]> git.saurik.com Git - wxWidgets.git/blob - configure
Fix wxNativeContainerWindowId definition for wxGTK/Windows port.
[wxWidgets.git] / configure
1 #! /bin/sh
2 # From configure.in Id.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.67 for wxWidgets 2.9.4.
5 #
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
7 #
8 #
9 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
11 # Foundation, Inc.
12 #
13 #
14 # This configure script is free software; the Free Software Foundation
15 # gives unlimited permission to copy, distribute and modify it.
16 ## -------------------- ##
17 ## M4sh Initialization. ##
18 ## -------------------- ##
19
20 # Be more Bourne compatible
21 DUALCASE=1; export DUALCASE # for MKS sh
22 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
23 emulate sh
24 NULLCMD=:
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 # is contrary to our usage. Disable this feature.
27 alias -g '${1+"$@"}'='"$@"'
28 setopt NO_GLOB_SUBST
29 else
30 case `(set -o) 2>/dev/null` in #(
31 *posix*) :
32 set -o posix ;; #(
33 *) :
34 ;;
35 esac
36 fi
37
38
39 as_nl='
40 '
41 export as_nl
42 # Printing a long string crashes Solaris 7 /usr/bin/printf.
43 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
46 # Prefer a ksh shell builtin over an external printf program on Solaris,
47 # but without wasting forks for bash or zsh.
48 if test -z "$BASH_VERSION$ZSH_VERSION" \
49 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='print -r --'
51 as_echo_n='print -rn --'
52 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 as_echo='printf %s\n'
54 as_echo_n='printf %s'
55 else
56 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
57 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
58 as_echo_n='/usr/ucb/echo -n'
59 else
60 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
61 as_echo_n_body='eval
62 arg=$1;
63 case $arg in #(
64 *"$as_nl"*)
65 expr "X$arg" : "X\\(.*\\)$as_nl";
66 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
67 esac;
68 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 '
70 export as_echo_n_body
71 as_echo_n='sh -c $as_echo_n_body as_echo'
72 fi
73 export as_echo_body
74 as_echo='sh -c $as_echo_body as_echo'
75 fi
76
77 # The user is always right.
78 if test "${PATH_SEPARATOR+set}" != set; then
79 PATH_SEPARATOR=:
80 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
81 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
82 PATH_SEPARATOR=';'
83 }
84 fi
85
86
87 # IFS
88 # We need space, tab and new line, in precisely that order. Quoting is
89 # there to prevent editors from complaining about space-tab.
90 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
91 # splitting by setting IFS to empty value.)
92 IFS=" "" $as_nl"
93
94 # Find who we are. Look in the path if we contain no directory separator.
95 case $0 in #((
96 *[\\/]* ) as_myself=$0 ;;
97 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98 for as_dir in $PATH
99 do
100 IFS=$as_save_IFS
101 test -z "$as_dir" && as_dir=.
102 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 done
104 IFS=$as_save_IFS
105
106 ;;
107 esac
108 # We did not find ourselves, most probably we were run as `sh COMMAND'
109 # in which case we are not to be found in the path.
110 if test "x$as_myself" = x; then
111 as_myself=$0
112 fi
113 if test ! -f "$as_myself"; then
114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115 exit 1
116 fi
117
118 # Unset variables that we do not need and which cause bugs (e.g. in
119 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
120 # suppresses any "Segmentation fault" message there. '((' could
121 # trigger a bug in pdksh 5.2.14.
122 for as_var in BASH_ENV ENV MAIL MAILPATH
123 do eval test x\${$as_var+set} = xset \
124 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # CDPATH.
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138
139 if test "x$CONFIG_SHELL" = x; then
140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141 emulate sh
142 NULLCMD=:
143 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144 # is contrary to our usage. Disable this feature.
145 alias -g '\${1+\"\$@\"}'='\"\$@\"'
146 setopt NO_GLOB_SUBST
147 else
148 case \`(set -o) 2>/dev/null\` in #(
149 *posix*) :
150 set -o posix ;; #(
151 *) :
152 ;;
153 esac
154 fi
155 "
156 as_required="as_fn_return () { (exit \$1); }
157 as_fn_success () { as_fn_return 0; }
158 as_fn_failure () { as_fn_return 1; }
159 as_fn_ret_success () { return 0; }
160 as_fn_ret_failure () { return 1; }
161
162 exitcode=0
163 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168
169 else
170 exitcode=1; echo positional parameters were not saved.
171 fi
172 test x\$exitcode = x0 || exit 1"
173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177 test \$(( 1 + 1 )) = 2 || exit 1"
178 if (eval "$as_required") 2>/dev/null; then :
179 as_have_required=yes
180 else
181 as_have_required=no
182 fi
183 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184
185 else
186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
187 as_found=false
188 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 do
190 IFS=$as_save_IFS
191 test -z "$as_dir" && as_dir=.
192 as_found=:
193 case $as_dir in #(
194 /*)
195 for as_base in sh bash ksh sh5; do
196 # Try only shells that exist, to save several forks.
197 as_shell=$as_dir/$as_base
198 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
199 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
200 CONFIG_SHELL=$as_shell as_have_required=yes
201 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
202 break 2
203 fi
204 fi
205 done;;
206 esac
207 as_found=false
208 done
209 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
211 CONFIG_SHELL=$SHELL as_have_required=yes
212 fi; }
213 IFS=$as_save_IFS
214
215
216 if test "x$CONFIG_SHELL" != x; then :
217 # We cannot yet assume a decent shell, so we have to provide a
218 # neutralization value for shells without unset; and this also
219 # works around shells that cannot unset nonexistent variables.
220 BASH_ENV=/dev/null
221 ENV=/dev/null
222 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
223 export CONFIG_SHELL
224 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
225 fi
226
227 if test x$as_have_required = xno; then :
228 $as_echo "$0: This script requires a shell more modern than all"
229 $as_echo "$0: the shells that I found on your system."
230 if test x${ZSH_VERSION+set} = xset ; then
231 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
232 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
233 else
234 $as_echo "$0: Please tell bug-autoconf@gnu.org and
235 $0: wx-dev@lists.wxwidgets.org about your system, including
236 $0: any error possibly output before this message. Then
237 $0: install a modern shell, or manually run the script
238 $0: under such a shell if you do have one."
239 fi
240 exit 1
241 fi
242 fi
243 fi
244 SHELL=${CONFIG_SHELL-/bin/sh}
245 export SHELL
246 # Unset more variables known to interfere with behavior of common tools.
247 CLICOLOR_FORCE= GREP_OPTIONS=
248 unset CLICOLOR_FORCE GREP_OPTIONS
249
250 ## --------------------- ##
251 ## M4sh Shell Functions. ##
252 ## --------------------- ##
253 # as_fn_unset VAR
254 # ---------------
255 # Portably unset VAR.
256 as_fn_unset ()
257 {
258 { eval $1=; unset $1;}
259 }
260 as_unset=as_fn_unset
261
262 # as_fn_set_status STATUS
263 # -----------------------
264 # Set $? to STATUS, without forking.
265 as_fn_set_status ()
266 {
267 return $1
268 } # as_fn_set_status
269
270 # as_fn_exit STATUS
271 # -----------------
272 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
273 as_fn_exit ()
274 {
275 set +e
276 as_fn_set_status $1
277 exit $1
278 } # as_fn_exit
279
280 # as_fn_mkdir_p
281 # -------------
282 # Create "$as_dir" as a directory, including parents if necessary.
283 as_fn_mkdir_p ()
284 {
285
286 case $as_dir in #(
287 -*) as_dir=./$as_dir;;
288 esac
289 test -d "$as_dir" || eval $as_mkdir_p || {
290 as_dirs=
291 while :; do
292 case $as_dir in #(
293 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
294 *) as_qdir=$as_dir;;
295 esac
296 as_dirs="'$as_qdir' $as_dirs"
297 as_dir=`$as_dirname -- "$as_dir" ||
298 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
299 X"$as_dir" : 'X\(//\)[^/]' \| \
300 X"$as_dir" : 'X\(//\)$' \| \
301 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
302 $as_echo X"$as_dir" |
303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
304 s//\1/
305 q
306 }
307 /^X\(\/\/\)[^/].*/{
308 s//\1/
309 q
310 }
311 /^X\(\/\/\)$/{
312 s//\1/
313 q
314 }
315 /^X\(\/\).*/{
316 s//\1/
317 q
318 }
319 s/.*/./; q'`
320 test -d "$as_dir" && break
321 done
322 test -z "$as_dirs" || eval "mkdir $as_dirs"
323 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
324
325
326 } # as_fn_mkdir_p
327 # as_fn_append VAR VALUE
328 # ----------------------
329 # Append the text in VALUE to the end of the definition contained in VAR. Take
330 # advantage of any shell optimizations that allow amortized linear growth over
331 # repeated appends, instead of the typical quadratic growth present in naive
332 # implementations.
333 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
334 eval 'as_fn_append ()
335 {
336 eval $1+=\$2
337 }'
338 else
339 as_fn_append ()
340 {
341 eval $1=\$$1\$2
342 }
343 fi # as_fn_append
344
345 # as_fn_arith ARG...
346 # ------------------
347 # Perform arithmetic evaluation on the ARGs, and store the result in the
348 # global $as_val. Take advantage of shells that can avoid forks. The arguments
349 # must be portable across $(()) and expr.
350 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
351 eval 'as_fn_arith ()
352 {
353 as_val=$(( $* ))
354 }'
355 else
356 as_fn_arith ()
357 {
358 as_val=`expr "$@" || test $? -eq 1`
359 }
360 fi # as_fn_arith
361
362
363 # as_fn_error STATUS ERROR [LINENO LOG_FD]
364 # ----------------------------------------
365 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
366 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
367 # script with STATUS, using 1 if that was 0.
368 as_fn_error ()
369 {
370 as_status=$1; test $as_status -eq 0 && as_status=1
371 if test "$4"; then
372 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
373 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
374 fi
375 $as_echo "$as_me: error: $2" >&2
376 as_fn_exit $as_status
377 } # as_fn_error
378
379 if expr a : '\(a\)' >/dev/null 2>&1 &&
380 test "X`expr 00001 : '.*\(...\)'`" = X001; then
381 as_expr=expr
382 else
383 as_expr=false
384 fi
385
386 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
387 as_basename=basename
388 else
389 as_basename=false
390 fi
391
392 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
393 as_dirname=dirname
394 else
395 as_dirname=false
396 fi
397
398 as_me=`$as_basename -- "$0" ||
399 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
400 X"$0" : 'X\(//\)$' \| \
401 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
402 $as_echo X/"$0" |
403 sed '/^.*\/\([^/][^/]*\)\/*$/{
404 s//\1/
405 q
406 }
407 /^X\/\(\/\/\)$/{
408 s//\1/
409 q
410 }
411 /^X\/\(\/\).*/{
412 s//\1/
413 q
414 }
415 s/.*/./; q'`
416
417 # Avoid depending upon Character Ranges.
418 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
419 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
420 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
421 as_cr_digits='0123456789'
422 as_cr_alnum=$as_cr_Letters$as_cr_digits
423
424
425 as_lineno_1=$LINENO as_lineno_1a=$LINENO
426 as_lineno_2=$LINENO as_lineno_2a=$LINENO
427 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
428 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
429 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
430 sed -n '
431 p
432 /[$]LINENO/=
433 ' <$as_myself |
434 sed '
435 s/[$]LINENO.*/&-/
436 t lineno
437 b
438 :lineno
439 N
440 :loop
441 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
442 t loop
443 s/-\n.*//
444 ' >$as_me.lineno &&
445 chmod +x "$as_me.lineno" ||
446 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447
448 # Don't try to exec as it changes $[0], causing all sort of problems
449 # (the dirname of $[0] is not the place where we might find the
450 # original and so on. Autoconf is especially sensitive to this).
451 . "./$as_me.lineno"
452 # Exit status is that of the last command.
453 exit
454 }
455
456 ECHO_C= ECHO_N= ECHO_T=
457 case `echo -n x` in #(((((
458 -n*)
459 case `echo 'xy\c'` in
460 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
461 xy) ECHO_C='\c';;
462 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
463 ECHO_T=' ';;
464 esac;;
465 *)
466 ECHO_N='-n';;
467 esac
468
469 rm -f conf$$ conf$$.exe conf$$.file
470 if test -d conf$$.dir; then
471 rm -f conf$$.dir/conf$$.file
472 else
473 rm -f conf$$.dir
474 mkdir conf$$.dir 2>/dev/null
475 fi
476 if (echo >conf$$.file) 2>/dev/null; then
477 if ln -s conf$$.file conf$$ 2>/dev/null; then
478 as_ln_s='ln -s'
479 # ... but there are two gotchas:
480 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
481 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
482 # In both cases, we have to default to `cp -p'.
483 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
484 as_ln_s='cp -p'
485 elif ln conf$$.file conf$$ 2>/dev/null; then
486 as_ln_s=ln
487 else
488 as_ln_s='cp -p'
489 fi
490 else
491 as_ln_s='cp -p'
492 fi
493 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
494 rmdir conf$$.dir 2>/dev/null
495
496 if mkdir -p . 2>/dev/null; then
497 as_mkdir_p='mkdir -p "$as_dir"'
498 else
499 test -d ./-p && rmdir ./-p
500 as_mkdir_p=false
501 fi
502
503 if test -x / >/dev/null 2>&1; then
504 as_test_x='test -x'
505 else
506 if ls -dL / >/dev/null 2>&1; then
507 as_ls_L_option=L
508 else
509 as_ls_L_option=
510 fi
511 as_test_x='
512 eval sh -c '\''
513 if test -d "$1"; then
514 test -d "$1/.";
515 else
516 case $1 in #(
517 -*)set "./$1";;
518 esac;
519 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
520 ???[sx]*):;;*)false;;esac;fi
521 '\'' sh
522 '
523 fi
524 as_executable_p=$as_test_x
525
526 # Sed expression to map a string onto a valid CPP name.
527 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528
529 # Sed expression to map a string onto a valid variable name.
530 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
531
532
533 test -n "$DJDIR" || exec 7<&0 </dev/null
534 exec 6>&1
535
536 # Name of the host.
537 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
538 # so uname gets run too.
539 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
540
541 #
542 # Initializations.
543 #
544 ac_default_prefix=/usr/local
545 ac_clean_files=
546 ac_config_libobj_dir=.
547 LIBOBJS=
548 cross_compiling=no
549 subdirs=
550 MFLAGS=
551 MAKEFLAGS=
552
553 # Identity of this package.
554 PACKAGE_NAME='wxWidgets'
555 PACKAGE_TARNAME='wxwidgets'
556 PACKAGE_VERSION='2.9.4'
557 PACKAGE_STRING='wxWidgets 2.9.4'
558 PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
559 PACKAGE_URL=''
560
561 ac_unique_file="wx-config.in"
562 # Factoring default headers for most tests.
563 ac_includes_default="\
564 #include <stdio.h>
565 #ifdef HAVE_SYS_TYPES_H
566 # include <sys/types.h>
567 #endif
568 #ifdef HAVE_SYS_STAT_H
569 # include <sys/stat.h>
570 #endif
571 #ifdef STDC_HEADERS
572 # include <stdlib.h>
573 # include <stddef.h>
574 #else
575 # ifdef HAVE_STDLIB_H
576 # include <stdlib.h>
577 # endif
578 #endif
579 #ifdef HAVE_STRING_H
580 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
581 # include <memory.h>
582 # endif
583 # include <string.h>
584 #endif
585 #ifdef HAVE_STRINGS_H
586 # include <strings.h>
587 #endif
588 #ifdef HAVE_INTTYPES_H
589 # include <inttypes.h>
590 #endif
591 #ifdef HAVE_STDINT_H
592 # include <stdint.h>
593 #endif
594 #ifdef HAVE_UNISTD_H
595 # include <unistd.h>
596 #endif"
597
598 enable_option_checking=no
599 ac_subst_vars='LTLIBOBJS
600 LIBOBJS
601 CPPUNIT_CONFIG
602 DLLTOOL
603 GCC
604 MACSETFILE
605 POSTLINK_COMMAND
606 LIBWXMACRES
607 WX_RESOURCES_MACOSX_DATA
608 WX_RESOURCES_MACOSX_ASCII
609 RESPROGRAMOBJ
610 RESFLAGS
611 RESCOMP
612 WX_VERSION_TAG
613 DMALLOC_LIBS
614 OPENGL_LIBS
615 LDFLAGS_GL
616 SAMPLES_SUBDIRS
617 DISTDIR
618 GUIDIST
619 WXCONFIG_RESFLAGS
620 WXCONFIG_LDFLAGS_GUI
621 WXCONFIG_LDFLAGS
622 WXCONFIG_RPATH
623 WXCONFIG_LIBS
624 WXCONFIG_CXXFLAGS
625 WXCONFIG_CFLAGS
626 WXCONFIG_CPPFLAGS
627 WX_CHARTYPE
628 WX_SUBVERSION
629 WX_VERSION
630 WX_RELEASE
631 WIDGET_SET
632 cross_compiling
633 TOOLCHAIN_FULLNAME
634 TOOLCHAIN_NAME
635 TOOLKIT_DIR
636 TOOLKIT
637 WIN32INSTALL
638 AFMINSTALL
639 USE_GUI
640 WX_LIBRARY_BASENAME_GUI
641 WX_LIBRARY_BASENAME_NOGUI
642 SHARED
643 DEREZ
644 COND_wxUSE_ZLIB_builtin
645 COND_wxUSE_REGEX_builtin
646 COND_wxUSE_LIBTIFF_builtin
647 COND_wxUSE_LIBPNG_builtin
648 COND_wxUSE_LIBJPEG_builtin
649 COND_wxUSE_EXPAT_builtin
650 COND_WXUSE_ZLIB_BUILTIN
651 COND_WXUSE_REGEX_BUILTIN
652 COND_WXUSE_LIBTIFF_BUILTIN
653 COND_WXUSE_LIBPNG_BUILTIN
654 COND_WXUSE_LIBJPEG_BUILTIN
655 COND_WXUSE_EXPAT_BUILTIN
656 COND_WXUNIV_1
657 COND_WXUNIV_0
658 COND_WITH_PLUGIN_SDL_1
659 COND_WINDOWS_IMPLIB_1
660 COND_USE_XRC_1
661 COND_USE_THREADS_1
662 COND_USE_THREADS_0
663 COND_USE_STC_1
664 COND_USE_SOVERSOLARIS_1
665 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
666 COND_USE_SOVERSION_0
667 COND_USE_SOVERLINUX_1
668 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
669 COND_USE_SOTWOSYMLINKS_1
670 COND_USE_RTTI_1
671 COND_USE_RTTI_0
672 COND_USE_PLUGINS_0
673 COND_USE_PCH_1
674 COND_USE_OPENGL_1
675 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
676 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
677 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
678 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
679 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
680 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
681 COND_USE_GUI_1_WXUNIV_1
682 COND_USE_GUI_1_WXUNIV_0
683 COND_USE_GUI_1_USE_OPENGL_1
684 COND_USE_GUI_1
685 COND_USE_GUI_0
686 COND_USE_EXCEPTIONS_1
687 COND_USE_EXCEPTIONS_0
688 COND_USE_CAIRO_1
689 COND_UNICODE_1
690 COND_TOOLKIT_X11_USE_GUI_1
691 COND_TOOLKIT_X11
692 COND_TOOLKIT_WINCE_WXUNIV_0
693 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
694 COND_TOOLKIT_WINCE_USE_GUI_1
695 COND_TOOLKIT_WINCE
696 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
697 COND_TOOLKIT_PM_USE_GUI_1
698 COND_TOOLKIT_PM
699 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
700 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
701 COND_TOOLKIT_OSX_IPHONE
702 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
703 COND_TOOLKIT_OSX_COCOA
704 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
705 COND_TOOLKIT_OSX_CARBON
706 COND_TOOLKIT_MSW_WXUNIV_0
707 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
708 COND_TOOLKIT_MSW_USE_GUI_1
709 COND_TOOLKIT_MSW
710 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
711 COND_TOOLKIT_MOTIF_USE_GUI_1
712 COND_TOOLKIT_MOTIF
713 COND_TOOLKIT_MAC
714 COND_TOOLKIT_GTK_USE_GUI_1
715 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
716 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
717 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0
718 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0
719 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
720 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3
721 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
722 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
723 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
724 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
725 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
726 COND_TOOLKIT_GTK
727 COND_TOOLKIT_DFB_USE_GUI_1
728 COND_TOOLKIT_DFB
729 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
730 COND_TOOLKIT_COCOA_USE_GUI_1
731 COND_TOOLKIT_COCOA
732 COND_TOOLKIT_
733 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
734 COND_SHARED_1
735 COND_SHARED_0_wxUSE_ZLIB_builtin
736 COND_SHARED_0_wxUSE_REGEX_builtin
737 COND_SHARED_0_wxUSE_EXPAT_builtin
738 COND_SHARED_0_USE_STC_1
739 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
740 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
741 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
742 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
743 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
744 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
745 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
746 COND_SHARED_0
747 COND_PLATFORM_WIN32_1_SHARED_0
748 COND_PLATFORM_WIN32_1
749 COND_PLATFORM_WIN32_0
750 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
751 COND_PLATFORM_UNIX_1_USE_GUI_1
752 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
753 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
754 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
755 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
756 COND_PLATFORM_UNIX_1
757 COND_PLATFORM_UNIX_0
758 COND_PLATFORM_OS2_1
759 COND_PLATFORM_MSDOS_1
760 COND_PLATFORM_MSDOS_0
761 COND_PLATFORM_MAC_1
762 COND_PLATFORM_MAC_0
763 COND_PLATFORM_MACOS_1
764 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
765 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
766 COND_PLATFORM_MACOSX_1_USE_GUI_1
767 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
768 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
769 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
770 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
771 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
772 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
773 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
774 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
775 COND_PLATFORM_MACOSX_1
776 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
777 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
778 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
779 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
780 COND_MONOLITHIC_1_SHARED_1
781 COND_MONOLITHIC_1_SHARED_0
782 COND_MONOLITHIC_1
783 COND_MONOLITHIC_0_USE_XRC_1
784 COND_MONOLITHIC_0_USE_WEBVIEW_1
785 COND_MONOLITHIC_0_USE_STC_1
786 COND_MONOLITHIC_0_USE_RICHTEXT_1
787 COND_MONOLITHIC_0_USE_RIBBON_1
788 COND_MONOLITHIC_0_USE_QA_1
789 COND_MONOLITHIC_0_USE_PROPGRID_1
790 COND_MONOLITHIC_0_USE_MEDIA_1
791 COND_MONOLITHIC_0_USE_HTML_1
792 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
793 COND_MONOLITHIC_0_USE_GUI_1
794 COND_MONOLITHIC_0_USE_AUI_1
795 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
796 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
797 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
798 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
799 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
800 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
801 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
802 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
803 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
804 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
805 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
806 COND_MONOLITHIC_0_SHARED_1
807 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
808 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
809 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
810 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
811 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
812 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
813 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
814 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
815 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
816 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
817 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
818 COND_MONOLITHIC_0_SHARED_0
819 COND_MONOLITHIC_0
820 COND_ICC_PCH_1
821 COND_GCC_PCH_1
822 COND_DEPS_TRACKING_1
823 COND_DEPS_TRACKING_0
824 COND_DEBUG_INFO_1
825 COND_DEBUG_INFO_0
826 COND_DEBUG_FLAG_1
827 COND_DEBUG_FLAG_0
828 COND_BUILD_release_UNICODE_1
829 COND_BUILD_release_UNICODE_0
830 COND_BUILD_release_DEBUG_INFO_default
831 COND_BUILD_release
832 COND_BUILD_debug_UNICODE_1
833 COND_BUILD_debug_UNICODE_0
834 COND_BUILD_debug_DEBUG_INFO_default
835 COND_BUILD_debug_DEBUG_FLAG_default
836 COND_BUILD_debug
837 COND_BUILD_RELEASE_UNICODE_1
838 COND_BUILD_RELEASE_UNICODE_0
839 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
840 COND_BUILD_RELEASE
841 COND_BUILD_DEBUG_UNICODE_1
842 COND_BUILD_DEBUG_UNICODE_0
843 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
844 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
845 COND_BUILD_DEBUG
846 BK_MAKE_PCH
847 ICC_PCH_USE_SWITCH
848 ICC_PCH_CREATE_SWITCH
849 ICC_PCH
850 GCC_PCH
851 OBJCXXFLAGS
852 SETFILE
853 REZ
854 WINDRES
855 BK_DEPS
856 DEPS_TRACKING
857 SONAME_FLAG
858 USE_SOTWOSYMLINKS
859 USE_MACVERSION
860 USE_SOVERCYGWIN
861 USE_SOVERSOLARIS
862 USE_SOVERLINUX
863 USE_SOVERSION
864 WINDOWS_IMPLIB
865 PIC_FLAG
866 SHARED_LD_MODULE_CXX
867 SHARED_LD_MODULE_CC
868 SHARED_LD_CXX
869 SHARED_LD_CC
870 AIX_CXX_LD
871 dlldir
872 DLLPREFIX_MODULE
873 DLLPREFIX
874 LIBEXT
875 LIBPREFIX
876 DLLIMP_SUFFIX
877 SO_SUFFIX_MODULE
878 SO_SUFFIX
879 PLATFORM_BEOS
880 PLATFORM_OS2
881 PLATFORM_MACOSX
882 PLATFORM_MACOS
883 PLATFORM_MAC
884 PLATFORM_MSDOS
885 PLATFORM_WIN32
886 PLATFORM_UNIX
887 IF_GNU_MAKE
888 LDFLAGS_GUI
889 INSTALL_DIR
890 NM
891 STRIP
892 AROPTIONS
893 MAKE_SET
894 SET_MAKE
895 LN_S
896 INSTALL_DATA
897 INSTALL_SCRIPT
898 INSTALL_PROGRAM
899 RANLIB
900 CPPUNIT_LIBS
901 CPPUNIT_CFLAGS
902 HOST_SUFFIX
903 HEADER_PAD_OPTION
904 SAMPLES_RPATH_FLAG
905 DYLIB_RPATH_POSTLINK
906 DYLIB_RPATH_INSTALL
907 TOOLKIT_VERSION
908 TOOLKIT_LOWERCASE
909 DEBUG_FLAG
910 DEBUG_INFO
911 UNICODE
912 EXTRALIBS_HILDON
913 EXTRALIBS_GNOMEVFS
914 EXTRALIBS_GNOMEPRINT
915 EXTRALIBS_GTKPRINT
916 WITH_PLUGIN_SDL
917 EXTRALIBS_STC
918 EXTRALIBS_SDL
919 EXTRALIBS_OPENGL
920 EXTRALIBS_GUI
921 EXTRALIBS_MEDIA
922 EXTRALIBS_HTML
923 EXTRALIBS_XML
924 EXTRALIBS
925 CXXWARNINGS
926 USE_PLUGINS
927 MONOLITHIC
928 WXUNIV
929 WX_LIB_FLAVOUR
930 WX_FLAVOUR
931 OFFICIAL_BUILD
932 VENDOR
933 wxUSE_LIBTIFF
934 wxUSE_LIBPNG
935 wxUSE_LIBJPEG
936 wxUSE_EXPAT
937 wxUSE_REGEX
938 wxUSE_ZLIB
939 STD_GUI_LIBS
940 STD_BASE_LIBS
941 BUILT_WX_LIBS
942 ALL_WX_LIBS
943 GST_LIBS
944 GST_CFLAGS
945 CAIRO_LIBS
946 CAIRO_CFLAGS
947 WEBKIT_LIBS
948 WEBKIT_CFLAGS
949 COND_PYTHON
950 PYTHON
951 HILDON2_LIBS
952 HILDON2_CFLAGS
953 HILDON_LIBS
954 HILDON_CFLAGS
955 GNOMEVFS_LIBS
956 GNOMEVFS_CFLAGS
957 LIBGNOMEPRINTUI_LIBS
958 LIBGNOMEPRINTUI_CFLAGS
959 GTKPRINT_LIBS
960 GTKPRINT_CFLAGS
961 SDL_LIBS
962 SDL_CFLAGS
963 SDL_CONFIG
964 GXX_VERSION
965 LIBICONV
966 CXXFLAGS_VISIBILITY
967 CFLAGS_VISIBILITY
968 MesaGL_LIBS
969 MesaGL_CFLAGS
970 GLU_LIBS
971 GLU_CFLAGS
972 GL_LIBS
973 GL_CFLAGS
974 SM_LIBS
975 SM_CFLAGS
976 Xxf86vm_LIBS
977 Xxf86vm_CFLAGS
978 Xinerama_LIBS
979 Xinerama_CFLAGS
980 PANGOXFT_LIBS
981 PANGOXFT_CFLAGS
982 PANGOFT2_LIBS
983 PANGOFT2_CFLAGS
984 PANGOX_LIBS
985 PANGOX_CFLAGS
986 X_EXTRA_LIBS
987 X_LIBS
988 X_PRE_LIBS
989 X_CFLAGS
990 XMKMF
991 DIRECTFB_LIBS
992 DIRECTFB_CFLAGS
993 GTK_CONFIG
994 GTK_LIBS
995 GTK_CFLAGS
996 PKG_CONFIG
997 subdirs
998 CXXCPP
999 AR
1000 ac_ct_CXX
1001 CXXFLAGS
1002 CXX
1003 EGREP
1004 GREP
1005 CPP
1006 OBJEXT
1007 EXEEXT
1008 ac_ct_CC
1009 CPPFLAGS
1010 LDFLAGS
1011 CFLAGS
1012 CC
1013 wx_top_builddir
1014 host_os
1015 host_vendor
1016 host_cpu
1017 host
1018 build_os
1019 build_vendor
1020 build_cpu
1021 build
1022 target_alias
1023 host_alias
1024 build_alias
1025 LIBS
1026 ECHO_T
1027 ECHO_N
1028 ECHO_C
1029 DEFS
1030 mandir
1031 localedir
1032 libdir
1033 psdir
1034 pdfdir
1035 dvidir
1036 htmldir
1037 infodir
1038 docdir
1039 oldincludedir
1040 includedir
1041 localstatedir
1042 sharedstatedir
1043 sysconfdir
1044 datadir
1045 datarootdir
1046 libexecdir
1047 sbindir
1048 bindir
1049 program_transform_name
1050 prefix
1051 exec_prefix
1052 PACKAGE_URL
1053 PACKAGE_BUGREPORT
1054 PACKAGE_STRING
1055 PACKAGE_VERSION
1056 PACKAGE_TARNAME
1057 PACKAGE_NAME
1058 PATH_SEPARATOR
1059 SHELL'
1060 ac_subst_files=''
1061 ac_user_opts='
1062 enable_option_checking
1063 enable_gui
1064 enable_monolithic
1065 enable_plugins
1066 with_subdirs
1067 with_flavour
1068 enable_official_build
1069 enable_vendor
1070 enable_all_features
1071 enable_universal
1072 with_themes
1073 with_gtk
1074 with_motif
1075 with_osx_carbon
1076 with_osx_cocoa
1077 with_osx_iphone
1078 with_osx
1079 with_carbon
1080 with_cocoa
1081 with_iphone
1082 with_mac
1083 with_old_cocoa
1084 with_wine
1085 with_msw
1086 with_pm
1087 with_directfb
1088 with_microwin
1089 with_x11
1090 enable_nanox
1091 enable_gpe
1092 with_libpng
1093 with_libjpeg
1094 with_libtiff
1095 with_libxpm
1096 with_libiconv
1097 with_libmspack
1098 with_gtkprint
1099 with_gnomeprint
1100 with_gnomevfs
1101 with_hildon
1102 with_opengl
1103 with_dmalloc
1104 with_sdl
1105 with_regex
1106 with_zlib
1107 with_expat
1108 with_macosx_sdk
1109 with_macosx_version_min
1110 enable_debug
1111 enable_debug_flag
1112 enable_debug_info
1113 enable_debug_gdb
1114 enable_debug_cntxt
1115 enable_mem_tracing
1116 enable_shared
1117 enable_stl
1118 enable_std_containers
1119 enable_std_iostreams
1120 enable_std_string
1121 enable_std_string_conv_in_wxstring
1122 enable_unicode
1123 enable_mslu
1124 enable_utf8
1125 enable_utf8only
1126 enable_extended_rtti
1127 enable_omf
1128 enable_optimise
1129 enable_profile
1130 enable_no_rtti
1131 enable_no_exceptions
1132 enable_permissive
1133 enable_no_deps
1134 enable_vararg_macros
1135 enable_universal_binary
1136 enable_macosx_arch
1137 enable_compat26
1138 enable_compat28
1139 enable_rpath
1140 enable_objc_uniquifying
1141 enable_visibility
1142 enable_tls
1143 enable_intl
1144 enable_xlocale
1145 enable_config
1146 enable_protocols
1147 enable_ftp
1148 enable_http
1149 enable_fileproto
1150 enable_sockets
1151 enable_ipv6
1152 enable_ole
1153 enable_dataobj
1154 enable_ipc
1155 enable_baseevtloop
1156 enable_epollloop
1157 enable_selectloop
1158 enable_any
1159 enable_apple_ieee
1160 enable_arcstream
1161 enable_base64
1162 enable_backtrace
1163 enable_catch_segvs
1164 enable_cmdline
1165 enable_datetime
1166 enable_debugreport
1167 enable_dialupman
1168 enable_dynlib
1169 enable_dynamicloader
1170 enable_exceptions
1171 enable_ffile
1172 enable_file
1173 enable_filehistory
1174 enable_filesystem
1175 enable_fontenum
1176 enable_fontmap
1177 enable_fs_archive
1178 enable_fs_inet
1179 enable_fs_zip
1180 enable_fswatcher
1181 enable_geometry
1182 enable_log
1183 enable_longlong
1184 enable_mimetype
1185 enable_printfposparam
1186 enable_snglinst
1187 enable_sound
1188 enable_stdpaths
1189 enable_stopwatch
1190 enable_streams
1191 enable_sysoptions
1192 enable_tarstream
1193 enable_textbuf
1194 enable_textfile
1195 enable_timer
1196 enable_variant
1197 enable_zipstream
1198 enable_url
1199 enable_protocol
1200 enable_protocol_http
1201 enable_protocol_ftp
1202 enable_protocol_file
1203 enable_threads
1204 enable_iniconf
1205 enable_regkey
1206 enable_docview
1207 enable_help
1208 enable_mshtmlhelp
1209 enable_html
1210 enable_htmlhelp
1211 enable_xrc
1212 enable_aui
1213 enable_propgrid
1214 enable_ribbon
1215 enable_stc
1216 enable_constraints
1217 enable_loggui
1218 enable_logwin
1219 enable_logdialog
1220 enable_mdi
1221 enable_mdidoc
1222 enable_mediactrl
1223 enable_gstreamer8
1224 enable_richtext
1225 enable_postscript
1226 enable_printarch
1227 enable_svg
1228 enable_webkit
1229 enable_webview
1230 enable_graphics_ctx
1231 enable_clipboard
1232 enable_dnd
1233 enable_controls
1234 enable_markup
1235 enable_accel
1236 enable_animatectrl
1237 enable_bannerwindow
1238 enable_artstd
1239 enable_arttango
1240 enable_bmpbutton
1241 enable_bmpcombobox
1242 enable_button
1243 enable_calendar
1244 enable_caret
1245 enable_checkbox
1246 enable_checklst
1247 enable_choice
1248 enable_choicebook
1249 enable_collpane
1250 enable_colourpicker
1251 enable_combobox
1252 enable_comboctrl
1253 enable_commandlinkbutton
1254 enable_dataviewctrl
1255 enable_datepick
1256 enable_detect_sm
1257 enable_dirpicker
1258 enable_display
1259 enable_editablebox
1260 enable_filectrl
1261 enable_filepicker
1262 enable_fontpicker
1263 enable_gauge
1264 enable_grid
1265 enable_headerctrl
1266 enable_hyperlink
1267 enable_imaglist
1268 enable_infobar
1269 enable_listbook
1270 enable_listbox
1271 enable_listctrl
1272 enable_notebook
1273 enable_notifmsg
1274 enable_odcombobox
1275 enable_popupwin
1276 enable_radiobox
1277 enable_radiobtn
1278 enable_richmsgdlg
1279 enable_richtooltip
1280 enable_rearrangectrl
1281 enable_sash
1282 enable_scrollbar
1283 enable_searchctrl
1284 enable_slider
1285 enable_spinbtn
1286 enable_spinctrl
1287 enable_splitter
1288 enable_statbmp
1289 enable_statbox
1290 enable_statline
1291 enable_stattext
1292 enable_statusbar
1293 enable_taskbaricon
1294 enable_tbarnative
1295 enable_textctrl
1296 enable_tipwindow
1297 enable_togglebtn
1298 enable_toolbar
1299 enable_toolbook
1300 enable_treebook
1301 enable_treectrl
1302 enable_treelist
1303 enable_commondlg
1304 enable_aboutdlg
1305 enable_choicedlg
1306 enable_coldlg
1307 enable_filedlg
1308 enable_finddlg
1309 enable_fontdlg
1310 enable_dirdlg
1311 enable_msgdlg
1312 enable_numberdlg
1313 enable_splash
1314 enable_textdlg
1315 enable_tipdlg
1316 enable_progressdlg
1317 enable_wizarddlg
1318 enable_menus
1319 enable_miniframe
1320 enable_tooltips
1321 enable_splines
1322 enable_mousewheel
1323 enable_validators
1324 enable_busyinfo
1325 enable_hotkey
1326 enable_joystick
1327 enable_metafile
1328 enable_dragimage
1329 enable_accessibility
1330 enable_uiactionsim
1331 enable_dctransform
1332 enable_webviewwebkit
1333 enable_palette
1334 enable_image
1335 enable_gif
1336 enable_pcx
1337 enable_tga
1338 enable_iff
1339 enable_pnm
1340 enable_xpm
1341 enable_ico_cur
1342 enable_dccache
1343 enable_ps_in_msw
1344 enable_ownerdrawn
1345 enable_uxtheme
1346 enable_wxdib
1347 enable_webviewie
1348 enable_autoidman
1349 enable_largefile
1350 enable_gtktest
1351 with_gtk_prefix
1352 with_gtk_exec_prefix
1353 with_x
1354 with_libiconv_prefix
1355 with_sdl_prefix
1356 with_sdl_exec_prefix
1357 enable_sdltest
1358 enable_dependency_tracking
1359 enable_precomp_headers
1360 with_cppunit_prefix
1361 with_cppunit_exec_prefix
1362 '
1363 ac_precious_vars='build_alias
1364 host_alias
1365 target_alias
1366 CC
1367 CFLAGS
1368 LDFLAGS
1369 LIBS
1370 CPPFLAGS
1371 CPP
1372 CXX
1373 CXXFLAGS
1374 CCC
1375 CXXCPP
1376 PKG_CONFIG
1377 DIRECTFB_CFLAGS
1378 DIRECTFB_LIBS
1379 XMKMF
1380 PANGOX_CFLAGS
1381 PANGOX_LIBS
1382 PANGOFT2_CFLAGS
1383 PANGOFT2_LIBS
1384 PANGOXFT_CFLAGS
1385 PANGOXFT_LIBS
1386 Xinerama_CFLAGS
1387 Xinerama_LIBS
1388 Xxf86vm_CFLAGS
1389 Xxf86vm_LIBS
1390 SM_CFLAGS
1391 SM_LIBS
1392 GL_CFLAGS
1393 GL_LIBS
1394 GLU_CFLAGS
1395 GLU_LIBS
1396 MesaGL_CFLAGS
1397 MesaGL_LIBS
1398 GTKPRINT_CFLAGS
1399 GTKPRINT_LIBS
1400 LIBGNOMEPRINTUI_CFLAGS
1401 LIBGNOMEPRINTUI_LIBS
1402 GNOMEVFS_CFLAGS
1403 GNOMEVFS_LIBS
1404 HILDON_CFLAGS
1405 HILDON_LIBS
1406 HILDON2_CFLAGS
1407 HILDON2_LIBS
1408 WEBKIT_CFLAGS
1409 WEBKIT_LIBS
1410 CAIRO_CFLAGS
1411 CAIRO_LIBS
1412 GST_CFLAGS
1413 GST_LIBS'
1414 ac_subdirs_all='src/tiff
1415 src/expat'
1416
1417 # Initialize some variables set by options.
1418 ac_init_help=
1419 ac_init_version=false
1420 ac_unrecognized_opts=
1421 ac_unrecognized_sep=
1422 # The variables have the same names as the options, with
1423 # dashes changed to underlines.
1424 cache_file=/dev/null
1425 exec_prefix=NONE
1426 no_create=
1427 no_recursion=
1428 prefix=NONE
1429 program_prefix=NONE
1430 program_suffix=NONE
1431 program_transform_name=s,x,x,
1432 silent=
1433 site=
1434 srcdir=
1435 verbose=
1436 x_includes=NONE
1437 x_libraries=NONE
1438
1439 # Installation directory options.
1440 # These are left unexpanded so users can "make install exec_prefix=/foo"
1441 # and all the variables that are supposed to be based on exec_prefix
1442 # by default will actually change.
1443 # Use braces instead of parens because sh, perl, etc. also accept them.
1444 # (The list follows the same order as the GNU Coding Standards.)
1445 bindir='${exec_prefix}/bin'
1446 sbindir='${exec_prefix}/sbin'
1447 libexecdir='${exec_prefix}/libexec'
1448 datarootdir='${prefix}/share'
1449 datadir='${datarootdir}'
1450 sysconfdir='${prefix}/etc'
1451 sharedstatedir='${prefix}/com'
1452 localstatedir='${prefix}/var'
1453 includedir='${prefix}/include'
1454 oldincludedir='/usr/include'
1455 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1456 infodir='${datarootdir}/info'
1457 htmldir='${docdir}'
1458 dvidir='${docdir}'
1459 pdfdir='${docdir}'
1460 psdir='${docdir}'
1461 libdir='${exec_prefix}/lib'
1462 localedir='${datarootdir}/locale'
1463 mandir='${datarootdir}/man'
1464
1465 ac_prev=
1466 ac_dashdash=
1467 for ac_option
1468 do
1469 # If the previous option needs an argument, assign it.
1470 if test -n "$ac_prev"; then
1471 eval $ac_prev=\$ac_option
1472 ac_prev=
1473 continue
1474 fi
1475
1476 case $ac_option in
1477 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1478 *=) ac_optarg= ;;
1479 *) ac_optarg=yes ;;
1480 esac
1481
1482 # Accept the important Cygnus configure options, so we can diagnose typos.
1483
1484 case $ac_dashdash$ac_option in
1485 --)
1486 ac_dashdash=yes ;;
1487
1488 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1489 ac_prev=bindir ;;
1490 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1491 bindir=$ac_optarg ;;
1492
1493 -build | --build | --buil | --bui | --bu)
1494 ac_prev=build_alias ;;
1495 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1496 build_alias=$ac_optarg ;;
1497
1498 -cache-file | --cache-file | --cache-fil | --cache-fi \
1499 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1500 ac_prev=cache_file ;;
1501 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1502 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1503 cache_file=$ac_optarg ;;
1504
1505 --config-cache | -C)
1506 cache_file=config.cache ;;
1507
1508 -datadir | --datadir | --datadi | --datad)
1509 ac_prev=datadir ;;
1510 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1511 datadir=$ac_optarg ;;
1512
1513 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1514 | --dataroo | --dataro | --datar)
1515 ac_prev=datarootdir ;;
1516 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1517 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1518 datarootdir=$ac_optarg ;;
1519
1520 -disable-* | --disable-*)
1521 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1522 # Reject names that are not valid shell variable names.
1523 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1524 as_fn_error $? "invalid feature name: $ac_useropt"
1525 ac_useropt_orig=$ac_useropt
1526 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1527 case $ac_user_opts in
1528 *"
1529 "enable_$ac_useropt"
1530 "*) ;;
1531 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1532 ac_unrecognized_sep=', ';;
1533 esac
1534 eval enable_$ac_useropt=no ;;
1535
1536 -docdir | --docdir | --docdi | --doc | --do)
1537 ac_prev=docdir ;;
1538 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1539 docdir=$ac_optarg ;;
1540
1541 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1542 ac_prev=dvidir ;;
1543 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1544 dvidir=$ac_optarg ;;
1545
1546 -enable-* | --enable-*)
1547 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1548 # Reject names that are not valid shell variable names.
1549 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1550 as_fn_error $? "invalid feature name: $ac_useropt"
1551 ac_useropt_orig=$ac_useropt
1552 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1553 case $ac_user_opts in
1554 *"
1555 "enable_$ac_useropt"
1556 "*) ;;
1557 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1558 ac_unrecognized_sep=', ';;
1559 esac
1560 eval enable_$ac_useropt=\$ac_optarg ;;
1561
1562 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1563 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1564 | --exec | --exe | --ex)
1565 ac_prev=exec_prefix ;;
1566 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1567 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1568 | --exec=* | --exe=* | --ex=*)
1569 exec_prefix=$ac_optarg ;;
1570
1571 -gas | --gas | --ga | --g)
1572 # Obsolete; use --with-gas.
1573 with_gas=yes ;;
1574
1575 -help | --help | --hel | --he | -h)
1576 ac_init_help=long ;;
1577 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1578 ac_init_help=recursive ;;
1579 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1580 ac_init_help=short ;;
1581
1582 -host | --host | --hos | --ho)
1583 ac_prev=host_alias ;;
1584 -host=* | --host=* | --hos=* | --ho=*)
1585 host_alias=$ac_optarg ;;
1586
1587 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1588 ac_prev=htmldir ;;
1589 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1590 | --ht=*)
1591 htmldir=$ac_optarg ;;
1592
1593 -includedir | --includedir | --includedi | --included | --include \
1594 | --includ | --inclu | --incl | --inc)
1595 ac_prev=includedir ;;
1596 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1597 | --includ=* | --inclu=* | --incl=* | --inc=*)
1598 includedir=$ac_optarg ;;
1599
1600 -infodir | --infodir | --infodi | --infod | --info | --inf)
1601 ac_prev=infodir ;;
1602 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1603 infodir=$ac_optarg ;;
1604
1605 -libdir | --libdir | --libdi | --libd)
1606 ac_prev=libdir ;;
1607 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1608 libdir=$ac_optarg ;;
1609
1610 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1611 | --libexe | --libex | --libe)
1612 ac_prev=libexecdir ;;
1613 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1614 | --libexe=* | --libex=* | --libe=*)
1615 libexecdir=$ac_optarg ;;
1616
1617 -localedir | --localedir | --localedi | --localed | --locale)
1618 ac_prev=localedir ;;
1619 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1620 localedir=$ac_optarg ;;
1621
1622 -localstatedir | --localstatedir | --localstatedi | --localstated \
1623 | --localstate | --localstat | --localsta | --localst | --locals)
1624 ac_prev=localstatedir ;;
1625 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1626 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1627 localstatedir=$ac_optarg ;;
1628
1629 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1630 ac_prev=mandir ;;
1631 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1632 mandir=$ac_optarg ;;
1633
1634 -nfp | --nfp | --nf)
1635 # Obsolete; use --without-fp.
1636 with_fp=no ;;
1637
1638 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1639 | --no-cr | --no-c | -n)
1640 no_create=yes ;;
1641
1642 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1643 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1644 no_recursion=yes ;;
1645
1646 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1647 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1648 | --oldin | --oldi | --old | --ol | --o)
1649 ac_prev=oldincludedir ;;
1650 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1651 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1652 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1653 oldincludedir=$ac_optarg ;;
1654
1655 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1656 ac_prev=prefix ;;
1657 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1658 prefix=$ac_optarg ;;
1659
1660 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1661 | --program-pre | --program-pr | --program-p)
1662 ac_prev=program_prefix ;;
1663 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1664 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1665 program_prefix=$ac_optarg ;;
1666
1667 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1668 | --program-suf | --program-su | --program-s)
1669 ac_prev=program_suffix ;;
1670 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1671 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1672 program_suffix=$ac_optarg ;;
1673
1674 -program-transform-name | --program-transform-name \
1675 | --program-transform-nam | --program-transform-na \
1676 | --program-transform-n | --program-transform- \
1677 | --program-transform | --program-transfor \
1678 | --program-transfo | --program-transf \
1679 | --program-trans | --program-tran \
1680 | --progr-tra | --program-tr | --program-t)
1681 ac_prev=program_transform_name ;;
1682 -program-transform-name=* | --program-transform-name=* \
1683 | --program-transform-nam=* | --program-transform-na=* \
1684 | --program-transform-n=* | --program-transform-=* \
1685 | --program-transform=* | --program-transfor=* \
1686 | --program-transfo=* | --program-transf=* \
1687 | --program-trans=* | --program-tran=* \
1688 | --progr-tra=* | --program-tr=* | --program-t=*)
1689 program_transform_name=$ac_optarg ;;
1690
1691 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1692 ac_prev=pdfdir ;;
1693 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1694 pdfdir=$ac_optarg ;;
1695
1696 -psdir | --psdir | --psdi | --psd | --ps)
1697 ac_prev=psdir ;;
1698 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1699 psdir=$ac_optarg ;;
1700
1701 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1702 | -silent | --silent | --silen | --sile | --sil)
1703 silent=yes ;;
1704
1705 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1706 ac_prev=sbindir ;;
1707 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1708 | --sbi=* | --sb=*)
1709 sbindir=$ac_optarg ;;
1710
1711 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1712 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1713 | --sharedst | --shareds | --shared | --share | --shar \
1714 | --sha | --sh)
1715 ac_prev=sharedstatedir ;;
1716 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1717 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1718 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1719 | --sha=* | --sh=*)
1720 sharedstatedir=$ac_optarg ;;
1721
1722 -site | --site | --sit)
1723 ac_prev=site ;;
1724 -site=* | --site=* | --sit=*)
1725 site=$ac_optarg ;;
1726
1727 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1728 ac_prev=srcdir ;;
1729 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1730 srcdir=$ac_optarg ;;
1731
1732 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1733 | --syscon | --sysco | --sysc | --sys | --sy)
1734 ac_prev=sysconfdir ;;
1735 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1736 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1737 sysconfdir=$ac_optarg ;;
1738
1739 -target | --target | --targe | --targ | --tar | --ta | --t)
1740 ac_prev=target_alias ;;
1741 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1742 target_alias=$ac_optarg ;;
1743
1744 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1745 verbose=yes ;;
1746
1747 -version | --version | --versio | --versi | --vers | -V)
1748 ac_init_version=: ;;
1749
1750 -with-* | --with-*)
1751 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1752 # Reject names that are not valid shell variable names.
1753 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1754 as_fn_error $? "invalid package name: $ac_useropt"
1755 ac_useropt_orig=$ac_useropt
1756 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1757 case $ac_user_opts in
1758 *"
1759 "with_$ac_useropt"
1760 "*) ;;
1761 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1762 ac_unrecognized_sep=', ';;
1763 esac
1764 eval with_$ac_useropt=\$ac_optarg ;;
1765
1766 -without-* | --without-*)
1767 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1768 # Reject names that are not valid shell variable names.
1769 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1770 as_fn_error $? "invalid package name: $ac_useropt"
1771 ac_useropt_orig=$ac_useropt
1772 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1773 case $ac_user_opts in
1774 *"
1775 "with_$ac_useropt"
1776 "*) ;;
1777 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1778 ac_unrecognized_sep=', ';;
1779 esac
1780 eval with_$ac_useropt=no ;;
1781
1782 --x)
1783 # Obsolete; use --with-x.
1784 with_x=yes ;;
1785
1786 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1787 | --x-incl | --x-inc | --x-in | --x-i)
1788 ac_prev=x_includes ;;
1789 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1790 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1791 x_includes=$ac_optarg ;;
1792
1793 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1794 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1795 ac_prev=x_libraries ;;
1796 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1797 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1798 x_libraries=$ac_optarg ;;
1799
1800 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1801 Try \`$0 --help' for more information"
1802 ;;
1803
1804 *=*)
1805 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1806 # Reject names that are not valid shell variable names.
1807 case $ac_envvar in #(
1808 '' | [0-9]* | *[!_$as_cr_alnum]* )
1809 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1810 esac
1811 eval $ac_envvar=\$ac_optarg
1812 export $ac_envvar ;;
1813
1814 *)
1815 # FIXME: should be removed in autoconf 3.0.
1816 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1817 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1818 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1819 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1820 ;;
1821
1822 esac
1823 done
1824
1825 if test -n "$ac_prev"; then
1826 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1827 as_fn_error $? "missing argument to $ac_option"
1828 fi
1829
1830 if test -n "$ac_unrecognized_opts"; then
1831 case $enable_option_checking in
1832 no) ;;
1833 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1834 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1835 esac
1836 fi
1837
1838 # Check all directory arguments for consistency.
1839 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1840 datadir sysconfdir sharedstatedir localstatedir includedir \
1841 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1842 libdir localedir mandir
1843 do
1844 eval ac_val=\$$ac_var
1845 # Remove trailing slashes.
1846 case $ac_val in
1847 */ )
1848 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1849 eval $ac_var=\$ac_val;;
1850 esac
1851 # Be sure to have absolute directory names.
1852 case $ac_val in
1853 [\\/$]* | ?:[\\/]* ) continue;;
1854 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1855 esac
1856 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1857 done
1858
1859 # There might be people who depend on the old broken behavior: `$host'
1860 # used to hold the argument of --host etc.
1861 # FIXME: To remove some day.
1862 build=$build_alias
1863 host=$host_alias
1864 target=$target_alias
1865
1866 # FIXME: To remove some day.
1867 if test "x$host_alias" != x; then
1868 if test "x$build_alias" = x; then
1869 cross_compiling=maybe
1870 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1871 If a cross compiler is detected then cross compile mode will be used" >&2
1872 elif test "x$build_alias" != "x$host_alias"; then
1873 cross_compiling=yes
1874 fi
1875 fi
1876
1877 ac_tool_prefix=
1878 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1879
1880 test "$silent" = yes && exec 6>/dev/null
1881
1882
1883 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1884 ac_ls_di=`ls -di .` &&
1885 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1886 as_fn_error $? "working directory cannot be determined"
1887 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1888 as_fn_error $? "pwd does not report name of working directory"
1889
1890
1891 # Find the source files, if location was not specified.
1892 if test -z "$srcdir"; then
1893 ac_srcdir_defaulted=yes
1894 # Try the directory containing this script, then the parent directory.
1895 ac_confdir=`$as_dirname -- "$as_myself" ||
1896 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1897 X"$as_myself" : 'X\(//\)[^/]' \| \
1898 X"$as_myself" : 'X\(//\)$' \| \
1899 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1900 $as_echo X"$as_myself" |
1901 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1902 s//\1/
1903 q
1904 }
1905 /^X\(\/\/\)[^/].*/{
1906 s//\1/
1907 q
1908 }
1909 /^X\(\/\/\)$/{
1910 s//\1/
1911 q
1912 }
1913 /^X\(\/\).*/{
1914 s//\1/
1915 q
1916 }
1917 s/.*/./; q'`
1918 srcdir=$ac_confdir
1919 if test ! -r "$srcdir/$ac_unique_file"; then
1920 srcdir=..
1921 fi
1922 else
1923 ac_srcdir_defaulted=no
1924 fi
1925 if test ! -r "$srcdir/$ac_unique_file"; then
1926 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1927 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1928 fi
1929 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1930 ac_abs_confdir=`(
1931 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1932 pwd)`
1933 # When building in place, set srcdir=.
1934 if test "$ac_abs_confdir" = "$ac_pwd"; then
1935 srcdir=.
1936 fi
1937 # Remove unnecessary trailing slashes from srcdir.
1938 # Double slashes in file names in object file debugging info
1939 # mess up M-x gdb in Emacs.
1940 case $srcdir in
1941 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1942 esac
1943 for ac_var in $ac_precious_vars; do
1944 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1945 eval ac_env_${ac_var}_value=\$${ac_var}
1946 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1947 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1948 done
1949
1950 #
1951 # Report the --help message.
1952 #
1953 if test "$ac_init_help" = "long"; then
1954 # Omit some internal or obsolete options to make the list less imposing.
1955 # This message is too long to be a string in the A/UX 3.1 sh.
1956 cat <<_ACEOF
1957 \`configure' configures wxWidgets 2.9.4 to adapt to many kinds of systems.
1958
1959 Usage: $0 [OPTION]... [VAR=VALUE]...
1960
1961 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1962 VAR=VALUE. See below for descriptions of some of the useful variables.
1963
1964 Defaults for the options are specified in brackets.
1965
1966 Configuration:
1967 -h, --help display this help and exit
1968 --help=short display options specific to this package
1969 --help=recursive display the short help of all the included packages
1970 -V, --version display version information and exit
1971 -q, --quiet, --silent do not print \`checking ...' messages
1972 --cache-file=FILE cache test results in FILE [disabled]
1973 -C, --config-cache alias for \`--cache-file=config.cache'
1974 -n, --no-create do not create output files
1975 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1976
1977 Installation directories:
1978 --prefix=PREFIX install architecture-independent files in PREFIX
1979 [$ac_default_prefix]
1980 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1981 [PREFIX]
1982
1983 By default, \`make install' will install all the files in
1984 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1985 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1986 for instance \`--prefix=\$HOME'.
1987
1988 For better control, use the options below.
1989
1990 Fine tuning of the installation directories:
1991 --bindir=DIR user executables [EPREFIX/bin]
1992 --sbindir=DIR system admin executables [EPREFIX/sbin]
1993 --libexecdir=DIR program executables [EPREFIX/libexec]
1994 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1995 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1996 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1997 --libdir=DIR object code libraries [EPREFIX/lib]
1998 --includedir=DIR C header files [PREFIX/include]
1999 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2000 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2001 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2002 --infodir=DIR info documentation [DATAROOTDIR/info]
2003 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2004 --mandir=DIR man documentation [DATAROOTDIR/man]
2005 --docdir=DIR documentation root [DATAROOTDIR/doc/wxwidgets]
2006 --htmldir=DIR html documentation [DOCDIR]
2007 --dvidir=DIR dvi documentation [DOCDIR]
2008 --pdfdir=DIR pdf documentation [DOCDIR]
2009 --psdir=DIR ps documentation [DOCDIR]
2010 _ACEOF
2011
2012 cat <<\_ACEOF
2013
2014 X features:
2015 --x-includes=DIR X include files are in DIR
2016 --x-libraries=DIR X library files are in DIR
2017
2018 System types:
2019 --build=BUILD configure for building on BUILD [guessed]
2020 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2021 _ACEOF
2022 fi
2023
2024 if test -n "$ac_init_help"; then
2025 case $ac_init_help in
2026 short | recursive ) echo "Configuration of wxWidgets 2.9.4:";;
2027 esac
2028 cat <<\_ACEOF
2029
2030 Optional Features:
2031 --disable-option-checking ignore unrecognized --enable/--with options
2032 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2033 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2034 --disable-gui don't build GUI parts of the library
2035 --enable-monolithic build wxWidgets as single library
2036 --enable-plugins build parts of wxWidgets as loadable components
2037 --enable-official_build official build of wxWidgets (win32 DLL only)
2038 --enable-vendor=VENDOR vendor name (win32 DLL only)
2039 --disable-all-features disable all optional features to build minimal library
2040 --enable-universal use wxWidgets GUI controls instead of native ones
2041 --enable-nanox use NanoX
2042 --enable-gpe use GNOME PDA Environment features if possible
2043 --enable-debug build library for debugging
2044 --disable-debug_flag disable all debugging support
2045 --enable-debug_info generate debug information
2046 --enable-debug_gdb create code with extra GDB debugging information
2047 --enable-debug_cntxt obsolete, don't use: use wxDebugContext
2048 --enable-mem_tracing obsolete, don't use: create code with memory tracing
2049 --disable-shared create static library instead of shared
2050 --enable-stl use standard C++ classes for everything
2051 --enable-std_containers use standard C++ container classes
2052 --enable-std_iostreams use standard C++ stream classes
2053 --enable-std_string use standard C++ string classes
2054 --enable-std_string_conv_in_wxstring provide implicit conversion to std::string in wxString
2055 --disable-unicode compile without Unicode support
2056 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
2057 --enable-utf8 use UTF-8 representation for strings (Unix only)
2058 --enable-utf8only only support UTF-8 locales in UTF-8 build (Unix only)
2059 --enable-extended_rtti use extended RTTI (XTI)
2060 --enable-omf use OMF object format
2061 --disable-optimise compile without optimisations
2062 --enable-profile create code with profiling information
2063 --enable-no_rtti create code without RTTI information
2064 --enable-no_exceptions create code without C++ exceptions handling
2065 --enable-permissive compile code disregarding strict ANSI
2066 --enable-no_deps create code without dependency information
2067 --disable-vararg_macros don't use vararg macros, even if they are supported
2068 --enable-universal_binary=archs create universal binary for the specified (or all supported) architectures
2069 --enable-macosx_arch=ARCH build for just the specified architecture
2070 --enable-compat26 enable wxWidgets 2.6 compatibility
2071 --disable-compat28 disable wxWidgets 2.8 compatibility
2072 --disable-rpath disable use of rpath for uninstalled builds
2073 --enable-objc_uniquifying enable Objective-C class name uniquifying
2074 --disable-visibility disable use of ELF symbols visibility even if supported
2075 --disable-tls disable use of compiler TLS support
2076 --enable-intl use internationalization system
2077 --enable-xlocale use x-locale support (requires wxLocale)
2078 --enable-config use wxConfig (and derived) classes
2079 --enable-protocols use wxProtocol and derived classes
2080 --enable-ftp use wxFTP (requires wxProtocol
2081 --enable-http use wxHTTP (requires wxProtocol
2082 --enable-fileproto use wxFileProto class (requires wxProtocol
2083 --enable-sockets use socket/network classes
2084 --enable-ipv6 enable IPv6 support in wxSocket
2085 --enable-ole use OLE classes (Win32 only)
2086 --enable-dataobj use data object classes
2087 --enable-ipc use interprocess communication (wxSocket etc.)
2088 --enable-baseevtloop use event loop in console programs too
2089 --enable-epollloop use wxEpollDispatcher class (Linux only)
2090 --enable-selectloop use wxSelectDispatcher class
2091 --enable-any use wxAny class
2092 --enable-apple_ieee use the Apple IEEE codec
2093 --enable-arcstream use wxArchive streams
2094 --enable-base64 use base64 encoding/decoding functions
2095 --enable-backtrace use wxStackWalker class for getting backtraces
2096 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
2097 --enable-cmdline use wxCmdLineParser class
2098 --enable-datetime use wxDateTime class
2099 --enable-debugreport use wxDebugReport class
2100 --enable-dialupman use dialup network classes
2101 --enable-dynlib use wxLibrary class for DLL loading
2102 --enable-dynamicloader use (new) wxDynamicLibrary class
2103 --enable-exceptions build exception-safe library
2104 --enable-ffile use wxFFile class
2105 --enable-file use wxFile class
2106 --enable-filehistory use wxFileHistory class
2107 --enable-filesystem use virtual file systems classes
2108 --enable-fontenum use wxFontEnumerator class
2109 --enable-fontmap use font encodings conversion classes
2110 --enable-fs_archive use virtual archive filesystems
2111 --enable-fs_inet use virtual HTTP/FTP filesystems
2112 --enable-fs_zip now replaced by fs_archive
2113 --enable-fswatcher use wxFileSystemWatcher class
2114 --enable-geometry use geometry class
2115 --enable-log use logging system
2116 --enable-longlong use wxLongLong class
2117 --enable-mimetype use wxMimeTypesManager
2118 --enable-printfposparam use wxVsnprintf() which supports positional parameters
2119 --enable-snglinst use wxSingleInstanceChecker class
2120 --enable-sound use wxSound class
2121 --enable-stdpaths use wxStandardPaths class
2122 --enable-stopwatch use wxStopWatch class
2123 --enable-streams use wxStream etc classes
2124 --enable-sysoptions use wxSystemOptions
2125 --enable-tarstream use wxTar streams
2126 --enable-textbuf use wxTextBuffer class
2127 --enable-textfile use wxTextFile class
2128 --enable-timer use wxTimer class
2129 --enable-variant use wxVariant class
2130 --enable-zipstream use wxZip streams
2131 --enable-url use wxURL class
2132 --enable-protocol use wxProtocol class
2133 --enable-protocol-http HTTP support in wxProtocol
2134 --enable-protocol-ftp FTP support in wxProtocol
2135 --enable-protocol-file FILE support in wxProtocol
2136 --enable-threads use threads
2137 --enable-iniconf use wxIniConfig (Win32 only)
2138 --enable-regkey use wxRegKey class (Win32 only)
2139 --enable-docview use document view architecture
2140 --enable-help use help subsystem
2141 --enable-mshtmlhelp use MS HTML Help (win32)
2142 --enable-html use wxHTML sub-library
2143 --enable-htmlhelp use wxHTML-based help
2144 --enable-xrc use XRC resources sub-library
2145 --enable-aui use AUI docking library
2146 --enable-propgrid use wxPropertyGrid library
2147 --enable-ribbon use wxRibbon library
2148 --enable-stc use wxStyledTextCtrl library
2149 --enable-constraints use layout-constraints system
2150 --enable-loggui use standard GUI logger
2151 --enable-logwin use wxLogWindow
2152 --enable-logdialog use wxLogDialog
2153 --enable-mdi use multiple document interface architecture
2154 --enable-mdidoc use docview architecture with MDI
2155 --enable-mediactrl use wxMediaCtrl class
2156 --enable-gstreamer8 force GStreamer 0.8 instead of 0.10 with the wxMediaCtrl class on unix
2157 --enable-richtext use wxRichTextCtrl
2158 --enable-postscript use wxPostscriptDC device context (default for gtk+)
2159 --enable-printarch use printing architecture
2160 --enable-svg use wxSVGFileDC device context
2161 --enable-webkit use wxWebKitCtrl (Mac-only, use wxWebView instead)
2162 --enable-webview use wxWebView library
2163 --enable-graphics_ctx use graphics context 2D drawing API
2164 --enable-clipboard use wxClipboard class
2165 --enable-dnd use Drag'n'Drop classes
2166 --disable-controls disable compilation of all standard controls
2167 --enable-markup support wxControl::SetLabelMarkup
2168 --enable-accel use accelerators
2169 --enable-animatectrl use wxAnimationCtrl class
2170 --enable-bannerwindow use wxBannerWindow class
2171 --enable-artstd use standard XPM icons in wxArtProvider
2172 --enable-arttango use Tango icons in wxArtProvider
2173 --enable-bmpbutton use wxBitmapButton class
2174 --enable-bmpcombobox use wxBitmapComboBox class
2175 --enable-button use wxButton class
2176 --enable-calendar use wxCalendarCtrl class
2177 --enable-caret use wxCaret class
2178 --enable-checkbox use wxCheckBox class
2179 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
2180 --enable-choice use wxChoice class
2181 --enable-choicebook use wxChoicebook class
2182 --enable-collpane use wxCollapsiblePane class
2183 --enable-colourpicker use wxColourPickerCtrl class
2184 --enable-combobox use wxComboBox class
2185 --enable-comboctrl use wxComboCtrl class
2186 --enable-commandlinkbutton use wxCommmandLinkButton class
2187 --enable-dataviewctrl use wxDataViewCtrl class
2188 --enable-datepick use wxDatePickerCtrl class
2189 --enable-detect_sm use code to detect X11 session manager
2190 --enable-dirpicker use wxDirPickerCtrl class
2191 --enable-display use wxDisplay class
2192 --enable-editablebox use wxEditableListBox class
2193 --enable-filectrl use wxFileCtrl class
2194 --enable-filepicker use wxFilePickerCtrl class
2195 --enable-fontpicker use wxFontPickerCtrl class
2196 --enable-gauge use wxGauge class
2197 --enable-grid use wxGrid class
2198 --enable-headerctrl use wxHeaderCtrl class
2199 --enable-hyperlink use wxHyperlinkCtrl class
2200 --enable-imaglist use wxImageList class
2201 --enable-infobar use wxInfoBar class
2202 --enable-listbook use wxListbook class
2203 --enable-listbox use wxListBox class
2204 --enable-listctrl use wxListCtrl class
2205 --enable-notebook use wxNotebook class
2206 --enable-notifmsg use wxNotificationMessage class
2207 --enable-odcombobox use wxOwnerDrawnComboBox class
2208 --enable-popupwin use wxPopUpWindow class
2209 --enable-radiobox use wxRadioBox class
2210 --enable-radiobtn use wxRadioButton class
2211 --enable-richmsgdlg use wxRichMessageDialog class
2212 --enable-richtooltip use wxRichToolTip class
2213 --enable-rearrangectrl use wxRearrangeList/Ctrl/Dialog
2214 --enable-sash use wxSashWindow class
2215 --enable-scrollbar use wxScrollBar class and scrollable windows
2216 --enable-searchctrl use wxSearchCtrl class
2217 --enable-slider use wxSlider class
2218 --enable-spinbtn use wxSpinButton class
2219 --enable-spinctrl use wxSpinCtrl class
2220 --enable-splitter use wxSplitterWindow class
2221 --enable-statbmp use wxStaticBitmap class
2222 --enable-statbox use wxStaticBox class
2223 --enable-statline use wxStaticLine class
2224 --enable-stattext use wxStaticText class
2225 --enable-statusbar use wxStatusBar class
2226 --enable-taskbaricon use wxTaskBarIcon class
2227 --enable-tbarnative use native wxToolBar class
2228 --enable-textctrl use wxTextCtrl class
2229 --enable-timepick use wxTimePickerCtrl class
2230 --enable-tipwindow use wxTipWindow class
2231 --enable-togglebtn use wxToggleButton class
2232 --enable-toolbar use wxToolBar class
2233 --enable-toolbook use wxToolbook class
2234 --enable-treebook use wxTreebook class
2235 --enable-treectrl use wxTreeCtrl class
2236 --enable-treelist use wxTreeListCtrl class
2237 --enable-commondlg use all common dialogs
2238 --enable-aboutdlg use wxAboutBox
2239 --enable-choicedlg use wxChoiceDialog
2240 --enable-coldlg use wxColourDialog
2241 --enable-filedlg use wxFileDialog
2242 --enable-finddlg use wxFindReplaceDialog
2243 --enable-fontdlg use wxFontDialog
2244 --enable-dirdlg use wxDirDialog
2245 --enable-msgdlg use wxMessageDialog
2246 --enable-numberdlg use wxNumberEntryDialog
2247 --enable-splash use wxSplashScreen
2248 --enable-textdlg use wxTextDialog
2249 --enable-tipdlg use startup tips
2250 --enable-progressdlg use wxProgressDialog
2251 --enable-wizarddlg use wxWizard
2252 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
2253 --enable-miniframe use wxMiniFrame class
2254 --enable-tooltips use wxToolTip class
2255 --enable-splines use spline drawing code
2256 --enable-mousewheel use mousewheel
2257 --enable-validators use wxValidator and derived classes
2258 --enable-busyinfo use wxBusyInfo
2259 --enable-hotkey use wxWindow::RegisterHotKey()
2260 --enable-joystick use wxJoystick
2261 --enable-metafiles use wxMetaFile
2262 --enable-dragimage use wxDragImage
2263 --enable-accessibility enable accessibility support
2264 --enable-uiactionsim use wxUIActionSimulator (experimental)
2265 --enable-dctransform use wxDC::SetTransformMatrix and related
2266 --enable-webview-webkit use wxWebView WebKit backend
2267 --enable-palette use wxPalette class
2268 --enable-image use wxImage class
2269 --enable-gif use gif images (GIF file format)
2270 --enable-pcx use pcx images (PCX file format)
2271 --enable-tga use tga images (TGA file format)
2272 --enable-iff use iff images (IFF file format)
2273 --enable-pnm use pnm images (PNM file format)
2274 --enable-xpm use xpm images (XPM file format)
2275 --enable-ico_cur use Windows ICO and CUR formats
2276 --enable-dccache cache temporary wxDC objects (Win32 only)
2277 --enable-ps-in-msw use PS printing in wxMSW (Win32 only)
2278 --enable-ownerdrawn use owner drawn controls (Win32 and OS/2 only)
2279 --enable-uxtheme enable support for Windows XP themed look (Win32 only)
2280 --enable-wxdib use wxDIB class (Win32 only)
2281 --enable-webview-ie use wxWebView IE backend (Win32 only)
2282 --enable-autoidman use automatic ids management
2283 --disable-largefile omit support for large files
2284 --disable-gtktest do not try to compile and run a test GTK+ program
2285 --disable-gtktest Do not try to compile and run a test GTK program
2286 --disable-sdltest Do not try to compile and run a test SDL program
2287 --enable-omf use OMF object format (OS/2)
2288 --disable-dependency-tracking
2289 don't use dependency tracking even if the compiler
2290 can
2291 --disable-precomp-headers
2292 don't use precompiled headers even if compiler can
2293
2294 Optional Packages:
2295 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2296 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2297 --without-subdirs don't generate makefiles for samples/demos/...
2298 --with-flavour=NAME specify a name to identify this build
2299 --with-themes=all|list use only the specified comma-separated list of wxUniversal themes
2300 --with-gtk[=VERSION] use GTK+, VERSION can be 3, 2 (default), 1 or "any"
2301 --with-motif use Motif/Lesstif
2302 --with-osx_carbon use Mac OS X (Carbon)
2303 --with-osx_cocoa use Mac OS X (Cocoa)
2304 --with-osx_iphone use iPhone OS X port
2305 --with-osx use Mac OS X (default port, currently Carbon)
2306 --with-carbon same as --with-osx_carbon
2307 --with-cocoa same as --with-osx_cocoa
2308 --with-iphone same as --with-osx_iphone
2309 --with-mac same as --with-osx
2310 --with-old_cocoa use old, deprecated, Cocoa port
2311 --with-wine use Wine
2312 --with-msw use MS-Windows
2313 --with-pm use OS/2 Presentation Manager
2314 --with-directfb use DirectFB
2315 --with-microwin use MicroWindows
2316 --with-x11 use X11
2317 --with-libpng use libpng (PNG image format)
2318 --with-libjpeg use libjpeg (JPEG file format)
2319 --with-libtiff use libtiff (TIFF file format)
2320 --with-libxpm use libxpm (XPM file format)
2321 --with-libiconv use libiconv (character conversion)
2322 --with-libmspack use libmspack (CHM help files loading)
2323 --without-gtkprint don't use GTK printing support
2324 --without-gnomeprint don't use GNOME printing libraries
2325 --with-gnomevfs use GNOME VFS for associating MIME types
2326 --with-hildon use Hildon framework for Nokia 770/800/810
2327 --with-opengl use OpenGL (or Mesa)
2328 --with-dmalloc use dmalloc library (http://dmalloc.com/)
2329 --with-sdl use SDL for audio on Unix
2330 --with-regex enable support for wxRegEx class
2331 --with-zlib use zlib for LZW compression
2332 --with-expat enable XML support using expat parser
2333 --with-macosx-sdk=PATH use an OS X SDK at PATH
2334 --with-macosx-version-min=VER build binaries which require at least this OS X version
2335 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
2336 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
2337 --with-x use the X Window System
2338 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
2339 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
2340 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
2341 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
2342 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
2343
2344 Some influential environment variables:
2345 CC C compiler command
2346 CFLAGS C compiler flags
2347 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2348 nonstandard directory <lib dir>
2349 LIBS libraries to pass to the linker, e.g. -l<library>
2350 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2351 you have headers in a nonstandard directory <include dir>
2352 CPP C preprocessor
2353 CXX C++ compiler command
2354 CXXFLAGS C++ compiler flags
2355 CXXCPP C++ preprocessor
2356 PKG_CONFIG path to pkg-config utility
2357 DIRECTFB_CFLAGS
2358 C compiler flags for DIRECTFB, overriding pkg-config
2359 DIRECTFB_LIBS
2360 linker flags for DIRECTFB, overriding pkg-config
2361 XMKMF Path to xmkmf, Makefile generator for X Window System
2362 PANGOX_CFLAGS
2363 C compiler flags for PANGOX, overriding pkg-config
2364 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
2365 PANGOFT2_CFLAGS
2366 C compiler flags for PANGOFT2, overriding pkg-config
2367 PANGOFT2_LIBS
2368 linker flags for PANGOFT2, overriding pkg-config
2369 PANGOXFT_CFLAGS
2370 C compiler flags for PANGOXFT, overriding pkg-config
2371 PANGOXFT_LIBS
2372 linker flags for PANGOXFT, overriding pkg-config
2373 Xinerama_CFLAGS
2374 C compiler flags for Xinerama, overriding pkg-config
2375 Xinerama_LIBS
2376 linker flags for Xinerama, overriding pkg-config
2377 Xxf86vm_CFLAGS
2378 C compiler flags for Xxf86vm, overriding pkg-config
2379 Xxf86vm_LIBS
2380 linker flags for Xxf86vm, overriding pkg-config
2381 SM_CFLAGS C compiler flags for SM, overriding pkg-config
2382 SM_LIBS linker flags for SM, overriding pkg-config
2383 GL_CFLAGS C compiler flags for GL, overriding pkg-config
2384 GL_LIBS linker flags for GL, overriding pkg-config
2385 GLU_CFLAGS C compiler flags for GLU, overriding pkg-config
2386 GLU_LIBS linker flags for GLU, overriding pkg-config
2387 MesaGL_CFLAGS
2388 C compiler flags for MesaGL, overriding pkg-config
2389 MesaGL_LIBS linker flags for MesaGL, overriding pkg-config
2390 GTKPRINT_CFLAGS
2391 C compiler flags for GTKPRINT, overriding pkg-config
2392 GTKPRINT_LIBS
2393 linker flags for GTKPRINT, overriding pkg-config
2394 LIBGNOMEPRINTUI_CFLAGS
2395 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
2396 LIBGNOMEPRINTUI_LIBS
2397 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
2398 GNOMEVFS_CFLAGS
2399 C compiler flags for GNOMEVFS, overriding pkg-config
2400 GNOMEVFS_LIBS
2401 linker flags for GNOMEVFS, overriding pkg-config
2402 HILDON_CFLAGS
2403 C compiler flags for HILDON, overriding pkg-config
2404 HILDON_LIBS linker flags for HILDON, overriding pkg-config
2405 HILDON2_CFLAGS
2406 C compiler flags for HILDON2, overriding pkg-config
2407 HILDON2_LIBS
2408 linker flags for HILDON2, overriding pkg-config
2409 WEBKIT_CFLAGS
2410 C compiler flags for WEBKIT, overriding pkg-config
2411 WEBKIT_LIBS linker flags for WEBKIT, overriding pkg-config
2412 CAIRO_CFLAGS
2413 C compiler flags for CAIRO, overriding pkg-config
2414 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
2415 GST_CFLAGS C compiler flags for GST, overriding pkg-config
2416 GST_LIBS linker flags for GST, overriding pkg-config
2417
2418 Use these variables to override the choices made by `configure' or to help
2419 it to find libraries and programs with nonstandard names/locations.
2420
2421 Report bugs to <wx-dev@lists.wxwidgets.org>.
2422 _ACEOF
2423 ac_status=$?
2424 fi
2425
2426 if test "$ac_init_help" = "recursive"; then
2427 # If there are subdirs, report their specific --help.
2428 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2429 test -d "$ac_dir" ||
2430 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2431 continue
2432 ac_builddir=.
2433
2434 case "$ac_dir" in
2435 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2436 *)
2437 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2438 # A ".." for each directory in $ac_dir_suffix.
2439 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2440 case $ac_top_builddir_sub in
2441 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2442 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2443 esac ;;
2444 esac
2445 ac_abs_top_builddir=$ac_pwd
2446 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2447 # for backward compatibility:
2448 ac_top_builddir=$ac_top_build_prefix
2449
2450 case $srcdir in
2451 .) # We are building in place.
2452 ac_srcdir=.
2453 ac_top_srcdir=$ac_top_builddir_sub
2454 ac_abs_top_srcdir=$ac_pwd ;;
2455 [\\/]* | ?:[\\/]* ) # Absolute name.
2456 ac_srcdir=$srcdir$ac_dir_suffix;
2457 ac_top_srcdir=$srcdir
2458 ac_abs_top_srcdir=$srcdir ;;
2459 *) # Relative name.
2460 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2461 ac_top_srcdir=$ac_top_build_prefix$srcdir
2462 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2463 esac
2464 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2465
2466 cd "$ac_dir" || { ac_status=$?; continue; }
2467 # Check for guested configure.
2468 if test -f "$ac_srcdir/configure.gnu"; then
2469 echo &&
2470 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2471 elif test -f "$ac_srcdir/configure"; then
2472 echo &&
2473 $SHELL "$ac_srcdir/configure" --help=recursive
2474 else
2475 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2476 fi || ac_status=$?
2477 cd "$ac_pwd" || { ac_status=$?; break; }
2478 done
2479 fi
2480
2481 test -n "$ac_init_help" && exit $ac_status
2482 if $ac_init_version; then
2483 cat <<\_ACEOF
2484 wxWidgets configure 2.9.4
2485 generated by GNU Autoconf 2.67
2486
2487 Copyright (C) 2010 Free Software Foundation, Inc.
2488 This configure script is free software; the Free Software Foundation
2489 gives unlimited permission to copy, distribute and modify it.
2490 _ACEOF
2491 exit
2492 fi
2493
2494 ## ------------------------ ##
2495 ## Autoconf initialization. ##
2496 ## ------------------------ ##
2497
2498 # ac_fn_c_try_compile LINENO
2499 # --------------------------
2500 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2501 ac_fn_c_try_compile ()
2502 {
2503 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2504 rm -f conftest.$ac_objext
2505 if { { ac_try="$ac_compile"
2506 case "(($ac_try" in
2507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2508 *) ac_try_echo=$ac_try;;
2509 esac
2510 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2511 $as_echo "$ac_try_echo"; } >&5
2512 (eval "$ac_compile") 2>conftest.err
2513 ac_status=$?
2514 if test -s conftest.err; then
2515 grep -v '^ *+' conftest.err >conftest.er1
2516 cat conftest.er1 >&5
2517 mv -f conftest.er1 conftest.err
2518 fi
2519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2520 test $ac_status = 0; } && {
2521 test -z "$ac_c_werror_flag" ||
2522 test ! -s conftest.err
2523 } && test -s conftest.$ac_objext; then :
2524 ac_retval=0
2525 else
2526 $as_echo "$as_me: failed program was:" >&5
2527 sed 's/^/| /' conftest.$ac_ext >&5
2528
2529 ac_retval=1
2530 fi
2531 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2532 as_fn_set_status $ac_retval
2533
2534 } # ac_fn_c_try_compile
2535
2536 # ac_fn_c_try_cpp LINENO
2537 # ----------------------
2538 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2539 ac_fn_c_try_cpp ()
2540 {
2541 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2542 if { { ac_try="$ac_cpp conftest.$ac_ext"
2543 case "(($ac_try" in
2544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2545 *) ac_try_echo=$ac_try;;
2546 esac
2547 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2548 $as_echo "$ac_try_echo"; } >&5
2549 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2550 ac_status=$?
2551 if test -s conftest.err; then
2552 grep -v '^ *+' conftest.err >conftest.er1
2553 cat conftest.er1 >&5
2554 mv -f conftest.er1 conftest.err
2555 fi
2556 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2557 test $ac_status = 0; } > conftest.i && {
2558 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2559 test ! -s conftest.err
2560 }; then :
2561 ac_retval=0
2562 else
2563 $as_echo "$as_me: failed program was:" >&5
2564 sed 's/^/| /' conftest.$ac_ext >&5
2565
2566 ac_retval=1
2567 fi
2568 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2569 as_fn_set_status $ac_retval
2570
2571 } # ac_fn_c_try_cpp
2572
2573 # ac_fn_cxx_try_compile LINENO
2574 # ----------------------------
2575 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2576 ac_fn_cxx_try_compile ()
2577 {
2578 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2579 rm -f conftest.$ac_objext
2580 if { { ac_try="$ac_compile"
2581 case "(($ac_try" in
2582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2583 *) ac_try_echo=$ac_try;;
2584 esac
2585 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2586 $as_echo "$ac_try_echo"; } >&5
2587 (eval "$ac_compile") 2>conftest.err
2588 ac_status=$?
2589 if test -s conftest.err; then
2590 grep -v '^ *+' conftest.err >conftest.er1
2591 cat conftest.er1 >&5
2592 mv -f conftest.er1 conftest.err
2593 fi
2594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2595 test $ac_status = 0; } && {
2596 test -z "$ac_cxx_werror_flag" ||
2597 test ! -s conftest.err
2598 } && test -s conftest.$ac_objext; then :
2599 ac_retval=0
2600 else
2601 $as_echo "$as_me: failed program was:" >&5
2602 sed 's/^/| /' conftest.$ac_ext >&5
2603
2604 ac_retval=1
2605 fi
2606 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2607 as_fn_set_status $ac_retval
2608
2609 } # ac_fn_cxx_try_compile
2610
2611 # ac_fn_c_try_link LINENO
2612 # -----------------------
2613 # Try to link conftest.$ac_ext, and return whether this succeeded.
2614 ac_fn_c_try_link ()
2615 {
2616 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2617 rm -f conftest.$ac_objext conftest$ac_exeext
2618 if { { ac_try="$ac_link"
2619 case "(($ac_try" in
2620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2621 *) ac_try_echo=$ac_try;;
2622 esac
2623 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2624 $as_echo "$ac_try_echo"; } >&5
2625 (eval "$ac_link") 2>conftest.err
2626 ac_status=$?
2627 if test -s conftest.err; then
2628 grep -v '^ *+' conftest.err >conftest.er1
2629 cat conftest.er1 >&5
2630 mv -f conftest.er1 conftest.err
2631 fi
2632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2633 test $ac_status = 0; } && {
2634 test -z "$ac_c_werror_flag" ||
2635 test ! -s conftest.err
2636 } && test -s conftest$ac_exeext && {
2637 test "$cross_compiling" = yes ||
2638 $as_test_x conftest$ac_exeext
2639 }; then :
2640 ac_retval=0
2641 else
2642 $as_echo "$as_me: failed program was:" >&5
2643 sed 's/^/| /' conftest.$ac_ext >&5
2644
2645 ac_retval=1
2646 fi
2647 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2648 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2649 # interfere with the next link command; also delete a directory that is
2650 # left behind by Apple's compiler. We do this before executing the actions.
2651 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2652 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2653 as_fn_set_status $ac_retval
2654
2655 } # ac_fn_c_try_link
2656
2657 # ac_fn_cxx_try_link LINENO
2658 # -------------------------
2659 # Try to link conftest.$ac_ext, and return whether this succeeded.
2660 ac_fn_cxx_try_link ()
2661 {
2662 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2663 rm -f conftest.$ac_objext conftest$ac_exeext
2664 if { { ac_try="$ac_link"
2665 case "(($ac_try" in
2666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2667 *) ac_try_echo=$ac_try;;
2668 esac
2669 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2670 $as_echo "$ac_try_echo"; } >&5
2671 (eval "$ac_link") 2>conftest.err
2672 ac_status=$?
2673 if test -s conftest.err; then
2674 grep -v '^ *+' conftest.err >conftest.er1
2675 cat conftest.er1 >&5
2676 mv -f conftest.er1 conftest.err
2677 fi
2678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2679 test $ac_status = 0; } && {
2680 test -z "$ac_cxx_werror_flag" ||
2681 test ! -s conftest.err
2682 } && test -s conftest$ac_exeext && {
2683 test "$cross_compiling" = yes ||
2684 $as_test_x conftest$ac_exeext
2685 }; then :
2686 ac_retval=0
2687 else
2688 $as_echo "$as_me: failed program was:" >&5
2689 sed 's/^/| /' conftest.$ac_ext >&5
2690
2691 ac_retval=1
2692 fi
2693 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2694 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2695 # interfere with the next link command; also delete a directory that is
2696 # left behind by Apple's compiler. We do this before executing the actions.
2697 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2698 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2699 as_fn_set_status $ac_retval
2700
2701 } # ac_fn_cxx_try_link
2702
2703 # ac_fn_c_try_run LINENO
2704 # ----------------------
2705 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2706 # that executables *can* be run.
2707 ac_fn_c_try_run ()
2708 {
2709 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2710 if { { ac_try="$ac_link"
2711 case "(($ac_try" in
2712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2713 *) ac_try_echo=$ac_try;;
2714 esac
2715 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2716 $as_echo "$ac_try_echo"; } >&5
2717 (eval "$ac_link") 2>&5
2718 ac_status=$?
2719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2720 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2721 { { case "(($ac_try" in
2722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2723 *) ac_try_echo=$ac_try;;
2724 esac
2725 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2726 $as_echo "$ac_try_echo"; } >&5
2727 (eval "$ac_try") 2>&5
2728 ac_status=$?
2729 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2730 test $ac_status = 0; }; }; then :
2731 ac_retval=0
2732 else
2733 $as_echo "$as_me: program exited with status $ac_status" >&5
2734 $as_echo "$as_me: failed program was:" >&5
2735 sed 's/^/| /' conftest.$ac_ext >&5
2736
2737 ac_retval=$ac_status
2738 fi
2739 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2740 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2741 as_fn_set_status $ac_retval
2742
2743 } # ac_fn_c_try_run
2744
2745 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2746 # -------------------------------------------------------
2747 # Tests whether HEADER exists and can be compiled using the include files in
2748 # INCLUDES, setting the cache variable VAR accordingly.
2749 ac_fn_c_check_header_compile ()
2750 {
2751 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2753 $as_echo_n "checking for $2... " >&6; }
2754 if eval "test \"\${$3+set}\"" = set; then :
2755 $as_echo_n "(cached) " >&6
2756 else
2757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2758 /* end confdefs.h. */
2759 $4
2760 #include <$2>
2761 _ACEOF
2762 if ac_fn_c_try_compile "$LINENO"; then :
2763 eval "$3=yes"
2764 else
2765 eval "$3=no"
2766 fi
2767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2768 fi
2769 eval ac_res=\$$3
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2771 $as_echo "$ac_res" >&6; }
2772 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2773
2774 } # ac_fn_c_check_header_compile
2775
2776 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2777 # --------------------------------------------
2778 # Tries to find the compile-time value of EXPR in a program that includes
2779 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2780 # computed
2781 ac_fn_c_compute_int ()
2782 {
2783 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2784 if test "$cross_compiling" = yes; then
2785 # Depending upon the size, compute the lo and hi bounds.
2786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2787 /* end confdefs.h. */
2788 $4
2789 int
2790 main ()
2791 {
2792 static int test_array [1 - 2 * !(($2) >= 0)];
2793 test_array [0] = 0
2794
2795 ;
2796 return 0;
2797 }
2798 _ACEOF
2799 if ac_fn_c_try_compile "$LINENO"; then :
2800 ac_lo=0 ac_mid=0
2801 while :; do
2802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2803 /* end confdefs.h. */
2804 $4
2805 int
2806 main ()
2807 {
2808 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2809 test_array [0] = 0
2810
2811 ;
2812 return 0;
2813 }
2814 _ACEOF
2815 if ac_fn_c_try_compile "$LINENO"; then :
2816 ac_hi=$ac_mid; break
2817 else
2818 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2819 if test $ac_lo -le $ac_mid; then
2820 ac_lo= ac_hi=
2821 break
2822 fi
2823 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2824 fi
2825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2826 done
2827 else
2828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2829 /* end confdefs.h. */
2830 $4
2831 int
2832 main ()
2833 {
2834 static int test_array [1 - 2 * !(($2) < 0)];
2835 test_array [0] = 0
2836
2837 ;
2838 return 0;
2839 }
2840 _ACEOF
2841 if ac_fn_c_try_compile "$LINENO"; then :
2842 ac_hi=-1 ac_mid=-1
2843 while :; do
2844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2845 /* end confdefs.h. */
2846 $4
2847 int
2848 main ()
2849 {
2850 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2851 test_array [0] = 0
2852
2853 ;
2854 return 0;
2855 }
2856 _ACEOF
2857 if ac_fn_c_try_compile "$LINENO"; then :
2858 ac_lo=$ac_mid; break
2859 else
2860 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2861 if test $ac_mid -le $ac_hi; then
2862 ac_lo= ac_hi=
2863 break
2864 fi
2865 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2866 fi
2867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2868 done
2869 else
2870 ac_lo= ac_hi=
2871 fi
2872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2873 fi
2874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2875 # Binary search between lo and hi bounds.
2876 while test "x$ac_lo" != "x$ac_hi"; do
2877 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2879 /* end confdefs.h. */
2880 $4
2881 int
2882 main ()
2883 {
2884 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2885 test_array [0] = 0
2886
2887 ;
2888 return 0;
2889 }
2890 _ACEOF
2891 if ac_fn_c_try_compile "$LINENO"; then :
2892 ac_hi=$ac_mid
2893 else
2894 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2895 fi
2896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2897 done
2898 case $ac_lo in #((
2899 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2900 '') ac_retval=1 ;;
2901 esac
2902 else
2903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2904 /* end confdefs.h. */
2905 $4
2906 static long int longval () { return $2; }
2907 static unsigned long int ulongval () { return $2; }
2908 #include <stdio.h>
2909 #include <stdlib.h>
2910 int
2911 main ()
2912 {
2913
2914 FILE *f = fopen ("conftest.val", "w");
2915 if (! f)
2916 return 1;
2917 if (($2) < 0)
2918 {
2919 long int i = longval ();
2920 if (i != ($2))
2921 return 1;
2922 fprintf (f, "%ld", i);
2923 }
2924 else
2925 {
2926 unsigned long int i = ulongval ();
2927 if (i != ($2))
2928 return 1;
2929 fprintf (f, "%lu", i);
2930 }
2931 /* Do not output a trailing newline, as this causes \r\n confusion
2932 on some platforms. */
2933 return ferror (f) || fclose (f) != 0;
2934
2935 ;
2936 return 0;
2937 }
2938 _ACEOF
2939 if ac_fn_c_try_run "$LINENO"; then :
2940 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2941 else
2942 ac_retval=1
2943 fi
2944 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2945 conftest.$ac_objext conftest.beam conftest.$ac_ext
2946 rm -f conftest.val
2947
2948 fi
2949 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2950 as_fn_set_status $ac_retval
2951
2952 } # ac_fn_c_compute_int
2953
2954 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
2955 # ---------------------------------------------------------
2956 # Tests whether HEADER exists and can be compiled using the include files in
2957 # INCLUDES, setting the cache variable VAR accordingly.
2958 ac_fn_cxx_check_header_compile ()
2959 {
2960 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2962 $as_echo_n "checking for $2... " >&6; }
2963 if eval "test \"\${$3+set}\"" = set; then :
2964 $as_echo_n "(cached) " >&6
2965 else
2966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2967 /* end confdefs.h. */
2968 $4
2969 #include <$2>
2970 _ACEOF
2971 if ac_fn_cxx_try_compile "$LINENO"; then :
2972 eval "$3=yes"
2973 else
2974 eval "$3=no"
2975 fi
2976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2977 fi
2978 eval ac_res=\$$3
2979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2980 $as_echo "$ac_res" >&6; }
2981 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2982
2983 } # ac_fn_cxx_check_header_compile
2984
2985 # ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
2986 # ---------------------------------------------
2987 # Tests whether TYPE exists after having included INCLUDES, setting cache
2988 # variable VAR accordingly.
2989 ac_fn_cxx_check_type ()
2990 {
2991 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2993 $as_echo_n "checking for $2... " >&6; }
2994 if eval "test \"\${$3+set}\"" = set; then :
2995 $as_echo_n "(cached) " >&6
2996 else
2997 eval "$3=no"
2998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2999 /* end confdefs.h. */
3000 $4
3001 int
3002 main ()
3003 {
3004 if (sizeof ($2))
3005 return 0;
3006 ;
3007 return 0;
3008 }
3009 _ACEOF
3010 if ac_fn_cxx_try_compile "$LINENO"; then :
3011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3012 /* end confdefs.h. */
3013 $4
3014 int
3015 main ()
3016 {
3017 if (sizeof (($2)))
3018 return 0;
3019 ;
3020 return 0;
3021 }
3022 _ACEOF
3023 if ac_fn_cxx_try_compile "$LINENO"; then :
3024
3025 else
3026 eval "$3=yes"
3027 fi
3028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3029 fi
3030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3031 fi
3032 eval ac_res=\$$3
3033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3034 $as_echo "$ac_res" >&6; }
3035 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
3036
3037 } # ac_fn_cxx_check_type
3038
3039 # ac_fn_cxx_try_cpp LINENO
3040 # ------------------------
3041 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3042 ac_fn_cxx_try_cpp ()
3043 {
3044 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3045 if { { ac_try="$ac_cpp conftest.$ac_ext"
3046 case "(($ac_try" in
3047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3048 *) ac_try_echo=$ac_try;;
3049 esac
3050 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3051 $as_echo "$ac_try_echo"; } >&5
3052 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3053 ac_status=$?
3054 if test -s conftest.err; then
3055 grep -v '^ *+' conftest.err >conftest.er1
3056 cat conftest.er1 >&5
3057 mv -f conftest.er1 conftest.err
3058 fi
3059 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3060 test $ac_status = 0; } > conftest.i && {
3061 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
3062 test ! -s conftest.err
3063 }; then :
3064 ac_retval=0
3065 else
3066 $as_echo "$as_me: failed program was:" >&5
3067 sed 's/^/| /' conftest.$ac_ext >&5
3068
3069 ac_retval=1
3070 fi
3071 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
3072 as_fn_set_status $ac_retval
3073
3074 } # ac_fn_cxx_try_cpp
3075
3076 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
3077 # ---------------------------------------------------------
3078 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3079 # the include files in INCLUDES and setting the cache variable VAR
3080 # accordingly.
3081 ac_fn_cxx_check_header_mongrel ()
3082 {
3083 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3084 if eval "test \"\${$3+set}\"" = set; then :
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3086 $as_echo_n "checking for $2... " >&6; }
3087 if eval "test \"\${$3+set}\"" = set; then :
3088 $as_echo_n "(cached) " >&6
3089 fi
3090 eval ac_res=\$$3
3091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3092 $as_echo "$ac_res" >&6; }
3093 else
3094 # Is the header compilable?
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3096 $as_echo_n "checking $2 usability... " >&6; }
3097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3098 /* end confdefs.h. */
3099 $4
3100 #include <$2>
3101 _ACEOF
3102 if ac_fn_cxx_try_compile "$LINENO"; then :
3103 ac_header_compiler=yes
3104 else
3105 ac_header_compiler=no
3106 fi
3107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3109 $as_echo "$ac_header_compiler" >&6; }
3110
3111 # Is the header present?
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3113 $as_echo_n "checking $2 presence... " >&6; }
3114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3115 /* end confdefs.h. */
3116 #include <$2>
3117 _ACEOF
3118 if ac_fn_cxx_try_cpp "$LINENO"; then :
3119 ac_header_preproc=yes
3120 else
3121 ac_header_preproc=no
3122 fi
3123 rm -f conftest.err conftest.i conftest.$ac_ext
3124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3125 $as_echo "$ac_header_preproc" >&6; }
3126
3127 # So? What about this header?
3128 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
3129 yes:no: )
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3131 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3133 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3134 ;;
3135 no:yes:* )
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3137 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3139 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3141 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3143 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3145 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3146 ( $as_echo "## ----------------------------------------- ##
3147 ## Report this to wx-dev@lists.wxwidgets.org ##
3148 ## ----------------------------------------- ##"
3149 ) | sed "s/^/$as_me: WARNING: /" >&2
3150 ;;
3151 esac
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3153 $as_echo_n "checking for $2... " >&6; }
3154 if eval "test \"\${$3+set}\"" = set; then :
3155 $as_echo_n "(cached) " >&6
3156 else
3157 eval "$3=\$ac_header_compiler"
3158 fi
3159 eval ac_res=\$$3
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3161 $as_echo "$ac_res" >&6; }
3162 fi
3163 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
3164
3165 } # ac_fn_cxx_check_header_mongrel
3166
3167 # ac_fn_c_check_func LINENO FUNC VAR
3168 # ----------------------------------
3169 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3170 ac_fn_c_check_func ()
3171 {
3172 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3174 $as_echo_n "checking for $2... " >&6; }
3175 if eval "test \"\${$3+set}\"" = set; then :
3176 $as_echo_n "(cached) " >&6
3177 else
3178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3179 /* end confdefs.h. */
3180 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3181 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3182 #define $2 innocuous_$2
3183
3184 /* System header to define __stub macros and hopefully few prototypes,
3185 which can conflict with char $2 (); below.
3186 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3187 <limits.h> exists even on freestanding compilers. */
3188
3189 #ifdef __STDC__
3190 # include <limits.h>
3191 #else
3192 # include <assert.h>
3193 #endif
3194
3195 #undef $2
3196
3197 /* Override any GCC internal prototype to avoid an error.
3198 Use char because int might match the return type of a GCC
3199 builtin and then its argument prototype would still apply. */
3200 #ifdef __cplusplus
3201 extern "C"
3202 #endif
3203 char $2 ();
3204 /* The GNU C library defines this for functions which it implements
3205 to always fail with ENOSYS. Some functions are actually named
3206 something starting with __ and the normal name is an alias. */
3207 #if defined __stub_$2 || defined __stub___$2
3208 choke me
3209 #endif
3210
3211 int
3212 main ()
3213 {
3214 return $2 ();
3215 ;
3216 return 0;
3217 }
3218 _ACEOF
3219 if ac_fn_c_try_link "$LINENO"; then :
3220 eval "$3=yes"
3221 else
3222 eval "$3=no"
3223 fi
3224 rm -f core conftest.err conftest.$ac_objext \
3225 conftest$ac_exeext conftest.$ac_ext
3226 fi
3227 eval ac_res=\$$3
3228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3229 $as_echo "$ac_res" >&6; }
3230 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
3231
3232 } # ac_fn_c_check_func
3233
3234 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3235 # -------------------------------------------
3236 # Tests whether TYPE exists after having included INCLUDES, setting cache
3237 # variable VAR accordingly.
3238 ac_fn_c_check_type ()
3239 {
3240 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3242 $as_echo_n "checking for $2... " >&6; }
3243 if eval "test \"\${$3+set}\"" = set; then :
3244 $as_echo_n "(cached) " >&6
3245 else
3246 eval "$3=no"
3247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3248 /* end confdefs.h. */
3249 $4
3250 int
3251 main ()
3252 {
3253 if (sizeof ($2))
3254 return 0;
3255 ;
3256 return 0;
3257 }
3258 _ACEOF
3259 if ac_fn_c_try_compile "$LINENO"; then :
3260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3261 /* end confdefs.h. */
3262 $4
3263 int
3264 main ()
3265 {
3266 if (sizeof (($2)))
3267 return 0;
3268 ;
3269 return 0;
3270 }
3271 _ACEOF
3272 if ac_fn_c_try_compile "$LINENO"; then :
3273
3274 else
3275 eval "$3=yes"
3276 fi
3277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3278 fi
3279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3280 fi
3281 eval ac_res=\$$3
3282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3283 $as_echo "$ac_res" >&6; }
3284 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
3285
3286 } # ac_fn_c_check_type
3287
3288 # ac_fn_cxx_try_run LINENO
3289 # ------------------------
3290 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3291 # that executables *can* be run.
3292 ac_fn_cxx_try_run ()
3293 {
3294 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3295 if { { ac_try="$ac_link"
3296 case "(($ac_try" in
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3301 $as_echo "$ac_try_echo"; } >&5
3302 (eval "$ac_link") 2>&5
3303 ac_status=$?
3304 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3305 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3306 { { case "(($ac_try" in
3307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3308 *) ac_try_echo=$ac_try;;
3309 esac
3310 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3311 $as_echo "$ac_try_echo"; } >&5
3312 (eval "$ac_try") 2>&5
3313 ac_status=$?
3314 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3315 test $ac_status = 0; }; }; then :
3316 ac_retval=0
3317 else
3318 $as_echo "$as_me: program exited with status $ac_status" >&5
3319 $as_echo "$as_me: failed program was:" >&5
3320 sed 's/^/| /' conftest.$ac_ext >&5
3321
3322 ac_retval=$ac_status
3323 fi
3324 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3325 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
3326 as_fn_set_status $ac_retval
3327
3328 } # ac_fn_cxx_try_run
3329 cat >config.log <<_ACEOF
3330 This file contains any messages produced by compilers while
3331 running configure, to aid debugging if configure makes a mistake.
3332
3333 It was created by wxWidgets $as_me 2.9.4, which was
3334 generated by GNU Autoconf 2.67. Invocation command line was
3335
3336 $ $0 $@
3337
3338 _ACEOF
3339 exec 5>>config.log
3340 {
3341 cat <<_ASUNAME
3342 ## --------- ##
3343 ## Platform. ##
3344 ## --------- ##
3345
3346 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3347 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3348 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3349 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3350 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3351
3352 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3353 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3354
3355 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3356 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3357 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3358 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3359 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3360 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3361 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3362
3363 _ASUNAME
3364
3365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3366 for as_dir in $PATH
3367 do
3368 IFS=$as_save_IFS
3369 test -z "$as_dir" && as_dir=.
3370 $as_echo "PATH: $as_dir"
3371 done
3372 IFS=$as_save_IFS
3373
3374 } >&5
3375
3376 cat >&5 <<_ACEOF
3377
3378
3379 ## ----------- ##
3380 ## Core tests. ##
3381 ## ----------- ##
3382
3383 _ACEOF
3384
3385
3386 # Keep a trace of the command line.
3387 # Strip out --no-create and --no-recursion so they do not pile up.
3388 # Strip out --silent because we don't want to record it for future runs.
3389 # Also quote any args containing shell meta-characters.
3390 # Make two passes to allow for proper duplicate-argument suppression.
3391 ac_configure_args=
3392 ac_configure_args0=
3393 ac_configure_args1=
3394 ac_must_keep_next=false
3395 for ac_pass in 1 2
3396 do
3397 for ac_arg
3398 do
3399 case $ac_arg in
3400 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3401 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3402 | -silent | --silent | --silen | --sile | --sil)
3403 continue ;;
3404 *\'*)
3405 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3406 esac
3407 case $ac_pass in
3408 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3409 2)
3410 as_fn_append ac_configure_args1 " '$ac_arg'"
3411 if test $ac_must_keep_next = true; then
3412 ac_must_keep_next=false # Got value, back to normal.
3413 else
3414 case $ac_arg in
3415 *=* | --config-cache | -C | -disable-* | --disable-* \
3416 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3417 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3418 | -with-* | --with-* | -without-* | --without-* | --x)
3419 case "$ac_configure_args0 " in
3420 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3421 esac
3422 ;;
3423 -* ) ac_must_keep_next=true ;;
3424 esac
3425 fi
3426 as_fn_append ac_configure_args " '$ac_arg'"
3427 ;;
3428 esac
3429 done
3430 done
3431 { ac_configure_args0=; unset ac_configure_args0;}
3432 { ac_configure_args1=; unset ac_configure_args1;}
3433
3434 # When interrupted or exit'd, cleanup temporary files, and complete
3435 # config.log. We remove comments because anyway the quotes in there
3436 # would cause problems or look ugly.
3437 # WARNING: Use '\'' to represent an apostrophe within the trap.
3438 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3439 trap 'exit_status=$?
3440 # Save into config.log some information that might help in debugging.
3441 {
3442 echo
3443
3444 $as_echo "## ---------------- ##
3445 ## Cache variables. ##
3446 ## ---------------- ##"
3447 echo
3448 # The following way of writing the cache mishandles newlines in values,
3449 (
3450 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3451 eval ac_val=\$$ac_var
3452 case $ac_val in #(
3453 *${as_nl}*)
3454 case $ac_var in #(
3455 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3456 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3457 esac
3458 case $ac_var in #(
3459 _ | IFS | as_nl) ;; #(
3460 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3461 *) { eval $ac_var=; unset $ac_var;} ;;
3462 esac ;;
3463 esac
3464 done
3465 (set) 2>&1 |
3466 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3467 *${as_nl}ac_space=\ *)
3468 sed -n \
3469 "s/'\''/'\''\\\\'\'''\''/g;
3470 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3471 ;; #(
3472 *)
3473 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3474 ;;
3475 esac |
3476 sort
3477 )
3478 echo
3479
3480 $as_echo "## ----------------- ##
3481 ## Output variables. ##
3482 ## ----------------- ##"
3483 echo
3484 for ac_var in $ac_subst_vars
3485 do
3486 eval ac_val=\$$ac_var
3487 case $ac_val in
3488 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3489 esac
3490 $as_echo "$ac_var='\''$ac_val'\''"
3491 done | sort
3492 echo
3493
3494 if test -n "$ac_subst_files"; then
3495 $as_echo "## ------------------- ##
3496 ## File substitutions. ##
3497 ## ------------------- ##"
3498 echo
3499 for ac_var in $ac_subst_files
3500 do
3501 eval ac_val=\$$ac_var
3502 case $ac_val in
3503 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3504 esac
3505 $as_echo "$ac_var='\''$ac_val'\''"
3506 done | sort
3507 echo
3508 fi
3509
3510 if test -s confdefs.h; then
3511 $as_echo "## ----------- ##
3512 ## confdefs.h. ##
3513 ## ----------- ##"
3514 echo
3515 cat confdefs.h
3516 echo
3517 fi
3518 test "$ac_signal" != 0 &&
3519 $as_echo "$as_me: caught signal $ac_signal"
3520 $as_echo "$as_me: exit $exit_status"
3521 } >&5
3522 rm -f core *.core core.conftest.* &&
3523 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3524 exit $exit_status
3525 ' 0
3526 for ac_signal in 1 2 13 15; do
3527 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3528 done
3529 ac_signal=0
3530
3531 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3532 rm -f -r conftest* confdefs.h
3533
3534 $as_echo "/* confdefs.h */" > confdefs.h
3535
3536 # Predefined preprocessor variables.
3537
3538 cat >>confdefs.h <<_ACEOF
3539 #define PACKAGE_NAME "$PACKAGE_NAME"
3540 _ACEOF
3541
3542 cat >>confdefs.h <<_ACEOF
3543 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3544 _ACEOF
3545
3546 cat >>confdefs.h <<_ACEOF
3547 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3548 _ACEOF
3549
3550 cat >>confdefs.h <<_ACEOF
3551 #define PACKAGE_STRING "$PACKAGE_STRING"
3552 _ACEOF
3553
3554 cat >>confdefs.h <<_ACEOF
3555 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3556 _ACEOF
3557
3558 cat >>confdefs.h <<_ACEOF
3559 #define PACKAGE_URL "$PACKAGE_URL"
3560 _ACEOF
3561
3562
3563 # Let the site file select an alternate cache file if it wants to.
3564 # Prefer an explicitly selected file to automatically selected ones.
3565 ac_site_file1=NONE
3566 ac_site_file2=NONE
3567 if test -n "$CONFIG_SITE"; then
3568 # We do not want a PATH search for config.site.
3569 case $CONFIG_SITE in #((
3570 -*) ac_site_file1=./$CONFIG_SITE;;
3571 */*) ac_site_file1=$CONFIG_SITE;;
3572 *) ac_site_file1=./$CONFIG_SITE;;
3573 esac
3574 elif test "x$prefix" != xNONE; then
3575 ac_site_file1=$prefix/share/config.site
3576 ac_site_file2=$prefix/etc/config.site
3577 else
3578 ac_site_file1=$ac_default_prefix/share/config.site
3579 ac_site_file2=$ac_default_prefix/etc/config.site
3580 fi
3581 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3582 do
3583 test "x$ac_site_file" = xNONE && continue
3584 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3586 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3587 sed 's/^/| /' "$ac_site_file" >&5
3588 . "$ac_site_file" \
3589 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3590 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3591 as_fn_error $? "failed to load site script $ac_site_file
3592 See \`config.log' for more details" "$LINENO" 5 ; }
3593 fi
3594 done
3595
3596 if test -r "$cache_file"; then
3597 # Some versions of bash will fail to source /dev/null (special files
3598 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3599 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3600 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3601 $as_echo "$as_me: loading cache $cache_file" >&6;}
3602 case $cache_file in
3603 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3604 *) . "./$cache_file";;
3605 esac
3606 fi
3607 else
3608 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3609 $as_echo "$as_me: creating cache $cache_file" >&6;}
3610 >$cache_file
3611 fi
3612
3613 # Check that the precious variables saved in the cache have kept the same
3614 # value.
3615 ac_cache_corrupted=false
3616 for ac_var in $ac_precious_vars; do
3617 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3618 eval ac_new_set=\$ac_env_${ac_var}_set
3619 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3620 eval ac_new_val=\$ac_env_${ac_var}_value
3621 case $ac_old_set,$ac_new_set in
3622 set,)
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3624 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3625 ac_cache_corrupted=: ;;
3626 ,set)
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3628 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3629 ac_cache_corrupted=: ;;
3630 ,);;
3631 *)
3632 if test "x$ac_old_val" != "x$ac_new_val"; then
3633 # differences in whitespace do not lead to failure.
3634 ac_old_val_w=`echo x $ac_old_val`
3635 ac_new_val_w=`echo x $ac_new_val`
3636 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3638 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3639 ac_cache_corrupted=:
3640 else
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3642 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3643 eval $ac_var=\$ac_old_val
3644 fi
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3646 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3647 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3648 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3649 fi;;
3650 esac
3651 # Pass precious variables to config.status.
3652 if test "$ac_new_set" = set; then
3653 case $ac_new_val in
3654 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3655 *) ac_arg=$ac_var=$ac_new_val ;;
3656 esac
3657 case " $ac_configure_args " in
3658 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3659 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3660 esac
3661 fi
3662 done
3663 if $ac_cache_corrupted; then
3664 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3665 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3667 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3668 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3669 fi
3670 ## -------------------- ##
3671 ## Main body of script. ##
3672 ## -------------------- ##
3673
3674 ac_ext=c
3675 ac_cpp='$CPP $CPPFLAGS'
3676 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3677 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3678 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3679
3680
3681
3682
3683
3684 ac_aux_dir=
3685 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3686 if test -f "$ac_dir/install-sh"; then
3687 ac_aux_dir=$ac_dir
3688 ac_install_sh="$ac_aux_dir/install-sh -c"
3689 break
3690 elif test -f "$ac_dir/install.sh"; then
3691 ac_aux_dir=$ac_dir
3692 ac_install_sh="$ac_aux_dir/install.sh -c"
3693 break
3694 elif test -f "$ac_dir/shtool"; then
3695 ac_aux_dir=$ac_dir
3696 ac_install_sh="$ac_aux_dir/shtool install -c"
3697 break
3698 fi
3699 done
3700 if test -z "$ac_aux_dir"; then
3701 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3702 fi
3703
3704 # These three variables are undocumented and unsupported,
3705 # and are intended to be withdrawn in a future Autoconf release.
3706 # They can cause serious problems if a builder's source tree is in a directory
3707 # whose full name contains unusual characters.
3708 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3709 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3710 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3711
3712
3713 # Make sure we can run config.sub.
3714 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3715 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3716
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3718 $as_echo_n "checking build system type... " >&6; }
3719 if test "${ac_cv_build+set}" = set; then :
3720 $as_echo_n "(cached) " >&6
3721 else
3722 ac_build_alias=$build_alias
3723 test "x$ac_build_alias" = x &&
3724 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3725 test "x$ac_build_alias" = x &&
3726 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3727 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3728 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3729
3730 fi
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3732 $as_echo "$ac_cv_build" >&6; }
3733 case $ac_cv_build in
3734 *-*-*) ;;
3735 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
3736 esac
3737 build=$ac_cv_build
3738 ac_save_IFS=$IFS; IFS='-'
3739 set x $ac_cv_build
3740 shift
3741 build_cpu=$1
3742 build_vendor=$2
3743 shift; shift
3744 # Remember, the first character of IFS is used to create $*,
3745 # except with old shells:
3746 build_os=$*
3747 IFS=$ac_save_IFS
3748 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3749
3750
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3752 $as_echo_n "checking host system type... " >&6; }
3753 if test "${ac_cv_host+set}" = set; then :
3754 $as_echo_n "(cached) " >&6
3755 else
3756 if test "x$host_alias" = x; then
3757 ac_cv_host=$ac_cv_build
3758 else
3759 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3760 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3761 fi
3762
3763 fi
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3765 $as_echo "$ac_cv_host" >&6; }
3766 case $ac_cv_host in
3767 *-*-*) ;;
3768 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
3769 esac
3770 host=$ac_cv_host
3771 ac_save_IFS=$IFS; IFS='-'
3772 set x $ac_cv_host
3773 shift
3774 host_cpu=$1
3775 host_vendor=$2
3776 shift; shift
3777 # Remember, the first character of IFS is used to create $*,
3778 # except with old shells:
3779 host_os=$*
3780 IFS=$ac_save_IFS
3781 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3782
3783
3784
3785 if test "$cross_compiling" != "no"; then
3786 HOST_PREFIX="${host_alias}-"
3787 HOST_SUFFIX="-$host_alias"
3788 else
3789 HOST_PREFIX=
3790 HOST_SUFFIX=
3791 fi
3792
3793
3794 wx_major_version_number=2
3795 wx_minor_version_number=9
3796 wx_release_number=4
3797 wx_subrelease_number=0
3798
3799 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
3800 WX_VERSION=$WX_RELEASE.$wx_release_number
3801 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
3802
3803 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
3804
3805
3806 wx_top_builddir="`pwd`"
3807
3808
3809
3810
3811 USE_UNIX=1
3812 USE_OS2=0
3813 USE_WIN32=0
3814 USE_DOS=0
3815 USE_BEOS=0
3816 USE_MAC=0
3817
3818 USE_AIX=
3819 USE_BSD= USE_DARWIN= USE_FREEBSD=
3820 USE_GNU= USE_HPUX=
3821 USE_LINUX=
3822 USE_NETBSD=
3823 USE_OPENBSD=
3824 USE_OSF= USE_SGI=
3825 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
3826 USE_ULTRIX=
3827 USE_UNIXWARE=
3828
3829 USE_ALPHA=
3830
3831 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
3832
3833 ALL_TOOLKITS="COCOA GTK OSX_CARBON OSX_COCOA OSX_IPHONE MICROWIN MOTIF MSW PM X11 DFB"
3834
3835 DEFAULT_wxUSE_OLD_COCOA=0
3836 DEFAULT_wxUSE_GTK=0
3837 DEFAULT_wxUSE_OSX_CARBON=0
3838 DEFAULT_wxUSE_OSX_COCOA=0
3839 DEFAULT_wxUSE_OSX_IPHONE=0
3840 DEFAULT_wxUSE_MICROWIN=0
3841 DEFAULT_wxUSE_MOTIF=0
3842 DEFAULT_wxUSE_MSW=0
3843 DEFAULT_wxUSE_PM=0
3844 DEFAULT_wxUSE_X11=0
3845 DEFAULT_wxUSE_DFB=0
3846
3847 DEFAULT_DEFAULT_wxUSE_OLD_COCOA=0
3848 DEFAULT_DEFAULT_wxUSE_GTK=0
3849 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=0
3850 DEFAULT_DEFAULT_wxUSE_OSX_COCOA=0
3851 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE=0
3852 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
3853 DEFAULT_DEFAULT_wxUSE_MOTIF=0
3854 DEFAULT_DEFAULT_wxUSE_MSW=0
3855 DEFAULT_DEFAULT_wxUSE_PM=0
3856 DEFAULT_DEFAULT_wxUSE_X11=0
3857 DEFAULT_DEFAULT_wxUSE_DFB=0
3858
3859 PROGRAM_EXT=
3860 SAMPLES_RPATH_FLAG=
3861 DYLIB_RPATH_INSTALL=
3862 DYLIB_RPATH_POSTLINK=
3863
3864 DEFAULT_STD_FLAG=yes
3865
3866 case "${host}" in
3867 *-hp-hpux* )
3868 USE_HPUX=1
3869 DEFAULT_DEFAULT_wxUSE_MOTIF=1
3870 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
3871 $as_echo "#define __HPUX__ 1" >>confdefs.h
3872
3873
3874 CPPFLAGS="-D_HPUX_SOURCE $CPPFLAGS"
3875 ;;
3876 *-*-linux* )
3877 USE_LINUX=1
3878 $as_echo "#define __LINUX__ 1" >>confdefs.h
3879
3880 TMP=`uname -m`
3881 if test "x$TMP" = "xalpha"; then
3882 USE_ALPHA=1
3883 $as_echo "#define __ALPHA__ 1" >>confdefs.h
3884
3885 fi
3886 DEFAULT_DEFAULT_wxUSE_GTK=1
3887 ;;
3888 *-*-gnu* | *-*-k*bsd*-gnu )
3889 USE_GNU=1
3890 TMP=`uname -m`
3891 if test "x$TMP" = "xalpha"; then
3892 USE_ALPHA=1
3893 $as_echo "#define __ALPHA__ 1" >>confdefs.h
3894
3895 fi
3896 DEFAULT_DEFAULT_wxUSE_GTK=1
3897 ;;
3898 *-*-irix5* | *-*-irix6* )
3899 USE_SGI=1
3900 USE_SVR4=1
3901 $as_echo "#define __SGI__ 1" >>confdefs.h
3902
3903 $as_echo "#define __SVR4__ 1" >>confdefs.h
3904
3905 DEFAULT_DEFAULT_wxUSE_MOTIF=1
3906 ;;
3907 *-*-qnx*)
3908 USE_QNX=1
3909 $as_echo "#define __QNX__ 1" >>confdefs.h
3910
3911 DEFAULT_DEFAULT_wxUSE_X11=1
3912 ;;
3913 *-*-solaris2* )
3914 USE_SUN=1
3915 USE_SOLARIS=1
3916 USE_SVR4=1
3917 $as_echo "#define __SUN__ 1" >>confdefs.h
3918
3919 $as_echo "#define __SOLARIS__ 1" >>confdefs.h
3920
3921 $as_echo "#define __SVR4__ 1" >>confdefs.h
3922
3923 DEFAULT_DEFAULT_wxUSE_MOTIF=1
3924 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
3925 ;;
3926 *-*-sunos4* )
3927 USE_SUN=1
3928 USE_SUNOS=1
3929 USE_BSD=1
3930 $as_echo "#define __SUN__ 1" >>confdefs.h
3931
3932 $as_echo "#define __SUNOS__ 1" >>confdefs.h
3933
3934 $as_echo "#define __BSD__ 1" >>confdefs.h
3935
3936 DEFAULT_DEFAULT_wxUSE_MOTIF=1
3937 ;;
3938 *-*-freebsd*)
3939 USE_BSD=1
3940 USE_FREEBSD=1
3941 $as_echo "#define __FREEBSD__ 1" >>confdefs.h
3942
3943 $as_echo "#define __BSD__ 1" >>confdefs.h
3944
3945 DEFAULT_DEFAULT_wxUSE_GTK=1
3946 ;;
3947 *-*-openbsd*|*-*-mirbsd*)
3948 USE_BSD=1
3949 USE_OPENBSD=1
3950 $as_echo "#define __OPENBSD__ 1" >>confdefs.h
3951
3952 $as_echo "#define __BSD__ 1" >>confdefs.h
3953
3954 DEFAULT_DEFAULT_wxUSE_GTK=1
3955 ;;
3956 *-*-netbsd*)
3957 USE_BSD=1
3958 USE_NETBSD=1
3959 $as_echo "#define __NETBSD__ 1" >>confdefs.h
3960
3961 $as_echo "#define __BSD__ 1" >>confdefs.h
3962
3963 DEFAULT_DEFAULT_wxUSE_GTK=1
3964 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
3965
3966 CPPFLAGS="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
3967 ;;
3968 *-*-osf* )
3969 USE_ALPHA=1
3970 USE_OSF=1
3971 $as_echo "#define __ALPHA__ 1" >>confdefs.h
3972
3973 $as_echo "#define __OSF__ 1" >>confdefs.h
3974
3975 DEFAULT_DEFAULT_wxUSE_MOTIF=1
3976 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
3977 ;;
3978 *-*-dgux5* )
3979 USE_ALPHA=1
3980 USE_SVR4=1
3981 $as_echo "#define __ALPHA__ 1" >>confdefs.h
3982
3983 $as_echo "#define __SVR4__ 1" >>confdefs.h
3984
3985 DEFAULT_DEFAULT_wxUSE_MOTIF=1
3986 ;;
3987 *-*-sysv5* )
3988 USE_SYSV=1
3989 USE_SVR4=1
3990 $as_echo "#define __SYSV__ 1" >>confdefs.h
3991
3992 $as_echo "#define __SVR4__ 1" >>confdefs.h
3993
3994 DEFAULT_DEFAULT_wxUSE_MOTIF=1
3995 ;;
3996 *-*-aix* )
3997 USE_AIX=1
3998 USE_SYSV=1
3999 USE_SVR4=1
4000 $as_echo "#define __AIX__ 1" >>confdefs.h
4001
4002 $as_echo "#define __SYSV__ 1" >>confdefs.h
4003
4004 $as_echo "#define __SVR4__ 1" >>confdefs.h
4005
4006 DEFAULT_DEFAULT_wxUSE_MOTIF=1
4007 ;;
4008
4009 *-*-*UnixWare*)
4010 USE_SYSV=1
4011 USE_SVR4=1
4012 USE_UNIXWARE=1
4013 $as_echo "#define __UNIXWARE__ 1" >>confdefs.h
4014
4015 ;;
4016
4017 *-*-cygwin* | *-*-mingw32* )
4018 PROGRAM_EXT=".exe"
4019 DEFAULT_DEFAULT_wxUSE_MSW=1
4020 ;;
4021
4022 *-pc-msdosdjgpp )
4023 USE_UNIX=0
4024 USE_DOS=1
4025 $as_echo "#define __DOS__ 1" >>confdefs.h
4026
4027 PROGRAM_EXT=".exe"
4028 ;;
4029
4030 *-pc-os2_emx | *-pc-os2-emx )
4031 $as_echo "#define __EMX__ 1" >>confdefs.h
4032
4033 USE_OS2=1
4034 $as_echo "#define __OS2__ 1" >>confdefs.h
4035
4036 PROGRAM_EXT=".exe"
4037 DEFAULT_DEFAULT_wxUSE_PM=1
4038 CXX=gcc
4039 LDFLAGS="$LDFLAGS -Zcrtdll"
4040 ac_executable_extensions=".exe"
4041 export ac_executable_extensions
4042 ac_save_IFS="$IFS"
4043 IFS='\\'
4044 ac_TEMP_PATH=
4045 for ac_dir in $PATH; do
4046 IFS=$ac_save_IFS
4047 if test -z "$ac_TEMP_PATH"; then
4048 ac_TEMP_PATH="$ac_dir"
4049 else
4050 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
4051 fi
4052 done
4053 export PATH="$ac_TEMP_PATH"
4054 unset ac_TEMP_PATH
4055 DEFAULT_STD_FLAG=no
4056 ;;
4057
4058 arm-apple-darwin*)
4059 USE_BSD=1
4060 USE_DARWIN=1
4061 $as_echo "#define __BSD__ 1" >>confdefs.h
4062
4063 $as_echo "#define __DARWIN__ 1" >>confdefs.h
4064
4065 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE=1
4066 ;;
4067
4068 *-*-darwin* )
4069 USE_BSD=1
4070 USE_DARWIN=1
4071 $as_echo "#define __BSD__ 1" >>confdefs.h
4072
4073 $as_echo "#define __DARWIN__ 1" >>confdefs.h
4074
4075 $as_echo "#define TARGET_CARBON 1" >>confdefs.h
4076
4077 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
4078 ;;
4079
4080 *-*-beos* )
4081 USE_BEOS=1
4082 $as_echo "#define __BEOS__ 1" >>confdefs.h
4083
4084 ;;
4085
4086 *)
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
4088 $as_echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
4090 $as_echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
4091
4092 DEFAULT_DEFAULT_wxUSE_X11=1
4093 DEFAULT_wxUSE_SHARED=no
4094 esac
4095
4096
4097
4098 DEFAULT_wxUSE_ALL_FEATURES=yes
4099
4100 DEFAULT_wxUSE_STD_CONTAINERS=no
4101 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
4102 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
4103
4104 DEFAULT_wxUSE_DMALLOC=no
4105 DEFAULT_wxUSE_LIBGNOMEVFS=no
4106 DEFAULT_wxUSE_LIBHILDON=no
4107 DEFAULT_wxUSE_LIBHILDON2=no
4108 DEFAULT_wxUSE_LIBMSPACK=no
4109 DEFAULT_wxUSE_LIBSDL=no
4110
4111 DEFAULT_wxUSE_ACCESSIBILITY=no
4112 DEFAULT_wxUSE_IPV6=no
4113 DEFAULT_wxUSE_GSTREAMER8=no
4114 DEFAULT_wxUSE_UNICODE_UTF8=no
4115 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no
4116
4117 DEFAULT_wxUSE_ARTPROVIDER_TANGO=auto
4118 DEFAULT_wxUSE_OPENGL=auto
4119 DEFAULT_wxUSE_MEDIACTRL=auto
4120 DEFAULT_wxUSE_COMPILER_TLS=auto
4121 DEFAULT_wxUSE_HOTKEY=auto
4122 DEFAULT_wxUSE_METAFILE=auto
4123
4124 DEFAULT_wxUSE_UNIVERSAL_BINARY=no
4125 DEFAULT_wxUSE_MAC_ARCH=no
4126
4127 DEFAULT_wxUSE_OFFICIAL_BUILD=no
4128
4129 DEFAULT_wxUSE_OBJC_UNIQUIFYING=no
4130
4131
4132
4133
4134
4135 enablestring=disable
4136 defaultval=
4137 if test -z "$defaultval"; then
4138 if test x"$enablestring" = xdisable; then
4139 defaultval=yes
4140 else
4141 defaultval=no
4142 fi
4143 fi
4144
4145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gui" >&5
4146 $as_echo_n "checking for --${enablestring:-enable}-gui... " >&6; }
4147 # Check whether --enable-gui was given.
4148 if test "${enable_gui+set}" = set; then :
4149 enableval=$enable_gui;
4150 if test "$enableval" = yes; then
4151 wx_cv_use_gui='wxUSE_GUI=yes'
4152 else
4153 wx_cv_use_gui='wxUSE_GUI=no'
4154 fi
4155
4156 else
4157
4158 wx_cv_use_gui='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
4159
4160 fi
4161
4162
4163 eval "$wx_cv_use_gui"
4164
4165 if test x"$enablestring" = xdisable; then
4166 if test $wxUSE_GUI = no; then
4167 result=yes
4168 else
4169 result=no
4170 fi
4171 else
4172 result=$wxUSE_GUI
4173 fi
4174
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4176 $as_echo "$result" >&6; }
4177
4178
4179 enablestring=
4180 defaultval=
4181 if test -z "$defaultval"; then
4182 if test x"$enablestring" = xdisable; then
4183 defaultval=yes
4184 else
4185 defaultval=no
4186 fi
4187 fi
4188
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-monolithic" >&5
4190 $as_echo_n "checking for --${enablestring:-enable}-monolithic... " >&6; }
4191 # Check whether --enable-monolithic was given.
4192 if test "${enable_monolithic+set}" = set; then :
4193 enableval=$enable_monolithic;
4194 if test "$enableval" = yes; then
4195 wx_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
4196 else
4197 wx_cv_use_monolithic='wxUSE_MONOLITHIC=no'
4198 fi
4199
4200 else
4201
4202 wx_cv_use_monolithic='wxUSE_MONOLITHIC=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
4203
4204 fi
4205
4206
4207 eval "$wx_cv_use_monolithic"
4208
4209 if test x"$enablestring" = xdisable; then
4210 if test $wxUSE_MONOLITHIC = no; then
4211 result=yes
4212 else
4213 result=no
4214 fi
4215 else
4216 result=$wxUSE_MONOLITHIC
4217 fi
4218
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4220 $as_echo "$result" >&6; }
4221
4222
4223 enablestring=
4224 defaultval=
4225 if test -z "$defaultval"; then
4226 if test x"$enablestring" = xdisable; then
4227 defaultval=yes
4228 else
4229 defaultval=no
4230 fi
4231 fi
4232
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-plugins" >&5
4234 $as_echo_n "checking for --${enablestring:-enable}-plugins... " >&6; }
4235 # Check whether --enable-plugins was given.
4236 if test "${enable_plugins+set}" = set; then :
4237 enableval=$enable_plugins;
4238 if test "$enableval" = yes; then
4239 wx_cv_use_plugins='wxUSE_PLUGINS=yes'
4240 else
4241 wx_cv_use_plugins='wxUSE_PLUGINS=no'
4242 fi
4243
4244 else
4245
4246 wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
4247
4248 fi
4249
4250
4251 eval "$wx_cv_use_plugins"
4252
4253 if test x"$enablestring" = xdisable; then
4254 if test $wxUSE_PLUGINS = no; then
4255 result=yes
4256 else
4257 result=no
4258 fi
4259 else
4260 result=$wxUSE_PLUGINS
4261 fi
4262
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4264 $as_echo "$result" >&6; }
4265
4266
4267 withstring=without
4268 defaultval=$wxUSE_ALL_FEATURES
4269 if test -z "$defaultval"; then
4270 if test x"$withstring" = xwithout; then
4271 defaultval=yes
4272 else
4273 defaultval=no
4274 fi
4275 fi
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-subdirs" >&5
4277 $as_echo_n "checking for --${withstring:-with}-subdirs... " >&6; }
4278
4279 # Check whether --with-subdirs was given.
4280 if test "${with_subdirs+set}" = set; then :
4281 withval=$with_subdirs;
4282 if test "$withval" = yes; then
4283 wx_cv_use_subdirs='wxWITH_SUBDIRS=yes'
4284 else
4285 wx_cv_use_subdirs='wxWITH_SUBDIRS=no'
4286 fi
4287
4288 else
4289
4290 wx_cv_use_subdirs='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
4291
4292 fi
4293
4294
4295 eval "$wx_cv_use_subdirs"
4296
4297 if test x"$withstring" = xwithout; then
4298 if test $wxWITH_SUBDIRS = yes; then
4299 result=no
4300 else
4301 result=yes
4302 fi
4303 else
4304 result=$wxWITH_SUBDIRS
4305 fi
4306
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4308 $as_echo "$result" >&6; }
4309
4310
4311 # Check whether --with-flavour was given.
4312 if test "${with_flavour+set}" = set; then :
4313 withval=$with_flavour; WX_FLAVOUR="$withval"
4314 fi
4315
4316
4317 enablestring=
4318 defaultval=
4319 if test -z "$defaultval"; then
4320 if test x"$enablestring" = xdisable; then
4321 defaultval=yes
4322 else
4323 defaultval=no
4324 fi
4325 fi
4326
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-official_build" >&5
4328 $as_echo_n "checking for --${enablestring:-enable}-official_build... " >&6; }
4329 # Check whether --enable-official_build was given.
4330 if test "${enable_official_build+set}" = set; then :
4331 enableval=$enable_official_build;
4332 if test "$enableval" = yes; then
4333 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
4334 else
4335 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
4336 fi
4337
4338 else
4339
4340 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
4341
4342 fi
4343
4344
4345 eval "$wx_cv_use_official_build"
4346
4347 if test x"$enablestring" = xdisable; then
4348 if test $wxUSE_OFFICIAL_BUILD = no; then
4349 result=yes
4350 else
4351 result=no
4352 fi
4353 else
4354 result=$wxUSE_OFFICIAL_BUILD
4355 fi
4356
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4358 $as_echo "$result" >&6; }
4359
4360 # Check whether --enable-vendor was given.
4361 if test "${enable_vendor+set}" = set; then :
4362 enableval=$enable_vendor; VENDOR="$enableval"
4363 fi
4364
4365 if test "x$VENDOR" = "x"; then
4366 VENDOR="custom"
4367 fi
4368
4369
4370 enablestring=disable
4371 defaultval=
4372 if test -z "$defaultval"; then
4373 if test x"$enablestring" = xdisable; then
4374 defaultval=yes
4375 else
4376 defaultval=no
4377 fi
4378 fi
4379
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-all-features" >&5
4381 $as_echo_n "checking for --${enablestring:-enable}-all-features... " >&6; }
4382 # Check whether --enable-all-features was given.
4383 if test "${enable_all_features+set}" = set; then :
4384 enableval=$enable_all_features;
4385 if test "$enableval" = yes; then
4386 wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
4387 else
4388 wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
4389 fi
4390
4391 else
4392
4393 wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
4394
4395 fi
4396
4397
4398 eval "$wx_cv_use_all_features"
4399
4400 if test x"$enablestring" = xdisable; then
4401 if test $wxUSE_ALL_FEATURES = no; then
4402 result=yes
4403 else
4404 result=no
4405 fi
4406 else
4407 result=$wxUSE_ALL_FEATURES
4408 fi
4409
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4411 $as_echo "$result" >&6; }
4412
4413
4414 if test "$wxUSE_ALL_FEATURES" = "no"; then
4415 DEFAULT_wxUSE_ARTPROVIDER_TANGO=no
4416 DEFAULT_wxUSE_MEDIACTRL=no
4417 fi
4418
4419
4420 if test "$wxUSE_GUI" = "yes"; then
4421
4422
4423 enablestring=
4424 defaultval=
4425 if test -z "$defaultval"; then
4426 if test x"$enablestring" = xdisable; then
4427 defaultval=yes
4428 else
4429 defaultval=no
4430 fi
4431 fi
4432
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-universal" >&5
4434 $as_echo_n "checking for --${enablestring:-enable}-universal... " >&6; }
4435 # Check whether --enable-universal was given.
4436 if test "${enable_universal+set}" = set; then :
4437 enableval=$enable_universal;
4438 if test "$enableval" = yes; then
4439 wx_cv_use_universal='wxUSE_UNIVERSAL=yes'
4440 else
4441 wx_cv_use_universal='wxUSE_UNIVERSAL=no'
4442 fi
4443
4444 else
4445
4446 wx_cv_use_universal='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
4447
4448 fi
4449
4450
4451 eval "$wx_cv_use_universal"
4452
4453 if test x"$enablestring" = xdisable; then
4454 if test $wxUSE_UNIVERSAL = no; then
4455 result=yes
4456 else
4457 result=no
4458 fi
4459 else
4460 result=$wxUSE_UNIVERSAL
4461 fi
4462
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4464 $as_echo "$result" >&6; }
4465
4466 if test "$wxUSE_UNIVERSAL" = "yes"; then
4467
4468 # Check whether --with-themes was given.
4469 if test "${with_themes+set}" = set; then :
4470 withval=$with_themes; wxUNIV_THEMES="$withval"
4471 fi
4472
4473 fi
4474
4475
4476 # Check whether --with-gtk was given.
4477 if test "${with_gtk+set}" = set; then :
4478 withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
4479 fi
4480
4481
4482 # Check whether --with-motif was given.
4483 if test "${with_motif+set}" = set; then :
4484 withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
4485 fi
4486
4487
4488 # Check whether --with-osx_carbon was given.
4489 if test "${with_osx_carbon+set}" = set; then :
4490 withval=$with_osx_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4491 fi
4492
4493
4494 # Check whether --with-osx_cocoa was given.
4495 if test "${with_osx_cocoa+set}" = set; then :
4496 withval=$with_osx_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
4497 fi
4498
4499
4500 # Check whether --with-osx_iphone was given.
4501 if test "${with_osx_iphone+set}" = set; then :
4502 withval=$with_osx_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
4503 fi
4504
4505
4506 # Check whether --with-osx was given.
4507 if test "${with_osx+set}" = set; then :
4508 withval=$with_osx; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4509 fi
4510
4511
4512 # Check whether --with-carbon was given.
4513 if test "${with_carbon+set}" = set; then :
4514 withval=$with_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4515 fi
4516
4517
4518 # Check whether --with-cocoa was given.
4519 if test "${with_cocoa+set}" = set; then :
4520 withval=$with_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
4521 fi
4522
4523
4524 # Check whether --with-iphone was given.
4525 if test "${with_iphone+set}" = set; then :
4526 withval=$with_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
4527 fi
4528
4529
4530 # Check whether --with-mac was given.
4531 if test "${with_mac+set}" = set; then :
4532 withval=$with_mac; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4533 fi
4534
4535
4536 # Check whether --with-old_cocoa was given.
4537 if test "${with_old_cocoa+set}" = set; then :
4538 withval=$with_old_cocoa; wxUSE_OLD_COCOA="$withval" CACHE_OLD_COCOA=1 TOOLKIT_GIVEN=1
4539 fi
4540
4541
4542 # Check whether --with-wine was given.
4543 if test "${with_wine+set}" = set; then :
4544 withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
4545 fi
4546
4547
4548 # Check whether --with-msw was given.
4549 if test "${with_msw+set}" = set; then :
4550 withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
4551 fi
4552
4553
4554 # Check whether --with-pm was given.
4555 if test "${with_pm+set}" = set; then :
4556 withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
4557 fi
4558
4559
4560 # Check whether --with-directfb was given.
4561 if test "${with_directfb+set}" = set; then :
4562 withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
4563 fi
4564
4565
4566 # Check whether --with-microwin was given.
4567 if test "${with_microwin+set}" = set; then :
4568 withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
4569 fi
4570
4571
4572 # Check whether --with-x11 was given.
4573 if test "${with_x11+set}" = set; then :
4574 withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
4575 fi
4576
4577
4578 enablestring=
4579 defaultval=
4580 if test -z "$defaultval"; then
4581 if test x"$enablestring" = xdisable; then
4582 defaultval=yes
4583 else
4584 defaultval=no
4585 fi
4586 fi
4587
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-nanox" >&5
4589 $as_echo_n "checking for --${enablestring:-enable}-nanox... " >&6; }
4590 # Check whether --enable-nanox was given.
4591 if test "${enable_nanox+set}" = set; then :
4592 enableval=$enable_nanox;
4593 if test "$enableval" = yes; then
4594 wx_cv_use_nanox='wxUSE_NANOX=yes'
4595 else
4596 wx_cv_use_nanox='wxUSE_NANOX=no'
4597 fi
4598
4599 else
4600
4601 wx_cv_use_nanox='wxUSE_NANOX=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
4602
4603 fi
4604
4605
4606 eval "$wx_cv_use_nanox"
4607
4608 if test x"$enablestring" = xdisable; then
4609 if test $wxUSE_NANOX = no; then
4610 result=yes
4611 else
4612 result=no
4613 fi
4614 else
4615 result=$wxUSE_NANOX
4616 fi
4617
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4619 $as_echo "$result" >&6; }
4620
4621
4622 enablestring=
4623 defaultval=
4624 if test -z "$defaultval"; then
4625 if test x"$enablestring" = xdisable; then
4626 defaultval=yes
4627 else
4628 defaultval=no
4629 fi
4630 fi
4631
4632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gpe" >&5
4633 $as_echo_n "checking for --${enablestring:-enable}-gpe... " >&6; }
4634 # Check whether --enable-gpe was given.
4635 if test "${enable_gpe+set}" = set; then :
4636 enableval=$enable_gpe;
4637 if test "$enableval" = yes; then
4638 wx_cv_use_gpe='wxUSE_GPE=yes'
4639 else
4640 wx_cv_use_gpe='wxUSE_GPE=no'
4641 fi
4642
4643 else
4644
4645 wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
4646
4647 fi
4648
4649
4650 eval "$wx_cv_use_gpe"
4651
4652 if test x"$enablestring" = xdisable; then
4653 if test $wxUSE_GPE = no; then
4654 result=yes
4655 else
4656 result=no
4657 fi
4658 else
4659 result=$wxUSE_GPE
4660 fi
4661
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4663 $as_echo "$result" >&6; }
4664
4665
4666
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for toolkit" >&5
4668 $as_echo_n "checking for toolkit... " >&6; }
4669
4670
4671
4672 # In Wine, we need to default to MSW, not GTK or MOTIF
4673 if test "$wxUSE_WINE" = "yes"; then
4674 DEFAULT_DEFAULT_wxUSE_GTK=0
4675 DEFAULT_DEFAULT_wxUSE_MOTIF=0
4676 DEFAULT_DEFAULT_wxUSE_MSW=1
4677 wxUSE_SHARED=no
4678 CC=${CC:-winegcc}
4679 CXX=${CXX:-wineg++}
4680 fi
4681
4682
4683 if test "$wxUSE_GUI" = "yes"; then
4684
4685 if test "$USE_BEOS" = 1; then
4686 as_fn_error $? "BeOS GUI is not supported yet, use --disable-gui" "$LINENO" 5
4687 fi
4688
4689 if test "$TOOLKIT_GIVEN" = 1; then
4690 for toolkit in $ALL_TOOLKITS; do
4691 var=wxUSE_$toolkit
4692 eval "value=\$${var}"
4693 if test "x$value" = "xno"; then
4694 eval "$var=0"
4695 elif test "x$value" != "x"; then
4696 eval "$var=1"
4697 fi
4698
4699 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
4700 eval "wx${toolkit}_VERSION=$value"
4701 fi
4702 done
4703 else
4704 for toolkit in $ALL_TOOLKITS; do
4705 var=DEFAULT_DEFAULT_wxUSE_$toolkit
4706 eval "wxUSE_$toolkit=\$${var}"
4707 done
4708 fi
4709
4710 NUM_TOOLKITS=`expr ${wxUSE_OLD_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_OSX_CARBON:-0} \
4711 + ${wxUSE_OSX_COCOA:-0} + ${wxUSE_OSX_IPHONE:-0} + ${wxUSE_DFB:-0} \
4712 + ${wxUSE_MICROWIN:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
4713
4714 case "${host}" in
4715 *-pc-os2_emx | *-pc-os2-emx )
4716 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
4717 esac
4718
4719 case "$NUM_TOOLKITS" in
4720 1)
4721 ;;
4722 0)
4723 as_fn_error $? "Please specify a toolkit -- cannot determine the default for ${host}" "$LINENO" 5
4724 ;;
4725 *)
4726 as_fn_error $? "Please specify at most one toolkit" "$LINENO" 5
4727 esac
4728
4729 for toolkit in $ALL_TOOLKITS; do
4730 var=wxUSE_$toolkit
4731 eval "value=\$${var}"
4732 if test "$value" = 1; then
4733 toolkit_echo=`echo $toolkit | tr '[A-Z]' '[a-z]'`
4734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $toolkit_echo" >&5
4735 $as_echo "$toolkit_echo" >&6; }
4736 fi
4737 done
4738 else
4739 if test "x$host_alias" != "x"; then
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: base ($host_alias hosted) only" >&5
4741 $as_echo "base ($host_alias hosted) only" >&6; }
4742 else
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: base only" >&5
4744 $as_echo "base only" >&6; }
4745 fi
4746 fi
4747
4748 wxUSE_MAC=0
4749 if test "$wxUSE_OSX_CARBON" = 1 \
4750 -o "$wxUSE_OSX_COCOA" = 1 \
4751 -o "$wxUSE_OSX_IPHONE" = 1; then
4752 wxUSE_MAC=1
4753 fi
4754
4755
4756
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libpng" >&5
4758 $as_echo_n "checking for --with-libpng... " >&6; }
4759
4760 # Check whether --with-libpng was given.
4761 if test "${with_libpng+set}" = set; then :
4762 withval=$with_libpng;
4763 if test "$withval" = yes; then
4764 wx_cv_use_libpng='wxUSE_LIBPNG=yes'
4765 elif test "$withval" = no; then
4766 wx_cv_use_libpng='wxUSE_LIBPNG=no'
4767 elif test "$withval" = sys; then
4768 wx_cv_use_libpng='wxUSE_LIBPNG=sys'
4769 elif test "$withval" = builtin; then
4770 wx_cv_use_libpng='wxUSE_LIBPNG=builtin'
4771 else
4772 as_fn_error $? "Invalid value for --with-libpng: should be yes, no, sys, or builtin" "$LINENO" 5
4773 fi
4774
4775 else
4776
4777 wx_cv_use_libpng='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
4778
4779 fi
4780
4781
4782 eval "$wx_cv_use_libpng"
4783
4784 if test "$wxUSE_LIBPNG" = yes; then
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4786 $as_echo "yes" >&6; }
4787 elif test "$wxUSE_LIBPNG" = no; then
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4789 $as_echo "no" >&6; }
4790 elif test "$wxUSE_LIBPNG" = sys; then
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4792 $as_echo "system version" >&6; }
4793 elif test "$wxUSE_LIBPNG" = builtin; then
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4795 $as_echo "builtin version" >&6; }
4796 else
4797 as_fn_error $? "Invalid value for --with-libpng: should be yes, no, sys, or builtin" "$LINENO" 5
4798 fi
4799
4800
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libjpeg" >&5
4802 $as_echo_n "checking for --with-libjpeg... " >&6; }
4803
4804 # Check whether --with-libjpeg was given.
4805 if test "${with_libjpeg+set}" = set; then :
4806 withval=$with_libjpeg;
4807 if test "$withval" = yes; then
4808 wx_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
4809 elif test "$withval" = no; then
4810 wx_cv_use_libjpeg='wxUSE_LIBJPEG=no'
4811 elif test "$withval" = sys; then
4812 wx_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
4813 elif test "$withval" = builtin; then
4814 wx_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
4815 else
4816 as_fn_error $? "Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" "$LINENO" 5
4817 fi
4818
4819 else
4820
4821 wx_cv_use_libjpeg='wxUSE_LIBJPEG=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
4822
4823 fi
4824
4825
4826 eval "$wx_cv_use_libjpeg"
4827
4828 if test "$wxUSE_LIBJPEG" = yes; then
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4830 $as_echo "yes" >&6; }
4831 elif test "$wxUSE_LIBJPEG" = no; then
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4833 $as_echo "no" >&6; }
4834 elif test "$wxUSE_LIBJPEG" = sys; then
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4836 $as_echo "system version" >&6; }
4837 elif test "$wxUSE_LIBJPEG" = builtin; then
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4839 $as_echo "builtin version" >&6; }
4840 else
4841 as_fn_error $? "Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" "$LINENO" 5
4842 fi
4843
4844
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libtiff" >&5
4846 $as_echo_n "checking for --with-libtiff... " >&6; }
4847
4848 # Check whether --with-libtiff was given.
4849 if test "${with_libtiff+set}" = set; then :
4850 withval=$with_libtiff;
4851 if test "$withval" = yes; then
4852 wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
4853 elif test "$withval" = no; then
4854 wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
4855 elif test "$withval" = sys; then
4856 wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
4857 elif test "$withval" = builtin; then
4858 wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
4859 else
4860 as_fn_error $? "Invalid value for --with-libtiff: should be yes, no, sys, or builtin" "$LINENO" 5
4861 fi
4862
4863 else
4864
4865 wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
4866
4867 fi
4868
4869
4870 eval "$wx_cv_use_libtiff"
4871
4872 if test "$wxUSE_LIBTIFF" = yes; then
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4874 $as_echo "yes" >&6; }
4875 elif test "$wxUSE_LIBTIFF" = no; then
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4877 $as_echo "no" >&6; }
4878 elif test "$wxUSE_LIBTIFF" = sys; then
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4880 $as_echo "system version" >&6; }
4881 elif test "$wxUSE_LIBTIFF" = builtin; then
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4883 $as_echo "builtin version" >&6; }
4884 else
4885 as_fn_error $? "Invalid value for --with-libtiff: should be yes, no, sys, or builtin" "$LINENO" 5
4886 fi
4887
4888
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libxpm" >&5
4890 $as_echo_n "checking for --with-libxpm... " >&6; }
4891
4892 # Check whether --with-libxpm was given.
4893 if test "${with_libxpm+set}" = set; then :
4894 withval=$with_libxpm;
4895 if test "$withval" = yes; then
4896 wx_cv_use_libxpm='wxUSE_LIBXPM=yes'
4897 elif test "$withval" = no; then
4898 wx_cv_use_libxpm='wxUSE_LIBXPM=no'
4899 elif test "$withval" = sys; then
4900 wx_cv_use_libxpm='wxUSE_LIBXPM=sys'
4901 elif test "$withval" = builtin; then
4902 wx_cv_use_libxpm='wxUSE_LIBXPM=builtin'
4903 else
4904 as_fn_error $? "Invalid value for --with-libxpm: should be yes, no, sys, or builtin" "$LINENO" 5
4905 fi
4906
4907 else
4908
4909 wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
4910
4911 fi
4912
4913
4914 eval "$wx_cv_use_libxpm"
4915
4916 if test "$wxUSE_LIBXPM" = yes; then
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4918 $as_echo "yes" >&6; }
4919 elif test "$wxUSE_LIBXPM" = no; then
4920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4921 $as_echo "no" >&6; }
4922 elif test "$wxUSE_LIBXPM" = sys; then
4923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4924 $as_echo "system version" >&6; }
4925 elif test "$wxUSE_LIBXPM" = builtin; then
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4927 $as_echo "builtin version" >&6; }
4928 else
4929 as_fn_error $? "Invalid value for --with-libxpm: should be yes, no, sys, or builtin" "$LINENO" 5
4930 fi
4931
4932
4933 withstring=
4934 defaultval=$wxUSE_ALL_FEATURES
4935 if test -z "$defaultval"; then
4936 if test x"$withstring" = xwithout; then
4937 defaultval=yes
4938 else
4939 defaultval=no
4940 fi
4941 fi
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libiconv" >&5
4943 $as_echo_n "checking for --${withstring:-with}-libiconv... " >&6; }
4944
4945 # Check whether --with-libiconv was given.
4946 if test "${with_libiconv+set}" = set; then :
4947 withval=$with_libiconv;
4948 if test "$withval" = yes; then
4949 wx_cv_use_libiconv='wxUSE_LIBICONV=yes'
4950 else
4951 wx_cv_use_libiconv='wxUSE_LIBICONV=no'
4952 fi
4953
4954 else
4955
4956 wx_cv_use_libiconv='wxUSE_LIBICONV=${'DEFAULT_wxUSE_LIBICONV":-$defaultval}"
4957
4958 fi
4959
4960
4961 eval "$wx_cv_use_libiconv"
4962
4963 if test x"$withstring" = xwithout; then
4964 if test $wxUSE_LIBICONV = yes; then
4965 result=no
4966 else
4967 result=yes
4968 fi
4969 else
4970 result=$wxUSE_LIBICONV
4971 fi
4972
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4974 $as_echo "$result" >&6; }
4975
4976
4977 withstring=
4978 defaultval=$wxUSE_ALL_FEATURES
4979 if test -z "$defaultval"; then
4980 if test x"$withstring" = xwithout; then
4981 defaultval=yes
4982 else
4983 defaultval=no
4984 fi
4985 fi
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libmspack" >&5
4987 $as_echo_n "checking for --${withstring:-with}-libmspack... " >&6; }
4988
4989 # Check whether --with-libmspack was given.
4990 if test "${with_libmspack+set}" = set; then :
4991 withval=$with_libmspack;
4992 if test "$withval" = yes; then
4993 wx_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
4994 else
4995 wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
4996 fi
4997
4998 else
4999
5000 wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
5001
5002 fi
5003
5004
5005 eval "$wx_cv_use_libmspack"
5006
5007 if test x"$withstring" = xwithout; then
5008 if test $wxUSE_LIBMSPACK = yes; then
5009 result=no
5010 else
5011 result=yes
5012 fi
5013 else
5014 result=$wxUSE_LIBMSPACK
5015 fi
5016
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5018 $as_echo "$result" >&6; }
5019
5020
5021 withstring=without
5022 defaultval=$wxUSE_ALL_FEATURES
5023 if test -z "$defaultval"; then
5024 if test x"$withstring" = xwithout; then
5025 defaultval=yes
5026 else
5027 defaultval=no
5028 fi
5029 fi
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gtkprint" >&5
5031 $as_echo_n "checking for --${withstring:-with}-gtkprint... " >&6; }
5032
5033 # Check whether --with-gtkprint was given.
5034 if test "${with_gtkprint+set}" = set; then :
5035 withval=$with_gtkprint;
5036 if test "$withval" = yes; then
5037 wx_cv_use_gtkprint='wxUSE_GTKPRINT=yes'
5038 else
5039 wx_cv_use_gtkprint='wxUSE_GTKPRINT=no'
5040 fi
5041
5042 else
5043
5044 wx_cv_use_gtkprint='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
5045
5046 fi
5047
5048
5049 eval "$wx_cv_use_gtkprint"
5050
5051 if test x"$withstring" = xwithout; then
5052 if test $wxUSE_GTKPRINT = yes; then
5053 result=no
5054 else
5055 result=yes
5056 fi
5057 else
5058 result=$wxUSE_GTKPRINT
5059 fi
5060
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5062 $as_echo "$result" >&6; }
5063
5064
5065 withstring=without
5066 defaultval=$wxUSE_ALL_FEATURES
5067 if test -z "$defaultval"; then
5068 if test x"$withstring" = xwithout; then
5069 defaultval=yes
5070 else
5071 defaultval=no
5072 fi
5073 fi
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gnomeprint" >&5
5075 $as_echo_n "checking for --${withstring:-with}-gnomeprint... " >&6; }
5076
5077 # Check whether --with-gnomeprint was given.
5078 if test "${with_gnomeprint+set}" = set; then :
5079 withval=$with_gnomeprint;
5080 if test "$withval" = yes; then
5081 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
5082 else
5083 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
5084 fi
5085
5086 else
5087
5088 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
5089
5090 fi
5091
5092
5093 eval "$wx_cv_use_gnomeprint"
5094
5095 if test x"$withstring" = xwithout; then
5096 if test $wxUSE_LIBGNOMEPRINT = yes; then
5097 result=no
5098 else
5099 result=yes
5100 fi
5101 else
5102 result=$wxUSE_LIBGNOMEPRINT
5103 fi
5104
5105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5106 $as_echo "$result" >&6; }
5107
5108
5109 withstring=
5110 defaultval=$wxUSE_ALL_FEATURES
5111 if test -z "$defaultval"; then
5112 if test x"$withstring" = xwithout; then
5113 defaultval=yes
5114 else
5115 defaultval=no
5116 fi
5117 fi
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gnomevfs" >&5
5119 $as_echo_n "checking for --${withstring:-with}-gnomevfs... " >&6; }
5120
5121 # Check whether --with-gnomevfs was given.
5122 if test "${with_gnomevfs+set}" = set; then :
5123 withval=$with_gnomevfs;
5124 if test "$withval" = yes; then
5125 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
5126 else
5127 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
5128 fi
5129
5130 else
5131
5132 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
5133
5134 fi
5135
5136
5137 eval "$wx_cv_use_gnomevfs"
5138
5139 if test x"$withstring" = xwithout; then
5140 if test $wxUSE_LIBGNOMEVFS = yes; then
5141 result=no
5142 else
5143 result=yes
5144 fi
5145 else
5146 result=$wxUSE_LIBGNOMEVFS
5147 fi
5148
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5150 $as_echo "$result" >&6; }
5151
5152
5153 withstring=
5154 defaultval=$wxUSE_ALL_FEATURES
5155 if test -z "$defaultval"; then
5156 if test x"$withstring" = xwithout; then
5157 defaultval=yes
5158 else
5159 defaultval=no
5160 fi
5161 fi
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-hildon" >&5
5163 $as_echo_n "checking for --${withstring:-with}-hildon... " >&6; }
5164
5165 # Check whether --with-hildon was given.
5166 if test "${with_hildon+set}" = set; then :
5167 withval=$with_hildon;
5168 if test "$withval" = yes; then
5169 wx_cv_use_hildon='wxUSE_LIBHILDON=yes'
5170 else
5171 wx_cv_use_hildon='wxUSE_LIBHILDON=no'
5172 fi
5173
5174 else
5175
5176 wx_cv_use_hildon='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
5177
5178 fi
5179
5180
5181 eval "$wx_cv_use_hildon"
5182
5183 if test x"$withstring" = xwithout; then
5184 if test $wxUSE_LIBHILDON = yes; then
5185 result=no
5186 else
5187 result=yes
5188 fi
5189 else
5190 result=$wxUSE_LIBHILDON
5191 fi
5192
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5194 $as_echo "$result" >&6; }
5195
5196
5197 withstring=
5198 defaultval=$wxUSE_ALL_FEATURES
5199 if test -z "$defaultval"; then
5200 if test x"$withstring" = xwithout; then
5201 defaultval=yes
5202 else
5203 defaultval=no
5204 fi
5205 fi
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-opengl" >&5
5207 $as_echo_n "checking for --${withstring:-with}-opengl... " >&6; }
5208
5209 # Check whether --with-opengl was given.
5210 if test "${with_opengl+set}" = set; then :
5211 withval=$with_opengl;
5212 if test "$withval" = yes; then
5213 wx_cv_use_opengl='wxUSE_OPENGL=yes'
5214 else
5215 wx_cv_use_opengl='wxUSE_OPENGL=no'
5216 fi
5217
5218 else
5219
5220 wx_cv_use_opengl='wxUSE_OPENGL=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
5221
5222 fi
5223
5224
5225 eval "$wx_cv_use_opengl"
5226
5227 if test x"$withstring" = xwithout; then
5228 if test $wxUSE_OPENGL = yes; then
5229 result=no
5230 else
5231 result=yes
5232 fi
5233 else
5234 result=$wxUSE_OPENGL
5235 fi
5236
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5238 $as_echo "$result" >&6; }
5239
5240
5241 fi
5242
5243
5244 withstring=
5245 defaultval=$wxUSE_ALL_FEATURES
5246 if test -z "$defaultval"; then
5247 if test x"$withstring" = xwithout; then
5248 defaultval=yes
5249 else
5250 defaultval=no
5251 fi
5252 fi
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-dmalloc" >&5
5254 $as_echo_n "checking for --${withstring:-with}-dmalloc... " >&6; }
5255
5256 # Check whether --with-dmalloc was given.
5257 if test "${with_dmalloc+set}" = set; then :
5258 withval=$with_dmalloc;
5259 if test "$withval" = yes; then
5260 wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
5261 else
5262 wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
5263 fi
5264
5265 else
5266
5267 wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
5268
5269 fi
5270
5271
5272 eval "$wx_cv_use_dmalloc"
5273
5274 if test x"$withstring" = xwithout; then
5275 if test $wxUSE_DMALLOC = yes; then
5276 result=no
5277 else
5278 result=yes
5279 fi
5280 else
5281 result=$wxUSE_DMALLOC
5282 fi
5283
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5285 $as_echo "$result" >&6; }
5286
5287
5288 withstring=
5289 defaultval=$wxUSE_ALL_FEATURES
5290 if test -z "$defaultval"; then
5291 if test x"$withstring" = xwithout; then
5292 defaultval=yes
5293 else
5294 defaultval=no
5295 fi
5296 fi
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-sdl" >&5
5298 $as_echo_n "checking for --${withstring:-with}-sdl... " >&6; }
5299
5300 # Check whether --with-sdl was given.
5301 if test "${with_sdl+set}" = set; then :
5302 withval=$with_sdl;
5303 if test "$withval" = yes; then
5304 wx_cv_use_sdl='wxUSE_LIBSDL=yes'
5305 else
5306 wx_cv_use_sdl='wxUSE_LIBSDL=no'
5307 fi
5308
5309 else
5310
5311 wx_cv_use_sdl='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
5312
5313 fi
5314
5315
5316 eval "$wx_cv_use_sdl"
5317
5318 if test x"$withstring" = xwithout; then
5319 if test $wxUSE_LIBSDL = yes; then
5320 result=no
5321 else
5322 result=yes
5323 fi
5324 else
5325 result=$wxUSE_LIBSDL
5326 fi
5327
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5329 $as_echo "$result" >&6; }
5330
5331
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-regex" >&5
5333 $as_echo_n "checking for --with-regex... " >&6; }
5334
5335 # Check whether --with-regex was given.
5336 if test "${with_regex+set}" = set; then :
5337 withval=$with_regex;
5338 if test "$withval" = yes; then
5339 wx_cv_use_regex='wxUSE_REGEX=yes'
5340 elif test "$withval" = no; then
5341 wx_cv_use_regex='wxUSE_REGEX=no'
5342 elif test "$withval" = sys; then
5343 wx_cv_use_regex='wxUSE_REGEX=sys'
5344 elif test "$withval" = builtin; then
5345 wx_cv_use_regex='wxUSE_REGEX=builtin'
5346 else
5347 as_fn_error $? "Invalid value for --with-regex: should be yes, no, sys, or builtin" "$LINENO" 5
5348 fi
5349
5350 else
5351
5352 wx_cv_use_regex='wxUSE_REGEX=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
5353
5354 fi
5355
5356
5357 eval "$wx_cv_use_regex"
5358
5359 if test "$wxUSE_REGEX" = yes; then
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5361 $as_echo "yes" >&6; }
5362 elif test "$wxUSE_REGEX" = no; then
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5364 $as_echo "no" >&6; }
5365 elif test "$wxUSE_REGEX" = sys; then
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5367 $as_echo "system version" >&6; }
5368 elif test "$wxUSE_REGEX" = builtin; then
5369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5370 $as_echo "builtin version" >&6; }
5371 else
5372 as_fn_error $? "Invalid value for --with-regex: should be yes, no, sys, or builtin" "$LINENO" 5
5373 fi
5374
5375
5376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-zlib" >&5
5377 $as_echo_n "checking for --with-zlib... " >&6; }
5378
5379 # Check whether --with-zlib was given.
5380 if test "${with_zlib+set}" = set; then :
5381 withval=$with_zlib;
5382 if test "$withval" = yes; then
5383 wx_cv_use_zlib='wxUSE_ZLIB=yes'
5384 elif test "$withval" = no; then
5385 wx_cv_use_zlib='wxUSE_ZLIB=no'
5386 elif test "$withval" = sys; then
5387 wx_cv_use_zlib='wxUSE_ZLIB=sys'
5388 elif test "$withval" = builtin; then
5389 wx_cv_use_zlib='wxUSE_ZLIB=builtin'
5390 else
5391 as_fn_error $? "Invalid value for --with-zlib: should be yes, no, sys, or builtin" "$LINENO" 5
5392 fi
5393
5394 else
5395
5396 wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
5397
5398 fi
5399
5400
5401 eval "$wx_cv_use_zlib"
5402
5403 if test "$wxUSE_ZLIB" = yes; then
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5405 $as_echo "yes" >&6; }
5406 elif test "$wxUSE_ZLIB" = no; then
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5408 $as_echo "no" >&6; }
5409 elif test "$wxUSE_ZLIB" = sys; then
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5411 $as_echo "system version" >&6; }
5412 elif test "$wxUSE_ZLIB" = builtin; then
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5414 $as_echo "builtin version" >&6; }
5415 else
5416 as_fn_error $? "Invalid value for --with-zlib: should be yes, no, sys, or builtin" "$LINENO" 5
5417 fi
5418
5419
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-expat" >&5
5421 $as_echo_n "checking for --with-expat... " >&6; }
5422
5423 # Check whether --with-expat was given.
5424 if test "${with_expat+set}" = set; then :
5425 withval=$with_expat;
5426 if test "$withval" = yes; then
5427 wx_cv_use_expat='wxUSE_EXPAT=yes'
5428 elif test "$withval" = no; then
5429 wx_cv_use_expat='wxUSE_EXPAT=no'
5430 elif test "$withval" = sys; then
5431 wx_cv_use_expat='wxUSE_EXPAT=sys'
5432 elif test "$withval" = builtin; then
5433 wx_cv_use_expat='wxUSE_EXPAT=builtin'
5434 else
5435 as_fn_error $? "Invalid value for --with-expat: should be yes, no, sys, or builtin" "$LINENO" 5
5436 fi
5437
5438 else
5439
5440 wx_cv_use_expat='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
5441
5442 fi
5443
5444
5445 eval "$wx_cv_use_expat"
5446
5447 if test "$wxUSE_EXPAT" = yes; then
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5449 $as_echo "yes" >&6; }
5450 elif test "$wxUSE_EXPAT" = no; then
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5452 $as_echo "no" >&6; }
5453 elif test "$wxUSE_EXPAT" = sys; then
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5455 $as_echo "system version" >&6; }
5456 elif test "$wxUSE_EXPAT" = builtin; then
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5458 $as_echo "builtin version" >&6; }
5459 else
5460 as_fn_error $? "Invalid value for --with-expat: should be yes, no, sys, or builtin" "$LINENO" 5
5461 fi
5462
5463
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-macosx-sdk" >&5
5465 $as_echo_n "checking for --with-macosx-sdk... " >&6; }
5466
5467 # Check whether --with-macosx-sdk was given.
5468 if test "${with_macosx_sdk+set}" = set; then :
5469 withval=$with_macosx_sdk;
5470 wxUSE_MACOSX_SDK=$withval
5471 wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
5472
5473 fi
5474
5475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_SDK" >&5
5476 $as_echo "$wxUSE_MACOSX_SDK" >&6; }
5477
5478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-macosx-version-min" >&5
5479 $as_echo_n "checking for --with-macosx-version-min... " >&6; }
5480
5481 # Check whether --with-macosx-version-min was given.
5482 if test "${with_macosx_version_min+set}" = set; then :
5483 withval=$with_macosx_version_min;
5484 wxUSE_MACOSX_VERSION_MIN=$withval
5485 wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
5486
5487 fi
5488
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_VERSION_MIN" >&5
5490 $as_echo "$wxUSE_MACOSX_VERSION_MIN" >&6; }
5491
5492
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-debug" >&5
5494 $as_echo_n "checking for --enable-debug... " >&6; }
5495 # Check whether --enable-debug was given.
5496 if test "${enable_debug+set}" = set; then :
5497 enableval=$enable_debug;
5498 if test "$enableval" = yes; then
5499 wxUSE_DEBUG=yes
5500 elif test "$enableval" = no; then
5501 wxUSE_DEBUG=no
5502 elif test "$enableval" = max; then
5503 wxUSE_DEBUG=yes
5504 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=2"
5505 else
5506 as_fn_error $? "Invalid --enable-debug value, must be yes, no or max" "$LINENO" 5
5507 fi
5508
5509 else
5510 wxUSE_DEBUG=default
5511
5512 fi
5513
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_debug-default}" >&5
5515 $as_echo "${enable_debug-default}" >&6; }
5516
5517 case "$wxUSE_DEBUG" in
5518 yes)
5519 DEFAULT_wxUSE_DEBUG_FLAG=yes
5520 DEFAULT_wxUSE_DEBUG_INFO=yes
5521
5522 DEFAULT_wxUSE_OPTIMISE=no
5523 ;;
5524
5525 no)
5526 DEFAULT_wxUSE_DEBUG_FLAG=no
5527 DEFAULT_wxUSE_DEBUG_INFO=no
5528 ;;
5529
5530 default)
5531 DEFAULT_wxUSE_DEBUG_FLAG=yes
5532 DEFAULT_wxUSE_DEBUG_INFO=no
5533 ;;
5534 esac
5535
5536
5537 enablestring=disable
5538 defaultval=
5539 if test -z "$defaultval"; then
5540 if test x"$enablestring" = xdisable; then
5541 defaultval=yes
5542 else
5543 defaultval=no
5544 fi
5545 fi
5546
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_flag" >&5
5548 $as_echo_n "checking for --${enablestring:-enable}-debug_flag... " >&6; }
5549 # Check whether --enable-debug_flag was given.
5550 if test "${enable_debug_flag+set}" = set; then :
5551 enableval=$enable_debug_flag;
5552 if test "$enableval" = yes; then
5553 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
5554 else
5555 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
5556 fi
5557
5558 else
5559
5560 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
5561
5562 fi
5563
5564
5565 eval "$wx_cv_use_debug_flag"
5566
5567 if test x"$enablestring" = xdisable; then
5568 if test $wxUSE_DEBUG_FLAG = no; then
5569 result=yes
5570 else
5571 result=no
5572 fi
5573 else
5574 result=$wxUSE_DEBUG_FLAG
5575 fi
5576
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5578 $as_echo "$result" >&6; }
5579
5580
5581 enablestring=
5582 defaultval=
5583 if test -z "$defaultval"; then
5584 if test x"$enablestring" = xdisable; then
5585 defaultval=yes
5586 else
5587 defaultval=no
5588 fi
5589 fi
5590
5591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_info" >&5
5592 $as_echo_n "checking for --${enablestring:-enable}-debug_info... " >&6; }
5593 # Check whether --enable-debug_info was given.
5594 if test "${enable_debug_info+set}" = set; then :
5595 enableval=$enable_debug_info;
5596 if test "$enableval" = yes; then
5597 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
5598 else
5599 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
5600 fi
5601
5602 else
5603
5604 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
5605
5606 fi
5607
5608
5609 eval "$wx_cv_use_debug_info"
5610
5611 if test x"$enablestring" = xdisable; then
5612 if test $wxUSE_DEBUG_INFO = no; then
5613 result=yes
5614 else
5615 result=no
5616 fi
5617 else
5618 result=$wxUSE_DEBUG_INFO
5619 fi
5620
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5622 $as_echo "$result" >&6; }
5623
5624
5625
5626
5627 enablestring=
5628 defaultval=
5629 if test -z "$defaultval"; then
5630 if test x"$enablestring" = xdisable; then
5631 defaultval=yes
5632 else
5633 defaultval=no
5634 fi
5635 fi
5636
5637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_gdb" >&5
5638 $as_echo_n "checking for --${enablestring:-enable}-debug_gdb... " >&6; }
5639 # Check whether --enable-debug_gdb was given.
5640 if test "${enable_debug_gdb+set}" = set; then :
5641 enableval=$enable_debug_gdb;
5642 if test "$enableval" = yes; then
5643 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
5644 else
5645 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
5646 fi
5647
5648 else
5649
5650 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
5651
5652 fi
5653
5654
5655 eval "$wx_cv_use_debug_gdb"
5656
5657 if test x"$enablestring" = xdisable; then
5658 if test $wxUSE_DEBUG_GDB = no; then
5659 result=yes
5660 else
5661 result=no
5662 fi
5663 else
5664 result=$wxUSE_DEBUG_GDB
5665 fi
5666
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5668 $as_echo "$result" >&6; }
5669
5670
5671 enablestring=
5672 defaultval=
5673 if test -z "$defaultval"; then
5674 if test x"$enablestring" = xdisable; then
5675 defaultval=yes
5676 else
5677 defaultval=no
5678 fi
5679 fi
5680
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_cntxt" >&5
5682 $as_echo_n "checking for --${enablestring:-enable}-debug_cntxt... " >&6; }
5683 # Check whether --enable-debug_cntxt was given.
5684 if test "${enable_debug_cntxt+set}" = set; then :
5685 enableval=$enable_debug_cntxt;
5686 if test "$enableval" = yes; then
5687 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
5688 else
5689 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
5690 fi
5691
5692 else
5693
5694 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
5695
5696 fi
5697
5698
5699 eval "$wx_cv_use_debug_cntxt"
5700
5701 if test x"$enablestring" = xdisable; then
5702 if test $wxUSE_DEBUG_CONTEXT = no; then
5703 result=yes
5704 else
5705 result=no
5706 fi
5707 else
5708 result=$wxUSE_DEBUG_CONTEXT
5709 fi
5710
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5712 $as_echo "$result" >&6; }
5713
5714
5715 enablestring=
5716 defaultval=
5717 if test -z "$defaultval"; then
5718 if test x"$enablestring" = xdisable; then
5719 defaultval=yes
5720 else
5721 defaultval=no
5722 fi
5723 fi
5724
5725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mem_tracing" >&5
5726 $as_echo_n "checking for --${enablestring:-enable}-mem_tracing... " >&6; }
5727 # Check whether --enable-mem_tracing was given.
5728 if test "${enable_mem_tracing+set}" = set; then :
5729 enableval=$enable_mem_tracing;
5730 if test "$enableval" = yes; then
5731 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
5732 else
5733 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
5734 fi
5735
5736 else
5737
5738 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
5739
5740 fi
5741
5742
5743 eval "$wx_cv_use_mem_tracing"
5744
5745 if test x"$enablestring" = xdisable; then
5746 if test $wxUSE_MEM_TRACING = no; then
5747 result=yes
5748 else
5749 result=no
5750 fi
5751 else
5752 result=$wxUSE_MEM_TRACING
5753 fi
5754
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5756 $as_echo "$result" >&6; }
5757
5758
5759
5760
5761 enablestring=disable
5762 defaultval=
5763 if test -z "$defaultval"; then
5764 if test x"$enablestring" = xdisable; then
5765 defaultval=yes
5766 else
5767 defaultval=no
5768 fi
5769 fi
5770
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-shared" >&5
5772 $as_echo_n "checking for --${enablestring:-enable}-shared... " >&6; }
5773 # Check whether --enable-shared was given.
5774 if test "${enable_shared+set}" = set; then :
5775 enableval=$enable_shared;
5776 if test "$enableval" = yes; then
5777 wx_cv_use_shared='wxUSE_SHARED=yes'
5778 else
5779 wx_cv_use_shared='wxUSE_SHARED=no'
5780 fi
5781
5782 else
5783
5784 wx_cv_use_shared='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
5785
5786 fi
5787
5788
5789 eval "$wx_cv_use_shared"
5790
5791 if test x"$enablestring" = xdisable; then
5792 if test $wxUSE_SHARED = no; then
5793 result=yes
5794 else
5795 result=no
5796 fi
5797 else
5798 result=$wxUSE_SHARED
5799 fi
5800
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5802 $as_echo "$result" >&6; }
5803
5804
5805 enablestring=
5806 defaultval=
5807 if test -z "$defaultval"; then
5808 if test x"$enablestring" = xdisable; then
5809 defaultval=yes
5810 else
5811 defaultval=no
5812 fi
5813 fi
5814
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stl" >&5
5816 $as_echo_n "checking for --${enablestring:-enable}-stl... " >&6; }
5817 # Check whether --enable-stl was given.
5818 if test "${enable_stl+set}" = set; then :
5819 enableval=$enable_stl;
5820 if test "$enableval" = yes; then
5821 wx_cv_use_stl='wxUSE_STL=yes'
5822 else
5823 wx_cv_use_stl='wxUSE_STL=no'
5824 fi
5825
5826 else
5827
5828 wx_cv_use_stl='wxUSE_STL=${'DEFAULT_wxUSE_STL":-$defaultval}"
5829
5830 fi
5831
5832
5833 eval "$wx_cv_use_stl"
5834
5835 if test x"$enablestring" = xdisable; then
5836 if test $wxUSE_STL = no; then
5837 result=yes
5838 else
5839 result=no
5840 fi
5841 else
5842 result=$wxUSE_STL
5843 fi
5844
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5846 $as_echo "$result" >&6; }
5847
5848 if test "$wxUSE_STL" = "yes"; then
5849 DEFAULT_wxUSE_STD_CONTAINERS=yes
5850 DEFAULT_wxUSE_STD_IOSTREAM=yes
5851 DEFAULT_wxUSE_STD_STRING=yes
5852 fi
5853
5854 enablestring=
5855 defaultval=
5856 if test -z "$defaultval"; then
5857 if test x"$enablestring" = xdisable; then
5858 defaultval=yes
5859 else
5860 defaultval=no
5861 fi
5862 fi
5863
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_containers" >&5
5865 $as_echo_n "checking for --${enablestring:-enable}-std_containers... " >&6; }
5866 # Check whether --enable-std_containers was given.
5867 if test "${enable_std_containers+set}" = set; then :
5868 enableval=$enable_std_containers;
5869 if test "$enableval" = yes; then
5870 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=yes'
5871 else
5872 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=no'
5873 fi
5874
5875 else
5876
5877 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=${'DEFAULT_wxUSE_STD_CONTAINERS":-$defaultval}"
5878
5879 fi
5880
5881
5882 eval "$wx_cv_use_std_containers"
5883
5884 if test x"$enablestring" = xdisable; then
5885 if test $wxUSE_STD_CONTAINERS = no; then
5886 result=yes
5887 else
5888 result=no
5889 fi
5890 else
5891 result=$wxUSE_STD_CONTAINERS
5892 fi
5893
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5895 $as_echo "$result" >&6; }
5896
5897
5898 enablestring=
5899 defaultval=
5900 if test -z "$defaultval"; then
5901 if test x"$enablestring" = xdisable; then
5902 defaultval=yes
5903 else
5904 defaultval=no
5905 fi
5906 fi
5907
5908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_iostreams" >&5
5909 $as_echo_n "checking for --${enablestring:-enable}-std_iostreams... " >&6; }
5910 # Check whether --enable-std_iostreams was given.
5911 if test "${enable_std_iostreams+set}" = set; then :
5912 enableval=$enable_std_iostreams;
5913 if test "$enableval" = yes; then
5914 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5915 else
5916 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5917 fi
5918
5919 else
5920
5921 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
5922
5923 fi
5924
5925
5926 eval "$wx_cv_use_std_iostreams"
5927
5928 if test x"$enablestring" = xdisable; then
5929 if test $wxUSE_STD_IOSTREAM = no; then
5930 result=yes
5931 else
5932 result=no
5933 fi
5934 else
5935 result=$wxUSE_STD_IOSTREAM
5936 fi
5937
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5939 $as_echo "$result" >&6; }
5940
5941
5942 enablestring=
5943 defaultval=
5944 if test -z "$defaultval"; then
5945 if test x"$enablestring" = xdisable; then
5946 defaultval=yes
5947 else
5948 defaultval=no
5949 fi
5950 fi
5951
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_string" >&5
5953 $as_echo_n "checking for --${enablestring:-enable}-std_string... " >&6; }
5954 # Check whether --enable-std_string was given.
5955 if test "${enable_std_string+set}" = set; then :
5956 enableval=$enable_std_string;
5957 if test "$enableval" = yes; then
5958 wx_cv_use_std_string='wxUSE_STD_STRING=yes'
5959 else
5960 wx_cv_use_std_string='wxUSE_STD_STRING=no'
5961 fi
5962
5963 else
5964
5965 wx_cv_use_std_string='wxUSE_STD_STRING=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
5966
5967 fi
5968
5969
5970 eval "$wx_cv_use_std_string"
5971
5972 if test x"$enablestring" = xdisable; then
5973 if test $wxUSE_STD_STRING = no; then
5974 result=yes
5975 else
5976 result=no
5977 fi
5978 else
5979 result=$wxUSE_STD_STRING
5980 fi
5981
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5983 $as_echo "$result" >&6; }
5984
5985
5986 enablestring=
5987 defaultval=
5988 if test -z "$defaultval"; then
5989 if test x"$enablestring" = xdisable; then
5990 defaultval=yes
5991 else
5992 defaultval=no
5993 fi
5994 fi
5995
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_string_conv_in_wxstring" >&5
5997 $as_echo_n "checking for --${enablestring:-enable}-std_string_conv_in_wxstring... " >&6; }
5998 # Check whether --enable-std_string_conv_in_wxstring was given.
5999 if test "${enable_std_string_conv_in_wxstring+set}" = set; then :
6000 enableval=$enable_std_string_conv_in_wxstring;
6001 if test "$enableval" = yes; then
6002 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=yes'
6003 else
6004 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=no'
6005 fi
6006
6007 else
6008
6009 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=${'DEFAULT_wxUSE_STD_STRING_CONV_IN_WXSTRING":-$defaultval}"
6010
6011 fi
6012
6013
6014 eval "$wx_cv_use_std_string_conv_in_wxstring"
6015
6016 if test x"$enablestring" = xdisable; then
6017 if test $wxUSE_STD_STRING_CONV_IN_WXSTRING = no; then
6018 result=yes
6019 else
6020 result=no
6021 fi
6022 else
6023 result=$wxUSE_STD_STRING_CONV_IN_WXSTRING
6024 fi
6025
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6027 $as_echo "$result" >&6; }
6028
6029
6030 enablestring=disable
6031 defaultval=
6032 if test -z "$defaultval"; then
6033 if test x"$enablestring" = xdisable; then
6034 defaultval=yes
6035 else
6036 defaultval=no
6037 fi
6038 fi
6039
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-unicode" >&5
6041 $as_echo_n "checking for --${enablestring:-enable}-unicode... " >&6; }
6042 # Check whether --enable-unicode was given.
6043 if test "${enable_unicode+set}" = set; then :
6044 enableval=$enable_unicode;
6045 if test "$enableval" = yes; then
6046 wx_cv_use_unicode='wxUSE_UNICODE=yes'
6047 else
6048 wx_cv_use_unicode='wxUSE_UNICODE=no'
6049 fi
6050
6051 else
6052
6053 wx_cv_use_unicode='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
6054
6055 fi
6056
6057
6058 eval "$wx_cv_use_unicode"
6059
6060 if test x"$enablestring" = xdisable; then
6061 if test $wxUSE_UNICODE = no; then
6062 result=yes
6063 else
6064 result=no
6065 fi
6066 else
6067 result=$wxUSE_UNICODE
6068 fi
6069
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6071 $as_echo "$result" >&6; }
6072
6073
6074 enablestring=
6075 defaultval=
6076 if test -z "$defaultval"; then
6077 if test x"$enablestring" = xdisable; then
6078 defaultval=yes
6079 else
6080 defaultval=no
6081 fi
6082 fi
6083
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mslu" >&5
6085 $as_echo_n "checking for --${enablestring:-enable}-mslu... " >&6; }
6086 # Check whether --enable-mslu was given.
6087 if test "${enable_mslu+set}" = set; then :
6088 enableval=$enable_mslu;
6089 if test "$enableval" = yes; then
6090 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
6091 else
6092 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
6093 fi
6094
6095 else
6096
6097 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
6098
6099 fi
6100
6101
6102 eval "$wx_cv_use_mslu"
6103
6104 if test x"$enablestring" = xdisable; then
6105 if test $wxUSE_UNICODE_MSLU = no; then
6106 result=yes
6107 else
6108 result=no
6109 fi
6110 else
6111 result=$wxUSE_UNICODE_MSLU
6112 fi
6113
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6115 $as_echo "$result" >&6; }
6116
6117
6118 enablestring=
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-utf8" >&5
6120 $as_echo_n "checking for --${enablestring:-enable}-utf8... " >&6; }
6121 # Check whether --enable-utf8 was given.
6122 if test "${enable_utf8+set}" = set; then :
6123 enableval=$enable_utf8;
6124 wx_cv_use_utf8="wxUSE_UNICODE_UTF8='$enableval'"
6125
6126 else
6127
6128 wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
6129
6130 fi
6131
6132
6133 eval "$wx_cv_use_utf8"
6134
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_UNICODE_UTF8" >&5
6136 $as_echo "$wxUSE_UNICODE_UTF8" >&6; }
6137
6138
6139 enablestring=
6140 defaultval=
6141 if test -z "$defaultval"; then
6142 if test x"$enablestring" = xdisable; then
6143 defaultval=yes
6144 else
6145 defaultval=no
6146 fi
6147 fi
6148
6149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-utf8only" >&5
6150 $as_echo_n "checking for --${enablestring:-enable}-utf8only... " >&6; }
6151 # Check whether --enable-utf8only was given.
6152 if test "${enable_utf8only+set}" = set; then :
6153 enableval=$enable_utf8only;
6154 if test "$enableval" = yes; then
6155 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
6156 else
6157 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
6158 fi
6159
6160 else
6161
6162 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
6163
6164 fi
6165
6166
6167 eval "$wx_cv_use_utf8only"
6168
6169 if test x"$enablestring" = xdisable; then
6170 if test $wxUSE_UNICODE_UTF8_LOCALE = no; then
6171 result=yes
6172 else
6173 result=no
6174 fi
6175 else
6176 result=$wxUSE_UNICODE_UTF8_LOCALE
6177 fi
6178
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6180 $as_echo "$result" >&6; }
6181
6182
6183 enablestring=
6184 defaultval=
6185 if test -z "$defaultval"; then
6186 if test x"$enablestring" = xdisable; then
6187 defaultval=yes
6188 else
6189 defaultval=no
6190 fi
6191 fi
6192
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-extended_rtti" >&5
6194 $as_echo_n "checking for --${enablestring:-enable}-extended_rtti... " >&6; }
6195 # Check whether --enable-extended_rtti was given.
6196 if test "${enable_extended_rtti+set}" = set; then :
6197 enableval=$enable_extended_rtti;
6198 if test "$enableval" = yes; then
6199 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=yes'
6200 else
6201 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=no'
6202 fi
6203
6204 else
6205
6206 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
6207
6208 fi
6209
6210
6211 eval "$wx_cv_use_extended_rtti"
6212
6213 if test x"$enablestring" = xdisable; then
6214 if test $wxUSE_EXTENDED_RTTI = no; then
6215 result=yes
6216 else
6217 result=no
6218 fi
6219 else
6220 result=$wxUSE_EXTENDED_RTTI
6221 fi
6222
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6224 $as_echo "$result" >&6; }
6225
6226 if test "$USE_OS2" = 1; then
6227 DEFAULT_wxUSE_OMF=no
6228
6229 enablestring=
6230 defaultval=
6231 if test -z "$defaultval"; then
6232 if test x"$enablestring" = xdisable; then
6233 defaultval=yes
6234 else
6235 defaultval=no
6236 fi
6237 fi
6238
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-omf" >&5
6240 $as_echo_n "checking for --${enablestring:-enable}-omf... " >&6; }
6241 # Check whether --enable-omf was given.
6242 if test "${enable_omf+set}" = set; then :
6243 enableval=$enable_omf;
6244 if test "$enableval" = yes; then
6245 wx_cv_use_omf='wxUSE_OMF=yes'
6246 else
6247 wx_cv_use_omf='wxUSE_OMF=no'
6248 fi
6249
6250 else
6251
6252 wx_cv_use_omf='wxUSE_OMF=${'DEFAULT_wxUSE_OMF":-$defaultval}"
6253
6254 fi
6255
6256
6257 eval "$wx_cv_use_omf"
6258
6259 if test x"$enablestring" = xdisable; then
6260 if test $wxUSE_OMF = no; then
6261 result=yes
6262 else
6263 result=no
6264 fi
6265 else
6266 result=$wxUSE_OMF
6267 fi
6268
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6270 $as_echo "$result" >&6; }
6271
6272 fi
6273
6274
6275 enablestring=disable
6276 defaultval=
6277 if test -z "$defaultval"; then
6278 if test x"$enablestring" = xdisable; then
6279 defaultval=yes
6280 else
6281 defaultval=no
6282 fi
6283 fi
6284
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-optimise" >&5
6286 $as_echo_n "checking for --${enablestring:-enable}-optimise... " >&6; }
6287 # Check whether --enable-optimise was given.
6288 if test "${enable_optimise+set}" = set; then :
6289 enableval=$enable_optimise;
6290 if test "$enableval" = yes; then
6291 wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
6292 else
6293 wx_cv_use_optimise='wxUSE_OPTIMISE=no'
6294 fi
6295
6296 else
6297
6298 wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
6299
6300 fi
6301
6302
6303 eval "$wx_cv_use_optimise"
6304
6305 if test x"$enablestring" = xdisable; then
6306 if test $wxUSE_OPTIMISE = no; then
6307 result=yes
6308 else
6309 result=no
6310 fi
6311 else
6312 result=$wxUSE_OPTIMISE
6313 fi
6314
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6316 $as_echo "$result" >&6; }
6317
6318
6319
6320 enablestring=
6321 defaultval=
6322 if test -z "$defaultval"; then
6323 if test x"$enablestring" = xdisable; then
6324 defaultval=yes
6325 else
6326 defaultval=no
6327 fi
6328 fi
6329
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-profile" >&5
6331 $as_echo_n "checking for --${enablestring:-enable}-profile... " >&6; }
6332 # Check whether --enable-profile was given.
6333 if test "${enable_profile+set}" = set; then :
6334 enableval=$enable_profile;
6335 if test "$enableval" = yes; then
6336 wx_cv_use_profile='wxUSE_PROFILE=yes'
6337 else
6338 wx_cv_use_profile='wxUSE_PROFILE=no'
6339 fi
6340
6341 else
6342
6343 wx_cv_use_profile='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
6344
6345 fi
6346
6347
6348 eval "$wx_cv_use_profile"
6349
6350 if test x"$enablestring" = xdisable; then
6351 if test $wxUSE_PROFILE = no; then
6352 result=yes
6353 else
6354 result=no
6355 fi
6356 else
6357 result=$wxUSE_PROFILE
6358 fi
6359
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6361 $as_echo "$result" >&6; }
6362
6363
6364 enablestring=
6365 defaultval=
6366 if test -z "$defaultval"; then
6367 if test x"$enablestring" = xdisable; then
6368 defaultval=yes
6369 else
6370 defaultval=no
6371 fi
6372 fi
6373
6374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-no_rtti" >&5
6375 $as_echo_n "checking for --${enablestring:-enable}-no_rtti... " >&6; }
6376 # Check whether --enable-no_rtti was given.
6377 if test "${enable_no_rtti+set}" = set; then :
6378 enableval=$enable_no_rtti;
6379 if test "$enableval" = yes; then
6380 wx_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
6381 else
6382 wx_cv_use_no_rtti='wxUSE_NO_RTTI=no'
6383 fi
6384
6385 else
6386
6387 wx_cv_use_no_rtti='wxUSE_NO_RTTI=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
6388
6389 fi
6390
6391
6392 eval "$wx_cv_use_no_rtti"
6393
6394 if test x"$enablestring" = xdisable; then
6395 if test $wxUSE_NO_RTTI = no; then
6396 result=yes
6397 else
6398 result=no
6399 fi
6400 else
6401 result=$wxUSE_NO_RTTI
6402 fi
6403
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6405 $as_echo "$result" >&6; }
6406
6407
6408 enablestring=
6409 defaultval=
6410 if test -z "$defaultval"; then
6411 if test x"$enablestring" = xdisable; then
6412 defaultval=yes
6413 else
6414 defaultval=no
6415 fi
6416 fi
6417
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-no_exceptions" >&5
6419 $as_echo_n "checking for --${enablestring:-enable}-no_exceptions... " >&6; }
6420 # Check whether --enable-no_exceptions was given.
6421 if test "${enable_no_exceptions+set}" = set; then :
6422 enableval=$enable_no_exceptions;
6423 if test "$enableval" = yes; then
6424 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
6425 else
6426 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
6427 fi
6428
6429 else
6430
6431 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
6432
6433 fi
6434
6435
6436 eval "$wx_cv_use_no_exceptions"
6437
6438 if test x"$enablestring" = xdisable; then
6439 if test $wxUSE_NO_EXCEPTIONS = no; then
6440 result=yes
6441 else
6442 result=no
6443 fi
6444 else
6445 result=$wxUSE_NO_EXCEPTIONS
6446 fi
6447
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6449 $as_echo "$result" >&6; }
6450
6451
6452 enablestring=
6453 defaultval=
6454 if test -z "$defaultval"; then
6455 if test x"$enablestring" = xdisable; then
6456 defaultval=yes
6457 else
6458 defaultval=no
6459 fi
6460 fi
6461
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-permissive" >&5
6463 $as_echo_n "checking for --${enablestring:-enable}-permissive... " >&6; }
6464 # Check whether --enable-permissive was given.
6465 if test "${enable_permissive+set}" = set; then :
6466 enableval=$enable_permissive;
6467 if test "$enableval" = yes; then
6468 wx_cv_use_permissive='wxUSE_PERMISSIVE=yes'
6469 else
6470 wx_cv_use_permissive='wxUSE_PERMISSIVE=no'
6471 fi
6472
6473 else
6474
6475 wx_cv_use_permissive='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
6476
6477 fi
6478
6479
6480 eval "$wx_cv_use_permissive"
6481
6482 if test x"$enablestring" = xdisable; then
6483 if test $wxUSE_PERMISSIVE = no; then
6484 result=yes
6485 else
6486 result=no
6487 fi
6488 else
6489 result=$wxUSE_PERMISSIVE
6490 fi
6491
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6493 $as_echo "$result" >&6; }
6494
6495
6496 enablestring=
6497 defaultval=
6498 if test -z "$defaultval"; then
6499 if test x"$enablestring" = xdisable; then
6500 defaultval=yes
6501 else
6502 defaultval=no
6503 fi
6504 fi
6505
6506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-no_deps" >&5
6507 $as_echo_n "checking for --${enablestring:-enable}-no_deps... " >&6; }
6508 # Check whether --enable-no_deps was given.
6509 if test "${enable_no_deps+set}" = set; then :
6510 enableval=$enable_no_deps;
6511 if test "$enableval" = yes; then
6512 wx_cv_use_no_deps='wxUSE_NO_DEPS=yes'
6513 else
6514 wx_cv_use_no_deps='wxUSE_NO_DEPS=no'
6515 fi
6516
6517 else
6518
6519 wx_cv_use_no_deps='wxUSE_NO_DEPS=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
6520
6521 fi
6522
6523
6524 eval "$wx_cv_use_no_deps"
6525
6526 if test x"$enablestring" = xdisable; then
6527 if test $wxUSE_NO_DEPS = no; then
6528 result=yes
6529 else
6530 result=no
6531 fi
6532 else
6533 result=$wxUSE_NO_DEPS
6534 fi
6535
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6537 $as_echo "$result" >&6; }
6538
6539
6540 enablestring=disable
6541 defaultval=
6542 if test -z "$defaultval"; then
6543 if test x"$enablestring" = xdisable; then
6544 defaultval=yes
6545 else
6546 defaultval=no
6547 fi
6548 fi
6549
6550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-vararg_macros" >&5
6551 $as_echo_n "checking for --${enablestring:-enable}-vararg_macros... " >&6; }
6552 # Check whether --enable-vararg_macros was given.
6553 if test "${enable_vararg_macros+set}" = set; then :
6554 enableval=$enable_vararg_macros;
6555 if test "$enableval" = yes; then
6556 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
6557 else
6558 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
6559 fi
6560
6561 else
6562
6563 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
6564
6565 fi
6566
6567
6568 eval "$wx_cv_use_vararg_macros"
6569
6570 if test x"$enablestring" = xdisable; then
6571 if test $wxUSE_VARARG_MACROS = no; then
6572 result=yes
6573 else
6574 result=no
6575 fi
6576 else
6577 result=$wxUSE_VARARG_MACROS
6578 fi
6579
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6581 $as_echo "$result" >&6; }
6582
6583
6584
6585 enablestring=
6586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-universal_binary" >&5
6587 $as_echo_n "checking for --${enablestring:-enable}-universal_binary... " >&6; }
6588 # Check whether --enable-universal_binary was given.
6589 if test "${enable_universal_binary+set}" = set; then :
6590 enableval=$enable_universal_binary;
6591 wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
6592
6593 else
6594
6595 wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
6596
6597 fi
6598
6599
6600 eval "$wx_cv_use_universal_binary"
6601
6602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_UNIVERSAL_BINARY" >&5
6603 $as_echo "$wxUSE_UNIVERSAL_BINARY" >&6; }
6604
6605
6606 enablestring=
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-macosx_arch" >&5
6608 $as_echo_n "checking for --${enablestring:-enable}-macosx_arch... " >&6; }
6609 # Check whether --enable-macosx_arch was given.
6610 if test "${enable_macosx_arch+set}" = set; then :
6611 enableval=$enable_macosx_arch;
6612 wx_cv_use_macosx_arch="wxUSE_MAC_ARCH='$enableval'"
6613
6614 else
6615
6616 wx_cv_use_macosx_arch='wxUSE_MAC_ARCH='$DEFAULT_wxUSE_MAC_ARCH
6617
6618 fi
6619
6620
6621 eval "$wx_cv_use_macosx_arch"
6622
6623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MAC_ARCH" >&5
6624 $as_echo "$wxUSE_MAC_ARCH" >&6; }
6625
6626
6627
6628 enablestring=
6629 defaultval=
6630 if test -z "$defaultval"; then
6631 if test x"$enablestring" = xdisable; then
6632 defaultval=yes
6633 else
6634 defaultval=no
6635 fi
6636 fi
6637
6638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-compat26" >&5
6639 $as_echo_n "checking for --${enablestring:-enable}-compat26... " >&6; }
6640 # Check whether --enable-compat26 was given.
6641 if test "${enable_compat26+set}" = set; then :
6642 enableval=$enable_compat26;
6643 if test "$enableval" = yes; then
6644 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
6645 else
6646 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
6647 fi
6648
6649 else
6650
6651 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
6652
6653 fi
6654
6655
6656 eval "$wx_cv_use_compat26"
6657
6658 if test x"$enablestring" = xdisable; then
6659 if test $WXWIN_COMPATIBILITY_2_6 = no; then
6660 result=yes
6661 else
6662 result=no
6663 fi
6664 else
6665 result=$WXWIN_COMPATIBILITY_2_6
6666 fi
6667
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6669 $as_echo "$result" >&6; }
6670
6671
6672 enablestring=disable
6673 defaultval=
6674 if test -z "$defaultval"; then
6675 if test x"$enablestring" = xdisable; then
6676 defaultval=yes
6677 else
6678 defaultval=no
6679 fi
6680 fi
6681
6682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-compat28" >&5
6683 $as_echo_n "checking for --${enablestring:-enable}-compat28... " >&6; }
6684 # Check whether --enable-compat28 was given.
6685 if test "${enable_compat28+set}" = set; then :
6686 enableval=$enable_compat28;
6687 if test "$enableval" = yes; then
6688 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=yes'
6689 else
6690 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=no'
6691 fi
6692
6693 else
6694
6695 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
6696
6697 fi
6698
6699
6700 eval "$wx_cv_use_compat28"
6701
6702 if test x"$enablestring" = xdisable; then
6703 if test $WXWIN_COMPATIBILITY_2_8 = no; then
6704 result=yes
6705 else
6706 result=no
6707 fi
6708 else
6709 result=$WXWIN_COMPATIBILITY_2_8
6710 fi
6711
6712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6713 $as_echo "$result" >&6; }
6714
6715
6716
6717 enablestring=disable
6718 defaultval=
6719 if test -z "$defaultval"; then
6720 if test x"$enablestring" = xdisable; then
6721 defaultval=yes
6722 else
6723 defaultval=no
6724 fi
6725 fi
6726
6727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-rpath" >&5
6728 $as_echo_n "checking for --${enablestring:-enable}-rpath... " >&6; }
6729 # Check whether --enable-rpath was given.
6730 if test "${enable_rpath+set}" = set; then :
6731 enableval=$enable_rpath;
6732 if test "$enableval" = yes; then
6733 wx_cv_use_rpath='wxUSE_RPATH=yes'
6734 else
6735 wx_cv_use_rpath='wxUSE_RPATH=no'
6736 fi
6737
6738 else
6739
6740 wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
6741
6742 fi
6743
6744
6745 eval "$wx_cv_use_rpath"
6746
6747 if test x"$enablestring" = xdisable; then
6748 if test $wxUSE_RPATH = no; then
6749 result=yes
6750 else
6751 result=no
6752 fi
6753 else
6754 result=$wxUSE_RPATH
6755 fi
6756
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6758 $as_echo "$result" >&6; }
6759
6760
6761
6762 enablestring=
6763 defaultval=
6764 if test -z "$defaultval"; then
6765 if test x"$enablestring" = xdisable; then
6766 defaultval=yes
6767 else
6768 defaultval=no
6769 fi
6770 fi
6771
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-objc_uniquifying" >&5
6773 $as_echo_n "checking for --${enablestring:-enable}-objc_uniquifying... " >&6; }
6774 # Check whether --enable-objc_uniquifying was given.
6775 if test "${enable_objc_uniquifying+set}" = set; then :
6776 enableval=$enable_objc_uniquifying;
6777 if test "$enableval" = yes; then
6778 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=yes'
6779 else
6780 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=no'
6781 fi
6782
6783 else
6784
6785 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
6786
6787 fi
6788
6789
6790 eval "$wx_cv_use_objc_uniquifying"
6791
6792 if test x"$enablestring" = xdisable; then
6793 if test $wxUSE_OBJC_UNIQUIFYING = no; then
6794 result=yes
6795 else
6796 result=no
6797 fi
6798 else
6799 result=$wxUSE_OBJC_UNIQUIFYING
6800 fi
6801
6802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6803 $as_echo "$result" >&6; }
6804
6805
6806
6807 enablestring=disable
6808 defaultval=
6809 if test -z "$defaultval"; then
6810 if test x"$enablestring" = xdisable; then
6811 defaultval=yes
6812 else
6813 defaultval=no
6814 fi
6815 fi
6816
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-visibility" >&5
6818 $as_echo_n "checking for --${enablestring:-enable}-visibility... " >&6; }
6819 # Check whether --enable-visibility was given.
6820 if test "${enable_visibility+set}" = set; then :
6821 enableval=$enable_visibility;
6822 if test "$enableval" = yes; then
6823 wx_cv_use_visibility='wxUSE_VISIBILITY=yes'
6824 else
6825 wx_cv_use_visibility='wxUSE_VISIBILITY=no'
6826 fi
6827
6828 else
6829
6830 wx_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
6831
6832 fi
6833
6834
6835 eval "$wx_cv_use_visibility"
6836
6837 if test x"$enablestring" = xdisable; then
6838 if test $wxUSE_VISIBILITY = no; then
6839 result=yes
6840 else
6841 result=no
6842 fi
6843 else
6844 result=$wxUSE_VISIBILITY
6845 fi
6846
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6848 $as_echo "$result" >&6; }
6849
6850
6851 enablestring=disable
6852 defaultval=
6853 if test -z "$defaultval"; then
6854 if test x"$enablestring" = xdisable; then
6855 defaultval=yes
6856 else
6857 defaultval=no
6858 fi
6859 fi
6860
6861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tls" >&5
6862 $as_echo_n "checking for --${enablestring:-enable}-tls... " >&6; }
6863 # Check whether --enable-tls was given.
6864 if test "${enable_tls+set}" = set; then :
6865 enableval=$enable_tls;
6866 if test "$enableval" = yes; then
6867 wx_cv_use_tls='wxUSE_COMPILER_TLS=yes'
6868 else
6869 wx_cv_use_tls='wxUSE_COMPILER_TLS=no'
6870 fi
6871
6872 else
6873
6874 wx_cv_use_tls='wxUSE_COMPILER_TLS=${'DEFAULT_wxUSE_COMPILER_TLS":-$defaultval}"
6875
6876 fi
6877
6878
6879 eval "$wx_cv_use_tls"
6880
6881 if test x"$enablestring" = xdisable; then
6882 if test $wxUSE_COMPILER_TLS = no; then
6883 result=yes
6884 else
6885 result=no
6886 fi
6887 else
6888 result=$wxUSE_COMPILER_TLS
6889 fi
6890
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6892 $as_echo "$result" >&6; }
6893
6894
6895
6896
6897 enablestring=
6898 defaultval=$wxUSE_ALL_FEATURES
6899 if test -z "$defaultval"; then
6900 if test x"$enablestring" = xdisable; then
6901 defaultval=yes
6902 else
6903 defaultval=no
6904 fi
6905 fi
6906
6907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-intl" >&5
6908 $as_echo_n "checking for --${enablestring:-enable}-intl... " >&6; }
6909 # Check whether --enable-intl was given.
6910 if test "${enable_intl+set}" = set; then :
6911 enableval=$enable_intl;
6912 if test "$enableval" = yes; then
6913 wx_cv_use_intl='wxUSE_INTL=yes'
6914 else
6915 wx_cv_use_intl='wxUSE_INTL=no'
6916 fi
6917
6918 else
6919
6920 wx_cv_use_intl='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
6921
6922 fi
6923
6924
6925 eval "$wx_cv_use_intl"
6926
6927 if test x"$enablestring" = xdisable; then
6928 if test $wxUSE_INTL = no; then
6929 result=yes
6930 else
6931 result=no
6932 fi
6933 else
6934 result=$wxUSE_INTL
6935 fi
6936
6937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6938 $as_echo "$result" >&6; }
6939
6940
6941 enablestring=
6942 defaultval=$wxUSE_ALL_FEATURES
6943 if test -z "$defaultval"; then
6944 if test x"$enablestring" = xdisable; then
6945 defaultval=yes
6946 else
6947 defaultval=no
6948 fi
6949 fi
6950
6951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xlocale" >&5
6952 $as_echo_n "checking for --${enablestring:-enable}-xlocale... " >&6; }
6953 # Check whether --enable-xlocale was given.
6954 if test "${enable_xlocale+set}" = set; then :
6955 enableval=$enable_xlocale;
6956 if test "$enableval" = yes; then
6957 wx_cv_use_xlocale='wxUSE_XLOCALE=yes'
6958 else
6959 wx_cv_use_xlocale='wxUSE_XLOCALE=no'
6960 fi
6961
6962 else
6963
6964 wx_cv_use_xlocale='wxUSE_XLOCALE=${'DEFAULT_wxUSE_XLOCALE":-$defaultval}"
6965
6966 fi
6967
6968
6969 eval "$wx_cv_use_xlocale"
6970
6971 if test x"$enablestring" = xdisable; then
6972 if test $wxUSE_XLOCALE = no; then
6973 result=yes
6974 else
6975 result=no
6976 fi
6977 else
6978 result=$wxUSE_XLOCALE
6979 fi
6980
6981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6982 $as_echo "$result" >&6; }
6983
6984
6985 enablestring=
6986 defaultval=$wxUSE_ALL_FEATURES
6987 if test -z "$defaultval"; then
6988 if test x"$enablestring" = xdisable; then
6989 defaultval=yes
6990 else
6991 defaultval=no
6992 fi
6993 fi
6994
6995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-config" >&5
6996 $as_echo_n "checking for --${enablestring:-enable}-config... " >&6; }
6997 # Check whether --enable-config was given.
6998 if test "${enable_config+set}" = set; then :
6999 enableval=$enable_config;
7000 if test "$enableval" = yes; then
7001 wx_cv_use_config='wxUSE_CONFIG=yes'
7002 else
7003 wx_cv_use_config='wxUSE_CONFIG=no'
7004 fi
7005
7006 else
7007
7008 wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
7009
7010 fi
7011
7012
7013 eval "$wx_cv_use_config"
7014
7015 if test x"$enablestring" = xdisable; then
7016 if test $wxUSE_CONFIG = no; then
7017 result=yes
7018 else
7019 result=no
7020 fi
7021 else
7022 result=$wxUSE_CONFIG
7023 fi
7024
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7026 $as_echo "$result" >&6; }
7027
7028
7029
7030 enablestring=
7031 defaultval=$wxUSE_ALL_FEATURES
7032 if test -z "$defaultval"; then
7033 if test x"$enablestring" = xdisable; then
7034 defaultval=yes
7035 else
7036 defaultval=no
7037 fi
7038 fi
7039
7040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocols" >&5
7041 $as_echo_n "checking for --${enablestring:-enable}-protocols... " >&6; }
7042 # Check whether --enable-protocols was given.
7043 if test "${enable_protocols+set}" = set; then :
7044 enableval=$enable_protocols;
7045 if test "$enableval" = yes; then
7046 wx_cv_use_protocols='wxUSE_PROTOCOL=yes'
7047 else
7048 wx_cv_use_protocols='wxUSE_PROTOCOL=no'
7049 fi
7050
7051 else
7052
7053 wx_cv_use_protocols='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
7054
7055 fi
7056
7057
7058 eval "$wx_cv_use_protocols"
7059
7060 if test x"$enablestring" = xdisable; then
7061 if test $wxUSE_PROTOCOL = no; then
7062 result=yes
7063 else
7064 result=no
7065 fi
7066 else
7067 result=$wxUSE_PROTOCOL
7068 fi
7069
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7071 $as_echo "$result" >&6; }
7072
7073
7074 enablestring=
7075 defaultval=$wxUSE_ALL_FEATURES
7076 if test -z "$defaultval"; then
7077 if test x"$enablestring" = xdisable; then
7078 defaultval=yes
7079 else
7080 defaultval=no
7081 fi
7082 fi
7083
7084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ftp" >&5
7085 $as_echo_n "checking for --${enablestring:-enable}-ftp... " >&6; }
7086 # Check whether --enable-ftp was given.
7087 if test "${enable_ftp+set}" = set; then :
7088 enableval=$enable_ftp;
7089 if test "$enableval" = yes; then
7090 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
7091 else
7092 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
7093 fi
7094
7095 else
7096
7097 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
7098
7099 fi
7100
7101
7102 eval "$wx_cv_use_ftp"
7103
7104 if test x"$enablestring" = xdisable; then
7105 if test $wxUSE_PROTOCOL_FTP = no; then
7106 result=yes
7107 else
7108 result=no
7109 fi
7110 else
7111 result=$wxUSE_PROTOCOL_FTP
7112 fi
7113
7114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7115 $as_echo "$result" >&6; }
7116
7117
7118 enablestring=
7119 defaultval=$wxUSE_ALL_FEATURES
7120 if test -z "$defaultval"; then
7121 if test x"$enablestring" = xdisable; then
7122 defaultval=yes
7123 else
7124 defaultval=no
7125 fi
7126 fi
7127
7128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-http" >&5
7129 $as_echo_n "checking for --${enablestring:-enable}-http... " >&6; }
7130 # Check whether --enable-http was given.
7131 if test "${enable_http+set}" = set; then :
7132 enableval=$enable_http;
7133 if test "$enableval" = yes; then
7134 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
7135 else
7136 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
7137 fi
7138
7139 else
7140
7141 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
7142
7143 fi
7144
7145
7146 eval "$wx_cv_use_http"
7147
7148 if test x"$enablestring" = xdisable; then
7149 if test $wxUSE_PROTOCOL_HTTP = no; then
7150 result=yes
7151 else
7152 result=no
7153 fi
7154 else
7155 result=$wxUSE_PROTOCOL_HTTP
7156 fi
7157
7158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7159 $as_echo "$result" >&6; }
7160
7161
7162 enablestring=
7163 defaultval=$wxUSE_ALL_FEATURES
7164 if test -z "$defaultval"; then
7165 if test x"$enablestring" = xdisable; then
7166 defaultval=yes
7167 else
7168 defaultval=no
7169 fi
7170 fi
7171
7172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fileproto" >&5
7173 $as_echo_n "checking for --${enablestring:-enable}-fileproto... " >&6; }
7174 # Check whether --enable-fileproto was given.
7175 if test "${enable_fileproto+set}" = set; then :
7176 enableval=$enable_fileproto;
7177 if test "$enableval" = yes; then
7178 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
7179 else
7180 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
7181 fi
7182
7183 else
7184
7185 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
7186
7187 fi
7188
7189
7190 eval "$wx_cv_use_fileproto"
7191
7192 if test x"$enablestring" = xdisable; then
7193 if test $wxUSE_PROTOCOL_FILE = no; then
7194 result=yes
7195 else
7196 result=no
7197 fi
7198 else
7199 result=$wxUSE_PROTOCOL_FILE
7200 fi
7201
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7203 $as_echo "$result" >&6; }
7204
7205
7206 enablestring=
7207 defaultval=$wxUSE_ALL_FEATURES
7208 if test -z "$defaultval"; then
7209 if test x"$enablestring" = xdisable; then
7210 defaultval=yes
7211 else
7212 defaultval=no
7213 fi
7214 fi
7215
7216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sockets" >&5
7217 $as_echo_n "checking for --${enablestring:-enable}-sockets... " >&6; }
7218 # Check whether --enable-sockets was given.
7219 if test "${enable_sockets+set}" = set; then :
7220 enableval=$enable_sockets;
7221 if test "$enableval" = yes; then
7222 wx_cv_use_sockets='wxUSE_SOCKETS=yes'
7223 else
7224 wx_cv_use_sockets='wxUSE_SOCKETS=no'
7225 fi
7226
7227 else
7228
7229 wx_cv_use_sockets='wxUSE_SOCKETS=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
7230
7231 fi
7232
7233
7234 eval "$wx_cv_use_sockets"
7235
7236 if test x"$enablestring" = xdisable; then
7237 if test $wxUSE_SOCKETS = no; then
7238 result=yes
7239 else
7240 result=no
7241 fi
7242 else
7243 result=$wxUSE_SOCKETS
7244 fi
7245
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7247 $as_echo "$result" >&6; }
7248
7249
7250 enablestring=
7251 defaultval=$wxUSE_ALL_FEATURES
7252 if test -z "$defaultval"; then
7253 if test x"$enablestring" = xdisable; then
7254 defaultval=yes
7255 else
7256 defaultval=no
7257 fi
7258 fi
7259
7260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ipv6" >&5
7261 $as_echo_n "checking for --${enablestring:-enable}-ipv6... " >&6; }
7262 # Check whether --enable-ipv6 was given.
7263 if test "${enable_ipv6+set}" = set; then :
7264 enableval=$enable_ipv6;
7265 if test "$enableval" = yes; then
7266 wx_cv_use_ipv6='wxUSE_IPV6=yes'
7267 else
7268 wx_cv_use_ipv6='wxUSE_IPV6=no'
7269 fi
7270
7271 else
7272
7273 wx_cv_use_ipv6='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
7274
7275 fi
7276
7277
7278 eval "$wx_cv_use_ipv6"
7279
7280 if test x"$enablestring" = xdisable; then
7281 if test $wxUSE_IPV6 = no; then
7282 result=yes
7283 else
7284 result=no
7285 fi
7286 else
7287 result=$wxUSE_IPV6
7288 fi
7289
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7291 $as_echo "$result" >&6; }
7292
7293
7294 enablestring=
7295 defaultval=$wxUSE_ALL_FEATURES
7296 if test -z "$defaultval"; then
7297 if test x"$enablestring" = xdisable; then
7298 defaultval=yes
7299 else
7300 defaultval=no
7301 fi
7302 fi
7303
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ole" >&5
7305 $as_echo_n "checking for --${enablestring:-enable}-ole... " >&6; }
7306 # Check whether --enable-ole was given.
7307 if test "${enable_ole+set}" = set; then :
7308 enableval=$enable_ole;
7309 if test "$enableval" = yes; then
7310 wx_cv_use_ole='wxUSE_OLE=yes'
7311 else
7312 wx_cv_use_ole='wxUSE_OLE=no'
7313 fi
7314
7315 else
7316
7317 wx_cv_use_ole='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
7318
7319 fi
7320
7321
7322 eval "$wx_cv_use_ole"
7323
7324 if test x"$enablestring" = xdisable; then
7325 if test $wxUSE_OLE = no; then
7326 result=yes
7327 else
7328 result=no
7329 fi
7330 else
7331 result=$wxUSE_OLE
7332 fi
7333
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7335 $as_echo "$result" >&6; }
7336
7337
7338 enablestring=
7339 defaultval=$wxUSE_ALL_FEATURES
7340 if test -z "$defaultval"; then
7341 if test x"$enablestring" = xdisable; then
7342 defaultval=yes
7343 else
7344 defaultval=no
7345 fi
7346 fi
7347
7348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dataobj" >&5
7349 $as_echo_n "checking for --${enablestring:-enable}-dataobj... " >&6; }
7350 # Check whether --enable-dataobj was given.
7351 if test "${enable_dataobj+set}" = set; then :
7352 enableval=$enable_dataobj;
7353 if test "$enableval" = yes; then
7354 wx_cv_use_dataobj='wxUSE_DATAOBJ=yes'
7355 else
7356 wx_cv_use_dataobj='wxUSE_DATAOBJ=no'
7357 fi
7358
7359 else
7360
7361 wx_cv_use_dataobj='wxUSE_DATAOBJ=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
7362
7363 fi
7364
7365
7366 eval "$wx_cv_use_dataobj"
7367
7368 if test x"$enablestring" = xdisable; then
7369 if test $wxUSE_DATAOBJ = no; then
7370 result=yes
7371 else
7372 result=no
7373 fi
7374 else
7375 result=$wxUSE_DATAOBJ
7376 fi
7377
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7379 $as_echo "$result" >&6; }
7380
7381
7382
7383 enablestring=
7384 defaultval=$wxUSE_ALL_FEATURES
7385 if test -z "$defaultval"; then
7386 if test x"$enablestring" = xdisable; then
7387 defaultval=yes
7388 else
7389 defaultval=no
7390 fi
7391 fi
7392
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ipc" >&5
7394 $as_echo_n "checking for --${enablestring:-enable}-ipc... " >&6; }
7395 # Check whether --enable-ipc was given.
7396 if test "${enable_ipc+set}" = set; then :
7397 enableval=$enable_ipc;
7398 if test "$enableval" = yes; then
7399 wx_cv_use_ipc='wxUSE_IPC=yes'
7400 else
7401 wx_cv_use_ipc='wxUSE_IPC=no'
7402 fi
7403
7404 else
7405
7406 wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
7407
7408 fi
7409
7410
7411 eval "$wx_cv_use_ipc"
7412
7413 if test x"$enablestring" = xdisable; then
7414 if test $wxUSE_IPC = no; then
7415 result=yes
7416 else
7417 result=no
7418 fi
7419 else
7420 result=$wxUSE_IPC
7421 fi
7422
7423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7424 $as_echo "$result" >&6; }
7425
7426
7427
7428 enablestring=
7429 defaultval=$wxUSE_ALL_FEATURES
7430 if test -z "$defaultval"; then
7431 if test x"$enablestring" = xdisable; then
7432 defaultval=yes
7433 else
7434 defaultval=no
7435 fi
7436 fi
7437
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-baseevtloop" >&5
7439 $as_echo_n "checking for --${enablestring:-enable}-baseevtloop... " >&6; }
7440 # Check whether --enable-baseevtloop was given.
7441 if test "${enable_baseevtloop+set}" = set; then :
7442 enableval=$enable_baseevtloop;
7443 if test "$enableval" = yes; then
7444 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=yes'
7445 else
7446 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=no'
7447 fi
7448
7449 else
7450
7451 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
7452
7453 fi
7454
7455
7456 eval "$wx_cv_use_baseevtloop"
7457
7458 if test x"$enablestring" = xdisable; then
7459 if test $wxUSE_CONSOLE_EVENTLOOP = no; then
7460 result=yes
7461 else
7462 result=no
7463 fi
7464 else
7465 result=$wxUSE_CONSOLE_EVENTLOOP
7466 fi
7467
7468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7469 $as_echo "$result" >&6; }
7470
7471
7472 enablestring=
7473 defaultval=$wxUSE_ALL_FEATURES
7474 if test -z "$defaultval"; then
7475 if test x"$enablestring" = xdisable; then
7476 defaultval=yes
7477 else
7478 defaultval=no
7479 fi
7480 fi
7481
7482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-epollloop" >&5
7483 $as_echo_n "checking for --${enablestring:-enable}-epollloop... " >&6; }
7484 # Check whether --enable-epollloop was given.
7485 if test "${enable_epollloop+set}" = set; then :
7486 enableval=$enable_epollloop;
7487 if test "$enableval" = yes; then
7488 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=yes'
7489 else
7490 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=no'
7491 fi
7492
7493 else
7494
7495 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
7496
7497 fi
7498
7499
7500 eval "$wx_cv_use_epollloop"
7501
7502 if test x"$enablestring" = xdisable; then
7503 if test $wxUSE_EPOLL_DISPATCHER = no; then
7504 result=yes
7505 else
7506 result=no
7507 fi
7508 else
7509 result=$wxUSE_EPOLL_DISPATCHER
7510 fi
7511
7512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7513 $as_echo "$result" >&6; }
7514
7515
7516 enablestring=
7517 defaultval=$wxUSE_ALL_FEATURES
7518 if test -z "$defaultval"; then
7519 if test x"$enablestring" = xdisable; then
7520 defaultval=yes
7521 else
7522 defaultval=no
7523 fi
7524 fi
7525
7526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-selectloop" >&5
7527 $as_echo_n "checking for --${enablestring:-enable}-selectloop... " >&6; }
7528 # Check whether --enable-selectloop was given.
7529 if test "${enable_selectloop+set}" = set; then :
7530 enableval=$enable_selectloop;
7531 if test "$enableval" = yes; then
7532 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
7533 else
7534 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
7535 fi
7536
7537 else
7538
7539 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
7540
7541 fi
7542
7543
7544 eval "$wx_cv_use_selectloop"
7545
7546 if test x"$enablestring" = xdisable; then
7547 if test $wxUSE_SELECT_DISPATCHER = no; then
7548 result=yes
7549 else
7550 result=no
7551 fi
7552 else
7553 result=$wxUSE_SELECT_DISPATCHER
7554 fi
7555
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7557 $as_echo "$result" >&6; }
7558
7559
7560
7561 enablestring=
7562 defaultval=$wxUSE_ALL_FEATURES
7563 if test -z "$defaultval"; then
7564 if test x"$enablestring" = xdisable; then
7565 defaultval=yes
7566 else
7567 defaultval=no
7568 fi
7569 fi
7570
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-any" >&5
7572 $as_echo_n "checking for --${enablestring:-enable}-any... " >&6; }
7573 # Check whether --enable-any was given.
7574 if test "${enable_any+set}" = set; then :
7575 enableval=$enable_any;
7576 if test "$enableval" = yes; then
7577 wx_cv_use_any='wxUSE_ANY=yes'
7578 else
7579 wx_cv_use_any='wxUSE_ANY=no'
7580 fi
7581
7582 else
7583
7584 wx_cv_use_any='wxUSE_ANY=${'DEFAULT_wxUSE_ANY":-$defaultval}"
7585
7586 fi
7587
7588
7589 eval "$wx_cv_use_any"
7590
7591 if test x"$enablestring" = xdisable; then
7592 if test $wxUSE_ANY = no; then
7593 result=yes
7594 else
7595 result=no
7596 fi
7597 else
7598 result=$wxUSE_ANY
7599 fi
7600
7601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7602 $as_echo "$result" >&6; }
7603
7604
7605 enablestring=
7606 defaultval=$wxUSE_ALL_FEATURES
7607 if test -z "$defaultval"; then
7608 if test x"$enablestring" = xdisable; then
7609 defaultval=yes
7610 else
7611 defaultval=no
7612 fi
7613 fi
7614
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-apple_ieee" >&5
7616 $as_echo_n "checking for --${enablestring:-enable}-apple_ieee... " >&6; }
7617 # Check whether --enable-apple_ieee was given.
7618 if test "${enable_apple_ieee+set}" = set; then :
7619 enableval=$enable_apple_ieee;
7620 if test "$enableval" = yes; then
7621 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
7622 else
7623 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
7624 fi
7625
7626 else
7627
7628 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
7629
7630 fi
7631
7632
7633 eval "$wx_cv_use_apple_ieee"
7634
7635 if test x"$enablestring" = xdisable; then
7636 if test $wxUSE_APPLE_IEEE = no; then
7637 result=yes
7638 else
7639 result=no
7640 fi
7641 else
7642 result=$wxUSE_APPLE_IEEE
7643 fi
7644
7645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7646 $as_echo "$result" >&6; }
7647
7648
7649 enablestring=
7650 defaultval=$wxUSE_ALL_FEATURES
7651 if test -z "$defaultval"; then
7652 if test x"$enablestring" = xdisable; then
7653 defaultval=yes
7654 else
7655 defaultval=no
7656 fi
7657 fi
7658
7659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-arcstream" >&5
7660 $as_echo_n "checking for --${enablestring:-enable}-arcstream... " >&6; }
7661 # Check whether --enable-arcstream was given.
7662 if test "${enable_arcstream+set}" = set; then :
7663 enableval=$enable_arcstream;
7664 if test "$enableval" = yes; then
7665 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
7666 else
7667 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
7668 fi
7669
7670 else
7671
7672 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
7673
7674 fi
7675
7676
7677 eval "$wx_cv_use_arcstream"
7678
7679 if test x"$enablestring" = xdisable; then
7680 if test $wxUSE_ARCHIVE_STREAMS = no; then
7681 result=yes
7682 else
7683 result=no
7684 fi
7685 else
7686 result=$wxUSE_ARCHIVE_STREAMS
7687 fi
7688
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7690 $as_echo "$result" >&6; }
7691
7692
7693 enablestring=
7694 defaultval=$wxUSE_ALL_FEATURES
7695 if test -z "$defaultval"; then
7696 if test x"$enablestring" = xdisable; then
7697 defaultval=yes
7698 else
7699 defaultval=no
7700 fi
7701 fi
7702
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-base64" >&5
7704 $as_echo_n "checking for --${enablestring:-enable}-base64... " >&6; }
7705 # Check whether --enable-base64 was given.
7706 if test "${enable_base64+set}" = set; then :
7707 enableval=$enable_base64;
7708 if test "$enableval" = yes; then
7709 wx_cv_use_base64='wxUSE_BASE64=yes'
7710 else
7711 wx_cv_use_base64='wxUSE_BASE64=no'
7712 fi
7713
7714 else
7715
7716 wx_cv_use_base64='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
7717
7718 fi
7719
7720
7721 eval "$wx_cv_use_base64"
7722
7723 if test x"$enablestring" = xdisable; then
7724 if test $wxUSE_BASE64 = no; then
7725 result=yes
7726 else
7727 result=no
7728 fi
7729 else
7730 result=$wxUSE_BASE64
7731 fi
7732
7733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7734 $as_echo "$result" >&6; }
7735
7736
7737 enablestring=
7738 defaultval=$wxUSE_ALL_FEATURES
7739 if test -z "$defaultval"; then
7740 if test x"$enablestring" = xdisable; then
7741 defaultval=yes
7742 else
7743 defaultval=no
7744 fi
7745 fi
7746
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-backtrace" >&5
7748 $as_echo_n "checking for --${enablestring:-enable}-backtrace... " >&6; }
7749 # Check whether --enable-backtrace was given.
7750 if test "${enable_backtrace+set}" = set; then :
7751 enableval=$enable_backtrace;
7752 if test "$enableval" = yes; then
7753 wx_cv_use_backtrace='wxUSE_STACKWALKER=yes'
7754 else
7755 wx_cv_use_backtrace='wxUSE_STACKWALKER=no'
7756 fi
7757
7758 else
7759
7760 wx_cv_use_backtrace='wxUSE_STACKWALKER=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
7761
7762 fi
7763
7764
7765 eval "$wx_cv_use_backtrace"
7766
7767 if test x"$enablestring" = xdisable; then
7768 if test $wxUSE_STACKWALKER = no; then
7769 result=yes
7770 else
7771 result=no
7772 fi
7773 else
7774 result=$wxUSE_STACKWALKER
7775 fi
7776
7777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7778 $as_echo "$result" >&6; }
7779
7780
7781 enablestring=
7782 defaultval=$wxUSE_ALL_FEATURES
7783 if test -z "$defaultval"; then
7784 if test x"$enablestring" = xdisable; then
7785 defaultval=yes
7786 else
7787 defaultval=no
7788 fi
7789 fi
7790
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-catch_segvs" >&5
7792 $as_echo_n "checking for --${enablestring:-enable}-catch_segvs... " >&6; }
7793 # Check whether --enable-catch_segvs was given.
7794 if test "${enable_catch_segvs+set}" = set; then :
7795 enableval=$enable_catch_segvs;
7796 if test "$enableval" = yes; then
7797 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
7798 else
7799 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
7800 fi
7801
7802 else
7803
7804 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
7805
7806 fi
7807
7808
7809 eval "$wx_cv_use_catch_segvs"
7810
7811 if test x"$enablestring" = xdisable; then
7812 if test $wxUSE_ON_FATAL_EXCEPTION = no; then
7813 result=yes
7814 else
7815 result=no
7816 fi
7817 else
7818 result=$wxUSE_ON_FATAL_EXCEPTION
7819 fi
7820
7821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7822 $as_echo "$result" >&6; }
7823
7824
7825 enablestring=
7826 defaultval=$wxUSE_ALL_FEATURES
7827 if test -z "$defaultval"; then
7828 if test x"$enablestring" = xdisable; then
7829 defaultval=yes
7830 else
7831 defaultval=no
7832 fi
7833 fi
7834
7835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-cmdline" >&5
7836 $as_echo_n "checking for --${enablestring:-enable}-cmdline... " >&6; }
7837 # Check whether --enable-cmdline was given.
7838 if test "${enable_cmdline+set}" = set; then :
7839 enableval=$enable_cmdline;
7840 if test "$enableval" = yes; then
7841 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
7842 else
7843 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
7844 fi
7845
7846 else
7847
7848 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
7849
7850 fi
7851
7852
7853 eval "$wx_cv_use_cmdline"
7854
7855 if test x"$enablestring" = xdisable; then
7856 if test $wxUSE_CMDLINE_PARSER = no; then
7857 result=yes
7858 else
7859 result=no
7860 fi
7861 else
7862 result=$wxUSE_CMDLINE_PARSER
7863 fi
7864
7865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7866 $as_echo "$result" >&6; }
7867
7868
7869 enablestring=
7870 defaultval=$wxUSE_ALL_FEATURES
7871 if test -z "$defaultval"; then
7872 if test x"$enablestring" = xdisable; then
7873 defaultval=yes
7874 else
7875 defaultval=no
7876 fi
7877 fi
7878
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-datetime" >&5
7880 $as_echo_n "checking for --${enablestring:-enable}-datetime... " >&6; }
7881 # Check whether --enable-datetime was given.
7882 if test "${enable_datetime+set}" = set; then :
7883 enableval=$enable_datetime;
7884 if test "$enableval" = yes; then
7885 wx_cv_use_datetime='wxUSE_DATETIME=yes'
7886 else
7887 wx_cv_use_datetime='wxUSE_DATETIME=no'
7888 fi
7889
7890 else
7891
7892 wx_cv_use_datetime='wxUSE_DATETIME=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
7893
7894 fi
7895
7896
7897 eval "$wx_cv_use_datetime"
7898
7899 if test x"$enablestring" = xdisable; then
7900 if test $wxUSE_DATETIME = no; then
7901 result=yes
7902 else
7903 result=no
7904 fi
7905 else
7906 result=$wxUSE_DATETIME
7907 fi
7908
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7910 $as_echo "$result" >&6; }
7911
7912
7913 enablestring=
7914 defaultval=$wxUSE_ALL_FEATURES
7915 if test -z "$defaultval"; then
7916 if test x"$enablestring" = xdisable; then
7917 defaultval=yes
7918 else
7919 defaultval=no
7920 fi
7921 fi
7922
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debugreport" >&5
7924 $as_echo_n "checking for --${enablestring:-enable}-debugreport... " >&6; }
7925 # Check whether --enable-debugreport was given.
7926 if test "${enable_debugreport+set}" = set; then :
7927 enableval=$enable_debugreport;
7928 if test "$enableval" = yes; then
7929 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
7930 else
7931 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
7932 fi
7933
7934 else
7935
7936 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
7937
7938 fi
7939
7940
7941 eval "$wx_cv_use_debugreport"
7942
7943 if test x"$enablestring" = xdisable; then
7944 if test $wxUSE_DEBUGREPORT = no; then
7945 result=yes
7946 else
7947 result=no
7948 fi
7949 else
7950 result=$wxUSE_DEBUGREPORT
7951 fi
7952
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7954 $as_echo "$result" >&6; }
7955
7956
7957 enablestring=
7958 defaultval=$wxUSE_ALL_FEATURES
7959 if test -z "$defaultval"; then
7960 if test x"$enablestring" = xdisable; then
7961 defaultval=yes
7962 else
7963 defaultval=no
7964 fi
7965 fi
7966
7967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dialupman" >&5
7968 $as_echo_n "checking for --${enablestring:-enable}-dialupman... " >&6; }
7969 # Check whether --enable-dialupman was given.
7970 if test "${enable_dialupman+set}" = set; then :
7971 enableval=$enable_dialupman;
7972 if test "$enableval" = yes; then
7973 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
7974 else
7975 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
7976 fi
7977
7978 else
7979
7980 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
7981
7982 fi
7983
7984
7985 eval "$wx_cv_use_dialupman"
7986
7987 if test x"$enablestring" = xdisable; then
7988 if test $wxUSE_DIALUP_MANAGER = no; then
7989 result=yes
7990 else
7991 result=no
7992 fi
7993 else
7994 result=$wxUSE_DIALUP_MANAGER
7995 fi
7996
7997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7998 $as_echo "$result" >&6; }
7999
8000
8001 enablestring=
8002 defaultval=$wxUSE_ALL_FEATURES
8003 if test -z "$defaultval"; then
8004 if test x"$enablestring" = xdisable; then
8005 defaultval=yes
8006 else
8007 defaultval=no
8008 fi
8009 fi
8010
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dynlib" >&5
8012 $as_echo_n "checking for --${enablestring:-enable}-dynlib... " >&6; }
8013 # Check whether --enable-dynlib was given.
8014 if test "${enable_dynlib+set}" = set; then :
8015 enableval=$enable_dynlib;
8016 if test "$enableval" = yes; then
8017 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
8018 else
8019 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
8020 fi
8021
8022 else
8023
8024 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
8025
8026 fi
8027
8028
8029 eval "$wx_cv_use_dynlib"
8030
8031 if test x"$enablestring" = xdisable; then
8032 if test $wxUSE_DYNLIB_CLASS = no; then
8033 result=yes
8034 else
8035 result=no
8036 fi
8037 else
8038 result=$wxUSE_DYNLIB_CLASS
8039 fi
8040
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8042 $as_echo "$result" >&6; }
8043
8044
8045 enablestring=
8046 defaultval=$wxUSE_ALL_FEATURES
8047 if test -z "$defaultval"; then
8048 if test x"$enablestring" = xdisable; then
8049 defaultval=yes
8050 else
8051 defaultval=no
8052 fi
8053 fi
8054
8055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dynamicloader" >&5
8056 $as_echo_n "checking for --${enablestring:-enable}-dynamicloader... " >&6; }
8057 # Check whether --enable-dynamicloader was given.
8058 if test "${enable_dynamicloader+set}" = set; then :
8059 enableval=$enable_dynamicloader;
8060 if test "$enableval" = yes; then
8061 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
8062 else
8063 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
8064 fi
8065
8066 else
8067
8068 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
8069
8070 fi
8071
8072
8073 eval "$wx_cv_use_dynamicloader"
8074
8075 if test x"$enablestring" = xdisable; then
8076 if test $wxUSE_DYNAMIC_LOADER = no; then
8077 result=yes
8078 else
8079 result=no
8080 fi
8081 else
8082 result=$wxUSE_DYNAMIC_LOADER
8083 fi
8084
8085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8086 $as_echo "$result" >&6; }
8087
8088
8089 enablestring=
8090 defaultval=$wxUSE_ALL_FEATURES
8091 if test -z "$defaultval"; then
8092 if test x"$enablestring" = xdisable; then
8093 defaultval=yes
8094 else
8095 defaultval=no
8096 fi
8097 fi
8098
8099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-exceptions" >&5
8100 $as_echo_n "checking for --${enablestring:-enable}-exceptions... " >&6; }
8101 # Check whether --enable-exceptions was given.
8102 if test "${enable_exceptions+set}" = set; then :
8103 enableval=$enable_exceptions;
8104 if test "$enableval" = yes; then
8105 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
8106 else
8107 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
8108 fi
8109
8110 else
8111
8112 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
8113
8114 fi
8115
8116
8117 eval "$wx_cv_use_exceptions"
8118
8119 if test x"$enablestring" = xdisable; then
8120 if test $wxUSE_EXCEPTIONS = no; then
8121 result=yes
8122 else
8123 result=no
8124 fi
8125 else
8126 result=$wxUSE_EXCEPTIONS
8127 fi
8128
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8130 $as_echo "$result" >&6; }
8131
8132
8133 enablestring=
8134 defaultval=$wxUSE_ALL_FEATURES
8135 if test -z "$defaultval"; then
8136 if test x"$enablestring" = xdisable; then
8137 defaultval=yes
8138 else
8139 defaultval=no
8140 fi
8141 fi
8142
8143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ffile" >&5
8144 $as_echo_n "checking for --${enablestring:-enable}-ffile... " >&6; }
8145 # Check whether --enable-ffile was given.
8146 if test "${enable_ffile+set}" = set; then :
8147 enableval=$enable_ffile;
8148 if test "$enableval" = yes; then
8149 wx_cv_use_ffile='wxUSE_FFILE=yes'
8150 else
8151 wx_cv_use_ffile='wxUSE_FFILE=no'
8152 fi
8153
8154 else
8155
8156 wx_cv_use_ffile='wxUSE_FFILE=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
8157
8158 fi
8159
8160
8161 eval "$wx_cv_use_ffile"
8162
8163 if test x"$enablestring" = xdisable; then
8164 if test $wxUSE_FFILE = no; then
8165 result=yes
8166 else
8167 result=no
8168 fi
8169 else
8170 result=$wxUSE_FFILE
8171 fi
8172
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8174 $as_echo "$result" >&6; }
8175
8176
8177 enablestring=
8178 defaultval=$wxUSE_ALL_FEATURES
8179 if test -z "$defaultval"; then
8180 if test x"$enablestring" = xdisable; then
8181 defaultval=yes
8182 else
8183 defaultval=no
8184 fi
8185 fi
8186
8187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-file" >&5
8188 $as_echo_n "checking for --${enablestring:-enable}-file... " >&6; }
8189 # Check whether --enable-file was given.
8190 if test "${enable_file+set}" = set; then :
8191 enableval=$enable_file;
8192 if test "$enableval" = yes; then
8193 wx_cv_use_file='wxUSE_FILE=yes'
8194 else
8195 wx_cv_use_file='wxUSE_FILE=no'
8196 fi
8197
8198 else
8199
8200 wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
8201
8202 fi
8203
8204
8205 eval "$wx_cv_use_file"
8206
8207 if test x"$enablestring" = xdisable; then
8208 if test $wxUSE_FILE = no; then
8209 result=yes
8210 else
8211 result=no
8212 fi
8213 else
8214 result=$wxUSE_FILE
8215 fi
8216
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8218 $as_echo "$result" >&6; }
8219
8220
8221 enablestring=
8222 defaultval=$wxUSE_ALL_FEATURES
8223 if test -z "$defaultval"; then
8224 if test x"$enablestring" = xdisable; then
8225 defaultval=yes
8226 else
8227 defaultval=no
8228 fi
8229 fi
8230
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filehistory" >&5
8232 $as_echo_n "checking for --${enablestring:-enable}-filehistory... " >&6; }
8233 # Check whether --enable-filehistory was given.
8234 if test "${enable_filehistory+set}" = set; then :
8235 enableval=$enable_filehistory;
8236 if test "$enableval" = yes; then
8237 wx_cv_use_filehistory='wxUSE_FILE_HISTORY=yes'
8238 else
8239 wx_cv_use_filehistory='wxUSE_FILE_HISTORY=no'
8240 fi
8241
8242 else
8243
8244 wx_cv_use_filehistory='wxUSE_FILE_HISTORY=${'DEFAULT_wxUSE_FILE_HISTORY":-$defaultval}"
8245
8246 fi
8247
8248
8249 eval "$wx_cv_use_filehistory"
8250
8251 if test x"$enablestring" = xdisable; then
8252 if test $wxUSE_FILE_HISTORY = no; then
8253 result=yes
8254 else
8255 result=no
8256 fi
8257 else
8258 result=$wxUSE_FILE_HISTORY
8259 fi
8260
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8262 $as_echo "$result" >&6; }
8263
8264
8265 enablestring=
8266 defaultval=$wxUSE_ALL_FEATURES
8267 if test -z "$defaultval"; then
8268 if test x"$enablestring" = xdisable; then
8269 defaultval=yes
8270 else
8271 defaultval=no
8272 fi
8273 fi
8274
8275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filesystem" >&5
8276 $as_echo_n "checking for --${enablestring:-enable}-filesystem... " >&6; }
8277 # Check whether --enable-filesystem was given.
8278 if test "${enable_filesystem+set}" = set; then :
8279 enableval=$enable_filesystem;
8280 if test "$enableval" = yes; then
8281 wx_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
8282 else
8283 wx_cv_use_filesystem='wxUSE_FILESYSTEM=no'
8284 fi
8285
8286 else
8287
8288 wx_cv_use_filesystem='wxUSE_FILESYSTEM=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
8289
8290 fi
8291
8292
8293 eval "$wx_cv_use_filesystem"
8294
8295 if test x"$enablestring" = xdisable; then
8296 if test $wxUSE_FILESYSTEM = no; then
8297 result=yes
8298 else
8299 result=no
8300 fi
8301 else
8302 result=$wxUSE_FILESYSTEM
8303 fi
8304
8305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8306 $as_echo "$result" >&6; }
8307
8308
8309 enablestring=
8310 defaultval=$wxUSE_ALL_FEATURES
8311 if test -z "$defaultval"; then
8312 if test x"$enablestring" = xdisable; then
8313 defaultval=yes
8314 else
8315 defaultval=no
8316 fi
8317 fi
8318
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontenum" >&5
8320 $as_echo_n "checking for --${enablestring:-enable}-fontenum... " >&6; }
8321 # Check whether --enable-fontenum was given.
8322 if test "${enable_fontenum+set}" = set; then :
8323 enableval=$enable_fontenum;
8324 if test "$enableval" = yes; then
8325 wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
8326 else
8327 wx_cv_use_fontenum='wxUSE_FONTENUM=no'
8328 fi
8329
8330 else
8331
8332 wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
8333
8334 fi
8335
8336
8337 eval "$wx_cv_use_fontenum"
8338
8339 if test x"$enablestring" = xdisable; then
8340 if test $wxUSE_FONTENUM = no; then
8341 result=yes
8342 else
8343 result=no
8344 fi
8345 else
8346 result=$wxUSE_FONTENUM
8347 fi
8348
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8350 $as_echo "$result" >&6; }
8351
8352
8353 enablestring=
8354 defaultval=$wxUSE_ALL_FEATURES
8355 if test -z "$defaultval"; then
8356 if test x"$enablestring" = xdisable; then
8357 defaultval=yes
8358 else
8359 defaultval=no
8360 fi
8361 fi
8362
8363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontmap" >&5
8364 $as_echo_n "checking for --${enablestring:-enable}-fontmap... " >&6; }
8365 # Check whether --enable-fontmap was given.
8366 if test "${enable_fontmap+set}" = set; then :
8367 enableval=$enable_fontmap;
8368 if test "$enableval" = yes; then
8369 wx_cv_use_fontmap='wxUSE_FONTMAP=yes'
8370 else
8371 wx_cv_use_fontmap='wxUSE_FONTMAP=no'
8372 fi
8373
8374 else
8375
8376 wx_cv_use_fontmap='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
8377
8378 fi
8379
8380
8381 eval "$wx_cv_use_fontmap"
8382
8383 if test x"$enablestring" = xdisable; then
8384 if test $wxUSE_FONTMAP = no; then
8385 result=yes
8386 else
8387 result=no
8388 fi
8389 else
8390 result=$wxUSE_FONTMAP
8391 fi
8392
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8394 $as_echo "$result" >&6; }
8395
8396
8397 enablestring=
8398 defaultval=$wxUSE_ALL_FEATURES
8399 if test -z "$defaultval"; then
8400 if test x"$enablestring" = xdisable; then
8401 defaultval=yes
8402 else
8403 defaultval=no
8404 fi
8405 fi
8406
8407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_archive" >&5
8408 $as_echo_n "checking for --${enablestring:-enable}-fs_archive... " >&6; }
8409 # Check whether --enable-fs_archive was given.
8410 if test "${enable_fs_archive+set}" = set; then :
8411 enableval=$enable_fs_archive;
8412 if test "$enableval" = yes; then
8413 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=yes'
8414 else
8415 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=no'
8416 fi
8417
8418 else
8419
8420 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
8421
8422 fi
8423
8424
8425 eval "$wx_cv_use_fs_archive"
8426
8427 if test x"$enablestring" = xdisable; then
8428 if test $wxUSE_FS_ARCHIVE = no; then
8429 result=yes
8430 else
8431 result=no
8432 fi
8433 else
8434 result=$wxUSE_FS_ARCHIVE
8435 fi
8436
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8438 $as_echo "$result" >&6; }
8439
8440
8441 enablestring=
8442 defaultval=$wxUSE_ALL_FEATURES
8443 if test -z "$defaultval"; then
8444 if test x"$enablestring" = xdisable; then
8445 defaultval=yes
8446 else
8447 defaultval=no
8448 fi
8449 fi
8450
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_inet" >&5
8452 $as_echo_n "checking for --${enablestring:-enable}-fs_inet... " >&6; }
8453 # Check whether --enable-fs_inet was given.
8454 if test "${enable_fs_inet+set}" = set; then :
8455 enableval=$enable_fs_inet;
8456 if test "$enableval" = yes; then
8457 wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
8458 else
8459 wx_cv_use_fs_inet='wxUSE_FS_INET=no'
8460 fi
8461
8462 else
8463
8464 wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
8465
8466 fi
8467
8468
8469 eval "$wx_cv_use_fs_inet"
8470
8471 if test x"$enablestring" = xdisable; then
8472 if test $wxUSE_FS_INET = no; then
8473 result=yes
8474 else
8475 result=no
8476 fi
8477 else
8478 result=$wxUSE_FS_INET
8479 fi
8480
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8482 $as_echo "$result" >&6; }
8483
8484
8485 enablestring=
8486 defaultval=$wxUSE_ALL_FEATURES
8487 if test -z "$defaultval"; then
8488 if test x"$enablestring" = xdisable; then
8489 defaultval=yes
8490 else
8491 defaultval=no
8492 fi
8493 fi
8494
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_zip" >&5
8496 $as_echo_n "checking for --${enablestring:-enable}-fs_zip... " >&6; }
8497 # Check whether --enable-fs_zip was given.
8498 if test "${enable_fs_zip+set}" = set; then :
8499 enableval=$enable_fs_zip;
8500 if test "$enableval" = yes; then
8501 wx_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
8502 else
8503 wx_cv_use_fs_zip='wxUSE_FS_ZIP=no'
8504 fi
8505
8506 else
8507
8508 wx_cv_use_fs_zip='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
8509
8510 fi
8511
8512
8513 eval "$wx_cv_use_fs_zip"
8514
8515 if test x"$enablestring" = xdisable; then
8516 if test $wxUSE_FS_ZIP = no; then
8517 result=yes
8518 else
8519 result=no
8520 fi
8521 else
8522 result=$wxUSE_FS_ZIP
8523 fi
8524
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8526 $as_echo "$result" >&6; }
8527
8528
8529 enablestring=
8530 defaultval=$wxUSE_ALL_FEATURES
8531 if test -z "$defaultval"; then
8532 if test x"$enablestring" = xdisable; then
8533 defaultval=yes
8534 else
8535 defaultval=no
8536 fi
8537 fi
8538
8539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fswatcher" >&5
8540 $as_echo_n "checking for --${enablestring:-enable}-fswatcher... " >&6; }
8541 # Check whether --enable-fswatcher was given.
8542 if test "${enable_fswatcher+set}" = set; then :
8543 enableval=$enable_fswatcher;
8544 if test "$enableval" = yes; then
8545 wx_cv_use_fswatcher='wxUSE_FSWATCHER=yes'
8546 else
8547 wx_cv_use_fswatcher='wxUSE_FSWATCHER=no'
8548 fi
8549
8550 else
8551
8552 wx_cv_use_fswatcher='wxUSE_FSWATCHER=${'DEFAULT_wxUSE_FSWATCHER":-$defaultval}"
8553
8554 fi
8555
8556
8557 eval "$wx_cv_use_fswatcher"
8558
8559 if test x"$enablestring" = xdisable; then
8560 if test $wxUSE_FSWATCHER = no; then
8561 result=yes
8562 else
8563 result=no
8564 fi
8565 else
8566 result=$wxUSE_FSWATCHER
8567 fi
8568
8569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8570 $as_echo "$result" >&6; }
8571
8572
8573 enablestring=
8574 defaultval=$wxUSE_ALL_FEATURES
8575 if test -z "$defaultval"; then
8576 if test x"$enablestring" = xdisable; then
8577 defaultval=yes
8578 else
8579 defaultval=no
8580 fi
8581 fi
8582
8583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-geometry" >&5
8584 $as_echo_n "checking for --${enablestring:-enable}-geometry... " >&6; }
8585 # Check whether --enable-geometry was given.
8586 if test "${enable_geometry+set}" = set; then :
8587 enableval=$enable_geometry;
8588 if test "$enableval" = yes; then
8589 wx_cv_use_geometry='wxUSE_GEOMETRY=yes'
8590 else
8591 wx_cv_use_geometry='wxUSE_GEOMETRY=no'
8592 fi
8593
8594 else
8595
8596 wx_cv_use_geometry='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
8597
8598 fi
8599
8600
8601 eval "$wx_cv_use_geometry"
8602
8603 if test x"$enablestring" = xdisable; then
8604 if test $wxUSE_GEOMETRY = no; then
8605 result=yes
8606 else
8607 result=no
8608 fi
8609 else
8610 result=$wxUSE_GEOMETRY
8611 fi
8612
8613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8614 $as_echo "$result" >&6; }
8615
8616
8617 enablestring=
8618 defaultval=$wxUSE_ALL_FEATURES
8619 if test -z "$defaultval"; then
8620 if test x"$enablestring" = xdisable; then
8621 defaultval=yes
8622 else
8623 defaultval=no
8624 fi
8625 fi
8626
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-log" >&5
8628 $as_echo_n "checking for --${enablestring:-enable}-log... " >&6; }
8629 # Check whether --enable-log was given.
8630 if test "${enable_log+set}" = set; then :
8631 enableval=$enable_log;
8632 if test "$enableval" = yes; then
8633 wx_cv_use_log='wxUSE_LOG=yes'
8634 else
8635 wx_cv_use_log='wxUSE_LOG=no'
8636 fi
8637
8638 else
8639
8640 wx_cv_use_log='wxUSE_LOG=${'DEFAULT_wxUSE_LOG":-$defaultval}"
8641
8642 fi
8643
8644
8645 eval "$wx_cv_use_log"
8646
8647 if test x"$enablestring" = xdisable; then
8648 if test $wxUSE_LOG = no; then
8649 result=yes
8650 else
8651 result=no
8652 fi
8653 else
8654 result=$wxUSE_LOG
8655 fi
8656
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8658 $as_echo "$result" >&6; }
8659
8660
8661 enablestring=
8662 defaultval=$wxUSE_ALL_FEATURES
8663 if test -z "$defaultval"; then
8664 if test x"$enablestring" = xdisable; then
8665 defaultval=yes
8666 else
8667 defaultval=no
8668 fi
8669 fi
8670
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-longlong" >&5
8672 $as_echo_n "checking for --${enablestring:-enable}-longlong... " >&6; }
8673 # Check whether --enable-longlong was given.
8674 if test "${enable_longlong+set}" = set; then :
8675 enableval=$enable_longlong;
8676 if test "$enableval" = yes; then
8677 wx_cv_use_longlong='wxUSE_LONGLONG=yes'
8678 else
8679 wx_cv_use_longlong='wxUSE_LONGLONG=no'
8680 fi
8681
8682 else
8683
8684 wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
8685
8686 fi
8687
8688
8689 eval "$wx_cv_use_longlong"
8690
8691 if test x"$enablestring" = xdisable; then
8692 if test $wxUSE_LONGLONG = no; then
8693 result=yes
8694 else
8695 result=no
8696 fi
8697 else
8698 result=$wxUSE_LONGLONG
8699 fi
8700
8701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8702 $as_echo "$result" >&6; }
8703
8704
8705 enablestring=
8706 defaultval=$wxUSE_ALL_FEATURES
8707 if test -z "$defaultval"; then
8708 if test x"$enablestring" = xdisable; then
8709 defaultval=yes
8710 else
8711 defaultval=no
8712 fi
8713 fi
8714
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mimetype" >&5
8716 $as_echo_n "checking for --${enablestring:-enable}-mimetype... " >&6; }
8717 # Check whether --enable-mimetype was given.
8718 if test "${enable_mimetype+set}" = set; then :
8719 enableval=$enable_mimetype;
8720 if test "$enableval" = yes; then
8721 wx_cv_use_mimetype='wxUSE_MIMETYPE=yes'
8722 else
8723 wx_cv_use_mimetype='wxUSE_MIMETYPE=no'
8724 fi
8725
8726 else
8727
8728 wx_cv_use_mimetype='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
8729
8730 fi
8731
8732
8733 eval "$wx_cv_use_mimetype"
8734
8735 if test x"$enablestring" = xdisable; then
8736 if test $wxUSE_MIMETYPE = no; then
8737 result=yes
8738 else
8739 result=no
8740 fi
8741 else
8742 result=$wxUSE_MIMETYPE
8743 fi
8744
8745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8746 $as_echo "$result" >&6; }
8747
8748
8749 enablestring=
8750 defaultval=$wxUSE_ALL_FEATURES
8751 if test -z "$defaultval"; then
8752 if test x"$enablestring" = xdisable; then
8753 defaultval=yes
8754 else
8755 defaultval=no
8756 fi
8757 fi
8758
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-printfposparam" >&5
8760 $as_echo_n "checking for --${enablestring:-enable}-printfposparam... " >&6; }
8761 # Check whether --enable-printfposparam was given.
8762 if test "${enable_printfposparam+set}" = set; then :
8763 enableval=$enable_printfposparam;
8764 if test "$enableval" = yes; then
8765 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=yes'
8766 else
8767 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=no'
8768 fi
8769
8770 else
8771
8772 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
8773
8774 fi
8775
8776
8777 eval "$wx_cv_use_printfposparam"
8778
8779 if test x"$enablestring" = xdisable; then
8780 if test $wxUSE_PRINTF_POS_PARAMS = no; then
8781 result=yes
8782 else
8783 result=no
8784 fi
8785 else
8786 result=$wxUSE_PRINTF_POS_PARAMS
8787 fi
8788
8789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8790 $as_echo "$result" >&6; }
8791
8792
8793 enablestring=
8794 defaultval=$wxUSE_ALL_FEATURES
8795 if test -z "$defaultval"; then
8796 if test x"$enablestring" = xdisable; then
8797 defaultval=yes
8798 else
8799 defaultval=no
8800 fi
8801 fi
8802
8803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-snglinst" >&5
8804 $as_echo_n "checking for --${enablestring:-enable}-snglinst... " >&6; }
8805 # Check whether --enable-snglinst was given.
8806 if test "${enable_snglinst+set}" = set; then :
8807 enableval=$enable_snglinst;
8808 if test "$enableval" = yes; then
8809 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
8810 else
8811 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
8812 fi
8813
8814 else
8815
8816 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
8817
8818 fi
8819
8820
8821 eval "$wx_cv_use_snglinst"
8822
8823 if test x"$enablestring" = xdisable; then
8824 if test $wxUSE_SNGLINST_CHECKER = no; then
8825 result=yes
8826 else
8827 result=no
8828 fi
8829 else
8830 result=$wxUSE_SNGLINST_CHECKER
8831 fi
8832
8833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8834 $as_echo "$result" >&6; }
8835
8836
8837 enablestring=
8838 defaultval=$wxUSE_ALL_FEATURES
8839 if test -z "$defaultval"; then
8840 if test x"$enablestring" = xdisable; then
8841 defaultval=yes
8842 else
8843 defaultval=no
8844 fi
8845 fi
8846
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sound" >&5
8848 $as_echo_n "checking for --${enablestring:-enable}-sound... " >&6; }
8849 # Check whether --enable-sound was given.
8850 if test "${enable_sound+set}" = set; then :
8851 enableval=$enable_sound;
8852 if test "$enableval" = yes; then
8853 wx_cv_use_sound='wxUSE_SOUND=yes'
8854 else
8855 wx_cv_use_sound='wxUSE_SOUND=no'
8856 fi
8857
8858 else
8859
8860 wx_cv_use_sound='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
8861
8862 fi
8863
8864
8865 eval "$wx_cv_use_sound"
8866
8867 if test x"$enablestring" = xdisable; then
8868 if test $wxUSE_SOUND = no; then
8869 result=yes
8870 else
8871 result=no
8872 fi
8873 else
8874 result=$wxUSE_SOUND
8875 fi
8876
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8878 $as_echo "$result" >&6; }
8879
8880
8881 enablestring=
8882 defaultval=$wxUSE_ALL_FEATURES
8883 if test -z "$defaultval"; then
8884 if test x"$enablestring" = xdisable; then
8885 defaultval=yes
8886 else
8887 defaultval=no
8888 fi
8889 fi
8890
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stdpaths" >&5
8892 $as_echo_n "checking for --${enablestring:-enable}-stdpaths... " >&6; }
8893 # Check whether --enable-stdpaths was given.
8894 if test "${enable_stdpaths+set}" = set; then :
8895 enableval=$enable_stdpaths;
8896 if test "$enableval" = yes; then
8897 wx_cv_use_stdpaths='wxUSE_STDPATHS=yes'
8898 else
8899 wx_cv_use_stdpaths='wxUSE_STDPATHS=no'
8900 fi
8901
8902 else
8903
8904 wx_cv_use_stdpaths='wxUSE_STDPATHS=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
8905
8906 fi
8907
8908
8909 eval "$wx_cv_use_stdpaths"
8910
8911 if test x"$enablestring" = xdisable; then
8912 if test $wxUSE_STDPATHS = no; then
8913 result=yes
8914 else
8915 result=no
8916 fi
8917 else
8918 result=$wxUSE_STDPATHS
8919 fi
8920
8921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8922 $as_echo "$result" >&6; }
8923
8924
8925 enablestring=
8926 defaultval=$wxUSE_ALL_FEATURES
8927 if test -z "$defaultval"; then
8928 if test x"$enablestring" = xdisable; then
8929 defaultval=yes
8930 else
8931 defaultval=no
8932 fi
8933 fi
8934
8935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stopwatch" >&5
8936 $as_echo_n "checking for --${enablestring:-enable}-stopwatch... " >&6; }
8937 # Check whether --enable-stopwatch was given.
8938 if test "${enable_stopwatch+set}" = set; then :
8939 enableval=$enable_stopwatch;
8940 if test "$enableval" = yes; then
8941 wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
8942 else
8943 wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
8944 fi
8945
8946 else
8947
8948 wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
8949
8950 fi
8951
8952
8953 eval "$wx_cv_use_stopwatch"
8954
8955 if test x"$enablestring" = xdisable; then
8956 if test $wxUSE_STOPWATCH = no; then
8957 result=yes
8958 else
8959 result=no
8960 fi
8961 else
8962 result=$wxUSE_STOPWATCH
8963 fi
8964
8965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8966 $as_echo "$result" >&6; }
8967
8968
8969 enablestring=
8970 defaultval=$wxUSE_ALL_FEATURES
8971 if test -z "$defaultval"; then
8972 if test x"$enablestring" = xdisable; then
8973 defaultval=yes
8974 else
8975 defaultval=no
8976 fi
8977 fi
8978
8979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-streams" >&5
8980 $as_echo_n "checking for --${enablestring:-enable}-streams... " >&6; }
8981 # Check whether --enable-streams was given.
8982 if test "${enable_streams+set}" = set; then :
8983 enableval=$enable_streams;
8984 if test "$enableval" = yes; then
8985 wx_cv_use_streams='wxUSE_STREAMS=yes'
8986 else
8987 wx_cv_use_streams='wxUSE_STREAMS=no'
8988 fi
8989
8990 else
8991
8992 wx_cv_use_streams='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
8993
8994 fi
8995
8996
8997 eval "$wx_cv_use_streams"
8998
8999 if test x"$enablestring" = xdisable; then
9000 if test $wxUSE_STREAMS = no; then
9001 result=yes
9002 else
9003 result=no
9004 fi
9005 else
9006 result=$wxUSE_STREAMS
9007 fi
9008
9009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9010 $as_echo "$result" >&6; }
9011
9012
9013 enablestring=
9014 defaultval=$wxUSE_ALL_FEATURES
9015 if test -z "$defaultval"; then
9016 if test x"$enablestring" = xdisable; then
9017 defaultval=yes
9018 else
9019 defaultval=no
9020 fi
9021 fi
9022
9023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sysoptions" >&5
9024 $as_echo_n "checking for --${enablestring:-enable}-sysoptions... " >&6; }
9025 # Check whether --enable-sysoptions was given.
9026 if test "${enable_sysoptions+set}" = set; then :
9027 enableval=$enable_sysoptions;
9028 if test "$enableval" = yes; then
9029 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=yes'
9030 else
9031 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=no'
9032 fi
9033
9034 else
9035
9036 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
9037
9038 fi
9039
9040
9041 eval "$wx_cv_use_sysoptions"
9042
9043 if test x"$enablestring" = xdisable; then
9044 if test $wxUSE_SYSTEM_OPTIONS = no; then
9045 result=yes
9046 else
9047 result=no
9048 fi
9049 else
9050 result=$wxUSE_SYSTEM_OPTIONS
9051 fi
9052
9053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9054 $as_echo "$result" >&6; }
9055
9056
9057 enablestring=
9058 defaultval=$wxUSE_ALL_FEATURES
9059 if test -z "$defaultval"; then
9060 if test x"$enablestring" = xdisable; then
9061 defaultval=yes
9062 else
9063 defaultval=no
9064 fi
9065 fi
9066
9067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tarstream" >&5
9068 $as_echo_n "checking for --${enablestring:-enable}-tarstream... " >&6; }
9069 # Check whether --enable-tarstream was given.
9070 if test "${enable_tarstream+set}" = set; then :
9071 enableval=$enable_tarstream;
9072 if test "$enableval" = yes; then
9073 wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
9074 else
9075 wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
9076 fi
9077
9078 else
9079
9080 wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
9081
9082 fi
9083
9084
9085 eval "$wx_cv_use_tarstream"
9086
9087 if test x"$enablestring" = xdisable; then
9088 if test $wxUSE_TARSTREAM = no; then
9089 result=yes
9090 else
9091 result=no
9092 fi
9093 else
9094 result=$wxUSE_TARSTREAM
9095 fi
9096
9097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9098 $as_echo "$result" >&6; }
9099
9100
9101 enablestring=
9102 defaultval=$wxUSE_ALL_FEATURES
9103 if test -z "$defaultval"; then
9104 if test x"$enablestring" = xdisable; then
9105 defaultval=yes
9106 else
9107 defaultval=no
9108 fi
9109 fi
9110
9111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textbuf" >&5
9112 $as_echo_n "checking for --${enablestring:-enable}-textbuf... " >&6; }
9113 # Check whether --enable-textbuf was given.
9114 if test "${enable_textbuf+set}" = set; then :
9115 enableval=$enable_textbuf;
9116 if test "$enableval" = yes; then
9117 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
9118 else
9119 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
9120 fi
9121
9122 else
9123
9124 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
9125
9126 fi
9127
9128
9129 eval "$wx_cv_use_textbuf"
9130
9131 if test x"$enablestring" = xdisable; then
9132 if test $wxUSE_TEXTBUFFER = no; then
9133 result=yes
9134 else
9135 result=no
9136 fi
9137 else
9138 result=$wxUSE_TEXTBUFFER
9139 fi
9140
9141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9142 $as_echo "$result" >&6; }
9143
9144
9145 enablestring=
9146 defaultval=$wxUSE_ALL_FEATURES
9147 if test -z "$defaultval"; then
9148 if test x"$enablestring" = xdisable; then
9149 defaultval=yes
9150 else
9151 defaultval=no
9152 fi
9153 fi
9154
9155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textfile" >&5
9156 $as_echo_n "checking for --${enablestring:-enable}-textfile... " >&6; }
9157 # Check whether --enable-textfile was given.
9158 if test "${enable_textfile+set}" = set; then :
9159 enableval=$enable_textfile;
9160 if test "$enableval" = yes; then
9161 wx_cv_use_textfile='wxUSE_TEXTFILE=yes'
9162 else
9163 wx_cv_use_textfile='wxUSE_TEXTFILE=no'
9164 fi
9165
9166 else
9167
9168 wx_cv_use_textfile='wxUSE_TEXTFILE=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
9169
9170 fi
9171
9172
9173 eval "$wx_cv_use_textfile"
9174
9175 if test x"$enablestring" = xdisable; then
9176 if test $wxUSE_TEXTFILE = no; then
9177 result=yes
9178 else
9179 result=no
9180 fi
9181 else
9182 result=$wxUSE_TEXTFILE
9183 fi
9184
9185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9186 $as_echo "$result" >&6; }
9187
9188
9189 enablestring=
9190 defaultval=$wxUSE_ALL_FEATURES
9191 if test -z "$defaultval"; then
9192 if test x"$enablestring" = xdisable; then
9193 defaultval=yes
9194 else
9195 defaultval=no
9196 fi
9197 fi
9198
9199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-timer" >&5
9200 $as_echo_n "checking for --${enablestring:-enable}-timer... " >&6; }
9201 # Check whether --enable-timer was given.
9202 if test "${enable_timer+set}" = set; then :
9203 enableval=$enable_timer;
9204 if test "$enableval" = yes; then
9205 wx_cv_use_timer='wxUSE_TIMER=yes'
9206 else
9207 wx_cv_use_timer='wxUSE_TIMER=no'
9208 fi
9209
9210 else
9211
9212 wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
9213
9214 fi
9215
9216
9217 eval "$wx_cv_use_timer"
9218
9219 if test x"$enablestring" = xdisable; then
9220 if test $wxUSE_TIMER = no; then
9221 result=yes
9222 else
9223 result=no
9224 fi
9225 else
9226 result=$wxUSE_TIMER
9227 fi
9228
9229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9230 $as_echo "$result" >&6; }
9231
9232
9233 enablestring=
9234 defaultval=$wxUSE_ALL_FEATURES
9235 if test -z "$defaultval"; then
9236 if test x"$enablestring" = xdisable; then
9237 defaultval=yes
9238 else
9239 defaultval=no
9240 fi
9241 fi
9242
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-variant" >&5
9244 $as_echo_n "checking for --${enablestring:-enable}-variant... " >&6; }
9245 # Check whether --enable-variant was given.
9246 if test "${enable_variant+set}" = set; then :
9247 enableval=$enable_variant;
9248 if test "$enableval" = yes; then
9249 wx_cv_use_variant='wxUSE_VARIANT=yes'
9250 else
9251 wx_cv_use_variant='wxUSE_VARIANT=no'
9252 fi
9253
9254 else
9255
9256 wx_cv_use_variant='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
9257
9258 fi
9259
9260
9261 eval "$wx_cv_use_variant"
9262
9263 if test x"$enablestring" = xdisable; then
9264 if test $wxUSE_VARIANT = no; then
9265 result=yes
9266 else
9267 result=no
9268 fi
9269 else
9270 result=$wxUSE_VARIANT
9271 fi
9272
9273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9274 $as_echo "$result" >&6; }
9275
9276
9277 enablestring=
9278 defaultval=$wxUSE_ALL_FEATURES
9279 if test -z "$defaultval"; then
9280 if test x"$enablestring" = xdisable; then
9281 defaultval=yes
9282 else
9283 defaultval=no
9284 fi
9285 fi
9286
9287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-zipstream" >&5
9288 $as_echo_n "checking for --${enablestring:-enable}-zipstream... " >&6; }
9289 # Check whether --enable-zipstream was given.
9290 if test "${enable_zipstream+set}" = set; then :
9291 enableval=$enable_zipstream;
9292 if test "$enableval" = yes; then
9293 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
9294 else
9295 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
9296 fi
9297
9298 else
9299
9300 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
9301
9302 fi
9303
9304
9305 eval "$wx_cv_use_zipstream"
9306
9307 if test x"$enablestring" = xdisable; then
9308 if test $wxUSE_ZIPSTREAM = no; then
9309 result=yes
9310 else
9311 result=no
9312 fi
9313 else
9314 result=$wxUSE_ZIPSTREAM
9315 fi
9316
9317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9318 $as_echo "$result" >&6; }
9319
9320
9321
9322 enablestring=
9323 defaultval=$wxUSE_ALL_FEATURES
9324 if test -z "$defaultval"; then
9325 if test x"$enablestring" = xdisable; then
9326 defaultval=yes
9327 else
9328 defaultval=no
9329 fi
9330 fi
9331
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-url" >&5
9333 $as_echo_n "checking for --${enablestring:-enable}-url... " >&6; }
9334 # Check whether --enable-url was given.
9335 if test "${enable_url+set}" = set; then :
9336 enableval=$enable_url;
9337 if test "$enableval" = yes; then
9338 wx_cv_use_url='wxUSE_URL=yes'
9339 else
9340 wx_cv_use_url='wxUSE_URL=no'
9341 fi
9342
9343 else
9344
9345 wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
9346
9347 fi
9348
9349
9350 eval "$wx_cv_use_url"
9351
9352 if test x"$enablestring" = xdisable; then
9353 if test $wxUSE_URL = no; then
9354 result=yes
9355 else
9356 result=no
9357 fi
9358 else
9359 result=$wxUSE_URL
9360 fi
9361
9362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9363 $as_echo "$result" >&6; }
9364
9365
9366 enablestring=
9367 defaultval=$wxUSE_ALL_FEATURES
9368 if test -z "$defaultval"; then
9369 if test x"$enablestring" = xdisable; then
9370 defaultval=yes
9371 else
9372 defaultval=no
9373 fi
9374 fi
9375
9376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol" >&5
9377 $as_echo_n "checking for --${enablestring:-enable}-protocol... " >&6; }
9378 # Check whether --enable-protocol was given.
9379 if test "${enable_protocol+set}" = set; then :
9380 enableval=$enable_protocol;
9381 if test "$enableval" = yes; then
9382 wx_cv_use_protocol='wxUSE_PROTOCOL=yes'
9383 else
9384 wx_cv_use_protocol='wxUSE_PROTOCOL=no'
9385 fi
9386
9387 else
9388
9389 wx_cv_use_protocol='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
9390
9391 fi
9392
9393
9394 eval "$wx_cv_use_protocol"
9395
9396 if test x"$enablestring" = xdisable; then
9397 if test $wxUSE_PROTOCOL = no; then
9398 result=yes
9399 else
9400 result=no
9401 fi
9402 else
9403 result=$wxUSE_PROTOCOL
9404 fi
9405
9406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9407 $as_echo "$result" >&6; }
9408
9409
9410 enablestring=
9411 defaultval=$wxUSE_ALL_FEATURES
9412 if test -z "$defaultval"; then
9413 if test x"$enablestring" = xdisable; then
9414 defaultval=yes
9415 else
9416 defaultval=no
9417 fi
9418 fi
9419
9420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_http" >&5
9421 $as_echo_n "checking for --${enablestring:-enable}-protocol_http... " >&6; }
9422 # Check whether --enable-protocol_http was given.
9423 if test "${enable_protocol_http+set}" = set; then :
9424 enableval=$enable_protocol_http;
9425 if test "$enableval" = yes; then
9426 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
9427 else
9428 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
9429 fi
9430
9431 else
9432
9433 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
9434
9435 fi
9436
9437
9438 eval "$wx_cv_use_protocol_http"
9439
9440 if test x"$enablestring" = xdisable; then
9441 if test $wxUSE_PROTOCOL_HTTP = no; then
9442 result=yes
9443 else
9444 result=no
9445 fi
9446 else
9447 result=$wxUSE_PROTOCOL_HTTP
9448 fi
9449
9450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9451 $as_echo "$result" >&6; }
9452
9453
9454 enablestring=
9455 defaultval=$wxUSE_ALL_FEATURES
9456 if test -z "$defaultval"; then
9457 if test x"$enablestring" = xdisable; then
9458 defaultval=yes
9459 else
9460 defaultval=no
9461 fi
9462 fi
9463
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_ftp" >&5
9465 $as_echo_n "checking for --${enablestring:-enable}-protocol_ftp... " >&6; }
9466 # Check whether --enable-protocol_ftp was given.
9467 if test "${enable_protocol_ftp+set}" = set; then :
9468 enableval=$enable_protocol_ftp;
9469 if test "$enableval" = yes; then
9470 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
9471 else
9472 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
9473 fi
9474
9475 else
9476
9477 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
9478
9479 fi
9480
9481
9482 eval "$wx_cv_use_protocol_ftp"
9483
9484 if test x"$enablestring" = xdisable; then
9485 if test $wxUSE_PROTOCOL_FTP = no; then
9486 result=yes
9487 else
9488 result=no
9489 fi
9490 else
9491 result=$wxUSE_PROTOCOL_FTP
9492 fi
9493
9494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9495 $as_echo "$result" >&6; }
9496
9497
9498 enablestring=
9499 defaultval=$wxUSE_ALL_FEATURES
9500 if test -z "$defaultval"; then
9501 if test x"$enablestring" = xdisable; then
9502 defaultval=yes
9503 else
9504 defaultval=no
9505 fi
9506 fi
9507
9508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_file" >&5
9509 $as_echo_n "checking for --${enablestring:-enable}-protocol_file... " >&6; }
9510 # Check whether --enable-protocol_file was given.
9511 if test "${enable_protocol_file+set}" = set; then :
9512 enableval=$enable_protocol_file;
9513 if test "$enableval" = yes; then
9514 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
9515 else
9516 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
9517 fi
9518
9519 else
9520
9521 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
9522
9523 fi
9524
9525
9526 eval "$wx_cv_use_protocol_file"
9527
9528 if test x"$enablestring" = xdisable; then
9529 if test $wxUSE_PROTOCOL_FILE = no; then
9530 result=yes
9531 else
9532 result=no
9533 fi
9534 else
9535 result=$wxUSE_PROTOCOL_FILE
9536 fi
9537
9538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9539 $as_echo "$result" >&6; }
9540
9541
9542
9543 enablestring=
9544 defaultval=$wxUSE_ALL_FEATURES
9545 if test -z "$defaultval"; then
9546 if test x"$enablestring" = xdisable; then
9547 defaultval=yes
9548 else
9549 defaultval=no
9550 fi
9551 fi
9552
9553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-threads" >&5
9554 $as_echo_n "checking for --${enablestring:-enable}-threads... " >&6; }
9555 # Check whether --enable-threads was given.
9556 if test "${enable_threads+set}" = set; then :
9557 enableval=$enable_threads;
9558 if test "$enableval" = yes; then
9559 wx_cv_use_threads='wxUSE_THREADS=yes'
9560 else
9561 wx_cv_use_threads='wxUSE_THREADS=no'
9562 fi
9563
9564 else
9565
9566 wx_cv_use_threads='wxUSE_THREADS=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
9567
9568 fi
9569
9570
9571 eval "$wx_cv_use_threads"
9572
9573 if test x"$enablestring" = xdisable; then
9574 if test $wxUSE_THREADS = no; then
9575 result=yes
9576 else
9577 result=no
9578 fi
9579 else
9580 result=$wxUSE_THREADS
9581 fi
9582
9583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9584 $as_echo "$result" >&6; }
9585
9586
9587
9588 enablestring=
9589 defaultval=
9590 if test -z "$defaultval"; then
9591 if test x"$enablestring" = xdisable; then
9592 defaultval=yes
9593 else
9594 defaultval=no
9595 fi
9596 fi
9597
9598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-iniconf" >&5
9599 $as_echo_n "checking for --${enablestring:-enable}-iniconf... " >&6; }
9600 # Check whether --enable-iniconf was given.
9601 if test "${enable_iniconf+set}" = set; then :
9602 enableval=$enable_iniconf;
9603 if test "$enableval" = yes; then
9604 wx_cv_use_iniconf='wxUSE_INICONF=yes'
9605 else
9606 wx_cv_use_iniconf='wxUSE_INICONF=no'
9607 fi
9608
9609 else
9610
9611 wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
9612
9613 fi
9614
9615
9616 eval "$wx_cv_use_iniconf"
9617
9618 if test x"$enablestring" = xdisable; then
9619 if test $wxUSE_INICONF = no; then
9620 result=yes
9621 else
9622 result=no
9623 fi
9624 else
9625 result=$wxUSE_INICONF
9626 fi
9627
9628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9629 $as_echo "$result" >&6; }
9630
9631
9632 enablestring=
9633 defaultval=$wxUSE_ALL_FEATURES
9634 if test -z "$defaultval"; then
9635 if test x"$enablestring" = xdisable; then
9636 defaultval=yes
9637 else
9638 defaultval=no
9639 fi
9640 fi
9641
9642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-regkey" >&5
9643 $as_echo_n "checking for --${enablestring:-enable}-regkey... " >&6; }
9644 # Check whether --enable-regkey was given.
9645 if test "${enable_regkey+set}" = set; then :
9646 enableval=$enable_regkey;
9647 if test "$enableval" = yes; then
9648 wx_cv_use_regkey='wxUSE_REGKEY=yes'
9649 else
9650 wx_cv_use_regkey='wxUSE_REGKEY=no'
9651 fi
9652
9653 else
9654
9655 wx_cv_use_regkey='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
9656
9657 fi
9658
9659
9660 eval "$wx_cv_use_regkey"
9661
9662 if test x"$enablestring" = xdisable; then
9663 if test $wxUSE_REGKEY = no; then
9664 result=yes
9665 else
9666 result=no
9667 fi
9668 else
9669 result=$wxUSE_REGKEY
9670 fi
9671
9672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9673 $as_echo "$result" >&6; }
9674
9675
9676 if test "$wxUSE_GUI" = "yes"; then
9677
9678
9679
9680 enablestring=
9681 defaultval=$wxUSE_ALL_FEATURES
9682 if test -z "$defaultval"; then
9683 if test x"$enablestring" = xdisable; then
9684 defaultval=yes
9685 else
9686 defaultval=no
9687 fi
9688 fi
9689
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-docview" >&5
9691 $as_echo_n "checking for --${enablestring:-enable}-docview... " >&6; }
9692 # Check whether --enable-docview was given.
9693 if test "${enable_docview+set}" = set; then :
9694 enableval=$enable_docview;
9695 if test "$enableval" = yes; then
9696 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
9697 else
9698 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
9699 fi
9700
9701 else
9702
9703 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
9704
9705 fi
9706
9707
9708 eval "$wx_cv_use_docview"
9709
9710 if test x"$enablestring" = xdisable; then
9711 if test $wxUSE_DOC_VIEW_ARCHITECTURE = no; then
9712 result=yes
9713 else
9714 result=no
9715 fi
9716 else
9717 result=$wxUSE_DOC_VIEW_ARCHITECTURE
9718 fi
9719
9720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9721 $as_echo "$result" >&6; }
9722
9723
9724 enablestring=
9725 defaultval=$wxUSE_ALL_FEATURES
9726 if test -z "$defaultval"; then
9727 if test x"$enablestring" = xdisable; then
9728 defaultval=yes
9729 else
9730 defaultval=no
9731 fi
9732 fi
9733
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-help" >&5
9735 $as_echo_n "checking for --${enablestring:-enable}-help... " >&6; }
9736 # Check whether --enable-help was given.
9737 if test "${enable_help+set}" = set; then :
9738 enableval=$enable_help;
9739 if test "$enableval" = yes; then
9740 wx_cv_use_help='wxUSE_HELP=yes'
9741 else
9742 wx_cv_use_help='wxUSE_HELP=no'
9743 fi
9744
9745 else
9746
9747 wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
9748
9749 fi
9750
9751
9752 eval "$wx_cv_use_help"
9753
9754 if test x"$enablestring" = xdisable; then
9755 if test $wxUSE_HELP = no; then
9756 result=yes
9757 else
9758 result=no
9759 fi
9760 else
9761 result=$wxUSE_HELP
9762 fi
9763
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9765 $as_echo "$result" >&6; }
9766
9767
9768 enablestring=
9769 defaultval=$wxUSE_ALL_FEATURES
9770 if test -z "$defaultval"; then
9771 if test x"$enablestring" = xdisable; then
9772 defaultval=yes
9773 else
9774 defaultval=no
9775 fi
9776 fi
9777
9778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mshtmlhelp" >&5
9779 $as_echo_n "checking for --${enablestring:-enable}-mshtmlhelp... " >&6; }
9780 # Check whether --enable-mshtmlhelp was given.
9781 if test "${enable_mshtmlhelp+set}" = set; then :
9782 enableval=$enable_mshtmlhelp;
9783 if test "$enableval" = yes; then
9784 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
9785 else
9786 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
9787 fi
9788
9789 else
9790
9791 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
9792
9793 fi
9794
9795
9796 eval "$wx_cv_use_mshtmlhelp"
9797
9798 if test x"$enablestring" = xdisable; then
9799 if test $wxUSE_MS_HTML_HELP = no; then
9800 result=yes
9801 else
9802 result=no
9803 fi
9804 else
9805 result=$wxUSE_MS_HTML_HELP
9806 fi
9807
9808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9809 $as_echo "$result" >&6; }
9810
9811
9812 enablestring=
9813 defaultval=$wxUSE_ALL_FEATURES
9814 if test -z "$defaultval"; then
9815 if test x"$enablestring" = xdisable; then
9816 defaultval=yes
9817 else
9818 defaultval=no
9819 fi
9820 fi
9821
9822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-html" >&5
9823 $as_echo_n "checking for --${enablestring:-enable}-html... " >&6; }
9824 # Check whether --enable-html was given.
9825 if test "${enable_html+set}" = set; then :
9826 enableval=$enable_html;
9827 if test "$enableval" = yes; then
9828 wx_cv_use_html='wxUSE_HTML=yes'
9829 else
9830 wx_cv_use_html='wxUSE_HTML=no'
9831 fi
9832
9833 else
9834
9835 wx_cv_use_html='wxUSE_HTML=${'DEFAULT_wxUSE_HTML":-$defaultval}"
9836
9837 fi
9838
9839
9840 eval "$wx_cv_use_html"
9841
9842 if test x"$enablestring" = xdisable; then
9843 if test $wxUSE_HTML = no; then
9844 result=yes
9845 else
9846 result=no
9847 fi
9848 else
9849 result=$wxUSE_HTML
9850 fi
9851
9852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9853 $as_echo "$result" >&6; }
9854
9855
9856 enablestring=
9857 defaultval=$wxUSE_ALL_FEATURES
9858 if test -z "$defaultval"; then
9859 if test x"$enablestring" = xdisable; then
9860 defaultval=yes
9861 else
9862 defaultval=no
9863 fi
9864 fi
9865
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-htmlhelp" >&5
9867 $as_echo_n "checking for --${enablestring:-enable}-htmlhelp... " >&6; }
9868 # Check whether --enable-htmlhelp was given.
9869 if test "${enable_htmlhelp+set}" = set; then :
9870 enableval=$enable_htmlhelp;
9871 if test "$enableval" = yes; then
9872 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
9873 else
9874 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
9875 fi
9876
9877 else
9878
9879 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
9880
9881 fi
9882
9883
9884 eval "$wx_cv_use_htmlhelp"
9885
9886 if test x"$enablestring" = xdisable; then
9887 if test $wxUSE_WXHTML_HELP = no; then
9888 result=yes
9889 else
9890 result=no
9891 fi
9892 else
9893 result=$wxUSE_WXHTML_HELP
9894 fi
9895
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9897 $as_echo "$result" >&6; }
9898
9899
9900 enablestring=
9901 defaultval=$wxUSE_ALL_FEATURES
9902 if test -z "$defaultval"; then
9903 if test x"$enablestring" = xdisable; then
9904 defaultval=yes
9905 else
9906 defaultval=no
9907 fi
9908 fi
9909
9910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xrc" >&5
9911 $as_echo_n "checking for --${enablestring:-enable}-xrc... " >&6; }
9912 # Check whether --enable-xrc was given.
9913 if test "${enable_xrc+set}" = set; then :
9914 enableval=$enable_xrc;
9915 if test "$enableval" = yes; then
9916 wx_cv_use_xrc='wxUSE_XRC=yes'
9917 else
9918 wx_cv_use_xrc='wxUSE_XRC=no'
9919 fi
9920
9921 else
9922
9923 wx_cv_use_xrc='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
9924
9925 fi
9926
9927
9928 eval "$wx_cv_use_xrc"
9929
9930 if test x"$enablestring" = xdisable; then
9931 if test $wxUSE_XRC = no; then
9932 result=yes
9933 else
9934 result=no
9935 fi
9936 else
9937 result=$wxUSE_XRC
9938 fi
9939
9940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9941 $as_echo "$result" >&6; }
9942
9943
9944 enablestring=
9945 defaultval=$wxUSE_ALL_FEATURES
9946 if test -z "$defaultval"; then
9947 if test x"$enablestring" = xdisable; then
9948 defaultval=yes
9949 else
9950 defaultval=no
9951 fi
9952 fi
9953
9954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-aui" >&5
9955 $as_echo_n "checking for --${enablestring:-enable}-aui... " >&6; }
9956 # Check whether --enable-aui was given.
9957 if test "${enable_aui+set}" = set; then :
9958 enableval=$enable_aui;
9959 if test "$enableval" = yes; then
9960 wx_cv_use_aui='wxUSE_AUI=yes'
9961 else
9962 wx_cv_use_aui='wxUSE_AUI=no'
9963 fi
9964
9965 else
9966
9967 wx_cv_use_aui='wxUSE_AUI=${'DEFAULT_wxUSE_AUI":-$defaultval}"
9968
9969 fi
9970
9971
9972 eval "$wx_cv_use_aui"
9973
9974 if test x"$enablestring" = xdisable; then
9975 if test $wxUSE_AUI = no; then
9976 result=yes
9977 else
9978 result=no
9979 fi
9980 else
9981 result=$wxUSE_AUI
9982 fi
9983
9984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9985 $as_echo "$result" >&6; }
9986
9987
9988 enablestring=
9989 defaultval=$wxUSE_ALL_FEATURES
9990 if test -z "$defaultval"; then
9991 if test x"$enablestring" = xdisable; then
9992 defaultval=yes
9993 else
9994 defaultval=no
9995 fi
9996 fi
9997
9998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-propgrid" >&5
9999 $as_echo_n "checking for --${enablestring:-enable}-propgrid... " >&6; }
10000 # Check whether --enable-propgrid was given.
10001 if test "${enable_propgrid+set}" = set; then :
10002 enableval=$enable_propgrid;
10003 if test "$enableval" = yes; then
10004 wx_cv_use_propgrid='wxUSE_PROPGRID=yes'
10005 else
10006 wx_cv_use_propgrid='wxUSE_PROPGRID=no'
10007 fi
10008
10009 else
10010
10011 wx_cv_use_propgrid='wxUSE_PROPGRID=${'DEFAULT_wxUSE_PROPGRID":-$defaultval}"
10012
10013 fi
10014
10015
10016 eval "$wx_cv_use_propgrid"
10017
10018 if test x"$enablestring" = xdisable; then
10019 if test $wxUSE_PROPGRID = no; then
10020 result=yes
10021 else
10022 result=no
10023 fi
10024 else
10025 result=$wxUSE_PROPGRID
10026 fi
10027
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10029 $as_echo "$result" >&6; }
10030
10031
10032 enablestring=
10033 defaultval=$wxUSE_ALL_FEATURES
10034 if test -z "$defaultval"; then
10035 if test x"$enablestring" = xdisable; then
10036 defaultval=yes
10037 else
10038 defaultval=no
10039 fi
10040 fi
10041
10042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ribbon" >&5
10043 $as_echo_n "checking for --${enablestring:-enable}-ribbon... " >&6; }
10044 # Check whether --enable-ribbon was given.
10045 if test "${enable_ribbon+set}" = set; then :
10046 enableval=$enable_ribbon;
10047 if test "$enableval" = yes; then
10048 wx_cv_use_ribbon='wxUSE_RIBBON=yes'
10049 else
10050 wx_cv_use_ribbon='wxUSE_RIBBON=no'
10051 fi
10052
10053 else
10054
10055 wx_cv_use_ribbon='wxUSE_RIBBON=${'DEFAULT_wxUSE_RIBBON":-$defaultval}"
10056
10057 fi
10058
10059
10060 eval "$wx_cv_use_ribbon"
10061
10062 if test x"$enablestring" = xdisable; then
10063 if test $wxUSE_RIBBON = no; then
10064 result=yes
10065 else
10066 result=no
10067 fi
10068 else
10069 result=$wxUSE_RIBBON
10070 fi
10071
10072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10073 $as_echo "$result" >&6; }
10074
10075
10076 enablestring=
10077 defaultval=$wxUSE_ALL_FEATURES
10078 if test -z "$defaultval"; then
10079 if test x"$enablestring" = xdisable; then
10080 defaultval=yes
10081 else
10082 defaultval=no
10083 fi
10084 fi
10085
10086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stc" >&5
10087 $as_echo_n "checking for --${enablestring:-enable}-stc... " >&6; }
10088 # Check whether --enable-stc was given.
10089 if test "${enable_stc+set}" = set; then :
10090 enableval=$enable_stc;
10091 if test "$enableval" = yes; then
10092 wx_cv_use_stc='wxUSE_STC=yes'
10093 else
10094 wx_cv_use_stc='wxUSE_STC=no'
10095 fi
10096
10097 else
10098
10099 wx_cv_use_stc='wxUSE_STC=${'DEFAULT_wxUSE_STC":-$defaultval}"
10100
10101 fi
10102
10103
10104 eval "$wx_cv_use_stc"
10105
10106 if test x"$enablestring" = xdisable; then
10107 if test $wxUSE_STC = no; then
10108 result=yes
10109 else
10110 result=no
10111 fi
10112 else
10113 result=$wxUSE_STC
10114 fi
10115
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10117 $as_echo "$result" >&6; }
10118
10119
10120 enablestring=
10121 defaultval=$wxUSE_ALL_FEATURES
10122 if test -z "$defaultval"; then
10123 if test x"$enablestring" = xdisable; then
10124 defaultval=yes
10125 else
10126 defaultval=no
10127 fi
10128 fi
10129
10130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-constraints" >&5
10131 $as_echo_n "checking for --${enablestring:-enable}-constraints... " >&6; }
10132 # Check whether --enable-constraints was given.
10133 if test "${enable_constraints+set}" = set; then :
10134 enableval=$enable_constraints;
10135 if test "$enableval" = yes; then
10136 wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
10137 else
10138 wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
10139 fi
10140
10141 else
10142
10143 wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
10144
10145 fi
10146
10147
10148 eval "$wx_cv_use_constraints"
10149
10150 if test x"$enablestring" = xdisable; then
10151 if test $wxUSE_CONSTRAINTS = no; then
10152 result=yes
10153 else
10154 result=no
10155 fi
10156 else
10157 result=$wxUSE_CONSTRAINTS
10158 fi
10159
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10161 $as_echo "$result" >&6; }
10162
10163
10164 enablestring=
10165 defaultval=$wxUSE_ALL_FEATURES
10166 if test -z "$defaultval"; then
10167 if test x"$enablestring" = xdisable; then
10168 defaultval=yes
10169 else
10170 defaultval=no
10171 fi
10172 fi
10173
10174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-loggui" >&5
10175 $as_echo_n "checking for --${enablestring:-enable}-loggui... " >&6; }
10176 # Check whether --enable-loggui was given.
10177 if test "${enable_loggui+set}" = set; then :
10178 enableval=$enable_loggui;
10179 if test "$enableval" = yes; then
10180 wx_cv_use_loggui='wxUSE_LOGGUI=yes'
10181 else
10182 wx_cv_use_loggui='wxUSE_LOGGUI=no'
10183 fi
10184
10185 else
10186
10187 wx_cv_use_loggui='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
10188
10189 fi
10190
10191
10192 eval "$wx_cv_use_loggui"
10193
10194 if test x"$enablestring" = xdisable; then
10195 if test $wxUSE_LOGGUI = no; then
10196 result=yes
10197 else
10198 result=no
10199 fi
10200 else
10201 result=$wxUSE_LOGGUI
10202 fi
10203
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10205 $as_echo "$result" >&6; }
10206
10207
10208 enablestring=
10209 defaultval=$wxUSE_ALL_FEATURES
10210 if test -z "$defaultval"; then
10211 if test x"$enablestring" = xdisable; then
10212 defaultval=yes
10213 else
10214 defaultval=no
10215 fi
10216 fi
10217
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-logwin" >&5
10219 $as_echo_n "checking for --${enablestring:-enable}-logwin... " >&6; }
10220 # Check whether --enable-logwin was given.
10221 if test "${enable_logwin+set}" = set; then :
10222 enableval=$enable_logwin;
10223 if test "$enableval" = yes; then
10224 wx_cv_use_logwin='wxUSE_LOGWINDOW=yes'
10225 else
10226 wx_cv_use_logwin='wxUSE_LOGWINDOW=no'
10227 fi
10228
10229 else
10230
10231 wx_cv_use_logwin='wxUSE_LOGWINDOW=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
10232
10233 fi
10234
10235
10236 eval "$wx_cv_use_logwin"
10237
10238 if test x"$enablestring" = xdisable; then
10239 if test $wxUSE_LOGWINDOW = no; then
10240 result=yes
10241 else
10242 result=no
10243 fi
10244 else
10245 result=$wxUSE_LOGWINDOW
10246 fi
10247
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10249 $as_echo "$result" >&6; }
10250
10251
10252 enablestring=
10253 defaultval=$wxUSE_ALL_FEATURES
10254 if test -z "$defaultval"; then
10255 if test x"$enablestring" = xdisable; then
10256 defaultval=yes
10257 else
10258 defaultval=no
10259 fi
10260 fi
10261
10262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-logdialog" >&5
10263 $as_echo_n "checking for --${enablestring:-enable}-logdialog... " >&6; }
10264 # Check whether --enable-logdialog was given.
10265 if test "${enable_logdialog+set}" = set; then :
10266 enableval=$enable_logdialog;
10267 if test "$enableval" = yes; then
10268 wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
10269 else
10270 wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
10271 fi
10272
10273 else
10274
10275 wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
10276
10277 fi
10278
10279
10280 eval "$wx_cv_use_logdialog"
10281
10282 if test x"$enablestring" = xdisable; then
10283 if test $wxUSE_LOGDIALOG = no; then
10284 result=yes
10285 else
10286 result=no
10287 fi
10288 else
10289 result=$wxUSE_LOGDIALOG
10290 fi
10291
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10293 $as_echo "$result" >&6; }
10294
10295
10296 enablestring=
10297 defaultval=$wxUSE_ALL_FEATURES
10298 if test -z "$defaultval"; then
10299 if test x"$enablestring" = xdisable; then
10300 defaultval=yes
10301 else
10302 defaultval=no
10303 fi
10304 fi
10305
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mdi" >&5
10307 $as_echo_n "checking for --${enablestring:-enable}-mdi... " >&6; }
10308 # Check whether --enable-mdi was given.
10309 if test "${enable_mdi+set}" = set; then :
10310 enableval=$enable_mdi;
10311 if test "$enableval" = yes; then
10312 wx_cv_use_mdi='wxUSE_MDI=yes'
10313 else
10314 wx_cv_use_mdi='wxUSE_MDI=no'
10315 fi
10316
10317 else
10318
10319 wx_cv_use_mdi='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
10320
10321 fi
10322
10323
10324 eval "$wx_cv_use_mdi"
10325
10326 if test x"$enablestring" = xdisable; then
10327 if test $wxUSE_MDI = no; then
10328 result=yes
10329 else
10330 result=no
10331 fi
10332 else
10333 result=$wxUSE_MDI
10334 fi
10335
10336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10337 $as_echo "$result" >&6; }
10338
10339
10340 enablestring=
10341 defaultval=$wxUSE_ALL_FEATURES
10342 if test -z "$defaultval"; then
10343 if test x"$enablestring" = xdisable; then
10344 defaultval=yes
10345 else
10346 defaultval=no
10347 fi
10348 fi
10349
10350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mdidoc" >&5
10351 $as_echo_n "checking for --${enablestring:-enable}-mdidoc... " >&6; }
10352 # Check whether --enable-mdidoc was given.
10353 if test "${enable_mdidoc+set}" = set; then :
10354 enableval=$enable_mdidoc;
10355 if test "$enableval" = yes; then
10356 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
10357 else
10358 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
10359 fi
10360
10361 else
10362
10363 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
10364
10365 fi
10366
10367
10368 eval "$wx_cv_use_mdidoc"
10369
10370 if test x"$enablestring" = xdisable; then
10371 if test $wxUSE_MDI_ARCHITECTURE = no; then
10372 result=yes
10373 else
10374 result=no
10375 fi
10376 else
10377 result=$wxUSE_MDI_ARCHITECTURE
10378 fi
10379
10380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10381 $as_echo "$result" >&6; }
10382
10383
10384 enablestring=
10385 defaultval=$wxUSE_ALL_FEATURES
10386 if test -z "$defaultval"; then
10387 if test x"$enablestring" = xdisable; then
10388 defaultval=yes
10389 else
10390 defaultval=no
10391 fi
10392 fi
10393
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mediactrl" >&5
10395 $as_echo_n "checking for --${enablestring:-enable}-mediactrl... " >&6; }
10396 # Check whether --enable-mediactrl was given.
10397 if test "${enable_mediactrl+set}" = set; then :
10398 enableval=$enable_mediactrl;
10399 if test "$enableval" = yes; then
10400 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
10401 else
10402 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
10403 fi
10404
10405 else
10406
10407 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
10408
10409 fi
10410
10411
10412 eval "$wx_cv_use_mediactrl"
10413
10414 if test x"$enablestring" = xdisable; then
10415 if test $wxUSE_MEDIACTRL = no; then
10416 result=yes
10417 else
10418 result=no
10419 fi
10420 else
10421 result=$wxUSE_MEDIACTRL
10422 fi
10423
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10425 $as_echo "$result" >&6; }
10426
10427
10428 enablestring=
10429 defaultval=$wxUSE_ALL_FEATURES
10430 if test -z "$defaultval"; then
10431 if test x"$enablestring" = xdisable; then
10432 defaultval=yes
10433 else
10434 defaultval=no
10435 fi
10436 fi
10437
10438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gstreamer8" >&5
10439 $as_echo_n "checking for --${enablestring:-enable}-gstreamer8... " >&6; }
10440 # Check whether --enable-gstreamer8 was given.
10441 if test "${enable_gstreamer8+set}" = set; then :
10442 enableval=$enable_gstreamer8;
10443 if test "$enableval" = yes; then
10444 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=yes'
10445 else
10446 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
10447 fi
10448
10449 else
10450
10451 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
10452
10453 fi
10454
10455
10456 eval "$wx_cv_use_gstreamer8"
10457
10458 if test x"$enablestring" = xdisable; then
10459 if test $wxUSE_GSTREAMER8 = no; then
10460 result=yes
10461 else
10462 result=no
10463 fi
10464 else
10465 result=$wxUSE_GSTREAMER8
10466 fi
10467
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10469 $as_echo "$result" >&6; }
10470
10471
10472 enablestring=
10473 defaultval=$wxUSE_ALL_FEATURES
10474 if test -z "$defaultval"; then
10475 if test x"$enablestring" = xdisable; then
10476 defaultval=yes
10477 else
10478 defaultval=no
10479 fi
10480 fi
10481
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richtext" >&5
10483 $as_echo_n "checking for --${enablestring:-enable}-richtext... " >&6; }
10484 # Check whether --enable-richtext was given.
10485 if test "${enable_richtext+set}" = set; then :
10486 enableval=$enable_richtext;
10487 if test "$enableval" = yes; then
10488 wx_cv_use_richtext='wxUSE_RICHTEXT=yes'
10489 else
10490 wx_cv_use_richtext='wxUSE_RICHTEXT=no'
10491 fi
10492
10493 else
10494
10495 wx_cv_use_richtext='wxUSE_RICHTEXT=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
10496
10497 fi
10498
10499
10500 eval "$wx_cv_use_richtext"
10501
10502 if test x"$enablestring" = xdisable; then
10503 if test $wxUSE_RICHTEXT = no; then
10504 result=yes
10505 else
10506 result=no
10507 fi
10508 else
10509 result=$wxUSE_RICHTEXT
10510 fi
10511
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10513 $as_echo "$result" >&6; }
10514
10515
10516 enablestring=
10517 defaultval=$wxUSE_ALL_FEATURES
10518 if test -z "$defaultval"; then
10519 if test x"$enablestring" = xdisable; then
10520 defaultval=yes
10521 else
10522 defaultval=no
10523 fi
10524 fi
10525
10526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-postscript" >&5
10527 $as_echo_n "checking for --${enablestring:-enable}-postscript... " >&6; }
10528 # Check whether --enable-postscript was given.
10529 if test "${enable_postscript+set}" = set; then :
10530 enableval=$enable_postscript;
10531 if test "$enableval" = yes; then
10532 wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
10533 else
10534 wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
10535 fi
10536
10537 else
10538
10539 wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
10540
10541 fi
10542
10543
10544 eval "$wx_cv_use_postscript"
10545
10546 if test x"$enablestring" = xdisable; then
10547 if test $wxUSE_POSTSCRIPT = no; then
10548 result=yes
10549 else
10550 result=no
10551 fi
10552 else
10553 result=$wxUSE_POSTSCRIPT
10554 fi
10555
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10557 $as_echo "$result" >&6; }
10558
10559
10560 enablestring=
10561 defaultval=$wxUSE_ALL_FEATURES
10562 if test -z "$defaultval"; then
10563 if test x"$enablestring" = xdisable; then
10564 defaultval=yes
10565 else
10566 defaultval=no
10567 fi
10568 fi
10569
10570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-printarch" >&5
10571 $as_echo_n "checking for --${enablestring:-enable}-printarch... " >&6; }
10572 # Check whether --enable-printarch was given.
10573 if test "${enable_printarch+set}" = set; then :
10574 enableval=$enable_printarch;
10575 if test "$enableval" = yes; then
10576 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
10577 else
10578 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
10579 fi
10580
10581 else
10582
10583 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
10584
10585 fi
10586
10587
10588 eval "$wx_cv_use_printarch"
10589
10590 if test x"$enablestring" = xdisable; then
10591 if test $wxUSE_PRINTING_ARCHITECTURE = no; then
10592 result=yes
10593 else
10594 result=no
10595 fi
10596 else
10597 result=$wxUSE_PRINTING_ARCHITECTURE
10598 fi
10599
10600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10601 $as_echo "$result" >&6; }
10602
10603
10604 enablestring=
10605 defaultval=$wxUSE_ALL_FEATURES
10606 if test -z "$defaultval"; then
10607 if test x"$enablestring" = xdisable; then
10608 defaultval=yes
10609 else
10610 defaultval=no
10611 fi
10612 fi
10613
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-svg" >&5
10615 $as_echo_n "checking for --${enablestring:-enable}-svg... " >&6; }
10616 # Check whether --enable-svg was given.
10617 if test "${enable_svg+set}" = set; then :
10618 enableval=$enable_svg;
10619 if test "$enableval" = yes; then
10620 wx_cv_use_svg='wxUSE_SVG=yes'
10621 else
10622 wx_cv_use_svg='wxUSE_SVG=no'
10623 fi
10624
10625 else
10626
10627 wx_cv_use_svg='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
10628
10629 fi
10630
10631
10632 eval "$wx_cv_use_svg"
10633
10634 if test x"$enablestring" = xdisable; then
10635 if test $wxUSE_SVG = no; then
10636 result=yes
10637 else
10638 result=no
10639 fi
10640 else
10641 result=$wxUSE_SVG
10642 fi
10643
10644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10645 $as_echo "$result" >&6; }
10646
10647
10648 enablestring=
10649 defaultval=$wxUSE_ALL_FEATURES
10650 if test -z "$defaultval"; then
10651 if test x"$enablestring" = xdisable; then
10652 defaultval=yes
10653 else
10654 defaultval=no
10655 fi
10656 fi
10657
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webkit" >&5
10659 $as_echo_n "checking for --${enablestring:-enable}-webkit... " >&6; }
10660 # Check whether --enable-webkit was given.
10661 if test "${enable_webkit+set}" = set; then :
10662 enableval=$enable_webkit;
10663 if test "$enableval" = yes; then
10664 wx_cv_use_webkit='wxUSE_WEBKIT=yes'
10665 else
10666 wx_cv_use_webkit='wxUSE_WEBKIT=no'
10667 fi
10668
10669 else
10670
10671 wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
10672
10673 fi
10674
10675
10676 eval "$wx_cv_use_webkit"
10677
10678 if test x"$enablestring" = xdisable; then
10679 if test $wxUSE_WEBKIT = no; then
10680 result=yes
10681 else
10682 result=no
10683 fi
10684 else
10685 result=$wxUSE_WEBKIT
10686 fi
10687
10688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10689 $as_echo "$result" >&6; }
10690
10691
10692 enablestring=
10693 defaultval=$wxUSE_ALL_FEATURES
10694 if test -z "$defaultval"; then
10695 if test x"$enablestring" = xdisable; then
10696 defaultval=yes
10697 else
10698 defaultval=no
10699 fi
10700 fi
10701
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webview" >&5
10703 $as_echo_n "checking for --${enablestring:-enable}-webview... " >&6; }
10704 # Check whether --enable-webview was given.
10705 if test "${enable_webview+set}" = set; then :
10706 enableval=$enable_webview;
10707 if test "$enableval" = yes; then
10708 wx_cv_use_webview='wxUSE_WEBVIEW=yes'
10709 else
10710 wx_cv_use_webview='wxUSE_WEBVIEW=no'
10711 fi
10712
10713 else
10714
10715 wx_cv_use_webview='wxUSE_WEBVIEW=${'DEFAULT_wxUSE_WEBVIEW":-$defaultval}"
10716
10717 fi
10718
10719
10720 eval "$wx_cv_use_webview"
10721
10722 if test x"$enablestring" = xdisable; then
10723 if test $wxUSE_WEBVIEW = no; then
10724 result=yes
10725 else
10726 result=no
10727 fi
10728 else
10729 result=$wxUSE_WEBVIEW
10730 fi
10731
10732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10733 $as_echo "$result" >&6; }
10734
10735
10736 if test "$wxUSE_MAC" != 1; then
10737
10738 enablestring=
10739 defaultval=$wxUSE_ALL_FEATURES
10740 if test -z "$defaultval"; then
10741 if test x"$enablestring" = xdisable; then
10742 defaultval=yes
10743 else
10744 defaultval=no
10745 fi
10746 fi
10747
10748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-graphics_ctx" >&5
10749 $as_echo_n "checking for --${enablestring:-enable}-graphics_ctx... " >&6; }
10750 # Check whether --enable-graphics_ctx was given.
10751 if test "${enable_graphics_ctx+set}" = set; then :
10752 enableval=$enable_graphics_ctx;
10753 if test "$enableval" = yes; then
10754 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=yes'
10755 else
10756 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=no'
10757 fi
10758
10759 else
10760
10761 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
10762
10763 fi
10764
10765
10766 eval "$wx_cv_use_graphics_ctx"
10767
10768 if test x"$enablestring" = xdisable; then
10769 if test $wxUSE_GRAPHICS_CONTEXT = no; then
10770 result=yes
10771 else
10772 result=no
10773 fi
10774 else
10775 result=$wxUSE_GRAPHICS_CONTEXT
10776 fi
10777
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10779 $as_echo "$result" >&6; }
10780
10781 fi
10782
10783
10784
10785 enablestring=
10786 defaultval=$wxUSE_ALL_FEATURES
10787 if test -z "$defaultval"; then
10788 if test x"$enablestring" = xdisable; then
10789 defaultval=yes
10790 else
10791 defaultval=no
10792 fi
10793 fi
10794
10795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-clipboard" >&5
10796 $as_echo_n "checking for --${enablestring:-enable}-clipboard... " >&6; }
10797 # Check whether --enable-clipboard was given.
10798 if test "${enable_clipboard+set}" = set; then :
10799 enableval=$enable_clipboard;
10800 if test "$enableval" = yes; then
10801 wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
10802 else
10803 wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
10804 fi
10805
10806 else
10807
10808 wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
10809
10810 fi
10811
10812
10813 eval "$wx_cv_use_clipboard"
10814
10815 if test x"$enablestring" = xdisable; then
10816 if test $wxUSE_CLIPBOARD = no; then
10817 result=yes
10818 else
10819 result=no
10820 fi
10821 else
10822 result=$wxUSE_CLIPBOARD
10823 fi
10824
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10826 $as_echo "$result" >&6; }
10827
10828
10829 enablestring=
10830 defaultval=$wxUSE_ALL_FEATURES
10831 if test -z "$defaultval"; then
10832 if test x"$enablestring" = xdisable; then
10833 defaultval=yes
10834 else
10835 defaultval=no
10836 fi
10837 fi
10838
10839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dnd" >&5
10840 $as_echo_n "checking for --${enablestring:-enable}-dnd... " >&6; }
10841 # Check whether --enable-dnd was given.
10842 if test "${enable_dnd+set}" = set; then :
10843 enableval=$enable_dnd;
10844 if test "$enableval" = yes; then
10845 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
10846 else
10847 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
10848 fi
10849
10850 else
10851
10852 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
10853
10854 fi
10855
10856
10857 eval "$wx_cv_use_dnd"
10858
10859 if test x"$enablestring" = xdisable; then
10860 if test $wxUSE_DRAG_AND_DROP = no; then
10861 result=yes
10862 else
10863 result=no
10864 fi
10865 else
10866 result=$wxUSE_DRAG_AND_DROP
10867 fi
10868
10869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10870 $as_echo "$result" >&6; }
10871
10872
10873
10874 DEFAULT_wxUSE_CONTROLS=none
10875
10876 enablestring=disable
10877 defaultval=
10878 if test -z "$defaultval"; then
10879 if test x"$enablestring" = xdisable; then
10880 defaultval=yes
10881 else
10882 defaultval=no
10883 fi
10884 fi
10885
10886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-controls" >&5
10887 $as_echo_n "checking for --${enablestring:-enable}-controls... " >&6; }
10888 # Check whether --enable-controls was given.
10889 if test "${enable_controls+set}" = set; then :
10890 enableval=$enable_controls;
10891 if test "$enableval" = yes; then
10892 wx_cv_use_controls='wxUSE_CONTROLS=yes'
10893 else
10894 wx_cv_use_controls='wxUSE_CONTROLS=no'
10895 fi
10896
10897 else
10898
10899 wx_cv_use_controls='wxUSE_CONTROLS=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
10900
10901 fi
10902
10903
10904 eval "$wx_cv_use_controls"
10905
10906 if test x"$enablestring" = xdisable; then
10907 if test $wxUSE_CONTROLS = no; then
10908 result=yes
10909 else
10910 result=no
10911 fi
10912 else
10913 result=$wxUSE_CONTROLS
10914 fi
10915
10916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10917 $as_echo "$result" >&6; }
10918
10919
10920 if test "$wxUSE_CONTROLS" = "no"; then
10921 DEFAULT_wxUSE_ACCEL=no
10922 DEFAULT_wxUSE_ANIMATIONCTRL=no
10923 DEFAULT_wxUSE_BANNERWINDOW=no
10924 DEFAULT_wxUSE_BMPBUTTON=no
10925 DEFAULT_wxUSE_BUTTON=no
10926 DEFAULT_wxUSE_CALCTRL=no
10927 DEFAULT_wxUSE_CARET=no
10928 DEFAULT_wxUSE_CHECKBOX=no
10929 DEFAULT_wxUSE_CHECKLISTBOX=no
10930 DEFAULT_wxUSE_CHOICE=no
10931 DEFAULT_wxUSE_CHOICEBOOK=no
10932 DEFAULT_wxUSE_COLLPANE=no
10933 DEFAULT_wxUSE_COLOURPICKERCTRL=no
10934 DEFAULT_wxUSE_COMBOBOX=no
10935 DEFAULT_wxUSE_COMBOBOX=no
10936 DEFAULT_wxUSE_COMMANDLINKBUTTON=no
10937 DEFAULT_wxUSE_DATAVIEWCTRL=no
10938 DEFAULT_wxUSE_DATEPICKCTRL=no
10939 DEFAULT_wxUSE_DETECT_SM=no
10940 DEFAULT_wxUSE_DIRPICKERCTRL=no
10941 DEFAULT_wxUSE_DISPLAY=no
10942 DEFAULT_wxUSE_FILECTRL=no
10943 DEFAULT_wxUSE_FILEPICKERCTRL=no
10944 DEFAULT_wxUSE_FONTPICKERCTRL=no
10945 DEFAULT_wxUSE_GAUGE=no
10946 DEFAULT_wxUSE_GRID=no
10947 DEFAULT_wxUSE_HEADERCTRL=no
10948 DEFAULT_wxUSE_HYPERLINKCTRL=no
10949 DEFAULT_wxUSE_IMAGLIST=no
10950 DEFAULT_wxUSE_LISTBOOK=no
10951 DEFAULT_wxUSE_LISTBOX=no
10952 DEFAULT_wxUSE_LISTCTRL=no
10953 DEFAULT_wxUSE_MARKUP=no
10954 DEFAULT_wxUSE_NOTEBOOK=no
10955 DEFAULT_wxUSE_POPUPWIN=no
10956 DEFAULT_wxUSE_RADIOBOX=no
10957 DEFAULT_wxUSE_RADIOBTN=no
10958 DEFAULT_wxUSE_RICHMSGDLG=no
10959 DEFAULT_wxUSE_RICHTOOLTIP=no
10960 DEFAULT_wxUSE_REARRANGECTRL=no
10961 DEFAULT_wxUSE_SASH=no
10962 DEFAULT_wxUSE_SCROLLBAR=no
10963 DEFAULT_wxUSE_SEARCHCTRL=no
10964 DEFAULT_wxUSE_SLIDER=no
10965 DEFAULT_wxUSE_SPINBTN=no
10966 DEFAULT_wxUSE_SPINCTRL=no
10967 DEFAULT_wxUSE_SPLITTER=no
10968 DEFAULT_wxUSE_STATBMP=no
10969 DEFAULT_wxUSE_STATBOX=no
10970 DEFAULT_wxUSE_STATLINE=no
10971 DEFAULT_wxUSE_STATUSBAR=no
10972 DEFAULT_wxUSE_TIMEPICKCTRL=no
10973 DEFAULT_wxUSE_TIPWINDOW=no
10974 DEFAULT_wxUSE_TOGGLEBTN=no
10975 DEFAULT_wxUSE_TOOLBAR=no
10976 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
10977 DEFAULT_wxUSE_TOOLBOOK=no
10978 DEFAULT_wxUSE_TOOLTIPS=no
10979 DEFAULT_wxUSE_TREEBOOK=no
10980 DEFAULT_wxUSE_TREECTRL=no
10981 DEFAULT_wxUSE_TREELISTCTRL=no
10982 fi
10983
10984
10985 enablestring=
10986 defaultval=$wxUSE_ALL_FEATURES
10987 if test -z "$defaultval"; then
10988 if test x"$enablestring" = xdisable; then
10989 defaultval=yes
10990 else
10991 defaultval=no
10992 fi
10993 fi
10994
10995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-markup" >&5
10996 $as_echo_n "checking for --${enablestring:-enable}-markup... " >&6; }
10997 # Check whether --enable-markup was given.
10998 if test "${enable_markup+set}" = set; then :
10999 enableval=$enable_markup;
11000 if test "$enableval" = yes; then
11001 wx_cv_use_markup='wxUSE_MARKUP=yes'
11002 else
11003 wx_cv_use_markup='wxUSE_MARKUP=no'
11004 fi
11005
11006 else
11007
11008 wx_cv_use_markup='wxUSE_MARKUP=${'DEFAULT_wxUSE_MARKUP":-$defaultval}"
11009
11010 fi
11011
11012
11013 eval "$wx_cv_use_markup"
11014
11015 if test x"$enablestring" = xdisable; then
11016 if test $wxUSE_MARKUP = no; then
11017 result=yes
11018 else
11019 result=no
11020 fi
11021 else
11022 result=$wxUSE_MARKUP
11023 fi
11024
11025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11026 $as_echo "$result" >&6; }
11027
11028
11029
11030 enablestring=
11031 defaultval=$wxUSE_ALL_FEATURES
11032 if test -z "$defaultval"; then
11033 if test x"$enablestring" = xdisable; then
11034 defaultval=yes
11035 else
11036 defaultval=no
11037 fi
11038 fi
11039
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-accel" >&5
11041 $as_echo_n "checking for --${enablestring:-enable}-accel... " >&6; }
11042 # Check whether --enable-accel was given.
11043 if test "${enable_accel+set}" = set; then :
11044 enableval=$enable_accel;
11045 if test "$enableval" = yes; then
11046 wx_cv_use_accel='wxUSE_ACCEL=yes'
11047 else
11048 wx_cv_use_accel='wxUSE_ACCEL=no'
11049 fi
11050
11051 else
11052
11053 wx_cv_use_accel='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
11054
11055 fi
11056
11057
11058 eval "$wx_cv_use_accel"
11059
11060 if test x"$enablestring" = xdisable; then
11061 if test $wxUSE_ACCEL = no; then
11062 result=yes
11063 else
11064 result=no
11065 fi
11066 else
11067 result=$wxUSE_ACCEL
11068 fi
11069
11070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11071 $as_echo "$result" >&6; }
11072
11073
11074 enablestring=
11075 defaultval=$wxUSE_ALL_FEATURES
11076 if test -z "$defaultval"; then
11077 if test x"$enablestring" = xdisable; then
11078 defaultval=yes
11079 else
11080 defaultval=no
11081 fi
11082 fi
11083
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-animatectrl" >&5
11085 $as_echo_n "checking for --${enablestring:-enable}-animatectrl... " >&6; }
11086 # Check whether --enable-animatectrl was given.
11087 if test "${enable_animatectrl+set}" = set; then :
11088 enableval=$enable_animatectrl;
11089 if test "$enableval" = yes; then
11090 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=yes'
11091 else
11092 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=no'
11093 fi
11094
11095 else
11096
11097 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
11098
11099 fi
11100
11101
11102 eval "$wx_cv_use_animatectrl"
11103
11104 if test x"$enablestring" = xdisable; then
11105 if test $wxUSE_ANIMATIONCTRL = no; then
11106 result=yes
11107 else
11108 result=no
11109 fi
11110 else
11111 result=$wxUSE_ANIMATIONCTRL
11112 fi
11113
11114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11115 $as_echo "$result" >&6; }
11116
11117
11118 enablestring=
11119 defaultval=$wxUSE_ALL_FEATURES
11120 if test -z "$defaultval"; then
11121 if test x"$enablestring" = xdisable; then
11122 defaultval=yes
11123 else
11124 defaultval=no
11125 fi
11126 fi
11127
11128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-bannerwindow" >&5
11129 $as_echo_n "checking for --${enablestring:-enable}-bannerwindow... " >&6; }
11130 # Check whether --enable-bannerwindow was given.
11131 if test "${enable_bannerwindow+set}" = set; then :
11132 enableval=$enable_bannerwindow;
11133 if test "$enableval" = yes; then
11134 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=yes'
11135 else
11136 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=no'
11137 fi
11138
11139 else
11140
11141 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=${'DEFAULT_wxUSE_BANNERWINDOW":-$defaultval}"
11142
11143 fi
11144
11145
11146 eval "$wx_cv_use_bannerwindow"
11147
11148 if test x"$enablestring" = xdisable; then
11149 if test $wxUSE_BANNERWINDOW = no; then
11150 result=yes
11151 else
11152 result=no
11153 fi
11154 else
11155 result=$wxUSE_BANNERWINDOW
11156 fi
11157
11158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11159 $as_echo "$result" >&6; }
11160
11161
11162 enablestring=
11163 defaultval=$wxUSE_ALL_FEATURES
11164 if test -z "$defaultval"; then
11165 if test x"$enablestring" = xdisable; then
11166 defaultval=yes
11167 else
11168 defaultval=no
11169 fi
11170 fi
11171
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-artstd" >&5
11173 $as_echo_n "checking for --${enablestring:-enable}-artstd... " >&6; }
11174 # Check whether --enable-artstd was given.
11175 if test "${enable_artstd+set}" = set; then :
11176 enableval=$enable_artstd;
11177 if test "$enableval" = yes; then
11178 wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=yes'
11179 else
11180 wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=no'
11181 fi
11182
11183 else
11184
11185 wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=${'DEFAULT_wxUSE_ARTPROVIDER_STD":-$defaultval}"
11186
11187 fi
11188
11189
11190 eval "$wx_cv_use_artstd"
11191
11192 if test x"$enablestring" = xdisable; then
11193 if test $wxUSE_ARTPROVIDER_STD = no; then
11194 result=yes
11195 else
11196 result=no
11197 fi
11198 else
11199 result=$wxUSE_ARTPROVIDER_STD
11200 fi
11201
11202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11203 $as_echo "$result" >&6; }
11204
11205
11206 enablestring=
11207 defaultval=$wxUSE_ALL_FEATURES
11208 if test -z "$defaultval"; then
11209 if test x"$enablestring" = xdisable; then
11210 defaultval=yes
11211 else
11212 defaultval=no
11213 fi
11214 fi
11215
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-arttango" >&5
11217 $as_echo_n "checking for --${enablestring:-enable}-arttango... " >&6; }
11218 # Check whether --enable-arttango was given.
11219 if test "${enable_arttango+set}" = set; then :
11220 enableval=$enable_arttango;
11221 if test "$enableval" = yes; then
11222 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=yes'
11223 else
11224 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=no'
11225 fi
11226
11227 else
11228
11229 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=${'DEFAULT_wxUSE_ARTPROVIDER_TANGO":-$defaultval}"
11230
11231 fi
11232
11233
11234 eval "$wx_cv_use_arttango"
11235
11236 if test x"$enablestring" = xdisable; then
11237 if test $wxUSE_ARTPROVIDER_TANGO = no; then
11238 result=yes
11239 else
11240 result=no
11241 fi
11242 else
11243 result=$wxUSE_ARTPROVIDER_TANGO
11244 fi
11245
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11247 $as_echo "$result" >&6; }
11248
11249
11250 enablestring=
11251 defaultval=$wxUSE_ALL_FEATURES
11252 if test -z "$defaultval"; then
11253 if test x"$enablestring" = xdisable; then
11254 defaultval=yes
11255 else
11256 defaultval=no
11257 fi
11258 fi
11259
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-bmpbutton" >&5
11261 $as_echo_n "checking for --${enablestring:-enable}-bmpbutton... " >&6; }
11262 # Check whether --enable-bmpbutton was given.
11263 if test "${enable_bmpbutton+set}" = set; then :
11264 enableval=$enable_bmpbutton;
11265 if test "$enableval" = yes; then
11266 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
11267 else
11268 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
11269 fi
11270
11271 else
11272
11273 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
11274
11275 fi
11276
11277
11278 eval "$wx_cv_use_bmpbutton"
11279
11280 if test x"$enablestring" = xdisable; then
11281 if test $wxUSE_BMPBUTTON = no; then
11282 result=yes
11283 else
11284 result=no
11285 fi
11286 else
11287 result=$wxUSE_BMPBUTTON
11288 fi
11289
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11291 $as_echo "$result" >&6; }
11292
11293
11294 enablestring=
11295 defaultval=$wxUSE_ALL_FEATURES
11296 if test -z "$defaultval"; then
11297 if test x"$enablestring" = xdisable; then
11298 defaultval=yes
11299 else
11300 defaultval=no
11301 fi
11302 fi
11303
11304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-bmpcombobox" >&5
11305 $as_echo_n "checking for --${enablestring:-enable}-bmpcombobox... " >&6; }
11306 # Check whether --enable-bmpcombobox was given.
11307 if test "${enable_bmpcombobox+set}" = set; then :
11308 enableval=$enable_bmpcombobox;
11309 if test "$enableval" = yes; then
11310 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=yes'
11311 else
11312 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
11313 fi
11314
11315 else
11316
11317 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
11318
11319 fi
11320
11321
11322 eval "$wx_cv_use_bmpcombobox"
11323
11324 if test x"$enablestring" = xdisable; then
11325 if test $wxUSE_BITMAPCOMBOBOX = no; then
11326 result=yes
11327 else
11328 result=no
11329 fi
11330 else
11331 result=$wxUSE_BITMAPCOMBOBOX
11332 fi
11333
11334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11335 $as_echo "$result" >&6; }
11336
11337
11338 enablestring=
11339 defaultval=$wxUSE_ALL_FEATURES
11340 if test -z "$defaultval"; then
11341 if test x"$enablestring" = xdisable; then
11342 defaultval=yes
11343 else
11344 defaultval=no
11345 fi
11346 fi
11347
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-button" >&5
11349 $as_echo_n "checking for --${enablestring:-enable}-button... " >&6; }
11350 # Check whether --enable-button was given.
11351 if test "${enable_button+set}" = set; then :
11352 enableval=$enable_button;
11353 if test "$enableval" = yes; then
11354 wx_cv_use_button='wxUSE_BUTTON=yes'
11355 else
11356 wx_cv_use_button='wxUSE_BUTTON=no'
11357 fi
11358
11359 else
11360
11361 wx_cv_use_button='wxUSE_BUTTON=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
11362
11363 fi
11364
11365
11366 eval "$wx_cv_use_button"
11367
11368 if test x"$enablestring" = xdisable; then
11369 if test $wxUSE_BUTTON = no; then
11370 result=yes
11371 else
11372 result=no
11373 fi
11374 else
11375 result=$wxUSE_BUTTON
11376 fi
11377
11378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11379 $as_echo "$result" >&6; }
11380
11381
11382 enablestring=
11383 defaultval=$wxUSE_ALL_FEATURES
11384 if test -z "$defaultval"; then
11385 if test x"$enablestring" = xdisable; then
11386 defaultval=yes
11387 else
11388 defaultval=no
11389 fi
11390 fi
11391
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-calendar" >&5
11393 $as_echo_n "checking for --${enablestring:-enable}-calendar... " >&6; }
11394 # Check whether --enable-calendar was given.
11395 if test "${enable_calendar+set}" = set; then :
11396 enableval=$enable_calendar;
11397 if test "$enableval" = yes; then
11398 wx_cv_use_calendar='wxUSE_CALCTRL=yes'
11399 else
11400 wx_cv_use_calendar='wxUSE_CALCTRL=no'
11401 fi
11402
11403 else
11404
11405 wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
11406
11407 fi
11408
11409
11410 eval "$wx_cv_use_calendar"
11411
11412 if test x"$enablestring" = xdisable; then
11413 if test $wxUSE_CALCTRL = no; then
11414 result=yes
11415 else
11416 result=no
11417 fi
11418 else
11419 result=$wxUSE_CALCTRL
11420 fi
11421
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11423 $as_echo "$result" >&6; }
11424
11425
11426 enablestring=
11427 defaultval=$wxUSE_ALL_FEATURES
11428 if test -z "$defaultval"; then
11429 if test x"$enablestring" = xdisable; then
11430 defaultval=yes
11431 else
11432 defaultval=no
11433 fi
11434 fi
11435
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-caret" >&5
11437 $as_echo_n "checking for --${enablestring:-enable}-caret... " >&6; }
11438 # Check whether --enable-caret was given.
11439 if test "${enable_caret+set}" = set; then :
11440 enableval=$enable_caret;
11441 if test "$enableval" = yes; then
11442 wx_cv_use_caret='wxUSE_CARET=yes'
11443 else
11444 wx_cv_use_caret='wxUSE_CARET=no'
11445 fi
11446
11447 else
11448
11449 wx_cv_use_caret='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
11450
11451 fi
11452
11453
11454 eval "$wx_cv_use_caret"
11455
11456 if test x"$enablestring" = xdisable; then
11457 if test $wxUSE_CARET = no; then
11458 result=yes
11459 else
11460 result=no
11461 fi
11462 else
11463 result=$wxUSE_CARET
11464 fi
11465
11466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11467 $as_echo "$result" >&6; }
11468
11469
11470 enablestring=
11471 defaultval=$wxUSE_ALL_FEATURES
11472 if test -z "$defaultval"; then
11473 if test x"$enablestring" = xdisable; then
11474 defaultval=yes
11475 else
11476 defaultval=no
11477 fi
11478 fi
11479
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-checkbox" >&5
11481 $as_echo_n "checking for --${enablestring:-enable}-checkbox... " >&6; }
11482 # Check whether --enable-checkbox was given.
11483 if test "${enable_checkbox+set}" = set; then :
11484 enableval=$enable_checkbox;
11485 if test "$enableval" = yes; then
11486 wx_cv_use_checkbox='wxUSE_CHECKBOX=yes'
11487 else
11488 wx_cv_use_checkbox='wxUSE_CHECKBOX=no'
11489 fi
11490
11491 else
11492
11493 wx_cv_use_checkbox='wxUSE_CHECKBOX=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
11494
11495 fi
11496
11497
11498 eval "$wx_cv_use_checkbox"
11499
11500 if test x"$enablestring" = xdisable; then
11501 if test $wxUSE_CHECKBOX = no; then
11502 result=yes
11503 else
11504 result=no
11505 fi
11506 else
11507 result=$wxUSE_CHECKBOX
11508 fi
11509
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11511 $as_echo "$result" >&6; }
11512
11513
11514 enablestring=
11515 defaultval=$wxUSE_ALL_FEATURES
11516 if test -z "$defaultval"; then
11517 if test x"$enablestring" = xdisable; then
11518 defaultval=yes
11519 else
11520 defaultval=no
11521 fi
11522 fi
11523
11524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-checklst" >&5
11525 $as_echo_n "checking for --${enablestring:-enable}-checklst... " >&6; }
11526 # Check whether --enable-checklst was given.
11527 if test "${enable_checklst+set}" = set; then :
11528 enableval=$enable_checklst;
11529 if test "$enableval" = yes; then
11530 wx_cv_use_checklst='wxUSE_CHECKLST=yes'
11531 else
11532 wx_cv_use_checklst='wxUSE_CHECKLST=no'
11533 fi
11534
11535 else
11536
11537 wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
11538
11539 fi
11540
11541
11542 eval "$wx_cv_use_checklst"
11543
11544 if test x"$enablestring" = xdisable; then
11545 if test $wxUSE_CHECKLST = no; then
11546 result=yes
11547 else
11548 result=no
11549 fi
11550 else
11551 result=$wxUSE_CHECKLST
11552 fi
11553
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11555 $as_echo "$result" >&6; }
11556
11557
11558 enablestring=
11559 defaultval=$wxUSE_ALL_FEATURES
11560 if test -z "$defaultval"; then
11561 if test x"$enablestring" = xdisable; then
11562 defaultval=yes
11563 else
11564 defaultval=no
11565 fi
11566 fi
11567
11568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choice" >&5
11569 $as_echo_n "checking for --${enablestring:-enable}-choice... " >&6; }
11570 # Check whether --enable-choice was given.
11571 if test "${enable_choice+set}" = set; then :
11572 enableval=$enable_choice;
11573 if test "$enableval" = yes; then
11574 wx_cv_use_choice='wxUSE_CHOICE=yes'
11575 else
11576 wx_cv_use_choice='wxUSE_CHOICE=no'
11577 fi
11578
11579 else
11580
11581 wx_cv_use_choice='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
11582
11583 fi
11584
11585
11586 eval "$wx_cv_use_choice"
11587
11588 if test x"$enablestring" = xdisable; then
11589 if test $wxUSE_CHOICE = no; then
11590 result=yes
11591 else
11592 result=no
11593 fi
11594 else
11595 result=$wxUSE_CHOICE
11596 fi
11597
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11599 $as_echo "$result" >&6; }
11600
11601
11602 enablestring=
11603 defaultval=$wxUSE_ALL_FEATURES
11604 if test -z "$defaultval"; then
11605 if test x"$enablestring" = xdisable; then
11606 defaultval=yes
11607 else
11608 defaultval=no
11609 fi
11610 fi
11611
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choicebook" >&5
11613 $as_echo_n "checking for --${enablestring:-enable}-choicebook... " >&6; }
11614 # Check whether --enable-choicebook was given.
11615 if test "${enable_choicebook+set}" = set; then :
11616 enableval=$enable_choicebook;
11617 if test "$enableval" = yes; then
11618 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
11619 else
11620 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
11621 fi
11622
11623 else
11624
11625 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
11626
11627 fi
11628
11629
11630 eval "$wx_cv_use_choicebook"
11631
11632 if test x"$enablestring" = xdisable; then
11633 if test $wxUSE_CHOICEBOOK = no; then
11634 result=yes
11635 else
11636 result=no
11637 fi
11638 else
11639 result=$wxUSE_CHOICEBOOK
11640 fi
11641
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11643 $as_echo "$result" >&6; }
11644
11645
11646 enablestring=
11647 defaultval=$wxUSE_ALL_FEATURES
11648 if test -z "$defaultval"; then
11649 if test x"$enablestring" = xdisable; then
11650 defaultval=yes
11651 else
11652 defaultval=no
11653 fi
11654 fi
11655
11656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-collpane" >&5
11657 $as_echo_n "checking for --${enablestring:-enable}-collpane... " >&6; }
11658 # Check whether --enable-collpane was given.
11659 if test "${enable_collpane+set}" = set; then :
11660 enableval=$enable_collpane;
11661 if test "$enableval" = yes; then
11662 wx_cv_use_collpane='wxUSE_COLLPANE=yes'
11663 else
11664 wx_cv_use_collpane='wxUSE_COLLPANE=no'
11665 fi
11666
11667 else
11668
11669 wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
11670
11671 fi
11672
11673
11674 eval "$wx_cv_use_collpane"
11675
11676 if test x"$enablestring" = xdisable; then
11677 if test $wxUSE_COLLPANE = no; then
11678 result=yes
11679 else
11680 result=no
11681 fi
11682 else
11683 result=$wxUSE_COLLPANE
11684 fi
11685
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11687 $as_echo "$result" >&6; }
11688
11689
11690 enablestring=
11691 defaultval=$wxUSE_ALL_FEATURES
11692 if test -z "$defaultval"; then
11693 if test x"$enablestring" = xdisable; then
11694 defaultval=yes
11695 else
11696 defaultval=no
11697 fi
11698 fi
11699
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-colourpicker" >&5
11701 $as_echo_n "checking for --${enablestring:-enable}-colourpicker... " >&6; }
11702 # Check whether --enable-colourpicker was given.
11703 if test "${enable_colourpicker+set}" = set; then :
11704 enableval=$enable_colourpicker;
11705 if test "$enableval" = yes; then
11706 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=yes'
11707 else
11708 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
11709 fi
11710
11711 else
11712
11713 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
11714
11715 fi
11716
11717
11718 eval "$wx_cv_use_colourpicker"
11719
11720 if test x"$enablestring" = xdisable; then
11721 if test $wxUSE_COLOURPICKERCTRL = no; then
11722 result=yes
11723 else
11724 result=no
11725 fi
11726 else
11727 result=$wxUSE_COLOURPICKERCTRL
11728 fi
11729
11730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11731 $as_echo "$result" >&6; }
11732
11733
11734 enablestring=
11735 defaultval=$wxUSE_ALL_FEATURES
11736 if test -z "$defaultval"; then
11737 if test x"$enablestring" = xdisable; then
11738 defaultval=yes
11739 else
11740 defaultval=no
11741 fi
11742 fi
11743
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-combobox" >&5
11745 $as_echo_n "checking for --${enablestring:-enable}-combobox... " >&6; }
11746 # Check whether --enable-combobox was given.
11747 if test "${enable_combobox+set}" = set; then :
11748 enableval=$enable_combobox;
11749 if test "$enableval" = yes; then
11750 wx_cv_use_combobox='wxUSE_COMBOBOX=yes'
11751 else
11752 wx_cv_use_combobox='wxUSE_COMBOBOX=no'
11753 fi
11754
11755 else
11756
11757 wx_cv_use_combobox='wxUSE_COMBOBOX=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
11758
11759 fi
11760
11761
11762 eval "$wx_cv_use_combobox"
11763
11764 if test x"$enablestring" = xdisable; then
11765 if test $wxUSE_COMBOBOX = no; then
11766 result=yes
11767 else
11768 result=no
11769 fi
11770 else
11771 result=$wxUSE_COMBOBOX
11772 fi
11773
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11775 $as_echo "$result" >&6; }
11776
11777
11778 enablestring=
11779 defaultval=$wxUSE_ALL_FEATURES
11780 if test -z "$defaultval"; then
11781 if test x"$enablestring" = xdisable; then
11782 defaultval=yes
11783 else
11784 defaultval=no
11785 fi
11786 fi
11787
11788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-comboctrl" >&5
11789 $as_echo_n "checking for --${enablestring:-enable}-comboctrl... " >&6; }
11790 # Check whether --enable-comboctrl was given.
11791 if test "${enable_comboctrl+set}" = set; then :
11792 enableval=$enable_comboctrl;
11793 if test "$enableval" = yes; then
11794 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
11795 else
11796 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
11797 fi
11798
11799 else
11800
11801 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
11802
11803 fi
11804
11805
11806 eval "$wx_cv_use_comboctrl"
11807
11808 if test x"$enablestring" = xdisable; then
11809 if test $wxUSE_COMBOCTRL = no; then
11810 result=yes
11811 else
11812 result=no
11813 fi
11814 else
11815 result=$wxUSE_COMBOCTRL
11816 fi
11817
11818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11819 $as_echo "$result" >&6; }
11820
11821
11822 enablestring=
11823 defaultval=$wxUSE_ALL_FEATURES
11824 if test -z "$defaultval"; then
11825 if test x"$enablestring" = xdisable; then
11826 defaultval=yes
11827 else
11828 defaultval=no
11829 fi
11830 fi
11831
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-commandlinkbutton" >&5
11833 $as_echo_n "checking for --${enablestring:-enable}-commandlinkbutton... " >&6; }
11834 # Check whether --enable-commandlinkbutton was given.
11835 if test "${enable_commandlinkbutton+set}" = set; then :
11836 enableval=$enable_commandlinkbutton;
11837 if test "$enableval" = yes; then
11838 wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=yes'
11839 else
11840 wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=no'
11841 fi
11842
11843 else
11844
11845 wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=${'DEFAULT_wxUSE_COMMANDLINKBUTTON":-$defaultval}"
11846
11847 fi
11848
11849
11850 eval "$wx_cv_use_commandlinkbutton"
11851
11852 if test x"$enablestring" = xdisable; then
11853 if test $wxUSE_COMMANDLINKBUTTON = no; then
11854 result=yes
11855 else
11856 result=no
11857 fi
11858 else
11859 result=$wxUSE_COMMANDLINKBUTTON
11860 fi
11861
11862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11863 $as_echo "$result" >&6; }
11864
11865
11866 enablestring=
11867 defaultval=$wxUSE_ALL_FEATURES
11868 if test -z "$defaultval"; then
11869 if test x"$enablestring" = xdisable; then
11870 defaultval=yes
11871 else
11872 defaultval=no
11873 fi
11874 fi
11875
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dataviewctrl" >&5
11877 $as_echo_n "checking for --${enablestring:-enable}-dataviewctrl... " >&6; }
11878 # Check whether --enable-dataviewctrl was given.
11879 if test "${enable_dataviewctrl+set}" = set; then :
11880 enableval=$enable_dataviewctrl;
11881 if test "$enableval" = yes; then
11882 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=yes'
11883 else
11884 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=no'
11885 fi
11886
11887 else
11888
11889 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
11890
11891 fi
11892
11893
11894 eval "$wx_cv_use_dataviewctrl"
11895
11896 if test x"$enablestring" = xdisable; then
11897 if test $wxUSE_DATAVIEWCTRL = no; then
11898 result=yes
11899 else
11900 result=no
11901 fi
11902 else
11903 result=$wxUSE_DATAVIEWCTRL
11904 fi
11905
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11907 $as_echo "$result" >&6; }
11908
11909
11910 enablestring=
11911 defaultval=$wxUSE_ALL_FEATURES
11912 if test -z "$defaultval"; then
11913 if test x"$enablestring" = xdisable; then
11914 defaultval=yes
11915 else
11916 defaultval=no
11917 fi
11918 fi
11919
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-datepick" >&5
11921 $as_echo_n "checking for --${enablestring:-enable}-datepick... " >&6; }
11922 # Check whether --enable-datepick was given.
11923 if test "${enable_datepick+set}" = set; then :
11924 enableval=$enable_datepick;
11925 if test "$enableval" = yes; then
11926 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
11927 else
11928 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
11929 fi
11930
11931 else
11932
11933 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
11934
11935 fi
11936
11937
11938 eval "$wx_cv_use_datepick"
11939
11940 if test x"$enablestring" = xdisable; then
11941 if test $wxUSE_DATEPICKCTRL = no; then
11942 result=yes
11943 else
11944 result=no
11945 fi
11946 else
11947 result=$wxUSE_DATEPICKCTRL
11948 fi
11949
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11951 $as_echo "$result" >&6; }
11952
11953
11954 enablestring=
11955 defaultval=$wxUSE_ALL_FEATURES
11956 if test -z "$defaultval"; then
11957 if test x"$enablestring" = xdisable; then
11958 defaultval=yes
11959 else
11960 defaultval=no
11961 fi
11962 fi
11963
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-detect_sm" >&5
11965 $as_echo_n "checking for --${enablestring:-enable}-detect_sm... " >&6; }
11966 # Check whether --enable-detect_sm was given.
11967 if test "${enable_detect_sm+set}" = set; then :
11968 enableval=$enable_detect_sm;
11969 if test "$enableval" = yes; then
11970 wx_cv_use_detect_sm='wxUSE_DETECT_SM=yes'
11971 else
11972 wx_cv_use_detect_sm='wxUSE_DETECT_SM=no'
11973 fi
11974
11975 else
11976
11977 wx_cv_use_detect_sm='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
11978
11979 fi
11980
11981
11982 eval "$wx_cv_use_detect_sm"
11983
11984 if test x"$enablestring" = xdisable; then
11985 if test $wxUSE_DETECT_SM = no; then
11986 result=yes
11987 else
11988 result=no
11989 fi
11990 else
11991 result=$wxUSE_DETECT_SM
11992 fi
11993
11994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11995 $as_echo "$result" >&6; }
11996
11997
11998 enablestring=
11999 defaultval=$wxUSE_ALL_FEATURES
12000 if test -z "$defaultval"; then
12001 if test x"$enablestring" = xdisable; then
12002 defaultval=yes
12003 else
12004 defaultval=no
12005 fi
12006 fi
12007
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dirpicker" >&5
12009 $as_echo_n "checking for --${enablestring:-enable}-dirpicker... " >&6; }
12010 # Check whether --enable-dirpicker was given.
12011 if test "${enable_dirpicker+set}" = set; then :
12012 enableval=$enable_dirpicker;
12013 if test "$enableval" = yes; then
12014 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=yes'
12015 else
12016 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=no'
12017 fi
12018
12019 else
12020
12021 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
12022
12023 fi
12024
12025
12026 eval "$wx_cv_use_dirpicker"
12027
12028 if test x"$enablestring" = xdisable; then
12029 if test $wxUSE_DIRPICKERCTRL = no; then
12030 result=yes
12031 else
12032 result=no
12033 fi
12034 else
12035 result=$wxUSE_DIRPICKERCTRL
12036 fi
12037
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12039 $as_echo "$result" >&6; }
12040
12041
12042 enablestring=
12043 defaultval=$wxUSE_ALL_FEATURES
12044 if test -z "$defaultval"; then
12045 if test x"$enablestring" = xdisable; then
12046 defaultval=yes
12047 else
12048 defaultval=no
12049 fi
12050 fi
12051
12052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-display" >&5
12053 $as_echo_n "checking for --${enablestring:-enable}-display... " >&6; }
12054 # Check whether --enable-display was given.
12055 if test "${enable_display+set}" = set; then :
12056 enableval=$enable_display;
12057 if test "$enableval" = yes; then
12058 wx_cv_use_display='wxUSE_DISPLAY=yes'
12059 else
12060 wx_cv_use_display='wxUSE_DISPLAY=no'
12061 fi
12062
12063 else
12064
12065 wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
12066
12067 fi
12068
12069
12070 eval "$wx_cv_use_display"
12071
12072 if test x"$enablestring" = xdisable; then
12073 if test $wxUSE_DISPLAY = no; then
12074 result=yes
12075 else
12076 result=no
12077 fi
12078 else
12079 result=$wxUSE_DISPLAY
12080 fi
12081
12082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12083 $as_echo "$result" >&6; }
12084
12085
12086 enablestring=
12087 defaultval=$wxUSE_ALL_FEATURES
12088 if test -z "$defaultval"; then
12089 if test x"$enablestring" = xdisable; then
12090 defaultval=yes
12091 else
12092 defaultval=no
12093 fi
12094 fi
12095
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-editablebox" >&5
12097 $as_echo_n "checking for --${enablestring:-enable}-editablebox... " >&6; }
12098 # Check whether --enable-editablebox was given.
12099 if test "${enable_editablebox+set}" = set; then :
12100 enableval=$enable_editablebox;
12101 if test "$enableval" = yes; then
12102 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=yes'
12103 else
12104 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=no'
12105 fi
12106
12107 else
12108
12109 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
12110
12111 fi
12112
12113
12114 eval "$wx_cv_use_editablebox"
12115
12116 if test x"$enablestring" = xdisable; then
12117 if test $wxUSE_EDITABLELISTBOX = no; then
12118 result=yes
12119 else
12120 result=no
12121 fi
12122 else
12123 result=$wxUSE_EDITABLELISTBOX
12124 fi
12125
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12127 $as_echo "$result" >&6; }
12128
12129
12130 enablestring=
12131 defaultval=$wxUSE_ALL_FEATURES
12132 if test -z "$defaultval"; then
12133 if test x"$enablestring" = xdisable; then
12134 defaultval=yes
12135 else
12136 defaultval=no
12137 fi
12138 fi
12139
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filectrl" >&5
12141 $as_echo_n "checking for --${enablestring:-enable}-filectrl... " >&6; }
12142 # Check whether --enable-filectrl was given.
12143 if test "${enable_filectrl+set}" = set; then :
12144 enableval=$enable_filectrl;
12145 if test "$enableval" = yes; then
12146 wx_cv_use_filectrl='wxUSE_FILECTRL=yes'
12147 else
12148 wx_cv_use_filectrl='wxUSE_FILECTRL=no'
12149 fi
12150
12151 else
12152
12153 wx_cv_use_filectrl='wxUSE_FILECTRL=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
12154
12155 fi
12156
12157
12158 eval "$wx_cv_use_filectrl"
12159
12160 if test x"$enablestring" = xdisable; then
12161 if test $wxUSE_FILECTRL = no; then
12162 result=yes
12163 else
12164 result=no
12165 fi
12166 else
12167 result=$wxUSE_FILECTRL
12168 fi
12169
12170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12171 $as_echo "$result" >&6; }
12172
12173
12174 enablestring=
12175 defaultval=$wxUSE_ALL_FEATURES
12176 if test -z "$defaultval"; then
12177 if test x"$enablestring" = xdisable; then
12178 defaultval=yes
12179 else
12180 defaultval=no
12181 fi
12182 fi
12183
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filepicker" >&5
12185 $as_echo_n "checking for --${enablestring:-enable}-filepicker... " >&6; }
12186 # Check whether --enable-filepicker was given.
12187 if test "${enable_filepicker+set}" = set; then :
12188 enableval=$enable_filepicker;
12189 if test "$enableval" = yes; then
12190 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
12191 else
12192 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
12193 fi
12194
12195 else
12196
12197 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
12198
12199 fi
12200
12201
12202 eval "$wx_cv_use_filepicker"
12203
12204 if test x"$enablestring" = xdisable; then
12205 if test $wxUSE_FILEPICKERCTRL = no; then
12206 result=yes
12207 else
12208 result=no
12209 fi
12210 else
12211 result=$wxUSE_FILEPICKERCTRL
12212 fi
12213
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12215 $as_echo "$result" >&6; }
12216
12217
12218 enablestring=
12219 defaultval=$wxUSE_ALL_FEATURES
12220 if test -z "$defaultval"; then
12221 if test x"$enablestring" = xdisable; then
12222 defaultval=yes
12223 else
12224 defaultval=no
12225 fi
12226 fi
12227
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontpicker" >&5
12229 $as_echo_n "checking for --${enablestring:-enable}-fontpicker... " >&6; }
12230 # Check whether --enable-fontpicker was given.
12231 if test "${enable_fontpicker+set}" = set; then :
12232 enableval=$enable_fontpicker;
12233 if test "$enableval" = yes; then
12234 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=yes'
12235 else
12236 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
12237 fi
12238
12239 else
12240
12241 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
12242
12243 fi
12244
12245
12246 eval "$wx_cv_use_fontpicker"
12247
12248 if test x"$enablestring" = xdisable; then
12249 if test $wxUSE_FONTPICKERCTRL = no; then
12250 result=yes
12251 else
12252 result=no
12253 fi
12254 else
12255 result=$wxUSE_FONTPICKERCTRL
12256 fi
12257
12258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12259 $as_echo "$result" >&6; }
12260
12261
12262 enablestring=
12263 defaultval=$wxUSE_ALL_FEATURES
12264 if test -z "$defaultval"; then
12265 if test x"$enablestring" = xdisable; then
12266 defaultval=yes
12267 else
12268 defaultval=no
12269 fi
12270 fi
12271
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gauge" >&5
12273 $as_echo_n "checking for --${enablestring:-enable}-gauge... " >&6; }
12274 # Check whether --enable-gauge was given.
12275 if test "${enable_gauge+set}" = set; then :
12276 enableval=$enable_gauge;
12277 if test "$enableval" = yes; then
12278 wx_cv_use_gauge='wxUSE_GAUGE=yes'
12279 else
12280 wx_cv_use_gauge='wxUSE_GAUGE=no'
12281 fi
12282
12283 else
12284
12285 wx_cv_use_gauge='wxUSE_GAUGE=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
12286
12287 fi
12288
12289
12290 eval "$wx_cv_use_gauge"
12291
12292 if test x"$enablestring" = xdisable; then
12293 if test $wxUSE_GAUGE = no; then
12294 result=yes
12295 else
12296 result=no
12297 fi
12298 else
12299 result=$wxUSE_GAUGE
12300 fi
12301
12302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12303 $as_echo "$result" >&6; }
12304
12305
12306 enablestring=
12307 defaultval=$wxUSE_ALL_FEATURES
12308 if test -z "$defaultval"; then
12309 if test x"$enablestring" = xdisable; then
12310 defaultval=yes
12311 else
12312 defaultval=no
12313 fi
12314 fi
12315
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-grid" >&5
12317 $as_echo_n "checking for --${enablestring:-enable}-grid... " >&6; }
12318 # Check whether --enable-grid was given.
12319 if test "${enable_grid+set}" = set; then :
12320 enableval=$enable_grid;
12321 if test "$enableval" = yes; then
12322 wx_cv_use_grid='wxUSE_GRID=yes'
12323 else
12324 wx_cv_use_grid='wxUSE_GRID=no'
12325 fi
12326
12327 else
12328
12329 wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
12330
12331 fi
12332
12333
12334 eval "$wx_cv_use_grid"
12335
12336 if test x"$enablestring" = xdisable; then
12337 if test $wxUSE_GRID = no; then
12338 result=yes
12339 else
12340 result=no
12341 fi
12342 else
12343 result=$wxUSE_GRID
12344 fi
12345
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12347 $as_echo "$result" >&6; }
12348
12349
12350 enablestring=
12351 defaultval=$wxUSE_ALL_FEATURES
12352 if test -z "$defaultval"; then
12353 if test x"$enablestring" = xdisable; then
12354 defaultval=yes
12355 else
12356 defaultval=no
12357 fi
12358 fi
12359
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-headerctrl" >&5
12361 $as_echo_n "checking for --${enablestring:-enable}-headerctrl... " >&6; }
12362 # Check whether --enable-headerctrl was given.
12363 if test "${enable_headerctrl+set}" = set; then :
12364 enableval=$enable_headerctrl;
12365 if test "$enableval" = yes; then
12366 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=yes'
12367 else
12368 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=no'
12369 fi
12370
12371 else
12372
12373 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=${'DEFAULT_wxUSE_HEADERCTRL":-$defaultval}"
12374
12375 fi
12376
12377
12378 eval "$wx_cv_use_headerctrl"
12379
12380 if test x"$enablestring" = xdisable; then
12381 if test $wxUSE_HEADERCTRL = no; then
12382 result=yes
12383 else
12384 result=no
12385 fi
12386 else
12387 result=$wxUSE_HEADERCTRL
12388 fi
12389
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12391 $as_echo "$result" >&6; }
12392
12393
12394 enablestring=
12395 defaultval=$wxUSE_ALL_FEATURES
12396 if test -z "$defaultval"; then
12397 if test x"$enablestring" = xdisable; then
12398 defaultval=yes
12399 else
12400 defaultval=no
12401 fi
12402 fi
12403
12404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-hyperlink" >&5
12405 $as_echo_n "checking for --${enablestring:-enable}-hyperlink... " >&6; }
12406 # Check whether --enable-hyperlink was given.
12407 if test "${enable_hyperlink+set}" = set; then :
12408 enableval=$enable_hyperlink;
12409 if test "$enableval" = yes; then
12410 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=yes'
12411 else
12412 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=no'
12413 fi
12414
12415 else
12416
12417 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
12418
12419 fi
12420
12421
12422 eval "$wx_cv_use_hyperlink"
12423
12424 if test x"$enablestring" = xdisable; then
12425 if test $wxUSE_HYPERLINKCTRL = no; then
12426 result=yes
12427 else
12428 result=no
12429 fi
12430 else
12431 result=$wxUSE_HYPERLINKCTRL
12432 fi
12433
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12435 $as_echo "$result" >&6; }
12436
12437
12438 enablestring=
12439 defaultval=$wxUSE_ALL_FEATURES
12440 if test -z "$defaultval"; then
12441 if test x"$enablestring" = xdisable; then
12442 defaultval=yes
12443 else
12444 defaultval=no
12445 fi
12446 fi
12447
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-imaglist" >&5
12449 $as_echo_n "checking for --${enablestring:-enable}-imaglist... " >&6; }
12450 # Check whether --enable-imaglist was given.
12451 if test "${enable_imaglist+set}" = set; then :
12452 enableval=$enable_imaglist;
12453 if test "$enableval" = yes; then
12454 wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
12455 else
12456 wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
12457 fi
12458
12459 else
12460
12461 wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
12462
12463 fi
12464
12465
12466 eval "$wx_cv_use_imaglist"
12467
12468 if test x"$enablestring" = xdisable; then
12469 if test $wxUSE_IMAGLIST = no; then
12470 result=yes
12471 else
12472 result=no
12473 fi
12474 else
12475 result=$wxUSE_IMAGLIST
12476 fi
12477
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12479 $as_echo "$result" >&6; }
12480
12481
12482 enablestring=
12483 defaultval=$wxUSE_ALL_FEATURES
12484 if test -z "$defaultval"; then
12485 if test x"$enablestring" = xdisable; then
12486 defaultval=yes
12487 else
12488 defaultval=no
12489 fi
12490 fi
12491
12492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-infobar" >&5
12493 $as_echo_n "checking for --${enablestring:-enable}-infobar... " >&6; }
12494 # Check whether --enable-infobar was given.
12495 if test "${enable_infobar+set}" = set; then :
12496 enableval=$enable_infobar;
12497 if test "$enableval" = yes; then
12498 wx_cv_use_infobar='wxUSE_INFOBAR=yes'
12499 else
12500 wx_cv_use_infobar='wxUSE_INFOBAR=no'
12501 fi
12502
12503 else
12504
12505 wx_cv_use_infobar='wxUSE_INFOBAR=${'DEFAULT_wxUSE_INFOBAR":-$defaultval}"
12506
12507 fi
12508
12509
12510 eval "$wx_cv_use_infobar"
12511
12512 if test x"$enablestring" = xdisable; then
12513 if test $wxUSE_INFOBAR = no; then
12514 result=yes
12515 else
12516 result=no
12517 fi
12518 else
12519 result=$wxUSE_INFOBAR
12520 fi
12521
12522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12523 $as_echo "$result" >&6; }
12524
12525
12526 enablestring=
12527 defaultval=$wxUSE_ALL_FEATURES
12528 if test -z "$defaultval"; then
12529 if test x"$enablestring" = xdisable; then
12530 defaultval=yes
12531 else
12532 defaultval=no
12533 fi
12534 fi
12535
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listbook" >&5
12537 $as_echo_n "checking for --${enablestring:-enable}-listbook... " >&6; }
12538 # Check whether --enable-listbook was given.
12539 if test "${enable_listbook+set}" = set; then :
12540 enableval=$enable_listbook;
12541 if test "$enableval" = yes; then
12542 wx_cv_use_listbook='wxUSE_LISTBOOK=yes'
12543 else
12544 wx_cv_use_listbook='wxUSE_LISTBOOK=no'
12545 fi
12546
12547 else
12548
12549 wx_cv_use_listbook='wxUSE_LISTBOOK=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
12550
12551 fi
12552
12553
12554 eval "$wx_cv_use_listbook"
12555
12556 if test x"$enablestring" = xdisable; then
12557 if test $wxUSE_LISTBOOK = no; then
12558 result=yes
12559 else
12560 result=no
12561 fi
12562 else
12563 result=$wxUSE_LISTBOOK
12564 fi
12565
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12567 $as_echo "$result" >&6; }
12568
12569
12570 enablestring=
12571 defaultval=$wxUSE_ALL_FEATURES
12572 if test -z "$defaultval"; then
12573 if test x"$enablestring" = xdisable; then
12574 defaultval=yes
12575 else
12576 defaultval=no
12577 fi
12578 fi
12579
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listbox" >&5
12581 $as_echo_n "checking for --${enablestring:-enable}-listbox... " >&6; }
12582 # Check whether --enable-listbox was given.
12583 if test "${enable_listbox+set}" = set; then :
12584 enableval=$enable_listbox;
12585 if test "$enableval" = yes; then
12586 wx_cv_use_listbox='wxUSE_LISTBOX=yes'
12587 else
12588 wx_cv_use_listbox='wxUSE_LISTBOX=no'
12589 fi
12590
12591 else
12592
12593 wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
12594
12595 fi
12596
12597
12598 eval "$wx_cv_use_listbox"
12599
12600 if test x"$enablestring" = xdisable; then
12601 if test $wxUSE_LISTBOX = no; then
12602 result=yes
12603 else
12604 result=no
12605 fi
12606 else
12607 result=$wxUSE_LISTBOX
12608 fi
12609
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12611 $as_echo "$result" >&6; }
12612
12613
12614 enablestring=
12615 defaultval=$wxUSE_ALL_FEATURES
12616 if test -z "$defaultval"; then
12617 if test x"$enablestring" = xdisable; then
12618 defaultval=yes
12619 else
12620 defaultval=no
12621 fi
12622 fi
12623
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listctrl" >&5
12625 $as_echo_n "checking for --${enablestring:-enable}-listctrl... " >&6; }
12626 # Check whether --enable-listctrl was given.
12627 if test "${enable_listctrl+set}" = set; then :
12628 enableval=$enable_listctrl;
12629 if test "$enableval" = yes; then
12630 wx_cv_use_listctrl='wxUSE_LISTCTRL=yes'
12631 else
12632 wx_cv_use_listctrl='wxUSE_LISTCTRL=no'
12633 fi
12634
12635 else
12636
12637 wx_cv_use_listctrl='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
12638
12639 fi
12640
12641
12642 eval "$wx_cv_use_listctrl"
12643
12644 if test x"$enablestring" = xdisable; then
12645 if test $wxUSE_LISTCTRL = no; then
12646 result=yes
12647 else
12648 result=no
12649 fi
12650 else
12651 result=$wxUSE_LISTCTRL
12652 fi
12653
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12655 $as_echo "$result" >&6; }
12656
12657
12658 enablestring=
12659 defaultval=$wxUSE_ALL_FEATURES
12660 if test -z "$defaultval"; then
12661 if test x"$enablestring" = xdisable; then
12662 defaultval=yes
12663 else
12664 defaultval=no
12665 fi
12666 fi
12667
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-notebook" >&5
12669 $as_echo_n "checking for --${enablestring:-enable}-notebook... " >&6; }
12670 # Check whether --enable-notebook was given.
12671 if test "${enable_notebook+set}" = set; then :
12672 enableval=$enable_notebook;
12673 if test "$enableval" = yes; then
12674 wx_cv_use_notebook='wxUSE_NOTEBOOK=yes'
12675 else
12676 wx_cv_use_notebook='wxUSE_NOTEBOOK=no'
12677 fi
12678
12679 else
12680
12681 wx_cv_use_notebook='wxUSE_NOTEBOOK=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
12682
12683 fi
12684
12685
12686 eval "$wx_cv_use_notebook"
12687
12688 if test x"$enablestring" = xdisable; then
12689 if test $wxUSE_NOTEBOOK = no; then
12690 result=yes
12691 else
12692 result=no
12693 fi
12694 else
12695 result=$wxUSE_NOTEBOOK
12696 fi
12697
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12699 $as_echo "$result" >&6; }
12700
12701
12702 enablestring=
12703 defaultval=$wxUSE_ALL_FEATURES
12704 if test -z "$defaultval"; then
12705 if test x"$enablestring" = xdisable; then
12706 defaultval=yes
12707 else
12708 defaultval=no
12709 fi
12710 fi
12711
12712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-notifmsg" >&5
12713 $as_echo_n "checking for --${enablestring:-enable}-notifmsg... " >&6; }
12714 # Check whether --enable-notifmsg was given.
12715 if test "${enable_notifmsg+set}" = set; then :
12716 enableval=$enable_notifmsg;
12717 if test "$enableval" = yes; then
12718 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
12719 else
12720 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
12721 fi
12722
12723 else
12724
12725 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
12726
12727 fi
12728
12729
12730 eval "$wx_cv_use_notifmsg"
12731
12732 if test x"$enablestring" = xdisable; then
12733 if test $wxUSE_NOTIFICATION_MESSAGE = no; then
12734 result=yes
12735 else
12736 result=no
12737 fi
12738 else
12739 result=$wxUSE_NOTIFICATION_MESSAGE
12740 fi
12741
12742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12743 $as_echo "$result" >&6; }
12744
12745
12746 enablestring=
12747 defaultval=$wxUSE_ALL_FEATURES
12748 if test -z "$defaultval"; then
12749 if test x"$enablestring" = xdisable; then
12750 defaultval=yes
12751 else
12752 defaultval=no
12753 fi
12754 fi
12755
12756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-odcombobox" >&5
12757 $as_echo_n "checking for --${enablestring:-enable}-odcombobox... " >&6; }
12758 # Check whether --enable-odcombobox was given.
12759 if test "${enable_odcombobox+set}" = set; then :
12760 enableval=$enable_odcombobox;
12761 if test "$enableval" = yes; then
12762 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=yes'
12763 else
12764 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
12765 fi
12766
12767 else
12768
12769 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
12770
12771 fi
12772
12773
12774 eval "$wx_cv_use_odcombobox"
12775
12776 if test x"$enablestring" = xdisable; then
12777 if test $wxUSE_ODCOMBOBOX = no; then
12778 result=yes
12779 else
12780 result=no
12781 fi
12782 else
12783 result=$wxUSE_ODCOMBOBOX
12784 fi
12785
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12787 $as_echo "$result" >&6; }
12788
12789
12790 enablestring=
12791 defaultval=$wxUSE_ALL_FEATURES
12792 if test -z "$defaultval"; then
12793 if test x"$enablestring" = xdisable; then
12794 defaultval=yes
12795 else
12796 defaultval=no
12797 fi
12798 fi
12799
12800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-popupwin" >&5
12801 $as_echo_n "checking for --${enablestring:-enable}-popupwin... " >&6; }
12802 # Check whether --enable-popupwin was given.
12803 if test "${enable_popupwin+set}" = set; then :
12804 enableval=$enable_popupwin;
12805 if test "$enableval" = yes; then
12806 wx_cv_use_popupwin='wxUSE_POPUPWIN=yes'
12807 else
12808 wx_cv_use_popupwin='wxUSE_POPUPWIN=no'
12809 fi
12810
12811 else
12812
12813 wx_cv_use_popupwin='wxUSE_POPUPWIN=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
12814
12815 fi
12816
12817
12818 eval "$wx_cv_use_popupwin"
12819
12820 if test x"$enablestring" = xdisable; then
12821 if test $wxUSE_POPUPWIN = no; then
12822 result=yes
12823 else
12824 result=no
12825 fi
12826 else
12827 result=$wxUSE_POPUPWIN
12828 fi
12829
12830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12831 $as_echo "$result" >&6; }
12832
12833
12834 enablestring=
12835 defaultval=$wxUSE_ALL_FEATURES
12836 if test -z "$defaultval"; then
12837 if test x"$enablestring" = xdisable; then
12838 defaultval=yes
12839 else
12840 defaultval=no
12841 fi
12842 fi
12843
12844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-radiobox" >&5
12845 $as_echo_n "checking for --${enablestring:-enable}-radiobox... " >&6; }
12846 # Check whether --enable-radiobox was given.
12847 if test "${enable_radiobox+set}" = set; then :
12848 enableval=$enable_radiobox;
12849 if test "$enableval" = yes; then
12850 wx_cv_use_radiobox='wxUSE_RADIOBOX=yes'
12851 else
12852 wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
12853 fi
12854
12855 else
12856
12857 wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
12858
12859 fi
12860
12861
12862 eval "$wx_cv_use_radiobox"
12863
12864 if test x"$enablestring" = xdisable; then
12865 if test $wxUSE_RADIOBOX = no; then
12866 result=yes
12867 else
12868 result=no
12869 fi
12870 else
12871 result=$wxUSE_RADIOBOX
12872 fi
12873
12874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12875 $as_echo "$result" >&6; }
12876
12877
12878 enablestring=
12879 defaultval=$wxUSE_ALL_FEATURES
12880 if test -z "$defaultval"; then
12881 if test x"$enablestring" = xdisable; then
12882 defaultval=yes
12883 else
12884 defaultval=no
12885 fi
12886 fi
12887
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-radiobtn" >&5
12889 $as_echo_n "checking for --${enablestring:-enable}-radiobtn... " >&6; }
12890 # Check whether --enable-radiobtn was given.
12891 if test "${enable_radiobtn+set}" = set; then :
12892 enableval=$enable_radiobtn;
12893 if test "$enableval" = yes; then
12894 wx_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
12895 else
12896 wx_cv_use_radiobtn='wxUSE_RADIOBTN=no'
12897 fi
12898
12899 else
12900
12901 wx_cv_use_radiobtn='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
12902
12903 fi
12904
12905
12906 eval "$wx_cv_use_radiobtn"
12907
12908 if test x"$enablestring" = xdisable; then
12909 if test $wxUSE_RADIOBTN = no; then
12910 result=yes
12911 else
12912 result=no
12913 fi
12914 else
12915 result=$wxUSE_RADIOBTN
12916 fi
12917
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12919 $as_echo "$result" >&6; }
12920
12921
12922 enablestring=
12923 defaultval=$wxUSE_ALL_FEATURES
12924 if test -z "$defaultval"; then
12925 if test x"$enablestring" = xdisable; then
12926 defaultval=yes
12927 else
12928 defaultval=no
12929 fi
12930 fi
12931
12932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richmsgdlg" >&5
12933 $as_echo_n "checking for --${enablestring:-enable}-richmsgdlg... " >&6; }
12934 # Check whether --enable-richmsgdlg was given.
12935 if test "${enable_richmsgdlg+set}" = set; then :
12936 enableval=$enable_richmsgdlg;
12937 if test "$enableval" = yes; then
12938 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=yes'
12939 else
12940 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=no'
12941 fi
12942
12943 else
12944
12945 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=${'DEFAULT_wxUSE_RICHMSGDLG":-$defaultval}"
12946
12947 fi
12948
12949
12950 eval "$wx_cv_use_richmsgdlg"
12951
12952 if test x"$enablestring" = xdisable; then
12953 if test $wxUSE_RICHMSGDLG = no; then
12954 result=yes
12955 else
12956 result=no
12957 fi
12958 else
12959 result=$wxUSE_RICHMSGDLG
12960 fi
12961
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12963 $as_echo "$result" >&6; }
12964
12965
12966 enablestring=
12967 defaultval=$wxUSE_ALL_FEATURES
12968 if test -z "$defaultval"; then
12969 if test x"$enablestring" = xdisable; then
12970 defaultval=yes
12971 else
12972 defaultval=no
12973 fi
12974 fi
12975
12976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richtooltip" >&5
12977 $as_echo_n "checking for --${enablestring:-enable}-richtooltip... " >&6; }
12978 # Check whether --enable-richtooltip was given.
12979 if test "${enable_richtooltip+set}" = set; then :
12980 enableval=$enable_richtooltip;
12981 if test "$enableval" = yes; then
12982 wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=yes'
12983 else
12984 wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=no'
12985 fi
12986
12987 else
12988
12989 wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=${'DEFAULT_wxUSE_RICHTOOLTIP":-$defaultval}"
12990
12991 fi
12992
12993
12994 eval "$wx_cv_use_richtooltip"
12995
12996 if test x"$enablestring" = xdisable; then
12997 if test $wxUSE_RICHTOOLTIP = no; then
12998 result=yes
12999 else
13000 result=no
13001 fi
13002 else
13003 result=$wxUSE_RICHTOOLTIP
13004 fi
13005
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13007 $as_echo "$result" >&6; }
13008
13009
13010 enablestring=
13011 defaultval=$wxUSE_ALL_FEATURES
13012 if test -z "$defaultval"; then
13013 if test x"$enablestring" = xdisable; then
13014 defaultval=yes
13015 else
13016 defaultval=no
13017 fi
13018 fi
13019
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-rearrangectrl" >&5
13021 $as_echo_n "checking for --${enablestring:-enable}-rearrangectrl... " >&6; }
13022 # Check whether --enable-rearrangectrl was given.
13023 if test "${enable_rearrangectrl+set}" = set; then :
13024 enableval=$enable_rearrangectrl;
13025 if test "$enableval" = yes; then
13026 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=yes'
13027 else
13028 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=no'
13029 fi
13030
13031 else
13032
13033 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=${'DEFAULT_wxUSE_REARRANGECTRL":-$defaultval}"
13034
13035 fi
13036
13037
13038 eval "$wx_cv_use_rearrangectrl"
13039
13040 if test x"$enablestring" = xdisable; then
13041 if test $wxUSE_REARRANGECTRL = no; then
13042 result=yes
13043 else
13044 result=no
13045 fi
13046 else
13047 result=$wxUSE_REARRANGECTRL
13048 fi
13049
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13051 $as_echo "$result" >&6; }
13052
13053
13054 enablestring=
13055 defaultval=$wxUSE_ALL_FEATURES
13056 if test -z "$defaultval"; then
13057 if test x"$enablestring" = xdisable; then
13058 defaultval=yes
13059 else
13060 defaultval=no
13061 fi
13062 fi
13063
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sash" >&5
13065 $as_echo_n "checking for --${enablestring:-enable}-sash... " >&6; }
13066 # Check whether --enable-sash was given.
13067 if test "${enable_sash+set}" = set; then :
13068 enableval=$enable_sash;
13069 if test "$enableval" = yes; then
13070 wx_cv_use_sash='wxUSE_SASH=yes'
13071 else
13072 wx_cv_use_sash='wxUSE_SASH=no'
13073 fi
13074
13075 else
13076
13077 wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
13078
13079 fi
13080
13081
13082 eval "$wx_cv_use_sash"
13083
13084 if test x"$enablestring" = xdisable; then
13085 if test $wxUSE_SASH = no; then
13086 result=yes
13087 else
13088 result=no
13089 fi
13090 else
13091 result=$wxUSE_SASH
13092 fi
13093
13094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13095 $as_echo "$result" >&6; }
13096
13097
13098 enablestring=
13099 defaultval=$wxUSE_ALL_FEATURES
13100 if test -z "$defaultval"; then
13101 if test x"$enablestring" = xdisable; then
13102 defaultval=yes
13103 else
13104 defaultval=no
13105 fi
13106 fi
13107
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-scrollbar" >&5
13109 $as_echo_n "checking for --${enablestring:-enable}-scrollbar... " >&6; }
13110 # Check whether --enable-scrollbar was given.
13111 if test "${enable_scrollbar+set}" = set; then :
13112 enableval=$enable_scrollbar;
13113 if test "$enableval" = yes; then
13114 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
13115 else
13116 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
13117 fi
13118
13119 else
13120
13121 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
13122
13123 fi
13124
13125
13126 eval "$wx_cv_use_scrollbar"
13127
13128 if test x"$enablestring" = xdisable; then
13129 if test $wxUSE_SCROLLBAR = no; then
13130 result=yes
13131 else
13132 result=no
13133 fi
13134 else
13135 result=$wxUSE_SCROLLBAR
13136 fi
13137
13138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13139 $as_echo "$result" >&6; }
13140
13141
13142 enablestring=
13143 defaultval=$wxUSE_ALL_FEATURES
13144 if test -z "$defaultval"; then
13145 if test x"$enablestring" = xdisable; then
13146 defaultval=yes
13147 else
13148 defaultval=no
13149 fi
13150 fi
13151
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-searchctrl" >&5
13153 $as_echo_n "checking for --${enablestring:-enable}-searchctrl... " >&6; }
13154 # Check whether --enable-searchctrl was given.
13155 if test "${enable_searchctrl+set}" = set; then :
13156 enableval=$enable_searchctrl;
13157 if test "$enableval" = yes; then
13158 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=yes'
13159 else
13160 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=no'
13161 fi
13162
13163 else
13164
13165 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
13166
13167 fi
13168
13169
13170 eval "$wx_cv_use_searchctrl"
13171
13172 if test x"$enablestring" = xdisable; then
13173 if test $wxUSE_SEARCHCTRL = no; then
13174 result=yes
13175 else
13176 result=no
13177 fi
13178 else
13179 result=$wxUSE_SEARCHCTRL
13180 fi
13181
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13183 $as_echo "$result" >&6; }
13184
13185
13186 enablestring=
13187 defaultval=$wxUSE_ALL_FEATURES
13188 if test -z "$defaultval"; then
13189 if test x"$enablestring" = xdisable; then
13190 defaultval=yes
13191 else
13192 defaultval=no
13193 fi
13194 fi
13195
13196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-slider" >&5
13197 $as_echo_n "checking for --${enablestring:-enable}-slider... " >&6; }
13198 # Check whether --enable-slider was given.
13199 if test "${enable_slider+set}" = set; then :
13200 enableval=$enable_slider;
13201 if test "$enableval" = yes; then
13202 wx_cv_use_slider='wxUSE_SLIDER=yes'
13203 else
13204 wx_cv_use_slider='wxUSE_SLIDER=no'
13205 fi
13206
13207 else
13208
13209 wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
13210
13211 fi
13212
13213
13214 eval "$wx_cv_use_slider"
13215
13216 if test x"$enablestring" = xdisable; then
13217 if test $wxUSE_SLIDER = no; then
13218 result=yes
13219 else
13220 result=no
13221 fi
13222 else
13223 result=$wxUSE_SLIDER
13224 fi
13225
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13227 $as_echo "$result" >&6; }
13228
13229
13230 enablestring=
13231 defaultval=$wxUSE_ALL_FEATURES
13232 if test -z "$defaultval"; then
13233 if test x"$enablestring" = xdisable; then
13234 defaultval=yes
13235 else
13236 defaultval=no
13237 fi
13238 fi
13239
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-spinbtn" >&5
13241 $as_echo_n "checking for --${enablestring:-enable}-spinbtn... " >&6; }
13242 # Check whether --enable-spinbtn was given.
13243 if test "${enable_spinbtn+set}" = set; then :
13244 enableval=$enable_spinbtn;
13245 if test "$enableval" = yes; then
13246 wx_cv_use_spinbtn='wxUSE_SPINBTN=yes'
13247 else
13248 wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
13249 fi
13250
13251 else
13252
13253 wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
13254
13255 fi
13256
13257
13258 eval "$wx_cv_use_spinbtn"
13259
13260 if test x"$enablestring" = xdisable; then
13261 if test $wxUSE_SPINBTN = no; then
13262 result=yes
13263 else
13264 result=no
13265 fi
13266 else
13267 result=$wxUSE_SPINBTN
13268 fi
13269
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13271 $as_echo "$result" >&6; }
13272
13273
13274 enablestring=
13275 defaultval=$wxUSE_ALL_FEATURES
13276 if test -z "$defaultval"; then
13277 if test x"$enablestring" = xdisable; then
13278 defaultval=yes
13279 else
13280 defaultval=no
13281 fi
13282 fi
13283
13284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-spinctrl" >&5
13285 $as_echo_n "checking for --${enablestring:-enable}-spinctrl... " >&6; }
13286 # Check whether --enable-spinctrl was given.
13287 if test "${enable_spinctrl+set}" = set; then :
13288 enableval=$enable_spinctrl;
13289 if test "$enableval" = yes; then
13290 wx_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
13291 else
13292 wx_cv_use_spinctrl='wxUSE_SPINCTRL=no'
13293 fi
13294
13295 else
13296
13297 wx_cv_use_spinctrl='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
13298
13299 fi
13300
13301
13302 eval "$wx_cv_use_spinctrl"
13303
13304 if test x"$enablestring" = xdisable; then
13305 if test $wxUSE_SPINCTRL = no; then
13306 result=yes
13307 else
13308 result=no
13309 fi
13310 else
13311 result=$wxUSE_SPINCTRL
13312 fi
13313
13314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13315 $as_echo "$result" >&6; }
13316
13317
13318 enablestring=
13319 defaultval=$wxUSE_ALL_FEATURES
13320 if test -z "$defaultval"; then
13321 if test x"$enablestring" = xdisable; then
13322 defaultval=yes
13323 else
13324 defaultval=no
13325 fi
13326 fi
13327
13328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splitter" >&5
13329 $as_echo_n "checking for --${enablestring:-enable}-splitter... " >&6; }
13330 # Check whether --enable-splitter was given.
13331 if test "${enable_splitter+set}" = set; then :
13332 enableval=$enable_splitter;
13333 if test "$enableval" = yes; then
13334 wx_cv_use_splitter='wxUSE_SPLITTER=yes'
13335 else
13336 wx_cv_use_splitter='wxUSE_SPLITTER=no'
13337 fi
13338
13339 else
13340
13341 wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
13342
13343 fi
13344
13345
13346 eval "$wx_cv_use_splitter"
13347
13348 if test x"$enablestring" = xdisable; then
13349 if test $wxUSE_SPLITTER = no; then
13350 result=yes
13351 else
13352 result=no
13353 fi
13354 else
13355 result=$wxUSE_SPLITTER
13356 fi
13357
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13359 $as_echo "$result" >&6; }
13360
13361
13362 enablestring=
13363 defaultval=$wxUSE_ALL_FEATURES
13364 if test -z "$defaultval"; then
13365 if test x"$enablestring" = xdisable; then
13366 defaultval=yes
13367 else
13368 defaultval=no
13369 fi
13370 fi
13371
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statbmp" >&5
13373 $as_echo_n "checking for --${enablestring:-enable}-statbmp... " >&6; }
13374 # Check whether --enable-statbmp was given.
13375 if test "${enable_statbmp+set}" = set; then :
13376 enableval=$enable_statbmp;
13377 if test "$enableval" = yes; then
13378 wx_cv_use_statbmp='wxUSE_STATBMP=yes'
13379 else
13380 wx_cv_use_statbmp='wxUSE_STATBMP=no'
13381 fi
13382
13383 else
13384
13385 wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
13386
13387 fi
13388
13389
13390 eval "$wx_cv_use_statbmp"
13391
13392 if test x"$enablestring" = xdisable; then
13393 if test $wxUSE_STATBMP = no; then
13394 result=yes
13395 else
13396 result=no
13397 fi
13398 else
13399 result=$wxUSE_STATBMP
13400 fi
13401
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13403 $as_echo "$result" >&6; }
13404
13405
13406 enablestring=
13407 defaultval=$wxUSE_ALL_FEATURES
13408 if test -z "$defaultval"; then
13409 if test x"$enablestring" = xdisable; then
13410 defaultval=yes
13411 else
13412 defaultval=no
13413 fi
13414 fi
13415
13416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statbox" >&5
13417 $as_echo_n "checking for --${enablestring:-enable}-statbox... " >&6; }
13418 # Check whether --enable-statbox was given.
13419 if test "${enable_statbox+set}" = set; then :
13420 enableval=$enable_statbox;
13421 if test "$enableval" = yes; then
13422 wx_cv_use_statbox='wxUSE_STATBOX=yes'
13423 else
13424 wx_cv_use_statbox='wxUSE_STATBOX=no'
13425 fi
13426
13427 else
13428
13429 wx_cv_use_statbox='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
13430
13431 fi
13432
13433
13434 eval "$wx_cv_use_statbox"
13435
13436 if test x"$enablestring" = xdisable; then
13437 if test $wxUSE_STATBOX = no; then
13438 result=yes
13439 else
13440 result=no
13441 fi
13442 else
13443 result=$wxUSE_STATBOX
13444 fi
13445
13446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13447 $as_echo "$result" >&6; }
13448
13449
13450 enablestring=
13451 defaultval=$wxUSE_ALL_FEATURES
13452 if test -z "$defaultval"; then
13453 if test x"$enablestring" = xdisable; then
13454 defaultval=yes
13455 else
13456 defaultval=no
13457 fi
13458 fi
13459
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statline" >&5
13461 $as_echo_n "checking for --${enablestring:-enable}-statline... " >&6; }
13462 # Check whether --enable-statline was given.
13463 if test "${enable_statline+set}" = set; then :
13464 enableval=$enable_statline;
13465 if test "$enableval" = yes; then
13466 wx_cv_use_statline='wxUSE_STATLINE=yes'
13467 else
13468 wx_cv_use_statline='wxUSE_STATLINE=no'
13469 fi
13470
13471 else
13472
13473 wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
13474
13475 fi
13476
13477
13478 eval "$wx_cv_use_statline"
13479
13480 if test x"$enablestring" = xdisable; then
13481 if test $wxUSE_STATLINE = no; then
13482 result=yes
13483 else
13484 result=no
13485 fi
13486 else
13487 result=$wxUSE_STATLINE
13488 fi
13489
13490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13491 $as_echo "$result" >&6; }
13492
13493
13494 enablestring=
13495 defaultval=$wxUSE_ALL_FEATURES
13496 if test -z "$defaultval"; then
13497 if test x"$enablestring" = xdisable; then
13498 defaultval=yes
13499 else
13500 defaultval=no
13501 fi
13502 fi
13503
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stattext" >&5
13505 $as_echo_n "checking for --${enablestring:-enable}-stattext... " >&6; }
13506 # Check whether --enable-stattext was given.
13507 if test "${enable_stattext+set}" = set; then :
13508 enableval=$enable_stattext;
13509 if test "$enableval" = yes; then
13510 wx_cv_use_stattext='wxUSE_STATTEXT=yes'
13511 else
13512 wx_cv_use_stattext='wxUSE_STATTEXT=no'
13513 fi
13514
13515 else
13516
13517 wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
13518
13519 fi
13520
13521
13522 eval "$wx_cv_use_stattext"
13523
13524 if test x"$enablestring" = xdisable; then
13525 if test $wxUSE_STATTEXT = no; then
13526 result=yes
13527 else
13528 result=no
13529 fi
13530 else
13531 result=$wxUSE_STATTEXT
13532 fi
13533
13534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13535 $as_echo "$result" >&6; }
13536
13537
13538 enablestring=
13539 defaultval=$wxUSE_ALL_FEATURES
13540 if test -z "$defaultval"; then
13541 if test x"$enablestring" = xdisable; then
13542 defaultval=yes
13543 else
13544 defaultval=no
13545 fi
13546 fi
13547
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statusbar" >&5
13549 $as_echo_n "checking for --${enablestring:-enable}-statusbar... " >&6; }
13550 # Check whether --enable-statusbar was given.
13551 if test "${enable_statusbar+set}" = set; then :
13552 enableval=$enable_statusbar;
13553 if test "$enableval" = yes; then
13554 wx_cv_use_statusbar='wxUSE_STATUSBAR=yes'
13555 else
13556 wx_cv_use_statusbar='wxUSE_STATUSBAR=no'
13557 fi
13558
13559 else
13560
13561 wx_cv_use_statusbar='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
13562
13563 fi
13564
13565
13566 eval "$wx_cv_use_statusbar"
13567
13568 if test x"$enablestring" = xdisable; then
13569 if test $wxUSE_STATUSBAR = no; then
13570 result=yes
13571 else
13572 result=no
13573 fi
13574 else
13575 result=$wxUSE_STATUSBAR
13576 fi
13577
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13579 $as_echo "$result" >&6; }
13580
13581
13582 enablestring=
13583 defaultval=$wxUSE_ALL_FEATURES
13584 if test -z "$defaultval"; then
13585 if test x"$enablestring" = xdisable; then
13586 defaultval=yes
13587 else
13588 defaultval=no
13589 fi
13590 fi
13591
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-taskbaricon" >&5
13593 $as_echo_n "checking for --${enablestring:-enable}-taskbaricon... " >&6; }
13594 # Check whether --enable-taskbaricon was given.
13595 if test "${enable_taskbaricon+set}" = set; then :
13596 enableval=$enable_taskbaricon;
13597 if test "$enableval" = yes; then
13598 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=yes'
13599 else
13600 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
13601 fi
13602
13603 else
13604
13605 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
13606
13607 fi
13608
13609
13610 eval "$wx_cv_use_taskbaricon"
13611
13612 if test x"$enablestring" = xdisable; then
13613 if test $wxUSE_TASKBARICON = no; then
13614 result=yes
13615 else
13616 result=no
13617 fi
13618 else
13619 result=$wxUSE_TASKBARICON
13620 fi
13621
13622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13623 $as_echo "$result" >&6; }
13624
13625
13626 enablestring=
13627 defaultval=$wxUSE_ALL_FEATURES
13628 if test -z "$defaultval"; then
13629 if test x"$enablestring" = xdisable; then
13630 defaultval=yes
13631 else
13632 defaultval=no
13633 fi
13634 fi
13635
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tbarnative" >&5
13637 $as_echo_n "checking for --${enablestring:-enable}-tbarnative... " >&6; }
13638 # Check whether --enable-tbarnative was given.
13639 if test "${enable_tbarnative+set}" = set; then :
13640 enableval=$enable_tbarnative;
13641 if test "$enableval" = yes; then
13642 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
13643 else
13644 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
13645 fi
13646
13647 else
13648
13649 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
13650
13651 fi
13652
13653
13654 eval "$wx_cv_use_tbarnative"
13655
13656 if test x"$enablestring" = xdisable; then
13657 if test $wxUSE_TOOLBAR_NATIVE = no; then
13658 result=yes
13659 else
13660 result=no
13661 fi
13662 else
13663 result=$wxUSE_TOOLBAR_NATIVE
13664 fi
13665
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13667 $as_echo "$result" >&6; }
13668
13669
13670 enablestring=
13671 defaultval=$wxUSE_ALL_FEATURES
13672 if test -z "$defaultval"; then
13673 if test x"$enablestring" = xdisable; then
13674 defaultval=yes
13675 else
13676 defaultval=no
13677 fi
13678 fi
13679
13680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textctrl" >&5
13681 $as_echo_n "checking for --${enablestring:-enable}-textctrl... " >&6; }
13682 # Check whether --enable-textctrl was given.
13683 if test "${enable_textctrl+set}" = set; then :
13684 enableval=$enable_textctrl;
13685 if test "$enableval" = yes; then
13686 wx_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
13687 else
13688 wx_cv_use_textctrl='wxUSE_TEXTCTRL=no'
13689 fi
13690
13691 else
13692
13693 wx_cv_use_textctrl='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
13694
13695 fi
13696
13697
13698 eval "$wx_cv_use_textctrl"
13699
13700 if test x"$enablestring" = xdisable; then
13701 if test $wxUSE_TEXTCTRL = no; then
13702 result=yes
13703 else
13704 result=no
13705 fi
13706 else
13707 result=$wxUSE_TEXTCTRL
13708 fi
13709
13710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13711 $as_echo "$result" >&6; }
13712
13713
13714 enablestring=
13715 defaultval=$wxUSE_ALL_FEATURES
13716 if test -z "$defaultval"; then
13717 if test x"$enablestring" = xdisable; then
13718 defaultval=yes
13719 else
13720 defaultval=no
13721 fi
13722 fi
13723
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-datepick" >&5
13725 $as_echo_n "checking for --${enablestring:-enable}-datepick... " >&6; }
13726 # Check whether --enable-datepick was given.
13727 if test "${enable_datepick+set}" = set; then :
13728 enableval=$enable_datepick;
13729 if test "$enableval" = yes; then
13730 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=yes'
13731 else
13732 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=no'
13733 fi
13734
13735 else
13736
13737 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=${'DEFAULT_wxUSE_TIMEPICKCTRL":-$defaultval}"
13738
13739 fi
13740
13741
13742 eval "$wx_cv_use_datepick"
13743
13744 if test x"$enablestring" = xdisable; then
13745 if test $wxUSE_TIMEPICKCTRL = no; then
13746 result=yes
13747 else
13748 result=no
13749 fi
13750 else
13751 result=$wxUSE_TIMEPICKCTRL
13752 fi
13753
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13755 $as_echo "$result" >&6; }
13756
13757
13758 enablestring=
13759 defaultval=$wxUSE_ALL_FEATURES
13760 if test -z "$defaultval"; then
13761 if test x"$enablestring" = xdisable; then
13762 defaultval=yes
13763 else
13764 defaultval=no
13765 fi
13766 fi
13767
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tipwindow" >&5
13769 $as_echo_n "checking for --${enablestring:-enable}-tipwindow... " >&6; }
13770 # Check whether --enable-tipwindow was given.
13771 if test "${enable_tipwindow+set}" = set; then :
13772 enableval=$enable_tipwindow;
13773 if test "$enableval" = yes; then
13774 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
13775 else
13776 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
13777 fi
13778
13779 else
13780
13781 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
13782
13783 fi
13784
13785
13786 eval "$wx_cv_use_tipwindow"
13787
13788 if test x"$enablestring" = xdisable; then
13789 if test $wxUSE_TIPWINDOW = no; then
13790 result=yes
13791 else
13792 result=no
13793 fi
13794 else
13795 result=$wxUSE_TIPWINDOW
13796 fi
13797
13798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13799 $as_echo "$result" >&6; }
13800
13801
13802 enablestring=
13803 defaultval=$wxUSE_ALL_FEATURES
13804 if test -z "$defaultval"; then
13805 if test x"$enablestring" = xdisable; then
13806 defaultval=yes
13807 else
13808 defaultval=no
13809 fi
13810 fi
13811
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-togglebtn" >&5
13813 $as_echo_n "checking for --${enablestring:-enable}-togglebtn... " >&6; }
13814 # Check whether --enable-togglebtn was given.
13815 if test "${enable_togglebtn+set}" = set; then :
13816 enableval=$enable_togglebtn;
13817 if test "$enableval" = yes; then
13818 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
13819 else
13820 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
13821 fi
13822
13823 else
13824
13825 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
13826
13827 fi
13828
13829
13830 eval "$wx_cv_use_togglebtn"
13831
13832 if test x"$enablestring" = xdisable; then
13833 if test $wxUSE_TOGGLEBTN = no; then
13834 result=yes
13835 else
13836 result=no
13837 fi
13838 else
13839 result=$wxUSE_TOGGLEBTN
13840 fi
13841
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13843 $as_echo "$result" >&6; }
13844
13845
13846 enablestring=
13847 defaultval=$wxUSE_ALL_FEATURES
13848 if test -z "$defaultval"; then
13849 if test x"$enablestring" = xdisable; then
13850 defaultval=yes
13851 else
13852 defaultval=no
13853 fi
13854 fi
13855
13856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-toolbar" >&5
13857 $as_echo_n "checking for --${enablestring:-enable}-toolbar... " >&6; }
13858 # Check whether --enable-toolbar was given.
13859 if test "${enable_toolbar+set}" = set; then :
13860 enableval=$enable_toolbar;
13861 if test "$enableval" = yes; then
13862 wx_cv_use_toolbar='wxUSE_TOOLBAR=yes'
13863 else
13864 wx_cv_use_toolbar='wxUSE_TOOLBAR=no'
13865 fi
13866
13867 else
13868
13869 wx_cv_use_toolbar='wxUSE_TOOLBAR=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
13870
13871 fi
13872
13873
13874 eval "$wx_cv_use_toolbar"
13875
13876 if test x"$enablestring" = xdisable; then
13877 if test $wxUSE_TOOLBAR = no; then
13878 result=yes
13879 else
13880 result=no
13881 fi
13882 else
13883 result=$wxUSE_TOOLBAR
13884 fi
13885
13886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13887 $as_echo "$result" >&6; }
13888
13889
13890 enablestring=
13891 defaultval=$wxUSE_ALL_FEATURES
13892 if test -z "$defaultval"; then
13893 if test x"$enablestring" = xdisable; then
13894 defaultval=yes
13895 else
13896 defaultval=no
13897 fi
13898 fi
13899
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-toolbook" >&5
13901 $as_echo_n "checking for --${enablestring:-enable}-toolbook... " >&6; }
13902 # Check whether --enable-toolbook was given.
13903 if test "${enable_toolbook+set}" = set; then :
13904 enableval=$enable_toolbook;
13905 if test "$enableval" = yes; then
13906 wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
13907 else
13908 wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
13909 fi
13910
13911 else
13912
13913 wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
13914
13915 fi
13916
13917
13918 eval "$wx_cv_use_toolbook"
13919
13920 if test x"$enablestring" = xdisable; then
13921 if test $wxUSE_TOOLBOOK = no; then
13922 result=yes
13923 else
13924 result=no
13925 fi
13926 else
13927 result=$wxUSE_TOOLBOOK
13928 fi
13929
13930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13931 $as_echo "$result" >&6; }
13932
13933
13934 enablestring=
13935 defaultval=$wxUSE_ALL_FEATURES
13936 if test -z "$defaultval"; then
13937 if test x"$enablestring" = xdisable; then
13938 defaultval=yes
13939 else
13940 defaultval=no
13941 fi
13942 fi
13943
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treebook" >&5
13945 $as_echo_n "checking for --${enablestring:-enable}-treebook... " >&6; }
13946 # Check whether --enable-treebook was given.
13947 if test "${enable_treebook+set}" = set; then :
13948 enableval=$enable_treebook;
13949 if test "$enableval" = yes; then
13950 wx_cv_use_treebook='wxUSE_TREEBOOK=yes'
13951 else
13952 wx_cv_use_treebook='wxUSE_TREEBOOK=no'
13953 fi
13954
13955 else
13956
13957 wx_cv_use_treebook='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
13958
13959 fi
13960
13961
13962 eval "$wx_cv_use_treebook"
13963
13964 if test x"$enablestring" = xdisable; then
13965 if test $wxUSE_TREEBOOK = no; then
13966 result=yes
13967 else
13968 result=no
13969 fi
13970 else
13971 result=$wxUSE_TREEBOOK
13972 fi
13973
13974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13975 $as_echo "$result" >&6; }
13976
13977
13978 enablestring=
13979 defaultval=$wxUSE_ALL_FEATURES
13980 if test -z "$defaultval"; then
13981 if test x"$enablestring" = xdisable; then
13982 defaultval=yes
13983 else
13984 defaultval=no
13985 fi
13986 fi
13987
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treectrl" >&5
13989 $as_echo_n "checking for --${enablestring:-enable}-treectrl... " >&6; }
13990 # Check whether --enable-treectrl was given.
13991 if test "${enable_treectrl+set}" = set; then :
13992 enableval=$enable_treectrl;
13993 if test "$enableval" = yes; then
13994 wx_cv_use_treectrl='wxUSE_TREECTRL=yes'
13995 else
13996 wx_cv_use_treectrl='wxUSE_TREECTRL=no'
13997 fi
13998
13999 else
14000
14001 wx_cv_use_treectrl='wxUSE_TREECTRL=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
14002
14003 fi
14004
14005
14006 eval "$wx_cv_use_treectrl"
14007
14008 if test x"$enablestring" = xdisable; then
14009 if test $wxUSE_TREECTRL = no; then
14010 result=yes
14011 else
14012 result=no
14013 fi
14014 else
14015 result=$wxUSE_TREECTRL
14016 fi
14017
14018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14019 $as_echo "$result" >&6; }
14020
14021
14022 enablestring=
14023 defaultval=$wxUSE_ALL_FEATURES
14024 if test -z "$defaultval"; then
14025 if test x"$enablestring" = xdisable; then
14026 defaultval=yes
14027 else
14028 defaultval=no
14029 fi
14030 fi
14031
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treelist" >&5
14033 $as_echo_n "checking for --${enablestring:-enable}-treelist... " >&6; }
14034 # Check whether --enable-treelist was given.
14035 if test "${enable_treelist+set}" = set; then :
14036 enableval=$enable_treelist;
14037 if test "$enableval" = yes; then
14038 wx_cv_use_treelist='wxUSE_TREELISTCTRL=yes'
14039 else
14040 wx_cv_use_treelist='wxUSE_TREELISTCTRL=no'
14041 fi
14042
14043 else
14044
14045 wx_cv_use_treelist='wxUSE_TREELISTCTRL=${'DEFAULT_wxUSE_TREELISTCTRL":-$defaultval}"
14046
14047 fi
14048
14049
14050 eval "$wx_cv_use_treelist"
14051
14052 if test x"$enablestring" = xdisable; then
14053 if test $wxUSE_TREELISTCTRL = no; then
14054 result=yes
14055 else
14056 result=no
14057 fi
14058 else
14059 result=$wxUSE_TREELISTCTRL
14060 fi
14061
14062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14063 $as_echo "$result" >&6; }
14064
14065
14066
14067
14068 enablestring=
14069 defaultval=$wxUSE_ALL_FEATURES
14070 if test -z "$defaultval"; then
14071 if test x"$enablestring" = xdisable; then
14072 defaultval=yes
14073 else
14074 defaultval=no
14075 fi
14076 fi
14077
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-commondlg" >&5
14079 $as_echo_n "checking for --${enablestring:-enable}-commondlg... " >&6; }
14080 # Check whether --enable-commondlg was given.
14081 if test "${enable_commondlg+set}" = set; then :
14082 enableval=$enable_commondlg;
14083 if test "$enableval" = yes; then
14084 wx_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
14085 else
14086 wx_cv_use_commondlg='wxUSE_COMMONDLGS=no'
14087 fi
14088
14089 else
14090
14091 wx_cv_use_commondlg='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
14092
14093 fi
14094
14095
14096 eval "$wx_cv_use_commondlg"
14097
14098 if test x"$enablestring" = xdisable; then
14099 if test $wxUSE_COMMONDLGS = no; then
14100 result=yes
14101 else
14102 result=no
14103 fi
14104 else
14105 result=$wxUSE_COMMONDLGS
14106 fi
14107
14108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14109 $as_echo "$result" >&6; }
14110
14111
14112 enablestring=
14113 defaultval=$wxUSE_ALL_FEATURES
14114 if test -z "$defaultval"; then
14115 if test x"$enablestring" = xdisable; then
14116 defaultval=yes
14117 else
14118 defaultval=no
14119 fi
14120 fi
14121
14122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-aboutdlg" >&5
14123 $as_echo_n "checking for --${enablestring:-enable}-aboutdlg... " >&6; }
14124 # Check whether --enable-aboutdlg was given.
14125 if test "${enable_aboutdlg+set}" = set; then :
14126 enableval=$enable_aboutdlg;
14127 if test "$enableval" = yes; then
14128 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=yes'
14129 else
14130 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=no'
14131 fi
14132
14133 else
14134
14135 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
14136
14137 fi
14138
14139
14140 eval "$wx_cv_use_aboutdlg"
14141
14142 if test x"$enablestring" = xdisable; then
14143 if test $wxUSE_ABOUTDLG = no; then
14144 result=yes
14145 else
14146 result=no
14147 fi
14148 else
14149 result=$wxUSE_ABOUTDLG
14150 fi
14151
14152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14153 $as_echo "$result" >&6; }
14154
14155
14156 enablestring=
14157 defaultval=$wxUSE_ALL_FEATURES
14158 if test -z "$defaultval"; then
14159 if test x"$enablestring" = xdisable; then
14160 defaultval=yes
14161 else
14162 defaultval=no
14163 fi
14164 fi
14165
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choicedlg" >&5
14167 $as_echo_n "checking for --${enablestring:-enable}-choicedlg... " >&6; }
14168 # Check whether --enable-choicedlg was given.
14169 if test "${enable_choicedlg+set}" = set; then :
14170 enableval=$enable_choicedlg;
14171 if test "$enableval" = yes; then
14172 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
14173 else
14174 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
14175 fi
14176
14177 else
14178
14179 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
14180
14181 fi
14182
14183
14184 eval "$wx_cv_use_choicedlg"
14185
14186 if test x"$enablestring" = xdisable; then
14187 if test $wxUSE_CHOICEDLG = no; then
14188 result=yes
14189 else
14190 result=no
14191 fi
14192 else
14193 result=$wxUSE_CHOICEDLG
14194 fi
14195
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14197 $as_echo "$result" >&6; }
14198
14199
14200 enablestring=
14201 defaultval=$wxUSE_ALL_FEATURES
14202 if test -z "$defaultval"; then
14203 if test x"$enablestring" = xdisable; then
14204 defaultval=yes
14205 else
14206 defaultval=no
14207 fi
14208 fi
14209
14210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-coldlg" >&5
14211 $as_echo_n "checking for --${enablestring:-enable}-coldlg... " >&6; }
14212 # Check whether --enable-coldlg was given.
14213 if test "${enable_coldlg+set}" = set; then :
14214 enableval=$enable_coldlg;
14215 if test "$enableval" = yes; then
14216 wx_cv_use_coldlg='wxUSE_COLOURDLG=yes'
14217 else
14218 wx_cv_use_coldlg='wxUSE_COLOURDLG=no'
14219 fi
14220
14221 else
14222
14223 wx_cv_use_coldlg='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
14224
14225 fi
14226
14227
14228 eval "$wx_cv_use_coldlg"
14229
14230 if test x"$enablestring" = xdisable; then
14231 if test $wxUSE_COLOURDLG = no; then
14232 result=yes
14233 else
14234 result=no
14235 fi
14236 else
14237 result=$wxUSE_COLOURDLG
14238 fi
14239
14240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14241 $as_echo "$result" >&6; }
14242
14243
14244 enablestring=
14245 defaultval=$wxUSE_ALL_FEATURES
14246 if test -z "$defaultval"; then
14247 if test x"$enablestring" = xdisable; then
14248 defaultval=yes
14249 else
14250 defaultval=no
14251 fi
14252 fi
14253
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filedlg" >&5
14255 $as_echo_n "checking for --${enablestring:-enable}-filedlg... " >&6; }
14256 # Check whether --enable-filedlg was given.
14257 if test "${enable_filedlg+set}" = set; then :
14258 enableval=$enable_filedlg;
14259 if test "$enableval" = yes; then
14260 wx_cv_use_filedlg='wxUSE_FILEDLG=yes'
14261 else
14262 wx_cv_use_filedlg='wxUSE_FILEDLG=no'
14263 fi
14264
14265 else
14266
14267 wx_cv_use_filedlg='wxUSE_FILEDLG=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
14268
14269 fi
14270
14271
14272 eval "$wx_cv_use_filedlg"
14273
14274 if test x"$enablestring" = xdisable; then
14275 if test $wxUSE_FILEDLG = no; then
14276 result=yes
14277 else
14278 result=no
14279 fi
14280 else
14281 result=$wxUSE_FILEDLG
14282 fi
14283
14284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14285 $as_echo "$result" >&6; }
14286
14287
14288 enablestring=
14289 defaultval=$wxUSE_ALL_FEATURES
14290 if test -z "$defaultval"; then
14291 if test x"$enablestring" = xdisable; then
14292 defaultval=yes
14293 else
14294 defaultval=no
14295 fi
14296 fi
14297
14298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-finddlg" >&5
14299 $as_echo_n "checking for --${enablestring:-enable}-finddlg... " >&6; }
14300 # Check whether --enable-finddlg was given.
14301 if test "${enable_finddlg+set}" = set; then :
14302 enableval=$enable_finddlg;
14303 if test "$enableval" = yes; then
14304 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
14305 else
14306 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
14307 fi
14308
14309 else
14310
14311 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
14312
14313 fi
14314
14315
14316 eval "$wx_cv_use_finddlg"
14317
14318 if test x"$enablestring" = xdisable; then
14319 if test $wxUSE_FINDREPLDLG = no; then
14320 result=yes
14321 else
14322 result=no
14323 fi
14324 else
14325 result=$wxUSE_FINDREPLDLG
14326 fi
14327
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14329 $as_echo "$result" >&6; }
14330
14331
14332 enablestring=
14333 defaultval=$wxUSE_ALL_FEATURES
14334 if test -z "$defaultval"; then
14335 if test x"$enablestring" = xdisable; then
14336 defaultval=yes
14337 else
14338 defaultval=no
14339 fi
14340 fi
14341
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontdlg" >&5
14343 $as_echo_n "checking for --${enablestring:-enable}-fontdlg... " >&6; }
14344 # Check whether --enable-fontdlg was given.
14345 if test "${enable_fontdlg+set}" = set; then :
14346 enableval=$enable_fontdlg;
14347 if test "$enableval" = yes; then
14348 wx_cv_use_fontdlg='wxUSE_FONTDLG=yes'
14349 else
14350 wx_cv_use_fontdlg='wxUSE_FONTDLG=no'
14351 fi
14352
14353 else
14354
14355 wx_cv_use_fontdlg='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
14356
14357 fi
14358
14359
14360 eval "$wx_cv_use_fontdlg"
14361
14362 if test x"$enablestring" = xdisable; then
14363 if test $wxUSE_FONTDLG = no; then
14364 result=yes
14365 else
14366 result=no
14367 fi
14368 else
14369 result=$wxUSE_FONTDLG
14370 fi
14371
14372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14373 $as_echo "$result" >&6; }
14374
14375
14376 enablestring=
14377 defaultval=$wxUSE_ALL_FEATURES
14378 if test -z "$defaultval"; then
14379 if test x"$enablestring" = xdisable; then
14380 defaultval=yes
14381 else
14382 defaultval=no
14383 fi
14384 fi
14385
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dirdlg" >&5
14387 $as_echo_n "checking for --${enablestring:-enable}-dirdlg... " >&6; }
14388 # Check whether --enable-dirdlg was given.
14389 if test "${enable_dirdlg+set}" = set; then :
14390 enableval=$enable_dirdlg;
14391 if test "$enableval" = yes; then
14392 wx_cv_use_dirdlg='wxUSE_DIRDLG=yes'
14393 else
14394 wx_cv_use_dirdlg='wxUSE_DIRDLG=no'
14395 fi
14396
14397 else
14398
14399 wx_cv_use_dirdlg='wxUSE_DIRDLG=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
14400
14401 fi
14402
14403
14404 eval "$wx_cv_use_dirdlg"
14405
14406 if test x"$enablestring" = xdisable; then
14407 if test $wxUSE_DIRDLG = no; then
14408 result=yes
14409 else
14410 result=no
14411 fi
14412 else
14413 result=$wxUSE_DIRDLG
14414 fi
14415
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14417 $as_echo "$result" >&6; }
14418
14419
14420 enablestring=
14421 defaultval=$wxUSE_ALL_FEATURES
14422 if test -z "$defaultval"; then
14423 if test x"$enablestring" = xdisable; then
14424 defaultval=yes
14425 else
14426 defaultval=no
14427 fi
14428 fi
14429
14430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-msgdlg" >&5
14431 $as_echo_n "checking for --${enablestring:-enable}-msgdlg... " >&6; }
14432 # Check whether --enable-msgdlg was given.
14433 if test "${enable_msgdlg+set}" = set; then :
14434 enableval=$enable_msgdlg;
14435 if test "$enableval" = yes; then
14436 wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
14437 else
14438 wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
14439 fi
14440
14441 else
14442
14443 wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
14444
14445 fi
14446
14447
14448 eval "$wx_cv_use_msgdlg"
14449
14450 if test x"$enablestring" = xdisable; then
14451 if test $wxUSE_MSGDLG = no; then
14452 result=yes
14453 else
14454 result=no
14455 fi
14456 else
14457 result=$wxUSE_MSGDLG
14458 fi
14459
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14461 $as_echo "$result" >&6; }
14462
14463
14464 enablestring=
14465 defaultval=$wxUSE_ALL_FEATURES
14466 if test -z "$defaultval"; then
14467 if test x"$enablestring" = xdisable; then
14468 defaultval=yes
14469 else
14470 defaultval=no
14471 fi
14472 fi
14473
14474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-numberdlg" >&5
14475 $as_echo_n "checking for --${enablestring:-enable}-numberdlg... " >&6; }
14476 # Check whether --enable-numberdlg was given.
14477 if test "${enable_numberdlg+set}" = set; then :
14478 enableval=$enable_numberdlg;
14479 if test "$enableval" = yes; then
14480 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
14481 else
14482 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
14483 fi
14484
14485 else
14486
14487 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
14488
14489 fi
14490
14491
14492 eval "$wx_cv_use_numberdlg"
14493
14494 if test x"$enablestring" = xdisable; then
14495 if test $wxUSE_NUMBERDLG = no; then
14496 result=yes
14497 else
14498 result=no
14499 fi
14500 else
14501 result=$wxUSE_NUMBERDLG
14502 fi
14503
14504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14505 $as_echo "$result" >&6; }
14506
14507
14508 enablestring=
14509 defaultval=$wxUSE_ALL_FEATURES
14510 if test -z "$defaultval"; then
14511 if test x"$enablestring" = xdisable; then
14512 defaultval=yes
14513 else
14514 defaultval=no
14515 fi
14516 fi
14517
14518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splash" >&5
14519 $as_echo_n "checking for --${enablestring:-enable}-splash... " >&6; }
14520 # Check whether --enable-splash was given.
14521 if test "${enable_splash+set}" = set; then :
14522 enableval=$enable_splash;
14523 if test "$enableval" = yes; then
14524 wx_cv_use_splash='wxUSE_SPLASH=yes'
14525 else
14526 wx_cv_use_splash='wxUSE_SPLASH=no'
14527 fi
14528
14529 else
14530
14531 wx_cv_use_splash='wxUSE_SPLASH=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
14532
14533 fi
14534
14535
14536 eval "$wx_cv_use_splash"
14537
14538 if test x"$enablestring" = xdisable; then
14539 if test $wxUSE_SPLASH = no; then
14540 result=yes
14541 else
14542 result=no
14543 fi
14544 else
14545 result=$wxUSE_SPLASH
14546 fi
14547
14548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14549 $as_echo "$result" >&6; }
14550
14551
14552 enablestring=
14553 defaultval=$wxUSE_ALL_FEATURES
14554 if test -z "$defaultval"; then
14555 if test x"$enablestring" = xdisable; then
14556 defaultval=yes
14557 else
14558 defaultval=no
14559 fi
14560 fi
14561
14562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textdlg" >&5
14563 $as_echo_n "checking for --${enablestring:-enable}-textdlg... " >&6; }
14564 # Check whether --enable-textdlg was given.
14565 if test "${enable_textdlg+set}" = set; then :
14566 enableval=$enable_textdlg;
14567 if test "$enableval" = yes; then
14568 wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
14569 else
14570 wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
14571 fi
14572
14573 else
14574
14575 wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
14576
14577 fi
14578
14579
14580 eval "$wx_cv_use_textdlg"
14581
14582 if test x"$enablestring" = xdisable; then
14583 if test $wxUSE_TEXTDLG = no; then
14584 result=yes
14585 else
14586 result=no
14587 fi
14588 else
14589 result=$wxUSE_TEXTDLG
14590 fi
14591
14592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14593 $as_echo "$result" >&6; }
14594
14595
14596 enablestring=
14597 defaultval=$wxUSE_ALL_FEATURES
14598 if test -z "$defaultval"; then
14599 if test x"$enablestring" = xdisable; then
14600 defaultval=yes
14601 else
14602 defaultval=no
14603 fi
14604 fi
14605
14606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tipdlg" >&5
14607 $as_echo_n "checking for --${enablestring:-enable}-tipdlg... " >&6; }
14608 # Check whether --enable-tipdlg was given.
14609 if test "${enable_tipdlg+set}" = set; then :
14610 enableval=$enable_tipdlg;
14611 if test "$enableval" = yes; then
14612 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
14613 else
14614 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
14615 fi
14616
14617 else
14618
14619 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
14620
14621 fi
14622
14623
14624 eval "$wx_cv_use_tipdlg"
14625
14626 if test x"$enablestring" = xdisable; then
14627 if test $wxUSE_STARTUP_TIPS = no; then
14628 result=yes
14629 else
14630 result=no
14631 fi
14632 else
14633 result=$wxUSE_STARTUP_TIPS
14634 fi
14635
14636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14637 $as_echo "$result" >&6; }
14638
14639
14640 enablestring=
14641 defaultval=$wxUSE_ALL_FEATURES
14642 if test -z "$defaultval"; then
14643 if test x"$enablestring" = xdisable; then
14644 defaultval=yes
14645 else
14646 defaultval=no
14647 fi
14648 fi
14649
14650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-progressdlg" >&5
14651 $as_echo_n "checking for --${enablestring:-enable}-progressdlg... " >&6; }
14652 # Check whether --enable-progressdlg was given.
14653 if test "${enable_progressdlg+set}" = set; then :
14654 enableval=$enable_progressdlg;
14655 if test "$enableval" = yes; then
14656 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
14657 else
14658 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
14659 fi
14660
14661 else
14662
14663 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
14664
14665 fi
14666
14667
14668 eval "$wx_cv_use_progressdlg"
14669
14670 if test x"$enablestring" = xdisable; then
14671 if test $wxUSE_PROGRESSDLG = no; then
14672 result=yes
14673 else
14674 result=no
14675 fi
14676 else
14677 result=$wxUSE_PROGRESSDLG
14678 fi
14679
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14681 $as_echo "$result" >&6; }
14682
14683
14684 enablestring=
14685 defaultval=$wxUSE_ALL_FEATURES
14686 if test -z "$defaultval"; then
14687 if test x"$enablestring" = xdisable; then
14688 defaultval=yes
14689 else
14690 defaultval=no
14691 fi
14692 fi
14693
14694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-wizarddlg" >&5
14695 $as_echo_n "checking for --${enablestring:-enable}-wizarddlg... " >&6; }
14696 # Check whether --enable-wizarddlg was given.
14697 if test "${enable_wizarddlg+set}" = set; then :
14698 enableval=$enable_wizarddlg;
14699 if test "$enableval" = yes; then
14700 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
14701 else
14702 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
14703 fi
14704
14705 else
14706
14707 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
14708
14709 fi
14710
14711
14712 eval "$wx_cv_use_wizarddlg"
14713
14714 if test x"$enablestring" = xdisable; then
14715 if test $wxUSE_WIZARDDLG = no; then
14716 result=yes
14717 else
14718 result=no
14719 fi
14720 else
14721 result=$wxUSE_WIZARDDLG
14722 fi
14723
14724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14725 $as_echo "$result" >&6; }
14726
14727
14728
14729
14730 enablestring=
14731 defaultval=$wxUSE_ALL_FEATURES
14732 if test -z "$defaultval"; then
14733 if test x"$enablestring" = xdisable; then
14734 defaultval=yes
14735 else
14736 defaultval=no
14737 fi
14738 fi
14739
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-menus" >&5
14741 $as_echo_n "checking for --${enablestring:-enable}-menus... " >&6; }
14742 # Check whether --enable-menus was given.
14743 if test "${enable_menus+set}" = set; then :
14744 enableval=$enable_menus;
14745 if test "$enableval" = yes; then
14746 wx_cv_use_menus='wxUSE_MENUS=yes'
14747 else
14748 wx_cv_use_menus='wxUSE_MENUS=no'
14749 fi
14750
14751 else
14752
14753 wx_cv_use_menus='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
14754
14755 fi
14756
14757
14758 eval "$wx_cv_use_menus"
14759
14760 if test x"$enablestring" = xdisable; then
14761 if test $wxUSE_MENUS = no; then
14762 result=yes
14763 else
14764 result=no
14765 fi
14766 else
14767 result=$wxUSE_MENUS
14768 fi
14769
14770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14771 $as_echo "$result" >&6; }
14772
14773
14774 enablestring=
14775 defaultval=$wxUSE_ALL_FEATURES
14776 if test -z "$defaultval"; then
14777 if test x"$enablestring" = xdisable; then
14778 defaultval=yes
14779 else
14780 defaultval=no
14781 fi
14782 fi
14783
14784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-miniframe" >&5
14785 $as_echo_n "checking for --${enablestring:-enable}-miniframe... " >&6; }
14786 # Check whether --enable-miniframe was given.
14787 if test "${enable_miniframe+set}" = set; then :
14788 enableval=$enable_miniframe;
14789 if test "$enableval" = yes; then
14790 wx_cv_use_miniframe='wxUSE_MINIFRAME=yes'
14791 else
14792 wx_cv_use_miniframe='wxUSE_MINIFRAME=no'
14793 fi
14794
14795 else
14796
14797 wx_cv_use_miniframe='wxUSE_MINIFRAME=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
14798
14799 fi
14800
14801
14802 eval "$wx_cv_use_miniframe"
14803
14804 if test x"$enablestring" = xdisable; then
14805 if test $wxUSE_MINIFRAME = no; then
14806 result=yes
14807 else
14808 result=no
14809 fi
14810 else
14811 result=$wxUSE_MINIFRAME
14812 fi
14813
14814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14815 $as_echo "$result" >&6; }
14816
14817
14818 enablestring=
14819 defaultval=$wxUSE_ALL_FEATURES
14820 if test -z "$defaultval"; then
14821 if test x"$enablestring" = xdisable; then
14822 defaultval=yes
14823 else
14824 defaultval=no
14825 fi
14826 fi
14827
14828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tooltips" >&5
14829 $as_echo_n "checking for --${enablestring:-enable}-tooltips... " >&6; }
14830 # Check whether --enable-tooltips was given.
14831 if test "${enable_tooltips+set}" = set; then :
14832 enableval=$enable_tooltips;
14833 if test "$enableval" = yes; then
14834 wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
14835 else
14836 wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
14837 fi
14838
14839 else
14840
14841 wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
14842
14843 fi
14844
14845
14846 eval "$wx_cv_use_tooltips"
14847
14848 if test x"$enablestring" = xdisable; then
14849 if test $wxUSE_TOOLTIPS = no; then
14850 result=yes
14851 else
14852 result=no
14853 fi
14854 else
14855 result=$wxUSE_TOOLTIPS
14856 fi
14857
14858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14859 $as_echo "$result" >&6; }
14860
14861
14862 enablestring=
14863 defaultval=$wxUSE_ALL_FEATURES
14864 if test -z "$defaultval"; then
14865 if test x"$enablestring" = xdisable; then
14866 defaultval=yes
14867 else
14868 defaultval=no
14869 fi
14870 fi
14871
14872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splines" >&5
14873 $as_echo_n "checking for --${enablestring:-enable}-splines... " >&6; }
14874 # Check whether --enable-splines was given.
14875 if test "${enable_splines+set}" = set; then :
14876 enableval=$enable_splines;
14877 if test "$enableval" = yes; then
14878 wx_cv_use_splines='wxUSE_SPLINES=yes'
14879 else
14880 wx_cv_use_splines='wxUSE_SPLINES=no'
14881 fi
14882
14883 else
14884
14885 wx_cv_use_splines='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
14886
14887 fi
14888
14889
14890 eval "$wx_cv_use_splines"
14891
14892 if test x"$enablestring" = xdisable; then
14893 if test $wxUSE_SPLINES = no; then
14894 result=yes
14895 else
14896 result=no
14897 fi
14898 else
14899 result=$wxUSE_SPLINES
14900 fi
14901
14902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14903 $as_echo "$result" >&6; }
14904
14905
14906 enablestring=
14907 defaultval=$wxUSE_ALL_FEATURES
14908 if test -z "$defaultval"; then
14909 if test x"$enablestring" = xdisable; then
14910 defaultval=yes
14911 else
14912 defaultval=no
14913 fi
14914 fi
14915
14916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mousewheel" >&5
14917 $as_echo_n "checking for --${enablestring:-enable}-mousewheel... " >&6; }
14918 # Check whether --enable-mousewheel was given.
14919 if test "${enable_mousewheel+set}" = set; then :
14920 enableval=$enable_mousewheel;
14921 if test "$enableval" = yes; then
14922 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
14923 else
14924 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
14925 fi
14926
14927 else
14928
14929 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
14930
14931 fi
14932
14933
14934 eval "$wx_cv_use_mousewheel"
14935
14936 if test x"$enablestring" = xdisable; then
14937 if test $wxUSE_MOUSEWHEEL = no; then
14938 result=yes
14939 else
14940 result=no
14941 fi
14942 else
14943 result=$wxUSE_MOUSEWHEEL
14944 fi
14945
14946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14947 $as_echo "$result" >&6; }
14948
14949
14950 enablestring=
14951 defaultval=$wxUSE_ALL_FEATURES
14952 if test -z "$defaultval"; then
14953 if test x"$enablestring" = xdisable; then
14954 defaultval=yes
14955 else
14956 defaultval=no
14957 fi
14958 fi
14959
14960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-validators" >&5
14961 $as_echo_n "checking for --${enablestring:-enable}-validators... " >&6; }
14962 # Check whether --enable-validators was given.
14963 if test "${enable_validators+set}" = set; then :
14964 enableval=$enable_validators;
14965 if test "$enableval" = yes; then
14966 wx_cv_use_validators='wxUSE_VALIDATORS=yes'
14967 else
14968 wx_cv_use_validators='wxUSE_VALIDATORS=no'
14969 fi
14970
14971 else
14972
14973 wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
14974
14975 fi
14976
14977
14978 eval "$wx_cv_use_validators"
14979
14980 if test x"$enablestring" = xdisable; then
14981 if test $wxUSE_VALIDATORS = no; then
14982 result=yes
14983 else
14984 result=no
14985 fi
14986 else
14987 result=$wxUSE_VALIDATORS
14988 fi
14989
14990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14991 $as_echo "$result" >&6; }
14992
14993
14994 enablestring=
14995 defaultval=$wxUSE_ALL_FEATURES
14996 if test -z "$defaultval"; then
14997 if test x"$enablestring" = xdisable; then
14998 defaultval=yes
14999 else
15000 defaultval=no
15001 fi
15002 fi
15003
15004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-busyinfo" >&5
15005 $as_echo_n "checking for --${enablestring:-enable}-busyinfo... " >&6; }
15006 # Check whether --enable-busyinfo was given.
15007 if test "${enable_busyinfo+set}" = set; then :
15008 enableval=$enable_busyinfo;
15009 if test "$enableval" = yes; then
15010 wx_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
15011 else
15012 wx_cv_use_busyinfo='wxUSE_BUSYINFO=no'
15013 fi
15014
15015 else
15016
15017 wx_cv_use_busyinfo='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
15018
15019 fi
15020
15021
15022 eval "$wx_cv_use_busyinfo"
15023
15024 if test x"$enablestring" = xdisable; then
15025 if test $wxUSE_BUSYINFO = no; then
15026 result=yes
15027 else
15028 result=no
15029 fi
15030 else
15031 result=$wxUSE_BUSYINFO
15032 fi
15033
15034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15035 $as_echo "$result" >&6; }
15036
15037
15038 enablestring=
15039 defaultval=$wxUSE_ALL_FEATURES
15040 if test -z "$defaultval"; then
15041 if test x"$enablestring" = xdisable; then
15042 defaultval=yes
15043 else
15044 defaultval=no
15045 fi
15046 fi
15047
15048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-hotkey" >&5
15049 $as_echo_n "checking for --${enablestring:-enable}-hotkey... " >&6; }
15050 # Check whether --enable-hotkey was given.
15051 if test "${enable_hotkey+set}" = set; then :
15052 enableval=$enable_hotkey;
15053 if test "$enableval" = yes; then
15054 wx_cv_use_hotkey='wxUSE_HOTKEY=yes'
15055 else
15056 wx_cv_use_hotkey='wxUSE_HOTKEY=no'
15057 fi
15058
15059 else
15060
15061 wx_cv_use_hotkey='wxUSE_HOTKEY=${'DEFAULT_wxUSE_HOTKEY":-$defaultval}"
15062
15063 fi
15064
15065
15066 eval "$wx_cv_use_hotkey"
15067
15068 if test x"$enablestring" = xdisable; then
15069 if test $wxUSE_HOTKEY = no; then
15070 result=yes
15071 else
15072 result=no
15073 fi
15074 else
15075 result=$wxUSE_HOTKEY
15076 fi
15077
15078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15079 $as_echo "$result" >&6; }
15080
15081
15082 enablestring=
15083 defaultval=$wxUSE_ALL_FEATURES
15084 if test -z "$defaultval"; then
15085 if test x"$enablestring" = xdisable; then
15086 defaultval=yes
15087 else
15088 defaultval=no
15089 fi
15090 fi
15091
15092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-joystick" >&5
15093 $as_echo_n "checking for --${enablestring:-enable}-joystick... " >&6; }
15094 # Check whether --enable-joystick was given.
15095 if test "${enable_joystick+set}" = set; then :
15096 enableval=$enable_joystick;
15097 if test "$enableval" = yes; then
15098 wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
15099 else
15100 wx_cv_use_joystick='wxUSE_JOYSTICK=no'
15101 fi
15102
15103 else
15104
15105 wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
15106
15107 fi
15108
15109
15110 eval "$wx_cv_use_joystick"
15111
15112 if test x"$enablestring" = xdisable; then
15113 if test $wxUSE_JOYSTICK = no; then
15114 result=yes
15115 else
15116 result=no
15117 fi
15118 else
15119 result=$wxUSE_JOYSTICK
15120 fi
15121
15122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15123 $as_echo "$result" >&6; }
15124
15125
15126 enablestring=
15127 defaultval=$wxUSE_ALL_FEATURES
15128 if test -z "$defaultval"; then
15129 if test x"$enablestring" = xdisable; then
15130 defaultval=yes
15131 else
15132 defaultval=no
15133 fi
15134 fi
15135
15136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-metafile" >&5
15137 $as_echo_n "checking for --${enablestring:-enable}-metafile... " >&6; }
15138 # Check whether --enable-metafile was given.
15139 if test "${enable_metafile+set}" = set; then :
15140 enableval=$enable_metafile;
15141 if test "$enableval" = yes; then
15142 wx_cv_use_metafile='wxUSE_METAFILE=yes'
15143 else
15144 wx_cv_use_metafile='wxUSE_METAFILE=no'
15145 fi
15146
15147 else
15148
15149 wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
15150
15151 fi
15152
15153
15154 eval "$wx_cv_use_metafile"
15155
15156 if test x"$enablestring" = xdisable; then
15157 if test $wxUSE_METAFILE = no; then
15158 result=yes
15159 else
15160 result=no
15161 fi
15162 else
15163 result=$wxUSE_METAFILE
15164 fi
15165
15166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15167 $as_echo "$result" >&6; }
15168
15169
15170 enablestring=
15171 defaultval=$wxUSE_ALL_FEATURES
15172 if test -z "$defaultval"; then
15173 if test x"$enablestring" = xdisable; then
15174 defaultval=yes
15175 else
15176 defaultval=no
15177 fi
15178 fi
15179
15180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dragimage" >&5
15181 $as_echo_n "checking for --${enablestring:-enable}-dragimage... " >&6; }
15182 # Check whether --enable-dragimage was given.
15183 if test "${enable_dragimage+set}" = set; then :
15184 enableval=$enable_dragimage;
15185 if test "$enableval" = yes; then
15186 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
15187 else
15188 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
15189 fi
15190
15191 else
15192
15193 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
15194
15195 fi
15196
15197
15198 eval "$wx_cv_use_dragimage"
15199
15200 if test x"$enablestring" = xdisable; then
15201 if test $wxUSE_DRAGIMAGE = no; then
15202 result=yes
15203 else
15204 result=no
15205 fi
15206 else
15207 result=$wxUSE_DRAGIMAGE
15208 fi
15209
15210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15211 $as_echo "$result" >&6; }
15212
15213
15214 enablestring=
15215 defaultval=$wxUSE_ALL_FEATURES
15216 if test -z "$defaultval"; then
15217 if test x"$enablestring" = xdisable; then
15218 defaultval=yes
15219 else
15220 defaultval=no
15221 fi
15222 fi
15223
15224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-accessibility" >&5
15225 $as_echo_n "checking for --${enablestring:-enable}-accessibility... " >&6; }
15226 # Check whether --enable-accessibility was given.
15227 if test "${enable_accessibility+set}" = set; then :
15228 enableval=$enable_accessibility;
15229 if test "$enableval" = yes; then
15230 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
15231 else
15232 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
15233 fi
15234
15235 else
15236
15237 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
15238
15239 fi
15240
15241
15242 eval "$wx_cv_use_accessibility"
15243
15244 if test x"$enablestring" = xdisable; then
15245 if test $wxUSE_ACCESSIBILITY = no; then
15246 result=yes
15247 else
15248 result=no
15249 fi
15250 else
15251 result=$wxUSE_ACCESSIBILITY
15252 fi
15253
15254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15255 $as_echo "$result" >&6; }
15256
15257
15258 enablestring=
15259 defaultval=$wxUSE_ALL_FEATURES
15260 if test -z "$defaultval"; then
15261 if test x"$enablestring" = xdisable; then
15262 defaultval=yes
15263 else
15264 defaultval=no
15265 fi
15266 fi
15267
15268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-uiactionsim" >&5
15269 $as_echo_n "checking for --${enablestring:-enable}-uiactionsim... " >&6; }
15270 # Check whether --enable-uiactionsim was given.
15271 if test "${enable_uiactionsim+set}" = set; then :
15272 enableval=$enable_uiactionsim;
15273 if test "$enableval" = yes; then
15274 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=yes'
15275 else
15276 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=no'
15277 fi
15278
15279 else
15280
15281 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=${'DEFAULT_wxUSE_UIACTIONSIMULATOR":-$defaultval}"
15282
15283 fi
15284
15285
15286 eval "$wx_cv_use_uiactionsim"
15287
15288 if test x"$enablestring" = xdisable; then
15289 if test $wxUSE_UIACTIONSIMULATOR = no; then
15290 result=yes
15291 else
15292 result=no
15293 fi
15294 else
15295 result=$wxUSE_UIACTIONSIMULATOR
15296 fi
15297
15298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15299 $as_echo "$result" >&6; }
15300
15301
15302 enablestring=
15303 defaultval=$wxUSE_ALL_FEATURES
15304 if test -z "$defaultval"; then
15305 if test x"$enablestring" = xdisable; then
15306 defaultval=yes
15307 else
15308 defaultval=no
15309 fi
15310 fi
15311
15312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dctransform" >&5
15313 $as_echo_n "checking for --${enablestring:-enable}-dctransform... " >&6; }
15314 # Check whether --enable-dctransform was given.
15315 if test "${enable_dctransform+set}" = set; then :
15316 enableval=$enable_dctransform;
15317 if test "$enableval" = yes; then
15318 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=yes'
15319 else
15320 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=no'
15321 fi
15322
15323 else
15324
15325 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=${'DEFAULT_wxUSE_DC_TRANSFORM_MATRIX":-$defaultval}"
15326
15327 fi
15328
15329
15330 eval "$wx_cv_use_dctransform"
15331
15332 if test x"$enablestring" = xdisable; then
15333 if test $wxUSE_DC_TRANSFORM_MATRIX = no; then
15334 result=yes
15335 else
15336 result=no
15337 fi
15338 else
15339 result=$wxUSE_DC_TRANSFORM_MATRIX
15340 fi
15341
15342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15343 $as_echo "$result" >&6; }
15344
15345
15346 enablestring=
15347 defaultval=$wxUSE_ALL_FEATURES
15348 if test -z "$defaultval"; then
15349 if test x"$enablestring" = xdisable; then
15350 defaultval=yes
15351 else
15352 defaultval=no
15353 fi
15354 fi
15355
15356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webviewwebkit" >&5
15357 $as_echo_n "checking for --${enablestring:-enable}-webviewwebkit... " >&6; }
15358 # Check whether --enable-webviewwebkit was given.
15359 if test "${enable_webviewwebkit+set}" = set; then :
15360 enableval=$enable_webviewwebkit;
15361 if test "$enableval" = yes; then
15362 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=yes'
15363 else
15364 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=no'
15365 fi
15366
15367 else
15368
15369 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=${'DEFAULT_wxUSE_WEBVIEW_WEBKIT":-$defaultval}"
15370
15371 fi
15372
15373
15374 eval "$wx_cv_use_webviewwebkit"
15375
15376 if test x"$enablestring" = xdisable; then
15377 if test $wxUSE_WEBVIEW_WEBKIT = no; then
15378 result=yes
15379 else
15380 result=no
15381 fi
15382 else
15383 result=$wxUSE_WEBVIEW_WEBKIT
15384 fi
15385
15386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15387 $as_echo "$result" >&6; }
15388
15389
15390
15391
15392 enablestring=
15393 defaultval=$wxUSE_ALL_FEATURES
15394 if test -z "$defaultval"; then
15395 if test x"$enablestring" = xdisable; then
15396 defaultval=yes
15397 else
15398 defaultval=no
15399 fi
15400 fi
15401
15402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-palette" >&5
15403 $as_echo_n "checking for --${enablestring:-enable}-palette... " >&6; }
15404 # Check whether --enable-palette was given.
15405 if test "${enable_palette+set}" = set; then :
15406 enableval=$enable_palette;
15407 if test "$enableval" = yes; then
15408 wx_cv_use_palette='wxUSE_PALETTE=yes'
15409 else
15410 wx_cv_use_palette='wxUSE_PALETTE=no'
15411 fi
15412
15413 else
15414
15415 wx_cv_use_palette='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
15416
15417 fi
15418
15419
15420 eval "$wx_cv_use_palette"
15421
15422 if test x"$enablestring" = xdisable; then
15423 if test $wxUSE_PALETTE = no; then
15424 result=yes
15425 else
15426 result=no
15427 fi
15428 else
15429 result=$wxUSE_PALETTE
15430 fi
15431
15432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15433 $as_echo "$result" >&6; }
15434
15435
15436 enablestring=
15437 defaultval=$wxUSE_ALL_FEATURES
15438 if test -z "$defaultval"; then
15439 if test x"$enablestring" = xdisable; then
15440 defaultval=yes
15441 else
15442 defaultval=no
15443 fi
15444 fi
15445
15446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-image" >&5
15447 $as_echo_n "checking for --${enablestring:-enable}-image... " >&6; }
15448 # Check whether --enable-image was given.
15449 if test "${enable_image+set}" = set; then :
15450 enableval=$enable_image;
15451 if test "$enableval" = yes; then
15452 wx_cv_use_image='wxUSE_IMAGE=yes'
15453 else
15454 wx_cv_use_image='wxUSE_IMAGE=no'
15455 fi
15456
15457 else
15458
15459 wx_cv_use_image='wxUSE_IMAGE=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
15460
15461 fi
15462
15463
15464 eval "$wx_cv_use_image"
15465
15466 if test x"$enablestring" = xdisable; then
15467 if test $wxUSE_IMAGE = no; then
15468 result=yes
15469 else
15470 result=no
15471 fi
15472 else
15473 result=$wxUSE_IMAGE
15474 fi
15475
15476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15477 $as_echo "$result" >&6; }
15478
15479
15480 enablestring=
15481 defaultval=$wxUSE_ALL_FEATURES
15482 if test -z "$defaultval"; then
15483 if test x"$enablestring" = xdisable; then
15484 defaultval=yes
15485 else
15486 defaultval=no
15487 fi
15488 fi
15489
15490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gif" >&5
15491 $as_echo_n "checking for --${enablestring:-enable}-gif... " >&6; }
15492 # Check whether --enable-gif was given.
15493 if test "${enable_gif+set}" = set; then :
15494 enableval=$enable_gif;
15495 if test "$enableval" = yes; then
15496 wx_cv_use_gif='wxUSE_GIF=yes'
15497 else
15498 wx_cv_use_gif='wxUSE_GIF=no'
15499 fi
15500
15501 else
15502
15503 wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
15504
15505 fi
15506
15507
15508 eval "$wx_cv_use_gif"
15509
15510 if test x"$enablestring" = xdisable; then
15511 if test $wxUSE_GIF = no; then
15512 result=yes
15513 else
15514 result=no
15515 fi
15516 else
15517 result=$wxUSE_GIF
15518 fi
15519
15520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15521 $as_echo "$result" >&6; }
15522
15523
15524 enablestring=
15525 defaultval=$wxUSE_ALL_FEATURES
15526 if test -z "$defaultval"; then
15527 if test x"$enablestring" = xdisable; then
15528 defaultval=yes
15529 else
15530 defaultval=no
15531 fi
15532 fi
15533
15534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-pcx" >&5
15535 $as_echo_n "checking for --${enablestring:-enable}-pcx... " >&6; }
15536 # Check whether --enable-pcx was given.
15537 if test "${enable_pcx+set}" = set; then :
15538 enableval=$enable_pcx;
15539 if test "$enableval" = yes; then
15540 wx_cv_use_pcx='wxUSE_PCX=yes'
15541 else
15542 wx_cv_use_pcx='wxUSE_PCX=no'
15543 fi
15544
15545 else
15546
15547 wx_cv_use_pcx='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
15548
15549 fi
15550
15551
15552 eval "$wx_cv_use_pcx"
15553
15554 if test x"$enablestring" = xdisable; then
15555 if test $wxUSE_PCX = no; then
15556 result=yes
15557 else
15558 result=no
15559 fi
15560 else
15561 result=$wxUSE_PCX
15562 fi
15563
15564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15565 $as_echo "$result" >&6; }
15566
15567
15568 enablestring=
15569 defaultval=$wxUSE_ALL_FEATURES
15570 if test -z "$defaultval"; then
15571 if test x"$enablestring" = xdisable; then
15572 defaultval=yes
15573 else
15574 defaultval=no
15575 fi
15576 fi
15577
15578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tga" >&5
15579 $as_echo_n "checking for --${enablestring:-enable}-tga... " >&6; }
15580 # Check whether --enable-tga was given.
15581 if test "${enable_tga+set}" = set; then :
15582 enableval=$enable_tga;
15583 if test "$enableval" = yes; then
15584 wx_cv_use_tga='wxUSE_TGA=yes'
15585 else
15586 wx_cv_use_tga='wxUSE_TGA=no'
15587 fi
15588
15589 else
15590
15591 wx_cv_use_tga='wxUSE_TGA=${'DEFAULT_wxUSE_TGA":-$defaultval}"
15592
15593 fi
15594
15595
15596 eval "$wx_cv_use_tga"
15597
15598 if test x"$enablestring" = xdisable; then
15599 if test $wxUSE_TGA = no; then
15600 result=yes
15601 else
15602 result=no
15603 fi
15604 else
15605 result=$wxUSE_TGA
15606 fi
15607
15608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15609 $as_echo "$result" >&6; }
15610
15611
15612 enablestring=
15613 defaultval=$wxUSE_ALL_FEATURES
15614 if test -z "$defaultval"; then
15615 if test x"$enablestring" = xdisable; then
15616 defaultval=yes
15617 else
15618 defaultval=no
15619 fi
15620 fi
15621
15622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-iff" >&5
15623 $as_echo_n "checking for --${enablestring:-enable}-iff... " >&6; }
15624 # Check whether --enable-iff was given.
15625 if test "${enable_iff+set}" = set; then :
15626 enableval=$enable_iff;
15627 if test "$enableval" = yes; then
15628 wx_cv_use_iff='wxUSE_IFF=yes'
15629 else
15630 wx_cv_use_iff='wxUSE_IFF=no'
15631 fi
15632
15633 else
15634
15635 wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
15636
15637 fi
15638
15639
15640 eval "$wx_cv_use_iff"
15641
15642 if test x"$enablestring" = xdisable; then
15643 if test $wxUSE_IFF = no; then
15644 result=yes
15645 else
15646 result=no
15647 fi
15648 else
15649 result=$wxUSE_IFF
15650 fi
15651
15652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15653 $as_echo "$result" >&6; }
15654
15655
15656 enablestring=
15657 defaultval=$wxUSE_ALL_FEATURES
15658 if test -z "$defaultval"; then
15659 if test x"$enablestring" = xdisable; then
15660 defaultval=yes
15661 else
15662 defaultval=no
15663 fi
15664 fi
15665
15666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-pnm" >&5
15667 $as_echo_n "checking for --${enablestring:-enable}-pnm... " >&6; }
15668 # Check whether --enable-pnm was given.
15669 if test "${enable_pnm+set}" = set; then :
15670 enableval=$enable_pnm;
15671 if test "$enableval" = yes; then
15672 wx_cv_use_pnm='wxUSE_PNM=yes'
15673 else
15674 wx_cv_use_pnm='wxUSE_PNM=no'
15675 fi
15676
15677 else
15678
15679 wx_cv_use_pnm='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
15680
15681 fi
15682
15683
15684 eval "$wx_cv_use_pnm"
15685
15686 if test x"$enablestring" = xdisable; then
15687 if test $wxUSE_PNM = no; then
15688 result=yes
15689 else
15690 result=no
15691 fi
15692 else
15693 result=$wxUSE_PNM
15694 fi
15695
15696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15697 $as_echo "$result" >&6; }
15698
15699
15700 enablestring=
15701 defaultval=$wxUSE_ALL_FEATURES
15702 if test -z "$defaultval"; then
15703 if test x"$enablestring" = xdisable; then
15704 defaultval=yes
15705 else
15706 defaultval=no
15707 fi
15708 fi
15709
15710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xpm" >&5
15711 $as_echo_n "checking for --${enablestring:-enable}-xpm... " >&6; }
15712 # Check whether --enable-xpm was given.
15713 if test "${enable_xpm+set}" = set; then :
15714 enableval=$enable_xpm;
15715 if test "$enableval" = yes; then
15716 wx_cv_use_xpm='wxUSE_XPM=yes'
15717 else
15718 wx_cv_use_xpm='wxUSE_XPM=no'
15719 fi
15720
15721 else
15722
15723 wx_cv_use_xpm='wxUSE_XPM=${'DEFAULT_wxUSE_XPM":-$defaultval}"
15724
15725 fi
15726
15727
15728 eval "$wx_cv_use_xpm"
15729
15730 if test x"$enablestring" = xdisable; then
15731 if test $wxUSE_XPM = no; then
15732 result=yes
15733 else
15734 result=no
15735 fi
15736 else
15737 result=$wxUSE_XPM
15738 fi
15739
15740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15741 $as_echo "$result" >&6; }
15742
15743
15744 enablestring=
15745 defaultval=$wxUSE_ALL_FEATURES
15746 if test -z "$defaultval"; then
15747 if test x"$enablestring" = xdisable; then
15748 defaultval=yes
15749 else
15750 defaultval=no
15751 fi
15752 fi
15753
15754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ico_cur" >&5
15755 $as_echo_n "checking for --${enablestring:-enable}-ico_cur... " >&6; }
15756 # Check whether --enable-ico_cur was given.
15757 if test "${enable_ico_cur+set}" = set; then :
15758 enableval=$enable_ico_cur;
15759 if test "$enableval" = yes; then
15760 wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
15761 else
15762 wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
15763 fi
15764
15765 else
15766
15767 wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
15768
15769 fi
15770
15771
15772 eval "$wx_cv_use_ico_cur"
15773
15774 if test x"$enablestring" = xdisable; then
15775 if test $wxUSE_ICO_CUR = no; then
15776 result=yes
15777 else
15778 result=no
15779 fi
15780 else
15781 result=$wxUSE_ICO_CUR
15782 fi
15783
15784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15785 $as_echo "$result" >&6; }
15786
15787
15788
15789
15790 enablestring=
15791 defaultval=$wxUSE_ALL_FEATURES
15792 if test -z "$defaultval"; then
15793 if test x"$enablestring" = xdisable; then
15794 defaultval=yes
15795 else
15796 defaultval=no
15797 fi
15798 fi
15799
15800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dccache" >&5
15801 $as_echo_n "checking for --${enablestring:-enable}-dccache... " >&6; }
15802 # Check whether --enable-dccache was given.
15803 if test "${enable_dccache+set}" = set; then :
15804 enableval=$enable_dccache;
15805 if test "$enableval" = yes; then
15806 wx_cv_use_dccache='wxUSE_DC_CACHEING=yes'
15807 else
15808 wx_cv_use_dccache='wxUSE_DC_CACHEING=no'
15809 fi
15810
15811 else
15812
15813 wx_cv_use_dccache='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
15814
15815 fi
15816
15817
15818 eval "$wx_cv_use_dccache"
15819
15820 if test x"$enablestring" = xdisable; then
15821 if test $wxUSE_DC_CACHEING = no; then
15822 result=yes
15823 else
15824 result=no
15825 fi
15826 else
15827 result=$wxUSE_DC_CACHEING
15828 fi
15829
15830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15831 $as_echo "$result" >&6; }
15832
15833
15834 enablestring=
15835 defaultval=$wxUSE_ALL_FEATURES
15836 if test -z "$defaultval"; then
15837 if test x"$enablestring" = xdisable; then
15838 defaultval=yes
15839 else
15840 defaultval=no
15841 fi
15842 fi
15843
15844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ps-in-msw" >&5
15845 $as_echo_n "checking for --${enablestring:-enable}-ps-in-msw... " >&6; }
15846 # Check whether --enable-ps-in-msw was given.
15847 if test "${enable_ps_in_msw+set}" = set; then :
15848 enableval=$enable_ps_in_msw;
15849 if test "$enableval" = yes; then
15850 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=yes'
15851 else
15852 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=no'
15853 fi
15854
15855 else
15856
15857 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
15858
15859 fi
15860
15861
15862 eval "$wx_cv_use_ps_in_msw"
15863
15864 if test x"$enablestring" = xdisable; then
15865 if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = no; then
15866 result=yes
15867 else
15868 result=no
15869 fi
15870 else
15871 result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
15872 fi
15873
15874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15875 $as_echo "$result" >&6; }
15876
15877
15878 enablestring=
15879 defaultval=$wxUSE_ALL_FEATURES
15880 if test -z "$defaultval"; then
15881 if test x"$enablestring" = xdisable; then
15882 defaultval=yes
15883 else
15884 defaultval=no
15885 fi
15886 fi
15887
15888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ownerdrawn" >&5
15889 $as_echo_n "checking for --${enablestring:-enable}-ownerdrawn... " >&6; }
15890 # Check whether --enable-ownerdrawn was given.
15891 if test "${enable_ownerdrawn+set}" = set; then :
15892 enableval=$enable_ownerdrawn;
15893 if test "$enableval" = yes; then
15894 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
15895 else
15896 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
15897 fi
15898
15899 else
15900
15901 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
15902
15903 fi
15904
15905
15906 eval "$wx_cv_use_ownerdrawn"
15907
15908 if test x"$enablestring" = xdisable; then
15909 if test $wxUSE_OWNER_DRAWN = no; then
15910 result=yes
15911 else
15912 result=no
15913 fi
15914 else
15915 result=$wxUSE_OWNER_DRAWN
15916 fi
15917
15918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15919 $as_echo "$result" >&6; }
15920
15921
15922 enablestring=
15923 defaultval=$wxUSE_ALL_FEATURES
15924 if test -z "$defaultval"; then
15925 if test x"$enablestring" = xdisable; then
15926 defaultval=yes
15927 else
15928 defaultval=no
15929 fi
15930 fi
15931
15932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-uxtheme" >&5
15933 $as_echo_n "checking for --${enablestring:-enable}-uxtheme... " >&6; }
15934 # Check whether --enable-uxtheme was given.
15935 if test "${enable_uxtheme+set}" = set; then :
15936 enableval=$enable_uxtheme;
15937 if test "$enableval" = yes; then
15938 wx_cv_use_uxtheme='wxUSE_UXTHEME=yes'
15939 else
15940 wx_cv_use_uxtheme='wxUSE_UXTHEME=no'
15941 fi
15942
15943 else
15944
15945 wx_cv_use_uxtheme='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
15946
15947 fi
15948
15949
15950 eval "$wx_cv_use_uxtheme"
15951
15952 if test x"$enablestring" = xdisable; then
15953 if test $wxUSE_UXTHEME = no; then
15954 result=yes
15955 else
15956 result=no
15957 fi
15958 else
15959 result=$wxUSE_UXTHEME
15960 fi
15961
15962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15963 $as_echo "$result" >&6; }
15964
15965
15966 enablestring=
15967 defaultval=$wxUSE_ALL_FEATURES
15968 if test -z "$defaultval"; then
15969 if test x"$enablestring" = xdisable; then
15970 defaultval=yes
15971 else
15972 defaultval=no
15973 fi
15974 fi
15975
15976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-wxdib" >&5
15977 $as_echo_n "checking for --${enablestring:-enable}-wxdib... " >&6; }
15978 # Check whether --enable-wxdib was given.
15979 if test "${enable_wxdib+set}" = set; then :
15980 enableval=$enable_wxdib;
15981 if test "$enableval" = yes; then
15982 wx_cv_use_wxdib='wxUSE_DIB=yes'
15983 else
15984 wx_cv_use_wxdib='wxUSE_DIB=no'
15985 fi
15986
15987 else
15988
15989 wx_cv_use_wxdib='wxUSE_DIB=${'DEFAULT_wxUSE_DIB":-$defaultval}"
15990
15991 fi
15992
15993
15994 eval "$wx_cv_use_wxdib"
15995
15996 if test x"$enablestring" = xdisable; then
15997 if test $wxUSE_DIB = no; then
15998 result=yes
15999 else
16000 result=no
16001 fi
16002 else
16003 result=$wxUSE_DIB
16004 fi
16005
16006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16007 $as_echo "$result" >&6; }
16008
16009
16010 enablestring=
16011 defaultval=$wxUSE_ALL_FEATURES
16012 if test -z "$defaultval"; then
16013 if test x"$enablestring" = xdisable; then
16014 defaultval=yes
16015 else
16016 defaultval=no
16017 fi
16018 fi
16019
16020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webviewie" >&5
16021 $as_echo_n "checking for --${enablestring:-enable}-webviewie... " >&6; }
16022 # Check whether --enable-webviewie was given.
16023 if test "${enable_webviewie+set}" = set; then :
16024 enableval=$enable_webviewie;
16025 if test "$enableval" = yes; then
16026 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=yes'
16027 else
16028 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=no'
16029 fi
16030
16031 else
16032
16033 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=${'DEFAULT_wxUSE_WEBVIEW_IE":-$defaultval}"
16034
16035 fi
16036
16037
16038 eval "$wx_cv_use_webviewie"
16039
16040 if test x"$enablestring" = xdisable; then
16041 if test $wxUSE_WEBVIEW_IE = no; then
16042 result=yes
16043 else
16044 result=no
16045 fi
16046 else
16047 result=$wxUSE_WEBVIEW_IE
16048 fi
16049
16050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16051 $as_echo "$result" >&6; }
16052
16053
16054 if test "$wxUSE_MSW" != 1; then
16055 DEFAULT_wxUSE_AUTOID_MANAGEMENT=no
16056 fi
16057
16058
16059 enablestring=
16060 defaultval=$wxUSE_ALL_FEATURES
16061 if test -z "$defaultval"; then
16062 if test x"$enablestring" = xdisable; then
16063 defaultval=yes
16064 else
16065 defaultval=no
16066 fi
16067 fi
16068
16069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-autoidman" >&5
16070 $as_echo_n "checking for --${enablestring:-enable}-autoidman... " >&6; }
16071 # Check whether --enable-autoidman was given.
16072 if test "${enable_autoidman+set}" = set; then :
16073 enableval=$enable_autoidman;
16074 if test "$enableval" = yes; then
16075 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=yes'
16076 else
16077 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=no'
16078 fi
16079
16080 else
16081
16082 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=${'DEFAULT_wxUSE_AUTOID_MANAGEMENT":-$defaultval}"
16083
16084 fi
16085
16086
16087 eval "$wx_cv_use_autoidman"
16088
16089 if test x"$enablestring" = xdisable; then
16090 if test $wxUSE_AUTOID_MANAGEMENT = no; then
16091 result=yes
16092 else
16093 result=no
16094 fi
16095 else
16096 result=$wxUSE_AUTOID_MANAGEMENT
16097 fi
16098
16099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16100 $as_echo "$result" >&6; }
16101
16102
16103 fi
16104
16105
16106 cat >confcache <<\_ACEOF
16107 # This file is a shell script that caches the results of configure
16108 # tests run on this system so they can be shared between configure
16109 # scripts and configure runs, see configure's option --config-cache.
16110 # It is not useful on other systems. If it contains results you don't
16111 # want to keep, you may remove or edit it.
16112 #
16113 # config.status only pays attention to the cache file if you give it
16114 # the --recheck option to rerun configure.
16115 #
16116 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16117 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16118 # following values.
16119
16120 _ACEOF
16121
16122 # The following way of writing the cache mishandles newlines in values,
16123 # but we know of no workaround that is simple, portable, and efficient.
16124 # So, we kill variables containing newlines.
16125 # Ultrix sh set writes to stderr and can't be redirected directly,
16126 # and sets the high bit in the cache file unless we assign to the vars.
16127 (
16128 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16129 eval ac_val=\$$ac_var
16130 case $ac_val in #(
16131 *${as_nl}*)
16132 case $ac_var in #(
16133 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16134 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16135 esac
16136 case $ac_var in #(
16137 _ | IFS | as_nl) ;; #(
16138 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16139 *) { eval $ac_var=; unset $ac_var;} ;;
16140 esac ;;
16141 esac
16142 done
16143
16144 (set) 2>&1 |
16145 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16146 *${as_nl}ac_space=\ *)
16147 # `set' does not quote correctly, so add quotes: double-quote
16148 # substitution turns \\\\ into \\, and sed turns \\ into \.
16149 sed -n \
16150 "s/'/'\\\\''/g;
16151 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16152 ;; #(
16153 *)
16154 # `set' quotes correctly as required by POSIX, so do not add quotes.
16155 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16156 ;;
16157 esac |
16158 sort
16159 ) |
16160 sed '
16161 /^ac_cv_env_/b end
16162 t clear
16163 :clear
16164 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16165 t end
16166 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16167 :end' >>confcache
16168 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16169 if test -w "$cache_file"; then
16170 test "x$cache_file" != "x/dev/null" &&
16171 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16172 $as_echo "$as_me: updating cache $cache_file" >&6;}
16173 cat confcache >$cache_file
16174 else
16175 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16176 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16177 fi
16178 fi
16179 rm -f confcache
16180
16181 CFLAGS=${CFLAGS:=}
16182 ac_ext=c
16183 ac_cpp='$CPP $CPPFLAGS'
16184 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16185 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16186 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16187 if test -n "$ac_tool_prefix"; then
16188 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
16189 set dummy ${ac_tool_prefix}gcc; ac_word=$2
16190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16191 $as_echo_n "checking for $ac_word... " >&6; }
16192 if test "${ac_cv_prog_CC+set}" = set; then :
16193 $as_echo_n "(cached) " >&6
16194 else
16195 if test -n "$CC"; then
16196 ac_cv_prog_CC="$CC" # Let the user override the test.
16197 else
16198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16199 for as_dir in $PATH
16200 do
16201 IFS=$as_save_IFS
16202 test -z "$as_dir" && as_dir=.
16203 for ac_exec_ext in '' $ac_executable_extensions; do
16204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16205 ac_cv_prog_CC="${ac_tool_prefix}gcc"
16206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16207 break 2
16208 fi
16209 done
16210 done
16211 IFS=$as_save_IFS
16212
16213 fi
16214 fi
16215 CC=$ac_cv_prog_CC
16216 if test -n "$CC"; then
16217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16218 $as_echo "$CC" >&6; }
16219 else
16220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16221 $as_echo "no" >&6; }
16222 fi
16223
16224
16225 fi
16226 if test -z "$ac_cv_prog_CC"; then
16227 ac_ct_CC=$CC
16228 # Extract the first word of "gcc", so it can be a program name with args.
16229 set dummy gcc; ac_word=$2
16230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16231 $as_echo_n "checking for $ac_word... " >&6; }
16232 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
16233 $as_echo_n "(cached) " >&6
16234 else
16235 if test -n "$ac_ct_CC"; then
16236 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
16237 else
16238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16239 for as_dir in $PATH
16240 do
16241 IFS=$as_save_IFS
16242 test -z "$as_dir" && as_dir=.
16243 for ac_exec_ext in '' $ac_executable_extensions; do
16244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16245 ac_cv_prog_ac_ct_CC="gcc"
16246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16247 break 2
16248 fi
16249 done
16250 done
16251 IFS=$as_save_IFS
16252
16253 fi
16254 fi
16255 ac_ct_CC=$ac_cv_prog_ac_ct_CC
16256 if test -n "$ac_ct_CC"; then
16257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
16258 $as_echo "$ac_ct_CC" >&6; }
16259 else
16260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16261 $as_echo "no" >&6; }
16262 fi
16263
16264 if test "x$ac_ct_CC" = x; then
16265 CC=""
16266 else
16267 case $cross_compiling:$ac_tool_warned in
16268 yes:)
16269 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
16270 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
16271 ac_tool_warned=yes ;;
16272 esac
16273 CC=$ac_ct_CC
16274 fi
16275 else
16276 CC="$ac_cv_prog_CC"
16277 fi
16278
16279 if test -z "$CC"; then
16280 if test -n "$ac_tool_prefix"; then
16281 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
16282 set dummy ${ac_tool_prefix}cc; ac_word=$2
16283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16284 $as_echo_n "checking for $ac_word... " >&6; }
16285 if test "${ac_cv_prog_CC+set}" = set; then :
16286 $as_echo_n "(cached) " >&6
16287 else
16288 if test -n "$CC"; then
16289 ac_cv_prog_CC="$CC" # Let the user override the test.
16290 else
16291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16292 for as_dir in $PATH
16293 do
16294 IFS=$as_save_IFS
16295 test -z "$as_dir" && as_dir=.
16296 for ac_exec_ext in '' $ac_executable_extensions; do
16297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16298 ac_cv_prog_CC="${ac_tool_prefix}cc"
16299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16300 break 2
16301 fi
16302 done
16303 done
16304 IFS=$as_save_IFS
16305
16306 fi
16307 fi
16308 CC=$ac_cv_prog_CC
16309 if test -n "$CC"; then
16310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16311 $as_echo "$CC" >&6; }
16312 else
16313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16314 $as_echo "no" >&6; }
16315 fi
16316
16317
16318 fi
16319 fi
16320 if test -z "$CC"; then
16321 # Extract the first word of "cc", so it can be a program name with args.
16322 set dummy cc; ac_word=$2
16323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16324 $as_echo_n "checking for $ac_word... " >&6; }
16325 if test "${ac_cv_prog_CC+set}" = set; then :
16326 $as_echo_n "(cached) " >&6
16327 else
16328 if test -n "$CC"; then
16329 ac_cv_prog_CC="$CC" # Let the user override the test.
16330 else
16331 ac_prog_rejected=no
16332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16333 for as_dir in $PATH
16334 do
16335 IFS=$as_save_IFS
16336 test -z "$as_dir" && as_dir=.
16337 for ac_exec_ext in '' $ac_executable_extensions; do
16338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16339 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
16340 ac_prog_rejected=yes
16341 continue
16342 fi
16343 ac_cv_prog_CC="cc"
16344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16345 break 2
16346 fi
16347 done
16348 done
16349 IFS=$as_save_IFS
16350
16351 if test $ac_prog_rejected = yes; then
16352 # We found a bogon in the path, so make sure we never use it.
16353 set dummy $ac_cv_prog_CC
16354 shift
16355 if test $# != 0; then
16356 # We chose a different compiler from the bogus one.
16357 # However, it has the same basename, so the bogon will be chosen
16358 # first if we set CC to just the basename; use the full file name.
16359 shift
16360 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
16361 fi
16362 fi
16363 fi
16364 fi
16365 CC=$ac_cv_prog_CC
16366 if test -n "$CC"; then
16367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16368 $as_echo "$CC" >&6; }
16369 else
16370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16371 $as_echo "no" >&6; }
16372 fi
16373
16374
16375 fi
16376 if test -z "$CC"; then
16377 if test -n "$ac_tool_prefix"; then
16378 for ac_prog in cl.exe
16379 do
16380 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16381 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
16382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16383 $as_echo_n "checking for $ac_word... " >&6; }
16384 if test "${ac_cv_prog_CC+set}" = set; then :
16385 $as_echo_n "(cached) " >&6
16386 else
16387 if test -n "$CC"; then
16388 ac_cv_prog_CC="$CC" # Let the user override the test.
16389 else
16390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16391 for as_dir in $PATH
16392 do
16393 IFS=$as_save_IFS
16394 test -z "$as_dir" && as_dir=.
16395 for ac_exec_ext in '' $ac_executable_extensions; do
16396 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16397 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
16398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16399 break 2
16400 fi
16401 done
16402 done
16403 IFS=$as_save_IFS
16404
16405 fi
16406 fi
16407 CC=$ac_cv_prog_CC
16408 if test -n "$CC"; then
16409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16410 $as_echo "$CC" >&6; }
16411 else
16412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16413 $as_echo "no" >&6; }
16414 fi
16415
16416
16417 test -n "$CC" && break
16418 done
16419 fi
16420 if test -z "$CC"; then
16421 ac_ct_CC=$CC
16422 for ac_prog in cl.exe
16423 do
16424 # Extract the first word of "$ac_prog", so it can be a program name with args.
16425 set dummy $ac_prog; ac_word=$2
16426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16427 $as_echo_n "checking for $ac_word... " >&6; }
16428 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
16429 $as_echo_n "(cached) " >&6
16430 else
16431 if test -n "$ac_ct_CC"; then
16432 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
16433 else
16434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16435 for as_dir in $PATH
16436 do
16437 IFS=$as_save_IFS
16438 test -z "$as_dir" && as_dir=.
16439 for ac_exec_ext in '' $ac_executable_extensions; do
16440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16441 ac_cv_prog_ac_ct_CC="$ac_prog"
16442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16443 break 2
16444 fi
16445 done
16446 done
16447 IFS=$as_save_IFS
16448
16449 fi
16450 fi
16451 ac_ct_CC=$ac_cv_prog_ac_ct_CC
16452 if test -n "$ac_ct_CC"; then
16453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
16454 $as_echo "$ac_ct_CC" >&6; }
16455 else
16456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16457 $as_echo "no" >&6; }
16458 fi
16459
16460
16461 test -n "$ac_ct_CC" && break
16462 done
16463
16464 if test "x$ac_ct_CC" = x; then
16465 CC=""
16466 else
16467 case $cross_compiling:$ac_tool_warned in
16468 yes:)
16469 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
16470 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
16471 ac_tool_warned=yes ;;
16472 esac
16473 CC=$ac_ct_CC
16474 fi
16475 fi
16476
16477 fi
16478
16479
16480 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16481 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16482 as_fn_error $? "no acceptable C compiler found in \$PATH
16483 See \`config.log' for more details" "$LINENO" 5 ; }
16484
16485 # Provide some information about the compiler.
16486 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
16487 set X $ac_compile
16488 ac_compiler=$2
16489 for ac_option in --version -v -V -qversion; do
16490 { { ac_try="$ac_compiler $ac_option >&5"
16491 case "(($ac_try" in
16492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16493 *) ac_try_echo=$ac_try;;
16494 esac
16495 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16496 $as_echo "$ac_try_echo"; } >&5
16497 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
16498 ac_status=$?
16499 if test -s conftest.err; then
16500 sed '10a\
16501 ... rest of stderr output deleted ...
16502 10q' conftest.err >conftest.er1
16503 cat conftest.er1 >&5
16504 fi
16505 rm -f conftest.er1 conftest.err
16506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16507 test $ac_status = 0; }
16508 done
16509
16510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16511 /* end confdefs.h. */
16512
16513 int
16514 main ()
16515 {
16516
16517 ;
16518 return 0;
16519 }
16520 _ACEOF
16521 ac_clean_files_save=$ac_clean_files
16522 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
16523 # Try to create an executable without -o first, disregard a.out.
16524 # It will help us diagnose broken compilers, and finding out an intuition
16525 # of exeext.
16526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
16527 $as_echo_n "checking whether the C compiler works... " >&6; }
16528 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
16529
16530 # The possible output files:
16531 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
16532
16533 ac_rmfiles=
16534 for ac_file in $ac_files
16535 do
16536 case $ac_file in
16537 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
16538 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
16539 esac
16540 done
16541 rm -f $ac_rmfiles
16542
16543 if { { ac_try="$ac_link_default"
16544 case "(($ac_try" in
16545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16546 *) ac_try_echo=$ac_try;;
16547 esac
16548 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16549 $as_echo "$ac_try_echo"; } >&5
16550 (eval "$ac_link_default") 2>&5
16551 ac_status=$?
16552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16553 test $ac_status = 0; }; then :
16554 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
16555 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
16556 # in a Makefile. We should not override ac_cv_exeext if it was cached,
16557 # so that the user can short-circuit this test for compilers unknown to
16558 # Autoconf.
16559 for ac_file in $ac_files ''
16560 do
16561 test -f "$ac_file" || continue
16562 case $ac_file in
16563 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
16564 ;;
16565 [ab].out )
16566 # We found the default executable, but exeext='' is most
16567 # certainly right.
16568 break;;
16569 *.* )
16570 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
16571 then :; else
16572 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
16573 fi
16574 # We set ac_cv_exeext here because the later test for it is not
16575 # safe: cross compilers may not add the suffix if given an `-o'
16576 # argument, so we may need to know it at that point already.
16577 # Even if this section looks crufty: it has the advantage of
16578 # actually working.
16579 break;;
16580 * )
16581 break;;
16582 esac
16583 done
16584 test "$ac_cv_exeext" = no && ac_cv_exeext=
16585
16586 else
16587 ac_file=''
16588 fi
16589 if test -z "$ac_file"; then :
16590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16591 $as_echo "no" >&6; }
16592 $as_echo "$as_me: failed program was:" >&5
16593 sed 's/^/| /' conftest.$ac_ext >&5
16594
16595 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16596 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16597 as_fn_error 77 "C compiler cannot create executables
16598 See \`config.log' for more details" "$LINENO" 5 ; }
16599 else
16600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16601 $as_echo "yes" >&6; }
16602 fi
16603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
16604 $as_echo_n "checking for C compiler default output file name... " >&6; }
16605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
16606 $as_echo "$ac_file" >&6; }
16607 ac_exeext=$ac_cv_exeext
16608
16609 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
16610 ac_clean_files=$ac_clean_files_save
16611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
16612 $as_echo_n "checking for suffix of executables... " >&6; }
16613 if { { ac_try="$ac_link"
16614 case "(($ac_try" in
16615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16616 *) ac_try_echo=$ac_try;;
16617 esac
16618 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16619 $as_echo "$ac_try_echo"; } >&5
16620 (eval "$ac_link") 2>&5
16621 ac_status=$?
16622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16623 test $ac_status = 0; }; then :
16624 # If both `conftest.exe' and `conftest' are `present' (well, observable)
16625 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
16626 # work properly (i.e., refer to `conftest.exe'), while it won't with
16627 # `rm'.
16628 for ac_file in conftest.exe conftest conftest.*; do
16629 test -f "$ac_file" || continue
16630 case $ac_file in
16631 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
16632 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
16633 break;;
16634 * ) break;;
16635 esac
16636 done
16637 else
16638 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16639 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16640 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
16641 See \`config.log' for more details" "$LINENO" 5 ; }
16642 fi
16643 rm -f conftest conftest$ac_cv_exeext
16644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
16645 $as_echo "$ac_cv_exeext" >&6; }
16646
16647 rm -f conftest.$ac_ext
16648 EXEEXT=$ac_cv_exeext
16649 ac_exeext=$EXEEXT
16650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16651 /* end confdefs.h. */
16652 #include <stdio.h>
16653 int
16654 main ()
16655 {
16656 FILE *f = fopen ("conftest.out", "w");
16657 return ferror (f) || fclose (f) != 0;
16658
16659 ;
16660 return 0;
16661 }
16662 _ACEOF
16663 ac_clean_files="$ac_clean_files conftest.out"
16664 # Check that the compiler produces executables we can run. If not, either
16665 # the compiler is broken, or we cross compile.
16666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
16667 $as_echo_n "checking whether we are cross compiling... " >&6; }
16668 if test "$cross_compiling" != yes; then
16669 { { ac_try="$ac_link"
16670 case "(($ac_try" in
16671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16672 *) ac_try_echo=$ac_try;;
16673 esac
16674 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16675 $as_echo "$ac_try_echo"; } >&5
16676 (eval "$ac_link") 2>&5
16677 ac_status=$?
16678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16679 test $ac_status = 0; }
16680 if { ac_try='./conftest$ac_cv_exeext'
16681 { { case "(($ac_try" in
16682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16683 *) ac_try_echo=$ac_try;;
16684 esac
16685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16686 $as_echo "$ac_try_echo"; } >&5
16687 (eval "$ac_try") 2>&5
16688 ac_status=$?
16689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16690 test $ac_status = 0; }; }; then
16691 cross_compiling=no
16692 else
16693 if test "$cross_compiling" = maybe; then
16694 cross_compiling=yes
16695 else
16696 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16697 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16698 as_fn_error $? "cannot run C compiled programs.
16699 If you meant to cross compile, use \`--host'.
16700 See \`config.log' for more details" "$LINENO" 5 ; }
16701 fi
16702 fi
16703 fi
16704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
16705 $as_echo "$cross_compiling" >&6; }
16706
16707 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
16708 ac_clean_files=$ac_clean_files_save
16709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
16710 $as_echo_n "checking for suffix of object files... " >&6; }
16711 if test "${ac_cv_objext+set}" = set; then :
16712 $as_echo_n "(cached) " >&6
16713 else
16714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16715 /* end confdefs.h. */
16716
16717 int
16718 main ()
16719 {
16720
16721 ;
16722 return 0;
16723 }
16724 _ACEOF
16725 rm -f conftest.o conftest.obj
16726 if { { ac_try="$ac_compile"
16727 case "(($ac_try" in
16728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16729 *) ac_try_echo=$ac_try;;
16730 esac
16731 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16732 $as_echo "$ac_try_echo"; } >&5
16733 (eval "$ac_compile") 2>&5
16734 ac_status=$?
16735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16736 test $ac_status = 0; }; then :
16737 for ac_file in conftest.o conftest.obj conftest.*; do
16738 test -f "$ac_file" || continue;
16739 case $ac_file in
16740 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
16741 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
16742 break;;
16743 esac
16744 done
16745 else
16746 $as_echo "$as_me: failed program was:" >&5
16747 sed 's/^/| /' conftest.$ac_ext >&5
16748
16749 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16750 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16751 as_fn_error $? "cannot compute suffix of object files: cannot compile
16752 See \`config.log' for more details" "$LINENO" 5 ; }
16753 fi
16754 rm -f conftest.$ac_cv_objext conftest.$ac_ext
16755 fi
16756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
16757 $as_echo "$ac_cv_objext" >&6; }
16758 OBJEXT=$ac_cv_objext
16759 ac_objext=$OBJEXT
16760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
16761 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
16762 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
16763 $as_echo_n "(cached) " >&6
16764 else
16765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16766 /* end confdefs.h. */
16767
16768 int
16769 main ()
16770 {
16771 #ifndef __GNUC__
16772 choke me
16773 #endif
16774
16775 ;
16776 return 0;
16777 }
16778 _ACEOF
16779 if ac_fn_c_try_compile "$LINENO"; then :
16780 ac_compiler_gnu=yes
16781 else
16782 ac_compiler_gnu=no
16783 fi
16784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16785 ac_cv_c_compiler_gnu=$ac_compiler_gnu
16786
16787 fi
16788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
16789 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
16790 if test $ac_compiler_gnu = yes; then
16791 GCC=yes
16792 else
16793 GCC=
16794 fi
16795 ac_test_CFLAGS=${CFLAGS+set}
16796 ac_save_CFLAGS=$CFLAGS
16797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
16798 $as_echo_n "checking whether $CC accepts -g... " >&6; }
16799 if test "${ac_cv_prog_cc_g+set}" = set; then :
16800 $as_echo_n "(cached) " >&6
16801 else
16802 ac_save_c_werror_flag=$ac_c_werror_flag
16803 ac_c_werror_flag=yes
16804 ac_cv_prog_cc_g=no
16805 CFLAGS="-g"
16806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16807 /* end confdefs.h. */
16808
16809 int
16810 main ()
16811 {
16812
16813 ;
16814 return 0;
16815 }
16816 _ACEOF
16817 if ac_fn_c_try_compile "$LINENO"; then :
16818 ac_cv_prog_cc_g=yes
16819 else
16820 CFLAGS=""
16821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16822 /* end confdefs.h. */
16823
16824 int
16825 main ()
16826 {
16827
16828 ;
16829 return 0;
16830 }
16831 _ACEOF
16832 if ac_fn_c_try_compile "$LINENO"; then :
16833
16834 else
16835 ac_c_werror_flag=$ac_save_c_werror_flag
16836 CFLAGS="-g"
16837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16838 /* end confdefs.h. */
16839
16840 int
16841 main ()
16842 {
16843
16844 ;
16845 return 0;
16846 }
16847 _ACEOF
16848 if ac_fn_c_try_compile "$LINENO"; then :
16849 ac_cv_prog_cc_g=yes
16850 fi
16851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16852 fi
16853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16854 fi
16855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16856 ac_c_werror_flag=$ac_save_c_werror_flag
16857 fi
16858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
16859 $as_echo "$ac_cv_prog_cc_g" >&6; }
16860 if test "$ac_test_CFLAGS" = set; then
16861 CFLAGS=$ac_save_CFLAGS
16862 elif test $ac_cv_prog_cc_g = yes; then
16863 if test "$GCC" = yes; then
16864 CFLAGS="-g -O2"
16865 else
16866 CFLAGS="-g"
16867 fi
16868 else
16869 if test "$GCC" = yes; then
16870 CFLAGS="-O2"
16871 else
16872 CFLAGS=
16873 fi
16874 fi
16875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
16876 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
16877 if test "${ac_cv_prog_cc_c89+set}" = set; then :
16878 $as_echo_n "(cached) " >&6
16879 else
16880 ac_cv_prog_cc_c89=no
16881 ac_save_CC=$CC
16882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16883 /* end confdefs.h. */
16884 #include <stdarg.h>
16885 #include <stdio.h>
16886 #include <sys/types.h>
16887 #include <sys/stat.h>
16888 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
16889 struct buf { int x; };
16890 FILE * (*rcsopen) (struct buf *, struct stat *, int);
16891 static char *e (p, i)
16892 char **p;
16893 int i;
16894 {
16895 return p[i];
16896 }
16897 static char *f (char * (*g) (char **, int), char **p, ...)
16898 {
16899 char *s;
16900 va_list v;
16901 va_start (v,p);
16902 s = g (p, va_arg (v,int));
16903 va_end (v);
16904 return s;
16905 }
16906
16907 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
16908 function prototypes and stuff, but not '\xHH' hex character constants.
16909 These don't provoke an error unfortunately, instead are silently treated
16910 as 'x'. The following induces an error, until -std is added to get
16911 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
16912 array size at least. It's necessary to write '\x00'==0 to get something
16913 that's true only with -std. */
16914 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
16915
16916 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
16917 inside strings and character constants. */
16918 #define FOO(x) 'x'
16919 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
16920
16921 int test (int i, double x);
16922 struct s1 {int (*f) (int a);};
16923 struct s2 {int (*f) (double a);};
16924 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
16925 int argc;
16926 char **argv;
16927 int
16928 main ()
16929 {
16930 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
16931 ;
16932 return 0;
16933 }
16934 _ACEOF
16935 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
16936 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
16937 do
16938 CC="$ac_save_CC $ac_arg"
16939 if ac_fn_c_try_compile "$LINENO"; then :
16940 ac_cv_prog_cc_c89=$ac_arg
16941 fi
16942 rm -f core conftest.err conftest.$ac_objext
16943 test "x$ac_cv_prog_cc_c89" != "xno" && break
16944 done
16945 rm -f conftest.$ac_ext
16946 CC=$ac_save_CC
16947
16948 fi
16949 # AC_CACHE_VAL
16950 case "x$ac_cv_prog_cc_c89" in
16951 x)
16952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
16953 $as_echo "none needed" >&6; } ;;
16954 xno)
16955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
16956 $as_echo "unsupported" >&6; } ;;
16957 *)
16958 CC="$CC $ac_cv_prog_cc_c89"
16959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
16960 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
16961 esac
16962 if test "x$ac_cv_prog_cc_c89" != xno; then :
16963
16964 fi
16965
16966 ac_ext=c
16967 ac_cpp='$CPP $CPPFLAGS'
16968 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16969 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16970 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16971
16972
16973
16974
16975
16976
16977
16978
16979 ac_ext=c
16980 ac_cpp='$CPP $CPPFLAGS'
16981 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16982 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16983 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16984
16985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Intel C compiler" >&5
16986 $as_echo_n "checking whether we are using the Intel C compiler... " >&6; }
16987 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then :
16988 $as_echo_n "(cached) " >&6
16989 else
16990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16991 /* end confdefs.h. */
16992
16993 int
16994 main ()
16995 {
16996
16997 #ifndef __INTEL_COMPILER
16998 choke me
16999 #endif
17000
17001 ;
17002 return 0;
17003 }
17004 _ACEOF
17005 if ac_fn_c_try_compile "$LINENO"; then :
17006 bakefile_cv_c_compiler___INTEL_COMPILER=yes
17007 else
17008 bakefile_cv_c_compiler___INTEL_COMPILER=no
17009
17010 fi
17011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17012
17013
17014 fi
17015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
17016 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
17017 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
17018 :; INTELCC=yes
17019 else
17020 :;
17021 fi
17022 ac_ext=c
17023 ac_cpp='$CPP $CPPFLAGS'
17024 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17025 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17026 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17027
17028
17029
17030
17031 if test "$INTELCC" = "yes"; then
17032
17033
17034 ac_ext=c
17035 ac_cpp='$CPP $CPPFLAGS'
17036 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17037 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17038 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17039
17040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C compiler v8 or later" >&5
17041 $as_echo_n "checking whether we are using Intel C compiler v8 or later... " >&6; }
17042 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_800+set}" = set; then :
17043 $as_echo_n "(cached) " >&6
17044 else
17045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17046 /* end confdefs.h. */
17047
17048 int
17049 main ()
17050 {
17051
17052 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
17053 choke me
17054 #endif
17055
17056 ;
17057 return 0;
17058 }
17059 _ACEOF
17060 if ac_fn_c_try_compile "$LINENO"; then :
17061 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=yes
17062 else
17063 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=no
17064
17065 fi
17066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17067
17068
17069 fi
17070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&5
17071 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&6; }
17072 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
17073 :; INTELCC8=yes
17074 else
17075 :;
17076 fi
17077 ac_ext=c
17078 ac_cpp='$CPP $CPPFLAGS'
17079 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17080 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17081 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17082
17083
17084
17085
17086
17087 ac_ext=c
17088 ac_cpp='$CPP $CPPFLAGS'
17089 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17090 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17091 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17092
17093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C compiler v10 or later" >&5
17094 $as_echo_n "checking whether we are using Intel C compiler v10 or later... " >&6; }
17095 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000+set}" = set; then :
17096 $as_echo_n "(cached) " >&6
17097 else
17098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17099 /* end confdefs.h. */
17100
17101 int
17102 main ()
17103 {
17104
17105 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
17106 choke me
17107 #endif
17108
17109 ;
17110 return 0;
17111 }
17112 _ACEOF
17113 if ac_fn_c_try_compile "$LINENO"; then :
17114 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=yes
17115 else
17116 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=no
17117
17118 fi
17119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17120
17121
17122 fi
17123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&5
17124 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&6; }
17125 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
17126 :; INTELCC10=yes
17127 else
17128 :;
17129 fi
17130 ac_ext=c
17131 ac_cpp='$CPP $CPPFLAGS'
17132 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17133 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17134 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17135
17136
17137
17138 fi
17139
17140 if test "x$GCC" != "xyes"; then
17141 if test "xCC" = "xC"; then
17142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler requires -ext o" >&5
17143 $as_echo_n "checking if the C compiler requires -ext o... " >&6; }
17144 if test "${bakefile_cv_c_exto+set}" = set; then :
17145 $as_echo_n "(cached) " >&6
17146 else
17147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17148 /* end confdefs.h. */
17149
17150 int
17151 main ()
17152 {
17153
17154 ;
17155 return 0;
17156 }
17157 _ACEOF
17158 rm -f conftest.$ac_objext conftest.$ac_ext.o
17159 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
17160 (eval $ac_compile) 2>&5
17161 ac_status=$?
17162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17163 test $ac_status = 0; }; then :
17164 for ac_file in `(ls conftest.* 2>/dev/null)`; do
17165 case $ac_file in
17166 conftest.$ac_ext.o)
17167 bakefile_cv_c_exto="-ext o"
17168 ;;
17169 *)
17170 ;;
17171 esac
17172 done
17173 else
17174 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17175 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17176 as_fn_error $? "cannot figure out if compiler needs -ext o: cannot compile
17177 See \`config.log' for more details" "$LINENO" 5 ; }
17178
17179 fi
17180 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
17181
17182 fi
17183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_exto" >&5
17184 $as_echo "$bakefile_cv_c_exto" >&6; }
17185 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17186 if test "c" = "c"; then
17187 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
17188 fi
17189 if test "c" = "cxx"; then
17190 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
17191 fi
17192 fi
17193
17194 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17195 unset ac_cv_prog_cc_g
17196 ac_test_CFLAGS=${CFLAGS+set}
17197 ac_save_CFLAGS=$CFLAGS
17198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
17199 $as_echo_n "checking whether $CC accepts -g... " >&6; }
17200 if test "${ac_cv_prog_cc_g+set}" = set; then :
17201 $as_echo_n "(cached) " >&6
17202 else
17203 ac_save_c_werror_flag=$ac_c_werror_flag
17204 ac_c_werror_flag=yes
17205 ac_cv_prog_cc_g=no
17206 CFLAGS="-g"
17207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17208 /* end confdefs.h. */
17209
17210 int
17211 main ()
17212 {
17213
17214 ;
17215 return 0;
17216 }
17217 _ACEOF
17218 if ac_fn_c_try_compile "$LINENO"; then :
17219 ac_cv_prog_cc_g=yes
17220 else
17221 CFLAGS=""
17222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17223 /* end confdefs.h. */
17224
17225 int
17226 main ()
17227 {
17228
17229 ;
17230 return 0;
17231 }
17232 _ACEOF
17233 if ac_fn_c_try_compile "$LINENO"; then :
17234
17235 else
17236 ac_c_werror_flag=$ac_save_c_werror_flag
17237 CFLAGS="-g"
17238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17239 /* end confdefs.h. */
17240
17241 int
17242 main ()
17243 {
17244
17245 ;
17246 return 0;
17247 }
17248 _ACEOF
17249 if ac_fn_c_try_compile "$LINENO"; then :
17250 ac_cv_prog_cc_g=yes
17251 fi
17252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17253 fi
17254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17255 fi
17256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17257 ac_c_werror_flag=$ac_save_c_werror_flag
17258 fi
17259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
17260 $as_echo "$ac_cv_prog_cc_g" >&6; }
17261 if test "$ac_test_CFLAGS" = set; then
17262 CFLAGS=$ac_save_CFLAGS
17263 elif test $ac_cv_prog_cc_g = yes; then
17264 if test "$GCC" = yes; then
17265 CFLAGS="-g -O2"
17266 else
17267 CFLAGS="-g"
17268 fi
17269 else
17270 if test "$GCC" = yes; then
17271 CFLAGS="-O2"
17272 else
17273 CFLAGS=
17274 fi
17275 fi
17276 fi
17277 fi
17278
17279 case `uname -s` in
17280 AIX*)
17281
17282
17283 ac_ext=c
17284 ac_cpp='$CPP $CPPFLAGS'
17285 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17286 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17287 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17288
17289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C compiler" >&5
17290 $as_echo_n "checking whether we are using the IBM xlC C compiler... " >&6; }
17291 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then :
17292 $as_echo_n "(cached) " >&6
17293 else
17294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17295 /* end confdefs.h. */
17296
17297 int
17298 main ()
17299 {
17300
17301 #ifndef __xlC__
17302 choke me
17303 #endif
17304
17305 ;
17306 return 0;
17307 }
17308 _ACEOF
17309 if ac_fn_c_try_compile "$LINENO"; then :
17310 bakefile_cv_c_compiler___xlC__=yes
17311 else
17312 bakefile_cv_c_compiler___xlC__=no
17313
17314 fi
17315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17316
17317
17318 fi
17319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___xlC__" >&5
17320 $as_echo "$bakefile_cv_c_compiler___xlC__" >&6; }
17321 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17322 :; XLCC=yes
17323 else
17324 :;
17325 fi
17326 ac_ext=c
17327 ac_cpp='$CPP $CPPFLAGS'
17328 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17329 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17330 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17331
17332
17333
17334 ;;
17335
17336 Darwin)
17337
17338
17339 ac_ext=c
17340 ac_cpp='$CPP $CPPFLAGS'
17341 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17342 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17343 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17344
17345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Metrowerks C compiler" >&5
17346 $as_echo_n "checking whether we are using the Metrowerks C compiler... " >&6; }
17347 if test "${bakefile_cv_c_compiler___MWERKS__+set}" = set; then :
17348 $as_echo_n "(cached) " >&6
17349 else
17350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17351 /* end confdefs.h. */
17352
17353 int
17354 main ()
17355 {
17356
17357 #ifndef __MWERKS__
17358 choke me
17359 #endif
17360
17361 ;
17362 return 0;
17363 }
17364 _ACEOF
17365 if ac_fn_c_try_compile "$LINENO"; then :
17366 bakefile_cv_c_compiler___MWERKS__=yes
17367 else
17368 bakefile_cv_c_compiler___MWERKS__=no
17369
17370 fi
17371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17372
17373
17374 fi
17375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___MWERKS__" >&5
17376 $as_echo "$bakefile_cv_c_compiler___MWERKS__" >&6; }
17377 if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
17378 :; MWCC=yes
17379 else
17380 :;
17381 fi
17382 ac_ext=c
17383 ac_cpp='$CPP $CPPFLAGS'
17384 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17385 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17386 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17387
17388
17389
17390 if test "$MWCC" != "yes"; then
17391
17392
17393 ac_ext=c
17394 ac_cpp='$CPP $CPPFLAGS'
17395 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17396 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17397 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17398
17399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C compiler" >&5
17400 $as_echo_n "checking whether we are using the IBM xlC C compiler... " >&6; }
17401 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then :
17402 $as_echo_n "(cached) " >&6
17403 else
17404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17405 /* end confdefs.h. */
17406
17407 int
17408 main ()
17409 {
17410
17411 #ifndef __xlC__
17412 choke me
17413 #endif
17414
17415 ;
17416 return 0;
17417 }
17418 _ACEOF
17419 if ac_fn_c_try_compile "$LINENO"; then :
17420 bakefile_cv_c_compiler___xlC__=yes
17421 else
17422 bakefile_cv_c_compiler___xlC__=no
17423
17424 fi
17425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17426
17427
17428 fi
17429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___xlC__" >&5
17430 $as_echo "$bakefile_cv_c_compiler___xlC__" >&6; }
17431 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17432 :; XLCC=yes
17433 else
17434 :;
17435 fi
17436 ac_ext=c
17437 ac_cpp='$CPP $CPPFLAGS'
17438 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17439 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17440 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17441
17442
17443
17444 fi
17445 ;;
17446
17447 IRIX*)
17448
17449
17450 ac_ext=c
17451 ac_cpp='$CPP $CPPFLAGS'
17452 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17453 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17454 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17455
17456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the SGI C compiler" >&5
17457 $as_echo_n "checking whether we are using the SGI C compiler... " >&6; }
17458 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then :
17459 $as_echo_n "(cached) " >&6
17460 else
17461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17462 /* end confdefs.h. */
17463
17464 int
17465 main ()
17466 {
17467
17468 #ifndef _SGI_COMPILER_VERSION
17469 choke me
17470 #endif
17471
17472 ;
17473 return 0;
17474 }
17475 _ACEOF
17476 if ac_fn_c_try_compile "$LINENO"; then :
17477 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
17478 else
17479 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
17480
17481 fi
17482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17483
17484
17485 fi
17486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
17487 $as_echo "$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
17488 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
17489 :; SGICC=yes
17490 else
17491 :;
17492 fi
17493 ac_ext=c
17494 ac_cpp='$CPP $CPPFLAGS'
17495 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17496 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17497 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17498
17499
17500
17501 ;;
17502
17503 Linux*)
17504 if test "$INTELCC" != "yes"; then
17505
17506
17507 ac_ext=c
17508 ac_cpp='$CPP $CPPFLAGS'
17509 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17510 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17511 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17512
17513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C compiler" >&5
17514 $as_echo_n "checking whether we are using the Sun C compiler... " >&6; }
17515 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then :
17516 $as_echo_n "(cached) " >&6
17517 else
17518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17519 /* end confdefs.h. */
17520
17521 int
17522 main ()
17523 {
17524
17525 #ifndef __SUNPRO_C
17526 choke me
17527 #endif
17528
17529 ;
17530 return 0;
17531 }
17532 _ACEOF
17533 if ac_fn_c_try_compile "$LINENO"; then :
17534 bakefile_cv_c_compiler___SUNPRO_C=yes
17535 else
17536 bakefile_cv_c_compiler___SUNPRO_C=no
17537
17538 fi
17539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17540
17541
17542 fi
17543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17544 $as_echo "$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17545 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17546 :; SUNCC=yes
17547 else
17548 :;
17549 fi
17550 ac_ext=c
17551 ac_cpp='$CPP $CPPFLAGS'
17552 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17553 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17554 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17555
17556
17557
17558 fi
17559 ;;
17560
17561 HP-UX*)
17562
17563
17564 ac_ext=c
17565 ac_cpp='$CPP $CPPFLAGS'
17566 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17567 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17568 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17569
17570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the HP C compiler" >&5
17571 $as_echo_n "checking whether we are using the HP C compiler... " >&6; }
17572 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then :
17573 $as_echo_n "(cached) " >&6
17574 else
17575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17576 /* end confdefs.h. */
17577
17578 int
17579 main ()
17580 {
17581
17582 #ifndef __HP_cc
17583 choke me
17584 #endif
17585
17586 ;
17587 return 0;
17588 }
17589 _ACEOF
17590 if ac_fn_c_try_compile "$LINENO"; then :
17591 bakefile_cv_c_compiler___HP_cc=yes
17592 else
17593 bakefile_cv_c_compiler___HP_cc=no
17594
17595 fi
17596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17597
17598
17599 fi
17600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___HP_cc" >&5
17601 $as_echo "$bakefile_cv_c_compiler___HP_cc" >&6; }
17602 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
17603 :; HPCC=yes
17604 else
17605 :;
17606 fi
17607 ac_ext=c
17608 ac_cpp='$CPP $CPPFLAGS'
17609 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17610 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17611 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17612
17613
17614
17615 ;;
17616
17617 OSF1)
17618
17619
17620 ac_ext=c
17621 ac_cpp='$CPP $CPPFLAGS'
17622 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17623 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17624 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17625
17626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Compaq C compiler" >&5
17627 $as_echo_n "checking whether we are using the Compaq C compiler... " >&6; }
17628 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then :
17629 $as_echo_n "(cached) " >&6
17630 else
17631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17632 /* end confdefs.h. */
17633
17634 int
17635 main ()
17636 {
17637
17638 #ifndef __DECC
17639 choke me
17640 #endif
17641
17642 ;
17643 return 0;
17644 }
17645 _ACEOF
17646 if ac_fn_c_try_compile "$LINENO"; then :
17647 bakefile_cv_c_compiler___DECC=yes
17648 else
17649 bakefile_cv_c_compiler___DECC=no
17650
17651 fi
17652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17653
17654
17655 fi
17656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___DECC" >&5
17657 $as_echo "$bakefile_cv_c_compiler___DECC" >&6; }
17658 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
17659 :; COMPAQCC=yes
17660 else
17661 :;
17662 fi
17663 ac_ext=c
17664 ac_cpp='$CPP $CPPFLAGS'
17665 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17666 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17667 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17668
17669
17670
17671 ;;
17672
17673 SunOS)
17674
17675
17676 ac_ext=c
17677 ac_cpp='$CPP $CPPFLAGS'
17678 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17679 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17680 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17681
17682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C compiler" >&5
17683 $as_echo_n "checking whether we are using the Sun C compiler... " >&6; }
17684 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then :
17685 $as_echo_n "(cached) " >&6
17686 else
17687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17688 /* end confdefs.h. */
17689
17690 int
17691 main ()
17692 {
17693
17694 #ifndef __SUNPRO_C
17695 choke me
17696 #endif
17697
17698 ;
17699 return 0;
17700 }
17701 _ACEOF
17702 if ac_fn_c_try_compile "$LINENO"; then :
17703 bakefile_cv_c_compiler___SUNPRO_C=yes
17704 else
17705 bakefile_cv_c_compiler___SUNPRO_C=no
17706
17707 fi
17708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17709
17710
17711 fi
17712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17713 $as_echo "$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17714 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17715 :; SUNCC=yes
17716 else
17717 :;
17718 fi
17719 ac_ext=c
17720 ac_cpp='$CPP $CPPFLAGS'
17721 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17722 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17723 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17724
17725
17726
17727 ;;
17728 esac
17729 fi
17730
17731
17732
17733 ac_ext=c
17734 ac_cpp='$CPP $CPPFLAGS'
17735 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17736 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17737 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
17739 $as_echo_n "checking how to run the C preprocessor... " >&6; }
17740 # On Suns, sometimes $CPP names a directory.
17741 if test -n "$CPP" && test -d "$CPP"; then
17742 CPP=
17743 fi
17744 if test -z "$CPP"; then
17745 if test "${ac_cv_prog_CPP+set}" = set; then :
17746 $as_echo_n "(cached) " >&6
17747 else
17748 # Double quotes because CPP needs to be expanded
17749 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
17750 do
17751 ac_preproc_ok=false
17752 for ac_c_preproc_warn_flag in '' yes
17753 do
17754 # Use a header file that comes with gcc, so configuring glibc
17755 # with a fresh cross-compiler works.
17756 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17757 # <limits.h> exists even on freestanding compilers.
17758 # On the NeXT, cc -E runs the code through the compiler's parser,
17759 # not just through cpp. "Syntax error" is here to catch this case.
17760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17761 /* end confdefs.h. */
17762 #ifdef __STDC__
17763 # include <limits.h>
17764 #else
17765 # include <assert.h>
17766 #endif
17767 Syntax error
17768 _ACEOF
17769 if ac_fn_c_try_cpp "$LINENO"; then :
17770
17771 else
17772 # Broken: fails on valid input.
17773 continue
17774 fi
17775 rm -f conftest.err conftest.i conftest.$ac_ext
17776
17777 # OK, works on sane cases. Now check whether nonexistent headers
17778 # can be detected and how.
17779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17780 /* end confdefs.h. */
17781 #include <ac_nonexistent.h>
17782 _ACEOF
17783 if ac_fn_c_try_cpp "$LINENO"; then :
17784 # Broken: success on invalid input.
17785 continue
17786 else
17787 # Passes both tests.
17788 ac_preproc_ok=:
17789 break
17790 fi
17791 rm -f conftest.err conftest.i conftest.$ac_ext
17792
17793 done
17794 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17795 rm -f conftest.i conftest.err conftest.$ac_ext
17796 if $ac_preproc_ok; then :
17797 break
17798 fi
17799
17800 done
17801 ac_cv_prog_CPP=$CPP
17802
17803 fi
17804 CPP=$ac_cv_prog_CPP
17805 else
17806 ac_cv_prog_CPP=$CPP
17807 fi
17808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
17809 $as_echo "$CPP" >&6; }
17810 ac_preproc_ok=false
17811 for ac_c_preproc_warn_flag in '' yes
17812 do
17813 # Use a header file that comes with gcc, so configuring glibc
17814 # with a fresh cross-compiler works.
17815 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17816 # <limits.h> exists even on freestanding compilers.
17817 # On the NeXT, cc -E runs the code through the compiler's parser,
17818 # not just through cpp. "Syntax error" is here to catch this case.
17819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17820 /* end confdefs.h. */
17821 #ifdef __STDC__
17822 # include <limits.h>
17823 #else
17824 # include <assert.h>
17825 #endif
17826 Syntax error
17827 _ACEOF
17828 if ac_fn_c_try_cpp "$LINENO"; then :
17829
17830 else
17831 # Broken: fails on valid input.
17832 continue
17833 fi
17834 rm -f conftest.err conftest.i conftest.$ac_ext
17835
17836 # OK, works on sane cases. Now check whether nonexistent headers
17837 # can be detected and how.
17838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17839 /* end confdefs.h. */
17840 #include <ac_nonexistent.h>
17841 _ACEOF
17842 if ac_fn_c_try_cpp "$LINENO"; then :
17843 # Broken: success on invalid input.
17844 continue
17845 else
17846 # Passes both tests.
17847 ac_preproc_ok=:
17848 break
17849 fi
17850 rm -f conftest.err conftest.i conftest.$ac_ext
17851
17852 done
17853 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17854 rm -f conftest.i conftest.err conftest.$ac_ext
17855 if $ac_preproc_ok; then :
17856
17857 else
17858 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17859 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17860 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
17861 See \`config.log' for more details" "$LINENO" 5 ; }
17862 fi
17863
17864 ac_ext=c
17865 ac_cpp='$CPP $CPPFLAGS'
17866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17869
17870
17871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
17872 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
17873 if test "${ac_cv_path_GREP+set}" = set; then :
17874 $as_echo_n "(cached) " >&6
17875 else
17876 if test -z "$GREP"; then
17877 ac_path_GREP_found=false
17878 # Loop through the user's path and test for each of PROGNAME-LIST
17879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17880 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
17881 do
17882 IFS=$as_save_IFS
17883 test -z "$as_dir" && as_dir=.
17884 for ac_prog in grep ggrep; do
17885 for ac_exec_ext in '' $ac_executable_extensions; do
17886 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
17887 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
17888 # Check for GNU ac_path_GREP and select it if it is found.
17889 # Check for GNU $ac_path_GREP
17890 case `"$ac_path_GREP" --version 2>&1` in
17891 *GNU*)
17892 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
17893 *)
17894 ac_count=0
17895 $as_echo_n 0123456789 >"conftest.in"
17896 while :
17897 do
17898 cat "conftest.in" "conftest.in" >"conftest.tmp"
17899 mv "conftest.tmp" "conftest.in"
17900 cp "conftest.in" "conftest.nl"
17901 $as_echo 'GREP' >> "conftest.nl"
17902 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
17903 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
17904 as_fn_arith $ac_count + 1 && ac_count=$as_val
17905 if test $ac_count -gt ${ac_path_GREP_max-0}; then
17906 # Best one so far, save it but keep looking for a better one
17907 ac_cv_path_GREP="$ac_path_GREP"
17908 ac_path_GREP_max=$ac_count
17909 fi
17910 # 10*(2^10) chars as input seems more than enough
17911 test $ac_count -gt 10 && break
17912 done
17913 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
17914 esac
17915
17916 $ac_path_GREP_found && break 3
17917 done
17918 done
17919 done
17920 IFS=$as_save_IFS
17921 if test -z "$ac_cv_path_GREP"; then
17922 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
17923 fi
17924 else
17925 ac_cv_path_GREP=$GREP
17926 fi
17927
17928 fi
17929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
17930 $as_echo "$ac_cv_path_GREP" >&6; }
17931 GREP="$ac_cv_path_GREP"
17932
17933
17934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
17935 $as_echo_n "checking for egrep... " >&6; }
17936 if test "${ac_cv_path_EGREP+set}" = set; then :
17937 $as_echo_n "(cached) " >&6
17938 else
17939 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
17940 then ac_cv_path_EGREP="$GREP -E"
17941 else
17942 if test -z "$EGREP"; then
17943 ac_path_EGREP_found=false
17944 # Loop through the user's path and test for each of PROGNAME-LIST
17945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17946 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
17947 do
17948 IFS=$as_save_IFS
17949 test -z "$as_dir" && as_dir=.
17950 for ac_prog in egrep; do
17951 for ac_exec_ext in '' $ac_executable_extensions; do
17952 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
17953 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
17954 # Check for GNU ac_path_EGREP and select it if it is found.
17955 # Check for GNU $ac_path_EGREP
17956 case `"$ac_path_EGREP" --version 2>&1` in
17957 *GNU*)
17958 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
17959 *)
17960 ac_count=0
17961 $as_echo_n 0123456789 >"conftest.in"
17962 while :
17963 do
17964 cat "conftest.in" "conftest.in" >"conftest.tmp"
17965 mv "conftest.tmp" "conftest.in"
17966 cp "conftest.in" "conftest.nl"
17967 $as_echo 'EGREP' >> "conftest.nl"
17968 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
17969 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
17970 as_fn_arith $ac_count + 1 && ac_count=$as_val
17971 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
17972 # Best one so far, save it but keep looking for a better one
17973 ac_cv_path_EGREP="$ac_path_EGREP"
17974 ac_path_EGREP_max=$ac_count
17975 fi
17976 # 10*(2^10) chars as input seems more than enough
17977 test $ac_count -gt 10 && break
17978 done
17979 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
17980 esac
17981
17982 $ac_path_EGREP_found && break 3
17983 done
17984 done
17985 done
17986 IFS=$as_save_IFS
17987 if test -z "$ac_cv_path_EGREP"; then
17988 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
17989 fi
17990 else
17991 ac_cv_path_EGREP=$EGREP
17992 fi
17993
17994 fi
17995 fi
17996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
17997 $as_echo "$ac_cv_path_EGREP" >&6; }
17998 EGREP="$ac_cv_path_EGREP"
17999
18000
18001 if test $ac_cv_c_compiler_gnu = yes; then
18002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
18003 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
18004 if test "${ac_cv_prog_gcc_traditional+set}" = set; then :
18005 $as_echo_n "(cached) " >&6
18006 else
18007 ac_pattern="Autoconf.*'x'"
18008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18009 /* end confdefs.h. */
18010 #include <sgtty.h>
18011 Autoconf TIOCGETP
18012 _ACEOF
18013 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18014 $EGREP "$ac_pattern" >/dev/null 2>&1; then :
18015 ac_cv_prog_gcc_traditional=yes
18016 else
18017 ac_cv_prog_gcc_traditional=no
18018 fi
18019 rm -f conftest*
18020
18021
18022 if test $ac_cv_prog_gcc_traditional = no; then
18023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18024 /* end confdefs.h. */
18025 #include <termio.h>
18026 Autoconf TCGETA
18027 _ACEOF
18028 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18029 $EGREP "$ac_pattern" >/dev/null 2>&1; then :
18030 ac_cv_prog_gcc_traditional=yes
18031 fi
18032 rm -f conftest*
18033
18034 fi
18035 fi
18036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
18037 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
18038 if test $ac_cv_prog_gcc_traditional = yes; then
18039 CC="$CC -traditional"
18040 fi
18041 fi
18042
18043
18044 CXXFLAGS=${CXXFLAGS:=}
18045 ac_ext=cpp
18046 ac_cpp='$CXXCPP $CPPFLAGS'
18047 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18048 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18049 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18050 if test -z "$CXX"; then
18051 if test -n "$CCC"; then
18052 CXX=$CCC
18053 else
18054 if test -n "$ac_tool_prefix"; then
18055 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18056 do
18057 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
18058 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
18059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18060 $as_echo_n "checking for $ac_word... " >&6; }
18061 if test "${ac_cv_prog_CXX+set}" = set; then :
18062 $as_echo_n "(cached) " >&6
18063 else
18064 if test -n "$CXX"; then
18065 ac_cv_prog_CXX="$CXX" # Let the user override the test.
18066 else
18067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18068 for as_dir in $PATH
18069 do
18070 IFS=$as_save_IFS
18071 test -z "$as_dir" && as_dir=.
18072 for ac_exec_ext in '' $ac_executable_extensions; do
18073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18074 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
18075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18076 break 2
18077 fi
18078 done
18079 done
18080 IFS=$as_save_IFS
18081
18082 fi
18083 fi
18084 CXX=$ac_cv_prog_CXX
18085 if test -n "$CXX"; then
18086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
18087 $as_echo "$CXX" >&6; }
18088 else
18089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18090 $as_echo "no" >&6; }
18091 fi
18092
18093
18094 test -n "$CXX" && break
18095 done
18096 fi
18097 if test -z "$CXX"; then
18098 ac_ct_CXX=$CXX
18099 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18100 do
18101 # Extract the first word of "$ac_prog", so it can be a program name with args.
18102 set dummy $ac_prog; ac_word=$2
18103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18104 $as_echo_n "checking for $ac_word... " >&6; }
18105 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
18106 $as_echo_n "(cached) " >&6
18107 else
18108 if test -n "$ac_ct_CXX"; then
18109 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
18110 else
18111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18112 for as_dir in $PATH
18113 do
18114 IFS=$as_save_IFS
18115 test -z "$as_dir" && as_dir=.
18116 for ac_exec_ext in '' $ac_executable_extensions; do
18117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18118 ac_cv_prog_ac_ct_CXX="$ac_prog"
18119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18120 break 2
18121 fi
18122 done
18123 done
18124 IFS=$as_save_IFS
18125
18126 fi
18127 fi
18128 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
18129 if test -n "$ac_ct_CXX"; then
18130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
18131 $as_echo "$ac_ct_CXX" >&6; }
18132 else
18133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18134 $as_echo "no" >&6; }
18135 fi
18136
18137
18138 test -n "$ac_ct_CXX" && break
18139 done
18140
18141 if test "x$ac_ct_CXX" = x; then
18142 CXX="g++"
18143 else
18144 case $cross_compiling:$ac_tool_warned in
18145 yes:)
18146 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
18147 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
18148 ac_tool_warned=yes ;;
18149 esac
18150 CXX=$ac_ct_CXX
18151 fi
18152 fi
18153
18154 fi
18155 fi
18156 # Provide some information about the compiler.
18157 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
18158 set X $ac_compile
18159 ac_compiler=$2
18160 for ac_option in --version -v -V -qversion; do
18161 { { ac_try="$ac_compiler $ac_option >&5"
18162 case "(($ac_try" in
18163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18164 *) ac_try_echo=$ac_try;;
18165 esac
18166 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
18167 $as_echo "$ac_try_echo"; } >&5
18168 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18169 ac_status=$?
18170 if test -s conftest.err; then
18171 sed '10a\
18172 ... rest of stderr output deleted ...
18173 10q' conftest.err >conftest.er1
18174 cat conftest.er1 >&5
18175 fi
18176 rm -f conftest.er1 conftest.err
18177 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18178 test $ac_status = 0; }
18179 done
18180
18181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
18182 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
18183 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
18184 $as_echo_n "(cached) " >&6
18185 else
18186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18187 /* end confdefs.h. */
18188
18189 int
18190 main ()
18191 {
18192 #ifndef __GNUC__
18193 choke me
18194 #endif
18195
18196 ;
18197 return 0;
18198 }
18199 _ACEOF
18200 if ac_fn_cxx_try_compile "$LINENO"; then :
18201 ac_compiler_gnu=yes
18202 else
18203 ac_compiler_gnu=no
18204 fi
18205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18206 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
18207
18208 fi
18209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
18210 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
18211 if test $ac_compiler_gnu = yes; then
18212 GXX=yes
18213 else
18214 GXX=
18215 fi
18216 ac_test_CXXFLAGS=${CXXFLAGS+set}
18217 ac_save_CXXFLAGS=$CXXFLAGS
18218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
18219 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
18220 if test "${ac_cv_prog_cxx_g+set}" = set; then :
18221 $as_echo_n "(cached) " >&6
18222 else
18223 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
18224 ac_cxx_werror_flag=yes
18225 ac_cv_prog_cxx_g=no
18226 CXXFLAGS="-g"
18227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18228 /* end confdefs.h. */
18229
18230 int
18231 main ()
18232 {
18233
18234 ;
18235 return 0;
18236 }
18237 _ACEOF
18238 if ac_fn_cxx_try_compile "$LINENO"; then :
18239 ac_cv_prog_cxx_g=yes
18240 else
18241 CXXFLAGS=""
18242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18243 /* end confdefs.h. */
18244
18245 int
18246 main ()
18247 {
18248
18249 ;
18250 return 0;
18251 }
18252 _ACEOF
18253 if ac_fn_cxx_try_compile "$LINENO"; then :
18254
18255 else
18256 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
18257 CXXFLAGS="-g"
18258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18259 /* end confdefs.h. */
18260
18261 int
18262 main ()
18263 {
18264
18265 ;
18266 return 0;
18267 }
18268 _ACEOF
18269 if ac_fn_cxx_try_compile "$LINENO"; then :
18270 ac_cv_prog_cxx_g=yes
18271 fi
18272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18273 fi
18274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18275 fi
18276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18277 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
18278 fi
18279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
18280 $as_echo "$ac_cv_prog_cxx_g" >&6; }
18281 if test "$ac_test_CXXFLAGS" = set; then
18282 CXXFLAGS=$ac_save_CXXFLAGS
18283 elif test $ac_cv_prog_cxx_g = yes; then
18284 if test "$GXX" = yes; then
18285 CXXFLAGS="-g -O2"
18286 else
18287 CXXFLAGS="-g"
18288 fi
18289 else
18290 if test "$GXX" = yes; then
18291 CXXFLAGS="-O2"
18292 else
18293 CXXFLAGS=
18294 fi
18295 fi
18296 ac_ext=c
18297 ac_cpp='$CPP $CPPFLAGS'
18298 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18299 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18300 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18301
18302
18303
18304
18305
18306
18307
18308
18309 ac_ext=cpp
18310 ac_cpp='$CXXCPP $CPPFLAGS'
18311 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18312 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18313 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18314
18315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Intel C++ compiler" >&5
18316 $as_echo_n "checking whether we are using the Intel C++ compiler... " >&6; }
18317 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then :
18318 $as_echo_n "(cached) " >&6
18319 else
18320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18321 /* end confdefs.h. */
18322
18323 int
18324 main ()
18325 {
18326
18327 #ifndef __INTEL_COMPILER
18328 choke me
18329 #endif
18330
18331 ;
18332 return 0;
18333 }
18334 _ACEOF
18335 if ac_fn_cxx_try_compile "$LINENO"; then :
18336 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
18337 else
18338 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
18339
18340 fi
18341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18342
18343
18344 fi
18345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
18346 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
18347 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
18348 :; INTELCXX=yes
18349 else
18350 :;
18351 fi
18352 ac_ext=c
18353 ac_cpp='$CPP $CPPFLAGS'
18354 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18355 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18356 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18357
18358
18359
18360
18361 if test "$INTELCXX" = "yes"; then
18362
18363
18364 ac_ext=cpp
18365 ac_cpp='$CXXCPP $CPPFLAGS'
18366 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18367 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18368 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18369
18370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C++ compiler v8 or later" >&5
18371 $as_echo_n "checking whether we are using Intel C++ compiler v8 or later... " >&6; }
18372 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800+set}" = set; then :
18373 $as_echo_n "(cached) " >&6
18374 else
18375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18376 /* end confdefs.h. */
18377
18378 int
18379 main ()
18380 {
18381
18382 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
18383 choke me
18384 #endif
18385
18386 ;
18387 return 0;
18388 }
18389 _ACEOF
18390 if ac_fn_cxx_try_compile "$LINENO"; then :
18391 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=yes
18392 else
18393 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=no
18394
18395 fi
18396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18397
18398
18399 fi
18400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&5
18401 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&6; }
18402 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
18403 :; INTELCXX8=yes
18404 else
18405 :;
18406 fi
18407 ac_ext=c
18408 ac_cpp='$CPP $CPPFLAGS'
18409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18412
18413
18414
18415
18416
18417 ac_ext=cpp
18418 ac_cpp='$CXXCPP $CPPFLAGS'
18419 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18420 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18421 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18422
18423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C++ compiler v10 or later" >&5
18424 $as_echo_n "checking whether we are using Intel C++ compiler v10 or later... " >&6; }
18425 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000+set}" = set; then :
18426 $as_echo_n "(cached) " >&6
18427 else
18428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18429 /* end confdefs.h. */
18430
18431 int
18432 main ()
18433 {
18434
18435 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
18436 choke me
18437 #endif
18438
18439 ;
18440 return 0;
18441 }
18442 _ACEOF
18443 if ac_fn_cxx_try_compile "$LINENO"; then :
18444 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=yes
18445 else
18446 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=no
18447
18448 fi
18449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18450
18451
18452 fi
18453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&5
18454 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&6; }
18455 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
18456 :; INTELCXX10=yes
18457 else
18458 :;
18459 fi
18460 ac_ext=c
18461 ac_cpp='$CPP $CPPFLAGS'
18462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18463 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18465
18466
18467
18468 fi
18469
18470 if test "x$GCXX" != "xyes"; then
18471 if test "xCXX" = "xC"; then
18472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler requires -ext o" >&5
18473 $as_echo_n "checking if the C compiler requires -ext o... " >&6; }
18474 if test "${bakefile_cv_c_exto+set}" = set; then :
18475 $as_echo_n "(cached) " >&6
18476 else
18477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18478 /* end confdefs.h. */
18479
18480 int
18481 main ()
18482 {
18483
18484 ;
18485 return 0;
18486 }
18487 _ACEOF
18488 rm -f conftest.$ac_objext conftest.$ac_ext.o
18489 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
18490 (eval $ac_compile) 2>&5
18491 ac_status=$?
18492 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18493 test $ac_status = 0; }; then :
18494 for ac_file in `(ls conftest.* 2>/dev/null)`; do
18495 case $ac_file in
18496 conftest.$ac_ext.o)
18497 bakefile_cv_c_exto="-ext o"
18498 ;;
18499 *)
18500 ;;
18501 esac
18502 done
18503 else
18504 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18505 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18506 as_fn_error $? "cannot figure out if compiler needs -ext o: cannot compile
18507 See \`config.log' for more details" "$LINENO" 5 ; }
18508
18509 fi
18510 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
18511
18512 fi
18513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_exto" >&5
18514 $as_echo "$bakefile_cv_c_exto" >&6; }
18515 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18516 if test "c" = "c"; then
18517 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
18518 fi
18519 if test "c" = "cxx"; then
18520 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
18521 fi
18522 fi
18523
18524 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18525 unset ac_cv_prog_cc_g
18526 ac_test_CFLAGS=${CFLAGS+set}
18527 ac_save_CFLAGS=$CFLAGS
18528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
18529 $as_echo_n "checking whether $CC accepts -g... " >&6; }
18530 if test "${ac_cv_prog_cc_g+set}" = set; then :
18531 $as_echo_n "(cached) " >&6
18532 else
18533 ac_save_c_werror_flag=$ac_c_werror_flag
18534 ac_c_werror_flag=yes
18535 ac_cv_prog_cc_g=no
18536 CFLAGS="-g"
18537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18538 /* end confdefs.h. */
18539
18540 int
18541 main ()
18542 {
18543
18544 ;
18545 return 0;
18546 }
18547 _ACEOF
18548 if ac_fn_c_try_compile "$LINENO"; then :
18549 ac_cv_prog_cc_g=yes
18550 else
18551 CFLAGS=""
18552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18553 /* end confdefs.h. */
18554
18555 int
18556 main ()
18557 {
18558
18559 ;
18560 return 0;
18561 }
18562 _ACEOF
18563 if ac_fn_c_try_compile "$LINENO"; then :
18564
18565 else
18566 ac_c_werror_flag=$ac_save_c_werror_flag
18567 CFLAGS="-g"
18568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18569 /* end confdefs.h. */
18570
18571 int
18572 main ()
18573 {
18574
18575 ;
18576 return 0;
18577 }
18578 _ACEOF
18579 if ac_fn_c_try_compile "$LINENO"; then :
18580 ac_cv_prog_cc_g=yes
18581 fi
18582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18583 fi
18584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18585 fi
18586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18587 ac_c_werror_flag=$ac_save_c_werror_flag
18588 fi
18589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
18590 $as_echo "$ac_cv_prog_cc_g" >&6; }
18591 if test "$ac_test_CFLAGS" = set; then
18592 CFLAGS=$ac_save_CFLAGS
18593 elif test $ac_cv_prog_cc_g = yes; then
18594 if test "$GCC" = yes; then
18595 CFLAGS="-g -O2"
18596 else
18597 CFLAGS="-g"
18598 fi
18599 else
18600 if test "$GCC" = yes; then
18601 CFLAGS="-O2"
18602 else
18603 CFLAGS=
18604 fi
18605 fi
18606 fi
18607 fi
18608
18609 case `uname -s` in
18610 AIX*)
18611
18612
18613 ac_ext=cpp
18614 ac_cpp='$CXXCPP $CPPFLAGS'
18615 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18616 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18617 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18618
18619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C++ compiler" >&5
18620 $as_echo_n "checking whether we are using the IBM xlC C++ compiler... " >&6; }
18621 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then :
18622 $as_echo_n "(cached) " >&6
18623 else
18624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18625 /* end confdefs.h. */
18626
18627 int
18628 main ()
18629 {
18630
18631 #ifndef __xlC__
18632 choke me
18633 #endif
18634
18635 ;
18636 return 0;
18637 }
18638 _ACEOF
18639 if ac_fn_cxx_try_compile "$LINENO"; then :
18640 bakefile_cv_cxx_compiler___xlC__=yes
18641 else
18642 bakefile_cv_cxx_compiler___xlC__=no
18643
18644 fi
18645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18646
18647
18648 fi
18649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18650 $as_echo "$bakefile_cv_cxx_compiler___xlC__" >&6; }
18651 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18652 :; XLCXX=yes
18653 else
18654 :;
18655 fi
18656 ac_ext=c
18657 ac_cpp='$CPP $CPPFLAGS'
18658 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18659 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18660 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18661
18662
18663
18664 ;;
18665
18666 Darwin)
18667
18668
18669 ac_ext=cpp
18670 ac_cpp='$CXXCPP $CPPFLAGS'
18671 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18672 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18673 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18674
18675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Metrowerks C++ compiler" >&5
18676 $as_echo_n "checking whether we are using the Metrowerks C++ compiler... " >&6; }
18677 if test "${bakefile_cv_cxx_compiler___MWERKS__+set}" = set; then :
18678 $as_echo_n "(cached) " >&6
18679 else
18680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18681 /* end confdefs.h. */
18682
18683 int
18684 main ()
18685 {
18686
18687 #ifndef __MWERKS__
18688 choke me
18689 #endif
18690
18691 ;
18692 return 0;
18693 }
18694 _ACEOF
18695 if ac_fn_cxx_try_compile "$LINENO"; then :
18696 bakefile_cv_cxx_compiler___MWERKS__=yes
18697 else
18698 bakefile_cv_cxx_compiler___MWERKS__=no
18699
18700 fi
18701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18702
18703
18704 fi
18705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
18706 $as_echo "$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
18707 if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
18708 :; MWCXX=yes
18709 else
18710 :;
18711 fi
18712 ac_ext=c
18713 ac_cpp='$CPP $CPPFLAGS'
18714 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18715 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18716 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18717
18718
18719
18720 if test "$MWCXX" != "yes"; then
18721
18722
18723 ac_ext=cpp
18724 ac_cpp='$CXXCPP $CPPFLAGS'
18725 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18726 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18727 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18728
18729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C++ compiler" >&5
18730 $as_echo_n "checking whether we are using the IBM xlC C++ compiler... " >&6; }
18731 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then :
18732 $as_echo_n "(cached) " >&6
18733 else
18734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18735 /* end confdefs.h. */
18736
18737 int
18738 main ()
18739 {
18740
18741 #ifndef __xlC__
18742 choke me
18743 #endif
18744
18745 ;
18746 return 0;
18747 }
18748 _ACEOF
18749 if ac_fn_cxx_try_compile "$LINENO"; then :
18750 bakefile_cv_cxx_compiler___xlC__=yes
18751 else
18752 bakefile_cv_cxx_compiler___xlC__=no
18753
18754 fi
18755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18756
18757
18758 fi
18759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18760 $as_echo "$bakefile_cv_cxx_compiler___xlC__" >&6; }
18761 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18762 :; XLCXX=yes
18763 else
18764 :;
18765 fi
18766 ac_ext=c
18767 ac_cpp='$CPP $CPPFLAGS'
18768 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18769 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18770 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18771
18772
18773
18774 fi
18775 ;;
18776
18777 IRIX*)
18778
18779
18780 ac_ext=cpp
18781 ac_cpp='$CXXCPP $CPPFLAGS'
18782 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18783 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18784 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18785
18786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the SGI C++ compiler" >&5
18787 $as_echo_n "checking whether we are using the SGI C++ compiler... " >&6; }
18788 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then :
18789 $as_echo_n "(cached) " >&6
18790 else
18791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18792 /* end confdefs.h. */
18793
18794 int
18795 main ()
18796 {
18797
18798 #ifndef _SGI_COMPILER_VERSION
18799 choke me
18800 #endif
18801
18802 ;
18803 return 0;
18804 }
18805 _ACEOF
18806 if ac_fn_cxx_try_compile "$LINENO"; then :
18807 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
18808 else
18809 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
18810
18811 fi
18812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18813
18814
18815 fi
18816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
18817 $as_echo "$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
18818 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
18819 :; SGICXX=yes
18820 else
18821 :;
18822 fi
18823 ac_ext=c
18824 ac_cpp='$CPP $CPPFLAGS'
18825 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18826 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18827 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18828
18829
18830
18831 ;;
18832
18833 Linux*)
18834 if test "$INTELCXX" != "yes"; then
18835
18836
18837 ac_ext=cpp
18838 ac_cpp='$CXXCPP $CPPFLAGS'
18839 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18840 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18841 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18842
18843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C++ compiler" >&5
18844 $as_echo_n "checking whether we are using the Sun C++ compiler... " >&6; }
18845 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then :
18846 $as_echo_n "(cached) " >&6
18847 else
18848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18849 /* end confdefs.h. */
18850
18851 int
18852 main ()
18853 {
18854
18855 #ifndef __SUNPRO_CC
18856 choke me
18857 #endif
18858
18859 ;
18860 return 0;
18861 }
18862 _ACEOF
18863 if ac_fn_cxx_try_compile "$LINENO"; then :
18864 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
18865 else
18866 bakefile_cv_cxx_compiler___SUNPRO_CC=no
18867
18868 fi
18869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18870
18871
18872 fi
18873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18874 $as_echo "$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18875 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18876 :; SUNCXX=yes
18877 else
18878 :;
18879 fi
18880 ac_ext=c
18881 ac_cpp='$CPP $CPPFLAGS'
18882 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18883 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18884 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18885
18886
18887
18888 fi
18889 ;;
18890
18891 HP-UX*)
18892
18893
18894 ac_ext=cpp
18895 ac_cpp='$CXXCPP $CPPFLAGS'
18896 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18897 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18898 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18899
18900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the HP C++ compiler" >&5
18901 $as_echo_n "checking whether we are using the HP C++ compiler... " >&6; }
18902 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then :
18903 $as_echo_n "(cached) " >&6
18904 else
18905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18906 /* end confdefs.h. */
18907
18908 int
18909 main ()
18910 {
18911
18912 #ifndef __HP_aCC
18913 choke me
18914 #endif
18915
18916 ;
18917 return 0;
18918 }
18919 _ACEOF
18920 if ac_fn_cxx_try_compile "$LINENO"; then :
18921 bakefile_cv_cxx_compiler___HP_aCC=yes
18922 else
18923 bakefile_cv_cxx_compiler___HP_aCC=no
18924
18925 fi
18926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18927
18928
18929 fi
18930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
18931 $as_echo "$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
18932 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
18933 :; HPCXX=yes
18934 else
18935 :;
18936 fi
18937 ac_ext=c
18938 ac_cpp='$CPP $CPPFLAGS'
18939 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18940 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18941 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18942
18943
18944
18945 ;;
18946
18947 OSF1)
18948
18949
18950 ac_ext=cpp
18951 ac_cpp='$CXXCPP $CPPFLAGS'
18952 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18953 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18954 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18955
18956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Compaq C++ compiler" >&5
18957 $as_echo_n "checking whether we are using the Compaq C++ compiler... " >&6; }
18958 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then :
18959 $as_echo_n "(cached) " >&6
18960 else
18961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18962 /* end confdefs.h. */
18963
18964 int
18965 main ()
18966 {
18967
18968 #ifndef __DECCXX
18969 choke me
18970 #endif
18971
18972 ;
18973 return 0;
18974 }
18975 _ACEOF
18976 if ac_fn_cxx_try_compile "$LINENO"; then :
18977 bakefile_cv_cxx_compiler___DECCXX=yes
18978 else
18979 bakefile_cv_cxx_compiler___DECCXX=no
18980
18981 fi
18982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18983
18984
18985 fi
18986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
18987 $as_echo "$bakefile_cv_cxx_compiler___DECCXX" >&6; }
18988 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
18989 :; COMPAQCXX=yes
18990 else
18991 :;
18992 fi
18993 ac_ext=c
18994 ac_cpp='$CPP $CPPFLAGS'
18995 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18996 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18997 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18998
18999
19000
19001 ;;
19002
19003 SunOS)
19004
19005
19006 ac_ext=cpp
19007 ac_cpp='$CXXCPP $CPPFLAGS'
19008 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19009 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19010 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19011
19012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C++ compiler" >&5
19013 $as_echo_n "checking whether we are using the Sun C++ compiler... " >&6; }
19014 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then :
19015 $as_echo_n "(cached) " >&6
19016 else
19017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19018 /* end confdefs.h. */
19019
19020 int
19021 main ()
19022 {
19023
19024 #ifndef __SUNPRO_CC
19025 choke me
19026 #endif
19027
19028 ;
19029 return 0;
19030 }
19031 _ACEOF
19032 if ac_fn_cxx_try_compile "$LINENO"; then :
19033 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
19034 else
19035 bakefile_cv_cxx_compiler___SUNPRO_CC=no
19036
19037 fi
19038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19039
19040
19041 fi
19042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
19043 $as_echo "$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
19044 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
19045 :; SUNCXX=yes
19046 else
19047 :;
19048 fi
19049 ac_ext=c
19050 ac_cpp='$CPP $CPPFLAGS'
19051 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19052 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19053 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19054
19055
19056
19057 ;;
19058 esac
19059 fi
19060
19061
19062
19063 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
19064 as_fn_error $? "C++ compiler is needed to build wxWidgets" "$LINENO" 5
19065 fi
19066
19067 if test "x$SUNCXX" != xyes; then
19068 if test -n "$ac_tool_prefix"; then
19069 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
19070 set dummy ${ac_tool_prefix}ar; ac_word=$2
19071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19072 $as_echo_n "checking for $ac_word... " >&6; }
19073 if test "${ac_cv_prog_AR+set}" = set; then :
19074 $as_echo_n "(cached) " >&6
19075 else
19076 if test -n "$AR"; then
19077 ac_cv_prog_AR="$AR" # Let the user override the test.
19078 else
19079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19080 for as_dir in $PATH
19081 do
19082 IFS=$as_save_IFS
19083 test -z "$as_dir" && as_dir=.
19084 for ac_exec_ext in '' $ac_executable_extensions; do
19085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19086 ac_cv_prog_AR="${ac_tool_prefix}ar"
19087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19088 break 2
19089 fi
19090 done
19091 done
19092 IFS=$as_save_IFS
19093
19094 fi
19095 fi
19096 AR=$ac_cv_prog_AR
19097 if test -n "$AR"; then
19098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
19099 $as_echo "$AR" >&6; }
19100 else
19101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19102 $as_echo "no" >&6; }
19103 fi
19104
19105
19106 fi
19107 if test -z "$ac_cv_prog_AR"; then
19108 ac_ct_AR=$AR
19109 # Extract the first word of "ar", so it can be a program name with args.
19110 set dummy ar; ac_word=$2
19111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19112 $as_echo_n "checking for $ac_word... " >&6; }
19113 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
19114 $as_echo_n "(cached) " >&6
19115 else
19116 if test -n "$ac_ct_AR"; then
19117 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
19118 else
19119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19120 for as_dir in $PATH
19121 do
19122 IFS=$as_save_IFS
19123 test -z "$as_dir" && as_dir=.
19124 for ac_exec_ext in '' $ac_executable_extensions; do
19125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19126 ac_cv_prog_ac_ct_AR="ar"
19127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19128 break 2
19129 fi
19130 done
19131 done
19132 IFS=$as_save_IFS
19133
19134 fi
19135 fi
19136 ac_ct_AR=$ac_cv_prog_ac_ct_AR
19137 if test -n "$ac_ct_AR"; then
19138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
19139 $as_echo "$ac_ct_AR" >&6; }
19140 else
19141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19142 $as_echo "no" >&6; }
19143 fi
19144
19145 if test "x$ac_ct_AR" = x; then
19146 AR=""
19147 else
19148 case $cross_compiling:$ac_tool_warned in
19149 yes:)
19150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
19151 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
19152 ac_tool_warned=yes ;;
19153 esac
19154 AR=$ac_ct_AR
19155 fi
19156 else
19157 AR="$ac_cv_prog_AR"
19158 fi
19159
19160 if test "x$AR" = "x" ; then
19161 as_fn_error $? "ar is needed to build wxWidgets" "$LINENO" 5
19162 fi
19163 fi
19164
19165
19166 if test "$wxUSE_MAC" = 1; then
19167
19168 retest_macosx_linking=no
19169
19170 OSX_ARCH_OPTS=""
19171
19172 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
19173 if test "x$wxUSE_MAC_ARCH" != xno; then
19174 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&5
19175 $as_echo "$as_me: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&2;}
19176 fi
19177
19178 if test "x$wxUSE_UNIVERSAL_BINARY" != xyes; then
19179 OSX_ARCH_OPTS=$wxUSE_UNIVERSAL_BINARY
19180 else OSX_ARCH_OPTS="ppc,i386"
19181 if test "$wxUSE_OSX_COCOA" = 1; then
19182 OSX_ARCH_OPTS="$OSX_ARCH_OPTS,x86_64"
19183 fi
19184 fi
19185
19186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for architectures to use in universal binary" >&5
19187 $as_echo_n "checking for architectures to use in universal binary... " >&6; }
19188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OSX_ARCH_OPTS" >&5
19189 $as_echo "$OSX_ARCH_OPTS" >&6; }
19190
19191 retest_macosx_linking=yes
19192
19193 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling precompiled headers due to universal binary build." >&5
19194 $as_echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
19195 bk_use_pch=no
19196 else
19197 if test "x$wxUSE_MAC_ARCH" != xno; then
19198 OSX_ARCH_OPTS=$wxUSE_MAC_ARCH
19199 fi
19200 fi
19201
19202 if test "x$OSX_ARCH_OPTS" != "x"; then
19203 if echo $OSX_ARCH_OPTS | grep -q ","; then
19204 disable_macosx_deps=yes
19205 fi
19206
19207 OSX_ARCH_OPTS=`echo $OSX_ARCH_OPTS | sed -e 's/^/-arch /' -e 's/,/ -arch /g'`
19208
19209 CXXFLAGS="$OSX_ARCH_OPTS $CXXFLAGS"
19210 CFLAGS="$OSX_ARCH_OPTS $CFLAGS"
19211 OBJCXXFLAGS="$OSX_ARCH_OPTS $OBJCXXFLAGS"
19212 OBJCFLAGS="$OSX_ARCH_OPTS $OBJCFLAGS"
19213 LDFLAGS="$OSX_ARCH_OPTS $LDFLAGS"
19214 fi
19215
19216 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
19217 wxUSE_MACOSX_SDK=
19218 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
19219 # TODO: Search for most recent SDK and use it.
19220 wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
19221 fi
19222
19223
19224 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
19226 $as_echo_n "checking for SDK directory $wxUSE_MACOSX_SDK... " >&6; }
19227 if ! test -d "$wxUSE_MACOSX_SDK"; then
19228 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19229 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19230 as_fn_error $? "not found
19231 See \`config.log' for more details" "$LINENO" 5 ; }
19232 else
19233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: exists" >&5
19234 $as_echo "exists" >&6; }
19235 fi
19236 MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
19237 retest_macosx_linking=yes
19238 fi
19239
19240 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
19241 wxUSE_MACOSX_VERSION_MIN=
19242 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
19243 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking SDK deployment version" >&5
19245 $as_echo_n "checking SDK deployment version... " >&6; }
19246
19247 MACOSX_SDK_PLIST_VERSION_MIN=`defaults read "$wxUSE_MACOSX_SDK/SDKSettings" buildSettings | grep '^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}[^"]*"\{0,1\}; *$' | sed 's/^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}\([^"]*\)"\{0,1\} *; *$/\1/'`
19248
19249 # If that failed, try again with the new key
19250 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
19251
19252 MACOSX_SDK_PLIST_VERSION_MIN=`defaults read "$wxUSE_MACOSX_SDK/SDKSettings" DefaultProperties | grep '^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}[^"]*"\{0,1\}; *$' | sed 's/^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}\([^"]*\)"\{0,1\} *; *$/\1/'`
19253
19254 fi
19255
19256 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
19257 wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
19258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_VERSION_MIN" >&5
19259 $as_echo "$wxUSE_MACOSX_VERSION_MIN" >&6; }
19260 else
19261 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
19262 $as_echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
19263 wxUSE_MACOSX_VERSION_MIN=
19264 fi
19265 else
19266 wxUSE_MACOSX_VERSION_MIN=
19267 fi
19268 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
19269 wxUSE_MACOSX_VERSION_MIN=10.5
19270 fi
19271
19272 if test "x$MACOSX_SDK_OPTS" != "x"; then
19273 eval "CC=\"$CC $MACOSX_SDK_OPTS\""
19274 eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
19275 eval "LD=\"$LD $MACOSX_SDK_OPTS\""
19276 retest_macosx_linking=yes
19277 fi
19278
19279 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
19280 if test "$wxUSE_OSX_IPHONE" = 1; then
19281 MACOSX_VERSION_MIN_OPTS="-miphoneos-version-min=$wxUSE_MACOSX_VERSION_MIN"
19282 else
19283 MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
19284 fi
19285 eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
19286 eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
19287 eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
19288 retest_macosx_linking=yes
19289 fi
19290
19291 if test "x$retest_macosx_linking" = "xyes"; then
19292 ac_ext=c
19293 ac_cpp='$CPP $CPPFLAGS'
19294 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19295 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19296 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19297
19298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C compiler ($CC) works with SDK/version options" >&5
19299 $as_echo_n "checking if C compiler ($CC) works with SDK/version options... " >&6; }
19300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19301 /* end confdefs.h. */
19302
19303 int
19304 main ()
19305 {
19306
19307 ;
19308 return 0;
19309 }
19310 _ACEOF
19311 if ac_fn_c_try_link "$LINENO"; then :
19312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19313 $as_echo "yes" >&6; }
19314 else
19315 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19316 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19317 as_fn_error $? "no. Try a different SDK
19318 See \`config.log' for more details" "$LINENO" 5 ; }; exit 1
19319 fi
19320 rm -f core conftest.err conftest.$ac_objext \
19321 conftest$ac_exeext conftest.$ac_ext
19322 ac_ext=c
19323 ac_cpp='$CPP $CPPFLAGS'
19324 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19325 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19326 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19327
19328
19329 ac_ext=cpp
19330 ac_cpp='$CXXCPP $CPPFLAGS'
19331 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19332 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19333 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19334
19335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C++ compiler ($CXX) works with SDK/version options" >&5
19336 $as_echo_n "checking if C++ compiler ($CXX) works with SDK/version options... " >&6; }
19337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19338 /* end confdefs.h. */
19339
19340 int
19341 main ()
19342 {
19343
19344 ;
19345 return 0;
19346 }
19347 _ACEOF
19348 if ac_fn_cxx_try_link "$LINENO"; then :
19349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19350 $as_echo "yes" >&6; }
19351 else
19352 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19353 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19354 as_fn_error $? "no. Try a different SDK
19355 See \`config.log' for more details" "$LINENO" 5 ; }; exit 1
19356 fi
19357 rm -f core conftest.err conftest.$ac_objext \
19358 conftest$ac_exeext conftest.$ac_ext
19359 ac_ext=c
19360 ac_cpp='$CPP $CPPFLAGS'
19361 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19362 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19363 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19364
19365 fi
19366
19367 fi
19368 case "${host}" in
19369
19370 *-*-darwin* )
19371 INSTALL_PROGRAM="cp -fp"
19372 INSTALL_DATA="cp -fp"
19373 ;;
19374 *)
19375 ;;
19376 esac
19377
19378
19379 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
19380 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
19381
19382
19383 GNU_SOURCE_FLAG="-D_GNU_SOURCE"
19384 CFLAGS="$GNU_SOURCE_FLAG $CFLAGS"
19385 fi
19386
19387 if test "x$USE_AIX" = "x1"; then
19388 if test "x$XLCXX" = "xyes"; then
19389 CXXFLAGS="-qunique $CXXFLAGS"
19390 fi
19391
19392 CPPFLAGS="-D_LINUX_SOURCE_COMPAT $CPPFLAGS"
19393 fi
19394
19395 case "${host}" in
19396 powerpc-*-darwin* )
19397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if __POWERPC__ is already defined" >&5
19398 $as_echo_n "checking if __POWERPC__ is already defined... " >&6; }
19399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19400 /* end confdefs.h. */
19401
19402 int
19403 main ()
19404 {
19405 #ifndef __POWERPC__
19406 choke me for lack of PowerPC
19407 #endif
19408
19409 ;
19410 return 0;
19411 }
19412 _ACEOF
19413 if ac_fn_c_try_compile "$LINENO"; then :
19414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19415 $as_echo "yes" >&6; }
19416 else
19417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19418 $as_echo "no" >&6; }
19419 $as_echo "#define __POWERPC__ 1" >>confdefs.h
19420
19421
19422 fi
19423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19424 ;;
19425 esac
19426
19427 case "${host}" in
19428 *-*-darwin* )
19429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CoreFoundation/CFBase.h is usable" >&5
19430 $as_echo_n "checking if CoreFoundation/CFBase.h is usable... " >&6; }
19431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19432 /* end confdefs.h. */
19433 #include <CoreFoundation/CFBase.h>
19434
19435 int
19436 main ()
19437 {
19438
19439 ;
19440 return 0;
19441 }
19442 _ACEOF
19443 if ac_fn_c_try_compile "$LINENO"; then :
19444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19445 $as_echo "yes" >&6; }
19446 else
19447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19448 $as_echo "no" >&6; }
19449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
19450 $as_echo_n "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... " >&6; }
19451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19452 /* end confdefs.h. */
19453 #define __CF_USE_FRAMEWORK_INCLUDES__
19454 #include <CoreFoundation/CFBase.h>
19455
19456 int
19457 main ()
19458 {
19459
19460 ;
19461 return 0;
19462 }
19463 _ACEOF
19464 if ac_fn_c_try_compile "$LINENO"; then :
19465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19466 $as_echo "yes" >&6; }
19467 CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
19468 else
19469 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19470 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19471 as_fn_error $? "no. CoreFoundation not available.
19472 See \`config.log' for more details" "$LINENO" 5 ; }
19473
19474 fi
19475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19476
19477
19478 fi
19479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19480 ;;
19481 esac
19482
19483 wants_win32=0
19484 doesnt_want_win32=0
19485 case "${host}" in
19486 *-*-cygwin*)
19487 if test "$wxUSE_MSW" = 1 ; then
19488 wants_win32=1
19489 else
19490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -mno-cygwin is in effect" >&5
19491 $as_echo_n "checking if -mno-cygwin is in effect... " >&6; }
19492 if test "${wx_cv_nocygwin+set}" = set; then :
19493 $as_echo_n "(cached) " >&6
19494 else
19495
19496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19497 /* end confdefs.h. */
19498
19499 int
19500 main ()
19501 {
19502
19503 #ifdef __MINGW32__
19504 choke me
19505 #endif
19506
19507 ;
19508 return 0;
19509 }
19510 _ACEOF
19511 if ac_fn_c_try_compile "$LINENO"; then :
19512 wx_cv_nocygwin=no
19513 else
19514 wx_cv_nocygwin=yes
19515
19516 fi
19517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19518
19519
19520 fi
19521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_nocygwin" >&5
19522 $as_echo "$wx_cv_nocygwin" >&6; }
19523
19524 if test "$wx_cv_nocygwin" = "yes"; then
19525 wants_win32=1
19526 else
19527 doesnt_want_win32=1
19528 fi
19529 fi
19530 if test "$wants_win32" = 1 ; then
19531 BAKEFILE_FORCE_PLATFORM=win32
19532 fi
19533 ;;
19534 *-*-mingw*)
19535 wants_win32=1
19536 ;;
19537 esac
19538
19539 if test "$wxUSE_WINE" = "yes"; then
19540 wants_win32=1
19541 LDFLAGS_GUI="-mwindows"
19542 fi
19543
19544 if test "$wants_win32" = 1 ; then
19545 USE_UNIX=0
19546 USE_WIN32=1
19547 $as_echo "#define __WIN32__ 1" >>confdefs.h
19548
19549 $as_echo "#define __WIN95__ 1" >>confdefs.h
19550
19551 $as_echo "#define __WINDOWS__ 1" >>confdefs.h
19552
19553 $as_echo "#define __GNUWIN32__ 1" >>confdefs.h
19554
19555 $as_echo "#define STRICT 1" >>confdefs.h
19556
19557 fi
19558 if test "$doesnt_want_win32" = 1 ; then
19559 USE_UNIX=1
19560 USE_WIN32=0
19561 fi
19562
19563 if test "$USE_UNIX" = 1 ; then
19564 wxUSE_UNIX=yes
19565 $as_echo "#define __UNIX__ 1" >>confdefs.h
19566
19567 fi
19568
19569 case "${host}" in
19570 *-pc-os2_emx | *-pc-os2-emx )
19571 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
19572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for drand48 in -lcExt" >&5
19573 $as_echo_n "checking for drand48 in -lcExt... " >&6; }
19574 if test "${ac_cv_lib_cExt_drand48+set}" = set; then :
19575 $as_echo_n "(cached) " >&6
19576 else
19577 ac_check_lib_save_LIBS=$LIBS
19578 LIBS="-lcExt $LIBS"
19579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19580 /* end confdefs.h. */
19581
19582 /* Override any GCC internal prototype to avoid an error.
19583 Use char because int might match the return type of a GCC
19584 builtin and then its argument prototype would still apply. */
19585 #ifdef __cplusplus
19586 extern "C"
19587 #endif
19588 char drand48 ();
19589 int
19590 main ()
19591 {
19592 return drand48 ();
19593 ;
19594 return 0;
19595 }
19596 _ACEOF
19597 if ac_fn_c_try_link "$LINENO"; then :
19598 ac_cv_lib_cExt_drand48=yes
19599 else
19600 ac_cv_lib_cExt_drand48=no
19601 fi
19602 rm -f core conftest.err conftest.$ac_objext \
19603 conftest$ac_exeext conftest.$ac_ext
19604 LIBS=$ac_check_lib_save_LIBS
19605 fi
19606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cExt_drand48" >&5
19607 $as_echo "$ac_cv_lib_cExt_drand48" >&6; }
19608 if test "x$ac_cv_lib_cExt_drand48" = x""yes; then :
19609 LIBS="$LIBS -lcExt"
19610 fi
19611
19612 else
19613 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
19614 fi
19615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc/libc version" >&5
19616 $as_echo_n "checking for gcc/libc version... " >&6; }
19617 if test "${wx_cv_gccversion+set}" = set; then :
19618 $as_echo_n "(cached) " >&6
19619 else
19620
19621 if test "$cross_compiling" = yes; then :
19622 wx_cv_gccversion="EMX2"
19623
19624 else
19625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19626 /* end confdefs.h. */
19627
19628 #include <stdio.h>
19629
19630 int main()
19631 {
19632 FILE *f=fopen("conftestval", "w");
19633 if (!f) exit(1);
19634 fprintf(f,
19635 #if (__GNUC__ < 3)
19636 "EMX2"
19637 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
19638 "EMX3"
19639 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
19640 "Innotek5"
19641 #else
19642 "Innotek6"
19643 #endif
19644 );
19645 exit(0);
19646 }
19647
19648 _ACEOF
19649 if ac_fn_c_try_run "$LINENO"; then :
19650 wx_cv_gccversion=`cat conftestval`
19651 else
19652 wx_cv_gccversion="EMX2"
19653 fi
19654 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19655 conftest.$ac_objext conftest.beam conftest.$ac_ext
19656 fi
19657
19658
19659 fi
19660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_gccversion" >&5
19661 $as_echo "$wx_cv_gccversion" >&6; }
19662 if test "$wx_cv_gccversion" = "EMX2"; then
19663 LIBS="$LIBS -lstdcpp"
19664 LDFLAGS="$LDFLAGS -Zsysv-signals"
19665 else
19666 if test "$wx_cv_gccversion" = "EMX3"; then
19667 LIBS="$LIBS -lstdcxx -lgcc"
19668 LDFLAGS="$LDFLAGS -Zsysv-signals"
19669 else
19670 LIBS="$LIBS -lstdc++"
19671 fi
19672 fi
19673 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
19674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Building DLLs requires OMF mode, enabled" >&5
19675 $as_echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
19676 wxUSE_OMF=yes
19677 enable_omf=yes
19678 fi
19679 ;;
19680 *)
19681
19682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp() in string.h" >&5
19683 $as_echo_n "checking for strcasecmp() in string.h... " >&6; }
19684 if test "${ac_cv_string_strcasecmp+set}" = set; then :
19685 $as_echo_n "(cached) " >&6
19686 else
19687
19688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19689 /* end confdefs.h. */
19690
19691 #include <string.h>
19692
19693 int
19694 main ()
19695 {
19696
19697 strcasecmp("foo", "bar");
19698
19699 ;
19700 return 0;
19701 }
19702 _ACEOF
19703 if ac_fn_c_try_link "$LINENO"; then :
19704 ac_cv_string_strcasecmp=yes
19705 else
19706 ac_cv_string_strcasecmp=no
19707
19708 fi
19709 rm -f core conftest.err conftest.$ac_objext \
19710 conftest$ac_exeext conftest.$ac_ext
19711
19712 fi
19713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_string_strcasecmp" >&5
19714 $as_echo "$ac_cv_string_strcasecmp" >&6; }
19715
19716 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
19717 $as_echo "#define HAVE_STRCASECMP_IN_STRING_H 1" >>confdefs.h
19718
19719 else
19720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp() in strings.h" >&5
19721 $as_echo_n "checking for strcasecmp() in strings.h... " >&6; }
19722 if test "${ac_cv_strings_strcasecmp+set}" = set; then :
19723 $as_echo_n "(cached) " >&6
19724 else
19725
19726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19727 /* end confdefs.h. */
19728
19729 #include <strings.h>
19730
19731 int
19732 main ()
19733 {
19734
19735 strcasecmp("foo", "bar");
19736
19737 ;
19738 return 0;
19739 }
19740 _ACEOF
19741 if ac_fn_c_try_link "$LINENO"; then :
19742 ac_cv_strings_strcasecmp=yes
19743 else
19744 ac_cv_strings_strcasecmp=no
19745
19746 fi
19747 rm -f core conftest.err conftest.$ac_objext \
19748 conftest$ac_exeext conftest.$ac_ext
19749
19750 fi
19751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_strings_strcasecmp" >&5
19752 $as_echo "$ac_cv_strings_strcasecmp" >&6; }
19753
19754 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
19755 $as_echo "#define HAVE_STRCASECMP_IN_STRINGS_H 1" >>confdefs.h
19756
19757 else
19758 as_fn_error $? "No case-insensitive string comparison function found." "$LINENO" 5
19759 fi
19760 fi
19761
19762 ;;
19763 esac
19764
19765
19766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
19767 $as_echo_n "checking for ANSI C header files... " >&6; }
19768 if test "${ac_cv_header_stdc+set}" = set; then :
19769 $as_echo_n "(cached) " >&6
19770 else
19771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19772 /* end confdefs.h. */
19773 #include <stdlib.h>
19774 #include <stdarg.h>
19775 #include <string.h>
19776 #include <float.h>
19777
19778 int
19779 main ()
19780 {
19781
19782 ;
19783 return 0;
19784 }
19785 _ACEOF
19786 if ac_fn_c_try_compile "$LINENO"; then :
19787 ac_cv_header_stdc=yes
19788 else
19789 ac_cv_header_stdc=no
19790 fi
19791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19792
19793 if test $ac_cv_header_stdc = yes; then
19794 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
19795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19796 /* end confdefs.h. */
19797 #include <string.h>
19798
19799 _ACEOF
19800 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19801 $EGREP "memchr" >/dev/null 2>&1; then :
19802
19803 else
19804 ac_cv_header_stdc=no
19805 fi
19806 rm -f conftest*
19807
19808 fi
19809
19810 if test $ac_cv_header_stdc = yes; then
19811 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
19812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19813 /* end confdefs.h. */
19814 #include <stdlib.h>
19815
19816 _ACEOF
19817 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19818 $EGREP "free" >/dev/null 2>&1; then :
19819
19820 else
19821 ac_cv_header_stdc=no
19822 fi
19823 rm -f conftest*
19824
19825 fi
19826
19827 if test $ac_cv_header_stdc = yes; then
19828 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
19829 if test "$cross_compiling" = yes; then :
19830 :
19831 else
19832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19833 /* end confdefs.h. */
19834 #include <ctype.h>
19835 #include <stdlib.h>
19836 #if ((' ' & 0x0FF) == 0x020)
19837 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
19838 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
19839 #else
19840 # define ISLOWER(c) \
19841 (('a' <= (c) && (c) <= 'i') \
19842 || ('j' <= (c) && (c) <= 'r') \
19843 || ('s' <= (c) && (c) <= 'z'))
19844 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
19845 #endif
19846
19847 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
19848 int
19849 main ()
19850 {
19851 int i;
19852 for (i = 0; i < 256; i++)
19853 if (XOR (islower (i), ISLOWER (i))
19854 || toupper (i) != TOUPPER (i))
19855 return 2;
19856 return 0;
19857 }
19858 _ACEOF
19859 if ac_fn_c_try_run "$LINENO"; then :
19860
19861 else
19862 ac_cv_header_stdc=no
19863 fi
19864 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19865 conftest.$ac_objext conftest.beam conftest.$ac_ext
19866 fi
19867
19868 fi
19869 fi
19870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
19871 $as_echo "$ac_cv_header_stdc" >&6; }
19872 if test $ac_cv_header_stdc = yes; then
19873
19874 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
19875
19876 fi
19877
19878 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
19879 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
19880 inttypes.h stdint.h unistd.h
19881 do :
19882 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
19883 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
19884 "
19885 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
19886 cat >>confdefs.h <<_ACEOF
19887 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
19888 _ACEOF
19889
19890 fi
19891
19892 done
19893
19894
19895 for ac_header in langinfo.h wchar.h
19896 do :
19897 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
19898 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
19899 "
19900 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
19901 cat >>confdefs.h <<_ACEOF
19902 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
19903 _ACEOF
19904
19905 fi
19906
19907 done
19908
19909
19910 if test "$ac_cv_header_wchar_h" != "yes"; then
19911 for ac_header in wcstr.h
19912 do :
19913 ac_fn_c_check_header_compile "$LINENO" "wcstr.h" "ac_cv_header_wcstr_h" "$ac_includes_default
19914 "
19915 if test "x$ac_cv_header_wcstr_h" = x""yes; then :
19916 cat >>confdefs.h <<_ACEOF
19917 #define HAVE_WCSTR_H 1
19918 _ACEOF
19919
19920 fi
19921
19922 done
19923
19924 fi
19925
19926 case "${host}" in
19927 *-pc-os2_emx | *-pc-os2-emx )
19928 if test $ac_cv_header_langinfo_h = "yes" \
19929 -a \( "$wx_cv_gccversion" = "EMX2" \
19930 -o "$wx_cv_gccversion" = "EMX3" \
19931 -o "$wx_cv_gccversion" = "Innotek5" \); then
19932 LIBS="$LIBS -lintl"
19933 fi
19934 ;;
19935 esac
19936
19937 if test "$USE_UNIX" = 1 ; then
19938 for ac_header in sys/select.h
19939 do :
19940 ac_fn_c_check_header_compile "$LINENO" "sys/select.h" "ac_cv_header_sys_select_h" "$ac_includes_default
19941 "
19942 if test "x$ac_cv_header_sys_select_h" = x""yes; then :
19943 cat >>confdefs.h <<_ACEOF
19944 #define HAVE_SYS_SELECT_H 1
19945 _ACEOF
19946
19947 fi
19948
19949 done
19950
19951 fi
19952
19953
19954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
19955 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19956 if test "${ac_cv_c_const+set}" = set; then :
19957 $as_echo_n "(cached) " >&6
19958 else
19959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19960 /* end confdefs.h. */
19961
19962 int
19963 main ()
19964 {
19965 /* FIXME: Include the comments suggested by Paul. */
19966 #ifndef __cplusplus
19967 /* Ultrix mips cc rejects this. */
19968 typedef int charset[2];
19969 const charset cs;
19970 /* SunOS 4.1.1 cc rejects this. */
19971 char const *const *pcpcc;
19972 char **ppc;
19973 /* NEC SVR4.0.2 mips cc rejects this. */
19974 struct point {int x, y;};
19975 static struct point const zero = {0,0};
19976 /* AIX XL C 1.02.0.0 rejects this.
19977 It does not let you subtract one const X* pointer from another in
19978 an arm of an if-expression whose if-part is not a constant
19979 expression */
19980 const char *g = "string";
19981 pcpcc = &g + (g ? g-g : 0);
19982 /* HPUX 7.0 cc rejects these. */
19983 ++pcpcc;
19984 ppc = (char**) pcpcc;
19985 pcpcc = (char const *const *) ppc;
19986 { /* SCO 3.2v4 cc rejects this. */
19987 char *t;
19988 char const *s = 0 ? (char *) 0 : (char const *) 0;
19989
19990 *t++ = 0;
19991 if (s) return 0;
19992 }
19993 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19994 int x[] = {25, 17};
19995 const int *foo = &x[0];
19996 ++foo;
19997 }
19998 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19999 typedef const int *iptr;
20000 iptr p = 0;
20001 ++p;
20002 }
20003 { /* AIX XL C 1.02.0.0 rejects this saying
20004 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
20005 struct s { int j; const int *ap[3]; };
20006 struct s *b; b->j = 5;
20007 }
20008 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
20009 const int foo = 10;
20010 if (!foo) return 0;
20011 }
20012 return !cs[0] && !zero.x;
20013 #endif
20014
20015 ;
20016 return 0;
20017 }
20018 _ACEOF
20019 if ac_fn_c_try_compile "$LINENO"; then :
20020 ac_cv_c_const=yes
20021 else
20022 ac_cv_c_const=no
20023 fi
20024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20025 fi
20026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
20027 $as_echo "$ac_cv_c_const" >&6; }
20028 if test $ac_cv_c_const = no; then
20029
20030 $as_echo "#define const /**/" >>confdefs.h
20031
20032 fi
20033
20034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
20035 $as_echo_n "checking for inline... " >&6; }
20036 if test "${ac_cv_c_inline+set}" = set; then :
20037 $as_echo_n "(cached) " >&6
20038 else
20039 ac_cv_c_inline=no
20040 for ac_kw in inline __inline__ __inline; do
20041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20042 /* end confdefs.h. */
20043 #ifndef __cplusplus
20044 typedef int foo_t;
20045 static $ac_kw foo_t static_foo () {return 0; }
20046 $ac_kw foo_t foo () {return 0; }
20047 #endif
20048
20049 _ACEOF
20050 if ac_fn_c_try_compile "$LINENO"; then :
20051 ac_cv_c_inline=$ac_kw
20052 fi
20053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20054 test "$ac_cv_c_inline" != no && break
20055 done
20056
20057 fi
20058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
20059 $as_echo "$ac_cv_c_inline" >&6; }
20060
20061 case $ac_cv_c_inline in
20062 inline | yes) ;;
20063 *)
20064 case $ac_cv_c_inline in
20065 no) ac_val=;;
20066 *) ac_val=$ac_cv_c_inline;;
20067 esac
20068 cat >>confdefs.h <<_ACEOF
20069 #ifndef __cplusplus
20070 #define inline $ac_val
20071 #endif
20072 _ACEOF
20073 ;;
20074 esac
20075
20076
20077 # The cast to long int works around a bug in the HP C Compiler
20078 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20079 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20080 # This bug is HP SR number 8606223364.
20081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
20082 $as_echo_n "checking size of short... " >&6; }
20083 if test "${ac_cv_sizeof_short+set}" = set; then :
20084 $as_echo_n "(cached) " >&6
20085 else
20086 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
20087
20088 else
20089 if test "$ac_cv_type_short" = yes; then
20090 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20091 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20092 as_fn_error 77 "cannot compute sizeof (short)
20093 See \`config.log' for more details" "$LINENO" 5 ; }
20094 else
20095 ac_cv_sizeof_short=0
20096 fi
20097 fi
20098
20099 fi
20100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
20101 $as_echo "$ac_cv_sizeof_short" >&6; }
20102
20103
20104
20105 cat >>confdefs.h <<_ACEOF
20106 #define SIZEOF_SHORT $ac_cv_sizeof_short
20107 _ACEOF
20108
20109
20110 # The cast to long int works around a bug in the HP C Compiler
20111 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20112 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20113 # This bug is HP SR number 8606223364.
20114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
20115 $as_echo_n "checking size of void *... " >&6; }
20116 if test "${ac_cv_sizeof_void_p+set}" = set; then :
20117 $as_echo_n "(cached) " >&6
20118 else
20119 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
20120
20121 else
20122 if test "$ac_cv_type_void_p" = yes; then
20123 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20124 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20125 as_fn_error 77 "cannot compute sizeof (void *)
20126 See \`config.log' for more details" "$LINENO" 5 ; }
20127 else
20128 ac_cv_sizeof_void_p=0
20129 fi
20130 fi
20131
20132 fi
20133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
20134 $as_echo "$ac_cv_sizeof_void_p" >&6; }
20135
20136
20137
20138 cat >>confdefs.h <<_ACEOF
20139 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
20140 _ACEOF
20141
20142
20143 # The cast to long int works around a bug in the HP C Compiler
20144 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20145 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20146 # This bug is HP SR number 8606223364.
20147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
20148 $as_echo_n "checking size of int... " >&6; }
20149 if test "${ac_cv_sizeof_int+set}" = set; then :
20150 $as_echo_n "(cached) " >&6
20151 else
20152 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
20153
20154 else
20155 if test "$ac_cv_type_int" = yes; then
20156 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20157 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20158 as_fn_error 77 "cannot compute sizeof (int)
20159 See \`config.log' for more details" "$LINENO" 5 ; }
20160 else
20161 ac_cv_sizeof_int=0
20162 fi
20163 fi
20164
20165 fi
20166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
20167 $as_echo "$ac_cv_sizeof_int" >&6; }
20168
20169
20170
20171 cat >>confdefs.h <<_ACEOF
20172 #define SIZEOF_INT $ac_cv_sizeof_int
20173 _ACEOF
20174
20175
20176 # The cast to long int works around a bug in the HP C Compiler
20177 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20178 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20179 # This bug is HP SR number 8606223364.
20180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
20181 $as_echo_n "checking size of long... " >&6; }
20182 if test "${ac_cv_sizeof_long+set}" = set; then :
20183 $as_echo_n "(cached) " >&6
20184 else
20185 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
20186
20187 else
20188 if test "$ac_cv_type_long" = yes; then
20189 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20190 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20191 as_fn_error 77 "cannot compute sizeof (long)
20192 See \`config.log' for more details" "$LINENO" 5 ; }
20193 else
20194 ac_cv_sizeof_long=0
20195 fi
20196 fi
20197
20198 fi
20199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
20200 $as_echo "$ac_cv_sizeof_long" >&6; }
20201
20202
20203
20204 cat >>confdefs.h <<_ACEOF
20205 #define SIZEOF_LONG $ac_cv_sizeof_long
20206 _ACEOF
20207
20208
20209 # The cast to long int works around a bug in the HP C Compiler
20210 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20211 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20212 # This bug is HP SR number 8606223364.
20213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
20214 $as_echo_n "checking size of size_t... " >&6; }
20215 if test "${ac_cv_sizeof_size_t+set}" = set; then :
20216 $as_echo_n "(cached) " >&6
20217 else
20218 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t" "$ac_includes_default"; then :
20219
20220 else
20221 if test "$ac_cv_type_size_t" = yes; then
20222 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20223 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20224 as_fn_error 77 "cannot compute sizeof (size_t)
20225 See \`config.log' for more details" "$LINENO" 5 ; }
20226 else
20227 ac_cv_sizeof_size_t=0
20228 fi
20229 fi
20230
20231 fi
20232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
20233 $as_echo "$ac_cv_sizeof_size_t" >&6; }
20234
20235
20236
20237 cat >>confdefs.h <<_ACEOF
20238 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
20239 _ACEOF
20240
20241
20242
20243 case "${host}" in
20244 arm-*-linux* )
20245 # The cast to long int works around a bug in the HP C Compiler
20246 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20247 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20248 # This bug is HP SR number 8606223364.
20249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20250 $as_echo_n "checking size of long long... " >&6; }
20251 if test "${ac_cv_sizeof_long_long+set}" = set; then :
20252 $as_echo_n "(cached) " >&6
20253 else
20254 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20255
20256 else
20257 if test "$ac_cv_type_long_long" = yes; then
20258 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20259 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20260 as_fn_error 77 "cannot compute sizeof (long long)
20261 See \`config.log' for more details" "$LINENO" 5 ; }
20262 else
20263 ac_cv_sizeof_long_long=0
20264 fi
20265 fi
20266
20267 fi
20268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20269 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20270
20271
20272
20273 cat >>confdefs.h <<_ACEOF
20274 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20275 _ACEOF
20276
20277
20278 ;;
20279 *-hp-hpux* )
20280 # The cast to long int works around a bug in the HP C Compiler
20281 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20282 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20283 # This bug is HP SR number 8606223364.
20284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20285 $as_echo_n "checking size of long long... " >&6; }
20286 if test "${ac_cv_sizeof_long_long+set}" = set; then :
20287 $as_echo_n "(cached) " >&6
20288 else
20289 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20290
20291 else
20292 if test "$ac_cv_type_long_long" = yes; then
20293 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20294 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20295 as_fn_error 77 "cannot compute sizeof (long long)
20296 See \`config.log' for more details" "$LINENO" 5 ; }
20297 else
20298 ac_cv_sizeof_long_long=0
20299 fi
20300 fi
20301
20302 fi
20303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20304 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20305
20306
20307
20308 cat >>confdefs.h <<_ACEOF
20309 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20310 _ACEOF
20311
20312
20313 if test "$ac_cv_sizeof_long_long" != 0; then
20314 CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
20315 fi
20316 ;;
20317 * )
20318 # The cast to long int works around a bug in the HP C Compiler
20319 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20320 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20321 # This bug is HP SR number 8606223364.
20322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20323 $as_echo_n "checking size of long long... " >&6; }
20324 if test "${ac_cv_sizeof_long_long+set}" = set; then :
20325 $as_echo_n "(cached) " >&6
20326 else
20327 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20328
20329 else
20330 if test "$ac_cv_type_long_long" = yes; then
20331 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20332 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20333 as_fn_error 77 "cannot compute sizeof (long long)
20334 See \`config.log' for more details" "$LINENO" 5 ; }
20335 else
20336 ac_cv_sizeof_long_long=0
20337 fi
20338 fi
20339
20340 fi
20341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20342 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20343
20344
20345
20346 cat >>confdefs.h <<_ACEOF
20347 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20348 _ACEOF
20349
20350
20351 esac
20352
20353 # The cast to long int works around a bug in the HP C Compiler
20354 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20355 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20356 # This bug is HP SR number 8606223364.
20357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of wchar_t" >&5
20358 $as_echo_n "checking size of wchar_t... " >&6; }
20359 if test "${ac_cv_sizeof_wchar_t+set}" = set; then :
20360 $as_echo_n "(cached) " >&6
20361 else
20362 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (wchar_t))" "ac_cv_sizeof_wchar_t" "
20363 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20364 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20365 # error \"fake wchar_t\"
20366 #endif
20367 #ifdef HAVE_WCHAR_H
20368 # ifdef __CYGWIN__
20369 # include <stddef.h>
20370 # endif
20371 # include <wchar.h>
20372 #endif
20373 #ifdef HAVE_STDLIB_H
20374 # include <stdlib.h>
20375 #endif
20376 #include <stdio.h>
20377
20378
20379 "; then :
20380
20381 else
20382 if test "$ac_cv_type_wchar_t" = yes; then
20383 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20384 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20385 as_fn_error 77 "cannot compute sizeof (wchar_t)
20386 See \`config.log' for more details" "$LINENO" 5 ; }
20387 else
20388 ac_cv_sizeof_wchar_t=0
20389 fi
20390 fi
20391
20392 fi
20393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_wchar_t" >&5
20394 $as_echo "$ac_cv_sizeof_wchar_t" >&6; }
20395
20396
20397
20398 cat >>confdefs.h <<_ACEOF
20399 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
20400 _ACEOF
20401
20402
20403 if test "$ac_cv_sizeof_wchar_t" = 0; then
20404 as_fn_error $? "wxWidgets requires wchar_t support." "$LINENO" 5
20405 fi
20406 $as_echo "#define wxUSE_WCHAR_T 1" >>confdefs.h
20407
20408
20409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
20410 $as_echo_n "checking for va_copy... " >&6; }
20411 if test "${wx_cv_func_va_copy+set}" = set; then :
20412 $as_echo_n "(cached) " >&6
20413 else
20414
20415 ac_ext=cpp
20416 ac_cpp='$CXXCPP $CPPFLAGS'
20417 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20418 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20419 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20420
20421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20422 /* end confdefs.h. */
20423
20424
20425 #include <stdarg.h>
20426 void foo(char *f, ...)
20427 {
20428 va_list ap1, ap2;
20429 va_start(ap1, f);
20430 va_copy(ap2, ap1);
20431 va_end(ap2);
20432 va_end(ap1);
20433 }
20434 int main()
20435 {
20436 foo("hi", 17);
20437 return 0;
20438 }
20439
20440 _ACEOF
20441 if ac_fn_cxx_try_link "$LINENO"; then :
20442 wx_cv_func_va_copy=yes
20443 else
20444 wx_cv_func_va_copy=no
20445
20446 fi
20447 rm -f core conftest.err conftest.$ac_objext \
20448 conftest$ac_exeext conftest.$ac_ext
20449 ac_ext=c
20450 ac_cpp='$CPP $CPPFLAGS'
20451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20454
20455
20456
20457 fi
20458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_va_copy" >&5
20459 $as_echo "$wx_cv_func_va_copy" >&6; }
20460
20461 if test $wx_cv_func_va_copy = "yes"; then
20462 $as_echo "#define HAVE_VA_COPY 1" >>confdefs.h
20463
20464 else
20465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if va_list can be copied by value" >&5
20466 $as_echo_n "checking if va_list can be copied by value... " >&6; }
20467 if test "${wx_cv_type_va_list_lvalue+set}" = set; then :
20468 $as_echo_n "(cached) " >&6
20469 else
20470
20471 if test "$cross_compiling" = yes; then :
20472 wx_cv_type_va_list_lvalue=yes
20473
20474 else
20475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20476 /* end confdefs.h. */
20477
20478
20479 #include <stdarg.h>
20480 int foo(char *f, ...)
20481 {
20482 va_list ap1, ap2;
20483 va_start(ap1, f);
20484 ap2 = ap1;
20485 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20486 return 1;
20487 va_end(ap2);
20488 va_end(ap1);
20489 return 0;
20490 }
20491 int main()
20492 {
20493 return foo("hi", 17);
20494 }
20495
20496 _ACEOF
20497 if ac_fn_c_try_run "$LINENO"; then :
20498 wx_cv_type_va_list_lvalue=yes
20499 else
20500 wx_cv_type_va_list_lvalue=no
20501 fi
20502 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
20503 conftest.$ac_objext conftest.beam conftest.$ac_ext
20504 fi
20505
20506
20507
20508 fi
20509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_va_list_lvalue" >&5
20510 $as_echo "$wx_cv_type_va_list_lvalue" >&6; }
20511
20512 if test $wx_cv_type_va_list_lvalue != "yes"; then
20513 $as_echo "#define VA_LIST_IS_ARRAY 1" >>confdefs.h
20514
20515 fi
20516 fi
20517
20518 if test "$wxUSE_VARARG_MACROS" = "yes"; then
20519
20520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports variadic macros" >&5
20521 $as_echo_n "checking whether the compiler supports variadic macros... " >&6; }
20522 if test "${wx_cv_have_variadic_macros+set}" = set; then :
20523 $as_echo_n "(cached) " >&6
20524 else
20525
20526 ac_ext=cpp
20527 ac_cpp='$CXXCPP $CPPFLAGS'
20528 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20529 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20530 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20531
20532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20533 /* end confdefs.h. */
20534
20535
20536 #include <stdio.h>
20537 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
20538
20539 int
20540 main ()
20541 {
20542
20543 test("%s %d %p", "test", 1, 0);
20544
20545
20546 ;
20547 return 0;
20548 }
20549 _ACEOF
20550 if ac_fn_cxx_try_compile "$LINENO"; then :
20551 wx_cv_have_variadic_macros=yes
20552 else
20553 wx_cv_have_variadic_macros=no
20554
20555 fi
20556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20557 ac_ext=c
20558 ac_cpp='$CPP $CPPFLAGS'
20559 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20560 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20561 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20562
20563
20564
20565 fi
20566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_have_variadic_macros" >&5
20567 $as_echo "$wx_cv_have_variadic_macros" >&6; }
20568
20569 if test $wx_cv_have_variadic_macros = "yes"; then
20570 $as_echo "#define HAVE_VARIADIC_MACROS 1" >>confdefs.h
20571
20572 fi
20573
20574 fi
20575
20576 LARGEFILE_CPPFLAGS=
20577 # Check whether --enable-largefile was given.
20578 if test "${enable_largefile+set}" = set; then :
20579 enableval=$enable_largefile;
20580 fi
20581
20582 if test "$enable_largefile" != no; then
20583 wx_largefile=no
20584
20585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20586 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
20587 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
20588 $as_echo_n "(cached) " >&6
20589 else
20590
20591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20592 /* end confdefs.h. */
20593 #define _FILE_OFFSET_BITS 64
20594 #include <sys/types.h>
20595 int
20596 main ()
20597 {
20598 typedef struct {
20599 unsigned int field: sizeof(off_t) == 8;
20600 } wxlf;
20601
20602 ;
20603 return 0;
20604 }
20605 _ACEOF
20606 if ac_fn_c_try_compile "$LINENO"; then :
20607 ac_cv_sys_file_offset_bits=64
20608 else
20609 ac_cv_sys_file_offset_bits=no
20610 fi
20611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20612
20613
20614 fi
20615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
20616 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
20617
20618 if test "$ac_cv_sys_file_offset_bits" != no; then
20619 wx_largefile=yes
20620 cat >>confdefs.h <<_ACEOF
20621 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20622 _ACEOF
20623
20624 fi
20625
20626 if test "x$wx_largefile" != "xyes"; then
20627
20628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
20629 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
20630 if test "${ac_cv_sys_large_files+set}" = set; then :
20631 $as_echo_n "(cached) " >&6
20632 else
20633
20634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20635 /* end confdefs.h. */
20636 #define _LARGE_FILES 1
20637 #include <sys/types.h>
20638 int
20639 main ()
20640 {
20641 typedef struct {
20642 unsigned int field: sizeof(off_t) == 8;
20643 } wxlf;
20644
20645 ;
20646 return 0;
20647 }
20648 _ACEOF
20649 if ac_fn_c_try_compile "$LINENO"; then :
20650 ac_cv_sys_large_files=1
20651 else
20652 ac_cv_sys_large_files=no
20653 fi
20654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20655
20656
20657 fi
20658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
20659 $as_echo "$ac_cv_sys_large_files" >&6; }
20660
20661 if test "$ac_cv_sys_large_files" != no; then
20662 wx_largefile=yes
20663 cat >>confdefs.h <<_ACEOF
20664 #define _LARGE_FILES $ac_cv_sys_large_files
20665 _ACEOF
20666
20667 fi
20668
20669 fi
20670
20671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if large file support is available" >&5
20672 $as_echo_n "checking if large file support is available... " >&6; }
20673 if test "x$wx_largefile" = "xyes"; then
20674 $as_echo "#define HAVE_LARGEFILE_SUPPORT 1" >>confdefs.h
20675
20676 fi
20677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_largefile" >&5
20678 $as_echo "$wx_largefile" >&6; }
20679 fi
20680
20681 if test "$ac_cv_sys_file_offset_bits" = "64"; then
20682 LARGEFILE_CPPFLAGS="-D_FILE_OFFSET_BITS=64"
20683 elif test "$ac_cv_sys_large_files" = 1; then
20684 LARGEFILE_CPPFLAGS="-D_LARGE_FILES"
20685 fi
20686
20687 if test -n "$LARGEFILE_CPPFLAGS"; then
20688 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $LARGEFILE_CPPFLAGS"
20689
20690 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
20691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -D__STDC_EXT__ is required" >&5
20692 $as_echo_n "checking if -D__STDC_EXT__ is required... " >&6; }
20693 if test "${wx_cv_STDC_EXT_required+set}" = set; then :
20694 $as_echo_n "(cached) " >&6
20695 else
20696
20697 ac_ext=cpp
20698 ac_cpp='$CXXCPP $CPPFLAGS'
20699 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20700 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20701 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20702
20703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20704 /* end confdefs.h. */
20705
20706 int
20707 main ()
20708 {
20709
20710 #ifndef __STDC_EXT__
20711 choke me
20712 #endif
20713
20714 ;
20715 return 0;
20716 }
20717 _ACEOF
20718 if ac_fn_cxx_try_compile "$LINENO"; then :
20719 wx_cv_STDC_EXT_required=no
20720 else
20721 wx_cv_STDC_EXT_required=yes
20722
20723 fi
20724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20725 ac_ext=c
20726 ac_cpp='$CPP $CPPFLAGS'
20727 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20728 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20729 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20730
20731
20732
20733 fi
20734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_STDC_EXT_required" >&5
20735 $as_echo "$wx_cv_STDC_EXT_required" >&6; }
20736 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
20737 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
20738 fi
20739 fi
20740 fi
20741
20742 ac_ext=cpp
20743 ac_cpp='$CXXCPP $CPPFLAGS'
20744 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20745 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20746 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20747
20748 old_CPPFLAGS="$CPPFLAGS"
20749 CPPFLAGS="$CPPFLAGS $LARGEFILE_CPPFLAGS"
20750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
20751 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
20752 if test "${ac_cv_sys_largefile_source+set}" = set; then :
20753 $as_echo_n "(cached) " >&6
20754 else
20755 while :; do
20756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20757 /* end confdefs.h. */
20758 #include <sys/types.h> /* for off_t */
20759 #include <stdio.h>
20760 int
20761 main ()
20762 {
20763 int (*fp) (FILE *, off_t, int) = fseeko;
20764 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
20765 ;
20766 return 0;
20767 }
20768 _ACEOF
20769 if ac_fn_cxx_try_link "$LINENO"; then :
20770 ac_cv_sys_largefile_source=no; break
20771 fi
20772 rm -f core conftest.err conftest.$ac_objext \
20773 conftest$ac_exeext conftest.$ac_ext
20774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20775 /* end confdefs.h. */
20776 #define _LARGEFILE_SOURCE 1
20777 #include <sys/types.h> /* for off_t */
20778 #include <stdio.h>
20779 int
20780 main ()
20781 {
20782 int (*fp) (FILE *, off_t, int) = fseeko;
20783 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
20784 ;
20785 return 0;
20786 }
20787 _ACEOF
20788 if ac_fn_cxx_try_link "$LINENO"; then :
20789 ac_cv_sys_largefile_source=1; break
20790 fi
20791 rm -f core conftest.err conftest.$ac_objext \
20792 conftest$ac_exeext conftest.$ac_ext
20793 ac_cv_sys_largefile_source=unknown
20794 break
20795 done
20796 fi
20797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
20798 $as_echo "$ac_cv_sys_largefile_source" >&6; }
20799 case $ac_cv_sys_largefile_source in #(
20800 no | unknown) ;;
20801 *)
20802 cat >>confdefs.h <<_ACEOF
20803 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20804 _ACEOF
20805 ;;
20806 esac
20807 rm -rf conftest*
20808
20809 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20810 # in glibc 2.1.3, but that breaks too many other things.
20811 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20812 if test $ac_cv_sys_largefile_source != unknown; then
20813
20814 $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h
20815
20816 fi
20817
20818 CPPFLAGS="$old_CPPFLAGS"
20819 ac_ext=c
20820 ac_cpp='$CPP $CPPFLAGS'
20821 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20822 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20823 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20824
20825 if test "$ac_cv_sys_largefile_source" != no; then
20826 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
20827 fi
20828
20829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
20830 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
20831 if test "${ac_cv_c_bigendian+set}" = set; then :
20832 $as_echo_n "(cached) " >&6
20833 else
20834 ac_cv_c_bigendian=unknown
20835 # See if sys/param.h defines the BYTE_ORDER macro.
20836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20837 /* end confdefs.h. */
20838 #include <sys/types.h>
20839 #include <sys/param.h>
20840 int
20841 main ()
20842 {
20843
20844 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20845 bogus endian macros
20846 #endif
20847 ;
20848 return 0;
20849 }
20850 _ACEOF
20851 if ac_fn_c_try_compile "$LINENO"; then :
20852 # It does; now see whether it defined to BIG_ENDIAN or not.
20853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20854 /* end confdefs.h. */
20855 #include <sys/types.h>
20856 #include <sys/param.h>
20857 int
20858 main ()
20859 {
20860
20861 #if BYTE_ORDER != BIG_ENDIAN
20862 not big endian
20863 #endif
20864 ;
20865 return 0;
20866 }
20867 _ACEOF
20868 if ac_fn_c_try_compile "$LINENO"; then :
20869 ac_cv_c_bigendian=yes
20870 else
20871 ac_cv_c_bigendian=no
20872 fi
20873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20874 fi
20875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20876 if test $ac_cv_c_bigendian = unknown; then
20877 if test "$cross_compiling" = yes; then :
20878 ac_cv_c_bigendian=unknown
20879 else
20880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20881 /* end confdefs.h. */
20882 main () {
20883 /* Are we little or big endian? From Harbison&Steele. */
20884 union
20885 {
20886 long l;
20887 char c[sizeof (long)];
20888 } u;
20889 u.l = 1;
20890 exit (u.c[sizeof (long) - 1] == 1);
20891 }
20892 _ACEOF
20893 if ac_fn_c_try_run "$LINENO"; then :
20894 ac_cv_c_bigendian=no
20895 else
20896 ac_cv_c_bigendian=yes
20897 fi
20898 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
20899 conftest.$ac_objext conftest.beam conftest.$ac_ext
20900 fi
20901
20902 fi
20903 fi
20904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
20905 $as_echo "$ac_cv_c_bigendian" >&6; }
20906 if test $ac_cv_c_bigendian = unknown; then
20907 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
20908 $as_echo "$as_me: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
20909 fi
20910 if test $ac_cv_c_bigendian = yes; then
20911 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
20912
20913 fi
20914
20915
20916
20917
20918 ac_ext=cpp
20919 ac_cpp='$CXXCPP $CPPFLAGS'
20920 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20921 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20922 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20923
20924
20925 for ac_header in iostream
20926 do :
20927 ac_fn_cxx_check_header_compile "$LINENO" "iostream" "ac_cv_header_iostream" "
20928 "
20929 if test "x$ac_cv_header_iostream" = x""yes; then :
20930 cat >>confdefs.h <<_ACEOF
20931 #define HAVE_IOSTREAM 1
20932 _ACEOF
20933
20934 fi
20935
20936 done
20937
20938
20939 if test "$ac_cv_header_iostream" = "yes" ; then
20940 :
20941 else
20942 $as_echo "#define wxUSE_IOSTREAMH 1" >>confdefs.h
20943
20944 fi
20945
20946 ac_ext=c
20947 ac_cpp='$CPP $CPPFLAGS'
20948 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20949 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20950 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20951
20952
20953
20954
20955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C++ compiler supports the explicit keyword" >&5
20956 $as_echo_n "checking if C++ compiler supports the explicit keyword... " >&6; }
20957 if test "${wx_cv_explicit+set}" = set; then :
20958 $as_echo_n "(cached) " >&6
20959 else
20960
20961
20962 ac_ext=cpp
20963 ac_cpp='$CXXCPP $CPPFLAGS'
20964 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20965 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20966 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20967
20968
20969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20970 /* end confdefs.h. */
20971
20972 class Foo { public: explicit Foo(int) {} };
20973
20974 int
20975 main ()
20976 {
20977
20978 return 0;
20979
20980 ;
20981 return 0;
20982 }
20983 _ACEOF
20984 if ac_fn_cxx_try_compile "$LINENO"; then :
20985
20986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20987 /* end confdefs.h. */
20988
20989 class Foo { public: explicit Foo(int) {} };
20990 static void TakeFoo(const Foo& foo) { }
20991
20992 int
20993 main ()
20994 {
20995
20996 TakeFoo(17);
20997 return 0;
20998
20999 ;
21000 return 0;
21001 }
21002 _ACEOF
21003 if ac_fn_cxx_try_compile "$LINENO"; then :
21004 wx_cv_explicit=no
21005 else
21006 wx_cv_explicit=yes
21007
21008 fi
21009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21010
21011 else
21012 wx_cv_explicit=no
21013
21014 fi
21015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21016
21017 ac_ext=c
21018 ac_cpp='$CPP $CPPFLAGS'
21019 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21020 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21021 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21022
21023
21024 fi
21025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_explicit" >&5
21026 $as_echo "$wx_cv_explicit" >&6; }
21027
21028 if test "$wx_cv_explicit" = "yes"; then
21029 $as_echo "#define HAVE_EXPLICIT 1" >>confdefs.h
21030
21031 fi
21032
21033
21034 if test "x$SUNCXX" = xyes; then
21035 CXXFLAGS="-features=tmplife $GNU_SOURCE_FLAG $CXXFLAGS"
21036 fi
21037
21038 if test "x$SUNCC" = xyes; then
21039 CFLAGS="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
21040 fi
21041
21042 if test "x$SGICC" = "xyes"; then
21043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if cc version is 7.4.4 or greater" >&5
21044 $as_echo_n "checking if cc version is 7.4.4 or greater... " >&6; }
21045 if test "${wx_cv_prog_sgicc744+set}" = set; then :
21046 $as_echo_n "(cached) " >&6
21047 else
21048
21049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21050 /* end confdefs.h. */
21051
21052 int
21053 main ()
21054 {
21055
21056 #if _SGI_COMPILER_VERSION >= 744
21057 chock me: mipsPro is 7.4.4 or later
21058 #endif
21059
21060 ;
21061 return 0;
21062 }
21063 _ACEOF
21064 if ac_fn_c_try_compile "$LINENO"; then :
21065 wx_cv_prog_sgicc744=no
21066 else
21067 wx_cv_prog_sgicc744=yes
21068
21069 fi
21070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21071
21072
21073 fi
21074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_prog_sgicc744" >&5
21075 $as_echo "$wx_cv_prog_sgicc744" >&6; }
21076
21077 if test "x$wx_cv_prog_sgicc744" = "xyes"; then
21078 CFLAGS="-woff 3970 $CFLAGS"
21079 fi
21080 fi
21081 if test "x$SGICXX" = "xyes"; then
21082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CC version is 7.4.4 or greater" >&5
21083 $as_echo_n "checking if CC version is 7.4.4 or greater... " >&6; }
21084 if test "${wx_cv_prog_sgicxx744+set}" = set; then :
21085 $as_echo_n "(cached) " >&6
21086 else
21087
21088 ac_ext=cpp
21089 ac_cpp='$CXXCPP $CPPFLAGS'
21090 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21091 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21092 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21093
21094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21095 /* end confdefs.h. */
21096
21097 int
21098 main ()
21099 {
21100
21101 #if _SGI_COMPILER_VERSION >= 744
21102 chock me: mipsPro is 7.4.4 or later
21103 #endif
21104
21105 ;
21106 return 0;
21107 }
21108 _ACEOF
21109 if ac_fn_cxx_try_compile "$LINENO"; then :
21110 wx_cv_prog_sgicxx744=no
21111 else
21112 wx_cv_prog_sgicxx744=yes
21113
21114 fi
21115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21116 ac_ext=c
21117 ac_cpp='$CPP $CPPFLAGS'
21118 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21119 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21120 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21121
21122
21123
21124 fi
21125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_prog_sgicxx744" >&5
21126 $as_echo "$wx_cv_prog_sgicxx744" >&6; }
21127
21128 if test "x$wx_cv_prog_sgicxx744" = "xyes"; then
21129 CXXFLAGS="-woff 3970 $CXXFLAGS"
21130 fi
21131 fi
21132
21133 if test "x$HPCC" = "xyes"; then
21134 CFLAGS="+W 2011,2450 $CFLAGS"
21135 fi
21136 if test "x$HPCXX" = "xyes"; then
21137 CXXFLAGS="+W 2340,4232 $CXXFLAGS"
21138 fi
21139
21140 if test "x$COMPAQCXX" = "xyes"; then
21141 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
21142 fi
21143
21144 ac_ext=cpp
21145 ac_cpp='$CXXCPP $CPPFLAGS'
21146 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21147 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21148 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21149
21150
21151 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
21152 if test "$wxUSE_UNICODE" = "yes"; then
21153 std_string="std::wstring"
21154 char_type="wchar_t"
21155 else
21156 std_string="std::string"
21157 char_type="char"
21158 fi
21159
21160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $std_string in <string>" >&5
21161 $as_echo_n "checking for $std_string in <string>... " >&6; }
21162 if test "${wx_cv_class_stdstring+set}" = set; then :
21163 $as_echo_n "(cached) " >&6
21164 else
21165
21166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21167 /* end confdefs.h. */
21168 #include <string>
21169 int
21170 main ()
21171 {
21172 $std_string foo;
21173 ;
21174 return 0;
21175 }
21176 _ACEOF
21177 if ac_fn_cxx_try_compile "$LINENO"; then :
21178 wx_cv_class_stdstring=yes
21179 else
21180 wx_cv_class_stdstring=no
21181
21182 fi
21183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21184
21185
21186 fi
21187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdstring" >&5
21188 $as_echo "$wx_cv_class_stdstring" >&6; }
21189
21190 if test "$wx_cv_class_stdstring" = yes; then
21191 if test "$wxUSE_UNICODE" = "yes"; then
21192 $as_echo "#define HAVE_STD_WSTRING 1" >>confdefs.h
21193
21194 fi
21195 else
21196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if std::basic_string<$char_type> works" >&5
21197 $as_echo_n "checking if std::basic_string<$char_type> works... " >&6; }
21198 if test "${wx_cv_class_stdbasicstring+set}" = set; then :
21199 $as_echo_n "(cached) " >&6
21200 else
21201
21202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21203 /* end confdefs.h. */
21204
21205 #ifdef HAVE_WCHAR_H
21206 # ifdef __CYGWIN__
21207 # include <stddef.h>
21208 # endif
21209 # include <wchar.h>
21210 #endif
21211 #ifdef HAVE_STDLIB_H
21212 # include <stdlib.h>
21213 #endif
21214 #include <stdio.h>
21215 #include <string>
21216
21217 int
21218 main ()
21219 {
21220 std::basic_string<$char_type> foo;
21221 const $char_type* dummy = foo.c_str();
21222 ;
21223 return 0;
21224 }
21225 _ACEOF
21226 if ac_fn_cxx_try_compile "$LINENO"; then :
21227 wx_cv_class_stdbasicstring=yes
21228 else
21229 wx_cv_class_stdbasicstring=no
21230
21231 fi
21232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21233
21234
21235 fi
21236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdbasicstring" >&5
21237 $as_echo "$wx_cv_class_stdbasicstring" >&6; }
21238
21239 if test "$wx_cv_class_stdbasicstring" != yes; then
21240 if test "$wxUSE_STL" = "yes"; then
21241 as_fn_error $? "Can't use --enable-stl without $std_string or std::basic_string<$char_type>" "$LINENO" 5
21242 elif test "$wxUSE_STD_STRING" = "yes"; then
21243 as_fn_error $? "Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" "$LINENO" 5
21244 else
21245 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21246 $as_echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21247 wxUSE_STD_STRING=no
21248 fi
21249 fi
21250 fi
21251 fi
21252
21253 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21254 ac_fn_cxx_check_type "$LINENO" "std::istream" "ac_cv_type_std__istream" "#include <iostream>
21255 "
21256 if test "x$ac_cv_type_std__istream" = x""yes; then :
21257
21258 cat >>confdefs.h <<_ACEOF
21259 #define HAVE_STD__ISTREAM 1
21260 _ACEOF
21261
21262
21263 else
21264 wxUSE_STD_IOSTREAM=no
21265 fi
21266 ac_fn_cxx_check_type "$LINENO" "std::ostream" "ac_cv_type_std__ostream" "#include <iostream>
21267 "
21268 if test "x$ac_cv_type_std__ostream" = x""yes; then :
21269
21270 cat >>confdefs.h <<_ACEOF
21271 #define HAVE_STD__OSTREAM 1
21272 _ACEOF
21273
21274
21275 else
21276 wxUSE_STD_IOSTREAM=no
21277 fi
21278
21279
21280 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
21281 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21282 as_fn_error $? "Can't use --enable-std_iostreams without std::istream and std::ostream" "$LINENO" 5
21283 else
21284 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
21285 $as_echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
21286 fi
21287 fi
21288 fi
21289
21290 if test "$wxUSE_STL" = "yes"; then
21291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for basic STL functionality" >&5
21292 $as_echo_n "checking for basic STL functionality... " >&6; }
21293 if test "${wx_cv_lib_stl+set}" = set; then :
21294 $as_echo_n "(cached) " >&6
21295 else
21296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21297 /* end confdefs.h. */
21298 #include <string>
21299 #include <functional>
21300 #include <algorithm>
21301 #include <vector>
21302 #include <list>
21303 int
21304 main ()
21305 {
21306 std::vector<int> moo;
21307 std::list<int> foo;
21308 std::vector<int>::iterator it =
21309 std::find_if(moo.begin(), moo.end(),
21310 std::bind2nd(std::less<int>(), 3));
21311 ;
21312 return 0;
21313 }
21314 _ACEOF
21315 if ac_fn_cxx_try_compile "$LINENO"; then :
21316 wx_cv_lib_stl=yes
21317 else
21318 wx_cv_lib_stl=no
21319
21320 fi
21321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21322
21323 fi
21324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_stl" >&5
21325 $as_echo "$wx_cv_lib_stl" >&6; }
21326
21327 if test "$wx_cv_lib_stl" != yes; then
21328 as_fn_error $? "Can't use --enable-stl as basic STL functionality is missing" "$LINENO" 5
21329 fi
21330
21331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compliant std::string::compare" >&5
21332 $as_echo_n "checking for compliant std::string::compare... " >&6; }
21333 if test "${wx_cv_func_stdstring_compare+set}" = set; then :
21334 $as_echo_n "(cached) " >&6
21335 else
21336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21337 /* end confdefs.h. */
21338 #include <string>
21339 int
21340 main ()
21341 {
21342 std::string foo, bar;
21343 foo.compare(bar);
21344 foo.compare(1, 1, bar);
21345 foo.compare(1, 1, bar, 1, 1);
21346 foo.compare("");
21347 foo.compare(1, 1, "");
21348 foo.compare(1, 1, "", 2);
21349 ;
21350 return 0;
21351 }
21352 _ACEOF
21353 if ac_fn_cxx_try_compile "$LINENO"; then :
21354 wx_cv_func_stdstring_compare=yes
21355 else
21356 wx_cv_func_stdstring_compare=no
21357
21358 fi
21359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21360
21361 fi
21362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_stdstring_compare" >&5
21363 $as_echo "$wx_cv_func_stdstring_compare" >&6; }
21364
21365 if test "$wx_cv_func_stdstring_compare" = yes; then
21366 $as_echo "#define HAVE_STD_STRING_COMPARE 1" >>confdefs.h
21367
21368 fi
21369
21370 if test "$wx_cv_class_gnuhashmapset" = yes; then
21371 $as_echo "#define HAVE_EXT_HASH_MAP 1" >>confdefs.h
21372
21373 $as_echo "#define HAVE_GNU_CXX_HASH_MAP 1" >>confdefs.h
21374
21375 fi
21376
21377 ac_fn_cxx_check_header_compile "$LINENO" "unordered_map" "ac_cv_header_unordered_map" "
21378
21379 "
21380 if test "x$ac_cv_header_unordered_map" = x""yes; then :
21381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unordered_map and unordered_set in std" >&5
21382 $as_echo_n "checking for unordered_map and unordered_set in std... " >&6; }
21383 if test "${wx_cv_class_stdunorderedmapset+set}" = set; then :
21384 $as_echo_n "(cached) " >&6
21385 else
21386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21387 /* end confdefs.h. */
21388 #include <unordered_map>
21389 #include <unordered_set>
21390 int
21391 main ()
21392 {
21393 std::unordered_map<double*, char*> test1;
21394 std::unordered_set<char*> test2;
21395 ;
21396 return 0;
21397 }
21398 _ACEOF
21399 if ac_fn_cxx_try_compile "$LINENO"; then :
21400 wx_cv_class_stdunorderedmapset=yes
21401 else
21402 wx_cv_class_stdunorderedmapset=no
21403 fi
21404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21405
21406
21407 fi
21408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdunorderedmapset" >&5
21409 $as_echo "$wx_cv_class_stdunorderedmapset" >&6; }
21410 fi
21411
21412
21413
21414 if test "$wx_cv_class_stdunorderedmapset" = yes; then
21415 $as_echo "#define HAVE_STD_UNORDERED_MAP 1" >>confdefs.h
21416
21417 $as_echo "#define HAVE_STD_UNORDERED_SET 1" >>confdefs.h
21418
21419 else
21420 ac_fn_cxx_check_header_compile "$LINENO" "tr1/unordered_map" "ac_cv_header_tr1_unordered_map" "
21421
21422 "
21423 if test "x$ac_cv_header_tr1_unordered_map" = x""yes; then :
21424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unordered_map and unordered_set in std::tr1" >&5
21425 $as_echo_n "checking for unordered_map and unordered_set in std::tr1... " >&6; }
21426 if test "${wx_cv_class_tr1unorderedmapset+set}" = set; then :
21427 $as_echo_n "(cached) " >&6
21428 else
21429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21430 /* end confdefs.h. */
21431 #include <tr1/unordered_map>
21432 #include <tr1/unordered_set>
21433 int
21434 main ()
21435 {
21436 std::tr1::unordered_map<double*, char*> test1;
21437 std::tr1::unordered_set<char*> test2;
21438 #if defined(__GNUC__) && (__GNUC__==4) && (__GNUC_MINOR__<2)
21439 #error can't use unordered_{map,set} with gcc-4.[01]: http://gcc.gnu.org/PR24389
21440 #endif
21441 ;
21442 return 0;
21443 }
21444 _ACEOF
21445 if ac_fn_cxx_try_compile "$LINENO"; then :
21446 wx_cv_class_tr1unorderedmapset=yes
21447 else
21448 wx_cv_class_tr1unorderedmapset=no
21449 fi
21450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21451
21452
21453 fi
21454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_tr1unorderedmapset" >&5
21455 $as_echo "$wx_cv_class_tr1unorderedmapset" >&6; }
21456 fi
21457
21458
21459
21460 if test "$wx_cv_class_tr1unorderedmapset" = yes; then
21461 $as_echo "#define HAVE_TR1_UNORDERED_MAP 1" >>confdefs.h
21462
21463 $as_echo "#define HAVE_TR1_UNORDERED_SET 1" >>confdefs.h
21464
21465 else
21466 ac_fn_cxx_check_header_compile "$LINENO" "hash_map" "ac_cv_header_hash_map" "
21467
21468 "
21469 if test "x$ac_cv_header_hash_map" = x""yes; then :
21470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for std::hash_map and hash_set" >&5
21471 $as_echo_n "checking for std::hash_map and hash_set... " >&6; }
21472 if test "${wx_cv_class_stdhashmapset+set}" = set; then :
21473 $as_echo_n "(cached) " >&6
21474 else
21475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21476 /* end confdefs.h. */
21477 #include <hash_map>
21478 #include <hash_set>
21479 int
21480 main ()
21481 {
21482 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
21483 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
21484 ;
21485 return 0;
21486 }
21487 _ACEOF
21488 if ac_fn_cxx_try_compile "$LINENO"; then :
21489 wx_cv_class_stdhashmapset=yes
21490 else
21491 wx_cv_class_stdhashmapset=no
21492 fi
21493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21494
21495
21496 fi
21497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdhashmapset" >&5
21498 $as_echo "$wx_cv_class_stdhashmapset" >&6; }
21499 fi
21500
21501
21502
21503 if test "$wx_cv_class_stdhashmapset" = yes; then
21504 $as_echo "#define HAVE_HASH_MAP 1" >>confdefs.h
21505
21506 $as_echo "#define HAVE_STD_HASH_MAP 1" >>confdefs.h
21507
21508 fi
21509
21510 ac_fn_cxx_check_header_compile "$LINENO" "ext/hash_map" "ac_cv_header_ext_hash_map" "
21511
21512 "
21513 if test "x$ac_cv_header_ext_hash_map" = x""yes; then :
21514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU hash_map and hash_set" >&5
21515 $as_echo_n "checking for GNU hash_map and hash_set... " >&6; }
21516 if test "${wx_cv_class_gnuhashmapset+set}" = set; then :
21517 $as_echo_n "(cached) " >&6
21518 else
21519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21520 /* end confdefs.h. */
21521 #include <ext/hash_map>
21522 #include <ext/hash_set>
21523 int
21524 main ()
21525 {
21526 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
21527 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
21528 ;
21529 return 0;
21530 }
21531 _ACEOF
21532 if ac_fn_cxx_try_compile "$LINENO"; then :
21533 wx_cv_class_gnuhashmapset=yes
21534 else
21535 wx_cv_class_gnuhashmapset=no
21536 fi
21537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21538
21539
21540 fi
21541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_gnuhashmapset" >&5
21542 $as_echo "$wx_cv_class_gnuhashmapset" >&6; }
21543 fi
21544
21545
21546
21547 fi
21548 fi
21549 fi
21550
21551 ac_ext=cpp
21552 ac_cpp='$CXXCPP $CPPFLAGS'
21553 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21554 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21555 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
21557 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
21558 if test -z "$CXXCPP"; then
21559 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
21560 $as_echo_n "(cached) " >&6
21561 else
21562 # Double quotes because CXXCPP needs to be expanded
21563 for CXXCPP in "$CXX -E" "/lib/cpp"
21564 do
21565 ac_preproc_ok=false
21566 for ac_cxx_preproc_warn_flag in '' yes
21567 do
21568 # Use a header file that comes with gcc, so configuring glibc
21569 # with a fresh cross-compiler works.
21570 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21571 # <limits.h> exists even on freestanding compilers.
21572 # On the NeXT, cc -E runs the code through the compiler's parser,
21573 # not just through cpp. "Syntax error" is here to catch this case.
21574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21575 /* end confdefs.h. */
21576 #ifdef __STDC__
21577 # include <limits.h>
21578 #else
21579 # include <assert.h>
21580 #endif
21581 Syntax error
21582 _ACEOF
21583 if ac_fn_cxx_try_cpp "$LINENO"; then :
21584
21585 else
21586 # Broken: fails on valid input.
21587 continue
21588 fi
21589 rm -f conftest.err conftest.i conftest.$ac_ext
21590
21591 # OK, works on sane cases. Now check whether nonexistent headers
21592 # can be detected and how.
21593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21594 /* end confdefs.h. */
21595 #include <ac_nonexistent.h>
21596 _ACEOF
21597 if ac_fn_cxx_try_cpp "$LINENO"; then :
21598 # Broken: success on invalid input.
21599 continue
21600 else
21601 # Passes both tests.
21602 ac_preproc_ok=:
21603 break
21604 fi
21605 rm -f conftest.err conftest.i conftest.$ac_ext
21606
21607 done
21608 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21609 rm -f conftest.i conftest.err conftest.$ac_ext
21610 if $ac_preproc_ok; then :
21611 break
21612 fi
21613
21614 done
21615 ac_cv_prog_CXXCPP=$CXXCPP
21616
21617 fi
21618 CXXCPP=$ac_cv_prog_CXXCPP
21619 else
21620 ac_cv_prog_CXXCPP=$CXXCPP
21621 fi
21622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
21623 $as_echo "$CXXCPP" >&6; }
21624 ac_preproc_ok=false
21625 for ac_cxx_preproc_warn_flag in '' yes
21626 do
21627 # Use a header file that comes with gcc, so configuring glibc
21628 # with a fresh cross-compiler works.
21629 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21630 # <limits.h> exists even on freestanding compilers.
21631 # On the NeXT, cc -E runs the code through the compiler's parser,
21632 # not just through cpp. "Syntax error" is here to catch this case.
21633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21634 /* end confdefs.h. */
21635 #ifdef __STDC__
21636 # include <limits.h>
21637 #else
21638 # include <assert.h>
21639 #endif
21640 Syntax error
21641 _ACEOF
21642 if ac_fn_cxx_try_cpp "$LINENO"; then :
21643
21644 else
21645 # Broken: fails on valid input.
21646 continue
21647 fi
21648 rm -f conftest.err conftest.i conftest.$ac_ext
21649
21650 # OK, works on sane cases. Now check whether nonexistent headers
21651 # can be detected and how.
21652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21653 /* end confdefs.h. */
21654 #include <ac_nonexistent.h>
21655 _ACEOF
21656 if ac_fn_cxx_try_cpp "$LINENO"; then :
21657 # Broken: success on invalid input.
21658 continue
21659 else
21660 # Passes both tests.
21661 ac_preproc_ok=:
21662 break
21663 fi
21664 rm -f conftest.err conftest.i conftest.$ac_ext
21665
21666 done
21667 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21668 rm -f conftest.i conftest.err conftest.$ac_ext
21669 if $ac_preproc_ok; then :
21670
21671 else
21672 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21673 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21674 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
21675 See \`config.log' for more details" "$LINENO" 5 ; }
21676 fi
21677
21678 ac_ext=cpp
21679 ac_cpp='$CXXCPP $CPPFLAGS'
21680 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21681 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21682 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21683
21684
21685 for ac_header in type_traits tr1/type_traits
21686 do :
21687 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21688 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
21689 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
21690 cat >>confdefs.h <<_ACEOF
21691 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21692 _ACEOF
21693
21694 fi
21695
21696 done
21697
21698
21699
21700
21701 if test -n "$GCC"; then
21702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
21703 $as_echo_n "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... " >&6; }
21704 if test "${wx_cv_cc_gcc_atomic_builtins+set}" = set; then :
21705 $as_echo_n "(cached) " >&6
21706 else
21707
21708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21709 /* end confdefs.h. */
21710
21711 int
21712 main ()
21713 {
21714
21715 unsigned int value=0;
21716 /* wxAtomicInc doesn't use return value here */
21717 __sync_fetch_and_add(&value, 2);
21718 __sync_sub_and_fetch(&value, 1);
21719 /* but wxAtomicDec does, so mimic that: */
21720 unsigned int r2 = __sync_sub_and_fetch(&value, 1);
21721
21722 ;
21723 return 0;
21724 }
21725 _ACEOF
21726 if ac_fn_cxx_try_link "$LINENO"; then :
21727 wx_cv_cc_gcc_atomic_builtins=yes
21728 else
21729 wx_cv_cc_gcc_atomic_builtins=no
21730 fi
21731 rm -f core conftest.err conftest.$ac_objext \
21732 conftest$ac_exeext conftest.$ac_ext
21733
21734 fi
21735
21736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_gcc_atomic_builtins" >&5
21737 $as_echo "$wx_cv_cc_gcc_atomic_builtins" >&6; }
21738 if test $wx_cv_cc_gcc_atomic_builtins = yes; then
21739 $as_echo "#define HAVE_GCC_ATOMIC_BUILTINS 1" >>confdefs.h
21740
21741 fi
21742 fi
21743
21744
21745 ac_ext=c
21746 ac_cpp='$CPP $CPPFLAGS'
21747 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21748 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21749 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21750
21751
21752
21753 SEARCH_INCLUDE="\
21754 /usr/local/include \
21755 /usr/local/X11/include \
21756 /usr/local/include/X11 \
21757 /usr/local/X11R7/include \
21758 /usr/local/X11R6/include \
21759 /usr/local/include/X11R7 \
21760 /usr/local/include/X11R6 \
21761 \
21762 /usr/Motif-2.1/include \
21763 /usr/Motif-1.2/include \
21764 /usr/include/Motif1.2 \
21765 \
21766 /usr/dt/include \
21767 /usr/openwin/include \
21768 \
21769 /usr/include/Xm \
21770 \
21771 /usr/X11R7/include \
21772 /usr/X11R6/include \
21773 /usr/X11R6.4/include \
21774 \
21775 /usr/include/X11R7 \
21776 /usr/include/X11R6 \
21777 \
21778 /usr/X11/include \
21779 /usr/include/X11 \
21780 \
21781 /usr/XFree86/include/X11 \
21782 /usr/pkg/include \
21783 \
21784 /usr/local/X1R5/include \
21785 /usr/local/include/X11R5 \
21786 /usr/X11R5/include \
21787 /usr/include/X11R5 \
21788 \
21789 /usr/local/X11R4/include \
21790 /usr/local/include/X11R4 \
21791 /usr/X11R4/include \
21792 /usr/include/X11R4 \
21793 \
21794 /usr/openwin/share/include"
21795
21796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries directories" >&5
21797 $as_echo_n "checking for libraries directories... " >&6; }
21798
21799 case "${host}" in
21800 *-*-irix6* )
21801 if test "${wx_cv_std_libpath+set}" = set; then :
21802 $as_echo_n "(cached) " >&6
21803 else
21804
21805 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
21806 for e in a so sl dylib dll.a; do
21807 libc="$d/libc.$e"
21808 if test -f $libc; then
21809 save_LIBS="$LIBS"
21810 LIBS="$libc"
21811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21812 /* end confdefs.h. */
21813
21814 int main() { return 0; }
21815
21816 _ACEOF
21817 if ac_fn_c_try_link "$LINENO"; then :
21818 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
21819 fi
21820 rm -f core conftest.err conftest.$ac_objext \
21821 conftest$ac_exeext conftest.$ac_ext
21822 LIBS="$save_LIBS"
21823 if test "x$wx_cv_std_libpath" != "x"; then
21824 break 2
21825 fi
21826 fi
21827 done
21828 done
21829
21830
21831 fi
21832
21833 ;;
21834
21835 *-*-solaris2* )
21836 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
21837 wx_cv_std_libpath="lib/64"
21838 fi
21839 ;;
21840
21841 *-*-linux* )
21842 if test "$ac_cv_sizeof_void_p" = 8; then
21843 if test -d "/usr/lib/`uname -m`-linux-gnu"; then
21844 wx_cv_std_libfullpath="/usr/lib/`uname -m`-linux-gnu"
21845 elif test -d "/usr/lib64" -a ! -h "/usr/lib64"; then
21846 wx_cv_std_libpath="lib64"
21847 fi
21848 else
21849 case "${host}" in
21850 i*86-*-linux* )
21851 if test -d '/usr/lib/i386-linux-gnu'; then
21852 wx_cv_std_libfullpath='/usr/lib/i386-linux-gnu'
21853 fi
21854 esac
21855 fi
21856
21857 if test -n "$wx_cv_std_libfullpath" -a -d "/usr/lib"; then
21858 wx_cv_std_libfullpath="$wx_cv_std_libfullpath /usr/lib"
21859 fi
21860 ;;
21861 esac
21862
21863 if test -z "$wx_cv_std_libpath"; then
21864 wx_cv_std_libpath="lib"
21865 fi
21866
21867 if test -z "$wx_cv_std_libfullpath"; then
21868 wx_cv_std_libfullpath="/usr/$wx_cv_std_libpath"
21869 fi
21870
21871
21872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_std_libfullpath" >&5
21873 $as_echo "$wx_cv_std_libfullpath" >&6; }
21874
21875 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` $wx_cv_std_libfullpath"
21876
21877 if test "$build" != "$host" -a "$GCC" = yes; then
21878 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
21879 cross_root=`dirname $cross_root`
21880 cross_root=`dirname $cross_root`
21881
21882 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
21883 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
21884 SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
21885
21886 if test -z "$PKG_CONFIG_PATH"; then
21887 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
21888 export PKG_CONFIG_PATH
21889 fi
21890
21891 if test -z "$x_includes" -o "$x_includes" = NONE; then
21892
21893 ac_find_includes=
21894 for ac_dir in $SEARCH_INCLUDE /usr/include
21895 do
21896 if test -f "$ac_dir/X11/Intrinsic.h"; then
21897 ac_find_includes=$ac_dir
21898 break
21899 fi
21900 done
21901
21902 x_includes=$ac_find_includes
21903 fi
21904 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
21905
21906 ac_find_libraries=
21907 for ac_dir in $SEARCH_LIB
21908 do
21909 for ac_extension in a so sl dylib dll.a; do
21910 if test -f "$ac_dir/libXt.$ac_extension"; then
21911 ac_find_libraries=$ac_dir
21912 break 2
21913 fi
21914 done
21915 done
21916
21917 x_libraries=$ac_find_libraries
21918 fi
21919 fi
21920 fi
21921
21922
21923 cat >confcache <<\_ACEOF
21924 # This file is a shell script that caches the results of configure
21925 # tests run on this system so they can be shared between configure
21926 # scripts and configure runs, see configure's option --config-cache.
21927 # It is not useful on other systems. If it contains results you don't
21928 # want to keep, you may remove or edit it.
21929 #
21930 # config.status only pays attention to the cache file if you give it
21931 # the --recheck option to rerun configure.
21932 #
21933 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21934 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21935 # following values.
21936
21937 _ACEOF
21938
21939 # The following way of writing the cache mishandles newlines in values,
21940 # but we know of no workaround that is simple, portable, and efficient.
21941 # So, we kill variables containing newlines.
21942 # Ultrix sh set writes to stderr and can't be redirected directly,
21943 # and sets the high bit in the cache file unless we assign to the vars.
21944 (
21945 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21946 eval ac_val=\$$ac_var
21947 case $ac_val in #(
21948 *${as_nl}*)
21949 case $ac_var in #(
21950 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
21951 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
21952 esac
21953 case $ac_var in #(
21954 _ | IFS | as_nl) ;; #(
21955 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
21956 *) { eval $ac_var=; unset $ac_var;} ;;
21957 esac ;;
21958 esac
21959 done
21960
21961 (set) 2>&1 |
21962 case $as_nl`(ac_space=' '; set) 2>&1` in #(
21963 *${as_nl}ac_space=\ *)
21964 # `set' does not quote correctly, so add quotes: double-quote
21965 # substitution turns \\\\ into \\, and sed turns \\ into \.
21966 sed -n \
21967 "s/'/'\\\\''/g;
21968 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21969 ;; #(
21970 *)
21971 # `set' quotes correctly as required by POSIX, so do not add quotes.
21972 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21973 ;;
21974 esac |
21975 sort
21976 ) |
21977 sed '
21978 /^ac_cv_env_/b end
21979 t clear
21980 :clear
21981 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21982 t end
21983 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21984 :end' >>confcache
21985 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
21986 if test -w "$cache_file"; then
21987 test "x$cache_file" != "x/dev/null" &&
21988 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
21989 $as_echo "$as_me: updating cache $cache_file" >&6;}
21990 cat confcache >$cache_file
21991 else
21992 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
21993 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21994 fi
21995 fi
21996 rm -f confcache
21997
21998 have_cos=0
21999 have_floor=0
22000 for ac_func in cos
22001 do :
22002 ac_fn_c_check_func "$LINENO" "cos" "ac_cv_func_cos"
22003 if test "x$ac_cv_func_cos" = x""yes; then :
22004 cat >>confdefs.h <<_ACEOF
22005 #define HAVE_COS 1
22006 _ACEOF
22007 have_cos=1
22008 fi
22009 done
22010
22011 for ac_func in floor
22012 do :
22013 ac_fn_c_check_func "$LINENO" "floor" "ac_cv_func_floor"
22014 if test "x$ac_cv_func_floor" = x""yes; then :
22015 cat >>confdefs.h <<_ACEOF
22016 #define HAVE_FLOOR 1
22017 _ACEOF
22018 have_floor=1
22019 fi
22020 done
22021
22022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if floating point functions link without -lm" >&5
22023 $as_echo_n "checking if floating point functions link without -lm... " >&6; }
22024 if test "$have_cos" = 1 -a "$have_floor" = 1; then
22025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22026 $as_echo "yes" >&6; }
22027 else
22028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22029 $as_echo "no" >&6; }
22030 LIBS="$LIBS -lm"
22031 # use different functions to avoid configure caching
22032 have_sin=0
22033 have_ceil=0
22034 for ac_func in sin
22035 do :
22036 ac_fn_c_check_func "$LINENO" "sin" "ac_cv_func_sin"
22037 if test "x$ac_cv_func_sin" = x""yes; then :
22038 cat >>confdefs.h <<_ACEOF
22039 #define HAVE_SIN 1
22040 _ACEOF
22041 have_sin=1
22042 fi
22043 done
22044
22045 for ac_func in ceil
22046 do :
22047 ac_fn_c_check_func "$LINENO" "ceil" "ac_cv_func_ceil"
22048 if test "x$ac_cv_func_ceil" = x""yes; then :
22049 cat >>confdefs.h <<_ACEOF
22050 #define HAVE_CEIL 1
22051 _ACEOF
22052 have_ceil=1
22053 fi
22054 done
22055
22056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if floating point functions link with -lm" >&5
22057 $as_echo_n "checking if floating point functions link with -lm... " >&6; }
22058 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
22059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22060 $as_echo "yes" >&6; }
22061 else
22062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22063 $as_echo "no" >&6; }
22064 # not sure we should warn the user, crash, etc.
22065 fi
22066 fi
22067
22068 ac_ext=cpp
22069 ac_cpp='$CXXCPP $CPPFLAGS'
22070 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22071 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22072 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22073
22074 if test "wxUSE_UNICODE" = "yes"; then
22075
22076 for wx_func in wcstoull
22077 do
22078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
22079 $as_echo_n "checking for $wx_func... " >&6; }
22080 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
22081 $as_echo_n "(cached) " >&6
22082 else
22083
22084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22085 /* end confdefs.h. */
22086
22087
22088
22089 $ac_includes_default
22090
22091 int
22092 main ()
22093 {
22094
22095 #ifndef $wx_func
22096 &$wx_func;
22097 #endif
22098
22099
22100 ;
22101 return 0;
22102 }
22103
22104 _ACEOF
22105 if ac_fn_cxx_try_link "$LINENO"; then :
22106 eval wx_cv_func_$wx_func=yes
22107 else
22108 eval wx_cv_func_$wx_func=no
22109 fi
22110 rm -f core conftest.err conftest.$ac_objext \
22111 conftest$ac_exeext conftest.$ac_ext
22112
22113 fi
22114 eval ac_res=\$wx_cv_func_$wx_func
22115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
22116 $as_echo "$ac_res" >&6; }
22117
22118 if eval test \$wx_cv_func_$wx_func = yes
22119 then
22120 cat >>confdefs.h <<_ACEOF
22121 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
22122 _ACEOF
22123
22124
22125 else
22126 :
22127
22128 fi
22129 done
22130
22131 else
22132
22133 for wx_func in strtoull
22134 do
22135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
22136 $as_echo_n "checking for $wx_func... " >&6; }
22137 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
22138 $as_echo_n "(cached) " >&6
22139 else
22140
22141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22142 /* end confdefs.h. */
22143
22144
22145
22146 $ac_includes_default
22147
22148 int
22149 main ()
22150 {
22151
22152 #ifndef $wx_func
22153 &$wx_func;
22154 #endif
22155
22156
22157 ;
22158 return 0;
22159 }
22160
22161 _ACEOF
22162 if ac_fn_cxx_try_link "$LINENO"; then :
22163 eval wx_cv_func_$wx_func=yes
22164 else
22165 eval wx_cv_func_$wx_func=no
22166 fi
22167 rm -f core conftest.err conftest.$ac_objext \
22168 conftest$ac_exeext conftest.$ac_ext
22169
22170 fi
22171 eval ac_res=\$wx_cv_func_$wx_func
22172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
22173 $as_echo "$ac_res" >&6; }
22174
22175 if eval test \$wx_cv_func_$wx_func = yes
22176 then
22177 cat >>confdefs.h <<_ACEOF
22178 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
22179 _ACEOF
22180
22181
22182 else
22183 :
22184
22185 fi
22186 done
22187
22188 fi
22189 ac_ext=c
22190 ac_cpp='$CPP $CPPFLAGS'
22191 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22192 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22193 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22194
22195
22196
22197
22198 if test "$wxUSE_REGEX" != "no"; then
22199 $as_echo "#define wxUSE_REGEX 1" >>confdefs.h
22200
22201
22202 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
22204 $as_echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
22205 wxUSE_REGEX=builtin
22206 fi
22207
22208 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22209 ac_fn_c_check_header_compile "$LINENO" "regex.h" "ac_cv_header_regex_h" "
22210 "
22211 if test "x$ac_cv_header_regex_h" = x""yes; then :
22212 for ac_func in regcomp re_search
22213 do :
22214 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
22215 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
22216 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
22217 cat >>confdefs.h <<_ACEOF
22218 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
22219 _ACEOF
22220
22221 fi
22222 done
22223
22224 fi
22225
22226
22227
22228 if test "x$ac_cv_func_regcomp" != "xyes"; then
22229 if test "$wxUSE_REGEX" = "sys" ; then
22230 as_fn_error $? "system regex library not found! Use --with-regex to use built-in version" "$LINENO" 5
22231 else
22232 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system regex library not found, will use built-in instead" >&5
22233 $as_echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22234 wxUSE_REGEX=builtin
22235 fi
22236 else
22237 wxUSE_REGEX=sys
22238 $as_echo "#define WX_NO_REGEX_ADVANCED 1" >>confdefs.h
22239
22240 fi
22241 fi
22242 fi
22243
22244
22245 ZLIB_LINK=
22246 if test "$wxUSE_ZLIB" != "no" ; then
22247 $as_echo "#define wxUSE_ZLIB 1" >>confdefs.h
22248
22249
22250 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22251 if test "$USE_DARWIN" = 1; then
22252 system_zlib_h_ok="yes"
22253 else
22254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlib.h >= 1.1.4" >&5
22255 $as_echo_n "checking for zlib.h >= 1.1.4... " >&6; }
22256 if test "${ac_cv_header_zlib_h+set}" = set; then :
22257 $as_echo_n "(cached) " >&6
22258 else
22259 if test "$cross_compiling" = yes; then :
22260 unset ac_cv_header_zlib_h
22261
22262 else
22263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22264 /* end confdefs.h. */
22265
22266 #include <zlib.h>
22267 #include <stdio.h>
22268
22269 int main()
22270 {
22271 FILE *f=fopen("conftestval", "w");
22272 if (!f) exit(1);
22273 fprintf(f, "%s",
22274 ZLIB_VERSION[0] == '1' &&
22275 (ZLIB_VERSION[2] > '1' ||
22276 (ZLIB_VERSION[2] == '1' &&
22277 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22278 exit(0);
22279 }
22280
22281 _ACEOF
22282 if ac_fn_c_try_run "$LINENO"; then :
22283 ac_cv_header_zlib_h=`cat conftestval`
22284 else
22285 ac_cv_header_zlib_h=no
22286 fi
22287 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22288 conftest.$ac_objext conftest.beam conftest.$ac_ext
22289 fi
22290
22291
22292 fi
22293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_zlib_h" >&5
22294 $as_echo "$ac_cv_header_zlib_h" >&6; }
22295 ac_fn_c_check_header_compile "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "
22296 "
22297 if test "x$ac_cv_header_zlib_h" = x""yes; then :
22298
22299 fi
22300
22301
22302
22303 system_zlib_h_ok=$ac_cv_header_zlib_h
22304 fi
22305
22306 if test "$system_zlib_h_ok" = "yes"; then
22307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5
22308 $as_echo_n "checking for deflate in -lz... " >&6; }
22309 if test "${ac_cv_lib_z_deflate+set}" = set; then :
22310 $as_echo_n "(cached) " >&6
22311 else
22312 ac_check_lib_save_LIBS=$LIBS
22313 LIBS="-lz $LIBS"
22314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22315 /* end confdefs.h. */
22316
22317 /* Override any GCC internal prototype to avoid an error.
22318 Use char because int might match the return type of a GCC
22319 builtin and then its argument prototype would still apply. */
22320 #ifdef __cplusplus
22321 extern "C"
22322 #endif
22323 char deflate ();
22324 int
22325 main ()
22326 {
22327 return deflate ();
22328 ;
22329 return 0;
22330 }
22331 _ACEOF
22332 if ac_fn_c_try_link "$LINENO"; then :
22333 ac_cv_lib_z_deflate=yes
22334 else
22335 ac_cv_lib_z_deflate=no
22336 fi
22337 rm -f core conftest.err conftest.$ac_objext \
22338 conftest$ac_exeext conftest.$ac_ext
22339 LIBS=$ac_check_lib_save_LIBS
22340 fi
22341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_deflate" >&5
22342 $as_echo "$ac_cv_lib_z_deflate" >&6; }
22343 if test "x$ac_cv_lib_z_deflate" = x""yes; then :
22344 ZLIB_LINK=" -lz"
22345 fi
22346
22347 fi
22348
22349 if test "x$ZLIB_LINK" = "x" ; then
22350 if test "$wxUSE_ZLIB" = "sys" ; then
22351 as_fn_error $? "zlib library not found or too old! Use --with-zlib=builtin to use built-in version" "$LINENO" 5
22352 else
22353 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: zlib library not found or too old, will use built-in instead" >&5
22354 $as_echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
22355 wxUSE_ZLIB=builtin
22356 fi
22357 else
22358 wxUSE_ZLIB=sys
22359 fi
22360 fi
22361 fi
22362
22363
22364 PNG_LINK=
22365 if test "$wxUSE_LIBPNG" != "no" ; then
22366 $as_echo "#define wxUSE_LIBPNG 1" >>confdefs.h
22367
22368
22369 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
22370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
22371 $as_echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
22372 wxUSE_LIBPNG=builtin
22373 fi
22374
22375 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
22376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png.h > 0.90" >&5
22377 $as_echo_n "checking for png.h > 0.90... " >&6; }
22378 if test "${ac_cv_header_png_h+set}" = set; then :
22379 $as_echo_n "(cached) " >&6
22380 else
22381 if test "$cross_compiling" = yes; then :
22382 unset ac_cv_header_png_h
22383
22384 else
22385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22386 /* end confdefs.h. */
22387
22388 #include <png.h>
22389 #include <stdio.h>
22390
22391 int main()
22392 {
22393 FILE *f=fopen("conftestval", "w");
22394 if (!f) exit(1);
22395 fprintf(f, "%s",
22396 PNG_LIBPNG_VER > 90 ? "yes" : "no");
22397 exit(0);
22398 }
22399
22400 _ACEOF
22401 if ac_fn_c_try_run "$LINENO"; then :
22402 ac_cv_header_png_h=`cat conftestval`
22403 else
22404 ac_cv_header_png_h=no
22405 fi
22406 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
22407 conftest.$ac_objext conftest.beam conftest.$ac_ext
22408 fi
22409
22410
22411 fi
22412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_png_h" >&5
22413 $as_echo "$ac_cv_header_png_h" >&6; }
22414 ac_fn_c_check_header_compile "$LINENO" "png.h" "ac_cv_header_png_h" "
22415 "
22416 if test "x$ac_cv_header_png_h" = x""yes; then :
22417
22418 fi
22419
22420
22421
22422 if test "$ac_cv_header_png_h" = "yes"; then
22423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_sig_cmp in -lpng" >&5
22424 $as_echo_n "checking for png_sig_cmp in -lpng... " >&6; }
22425 if test "${ac_cv_lib_png_png_sig_cmp+set}" = set; then :
22426 $as_echo_n "(cached) " >&6
22427 else
22428 ac_check_lib_save_LIBS=$LIBS
22429 LIBS="-lpng -lz -lm $LIBS"
22430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22431 /* end confdefs.h. */
22432
22433 /* Override any GCC internal prototype to avoid an error.
22434 Use char because int might match the return type of a GCC
22435 builtin and then its argument prototype would still apply. */
22436 #ifdef __cplusplus
22437 extern "C"
22438 #endif
22439 char png_sig_cmp ();
22440 int
22441 main ()
22442 {
22443 return png_sig_cmp ();
22444 ;
22445 return 0;
22446 }
22447 _ACEOF
22448 if ac_fn_c_try_link "$LINENO"; then :
22449 ac_cv_lib_png_png_sig_cmp=yes
22450 else
22451 ac_cv_lib_png_png_sig_cmp=no
22452 fi
22453 rm -f core conftest.err conftest.$ac_objext \
22454 conftest$ac_exeext conftest.$ac_ext
22455 LIBS=$ac_check_lib_save_LIBS
22456 fi
22457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_sig_cmp" >&5
22458 $as_echo "$ac_cv_lib_png_png_sig_cmp" >&6; }
22459 if test "x$ac_cv_lib_png_png_sig_cmp" = x""yes; then :
22460 PNG_LINK=" -lpng -lz"
22461 fi
22462
22463 fi
22464
22465 if test "x$PNG_LINK" = "x" ; then
22466 if test "$wxUSE_LIBPNG" = "sys" ; then
22467 as_fn_error $? "system png library not found or too old! Use --with-libpng=builtin to use built-in version" "$LINENO" 5
22468 else
22469 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system png library not found or too old, will use built-in instead" >&5
22470 $as_echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
22471 wxUSE_LIBPNG=builtin
22472 fi
22473 else
22474 wxUSE_LIBPNG=sys
22475 fi
22476 fi
22477 fi
22478
22479
22480 JPEG_LINK=
22481 if test "$wxUSE_LIBJPEG" != "no" ; then
22482 $as_echo "#define wxUSE_LIBJPEG 1" >>confdefs.h
22483
22484
22485 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
22486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeglib.h" >&5
22487 $as_echo_n "checking for jpeglib.h... " >&6; }
22488 if test "${ac_cv_header_jpeglib_h+set}" = set; then :
22489 $as_echo_n "(cached) " >&6
22490 else
22491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22492 /* end confdefs.h. */
22493
22494 #undef HAVE_STDLIB_H
22495 #include <stdio.h>
22496 #include <jpeglib.h>
22497
22498 int
22499 main ()
22500 {
22501
22502
22503 ;
22504 return 0;
22505 }
22506 _ACEOF
22507 if ac_fn_c_try_compile "$LINENO"; then :
22508 ac_cv_header_jpeglib_h=yes
22509 else
22510 ac_cv_header_jpeglib_h=no
22511
22512 fi
22513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22514
22515 fi
22516
22517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_jpeglib_h" >&5
22518 $as_echo "$ac_cv_header_jpeglib_h" >&6; }
22519
22520 if test "$ac_cv_header_jpeglib_h" = "yes"; then
22521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_read_header in -ljpeg" >&5
22522 $as_echo_n "checking for jpeg_read_header in -ljpeg... " >&6; }
22523 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then :
22524 $as_echo_n "(cached) " >&6
22525 else
22526 ac_check_lib_save_LIBS=$LIBS
22527 LIBS="-ljpeg $LIBS"
22528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22529 /* end confdefs.h. */
22530
22531 /* Override any GCC internal prototype to avoid an error.
22532 Use char because int might match the return type of a GCC
22533 builtin and then its argument prototype would still apply. */
22534 #ifdef __cplusplus
22535 extern "C"
22536 #endif
22537 char jpeg_read_header ();
22538 int
22539 main ()
22540 {
22541 return jpeg_read_header ();
22542 ;
22543 return 0;
22544 }
22545 _ACEOF
22546 if ac_fn_c_try_link "$LINENO"; then :
22547 ac_cv_lib_jpeg_jpeg_read_header=yes
22548 else
22549 ac_cv_lib_jpeg_jpeg_read_header=no
22550 fi
22551 rm -f core conftest.err conftest.$ac_objext \
22552 conftest$ac_exeext conftest.$ac_ext
22553 LIBS=$ac_check_lib_save_LIBS
22554 fi
22555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
22556 $as_echo "$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
22557 if test "x$ac_cv_lib_jpeg_jpeg_read_header" = x""yes; then :
22558 JPEG_LINK=" -ljpeg"
22559 fi
22560
22561 fi
22562
22563 if test "x$JPEG_LINK" = "x" ; then
22564 if test "$wxUSE_LIBJPEG" = "sys" ; then
22565 as_fn_error $? "system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" "$LINENO" 5
22566 else
22567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system jpeg library not found, will use built-in instead" >&5
22568 $as_echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
22569 wxUSE_LIBJPEG=builtin
22570 fi
22571 else
22572 wxUSE_LIBJPEG=sys
22573
22574 if test "$wxUSE_MSW" = 1; then
22575 ac_fn_c_check_type "$LINENO" "boolean" "ac_cv_type_boolean" "#include <windows.h>
22576 "
22577 if test "x$ac_cv_type_boolean" = x""yes; then :
22578
22579 cat >>confdefs.h <<_ACEOF
22580 #define HAVE_BOOLEAN 1
22581 _ACEOF
22582
22583
22584 # The cast to long int works around a bug in the HP C Compiler
22585 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22586 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22587 # This bug is HP SR number 8606223364.
22588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of boolean" >&5
22589 $as_echo_n "checking size of boolean... " >&6; }
22590 if test "${ac_cv_sizeof_boolean+set}" = set; then :
22591 $as_echo_n "(cached) " >&6
22592 else
22593 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (boolean))" "ac_cv_sizeof_boolean" "
22594 #undef HAVE_BOOLEAN
22595 #include <stdio.h>
22596 #include <jpeglib.h>
22597
22598 "; then :
22599
22600 else
22601 if test "$ac_cv_type_boolean" = yes; then
22602 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
22603 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22604 as_fn_error 77 "cannot compute sizeof (boolean)
22605 See \`config.log' for more details" "$LINENO" 5 ; }
22606 else
22607 ac_cv_sizeof_boolean=0
22608 fi
22609 fi
22610
22611 fi
22612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_boolean" >&5
22613 $as_echo "$ac_cv_sizeof_boolean" >&6; }
22614
22615
22616
22617 cat >>confdefs.h <<_ACEOF
22618 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
22619 _ACEOF
22620
22621
22622 cat >>confdefs.h <<_ACEOF
22623 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
22624 _ACEOF
22625
22626
22627 fi
22628
22629 fi
22630 fi
22631 fi
22632 fi
22633
22634
22635 TIFF_LINK=
22636 TIFF_PREREQ_LINKS=-lm
22637 if test "$wxUSE_LIBTIFF" != "no" ; then
22638 $as_echo "#define wxUSE_LIBTIFF 1" >>confdefs.h
22639
22640
22641 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
22642 if test "$wxUSE_LIBJPEG" = "sys"; then
22643 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
22644 fi
22645 if test "$wxUSE_ZLIB" = "sys"; then
22646 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
22647 fi
22648 ac_fn_c_check_header_compile "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "
22649
22650 "
22651 if test "x$ac_cv_header_tiffio_h" = x""yes; then :
22652
22653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFError in -ltiff" >&5
22654 $as_echo_n "checking for TIFFError in -ltiff... " >&6; }
22655 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then :
22656 $as_echo_n "(cached) " >&6
22657 else
22658 ac_check_lib_save_LIBS=$LIBS
22659 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
22660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22661 /* end confdefs.h. */
22662
22663 /* Override any GCC internal prototype to avoid an error.
22664 Use char because int might match the return type of a GCC
22665 builtin and then its argument prototype would still apply. */
22666 #ifdef __cplusplus
22667 extern "C"
22668 #endif
22669 char TIFFError ();
22670 int
22671 main ()
22672 {
22673 return TIFFError ();
22674 ;
22675 return 0;
22676 }
22677 _ACEOF
22678 if ac_fn_c_try_link "$LINENO"; then :
22679 ac_cv_lib_tiff_TIFFError=yes
22680 else
22681 ac_cv_lib_tiff_TIFFError=no
22682 fi
22683 rm -f core conftest.err conftest.$ac_objext \
22684 conftest$ac_exeext conftest.$ac_ext
22685 LIBS=$ac_check_lib_save_LIBS
22686 fi
22687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFError" >&5
22688 $as_echo "$ac_cv_lib_tiff_TIFFError" >&6; }
22689 if test "x$ac_cv_lib_tiff_TIFFError" = x""yes; then :
22690 TIFF_LINK=" -ltiff"
22691 fi
22692
22693
22694 fi
22695
22696
22697
22698 if test "x$TIFF_LINK" = "x" ; then
22699 if test "$wxUSE_LIBTIFF" = "sys" ; then
22700 as_fn_error $? "system tiff library not found! Use --with-libtiff=builtin to use built-in version" "$LINENO" 5
22701 else
22702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system tiff library not found, will use built-in instead" >&5
22703 $as_echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
22704 wxUSE_LIBTIFF=builtin
22705 fi
22706 else
22707 wxUSE_LIBTIFF=sys
22708 fi
22709 fi
22710 if test "$wxUSE_LIBTIFF" = "builtin" ; then
22711 if test "$wxUSE_LIBJPEG" = "no"; then
22712 ac_configure_args="$ac_configure_args --disable-jpeg"
22713 fi
22714
22715
22716 subdirs="$subdirs src/tiff"
22717
22718 fi
22719 fi
22720
22721
22722 if test "$wxUSE_EXPAT" != "no"; then
22723 wxUSE_XML=yes
22724 $as_echo "#define wxUSE_EXPAT 1" >>confdefs.h
22725
22726 $as_echo "#define wxUSE_XML 1" >>confdefs.h
22727
22728
22729 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
22730 ac_fn_c_check_header_compile "$LINENO" "expat.h" "ac_cv_header_expat_h" "
22731 "
22732 if test "x$ac_cv_header_expat_h" = x""yes; then :
22733 found_expat_h=1
22734 fi
22735
22736
22737 if test "x$found_expat_h" = "x1"; then
22738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if expat.h is valid C++ header" >&5
22739 $as_echo_n "checking if expat.h is valid C++ header... " >&6; }
22740 if test "${wx_cv_expat_is_not_broken+set}" = set; then :
22741 $as_echo_n "(cached) " >&6
22742 else
22743
22744 ac_ext=cpp
22745 ac_cpp='$CXXCPP $CPPFLAGS'
22746 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22747 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22748 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22749
22750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22751 /* end confdefs.h. */
22752 #include <expat.h>
22753 int
22754 main ()
22755 {
22756
22757 ;
22758 return 0;
22759 }
22760 _ACEOF
22761 if ac_fn_cxx_try_compile "$LINENO"; then :
22762 wx_cv_expat_is_not_broken=yes
22763 else
22764 wx_cv_expat_is_not_broken=no
22765
22766 fi
22767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22768 ac_ext=c
22769 ac_cpp='$CPP $CPPFLAGS'
22770 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22771 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22772 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22773
22774
22775
22776 fi
22777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_expat_is_not_broken" >&5
22778 $as_echo "$wx_cv_expat_is_not_broken" >&6; }
22779 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
22780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML_ParserCreate in -lexpat" >&5
22781 $as_echo_n "checking for XML_ParserCreate in -lexpat... " >&6; }
22782 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then :
22783 $as_echo_n "(cached) " >&6
22784 else
22785 ac_check_lib_save_LIBS=$LIBS
22786 LIBS="-lexpat $LIBS"
22787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22788 /* end confdefs.h. */
22789
22790 /* Override any GCC internal prototype to avoid an error.
22791 Use char because int might match the return type of a GCC
22792 builtin and then its argument prototype would still apply. */
22793 #ifdef __cplusplus
22794 extern "C"
22795 #endif
22796 char XML_ParserCreate ();
22797 int
22798 main ()
22799 {
22800 return XML_ParserCreate ();
22801 ;
22802 return 0;
22803 }
22804 _ACEOF
22805 if ac_fn_c_try_link "$LINENO"; then :
22806 ac_cv_lib_expat_XML_ParserCreate=yes
22807 else
22808 ac_cv_lib_expat_XML_ParserCreate=no
22809 fi
22810 rm -f core conftest.err conftest.$ac_objext \
22811 conftest$ac_exeext conftest.$ac_ext
22812 LIBS=$ac_check_lib_save_LIBS
22813 fi
22814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
22815 $as_echo "$ac_cv_lib_expat_XML_ParserCreate" >&6; }
22816 if test "x$ac_cv_lib_expat_XML_ParserCreate" = x""yes; then :
22817 EXPAT_LINK=" -lexpat"
22818 fi
22819
22820 fi
22821 fi
22822 if test "x$EXPAT_LINK" = "x" ; then
22823 if test "$wxUSE_EXPAT" = "sys" ; then
22824 as_fn_error $? "system expat library not found! Use --with-expat=builtin to use built-in version" "$LINENO" 5
22825 else
22826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system expat library not found, will use built-in instead" >&5
22827 $as_echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
22828 wxUSE_EXPAT=builtin
22829 fi
22830 else
22831 wxUSE_EXPAT=sys
22832 fi
22833 fi
22834 if test "$wxUSE_EXPAT" = "builtin" ; then
22835 subdirs="$subdirs src/expat"
22836
22837 fi
22838 fi
22839
22840
22841
22842 if test "$wxUSE_LIBMSPACK" != "no"; then
22843 ac_fn_c_check_header_compile "$LINENO" "mspack.h" "ac_cv_header_mspack_h" "
22844 "
22845 if test "x$ac_cv_header_mspack_h" = x""yes; then :
22846 found_mspack_h=1
22847 fi
22848
22849
22850 if test "x$found_mspack_h" = "x1"; then
22851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mspack_create_chm_decompressor in -lmspack" >&5
22852 $as_echo_n "checking for mspack_create_chm_decompressor in -lmspack... " >&6; }
22853 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then :
22854 $as_echo_n "(cached) " >&6
22855 else
22856 ac_check_lib_save_LIBS=$LIBS
22857 LIBS="-lmspack $LIBS"
22858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22859 /* end confdefs.h. */
22860
22861 /* Override any GCC internal prototype to avoid an error.
22862 Use char because int might match the return type of a GCC
22863 builtin and then its argument prototype would still apply. */
22864 #ifdef __cplusplus
22865 extern "C"
22866 #endif
22867 char mspack_create_chm_decompressor ();
22868 int
22869 main ()
22870 {
22871 return mspack_create_chm_decompressor ();
22872 ;
22873 return 0;
22874 }
22875 _ACEOF
22876 if ac_fn_c_try_link "$LINENO"; then :
22877 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
22878 else
22879 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
22880 fi
22881 rm -f core conftest.err conftest.$ac_objext \
22882 conftest$ac_exeext conftest.$ac_ext
22883 LIBS=$ac_check_lib_save_LIBS
22884 fi
22885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
22886 $as_echo "$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
22887 if test "x$ac_cv_lib_mspack_mspack_create_chm_decompressor" = x""yes; then :
22888 MSPACK_LINK=" -lmspack"
22889 fi
22890
22891 fi
22892 if test "x$MSPACK_LINK" = "x" ; then
22893 wxUSE_LIBMSPACK=no
22894 fi
22895 fi
22896
22897 if test "$wxUSE_LIBMSPACK" != "no"; then
22898 $as_echo "#define wxUSE_LIBMSPACK 1" >>confdefs.h
22899
22900 fi
22901
22902
22903
22904 AFMINSTALL=
22905 WIN32INSTALL=
22906
22907 TOOLKIT=
22908 TOOLKIT_INCLUDE=
22909 WIDGET_SET=
22910
22911 if test "$USE_WIN32" = 1 ; then
22912 for ac_header in w32api.h
22913 do :
22914 ac_fn_c_check_header_compile "$LINENO" "w32api.h" "ac_cv_header_w32api_h" "
22915 "
22916 if test "x$ac_cv_header_w32api_h" = x""yes; then :
22917 cat >>confdefs.h <<_ACEOF
22918 #define HAVE_W32API_H 1
22919 _ACEOF
22920
22921 fi
22922
22923 done
22924
22925 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "
22926 "
22927 if test "x$ac_cv_header_windows_h" = x""yes; then :
22928
22929 else
22930
22931 as_fn_error $? "please set CFLAGS to contain the location of windows.h" "$LINENO" 5
22932
22933 fi
22934
22935
22936
22937 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -ladvapi32 -lwsock32 -lgdi32"
22938 case "${host}" in
22939 x86_64-*-mingw32* )
22940 WINDRES_CPU_DEFINE="--define WX_CPU_AMD64"
22941 ;;
22942 esac
22943 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
22944 LIBS="$LIBS -loleacc"
22945 fi
22946
22947 case "${host}" in
22948 *-*-cygwin* )
22949 LIBS="$LIBS -lkernel32 -luser32"
22950 esac
22951
22952 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
22953 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
22954
22955 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
22956
22957 WIN32INSTALL=win32install
22958 fi
22959
22960 if test "$wxUSE_GUI" = "yes"; then
22961 USE_GUI=1
22962
22963 GUI_TK_LIBRARY=
22964
22965 WXGTK1=
22966 WXGTK127=
22967 WXGTK2=
22968 WXGTK3=
22969 WXGPE=
22970
22971 if test "$wxUSE_OLD_COCOA" = 1 ; then
22972 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
22973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
22974 $as_echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
22975 wxUSE_PRINTING_ARCHITECTURE=no
22976 fi
22977 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
22978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
22979 $as_echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
22980 wxUSE_DRAG_AND_DROP=no
22981 fi
22982 if test "$wxUSE_DRAGIMAGE" = "yes"; then
22983 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
22984 $as_echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
22985 wxUSE_DRAGIMAGE=no
22986 fi
22987 fi
22988
22989 if test "$wxUSE_MSW" = 1 ; then
22990 TOOLKIT=MSW
22991 GUIDIST=MSW_DIST
22992
22993 case "${host}" in
22994 *-*-mingw32* )
22995 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
22996 esac
22997 fi
22998
22999 if test "$wxUSE_GTK" = 1; then
23000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ version" >&5
23001 $as_echo_n "checking for GTK+ version... " >&6; }
23002
23003 gtk_version_cached=1
23004 if test "${wx_cv_lib_gtk+set}" = set; then :
23005 $as_echo_n "(cached) " >&6
23006 else
23007
23008 gtk_version_cached=0
23009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
23010 $as_echo "" >&6; }
23011
23012 GTK_MODULES=
23013 if test "$wxUSE_THREADS" = "yes"; then
23014 GTK_MODULES=gthread
23015 fi
23016
23017 if test -z "$wxGTK_VERSION"; then
23018 wxGTK_VERSION=any
23019 fi
23020
23021 wx_cv_lib_gtk=
23022 if test "x$wxGTK_VERSION" != "x1"
23023 then
23024 case "${host}" in
23025 *-*-solaris2* )
23026 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
23027 enable_gtktest=no
23028 fi
23029 esac
23030
23031 if test "$wxGTK_VERSION" != 3; then
23032 # Check whether --enable-gtktest was given.
23033 if test "${enable_gtktest+set}" = set; then :
23034 enableval=$enable_gtktest;
23035 else
23036 enable_gtktest=yes
23037 fi
23038
23039
23040 pkg_config_args=gtk+-2.0
23041 for module in . $GTK_MODULES
23042 do
23043 case "$module" in
23044 gthread)
23045 pkg_config_args="$pkg_config_args gthread-2.0"
23046 ;;
23047 esac
23048 done
23049
23050 no_gtk=""
23051
23052 # Extract the first word of "pkg-config", so it can be a program name with args.
23053 set dummy pkg-config; ac_word=$2
23054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23055 $as_echo_n "checking for $ac_word... " >&6; }
23056 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
23057 $as_echo_n "(cached) " >&6
23058 else
23059 case $PKG_CONFIG in
23060 [\\/]* | ?:[\\/]*)
23061 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
23062 ;;
23063 *)
23064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23065 for as_dir in $PATH
23066 do
23067 IFS=$as_save_IFS
23068 test -z "$as_dir" && as_dir=.
23069 for ac_exec_ext in '' $ac_executable_extensions; do
23070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23071 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23073 break 2
23074 fi
23075 done
23076 done
23077 IFS=$as_save_IFS
23078
23079 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
23080 ;;
23081 esac
23082 fi
23083 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
23084 if test -n "$PKG_CONFIG"; then
23085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
23086 $as_echo "$PKG_CONFIG" >&6; }
23087 else
23088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23089 $as_echo "no" >&6; }
23090 fi
23091
23092
23093
23094 if test x$PKG_CONFIG != xno ; then
23095 if pkg-config --atleast-pkgconfig-version 0.7 ; then
23096 :
23097 else
23098 echo "*** pkg-config too old; version 0.7 or better required."
23099 no_gtk=yes
23100 PKG_CONFIG=no
23101 fi
23102 else
23103 no_gtk=yes
23104 fi
23105
23106 min_gtk_version=2.6.0
23107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5
23108 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; }
23109
23110 if test x$PKG_CONFIG != xno ; then
23111 ## don't try to run the test against uninstalled libtool libs
23112 if $PKG_CONFIG --uninstalled $pkg_config_args; then
23113 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
23114 enable_gtktest=no
23115 fi
23116
23117 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
23118 :
23119 else
23120 no_gtk=yes
23121 fi
23122 fi
23123
23124 if test x"$no_gtk" = x ; then
23125 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
23126 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
23127 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
23128 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23129 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
23130 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23131 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
23132 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23133 if test "x$enable_gtktest" = "xyes" ; then
23134 ac_save_CFLAGS="$CFLAGS"
23135 ac_save_LIBS="$LIBS"
23136 CFLAGS="$CFLAGS $GTK_CFLAGS"
23137 LIBS="$GTK_LIBS $LIBS"
23138 rm -f conf.gtktest
23139 if test "$cross_compiling" = yes; then :
23140 echo $ac_n "cross compiling; assumed OK... $ac_c"
23141 else
23142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23143 /* end confdefs.h. */
23144
23145 #include <gtk/gtk.h>
23146 #include <stdio.h>
23147 #include <stdlib.h>
23148
23149 int
23150 main ()
23151 {
23152 int major, minor, micro;
23153 char *tmp_version;
23154
23155 system ("touch conf.gtktest");
23156
23157 /* HP/UX 9 (%@#!) writes to sscanf strings */
23158 tmp_version = g_strdup("$min_gtk_version");
23159 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
23160 printf("%s, bad version string\n", "$min_gtk_version");
23161 exit(1);
23162 }
23163
23164 if ((gtk_major_version != $gtk_config_major_version) ||
23165 (gtk_minor_version != $gtk_config_minor_version) ||
23166 (gtk_micro_version != $gtk_config_micro_version))
23167 {
23168 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23169 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23170 gtk_major_version, gtk_minor_version, gtk_micro_version);
23171 printf ("*** was found! If pkg-config was correct, then it is best\n");
23172 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23173 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
23174 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23175 printf("*** required on your system.\n");
23176 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
23177 printf("*** to point to the correct configuration files\n");
23178 }
23179 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23180 (gtk_minor_version != GTK_MINOR_VERSION) ||
23181 (gtk_micro_version != GTK_MICRO_VERSION))
23182 {
23183 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23184 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23185 printf("*** library (version %d.%d.%d)\n",
23186 gtk_major_version, gtk_minor_version, gtk_micro_version);
23187 }
23188 else
23189 {
23190 if ((gtk_major_version > major) ||
23191 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23192 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23193 {
23194 return 0;
23195 }
23196 else
23197 {
23198 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23199 gtk_major_version, gtk_minor_version, gtk_micro_version);
23200 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23201 major, minor, micro);
23202 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23203 printf("***\n");
23204 printf("*** If you have already installed a sufficiently new version, this error\n");
23205 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
23206 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23207 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
23208 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
23209 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
23210 printf("*** so that the correct libraries are found at run-time))\n");
23211 }
23212 }
23213 return 1;
23214 }
23215
23216 _ACEOF
23217 if ac_fn_c_try_run "$LINENO"; then :
23218
23219 else
23220 no_gtk=yes
23221 fi
23222 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23223 conftest.$ac_objext conftest.beam conftest.$ac_ext
23224 fi
23225
23226 CFLAGS="$ac_save_CFLAGS"
23227 LIBS="$ac_save_LIBS"
23228 fi
23229 fi
23230 if test "x$no_gtk" = x ; then
23231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
23232 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
23233 wx_cv_lib_gtk=2.0
23234 else
23235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23236 $as_echo "no" >&6; }
23237 if test "$PKG_CONFIG" = "no" ; then
23238 echo "*** A new enough version of pkg-config was not found."
23239 echo "*** See http://pkgconfig.sourceforge.net"
23240 else
23241 if test -f conf.gtktest ; then
23242 :
23243 else
23244 echo "*** Could not run GTK+ test program, checking why..."
23245 ac_save_CFLAGS="$CFLAGS"
23246 ac_save_LIBS="$LIBS"
23247 CFLAGS="$CFLAGS $GTK_CFLAGS"
23248 LIBS="$LIBS $GTK_LIBS"
23249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23250 /* end confdefs.h. */
23251
23252 #include <gtk/gtk.h>
23253 #include <stdio.h>
23254
23255 int
23256 main ()
23257 {
23258 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23259 ;
23260 return 0;
23261 }
23262 _ACEOF
23263 if ac_fn_c_try_link "$LINENO"; then :
23264 echo "*** The test program compiled, but did not run. This usually means"
23265 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
23266 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
23267 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23268 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23269 echo "*** is required on your system"
23270 echo "***"
23271 echo "*** If you have an old version installed, it is best to remove it, although"
23272 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23273 else
23274 echo "*** The test program failed to compile or link. See the file config.log for the"
23275 echo "*** exact error that occurred. This usually means GTK+ is incorrectly installed."
23276 fi
23277 rm -f core conftest.err conftest.$ac_objext \
23278 conftest$ac_exeext conftest.$ac_ext
23279 CFLAGS="$ac_save_CFLAGS"
23280 LIBS="$ac_save_LIBS"
23281 fi
23282 fi
23283 GTK_CFLAGS=""
23284 GTK_LIBS=""
23285 :
23286 fi
23287
23288
23289 rm -f conf.gtktest
23290
23291 fi
23292 if test -z "$wx_cv_lib_gtk"; then
23293 if test "$wxGTK_VERSION" = 3 -o "$wxGTK_VERSION" = any; then
23294 # Check whether --enable-gtktest was given.
23295 if test "${enable_gtktest+set}" = set; then :
23296 enableval=$enable_gtktest;
23297 else
23298 enable_gtktest=yes
23299 fi
23300
23301
23302 pkg_config_args=gtk+-3.0
23303 for module in . $GTK_MODULES
23304 do
23305 case "$module" in
23306 gthread)
23307 pkg_config_args="$pkg_config_args gthread-2.0"
23308 ;;
23309 esac
23310 done
23311
23312 no_gtk=""
23313
23314 # Extract the first word of "pkg-config", so it can be a program name with args.
23315 set dummy pkg-config; ac_word=$2
23316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23317 $as_echo_n "checking for $ac_word... " >&6; }
23318 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
23319 $as_echo_n "(cached) " >&6
23320 else
23321 case $PKG_CONFIG in
23322 [\\/]* | ?:[\\/]*)
23323 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
23324 ;;
23325 *)
23326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23327 for as_dir in $PATH
23328 do
23329 IFS=$as_save_IFS
23330 test -z "$as_dir" && as_dir=.
23331 for ac_exec_ext in '' $ac_executable_extensions; do
23332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23333 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23335 break 2
23336 fi
23337 done
23338 done
23339 IFS=$as_save_IFS
23340
23341 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
23342 ;;
23343 esac
23344 fi
23345 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
23346 if test -n "$PKG_CONFIG"; then
23347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
23348 $as_echo "$PKG_CONFIG" >&6; }
23349 else
23350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23351 $as_echo "no" >&6; }
23352 fi
23353
23354
23355
23356 if test x$PKG_CONFIG != xno ; then
23357 if $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then
23358 :
23359 else
23360 echo "*** pkg-config too old; version 0.7 or better required."
23361 no_gtk=yes
23362 PKG_CONFIG=no
23363 fi
23364 else
23365 no_gtk=yes
23366 fi
23367
23368 min_gtk_version=3.0.0
23369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5
23370 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; }
23371
23372 if test x$PKG_CONFIG != xno ; then
23373 ## don't try to run the test against uninstalled libtool libs
23374 if $PKG_CONFIG --uninstalled $pkg_config_args; then
23375 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
23376 enable_gtktest=no
23377 fi
23378
23379 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
23380 :
23381 else
23382 no_gtk=yes
23383 fi
23384 fi
23385
23386 if test x"$no_gtk" = x ; then
23387 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
23388 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
23389 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-3.0 | \
23390 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23391 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-3.0 | \
23392 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23393 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-3.0 | \
23394 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23395 if test "x$enable_gtktest" = "xyes" ; then
23396 ac_save_CFLAGS="$CFLAGS"
23397 ac_save_LIBS="$LIBS"
23398 CFLAGS="$CFLAGS $GTK_CFLAGS"
23399 LIBS="$GTK_LIBS $LIBS"
23400 rm -f conf.gtktest
23401 if test "$cross_compiling" = yes; then :
23402 echo $ac_n "cross compiling; assumed OK... $ac_c"
23403 else
23404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23405 /* end confdefs.h. */
23406
23407 #include <gtk/gtk.h>
23408 #include <stdio.h>
23409 #include <stdlib.h>
23410
23411 int
23412 main ()
23413 {
23414 int major, minor, micro;
23415 char *tmp_version;
23416
23417 fclose (fopen ("conf.gtktest", "w"));
23418
23419 /* HP/UX 9 (%@#!) writes to sscanf strings */
23420 tmp_version = g_strdup("$min_gtk_version");
23421 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
23422 printf("%s, bad version string\n", "$min_gtk_version");
23423 exit(1);
23424 }
23425
23426 if ((gtk_major_version != $gtk_config_major_version) ||
23427 (gtk_minor_version != $gtk_config_minor_version) ||
23428 (gtk_micro_version != $gtk_config_micro_version))
23429 {
23430 printf("\n*** 'pkg-config --modversion gtk+-3.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23431 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23432 gtk_major_version, gtk_minor_version, gtk_micro_version);
23433 printf ("*** was found! If pkg-config was correct, then it is best\n");
23434 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23435 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
23436 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23437 printf("*** required on your system.\n");
23438 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
23439 printf("*** to point to the correct configuration files\n");
23440 }
23441 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23442 (gtk_minor_version != GTK_MINOR_VERSION) ||
23443 (gtk_micro_version != GTK_MICRO_VERSION))
23444 {
23445 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23446 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23447 printf("*** library (version %d.%d.%d)\n",
23448 gtk_major_version, gtk_minor_version, gtk_micro_version);
23449 }
23450 else
23451 {
23452 if ((gtk_major_version > major) ||
23453 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23454 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23455 {
23456 return 0;
23457 }
23458 else
23459 {
23460 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23461 gtk_major_version, gtk_minor_version, gtk_micro_version);
23462 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23463 major, minor, micro);
23464 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23465 printf("***\n");
23466 printf("*** If you have already installed a sufficiently new version, this error\n");
23467 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
23468 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23469 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
23470 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
23471 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
23472 printf("*** so that the correct libraries are found at run-time))\n");
23473 }
23474 }
23475 return 1;
23476 }
23477
23478 _ACEOF
23479 if ac_fn_c_try_run "$LINENO"; then :
23480
23481 else
23482 no_gtk=yes
23483 fi
23484 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23485 conftest.$ac_objext conftest.beam conftest.$ac_ext
23486 fi
23487
23488 CFLAGS="$ac_save_CFLAGS"
23489 LIBS="$ac_save_LIBS"
23490 fi
23491 fi
23492 if test "x$no_gtk" = x ; then
23493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
23494 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
23495 wx_cv_lib_gtk=3
23496 else
23497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23498 $as_echo "no" >&6; }
23499 if test "$PKG_CONFIG" = "no" ; then
23500 echo "*** A new enough version of pkg-config was not found."
23501 echo "*** See http://pkgconfig.sourceforge.net"
23502 else
23503 if test -f conf.gtktest ; then
23504 :
23505 else
23506 echo "*** Could not run GTK+ test program, checking why..."
23507 ac_save_CFLAGS="$CFLAGS"
23508 ac_save_LIBS="$LIBS"
23509 CFLAGS="$CFLAGS $GTK_CFLAGS"
23510 LIBS="$LIBS $GTK_LIBS"
23511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23512 /* end confdefs.h. */
23513
23514 #include <gtk/gtk.h>
23515 #include <stdio.h>
23516
23517 int
23518 main ()
23519 {
23520 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23521 ;
23522 return 0;
23523 }
23524 _ACEOF
23525 if ac_fn_c_try_link "$LINENO"; then :
23526 echo "*** The test program compiled, but did not run. This usually means"
23527 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
23528 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
23529 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23530 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23531 echo "*** is required on your system"
23532 echo "***"
23533 echo "*** If you have an old version installed, it is best to remove it, although"
23534 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23535 else
23536 echo "*** The test program failed to compile or link. See the file config.log for the"
23537 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
23538 fi
23539 rm -f core conftest.err conftest.$ac_objext \
23540 conftest$ac_exeext conftest.$ac_ext
23541 CFLAGS="$ac_save_CFLAGS"
23542 LIBS="$ac_save_LIBS"
23543 fi
23544 fi
23545 GTK_CFLAGS=""
23546 GTK_LIBS=""
23547 :
23548 fi
23549
23550
23551 rm -f conf.gtktest
23552
23553 fi
23554 fi
23555 fi
23556
23557 if test -z "$wx_cv_lib_gtk"; then
23558 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
23559
23560 # Check whether --with-gtk-prefix was given.
23561 if test "${with_gtk_prefix+set}" = set; then :
23562 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
23563 else
23564 gtk_config_prefix=""
23565 fi
23566
23567
23568 # Check whether --with-gtk-exec-prefix was given.
23569 if test "${with_gtk_exec_prefix+set}" = set; then :
23570 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
23571 else
23572 gtk_config_exec_prefix=""
23573 fi
23574
23575 # Check whether --enable-gtktest was given.
23576 if test "${enable_gtktest+set}" = set; then :
23577 enableval=$enable_gtktest;
23578 else
23579 enable_gtktest=yes
23580 fi
23581
23582
23583 for module in . $GTK_MODULES
23584 do
23585 case "$module" in
23586 gthread)
23587 gtk_config_args="$gtk_config_args gthread"
23588 ;;
23589 esac
23590 done
23591
23592 if test x$gtk_config_exec_prefix != x ; then
23593 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
23594 if test x${GTK_CONFIG+set} != xset ; then
23595 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
23596 fi
23597 fi
23598 if test x$gtk_config_prefix != x ; then
23599 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
23600 if test x${GTK_CONFIG+set} != xset ; then
23601 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
23602 fi
23603 fi
23604
23605 # Extract the first word of "gtk-config", so it can be a program name with args.
23606 set dummy gtk-config; ac_word=$2
23607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23608 $as_echo_n "checking for $ac_word... " >&6; }
23609 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then :
23610 $as_echo_n "(cached) " >&6
23611 else
23612 case $GTK_CONFIG in
23613 [\\/]* | ?:[\\/]*)
23614 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
23615 ;;
23616 *)
23617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23618 for as_dir in $PATH
23619 do
23620 IFS=$as_save_IFS
23621 test -z "$as_dir" && as_dir=.
23622 for ac_exec_ext in '' $ac_executable_extensions; do
23623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23624 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23626 break 2
23627 fi
23628 done
23629 done
23630 IFS=$as_save_IFS
23631
23632 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
23633 ;;
23634 esac
23635 fi
23636 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
23637 if test -n "$GTK_CONFIG"; then
23638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CONFIG" >&5
23639 $as_echo "$GTK_CONFIG" >&6; }
23640 else
23641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23642 $as_echo "no" >&6; }
23643 fi
23644
23645
23646 min_gtk_version=1.2.7
23647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK - version >= $min_gtk_version" >&5
23648 $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
23649 no_gtk=""
23650 if test "$GTK_CONFIG" = "no" ; then
23651 no_gtk=yes
23652 else
23653 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
23654 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
23655 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
23656 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23657 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
23658 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23659 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
23660 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23661 if test "x$enable_gtktest" = "xyes" ; then
23662 ac_save_CFLAGS="$CFLAGS"
23663 ac_save_LIBS="$LIBS"
23664 CFLAGS="$CFLAGS $GTK_CFLAGS"
23665 LIBS="$GTK_LIBS $LIBS"
23666 rm -f conf.gtktest
23667 if test "$cross_compiling" = yes; then :
23668 echo $ac_n "cross compiling; assumed OK... $ac_c"
23669 else
23670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23671 /* end confdefs.h. */
23672
23673 #include <gtk/gtk.h>
23674 #include <stdio.h>
23675 #include <stdlib.h>
23676
23677 int
23678 main ()
23679 {
23680 int major, minor, micro;
23681 char *tmp_version;
23682
23683 system ("touch conf.gtktest");
23684
23685 /* HP/UX 9 (%@#!) writes to sscanf strings */
23686 tmp_version = g_strdup("$min_gtk_version");
23687 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
23688 printf("%s, bad version string\n", "$min_gtk_version");
23689 exit(1);
23690 }
23691
23692 if ((gtk_major_version != $gtk_config_major_version) ||
23693 (gtk_minor_version != $gtk_config_minor_version) ||
23694 (gtk_micro_version != $gtk_config_micro_version))
23695 {
23696 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23697 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23698 gtk_major_version, gtk_minor_version, gtk_micro_version);
23699 printf ("*** was found! If gtk-config was correct, then it is best\n");
23700 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23701 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
23702 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23703 printf("*** required on your system.\n");
23704 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
23705 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
23706 printf("*** before re-running configure\n");
23707 }
23708 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
23709 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23710 (gtk_minor_version != GTK_MINOR_VERSION) ||
23711 (gtk_micro_version != GTK_MICRO_VERSION))
23712 {
23713 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23714 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23715 printf("*** library (version %d.%d.%d)\n",
23716 gtk_major_version, gtk_minor_version, gtk_micro_version);
23717 }
23718 #endif /* defined (GTK_MAJOR_VERSION) ... */
23719 else
23720 {
23721 if ((gtk_major_version > major) ||
23722 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23723 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23724 {
23725 return 0;
23726 }
23727 else
23728 {
23729 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23730 gtk_major_version, gtk_minor_version, gtk_micro_version);
23731 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23732 major, minor, micro);
23733 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23734 printf("***\n");
23735 printf("*** If you have already installed a sufficiently new version, this error\n");
23736 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
23737 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23738 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
23739 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
23740 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
23741 printf("*** so that the correct libraries are found at run-time))\n");
23742 }
23743 }
23744 return 1;
23745 }
23746
23747 _ACEOF
23748 if ac_fn_c_try_run "$LINENO"; then :
23749
23750 else
23751 no_gtk=yes
23752 fi
23753 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23754 conftest.$ac_objext conftest.beam conftest.$ac_ext
23755 fi
23756
23757 CFLAGS="$ac_save_CFLAGS"
23758 LIBS="$ac_save_LIBS"
23759 fi
23760 fi
23761 if test "x$no_gtk" = x ; then
23762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23763 $as_echo "yes" >&6; }
23764 wx_cv_lib_gtk=1.2.7
23765 else
23766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23767 $as_echo "no" >&6; }
23768 if test "$GTK_CONFIG" = "no" ; then
23769 echo "*** The gtk-config script installed by GTK could not be found"
23770 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
23771 echo "*** your path, or set the GTK_CONFIG environment variable to the"
23772 echo "*** full path to gtk-config."
23773 else
23774 if test -f conf.gtktest ; then
23775 :
23776 else
23777 echo "*** Could not run GTK test program, checking why..."
23778 CFLAGS="$CFLAGS $GTK_CFLAGS"
23779 LIBS="$LIBS $GTK_LIBS"
23780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23781 /* end confdefs.h. */
23782
23783 #include <gtk/gtk.h>
23784 #include <stdio.h>
23785
23786 int
23787 main ()
23788 {
23789 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23790 ;
23791 return 0;
23792 }
23793 _ACEOF
23794 if ac_fn_c_try_link "$LINENO"; then :
23795 echo "*** The test program compiled, but did not run. This usually means"
23796 echo "*** that the run-time linker is not finding GTK or finding the wrong"
23797 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
23798 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23799 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23800 echo "*** is required on your system"
23801 echo "***"
23802 echo "*** If you have an old version installed, it is best to remove it, although"
23803 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23804 echo "***"
23805 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
23806 echo "*** came with the system with the command"
23807 echo "***"
23808 echo "*** rpm --erase --nodeps gtk gtk-devel"
23809 else
23810 echo "*** The test program failed to compile or link. See the file config.log for the"
23811 echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
23812 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
23813 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
23814 fi
23815 rm -f core conftest.err conftest.$ac_objext \
23816 conftest$ac_exeext conftest.$ac_ext
23817 CFLAGS="$ac_save_CFLAGS"
23818 LIBS="$ac_save_LIBS"
23819 fi
23820 fi
23821 GTK_CFLAGS=""
23822 GTK_LIBS=""
23823 :
23824 fi
23825
23826
23827 rm -f conf.gtktest
23828
23829
23830 if test -z "$wx_cv_lib_gtk"; then
23831
23832 # Check whether --with-gtk-prefix was given.
23833 if test "${with_gtk_prefix+set}" = set; then :
23834 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
23835 else
23836 gtk_config_prefix=""
23837 fi
23838
23839
23840 # Check whether --with-gtk-exec-prefix was given.
23841 if test "${with_gtk_exec_prefix+set}" = set; then :
23842 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
23843 else
23844 gtk_config_exec_prefix=""
23845 fi
23846
23847 # Check whether --enable-gtktest was given.
23848 if test "${enable_gtktest+set}" = set; then :
23849 enableval=$enable_gtktest;
23850 else
23851 enable_gtktest=yes
23852 fi
23853
23854
23855 for module in . $GTK_MODULES
23856 do
23857 case "$module" in
23858 gthread)
23859 gtk_config_args="$gtk_config_args gthread"
23860 ;;
23861 esac
23862 done
23863
23864 if test x$gtk_config_exec_prefix != x ; then
23865 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
23866 if test x${GTK_CONFIG+set} != xset ; then
23867 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
23868 fi
23869 fi
23870 if test x$gtk_config_prefix != x ; then
23871 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
23872 if test x${GTK_CONFIG+set} != xset ; then
23873 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
23874 fi
23875 fi
23876
23877 # Extract the first word of "gtk-config", so it can be a program name with args.
23878 set dummy gtk-config; ac_word=$2
23879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23880 $as_echo_n "checking for $ac_word... " >&6; }
23881 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then :
23882 $as_echo_n "(cached) " >&6
23883 else
23884 case $GTK_CONFIG in
23885 [\\/]* | ?:[\\/]*)
23886 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
23887 ;;
23888 *)
23889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23890 for as_dir in $PATH
23891 do
23892 IFS=$as_save_IFS
23893 test -z "$as_dir" && as_dir=.
23894 for ac_exec_ext in '' $ac_executable_extensions; do
23895 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23896 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
23897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23898 break 2
23899 fi
23900 done
23901 done
23902 IFS=$as_save_IFS
23903
23904 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
23905 ;;
23906 esac
23907 fi
23908 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
23909 if test -n "$GTK_CONFIG"; then
23910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CONFIG" >&5
23911 $as_echo "$GTK_CONFIG" >&6; }
23912 else
23913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23914 $as_echo "no" >&6; }
23915 fi
23916
23917
23918 min_gtk_version=1.2.3
23919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK - version >= $min_gtk_version" >&5
23920 $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
23921 no_gtk=""
23922 if test "$GTK_CONFIG" = "no" ; then
23923 no_gtk=yes
23924 else
23925 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
23926 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
23927 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
23928 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23929 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
23930 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23931 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
23932 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23933 if test "x$enable_gtktest" = "xyes" ; then
23934 ac_save_CFLAGS="$CFLAGS"
23935 ac_save_LIBS="$LIBS"
23936 CFLAGS="$CFLAGS $GTK_CFLAGS"
23937 LIBS="$GTK_LIBS $LIBS"
23938 rm -f conf.gtktest
23939 if test "$cross_compiling" = yes; then :
23940 echo $ac_n "cross compiling; assumed OK... $ac_c"
23941 else
23942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23943 /* end confdefs.h. */
23944
23945 #include <gtk/gtk.h>
23946 #include <stdio.h>
23947 #include <stdlib.h>
23948
23949 int
23950 main ()
23951 {
23952 int major, minor, micro;
23953 char *tmp_version;
23954
23955 system ("touch conf.gtktest");
23956
23957 /* HP/UX 9 (%@#!) writes to sscanf strings */
23958 tmp_version = g_strdup("$min_gtk_version");
23959 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
23960 printf("%s, bad version string\n", "$min_gtk_version");
23961 exit(1);
23962 }
23963
23964 if ((gtk_major_version != $gtk_config_major_version) ||
23965 (gtk_minor_version != $gtk_config_minor_version) ||
23966 (gtk_micro_version != $gtk_config_micro_version))
23967 {
23968 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23969 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23970 gtk_major_version, gtk_minor_version, gtk_micro_version);
23971 printf ("*** was found! If gtk-config was correct, then it is best\n");
23972 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23973 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
23974 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23975 printf("*** required on your system.\n");
23976 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
23977 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
23978 printf("*** before re-running configure\n");
23979 }
23980 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
23981 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23982 (gtk_minor_version != GTK_MINOR_VERSION) ||
23983 (gtk_micro_version != GTK_MICRO_VERSION))
23984 {
23985 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23986 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23987 printf("*** library (version %d.%d.%d)\n",
23988 gtk_major_version, gtk_minor_version, gtk_micro_version);
23989 }
23990 #endif /* defined (GTK_MAJOR_VERSION) ... */
23991 else
23992 {
23993 if ((gtk_major_version > major) ||
23994 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23995 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23996 {
23997 return 0;
23998 }
23999 else
24000 {
24001 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24002 gtk_major_version, gtk_minor_version, gtk_micro_version);
24003 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24004 major, minor, micro);
24005 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24006 printf("***\n");
24007 printf("*** If you have already installed a sufficiently new version, this error\n");
24008 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24009 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24010 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24011 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24012 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
24013 printf("*** so that the correct libraries are found at run-time))\n");
24014 }
24015 }
24016 return 1;
24017 }
24018
24019 _ACEOF
24020 if ac_fn_c_try_run "$LINENO"; then :
24021
24022 else
24023 no_gtk=yes
24024 fi
24025 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24026 conftest.$ac_objext conftest.beam conftest.$ac_ext
24027 fi
24028
24029 CFLAGS="$ac_save_CFLAGS"
24030 LIBS="$ac_save_LIBS"
24031 fi
24032 fi
24033 if test "x$no_gtk" = x ; then
24034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24035 $as_echo "yes" >&6; }
24036 wx_cv_lib_gtk=1.2.3
24037 else
24038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24039 $as_echo "no" >&6; }
24040 if test "$GTK_CONFIG" = "no" ; then
24041 echo "*** The gtk-config script installed by GTK could not be found"
24042 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24043 echo "*** your path, or set the GTK_CONFIG environment variable to the"
24044 echo "*** full path to gtk-config."
24045 else
24046 if test -f conf.gtktest ; then
24047 :
24048 else
24049 echo "*** Could not run GTK test program, checking why..."
24050 CFLAGS="$CFLAGS $GTK_CFLAGS"
24051 LIBS="$LIBS $GTK_LIBS"
24052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24053 /* end confdefs.h. */
24054
24055 #include <gtk/gtk.h>
24056 #include <stdio.h>
24057
24058 int
24059 main ()
24060 {
24061 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24062 ;
24063 return 0;
24064 }
24065 _ACEOF
24066 if ac_fn_c_try_link "$LINENO"; then :
24067 echo "*** The test program compiled, but did not run. This usually means"
24068 echo "*** that the run-time linker is not finding GTK or finding the wrong"
24069 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
24070 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24071 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24072 echo "*** is required on your system"
24073 echo "***"
24074 echo "*** If you have an old version installed, it is best to remove it, although"
24075 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24076 echo "***"
24077 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
24078 echo "*** came with the system with the command"
24079 echo "***"
24080 echo "*** rpm --erase --nodeps gtk gtk-devel"
24081 else
24082 echo "*** The test program failed to compile or link. See the file config.log for the"
24083 echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
24084 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
24085 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
24086 fi
24087 rm -f core conftest.err conftest.$ac_objext \
24088 conftest$ac_exeext conftest.$ac_ext
24089 CFLAGS="$ac_save_CFLAGS"
24090 LIBS="$ac_save_LIBS"
24091 fi
24092 fi
24093 GTK_CFLAGS=""
24094 GTK_LIBS=""
24095 :
24096 fi
24097
24098
24099 rm -f conf.gtktest
24100
24101 fi
24102 fi
24103 fi
24104
24105 if test -z "$wx_cv_lib_gtk"; then
24106 wx_cv_lib_gtk=none
24107 else
24108 GTK_LIBS="$GTK_LIBS -lX11"
24109
24110 wx_cv_cflags_gtk=$GTK_CFLAGS
24111 wx_cv_libs_gtk=$GTK_LIBS
24112 fi
24113
24114
24115 fi
24116
24117
24118 if test "$gtk_version_cached" = 1; then
24119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_gtk" >&5
24120 $as_echo "$wx_cv_lib_gtk" >&6; }
24121 fi
24122
24123 case "$wx_cv_lib_gtk" in
24124 3) WXGTK3=1
24125 TOOLKIT_VERSION=3
24126 ;;
24127 2.0) WXGTK2=1
24128 TOOLKIT_VERSION=2
24129 ;;
24130 1.2.7) WXGTK127=1
24131 WXGTK1=1
24132 ;;
24133 1.2*) WXGTK1=1 ;;
24134 *) as_fn_error $? "
24135 The development files for GTK+ were not found. For GTK+ 2, please
24136 ensure that pkg-config is in the path and that gtk+-2.0.pc is
24137 installed. For GTK+ 1.2 please check that gtk-config is in the path,
24138 and that the version is 1.2.3 or above. Also check that the
24139 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
24140 --libs' are in the LD_LIBRARY_PATH or equivalent.
24141 " "$LINENO" 5
24142 ;;
24143 esac
24144
24145 if test "$WXGTK3" = 1; then
24146 $as_echo "#define __WXGTK218__ 1" >>confdefs.h
24147
24148 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24149
24150 elif test "$WXGTK2" = 1; then
24151 save_CFLAGS="$CFLAGS"
24152 save_LIBS="$LIBS"
24153 CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
24154 LIBS="$LIBS $wx_cv_libs_gtk"
24155
24156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GTK+ is version >= 2.18" >&5
24157 $as_echo_n "checking if GTK+ is version >= 2.18... " >&6; }
24158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24159 /* end confdefs.h. */
24160
24161 #include <gtk/gtk.h>
24162
24163 int
24164 main ()
24165 {
24166
24167 #if !GTK_CHECK_VERSION(2,18,0)
24168 Not GTK+ 2.18
24169 #endif
24170
24171 ;
24172 return 0;
24173 }
24174 _ACEOF
24175 if ac_fn_c_try_compile "$LINENO"; then :
24176
24177 $as_echo "#define __WXGTK218__ 1" >>confdefs.h
24178
24179 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24180
24181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24182 $as_echo "yes" >&6; }
24183 ac_wxgtk218=1
24184
24185 else
24186
24187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24188 $as_echo "no" >&6; }
24189 ac_wxgtk218=0
24190
24191 fi
24192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24193
24194 if test "$ac_wxgtk218" = 0; then
24195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GTK+ is version >= 2.10" >&5
24196 $as_echo_n "checking if GTK+ is version >= 2.10... " >&6; }
24197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24198 /* end confdefs.h. */
24199
24200 #include <gtk/gtk.h>
24201
24202 int
24203 main ()
24204 {
24205
24206 #if !GTK_CHECK_VERSION(2,10,0)
24207 Not GTK+ 2.10
24208 #endif
24209
24210 ;
24211 return 0;
24212 }
24213 _ACEOF
24214 if ac_fn_c_try_compile "$LINENO"; then :
24215
24216 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24217
24218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24219 $as_echo "yes" >&6; }
24220 ac_wxgtk210=1
24221
24222 else
24223
24224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24225 $as_echo "no" >&6; }
24226 ac_wxgtk210=0
24227
24228 fi
24229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24230 fi
24231
24232 CFLAGS="$save_CFLAGS"
24233 LIBS="$save_LIBS"
24234 else
24235 if test "$wxUSE_UNICODE" = "yes"; then
24236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
24237 $as_echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
24238 wxUSE_UNICODE=no
24239 fi
24240
24241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdk_im_open in -lgdk" >&5
24242 $as_echo_n "checking for gdk_im_open in -lgdk... " >&6; }
24243 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then :
24244 $as_echo_n "(cached) " >&6
24245 else
24246 ac_check_lib_save_LIBS=$LIBS
24247 LIBS="-lgdk $LIBS"
24248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24249 /* end confdefs.h. */
24250
24251 /* Override any GCC internal prototype to avoid an error.
24252 Use char because int might match the return type of a GCC
24253 builtin and then its argument prototype would still apply. */
24254 #ifdef __cplusplus
24255 extern "C"
24256 #endif
24257 char gdk_im_open ();
24258 int
24259 main ()
24260 {
24261 return gdk_im_open ();
24262 ;
24263 return 0;
24264 }
24265 _ACEOF
24266 if ac_fn_c_try_link "$LINENO"; then :
24267 ac_cv_lib_gdk_gdk_im_open=yes
24268 else
24269 ac_cv_lib_gdk_gdk_im_open=no
24270 fi
24271 rm -f core conftest.err conftest.$ac_objext \
24272 conftest$ac_exeext conftest.$ac_ext
24273 LIBS=$ac_check_lib_save_LIBS
24274 fi
24275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gdk_gdk_im_open" >&5
24276 $as_echo "$ac_cv_lib_gdk_gdk_im_open" >&6; }
24277 if test "x$ac_cv_lib_gdk_gdk_im_open" = x""yes; then :
24278 $as_echo "#define HAVE_XIM 1" >>confdefs.h
24279
24280 fi
24281
24282
24283 if test "$USE_DARWIN" != 1; then
24284 for ac_func in poll
24285 do :
24286 ac_fn_c_check_func "$LINENO" "poll" "ac_cv_func_poll"
24287 if test "x$ac_cv_func_poll" = x""yes; then :
24288 cat >>confdefs.h <<_ACEOF
24289 #define HAVE_POLL 1
24290 _ACEOF
24291
24292 fi
24293 done
24294
24295 fi
24296 fi
24297
24298 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
24299 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
24300 AFMINSTALL=afminstall
24301 TOOLKIT=GTK
24302 GUIDIST=GTK_DIST
24303
24304 if test "$wxUSE_GPE" = "yes"; then
24305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gpewidget library" >&5
24306 $as_echo_n "checking for gpewidget library... " >&6; }
24307
24308 ac_find_libraries=
24309 for ac_dir in $SEARCH_LIB
24310 do
24311 for ac_extension in a so sl dylib dll.a; do
24312 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
24313 ac_find_libraries=$ac_dir
24314 break 2
24315 fi
24316 done
24317 done
24318
24319 if test "$ac_find_libraries" != "" ; then
24320
24321 if test "$ac_find_libraries" = "default location"; then
24322 ac_path_to_link=""
24323 else
24324 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
24325 result=$?
24326 if test $result = 0; then
24327 ac_path_to_link=""
24328 else
24329 ac_path_to_link=" -L$ac_find_libraries"
24330 fi
24331 fi
24332
24333 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
24334 WXGPE=1
24335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
24336 $as_echo "found in $ac_find_libraries" >&6; }
24337 else
24338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
24339 $as_echo "not found" >&6; }
24340 fi
24341
24342 fi
24343 fi
24344
24345 if test "$wxUSE_DFB" = 1; then
24346
24347
24348 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
24349 if test -n "$ac_tool_prefix"; then
24350 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
24351 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
24352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24353 $as_echo_n "checking for $ac_word... " >&6; }
24354 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
24355 $as_echo_n "(cached) " >&6
24356 else
24357 case $PKG_CONFIG in
24358 [\\/]* | ?:[\\/]*)
24359 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
24360 ;;
24361 *)
24362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24363 for as_dir in $PATH
24364 do
24365 IFS=$as_save_IFS
24366 test -z "$as_dir" && as_dir=.
24367 for ac_exec_ext in '' $ac_executable_extensions; do
24368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24369 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24371 break 2
24372 fi
24373 done
24374 done
24375 IFS=$as_save_IFS
24376
24377 ;;
24378 esac
24379 fi
24380 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
24381 if test -n "$PKG_CONFIG"; then
24382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
24383 $as_echo "$PKG_CONFIG" >&6; }
24384 else
24385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24386 $as_echo "no" >&6; }
24387 fi
24388
24389
24390 fi
24391 if test -z "$ac_cv_path_PKG_CONFIG"; then
24392 ac_pt_PKG_CONFIG=$PKG_CONFIG
24393 # Extract the first word of "pkg-config", so it can be a program name with args.
24394 set dummy pkg-config; ac_word=$2
24395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24396 $as_echo_n "checking for $ac_word... " >&6; }
24397 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
24398 $as_echo_n "(cached) " >&6
24399 else
24400 case $ac_pt_PKG_CONFIG in
24401 [\\/]* | ?:[\\/]*)
24402 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
24403 ;;
24404 *)
24405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24406 for as_dir in $PATH
24407 do
24408 IFS=$as_save_IFS
24409 test -z "$as_dir" && as_dir=.
24410 for ac_exec_ext in '' $ac_executable_extensions; do
24411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24412 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24414 break 2
24415 fi
24416 done
24417 done
24418 IFS=$as_save_IFS
24419
24420 ;;
24421 esac
24422 fi
24423 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
24424 if test -n "$ac_pt_PKG_CONFIG"; then
24425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
24426 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
24427 else
24428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24429 $as_echo "no" >&6; }
24430 fi
24431
24432 if test "x$ac_pt_PKG_CONFIG" = x; then
24433 PKG_CONFIG=""
24434 else
24435 case $cross_compiling:$ac_tool_warned in
24436 yes:)
24437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24438 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24439 ac_tool_warned=yes ;;
24440 esac
24441 PKG_CONFIG=$ac_pt_PKG_CONFIG
24442 fi
24443 else
24444 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
24445 fi
24446
24447 fi
24448 if test -n "$PKG_CONFIG"; then
24449 _pkg_min_version=0.9.0
24450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
24451 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
24452 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
24453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24454 $as_echo "yes" >&6; }
24455 else
24456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24457 $as_echo "no" >&6; }
24458 PKG_CONFIG=""
24459 fi
24460
24461 fi
24462
24463
24464 pkg_failed=no
24465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DIRECTFB" >&5
24466 $as_echo_n "checking for DIRECTFB... " >&6; }
24467
24468 if test -n "$PKG_CONFIG"; then
24469 if test -n "$DIRECTFB_CFLAGS"; then
24470 pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
24471 else
24472 if test -n "$PKG_CONFIG" && \
24473 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\""; } >&5
24474 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
24475 ac_status=$?
24476 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24477 test $ac_status = 0; }; then
24478 pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
24479 else
24480 pkg_failed=yes
24481 fi
24482 fi
24483 else
24484 pkg_failed=untried
24485 fi
24486 if test -n "$PKG_CONFIG"; then
24487 if test -n "$DIRECTFB_LIBS"; then
24488 pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
24489 else
24490 if test -n "$PKG_CONFIG" && \
24491 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\""; } >&5
24492 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
24493 ac_status=$?
24494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24495 test $ac_status = 0; }; then
24496 pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
24497 else
24498 pkg_failed=yes
24499 fi
24500 fi
24501 else
24502 pkg_failed=untried
24503 fi
24504
24505
24506
24507 if test $pkg_failed = yes; then
24508
24509 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
24510 _pkg_short_errors_supported=yes
24511 else
24512 _pkg_short_errors_supported=no
24513 fi
24514 if test $_pkg_short_errors_supported = yes; then
24515 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
24516 else
24517 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
24518 fi
24519 # Put the nasty error message in config.log where it belongs
24520 echo "$DIRECTFB_PKG_ERRORS" >&5
24521
24522
24523 as_fn_error $? "DirectFB not found." "$LINENO" 5
24524
24525
24526 elif test $pkg_failed = untried; then
24527
24528 as_fn_error $? "DirectFB not found." "$LINENO" 5
24529
24530
24531 else
24532 DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
24533 DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
24534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24535 $as_echo "yes" >&6; }
24536
24537 wxUSE_UNIVERSAL="yes"
24538 TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
24539 GUI_TK_LIBRARY="$DIRECTFB_LIBS"
24540 TOOLKIT=DFB
24541 GUIDIST=DFB_DIST
24542
24543 fi
24544 fi
24545
24546 if test "$wxUSE_MICROWIN" = 1; then
24547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MicroWindows" >&5
24548 $as_echo_n "checking for MicroWindows... " >&6; }
24549 if test "x$MICROWINDOWS" = x ; then
24550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
24551 $as_echo "not found" >&6; }
24552 as_fn_error $? "Cannot find MicroWindows library. Make sure MICROWINDOWS is set." "$LINENO" 5
24553 else
24554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MICROWINDOWS" >&5
24555 $as_echo "$MICROWINDOWS" >&6; }
24556 fi
24557
24558 if test -f $MICROWINDOWS/lib/libmwin.a; then
24559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: MicroWindows' libraries found." >&5
24560 $as_echo "MicroWindows' libraries found." >&6; }
24561 else
24562 as_fn_error $? "Cannot find MicroWindows libraries, make sure they are compiled." "$LINENO" 5
24563 fi
24564
24565 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
24566 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
24567
24568 wxUSE_UNIVERSAL="yes"
24569
24570 AFMINSTALL=afminstall
24571 TOOLKIT=MICROWIN
24572 GUIDIST=MICROWIN_DIST
24573
24574 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
24575 fi
24576
24577 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
24578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
24579 $as_echo_n "checking for X... " >&6; }
24580
24581
24582 # Check whether --with-x was given.
24583 if test "${with_x+set}" = set; then :
24584 withval=$with_x;
24585 fi
24586
24587 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
24588 if test "x$with_x" = xno; then
24589 # The user explicitly disabled X.
24590 have_x=disabled
24591 else
24592 case $x_includes,$x_libraries in #(
24593 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
24594 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
24595 $as_echo_n "(cached) " >&6
24596 else
24597 # One or both of the vars are not set, and there is no cached value.
24598 ac_x_includes=no ac_x_libraries=no
24599 rm -f -r conftest.dir
24600 if mkdir conftest.dir; then
24601 cd conftest.dir
24602 cat >Imakefile <<'_ACEOF'
24603 incroot:
24604 @echo incroot='${INCROOT}'
24605 usrlibdir:
24606 @echo usrlibdir='${USRLIBDIR}'
24607 libdir:
24608 @echo libdir='${LIBDIR}'
24609 _ACEOF
24610 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
24611 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
24612 for ac_var in incroot usrlibdir libdir; do
24613 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
24614 done
24615 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
24616 for ac_extension in a so sl dylib la dll; do
24617 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
24618 test -f "$ac_im_libdir/libX11.$ac_extension"; then
24619 ac_im_usrlibdir=$ac_im_libdir; break
24620 fi
24621 done
24622 # Screen out bogus values from the imake configuration. They are
24623 # bogus both because they are the default anyway, and because
24624 # using them would break gcc on systems where it needs fixed includes.
24625 case $ac_im_incroot in
24626 /usr/include) ac_x_includes= ;;
24627 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
24628 esac
24629 case $ac_im_usrlibdir in
24630 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
24631 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
24632 esac
24633 fi
24634 cd ..
24635 rm -f -r conftest.dir
24636 fi
24637
24638 # Standard set of common directories for X headers.
24639 # Check X11 before X11Rn because it is often a symlink to the current release.
24640 ac_x_header_dirs='
24641 /usr/X11/include
24642 /usr/X11R7/include
24643 /usr/X11R6/include
24644 /usr/X11R5/include
24645 /usr/X11R4/include
24646
24647 /usr/include/X11
24648 /usr/include/X11R7
24649 /usr/include/X11R6
24650 /usr/include/X11R5
24651 /usr/include/X11R4
24652
24653 /usr/local/X11/include
24654 /usr/local/X11R7/include
24655 /usr/local/X11R6/include
24656 /usr/local/X11R5/include
24657 /usr/local/X11R4/include
24658
24659 /usr/local/include/X11
24660 /usr/local/include/X11R7
24661 /usr/local/include/X11R6
24662 /usr/local/include/X11R5
24663 /usr/local/include/X11R4
24664
24665 /usr/X386/include
24666 /usr/x386/include
24667 /usr/XFree86/include/X11
24668
24669 /usr/include
24670 /usr/local/include
24671 /usr/unsupported/include
24672 /usr/athena/include
24673 /usr/local/x11r5/include
24674 /usr/lpp/Xamples/include
24675
24676 /usr/openwin/include
24677 /usr/openwin/share/include'
24678
24679 if test "$ac_x_includes" = no; then
24680 # Guess where to find include files, by looking for Xlib.h.
24681 # First, try using that file with no special directory specified.
24682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24683 /* end confdefs.h. */
24684 #include <X11/Xlib.h>
24685 _ACEOF
24686 if ac_fn_c_try_cpp "$LINENO"; then :
24687 # We can compile using X headers with no special include directory.
24688 ac_x_includes=
24689 else
24690 for ac_dir in $ac_x_header_dirs; do
24691 if test -r "$ac_dir/X11/Xlib.h"; then
24692 ac_x_includes=$ac_dir
24693 break
24694 fi
24695 done
24696 fi
24697 rm -f conftest.err conftest.i conftest.$ac_ext
24698 fi # $ac_x_includes = no
24699
24700 if test "$ac_x_libraries" = no; then
24701 # Check for the libraries.
24702 # See if we find them without any special options.
24703 # Don't add to $LIBS permanently.
24704 ac_save_LIBS=$LIBS
24705 LIBS="-lX11 $LIBS"
24706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24707 /* end confdefs.h. */
24708 #include <X11/Xlib.h>
24709 int
24710 main ()
24711 {
24712 XrmInitialize ()
24713 ;
24714 return 0;
24715 }
24716 _ACEOF
24717 if ac_fn_c_try_link "$LINENO"; then :
24718 LIBS=$ac_save_LIBS
24719 # We can link X programs with no special library path.
24720 ac_x_libraries=
24721 else
24722 LIBS=$ac_save_LIBS
24723 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
24724 do
24725 # Don't even attempt the hair of trying to link an X program!
24726 for ac_extension in a so sl dylib la dll; do
24727 if test -r "$ac_dir/libX11.$ac_extension"; then
24728 ac_x_libraries=$ac_dir
24729 break 2
24730 fi
24731 done
24732 done
24733 fi
24734 rm -f core conftest.err conftest.$ac_objext \
24735 conftest$ac_exeext conftest.$ac_ext
24736 fi # $ac_x_libraries = no
24737
24738 case $ac_x_includes,$ac_x_libraries in #(
24739 no,* | *,no | *\'*)
24740 # Didn't find X, or a directory has "'" in its name.
24741 ac_cv_have_x="have_x=no";; #(
24742 *)
24743 # Record where we found X for the cache.
24744 ac_cv_have_x="have_x=yes\
24745 ac_x_includes='$ac_x_includes'\
24746 ac_x_libraries='$ac_x_libraries'"
24747 esac
24748 fi
24749 ;; #(
24750 *) have_x=yes;;
24751 esac
24752 eval "$ac_cv_have_x"
24753 fi # $with_x != no
24754
24755 if test "$have_x" != yes; then
24756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
24757 $as_echo "$have_x" >&6; }
24758 no_x=yes
24759 else
24760 # If each of the values was on the command line, it overrides each guess.
24761 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
24762 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
24763 # Update the cache value to reflect the command line values.
24764 ac_cv_have_x="have_x=yes\
24765 ac_x_includes='$x_includes'\
24766 ac_x_libraries='$x_libraries'"
24767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
24768 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
24769 fi
24770
24771 if test "$no_x" = yes; then
24772 # Not all programs may use this symbol, but it does not hurt to define it.
24773
24774 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
24775
24776 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
24777 else
24778 if test -n "$x_includes"; then
24779 X_CFLAGS="$X_CFLAGS -I$x_includes"
24780 fi
24781
24782 # It would also be nice to do this for all -L options, not just this one.
24783 if test -n "$x_libraries"; then
24784 X_LIBS="$X_LIBS -L$x_libraries"
24785 # For Solaris; some versions of Sun CC require a space after -R and
24786 # others require no space. Words are not sufficient . . . .
24787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
24788 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
24789 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
24790 ac_xsave_c_werror_flag=$ac_c_werror_flag
24791 ac_c_werror_flag=yes
24792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24793 /* end confdefs.h. */
24794
24795 int
24796 main ()
24797 {
24798
24799 ;
24800 return 0;
24801 }
24802 _ACEOF
24803 if ac_fn_c_try_link "$LINENO"; then :
24804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24805 $as_echo "no" >&6; }
24806 X_LIBS="$X_LIBS -R$x_libraries"
24807 else
24808 LIBS="$ac_xsave_LIBS -R $x_libraries"
24809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24810 /* end confdefs.h. */
24811
24812 int
24813 main ()
24814 {
24815
24816 ;
24817 return 0;
24818 }
24819 _ACEOF
24820 if ac_fn_c_try_link "$LINENO"; then :
24821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24822 $as_echo "yes" >&6; }
24823 X_LIBS="$X_LIBS -R $x_libraries"
24824 else
24825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
24826 $as_echo "neither works" >&6; }
24827 fi
24828 rm -f core conftest.err conftest.$ac_objext \
24829 conftest$ac_exeext conftest.$ac_ext
24830 fi
24831 rm -f core conftest.err conftest.$ac_objext \
24832 conftest$ac_exeext conftest.$ac_ext
24833 ac_c_werror_flag=$ac_xsave_c_werror_flag
24834 LIBS=$ac_xsave_LIBS
24835 fi
24836
24837 # Check for system-dependent libraries X programs must link with.
24838 # Do this before checking for the system-independent R6 libraries
24839 # (-lICE), since we may need -lsocket or whatever for X linking.
24840
24841 if test "$ISC" = yes; then
24842 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
24843 else
24844 # Martyn Johnson says this is needed for Ultrix, if the X
24845 # libraries were built with DECnet support. And Karl Berry says
24846 # the Alpha needs dnet_stub (dnet does not exist).
24847 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
24848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24849 /* end confdefs.h. */
24850
24851 /* Override any GCC internal prototype to avoid an error.
24852 Use char because int might match the return type of a GCC
24853 builtin and then its argument prototype would still apply. */
24854 #ifdef __cplusplus
24855 extern "C"
24856 #endif
24857 char XOpenDisplay ();
24858 int
24859 main ()
24860 {
24861 return XOpenDisplay ();
24862 ;
24863 return 0;
24864 }
24865 _ACEOF
24866 if ac_fn_c_try_link "$LINENO"; then :
24867
24868 else
24869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
24870 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
24871 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
24872 $as_echo_n "(cached) " >&6
24873 else
24874 ac_check_lib_save_LIBS=$LIBS
24875 LIBS="-ldnet $LIBS"
24876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24877 /* end confdefs.h. */
24878
24879 /* Override any GCC internal prototype to avoid an error.
24880 Use char because int might match the return type of a GCC
24881 builtin and then its argument prototype would still apply. */
24882 #ifdef __cplusplus
24883 extern "C"
24884 #endif
24885 char dnet_ntoa ();
24886 int
24887 main ()
24888 {
24889 return dnet_ntoa ();
24890 ;
24891 return 0;
24892 }
24893 _ACEOF
24894 if ac_fn_c_try_link "$LINENO"; then :
24895 ac_cv_lib_dnet_dnet_ntoa=yes
24896 else
24897 ac_cv_lib_dnet_dnet_ntoa=no
24898 fi
24899 rm -f core conftest.err conftest.$ac_objext \
24900 conftest$ac_exeext conftest.$ac_ext
24901 LIBS=$ac_check_lib_save_LIBS
24902 fi
24903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
24904 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
24905 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
24906 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
24907 fi
24908
24909 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
24910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
24911 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
24912 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
24913 $as_echo_n "(cached) " >&6
24914 else
24915 ac_check_lib_save_LIBS=$LIBS
24916 LIBS="-ldnet_stub $LIBS"
24917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24918 /* end confdefs.h. */
24919
24920 /* Override any GCC internal prototype to avoid an error.
24921 Use char because int might match the return type of a GCC
24922 builtin and then its argument prototype would still apply. */
24923 #ifdef __cplusplus
24924 extern "C"
24925 #endif
24926 char dnet_ntoa ();
24927 int
24928 main ()
24929 {
24930 return dnet_ntoa ();
24931 ;
24932 return 0;
24933 }
24934 _ACEOF
24935 if ac_fn_c_try_link "$LINENO"; then :
24936 ac_cv_lib_dnet_stub_dnet_ntoa=yes
24937 else
24938 ac_cv_lib_dnet_stub_dnet_ntoa=no
24939 fi
24940 rm -f core conftest.err conftest.$ac_objext \
24941 conftest$ac_exeext conftest.$ac_ext
24942 LIBS=$ac_check_lib_save_LIBS
24943 fi
24944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
24945 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
24946 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
24947 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
24948 fi
24949
24950 fi
24951 fi
24952 rm -f core conftest.err conftest.$ac_objext \
24953 conftest$ac_exeext conftest.$ac_ext
24954 LIBS="$ac_xsave_LIBS"
24955
24956 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
24957 # to get the SysV transport functions.
24958 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
24959 # needs -lnsl.
24960 # The nsl library prevents programs from opening the X display
24961 # on Irix 5.2, according to T.E. Dickey.
24962 # The functions gethostbyname, getservbyname, and inet_addr are
24963 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
24964 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
24965 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
24966
24967 fi
24968
24969 if test $ac_cv_func_gethostbyname = no; then
24970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
24971 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
24972 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
24973 $as_echo_n "(cached) " >&6
24974 else
24975 ac_check_lib_save_LIBS=$LIBS
24976 LIBS="-lnsl $LIBS"
24977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24978 /* end confdefs.h. */
24979
24980 /* Override any GCC internal prototype to avoid an error.
24981 Use char because int might match the return type of a GCC
24982 builtin and then its argument prototype would still apply. */
24983 #ifdef __cplusplus
24984 extern "C"
24985 #endif
24986 char gethostbyname ();
24987 int
24988 main ()
24989 {
24990 return gethostbyname ();
24991 ;
24992 return 0;
24993 }
24994 _ACEOF
24995 if ac_fn_c_try_link "$LINENO"; then :
24996 ac_cv_lib_nsl_gethostbyname=yes
24997 else
24998 ac_cv_lib_nsl_gethostbyname=no
24999 fi
25000 rm -f core conftest.err conftest.$ac_objext \
25001 conftest$ac_exeext conftest.$ac_ext
25002 LIBS=$ac_check_lib_save_LIBS
25003 fi
25004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
25005 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
25006 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
25007 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
25008 fi
25009
25010 if test $ac_cv_lib_nsl_gethostbyname = no; then
25011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
25012 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
25013 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
25014 $as_echo_n "(cached) " >&6
25015 else
25016 ac_check_lib_save_LIBS=$LIBS
25017 LIBS="-lbsd $LIBS"
25018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25019 /* end confdefs.h. */
25020
25021 /* Override any GCC internal prototype to avoid an error.
25022 Use char because int might match the return type of a GCC
25023 builtin and then its argument prototype would still apply. */
25024 #ifdef __cplusplus
25025 extern "C"
25026 #endif
25027 char gethostbyname ();
25028 int
25029 main ()
25030 {
25031 return gethostbyname ();
25032 ;
25033 return 0;
25034 }
25035 _ACEOF
25036 if ac_fn_c_try_link "$LINENO"; then :
25037 ac_cv_lib_bsd_gethostbyname=yes
25038 else
25039 ac_cv_lib_bsd_gethostbyname=no
25040 fi
25041 rm -f core conftest.err conftest.$ac_objext \
25042 conftest$ac_exeext conftest.$ac_ext
25043 LIBS=$ac_check_lib_save_LIBS
25044 fi
25045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
25046 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
25047 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
25048 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
25049 fi
25050
25051 fi
25052 fi
25053
25054 # lieder@skyler.mavd.honeywell.com says without -lsocket,
25055 # socket/setsockopt and other routines are undefined under SCO ODT
25056 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
25057 # on later versions), says Simon Leinen: it contains gethostby*
25058 # variants that don't use the name server (or something). -lsocket
25059 # must be given before -lnsl if both are needed. We assume that
25060 # if connect needs -lnsl, so does gethostbyname.
25061 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
25062 if test "x$ac_cv_func_connect" = x""yes; then :
25063
25064 fi
25065
25066 if test $ac_cv_func_connect = no; then
25067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
25068 $as_echo_n "checking for connect in -lsocket... " >&6; }
25069 if test "${ac_cv_lib_socket_connect+set}" = set; then :
25070 $as_echo_n "(cached) " >&6
25071 else
25072 ac_check_lib_save_LIBS=$LIBS
25073 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
25074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25075 /* end confdefs.h. */
25076
25077 /* Override any GCC internal prototype to avoid an error.
25078 Use char because int might match the return type of a GCC
25079 builtin and then its argument prototype would still apply. */
25080 #ifdef __cplusplus
25081 extern "C"
25082 #endif
25083 char connect ();
25084 int
25085 main ()
25086 {
25087 return connect ();
25088 ;
25089 return 0;
25090 }
25091 _ACEOF
25092 if ac_fn_c_try_link "$LINENO"; then :
25093 ac_cv_lib_socket_connect=yes
25094 else
25095 ac_cv_lib_socket_connect=no
25096 fi
25097 rm -f core conftest.err conftest.$ac_objext \
25098 conftest$ac_exeext conftest.$ac_ext
25099 LIBS=$ac_check_lib_save_LIBS
25100 fi
25101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
25102 $as_echo "$ac_cv_lib_socket_connect" >&6; }
25103 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
25104 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
25105 fi
25106
25107 fi
25108
25109 # Guillermo Gomez says -lposix is necessary on A/UX.
25110 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
25111 if test "x$ac_cv_func_remove" = x""yes; then :
25112
25113 fi
25114
25115 if test $ac_cv_func_remove = no; then
25116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
25117 $as_echo_n "checking for remove in -lposix... " >&6; }
25118 if test "${ac_cv_lib_posix_remove+set}" = set; then :
25119 $as_echo_n "(cached) " >&6
25120 else
25121 ac_check_lib_save_LIBS=$LIBS
25122 LIBS="-lposix $LIBS"
25123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25124 /* end confdefs.h. */
25125
25126 /* Override any GCC internal prototype to avoid an error.
25127 Use char because int might match the return type of a GCC
25128 builtin and then its argument prototype would still apply. */
25129 #ifdef __cplusplus
25130 extern "C"
25131 #endif
25132 char remove ();
25133 int
25134 main ()
25135 {
25136 return remove ();
25137 ;
25138 return 0;
25139 }
25140 _ACEOF
25141 if ac_fn_c_try_link "$LINENO"; then :
25142 ac_cv_lib_posix_remove=yes
25143 else
25144 ac_cv_lib_posix_remove=no
25145 fi
25146 rm -f core conftest.err conftest.$ac_objext \
25147 conftest$ac_exeext conftest.$ac_ext
25148 LIBS=$ac_check_lib_save_LIBS
25149 fi
25150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
25151 $as_echo "$ac_cv_lib_posix_remove" >&6; }
25152 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
25153 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
25154 fi
25155
25156 fi
25157
25158 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
25159 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
25160 if test "x$ac_cv_func_shmat" = x""yes; then :
25161
25162 fi
25163
25164 if test $ac_cv_func_shmat = no; then
25165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
25166 $as_echo_n "checking for shmat in -lipc... " >&6; }
25167 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
25168 $as_echo_n "(cached) " >&6
25169 else
25170 ac_check_lib_save_LIBS=$LIBS
25171 LIBS="-lipc $LIBS"
25172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25173 /* end confdefs.h. */
25174
25175 /* Override any GCC internal prototype to avoid an error.
25176 Use char because int might match the return type of a GCC
25177 builtin and then its argument prototype would still apply. */
25178 #ifdef __cplusplus
25179 extern "C"
25180 #endif
25181 char shmat ();
25182 int
25183 main ()
25184 {
25185 return shmat ();
25186 ;
25187 return 0;
25188 }
25189 _ACEOF
25190 if ac_fn_c_try_link "$LINENO"; then :
25191 ac_cv_lib_ipc_shmat=yes
25192 else
25193 ac_cv_lib_ipc_shmat=no
25194 fi
25195 rm -f core conftest.err conftest.$ac_objext \
25196 conftest$ac_exeext conftest.$ac_ext
25197 LIBS=$ac_check_lib_save_LIBS
25198 fi
25199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
25200 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
25201 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
25202 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
25203 fi
25204
25205 fi
25206 fi
25207
25208 # Check for libraries that X11R6 Xt/Xaw programs need.
25209 ac_save_LDFLAGS=$LDFLAGS
25210 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
25211 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
25212 # check for ICE first), but we must link in the order -lSM -lICE or
25213 # we get undefined symbols. So assume we have SM if we have ICE.
25214 # These have to be linked with before -lX11, unlike the other
25215 # libraries we check for below, so use a different variable.
25216 # John Interrante, Karl Berry
25217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
25218 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
25219 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
25220 $as_echo_n "(cached) " >&6
25221 else
25222 ac_check_lib_save_LIBS=$LIBS
25223 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
25224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25225 /* end confdefs.h. */
25226
25227 /* Override any GCC internal prototype to avoid an error.
25228 Use char because int might match the return type of a GCC
25229 builtin and then its argument prototype would still apply. */
25230 #ifdef __cplusplus
25231 extern "C"
25232 #endif
25233 char IceConnectionNumber ();
25234 int
25235 main ()
25236 {
25237 return IceConnectionNumber ();
25238 ;
25239 return 0;
25240 }
25241 _ACEOF
25242 if ac_fn_c_try_link "$LINENO"; then :
25243 ac_cv_lib_ICE_IceConnectionNumber=yes
25244 else
25245 ac_cv_lib_ICE_IceConnectionNumber=no
25246 fi
25247 rm -f core conftest.err conftest.$ac_objext \
25248 conftest$ac_exeext conftest.$ac_ext
25249 LIBS=$ac_check_lib_save_LIBS
25250 fi
25251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
25252 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
25253 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
25254 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
25255 fi
25256
25257 LDFLAGS=$ac_save_LDFLAGS
25258
25259 fi
25260
25261
25262 if test "$no_x" = "yes"; then
25263 as_fn_error $? "X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" "$LINENO" 5
25264 fi
25265
25266 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
25267 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
25268 AFMINSTALL=afminstall
25269 COMPILED_X_PROGRAM=0
25270
25271 fi
25272
25273 if test "$wxUSE_X11" = 1; then
25274 if test "$wxUSE_NANOX" = "yes"; then
25275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MicroWindows/NanoX distribution" >&5
25276 $as_echo_n "checking for MicroWindows/NanoX distribution... " >&6; }
25277 if test "x$MICROWIN" = x ; then
25278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
25279 $as_echo "not found" >&6; }
25280 as_fn_error $? "Cannot find MicroWindows library. Make sure MICROWIN is set." "$LINENO" 5
25281 else
25282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MICROWIN" >&5
25283 $as_echo "$MICROWIN" >&6; }
25284 $as_echo "#define wxUSE_NANOX 1" >>confdefs.h
25285
25286 fi
25287 fi
25288
25289 if test "$wxUSE_UNICODE" = "yes"; then
25290
25291
25292 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
25293 if test -n "$ac_tool_prefix"; then
25294 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
25295 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
25296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25297 $as_echo_n "checking for $ac_word... " >&6; }
25298 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
25299 $as_echo_n "(cached) " >&6
25300 else
25301 case $PKG_CONFIG in
25302 [\\/]* | ?:[\\/]*)
25303 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
25304 ;;
25305 *)
25306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25307 for as_dir in $PATH
25308 do
25309 IFS=$as_save_IFS
25310 test -z "$as_dir" && as_dir=.
25311 for ac_exec_ext in '' $ac_executable_extensions; do
25312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
25313 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25315 break 2
25316 fi
25317 done
25318 done
25319 IFS=$as_save_IFS
25320
25321 ;;
25322 esac
25323 fi
25324 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
25325 if test -n "$PKG_CONFIG"; then
25326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
25327 $as_echo "$PKG_CONFIG" >&6; }
25328 else
25329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25330 $as_echo "no" >&6; }
25331 fi
25332
25333
25334 fi
25335 if test -z "$ac_cv_path_PKG_CONFIG"; then
25336 ac_pt_PKG_CONFIG=$PKG_CONFIG
25337 # Extract the first word of "pkg-config", so it can be a program name with args.
25338 set dummy pkg-config; ac_word=$2
25339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25340 $as_echo_n "checking for $ac_word... " >&6; }
25341 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
25342 $as_echo_n "(cached) " >&6
25343 else
25344 case $ac_pt_PKG_CONFIG in
25345 [\\/]* | ?:[\\/]*)
25346 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
25347 ;;
25348 *)
25349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25350 for as_dir in $PATH
25351 do
25352 IFS=$as_save_IFS
25353 test -z "$as_dir" && as_dir=.
25354 for ac_exec_ext in '' $ac_executable_extensions; do
25355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
25356 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25358 break 2
25359 fi
25360 done
25361 done
25362 IFS=$as_save_IFS
25363
25364 ;;
25365 esac
25366 fi
25367 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
25368 if test -n "$ac_pt_PKG_CONFIG"; then
25369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
25370 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
25371 else
25372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25373 $as_echo "no" >&6; }
25374 fi
25375
25376 if test "x$ac_pt_PKG_CONFIG" = x; then
25377 PKG_CONFIG=""
25378 else
25379 case $cross_compiling:$ac_tool_warned in
25380 yes:)
25381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
25382 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25383 ac_tool_warned=yes ;;
25384 esac
25385 PKG_CONFIG=$ac_pt_PKG_CONFIG
25386 fi
25387 else
25388 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
25389 fi
25390
25391 fi
25392 if test -n "$PKG_CONFIG"; then
25393 _pkg_min_version=0.9.0
25394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
25395 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
25396 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
25397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25398 $as_echo "yes" >&6; }
25399 else
25400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25401 $as_echo "no" >&6; }
25402 PKG_CONFIG=""
25403 fi
25404
25405 fi
25406
25407
25408 pkg_failed=no
25409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOX" >&5
25410 $as_echo_n "checking for PANGOX... " >&6; }
25411
25412 if test -n "$PKG_CONFIG"; then
25413 if test -n "$PANGOX_CFLAGS"; then
25414 pkg_cv_PANGOX_CFLAGS="$PANGOX_CFLAGS"
25415 else
25416 if test -n "$PKG_CONFIG" && \
25417 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangox\""; } >&5
25418 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
25419 ac_status=$?
25420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25421 test $ac_status = 0; }; then
25422 pkg_cv_PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
25423 else
25424 pkg_failed=yes
25425 fi
25426 fi
25427 else
25428 pkg_failed=untried
25429 fi
25430 if test -n "$PKG_CONFIG"; then
25431 if test -n "$PANGOX_LIBS"; then
25432 pkg_cv_PANGOX_LIBS="$PANGOX_LIBS"
25433 else
25434 if test -n "$PKG_CONFIG" && \
25435 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangox\""; } >&5
25436 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
25437 ac_status=$?
25438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25439 test $ac_status = 0; }; then
25440 pkg_cv_PANGOX_LIBS=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
25441 else
25442 pkg_failed=yes
25443 fi
25444 fi
25445 else
25446 pkg_failed=untried
25447 fi
25448
25449
25450
25451 if test $pkg_failed = yes; then
25452
25453 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25454 _pkg_short_errors_supported=yes
25455 else
25456 _pkg_short_errors_supported=no
25457 fi
25458 if test $_pkg_short_errors_supported = yes; then
25459 PANGOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
25460 else
25461 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
25462 fi
25463 # Put the nasty error message in config.log where it belongs
25464 echo "$PANGOX_PKG_ERRORS" >&5
25465
25466
25467 as_fn_error $? "pangox library not found, library cannot be compiled in Unicode mode" "$LINENO" 5
25468
25469
25470 elif test $pkg_failed = untried; then
25471
25472 as_fn_error $? "pangox library not found, library cannot be compiled in Unicode mode" "$LINENO" 5
25473
25474
25475 else
25476 PANGOX_CFLAGS=$pkg_cv_PANGOX_CFLAGS
25477 PANGOX_LIBS=$pkg_cv_PANGOX_LIBS
25478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25479 $as_echo "yes" >&6; }
25480
25481 CFLAGS="$PANGOX_CFLAGS $CFLAGS"
25482 CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
25483 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
25484
25485 fi
25486
25487 pkg_failed=no
25488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOFT2" >&5
25489 $as_echo_n "checking for PANGOFT2... " >&6; }
25490
25491 if test -n "$PKG_CONFIG"; then
25492 if test -n "$PANGOFT2_CFLAGS"; then
25493 pkg_cv_PANGOFT2_CFLAGS="$PANGOFT2_CFLAGS"
25494 else
25495 if test -n "$PKG_CONFIG" && \
25496 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoft2\""; } >&5
25497 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
25498 ac_status=$?
25499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25500 test $ac_status = 0; }; then
25501 pkg_cv_PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
25502 else
25503 pkg_failed=yes
25504 fi
25505 fi
25506 else
25507 pkg_failed=untried
25508 fi
25509 if test -n "$PKG_CONFIG"; then
25510 if test -n "$PANGOFT2_LIBS"; then
25511 pkg_cv_PANGOFT2_LIBS="$PANGOFT2_LIBS"
25512 else
25513 if test -n "$PKG_CONFIG" && \
25514 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoft2\""; } >&5
25515 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
25516 ac_status=$?
25517 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25518 test $ac_status = 0; }; then
25519 pkg_cv_PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
25520 else
25521 pkg_failed=yes
25522 fi
25523 fi
25524 else
25525 pkg_failed=untried
25526 fi
25527
25528
25529
25530 if test $pkg_failed = yes; then
25531
25532 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25533 _pkg_short_errors_supported=yes
25534 else
25535 _pkg_short_errors_supported=no
25536 fi
25537 if test $_pkg_short_errors_supported = yes; then
25538 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
25539 else
25540 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
25541 fi
25542 # Put the nasty error message in config.log where it belongs
25543 echo "$PANGOFT2_PKG_ERRORS" >&5
25544
25545
25546 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25547 $as_echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25548 wxUSE_PRINTING_ARCHITECTURE="no"
25549
25550
25551 elif test $pkg_failed = untried; then
25552
25553 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25554 $as_echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25555 wxUSE_PRINTING_ARCHITECTURE="no"
25556
25557
25558 else
25559 PANGOFT2_CFLAGS=$pkg_cv_PANGOFT2_CFLAGS
25560 PANGOFT2_LIBS=$pkg_cv_PANGOFT2_LIBS
25561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25562 $as_echo "yes" >&6; }
25563
25564 CFLAGS="$PANGOFT2_CFLAGS $CFLAGS"
25565 CXXFLAGS="$PANGOFT2_CFLAGS $CXXFLAGS"
25566 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
25567
25568 fi
25569
25570 pkg_failed=no
25571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOXFT" >&5
25572 $as_echo_n "checking for PANGOXFT... " >&6; }
25573
25574 if test -n "$PKG_CONFIG"; then
25575 if test -n "$PANGOXFT_CFLAGS"; then
25576 pkg_cv_PANGOXFT_CFLAGS="$PANGOXFT_CFLAGS"
25577 else
25578 if test -n "$PKG_CONFIG" && \
25579 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoxft\""; } >&5
25580 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
25581 ac_status=$?
25582 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25583 test $ac_status = 0; }; then
25584 pkg_cv_PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
25585 else
25586 pkg_failed=yes
25587 fi
25588 fi
25589 else
25590 pkg_failed=untried
25591 fi
25592 if test -n "$PKG_CONFIG"; then
25593 if test -n "$PANGOXFT_LIBS"; then
25594 pkg_cv_PANGOXFT_LIBS="$PANGOXFT_LIBS"
25595 else
25596 if test -n "$PKG_CONFIG" && \
25597 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoxft\""; } >&5
25598 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
25599 ac_status=$?
25600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25601 test $ac_status = 0; }; then
25602 pkg_cv_PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
25603 else
25604 pkg_failed=yes
25605 fi
25606 fi
25607 else
25608 pkg_failed=untried
25609 fi
25610
25611
25612
25613 if test $pkg_failed = yes; then
25614
25615 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25616 _pkg_short_errors_supported=yes
25617 else
25618 _pkg_short_errors_supported=no
25619 fi
25620 if test $_pkg_short_errors_supported = yes; then
25621 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
25622 else
25623 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
25624 fi
25625 # Put the nasty error message in config.log where it belongs
25626 echo "$PANGOXFT_PKG_ERRORS" >&5
25627
25628
25629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25630 $as_echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25631
25632
25633 elif test $pkg_failed = untried; then
25634
25635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25636 $as_echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25637
25638
25639 else
25640 PANGOXFT_CFLAGS=$pkg_cv_PANGOXFT_CFLAGS
25641 PANGOXFT_LIBS=$pkg_cv_PANGOXFT_LIBS
25642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25643 $as_echo "yes" >&6; }
25644
25645 $as_echo "#define HAVE_PANGO_XFT 1" >>confdefs.h
25646
25647 CFLAGS="$PANGOXFT_CFLAGS $CFLAGS"
25648 CXXFLAGS="$PANGOXFT_CFLAGS $CXXFLAGS"
25649 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
25650
25651 fi
25652 save_LIBS="$LIBS"
25653 LIBS="$LIBS $PANGOX_LIBS"
25654 for ac_func in pango_font_family_is_monospace
25655 do :
25656 ac_fn_c_check_func "$LINENO" "pango_font_family_is_monospace" "ac_cv_func_pango_font_family_is_monospace"
25657 if test "x$ac_cv_func_pango_font_family_is_monospace" = x""yes; then :
25658 cat >>confdefs.h <<_ACEOF
25659 #define HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE 1
25660 _ACEOF
25661
25662 fi
25663 done
25664
25665 LIBS="$save_LIBS"
25666 fi
25667
25668 wxUSE_UNIVERSAL="yes"
25669
25670 if test "$wxUSE_NANOX" = "yes"; then
25671 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
25672 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"
25673 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
25674 else
25675 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
25676 fi
25677
25678 TOOLKIT=X11
25679 GUIDIST=X11_DIST
25680 fi
25681
25682 if test "$wxUSE_MOTIF" = 1; then
25683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif/Lesstif headers" >&5
25684 $as_echo_n "checking for Motif/Lesstif headers... " >&6; }
25685
25686 ac_find_includes=
25687 for ac_dir in $SEARCH_INCLUDE /usr/include
25688 do
25689 if test -f "$ac_dir/Xm/Xm.h"; then
25690 ac_find_includes=$ac_dir
25691 break
25692 fi
25693 done
25694
25695 if test "$ac_find_includes" != "" ; then
25696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_includes" >&5
25697 $as_echo "found in $ac_find_includes" >&6; }
25698
25699 if test "x$ac_find_includes" = "x/usr/include"; then
25700 ac_path_to_include=""
25701 else
25702 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
25703 result=$?
25704 if test $result = 0; then
25705 ac_path_to_include=""
25706 else
25707 ac_path_to_include=" -I$ac_find_includes"
25708 fi
25709 fi
25710
25711 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
25712 else
25713 save_CFLAGS=$CFLAGS
25714 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
25715
25716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25717 /* end confdefs.h. */
25718
25719 #include <Xm/Xm.h>
25720
25721 int
25722 main ()
25723 {
25724
25725 int version;
25726 version = xmUseVersion;
25727
25728 ;
25729 return 0;
25730 }
25731 _ACEOF
25732 if ac_fn_c_try_compile "$LINENO"; then :
25733
25734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in default search path" >&5
25735 $as_echo "found in default search path" >&6; }
25736 COMPILED_X_PROGRAM=1
25737
25738 else
25739
25740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25741 $as_echo "no" >&6; }
25742 as_fn_error $? "please set CPPFLAGS to contain the location of Xm/Xm.h" "$LINENO" 5
25743
25744
25745 fi
25746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25747
25748 CFLAGS=$save_CFLAGS
25749 fi
25750
25751
25752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif/Lesstif library" >&5
25753 $as_echo_n "checking for Motif/Lesstif library... " >&6; }
25754
25755 ac_find_libraries=
25756 for ac_dir in $SEARCH_LIB
25757 do
25758 for ac_extension in a so sl dylib dll.a; do
25759 if test -f "$ac_dir/libXm.$ac_extension"; then
25760 ac_find_libraries=$ac_dir
25761 break 2
25762 fi
25763 done
25764 done
25765
25766
25767 if test "x$ac_find_libraries" != "x" ; then
25768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
25769 $as_echo "found in $ac_find_libraries" >&6; }
25770
25771
25772 if test "$ac_find_libraries" = "default location"; then
25773 ac_path_to_link=""
25774 else
25775 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
25776 result=$?
25777 if test $result = 0; then
25778 ac_path_to_link=""
25779 else
25780 ac_path_to_link=" -L$ac_find_libraries"
25781 fi
25782 fi
25783
25784 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
25785 else
25786 save_CFLAGS=$CFLAGS
25787 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
25788 save_LIBS="$LIBS"
25789 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
25790
25791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25792 /* end confdefs.h. */
25793
25794 #include <Xm/Xm.h>
25795
25796 int
25797 main ()
25798 {
25799
25800 int version;
25801 version = xmUseVersion;
25802
25803 ;
25804 return 0;
25805 }
25806 _ACEOF
25807 if ac_fn_c_try_link "$LINENO"; then :
25808
25809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in default search path" >&5
25810 $as_echo "found in default search path" >&6; }
25811 COMPILED_X_PROGRAM=1
25812
25813 else
25814
25815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25816 $as_echo "no" >&6; }
25817 as_fn_error $? "please set LDFLAGS to contain the location of libXm" "$LINENO" 5
25818
25819
25820 fi
25821 rm -f core conftest.err conftest.$ac_objext \
25822 conftest$ac_exeext conftest.$ac_ext
25823
25824 CFLAGS=$save_CFLAGS
25825 LIBS="$save_LIBS"
25826 fi
25827
25828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need -lXp and/or -lSM -lICE" >&5
25829 $as_echo_n "checking if we need -lXp and/or -lSM -lICE... " >&6; }
25830 libp_link=""
25831 libsm_ice_link=""
25832 libs_found=0
25833 for libp in "" " -lXp"; do
25834 if test "$libs_found" = 0; then
25835 for libsm_ice in "" " -lSM -lICE"; do
25836 if test "$libs_found" = 0; then
25837 save_LIBS="$LIBS"
25838 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
25839 save_CFLAGS=$CFLAGS
25840 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
25841
25842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25843 /* end confdefs.h. */
25844
25845 #include <Xm/Xm.h>
25846 #include <Xm/List.h>
25847
25848 int
25849 main ()
25850 {
25851
25852 XmString string = NULL;
25853 Widget w = NULL;
25854 int position = 0;
25855 XmListAddItem(w, string, position);
25856
25857 ;
25858 return 0;
25859 }
25860 _ACEOF
25861 if ac_fn_c_try_link "$LINENO"; then :
25862
25863 libp_link="$libp"
25864 libsm_ice_link="$libsm_ice"
25865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: need${libp_link}${libsm_ice_link}" >&5
25866 $as_echo "need${libp_link}${libsm_ice_link}" >&6; }
25867 libs_found=1
25868
25869 fi
25870 rm -f core conftest.err conftest.$ac_objext \
25871 conftest$ac_exeext conftest.$ac_ext
25872
25873 LIBS="$save_LIBS"
25874 CFLAGS=$save_CFLAGS
25875 fi
25876 done
25877 fi
25878 done
25879
25880 if test "$libs_found" = 0; then
25881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: can't find the right libraries" >&5
25882 $as_echo "can't find the right libraries" >&6; }
25883 as_fn_error $? "can't link a simple motif program" "$LINENO" 5
25884 fi
25885
25886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SgCreateList in -lSgm" >&5
25887 $as_echo_n "checking for SgCreateList in -lSgm... " >&6; }
25888 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then :
25889 $as_echo_n "(cached) " >&6
25890 else
25891 ac_check_lib_save_LIBS=$LIBS
25892 LIBS="-lSgm $LIBS"
25893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25894 /* end confdefs.h. */
25895
25896 /* Override any GCC internal prototype to avoid an error.
25897 Use char because int might match the return type of a GCC
25898 builtin and then its argument prototype would still apply. */
25899 #ifdef __cplusplus
25900 extern "C"
25901 #endif
25902 char SgCreateList ();
25903 int
25904 main ()
25905 {
25906 return SgCreateList ();
25907 ;
25908 return 0;
25909 }
25910 _ACEOF
25911 if ac_fn_c_try_link "$LINENO"; then :
25912 ac_cv_lib_Sgm_SgCreateList=yes
25913 else
25914 ac_cv_lib_Sgm_SgCreateList=no
25915 fi
25916 rm -f core conftest.err conftest.$ac_objext \
25917 conftest$ac_exeext conftest.$ac_ext
25918 LIBS=$ac_check_lib_save_LIBS
25919 fi
25920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Sgm_SgCreateList" >&5
25921 $as_echo "$ac_cv_lib_Sgm_SgCreateList" >&6; }
25922 if test "x$ac_cv_lib_Sgm_SgCreateList" = x""yes; then :
25923 libsgm_link=" -lSgm"
25924 fi
25925
25926
25927 save_CFLAGS=$CFLAGS
25928 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
25929
25930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif 2" >&5
25931 $as_echo_n "checking for Motif 2... " >&6; }
25932 if test "${wx_cv_lib_motif2+set}" = set; then :
25933 $as_echo_n "(cached) " >&6
25934 else
25935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25936 /* end confdefs.h. */
25937
25938 #include <Xm/Xm.h>
25939
25940 int
25941 main ()
25942 {
25943
25944 #if XmVersion < 2000
25945 Not Motif 2
25946 #endif
25947
25948 ;
25949 return 0;
25950 }
25951 _ACEOF
25952 if ac_fn_c_try_compile "$LINENO"; then :
25953 wx_cv_lib_motif2="yes"
25954 else
25955 wx_cv_lib_motif2="no"
25956 fi
25957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25958 fi
25959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_motif2" >&5
25960 $as_echo "$wx_cv_lib_motif2" >&6; }
25961 if test "$wx_cv_lib_motif2" = "yes"; then
25962 $as_echo "#define __WXMOTIF20__ 1" >>confdefs.h
25963
25964 else
25965 $as_echo "#define __WXMOTIF20__ 0" >>confdefs.h
25966
25967 fi
25968
25969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Motif is Lesstif" >&5
25970 $as_echo_n "checking whether Motif is Lesstif... " >&6; }
25971 if test "${wx_cv_lib_lesstif+set}" = set; then :
25972 $as_echo_n "(cached) " >&6
25973 else
25974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25975 /* end confdefs.h. */
25976
25977 #include <Xm/Xm.h>
25978
25979 int
25980 main ()
25981 {
25982
25983 #if !defined(LesstifVersion) || LesstifVersion <= 0
25984 Not Lesstif
25985 #endif
25986
25987 ;
25988 return 0;
25989 }
25990 _ACEOF
25991 if ac_fn_c_try_compile "$LINENO"; then :
25992 wx_cv_lib_lesstif="yes"
25993 else
25994 wx_cv_lib_lesstif="no"
25995 fi
25996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25997
25998 fi
25999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_lesstif" >&5
26000 $as_echo "$wx_cv_lib_lesstif" >&6; }
26001 if test "$wx_cv_lib_lesstif" = "yes"; then
26002 $as_echo "#define __WXLESSTIF__ 1" >>confdefs.h
26003
26004 else
26005 $as_echo "#define __WXLESSTIF__ 0" >>confdefs.h
26006
26007 fi
26008
26009 CFLAGS=$save_CFLAGS
26010
26011 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
26012 TOOLKIT=MOTIF
26013 GUIDIST=MOTIF_DIST
26014 fi
26015
26016 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26017 if test "$wxUSE_LIBXPM" = "sys"; then
26018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xpm library" >&5
26019 $as_echo_n "checking for Xpm library... " >&6; }
26020
26021 ac_find_libraries=
26022 for ac_dir in $SEARCH_LIB
26023 do
26024 for ac_extension in a so sl dylib dll.a; do
26025 if test -f "$ac_dir/libXpm.$ac_extension"; then
26026 ac_find_libraries=$ac_dir
26027 break 2
26028 fi
26029 done
26030 done
26031
26032 if test "$ac_find_libraries" != "" ; then
26033
26034 if test "$ac_find_libraries" = "default location"; then
26035 ac_path_to_link=""
26036 else
26037 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
26038 result=$?
26039 if test $result = 0; then
26040 ac_path_to_link=""
26041 else
26042 ac_path_to_link=" -L$ac_find_libraries"
26043 fi
26044 fi
26045
26046 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
26047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
26048 $as_echo "found in $ac_find_libraries" >&6; }
26049
26050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11/xpm.h" >&5
26051 $as_echo_n "checking for X11/xpm.h... " >&6; }
26052 if test "${wx_cv_x11_xpm_h+set}" = set; then :
26053 $as_echo_n "(cached) " >&6
26054 else
26055
26056 save_CFLAGS=$CFLAGS
26057 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
26058
26059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26060 /* end confdefs.h. */
26061
26062 #include <X11/xpm.h>
26063
26064 int
26065 main ()
26066 {
26067
26068 int version;
26069 version = XpmLibraryVersion();
26070
26071 ;
26072 return 0;
26073 }
26074 _ACEOF
26075 if ac_fn_c_try_compile "$LINENO"; then :
26076 wx_cv_x11_xpm_h=yes
26077 else
26078 wx_cv_x11_xpm_h=no
26079
26080 fi
26081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26082
26083 CFLAGS=$save_CFLAGS
26084
26085
26086 fi
26087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_x11_xpm_h" >&5
26088 $as_echo "$wx_cv_x11_xpm_h" >&6; }
26089
26090 if test $wx_cv_x11_xpm_h = "yes"; then
26091 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
26092 $as_echo "#define wxHAVE_LIB_XPM 1" >>confdefs.h
26093
26094 else
26095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: built-in less efficient XPM decoder will be used" >&5
26096 $as_echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
26097 fi
26098 fi
26099
26100 fi
26101
26102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
26103 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
26104 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
26105 $as_echo_n "(cached) " >&6
26106 else
26107 ac_check_lib_save_LIBS=$LIBS
26108 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
26109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26110 /* end confdefs.h. */
26111
26112 /* Override any GCC internal prototype to avoid an error.
26113 Use char because int might match the return type of a GCC
26114 builtin and then its argument prototype would still apply. */
26115 #ifdef __cplusplus
26116 extern "C"
26117 #endif
26118 char XShapeQueryExtension ();
26119 int
26120 main ()
26121 {
26122 return XShapeQueryExtension ();
26123 ;
26124 return 0;
26125 }
26126 _ACEOF
26127 if ac_fn_c_try_link "$LINENO"; then :
26128 ac_cv_lib_Xext_XShapeQueryExtension=yes
26129 else
26130 ac_cv_lib_Xext_XShapeQueryExtension=no
26131 fi
26132 rm -f core conftest.err conftest.$ac_objext \
26133 conftest$ac_exeext conftest.$ac_ext
26134 LIBS=$ac_check_lib_save_LIBS
26135 fi
26136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
26137 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
26138 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
26139
26140 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
26141 wxHAVE_XEXT_LIB=1
26142
26143 fi
26144
26145
26146 if test "$wxHAVE_XEXT_LIB" = 1; then
26147 save_CFLAGS="$CFLAGS"
26148 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
26149
26150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11/extensions/shape.h" >&5
26151 $as_echo_n "checking for X11/extensions/shape.h... " >&6; }
26152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26153 /* end confdefs.h. */
26154
26155 #include <X11/Xlib.h>
26156 #include <X11/extensions/shape.h>
26157
26158 int
26159 main ()
26160 {
26161
26162 int dummy1, dummy2;
26163 XShapeQueryExtension((Display*)NULL,
26164 (int*)NULL, (int*)NULL);
26165
26166 ;
26167 return 0;
26168 }
26169 _ACEOF
26170 if ac_fn_c_try_compile "$LINENO"; then :
26171
26172 $as_echo "#define HAVE_XSHAPE 1" >>confdefs.h
26173
26174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
26175 $as_echo "found" >&6; }
26176
26177 else
26178
26179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
26180 $as_echo "not found" >&6; }
26181
26182 fi
26183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26184 CFLAGS="$save_CFLAGS"
26185
26186 fi
26187 fi
26188
26189 if test "$wxUSE_OSX_CARBON" = 1; then
26190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler syntax to enable Pascal strings" >&5
26191 $as_echo_n "checking for compiler syntax to enable Pascal strings... " >&6; }
26192 if test "$GCC" = yes; then
26193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: gcc" >&5
26194 $as_echo "gcc" >&6; }
26195 CPPFLAGS_PASCAL="-fpascal-strings"
26196 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
26197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: xlc" >&5
26198 $as_echo "xlc" >&6; }
26199 CPPFLAGS_PASCAL="-qmacpstr"
26200 else
26201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
26202 $as_echo "none" >&6; }
26203 fi
26204
26205 if test "x$wxUSE_UNIX" = "xyes"; then
26206 CPPFLAGS="$CPPFLAGS_PASCAL -I/Developer/Headers/FlatCarbon $CPPFLAGS"
26207 else
26208 CPPFLAGS="$CPPFLAGS_PASCAL -DTARGET_CARBON $CPPFLAGS"
26209 fi
26210
26211 TOOLKIT=OSX_CARBON
26212 GUIDIST=OSX_CARBON_DIST
26213 WXBASEPORT="_carbon"
26214
26215 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
26216 fi
26217
26218 if test "$wxUSE_OSX_COCOA" = 1; then
26219 TOOLKIT=OSX_COCOA
26220 GUIDIST=OSX_COCOA_DIST
26221
26222 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
26223 fi
26224
26225 if test "$wxUSE_OSX_IPHONE" = 1; then
26226 TOOLKIT=OSX_IPHONE
26227 fi
26228
26229 if test "$wxUSE_OLD_COCOA" = 1; then
26230 TOOLKIT=COCOA
26231 GUIDIST=COCOA_DIST
26232 fi
26233
26234 if test "$wxUSE_PM" = 1; then
26235 TOOLKIT=PM
26236 GUIDIST=PM_DIST
26237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type SPBCDATA" >&5
26238 $as_echo_n "checking for type SPBCDATA... " >&6; }
26239 if test "${wx_cv_spbcdata+set}" = set; then :
26240 $as_echo_n "(cached) " >&6
26241 else
26242
26243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26244 /* end confdefs.h. */
26245
26246 #define INCL_PM
26247 #include <os2.h>
26248
26249 int
26250 main ()
26251 {
26252
26253 SPBCDATA test;
26254
26255 ;
26256 return 0;
26257 }
26258 _ACEOF
26259 if ac_fn_c_try_compile "$LINENO"; then :
26260 wx_cv_spbcdata=yes
26261 else
26262 wx_cv_spbcdata=no
26263
26264 fi
26265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26266
26267
26268 fi
26269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_spbcdata" >&5
26270 $as_echo "$wx_cv_spbcdata" >&6; }
26271
26272 if test $wx_cv_spbcdata = "yes"; then
26273 $as_echo "#define HAVE_SPBCDATA 1" >>confdefs.h
26274
26275 fi
26276 fi
26277
26278 if test "$TOOLKIT" = "PM" ; then
26279 TOOLKIT_DIR="os2"
26280 else
26281 TOOLKIT_DIR=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
26282 fi
26283
26284 if test "$wxUSE_UNIVERSAL" = "yes"; then
26285 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
26286 WIDGET_SET=univ
26287 fi
26288
26289 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
26290 DISTDIR="wx\$(TOOLKIT)"
26291 else
26292 USE_GUI=0
26293
26294 TOOLKIT_DIR="base"
26295
26296 if test "$USE_WIN32" = 1 ; then
26297 TOOLKIT="MSW"
26298 fi
26299
26300 GUIDIST="BASE_DIST"
26301 DISTDIR="wxBase"
26302 fi
26303
26304
26305
26306 if test "$wxUSE_GUI" = "yes"; then
26307 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
26308 for ac_header in X11/Xlib.h
26309 do :
26310 ac_fn_c_check_header_compile "$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "
26311 "
26312 if test "x$ac_cv_header_X11_Xlib_h" = x""yes; then :
26313 cat >>confdefs.h <<_ACEOF
26314 #define HAVE_X11_XLIB_H 1
26315 _ACEOF
26316
26317 fi
26318
26319 done
26320
26321 for ac_header in X11/XKBlib.h
26322 do :
26323 ac_fn_c_check_header_compile "$LINENO" "X11/XKBlib.h" "ac_cv_header_X11_XKBlib_h" "
26324 #if HAVE_X11_XLIB_H
26325 #include <X11/Xlib.h>
26326 #endif
26327
26328 "
26329 if test "x$ac_cv_header_X11_XKBlib_h" = x""yes; then :
26330 cat >>confdefs.h <<_ACEOF
26331 #define HAVE_X11_XKBLIB_H 1
26332 _ACEOF
26333
26334 fi
26335
26336 done
26337
26338 fi
26339 fi
26340
26341
26342
26343 USE_XINERAMA=0
26344 if test "$wxUSE_DISPLAY" = "yes"; then
26345 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$WXGTK1" = 1; then
26346
26347 ac_find_libraries=
26348
26349 fl_pkgname=`echo "Xinerama" | tr [:upper:] [:lower:]`
26350
26351
26352 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
26353 if test -n "$ac_tool_prefix"; then
26354 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
26355 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
26356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26357 $as_echo_n "checking for $ac_word... " >&6; }
26358 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
26359 $as_echo_n "(cached) " >&6
26360 else
26361 case $PKG_CONFIG in
26362 [\\/]* | ?:[\\/]*)
26363 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
26364 ;;
26365 *)
26366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26367 for as_dir in $PATH
26368 do
26369 IFS=$as_save_IFS
26370 test -z "$as_dir" && as_dir=.
26371 for ac_exec_ext in '' $ac_executable_extensions; do
26372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26373 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26375 break 2
26376 fi
26377 done
26378 done
26379 IFS=$as_save_IFS
26380
26381 ;;
26382 esac
26383 fi
26384 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
26385 if test -n "$PKG_CONFIG"; then
26386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
26387 $as_echo "$PKG_CONFIG" >&6; }
26388 else
26389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26390 $as_echo "no" >&6; }
26391 fi
26392
26393
26394 fi
26395 if test -z "$ac_cv_path_PKG_CONFIG"; then
26396 ac_pt_PKG_CONFIG=$PKG_CONFIG
26397 # Extract the first word of "pkg-config", so it can be a program name with args.
26398 set dummy pkg-config; ac_word=$2
26399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26400 $as_echo_n "checking for $ac_word... " >&6; }
26401 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
26402 $as_echo_n "(cached) " >&6
26403 else
26404 case $ac_pt_PKG_CONFIG in
26405 [\\/]* | ?:[\\/]*)
26406 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
26407 ;;
26408 *)
26409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26410 for as_dir in $PATH
26411 do
26412 IFS=$as_save_IFS
26413 test -z "$as_dir" && as_dir=.
26414 for ac_exec_ext in '' $ac_executable_extensions; do
26415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26416 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26418 break 2
26419 fi
26420 done
26421 done
26422 IFS=$as_save_IFS
26423
26424 ;;
26425 esac
26426 fi
26427 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
26428 if test -n "$ac_pt_PKG_CONFIG"; then
26429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
26430 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
26431 else
26432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26433 $as_echo "no" >&6; }
26434 fi
26435
26436 if test "x$ac_pt_PKG_CONFIG" = x; then
26437 PKG_CONFIG=""
26438 else
26439 case $cross_compiling:$ac_tool_warned in
26440 yes:)
26441 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
26442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
26443 ac_tool_warned=yes ;;
26444 esac
26445 PKG_CONFIG=$ac_pt_PKG_CONFIG
26446 fi
26447 else
26448 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
26449 fi
26450
26451 fi
26452 if test -n "$PKG_CONFIG"; then
26453 _pkg_min_version=0.9.0
26454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
26455 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
26456 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
26457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26458 $as_echo "yes" >&6; }
26459 else
26460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26461 $as_echo "no" >&6; }
26462 PKG_CONFIG=""
26463 fi
26464
26465 fi 6> /dev/null
26466
26467 pkg_failed=no
26468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xinerama" >&5
26469 $as_echo_n "checking for Xinerama... " >&6; }
26470
26471 if test -n "$PKG_CONFIG"; then
26472 if test -n "$Xinerama_CFLAGS"; then
26473 pkg_cv_Xinerama_CFLAGS="$Xinerama_CFLAGS"
26474 else
26475 if test -n "$PKG_CONFIG" && \
26476 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26477 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26478 ac_status=$?
26479 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26480 test $ac_status = 0; }; then
26481 pkg_cv_Xinerama_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
26482 else
26483 pkg_failed=yes
26484 fi
26485 fi
26486 else
26487 pkg_failed=untried
26488 fi
26489 if test -n "$PKG_CONFIG"; then
26490 if test -n "$Xinerama_LIBS"; then
26491 pkg_cv_Xinerama_LIBS="$Xinerama_LIBS"
26492 else
26493 if test -n "$PKG_CONFIG" && \
26494 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26495 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26496 ac_status=$?
26497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26498 test $ac_status = 0; }; then
26499 pkg_cv_Xinerama_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
26500 else
26501 pkg_failed=yes
26502 fi
26503 fi
26504 else
26505 pkg_failed=untried
26506 fi
26507
26508
26509
26510 if test $pkg_failed = yes; then
26511
26512 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
26513 _pkg_short_errors_supported=yes
26514 else
26515 _pkg_short_errors_supported=no
26516 fi
26517 if test $_pkg_short_errors_supported = yes; then
26518 Xinerama_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
26519 else
26520 Xinerama_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
26521 fi
26522 # Put the nasty error message in config.log where it belongs
26523 echo "$Xinerama_PKG_ERRORS" >&5
26524
26525
26526 if test "x$ac_find_libraries" = "x"; then
26527 if test "xXineramaQueryScreens" != "x"; then
26528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryScreens in -lXinerama" >&5
26529 $as_echo_n "checking for XineramaQueryScreens in -lXinerama... " >&6; }
26530 if test "${ac_cv_lib_Xinerama_XineramaQueryScreens+set}" = set; then :
26531 $as_echo_n "(cached) " >&6
26532 else
26533 ac_check_lib_save_LIBS=$LIBS
26534 LIBS="-lXinerama $LIBS"
26535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26536 /* end confdefs.h. */
26537
26538 /* Override any GCC internal prototype to avoid an error.
26539 Use char because int might match the return type of a GCC
26540 builtin and then its argument prototype would still apply. */
26541 #ifdef __cplusplus
26542 extern "C"
26543 #endif
26544 char XineramaQueryScreens ();
26545 int
26546 main ()
26547 {
26548 return XineramaQueryScreens ();
26549 ;
26550 return 0;
26551 }
26552 _ACEOF
26553 if ac_fn_c_try_link "$LINENO"; then :
26554 ac_cv_lib_Xinerama_XineramaQueryScreens=yes
26555 else
26556 ac_cv_lib_Xinerama_XineramaQueryScreens=no
26557 fi
26558 rm -f core conftest.err conftest.$ac_objext \
26559 conftest$ac_exeext conftest.$ac_ext
26560 LIBS=$ac_check_lib_save_LIBS
26561 fi
26562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
26563 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
26564 if test "x$ac_cv_lib_Xinerama_XineramaQueryScreens" = x""yes; then :
26565 ac_find_libraries="std"
26566 fi
26567
26568 fi
26569 fi
26570
26571 if test "x$ac_find_libraries" = "x"; then
26572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
26573 $as_echo_n "checking elsewhere... " >&6; }
26574
26575 ac_find_libraries=
26576 for ac_dir in $SEARCH_LIB
26577 do
26578 for ac_extension in a so sl dylib dll.a; do
26579 if test -f "$ac_dir/libXinerama.$ac_extension"; then
26580 ac_find_libraries=$ac_dir
26581 break 2
26582 fi
26583 done
26584 done
26585
26586 if test "x$ac_find_libraries" != "x"; then
26587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26588 $as_echo "yes" >&6; }
26589 else
26590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26591 $as_echo "no" >&6; }
26592 fi
26593 fi
26594
26595 elif test $pkg_failed = untried; then
26596
26597 if test "x$ac_find_libraries" = "x"; then
26598 if test "xXineramaQueryScreens" != "x"; then
26599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryScreens in -lXinerama" >&5
26600 $as_echo_n "checking for XineramaQueryScreens in -lXinerama... " >&6; }
26601 if test "${ac_cv_lib_Xinerama_XineramaQueryScreens+set}" = set; then :
26602 $as_echo_n "(cached) " >&6
26603 else
26604 ac_check_lib_save_LIBS=$LIBS
26605 LIBS="-lXinerama $LIBS"
26606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26607 /* end confdefs.h. */
26608
26609 /* Override any GCC internal prototype to avoid an error.
26610 Use char because int might match the return type of a GCC
26611 builtin and then its argument prototype would still apply. */
26612 #ifdef __cplusplus
26613 extern "C"
26614 #endif
26615 char XineramaQueryScreens ();
26616 int
26617 main ()
26618 {
26619 return XineramaQueryScreens ();
26620 ;
26621 return 0;
26622 }
26623 _ACEOF
26624 if ac_fn_c_try_link "$LINENO"; then :
26625 ac_cv_lib_Xinerama_XineramaQueryScreens=yes
26626 else
26627 ac_cv_lib_Xinerama_XineramaQueryScreens=no
26628 fi
26629 rm -f core conftest.err conftest.$ac_objext \
26630 conftest$ac_exeext conftest.$ac_ext
26631 LIBS=$ac_check_lib_save_LIBS
26632 fi
26633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
26634 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
26635 if test "x$ac_cv_lib_Xinerama_XineramaQueryScreens" = x""yes; then :
26636 ac_find_libraries="std"
26637 fi
26638
26639 fi
26640 fi
26641
26642 if test "x$ac_find_libraries" = "x"; then
26643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
26644 $as_echo_n "checking elsewhere... " >&6; }
26645
26646 ac_find_libraries=
26647 for ac_dir in $SEARCH_LIB
26648 do
26649 for ac_extension in a so sl dylib dll.a; do
26650 if test -f "$ac_dir/libXinerama.$ac_extension"; then
26651 ac_find_libraries=$ac_dir
26652 break 2
26653 fi
26654 done
26655 done
26656
26657 if test "x$ac_find_libraries" != "x"; then
26658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26659 $as_echo "yes" >&6; }
26660 else
26661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26662 $as_echo "no" >&6; }
26663 fi
26664 fi
26665
26666 else
26667 Xinerama_CFLAGS=$pkg_cv_Xinerama_CFLAGS
26668 Xinerama_LIBS=$pkg_cv_Xinerama_LIBS
26669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26670 $as_echo "yes" >&6; }
26671
26672 ac_find_libraries="std"
26673
26674 eval ac_find_cflags=\$Xinerama_CFLAGS
26675 eval fl_libs=\$Xinerama_LIBS
26676
26677 for fl_path in $fl_libs
26678 do
26679 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
26680 ac_find_libraries=`echo "$fl_path" | cut -c 3-`
26681 fi
26682 done
26683
26684 fi
26685
26686 if test "$ac_find_libraries" != "" ; then
26687 if test "$ac_find_libraries" != "std" ; then
26688
26689 if test "$ac_find_libraries" = "default location"; then
26690 ac_path_to_link=""
26691 else
26692 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
26693 result=$?
26694 if test $result = 0; then
26695 ac_path_to_link=""
26696 else
26697 ac_path_to_link=" -L$ac_find_libraries"
26698 fi
26699 fi
26700
26701 if test "$ac_path_to_link" != " -L/usr/lib" ; then
26702 LDFLAGS="$LDFLAGS $ac_path_to_link"
26703 fi
26704 fi
26705 USE_XINERAMA=1
26706 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
26707 else
26708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Xinerama not found; disabling wxDisplay" >&5
26709 $as_echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
26710 wxUSE_DISPLAY="no"
26711 fi
26712 elif test "$wxUSE_MSW" = 1; then
26713 ac_fn_c_check_header_compile "$LINENO" "ddraw.h" "ac_cv_header_ddraw_h" "#include <windows.h>
26714 "
26715 if test "x$ac_cv_header_ddraw_h" = x""yes; then :
26716
26717 fi
26718
26719
26720 fi
26721 fi
26722
26723 if test "$wxUSE_DISPLAY" = "yes"; then
26724 if test "$USE_XINERAMA" = 1 -o "$wxUSE_GTK" = 1; then
26725
26726 ac_find_libraries=
26727
26728 fl_pkgname=`echo "Xxf86vm" | tr [:upper:] [:lower:]`
26729
26730
26731 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
26732 if test -n "$ac_tool_prefix"; then
26733 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
26734 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
26735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26736 $as_echo_n "checking for $ac_word... " >&6; }
26737 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
26738 $as_echo_n "(cached) " >&6
26739 else
26740 case $PKG_CONFIG in
26741 [\\/]* | ?:[\\/]*)
26742 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
26743 ;;
26744 *)
26745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26746 for as_dir in $PATH
26747 do
26748 IFS=$as_save_IFS
26749 test -z "$as_dir" && as_dir=.
26750 for ac_exec_ext in '' $ac_executable_extensions; do
26751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26752 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26754 break 2
26755 fi
26756 done
26757 done
26758 IFS=$as_save_IFS
26759
26760 ;;
26761 esac
26762 fi
26763 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
26764 if test -n "$PKG_CONFIG"; then
26765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
26766 $as_echo "$PKG_CONFIG" >&6; }
26767 else
26768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26769 $as_echo "no" >&6; }
26770 fi
26771
26772
26773 fi
26774 if test -z "$ac_cv_path_PKG_CONFIG"; then
26775 ac_pt_PKG_CONFIG=$PKG_CONFIG
26776 # Extract the first word of "pkg-config", so it can be a program name with args.
26777 set dummy pkg-config; ac_word=$2
26778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26779 $as_echo_n "checking for $ac_word... " >&6; }
26780 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
26781 $as_echo_n "(cached) " >&6
26782 else
26783 case $ac_pt_PKG_CONFIG in
26784 [\\/]* | ?:[\\/]*)
26785 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
26786 ;;
26787 *)
26788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26789 for as_dir in $PATH
26790 do
26791 IFS=$as_save_IFS
26792 test -z "$as_dir" && as_dir=.
26793 for ac_exec_ext in '' $ac_executable_extensions; do
26794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26795 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
26796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26797 break 2
26798 fi
26799 done
26800 done
26801 IFS=$as_save_IFS
26802
26803 ;;
26804 esac
26805 fi
26806 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
26807 if test -n "$ac_pt_PKG_CONFIG"; then
26808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
26809 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
26810 else
26811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26812 $as_echo "no" >&6; }
26813 fi
26814
26815 if test "x$ac_pt_PKG_CONFIG" = x; then
26816 PKG_CONFIG=""
26817 else
26818 case $cross_compiling:$ac_tool_warned in
26819 yes:)
26820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
26821 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
26822 ac_tool_warned=yes ;;
26823 esac
26824 PKG_CONFIG=$ac_pt_PKG_CONFIG
26825 fi
26826 else
26827 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
26828 fi
26829
26830 fi
26831 if test -n "$PKG_CONFIG"; then
26832 _pkg_min_version=0.9.0
26833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
26834 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
26835 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
26836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26837 $as_echo "yes" >&6; }
26838 else
26839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26840 $as_echo "no" >&6; }
26841 PKG_CONFIG=""
26842 fi
26843
26844 fi 6> /dev/null
26845
26846 pkg_failed=no
26847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xxf86vm" >&5
26848 $as_echo_n "checking for Xxf86vm... " >&6; }
26849
26850 if test -n "$PKG_CONFIG"; then
26851 if test -n "$Xxf86vm_CFLAGS"; then
26852 pkg_cv_Xxf86vm_CFLAGS="$Xxf86vm_CFLAGS"
26853 else
26854 if test -n "$PKG_CONFIG" && \
26855 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26856 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26857 ac_status=$?
26858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26859 test $ac_status = 0; }; then
26860 pkg_cv_Xxf86vm_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
26861 else
26862 pkg_failed=yes
26863 fi
26864 fi
26865 else
26866 pkg_failed=untried
26867 fi
26868 if test -n "$PKG_CONFIG"; then
26869 if test -n "$Xxf86vm_LIBS"; then
26870 pkg_cv_Xxf86vm_LIBS="$Xxf86vm_LIBS"
26871 else
26872 if test -n "$PKG_CONFIG" && \
26873 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26874 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26875 ac_status=$?
26876 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26877 test $ac_status = 0; }; then
26878 pkg_cv_Xxf86vm_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
26879 else
26880 pkg_failed=yes
26881 fi
26882 fi
26883 else
26884 pkg_failed=untried
26885 fi
26886
26887
26888
26889 if test $pkg_failed = yes; then
26890
26891 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
26892 _pkg_short_errors_supported=yes
26893 else
26894 _pkg_short_errors_supported=no
26895 fi
26896 if test $_pkg_short_errors_supported = yes; then
26897 Xxf86vm_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
26898 else
26899 Xxf86vm_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
26900 fi
26901 # Put the nasty error message in config.log where it belongs
26902 echo "$Xxf86vm_PKG_ERRORS" >&5
26903
26904
26905 if test "x$ac_find_libraries" = "x"; then
26906 if test "xXF86VidModeQueryExtension" != "x"; then
26907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
26908 $as_echo_n "checking for XF86VidModeQueryExtension in -lXxf86vm... " >&6; }
26909 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then :
26910 $as_echo_n "(cached) " >&6
26911 else
26912 ac_check_lib_save_LIBS=$LIBS
26913 LIBS="-lXxf86vm $LIBS"
26914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26915 /* end confdefs.h. */
26916
26917 /* Override any GCC internal prototype to avoid an error.
26918 Use char because int might match the return type of a GCC
26919 builtin and then its argument prototype would still apply. */
26920 #ifdef __cplusplus
26921 extern "C"
26922 #endif
26923 char XF86VidModeQueryExtension ();
26924 int
26925 main ()
26926 {
26927 return XF86VidModeQueryExtension ();
26928 ;
26929 return 0;
26930 }
26931 _ACEOF
26932 if ac_fn_c_try_link "$LINENO"; then :
26933 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
26934 else
26935 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
26936 fi
26937 rm -f core conftest.err conftest.$ac_objext \
26938 conftest$ac_exeext conftest.$ac_ext
26939 LIBS=$ac_check_lib_save_LIBS
26940 fi
26941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
26942 $as_echo "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
26943 if test "x$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" = x""yes; then :
26944 ac_find_libraries="std"
26945 fi
26946
26947 fi
26948 fi
26949
26950 if test "x$ac_find_libraries" = "x"; then
26951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
26952 $as_echo_n "checking elsewhere... " >&6; }
26953
26954 ac_find_libraries=
26955 for ac_dir in $SEARCH_LIB
26956 do
26957 for ac_extension in a so sl dylib dll.a; do
26958 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
26959 ac_find_libraries=$ac_dir
26960 break 2
26961 fi
26962 done
26963 done
26964
26965 if test "x$ac_find_libraries" != "x"; then
26966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26967 $as_echo "yes" >&6; }
26968 else
26969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26970 $as_echo "no" >&6; }
26971 fi
26972 fi
26973
26974 elif test $pkg_failed = untried; then
26975
26976 if test "x$ac_find_libraries" = "x"; then
26977 if test "xXF86VidModeQueryExtension" != "x"; then
26978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
26979 $as_echo_n "checking for XF86VidModeQueryExtension in -lXxf86vm... " >&6; }
26980 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then :
26981 $as_echo_n "(cached) " >&6
26982 else
26983 ac_check_lib_save_LIBS=$LIBS
26984 LIBS="-lXxf86vm $LIBS"
26985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26986 /* end confdefs.h. */
26987
26988 /* Override any GCC internal prototype to avoid an error.
26989 Use char because int might match the return type of a GCC
26990 builtin and then its argument prototype would still apply. */
26991 #ifdef __cplusplus
26992 extern "C"
26993 #endif
26994 char XF86VidModeQueryExtension ();
26995 int
26996 main ()
26997 {
26998 return XF86VidModeQueryExtension ();
26999 ;
27000 return 0;
27001 }
27002 _ACEOF
27003 if ac_fn_c_try_link "$LINENO"; then :
27004 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
27005 else
27006 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
27007 fi
27008 rm -f core conftest.err conftest.$ac_objext \
27009 conftest$ac_exeext conftest.$ac_ext
27010 LIBS=$ac_check_lib_save_LIBS
27011 fi
27012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
27013 $as_echo "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
27014 if test "x$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" = x""yes; then :
27015 ac_find_libraries="std"
27016 fi
27017
27018 fi
27019 fi
27020
27021 if test "x$ac_find_libraries" = "x"; then
27022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27023 $as_echo_n "checking elsewhere... " >&6; }
27024
27025 ac_find_libraries=
27026 for ac_dir in $SEARCH_LIB
27027 do
27028 for ac_extension in a so sl dylib dll.a; do
27029 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
27030 ac_find_libraries=$ac_dir
27031 break 2
27032 fi
27033 done
27034 done
27035
27036 if test "x$ac_find_libraries" != "x"; then
27037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27038 $as_echo "yes" >&6; }
27039 else
27040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27041 $as_echo "no" >&6; }
27042 fi
27043 fi
27044
27045 else
27046 Xxf86vm_CFLAGS=$pkg_cv_Xxf86vm_CFLAGS
27047 Xxf86vm_LIBS=$pkg_cv_Xxf86vm_LIBS
27048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27049 $as_echo "yes" >&6; }
27050
27051 ac_find_libraries="std"
27052
27053 eval ac_find_cflags=\$Xxf86vm_CFLAGS
27054 eval fl_libs=\$Xxf86vm_LIBS
27055
27056 for fl_path in $fl_libs
27057 do
27058 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27059 ac_find_libraries=`echo "$fl_path" | cut -c 3-`
27060 fi
27061 done
27062
27063 fi
27064
27065 if test "$ac_find_libraries" != "" ; then
27066 for ac_header in X11/extensions/xf86vmode.h
27067 do :
27068 ac_fn_c_check_header_compile "$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "
27069 #if HAVE_X11_XLIB_H
27070 #include <X11/Xlib.h>
27071 #endif
27072
27073 "
27074 if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = x""yes; then :
27075 cat >>confdefs.h <<_ACEOF
27076 #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
27077 _ACEOF
27078
27079 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
27080
27081 fi
27082
27083 done
27084
27085 fi
27086 fi
27087 fi
27088
27089 if test "$wxUSE_DETECT_SM" = "yes"; then
27090 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1; then
27091
27092 ac_find_libraries=
27093
27094 fl_pkgname=`echo "SM" | tr [:upper:] [:lower:]`
27095
27096
27097 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27098 if test -n "$ac_tool_prefix"; then
27099 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27100 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
27101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27102 $as_echo_n "checking for $ac_word... " >&6; }
27103 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
27104 $as_echo_n "(cached) " >&6
27105 else
27106 case $PKG_CONFIG in
27107 [\\/]* | ?:[\\/]*)
27108 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27109 ;;
27110 *)
27111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27112 for as_dir in $PATH
27113 do
27114 IFS=$as_save_IFS
27115 test -z "$as_dir" && as_dir=.
27116 for ac_exec_ext in '' $ac_executable_extensions; do
27117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27118 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27120 break 2
27121 fi
27122 done
27123 done
27124 IFS=$as_save_IFS
27125
27126 ;;
27127 esac
27128 fi
27129 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27130 if test -n "$PKG_CONFIG"; then
27131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27132 $as_echo "$PKG_CONFIG" >&6; }
27133 else
27134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27135 $as_echo "no" >&6; }
27136 fi
27137
27138
27139 fi
27140 if test -z "$ac_cv_path_PKG_CONFIG"; then
27141 ac_pt_PKG_CONFIG=$PKG_CONFIG
27142 # Extract the first word of "pkg-config", so it can be a program name with args.
27143 set dummy pkg-config; ac_word=$2
27144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27145 $as_echo_n "checking for $ac_word... " >&6; }
27146 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
27147 $as_echo_n "(cached) " >&6
27148 else
27149 case $ac_pt_PKG_CONFIG in
27150 [\\/]* | ?:[\\/]*)
27151 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27152 ;;
27153 *)
27154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27155 for as_dir in $PATH
27156 do
27157 IFS=$as_save_IFS
27158 test -z "$as_dir" && as_dir=.
27159 for ac_exec_ext in '' $ac_executable_extensions; do
27160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27161 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27163 break 2
27164 fi
27165 done
27166 done
27167 IFS=$as_save_IFS
27168
27169 ;;
27170 esac
27171 fi
27172 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
27173 if test -n "$ac_pt_PKG_CONFIG"; then
27174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27175 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27176 else
27177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27178 $as_echo "no" >&6; }
27179 fi
27180
27181 if test "x$ac_pt_PKG_CONFIG" = x; then
27182 PKG_CONFIG=""
27183 else
27184 case $cross_compiling:$ac_tool_warned in
27185 yes:)
27186 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27187 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27188 ac_tool_warned=yes ;;
27189 esac
27190 PKG_CONFIG=$ac_pt_PKG_CONFIG
27191 fi
27192 else
27193 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
27194 fi
27195
27196 fi
27197 if test -n "$PKG_CONFIG"; then
27198 _pkg_min_version=0.9.0
27199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27200 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27201 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27203 $as_echo "yes" >&6; }
27204 else
27205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27206 $as_echo "no" >&6; }
27207 PKG_CONFIG=""
27208 fi
27209
27210 fi 6> /dev/null
27211
27212 pkg_failed=no
27213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SM" >&5
27214 $as_echo_n "checking for SM... " >&6; }
27215
27216 if test -n "$PKG_CONFIG"; then
27217 if test -n "$SM_CFLAGS"; then
27218 pkg_cv_SM_CFLAGS="$SM_CFLAGS"
27219 else
27220 if test -n "$PKG_CONFIG" && \
27221 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27222 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27223 ac_status=$?
27224 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27225 test $ac_status = 0; }; then
27226 pkg_cv_SM_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27227 else
27228 pkg_failed=yes
27229 fi
27230 fi
27231 else
27232 pkg_failed=untried
27233 fi
27234 if test -n "$PKG_CONFIG"; then
27235 if test -n "$SM_LIBS"; then
27236 pkg_cv_SM_LIBS="$SM_LIBS"
27237 else
27238 if test -n "$PKG_CONFIG" && \
27239 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27240 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27241 ac_status=$?
27242 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27243 test $ac_status = 0; }; then
27244 pkg_cv_SM_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27245 else
27246 pkg_failed=yes
27247 fi
27248 fi
27249 else
27250 pkg_failed=untried
27251 fi
27252
27253
27254
27255 if test $pkg_failed = yes; then
27256
27257 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27258 _pkg_short_errors_supported=yes
27259 else
27260 _pkg_short_errors_supported=no
27261 fi
27262 if test $_pkg_short_errors_supported = yes; then
27263 SM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27264 else
27265 SM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27266 fi
27267 # Put the nasty error message in config.log where it belongs
27268 echo "$SM_PKG_ERRORS" >&5
27269
27270
27271 if test "x$ac_find_libraries" = "x"; then
27272 if test "xSmcOpenConnection" != "x"; then
27273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
27274 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
27275 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then :
27276 $as_echo_n "(cached) " >&6
27277 else
27278 ac_check_lib_save_LIBS=$LIBS
27279 LIBS="-lSM $LIBS"
27280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27281 /* end confdefs.h. */
27282
27283 /* Override any GCC internal prototype to avoid an error.
27284 Use char because int might match the return type of a GCC
27285 builtin and then its argument prototype would still apply. */
27286 #ifdef __cplusplus
27287 extern "C"
27288 #endif
27289 char SmcOpenConnection ();
27290 int
27291 main ()
27292 {
27293 return SmcOpenConnection ();
27294 ;
27295 return 0;
27296 }
27297 _ACEOF
27298 if ac_fn_c_try_link "$LINENO"; then :
27299 ac_cv_lib_SM_SmcOpenConnection=yes
27300 else
27301 ac_cv_lib_SM_SmcOpenConnection=no
27302 fi
27303 rm -f core conftest.err conftest.$ac_objext \
27304 conftest$ac_exeext conftest.$ac_ext
27305 LIBS=$ac_check_lib_save_LIBS
27306 fi
27307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
27308 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
27309 if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then :
27310 ac_find_libraries="std"
27311 fi
27312
27313 fi
27314 fi
27315
27316 if test "x$ac_find_libraries" = "x"; then
27317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27318 $as_echo_n "checking elsewhere... " >&6; }
27319
27320 ac_find_libraries=
27321 for ac_dir in $SEARCH_LIB
27322 do
27323 for ac_extension in a so sl dylib dll.a; do
27324 if test -f "$ac_dir/libSM.$ac_extension"; then
27325 ac_find_libraries=$ac_dir
27326 break 2
27327 fi
27328 done
27329 done
27330
27331 if test "x$ac_find_libraries" != "x"; then
27332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27333 $as_echo "yes" >&6; }
27334 else
27335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27336 $as_echo "no" >&6; }
27337 fi
27338 fi
27339
27340 elif test $pkg_failed = untried; then
27341
27342 if test "x$ac_find_libraries" = "x"; then
27343 if test "xSmcOpenConnection" != "x"; then
27344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
27345 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
27346 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then :
27347 $as_echo_n "(cached) " >&6
27348 else
27349 ac_check_lib_save_LIBS=$LIBS
27350 LIBS="-lSM $LIBS"
27351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27352 /* end confdefs.h. */
27353
27354 /* Override any GCC internal prototype to avoid an error.
27355 Use char because int might match the return type of a GCC
27356 builtin and then its argument prototype would still apply. */
27357 #ifdef __cplusplus
27358 extern "C"
27359 #endif
27360 char SmcOpenConnection ();
27361 int
27362 main ()
27363 {
27364 return SmcOpenConnection ();
27365 ;
27366 return 0;
27367 }
27368 _ACEOF
27369 if ac_fn_c_try_link "$LINENO"; then :
27370 ac_cv_lib_SM_SmcOpenConnection=yes
27371 else
27372 ac_cv_lib_SM_SmcOpenConnection=no
27373 fi
27374 rm -f core conftest.err conftest.$ac_objext \
27375 conftest$ac_exeext conftest.$ac_ext
27376 LIBS=$ac_check_lib_save_LIBS
27377 fi
27378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
27379 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
27380 if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then :
27381 ac_find_libraries="std"
27382 fi
27383
27384 fi
27385 fi
27386
27387 if test "x$ac_find_libraries" = "x"; then
27388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27389 $as_echo_n "checking elsewhere... " >&6; }
27390
27391 ac_find_libraries=
27392 for ac_dir in $SEARCH_LIB
27393 do
27394 for ac_extension in a so sl dylib dll.a; do
27395 if test -f "$ac_dir/libSM.$ac_extension"; then
27396 ac_find_libraries=$ac_dir
27397 break 2
27398 fi
27399 done
27400 done
27401
27402 if test "x$ac_find_libraries" != "x"; then
27403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27404 $as_echo "yes" >&6; }
27405 else
27406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27407 $as_echo "no" >&6; }
27408 fi
27409 fi
27410
27411 else
27412 SM_CFLAGS=$pkg_cv_SM_CFLAGS
27413 SM_LIBS=$pkg_cv_SM_LIBS
27414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27415 $as_echo "yes" >&6; }
27416
27417 ac_find_libraries="std"
27418
27419 eval ac_find_cflags=\$SM_CFLAGS
27420 eval fl_libs=\$SM_LIBS
27421
27422 for fl_path in $fl_libs
27423 do
27424 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27425 ac_find_libraries=`echo "$fl_path" | cut -c 3-`
27426 fi
27427 done
27428
27429 fi
27430
27431 if test "$ac_find_libraries" != "" ; then
27432 if test "$ac_find_libraries" != "std" ; then
27433
27434 if test "$ac_find_libraries" = "default location"; then
27435 ac_path_to_link=""
27436 else
27437 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
27438 result=$?
27439 if test $result = 0; then
27440 ac_path_to_link=""
27441 else
27442 ac_path_to_link=" -L$ac_find_libraries"
27443 fi
27444 fi
27445
27446 if test "$ac_path_to_link" != " -L/usr/lib" ; then
27447 LDFLAGS="$LDFLAGS $ac_path_to_link"
27448 fi
27449 fi
27450 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lSM"
27451 else
27452 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libSM not found; disabling session management detection" >&5
27453 $as_echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
27454 wxUSE_DETECT_SM="no"
27455 fi
27456 else
27457 wxUSE_DETECT_SM="no"
27458 fi
27459 fi
27460
27461
27462
27463 USE_OPENGL=0
27464 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
27465
27466
27467 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
27468 OPENGL_LIBS="-framework OpenGL -framework AGL"
27469 elif test "$wxUSE_MSW" = 1; then
27470 OPENGL_LIBS="-lopengl32 -lglu32"
27471 elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK" = 1; then
27472
27473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenGL headers" >&5
27474 $as_echo_n "checking for OpenGL headers... " >&6; }
27475
27476 ac_find_includes=
27477 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include
27478 do
27479 if test -f "$ac_dir/GL/gl.h"; then
27480 ac_find_includes=$ac_dir
27481 break
27482 fi
27483 done
27484
27485 if test "$ac_find_includes" != "" ; then
27486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_includes" >&5
27487 $as_echo "found in $ac_find_includes" >&6; }
27488
27489 if test "x$ac_find_includes" = "x/usr/include"; then
27490 ac_path_to_include=""
27491 else
27492 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
27493 result=$?
27494 if test $result = 0; then
27495 ac_path_to_include=""
27496 else
27497 ac_path_to_include=" -I$ac_find_includes"
27498 fi
27499 fi
27500
27501 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
27502 else
27503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
27504 $as_echo "not found" >&6; }
27505 fi
27506
27507 ac_fn_c_check_header_compile "$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "
27508 "
27509 if test "x$ac_cv_header_GL_gl_h" = x""yes; then :
27510
27511 ac_fn_c_check_header_compile "$LINENO" "GL/glu.h" "ac_cv_header_GL_glu_h" "
27512 "
27513 if test "x$ac_cv_header_GL_glu_h" = x""yes; then :
27514
27515 found_gl=0
27516
27517
27518 ac_find_libraries=
27519
27520 fl_pkgname=`echo "GL" | tr [:upper:] [:lower:]`
27521
27522
27523 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27524 if test -n "$ac_tool_prefix"; then
27525 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27526 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
27527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27528 $as_echo_n "checking for $ac_word... " >&6; }
27529 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
27530 $as_echo_n "(cached) " >&6
27531 else
27532 case $PKG_CONFIG in
27533 [\\/]* | ?:[\\/]*)
27534 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27535 ;;
27536 *)
27537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27538 for as_dir in $PATH
27539 do
27540 IFS=$as_save_IFS
27541 test -z "$as_dir" && as_dir=.
27542 for ac_exec_ext in '' $ac_executable_extensions; do
27543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27544 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27546 break 2
27547 fi
27548 done
27549 done
27550 IFS=$as_save_IFS
27551
27552 ;;
27553 esac
27554 fi
27555 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27556 if test -n "$PKG_CONFIG"; then
27557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27558 $as_echo "$PKG_CONFIG" >&6; }
27559 else
27560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27561 $as_echo "no" >&6; }
27562 fi
27563
27564
27565 fi
27566 if test -z "$ac_cv_path_PKG_CONFIG"; then
27567 ac_pt_PKG_CONFIG=$PKG_CONFIG
27568 # Extract the first word of "pkg-config", so it can be a program name with args.
27569 set dummy pkg-config; ac_word=$2
27570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27571 $as_echo_n "checking for $ac_word... " >&6; }
27572 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
27573 $as_echo_n "(cached) " >&6
27574 else
27575 case $ac_pt_PKG_CONFIG in
27576 [\\/]* | ?:[\\/]*)
27577 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27578 ;;
27579 *)
27580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27581 for as_dir in $PATH
27582 do
27583 IFS=$as_save_IFS
27584 test -z "$as_dir" && as_dir=.
27585 for ac_exec_ext in '' $ac_executable_extensions; do
27586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27587 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27589 break 2
27590 fi
27591 done
27592 done
27593 IFS=$as_save_IFS
27594
27595 ;;
27596 esac
27597 fi
27598 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
27599 if test -n "$ac_pt_PKG_CONFIG"; then
27600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27601 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27602 else
27603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27604 $as_echo "no" >&6; }
27605 fi
27606
27607 if test "x$ac_pt_PKG_CONFIG" = x; then
27608 PKG_CONFIG=""
27609 else
27610 case $cross_compiling:$ac_tool_warned in
27611 yes:)
27612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27613 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27614 ac_tool_warned=yes ;;
27615 esac
27616 PKG_CONFIG=$ac_pt_PKG_CONFIG
27617 fi
27618 else
27619 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
27620 fi
27621
27622 fi
27623 if test -n "$PKG_CONFIG"; then
27624 _pkg_min_version=0.9.0
27625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27626 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27627 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27629 $as_echo "yes" >&6; }
27630 else
27631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27632 $as_echo "no" >&6; }
27633 PKG_CONFIG=""
27634 fi
27635
27636 fi 6> /dev/null
27637
27638 pkg_failed=no
27639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL" >&5
27640 $as_echo_n "checking for GL... " >&6; }
27641
27642 if test -n "$PKG_CONFIG"; then
27643 if test -n "$GL_CFLAGS"; then
27644 pkg_cv_GL_CFLAGS="$GL_CFLAGS"
27645 else
27646 if test -n "$PKG_CONFIG" && \
27647 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27648 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27649 ac_status=$?
27650 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27651 test $ac_status = 0; }; then
27652 pkg_cv_GL_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27653 else
27654 pkg_failed=yes
27655 fi
27656 fi
27657 else
27658 pkg_failed=untried
27659 fi
27660 if test -n "$PKG_CONFIG"; then
27661 if test -n "$GL_LIBS"; then
27662 pkg_cv_GL_LIBS="$GL_LIBS"
27663 else
27664 if test -n "$PKG_CONFIG" && \
27665 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27666 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27667 ac_status=$?
27668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27669 test $ac_status = 0; }; then
27670 pkg_cv_GL_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27671 else
27672 pkg_failed=yes
27673 fi
27674 fi
27675 else
27676 pkg_failed=untried
27677 fi
27678
27679
27680
27681 if test $pkg_failed = yes; then
27682
27683 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27684 _pkg_short_errors_supported=yes
27685 else
27686 _pkg_short_errors_supported=no
27687 fi
27688 if test $_pkg_short_errors_supported = yes; then
27689 GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27690 else
27691 GL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27692 fi
27693 # Put the nasty error message in config.log where it belongs
27694 echo "$GL_PKG_ERRORS" >&5
27695
27696
27697 if test "x$ac_find_libraries" = "x"; then
27698 if test "xglBegin" != "x"; then
27699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5
27700 $as_echo_n "checking for glBegin in -lGL... " >&6; }
27701 if test "${ac_cv_lib_GL_glBegin+set}" = set; then :
27702 $as_echo_n "(cached) " >&6
27703 else
27704 ac_check_lib_save_LIBS=$LIBS
27705 LIBS="-lGL $LIBS"
27706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27707 /* end confdefs.h. */
27708
27709 /* Override any GCC internal prototype to avoid an error.
27710 Use char because int might match the return type of a GCC
27711 builtin and then its argument prototype would still apply. */
27712 #ifdef __cplusplus
27713 extern "C"
27714 #endif
27715 char glBegin ();
27716 int
27717 main ()
27718 {
27719 return glBegin ();
27720 ;
27721 return 0;
27722 }
27723 _ACEOF
27724 if ac_fn_c_try_link "$LINENO"; then :
27725 ac_cv_lib_GL_glBegin=yes
27726 else
27727 ac_cv_lib_GL_glBegin=no
27728 fi
27729 rm -f core conftest.err conftest.$ac_objext \
27730 conftest$ac_exeext conftest.$ac_ext
27731 LIBS=$ac_check_lib_save_LIBS
27732 fi
27733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glBegin" >&5
27734 $as_echo "$ac_cv_lib_GL_glBegin" >&6; }
27735 if test "x$ac_cv_lib_GL_glBegin" = x""yes; then :
27736 ac_find_libraries="std"
27737 fi
27738
27739 fi
27740 fi
27741
27742 if test "x$ac_find_libraries" = "x"; then
27743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27744 $as_echo_n "checking elsewhere... " >&6; }
27745
27746 ac_find_libraries=
27747 for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
27748 do
27749 for ac_extension in a so sl dylib dll.a; do
27750 if test -f "$ac_dir/libGL.$ac_extension"; then
27751 ac_find_libraries=$ac_dir
27752 break 2
27753 fi
27754 done
27755 done
27756
27757 if test "x$ac_find_libraries" != "x"; then
27758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27759 $as_echo "yes" >&6; }
27760 else
27761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27762 $as_echo "no" >&6; }
27763 fi
27764 fi
27765
27766 elif test $pkg_failed = untried; then
27767
27768 if test "x$ac_find_libraries" = "x"; then
27769 if test "xglBegin" != "x"; then
27770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5
27771 $as_echo_n "checking for glBegin in -lGL... " >&6; }
27772 if test "${ac_cv_lib_GL_glBegin+set}" = set; then :
27773 $as_echo_n "(cached) " >&6
27774 else
27775 ac_check_lib_save_LIBS=$LIBS
27776 LIBS="-lGL $LIBS"
27777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27778 /* end confdefs.h. */
27779
27780 /* Override any GCC internal prototype to avoid an error.
27781 Use char because int might match the return type of a GCC
27782 builtin and then its argument prototype would still apply. */
27783 #ifdef __cplusplus
27784 extern "C"
27785 #endif
27786 char glBegin ();
27787 int
27788 main ()
27789 {
27790 return glBegin ();
27791 ;
27792 return 0;
27793 }
27794 _ACEOF
27795 if ac_fn_c_try_link "$LINENO"; then :
27796 ac_cv_lib_GL_glBegin=yes
27797 else
27798 ac_cv_lib_GL_glBegin=no
27799 fi
27800 rm -f core conftest.err conftest.$ac_objext \
27801 conftest$ac_exeext conftest.$ac_ext
27802 LIBS=$ac_check_lib_save_LIBS
27803 fi
27804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glBegin" >&5
27805 $as_echo "$ac_cv_lib_GL_glBegin" >&6; }
27806 if test "x$ac_cv_lib_GL_glBegin" = x""yes; then :
27807 ac_find_libraries="std"
27808 fi
27809
27810 fi
27811 fi
27812
27813 if test "x$ac_find_libraries" = "x"; then
27814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27815 $as_echo_n "checking elsewhere... " >&6; }
27816
27817 ac_find_libraries=
27818 for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
27819 do
27820 for ac_extension in a so sl dylib dll.a; do
27821 if test -f "$ac_dir/libGL.$ac_extension"; then
27822 ac_find_libraries=$ac_dir
27823 break 2
27824 fi
27825 done
27826 done
27827
27828 if test "x$ac_find_libraries" != "x"; then
27829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27830 $as_echo "yes" >&6; }
27831 else
27832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27833 $as_echo "no" >&6; }
27834 fi
27835 fi
27836
27837 else
27838 GL_CFLAGS=$pkg_cv_GL_CFLAGS
27839 GL_LIBS=$pkg_cv_GL_LIBS
27840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27841 $as_echo "yes" >&6; }
27842
27843 ac_find_libraries="std"
27844
27845 eval ac_find_cflags=\$GL_CFLAGS
27846 eval fl_libs=\$GL_LIBS
27847
27848 for fl_path in $fl_libs
27849 do
27850 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27851 ac_find_libraries=`echo "$fl_path" | cut -c 3-`
27852 fi
27853 done
27854
27855 fi
27856
27857 if test "$ac_find_libraries" != "" ; then
27858 if test "$ac_find_libraries" != "std" ; then
27859
27860 if test "$ac_find_libraries" = "default location"; then
27861 ac_path_to_link=""
27862 else
27863 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
27864 result=$?
27865 if test $result = 0; then
27866 ac_path_to_link=""
27867 else
27868 ac_path_to_link=" -L$ac_find_libraries"
27869 fi
27870 fi
27871
27872 if test "$ac_path_to_link" != " -L/usr/lib" ; then
27873 LDFLAGS_GL="$ac_path_to_link"
27874 fi
27875 fi
27876
27877
27878 ac_find_libraries=
27879
27880 fl_pkgname=`echo "GLU" | tr [:upper:] [:lower:]`
27881
27882
27883 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27884 if test -n "$ac_tool_prefix"; then
27885 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27886 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
27887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27888 $as_echo_n "checking for $ac_word... " >&6; }
27889 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
27890 $as_echo_n "(cached) " >&6
27891 else
27892 case $PKG_CONFIG in
27893 [\\/]* | ?:[\\/]*)
27894 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27895 ;;
27896 *)
27897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27898 for as_dir in $PATH
27899 do
27900 IFS=$as_save_IFS
27901 test -z "$as_dir" && as_dir=.
27902 for ac_exec_ext in '' $ac_executable_extensions; do
27903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27904 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27906 break 2
27907 fi
27908 done
27909 done
27910 IFS=$as_save_IFS
27911
27912 ;;
27913 esac
27914 fi
27915 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27916 if test -n "$PKG_CONFIG"; then
27917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27918 $as_echo "$PKG_CONFIG" >&6; }
27919 else
27920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27921 $as_echo "no" >&6; }
27922 fi
27923
27924
27925 fi
27926 if test -z "$ac_cv_path_PKG_CONFIG"; then
27927 ac_pt_PKG_CONFIG=$PKG_CONFIG
27928 # Extract the first word of "pkg-config", so it can be a program name with args.
27929 set dummy pkg-config; ac_word=$2
27930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27931 $as_echo_n "checking for $ac_word... " >&6; }
27932 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
27933 $as_echo_n "(cached) " >&6
27934 else
27935 case $ac_pt_PKG_CONFIG in
27936 [\\/]* | ?:[\\/]*)
27937 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27938 ;;
27939 *)
27940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27941 for as_dir in $PATH
27942 do
27943 IFS=$as_save_IFS
27944 test -z "$as_dir" && as_dir=.
27945 for ac_exec_ext in '' $ac_executable_extensions; do
27946 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27947 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27949 break 2
27950 fi
27951 done
27952 done
27953 IFS=$as_save_IFS
27954
27955 ;;
27956 esac
27957 fi
27958 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
27959 if test -n "$ac_pt_PKG_CONFIG"; then
27960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27961 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27962 else
27963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27964 $as_echo "no" >&6; }
27965 fi
27966
27967 if test "x$ac_pt_PKG_CONFIG" = x; then
27968 PKG_CONFIG=""
27969 else
27970 case $cross_compiling:$ac_tool_warned in
27971 yes:)
27972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27973 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27974 ac_tool_warned=yes ;;
27975 esac
27976 PKG_CONFIG=$ac_pt_PKG_CONFIG
27977 fi
27978 else
27979 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
27980 fi
27981
27982 fi
27983 if test -n "$PKG_CONFIG"; then
27984 _pkg_min_version=0.9.0
27985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27986 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27987 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27989 $as_echo "yes" >&6; }
27990 else
27991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27992 $as_echo "no" >&6; }
27993 PKG_CONFIG=""
27994 fi
27995
27996 fi 6> /dev/null
27997
27998 pkg_failed=no
27999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLU" >&5
28000 $as_echo_n "checking for GLU... " >&6; }
28001
28002 if test -n "$PKG_CONFIG"; then
28003 if test -n "$GLU_CFLAGS"; then
28004 pkg_cv_GLU_CFLAGS="$GLU_CFLAGS"
28005 else
28006 if test -n "$PKG_CONFIG" && \
28007 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28008 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28009 ac_status=$?
28010 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28011 test $ac_status = 0; }; then
28012 pkg_cv_GLU_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
28013 else
28014 pkg_failed=yes
28015 fi
28016 fi
28017 else
28018 pkg_failed=untried
28019 fi
28020 if test -n "$PKG_CONFIG"; then
28021 if test -n "$GLU_LIBS"; then
28022 pkg_cv_GLU_LIBS="$GLU_LIBS"
28023 else
28024 if test -n "$PKG_CONFIG" && \
28025 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28026 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28027 ac_status=$?
28028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28029 test $ac_status = 0; }; then
28030 pkg_cv_GLU_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
28031 else
28032 pkg_failed=yes
28033 fi
28034 fi
28035 else
28036 pkg_failed=untried
28037 fi
28038
28039
28040
28041 if test $pkg_failed = yes; then
28042
28043 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28044 _pkg_short_errors_supported=yes
28045 else
28046 _pkg_short_errors_supported=no
28047 fi
28048 if test $_pkg_short_errors_supported = yes; then
28049 GLU_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
28050 else
28051 GLU_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
28052 fi
28053 # Put the nasty error message in config.log where it belongs
28054 echo "$GLU_PKG_ERRORS" >&5
28055
28056
28057 if test "x$ac_find_libraries" = "x"; then
28058 if test "xgluBeginCurve" != "x"; then
28059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5
28060 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; }
28061 if test "${ac_cv_lib_GLU_gluBeginCurve+set}" = set; then :
28062 $as_echo_n "(cached) " >&6
28063 else
28064 ac_check_lib_save_LIBS=$LIBS
28065 LIBS="-lGLU $LIBS"
28066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28067 /* end confdefs.h. */
28068
28069 /* Override any GCC internal prototype to avoid an error.
28070 Use char because int might match the return type of a GCC
28071 builtin and then its argument prototype would still apply. */
28072 #ifdef __cplusplus
28073 extern "C"
28074 #endif
28075 char gluBeginCurve ();
28076 int
28077 main ()
28078 {
28079 return gluBeginCurve ();
28080 ;
28081 return 0;
28082 }
28083 _ACEOF
28084 if ac_fn_c_try_link "$LINENO"; then :
28085 ac_cv_lib_GLU_gluBeginCurve=yes
28086 else
28087 ac_cv_lib_GLU_gluBeginCurve=no
28088 fi
28089 rm -f core conftest.err conftest.$ac_objext \
28090 conftest$ac_exeext conftest.$ac_ext
28091 LIBS=$ac_check_lib_save_LIBS
28092 fi
28093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
28094 $as_echo "$ac_cv_lib_GLU_gluBeginCurve" >&6; }
28095 if test "x$ac_cv_lib_GLU_gluBeginCurve" = x""yes; then :
28096 ac_find_libraries="std"
28097 fi
28098
28099 fi
28100 fi
28101
28102 if test "x$ac_find_libraries" = "x"; then
28103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28104 $as_echo_n "checking elsewhere... " >&6; }
28105
28106 ac_find_libraries=
28107 for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
28108 do
28109 for ac_extension in a so sl dylib dll.a; do
28110 if test -f "$ac_dir/libGLU.$ac_extension"; then
28111 ac_find_libraries=$ac_dir
28112 break 2
28113 fi
28114 done
28115 done
28116
28117 if test "x$ac_find_libraries" != "x"; then
28118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28119 $as_echo "yes" >&6; }
28120 else
28121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28122 $as_echo "no" >&6; }
28123 fi
28124 fi
28125
28126 elif test $pkg_failed = untried; then
28127
28128 if test "x$ac_find_libraries" = "x"; then
28129 if test "xgluBeginCurve" != "x"; then
28130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5
28131 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; }
28132 if test "${ac_cv_lib_GLU_gluBeginCurve+set}" = set; then :
28133 $as_echo_n "(cached) " >&6
28134 else
28135 ac_check_lib_save_LIBS=$LIBS
28136 LIBS="-lGLU $LIBS"
28137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28138 /* end confdefs.h. */
28139
28140 /* Override any GCC internal prototype to avoid an error.
28141 Use char because int might match the return type of a GCC
28142 builtin and then its argument prototype would still apply. */
28143 #ifdef __cplusplus
28144 extern "C"
28145 #endif
28146 char gluBeginCurve ();
28147 int
28148 main ()
28149 {
28150 return gluBeginCurve ();
28151 ;
28152 return 0;
28153 }
28154 _ACEOF
28155 if ac_fn_c_try_link "$LINENO"; then :
28156 ac_cv_lib_GLU_gluBeginCurve=yes
28157 else
28158 ac_cv_lib_GLU_gluBeginCurve=no
28159 fi
28160 rm -f core conftest.err conftest.$ac_objext \
28161 conftest$ac_exeext conftest.$ac_ext
28162 LIBS=$ac_check_lib_save_LIBS
28163 fi
28164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
28165 $as_echo "$ac_cv_lib_GLU_gluBeginCurve" >&6; }
28166 if test "x$ac_cv_lib_GLU_gluBeginCurve" = x""yes; then :
28167 ac_find_libraries="std"
28168 fi
28169
28170 fi
28171 fi
28172
28173 if test "x$ac_find_libraries" = "x"; then
28174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28175 $as_echo_n "checking elsewhere... " >&6; }
28176
28177 ac_find_libraries=
28178 for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
28179 do
28180 for ac_extension in a so sl dylib dll.a; do
28181 if test -f "$ac_dir/libGLU.$ac_extension"; then
28182 ac_find_libraries=$ac_dir
28183 break 2
28184 fi
28185 done
28186 done
28187
28188 if test "x$ac_find_libraries" != "x"; then
28189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28190 $as_echo "yes" >&6; }
28191 else
28192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28193 $as_echo "no" >&6; }
28194 fi
28195 fi
28196
28197 else
28198 GLU_CFLAGS=$pkg_cv_GLU_CFLAGS
28199 GLU_LIBS=$pkg_cv_GLU_LIBS
28200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28201 $as_echo "yes" >&6; }
28202
28203 ac_find_libraries="std"
28204
28205 eval ac_find_cflags=\$GLU_CFLAGS
28206 eval fl_libs=\$GLU_LIBS
28207
28208 for fl_path in $fl_libs
28209 do
28210 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28211 ac_find_libraries=`echo "$fl_path" | cut -c 3-`
28212 fi
28213 done
28214
28215 fi
28216
28217 if test "$ac_find_libraries" != "" ; then
28218 if test "$ac_find_libraries" != "std" ; then
28219
28220 if test "$ac_find_libraries" = "default location"; then
28221 ac_path_to_link=""
28222 else
28223 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
28224 result=$?
28225 if test $result = 0; then
28226 ac_path_to_link=""
28227 else
28228 ac_path_to_link=" -L$ac_find_libraries"
28229 fi
28230 fi
28231
28232 if test "$ac_path_to_link" != " -L/usr/lib" -a \
28233 "$ac_path_to_link" != "$LDFLAGS_GL" ; then
28234 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
28235 fi
28236 fi
28237
28238 found_gl=1
28239 OPENGL_LIBS="-lGL -lGLU"
28240 fi
28241 fi
28242
28243 if test "$found_gl" != 1; then
28244
28245 ac_find_libraries=
28246
28247 fl_pkgname=`echo "MesaGL" | tr [:upper:] [:lower:]`
28248
28249
28250 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
28251 if test -n "$ac_tool_prefix"; then
28252 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
28253 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
28254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28255 $as_echo_n "checking for $ac_word... " >&6; }
28256 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
28257 $as_echo_n "(cached) " >&6
28258 else
28259 case $PKG_CONFIG in
28260 [\\/]* | ?:[\\/]*)
28261 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28262 ;;
28263 *)
28264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28265 for as_dir in $PATH
28266 do
28267 IFS=$as_save_IFS
28268 test -z "$as_dir" && as_dir=.
28269 for ac_exec_ext in '' $ac_executable_extensions; do
28270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28271 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28273 break 2
28274 fi
28275 done
28276 done
28277 IFS=$as_save_IFS
28278
28279 ;;
28280 esac
28281 fi
28282 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28283 if test -n "$PKG_CONFIG"; then
28284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
28285 $as_echo "$PKG_CONFIG" >&6; }
28286 else
28287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28288 $as_echo "no" >&6; }
28289 fi
28290
28291
28292 fi
28293 if test -z "$ac_cv_path_PKG_CONFIG"; then
28294 ac_pt_PKG_CONFIG=$PKG_CONFIG
28295 # Extract the first word of "pkg-config", so it can be a program name with args.
28296 set dummy pkg-config; ac_word=$2
28297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28298 $as_echo_n "checking for $ac_word... " >&6; }
28299 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
28300 $as_echo_n "(cached) " >&6
28301 else
28302 case $ac_pt_PKG_CONFIG in
28303 [\\/]* | ?:[\\/]*)
28304 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
28305 ;;
28306 *)
28307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28308 for as_dir in $PATH
28309 do
28310 IFS=$as_save_IFS
28311 test -z "$as_dir" && as_dir=.
28312 for ac_exec_ext in '' $ac_executable_extensions; do
28313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28314 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28316 break 2
28317 fi
28318 done
28319 done
28320 IFS=$as_save_IFS
28321
28322 ;;
28323 esac
28324 fi
28325 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
28326 if test -n "$ac_pt_PKG_CONFIG"; then
28327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
28328 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
28329 else
28330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28331 $as_echo "no" >&6; }
28332 fi
28333
28334 if test "x$ac_pt_PKG_CONFIG" = x; then
28335 PKG_CONFIG=""
28336 else
28337 case $cross_compiling:$ac_tool_warned in
28338 yes:)
28339 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28340 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28341 ac_tool_warned=yes ;;
28342 esac
28343 PKG_CONFIG=$ac_pt_PKG_CONFIG
28344 fi
28345 else
28346 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
28347 fi
28348
28349 fi
28350 if test -n "$PKG_CONFIG"; then
28351 _pkg_min_version=0.9.0
28352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
28353 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
28354 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
28355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28356 $as_echo "yes" >&6; }
28357 else
28358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28359 $as_echo "no" >&6; }
28360 PKG_CONFIG=""
28361 fi
28362
28363 fi 6> /dev/null
28364
28365 pkg_failed=no
28366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MesaGL" >&5
28367 $as_echo_n "checking for MesaGL... " >&6; }
28368
28369 if test -n "$PKG_CONFIG"; then
28370 if test -n "$MesaGL_CFLAGS"; then
28371 pkg_cv_MesaGL_CFLAGS="$MesaGL_CFLAGS"
28372 else
28373 if test -n "$PKG_CONFIG" && \
28374 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28375 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28376 ac_status=$?
28377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28378 test $ac_status = 0; }; then
28379 pkg_cv_MesaGL_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
28380 else
28381 pkg_failed=yes
28382 fi
28383 fi
28384 else
28385 pkg_failed=untried
28386 fi
28387 if test -n "$PKG_CONFIG"; then
28388 if test -n "$MesaGL_LIBS"; then
28389 pkg_cv_MesaGL_LIBS="$MesaGL_LIBS"
28390 else
28391 if test -n "$PKG_CONFIG" && \
28392 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28393 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28394 ac_status=$?
28395 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28396 test $ac_status = 0; }; then
28397 pkg_cv_MesaGL_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
28398 else
28399 pkg_failed=yes
28400 fi
28401 fi
28402 else
28403 pkg_failed=untried
28404 fi
28405
28406
28407
28408 if test $pkg_failed = yes; then
28409
28410 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28411 _pkg_short_errors_supported=yes
28412 else
28413 _pkg_short_errors_supported=no
28414 fi
28415 if test $_pkg_short_errors_supported = yes; then
28416 MesaGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
28417 else
28418 MesaGL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
28419 fi
28420 # Put the nasty error message in config.log where it belongs
28421 echo "$MesaGL_PKG_ERRORS" >&5
28422
28423
28424 if test "x$ac_find_libraries" = "x"; then
28425 if test "xglEnable" != "x"; then
28426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glEnable in -lMesaGL" >&5
28427 $as_echo_n "checking for glEnable in -lMesaGL... " >&6; }
28428 if test "${ac_cv_lib_MesaGL_glEnable+set}" = set; then :
28429 $as_echo_n "(cached) " >&6
28430 else
28431 ac_check_lib_save_LIBS=$LIBS
28432 LIBS="-lMesaGL $LIBS"
28433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28434 /* end confdefs.h. */
28435
28436 /* Override any GCC internal prototype to avoid an error.
28437 Use char because int might match the return type of a GCC
28438 builtin and then its argument prototype would still apply. */
28439 #ifdef __cplusplus
28440 extern "C"
28441 #endif
28442 char glEnable ();
28443 int
28444 main ()
28445 {
28446 return glEnable ();
28447 ;
28448 return 0;
28449 }
28450 _ACEOF
28451 if ac_fn_c_try_link "$LINENO"; then :
28452 ac_cv_lib_MesaGL_glEnable=yes
28453 else
28454 ac_cv_lib_MesaGL_glEnable=no
28455 fi
28456 rm -f core conftest.err conftest.$ac_objext \
28457 conftest$ac_exeext conftest.$ac_ext
28458 LIBS=$ac_check_lib_save_LIBS
28459 fi
28460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_MesaGL_glEnable" >&5
28461 $as_echo "$ac_cv_lib_MesaGL_glEnable" >&6; }
28462 if test "x$ac_cv_lib_MesaGL_glEnable" = x""yes; then :
28463 ac_find_libraries="std"
28464 fi
28465
28466 fi
28467 fi
28468
28469 if test "x$ac_find_libraries" = "x"; then
28470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28471 $as_echo_n "checking elsewhere... " >&6; }
28472
28473 ac_find_libraries=
28474 for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
28475 do
28476 for ac_extension in a so sl dylib dll.a; do
28477 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
28478 ac_find_libraries=$ac_dir
28479 break 2
28480 fi
28481 done
28482 done
28483
28484 if test "x$ac_find_libraries" != "x"; then
28485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28486 $as_echo "yes" >&6; }
28487 else
28488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28489 $as_echo "no" >&6; }
28490 fi
28491 fi
28492
28493 elif test $pkg_failed = untried; then
28494
28495 if test "x$ac_find_libraries" = "x"; then
28496 if test "xglEnable" != "x"; then
28497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glEnable in -lMesaGL" >&5
28498 $as_echo_n "checking for glEnable in -lMesaGL... " >&6; }
28499 if test "${ac_cv_lib_MesaGL_glEnable+set}" = set; then :
28500 $as_echo_n "(cached) " >&6
28501 else
28502 ac_check_lib_save_LIBS=$LIBS
28503 LIBS="-lMesaGL $LIBS"
28504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28505 /* end confdefs.h. */
28506
28507 /* Override any GCC internal prototype to avoid an error.
28508 Use char because int might match the return type of a GCC
28509 builtin and then its argument prototype would still apply. */
28510 #ifdef __cplusplus
28511 extern "C"
28512 #endif
28513 char glEnable ();
28514 int
28515 main ()
28516 {
28517 return glEnable ();
28518 ;
28519 return 0;
28520 }
28521 _ACEOF
28522 if ac_fn_c_try_link "$LINENO"; then :
28523 ac_cv_lib_MesaGL_glEnable=yes
28524 else
28525 ac_cv_lib_MesaGL_glEnable=no
28526 fi
28527 rm -f core conftest.err conftest.$ac_objext \
28528 conftest$ac_exeext conftest.$ac_ext
28529 LIBS=$ac_check_lib_save_LIBS
28530 fi
28531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_MesaGL_glEnable" >&5
28532 $as_echo "$ac_cv_lib_MesaGL_glEnable" >&6; }
28533 if test "x$ac_cv_lib_MesaGL_glEnable" = x""yes; then :
28534 ac_find_libraries="std"
28535 fi
28536
28537 fi
28538 fi
28539
28540 if test "x$ac_find_libraries" = "x"; then
28541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28542 $as_echo_n "checking elsewhere... " >&6; }
28543
28544 ac_find_libraries=
28545 for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
28546 do
28547 for ac_extension in a so sl dylib dll.a; do
28548 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
28549 ac_find_libraries=$ac_dir
28550 break 2
28551 fi
28552 done
28553 done
28554
28555 if test "x$ac_find_libraries" != "x"; then
28556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28557 $as_echo "yes" >&6; }
28558 else
28559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28560 $as_echo "no" >&6; }
28561 fi
28562 fi
28563
28564 else
28565 MesaGL_CFLAGS=$pkg_cv_MesaGL_CFLAGS
28566 MesaGL_LIBS=$pkg_cv_MesaGL_LIBS
28567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28568 $as_echo "yes" >&6; }
28569
28570 ac_find_libraries="std"
28571
28572 eval ac_find_cflags=\$MesaGL_CFLAGS
28573 eval fl_libs=\$MesaGL_LIBS
28574
28575 for fl_path in $fl_libs
28576 do
28577 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28578 ac_find_libraries=`echo "$fl_path" | cut -c 3-`
28579 fi
28580 done
28581
28582 fi
28583
28584 if test "$ac_find_libraries" != "" ; then
28585 if test "$ac_find_libraries" != "std" ; then
28586
28587 if test "$ac_find_libraries" = "default location"; then
28588 ac_path_to_link=""
28589 else
28590 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
28591 result=$?
28592 if test $result = 0; then
28593 ac_path_to_link=""
28594 else
28595 ac_path_to_link=" -L$ac_find_libraries"
28596 fi
28597 fi
28598
28599 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28600 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
28601 fi
28602 fi
28603 OPENGL_LIBS="-lMesaGL -lMesaGLU"
28604 fi
28605 fi
28606
28607 fi
28608
28609
28610
28611 fi
28612
28613
28614
28615 if test "x$OPENGL_LIBS" = "x"; then
28616 if test "$wxUSE_OPENGL" = "yes"; then
28617 as_fn_error $? "OpenGL libraries not available" "$LINENO" 5
28618 else
28619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
28620 $as_echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
28621 wxUSE_OPENGL=no
28622 USE_OPENGL=0
28623 fi
28624 fi
28625 else
28626 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
28627 $as_echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
28628 wxUSE_OPENGL="no"
28629 fi
28630
28631 if test "$wxUSE_OPENGL" = "auto"; then
28632 wxUSE_OPENGL=yes
28633 fi
28634
28635 if test "$wxUSE_OPENGL" = "yes"; then
28636 USE_OPENGL=1
28637 $as_echo "#define wxUSE_OPENGL 1" >>confdefs.h
28638
28639 $as_echo "#define wxUSE_GLCANVAS 1" >>confdefs.h
28640
28641 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
28642 fi
28643 fi
28644
28645
28646 if test -n "$TOOLKIT" ; then
28647 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
28648 fi
28649
28650
28651
28652 if test "$wxUSE_SHARED" = "yes"; then
28653 case "${host}" in
28654 *-pc-msdosdjgpp )
28655 wxUSE_SHARED=no
28656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Host system doesn't support shared libraries, disabling" >&5
28657 $as_echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
28658 ;;
28659 esac
28660 fi
28661
28662 if test "$wxUSE_SHARED" = "yes"; then
28663
28664
28665 case "${host}" in
28666 *-*-cygwin* | *-*-mingw* )
28667 wx_cv_version_script=no
28668 ;;
28669
28670 *)
28671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts --version-script" >&5
28672 $as_echo_n "checking if the linker accepts --version-script... " >&6; }
28673 if test "${wx_cv_version_script+set}" = set; then :
28674 $as_echo_n "(cached) " >&6
28675 else
28676
28677 echo "VER_1 { *; };" >conftest.sym
28678 echo "int main() { return 0; }" >conftest.cpp
28679
28680 if { ac_try='
28681 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28682 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
28683 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28684 (eval $ac_try) 2>&5
28685 ac_status=$?
28686 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28687 test $ac_status = 0; }; } ; then
28688 if test -s conftest.stderr ; then
28689 wx_cv_version_script=no
28690 else
28691 wx_cv_version_script=yes
28692 fi
28693 else
28694 wx_cv_version_script=no
28695 fi
28696
28697 if test $wx_cv_version_script = yes
28698 then
28699 echo "struct B { virtual ~B() { } }; \
28700 struct D : public B { }; \
28701 void F() { D d; }" > conftest.cpp
28702
28703 if { ac_try='
28704 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28705 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
28706 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28707 (eval $ac_try) 2>&5
28708 ac_status=$?
28709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28710 test $ac_status = 0; }; } &&
28711 { ac_try='
28712 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28713 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
28714 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28715 (eval $ac_try) 2>&5
28716 ac_status=$?
28717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28718 test $ac_status = 0; }; }
28719 then
28720 if { ac_try='
28721 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28722 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
28723 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28724 (eval $ac_try) 2>&5
28725 ac_status=$?
28726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28727 test $ac_status = 0; }; }
28728 then
28729 wx_cv_version_script=yes
28730 else
28731 wx_cv_version_script=no
28732 fi
28733 fi
28734 fi
28735
28736 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
28737 rm -f conftest1.output conftest2.output conftest3.output
28738
28739 fi
28740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_version_script" >&5
28741 $as_echo "$wx_cv_version_script" >&6; }
28742
28743 if test $wx_cv_version_script = yes ; then
28744 LDFLAGS_VERSIONING="-Wl,--version-script,\$(wx_top_builddir)/version-script"
28745 fi
28746 ;;
28747 esac
28748
28749
28750 if test "$wxUSE_VISIBILITY" != "no"; then
28751
28752
28753 if test -n "$GCC"; then
28754 CFLAGS_VISIBILITY="-fvisibility=hidden"
28755 CXXFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden"
28756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for symbols visibility support" >&5
28757 $as_echo_n "checking for symbols visibility support... " >&6; }
28758 if test "${wx_cv_cc_visibility+set}" = set; then :
28759 $as_echo_n "(cached) " >&6
28760 else
28761
28762 wx_save_CXXFLAGS="$CXXFLAGS"
28763 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
28764 ac_ext=cpp
28765 ac_cpp='$CXXCPP $CPPFLAGS'
28766 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28767 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28768 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28769
28770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28771 /* end confdefs.h. */
28772
28773 /* we need gcc >= 4.0, older versions with visibility support
28774 didn't have class visibility: */
28775 #if defined(__GNUC__) && __GNUC__ < 4
28776 error this gcc is too old;
28777 #endif
28778
28779 /* visibility only makes sense for ELF shared libs: */
28780 #if !defined(__ELF__) && !defined(__APPLE__)
28781 error this platform has no visibility;
28782 #endif
28783
28784 /* at the time of Xcode 4.1 / Clang 3, Clang++ still didn't have the bugs sorted out: */
28785 #if defined(__clang__)
28786 clang compiler is still broken w.r.t. visibility;
28787 #endif
28788
28789 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
28790 extern __attribute__((__visibility__("default"))) int exportedvar;
28791 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
28792 extern __attribute__((__visibility__("default"))) int exportedfunc (void);
28793 class __attribute__((__visibility__("default"))) Foo {
28794 Foo() {}
28795 };
28796
28797 int
28798 main ()
28799 {
28800
28801 ;
28802 return 0;
28803 }
28804 _ACEOF
28805 if ac_fn_cxx_try_compile "$LINENO"; then :
28806 wx_cv_cc_visibility=yes
28807 else
28808 wx_cv_cc_visibility=no
28809 fi
28810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28811 ac_ext=c
28812 ac_cpp='$CPP $CPPFLAGS'
28813 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28814 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28815 ac_compiler_gnu=$ac_cv_c_compiler_gnu
28816
28817 CXXFLAGS="$wx_save_CXXFLAGS"
28818 fi
28819
28820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_visibility" >&5
28821 $as_echo "$wx_cv_cc_visibility" >&6; }
28822 if test $wx_cv_cc_visibility = yes; then
28823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken libstdc++ visibility" >&5
28824 $as_echo_n "checking for broken libstdc++ visibility... " >&6; }
28825 if test "${wx_cv_cc_broken_libstdcxx_visibility+set}" = set; then :
28826 $as_echo_n "(cached) " >&6
28827 else
28828
28829 wx_save_CXXFLAGS="$CXXFLAGS"
28830 wx_save_LDFLAGS="$LDFLAGS"
28831 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
28832 LDFLAGS="$LDFLAGS -shared -fPIC"
28833 ac_ext=cpp
28834 ac_cpp='$CXXCPP $CPPFLAGS'
28835 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28836 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28837 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28838
28839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28840 /* end confdefs.h. */
28841
28842 #include <string>
28843
28844 int
28845 main ()
28846 {
28847
28848 std::string s("hello");
28849 return s.length();
28850
28851 ;
28852 return 0;
28853 }
28854 _ACEOF
28855 if ac_fn_cxx_try_link "$LINENO"; then :
28856 wx_cv_cc_broken_libstdcxx_visibility=no
28857 else
28858 wx_cv_cc_broken_libstdcxx_visibility=yes
28859 fi
28860 rm -f core conftest.err conftest.$ac_objext \
28861 conftest$ac_exeext conftest.$ac_ext
28862 ac_ext=c
28863 ac_cpp='$CPP $CPPFLAGS'
28864 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28865 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28866 ac_compiler_gnu=$ac_cv_c_compiler_gnu
28867
28868 CXXFLAGS="$wx_save_CXXFLAGS"
28869 LDFLAGS="$wx_save_LDFLAGS"
28870 fi
28871
28872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
28873 $as_echo "$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
28874
28875 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
28876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can work around it" >&5
28877 $as_echo_n "checking whether we can work around it... " >&6; }
28878 if test "${wx_cv_cc_visibility_workaround+set}" = set; then :
28879 $as_echo_n "(cached) " >&6
28880 else
28881
28882 ac_ext=cpp
28883 ac_cpp='$CXXCPP $CPPFLAGS'
28884 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28885 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28886 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28887
28888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28889 /* end confdefs.h. */
28890
28891 #pragma GCC visibility push(default)
28892 #include <string>
28893 #pragma GCC visibility pop
28894
28895 int
28896 main ()
28897 {
28898
28899 std::string s("hello");
28900 return s.length();
28901
28902 ;
28903 return 0;
28904 }
28905 _ACEOF
28906 if ac_fn_cxx_try_link "$LINENO"; then :
28907 wx_cv_cc_visibility_workaround=no
28908 else
28909 wx_cv_cc_visibility_workaround=yes
28910 fi
28911 rm -f core conftest.err conftest.$ac_objext \
28912 conftest$ac_exeext conftest.$ac_ext
28913 ac_ext=c
28914 ac_cpp='$CPP $CPPFLAGS'
28915 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28916 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28917 ac_compiler_gnu=$ac_cv_c_compiler_gnu
28918
28919
28920 fi
28921
28922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_visibility_workaround" >&5
28923 $as_echo "$wx_cv_cc_visibility_workaround" >&6; }
28924
28925 if test $wx_cv_cc_visibility_workaround = no; then
28926 wx_cv_cc_visibility=no
28927 fi
28928 fi
28929 fi
28930
28931 if test $wx_cv_cc_visibility = yes; then
28932 $as_echo "#define HAVE_VISIBILITY 1" >>confdefs.h
28933
28934 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
28935 $as_echo "#define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1" >>confdefs.h
28936
28937 fi
28938 else
28939 CFLAGS_VISIBILITY=""
28940 CXXFLAGS_VISIBILITY=""
28941 fi
28942
28943
28944 fi
28945
28946 fi
28947
28948 if test "x$SUNCXX" = xyes; then
28949 SAMPLES_RPATH_FLAG="-R\$(wx_top_builddir)/lib"
28950 WXCONFIG_RPATH="-R\$libdir"
28951 else
28952 case "${host}" in
28953 *-*-linux* | *-*-gnu* )
28954 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
28955 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
28956 ;;
28957
28958 *-*-solaris2* )
28959
28960 CPPFLAGS="-isystem /usr/openwin/include $CPPFLAGS"
28961
28962 saveLdflags="$LDFLAGS"
28963 LDFLAGS="$saveLdflags -Wl,-rpath,/"
28964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts -rpath" >&5
28965 $as_echo_n "checking if the linker accepts -rpath... " >&6; }
28966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28967 /* end confdefs.h. */
28968
28969 int
28970 main ()
28971 {
28972
28973 ;
28974 return 0;
28975 }
28976 _ACEOF
28977 if ac_fn_c_try_link "$LINENO"; then :
28978
28979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28980 $as_echo "yes" >&6; }
28981 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
28982 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
28983
28984 else
28985
28986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28987 $as_echo "no" >&6; }
28988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts -R" >&5
28989 $as_echo_n "checking if the linker accepts -R... " >&6; }
28990 LDFLAGS="$saveLdflags -Wl,-R,/"
28991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28992 /* end confdefs.h. */
28993
28994 int
28995 main ()
28996 {
28997
28998 ;
28999 return 0;
29000 }
29001 _ACEOF
29002 if ac_fn_c_try_link "$LINENO"; then :
29003
29004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29005 $as_echo "yes" >&6; }
29006 SAMPLES_RPATH_FLAG="-Wl,-R,\$(wx_top_builddir)/lib"
29007 WXCONFIG_RPATH="-Wl,-R,\$libdir"
29008
29009 else
29010
29011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29012 $as_echo "no" >&6; }
29013
29014 fi
29015 rm -f core conftest.err conftest.$ac_objext \
29016 conftest$ac_exeext conftest.$ac_ext
29017
29018 fi
29019 rm -f core conftest.err conftest.$ac_objext \
29020 conftest$ac_exeext conftest.$ac_ext
29021 LDFLAGS="$saveLdflags"
29022 ;;
29023
29024 *-*-darwin* )
29025 install_name_tool=`which ${HOST_PREFIX}install_name_tool`
29026 if test "$install_name_tool" -a -x "$install_name_tool"; then
29027 DYLIB_RPATH_POSTLINK="${HOST_PREFIX}install_name_tool -id \$@ \$@"
29028 cat <<EOF >change-install-names
29029 #!/bin/sh
29030 libnames=\`cd \${2} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
29031 for i in \${libnames} ; do
29032 ${HOST_PREFIX}install_name_tool -id \${3}/\${i} \${1}/\${i}
29033 for dep in \${libnames} ; do
29034 ${HOST_PREFIX}install_name_tool -change \${2}/\${dep} \${3}/\${dep} \${1}/\${i}
29035 done
29036 done
29037 EOF
29038 chmod +x change-install-names
29039 DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \$(wx_top_builddir)/lib \${libdir}"
29040 fi
29041
29042 HEADER_PAD_OPTION="-headerpad_max_install_names"
29043 ;;
29044
29045 *-*-cygwin* | *-*-mingw32* )
29046 ;;
29047
29048 *-*-hpux* )
29049 SAMPLES_RPATH_FLAG="-Wl,+b,\$(wx_top_builddir)/lib"
29050 WXCONFIG_RPATH="-Wl,+b,\$libdir"
29051 ;;
29052
29053 esac
29054 fi
29055
29056 WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
29057
29058 if test $wxUSE_RPATH = "no"; then
29059 SAMPLES_RPATH_FLAG=''
29060 DYLIB_PATH_POSTLINK=''
29061 WXCONFIG_RPATH=''
29062 fi
29063
29064 SHARED=1
29065
29066 else
29067
29068 config_linkage_component="-static"
29069 SHARED=0
29070
29071 fi
29072
29073
29074 UNICODE=0
29075 lib_unicode_suffix=
29076 WX_CHARTYPE="ansi"
29077 if test "$wxUSE_UNICODE" = "yes"; then
29078 lib_unicode_suffix=u
29079 WX_CHARTYPE="unicode"
29080 UNICODE=1
29081 fi
29082
29083 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
29084 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
29085
29086 DEBUG_INFO=0
29087 if test "$wxUSE_DEBUG_INFO" = "yes"; then
29088 DEBUG_INFO=1
29089 fi
29090
29091 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
29092
29093 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
29094
29095 TOOLCHAIN_FULLNAME="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
29096
29097
29098 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
29099 WX_LIBRARY_BASENAME_NOGUI="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29100 else
29101 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29102 fi
29103 if test "${TOOLKIT_DIR}" = "os2"; then
29104 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29105 else
29106 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29107 fi
29108
29109
29110
29111 if test "$wxUSE_OLD_COCOA" = 1; then
29112
29113 ac_ext=c
29114 ac_cpp='$CPP $CPPFLAGS'
29115 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29116 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29117 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29118
29119 ac_ext=m
29120
29121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
29122 $as_echo_n "checking if AppKit/NSEvent.h conflicts with CoreFoundation... " >&6; }
29123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29124 /* end confdefs.h. */
29125 #include <AppKit/NSEvent.h>
29126 #include <CoreFoundation/CoreFoundation.h>
29127
29128 int
29129 main ()
29130 {
29131
29132 ;
29133 return 0;
29134 }
29135 _ACEOF
29136 if ac_fn_c_try_compile "$LINENO"; then :
29137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29138 $as_echo "no" >&6; }
29139 else
29140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29141 $as_echo "yes" >&6; }
29142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if defining __Point__ will fix it" >&5
29143 $as_echo_n "checking if defining __Point__ will fix it... " >&6; }
29144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29145 /* end confdefs.h. */
29146 #define __Point__ 1
29147 #include <AppKit/NSEvent.h>
29148 #include <CoreFoundation/CoreFoundation.h>
29149
29150 int
29151 main ()
29152 {
29153
29154 ;
29155 return 0;
29156 }
29157 _ACEOF
29158 if ac_fn_c_try_compile "$LINENO"; then :
29159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29160 $as_echo "yes" >&6; }
29161 $as_echo "#define __Point__ 1" >>confdefs.h
29162
29163
29164 else
29165 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
29166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
29167 as_fn_error $? "no
29168 See \`config.log' for more details" "$LINENO" 5 ; }
29169
29170 fi
29171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29172
29173 fi
29174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29175 ac_ext=c
29176 ac_cpp='$CPP $CPPFLAGS'
29177 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29178 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29179 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29180
29181 fi
29182
29183
29184 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
29185 if test "x$ac_cv_type_mode_t" = x""yes; then :
29186
29187 else
29188
29189 cat >>confdefs.h <<_ACEOF
29190 #define mode_t int
29191 _ACEOF
29192
29193 fi
29194
29195 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
29196 if test "x$ac_cv_type_off_t" = x""yes; then :
29197
29198 else
29199
29200 cat >>confdefs.h <<_ACEOF
29201 #define off_t long int
29202 _ACEOF
29203
29204 fi
29205
29206 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
29207 if test "x$ac_cv_type_pid_t" = x""yes; then :
29208
29209 else
29210
29211 cat >>confdefs.h <<_ACEOF
29212 #define pid_t int
29213 _ACEOF
29214
29215 fi
29216
29217 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
29218 if test "x$ac_cv_type_size_t" = x""yes; then :
29219
29220 else
29221
29222 cat >>confdefs.h <<_ACEOF
29223 #define size_t unsigned int
29224 _ACEOF
29225
29226 fi
29227
29228
29229 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
29230 if test "x$ac_cv_type_ssize_t" = x""yes; then :
29231
29232 cat >>confdefs.h <<_ACEOF
29233 #define HAVE_SSIZE_T 1
29234 _ACEOF
29235
29236
29237 fi
29238
29239
29240 ac_ext=cpp
29241 ac_cpp='$CXXCPP $CPPFLAGS'
29242 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29243 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29244 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if size_t is unsigned int" >&5
29246 $as_echo_n "checking if size_t is unsigned int... " >&6; }
29247 if test "${wx_cv_size_t_is_uint+set}" = set; then :
29248 $as_echo_n "(cached) " >&6
29249 else
29250
29251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29252 /* end confdefs.h. */
29253 #include <stddef.h>
29254 int
29255 main ()
29256 {
29257
29258 return 0; }
29259
29260 struct Foo { void foo(size_t); void foo(unsigned int); };
29261
29262 int bar() {
29263
29264 ;
29265 return 0;
29266 }
29267 _ACEOF
29268 if ac_fn_cxx_try_compile "$LINENO"; then :
29269 wx_cv_size_t_is_uint=no
29270 else
29271 wx_cv_size_t_is_uint=yes
29272
29273 fi
29274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29275
29276
29277 fi
29278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_size_t_is_uint" >&5
29279 $as_echo "$wx_cv_size_t_is_uint" >&6; }
29280
29281 if test "$wx_cv_size_t_is_uint" = "yes"; then
29282 $as_echo "#define wxSIZE_T_IS_UINT 1" >>confdefs.h
29283
29284 else
29285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if size_t is unsigned long" >&5
29286 $as_echo_n "checking if size_t is unsigned long... " >&6; }
29287 if test "${wx_cv_size_t_is_ulong+set}" = set; then :
29288 $as_echo_n "(cached) " >&6
29289 else
29290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29291 /* end confdefs.h. */
29292 #include <stddef.h>
29293 int
29294 main ()
29295 {
29296
29297 return 0; }
29298
29299 struct Foo { void foo(size_t); void foo(unsigned long); };
29300
29301 int bar() {
29302
29303 ;
29304 return 0;
29305 }
29306 _ACEOF
29307 if ac_fn_cxx_try_compile "$LINENO"; then :
29308 wx_cv_size_t_is_ulong=no
29309 else
29310 wx_cv_size_t_is_ulong=yes
29311
29312 fi
29313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29314
29315 fi
29316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_size_t_is_ulong" >&5
29317 $as_echo "$wx_cv_size_t_is_ulong" >&6; }
29318
29319 if test "$wx_cv_size_t_is_ulong" = "yes"; then
29320 $as_echo "#define wxSIZE_T_IS_ULONG 1" >>confdefs.h
29321
29322 fi
29323 fi
29324
29325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if wchar_t is separate type" >&5
29326 $as_echo_n "checking if wchar_t is separate type... " >&6; }
29327 if test "${wx_cv_wchar_t_is_separate_type+set}" = set; then :
29328 $as_echo_n "(cached) " >&6
29329 else
29330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29331 /* end confdefs.h. */
29332 #include <wchar.h>
29333 int
29334 main ()
29335 {
29336
29337 return 0; }
29338
29339 struct Foo { void foo(wchar_t);
29340 void foo(unsigned short);
29341 void foo(unsigned int);
29342 void foo(unsigned long); };
29343
29344 int bar() {
29345
29346 ;
29347 return 0;
29348 }
29349 _ACEOF
29350 if ac_fn_cxx_try_compile "$LINENO"; then :
29351 wx_cv_wchar_t_is_separate_type=yes
29352 else
29353 wx_cv_wchar_t_is_separate_type=no
29354
29355 fi
29356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29357
29358 fi
29359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_wchar_t_is_separate_type" >&5
29360 $as_echo "$wx_cv_wchar_t_is_separate_type" >&6; }
29361
29362 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
29363 $as_echo "#define wxWCHAR_T_IS_REAL_TYPE 1" >>confdefs.h
29364
29365 else
29366 $as_echo "#define wxWCHAR_T_IS_REAL_TYPE 0" >>confdefs.h
29367
29368 fi
29369
29370 ac_ext=c
29371 ac_cpp='$CPP $CPPFLAGS'
29372 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29373 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29374 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29375
29376
29377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pw_gecos in struct passwd" >&5
29378 $as_echo_n "checking for pw_gecos in struct passwd... " >&6; }
29379 if test "${wx_cv_struct_pw_gecos+set}" = set; then :
29380 $as_echo_n "(cached) " >&6
29381 else
29382
29383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29384 /* end confdefs.h. */
29385 #include <pwd.h>
29386 int
29387 main ()
29388 {
29389
29390 char *p;
29391 struct passwd *pw;
29392 p = pw->pw_gecos;
29393
29394 ;
29395 return 0;
29396 }
29397 _ACEOF
29398 if ac_fn_c_try_compile "$LINENO"; then :
29399
29400 wx_cv_struct_pw_gecos=yes
29401
29402 else
29403
29404 wx_cv_struct_pw_gecos=no
29405
29406
29407 fi
29408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29409
29410
29411 fi
29412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_struct_pw_gecos" >&5
29413 $as_echo "$wx_cv_struct_pw_gecos" >&6; }
29414
29415 if test "$wx_cv_struct_pw_gecos" = "yes"; then
29416 $as_echo "#define HAVE_PW_GECOS 1" >>confdefs.h
29417
29418 fi
29419
29420
29421 WCSLEN_FOUND=0
29422 WCHAR_LINK=
29423 for ac_func in wcslen
29424 do :
29425 ac_fn_c_check_func "$LINENO" "wcslen" "ac_cv_func_wcslen"
29426 if test "x$ac_cv_func_wcslen" = x""yes; then :
29427 cat >>confdefs.h <<_ACEOF
29428 #define HAVE_WCSLEN 1
29429 _ACEOF
29430 WCSLEN_FOUND=1
29431 fi
29432 done
29433
29434
29435 if test "$WCSLEN_FOUND" = 0; then
29436 if test "$TOOLKIT" = "MSW"; then
29437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcslen in -lmsvcrt" >&5
29438 $as_echo_n "checking for wcslen in -lmsvcrt... " >&6; }
29439 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then :
29440 $as_echo_n "(cached) " >&6
29441 else
29442 ac_check_lib_save_LIBS=$LIBS
29443 LIBS="-lmsvcrt $LIBS"
29444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29445 /* end confdefs.h. */
29446
29447 /* Override any GCC internal prototype to avoid an error.
29448 Use char because int might match the return type of a GCC
29449 builtin and then its argument prototype would still apply. */
29450 #ifdef __cplusplus
29451 extern "C"
29452 #endif
29453 char wcslen ();
29454 int
29455 main ()
29456 {
29457 return wcslen ();
29458 ;
29459 return 0;
29460 }
29461 _ACEOF
29462 if ac_fn_c_try_link "$LINENO"; then :
29463 ac_cv_lib_msvcrt_wcslen=yes
29464 else
29465 ac_cv_lib_msvcrt_wcslen=no
29466 fi
29467 rm -f core conftest.err conftest.$ac_objext \
29468 conftest$ac_exeext conftest.$ac_ext
29469 LIBS=$ac_check_lib_save_LIBS
29470 fi
29471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_msvcrt_wcslen" >&5
29472 $as_echo "$ac_cv_lib_msvcrt_wcslen" >&6; }
29473 if test "x$ac_cv_lib_msvcrt_wcslen" = x""yes; then :
29474 WCHAR_OK=1
29475 fi
29476
29477 else
29478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcslen in -lw" >&5
29479 $as_echo_n "checking for wcslen in -lw... " >&6; }
29480 if test "${ac_cv_lib_w_wcslen+set}" = set; then :
29481 $as_echo_n "(cached) " >&6
29482 else
29483 ac_check_lib_save_LIBS=$LIBS
29484 LIBS="-lw $LIBS"
29485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29486 /* end confdefs.h. */
29487
29488 /* Override any GCC internal prototype to avoid an error.
29489 Use char because int might match the return type of a GCC
29490 builtin and then its argument prototype would still apply. */
29491 #ifdef __cplusplus
29492 extern "C"
29493 #endif
29494 char wcslen ();
29495 int
29496 main ()
29497 {
29498 return wcslen ();
29499 ;
29500 return 0;
29501 }
29502 _ACEOF
29503 if ac_fn_c_try_link "$LINENO"; then :
29504 ac_cv_lib_w_wcslen=yes
29505 else
29506 ac_cv_lib_w_wcslen=no
29507 fi
29508 rm -f core conftest.err conftest.$ac_objext \
29509 conftest$ac_exeext conftest.$ac_ext
29510 LIBS=$ac_check_lib_save_LIBS
29511 fi
29512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_w_wcslen" >&5
29513 $as_echo "$ac_cv_lib_w_wcslen" >&6; }
29514 if test "x$ac_cv_lib_w_wcslen" = x""yes; then :
29515
29516 WCHAR_LINK=" -lw"
29517 WCSLEN_FOUND=1
29518
29519 fi
29520
29521 fi
29522 fi
29523
29524 if test "$WCSLEN_FOUND" = 1; then
29525 $as_echo "#define HAVE_WCSLEN 1" >>confdefs.h
29526
29527 fi
29528
29529 for ac_func in wcsdup wcsftime strnlen wcsnlen wcscasecmp wcsncasecmp
29530 do :
29531 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29532 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
29533 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
29534 cat >>confdefs.h <<_ACEOF
29535 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29536 _ACEOF
29537
29538 fi
29539 done
29540
29541
29542 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
29543 CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
29544 fi
29545
29546 ac_fn_c_check_type "$LINENO" "mbstate_t" "ac_cv_type_mbstate_t" "#include <wchar.h>
29547 "
29548 if test "x$ac_cv_type_mbstate_t" = x""yes; then :
29549
29550 cat >>confdefs.h <<_ACEOF
29551 #define HAVE_MBSTATE_T 1
29552 _ACEOF
29553
29554 for ac_func in wcsrtombs
29555 do :
29556 ac_fn_c_check_func "$LINENO" "wcsrtombs" "ac_cv_func_wcsrtombs"
29557 if test "x$ac_cv_func_wcsrtombs" = x""yes; then :
29558 cat >>confdefs.h <<_ACEOF
29559 #define HAVE_WCSRTOMBS 1
29560 _ACEOF
29561
29562 fi
29563 done
29564
29565 fi
29566
29567
29568 for ac_func in snprintf vsnprintf vsscanf
29569 do :
29570 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29571 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
29572 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
29573 cat >>confdefs.h <<_ACEOF
29574 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29575 _ACEOF
29576
29577 fi
29578 done
29579
29580
29581 ac_ext=cpp
29582 ac_cpp='$CXXCPP $CPPFLAGS'
29583 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29584 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29585 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29586
29587 if test "$ac_cv_func_vsnprintf" = "yes"; then
29588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vsnprintf declaration" >&5
29589 $as_echo_n "checking for vsnprintf declaration... " >&6; }
29590 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then :
29591 $as_echo_n "(cached) " >&6
29592 else
29593
29594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29595 /* end confdefs.h. */
29596
29597 #include <stdio.h>
29598 #include <stdarg.h>
29599
29600 int
29601 main ()
29602 {
29603
29604 char *buf;
29605 va_list ap;
29606 vsnprintf(buf, 10u, "%s", ap);
29607
29608 ;
29609 return 0;
29610 }
29611 _ACEOF
29612 if ac_fn_cxx_try_compile "$LINENO"; then :
29613 wx_cv_func_vsnprintf_decl=yes
29614 else
29615 wx_cv_func_vsnprintf_decl=no
29616
29617 fi
29618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29619
29620
29621 fi
29622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_vsnprintf_decl" >&5
29623 $as_echo "$wx_cv_func_vsnprintf_decl" >&6; }
29624
29625 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
29626 $as_echo "#define HAVE_VSNPRINTF_DECL 1" >>confdefs.h
29627
29628
29629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if vsnprintf declaration is broken" >&5
29630 $as_echo_n "checking if vsnprintf declaration is broken... " >&6; }
29631 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then :
29632 $as_echo_n "(cached) " >&6
29633 else
29634
29635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29636 /* end confdefs.h. */
29637
29638 #include <stdio.h>
29639 #include <stdarg.h>
29640 #ifdef __MSL__
29641 #if __MSL__ >= 0x6000
29642 namespace std {}
29643 using namespace std;
29644 #endif
29645 #endif
29646
29647 int
29648 main ()
29649 {
29650
29651 char *buf;
29652 va_list ap;
29653 const char *fmt = "%s";
29654 vsnprintf(buf, 10u, fmt, ap);
29655
29656 ;
29657 return 0;
29658 }
29659 _ACEOF
29660 if ac_fn_cxx_try_compile "$LINENO"; then :
29661 wx_cv_func_broken_vsnprintf_decl=no
29662 else
29663 wx_cv_func_broken_vsnprintf_decl=yes
29664
29665 fi
29666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29667
29668
29669 fi
29670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_broken_vsnprintf_decl" >&5
29671 $as_echo "$wx_cv_func_broken_vsnprintf_decl" >&6; }
29672
29673 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
29674 $as_echo "#define HAVE_BROKEN_VSNPRINTF_DECL 1" >>confdefs.h
29675
29676 fi
29677 fi
29678 fi
29679
29680 if test "$ac_cv_func_snprintf" = "yes"; then
29681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snprintf declaration" >&5
29682 $as_echo_n "checking for snprintf declaration... " >&6; }
29683 if test "${wx_cv_func_snprintf_decl+set}" = set; then :
29684 $as_echo_n "(cached) " >&6
29685 else
29686
29687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29688 /* end confdefs.h. */
29689
29690 #include <stdio.h>
29691 #include <stdarg.h>
29692 #ifdef __MSL__
29693 #if __MSL__ >= 0x6000
29694 namespace std {}
29695 using namespace std;
29696 #endif
29697 #endif
29698
29699 int
29700 main ()
29701 {
29702
29703 char *buf;
29704 snprintf(buf, 10u, "%s", "wx");
29705
29706 ;
29707 return 0;
29708 }
29709 _ACEOF
29710 if ac_fn_cxx_try_compile "$LINENO"; then :
29711 wx_cv_func_snprintf_decl=yes
29712 else
29713 wx_cv_func_snprintf_decl=no
29714
29715 fi
29716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29717
29718
29719 fi
29720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_snprintf_decl" >&5
29721 $as_echo "$wx_cv_func_snprintf_decl" >&6; }
29722
29723 if test "$wx_cv_func_snprintf_decl" = "yes"; then
29724 $as_echo "#define HAVE_SNPRINTF_DECL 1" >>confdefs.h
29725
29726 fi
29727
29728 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
29729
29730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if snprintf supports positional arguments" >&5
29731 $as_echo_n "checking if snprintf supports positional arguments... " >&6; }
29732 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then :
29733 $as_echo_n "(cached) " >&6
29734 else
29735
29736 if test "$cross_compiling" = yes; then :
29737
29738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming Unix98 printf() is not available,
29739 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
29740 $as_echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
29741 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
29742 wx_cv_func_snprintf_pos_params=no
29743
29744
29745 else
29746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29747 /* end confdefs.h. */
29748
29749 #include <stdio.h>
29750
29751 int main (void)
29752 {
29753 char buffer[128];
29754 snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
29755 if (strcmp ("2 3 1", buffer) == 0)
29756 exit (0);
29757 exit (1);
29758 }
29759
29760 _ACEOF
29761 if ac_fn_cxx_try_run "$LINENO"; then :
29762 wx_cv_func_snprintf_pos_params=no
29763 else
29764 wx_cv_func_snprintf_pos_params=yes
29765 fi
29766 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
29767 conftest.$ac_objext conftest.beam conftest.$ac_ext
29768 fi
29769
29770
29771
29772 fi
29773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_snprintf_pos_params" >&5
29774 $as_echo "$wx_cv_func_snprintf_pos_params" >&6; }
29775
29776 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
29777 $as_echo "#define HAVE_UNIX98_PRINTF 1" >>confdefs.h
29778
29779 fi
29780 fi
29781 fi
29782
29783 if test "$ac_cv_func_vsscanf" = "yes"; then
29784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vsscanf declaration" >&5
29785 $as_echo_n "checking for vsscanf declaration... " >&6; }
29786 if test "${wx_cv_func_vsscanf_decl+set}" = set; then :
29787 $as_echo_n "(cached) " >&6
29788 else
29789
29790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29791 /* end confdefs.h. */
29792
29793 #include <stdio.h>
29794 #include <stdarg.h>
29795 #ifdef __MSL__
29796 #if __MSL__ >= 0x6000
29797 namespace std {}
29798 using namespace std;
29799 #endif
29800 #endif
29801
29802 int
29803 main ()
29804 {
29805
29806 char *buf;
29807 va_list args;
29808 vsscanf(buf, "%s", args);
29809
29810 ;
29811 return 0;
29812 }
29813 _ACEOF
29814 if ac_fn_cxx_try_compile "$LINENO"; then :
29815 wx_cv_func_vsscanf_decl=yes
29816 else
29817 wx_cv_func_vsscanf_decl=no
29818
29819 fi
29820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29821
29822
29823 fi
29824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_vsscanf_decl" >&5
29825 $as_echo "$wx_cv_func_vsscanf_decl" >&6; }
29826
29827 if test "$wx_cv_func_vsscanf_decl" = "yes"; then
29828 $as_echo "#define HAVE_VSSCANF_DECL 1" >>confdefs.h
29829
29830 fi
29831 fi
29832 ac_ext=c
29833 ac_cpp='$CPP $CPPFLAGS'
29834 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29835 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29836 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29837
29838
29839 if test "$wxUSE_UNICODE" = yes; then
29840
29841 wchar_headers="#include <stdio.h>
29842 #include <wchar.h>"
29843 case "${host}" in
29844 *-*-solaris2* )
29845 for ac_header in widec.h
29846 do :
29847 ac_fn_c_check_header_compile "$LINENO" "widec.h" "ac_cv_header_widec_h" "$ac_includes_default
29848 "
29849 if test "x$ac_cv_header_widec_h" = x""yes; then :
29850 cat >>confdefs.h <<_ACEOF
29851 #define HAVE_WIDEC_H 1
29852 _ACEOF
29853
29854 fi
29855
29856 done
29857
29858 if test "$ac_cv_header_widec_h" = "yes"; then
29859 wchar_headers="$wchar_headers
29860 #include <widec.h>"
29861 fi
29862 esac
29863
29864
29865 for wx_func in putws fputws wprintf vswprintf vswscanf
29866 do
29867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
29868 $as_echo_n "checking for $wx_func... " >&6; }
29869 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
29870 $as_echo_n "(cached) " >&6
29871 else
29872
29873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29874 /* end confdefs.h. */
29875
29876
29877 $wchar_headers
29878 $ac_includes_default
29879
29880 int
29881 main ()
29882 {
29883
29884 #ifndef $wx_func
29885 &$wx_func;
29886 #endif
29887
29888
29889 ;
29890 return 0;
29891 }
29892
29893 _ACEOF
29894 if ac_fn_c_try_link "$LINENO"; then :
29895 eval wx_cv_func_$wx_func=yes
29896 else
29897 eval wx_cv_func_$wx_func=no
29898 fi
29899 rm -f core conftest.err conftest.$ac_objext \
29900 conftest$ac_exeext conftest.$ac_ext
29901
29902 fi
29903 eval ac_res=\$wx_cv_func_$wx_func
29904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
29905 $as_echo "$ac_res" >&6; }
29906
29907 if eval test \$wx_cv_func_$wx_func = yes
29908 then
29909 cat >>confdefs.h <<_ACEOF
29910 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
29911 _ACEOF
29912
29913
29914 else
29915 :
29916
29917 fi
29918 done
29919
29920
29921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _vsnwprintf" >&5
29922 $as_echo_n "checking for _vsnwprintf... " >&6; }
29923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29924 /* end confdefs.h. */
29925 #include <wchar.h>
29926 int
29927 main ()
29928 {
29929 &_vsnwprintf;
29930 ;
29931 return 0;
29932 }
29933 _ACEOF
29934 if ac_fn_c_try_compile "$LINENO"; then :
29935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29936 $as_echo "yes" >&6; }
29937 $as_echo "#define HAVE__VSNWPRINTF 1" >>confdefs.h
29938
29939 else
29940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29941 $as_echo "no" >&6; }
29942 fi
29943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
29944 fi
29945
29946 if test "$wxUSE_FILE" = "yes"; then
29947
29948 for wx_func in fsync
29949 do
29950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
29951 $as_echo_n "checking for $wx_func... " >&6; }
29952 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
29953 $as_echo_n "(cached) " >&6
29954 else
29955
29956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29957 /* end confdefs.h. */
29958
29959
29960
29961 $ac_includes_default
29962
29963 int
29964 main ()
29965 {
29966
29967 #ifndef $wx_func
29968 &$wx_func;
29969 #endif
29970
29971
29972 ;
29973 return 0;
29974 }
29975
29976 _ACEOF
29977 if ac_fn_c_try_link "$LINENO"; then :
29978 eval wx_cv_func_$wx_func=yes
29979 else
29980 eval wx_cv_func_$wx_func=no
29981 fi
29982 rm -f core conftest.err conftest.$ac_objext \
29983 conftest$ac_exeext conftest.$ac_ext
29984
29985 fi
29986 eval ac_res=\$wx_cv_func_$wx_func
29987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
29988 $as_echo "$ac_res" >&6; }
29989
29990 if eval test \$wx_cv_func_$wx_func = yes
29991 then
29992 cat >>confdefs.h <<_ACEOF
29993 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
29994 _ACEOF
29995
29996
29997 else
29998 :
29999
30000 fi
30001 done
30002
30003 fi
30004
30005 ac_ext=cpp
30006 ac_cpp='$CXXCPP $CPPFLAGS'
30007 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30008 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30009 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30010
30011
30012 for wx_func in round
30013 do
30014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30015 $as_echo_n "checking for $wx_func... " >&6; }
30016 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
30017 $as_echo_n "(cached) " >&6
30018 else
30019
30020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30021 /* end confdefs.h. */
30022
30023
30024 #include <math.h>
30025 $ac_includes_default
30026
30027 int
30028 main ()
30029 {
30030
30031 #ifndef $wx_func
30032 &$wx_func;
30033 #endif
30034
30035
30036 ;
30037 return 0;
30038 }
30039
30040 _ACEOF
30041 if ac_fn_cxx_try_link "$LINENO"; then :
30042 eval wx_cv_func_$wx_func=yes
30043 else
30044 eval wx_cv_func_$wx_func=no
30045 fi
30046 rm -f core conftest.err conftest.$ac_objext \
30047 conftest$ac_exeext conftest.$ac_ext
30048
30049 fi
30050 eval ac_res=\$wx_cv_func_$wx_func
30051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30052 $as_echo "$ac_res" >&6; }
30053
30054 if eval test \$wx_cv_func_$wx_func = yes
30055 then
30056 cat >>confdefs.h <<_ACEOF
30057 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30058 _ACEOF
30059
30060
30061 else
30062 :
30063
30064 fi
30065 done
30066
30067 ac_ext=c
30068 ac_cpp='$CPP $CPPFLAGS'
30069 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30070 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30071 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30072
30073
30074 if test "$TOOLKIT" != "MSW"; then
30075
30076 if test "$wxUSE_LIBICONV" != "no" ; then
30077
30078
30079
30080 # Check whether --with-libiconv-prefix was given.
30081 if test "${with_libiconv_prefix+set}" = set; then :
30082 withval=$with_libiconv_prefix;
30083 for dir in `echo "$withval" | tr : ' '`; do
30084 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
30085 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
30086 done
30087
30088 fi
30089
30090
30091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
30092 $as_echo_n "checking for iconv... " >&6; }
30093 if test "${am_cv_func_iconv+set}" = set; then :
30094 $as_echo_n "(cached) " >&6
30095 else
30096
30097 am_cv_func_iconv="no, consider installing GNU libiconv"
30098 am_cv_lib_iconv=no
30099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30100 /* end confdefs.h. */
30101 #include <stdlib.h>
30102 #include <iconv.h>
30103 int
30104 main ()
30105 {
30106 iconv_t cd = iconv_open("","");
30107 iconv(cd,NULL,NULL,NULL,NULL);
30108 iconv_close(cd);
30109 ;
30110 return 0;
30111 }
30112 _ACEOF
30113 if ac_fn_c_try_link "$LINENO"; then :
30114 am_cv_func_iconv=yes
30115 fi
30116 rm -f core conftest.err conftest.$ac_objext \
30117 conftest$ac_exeext conftest.$ac_ext
30118 if test "$am_cv_func_iconv" != yes; then
30119 am_save_LIBS="$LIBS"
30120 LIBS="$LIBS -liconv"
30121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30122 /* end confdefs.h. */
30123 #include <stdlib.h>
30124 #include <iconv.h>
30125 int
30126 main ()
30127 {
30128 iconv_t cd = iconv_open("","");
30129 iconv(cd,NULL,NULL,NULL,NULL);
30130 iconv_close(cd);
30131 ;
30132 return 0;
30133 }
30134 _ACEOF
30135 if ac_fn_c_try_link "$LINENO"; then :
30136 am_cv_lib_iconv=yes
30137 am_cv_func_iconv=yes
30138 fi
30139 rm -f core conftest.err conftest.$ac_objext \
30140 conftest$ac_exeext conftest.$ac_ext
30141 LIBS="$am_save_LIBS"
30142 fi
30143
30144 fi
30145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
30146 $as_echo "$am_cv_func_iconv" >&6; }
30147 if test "$am_cv_func_iconv" = yes; then
30148
30149 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
30150
30151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if iconv needs const" >&5
30152 $as_echo_n "checking if iconv needs const... " >&6; }
30153 if test "${wx_cv_func_iconv_const+set}" = set; then :
30154 $as_echo_n "(cached) " >&6
30155 else
30156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30157 /* end confdefs.h. */
30158
30159 #include <stdlib.h>
30160 #include <iconv.h>
30161 extern
30162 #ifdef __cplusplus
30163 "C"
30164 #endif
30165 #if defined(__STDC__) || defined(__cplusplus)
30166 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
30167 #else
30168 size_t iconv();
30169 #endif
30170
30171 int
30172 main ()
30173 {
30174
30175 ;
30176 return 0;
30177 }
30178 _ACEOF
30179 if ac_fn_c_try_compile "$LINENO"; then :
30180 wx_cv_func_iconv_const="no"
30181 else
30182 wx_cv_func_iconv_const="yes"
30183
30184 fi
30185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30186
30187 fi
30188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_iconv_const" >&5
30189 $as_echo "$wx_cv_func_iconv_const" >&6; }
30190
30191 iconv_const=
30192 if test "x$wx_cv_func_iconv_const" = "xyes"; then
30193 iconv_const="const"
30194 fi
30195
30196
30197 cat >>confdefs.h <<_ACEOF
30198 #define ICONV_CONST $iconv_const
30199 _ACEOF
30200
30201 fi
30202 LIBICONV=
30203 if test "$am_cv_lib_iconv" = yes; then
30204 LIBICONV="-liconv"
30205 fi
30206
30207
30208 LIBS="$LIBICONV $LIBS"
30209 fi
30210
30211 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
30212 for ac_func in sigaction
30213 do :
30214 ac_fn_c_check_func "$LINENO" "sigaction" "ac_cv_func_sigaction"
30215 if test "x$ac_cv_func_sigaction" = x""yes; then :
30216 cat >>confdefs.h <<_ACEOF
30217 #define HAVE_SIGACTION 1
30218 _ACEOF
30219
30220 fi
30221 done
30222
30223
30224 if test "$ac_cv_func_sigaction" = "no"; then
30225 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
30226 $as_echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
30227 wxUSE_ON_FATAL_EXCEPTION=no
30228 fi
30229
30230 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
30231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sa_handler type" >&5
30232 $as_echo_n "checking for sa_handler type... " >&6; }
30233 if test "${wx_cv_type_sa_handler+set}" = set; then :
30234 $as_echo_n "(cached) " >&6
30235 else
30236
30237 ac_ext=cpp
30238 ac_cpp='$CXXCPP $CPPFLAGS'
30239 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30240 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30241 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30242
30243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30244 /* end confdefs.h. */
30245 #include <signal.h>
30246 int
30247 main ()
30248 {
30249
30250 extern void testSigHandler(int);
30251
30252 struct sigaction sa;
30253 sa.sa_handler = testSigHandler;
30254
30255 ;
30256 return 0;
30257 }
30258 _ACEOF
30259 if ac_fn_cxx_try_compile "$LINENO"; then :
30260
30261 wx_cv_type_sa_handler=int
30262
30263 else
30264
30265 wx_cv_type_sa_handler=void
30266
30267 fi
30268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30269 ac_ext=c
30270 ac_cpp='$CPP $CPPFLAGS'
30271 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30272 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30273 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30274
30275
30276 fi
30277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_sa_handler" >&5
30278 $as_echo "$wx_cv_type_sa_handler" >&6; }
30279
30280 cat >>confdefs.h <<_ACEOF
30281 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
30282 _ACEOF
30283
30284 fi
30285 fi
30286
30287 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
30288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for backtrace() in <execinfo.h>" >&5
30289 $as_echo_n "checking for backtrace() in <execinfo.h>... " >&6; }
30290 if test "${wx_cv_func_backtrace+set}" = set; then :
30291 $as_echo_n "(cached) " >&6
30292 else
30293
30294 ac_ext=cpp
30295 ac_cpp='$CXXCPP $CPPFLAGS'
30296 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30297 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30298 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30299
30300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30301 /* end confdefs.h. */
30302 #include <execinfo.h>
30303 int
30304 main ()
30305 {
30306
30307 void *trace[1];
30308 char **messages;
30309
30310 backtrace(trace, 1);
30311 messages = backtrace_symbols(trace, 1);
30312
30313 ;
30314 return 0;
30315 }
30316 _ACEOF
30317 if ac_fn_cxx_try_compile "$LINENO"; then :
30318 wx_cv_func_backtrace=yes
30319 else
30320 wx_cv_func_backtrace=no
30321
30322 fi
30323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30324 ac_ext=c
30325 ac_cpp='$CPP $CPPFLAGS'
30326 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30327 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30328 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30329
30330
30331
30332 fi
30333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_backtrace" >&5
30334 $as_echo "$wx_cv_func_backtrace" >&6; }
30335
30336
30337 if test "$wx_cv_func_backtrace" = "no"; then
30338 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
30339 $as_echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
30340 wxUSE_STACKWALKER=no
30341 else
30342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __cxa_demangle() in <cxxabi.h>" >&5
30343 $as_echo_n "checking for __cxa_demangle() in <cxxabi.h>... " >&6; }
30344 if test "${wx_cv_func_cxa_demangle+set}" = set; then :
30345 $as_echo_n "(cached) " >&6
30346 else
30347
30348 ac_ext=cpp
30349 ac_cpp='$CXXCPP $CPPFLAGS'
30350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30353
30354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30355 /* end confdefs.h. */
30356 #include <cxxabi.h>
30357 int
30358 main ()
30359 {
30360
30361 int rc;
30362 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
30363
30364 ;
30365 return 0;
30366 }
30367 _ACEOF
30368 if ac_fn_cxx_try_link "$LINENO"; then :
30369 wx_cv_func_cxa_demangle=yes
30370 else
30371 wx_cv_func_cxa_demangle=no
30372
30373 fi
30374 rm -f core conftest.err conftest.$ac_objext \
30375 conftest$ac_exeext conftest.$ac_ext
30376 ac_ext=c
30377 ac_cpp='$CPP $CPPFLAGS'
30378 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30379 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30380 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30381
30382
30383
30384 fi
30385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_cxa_demangle" >&5
30386 $as_echo "$wx_cv_func_cxa_demangle" >&6; }
30387
30388 if test "$wx_cv_func_cxa_demangle" = "yes"; then
30389 $as_echo "#define HAVE_CXA_DEMANGLE 1" >>confdefs.h
30390
30391 fi
30392 fi
30393 fi
30394
30395 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
30396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
30397 $as_echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
30398 wxUSE_STACKWALKER=no
30399 fi
30400
30401
30402 for ac_func in mkstemp mktemp
30403 do :
30404 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30405 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
30406 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
30407 cat >>confdefs.h <<_ACEOF
30408 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30409 _ACEOF
30410 break
30411 fi
30412 done
30413
30414
30415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statfs" >&5
30416 $as_echo_n "checking for statfs... " >&6; }
30417 if test "${wx_cv_func_statfs+set}" = set; then :
30418 $as_echo_n "(cached) " >&6
30419 else
30420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30421 /* end confdefs.h. */
30422
30423 #if defined(__BSD__)
30424 #include <sys/param.h>
30425 #include <sys/mount.h>
30426 #else
30427 #include <sys/vfs.h>
30428 #endif
30429
30430 int
30431 main ()
30432 {
30433
30434 long l;
30435 struct statfs fs;
30436 statfs("/", &fs);
30437 l = fs.f_bsize;
30438 l += fs.f_blocks;
30439 l += fs.f_bavail;
30440
30441 ;
30442 return 0;
30443 }
30444 _ACEOF
30445 if ac_fn_c_try_compile "$LINENO"; then :
30446 wx_cv_func_statfs=yes
30447 else
30448 wx_cv_func_statfs=no
30449
30450 fi
30451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30452
30453 fi
30454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statfs" >&5
30455 $as_echo "$wx_cv_func_statfs" >&6; }
30456
30457 if test "$wx_cv_func_statfs" = "yes"; then
30458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statfs declaration" >&5
30459 $as_echo_n "checking for statfs declaration... " >&6; }
30460 if test "${wx_cv_func_statfs_decl+set}" = set; then :
30461 $as_echo_n "(cached) " >&6
30462 else
30463 ac_ext=cpp
30464 ac_cpp='$CXXCPP $CPPFLAGS'
30465 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30466 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30467 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30468
30469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30470 /* end confdefs.h. */
30471
30472 #if defined(__BSD__)
30473 #include <sys/param.h>
30474 #include <sys/mount.h>
30475 #else
30476 #include <sys/vfs.h>
30477 #endif
30478
30479 int
30480 main ()
30481 {
30482
30483 struct statfs fs;
30484 statfs("", &fs);
30485
30486 ;
30487 return 0;
30488 }
30489 _ACEOF
30490 if ac_fn_cxx_try_compile "$LINENO"; then :
30491 wx_cv_func_statfs_decl=yes
30492 else
30493 wx_cv_func_statfs_decl=no
30494
30495 fi
30496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30497 ac_ext=c
30498 ac_cpp='$CPP $CPPFLAGS'
30499 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30500 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30501 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30502
30503
30504 fi
30505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statfs_decl" >&5
30506 $as_echo "$wx_cv_func_statfs_decl" >&6; }
30507
30508 if test "$wx_cv_func_statfs_decl" = "yes"; then
30509 $as_echo "#define HAVE_STATFS_DECL 1" >>confdefs.h
30510
30511 fi
30512
30513 wx_cv_type_statvfs_t="struct statfs"
30514 $as_echo "#define HAVE_STATFS 1" >>confdefs.h
30515
30516 else
30517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statvfs" >&5
30518 $as_echo_n "checking for statvfs... " >&6; }
30519 if test "${wx_cv_func_statvfs+set}" = set; then :
30520 $as_echo_n "(cached) " >&6
30521 else
30522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30523 /* end confdefs.h. */
30524
30525 #include <stddef.h>
30526 #include <sys/statvfs.h>
30527
30528 int
30529 main ()
30530 {
30531
30532 statvfs("/", NULL);
30533
30534 ;
30535 return 0;
30536 }
30537 _ACEOF
30538 if ac_fn_c_try_compile "$LINENO"; then :
30539 wx_cv_func_statvfs=yes
30540 else
30541 wx_cv_func_statvfs=no
30542
30543 fi
30544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30545
30546 fi
30547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statvfs" >&5
30548 $as_echo "$wx_cv_func_statvfs" >&6; }
30549
30550 if test "$wx_cv_func_statvfs" = "yes"; then
30551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statvfs argument type" >&5
30552 $as_echo_n "checking for statvfs argument type... " >&6; }
30553 if test "${wx_cv_type_statvfs_t+set}" = set; then :
30554 $as_echo_n "(cached) " >&6
30555 else
30556 ac_ext=cpp
30557 ac_cpp='$CXXCPP $CPPFLAGS'
30558 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30559 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30560 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30561
30562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30563 /* end confdefs.h. */
30564
30565 #include <sys/statvfs.h>
30566
30567 int
30568 main ()
30569 {
30570
30571 long l;
30572 statvfs_t fs;
30573 statvfs("/", &fs);
30574 l = fs.f_bsize;
30575 l += fs.f_blocks;
30576 l += fs.f_bavail;
30577
30578 ;
30579 return 0;
30580 }
30581 _ACEOF
30582 if ac_fn_cxx_try_compile "$LINENO"; then :
30583 wx_cv_type_statvfs_t=statvfs_t
30584 else
30585
30586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30587 /* end confdefs.h. */
30588
30589 #include <sys/statvfs.h>
30590
30591 int
30592 main ()
30593 {
30594
30595 long l;
30596 struct statvfs fs;
30597 statvfs("/", &fs);
30598 l = fs.f_bsize;
30599 l += fs.f_blocks;
30600 l += fs.f_bavail;
30601
30602 ;
30603 return 0;
30604 }
30605 _ACEOF
30606 if ac_fn_cxx_try_compile "$LINENO"; then :
30607 wx_cv_type_statvfs_t="struct statvfs"
30608 else
30609 wx_cv_type_statvfs_t="unknown"
30610
30611 fi
30612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30613
30614
30615 fi
30616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30617 ac_ext=c
30618 ac_cpp='$CPP $CPPFLAGS'
30619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30622
30623
30624 fi
30625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_statvfs_t" >&5
30626 $as_echo "$wx_cv_type_statvfs_t" >&6; }
30627
30628 if test "$wx_cv_type_statvfs_t" != "unknown"; then
30629 $as_echo "#define HAVE_STATVFS 1" >>confdefs.h
30630
30631 fi
30632 else
30633 wx_cv_type_statvfs_t="unknown"
30634 fi
30635 fi
30636
30637 if test "$wx_cv_type_statvfs_t" != "unknown"; then
30638 cat >>confdefs.h <<_ACEOF
30639 #define WX_STATFS_T $wx_cv_type_statvfs_t
30640 _ACEOF
30641
30642 else
30643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
30644 $as_echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
30645 fi
30646
30647 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
30648 for ac_func in fcntl flock
30649 do :
30650 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30651 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
30652 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
30653 cat >>confdefs.h <<_ACEOF
30654 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30655 _ACEOF
30656 break
30657 fi
30658 done
30659
30660
30661 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
30662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxSingleInstanceChecker not available" >&5
30663 $as_echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
30664 wxUSE_SNGLINST_CHECKER=no
30665 fi
30666 fi
30667
30668 for ac_func in setenv putenv
30669 do :
30670 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30671 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
30672 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
30673 cat >>confdefs.h <<_ACEOF
30674 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30675 _ACEOF
30676 break
30677 fi
30678 done
30679
30680 if test "$ac_cv_func_setenv" = "yes"; then
30681 for ac_func in unsetenv
30682 do :
30683 ac_fn_c_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv"
30684 if test "x$ac_cv_func_unsetenv" = x""yes; then :
30685 cat >>confdefs.h <<_ACEOF
30686 #define HAVE_UNSETENV 1
30687 _ACEOF
30688
30689 fi
30690 done
30691
30692 fi
30693
30694 HAVE_SOME_SLEEP_FUNC=0
30695 if test "$USE_BEOS" = 1; then
30696 $as_echo "#define HAVE_SLEEP 1" >>confdefs.h
30697
30698 HAVE_SOME_SLEEP_FUNC=1
30699 fi
30700
30701 if test "$USE_DARWIN" = 1; then
30702 $as_echo "#define HAVE_USLEEP 1" >>confdefs.h
30703
30704 HAVE_SOME_SLEEP_FUNC=1
30705 fi
30706
30707 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
30708 POSIX4_LINK=
30709 for ac_func in nanosleep
30710 do :
30711 ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
30712 if test "x$ac_cv_func_nanosleep" = x""yes; then :
30713 cat >>confdefs.h <<_ACEOF
30714 #define HAVE_NANOSLEEP 1
30715 _ACEOF
30716 $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
30717
30718 else
30719
30720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lposix4" >&5
30721 $as_echo_n "checking for nanosleep in -lposix4... " >&6; }
30722 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then :
30723 $as_echo_n "(cached) " >&6
30724 else
30725 ac_check_lib_save_LIBS=$LIBS
30726 LIBS="-lposix4 $LIBS"
30727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30728 /* end confdefs.h. */
30729
30730 /* Override any GCC internal prototype to avoid an error.
30731 Use char because int might match the return type of a GCC
30732 builtin and then its argument prototype would still apply. */
30733 #ifdef __cplusplus
30734 extern "C"
30735 #endif
30736 char nanosleep ();
30737 int
30738 main ()
30739 {
30740 return nanosleep ();
30741 ;
30742 return 0;
30743 }
30744 _ACEOF
30745 if ac_fn_c_try_link "$LINENO"; then :
30746 ac_cv_lib_posix4_nanosleep=yes
30747 else
30748 ac_cv_lib_posix4_nanosleep=no
30749 fi
30750 rm -f core conftest.err conftest.$ac_objext \
30751 conftest$ac_exeext conftest.$ac_ext
30752 LIBS=$ac_check_lib_save_LIBS
30753 fi
30754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_nanosleep" >&5
30755 $as_echo "$ac_cv_lib_posix4_nanosleep" >&6; }
30756 if test "x$ac_cv_lib_posix4_nanosleep" = x""yes; then :
30757
30758 $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
30759
30760 POSIX4_LINK=" -lposix4"
30761
30762 else
30763
30764
30765 for wx_func in usleep
30766 do
30767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30768 $as_echo_n "checking for $wx_func... " >&6; }
30769 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
30770 $as_echo_n "(cached) " >&6
30771 else
30772
30773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30774 /* end confdefs.h. */
30775
30776
30777
30778 $ac_includes_default
30779
30780 int
30781 main ()
30782 {
30783
30784 #ifndef $wx_func
30785 &$wx_func;
30786 #endif
30787
30788
30789 ;
30790 return 0;
30791 }
30792
30793 _ACEOF
30794 if ac_fn_c_try_link "$LINENO"; then :
30795 eval wx_cv_func_$wx_func=yes
30796 else
30797 eval wx_cv_func_$wx_func=no
30798 fi
30799 rm -f core conftest.err conftest.$ac_objext \
30800 conftest$ac_exeext conftest.$ac_ext
30801
30802 fi
30803 eval ac_res=\$wx_cv_func_$wx_func
30804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30805 $as_echo "$ac_res" >&6; }
30806
30807 if eval test \$wx_cv_func_$wx_func = yes
30808 then
30809 cat >>confdefs.h <<_ACEOF
30810 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30811 _ACEOF
30812
30813
30814 else
30815 :
30816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxSleep() function will not work" >&5
30817 $as_echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
30818
30819 fi
30820 done
30821
30822
30823
30824 fi
30825
30826
30827
30828 fi
30829 done
30830
30831 fi
30832
30833
30834 for wx_func in uname
30835 do
30836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30837 $as_echo_n "checking for $wx_func... " >&6; }
30838 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
30839 $as_echo_n "(cached) " >&6
30840 else
30841
30842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30843 /* end confdefs.h. */
30844
30845
30846 #include <sys/utsname.h>
30847 $ac_includes_default
30848
30849 int
30850 main ()
30851 {
30852
30853 #ifndef $wx_func
30854 &$wx_func;
30855 #endif
30856
30857
30858 ;
30859 return 0;
30860 }
30861
30862 _ACEOF
30863 if ac_fn_c_try_link "$LINENO"; then :
30864 eval wx_cv_func_$wx_func=yes
30865 else
30866 eval wx_cv_func_$wx_func=no
30867 fi
30868 rm -f core conftest.err conftest.$ac_objext \
30869 conftest$ac_exeext conftest.$ac_ext
30870
30871 fi
30872 eval ac_res=\$wx_cv_func_$wx_func
30873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30874 $as_echo "$ac_res" >&6; }
30875
30876 if eval test \$wx_cv_func_$wx_func = yes
30877 then
30878 cat >>confdefs.h <<_ACEOF
30879 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30880 _ACEOF
30881
30882
30883 else
30884 :
30885
30886 fi
30887 done
30888
30889 if test "$wx_cv_func_uname" != yes; then
30890
30891 for wx_func in gethostname
30892 do
30893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30894 $as_echo_n "checking for $wx_func... " >&6; }
30895 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
30896 $as_echo_n "(cached) " >&6
30897 else
30898
30899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30900 /* end confdefs.h. */
30901
30902
30903
30904 $ac_includes_default
30905
30906 int
30907 main ()
30908 {
30909
30910 #ifndef $wx_func
30911 &$wx_func;
30912 #endif
30913
30914
30915 ;
30916 return 0;
30917 }
30918
30919 _ACEOF
30920 if ac_fn_c_try_link "$LINENO"; then :
30921 eval wx_cv_func_$wx_func=yes
30922 else
30923 eval wx_cv_func_$wx_func=no
30924 fi
30925 rm -f core conftest.err conftest.$ac_objext \
30926 conftest$ac_exeext conftest.$ac_ext
30927
30928 fi
30929 eval ac_res=\$wx_cv_func_$wx_func
30930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30931 $as_echo "$ac_res" >&6; }
30932
30933 if eval test \$wx_cv_func_$wx_func = yes
30934 then
30935 cat >>confdefs.h <<_ACEOF
30936 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30937 _ACEOF
30938
30939
30940 else
30941 :
30942
30943 fi
30944 done
30945
30946 fi
30947
30948
30949 for wx_func in strtok_r
30950 do
30951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30952 $as_echo_n "checking for $wx_func... " >&6; }
30953 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
30954 $as_echo_n "(cached) " >&6
30955 else
30956
30957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30958 /* end confdefs.h. */
30959
30960
30961 #define _REENTRANT
30962 $ac_includes_default
30963
30964 int
30965 main ()
30966 {
30967
30968 #ifndef $wx_func
30969 &$wx_func;
30970 #endif
30971
30972
30973 ;
30974 return 0;
30975 }
30976
30977 _ACEOF
30978 if ac_fn_c_try_link "$LINENO"; then :
30979 eval wx_cv_func_$wx_func=yes
30980 else
30981 eval wx_cv_func_$wx_func=no
30982 fi
30983 rm -f core conftest.err conftest.$ac_objext \
30984 conftest$ac_exeext conftest.$ac_ext
30985
30986 fi
30987 eval ac_res=\$wx_cv_func_$wx_func
30988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30989 $as_echo "$ac_res" >&6; }
30990
30991 if eval test \$wx_cv_func_$wx_func = yes
30992 then
30993 cat >>confdefs.h <<_ACEOF
30994 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30995 _ACEOF
30996
30997
30998 else
30999 :
31000
31001 fi
31002 done
31003
31004
31005 INET_LINK=
31006 for ac_func in inet_addr
31007 do :
31008 ac_fn_c_check_func "$LINENO" "inet_addr" "ac_cv_func_inet_addr"
31009 if test "x$ac_cv_func_inet_addr" = x""yes; then :
31010 cat >>confdefs.h <<_ACEOF
31011 #define HAVE_INET_ADDR 1
31012 _ACEOF
31013 $as_echo "#define HAVE_INET_ADDR 1" >>confdefs.h
31014
31015 else
31016
31017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lnsl" >&5
31018 $as_echo_n "checking for inet_addr in -lnsl... " >&6; }
31019 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then :
31020 $as_echo_n "(cached) " >&6
31021 else
31022 ac_check_lib_save_LIBS=$LIBS
31023 LIBS="-lnsl $LIBS"
31024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31025 /* end confdefs.h. */
31026
31027 /* Override any GCC internal prototype to avoid an error.
31028 Use char because int might match the return type of a GCC
31029 builtin and then its argument prototype would still apply. */
31030 #ifdef __cplusplus
31031 extern "C"
31032 #endif
31033 char inet_addr ();
31034 int
31035 main ()
31036 {
31037 return inet_addr ();
31038 ;
31039 return 0;
31040 }
31041 _ACEOF
31042 if ac_fn_c_try_link "$LINENO"; then :
31043 ac_cv_lib_nsl_inet_addr=yes
31044 else
31045 ac_cv_lib_nsl_inet_addr=no
31046 fi
31047 rm -f core conftest.err conftest.$ac_objext \
31048 conftest$ac_exeext conftest.$ac_ext
31049 LIBS=$ac_check_lib_save_LIBS
31050 fi
31051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_inet_addr" >&5
31052 $as_echo "$ac_cv_lib_nsl_inet_addr" >&6; }
31053 if test "x$ac_cv_lib_nsl_inet_addr" = x""yes; then :
31054 INET_LINK="nsl"
31055 else
31056
31057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lresolv" >&5
31058 $as_echo_n "checking for inet_addr in -lresolv... " >&6; }
31059 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then :
31060 $as_echo_n "(cached) " >&6
31061 else
31062 ac_check_lib_save_LIBS=$LIBS
31063 LIBS="-lresolv $LIBS"
31064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31065 /* end confdefs.h. */
31066
31067 /* Override any GCC internal prototype to avoid an error.
31068 Use char because int might match the return type of a GCC
31069 builtin and then its argument prototype would still apply. */
31070 #ifdef __cplusplus
31071 extern "C"
31072 #endif
31073 char inet_addr ();
31074 int
31075 main ()
31076 {
31077 return inet_addr ();
31078 ;
31079 return 0;
31080 }
31081 _ACEOF
31082 if ac_fn_c_try_link "$LINENO"; then :
31083 ac_cv_lib_resolv_inet_addr=yes
31084 else
31085 ac_cv_lib_resolv_inet_addr=no
31086 fi
31087 rm -f core conftest.err conftest.$ac_objext \
31088 conftest$ac_exeext conftest.$ac_ext
31089 LIBS=$ac_check_lib_save_LIBS
31090 fi
31091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_inet_addr" >&5
31092 $as_echo "$ac_cv_lib_resolv_inet_addr" >&6; }
31093 if test "x$ac_cv_lib_resolv_inet_addr" = x""yes; then :
31094 INET_LINK="resolv"
31095 else
31096
31097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lsocket" >&5
31098 $as_echo_n "checking for inet_addr in -lsocket... " >&6; }
31099 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then :
31100 $as_echo_n "(cached) " >&6
31101 else
31102 ac_check_lib_save_LIBS=$LIBS
31103 LIBS="-lsocket $LIBS"
31104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31105 /* end confdefs.h. */
31106
31107 /* Override any GCC internal prototype to avoid an error.
31108 Use char because int might match the return type of a GCC
31109 builtin and then its argument prototype would still apply. */
31110 #ifdef __cplusplus
31111 extern "C"
31112 #endif
31113 char inet_addr ();
31114 int
31115 main ()
31116 {
31117 return inet_addr ();
31118 ;
31119 return 0;
31120 }
31121 _ACEOF
31122 if ac_fn_c_try_link "$LINENO"; then :
31123 ac_cv_lib_socket_inet_addr=yes
31124 else
31125 ac_cv_lib_socket_inet_addr=no
31126 fi
31127 rm -f core conftest.err conftest.$ac_objext \
31128 conftest$ac_exeext conftest.$ac_ext
31129 LIBS=$ac_check_lib_save_LIBS
31130 fi
31131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_inet_addr" >&5
31132 $as_echo "$ac_cv_lib_socket_inet_addr" >&6; }
31133 if test "x$ac_cv_lib_socket_inet_addr" = x""yes; then :
31134 INET_LINK="socket"
31135
31136 fi
31137
31138
31139
31140 fi
31141
31142
31143
31144 fi
31145
31146
31147
31148 fi
31149 done
31150
31151
31152 for ac_func in inet_aton
31153 do :
31154 ac_fn_c_check_func "$LINENO" "inet_aton" "ac_cv_func_inet_aton"
31155 if test "x$ac_cv_func_inet_aton" = x""yes; then :
31156 cat >>confdefs.h <<_ACEOF
31157 #define HAVE_INET_ATON 1
31158 _ACEOF
31159 $as_echo "#define HAVE_INET_ATON 1" >>confdefs.h
31160
31161 else
31162
31163 as_ac_Lib=`$as_echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
31164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_aton in -l$INET_LINK" >&5
31165 $as_echo_n "checking for inet_aton in -l$INET_LINK... " >&6; }
31166 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
31167 $as_echo_n "(cached) " >&6
31168 else
31169 ac_check_lib_save_LIBS=$LIBS
31170 LIBS="-l$INET_LINK $LIBS"
31171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31172 /* end confdefs.h. */
31173
31174 /* Override any GCC internal prototype to avoid an error.
31175 Use char because int might match the return type of a GCC
31176 builtin and then its argument prototype would still apply. */
31177 #ifdef __cplusplus
31178 extern "C"
31179 #endif
31180 char inet_aton ();
31181 int
31182 main ()
31183 {
31184 return inet_aton ();
31185 ;
31186 return 0;
31187 }
31188 _ACEOF
31189 if ac_fn_c_try_link "$LINENO"; then :
31190 eval "$as_ac_Lib=yes"
31191 else
31192 eval "$as_ac_Lib=no"
31193 fi
31194 rm -f core conftest.err conftest.$ac_objext \
31195 conftest$ac_exeext conftest.$ac_ext
31196 LIBS=$ac_check_lib_save_LIBS
31197 fi
31198 eval ac_res=\$$as_ac_Lib
31199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31200 $as_echo "$ac_res" >&6; }
31201 if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
31202 $as_echo "#define HAVE_INET_ATON 1" >>confdefs.h
31203
31204 fi
31205
31206
31207 fi
31208 done
31209
31210
31211 if test "x$INET_LINK" != "x"; then
31212 $as_echo "#define HAVE_INET_ADDR 1" >>confdefs.h
31213
31214 INET_LINK=" -l$INET_LINK"
31215 fi
31216
31217
31218 for wx_func in fdopen
31219 do
31220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31221 $as_echo_n "checking for $wx_func... " >&6; }
31222 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
31223 $as_echo_n "(cached) " >&6
31224 else
31225
31226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31227 /* end confdefs.h. */
31228
31229
31230
31231 $ac_includes_default
31232
31233 int
31234 main ()
31235 {
31236
31237 #ifndef $wx_func
31238 &$wx_func;
31239 #endif
31240
31241
31242 ;
31243 return 0;
31244 }
31245
31246 _ACEOF
31247 if ac_fn_c_try_link "$LINENO"; then :
31248 eval wx_cv_func_$wx_func=yes
31249 else
31250 eval wx_cv_func_$wx_func=no
31251 fi
31252 rm -f core conftest.err conftest.$ac_objext \
31253 conftest$ac_exeext conftest.$ac_ext
31254
31255 fi
31256 eval ac_res=\$wx_cv_func_$wx_func
31257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31258 $as_echo "$ac_res" >&6; }
31259
31260 if eval test \$wx_cv_func_$wx_func = yes
31261 then
31262 cat >>confdefs.h <<_ACEOF
31263 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31264 _ACEOF
31265
31266
31267 else
31268 :
31269
31270 fi
31271 done
31272
31273
31274 if test "$wxUSE_TARSTREAM" = "yes"; then
31275
31276 for wx_func in sysconf
31277 do
31278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31279 $as_echo_n "checking for $wx_func... " >&6; }
31280 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
31281 $as_echo_n "(cached) " >&6
31282 else
31283
31284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31285 /* end confdefs.h. */
31286
31287
31288
31289 $ac_includes_default
31290
31291 int
31292 main ()
31293 {
31294
31295 #ifndef $wx_func
31296 &$wx_func;
31297 #endif
31298
31299
31300 ;
31301 return 0;
31302 }
31303
31304 _ACEOF
31305 if ac_fn_c_try_link "$LINENO"; then :
31306 eval wx_cv_func_$wx_func=yes
31307 else
31308 eval wx_cv_func_$wx_func=no
31309 fi
31310 rm -f core conftest.err conftest.$ac_objext \
31311 conftest$ac_exeext conftest.$ac_ext
31312
31313 fi
31314 eval ac_res=\$wx_cv_func_$wx_func
31315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31316 $as_echo "$ac_res" >&6; }
31317
31318 if eval test \$wx_cv_func_$wx_func = yes
31319 then
31320 cat >>confdefs.h <<_ACEOF
31321 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31322 _ACEOF
31323
31324
31325 else
31326 :
31327
31328 fi
31329 done
31330
31331
31332
31333 for wx_func in getpwuid_r
31334 do
31335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31336 $as_echo_n "checking for $wx_func... " >&6; }
31337 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
31338 $as_echo_n "(cached) " >&6
31339 else
31340
31341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31342 /* end confdefs.h. */
31343
31344
31345
31346 #define _REENTRANT
31347 #include <pwd.h>
31348
31349 $ac_includes_default
31350
31351 int
31352 main ()
31353 {
31354
31355 #ifndef $wx_func
31356 &$wx_func;
31357 #endif
31358
31359 struct passwd pw, *ppw;
31360 char buf[1024];
31361 getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
31362
31363
31364 ;
31365 return 0;
31366 }
31367
31368 _ACEOF
31369 if ac_fn_c_try_link "$LINENO"; then :
31370 eval wx_cv_func_$wx_func=yes
31371 else
31372 eval wx_cv_func_$wx_func=no
31373 fi
31374 rm -f core conftest.err conftest.$ac_objext \
31375 conftest$ac_exeext conftest.$ac_ext
31376
31377 fi
31378 eval ac_res=\$wx_cv_func_$wx_func
31379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31380 $as_echo "$ac_res" >&6; }
31381
31382 if eval test \$wx_cv_func_$wx_func = yes
31383 then
31384 cat >>confdefs.h <<_ACEOF
31385 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31386 _ACEOF
31387
31388
31389 else
31390 :
31391
31392 fi
31393 done
31394
31395
31396
31397 for wx_func in getgrgid_r
31398 do
31399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31400 $as_echo_n "checking for $wx_func... " >&6; }
31401 if eval "test \"\${wx_cv_func_$wx_func+set}\"" = set; then :
31402 $as_echo_n "(cached) " >&6
31403 else
31404
31405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31406 /* end confdefs.h. */
31407
31408
31409
31410 #define _REENTRANT
31411 #include <grp.h>
31412
31413 $ac_includes_default
31414
31415 int
31416 main ()
31417 {
31418
31419 #ifndef $wx_func
31420 &$wx_func;
31421 #endif
31422
31423 struct group grp, *pgrp;
31424 char buf[1024];
31425 getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
31426
31427
31428 ;
31429 return 0;
31430 }
31431
31432 _ACEOF
31433 if ac_fn_c_try_link "$LINENO"; then :
31434 eval wx_cv_func_$wx_func=yes
31435 else
31436 eval wx_cv_func_$wx_func=no
31437 fi
31438 rm -f core conftest.err conftest.$ac_objext \
31439 conftest$ac_exeext conftest.$ac_ext
31440
31441 fi
31442 eval ac_res=\$wx_cv_func_$wx_func
31443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31444 $as_echo "$ac_res" >&6; }
31445
31446 if eval test \$wx_cv_func_$wx_func = yes
31447 then
31448 cat >>confdefs.h <<_ACEOF
31449 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31450 _ACEOF
31451
31452
31453 else
31454 :
31455
31456 fi
31457 done
31458
31459 fi
31460
31461 fi
31462
31463
31464
31465 cat >confcache <<\_ACEOF
31466 # This file is a shell script that caches the results of configure
31467 # tests run on this system so they can be shared between configure
31468 # scripts and configure runs, see configure's option --config-cache.
31469 # It is not useful on other systems. If it contains results you don't
31470 # want to keep, you may remove or edit it.
31471 #
31472 # config.status only pays attention to the cache file if you give it
31473 # the --recheck option to rerun configure.
31474 #
31475 # `ac_cv_env_foo' variables (set or unset) will be overridden when
31476 # loading this file, other *unset* `ac_cv_foo' will be assigned the
31477 # following values.
31478
31479 _ACEOF
31480
31481 # The following way of writing the cache mishandles newlines in values,
31482 # but we know of no workaround that is simple, portable, and efficient.
31483 # So, we kill variables containing newlines.
31484 # Ultrix sh set writes to stderr and can't be redirected directly,
31485 # and sets the high bit in the cache file unless we assign to the vars.
31486 (
31487 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
31488 eval ac_val=\$$ac_var
31489 case $ac_val in #(
31490 *${as_nl}*)
31491 case $ac_var in #(
31492 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
31493 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
31494 esac
31495 case $ac_var in #(
31496 _ | IFS | as_nl) ;; #(
31497 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
31498 *) { eval $ac_var=; unset $ac_var;} ;;
31499 esac ;;
31500 esac
31501 done
31502
31503 (set) 2>&1 |
31504 case $as_nl`(ac_space=' '; set) 2>&1` in #(
31505 *${as_nl}ac_space=\ *)
31506 # `set' does not quote correctly, so add quotes: double-quote
31507 # substitution turns \\\\ into \\, and sed turns \\ into \.
31508 sed -n \
31509 "s/'/'\\\\''/g;
31510 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
31511 ;; #(
31512 *)
31513 # `set' quotes correctly as required by POSIX, so do not add quotes.
31514 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
31515 ;;
31516 esac |
31517 sort
31518 ) |
31519 sed '
31520 /^ac_cv_env_/b end
31521 t clear
31522 :clear
31523 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
31524 t end
31525 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
31526 :end' >>confcache
31527 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
31528 if test -w "$cache_file"; then
31529 test "x$cache_file" != "x/dev/null" &&
31530 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
31531 $as_echo "$as_me: updating cache $cache_file" >&6;}
31532 cat confcache >$cache_file
31533 else
31534 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
31535 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
31536 fi
31537 fi
31538 rm -f confcache
31539
31540
31541 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
31542
31543
31544 THREADS_LINK=
31545 THREADS_CFLAGS=
31546
31547 if test "$wxUSE_THREADS" = "yes" ; then
31548 if test "$USE_BEOS" = 1; then
31549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: BeOS threads are not yet supported... disabled" >&5
31550 $as_echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
31551 wxUSE_THREADS="no"
31552 fi
31553 fi
31554
31555 if test "$wxUSE_THREADS" = "yes" ; then
31556
31557
31558 THREAD_OPTS="-pthread"
31559 if test "x$SUNCXX" = xyes; then
31560 THREAD_OPTS="-mt lthread $THREAD_OPTS"
31561 fi
31562
31563 case "${host}" in
31564 *-*-solaris2* | *-*-sunos4* )
31565 if test "x$GCC" = "xyes"; then
31566 THREAD_OPTS="-pthreads $THREAD_OPTS"
31567 fi
31568 ;;
31569 *-*-freebsd*)
31570 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
31571 ;;
31572 *-*-darwin* | *-*-cygwin* )
31573 THREAD_OPTS=""
31574 ;;
31575 *-*-aix*)
31576 THREAD_OPTS="pthreads"
31577 ;;
31578 *-hp-hpux* )
31579 if test "x$GCC" = "xyes"; then
31580 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
31581 THREAD_OPTS=""
31582 else
31583 THREAD_OPTS="-mt"
31584 fi
31585 ;;
31586
31587 *-*-irix* )
31588 if test "x$GCC" = "xyes"; then
31589 THREAD_OPTS=""
31590 fi
31591 ;;
31592
31593 *-*-qnx*)
31594 THREAD_OPTS=""
31595 ;;
31596
31597 *-*-*UnixWare*)
31598 if test "x$GCC" != "xyes"; then
31599 THREAD_OPTS="-Ethread"
31600 fi
31601 ;;
31602 esac
31603
31604 case "${host}" in
31605 *-*-qnx*)
31606 THREAD_OPTS="none pthread"
31607 ;;
31608
31609 *)
31610 THREAD_OPTS="$THREAD_OPTS pthread none"
31611 ;;
31612 esac
31613
31614 THREADS_OK=no
31615 for flag in $THREAD_OPTS; do
31616 case $flag in
31617 none)
31618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5
31619 $as_echo_n "checking whether pthreads work without any flags... " >&6; }
31620 ;;
31621
31622 -*)
31623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5
31624 $as_echo_n "checking whether pthreads work with $flag... " >&6; }
31625 THREADS_CFLAGS="$flag"
31626 ;;
31627
31628 *)
31629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5
31630 $as_echo_n "checking for the pthreads library -l$flag... " >&6; }
31631 THREADS_LINK="-l$flag"
31632 ;;
31633 esac
31634
31635 save_LIBS="$LIBS"
31636 save_CFLAGS="$CFLAGS"
31637 LIBS="$THREADS_LINK $LIBS"
31638 CFLAGS="$THREADS_CFLAGS $CFLAGS"
31639
31640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31641 /* end confdefs.h. */
31642 #include <pthread.h>
31643 int
31644 main ()
31645 {
31646 pthread_create(0,0,0,0);
31647 ;
31648 return 0;
31649 }
31650 _ACEOF
31651 if ac_fn_c_try_link "$LINENO"; then :
31652 THREADS_OK=yes
31653 fi
31654 rm -f core conftest.err conftest.$ac_objext \
31655 conftest$ac_exeext conftest.$ac_ext
31656
31657 LIBS="$save_LIBS"
31658 CFLAGS="$save_CFLAGS"
31659
31660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THREADS_OK" >&5
31661 $as_echo "$THREADS_OK" >&6; }
31662 if test "x$THREADS_OK" = "xyes"; then
31663 break;
31664 fi
31665
31666 THREADS_LINK=""
31667 THREADS_CFLAGS=""
31668 done
31669
31670 if test "x$THREADS_OK" != "xyes"; then
31671 wxUSE_THREADS=no
31672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No thread support on this system... disabled" >&5
31673 $as_echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
31674 else
31675 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
31676 WXCONFIG_LDFLAGS="$THREADS_CFLAGS $WXCONFIG_LDFLAGS"
31677 LIBS="$THREADS_LINK $LIBS"
31678
31679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5
31680 $as_echo_n "checking if more special flags are required for pthreads... " >&6; }
31681 flag=no
31682 case "${host}" in
31683 *-aix*)
31684 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
31685 WXCONFIG_LDFLAGS="-L/usr/lib/threads $WXCONFIG_LDFLAGS"
31686 flag="-D_THREAD_SAFE"
31687 ;;
31688 *-freebsd*)
31689 flag="-D_THREAD_SAFE"
31690 ;;
31691 *-hp-hpux* )
31692 flag="-D_REENTRANT"
31693 if test "x$GCC" != "xyes"; then
31694 flag="$flag -D_RWSTD_MULTI_THREAD"
31695 fi
31696 ;;
31697 *solaris* | alpha*-osf*)
31698 flag="-D_REENTRANT"
31699 ;;
31700 esac
31701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5
31702 $as_echo "${flag}" >&6; }
31703 if test "x$flag" != xno; then
31704 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
31705 fi
31706
31707 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
31708 fi
31709 fi
31710
31711 if test "$wxUSE_THREADS" = "yes" ; then
31712 for ac_func in pthread_setconcurrency
31713 do :
31714 ac_fn_c_check_func "$LINENO" "pthread_setconcurrency" "ac_cv_func_pthread_setconcurrency"
31715 if test "x$ac_cv_func_pthread_setconcurrency" = x""yes; then :
31716 cat >>confdefs.h <<_ACEOF
31717 #define HAVE_PTHREAD_SETCONCURRENCY 1
31718 _ACEOF
31719 $as_echo "#define HAVE_PTHREAD_SET_CONCURRENCY 1" >>confdefs.h
31720
31721 else
31722
31723 for ac_func in thr_setconcurrency
31724 do :
31725 ac_fn_c_check_func "$LINENO" "thr_setconcurrency" "ac_cv_func_thr_setconcurrency"
31726 if test "x$ac_cv_func_thr_setconcurrency" = x""yes; then :
31727 cat >>confdefs.h <<_ACEOF
31728 #define HAVE_THR_SETCONCURRENCY 1
31729 _ACEOF
31730 $as_echo "#define HAVE_THR_SETCONCURRENCY 1" >>confdefs.h
31731
31732 else
31733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Setting thread concurrency will not work properly" >&5
31734 $as_echo "$as_me: WARNING: Setting thread concurrency will not work properly" >&2;}
31735 fi
31736 done
31737
31738
31739 fi
31740 done
31741
31742
31743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_cleanup_push/pop" >&5
31744 $as_echo_n "checking for pthread_cleanup_push/pop... " >&6; }
31745 if test "${wx_cv_func_pthread_cleanup+set}" = set; then :
31746 $as_echo_n "(cached) " >&6
31747 else
31748
31749 ac_ext=cpp
31750 ac_cpp='$CXXCPP $CPPFLAGS'
31751 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31752 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31753 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31754
31755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31756 /* end confdefs.h. */
31757 #include <pthread.h>
31758 void ThreadCleanupFunc(void *p);
31759
31760 int
31761 main ()
31762 {
31763
31764 void *p;
31765 pthread_cleanup_push(ThreadCleanupFunc, p);
31766 pthread_cleanup_pop(0);
31767
31768 ;
31769 return 0;
31770 }
31771 _ACEOF
31772 if ac_fn_cxx_try_compile "$LINENO"; then :
31773
31774 wx_cv_func_pthread_cleanup=yes
31775
31776 else
31777
31778 wx_cv_func_pthread_cleanup=no
31779
31780
31781 fi
31782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31783 ac_ext=c
31784 ac_cpp='$CPP $CPPFLAGS'
31785 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31786 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31787 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31788
31789
31790 fi
31791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_pthread_cleanup" >&5
31792 $as_echo "$wx_cv_func_pthread_cleanup" >&6; }
31793 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
31794 $as_echo "#define wxHAVE_PTHREAD_CLEANUP 1" >>confdefs.h
31795
31796 fi
31797
31798 for ac_header in sched.h
31799 do :
31800 ac_fn_c_check_header_compile "$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default
31801 "
31802 if test "x$ac_cv_header_sched_h" = x""yes; then :
31803 cat >>confdefs.h <<_ACEOF
31804 #define HAVE_SCHED_H 1
31805 _ACEOF
31806
31807 fi
31808
31809 done
31810
31811 if test "$ac_cv_header_sched_h" = "yes"; then
31812 ac_fn_c_check_func "$LINENO" "sched_yield" "ac_cv_func_sched_yield"
31813 if test "x$ac_cv_func_sched_yield" = x""yes; then :
31814 $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
31815
31816 else
31817
31818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5
31819 $as_echo_n "checking for sched_yield in -lposix4... " >&6; }
31820 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then :
31821 $as_echo_n "(cached) " >&6
31822 else
31823 ac_check_lib_save_LIBS=$LIBS
31824 LIBS="-lposix4 $LIBS"
31825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31826 /* end confdefs.h. */
31827
31828 /* Override any GCC internal prototype to avoid an error.
31829 Use char because int might match the return type of a GCC
31830 builtin and then its argument prototype would still apply. */
31831 #ifdef __cplusplus
31832 extern "C"
31833 #endif
31834 char sched_yield ();
31835 int
31836 main ()
31837 {
31838 return sched_yield ();
31839 ;
31840 return 0;
31841 }
31842 _ACEOF
31843 if ac_fn_c_try_link "$LINENO"; then :
31844 ac_cv_lib_posix4_sched_yield=yes
31845 else
31846 ac_cv_lib_posix4_sched_yield=no
31847 fi
31848 rm -f core conftest.err conftest.$ac_objext \
31849 conftest$ac_exeext conftest.$ac_ext
31850 LIBS=$ac_check_lib_save_LIBS
31851 fi
31852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5
31853 $as_echo "$ac_cv_lib_posix4_sched_yield" >&6; }
31854 if test "x$ac_cv_lib_posix4_sched_yield" = x""yes; then :
31855 $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
31856 POSIX4_LINK=" -lposix4"
31857 else
31858 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxThread::Yield will not work properly" >&5
31859 $as_echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
31860
31861 fi
31862
31863
31864
31865 fi
31866
31867 fi
31868
31869 HAVE_PRIOR_FUNCS=0
31870 ac_fn_c_check_func "$LINENO" "pthread_attr_getschedpolicy" "ac_cv_func_pthread_attr_getschedpolicy"
31871 if test "x$ac_cv_func_pthread_attr_getschedpolicy" = x""yes; then :
31872 ac_fn_c_check_func "$LINENO" "pthread_attr_setschedparam" "ac_cv_func_pthread_attr_setschedparam"
31873 if test "x$ac_cv_func_pthread_attr_setschedparam" = x""yes; then :
31874 ac_fn_c_check_func "$LINENO" "sched_get_priority_max" "ac_cv_func_sched_get_priority_max"
31875 if test "x$ac_cv_func_sched_get_priority_max" = x""yes; then :
31876 HAVE_PRIOR_FUNCS=1
31877 else
31878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_get_priority_max in -lposix4" >&5
31879 $as_echo_n "checking for sched_get_priority_max in -lposix4... " >&6; }
31880 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then :
31881 $as_echo_n "(cached) " >&6
31882 else
31883 ac_check_lib_save_LIBS=$LIBS
31884 LIBS="-lposix4 $LIBS"
31885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31886 /* end confdefs.h. */
31887
31888 /* Override any GCC internal prototype to avoid an error.
31889 Use char because int might match the return type of a GCC
31890 builtin and then its argument prototype would still apply. */
31891 #ifdef __cplusplus
31892 extern "C"
31893 #endif
31894 char sched_get_priority_max ();
31895 int
31896 main ()
31897 {
31898 return sched_get_priority_max ();
31899 ;
31900 return 0;
31901 }
31902 _ACEOF
31903 if ac_fn_c_try_link "$LINENO"; then :
31904 ac_cv_lib_posix4_sched_get_priority_max=yes
31905 else
31906 ac_cv_lib_posix4_sched_get_priority_max=no
31907 fi
31908 rm -f core conftest.err conftest.$ac_objext \
31909 conftest$ac_exeext conftest.$ac_ext
31910 LIBS=$ac_check_lib_save_LIBS
31911 fi
31912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
31913 $as_echo "$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
31914 if test "x$ac_cv_lib_posix4_sched_get_priority_max" = x""yes; then :
31915
31916 HAVE_PRIOR_FUNCS=1
31917 POSIX4_LINK=" -lposix4"
31918
31919 fi
31920
31921
31922 fi
31923
31924
31925 fi
31926
31927
31928 fi
31929
31930
31931 if test "$HAVE_PRIOR_FUNCS" = 1; then
31932 $as_echo "#define HAVE_THREAD_PRIORITY_FUNCTIONS 1" >>confdefs.h
31933
31934 else
31935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Setting thread priority will not work" >&5
31936 $as_echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
31937 fi
31938
31939 ac_fn_c_check_func "$LINENO" "pthread_cancel" "ac_cv_func_pthread_cancel"
31940 if test "x$ac_cv_func_pthread_cancel" = x""yes; then :
31941 $as_echo "#define HAVE_PTHREAD_CANCEL 1" >>confdefs.h
31942
31943 else
31944 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxThread::Kill() will not work properly" >&5
31945 $as_echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
31946 fi
31947
31948
31949 ac_fn_c_check_func "$LINENO" "pthread_mutex_timedlock" "ac_cv_func_pthread_mutex_timedlock"
31950 if test "x$ac_cv_func_pthread_mutex_timedlock" = x""yes; then :
31951 $as_echo "#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1" >>confdefs.h
31952
31953 else
31954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMutex::LockTimeout() will not work" >&5
31955 $as_echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
31956 fi
31957
31958
31959 ac_fn_c_check_func "$LINENO" "pthread_attr_setstacksize" "ac_cv_func_pthread_attr_setstacksize"
31960 if test "x$ac_cv_func_pthread_attr_setstacksize" = x""yes; then :
31961 $as_echo "#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1" >>confdefs.h
31962
31963 fi
31964
31965
31966
31967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_t" >&5
31968 $as_echo_n "checking for pthread_mutexattr_t... " >&6; }
31969 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then :
31970 $as_echo_n "(cached) " >&6
31971 else
31972
31973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31974 /* end confdefs.h. */
31975 #include <pthread.h>
31976 int
31977 main ()
31978 {
31979
31980 pthread_mutexattr_t attr;
31981 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
31982
31983 ;
31984 return 0;
31985 }
31986 _ACEOF
31987 if ac_fn_c_try_compile "$LINENO"; then :
31988 wx_cv_type_pthread_mutexattr_t=yes
31989 else
31990 wx_cv_type_pthread_mutexattr_t=no
31991
31992 fi
31993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31994
31995 fi
31996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_pthread_mutexattr_t" >&5
31997 $as_echo "$wx_cv_type_pthread_mutexattr_t" >&6; }
31998
31999 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
32000 $as_echo "#define HAVE_PTHREAD_MUTEXATTR_T 1" >>confdefs.h
32001
32002
32003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_settype declaration" >&5
32004 $as_echo_n "checking for pthread_mutexattr_settype declaration... " >&6; }
32005 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then :
32006 $as_echo_n "(cached) " >&6
32007 else
32008
32009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32010 /* end confdefs.h. */
32011 #include <pthread.h>
32012 int
32013 main ()
32014 {
32015
32016 pthread_mutexattr_t attr;
32017 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32018
32019 ;
32020 return 0;
32021 }
32022 _ACEOF
32023 if ac_fn_c_try_compile "$LINENO"; then :
32024 wx_cv_func_pthread_mutexattr_settype_decl=yes
32025 else
32026 wx_cv_func_pthread_mutexattr_settype_decl=no
32027
32028 fi
32029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32030
32031 fi
32032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
32033 $as_echo "$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
32034 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
32035 $as_echo "#define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1" >>confdefs.h
32036
32037 fi
32038 else
32039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
32040 $as_echo_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... " >&6; }
32041 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then :
32042 $as_echo_n "(cached) " >&6
32043 else
32044
32045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32046 /* end confdefs.h. */
32047 #include <pthread.h>
32048 int
32049 main ()
32050 {
32051
32052 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
32053
32054 ;
32055 return 0;
32056 }
32057 _ACEOF
32058 if ac_fn_c_try_compile "$LINENO"; then :
32059
32060 wx_cv_type_pthread_rec_mutex_init=yes
32061
32062 else
32063
32064 wx_cv_type_pthread_rec_mutex_init=no
32065
32066
32067 fi
32068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32069
32070 fi
32071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_pthread_rec_mutex_init" >&5
32072 $as_echo "$wx_cv_type_pthread_rec_mutex_init" >&6; }
32073 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
32074 $as_echo "#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1" >>confdefs.h
32075
32076 else
32077 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMutex won't be recursive on this platform" >&5
32078 $as_echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
32079 fi
32080 fi
32081
32082 if test "$wxUSE_COMPILER_TLS" = "auto"; then
32083 if test "$USE_NETBSD" = 1; then
32084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
32085 $as_echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
32086 wxUSE_COMPILER_TLS=no
32087 else
32088 wxUSE_COMPILER_TLS=yes
32089 fi
32090 fi
32091
32092 if test "$wxUSE_COMPILER_TLS" = "yes"; then
32093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __thread keyword" >&5
32094 $as_echo_n "checking for __thread keyword... " >&6; }
32095 if test "${wx_cv_cc___thread+set}" = set; then :
32096 $as_echo_n "(cached) " >&6
32097 else
32098
32099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32100 /* end confdefs.h. */
32101 #include <pthread.h>
32102 int
32103 main ()
32104 {
32105
32106 static __thread int n = 0;
32107 static __thread int *p = 0;
32108
32109 ;
32110 return 0;
32111 }
32112 _ACEOF
32113 if ac_fn_c_try_compile "$LINENO"; then :
32114 wx_cv_cc___thread=yes
32115 else
32116 wx_cv_cc___thread=no
32117
32118 fi
32119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32120
32121
32122 fi
32123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc___thread" >&5
32124 $as_echo "$wx_cv_cc___thread" >&6; }
32125
32126 if test "$wx_cv_cc___thread" = "yes"; then
32127
32128 GXX_VERSION=""
32129
32130
32131
32132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -dumpversion option" >&5
32133 $as_echo_n "checking if gcc accepts -dumpversion option... " >&6; }
32134
32135 if test "x$GCC" = "xyes" ; then :
32136
32137 if test -z "" ; then :
32138
32139 ax_gcc_option_test="int main()
32140 {
32141 return 0;
32142 }"
32143
32144 else
32145
32146 ax_gcc_option_test=""
32147
32148 fi
32149
32150 # Dump the test program to file
32151 cat <<EOF > conftest.c
32152 $ax_gcc_option_test
32153 EOF
32154
32155 # Dump back the file to the log, useful for debugging purposes
32156 { ac_try='cat conftest.c 1>&5'
32157 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32158 (eval $ac_try) 2>&5
32159 ac_status=$?
32160 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32161 test $ac_status = 0; }; }
32162
32163 if { ac_try='$CC -dumpversion -c conftest.c 1>&5'
32164 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32165 (eval $ac_try) 2>&5
32166 ac_status=$?
32167 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32168 test $ac_status = 0; }; } ; then :
32169
32170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32171 $as_echo "yes" >&6; }
32172
32173 ax_gcc_version_option=yes
32174
32175
32176 else
32177
32178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32179 $as_echo "no" >&6; }
32180
32181 ax_gcc_version_option=no
32182
32183
32184 fi
32185
32186 else
32187
32188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no gcc available" >&5
32189 $as_echo "no gcc available" >&6; }
32190
32191 fi
32192
32193 if test "x$GXX" = "xyes"; then :
32194
32195 if test "x$ax_gxx_version_option" != "no"; then :
32196
32197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking gxx version" >&5
32198 $as_echo_n "checking gxx version... " >&6; }
32199 if test "${ax_cv_gxx_version+set}" = set; then :
32200 $as_echo_n "(cached) " >&6
32201 else
32202
32203 ax_cv_gxx_version="`$CXX -dumpversion`"
32204 if test "x$ax_cv_gxx_version" = "x"; then :
32205
32206 ax_cv_gxx_version=""
32207
32208 fi
32209
32210 fi
32211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gxx_version" >&5
32212 $as_echo "$ax_cv_gxx_version" >&6; }
32213 GXX_VERSION=$ax_cv_gxx_version
32214
32215 fi
32216
32217 fi
32218
32219
32220 if test -n "$ax_cv_gxx_version"; then
32221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __thread support in g++ is usable" >&5
32222 $as_echo_n "checking whether __thread support in g++ is usable... " >&6; }
32223 case "$ax_cv_gxx_version" in
32224 1.* | 2.* | 3.* )
32225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, it's broken" >&5
32226 $as_echo "no, it's broken" >&6; }
32227 wx_cv_cc___thread=no
32228 ;;
32229 *)
32230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, it works" >&5
32231 $as_echo "yes, it works" >&6; }
32232 ;;
32233 esac
32234 fi
32235 fi
32236
32237 if test "$wx_cv_cc___thread" = "yes"; then
32238 $as_echo "#define HAVE___THREAD_KEYWORD 1" >>confdefs.h
32239
32240 fi
32241 fi
32242 fi
32243
32244 else
32245 if test "$wxUSE_THREADS" = "yes" ; then
32246 case "${host}" in
32247 x86_64-*-mingw32* )
32248 ;;
32249 *-*-mingw32* )
32250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports -mthreads" >&5
32251 $as_echo_n "checking if compiler supports -mthreads... " >&6; }
32252 if test "${wx_cv_cflags_mthread+set}" = set; then :
32253 $as_echo_n "(cached) " >&6
32254 else
32255
32256 CFLAGS_OLD="$CFLAGS"
32257 CFLAGS="-mthreads $CFLAGS"
32258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32259 /* end confdefs.h. */
32260
32261 int
32262 main ()
32263 {
32264
32265 ;
32266 return 0;
32267 }
32268 _ACEOF
32269 if ac_fn_c_try_compile "$LINENO"; then :
32270 wx_cv_cflags_mthread=yes
32271 else
32272 wx_cv_cflags_mthread=no
32273
32274 fi
32275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32276
32277
32278 fi
32279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cflags_mthread" >&5
32280 $as_echo "$wx_cv_cflags_mthread" >&6; }
32281
32282 if test "$wx_cv_cflags_mthread" = "yes"; then
32283 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
32284 LDFLAGS="$LDFLAGS -mthreads"
32285 else
32286 CFLAGS="$CFLAGS_OLD"
32287 fi
32288 ;;
32289 *-pc-os2*emx )
32290 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
32291 LDFLAGS="$LDFLAGS -Zmt"
32292 ;;
32293 esac
32294 fi
32295 fi
32296
32297 ac_fn_c_check_func "$LINENO" "localtime_r" "ac_cv_func_localtime_r"
32298 if test "x$ac_cv_func_localtime_r" = x""yes; then :
32299 $as_echo "#define HAVE_LOCALTIME_R 1" >>confdefs.h
32300
32301 fi
32302
32303 ac_fn_c_check_func "$LINENO" "gmtime_r" "ac_cv_func_gmtime_r"
32304 if test "x$ac_cv_func_gmtime_r" = x""yes; then :
32305 $as_echo "#define HAVE_GMTIME_R 1" >>confdefs.h
32306
32307 fi
32308
32309
32310
32311
32312 ac_ext=c
32313 ac_cpp='$CPP $CPPFLAGS'
32314 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32315 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32316 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32317
32318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how many arguments gethostbyname_r() takes" >&5
32319 $as_echo_n "checking how many arguments gethostbyname_r() takes... " >&6; }
32320
32321 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then :
32322 $as_echo_n "(cached) " >&6
32323 else
32324
32325
32326 ################################################################
32327
32328 ac_cv_func_which_gethostbyname_r=unknown
32329
32330 #
32331 # ONE ARGUMENT (sanity check)
32332 #
32333
32334 # This should fail, as there is no variant of gethostbyname_r() that takes
32335 # a single argument. If it actually compiles, then we can assume that
32336 # netdb.h is not declaring the function, and the compiler is thereby
32337 # assuming an implicit prototype. In which case, we're out of luck.
32338 #
32339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32340 /* end confdefs.h. */
32341 #include <netdb.h>
32342 int
32343 main ()
32344 {
32345
32346 char *name = "www.gnu.org";
32347 (void)gethostbyname_r(name) /* ; */
32348
32349
32350 ;
32351 return 0;
32352 }
32353 _ACEOF
32354 if ac_fn_c_try_compile "$LINENO"; then :
32355 ac_cv_func_which_gethostbyname_r=no
32356
32357 fi
32358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32359
32360 #
32361 # SIX ARGUMENTS
32362 # (e.g. Linux)
32363 #
32364
32365 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32366
32367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32368 /* end confdefs.h. */
32369 #include <netdb.h>
32370 int
32371 main ()
32372 {
32373
32374 char *name = "www.gnu.org";
32375 struct hostent ret, *retp;
32376 char buf[1024];
32377 int buflen = 1024;
32378 int my_h_errno;
32379 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
32380
32381
32382 ;
32383 return 0;
32384 }
32385 _ACEOF
32386 if ac_fn_c_try_compile "$LINENO"; then :
32387 ac_cv_func_which_gethostbyname_r=six
32388
32389 fi
32390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32391
32392 fi
32393
32394 #
32395 # FIVE ARGUMENTS
32396 # (e.g. Solaris)
32397 #
32398
32399 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32400
32401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32402 /* end confdefs.h. */
32403 #include <netdb.h>
32404 int
32405 main ()
32406 {
32407
32408 char *name = "www.gnu.org";
32409 struct hostent ret;
32410 char buf[1024];
32411 int buflen = 1024;
32412 int my_h_errno;
32413 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
32414
32415
32416 ;
32417 return 0;
32418 }
32419 _ACEOF
32420 if ac_fn_c_try_compile "$LINENO"; then :
32421 ac_cv_func_which_gethostbyname_r=five
32422
32423 fi
32424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32425
32426 fi
32427
32428 #
32429 # THREE ARGUMENTS
32430 # (e.g. AIX, HP-UX, Tru64)
32431 #
32432
32433 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32434
32435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32436 /* end confdefs.h. */
32437 #include <netdb.h>
32438 int
32439 main ()
32440 {
32441
32442 char *name = "www.gnu.org";
32443 struct hostent ret;
32444 struct hostent_data data;
32445 (void)gethostbyname_r(name, &ret, &data) /* ; */
32446
32447
32448 ;
32449 return 0;
32450 }
32451 _ACEOF
32452 if ac_fn_c_try_compile "$LINENO"; then :
32453 ac_cv_func_which_gethostbyname_r=three
32454
32455 fi
32456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32457
32458 fi
32459
32460 ################################################################
32461
32462
32463 fi
32464
32465 case "$ac_cv_func_which_gethostbyname_r" in
32466 three)
32467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: three" >&5
32468 $as_echo "three" >&6; }
32469 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_3 1" >>confdefs.h
32470
32471 ;;
32472
32473 five)
32474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: five" >&5
32475 $as_echo "five" >&6; }
32476 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_5 1" >>confdefs.h
32477
32478 ;;
32479
32480 six)
32481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: six" >&5
32482 $as_echo "six" >&6; }
32483 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_6 1" >>confdefs.h
32484
32485 ;;
32486
32487 no)
32488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot find function declaration in netdb.h" >&5
32489 $as_echo "cannot find function declaration in netdb.h" >&6; }
32490 ;;
32491
32492 unknown)
32493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: can't tell" >&5
32494 $as_echo "can't tell" >&6; }
32495 ;;
32496
32497 *)
32498 as_fn_error $? "internal error" "$LINENO" 5
32499 ;;
32500 esac
32501
32502 ac_ext=c
32503 ac_cpp='$CPP $CPPFLAGS'
32504 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32505 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32506 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32507
32508
32509
32510 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
32511 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
32512 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
32513 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
32514 $as_echo "#define HAVE_GETHOSTBYNAME 1" >>confdefs.h
32515
32516 fi
32517
32518 fi
32519
32520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how many arguments getservbyname_r() takes" >&5
32521 $as_echo_n "checking how many arguments getservbyname_r() takes... " >&6; }
32522 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then :
32523 $as_echo_n "(cached) " >&6
32524 else
32525
32526 ac_ext=cpp
32527 ac_cpp='$CXXCPP $CPPFLAGS'
32528 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32529 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32530 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32531
32532
32533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32534 /* end confdefs.h. */
32535 #include <netdb.h>
32536 int
32537 main ()
32538 {
32539
32540 char *name;
32541 char *proto;
32542 struct servent *se, *res;
32543 char buffer[2048];
32544 int buflen = 2048;
32545 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
32546
32547 ;
32548 return 0;
32549 }
32550 _ACEOF
32551 if ac_fn_cxx_try_compile "$LINENO"; then :
32552 ac_cv_func_which_getservbyname_r=six
32553 else
32554
32555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32556 /* end confdefs.h. */
32557 #include <netdb.h>
32558 int
32559 main ()
32560 {
32561
32562 char *name;
32563 char *proto;
32564 struct servent *se;
32565 char buffer[2048];
32566 int buflen = 2048;
32567 (void) getservbyname_r(name, proto, se, buffer, buflen)
32568
32569 ;
32570 return 0;
32571 }
32572 _ACEOF
32573 if ac_fn_cxx_try_compile "$LINENO"; then :
32574 ac_cv_func_which_getservbyname_r=five
32575 else
32576
32577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32578 /* end confdefs.h. */
32579 #include <netdb.h>
32580 int
32581 main ()
32582 {
32583
32584 char *name;
32585 char *proto;
32586 struct servent *se;
32587 struct servent_data data;
32588 (void) getservbyname_r(name, proto, se, &data);
32589
32590 ;
32591 return 0;
32592 }
32593 _ACEOF
32594 if ac_fn_cxx_try_compile "$LINENO"; then :
32595 ac_cv_func_which_getservbyname_r=four
32596 else
32597 ac_cv_func_which_getservbyname_r=no
32598
32599 fi
32600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32601
32602
32603 fi
32604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32605
32606
32607 fi
32608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32609 ac_ext=c
32610 ac_cpp='$CPP $CPPFLAGS'
32611 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32612 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32613 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32614
32615
32616
32617 fi
32618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_which_getservbyname_r" >&5
32619 $as_echo "$ac_cv_func_which_getservbyname_r" >&6; }
32620
32621 if test $ac_cv_func_which_getservbyname_r = six; then
32622 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_6 1" >>confdefs.h
32623
32624 elif test $ac_cv_func_which_getservbyname_r = five; then
32625 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_5 1" >>confdefs.h
32626
32627 elif test $ac_cv_func_which_getservbyname_r = four; then
32628 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_4 1" >>confdefs.h
32629
32630 fi
32631
32632
32633 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
32634 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
32635 for ac_func in getservbyname
32636 do :
32637 ac_fn_c_check_func "$LINENO" "getservbyname" "ac_cv_func_getservbyname"
32638 if test "x$ac_cv_func_getservbyname" = x""yes; then :
32639 cat >>confdefs.h <<_ACEOF
32640 #define HAVE_GETSERVBYNAME 1
32641 _ACEOF
32642 $as_echo "#define HAVE_GETSERVBYNAME 1" >>confdefs.h
32643
32644 fi
32645 done
32646
32647 fi
32648
32649 $as_echo "#define wxUSE_COMPILER_TLS 1" >>confdefs.h
32650
32651
32652 if test "$wxUSE_THREADS" = "yes"; then
32653 $as_echo "#define wxUSE_THREADS 1" >>confdefs.h
32654
32655
32656 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
32657 else
32658 if test "$wx_cv_func_strtok_r" = "yes"; then
32659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -D_REENTRANT is needed" >&5
32660 $as_echo_n "checking if -D_REENTRANT is needed... " >&6; }
32661 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
32662 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
32663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32664 $as_echo "yes" >&6; }
32665 else
32666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32667 $as_echo "no" >&6; }
32668 fi
32669 fi
32670 fi
32671
32672 if test "$WXGTK3" = 1 ; then
32673 cat >>confdefs.h <<_ACEOF
32674 #define __WXGTK3__ 1
32675 _ACEOF
32676
32677 WXGTK2=1
32678 fi
32679 if test "$WXGTK2" = 1 ; then
32680 cat >>confdefs.h <<_ACEOF
32681 #define __WXGTK20__ $WXGTK2
32682 _ACEOF
32683
32684 fi
32685
32686 if test "$WXGTK127" = 1 ; then
32687 cat >>confdefs.h <<_ACEOF
32688 #define __WXGTK127__ $WXGTK127
32689 _ACEOF
32690
32691 fi
32692
32693 if test "$WXGPE" = 1 ; then
32694 cat >>confdefs.h <<_ACEOF
32695 #define __WXGPE__ $WXGPE
32696 _ACEOF
32697
32698 fi
32699
32700 DEBUG_CFLAGS=
32701 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev/null`; then
32702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
32703 $as_echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
32704 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
32705 DEBUG_CFLAGS="-g"
32706 fi
32707
32708 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
32709 wxUSE_DEBUG_INFO=yes
32710 if test "$GCC" = yes; then
32711 DEBUG_CFLAGS="-ggdb"
32712 fi
32713 fi
32714
32715 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
32716 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=0"
32717
32718 if test "$wxUSE_GTK" = 1 ; then
32719 if test "$WXGTK2" = 1 ; then
32720 CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS"
32721 else
32722 CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
32723 fi
32724 fi
32725 fi
32726
32727 if test "$wxUSE_MEM_TRACING" = "yes" ; then
32728 $as_echo "#define wxUSE_MEMORY_TRACING 1" >>confdefs.h
32729
32730 $as_echo "#define wxUSE_GLOBAL_MEMORY_OPERATORS 1" >>confdefs.h
32731
32732 $as_echo "#define wxUSE_DEBUG_NEW_ALWAYS 1" >>confdefs.h
32733
32734 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
32735 fi
32736
32737 if test "$wxUSE_DMALLOC" = "yes" ; then
32738 DMALLOC_LIBS="-ldmallocthcxx"
32739 fi
32740
32741 PROFILE_FLAGS=
32742 if test "$wxUSE_PROFILE" = "yes" ; then
32743 PROFILE_FLAGS=" -pg"
32744 fi
32745
32746 if test "$GCC" = "yes" ; then
32747 if test "$wxUSE_NO_RTTI" = "yes" ; then
32748 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -DwxNO_RTTI -fno-rtti"
32749 fi
32750 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
32751 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
32752 fi
32753 if test "$wxUSE_PERMISSIVE" = "yes" ; then
32754 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
32755 fi
32756
32757 case "${host}" in
32758 powerpc*-*-aix* )
32759 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
32760 ;;
32761 *-hppa* )
32762 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
32763 ;;
32764 esac
32765 fi
32766
32767 OPTIMISE_CFLAGS=
32768 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev/null`; then
32769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
32770 $as_echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
32771 else
32772 if test "$wxUSE_OPTIMISE" = "no" ; then
32773 if test "$GCC" = yes ; then
32774 OPTIMISE_CFLAGS="-O0"
32775 fi
32776 else
32777 if test "$GCC" = yes ; then
32778 case "${host}" in
32779 *-pc-os2_emx | *-pc-os2-emx )
32780 OPTIMISE_CFLAGS="-O2"
32781 ;;
32782 *)
32783 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
32784 ;;
32785 esac
32786 else
32787 OPTIMISE_CFLAGS="-O"
32788 fi
32789 fi
32790 fi
32791
32792
32793 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
32794 $as_echo "#define WXWIN_COMPATIBILITY_2_6 1" >>confdefs.h
32795
32796
32797 WXWIN_COMPATIBILITY_2_8="yes"
32798 fi
32799
32800 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
32801 $as_echo "#define WXWIN_COMPATIBILITY_2_8 1" >>confdefs.h
32802
32803 fi
32804
32805
32806 if test "$wxUSE_GUI" = "yes"; then
32807 $as_echo "#define wxUSE_GUI 1" >>confdefs.h
32808
32809
32810 fi
32811
32812
32813 if test "$wxUSE_UNIX" = "yes"; then
32814 $as_echo "#define wxUSE_UNIX 1" >>confdefs.h
32815
32816 fi
32817
32818
32819 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
32820
32821 HAVE_DL_FUNCS=0
32822 HAVE_SHL_FUNCS=0
32823 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
32824 if test "$USE_DOS" = 1; then
32825 HAVE_DL_FUNCS=0
32826 else
32827 for ac_func in dlopen
32828 do :
32829 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
32830 if test "x$ac_cv_func_dlopen" = x""yes; then :
32831 cat >>confdefs.h <<_ACEOF
32832 #define HAVE_DLOPEN 1
32833 _ACEOF
32834
32835 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
32836
32837 HAVE_DL_FUNCS=1
32838
32839 else
32840
32841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
32842 $as_echo_n "checking for dlopen in -ldl... " >&6; }
32843 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
32844 $as_echo_n "(cached) " >&6
32845 else
32846 ac_check_lib_save_LIBS=$LIBS
32847 LIBS="-ldl $LIBS"
32848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32849 /* end confdefs.h. */
32850
32851 /* Override any GCC internal prototype to avoid an error.
32852 Use char because int might match the return type of a GCC
32853 builtin and then its argument prototype would still apply. */
32854 #ifdef __cplusplus
32855 extern "C"
32856 #endif
32857 char dlopen ();
32858 int
32859 main ()
32860 {
32861 return dlopen ();
32862 ;
32863 return 0;
32864 }
32865 _ACEOF
32866 if ac_fn_c_try_link "$LINENO"; then :
32867 ac_cv_lib_dl_dlopen=yes
32868 else
32869 ac_cv_lib_dl_dlopen=no
32870 fi
32871 rm -f core conftest.err conftest.$ac_objext \
32872 conftest$ac_exeext conftest.$ac_ext
32873 LIBS=$ac_check_lib_save_LIBS
32874 fi
32875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
32876 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
32877 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
32878
32879 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
32880
32881 HAVE_DL_FUNCS=1
32882 DL_LINK=" -ldl$DL_LINK"
32883
32884 else
32885
32886 for ac_func in shl_load
32887 do :
32888 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
32889 if test "x$ac_cv_func_shl_load" = x""yes; then :
32890 cat >>confdefs.h <<_ACEOF
32891 #define HAVE_SHL_LOAD 1
32892 _ACEOF
32893
32894 $as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
32895
32896 HAVE_SHL_FUNCS=1
32897
32898 else
32899
32900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld in -lshl_load" >&5
32901 $as_echo_n "checking for dld in -lshl_load... " >&6; }
32902 if test "${ac_cv_lib_shl_load_dld+set}" = set; then :
32903 $as_echo_n "(cached) " >&6
32904 else
32905 ac_check_lib_save_LIBS=$LIBS
32906 LIBS="-lshl_load $LIBS"
32907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32908 /* end confdefs.h. */
32909
32910 /* Override any GCC internal prototype to avoid an error.
32911 Use char because int might match the return type of a GCC
32912 builtin and then its argument prototype would still apply. */
32913 #ifdef __cplusplus
32914 extern "C"
32915 #endif
32916 char dld ();
32917 int
32918 main ()
32919 {
32920 return dld ();
32921 ;
32922 return 0;
32923 }
32924 _ACEOF
32925 if ac_fn_c_try_link "$LINENO"; then :
32926 ac_cv_lib_shl_load_dld=yes
32927 else
32928 ac_cv_lib_shl_load_dld=no
32929 fi
32930 rm -f core conftest.err conftest.$ac_objext \
32931 conftest$ac_exeext conftest.$ac_ext
32932 LIBS=$ac_check_lib_save_LIBS
32933 fi
32934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_shl_load_dld" >&5
32935 $as_echo "$ac_cv_lib_shl_load_dld" >&6; }
32936 if test "x$ac_cv_lib_shl_load_dld" = x""yes; then :
32937
32938 HAVE_SHL_FUNCS=1
32939 DL_LINK=" -ldld$DL_LINK"
32940
32941 fi
32942
32943
32944 fi
32945 done
32946
32947
32948 fi
32949
32950
32951 fi
32952 done
32953
32954
32955 if test "$HAVE_DL_FUNCS" = 1; then
32956 for ac_func in dlerror
32957 do :
32958 ac_fn_c_check_func "$LINENO" "dlerror" "ac_cv_func_dlerror"
32959 if test "x$ac_cv_func_dlerror" = x""yes; then :
32960 cat >>confdefs.h <<_ACEOF
32961 #define HAVE_DLERROR 1
32962 _ACEOF
32963 $as_echo "#define HAVE_DLERROR 1" >>confdefs.h
32964
32965 else
32966
32967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlerror in -ldl" >&5
32968 $as_echo_n "checking for dlerror in -ldl... " >&6; }
32969 if test "${ac_cv_lib_dl_dlerror+set}" = set; then :
32970 $as_echo_n "(cached) " >&6
32971 else
32972 ac_check_lib_save_LIBS=$LIBS
32973 LIBS="-ldl $LIBS"
32974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32975 /* end confdefs.h. */
32976
32977 /* Override any GCC internal prototype to avoid an error.
32978 Use char because int might match the return type of a GCC
32979 builtin and then its argument prototype would still apply. */
32980 #ifdef __cplusplus
32981 extern "C"
32982 #endif
32983 char dlerror ();
32984 int
32985 main ()
32986 {
32987 return dlerror ();
32988 ;
32989 return 0;
32990 }
32991 _ACEOF
32992 if ac_fn_c_try_link "$LINENO"; then :
32993 ac_cv_lib_dl_dlerror=yes
32994 else
32995 ac_cv_lib_dl_dlerror=no
32996 fi
32997 rm -f core conftest.err conftest.$ac_objext \
32998 conftest$ac_exeext conftest.$ac_ext
32999 LIBS=$ac_check_lib_save_LIBS
33000 fi
33001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlerror" >&5
33002 $as_echo "$ac_cv_lib_dl_dlerror" >&6; }
33003 if test "x$ac_cv_lib_dl_dlerror" = x""yes; then :
33004 $as_echo "#define HAVE_DLERROR 1" >>confdefs.h
33005
33006 fi
33007
33008
33009
33010 fi
33011 done
33012
33013 fi
33014 fi
33015
33016 if test "$USE_DARWIN" = 1; then
33017 HAVE_DL_FUNCS=1
33018 fi
33019
33020 if test "$HAVE_DL_FUNCS" = 0; then
33021 if test "$HAVE_SHL_FUNCS" = 0; then
33022 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
33023 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Missing dynamic loading support, several features will be disabled" >&5
33024 $as_echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
33025 wxUSE_DYNAMIC_LOADER=no
33026 wxUSE_DYNLIB_CLASS=no
33027 else
33028 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming wxLibrary class works on this platform" >&5
33029 $as_echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
33030 fi
33031 fi
33032 fi
33033 fi
33034 fi
33035
33036 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
33037 $as_echo "#define wxUSE_DYNAMIC_LOADER 1" >>confdefs.h
33038
33039 fi
33040 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33041 $as_echo "#define wxUSE_DYNLIB_CLASS 1" >>confdefs.h
33042
33043 fi
33044
33045
33046
33047 if test "$wxUSE_PLUGINS" = "yes" ; then
33048 if test "$wxUSE_SHARED" = "no" ; then
33049 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins supported only in shared build, disabling" >&5
33050 $as_echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
33051 wxUSE_PLUGINS=no
33052 fi
33053 if test "$wxUSE_MONOLITHIC" = "yes" ; then
33054 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins not supported monolithic build, disabling" >&5
33055 $as_echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
33056 wxUSE_PLUGINS=no
33057 fi
33058 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
33059 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins require wxDynamicLibrary, disabling" >&5
33060 $as_echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
33061 wxUSE_PLUGINS=no
33062 fi
33063 if test "$wxUSE_PLUGINS" = "yes" ; then
33064 $as_echo "#define wxUSE_PLUGINS 1" >>confdefs.h
33065
33066 fi
33067 fi
33068
33069
33070 if test "$wxUSE_FSWATCHER" = "yes"; then
33071 if test "$wxUSE_MSW" != "1"; then
33072 if test "$wxUSE_UNIX" = "yes"; then
33073 for ac_header in sys/inotify.h
33074 do :
33075 ac_fn_c_check_header_compile "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default
33076 "
33077 if test "x$ac_cv_header_sys_inotify_h" = x""yes; then :
33078 cat >>confdefs.h <<_ACEOF
33079 #define HAVE_SYS_INOTIFY_H 1
33080 _ACEOF
33081
33082 fi
33083
33084 done
33085
33086 if test "$ac_cv_header_sys_inotify_h" = "yes"; then
33087 $as_echo "#define wxHAS_INOTIFY 1" >>confdefs.h
33088
33089 else
33090 for ac_header in sys/event.h
33091 do :
33092 ac_fn_c_check_header_compile "$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default
33093 "
33094 if test "x$ac_cv_header_sys_event_h" = x""yes; then :
33095 cat >>confdefs.h <<_ACEOF
33096 #define HAVE_SYS_EVENT_H 1
33097 _ACEOF
33098
33099 fi
33100
33101 done
33102
33103 if test "$ac_cv_header_sys_event_h" = "yes"; then
33104 $as_echo "#define wxHAS_KQUEUE 1" >>confdefs.h
33105
33106 else
33107 wxUSE_FSWATCHER=no
33108 fi
33109 fi
33110 else
33111 wxUSE_FSWATCHER=no
33112 fi
33113 else
33114 if test "$wxUSE_THREADS" != "yes"; then
33115 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&5
33116 $as_echo "$as_me: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&2;}
33117 wxUSE_FSWATCHER=no
33118 fi
33119 fi
33120
33121 if test "$wxUSE_FSWATCHER" = "yes"; then
33122 $as_echo "#define wxUSE_FSWATCHER 1" >>confdefs.h
33123
33124 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS fswatcher"
33125 else
33126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystemWatcher won't be available on this platform" >&5
33127 $as_echo "$as_me: WARNING: wxFileSystemWatcher won't be available on this platform" >&2;}
33128 fi
33129 fi
33130
33131
33132 if test "$wxUSE_STL" = "yes"; then
33133 $as_echo "#define wxUSE_STL 1" >>confdefs.h
33134
33135 fi
33136
33137 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
33138 $as_echo "#define wxUSE_EXTENDED_RTTI 1" >>confdefs.h
33139
33140 fi
33141
33142 if test "$wxUSE_ANY" = "yes"; then
33143 $as_echo "#define wxUSE_ANY 1" >>confdefs.h
33144
33145 fi
33146
33147 if test "$wxUSE_APPLE_IEEE" = "yes"; then
33148 $as_echo "#define wxUSE_APPLE_IEEE 1" >>confdefs.h
33149
33150 fi
33151
33152 if test "$wxUSE_TIMER" = "yes"; then
33153 $as_echo "#define wxUSE_TIMER 1" >>confdefs.h
33154
33155 fi
33156
33157 if test "$USE_UNIX" = 1 ; then
33158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
33159 $as_echo_n "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... " >&6; }
33160 if test "${ac_cv_header_sys_soundcard+set}" = set; then :
33161 $as_echo_n "(cached) " >&6
33162 else
33163
33164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33165 /* end confdefs.h. */
33166
33167 #include <sys/ioctl.h>
33168 #include <sys/soundcard.h>
33169
33170 int
33171 main ()
33172 {
33173
33174 ioctl(0, SNDCTL_DSP_SPEED, 0);
33175
33176 ;
33177 return 0;
33178 }
33179 _ACEOF
33180 if ac_fn_c_try_link "$LINENO"; then :
33181 ac_cv_header_sys_soundcard=yes
33182 else
33183
33184 saveLibs="$LIBS"
33185 LIBS="$saveLibs -lossaudio"
33186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33187 /* end confdefs.h. */
33188
33189 #include <sys/ioctl.h>
33190 #include <sys/soundcard.h>
33191
33192 int
33193 main ()
33194 {
33195
33196 ioctl(0, SNDCTL_DSP_SPEED, 0);
33197
33198 ;
33199 return 0;
33200 }
33201 _ACEOF
33202 if ac_fn_c_try_link "$LINENO"; then :
33203 ac_cv_header_sys_soundcard=yes
33204 else
33205
33206 LIBS="$saveLibs"
33207 ac_cv_header_sys_soundcard=no
33208
33209
33210 fi
33211 rm -f core conftest.err conftest.$ac_objext \
33212 conftest$ac_exeext conftest.$ac_ext
33213
33214
33215 fi
33216 rm -f core conftest.err conftest.$ac_objext \
33217 conftest$ac_exeext conftest.$ac_ext
33218
33219 fi
33220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_soundcard" >&5
33221 $as_echo "$ac_cv_header_sys_soundcard" >&6; }
33222
33223 if test "$ac_cv_header_sys_soundcard" = "yes"; then
33224 $as_echo "#define HAVE_SYS_SOUNDCARD_H 1" >>confdefs.h
33225
33226 fi
33227 fi
33228
33229 WITH_PLUGIN_SDL=0
33230 if test "$wxUSE_SOUND" = "yes"; then
33231 if test "$USE_UNIX" = 1 ; then
33232 if test "$wxUSE_LIBSDL" != "no"; then
33233
33234 # Check whether --with-sdl-prefix was given.
33235 if test "${with_sdl_prefix+set}" = set; then :
33236 withval=$with_sdl_prefix; sdl_prefix="$withval"
33237 else
33238 sdl_prefix=""
33239 fi
33240
33241
33242 # Check whether --with-sdl-exec-prefix was given.
33243 if test "${with_sdl_exec_prefix+set}" = set; then :
33244 withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
33245 else
33246 sdl_exec_prefix=""
33247 fi
33248
33249 # Check whether --enable-sdltest was given.
33250 if test "${enable_sdltest+set}" = set; then :
33251 enableval=$enable_sdltest;
33252 else
33253 enable_sdltest=yes
33254 fi
33255
33256
33257 if test x$sdl_exec_prefix != x ; then
33258 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
33259 if test x${SDL_CONFIG+set} != xset ; then
33260 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
33261 fi
33262 fi
33263 if test x$sdl_prefix != x ; then
33264 sdl_args="$sdl_args --prefix=$sdl_prefix"
33265 if test x${SDL_CONFIG+set} != xset ; then
33266 SDL_CONFIG=$sdl_prefix/bin/sdl-config
33267 fi
33268 fi
33269
33270 if test "x$prefix" != xNONE; then
33271 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
33272 fi
33273 # Extract the first word of "sdl-config", so it can be a program name with args.
33274 set dummy sdl-config; ac_word=$2
33275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33276 $as_echo_n "checking for $ac_word... " >&6; }
33277 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then :
33278 $as_echo_n "(cached) " >&6
33279 else
33280 case $SDL_CONFIG in
33281 [\\/]* | ?:[\\/]*)
33282 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
33283 ;;
33284 *)
33285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33286 for as_dir in $PATH
33287 do
33288 IFS=$as_save_IFS
33289 test -z "$as_dir" && as_dir=.
33290 for ac_exec_ext in '' $ac_executable_extensions; do
33291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33292 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
33293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33294 break 2
33295 fi
33296 done
33297 done
33298 IFS=$as_save_IFS
33299
33300 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
33301 ;;
33302 esac
33303 fi
33304 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
33305 if test -n "$SDL_CONFIG"; then
33306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SDL_CONFIG" >&5
33307 $as_echo "$SDL_CONFIG" >&6; }
33308 else
33309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33310 $as_echo "no" >&6; }
33311 fi
33312
33313
33314 min_sdl_version=1.2.0
33315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL - version >= $min_sdl_version" >&5
33316 $as_echo_n "checking for SDL - version >= $min_sdl_version... " >&6; }
33317 no_sdl=""
33318 if test "$SDL_CONFIG" = "no" ; then
33319 no_sdl=yes
33320 else
33321 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
33322 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
33323
33324 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
33325 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
33326 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
33327 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
33328 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
33329 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
33330 if test "x$enable_sdltest" = "xyes" ; then
33331 ac_save_CFLAGS="$CFLAGS"
33332 ac_save_CXXFLAGS="$CXXFLAGS"
33333 ac_save_LIBS="$LIBS"
33334 CFLAGS="$CFLAGS $SDL_CFLAGS"
33335 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
33336 LIBS="$LIBS $SDL_LIBS"
33337 rm -f conf.sdltest
33338 if test "$cross_compiling" = yes; then :
33339 echo $ac_n "cross compiling; assumed OK... $ac_c"
33340 else
33341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33342 /* end confdefs.h. */
33343
33344 #include <stdio.h>
33345 #include <stdlib.h>
33346 #include <string.h>
33347 #include "SDL.h"
33348
33349 char*
33350 my_strdup (char *str)
33351 {
33352 char *new_str;
33353
33354 if (str)
33355 {
33356 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
33357 strcpy (new_str, str);
33358 }
33359 else
33360 new_str = NULL;
33361
33362 return new_str;
33363 }
33364
33365 int main (int argc, char *argv[])
33366 {
33367 int major, minor, micro;
33368 char *tmp_version;
33369
33370 /* This hangs on some systems (?)
33371 system ("touch conf.sdltest");
33372 */
33373 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
33374
33375 /* HP/UX 9 (%@#!) writes to sscanf strings */
33376 tmp_version = my_strdup("$min_sdl_version");
33377 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
33378 printf("%s, bad version string\n", "$min_sdl_version");
33379 exit(1);
33380 }
33381
33382 if (($sdl_major_version > major) ||
33383 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
33384 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
33385 {
33386 return 0;
33387 }
33388 else
33389 {
33390 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
33391 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
33392 printf("*** best to upgrade to the required version.\n");
33393 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
33394 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
33395 printf("*** config.cache before re-running configure\n");
33396 return 1;
33397 }
33398 }
33399
33400
33401 _ACEOF
33402 if ac_fn_c_try_run "$LINENO"; then :
33403
33404 else
33405 no_sdl=yes
33406 fi
33407 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
33408 conftest.$ac_objext conftest.beam conftest.$ac_ext
33409 fi
33410
33411 CFLAGS="$ac_save_CFLAGS"
33412 CXXFLAGS="$ac_save_CXXFLAGS"
33413 LIBS="$ac_save_LIBS"
33414 fi
33415 fi
33416 if test "x$no_sdl" = x ; then
33417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33418 $as_echo "yes" >&6; }
33419
33420 EXTRALIBS_SDL="$SDL_LIBS"
33421 CFLAGS="$SDL_CFLAGS $CFLAGS"
33422 CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
33423 $as_echo "#define wxUSE_LIBSDL 1" >>confdefs.h
33424
33425
33426 else
33427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33428 $as_echo "no" >&6; }
33429 if test "$SDL_CONFIG" = "no" ; then
33430 echo "*** The sdl-config script installed by SDL could not be found"
33431 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
33432 echo "*** your path, or set the SDL_CONFIG environment variable to the"
33433 echo "*** full path to sdl-config."
33434 else
33435 if test -f conf.sdltest ; then
33436 :
33437 else
33438 echo "*** Could not run SDL test program, checking why..."
33439 CFLAGS="$CFLAGS $SDL_CFLAGS"
33440 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
33441 LIBS="$LIBS $SDL_LIBS"
33442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33443 /* end confdefs.h. */
33444
33445 #include <stdio.h>
33446 #include "SDL.h"
33447
33448 int main(int argc, char *argv[])
33449 { return 0; }
33450 #undef main
33451 #define main K_and_R_C_main
33452
33453 int
33454 main ()
33455 {
33456 return 0;
33457 ;
33458 return 0;
33459 }
33460 _ACEOF
33461 if ac_fn_c_try_link "$LINENO"; then :
33462 echo "*** The test program compiled, but did not run. This usually means"
33463 echo "*** that the run-time linker is not finding SDL or finding the wrong"
33464 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
33465 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
33466 echo "*** to the installed location Also, make sure you have run ldconfig if that"
33467 echo "*** is required on your system"
33468 echo "***"
33469 echo "*** If you have an old version installed, it is best to remove it, although"
33470 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
33471 else
33472 echo "*** The test program failed to compile or link. See the file config.log for the"
33473 echo "*** exact error that occurred. This usually means SDL was incorrectly installed"
33474 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
33475 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
33476 fi
33477 rm -f core conftest.err conftest.$ac_objext \
33478 conftest$ac_exeext conftest.$ac_ext
33479 CFLAGS="$ac_save_CFLAGS"
33480 CXXFLAGS="$ac_save_CXXFLAGS"
33481 LIBS="$ac_save_LIBS"
33482 fi
33483 fi
33484 SDL_CFLAGS=""
33485 SDL_LIBS=""
33486 wxUSE_LIBSDL="no"
33487 fi
33488
33489
33490 rm -f conf.sdltest
33491
33492 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
33493 WITH_PLUGIN_SDL=1
33494 fi
33495 fi
33496 fi
33497 fi
33498
33499 if test "$wxUSE_SOUND" = "yes"; then
33500 $as_echo "#define wxUSE_SOUND 1" >>confdefs.h
33501
33502 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
33503 fi
33504
33505 if test "$WXGTK2" = 1; then
33506
33507
33508 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
33509 if test -n "$ac_tool_prefix"; then
33510 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
33511 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
33512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33513 $as_echo_n "checking for $ac_word... " >&6; }
33514 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
33515 $as_echo_n "(cached) " >&6
33516 else
33517 case $PKG_CONFIG in
33518 [\\/]* | ?:[\\/]*)
33519 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
33520 ;;
33521 *)
33522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33523 for as_dir in $PATH
33524 do
33525 IFS=$as_save_IFS
33526 test -z "$as_dir" && as_dir=.
33527 for ac_exec_ext in '' $ac_executable_extensions; do
33528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33529 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
33530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33531 break 2
33532 fi
33533 done
33534 done
33535 IFS=$as_save_IFS
33536
33537 ;;
33538 esac
33539 fi
33540 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
33541 if test -n "$PKG_CONFIG"; then
33542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
33543 $as_echo "$PKG_CONFIG" >&6; }
33544 else
33545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33546 $as_echo "no" >&6; }
33547 fi
33548
33549
33550 fi
33551 if test -z "$ac_cv_path_PKG_CONFIG"; then
33552 ac_pt_PKG_CONFIG=$PKG_CONFIG
33553 # Extract the first word of "pkg-config", so it can be a program name with args.
33554 set dummy pkg-config; ac_word=$2
33555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33556 $as_echo_n "checking for $ac_word... " >&6; }
33557 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
33558 $as_echo_n "(cached) " >&6
33559 else
33560 case $ac_pt_PKG_CONFIG in
33561 [\\/]* | ?:[\\/]*)
33562 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
33563 ;;
33564 *)
33565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33566 for as_dir in $PATH
33567 do
33568 IFS=$as_save_IFS
33569 test -z "$as_dir" && as_dir=.
33570 for ac_exec_ext in '' $ac_executable_extensions; do
33571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33572 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
33573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33574 break 2
33575 fi
33576 done
33577 done
33578 IFS=$as_save_IFS
33579
33580 ;;
33581 esac
33582 fi
33583 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
33584 if test -n "$ac_pt_PKG_CONFIG"; then
33585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
33586 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
33587 else
33588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33589 $as_echo "no" >&6; }
33590 fi
33591
33592 if test "x$ac_pt_PKG_CONFIG" = x; then
33593 PKG_CONFIG=""
33594 else
33595 case $cross_compiling:$ac_tool_warned in
33596 yes:)
33597 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
33598 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
33599 ac_tool_warned=yes ;;
33600 esac
33601 PKG_CONFIG=$ac_pt_PKG_CONFIG
33602 fi
33603 else
33604 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
33605 fi
33606
33607 fi
33608 if test -n "$PKG_CONFIG"; then
33609 _pkg_min_version=0.9.0
33610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
33611 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
33612 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
33613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33614 $as_echo "yes" >&6; }
33615 else
33616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33617 $as_echo "no" >&6; }
33618 PKG_CONFIG=""
33619 fi
33620
33621 fi
33622
33623 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
33624
33625 if test "$wxUSE_GTKPRINT" = "yes" ; then
33626 if test "$WXGTK3" = 1; then
33627 gtk_unix_print="gtk+-unix-print-3.0"
33628 else
33629 gtk_unix_print="gtk+-unix-print-2.0 >= 2.10"
33630 fi
33631
33632 pkg_failed=no
33633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKPRINT" >&5
33634 $as_echo_n "checking for GTKPRINT... " >&6; }
33635
33636 if test -n "$PKG_CONFIG"; then
33637 if test -n "$GTKPRINT_CFLAGS"; then
33638 pkg_cv_GTKPRINT_CFLAGS="$GTKPRINT_CFLAGS"
33639 else
33640 if test -n "$PKG_CONFIG" && \
33641 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_unix_print\""; } >&5
33642 ($PKG_CONFIG --exists --print-errors "$gtk_unix_print") 2>&5
33643 ac_status=$?
33644 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33645 test $ac_status = 0; }; then
33646 pkg_cv_GTKPRINT_CFLAGS=`$PKG_CONFIG --cflags "$gtk_unix_print" 2>/dev/null`
33647 else
33648 pkg_failed=yes
33649 fi
33650 fi
33651 else
33652 pkg_failed=untried
33653 fi
33654 if test -n "$PKG_CONFIG"; then
33655 if test -n "$GTKPRINT_LIBS"; then
33656 pkg_cv_GTKPRINT_LIBS="$GTKPRINT_LIBS"
33657 else
33658 if test -n "$PKG_CONFIG" && \
33659 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_unix_print\""; } >&5
33660 ($PKG_CONFIG --exists --print-errors "$gtk_unix_print") 2>&5
33661 ac_status=$?
33662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33663 test $ac_status = 0; }; then
33664 pkg_cv_GTKPRINT_LIBS=`$PKG_CONFIG --libs "$gtk_unix_print" 2>/dev/null`
33665 else
33666 pkg_failed=yes
33667 fi
33668 fi
33669 else
33670 pkg_failed=untried
33671 fi
33672
33673
33674
33675 if test $pkg_failed = yes; then
33676
33677 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33678 _pkg_short_errors_supported=yes
33679 else
33680 _pkg_short_errors_supported=no
33681 fi
33682 if test $_pkg_short_errors_supported = yes; then
33683 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gtk_unix_print"`
33684 else
33685 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$gtk_unix_print"`
33686 fi
33687 # Put the nasty error message in config.log where it belongs
33688 echo "$GTKPRINT_PKG_ERRORS" >&5
33689
33690
33691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
33692 $as_echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
33693 wxUSE_GTKPRINT="no"
33694
33695
33696 elif test $pkg_failed = untried; then
33697
33698 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
33699 $as_echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
33700 wxUSE_GTKPRINT="no"
33701
33702
33703 else
33704 GTKPRINT_CFLAGS=$pkg_cv_GTKPRINT_CFLAGS
33705 GTKPRINT_LIBS=$pkg_cv_GTKPRINT_LIBS
33706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33707 $as_echo "yes" >&6; }
33708
33709 CFLAGS="$GTKPRINT_CFLAGS $CFLAGS"
33710 CXXFLAGS="$GTKPRINT_CFLAGS $CXXFLAGS"
33711 $as_echo "#define wxUSE_GTKPRINT 1" >>confdefs.h
33712
33713
33714 fi
33715 fi
33716
33717 if test "$WXGTK3" = 1; then
33718 wxUSE_LIBGNOMEPRINT=no
33719 fi
33720
33721 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
33722
33723
33724 pkg_failed=no
33725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBGNOMEPRINTUI" >&5
33726 $as_echo_n "checking for LIBGNOMEPRINTUI... " >&6; }
33727
33728 if test -n "$PKG_CONFIG"; then
33729 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
33730 pkg_cv_LIBGNOMEPRINTUI_CFLAGS="$LIBGNOMEPRINTUI_CFLAGS"
33731 else
33732 if test -n "$PKG_CONFIG" && \
33733 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\""; } >&5
33734 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
33735 ac_status=$?
33736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33737 test $ac_status = 0; }; then
33738 pkg_cv_LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
33739 else
33740 pkg_failed=yes
33741 fi
33742 fi
33743 else
33744 pkg_failed=untried
33745 fi
33746 if test -n "$PKG_CONFIG"; then
33747 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
33748 pkg_cv_LIBGNOMEPRINTUI_LIBS="$LIBGNOMEPRINTUI_LIBS"
33749 else
33750 if test -n "$PKG_CONFIG" && \
33751 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\""; } >&5
33752 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
33753 ac_status=$?
33754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33755 test $ac_status = 0; }; then
33756 pkg_cv_LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
33757 else
33758 pkg_failed=yes
33759 fi
33760 fi
33761 else
33762 pkg_failed=untried
33763 fi
33764
33765
33766
33767 if test $pkg_failed = yes; then
33768
33769 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33770 _pkg_short_errors_supported=yes
33771 else
33772 _pkg_short_errors_supported=no
33773 fi
33774 if test $_pkg_short_errors_supported = yes; then
33775 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
33776 else
33777 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
33778 fi
33779 # Put the nasty error message in config.log where it belongs
33780 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
33781
33782
33783 if test "$wxUSE_GTKPRINT" = yes; then
33784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33785 $as_echo "no" >&6; }
33786 else
33787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
33788 $as_echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
33789 fi
33790 wxUSE_LIBGNOMEPRINT="no"
33791
33792
33793 elif test $pkg_failed = untried; then
33794
33795 if test "$wxUSE_GTKPRINT" = yes; then
33796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33797 $as_echo "no" >&6; }
33798 else
33799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
33800 $as_echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
33801 fi
33802 wxUSE_LIBGNOMEPRINT="no"
33803
33804
33805 else
33806 LIBGNOMEPRINTUI_CFLAGS=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
33807 LIBGNOMEPRINTUI_LIBS=$pkg_cv_LIBGNOMEPRINTUI_LIBS
33808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33809 $as_echo "yes" >&6; }
33810
33811 CFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
33812 CXXFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
33813 $as_echo "#define wxUSE_LIBGNOMEPRINT 1" >>confdefs.h
33814
33815
33816 fi
33817 fi
33818 fi
33819
33820 if test "$wxUSE_MIMETYPE" = "yes" ; then
33821 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
33822
33823
33824 pkg_failed=no
33825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOMEVFS" >&5
33826 $as_echo_n "checking for GNOMEVFS... " >&6; }
33827
33828 if test -n "$PKG_CONFIG"; then
33829 if test -n "$GNOMEVFS_CFLAGS"; then
33830 pkg_cv_GNOMEVFS_CFLAGS="$GNOMEVFS_CFLAGS"
33831 else
33832 if test -n "$PKG_CONFIG" && \
33833 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\""; } >&5
33834 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
33835 ac_status=$?
33836 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33837 test $ac_status = 0; }; then
33838 pkg_cv_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
33839 else
33840 pkg_failed=yes
33841 fi
33842 fi
33843 else
33844 pkg_failed=untried
33845 fi
33846 if test -n "$PKG_CONFIG"; then
33847 if test -n "$GNOMEVFS_LIBS"; then
33848 pkg_cv_GNOMEVFS_LIBS="$GNOMEVFS_LIBS"
33849 else
33850 if test -n "$PKG_CONFIG" && \
33851 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\""; } >&5
33852 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
33853 ac_status=$?
33854 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33855 test $ac_status = 0; }; then
33856 pkg_cv_GNOMEVFS_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
33857 else
33858 pkg_failed=yes
33859 fi
33860 fi
33861 else
33862 pkg_failed=untried
33863 fi
33864
33865
33866
33867 if test $pkg_failed = yes; then
33868
33869 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33870 _pkg_short_errors_supported=yes
33871 else
33872 _pkg_short_errors_supported=no
33873 fi
33874 if test $_pkg_short_errors_supported = yes; then
33875 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
33876 else
33877 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
33878 fi
33879 # Put the nasty error message in config.log where it belongs
33880 echo "$GNOMEVFS_PKG_ERRORS" >&5
33881
33882
33883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
33884 $as_echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
33885 wxUSE_LIBGNOMEVFS="no"
33886
33887
33888 elif test $pkg_failed = untried; then
33889
33890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
33891 $as_echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
33892 wxUSE_LIBGNOMEVFS="no"
33893
33894
33895 else
33896 GNOMEVFS_CFLAGS=$pkg_cv_GNOMEVFS_CFLAGS
33897 GNOMEVFS_LIBS=$pkg_cv_GNOMEVFS_LIBS
33898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33899 $as_echo "yes" >&6; }
33900
33901 CFLAGS="$GNOMEVFS_CFLAGS $CFLAGS"
33902 CXXFLAGS="$GNOMEVFS_CFLAGS $CXXFLAGS"
33903 $as_echo "#define wxUSE_LIBGNOMEVFS 1" >>confdefs.h
33904
33905
33906 fi
33907 fi
33908 fi
33909
33910 if test "$wxUSE_LIBHILDON" = "yes" ; then
33911
33912 pkg_failed=no
33913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HILDON" >&5
33914 $as_echo_n "checking for HILDON... " >&6; }
33915
33916 if test -n "$PKG_CONFIG"; then
33917 if test -n "$HILDON_CFLAGS"; then
33918 pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
33919 else
33920 if test -n "$PKG_CONFIG" && \
33921 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\""; } >&5
33922 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
33923 ac_status=$?
33924 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33925 test $ac_status = 0; }; then
33926 pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
33927 else
33928 pkg_failed=yes
33929 fi
33930 fi
33931 else
33932 pkg_failed=untried
33933 fi
33934 if test -n "$PKG_CONFIG"; then
33935 if test -n "$HILDON_LIBS"; then
33936 pkg_cv_HILDON_LIBS="$HILDON_LIBS"
33937 else
33938 if test -n "$PKG_CONFIG" && \
33939 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\""; } >&5
33940 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
33941 ac_status=$?
33942 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33943 test $ac_status = 0; }; then
33944 pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
33945 else
33946 pkg_failed=yes
33947 fi
33948 fi
33949 else
33950 pkg_failed=untried
33951 fi
33952
33953
33954
33955 if test $pkg_failed = yes; then
33956
33957 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33958 _pkg_short_errors_supported=yes
33959 else
33960 _pkg_short_errors_supported=no
33961 fi
33962 if test $_pkg_short_errors_supported = yes; then
33963 HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
33964 else
33965 HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
33966 fi
33967 # Put the nasty error message in config.log where it belongs
33968 echo "$HILDON_PKG_ERRORS" >&5
33969
33970
33971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_lgpl not found" >&5
33972 $as_echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
33973 wxUSE_LIBHILDON="no"
33974 ac_hildon_lgpl=0
33975
33976
33977 elif test $pkg_failed = untried; then
33978
33979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_lgpl not found" >&5
33980 $as_echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
33981 wxUSE_LIBHILDON="no"
33982 ac_hildon_lgpl=0
33983
33984
33985 else
33986 HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
33987 HILDON_LIBS=$pkg_cv_HILDON_LIBS
33988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33989 $as_echo "yes" >&6; }
33990
33991 EXTRALIBS_HILDON="$HILDON_LIBS"
33992 CFLAGS="$CFLAGS $HILDON_CFLAGS"
33993 CXXFLAGS="$CXXFLAGS $HILDON_CFLAGS"
33994 $as_echo "#define wxUSE_LIBHILDON 1" >>confdefs.h
33995
33996 ac_hildon_lgpl=1
33997
33998 fi
33999
34000 if test "$ac_hildon_lgpl" = 0 ; then
34001
34002 pkg_failed=no
34003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HILDON2" >&5
34004 $as_echo_n "checking for HILDON2... " >&6; }
34005
34006 if test -n "$PKG_CONFIG"; then
34007 if test -n "$HILDON2_CFLAGS"; then
34008 pkg_cv_HILDON2_CFLAGS="$HILDON2_CFLAGS"
34009 else
34010 if test -n "$PKG_CONFIG" && \
34011 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\""; } >&5
34012 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
34013 ac_status=$?
34014 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34015 test $ac_status = 0; }; then
34016 pkg_cv_HILDON2_CFLAGS=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
34017 else
34018 pkg_failed=yes
34019 fi
34020 fi
34021 else
34022 pkg_failed=untried
34023 fi
34024 if test -n "$PKG_CONFIG"; then
34025 if test -n "$HILDON2_LIBS"; then
34026 pkg_cv_HILDON2_LIBS="$HILDON2_LIBS"
34027 else
34028 if test -n "$PKG_CONFIG" && \
34029 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\""; } >&5
34030 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
34031 ac_status=$?
34032 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34033 test $ac_status = 0; }; then
34034 pkg_cv_HILDON2_LIBS=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
34035 else
34036 pkg_failed=yes
34037 fi
34038 fi
34039 else
34040 pkg_failed=untried
34041 fi
34042
34043
34044
34045 if test $pkg_failed = yes; then
34046
34047 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34048 _pkg_short_errors_supported=yes
34049 else
34050 _pkg_short_errors_supported=no
34051 fi
34052 if test $_pkg_short_errors_supported = yes; then
34053 HILDON2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
34054 else
34055 HILDON2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
34056 fi
34057 # Put the nasty error message in config.log where it belongs
34058 echo "$HILDON2_PKG_ERRORS" >&5
34059
34060
34061 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_1 not found" >&5
34062 $as_echo "$as_me: WARNING: libhildon_1 not found" >&2;}
34063 wxUSE_LIBHILDON2="no"
34064
34065
34066 elif test $pkg_failed = untried; then
34067
34068 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_1 not found" >&5
34069 $as_echo "$as_me: WARNING: libhildon_1 not found" >&2;}
34070 wxUSE_LIBHILDON2="no"
34071
34072
34073 else
34074 HILDON2_CFLAGS=$pkg_cv_HILDON2_CFLAGS
34075 HILDON2_LIBS=$pkg_cv_HILDON2_LIBS
34076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34077 $as_echo "yes" >&6; }
34078
34079 EXTRALIBS_HILDON="$HILDON2_LIBS"
34080 CFLAGS="$CFLAGS $HILDON2_CFLAGS"
34081 CXXFLAGS="$CXXFLAGS $HILDON2_CFLAGS"
34082 $as_echo "#define wxUSE_LIBHILDON2 1" >>confdefs.h
34083
34084
34085 fi
34086 fi
34087 fi
34088 fi
34089
34090 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
34091 $as_echo "#define wxUSE_CMDLINE_PARSER 1" >>confdefs.h
34092
34093 fi
34094
34095 if test "$wxUSE_STOPWATCH" = "yes"; then
34096 $as_echo "#define wxUSE_STOPWATCH 1" >>confdefs.h
34097
34098 fi
34099
34100 if test "$wxUSE_DATETIME" = "yes"; then
34101 $as_echo "#define wxUSE_DATETIME 1" >>confdefs.h
34102
34103 fi
34104
34105 if test "$wxUSE_FILE" = "yes"; then
34106 $as_echo "#define wxUSE_FILE 1" >>confdefs.h
34107
34108 fi
34109
34110 if test "$wxUSE_FFILE" = "yes"; then
34111 $as_echo "#define wxUSE_FFILE 1" >>confdefs.h
34112
34113 fi
34114
34115 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
34116 if test "$wxUSE_STREAMS" != yes; then
34117 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxArchive requires wxStreams... disabled" >&5
34118 $as_echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
34119 wxUSE_ARCHIVE_STREAMS=no
34120 else
34121 $as_echo "#define wxUSE_ARCHIVE_STREAMS 1" >>confdefs.h
34122
34123 fi
34124 fi
34125
34126 if test "$wxUSE_ZIPSTREAM" = "yes"; then
34127 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
34128 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZip requires wxArchive... disabled" >&5
34129 $as_echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
34130 elif test "$wxUSE_ZLIB" = "no"; then
34131 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZip requires wxZlib... disabled" >&5
34132 $as_echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
34133 else
34134 $as_echo "#define wxUSE_ZIPSTREAM 1" >>confdefs.h
34135
34136 fi
34137 fi
34138
34139 if test "$wxUSE_TARSTREAM" = "yes"; then
34140 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
34141 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTar requires wxArchive... disabled" >&5
34142 $as_echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
34143 else
34144 $as_echo "#define wxUSE_TARSTREAM 1" >>confdefs.h
34145
34146 fi
34147 fi
34148
34149 if test "$wxUSE_FILE_HISTORY" = "yes"; then
34150 $as_echo "#define wxUSE_FILE_HISTORY 1" >>confdefs.h
34151
34152 fi
34153
34154 if test "$wxUSE_FILESYSTEM" = "yes"; then
34155 if test "$wxUSE_STREAMS" != yes -o \( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \); then
34156 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
34157 $as_echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
34158 wxUSE_FILESYSTEM=no
34159 else
34160 $as_echo "#define wxUSE_FILESYSTEM 1" >>confdefs.h
34161
34162 fi
34163 fi
34164
34165 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
34166 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
34167 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
34168 $as_echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
34169 else
34170 $as_echo "#define wxUSE_FS_ARCHIVE 1" >>confdefs.h
34171
34172 fi
34173 fi
34174
34175 if test "$wxUSE_FS_ZIP" = "yes"; then
34176 if test "$wxUSE_FS_ARCHIVE" != yes; then
34177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
34178 $as_echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
34179 else
34180 $as_echo "#define wxUSE_FS_ZIP 1" >>confdefs.h
34181
34182 fi
34183 fi
34184
34185 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34186 if test "$USE_UNIX" != 1; then
34187 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
34188 $as_echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
34189 wxUSE_ON_FATAL_EXCEPTION=no
34190 else
34191 $as_echo "#define wxUSE_ON_FATAL_EXCEPTION 1" >>confdefs.h
34192
34193 fi
34194 fi
34195
34196 if test "$wxUSE_STACKWALKER" = "yes"; then
34197 $as_echo "#define wxUSE_STACKWALKER 1" >>confdefs.h
34198
34199 fi
34200
34201 if test "$wxUSE_DEBUGREPORT" = "yes"; then
34202 if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
34203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
34204 $as_echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
34205 wxUSE_DEBUGREPORT=no
34206 else
34207 $as_echo "#define wxUSE_DEBUGREPORT 1" >>confdefs.h
34208
34209 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34210 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
34211 fi
34212 fi
34213 fi
34214
34215 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34216 $as_echo "#define wxUSE_SNGLINST_CHECKER 1" >>confdefs.h
34217
34218 fi
34219
34220 if test "$wxUSE_BUSYINFO" = "yes"; then
34221 $as_echo "#define wxUSE_BUSYINFO 1" >>confdefs.h
34222
34223 fi
34224
34225 if test "$wxUSE_HOTKEY" = "yes"; then
34226 if test "$wxUSE_MSW" != 1 -a "$wxUSE_OSX_COCOA" != 1 -a "$wxUSE_OSX_CARBON" != 1; then
34227 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Hot keys not supported by the current toolkit, disabled" >&5
34228 $as_echo "$as_me: WARNING: Hot keys not supported by the current toolkit, disabled" >&2;}
34229 wxUSE_HOTKEY=no
34230 fi
34231 elif test "$wxUSE_HOTKEY" = "auto"; then
34232 if test "$wxUSE_MSW" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OSX_CARBON" = 1; then
34233 wxUSE_HOTKEY=yes
34234 fi
34235 fi
34236 if test "$wxUSE_HOTKEY" = "yes"; then
34237 $as_echo "#define wxUSE_HOTKEY 1" >>confdefs.h
34238
34239 fi
34240
34241 if test "$wxUSE_STD_CONTAINERS" = "yes"; then
34242 $as_echo "#define wxUSE_STD_CONTAINERS 1" >>confdefs.h
34243
34244 fi
34245
34246 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
34247 $as_echo "#define wxUSE_STD_IOSTREAM 1" >>confdefs.h
34248
34249 fi
34250
34251 if test "$wxUSE_STD_STRING" = "yes"; then
34252 $as_echo "#define wxUSE_STD_STRING 1" >>confdefs.h
34253
34254 fi
34255
34256 if test "$wxUSE_STD_STRING_CONV_IN_WXSTRING" = "yes"; then
34257 $as_echo "#define wxUSE_STD_STRING_CONV_IN_WXSTRING 1" >>confdefs.h
34258
34259 fi
34260
34261 if test "$wxUSE_STDPATHS" = "yes"; then
34262 $as_echo "#define wxUSE_STDPATHS 1" >>confdefs.h
34263
34264 fi
34265
34266 if test "$wxUSE_TEXTBUFFER" = "yes"; then
34267 $as_echo "#define wxUSE_TEXTBUFFER 1" >>confdefs.h
34268
34269 fi
34270
34271 if test "$wxUSE_TEXTFILE" = "yes"; then
34272 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
34273 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
34274 $as_echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
34275 else
34276 $as_echo "#define wxUSE_TEXTFILE 1" >>confdefs.h
34277
34278 fi
34279 fi
34280
34281 if test "$wxUSE_CONFIG" = "yes" ; then
34282 if test "$wxUSE_TEXTFILE" != "yes"; then
34283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxConfig requires wxTextFile... disabled" >&5
34284 $as_echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
34285 else
34286 $as_echo "#define wxUSE_CONFIG 1" >>confdefs.h
34287
34288 $as_echo "#define wxUSE_CONFIG_NATIVE 1" >>confdefs.h
34289
34290 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
34291 fi
34292 fi
34293
34294 if test "$wxUSE_INTL" = "yes" ; then
34295 if test "$wxUSE_FILE" != "yes"; then
34296 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: I18n code requires wxFile... disabled" >&5
34297 $as_echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
34298 else
34299 $as_echo "#define wxUSE_INTL 1" >>confdefs.h
34300
34301 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
34302 GUIDIST="$GUIDIST INTL_DIST"
34303 fi
34304 fi
34305
34306 if test "$wxUSE_XLOCALE" = "yes" ; then
34307 $as_echo "#define wxUSE_XLOCALE 1" >>confdefs.h
34308
34309 ac_fn_c_check_type "$LINENO" "locale_t" "ac_cv_type_locale_t" "#include <xlocale.h>
34310 #include <locale.h>
34311 "
34312 if test "x$ac_cv_type_locale_t" = x""yes; then :
34313
34314 cat >>confdefs.h <<_ACEOF
34315 #define HAVE_LOCALE_T 1
34316 _ACEOF
34317
34318
34319 fi
34320
34321 fi
34322
34323 if test "$wxUSE_LOG" = "yes"; then
34324 $as_echo "#define wxUSE_LOG 1" >>confdefs.h
34325
34326
34327 if test "$wxUSE_LOGGUI" = "yes"; then
34328 $as_echo "#define wxUSE_LOGGUI 1" >>confdefs.h
34329
34330 fi
34331
34332 if test "$wxUSE_LOGWINDOW" = "yes"; then
34333 $as_echo "#define wxUSE_LOGWINDOW 1" >>confdefs.h
34334
34335 fi
34336
34337 if test "$wxUSE_LOGDIALOG" = "yes"; then
34338 $as_echo "#define wxUSE_LOG_DIALOG 1" >>confdefs.h
34339
34340 fi
34341
34342 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
34343 fi
34344
34345 if test "$wxUSE_LONGLONG" = "yes"; then
34346 $as_echo "#define wxUSE_LONGLONG 1" >>confdefs.h
34347
34348 fi
34349
34350 if test "$wxUSE_GEOMETRY" = "yes"; then
34351 $as_echo "#define wxUSE_GEOMETRY 1" >>confdefs.h
34352
34353 fi
34354
34355 if test "$wxUSE_BASE64" = "yes"; then
34356 $as_echo "#define wxUSE_BASE64 1" >>confdefs.h
34357
34358 fi
34359
34360 if test "$wxUSE_STREAMS" = "yes" ; then
34361 $as_echo "#define wxUSE_STREAMS 1" >>confdefs.h
34362
34363 fi
34364
34365 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
34366 $as_echo "#define wxUSE_PRINTF_POS_PARAMS 1" >>confdefs.h
34367
34368 fi
34369
34370 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
34371 $as_echo "#define wxUSE_OBJC_UNIQUIFYING 1" >>confdefs.h
34372
34373 fi
34374
34375
34376 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
34377 $as_echo "#define wxUSE_CONSOLE_EVENTLOOP 1" >>confdefs.h
34378
34379
34380 if test "$wxUSE_UNIX" = "yes"; then
34381 if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
34382 $as_echo "#define wxUSE_SELECT_DISPATCHER 1" >>confdefs.h
34383
34384 fi
34385
34386 if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
34387 for ac_header in sys/epoll.h
34388 do :
34389 ac_fn_c_check_header_compile "$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default
34390 "
34391 if test "x$ac_cv_header_sys_epoll_h" = x""yes; then :
34392 cat >>confdefs.h <<_ACEOF
34393 #define HAVE_SYS_EPOLL_H 1
34394 _ACEOF
34395
34396 fi
34397
34398 done
34399
34400 if test "$ac_cv_header_sys_epoll_h" = "yes"; then
34401 $as_echo "#define wxUSE_EPOLL_DISPATCHER 1" >>confdefs.h
34402
34403 else
34404 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
34405 $as_echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
34406 fi
34407 fi
34408 fi
34409 fi
34410
34411
34412 for ac_func in gettimeofday ftime
34413 do :
34414 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
34415 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
34416 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
34417 cat >>confdefs.h <<_ACEOF
34418 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
34419 _ACEOF
34420 break
34421 fi
34422 done
34423
34424
34425 if test "$ac_cv_func_gettimeofday" = "yes"; then
34426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday takes two arguments" >&5
34427 $as_echo_n "checking whether gettimeofday takes two arguments... " >&6; }
34428 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then :
34429 $as_echo_n "(cached) " >&6
34430 else
34431
34432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34433 /* end confdefs.h. */
34434
34435 #include <sys/time.h>
34436 #include <unistd.h>
34437
34438 int
34439 main ()
34440 {
34441
34442 struct timeval tv;
34443 gettimeofday(&tv, NULL);
34444
34445 ;
34446 return 0;
34447 }
34448 _ACEOF
34449 if ac_fn_c_try_compile "$LINENO"; then :
34450 wx_cv_func_gettimeofday_has_2_args=yes
34451 else
34452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34453 /* end confdefs.h. */
34454
34455 #include <sys/time.h>
34456 #include <unistd.h>
34457
34458 int
34459 main ()
34460 {
34461
34462 struct timeval tv;
34463 gettimeofday(&tv);
34464
34465 ;
34466 return 0;
34467 }
34468 _ACEOF
34469 if ac_fn_c_try_compile "$LINENO"; then :
34470 wx_cv_func_gettimeofday_has_2_args=no
34471 else
34472
34473 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: failed to determine number of gettimeofday() arguments" >&5
34474 $as_echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
34475 wx_cv_func_gettimeofday_has_2_args=unknown
34476
34477
34478 fi
34479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34480
34481 fi
34482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34483
34484 fi
34485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_gettimeofday_has_2_args" >&5
34486 $as_echo "$wx_cv_func_gettimeofday_has_2_args" >&6; }
34487
34488 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
34489 $as_echo "#define WX_GETTIMEOFDAY_NO_TZ 1" >>confdefs.h
34490
34491 fi
34492 fi
34493
34494 if test "$wxUSE_DATETIME" = "yes"; then
34495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable in <time.h>" >&5
34496 $as_echo_n "checking for timezone variable in <time.h>... " >&6; }
34497 if test "${wx_cv_var_timezone+set}" = set; then :
34498 $as_echo_n "(cached) " >&6
34499 else
34500
34501 ac_ext=cpp
34502 ac_cpp='$CXXCPP $CPPFLAGS'
34503 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34504 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34505 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34506
34507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34508 /* end confdefs.h. */
34509
34510 #include <time.h>
34511
34512 int
34513 main ()
34514 {
34515
34516 int tz;
34517 tz = timezone;
34518
34519 ;
34520 return 0;
34521 }
34522 _ACEOF
34523 if ac_fn_cxx_try_compile "$LINENO"; then :
34524
34525 wx_cv_var_timezone=timezone
34526
34527 else
34528
34529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34530 /* end confdefs.h. */
34531
34532 #include <time.h>
34533
34534 int
34535 main ()
34536 {
34537
34538 int tz;
34539 tz = _timezone;
34540
34541 ;
34542 return 0;
34543 }
34544 _ACEOF
34545 if ac_fn_cxx_try_compile "$LINENO"; then :
34546
34547 wx_cv_var_timezone=_timezone
34548
34549 else
34550
34551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34552 /* end confdefs.h. */
34553
34554 #include <time.h>
34555
34556 int
34557 main ()
34558 {
34559
34560 int tz;
34561 tz = __timezone;
34562
34563 ;
34564 return 0;
34565 }
34566 _ACEOF
34567 if ac_fn_cxx_try_compile "$LINENO"; then :
34568
34569 wx_cv_var_timezone=__timezone
34570
34571 else
34572
34573 if test "$USE_DOS" = 0 ; then
34574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no timezone variable" >&5
34575 $as_echo "$as_me: WARNING: no timezone variable" >&2;}
34576 fi
34577
34578
34579 fi
34580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34581
34582
34583 fi
34584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34585
34586
34587 fi
34588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34589 ac_ext=c
34590 ac_cpp='$CPP $CPPFLAGS'
34591 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34592 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34593 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34594
34595
34596
34597 fi
34598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_var_timezone" >&5
34599 $as_echo "$wx_cv_var_timezone" >&6; }
34600
34601 if test "x$wx_cv_var_timezone" != x ; then
34602 cat >>confdefs.h <<_ACEOF
34603 #define WX_TIMEZONE $wx_cv_var_timezone
34604 _ACEOF
34605
34606 fi
34607
34608 for ac_func in localtime
34609 do :
34610 ac_fn_c_check_func "$LINENO" "localtime" "ac_cv_func_localtime"
34611 if test "x$ac_cv_func_localtime" = x""yes; then :
34612 cat >>confdefs.h <<_ACEOF
34613 #define HAVE_LOCALTIME 1
34614 _ACEOF
34615
34616 fi
34617 done
34618
34619
34620 if test "$ac_cv_func_localtime" = "yes"; then
34621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tm_gmtoff in struct tm" >&5
34622 $as_echo_n "checking for tm_gmtoff in struct tm... " >&6; }
34623 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then :
34624 $as_echo_n "(cached) " >&6
34625 else
34626
34627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34628 /* end confdefs.h. */
34629
34630 #include <time.h>
34631
34632 int
34633 main ()
34634 {
34635
34636 struct tm tm;
34637 tm.tm_gmtoff++;
34638
34639 ;
34640 return 0;
34641 }
34642 _ACEOF
34643 if ac_fn_c_try_compile "$LINENO"; then :
34644
34645 wx_cv_struct_tm_has_gmtoff=yes
34646
34647 else
34648 wx_cv_struct_tm_has_gmtoff=no
34649
34650 fi
34651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34652
34653 fi
34654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_struct_tm_has_gmtoff" >&5
34655 $as_echo "$wx_cv_struct_tm_has_gmtoff" >&6; }
34656 fi
34657
34658 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
34659 $as_echo "#define WX_GMTOFF_IN_TM 1" >>confdefs.h
34660
34661 fi
34662
34663 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
34664 fi
34665
34666
34667 if test "$wxUSE_SOCKETS" = "yes"; then
34668 if test "$TOOLKIT" != "MSW"; then
34669 ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
34670 if test "x$ac_cv_func_socket" = x""yes; then :
34671
34672 else
34673
34674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
34675 $as_echo_n "checking for socket in -lsocket... " >&6; }
34676 if test "${ac_cv_lib_socket_socket+set}" = set; then :
34677 $as_echo_n "(cached) " >&6
34678 else
34679 ac_check_lib_save_LIBS=$LIBS
34680 LIBS="-lsocket $LIBS"
34681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34682 /* end confdefs.h. */
34683
34684 /* Override any GCC internal prototype to avoid an error.
34685 Use char because int might match the return type of a GCC
34686 builtin and then its argument prototype would still apply. */
34687 #ifdef __cplusplus
34688 extern "C"
34689 #endif
34690 char socket ();
34691 int
34692 main ()
34693 {
34694 return socket ();
34695 ;
34696 return 0;
34697 }
34698 _ACEOF
34699 if ac_fn_c_try_link "$LINENO"; then :
34700 ac_cv_lib_socket_socket=yes
34701 else
34702 ac_cv_lib_socket_socket=no
34703 fi
34704 rm -f core conftest.err conftest.$ac_objext \
34705 conftest$ac_exeext conftest.$ac_ext
34706 LIBS=$ac_check_lib_save_LIBS
34707 fi
34708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
34709 $as_echo "$ac_cv_lib_socket_socket" >&6; }
34710 if test "x$ac_cv_lib_socket_socket" = x""yes; then :
34711 if test "$INET_LINK" != " -lsocket"; then
34712 INET_LINK="$INET_LINK -lsocket"
34713 fi
34714 else
34715
34716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: socket library not found - sockets will be disabled" >&5
34717 $as_echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
34718 wxUSE_SOCKETS=no
34719
34720
34721 fi
34722
34723
34724
34725 fi
34726
34727 fi
34728 fi
34729
34730 if test "$wxUSE_SOCKETS" = "yes" ; then
34731 if test "$TOOLKIT" != "MSW"; then
34732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is the type of the third argument of getsockname" >&5
34733 $as_echo_n "checking what is the type of the third argument of getsockname... " >&6; }
34734 if test "${wx_cv_type_getsockname3+set}" = set; then :
34735 $as_echo_n "(cached) " >&6
34736 else
34737
34738 ac_ext=cpp
34739 ac_cpp='$CXXCPP $CPPFLAGS'
34740 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34741 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34742 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34743
34744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34745 /* end confdefs.h. */
34746
34747 #include <sys/types.h>
34748 #include <sys/socket.h>
34749
34750 int
34751 main ()
34752 {
34753
34754 socklen_t len;
34755 getsockname(0, 0, &len);
34756
34757 ;
34758 return 0;
34759 }
34760 _ACEOF
34761 if ac_fn_cxx_try_compile "$LINENO"; then :
34762 wx_cv_type_getsockname3=socklen_t
34763 else
34764
34765 CFLAGS_OLD="$CFLAGS"
34766 if test "$GCC" = yes ; then
34767 CFLAGS="-Werror $CFLAGS"
34768 fi
34769
34770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34771 /* end confdefs.h. */
34772
34773 #include <sys/types.h>
34774 #include <sys/socket.h>
34775
34776 int
34777 main ()
34778 {
34779
34780 size_t len;
34781 getsockname(0, 0, &len);
34782
34783 ;
34784 return 0;
34785 }
34786 _ACEOF
34787 if ac_fn_cxx_try_compile "$LINENO"; then :
34788 wx_cv_type_getsockname3=size_t
34789 else
34790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34791 /* end confdefs.h. */
34792
34793 #include <sys/types.h>
34794 #include <sys/socket.h>
34795
34796 int
34797 main ()
34798 {
34799
34800 int len;
34801 getsockname(0, 0, &len);
34802
34803 ;
34804 return 0;
34805 }
34806 _ACEOF
34807 if ac_fn_cxx_try_compile "$LINENO"; then :
34808 wx_cv_type_getsockname3=int
34809 else
34810 wx_cv_type_getsockname3=unknown
34811
34812 fi
34813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34814
34815 fi
34816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34817
34818 CFLAGS="$CFLAGS_OLD"
34819
34820
34821 fi
34822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34823 ac_ext=c
34824 ac_cpp='$CPP $CPPFLAGS'
34825 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34826 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34827 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34828
34829
34830 fi
34831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_getsockname3" >&5
34832 $as_echo "$wx_cv_type_getsockname3" >&6; }
34833
34834 if test "$wx_cv_type_getsockname3" = "unknown"; then
34835 wxUSE_SOCKETS=no
34836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't find socklen_t synonym for this system" >&5
34837 $as_echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
34838 else
34839 cat >>confdefs.h <<_ACEOF
34840 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
34841 _ACEOF
34842
34843 fi
34844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is the type of the fifth argument of getsockopt" >&5
34845 $as_echo_n "checking what is the type of the fifth argument of getsockopt... " >&6; }
34846 if test "${wx_cv_type_getsockopt5+set}" = set; then :
34847 $as_echo_n "(cached) " >&6
34848 else
34849
34850 ac_ext=cpp
34851 ac_cpp='$CXXCPP $CPPFLAGS'
34852 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34853 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34854 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34855
34856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34857 /* end confdefs.h. */
34858
34859 #include <sys/types.h>
34860 #include <sys/socket.h>
34861
34862 int
34863 main ()
34864 {
34865
34866 socklen_t len;
34867 getsockopt(0, 0, 0, 0, &len);
34868
34869 ;
34870 return 0;
34871 }
34872 _ACEOF
34873 if ac_fn_cxx_try_compile "$LINENO"; then :
34874 wx_cv_type_getsockopt5=socklen_t
34875 else
34876
34877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34878 /* end confdefs.h. */
34879
34880 #include <sys/types.h>
34881 #include <sys/socket.h>
34882
34883 int
34884 main ()
34885 {
34886
34887 size_t len;
34888 getsockopt(0, 0, 0, 0, &len);
34889
34890 ;
34891 return 0;
34892 }
34893 _ACEOF
34894 if ac_fn_cxx_try_compile "$LINENO"; then :
34895 wx_cv_type_getsockopt5=size_t
34896 else
34897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34898 /* end confdefs.h. */
34899
34900 #include <sys/types.h>
34901 #include <sys/socket.h>
34902
34903 int
34904 main ()
34905 {
34906
34907 int len;
34908 getsockopt(0, 0, 0, 0, &len);
34909
34910 ;
34911 return 0;
34912 }
34913 _ACEOF
34914 if ac_fn_cxx_try_compile "$LINENO"; then :
34915 wx_cv_type_getsockopt5=int
34916 else
34917 wx_cv_type_getsockopt5=unknown
34918
34919 fi
34920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34921
34922 fi
34923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34924
34925
34926 fi
34927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34928 ac_ext=c
34929 ac_cpp='$CPP $CPPFLAGS'
34930 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34931 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34932 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34933
34934
34935 fi
34936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_getsockopt5" >&5
34937 $as_echo "$wx_cv_type_getsockopt5" >&6; }
34938
34939 if test "$wx_cv_type_getsockopt5" = "unknown"; then
34940 wxUSE_SOCKETS=no
34941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't find socklen_t synonym for this system" >&5
34942 $as_echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
34943 else
34944 cat >>confdefs.h <<_ACEOF
34945 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
34946 _ACEOF
34947
34948 fi
34949 fi
34950 fi
34951
34952 if test "$wxUSE_SOCKETS" = "yes" ; then
34953 if test "$wxUSE_IPV6" = "yes"; then
34954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we have sockaddr_in6" >&5
34955 $as_echo_n "checking whether we have sockaddr_in6... " >&6; }
34956 if test "${wx_cv_type_sockaddr_in6+set}" = set; then :
34957 $as_echo_n "(cached) " >&6
34958 else
34959
34960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34961 /* end confdefs.h. */
34962
34963 #include <sys/types.h>
34964 #include <sys/socket.h>
34965 #include <netinet/in.h>
34966
34967 int
34968 main ()
34969 {
34970
34971 struct sockaddr_in6 sa6;
34972
34973 ;
34974 return 0;
34975 }
34976 _ACEOF
34977 if ac_fn_c_try_compile "$LINENO"; then :
34978 wx_cv_type_sockaddr_in6=yes
34979 else
34980 wx_cv_type_sockaddr_in6=no
34981
34982 fi
34983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34984
34985
34986 fi
34987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_sockaddr_in6" >&5
34988 $as_echo "$wx_cv_type_sockaddr_in6" >&6; }
34989
34990 if test "$wx_cv_type_sockaddr_in6"="yes"; then
34991 $as_echo "#define wxUSE_IPV6 1" >>confdefs.h
34992
34993 else
34994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: IPv6 support not available... disabled" >&5
34995 $as_echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
34996 fi
34997 fi
34998
34999 $as_echo "#define wxUSE_SOCKETS 1" >>confdefs.h
35000
35001 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
35002 fi
35003
35004 if test "$wxUSE_PROTOCOL" = "yes"; then
35005 if test "$wxUSE_SOCKETS" != "yes"; then
35006 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Protocol classes require sockets... disabled" >&5
35007 $as_echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
35008 wxUSE_PROTOCOL=no
35009 fi
35010 fi
35011
35012 if test "$wxUSE_PROTOCOL" = "yes"; then
35013 $as_echo "#define wxUSE_PROTOCOL 1" >>confdefs.h
35014
35015
35016 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
35017 $as_echo "#define wxUSE_PROTOCOL_HTTP 1" >>confdefs.h
35018
35019 fi
35020 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
35021 $as_echo "#define wxUSE_PROTOCOL_FTP 1" >>confdefs.h
35022
35023 fi
35024 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
35025 $as_echo "#define wxUSE_PROTOCOL_FILE 1" >>confdefs.h
35026
35027 fi
35028 else
35029 if test "$wxUSE_FS_INET" = "yes"; then
35030 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: HTTP filesystem require protocol classes... disabled" >&5
35031 $as_echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
35032 wxUSE_FS_INET="no"
35033 fi
35034 fi
35035
35036 if test "$wxUSE_URL" = "yes"; then
35037 if test "$wxUSE_PROTOCOL" != "yes"; then
35038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxURL class requires wxProtocol... disabled" >&5
35039 $as_echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
35040 wxUSE_URL=no
35041 fi
35042 if test "$wxUSE_URL" = "yes"; then
35043 $as_echo "#define wxUSE_URL 1" >>confdefs.h
35044
35045 fi
35046 fi
35047
35048 if test "$wxUSE_VARIANT" = "yes"; then
35049 $as_echo "#define wxUSE_VARIANT 1" >>confdefs.h
35050
35051 fi
35052
35053 if test "$wxUSE_FS_INET" = "yes"; then
35054 $as_echo "#define wxUSE_FS_INET 1" >>confdefs.h
35055
35056 fi
35057
35058
35059 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
35060 wxUSE_JOYSTICK=no
35061
35062 if test "$TOOLKIT" = "MSW"; then
35063 wxUSE_JOYSTICK=yes
35064
35065 elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
35066 if test "$USE_DARWIN" = 1; then
35067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking headers have declarations needed for joystick support" >&5
35068 $as_echo_n "checking headers have declarations needed for joystick support... " >&6; }
35069 ac_ext=cpp
35070 ac_cpp='$CXXCPP $CPPFLAGS'
35071 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35072 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35073 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35074
35075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35076 /* end confdefs.h. */
35077 #include <IOKit/hid/IOHIDLib.h>
35078 int
35079 main ()
35080 {
35081 IOHIDQueueInterface *qi = NULL;
35082 IOHIDCallbackFunction cb = NULL;
35083 qi->setEventCallout(NULL, cb, NULL, NULL);
35084 ;
35085 return 0;
35086 }
35087 _ACEOF
35088 if ac_fn_cxx_try_compile "$LINENO"; then :
35089 wxUSE_JOYSTICK=yes
35090
35091 fi
35092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35093 ac_ext=c
35094 ac_cpp='$CPP $CPPFLAGS'
35095 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35096 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35097 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35098
35099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_JOYSTICK" >&5
35100 $as_echo "$wxUSE_JOYSTICK" >&6; }
35101 fi
35102
35103 else
35104 for ac_header in linux/joystick.h
35105 do :
35106 ac_fn_c_check_header_compile "$LINENO" "linux/joystick.h" "ac_cv_header_linux_joystick_h" "$ac_includes_default
35107 "
35108 if test "x$ac_cv_header_linux_joystick_h" = x""yes; then :
35109 cat >>confdefs.h <<_ACEOF
35110 #define HAVE_LINUX_JOYSTICK_H 1
35111 _ACEOF
35112 wxUSE_JOYSTICK=yes
35113 fi
35114
35115 done
35116
35117 fi
35118
35119 if test "$wxUSE_JOYSTICK" = "yes"; then
35120 $as_echo "#define wxUSE_JOYSTICK 1" >>confdefs.h
35121
35122 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
35123 else
35124 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Joystick not supported by this system... disabled" >&5
35125 $as_echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
35126 fi
35127 fi
35128
35129
35130
35131 if test "$wxUSE_FONTENUM" = "yes" ; then
35132 $as_echo "#define wxUSE_FONTENUM 1" >>confdefs.h
35133
35134 fi
35135
35136 if test "$wxUSE_FONTMAP" = "yes" ; then
35137 $as_echo "#define wxUSE_FONTMAP 1" >>confdefs.h
35138
35139 fi
35140
35141 if test "$wxUSE_UNICODE" = "yes" ; then
35142 $as_echo "#define wxUSE_UNICODE 1" >>confdefs.h
35143
35144
35145 if test "$USE_WIN32" != 1; then
35146 wxUSE_UNICODE_MSLU=no
35147 fi
35148
35149 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
35150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lunicows" >&5
35151 $as_echo_n "checking for main in -lunicows... " >&6; }
35152 if test "${ac_cv_lib_unicows_main+set}" = set; then :
35153 $as_echo_n "(cached) " >&6
35154 else
35155 ac_check_lib_save_LIBS=$LIBS
35156 LIBS="-lunicows $LIBS"
35157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35158 /* end confdefs.h. */
35159
35160
35161 int
35162 main ()
35163 {
35164 return main ();
35165 ;
35166 return 0;
35167 }
35168 _ACEOF
35169 if ac_fn_c_try_link "$LINENO"; then :
35170 ac_cv_lib_unicows_main=yes
35171 else
35172 ac_cv_lib_unicows_main=no
35173 fi
35174 rm -f core conftest.err conftest.$ac_objext \
35175 conftest$ac_exeext conftest.$ac_ext
35176 LIBS=$ac_check_lib_save_LIBS
35177 fi
35178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unicows_main" >&5
35179 $as_echo "$ac_cv_lib_unicows_main" >&6; }
35180 if test "x$ac_cv_lib_unicows_main" = x""yes; then :
35181
35182 $as_echo "#define wxUSE_UNICODE_MSLU 1" >>confdefs.h
35183
35184
35185 else
35186
35187 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35188 Applications will only run on Windows NT/2000/XP!" >&5
35189 $as_echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35190 Applications will only run on Windows NT/2000/XP!" >&2;}
35191 wxUSE_UNICODE_MSLU=no
35192
35193 fi
35194
35195 fi
35196 fi
35197
35198 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
35199 $as_echo "#define wxUSE_UNICODE_UTF8 1" >>confdefs.h
35200
35201
35202 if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
35203 $as_echo "#define wxUSE_UTF8_LOCALE_ONLY 1" >>confdefs.h
35204
35205 fi
35206 fi
35207
35208
35209 if test "$wxUSE_CONSTRAINTS" = "yes"; then
35210 $as_echo "#define wxUSE_CONSTRAINTS 1" >>confdefs.h
35211
35212 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
35213 fi
35214
35215 if test "$wxUSE_MDI" = "yes"; then
35216 $as_echo "#define wxUSE_MDI 1" >>confdefs.h
35217
35218
35219 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
35220 $as_echo "#define wxUSE_MDI_ARCHITECTURE 1" >>confdefs.h
35221
35222 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
35223 fi
35224 fi
35225
35226 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
35227 $as_echo "#define wxUSE_DOC_VIEW_ARCHITECTURE 1" >>confdefs.h
35228
35229 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
35230 fi
35231
35232 if test "$wxUSE_HELP" = "yes"; then
35233 $as_echo "#define wxUSE_HELP 1" >>confdefs.h
35234
35235 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
35236
35237 if test "$wxUSE_MSW" = 1; then
35238 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
35239 $as_echo "#define wxUSE_MS_HTML_HELP 1" >>confdefs.h
35240
35241 fi
35242 fi
35243
35244 if test "$wxUSE_WXHTML_HELP" = "yes"; then
35245 if test "$wxUSE_HTML" = "yes"; then
35246 $as_echo "#define wxUSE_WXHTML_HELP 1" >>confdefs.h
35247
35248 else
35249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
35250 $as_echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
35251 wxUSE_WXHTML_HELP=no
35252 fi
35253 fi
35254 fi
35255
35256 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
35257 $as_echo "#define wxUSE_PRINTING_ARCHITECTURE 1" >>confdefs.h
35258
35259 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
35260 fi
35261
35262 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
35263 $as_echo "#define wxUSE_POSTSCRIPT 1" >>confdefs.h
35264
35265 fi
35266
35267 $as_echo "#define wxUSE_AFM_FOR_POSTSCRIPT 1" >>confdefs.h
35268
35269
35270 if test "$wxUSE_SVG" = "yes"; then
35271 $as_echo "#define wxUSE_SVG 1" >>confdefs.h
35272
35273 fi
35274
35275
35276 if test "$wxUSE_METAFILE" = "yes"; then
35277 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
35278 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMetafile is not available on this system... disabled" >&5
35279 $as_echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
35280 wxUSE_METAFILE=no
35281 fi
35282 elif test "$wxUSE_METAFILE" = "auto"; then
35283 if test "$wxUSE_MSW" = 1 -o "$wxUSE_MAC" = 1 -o "$wxUSE_PM" = 1; then
35284 wxUSE_METAFILE=yes
35285 fi
35286 fi
35287
35288 if test "$wxUSE_METAFILE" = "yes"; then
35289 $as_echo "#define wxUSE_METAFILE 1" >>confdefs.h
35290
35291 if test "$wxUSE_MSW" = 1; then
35292 $as_echo "#define wxUSE_ENH_METAFILE 1" >>confdefs.h
35293
35294 fi
35295 fi
35296
35297
35298 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
35299 -o "$wxUSE_CLIPBOARD" = "yes" \
35300 -o "$wxUSE_OLE" = "yes" \
35301 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
35302 ac_fn_c_check_header_compile "$LINENO" "ole2.h" "ac_cv_header_ole2_h" "
35303 "
35304 if test "x$ac_cv_header_ole2_h" = x""yes; then :
35305
35306 fi
35307
35308
35309
35310 if test "$ac_cv_header_ole2_h" = "yes" ; then
35311 if test "$GCC" = yes ; then
35312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ requires -fvtable-thunks" >&5
35313 $as_echo_n "checking if g++ requires -fvtable-thunks... " >&6; }
35314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35315 /* end confdefs.h. */
35316 #include <windows.h>
35317 #include <ole2.h>
35318 int
35319 main ()
35320 {
35321
35322 ;
35323 return 0;
35324 }
35325 _ACEOF
35326 if ac_fn_c_try_compile "$LINENO"; then :
35327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35328 $as_echo "no" >&6; }
35329 else
35330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35331 $as_echo "yes" >&6; }
35332 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
35333 fi
35334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35335 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
35336 if test "$wxUSE_OLE" = "yes" ; then
35337 $as_echo "#define wxUSE_OLE 1" >>confdefs.h
35338
35339 $as_echo "#define wxUSE_OLE_AUTOMATION 1" >>confdefs.h
35340
35341 $as_echo "#define wxUSE_ACTIVEX 1" >>confdefs.h
35342
35343 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
35344 fi
35345 fi
35346
35347 if test "$wxUSE_DATAOBJ" = "yes" ; then
35348 $as_echo "#define wxUSE_DATAOBJ 1" >>confdefs.h
35349
35350 fi
35351 else
35352 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Some features disabled because OLE headers not found" >&5
35353 $as_echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
35354
35355 wxUSE_CLIPBOARD=no
35356 wxUSE_DRAG_AND_DROP=no
35357 wxUSE_DATAOBJ=no
35358 wxUSE_OLE=no
35359 fi
35360 fi
35361
35362 if test "$wxUSE_IPC" = "yes"; then
35363 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
35364 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
35365 $as_echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
35366 wxUSE_IPC=no
35367 fi
35368
35369 if test "$wxUSE_IPC" = "yes"; then
35370 $as_echo "#define wxUSE_IPC 1" >>confdefs.h
35371
35372 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
35373 fi
35374 fi
35375
35376 if test "$wxUSE_DATAOBJ" = "yes"; then
35377 $as_echo "#define wxUSE_DATAOBJ 1" >>confdefs.h
35378
35379 else
35380 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
35381 $as_echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
35382 wxUSE_CLIPBOARD=no
35383 wxUSE_DRAG_AND_DROP=no
35384 fi
35385
35386 if test "$wxUSE_CLIPBOARD" = "yes"; then
35387 if test "$wxUSE_DFB" = 1; then
35388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
35389 $as_echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
35390 wxUSE_CLIPBOARD=no
35391 fi
35392
35393 if test "$wxUSE_CLIPBOARD" = "yes"; then
35394 $as_echo "#define wxUSE_CLIPBOARD 1" >>confdefs.h
35395
35396 fi
35397 fi
35398
35399 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
35400 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_DFB" = 1; then
35401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
35402 $as_echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
35403 wxUSE_DRAG_AND_DROP=no
35404 fi
35405
35406 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
35407 $as_echo "#define wxUSE_DRAG_AND_DROP 1" >>confdefs.h
35408
35409 fi
35410
35411 fi
35412
35413 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
35414 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
35415 fi
35416
35417 if test "$wxUSE_CLIPBOARD" = "yes"; then
35418 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS clipboard"
35419 fi
35420
35421 if test "$wxUSE_SPLINES" = "yes" ; then
35422 $as_echo "#define wxUSE_SPLINES 1" >>confdefs.h
35423
35424 fi
35425
35426 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
35427 $as_echo "#define wxUSE_MOUSEWHEEL 1" >>confdefs.h
35428
35429 fi
35430
35431 if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
35432 $as_echo "#define wxUSE_UIACTIONSIMULATOR 1" >>confdefs.h
35433
35434 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction"
35435 fi
35436
35437 if test "$wxUSE_DC_TRANSFORM_MATRIX" = "yes" ; then
35438 $as_echo "#define wxUSE_DC_TRANSFORM_MATRIX 1" >>confdefs.h
35439
35440 fi
35441
35442
35443 USES_CONTROLS=0
35444 if test "$wxUSE_CONTROLS" = "yes"; then
35445 USES_CONTROLS=1
35446 fi
35447
35448 if test "$wxUSE_MARKUP" = "yes"; then
35449 $as_echo "#define wxUSE_MARKUP 1" >>confdefs.h
35450
35451 fi
35452
35453 if test "$wxUSE_ACCEL" = "yes"; then
35454 $as_echo "#define wxUSE_ACCEL 1" >>confdefs.h
35455
35456 USES_CONTROLS=1
35457 fi
35458
35459 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
35460 $as_echo "#define wxUSE_ANIMATIONCTRL 1" >>confdefs.h
35461
35462 USES_CONTROLS=1
35463 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS animate"
35464 fi
35465
35466 if test "$wxUSE_BANNERWINDOW" = "yes"; then
35467 $as_echo "#define wxUSE_BANNERWINDOW 1" >>confdefs.h
35468
35469 fi
35470
35471 if test "$wxUSE_BUTTON" = "yes"; then
35472 $as_echo "#define wxUSE_BUTTON 1" >>confdefs.h
35473
35474 USES_CONTROLS=1
35475 fi
35476
35477 if test "$wxUSE_BMPBUTTON" = "yes"; then
35478 $as_echo "#define wxUSE_BMPBUTTON 1" >>confdefs.h
35479
35480 USES_CONTROLS=1
35481 fi
35482
35483 if test "$wxUSE_CALCTRL" = "yes"; then
35484 $as_echo "#define wxUSE_CALENDARCTRL 1" >>confdefs.h
35485
35486 USES_CONTROLS=1
35487 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
35488 fi
35489
35490 if test "$wxUSE_CARET" = "yes"; then
35491 $as_echo "#define wxUSE_CARET 1" >>confdefs.h
35492
35493 USES_CONTROLS=1
35494 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
35495 fi
35496
35497 if test "$wxUSE_COLLPANE" = "yes"; then
35498 $as_echo "#define wxUSE_COLLPANE 1" >>confdefs.h
35499
35500 USES_CONTROLS=1
35501 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS collpane"
35502 fi
35503
35504 if test "$wxUSE_COMBOBOX" = "yes"; then
35505 $as_echo "#define wxUSE_COMBOBOX 1" >>confdefs.h
35506
35507 USES_CONTROLS=1
35508 fi
35509
35510 if test "$wxUSE_COMBOCTRL" = "yes"; then
35511 $as_echo "#define wxUSE_COMBOCTRL 1" >>confdefs.h
35512
35513 USES_CONTROLS=1
35514 fi
35515
35516 if test "$wxUSE_COMMANDLINKBUTTON" = "yes"; then
35517 $as_echo "#define wxUSE_COMMANDLINKBUTTON 1" >>confdefs.h
35518
35519 USES_CONTROLS=1
35520 fi
35521
35522 if test "$wxUSE_CHOICE" = "yes"; then
35523 $as_echo "#define wxUSE_CHOICE 1" >>confdefs.h
35524
35525 USES_CONTROLS=1
35526 fi
35527
35528 if test "$wxUSE_CHOICEBOOK" = "yes"; then
35529 $as_echo "#define wxUSE_CHOICEBOOK 1" >>confdefs.h
35530
35531 USES_CONTROLS=1
35532 fi
35533
35534 if test "$wxUSE_CHECKBOX" = "yes"; then
35535 $as_echo "#define wxUSE_CHECKBOX 1" >>confdefs.h
35536
35537 USES_CONTROLS=1
35538 fi
35539
35540 if test "$wxUSE_CHECKLST" = "yes"; then
35541 $as_echo "#define wxUSE_CHECKLISTBOX 1" >>confdefs.h
35542
35543 USES_CONTROLS=1
35544 fi
35545
35546 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
35547 $as_echo "#define wxUSE_COLOURPICKERCTRL 1" >>confdefs.h
35548
35549 USES_CONTROLS=1
35550 fi
35551
35552 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
35553 $as_echo "#define wxUSE_DATEPICKCTRL 1" >>confdefs.h
35554
35555 USES_CONTROLS=1
35556 fi
35557
35558 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
35559 $as_echo "#define wxUSE_DIRPICKERCTRL 1" >>confdefs.h
35560
35561 USES_CONTROLS=1
35562 fi
35563
35564 if test "$wxUSE_FILECTRL" = "yes"; then
35565 $as_echo "#define wxUSE_FILECTRL 1" >>confdefs.h
35566
35567 USES_CONTROLS=1
35568 fi
35569
35570 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
35571 $as_echo "#define wxUSE_FILEPICKERCTRL 1" >>confdefs.h
35572
35573 USES_CONTROLS=1
35574 fi
35575
35576 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
35577 $as_echo "#define wxUSE_FONTPICKERCTRL 1" >>confdefs.h
35578
35579 USES_CONTROLS=1
35580 fi
35581
35582 if test "$wxUSE_DISPLAY" = "yes"; then
35583 if test "$wxUSE_DFB" = 1; then
35584 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
35585 $as_echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
35586 wxUSE_DISPLAY=no
35587 else
35588 $as_echo "#define wxUSE_DISPLAY 1" >>confdefs.h
35589
35590 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
35591 fi
35592 fi
35593
35594 if test "$wxUSE_DETECT_SM" = "yes"; then
35595 $as_echo "#define wxUSE_DETECT_SM 1" >>confdefs.h
35596
35597 fi
35598
35599 if test "$wxUSE_GAUGE" = "yes"; then
35600 $as_echo "#define wxUSE_GAUGE 1" >>confdefs.h
35601
35602 USES_CONTROLS=1
35603 fi
35604
35605 if test "$wxUSE_GRID" = "yes"; then
35606 $as_echo "#define wxUSE_GRID 1" >>confdefs.h
35607
35608 USES_CONTROLS=1
35609 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
35610 fi
35611
35612 if test "$wxUSE_HEADERCTRL" = "yes"; then
35613 $as_echo "#define wxUSE_HEADERCTRL 1" >>confdefs.h
35614
35615 USES_CONTROLS=1
35616 fi
35617
35618 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
35619 $as_echo "#define wxUSE_HYPERLINKCTRL 1" >>confdefs.h
35620
35621 USES_CONTROLS=1
35622 fi
35623
35624 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
35625 $as_echo "#define wxUSE_BITMAPCOMBOBOX 1" >>confdefs.h
35626
35627 USES_CONTROLS=1
35628 fi
35629
35630 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
35631 $as_echo "#define wxUSE_DATAVIEWCTRL 1" >>confdefs.h
35632
35633 USES_CONTROLS=1
35634 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dataview"
35635 fi
35636
35637 if test "$wxUSE_IMAGLIST" = "yes"; then
35638 $as_echo "#define wxUSE_IMAGLIST 1" >>confdefs.h
35639
35640 fi
35641
35642 if test "$wxUSE_INFOBAR" = "yes"; then
35643 $as_echo "#define wxUSE_INFOBAR 1" >>confdefs.h
35644
35645 fi
35646
35647 if test "$wxUSE_LISTBOOK" = "yes"; then
35648 $as_echo "#define wxUSE_LISTBOOK 1" >>confdefs.h
35649
35650 USES_CONTROLS=1
35651 fi
35652
35653 if test "$wxUSE_LISTBOX" = "yes"; then
35654 $as_echo "#define wxUSE_LISTBOX 1" >>confdefs.h
35655
35656 USES_CONTROLS=1
35657 fi
35658
35659 if test "$wxUSE_LISTCTRL" = "yes"; then
35660 if test "$wxUSE_IMAGLIST" = "yes"; then
35661 $as_echo "#define wxUSE_LISTCTRL 1" >>confdefs.h
35662
35663 USES_CONTROLS=1
35664 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
35665 else
35666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
35667 $as_echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
35668 fi
35669 fi
35670
35671 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
35672 $as_echo "#define wxUSE_EDITABLELISTBOX 1" >>confdefs.h
35673
35674 USES_CONTROLS=1
35675 fi
35676
35677 if test "$wxUSE_NOTEBOOK" = "yes"; then
35678 $as_echo "#define wxUSE_NOTEBOOK 1" >>confdefs.h
35679
35680 USES_CONTROLS=1
35681 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
35682 fi
35683
35684 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
35685 $as_echo "#define wxUSE_NOTIFICATION_MESSAGE 1" >>confdefs.h
35686
35687 fi
35688
35689 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
35690 $as_echo "#define wxUSE_ODCOMBOBOX 1" >>confdefs.h
35691
35692 USES_CONTROLS=1
35693 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS combo"
35694 fi
35695
35696 if test "$wxUSE_RADIOBOX" = "yes"; then
35697 $as_echo "#define wxUSE_RADIOBOX 1" >>confdefs.h
35698
35699 USES_CONTROLS=1
35700 fi
35701
35702 if test "$wxUSE_RADIOBTN" = "yes"; then
35703 $as_echo "#define wxUSE_RADIOBTN 1" >>confdefs.h
35704
35705 USES_CONTROLS=1
35706 fi
35707
35708 if test "$wxUSE_REARRANGECTRL" = "yes"; then
35709 $as_echo "#define wxUSE_REARRANGECTRL 1" >>confdefs.h
35710
35711 fi
35712
35713 if test "$wxUSE_RICHMSGDLG" = "yes"; then
35714 $as_echo "#define wxUSE_RICHMSGDLG 1" >>confdefs.h
35715
35716 fi
35717
35718 if test "$wxUSE_RICHTOOLTIP" = "yes"; then
35719 $as_echo "#define wxUSE_RICHTOOLTIP 1" >>confdefs.h
35720
35721 fi
35722
35723 if test "$wxUSE_SASH" = "yes"; then
35724 $as_echo "#define wxUSE_SASH 1" >>confdefs.h
35725
35726 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
35727 fi
35728
35729 if test "$wxUSE_SCROLLBAR" = "yes"; then
35730 $as_echo "#define wxUSE_SCROLLBAR 1" >>confdefs.h
35731
35732 USES_CONTROLS=1
35733 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll"
35734 fi
35735
35736 if test "$wxUSE_SEARCHCTRL" = "yes"; then
35737 $as_echo "#define wxUSE_SEARCHCTRL 1" >>confdefs.h
35738
35739 USES_CONTROLS=1
35740 fi
35741
35742 if test "$wxUSE_SLIDER" = "yes"; then
35743 $as_echo "#define wxUSE_SLIDER 1" >>confdefs.h
35744
35745 USES_CONTROLS=1
35746 fi
35747
35748 if test "$wxUSE_SPINBTN" = "yes"; then
35749 $as_echo "#define wxUSE_SPINBTN 1" >>confdefs.h
35750
35751 USES_CONTROLS=1
35752 fi
35753
35754 if test "$wxUSE_SPINCTRL" = "yes"; then
35755 $as_echo "#define wxUSE_SPINCTRL 1" >>confdefs.h
35756
35757 USES_CONTROLS=1
35758 fi
35759
35760 if test "$wxUSE_SPLITTER" = "yes"; then
35761 $as_echo "#define wxUSE_SPLITTER 1" >>confdefs.h
35762
35763 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
35764 fi
35765
35766 if test "$wxUSE_STATBMP" = "yes"; then
35767 $as_echo "#define wxUSE_STATBMP 1" >>confdefs.h
35768
35769 USES_CONTROLS=1
35770 fi
35771
35772 if test "$wxUSE_STATBOX" = "yes"; then
35773 $as_echo "#define wxUSE_STATBOX 1" >>confdefs.h
35774
35775 USES_CONTROLS=1
35776 fi
35777
35778 if test "$wxUSE_STATTEXT" = "yes"; then
35779 $as_echo "#define wxUSE_STATTEXT 1" >>confdefs.h
35780
35781 USES_CONTROLS=1
35782 fi
35783
35784 if test "$wxUSE_STATLINE" = "yes"; then
35785 $as_echo "#define wxUSE_STATLINE 1" >>confdefs.h
35786
35787 USES_CONTROLS=1
35788 fi
35789
35790 if test "$wxUSE_STATUSBAR" = "yes"; then
35791 $as_echo "#define wxUSE_NATIVE_STATUSBAR 1" >>confdefs.h
35792
35793 $as_echo "#define wxUSE_STATUSBAR 1" >>confdefs.h
35794
35795 USES_CONTROLS=1
35796
35797 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
35798 fi
35799
35800 if test "$wxUSE_TEXTCTRL" = "yes"; then
35801 $as_echo "#define wxUSE_TEXTCTRL 1" >>confdefs.h
35802
35803 USES_CONTROLS=1
35804 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
35805
35806 $as_echo "#define wxUSE_RICHEDIT 1" >>confdefs.h
35807
35808 $as_echo "#define wxUSE_RICHEDIT2 1" >>confdefs.h
35809
35810 fi
35811
35812 if test "$wxUSE_TIMEPICKCTRL" = "yes"; then
35813 $as_echo "#define wxUSE_TIMEPICKCTRL 1" >>confdefs.h
35814
35815 USES_CONTROLS=1
35816 fi
35817
35818 if test "$wxUSE_TOGGLEBTN" = "yes"; then
35819 if test "$wxUSE_OLD_COCOA" = 1 ; then
35820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
35821 $as_echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
35822 wxUSE_TOGGLEBTN=no
35823 fi
35824
35825 if test "$wxUSE_TOGGLEBTN" = "yes"; then
35826 $as_echo "#define wxUSE_TOGGLEBTN 1" >>confdefs.h
35827
35828 USES_CONTROLS=1
35829 fi
35830 fi
35831
35832 if test "$wxUSE_TOOLBAR" = "yes"; then
35833 $as_echo "#define wxUSE_TOOLBAR 1" >>confdefs.h
35834
35835 USES_CONTROLS=1
35836
35837 if test "$wxUSE_UNIVERSAL" = "yes"; then
35838 wxUSE_TOOLBAR_NATIVE="no"
35839 else
35840 wxUSE_TOOLBAR_NATIVE="yes"
35841 $as_echo "#define wxUSE_TOOLBAR_NATIVE 1" >>confdefs.h
35842
35843 fi
35844
35845 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
35846 fi
35847
35848 if test "$wxUSE_TOOLTIPS" = "yes"; then
35849 if test "$wxUSE_MOTIF" = 1; then
35850 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
35851 $as_echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
35852 else
35853 if test "$wxUSE_UNIVERSAL" = "yes"; then
35854 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
35855 $as_echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
35856 else
35857 $as_echo "#define wxUSE_TOOLTIPS 1" >>confdefs.h
35858
35859 fi
35860 fi
35861 fi
35862
35863 if test "$wxUSE_TREEBOOK" = "yes"; then
35864 $as_echo "#define wxUSE_TREEBOOK 1" >>confdefs.h
35865
35866 USES_CONTROLS=1
35867 fi
35868
35869 if test "$wxUSE_TOOLBOOK" = "yes"; then
35870 $as_echo "#define wxUSE_TOOLBOOK 1" >>confdefs.h
35871
35872 USES_CONTROLS=1
35873 fi
35874
35875 if test "$wxUSE_TREECTRL" = "yes"; then
35876 if test "$wxUSE_IMAGLIST" = "yes"; then
35877 $as_echo "#define wxUSE_TREECTRL 1" >>confdefs.h
35878
35879 USES_CONTROLS=1
35880 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
35881 else
35882 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
35883 $as_echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
35884 fi
35885 fi
35886
35887 if test "$wxUSE_TREELISTCTRL" = "yes"; then
35888 $as_echo "#define wxUSE_TREELISTCTRL 1" >>confdefs.h
35889
35890 USES_CONTROLS=1
35891 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelist"
35892 fi
35893
35894 if test "$wxUSE_POPUPWIN" = "yes"; then
35895 if test "$wxUSE_OLD_COCOA" = 1 ; then
35896 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
35897 $as_echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
35898 else
35899 if test "$wxUSE_PM" = 1; then
35900 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
35901 $as_echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
35902 else
35903 $as_echo "#define wxUSE_POPUPWIN 1" >>confdefs.h
35904
35905 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
35906
35907 USES_CONTROLS=1
35908 fi
35909 fi
35910 fi
35911
35912 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
35913 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
35914 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Dialup manager not supported on this platform... disabled" >&5
35915 $as_echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
35916 else
35917 $as_echo "#define wxUSE_DIALUP_MANAGER 1" >>confdefs.h
35918
35919 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
35920 fi
35921 fi
35922
35923 if test "$wxUSE_TIPWINDOW" = "yes"; then
35924 if test "$wxUSE_PM" = 1; then
35925 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
35926 $as_echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
35927 else
35928 $as_echo "#define wxUSE_TIPWINDOW 1" >>confdefs.h
35929
35930 fi
35931 fi
35932
35933 if test "$USES_CONTROLS" = 1; then
35934 $as_echo "#define wxUSE_CONTROLS 1" >>confdefs.h
35935
35936 fi
35937
35938
35939 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
35940 $as_echo "#define wxUSE_ACCESSIBILITY 1" >>confdefs.h
35941
35942 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
35943 fi
35944
35945 if test "$wxUSE_ARTPROVIDER_STD" = "yes"; then
35946 $as_echo "#define wxUSE_ARTPROVIDER_STD 1" >>confdefs.h
35947
35948 fi
35949
35950 if test "$wxUSE_ARTPROVIDER_TANGO" = "auto"; then
35951 if test "$wxUSE_GTK" != 1; then
35952 if test "$wxUSE_LIBPNG" != no -a \
35953 "$wxUSE_IMAGE" = yes -a \
35954 "$wxUSE_STREAMS" = yes; then
35955 wxUSE_ARTPROVIDER_TANGO="yes"
35956 fi
35957 fi
35958 fi
35959
35960 if test "$wxUSE_ARTPROVIDER_TANGO" = "yes"; then
35961 $as_echo "#define wxUSE_ARTPROVIDER_TANGO 1" >>confdefs.h
35962
35963 fi
35964
35965 if test "$wxUSE_DRAGIMAGE" = "yes"; then
35966 $as_echo "#define wxUSE_DRAGIMAGE 1" >>confdefs.h
35967
35968 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
35969 fi
35970
35971 if test "$wxUSE_EXCEPTIONS" = "yes"; then
35972 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
35973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
35974 $as_echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
35975 else
35976 $as_echo "#define wxUSE_EXCEPTIONS 1" >>confdefs.h
35977
35978 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
35979 fi
35980 fi
35981
35982 USE_HTML=0
35983 if test "$wxUSE_HTML" = "yes"; then
35984 $as_echo "#define wxUSE_HTML 1" >>confdefs.h
35985
35986 USE_HTML=1
35987 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
35988 fi
35989 if test "$wxUSE_WEBKIT" = "yes"; then
35990 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
35991 old_CPPFLAGS="$CPPFLAGS"
35992 CPPFLAGS="-x objective-c++ $CPPFLAGS"
35993 ac_fn_c_check_header_compile "$LINENO" "WebKit/HIWebView.h" "ac_cv_header_WebKit_HIWebView_h" "
35994 #include <Carbon/Carbon.h>
35995 #include <WebKit/WebKit.h>
35996
35997 "
35998 if test "x$ac_cv_header_WebKit_HIWebView_h" = x""yes; then :
35999
36000 $as_echo "#define wxUSE_WEBKIT 1" >>confdefs.h
36001
36002 WEBKIT_LINK="-framework WebKit"
36003
36004 else
36005
36006 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit headers not found; disabling wxWebKit" >&5
36007 $as_echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
36008 wxUSE_WEBKIT=no
36009
36010 fi
36011
36012
36013 CPPFLAGS="$old_CPPFLAGS"
36014 elif test "$wxUSE_OLD_COCOA" = 1; then
36015 $as_echo "#define wxUSE_WEBKIT 1" >>confdefs.h
36016
36017 else
36018 wxUSE_WEBKIT=no
36019 fi
36020 if test "$wxUSE_WEBKIT" = "yes"; then
36021 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
36022 fi
36023 fi
36024
36025 USE_XRC=0
36026 if test "$wxUSE_XRC" = "yes"; then
36027 if test "$wxUSE_XML" != "yes"; then
36028 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: XML library not built, XRC resources disabled" >&5
36029 $as_echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
36030 wxUSE_XRC=no
36031 else
36032 $as_echo "#define wxUSE_XRC 1" >>confdefs.h
36033
36034 USE_XRC=1
36035 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
36036 fi
36037 fi
36038
36039 USE_AUI=0
36040 if test "$wxUSE_AUI" = "yes"; then
36041 $as_echo "#define wxUSE_AUI 1" >>confdefs.h
36042
36043 USE_AUI=1
36044 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
36045 fi
36046
36047 USE_PROPGRID=0
36048 if test "$wxUSE_PROPGRID" = "yes"; then
36049 $as_echo "#define wxUSE_PROPGRID 1" >>confdefs.h
36050
36051 USE_PROPGRID=1
36052 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS propgrid"
36053 fi
36054
36055 USE_RIBBON=0
36056 if test "$wxUSE_RIBBON" = "yes"; then
36057 $as_echo "#define wxUSE_RIBBON 1" >>confdefs.h
36058
36059 USE_RIBBON=1
36060 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ribbon"
36061 fi
36062
36063 USE_STC=0
36064 if test "$wxUSE_STC" = "yes"; then
36065 $as_echo "#define wxUSE_STC 1" >>confdefs.h
36066
36067 USE_STC=1
36068 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS stc"
36069
36070 # Extract the first word of "python", so it can be a program name with args.
36071 set dummy python; ac_word=$2
36072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
36073 $as_echo_n "checking for $ac_word... " >&6; }
36074 if test "${ac_cv_path_PYTHON+set}" = set; then :
36075 $as_echo_n "(cached) " >&6
36076 else
36077 case $PYTHON in
36078 [\\/]* | ?:[\\/]*)
36079 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
36080 ;;
36081 *)
36082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36083 for as_dir in $PATH
36084 do
36085 IFS=$as_save_IFS
36086 test -z "$as_dir" && as_dir=.
36087 for ac_exec_ext in '' $ac_executable_extensions; do
36088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
36089 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
36090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
36091 break 2
36092 fi
36093 done
36094 done
36095 IFS=$as_save_IFS
36096
36097 ;;
36098 esac
36099 fi
36100 PYTHON=$ac_cv_path_PYTHON
36101 if test -n "$PYTHON"; then
36102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
36103 $as_echo "$PYTHON" >&6; }
36104 else
36105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36106 $as_echo "no" >&6; }
36107 fi
36108
36109
36110 if test "x$PYTHON" = "x"; then
36111 COND_PYTHON="#"
36112 fi
36113
36114 fi
36115
36116 if test "$wxUSE_MENUS" = "yes"; then
36117 $as_echo "#define wxUSE_MENUS 1" >>confdefs.h
36118
36119 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
36120 fi
36121
36122 if test "$wxUSE_MIMETYPE" = "yes"; then
36123 $as_echo "#define wxUSE_MIMETYPE 1" >>confdefs.h
36124
36125 fi
36126
36127 if test "$wxUSE_MINIFRAME" = "yes"; then
36128 $as_echo "#define wxUSE_MINIFRAME 1" >>confdefs.h
36129
36130 fi
36131
36132 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
36133 $as_echo "#define wxUSE_SYSTEM_OPTIONS 1" >>confdefs.h
36134
36135 fi
36136
36137 if test "$wxUSE_TASKBARICON" = "yes"; then
36138 $as_echo "#define wxUSE_TASKBARICON 1" >>confdefs.h
36139
36140 $as_echo "#define wxUSE_TASKBARICON_BALLOONS 1" >>confdefs.h
36141
36142 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
36143 fi
36144
36145
36146 if test "$wxUSE_VALIDATORS" = "yes"; then
36147 $as_echo "#define wxUSE_VALIDATORS 1" >>confdefs.h
36148
36149 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
36150 fi
36151
36152 if test "$wxUSE_PALETTE" = "yes" ; then
36153 if test "$wxUSE_DFB" = 1; then
36154 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxPalette not yet supported under DFB... disabled" >&5
36155 $as_echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
36156 wxUSE_PALETTE=no
36157 else
36158 $as_echo "#define wxUSE_PALETTE 1" >>confdefs.h
36159
36160 fi
36161 fi
36162
36163 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
36164 LIBS=" -lunicows $LIBS"
36165 fi
36166
36167 USE_RICHTEXT=0
36168 if test "$wxUSE_RICHTEXT" = "yes"; then
36169 $as_echo "#define wxUSE_RICHTEXT 1" >>confdefs.h
36170
36171 USE_RICHTEXT=1
36172 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
36173 fi
36174
36175 if test "$wxUSE_WEBVIEW" = "yes"; then
36176 USE_WEBVIEW_WEBKIT=0
36177 if test "$wxUSE_WEBVIEW_WEBKIT" = "yes"; then
36178 if test "$wxUSE_GTK" = 1; then
36179 webkitgtk=webkit-1.0
36180 if test "$WXGTK3" = 1; then
36181 webkitgtk=webkitgtk-3.0
36182 fi
36183
36184 pkg_failed=no
36185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WEBKIT" >&5
36186 $as_echo_n "checking for WEBKIT... " >&6; }
36187
36188 if test -n "$PKG_CONFIG"; then
36189 if test -n "$WEBKIT_CFLAGS"; then
36190 pkg_cv_WEBKIT_CFLAGS="$WEBKIT_CFLAGS"
36191 else
36192 if test -n "$PKG_CONFIG" && \
36193 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$webkitgtk >= 1.3.1\""; } >&5
36194 ($PKG_CONFIG --exists --print-errors "$webkitgtk >= 1.3.1") 2>&5
36195 ac_status=$?
36196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36197 test $ac_status = 0; }; then
36198 pkg_cv_WEBKIT_CFLAGS=`$PKG_CONFIG --cflags "$webkitgtk >= 1.3.1" 2>/dev/null`
36199 else
36200 pkg_failed=yes
36201 fi
36202 fi
36203 else
36204 pkg_failed=untried
36205 fi
36206 if test -n "$PKG_CONFIG"; then
36207 if test -n "$WEBKIT_LIBS"; then
36208 pkg_cv_WEBKIT_LIBS="$WEBKIT_LIBS"
36209 else
36210 if test -n "$PKG_CONFIG" && \
36211 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$webkitgtk >= 1.3.1\""; } >&5
36212 ($PKG_CONFIG --exists --print-errors "$webkitgtk >= 1.3.1") 2>&5
36213 ac_status=$?
36214 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36215 test $ac_status = 0; }; then
36216 pkg_cv_WEBKIT_LIBS=`$PKG_CONFIG --libs "$webkitgtk >= 1.3.1" 2>/dev/null`
36217 else
36218 pkg_failed=yes
36219 fi
36220 fi
36221 else
36222 pkg_failed=untried
36223 fi
36224
36225
36226
36227 if test $pkg_failed = yes; then
36228
36229 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36230 _pkg_short_errors_supported=yes
36231 else
36232 _pkg_short_errors_supported=no
36233 fi
36234 if test $_pkg_short_errors_supported = yes; then
36235 WEBKIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$webkitgtk >= 1.3.1"`
36236 else
36237 WEBKIT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$webkitgtk >= 1.3.1"`
36238 fi
36239 # Put the nasty error message in config.log where it belongs
36240 echo "$WEBKIT_PKG_ERRORS" >&5
36241
36242
36243 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: webkitgtk not found." >&5
36244 $as_echo "$as_me: WARNING: webkitgtk not found." >&2;}
36245
36246 elif test $pkg_failed = untried; then
36247
36248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: webkitgtk not found." >&5
36249 $as_echo "$as_me: WARNING: webkitgtk not found." >&2;}
36250
36251 else
36252 WEBKIT_CFLAGS=$pkg_cv_WEBKIT_CFLAGS
36253 WEBKIT_LIBS=$pkg_cv_WEBKIT_LIBS
36254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36255 $as_echo "yes" >&6; }
36256
36257 USE_WEBVIEW_WEBKIT=1
36258 CPPFLAGS="$CPPFLAGS $WEBKIT_CFLAGS"
36259 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $WEBKIT_LIBS"
36260
36261 fi
36262 elif test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
36263 old_CPPFLAGS="$CPPFLAGS"
36264 CPPFLAGS="-x objective-c++ $CPPFLAGS"
36265 ac_fn_c_check_header_compile "$LINENO" "WebKit/HIWebView.h" "ac_cv_header_WebKit_HIWebView_h" "
36266 #include <Carbon/Carbon.h>
36267 #include <WebKit/WebKit.h>
36268
36269 "
36270 if test "x$ac_cv_header_WebKit_HIWebView_h" = x""yes; then :
36271
36272 USE_WEBVIEW_WEBKIT=1
36273 WEBKIT_LINK="-framework WebKit"
36274
36275 else
36276
36277 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit headers not found" >&5
36278 $as_echo "$as_me: WARNING: WebKit headers not found" >&2;}
36279
36280 fi
36281
36282
36283 CPPFLAGS="$old_CPPFLAGS"
36284 fi
36285 fi
36286
36287 wxUSE_WEBVIEW="no"
36288 if test "$wxUSE_GTK" = 1 -o "$wxUSE_MAC" = 1; then
36289 if test "$USE_WEBVIEW_WEBKIT" = 1; then
36290 wxUSE_WEBVIEW="yes"
36291 $as_echo "#define wxUSE_WEBVIEW_WEBKIT 1" >>confdefs.h
36292
36293 else
36294 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit not available, disabling wxWebView" >&5
36295 $as_echo "$as_me: WARNING: WebKit not available, disabling wxWebView" >&2;}
36296 fi
36297 elif test "$wxUSE_MSW" = 1; then
36298 if test "$wxUSE_WEBVIEW_IE" = "yes"; then
36299 wxUSE_WEBVIEW="yes"
36300 $as_echo "#define wxUSE_WEBVIEW_IE 1" >>confdefs.h
36301
36302 fi
36303 fi
36304 fi
36305
36306 if test "$wxUSE_WEBVIEW" = "yes"; then
36307 USE_WEBVIEW=1
36308 $as_echo "#define wxUSE_WEBVIEW 1" >>confdefs.h
36309
36310 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS webview"
36311 else
36312 USE_WEBVIEW=0
36313 fi
36314
36315
36316 if test "$wxUSE_IMAGE" = "yes" ; then
36317 $as_echo "#define wxUSE_IMAGE 1" >>confdefs.h
36318
36319
36320 if test "$wxUSE_GIF" = "yes" ; then
36321 $as_echo "#define wxUSE_GIF 1" >>confdefs.h
36322
36323 fi
36324
36325 if test "$wxUSE_PCX" = "yes" ; then
36326 $as_echo "#define wxUSE_PCX 1" >>confdefs.h
36327
36328 fi
36329
36330 if test "$wxUSE_TGA" = "yes" ; then
36331 $as_echo "#define wxUSE_TGA 1" >>confdefs.h
36332
36333 fi
36334
36335 if test "$wxUSE_IFF" = "yes" ; then
36336 $as_echo "#define wxUSE_IFF 1" >>confdefs.h
36337
36338 fi
36339
36340 if test "$wxUSE_PNM" = "yes" ; then
36341 $as_echo "#define wxUSE_PNM 1" >>confdefs.h
36342
36343 fi
36344
36345 if test "$wxUSE_XPM" = "yes" ; then
36346 $as_echo "#define wxUSE_XPM 1" >>confdefs.h
36347
36348 fi
36349
36350 if test "$wxUSE_ICO_CUR" = "yes" ; then
36351 $as_echo "#define wxUSE_ICO_CUR 1" >>confdefs.h
36352
36353 fi
36354 fi
36355
36356
36357 if test "$wxUSE_ABOUTDLG" = "yes"; then
36358 $as_echo "#define wxUSE_ABOUTDLG 1" >>confdefs.h
36359
36360 fi
36361
36362 if test "$wxUSE_CHOICEDLG" = "yes"; then
36363 $as_echo "#define wxUSE_CHOICEDLG 1" >>confdefs.h
36364
36365 fi
36366
36367 if test "$wxUSE_COLOURDLG" = "yes"; then
36368 $as_echo "#define wxUSE_COLOURDLG 1" >>confdefs.h
36369
36370 fi
36371
36372 if test "$wxUSE_FILEDLG" = "yes"; then
36373 $as_echo "#define wxUSE_FILEDLG 1" >>confdefs.h
36374
36375 fi
36376
36377 if test "$wxUSE_FINDREPLDLG" = "yes"; then
36378 $as_echo "#define wxUSE_FINDREPLDLG 1" >>confdefs.h
36379
36380 fi
36381
36382 if test "$wxUSE_FONTDLG" = "yes"; then
36383 $as_echo "#define wxUSE_FONTDLG 1" >>confdefs.h
36384
36385 fi
36386
36387 if test "$wxUSE_DIRDLG" = "yes"; then
36388 if test "$wxUSE_TREECTRL" != "yes"; then
36389 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
36390 $as_echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
36391 else
36392 $as_echo "#define wxUSE_DIRDLG 1" >>confdefs.h
36393
36394 fi
36395 fi
36396
36397 if test "$wxUSE_MSGDLG" = "yes"; then
36398 $as_echo "#define wxUSE_MSGDLG 1" >>confdefs.h
36399
36400 fi
36401
36402 if test "$wxUSE_NUMBERDLG" = "yes"; then
36403 $as_echo "#define wxUSE_NUMBERDLG 1" >>confdefs.h
36404
36405 fi
36406
36407 if test "$wxUSE_PROGRESSDLG" = "yes"; then
36408 $as_echo "#define wxUSE_PROGRESSDLG 1" >>confdefs.h
36409
36410 fi
36411
36412 if test "$wxUSE_SPLASH" = "yes"; then
36413 $as_echo "#define wxUSE_SPLASH 1" >>confdefs.h
36414
36415 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
36416 fi
36417
36418 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
36419 $as_echo "#define wxUSE_STARTUP_TIPS 1" >>confdefs.h
36420
36421 fi
36422
36423 if test "$wxUSE_TEXTDLG" = "yes"; then
36424 $as_echo "#define wxUSE_TEXTDLG 1" >>confdefs.h
36425
36426 fi
36427
36428 if test "$wxUSE_WIZARDDLG" = "yes"; then
36429 $as_echo "#define wxUSE_WIZARDDLG 1" >>confdefs.h
36430
36431 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
36432 fi
36433
36434
36435 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
36436 if test "$wxUSE_OWNER_DRAWN" = "yes"; then
36437 $as_echo "#define wxUSE_OWNER_DRAWN 1" >>confdefs.h
36438
36439 fi
36440 fi
36441
36442
36443 if test "$wxUSE_MSW" = 1 ; then
36444
36445 if test "$wxUSE_DC_CACHEING" = "yes"; then
36446 $as_echo "#define wxUSE_DC_CACHEING 1" >>confdefs.h
36447
36448 fi
36449
36450 if test "$wxUSE_DIB" = "yes"; then
36451 $as_echo "#define wxUSE_WXDIB 1" >>confdefs.h
36452
36453 fi
36454
36455 if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
36456 $as_echo "#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1" >>confdefs.h
36457
36458 fi
36459
36460 if test "$wxUSE_UXTHEME" = "yes"; then
36461 $as_echo "#define wxUSE_UXTHEME 1" >>confdefs.h
36462
36463 fi
36464
36465 fi
36466
36467 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
36468 $as_echo "#define wxUSE_AUTOID_MANAGEMENT 1" >>confdefs.h
36469
36470 fi
36471
36472 if test "$USE_WIN32" = 1 ; then
36473 if test "$wxUSE_INICONF" = "yes"; then
36474 $as_echo "#define wxUSE_INICONF 1" >>confdefs.h
36475
36476 fi
36477
36478 if test "$wxUSE_REGKEY" = "yes"; then
36479 $as_echo "#define wxUSE_REGKEY 1" >>confdefs.h
36480
36481 fi
36482 fi
36483
36484
36485 if test "$wxUSE_MAC" = 1; then
36486 wxUSE_GRAPHICS_CONTEXT="yes"
36487 fi
36488
36489 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
36490 wx_has_graphics=0
36491 if test "$wxUSE_MSW" = 1; then
36492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GDI+ is available" >&5
36493 $as_echo_n "checking if GDI+ is available... " >&6; }
36494 if test "${wx_cv_lib_gdiplus+set}" = set; then :
36495 $as_echo_n "(cached) " >&6
36496 else
36497
36498 ac_ext=cpp
36499 ac_cpp='$CXXCPP $CPPFLAGS'
36500 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36501 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36502 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36503
36504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36505 /* end confdefs.h. */
36506 #include <windows.h>
36507 #include <gdiplus.h>
36508 int
36509 main ()
36510 {
36511
36512 using namespace Gdiplus;
36513
36514 ;
36515 return 0;
36516 }
36517 _ACEOF
36518 if ac_fn_cxx_try_compile "$LINENO"; then :
36519 wx_cv_lib_gdiplus=yes
36520 else
36521 wx_cv_lib_gdiplus=no
36522
36523 fi
36524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36525 ac_ext=c
36526 ac_cpp='$CPP $CPPFLAGS'
36527 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36528 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36529 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36530
36531
36532
36533 fi
36534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_gdiplus" >&5
36535 $as_echo "$wx_cv_lib_gdiplus" >&6; }
36536 if test "$wx_cv_lib_gdiplus" = "yes"; then
36537 wx_has_graphics=1
36538 fi
36539 elif test "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
36540
36541 pkg_failed=no
36542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
36543 $as_echo_n "checking for CAIRO... " >&6; }
36544
36545 if test -n "$PKG_CONFIG"; then
36546 if test -n "$CAIRO_CFLAGS"; then
36547 pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
36548 else
36549 if test -n "$PKG_CONFIG" && \
36550 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo\""; } >&5
36551 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
36552 ac_status=$?
36553 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36554 test $ac_status = 0; }; then
36555 pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
36556 else
36557 pkg_failed=yes
36558 fi
36559 fi
36560 else
36561 pkg_failed=untried
36562 fi
36563 if test -n "$PKG_CONFIG"; then
36564 if test -n "$CAIRO_LIBS"; then
36565 pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
36566 else
36567 if test -n "$PKG_CONFIG" && \
36568 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo\""; } >&5
36569 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
36570 ac_status=$?
36571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36572 test $ac_status = 0; }; then
36573 pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
36574 else
36575 pkg_failed=yes
36576 fi
36577 fi
36578 else
36579 pkg_failed=untried
36580 fi
36581
36582
36583
36584 if test $pkg_failed = yes; then
36585
36586 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36587 _pkg_short_errors_supported=yes
36588 else
36589 _pkg_short_errors_supported=no
36590 fi
36591 if test $_pkg_short_errors_supported = yes; then
36592 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
36593 else
36594 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
36595 fi
36596 # Put the nasty error message in config.log where it belongs
36597 echo "$CAIRO_PKG_ERRORS" >&5
36598
36599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library not found" >&5
36600 $as_echo "$as_me: WARNING: Cairo library not found" >&2;}
36601
36602 elif test $pkg_failed = untried; then
36603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library not found" >&5
36604 $as_echo "$as_me: WARNING: Cairo library not found" >&2;}
36605
36606 else
36607 CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
36608 CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
36609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36610 $as_echo "yes" >&6; }
36611 wx_has_graphics=1
36612 fi
36613 if test "$wx_has_graphics" = 1; then
36614 save_LIBS="$LIBS"
36615 LIBS="$LIBS $CAIRO_LIBS"
36616 for ac_func in cairo_push_group
36617 do :
36618 ac_fn_c_check_func "$LINENO" "cairo_push_group" "ac_cv_func_cairo_push_group"
36619 if test "x$ac_cv_func_cairo_push_group" = x""yes; then :
36620 cat >>confdefs.h <<_ACEOF
36621 #define HAVE_CAIRO_PUSH_GROUP 1
36622 _ACEOF
36623
36624 fi
36625 done
36626
36627 LIBS="$save_LIBS"
36628 if test "$ac_cv_func_cairo_push_group" = "no"; then
36629 wx_has_graphics=0
36630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library is too old and misses cairo_push_group()" >&5
36631 $as_echo "$as_me: WARNING: Cairo library is too old and misses cairo_push_group()" >&2;}
36632 else
36633 $as_echo "#define wxUSE_CAIRO 1" >>confdefs.h
36634
36635
36636 if test "$wxUSE_GTK" != 1; then
36637 CPPFLAGS="$CAIRO_CFLAGS $CPPFLAGS"
36638 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $CAIRO_LIBS"
36639 fi
36640 fi
36641 fi
36642 else
36643 wx_has_graphics=1
36644 fi
36645
36646 if test "$wx_has_graphics" = 1; then
36647 $as_echo "#define wxUSE_GRAPHICS_CONTEXT 1" >>confdefs.h
36648
36649 else
36650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGraphicsContext won't be available" >&5
36651 $as_echo "$as_me: WARNING: wxGraphicsContext won't be available" >&2;}
36652 fi
36653 fi
36654
36655
36656 USE_MEDIA=0
36657
36658 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
36659 USE_MEDIA=1
36660
36661 if test "$wxUSE_GTK" = 1; then
36662 wxUSE_GSTREAMER="no"
36663
36664 GST_VERSION_MAJOR=0
36665 GST_VERSION_MINOR=10
36666 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
36667
36668 if test "$wxUSE_GSTREAMER8" = "no"; then
36669
36670 pkg_failed=no
36671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
36672 $as_echo_n "checking for GST... " >&6; }
36673
36674 if test -n "$PKG_CONFIG"; then
36675 if test -n "$GST_CFLAGS"; then
36676 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
36677 else
36678 if test -n "$PKG_CONFIG" && \
36679 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\""; } >&5
36680 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
36681 ac_status=$?
36682 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36683 test $ac_status = 0; }; then
36684 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
36685 else
36686 pkg_failed=yes
36687 fi
36688 fi
36689 else
36690 pkg_failed=untried
36691 fi
36692 if test -n "$PKG_CONFIG"; then
36693 if test -n "$GST_LIBS"; then
36694 pkg_cv_GST_LIBS="$GST_LIBS"
36695 else
36696 if test -n "$PKG_CONFIG" && \
36697 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\""; } >&5
36698 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
36699 ac_status=$?
36700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36701 test $ac_status = 0; }; then
36702 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
36703 else
36704 pkg_failed=yes
36705 fi
36706 fi
36707 else
36708 pkg_failed=untried
36709 fi
36710
36711
36712
36713 if test $pkg_failed = yes; then
36714
36715 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36716 _pkg_short_errors_supported=yes
36717 else
36718 _pkg_short_errors_supported=no
36719 fi
36720 if test $_pkg_short_errors_supported = yes; then
36721 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
36722 else
36723 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
36724 fi
36725 # Put the nasty error message in config.log where it belongs
36726 echo "$GST_PKG_ERRORS" >&5
36727
36728
36729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
36730 $as_echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
36731 GST_VERSION_MINOR=8
36732
36733
36734 elif test $pkg_failed = untried; then
36735
36736 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
36737 $as_echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
36738 GST_VERSION_MINOR=8
36739
36740
36741 else
36742 GST_CFLAGS=$pkg_cv_GST_CFLAGS
36743 GST_LIBS=$pkg_cv_GST_LIBS
36744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36745 $as_echo "yes" >&6; }
36746
36747 wxUSE_GSTREAMER="yes"
36748 GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_VERSION"
36749
36750 fi
36751 else
36752 GST_VERSION_MINOR=8
36753 fi
36754
36755 if test $GST_VERSION_MINOR = "8"; then
36756 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
36757
36758 pkg_failed=no
36759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
36760 $as_echo_n "checking for GST... " >&6; }
36761
36762 if test -n "$PKG_CONFIG"; then
36763 if test -n "$GST_CFLAGS"; then
36764 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
36765 else
36766 if test -n "$PKG_CONFIG" && \
36767 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\""; } >&5
36768 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
36769 ac_status=$?
36770 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36771 test $ac_status = 0; }; then
36772 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
36773 else
36774 pkg_failed=yes
36775 fi
36776 fi
36777 else
36778 pkg_failed=untried
36779 fi
36780 if test -n "$PKG_CONFIG"; then
36781 if test -n "$GST_LIBS"; then
36782 pkg_cv_GST_LIBS="$GST_LIBS"
36783 else
36784 if test -n "$PKG_CONFIG" && \
36785 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\""; } >&5
36786 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
36787 ac_status=$?
36788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36789 test $ac_status = 0; }; then
36790 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
36791 else
36792 pkg_failed=yes
36793 fi
36794 fi
36795 else
36796 pkg_failed=untried
36797 fi
36798
36799
36800
36801 if test $pkg_failed = yes; then
36802
36803 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36804 _pkg_short_errors_supported=yes
36805 else
36806 _pkg_short_errors_supported=no
36807 fi
36808 if test $_pkg_short_errors_supported = yes; then
36809 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
36810 else
36811 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
36812 fi
36813 # Put the nasty error message in config.log where it belongs
36814 echo "$GST_PKG_ERRORS" >&5
36815
36816
36817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.8/0.10 not available." >&5
36818 $as_echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
36819
36820 elif test $pkg_failed = untried; then
36821
36822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.8/0.10 not available." >&5
36823 $as_echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
36824
36825 else
36826 GST_CFLAGS=$pkg_cv_GST_CFLAGS
36827 GST_LIBS=$pkg_cv_GST_LIBS
36828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36829 $as_echo "yes" >&6; }
36830 wxUSE_GSTREAMER="yes"
36831 fi
36832 fi
36833
36834
36835 if test "$wxUSE_GSTREAMER" = "yes"; then
36836 CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
36837 EXTRALIBS_MEDIA="$GST_LIBS"
36838
36839 $as_echo "#define wxUSE_GSTREAMER 1" >>confdefs.h
36840
36841 else
36842 USE_MEDIA=0
36843 fi
36844 fi
36845
36846 if test $USE_MEDIA = 1; then
36847 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
36848 $as_echo "#define wxUSE_MEDIACTRL 1" >>confdefs.h
36849
36850 else
36851 if test "$wxUSE_MEDIACTRL" = "yes"; then
36852 as_fn_error $? "GStreamer not available" "$LINENO" 5
36853 else
36854 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
36855 $as_echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
36856 fi
36857 fi
36858 fi
36859
36860
36861 if test "$cross_compiling" != "no"; then
36862 OSINFO="\"$host\""
36863 else
36864 OSINFO=`uname -s -r -m`
36865 OSINFO="\"$OSINFO\""
36866 fi
36867
36868 cat >>confdefs.h <<_ACEOF
36869 #define WXWIN_OS_DESCRIPTION $OSINFO
36870 _ACEOF
36871
36872
36873
36874 if test "x$prefix" != "xNONE"; then
36875 wxPREFIX=$prefix
36876 else
36877 wxPREFIX=$ac_default_prefix
36878 fi
36879
36880 cat >>confdefs.h <<_ACEOF
36881 #define wxINSTALL_PREFIX "$wxPREFIX"
36882 _ACEOF
36883
36884
36885
36886
36887 STD_BASE_LIBS="base"
36888 STD_GUI_LIBS=""
36889 BUILT_WX_LIBS="base"
36890 ALL_WX_LIBS="xrc stc gl media qa html adv core xml net base"
36891
36892 if test "$wxUSE_SOCKETS" = "yes" ; then
36893 STD_BASE_LIBS="net $STD_BASE_LIBS"
36894 BUILT_WX_LIBS="net $BUILT_WX_LIBS"
36895 fi
36896 if test "$wxUSE_XML" = "yes" ; then
36897 STD_BASE_LIBS="xml $STD_BASE_LIBS"
36898 BUILT_WX_LIBS="xml $BUILT_WX_LIBS"
36899 fi
36900
36901 if test "$wxUSE_GUI" = "yes"; then
36902 STD_GUI_LIBS="adv core"
36903 BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
36904
36905 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
36906 STD_GUI_LIBS="qa $STD_GUI_LIBS"
36907 BUILT_WX_LIBS="qa $BUILT_WX_LIBS"
36908 fi
36909 if test "$wxUSE_HTML" = "yes" ; then
36910 STD_GUI_LIBS="html $STD_GUI_LIBS"
36911 BUILT_WX_LIBS="html $BUILT_WX_LIBS"
36912 fi
36913 if test "$wxUSE_MEDIACTRL" = "yes" ; then
36914 BUILT_WX_LIBS="media $BUILT_WX_LIBS"
36915 fi
36916 if test "$wxUSE_OPENGL" = "yes" ; then
36917 BUILT_WX_LIBS="gl $BUILT_WX_LIBS"
36918 fi
36919 if test "$wxUSE_AUI" = "yes" ; then
36920 BUILT_WX_LIBS="aui $BUILT_WX_LIBS"
36921 fi
36922 if test "$wxUSE_PROPGRID" = "yes" ; then
36923 BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
36924 fi
36925 if test "$wxUSE_RIBBON" = "yes" ; then
36926 BUILT_WX_LIBS="ribbon $BUILT_WX_LIBS"
36927 fi
36928 if test "$wxUSE_RICHTEXT" = "yes" ; then
36929 BUILT_WX_LIBS="richtext $BUILT_WX_LIBS"
36930 fi
36931 if test "$wxUSE_STC" = "yes" ; then
36932 BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
36933 fi
36934 if test "$wxUSE_WEBVIEW" = "yes" ; then
36935 STD_GUI_LIBS="webview $STD_GUI_LIBS"
36936 BUILT_WX_LIBS="webview $BUILT_WX_LIBS"
36937 fi
36938 if test "$wxUSE_XRC" = "yes" ; then
36939 STD_GUI_LIBS="xrc $STD_GUI_LIBS"
36940 BUILT_WX_LIBS="xrc $BUILT_WX_LIBS"
36941 fi
36942 fi
36943
36944
36945
36946
36947
36948
36949
36950 EXTRA_FRAMEWORKS=
36951 if test "$wxUSE_MAC" = 1 ; then
36952 if test "$USE_DARWIN" = 1; then
36953 if test "$wxUSE_OSX_IPHONE" = 1; then
36954 EXTRA_FRAMEWORKS="-framework IOKit -framework UIKit -framework CFNetwork -framework AudioToolbox -framework CoreFoundation -framework CoreGraphics -framework OpenGLES -framework Foundation -framework QuartzCore"
36955 else
36956 EXTRA_FRAMEWORKS="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL"
36957
36958
36959 if test "$cross_compiling" != "no"; then
36960 wx_cv_target_x86_64=no
36961 else
36962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we target only x86_64" >&5
36963 $as_echo_n "checking if we target only x86_64... " >&6; }
36964 if test "${wx_cv_target_x86_64+set}" = set; then :
36965 $as_echo_n "(cached) " >&6
36966 else
36967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36968 /* end confdefs.h. */
36969 int main() { return 0; }
36970 _ACEOF
36971 if ac_fn_c_try_link "$LINENO"; then :
36972 if file conftest$ac_exeext|grep -q 'i386\|ppc'; then
36973 wx_cv_target_x86_64=no
36974 else
36975 wx_cv_target_x86_64=yes
36976 fi
36977
36978 fi
36979 rm -f core conftest.err conftest.$ac_objext \
36980 conftest$ac_exeext conftest.$ac_ext
36981
36982 fi
36983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_target_x86_64" >&5
36984 $as_echo "$wx_cv_target_x86_64" >&6; }
36985 fi
36986
36987 if test "$wx_cv_target_x86_64" != "yes"; then
36988 EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework QuickTime"
36989 fi
36990 fi
36991 fi
36992 fi
36993 if test "$wxUSE_OLD_COCOA" = 1 ; then
36994 EXTRA_FRAMEWORKS="-framework IOKit -framework Cocoa"
36995 if test "$wxUSE_MEDIACTRL" = "yes"; then
36996 EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework QuickTime"
36997 fi
36998 fi
36999 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1 ; then
37000 EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
37001 fi
37002
37003 LDFLAGS="$LDFLAGS $EXTRA_FRAMEWORKS"
37004 WXCONFIG_LDFLAGS="$WXCONFIG_LDFLAGS $EXTRA_FRAMEWORKS"
37005
37006 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
37007
37008 if test "$wxUSE_GUI" = "yes"; then
37009
37010
37011 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
37012 erase event exec font image minimal render \
37013 shaped svg taborder vscroll widgets wrapsizer"
37014
37015 if test "$wxUSE_MONOLITHIC" != "yes"; then
37016 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
37017 fi
37018 if test "$TOOLKIT" = "MSW"; then
37019 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
37020 if test "$wxUSE_UNIVERSAL" != "yes"; then
37021 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg dll"
37022 fi
37023 fi
37024 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
37025 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
37026 fi
37027 else
37028 SAMPLES_SUBDIRS="console"
37029 if test "$wxUSE_SOCKETS" = "yes" ; then
37030 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
37031 fi
37032 if test "$wxUSE_IPC" = "yes" ; then
37033 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
37034 fi
37035 fi
37036
37037
37038 if test "x$INTELCC" = "xyes" ; then
37039 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684,2259"
37040 elif test "$GCC" = yes ; then
37041 CWARNINGS="-Wall -Wundef"
37042 fi
37043
37044 if test "x$INTELCXX" = "xyes" ; then
37045 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
37046 elif test "$GXX" = yes ; then
37047 CXXWARNINGS="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
37048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
37049 $as_echo_n "checking CXXWARNINGS for gcc -Woverloaded-virtual... " >&6; }
37050 if test "${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+set}" = set; then :
37051 $as_echo_n "(cached) " >&6
37052 else
37053 ac_cv_cxxflags_gcc_option__Woverloaded_virtual="no, unknown"
37054
37055 ac_ext=cpp
37056 ac_cpp='$CXXCPP $CPPFLAGS'
37057 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37058 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37059 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37060
37061 ac_save_CXXFLAGS="$CXXFLAGS"
37062 for ac_arg in "-pedantic -Werror % -Woverloaded-virtual" "-pedantic % -Woverloaded-virtual %% no, obsolete" #
37063 do CXXFLAGS="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
37064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37065 /* end confdefs.h. */
37066
37067 int
37068 main ()
37069 {
37070 return 0;
37071 ;
37072 return 0;
37073 }
37074 _ACEOF
37075 if ac_fn_cxx_try_compile "$LINENO"; then :
37076 ac_cv_cxxflags_gcc_option__Woverloaded_virtual=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
37077 fi
37078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37079 done
37080 CXXFLAGS="$ac_save_CXXFLAGS"
37081 ac_ext=c
37082 ac_cpp='$CPP $CPPFLAGS'
37083 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37084 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37085 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37086
37087
37088 fi
37089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
37090 $as_echo "$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
37091 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
37092 .ok|.ok,*) ;;
37093 .|.no|.no,*) ;;
37094 *)
37095 if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev/null
37096 then { { $as_echo "$as_me:${as_lineno-$LINENO}: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual"; } >&5
37097 (: CXXWARNINGS does contain $ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
37098 ac_status=$?
37099 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37100 test $ac_status = 0; }
37101 else { { $as_echo "$as_me:${as_lineno-$LINENO}: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\""; } >&5
37102 (: CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
37103 ac_status=$?
37104 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37105 test $ac_status = 0; }
37106 CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
37107 fi
37108 ;;
37109 esac
37110
37111
37112 if test "$wxUSE_MAC" = 1 ; then
37113 CXXWARNINGS="$CXXWARNINGS -Wno-deprecated-declarations"
37114 fi
37115 fi
37116
37117
37118 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
37119 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
37120
37121
37122 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
37123 -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
37124 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
37125 $CPPFLAGS `
37126
37127 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
37128 CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
37129 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
37130 OBJCFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
37131 OBJCXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
37132
37133 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
37134
37135
37136 if test "x$MWCC" = "xyes"; then
37137
37138 CC="$CC -cwd source -I-"
37139 CXX="$CXX -cwd source -I-"
37140 fi
37141
37142
37143 LIBS=`echo $LIBS`
37144 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
37145 EXTRALIBS_XML="$EXPAT_LINK"
37146 EXTRALIBS_HTML="$MSPACK_LINK"
37147 EXTRALIBS_MEDIA="$GST_LIBS"
37148 EXTRALIBS_STC="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
37149 if test "$wxUSE_GUI" = "yes"; then
37150 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
37151 fi
37152 if test "$wxUSE_OPENGL" = "yes"; then
37153 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
37154 fi
37155
37156 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
37157
37158 WXCONFIG_LIBS="$LIBS"
37159
37160 if test "$wxUSE_REGEX" = "builtin" ; then
37161 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
37162 fi
37163 if test "$wxUSE_EXPAT" = "builtin" ; then
37164 wxconfig_3rdparty="expat $wxconfig_3rdparty"
37165 fi
37166 if test "$wxUSE_LIBTIFF" = "builtin" ; then
37167 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
37168 fi
37169 if test "$wxUSE_LIBJPEG" = "builtin" ; then
37170 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
37171 fi
37172 if test "$wxUSE_LIBPNG" = "builtin" ; then
37173 wxconfig_3rdparty="png $wxconfig_3rdparty"
37174 fi
37175 if test "$wxUSE_ZLIB" = "builtin" ; then
37176 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
37177 fi
37178
37179 for i in $wxconfig_3rdparty ; do
37180 WXCONFIG_LIBS="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
37181 done
37182
37183
37184 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
37185 WXUNIV=1
37186
37187 case "$wxUNIV_THEMES" in
37188 ''|all)
37189 $as_echo "#define wxUSE_ALL_THEMES 1" >>confdefs.h
37190
37191 ;;
37192
37193 *)
37194 for t in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
37195 cat >>confdefs.h <<_ACEOF
37196 #define wxUSE_THEME_$t 1
37197 _ACEOF
37198
37199 done
37200 esac
37201 else
37202 WXUNIV=0
37203 fi
37204
37205
37206
37207
37208
37209
37210
37211
37212 if test $wxUSE_MONOLITHIC = "yes" ; then
37213 MONOLITHIC=1
37214 else
37215 MONOLITHIC=0
37216 fi
37217
37218 if test $wxUSE_PLUGINS = "yes" ; then
37219 USE_PLUGINS=1
37220 else
37221 USE_PLUGINS=0
37222 fi
37223
37224 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
37225 USE_QA=1
37226 else
37227 USE_QA=0
37228 fi
37229
37230 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
37231 OFFICIAL_BUILD=1
37232 else
37233 OFFICIAL_BUILD=0
37234 fi
37235
37236
37237
37238
37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
37255
37256
37257
37258
37259
37260
37261
37262 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
37263
37264
37265
37266
37267
37268
37269
37270
37271
37272
37273 case "$TOOLKIT" in
37274 GTK)
37275 TOOLKIT_DESC="GTK+"
37276 if test "$WXGTK2" = 1; then
37277 if test "$WXGTK3" = 1; then
37278 TOOLKIT_DESC="$TOOLKIT_DESC 3"
37279 else
37280 TOOLKIT_DESC="$TOOLKIT_DESC 2"
37281 fi
37282 if test "$wxUSE_GTKPRINT" = "yes" ; then
37283 TOOLKIT_EXTRA="$TOOLKIT_EXTRA GTK+ printing";
37284 fi
37285 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
37286 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
37287 fi
37288 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
37289 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
37290 fi
37291 if test "$wxUSE_LIBHILDON" = "yes"; then
37292 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
37293 fi
37294 if test "$wxUSE_LIBHILDON2" = "yes"; then
37295 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
37296 fi
37297
37298 if test "$TOOLKIT_EXTRA" != ""; then
37299 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
37300 fi
37301 fi
37302 ;;
37303
37304 ?*)
37305 TOOLKIT_DESC=$TOOLKIT_LOWERCASE
37306 ;;
37307
37308 *)
37309 TOOLKIT_DESC="base only"
37310 ;;
37311 esac
37312
37313 if test "$wxUSE_WINE" = "yes"; then
37314 BAKEFILE_FORCE_PLATFORM=win32
37315 fi
37316
37317 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
37318 then
37319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc precompiled header bug" >&5
37320 $as_echo_n "checking for gcc precompiled header bug... " >&6; }
37321 if test "${wx_cv_gcc_pch_bug+set}" = set; then :
37322 $as_echo_n "(cached) " >&6
37323 else
37324
37325 echo '#include <stdio.h>
37326 const wchar_t test_var[] = L"awidetest";' > conftest.h
37327
37328 echo '#include "conftest.h"
37329 int main()
37330 {
37331 printf("%ls", test_var);
37332 return 0;
37333 }' > conftest.cpp
37334
37335 wx_cv_gcc_pch_bug="pch not supported"
37336
37337 if $CXX conftest.h >/dev/null 2>&1
37338 then
37339 wx_cv_gcc_pch_bug=
37340
37341 if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
37342 then
37343 if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
37344 grep awidetest >/dev/null
37345 then
37346 wx_cv_gcc_pch_bug=no
37347 else
37348 wx_cv_gcc_pch_bug=yes
37349 fi
37350 fi
37351 fi
37352
37353 rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT
37354
37355 fi
37356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_gcc_pch_bug" >&5
37357 $as_echo "$wx_cv_gcc_pch_bug" >&6; }
37358
37359 if test "$wx_cv_gcc_pch_bug" = yes; then
37360 bk_use_pch=no
37361 fi
37362 fi
37363
37364 # Find a good install program. We prefer a C program (faster),
37365 # so one script is as good as another. But avoid the broken or
37366 # incompatible versions:
37367 # SysV /etc/install, /usr/sbin/install
37368 # SunOS /usr/etc/install
37369 # IRIX /sbin/install
37370 # AIX /bin/install
37371 # AmigaOS /C/install, which installs bootblocks on floppy discs
37372 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
37373 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
37374 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
37375 # OS/2's system install, which has a completely different semantic
37376 # ./install, which can be erroneously created by make from ./install.sh.
37377 # Reject install programs that cannot install multiple files.
37378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
37379 $as_echo_n "checking for a BSD-compatible install... " >&6; }
37380 if test -z "$INSTALL"; then
37381 if test "${ac_cv_path_install+set}" = set; then :
37382 $as_echo_n "(cached) " >&6
37383 else
37384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37385 for as_dir in $PATH
37386 do
37387 IFS=$as_save_IFS
37388 test -z "$as_dir" && as_dir=.
37389 # Account for people who put trailing slashes in PATH elements.
37390 case $as_dir/ in #((
37391 ./ | .// | /[cC]/* | \
37392 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
37393 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
37394 /usr/ucb/* ) ;;
37395 *)
37396 # OSF1 and SCO ODT 3.0 have their own names for install.
37397 # Don't use installbsd from OSF since it installs stuff as root
37398 # by default.
37399 for ac_prog in ginstall scoinst install; do
37400 for ac_exec_ext in '' $ac_executable_extensions; do
37401 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
37402 if test $ac_prog = install &&
37403 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
37404 # AIX install. It has an incompatible calling convention.
37405 :
37406 elif test $ac_prog = install &&
37407 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
37408 # program-specific install script used by HP pwplus--don't use.
37409 :
37410 else
37411 rm -rf conftest.one conftest.two conftest.dir
37412 echo one > conftest.one
37413 echo two > conftest.two
37414 mkdir conftest.dir
37415 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
37416 test -s conftest.one && test -s conftest.two &&
37417 test -s conftest.dir/conftest.one &&
37418 test -s conftest.dir/conftest.two
37419 then
37420 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
37421 break 3
37422 fi
37423 fi
37424 fi
37425 done
37426 done
37427 ;;
37428 esac
37429
37430 done
37431 IFS=$as_save_IFS
37432
37433 rm -rf conftest.one conftest.two conftest.dir
37434
37435 fi
37436 if test "${ac_cv_path_install+set}" = set; then
37437 INSTALL=$ac_cv_path_install
37438 else
37439 # As a last resort, use the slow shell script. Don't cache a
37440 # value for INSTALL within a source directory, because that will
37441 # break other packages using the cache if that directory is
37442 # removed, or if the value is a relative name.
37443 INSTALL=$ac_install_sh
37444 fi
37445 fi
37446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
37447 $as_echo "$INSTALL" >&6; }
37448
37449 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
37450 # It thinks the first close brace ends the variable substitution.
37451 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
37452
37453 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
37454
37455 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
37456
37457
37458
37459
37460
37461
37462
37463 if test "x$BAKEFILE_HOST" = "x"; then
37464 if test "x${host}" = "x" ; then
37465 as_fn_error $? "You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." "$LINENO" 5
37466 fi
37467
37468 BAKEFILE_HOST="${host}"
37469 fi
37470
37471 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
37472
37473 if test -n "$ac_tool_prefix"; then
37474 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
37475 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
37476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37477 $as_echo_n "checking for $ac_word... " >&6; }
37478 if test "${ac_cv_prog_RANLIB+set}" = set; then :
37479 $as_echo_n "(cached) " >&6
37480 else
37481 if test -n "$RANLIB"; then
37482 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
37483 else
37484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37485 for as_dir in $PATH
37486 do
37487 IFS=$as_save_IFS
37488 test -z "$as_dir" && as_dir=.
37489 for ac_exec_ext in '' $ac_executable_extensions; do
37490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
37491 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
37492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
37493 break 2
37494 fi
37495 done
37496 done
37497 IFS=$as_save_IFS
37498
37499 fi
37500 fi
37501 RANLIB=$ac_cv_prog_RANLIB
37502 if test -n "$RANLIB"; then
37503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
37504 $as_echo "$RANLIB" >&6; }
37505 else
37506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
37507 $as_echo "no" >&6; }
37508 fi
37509
37510
37511 fi
37512 if test -z "$ac_cv_prog_RANLIB"; then
37513 ac_ct_RANLIB=$RANLIB
37514 # Extract the first word of "ranlib", so it can be a program name with args.
37515 set dummy ranlib; ac_word=$2
37516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37517 $as_echo_n "checking for $ac_word... " >&6; }
37518 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
37519 $as_echo_n "(cached) " >&6
37520 else
37521 if test -n "$ac_ct_RANLIB"; then
37522 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
37523 else
37524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37525 for as_dir in $PATH
37526 do
37527 IFS=$as_save_IFS
37528 test -z "$as_dir" && as_dir=.
37529 for ac_exec_ext in '' $ac_executable_extensions; do
37530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
37531 ac_cv_prog_ac_ct_RANLIB="ranlib"
37532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
37533 break 2
37534 fi
37535 done
37536 done
37537 IFS=$as_save_IFS
37538
37539 fi
37540 fi
37541 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
37542 if test -n "$ac_ct_RANLIB"; then
37543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
37544 $as_echo "$ac_ct_RANLIB" >&6; }
37545 else
37546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
37547 $as_echo "no" >&6; }
37548 fi
37549
37550 if test "x$ac_ct_RANLIB" = x; then
37551 RANLIB=":"
37552 else
37553 case $cross_compiling:$ac_tool_warned in
37554 yes:)
37555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
37556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
37557 ac_tool_warned=yes ;;
37558 esac
37559 RANLIB=$ac_ct_RANLIB
37560 fi
37561 else
37562 RANLIB="$ac_cv_prog_RANLIB"
37563 fi
37564
37565
37566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
37567 $as_echo_n "checking whether ln -s works... " >&6; }
37568 LN_S=$as_ln_s
37569 if test "$LN_S" = "ln -s"; then
37570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37571 $as_echo "yes" >&6; }
37572 else
37573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
37574 $as_echo "no, using $LN_S" >&6; }
37575 fi
37576
37577
37578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
37579 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
37580 set x ${MAKE-make}
37581 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
37582 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
37583 $as_echo_n "(cached) " >&6
37584 else
37585 cat >conftest.make <<\_ACEOF
37586 SHELL = /bin/sh
37587 all:
37588 @echo '@@@%%%=$(MAKE)=@@@%%%'
37589 _ACEOF
37590 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
37591 case `${MAKE-make} -f conftest.make 2>/dev/null` in
37592 *@@@%%%=?*=@@@%%%*)
37593 eval ac_cv_prog_make_${ac_make}_set=yes;;
37594 *)
37595 eval ac_cv_prog_make_${ac_make}_set=no;;
37596 esac
37597 rm -f conftest.make
37598 fi
37599 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
37600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37601 $as_echo "yes" >&6; }
37602 SET_MAKE=
37603 else
37604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
37605 $as_echo "no" >&6; }
37606 SET_MAKE="MAKE=${MAKE-make}"
37607 fi
37608
37609
37610
37611 if test "x$SUNCXX" = "xyes"; then
37612 AR=$CXX
37613 AROPTIONS="-xar -o"
37614
37615 elif test "x$SGICC" = "xyes"; then
37616 AR=$CXX
37617 AROPTIONS="-ar -o"
37618
37619 else
37620 if test -n "$ac_tool_prefix"; then
37621 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
37622 set dummy ${ac_tool_prefix}ar; ac_word=$2
37623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37624 $as_echo_n "checking for $ac_word... " >&6; }
37625 if test "${ac_cv_prog_AR+set}" = set; then :
37626 $as_echo_n "(cached) " >&6
37627 else
37628 if test -n "$AR"; then
37629 ac_cv_prog_AR="$AR" # Let the user override the test.
37630 else
37631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37632 for as_dir in $PATH
37633 do
37634 IFS=$as_save_IFS
37635 test -z "$as_dir" && as_dir=.
37636 for ac_exec_ext in '' $ac_executable_extensions; do
37637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
37638 ac_cv_prog_AR="${ac_tool_prefix}ar"
37639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
37640 break 2
37641 fi
37642 done
37643 done
37644 IFS=$as_save_IFS
37645
37646 fi
37647 fi
37648 AR=$ac_cv_prog_AR
37649 if test -n "$AR"; then
37650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
37651 $as_echo "$AR" >&6; }
37652 else
37653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
37654 $as_echo "no" >&6; }
37655 fi
37656
37657
37658 fi
37659 if test -z "$ac_cv_prog_AR"; then
37660 ac_ct_AR=$AR
37661 # Extract the first word of "ar", so it can be a program name with args.
37662 set dummy ar; ac_word=$2
37663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37664 $as_echo_n "checking for $ac_word... " >&6; }
37665 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
37666 $as_echo_n "(cached) " >&6
37667 else
37668 if test -n "$ac_ct_AR"; then
37669 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
37670 else
37671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37672 for as_dir in $PATH
37673 do
37674 IFS=$as_save_IFS
37675 test -z "$as_dir" && as_dir=.
37676 for ac_exec_ext in '' $ac_executable_extensions; do
37677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
37678 ac_cv_prog_ac_ct_AR="ar"
37679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
37680 break 2
37681 fi
37682 done
37683 done
37684 IFS=$as_save_IFS
37685
37686 fi
37687 fi
37688 ac_ct_AR=$ac_cv_prog_ac_ct_AR
37689 if test -n "$ac_ct_AR"; then
37690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
37691 $as_echo "$ac_ct_AR" >&6; }
37692 else
37693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
37694 $as_echo "no" >&6; }
37695 fi
37696
37697 if test "x$ac_ct_AR" = x; then
37698 AR="ar"
37699 else
37700 case $cross_compiling:$ac_tool_warned in
37701 yes:)
37702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
37703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
37704 ac_tool_warned=yes ;;
37705 esac
37706 AR=$ac_ct_AR
37707 fi
37708 else
37709 AR="$ac_cv_prog_AR"
37710 fi
37711
37712 AROPTIONS=rcu
37713 fi
37714
37715
37716 if test -n "$ac_tool_prefix"; then
37717 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
37718 set dummy ${ac_tool_prefix}strip; ac_word=$2
37719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37720 $as_echo_n "checking for $ac_word... " >&6; }
37721 if test "${ac_cv_prog_STRIP+set}" = set; then :
37722 $as_echo_n "(cached) " >&6
37723 else
37724 if test -n "$STRIP"; then
37725 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
37726 else
37727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37728 for as_dir in $PATH
37729 do
37730 IFS=$as_save_IFS
37731 test -z "$as_dir" && as_dir=.
37732 for ac_exec_ext in '' $ac_executable_extensions; do
37733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
37734 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
37735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
37736 break 2
37737 fi
37738 done
37739 done
37740 IFS=$as_save_IFS
37741
37742 fi
37743 fi
37744 STRIP=$ac_cv_prog_STRIP
37745 if test -n "$STRIP"; then
37746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
37747 $as_echo "$STRIP" >&6; }
37748 else
37749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
37750 $as_echo "no" >&6; }
37751 fi
37752
37753
37754 fi
37755 if test -z "$ac_cv_prog_STRIP"; then
37756 ac_ct_STRIP=$STRIP
37757 # Extract the first word of "strip", so it can be a program name with args.
37758 set dummy strip; ac_word=$2
37759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37760 $as_echo_n "checking for $ac_word... " >&6; }
37761 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
37762 $as_echo_n "(cached) " >&6
37763 else
37764 if test -n "$ac_ct_STRIP"; then
37765 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
37766 else
37767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37768 for as_dir in $PATH
37769 do
37770 IFS=$as_save_IFS
37771 test -z "$as_dir" && as_dir=.
37772 for ac_exec_ext in '' $ac_executable_extensions; do
37773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
37774 ac_cv_prog_ac_ct_STRIP="strip"
37775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
37776 break 2
37777 fi
37778 done
37779 done
37780 IFS=$as_save_IFS
37781
37782 fi
37783 fi
37784 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
37785 if test -n "$ac_ct_STRIP"; then
37786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
37787 $as_echo "$ac_ct_STRIP" >&6; }
37788 else
37789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
37790 $as_echo "no" >&6; }
37791 fi
37792
37793 if test "x$ac_ct_STRIP" = x; then
37794 STRIP=":"
37795 else
37796 case $cross_compiling:$ac_tool_warned in
37797 yes:)
37798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
37799 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
37800 ac_tool_warned=yes ;;
37801 esac
37802 STRIP=$ac_ct_STRIP
37803 fi
37804 else
37805 STRIP="$ac_cv_prog_STRIP"
37806 fi
37807
37808 if test -n "$ac_tool_prefix"; then
37809 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
37810 set dummy ${ac_tool_prefix}nm; ac_word=$2
37811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37812 $as_echo_n "checking for $ac_word... " >&6; }
37813 if test "${ac_cv_prog_NM+set}" = set; then :
37814 $as_echo_n "(cached) " >&6
37815 else
37816 if test -n "$NM"; then
37817 ac_cv_prog_NM="$NM" # Let the user override the test.
37818 else
37819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37820 for as_dir in $PATH
37821 do
37822 IFS=$as_save_IFS
37823 test -z "$as_dir" && as_dir=.
37824 for ac_exec_ext in '' $ac_executable_extensions; do
37825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
37826 ac_cv_prog_NM="${ac_tool_prefix}nm"
37827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
37828 break 2
37829 fi
37830 done
37831 done
37832 IFS=$as_save_IFS
37833
37834 fi
37835 fi
37836 NM=$ac_cv_prog_NM
37837 if test -n "$NM"; then
37838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
37839 $as_echo "$NM" >&6; }
37840 else
37841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
37842 $as_echo "no" >&6; }
37843 fi
37844
37845
37846 fi
37847 if test -z "$ac_cv_prog_NM"; then
37848 ac_ct_NM=$NM
37849 # Extract the first word of "nm", so it can be a program name with args.
37850 set dummy nm; ac_word=$2
37851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37852 $as_echo_n "checking for $ac_word... " >&6; }
37853 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then :
37854 $as_echo_n "(cached) " >&6
37855 else
37856 if test -n "$ac_ct_NM"; then
37857 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
37858 else
37859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37860 for as_dir in $PATH
37861 do
37862 IFS=$as_save_IFS
37863 test -z "$as_dir" && as_dir=.
37864 for ac_exec_ext in '' $ac_executable_extensions; do
37865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
37866 ac_cv_prog_ac_ct_NM="nm"
37867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
37868 break 2
37869 fi
37870 done
37871 done
37872 IFS=$as_save_IFS
37873
37874 fi
37875 fi
37876 ac_ct_NM=$ac_cv_prog_ac_ct_NM
37877 if test -n "$ac_ct_NM"; then
37878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
37879 $as_echo "$ac_ct_NM" >&6; }
37880 else
37881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
37882 $as_echo "no" >&6; }
37883 fi
37884
37885 if test "x$ac_ct_NM" = x; then
37886 NM=":"
37887 else
37888 case $cross_compiling:$ac_tool_warned in
37889 yes:)
37890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
37891 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
37892 ac_tool_warned=yes ;;
37893 esac
37894 NM=$ac_ct_NM
37895 fi
37896 else
37897 NM="$ac_cv_prog_NM"
37898 fi
37899
37900
37901 INSTALL_DIR="mkdir -p"
37902
37903
37904 LDFLAGS_GUI=
37905 case ${BAKEFILE_HOST} in
37906 *-*-cygwin* | *-*-mingw32* )
37907 LDFLAGS_GUI="-mwindows"
37908 esac
37909
37910
37911 fi
37912
37913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if make is GNU make" >&5
37914 $as_echo_n "checking if make is GNU make... " >&6; }
37915 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then :
37916 $as_echo_n "(cached) " >&6
37917 else
37918
37919 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
37920 egrep -s GNU > /dev/null); then
37921 bakefile_cv_prog_makeisgnu="yes"
37922 else
37923 bakefile_cv_prog_makeisgnu="no"
37924 fi
37925
37926 fi
37927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_prog_makeisgnu" >&5
37928 $as_echo "$bakefile_cv_prog_makeisgnu" >&6; }
37929
37930 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
37931 IF_GNU_MAKE=""
37932 else
37933 IF_GNU_MAKE="#"
37934 fi
37935
37936
37937
37938 PLATFORM_UNIX=0
37939 PLATFORM_WIN32=0
37940 PLATFORM_MSDOS=0
37941 PLATFORM_MAC=0
37942 PLATFORM_MACOS=0
37943 PLATFORM_MACOSX=0
37944 PLATFORM_OS2=0
37945 PLATFORM_BEOS=0
37946
37947 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
37948 case "${BAKEFILE_HOST}" in
37949 *-*-mingw32* )
37950 PLATFORM_WIN32=1
37951 ;;
37952 *-pc-msdosdjgpp )
37953 PLATFORM_MSDOS=1
37954 ;;
37955 *-pc-os2_emx | *-pc-os2-emx )
37956 PLATFORM_OS2=1
37957 ;;
37958 *-*-darwin* )
37959 PLATFORM_MAC=1
37960 PLATFORM_MACOSX=1
37961 ;;
37962 *-*-beos* )
37963 PLATFORM_BEOS=1
37964 ;;
37965 powerpc-apple-macos* )
37966 PLATFORM_MAC=1
37967 PLATFORM_MACOS=1
37968 ;;
37969 * )
37970 PLATFORM_UNIX=1
37971 ;;
37972 esac
37973 else
37974 case "$BAKEFILE_FORCE_PLATFORM" in
37975 win32 )
37976 PLATFORM_WIN32=1
37977 ;;
37978 msdos )
37979 PLATFORM_MSDOS=1
37980 ;;
37981 os2 )
37982 PLATFORM_OS2=1
37983 ;;
37984 darwin )
37985 PLATFORM_MAC=1
37986 PLATFORM_MACOSX=1
37987 ;;
37988 unix )
37989 PLATFORM_UNIX=1
37990 ;;
37991 beos )
37992 PLATFORM_BEOS=1
37993 ;;
37994 * )
37995 as_fn_error $? "Unknown platform: $BAKEFILE_FORCE_PLATFORM" "$LINENO" 5
37996 ;;
37997 esac
37998 fi
37999
38000
38001
38002
38003
38004
38005
38006
38007
38008
38009
38010 # Check whether --enable-omf was given.
38011 if test "${enable_omf+set}" = set; then :
38012 enableval=$enable_omf; bk_os2_use_omf="$enableval"
38013 fi
38014
38015
38016 case "${BAKEFILE_HOST}" in
38017 *-*-darwin* )
38018 if test "x$GCC" = "xyes"; then
38019 CFLAGS="$CFLAGS -fno-common"
38020 CXXFLAGS="$CXXFLAGS -fno-common"
38021 fi
38022 if test "x$XLCC" = "xyes"; then
38023 CFLAGS="$CFLAGS -qnocommon"
38024 CXXFLAGS="$CXXFLAGS -qnocommon"
38025 fi
38026 ;;
38027
38028 *-pc-os2_emx | *-pc-os2-emx )
38029 if test "x$bk_os2_use_omf" = "xyes" ; then
38030 AR=emxomfar
38031 RANLIB=:
38032 LDFLAGS="-Zomf $LDFLAGS"
38033 CFLAGS="-Zomf $CFLAGS"
38034 CXXFLAGS="-Zomf $CXXFLAGS"
38035 OS2_LIBEXT="lib"
38036 else
38037 OS2_LIBEXT="a"
38038 fi
38039 ;;
38040
38041 i*86-*-beos* )
38042 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
38043 ;;
38044 esac
38045
38046
38047 SO_SUFFIX="so"
38048 SO_SUFFIX_MODULE="so"
38049 EXEEXT=""
38050 LIBPREFIX="lib"
38051 LIBEXT=".a"
38052 DLLPREFIX="lib"
38053 DLLPREFIX_MODULE=""
38054 DLLIMP_SUFFIX=""
38055 dlldir="$libdir"
38056
38057 case "${BAKEFILE_HOST}" in
38058 ia64-hp-hpux* )
38059 ;;
38060 *-hp-hpux* )
38061 SO_SUFFIX="sl"
38062 SO_SUFFIX_MODULE="sl"
38063 ;;
38064 *-*-aix* )
38065 SO_SUFFIX="a"
38066 SO_SUFFIX_MODULE="a"
38067 ;;
38068 *-*-cygwin* )
38069 SO_SUFFIX="dll"
38070 SO_SUFFIX_MODULE="dll"
38071 DLLIMP_SUFFIX="dll.a"
38072 EXEEXT=".exe"
38073 DLLPREFIX="cyg"
38074 dlldir="$bindir"
38075 ;;
38076 *-*-mingw32* )
38077 SO_SUFFIX="dll"
38078 SO_SUFFIX_MODULE="dll"
38079 DLLIMP_SUFFIX="dll.a"
38080 EXEEXT=".exe"
38081 DLLPREFIX=""
38082 dlldir="$bindir"
38083 ;;
38084 *-pc-msdosdjgpp )
38085 EXEEXT=".exe"
38086 DLLPREFIX=""
38087 dlldir="$bindir"
38088 ;;
38089 *-pc-os2_emx | *-pc-os2-emx )
38090 SO_SUFFIX="dll"
38091 SO_SUFFIX_MODULE="dll"
38092 DLLIMP_SUFFIX=$OS2_LIBEXT
38093 EXEEXT=".exe"
38094 DLLPREFIX=""
38095 LIBPREFIX=""
38096 LIBEXT=".$OS2_LIBEXT"
38097 dlldir="$bindir"
38098 ;;
38099 *-*-darwin* )
38100 SO_SUFFIX="dylib"
38101 SO_SUFFIX_MODULE="bundle"
38102 ;;
38103 esac
38104
38105 if test "x$DLLIMP_SUFFIX" = "x" ; then
38106 DLLIMP_SUFFIX="$SO_SUFFIX"
38107 fi
38108
38109
38110
38111
38112
38113
38114
38115
38116
38117
38118
38119
38120 PIC_FLAG=""
38121 if test "x$GCC" = "xyes"; then
38122 PIC_FLAG="-fPIC"
38123 fi
38124
38125 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
38126 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
38127 WINDOWS_IMPLIB=0
38128
38129 case "${BAKEFILE_HOST}" in
38130 *-hp-hpux* )
38131 if test "x$GCC" != "xyes"; then
38132 LDFLAGS="$LDFLAGS -L/usr/lib"
38133
38134 SHARED_LD_CC="${CC} -b -o"
38135 SHARED_LD_CXX="${CXX} -b -o"
38136 PIC_FLAG="+Z"
38137 fi
38138 ;;
38139
38140 *-*-linux* )
38141 if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
38142 PIC_FLAG="-KPIC"
38143 elif test "x$SUNCXX" = "xyes"; then
38144 SHARED_LD_CC="${CC} -G -o"
38145 SHARED_LD_CXX="${CXX} -G -o"
38146 PIC_FLAG="-KPIC"
38147 fi
38148 ;;
38149
38150 *-*-solaris2* )
38151 if test "x$SUNCXX" = xyes ; then
38152 SHARED_LD_CC="${CC} -G -o"
38153 SHARED_LD_CXX="${CXX} -G -o"
38154 PIC_FLAG="-KPIC"
38155 fi
38156 ;;
38157
38158 *-*-darwin* )
38159
38160 D='$'
38161 cat <<EOF >shared-ld-sh
38162 #!/bin/sh
38163 #-----------------------------------------------------------------------------
38164 #-- Name: distrib/mac/shared-ld-sh
38165 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
38166 #-- Author: Gilles Depeyrot
38167 #-- Copyright: (c) 2002 Gilles Depeyrot
38168 #-- Licence: any use permitted
38169 #-----------------------------------------------------------------------------
38170
38171 verbose=0
38172 args=""
38173 objects=""
38174 linking_flag="-dynamiclib"
38175 ldargs="-r -keep_private_externs -nostdlib"
38176
38177 if test "x${D}CXX" = "x"; then
38178 CXX="c++"
38179 fi
38180
38181 while test ${D}# -gt 0; do
38182 case ${D}1 in
38183
38184 -v)
38185 verbose=1
38186 ;;
38187
38188 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
38189 # collect these options and values
38190 args="${D}{args} ${D}1 ${D}2"
38191 shift
38192 ;;
38193
38194 -arch|-isysroot)
38195 # collect these options and values
38196 ldargs="${D}{ldargs} ${D}1 ${D}2"
38197 shift
38198 ;;
38199
38200 -s|-Wl,*)
38201 # collect these load args
38202 ldargs="${D}{ldargs} ${D}1"
38203 ;;
38204
38205 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
38206 # collect these options
38207 args="${D}{args} ${D}1"
38208 ;;
38209
38210 -dynamiclib|-bundle)
38211 linking_flag="${D}1"
38212 ;;
38213
38214 -*)
38215 echo "shared-ld: unhandled option '${D}1'"
38216 exit 1
38217 ;;
38218
38219 *.o | *.a | *.dylib)
38220 # collect object files
38221 objects="${D}{objects} ${D}1"
38222 ;;
38223
38224 *)
38225 echo "shared-ld: unhandled argument '${D}1'"
38226 exit 1
38227 ;;
38228
38229 esac
38230 shift
38231 done
38232
38233 status=0
38234
38235 #
38236 # Link one module containing all the others
38237 #
38238 if test ${D}{verbose} = 1; then
38239 echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
38240 fi
38241 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
38242 status=${D}?
38243
38244 #
38245 # Link the shared library from the single module created, but only if the
38246 # previous command didn't fail:
38247 #
38248 if test ${D}{status} = 0; then
38249 if test ${D}{verbose} = 1; then
38250 echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
38251 fi
38252 ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
38253 status=${D}?
38254 fi
38255
38256 #
38257 # Remove intermediate module
38258 #
38259 rm -f master.${D}${D}.o
38260
38261 exit ${D}status
38262 EOF
38263
38264 chmod +x shared-ld-sh
38265
38266 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
38267 SHARED_LD_MODULE_CXX="CXX=\"\$(CXX)\" $SHARED_LD_MODULE_CC"
38268
38269
38270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc 3.1 or later" >&5
38271 $as_echo_n "checking for gcc 3.1 or later... " >&6; }
38272 if test "${bakefile_cv_gcc31+set}" = set; then :
38273 $as_echo_n "(cached) " >&6
38274 else
38275
38276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38277 /* end confdefs.h. */
38278
38279 int
38280 main ()
38281 {
38282
38283 #if (__GNUC__ < 3) || \
38284 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
38285 This is old gcc
38286 #endif
38287
38288 ;
38289 return 0;
38290 }
38291 _ACEOF
38292 if ac_fn_c_try_compile "$LINENO"; then :
38293
38294 bakefile_cv_gcc31=yes
38295
38296 else
38297
38298 bakefile_cv_gcc31=no
38299
38300
38301 fi
38302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38303
38304 fi
38305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_gcc31" >&5
38306 $as_echo "$bakefile_cv_gcc31" >&6; }
38307 if test "$bakefile_cv_gcc31" = "no"; then
38308 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
38309 SHARED_LD_CXX="$SHARED_LD_CC"
38310 else
38311 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
38312 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
38313 fi
38314
38315 if test "x$GCC" == "xyes"; then
38316 PIC_FLAG="-dynamic -fPIC"
38317 fi
38318 if test "x$XLCC" = "xyes"; then
38319 PIC_FLAG="-dynamic -DPIC"
38320 fi
38321 ;;
38322
38323 *-*-aix* )
38324 if test "x$GCC" = "xyes"; then
38325 PIC_FLAG=""
38326
38327 case "${BAKEFILE_HOST}" in
38328 *-*-aix5* )
38329 LD_EXPFULL="-Wl,-bexpfull"
38330 ;;
38331 esac
38332
38333 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
38334 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
38335 else
38336 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
38337 set dummy makeC++SharedLib; ac_word=$2
38338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38339 $as_echo_n "checking for $ac_word... " >&6; }
38340 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then :
38341 $as_echo_n "(cached) " >&6
38342 else
38343 if test -n "$AIX_CXX_LD"; then
38344 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
38345 else
38346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38347 for as_dir in $PATH
38348 do
38349 IFS=$as_save_IFS
38350 test -z "$as_dir" && as_dir=.
38351 for ac_exec_ext in '' $ac_executable_extensions; do
38352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
38353 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
38354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38355 break 2
38356 fi
38357 done
38358 done
38359 IFS=$as_save_IFS
38360
38361 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
38362 fi
38363 fi
38364 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
38365 if test -n "$AIX_CXX_LD"; then
38366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AIX_CXX_LD" >&5
38367 $as_echo "$AIX_CXX_LD" >&6; }
38368 else
38369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38370 $as_echo "no" >&6; }
38371 fi
38372
38373
38374 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
38375 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
38376 fi
38377 ;;
38378
38379 *-*-beos* )
38380 SHARED_LD_CC="${LD} -nostart -o"
38381 SHARED_LD_CXX="${LD} -nostart -o"
38382 ;;
38383
38384 *-*-irix* )
38385 if test "x$GCC" != "xyes"; then
38386 PIC_FLAG="-KPIC"
38387 fi
38388 ;;
38389
38390 *-*-cygwin* | *-*-mingw32* )
38391 PIC_FLAG=""
38392 SHARED_LD_CC="\$(CC) -shared -o"
38393 SHARED_LD_CXX="\$(CXX) -shared -o"
38394 WINDOWS_IMPLIB=1
38395 ;;
38396
38397 *-pc-os2_emx | *-pc-os2-emx )
38398 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
38399 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
38400 PIC_FLAG=""
38401
38402 D='$'
38403 cat <<EOF >dllar.sh
38404 #!/bin/sh
38405 #
38406 # dllar - a tool to build both a .dll and an .a file
38407 # from a set of object (.o) files for EMX/OS2.
38408 #
38409 # Written by Andrew Zabolotny, bit@freya.etu.ru
38410 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
38411 #
38412 # This script will accept a set of files on the command line.
38413 # All the public symbols from the .o files will be exported into
38414 # a .DEF file, then linker will be run (through gcc) against them to
38415 # build a shared library consisting of all given .o files. All libraries
38416 # (.a) will be first decompressed into component .o files then act as
38417 # described above. You can optionally give a description (-d "description")
38418 # which will be put into .DLL. To see the list of accepted options (as well
38419 # as command-line format) simply run this program without options. The .DLL
38420 # is built to be imported by name (there is no guarantee that new versions
38421 # of the library you build will have same ordinals for same symbols).
38422 #
38423 # dllar is free software; you can redistribute it and/or modify
38424 # it under the terms of the GNU General Public License as published by
38425 # the Free Software Foundation; either version 2, or (at your option)
38426 # any later version.
38427 #
38428 # dllar is distributed in the hope that it will be useful,
38429 # but WITHOUT ANY WARRANTY; without even the implied warranty of
38430 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38431 # GNU General Public License for more details.
38432 #
38433 # You should have received a copy of the GNU General Public License
38434 # along with dllar; see the file COPYING. If not, write to the Free
38435 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
38436 # 02111-1307, USA.
38437
38438 # To successfuly run this program you will need:
38439 # - Current drive should have LFN support (HPFS, ext2, network, etc)
38440 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
38441 # - gcc
38442 # (used to build the .dll)
38443 # - emxexp
38444 # (used to create .def file from .o files)
38445 # - emximp
38446 # (used to create .a file from .def file)
38447 # - GNU text utilites (cat, sort, uniq)
38448 # used to process emxexp output
38449 # - GNU file utilities (mv, rm)
38450 # - GNU sed
38451 # - lxlite (optional, see flag below)
38452 # (used for general .dll cleanup)
38453 #
38454
38455 flag_USE_LXLITE=1;
38456
38457 #
38458 # helper functions
38459 # basnam, variant of basename, which does _not_ remove the path, _iff_
38460 # second argument (suffix to remove) is given
38461 basnam(){
38462 case ${D}# in
38463 1)
38464 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
38465 ;;
38466 2)
38467 echo ${D}1 | sed 's/'${D}2'${D}//'
38468 ;;
38469 *)
38470 echo "error in basnam ${D}*"
38471 exit 8
38472 ;;
38473 esac
38474 }
38475
38476 # Cleanup temporary files and output
38477 CleanUp() {
38478 cd ${D}curDir
38479 for i in ${D}inputFiles ; do
38480 case ${D}i in
38481 *!)
38482 rm -rf \`basnam ${D}i !\`
38483 ;;
38484 *)
38485 ;;
38486 esac
38487 done
38488
38489 # Kill result in case of failure as there is just to many stupid make/nmake
38490 # things out there which doesn't do this.
38491 if [ ${D}# -eq 0 ]; then
38492 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
38493 fi
38494 }
38495
38496 # Print usage and exit script with rc=1.
38497 PrintHelp() {
38498 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
38499 echo ' [-name-mangler-script script.sh]'
38500 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
38501 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
38502 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
38503 echo ' [*.o] [*.a]'
38504 echo '*> "output_file" should have no extension.'
38505 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
38506 echo ' The import library name is derived from this and is set to "name".a,'
38507 echo ' unless overridden by -import'
38508 echo '*> "importlib_name" should have no extension.'
38509 echo ' If it has the .o, or .a extension, it is automatically removed.'
38510 echo ' This name is used as the import library name and may be longer and'
38511 echo ' more descriptive than the DLL name which has to follow the old '
38512 echo ' 8.3 convention of FAT.'
38513 echo '*> "script.sh may be given to override the output_file name by a'
38514 echo ' different name. It is mainly useful if the regular make process'
38515 echo ' of some package does not take into account OS/2 restriction of'
38516 echo ' DLL name lengths. It takes the importlib name as input and is'
38517 echo ' supposed to procude a shorter name as output. The script should'
38518 echo ' expect to get importlib_name without extension and should produce'
38519 echo ' a (max.) 8 letter name without extension.'
38520 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
38521 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
38522 echo ' These flags will be put at the start of GCC command line.'
38523 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
38524 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
38525 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
38526 echo ' If the last character of a symbol is "*", all symbols beginning'
38527 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
38528 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
38529 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
38530 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
38531 echo ' C runtime DLLs.'
38532 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
38533 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
38534 echo ' unchanged to GCC at the end of command line.'
38535 echo '*> If you create a DLL from a library and you do not specify -o,'
38536 echo ' the basename for DLL and import library will be set to library name,'
38537 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
38538 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
38539 echo ' library will be renamed into gcc_s.a.'
38540 echo '--------'
38541 echo 'Example:'
38542 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
38543 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
38544 CleanUp
38545 exit 1
38546 }
38547
38548 # Execute a command.
38549 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
38550 # @Uses Whatever CleanUp() uses.
38551 doCommand() {
38552 echo "${D}*"
38553 eval ${D}*
38554 rcCmd=${D}?
38555
38556 if [ ${D}rcCmd -ne 0 ]; then
38557 echo "command failed, exit code="${D}rcCmd
38558 CleanUp
38559 exit ${D}rcCmd
38560 fi
38561 }
38562
38563 # main routine
38564 # setup globals
38565 cmdLine=${D}*
38566 outFile=""
38567 outimpFile=""
38568 inputFiles=""
38569 renameScript=""
38570 description=""
38571 CC=gcc.exe
38572 CFLAGS="-s -Zcrtdll"
38573 EXTRA_CFLAGS=""
38574 EXPORT_BY_ORDINALS=0
38575 exclude_symbols=""
38576 library_flags=""
38577 curDir=\`pwd\`
38578 curDirS=curDir
38579 case ${D}curDirS in
38580 */)
38581 ;;
38582 *)
38583 curDirS=${D}{curDirS}"/"
38584 ;;
38585 esac
38586 # Parse commandline
38587 libsToLink=0
38588 omfLinking=0
38589 while [ ${D}1 ]; do
38590 case ${D}1 in
38591 -ord*)
38592 EXPORT_BY_ORDINALS=1;
38593 ;;
38594 -o*)
38595 shift
38596 outFile=${D}1
38597 ;;
38598 -i*)
38599 shift
38600 outimpFile=${D}1
38601 ;;
38602 -name-mangler-script)
38603 shift
38604 renameScript=${D}1
38605 ;;
38606 -d*)
38607 shift
38608 description=${D}1
38609 ;;
38610 -f*)
38611 shift
38612 CFLAGS=${D}1
38613 ;;
38614 -c*)
38615 shift
38616 CC=${D}1
38617 ;;
38618 -h*)
38619 PrintHelp
38620 ;;
38621 -ex*)
38622 shift
38623 exclude_symbols=${D}{exclude_symbols}${D}1" "
38624 ;;
38625 -libf*)
38626 shift
38627 library_flags=${D}{library_flags}${D}1" "
38628 ;;
38629 -nocrt*)
38630 CFLAGS="-s"
38631 ;;
38632 -nolxl*)
38633 flag_USE_LXLITE=0
38634 ;;
38635 -* | /*)
38636 case ${D}1 in
38637 -L* | -l*)
38638 libsToLink=1
38639 ;;
38640 -Zomf)
38641 omfLinking=1
38642 ;;
38643 *)
38644 ;;
38645 esac
38646 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
38647 ;;
38648 *.dll)
38649 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
38650 if [ ${D}omfLinking -eq 1 ]; then
38651 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
38652 else
38653 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
38654 fi
38655 ;;
38656 *)
38657 found=0;
38658 if [ ${D}libsToLink -ne 0 ]; then
38659 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
38660 else
38661 for file in ${D}1 ; do
38662 if [ -f ${D}file ]; then
38663 inputFiles="${D}{inputFiles} ${D}file"
38664 found=1
38665 fi
38666 done
38667 if [ ${D}found -eq 0 ]; then
38668 echo "ERROR: No file(s) found: "${D}1
38669 exit 8
38670 fi
38671 fi
38672 ;;
38673 esac
38674 shift
38675 done # iterate cmdline words
38676
38677 #
38678 if [ -z "${D}inputFiles" ]; then
38679 echo "dllar: no input files"
38680 PrintHelp
38681 fi
38682
38683 # Now extract all .o files from .a files
38684 newInputFiles=""
38685 for file in ${D}inputFiles ; do
38686 case ${D}file in
38687 *.a | *.lib)
38688 case ${D}file in
38689 *.a)
38690 suffix=".a"
38691 AR="ar"
38692 ;;
38693 *.lib)
38694 suffix=".lib"
38695 AR="emxomfar"
38696 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
38697 ;;
38698 *)
38699 ;;
38700 esac
38701 dirname=\`basnam ${D}file ${D}suffix\`"_%"
38702 mkdir ${D}dirname
38703 if [ ${D}? -ne 0 ]; then
38704 echo "Failed to create subdirectory ./${D}dirname"
38705 CleanUp
38706 exit 8;
38707 fi
38708 # Append '!' to indicate archive
38709 newInputFiles="${D}newInputFiles ${D}{dirname}!"
38710 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
38711 cd ${D}curDir
38712 found=0;
38713 for subfile in ${D}dirname/*.o* ; do
38714 if [ -f ${D}subfile ]; then
38715 found=1
38716 if [ -s ${D}subfile ]; then
38717 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
38718 newInputFiles="${D}newInputFiles ${D}subfile"
38719 fi
38720 fi
38721 done
38722 if [ ${D}found -eq 0 ]; then
38723 echo "WARNING: there are no files in archive \\'${D}file\\'"
38724 fi
38725 ;;
38726 *)
38727 newInputFiles="${D}{newInputFiles} ${D}file"
38728 ;;
38729 esac
38730 done
38731 inputFiles="${D}newInputFiles"
38732
38733 # Output filename(s).
38734 do_backup=0;
38735 if [ -z ${D}outFile ]; then
38736 do_backup=1;
38737 set outFile ${D}inputFiles; outFile=${D}2
38738 fi
38739
38740 # If it is an archive, remove the '!' and the '_%' suffixes
38741 case ${D}outFile in
38742 *_%!)
38743 outFile=\`basnam ${D}outFile _%!\`
38744 ;;
38745 *)
38746 ;;
38747 esac
38748 case ${D}outFile in
38749 *.dll)
38750 outFile=\`basnam ${D}outFile .dll\`
38751 ;;
38752 *.DLL)
38753 outFile=\`basnam ${D}outFile .DLL\`
38754 ;;
38755 *.o)
38756 outFile=\`basnam ${D}outFile .o\`
38757 ;;
38758 *.obj)
38759 outFile=\`basnam ${D}outFile .obj\`
38760 ;;
38761 *.a)
38762 outFile=\`basnam ${D}outFile .a\`
38763 ;;
38764 *.lib)
38765 outFile=\`basnam ${D}outFile .lib\`
38766 ;;
38767 *)
38768 ;;
38769 esac
38770 case ${D}outimpFile in
38771 *.a)
38772 outimpFile=\`basnam ${D}outimpFile .a\`
38773 ;;
38774 *.lib)
38775 outimpFile=\`basnam ${D}outimpFile .lib\`
38776 ;;
38777 *)
38778 ;;
38779 esac
38780 if [ -z ${D}outimpFile ]; then
38781 outimpFile=${D}outFile
38782 fi
38783 defFile="${D}{outFile}.def"
38784 arcFile="${D}{outimpFile}.a"
38785 arcFile2="${D}{outimpFile}.lib"
38786
38787 #create ${D}dllFile as something matching 8.3 restrictions,
38788 if [ -z ${D}renameScript ] ; then
38789 dllFile="${D}outFile"
38790 else
38791 dllFile=\`${D}renameScript ${D}outimpFile\`
38792 fi
38793
38794 if [ ${D}do_backup -ne 0 ] ; then
38795 if [ -f ${D}arcFile ] ; then
38796 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
38797 fi
38798 if [ -f ${D}arcFile2 ] ; then
38799 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
38800 fi
38801 fi
38802
38803 # Extract public symbols from all the object files.
38804 tmpdefFile=${D}{defFile}_%
38805 rm -f ${D}tmpdefFile
38806 for file in ${D}inputFiles ; do
38807 case ${D}file in
38808 *!)
38809 ;;
38810 *)
38811 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
38812 ;;
38813 esac
38814 done
38815
38816 # Create the def file.
38817 rm -f ${D}defFile
38818 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
38819 dllFile="${D}{dllFile}.dll"
38820 if [ ! -z ${D}description ]; then
38821 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
38822 fi
38823 echo "EXPORTS" >> ${D}defFile
38824
38825 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
38826 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
38827
38828 # Checks if the export is ok or not.
38829 for word in ${D}exclude_symbols; do
38830 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
38831 mv ${D}{tmpdefFile}% ${D}tmpdefFile
38832 done
38833
38834
38835 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
38836 sed "=" < ${D}tmpdefFile | \\
38837 sed '
38838 N
38839 : loop
38840 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
38841 t loop
38842 ' > ${D}{tmpdefFile}%
38843 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
38844 else
38845 rm -f ${D}{tmpdefFile}%
38846 fi
38847 cat ${D}tmpdefFile >> ${D}defFile
38848 rm -f ${D}tmpdefFile
38849
38850 # Do linking, create implib, and apply lxlite.
38851 gccCmdl="";
38852 for file in ${D}inputFiles ; do
38853 case ${D}file in
38854 *!)
38855 ;;
38856 *)
38857 gccCmdl="${D}gccCmdl ${D}file"
38858 ;;
38859 esac
38860 done
38861 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
38862 touch "${D}{outFile}.dll"
38863
38864 doCommand "emximp -o ${D}arcFile ${D}defFile"
38865 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
38866 add_flags="";
38867 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
38868 add_flags="-ynd"
38869 fi
38870 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
38871 fi
38872 doCommand "emxomf -s -l ${D}arcFile"
38873
38874 # Successful exit.
38875 CleanUp 1
38876 exit 0
38877 EOF
38878
38879 chmod +x dllar.sh
38880 ;;
38881
38882 powerpc-apple-macos* | \
38883 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
38884 *-*-mirbsd* | \
38885 *-*-sunos4* | \
38886 *-*-osf* | \
38887 *-*-dgux5* | \
38888 *-*-sysv5* | \
38889 *-pc-msdosdjgpp )
38890 ;;
38891
38892 *)
38893 as_fn_error $? "unknown system type $BAKEFILE_HOST." "$LINENO" 5
38894 esac
38895
38896 if test "x$PIC_FLAG" != "x" ; then
38897 PIC_FLAG="$PIC_FLAG -DPIC"
38898 fi
38899
38900 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
38901 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
38902 fi
38903 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
38904 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
38905 fi
38906
38907
38908
38909
38910
38911
38912
38913
38914
38915 USE_SOVERSION=0
38916 USE_SOVERLINUX=0
38917 USE_SOVERSOLARIS=0
38918 USE_SOVERCYGWIN=0
38919 USE_SOTWOSYMLINKS=0
38920 USE_MACVERSION=0
38921 SONAME_FLAG=
38922
38923 case "${BAKEFILE_HOST}" in
38924 *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
38925 *-*-k*bsd*-gnu | *-*-mirbsd* )
38926 if test "x$SUNCXX" = "xyes"; then
38927 SONAME_FLAG="-h "
38928 else
38929 SONAME_FLAG="-Wl,-soname,"
38930 fi
38931 USE_SOVERSION=1
38932 USE_SOVERLINUX=1
38933 USE_SOTWOSYMLINKS=1
38934 ;;
38935
38936 *-*-solaris2* )
38937 SONAME_FLAG="-h "
38938 USE_SOVERSION=1
38939 USE_SOVERSOLARIS=1
38940 ;;
38941
38942 *-*-darwin* )
38943 USE_MACVERSION=1
38944 USE_SOVERSION=1
38945 USE_SOTWOSYMLINKS=1
38946 ;;
38947
38948 *-*-cygwin* )
38949 USE_SOVERSION=1
38950 USE_SOVERCYGWIN=1
38951 ;;
38952 esac
38953
38954
38955
38956
38957
38958
38959
38960
38961
38962
38963 # Check whether --enable-dependency-tracking was given.
38964 if test "${enable_dependency_tracking+set}" = set; then :
38965 enableval=$enable_dependency_tracking; bk_use_trackdeps="$enableval"
38966 fi
38967
38968
38969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dependency tracking method" >&5
38970 $as_echo_n "checking for dependency tracking method... " >&6; }
38971
38972 BK_DEPS=""
38973 if test "x$bk_use_trackdeps" = "xno" ; then
38974 DEPS_TRACKING=0
38975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5
38976 $as_echo "disabled" >&6; }
38977 else
38978 DEPS_TRACKING=1
38979
38980 if test "x$GCC" = "xyes"; then
38981 DEPSMODE=gcc
38982 DEPSFLAG="-MMD"
38983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: gcc" >&5
38984 $as_echo "gcc" >&6; }
38985 elif test "x$MWCC" = "xyes"; then
38986 DEPSMODE=mwcc
38987 DEPSFLAG="-MM"
38988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: mwcc" >&5
38989 $as_echo "mwcc" >&6; }
38990 elif test "x$SUNCC" = "xyes"; then
38991 DEPSMODE=unixcc
38992 DEPSFLAG="-xM1"
38993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Sun cc" >&5
38994 $as_echo "Sun cc" >&6; }
38995 elif test "x$SGICC" = "xyes"; then
38996 DEPSMODE=unixcc
38997 DEPSFLAG="-M"
38998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: SGI cc" >&5
38999 $as_echo "SGI cc" >&6; }
39000 elif test "x$HPCC" = "xyes"; then
39001 DEPSMODE=unixcc
39002 DEPSFLAG="+make"
39003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: HP cc" >&5
39004 $as_echo "HP cc" >&6; }
39005 elif test "x$COMPAQCC" = "xyes"; then
39006 DEPSMODE=gcc
39007 DEPSFLAG="-MD"
39008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Compaq cc" >&5
39009 $as_echo "Compaq cc" >&6; }
39010 else
39011 DEPS_TRACKING=0
39012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
39013 $as_echo "none" >&6; }
39014 fi
39015
39016 if test $DEPS_TRACKING = 1 ; then
39017
39018 D='$'
39019 cat <<EOF >bk-deps
39020 #!/bin/sh
39021
39022 # This script is part of Bakefile (http://www.bakefile.org) autoconf
39023 # script. It is used to track C/C++ files dependencies in portable way.
39024 #
39025 # Permission is given to use this file in any way.
39026
39027 DEPSMODE=${DEPSMODE}
39028 DEPSFLAG="${DEPSFLAG}"
39029 DEPSDIRBASE=.deps
39030
39031 if test ${D}DEPSMODE = gcc ; then
39032 ${D}* ${D}{DEPSFLAG}
39033 status=${D}?
39034
39035 # determine location of created files:
39036 while test ${D}# -gt 0; do
39037 case "${D}1" in
39038 -o )
39039 shift
39040 objfile=${D}1
39041 ;;
39042 -* )
39043 ;;
39044 * )
39045 srcfile=${D}1
39046 ;;
39047 esac
39048 shift
39049 done
39050 objfilebase=\`basename ${D}objfile\`
39051 builddir=\`dirname ${D}objfile\`
39052 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
39053 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
39054 depsdir=${D}builddir/${D}DEPSDIRBASE
39055 mkdir -p ${D}depsdir
39056
39057 # if the compiler failed, we're done:
39058 if test ${D}{status} != 0 ; then
39059 rm -f ${D}depfile
39060 exit ${D}{status}
39061 fi
39062
39063 # move created file to the location we want it in:
39064 if test -f ${D}depfile ; then
39065 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
39066 rm -f ${D}depfile
39067 else
39068 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
39069 depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
39070 if test ! -f ${D}depfile ; then
39071 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
39072 depfile="${D}objfile.d"
39073 fi
39074 if test -f ${D}depfile ; then
39075 sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
39076 rm -f ${D}depfile
39077 fi
39078 fi
39079 exit 0
39080
39081 elif test ${D}DEPSMODE = mwcc ; then
39082 ${D}* || exit ${D}?
39083 # Run mwcc again with -MM and redirect into the dep file we want
39084 # NOTE: We can't use shift here because we need ${D}* to be valid
39085 prevarg=
39086 for arg in ${D}* ; do
39087 if test "${D}prevarg" = "-o"; then
39088 objfile=${D}arg
39089 else
39090 case "${D}arg" in
39091 -* )
39092 ;;
39093 * )
39094 srcfile=${D}arg
39095 ;;
39096 esac
39097 fi
39098 prevarg="${D}arg"
39099 done
39100
39101 objfilebase=\`basename ${D}objfile\`
39102 builddir=\`dirname ${D}objfile\`
39103 depsdir=${D}builddir/${D}DEPSDIRBASE
39104 mkdir -p ${D}depsdir
39105
39106 ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
39107 exit 0
39108
39109 elif test ${D}DEPSMODE = unixcc; then
39110 ${D}* || exit ${D}?
39111 # Run compiler again with deps flag and redirect into the dep file.
39112 # It doesn't work if the '-o FILE' option is used, but without it the
39113 # dependency file will contain the wrong name for the object. So it is
39114 # removed from the command line, and the dep file is fixed with sed.
39115 cmd=""
39116 while test ${D}# -gt 0; do
39117 case "${D}1" in
39118 -o )
39119 shift
39120 objfile=${D}1
39121 ;;
39122 * )
39123 eval arg${D}#=\\${D}1
39124 cmd="${D}cmd \\${D}arg${D}#"
39125 ;;
39126 esac
39127 shift
39128 done
39129
39130 objfilebase=\`basename ${D}objfile\`
39131 builddir=\`dirname ${D}objfile\`
39132 depsdir=${D}builddir/${D}DEPSDIRBASE
39133 mkdir -p ${D}depsdir
39134
39135 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
39136 exit 0
39137
39138 else
39139 ${D}*
39140 exit ${D}?
39141 fi
39142 EOF
39143
39144 chmod +x bk-deps
39145 BK_DEPS="`pwd`/bk-deps"
39146 fi
39147 fi
39148
39149
39150
39151
39152
39153 case ${BAKEFILE_HOST} in
39154 *-*-cygwin* | *-*-mingw32* )
39155 if test -n "$ac_tool_prefix"; then
39156 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
39157 set dummy ${ac_tool_prefix}windres; ac_word=$2
39158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39159 $as_echo_n "checking for $ac_word... " >&6; }
39160 if test "${ac_cv_prog_WINDRES+set}" = set; then :
39161 $as_echo_n "(cached) " >&6
39162 else
39163 if test -n "$WINDRES"; then
39164 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
39165 else
39166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39167 for as_dir in $PATH
39168 do
39169 IFS=$as_save_IFS
39170 test -z "$as_dir" && as_dir=.
39171 for ac_exec_ext in '' $ac_executable_extensions; do
39172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
39173 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
39174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39175 break 2
39176 fi
39177 done
39178 done
39179 IFS=$as_save_IFS
39180
39181 fi
39182 fi
39183 WINDRES=$ac_cv_prog_WINDRES
39184 if test -n "$WINDRES"; then
39185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
39186 $as_echo "$WINDRES" >&6; }
39187 else
39188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39189 $as_echo "no" >&6; }
39190 fi
39191
39192
39193 fi
39194 if test -z "$ac_cv_prog_WINDRES"; then
39195 ac_ct_WINDRES=$WINDRES
39196 # Extract the first word of "windres", so it can be a program name with args.
39197 set dummy windres; ac_word=$2
39198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39199 $as_echo_n "checking for $ac_word... " >&6; }
39200 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then :
39201 $as_echo_n "(cached) " >&6
39202 else
39203 if test -n "$ac_ct_WINDRES"; then
39204 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
39205 else
39206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39207 for as_dir in $PATH
39208 do
39209 IFS=$as_save_IFS
39210 test -z "$as_dir" && as_dir=.
39211 for ac_exec_ext in '' $ac_executable_extensions; do
39212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
39213 ac_cv_prog_ac_ct_WINDRES="windres"
39214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39215 break 2
39216 fi
39217 done
39218 done
39219 IFS=$as_save_IFS
39220
39221 fi
39222 fi
39223 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
39224 if test -n "$ac_ct_WINDRES"; then
39225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
39226 $as_echo "$ac_ct_WINDRES" >&6; }
39227 else
39228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39229 $as_echo "no" >&6; }
39230 fi
39231
39232 if test "x$ac_ct_WINDRES" = x; then
39233 WINDRES=""
39234 else
39235 case $cross_compiling:$ac_tool_warned in
39236 yes:)
39237 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
39238 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
39239 ac_tool_warned=yes ;;
39240 esac
39241 WINDRES=$ac_ct_WINDRES
39242 fi
39243 else
39244 WINDRES="$ac_cv_prog_WINDRES"
39245 fi
39246
39247 ;;
39248
39249 *-*-darwin* | powerpc-apple-macos* )
39250 # Extract the first word of "Rez", so it can be a program name with args.
39251 set dummy Rez; ac_word=$2
39252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39253 $as_echo_n "checking for $ac_word... " >&6; }
39254 if test "${ac_cv_prog_REZ+set}" = set; then :
39255 $as_echo_n "(cached) " >&6
39256 else
39257 if test -n "$REZ"; then
39258 ac_cv_prog_REZ="$REZ" # Let the user override the test.
39259 else
39260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39261 for as_dir in $PATH
39262 do
39263 IFS=$as_save_IFS
39264 test -z "$as_dir" && as_dir=.
39265 for ac_exec_ext in '' $ac_executable_extensions; do
39266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
39267 ac_cv_prog_REZ="Rez"
39268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39269 break 2
39270 fi
39271 done
39272 done
39273 IFS=$as_save_IFS
39274
39275 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
39276 fi
39277 fi
39278 REZ=$ac_cv_prog_REZ
39279 if test -n "$REZ"; then
39280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $REZ" >&5
39281 $as_echo "$REZ" >&6; }
39282 else
39283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39284 $as_echo "no" >&6; }
39285 fi
39286
39287
39288 # Extract the first word of "SetFile", so it can be a program name with args.
39289 set dummy SetFile; ac_word=$2
39290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39291 $as_echo_n "checking for $ac_word... " >&6; }
39292 if test "${ac_cv_prog_SETFILE+set}" = set; then :
39293 $as_echo_n "(cached) " >&6
39294 else
39295 if test -n "$SETFILE"; then
39296 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
39297 else
39298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39299 for as_dir in $PATH
39300 do
39301 IFS=$as_save_IFS
39302 test -z "$as_dir" && as_dir=.
39303 for ac_exec_ext in '' $ac_executable_extensions; do
39304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
39305 ac_cv_prog_SETFILE="SetFile"
39306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39307 break 2
39308 fi
39309 done
39310 done
39311 IFS=$as_save_IFS
39312
39313 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
39314 fi
39315 fi
39316 SETFILE=$ac_cv_prog_SETFILE
39317 if test -n "$SETFILE"; then
39318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SETFILE" >&5
39319 $as_echo "$SETFILE" >&6; }
39320 else
39321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39322 $as_echo "no" >&6; }
39323 fi
39324
39325
39326 ;;
39327 esac
39328
39329
39330
39331
39332
39333
39334
39335
39336
39337 BAKEFILE_BAKEFILE_M4_VERSION="0.2.9"
39338
39339
39340 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.9"
39341
39342
39343
39344 # Check whether --enable-precomp-headers was given.
39345 if test "${enable_precomp_headers+set}" = set; then :
39346 enableval=$enable_precomp_headers; bk_use_pch="$enableval"
39347 fi
39348
39349
39350 GCC_PCH=0
39351 ICC_PCH=0
39352 USE_PCH=0
39353 BK_MAKE_PCH=""
39354
39355 case ${BAKEFILE_HOST} in
39356 *-*-cygwin* )
39357 bk_use_pch="no"
39358 ;;
39359 esac
39360
39361 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
39362 if test "x$GCC" = "xyes"; then
39363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports precompiled headers" >&5
39364 $as_echo_n "checking if the compiler supports precompiled headers... " >&6; }
39365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39366 /* end confdefs.h. */
39367
39368 int
39369 main ()
39370 {
39371
39372 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
39373 There is no PCH support
39374 #endif
39375 #if (__GNUC__ < 3)
39376 There is no PCH support
39377 #endif
39378 #if (__GNUC__ == 3) && \
39379 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
39380 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
39381 ( defined(__INTEL_COMPILER) )
39382 There is no PCH support
39383 #endif
39384
39385 ;
39386 return 0;
39387 }
39388 _ACEOF
39389 if ac_fn_c_try_compile "$LINENO"; then :
39390
39391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
39392 $as_echo "yes" >&6; }
39393 GCC_PCH=1
39394
39395 else
39396
39397 if test "$INTELCXX8" = "yes"; then
39398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
39399 $as_echo "yes" >&6; }
39400 ICC_PCH=1
39401 if test "$INTELCXX10" = "yes"; then
39402 ICC_PCH_CREATE_SWITCH="-pch-create"
39403 ICC_PCH_USE_SWITCH="-pch-use"
39404 else
39405 ICC_PCH_CREATE_SWITCH="-create-pch"
39406 ICC_PCH_USE_SWITCH="-use-pch"
39407 fi
39408 else
39409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39410 $as_echo "no" >&6; }
39411 fi
39412
39413 fi
39414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39415 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
39416 USE_PCH=1
39417
39418 D='$'
39419 cat <<EOF >bk-make-pch
39420 #!/bin/sh
39421
39422 # This script is part of Bakefile (http://www.bakefile.org) autoconf
39423 # script. It is used to generated precompiled headers.
39424 #
39425 # Permission is given to use this file in any way.
39426
39427 outfile="${D}{1}"
39428 header="${D}{2}"
39429 shift
39430 shift
39431
39432 builddir=\`echo ${D}outfile | sed -e 's,/\\.pch/.*${D},,g'\`
39433
39434 compiler=""
39435 headerfile=""
39436
39437 while test ${D}{#} -gt 0; do
39438 add_to_cmdline=1
39439 case "${D}{1}" in
39440 -I* )
39441 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
39442 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
39443 headerfile="${D}{incdir}/${D}{header}"
39444 fi
39445 ;;
39446 -use-pch|-use_pch|-pch-use )
39447 shift
39448 add_to_cmdline=0
39449 ;;
39450 esac
39451 if test ${D}add_to_cmdline = 1 ; then
39452 compiler="${D}{compiler} ${D}{1}"
39453 fi
39454 shift
39455 done
39456
39457 if test "x${D}{headerfile}" = "x" ; then
39458 echo "error: can't find header ${D}{header} in include paths" >&2
39459 else
39460 if test -f ${D}{outfile} ; then
39461 rm -f ${D}{outfile}
39462 else
39463 mkdir -p \`dirname ${D}{outfile}\`
39464 fi
39465 depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
39466 mkdir -p ${D}{builddir}/.deps
39467 if test "x${GCC_PCH}" = "x1" ; then
39468 # can do this because gcc is >= 3.4:
39469 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
39470 elif test "x${ICC_PCH}" = "x1" ; then
39471 filename=pch_gen-${D}${D}
39472 file=${D}{filename}.c
39473 dfile=${D}{filename}.d
39474 cat > ${D}file <<EOT
39475 #include "${D}header"
39476 EOT
39477 # using -MF icc complains about differing command lines in creation/use
39478 ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
39479 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
39480 rm -f ${D}file ${D}dfile ${D}{filename}.o
39481 fi
39482 exit ${D}{?}
39483 fi
39484 EOF
39485
39486 chmod +x bk-make-pch
39487 BK_MAKE_PCH="`pwd`/bk-make-pch"
39488 fi
39489 fi
39490 fi
39491
39492
39493
39494
39495
39496
39497
39498 COND_BUILD_DEBUG="#"
39499 if test "x$BUILD" = "xdebug" ; then
39500 COND_BUILD_DEBUG=""
39501 fi
39502
39503 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
39504 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
39505 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
39506 fi
39507
39508 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
39509 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
39510 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
39511 fi
39512
39513 COND_BUILD_DEBUG_UNICODE_0="#"
39514 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
39515 COND_BUILD_DEBUG_UNICODE_0=""
39516 fi
39517
39518 COND_BUILD_DEBUG_UNICODE_1="#"
39519 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
39520 COND_BUILD_DEBUG_UNICODE_1=""
39521 fi
39522
39523 COND_BUILD_RELEASE="#"
39524 if test "x$BUILD" = "xrelease" ; then
39525 COND_BUILD_RELEASE=""
39526 fi
39527
39528 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
39529 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
39530 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
39531 fi
39532
39533 COND_BUILD_RELEASE_UNICODE_0="#"
39534 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
39535 COND_BUILD_RELEASE_UNICODE_0=""
39536 fi
39537
39538 COND_BUILD_RELEASE_UNICODE_1="#"
39539 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
39540 COND_BUILD_RELEASE_UNICODE_1=""
39541 fi
39542
39543 COND_BUILD_debug="#"
39544 if test "x$BUILD" = "xdebug" ; then
39545 COND_BUILD_debug=""
39546 fi
39547
39548 COND_BUILD_debug_DEBUG_FLAG_default="#"
39549 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
39550 COND_BUILD_debug_DEBUG_FLAG_default=""
39551 fi
39552
39553 COND_BUILD_debug_DEBUG_INFO_default="#"
39554 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
39555 COND_BUILD_debug_DEBUG_INFO_default=""
39556 fi
39557
39558 COND_BUILD_debug_UNICODE_0="#"
39559 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
39560 COND_BUILD_debug_UNICODE_0=""
39561 fi
39562
39563 COND_BUILD_debug_UNICODE_1="#"
39564 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
39565 COND_BUILD_debug_UNICODE_1=""
39566 fi
39567
39568 COND_BUILD_release="#"
39569 if test "x$BUILD" = "xrelease" ; then
39570 COND_BUILD_release=""
39571 fi
39572
39573 COND_BUILD_release_DEBUG_INFO_default="#"
39574 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
39575 COND_BUILD_release_DEBUG_INFO_default=""
39576 fi
39577
39578 COND_BUILD_release_UNICODE_0="#"
39579 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
39580 COND_BUILD_release_UNICODE_0=""
39581 fi
39582
39583 COND_BUILD_release_UNICODE_1="#"
39584 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
39585 COND_BUILD_release_UNICODE_1=""
39586 fi
39587
39588 COND_DEBUG_FLAG_0="#"
39589 if test "x$DEBUG_FLAG" = "x0" ; then
39590 COND_DEBUG_FLAG_0=""
39591 fi
39592
39593 COND_DEBUG_FLAG_1="#"
39594 if test "x$DEBUG_FLAG" = "x1" ; then
39595 COND_DEBUG_FLAG_1=""
39596 fi
39597
39598 COND_DEBUG_INFO_0="#"
39599 if test "x$DEBUG_INFO" = "x0" ; then
39600 COND_DEBUG_INFO_0=""
39601 fi
39602
39603 COND_DEBUG_INFO_1="#"
39604 if test "x$DEBUG_INFO" = "x1" ; then
39605 COND_DEBUG_INFO_1=""
39606 fi
39607
39608 COND_DEPS_TRACKING_0="#"
39609 if test "x$DEPS_TRACKING" = "x0" ; then
39610 COND_DEPS_TRACKING_0=""
39611 fi
39612
39613 COND_DEPS_TRACKING_1="#"
39614 if test "x$DEPS_TRACKING" = "x1" ; then
39615 COND_DEPS_TRACKING_1=""
39616 fi
39617
39618 COND_GCC_PCH_1="#"
39619 if test "x$GCC_PCH" = "x1" ; then
39620 COND_GCC_PCH_1=""
39621 fi
39622
39623 COND_ICC_PCH_1="#"
39624 if test "x$ICC_PCH" = "x1" ; then
39625 COND_ICC_PCH_1=""
39626 fi
39627
39628 COND_MONOLITHIC_0="#"
39629 if test "x$MONOLITHIC" = "x0" ; then
39630 COND_MONOLITHIC_0=""
39631 fi
39632
39633 COND_MONOLITHIC_0_SHARED_0="#"
39634 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
39635 COND_MONOLITHIC_0_SHARED_0=""
39636 fi
39637
39638 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
39639 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
39640 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
39641 fi
39642
39643 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
39644 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
39645 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
39646 fi
39647
39648 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
39649 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
39650 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
39651 fi
39652
39653 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
39654 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
39655 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
39656 fi
39657
39658 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
39659 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
39660 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
39661 fi
39662
39663 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1="#"
39664 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
39665 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1=""
39666 fi
39667
39668 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1="#"
39669 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
39670 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1=""
39671 fi
39672
39673 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1="#"
39674 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
39675 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1=""
39676 fi
39677
39678 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
39679 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
39680 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
39681 fi
39682
39683 COND_MONOLITHIC_0_SHARED_0_USE_STC_1="#"
39684 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
39685 COND_MONOLITHIC_0_SHARED_0_USE_STC_1=""
39686 fi
39687
39688 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
39689 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
39690 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
39691 fi
39692
39693 COND_MONOLITHIC_0_SHARED_1="#"
39694 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
39695 COND_MONOLITHIC_0_SHARED_1=""
39696 fi
39697
39698 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
39699 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
39700 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
39701 fi
39702
39703 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
39704 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
39705 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
39706 fi
39707
39708 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
39709 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
39710 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
39711 fi
39712
39713 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
39714 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
39715 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
39716 fi
39717
39718 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
39719 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
39720 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
39721 fi
39722
39723 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1="#"
39724 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
39725 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1=""
39726 fi
39727
39728 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1="#"
39729 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
39730 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1=""
39731 fi
39732
39733 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1="#"
39734 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
39735 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1=""
39736 fi
39737
39738 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
39739 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
39740 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
39741 fi
39742
39743 COND_MONOLITHIC_0_SHARED_1_USE_STC_1="#"
39744 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
39745 COND_MONOLITHIC_0_SHARED_1_USE_STC_1=""
39746 fi
39747
39748 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
39749 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
39750 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
39751 fi
39752
39753 COND_MONOLITHIC_0_USE_AUI_1="#"
39754 if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
39755 COND_MONOLITHIC_0_USE_AUI_1=""
39756 fi
39757
39758 COND_MONOLITHIC_0_USE_GUI_1="#"
39759 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
39760 COND_MONOLITHIC_0_USE_GUI_1=""
39761 fi
39762
39763 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1="#"
39764 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
39765 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=""
39766 fi
39767
39768 COND_MONOLITHIC_0_USE_HTML_1="#"
39769 if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
39770 COND_MONOLITHIC_0_USE_HTML_1=""
39771 fi
39772
39773 COND_MONOLITHIC_0_USE_MEDIA_1="#"
39774 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
39775 COND_MONOLITHIC_0_USE_MEDIA_1=""
39776 fi
39777
39778 COND_MONOLITHIC_0_USE_PROPGRID_1="#"
39779 if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
39780 COND_MONOLITHIC_0_USE_PROPGRID_1=""
39781 fi
39782
39783 COND_MONOLITHIC_0_USE_QA_1="#"
39784 if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
39785 COND_MONOLITHIC_0_USE_QA_1=""
39786 fi
39787
39788 COND_MONOLITHIC_0_USE_RIBBON_1="#"
39789 if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
39790 COND_MONOLITHIC_0_USE_RIBBON_1=""
39791 fi
39792
39793 COND_MONOLITHIC_0_USE_RICHTEXT_1="#"
39794 if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
39795 COND_MONOLITHIC_0_USE_RICHTEXT_1=""
39796 fi
39797
39798 COND_MONOLITHIC_0_USE_STC_1="#"
39799 if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
39800 COND_MONOLITHIC_0_USE_STC_1=""
39801 fi
39802
39803 COND_MONOLITHIC_0_USE_WEBVIEW_1="#"
39804 if test "x$MONOLITHIC" = "x0" -a "x$USE_WEBVIEW" = "x1" ; then
39805 COND_MONOLITHIC_0_USE_WEBVIEW_1=""
39806 fi
39807
39808 COND_MONOLITHIC_0_USE_XRC_1="#"
39809 if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
39810 COND_MONOLITHIC_0_USE_XRC_1=""
39811 fi
39812
39813 COND_MONOLITHIC_1="#"
39814 if test "x$MONOLITHIC" = "x1" ; then
39815 COND_MONOLITHIC_1=""
39816 fi
39817
39818 COND_MONOLITHIC_1_SHARED_0="#"
39819 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
39820 COND_MONOLITHIC_1_SHARED_0=""
39821 fi
39822
39823 COND_MONOLITHIC_1_SHARED_1="#"
39824 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
39825 COND_MONOLITHIC_1_SHARED_1=""
39826 fi
39827
39828 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
39829 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
39830 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
39831 fi
39832
39833 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
39834 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
39835 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
39836 fi
39837
39838 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
39839 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
39840 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
39841 fi
39842
39843 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
39844 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
39845 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
39846 fi
39847
39848 COND_PLATFORM_MACOSX_1="#"
39849 if test "x$PLATFORM_MACOSX" = "x1" ; then
39850 COND_PLATFORM_MACOSX_1=""
39851 fi
39852
39853 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0="#"
39854 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
39855 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0=""
39856 fi
39857
39858 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0="#"
39859 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
39860 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0=""
39861 fi
39862
39863 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
39864 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
39865 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1=""
39866 fi
39867
39868 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0="#"
39869 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
39870 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0=""
39871 fi
39872
39873 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
39874 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
39875 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1=""
39876 fi
39877
39878 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0="#"
39879 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
39880 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0=""
39881 fi
39882
39883 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
39884 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
39885 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
39886 fi
39887
39888 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
39889 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
39890 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
39891 fi
39892
39893 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
39894 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
39895 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
39896 fi
39897
39898 COND_PLATFORM_MACOSX_1_USE_OPENGL_1="#"
39899 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
39900 COND_PLATFORM_MACOSX_1_USE_OPENGL_1=""
39901 fi
39902
39903 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
39904 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
39905 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
39906 fi
39907
39908 COND_PLATFORM_MACOS_1="#"
39909 if test "x$PLATFORM_MACOS" = "x1" ; then
39910 COND_PLATFORM_MACOS_1=""
39911 fi
39912
39913 COND_PLATFORM_MAC_0="#"
39914 if test "x$PLATFORM_MAC" = "x0" ; then
39915 COND_PLATFORM_MAC_0=""
39916 fi
39917
39918 COND_PLATFORM_MAC_1="#"
39919 if test "x$PLATFORM_MAC" = "x1" ; then
39920 COND_PLATFORM_MAC_1=""
39921 fi
39922
39923 COND_PLATFORM_MSDOS_0="#"
39924 if test "x$PLATFORM_MSDOS" = "x0" ; then
39925 COND_PLATFORM_MSDOS_0=""
39926 fi
39927
39928 COND_PLATFORM_MSDOS_1="#"
39929 if test "x$PLATFORM_MSDOS" = "x1" ; then
39930 COND_PLATFORM_MSDOS_1=""
39931 fi
39932
39933 COND_PLATFORM_OS2_1="#"
39934 if test "x$PLATFORM_OS2" = "x1" ; then
39935 COND_PLATFORM_OS2_1=""
39936 fi
39937
39938 COND_PLATFORM_UNIX_0="#"
39939 if test "x$PLATFORM_UNIX" = "x0" ; then
39940 COND_PLATFORM_UNIX_0=""
39941 fi
39942
39943 COND_PLATFORM_UNIX_1="#"
39944 if test "x$PLATFORM_UNIX" = "x1" ; then
39945 COND_PLATFORM_UNIX_1=""
39946 fi
39947
39948 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
39949 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
39950 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
39951 fi
39952
39953 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
39954 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
39955 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
39956 fi
39957
39958 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3="#"
39959 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
39960 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3=""
39961 fi
39962
39963 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1="#"
39964 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
39965 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1=""
39966 fi
39967
39968 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
39969 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
39970 COND_PLATFORM_UNIX_1_USE_GUI_1=""
39971 fi
39972
39973 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
39974 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
39975 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
39976 fi
39977
39978 COND_PLATFORM_WIN32_0="#"
39979 if test "x$PLATFORM_WIN32" = "x0" ; then
39980 COND_PLATFORM_WIN32_0=""
39981 fi
39982
39983 COND_PLATFORM_WIN32_1="#"
39984 if test "x$PLATFORM_WIN32" = "x1" ; then
39985 COND_PLATFORM_WIN32_1=""
39986 fi
39987
39988 COND_PLATFORM_WIN32_1_SHARED_0="#"
39989 if test "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
39990 COND_PLATFORM_WIN32_1_SHARED_0=""
39991 fi
39992
39993 COND_SHARED_0="#"
39994 if test "x$SHARED" = "x0" ; then
39995 COND_SHARED_0=""
39996 fi
39997
39998 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
39999 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
40000 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
40001 fi
40002
40003 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
40004 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40005 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
40006 fi
40007
40008 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
40009 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
40010 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
40011 fi
40012
40013 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
40014 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40015 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
40016 fi
40017
40018 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
40019 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40020 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
40021 fi
40022
40023 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
40024 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40025 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin=""
40026 fi
40027
40028 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
40029 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40030 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
40031 fi
40032
40033 COND_SHARED_0_USE_STC_1="#"
40034 if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
40035 COND_SHARED_0_USE_STC_1=""
40036 fi
40037
40038 COND_SHARED_0_wxUSE_EXPAT_builtin="#"
40039 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
40040 COND_SHARED_0_wxUSE_EXPAT_builtin=""
40041 fi
40042
40043 COND_SHARED_0_wxUSE_REGEX_builtin="#"
40044 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
40045 COND_SHARED_0_wxUSE_REGEX_builtin=""
40046 fi
40047
40048 COND_SHARED_0_wxUSE_ZLIB_builtin="#"
40049 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
40050 COND_SHARED_0_wxUSE_ZLIB_builtin=""
40051 fi
40052
40053 COND_SHARED_1="#"
40054 if test "x$SHARED" = "x1" ; then
40055 COND_SHARED_1=""
40056 fi
40057
40058 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
40059 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40060 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
40061 fi
40062
40063 COND_TOOLKIT_="#"
40064 if test "x$TOOLKIT" = "x" ; then
40065 COND_TOOLKIT_=""
40066 fi
40067
40068 COND_TOOLKIT_COCOA="#"
40069 if test "x$TOOLKIT" = "xCOCOA" ; then
40070 COND_TOOLKIT_COCOA=""
40071 fi
40072
40073 COND_TOOLKIT_COCOA_USE_GUI_1="#"
40074 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
40075 COND_TOOLKIT_COCOA_USE_GUI_1=""
40076 fi
40077
40078 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
40079 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40080 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
40081 fi
40082
40083 COND_TOOLKIT_DFB="#"
40084 if test "x$TOOLKIT" = "xDFB" ; then
40085 COND_TOOLKIT_DFB=""
40086 fi
40087
40088 COND_TOOLKIT_DFB_USE_GUI_1="#"
40089 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
40090 COND_TOOLKIT_DFB_USE_GUI_1=""
40091 fi
40092
40093 COND_TOOLKIT_GTK="#"
40094 if test "x$TOOLKIT" = "xGTK" ; then
40095 COND_TOOLKIT_GTK=""
40096 fi
40097
40098 COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
40099 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
40100 COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
40101 fi
40102
40103 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
40104 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40105 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
40106 fi
40107
40108 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
40109 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40110 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
40111 fi
40112
40113 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
40114 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40115 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
40116 fi
40117
40118 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0="#"
40119 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$WXUNIV" = "x0" ; then
40120 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0=""
40121 fi
40122
40123 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3="#"
40124 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40125 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3=""
40126 fi
40127
40128 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1="#"
40129 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40130 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1=""
40131 fi
40132
40133 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0="#"
40134 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40135 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0=""
40136 fi
40137
40138 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0="#"
40139 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$WXUNIV" = "x0" ; then
40140 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0=""
40141 fi
40142
40143 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
40144 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
40145 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
40146 fi
40147
40148 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
40149 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40150 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
40151 fi
40152
40153 COND_TOOLKIT_GTK_USE_GUI_1="#"
40154 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
40155 COND_TOOLKIT_GTK_USE_GUI_1=""
40156 fi
40157
40158 COND_TOOLKIT_MAC="#"
40159 if test "x$TOOLKIT" = "xMAC" ; then
40160 COND_TOOLKIT_MAC=""
40161 fi
40162
40163 COND_TOOLKIT_MOTIF="#"
40164 if test "x$TOOLKIT" = "xMOTIF" ; then
40165 COND_TOOLKIT_MOTIF=""
40166 fi
40167
40168 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
40169 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
40170 COND_TOOLKIT_MOTIF_USE_GUI_1=""
40171 fi
40172
40173 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
40174 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40175 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
40176 fi
40177
40178 COND_TOOLKIT_MSW="#"
40179 if test "x$TOOLKIT" = "xMSW" ; then
40180 COND_TOOLKIT_MSW=""
40181 fi
40182
40183 COND_TOOLKIT_MSW_USE_GUI_1="#"
40184 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
40185 COND_TOOLKIT_MSW_USE_GUI_1=""
40186 fi
40187
40188 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
40189 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40190 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
40191 fi
40192
40193 COND_TOOLKIT_MSW_WXUNIV_0="#"
40194 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40195 COND_TOOLKIT_MSW_WXUNIV_0=""
40196 fi
40197
40198 COND_TOOLKIT_OSX_CARBON="#"
40199 if test "x$TOOLKIT" = "xOSX_CARBON" ; then
40200 COND_TOOLKIT_OSX_CARBON=""
40201 fi
40202
40203 COND_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
40204 if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
40205 COND_TOOLKIT_OSX_CARBON_USE_GUI_1=""
40206 fi
40207
40208 COND_TOOLKIT_OSX_COCOA="#"
40209 if test "x$TOOLKIT" = "xOSX_COCOA" ; then
40210 COND_TOOLKIT_OSX_COCOA=""
40211 fi
40212
40213 COND_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
40214 if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
40215 COND_TOOLKIT_OSX_COCOA_USE_GUI_1=""
40216 fi
40217
40218 COND_TOOLKIT_OSX_IPHONE="#"
40219 if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
40220 COND_TOOLKIT_OSX_IPHONE=""
40221 fi
40222
40223 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
40224 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
40225 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
40226 fi
40227
40228 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
40229 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40230 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
40231 fi
40232
40233 COND_TOOLKIT_PM="#"
40234 if test "x$TOOLKIT" = "xPM" ; then
40235 COND_TOOLKIT_PM=""
40236 fi
40237
40238 COND_TOOLKIT_PM_USE_GUI_1="#"
40239 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
40240 COND_TOOLKIT_PM_USE_GUI_1=""
40241 fi
40242
40243 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
40244 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40245 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
40246 fi
40247
40248 COND_TOOLKIT_WINCE="#"
40249 if test "x$TOOLKIT" = "xWINCE" ; then
40250 COND_TOOLKIT_WINCE=""
40251 fi
40252
40253 COND_TOOLKIT_WINCE_USE_GUI_1="#"
40254 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
40255 COND_TOOLKIT_WINCE_USE_GUI_1=""
40256 fi
40257
40258 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
40259 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40260 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
40261 fi
40262
40263 COND_TOOLKIT_WINCE_WXUNIV_0="#"
40264 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
40265 COND_TOOLKIT_WINCE_WXUNIV_0=""
40266 fi
40267
40268 COND_TOOLKIT_X11="#"
40269 if test "x$TOOLKIT" = "xX11" ; then
40270 COND_TOOLKIT_X11=""
40271 fi
40272
40273 COND_TOOLKIT_X11_USE_GUI_1="#"
40274 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
40275 COND_TOOLKIT_X11_USE_GUI_1=""
40276 fi
40277
40278 COND_UNICODE_1="#"
40279 if test "x$UNICODE" = "x1" ; then
40280 COND_UNICODE_1=""
40281 fi
40282
40283 COND_USE_CAIRO_1="#"
40284 if test "x$USE_CAIRO" = "x1" ; then
40285 COND_USE_CAIRO_1=""
40286 fi
40287
40288 COND_USE_EXCEPTIONS_0="#"
40289 if test "x$USE_EXCEPTIONS" = "x0" ; then
40290 COND_USE_EXCEPTIONS_0=""
40291 fi
40292
40293 COND_USE_EXCEPTIONS_1="#"
40294 if test "x$USE_EXCEPTIONS" = "x1" ; then
40295 COND_USE_EXCEPTIONS_1=""
40296 fi
40297
40298 COND_USE_GUI_0="#"
40299 if test "x$USE_GUI" = "x0" ; then
40300 COND_USE_GUI_0=""
40301 fi
40302
40303 COND_USE_GUI_1="#"
40304 if test "x$USE_GUI" = "x1" ; then
40305 COND_USE_GUI_1=""
40306 fi
40307
40308 COND_USE_GUI_1_USE_OPENGL_1="#"
40309 if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40310 COND_USE_GUI_1_USE_OPENGL_1=""
40311 fi
40312
40313 COND_USE_GUI_1_WXUNIV_0="#"
40314 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40315 COND_USE_GUI_1_WXUNIV_0=""
40316 fi
40317
40318 COND_USE_GUI_1_WXUNIV_1="#"
40319 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40320 COND_USE_GUI_1_WXUNIV_1=""
40321 fi
40322
40323 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
40324 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40325 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
40326 fi
40327
40328 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
40329 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40330 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
40331 fi
40332
40333 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
40334 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40335 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
40336 fi
40337
40338 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
40339 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40340 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
40341 fi
40342
40343 COND_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
40344 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40345 COND_USE_GUI_1_wxUSE_LIBPNG_builtin=""
40346 fi
40347
40348 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
40349 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40350 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
40351 fi
40352
40353 COND_USE_OPENGL_1="#"
40354 if test "x$USE_OPENGL" = "x1" ; then
40355 COND_USE_OPENGL_1=""
40356 fi
40357
40358 COND_USE_PCH_1="#"
40359 if test "x$USE_PCH" = "x1" ; then
40360 COND_USE_PCH_1=""
40361 fi
40362
40363 COND_USE_PLUGINS_0="#"
40364 if test "x$USE_PLUGINS" = "x0" ; then
40365 COND_USE_PLUGINS_0=""
40366 fi
40367
40368 COND_USE_RTTI_0="#"
40369 if test "x$USE_RTTI" = "x0" ; then
40370 COND_USE_RTTI_0=""
40371 fi
40372
40373 COND_USE_RTTI_1="#"
40374 if test "x$USE_RTTI" = "x1" ; then
40375 COND_USE_RTTI_1=""
40376 fi
40377
40378 COND_USE_SOTWOSYMLINKS_1="#"
40379 if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
40380 COND_USE_SOTWOSYMLINKS_1=""
40381 fi
40382
40383 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
40384 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
40385 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
40386 fi
40387
40388 COND_USE_SOVERLINUX_1="#"
40389 if test "x$USE_SOVERLINUX" = "x1" ; then
40390 COND_USE_SOVERLINUX_1=""
40391 fi
40392
40393 COND_USE_SOVERSION_0="#"
40394 if test "x$USE_SOVERSION" = "x0" ; then
40395 COND_USE_SOVERSION_0=""
40396 fi
40397
40398 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1="#"
40399 if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
40400 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1=""
40401 fi
40402
40403 COND_USE_SOVERSOLARIS_1="#"
40404 if test "x$USE_SOVERSOLARIS" = "x1" ; then
40405 COND_USE_SOVERSOLARIS_1=""
40406 fi
40407
40408 COND_USE_STC_1="#"
40409 if test "x$USE_STC" = "x1" ; then
40410 COND_USE_STC_1=""
40411 fi
40412
40413 COND_USE_THREADS_0="#"
40414 if test "x$USE_THREADS" = "x0" ; then
40415 COND_USE_THREADS_0=""
40416 fi
40417
40418 COND_USE_THREADS_1="#"
40419 if test "x$USE_THREADS" = "x1" ; then
40420 COND_USE_THREADS_1=""
40421 fi
40422
40423 COND_USE_XRC_1="#"
40424 if test "x$USE_XRC" = "x1" ; then
40425 COND_USE_XRC_1=""
40426 fi
40427
40428 COND_WINDOWS_IMPLIB_1="#"
40429 if test "x$WINDOWS_IMPLIB" = "x1" ; then
40430 COND_WINDOWS_IMPLIB_1=""
40431 fi
40432
40433 COND_WITH_PLUGIN_SDL_1="#"
40434 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
40435 COND_WITH_PLUGIN_SDL_1=""
40436 fi
40437
40438 COND_WXUNIV_0="#"
40439 if test "x$WXUNIV" = "x0" ; then
40440 COND_WXUNIV_0=""
40441 fi
40442
40443 COND_WXUNIV_1="#"
40444 if test "x$WXUNIV" = "x1" ; then
40445 COND_WXUNIV_1=""
40446 fi
40447
40448 COND_WXUSE_EXPAT_BUILTIN="#"
40449 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
40450 COND_WXUSE_EXPAT_BUILTIN=""
40451 fi
40452
40453 COND_WXUSE_LIBJPEG_BUILTIN="#"
40454 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40455 COND_WXUSE_LIBJPEG_BUILTIN=""
40456 fi
40457
40458 COND_WXUSE_LIBPNG_BUILTIN="#"
40459 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40460 COND_WXUSE_LIBPNG_BUILTIN=""
40461 fi
40462
40463 COND_WXUSE_LIBTIFF_BUILTIN="#"
40464 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40465 COND_WXUSE_LIBTIFF_BUILTIN=""
40466 fi
40467
40468 COND_WXUSE_REGEX_BUILTIN="#"
40469 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
40470 COND_WXUSE_REGEX_BUILTIN=""
40471 fi
40472
40473 COND_WXUSE_ZLIB_BUILTIN="#"
40474 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
40475 COND_WXUSE_ZLIB_BUILTIN=""
40476 fi
40477
40478 COND_wxUSE_EXPAT_builtin="#"
40479 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
40480 COND_wxUSE_EXPAT_builtin=""
40481 fi
40482
40483 COND_wxUSE_LIBJPEG_builtin="#"
40484 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40485 COND_wxUSE_LIBJPEG_builtin=""
40486 fi
40487
40488 COND_wxUSE_LIBPNG_builtin="#"
40489 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40490 COND_wxUSE_LIBPNG_builtin=""
40491 fi
40492
40493 COND_wxUSE_LIBTIFF_builtin="#"
40494 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40495 COND_wxUSE_LIBTIFF_builtin=""
40496 fi
40497
40498 COND_wxUSE_REGEX_builtin="#"
40499 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
40500 COND_wxUSE_REGEX_builtin=""
40501 fi
40502
40503 COND_wxUSE_ZLIB_builtin="#"
40504 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
40505 COND_wxUSE_ZLIB_builtin=""
40506 fi
40507
40508
40509
40510 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
40511 as_fn_error $? "No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" "$LINENO" 5
40512 fi
40513
40514 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
40515 as_fn_error $? "Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." "$LINENO" 5
40516 fi
40517
40518
40519 case ${INSTALL} in
40520 /* ) # Absolute
40521 ;;
40522 ?:* ) # Drive letter, considered as absolute.
40523 ;;
40524 *)
40525 INSTALL=`pwd`/${INSTALL} ;;
40526 esac
40527
40528 if test "$wxUSE_GUI" = "yes"; then
40529
40530 if test "$wxUSE_MSW" = 1 ; then
40531 if test "x$WINDRES" = "x"; then
40532 as_fn_error $? "Required windres program not found" "$LINENO" 5
40533 fi
40534
40535 RESCOMP="$WINDRES"
40536 fi
40537
40538 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
40539 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
40540 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
40541
40542 LIBWXMACRES="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
40543
40544 # Extract the first word of "DeRez", so it can be a program name with args.
40545 set dummy DeRez; ac_word=$2
40546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
40547 $as_echo_n "checking for $ac_word... " >&6; }
40548 if test "${ac_cv_prog_DEREZ+set}" = set; then :
40549 $as_echo_n "(cached) " >&6
40550 else
40551 if test -n "$DEREZ"; then
40552 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
40553 else
40554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40555 for as_dir in $PATH
40556 do
40557 IFS=$as_save_IFS
40558 test -z "$as_dir" && as_dir=.
40559 for ac_exec_ext in '' $ac_executable_extensions; do
40560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
40561 ac_cv_prog_DEREZ="DeRez"
40562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
40563 break 2
40564 fi
40565 done
40566 done
40567 IFS=$as_save_IFS
40568
40569 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
40570 fi
40571 fi
40572 DEREZ=$ac_cv_prog_DEREZ
40573 if test -n "$DEREZ"; then
40574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEREZ" >&5
40575 $as_echo "$DEREZ" >&6; }
40576 else
40577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
40578 $as_echo "no" >&6; }
40579 fi
40580
40581
40582
40583 MACSETFILE="\$(SETFILE)"
40584
40585 if test "$wxUSE_OSX_CARBON" = 1; then
40586 POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
40587 RESCOMP="$REZ"
40588 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
40589 else
40590 POSTLINK_COMMAND="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
40591 RESCOMP="cat /dev/null \| $REZ"
40592 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
40593 fi
40594
40595 else
40596 MACSETFILE="@true"
40597
40598 if test "$wxUSE_PM" = 1; then
40599 RESCOMP="emxbind"
40600 WXCONFIG_RESFLAGS="-ep"
40601
40602 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
40603 else
40604 POSTLINK_COMMAND="@true"
40605 fi
40606 fi
40607
40608 fi
40609
40610
40611 if test $GCC_PCH = 1
40612 then
40613 if test "$wx_cv_gcc_pch_bug" = yes; then
40614 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Precompiled header support is broken on this compiler" >&5
40615 $as_echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
40616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** --enable-precomp-headers is not recommended" >&5
40617 $as_echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
40618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
40619 $as_echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
40620 fi
40621
40622 # Our WX_PRECOMP flag does not make sense for any language except C++ because
40623 # the headers that benefit from precompilation are mostly C++ headers.
40624 CXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
40625 # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
40626 #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
40627 fi
40628
40629
40630 if test "$wxUSE_MAC" = 1 ; then
40631 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
40632 if test "x$disable_macosx_deps" = "xyes"; then
40633 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
40634 mv temp bk-deps
40635 chmod +x bk-deps
40636 fi
40637 fi
40638 fi
40639
40640 if test "$wxUSE_SHARED" = "yes"; then
40641 case "${host}" in
40642 *-pc-os2_emx | *-pc-os2-emx )
40643 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
40644 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
40645 cp -p ${srcdir}/src/os2/dllnames.sh .
40646 cp -p ${srcdir}/src/os2/dllar.sh .
40647 ;;
40648 esac
40649 fi
40650 if test "$wxUSE_OMF" = "yes"; then
40651 case "${host}" in
40652 *-pc-os2_emx | *-pc-os2-emx )
40653 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
40654 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
40655 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
40656 ;;
40657 esac
40658 fi
40659
40660 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
40661
40662
40663 case "${host}" in
40664 *-*-solaris2* )
40665 if test "$GCC" = yes; then
40666 CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//g'`
40667 LIBS=`echo $LIBS | sed 's/-mt//g'`
40668 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//g'`
40669 fi
40670 ;;
40671
40672 *-*-linux* )
40673 if test "x$SUNCXX" = xyes; then
40674 CPPFLAGS=`echo $CPPFLAGS | sed 's/-pthread//g'`
40675 LIBS=`echo $LIBS | sed 's/-pthread//g'`
40676 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-pthread//g'`
40677 fi
40678 ;;
40679 esac
40680
40681 CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
40682 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
40683 OBJCFLAGS="$OBJCFLAGS $CFLAGS_VISIBILITY"
40684 OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
40685
40686 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
40687
40688
40689
40690
40691
40692
40693
40694
40695
40696
40697
40698
40699
40700
40701
40702
40703
40704
40705
40706
40707
40708
40709
40710
40711
40712
40713
40714
40715
40716
40717
40718
40719
40720
40721
40722
40723
40724
40725
40726
40727
40728
40729
40730
40731
40732
40733
40734
40735
40736
40737
40738
40739
40740
40741
40742
40743
40744
40745
40746
40747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
40748 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
40749 set x ${MAKE-make}
40750 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
40751 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
40752 $as_echo_n "(cached) " >&6
40753 else
40754 cat >conftest.make <<\_ACEOF
40755 SHELL = /bin/sh
40756 all:
40757 @echo '@@@%%%=$(MAKE)=@@@%%%'
40758 _ACEOF
40759 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
40760 case `${MAKE-make} -f conftest.make 2>/dev/null` in
40761 *@@@%%%=?*=@@@%%%*)
40762 eval ac_cv_prog_make_${ac_make}_set=yes;;
40763 *)
40764 eval ac_cv_prog_make_${ac_make}_set=no;;
40765 esac
40766 rm -f conftest.make
40767 fi
40768 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
40769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
40770 $as_echo "yes" >&6; }
40771 SET_MAKE=
40772 else
40773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
40774 $as_echo "no" >&6; }
40775 SET_MAKE="MAKE=${MAKE-make}"
40776 fi
40777
40778
40779
40780 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
40781
40782
40783 if test "$USE_WIN32" = 1; then
40784 ac_config_commands="$ac_config_commands rcdefs.h"
40785
40786 fi
40787
40788 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
40789
40790
40791 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
40792
40793
40794 ac_config_files="$ac_config_files utils/ifacecheck/rungccxml.sh"
40795
40796
40797 if test "$wx_cv_version_script" = "yes"; then
40798 ac_config_files="$ac_config_files version-script"
40799
40800 fi
40801 ac_config_files="$ac_config_files Makefile"
40802
40803
40804 ac_config_commands="$ac_config_commands wx-config"
40805
40806
40807
40808 if test "$wxWITH_SUBDIRS" != "no"; then
40809 if test "$wxUSE_GUI" = "yes"; then
40810 SUBDIRS="samples demos utils"
40811 else
40812 SUBDIRS="samples utils"
40813 fi
40814
40815
40816
40817 # Check whether --with-cppunit-prefix was given.
40818 if test "${with_cppunit_prefix+set}" = set; then :
40819 withval=$with_cppunit_prefix; cppunit_config_prefix="$withval"
40820 else
40821 cppunit_config_prefix=""
40822 fi
40823
40824
40825 # Check whether --with-cppunit-exec-prefix was given.
40826 if test "${with_cppunit_exec_prefix+set}" = set; then :
40827 withval=$with_cppunit_exec_prefix; cppunit_config_exec_prefix="$withval"
40828 else
40829 cppunit_config_exec_prefix=""
40830 fi
40831
40832
40833 if test x$cppunit_config_exec_prefix != x ; then
40834 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
40835 if test x${CPPUNIT_CONFIG+set} != xset ; then
40836 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
40837 fi
40838 fi
40839 if test x$cppunit_config_prefix != x ; then
40840 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
40841 if test x${CPPUNIT_CONFIG+set} != xset ; then
40842 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
40843 fi
40844 fi
40845
40846 # Extract the first word of "cppunit-config", so it can be a program name with args.
40847 set dummy cppunit-config; ac_word=$2
40848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
40849 $as_echo_n "checking for $ac_word... " >&6; }
40850 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then :
40851 $as_echo_n "(cached) " >&6
40852 else
40853 case $CPPUNIT_CONFIG in
40854 [\\/]* | ?:[\\/]*)
40855 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
40856 ;;
40857 *)
40858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40859 for as_dir in $PATH
40860 do
40861 IFS=$as_save_IFS
40862 test -z "$as_dir" && as_dir=.
40863 for ac_exec_ext in '' $ac_executable_extensions; do
40864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
40865 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
40866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
40867 break 2
40868 fi
40869 done
40870 done
40871 IFS=$as_save_IFS
40872
40873 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
40874 ;;
40875 esac
40876 fi
40877 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
40878 if test -n "$CPPUNIT_CONFIG"; then
40879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPUNIT_CONFIG" >&5
40880 $as_echo "$CPPUNIT_CONFIG" >&6; }
40881 else
40882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
40883 $as_echo "no" >&6; }
40884 fi
40885
40886
40887 cppunit_version_min=1.8.0
40888
40889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Cppunit - version >= $cppunit_version_min" >&5
40890 $as_echo_n "checking for Cppunit - version >= $cppunit_version_min... " >&6; }
40891 no_cppunit=""
40892 if test "$CPPUNIT_CONFIG" = "no" ; then
40893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
40894 $as_echo "no" >&6; }
40895 no_cppunit=yes
40896 else
40897 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
40898 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
40899 cppunit_version=`$CPPUNIT_CONFIG --version`
40900
40901 cppunit_major_version=`echo $cppunit_version | \
40902 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
40903 cppunit_minor_version=`echo $cppunit_version | \
40904 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
40905 cppunit_micro_version=`echo $cppunit_version | \
40906 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
40907
40908 cppunit_major_min=`echo $cppunit_version_min | \
40909 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
40910 cppunit_minor_min=`echo $cppunit_version_min | \
40911 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
40912 cppunit_micro_min=`echo $cppunit_version_min | \
40913 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
40914
40915 cppunit_version_proper=`expr \
40916 $cppunit_major_version \> $cppunit_major_min \| \
40917 $cppunit_major_version \= $cppunit_major_min \& \
40918 $cppunit_minor_version \> $cppunit_minor_min \| \
40919 $cppunit_major_version \= $cppunit_major_min \& \
40920 $cppunit_minor_version \= $cppunit_minor_min \& \
40921 $cppunit_micro_version \>= $cppunit_micro_min `
40922
40923 if test "$cppunit_version_proper" = "1" ; then
40924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
40925 $as_echo "$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
40926 else
40927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
40928 $as_echo "no" >&6; }
40929 no_cppunit=yes
40930 fi
40931 fi
40932
40933 if test "x$no_cppunit" = x ; then
40934 SUBDIRS="$SUBDIRS tests"
40935 else
40936 CPPUNIT_CFLAGS=""
40937 CPPUNIT_LIBS=""
40938 :
40939 fi
40940
40941
40942
40943
40944
40945 for subdir in $SUBDIRS; do
40946 if test -d ${srcdir}/${subdir} ; then
40947 if test "$wxUSE_GUI" = "yes"; then
40948 if test ${subdir} = "samples"; then
40949 makefiles="samples/Makefile.in $makefiles"
40950 for sample in $SAMPLES_SUBDIRS; do
40951 if test -d $srcdir/samples/$sample; then
40952 makefiles="samples/$sample/Makefile.in $makefiles"
40953 fi
40954 done
40955 else
40956 disabled_var=DISABLED_`echo $subdir | tr '[a-z]' '[A-Z]'`
40957 eval "disabled=\$$disabled_var"
40958 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
40959 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
40960 fi
40961 else
40962 if test ${subdir} = "samples"; then
40963 makefiles="samples/Makefile.in $makefiles"
40964 for sample in `echo $SAMPLES_SUBDIRS`; do
40965 if test -d $srcdir/samples/$sample; then
40966 makefiles="samples/$sample/Makefile.in $makefiles"
40967 fi
40968 done
40969 elif test ${subdir} = "utils"; then
40970 makefiles=""
40971 for util in ifacecheck ; do
40972 if test -d $srcdir/utils/$util ; then
40973 makefiles="utils/$util/src/Makefile.in \
40974 $makefiles"
40975 fi
40976 done
40977 else
40978 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
40979 fi
40980 fi
40981
40982 for mkin in $makefiles ; do
40983 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
40984 ac_config_files="$ac_config_files $mk"
40985
40986 done
40987 fi
40988 done
40989 fi
40990 cat >confcache <<\_ACEOF
40991 # This file is a shell script that caches the results of configure
40992 # tests run on this system so they can be shared between configure
40993 # scripts and configure runs, see configure's option --config-cache.
40994 # It is not useful on other systems. If it contains results you don't
40995 # want to keep, you may remove or edit it.
40996 #
40997 # config.status only pays attention to the cache file if you give it
40998 # the --recheck option to rerun configure.
40999 #
41000 # `ac_cv_env_foo' variables (set or unset) will be overridden when
41001 # loading this file, other *unset* `ac_cv_foo' will be assigned the
41002 # following values.
41003
41004 _ACEOF
41005
41006 # The following way of writing the cache mishandles newlines in values,
41007 # but we know of no workaround that is simple, portable, and efficient.
41008 # So, we kill variables containing newlines.
41009 # Ultrix sh set writes to stderr and can't be redirected directly,
41010 # and sets the high bit in the cache file unless we assign to the vars.
41011 (
41012 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
41013 eval ac_val=\$$ac_var
41014 case $ac_val in #(
41015 *${as_nl}*)
41016 case $ac_var in #(
41017 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
41018 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
41019 esac
41020 case $ac_var in #(
41021 _ | IFS | as_nl) ;; #(
41022 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
41023 *) { eval $ac_var=; unset $ac_var;} ;;
41024 esac ;;
41025 esac
41026 done
41027
41028 (set) 2>&1 |
41029 case $as_nl`(ac_space=' '; set) 2>&1` in #(
41030 *${as_nl}ac_space=\ *)
41031 # `set' does not quote correctly, so add quotes: double-quote
41032 # substitution turns \\\\ into \\, and sed turns \\ into \.
41033 sed -n \
41034 "s/'/'\\\\''/g;
41035 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
41036 ;; #(
41037 *)
41038 # `set' quotes correctly as required by POSIX, so do not add quotes.
41039 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
41040 ;;
41041 esac |
41042 sort
41043 ) |
41044 sed '
41045 /^ac_cv_env_/b end
41046 t clear
41047 :clear
41048 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
41049 t end
41050 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
41051 :end' >>confcache
41052 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
41053 if test -w "$cache_file"; then
41054 test "x$cache_file" != "x/dev/null" &&
41055 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
41056 $as_echo "$as_me: updating cache $cache_file" >&6;}
41057 cat confcache >$cache_file
41058 else
41059 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
41060 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
41061 fi
41062 fi
41063 rm -f confcache
41064
41065 test "x$prefix" = xNONE && prefix=$ac_default_prefix
41066 # Let make expand exec_prefix.
41067 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
41068
41069 DEFS=-DHAVE_CONFIG_H
41070
41071 ac_libobjs=
41072 ac_ltlibobjs=
41073 U=
41074 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
41075 # 1. Remove the extension, and $U if already installed.
41076 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
41077 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
41078 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
41079 # will be set to the directory where LIBOBJS objects are built.
41080 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
41081 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
41082 done
41083 LIBOBJS=$ac_libobjs
41084
41085 LTLIBOBJS=$ac_ltlibobjs
41086
41087
41088
41089 : ${CONFIG_STATUS=./config.status}
41090 ac_write_fail=0
41091 ac_clean_files_save=$ac_clean_files
41092 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
41093 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
41094 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
41095 as_write_fail=0
41096 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
41097 #! $SHELL
41098 # Generated by $as_me.
41099 # Run this file to recreate the current configuration.
41100 # Compiler output produced by configure, useful for debugging
41101 # configure, is in config.log if it exists.
41102
41103 debug=false
41104 ac_cs_recheck=false
41105 ac_cs_silent=false
41106
41107 SHELL=\${CONFIG_SHELL-$SHELL}
41108 export SHELL
41109 _ASEOF
41110 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
41111 ## -------------------- ##
41112 ## M4sh Initialization. ##
41113 ## -------------------- ##
41114
41115 # Be more Bourne compatible
41116 DUALCASE=1; export DUALCASE # for MKS sh
41117 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
41118 emulate sh
41119 NULLCMD=:
41120 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
41121 # is contrary to our usage. Disable this feature.
41122 alias -g '${1+"$@"}'='"$@"'
41123 setopt NO_GLOB_SUBST
41124 else
41125 case `(set -o) 2>/dev/null` in #(
41126 *posix*) :
41127 set -o posix ;; #(
41128 *) :
41129 ;;
41130 esac
41131 fi
41132
41133
41134 as_nl='
41135 '
41136 export as_nl
41137 # Printing a long string crashes Solaris 7 /usr/bin/printf.
41138 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41139 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41140 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41141 # Prefer a ksh shell builtin over an external printf program on Solaris,
41142 # but without wasting forks for bash or zsh.
41143 if test -z "$BASH_VERSION$ZSH_VERSION" \
41144 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
41145 as_echo='print -r --'
41146 as_echo_n='print -rn --'
41147 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
41148 as_echo='printf %s\n'
41149 as_echo_n='printf %s'
41150 else
41151 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
41152 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
41153 as_echo_n='/usr/ucb/echo -n'
41154 else
41155 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
41156 as_echo_n_body='eval
41157 arg=$1;
41158 case $arg in #(
41159 *"$as_nl"*)
41160 expr "X$arg" : "X\\(.*\\)$as_nl";
41161 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
41162 esac;
41163 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
41164 '
41165 export as_echo_n_body
41166 as_echo_n='sh -c $as_echo_n_body as_echo'
41167 fi
41168 export as_echo_body
41169 as_echo='sh -c $as_echo_body as_echo'
41170 fi
41171
41172 # The user is always right.
41173 if test "${PATH_SEPARATOR+set}" != set; then
41174 PATH_SEPARATOR=:
41175 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
41176 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
41177 PATH_SEPARATOR=';'
41178 }
41179 fi
41180
41181
41182 # IFS
41183 # We need space, tab and new line, in precisely that order. Quoting is
41184 # there to prevent editors from complaining about space-tab.
41185 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
41186 # splitting by setting IFS to empty value.)
41187 IFS=" "" $as_nl"
41188
41189 # Find who we are. Look in the path if we contain no directory separator.
41190 case $0 in #((
41191 *[\\/]* ) as_myself=$0 ;;
41192 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41193 for as_dir in $PATH
41194 do
41195 IFS=$as_save_IFS
41196 test -z "$as_dir" && as_dir=.
41197 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
41198 done
41199 IFS=$as_save_IFS
41200
41201 ;;
41202 esac
41203 # We did not find ourselves, most probably we were run as `sh COMMAND'
41204 # in which case we are not to be found in the path.
41205 if test "x$as_myself" = x; then
41206 as_myself=$0
41207 fi
41208 if test ! -f "$as_myself"; then
41209 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
41210 exit 1
41211 fi
41212
41213 # Unset variables that we do not need and which cause bugs (e.g. in
41214 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
41215 # suppresses any "Segmentation fault" message there. '((' could
41216 # trigger a bug in pdksh 5.2.14.
41217 for as_var in BASH_ENV ENV MAIL MAILPATH
41218 do eval test x\${$as_var+set} = xset \
41219 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
41220 done
41221 PS1='$ '
41222 PS2='> '
41223 PS4='+ '
41224
41225 # NLS nuisances.
41226 LC_ALL=C
41227 export LC_ALL
41228 LANGUAGE=C
41229 export LANGUAGE
41230
41231 # CDPATH.
41232 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
41233
41234
41235 # as_fn_error STATUS ERROR [LINENO LOG_FD]
41236 # ----------------------------------------
41237 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
41238 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
41239 # script with STATUS, using 1 if that was 0.
41240 as_fn_error ()
41241 {
41242 as_status=$1; test $as_status -eq 0 && as_status=1
41243 if test "$4"; then
41244 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
41245 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
41246 fi
41247 $as_echo "$as_me: error: $2" >&2
41248 as_fn_exit $as_status
41249 } # as_fn_error
41250
41251
41252 # as_fn_set_status STATUS
41253 # -----------------------
41254 # Set $? to STATUS, without forking.
41255 as_fn_set_status ()
41256 {
41257 return $1
41258 } # as_fn_set_status
41259
41260 # as_fn_exit STATUS
41261 # -----------------
41262 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
41263 as_fn_exit ()
41264 {
41265 set +e
41266 as_fn_set_status $1
41267 exit $1
41268 } # as_fn_exit
41269
41270 # as_fn_unset VAR
41271 # ---------------
41272 # Portably unset VAR.
41273 as_fn_unset ()
41274 {
41275 { eval $1=; unset $1;}
41276 }
41277 as_unset=as_fn_unset
41278 # as_fn_append VAR VALUE
41279 # ----------------------
41280 # Append the text in VALUE to the end of the definition contained in VAR. Take
41281 # advantage of any shell optimizations that allow amortized linear growth over
41282 # repeated appends, instead of the typical quadratic growth present in naive
41283 # implementations.
41284 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
41285 eval 'as_fn_append ()
41286 {
41287 eval $1+=\$2
41288 }'
41289 else
41290 as_fn_append ()
41291 {
41292 eval $1=\$$1\$2
41293 }
41294 fi # as_fn_append
41295
41296 # as_fn_arith ARG...
41297 # ------------------
41298 # Perform arithmetic evaluation on the ARGs, and store the result in the
41299 # global $as_val. Take advantage of shells that can avoid forks. The arguments
41300 # must be portable across $(()) and expr.
41301 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
41302 eval 'as_fn_arith ()
41303 {
41304 as_val=$(( $* ))
41305 }'
41306 else
41307 as_fn_arith ()
41308 {
41309 as_val=`expr "$@" || test $? -eq 1`
41310 }
41311 fi # as_fn_arith
41312
41313
41314 if expr a : '\(a\)' >/dev/null 2>&1 &&
41315 test "X`expr 00001 : '.*\(...\)'`" = X001; then
41316 as_expr=expr
41317 else
41318 as_expr=false
41319 fi
41320
41321 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
41322 as_basename=basename
41323 else
41324 as_basename=false
41325 fi
41326
41327 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
41328 as_dirname=dirname
41329 else
41330 as_dirname=false
41331 fi
41332
41333 as_me=`$as_basename -- "$0" ||
41334 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
41335 X"$0" : 'X\(//\)$' \| \
41336 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
41337 $as_echo X/"$0" |
41338 sed '/^.*\/\([^/][^/]*\)\/*$/{
41339 s//\1/
41340 q
41341 }
41342 /^X\/\(\/\/\)$/{
41343 s//\1/
41344 q
41345 }
41346 /^X\/\(\/\).*/{
41347 s//\1/
41348 q
41349 }
41350 s/.*/./; q'`
41351
41352 # Avoid depending upon Character Ranges.
41353 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
41354 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
41355 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
41356 as_cr_digits='0123456789'
41357 as_cr_alnum=$as_cr_Letters$as_cr_digits
41358
41359 ECHO_C= ECHO_N= ECHO_T=
41360 case `echo -n x` in #(((((
41361 -n*)
41362 case `echo 'xy\c'` in
41363 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
41364 xy) ECHO_C='\c';;
41365 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
41366 ECHO_T=' ';;
41367 esac;;
41368 *)
41369 ECHO_N='-n';;
41370 esac
41371
41372 rm -f conf$$ conf$$.exe conf$$.file
41373 if test -d conf$$.dir; then
41374 rm -f conf$$.dir/conf$$.file
41375 else
41376 rm -f conf$$.dir
41377 mkdir conf$$.dir 2>/dev/null
41378 fi
41379 if (echo >conf$$.file) 2>/dev/null; then
41380 if ln -s conf$$.file conf$$ 2>/dev/null; then
41381 as_ln_s='ln -s'
41382 # ... but there are two gotchas:
41383 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
41384 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
41385 # In both cases, we have to default to `cp -p'.
41386 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
41387 as_ln_s='cp -p'
41388 elif ln conf$$.file conf$$ 2>/dev/null; then
41389 as_ln_s=ln
41390 else
41391 as_ln_s='cp -p'
41392 fi
41393 else
41394 as_ln_s='cp -p'
41395 fi
41396 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
41397 rmdir conf$$.dir 2>/dev/null
41398
41399
41400 # as_fn_mkdir_p
41401 # -------------
41402 # Create "$as_dir" as a directory, including parents if necessary.
41403 as_fn_mkdir_p ()
41404 {
41405
41406 case $as_dir in #(
41407 -*) as_dir=./$as_dir;;
41408 esac
41409 test -d "$as_dir" || eval $as_mkdir_p || {
41410 as_dirs=
41411 while :; do
41412 case $as_dir in #(
41413 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
41414 *) as_qdir=$as_dir;;
41415 esac
41416 as_dirs="'$as_qdir' $as_dirs"
41417 as_dir=`$as_dirname -- "$as_dir" ||
41418 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
41419 X"$as_dir" : 'X\(//\)[^/]' \| \
41420 X"$as_dir" : 'X\(//\)$' \| \
41421 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
41422 $as_echo X"$as_dir" |
41423 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
41424 s//\1/
41425 q
41426 }
41427 /^X\(\/\/\)[^/].*/{
41428 s//\1/
41429 q
41430 }
41431 /^X\(\/\/\)$/{
41432 s//\1/
41433 q
41434 }
41435 /^X\(\/\).*/{
41436 s//\1/
41437 q
41438 }
41439 s/.*/./; q'`
41440 test -d "$as_dir" && break
41441 done
41442 test -z "$as_dirs" || eval "mkdir $as_dirs"
41443 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
41444
41445
41446 } # as_fn_mkdir_p
41447 if mkdir -p . 2>/dev/null; then
41448 as_mkdir_p='mkdir -p "$as_dir"'
41449 else
41450 test -d ./-p && rmdir ./-p
41451 as_mkdir_p=false
41452 fi
41453
41454 if test -x / >/dev/null 2>&1; then
41455 as_test_x='test -x'
41456 else
41457 if ls -dL / >/dev/null 2>&1; then
41458 as_ls_L_option=L
41459 else
41460 as_ls_L_option=
41461 fi
41462 as_test_x='
41463 eval sh -c '\''
41464 if test -d "$1"; then
41465 test -d "$1/.";
41466 else
41467 case $1 in #(
41468 -*)set "./$1";;
41469 esac;
41470 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
41471 ???[sx]*):;;*)false;;esac;fi
41472 '\'' sh
41473 '
41474 fi
41475 as_executable_p=$as_test_x
41476
41477 # Sed expression to map a string onto a valid CPP name.
41478 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
41479
41480 # Sed expression to map a string onto a valid variable name.
41481 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
41482
41483
41484 exec 6>&1
41485 ## ----------------------------------- ##
41486 ## Main body of $CONFIG_STATUS script. ##
41487 ## ----------------------------------- ##
41488 _ASEOF
41489 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
41490
41491 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
41492 # Save the log message, to keep $0 and so on meaningful, and to
41493 # report actual input values of CONFIG_FILES etc. instead of their
41494 # values after options handling.
41495 ac_log="
41496 This file was extended by wxWidgets $as_me 2.9.4, which was
41497 generated by GNU Autoconf 2.67. Invocation command line was
41498
41499 CONFIG_FILES = $CONFIG_FILES
41500 CONFIG_HEADERS = $CONFIG_HEADERS
41501 CONFIG_LINKS = $CONFIG_LINKS
41502 CONFIG_COMMANDS = $CONFIG_COMMANDS
41503 $ $0 $@
41504
41505 on `(hostname || uname -n) 2>/dev/null | sed 1q`
41506 "
41507
41508 _ACEOF
41509
41510 case $ac_config_files in *"
41511 "*) set x $ac_config_files; shift; ac_config_files=$*;;
41512 esac
41513
41514 case $ac_config_headers in *"
41515 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
41516 esac
41517
41518
41519 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
41520 # Files that config.status was made for.
41521 config_files="$ac_config_files"
41522 config_headers="$ac_config_headers"
41523 config_commands="$ac_config_commands"
41524
41525 _ACEOF
41526
41527 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
41528 ac_cs_usage="\
41529 \`$as_me' instantiates files and other configuration actions
41530 from templates according to the current configuration. Unless the files
41531 and actions are specified as TAGs, all are instantiated by default.
41532
41533 Usage: $0 [OPTION]... [TAG]...
41534
41535 -h, --help print this help, then exit
41536 -V, --version print version number and configuration settings, then exit
41537 --config print configuration, then exit
41538 -q, --quiet, --silent
41539 do not print progress messages
41540 -d, --debug don't remove temporary files
41541 --recheck update $as_me by reconfiguring in the same conditions
41542 --file=FILE[:TEMPLATE]
41543 instantiate the configuration file FILE
41544 --header=FILE[:TEMPLATE]
41545 instantiate the configuration header FILE
41546
41547 Configuration files:
41548 $config_files
41549
41550 Configuration headers:
41551 $config_headers
41552
41553 Configuration commands:
41554 $config_commands
41555
41556 Report bugs to <wx-dev@lists.wxwidgets.org>."
41557
41558 _ACEOF
41559 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
41560 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
41561 ac_cs_version="\\
41562 wxWidgets config.status 2.9.4
41563 configured by $0, generated by GNU Autoconf 2.67,
41564 with options \\"\$ac_cs_config\\"
41565
41566 Copyright (C) 2010 Free Software Foundation, Inc.
41567 This config.status script is free software; the Free Software Foundation
41568 gives unlimited permission to copy, distribute and modify it."
41569
41570 ac_pwd='$ac_pwd'
41571 srcdir='$srcdir'
41572 INSTALL='$INSTALL'
41573 test -n "\$AWK" || AWK=awk
41574 _ACEOF
41575
41576 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
41577 # The default lists apply if the user does not specify any file.
41578 ac_need_defaults=:
41579 while test $# != 0
41580 do
41581 case $1 in
41582 --*=?*)
41583 ac_option=`expr "X$1" : 'X\([^=]*\)='`
41584 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
41585 ac_shift=:
41586 ;;
41587 --*=)
41588 ac_option=`expr "X$1" : 'X\([^=]*\)='`
41589 ac_optarg=
41590 ac_shift=:
41591 ;;
41592 *)
41593 ac_option=$1
41594 ac_optarg=$2
41595 ac_shift=shift
41596 ;;
41597 esac
41598
41599 case $ac_option in
41600 # Handling of the options.
41601 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
41602 ac_cs_recheck=: ;;
41603 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
41604 $as_echo "$ac_cs_version"; exit ;;
41605 --config | --confi | --conf | --con | --co | --c )
41606 $as_echo "$ac_cs_config"; exit ;;
41607 --debug | --debu | --deb | --de | --d | -d )
41608 debug=: ;;
41609 --file | --fil | --fi | --f )
41610 $ac_shift
41611 case $ac_optarg in
41612 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
41613 '') as_fn_error $? "missing file argument" ;;
41614 esac
41615 as_fn_append CONFIG_FILES " '$ac_optarg'"
41616 ac_need_defaults=false;;
41617 --header | --heade | --head | --hea )
41618 $ac_shift
41619 case $ac_optarg in
41620 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
41621 esac
41622 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
41623 ac_need_defaults=false;;
41624 --he | --h)
41625 # Conflict between --help and --header
41626 as_fn_error $? "ambiguous option: \`$1'
41627 Try \`$0 --help' for more information.";;
41628 --help | --hel | -h )
41629 $as_echo "$ac_cs_usage"; exit ;;
41630 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
41631 | -silent | --silent | --silen | --sile | --sil | --si | --s)
41632 ac_cs_silent=: ;;
41633
41634 # This is an error.
41635 -*) as_fn_error $? "unrecognized option: \`$1'
41636 Try \`$0 --help' for more information." ;;
41637
41638 *) as_fn_append ac_config_targets " $1"
41639 ac_need_defaults=false ;;
41640
41641 esac
41642 shift
41643 done
41644
41645 ac_configure_extra_args=
41646
41647 if $ac_cs_silent; then
41648 exec 6>/dev/null
41649 ac_configure_extra_args="$ac_configure_extra_args --silent"
41650 fi
41651
41652 _ACEOF
41653 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
41654 if \$ac_cs_recheck; then
41655 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
41656 shift
41657 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
41658 CONFIG_SHELL='$SHELL'
41659 export CONFIG_SHELL
41660 exec "\$@"
41661 fi
41662
41663 _ACEOF
41664 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
41665 exec 5>>config.log
41666 {
41667 echo
41668 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
41669 ## Running $as_me. ##
41670 _ASBOX
41671 $as_echo "$ac_log"
41672 } >&5
41673
41674 _ACEOF
41675 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
41676 #
41677 # INIT-COMMANDS
41678 #
41679
41680 CPP="$CPP"
41681 infile="$srcdir/include/wx/msw/genrcdefs.h"
41682 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
41683
41684
41685 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
41686 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
41687 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
41688 LN_S="${LN_S}"
41689
41690
41691 _ACEOF
41692
41693 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
41694
41695 # Handling of arguments.
41696 for ac_config_target in $ac_config_targets
41697 do
41698 case $ac_config_target in
41699 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
41700 "rcdefs.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
41701 "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
41702 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
41703 "utils/ifacecheck/rungccxml.sh") CONFIG_FILES="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
41704 "version-script") CONFIG_FILES="$CONFIG_FILES version-script" ;;
41705 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
41706 "wx-config") CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
41707 "$mk") CONFIG_FILES="$CONFIG_FILES $mk" ;;
41708
41709 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
41710 esac
41711 done
41712
41713
41714 # If the user did not use the arguments to specify the items to instantiate,
41715 # then the envvar interface is used. Set only those that are not.
41716 # We use the long form for the default assignment because of an extremely
41717 # bizarre bug on SunOS 4.1.3.
41718 if $ac_need_defaults; then
41719 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
41720 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
41721 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
41722 fi
41723
41724 # Have a temporary directory for convenience. Make it in the build tree
41725 # simply because there is no reason against having it here, and in addition,
41726 # creating and moving files from /tmp can sometimes cause problems.
41727 # Hook for its removal unless debugging.
41728 # Note that there is a small window in which the directory will not be cleaned:
41729 # after its creation but before its name has been assigned to `$tmp'.
41730 $debug ||
41731 {
41732 tmp=
41733 trap 'exit_status=$?
41734 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
41735 ' 0
41736 trap 'as_fn_exit 1' 1 2 13 15
41737 }
41738 # Create a (secure) tmp directory for tmp files.
41739
41740 {
41741 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
41742 test -n "$tmp" && test -d "$tmp"
41743 } ||
41744 {
41745 tmp=./conf$$-$RANDOM
41746 (umask 077 && mkdir "$tmp")
41747 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
41748
41749 # Set up the scripts for CONFIG_FILES section.
41750 # No need to generate them if there are no CONFIG_FILES.
41751 # This happens for instance with `./config.status config.h'.
41752 if test -n "$CONFIG_FILES"; then
41753
41754
41755 ac_cr=`echo X | tr X '\015'`
41756 # On cygwin, bash can eat \r inside `` if the user requested igncr.
41757 # But we know of no other shell where ac_cr would be empty at this
41758 # point, so we can use a bashism as a fallback.
41759 if test "x$ac_cr" = x; then
41760 eval ac_cr=\$\'\\r\'
41761 fi
41762 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
41763 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
41764 ac_cs_awk_cr='\\r'
41765 else
41766 ac_cs_awk_cr=$ac_cr
41767 fi
41768
41769 echo 'BEGIN {' >"$tmp/subs1.awk" &&
41770 _ACEOF
41771
41772
41773 {
41774 echo "cat >conf$$subs.awk <<_ACEOF" &&
41775 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
41776 echo "_ACEOF"
41777 } >conf$$subs.sh ||
41778 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
41779 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
41780 ac_delim='%!_!# '
41781 for ac_last_try in false false false false false :; do
41782 . ./conf$$subs.sh ||
41783 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
41784
41785 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
41786 if test $ac_delim_n = $ac_delim_num; then
41787 break
41788 elif $ac_last_try; then
41789 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
41790 else
41791 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
41792 fi
41793 done
41794 rm -f conf$$subs.sh
41795
41796 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
41797 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
41798 _ACEOF
41799 sed -n '
41800 h
41801 s/^/S["/; s/!.*/"]=/
41802 p
41803 g
41804 s/^[^!]*!//
41805 :repl
41806 t repl
41807 s/'"$ac_delim"'$//
41808 t delim
41809 :nl
41810 h
41811 s/\(.\{148\}\)..*/\1/
41812 t more1
41813 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
41814 p
41815 n
41816 b repl
41817 :more1
41818 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
41819 p
41820 g
41821 s/.\{148\}//
41822 t nl
41823 :delim
41824 h
41825 s/\(.\{148\}\)..*/\1/
41826 t more2
41827 s/["\\]/\\&/g; s/^/"/; s/$/"/
41828 p
41829 b
41830 :more2
41831 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
41832 p
41833 g
41834 s/.\{148\}//
41835 t delim
41836 ' <conf$$subs.awk | sed '
41837 /^[^""]/{
41838 N
41839 s/\n//
41840 }
41841 ' >>$CONFIG_STATUS || ac_write_fail=1
41842 rm -f conf$$subs.awk
41843 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
41844 _ACAWK
41845 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
41846 for (key in S) S_is_set[key] = 1
41847 FS = "\a"
41848
41849 }
41850 {
41851 line = $ 0
41852 nfields = split(line, field, "@")
41853 substed = 0
41854 len = length(field[1])
41855 for (i = 2; i < nfields; i++) {
41856 key = field[i]
41857 keylen = length(key)
41858 if (S_is_set[key]) {
41859 value = S[key]
41860 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
41861 len += length(value) + length(field[++i])
41862 substed = 1
41863 } else
41864 len += 1 + keylen
41865 }
41866
41867 print line
41868 }
41869
41870 _ACAWK
41871 _ACEOF
41872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
41873 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
41874 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
41875 else
41876 cat
41877 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
41878 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
41879 _ACEOF
41880
41881 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
41882 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
41883 # trailing colons and then remove the whole line if VPATH becomes empty
41884 # (actually we leave an empty line to preserve line numbers).
41885 if test "x$srcdir" = x.; then
41886 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
41887 h
41888 s///
41889 s/^/:/
41890 s/[ ]*$/:/
41891 s/:\$(srcdir):/:/g
41892 s/:\${srcdir}:/:/g
41893 s/:@srcdir@:/:/g
41894 s/^:*//
41895 s/:*$//
41896 x
41897 s/\(=[ ]*\).*/\1/
41898 G
41899 s/\n//
41900 s/^[^=]*=[ ]*$//
41901 }'
41902 fi
41903
41904 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
41905 fi # test -n "$CONFIG_FILES"
41906
41907 # Set up the scripts for CONFIG_HEADERS section.
41908 # No need to generate them if there are no CONFIG_HEADERS.
41909 # This happens for instance with `./config.status Makefile'.
41910 if test -n "$CONFIG_HEADERS"; then
41911 cat >"$tmp/defines.awk" <<\_ACAWK ||
41912 BEGIN {
41913 _ACEOF
41914
41915 # Transform confdefs.h into an awk script `defines.awk', embedded as
41916 # here-document in config.status, that substitutes the proper values into
41917 # config.h.in to produce config.h.
41918
41919 # Create a delimiter string that does not exist in confdefs.h, to ease
41920 # handling of long lines.
41921 ac_delim='%!_!# '
41922 for ac_last_try in false false :; do
41923 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
41924 if test -z "$ac_t"; then
41925 break
41926 elif $ac_last_try; then
41927 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
41928 else
41929 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
41930 fi
41931 done
41932
41933 # For the awk script, D is an array of macro values keyed by name,
41934 # likewise P contains macro parameters if any. Preserve backslash
41935 # newline sequences.
41936
41937 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
41938 sed -n '
41939 s/.\{148\}/&'"$ac_delim"'/g
41940 t rset
41941 :rset
41942 s/^[ ]*#[ ]*define[ ][ ]*/ /
41943 t def
41944 d
41945 :def
41946 s/\\$//
41947 t bsnl
41948 s/["\\]/\\&/g
41949 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
41950 D["\1"]=" \3"/p
41951 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
41952 d
41953 :bsnl
41954 s/["\\]/\\&/g
41955 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
41956 D["\1"]=" \3\\\\\\n"\\/p
41957 t cont
41958 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
41959 t cont
41960 d
41961 :cont
41962 n
41963 s/.\{148\}/&'"$ac_delim"'/g
41964 t clear
41965 :clear
41966 s/\\$//
41967 t bsnlc
41968 s/["\\]/\\&/g; s/^/"/; s/$/"/p
41969 d
41970 :bsnlc
41971 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
41972 b cont
41973 ' <confdefs.h | sed '
41974 s/'"$ac_delim"'/"\\\
41975 "/g' >>$CONFIG_STATUS || ac_write_fail=1
41976
41977 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
41978 for (key in D) D_is_set[key] = 1
41979 FS = "\a"
41980 }
41981 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
41982 line = \$ 0
41983 split(line, arg, " ")
41984 if (arg[1] == "#") {
41985 defundef = arg[2]
41986 mac1 = arg[3]
41987 } else {
41988 defundef = substr(arg[1], 2)
41989 mac1 = arg[2]
41990 }
41991 split(mac1, mac2, "(") #)
41992 macro = mac2[1]
41993 prefix = substr(line, 1, index(line, defundef) - 1)
41994 if (D_is_set[macro]) {
41995 # Preserve the white space surrounding the "#".
41996 print prefix "define", macro P[macro] D[macro]
41997 next
41998 } else {
41999 # Replace #undef with comments. This is necessary, for example,
42000 # in the case of _POSIX_SOURCE, which is predefined and required
42001 # on some systems where configure will not decide to define it.
42002 if (defundef == "undef") {
42003 print "/*", prefix defundef, macro, "*/"
42004 next
42005 }
42006 }
42007 }
42008 { print }
42009 _ACAWK
42010 _ACEOF
42011 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42012 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
42013 fi # test -n "$CONFIG_HEADERS"
42014
42015
42016 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
42017 shift
42018 for ac_tag
42019 do
42020 case $ac_tag in
42021 :[FHLC]) ac_mode=$ac_tag; continue;;
42022 esac
42023 case $ac_mode$ac_tag in
42024 :[FHL]*:*);;
42025 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
42026 :[FH]-) ac_tag=-:-;;
42027 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
42028 esac
42029 ac_save_IFS=$IFS
42030 IFS=:
42031 set x $ac_tag
42032 IFS=$ac_save_IFS
42033 shift
42034 ac_file=$1
42035 shift
42036
42037 case $ac_mode in
42038 :L) ac_source=$1;;
42039 :[FH])
42040 ac_file_inputs=
42041 for ac_f
42042 do
42043 case $ac_f in
42044 -) ac_f="$tmp/stdin";;
42045 *) # Look for the file first in the build tree, then in the source tree
42046 # (if the path is not absolute). The absolute path cannot be DOS-style,
42047 # because $ac_f cannot contain `:'.
42048 test -f "$ac_f" ||
42049 case $ac_f in
42050 [\\/$]*) false;;
42051 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
42052 esac ||
42053 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
42054 esac
42055 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
42056 as_fn_append ac_file_inputs " '$ac_f'"
42057 done
42058
42059 # Let's still pretend it is `configure' which instantiates (i.e., don't
42060 # use $as_me), people would be surprised to read:
42061 # /* config.h. Generated by config.status. */
42062 configure_input='Generated from '`
42063 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
42064 `' by configure.'
42065 if test x"$ac_file" != x-; then
42066 configure_input="$ac_file. $configure_input"
42067 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
42068 $as_echo "$as_me: creating $ac_file" >&6;}
42069 fi
42070 # Neutralize special characters interpreted by sed in replacement strings.
42071 case $configure_input in #(
42072 *\&* | *\|* | *\\* )
42073 ac_sed_conf_input=`$as_echo "$configure_input" |
42074 sed 's/[\\\\&|]/\\\\&/g'`;; #(
42075 *) ac_sed_conf_input=$configure_input;;
42076 esac
42077
42078 case $ac_tag in
42079 *:-:* | *:-) cat >"$tmp/stdin" \
42080 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
42081 esac
42082 ;;
42083 esac
42084
42085 ac_dir=`$as_dirname -- "$ac_file" ||
42086 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42087 X"$ac_file" : 'X\(//\)[^/]' \| \
42088 X"$ac_file" : 'X\(//\)$' \| \
42089 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
42090 $as_echo X"$ac_file" |
42091 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
42092 s//\1/
42093 q
42094 }
42095 /^X\(\/\/\)[^/].*/{
42096 s//\1/
42097 q
42098 }
42099 /^X\(\/\/\)$/{
42100 s//\1/
42101 q
42102 }
42103 /^X\(\/\).*/{
42104 s//\1/
42105 q
42106 }
42107 s/.*/./; q'`
42108 as_dir="$ac_dir"; as_fn_mkdir_p
42109 ac_builddir=.
42110
42111 case "$ac_dir" in
42112 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
42113 *)
42114 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
42115 # A ".." for each directory in $ac_dir_suffix.
42116 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
42117 case $ac_top_builddir_sub in
42118 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
42119 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
42120 esac ;;
42121 esac
42122 ac_abs_top_builddir=$ac_pwd
42123 ac_abs_builddir=$ac_pwd$ac_dir_suffix
42124 # for backward compatibility:
42125 ac_top_builddir=$ac_top_build_prefix
42126
42127 case $srcdir in
42128 .) # We are building in place.
42129 ac_srcdir=.
42130 ac_top_srcdir=$ac_top_builddir_sub
42131 ac_abs_top_srcdir=$ac_pwd ;;
42132 [\\/]* | ?:[\\/]* ) # Absolute name.
42133 ac_srcdir=$srcdir$ac_dir_suffix;
42134 ac_top_srcdir=$srcdir
42135 ac_abs_top_srcdir=$srcdir ;;
42136 *) # Relative name.
42137 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
42138 ac_top_srcdir=$ac_top_build_prefix$srcdir
42139 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42140 esac
42141 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
42142
42143
42144 case $ac_mode in
42145 :F)
42146 #
42147 # CONFIG_FILE
42148 #
42149
42150 case $INSTALL in
42151 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
42152 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
42153 esac
42154 _ACEOF
42155
42156 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42157 # If the template does not know about datarootdir, expand it.
42158 # FIXME: This hack should be removed a few years after 2.60.
42159 ac_datarootdir_hack=; ac_datarootdir_seen=
42160 ac_sed_dataroot='
42161 /datarootdir/ {
42162 p
42163 q
42164 }
42165 /@datadir@/p
42166 /@docdir@/p
42167 /@infodir@/p
42168 /@localedir@/p
42169 /@mandir@/p'
42170 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
42171 *datarootdir*) ac_datarootdir_seen=yes;;
42172 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
42173 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
42174 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
42175 _ACEOF
42176 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42177 ac_datarootdir_hack='
42178 s&@datadir@&$datadir&g
42179 s&@docdir@&$docdir&g
42180 s&@infodir@&$infodir&g
42181 s&@localedir@&$localedir&g
42182 s&@mandir@&$mandir&g
42183 s&\\\${datarootdir}&$datarootdir&g' ;;
42184 esac
42185 _ACEOF
42186
42187 # Neutralize VPATH when `$srcdir' = `.'.
42188 # Shell code in configure.ac might set extrasub.
42189 # FIXME: do we really want to maintain this feature?
42190 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42191 ac_sed_extra="$ac_vpsub
42192 $extrasub
42193 _ACEOF
42194 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42195 :t
42196 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
42197 s|@configure_input@|$ac_sed_conf_input|;t t
42198 s&@top_builddir@&$ac_top_builddir_sub&;t t
42199 s&@top_build_prefix@&$ac_top_build_prefix&;t t
42200 s&@srcdir@&$ac_srcdir&;t t
42201 s&@abs_srcdir@&$ac_abs_srcdir&;t t
42202 s&@top_srcdir@&$ac_top_srcdir&;t t
42203 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
42204 s&@builddir@&$ac_builddir&;t t
42205 s&@abs_builddir@&$ac_abs_builddir&;t t
42206 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
42207 s&@INSTALL@&$ac_INSTALL&;t t
42208 $ac_datarootdir_hack
42209 "
42210 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
42211 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42212
42213 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
42214 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
42215 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
42216 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
42217 which seems to be undefined. Please make sure it is defined" >&5
42218 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
42219 which seems to be undefined. Please make sure it is defined" >&2;}
42220
42221 rm -f "$tmp/stdin"
42222 case $ac_file in
42223 -) cat "$tmp/out" && rm -f "$tmp/out";;
42224 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
42225 esac \
42226 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42227 ;;
42228 :H)
42229 #
42230 # CONFIG_HEADER
42231 #
42232 if test x"$ac_file" != x-; then
42233 {
42234 $as_echo "/* $configure_input */" \
42235 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
42236 } >"$tmp/config.h" \
42237 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42238 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
42239 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
42240 $as_echo "$as_me: $ac_file is unchanged" >&6;}
42241 else
42242 rm -f "$ac_file"
42243 mv "$tmp/config.h" "$ac_file" \
42244 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42245 fi
42246 else
42247 $as_echo "/* $configure_input */" \
42248 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
42249 || as_fn_error $? "could not create -" "$LINENO" 5
42250 fi
42251 ;;
42252
42253 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
42254 $as_echo "$as_me: executing $ac_file commands" >&6;}
42255 ;;
42256 esac
42257
42258
42259 case $ac_file$ac_mode in
42260 "rcdefs.h":C)
42261 mkdir -p $outdir &&
42262 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
42263 ;;
42264 "lib/wx/config/${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
42265 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
42266 "utils/ifacecheck/rungccxml.sh":F) chmod +x utils/ifacecheck/rungccxml.sh ;;
42267 "wx-config":C) rm -f wx-config
42268 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
42269 ;;
42270
42271 esac
42272 done # for ac_tag
42273
42274
42275 as_fn_exit 0
42276 _ACEOF
42277 ac_clean_files=$ac_clean_files_save
42278
42279 test $ac_write_fail = 0 ||
42280 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
42281
42282
42283 # configure is writing to config.log, and then calls config.status.
42284 # config.status does its own redirection, appending to config.log.
42285 # Unfortunately, on DOS this fails, as config.log is still kept open
42286 # by configure, so config.status won't be able to write to it; its
42287 # output is simply discarded. So we exec the FD to /dev/null,
42288 # effectively closing config.log, so it can be properly (re)opened and
42289 # appended to by config.status. When coming back to configure, we
42290 # need to make the FD available again.
42291 if test "$no_create" != yes; then
42292 ac_cs_success=:
42293 ac_config_status_args=
42294 test "$silent" = yes &&
42295 ac_config_status_args="$ac_config_status_args --quiet"
42296 exec 5>/dev/null
42297 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
42298 exec 5>>config.log
42299 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
42300 # would make configure fail if this is the last instruction.
42301 $ac_cs_success || as_fn_exit 1
42302 fi
42303
42304 #
42305 # CONFIG_SUBDIRS section.
42306 #
42307 if test "$no_recursion" != yes; then
42308
42309 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
42310 # so they do not pile up.
42311 ac_sub_configure_args=
42312 ac_prev=
42313 eval "set x $ac_configure_args"
42314 shift
42315 for ac_arg
42316 do
42317 if test -n "$ac_prev"; then
42318 ac_prev=
42319 continue
42320 fi
42321 case $ac_arg in
42322 -cache-file | --cache-file | --cache-fil | --cache-fi \
42323 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
42324 ac_prev=cache_file ;;
42325 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
42326 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
42327 | --c=*)
42328 ;;
42329 --config-cache | -C)
42330 ;;
42331 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
42332 ac_prev=srcdir ;;
42333 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42334 ;;
42335 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
42336 ac_prev=prefix ;;
42337 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42338 ;;
42339 --disable-option-checking)
42340 ;;
42341 *)
42342 case $ac_arg in
42343 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42344 esac
42345 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
42346 esac
42347 done
42348
42349 # Always prepend --prefix to ensure using the same prefix
42350 # in subdir configurations.
42351 ac_arg="--prefix=$prefix"
42352 case $ac_arg in
42353 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42354 esac
42355 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
42356
42357 # Pass --silent
42358 if test "$silent" = yes; then
42359 ac_sub_configure_args="--silent $ac_sub_configure_args"
42360 fi
42361
42362 # Always prepend --disable-option-checking to silence warnings, since
42363 # different subdirs can have different --enable and --with options.
42364 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
42365
42366 ac_popdir=`pwd`
42367 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
42368
42369 # Do not complain, so a configure script can configure whichever
42370 # parts of a large source tree are present.
42371 test -d "$srcdir/$ac_dir" || continue
42372
42373 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
42374 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
42375 $as_echo "$ac_msg" >&6
42376 as_dir="$ac_dir"; as_fn_mkdir_p
42377 ac_builddir=.
42378
42379 case "$ac_dir" in
42380 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
42381 *)
42382 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
42383 # A ".." for each directory in $ac_dir_suffix.
42384 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
42385 case $ac_top_builddir_sub in
42386 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
42387 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
42388 esac ;;
42389 esac
42390 ac_abs_top_builddir=$ac_pwd
42391 ac_abs_builddir=$ac_pwd$ac_dir_suffix
42392 # for backward compatibility:
42393 ac_top_builddir=$ac_top_build_prefix
42394
42395 case $srcdir in
42396 .) # We are building in place.
42397 ac_srcdir=.
42398 ac_top_srcdir=$ac_top_builddir_sub
42399 ac_abs_top_srcdir=$ac_pwd ;;
42400 [\\/]* | ?:[\\/]* ) # Absolute name.
42401 ac_srcdir=$srcdir$ac_dir_suffix;
42402 ac_top_srcdir=$srcdir
42403 ac_abs_top_srcdir=$srcdir ;;
42404 *) # Relative name.
42405 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
42406 ac_top_srcdir=$ac_top_build_prefix$srcdir
42407 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42408 esac
42409 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
42410
42411
42412 cd "$ac_dir"
42413
42414 # Check for guested configure; otherwise get Cygnus style configure.
42415 if test -f "$ac_srcdir/configure.gnu"; then
42416 ac_sub_configure=$ac_srcdir/configure.gnu
42417 elif test -f "$ac_srcdir/configure"; then
42418 ac_sub_configure=$ac_srcdir/configure
42419 elif test -f "$ac_srcdir/configure.in"; then
42420 # This should be Cygnus configure.
42421 ac_sub_configure=$ac_aux_dir/configure
42422 else
42423 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
42424 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
42425 ac_sub_configure=
42426 fi
42427
42428 # The recursion is here.
42429 if test -n "$ac_sub_configure"; then
42430 # Make the cache file name correct relative to the subdirectory.
42431 case $cache_file in
42432 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
42433 *) # Relative name.
42434 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
42435 esac
42436
42437 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
42438 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
42439 # The eval makes quoting arguments work.
42440 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
42441 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
42442 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
42443 fi
42444
42445 cd "$ac_popdir"
42446 done
42447 fi
42448 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
42449 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
42450 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42451 fi
42452
42453
42454 echo
42455 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
42456 echo ""
42457 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
42458 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
42459 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
42460 echo $ECHO_N " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}$ECHO_C"
42461 if test "$wxUSE_UNICODE" = "yes"; then
42462 if test "$wxUSE_UNICODE_UTF8" = "yes"; then
42463 echo " (using UTF-8)"
42464 else
42465 echo " (using wchar_t)"
42466 fi
42467 else
42468 echo
42469 fi
42470
42471 echo " What level of wxWidgets compatibility should be enabled?"
42472 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}"
42473 echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}"
42474
42475 echo " Which libraries should wxWidgets use?"
42476 echo " STL ${wxUSE_STL}"
42477 echo " jpeg ${wxUSE_LIBJPEG-none}"
42478 echo " png ${wxUSE_LIBPNG-none}"
42479 echo " regex ${wxUSE_REGEX}"
42480 echo " tiff ${wxUSE_LIBTIFF-none}"
42481 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
42482 echo " xpm ${wxUSE_LIBXPM-none}"
42483 fi
42484 echo " zlib ${wxUSE_ZLIB}"
42485 echo " expat ${wxUSE_EXPAT}"
42486 echo " libmspack ${wxUSE_LIBMSPACK}"
42487 echo " sdl ${wxUSE_LIBSDL}"
42488
42489 echo ""
42490