]> git.saurik.com Git - wxWidgets.git/blob - configure
Document wxVector<T>::swap().
[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.61 for wxWidgets 2.9.2.
5 #
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
10 # This configure script is free software; the Free Software Foundation
11 # gives unlimited permission to copy, distribute and modify it.
12 ## --------------------- ##
13 ## M4sh Initialization. ##
14 ## --------------------- ##
15
16 # Be more Bourne compatible
17 DUALCASE=1; export DUALCASE # for MKS sh
18 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19 emulate sh
20 NULLCMD=:
21 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
22 # is contrary to our usage. Disable this feature.
23 alias -g '${1+"$@"}'='"$@"'
24 setopt NO_GLOB_SUBST
25 else
26 case `(set -o) 2>/dev/null` in
27 *posix*) set -o posix ;;
28 esac
29
30 fi
31
32
33
34
35 # PATH needs CR
36 # Avoid depending upon Character Ranges.
37 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
38 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
39 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
40 as_cr_digits='0123456789'
41 as_cr_alnum=$as_cr_Letters$as_cr_digits
42
43 # The user is always right.
44 if test "${PATH_SEPARATOR+set}" != set; then
45 echo "#! /bin/sh" >conf$$.sh
46 echo "exit 0" >>conf$$.sh
47 chmod +x conf$$.sh
48 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
49 PATH_SEPARATOR=';'
50 else
51 PATH_SEPARATOR=:
52 fi
53 rm -f conf$$.sh
54 fi
55
56 # Support unset when possible.
57 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
58 as_unset=unset
59 else
60 as_unset=false
61 fi
62
63
64 # IFS
65 # We need space, tab and new line, in precisely that order. Quoting is
66 # there to prevent editors from complaining about space-tab.
67 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
68 # splitting by setting IFS to empty value.)
69 as_nl='
70 '
71 IFS=" "" $as_nl"
72
73 # Find who we are. Look in the path if we contain no directory separator.
74 case $0 in
75 *[\\/]* ) as_myself=$0 ;;
76 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
77 for as_dir in $PATH
78 do
79 IFS=$as_save_IFS
80 test -z "$as_dir" && as_dir=.
81 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
82 done
83 IFS=$as_save_IFS
84
85 ;;
86 esac
87 # We did not find ourselves, most probably we were run as `sh COMMAND'
88 # in which case we are not to be found in the path.
89 if test "x$as_myself" = x; then
90 as_myself=$0
91 fi
92 if test ! -f "$as_myself"; then
93 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
94 { (exit 1); exit 1; }
95 fi
96
97 # Work around bugs in pre-3.0 UWIN ksh.
98 for as_var in ENV MAIL MAILPATH
99 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
100 done
101 PS1='$ '
102 PS2='> '
103 PS4='+ '
104
105 # NLS nuisances.
106 for as_var in \
107 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
108 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
109 LC_TELEPHONE LC_TIME
110 do
111 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
112 eval $as_var=C; export $as_var
113 else
114 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
115 fi
116 done
117
118 # Required to use basename.
119 if expr a : '\(a\)' >/dev/null 2>&1 &&
120 test "X`expr 00001 : '.*\(...\)'`" = X001; then
121 as_expr=expr
122 else
123 as_expr=false
124 fi
125
126 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
127 as_basename=basename
128 else
129 as_basename=false
130 fi
131
132
133 # Name of the executable.
134 as_me=`$as_basename -- "$0" ||
135 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
136 X"$0" : 'X\(//\)$' \| \
137 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
138 echo X/"$0" |
139 sed '/^.*\/\([^/][^/]*\)\/*$/{
140 s//\1/
141 q
142 }
143 /^X\/\(\/\/\)$/{
144 s//\1/
145 q
146 }
147 /^X\/\(\/\).*/{
148 s//\1/
149 q
150 }
151 s/.*/./; q'`
152
153 # CDPATH.
154 $as_unset CDPATH
155
156
157 if test "x$CONFIG_SHELL" = x; then
158 if (eval ":") 2>/dev/null; then
159 as_have_required=yes
160 else
161 as_have_required=no
162 fi
163
164 if test $as_have_required = yes && (eval ":
165 (as_func_return () {
166 (exit \$1)
167 }
168 as_func_success () {
169 as_func_return 0
170 }
171 as_func_failure () {
172 as_func_return 1
173 }
174 as_func_ret_success () {
175 return 0
176 }
177 as_func_ret_failure () {
178 return 1
179 }
180
181 exitcode=0
182 if as_func_success; then
183 :
184 else
185 exitcode=1
186 echo as_func_success failed.
187 fi
188
189 if as_func_failure; then
190 exitcode=1
191 echo as_func_failure succeeded.
192 fi
193
194 if as_func_ret_success; then
195 :
196 else
197 exitcode=1
198 echo as_func_ret_success failed.
199 fi
200
201 if as_func_ret_failure; then
202 exitcode=1
203 echo as_func_ret_failure succeeded.
204 fi
205
206 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 :
208 else
209 exitcode=1
210 echo positional parameters were not saved.
211 fi
212
213 test \$exitcode = 0) || { (exit 1); exit 1; }
214
215 (
216 as_lineno_1=\$LINENO
217 as_lineno_2=\$LINENO
218 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
219 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
220 ") 2> /dev/null; then
221 :
222 else
223 as_candidate_shells=
224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
225 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
226 do
227 IFS=$as_save_IFS
228 test -z "$as_dir" && as_dir=.
229 case $as_dir in
230 /*)
231 for as_base in sh bash ksh sh5; do
232 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
233 done;;
234 esac
235 done
236 IFS=$as_save_IFS
237
238
239 for as_shell in $as_candidate_shells $SHELL; do
240 # Try only shells that exist, to save several forks.
241 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
242 { ("$as_shell") 2> /dev/null <<\_ASEOF
243 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
244 emulate sh
245 NULLCMD=:
246 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
247 # is contrary to our usage. Disable this feature.
248 alias -g '${1+"$@"}'='"$@"'
249 setopt NO_GLOB_SUBST
250 else
251 case `(set -o) 2>/dev/null` in
252 *posix*) set -o posix ;;
253 esac
254
255 fi
256
257
258 :
259 _ASEOF
260 }; then
261 CONFIG_SHELL=$as_shell
262 as_have_required=yes
263 if { "$as_shell" 2> /dev/null <<\_ASEOF
264 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
265 emulate sh
266 NULLCMD=:
267 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
268 # is contrary to our usage. Disable this feature.
269 alias -g '${1+"$@"}'='"$@"'
270 setopt NO_GLOB_SUBST
271 else
272 case `(set -o) 2>/dev/null` in
273 *posix*) set -o posix ;;
274 esac
275
276 fi
277
278
279 :
280 (as_func_return () {
281 (exit $1)
282 }
283 as_func_success () {
284 as_func_return 0
285 }
286 as_func_failure () {
287 as_func_return 1
288 }
289 as_func_ret_success () {
290 return 0
291 }
292 as_func_ret_failure () {
293 return 1
294 }
295
296 exitcode=0
297 if as_func_success; then
298 :
299 else
300 exitcode=1
301 echo as_func_success failed.
302 fi
303
304 if as_func_failure; then
305 exitcode=1
306 echo as_func_failure succeeded.
307 fi
308
309 if as_func_ret_success; then
310 :
311 else
312 exitcode=1
313 echo as_func_ret_success failed.
314 fi
315
316 if as_func_ret_failure; then
317 exitcode=1
318 echo as_func_ret_failure succeeded.
319 fi
320
321 if ( set x; as_func_ret_success y && test x = "$1" ); then
322 :
323 else
324 exitcode=1
325 echo positional parameters were not saved.
326 fi
327
328 test $exitcode = 0) || { (exit 1); exit 1; }
329
330 (
331 as_lineno_1=$LINENO
332 as_lineno_2=$LINENO
333 test "x$as_lineno_1" != "x$as_lineno_2" &&
334 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
335
336 _ASEOF
337 }; then
338 break
339 fi
340
341 fi
342
343 done
344
345 if test "x$CONFIG_SHELL" != x; then
346 for as_var in BASH_ENV ENV
347 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
348 done
349 export CONFIG_SHELL
350 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
351 fi
352
353
354 if test $as_have_required = no; then
355 echo This script requires a shell more modern than all the
356 echo shells that I found on your system. Please install a
357 echo modern shell, or manually run the script under such a
358 echo shell if you do have one.
359 { (exit 1); exit 1; }
360 fi
361
362
363 fi
364
365 fi
366
367
368
369 (eval "as_func_return () {
370 (exit \$1)
371 }
372 as_func_success () {
373 as_func_return 0
374 }
375 as_func_failure () {
376 as_func_return 1
377 }
378 as_func_ret_success () {
379 return 0
380 }
381 as_func_ret_failure () {
382 return 1
383 }
384
385 exitcode=0
386 if as_func_success; then
387 :
388 else
389 exitcode=1
390 echo as_func_success failed.
391 fi
392
393 if as_func_failure; then
394 exitcode=1
395 echo as_func_failure succeeded.
396 fi
397
398 if as_func_ret_success; then
399 :
400 else
401 exitcode=1
402 echo as_func_ret_success failed.
403 fi
404
405 if as_func_ret_failure; then
406 exitcode=1
407 echo as_func_ret_failure succeeded.
408 fi
409
410 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 :
412 else
413 exitcode=1
414 echo positional parameters were not saved.
415 fi
416
417 test \$exitcode = 0") || {
418 echo No shell found that supports shell functions.
419 echo Please tell autoconf@gnu.org about your system,
420 echo including any error possibly output before this
421 echo message
422 }
423
424
425
426 as_lineno_1=$LINENO
427 as_lineno_2=$LINENO
428 test "x$as_lineno_1" != "x$as_lineno_2" &&
429 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
430
431 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
432 # uniformly replaced by the line number. The first 'sed' inserts a
433 # line-number line after each line using $LINENO; the second 'sed'
434 # does the real work. The second script uses 'N' to pair each
435 # line-number line with the line containing $LINENO, and appends
436 # trailing '-' during substitution so that $LINENO is not a special
437 # case at line end.
438 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
439 # scripts with optimization help from Paolo Bonzini. Blame Lee
440 # E. McMahon (1931-1989) for sed's syntax. :-)
441 sed -n '
442 p
443 /[$]LINENO/=
444 ' <$as_myself |
445 sed '
446 s/[$]LINENO.*/&-/
447 t lineno
448 b
449 :lineno
450 N
451 :loop
452 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
453 t loop
454 s/-\n.*//
455 ' >$as_me.lineno &&
456 chmod +x "$as_me.lineno" ||
457 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
458 { (exit 1); exit 1; }; }
459
460 # Don't try to exec as it changes $[0], causing all sort of problems
461 # (the dirname of $[0] is not the place where we might find the
462 # original and so on. Autoconf is especially sensitive to this).
463 . "./$as_me.lineno"
464 # Exit status is that of the last command.
465 exit
466 }
467
468
469 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
470 as_dirname=dirname
471 else
472 as_dirname=false
473 fi
474
475 ECHO_C= ECHO_N= ECHO_T=
476 case `echo -n x` in
477 -n*)
478 case `echo 'x\c'` in
479 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
480 *) ECHO_C='\c';;
481 esac;;
482 *)
483 ECHO_N='-n';;
484 esac
485
486 if expr a : '\(a\)' >/dev/null 2>&1 &&
487 test "X`expr 00001 : '.*\(...\)'`" = X001; then
488 as_expr=expr
489 else
490 as_expr=false
491 fi
492
493 rm -f conf$$ conf$$.exe conf$$.file
494 if test -d conf$$.dir; then
495 rm -f conf$$.dir/conf$$.file
496 else
497 rm -f conf$$.dir
498 mkdir conf$$.dir
499 fi
500 echo >conf$$.file
501 if ln -s conf$$.file conf$$ 2>/dev/null; then
502 as_ln_s='ln -s'
503 # ... but there are two gotchas:
504 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
505 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
506 # In both cases, we have to default to `cp -p'.
507 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
508 as_ln_s='cp -p'
509 elif ln conf$$.file conf$$ 2>/dev/null; then
510 as_ln_s=ln
511 else
512 as_ln_s='cp -p'
513 fi
514 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
515 rmdir conf$$.dir 2>/dev/null
516
517 if mkdir -p . 2>/dev/null; then
518 as_mkdir_p=:
519 else
520 test -d ./-p && rmdir ./-p
521 as_mkdir_p=false
522 fi
523
524 if test -x / >/dev/null 2>&1; then
525 as_test_x='test -x'
526 else
527 if ls -dL / >/dev/null 2>&1; then
528 as_ls_L_option=L
529 else
530 as_ls_L_option=
531 fi
532 as_test_x='
533 eval sh -c '\''
534 if test -d "$1"; then
535 test -d "$1/.";
536 else
537 case $1 in
538 -*)set "./$1";;
539 esac;
540 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
541 ???[sx]*):;;*)false;;esac;fi
542 '\'' sh
543 '
544 fi
545 as_executable_p=$as_test_x
546
547 # Sed expression to map a string onto a valid CPP name.
548 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549
550 # Sed expression to map a string onto a valid variable name.
551 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
552
553
554
555 exec 7<&0 </dev/null 6>&1
556
557 # Name of the host.
558 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
559 # so uname gets run too.
560 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
561
562 #
563 # Initializations.
564 #
565 ac_default_prefix=/usr/local
566 ac_clean_files=
567 ac_config_libobj_dir=.
568 LIBOBJS=
569 cross_compiling=no
570 subdirs=
571 MFLAGS=
572 MAKEFLAGS=
573 SHELL=${CONFIG_SHELL-/bin/sh}
574
575 # Identity of this package.
576 PACKAGE_NAME='wxWidgets'
577 PACKAGE_TARNAME='wxwidgets'
578 PACKAGE_VERSION='2.9.2'
579 PACKAGE_STRING='wxWidgets 2.9.2'
580 PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
581
582 ac_unique_file="wx-config.in"
583 # Factoring default headers for most tests.
584 ac_includes_default="\
585 #include <stdio.h>
586 #ifdef HAVE_SYS_TYPES_H
587 # include <sys/types.h>
588 #endif
589 #ifdef HAVE_SYS_STAT_H
590 # include <sys/stat.h>
591 #endif
592 #ifdef STDC_HEADERS
593 # include <stdlib.h>
594 # include <stddef.h>
595 #else
596 # ifdef HAVE_STDLIB_H
597 # include <stdlib.h>
598 # endif
599 #endif
600 #ifdef HAVE_STRING_H
601 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
602 # include <memory.h>
603 # endif
604 # include <string.h>
605 #endif
606 #ifdef HAVE_STRINGS_H
607 # include <strings.h>
608 #endif
609 #ifdef HAVE_INTTYPES_H
610 # include <inttypes.h>
611 #endif
612 #ifdef HAVE_STDINT_H
613 # include <stdint.h>
614 #endif
615 #ifdef HAVE_UNISTD_H
616 # include <unistd.h>
617 #endif"
618
619 ac_subst_vars='SHELL
620 PATH_SEPARATOR
621 PACKAGE_NAME
622 PACKAGE_TARNAME
623 PACKAGE_VERSION
624 PACKAGE_STRING
625 PACKAGE_BUGREPORT
626 exec_prefix
627 prefix
628 program_transform_name
629 bindir
630 sbindir
631 libexecdir
632 datarootdir
633 datadir
634 sysconfdir
635 sharedstatedir
636 localstatedir
637 includedir
638 oldincludedir
639 docdir
640 infodir
641 htmldir
642 dvidir
643 pdfdir
644 psdir
645 libdir
646 localedir
647 mandir
648 DEFS
649 ECHO_C
650 ECHO_N
651 ECHO_T
652 LIBS
653 build_alias
654 host_alias
655 target_alias
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 wx_top_builddir
665 CC
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
672 CPP
673 GREP
674 EGREP
675 CXX
676 CXXFLAGS
677 ac_ct_CXX
678 AR
679 OSX_SW_VERS
680 CXXCPP
681 subdirs
682 PKG_CONFIG
683 GTK_CFLAGS
684 GTK_LIBS
685 GTK_CONFIG
686 DIRECTFB_CFLAGS
687 DIRECTFB_LIBS
688 XMKMF
689 X_CFLAGS
690 X_PRE_LIBS
691 X_LIBS
692 X_EXTRA_LIBS
693 PANGOX_CFLAGS
694 PANGOX_LIBS
695 PANGOFT2_CFLAGS
696 PANGOFT2_LIBS
697 PANGOXFT_CFLAGS
698 PANGOXFT_LIBS
699 CFLAGS_VISIBILITY
700 CXXFLAGS_VISIBILITY
701 LIBICONV
702 GXX_VERSION
703 SDL_CONFIG
704 SDL_CFLAGS
705 SDL_LIBS
706 GTKPRINT_CFLAGS
707 GTKPRINT_LIBS
708 LIBGNOMEPRINTUI_CFLAGS
709 LIBGNOMEPRINTUI_LIBS
710 GNOMEVFS_CFLAGS
711 GNOMEVFS_LIBS
712 HILDON_CFLAGS
713 HILDON_LIBS
714 HILDON2_CFLAGS
715 HILDON2_LIBS
716 PYTHON
717 COND_PYTHON
718 CAIRO_CFLAGS
719 CAIRO_LIBS
720 GST_CFLAGS
721 GST_LIBS
722 ALL_WX_LIBS
723 BUILT_WX_LIBS
724 STD_BASE_LIBS
725 STD_GUI_LIBS
726 wxUSE_ZLIB
727 wxUSE_REGEX
728 wxUSE_EXPAT
729 wxUSE_LIBJPEG
730 wxUSE_LIBPNG
731 wxUSE_LIBTIFF
732 VENDOR
733 OFFICIAL_BUILD
734 WX_FLAVOUR
735 WX_LIB_FLAVOUR
736 WXUNIV
737 MONOLITHIC
738 USE_PLUGINS
739 CXXWARNINGS
740 EXTRALIBS
741 EXTRALIBS_XML
742 EXTRALIBS_HTML
743 EXTRALIBS_MEDIA
744 EXTRALIBS_GUI
745 EXTRALIBS_OPENGL
746 EXTRALIBS_SDL
747 EXTRALIBS_STC
748 WITH_PLUGIN_SDL
749 EXTRALIBS_GTKPRINT
750 EXTRALIBS_GNOMEPRINT
751 EXTRALIBS_GNOMEVFS
752 EXTRALIBS_HILDON
753 UNICODE
754 DEBUG_INFO
755 DEBUG_FLAG
756 TOOLKIT_LOWERCASE
757 TOOLKIT_VERSION
758 DYLIB_RPATH_INSTALL
759 DYLIB_RPATH_POSTLINK
760 SAMPLES_RPATH_FLAG
761 HEADER_PAD_OPTION
762 HOST_SUFFIX
763 CPPUNIT_CFLAGS
764 CPPUNIT_LIBS
765 RANLIB
766 INSTALL_PROGRAM
767 INSTALL_SCRIPT
768 INSTALL_DATA
769 LN_S
770 SET_MAKE
771 MAKE_SET
772 AROPTIONS
773 STRIP
774 NM
775 INSTALL_DIR
776 LDFLAGS_GUI
777 IF_GNU_MAKE
778 PLATFORM_UNIX
779 PLATFORM_WIN32
780 PLATFORM_MSDOS
781 PLATFORM_MAC
782 PLATFORM_MACOS
783 PLATFORM_MACOSX
784 PLATFORM_OS2
785 PLATFORM_BEOS
786 SO_SUFFIX
787 SO_SUFFIX_MODULE
788 DLLIMP_SUFFIX
789 LIBPREFIX
790 LIBEXT
791 DLLPREFIX
792 DLLPREFIX_MODULE
793 dlldir
794 AIX_CXX_LD
795 SHARED_LD_CC
796 SHARED_LD_CXX
797 SHARED_LD_MODULE_CC
798 SHARED_LD_MODULE_CXX
799 PIC_FLAG
800 WINDOWS_IMPLIB
801 USE_SOVERSION
802 USE_SOVERLINUX
803 USE_SOVERSOLARIS
804 USE_SOVERCYGWIN
805 USE_MACVERSION
806 USE_SOTWOSYMLINKS
807 SONAME_FLAG
808 DEPS_TRACKING
809 BK_DEPS
810 WINDRES
811 REZ
812 SETFILE
813 OBJCXXFLAGS
814 GCC_PCH
815 ICC_PCH
816 ICC_PCH_CREATE_SWITCH
817 ICC_PCH_USE_SWITCH
818 BK_MAKE_PCH
819 COND_BUILD_DEBUG
820 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
821 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
822 COND_BUILD_DEBUG_UNICODE_0
823 COND_BUILD_DEBUG_UNICODE_1
824 COND_BUILD_RELEASE
825 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
826 COND_BUILD_RELEASE_UNICODE_0
827 COND_BUILD_RELEASE_UNICODE_1
828 COND_BUILD_debug
829 COND_BUILD_debug_DEBUG_FLAG_default
830 COND_BUILD_debug_DEBUG_INFO_default
831 COND_BUILD_debug_UNICODE_0
832 COND_BUILD_debug_UNICODE_1
833 COND_BUILD_release
834 COND_BUILD_release_DEBUG_INFO_default
835 COND_BUILD_release_UNICODE_0
836 COND_BUILD_release_UNICODE_1
837 COND_DEBUG_FLAG_0
838 COND_DEBUG_FLAG_1
839 COND_DEBUG_INFO_0
840 COND_DEBUG_INFO_1
841 COND_DEPS_TRACKING_0
842 COND_DEPS_TRACKING_1
843 COND_GCC_PCH_1
844 COND_ICC_PCH_1
845 COND_MONOLITHIC_0
846 COND_MONOLITHIC_0_SHARED_0
847 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
848 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
849 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
850 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
851 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
852 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
853 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
854 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
855 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
856 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
857 COND_MONOLITHIC_0_SHARED_1
858 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
859 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
860 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
861 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
862 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
863 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
864 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
865 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
866 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
867 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
868 COND_MONOLITHIC_0_USE_AUI_1
869 COND_MONOLITHIC_0_USE_GUI_1
870 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
871 COND_MONOLITHIC_0_USE_HTML_1
872 COND_MONOLITHIC_0_USE_MEDIA_1
873 COND_MONOLITHIC_0_USE_PROPGRID_1
874 COND_MONOLITHIC_0_USE_QA_1
875 COND_MONOLITHIC_0_USE_RIBBON_1
876 COND_MONOLITHIC_0_USE_RICHTEXT_1
877 COND_MONOLITHIC_0_USE_STC_1
878 COND_MONOLITHIC_0_USE_XRC_1
879 COND_MONOLITHIC_1
880 COND_MONOLITHIC_1_SHARED_0
881 COND_MONOLITHIC_1_SHARED_1
882 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
883 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
884 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
885 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
886 COND_PLATFORM_MACOSX_1
887 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
888 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
889 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
890 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
891 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
892 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
893 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
894 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
895 COND_PLATFORM_MACOSX_1_USE_GUI_1
896 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
897 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
898 COND_PLATFORM_MACOS_1
899 COND_PLATFORM_MAC_0
900 COND_PLATFORM_MAC_1
901 COND_PLATFORM_MSDOS_0
902 COND_PLATFORM_MSDOS_1
903 COND_PLATFORM_OS2_1
904 COND_PLATFORM_UNIX_0
905 COND_PLATFORM_UNIX_1
906 COND_PLATFORM_UNIX_1_TOOLKIT_MGL
907 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1
908 COND_PLATFORM_UNIX_1_USE_GUI_1
909 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
910 COND_PLATFORM_WIN32_0
911 COND_PLATFORM_WIN32_1
912 COND_PLATFORM_WIN32_1_SHARED_0
913 COND_SHARED_0
914 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
915 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
916 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
917 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
918 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
919 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
920 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
921 COND_SHARED_0_USE_STC_1
922 COND_SHARED_0_wxUSE_EXPAT_builtin
923 COND_SHARED_0_wxUSE_REGEX_builtin
924 COND_SHARED_0_wxUSE_ZLIB_builtin
925 COND_SHARED_1
926 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
927 COND_TOOLKIT_
928 COND_TOOLKIT_COCOA
929 COND_TOOLKIT_COCOA_USE_GUI_1
930 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
931 COND_TOOLKIT_DFB
932 COND_TOOLKIT_DFB_USE_GUI_1
933 COND_TOOLKIT_GTK
934 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
935 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
936 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
937 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
938 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
939 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
940 COND_TOOLKIT_GTK_USE_GUI_1
941 COND_TOOLKIT_MAC
942 COND_TOOLKIT_MGL
943 COND_TOOLKIT_MGL_USE_GUI_1
944 COND_TOOLKIT_MOTIF
945 COND_TOOLKIT_MOTIF_USE_GUI_1
946 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
947 COND_TOOLKIT_MSW
948 COND_TOOLKIT_MSW_USE_GUI_1
949 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
950 COND_TOOLKIT_MSW_WXUNIV_0
951 COND_TOOLKIT_OSX_CARBON
952 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
953 COND_TOOLKIT_OSX_COCOA
954 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
955 COND_TOOLKIT_OSX_IPHONE
956 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
957 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
958 COND_TOOLKIT_PM
959 COND_TOOLKIT_PM_USE_GUI_1
960 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
961 COND_TOOLKIT_WINCE
962 COND_TOOLKIT_WINCE_USE_GUI_1
963 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
964 COND_TOOLKIT_WINCE_WXUNIV_0
965 COND_TOOLKIT_X11
966 COND_TOOLKIT_X11_USE_GUI_1
967 COND_UNICODE_1
968 COND_USE_CAIRO_1
969 COND_USE_EXCEPTIONS_0
970 COND_USE_EXCEPTIONS_1
971 COND_USE_GUI_0
972 COND_USE_GUI_1
973 COND_USE_GUI_1_USE_OPENGL_1
974 COND_USE_GUI_1_WXUNIV_0
975 COND_USE_GUI_1_WXUNIV_1
976 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
977 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
978 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
979 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
980 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
981 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
982 COND_USE_OPENGL_1
983 COND_USE_PCH_1
984 COND_USE_PLUGINS_0
985 COND_USE_RTTI_0
986 COND_USE_RTTI_1
987 COND_USE_SOTWOSYMLINKS_1
988 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
989 COND_USE_SOVERLINUX_1
990 COND_USE_SOVERSION_0
991 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
992 COND_USE_SOVERSOLARIS_1
993 COND_USE_STC_1
994 COND_USE_THREADS_0
995 COND_USE_THREADS_1
996 COND_USE_XRC_1
997 COND_WINDOWS_IMPLIB_1
998 COND_WITH_PLUGIN_SDL_1
999 COND_WXUNIV_0
1000 COND_WXUNIV_1
1001 COND_WXUSE_EXPAT_BUILTIN
1002 COND_WXUSE_LIBJPEG_BUILTIN
1003 COND_WXUSE_LIBPNG_BUILTIN
1004 COND_WXUSE_LIBTIFF_BUILTIN
1005 COND_WXUSE_REGEX_BUILTIN
1006 COND_WXUSE_ZLIB_BUILTIN
1007 COND_wxUSE_EXPAT_builtin
1008 COND_wxUSE_LIBJPEG_builtin
1009 COND_wxUSE_LIBPNG_builtin
1010 COND_wxUSE_LIBTIFF_builtin
1011 COND_wxUSE_REGEX_builtin
1012 COND_wxUSE_ZLIB_builtin
1013 DEREZ
1014 SHARED
1015 WX_LIBRARY_BASENAME_NOGUI
1016 WX_LIBRARY_BASENAME_GUI
1017 USE_GUI
1018 AFMINSTALL
1019 WIN32INSTALL
1020 TOOLKIT
1021 TOOLKIT_DIR
1022 TOOLCHAIN_NAME
1023 TOOLCHAIN_FULLNAME
1024 cross_compiling
1025 WIDGET_SET
1026 WX_RELEASE
1027 WX_VERSION
1028 WX_SUBVERSION
1029 WX_CHARTYPE
1030 WXCONFIG_CPPFLAGS
1031 WXCONFIG_CFLAGS
1032 WXCONFIG_CXXFLAGS
1033 WXCONFIG_LIBS
1034 WXCONFIG_RPATH
1035 WXCONFIG_LDFLAGS
1036 WXCONFIG_LDFLAGS_GUI
1037 WXCONFIG_RESFLAGS
1038 GUIDIST
1039 DISTDIR
1040 SAMPLES_SUBDIRS
1041 LDFLAGS_GL
1042 OPENGL_LIBS
1043 DMALLOC_LIBS
1044 WX_VERSION_TAG
1045 RESCOMP
1046 RESFLAGS
1047 RESPROGRAMOBJ
1048 WX_RESOURCES_MACOSX_ASCII
1049 WX_RESOURCES_MACOSX_DATA
1050 LIBWXMACRES
1051 POSTLINK_COMMAND
1052 MACSETFILE
1053 GCC
1054 DLLTOOL
1055 CPPUNIT_CONFIG
1056 LIBOBJS
1057 LTLIBOBJS'
1058 ac_subst_files=''
1059 ac_precious_vars='build_alias
1060 host_alias
1061 target_alias
1062 CC
1063 CFLAGS
1064 LDFLAGS
1065 LIBS
1066 CPPFLAGS
1067 CPP
1068 CXX
1069 CXXFLAGS
1070 CCC
1071 CXXCPP
1072 PKG_CONFIG
1073 DIRECTFB_CFLAGS
1074 DIRECTFB_LIBS
1075 XMKMF
1076 PANGOX_CFLAGS
1077 PANGOX_LIBS
1078 PANGOFT2_CFLAGS
1079 PANGOFT2_LIBS
1080 PANGOXFT_CFLAGS
1081 PANGOXFT_LIBS
1082 GTKPRINT_CFLAGS
1083 GTKPRINT_LIBS
1084 LIBGNOMEPRINTUI_CFLAGS
1085 LIBGNOMEPRINTUI_LIBS
1086 GNOMEVFS_CFLAGS
1087 GNOMEVFS_LIBS
1088 HILDON_CFLAGS
1089 HILDON_LIBS
1090 HILDON2_CFLAGS
1091 HILDON2_LIBS
1092 CAIRO_CFLAGS
1093 CAIRO_LIBS
1094 GST_CFLAGS
1095 GST_LIBS'
1096 ac_subdirs_all='src/tiff
1097 src/expat'
1098
1099 # Initialize some variables set by options.
1100 ac_init_help=
1101 ac_init_version=false
1102 # The variables have the same names as the options, with
1103 # dashes changed to underlines.
1104 cache_file=/dev/null
1105 exec_prefix=NONE
1106 no_create=
1107 no_recursion=
1108 prefix=NONE
1109 program_prefix=NONE
1110 program_suffix=NONE
1111 program_transform_name=s,x,x,
1112 silent=
1113 site=
1114 srcdir=
1115 verbose=
1116 x_includes=NONE
1117 x_libraries=NONE
1118
1119 # Installation directory options.
1120 # These are left unexpanded so users can "make install exec_prefix=/foo"
1121 # and all the variables that are supposed to be based on exec_prefix
1122 # by default will actually change.
1123 # Use braces instead of parens because sh, perl, etc. also accept them.
1124 # (The list follows the same order as the GNU Coding Standards.)
1125 bindir='${exec_prefix}/bin'
1126 sbindir='${exec_prefix}/sbin'
1127 libexecdir='${exec_prefix}/libexec'
1128 datarootdir='${prefix}/share'
1129 datadir='${datarootdir}'
1130 sysconfdir='${prefix}/etc'
1131 sharedstatedir='${prefix}/com'
1132 localstatedir='${prefix}/var'
1133 includedir='${prefix}/include'
1134 oldincludedir='/usr/include'
1135 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1136 infodir='${datarootdir}/info'
1137 htmldir='${docdir}'
1138 dvidir='${docdir}'
1139 pdfdir='${docdir}'
1140 psdir='${docdir}'
1141 libdir='${exec_prefix}/lib'
1142 localedir='${datarootdir}/locale'
1143 mandir='${datarootdir}/man'
1144
1145 ac_prev=
1146 ac_dashdash=
1147 for ac_option
1148 do
1149 # If the previous option needs an argument, assign it.
1150 if test -n "$ac_prev"; then
1151 eval $ac_prev=\$ac_option
1152 ac_prev=
1153 continue
1154 fi
1155
1156 case $ac_option in
1157 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1158 *) ac_optarg=yes ;;
1159 esac
1160
1161 # Accept the important Cygnus configure options, so we can diagnose typos.
1162
1163 case $ac_dashdash$ac_option in
1164 --)
1165 ac_dashdash=yes ;;
1166
1167 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1168 ac_prev=bindir ;;
1169 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1170 bindir=$ac_optarg ;;
1171
1172 -build | --build | --buil | --bui | --bu)
1173 ac_prev=build_alias ;;
1174 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1175 build_alias=$ac_optarg ;;
1176
1177 -cache-file | --cache-file | --cache-fil | --cache-fi \
1178 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1179 ac_prev=cache_file ;;
1180 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1181 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1182 cache_file=$ac_optarg ;;
1183
1184 --config-cache | -C)
1185 cache_file=config.cache ;;
1186
1187 -datadir | --datadir | --datadi | --datad)
1188 ac_prev=datadir ;;
1189 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1190 datadir=$ac_optarg ;;
1191
1192 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1193 | --dataroo | --dataro | --datar)
1194 ac_prev=datarootdir ;;
1195 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1196 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1197 datarootdir=$ac_optarg ;;
1198
1199 -disable-* | --disable-*)
1200 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1201 # Reject names that are not valid shell variable names.
1202 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1203 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1204 { (exit 1); exit 1; }; }
1205 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1206 eval enable_$ac_feature=no ;;
1207
1208 -docdir | --docdir | --docdi | --doc | --do)
1209 ac_prev=docdir ;;
1210 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1211 docdir=$ac_optarg ;;
1212
1213 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1214 ac_prev=dvidir ;;
1215 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1216 dvidir=$ac_optarg ;;
1217
1218 -enable-* | --enable-*)
1219 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1220 # Reject names that are not valid shell variable names.
1221 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1222 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1223 { (exit 1); exit 1; }; }
1224 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1225 eval enable_$ac_feature=\$ac_optarg ;;
1226
1227 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1228 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1229 | --exec | --exe | --ex)
1230 ac_prev=exec_prefix ;;
1231 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1232 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1233 | --exec=* | --exe=* | --ex=*)
1234 exec_prefix=$ac_optarg ;;
1235
1236 -gas | --gas | --ga | --g)
1237 # Obsolete; use --with-gas.
1238 with_gas=yes ;;
1239
1240 -help | --help | --hel | --he | -h)
1241 ac_init_help=long ;;
1242 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1243 ac_init_help=recursive ;;
1244 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1245 ac_init_help=short ;;
1246
1247 -host | --host | --hos | --ho)
1248 ac_prev=host_alias ;;
1249 -host=* | --host=* | --hos=* | --ho=*)
1250 host_alias=$ac_optarg ;;
1251
1252 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1253 ac_prev=htmldir ;;
1254 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1255 | --ht=*)
1256 htmldir=$ac_optarg ;;
1257
1258 -includedir | --includedir | --includedi | --included | --include \
1259 | --includ | --inclu | --incl | --inc)
1260 ac_prev=includedir ;;
1261 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1262 | --includ=* | --inclu=* | --incl=* | --inc=*)
1263 includedir=$ac_optarg ;;
1264
1265 -infodir | --infodir | --infodi | --infod | --info | --inf)
1266 ac_prev=infodir ;;
1267 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1268 infodir=$ac_optarg ;;
1269
1270 -libdir | --libdir | --libdi | --libd)
1271 ac_prev=libdir ;;
1272 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1273 libdir=$ac_optarg ;;
1274
1275 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1276 | --libexe | --libex | --libe)
1277 ac_prev=libexecdir ;;
1278 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1279 | --libexe=* | --libex=* | --libe=*)
1280 libexecdir=$ac_optarg ;;
1281
1282 -localedir | --localedir | --localedi | --localed | --locale)
1283 ac_prev=localedir ;;
1284 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1285 localedir=$ac_optarg ;;
1286
1287 -localstatedir | --localstatedir | --localstatedi | --localstated \
1288 | --localstate | --localstat | --localsta | --localst | --locals)
1289 ac_prev=localstatedir ;;
1290 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1291 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1292 localstatedir=$ac_optarg ;;
1293
1294 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1295 ac_prev=mandir ;;
1296 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1297 mandir=$ac_optarg ;;
1298
1299 -nfp | --nfp | --nf)
1300 # Obsolete; use --without-fp.
1301 with_fp=no ;;
1302
1303 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1304 | --no-cr | --no-c | -n)
1305 no_create=yes ;;
1306
1307 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1308 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1309 no_recursion=yes ;;
1310
1311 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1312 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1313 | --oldin | --oldi | --old | --ol | --o)
1314 ac_prev=oldincludedir ;;
1315 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1316 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1317 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1318 oldincludedir=$ac_optarg ;;
1319
1320 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1321 ac_prev=prefix ;;
1322 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1323 prefix=$ac_optarg ;;
1324
1325 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1326 | --program-pre | --program-pr | --program-p)
1327 ac_prev=program_prefix ;;
1328 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1329 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1330 program_prefix=$ac_optarg ;;
1331
1332 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1333 | --program-suf | --program-su | --program-s)
1334 ac_prev=program_suffix ;;
1335 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1336 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1337 program_suffix=$ac_optarg ;;
1338
1339 -program-transform-name | --program-transform-name \
1340 | --program-transform-nam | --program-transform-na \
1341 | --program-transform-n | --program-transform- \
1342 | --program-transform | --program-transfor \
1343 | --program-transfo | --program-transf \
1344 | --program-trans | --program-tran \
1345 | --progr-tra | --program-tr | --program-t)
1346 ac_prev=program_transform_name ;;
1347 -program-transform-name=* | --program-transform-name=* \
1348 | --program-transform-nam=* | --program-transform-na=* \
1349 | --program-transform-n=* | --program-transform-=* \
1350 | --program-transform=* | --program-transfor=* \
1351 | --program-transfo=* | --program-transf=* \
1352 | --program-trans=* | --program-tran=* \
1353 | --progr-tra=* | --program-tr=* | --program-t=*)
1354 program_transform_name=$ac_optarg ;;
1355
1356 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1357 ac_prev=pdfdir ;;
1358 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1359 pdfdir=$ac_optarg ;;
1360
1361 -psdir | --psdir | --psdi | --psd | --ps)
1362 ac_prev=psdir ;;
1363 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1364 psdir=$ac_optarg ;;
1365
1366 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1367 | -silent | --silent | --silen | --sile | --sil)
1368 silent=yes ;;
1369
1370 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1371 ac_prev=sbindir ;;
1372 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1373 | --sbi=* | --sb=*)
1374 sbindir=$ac_optarg ;;
1375
1376 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1377 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1378 | --sharedst | --shareds | --shared | --share | --shar \
1379 | --sha | --sh)
1380 ac_prev=sharedstatedir ;;
1381 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1382 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1383 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1384 | --sha=* | --sh=*)
1385 sharedstatedir=$ac_optarg ;;
1386
1387 -site | --site | --sit)
1388 ac_prev=site ;;
1389 -site=* | --site=* | --sit=*)
1390 site=$ac_optarg ;;
1391
1392 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1393 ac_prev=srcdir ;;
1394 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1395 srcdir=$ac_optarg ;;
1396
1397 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1398 | --syscon | --sysco | --sysc | --sys | --sy)
1399 ac_prev=sysconfdir ;;
1400 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1401 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1402 sysconfdir=$ac_optarg ;;
1403
1404 -target | --target | --targe | --targ | --tar | --ta | --t)
1405 ac_prev=target_alias ;;
1406 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1407 target_alias=$ac_optarg ;;
1408
1409 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1410 verbose=yes ;;
1411
1412 -version | --version | --versio | --versi | --vers | -V)
1413 ac_init_version=: ;;
1414
1415 -with-* | --with-*)
1416 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1417 # Reject names that are not valid shell variable names.
1418 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1419 { echo "$as_me: error: invalid package name: $ac_package" >&2
1420 { (exit 1); exit 1; }; }
1421 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1422 eval with_$ac_package=\$ac_optarg ;;
1423
1424 -without-* | --without-*)
1425 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1426 # Reject names that are not valid shell variable names.
1427 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1428 { echo "$as_me: error: invalid package name: $ac_package" >&2
1429 { (exit 1); exit 1; }; }
1430 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1431 eval with_$ac_package=no ;;
1432
1433 --x)
1434 # Obsolete; use --with-x.
1435 with_x=yes ;;
1436
1437 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1438 | --x-incl | --x-inc | --x-in | --x-i)
1439 ac_prev=x_includes ;;
1440 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1441 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1442 x_includes=$ac_optarg ;;
1443
1444 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1445 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1446 ac_prev=x_libraries ;;
1447 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1448 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1449 x_libraries=$ac_optarg ;;
1450
1451 -*) { echo "$as_me: error: unrecognized option: $ac_option
1452 Try \`$0 --help' for more information." >&2
1453 { (exit 1); exit 1; }; }
1454 ;;
1455
1456 *=*)
1457 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1458 # Reject names that are not valid shell variable names.
1459 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1460 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1461 { (exit 1); exit 1; }; }
1462 eval $ac_envvar=\$ac_optarg
1463 export $ac_envvar ;;
1464
1465 *)
1466 # FIXME: should be removed in autoconf 3.0.
1467 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1468 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1469 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1470 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1471 ;;
1472
1473 esac
1474 done
1475
1476 if test -n "$ac_prev"; then
1477 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1478 { echo "$as_me: error: missing argument to $ac_option" >&2
1479 { (exit 1); exit 1; }; }
1480 fi
1481
1482 # Be sure to have absolute directory names.
1483 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1484 datadir sysconfdir sharedstatedir localstatedir includedir \
1485 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1486 libdir localedir mandir
1487 do
1488 eval ac_val=\$$ac_var
1489 case $ac_val in
1490 [\\/$]* | ?:[\\/]* ) continue;;
1491 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1492 esac
1493 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1494 { (exit 1); exit 1; }; }
1495 done
1496
1497 # There might be people who depend on the old broken behavior: `$host'
1498 # used to hold the argument of --host etc.
1499 # FIXME: To remove some day.
1500 build=$build_alias
1501 host=$host_alias
1502 target=$target_alias
1503
1504 # FIXME: To remove some day.
1505 if test "x$host_alias" != x; then
1506 if test "x$build_alias" = x; then
1507 cross_compiling=maybe
1508 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1509 If a cross compiler is detected then cross compile mode will be used." >&2
1510 elif test "x$build_alias" != "x$host_alias"; then
1511 cross_compiling=yes
1512 fi
1513 fi
1514
1515 ac_tool_prefix=
1516 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1517
1518 test "$silent" = yes && exec 6>/dev/null
1519
1520
1521 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1522 ac_ls_di=`ls -di .` &&
1523 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1524 { echo "$as_me: error: Working directory cannot be determined" >&2
1525 { (exit 1); exit 1; }; }
1526 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1527 { echo "$as_me: error: pwd does not report name of working directory" >&2
1528 { (exit 1); exit 1; }; }
1529
1530
1531 # Find the source files, if location was not specified.
1532 if test -z "$srcdir"; then
1533 ac_srcdir_defaulted=yes
1534 # Try the directory containing this script, then the parent directory.
1535 ac_confdir=`$as_dirname -- "$0" ||
1536 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1537 X"$0" : 'X\(//\)[^/]' \| \
1538 X"$0" : 'X\(//\)$' \| \
1539 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1540 echo X"$0" |
1541 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1542 s//\1/
1543 q
1544 }
1545 /^X\(\/\/\)[^/].*/{
1546 s//\1/
1547 q
1548 }
1549 /^X\(\/\/\)$/{
1550 s//\1/
1551 q
1552 }
1553 /^X\(\/\).*/{
1554 s//\1/
1555 q
1556 }
1557 s/.*/./; q'`
1558 srcdir=$ac_confdir
1559 if test ! -r "$srcdir/$ac_unique_file"; then
1560 srcdir=..
1561 fi
1562 else
1563 ac_srcdir_defaulted=no
1564 fi
1565 if test ! -r "$srcdir/$ac_unique_file"; then
1566 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1567 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1568 { (exit 1); exit 1; }; }
1569 fi
1570 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1571 ac_abs_confdir=`(
1572 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1573 { (exit 1); exit 1; }; }
1574 pwd)`
1575 # When building in place, set srcdir=.
1576 if test "$ac_abs_confdir" = "$ac_pwd"; then
1577 srcdir=.
1578 fi
1579 # Remove unnecessary trailing slashes from srcdir.
1580 # Double slashes in file names in object file debugging info
1581 # mess up M-x gdb in Emacs.
1582 case $srcdir in
1583 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1584 esac
1585 for ac_var in $ac_precious_vars; do
1586 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1587 eval ac_env_${ac_var}_value=\$${ac_var}
1588 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1589 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1590 done
1591
1592 #
1593 # Report the --help message.
1594 #
1595 if test "$ac_init_help" = "long"; then
1596 # Omit some internal or obsolete options to make the list less imposing.
1597 # This message is too long to be a string in the A/UX 3.1 sh.
1598 cat <<_ACEOF
1599 \`configure' configures wxWidgets 2.9.2 to adapt to many kinds of systems.
1600
1601 Usage: $0 [OPTION]... [VAR=VALUE]...
1602
1603 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1604 VAR=VALUE. See below for descriptions of some of the useful variables.
1605
1606 Defaults for the options are specified in brackets.
1607
1608 Configuration:
1609 -h, --help display this help and exit
1610 --help=short display options specific to this package
1611 --help=recursive display the short help of all the included packages
1612 -V, --version display version information and exit
1613 -q, --quiet, --silent do not print \`checking...' messages
1614 --cache-file=FILE cache test results in FILE [disabled]
1615 -C, --config-cache alias for \`--cache-file=config.cache'
1616 -n, --no-create do not create output files
1617 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1618
1619 Installation directories:
1620 --prefix=PREFIX install architecture-independent files in PREFIX
1621 [$ac_default_prefix]
1622 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1623 [PREFIX]
1624
1625 By default, \`make install' will install all the files in
1626 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1627 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1628 for instance \`--prefix=\$HOME'.
1629
1630 For better control, use the options below.
1631
1632 Fine tuning of the installation directories:
1633 --bindir=DIR user executables [EPREFIX/bin]
1634 --sbindir=DIR system admin executables [EPREFIX/sbin]
1635 --libexecdir=DIR program executables [EPREFIX/libexec]
1636 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1637 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1638 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1639 --libdir=DIR object code libraries [EPREFIX/lib]
1640 --includedir=DIR C header files [PREFIX/include]
1641 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1642 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1643 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1644 --infodir=DIR info documentation [DATAROOTDIR/info]
1645 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1646 --mandir=DIR man documentation [DATAROOTDIR/man]
1647 --docdir=DIR documentation root [DATAROOTDIR/doc/wxwidgets]
1648 --htmldir=DIR html documentation [DOCDIR]
1649 --dvidir=DIR dvi documentation [DOCDIR]
1650 --pdfdir=DIR pdf documentation [DOCDIR]
1651 --psdir=DIR ps documentation [DOCDIR]
1652 _ACEOF
1653
1654 cat <<\_ACEOF
1655
1656 X features:
1657 --x-includes=DIR X include files are in DIR
1658 --x-libraries=DIR X library files are in DIR
1659
1660 System types:
1661 --build=BUILD configure for building on BUILD [guessed]
1662 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1663 _ACEOF
1664 fi
1665
1666 if test -n "$ac_init_help"; then
1667 case $ac_init_help in
1668 short | recursive ) echo "Configuration of wxWidgets 2.9.2:";;
1669 esac
1670 cat <<\_ACEOF
1671
1672 Optional Features:
1673 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1674 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1675 --disable-gui don't build GUI parts of the library
1676 --enable-monolithic build wxWidgets as single library
1677 --enable-plugins build parts of wxWidgets as loadable components
1678 --enable-official_build official build of wxWidgets (win32 DLL only)
1679 --enable-vendor=VENDOR vendor name (win32 DLL only)
1680 --disable-all-features disable all optional features to build minimal library
1681 --enable-universal use wxWidgets GUI controls instead of native ones
1682 --enable-nanox use NanoX
1683 --disable-gtk2 use GTK+ 1.2 instead of 2.0
1684 --enable-gpe use GNOME PDA Environment features if possible
1685 --enable-debug build library for debugging
1686 --disable-debug_flag disable all debugging support
1687 --enable-debug_info generate debug information
1688 --enable-debug_gdb create code with extra GDB debugging information
1689 --enable-debug_cntxt obsolete, don't use: use wxDebugContext
1690 --enable-mem_tracing obsolete, don't use: create code with memory tracing
1691 --disable-shared create static library instead of shared
1692 --enable-stl use STL for containers
1693 --enable-std_iostreams use standard C++ stream classes
1694 --enable-std_string use standard C++ string classes
1695 --disable-unicode compile without Unicode support
1696 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
1697 --enable-utf8 use UTF-8 representation for strings (Unix only)
1698 --enable-utf8only only support UTF-8 locales in UTF-8 build (Unix only)
1699 --enable-extended_rtti use extended RTTI (XTI)
1700 --enable-omf use OMF object format
1701 --disable-optimise compile without optimisations
1702 --enable-profile create code with profiling information
1703 --enable-no_rtti create code without RTTI information
1704 --enable-no_exceptions create code without C++ exceptions handling
1705 --enable-permissive compile code disregarding strict ANSI
1706 --enable-no_deps create code without dependency information
1707 --disable-vararg_macros don't use vararg macros, even if they are supported
1708 --enable-universal_binary create Mac PowerPC and Intel Universal binary
1709 --enable-compat26 enable wxWidgets 2.6 compatibility
1710 --disable-compat28 disable wxWidgets 2.8 compatibility
1711 --disable-rpath disable use of rpath for uninstalled builds
1712 --enable-objc_uniquifying enable Objective-C class name uniquifying
1713 --disable-visibility disable use of ELF symbols visibility even if supported
1714 --disable-tls disable use of compiler TLS support
1715 --enable-intl use internationalization system
1716 --enable-xlocale use x-locale support (requires wxLocale)
1717 --enable-config use wxConfig (and derived) classes
1718 --enable-protocols use wxProtocol and derived classes
1719 --enable-ftp use wxFTP (requires wxProtocol
1720 --enable-http use wxHTTP (requires wxProtocol
1721 --enable-fileproto use wxFileProto class (requires wxProtocol
1722 --enable-sockets use socket/network classes
1723 --enable-ipv6 enable IPv6 support in wxSocket
1724 --enable-ole use OLE classes (Win32 only)
1725 --enable-dataobj use data object classes
1726 --enable-ipc use interprocess communication (wxSocket etc.)
1727 --enable-baseevtloop use event loop in console programs too
1728 --enable-epollloop use wxEpollDispatcher class (Linux only)
1729 --enable-selectloop use wxSelectDispatcher class
1730 --enable-any use wxAny class
1731 --enable-apple_ieee use the Apple IEEE codec
1732 --enable-arcstream use wxArchive streams
1733 --enable-base64 use base64 encoding/decoding functions
1734 --enable-backtrace use wxStackWalker class for getting backtraces
1735 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
1736 --enable-cmdline use wxCmdLineParser class
1737 --enable-datetime use wxDateTime class
1738 --enable-debugreport use wxDebugReport class
1739 --enable-dialupman use dialup network classes
1740 --enable-dynlib use wxLibrary class for DLL loading
1741 --enable-dynamicloader use (new) wxDynamicLibrary class
1742 --enable-exceptions build exception-safe library
1743 --enable-ffile use wxFFile class
1744 --enable-file use wxFile class
1745 --enable-filehistory use wxFileHistory class
1746 --enable-filesystem use virtual file systems classes
1747 --enable-fontenum use wxFontEnumerator class
1748 --enable-fontmap use font encodings conversion classes
1749 --enable-fs_archive use virtual archive filesystems
1750 --enable-fs_inet use virtual HTTP/FTP filesystems
1751 --enable-fs_zip now replaced by fs_archive
1752 --enable-fswatcher use wxFileSystemWatcher class
1753 --enable-geometry use geometry class
1754 --enable-log use logging system
1755 --enable-longlong use wxLongLong class
1756 --enable-mimetype use wxMimeTypesManager
1757 --enable-printfposparam use wxVsnprintf() which supports positional parameters
1758 --enable-snglinst use wxSingleInstanceChecker class
1759 --enable-sound use wxSound class
1760 --enable-stdpaths use wxStandardPaths class
1761 --enable-stopwatch use wxStopWatch class
1762 --enable-streams use wxStream etc classes
1763 --enable-sysoptions use wxSystemOptions
1764 --enable-tarstream use wxTar streams
1765 --enable-textbuf use wxTextBuffer class
1766 --enable-textfile use wxTextFile class
1767 --enable-timer use wxTimer class
1768 --enable-variant use wxVariant class
1769 --enable-zipstream use wxZip streams
1770 --enable-url use wxURL class
1771 --enable-protocol use wxProtocol class
1772 --enable-protocol-http HTTP support in wxProtocol
1773 --enable-protocol-ftp FTP support in wxProtocol
1774 --enable-protocol-file FILE support in wxProtocol
1775 --enable-threads use threads
1776 --enable-iniconf use wxIniConfig (Win32 only)
1777 --enable-regkey use wxRegKey class (Win32 only)
1778 --enable-docview use document view architecture
1779 --enable-help use help subsystem
1780 --enable-mshtmlhelp use MS HTML Help (win32)
1781 --enable-html use wxHTML sub-library
1782 --enable-htmlhelp use wxHTML-based help
1783 --enable-xrc use XRC resources sub-library
1784 --enable-aui use AUI docking library
1785 --enable-propgrid use wxPropertyGrid library
1786 --enable-ribbon use wxRibbon library
1787 --enable-stc use wxStyledTextCtrl library
1788 --enable-constraints use layout-constraints system
1789 --enable-loggui use standard GUI logger
1790 --enable-logwin use wxLogWindow
1791 --enable-logdialog use wxLogDialog
1792 --enable-mdi use multiple document interface architecture
1793 --enable-mdidoc use docview architecture with MDI
1794 --enable-mediactrl use wxMediaCtrl class
1795 --enable-gstreamer8 force GStreamer 0.8 instead of 0.10 with the wxMediaCtrl class on unix
1796 --enable-webkit use wxWebKitCtrl (Mac)
1797 --enable-richtext use wxRichTextCtrl
1798 --enable-postscript use wxPostscriptDC device context (default for gtk+)
1799 --enable-printarch use printing architecture
1800 --enable-svg use wxSVGFileDC device context
1801 --enable-graphics_ctx use graphics context 2D drawing API
1802 --enable-clipboard use wxClipboard class
1803 --enable-dnd use Drag'n'Drop classes
1804 --enable-metafile use win32 metafiles
1805 --disable-controls disable compilation of all standard controls
1806 --enable-accel use accelerators
1807 --enable-animatectrl use wxAnimationCtrl class
1808 --enable-bmpbutton use wxBitmapButton class
1809 --enable-bmpcombobox use wxBitmapComboBox class
1810 --enable-button use wxButton class
1811 --enable-calendar use wxCalendarCtrl class
1812 --enable-caret use wxCaret class
1813 --enable-checkbox use wxCheckBox class
1814 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
1815 --enable-choice use wxChoice class
1816 --enable-choicebook use wxChoicebook class
1817 --enable-collpane use wxCollapsiblePane class
1818 --enable-colourpicker use wxColourPickerCtrl class
1819 --enable-combobox use wxComboBox class
1820 --enable-comboctrl use wxComboCtrl class
1821 --enable-dataviewctrl use wxDataViewCtrl class
1822 --enable-datepick use wxDatePickerCtrl class
1823 --enable-detect_sm use code to detect X11 session manager
1824 --enable-dirpicker use wxDirPickerCtrl class
1825 --enable-display use wxDisplay class
1826 --enable-editablebox use wxEditableListBox class
1827 --enable-filectrl use wxFileCtrl class
1828 --enable-filepicker use wxFilePickerCtrl class
1829 --enable-fontpicker use wxFontPickerCtrl class
1830 --enable-gauge use wxGauge class
1831 --enable-grid use wxGrid class
1832 --enable-headerctrl use wxHeaderCtrl class
1833 --enable-hyperlink use wxHyperlinkCtrl class
1834 --enable-imaglist use wxImageList class
1835 --enable-infobar use wxInfoBar class
1836 --enable-listbook use wxListbook class
1837 --enable-listbox use wxListBox class
1838 --enable-listctrl use wxListCtrl class
1839 --enable-notebook use wxNotebook class
1840 --enable-notifmsg use wxNotificationMessage class
1841 --enable-odcombobox use wxOwnerDrawnComboBox class
1842 --enable-popupwin use wxPopUpWindow class
1843 --enable-radiobox use wxRadioBox class
1844 --enable-radiobtn use wxRadioButton class
1845 --enable-rearrangectrl use wxRearrangeList/Ctrl/Dialog
1846 --enable-sash use wxSashWindow class
1847 --enable-scrollbar use wxScrollBar class and scrollable windows
1848 --enable-searchctrl use wxSearchCtrl class
1849 --enable-slider use wxSlider class
1850 --enable-spinbtn use wxSpinButton class
1851 --enable-spinctrl use wxSpinCtrl class
1852 --enable-splitter use wxSplitterWindow class
1853 --enable-statbmp use wxStaticBitmap class
1854 --enable-statbox use wxStaticBox class
1855 --enable-statline use wxStaticLine class
1856 --enable-stattext use wxStaticText class
1857 --enable-statusbar use wxStatusBar class
1858 --enable-taskbaricon use wxTaskBarIcon class
1859 --enable-tbarnative use native wxToolBar class
1860 --enable-textctrl use wxTextCtrl class
1861 --enable-tipwindow use wxTipWindow class
1862 --enable-togglebtn use wxToggleButton class
1863 --enable-toolbar use wxToolBar class
1864 --enable-toolbook use wxToolbook class
1865 --enable-treebook use wxTreebook class
1866 --enable-treectrl use wxTreeCtrl class
1867 --enable-commondlg use all common dialogs
1868 --enable-aboutdlg use wxAboutBox
1869 --enable-choicedlg use wxChoiceDialog
1870 --enable-coldlg use wxColourDialog
1871 --enable-filedlg use wxFileDialog
1872 --enable-finddlg use wxFindReplaceDialog
1873 --enable-fontdlg use wxFontDialog
1874 --enable-dirdlg use wxDirDialog
1875 --enable-msgdlg use wxMessageDialog
1876 --enable-numberdlg use wxNumberEntryDialog
1877 --enable-splash use wxSplashScreen
1878 --enable-textdlg use wxTextDialog
1879 --enable-tipdlg use startup tips
1880 --enable-progressdlg use wxProgressDialog
1881 --enable-wizarddlg use wxWizard
1882 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1883 --enable-miniframe use wxMiniFrame class
1884 --enable-tooltips use wxToolTip class
1885 --enable-splines use spline drawing code
1886 --enable-mousewheel use mousewheel
1887 --enable-validators use wxValidator and derived classes
1888 --enable-busyinfo use wxBusyInfo
1889 --enable-joystick use wxJoystick
1890 --enable-metafiles use wxMetaFile (Win32 only)
1891 --enable-dragimage use wxDragImage
1892 --enable-accessibility enable accessibility support
1893 --enable-uiactionsim use wxUIActionSimulator (experimental)
1894 --enable-palette use wxPalette class
1895 --enable-image use wxImage class
1896 --enable-gif use gif images (GIF file format)
1897 --enable-pcx use pcx images (PCX file format)
1898 --enable-tga use tga images (TGA file format)
1899 --enable-iff use iff images (IFF file format)
1900 --enable-pnm use pnm images (PNM file format)
1901 --enable-xpm use xpm images (XPM file format)
1902 --enable-ico_cur use Windows ICO and CUR formats
1903 --enable-dccache cache temporary wxDC objects (Win32 only)
1904 --enable-ps-in-msw use PS printing in wxMSW (Win32 only)
1905 --enable-ownerdrawn use owner drawn controls (Win32 and OS/2 only)
1906 --enable-uxtheme enable support for Windows XP themed look (Win32 only)
1907 --enable-wxdib use wxDIB class (Win32 only)
1908 --enable-autoidman use automatic ids management
1909 --disable-largefile omit support for large files
1910 --disable-gtktest do not try to compile and run a test GTK+ program
1911 --disable-gtktest Do not try to compile and run a test GTK program
1912 --disable-sdltest Do not try to compile and run a test SDL program
1913 --enable-omf use OMF object format (OS/2)
1914 --disable-dependency-tracking
1915 don't use dependency tracking even if the compiler
1916 can
1917 --disable-precomp-headers
1918 don't use precompiled headers even if compiler can
1919
1920 Optional Packages:
1921 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1922 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1923 --without-subdirs don't generate makefiles for samples/demos/...
1924 --with-flavour=NAME specify a name to identify this build
1925 --with-themes=all|list use only the specified comma-separated list of wxUniversal themes
1926 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1927 --with-motif use Motif/Lesstif
1928 --with-osx_carbon use Mac OS X (Carbon)
1929 --with-osx_cocoa use Mac OS X (Cocoa)
1930 --with-osx_iphone use iPhone OS X port
1931 --with-osx use Mac OS X (default port, currently Carbon)
1932 --with-carbon same as --with-osx_carbon
1933 --with-cocoa same as --with-osx_cocoa
1934 --with-iphone same as --with-osx_iphone
1935 --with-mac same as --with-osx
1936 --with-old_cocoa use old, deprecated, Cocoa port
1937 --with-wine use Wine
1938 --with-msw use MS-Windows
1939 --with-pm use OS/2 Presentation Manager
1940 --with-mgl use SciTech MGL
1941 --with-directfb use DirectFB
1942 --with-microwin use MicroWindows
1943 --with-x11 use X11
1944 --with-libpng use libpng (PNG image format)
1945 --with-libjpeg use libjpeg (JPEG file format)
1946 --with-libtiff use libtiff (TIFF file format)
1947 --with-libxpm use libxpm (XPM file format)
1948 --with-libiconv use libiconv (character conversion)
1949 --with-libmspack use libmspack (CHM help files loading)
1950 --without-gtkprint don't use GTK printing support
1951 --without-gnomeprint don't use GNOME printing libraries
1952 --with-gnomevfs use GNOME VFS for associating MIME types
1953 --with-hildon use Hildon framework for Nokia 770/800/810
1954 --with-opengl use OpenGL (or Mesa)
1955 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1956 --with-sdl use SDL for audio on Unix
1957 --with-regex enable support for wxRegEx class
1958 --with-zlib use zlib for LZW compression
1959 --with-expat enable XML support using expat parser
1960 --with-macosx-sdk=PATH use an OS X SDK at PATH
1961 --with-macosx-version-min=VER build binaries which require at least this OS X version
1962 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1963 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1964 --with-x use the X Window System
1965 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1966 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1967 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1968 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1969 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1970
1971 Some influential environment variables:
1972 CC C compiler command
1973 CFLAGS C compiler flags
1974 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1975 nonstandard directory <lib dir>
1976 LIBS libraries to pass to the linker, e.g. -l<library>
1977 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1978 you have headers in a nonstandard directory <include dir>
1979 CPP C preprocessor
1980 CXX C++ compiler command
1981 CXXFLAGS C++ compiler flags
1982 CXXCPP C++ preprocessor
1983 PKG_CONFIG path to pkg-config utility
1984 DIRECTFB_CFLAGS
1985 C compiler flags for DIRECTFB, overriding pkg-config
1986 DIRECTFB_LIBS
1987 linker flags for DIRECTFB, overriding pkg-config
1988 XMKMF Path to xmkmf, Makefile generator for X Window System
1989 PANGOX_CFLAGS
1990 C compiler flags for PANGOX, overriding pkg-config
1991 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
1992 PANGOFT2_CFLAGS
1993 C compiler flags for PANGOFT2, overriding pkg-config
1994 PANGOFT2_LIBS
1995 linker flags for PANGOFT2, overriding pkg-config
1996 PANGOXFT_CFLAGS
1997 C compiler flags for PANGOXFT, overriding pkg-config
1998 PANGOXFT_LIBS
1999 linker flags for PANGOXFT, overriding pkg-config
2000 GTKPRINT_CFLAGS
2001 C compiler flags for GTKPRINT, overriding pkg-config
2002 GTKPRINT_LIBS
2003 linker flags for GTKPRINT, overriding pkg-config
2004 LIBGNOMEPRINTUI_CFLAGS
2005 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
2006 LIBGNOMEPRINTUI_LIBS
2007 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
2008 GNOMEVFS_CFLAGS
2009 C compiler flags for GNOMEVFS, overriding pkg-config
2010 GNOMEVFS_LIBS
2011 linker flags for GNOMEVFS, overriding pkg-config
2012 HILDON_CFLAGS
2013 C compiler flags for HILDON, overriding pkg-config
2014 HILDON_LIBS linker flags for HILDON, overriding pkg-config
2015 HILDON2_CFLAGS
2016 C compiler flags for HILDON2, overriding pkg-config
2017 HILDON2_LIBS
2018 linker flags for HILDON2, overriding pkg-config
2019 CAIRO_CFLAGS
2020 C compiler flags for CAIRO, overriding pkg-config
2021 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
2022 GST_CFLAGS C compiler flags for GST, overriding pkg-config
2023 GST_LIBS linker flags for GST, overriding pkg-config
2024
2025 Use these variables to override the choices made by `configure' or to help
2026 it to find libraries and programs with nonstandard names/locations.
2027
2028 Report bugs to <wx-dev@lists.wxwidgets.org>.
2029 _ACEOF
2030 ac_status=$?
2031 fi
2032
2033 if test "$ac_init_help" = "recursive"; then
2034 # If there are subdirs, report their specific --help.
2035 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2036 test -d "$ac_dir" || continue
2037 ac_builddir=.
2038
2039 case "$ac_dir" in
2040 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2041 *)
2042 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2043 # A ".." for each directory in $ac_dir_suffix.
2044 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
2045 case $ac_top_builddir_sub in
2046 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2047 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2048 esac ;;
2049 esac
2050 ac_abs_top_builddir=$ac_pwd
2051 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2052 # for backward compatibility:
2053 ac_top_builddir=$ac_top_build_prefix
2054
2055 case $srcdir in
2056 .) # We are building in place.
2057 ac_srcdir=.
2058 ac_top_srcdir=$ac_top_builddir_sub
2059 ac_abs_top_srcdir=$ac_pwd ;;
2060 [\\/]* | ?:[\\/]* ) # Absolute name.
2061 ac_srcdir=$srcdir$ac_dir_suffix;
2062 ac_top_srcdir=$srcdir
2063 ac_abs_top_srcdir=$srcdir ;;
2064 *) # Relative name.
2065 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2066 ac_top_srcdir=$ac_top_build_prefix$srcdir
2067 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2068 esac
2069 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2070
2071 cd "$ac_dir" || { ac_status=$?; continue; }
2072 # Check for guested configure.
2073 if test -f "$ac_srcdir/configure.gnu"; then
2074 echo &&
2075 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2076 elif test -f "$ac_srcdir/configure"; then
2077 echo &&
2078 $SHELL "$ac_srcdir/configure" --help=recursive
2079 else
2080 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2081 fi || ac_status=$?
2082 cd "$ac_pwd" || { ac_status=$?; break; }
2083 done
2084 fi
2085
2086 test -n "$ac_init_help" && exit $ac_status
2087 if $ac_init_version; then
2088 cat <<\_ACEOF
2089 wxWidgets configure 2.9.2
2090 generated by GNU Autoconf 2.61
2091
2092 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2093 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2094 This configure script is free software; the Free Software Foundation
2095 gives unlimited permission to copy, distribute and modify it.
2096 _ACEOF
2097 exit
2098 fi
2099 cat >config.log <<_ACEOF
2100 This file contains any messages produced by compilers while
2101 running configure, to aid debugging if configure makes a mistake.
2102
2103 It was created by wxWidgets $as_me 2.9.2, which was
2104 generated by GNU Autoconf 2.61. Invocation command line was
2105
2106 $ $0 $@
2107
2108 _ACEOF
2109 exec 5>>config.log
2110 {
2111 cat <<_ASUNAME
2112 ## --------- ##
2113 ## Platform. ##
2114 ## --------- ##
2115
2116 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2117 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2118 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2119 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2120 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2121
2122 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2123 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2124
2125 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2126 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2127 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2128 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2129 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2130 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2131 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2132
2133 _ASUNAME
2134
2135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2136 for as_dir in $PATH
2137 do
2138 IFS=$as_save_IFS
2139 test -z "$as_dir" && as_dir=.
2140 echo "PATH: $as_dir"
2141 done
2142 IFS=$as_save_IFS
2143
2144 } >&5
2145
2146 cat >&5 <<_ACEOF
2147
2148
2149 ## ----------- ##
2150 ## Core tests. ##
2151 ## ----------- ##
2152
2153 _ACEOF
2154
2155
2156 # Keep a trace of the command line.
2157 # Strip out --no-create and --no-recursion so they do not pile up.
2158 # Strip out --silent because we don't want to record it for future runs.
2159 # Also quote any args containing shell meta-characters.
2160 # Make two passes to allow for proper duplicate-argument suppression.
2161 ac_configure_args=
2162 ac_configure_args0=
2163 ac_configure_args1=
2164 ac_must_keep_next=false
2165 for ac_pass in 1 2
2166 do
2167 for ac_arg
2168 do
2169 case $ac_arg in
2170 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2171 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2172 | -silent | --silent | --silen | --sile | --sil)
2173 continue ;;
2174 *\'*)
2175 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2176 esac
2177 case $ac_pass in
2178 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2179 2)
2180 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
2181 if test $ac_must_keep_next = true; then
2182 ac_must_keep_next=false # Got value, back to normal.
2183 else
2184 case $ac_arg in
2185 *=* | --config-cache | -C | -disable-* | --disable-* \
2186 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2187 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2188 | -with-* | --with-* | -without-* | --without-* | --x)
2189 case "$ac_configure_args0 " in
2190 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2191 esac
2192 ;;
2193 -* ) ac_must_keep_next=true ;;
2194 esac
2195 fi
2196 ac_configure_args="$ac_configure_args '$ac_arg'"
2197 ;;
2198 esac
2199 done
2200 done
2201 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
2202 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
2203
2204 # When interrupted or exit'd, cleanup temporary files, and complete
2205 # config.log. We remove comments because anyway the quotes in there
2206 # would cause problems or look ugly.
2207 # WARNING: Use '\'' to represent an apostrophe within the trap.
2208 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2209 trap 'exit_status=$?
2210 # Save into config.log some information that might help in debugging.
2211 {
2212 echo
2213
2214 cat <<\_ASBOX
2215 ## ---------------- ##
2216 ## Cache variables. ##
2217 ## ---------------- ##
2218 _ASBOX
2219 echo
2220 # The following way of writing the cache mishandles newlines in values,
2221 (
2222 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2223 eval ac_val=\$$ac_var
2224 case $ac_val in #(
2225 *${as_nl}*)
2226 case $ac_var in #(
2227 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2228 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2229 esac
2230 case $ac_var in #(
2231 _ | IFS | as_nl) ;; #(
2232 *) $as_unset $ac_var ;;
2233 esac ;;
2234 esac
2235 done
2236 (set) 2>&1 |
2237 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2238 *${as_nl}ac_space=\ *)
2239 sed -n \
2240 "s/'\''/'\''\\\\'\'''\''/g;
2241 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2242 ;; #(
2243 *)
2244 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2245 ;;
2246 esac |
2247 sort
2248 )
2249 echo
2250
2251 cat <<\_ASBOX
2252 ## ----------------- ##
2253 ## Output variables. ##
2254 ## ----------------- ##
2255 _ASBOX
2256 echo
2257 for ac_var in $ac_subst_vars
2258 do
2259 eval ac_val=\$$ac_var
2260 case $ac_val in
2261 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2262 esac
2263 echo "$ac_var='\''$ac_val'\''"
2264 done | sort
2265 echo
2266
2267 if test -n "$ac_subst_files"; then
2268 cat <<\_ASBOX
2269 ## ------------------- ##
2270 ## File substitutions. ##
2271 ## ------------------- ##
2272 _ASBOX
2273 echo
2274 for ac_var in $ac_subst_files
2275 do
2276 eval ac_val=\$$ac_var
2277 case $ac_val in
2278 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2279 esac
2280 echo "$ac_var='\''$ac_val'\''"
2281 done | sort
2282 echo
2283 fi
2284
2285 if test -s confdefs.h; then
2286 cat <<\_ASBOX
2287 ## ----------- ##
2288 ## confdefs.h. ##
2289 ## ----------- ##
2290 _ASBOX
2291 echo
2292 cat confdefs.h
2293 echo
2294 fi
2295 test "$ac_signal" != 0 &&
2296 echo "$as_me: caught signal $ac_signal"
2297 echo "$as_me: exit $exit_status"
2298 } >&5
2299 rm -f core *.core core.conftest.* &&
2300 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2301 exit $exit_status
2302 ' 0
2303 for ac_signal in 1 2 13 15; do
2304 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2305 done
2306 ac_signal=0
2307
2308 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2309 rm -f -r conftest* confdefs.h
2310
2311 # Predefined preprocessor variables.
2312
2313 cat >>confdefs.h <<_ACEOF
2314 #define PACKAGE_NAME "$PACKAGE_NAME"
2315 _ACEOF
2316
2317
2318 cat >>confdefs.h <<_ACEOF
2319 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2320 _ACEOF
2321
2322
2323 cat >>confdefs.h <<_ACEOF
2324 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2325 _ACEOF
2326
2327
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_STRING "$PACKAGE_STRING"
2330 _ACEOF
2331
2332
2333 cat >>confdefs.h <<_ACEOF
2334 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2335 _ACEOF
2336
2337
2338 # Let the site file select an alternate cache file if it wants to.
2339 # Prefer explicitly selected file to automatically selected ones.
2340 if test -n "$CONFIG_SITE"; then
2341 set x "$CONFIG_SITE"
2342 elif test "x$prefix" != xNONE; then
2343 set x "$prefix/share/config.site" "$prefix/etc/config.site"
2344 else
2345 set x "$ac_default_prefix/share/config.site" \
2346 "$ac_default_prefix/etc/config.site"
2347 fi
2348 shift
2349 for ac_site_file
2350 do
2351 if test -r "$ac_site_file"; then
2352 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2353 echo "$as_me: loading site script $ac_site_file" >&6;}
2354 sed 's/^/| /' "$ac_site_file" >&5
2355 . "$ac_site_file"
2356 fi
2357 done
2358
2359 if test -r "$cache_file"; then
2360 # Some versions of bash will fail to source /dev/null (special
2361 # files actually), so we avoid doing that.
2362 if test -f "$cache_file"; then
2363 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2364 echo "$as_me: loading cache $cache_file" >&6;}
2365 case $cache_file in
2366 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2367 *) . "./$cache_file";;
2368 esac
2369 fi
2370 else
2371 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2372 echo "$as_me: creating cache $cache_file" >&6;}
2373 >$cache_file
2374 fi
2375
2376 # Check that the precious variables saved in the cache have kept the same
2377 # value.
2378 ac_cache_corrupted=false
2379 for ac_var in $ac_precious_vars; do
2380 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2381 eval ac_new_set=\$ac_env_${ac_var}_set
2382 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2383 eval ac_new_val=\$ac_env_${ac_var}_value
2384 case $ac_old_set,$ac_new_set in
2385 set,)
2386 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2387 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2388 ac_cache_corrupted=: ;;
2389 ,set)
2390 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2391 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2392 ac_cache_corrupted=: ;;
2393 ,);;
2394 *)
2395 if test "x$ac_old_val" != "x$ac_new_val"; then
2396 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2397 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2398 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
2399 echo "$as_me: former value: $ac_old_val" >&2;}
2400 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
2401 echo "$as_me: current value: $ac_new_val" >&2;}
2402 ac_cache_corrupted=:
2403 fi;;
2404 esac
2405 # Pass precious variables to config.status.
2406 if test "$ac_new_set" = set; then
2407 case $ac_new_val in
2408 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2409 *) ac_arg=$ac_var=$ac_new_val ;;
2410 esac
2411 case " $ac_configure_args " in
2412 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2413 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2414 esac
2415 fi
2416 done
2417 if $ac_cache_corrupted; then
2418 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2419 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2420 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2421 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2422 { (exit 1); exit 1; }; }
2423 fi
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449 ac_ext=c
2450 ac_cpp='$CPP $CPPFLAGS'
2451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2454
2455
2456
2457
2458
2459 ac_aux_dir=
2460 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2461 if test -f "$ac_dir/install-sh"; then
2462 ac_aux_dir=$ac_dir
2463 ac_install_sh="$ac_aux_dir/install-sh -c"
2464 break
2465 elif test -f "$ac_dir/install.sh"; then
2466 ac_aux_dir=$ac_dir
2467 ac_install_sh="$ac_aux_dir/install.sh -c"
2468 break
2469 elif test -f "$ac_dir/shtool"; then
2470 ac_aux_dir=$ac_dir
2471 ac_install_sh="$ac_aux_dir/shtool install -c"
2472 break
2473 fi
2474 done
2475 if test -z "$ac_aux_dir"; then
2476 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2477 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2478 { (exit 1); exit 1; }; }
2479 fi
2480
2481 # These three variables are undocumented and unsupported,
2482 # and are intended to be withdrawn in a future Autoconf release.
2483 # They can cause serious problems if a builder's source tree is in a directory
2484 # whose full name contains unusual characters.
2485 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2486 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2487 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2488
2489
2490 # Make sure we can run config.sub.
2491 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2492 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2493 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2494 { (exit 1); exit 1; }; }
2495
2496 { echo "$as_me:$LINENO: checking build system type" >&5
2497 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2498 if test "${ac_cv_build+set}" = set; then
2499 echo $ECHO_N "(cached) $ECHO_C" >&6
2500 else
2501 ac_build_alias=$build_alias
2502 test "x$ac_build_alias" = x &&
2503 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2504 test "x$ac_build_alias" = x &&
2505 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2506 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2507 { (exit 1); exit 1; }; }
2508 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2509 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2510 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2511 { (exit 1); exit 1; }; }
2512
2513 fi
2514 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2515 echo "${ECHO_T}$ac_cv_build" >&6; }
2516 case $ac_cv_build in
2517 *-*-*) ;;
2518 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2519 echo "$as_me: error: invalid value of canonical build" >&2;}
2520 { (exit 1); exit 1; }; };;
2521 esac
2522 build=$ac_cv_build
2523 ac_save_IFS=$IFS; IFS='-'
2524 set x $ac_cv_build
2525 shift
2526 build_cpu=$1
2527 build_vendor=$2
2528 shift; shift
2529 # Remember, the first character of IFS is used to create $*,
2530 # except with old shells:
2531 build_os=$*
2532 IFS=$ac_save_IFS
2533 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2534
2535
2536 { echo "$as_me:$LINENO: checking host system type" >&5
2537 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2538 if test "${ac_cv_host+set}" = set; then
2539 echo $ECHO_N "(cached) $ECHO_C" >&6
2540 else
2541 if test "x$host_alias" = x; then
2542 ac_cv_host=$ac_cv_build
2543 else
2544 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2545 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2546 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2547 { (exit 1); exit 1; }; }
2548 fi
2549
2550 fi
2551 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2552 echo "${ECHO_T}$ac_cv_host" >&6; }
2553 case $ac_cv_host in
2554 *-*-*) ;;
2555 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2556 echo "$as_me: error: invalid value of canonical host" >&2;}
2557 { (exit 1); exit 1; }; };;
2558 esac
2559 host=$ac_cv_host
2560 ac_save_IFS=$IFS; IFS='-'
2561 set x $ac_cv_host
2562 shift
2563 host_cpu=$1
2564 host_vendor=$2
2565 shift; shift
2566 # Remember, the first character of IFS is used to create $*,
2567 # except with old shells:
2568 host_os=$*
2569 IFS=$ac_save_IFS
2570 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2571
2572
2573
2574 if test "$cross_compiling" != "no"; then
2575 HOST_PREFIX="${host_alias}-"
2576 HOST_SUFFIX="-$host_alias"
2577 else
2578 HOST_PREFIX=
2579 HOST_SUFFIX=
2580 fi
2581
2582
2583 wx_major_version_number=2
2584 wx_minor_version_number=9
2585 wx_release_number=2
2586 wx_subrelease_number=0
2587
2588 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
2589 WX_VERSION=$WX_RELEASE.$wx_release_number
2590 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
2591
2592 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
2593
2594
2595 wx_top_builddir="`pwd`"
2596
2597
2598
2599
2600 USE_UNIX=1
2601 USE_OS2=0
2602 USE_WIN32=0
2603 USE_DOS=0
2604 USE_BEOS=0
2605 USE_MAC=0
2606
2607 USE_AIX=
2608 USE_BSD= USE_DARWIN= USE_FREEBSD=
2609 USE_GNU= USE_HPUX=
2610 USE_LINUX=
2611 USE_NETBSD=
2612 USE_OPENBSD=
2613 USE_OSF= USE_SGI=
2614 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
2615 USE_ULTRIX=
2616 USE_UNIXWARE=
2617
2618 USE_ALPHA=
2619
2620 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
2621
2622 ALL_TOOLKITS="COCOA GTK OSX_CARBON OSX_COCOA OSX_IPHONE MGL MICROWIN MOTIF MSW PM X11 DFB"
2623
2624 DEFAULT_wxUSE_OLD_COCOA=0
2625 DEFAULT_wxUSE_GTK=0
2626 DEFAULT_wxUSE_OSX_CARBON=0
2627 DEFAULT_wxUSE_OSX_COCOA=0
2628 DEFAULT_wxUSE_OSX_IPHONE=0
2629 DEFAULT_wxUSE_MGL=0
2630 DEFAULT_wxUSE_MICROWIN=0
2631 DEFAULT_wxUSE_MOTIF=0
2632 DEFAULT_wxUSE_MSW=0
2633 DEFAULT_wxUSE_PM=0
2634 DEFAULT_wxUSE_X11=0
2635 DEFAULT_wxUSE_DFB=0
2636
2637 DEFAULT_DEFAULT_wxUSE_OLD_COCOA=0
2638 DEFAULT_DEFAULT_wxUSE_GTK=0
2639 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=0
2640 DEFAULT_DEFAULT_wxUSE_OSX_COCOA=0
2641 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE=0
2642 DEFAULT_DEFAULT_wxUSE_MGL=0
2643 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
2644 DEFAULT_DEFAULT_wxUSE_MOTIF=0
2645 DEFAULT_DEFAULT_wxUSE_MSW=0
2646 DEFAULT_DEFAULT_wxUSE_PM=0
2647 DEFAULT_DEFAULT_wxUSE_X11=0
2648 DEFAULT_DEFAULT_wxUSE_DFB=0
2649
2650 PROGRAM_EXT=
2651 SAMPLES_RPATH_FLAG=
2652 DYLIB_RPATH_INSTALL=
2653 DYLIB_RPATH_POSTLINK=
2654
2655 DEFAULT_STD_FLAG=yes
2656
2657 case "${host}" in
2658 *-hp-hpux* )
2659 USE_HPUX=1
2660 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2661 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2662 cat >>confdefs.h <<\_ACEOF
2663 #define __HPUX__ 1
2664 _ACEOF
2665
2666
2667 CPPFLAGS="-D_HPUX_SOURCE $CPPFLAGS"
2668 ;;
2669 *-*-linux* )
2670 USE_LINUX=1
2671 cat >>confdefs.h <<\_ACEOF
2672 #define __LINUX__ 1
2673 _ACEOF
2674
2675 TMP=`uname -m`
2676 if test "x$TMP" = "xalpha"; then
2677 USE_ALPHA=1
2678 cat >>confdefs.h <<\_ACEOF
2679 #define __ALPHA__ 1
2680 _ACEOF
2681
2682 fi
2683 DEFAULT_DEFAULT_wxUSE_GTK=1
2684 ;;
2685 *-*-gnu* | *-*-k*bsd*-gnu )
2686 USE_GNU=1
2687 TMP=`uname -m`
2688 if test "x$TMP" = "xalpha"; then
2689 USE_ALPHA=1
2690 cat >>confdefs.h <<\_ACEOF
2691 #define __ALPHA__ 1
2692 _ACEOF
2693
2694 fi
2695 DEFAULT_DEFAULT_wxUSE_GTK=1
2696 ;;
2697 *-*-irix5* | *-*-irix6* )
2698 USE_SGI=1
2699 USE_SVR4=1
2700 cat >>confdefs.h <<\_ACEOF
2701 #define __SGI__ 1
2702 _ACEOF
2703
2704 cat >>confdefs.h <<\_ACEOF
2705 #define __SVR4__ 1
2706 _ACEOF
2707
2708 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2709 ;;
2710 *-*-qnx*)
2711 USE_QNX=1
2712 cat >>confdefs.h <<\_ACEOF
2713 #define __QNX__ 1
2714 _ACEOF
2715
2716 DEFAULT_DEFAULT_wxUSE_X11=1
2717 ;;
2718 *-*-solaris2* )
2719 USE_SUN=1
2720 USE_SOLARIS=1
2721 USE_SVR4=1
2722 cat >>confdefs.h <<\_ACEOF
2723 #define __SUN__ 1
2724 _ACEOF
2725
2726 cat >>confdefs.h <<\_ACEOF
2727 #define __SOLARIS__ 1
2728 _ACEOF
2729
2730 cat >>confdefs.h <<\_ACEOF
2731 #define __SVR4__ 1
2732 _ACEOF
2733
2734 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2735 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2736 ;;
2737 *-*-sunos4* )
2738 USE_SUN=1
2739 USE_SUNOS=1
2740 USE_BSD=1
2741 cat >>confdefs.h <<\_ACEOF
2742 #define __SUN__ 1
2743 _ACEOF
2744
2745 cat >>confdefs.h <<\_ACEOF
2746 #define __SUNOS__ 1
2747 _ACEOF
2748
2749 cat >>confdefs.h <<\_ACEOF
2750 #define __BSD__ 1
2751 _ACEOF
2752
2753 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2754 ;;
2755 *-*-freebsd*)
2756 USE_BSD=1
2757 USE_FREEBSD=1
2758 cat >>confdefs.h <<\_ACEOF
2759 #define __FREEBSD__ 1
2760 _ACEOF
2761
2762 cat >>confdefs.h <<\_ACEOF
2763 #define __BSD__ 1
2764 _ACEOF
2765
2766 DEFAULT_DEFAULT_wxUSE_GTK=1
2767 ;;
2768 *-*-openbsd*|*-*-mirbsd*)
2769 USE_BSD=1
2770 USE_OPENBSD=1
2771 cat >>confdefs.h <<\_ACEOF
2772 #define __OPENBSD__ 1
2773 _ACEOF
2774
2775 cat >>confdefs.h <<\_ACEOF
2776 #define __BSD__ 1
2777 _ACEOF
2778
2779 DEFAULT_DEFAULT_wxUSE_GTK=1
2780 ;;
2781 *-*-netbsd*)
2782 USE_BSD=1
2783 USE_NETBSD=1
2784 cat >>confdefs.h <<\_ACEOF
2785 #define __NETBSD__ 1
2786 _ACEOF
2787
2788 cat >>confdefs.h <<\_ACEOF
2789 #define __BSD__ 1
2790 _ACEOF
2791
2792 DEFAULT_DEFAULT_wxUSE_GTK=1
2793 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2794
2795 CPPFLAGS="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
2796 ;;
2797 *-*-osf* )
2798 USE_ALPHA=1
2799 USE_OSF=1
2800 cat >>confdefs.h <<\_ACEOF
2801 #define __ALPHA__ 1
2802 _ACEOF
2803
2804 cat >>confdefs.h <<\_ACEOF
2805 #define __OSF__ 1
2806 _ACEOF
2807
2808 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2809 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2810 ;;
2811 *-*-dgux5* )
2812 USE_ALPHA=1
2813 USE_SVR4=1
2814 cat >>confdefs.h <<\_ACEOF
2815 #define __ALPHA__ 1
2816 _ACEOF
2817
2818 cat >>confdefs.h <<\_ACEOF
2819 #define __SVR4__ 1
2820 _ACEOF
2821
2822 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2823 ;;
2824 *-*-sysv5* )
2825 USE_SYSV=1
2826 USE_SVR4=1
2827 cat >>confdefs.h <<\_ACEOF
2828 #define __SYSV__ 1
2829 _ACEOF
2830
2831 cat >>confdefs.h <<\_ACEOF
2832 #define __SVR4__ 1
2833 _ACEOF
2834
2835 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2836 ;;
2837 *-*-aix* )
2838 USE_AIX=1
2839 USE_SYSV=1
2840 USE_SVR4=1
2841 cat >>confdefs.h <<\_ACEOF
2842 #define __AIX__ 1
2843 _ACEOF
2844
2845 cat >>confdefs.h <<\_ACEOF
2846 #define __SYSV__ 1
2847 _ACEOF
2848
2849 cat >>confdefs.h <<\_ACEOF
2850 #define __SVR4__ 1
2851 _ACEOF
2852
2853 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2854 ;;
2855
2856 *-*-*UnixWare*)
2857 USE_SYSV=1
2858 USE_SVR4=1
2859 USE_UNIXWARE=1
2860 cat >>confdefs.h <<\_ACEOF
2861 #define __UNIXWARE__ 1
2862 _ACEOF
2863
2864 ;;
2865
2866 *-*-cygwin* | *-*-mingw32* )
2867 PROGRAM_EXT=".exe"
2868 DEFAULT_DEFAULT_wxUSE_MSW=1
2869 ;;
2870
2871 *-pc-msdosdjgpp )
2872 USE_UNIX=0
2873 USE_DOS=1
2874 cat >>confdefs.h <<\_ACEOF
2875 #define __DOS__ 1
2876 _ACEOF
2877
2878 PROGRAM_EXT=".exe"
2879 DEFAULT_DEFAULT_wxUSE_MGL=1
2880 ;;
2881
2882 *-pc-os2_emx | *-pc-os2-emx )
2883 cat >>confdefs.h <<\_ACEOF
2884 #define __EMX__ 1
2885 _ACEOF
2886
2887 USE_OS2=1
2888 cat >>confdefs.h <<\_ACEOF
2889 #define __OS2__ 1
2890 _ACEOF
2891
2892 PROGRAM_EXT=".exe"
2893 DEFAULT_DEFAULT_wxUSE_PM=1
2894 CXX=gcc
2895 LDFLAGS="$LDFLAGS -Zcrtdll"
2896 ac_executable_extensions=".exe"
2897 export ac_executable_extensions
2898 ac_save_IFS="$IFS"
2899 IFS='\\'
2900 ac_TEMP_PATH=
2901 for ac_dir in $PATH; do
2902 IFS=$ac_save_IFS
2903 if test -z "$ac_TEMP_PATH"; then
2904 ac_TEMP_PATH="$ac_dir"
2905 else
2906 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
2907 fi
2908 done
2909 export PATH="$ac_TEMP_PATH"
2910 unset ac_TEMP_PATH
2911 DEFAULT_STD_FLAG=no
2912 ;;
2913
2914 arm-apple-darwin*)
2915 USE_BSD=1
2916 USE_DARWIN=1
2917 cat >>confdefs.h <<\_ACEOF
2918 #define __BSD__ 1
2919 _ACEOF
2920
2921 cat >>confdefs.h <<\_ACEOF
2922 #define __DARWIN__ 1
2923 _ACEOF
2924
2925 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE=1
2926 ;;
2927
2928 *-*-darwin* )
2929 USE_BSD=1
2930 USE_DARWIN=1
2931 cat >>confdefs.h <<\_ACEOF
2932 #define __BSD__ 1
2933 _ACEOF
2934
2935 cat >>confdefs.h <<\_ACEOF
2936 #define __DARWIN__ 1
2937 _ACEOF
2938
2939 cat >>confdefs.h <<\_ACEOF
2940 #define TARGET_CARBON 1
2941 _ACEOF
2942
2943 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
2944 ;;
2945
2946 *-*-beos* )
2947 USE_BEOS=1
2948 cat >>confdefs.h <<\_ACEOF
2949 #define __BEOS__ 1
2950 _ACEOF
2951
2952 ;;
2953
2954 *)
2955 { echo "$as_me:$LINENO: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
2956 echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
2957 { echo "$as_me:$LINENO: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
2958 echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
2959
2960 DEFAULT_DEFAULT_wxUSE_X11=1
2961 DEFAULT_wxUSE_SHARED=no
2962 esac
2963
2964
2965
2966 DEFAULT_wxUSE_ALL_FEATURES=yes
2967
2968 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2969 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2970
2971 DEFAULT_wxUSE_DMALLOC=no
2972 DEFAULT_wxUSE_LIBGNOMEVFS=no
2973 DEFAULT_wxUSE_LIBHILDON=no
2974 DEFAULT_wxUSE_LIBHILDON2=no
2975 DEFAULT_wxUSE_LIBMSPACK=no
2976 DEFAULT_wxUSE_LIBSDL=no
2977
2978 DEFAULT_wxUSE_ACCESSIBILITY=no
2979 DEFAULT_wxUSE_IPV6=no
2980 DEFAULT_wxUSE_GSTREAMER8=no
2981 DEFAULT_wxUSE_UIACTIONSIMULATOR=no
2982
2983 DEFAULT_wxUSE_UNICODE_UTF8=auto
2984 DEFAULT_wxUSE_OPENGL=auto
2985 DEFAULT_wxUSE_MEDIACTRL=auto
2986 DEFAULT_wxUSE_COMPILER_TLS=auto
2987
2988 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no
2989
2990 DEFAULT_wxUSE_UNIVERSAL_BINARY=no
2991
2992 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2993
2994 DEFAULT_wxUSE_GTK2=yes
2995
2996 DEFAULT_wxUSE_OBJC_UNIQUIFYING=no
2997
2998
2999
3000
3001
3002 enablestring=disable
3003 defaultval=
3004 if test -z "$defaultval"; then
3005 if test x"$enablestring" = xdisable; then
3006 defaultval=yes
3007 else
3008 defaultval=no
3009 fi
3010 fi
3011
3012 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
3013 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6; }
3014 # Check whether --enable-gui was given.
3015 if test "${enable_gui+set}" = set; then
3016 enableval=$enable_gui;
3017 if test "$enableval" = yes; then
3018 wx_cv_use_gui='wxUSE_GUI=yes'
3019 else
3020 wx_cv_use_gui='wxUSE_GUI=no'
3021 fi
3022
3023 else
3024
3025 wx_cv_use_gui='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
3026
3027 fi
3028
3029
3030 eval "$wx_cv_use_gui"
3031
3032 if test x"$enablestring" = xdisable; then
3033 if test $wxUSE_GUI = no; then
3034 result=yes
3035 else
3036 result=no
3037 fi
3038 else
3039 result=$wxUSE_GUI
3040 fi
3041
3042 { echo "$as_me:$LINENO: result: $result" >&5
3043 echo "${ECHO_T}$result" >&6; }
3044
3045
3046 enablestring=
3047 defaultval=
3048 if test -z "$defaultval"; then
3049 if test x"$enablestring" = xdisable; then
3050 defaultval=yes
3051 else
3052 defaultval=no
3053 fi
3054 fi
3055
3056 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
3057 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6; }
3058 # Check whether --enable-monolithic was given.
3059 if test "${enable_monolithic+set}" = set; then
3060 enableval=$enable_monolithic;
3061 if test "$enableval" = yes; then
3062 wx_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
3063 else
3064 wx_cv_use_monolithic='wxUSE_MONOLITHIC=no'
3065 fi
3066
3067 else
3068
3069 wx_cv_use_monolithic='wxUSE_MONOLITHIC=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
3070
3071 fi
3072
3073
3074 eval "$wx_cv_use_monolithic"
3075
3076 if test x"$enablestring" = xdisable; then
3077 if test $wxUSE_MONOLITHIC = no; then
3078 result=yes
3079 else
3080 result=no
3081 fi
3082 else
3083 result=$wxUSE_MONOLITHIC
3084 fi
3085
3086 { echo "$as_me:$LINENO: result: $result" >&5
3087 echo "${ECHO_T}$result" >&6; }
3088
3089
3090 enablestring=
3091 defaultval=
3092 if test -z "$defaultval"; then
3093 if test x"$enablestring" = xdisable; then
3094 defaultval=yes
3095 else
3096 defaultval=no
3097 fi
3098 fi
3099
3100 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
3101 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6; }
3102 # Check whether --enable-plugins was given.
3103 if test "${enable_plugins+set}" = set; then
3104 enableval=$enable_plugins;
3105 if test "$enableval" = yes; then
3106 wx_cv_use_plugins='wxUSE_PLUGINS=yes'
3107 else
3108 wx_cv_use_plugins='wxUSE_PLUGINS=no'
3109 fi
3110
3111 else
3112
3113 wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
3114
3115 fi
3116
3117
3118 eval "$wx_cv_use_plugins"
3119
3120 if test x"$enablestring" = xdisable; then
3121 if test $wxUSE_PLUGINS = no; then
3122 result=yes
3123 else
3124 result=no
3125 fi
3126 else
3127 result=$wxUSE_PLUGINS
3128 fi
3129
3130 { echo "$as_me:$LINENO: result: $result" >&5
3131 echo "${ECHO_T}$result" >&6; }
3132
3133
3134 withstring=without
3135 defaultval=$wxUSE_ALL_FEATURES
3136 if test -z "$defaultval"; then
3137 if test x"$withstring" = xwithout; then
3138 defaultval=yes
3139 else
3140 defaultval=no
3141 fi
3142 fi
3143 { echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
3144 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6; }
3145
3146 # Check whether --with-subdirs was given.
3147 if test "${with_subdirs+set}" = set; then
3148 withval=$with_subdirs;
3149 if test "$withval" = yes; then
3150 wx_cv_use_subdirs='wxWITH_SUBDIRS=yes'
3151 else
3152 wx_cv_use_subdirs='wxWITH_SUBDIRS=no'
3153 fi
3154
3155 else
3156
3157 wx_cv_use_subdirs='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
3158
3159 fi
3160
3161
3162 eval "$wx_cv_use_subdirs"
3163
3164 if test x"$withstring" = xwithout; then
3165 if test $wxWITH_SUBDIRS = yes; then
3166 result=no
3167 else
3168 result=yes
3169 fi
3170 else
3171 result=$wxWITH_SUBDIRS
3172 fi
3173
3174 { echo "$as_me:$LINENO: result: $result" >&5
3175 echo "${ECHO_T}$result" >&6; }
3176
3177
3178 # Check whether --with-flavour was given.
3179 if test "${with_flavour+set}" = set; then
3180 withval=$with_flavour; WX_FLAVOUR="$withval"
3181 fi
3182
3183
3184 enablestring=
3185 defaultval=
3186 if test -z "$defaultval"; then
3187 if test x"$enablestring" = xdisable; then
3188 defaultval=yes
3189 else
3190 defaultval=no
3191 fi
3192 fi
3193
3194 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
3195 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6; }
3196 # Check whether --enable-official_build was given.
3197 if test "${enable_official_build+set}" = set; then
3198 enableval=$enable_official_build;
3199 if test "$enableval" = yes; then
3200 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
3201 else
3202 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
3203 fi
3204
3205 else
3206
3207 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
3208
3209 fi
3210
3211
3212 eval "$wx_cv_use_official_build"
3213
3214 if test x"$enablestring" = xdisable; then
3215 if test $wxUSE_OFFICIAL_BUILD = no; then
3216 result=yes
3217 else
3218 result=no
3219 fi
3220 else
3221 result=$wxUSE_OFFICIAL_BUILD
3222 fi
3223
3224 { echo "$as_me:$LINENO: result: $result" >&5
3225 echo "${ECHO_T}$result" >&6; }
3226
3227 # Check whether --enable-vendor was given.
3228 if test "${enable_vendor+set}" = set; then
3229 enableval=$enable_vendor; VENDOR="$enableval"
3230 fi
3231
3232 if test "x$VENDOR" = "x"; then
3233 VENDOR="custom"
3234 fi
3235
3236
3237 enablestring=disable
3238 defaultval=
3239 if test -z "$defaultval"; then
3240 if test x"$enablestring" = xdisable; then
3241 defaultval=yes
3242 else
3243 defaultval=no
3244 fi
3245 fi
3246
3247 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-all-features" >&5
3248 echo $ECHO_N "checking for --${enablestring:-enable}-all-features... $ECHO_C" >&6; }
3249 # Check whether --enable-all-features was given.
3250 if test "${enable_all_features+set}" = set; then
3251 enableval=$enable_all_features;
3252 if test "$enableval" = yes; then
3253 wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
3254 else
3255 wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
3256 fi
3257
3258 else
3259
3260 wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
3261
3262 fi
3263
3264
3265 eval "$wx_cv_use_all_features"
3266
3267 if test x"$enablestring" = xdisable; then
3268 if test $wxUSE_ALL_FEATURES = no; then
3269 result=yes
3270 else
3271 result=no
3272 fi
3273 else
3274 result=$wxUSE_ALL_FEATURES
3275 fi
3276
3277 { echo "$as_me:$LINENO: result: $result" >&5
3278 echo "${ECHO_T}$result" >&6; }
3279
3280
3281 if test "$wxUSE_ALL_FEATURES" = "no"; then
3282 DEFAULT_wxUSE_MEDIACTRL=no
3283 fi
3284
3285
3286 if test "$wxUSE_GUI" = "yes"; then
3287
3288
3289 enablestring=
3290 defaultval=
3291 if test -z "$defaultval"; then
3292 if test x"$enablestring" = xdisable; then
3293 defaultval=yes
3294 else
3295 defaultval=no
3296 fi
3297 fi
3298
3299 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
3300 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6; }
3301 # Check whether --enable-universal was given.
3302 if test "${enable_universal+set}" = set; then
3303 enableval=$enable_universal;
3304 if test "$enableval" = yes; then
3305 wx_cv_use_universal='wxUSE_UNIVERSAL=yes'
3306 else
3307 wx_cv_use_universal='wxUSE_UNIVERSAL=no'
3308 fi
3309
3310 else
3311
3312 wx_cv_use_universal='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
3313
3314 fi
3315
3316
3317 eval "$wx_cv_use_universal"
3318
3319 if test x"$enablestring" = xdisable; then
3320 if test $wxUSE_UNIVERSAL = no; then
3321 result=yes
3322 else
3323 result=no
3324 fi
3325 else
3326 result=$wxUSE_UNIVERSAL
3327 fi
3328
3329 { echo "$as_me:$LINENO: result: $result" >&5
3330 echo "${ECHO_T}$result" >&6; }
3331
3332 if test "$wxUSE_UNIVERSAL" = "yes"; then
3333
3334 # Check whether --with-themes was given.
3335 if test "${with_themes+set}" = set; then
3336 withval=$with_themes; wxUNIV_THEMES="$withval"
3337 fi
3338
3339 fi
3340
3341
3342 # Check whether --with-gtk was given.
3343 if test "${with_gtk+set}" = set; then
3344 withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
3345 fi
3346
3347
3348 # Check whether --with-motif was given.
3349 if test "${with_motif+set}" = set; then
3350 withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
3351 fi
3352
3353
3354 # Check whether --with-osx_carbon was given.
3355 if test "${with_osx_carbon+set}" = set; then
3356 withval=$with_osx_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3357 fi
3358
3359
3360 # Check whether --with-osx_cocoa was given.
3361 if test "${with_osx_cocoa+set}" = set; then
3362 withval=$with_osx_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
3363 fi
3364
3365
3366 # Check whether --with-osx_iphone was given.
3367 if test "${with_osx_iphone+set}" = set; then
3368 withval=$with_osx_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
3369 fi
3370
3371
3372 # Check whether --with-osx was given.
3373 if test "${with_osx+set}" = set; then
3374 withval=$with_osx; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3375 fi
3376
3377
3378 # Check whether --with-carbon was given.
3379 if test "${with_carbon+set}" = set; then
3380 withval=$with_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3381 fi
3382
3383
3384 # Check whether --with-cocoa was given.
3385 if test "${with_cocoa+set}" = set; then
3386 withval=$with_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
3387 fi
3388
3389
3390 # Check whether --with-iphone was given.
3391 if test "${with_iphone+set}" = set; then
3392 withval=$with_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
3393 fi
3394
3395
3396 # Check whether --with-mac was given.
3397 if test "${with_mac+set}" = set; then
3398 withval=$with_mac; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3399 fi
3400
3401
3402 # Check whether --with-old_cocoa was given.
3403 if test "${with_old_cocoa+set}" = set; then
3404 withval=$with_old_cocoa; wxUSE_OLD_COCOA="$withval" CACHE_OLD_COCOA=1 TOOLKIT_GIVEN=1
3405 fi
3406
3407
3408 # Check whether --with-wine was given.
3409 if test "${with_wine+set}" = set; then
3410 withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
3411 fi
3412
3413
3414 # Check whether --with-msw was given.
3415 if test "${with_msw+set}" = set; then
3416 withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
3417 fi
3418
3419
3420 # Check whether --with-pm was given.
3421 if test "${with_pm+set}" = set; then
3422 withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
3423 fi
3424
3425
3426 # Check whether --with-mgl was given.
3427 if test "${with_mgl+set}" = set; then
3428 withval=$with_mgl; wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
3429 fi
3430
3431
3432 # Check whether --with-directfb was given.
3433 if test "${with_directfb+set}" = set; then
3434 withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
3435 fi
3436
3437
3438 # Check whether --with-microwin was given.
3439 if test "${with_microwin+set}" = set; then
3440 withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
3441 fi
3442
3443
3444 # Check whether --with-x11 was given.
3445 if test "${with_x11+set}" = set; then
3446 withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
3447 fi
3448
3449
3450 enablestring=
3451 defaultval=
3452 if test -z "$defaultval"; then
3453 if test x"$enablestring" = xdisable; then
3454 defaultval=yes
3455 else
3456 defaultval=no
3457 fi
3458 fi
3459
3460 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
3461 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6; }
3462 # Check whether --enable-nanox was given.
3463 if test "${enable_nanox+set}" = set; then
3464 enableval=$enable_nanox;
3465 if test "$enableval" = yes; then
3466 wx_cv_use_nanox='wxUSE_NANOX=yes'
3467 else
3468 wx_cv_use_nanox='wxUSE_NANOX=no'
3469 fi
3470
3471 else
3472
3473 wx_cv_use_nanox='wxUSE_NANOX=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
3474
3475 fi
3476
3477
3478 eval "$wx_cv_use_nanox"
3479
3480 if test x"$enablestring" = xdisable; then
3481 if test $wxUSE_NANOX = no; then
3482 result=yes
3483 else
3484 result=no
3485 fi
3486 else
3487 result=$wxUSE_NANOX
3488 fi
3489
3490 { echo "$as_me:$LINENO: result: $result" >&5
3491 echo "${ECHO_T}$result" >&6; }
3492
3493
3494 # Check whether --enable-gtk2 was given.
3495 if test "${enable_gtk2+set}" = set; then
3496 enableval=$enable_gtk2; wxUSE_GTK2="$enableval"
3497 fi
3498
3499
3500 enablestring=
3501 defaultval=
3502 if test -z "$defaultval"; then
3503 if test x"$enablestring" = xdisable; then
3504 defaultval=yes
3505 else
3506 defaultval=no
3507 fi
3508 fi
3509
3510 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
3511 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6; }
3512 # Check whether --enable-gpe was given.
3513 if test "${enable_gpe+set}" = set; then
3514 enableval=$enable_gpe;
3515 if test "$enableval" = yes; then
3516 wx_cv_use_gpe='wxUSE_GPE=yes'
3517 else
3518 wx_cv_use_gpe='wxUSE_GPE=no'
3519 fi
3520
3521 else
3522
3523 wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
3524
3525 fi
3526
3527
3528 eval "$wx_cv_use_gpe"
3529
3530 if test x"$enablestring" = xdisable; then
3531 if test $wxUSE_GPE = no; then
3532 result=yes
3533 else
3534 result=no
3535 fi
3536 else
3537 result=$wxUSE_GPE
3538 fi
3539
3540 { echo "$as_me:$LINENO: result: $result" >&5
3541 echo "${ECHO_T}$result" >&6; }
3542
3543
3544
3545 { echo "$as_me:$LINENO: checking for toolkit" >&5
3546 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6; }
3547
3548
3549
3550 # In Wine, we need to default to MSW, not GTK or MOTIF
3551 if test "$wxUSE_WINE" = "yes"; then
3552 DEFAULT_DEFAULT_wxUSE_GTK=0
3553 DEFAULT_DEFAULT_wxUSE_MOTIF=0
3554 DEFAULT_DEFAULT_wxUSE_MSW=1
3555 wxUSE_SHARED=no
3556 CC=${CC:-winegcc}
3557 CXX=${CXX:-wineg++}
3558 fi
3559
3560
3561 if test "$wxUSE_GUI" = "yes"; then
3562
3563 if test "$USE_BEOS" = 1; then
3564 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
3565 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
3566 { (exit 1); exit 1; }; }
3567 fi
3568
3569 if test "$TOOLKIT_GIVEN" = 1; then
3570 for toolkit in $ALL_TOOLKITS; do
3571 var=wxUSE_$toolkit
3572 eval "value=\$${var}"
3573 if test "x$value" = "xno"; then
3574 eval "$var=0"
3575 elif test "x$value" != "x"; then
3576 eval "$var=1"
3577 fi
3578
3579 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
3580 eval "wx${toolkit}_VERSION=$value"
3581 fi
3582 done
3583 else
3584 for toolkit in $ALL_TOOLKITS; do
3585 var=DEFAULT_DEFAULT_wxUSE_$toolkit
3586 eval "wxUSE_$toolkit=\$${var}"
3587 done
3588 fi
3589
3590 NUM_TOOLKITS=`expr ${wxUSE_OLD_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_OSX_CARBON:-0} \
3591 + ${wxUSE_OSX_COCOA:-0} + ${wxUSE_OSX_IPHONE:-0} + ${wxUSE_MGL:-0} + ${wxUSE_DFB:-0} \
3592 + ${wxUSE_MICROWIN:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
3593
3594 case "${host}" in
3595 *-pc-os2_emx | *-pc-os2-emx )
3596 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
3597 esac
3598
3599 case "$NUM_TOOLKITS" in
3600 1)
3601 ;;
3602 0)
3603 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
3604 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
3605 { (exit 1); exit 1; }; }
3606 ;;
3607 *)
3608 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit" >&5
3609 echo "$as_me: error: Please specify at most one toolkit" >&2;}
3610 { (exit 1); exit 1; }; }
3611 esac
3612
3613 # to be removed when --disable-gtk2 isn't needed
3614 if test "x$wxUSE_GTK2" = "xyes"; then
3615 wxGTK_VERSION=2
3616 wxUSE_GTK1=0
3617 elif test "x$wxUSE_GTK2" = "xno"; then
3618 wxGTK_VERSION=1
3619 wxUSE_GTK1=1
3620 fi
3621
3622 for toolkit in $ALL_TOOLKITS; do
3623 var=wxUSE_$toolkit
3624 eval "value=\$${var}"
3625 if test "$value" = 1; then
3626 toolkit_echo=`echo $toolkit | tr '[A-Z]' '[a-z]'`
3627 { echo "$as_me:$LINENO: result: $toolkit_echo" >&5
3628 echo "${ECHO_T}$toolkit_echo" >&6; }
3629 fi
3630 done
3631 else
3632 if test "x$host_alias" != "x"; then
3633 { echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
3634 echo "${ECHO_T}base ($host_alias hosted) only" >&6; }
3635 else
3636 { echo "$as_me:$LINENO: result: base only" >&5
3637 echo "${ECHO_T}base only" >&6; }
3638 fi
3639 fi
3640
3641 wxUSE_MAC=0
3642 if test "$wxUSE_OSX_CARBON" = 1 \
3643 -o "$wxUSE_OSX_COCOA" = 1 \
3644 -o "$wxUSE_OSX_IPHONE" = 1; then
3645 wxUSE_MAC=1
3646 fi
3647
3648
3649
3650 { echo "$as_me:$LINENO: checking for --with-libpng" >&5
3651 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6; }
3652
3653 # Check whether --with-libpng was given.
3654 if test "${with_libpng+set}" = set; then
3655 withval=$with_libpng;
3656 if test "$withval" = yes; then
3657 wx_cv_use_libpng='wxUSE_LIBPNG=yes'
3658 elif test "$withval" = no; then
3659 wx_cv_use_libpng='wxUSE_LIBPNG=no'
3660 elif test "$withval" = sys; then
3661 wx_cv_use_libpng='wxUSE_LIBPNG=sys'
3662 elif test "$withval" = builtin; then
3663 wx_cv_use_libpng='wxUSE_LIBPNG=builtin'
3664 else
3665 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3666 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3667 { (exit 1); exit 1; }; }
3668 fi
3669
3670 else
3671
3672 wx_cv_use_libpng='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
3673
3674 fi
3675
3676
3677 eval "$wx_cv_use_libpng"
3678
3679 if test "$wxUSE_LIBPNG" = yes; then
3680 { echo "$as_me:$LINENO: result: yes" >&5
3681 echo "${ECHO_T}yes" >&6; }
3682 elif test "$wxUSE_LIBPNG" = no; then
3683 { echo "$as_me:$LINENO: result: no" >&5
3684 echo "${ECHO_T}no" >&6; }
3685 elif test "$wxUSE_LIBPNG" = sys; then
3686 { echo "$as_me:$LINENO: result: system version" >&5
3687 echo "${ECHO_T}system version" >&6; }
3688 elif test "$wxUSE_LIBPNG" = builtin; then
3689 { echo "$as_me:$LINENO: result: builtin version" >&5
3690 echo "${ECHO_T}builtin version" >&6; }
3691 else
3692 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3693 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3694 { (exit 1); exit 1; }; }
3695 fi
3696
3697
3698 { echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
3699 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6; }
3700
3701 # Check whether --with-libjpeg was given.
3702 if test "${with_libjpeg+set}" = set; then
3703 withval=$with_libjpeg;
3704 if test "$withval" = yes; then
3705 wx_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
3706 elif test "$withval" = no; then
3707 wx_cv_use_libjpeg='wxUSE_LIBJPEG=no'
3708 elif test "$withval" = sys; then
3709 wx_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
3710 elif test "$withval" = builtin; then
3711 wx_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
3712 else
3713 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3714 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3715 { (exit 1); exit 1; }; }
3716 fi
3717
3718 else
3719
3720 wx_cv_use_libjpeg='wxUSE_LIBJPEG=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
3721
3722 fi
3723
3724
3725 eval "$wx_cv_use_libjpeg"
3726
3727 if test "$wxUSE_LIBJPEG" = yes; then
3728 { echo "$as_me:$LINENO: result: yes" >&5
3729 echo "${ECHO_T}yes" >&6; }
3730 elif test "$wxUSE_LIBJPEG" = no; then
3731 { echo "$as_me:$LINENO: result: no" >&5
3732 echo "${ECHO_T}no" >&6; }
3733 elif test "$wxUSE_LIBJPEG" = sys; then
3734 { echo "$as_me:$LINENO: result: system version" >&5
3735 echo "${ECHO_T}system version" >&6; }
3736 elif test "$wxUSE_LIBJPEG" = builtin; then
3737 { echo "$as_me:$LINENO: result: builtin version" >&5
3738 echo "${ECHO_T}builtin version" >&6; }
3739 else
3740 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3741 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3742 { (exit 1); exit 1; }; }
3743 fi
3744
3745
3746 { echo "$as_me:$LINENO: checking for --with-libtiff" >&5
3747 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6; }
3748
3749 # Check whether --with-libtiff was given.
3750 if test "${with_libtiff+set}" = set; then
3751 withval=$with_libtiff;
3752 if test "$withval" = yes; then
3753 wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
3754 elif test "$withval" = no; then
3755 wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
3756 elif test "$withval" = sys; then
3757 wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
3758 elif test "$withval" = builtin; then
3759 wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
3760 else
3761 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3762 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3763 { (exit 1); exit 1; }; }
3764 fi
3765
3766 else
3767
3768 wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
3769
3770 fi
3771
3772
3773 eval "$wx_cv_use_libtiff"
3774
3775 if test "$wxUSE_LIBTIFF" = yes; then
3776 { echo "$as_me:$LINENO: result: yes" >&5
3777 echo "${ECHO_T}yes" >&6; }
3778 elif test "$wxUSE_LIBTIFF" = no; then
3779 { echo "$as_me:$LINENO: result: no" >&5
3780 echo "${ECHO_T}no" >&6; }
3781 elif test "$wxUSE_LIBTIFF" = sys; then
3782 { echo "$as_me:$LINENO: result: system version" >&5
3783 echo "${ECHO_T}system version" >&6; }
3784 elif test "$wxUSE_LIBTIFF" = builtin; then
3785 { echo "$as_me:$LINENO: result: builtin version" >&5
3786 echo "${ECHO_T}builtin version" >&6; }
3787 else
3788 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3789 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3790 { (exit 1); exit 1; }; }
3791 fi
3792
3793
3794 { echo "$as_me:$LINENO: checking for --with-libxpm" >&5
3795 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6; }
3796
3797 # Check whether --with-libxpm was given.
3798 if test "${with_libxpm+set}" = set; then
3799 withval=$with_libxpm;
3800 if test "$withval" = yes; then
3801 wx_cv_use_libxpm='wxUSE_LIBXPM=yes'
3802 elif test "$withval" = no; then
3803 wx_cv_use_libxpm='wxUSE_LIBXPM=no'
3804 elif test "$withval" = sys; then
3805 wx_cv_use_libxpm='wxUSE_LIBXPM=sys'
3806 elif test "$withval" = builtin; then
3807 wx_cv_use_libxpm='wxUSE_LIBXPM=builtin'
3808 else
3809 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3810 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3811 { (exit 1); exit 1; }; }
3812 fi
3813
3814 else
3815
3816 wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
3817
3818 fi
3819
3820
3821 eval "$wx_cv_use_libxpm"
3822
3823 if test "$wxUSE_LIBXPM" = yes; then
3824 { echo "$as_me:$LINENO: result: yes" >&5
3825 echo "${ECHO_T}yes" >&6; }
3826 elif test "$wxUSE_LIBXPM" = no; then
3827 { echo "$as_me:$LINENO: result: no" >&5
3828 echo "${ECHO_T}no" >&6; }
3829 elif test "$wxUSE_LIBXPM" = sys; then
3830 { echo "$as_me:$LINENO: result: system version" >&5
3831 echo "${ECHO_T}system version" >&6; }
3832 elif test "$wxUSE_LIBXPM" = builtin; then
3833 { echo "$as_me:$LINENO: result: builtin version" >&5
3834 echo "${ECHO_T}builtin version" >&6; }
3835 else
3836 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3837 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3838 { (exit 1); exit 1; }; }
3839 fi
3840
3841
3842 withstring=
3843 defaultval=$wxUSE_ALL_FEATURES
3844 if test -z "$defaultval"; then
3845 if test x"$withstring" = xwithout; then
3846 defaultval=yes
3847 else
3848 defaultval=no
3849 fi
3850 fi
3851 { echo "$as_me:$LINENO: checking for --${withstring:-with}-libiconv" >&5
3852 echo $ECHO_N "checking for --${withstring:-with}-libiconv... $ECHO_C" >&6; }
3853
3854 # Check whether --with-libiconv was given.
3855 if test "${with_libiconv+set}" = set; then
3856 withval=$with_libiconv;
3857 if test "$withval" = yes; then
3858 wx_cv_use_libiconv='wxUSE_LIBICONV=yes'
3859 else
3860 wx_cv_use_libiconv='wxUSE_LIBICONV=no'
3861 fi
3862
3863 else
3864
3865 wx_cv_use_libiconv='wxUSE_LIBICONV=${'DEFAULT_wxUSE_LIBICONV":-$defaultval}"
3866
3867 fi
3868
3869
3870 eval "$wx_cv_use_libiconv"
3871
3872 if test x"$withstring" = xwithout; then
3873 if test $wxUSE_LIBICONV = yes; then
3874 result=no
3875 else
3876 result=yes
3877 fi
3878 else
3879 result=$wxUSE_LIBICONV
3880 fi
3881
3882 { echo "$as_me:$LINENO: result: $result" >&5
3883 echo "${ECHO_T}$result" >&6; }
3884
3885
3886 withstring=
3887 defaultval=$wxUSE_ALL_FEATURES
3888 if test -z "$defaultval"; then
3889 if test x"$withstring" = xwithout; then
3890 defaultval=yes
3891 else
3892 defaultval=no
3893 fi
3894 fi
3895 { echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3896 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6; }
3897
3898 # Check whether --with-libmspack was given.
3899 if test "${with_libmspack+set}" = set; then
3900 withval=$with_libmspack;
3901 if test "$withval" = yes; then
3902 wx_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3903 else
3904 wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3905 fi
3906
3907 else
3908
3909 wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
3910
3911 fi
3912
3913
3914 eval "$wx_cv_use_libmspack"
3915
3916 if test x"$withstring" = xwithout; then
3917 if test $wxUSE_LIBMSPACK = yes; then
3918 result=no
3919 else
3920 result=yes
3921 fi
3922 else
3923 result=$wxUSE_LIBMSPACK
3924 fi
3925
3926 { echo "$as_me:$LINENO: result: $result" >&5
3927 echo "${ECHO_T}$result" >&6; }
3928
3929
3930 withstring=without
3931 defaultval=$wxUSE_ALL_FEATURES
3932 if test -z "$defaultval"; then
3933 if test x"$withstring" = xwithout; then
3934 defaultval=yes
3935 else
3936 defaultval=no
3937 fi
3938 fi
3939 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gtkprint" >&5
3940 echo $ECHO_N "checking for --${withstring:-with}-gtkprint... $ECHO_C" >&6; }
3941
3942 # Check whether --with-gtkprint was given.
3943 if test "${with_gtkprint+set}" = set; then
3944 withval=$with_gtkprint;
3945 if test "$withval" = yes; then
3946 wx_cv_use_gtkprint='wxUSE_GTKPRINT=yes'
3947 else
3948 wx_cv_use_gtkprint='wxUSE_GTKPRINT=no'
3949 fi
3950
3951 else
3952
3953 wx_cv_use_gtkprint='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
3954
3955 fi
3956
3957
3958 eval "$wx_cv_use_gtkprint"
3959
3960 if test x"$withstring" = xwithout; then
3961 if test $wxUSE_GTKPRINT = yes; then
3962 result=no
3963 else
3964 result=yes
3965 fi
3966 else
3967 result=$wxUSE_GTKPRINT
3968 fi
3969
3970 { echo "$as_me:$LINENO: result: $result" >&5
3971 echo "${ECHO_T}$result" >&6; }
3972
3973
3974 withstring=without
3975 defaultval=$wxUSE_ALL_FEATURES
3976 if test -z "$defaultval"; then
3977 if test x"$withstring" = xwithout; then
3978 defaultval=yes
3979 else
3980 defaultval=no
3981 fi
3982 fi
3983 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3984 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6; }
3985
3986 # Check whether --with-gnomeprint was given.
3987 if test "${with_gnomeprint+set}" = set; then
3988 withval=$with_gnomeprint;
3989 if test "$withval" = yes; then
3990 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3991 else
3992 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3993 fi
3994
3995 else
3996
3997 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
3998
3999 fi
4000
4001
4002 eval "$wx_cv_use_gnomeprint"
4003
4004 if test x"$withstring" = xwithout; then
4005 if test $wxUSE_LIBGNOMEPRINT = yes; then
4006 result=no
4007 else
4008 result=yes
4009 fi
4010 else
4011 result=$wxUSE_LIBGNOMEPRINT
4012 fi
4013
4014 { echo "$as_me:$LINENO: result: $result" >&5
4015 echo "${ECHO_T}$result" >&6; }
4016
4017
4018 withstring=
4019 defaultval=$wxUSE_ALL_FEATURES
4020 if test -z "$defaultval"; then
4021 if test x"$withstring" = xwithout; then
4022 defaultval=yes
4023 else
4024 defaultval=no
4025 fi
4026 fi
4027 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomevfs" >&5
4028 echo $ECHO_N "checking for --${withstring:-with}-gnomevfs... $ECHO_C" >&6; }
4029
4030 # Check whether --with-gnomevfs was given.
4031 if test "${with_gnomevfs+set}" = set; then
4032 withval=$with_gnomevfs;
4033 if test "$withval" = yes; then
4034 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
4035 else
4036 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
4037 fi
4038
4039 else
4040
4041 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
4042
4043 fi
4044
4045
4046 eval "$wx_cv_use_gnomevfs"
4047
4048 if test x"$withstring" = xwithout; then
4049 if test $wxUSE_LIBGNOMEVFS = yes; then
4050 result=no
4051 else
4052 result=yes
4053 fi
4054 else
4055 result=$wxUSE_LIBGNOMEVFS
4056 fi
4057
4058 { echo "$as_me:$LINENO: result: $result" >&5
4059 echo "${ECHO_T}$result" >&6; }
4060
4061
4062 withstring=
4063 defaultval=$wxUSE_ALL_FEATURES
4064 if test -z "$defaultval"; then
4065 if test x"$withstring" = xwithout; then
4066 defaultval=yes
4067 else
4068 defaultval=no
4069 fi
4070 fi
4071 { echo "$as_me:$LINENO: checking for --${withstring:-with}-hildon" >&5
4072 echo $ECHO_N "checking for --${withstring:-with}-hildon... $ECHO_C" >&6; }
4073
4074 # Check whether --with-hildon was given.
4075 if test "${with_hildon+set}" = set; then
4076 withval=$with_hildon;
4077 if test "$withval" = yes; then
4078 wx_cv_use_hildon='wxUSE_LIBHILDON=yes'
4079 else
4080 wx_cv_use_hildon='wxUSE_LIBHILDON=no'
4081 fi
4082
4083 else
4084
4085 wx_cv_use_hildon='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
4086
4087 fi
4088
4089
4090 eval "$wx_cv_use_hildon"
4091
4092 if test x"$withstring" = xwithout; then
4093 if test $wxUSE_LIBHILDON = yes; then
4094 result=no
4095 else
4096 result=yes
4097 fi
4098 else
4099 result=$wxUSE_LIBHILDON
4100 fi
4101
4102 { echo "$as_me:$LINENO: result: $result" >&5
4103 echo "${ECHO_T}$result" >&6; }
4104
4105
4106 withstring=
4107 defaultval=$wxUSE_ALL_FEATURES
4108 if test -z "$defaultval"; then
4109 if test x"$withstring" = xwithout; then
4110 defaultval=yes
4111 else
4112 defaultval=no
4113 fi
4114 fi
4115 { echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
4116 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6; }
4117
4118 # Check whether --with-opengl was given.
4119 if test "${with_opengl+set}" = set; then
4120 withval=$with_opengl;
4121 if test "$withval" = yes; then
4122 wx_cv_use_opengl='wxUSE_OPENGL=yes'
4123 else
4124 wx_cv_use_opengl='wxUSE_OPENGL=no'
4125 fi
4126
4127 else
4128
4129 wx_cv_use_opengl='wxUSE_OPENGL=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
4130
4131 fi
4132
4133
4134 eval "$wx_cv_use_opengl"
4135
4136 if test x"$withstring" = xwithout; then
4137 if test $wxUSE_OPENGL = yes; then
4138 result=no
4139 else
4140 result=yes
4141 fi
4142 else
4143 result=$wxUSE_OPENGL
4144 fi
4145
4146 { echo "$as_me:$LINENO: result: $result" >&5
4147 echo "${ECHO_T}$result" >&6; }
4148
4149
4150 fi
4151
4152
4153 withstring=
4154 defaultval=$wxUSE_ALL_FEATURES
4155 if test -z "$defaultval"; then
4156 if test x"$withstring" = xwithout; then
4157 defaultval=yes
4158 else
4159 defaultval=no
4160 fi
4161 fi
4162 { echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
4163 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6; }
4164
4165 # Check whether --with-dmalloc was given.
4166 if test "${with_dmalloc+set}" = set; then
4167 withval=$with_dmalloc;
4168 if test "$withval" = yes; then
4169 wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
4170 else
4171 wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
4172 fi
4173
4174 else
4175
4176 wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
4177
4178 fi
4179
4180
4181 eval "$wx_cv_use_dmalloc"
4182
4183 if test x"$withstring" = xwithout; then
4184 if test $wxUSE_DMALLOC = yes; then
4185 result=no
4186 else
4187 result=yes
4188 fi
4189 else
4190 result=$wxUSE_DMALLOC
4191 fi
4192
4193 { echo "$as_me:$LINENO: result: $result" >&5
4194 echo "${ECHO_T}$result" >&6; }
4195
4196
4197 withstring=
4198 defaultval=$wxUSE_ALL_FEATURES
4199 if test -z "$defaultval"; then
4200 if test x"$withstring" = xwithout; then
4201 defaultval=yes
4202 else
4203 defaultval=no
4204 fi
4205 fi
4206 { echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
4207 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6; }
4208
4209 # Check whether --with-sdl was given.
4210 if test "${with_sdl+set}" = set; then
4211 withval=$with_sdl;
4212 if test "$withval" = yes; then
4213 wx_cv_use_sdl='wxUSE_LIBSDL=yes'
4214 else
4215 wx_cv_use_sdl='wxUSE_LIBSDL=no'
4216 fi
4217
4218 else
4219
4220 wx_cv_use_sdl='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
4221
4222 fi
4223
4224
4225 eval "$wx_cv_use_sdl"
4226
4227 if test x"$withstring" = xwithout; then
4228 if test $wxUSE_LIBSDL = yes; then
4229 result=no
4230 else
4231 result=yes
4232 fi
4233 else
4234 result=$wxUSE_LIBSDL
4235 fi
4236
4237 { echo "$as_me:$LINENO: result: $result" >&5
4238 echo "${ECHO_T}$result" >&6; }
4239
4240
4241 { echo "$as_me:$LINENO: checking for --with-regex" >&5
4242 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6; }
4243
4244 # Check whether --with-regex was given.
4245 if test "${with_regex+set}" = set; then
4246 withval=$with_regex;
4247 if test "$withval" = yes; then
4248 wx_cv_use_regex='wxUSE_REGEX=yes'
4249 elif test "$withval" = no; then
4250 wx_cv_use_regex='wxUSE_REGEX=no'
4251 elif test "$withval" = sys; then
4252 wx_cv_use_regex='wxUSE_REGEX=sys'
4253 elif test "$withval" = builtin; then
4254 wx_cv_use_regex='wxUSE_REGEX=builtin'
4255 else
4256 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4257 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4258 { (exit 1); exit 1; }; }
4259 fi
4260
4261 else
4262
4263 wx_cv_use_regex='wxUSE_REGEX=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
4264
4265 fi
4266
4267
4268 eval "$wx_cv_use_regex"
4269
4270 if test "$wxUSE_REGEX" = yes; then
4271 { echo "$as_me:$LINENO: result: yes" >&5
4272 echo "${ECHO_T}yes" >&6; }
4273 elif test "$wxUSE_REGEX" = no; then
4274 { echo "$as_me:$LINENO: result: no" >&5
4275 echo "${ECHO_T}no" >&6; }
4276 elif test "$wxUSE_REGEX" = sys; then
4277 { echo "$as_me:$LINENO: result: system version" >&5
4278 echo "${ECHO_T}system version" >&6; }
4279 elif test "$wxUSE_REGEX" = builtin; then
4280 { echo "$as_me:$LINENO: result: builtin version" >&5
4281 echo "${ECHO_T}builtin version" >&6; }
4282 else
4283 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4284 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4285 { (exit 1); exit 1; }; }
4286 fi
4287
4288
4289 { echo "$as_me:$LINENO: checking for --with-zlib" >&5
4290 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6; }
4291
4292 # Check whether --with-zlib was given.
4293 if test "${with_zlib+set}" = set; then
4294 withval=$with_zlib;
4295 if test "$withval" = yes; then
4296 wx_cv_use_zlib='wxUSE_ZLIB=yes'
4297 elif test "$withval" = no; then
4298 wx_cv_use_zlib='wxUSE_ZLIB=no'
4299 elif test "$withval" = sys; then
4300 wx_cv_use_zlib='wxUSE_ZLIB=sys'
4301 elif test "$withval" = builtin; then
4302 wx_cv_use_zlib='wxUSE_ZLIB=builtin'
4303 else
4304 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4305 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4306 { (exit 1); exit 1; }; }
4307 fi
4308
4309 else
4310
4311 wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
4312
4313 fi
4314
4315
4316 eval "$wx_cv_use_zlib"
4317
4318 if test "$wxUSE_ZLIB" = yes; then
4319 { echo "$as_me:$LINENO: result: yes" >&5
4320 echo "${ECHO_T}yes" >&6; }
4321 elif test "$wxUSE_ZLIB" = no; then
4322 { echo "$as_me:$LINENO: result: no" >&5
4323 echo "${ECHO_T}no" >&6; }
4324 elif test "$wxUSE_ZLIB" = sys; then
4325 { echo "$as_me:$LINENO: result: system version" >&5
4326 echo "${ECHO_T}system version" >&6; }
4327 elif test "$wxUSE_ZLIB" = builtin; then
4328 { echo "$as_me:$LINENO: result: builtin version" >&5
4329 echo "${ECHO_T}builtin version" >&6; }
4330 else
4331 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4332 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4333 { (exit 1); exit 1; }; }
4334 fi
4335
4336
4337 { echo "$as_me:$LINENO: checking for --with-expat" >&5
4338 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6; }
4339
4340 # Check whether --with-expat was given.
4341 if test "${with_expat+set}" = set; then
4342 withval=$with_expat;
4343 if test "$withval" = yes; then
4344 wx_cv_use_expat='wxUSE_EXPAT=yes'
4345 elif test "$withval" = no; then
4346 wx_cv_use_expat='wxUSE_EXPAT=no'
4347 elif test "$withval" = sys; then
4348 wx_cv_use_expat='wxUSE_EXPAT=sys'
4349 elif test "$withval" = builtin; then
4350 wx_cv_use_expat='wxUSE_EXPAT=builtin'
4351 else
4352 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4353 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4354 { (exit 1); exit 1; }; }
4355 fi
4356
4357 else
4358
4359 wx_cv_use_expat='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
4360
4361 fi
4362
4363
4364 eval "$wx_cv_use_expat"
4365
4366 if test "$wxUSE_EXPAT" = yes; then
4367 { echo "$as_me:$LINENO: result: yes" >&5
4368 echo "${ECHO_T}yes" >&6; }
4369 elif test "$wxUSE_EXPAT" = no; then
4370 { echo "$as_me:$LINENO: result: no" >&5
4371 echo "${ECHO_T}no" >&6; }
4372 elif test "$wxUSE_EXPAT" = sys; then
4373 { echo "$as_me:$LINENO: result: system version" >&5
4374 echo "${ECHO_T}system version" >&6; }
4375 elif test "$wxUSE_EXPAT" = builtin; then
4376 { echo "$as_me:$LINENO: result: builtin version" >&5
4377 echo "${ECHO_T}builtin version" >&6; }
4378 else
4379 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4380 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4381 { (exit 1); exit 1; }; }
4382 fi
4383
4384
4385 { echo "$as_me:$LINENO: checking for --with-macosx-sdk" >&5
4386 echo $ECHO_N "checking for --with-macosx-sdk... $ECHO_C" >&6; }
4387
4388 # Check whether --with-macosx-sdk was given.
4389 if test "${with_macosx_sdk+set}" = set; then
4390 withval=$with_macosx_sdk;
4391 wxUSE_MACOSX_SDK=$withval
4392 wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
4393
4394 fi
4395
4396 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_SDK" >&5
4397 echo "${ECHO_T}$wxUSE_MACOSX_SDK" >&6; }
4398
4399 { echo "$as_me:$LINENO: checking for --with-macosx-version-min" >&5
4400 echo $ECHO_N "checking for --with-macosx-version-min... $ECHO_C" >&6; }
4401
4402 # Check whether --with-macosx-version-min was given.
4403 if test "${with_macosx_version_min+set}" = set; then
4404 withval=$with_macosx_version_min;
4405 wxUSE_MACOSX_VERSION_MIN=$withval
4406 wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
4407
4408 fi
4409
4410 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
4411 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
4412
4413
4414 { echo "$as_me:$LINENO: checking for --enable-debug" >&5
4415 echo $ECHO_N "checking for --enable-debug... $ECHO_C" >&6; }
4416 # Check whether --enable-debug was given.
4417 if test "${enable_debug+set}" = set; then
4418 enableval=$enable_debug;
4419 if test "$enableval" = yes; then
4420 wxUSE_DEBUG=yes
4421 elif test "$enableval" = no; then
4422 wxUSE_DEBUG=no
4423 elif test "$enableval" = max; then
4424 wxUSE_DEBUG=yes
4425 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=2"
4426 else
4427 { { echo "$as_me:$LINENO: error: Invalid --enable-debug value, must be yes, no or max" >&5
4428 echo "$as_me: error: Invalid --enable-debug value, must be yes, no or max" >&2;}
4429 { (exit 1); exit 1; }; }
4430 fi
4431
4432 else
4433 wxUSE_DEBUG=default
4434
4435 fi
4436
4437
4438 case "$wxUSE_DEBUG" in
4439 yes)
4440 DEFAULT_wxUSE_DEBUG_FLAG=yes
4441 DEFAULT_wxUSE_DEBUG_INFO=yes
4442
4443 DEFAULT_wxUSE_OPTIMISE=no
4444 ;;
4445
4446 no)
4447 DEFAULT_wxUSE_DEBUG_FLAG=no
4448 DEFAULT_wxUSE_DEBUG_INFO=no
4449 ;;
4450
4451 default)
4452 DEFAULT_wxUSE_DEBUG_FLAG=yes
4453 DEFAULT_wxUSE_DEBUG_INFO=no
4454 ;;
4455 esac
4456
4457
4458 enablestring=disable
4459 defaultval=
4460 if test -z "$defaultval"; then
4461 if test x"$enablestring" = xdisable; then
4462 defaultval=yes
4463 else
4464 defaultval=no
4465 fi
4466 fi
4467
4468 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
4469 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6; }
4470 # Check whether --enable-debug_flag was given.
4471 if test "${enable_debug_flag+set}" = set; then
4472 enableval=$enable_debug_flag;
4473 if test "$enableval" = yes; then
4474 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
4475 else
4476 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
4477 fi
4478
4479 else
4480
4481 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
4482
4483 fi
4484
4485
4486 eval "$wx_cv_use_debug_flag"
4487
4488 if test x"$enablestring" = xdisable; then
4489 if test $wxUSE_DEBUG_FLAG = no; then
4490 result=yes
4491 else
4492 result=no
4493 fi
4494 else
4495 result=$wxUSE_DEBUG_FLAG
4496 fi
4497
4498 { echo "$as_me:$LINENO: result: $result" >&5
4499 echo "${ECHO_T}$result" >&6; }
4500
4501
4502 enablestring=
4503 defaultval=
4504 if test -z "$defaultval"; then
4505 if test x"$enablestring" = xdisable; then
4506 defaultval=yes
4507 else
4508 defaultval=no
4509 fi
4510 fi
4511
4512 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
4513 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6; }
4514 # Check whether --enable-debug_info was given.
4515 if test "${enable_debug_info+set}" = set; then
4516 enableval=$enable_debug_info;
4517 if test "$enableval" = yes; then
4518 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
4519 else
4520 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
4521 fi
4522
4523 else
4524
4525 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
4526
4527 fi
4528
4529
4530 eval "$wx_cv_use_debug_info"
4531
4532 if test x"$enablestring" = xdisable; then
4533 if test $wxUSE_DEBUG_INFO = no; then
4534 result=yes
4535 else
4536 result=no
4537 fi
4538 else
4539 result=$wxUSE_DEBUG_INFO
4540 fi
4541
4542 { echo "$as_me:$LINENO: result: $result" >&5
4543 echo "${ECHO_T}$result" >&6; }
4544
4545
4546
4547
4548 enablestring=
4549 defaultval=
4550 if test -z "$defaultval"; then
4551 if test x"$enablestring" = xdisable; then
4552 defaultval=yes
4553 else
4554 defaultval=no
4555 fi
4556 fi
4557
4558 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
4559 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6; }
4560 # Check whether --enable-debug_gdb was given.
4561 if test "${enable_debug_gdb+set}" = set; then
4562 enableval=$enable_debug_gdb;
4563 if test "$enableval" = yes; then
4564 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
4565 else
4566 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
4567 fi
4568
4569 else
4570
4571 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
4572
4573 fi
4574
4575
4576 eval "$wx_cv_use_debug_gdb"
4577
4578 if test x"$enablestring" = xdisable; then
4579 if test $wxUSE_DEBUG_GDB = no; then
4580 result=yes
4581 else
4582 result=no
4583 fi
4584 else
4585 result=$wxUSE_DEBUG_GDB
4586 fi
4587
4588 { echo "$as_me:$LINENO: result: $result" >&5
4589 echo "${ECHO_T}$result" >&6; }
4590
4591
4592 enablestring=
4593 defaultval=
4594 if test -z "$defaultval"; then
4595 if test x"$enablestring" = xdisable; then
4596 defaultval=yes
4597 else
4598 defaultval=no
4599 fi
4600 fi
4601
4602 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
4603 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6; }
4604 # Check whether --enable-debug_cntxt was given.
4605 if test "${enable_debug_cntxt+set}" = set; then
4606 enableval=$enable_debug_cntxt;
4607 if test "$enableval" = yes; then
4608 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
4609 else
4610 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
4611 fi
4612
4613 else
4614
4615 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
4616
4617 fi
4618
4619
4620 eval "$wx_cv_use_debug_cntxt"
4621
4622 if test x"$enablestring" = xdisable; then
4623 if test $wxUSE_DEBUG_CONTEXT = no; then
4624 result=yes
4625 else
4626 result=no
4627 fi
4628 else
4629 result=$wxUSE_DEBUG_CONTEXT
4630 fi
4631
4632 { echo "$as_me:$LINENO: result: $result" >&5
4633 echo "${ECHO_T}$result" >&6; }
4634
4635
4636 enablestring=
4637 defaultval=
4638 if test -z "$defaultval"; then
4639 if test x"$enablestring" = xdisable; then
4640 defaultval=yes
4641 else
4642 defaultval=no
4643 fi
4644 fi
4645
4646 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
4647 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6; }
4648 # Check whether --enable-mem_tracing was given.
4649 if test "${enable_mem_tracing+set}" = set; then
4650 enableval=$enable_mem_tracing;
4651 if test "$enableval" = yes; then
4652 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
4653 else
4654 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
4655 fi
4656
4657 else
4658
4659 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
4660
4661 fi
4662
4663
4664 eval "$wx_cv_use_mem_tracing"
4665
4666 if test x"$enablestring" = xdisable; then
4667 if test $wxUSE_MEM_TRACING = no; then
4668 result=yes
4669 else
4670 result=no
4671 fi
4672 else
4673 result=$wxUSE_MEM_TRACING
4674 fi
4675
4676 { echo "$as_me:$LINENO: result: $result" >&5
4677 echo "${ECHO_T}$result" >&6; }
4678
4679
4680
4681
4682 enablestring=disable
4683 defaultval=
4684 if test -z "$defaultval"; then
4685 if test x"$enablestring" = xdisable; then
4686 defaultval=yes
4687 else
4688 defaultval=no
4689 fi
4690 fi
4691
4692 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
4693 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6; }
4694 # Check whether --enable-shared was given.
4695 if test "${enable_shared+set}" = set; then
4696 enableval=$enable_shared;
4697 if test "$enableval" = yes; then
4698 wx_cv_use_shared='wxUSE_SHARED=yes'
4699 else
4700 wx_cv_use_shared='wxUSE_SHARED=no'
4701 fi
4702
4703 else
4704
4705 wx_cv_use_shared='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
4706
4707 fi
4708
4709
4710 eval "$wx_cv_use_shared"
4711
4712 if test x"$enablestring" = xdisable; then
4713 if test $wxUSE_SHARED = no; then
4714 result=yes
4715 else
4716 result=no
4717 fi
4718 else
4719 result=$wxUSE_SHARED
4720 fi
4721
4722 { echo "$as_me:$LINENO: result: $result" >&5
4723 echo "${ECHO_T}$result" >&6; }
4724
4725
4726 enablestring=
4727 defaultval=
4728 if test -z "$defaultval"; then
4729 if test x"$enablestring" = xdisable; then
4730 defaultval=yes
4731 else
4732 defaultval=no
4733 fi
4734 fi
4735
4736 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
4737 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6; }
4738 # Check whether --enable-stl was given.
4739 if test "${enable_stl+set}" = set; then
4740 enableval=$enable_stl;
4741 if test "$enableval" = yes; then
4742 wx_cv_use_stl='wxUSE_STL=yes'
4743 else
4744 wx_cv_use_stl='wxUSE_STL=no'
4745 fi
4746
4747 else
4748
4749 wx_cv_use_stl='wxUSE_STL=${'DEFAULT_wxUSE_STL":-$defaultval}"
4750
4751 fi
4752
4753
4754 eval "$wx_cv_use_stl"
4755
4756 if test x"$enablestring" = xdisable; then
4757 if test $wxUSE_STL = no; then
4758 result=yes
4759 else
4760 result=no
4761 fi
4762 else
4763 result=$wxUSE_STL
4764 fi
4765
4766 { echo "$as_me:$LINENO: result: $result" >&5
4767 echo "${ECHO_T}$result" >&6; }
4768
4769
4770 enablestring=
4771 defaultval=
4772 if test -z "$defaultval"; then
4773 if test x"$enablestring" = xdisable; then
4774 defaultval=yes
4775 else
4776 defaultval=no
4777 fi
4778 fi
4779
4780 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
4781 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6; }
4782 # Check whether --enable-std_iostreams was given.
4783 if test "${enable_std_iostreams+set}" = set; then
4784 enableval=$enable_std_iostreams;
4785 if test "$enableval" = yes; then
4786 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
4787 else
4788 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
4789 fi
4790
4791 else
4792
4793 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
4794
4795 fi
4796
4797
4798 eval "$wx_cv_use_std_iostreams"
4799
4800 if test x"$enablestring" = xdisable; then
4801 if test $wxUSE_STD_IOSTREAM = no; then
4802 result=yes
4803 else
4804 result=no
4805 fi
4806 else
4807 result=$wxUSE_STD_IOSTREAM
4808 fi
4809
4810 { echo "$as_me:$LINENO: result: $result" >&5
4811 echo "${ECHO_T}$result" >&6; }
4812
4813
4814 enablestring=
4815 defaultval=
4816 if test -z "$defaultval"; then
4817 if test x"$enablestring" = xdisable; then
4818 defaultval=yes
4819 else
4820 defaultval=no
4821 fi
4822 fi
4823
4824 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
4825 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6; }
4826 # Check whether --enable-std_string was given.
4827 if test "${enable_std_string+set}" = set; then
4828 enableval=$enable_std_string;
4829 if test "$enableval" = yes; then
4830 wx_cv_use_std_string='wxUSE_STD_STRING=yes'
4831 else
4832 wx_cv_use_std_string='wxUSE_STD_STRING=no'
4833 fi
4834
4835 else
4836
4837 wx_cv_use_std_string='wxUSE_STD_STRING=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
4838
4839 fi
4840
4841
4842 eval "$wx_cv_use_std_string"
4843
4844 if test x"$enablestring" = xdisable; then
4845 if test $wxUSE_STD_STRING = no; then
4846 result=yes
4847 else
4848 result=no
4849 fi
4850 else
4851 result=$wxUSE_STD_STRING
4852 fi
4853
4854 { echo "$as_me:$LINENO: result: $result" >&5
4855 echo "${ECHO_T}$result" >&6; }
4856
4857
4858 enablestring=disable
4859 defaultval=
4860 if test -z "$defaultval"; then
4861 if test x"$enablestring" = xdisable; then
4862 defaultval=yes
4863 else
4864 defaultval=no
4865 fi
4866 fi
4867
4868 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4869 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6; }
4870 # Check whether --enable-unicode was given.
4871 if test "${enable_unicode+set}" = set; then
4872 enableval=$enable_unicode;
4873 if test "$enableval" = yes; then
4874 wx_cv_use_unicode='wxUSE_UNICODE=yes'
4875 else
4876 wx_cv_use_unicode='wxUSE_UNICODE=no'
4877 fi
4878
4879 else
4880
4881 wx_cv_use_unicode='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
4882
4883 fi
4884
4885
4886 eval "$wx_cv_use_unicode"
4887
4888 if test x"$enablestring" = xdisable; then
4889 if test $wxUSE_UNICODE = no; then
4890 result=yes
4891 else
4892 result=no
4893 fi
4894 else
4895 result=$wxUSE_UNICODE
4896 fi
4897
4898 { echo "$as_me:$LINENO: result: $result" >&5
4899 echo "${ECHO_T}$result" >&6; }
4900
4901
4902 enablestring=
4903 defaultval=
4904 if test -z "$defaultval"; then
4905 if test x"$enablestring" = xdisable; then
4906 defaultval=yes
4907 else
4908 defaultval=no
4909 fi
4910 fi
4911
4912 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
4913 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6; }
4914 # Check whether --enable-mslu was given.
4915 if test "${enable_mslu+set}" = set; then
4916 enableval=$enable_mslu;
4917 if test "$enableval" = yes; then
4918 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
4919 else
4920 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
4921 fi
4922
4923 else
4924
4925 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
4926
4927 fi
4928
4929
4930 eval "$wx_cv_use_mslu"
4931
4932 if test x"$enablestring" = xdisable; then
4933 if test $wxUSE_UNICODE_MSLU = no; then
4934 result=yes
4935 else
4936 result=no
4937 fi
4938 else
4939 result=$wxUSE_UNICODE_MSLU
4940 fi
4941
4942 { echo "$as_me:$LINENO: result: $result" >&5
4943 echo "${ECHO_T}$result" >&6; }
4944
4945
4946 enablestring=
4947 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8" >&5
4948 echo $ECHO_N "checking for --${enablestring:-enable}-utf8... $ECHO_C" >&6; }
4949 # Check whether --enable-utf8 was given.
4950 if test "${enable_utf8+set}" = set; then
4951 enableval=$enable_utf8;
4952 wx_cv_use_utf8="wxUSE_UNICODE_UTF8='$enableval'"
4953
4954 else
4955
4956 wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
4957
4958 fi
4959
4960
4961 eval "$wx_cv_use_utf8"
4962
4963 { echo "$as_me:$LINENO: result: $wxUSE_UNICODE_UTF8" >&5
4964 echo "${ECHO_T}$wxUSE_UNICODE_UTF8" >&6; }
4965
4966
4967 enablestring=
4968 defaultval=
4969 if test -z "$defaultval"; then
4970 if test x"$enablestring" = xdisable; then
4971 defaultval=yes
4972 else
4973 defaultval=no
4974 fi
4975 fi
4976
4977 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8only" >&5
4978 echo $ECHO_N "checking for --${enablestring:-enable}-utf8only... $ECHO_C" >&6; }
4979 # Check whether --enable-utf8only was given.
4980 if test "${enable_utf8only+set}" = set; then
4981 enableval=$enable_utf8only;
4982 if test "$enableval" = yes; then
4983 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
4984 else
4985 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
4986 fi
4987
4988 else
4989
4990 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
4991
4992 fi
4993
4994
4995 eval "$wx_cv_use_utf8only"
4996
4997 if test x"$enablestring" = xdisable; then
4998 if test $wxUSE_UNICODE_UTF8_LOCALE = no; then
4999 result=yes
5000 else
5001 result=no
5002 fi
5003 else
5004 result=$wxUSE_UNICODE_UTF8_LOCALE
5005 fi
5006
5007 { echo "$as_me:$LINENO: result: $result" >&5
5008 echo "${ECHO_T}$result" >&6; }
5009
5010
5011 enablestring=
5012 defaultval=
5013 if test -z "$defaultval"; then
5014 if test x"$enablestring" = xdisable; then
5015 defaultval=yes
5016 else
5017 defaultval=no
5018 fi
5019 fi
5020
5021 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-extended_rtti" >&5
5022 echo $ECHO_N "checking for --${enablestring:-enable}-extended_rtti... $ECHO_C" >&6; }
5023 # Check whether --enable-extended_rtti was given.
5024 if test "${enable_extended_rtti+set}" = set; then
5025 enableval=$enable_extended_rtti;
5026 if test "$enableval" = yes; then
5027 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=yes'
5028 else
5029 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=no'
5030 fi
5031
5032 else
5033
5034 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
5035
5036 fi
5037
5038
5039 eval "$wx_cv_use_extended_rtti"
5040
5041 if test x"$enablestring" = xdisable; then
5042 if test $wxUSE_EXTENDED_RTTI = no; then
5043 result=yes
5044 else
5045 result=no
5046 fi
5047 else
5048 result=$wxUSE_EXTENDED_RTTI
5049 fi
5050
5051 { echo "$as_me:$LINENO: result: $result" >&5
5052 echo "${ECHO_T}$result" >&6; }
5053
5054 if test "$USE_OS2" = 1; then
5055 DEFAULT_wxUSE_OMF=no
5056
5057 enablestring=
5058 defaultval=
5059 if test -z "$defaultval"; then
5060 if test x"$enablestring" = xdisable; then
5061 defaultval=yes
5062 else
5063 defaultval=no
5064 fi
5065 fi
5066
5067 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
5068 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6; }
5069 # Check whether --enable-omf was given.
5070 if test "${enable_omf+set}" = set; then
5071 enableval=$enable_omf;
5072 if test "$enableval" = yes; then
5073 wx_cv_use_omf='wxUSE_OMF=yes'
5074 else
5075 wx_cv_use_omf='wxUSE_OMF=no'
5076 fi
5077
5078 else
5079
5080 wx_cv_use_omf='wxUSE_OMF=${'DEFAULT_wxUSE_OMF":-$defaultval}"
5081
5082 fi
5083
5084
5085 eval "$wx_cv_use_omf"
5086
5087 if test x"$enablestring" = xdisable; then
5088 if test $wxUSE_OMF = no; then
5089 result=yes
5090 else
5091 result=no
5092 fi
5093 else
5094 result=$wxUSE_OMF
5095 fi
5096
5097 { echo "$as_me:$LINENO: result: $result" >&5
5098 echo "${ECHO_T}$result" >&6; }
5099
5100 fi
5101
5102
5103 enablestring=disable
5104 defaultval=
5105 if test -z "$defaultval"; then
5106 if test x"$enablestring" = xdisable; then
5107 defaultval=yes
5108 else
5109 defaultval=no
5110 fi
5111 fi
5112
5113 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
5114 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6; }
5115 # Check whether --enable-optimise was given.
5116 if test "${enable_optimise+set}" = set; then
5117 enableval=$enable_optimise;
5118 if test "$enableval" = yes; then
5119 wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
5120 else
5121 wx_cv_use_optimise='wxUSE_OPTIMISE=no'
5122 fi
5123
5124 else
5125
5126 wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
5127
5128 fi
5129
5130
5131 eval "$wx_cv_use_optimise"
5132
5133 if test x"$enablestring" = xdisable; then
5134 if test $wxUSE_OPTIMISE = no; then
5135 result=yes
5136 else
5137 result=no
5138 fi
5139 else
5140 result=$wxUSE_OPTIMISE
5141 fi
5142
5143 { echo "$as_me:$LINENO: result: $result" >&5
5144 echo "${ECHO_T}$result" >&6; }
5145
5146
5147
5148 enablestring=
5149 defaultval=
5150 if test -z "$defaultval"; then
5151 if test x"$enablestring" = xdisable; then
5152 defaultval=yes
5153 else
5154 defaultval=no
5155 fi
5156 fi
5157
5158 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
5159 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6; }
5160 # Check whether --enable-profile was given.
5161 if test "${enable_profile+set}" = set; then
5162 enableval=$enable_profile;
5163 if test "$enableval" = yes; then
5164 wx_cv_use_profile='wxUSE_PROFILE=yes'
5165 else
5166 wx_cv_use_profile='wxUSE_PROFILE=no'
5167 fi
5168
5169 else
5170
5171 wx_cv_use_profile='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
5172
5173 fi
5174
5175
5176 eval "$wx_cv_use_profile"
5177
5178 if test x"$enablestring" = xdisable; then
5179 if test $wxUSE_PROFILE = no; then
5180 result=yes
5181 else
5182 result=no
5183 fi
5184 else
5185 result=$wxUSE_PROFILE
5186 fi
5187
5188 { echo "$as_me:$LINENO: result: $result" >&5
5189 echo "${ECHO_T}$result" >&6; }
5190
5191
5192 enablestring=
5193 defaultval=
5194 if test -z "$defaultval"; then
5195 if test x"$enablestring" = xdisable; then
5196 defaultval=yes
5197 else
5198 defaultval=no
5199 fi
5200 fi
5201
5202 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
5203 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6; }
5204 # Check whether --enable-no_rtti was given.
5205 if test "${enable_no_rtti+set}" = set; then
5206 enableval=$enable_no_rtti;
5207 if test "$enableval" = yes; then
5208 wx_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
5209 else
5210 wx_cv_use_no_rtti='wxUSE_NO_RTTI=no'
5211 fi
5212
5213 else
5214
5215 wx_cv_use_no_rtti='wxUSE_NO_RTTI=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
5216
5217 fi
5218
5219
5220 eval "$wx_cv_use_no_rtti"
5221
5222 if test x"$enablestring" = xdisable; then
5223 if test $wxUSE_NO_RTTI = no; then
5224 result=yes
5225 else
5226 result=no
5227 fi
5228 else
5229 result=$wxUSE_NO_RTTI
5230 fi
5231
5232 { echo "$as_me:$LINENO: result: $result" >&5
5233 echo "${ECHO_T}$result" >&6; }
5234
5235
5236 enablestring=
5237 defaultval=
5238 if test -z "$defaultval"; then
5239 if test x"$enablestring" = xdisable; then
5240 defaultval=yes
5241 else
5242 defaultval=no
5243 fi
5244 fi
5245
5246 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
5247 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6; }
5248 # Check whether --enable-no_exceptions was given.
5249 if test "${enable_no_exceptions+set}" = set; then
5250 enableval=$enable_no_exceptions;
5251 if test "$enableval" = yes; then
5252 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
5253 else
5254 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
5255 fi
5256
5257 else
5258
5259 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
5260
5261 fi
5262
5263
5264 eval "$wx_cv_use_no_exceptions"
5265
5266 if test x"$enablestring" = xdisable; then
5267 if test $wxUSE_NO_EXCEPTIONS = no; then
5268 result=yes
5269 else
5270 result=no
5271 fi
5272 else
5273 result=$wxUSE_NO_EXCEPTIONS
5274 fi
5275
5276 { echo "$as_me:$LINENO: result: $result" >&5
5277 echo "${ECHO_T}$result" >&6; }
5278
5279
5280 enablestring=
5281 defaultval=
5282 if test -z "$defaultval"; then
5283 if test x"$enablestring" = xdisable; then
5284 defaultval=yes
5285 else
5286 defaultval=no
5287 fi
5288 fi
5289
5290 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
5291 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6; }
5292 # Check whether --enable-permissive was given.
5293 if test "${enable_permissive+set}" = set; then
5294 enableval=$enable_permissive;
5295 if test "$enableval" = yes; then
5296 wx_cv_use_permissive='wxUSE_PERMISSIVE=yes'
5297 else
5298 wx_cv_use_permissive='wxUSE_PERMISSIVE=no'
5299 fi
5300
5301 else
5302
5303 wx_cv_use_permissive='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
5304
5305 fi
5306
5307
5308 eval "$wx_cv_use_permissive"
5309
5310 if test x"$enablestring" = xdisable; then
5311 if test $wxUSE_PERMISSIVE = no; then
5312 result=yes
5313 else
5314 result=no
5315 fi
5316 else
5317 result=$wxUSE_PERMISSIVE
5318 fi
5319
5320 { echo "$as_me:$LINENO: result: $result" >&5
5321 echo "${ECHO_T}$result" >&6; }
5322
5323
5324 enablestring=
5325 defaultval=
5326 if test -z "$defaultval"; then
5327 if test x"$enablestring" = xdisable; then
5328 defaultval=yes
5329 else
5330 defaultval=no
5331 fi
5332 fi
5333
5334 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
5335 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6; }
5336 # Check whether --enable-no_deps was given.
5337 if test "${enable_no_deps+set}" = set; then
5338 enableval=$enable_no_deps;
5339 if test "$enableval" = yes; then
5340 wx_cv_use_no_deps='wxUSE_NO_DEPS=yes'
5341 else
5342 wx_cv_use_no_deps='wxUSE_NO_DEPS=no'
5343 fi
5344
5345 else
5346
5347 wx_cv_use_no_deps='wxUSE_NO_DEPS=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
5348
5349 fi
5350
5351
5352 eval "$wx_cv_use_no_deps"
5353
5354 if test x"$enablestring" = xdisable; then
5355 if test $wxUSE_NO_DEPS = no; then
5356 result=yes
5357 else
5358 result=no
5359 fi
5360 else
5361 result=$wxUSE_NO_DEPS
5362 fi
5363
5364 { echo "$as_me:$LINENO: result: $result" >&5
5365 echo "${ECHO_T}$result" >&6; }
5366
5367
5368 enablestring=disable
5369 defaultval=
5370 if test -z "$defaultval"; then
5371 if test x"$enablestring" = xdisable; then
5372 defaultval=yes
5373 else
5374 defaultval=no
5375 fi
5376 fi
5377
5378 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-vararg_macros" >&5
5379 echo $ECHO_N "checking for --${enablestring:-enable}-vararg_macros... $ECHO_C" >&6; }
5380 # Check whether --enable-vararg_macros was given.
5381 if test "${enable_vararg_macros+set}" = set; then
5382 enableval=$enable_vararg_macros;
5383 if test "$enableval" = yes; then
5384 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
5385 else
5386 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
5387 fi
5388
5389 else
5390
5391 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
5392
5393 fi
5394
5395
5396 eval "$wx_cv_use_vararg_macros"
5397
5398 if test x"$enablestring" = xdisable; then
5399 if test $wxUSE_VARARG_MACROS = no; then
5400 result=yes
5401 else
5402 result=no
5403 fi
5404 else
5405 result=$wxUSE_VARARG_MACROS
5406 fi
5407
5408 { echo "$as_me:$LINENO: result: $result" >&5
5409 echo "${ECHO_T}$result" >&6; }
5410
5411
5412 enablestring=
5413 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal_binary" >&5
5414 echo $ECHO_N "checking for --${enablestring:-enable}-universal_binary... $ECHO_C" >&6; }
5415 # Check whether --enable-universal_binary was given.
5416 if test "${enable_universal_binary+set}" = set; then
5417 enableval=$enable_universal_binary;
5418 wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
5419
5420 else
5421
5422 wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
5423
5424 fi
5425
5426
5427 eval "$wx_cv_use_universal_binary"
5428
5429 { echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
5430 echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6; }
5431
5432
5433
5434 enablestring=
5435 defaultval=
5436 if test -z "$defaultval"; then
5437 if test x"$enablestring" = xdisable; then
5438 defaultval=yes
5439 else
5440 defaultval=no
5441 fi
5442 fi
5443
5444 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
5445 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6; }
5446 # Check whether --enable-compat26 was given.
5447 if test "${enable_compat26+set}" = set; then
5448 enableval=$enable_compat26;
5449 if test "$enableval" = yes; then
5450 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
5451 else
5452 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
5453 fi
5454
5455 else
5456
5457 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
5458
5459 fi
5460
5461
5462 eval "$wx_cv_use_compat26"
5463
5464 if test x"$enablestring" = xdisable; then
5465 if test $WXWIN_COMPATIBILITY_2_6 = no; then
5466 result=yes
5467 else
5468 result=no
5469 fi
5470 else
5471 result=$WXWIN_COMPATIBILITY_2_6
5472 fi
5473
5474 { echo "$as_me:$LINENO: result: $result" >&5
5475 echo "${ECHO_T}$result" >&6; }
5476
5477
5478 enablestring=disable
5479 defaultval=
5480 if test -z "$defaultval"; then
5481 if test x"$enablestring" = xdisable; then
5482 defaultval=yes
5483 else
5484 defaultval=no
5485 fi
5486 fi
5487
5488 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat28" >&5
5489 echo $ECHO_N "checking for --${enablestring:-enable}-compat28... $ECHO_C" >&6; }
5490 # Check whether --enable-compat28 was given.
5491 if test "${enable_compat28+set}" = set; then
5492 enableval=$enable_compat28;
5493 if test "$enableval" = yes; then
5494 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=yes'
5495 else
5496 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=no'
5497 fi
5498
5499 else
5500
5501 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
5502
5503 fi
5504
5505
5506 eval "$wx_cv_use_compat28"
5507
5508 if test x"$enablestring" = xdisable; then
5509 if test $WXWIN_COMPATIBILITY_2_8 = no; then
5510 result=yes
5511 else
5512 result=no
5513 fi
5514 else
5515 result=$WXWIN_COMPATIBILITY_2_8
5516 fi
5517
5518 { echo "$as_me:$LINENO: result: $result" >&5
5519 echo "${ECHO_T}$result" >&6; }
5520
5521
5522
5523 enablestring=disable
5524 defaultval=
5525 if test -z "$defaultval"; then
5526 if test x"$enablestring" = xdisable; then
5527 defaultval=yes
5528 else
5529 defaultval=no
5530 fi
5531 fi
5532
5533 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
5534 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6; }
5535 # Check whether --enable-rpath was given.
5536 if test "${enable_rpath+set}" = set; then
5537 enableval=$enable_rpath;
5538 if test "$enableval" = yes; then
5539 wx_cv_use_rpath='wxUSE_RPATH=yes'
5540 else
5541 wx_cv_use_rpath='wxUSE_RPATH=no'
5542 fi
5543
5544 else
5545
5546 wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
5547
5548 fi
5549
5550
5551 eval "$wx_cv_use_rpath"
5552
5553 if test x"$enablestring" = xdisable; then
5554 if test $wxUSE_RPATH = no; then
5555 result=yes
5556 else
5557 result=no
5558 fi
5559 else
5560 result=$wxUSE_RPATH
5561 fi
5562
5563 { echo "$as_me:$LINENO: result: $result" >&5
5564 echo "${ECHO_T}$result" >&6; }
5565
5566
5567
5568 enablestring=
5569 defaultval=
5570 if test -z "$defaultval"; then
5571 if test x"$enablestring" = xdisable; then
5572 defaultval=yes
5573 else
5574 defaultval=no
5575 fi
5576 fi
5577
5578 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-objc_uniquifying" >&5
5579 echo $ECHO_N "checking for --${enablestring:-enable}-objc_uniquifying... $ECHO_C" >&6; }
5580 # Check whether --enable-objc_uniquifying was given.
5581 if test "${enable_objc_uniquifying+set}" = set; then
5582 enableval=$enable_objc_uniquifying;
5583 if test "$enableval" = yes; then
5584 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=yes'
5585 else
5586 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=no'
5587 fi
5588
5589 else
5590
5591 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
5592
5593 fi
5594
5595
5596 eval "$wx_cv_use_objc_uniquifying"
5597
5598 if test x"$enablestring" = xdisable; then
5599 if test $wxUSE_OBJC_UNIQUIFYING = no; then
5600 result=yes
5601 else
5602 result=no
5603 fi
5604 else
5605 result=$wxUSE_OBJC_UNIQUIFYING
5606 fi
5607
5608 { echo "$as_me:$LINENO: result: $result" >&5
5609 echo "${ECHO_T}$result" >&6; }
5610
5611
5612
5613 enablestring=disable
5614 defaultval=
5615 if test -z "$defaultval"; then
5616 if test x"$enablestring" = xdisable; then
5617 defaultval=yes
5618 else
5619 defaultval=no
5620 fi
5621 fi
5622
5623 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-visibility" >&5
5624 echo $ECHO_N "checking for --${enablestring:-enable}-visibility... $ECHO_C" >&6; }
5625 # Check whether --enable-visibility was given.
5626 if test "${enable_visibility+set}" = set; then
5627 enableval=$enable_visibility;
5628 if test "$enableval" = yes; then
5629 wx_cv_use_visibility='wxUSE_VISIBILITY=yes'
5630 else
5631 wx_cv_use_visibility='wxUSE_VISIBILITY=no'
5632 fi
5633
5634 else
5635
5636 wx_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
5637
5638 fi
5639
5640
5641 eval "$wx_cv_use_visibility"
5642
5643 if test x"$enablestring" = xdisable; then
5644 if test $wxUSE_VISIBILITY = no; then
5645 result=yes
5646 else
5647 result=no
5648 fi
5649 else
5650 result=$wxUSE_VISIBILITY
5651 fi
5652
5653 { echo "$as_me:$LINENO: result: $result" >&5
5654 echo "${ECHO_T}$result" >&6; }
5655
5656
5657 enablestring=disable
5658 defaultval=
5659 if test -z "$defaultval"; then
5660 if test x"$enablestring" = xdisable; then
5661 defaultval=yes
5662 else
5663 defaultval=no
5664 fi
5665 fi
5666
5667 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tls" >&5
5668 echo $ECHO_N "checking for --${enablestring:-enable}-tls... $ECHO_C" >&6; }
5669 # Check whether --enable-tls was given.
5670 if test "${enable_tls+set}" = set; then
5671 enableval=$enable_tls;
5672 if test "$enableval" = yes; then
5673 wx_cv_use_tls='wxUSE_COMPILER_TLS=yes'
5674 else
5675 wx_cv_use_tls='wxUSE_COMPILER_TLS=no'
5676 fi
5677
5678 else
5679
5680 wx_cv_use_tls='wxUSE_COMPILER_TLS=${'DEFAULT_wxUSE_COMPILER_TLS":-$defaultval}"
5681
5682 fi
5683
5684
5685 eval "$wx_cv_use_tls"
5686
5687 if test x"$enablestring" = xdisable; then
5688 if test $wxUSE_COMPILER_TLS = no; then
5689 result=yes
5690 else
5691 result=no
5692 fi
5693 else
5694 result=$wxUSE_COMPILER_TLS
5695 fi
5696
5697 { echo "$as_me:$LINENO: result: $result" >&5
5698 echo "${ECHO_T}$result" >&6; }
5699
5700
5701
5702
5703 enablestring=
5704 defaultval=$wxUSE_ALL_FEATURES
5705 if test -z "$defaultval"; then
5706 if test x"$enablestring" = xdisable; then
5707 defaultval=yes
5708 else
5709 defaultval=no
5710 fi
5711 fi
5712
5713 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
5714 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6; }
5715 # Check whether --enable-intl was given.
5716 if test "${enable_intl+set}" = set; then
5717 enableval=$enable_intl;
5718 if test "$enableval" = yes; then
5719 wx_cv_use_intl='wxUSE_INTL=yes'
5720 else
5721 wx_cv_use_intl='wxUSE_INTL=no'
5722 fi
5723
5724 else
5725
5726 wx_cv_use_intl='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
5727
5728 fi
5729
5730
5731 eval "$wx_cv_use_intl"
5732
5733 if test x"$enablestring" = xdisable; then
5734 if test $wxUSE_INTL = no; then
5735 result=yes
5736 else
5737 result=no
5738 fi
5739 else
5740 result=$wxUSE_INTL
5741 fi
5742
5743 { echo "$as_me:$LINENO: result: $result" >&5
5744 echo "${ECHO_T}$result" >&6; }
5745
5746
5747 enablestring=
5748 defaultval=$wxUSE_ALL_FEATURES
5749 if test -z "$defaultval"; then
5750 if test x"$enablestring" = xdisable; then
5751 defaultval=yes
5752 else
5753 defaultval=no
5754 fi
5755 fi
5756
5757 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xlocale" >&5
5758 echo $ECHO_N "checking for --${enablestring:-enable}-xlocale... $ECHO_C" >&6; }
5759 # Check whether --enable-xlocale was given.
5760 if test "${enable_xlocale+set}" = set; then
5761 enableval=$enable_xlocale;
5762 if test "$enableval" = yes; then
5763 wx_cv_use_xlocale='wxUSE_XLOCALE=yes'
5764 else
5765 wx_cv_use_xlocale='wxUSE_XLOCALE=no'
5766 fi
5767
5768 else
5769
5770 wx_cv_use_xlocale='wxUSE_XLOCALE=${'DEFAULT_wxUSE_XLOCALE":-$defaultval}"
5771
5772 fi
5773
5774
5775 eval "$wx_cv_use_xlocale"
5776
5777 if test x"$enablestring" = xdisable; then
5778 if test $wxUSE_XLOCALE = no; then
5779 result=yes
5780 else
5781 result=no
5782 fi
5783 else
5784 result=$wxUSE_XLOCALE
5785 fi
5786
5787 { echo "$as_me:$LINENO: result: $result" >&5
5788 echo "${ECHO_T}$result" >&6; }
5789
5790
5791 enablestring=
5792 defaultval=$wxUSE_ALL_FEATURES
5793 if test -z "$defaultval"; then
5794 if test x"$enablestring" = xdisable; then
5795 defaultval=yes
5796 else
5797 defaultval=no
5798 fi
5799 fi
5800
5801 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
5802 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6; }
5803 # Check whether --enable-config was given.
5804 if test "${enable_config+set}" = set; then
5805 enableval=$enable_config;
5806 if test "$enableval" = yes; then
5807 wx_cv_use_config='wxUSE_CONFIG=yes'
5808 else
5809 wx_cv_use_config='wxUSE_CONFIG=no'
5810 fi
5811
5812 else
5813
5814 wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
5815
5816 fi
5817
5818
5819 eval "$wx_cv_use_config"
5820
5821 if test x"$enablestring" = xdisable; then
5822 if test $wxUSE_CONFIG = no; then
5823 result=yes
5824 else
5825 result=no
5826 fi
5827 else
5828 result=$wxUSE_CONFIG
5829 fi
5830
5831 { echo "$as_me:$LINENO: result: $result" >&5
5832 echo "${ECHO_T}$result" >&6; }
5833
5834
5835
5836 enablestring=
5837 defaultval=$wxUSE_ALL_FEATURES
5838 if test -z "$defaultval"; then
5839 if test x"$enablestring" = xdisable; then
5840 defaultval=yes
5841 else
5842 defaultval=no
5843 fi
5844 fi
5845
5846 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
5847 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6; }
5848 # Check whether --enable-protocols was given.
5849 if test "${enable_protocols+set}" = set; then
5850 enableval=$enable_protocols;
5851 if test "$enableval" = yes; then
5852 wx_cv_use_protocols='wxUSE_PROTOCOL=yes'
5853 else
5854 wx_cv_use_protocols='wxUSE_PROTOCOL=no'
5855 fi
5856
5857 else
5858
5859 wx_cv_use_protocols='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
5860
5861 fi
5862
5863
5864 eval "$wx_cv_use_protocols"
5865
5866 if test x"$enablestring" = xdisable; then
5867 if test $wxUSE_PROTOCOL = no; then
5868 result=yes
5869 else
5870 result=no
5871 fi
5872 else
5873 result=$wxUSE_PROTOCOL
5874 fi
5875
5876 { echo "$as_me:$LINENO: result: $result" >&5
5877 echo "${ECHO_T}$result" >&6; }
5878
5879
5880 enablestring=
5881 defaultval=$wxUSE_ALL_FEATURES
5882 if test -z "$defaultval"; then
5883 if test x"$enablestring" = xdisable; then
5884 defaultval=yes
5885 else
5886 defaultval=no
5887 fi
5888 fi
5889
5890 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
5891 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6; }
5892 # Check whether --enable-ftp was given.
5893 if test "${enable_ftp+set}" = set; then
5894 enableval=$enable_ftp;
5895 if test "$enableval" = yes; then
5896 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
5897 else
5898 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
5899 fi
5900
5901 else
5902
5903 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
5904
5905 fi
5906
5907
5908 eval "$wx_cv_use_ftp"
5909
5910 if test x"$enablestring" = xdisable; then
5911 if test $wxUSE_PROTOCOL_FTP = no; then
5912 result=yes
5913 else
5914 result=no
5915 fi
5916 else
5917 result=$wxUSE_PROTOCOL_FTP
5918 fi
5919
5920 { echo "$as_me:$LINENO: result: $result" >&5
5921 echo "${ECHO_T}$result" >&6; }
5922
5923
5924 enablestring=
5925 defaultval=$wxUSE_ALL_FEATURES
5926 if test -z "$defaultval"; then
5927 if test x"$enablestring" = xdisable; then
5928 defaultval=yes
5929 else
5930 defaultval=no
5931 fi
5932 fi
5933
5934 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
5935 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6; }
5936 # Check whether --enable-http was given.
5937 if test "${enable_http+set}" = set; then
5938 enableval=$enable_http;
5939 if test "$enableval" = yes; then
5940 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
5941 else
5942 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
5943 fi
5944
5945 else
5946
5947 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
5948
5949 fi
5950
5951
5952 eval "$wx_cv_use_http"
5953
5954 if test x"$enablestring" = xdisable; then
5955 if test $wxUSE_PROTOCOL_HTTP = no; then
5956 result=yes
5957 else
5958 result=no
5959 fi
5960 else
5961 result=$wxUSE_PROTOCOL_HTTP
5962 fi
5963
5964 { echo "$as_me:$LINENO: result: $result" >&5
5965 echo "${ECHO_T}$result" >&6; }
5966
5967
5968 enablestring=
5969 defaultval=$wxUSE_ALL_FEATURES
5970 if test -z "$defaultval"; then
5971 if test x"$enablestring" = xdisable; then
5972 defaultval=yes
5973 else
5974 defaultval=no
5975 fi
5976 fi
5977
5978 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
5979 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6; }
5980 # Check whether --enable-fileproto was given.
5981 if test "${enable_fileproto+set}" = set; then
5982 enableval=$enable_fileproto;
5983 if test "$enableval" = yes; then
5984 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
5985 else
5986 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
5987 fi
5988
5989 else
5990
5991 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
5992
5993 fi
5994
5995
5996 eval "$wx_cv_use_fileproto"
5997
5998 if test x"$enablestring" = xdisable; then
5999 if test $wxUSE_PROTOCOL_FILE = no; then
6000 result=yes
6001 else
6002 result=no
6003 fi
6004 else
6005 result=$wxUSE_PROTOCOL_FILE
6006 fi
6007
6008 { echo "$as_me:$LINENO: result: $result" >&5
6009 echo "${ECHO_T}$result" >&6; }
6010
6011
6012 enablestring=
6013 defaultval=$wxUSE_ALL_FEATURES
6014 if test -z "$defaultval"; then
6015 if test x"$enablestring" = xdisable; then
6016 defaultval=yes
6017 else
6018 defaultval=no
6019 fi
6020 fi
6021
6022 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
6023 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6; }
6024 # Check whether --enable-sockets was given.
6025 if test "${enable_sockets+set}" = set; then
6026 enableval=$enable_sockets;
6027 if test "$enableval" = yes; then
6028 wx_cv_use_sockets='wxUSE_SOCKETS=yes'
6029 else
6030 wx_cv_use_sockets='wxUSE_SOCKETS=no'
6031 fi
6032
6033 else
6034
6035 wx_cv_use_sockets='wxUSE_SOCKETS=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
6036
6037 fi
6038
6039
6040 eval "$wx_cv_use_sockets"
6041
6042 if test x"$enablestring" = xdisable; then
6043 if test $wxUSE_SOCKETS = no; then
6044 result=yes
6045 else
6046 result=no
6047 fi
6048 else
6049 result=$wxUSE_SOCKETS
6050 fi
6051
6052 { echo "$as_me:$LINENO: result: $result" >&5
6053 echo "${ECHO_T}$result" >&6; }
6054
6055
6056 enablestring=
6057 defaultval=$wxUSE_ALL_FEATURES
6058 if test -z "$defaultval"; then
6059 if test x"$enablestring" = xdisable; then
6060 defaultval=yes
6061 else
6062 defaultval=no
6063 fi
6064 fi
6065
6066 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipv6" >&5
6067 echo $ECHO_N "checking for --${enablestring:-enable}-ipv6... $ECHO_C" >&6; }
6068 # Check whether --enable-ipv6 was given.
6069 if test "${enable_ipv6+set}" = set; then
6070 enableval=$enable_ipv6;
6071 if test "$enableval" = yes; then
6072 wx_cv_use_ipv6='wxUSE_IPV6=yes'
6073 else
6074 wx_cv_use_ipv6='wxUSE_IPV6=no'
6075 fi
6076
6077 else
6078
6079 wx_cv_use_ipv6='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
6080
6081 fi
6082
6083
6084 eval "$wx_cv_use_ipv6"
6085
6086 if test x"$enablestring" = xdisable; then
6087 if test $wxUSE_IPV6 = no; then
6088 result=yes
6089 else
6090 result=no
6091 fi
6092 else
6093 result=$wxUSE_IPV6
6094 fi
6095
6096 { echo "$as_me:$LINENO: result: $result" >&5
6097 echo "${ECHO_T}$result" >&6; }
6098
6099
6100 enablestring=
6101 defaultval=$wxUSE_ALL_FEATURES
6102 if test -z "$defaultval"; then
6103 if test x"$enablestring" = xdisable; then
6104 defaultval=yes
6105 else
6106 defaultval=no
6107 fi
6108 fi
6109
6110 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
6111 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6; }
6112 # Check whether --enable-ole was given.
6113 if test "${enable_ole+set}" = set; then
6114 enableval=$enable_ole;
6115 if test "$enableval" = yes; then
6116 wx_cv_use_ole='wxUSE_OLE=yes'
6117 else
6118 wx_cv_use_ole='wxUSE_OLE=no'
6119 fi
6120
6121 else
6122
6123 wx_cv_use_ole='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
6124
6125 fi
6126
6127
6128 eval "$wx_cv_use_ole"
6129
6130 if test x"$enablestring" = xdisable; then
6131 if test $wxUSE_OLE = no; then
6132 result=yes
6133 else
6134 result=no
6135 fi
6136 else
6137 result=$wxUSE_OLE
6138 fi
6139
6140 { echo "$as_me:$LINENO: result: $result" >&5
6141 echo "${ECHO_T}$result" >&6; }
6142
6143
6144 enablestring=
6145 defaultval=$wxUSE_ALL_FEATURES
6146 if test -z "$defaultval"; then
6147 if test x"$enablestring" = xdisable; then
6148 defaultval=yes
6149 else
6150 defaultval=no
6151 fi
6152 fi
6153
6154 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
6155 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6; }
6156 # Check whether --enable-dataobj was given.
6157 if test "${enable_dataobj+set}" = set; then
6158 enableval=$enable_dataobj;
6159 if test "$enableval" = yes; then
6160 wx_cv_use_dataobj='wxUSE_DATAOBJ=yes'
6161 else
6162 wx_cv_use_dataobj='wxUSE_DATAOBJ=no'
6163 fi
6164
6165 else
6166
6167 wx_cv_use_dataobj='wxUSE_DATAOBJ=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
6168
6169 fi
6170
6171
6172 eval "$wx_cv_use_dataobj"
6173
6174 if test x"$enablestring" = xdisable; then
6175 if test $wxUSE_DATAOBJ = no; then
6176 result=yes
6177 else
6178 result=no
6179 fi
6180 else
6181 result=$wxUSE_DATAOBJ
6182 fi
6183
6184 { echo "$as_me:$LINENO: result: $result" >&5
6185 echo "${ECHO_T}$result" >&6; }
6186
6187
6188
6189 enablestring=
6190 defaultval=$wxUSE_ALL_FEATURES
6191 if test -z "$defaultval"; then
6192 if test x"$enablestring" = xdisable; then
6193 defaultval=yes
6194 else
6195 defaultval=no
6196 fi
6197 fi
6198
6199 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
6200 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6; }
6201 # Check whether --enable-ipc was given.
6202 if test "${enable_ipc+set}" = set; then
6203 enableval=$enable_ipc;
6204 if test "$enableval" = yes; then
6205 wx_cv_use_ipc='wxUSE_IPC=yes'
6206 else
6207 wx_cv_use_ipc='wxUSE_IPC=no'
6208 fi
6209
6210 else
6211
6212 wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
6213
6214 fi
6215
6216
6217 eval "$wx_cv_use_ipc"
6218
6219 if test x"$enablestring" = xdisable; then
6220 if test $wxUSE_IPC = no; then
6221 result=yes
6222 else
6223 result=no
6224 fi
6225 else
6226 result=$wxUSE_IPC
6227 fi
6228
6229 { echo "$as_me:$LINENO: result: $result" >&5
6230 echo "${ECHO_T}$result" >&6; }
6231
6232
6233
6234 enablestring=
6235 defaultval=$wxUSE_ALL_FEATURES
6236 if test -z "$defaultval"; then
6237 if test x"$enablestring" = xdisable; then
6238 defaultval=yes
6239 else
6240 defaultval=no
6241 fi
6242 fi
6243
6244 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-baseevtloop" >&5
6245 echo $ECHO_N "checking for --${enablestring:-enable}-baseevtloop... $ECHO_C" >&6; }
6246 # Check whether --enable-baseevtloop was given.
6247 if test "${enable_baseevtloop+set}" = set; then
6248 enableval=$enable_baseevtloop;
6249 if test "$enableval" = yes; then
6250 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=yes'
6251 else
6252 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=no'
6253 fi
6254
6255 else
6256
6257 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
6258
6259 fi
6260
6261
6262 eval "$wx_cv_use_baseevtloop"
6263
6264 if test x"$enablestring" = xdisable; then
6265 if test $wxUSE_CONSOLE_EVENTLOOP = no; then
6266 result=yes
6267 else
6268 result=no
6269 fi
6270 else
6271 result=$wxUSE_CONSOLE_EVENTLOOP
6272 fi
6273
6274 { echo "$as_me:$LINENO: result: $result" >&5
6275 echo "${ECHO_T}$result" >&6; }
6276
6277
6278 enablestring=
6279 defaultval=$wxUSE_ALL_FEATURES
6280 if test -z "$defaultval"; then
6281 if test x"$enablestring" = xdisable; then
6282 defaultval=yes
6283 else
6284 defaultval=no
6285 fi
6286 fi
6287
6288 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-epollloop" >&5
6289 echo $ECHO_N "checking for --${enablestring:-enable}-epollloop... $ECHO_C" >&6; }
6290 # Check whether --enable-epollloop was given.
6291 if test "${enable_epollloop+set}" = set; then
6292 enableval=$enable_epollloop;
6293 if test "$enableval" = yes; then
6294 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=yes'
6295 else
6296 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=no'
6297 fi
6298
6299 else
6300
6301 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
6302
6303 fi
6304
6305
6306 eval "$wx_cv_use_epollloop"
6307
6308 if test x"$enablestring" = xdisable; then
6309 if test $wxUSE_EPOLL_DISPATCHER = no; then
6310 result=yes
6311 else
6312 result=no
6313 fi
6314 else
6315 result=$wxUSE_EPOLL_DISPATCHER
6316 fi
6317
6318 { echo "$as_me:$LINENO: result: $result" >&5
6319 echo "${ECHO_T}$result" >&6; }
6320
6321
6322 enablestring=
6323 defaultval=$wxUSE_ALL_FEATURES
6324 if test -z "$defaultval"; then
6325 if test x"$enablestring" = xdisable; then
6326 defaultval=yes
6327 else
6328 defaultval=no
6329 fi
6330 fi
6331
6332 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-selectloop" >&5
6333 echo $ECHO_N "checking for --${enablestring:-enable}-selectloop... $ECHO_C" >&6; }
6334 # Check whether --enable-selectloop was given.
6335 if test "${enable_selectloop+set}" = set; then
6336 enableval=$enable_selectloop;
6337 if test "$enableval" = yes; then
6338 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
6339 else
6340 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
6341 fi
6342
6343 else
6344
6345 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
6346
6347 fi
6348
6349
6350 eval "$wx_cv_use_selectloop"
6351
6352 if test x"$enablestring" = xdisable; then
6353 if test $wxUSE_SELECT_DISPATCHER = no; then
6354 result=yes
6355 else
6356 result=no
6357 fi
6358 else
6359 result=$wxUSE_SELECT_DISPATCHER
6360 fi
6361
6362 { echo "$as_me:$LINENO: result: $result" >&5
6363 echo "${ECHO_T}$result" >&6; }
6364
6365
6366
6367 enablestring=
6368 defaultval=$wxUSE_ALL_FEATURES
6369 if test -z "$defaultval"; then
6370 if test x"$enablestring" = xdisable; then
6371 defaultval=yes
6372 else
6373 defaultval=no
6374 fi
6375 fi
6376
6377 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-any" >&5
6378 echo $ECHO_N "checking for --${enablestring:-enable}-any... $ECHO_C" >&6; }
6379 # Check whether --enable-any was given.
6380 if test "${enable_any+set}" = set; then
6381 enableval=$enable_any;
6382 if test "$enableval" = yes; then
6383 wx_cv_use_any='wxUSE_ANY=yes'
6384 else
6385 wx_cv_use_any='wxUSE_ANY=no'
6386 fi
6387
6388 else
6389
6390 wx_cv_use_any='wxUSE_ANY=${'DEFAULT_wxUSE_ANY":-$defaultval}"
6391
6392 fi
6393
6394
6395 eval "$wx_cv_use_any"
6396
6397 if test x"$enablestring" = xdisable; then
6398 if test $wxUSE_ANY = no; then
6399 result=yes
6400 else
6401 result=no
6402 fi
6403 else
6404 result=$wxUSE_ANY
6405 fi
6406
6407 { echo "$as_me:$LINENO: result: $result" >&5
6408 echo "${ECHO_T}$result" >&6; }
6409
6410
6411 enablestring=
6412 defaultval=$wxUSE_ALL_FEATURES
6413 if test -z "$defaultval"; then
6414 if test x"$enablestring" = xdisable; then
6415 defaultval=yes
6416 else
6417 defaultval=no
6418 fi
6419 fi
6420
6421 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
6422 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6; }
6423 # Check whether --enable-apple_ieee was given.
6424 if test "${enable_apple_ieee+set}" = set; then
6425 enableval=$enable_apple_ieee;
6426 if test "$enableval" = yes; then
6427 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
6428 else
6429 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
6430 fi
6431
6432 else
6433
6434 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
6435
6436 fi
6437
6438
6439 eval "$wx_cv_use_apple_ieee"
6440
6441 if test x"$enablestring" = xdisable; then
6442 if test $wxUSE_APPLE_IEEE = no; then
6443 result=yes
6444 else
6445 result=no
6446 fi
6447 else
6448 result=$wxUSE_APPLE_IEEE
6449 fi
6450
6451 { echo "$as_me:$LINENO: result: $result" >&5
6452 echo "${ECHO_T}$result" >&6; }
6453
6454
6455 enablestring=
6456 defaultval=$wxUSE_ALL_FEATURES
6457 if test -z "$defaultval"; then
6458 if test x"$enablestring" = xdisable; then
6459 defaultval=yes
6460 else
6461 defaultval=no
6462 fi
6463 fi
6464
6465 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
6466 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6; }
6467 # Check whether --enable-arcstream was given.
6468 if test "${enable_arcstream+set}" = set; then
6469 enableval=$enable_arcstream;
6470 if test "$enableval" = yes; then
6471 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
6472 else
6473 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
6474 fi
6475
6476 else
6477
6478 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
6479
6480 fi
6481
6482
6483 eval "$wx_cv_use_arcstream"
6484
6485 if test x"$enablestring" = xdisable; then
6486 if test $wxUSE_ARCHIVE_STREAMS = no; then
6487 result=yes
6488 else
6489 result=no
6490 fi
6491 else
6492 result=$wxUSE_ARCHIVE_STREAMS
6493 fi
6494
6495 { echo "$as_me:$LINENO: result: $result" >&5
6496 echo "${ECHO_T}$result" >&6; }
6497
6498
6499 enablestring=
6500 defaultval=$wxUSE_ALL_FEATURES
6501 if test -z "$defaultval"; then
6502 if test x"$enablestring" = xdisable; then
6503 defaultval=yes
6504 else
6505 defaultval=no
6506 fi
6507 fi
6508
6509 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-base64" >&5
6510 echo $ECHO_N "checking for --${enablestring:-enable}-base64... $ECHO_C" >&6; }
6511 # Check whether --enable-base64 was given.
6512 if test "${enable_base64+set}" = set; then
6513 enableval=$enable_base64;
6514 if test "$enableval" = yes; then
6515 wx_cv_use_base64='wxUSE_BASE64=yes'
6516 else
6517 wx_cv_use_base64='wxUSE_BASE64=no'
6518 fi
6519
6520 else
6521
6522 wx_cv_use_base64='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
6523
6524 fi
6525
6526
6527 eval "$wx_cv_use_base64"
6528
6529 if test x"$enablestring" = xdisable; then
6530 if test $wxUSE_BASE64 = no; then
6531 result=yes
6532 else
6533 result=no
6534 fi
6535 else
6536 result=$wxUSE_BASE64
6537 fi
6538
6539 { echo "$as_me:$LINENO: result: $result" >&5
6540 echo "${ECHO_T}$result" >&6; }
6541
6542
6543 enablestring=
6544 defaultval=$wxUSE_ALL_FEATURES
6545 if test -z "$defaultval"; then
6546 if test x"$enablestring" = xdisable; then
6547 defaultval=yes
6548 else
6549 defaultval=no
6550 fi
6551 fi
6552
6553 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
6554 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6; }
6555 # Check whether --enable-backtrace was given.
6556 if test "${enable_backtrace+set}" = set; then
6557 enableval=$enable_backtrace;
6558 if test "$enableval" = yes; then
6559 wx_cv_use_backtrace='wxUSE_STACKWALKER=yes'
6560 else
6561 wx_cv_use_backtrace='wxUSE_STACKWALKER=no'
6562 fi
6563
6564 else
6565
6566 wx_cv_use_backtrace='wxUSE_STACKWALKER=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
6567
6568 fi
6569
6570
6571 eval "$wx_cv_use_backtrace"
6572
6573 if test x"$enablestring" = xdisable; then
6574 if test $wxUSE_STACKWALKER = no; then
6575 result=yes
6576 else
6577 result=no
6578 fi
6579 else
6580 result=$wxUSE_STACKWALKER
6581 fi
6582
6583 { echo "$as_me:$LINENO: result: $result" >&5
6584 echo "${ECHO_T}$result" >&6; }
6585
6586
6587 enablestring=
6588 defaultval=$wxUSE_ALL_FEATURES
6589 if test -z "$defaultval"; then
6590 if test x"$enablestring" = xdisable; then
6591 defaultval=yes
6592 else
6593 defaultval=no
6594 fi
6595 fi
6596
6597 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
6598 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6; }
6599 # Check whether --enable-catch_segvs was given.
6600 if test "${enable_catch_segvs+set}" = set; then
6601 enableval=$enable_catch_segvs;
6602 if test "$enableval" = yes; then
6603 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
6604 else
6605 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
6606 fi
6607
6608 else
6609
6610 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
6611
6612 fi
6613
6614
6615 eval "$wx_cv_use_catch_segvs"
6616
6617 if test x"$enablestring" = xdisable; then
6618 if test $wxUSE_ON_FATAL_EXCEPTION = no; then
6619 result=yes
6620 else
6621 result=no
6622 fi
6623 else
6624 result=$wxUSE_ON_FATAL_EXCEPTION
6625 fi
6626
6627 { echo "$as_me:$LINENO: result: $result" >&5
6628 echo "${ECHO_T}$result" >&6; }
6629
6630
6631 enablestring=
6632 defaultval=$wxUSE_ALL_FEATURES
6633 if test -z "$defaultval"; then
6634 if test x"$enablestring" = xdisable; then
6635 defaultval=yes
6636 else
6637 defaultval=no
6638 fi
6639 fi
6640
6641 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
6642 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6; }
6643 # Check whether --enable-cmdline was given.
6644 if test "${enable_cmdline+set}" = set; then
6645 enableval=$enable_cmdline;
6646 if test "$enableval" = yes; then
6647 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
6648 else
6649 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
6650 fi
6651
6652 else
6653
6654 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
6655
6656 fi
6657
6658
6659 eval "$wx_cv_use_cmdline"
6660
6661 if test x"$enablestring" = xdisable; then
6662 if test $wxUSE_CMDLINE_PARSER = no; then
6663 result=yes
6664 else
6665 result=no
6666 fi
6667 else
6668 result=$wxUSE_CMDLINE_PARSER
6669 fi
6670
6671 { echo "$as_me:$LINENO: result: $result" >&5
6672 echo "${ECHO_T}$result" >&6; }
6673
6674
6675 enablestring=
6676 defaultval=$wxUSE_ALL_FEATURES
6677 if test -z "$defaultval"; then
6678 if test x"$enablestring" = xdisable; then
6679 defaultval=yes
6680 else
6681 defaultval=no
6682 fi
6683 fi
6684
6685 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
6686 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6; }
6687 # Check whether --enable-datetime was given.
6688 if test "${enable_datetime+set}" = set; then
6689 enableval=$enable_datetime;
6690 if test "$enableval" = yes; then
6691 wx_cv_use_datetime='wxUSE_DATETIME=yes'
6692 else
6693 wx_cv_use_datetime='wxUSE_DATETIME=no'
6694 fi
6695
6696 else
6697
6698 wx_cv_use_datetime='wxUSE_DATETIME=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
6699
6700 fi
6701
6702
6703 eval "$wx_cv_use_datetime"
6704
6705 if test x"$enablestring" = xdisable; then
6706 if test $wxUSE_DATETIME = no; then
6707 result=yes
6708 else
6709 result=no
6710 fi
6711 else
6712 result=$wxUSE_DATETIME
6713 fi
6714
6715 { echo "$as_me:$LINENO: result: $result" >&5
6716 echo "${ECHO_T}$result" >&6; }
6717
6718
6719 enablestring=
6720 defaultval=$wxUSE_ALL_FEATURES
6721 if test -z "$defaultval"; then
6722 if test x"$enablestring" = xdisable; then
6723 defaultval=yes
6724 else
6725 defaultval=no
6726 fi
6727 fi
6728
6729 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
6730 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6; }
6731 # Check whether --enable-debugreport was given.
6732 if test "${enable_debugreport+set}" = set; then
6733 enableval=$enable_debugreport;
6734 if test "$enableval" = yes; then
6735 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
6736 else
6737 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
6738 fi
6739
6740 else
6741
6742 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
6743
6744 fi
6745
6746
6747 eval "$wx_cv_use_debugreport"
6748
6749 if test x"$enablestring" = xdisable; then
6750 if test $wxUSE_DEBUGREPORT = no; then
6751 result=yes
6752 else
6753 result=no
6754 fi
6755 else
6756 result=$wxUSE_DEBUGREPORT
6757 fi
6758
6759 { echo "$as_me:$LINENO: result: $result" >&5
6760 echo "${ECHO_T}$result" >&6; }
6761
6762
6763 enablestring=
6764 defaultval=$wxUSE_ALL_FEATURES
6765 if test -z "$defaultval"; then
6766 if test x"$enablestring" = xdisable; then
6767 defaultval=yes
6768 else
6769 defaultval=no
6770 fi
6771 fi
6772
6773 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
6774 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6; }
6775 # Check whether --enable-dialupman was given.
6776 if test "${enable_dialupman+set}" = set; then
6777 enableval=$enable_dialupman;
6778 if test "$enableval" = yes; then
6779 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
6780 else
6781 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
6782 fi
6783
6784 else
6785
6786 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
6787
6788 fi
6789
6790
6791 eval "$wx_cv_use_dialupman"
6792
6793 if test x"$enablestring" = xdisable; then
6794 if test $wxUSE_DIALUP_MANAGER = no; then
6795 result=yes
6796 else
6797 result=no
6798 fi
6799 else
6800 result=$wxUSE_DIALUP_MANAGER
6801 fi
6802
6803 { echo "$as_me:$LINENO: result: $result" >&5
6804 echo "${ECHO_T}$result" >&6; }
6805
6806
6807 enablestring=
6808 defaultval=$wxUSE_ALL_FEATURES
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 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
6818 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6; }
6819 # Check whether --enable-dynlib was given.
6820 if test "${enable_dynlib+set}" = set; then
6821 enableval=$enable_dynlib;
6822 if test "$enableval" = yes; then
6823 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
6824 else
6825 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
6826 fi
6827
6828 else
6829
6830 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
6831
6832 fi
6833
6834
6835 eval "$wx_cv_use_dynlib"
6836
6837 if test x"$enablestring" = xdisable; then
6838 if test $wxUSE_DYNLIB_CLASS = no; then
6839 result=yes
6840 else
6841 result=no
6842 fi
6843 else
6844 result=$wxUSE_DYNLIB_CLASS
6845 fi
6846
6847 { echo "$as_me:$LINENO: result: $result" >&5
6848 echo "${ECHO_T}$result" >&6; }
6849
6850
6851 enablestring=
6852 defaultval=$wxUSE_ALL_FEATURES
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 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
6862 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6; }
6863 # Check whether --enable-dynamicloader was given.
6864 if test "${enable_dynamicloader+set}" = set; then
6865 enableval=$enable_dynamicloader;
6866 if test "$enableval" = yes; then
6867 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
6868 else
6869 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
6870 fi
6871
6872 else
6873
6874 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
6875
6876 fi
6877
6878
6879 eval "$wx_cv_use_dynamicloader"
6880
6881 if test x"$enablestring" = xdisable; then
6882 if test $wxUSE_DYNAMIC_LOADER = no; then
6883 result=yes
6884 else
6885 result=no
6886 fi
6887 else
6888 result=$wxUSE_DYNAMIC_LOADER
6889 fi
6890
6891 { echo "$as_me:$LINENO: result: $result" >&5
6892 echo "${ECHO_T}$result" >&6; }
6893
6894
6895 enablestring=
6896 defaultval=$wxUSE_ALL_FEATURES
6897 if test -z "$defaultval"; then
6898 if test x"$enablestring" = xdisable; then
6899 defaultval=yes
6900 else
6901 defaultval=no
6902 fi
6903 fi
6904
6905 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
6906 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6; }
6907 # Check whether --enable-exceptions was given.
6908 if test "${enable_exceptions+set}" = set; then
6909 enableval=$enable_exceptions;
6910 if test "$enableval" = yes; then
6911 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
6912 else
6913 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
6914 fi
6915
6916 else
6917
6918 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
6919
6920 fi
6921
6922
6923 eval "$wx_cv_use_exceptions"
6924
6925 if test x"$enablestring" = xdisable; then
6926 if test $wxUSE_EXCEPTIONS = no; then
6927 result=yes
6928 else
6929 result=no
6930 fi
6931 else
6932 result=$wxUSE_EXCEPTIONS
6933 fi
6934
6935 { echo "$as_me:$LINENO: result: $result" >&5
6936 echo "${ECHO_T}$result" >&6; }
6937
6938
6939 enablestring=
6940 defaultval=$wxUSE_ALL_FEATURES
6941 if test -z "$defaultval"; then
6942 if test x"$enablestring" = xdisable; then
6943 defaultval=yes
6944 else
6945 defaultval=no
6946 fi
6947 fi
6948
6949 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
6950 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6; }
6951 # Check whether --enable-ffile was given.
6952 if test "${enable_ffile+set}" = set; then
6953 enableval=$enable_ffile;
6954 if test "$enableval" = yes; then
6955 wx_cv_use_ffile='wxUSE_FFILE=yes'
6956 else
6957 wx_cv_use_ffile='wxUSE_FFILE=no'
6958 fi
6959
6960 else
6961
6962 wx_cv_use_ffile='wxUSE_FFILE=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
6963
6964 fi
6965
6966
6967 eval "$wx_cv_use_ffile"
6968
6969 if test x"$enablestring" = xdisable; then
6970 if test $wxUSE_FFILE = no; then
6971 result=yes
6972 else
6973 result=no
6974 fi
6975 else
6976 result=$wxUSE_FFILE
6977 fi
6978
6979 { echo "$as_me:$LINENO: result: $result" >&5
6980 echo "${ECHO_T}$result" >&6; }
6981
6982
6983 enablestring=
6984 defaultval=$wxUSE_ALL_FEATURES
6985 if test -z "$defaultval"; then
6986 if test x"$enablestring" = xdisable; then
6987 defaultval=yes
6988 else
6989 defaultval=no
6990 fi
6991 fi
6992
6993 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
6994 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6; }
6995 # Check whether --enable-file was given.
6996 if test "${enable_file+set}" = set; then
6997 enableval=$enable_file;
6998 if test "$enableval" = yes; then
6999 wx_cv_use_file='wxUSE_FILE=yes'
7000 else
7001 wx_cv_use_file='wxUSE_FILE=no'
7002 fi
7003
7004 else
7005
7006 wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
7007
7008 fi
7009
7010
7011 eval "$wx_cv_use_file"
7012
7013 if test x"$enablestring" = xdisable; then
7014 if test $wxUSE_FILE = no; then
7015 result=yes
7016 else
7017 result=no
7018 fi
7019 else
7020 result=$wxUSE_FILE
7021 fi
7022
7023 { echo "$as_me:$LINENO: result: $result" >&5
7024 echo "${ECHO_T}$result" >&6; }
7025
7026
7027 enablestring=
7028 defaultval=$wxUSE_ALL_FEATURES
7029 if test -z "$defaultval"; then
7030 if test x"$enablestring" = xdisable; then
7031 defaultval=yes
7032 else
7033 defaultval=no
7034 fi
7035 fi
7036
7037 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filehistory" >&5
7038 echo $ECHO_N "checking for --${enablestring:-enable}-filehistory... $ECHO_C" >&6; }
7039 # Check whether --enable-filehistory was given.
7040 if test "${enable_filehistory+set}" = set; then
7041 enableval=$enable_filehistory;
7042 if test "$enableval" = yes; then
7043 wx_cv_use_filehistory='wxUSE_FILE_HISTORY=yes'
7044 else
7045 wx_cv_use_filehistory='wxUSE_FILE_HISTORY=no'
7046 fi
7047
7048 else
7049
7050 wx_cv_use_filehistory='wxUSE_FILE_HISTORY=${'DEFAULT_wxUSE_FILE_HISTORY":-$defaultval}"
7051
7052 fi
7053
7054
7055 eval "$wx_cv_use_filehistory"
7056
7057 if test x"$enablestring" = xdisable; then
7058 if test $wxUSE_FILE_HISTORY = no; then
7059 result=yes
7060 else
7061 result=no
7062 fi
7063 else
7064 result=$wxUSE_FILE_HISTORY
7065 fi
7066
7067 { echo "$as_me:$LINENO: result: $result" >&5
7068 echo "${ECHO_T}$result" >&6; }
7069
7070
7071 enablestring=
7072 defaultval=$wxUSE_ALL_FEATURES
7073 if test -z "$defaultval"; then
7074 if test x"$enablestring" = xdisable; then
7075 defaultval=yes
7076 else
7077 defaultval=no
7078 fi
7079 fi
7080
7081 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
7082 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6; }
7083 # Check whether --enable-filesystem was given.
7084 if test "${enable_filesystem+set}" = set; then
7085 enableval=$enable_filesystem;
7086 if test "$enableval" = yes; then
7087 wx_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
7088 else
7089 wx_cv_use_filesystem='wxUSE_FILESYSTEM=no'
7090 fi
7091
7092 else
7093
7094 wx_cv_use_filesystem='wxUSE_FILESYSTEM=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
7095
7096 fi
7097
7098
7099 eval "$wx_cv_use_filesystem"
7100
7101 if test x"$enablestring" = xdisable; then
7102 if test $wxUSE_FILESYSTEM = no; then
7103 result=yes
7104 else
7105 result=no
7106 fi
7107 else
7108 result=$wxUSE_FILESYSTEM
7109 fi
7110
7111 { echo "$as_me:$LINENO: result: $result" >&5
7112 echo "${ECHO_T}$result" >&6; }
7113
7114
7115 enablestring=
7116 defaultval=$wxUSE_ALL_FEATURES
7117 if test -z "$defaultval"; then
7118 if test x"$enablestring" = xdisable; then
7119 defaultval=yes
7120 else
7121 defaultval=no
7122 fi
7123 fi
7124
7125 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontenum" >&5
7126 echo $ECHO_N "checking for --${enablestring:-enable}-fontenum... $ECHO_C" >&6; }
7127 # Check whether --enable-fontenum was given.
7128 if test "${enable_fontenum+set}" = set; then
7129 enableval=$enable_fontenum;
7130 if test "$enableval" = yes; then
7131 wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
7132 else
7133 wx_cv_use_fontenum='wxUSE_FONTENUM=no'
7134 fi
7135
7136 else
7137
7138 wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
7139
7140 fi
7141
7142
7143 eval "$wx_cv_use_fontenum"
7144
7145 if test x"$enablestring" = xdisable; then
7146 if test $wxUSE_FONTENUM = no; then
7147 result=yes
7148 else
7149 result=no
7150 fi
7151 else
7152 result=$wxUSE_FONTENUM
7153 fi
7154
7155 { echo "$as_me:$LINENO: result: $result" >&5
7156 echo "${ECHO_T}$result" >&6; }
7157
7158
7159 enablestring=
7160 defaultval=$wxUSE_ALL_FEATURES
7161 if test -z "$defaultval"; then
7162 if test x"$enablestring" = xdisable; then
7163 defaultval=yes
7164 else
7165 defaultval=no
7166 fi
7167 fi
7168
7169 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
7170 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6; }
7171 # Check whether --enable-fontmap was given.
7172 if test "${enable_fontmap+set}" = set; then
7173 enableval=$enable_fontmap;
7174 if test "$enableval" = yes; then
7175 wx_cv_use_fontmap='wxUSE_FONTMAP=yes'
7176 else
7177 wx_cv_use_fontmap='wxUSE_FONTMAP=no'
7178 fi
7179
7180 else
7181
7182 wx_cv_use_fontmap='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
7183
7184 fi
7185
7186
7187 eval "$wx_cv_use_fontmap"
7188
7189 if test x"$enablestring" = xdisable; then
7190 if test $wxUSE_FONTMAP = no; then
7191 result=yes
7192 else
7193 result=no
7194 fi
7195 else
7196 result=$wxUSE_FONTMAP
7197 fi
7198
7199 { echo "$as_me:$LINENO: result: $result" >&5
7200 echo "${ECHO_T}$result" >&6; }
7201
7202
7203 enablestring=
7204 defaultval=$wxUSE_ALL_FEATURES
7205 if test -z "$defaultval"; then
7206 if test x"$enablestring" = xdisable; then
7207 defaultval=yes
7208 else
7209 defaultval=no
7210 fi
7211 fi
7212
7213 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_archive" >&5
7214 echo $ECHO_N "checking for --${enablestring:-enable}-fs_archive... $ECHO_C" >&6; }
7215 # Check whether --enable-fs_archive was given.
7216 if test "${enable_fs_archive+set}" = set; then
7217 enableval=$enable_fs_archive;
7218 if test "$enableval" = yes; then
7219 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=yes'
7220 else
7221 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=no'
7222 fi
7223
7224 else
7225
7226 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
7227
7228 fi
7229
7230
7231 eval "$wx_cv_use_fs_archive"
7232
7233 if test x"$enablestring" = xdisable; then
7234 if test $wxUSE_FS_ARCHIVE = no; then
7235 result=yes
7236 else
7237 result=no
7238 fi
7239 else
7240 result=$wxUSE_FS_ARCHIVE
7241 fi
7242
7243 { echo "$as_me:$LINENO: result: $result" >&5
7244 echo "${ECHO_T}$result" >&6; }
7245
7246
7247 enablestring=
7248 defaultval=$wxUSE_ALL_FEATURES
7249 if test -z "$defaultval"; then
7250 if test x"$enablestring" = xdisable; then
7251 defaultval=yes
7252 else
7253 defaultval=no
7254 fi
7255 fi
7256
7257 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
7258 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6; }
7259 # Check whether --enable-fs_inet was given.
7260 if test "${enable_fs_inet+set}" = set; then
7261 enableval=$enable_fs_inet;
7262 if test "$enableval" = yes; then
7263 wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
7264 else
7265 wx_cv_use_fs_inet='wxUSE_FS_INET=no'
7266 fi
7267
7268 else
7269
7270 wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
7271
7272 fi
7273
7274
7275 eval "$wx_cv_use_fs_inet"
7276
7277 if test x"$enablestring" = xdisable; then
7278 if test $wxUSE_FS_INET = no; then
7279 result=yes
7280 else
7281 result=no
7282 fi
7283 else
7284 result=$wxUSE_FS_INET
7285 fi
7286
7287 { echo "$as_me:$LINENO: result: $result" >&5
7288 echo "${ECHO_T}$result" >&6; }
7289
7290
7291 enablestring=
7292 defaultval=$wxUSE_ALL_FEATURES
7293 if test -z "$defaultval"; then
7294 if test x"$enablestring" = xdisable; then
7295 defaultval=yes
7296 else
7297 defaultval=no
7298 fi
7299 fi
7300
7301 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
7302 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6; }
7303 # Check whether --enable-fs_zip was given.
7304 if test "${enable_fs_zip+set}" = set; then
7305 enableval=$enable_fs_zip;
7306 if test "$enableval" = yes; then
7307 wx_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
7308 else
7309 wx_cv_use_fs_zip='wxUSE_FS_ZIP=no'
7310 fi
7311
7312 else
7313
7314 wx_cv_use_fs_zip='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
7315
7316 fi
7317
7318
7319 eval "$wx_cv_use_fs_zip"
7320
7321 if test x"$enablestring" = xdisable; then
7322 if test $wxUSE_FS_ZIP = no; then
7323 result=yes
7324 else
7325 result=no
7326 fi
7327 else
7328 result=$wxUSE_FS_ZIP
7329 fi
7330
7331 { echo "$as_me:$LINENO: result: $result" >&5
7332 echo "${ECHO_T}$result" >&6; }
7333
7334
7335 enablestring=
7336 defaultval=$wxUSE_ALL_FEATURES
7337 if test -z "$defaultval"; then
7338 if test x"$enablestring" = xdisable; then
7339 defaultval=yes
7340 else
7341 defaultval=no
7342 fi
7343 fi
7344
7345 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fswatcher" >&5
7346 echo $ECHO_N "checking for --${enablestring:-enable}-fswatcher... $ECHO_C" >&6; }
7347 # Check whether --enable-fswatcher was given.
7348 if test "${enable_fswatcher+set}" = set; then
7349 enableval=$enable_fswatcher;
7350 if test "$enableval" = yes; then
7351 wx_cv_use_fswatcher='wxUSE_FSWATCHER=yes'
7352 else
7353 wx_cv_use_fswatcher='wxUSE_FSWATCHER=no'
7354 fi
7355
7356 else
7357
7358 wx_cv_use_fswatcher='wxUSE_FSWATCHER=${'DEFAULT_wxUSE_FSWATCHER":-$defaultval}"
7359
7360 fi
7361
7362
7363 eval "$wx_cv_use_fswatcher"
7364
7365 if test x"$enablestring" = xdisable; then
7366 if test $wxUSE_FSWATCHER = no; then
7367 result=yes
7368 else
7369 result=no
7370 fi
7371 else
7372 result=$wxUSE_FSWATCHER
7373 fi
7374
7375 { echo "$as_me:$LINENO: result: $result" >&5
7376 echo "${ECHO_T}$result" >&6; }
7377
7378
7379 enablestring=
7380 defaultval=$wxUSE_ALL_FEATURES
7381 if test -z "$defaultval"; then
7382 if test x"$enablestring" = xdisable; then
7383 defaultval=yes
7384 else
7385 defaultval=no
7386 fi
7387 fi
7388
7389 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
7390 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6; }
7391 # Check whether --enable-geometry was given.
7392 if test "${enable_geometry+set}" = set; then
7393 enableval=$enable_geometry;
7394 if test "$enableval" = yes; then
7395 wx_cv_use_geometry='wxUSE_GEOMETRY=yes'
7396 else
7397 wx_cv_use_geometry='wxUSE_GEOMETRY=no'
7398 fi
7399
7400 else
7401
7402 wx_cv_use_geometry='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
7403
7404 fi
7405
7406
7407 eval "$wx_cv_use_geometry"
7408
7409 if test x"$enablestring" = xdisable; then
7410 if test $wxUSE_GEOMETRY = no; then
7411 result=yes
7412 else
7413 result=no
7414 fi
7415 else
7416 result=$wxUSE_GEOMETRY
7417 fi
7418
7419 { echo "$as_me:$LINENO: result: $result" >&5
7420 echo "${ECHO_T}$result" >&6; }
7421
7422
7423 enablestring=
7424 defaultval=$wxUSE_ALL_FEATURES
7425 if test -z "$defaultval"; then
7426 if test x"$enablestring" = xdisable; then
7427 defaultval=yes
7428 else
7429 defaultval=no
7430 fi
7431 fi
7432
7433 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
7434 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6; }
7435 # Check whether --enable-log was given.
7436 if test "${enable_log+set}" = set; then
7437 enableval=$enable_log;
7438 if test "$enableval" = yes; then
7439 wx_cv_use_log='wxUSE_LOG=yes'
7440 else
7441 wx_cv_use_log='wxUSE_LOG=no'
7442 fi
7443
7444 else
7445
7446 wx_cv_use_log='wxUSE_LOG=${'DEFAULT_wxUSE_LOG":-$defaultval}"
7447
7448 fi
7449
7450
7451 eval "$wx_cv_use_log"
7452
7453 if test x"$enablestring" = xdisable; then
7454 if test $wxUSE_LOG = no; then
7455 result=yes
7456 else
7457 result=no
7458 fi
7459 else
7460 result=$wxUSE_LOG
7461 fi
7462
7463 { echo "$as_me:$LINENO: result: $result" >&5
7464 echo "${ECHO_T}$result" >&6; }
7465
7466
7467 enablestring=
7468 defaultval=$wxUSE_ALL_FEATURES
7469 if test -z "$defaultval"; then
7470 if test x"$enablestring" = xdisable; then
7471 defaultval=yes
7472 else
7473 defaultval=no
7474 fi
7475 fi
7476
7477 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
7478 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6; }
7479 # Check whether --enable-longlong was given.
7480 if test "${enable_longlong+set}" = set; then
7481 enableval=$enable_longlong;
7482 if test "$enableval" = yes; then
7483 wx_cv_use_longlong='wxUSE_LONGLONG=yes'
7484 else
7485 wx_cv_use_longlong='wxUSE_LONGLONG=no'
7486 fi
7487
7488 else
7489
7490 wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
7491
7492 fi
7493
7494
7495 eval "$wx_cv_use_longlong"
7496
7497 if test x"$enablestring" = xdisable; then
7498 if test $wxUSE_LONGLONG = no; then
7499 result=yes
7500 else
7501 result=no
7502 fi
7503 else
7504 result=$wxUSE_LONGLONG
7505 fi
7506
7507 { echo "$as_me:$LINENO: result: $result" >&5
7508 echo "${ECHO_T}$result" >&6; }
7509
7510
7511 enablestring=
7512 defaultval=$wxUSE_ALL_FEATURES
7513 if test -z "$defaultval"; then
7514 if test x"$enablestring" = xdisable; then
7515 defaultval=yes
7516 else
7517 defaultval=no
7518 fi
7519 fi
7520
7521 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
7522 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6; }
7523 # Check whether --enable-mimetype was given.
7524 if test "${enable_mimetype+set}" = set; then
7525 enableval=$enable_mimetype;
7526 if test "$enableval" = yes; then
7527 wx_cv_use_mimetype='wxUSE_MIMETYPE=yes'
7528 else
7529 wx_cv_use_mimetype='wxUSE_MIMETYPE=no'
7530 fi
7531
7532 else
7533
7534 wx_cv_use_mimetype='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
7535
7536 fi
7537
7538
7539 eval "$wx_cv_use_mimetype"
7540
7541 if test x"$enablestring" = xdisable; then
7542 if test $wxUSE_MIMETYPE = no; then
7543 result=yes
7544 else
7545 result=no
7546 fi
7547 else
7548 result=$wxUSE_MIMETYPE
7549 fi
7550
7551 { echo "$as_me:$LINENO: result: $result" >&5
7552 echo "${ECHO_T}$result" >&6; }
7553
7554
7555 enablestring=
7556 defaultval=$wxUSE_ALL_FEATURES
7557 if test -z "$defaultval"; then
7558 if test x"$enablestring" = xdisable; then
7559 defaultval=yes
7560 else
7561 defaultval=no
7562 fi
7563 fi
7564
7565 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printfposparam" >&5
7566 echo $ECHO_N "checking for --${enablestring:-enable}-printfposparam... $ECHO_C" >&6; }
7567 # Check whether --enable-printfposparam was given.
7568 if test "${enable_printfposparam+set}" = set; then
7569 enableval=$enable_printfposparam;
7570 if test "$enableval" = yes; then
7571 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=yes'
7572 else
7573 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=no'
7574 fi
7575
7576 else
7577
7578 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
7579
7580 fi
7581
7582
7583 eval "$wx_cv_use_printfposparam"
7584
7585 if test x"$enablestring" = xdisable; then
7586 if test $wxUSE_PRINTF_POS_PARAMS = no; then
7587 result=yes
7588 else
7589 result=no
7590 fi
7591 else
7592 result=$wxUSE_PRINTF_POS_PARAMS
7593 fi
7594
7595 { echo "$as_me:$LINENO: result: $result" >&5
7596 echo "${ECHO_T}$result" >&6; }
7597
7598
7599 enablestring=
7600 defaultval=$wxUSE_ALL_FEATURES
7601 if test -z "$defaultval"; then
7602 if test x"$enablestring" = xdisable; then
7603 defaultval=yes
7604 else
7605 defaultval=no
7606 fi
7607 fi
7608
7609 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
7610 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6; }
7611 # Check whether --enable-snglinst was given.
7612 if test "${enable_snglinst+set}" = set; then
7613 enableval=$enable_snglinst;
7614 if test "$enableval" = yes; then
7615 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
7616 else
7617 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
7618 fi
7619
7620 else
7621
7622 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
7623
7624 fi
7625
7626
7627 eval "$wx_cv_use_snglinst"
7628
7629 if test x"$enablestring" = xdisable; then
7630 if test $wxUSE_SNGLINST_CHECKER = no; then
7631 result=yes
7632 else
7633 result=no
7634 fi
7635 else
7636 result=$wxUSE_SNGLINST_CHECKER
7637 fi
7638
7639 { echo "$as_me:$LINENO: result: $result" >&5
7640 echo "${ECHO_T}$result" >&6; }
7641
7642
7643 enablestring=
7644 defaultval=$wxUSE_ALL_FEATURES
7645 if test -z "$defaultval"; then
7646 if test x"$enablestring" = xdisable; then
7647 defaultval=yes
7648 else
7649 defaultval=no
7650 fi
7651 fi
7652
7653 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
7654 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6; }
7655 # Check whether --enable-sound was given.
7656 if test "${enable_sound+set}" = set; then
7657 enableval=$enable_sound;
7658 if test "$enableval" = yes; then
7659 wx_cv_use_sound='wxUSE_SOUND=yes'
7660 else
7661 wx_cv_use_sound='wxUSE_SOUND=no'
7662 fi
7663
7664 else
7665
7666 wx_cv_use_sound='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
7667
7668 fi
7669
7670
7671 eval "$wx_cv_use_sound"
7672
7673 if test x"$enablestring" = xdisable; then
7674 if test $wxUSE_SOUND = no; then
7675 result=yes
7676 else
7677 result=no
7678 fi
7679 else
7680 result=$wxUSE_SOUND
7681 fi
7682
7683 { echo "$as_me:$LINENO: result: $result" >&5
7684 echo "${ECHO_T}$result" >&6; }
7685
7686
7687 enablestring=
7688 defaultval=$wxUSE_ALL_FEATURES
7689 if test -z "$defaultval"; then
7690 if test x"$enablestring" = xdisable; then
7691 defaultval=yes
7692 else
7693 defaultval=no
7694 fi
7695 fi
7696
7697 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
7698 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6; }
7699 # Check whether --enable-stdpaths was given.
7700 if test "${enable_stdpaths+set}" = set; then
7701 enableval=$enable_stdpaths;
7702 if test "$enableval" = yes; then
7703 wx_cv_use_stdpaths='wxUSE_STDPATHS=yes'
7704 else
7705 wx_cv_use_stdpaths='wxUSE_STDPATHS=no'
7706 fi
7707
7708 else
7709
7710 wx_cv_use_stdpaths='wxUSE_STDPATHS=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
7711
7712 fi
7713
7714
7715 eval "$wx_cv_use_stdpaths"
7716
7717 if test x"$enablestring" = xdisable; then
7718 if test $wxUSE_STDPATHS = no; then
7719 result=yes
7720 else
7721 result=no
7722 fi
7723 else
7724 result=$wxUSE_STDPATHS
7725 fi
7726
7727 { echo "$as_me:$LINENO: result: $result" >&5
7728 echo "${ECHO_T}$result" >&6; }
7729
7730
7731 enablestring=
7732 defaultval=$wxUSE_ALL_FEATURES
7733 if test -z "$defaultval"; then
7734 if test x"$enablestring" = xdisable; then
7735 defaultval=yes
7736 else
7737 defaultval=no
7738 fi
7739 fi
7740
7741 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
7742 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6; }
7743 # Check whether --enable-stopwatch was given.
7744 if test "${enable_stopwatch+set}" = set; then
7745 enableval=$enable_stopwatch;
7746 if test "$enableval" = yes; then
7747 wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
7748 else
7749 wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
7750 fi
7751
7752 else
7753
7754 wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
7755
7756 fi
7757
7758
7759 eval "$wx_cv_use_stopwatch"
7760
7761 if test x"$enablestring" = xdisable; then
7762 if test $wxUSE_STOPWATCH = no; then
7763 result=yes
7764 else
7765 result=no
7766 fi
7767 else
7768 result=$wxUSE_STOPWATCH
7769 fi
7770
7771 { echo "$as_me:$LINENO: result: $result" >&5
7772 echo "${ECHO_T}$result" >&6; }
7773
7774
7775 enablestring=
7776 defaultval=$wxUSE_ALL_FEATURES
7777 if test -z "$defaultval"; then
7778 if test x"$enablestring" = xdisable; then
7779 defaultval=yes
7780 else
7781 defaultval=no
7782 fi
7783 fi
7784
7785 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
7786 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6; }
7787 # Check whether --enable-streams was given.
7788 if test "${enable_streams+set}" = set; then
7789 enableval=$enable_streams;
7790 if test "$enableval" = yes; then
7791 wx_cv_use_streams='wxUSE_STREAMS=yes'
7792 else
7793 wx_cv_use_streams='wxUSE_STREAMS=no'
7794 fi
7795
7796 else
7797
7798 wx_cv_use_streams='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
7799
7800 fi
7801
7802
7803 eval "$wx_cv_use_streams"
7804
7805 if test x"$enablestring" = xdisable; then
7806 if test $wxUSE_STREAMS = no; then
7807 result=yes
7808 else
7809 result=no
7810 fi
7811 else
7812 result=$wxUSE_STREAMS
7813 fi
7814
7815 { echo "$as_me:$LINENO: result: $result" >&5
7816 echo "${ECHO_T}$result" >&6; }
7817
7818
7819 enablestring=
7820 defaultval=$wxUSE_ALL_FEATURES
7821 if test -z "$defaultval"; then
7822 if test x"$enablestring" = xdisable; then
7823 defaultval=yes
7824 else
7825 defaultval=no
7826 fi
7827 fi
7828
7829 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sysoptions" >&5
7830 echo $ECHO_N "checking for --${enablestring:-enable}-sysoptions... $ECHO_C" >&6; }
7831 # Check whether --enable-sysoptions was given.
7832 if test "${enable_sysoptions+set}" = set; then
7833 enableval=$enable_sysoptions;
7834 if test "$enableval" = yes; then
7835 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=yes'
7836 else
7837 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=no'
7838 fi
7839
7840 else
7841
7842 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
7843
7844 fi
7845
7846
7847 eval "$wx_cv_use_sysoptions"
7848
7849 if test x"$enablestring" = xdisable; then
7850 if test $wxUSE_SYSTEM_OPTIONS = no; then
7851 result=yes
7852 else
7853 result=no
7854 fi
7855 else
7856 result=$wxUSE_SYSTEM_OPTIONS
7857 fi
7858
7859 { echo "$as_me:$LINENO: result: $result" >&5
7860 echo "${ECHO_T}$result" >&6; }
7861
7862
7863 enablestring=
7864 defaultval=$wxUSE_ALL_FEATURES
7865 if test -z "$defaultval"; then
7866 if test x"$enablestring" = xdisable; then
7867 defaultval=yes
7868 else
7869 defaultval=no
7870 fi
7871 fi
7872
7873 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tarstream" >&5
7874 echo $ECHO_N "checking for --${enablestring:-enable}-tarstream... $ECHO_C" >&6; }
7875 # Check whether --enable-tarstream was given.
7876 if test "${enable_tarstream+set}" = set; then
7877 enableval=$enable_tarstream;
7878 if test "$enableval" = yes; then
7879 wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
7880 else
7881 wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
7882 fi
7883
7884 else
7885
7886 wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
7887
7888 fi
7889
7890
7891 eval "$wx_cv_use_tarstream"
7892
7893 if test x"$enablestring" = xdisable; then
7894 if test $wxUSE_TARSTREAM = no; then
7895 result=yes
7896 else
7897 result=no
7898 fi
7899 else
7900 result=$wxUSE_TARSTREAM
7901 fi
7902
7903 { echo "$as_me:$LINENO: result: $result" >&5
7904 echo "${ECHO_T}$result" >&6; }
7905
7906
7907 enablestring=
7908 defaultval=$wxUSE_ALL_FEATURES
7909 if test -z "$defaultval"; then
7910 if test x"$enablestring" = xdisable; then
7911 defaultval=yes
7912 else
7913 defaultval=no
7914 fi
7915 fi
7916
7917 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
7918 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6; }
7919 # Check whether --enable-textbuf was given.
7920 if test "${enable_textbuf+set}" = set; then
7921 enableval=$enable_textbuf;
7922 if test "$enableval" = yes; then
7923 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
7924 else
7925 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
7926 fi
7927
7928 else
7929
7930 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
7931
7932 fi
7933
7934
7935 eval "$wx_cv_use_textbuf"
7936
7937 if test x"$enablestring" = xdisable; then
7938 if test $wxUSE_TEXTBUFFER = no; then
7939 result=yes
7940 else
7941 result=no
7942 fi
7943 else
7944 result=$wxUSE_TEXTBUFFER
7945 fi
7946
7947 { echo "$as_me:$LINENO: result: $result" >&5
7948 echo "${ECHO_T}$result" >&6; }
7949
7950
7951 enablestring=
7952 defaultval=$wxUSE_ALL_FEATURES
7953 if test -z "$defaultval"; then
7954 if test x"$enablestring" = xdisable; then
7955 defaultval=yes
7956 else
7957 defaultval=no
7958 fi
7959 fi
7960
7961 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
7962 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6; }
7963 # Check whether --enable-textfile was given.
7964 if test "${enable_textfile+set}" = set; then
7965 enableval=$enable_textfile;
7966 if test "$enableval" = yes; then
7967 wx_cv_use_textfile='wxUSE_TEXTFILE=yes'
7968 else
7969 wx_cv_use_textfile='wxUSE_TEXTFILE=no'
7970 fi
7971
7972 else
7973
7974 wx_cv_use_textfile='wxUSE_TEXTFILE=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
7975
7976 fi
7977
7978
7979 eval "$wx_cv_use_textfile"
7980
7981 if test x"$enablestring" = xdisable; then
7982 if test $wxUSE_TEXTFILE = no; then
7983 result=yes
7984 else
7985 result=no
7986 fi
7987 else
7988 result=$wxUSE_TEXTFILE
7989 fi
7990
7991 { echo "$as_me:$LINENO: result: $result" >&5
7992 echo "${ECHO_T}$result" >&6; }
7993
7994
7995 enablestring=
7996 defaultval=$wxUSE_ALL_FEATURES
7997 if test -z "$defaultval"; then
7998 if test x"$enablestring" = xdisable; then
7999 defaultval=yes
8000 else
8001 defaultval=no
8002 fi
8003 fi
8004
8005 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
8006 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6; }
8007 # Check whether --enable-timer was given.
8008 if test "${enable_timer+set}" = set; then
8009 enableval=$enable_timer;
8010 if test "$enableval" = yes; then
8011 wx_cv_use_timer='wxUSE_TIMER=yes'
8012 else
8013 wx_cv_use_timer='wxUSE_TIMER=no'
8014 fi
8015
8016 else
8017
8018 wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
8019
8020 fi
8021
8022
8023 eval "$wx_cv_use_timer"
8024
8025 if test x"$enablestring" = xdisable; then
8026 if test $wxUSE_TIMER = no; then
8027 result=yes
8028 else
8029 result=no
8030 fi
8031 else
8032 result=$wxUSE_TIMER
8033 fi
8034
8035 { echo "$as_me:$LINENO: result: $result" >&5
8036 echo "${ECHO_T}$result" >&6; }
8037
8038
8039 enablestring=
8040 defaultval=$wxUSE_ALL_FEATURES
8041 if test -z "$defaultval"; then
8042 if test x"$enablestring" = xdisable; then
8043 defaultval=yes
8044 else
8045 defaultval=no
8046 fi
8047 fi
8048
8049 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-variant" >&5
8050 echo $ECHO_N "checking for --${enablestring:-enable}-variant... $ECHO_C" >&6; }
8051 # Check whether --enable-variant was given.
8052 if test "${enable_variant+set}" = set; then
8053 enableval=$enable_variant;
8054 if test "$enableval" = yes; then
8055 wx_cv_use_variant='wxUSE_VARIANT=yes'
8056 else
8057 wx_cv_use_variant='wxUSE_VARIANT=no'
8058 fi
8059
8060 else
8061
8062 wx_cv_use_variant='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
8063
8064 fi
8065
8066
8067 eval "$wx_cv_use_variant"
8068
8069 if test x"$enablestring" = xdisable; then
8070 if test $wxUSE_VARIANT = no; then
8071 result=yes
8072 else
8073 result=no
8074 fi
8075 else
8076 result=$wxUSE_VARIANT
8077 fi
8078
8079 { echo "$as_me:$LINENO: result: $result" >&5
8080 echo "${ECHO_T}$result" >&6; }
8081
8082
8083 enablestring=
8084 defaultval=$wxUSE_ALL_FEATURES
8085 if test -z "$defaultval"; then
8086 if test x"$enablestring" = xdisable; then
8087 defaultval=yes
8088 else
8089 defaultval=no
8090 fi
8091 fi
8092
8093 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
8094 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6; }
8095 # Check whether --enable-zipstream was given.
8096 if test "${enable_zipstream+set}" = set; then
8097 enableval=$enable_zipstream;
8098 if test "$enableval" = yes; then
8099 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
8100 else
8101 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
8102 fi
8103
8104 else
8105
8106 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
8107
8108 fi
8109
8110
8111 eval "$wx_cv_use_zipstream"
8112
8113 if test x"$enablestring" = xdisable; then
8114 if test $wxUSE_ZIPSTREAM = no; then
8115 result=yes
8116 else
8117 result=no
8118 fi
8119 else
8120 result=$wxUSE_ZIPSTREAM
8121 fi
8122
8123 { echo "$as_me:$LINENO: result: $result" >&5
8124 echo "${ECHO_T}$result" >&6; }
8125
8126
8127
8128 enablestring=
8129 defaultval=$wxUSE_ALL_FEATURES
8130 if test -z "$defaultval"; then
8131 if test x"$enablestring" = xdisable; then
8132 defaultval=yes
8133 else
8134 defaultval=no
8135 fi
8136 fi
8137
8138 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
8139 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6; }
8140 # Check whether --enable-url was given.
8141 if test "${enable_url+set}" = set; then
8142 enableval=$enable_url;
8143 if test "$enableval" = yes; then
8144 wx_cv_use_url='wxUSE_URL=yes'
8145 else
8146 wx_cv_use_url='wxUSE_URL=no'
8147 fi
8148
8149 else
8150
8151 wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
8152
8153 fi
8154
8155
8156 eval "$wx_cv_use_url"
8157
8158 if test x"$enablestring" = xdisable; then
8159 if test $wxUSE_URL = no; then
8160 result=yes
8161 else
8162 result=no
8163 fi
8164 else
8165 result=$wxUSE_URL
8166 fi
8167
8168 { echo "$as_me:$LINENO: result: $result" >&5
8169 echo "${ECHO_T}$result" >&6; }
8170
8171
8172 enablestring=
8173 defaultval=$wxUSE_ALL_FEATURES
8174 if test -z "$defaultval"; then
8175 if test x"$enablestring" = xdisable; then
8176 defaultval=yes
8177 else
8178 defaultval=no
8179 fi
8180 fi
8181
8182 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
8183 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6; }
8184 # Check whether --enable-protocol was given.
8185 if test "${enable_protocol+set}" = set; then
8186 enableval=$enable_protocol;
8187 if test "$enableval" = yes; then
8188 wx_cv_use_protocol='wxUSE_PROTOCOL=yes'
8189 else
8190 wx_cv_use_protocol='wxUSE_PROTOCOL=no'
8191 fi
8192
8193 else
8194
8195 wx_cv_use_protocol='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
8196
8197 fi
8198
8199
8200 eval "$wx_cv_use_protocol"
8201
8202 if test x"$enablestring" = xdisable; then
8203 if test $wxUSE_PROTOCOL = no; then
8204 result=yes
8205 else
8206 result=no
8207 fi
8208 else
8209 result=$wxUSE_PROTOCOL
8210 fi
8211
8212 { echo "$as_me:$LINENO: result: $result" >&5
8213 echo "${ECHO_T}$result" >&6; }
8214
8215
8216 enablestring=
8217 defaultval=$wxUSE_ALL_FEATURES
8218 if test -z "$defaultval"; then
8219 if test x"$enablestring" = xdisable; then
8220 defaultval=yes
8221 else
8222 defaultval=no
8223 fi
8224 fi
8225
8226 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
8227 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6; }
8228 # Check whether --enable-protocol_http was given.
8229 if test "${enable_protocol_http+set}" = set; then
8230 enableval=$enable_protocol_http;
8231 if test "$enableval" = yes; then
8232 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
8233 else
8234 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
8235 fi
8236
8237 else
8238
8239 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
8240
8241 fi
8242
8243
8244 eval "$wx_cv_use_protocol_http"
8245
8246 if test x"$enablestring" = xdisable; then
8247 if test $wxUSE_PROTOCOL_HTTP = no; then
8248 result=yes
8249 else
8250 result=no
8251 fi
8252 else
8253 result=$wxUSE_PROTOCOL_HTTP
8254 fi
8255
8256 { echo "$as_me:$LINENO: result: $result" >&5
8257 echo "${ECHO_T}$result" >&6; }
8258
8259
8260 enablestring=
8261 defaultval=$wxUSE_ALL_FEATURES
8262 if test -z "$defaultval"; then
8263 if test x"$enablestring" = xdisable; then
8264 defaultval=yes
8265 else
8266 defaultval=no
8267 fi
8268 fi
8269
8270 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
8271 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6; }
8272 # Check whether --enable-protocol_ftp was given.
8273 if test "${enable_protocol_ftp+set}" = set; then
8274 enableval=$enable_protocol_ftp;
8275 if test "$enableval" = yes; then
8276 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
8277 else
8278 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
8279 fi
8280
8281 else
8282
8283 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
8284
8285 fi
8286
8287
8288 eval "$wx_cv_use_protocol_ftp"
8289
8290 if test x"$enablestring" = xdisable; then
8291 if test $wxUSE_PROTOCOL_FTP = no; then
8292 result=yes
8293 else
8294 result=no
8295 fi
8296 else
8297 result=$wxUSE_PROTOCOL_FTP
8298 fi
8299
8300 { echo "$as_me:$LINENO: result: $result" >&5
8301 echo "${ECHO_T}$result" >&6; }
8302
8303
8304 enablestring=
8305 defaultval=$wxUSE_ALL_FEATURES
8306 if test -z "$defaultval"; then
8307 if test x"$enablestring" = xdisable; then
8308 defaultval=yes
8309 else
8310 defaultval=no
8311 fi
8312 fi
8313
8314 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
8315 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6; }
8316 # Check whether --enable-protocol_file was given.
8317 if test "${enable_protocol_file+set}" = set; then
8318 enableval=$enable_protocol_file;
8319 if test "$enableval" = yes; then
8320 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
8321 else
8322 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
8323 fi
8324
8325 else
8326
8327 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
8328
8329 fi
8330
8331
8332 eval "$wx_cv_use_protocol_file"
8333
8334 if test x"$enablestring" = xdisable; then
8335 if test $wxUSE_PROTOCOL_FILE = no; then
8336 result=yes
8337 else
8338 result=no
8339 fi
8340 else
8341 result=$wxUSE_PROTOCOL_FILE
8342 fi
8343
8344 { echo "$as_me:$LINENO: result: $result" >&5
8345 echo "${ECHO_T}$result" >&6; }
8346
8347
8348
8349 enablestring=
8350 defaultval=$wxUSE_ALL_FEATURES
8351 if test -z "$defaultval"; then
8352 if test x"$enablestring" = xdisable; then
8353 defaultval=yes
8354 else
8355 defaultval=no
8356 fi
8357 fi
8358
8359 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
8360 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6; }
8361 # Check whether --enable-threads was given.
8362 if test "${enable_threads+set}" = set; then
8363 enableval=$enable_threads;
8364 if test "$enableval" = yes; then
8365 wx_cv_use_threads='wxUSE_THREADS=yes'
8366 else
8367 wx_cv_use_threads='wxUSE_THREADS=no'
8368 fi
8369
8370 else
8371
8372 wx_cv_use_threads='wxUSE_THREADS=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
8373
8374 fi
8375
8376
8377 eval "$wx_cv_use_threads"
8378
8379 if test x"$enablestring" = xdisable; then
8380 if test $wxUSE_THREADS = no; then
8381 result=yes
8382 else
8383 result=no
8384 fi
8385 else
8386 result=$wxUSE_THREADS
8387 fi
8388
8389 { echo "$as_me:$LINENO: result: $result" >&5
8390 echo "${ECHO_T}$result" >&6; }
8391
8392
8393
8394 enablestring=
8395 defaultval=
8396 if test -z "$defaultval"; then
8397 if test x"$enablestring" = xdisable; then
8398 defaultval=yes
8399 else
8400 defaultval=no
8401 fi
8402 fi
8403
8404 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iniconf" >&5
8405 echo $ECHO_N "checking for --${enablestring:-enable}-iniconf... $ECHO_C" >&6; }
8406 # Check whether --enable-iniconf was given.
8407 if test "${enable_iniconf+set}" = set; then
8408 enableval=$enable_iniconf;
8409 if test "$enableval" = yes; then
8410 wx_cv_use_iniconf='wxUSE_INICONF=yes'
8411 else
8412 wx_cv_use_iniconf='wxUSE_INICONF=no'
8413 fi
8414
8415 else
8416
8417 wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
8418
8419 fi
8420
8421
8422 eval "$wx_cv_use_iniconf"
8423
8424 if test x"$enablestring" = xdisable; then
8425 if test $wxUSE_INICONF = no; then
8426 result=yes
8427 else
8428 result=no
8429 fi
8430 else
8431 result=$wxUSE_INICONF
8432 fi
8433
8434 { echo "$as_me:$LINENO: result: $result" >&5
8435 echo "${ECHO_T}$result" >&6; }
8436
8437
8438 enablestring=
8439 defaultval=$wxUSE_ALL_FEATURES
8440 if test -z "$defaultval"; then
8441 if test x"$enablestring" = xdisable; then
8442 defaultval=yes
8443 else
8444 defaultval=no
8445 fi
8446 fi
8447
8448 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-regkey" >&5
8449 echo $ECHO_N "checking for --${enablestring:-enable}-regkey... $ECHO_C" >&6; }
8450 # Check whether --enable-regkey was given.
8451 if test "${enable_regkey+set}" = set; then
8452 enableval=$enable_regkey;
8453 if test "$enableval" = yes; then
8454 wx_cv_use_regkey='wxUSE_REGKEY=yes'
8455 else
8456 wx_cv_use_regkey='wxUSE_REGKEY=no'
8457 fi
8458
8459 else
8460
8461 wx_cv_use_regkey='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
8462
8463 fi
8464
8465
8466 eval "$wx_cv_use_regkey"
8467
8468 if test x"$enablestring" = xdisable; then
8469 if test $wxUSE_REGKEY = no; then
8470 result=yes
8471 else
8472 result=no
8473 fi
8474 else
8475 result=$wxUSE_REGKEY
8476 fi
8477
8478 { echo "$as_me:$LINENO: result: $result" >&5
8479 echo "${ECHO_T}$result" >&6; }
8480
8481
8482 if test "$wxUSE_GUI" = "yes"; then
8483
8484
8485
8486 enablestring=
8487 defaultval=$wxUSE_ALL_FEATURES
8488 if test -z "$defaultval"; then
8489 if test x"$enablestring" = xdisable; then
8490 defaultval=yes
8491 else
8492 defaultval=no
8493 fi
8494 fi
8495
8496 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
8497 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6; }
8498 # Check whether --enable-docview was given.
8499 if test "${enable_docview+set}" = set; then
8500 enableval=$enable_docview;
8501 if test "$enableval" = yes; then
8502 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
8503 else
8504 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
8505 fi
8506
8507 else
8508
8509 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
8510
8511 fi
8512
8513
8514 eval "$wx_cv_use_docview"
8515
8516 if test x"$enablestring" = xdisable; then
8517 if test $wxUSE_DOC_VIEW_ARCHITECTURE = no; then
8518 result=yes
8519 else
8520 result=no
8521 fi
8522 else
8523 result=$wxUSE_DOC_VIEW_ARCHITECTURE
8524 fi
8525
8526 { echo "$as_me:$LINENO: result: $result" >&5
8527 echo "${ECHO_T}$result" >&6; }
8528
8529
8530 enablestring=
8531 defaultval=$wxUSE_ALL_FEATURES
8532 if test -z "$defaultval"; then
8533 if test x"$enablestring" = xdisable; then
8534 defaultval=yes
8535 else
8536 defaultval=no
8537 fi
8538 fi
8539
8540 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
8541 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6; }
8542 # Check whether --enable-help was given.
8543 if test "${enable_help+set}" = set; then
8544 enableval=$enable_help;
8545 if test "$enableval" = yes; then
8546 wx_cv_use_help='wxUSE_HELP=yes'
8547 else
8548 wx_cv_use_help='wxUSE_HELP=no'
8549 fi
8550
8551 else
8552
8553 wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
8554
8555 fi
8556
8557
8558 eval "$wx_cv_use_help"
8559
8560 if test x"$enablestring" = xdisable; then
8561 if test $wxUSE_HELP = no; then
8562 result=yes
8563 else
8564 result=no
8565 fi
8566 else
8567 result=$wxUSE_HELP
8568 fi
8569
8570 { echo "$as_me:$LINENO: result: $result" >&5
8571 echo "${ECHO_T}$result" >&6; }
8572
8573
8574 enablestring=
8575 defaultval=$wxUSE_ALL_FEATURES
8576 if test -z "$defaultval"; then
8577 if test x"$enablestring" = xdisable; then
8578 defaultval=yes
8579 else
8580 defaultval=no
8581 fi
8582 fi
8583
8584 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
8585 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6; }
8586 # Check whether --enable-mshtmlhelp was given.
8587 if test "${enable_mshtmlhelp+set}" = set; then
8588 enableval=$enable_mshtmlhelp;
8589 if test "$enableval" = yes; then
8590 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
8591 else
8592 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
8593 fi
8594
8595 else
8596
8597 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
8598
8599 fi
8600
8601
8602 eval "$wx_cv_use_mshtmlhelp"
8603
8604 if test x"$enablestring" = xdisable; then
8605 if test $wxUSE_MS_HTML_HELP = no; then
8606 result=yes
8607 else
8608 result=no
8609 fi
8610 else
8611 result=$wxUSE_MS_HTML_HELP
8612 fi
8613
8614 { echo "$as_me:$LINENO: result: $result" >&5
8615 echo "${ECHO_T}$result" >&6; }
8616
8617
8618 enablestring=
8619 defaultval=$wxUSE_ALL_FEATURES
8620 if test -z "$defaultval"; then
8621 if test x"$enablestring" = xdisable; then
8622 defaultval=yes
8623 else
8624 defaultval=no
8625 fi
8626 fi
8627
8628 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
8629 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6; }
8630 # Check whether --enable-html was given.
8631 if test "${enable_html+set}" = set; then
8632 enableval=$enable_html;
8633 if test "$enableval" = yes; then
8634 wx_cv_use_html='wxUSE_HTML=yes'
8635 else
8636 wx_cv_use_html='wxUSE_HTML=no'
8637 fi
8638
8639 else
8640
8641 wx_cv_use_html='wxUSE_HTML=${'DEFAULT_wxUSE_HTML":-$defaultval}"
8642
8643 fi
8644
8645
8646 eval "$wx_cv_use_html"
8647
8648 if test x"$enablestring" = xdisable; then
8649 if test $wxUSE_HTML = no; then
8650 result=yes
8651 else
8652 result=no
8653 fi
8654 else
8655 result=$wxUSE_HTML
8656 fi
8657
8658 { echo "$as_me:$LINENO: result: $result" >&5
8659 echo "${ECHO_T}$result" >&6; }
8660
8661
8662 enablestring=
8663 defaultval=$wxUSE_ALL_FEATURES
8664 if test -z "$defaultval"; then
8665 if test x"$enablestring" = xdisable; then
8666 defaultval=yes
8667 else
8668 defaultval=no
8669 fi
8670 fi
8671
8672 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
8673 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6; }
8674 # Check whether --enable-htmlhelp was given.
8675 if test "${enable_htmlhelp+set}" = set; then
8676 enableval=$enable_htmlhelp;
8677 if test "$enableval" = yes; then
8678 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
8679 else
8680 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
8681 fi
8682
8683 else
8684
8685 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
8686
8687 fi
8688
8689
8690 eval "$wx_cv_use_htmlhelp"
8691
8692 if test x"$enablestring" = xdisable; then
8693 if test $wxUSE_WXHTML_HELP = no; then
8694 result=yes
8695 else
8696 result=no
8697 fi
8698 else
8699 result=$wxUSE_WXHTML_HELP
8700 fi
8701
8702 { echo "$as_me:$LINENO: result: $result" >&5
8703 echo "${ECHO_T}$result" >&6; }
8704
8705
8706 enablestring=
8707 defaultval=$wxUSE_ALL_FEATURES
8708 if test -z "$defaultval"; then
8709 if test x"$enablestring" = xdisable; then
8710 defaultval=yes
8711 else
8712 defaultval=no
8713 fi
8714 fi
8715
8716 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
8717 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6; }
8718 # Check whether --enable-xrc was given.
8719 if test "${enable_xrc+set}" = set; then
8720 enableval=$enable_xrc;
8721 if test "$enableval" = yes; then
8722 wx_cv_use_xrc='wxUSE_XRC=yes'
8723 else
8724 wx_cv_use_xrc='wxUSE_XRC=no'
8725 fi
8726
8727 else
8728
8729 wx_cv_use_xrc='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
8730
8731 fi
8732
8733
8734 eval "$wx_cv_use_xrc"
8735
8736 if test x"$enablestring" = xdisable; then
8737 if test $wxUSE_XRC = no; then
8738 result=yes
8739 else
8740 result=no
8741 fi
8742 else
8743 result=$wxUSE_XRC
8744 fi
8745
8746 { echo "$as_me:$LINENO: result: $result" >&5
8747 echo "${ECHO_T}$result" >&6; }
8748
8749
8750 enablestring=
8751 defaultval=$wxUSE_ALL_FEATURES
8752 if test -z "$defaultval"; then
8753 if test x"$enablestring" = xdisable; then
8754 defaultval=yes
8755 else
8756 defaultval=no
8757 fi
8758 fi
8759
8760 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aui" >&5
8761 echo $ECHO_N "checking for --${enablestring:-enable}-aui... $ECHO_C" >&6; }
8762 # Check whether --enable-aui was given.
8763 if test "${enable_aui+set}" = set; then
8764 enableval=$enable_aui;
8765 if test "$enableval" = yes; then
8766 wx_cv_use_aui='wxUSE_AUI=yes'
8767 else
8768 wx_cv_use_aui='wxUSE_AUI=no'
8769 fi
8770
8771 else
8772
8773 wx_cv_use_aui='wxUSE_AUI=${'DEFAULT_wxUSE_AUI":-$defaultval}"
8774
8775 fi
8776
8777
8778 eval "$wx_cv_use_aui"
8779
8780 if test x"$enablestring" = xdisable; then
8781 if test $wxUSE_AUI = no; then
8782 result=yes
8783 else
8784 result=no
8785 fi
8786 else
8787 result=$wxUSE_AUI
8788 fi
8789
8790 { echo "$as_me:$LINENO: result: $result" >&5
8791 echo "${ECHO_T}$result" >&6; }
8792
8793
8794 enablestring=
8795 defaultval=$wxUSE_ALL_FEATURES
8796 if test -z "$defaultval"; then
8797 if test x"$enablestring" = xdisable; then
8798 defaultval=yes
8799 else
8800 defaultval=no
8801 fi
8802 fi
8803
8804 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-propgrid" >&5
8805 echo $ECHO_N "checking for --${enablestring:-enable}-propgrid... $ECHO_C" >&6; }
8806 # Check whether --enable-propgrid was given.
8807 if test "${enable_propgrid+set}" = set; then
8808 enableval=$enable_propgrid;
8809 if test "$enableval" = yes; then
8810 wx_cv_use_propgrid='wxUSE_PROPGRID=yes'
8811 else
8812 wx_cv_use_propgrid='wxUSE_PROPGRID=no'
8813 fi
8814
8815 else
8816
8817 wx_cv_use_propgrid='wxUSE_PROPGRID=${'DEFAULT_wxUSE_PROPGRID":-$defaultval}"
8818
8819 fi
8820
8821
8822 eval "$wx_cv_use_propgrid"
8823
8824 if test x"$enablestring" = xdisable; then
8825 if test $wxUSE_PROPGRID = no; then
8826 result=yes
8827 else
8828 result=no
8829 fi
8830 else
8831 result=$wxUSE_PROPGRID
8832 fi
8833
8834 { echo "$as_me:$LINENO: result: $result" >&5
8835 echo "${ECHO_T}$result" >&6; }
8836
8837
8838 enablestring=
8839 defaultval=$wxUSE_ALL_FEATURES
8840 if test -z "$defaultval"; then
8841 if test x"$enablestring" = xdisable; then
8842 defaultval=yes
8843 else
8844 defaultval=no
8845 fi
8846 fi
8847
8848 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ribbon" >&5
8849 echo $ECHO_N "checking for --${enablestring:-enable}-ribbon... $ECHO_C" >&6; }
8850 # Check whether --enable-ribbon was given.
8851 if test "${enable_ribbon+set}" = set; then
8852 enableval=$enable_ribbon;
8853 if test "$enableval" = yes; then
8854 wx_cv_use_ribbon='wxUSE_RIBBON=yes'
8855 else
8856 wx_cv_use_ribbon='wxUSE_RIBBON=no'
8857 fi
8858
8859 else
8860
8861 wx_cv_use_ribbon='wxUSE_RIBBON=${'DEFAULT_wxUSE_RIBBON":-$defaultval}"
8862
8863 fi
8864
8865
8866 eval "$wx_cv_use_ribbon"
8867
8868 if test x"$enablestring" = xdisable; then
8869 if test $wxUSE_RIBBON = no; then
8870 result=yes
8871 else
8872 result=no
8873 fi
8874 else
8875 result=$wxUSE_RIBBON
8876 fi
8877
8878 { echo "$as_me:$LINENO: result: $result" >&5
8879 echo "${ECHO_T}$result" >&6; }
8880
8881
8882 enablestring=
8883 defaultval=$wxUSE_ALL_FEATURES
8884 if test -z "$defaultval"; then
8885 if test x"$enablestring" = xdisable; then
8886 defaultval=yes
8887 else
8888 defaultval=no
8889 fi
8890 fi
8891
8892 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stc" >&5
8893 echo $ECHO_N "checking for --${enablestring:-enable}-stc... $ECHO_C" >&6; }
8894 # Check whether --enable-stc was given.
8895 if test "${enable_stc+set}" = set; then
8896 enableval=$enable_stc;
8897 if test "$enableval" = yes; then
8898 wx_cv_use_stc='wxUSE_STC=yes'
8899 else
8900 wx_cv_use_stc='wxUSE_STC=no'
8901 fi
8902
8903 else
8904
8905 wx_cv_use_stc='wxUSE_STC=${'DEFAULT_wxUSE_STC":-$defaultval}"
8906
8907 fi
8908
8909
8910 eval "$wx_cv_use_stc"
8911
8912 if test x"$enablestring" = xdisable; then
8913 if test $wxUSE_STC = no; then
8914 result=yes
8915 else
8916 result=no
8917 fi
8918 else
8919 result=$wxUSE_STC
8920 fi
8921
8922 { echo "$as_me:$LINENO: result: $result" >&5
8923 echo "${ECHO_T}$result" >&6; }
8924
8925
8926 enablestring=
8927 defaultval=$wxUSE_ALL_FEATURES
8928 if test -z "$defaultval"; then
8929 if test x"$enablestring" = xdisable; then
8930 defaultval=yes
8931 else
8932 defaultval=no
8933 fi
8934 fi
8935
8936 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
8937 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6; }
8938 # Check whether --enable-constraints was given.
8939 if test "${enable_constraints+set}" = set; then
8940 enableval=$enable_constraints;
8941 if test "$enableval" = yes; then
8942 wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
8943 else
8944 wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
8945 fi
8946
8947 else
8948
8949 wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
8950
8951 fi
8952
8953
8954 eval "$wx_cv_use_constraints"
8955
8956 if test x"$enablestring" = xdisable; then
8957 if test $wxUSE_CONSTRAINTS = no; then
8958 result=yes
8959 else
8960 result=no
8961 fi
8962 else
8963 result=$wxUSE_CONSTRAINTS
8964 fi
8965
8966 { echo "$as_me:$LINENO: result: $result" >&5
8967 echo "${ECHO_T}$result" >&6; }
8968
8969
8970 enablestring=
8971 defaultval=$wxUSE_ALL_FEATURES
8972 if test -z "$defaultval"; then
8973 if test x"$enablestring" = xdisable; then
8974 defaultval=yes
8975 else
8976 defaultval=no
8977 fi
8978 fi
8979
8980 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
8981 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6; }
8982 # Check whether --enable-loggui was given.
8983 if test "${enable_loggui+set}" = set; then
8984 enableval=$enable_loggui;
8985 if test "$enableval" = yes; then
8986 wx_cv_use_loggui='wxUSE_LOGGUI=yes'
8987 else
8988 wx_cv_use_loggui='wxUSE_LOGGUI=no'
8989 fi
8990
8991 else
8992
8993 wx_cv_use_loggui='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
8994
8995 fi
8996
8997
8998 eval "$wx_cv_use_loggui"
8999
9000 if test x"$enablestring" = xdisable; then
9001 if test $wxUSE_LOGGUI = no; then
9002 result=yes
9003 else
9004 result=no
9005 fi
9006 else
9007 result=$wxUSE_LOGGUI
9008 fi
9009
9010 { echo "$as_me:$LINENO: result: $result" >&5
9011 echo "${ECHO_T}$result" >&6; }
9012
9013
9014 enablestring=
9015 defaultval=$wxUSE_ALL_FEATURES
9016 if test -z "$defaultval"; then
9017 if test x"$enablestring" = xdisable; then
9018 defaultval=yes
9019 else
9020 defaultval=no
9021 fi
9022 fi
9023
9024 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
9025 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6; }
9026 # Check whether --enable-logwin was given.
9027 if test "${enable_logwin+set}" = set; then
9028 enableval=$enable_logwin;
9029 if test "$enableval" = yes; then
9030 wx_cv_use_logwin='wxUSE_LOGWINDOW=yes'
9031 else
9032 wx_cv_use_logwin='wxUSE_LOGWINDOW=no'
9033 fi
9034
9035 else
9036
9037 wx_cv_use_logwin='wxUSE_LOGWINDOW=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
9038
9039 fi
9040
9041
9042 eval "$wx_cv_use_logwin"
9043
9044 if test x"$enablestring" = xdisable; then
9045 if test $wxUSE_LOGWINDOW = no; then
9046 result=yes
9047 else
9048 result=no
9049 fi
9050 else
9051 result=$wxUSE_LOGWINDOW
9052 fi
9053
9054 { echo "$as_me:$LINENO: result: $result" >&5
9055 echo "${ECHO_T}$result" >&6; }
9056
9057
9058 enablestring=
9059 defaultval=$wxUSE_ALL_FEATURES
9060 if test -z "$defaultval"; then
9061 if test x"$enablestring" = xdisable; then
9062 defaultval=yes
9063 else
9064 defaultval=no
9065 fi
9066 fi
9067
9068 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
9069 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6; }
9070 # Check whether --enable-logdialog was given.
9071 if test "${enable_logdialog+set}" = set; then
9072 enableval=$enable_logdialog;
9073 if test "$enableval" = yes; then
9074 wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
9075 else
9076 wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
9077 fi
9078
9079 else
9080
9081 wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
9082
9083 fi
9084
9085
9086 eval "$wx_cv_use_logdialog"
9087
9088 if test x"$enablestring" = xdisable; then
9089 if test $wxUSE_LOGDIALOG = no; then
9090 result=yes
9091 else
9092 result=no
9093 fi
9094 else
9095 result=$wxUSE_LOGDIALOG
9096 fi
9097
9098 { echo "$as_me:$LINENO: result: $result" >&5
9099 echo "${ECHO_T}$result" >&6; }
9100
9101
9102 enablestring=
9103 defaultval=$wxUSE_ALL_FEATURES
9104 if test -z "$defaultval"; then
9105 if test x"$enablestring" = xdisable; then
9106 defaultval=yes
9107 else
9108 defaultval=no
9109 fi
9110 fi
9111
9112 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
9113 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6; }
9114 # Check whether --enable-mdi was given.
9115 if test "${enable_mdi+set}" = set; then
9116 enableval=$enable_mdi;
9117 if test "$enableval" = yes; then
9118 wx_cv_use_mdi='wxUSE_MDI=yes'
9119 else
9120 wx_cv_use_mdi='wxUSE_MDI=no'
9121 fi
9122
9123 else
9124
9125 wx_cv_use_mdi='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
9126
9127 fi
9128
9129
9130 eval "$wx_cv_use_mdi"
9131
9132 if test x"$enablestring" = xdisable; then
9133 if test $wxUSE_MDI = no; then
9134 result=yes
9135 else
9136 result=no
9137 fi
9138 else
9139 result=$wxUSE_MDI
9140 fi
9141
9142 { echo "$as_me:$LINENO: result: $result" >&5
9143 echo "${ECHO_T}$result" >&6; }
9144
9145
9146 enablestring=
9147 defaultval=$wxUSE_ALL_FEATURES
9148 if test -z "$defaultval"; then
9149 if test x"$enablestring" = xdisable; then
9150 defaultval=yes
9151 else
9152 defaultval=no
9153 fi
9154 fi
9155
9156 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
9157 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6; }
9158 # Check whether --enable-mdidoc was given.
9159 if test "${enable_mdidoc+set}" = set; then
9160 enableval=$enable_mdidoc;
9161 if test "$enableval" = yes; then
9162 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
9163 else
9164 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
9165 fi
9166
9167 else
9168
9169 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
9170
9171 fi
9172
9173
9174 eval "$wx_cv_use_mdidoc"
9175
9176 if test x"$enablestring" = xdisable; then
9177 if test $wxUSE_MDI_ARCHITECTURE = no; then
9178 result=yes
9179 else
9180 result=no
9181 fi
9182 else
9183 result=$wxUSE_MDI_ARCHITECTURE
9184 fi
9185
9186 { echo "$as_me:$LINENO: result: $result" >&5
9187 echo "${ECHO_T}$result" >&6; }
9188
9189
9190 enablestring=
9191 defaultval=$wxUSE_ALL_FEATURES
9192 if test -z "$defaultval"; then
9193 if test x"$enablestring" = xdisable; then
9194 defaultval=yes
9195 else
9196 defaultval=no
9197 fi
9198 fi
9199
9200 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
9201 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6; }
9202 # Check whether --enable-mediactrl was given.
9203 if test "${enable_mediactrl+set}" = set; then
9204 enableval=$enable_mediactrl;
9205 if test "$enableval" = yes; then
9206 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
9207 else
9208 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
9209 fi
9210
9211 else
9212
9213 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
9214
9215 fi
9216
9217
9218 eval "$wx_cv_use_mediactrl"
9219
9220 if test x"$enablestring" = xdisable; then
9221 if test $wxUSE_MEDIACTRL = no; then
9222 result=yes
9223 else
9224 result=no
9225 fi
9226 else
9227 result=$wxUSE_MEDIACTRL
9228 fi
9229
9230 { echo "$as_me:$LINENO: result: $result" >&5
9231 echo "${ECHO_T}$result" >&6; }
9232
9233
9234 enablestring=
9235 defaultval=$wxUSE_ALL_FEATURES
9236 if test -z "$defaultval"; then
9237 if test x"$enablestring" = xdisable; then
9238 defaultval=yes
9239 else
9240 defaultval=no
9241 fi
9242 fi
9243
9244 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gstreamer8" >&5
9245 echo $ECHO_N "checking for --${enablestring:-enable}-gstreamer8... $ECHO_C" >&6; }
9246 # Check whether --enable-gstreamer8 was given.
9247 if test "${enable_gstreamer8+set}" = set; then
9248 enableval=$enable_gstreamer8;
9249 if test "$enableval" = yes; then
9250 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=yes'
9251 else
9252 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
9253 fi
9254
9255 else
9256
9257 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
9258
9259 fi
9260
9261
9262 eval "$wx_cv_use_gstreamer8"
9263
9264 if test x"$enablestring" = xdisable; then
9265 if test $wxUSE_GSTREAMER8 = no; then
9266 result=yes
9267 else
9268 result=no
9269 fi
9270 else
9271 result=$wxUSE_GSTREAMER8
9272 fi
9273
9274 { echo "$as_me:$LINENO: result: $result" >&5
9275 echo "${ECHO_T}$result" >&6; }
9276
9277
9278 enablestring=
9279 defaultval=$wxUSE_ALL_FEATURES
9280 if test -z "$defaultval"; then
9281 if test x"$enablestring" = xdisable; then
9282 defaultval=yes
9283 else
9284 defaultval=no
9285 fi
9286 fi
9287
9288 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
9289 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6; }
9290 # Check whether --enable-webkit was given.
9291 if test "${enable_webkit+set}" = set; then
9292 enableval=$enable_webkit;
9293 if test "$enableval" = yes; then
9294 wx_cv_use_webkit='wxUSE_WEBKIT=yes'
9295 else
9296 wx_cv_use_webkit='wxUSE_WEBKIT=no'
9297 fi
9298
9299 else
9300
9301 wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
9302
9303 fi
9304
9305
9306 eval "$wx_cv_use_webkit"
9307
9308 if test x"$enablestring" = xdisable; then
9309 if test $wxUSE_WEBKIT = no; then
9310 result=yes
9311 else
9312 result=no
9313 fi
9314 else
9315 result=$wxUSE_WEBKIT
9316 fi
9317
9318 { echo "$as_me:$LINENO: result: $result" >&5
9319 echo "${ECHO_T}$result" >&6; }
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 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-richtext" >&5
9333 echo $ECHO_N "checking for --${enablestring:-enable}-richtext... $ECHO_C" >&6; }
9334 # Check whether --enable-richtext was given.
9335 if test "${enable_richtext+set}" = set; then
9336 enableval=$enable_richtext;
9337 if test "$enableval" = yes; then
9338 wx_cv_use_richtext='wxUSE_RICHTEXT=yes'
9339 else
9340 wx_cv_use_richtext='wxUSE_RICHTEXT=no'
9341 fi
9342
9343 else
9344
9345 wx_cv_use_richtext='wxUSE_RICHTEXT=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
9346
9347 fi
9348
9349
9350 eval "$wx_cv_use_richtext"
9351
9352 if test x"$enablestring" = xdisable; then
9353 if test $wxUSE_RICHTEXT = no; then
9354 result=yes
9355 else
9356 result=no
9357 fi
9358 else
9359 result=$wxUSE_RICHTEXT
9360 fi
9361
9362 { echo "$as_me:$LINENO: result: $result" >&5
9363 echo "${ECHO_T}$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 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
9377 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6; }
9378 # Check whether --enable-postscript was given.
9379 if test "${enable_postscript+set}" = set; then
9380 enableval=$enable_postscript;
9381 if test "$enableval" = yes; then
9382 wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
9383 else
9384 wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
9385 fi
9386
9387 else
9388
9389 wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
9390
9391 fi
9392
9393
9394 eval "$wx_cv_use_postscript"
9395
9396 if test x"$enablestring" = xdisable; then
9397 if test $wxUSE_POSTSCRIPT = no; then
9398 result=yes
9399 else
9400 result=no
9401 fi
9402 else
9403 result=$wxUSE_POSTSCRIPT
9404 fi
9405
9406 { echo "$as_me:$LINENO: result: $result" >&5
9407 echo "${ECHO_T}$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 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
9421 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6; }
9422 # Check whether --enable-printarch was given.
9423 if test "${enable_printarch+set}" = set; then
9424 enableval=$enable_printarch;
9425 if test "$enableval" = yes; then
9426 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
9427 else
9428 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
9429 fi
9430
9431 else
9432
9433 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
9434
9435 fi
9436
9437
9438 eval "$wx_cv_use_printarch"
9439
9440 if test x"$enablestring" = xdisable; then
9441 if test $wxUSE_PRINTING_ARCHITECTURE = no; then
9442 result=yes
9443 else
9444 result=no
9445 fi
9446 else
9447 result=$wxUSE_PRINTING_ARCHITECTURE
9448 fi
9449
9450 { echo "$as_me:$LINENO: result: $result" >&5
9451 echo "${ECHO_T}$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 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-svg" >&5
9465 echo $ECHO_N "checking for --${enablestring:-enable}-svg... $ECHO_C" >&6; }
9466 # Check whether --enable-svg was given.
9467 if test "${enable_svg+set}" = set; then
9468 enableval=$enable_svg;
9469 if test "$enableval" = yes; then
9470 wx_cv_use_svg='wxUSE_SVG=yes'
9471 else
9472 wx_cv_use_svg='wxUSE_SVG=no'
9473 fi
9474
9475 else
9476
9477 wx_cv_use_svg='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
9478
9479 fi
9480
9481
9482 eval "$wx_cv_use_svg"
9483
9484 if test x"$enablestring" = xdisable; then
9485 if test $wxUSE_SVG = no; then
9486 result=yes
9487 else
9488 result=no
9489 fi
9490 else
9491 result=$wxUSE_SVG
9492 fi
9493
9494 { echo "$as_me:$LINENO: result: $result" >&5
9495 echo "${ECHO_T}$result" >&6; }
9496
9497
9498 if test "$wxUSE_MAC" != 1; then
9499
9500 enablestring=
9501 defaultval=$wxUSE_ALL_FEATURES
9502 if test -z "$defaultval"; then
9503 if test x"$enablestring" = xdisable; then
9504 defaultval=yes
9505 else
9506 defaultval=no
9507 fi
9508 fi
9509
9510 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-graphics_ctx" >&5
9511 echo $ECHO_N "checking for --${enablestring:-enable}-graphics_ctx... $ECHO_C" >&6; }
9512 # Check whether --enable-graphics_ctx was given.
9513 if test "${enable_graphics_ctx+set}" = set; then
9514 enableval=$enable_graphics_ctx;
9515 if test "$enableval" = yes; then
9516 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=yes'
9517 else
9518 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=no'
9519 fi
9520
9521 else
9522
9523 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
9524
9525 fi
9526
9527
9528 eval "$wx_cv_use_graphics_ctx"
9529
9530 if test x"$enablestring" = xdisable; then
9531 if test $wxUSE_GRAPHICS_CONTEXT = no; then
9532 result=yes
9533 else
9534 result=no
9535 fi
9536 else
9537 result=$wxUSE_GRAPHICS_CONTEXT
9538 fi
9539
9540 { echo "$as_me:$LINENO: result: $result" >&5
9541 echo "${ECHO_T}$result" >&6; }
9542
9543 fi
9544
9545
9546
9547 enablestring=
9548 defaultval=$wxUSE_ALL_FEATURES
9549 if test -z "$defaultval"; then
9550 if test x"$enablestring" = xdisable; then
9551 defaultval=yes
9552 else
9553 defaultval=no
9554 fi
9555 fi
9556
9557 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
9558 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6; }
9559 # Check whether --enable-clipboard was given.
9560 if test "${enable_clipboard+set}" = set; then
9561 enableval=$enable_clipboard;
9562 if test "$enableval" = yes; then
9563 wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
9564 else
9565 wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
9566 fi
9567
9568 else
9569
9570 wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
9571
9572 fi
9573
9574
9575 eval "$wx_cv_use_clipboard"
9576
9577 if test x"$enablestring" = xdisable; then
9578 if test $wxUSE_CLIPBOARD = no; then
9579 result=yes
9580 else
9581 result=no
9582 fi
9583 else
9584 result=$wxUSE_CLIPBOARD
9585 fi
9586
9587 { echo "$as_me:$LINENO: result: $result" >&5
9588 echo "${ECHO_T}$result" >&6; }
9589
9590
9591 enablestring=
9592 defaultval=$wxUSE_ALL_FEATURES
9593 if test -z "$defaultval"; then
9594 if test x"$enablestring" = xdisable; then
9595 defaultval=yes
9596 else
9597 defaultval=no
9598 fi
9599 fi
9600
9601 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
9602 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6; }
9603 # Check whether --enable-dnd was given.
9604 if test "${enable_dnd+set}" = set; then
9605 enableval=$enable_dnd;
9606 if test "$enableval" = yes; then
9607 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
9608 else
9609 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
9610 fi
9611
9612 else
9613
9614 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
9615
9616 fi
9617
9618
9619 eval "$wx_cv_use_dnd"
9620
9621 if test x"$enablestring" = xdisable; then
9622 if test $wxUSE_DRAG_AND_DROP = no; then
9623 result=yes
9624 else
9625 result=no
9626 fi
9627 else
9628 result=$wxUSE_DRAG_AND_DROP
9629 fi
9630
9631 { echo "$as_me:$LINENO: result: $result" >&5
9632 echo "${ECHO_T}$result" >&6; }
9633
9634
9635 enablestring=
9636 defaultval=$wxUSE_ALL_FEATURES
9637 if test -z "$defaultval"; then
9638 if test x"$enablestring" = xdisable; then
9639 defaultval=yes
9640 else
9641 defaultval=no
9642 fi
9643 fi
9644
9645 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9646 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
9647 # Check whether --enable-metafile was given.
9648 if test "${enable_metafile+set}" = set; then
9649 enableval=$enable_metafile;
9650 if test "$enableval" = yes; then
9651 wx_cv_use_metafile='wxUSE_METAFILE=yes'
9652 else
9653 wx_cv_use_metafile='wxUSE_METAFILE=no'
9654 fi
9655
9656 else
9657
9658 wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
9659
9660 fi
9661
9662
9663 eval "$wx_cv_use_metafile"
9664
9665 if test x"$enablestring" = xdisable; then
9666 if test $wxUSE_METAFILE = no; then
9667 result=yes
9668 else
9669 result=no
9670 fi
9671 else
9672 result=$wxUSE_METAFILE
9673 fi
9674
9675 { echo "$as_me:$LINENO: result: $result" >&5
9676 echo "${ECHO_T}$result" >&6; }
9677
9678
9679
9680 DEFAULT_wxUSE_CONTROLS=none
9681
9682 enablestring=disable
9683 defaultval=
9684 if test -z "$defaultval"; then
9685 if test x"$enablestring" = xdisable; then
9686 defaultval=yes
9687 else
9688 defaultval=no
9689 fi
9690 fi
9691
9692 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
9693 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6; }
9694 # Check whether --enable-controls was given.
9695 if test "${enable_controls+set}" = set; then
9696 enableval=$enable_controls;
9697 if test "$enableval" = yes; then
9698 wx_cv_use_controls='wxUSE_CONTROLS=yes'
9699 else
9700 wx_cv_use_controls='wxUSE_CONTROLS=no'
9701 fi
9702
9703 else
9704
9705 wx_cv_use_controls='wxUSE_CONTROLS=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
9706
9707 fi
9708
9709
9710 eval "$wx_cv_use_controls"
9711
9712 if test x"$enablestring" = xdisable; then
9713 if test $wxUSE_CONTROLS = no; then
9714 result=yes
9715 else
9716 result=no
9717 fi
9718 else
9719 result=$wxUSE_CONTROLS
9720 fi
9721
9722 { echo "$as_me:$LINENO: result: $result" >&5
9723 echo "${ECHO_T}$result" >&6; }
9724
9725
9726 if test "$wxUSE_CONTROLS" = "no"; then
9727 DEFAULT_wxUSE_ACCEL=no
9728 DEFAULT_wxUSE_ANIMATIONCTRL=no
9729 DEFAULT_wxUSE_BMPBUTTON=no
9730 DEFAULT_wxUSE_BUTTON=no
9731 DEFAULT_wxUSE_CALCTRL=no
9732 DEFAULT_wxUSE_CARET=no
9733 DEFAULT_wxUSE_CHECKBOX=no
9734 DEFAULT_wxUSE_CHECKLISTBOX=no
9735 DEFAULT_wxUSE_CHOICE=no
9736 DEFAULT_wxUSE_CHOICEBOOK=no
9737 DEFAULT_wxUSE_COLLPANE=no
9738 DEFAULT_wxUSE_COLOURPICKERCTRL=no
9739 DEFAULT_wxUSE_COMBOBOX=no
9740 DEFAULT_wxUSE_COMBOBOX=no
9741 DEFAULT_wxUSE_DATAVIEWCTRL=no
9742 DEFAULT_wxUSE_DATEPICKCTRL=no
9743 DEFAULT_wxUSE_DETECT_SM=no
9744 DEFAULT_wxUSE_DIRPICKERCTRL=no
9745 DEFAULT_wxUSE_DISPLAY=no
9746 DEFAULT_wxUSE_FILECTRL=no
9747 DEFAULT_wxUSE_FILEPICKERCTRL=no
9748 DEFAULT_wxUSE_FONTPICKERCTRL=no
9749 DEFAULT_wxUSE_GAUGE=no
9750 DEFAULT_wxUSE_GRID=no
9751 DEFAULT_wxUSE_HEADERCTRL=no
9752 DEFAULT_wxUSE_HYPERLINKCTRL=no
9753 DEFAULT_wxUSE_IMAGLIST=no
9754 DEFAULT_wxUSE_LISTBOOK=no
9755 DEFAULT_wxUSE_LISTBOX=no
9756 DEFAULT_wxUSE_LISTCTRL=no
9757 DEFAULT_wxUSE_NOTEBOOK=no
9758 DEFAULT_wxUSE_POPUPWIN=no
9759 DEFAULT_wxUSE_RADIOBOX=no
9760 DEFAULT_wxUSE_RADIOBTN=no
9761 DEFAULT_wxUSE_REARRANGECTRL=no
9762 DEFAULT_wxUSE_SASH=no
9763 DEFAULT_wxUSE_SCROLLBAR=no
9764 DEFAULT_wxUSE_SEARCHCTRL=no
9765 DEFAULT_wxUSE_SLIDER=no
9766 DEFAULT_wxUSE_SPINBTN=no
9767 DEFAULT_wxUSE_SPINCTRL=no
9768 DEFAULT_wxUSE_SPLITTER=no
9769 DEFAULT_wxUSE_STATBMP=no
9770 DEFAULT_wxUSE_STATBOX=no
9771 DEFAULT_wxUSE_STATLINE=no
9772 DEFAULT_wxUSE_STATUSBAR=no
9773 DEFAULT_wxUSE_TIPWINDOW=no
9774 DEFAULT_wxUSE_TOGGLEBTN=no
9775 DEFAULT_wxUSE_TOOLBAR=no
9776 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
9777 DEFAULT_wxUSE_TOOLBOOK=no
9778 DEFAULT_wxUSE_TOOLTIPS=no
9779 DEFAULT_wxUSE_TREEBOOK=no
9780 DEFAULT_wxUSE_TREECTRL=no
9781 fi
9782
9783
9784 enablestring=
9785 defaultval=$wxUSE_ALL_FEATURES
9786 if test -z "$defaultval"; then
9787 if test x"$enablestring" = xdisable; then
9788 defaultval=yes
9789 else
9790 defaultval=no
9791 fi
9792 fi
9793
9794 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
9795 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6; }
9796 # Check whether --enable-accel was given.
9797 if test "${enable_accel+set}" = set; then
9798 enableval=$enable_accel;
9799 if test "$enableval" = yes; then
9800 wx_cv_use_accel='wxUSE_ACCEL=yes'
9801 else
9802 wx_cv_use_accel='wxUSE_ACCEL=no'
9803 fi
9804
9805 else
9806
9807 wx_cv_use_accel='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
9808
9809 fi
9810
9811
9812 eval "$wx_cv_use_accel"
9813
9814 if test x"$enablestring" = xdisable; then
9815 if test $wxUSE_ACCEL = no; then
9816 result=yes
9817 else
9818 result=no
9819 fi
9820 else
9821 result=$wxUSE_ACCEL
9822 fi
9823
9824 { echo "$as_me:$LINENO: result: $result" >&5
9825 echo "${ECHO_T}$result" >&6; }
9826
9827
9828 enablestring=
9829 defaultval=$wxUSE_ALL_FEATURES
9830 if test -z "$defaultval"; then
9831 if test x"$enablestring" = xdisable; then
9832 defaultval=yes
9833 else
9834 defaultval=no
9835 fi
9836 fi
9837
9838 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-animatectrl" >&5
9839 echo $ECHO_N "checking for --${enablestring:-enable}-animatectrl... $ECHO_C" >&6; }
9840 # Check whether --enable-animatectrl was given.
9841 if test "${enable_animatectrl+set}" = set; then
9842 enableval=$enable_animatectrl;
9843 if test "$enableval" = yes; then
9844 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=yes'
9845 else
9846 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=no'
9847 fi
9848
9849 else
9850
9851 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
9852
9853 fi
9854
9855
9856 eval "$wx_cv_use_animatectrl"
9857
9858 if test x"$enablestring" = xdisable; then
9859 if test $wxUSE_ANIMATIONCTRL = no; then
9860 result=yes
9861 else
9862 result=no
9863 fi
9864 else
9865 result=$wxUSE_ANIMATIONCTRL
9866 fi
9867
9868 { echo "$as_me:$LINENO: result: $result" >&5
9869 echo "${ECHO_T}$result" >&6; }
9870
9871
9872 enablestring=
9873 defaultval=$wxUSE_ALL_FEATURES
9874 if test -z "$defaultval"; then
9875 if test x"$enablestring" = xdisable; then
9876 defaultval=yes
9877 else
9878 defaultval=no
9879 fi
9880 fi
9881
9882 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
9883 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6; }
9884 # Check whether --enable-bmpbutton was given.
9885 if test "${enable_bmpbutton+set}" = set; then
9886 enableval=$enable_bmpbutton;
9887 if test "$enableval" = yes; then
9888 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
9889 else
9890 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
9891 fi
9892
9893 else
9894
9895 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
9896
9897 fi
9898
9899
9900 eval "$wx_cv_use_bmpbutton"
9901
9902 if test x"$enablestring" = xdisable; then
9903 if test $wxUSE_BMPBUTTON = no; then
9904 result=yes
9905 else
9906 result=no
9907 fi
9908 else
9909 result=$wxUSE_BMPBUTTON
9910 fi
9911
9912 { echo "$as_me:$LINENO: result: $result" >&5
9913 echo "${ECHO_T}$result" >&6; }
9914
9915
9916 enablestring=
9917 defaultval=$wxUSE_ALL_FEATURES
9918 if test -z "$defaultval"; then
9919 if test x"$enablestring" = xdisable; then
9920 defaultval=yes
9921 else
9922 defaultval=no
9923 fi
9924 fi
9925
9926 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpcombobox" >&5
9927 echo $ECHO_N "checking for --${enablestring:-enable}-bmpcombobox... $ECHO_C" >&6; }
9928 # Check whether --enable-bmpcombobox was given.
9929 if test "${enable_bmpcombobox+set}" = set; then
9930 enableval=$enable_bmpcombobox;
9931 if test "$enableval" = yes; then
9932 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=yes'
9933 else
9934 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
9935 fi
9936
9937 else
9938
9939 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
9940
9941 fi
9942
9943
9944 eval "$wx_cv_use_bmpcombobox"
9945
9946 if test x"$enablestring" = xdisable; then
9947 if test $wxUSE_BITMAPCOMBOBOX = no; then
9948 result=yes
9949 else
9950 result=no
9951 fi
9952 else
9953 result=$wxUSE_BITMAPCOMBOBOX
9954 fi
9955
9956 { echo "$as_me:$LINENO: result: $result" >&5
9957 echo "${ECHO_T}$result" >&6; }
9958
9959
9960 enablestring=
9961 defaultval=$wxUSE_ALL_FEATURES
9962 if test -z "$defaultval"; then
9963 if test x"$enablestring" = xdisable; then
9964 defaultval=yes
9965 else
9966 defaultval=no
9967 fi
9968 fi
9969
9970 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
9971 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6; }
9972 # Check whether --enable-button was given.
9973 if test "${enable_button+set}" = set; then
9974 enableval=$enable_button;
9975 if test "$enableval" = yes; then
9976 wx_cv_use_button='wxUSE_BUTTON=yes'
9977 else
9978 wx_cv_use_button='wxUSE_BUTTON=no'
9979 fi
9980
9981 else
9982
9983 wx_cv_use_button='wxUSE_BUTTON=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
9984
9985 fi
9986
9987
9988 eval "$wx_cv_use_button"
9989
9990 if test x"$enablestring" = xdisable; then
9991 if test $wxUSE_BUTTON = no; then
9992 result=yes
9993 else
9994 result=no
9995 fi
9996 else
9997 result=$wxUSE_BUTTON
9998 fi
9999
10000 { echo "$as_me:$LINENO: result: $result" >&5
10001 echo "${ECHO_T}$result" >&6; }
10002
10003
10004 enablestring=
10005 defaultval=$wxUSE_ALL_FEATURES
10006 if test -z "$defaultval"; then
10007 if test x"$enablestring" = xdisable; then
10008 defaultval=yes
10009 else
10010 defaultval=no
10011 fi
10012 fi
10013
10014 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
10015 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6; }
10016 # Check whether --enable-calendar was given.
10017 if test "${enable_calendar+set}" = set; then
10018 enableval=$enable_calendar;
10019 if test "$enableval" = yes; then
10020 wx_cv_use_calendar='wxUSE_CALCTRL=yes'
10021 else
10022 wx_cv_use_calendar='wxUSE_CALCTRL=no'
10023 fi
10024
10025 else
10026
10027 wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
10028
10029 fi
10030
10031
10032 eval "$wx_cv_use_calendar"
10033
10034 if test x"$enablestring" = xdisable; then
10035 if test $wxUSE_CALCTRL = no; then
10036 result=yes
10037 else
10038 result=no
10039 fi
10040 else
10041 result=$wxUSE_CALCTRL
10042 fi
10043
10044 { echo "$as_me:$LINENO: result: $result" >&5
10045 echo "${ECHO_T}$result" >&6; }
10046
10047
10048 enablestring=
10049 defaultval=$wxUSE_ALL_FEATURES
10050 if test -z "$defaultval"; then
10051 if test x"$enablestring" = xdisable; then
10052 defaultval=yes
10053 else
10054 defaultval=no
10055 fi
10056 fi
10057
10058 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
10059 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6; }
10060 # Check whether --enable-caret was given.
10061 if test "${enable_caret+set}" = set; then
10062 enableval=$enable_caret;
10063 if test "$enableval" = yes; then
10064 wx_cv_use_caret='wxUSE_CARET=yes'
10065 else
10066 wx_cv_use_caret='wxUSE_CARET=no'
10067 fi
10068
10069 else
10070
10071 wx_cv_use_caret='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
10072
10073 fi
10074
10075
10076 eval "$wx_cv_use_caret"
10077
10078 if test x"$enablestring" = xdisable; then
10079 if test $wxUSE_CARET = no; then
10080 result=yes
10081 else
10082 result=no
10083 fi
10084 else
10085 result=$wxUSE_CARET
10086 fi
10087
10088 { echo "$as_me:$LINENO: result: $result" >&5
10089 echo "${ECHO_T}$result" >&6; }
10090
10091
10092 enablestring=
10093 defaultval=$wxUSE_ALL_FEATURES
10094 if test -z "$defaultval"; then
10095 if test x"$enablestring" = xdisable; then
10096 defaultval=yes
10097 else
10098 defaultval=no
10099 fi
10100 fi
10101
10102 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
10103 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6; }
10104 # Check whether --enable-checkbox was given.
10105 if test "${enable_checkbox+set}" = set; then
10106 enableval=$enable_checkbox;
10107 if test "$enableval" = yes; then
10108 wx_cv_use_checkbox='wxUSE_CHECKBOX=yes'
10109 else
10110 wx_cv_use_checkbox='wxUSE_CHECKBOX=no'
10111 fi
10112
10113 else
10114
10115 wx_cv_use_checkbox='wxUSE_CHECKBOX=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
10116
10117 fi
10118
10119
10120 eval "$wx_cv_use_checkbox"
10121
10122 if test x"$enablestring" = xdisable; then
10123 if test $wxUSE_CHECKBOX = no; then
10124 result=yes
10125 else
10126 result=no
10127 fi
10128 else
10129 result=$wxUSE_CHECKBOX
10130 fi
10131
10132 { echo "$as_me:$LINENO: result: $result" >&5
10133 echo "${ECHO_T}$result" >&6; }
10134
10135
10136 enablestring=
10137 defaultval=$wxUSE_ALL_FEATURES
10138 if test -z "$defaultval"; then
10139 if test x"$enablestring" = xdisable; then
10140 defaultval=yes
10141 else
10142 defaultval=no
10143 fi
10144 fi
10145
10146 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
10147 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6; }
10148 # Check whether --enable-checklst was given.
10149 if test "${enable_checklst+set}" = set; then
10150 enableval=$enable_checklst;
10151 if test "$enableval" = yes; then
10152 wx_cv_use_checklst='wxUSE_CHECKLST=yes'
10153 else
10154 wx_cv_use_checklst='wxUSE_CHECKLST=no'
10155 fi
10156
10157 else
10158
10159 wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
10160
10161 fi
10162
10163
10164 eval "$wx_cv_use_checklst"
10165
10166 if test x"$enablestring" = xdisable; then
10167 if test $wxUSE_CHECKLST = no; then
10168 result=yes
10169 else
10170 result=no
10171 fi
10172 else
10173 result=$wxUSE_CHECKLST
10174 fi
10175
10176 { echo "$as_me:$LINENO: result: $result" >&5
10177 echo "${ECHO_T}$result" >&6; }
10178
10179
10180 enablestring=
10181 defaultval=$wxUSE_ALL_FEATURES
10182 if test -z "$defaultval"; then
10183 if test x"$enablestring" = xdisable; then
10184 defaultval=yes
10185 else
10186 defaultval=no
10187 fi
10188 fi
10189
10190 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
10191 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6; }
10192 # Check whether --enable-choice was given.
10193 if test "${enable_choice+set}" = set; then
10194 enableval=$enable_choice;
10195 if test "$enableval" = yes; then
10196 wx_cv_use_choice='wxUSE_CHOICE=yes'
10197 else
10198 wx_cv_use_choice='wxUSE_CHOICE=no'
10199 fi
10200
10201 else
10202
10203 wx_cv_use_choice='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
10204
10205 fi
10206
10207
10208 eval "$wx_cv_use_choice"
10209
10210 if test x"$enablestring" = xdisable; then
10211 if test $wxUSE_CHOICE = no; then
10212 result=yes
10213 else
10214 result=no
10215 fi
10216 else
10217 result=$wxUSE_CHOICE
10218 fi
10219
10220 { echo "$as_me:$LINENO: result: $result" >&5
10221 echo "${ECHO_T}$result" >&6; }
10222
10223
10224 enablestring=
10225 defaultval=$wxUSE_ALL_FEATURES
10226 if test -z "$defaultval"; then
10227 if test x"$enablestring" = xdisable; then
10228 defaultval=yes
10229 else
10230 defaultval=no
10231 fi
10232 fi
10233
10234 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
10235 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6; }
10236 # Check whether --enable-choicebook was given.
10237 if test "${enable_choicebook+set}" = set; then
10238 enableval=$enable_choicebook;
10239 if test "$enableval" = yes; then
10240 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
10241 else
10242 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
10243 fi
10244
10245 else
10246
10247 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
10248
10249 fi
10250
10251
10252 eval "$wx_cv_use_choicebook"
10253
10254 if test x"$enablestring" = xdisable; then
10255 if test $wxUSE_CHOICEBOOK = no; then
10256 result=yes
10257 else
10258 result=no
10259 fi
10260 else
10261 result=$wxUSE_CHOICEBOOK
10262 fi
10263
10264 { echo "$as_me:$LINENO: result: $result" >&5
10265 echo "${ECHO_T}$result" >&6; }
10266
10267
10268 enablestring=
10269 defaultval=$wxUSE_ALL_FEATURES
10270 if test -z "$defaultval"; then
10271 if test x"$enablestring" = xdisable; then
10272 defaultval=yes
10273 else
10274 defaultval=no
10275 fi
10276 fi
10277
10278 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-collpane" >&5
10279 echo $ECHO_N "checking for --${enablestring:-enable}-collpane... $ECHO_C" >&6; }
10280 # Check whether --enable-collpane was given.
10281 if test "${enable_collpane+set}" = set; then
10282 enableval=$enable_collpane;
10283 if test "$enableval" = yes; then
10284 wx_cv_use_collpane='wxUSE_COLLPANE=yes'
10285 else
10286 wx_cv_use_collpane='wxUSE_COLLPANE=no'
10287 fi
10288
10289 else
10290
10291 wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
10292
10293 fi
10294
10295
10296 eval "$wx_cv_use_collpane"
10297
10298 if test x"$enablestring" = xdisable; then
10299 if test $wxUSE_COLLPANE = no; then
10300 result=yes
10301 else
10302 result=no
10303 fi
10304 else
10305 result=$wxUSE_COLLPANE
10306 fi
10307
10308 { echo "$as_me:$LINENO: result: $result" >&5
10309 echo "${ECHO_T}$result" >&6; }
10310
10311
10312 enablestring=
10313 defaultval=$wxUSE_ALL_FEATURES
10314 if test -z "$defaultval"; then
10315 if test x"$enablestring" = xdisable; then
10316 defaultval=yes
10317 else
10318 defaultval=no
10319 fi
10320 fi
10321
10322 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-colourpicker" >&5
10323 echo $ECHO_N "checking for --${enablestring:-enable}-colourpicker... $ECHO_C" >&6; }
10324 # Check whether --enable-colourpicker was given.
10325 if test "${enable_colourpicker+set}" = set; then
10326 enableval=$enable_colourpicker;
10327 if test "$enableval" = yes; then
10328 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=yes'
10329 else
10330 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
10331 fi
10332
10333 else
10334
10335 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
10336
10337 fi
10338
10339
10340 eval "$wx_cv_use_colourpicker"
10341
10342 if test x"$enablestring" = xdisable; then
10343 if test $wxUSE_COLOURPICKERCTRL = no; then
10344 result=yes
10345 else
10346 result=no
10347 fi
10348 else
10349 result=$wxUSE_COLOURPICKERCTRL
10350 fi
10351
10352 { echo "$as_me:$LINENO: result: $result" >&5
10353 echo "${ECHO_T}$result" >&6; }
10354
10355
10356 enablestring=
10357 defaultval=$wxUSE_ALL_FEATURES
10358 if test -z "$defaultval"; then
10359 if test x"$enablestring" = xdisable; then
10360 defaultval=yes
10361 else
10362 defaultval=no
10363 fi
10364 fi
10365
10366 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
10367 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6; }
10368 # Check whether --enable-combobox was given.
10369 if test "${enable_combobox+set}" = set; then
10370 enableval=$enable_combobox;
10371 if test "$enableval" = yes; then
10372 wx_cv_use_combobox='wxUSE_COMBOBOX=yes'
10373 else
10374 wx_cv_use_combobox='wxUSE_COMBOBOX=no'
10375 fi
10376
10377 else
10378
10379 wx_cv_use_combobox='wxUSE_COMBOBOX=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
10380
10381 fi
10382
10383
10384 eval "$wx_cv_use_combobox"
10385
10386 if test x"$enablestring" = xdisable; then
10387 if test $wxUSE_COMBOBOX = no; then
10388 result=yes
10389 else
10390 result=no
10391 fi
10392 else
10393 result=$wxUSE_COMBOBOX
10394 fi
10395
10396 { echo "$as_me:$LINENO: result: $result" >&5
10397 echo "${ECHO_T}$result" >&6; }
10398
10399
10400 enablestring=
10401 defaultval=$wxUSE_ALL_FEATURES
10402 if test -z "$defaultval"; then
10403 if test x"$enablestring" = xdisable; then
10404 defaultval=yes
10405 else
10406 defaultval=no
10407 fi
10408 fi
10409
10410 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-comboctrl" >&5
10411 echo $ECHO_N "checking for --${enablestring:-enable}-comboctrl... $ECHO_C" >&6; }
10412 # Check whether --enable-comboctrl was given.
10413 if test "${enable_comboctrl+set}" = set; then
10414 enableval=$enable_comboctrl;
10415 if test "$enableval" = yes; then
10416 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
10417 else
10418 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
10419 fi
10420
10421 else
10422
10423 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
10424
10425 fi
10426
10427
10428 eval "$wx_cv_use_comboctrl"
10429
10430 if test x"$enablestring" = xdisable; then
10431 if test $wxUSE_COMBOCTRL = no; then
10432 result=yes
10433 else
10434 result=no
10435 fi
10436 else
10437 result=$wxUSE_COMBOCTRL
10438 fi
10439
10440 { echo "$as_me:$LINENO: result: $result" >&5
10441 echo "${ECHO_T}$result" >&6; }
10442
10443
10444 enablestring=
10445 defaultval=$wxUSE_ALL_FEATURES
10446 if test -z "$defaultval"; then
10447 if test x"$enablestring" = xdisable; then
10448 defaultval=yes
10449 else
10450 defaultval=no
10451 fi
10452 fi
10453
10454 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataviewctrl" >&5
10455 echo $ECHO_N "checking for --${enablestring:-enable}-dataviewctrl... $ECHO_C" >&6; }
10456 # Check whether --enable-dataviewctrl was given.
10457 if test "${enable_dataviewctrl+set}" = set; then
10458 enableval=$enable_dataviewctrl;
10459 if test "$enableval" = yes; then
10460 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=yes'
10461 else
10462 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=no'
10463 fi
10464
10465 else
10466
10467 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
10468
10469 fi
10470
10471
10472 eval "$wx_cv_use_dataviewctrl"
10473
10474 if test x"$enablestring" = xdisable; then
10475 if test $wxUSE_DATAVIEWCTRL = no; then
10476 result=yes
10477 else
10478 result=no
10479 fi
10480 else
10481 result=$wxUSE_DATAVIEWCTRL
10482 fi
10483
10484 { echo "$as_me:$LINENO: result: $result" >&5
10485 echo "${ECHO_T}$result" >&6; }
10486
10487
10488 enablestring=
10489 defaultval=$wxUSE_ALL_FEATURES
10490 if test -z "$defaultval"; then
10491 if test x"$enablestring" = xdisable; then
10492 defaultval=yes
10493 else
10494 defaultval=no
10495 fi
10496 fi
10497
10498 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
10499 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6; }
10500 # Check whether --enable-datepick was given.
10501 if test "${enable_datepick+set}" = set; then
10502 enableval=$enable_datepick;
10503 if test "$enableval" = yes; then
10504 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
10505 else
10506 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
10507 fi
10508
10509 else
10510
10511 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
10512
10513 fi
10514
10515
10516 eval "$wx_cv_use_datepick"
10517
10518 if test x"$enablestring" = xdisable; then
10519 if test $wxUSE_DATEPICKCTRL = no; then
10520 result=yes
10521 else
10522 result=no
10523 fi
10524 else
10525 result=$wxUSE_DATEPICKCTRL
10526 fi
10527
10528 { echo "$as_me:$LINENO: result: $result" >&5
10529 echo "${ECHO_T}$result" >&6; }
10530
10531
10532 enablestring=
10533 defaultval=$wxUSE_ALL_FEATURES
10534 if test -z "$defaultval"; then
10535 if test x"$enablestring" = xdisable; then
10536 defaultval=yes
10537 else
10538 defaultval=no
10539 fi
10540 fi
10541
10542 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-detect_sm" >&5
10543 echo $ECHO_N "checking for --${enablestring:-enable}-detect_sm... $ECHO_C" >&6; }
10544 # Check whether --enable-detect_sm was given.
10545 if test "${enable_detect_sm+set}" = set; then
10546 enableval=$enable_detect_sm;
10547 if test "$enableval" = yes; then
10548 wx_cv_use_detect_sm='wxUSE_DETECT_SM=yes'
10549 else
10550 wx_cv_use_detect_sm='wxUSE_DETECT_SM=no'
10551 fi
10552
10553 else
10554
10555 wx_cv_use_detect_sm='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
10556
10557 fi
10558
10559
10560 eval "$wx_cv_use_detect_sm"
10561
10562 if test x"$enablestring" = xdisable; then
10563 if test $wxUSE_DETECT_SM = no; then
10564 result=yes
10565 else
10566 result=no
10567 fi
10568 else
10569 result=$wxUSE_DETECT_SM
10570 fi
10571
10572 { echo "$as_me:$LINENO: result: $result" >&5
10573 echo "${ECHO_T}$result" >&6; }
10574
10575
10576 enablestring=
10577 defaultval=$wxUSE_ALL_FEATURES
10578 if test -z "$defaultval"; then
10579 if test x"$enablestring" = xdisable; then
10580 defaultval=yes
10581 else
10582 defaultval=no
10583 fi
10584 fi
10585
10586 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirpicker" >&5
10587 echo $ECHO_N "checking for --${enablestring:-enable}-dirpicker... $ECHO_C" >&6; }
10588 # Check whether --enable-dirpicker was given.
10589 if test "${enable_dirpicker+set}" = set; then
10590 enableval=$enable_dirpicker;
10591 if test "$enableval" = yes; then
10592 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=yes'
10593 else
10594 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=no'
10595 fi
10596
10597 else
10598
10599 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
10600
10601 fi
10602
10603
10604 eval "$wx_cv_use_dirpicker"
10605
10606 if test x"$enablestring" = xdisable; then
10607 if test $wxUSE_DIRPICKERCTRL = no; then
10608 result=yes
10609 else
10610 result=no
10611 fi
10612 else
10613 result=$wxUSE_DIRPICKERCTRL
10614 fi
10615
10616 { echo "$as_me:$LINENO: result: $result" >&5
10617 echo "${ECHO_T}$result" >&6; }
10618
10619
10620 enablestring=
10621 defaultval=$wxUSE_ALL_FEATURES
10622 if test -z "$defaultval"; then
10623 if test x"$enablestring" = xdisable; then
10624 defaultval=yes
10625 else
10626 defaultval=no
10627 fi
10628 fi
10629
10630 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
10631 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6; }
10632 # Check whether --enable-display was given.
10633 if test "${enable_display+set}" = set; then
10634 enableval=$enable_display;
10635 if test "$enableval" = yes; then
10636 wx_cv_use_display='wxUSE_DISPLAY=yes'
10637 else
10638 wx_cv_use_display='wxUSE_DISPLAY=no'
10639 fi
10640
10641 else
10642
10643 wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
10644
10645 fi
10646
10647
10648 eval "$wx_cv_use_display"
10649
10650 if test x"$enablestring" = xdisable; then
10651 if test $wxUSE_DISPLAY = no; then
10652 result=yes
10653 else
10654 result=no
10655 fi
10656 else
10657 result=$wxUSE_DISPLAY
10658 fi
10659
10660 { echo "$as_me:$LINENO: result: $result" >&5
10661 echo "${ECHO_T}$result" >&6; }
10662
10663
10664 enablestring=
10665 defaultval=$wxUSE_ALL_FEATURES
10666 if test -z "$defaultval"; then
10667 if test x"$enablestring" = xdisable; then
10668 defaultval=yes
10669 else
10670 defaultval=no
10671 fi
10672 fi
10673
10674 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-editablebox" >&5
10675 echo $ECHO_N "checking for --${enablestring:-enable}-editablebox... $ECHO_C" >&6; }
10676 # Check whether --enable-editablebox was given.
10677 if test "${enable_editablebox+set}" = set; then
10678 enableval=$enable_editablebox;
10679 if test "$enableval" = yes; then
10680 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=yes'
10681 else
10682 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=no'
10683 fi
10684
10685 else
10686
10687 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
10688
10689 fi
10690
10691
10692 eval "$wx_cv_use_editablebox"
10693
10694 if test x"$enablestring" = xdisable; then
10695 if test $wxUSE_EDITABLELISTBOX = no; then
10696 result=yes
10697 else
10698 result=no
10699 fi
10700 else
10701 result=$wxUSE_EDITABLELISTBOX
10702 fi
10703
10704 { echo "$as_me:$LINENO: result: $result" >&5
10705 echo "${ECHO_T}$result" >&6; }
10706
10707
10708 enablestring=
10709 defaultval=$wxUSE_ALL_FEATURES
10710 if test -z "$defaultval"; then
10711 if test x"$enablestring" = xdisable; then
10712 defaultval=yes
10713 else
10714 defaultval=no
10715 fi
10716 fi
10717
10718 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filectrl" >&5
10719 echo $ECHO_N "checking for --${enablestring:-enable}-filectrl... $ECHO_C" >&6; }
10720 # Check whether --enable-filectrl was given.
10721 if test "${enable_filectrl+set}" = set; then
10722 enableval=$enable_filectrl;
10723 if test "$enableval" = yes; then
10724 wx_cv_use_filectrl='wxUSE_FILECTRL=yes'
10725 else
10726 wx_cv_use_filectrl='wxUSE_FILECTRL=no'
10727 fi
10728
10729 else
10730
10731 wx_cv_use_filectrl='wxUSE_FILECTRL=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
10732
10733 fi
10734
10735
10736 eval "$wx_cv_use_filectrl"
10737
10738 if test x"$enablestring" = xdisable; then
10739 if test $wxUSE_FILECTRL = no; then
10740 result=yes
10741 else
10742 result=no
10743 fi
10744 else
10745 result=$wxUSE_FILECTRL
10746 fi
10747
10748 { echo "$as_me:$LINENO: result: $result" >&5
10749 echo "${ECHO_T}$result" >&6; }
10750
10751
10752 enablestring=
10753 defaultval=$wxUSE_ALL_FEATURES
10754 if test -z "$defaultval"; then
10755 if test x"$enablestring" = xdisable; then
10756 defaultval=yes
10757 else
10758 defaultval=no
10759 fi
10760 fi
10761
10762 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filepicker" >&5
10763 echo $ECHO_N "checking for --${enablestring:-enable}-filepicker... $ECHO_C" >&6; }
10764 # Check whether --enable-filepicker was given.
10765 if test "${enable_filepicker+set}" = set; then
10766 enableval=$enable_filepicker;
10767 if test "$enableval" = yes; then
10768 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
10769 else
10770 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
10771 fi
10772
10773 else
10774
10775 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
10776
10777 fi
10778
10779
10780 eval "$wx_cv_use_filepicker"
10781
10782 if test x"$enablestring" = xdisable; then
10783 if test $wxUSE_FILEPICKERCTRL = no; then
10784 result=yes
10785 else
10786 result=no
10787 fi
10788 else
10789 result=$wxUSE_FILEPICKERCTRL
10790 fi
10791
10792 { echo "$as_me:$LINENO: result: $result" >&5
10793 echo "${ECHO_T}$result" >&6; }
10794
10795
10796 enablestring=
10797 defaultval=$wxUSE_ALL_FEATURES
10798 if test -z "$defaultval"; then
10799 if test x"$enablestring" = xdisable; then
10800 defaultval=yes
10801 else
10802 defaultval=no
10803 fi
10804 fi
10805
10806 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontpicker" >&5
10807 echo $ECHO_N "checking for --${enablestring:-enable}-fontpicker... $ECHO_C" >&6; }
10808 # Check whether --enable-fontpicker was given.
10809 if test "${enable_fontpicker+set}" = set; then
10810 enableval=$enable_fontpicker;
10811 if test "$enableval" = yes; then
10812 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=yes'
10813 else
10814 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
10815 fi
10816
10817 else
10818
10819 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
10820
10821 fi
10822
10823
10824 eval "$wx_cv_use_fontpicker"
10825
10826 if test x"$enablestring" = xdisable; then
10827 if test $wxUSE_FONTPICKERCTRL = no; then
10828 result=yes
10829 else
10830 result=no
10831 fi
10832 else
10833 result=$wxUSE_FONTPICKERCTRL
10834 fi
10835
10836 { echo "$as_me:$LINENO: result: $result" >&5
10837 echo "${ECHO_T}$result" >&6; }
10838
10839
10840 enablestring=
10841 defaultval=$wxUSE_ALL_FEATURES
10842 if test -z "$defaultval"; then
10843 if test x"$enablestring" = xdisable; then
10844 defaultval=yes
10845 else
10846 defaultval=no
10847 fi
10848 fi
10849
10850 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
10851 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6; }
10852 # Check whether --enable-gauge was given.
10853 if test "${enable_gauge+set}" = set; then
10854 enableval=$enable_gauge;
10855 if test "$enableval" = yes; then
10856 wx_cv_use_gauge='wxUSE_GAUGE=yes'
10857 else
10858 wx_cv_use_gauge='wxUSE_GAUGE=no'
10859 fi
10860
10861 else
10862
10863 wx_cv_use_gauge='wxUSE_GAUGE=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
10864
10865 fi
10866
10867
10868 eval "$wx_cv_use_gauge"
10869
10870 if test x"$enablestring" = xdisable; then
10871 if test $wxUSE_GAUGE = no; then
10872 result=yes
10873 else
10874 result=no
10875 fi
10876 else
10877 result=$wxUSE_GAUGE
10878 fi
10879
10880 { echo "$as_me:$LINENO: result: $result" >&5
10881 echo "${ECHO_T}$result" >&6; }
10882
10883
10884 enablestring=
10885 defaultval=$wxUSE_ALL_FEATURES
10886 if test -z "$defaultval"; then
10887 if test x"$enablestring" = xdisable; then
10888 defaultval=yes
10889 else
10890 defaultval=no
10891 fi
10892 fi
10893
10894 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
10895 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6; }
10896 # Check whether --enable-grid was given.
10897 if test "${enable_grid+set}" = set; then
10898 enableval=$enable_grid;
10899 if test "$enableval" = yes; then
10900 wx_cv_use_grid='wxUSE_GRID=yes'
10901 else
10902 wx_cv_use_grid='wxUSE_GRID=no'
10903 fi
10904
10905 else
10906
10907 wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
10908
10909 fi
10910
10911
10912 eval "$wx_cv_use_grid"
10913
10914 if test x"$enablestring" = xdisable; then
10915 if test $wxUSE_GRID = no; then
10916 result=yes
10917 else
10918 result=no
10919 fi
10920 else
10921 result=$wxUSE_GRID
10922 fi
10923
10924 { echo "$as_me:$LINENO: result: $result" >&5
10925 echo "${ECHO_T}$result" >&6; }
10926
10927
10928 enablestring=
10929 defaultval=$wxUSE_ALL_FEATURES
10930 if test -z "$defaultval"; then
10931 if test x"$enablestring" = xdisable; then
10932 defaultval=yes
10933 else
10934 defaultval=no
10935 fi
10936 fi
10937
10938 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-headerctrl" >&5
10939 echo $ECHO_N "checking for --${enablestring:-enable}-headerctrl... $ECHO_C" >&6; }
10940 # Check whether --enable-headerctrl was given.
10941 if test "${enable_headerctrl+set}" = set; then
10942 enableval=$enable_headerctrl;
10943 if test "$enableval" = yes; then
10944 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=yes'
10945 else
10946 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=no'
10947 fi
10948
10949 else
10950
10951 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=${'DEFAULT_wxUSE_HEADERCTRL":-$defaultval}"
10952
10953 fi
10954
10955
10956 eval "$wx_cv_use_headerctrl"
10957
10958 if test x"$enablestring" = xdisable; then
10959 if test $wxUSE_HEADERCTRL = no; then
10960 result=yes
10961 else
10962 result=no
10963 fi
10964 else
10965 result=$wxUSE_HEADERCTRL
10966 fi
10967
10968 { echo "$as_me:$LINENO: result: $result" >&5
10969 echo "${ECHO_T}$result" >&6; }
10970
10971
10972 enablestring=
10973 defaultval=$wxUSE_ALL_FEATURES
10974 if test -z "$defaultval"; then
10975 if test x"$enablestring" = xdisable; then
10976 defaultval=yes
10977 else
10978 defaultval=no
10979 fi
10980 fi
10981
10982 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hyperlink" >&5
10983 echo $ECHO_N "checking for --${enablestring:-enable}-hyperlink... $ECHO_C" >&6; }
10984 # Check whether --enable-hyperlink was given.
10985 if test "${enable_hyperlink+set}" = set; then
10986 enableval=$enable_hyperlink;
10987 if test "$enableval" = yes; then
10988 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=yes'
10989 else
10990 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=no'
10991 fi
10992
10993 else
10994
10995 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
10996
10997 fi
10998
10999
11000 eval "$wx_cv_use_hyperlink"
11001
11002 if test x"$enablestring" = xdisable; then
11003 if test $wxUSE_HYPERLINKCTRL = no; then
11004 result=yes
11005 else
11006 result=no
11007 fi
11008 else
11009 result=$wxUSE_HYPERLINKCTRL
11010 fi
11011
11012 { echo "$as_me:$LINENO: result: $result" >&5
11013 echo "${ECHO_T}$result" >&6; }
11014
11015
11016 enablestring=
11017 defaultval=$wxUSE_ALL_FEATURES
11018 if test -z "$defaultval"; then
11019 if test x"$enablestring" = xdisable; then
11020 defaultval=yes
11021 else
11022 defaultval=no
11023 fi
11024 fi
11025
11026 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
11027 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6; }
11028 # Check whether --enable-imaglist was given.
11029 if test "${enable_imaglist+set}" = set; then
11030 enableval=$enable_imaglist;
11031 if test "$enableval" = yes; then
11032 wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
11033 else
11034 wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
11035 fi
11036
11037 else
11038
11039 wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
11040
11041 fi
11042
11043
11044 eval "$wx_cv_use_imaglist"
11045
11046 if test x"$enablestring" = xdisable; then
11047 if test $wxUSE_IMAGLIST = no; then
11048 result=yes
11049 else
11050 result=no
11051 fi
11052 else
11053 result=$wxUSE_IMAGLIST
11054 fi
11055
11056 { echo "$as_me:$LINENO: result: $result" >&5
11057 echo "${ECHO_T}$result" >&6; }
11058
11059
11060 enablestring=
11061 defaultval=$wxUSE_ALL_FEATURES
11062 if test -z "$defaultval"; then
11063 if test x"$enablestring" = xdisable; then
11064 defaultval=yes
11065 else
11066 defaultval=no
11067 fi
11068 fi
11069
11070 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-infobar" >&5
11071 echo $ECHO_N "checking for --${enablestring:-enable}-infobar... $ECHO_C" >&6; }
11072 # Check whether --enable-infobar was given.
11073 if test "${enable_infobar+set}" = set; then
11074 enableval=$enable_infobar;
11075 if test "$enableval" = yes; then
11076 wx_cv_use_infobar='wxUSE_INFOBAR=yes'
11077 else
11078 wx_cv_use_infobar='wxUSE_INFOBAR=no'
11079 fi
11080
11081 else
11082
11083 wx_cv_use_infobar='wxUSE_INFOBAR=${'DEFAULT_wxUSE_INFOBAR":-$defaultval}"
11084
11085 fi
11086
11087
11088 eval "$wx_cv_use_infobar"
11089
11090 if test x"$enablestring" = xdisable; then
11091 if test $wxUSE_INFOBAR = no; then
11092 result=yes
11093 else
11094 result=no
11095 fi
11096 else
11097 result=$wxUSE_INFOBAR
11098 fi
11099
11100 { echo "$as_me:$LINENO: result: $result" >&5
11101 echo "${ECHO_T}$result" >&6; }
11102
11103
11104 enablestring=
11105 defaultval=$wxUSE_ALL_FEATURES
11106 if test -z "$defaultval"; then
11107 if test x"$enablestring" = xdisable; then
11108 defaultval=yes
11109 else
11110 defaultval=no
11111 fi
11112 fi
11113
11114 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
11115 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6; }
11116 # Check whether --enable-listbook was given.
11117 if test "${enable_listbook+set}" = set; then
11118 enableval=$enable_listbook;
11119 if test "$enableval" = yes; then
11120 wx_cv_use_listbook='wxUSE_LISTBOOK=yes'
11121 else
11122 wx_cv_use_listbook='wxUSE_LISTBOOK=no'
11123 fi
11124
11125 else
11126
11127 wx_cv_use_listbook='wxUSE_LISTBOOK=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
11128
11129 fi
11130
11131
11132 eval "$wx_cv_use_listbook"
11133
11134 if test x"$enablestring" = xdisable; then
11135 if test $wxUSE_LISTBOOK = no; then
11136 result=yes
11137 else
11138 result=no
11139 fi
11140 else
11141 result=$wxUSE_LISTBOOK
11142 fi
11143
11144 { echo "$as_me:$LINENO: result: $result" >&5
11145 echo "${ECHO_T}$result" >&6; }
11146
11147
11148 enablestring=
11149 defaultval=$wxUSE_ALL_FEATURES
11150 if test -z "$defaultval"; then
11151 if test x"$enablestring" = xdisable; then
11152 defaultval=yes
11153 else
11154 defaultval=no
11155 fi
11156 fi
11157
11158 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
11159 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6; }
11160 # Check whether --enable-listbox was given.
11161 if test "${enable_listbox+set}" = set; then
11162 enableval=$enable_listbox;
11163 if test "$enableval" = yes; then
11164 wx_cv_use_listbox='wxUSE_LISTBOX=yes'
11165 else
11166 wx_cv_use_listbox='wxUSE_LISTBOX=no'
11167 fi
11168
11169 else
11170
11171 wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
11172
11173 fi
11174
11175
11176 eval "$wx_cv_use_listbox"
11177
11178 if test x"$enablestring" = xdisable; then
11179 if test $wxUSE_LISTBOX = no; then
11180 result=yes
11181 else
11182 result=no
11183 fi
11184 else
11185 result=$wxUSE_LISTBOX
11186 fi
11187
11188 { echo "$as_me:$LINENO: result: $result" >&5
11189 echo "${ECHO_T}$result" >&6; }
11190
11191
11192 enablestring=
11193 defaultval=$wxUSE_ALL_FEATURES
11194 if test -z "$defaultval"; then
11195 if test x"$enablestring" = xdisable; then
11196 defaultval=yes
11197 else
11198 defaultval=no
11199 fi
11200 fi
11201
11202 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
11203 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6; }
11204 # Check whether --enable-listctrl was given.
11205 if test "${enable_listctrl+set}" = set; then
11206 enableval=$enable_listctrl;
11207 if test "$enableval" = yes; then
11208 wx_cv_use_listctrl='wxUSE_LISTCTRL=yes'
11209 else
11210 wx_cv_use_listctrl='wxUSE_LISTCTRL=no'
11211 fi
11212
11213 else
11214
11215 wx_cv_use_listctrl='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
11216
11217 fi
11218
11219
11220 eval "$wx_cv_use_listctrl"
11221
11222 if test x"$enablestring" = xdisable; then
11223 if test $wxUSE_LISTCTRL = no; then
11224 result=yes
11225 else
11226 result=no
11227 fi
11228 else
11229 result=$wxUSE_LISTCTRL
11230 fi
11231
11232 { echo "$as_me:$LINENO: result: $result" >&5
11233 echo "${ECHO_T}$result" >&6; }
11234
11235
11236 enablestring=
11237 defaultval=$wxUSE_ALL_FEATURES
11238 if test -z "$defaultval"; then
11239 if test x"$enablestring" = xdisable; then
11240 defaultval=yes
11241 else
11242 defaultval=no
11243 fi
11244 fi
11245
11246 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
11247 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6; }
11248 # Check whether --enable-notebook was given.
11249 if test "${enable_notebook+set}" = set; then
11250 enableval=$enable_notebook;
11251 if test "$enableval" = yes; then
11252 wx_cv_use_notebook='wxUSE_NOTEBOOK=yes'
11253 else
11254 wx_cv_use_notebook='wxUSE_NOTEBOOK=no'
11255 fi
11256
11257 else
11258
11259 wx_cv_use_notebook='wxUSE_NOTEBOOK=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
11260
11261 fi
11262
11263
11264 eval "$wx_cv_use_notebook"
11265
11266 if test x"$enablestring" = xdisable; then
11267 if test $wxUSE_NOTEBOOK = no; then
11268 result=yes
11269 else
11270 result=no
11271 fi
11272 else
11273 result=$wxUSE_NOTEBOOK
11274 fi
11275
11276 { echo "$as_me:$LINENO: result: $result" >&5
11277 echo "${ECHO_T}$result" >&6; }
11278
11279
11280 enablestring=
11281 defaultval=$wxUSE_ALL_FEATURES
11282 if test -z "$defaultval"; then
11283 if test x"$enablestring" = xdisable; then
11284 defaultval=yes
11285 else
11286 defaultval=no
11287 fi
11288 fi
11289
11290 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notifmsg" >&5
11291 echo $ECHO_N "checking for --${enablestring:-enable}-notifmsg... $ECHO_C" >&6; }
11292 # Check whether --enable-notifmsg was given.
11293 if test "${enable_notifmsg+set}" = set; then
11294 enableval=$enable_notifmsg;
11295 if test "$enableval" = yes; then
11296 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
11297 else
11298 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
11299 fi
11300
11301 else
11302
11303 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
11304
11305 fi
11306
11307
11308 eval "$wx_cv_use_notifmsg"
11309
11310 if test x"$enablestring" = xdisable; then
11311 if test $wxUSE_NOTIFICATION_MESSAGE = no; then
11312 result=yes
11313 else
11314 result=no
11315 fi
11316 else
11317 result=$wxUSE_NOTIFICATION_MESSAGE
11318 fi
11319
11320 { echo "$as_me:$LINENO: result: $result" >&5
11321 echo "${ECHO_T}$result" >&6; }
11322
11323
11324 enablestring=
11325 defaultval=$wxUSE_ALL_FEATURES
11326 if test -z "$defaultval"; then
11327 if test x"$enablestring" = xdisable; then
11328 defaultval=yes
11329 else
11330 defaultval=no
11331 fi
11332 fi
11333
11334 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-odcombobox" >&5
11335 echo $ECHO_N "checking for --${enablestring:-enable}-odcombobox... $ECHO_C" >&6; }
11336 # Check whether --enable-odcombobox was given.
11337 if test "${enable_odcombobox+set}" = set; then
11338 enableval=$enable_odcombobox;
11339 if test "$enableval" = yes; then
11340 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=yes'
11341 else
11342 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
11343 fi
11344
11345 else
11346
11347 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
11348
11349 fi
11350
11351
11352 eval "$wx_cv_use_odcombobox"
11353
11354 if test x"$enablestring" = xdisable; then
11355 if test $wxUSE_ODCOMBOBOX = no; then
11356 result=yes
11357 else
11358 result=no
11359 fi
11360 else
11361 result=$wxUSE_ODCOMBOBOX
11362 fi
11363
11364 { echo "$as_me:$LINENO: result: $result" >&5
11365 echo "${ECHO_T}$result" >&6; }
11366
11367
11368 enablestring=
11369 defaultval=$wxUSE_ALL_FEATURES
11370 if test -z "$defaultval"; then
11371 if test x"$enablestring" = xdisable; then
11372 defaultval=yes
11373 else
11374 defaultval=no
11375 fi
11376 fi
11377
11378 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
11379 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6; }
11380 # Check whether --enable-popupwin was given.
11381 if test "${enable_popupwin+set}" = set; then
11382 enableval=$enable_popupwin;
11383 if test "$enableval" = yes; then
11384 wx_cv_use_popupwin='wxUSE_POPUPWIN=yes'
11385 else
11386 wx_cv_use_popupwin='wxUSE_POPUPWIN=no'
11387 fi
11388
11389 else
11390
11391 wx_cv_use_popupwin='wxUSE_POPUPWIN=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
11392
11393 fi
11394
11395
11396 eval "$wx_cv_use_popupwin"
11397
11398 if test x"$enablestring" = xdisable; then
11399 if test $wxUSE_POPUPWIN = no; then
11400 result=yes
11401 else
11402 result=no
11403 fi
11404 else
11405 result=$wxUSE_POPUPWIN
11406 fi
11407
11408 { echo "$as_me:$LINENO: result: $result" >&5
11409 echo "${ECHO_T}$result" >&6; }
11410
11411
11412 enablestring=
11413 defaultval=$wxUSE_ALL_FEATURES
11414 if test -z "$defaultval"; then
11415 if test x"$enablestring" = xdisable; then
11416 defaultval=yes
11417 else
11418 defaultval=no
11419 fi
11420 fi
11421
11422 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
11423 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6; }
11424 # Check whether --enable-radiobox was given.
11425 if test "${enable_radiobox+set}" = set; then
11426 enableval=$enable_radiobox;
11427 if test "$enableval" = yes; then
11428 wx_cv_use_radiobox='wxUSE_RADIOBOX=yes'
11429 else
11430 wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
11431 fi
11432
11433 else
11434
11435 wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
11436
11437 fi
11438
11439
11440 eval "$wx_cv_use_radiobox"
11441
11442 if test x"$enablestring" = xdisable; then
11443 if test $wxUSE_RADIOBOX = no; then
11444 result=yes
11445 else
11446 result=no
11447 fi
11448 else
11449 result=$wxUSE_RADIOBOX
11450 fi
11451
11452 { echo "$as_me:$LINENO: result: $result" >&5
11453 echo "${ECHO_T}$result" >&6; }
11454
11455
11456 enablestring=
11457 defaultval=$wxUSE_ALL_FEATURES
11458 if test -z "$defaultval"; then
11459 if test x"$enablestring" = xdisable; then
11460 defaultval=yes
11461 else
11462 defaultval=no
11463 fi
11464 fi
11465
11466 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
11467 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6; }
11468 # Check whether --enable-radiobtn was given.
11469 if test "${enable_radiobtn+set}" = set; then
11470 enableval=$enable_radiobtn;
11471 if test "$enableval" = yes; then
11472 wx_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
11473 else
11474 wx_cv_use_radiobtn='wxUSE_RADIOBTN=no'
11475 fi
11476
11477 else
11478
11479 wx_cv_use_radiobtn='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
11480
11481 fi
11482
11483
11484 eval "$wx_cv_use_radiobtn"
11485
11486 if test x"$enablestring" = xdisable; then
11487 if test $wxUSE_RADIOBTN = no; then
11488 result=yes
11489 else
11490 result=no
11491 fi
11492 else
11493 result=$wxUSE_RADIOBTN
11494 fi
11495
11496 { echo "$as_me:$LINENO: result: $result" >&5
11497 echo "${ECHO_T}$result" >&6; }
11498
11499
11500 enablestring=
11501 defaultval=$wxUSE_ALL_FEATURES
11502 if test -z "$defaultval"; then
11503 if test x"$enablestring" = xdisable; then
11504 defaultval=yes
11505 else
11506 defaultval=no
11507 fi
11508 fi
11509
11510 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rearrangectrl" >&5
11511 echo $ECHO_N "checking for --${enablestring:-enable}-rearrangectrl... $ECHO_C" >&6; }
11512 # Check whether --enable-rearrangectrl was given.
11513 if test "${enable_rearrangectrl+set}" = set; then
11514 enableval=$enable_rearrangectrl;
11515 if test "$enableval" = yes; then
11516 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=yes'
11517 else
11518 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=no'
11519 fi
11520
11521 else
11522
11523 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=${'DEFAULT_wxUSE_REARRANGECTRL":-$defaultval}"
11524
11525 fi
11526
11527
11528 eval "$wx_cv_use_rearrangectrl"
11529
11530 if test x"$enablestring" = xdisable; then
11531 if test $wxUSE_REARRANGECTRL = no; then
11532 result=yes
11533 else
11534 result=no
11535 fi
11536 else
11537 result=$wxUSE_REARRANGECTRL
11538 fi
11539
11540 { echo "$as_me:$LINENO: result: $result" >&5
11541 echo "${ECHO_T}$result" >&6; }
11542
11543
11544 enablestring=
11545 defaultval=$wxUSE_ALL_FEATURES
11546 if test -z "$defaultval"; then
11547 if test x"$enablestring" = xdisable; then
11548 defaultval=yes
11549 else
11550 defaultval=no
11551 fi
11552 fi
11553
11554 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
11555 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6; }
11556 # Check whether --enable-sash was given.
11557 if test "${enable_sash+set}" = set; then
11558 enableval=$enable_sash;
11559 if test "$enableval" = yes; then
11560 wx_cv_use_sash='wxUSE_SASH=yes'
11561 else
11562 wx_cv_use_sash='wxUSE_SASH=no'
11563 fi
11564
11565 else
11566
11567 wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
11568
11569 fi
11570
11571
11572 eval "$wx_cv_use_sash"
11573
11574 if test x"$enablestring" = xdisable; then
11575 if test $wxUSE_SASH = no; then
11576 result=yes
11577 else
11578 result=no
11579 fi
11580 else
11581 result=$wxUSE_SASH
11582 fi
11583
11584 { echo "$as_me:$LINENO: result: $result" >&5
11585 echo "${ECHO_T}$result" >&6; }
11586
11587
11588 enablestring=
11589 defaultval=$wxUSE_ALL_FEATURES
11590 if test -z "$defaultval"; then
11591 if test x"$enablestring" = xdisable; then
11592 defaultval=yes
11593 else
11594 defaultval=no
11595 fi
11596 fi
11597
11598 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
11599 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6; }
11600 # Check whether --enable-scrollbar was given.
11601 if test "${enable_scrollbar+set}" = set; then
11602 enableval=$enable_scrollbar;
11603 if test "$enableval" = yes; then
11604 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
11605 else
11606 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
11607 fi
11608
11609 else
11610
11611 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
11612
11613 fi
11614
11615
11616 eval "$wx_cv_use_scrollbar"
11617
11618 if test x"$enablestring" = xdisable; then
11619 if test $wxUSE_SCROLLBAR = no; then
11620 result=yes
11621 else
11622 result=no
11623 fi
11624 else
11625 result=$wxUSE_SCROLLBAR
11626 fi
11627
11628 { echo "$as_me:$LINENO: result: $result" >&5
11629 echo "${ECHO_T}$result" >&6; }
11630
11631
11632 enablestring=
11633 defaultval=$wxUSE_ALL_FEATURES
11634 if test -z "$defaultval"; then
11635 if test x"$enablestring" = xdisable; then
11636 defaultval=yes
11637 else
11638 defaultval=no
11639 fi
11640 fi
11641
11642 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-searchctrl" >&5
11643 echo $ECHO_N "checking for --${enablestring:-enable}-searchctrl... $ECHO_C" >&6; }
11644 # Check whether --enable-searchctrl was given.
11645 if test "${enable_searchctrl+set}" = set; then
11646 enableval=$enable_searchctrl;
11647 if test "$enableval" = yes; then
11648 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=yes'
11649 else
11650 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=no'
11651 fi
11652
11653 else
11654
11655 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
11656
11657 fi
11658
11659
11660 eval "$wx_cv_use_searchctrl"
11661
11662 if test x"$enablestring" = xdisable; then
11663 if test $wxUSE_SEARCHCTRL = no; then
11664 result=yes
11665 else
11666 result=no
11667 fi
11668 else
11669 result=$wxUSE_SEARCHCTRL
11670 fi
11671
11672 { echo "$as_me:$LINENO: result: $result" >&5
11673 echo "${ECHO_T}$result" >&6; }
11674
11675
11676 enablestring=
11677 defaultval=$wxUSE_ALL_FEATURES
11678 if test -z "$defaultval"; then
11679 if test x"$enablestring" = xdisable; then
11680 defaultval=yes
11681 else
11682 defaultval=no
11683 fi
11684 fi
11685
11686 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
11687 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6; }
11688 # Check whether --enable-slider was given.
11689 if test "${enable_slider+set}" = set; then
11690 enableval=$enable_slider;
11691 if test "$enableval" = yes; then
11692 wx_cv_use_slider='wxUSE_SLIDER=yes'
11693 else
11694 wx_cv_use_slider='wxUSE_SLIDER=no'
11695 fi
11696
11697 else
11698
11699 wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
11700
11701 fi
11702
11703
11704 eval "$wx_cv_use_slider"
11705
11706 if test x"$enablestring" = xdisable; then
11707 if test $wxUSE_SLIDER = no; then
11708 result=yes
11709 else
11710 result=no
11711 fi
11712 else
11713 result=$wxUSE_SLIDER
11714 fi
11715
11716 { echo "$as_me:$LINENO: result: $result" >&5
11717 echo "${ECHO_T}$result" >&6; }
11718
11719
11720 enablestring=
11721 defaultval=$wxUSE_ALL_FEATURES
11722 if test -z "$defaultval"; then
11723 if test x"$enablestring" = xdisable; then
11724 defaultval=yes
11725 else
11726 defaultval=no
11727 fi
11728 fi
11729
11730 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
11731 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6; }
11732 # Check whether --enable-spinbtn was given.
11733 if test "${enable_spinbtn+set}" = set; then
11734 enableval=$enable_spinbtn;
11735 if test "$enableval" = yes; then
11736 wx_cv_use_spinbtn='wxUSE_SPINBTN=yes'
11737 else
11738 wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
11739 fi
11740
11741 else
11742
11743 wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
11744
11745 fi
11746
11747
11748 eval "$wx_cv_use_spinbtn"
11749
11750 if test x"$enablestring" = xdisable; then
11751 if test $wxUSE_SPINBTN = no; then
11752 result=yes
11753 else
11754 result=no
11755 fi
11756 else
11757 result=$wxUSE_SPINBTN
11758 fi
11759
11760 { echo "$as_me:$LINENO: result: $result" >&5
11761 echo "${ECHO_T}$result" >&6; }
11762
11763
11764 enablestring=
11765 defaultval=$wxUSE_ALL_FEATURES
11766 if test -z "$defaultval"; then
11767 if test x"$enablestring" = xdisable; then
11768 defaultval=yes
11769 else
11770 defaultval=no
11771 fi
11772 fi
11773
11774 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
11775 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6; }
11776 # Check whether --enable-spinctrl was given.
11777 if test "${enable_spinctrl+set}" = set; then
11778 enableval=$enable_spinctrl;
11779 if test "$enableval" = yes; then
11780 wx_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
11781 else
11782 wx_cv_use_spinctrl='wxUSE_SPINCTRL=no'
11783 fi
11784
11785 else
11786
11787 wx_cv_use_spinctrl='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
11788
11789 fi
11790
11791
11792 eval "$wx_cv_use_spinctrl"
11793
11794 if test x"$enablestring" = xdisable; then
11795 if test $wxUSE_SPINCTRL = no; then
11796 result=yes
11797 else
11798 result=no
11799 fi
11800 else
11801 result=$wxUSE_SPINCTRL
11802 fi
11803
11804 { echo "$as_me:$LINENO: result: $result" >&5
11805 echo "${ECHO_T}$result" >&6; }
11806
11807
11808 enablestring=
11809 defaultval=$wxUSE_ALL_FEATURES
11810 if test -z "$defaultval"; then
11811 if test x"$enablestring" = xdisable; then
11812 defaultval=yes
11813 else
11814 defaultval=no
11815 fi
11816 fi
11817
11818 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
11819 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6; }
11820 # Check whether --enable-splitter was given.
11821 if test "${enable_splitter+set}" = set; then
11822 enableval=$enable_splitter;
11823 if test "$enableval" = yes; then
11824 wx_cv_use_splitter='wxUSE_SPLITTER=yes'
11825 else
11826 wx_cv_use_splitter='wxUSE_SPLITTER=no'
11827 fi
11828
11829 else
11830
11831 wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
11832
11833 fi
11834
11835
11836 eval "$wx_cv_use_splitter"
11837
11838 if test x"$enablestring" = xdisable; then
11839 if test $wxUSE_SPLITTER = no; then
11840 result=yes
11841 else
11842 result=no
11843 fi
11844 else
11845 result=$wxUSE_SPLITTER
11846 fi
11847
11848 { echo "$as_me:$LINENO: result: $result" >&5
11849 echo "${ECHO_T}$result" >&6; }
11850
11851
11852 enablestring=
11853 defaultval=$wxUSE_ALL_FEATURES
11854 if test -z "$defaultval"; then
11855 if test x"$enablestring" = xdisable; then
11856 defaultval=yes
11857 else
11858 defaultval=no
11859 fi
11860 fi
11861
11862 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
11863 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6; }
11864 # Check whether --enable-statbmp was given.
11865 if test "${enable_statbmp+set}" = set; then
11866 enableval=$enable_statbmp;
11867 if test "$enableval" = yes; then
11868 wx_cv_use_statbmp='wxUSE_STATBMP=yes'
11869 else
11870 wx_cv_use_statbmp='wxUSE_STATBMP=no'
11871 fi
11872
11873 else
11874
11875 wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
11876
11877 fi
11878
11879
11880 eval "$wx_cv_use_statbmp"
11881
11882 if test x"$enablestring" = xdisable; then
11883 if test $wxUSE_STATBMP = no; then
11884 result=yes
11885 else
11886 result=no
11887 fi
11888 else
11889 result=$wxUSE_STATBMP
11890 fi
11891
11892 { echo "$as_me:$LINENO: result: $result" >&5
11893 echo "${ECHO_T}$result" >&6; }
11894
11895
11896 enablestring=
11897 defaultval=$wxUSE_ALL_FEATURES
11898 if test -z "$defaultval"; then
11899 if test x"$enablestring" = xdisable; then
11900 defaultval=yes
11901 else
11902 defaultval=no
11903 fi
11904 fi
11905
11906 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
11907 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6; }
11908 # Check whether --enable-statbox was given.
11909 if test "${enable_statbox+set}" = set; then
11910 enableval=$enable_statbox;
11911 if test "$enableval" = yes; then
11912 wx_cv_use_statbox='wxUSE_STATBOX=yes'
11913 else
11914 wx_cv_use_statbox='wxUSE_STATBOX=no'
11915 fi
11916
11917 else
11918
11919 wx_cv_use_statbox='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
11920
11921 fi
11922
11923
11924 eval "$wx_cv_use_statbox"
11925
11926 if test x"$enablestring" = xdisable; then
11927 if test $wxUSE_STATBOX = no; then
11928 result=yes
11929 else
11930 result=no
11931 fi
11932 else
11933 result=$wxUSE_STATBOX
11934 fi
11935
11936 { echo "$as_me:$LINENO: result: $result" >&5
11937 echo "${ECHO_T}$result" >&6; }
11938
11939
11940 enablestring=
11941 defaultval=$wxUSE_ALL_FEATURES
11942 if test -z "$defaultval"; then
11943 if test x"$enablestring" = xdisable; then
11944 defaultval=yes
11945 else
11946 defaultval=no
11947 fi
11948 fi
11949
11950 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
11951 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6; }
11952 # Check whether --enable-statline was given.
11953 if test "${enable_statline+set}" = set; then
11954 enableval=$enable_statline;
11955 if test "$enableval" = yes; then
11956 wx_cv_use_statline='wxUSE_STATLINE=yes'
11957 else
11958 wx_cv_use_statline='wxUSE_STATLINE=no'
11959 fi
11960
11961 else
11962
11963 wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
11964
11965 fi
11966
11967
11968 eval "$wx_cv_use_statline"
11969
11970 if test x"$enablestring" = xdisable; then
11971 if test $wxUSE_STATLINE = no; then
11972 result=yes
11973 else
11974 result=no
11975 fi
11976 else
11977 result=$wxUSE_STATLINE
11978 fi
11979
11980 { echo "$as_me:$LINENO: result: $result" >&5
11981 echo "${ECHO_T}$result" >&6; }
11982
11983
11984 enablestring=
11985 defaultval=$wxUSE_ALL_FEATURES
11986 if test -z "$defaultval"; then
11987 if test x"$enablestring" = xdisable; then
11988 defaultval=yes
11989 else
11990 defaultval=no
11991 fi
11992 fi
11993
11994 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
11995 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6; }
11996 # Check whether --enable-stattext was given.
11997 if test "${enable_stattext+set}" = set; then
11998 enableval=$enable_stattext;
11999 if test "$enableval" = yes; then
12000 wx_cv_use_stattext='wxUSE_STATTEXT=yes'
12001 else
12002 wx_cv_use_stattext='wxUSE_STATTEXT=no'
12003 fi
12004
12005 else
12006
12007 wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
12008
12009 fi
12010
12011
12012 eval "$wx_cv_use_stattext"
12013
12014 if test x"$enablestring" = xdisable; then
12015 if test $wxUSE_STATTEXT = no; then
12016 result=yes
12017 else
12018 result=no
12019 fi
12020 else
12021 result=$wxUSE_STATTEXT
12022 fi
12023
12024 { echo "$as_me:$LINENO: result: $result" >&5
12025 echo "${ECHO_T}$result" >&6; }
12026
12027
12028 enablestring=
12029 defaultval=$wxUSE_ALL_FEATURES
12030 if test -z "$defaultval"; then
12031 if test x"$enablestring" = xdisable; then
12032 defaultval=yes
12033 else
12034 defaultval=no
12035 fi
12036 fi
12037
12038 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
12039 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6; }
12040 # Check whether --enable-statusbar was given.
12041 if test "${enable_statusbar+set}" = set; then
12042 enableval=$enable_statusbar;
12043 if test "$enableval" = yes; then
12044 wx_cv_use_statusbar='wxUSE_STATUSBAR=yes'
12045 else
12046 wx_cv_use_statusbar='wxUSE_STATUSBAR=no'
12047 fi
12048
12049 else
12050
12051 wx_cv_use_statusbar='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
12052
12053 fi
12054
12055
12056 eval "$wx_cv_use_statusbar"
12057
12058 if test x"$enablestring" = xdisable; then
12059 if test $wxUSE_STATUSBAR = no; then
12060 result=yes
12061 else
12062 result=no
12063 fi
12064 else
12065 result=$wxUSE_STATUSBAR
12066 fi
12067
12068 { echo "$as_me:$LINENO: result: $result" >&5
12069 echo "${ECHO_T}$result" >&6; }
12070
12071
12072 enablestring=
12073 defaultval=$wxUSE_ALL_FEATURES
12074 if test -z "$defaultval"; then
12075 if test x"$enablestring" = xdisable; then
12076 defaultval=yes
12077 else
12078 defaultval=no
12079 fi
12080 fi
12081
12082 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-taskbaricon" >&5
12083 echo $ECHO_N "checking for --${enablestring:-enable}-taskbaricon... $ECHO_C" >&6; }
12084 # Check whether --enable-taskbaricon was given.
12085 if test "${enable_taskbaricon+set}" = set; then
12086 enableval=$enable_taskbaricon;
12087 if test "$enableval" = yes; then
12088 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=yes'
12089 else
12090 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
12091 fi
12092
12093 else
12094
12095 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
12096
12097 fi
12098
12099
12100 eval "$wx_cv_use_taskbaricon"
12101
12102 if test x"$enablestring" = xdisable; then
12103 if test $wxUSE_TASKBARICON = no; then
12104 result=yes
12105 else
12106 result=no
12107 fi
12108 else
12109 result=$wxUSE_TASKBARICON
12110 fi
12111
12112 { echo "$as_me:$LINENO: result: $result" >&5
12113 echo "${ECHO_T}$result" >&6; }
12114
12115
12116 enablestring=
12117 defaultval=$wxUSE_ALL_FEATURES
12118 if test -z "$defaultval"; then
12119 if test x"$enablestring" = xdisable; then
12120 defaultval=yes
12121 else
12122 defaultval=no
12123 fi
12124 fi
12125
12126 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
12127 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6; }
12128 # Check whether --enable-tbarnative was given.
12129 if test "${enable_tbarnative+set}" = set; then
12130 enableval=$enable_tbarnative;
12131 if test "$enableval" = yes; then
12132 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
12133 else
12134 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
12135 fi
12136
12137 else
12138
12139 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
12140
12141 fi
12142
12143
12144 eval "$wx_cv_use_tbarnative"
12145
12146 if test x"$enablestring" = xdisable; then
12147 if test $wxUSE_TOOLBAR_NATIVE = no; then
12148 result=yes
12149 else
12150 result=no
12151 fi
12152 else
12153 result=$wxUSE_TOOLBAR_NATIVE
12154 fi
12155
12156 { echo "$as_me:$LINENO: result: $result" >&5
12157 echo "${ECHO_T}$result" >&6; }
12158
12159
12160 enablestring=
12161 defaultval=$wxUSE_ALL_FEATURES
12162 if test -z "$defaultval"; then
12163 if test x"$enablestring" = xdisable; then
12164 defaultval=yes
12165 else
12166 defaultval=no
12167 fi
12168 fi
12169
12170 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
12171 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6; }
12172 # Check whether --enable-textctrl was given.
12173 if test "${enable_textctrl+set}" = set; then
12174 enableval=$enable_textctrl;
12175 if test "$enableval" = yes; then
12176 wx_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
12177 else
12178 wx_cv_use_textctrl='wxUSE_TEXTCTRL=no'
12179 fi
12180
12181 else
12182
12183 wx_cv_use_textctrl='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
12184
12185 fi
12186
12187
12188 eval "$wx_cv_use_textctrl"
12189
12190 if test x"$enablestring" = xdisable; then
12191 if test $wxUSE_TEXTCTRL = no; then
12192 result=yes
12193 else
12194 result=no
12195 fi
12196 else
12197 result=$wxUSE_TEXTCTRL
12198 fi
12199
12200 { echo "$as_me:$LINENO: result: $result" >&5
12201 echo "${ECHO_T}$result" >&6; }
12202
12203
12204 enablestring=
12205 defaultval=$wxUSE_ALL_FEATURES
12206 if test -z "$defaultval"; then
12207 if test x"$enablestring" = xdisable; then
12208 defaultval=yes
12209 else
12210 defaultval=no
12211 fi
12212 fi
12213
12214 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
12215 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6; }
12216 # Check whether --enable-tipwindow was given.
12217 if test "${enable_tipwindow+set}" = set; then
12218 enableval=$enable_tipwindow;
12219 if test "$enableval" = yes; then
12220 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
12221 else
12222 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
12223 fi
12224
12225 else
12226
12227 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
12228
12229 fi
12230
12231
12232 eval "$wx_cv_use_tipwindow"
12233
12234 if test x"$enablestring" = xdisable; then
12235 if test $wxUSE_TIPWINDOW = no; then
12236 result=yes
12237 else
12238 result=no
12239 fi
12240 else
12241 result=$wxUSE_TIPWINDOW
12242 fi
12243
12244 { echo "$as_me:$LINENO: result: $result" >&5
12245 echo "${ECHO_T}$result" >&6; }
12246
12247
12248 enablestring=
12249 defaultval=$wxUSE_ALL_FEATURES
12250 if test -z "$defaultval"; then
12251 if test x"$enablestring" = xdisable; then
12252 defaultval=yes
12253 else
12254 defaultval=no
12255 fi
12256 fi
12257
12258 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
12259 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6; }
12260 # Check whether --enable-togglebtn was given.
12261 if test "${enable_togglebtn+set}" = set; then
12262 enableval=$enable_togglebtn;
12263 if test "$enableval" = yes; then
12264 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
12265 else
12266 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
12267 fi
12268
12269 else
12270
12271 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
12272
12273 fi
12274
12275
12276 eval "$wx_cv_use_togglebtn"
12277
12278 if test x"$enablestring" = xdisable; then
12279 if test $wxUSE_TOGGLEBTN = no; then
12280 result=yes
12281 else
12282 result=no
12283 fi
12284 else
12285 result=$wxUSE_TOGGLEBTN
12286 fi
12287
12288 { echo "$as_me:$LINENO: result: $result" >&5
12289 echo "${ECHO_T}$result" >&6; }
12290
12291
12292 enablestring=
12293 defaultval=$wxUSE_ALL_FEATURES
12294 if test -z "$defaultval"; then
12295 if test x"$enablestring" = xdisable; then
12296 defaultval=yes
12297 else
12298 defaultval=no
12299 fi
12300 fi
12301
12302 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
12303 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6; }
12304 # Check whether --enable-toolbar was given.
12305 if test "${enable_toolbar+set}" = set; then
12306 enableval=$enable_toolbar;
12307 if test "$enableval" = yes; then
12308 wx_cv_use_toolbar='wxUSE_TOOLBAR=yes'
12309 else
12310 wx_cv_use_toolbar='wxUSE_TOOLBAR=no'
12311 fi
12312
12313 else
12314
12315 wx_cv_use_toolbar='wxUSE_TOOLBAR=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
12316
12317 fi
12318
12319
12320 eval "$wx_cv_use_toolbar"
12321
12322 if test x"$enablestring" = xdisable; then
12323 if test $wxUSE_TOOLBAR = no; then
12324 result=yes
12325 else
12326 result=no
12327 fi
12328 else
12329 result=$wxUSE_TOOLBAR
12330 fi
12331
12332 { echo "$as_me:$LINENO: result: $result" >&5
12333 echo "${ECHO_T}$result" >&6; }
12334
12335
12336 enablestring=
12337 defaultval=$wxUSE_ALL_FEATURES
12338 if test -z "$defaultval"; then
12339 if test x"$enablestring" = xdisable; then
12340 defaultval=yes
12341 else
12342 defaultval=no
12343 fi
12344 fi
12345
12346 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbook" >&5
12347 echo $ECHO_N "checking for --${enablestring:-enable}-toolbook... $ECHO_C" >&6; }
12348 # Check whether --enable-toolbook was given.
12349 if test "${enable_toolbook+set}" = set; then
12350 enableval=$enable_toolbook;
12351 if test "$enableval" = yes; then
12352 wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
12353 else
12354 wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
12355 fi
12356
12357 else
12358
12359 wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
12360
12361 fi
12362
12363
12364 eval "$wx_cv_use_toolbook"
12365
12366 if test x"$enablestring" = xdisable; then
12367 if test $wxUSE_TOOLBOOK = no; then
12368 result=yes
12369 else
12370 result=no
12371 fi
12372 else
12373 result=$wxUSE_TOOLBOOK
12374 fi
12375
12376 { echo "$as_me:$LINENO: result: $result" >&5
12377 echo "${ECHO_T}$result" >&6; }
12378
12379
12380 enablestring=
12381 defaultval=$wxUSE_ALL_FEATURES
12382 if test -z "$defaultval"; then
12383 if test x"$enablestring" = xdisable; then
12384 defaultval=yes
12385 else
12386 defaultval=no
12387 fi
12388 fi
12389
12390 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
12391 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6; }
12392 # Check whether --enable-treebook was given.
12393 if test "${enable_treebook+set}" = set; then
12394 enableval=$enable_treebook;
12395 if test "$enableval" = yes; then
12396 wx_cv_use_treebook='wxUSE_TREEBOOK=yes'
12397 else
12398 wx_cv_use_treebook='wxUSE_TREEBOOK=no'
12399 fi
12400
12401 else
12402
12403 wx_cv_use_treebook='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
12404
12405 fi
12406
12407
12408 eval "$wx_cv_use_treebook"
12409
12410 if test x"$enablestring" = xdisable; then
12411 if test $wxUSE_TREEBOOK = no; then
12412 result=yes
12413 else
12414 result=no
12415 fi
12416 else
12417 result=$wxUSE_TREEBOOK
12418 fi
12419
12420 { echo "$as_me:$LINENO: result: $result" >&5
12421 echo "${ECHO_T}$result" >&6; }
12422
12423
12424 enablestring=
12425 defaultval=$wxUSE_ALL_FEATURES
12426 if test -z "$defaultval"; then
12427 if test x"$enablestring" = xdisable; then
12428 defaultval=yes
12429 else
12430 defaultval=no
12431 fi
12432 fi
12433
12434 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
12435 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6; }
12436 # Check whether --enable-treectrl was given.
12437 if test "${enable_treectrl+set}" = set; then
12438 enableval=$enable_treectrl;
12439 if test "$enableval" = yes; then
12440 wx_cv_use_treectrl='wxUSE_TREECTRL=yes'
12441 else
12442 wx_cv_use_treectrl='wxUSE_TREECTRL=no'
12443 fi
12444
12445 else
12446
12447 wx_cv_use_treectrl='wxUSE_TREECTRL=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
12448
12449 fi
12450
12451
12452 eval "$wx_cv_use_treectrl"
12453
12454 if test x"$enablestring" = xdisable; then
12455 if test $wxUSE_TREECTRL = no; then
12456 result=yes
12457 else
12458 result=no
12459 fi
12460 else
12461 result=$wxUSE_TREECTRL
12462 fi
12463
12464 { echo "$as_me:$LINENO: result: $result" >&5
12465 echo "${ECHO_T}$result" >&6; }
12466
12467
12468
12469
12470 enablestring=
12471 defaultval=$wxUSE_ALL_FEATURES
12472 if test -z "$defaultval"; then
12473 if test x"$enablestring" = xdisable; then
12474 defaultval=yes
12475 else
12476 defaultval=no
12477 fi
12478 fi
12479
12480 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
12481 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6; }
12482 # Check whether --enable-commondlg was given.
12483 if test "${enable_commondlg+set}" = set; then
12484 enableval=$enable_commondlg;
12485 if test "$enableval" = yes; then
12486 wx_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
12487 else
12488 wx_cv_use_commondlg='wxUSE_COMMONDLGS=no'
12489 fi
12490
12491 else
12492
12493 wx_cv_use_commondlg='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
12494
12495 fi
12496
12497
12498 eval "$wx_cv_use_commondlg"
12499
12500 if test x"$enablestring" = xdisable; then
12501 if test $wxUSE_COMMONDLGS = no; then
12502 result=yes
12503 else
12504 result=no
12505 fi
12506 else
12507 result=$wxUSE_COMMONDLGS
12508 fi
12509
12510 { echo "$as_me:$LINENO: result: $result" >&5
12511 echo "${ECHO_T}$result" >&6; }
12512
12513
12514 enablestring=
12515 defaultval=$wxUSE_ALL_FEATURES
12516 if test -z "$defaultval"; then
12517 if test x"$enablestring" = xdisable; then
12518 defaultval=yes
12519 else
12520 defaultval=no
12521 fi
12522 fi
12523
12524 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aboutdlg" >&5
12525 echo $ECHO_N "checking for --${enablestring:-enable}-aboutdlg... $ECHO_C" >&6; }
12526 # Check whether --enable-aboutdlg was given.
12527 if test "${enable_aboutdlg+set}" = set; then
12528 enableval=$enable_aboutdlg;
12529 if test "$enableval" = yes; then
12530 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=yes'
12531 else
12532 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=no'
12533 fi
12534
12535 else
12536
12537 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
12538
12539 fi
12540
12541
12542 eval "$wx_cv_use_aboutdlg"
12543
12544 if test x"$enablestring" = xdisable; then
12545 if test $wxUSE_ABOUTDLG = no; then
12546 result=yes
12547 else
12548 result=no
12549 fi
12550 else
12551 result=$wxUSE_ABOUTDLG
12552 fi
12553
12554 { echo "$as_me:$LINENO: result: $result" >&5
12555 echo "${ECHO_T}$result" >&6; }
12556
12557
12558 enablestring=
12559 defaultval=$wxUSE_ALL_FEATURES
12560 if test -z "$defaultval"; then
12561 if test x"$enablestring" = xdisable; then
12562 defaultval=yes
12563 else
12564 defaultval=no
12565 fi
12566 fi
12567
12568 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
12569 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6; }
12570 # Check whether --enable-choicedlg was given.
12571 if test "${enable_choicedlg+set}" = set; then
12572 enableval=$enable_choicedlg;
12573 if test "$enableval" = yes; then
12574 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
12575 else
12576 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
12577 fi
12578
12579 else
12580
12581 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
12582
12583 fi
12584
12585
12586 eval "$wx_cv_use_choicedlg"
12587
12588 if test x"$enablestring" = xdisable; then
12589 if test $wxUSE_CHOICEDLG = no; then
12590 result=yes
12591 else
12592 result=no
12593 fi
12594 else
12595 result=$wxUSE_CHOICEDLG
12596 fi
12597
12598 { echo "$as_me:$LINENO: result: $result" >&5
12599 echo "${ECHO_T}$result" >&6; }
12600
12601
12602 enablestring=
12603 defaultval=$wxUSE_ALL_FEATURES
12604 if test -z "$defaultval"; then
12605 if test x"$enablestring" = xdisable; then
12606 defaultval=yes
12607 else
12608 defaultval=no
12609 fi
12610 fi
12611
12612 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
12613 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6; }
12614 # Check whether --enable-coldlg was given.
12615 if test "${enable_coldlg+set}" = set; then
12616 enableval=$enable_coldlg;
12617 if test "$enableval" = yes; then
12618 wx_cv_use_coldlg='wxUSE_COLOURDLG=yes'
12619 else
12620 wx_cv_use_coldlg='wxUSE_COLOURDLG=no'
12621 fi
12622
12623 else
12624
12625 wx_cv_use_coldlg='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
12626
12627 fi
12628
12629
12630 eval "$wx_cv_use_coldlg"
12631
12632 if test x"$enablestring" = xdisable; then
12633 if test $wxUSE_COLOURDLG = no; then
12634 result=yes
12635 else
12636 result=no
12637 fi
12638 else
12639 result=$wxUSE_COLOURDLG
12640 fi
12641
12642 { echo "$as_me:$LINENO: result: $result" >&5
12643 echo "${ECHO_T}$result" >&6; }
12644
12645
12646 enablestring=
12647 defaultval=$wxUSE_ALL_FEATURES
12648 if test -z "$defaultval"; then
12649 if test x"$enablestring" = xdisable; then
12650 defaultval=yes
12651 else
12652 defaultval=no
12653 fi
12654 fi
12655
12656 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
12657 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6; }
12658 # Check whether --enable-filedlg was given.
12659 if test "${enable_filedlg+set}" = set; then
12660 enableval=$enable_filedlg;
12661 if test "$enableval" = yes; then
12662 wx_cv_use_filedlg='wxUSE_FILEDLG=yes'
12663 else
12664 wx_cv_use_filedlg='wxUSE_FILEDLG=no'
12665 fi
12666
12667 else
12668
12669 wx_cv_use_filedlg='wxUSE_FILEDLG=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
12670
12671 fi
12672
12673
12674 eval "$wx_cv_use_filedlg"
12675
12676 if test x"$enablestring" = xdisable; then
12677 if test $wxUSE_FILEDLG = no; then
12678 result=yes
12679 else
12680 result=no
12681 fi
12682 else
12683 result=$wxUSE_FILEDLG
12684 fi
12685
12686 { echo "$as_me:$LINENO: result: $result" >&5
12687 echo "${ECHO_T}$result" >&6; }
12688
12689
12690 enablestring=
12691 defaultval=$wxUSE_ALL_FEATURES
12692 if test -z "$defaultval"; then
12693 if test x"$enablestring" = xdisable; then
12694 defaultval=yes
12695 else
12696 defaultval=no
12697 fi
12698 fi
12699
12700 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
12701 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6; }
12702 # Check whether --enable-finddlg was given.
12703 if test "${enable_finddlg+set}" = set; then
12704 enableval=$enable_finddlg;
12705 if test "$enableval" = yes; then
12706 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
12707 else
12708 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
12709 fi
12710
12711 else
12712
12713 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
12714
12715 fi
12716
12717
12718 eval "$wx_cv_use_finddlg"
12719
12720 if test x"$enablestring" = xdisable; then
12721 if test $wxUSE_FINDREPLDLG = no; then
12722 result=yes
12723 else
12724 result=no
12725 fi
12726 else
12727 result=$wxUSE_FINDREPLDLG
12728 fi
12729
12730 { echo "$as_me:$LINENO: result: $result" >&5
12731 echo "${ECHO_T}$result" >&6; }
12732
12733
12734 enablestring=
12735 defaultval=$wxUSE_ALL_FEATURES
12736 if test -z "$defaultval"; then
12737 if test x"$enablestring" = xdisable; then
12738 defaultval=yes
12739 else
12740 defaultval=no
12741 fi
12742 fi
12743
12744 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
12745 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6; }
12746 # Check whether --enable-fontdlg was given.
12747 if test "${enable_fontdlg+set}" = set; then
12748 enableval=$enable_fontdlg;
12749 if test "$enableval" = yes; then
12750 wx_cv_use_fontdlg='wxUSE_FONTDLG=yes'
12751 else
12752 wx_cv_use_fontdlg='wxUSE_FONTDLG=no'
12753 fi
12754
12755 else
12756
12757 wx_cv_use_fontdlg='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
12758
12759 fi
12760
12761
12762 eval "$wx_cv_use_fontdlg"
12763
12764 if test x"$enablestring" = xdisable; then
12765 if test $wxUSE_FONTDLG = no; then
12766 result=yes
12767 else
12768 result=no
12769 fi
12770 else
12771 result=$wxUSE_FONTDLG
12772 fi
12773
12774 { echo "$as_me:$LINENO: result: $result" >&5
12775 echo "${ECHO_T}$result" >&6; }
12776
12777
12778 enablestring=
12779 defaultval=$wxUSE_ALL_FEATURES
12780 if test -z "$defaultval"; then
12781 if test x"$enablestring" = xdisable; then
12782 defaultval=yes
12783 else
12784 defaultval=no
12785 fi
12786 fi
12787
12788 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
12789 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6; }
12790 # Check whether --enable-dirdlg was given.
12791 if test "${enable_dirdlg+set}" = set; then
12792 enableval=$enable_dirdlg;
12793 if test "$enableval" = yes; then
12794 wx_cv_use_dirdlg='wxUSE_DIRDLG=yes'
12795 else
12796 wx_cv_use_dirdlg='wxUSE_DIRDLG=no'
12797 fi
12798
12799 else
12800
12801 wx_cv_use_dirdlg='wxUSE_DIRDLG=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
12802
12803 fi
12804
12805
12806 eval "$wx_cv_use_dirdlg"
12807
12808 if test x"$enablestring" = xdisable; then
12809 if test $wxUSE_DIRDLG = no; then
12810 result=yes
12811 else
12812 result=no
12813 fi
12814 else
12815 result=$wxUSE_DIRDLG
12816 fi
12817
12818 { echo "$as_me:$LINENO: result: $result" >&5
12819 echo "${ECHO_T}$result" >&6; }
12820
12821
12822 enablestring=
12823 defaultval=$wxUSE_ALL_FEATURES
12824 if test -z "$defaultval"; then
12825 if test x"$enablestring" = xdisable; then
12826 defaultval=yes
12827 else
12828 defaultval=no
12829 fi
12830 fi
12831
12832 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
12833 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6; }
12834 # Check whether --enable-msgdlg was given.
12835 if test "${enable_msgdlg+set}" = set; then
12836 enableval=$enable_msgdlg;
12837 if test "$enableval" = yes; then
12838 wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
12839 else
12840 wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
12841 fi
12842
12843 else
12844
12845 wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
12846
12847 fi
12848
12849
12850 eval "$wx_cv_use_msgdlg"
12851
12852 if test x"$enablestring" = xdisable; then
12853 if test $wxUSE_MSGDLG = no; then
12854 result=yes
12855 else
12856 result=no
12857 fi
12858 else
12859 result=$wxUSE_MSGDLG
12860 fi
12861
12862 { echo "$as_me:$LINENO: result: $result" >&5
12863 echo "${ECHO_T}$result" >&6; }
12864
12865
12866 enablestring=
12867 defaultval=$wxUSE_ALL_FEATURES
12868 if test -z "$defaultval"; then
12869 if test x"$enablestring" = xdisable; then
12870 defaultval=yes
12871 else
12872 defaultval=no
12873 fi
12874 fi
12875
12876 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
12877 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6; }
12878 # Check whether --enable-numberdlg was given.
12879 if test "${enable_numberdlg+set}" = set; then
12880 enableval=$enable_numberdlg;
12881 if test "$enableval" = yes; then
12882 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
12883 else
12884 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
12885 fi
12886
12887 else
12888
12889 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
12890
12891 fi
12892
12893
12894 eval "$wx_cv_use_numberdlg"
12895
12896 if test x"$enablestring" = xdisable; then
12897 if test $wxUSE_NUMBERDLG = no; then
12898 result=yes
12899 else
12900 result=no
12901 fi
12902 else
12903 result=$wxUSE_NUMBERDLG
12904 fi
12905
12906 { echo "$as_me:$LINENO: result: $result" >&5
12907 echo "${ECHO_T}$result" >&6; }
12908
12909
12910 enablestring=
12911 defaultval=$wxUSE_ALL_FEATURES
12912 if test -z "$defaultval"; then
12913 if test x"$enablestring" = xdisable; then
12914 defaultval=yes
12915 else
12916 defaultval=no
12917 fi
12918 fi
12919
12920 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
12921 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6; }
12922 # Check whether --enable-splash was given.
12923 if test "${enable_splash+set}" = set; then
12924 enableval=$enable_splash;
12925 if test "$enableval" = yes; then
12926 wx_cv_use_splash='wxUSE_SPLASH=yes'
12927 else
12928 wx_cv_use_splash='wxUSE_SPLASH=no'
12929 fi
12930
12931 else
12932
12933 wx_cv_use_splash='wxUSE_SPLASH=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
12934
12935 fi
12936
12937
12938 eval "$wx_cv_use_splash"
12939
12940 if test x"$enablestring" = xdisable; then
12941 if test $wxUSE_SPLASH = no; then
12942 result=yes
12943 else
12944 result=no
12945 fi
12946 else
12947 result=$wxUSE_SPLASH
12948 fi
12949
12950 { echo "$as_me:$LINENO: result: $result" >&5
12951 echo "${ECHO_T}$result" >&6; }
12952
12953
12954 enablestring=
12955 defaultval=$wxUSE_ALL_FEATURES
12956 if test -z "$defaultval"; then
12957 if test x"$enablestring" = xdisable; then
12958 defaultval=yes
12959 else
12960 defaultval=no
12961 fi
12962 fi
12963
12964 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
12965 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6; }
12966 # Check whether --enable-textdlg was given.
12967 if test "${enable_textdlg+set}" = set; then
12968 enableval=$enable_textdlg;
12969 if test "$enableval" = yes; then
12970 wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
12971 else
12972 wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
12973 fi
12974
12975 else
12976
12977 wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
12978
12979 fi
12980
12981
12982 eval "$wx_cv_use_textdlg"
12983
12984 if test x"$enablestring" = xdisable; then
12985 if test $wxUSE_TEXTDLG = no; then
12986 result=yes
12987 else
12988 result=no
12989 fi
12990 else
12991 result=$wxUSE_TEXTDLG
12992 fi
12993
12994 { echo "$as_me:$LINENO: result: $result" >&5
12995 echo "${ECHO_T}$result" >&6; }
12996
12997
12998 enablestring=
12999 defaultval=$wxUSE_ALL_FEATURES
13000 if test -z "$defaultval"; then
13001 if test x"$enablestring" = xdisable; then
13002 defaultval=yes
13003 else
13004 defaultval=no
13005 fi
13006 fi
13007
13008 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
13009 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6; }
13010 # Check whether --enable-tipdlg was given.
13011 if test "${enable_tipdlg+set}" = set; then
13012 enableval=$enable_tipdlg;
13013 if test "$enableval" = yes; then
13014 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
13015 else
13016 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
13017 fi
13018
13019 else
13020
13021 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
13022
13023 fi
13024
13025
13026 eval "$wx_cv_use_tipdlg"
13027
13028 if test x"$enablestring" = xdisable; then
13029 if test $wxUSE_STARTUP_TIPS = no; then
13030 result=yes
13031 else
13032 result=no
13033 fi
13034 else
13035 result=$wxUSE_STARTUP_TIPS
13036 fi
13037
13038 { echo "$as_me:$LINENO: result: $result" >&5
13039 echo "${ECHO_T}$result" >&6; }
13040
13041
13042 enablestring=
13043 defaultval=$wxUSE_ALL_FEATURES
13044 if test -z "$defaultval"; then
13045 if test x"$enablestring" = xdisable; then
13046 defaultval=yes
13047 else
13048 defaultval=no
13049 fi
13050 fi
13051
13052 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
13053 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6; }
13054 # Check whether --enable-progressdlg was given.
13055 if test "${enable_progressdlg+set}" = set; then
13056 enableval=$enable_progressdlg;
13057 if test "$enableval" = yes; then
13058 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
13059 else
13060 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
13061 fi
13062
13063 else
13064
13065 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
13066
13067 fi
13068
13069
13070 eval "$wx_cv_use_progressdlg"
13071
13072 if test x"$enablestring" = xdisable; then
13073 if test $wxUSE_PROGRESSDLG = no; then
13074 result=yes
13075 else
13076 result=no
13077 fi
13078 else
13079 result=$wxUSE_PROGRESSDLG
13080 fi
13081
13082 { echo "$as_me:$LINENO: result: $result" >&5
13083 echo "${ECHO_T}$result" >&6; }
13084
13085
13086 enablestring=
13087 defaultval=$wxUSE_ALL_FEATURES
13088 if test -z "$defaultval"; then
13089 if test x"$enablestring" = xdisable; then
13090 defaultval=yes
13091 else
13092 defaultval=no
13093 fi
13094 fi
13095
13096 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
13097 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6; }
13098 # Check whether --enable-wizarddlg was given.
13099 if test "${enable_wizarddlg+set}" = set; then
13100 enableval=$enable_wizarddlg;
13101 if test "$enableval" = yes; then
13102 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
13103 else
13104 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
13105 fi
13106
13107 else
13108
13109 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
13110
13111 fi
13112
13113
13114 eval "$wx_cv_use_wizarddlg"
13115
13116 if test x"$enablestring" = xdisable; then
13117 if test $wxUSE_WIZARDDLG = no; then
13118 result=yes
13119 else
13120 result=no
13121 fi
13122 else
13123 result=$wxUSE_WIZARDDLG
13124 fi
13125
13126 { echo "$as_me:$LINENO: result: $result" >&5
13127 echo "${ECHO_T}$result" >&6; }
13128
13129
13130
13131
13132 enablestring=
13133 defaultval=$wxUSE_ALL_FEATURES
13134 if test -z "$defaultval"; then
13135 if test x"$enablestring" = xdisable; then
13136 defaultval=yes
13137 else
13138 defaultval=no
13139 fi
13140 fi
13141
13142 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
13143 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6; }
13144 # Check whether --enable-menus was given.
13145 if test "${enable_menus+set}" = set; then
13146 enableval=$enable_menus;
13147 if test "$enableval" = yes; then
13148 wx_cv_use_menus='wxUSE_MENUS=yes'
13149 else
13150 wx_cv_use_menus='wxUSE_MENUS=no'
13151 fi
13152
13153 else
13154
13155 wx_cv_use_menus='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
13156
13157 fi
13158
13159
13160 eval "$wx_cv_use_menus"
13161
13162 if test x"$enablestring" = xdisable; then
13163 if test $wxUSE_MENUS = no; then
13164 result=yes
13165 else
13166 result=no
13167 fi
13168 else
13169 result=$wxUSE_MENUS
13170 fi
13171
13172 { echo "$as_me:$LINENO: result: $result" >&5
13173 echo "${ECHO_T}$result" >&6; }
13174
13175
13176 enablestring=
13177 defaultval=$wxUSE_ALL_FEATURES
13178 if test -z "$defaultval"; then
13179 if test x"$enablestring" = xdisable; then
13180 defaultval=yes
13181 else
13182 defaultval=no
13183 fi
13184 fi
13185
13186 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
13187 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6; }
13188 # Check whether --enable-miniframe was given.
13189 if test "${enable_miniframe+set}" = set; then
13190 enableval=$enable_miniframe;
13191 if test "$enableval" = yes; then
13192 wx_cv_use_miniframe='wxUSE_MINIFRAME=yes'
13193 else
13194 wx_cv_use_miniframe='wxUSE_MINIFRAME=no'
13195 fi
13196
13197 else
13198
13199 wx_cv_use_miniframe='wxUSE_MINIFRAME=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
13200
13201 fi
13202
13203
13204 eval "$wx_cv_use_miniframe"
13205
13206 if test x"$enablestring" = xdisable; then
13207 if test $wxUSE_MINIFRAME = no; then
13208 result=yes
13209 else
13210 result=no
13211 fi
13212 else
13213 result=$wxUSE_MINIFRAME
13214 fi
13215
13216 { echo "$as_me:$LINENO: result: $result" >&5
13217 echo "${ECHO_T}$result" >&6; }
13218
13219
13220 enablestring=
13221 defaultval=$wxUSE_ALL_FEATURES
13222 if test -z "$defaultval"; then
13223 if test x"$enablestring" = xdisable; then
13224 defaultval=yes
13225 else
13226 defaultval=no
13227 fi
13228 fi
13229
13230 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
13231 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6; }
13232 # Check whether --enable-tooltips was given.
13233 if test "${enable_tooltips+set}" = set; then
13234 enableval=$enable_tooltips;
13235 if test "$enableval" = yes; then
13236 wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
13237 else
13238 wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
13239 fi
13240
13241 else
13242
13243 wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
13244
13245 fi
13246
13247
13248 eval "$wx_cv_use_tooltips"
13249
13250 if test x"$enablestring" = xdisable; then
13251 if test $wxUSE_TOOLTIPS = no; then
13252 result=yes
13253 else
13254 result=no
13255 fi
13256 else
13257 result=$wxUSE_TOOLTIPS
13258 fi
13259
13260 { echo "$as_me:$LINENO: result: $result" >&5
13261 echo "${ECHO_T}$result" >&6; }
13262
13263
13264 enablestring=
13265 defaultval=$wxUSE_ALL_FEATURES
13266 if test -z "$defaultval"; then
13267 if test x"$enablestring" = xdisable; then
13268 defaultval=yes
13269 else
13270 defaultval=no
13271 fi
13272 fi
13273
13274 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
13275 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6; }
13276 # Check whether --enable-splines was given.
13277 if test "${enable_splines+set}" = set; then
13278 enableval=$enable_splines;
13279 if test "$enableval" = yes; then
13280 wx_cv_use_splines='wxUSE_SPLINES=yes'
13281 else
13282 wx_cv_use_splines='wxUSE_SPLINES=no'
13283 fi
13284
13285 else
13286
13287 wx_cv_use_splines='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
13288
13289 fi
13290
13291
13292 eval "$wx_cv_use_splines"
13293
13294 if test x"$enablestring" = xdisable; then
13295 if test $wxUSE_SPLINES = no; then
13296 result=yes
13297 else
13298 result=no
13299 fi
13300 else
13301 result=$wxUSE_SPLINES
13302 fi
13303
13304 { echo "$as_me:$LINENO: result: $result" >&5
13305 echo "${ECHO_T}$result" >&6; }
13306
13307
13308 enablestring=
13309 defaultval=$wxUSE_ALL_FEATURES
13310 if test -z "$defaultval"; then
13311 if test x"$enablestring" = xdisable; then
13312 defaultval=yes
13313 else
13314 defaultval=no
13315 fi
13316 fi
13317
13318 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
13319 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6; }
13320 # Check whether --enable-mousewheel was given.
13321 if test "${enable_mousewheel+set}" = set; then
13322 enableval=$enable_mousewheel;
13323 if test "$enableval" = yes; then
13324 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
13325 else
13326 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
13327 fi
13328
13329 else
13330
13331 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
13332
13333 fi
13334
13335
13336 eval "$wx_cv_use_mousewheel"
13337
13338 if test x"$enablestring" = xdisable; then
13339 if test $wxUSE_MOUSEWHEEL = no; then
13340 result=yes
13341 else
13342 result=no
13343 fi
13344 else
13345 result=$wxUSE_MOUSEWHEEL
13346 fi
13347
13348 { echo "$as_me:$LINENO: result: $result" >&5
13349 echo "${ECHO_T}$result" >&6; }
13350
13351
13352 enablestring=
13353 defaultval=$wxUSE_ALL_FEATURES
13354 if test -z "$defaultval"; then
13355 if test x"$enablestring" = xdisable; then
13356 defaultval=yes
13357 else
13358 defaultval=no
13359 fi
13360 fi
13361
13362 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
13363 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6; }
13364 # Check whether --enable-validators was given.
13365 if test "${enable_validators+set}" = set; then
13366 enableval=$enable_validators;
13367 if test "$enableval" = yes; then
13368 wx_cv_use_validators='wxUSE_VALIDATORS=yes'
13369 else
13370 wx_cv_use_validators='wxUSE_VALIDATORS=no'
13371 fi
13372
13373 else
13374
13375 wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
13376
13377 fi
13378
13379
13380 eval "$wx_cv_use_validators"
13381
13382 if test x"$enablestring" = xdisable; then
13383 if test $wxUSE_VALIDATORS = no; then
13384 result=yes
13385 else
13386 result=no
13387 fi
13388 else
13389 result=$wxUSE_VALIDATORS
13390 fi
13391
13392 { echo "$as_me:$LINENO: result: $result" >&5
13393 echo "${ECHO_T}$result" >&6; }
13394
13395
13396 enablestring=
13397 defaultval=$wxUSE_ALL_FEATURES
13398 if test -z "$defaultval"; then
13399 if test x"$enablestring" = xdisable; then
13400 defaultval=yes
13401 else
13402 defaultval=no
13403 fi
13404 fi
13405
13406 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
13407 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6; }
13408 # Check whether --enable-busyinfo was given.
13409 if test "${enable_busyinfo+set}" = set; then
13410 enableval=$enable_busyinfo;
13411 if test "$enableval" = yes; then
13412 wx_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
13413 else
13414 wx_cv_use_busyinfo='wxUSE_BUSYINFO=no'
13415 fi
13416
13417 else
13418
13419 wx_cv_use_busyinfo='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
13420
13421 fi
13422
13423
13424 eval "$wx_cv_use_busyinfo"
13425
13426 if test x"$enablestring" = xdisable; then
13427 if test $wxUSE_BUSYINFO = no; then
13428 result=yes
13429 else
13430 result=no
13431 fi
13432 else
13433 result=$wxUSE_BUSYINFO
13434 fi
13435
13436 { echo "$as_me:$LINENO: result: $result" >&5
13437 echo "${ECHO_T}$result" >&6; }
13438
13439
13440 enablestring=
13441 defaultval=$wxUSE_ALL_FEATURES
13442 if test -z "$defaultval"; then
13443 if test x"$enablestring" = xdisable; then
13444 defaultval=yes
13445 else
13446 defaultval=no
13447 fi
13448 fi
13449
13450 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
13451 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6; }
13452 # Check whether --enable-joystick was given.
13453 if test "${enable_joystick+set}" = set; then
13454 enableval=$enable_joystick;
13455 if test "$enableval" = yes; then
13456 wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
13457 else
13458 wx_cv_use_joystick='wxUSE_JOYSTICK=no'
13459 fi
13460
13461 else
13462
13463 wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
13464
13465 fi
13466
13467
13468 eval "$wx_cv_use_joystick"
13469
13470 if test x"$enablestring" = xdisable; then
13471 if test $wxUSE_JOYSTICK = no; then
13472 result=yes
13473 else
13474 result=no
13475 fi
13476 else
13477 result=$wxUSE_JOYSTICK
13478 fi
13479
13480 { echo "$as_me:$LINENO: result: $result" >&5
13481 echo "${ECHO_T}$result" >&6; }
13482
13483
13484 enablestring=
13485 defaultval=$wxUSE_ALL_FEATURES
13486 if test -z "$defaultval"; then
13487 if test x"$enablestring" = xdisable; then
13488 defaultval=yes
13489 else
13490 defaultval=no
13491 fi
13492 fi
13493
13494 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
13495 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
13496 # Check whether --enable-metafile was given.
13497 if test "${enable_metafile+set}" = set; then
13498 enableval=$enable_metafile;
13499 if test "$enableval" = yes; then
13500 wx_cv_use_metafile='wxUSE_METAFILE=yes'
13501 else
13502 wx_cv_use_metafile='wxUSE_METAFILE=no'
13503 fi
13504
13505 else
13506
13507 wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
13508
13509 fi
13510
13511
13512 eval "$wx_cv_use_metafile"
13513
13514 if test x"$enablestring" = xdisable; then
13515 if test $wxUSE_METAFILE = no; then
13516 result=yes
13517 else
13518 result=no
13519 fi
13520 else
13521 result=$wxUSE_METAFILE
13522 fi
13523
13524 { echo "$as_me:$LINENO: result: $result" >&5
13525 echo "${ECHO_T}$result" >&6; }
13526
13527
13528 enablestring=
13529 defaultval=$wxUSE_ALL_FEATURES
13530 if test -z "$defaultval"; then
13531 if test x"$enablestring" = xdisable; then
13532 defaultval=yes
13533 else
13534 defaultval=no
13535 fi
13536 fi
13537
13538 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
13539 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6; }
13540 # Check whether --enable-dragimage was given.
13541 if test "${enable_dragimage+set}" = set; then
13542 enableval=$enable_dragimage;
13543 if test "$enableval" = yes; then
13544 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
13545 else
13546 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
13547 fi
13548
13549 else
13550
13551 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
13552
13553 fi
13554
13555
13556 eval "$wx_cv_use_dragimage"
13557
13558 if test x"$enablestring" = xdisable; then
13559 if test $wxUSE_DRAGIMAGE = no; then
13560 result=yes
13561 else
13562 result=no
13563 fi
13564 else
13565 result=$wxUSE_DRAGIMAGE
13566 fi
13567
13568 { echo "$as_me:$LINENO: result: $result" >&5
13569 echo "${ECHO_T}$result" >&6; }
13570
13571
13572 enablestring=
13573 defaultval=$wxUSE_ALL_FEATURES
13574 if test -z "$defaultval"; then
13575 if test x"$enablestring" = xdisable; then
13576 defaultval=yes
13577 else
13578 defaultval=no
13579 fi
13580 fi
13581
13582 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
13583 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6; }
13584 # Check whether --enable-accessibility was given.
13585 if test "${enable_accessibility+set}" = set; then
13586 enableval=$enable_accessibility;
13587 if test "$enableval" = yes; then
13588 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
13589 else
13590 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
13591 fi
13592
13593 else
13594
13595 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
13596
13597 fi
13598
13599
13600 eval "$wx_cv_use_accessibility"
13601
13602 if test x"$enablestring" = xdisable; then
13603 if test $wxUSE_ACCESSIBILITY = no; then
13604 result=yes
13605 else
13606 result=no
13607 fi
13608 else
13609 result=$wxUSE_ACCESSIBILITY
13610 fi
13611
13612 { echo "$as_me:$LINENO: result: $result" >&5
13613 echo "${ECHO_T}$result" >&6; }
13614
13615
13616 enablestring=
13617 defaultval=$wxUSE_ALL_FEATURES
13618 if test -z "$defaultval"; then
13619 if test x"$enablestring" = xdisable; then
13620 defaultval=yes
13621 else
13622 defaultval=no
13623 fi
13624 fi
13625
13626 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-uiactionsim" >&5
13627 echo $ECHO_N "checking for --${enablestring:-enable}-uiactionsim... $ECHO_C" >&6; }
13628 # Check whether --enable-uiactionsim was given.
13629 if test "${enable_uiactionsim+set}" = set; then
13630 enableval=$enable_uiactionsim;
13631 if test "$enableval" = yes; then
13632 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=yes'
13633 else
13634 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=no'
13635 fi
13636
13637 else
13638
13639 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=${'DEFAULT_wxUSE_UIACTIONSIMULATOR":-$defaultval}"
13640
13641 fi
13642
13643
13644 eval "$wx_cv_use_uiactionsim"
13645
13646 if test x"$enablestring" = xdisable; then
13647 if test $wxUSE_UIACTIONSIMULATOR = no; then
13648 result=yes
13649 else
13650 result=no
13651 fi
13652 else
13653 result=$wxUSE_UIACTIONSIMULATOR
13654 fi
13655
13656 { echo "$as_me:$LINENO: result: $result" >&5
13657 echo "${ECHO_T}$result" >&6; }
13658
13659
13660
13661
13662 enablestring=
13663 defaultval=$wxUSE_ALL_FEATURES
13664 if test -z "$defaultval"; then
13665 if test x"$enablestring" = xdisable; then
13666 defaultval=yes
13667 else
13668 defaultval=no
13669 fi
13670 fi
13671
13672 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
13673 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6; }
13674 # Check whether --enable-palette was given.
13675 if test "${enable_palette+set}" = set; then
13676 enableval=$enable_palette;
13677 if test "$enableval" = yes; then
13678 wx_cv_use_palette='wxUSE_PALETTE=yes'
13679 else
13680 wx_cv_use_palette='wxUSE_PALETTE=no'
13681 fi
13682
13683 else
13684
13685 wx_cv_use_palette='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
13686
13687 fi
13688
13689
13690 eval "$wx_cv_use_palette"
13691
13692 if test x"$enablestring" = xdisable; then
13693 if test $wxUSE_PALETTE = no; then
13694 result=yes
13695 else
13696 result=no
13697 fi
13698 else
13699 result=$wxUSE_PALETTE
13700 fi
13701
13702 { echo "$as_me:$LINENO: result: $result" >&5
13703 echo "${ECHO_T}$result" >&6; }
13704
13705
13706 enablestring=
13707 defaultval=$wxUSE_ALL_FEATURES
13708 if test -z "$defaultval"; then
13709 if test x"$enablestring" = xdisable; then
13710 defaultval=yes
13711 else
13712 defaultval=no
13713 fi
13714 fi
13715
13716 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
13717 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6; }
13718 # Check whether --enable-image was given.
13719 if test "${enable_image+set}" = set; then
13720 enableval=$enable_image;
13721 if test "$enableval" = yes; then
13722 wx_cv_use_image='wxUSE_IMAGE=yes'
13723 else
13724 wx_cv_use_image='wxUSE_IMAGE=no'
13725 fi
13726
13727 else
13728
13729 wx_cv_use_image='wxUSE_IMAGE=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
13730
13731 fi
13732
13733
13734 eval "$wx_cv_use_image"
13735
13736 if test x"$enablestring" = xdisable; then
13737 if test $wxUSE_IMAGE = no; then
13738 result=yes
13739 else
13740 result=no
13741 fi
13742 else
13743 result=$wxUSE_IMAGE
13744 fi
13745
13746 { echo "$as_me:$LINENO: result: $result" >&5
13747 echo "${ECHO_T}$result" >&6; }
13748
13749
13750 enablestring=
13751 defaultval=$wxUSE_ALL_FEATURES
13752 if test -z "$defaultval"; then
13753 if test x"$enablestring" = xdisable; then
13754 defaultval=yes
13755 else
13756 defaultval=no
13757 fi
13758 fi
13759
13760 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
13761 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6; }
13762 # Check whether --enable-gif was given.
13763 if test "${enable_gif+set}" = set; then
13764 enableval=$enable_gif;
13765 if test "$enableval" = yes; then
13766 wx_cv_use_gif='wxUSE_GIF=yes'
13767 else
13768 wx_cv_use_gif='wxUSE_GIF=no'
13769 fi
13770
13771 else
13772
13773 wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
13774
13775 fi
13776
13777
13778 eval "$wx_cv_use_gif"
13779
13780 if test x"$enablestring" = xdisable; then
13781 if test $wxUSE_GIF = no; then
13782 result=yes
13783 else
13784 result=no
13785 fi
13786 else
13787 result=$wxUSE_GIF
13788 fi
13789
13790 { echo "$as_me:$LINENO: result: $result" >&5
13791 echo "${ECHO_T}$result" >&6; }
13792
13793
13794 enablestring=
13795 defaultval=$wxUSE_ALL_FEATURES
13796 if test -z "$defaultval"; then
13797 if test x"$enablestring" = xdisable; then
13798 defaultval=yes
13799 else
13800 defaultval=no
13801 fi
13802 fi
13803
13804 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
13805 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6; }
13806 # Check whether --enable-pcx was given.
13807 if test "${enable_pcx+set}" = set; then
13808 enableval=$enable_pcx;
13809 if test "$enableval" = yes; then
13810 wx_cv_use_pcx='wxUSE_PCX=yes'
13811 else
13812 wx_cv_use_pcx='wxUSE_PCX=no'
13813 fi
13814
13815 else
13816
13817 wx_cv_use_pcx='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
13818
13819 fi
13820
13821
13822 eval "$wx_cv_use_pcx"
13823
13824 if test x"$enablestring" = xdisable; then
13825 if test $wxUSE_PCX = no; then
13826 result=yes
13827 else
13828 result=no
13829 fi
13830 else
13831 result=$wxUSE_PCX
13832 fi
13833
13834 { echo "$as_me:$LINENO: result: $result" >&5
13835 echo "${ECHO_T}$result" >&6; }
13836
13837
13838 enablestring=
13839 defaultval=$wxUSE_ALL_FEATURES
13840 if test -z "$defaultval"; then
13841 if test x"$enablestring" = xdisable; then
13842 defaultval=yes
13843 else
13844 defaultval=no
13845 fi
13846 fi
13847
13848 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tga" >&5
13849 echo $ECHO_N "checking for --${enablestring:-enable}-tga... $ECHO_C" >&6; }
13850 # Check whether --enable-tga was given.
13851 if test "${enable_tga+set}" = set; then
13852 enableval=$enable_tga;
13853 if test "$enableval" = yes; then
13854 wx_cv_use_tga='wxUSE_TGA=yes'
13855 else
13856 wx_cv_use_tga='wxUSE_TGA=no'
13857 fi
13858
13859 else
13860
13861 wx_cv_use_tga='wxUSE_TGA=${'DEFAULT_wxUSE_TGA":-$defaultval}"
13862
13863 fi
13864
13865
13866 eval "$wx_cv_use_tga"
13867
13868 if test x"$enablestring" = xdisable; then
13869 if test $wxUSE_TGA = no; then
13870 result=yes
13871 else
13872 result=no
13873 fi
13874 else
13875 result=$wxUSE_TGA
13876 fi
13877
13878 { echo "$as_me:$LINENO: result: $result" >&5
13879 echo "${ECHO_T}$result" >&6; }
13880
13881
13882 enablestring=
13883 defaultval=$wxUSE_ALL_FEATURES
13884 if test -z "$defaultval"; then
13885 if test x"$enablestring" = xdisable; then
13886 defaultval=yes
13887 else
13888 defaultval=no
13889 fi
13890 fi
13891
13892 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
13893 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6; }
13894 # Check whether --enable-iff was given.
13895 if test "${enable_iff+set}" = set; then
13896 enableval=$enable_iff;
13897 if test "$enableval" = yes; then
13898 wx_cv_use_iff='wxUSE_IFF=yes'
13899 else
13900 wx_cv_use_iff='wxUSE_IFF=no'
13901 fi
13902
13903 else
13904
13905 wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
13906
13907 fi
13908
13909
13910 eval "$wx_cv_use_iff"
13911
13912 if test x"$enablestring" = xdisable; then
13913 if test $wxUSE_IFF = no; then
13914 result=yes
13915 else
13916 result=no
13917 fi
13918 else
13919 result=$wxUSE_IFF
13920 fi
13921
13922 { echo "$as_me:$LINENO: result: $result" >&5
13923 echo "${ECHO_T}$result" >&6; }
13924
13925
13926 enablestring=
13927 defaultval=$wxUSE_ALL_FEATURES
13928 if test -z "$defaultval"; then
13929 if test x"$enablestring" = xdisable; then
13930 defaultval=yes
13931 else
13932 defaultval=no
13933 fi
13934 fi
13935
13936 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
13937 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6; }
13938 # Check whether --enable-pnm was given.
13939 if test "${enable_pnm+set}" = set; then
13940 enableval=$enable_pnm;
13941 if test "$enableval" = yes; then
13942 wx_cv_use_pnm='wxUSE_PNM=yes'
13943 else
13944 wx_cv_use_pnm='wxUSE_PNM=no'
13945 fi
13946
13947 else
13948
13949 wx_cv_use_pnm='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
13950
13951 fi
13952
13953
13954 eval "$wx_cv_use_pnm"
13955
13956 if test x"$enablestring" = xdisable; then
13957 if test $wxUSE_PNM = no; then
13958 result=yes
13959 else
13960 result=no
13961 fi
13962 else
13963 result=$wxUSE_PNM
13964 fi
13965
13966 { echo "$as_me:$LINENO: result: $result" >&5
13967 echo "${ECHO_T}$result" >&6; }
13968
13969
13970 enablestring=
13971 defaultval=$wxUSE_ALL_FEATURES
13972 if test -z "$defaultval"; then
13973 if test x"$enablestring" = xdisable; then
13974 defaultval=yes
13975 else
13976 defaultval=no
13977 fi
13978 fi
13979
13980 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
13981 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6; }
13982 # Check whether --enable-xpm was given.
13983 if test "${enable_xpm+set}" = set; then
13984 enableval=$enable_xpm;
13985 if test "$enableval" = yes; then
13986 wx_cv_use_xpm='wxUSE_XPM=yes'
13987 else
13988 wx_cv_use_xpm='wxUSE_XPM=no'
13989 fi
13990
13991 else
13992
13993 wx_cv_use_xpm='wxUSE_XPM=${'DEFAULT_wxUSE_XPM":-$defaultval}"
13994
13995 fi
13996
13997
13998 eval "$wx_cv_use_xpm"
13999
14000 if test x"$enablestring" = xdisable; then
14001 if test $wxUSE_XPM = no; then
14002 result=yes
14003 else
14004 result=no
14005 fi
14006 else
14007 result=$wxUSE_XPM
14008 fi
14009
14010 { echo "$as_me:$LINENO: result: $result" >&5
14011 echo "${ECHO_T}$result" >&6; }
14012
14013
14014 enablestring=
14015 defaultval=$wxUSE_ALL_FEATURES
14016 if test -z "$defaultval"; then
14017 if test x"$enablestring" = xdisable; then
14018 defaultval=yes
14019 else
14020 defaultval=no
14021 fi
14022 fi
14023
14024 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
14025 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6; }
14026 # Check whether --enable-ico_cur was given.
14027 if test "${enable_ico_cur+set}" = set; then
14028 enableval=$enable_ico_cur;
14029 if test "$enableval" = yes; then
14030 wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
14031 else
14032 wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
14033 fi
14034
14035 else
14036
14037 wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
14038
14039 fi
14040
14041
14042 eval "$wx_cv_use_ico_cur"
14043
14044 if test x"$enablestring" = xdisable; then
14045 if test $wxUSE_ICO_CUR = no; then
14046 result=yes
14047 else
14048 result=no
14049 fi
14050 else
14051 result=$wxUSE_ICO_CUR
14052 fi
14053
14054 { echo "$as_me:$LINENO: result: $result" >&5
14055 echo "${ECHO_T}$result" >&6; }
14056
14057
14058
14059
14060 enablestring=
14061 defaultval=$wxUSE_ALL_FEATURES
14062 if test -z "$defaultval"; then
14063 if test x"$enablestring" = xdisable; then
14064 defaultval=yes
14065 else
14066 defaultval=no
14067 fi
14068 fi
14069
14070 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
14071 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6; }
14072 # Check whether --enable-dccache was given.
14073 if test "${enable_dccache+set}" = set; then
14074 enableval=$enable_dccache;
14075 if test "$enableval" = yes; then
14076 wx_cv_use_dccache='wxUSE_DC_CACHEING=yes'
14077 else
14078 wx_cv_use_dccache='wxUSE_DC_CACHEING=no'
14079 fi
14080
14081 else
14082
14083 wx_cv_use_dccache='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
14084
14085 fi
14086
14087
14088 eval "$wx_cv_use_dccache"
14089
14090 if test x"$enablestring" = xdisable; then
14091 if test $wxUSE_DC_CACHEING = no; then
14092 result=yes
14093 else
14094 result=no
14095 fi
14096 else
14097 result=$wxUSE_DC_CACHEING
14098 fi
14099
14100 { echo "$as_me:$LINENO: result: $result" >&5
14101 echo "${ECHO_T}$result" >&6; }
14102
14103
14104 enablestring=
14105 defaultval=$wxUSE_ALL_FEATURES
14106 if test -z "$defaultval"; then
14107 if test x"$enablestring" = xdisable; then
14108 defaultval=yes
14109 else
14110 defaultval=no
14111 fi
14112 fi
14113
14114 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ps-in-msw" >&5
14115 echo $ECHO_N "checking for --${enablestring:-enable}-ps-in-msw... $ECHO_C" >&6; }
14116 # Check whether --enable-ps-in-msw was given.
14117 if test "${enable_ps_in_msw+set}" = set; then
14118 enableval=$enable_ps_in_msw;
14119 if test "$enableval" = yes; then
14120 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=yes'
14121 else
14122 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=no'
14123 fi
14124
14125 else
14126
14127 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
14128
14129 fi
14130
14131
14132 eval "$wx_cv_use_ps_in_msw"
14133
14134 if test x"$enablestring" = xdisable; then
14135 if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = no; then
14136 result=yes
14137 else
14138 result=no
14139 fi
14140 else
14141 result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
14142 fi
14143
14144 { echo "$as_me:$LINENO: result: $result" >&5
14145 echo "${ECHO_T}$result" >&6; }
14146
14147
14148 enablestring=
14149 defaultval=$wxUSE_ALL_FEATURES
14150 if test -z "$defaultval"; then
14151 if test x"$enablestring" = xdisable; then
14152 defaultval=yes
14153 else
14154 defaultval=no
14155 fi
14156 fi
14157
14158 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ownerdrawn" >&5
14159 echo $ECHO_N "checking for --${enablestring:-enable}-ownerdrawn... $ECHO_C" >&6; }
14160 # Check whether --enable-ownerdrawn was given.
14161 if test "${enable_ownerdrawn+set}" = set; then
14162 enableval=$enable_ownerdrawn;
14163 if test "$enableval" = yes; then
14164 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
14165 else
14166 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
14167 fi
14168
14169 else
14170
14171 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
14172
14173 fi
14174
14175
14176 eval "$wx_cv_use_ownerdrawn"
14177
14178 if test x"$enablestring" = xdisable; then
14179 if test $wxUSE_OWNER_DRAWN = no; then
14180 result=yes
14181 else
14182 result=no
14183 fi
14184 else
14185 result=$wxUSE_OWNER_DRAWN
14186 fi
14187
14188 { echo "$as_me:$LINENO: result: $result" >&5
14189 echo "${ECHO_T}$result" >&6; }
14190
14191
14192 enablestring=
14193 defaultval=$wxUSE_ALL_FEATURES
14194 if test -z "$defaultval"; then
14195 if test x"$enablestring" = xdisable; then
14196 defaultval=yes
14197 else
14198 defaultval=no
14199 fi
14200 fi
14201
14202 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-uxtheme" >&5
14203 echo $ECHO_N "checking for --${enablestring:-enable}-uxtheme... $ECHO_C" >&6; }
14204 # Check whether --enable-uxtheme was given.
14205 if test "${enable_uxtheme+set}" = set; then
14206 enableval=$enable_uxtheme;
14207 if test "$enableval" = yes; then
14208 wx_cv_use_uxtheme='wxUSE_UXTHEME=yes'
14209 else
14210 wx_cv_use_uxtheme='wxUSE_UXTHEME=no'
14211 fi
14212
14213 else
14214
14215 wx_cv_use_uxtheme='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
14216
14217 fi
14218
14219
14220 eval "$wx_cv_use_uxtheme"
14221
14222 if test x"$enablestring" = xdisable; then
14223 if test $wxUSE_UXTHEME = no; then
14224 result=yes
14225 else
14226 result=no
14227 fi
14228 else
14229 result=$wxUSE_UXTHEME
14230 fi
14231
14232 { echo "$as_me:$LINENO: result: $result" >&5
14233 echo "${ECHO_T}$result" >&6; }
14234
14235
14236 enablestring=
14237 defaultval=$wxUSE_ALL_FEATURES
14238 if test -z "$defaultval"; then
14239 if test x"$enablestring" = xdisable; then
14240 defaultval=yes
14241 else
14242 defaultval=no
14243 fi
14244 fi
14245
14246 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxdib" >&5
14247 echo $ECHO_N "checking for --${enablestring:-enable}-wxdib... $ECHO_C" >&6; }
14248 # Check whether --enable-wxdib was given.
14249 if test "${enable_wxdib+set}" = set; then
14250 enableval=$enable_wxdib;
14251 if test "$enableval" = yes; then
14252 wx_cv_use_wxdib='wxUSE_DIB=yes'
14253 else
14254 wx_cv_use_wxdib='wxUSE_DIB=no'
14255 fi
14256
14257 else
14258
14259 wx_cv_use_wxdib='wxUSE_DIB=${'DEFAULT_wxUSE_DIB":-$defaultval}"
14260
14261 fi
14262
14263
14264 eval "$wx_cv_use_wxdib"
14265
14266 if test x"$enablestring" = xdisable; then
14267 if test $wxUSE_DIB = no; then
14268 result=yes
14269 else
14270 result=no
14271 fi
14272 else
14273 result=$wxUSE_DIB
14274 fi
14275
14276 { echo "$as_me:$LINENO: result: $result" >&5
14277 echo "${ECHO_T}$result" >&6; }
14278
14279
14280 if test "$wxUSE_MSW" != 1; then
14281 DEFAULT_wxUSE_AUTOID_MANAGEMENT=no
14282 fi
14283
14284
14285 enablestring=
14286 defaultval=$wxUSE_ALL_FEATURES
14287 if test -z "$defaultval"; then
14288 if test x"$enablestring" = xdisable; then
14289 defaultval=yes
14290 else
14291 defaultval=no
14292 fi
14293 fi
14294
14295 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-autoidman" >&5
14296 echo $ECHO_N "checking for --${enablestring:-enable}-autoidman... $ECHO_C" >&6; }
14297 # Check whether --enable-autoidman was given.
14298 if test "${enable_autoidman+set}" = set; then
14299 enableval=$enable_autoidman;
14300 if test "$enableval" = yes; then
14301 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=yes'
14302 else
14303 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=no'
14304 fi
14305
14306 else
14307
14308 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=${'DEFAULT_wxUSE_AUTOID_MANAGEMENT":-$defaultval}"
14309
14310 fi
14311
14312
14313 eval "$wx_cv_use_autoidman"
14314
14315 if test x"$enablestring" = xdisable; then
14316 if test $wxUSE_AUTOID_MANAGEMENT = no; then
14317 result=yes
14318 else
14319 result=no
14320 fi
14321 else
14322 result=$wxUSE_AUTOID_MANAGEMENT
14323 fi
14324
14325 { echo "$as_me:$LINENO: result: $result" >&5
14326 echo "${ECHO_T}$result" >&6; }
14327
14328
14329 fi
14330
14331
14332 cat >confcache <<\_ACEOF
14333 # This file is a shell script that caches the results of configure
14334 # tests run on this system so they can be shared between configure
14335 # scripts and configure runs, see configure's option --config-cache.
14336 # It is not useful on other systems. If it contains results you don't
14337 # want to keep, you may remove or edit it.
14338 #
14339 # config.status only pays attention to the cache file if you give it
14340 # the --recheck option to rerun configure.
14341 #
14342 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14343 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14344 # following values.
14345
14346 _ACEOF
14347
14348 # The following way of writing the cache mishandles newlines in values,
14349 # but we know of no workaround that is simple, portable, and efficient.
14350 # So, we kill variables containing newlines.
14351 # Ultrix sh set writes to stderr and can't be redirected directly,
14352 # and sets the high bit in the cache file unless we assign to the vars.
14353 (
14354 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14355 eval ac_val=\$$ac_var
14356 case $ac_val in #(
14357 *${as_nl}*)
14358 case $ac_var in #(
14359 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
14360 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
14361 esac
14362 case $ac_var in #(
14363 _ | IFS | as_nl) ;; #(
14364 *) $as_unset $ac_var ;;
14365 esac ;;
14366 esac
14367 done
14368
14369 (set) 2>&1 |
14370 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14371 *${as_nl}ac_space=\ *)
14372 # `set' does not quote correctly, so add quotes (double-quote
14373 # substitution turns \\\\ into \\, and sed turns \\ into \).
14374 sed -n \
14375 "s/'/'\\\\''/g;
14376 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14377 ;; #(
14378 *)
14379 # `set' quotes correctly as required by POSIX, so do not add quotes.
14380 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14381 ;;
14382 esac |
14383 sort
14384 ) |
14385 sed '
14386 /^ac_cv_env_/b end
14387 t clear
14388 :clear
14389 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14390 t end
14391 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14392 :end' >>confcache
14393 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14394 if test -w "$cache_file"; then
14395 test "x$cache_file" != "x/dev/null" &&
14396 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
14397 echo "$as_me: updating cache $cache_file" >&6;}
14398 cat confcache >$cache_file
14399 else
14400 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
14401 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14402 fi
14403 fi
14404 rm -f confcache
14405
14406 CFLAGS=${CFLAGS:=}
14407 ac_ext=c
14408 ac_cpp='$CPP $CPPFLAGS'
14409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14412 if test -n "$ac_tool_prefix"; then
14413 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
14414 set dummy ${ac_tool_prefix}gcc; ac_word=$2
14415 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14416 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14417 if test "${ac_cv_prog_CC+set}" = set; then
14418 echo $ECHO_N "(cached) $ECHO_C" >&6
14419 else
14420 if test -n "$CC"; then
14421 ac_cv_prog_CC="$CC" # Let the user override the test.
14422 else
14423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14424 for as_dir in $PATH
14425 do
14426 IFS=$as_save_IFS
14427 test -z "$as_dir" && as_dir=.
14428 for ac_exec_ext in '' $ac_executable_extensions; do
14429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14430 ac_cv_prog_CC="${ac_tool_prefix}gcc"
14431 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14432 break 2
14433 fi
14434 done
14435 done
14436 IFS=$as_save_IFS
14437
14438 fi
14439 fi
14440 CC=$ac_cv_prog_CC
14441 if test -n "$CC"; then
14442 { echo "$as_me:$LINENO: result: $CC" >&5
14443 echo "${ECHO_T}$CC" >&6; }
14444 else
14445 { echo "$as_me:$LINENO: result: no" >&5
14446 echo "${ECHO_T}no" >&6; }
14447 fi
14448
14449
14450 fi
14451 if test -z "$ac_cv_prog_CC"; then
14452 ac_ct_CC=$CC
14453 # Extract the first word of "gcc", so it can be a program name with args.
14454 set dummy gcc; ac_word=$2
14455 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14456 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14457 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
14458 echo $ECHO_N "(cached) $ECHO_C" >&6
14459 else
14460 if test -n "$ac_ct_CC"; then
14461 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
14462 else
14463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14464 for as_dir in $PATH
14465 do
14466 IFS=$as_save_IFS
14467 test -z "$as_dir" && as_dir=.
14468 for ac_exec_ext in '' $ac_executable_extensions; do
14469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14470 ac_cv_prog_ac_ct_CC="gcc"
14471 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14472 break 2
14473 fi
14474 done
14475 done
14476 IFS=$as_save_IFS
14477
14478 fi
14479 fi
14480 ac_ct_CC=$ac_cv_prog_ac_ct_CC
14481 if test -n "$ac_ct_CC"; then
14482 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
14483 echo "${ECHO_T}$ac_ct_CC" >&6; }
14484 else
14485 { echo "$as_me:$LINENO: result: no" >&5
14486 echo "${ECHO_T}no" >&6; }
14487 fi
14488
14489 if test "x$ac_ct_CC" = x; then
14490 CC=""
14491 else
14492 case $cross_compiling:$ac_tool_warned in
14493 yes:)
14494 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
14495 whose name does not start with the host triplet. If you think this
14496 configuration is useful to you, please write to autoconf@gnu.org." >&5
14497 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
14498 whose name does not start with the host triplet. If you think this
14499 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
14500 ac_tool_warned=yes ;;
14501 esac
14502 CC=$ac_ct_CC
14503 fi
14504 else
14505 CC="$ac_cv_prog_CC"
14506 fi
14507
14508 if test -z "$CC"; then
14509 if test -n "$ac_tool_prefix"; then
14510 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
14511 set dummy ${ac_tool_prefix}cc; ac_word=$2
14512 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14514 if test "${ac_cv_prog_CC+set}" = set; then
14515 echo $ECHO_N "(cached) $ECHO_C" >&6
14516 else
14517 if test -n "$CC"; then
14518 ac_cv_prog_CC="$CC" # Let the user override the test.
14519 else
14520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14521 for as_dir in $PATH
14522 do
14523 IFS=$as_save_IFS
14524 test -z "$as_dir" && as_dir=.
14525 for ac_exec_ext in '' $ac_executable_extensions; do
14526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14527 ac_cv_prog_CC="${ac_tool_prefix}cc"
14528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14529 break 2
14530 fi
14531 done
14532 done
14533 IFS=$as_save_IFS
14534
14535 fi
14536 fi
14537 CC=$ac_cv_prog_CC
14538 if test -n "$CC"; then
14539 { echo "$as_me:$LINENO: result: $CC" >&5
14540 echo "${ECHO_T}$CC" >&6; }
14541 else
14542 { echo "$as_me:$LINENO: result: no" >&5
14543 echo "${ECHO_T}no" >&6; }
14544 fi
14545
14546
14547 fi
14548 fi
14549 if test -z "$CC"; then
14550 # Extract the first word of "cc", so it can be a program name with args.
14551 set dummy cc; ac_word=$2
14552 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14553 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14554 if test "${ac_cv_prog_CC+set}" = set; then
14555 echo $ECHO_N "(cached) $ECHO_C" >&6
14556 else
14557 if test -n "$CC"; then
14558 ac_cv_prog_CC="$CC" # Let the user override the test.
14559 else
14560 ac_prog_rejected=no
14561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14562 for as_dir in $PATH
14563 do
14564 IFS=$as_save_IFS
14565 test -z "$as_dir" && as_dir=.
14566 for ac_exec_ext in '' $ac_executable_extensions; do
14567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14568 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
14569 ac_prog_rejected=yes
14570 continue
14571 fi
14572 ac_cv_prog_CC="cc"
14573 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14574 break 2
14575 fi
14576 done
14577 done
14578 IFS=$as_save_IFS
14579
14580 if test $ac_prog_rejected = yes; then
14581 # We found a bogon in the path, so make sure we never use it.
14582 set dummy $ac_cv_prog_CC
14583 shift
14584 if test $# != 0; then
14585 # We chose a different compiler from the bogus one.
14586 # However, it has the same basename, so the bogon will be chosen
14587 # first if we set CC to just the basename; use the full file name.
14588 shift
14589 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
14590 fi
14591 fi
14592 fi
14593 fi
14594 CC=$ac_cv_prog_CC
14595 if test -n "$CC"; then
14596 { echo "$as_me:$LINENO: result: $CC" >&5
14597 echo "${ECHO_T}$CC" >&6; }
14598 else
14599 { echo "$as_me:$LINENO: result: no" >&5
14600 echo "${ECHO_T}no" >&6; }
14601 fi
14602
14603
14604 fi
14605 if test -z "$CC"; then
14606 if test -n "$ac_tool_prefix"; then
14607 for ac_prog in cl.exe
14608 do
14609 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
14610 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
14611 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14612 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14613 if test "${ac_cv_prog_CC+set}" = set; then
14614 echo $ECHO_N "(cached) $ECHO_C" >&6
14615 else
14616 if test -n "$CC"; then
14617 ac_cv_prog_CC="$CC" # Let the user override the test.
14618 else
14619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14620 for as_dir in $PATH
14621 do
14622 IFS=$as_save_IFS
14623 test -z "$as_dir" && as_dir=.
14624 for ac_exec_ext in '' $ac_executable_extensions; do
14625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14626 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
14627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14628 break 2
14629 fi
14630 done
14631 done
14632 IFS=$as_save_IFS
14633
14634 fi
14635 fi
14636 CC=$ac_cv_prog_CC
14637 if test -n "$CC"; then
14638 { echo "$as_me:$LINENO: result: $CC" >&5
14639 echo "${ECHO_T}$CC" >&6; }
14640 else
14641 { echo "$as_me:$LINENO: result: no" >&5
14642 echo "${ECHO_T}no" >&6; }
14643 fi
14644
14645
14646 test -n "$CC" && break
14647 done
14648 fi
14649 if test -z "$CC"; then
14650 ac_ct_CC=$CC
14651 for ac_prog in cl.exe
14652 do
14653 # Extract the first word of "$ac_prog", so it can be a program name with args.
14654 set dummy $ac_prog; ac_word=$2
14655 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14656 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14657 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
14658 echo $ECHO_N "(cached) $ECHO_C" >&6
14659 else
14660 if test -n "$ac_ct_CC"; then
14661 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
14662 else
14663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14664 for as_dir in $PATH
14665 do
14666 IFS=$as_save_IFS
14667 test -z "$as_dir" && as_dir=.
14668 for ac_exec_ext in '' $ac_executable_extensions; do
14669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14670 ac_cv_prog_ac_ct_CC="$ac_prog"
14671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14672 break 2
14673 fi
14674 done
14675 done
14676 IFS=$as_save_IFS
14677
14678 fi
14679 fi
14680 ac_ct_CC=$ac_cv_prog_ac_ct_CC
14681 if test -n "$ac_ct_CC"; then
14682 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
14683 echo "${ECHO_T}$ac_ct_CC" >&6; }
14684 else
14685 { echo "$as_me:$LINENO: result: no" >&5
14686 echo "${ECHO_T}no" >&6; }
14687 fi
14688
14689
14690 test -n "$ac_ct_CC" && break
14691 done
14692
14693 if test "x$ac_ct_CC" = x; then
14694 CC=""
14695 else
14696 case $cross_compiling:$ac_tool_warned in
14697 yes:)
14698 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
14699 whose name does not start with the host triplet. If you think this
14700 configuration is useful to you, please write to autoconf@gnu.org." >&5
14701 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
14702 whose name does not start with the host triplet. If you think this
14703 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
14704 ac_tool_warned=yes ;;
14705 esac
14706 CC=$ac_ct_CC
14707 fi
14708 fi
14709
14710 fi
14711
14712
14713 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
14714 See \`config.log' for more details." >&5
14715 echo "$as_me: error: no acceptable C compiler found in \$PATH
14716 See \`config.log' for more details." >&2;}
14717 { (exit 1); exit 1; }; }
14718
14719 # Provide some information about the compiler.
14720 echo "$as_me:$LINENO: checking for C compiler version" >&5
14721 ac_compiler=`set X $ac_compile; echo $2`
14722 { (ac_try="$ac_compiler --version >&5"
14723 case "(($ac_try" in
14724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14725 *) ac_try_echo=$ac_try;;
14726 esac
14727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14728 (eval "$ac_compiler --version >&5") 2>&5
14729 ac_status=$?
14730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14731 (exit $ac_status); }
14732 { (ac_try="$ac_compiler -v >&5"
14733 case "(($ac_try" in
14734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14735 *) ac_try_echo=$ac_try;;
14736 esac
14737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14738 (eval "$ac_compiler -v >&5") 2>&5
14739 ac_status=$?
14740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14741 (exit $ac_status); }
14742 { (ac_try="$ac_compiler -V >&5"
14743 case "(($ac_try" in
14744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14745 *) ac_try_echo=$ac_try;;
14746 esac
14747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14748 (eval "$ac_compiler -V >&5") 2>&5
14749 ac_status=$?
14750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14751 (exit $ac_status); }
14752
14753 cat >conftest.$ac_ext <<_ACEOF
14754 /* confdefs.h. */
14755 _ACEOF
14756 cat confdefs.h >>conftest.$ac_ext
14757 cat >>conftest.$ac_ext <<_ACEOF
14758 /* end confdefs.h. */
14759
14760 int
14761 main ()
14762 {
14763
14764 ;
14765 return 0;
14766 }
14767 _ACEOF
14768 ac_clean_files_save=$ac_clean_files
14769 ac_clean_files="$ac_clean_files a.out a.exe b.out"
14770 # Try to create an executable without -o first, disregard a.out.
14771 # It will help us diagnose broken compilers, and finding out an intuition
14772 # of exeext.
14773 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
14774 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
14775 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
14776 #
14777 # List of possible output files, starting from the most likely.
14778 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
14779 # only as a last resort. b.out is created by i960 compilers.
14780 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
14781 #
14782 # The IRIX 6 linker writes into existing files which may not be
14783 # executable, retaining their permissions. Remove them first so a
14784 # subsequent execution test works.
14785 ac_rmfiles=
14786 for ac_file in $ac_files
14787 do
14788 case $ac_file in
14789 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
14790 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
14791 esac
14792 done
14793 rm -f $ac_rmfiles
14794
14795 if { (ac_try="$ac_link_default"
14796 case "(($ac_try" in
14797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14798 *) ac_try_echo=$ac_try;;
14799 esac
14800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14801 (eval "$ac_link_default") 2>&5
14802 ac_status=$?
14803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14804 (exit $ac_status); }; then
14805 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
14806 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
14807 # in a Makefile. We should not override ac_cv_exeext if it was cached,
14808 # so that the user can short-circuit this test for compilers unknown to
14809 # Autoconf.
14810 for ac_file in $ac_files ''
14811 do
14812 test -f "$ac_file" || continue
14813 case $ac_file in
14814 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
14815 ;;
14816 [ab].out )
14817 # We found the default executable, but exeext='' is most
14818 # certainly right.
14819 break;;
14820 *.* )
14821 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
14822 then :; else
14823 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
14824 fi
14825 # We set ac_cv_exeext here because the later test for it is not
14826 # safe: cross compilers may not add the suffix if given an `-o'
14827 # argument, so we may need to know it at that point already.
14828 # Even if this section looks crufty: it has the advantage of
14829 # actually working.
14830 break;;
14831 * )
14832 break;;
14833 esac
14834 done
14835 test "$ac_cv_exeext" = no && ac_cv_exeext=
14836
14837 else
14838 ac_file=''
14839 fi
14840
14841 { echo "$as_me:$LINENO: result: $ac_file" >&5
14842 echo "${ECHO_T}$ac_file" >&6; }
14843 if test -z "$ac_file"; then
14844 echo "$as_me: failed program was:" >&5
14845 sed 's/^/| /' conftest.$ac_ext >&5
14846
14847 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
14848 See \`config.log' for more details." >&5
14849 echo "$as_me: error: C compiler cannot create executables
14850 See \`config.log' for more details." >&2;}
14851 { (exit 77); exit 77; }; }
14852 fi
14853
14854 ac_exeext=$ac_cv_exeext
14855
14856 # Check that the compiler produces executables we can run. If not, either
14857 # the compiler is broken, or we cross compile.
14858 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
14859 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
14860 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
14861 # If not cross compiling, check that we can run a simple program.
14862 if test "$cross_compiling" != yes; then
14863 if { ac_try='./$ac_file'
14864 { (case "(($ac_try" in
14865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14866 *) ac_try_echo=$ac_try;;
14867 esac
14868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14869 (eval "$ac_try") 2>&5
14870 ac_status=$?
14871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14872 (exit $ac_status); }; }; then
14873 cross_compiling=no
14874 else
14875 if test "$cross_compiling" = maybe; then
14876 cross_compiling=yes
14877 else
14878 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
14879 If you meant to cross compile, use \`--host'.
14880 See \`config.log' for more details." >&5
14881 echo "$as_me: error: cannot run C compiled programs.
14882 If you meant to cross compile, use \`--host'.
14883 See \`config.log' for more details." >&2;}
14884 { (exit 1); exit 1; }; }
14885 fi
14886 fi
14887 fi
14888 { echo "$as_me:$LINENO: result: yes" >&5
14889 echo "${ECHO_T}yes" >&6; }
14890
14891 rm -f a.out a.exe conftest$ac_cv_exeext b.out
14892 ac_clean_files=$ac_clean_files_save
14893 # Check that the compiler produces executables we can run. If not, either
14894 # the compiler is broken, or we cross compile.
14895 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
14896 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
14897 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
14898 echo "${ECHO_T}$cross_compiling" >&6; }
14899
14900 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
14901 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
14902 if { (ac_try="$ac_link"
14903 case "(($ac_try" in
14904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14905 *) ac_try_echo=$ac_try;;
14906 esac
14907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14908 (eval "$ac_link") 2>&5
14909 ac_status=$?
14910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14911 (exit $ac_status); }; then
14912 # If both `conftest.exe' and `conftest' are `present' (well, observable)
14913 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
14914 # work properly (i.e., refer to `conftest.exe'), while it won't with
14915 # `rm'.
14916 for ac_file in conftest.exe conftest conftest.*; do
14917 test -f "$ac_file" || continue
14918 case $ac_file in
14919 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
14920 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
14921 break;;
14922 * ) break;;
14923 esac
14924 done
14925 else
14926 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
14927 See \`config.log' for more details." >&5
14928 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
14929 See \`config.log' for more details." >&2;}
14930 { (exit 1); exit 1; }; }
14931 fi
14932
14933 rm -f conftest$ac_cv_exeext
14934 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
14935 echo "${ECHO_T}$ac_cv_exeext" >&6; }
14936
14937 rm -f conftest.$ac_ext
14938 EXEEXT=$ac_cv_exeext
14939 ac_exeext=$EXEEXT
14940 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
14941 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
14942 if test "${ac_cv_objext+set}" = set; then
14943 echo $ECHO_N "(cached) $ECHO_C" >&6
14944 else
14945 cat >conftest.$ac_ext <<_ACEOF
14946 /* confdefs.h. */
14947 _ACEOF
14948 cat confdefs.h >>conftest.$ac_ext
14949 cat >>conftest.$ac_ext <<_ACEOF
14950 /* end confdefs.h. */
14951
14952 int
14953 main ()
14954 {
14955
14956 ;
14957 return 0;
14958 }
14959 _ACEOF
14960 rm -f conftest.o conftest.obj
14961 if { (ac_try="$ac_compile"
14962 case "(($ac_try" in
14963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14964 *) ac_try_echo=$ac_try;;
14965 esac
14966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14967 (eval "$ac_compile") 2>&5
14968 ac_status=$?
14969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14970 (exit $ac_status); }; then
14971 for ac_file in conftest.o conftest.obj conftest.*; do
14972 test -f "$ac_file" || continue;
14973 case $ac_file in
14974 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
14975 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
14976 break;;
14977 esac
14978 done
14979 else
14980 echo "$as_me: failed program was:" >&5
14981 sed 's/^/| /' conftest.$ac_ext >&5
14982
14983 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
14984 See \`config.log' for more details." >&5
14985 echo "$as_me: error: cannot compute suffix of object files: cannot compile
14986 See \`config.log' for more details." >&2;}
14987 { (exit 1); exit 1; }; }
14988 fi
14989
14990 rm -f conftest.$ac_cv_objext conftest.$ac_ext
14991 fi
14992 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
14993 echo "${ECHO_T}$ac_cv_objext" >&6; }
14994 OBJEXT=$ac_cv_objext
14995 ac_objext=$OBJEXT
14996 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
14997 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
14998 if test "${ac_cv_c_compiler_gnu+set}" = set; then
14999 echo $ECHO_N "(cached) $ECHO_C" >&6
15000 else
15001 cat >conftest.$ac_ext <<_ACEOF
15002 /* confdefs.h. */
15003 _ACEOF
15004 cat confdefs.h >>conftest.$ac_ext
15005 cat >>conftest.$ac_ext <<_ACEOF
15006 /* end confdefs.h. */
15007
15008 int
15009 main ()
15010 {
15011 #ifndef __GNUC__
15012 choke me
15013 #endif
15014
15015 ;
15016 return 0;
15017 }
15018 _ACEOF
15019 rm -f conftest.$ac_objext
15020 if { (ac_try="$ac_compile"
15021 case "(($ac_try" in
15022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15023 *) ac_try_echo=$ac_try;;
15024 esac
15025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15026 (eval "$ac_compile") 2>conftest.er1
15027 ac_status=$?
15028 grep -v '^ *+' conftest.er1 >conftest.err
15029 rm -f conftest.er1
15030 cat conftest.err >&5
15031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15032 (exit $ac_status); } && {
15033 test -z "$ac_c_werror_flag" ||
15034 test ! -s conftest.err
15035 } && test -s conftest.$ac_objext; then
15036 ac_compiler_gnu=yes
15037 else
15038 echo "$as_me: failed program was:" >&5
15039 sed 's/^/| /' conftest.$ac_ext >&5
15040
15041 ac_compiler_gnu=no
15042 fi
15043
15044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15045 ac_cv_c_compiler_gnu=$ac_compiler_gnu
15046
15047 fi
15048 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
15049 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
15050 GCC=`test $ac_compiler_gnu = yes && echo yes`
15051 ac_test_CFLAGS=${CFLAGS+set}
15052 ac_save_CFLAGS=$CFLAGS
15053 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
15054 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
15055 if test "${ac_cv_prog_cc_g+set}" = set; then
15056 echo $ECHO_N "(cached) $ECHO_C" >&6
15057 else
15058 ac_save_c_werror_flag=$ac_c_werror_flag
15059 ac_c_werror_flag=yes
15060 ac_cv_prog_cc_g=no
15061 CFLAGS="-g"
15062 cat >conftest.$ac_ext <<_ACEOF
15063 /* confdefs.h. */
15064 _ACEOF
15065 cat confdefs.h >>conftest.$ac_ext
15066 cat >>conftest.$ac_ext <<_ACEOF
15067 /* end confdefs.h. */
15068
15069 int
15070 main ()
15071 {
15072
15073 ;
15074 return 0;
15075 }
15076 _ACEOF
15077 rm -f conftest.$ac_objext
15078 if { (ac_try="$ac_compile"
15079 case "(($ac_try" in
15080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15081 *) ac_try_echo=$ac_try;;
15082 esac
15083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15084 (eval "$ac_compile") 2>conftest.er1
15085 ac_status=$?
15086 grep -v '^ *+' conftest.er1 >conftest.err
15087 rm -f conftest.er1
15088 cat conftest.err >&5
15089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15090 (exit $ac_status); } && {
15091 test -z "$ac_c_werror_flag" ||
15092 test ! -s conftest.err
15093 } && test -s conftest.$ac_objext; then
15094 ac_cv_prog_cc_g=yes
15095 else
15096 echo "$as_me: failed program was:" >&5
15097 sed 's/^/| /' conftest.$ac_ext >&5
15098
15099 CFLAGS=""
15100 cat >conftest.$ac_ext <<_ACEOF
15101 /* confdefs.h. */
15102 _ACEOF
15103 cat confdefs.h >>conftest.$ac_ext
15104 cat >>conftest.$ac_ext <<_ACEOF
15105 /* end confdefs.h. */
15106
15107 int
15108 main ()
15109 {
15110
15111 ;
15112 return 0;
15113 }
15114 _ACEOF
15115 rm -f conftest.$ac_objext
15116 if { (ac_try="$ac_compile"
15117 case "(($ac_try" in
15118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15119 *) ac_try_echo=$ac_try;;
15120 esac
15121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15122 (eval "$ac_compile") 2>conftest.er1
15123 ac_status=$?
15124 grep -v '^ *+' conftest.er1 >conftest.err
15125 rm -f conftest.er1
15126 cat conftest.err >&5
15127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15128 (exit $ac_status); } && {
15129 test -z "$ac_c_werror_flag" ||
15130 test ! -s conftest.err
15131 } && test -s conftest.$ac_objext; then
15132 :
15133 else
15134 echo "$as_me: failed program was:" >&5
15135 sed 's/^/| /' conftest.$ac_ext >&5
15136
15137 ac_c_werror_flag=$ac_save_c_werror_flag
15138 CFLAGS="-g"
15139 cat >conftest.$ac_ext <<_ACEOF
15140 /* confdefs.h. */
15141 _ACEOF
15142 cat confdefs.h >>conftest.$ac_ext
15143 cat >>conftest.$ac_ext <<_ACEOF
15144 /* end confdefs.h. */
15145
15146 int
15147 main ()
15148 {
15149
15150 ;
15151 return 0;
15152 }
15153 _ACEOF
15154 rm -f conftest.$ac_objext
15155 if { (ac_try="$ac_compile"
15156 case "(($ac_try" in
15157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15158 *) ac_try_echo=$ac_try;;
15159 esac
15160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15161 (eval "$ac_compile") 2>conftest.er1
15162 ac_status=$?
15163 grep -v '^ *+' conftest.er1 >conftest.err
15164 rm -f conftest.er1
15165 cat conftest.err >&5
15166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15167 (exit $ac_status); } && {
15168 test -z "$ac_c_werror_flag" ||
15169 test ! -s conftest.err
15170 } && test -s conftest.$ac_objext; then
15171 ac_cv_prog_cc_g=yes
15172 else
15173 echo "$as_me: failed program was:" >&5
15174 sed 's/^/| /' conftest.$ac_ext >&5
15175
15176
15177 fi
15178
15179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15180 fi
15181
15182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15183 fi
15184
15185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15186 ac_c_werror_flag=$ac_save_c_werror_flag
15187 fi
15188 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
15189 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
15190 if test "$ac_test_CFLAGS" = set; then
15191 CFLAGS=$ac_save_CFLAGS
15192 elif test $ac_cv_prog_cc_g = yes; then
15193 if test "$GCC" = yes; then
15194 CFLAGS="-g -O2"
15195 else
15196 CFLAGS="-g"
15197 fi
15198 else
15199 if test "$GCC" = yes; then
15200 CFLAGS="-O2"
15201 else
15202 CFLAGS=
15203 fi
15204 fi
15205 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
15206 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
15207 if test "${ac_cv_prog_cc_c89+set}" = set; then
15208 echo $ECHO_N "(cached) $ECHO_C" >&6
15209 else
15210 ac_cv_prog_cc_c89=no
15211 ac_save_CC=$CC
15212 cat >conftest.$ac_ext <<_ACEOF
15213 /* confdefs.h. */
15214 _ACEOF
15215 cat confdefs.h >>conftest.$ac_ext
15216 cat >>conftest.$ac_ext <<_ACEOF
15217 /* end confdefs.h. */
15218 #include <stdarg.h>
15219 #include <stdio.h>
15220 #include <sys/types.h>
15221 #include <sys/stat.h>
15222 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
15223 struct buf { int x; };
15224 FILE * (*rcsopen) (struct buf *, struct stat *, int);
15225 static char *e (p, i)
15226 char **p;
15227 int i;
15228 {
15229 return p[i];
15230 }
15231 static char *f (char * (*g) (char **, int), char **p, ...)
15232 {
15233 char *s;
15234 va_list v;
15235 va_start (v,p);
15236 s = g (p, va_arg (v,int));
15237 va_end (v);
15238 return s;
15239 }
15240
15241 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
15242 function prototypes and stuff, but not '\xHH' hex character constants.
15243 These don't provoke an error unfortunately, instead are silently treated
15244 as 'x'. The following induces an error, until -std is added to get
15245 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
15246 array size at least. It's necessary to write '\x00'==0 to get something
15247 that's true only with -std. */
15248 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
15249
15250 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
15251 inside strings and character constants. */
15252 #define FOO(x) 'x'
15253 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
15254
15255 int test (int i, double x);
15256 struct s1 {int (*f) (int a);};
15257 struct s2 {int (*f) (double a);};
15258 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
15259 int argc;
15260 char **argv;
15261 int
15262 main ()
15263 {
15264 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
15265 ;
15266 return 0;
15267 }
15268 _ACEOF
15269 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
15270 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
15271 do
15272 CC="$ac_save_CC $ac_arg"
15273 rm -f conftest.$ac_objext
15274 if { (ac_try="$ac_compile"
15275 case "(($ac_try" in
15276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15277 *) ac_try_echo=$ac_try;;
15278 esac
15279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15280 (eval "$ac_compile") 2>conftest.er1
15281 ac_status=$?
15282 grep -v '^ *+' conftest.er1 >conftest.err
15283 rm -f conftest.er1
15284 cat conftest.err >&5
15285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15286 (exit $ac_status); } && {
15287 test -z "$ac_c_werror_flag" ||
15288 test ! -s conftest.err
15289 } && test -s conftest.$ac_objext; then
15290 ac_cv_prog_cc_c89=$ac_arg
15291 else
15292 echo "$as_me: failed program was:" >&5
15293 sed 's/^/| /' conftest.$ac_ext >&5
15294
15295
15296 fi
15297
15298 rm -f core conftest.err conftest.$ac_objext
15299 test "x$ac_cv_prog_cc_c89" != "xno" && break
15300 done
15301 rm -f conftest.$ac_ext
15302 CC=$ac_save_CC
15303
15304 fi
15305 # AC_CACHE_VAL
15306 case "x$ac_cv_prog_cc_c89" in
15307 x)
15308 { echo "$as_me:$LINENO: result: none needed" >&5
15309 echo "${ECHO_T}none needed" >&6; } ;;
15310 xno)
15311 { echo "$as_me:$LINENO: result: unsupported" >&5
15312 echo "${ECHO_T}unsupported" >&6; } ;;
15313 *)
15314 CC="$CC $ac_cv_prog_cc_c89"
15315 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
15316 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
15317 esac
15318
15319
15320 ac_ext=c
15321 ac_cpp='$CPP $CPPFLAGS'
15322 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15323 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15324 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15325
15326
15327
15328
15329
15330
15331
15332
15333 ac_ext=c
15334 ac_cpp='$CPP $CPPFLAGS'
15335 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15336 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15337 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15338
15339 { echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
15340 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6; }
15341 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
15342 echo $ECHO_N "(cached) $ECHO_C" >&6
15343 else
15344 cat >conftest.$ac_ext <<_ACEOF
15345 /* confdefs.h. */
15346 _ACEOF
15347 cat confdefs.h >>conftest.$ac_ext
15348 cat >>conftest.$ac_ext <<_ACEOF
15349 /* end confdefs.h. */
15350
15351 int
15352 main ()
15353 {
15354
15355 #ifndef __INTEL_COMPILER
15356 choke me
15357 #endif
15358
15359 ;
15360 return 0;
15361 }
15362 _ACEOF
15363 rm -f conftest.$ac_objext
15364 if { (ac_try="$ac_compile"
15365 case "(($ac_try" in
15366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15367 *) ac_try_echo=$ac_try;;
15368 esac
15369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15370 (eval "$ac_compile") 2>conftest.er1
15371 ac_status=$?
15372 grep -v '^ *+' conftest.er1 >conftest.err
15373 rm -f conftest.er1
15374 cat conftest.err >&5
15375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15376 (exit $ac_status); } && {
15377 test -z "$ac_c_werror_flag" ||
15378 test ! -s conftest.err
15379 } && test -s conftest.$ac_objext; then
15380 bakefile_cv_c_compiler___INTEL_COMPILER=yes
15381 else
15382 echo "$as_me: failed program was:" >&5
15383 sed 's/^/| /' conftest.$ac_ext >&5
15384
15385 bakefile_cv_c_compiler___INTEL_COMPILER=no
15386
15387 fi
15388
15389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15390
15391
15392 fi
15393 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
15394 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
15395 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
15396 :; INTELCC=yes
15397 else
15398 :;
15399 fi
15400 ac_ext=c
15401 ac_cpp='$CPP $CPPFLAGS'
15402 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15403 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15404 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15405
15406
15407
15408
15409 if test "$INTELCC" = "yes"; then
15410
15411
15412 ac_ext=c
15413 ac_cpp='$CPP $CPPFLAGS'
15414 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15415 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15416 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15417
15418 { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v8 or later" >&5
15419 echo $ECHO_N "checking whether we are using Intel C compiler v8 or later... $ECHO_C" >&6; }
15420 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_800+set}" = set; then
15421 echo $ECHO_N "(cached) $ECHO_C" >&6
15422 else
15423 cat >conftest.$ac_ext <<_ACEOF
15424 /* confdefs.h. */
15425 _ACEOF
15426 cat confdefs.h >>conftest.$ac_ext
15427 cat >>conftest.$ac_ext <<_ACEOF
15428 /* end confdefs.h. */
15429
15430 int
15431 main ()
15432 {
15433
15434 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
15435 choke me
15436 #endif
15437
15438 ;
15439 return 0;
15440 }
15441 _ACEOF
15442 rm -f conftest.$ac_objext
15443 if { (ac_try="$ac_compile"
15444 case "(($ac_try" in
15445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15446 *) ac_try_echo=$ac_try;;
15447 esac
15448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15449 (eval "$ac_compile") 2>conftest.er1
15450 ac_status=$?
15451 grep -v '^ *+' conftest.er1 >conftest.err
15452 rm -f conftest.er1
15453 cat conftest.err >&5
15454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15455 (exit $ac_status); } && {
15456 test -z "$ac_c_werror_flag" ||
15457 test ! -s conftest.err
15458 } && test -s conftest.$ac_objext; then
15459 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=yes
15460 else
15461 echo "$as_me: failed program was:" >&5
15462 sed 's/^/| /' conftest.$ac_ext >&5
15463
15464 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=no
15465
15466 fi
15467
15468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15469
15470
15471 fi
15472 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&5
15473 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&6; }
15474 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
15475 :; INTELCC8=yes
15476 else
15477 :;
15478 fi
15479 ac_ext=c
15480 ac_cpp='$CPP $CPPFLAGS'
15481 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15482 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15483 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15484
15485
15486
15487
15488
15489 ac_ext=c
15490 ac_cpp='$CPP $CPPFLAGS'
15491 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15492 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15493 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15494
15495 { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v10 or later" >&5
15496 echo $ECHO_N "checking whether we are using Intel C compiler v10 or later... $ECHO_C" >&6; }
15497 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
15498 echo $ECHO_N "(cached) $ECHO_C" >&6
15499 else
15500 cat >conftest.$ac_ext <<_ACEOF
15501 /* confdefs.h. */
15502 _ACEOF
15503 cat confdefs.h >>conftest.$ac_ext
15504 cat >>conftest.$ac_ext <<_ACEOF
15505 /* end confdefs.h. */
15506
15507 int
15508 main ()
15509 {
15510
15511 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
15512 choke me
15513 #endif
15514
15515 ;
15516 return 0;
15517 }
15518 _ACEOF
15519 rm -f conftest.$ac_objext
15520 if { (ac_try="$ac_compile"
15521 case "(($ac_try" in
15522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15523 *) ac_try_echo=$ac_try;;
15524 esac
15525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15526 (eval "$ac_compile") 2>conftest.er1
15527 ac_status=$?
15528 grep -v '^ *+' conftest.er1 >conftest.err
15529 rm -f conftest.er1
15530 cat conftest.err >&5
15531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15532 (exit $ac_status); } && {
15533 test -z "$ac_c_werror_flag" ||
15534 test ! -s conftest.err
15535 } && test -s conftest.$ac_objext; then
15536 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=yes
15537 else
15538 echo "$as_me: failed program was:" >&5
15539 sed 's/^/| /' conftest.$ac_ext >&5
15540
15541 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=no
15542
15543 fi
15544
15545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15546
15547
15548 fi
15549 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&5
15550 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&6; }
15551 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
15552 :; INTELCC10=yes
15553 else
15554 :;
15555 fi
15556 ac_ext=c
15557 ac_cpp='$CPP $CPPFLAGS'
15558 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15559 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15560 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15561
15562
15563
15564 fi
15565
15566 if test "x$GCC" != "xyes"; then
15567 if test "xCC" = "xC"; then
15568 { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
15569 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
15570 if test "${bakefile_cv_c_exto+set}" = set; then
15571 echo $ECHO_N "(cached) $ECHO_C" >&6
15572 else
15573 cat >conftest.$ac_ext <<_ACEOF
15574 /* confdefs.h. */
15575 _ACEOF
15576 cat confdefs.h >>conftest.$ac_ext
15577 cat >>conftest.$ac_ext <<_ACEOF
15578 /* end confdefs.h. */
15579
15580 int
15581 main ()
15582 {
15583
15584 ;
15585 return 0;
15586 }
15587 _ACEOF
15588 rm -f conftest.$ac_objext conftest.$ac_ext.o
15589 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15590 (eval $ac_compile) 2>&5
15591 ac_status=$?
15592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15593 (exit $ac_status); }; then
15594 for ac_file in `(ls conftest.* 2>/dev/null)`; do
15595 case $ac_file in
15596 conftest.$ac_ext.o)
15597 bakefile_cv_c_exto="-ext o"
15598 ;;
15599 *)
15600 ;;
15601 esac
15602 done
15603 else
15604 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
15605 See \`config.log' for more details." >&5
15606 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
15607 See \`config.log' for more details." >&2;}
15608 { (exit 1); exit 1; }; }
15609
15610 fi
15611
15612 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
15613
15614 fi
15615 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
15616 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
15617 if test "x$bakefile_cv_c_exto" '!=' "x"; then
15618 if test "c" = "c"; then
15619 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
15620 fi
15621 if test "c" = "cxx"; then
15622 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
15623 fi
15624 fi
15625
15626 if test "x$bakefile_cv_c_exto" '!=' "x"; then
15627 unset ac_cv_prog_cc_g
15628 ac_test_CFLAGS=${CFLAGS+set}
15629 ac_save_CFLAGS=$CFLAGS
15630 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
15631 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
15632 if test "${ac_cv_prog_cc_g+set}" = set; then
15633 echo $ECHO_N "(cached) $ECHO_C" >&6
15634 else
15635 ac_save_c_werror_flag=$ac_c_werror_flag
15636 ac_c_werror_flag=yes
15637 ac_cv_prog_cc_g=no
15638 CFLAGS="-g"
15639 cat >conftest.$ac_ext <<_ACEOF
15640 /* confdefs.h. */
15641 _ACEOF
15642 cat confdefs.h >>conftest.$ac_ext
15643 cat >>conftest.$ac_ext <<_ACEOF
15644 /* end confdefs.h. */
15645
15646 int
15647 main ()
15648 {
15649
15650 ;
15651 return 0;
15652 }
15653 _ACEOF
15654 rm -f conftest.$ac_objext
15655 if { (ac_try="$ac_compile"
15656 case "(($ac_try" in
15657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15658 *) ac_try_echo=$ac_try;;
15659 esac
15660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15661 (eval "$ac_compile") 2>conftest.er1
15662 ac_status=$?
15663 grep -v '^ *+' conftest.er1 >conftest.err
15664 rm -f conftest.er1
15665 cat conftest.err >&5
15666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15667 (exit $ac_status); } && {
15668 test -z "$ac_c_werror_flag" ||
15669 test ! -s conftest.err
15670 } && test -s conftest.$ac_objext; then
15671 ac_cv_prog_cc_g=yes
15672 else
15673 echo "$as_me: failed program was:" >&5
15674 sed 's/^/| /' conftest.$ac_ext >&5
15675
15676 CFLAGS=""
15677 cat >conftest.$ac_ext <<_ACEOF
15678 /* confdefs.h. */
15679 _ACEOF
15680 cat confdefs.h >>conftest.$ac_ext
15681 cat >>conftest.$ac_ext <<_ACEOF
15682 /* end confdefs.h. */
15683
15684 int
15685 main ()
15686 {
15687
15688 ;
15689 return 0;
15690 }
15691 _ACEOF
15692 rm -f conftest.$ac_objext
15693 if { (ac_try="$ac_compile"
15694 case "(($ac_try" in
15695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15696 *) ac_try_echo=$ac_try;;
15697 esac
15698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15699 (eval "$ac_compile") 2>conftest.er1
15700 ac_status=$?
15701 grep -v '^ *+' conftest.er1 >conftest.err
15702 rm -f conftest.er1
15703 cat conftest.err >&5
15704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15705 (exit $ac_status); } && {
15706 test -z "$ac_c_werror_flag" ||
15707 test ! -s conftest.err
15708 } && test -s conftest.$ac_objext; then
15709 :
15710 else
15711 echo "$as_me: failed program was:" >&5
15712 sed 's/^/| /' conftest.$ac_ext >&5
15713
15714 ac_c_werror_flag=$ac_save_c_werror_flag
15715 CFLAGS="-g"
15716 cat >conftest.$ac_ext <<_ACEOF
15717 /* confdefs.h. */
15718 _ACEOF
15719 cat confdefs.h >>conftest.$ac_ext
15720 cat >>conftest.$ac_ext <<_ACEOF
15721 /* end confdefs.h. */
15722
15723 int
15724 main ()
15725 {
15726
15727 ;
15728 return 0;
15729 }
15730 _ACEOF
15731 rm -f conftest.$ac_objext
15732 if { (ac_try="$ac_compile"
15733 case "(($ac_try" in
15734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15735 *) ac_try_echo=$ac_try;;
15736 esac
15737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15738 (eval "$ac_compile") 2>conftest.er1
15739 ac_status=$?
15740 grep -v '^ *+' conftest.er1 >conftest.err
15741 rm -f conftest.er1
15742 cat conftest.err >&5
15743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15744 (exit $ac_status); } && {
15745 test -z "$ac_c_werror_flag" ||
15746 test ! -s conftest.err
15747 } && test -s conftest.$ac_objext; then
15748 ac_cv_prog_cc_g=yes
15749 else
15750 echo "$as_me: failed program was:" >&5
15751 sed 's/^/| /' conftest.$ac_ext >&5
15752
15753
15754 fi
15755
15756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15757 fi
15758
15759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15760 fi
15761
15762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15763 ac_c_werror_flag=$ac_save_c_werror_flag
15764 fi
15765 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
15766 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
15767 if test "$ac_test_CFLAGS" = set; then
15768 CFLAGS=$ac_save_CFLAGS
15769 elif test $ac_cv_prog_cc_g = yes; then
15770 if test "$GCC" = yes; then
15771 CFLAGS="-g -O2"
15772 else
15773 CFLAGS="-g"
15774 fi
15775 else
15776 if test "$GCC" = yes; then
15777 CFLAGS="-O2"
15778 else
15779 CFLAGS=
15780 fi
15781 fi
15782 fi
15783 fi
15784
15785 case `uname -s` in
15786 AIX*)
15787
15788
15789 ac_ext=c
15790 ac_cpp='$CPP $CPPFLAGS'
15791 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15792 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15793 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15794
15795 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
15796 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
15797 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
15798 echo $ECHO_N "(cached) $ECHO_C" >&6
15799 else
15800 cat >conftest.$ac_ext <<_ACEOF
15801 /* confdefs.h. */
15802 _ACEOF
15803 cat confdefs.h >>conftest.$ac_ext
15804 cat >>conftest.$ac_ext <<_ACEOF
15805 /* end confdefs.h. */
15806
15807 int
15808 main ()
15809 {
15810
15811 #ifndef __xlC__
15812 choke me
15813 #endif
15814
15815 ;
15816 return 0;
15817 }
15818 _ACEOF
15819 rm -f conftest.$ac_objext
15820 if { (ac_try="$ac_compile"
15821 case "(($ac_try" in
15822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15823 *) ac_try_echo=$ac_try;;
15824 esac
15825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15826 (eval "$ac_compile") 2>conftest.er1
15827 ac_status=$?
15828 grep -v '^ *+' conftest.er1 >conftest.err
15829 rm -f conftest.er1
15830 cat conftest.err >&5
15831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15832 (exit $ac_status); } && {
15833 test -z "$ac_c_werror_flag" ||
15834 test ! -s conftest.err
15835 } && test -s conftest.$ac_objext; then
15836 bakefile_cv_c_compiler___xlC__=yes
15837 else
15838 echo "$as_me: failed program was:" >&5
15839 sed 's/^/| /' conftest.$ac_ext >&5
15840
15841 bakefile_cv_c_compiler___xlC__=no
15842
15843 fi
15844
15845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15846
15847
15848 fi
15849 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
15850 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
15851 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
15852 :; XLCC=yes
15853 else
15854 :;
15855 fi
15856 ac_ext=c
15857 ac_cpp='$CPP $CPPFLAGS'
15858 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15859 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15860 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15861
15862
15863
15864 ;;
15865
15866 Darwin)
15867
15868
15869 ac_ext=c
15870 ac_cpp='$CPP $CPPFLAGS'
15871 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15872 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15873 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15874
15875 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
15876 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6; }
15877 if test "${bakefile_cv_c_compiler___MWERKS__+set}" = set; then
15878 echo $ECHO_N "(cached) $ECHO_C" >&6
15879 else
15880 cat >conftest.$ac_ext <<_ACEOF
15881 /* confdefs.h. */
15882 _ACEOF
15883 cat confdefs.h >>conftest.$ac_ext
15884 cat >>conftest.$ac_ext <<_ACEOF
15885 /* end confdefs.h. */
15886
15887 int
15888 main ()
15889 {
15890
15891 #ifndef __MWERKS__
15892 choke me
15893 #endif
15894
15895 ;
15896 return 0;
15897 }
15898 _ACEOF
15899 rm -f conftest.$ac_objext
15900 if { (ac_try="$ac_compile"
15901 case "(($ac_try" in
15902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15903 *) ac_try_echo=$ac_try;;
15904 esac
15905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15906 (eval "$ac_compile") 2>conftest.er1
15907 ac_status=$?
15908 grep -v '^ *+' conftest.er1 >conftest.err
15909 rm -f conftest.er1
15910 cat conftest.err >&5
15911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15912 (exit $ac_status); } && {
15913 test -z "$ac_c_werror_flag" ||
15914 test ! -s conftest.err
15915 } && test -s conftest.$ac_objext; then
15916 bakefile_cv_c_compiler___MWERKS__=yes
15917 else
15918 echo "$as_me: failed program was:" >&5
15919 sed 's/^/| /' conftest.$ac_ext >&5
15920
15921 bakefile_cv_c_compiler___MWERKS__=no
15922
15923 fi
15924
15925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15926
15927
15928 fi
15929 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___MWERKS__" >&5
15930 echo "${ECHO_T}$bakefile_cv_c_compiler___MWERKS__" >&6; }
15931 if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
15932 :; MWCC=yes
15933 else
15934 :;
15935 fi
15936 ac_ext=c
15937 ac_cpp='$CPP $CPPFLAGS'
15938 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15939 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15940 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15941
15942
15943
15944 if test "$MWCC" != "yes"; then
15945
15946
15947 ac_ext=c
15948 ac_cpp='$CPP $CPPFLAGS'
15949 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15950 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15951 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15952
15953 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
15954 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
15955 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
15956 echo $ECHO_N "(cached) $ECHO_C" >&6
15957 else
15958 cat >conftest.$ac_ext <<_ACEOF
15959 /* confdefs.h. */
15960 _ACEOF
15961 cat confdefs.h >>conftest.$ac_ext
15962 cat >>conftest.$ac_ext <<_ACEOF
15963 /* end confdefs.h. */
15964
15965 int
15966 main ()
15967 {
15968
15969 #ifndef __xlC__
15970 choke me
15971 #endif
15972
15973 ;
15974 return 0;
15975 }
15976 _ACEOF
15977 rm -f conftest.$ac_objext
15978 if { (ac_try="$ac_compile"
15979 case "(($ac_try" in
15980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15981 *) ac_try_echo=$ac_try;;
15982 esac
15983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15984 (eval "$ac_compile") 2>conftest.er1
15985 ac_status=$?
15986 grep -v '^ *+' conftest.er1 >conftest.err
15987 rm -f conftest.er1
15988 cat conftest.err >&5
15989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15990 (exit $ac_status); } && {
15991 test -z "$ac_c_werror_flag" ||
15992 test ! -s conftest.err
15993 } && test -s conftest.$ac_objext; then
15994 bakefile_cv_c_compiler___xlC__=yes
15995 else
15996 echo "$as_me: failed program was:" >&5
15997 sed 's/^/| /' conftest.$ac_ext >&5
15998
15999 bakefile_cv_c_compiler___xlC__=no
16000
16001 fi
16002
16003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16004
16005
16006 fi
16007 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
16008 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
16009 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
16010 :; XLCC=yes
16011 else
16012 :;
16013 fi
16014 ac_ext=c
16015 ac_cpp='$CPP $CPPFLAGS'
16016 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16017 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16018 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16019
16020
16021
16022 fi
16023 ;;
16024
16025 IRIX*)
16026
16027
16028 ac_ext=c
16029 ac_cpp='$CPP $CPPFLAGS'
16030 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16031 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16032 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16033
16034 { echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
16035 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6; }
16036 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
16037 echo $ECHO_N "(cached) $ECHO_C" >&6
16038 else
16039 cat >conftest.$ac_ext <<_ACEOF
16040 /* confdefs.h. */
16041 _ACEOF
16042 cat confdefs.h >>conftest.$ac_ext
16043 cat >>conftest.$ac_ext <<_ACEOF
16044 /* end confdefs.h. */
16045
16046 int
16047 main ()
16048 {
16049
16050 #ifndef _SGI_COMPILER_VERSION
16051 choke me
16052 #endif
16053
16054 ;
16055 return 0;
16056 }
16057 _ACEOF
16058 rm -f conftest.$ac_objext
16059 if { (ac_try="$ac_compile"
16060 case "(($ac_try" in
16061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16062 *) ac_try_echo=$ac_try;;
16063 esac
16064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16065 (eval "$ac_compile") 2>conftest.er1
16066 ac_status=$?
16067 grep -v '^ *+' conftest.er1 >conftest.err
16068 rm -f conftest.er1
16069 cat conftest.err >&5
16070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16071 (exit $ac_status); } && {
16072 test -z "$ac_c_werror_flag" ||
16073 test ! -s conftest.err
16074 } && test -s conftest.$ac_objext; then
16075 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
16076 else
16077 echo "$as_me: failed program was:" >&5
16078 sed 's/^/| /' conftest.$ac_ext >&5
16079
16080 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
16081
16082 fi
16083
16084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16085
16086
16087 fi
16088 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
16089 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
16090 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
16091 :; SGICC=yes
16092 else
16093 :;
16094 fi
16095 ac_ext=c
16096 ac_cpp='$CPP $CPPFLAGS'
16097 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16098 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16099 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16100
16101
16102
16103 ;;
16104
16105 Linux*)
16106 if test "$INTELCC" != "yes"; then
16107
16108
16109 ac_ext=c
16110 ac_cpp='$CPP $CPPFLAGS'
16111 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16112 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16113 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16114
16115 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
16116 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
16117 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
16118 echo $ECHO_N "(cached) $ECHO_C" >&6
16119 else
16120 cat >conftest.$ac_ext <<_ACEOF
16121 /* confdefs.h. */
16122 _ACEOF
16123 cat confdefs.h >>conftest.$ac_ext
16124 cat >>conftest.$ac_ext <<_ACEOF
16125 /* end confdefs.h. */
16126
16127 int
16128 main ()
16129 {
16130
16131 #ifndef __SUNPRO_C
16132 choke me
16133 #endif
16134
16135 ;
16136 return 0;
16137 }
16138 _ACEOF
16139 rm -f conftest.$ac_objext
16140 if { (ac_try="$ac_compile"
16141 case "(($ac_try" in
16142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16143 *) ac_try_echo=$ac_try;;
16144 esac
16145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16146 (eval "$ac_compile") 2>conftest.er1
16147 ac_status=$?
16148 grep -v '^ *+' conftest.er1 >conftest.err
16149 rm -f conftest.er1
16150 cat conftest.err >&5
16151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16152 (exit $ac_status); } && {
16153 test -z "$ac_c_werror_flag" ||
16154 test ! -s conftest.err
16155 } && test -s conftest.$ac_objext; then
16156 bakefile_cv_c_compiler___SUNPRO_C=yes
16157 else
16158 echo "$as_me: failed program was:" >&5
16159 sed 's/^/| /' conftest.$ac_ext >&5
16160
16161 bakefile_cv_c_compiler___SUNPRO_C=no
16162
16163 fi
16164
16165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16166
16167
16168 fi
16169 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
16170 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
16171 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
16172 :; SUNCC=yes
16173 else
16174 :;
16175 fi
16176 ac_ext=c
16177 ac_cpp='$CPP $CPPFLAGS'
16178 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16179 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16180 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16181
16182
16183
16184 fi
16185 ;;
16186
16187 HP-UX*)
16188
16189
16190 ac_ext=c
16191 ac_cpp='$CPP $CPPFLAGS'
16192 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16193 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16194 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16195
16196 { echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
16197 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6; }
16198 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
16199 echo $ECHO_N "(cached) $ECHO_C" >&6
16200 else
16201 cat >conftest.$ac_ext <<_ACEOF
16202 /* confdefs.h. */
16203 _ACEOF
16204 cat confdefs.h >>conftest.$ac_ext
16205 cat >>conftest.$ac_ext <<_ACEOF
16206 /* end confdefs.h. */
16207
16208 int
16209 main ()
16210 {
16211
16212 #ifndef __HP_cc
16213 choke me
16214 #endif
16215
16216 ;
16217 return 0;
16218 }
16219 _ACEOF
16220 rm -f conftest.$ac_objext
16221 if { (ac_try="$ac_compile"
16222 case "(($ac_try" in
16223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16224 *) ac_try_echo=$ac_try;;
16225 esac
16226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16227 (eval "$ac_compile") 2>conftest.er1
16228 ac_status=$?
16229 grep -v '^ *+' conftest.er1 >conftest.err
16230 rm -f conftest.er1
16231 cat conftest.err >&5
16232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16233 (exit $ac_status); } && {
16234 test -z "$ac_c_werror_flag" ||
16235 test ! -s conftest.err
16236 } && test -s conftest.$ac_objext; then
16237 bakefile_cv_c_compiler___HP_cc=yes
16238 else
16239 echo "$as_me: failed program was:" >&5
16240 sed 's/^/| /' conftest.$ac_ext >&5
16241
16242 bakefile_cv_c_compiler___HP_cc=no
16243
16244 fi
16245
16246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16247
16248
16249 fi
16250 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
16251 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6; }
16252 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
16253 :; HPCC=yes
16254 else
16255 :;
16256 fi
16257 ac_ext=c
16258 ac_cpp='$CPP $CPPFLAGS'
16259 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16260 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16261 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16262
16263
16264
16265 ;;
16266
16267 OSF1)
16268
16269
16270 ac_ext=c
16271 ac_cpp='$CPP $CPPFLAGS'
16272 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16273 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16274 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16275
16276 { echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
16277 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6; }
16278 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
16279 echo $ECHO_N "(cached) $ECHO_C" >&6
16280 else
16281 cat >conftest.$ac_ext <<_ACEOF
16282 /* confdefs.h. */
16283 _ACEOF
16284 cat confdefs.h >>conftest.$ac_ext
16285 cat >>conftest.$ac_ext <<_ACEOF
16286 /* end confdefs.h. */
16287
16288 int
16289 main ()
16290 {
16291
16292 #ifndef __DECC
16293 choke me
16294 #endif
16295
16296 ;
16297 return 0;
16298 }
16299 _ACEOF
16300 rm -f conftest.$ac_objext
16301 if { (ac_try="$ac_compile"
16302 case "(($ac_try" in
16303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16304 *) ac_try_echo=$ac_try;;
16305 esac
16306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16307 (eval "$ac_compile") 2>conftest.er1
16308 ac_status=$?
16309 grep -v '^ *+' conftest.er1 >conftest.err
16310 rm -f conftest.er1
16311 cat conftest.err >&5
16312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16313 (exit $ac_status); } && {
16314 test -z "$ac_c_werror_flag" ||
16315 test ! -s conftest.err
16316 } && test -s conftest.$ac_objext; then
16317 bakefile_cv_c_compiler___DECC=yes
16318 else
16319 echo "$as_me: failed program was:" >&5
16320 sed 's/^/| /' conftest.$ac_ext >&5
16321
16322 bakefile_cv_c_compiler___DECC=no
16323
16324 fi
16325
16326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16327
16328
16329 fi
16330 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
16331 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6; }
16332 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
16333 :; COMPAQCC=yes
16334 else
16335 :;
16336 fi
16337 ac_ext=c
16338 ac_cpp='$CPP $CPPFLAGS'
16339 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16340 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16341 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16342
16343
16344
16345 ;;
16346
16347 SunOS)
16348
16349
16350 ac_ext=c
16351 ac_cpp='$CPP $CPPFLAGS'
16352 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16353 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16354 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16355
16356 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
16357 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
16358 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
16359 echo $ECHO_N "(cached) $ECHO_C" >&6
16360 else
16361 cat >conftest.$ac_ext <<_ACEOF
16362 /* confdefs.h. */
16363 _ACEOF
16364 cat confdefs.h >>conftest.$ac_ext
16365 cat >>conftest.$ac_ext <<_ACEOF
16366 /* end confdefs.h. */
16367
16368 int
16369 main ()
16370 {
16371
16372 #ifndef __SUNPRO_C
16373 choke me
16374 #endif
16375
16376 ;
16377 return 0;
16378 }
16379 _ACEOF
16380 rm -f conftest.$ac_objext
16381 if { (ac_try="$ac_compile"
16382 case "(($ac_try" in
16383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16384 *) ac_try_echo=$ac_try;;
16385 esac
16386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16387 (eval "$ac_compile") 2>conftest.er1
16388 ac_status=$?
16389 grep -v '^ *+' conftest.er1 >conftest.err
16390 rm -f conftest.er1
16391 cat conftest.err >&5
16392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16393 (exit $ac_status); } && {
16394 test -z "$ac_c_werror_flag" ||
16395 test ! -s conftest.err
16396 } && test -s conftest.$ac_objext; then
16397 bakefile_cv_c_compiler___SUNPRO_C=yes
16398 else
16399 echo "$as_me: failed program was:" >&5
16400 sed 's/^/| /' conftest.$ac_ext >&5
16401
16402 bakefile_cv_c_compiler___SUNPRO_C=no
16403
16404 fi
16405
16406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16407
16408
16409 fi
16410 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
16411 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
16412 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
16413 :; SUNCC=yes
16414 else
16415 :;
16416 fi
16417 ac_ext=c
16418 ac_cpp='$CPP $CPPFLAGS'
16419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16422
16423
16424
16425 ;;
16426 esac
16427 fi
16428
16429
16430
16431 ac_ext=c
16432 ac_cpp='$CPP $CPPFLAGS'
16433 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16434 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16435 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16436 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
16437 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
16438 # On Suns, sometimes $CPP names a directory.
16439 if test -n "$CPP" && test -d "$CPP"; then
16440 CPP=
16441 fi
16442 if test -z "$CPP"; then
16443 if test "${ac_cv_prog_CPP+set}" = set; then
16444 echo $ECHO_N "(cached) $ECHO_C" >&6
16445 else
16446 # Double quotes because CPP needs to be expanded
16447 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
16448 do
16449 ac_preproc_ok=false
16450 for ac_c_preproc_warn_flag in '' yes
16451 do
16452 # Use a header file that comes with gcc, so configuring glibc
16453 # with a fresh cross-compiler works.
16454 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16455 # <limits.h> exists even on freestanding compilers.
16456 # On the NeXT, cc -E runs the code through the compiler's parser,
16457 # not just through cpp. "Syntax error" is here to catch this case.
16458 cat >conftest.$ac_ext <<_ACEOF
16459 /* confdefs.h. */
16460 _ACEOF
16461 cat confdefs.h >>conftest.$ac_ext
16462 cat >>conftest.$ac_ext <<_ACEOF
16463 /* end confdefs.h. */
16464 #ifdef __STDC__
16465 # include <limits.h>
16466 #else
16467 # include <assert.h>
16468 #endif
16469 Syntax error
16470 _ACEOF
16471 if { (ac_try="$ac_cpp conftest.$ac_ext"
16472 case "(($ac_try" in
16473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16474 *) ac_try_echo=$ac_try;;
16475 esac
16476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16477 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16478 ac_status=$?
16479 grep -v '^ *+' conftest.er1 >conftest.err
16480 rm -f conftest.er1
16481 cat conftest.err >&5
16482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16483 (exit $ac_status); } >/dev/null && {
16484 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16485 test ! -s conftest.err
16486 }; then
16487 :
16488 else
16489 echo "$as_me: failed program was:" >&5
16490 sed 's/^/| /' conftest.$ac_ext >&5
16491
16492 # Broken: fails on valid input.
16493 continue
16494 fi
16495
16496 rm -f conftest.err conftest.$ac_ext
16497
16498 # OK, works on sane cases. Now check whether nonexistent headers
16499 # can be detected and how.
16500 cat >conftest.$ac_ext <<_ACEOF
16501 /* confdefs.h. */
16502 _ACEOF
16503 cat confdefs.h >>conftest.$ac_ext
16504 cat >>conftest.$ac_ext <<_ACEOF
16505 /* end confdefs.h. */
16506 #include <ac_nonexistent.h>
16507 _ACEOF
16508 if { (ac_try="$ac_cpp conftest.$ac_ext"
16509 case "(($ac_try" in
16510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16511 *) ac_try_echo=$ac_try;;
16512 esac
16513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16514 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16515 ac_status=$?
16516 grep -v '^ *+' conftest.er1 >conftest.err
16517 rm -f conftest.er1
16518 cat conftest.err >&5
16519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16520 (exit $ac_status); } >/dev/null && {
16521 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16522 test ! -s conftest.err
16523 }; then
16524 # Broken: success on invalid input.
16525 continue
16526 else
16527 echo "$as_me: failed program was:" >&5
16528 sed 's/^/| /' conftest.$ac_ext >&5
16529
16530 # Passes both tests.
16531 ac_preproc_ok=:
16532 break
16533 fi
16534
16535 rm -f conftest.err conftest.$ac_ext
16536
16537 done
16538 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
16539 rm -f conftest.err conftest.$ac_ext
16540 if $ac_preproc_ok; then
16541 break
16542 fi
16543
16544 done
16545 ac_cv_prog_CPP=$CPP
16546
16547 fi
16548 CPP=$ac_cv_prog_CPP
16549 else
16550 ac_cv_prog_CPP=$CPP
16551 fi
16552 { echo "$as_me:$LINENO: result: $CPP" >&5
16553 echo "${ECHO_T}$CPP" >&6; }
16554 ac_preproc_ok=false
16555 for ac_c_preproc_warn_flag in '' yes
16556 do
16557 # Use a header file that comes with gcc, so configuring glibc
16558 # with a fresh cross-compiler works.
16559 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16560 # <limits.h> exists even on freestanding compilers.
16561 # On the NeXT, cc -E runs the code through the compiler's parser,
16562 # not just through cpp. "Syntax error" is here to catch this case.
16563 cat >conftest.$ac_ext <<_ACEOF
16564 /* confdefs.h. */
16565 _ACEOF
16566 cat confdefs.h >>conftest.$ac_ext
16567 cat >>conftest.$ac_ext <<_ACEOF
16568 /* end confdefs.h. */
16569 #ifdef __STDC__
16570 # include <limits.h>
16571 #else
16572 # include <assert.h>
16573 #endif
16574 Syntax error
16575 _ACEOF
16576 if { (ac_try="$ac_cpp conftest.$ac_ext"
16577 case "(($ac_try" in
16578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16579 *) ac_try_echo=$ac_try;;
16580 esac
16581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16582 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16583 ac_status=$?
16584 grep -v '^ *+' conftest.er1 >conftest.err
16585 rm -f conftest.er1
16586 cat conftest.err >&5
16587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16588 (exit $ac_status); } >/dev/null && {
16589 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16590 test ! -s conftest.err
16591 }; then
16592 :
16593 else
16594 echo "$as_me: failed program was:" >&5
16595 sed 's/^/| /' conftest.$ac_ext >&5
16596
16597 # Broken: fails on valid input.
16598 continue
16599 fi
16600
16601 rm -f conftest.err conftest.$ac_ext
16602
16603 # OK, works on sane cases. Now check whether nonexistent headers
16604 # can be detected and how.
16605 cat >conftest.$ac_ext <<_ACEOF
16606 /* confdefs.h. */
16607 _ACEOF
16608 cat confdefs.h >>conftest.$ac_ext
16609 cat >>conftest.$ac_ext <<_ACEOF
16610 /* end confdefs.h. */
16611 #include <ac_nonexistent.h>
16612 _ACEOF
16613 if { (ac_try="$ac_cpp conftest.$ac_ext"
16614 case "(($ac_try" in
16615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16616 *) ac_try_echo=$ac_try;;
16617 esac
16618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16619 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16620 ac_status=$?
16621 grep -v '^ *+' conftest.er1 >conftest.err
16622 rm -f conftest.er1
16623 cat conftest.err >&5
16624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16625 (exit $ac_status); } >/dev/null && {
16626 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16627 test ! -s conftest.err
16628 }; then
16629 # Broken: success on invalid input.
16630 continue
16631 else
16632 echo "$as_me: failed program was:" >&5
16633 sed 's/^/| /' conftest.$ac_ext >&5
16634
16635 # Passes both tests.
16636 ac_preproc_ok=:
16637 break
16638 fi
16639
16640 rm -f conftest.err conftest.$ac_ext
16641
16642 done
16643 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
16644 rm -f conftest.err conftest.$ac_ext
16645 if $ac_preproc_ok; then
16646 :
16647 else
16648 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
16649 See \`config.log' for more details." >&5
16650 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
16651 See \`config.log' for more details." >&2;}
16652 { (exit 1); exit 1; }; }
16653 fi
16654
16655 ac_ext=c
16656 ac_cpp='$CPP $CPPFLAGS'
16657 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16658 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16659 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16660
16661
16662 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
16663 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
16664 if test "${ac_cv_path_GREP+set}" = set; then
16665 echo $ECHO_N "(cached) $ECHO_C" >&6
16666 else
16667 # Extract the first word of "grep ggrep" to use in msg output
16668 if test -z "$GREP"; then
16669 set dummy grep ggrep; ac_prog_name=$2
16670 if test "${ac_cv_path_GREP+set}" = set; then
16671 echo $ECHO_N "(cached) $ECHO_C" >&6
16672 else
16673 ac_path_GREP_found=false
16674 # Loop through the user's path and test for each of PROGNAME-LIST
16675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16676 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
16677 do
16678 IFS=$as_save_IFS
16679 test -z "$as_dir" && as_dir=.
16680 for ac_prog in grep ggrep; do
16681 for ac_exec_ext in '' $ac_executable_extensions; do
16682 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
16683 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
16684 # Check for GNU ac_path_GREP and select it if it is found.
16685 # Check for GNU $ac_path_GREP
16686 case `"$ac_path_GREP" --version 2>&1` in
16687 *GNU*)
16688 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
16689 *)
16690 ac_count=0
16691 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
16692 while :
16693 do
16694 cat "conftest.in" "conftest.in" >"conftest.tmp"
16695 mv "conftest.tmp" "conftest.in"
16696 cp "conftest.in" "conftest.nl"
16697 echo 'GREP' >> "conftest.nl"
16698 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
16699 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
16700 ac_count=`expr $ac_count + 1`
16701 if test $ac_count -gt ${ac_path_GREP_max-0}; then
16702 # Best one so far, save it but keep looking for a better one
16703 ac_cv_path_GREP="$ac_path_GREP"
16704 ac_path_GREP_max=$ac_count
16705 fi
16706 # 10*(2^10) chars as input seems more than enough
16707 test $ac_count -gt 10 && break
16708 done
16709 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
16710 esac
16711
16712
16713 $ac_path_GREP_found && break 3
16714 done
16715 done
16716
16717 done
16718 IFS=$as_save_IFS
16719
16720
16721 fi
16722
16723 GREP="$ac_cv_path_GREP"
16724 if test -z "$GREP"; then
16725 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
16726 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
16727 { (exit 1); exit 1; }; }
16728 fi
16729
16730 else
16731 ac_cv_path_GREP=$GREP
16732 fi
16733
16734
16735 fi
16736 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
16737 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
16738 GREP="$ac_cv_path_GREP"
16739
16740
16741 { echo "$as_me:$LINENO: checking for egrep" >&5
16742 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
16743 if test "${ac_cv_path_EGREP+set}" = set; then
16744 echo $ECHO_N "(cached) $ECHO_C" >&6
16745 else
16746 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
16747 then ac_cv_path_EGREP="$GREP -E"
16748 else
16749 # Extract the first word of "egrep" to use in msg output
16750 if test -z "$EGREP"; then
16751 set dummy egrep; ac_prog_name=$2
16752 if test "${ac_cv_path_EGREP+set}" = set; then
16753 echo $ECHO_N "(cached) $ECHO_C" >&6
16754 else
16755 ac_path_EGREP_found=false
16756 # Loop through the user's path and test for each of PROGNAME-LIST
16757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16758 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
16759 do
16760 IFS=$as_save_IFS
16761 test -z "$as_dir" && as_dir=.
16762 for ac_prog in egrep; do
16763 for ac_exec_ext in '' $ac_executable_extensions; do
16764 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
16765 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
16766 # Check for GNU ac_path_EGREP and select it if it is found.
16767 # Check for GNU $ac_path_EGREP
16768 case `"$ac_path_EGREP" --version 2>&1` in
16769 *GNU*)
16770 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
16771 *)
16772 ac_count=0
16773 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
16774 while :
16775 do
16776 cat "conftest.in" "conftest.in" >"conftest.tmp"
16777 mv "conftest.tmp" "conftest.in"
16778 cp "conftest.in" "conftest.nl"
16779 echo 'EGREP' >> "conftest.nl"
16780 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
16781 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
16782 ac_count=`expr $ac_count + 1`
16783 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
16784 # Best one so far, save it but keep looking for a better one
16785 ac_cv_path_EGREP="$ac_path_EGREP"
16786 ac_path_EGREP_max=$ac_count
16787 fi
16788 # 10*(2^10) chars as input seems more than enough
16789 test $ac_count -gt 10 && break
16790 done
16791 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
16792 esac
16793
16794
16795 $ac_path_EGREP_found && break 3
16796 done
16797 done
16798
16799 done
16800 IFS=$as_save_IFS
16801
16802
16803 fi
16804
16805 EGREP="$ac_cv_path_EGREP"
16806 if test -z "$EGREP"; then
16807 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
16808 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
16809 { (exit 1); exit 1; }; }
16810 fi
16811
16812 else
16813 ac_cv_path_EGREP=$EGREP
16814 fi
16815
16816
16817 fi
16818 fi
16819 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
16820 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
16821 EGREP="$ac_cv_path_EGREP"
16822
16823
16824 if test $ac_cv_c_compiler_gnu = yes; then
16825 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
16826 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
16827 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
16828 echo $ECHO_N "(cached) $ECHO_C" >&6
16829 else
16830 ac_pattern="Autoconf.*'x'"
16831 cat >conftest.$ac_ext <<_ACEOF
16832 /* confdefs.h. */
16833 _ACEOF
16834 cat confdefs.h >>conftest.$ac_ext
16835 cat >>conftest.$ac_ext <<_ACEOF
16836 /* end confdefs.h. */
16837 #include <sgtty.h>
16838 Autoconf TIOCGETP
16839 _ACEOF
16840 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16841 $EGREP "$ac_pattern" >/dev/null 2>&1; then
16842 ac_cv_prog_gcc_traditional=yes
16843 else
16844 ac_cv_prog_gcc_traditional=no
16845 fi
16846 rm -f conftest*
16847
16848
16849 if test $ac_cv_prog_gcc_traditional = no; then
16850 cat >conftest.$ac_ext <<_ACEOF
16851 /* confdefs.h. */
16852 _ACEOF
16853 cat confdefs.h >>conftest.$ac_ext
16854 cat >>conftest.$ac_ext <<_ACEOF
16855 /* end confdefs.h. */
16856 #include <termio.h>
16857 Autoconf TCGETA
16858 _ACEOF
16859 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16860 $EGREP "$ac_pattern" >/dev/null 2>&1; then
16861 ac_cv_prog_gcc_traditional=yes
16862 fi
16863 rm -f conftest*
16864
16865 fi
16866 fi
16867 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
16868 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
16869 if test $ac_cv_prog_gcc_traditional = yes; then
16870 CC="$CC -traditional"
16871 fi
16872 fi
16873
16874
16875 CXXFLAGS=${CXXFLAGS:=}
16876 ac_ext=cpp
16877 ac_cpp='$CXXCPP $CPPFLAGS'
16878 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16879 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16880 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16881 if test -z "$CXX"; then
16882 if test -n "$CCC"; then
16883 CXX=$CCC
16884 else
16885 if test -n "$ac_tool_prefix"; then
16886 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
16887 do
16888 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16889 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
16890 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16891 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16892 if test "${ac_cv_prog_CXX+set}" = set; then
16893 echo $ECHO_N "(cached) $ECHO_C" >&6
16894 else
16895 if test -n "$CXX"; then
16896 ac_cv_prog_CXX="$CXX" # Let the user override the test.
16897 else
16898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16899 for as_dir in $PATH
16900 do
16901 IFS=$as_save_IFS
16902 test -z "$as_dir" && as_dir=.
16903 for ac_exec_ext in '' $ac_executable_extensions; do
16904 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16905 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
16906 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16907 break 2
16908 fi
16909 done
16910 done
16911 IFS=$as_save_IFS
16912
16913 fi
16914 fi
16915 CXX=$ac_cv_prog_CXX
16916 if test -n "$CXX"; then
16917 { echo "$as_me:$LINENO: result: $CXX" >&5
16918 echo "${ECHO_T}$CXX" >&6; }
16919 else
16920 { echo "$as_me:$LINENO: result: no" >&5
16921 echo "${ECHO_T}no" >&6; }
16922 fi
16923
16924
16925 test -n "$CXX" && break
16926 done
16927 fi
16928 if test -z "$CXX"; then
16929 ac_ct_CXX=$CXX
16930 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
16931 do
16932 # Extract the first word of "$ac_prog", so it can be a program name with args.
16933 set dummy $ac_prog; ac_word=$2
16934 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16935 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16936 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
16937 echo $ECHO_N "(cached) $ECHO_C" >&6
16938 else
16939 if test -n "$ac_ct_CXX"; then
16940 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
16941 else
16942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16943 for as_dir in $PATH
16944 do
16945 IFS=$as_save_IFS
16946 test -z "$as_dir" && as_dir=.
16947 for ac_exec_ext in '' $ac_executable_extensions; do
16948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16949 ac_cv_prog_ac_ct_CXX="$ac_prog"
16950 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16951 break 2
16952 fi
16953 done
16954 done
16955 IFS=$as_save_IFS
16956
16957 fi
16958 fi
16959 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
16960 if test -n "$ac_ct_CXX"; then
16961 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
16962 echo "${ECHO_T}$ac_ct_CXX" >&6; }
16963 else
16964 { echo "$as_me:$LINENO: result: no" >&5
16965 echo "${ECHO_T}no" >&6; }
16966 fi
16967
16968
16969 test -n "$ac_ct_CXX" && break
16970 done
16971
16972 if test "x$ac_ct_CXX" = x; then
16973 CXX="g++"
16974 else
16975 case $cross_compiling:$ac_tool_warned in
16976 yes:)
16977 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
16978 whose name does not start with the host triplet. If you think this
16979 configuration is useful to you, please write to autoconf@gnu.org." >&5
16980 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
16981 whose name does not start with the host triplet. If you think this
16982 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
16983 ac_tool_warned=yes ;;
16984 esac
16985 CXX=$ac_ct_CXX
16986 fi
16987 fi
16988
16989 fi
16990 fi
16991 # Provide some information about the compiler.
16992 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
16993 ac_compiler=`set X $ac_compile; echo $2`
16994 { (ac_try="$ac_compiler --version >&5"
16995 case "(($ac_try" in
16996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16997 *) ac_try_echo=$ac_try;;
16998 esac
16999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17000 (eval "$ac_compiler --version >&5") 2>&5
17001 ac_status=$?
17002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17003 (exit $ac_status); }
17004 { (ac_try="$ac_compiler -v >&5"
17005 case "(($ac_try" in
17006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17007 *) ac_try_echo=$ac_try;;
17008 esac
17009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17010 (eval "$ac_compiler -v >&5") 2>&5
17011 ac_status=$?
17012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17013 (exit $ac_status); }
17014 { (ac_try="$ac_compiler -V >&5"
17015 case "(($ac_try" in
17016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17017 *) ac_try_echo=$ac_try;;
17018 esac
17019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17020 (eval "$ac_compiler -V >&5") 2>&5
17021 ac_status=$?
17022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17023 (exit $ac_status); }
17024
17025 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
17026 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
17027 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
17028 echo $ECHO_N "(cached) $ECHO_C" >&6
17029 else
17030 cat >conftest.$ac_ext <<_ACEOF
17031 /* confdefs.h. */
17032 _ACEOF
17033 cat confdefs.h >>conftest.$ac_ext
17034 cat >>conftest.$ac_ext <<_ACEOF
17035 /* end confdefs.h. */
17036
17037 int
17038 main ()
17039 {
17040 #ifndef __GNUC__
17041 choke me
17042 #endif
17043
17044 ;
17045 return 0;
17046 }
17047 _ACEOF
17048 rm -f conftest.$ac_objext
17049 if { (ac_try="$ac_compile"
17050 case "(($ac_try" in
17051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17052 *) ac_try_echo=$ac_try;;
17053 esac
17054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17055 (eval "$ac_compile") 2>conftest.er1
17056 ac_status=$?
17057 grep -v '^ *+' conftest.er1 >conftest.err
17058 rm -f conftest.er1
17059 cat conftest.err >&5
17060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17061 (exit $ac_status); } && {
17062 test -z "$ac_cxx_werror_flag" ||
17063 test ! -s conftest.err
17064 } && test -s conftest.$ac_objext; then
17065 ac_compiler_gnu=yes
17066 else
17067 echo "$as_me: failed program was:" >&5
17068 sed 's/^/| /' conftest.$ac_ext >&5
17069
17070 ac_compiler_gnu=no
17071 fi
17072
17073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17074 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
17075
17076 fi
17077 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
17078 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
17079 GXX=`test $ac_compiler_gnu = yes && echo yes`
17080 ac_test_CXXFLAGS=${CXXFLAGS+set}
17081 ac_save_CXXFLAGS=$CXXFLAGS
17082 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
17083 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
17084 if test "${ac_cv_prog_cxx_g+set}" = set; then
17085 echo $ECHO_N "(cached) $ECHO_C" >&6
17086 else
17087 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
17088 ac_cxx_werror_flag=yes
17089 ac_cv_prog_cxx_g=no
17090 CXXFLAGS="-g"
17091 cat >conftest.$ac_ext <<_ACEOF
17092 /* confdefs.h. */
17093 _ACEOF
17094 cat confdefs.h >>conftest.$ac_ext
17095 cat >>conftest.$ac_ext <<_ACEOF
17096 /* end confdefs.h. */
17097
17098 int
17099 main ()
17100 {
17101
17102 ;
17103 return 0;
17104 }
17105 _ACEOF
17106 rm -f conftest.$ac_objext
17107 if { (ac_try="$ac_compile"
17108 case "(($ac_try" in
17109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17110 *) ac_try_echo=$ac_try;;
17111 esac
17112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17113 (eval "$ac_compile") 2>conftest.er1
17114 ac_status=$?
17115 grep -v '^ *+' conftest.er1 >conftest.err
17116 rm -f conftest.er1
17117 cat conftest.err >&5
17118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17119 (exit $ac_status); } && {
17120 test -z "$ac_cxx_werror_flag" ||
17121 test ! -s conftest.err
17122 } && test -s conftest.$ac_objext; then
17123 ac_cv_prog_cxx_g=yes
17124 else
17125 echo "$as_me: failed program was:" >&5
17126 sed 's/^/| /' conftest.$ac_ext >&5
17127
17128 CXXFLAGS=""
17129 cat >conftest.$ac_ext <<_ACEOF
17130 /* confdefs.h. */
17131 _ACEOF
17132 cat confdefs.h >>conftest.$ac_ext
17133 cat >>conftest.$ac_ext <<_ACEOF
17134 /* end confdefs.h. */
17135
17136 int
17137 main ()
17138 {
17139
17140 ;
17141 return 0;
17142 }
17143 _ACEOF
17144 rm -f conftest.$ac_objext
17145 if { (ac_try="$ac_compile"
17146 case "(($ac_try" in
17147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17148 *) ac_try_echo=$ac_try;;
17149 esac
17150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17151 (eval "$ac_compile") 2>conftest.er1
17152 ac_status=$?
17153 grep -v '^ *+' conftest.er1 >conftest.err
17154 rm -f conftest.er1
17155 cat conftest.err >&5
17156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17157 (exit $ac_status); } && {
17158 test -z "$ac_cxx_werror_flag" ||
17159 test ! -s conftest.err
17160 } && test -s conftest.$ac_objext; then
17161 :
17162 else
17163 echo "$as_me: failed program was:" >&5
17164 sed 's/^/| /' conftest.$ac_ext >&5
17165
17166 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
17167 CXXFLAGS="-g"
17168 cat >conftest.$ac_ext <<_ACEOF
17169 /* confdefs.h. */
17170 _ACEOF
17171 cat confdefs.h >>conftest.$ac_ext
17172 cat >>conftest.$ac_ext <<_ACEOF
17173 /* end confdefs.h. */
17174
17175 int
17176 main ()
17177 {
17178
17179 ;
17180 return 0;
17181 }
17182 _ACEOF
17183 rm -f conftest.$ac_objext
17184 if { (ac_try="$ac_compile"
17185 case "(($ac_try" in
17186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17187 *) ac_try_echo=$ac_try;;
17188 esac
17189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17190 (eval "$ac_compile") 2>conftest.er1
17191 ac_status=$?
17192 grep -v '^ *+' conftest.er1 >conftest.err
17193 rm -f conftest.er1
17194 cat conftest.err >&5
17195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17196 (exit $ac_status); } && {
17197 test -z "$ac_cxx_werror_flag" ||
17198 test ! -s conftest.err
17199 } && test -s conftest.$ac_objext; then
17200 ac_cv_prog_cxx_g=yes
17201 else
17202 echo "$as_me: failed program was:" >&5
17203 sed 's/^/| /' conftest.$ac_ext >&5
17204
17205
17206 fi
17207
17208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17209 fi
17210
17211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17212 fi
17213
17214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17215 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
17216 fi
17217 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
17218 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
17219 if test "$ac_test_CXXFLAGS" = set; then
17220 CXXFLAGS=$ac_save_CXXFLAGS
17221 elif test $ac_cv_prog_cxx_g = yes; then
17222 if test "$GXX" = yes; then
17223 CXXFLAGS="-g -O2"
17224 else
17225 CXXFLAGS="-g"
17226 fi
17227 else
17228 if test "$GXX" = yes; then
17229 CXXFLAGS="-O2"
17230 else
17231 CXXFLAGS=
17232 fi
17233 fi
17234 ac_ext=c
17235 ac_cpp='$CPP $CPPFLAGS'
17236 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17237 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17238 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17239
17240
17241
17242
17243
17244
17245
17246
17247 ac_ext=cpp
17248 ac_cpp='$CXXCPP $CPPFLAGS'
17249 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17250 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17251 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17252
17253 { echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
17254 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6; }
17255 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
17256 echo $ECHO_N "(cached) $ECHO_C" >&6
17257 else
17258 cat >conftest.$ac_ext <<_ACEOF
17259 /* confdefs.h. */
17260 _ACEOF
17261 cat confdefs.h >>conftest.$ac_ext
17262 cat >>conftest.$ac_ext <<_ACEOF
17263 /* end confdefs.h. */
17264
17265 int
17266 main ()
17267 {
17268
17269 #ifndef __INTEL_COMPILER
17270 choke me
17271 #endif
17272
17273 ;
17274 return 0;
17275 }
17276 _ACEOF
17277 rm -f conftest.$ac_objext
17278 if { (ac_try="$ac_compile"
17279 case "(($ac_try" in
17280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17281 *) ac_try_echo=$ac_try;;
17282 esac
17283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17284 (eval "$ac_compile") 2>conftest.er1
17285 ac_status=$?
17286 grep -v '^ *+' conftest.er1 >conftest.err
17287 rm -f conftest.er1
17288 cat conftest.err >&5
17289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17290 (exit $ac_status); } && {
17291 test -z "$ac_cxx_werror_flag" ||
17292 test ! -s conftest.err
17293 } && test -s conftest.$ac_objext; then
17294 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
17295 else
17296 echo "$as_me: failed program was:" >&5
17297 sed 's/^/| /' conftest.$ac_ext >&5
17298
17299 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
17300
17301 fi
17302
17303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17304
17305
17306 fi
17307 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
17308 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
17309 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
17310 :; INTELCXX=yes
17311 else
17312 :;
17313 fi
17314 ac_ext=c
17315 ac_cpp='$CPP $CPPFLAGS'
17316 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17317 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17318 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17319
17320
17321
17322
17323 if test "$INTELCXX" = "yes"; then
17324
17325
17326 ac_ext=cpp
17327 ac_cpp='$CXXCPP $CPPFLAGS'
17328 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17329 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17330 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17331
17332 { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v8 or later" >&5
17333 echo $ECHO_N "checking whether we are using Intel C++ compiler v8 or later... $ECHO_C" >&6; }
17334 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800+set}" = set; then
17335 echo $ECHO_N "(cached) $ECHO_C" >&6
17336 else
17337 cat >conftest.$ac_ext <<_ACEOF
17338 /* confdefs.h. */
17339 _ACEOF
17340 cat confdefs.h >>conftest.$ac_ext
17341 cat >>conftest.$ac_ext <<_ACEOF
17342 /* end confdefs.h. */
17343
17344 int
17345 main ()
17346 {
17347
17348 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
17349 choke me
17350 #endif
17351
17352 ;
17353 return 0;
17354 }
17355 _ACEOF
17356 rm -f conftest.$ac_objext
17357 if { (ac_try="$ac_compile"
17358 case "(($ac_try" in
17359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17360 *) ac_try_echo=$ac_try;;
17361 esac
17362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17363 (eval "$ac_compile") 2>conftest.er1
17364 ac_status=$?
17365 grep -v '^ *+' conftest.er1 >conftest.err
17366 rm -f conftest.er1
17367 cat conftest.err >&5
17368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17369 (exit $ac_status); } && {
17370 test -z "$ac_cxx_werror_flag" ||
17371 test ! -s conftest.err
17372 } && test -s conftest.$ac_objext; then
17373 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=yes
17374 else
17375 echo "$as_me: failed program was:" >&5
17376 sed 's/^/| /' conftest.$ac_ext >&5
17377
17378 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=no
17379
17380 fi
17381
17382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17383
17384
17385 fi
17386 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&5
17387 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&6; }
17388 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
17389 :; INTELCXX8=yes
17390 else
17391 :;
17392 fi
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
17400
17401
17402
17403 ac_ext=cpp
17404 ac_cpp='$CXXCPP $CPPFLAGS'
17405 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17406 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17407 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17408
17409 { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v10 or later" >&5
17410 echo $ECHO_N "checking whether we are using Intel C++ compiler v10 or later... $ECHO_C" >&6; }
17411 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
17412 echo $ECHO_N "(cached) $ECHO_C" >&6
17413 else
17414 cat >conftest.$ac_ext <<_ACEOF
17415 /* confdefs.h. */
17416 _ACEOF
17417 cat confdefs.h >>conftest.$ac_ext
17418 cat >>conftest.$ac_ext <<_ACEOF
17419 /* end confdefs.h. */
17420
17421 int
17422 main ()
17423 {
17424
17425 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
17426 choke me
17427 #endif
17428
17429 ;
17430 return 0;
17431 }
17432 _ACEOF
17433 rm -f conftest.$ac_objext
17434 if { (ac_try="$ac_compile"
17435 case "(($ac_try" in
17436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17437 *) ac_try_echo=$ac_try;;
17438 esac
17439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17440 (eval "$ac_compile") 2>conftest.er1
17441 ac_status=$?
17442 grep -v '^ *+' conftest.er1 >conftest.err
17443 rm -f conftest.er1
17444 cat conftest.err >&5
17445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17446 (exit $ac_status); } && {
17447 test -z "$ac_cxx_werror_flag" ||
17448 test ! -s conftest.err
17449 } && test -s conftest.$ac_objext; then
17450 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=yes
17451 else
17452 echo "$as_me: failed program was:" >&5
17453 sed 's/^/| /' conftest.$ac_ext >&5
17454
17455 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=no
17456
17457 fi
17458
17459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17460
17461
17462 fi
17463 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&5
17464 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&6; }
17465 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
17466 :; INTELCXX10=yes
17467 else
17468 :;
17469 fi
17470 ac_ext=c
17471 ac_cpp='$CPP $CPPFLAGS'
17472 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17473 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17474 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17475
17476
17477
17478 fi
17479
17480 if test "x$GCXX" != "xyes"; then
17481 if test "xCXX" = "xC"; then
17482 { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
17483 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
17484 if test "${bakefile_cv_c_exto+set}" = set; then
17485 echo $ECHO_N "(cached) $ECHO_C" >&6
17486 else
17487 cat >conftest.$ac_ext <<_ACEOF
17488 /* confdefs.h. */
17489 _ACEOF
17490 cat confdefs.h >>conftest.$ac_ext
17491 cat >>conftest.$ac_ext <<_ACEOF
17492 /* end confdefs.h. */
17493
17494 int
17495 main ()
17496 {
17497
17498 ;
17499 return 0;
17500 }
17501 _ACEOF
17502 rm -f conftest.$ac_objext conftest.$ac_ext.o
17503 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17504 (eval $ac_compile) 2>&5
17505 ac_status=$?
17506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17507 (exit $ac_status); }; then
17508 for ac_file in `(ls conftest.* 2>/dev/null)`; do
17509 case $ac_file in
17510 conftest.$ac_ext.o)
17511 bakefile_cv_c_exto="-ext o"
17512 ;;
17513 *)
17514 ;;
17515 esac
17516 done
17517 else
17518 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
17519 See \`config.log' for more details." >&5
17520 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
17521 See \`config.log' for more details." >&2;}
17522 { (exit 1); exit 1; }; }
17523
17524 fi
17525
17526 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
17527
17528 fi
17529 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
17530 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
17531 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17532 if test "c" = "c"; then
17533 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
17534 fi
17535 if test "c" = "cxx"; then
17536 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
17537 fi
17538 fi
17539
17540 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17541 unset ac_cv_prog_cc_g
17542 ac_test_CFLAGS=${CFLAGS+set}
17543 ac_save_CFLAGS=$CFLAGS
17544 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
17545 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
17546 if test "${ac_cv_prog_cc_g+set}" = set; then
17547 echo $ECHO_N "(cached) $ECHO_C" >&6
17548 else
17549 ac_save_c_werror_flag=$ac_c_werror_flag
17550 ac_c_werror_flag=yes
17551 ac_cv_prog_cc_g=no
17552 CFLAGS="-g"
17553 cat >conftest.$ac_ext <<_ACEOF
17554 /* confdefs.h. */
17555 _ACEOF
17556 cat confdefs.h >>conftest.$ac_ext
17557 cat >>conftest.$ac_ext <<_ACEOF
17558 /* end confdefs.h. */
17559
17560 int
17561 main ()
17562 {
17563
17564 ;
17565 return 0;
17566 }
17567 _ACEOF
17568 rm -f conftest.$ac_objext
17569 if { (ac_try="$ac_compile"
17570 case "(($ac_try" in
17571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17572 *) ac_try_echo=$ac_try;;
17573 esac
17574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17575 (eval "$ac_compile") 2>conftest.er1
17576 ac_status=$?
17577 grep -v '^ *+' conftest.er1 >conftest.err
17578 rm -f conftest.er1
17579 cat conftest.err >&5
17580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17581 (exit $ac_status); } && {
17582 test -z "$ac_c_werror_flag" ||
17583 test ! -s conftest.err
17584 } && test -s conftest.$ac_objext; then
17585 ac_cv_prog_cc_g=yes
17586 else
17587 echo "$as_me: failed program was:" >&5
17588 sed 's/^/| /' conftest.$ac_ext >&5
17589
17590 CFLAGS=""
17591 cat >conftest.$ac_ext <<_ACEOF
17592 /* confdefs.h. */
17593 _ACEOF
17594 cat confdefs.h >>conftest.$ac_ext
17595 cat >>conftest.$ac_ext <<_ACEOF
17596 /* end confdefs.h. */
17597
17598 int
17599 main ()
17600 {
17601
17602 ;
17603 return 0;
17604 }
17605 _ACEOF
17606 rm -f conftest.$ac_objext
17607 if { (ac_try="$ac_compile"
17608 case "(($ac_try" in
17609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17610 *) ac_try_echo=$ac_try;;
17611 esac
17612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17613 (eval "$ac_compile") 2>conftest.er1
17614 ac_status=$?
17615 grep -v '^ *+' conftest.er1 >conftest.err
17616 rm -f conftest.er1
17617 cat conftest.err >&5
17618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17619 (exit $ac_status); } && {
17620 test -z "$ac_c_werror_flag" ||
17621 test ! -s conftest.err
17622 } && test -s conftest.$ac_objext; then
17623 :
17624 else
17625 echo "$as_me: failed program was:" >&5
17626 sed 's/^/| /' conftest.$ac_ext >&5
17627
17628 ac_c_werror_flag=$ac_save_c_werror_flag
17629 CFLAGS="-g"
17630 cat >conftest.$ac_ext <<_ACEOF
17631 /* confdefs.h. */
17632 _ACEOF
17633 cat confdefs.h >>conftest.$ac_ext
17634 cat >>conftest.$ac_ext <<_ACEOF
17635 /* end confdefs.h. */
17636
17637 int
17638 main ()
17639 {
17640
17641 ;
17642 return 0;
17643 }
17644 _ACEOF
17645 rm -f conftest.$ac_objext
17646 if { (ac_try="$ac_compile"
17647 case "(($ac_try" in
17648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17649 *) ac_try_echo=$ac_try;;
17650 esac
17651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17652 (eval "$ac_compile") 2>conftest.er1
17653 ac_status=$?
17654 grep -v '^ *+' conftest.er1 >conftest.err
17655 rm -f conftest.er1
17656 cat conftest.err >&5
17657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17658 (exit $ac_status); } && {
17659 test -z "$ac_c_werror_flag" ||
17660 test ! -s conftest.err
17661 } && test -s conftest.$ac_objext; then
17662 ac_cv_prog_cc_g=yes
17663 else
17664 echo "$as_me: failed program was:" >&5
17665 sed 's/^/| /' conftest.$ac_ext >&5
17666
17667
17668 fi
17669
17670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17671 fi
17672
17673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17674 fi
17675
17676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17677 ac_c_werror_flag=$ac_save_c_werror_flag
17678 fi
17679 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
17680 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
17681 if test "$ac_test_CFLAGS" = set; then
17682 CFLAGS=$ac_save_CFLAGS
17683 elif test $ac_cv_prog_cc_g = yes; then
17684 if test "$GCC" = yes; then
17685 CFLAGS="-g -O2"
17686 else
17687 CFLAGS="-g"
17688 fi
17689 else
17690 if test "$GCC" = yes; then
17691 CFLAGS="-O2"
17692 else
17693 CFLAGS=
17694 fi
17695 fi
17696 fi
17697 fi
17698
17699 case `uname -s` in
17700 AIX*)
17701
17702
17703 ac_ext=cpp
17704 ac_cpp='$CXXCPP $CPPFLAGS'
17705 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17706 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17707 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17708
17709 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
17710 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
17711 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
17712 echo $ECHO_N "(cached) $ECHO_C" >&6
17713 else
17714 cat >conftest.$ac_ext <<_ACEOF
17715 /* confdefs.h. */
17716 _ACEOF
17717 cat confdefs.h >>conftest.$ac_ext
17718 cat >>conftest.$ac_ext <<_ACEOF
17719 /* end confdefs.h. */
17720
17721 int
17722 main ()
17723 {
17724
17725 #ifndef __xlC__
17726 choke me
17727 #endif
17728
17729 ;
17730 return 0;
17731 }
17732 _ACEOF
17733 rm -f conftest.$ac_objext
17734 if { (ac_try="$ac_compile"
17735 case "(($ac_try" in
17736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17737 *) ac_try_echo=$ac_try;;
17738 esac
17739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17740 (eval "$ac_compile") 2>conftest.er1
17741 ac_status=$?
17742 grep -v '^ *+' conftest.er1 >conftest.err
17743 rm -f conftest.er1
17744 cat conftest.err >&5
17745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17746 (exit $ac_status); } && {
17747 test -z "$ac_cxx_werror_flag" ||
17748 test ! -s conftest.err
17749 } && test -s conftest.$ac_objext; then
17750 bakefile_cv_cxx_compiler___xlC__=yes
17751 else
17752 echo "$as_me: failed program was:" >&5
17753 sed 's/^/| /' conftest.$ac_ext >&5
17754
17755 bakefile_cv_cxx_compiler___xlC__=no
17756
17757 fi
17758
17759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17760
17761
17762 fi
17763 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
17764 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
17765 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
17766 :; XLCXX=yes
17767 else
17768 :;
17769 fi
17770 ac_ext=c
17771 ac_cpp='$CPP $CPPFLAGS'
17772 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17773 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17774 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17775
17776
17777
17778 ;;
17779
17780 Darwin)
17781
17782
17783 ac_ext=cpp
17784 ac_cpp='$CXXCPP $CPPFLAGS'
17785 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17786 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17787 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17788
17789 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
17790 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6; }
17791 if test "${bakefile_cv_cxx_compiler___MWERKS__+set}" = set; then
17792 echo $ECHO_N "(cached) $ECHO_C" >&6
17793 else
17794 cat >conftest.$ac_ext <<_ACEOF
17795 /* confdefs.h. */
17796 _ACEOF
17797 cat confdefs.h >>conftest.$ac_ext
17798 cat >>conftest.$ac_ext <<_ACEOF
17799 /* end confdefs.h. */
17800
17801 int
17802 main ()
17803 {
17804
17805 #ifndef __MWERKS__
17806 choke me
17807 #endif
17808
17809 ;
17810 return 0;
17811 }
17812 _ACEOF
17813 rm -f conftest.$ac_objext
17814 if { (ac_try="$ac_compile"
17815 case "(($ac_try" in
17816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17817 *) ac_try_echo=$ac_try;;
17818 esac
17819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17820 (eval "$ac_compile") 2>conftest.er1
17821 ac_status=$?
17822 grep -v '^ *+' conftest.er1 >conftest.err
17823 rm -f conftest.er1
17824 cat conftest.err >&5
17825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17826 (exit $ac_status); } && {
17827 test -z "$ac_cxx_werror_flag" ||
17828 test ! -s conftest.err
17829 } && test -s conftest.$ac_objext; then
17830 bakefile_cv_cxx_compiler___MWERKS__=yes
17831 else
17832 echo "$as_me: failed program was:" >&5
17833 sed 's/^/| /' conftest.$ac_ext >&5
17834
17835 bakefile_cv_cxx_compiler___MWERKS__=no
17836
17837 fi
17838
17839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17840
17841
17842 fi
17843 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
17844 echo "${ECHO_T}$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
17845 if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
17846 :; MWCXX=yes
17847 else
17848 :;
17849 fi
17850 ac_ext=c
17851 ac_cpp='$CPP $CPPFLAGS'
17852 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17853 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17854 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17855
17856
17857
17858 if test "$MWCXX" != "yes"; then
17859
17860
17861 ac_ext=cpp
17862 ac_cpp='$CXXCPP $CPPFLAGS'
17863 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17864 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17865 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17866
17867 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
17868 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
17869 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
17870 echo $ECHO_N "(cached) $ECHO_C" >&6
17871 else
17872 cat >conftest.$ac_ext <<_ACEOF
17873 /* confdefs.h. */
17874 _ACEOF
17875 cat confdefs.h >>conftest.$ac_ext
17876 cat >>conftest.$ac_ext <<_ACEOF
17877 /* end confdefs.h. */
17878
17879 int
17880 main ()
17881 {
17882
17883 #ifndef __xlC__
17884 choke me
17885 #endif
17886
17887 ;
17888 return 0;
17889 }
17890 _ACEOF
17891 rm -f conftest.$ac_objext
17892 if { (ac_try="$ac_compile"
17893 case "(($ac_try" in
17894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17895 *) ac_try_echo=$ac_try;;
17896 esac
17897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17898 (eval "$ac_compile") 2>conftest.er1
17899 ac_status=$?
17900 grep -v '^ *+' conftest.er1 >conftest.err
17901 rm -f conftest.er1
17902 cat conftest.err >&5
17903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17904 (exit $ac_status); } && {
17905 test -z "$ac_cxx_werror_flag" ||
17906 test ! -s conftest.err
17907 } && test -s conftest.$ac_objext; then
17908 bakefile_cv_cxx_compiler___xlC__=yes
17909 else
17910 echo "$as_me: failed program was:" >&5
17911 sed 's/^/| /' conftest.$ac_ext >&5
17912
17913 bakefile_cv_cxx_compiler___xlC__=no
17914
17915 fi
17916
17917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17918
17919
17920 fi
17921 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
17922 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
17923 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
17924 :; XLCXX=yes
17925 else
17926 :;
17927 fi
17928 ac_ext=c
17929 ac_cpp='$CPP $CPPFLAGS'
17930 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17931 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17932 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17933
17934
17935
17936 fi
17937 ;;
17938
17939 IRIX*)
17940
17941
17942 ac_ext=cpp
17943 ac_cpp='$CXXCPP $CPPFLAGS'
17944 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17945 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17946 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17947
17948 { echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
17949 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6; }
17950 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
17951 echo $ECHO_N "(cached) $ECHO_C" >&6
17952 else
17953 cat >conftest.$ac_ext <<_ACEOF
17954 /* confdefs.h. */
17955 _ACEOF
17956 cat confdefs.h >>conftest.$ac_ext
17957 cat >>conftest.$ac_ext <<_ACEOF
17958 /* end confdefs.h. */
17959
17960 int
17961 main ()
17962 {
17963
17964 #ifndef _SGI_COMPILER_VERSION
17965 choke me
17966 #endif
17967
17968 ;
17969 return 0;
17970 }
17971 _ACEOF
17972 rm -f conftest.$ac_objext
17973 if { (ac_try="$ac_compile"
17974 case "(($ac_try" in
17975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17976 *) ac_try_echo=$ac_try;;
17977 esac
17978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17979 (eval "$ac_compile") 2>conftest.er1
17980 ac_status=$?
17981 grep -v '^ *+' conftest.er1 >conftest.err
17982 rm -f conftest.er1
17983 cat conftest.err >&5
17984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17985 (exit $ac_status); } && {
17986 test -z "$ac_cxx_werror_flag" ||
17987 test ! -s conftest.err
17988 } && test -s conftest.$ac_objext; then
17989 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
17990 else
17991 echo "$as_me: failed program was:" >&5
17992 sed 's/^/| /' conftest.$ac_ext >&5
17993
17994 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
17995
17996 fi
17997
17998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17999
18000
18001 fi
18002 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
18003 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
18004 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
18005 :; SGICXX=yes
18006 else
18007 :;
18008 fi
18009 ac_ext=c
18010 ac_cpp='$CPP $CPPFLAGS'
18011 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18012 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18013 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18014
18015
18016
18017 ;;
18018
18019 Linux*)
18020 if test "$INTELCXX" != "yes"; then
18021
18022
18023 ac_ext=cpp
18024 ac_cpp='$CXXCPP $CPPFLAGS'
18025 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18026 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18027 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18028
18029 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
18030 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
18031 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
18032 echo $ECHO_N "(cached) $ECHO_C" >&6
18033 else
18034 cat >conftest.$ac_ext <<_ACEOF
18035 /* confdefs.h. */
18036 _ACEOF
18037 cat confdefs.h >>conftest.$ac_ext
18038 cat >>conftest.$ac_ext <<_ACEOF
18039 /* end confdefs.h. */
18040
18041 int
18042 main ()
18043 {
18044
18045 #ifndef __SUNPRO_CC
18046 choke me
18047 #endif
18048
18049 ;
18050 return 0;
18051 }
18052 _ACEOF
18053 rm -f conftest.$ac_objext
18054 if { (ac_try="$ac_compile"
18055 case "(($ac_try" in
18056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18057 *) ac_try_echo=$ac_try;;
18058 esac
18059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18060 (eval "$ac_compile") 2>conftest.er1
18061 ac_status=$?
18062 grep -v '^ *+' conftest.er1 >conftest.err
18063 rm -f conftest.er1
18064 cat conftest.err >&5
18065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18066 (exit $ac_status); } && {
18067 test -z "$ac_cxx_werror_flag" ||
18068 test ! -s conftest.err
18069 } && test -s conftest.$ac_objext; then
18070 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
18071 else
18072 echo "$as_me: failed program was:" >&5
18073 sed 's/^/| /' conftest.$ac_ext >&5
18074
18075 bakefile_cv_cxx_compiler___SUNPRO_CC=no
18076
18077 fi
18078
18079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18080
18081
18082 fi
18083 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18084 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18085 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18086 :; SUNCXX=yes
18087 else
18088 :;
18089 fi
18090 ac_ext=c
18091 ac_cpp='$CPP $CPPFLAGS'
18092 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18093 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18094 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18095
18096
18097
18098 fi
18099 ;;
18100
18101 HP-UX*)
18102
18103
18104 ac_ext=cpp
18105 ac_cpp='$CXXCPP $CPPFLAGS'
18106 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18107 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18108 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18109
18110 { echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
18111 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6; }
18112 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
18113 echo $ECHO_N "(cached) $ECHO_C" >&6
18114 else
18115 cat >conftest.$ac_ext <<_ACEOF
18116 /* confdefs.h. */
18117 _ACEOF
18118 cat confdefs.h >>conftest.$ac_ext
18119 cat >>conftest.$ac_ext <<_ACEOF
18120 /* end confdefs.h. */
18121
18122 int
18123 main ()
18124 {
18125
18126 #ifndef __HP_aCC
18127 choke me
18128 #endif
18129
18130 ;
18131 return 0;
18132 }
18133 _ACEOF
18134 rm -f conftest.$ac_objext
18135 if { (ac_try="$ac_compile"
18136 case "(($ac_try" in
18137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18138 *) ac_try_echo=$ac_try;;
18139 esac
18140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18141 (eval "$ac_compile") 2>conftest.er1
18142 ac_status=$?
18143 grep -v '^ *+' conftest.er1 >conftest.err
18144 rm -f conftest.er1
18145 cat conftest.err >&5
18146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18147 (exit $ac_status); } && {
18148 test -z "$ac_cxx_werror_flag" ||
18149 test ! -s conftest.err
18150 } && test -s conftest.$ac_objext; then
18151 bakefile_cv_cxx_compiler___HP_aCC=yes
18152 else
18153 echo "$as_me: failed program was:" >&5
18154 sed 's/^/| /' conftest.$ac_ext >&5
18155
18156 bakefile_cv_cxx_compiler___HP_aCC=no
18157
18158 fi
18159
18160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18161
18162
18163 fi
18164 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
18165 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
18166 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
18167 :; HPCXX=yes
18168 else
18169 :;
18170 fi
18171 ac_ext=c
18172 ac_cpp='$CPP $CPPFLAGS'
18173 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18174 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18175 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18176
18177
18178
18179 ;;
18180
18181 OSF1)
18182
18183
18184 ac_ext=cpp
18185 ac_cpp='$CXXCPP $CPPFLAGS'
18186 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18187 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18188 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18189
18190 { echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
18191 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6; }
18192 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
18193 echo $ECHO_N "(cached) $ECHO_C" >&6
18194 else
18195 cat >conftest.$ac_ext <<_ACEOF
18196 /* confdefs.h. */
18197 _ACEOF
18198 cat confdefs.h >>conftest.$ac_ext
18199 cat >>conftest.$ac_ext <<_ACEOF
18200 /* end confdefs.h. */
18201
18202 int
18203 main ()
18204 {
18205
18206 #ifndef __DECCXX
18207 choke me
18208 #endif
18209
18210 ;
18211 return 0;
18212 }
18213 _ACEOF
18214 rm -f conftest.$ac_objext
18215 if { (ac_try="$ac_compile"
18216 case "(($ac_try" in
18217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18218 *) ac_try_echo=$ac_try;;
18219 esac
18220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18221 (eval "$ac_compile") 2>conftest.er1
18222 ac_status=$?
18223 grep -v '^ *+' conftest.er1 >conftest.err
18224 rm -f conftest.er1
18225 cat conftest.err >&5
18226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18227 (exit $ac_status); } && {
18228 test -z "$ac_cxx_werror_flag" ||
18229 test ! -s conftest.err
18230 } && test -s conftest.$ac_objext; then
18231 bakefile_cv_cxx_compiler___DECCXX=yes
18232 else
18233 echo "$as_me: failed program was:" >&5
18234 sed 's/^/| /' conftest.$ac_ext >&5
18235
18236 bakefile_cv_cxx_compiler___DECCXX=no
18237
18238 fi
18239
18240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18241
18242
18243 fi
18244 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
18245 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6; }
18246 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
18247 :; COMPAQCXX=yes
18248 else
18249 :;
18250 fi
18251 ac_ext=c
18252 ac_cpp='$CPP $CPPFLAGS'
18253 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18254 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18255 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18256
18257
18258
18259 ;;
18260
18261 SunOS)
18262
18263
18264 ac_ext=cpp
18265 ac_cpp='$CXXCPP $CPPFLAGS'
18266 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18267 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18268 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18269
18270 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
18271 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
18272 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
18273 echo $ECHO_N "(cached) $ECHO_C" >&6
18274 else
18275 cat >conftest.$ac_ext <<_ACEOF
18276 /* confdefs.h. */
18277 _ACEOF
18278 cat confdefs.h >>conftest.$ac_ext
18279 cat >>conftest.$ac_ext <<_ACEOF
18280 /* end confdefs.h. */
18281
18282 int
18283 main ()
18284 {
18285
18286 #ifndef __SUNPRO_CC
18287 choke me
18288 #endif
18289
18290 ;
18291 return 0;
18292 }
18293 _ACEOF
18294 rm -f conftest.$ac_objext
18295 if { (ac_try="$ac_compile"
18296 case "(($ac_try" in
18297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18298 *) ac_try_echo=$ac_try;;
18299 esac
18300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18301 (eval "$ac_compile") 2>conftest.er1
18302 ac_status=$?
18303 grep -v '^ *+' conftest.er1 >conftest.err
18304 rm -f conftest.er1
18305 cat conftest.err >&5
18306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18307 (exit $ac_status); } && {
18308 test -z "$ac_cxx_werror_flag" ||
18309 test ! -s conftest.err
18310 } && test -s conftest.$ac_objext; then
18311 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
18312 else
18313 echo "$as_me: failed program was:" >&5
18314 sed 's/^/| /' conftest.$ac_ext >&5
18315
18316 bakefile_cv_cxx_compiler___SUNPRO_CC=no
18317
18318 fi
18319
18320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18321
18322
18323 fi
18324 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18325 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18326 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18327 :; SUNCXX=yes
18328 else
18329 :;
18330 fi
18331 ac_ext=c
18332 ac_cpp='$CPP $CPPFLAGS'
18333 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18334 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18335 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18336
18337
18338
18339 ;;
18340 esac
18341 fi
18342
18343
18344
18345 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
18346 { { echo "$as_me:$LINENO: error: C++ compiler is needed to build wxWidgets" >&5
18347 echo "$as_me: error: C++ compiler is needed to build wxWidgets" >&2;}
18348 { (exit 1); exit 1; }; }
18349 fi
18350
18351 if test "x$SUNCXX" != xyes; then
18352 if test -n "$ac_tool_prefix"; then
18353 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
18354 set dummy ${ac_tool_prefix}ar; ac_word=$2
18355 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18357 if test "${ac_cv_prog_AR+set}" = set; then
18358 echo $ECHO_N "(cached) $ECHO_C" >&6
18359 else
18360 if test -n "$AR"; then
18361 ac_cv_prog_AR="$AR" # Let the user override the test.
18362 else
18363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18364 for as_dir in $PATH
18365 do
18366 IFS=$as_save_IFS
18367 test -z "$as_dir" && as_dir=.
18368 for ac_exec_ext in '' $ac_executable_extensions; do
18369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18370 ac_cv_prog_AR="${ac_tool_prefix}ar"
18371 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18372 break 2
18373 fi
18374 done
18375 done
18376 IFS=$as_save_IFS
18377
18378 fi
18379 fi
18380 AR=$ac_cv_prog_AR
18381 if test -n "$AR"; then
18382 { echo "$as_me:$LINENO: result: $AR" >&5
18383 echo "${ECHO_T}$AR" >&6; }
18384 else
18385 { echo "$as_me:$LINENO: result: no" >&5
18386 echo "${ECHO_T}no" >&6; }
18387 fi
18388
18389
18390 fi
18391 if test -z "$ac_cv_prog_AR"; then
18392 ac_ct_AR=$AR
18393 # Extract the first word of "ar", so it can be a program name with args.
18394 set dummy ar; ac_word=$2
18395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18397 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
18398 echo $ECHO_N "(cached) $ECHO_C" >&6
18399 else
18400 if test -n "$ac_ct_AR"; then
18401 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
18402 else
18403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18404 for as_dir in $PATH
18405 do
18406 IFS=$as_save_IFS
18407 test -z "$as_dir" && as_dir=.
18408 for ac_exec_ext in '' $ac_executable_extensions; do
18409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18410 ac_cv_prog_ac_ct_AR="ar"
18411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18412 break 2
18413 fi
18414 done
18415 done
18416 IFS=$as_save_IFS
18417
18418 fi
18419 fi
18420 ac_ct_AR=$ac_cv_prog_ac_ct_AR
18421 if test -n "$ac_ct_AR"; then
18422 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
18423 echo "${ECHO_T}$ac_ct_AR" >&6; }
18424 else
18425 { echo "$as_me:$LINENO: result: no" >&5
18426 echo "${ECHO_T}no" >&6; }
18427 fi
18428
18429 if test "x$ac_ct_AR" = x; then
18430 AR=""
18431 else
18432 case $cross_compiling:$ac_tool_warned in
18433 yes:)
18434 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
18435 whose name does not start with the host triplet. If you think this
18436 configuration is useful to you, please write to autoconf@gnu.org." >&5
18437 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
18438 whose name does not start with the host triplet. If you think this
18439 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
18440 ac_tool_warned=yes ;;
18441 esac
18442 AR=$ac_ct_AR
18443 fi
18444 else
18445 AR="$ac_cv_prog_AR"
18446 fi
18447
18448 if test "x$AR" = "x" ; then
18449 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
18450 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
18451 { (exit 1); exit 1; }; }
18452 fi
18453 fi
18454
18455
18456 if test "$wxUSE_MAC" = 1; then
18457
18458 retest_macosx_linking=no
18459
18460 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
18461 if test "x$wxUSE_UNIVERSAL_BINARY" == xyes; then
18462 # Implicitly turn on the new --with-macosx-sdk using the default
18463 # SDK which provides the behavior this option has always had.
18464 if test "x$wxUSE_MACOSX_SDK" = "x"; then
18465 { echo "$as_me:$LINENO: WARNING: Enabling default SDK due to --enable-universal_binary." >&5
18466 echo "$as_me: WARNING: Enabling default SDK due to --enable-universal_binary." >&2;}
18467 { echo "$as_me:$LINENO: WARNING: If you don't want this, specify --without-macosx-sdk" >&5
18468 echo "$as_me: WARNING: If you don't want this, specify --without-macosx-sdk" >&2;}
18469 wxUSE_MACOSX_SDK=yes
18470 fi
18471 else
18472 # Complain to user if he specified an argument to --enable-universal_binary
18473 # and also 1) specified --with-macosx-sdk using the default (yes) or
18474 # 2) specified --with-macosx-sdk using a path or 3) specified
18475 # --without-macosx-sdk (no).
18476 if test "x$wxUSE_MACOSX_SDK" != "x" ; then
18477 { { echo "$as_me:$LINENO: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
18478 See \`config.log' for more details." >&5
18479 echo "$as_me: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
18480 See \`config.log' for more details." >&2;}
18481 { (exit 1); exit 1; }; }
18482 else
18483 # Put the SDK path into the wxUSE_MACOSX_SDK. We don't have to
18484 # special-case the empty string because the below test simply
18485 # converts "no" to the empty string anyway.
18486 wxUSE_MACOSX_SDK="$wxUSE_UNIVERSAL_BINARY"
18487 { echo "$as_me:$LINENO: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&5
18488 echo "$as_me: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&2;}
18489 fi
18490 fi
18491 OSX_UNIV_OPTS="-arch ppc -arch i386"
18492 CXXFLAGS="$OSX_UNIV_OPTS $CXXFLAGS"
18493 CFLAGS="$OSX_UNIV_OPTS $CFLAGS"
18494 OBJCXXFLAGS="$OSX_UNIV_OPTS $OBJCXXFLAGS"
18495 OBJCFLAGS="$OSX_UNIV_OPTS $OBJCFLAGS"
18496 LDFLAGS="$OSX_UNIV_OPTS $LDFLAGS"
18497 retest_macosx_linking=yes
18498
18499 { echo "$as_me:$LINENO: WARNING: Disabling precompiled headers due to universal binary build." >&5
18500 echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
18501 bk_use_pch=no
18502 fi
18503
18504 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
18505 wxUSE_MACOSX_SDK=
18506 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
18507 # TODO: Search for most recent SDK and use it.
18508 wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
18509 fi
18510
18511
18512 if test "x$wxUSE_MACOSX_SDK" != "x"; then
18513 { echo "$as_me:$LINENO: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
18514 echo $ECHO_N "checking for SDK directory $wxUSE_MACOSX_SDK... $ECHO_C" >&6; }
18515 if ! test -d "$wxUSE_MACOSX_SDK"; then
18516 { { echo "$as_me:$LINENO: error: not found
18517 See \`config.log' for more details." >&5
18518 echo "$as_me: error: not found
18519 See \`config.log' for more details." >&2;}
18520 { (exit 1); exit 1; }; }
18521 else
18522 { echo "$as_me:$LINENO: result: exists" >&5
18523 echo "${ECHO_T}exists" >&6; }
18524 fi
18525 MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
18526 eval "CC=\"$CC $MACOSX_SDK_OPTS\""
18527 eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
18528 eval "LD=\"$LD $MACOSX_SDK_OPTS\""
18529 retest_macosx_linking=yes
18530 fi
18531
18532 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
18533 wxUSE_MACOSX_VERSION_MIN=
18534 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
18535 if test "x$wxUSE_MACOSX_SDK" != "x"; then
18536 { echo "$as_me:$LINENO: checking SDK deployment version" >&5
18537 echo $ECHO_N "checking SDK deployment version... $ECHO_C" >&6; }
18538
18539 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/'`
18540
18541 # If that failed, try again with the new key
18542 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
18543
18544 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/'`
18545
18546 fi
18547
18548 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
18549 wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
18550 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
18551 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
18552 else
18553 { echo "$as_me:$LINENO: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
18554 echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
18555 wxUSE_MACOSX_VERSION_MIN=
18556 fi
18557 else
18558 wxUSE_MACOSX_VERSION_MIN=
18559 fi
18560 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
18561 for ac_prog in sw_vers
18562 do
18563 # Extract the first word of "$ac_prog", so it can be a program name with args.
18564 set dummy $ac_prog; ac_word=$2
18565 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18567 if test "${ac_cv_prog_OSX_SW_VERS+set}" = set; then
18568 echo $ECHO_N "(cached) $ECHO_C" >&6
18569 else
18570 if test -n "$OSX_SW_VERS"; then
18571 ac_cv_prog_OSX_SW_VERS="$OSX_SW_VERS" # Let the user override the test.
18572 else
18573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18574 for as_dir in $PATH
18575 do
18576 IFS=$as_save_IFS
18577 test -z "$as_dir" && as_dir=.
18578 for ac_exec_ext in '' $ac_executable_extensions; do
18579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18580 ac_cv_prog_OSX_SW_VERS="$ac_prog"
18581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18582 break 2
18583 fi
18584 done
18585 done
18586 IFS=$as_save_IFS
18587
18588 fi
18589 fi
18590 OSX_SW_VERS=$ac_cv_prog_OSX_SW_VERS
18591 if test -n "$OSX_SW_VERS"; then
18592 { echo "$as_me:$LINENO: result: $OSX_SW_VERS" >&5
18593 echo "${ECHO_T}$OSX_SW_VERS" >&6; }
18594 else
18595 { echo "$as_me:$LINENO: result: no" >&5
18596 echo "${ECHO_T}no" >&6; }
18597 fi
18598
18599
18600 test -n "$OSX_SW_VERS" && break
18601 done
18602
18603 if test "$OSX_SW_VERS" != ""; then
18604 OSX_VERSION=`sw_vers -productVersion | grep 10.[0-9]`
18605 else
18606 { echo "$as_me:$LINENO: WARNING: Assuming OS X 10.4, use --with-macosx-version-min to override." >&5
18607 echo "$as_me: WARNING: Assuming OS X 10.4, use --with-macosx-version-min to override." >&2;}
18608 OSX_VERSION="10.4"
18609 fi
18610
18611 case "$OSX_VERSION" in
18612 10.4* )
18613 wxUSE_MACOSX_VERSION_MIN=10.4
18614 ;;
18615
18616 * )
18617 if test "$wxUSE_OSX_CARBON" = 1; then
18618 # otherwise configure stops on leopard for universal_binary
18619 wxUSE_MACOSX_VERSION_MIN=10.4
18620 else
18621 # for Cocoa, use 10.5 to be able to compile it in 64 bits too
18622 wxUSE_MACOSX_VERSION_MIN=10.5
18623 fi
18624 ;;
18625 esac
18626 fi
18627
18628 NEEDS_GCC40="no"
18629 if test "x$wxUSE_MACOSX_VERSION_MIN" == "x10.4"; then
18630 NEEDS_GCC40="yes"
18631 fi
18632
18633 if test "$wxUSE_OSX_CARBON" = 1; then
18634 NEEDS_GCC40="yes"
18635 fi
18636
18637 if test "x$NEEDS_GCC40" == "xyes"; then
18638 # gcc 4.2 cannot compile 10.4 compatible code, so if the user is using it
18639 # and wants 10.4 compatible code, then 'downgrade' to 4.0
18640 # This is also the simplest way to get 32-bit binaries on Snow Leopard.
18641 if test "x$CC" = "xgcc"; then
18642 CCVERSION=`$CC --version | grep 4.[2-9].`
18643 if test "x$CCVERSION" != "x"; then
18644 echo "$as_me:$LINENO: WARNING: gcc >= 4.2 cannot compile 10.4 compatible code. Using gcc 4.0 instead."
18645 CC="/usr/bin/gcc-4.0"
18646 fi
18647 fi
18648
18649 if test "x$CXX" = "xg++"; then
18650 CCVERSION=`$CXX --version | grep 4.[2-9].`
18651 if test "x$CCVERSION" != "x"; then
18652 CXX="/usr/bin/g++-4.0"
18653 fi
18654 fi
18655 fi
18656
18657 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
18658 if test "$wxUSE_OSX_IPHONE" = 1; then
18659 MACOSX_VERSION_MIN_OPTS="-miphoneos-version-min=$wxUSE_MACOSX_VERSION_MIN"
18660 else
18661 MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
18662 fi
18663 eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
18664 eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
18665 eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
18666 retest_macosx_linking=yes
18667 fi
18668
18669 if test "x$retest_macosx_linking" = "xyes"; then
18670 ac_ext=c
18671 ac_cpp='$CPP $CPPFLAGS'
18672 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18673 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18674 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18675
18676 { echo "$as_me:$LINENO: checking if C compiler works with SDK/version options" >&5
18677 echo $ECHO_N "checking if C compiler works with SDK/version options... $ECHO_C" >&6; }
18678 cat >conftest.$ac_ext <<_ACEOF
18679 /* confdefs.h. */
18680 _ACEOF
18681 cat confdefs.h >>conftest.$ac_ext
18682 cat >>conftest.$ac_ext <<_ACEOF
18683 /* end confdefs.h. */
18684
18685 int
18686 main ()
18687 {
18688
18689 ;
18690 return 0;
18691 }
18692 _ACEOF
18693 rm -f conftest.$ac_objext conftest$ac_exeext
18694 if { (ac_try="$ac_link"
18695 case "(($ac_try" in
18696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18697 *) ac_try_echo=$ac_try;;
18698 esac
18699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18700 (eval "$ac_link") 2>conftest.er1
18701 ac_status=$?
18702 grep -v '^ *+' conftest.er1 >conftest.err
18703 rm -f conftest.er1
18704 cat conftest.err >&5
18705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18706 (exit $ac_status); } && {
18707 test -z "$ac_c_werror_flag" ||
18708 test ! -s conftest.err
18709 } && test -s conftest$ac_exeext &&
18710 $as_test_x conftest$ac_exeext; then
18711 { echo "$as_me:$LINENO: result: yes" >&5
18712 echo "${ECHO_T}yes" >&6; }
18713 else
18714 echo "$as_me: failed program was:" >&5
18715 sed 's/^/| /' conftest.$ac_ext >&5
18716
18717 { { echo "$as_me:$LINENO: error: no. Try a different SDK
18718 See \`config.log' for more details." >&5
18719 echo "$as_me: error: no. Try a different SDK
18720 See \`config.log' for more details." >&2;}
18721 { (exit 1); exit 1; }; }; exit 1
18722 fi
18723
18724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18725 conftest$ac_exeext conftest.$ac_ext
18726 ac_ext=c
18727 ac_cpp='$CPP $CPPFLAGS'
18728 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18729 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18730 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18731
18732
18733 ac_ext=cpp
18734 ac_cpp='$CXXCPP $CPPFLAGS'
18735 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18736 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18737 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18738
18739 { echo "$as_me:$LINENO: checking if C++ compiler works with SDK/version options" >&5
18740 echo $ECHO_N "checking if C++ compiler works with SDK/version options... $ECHO_C" >&6; }
18741 cat >conftest.$ac_ext <<_ACEOF
18742 /* confdefs.h. */
18743 _ACEOF
18744 cat confdefs.h >>conftest.$ac_ext
18745 cat >>conftest.$ac_ext <<_ACEOF
18746 /* end confdefs.h. */
18747
18748 int
18749 main ()
18750 {
18751
18752 ;
18753 return 0;
18754 }
18755 _ACEOF
18756 rm -f conftest.$ac_objext conftest$ac_exeext
18757 if { (ac_try="$ac_link"
18758 case "(($ac_try" in
18759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18760 *) ac_try_echo=$ac_try;;
18761 esac
18762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18763 (eval "$ac_link") 2>conftest.er1
18764 ac_status=$?
18765 grep -v '^ *+' conftest.er1 >conftest.err
18766 rm -f conftest.er1
18767 cat conftest.err >&5
18768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18769 (exit $ac_status); } && {
18770 test -z "$ac_cxx_werror_flag" ||
18771 test ! -s conftest.err
18772 } && test -s conftest$ac_exeext &&
18773 $as_test_x conftest$ac_exeext; then
18774 { echo "$as_me:$LINENO: result: yes" >&5
18775 echo "${ECHO_T}yes" >&6; }
18776 else
18777 echo "$as_me: failed program was:" >&5
18778 sed 's/^/| /' conftest.$ac_ext >&5
18779
18780 { { echo "$as_me:$LINENO: error: no. Try a different SDK
18781 See \`config.log' for more details." >&5
18782 echo "$as_me: error: no. Try a different SDK
18783 See \`config.log' for more details." >&2;}
18784 { (exit 1); exit 1; }; }; exit 1
18785 fi
18786
18787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18788 conftest$ac_exeext conftest.$ac_ext
18789 ac_ext=c
18790 ac_cpp='$CPP $CPPFLAGS'
18791 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18792 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18793 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18794
18795 fi
18796
18797 fi
18798 case "${host}" in
18799
18800 *-*-darwin* )
18801 INSTALL_PROGRAM="cp -fp"
18802 INSTALL_DATA="cp -fp"
18803 ;;
18804 *)
18805 ;;
18806 esac
18807
18808
18809 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
18810 CXXFLAGS="-qunique $CXXFLAGS"
18811 fi
18812
18813 case "${host}" in
18814 powerpc-*-darwin* )
18815 { echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
18816 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6; }
18817 cat >conftest.$ac_ext <<_ACEOF
18818 /* confdefs.h. */
18819 _ACEOF
18820 cat confdefs.h >>conftest.$ac_ext
18821 cat >>conftest.$ac_ext <<_ACEOF
18822 /* end confdefs.h. */
18823
18824 int
18825 main ()
18826 {
18827 #ifndef __POWERPC__
18828 choke me for lack of PowerPC
18829 #endif
18830
18831 ;
18832 return 0;
18833 }
18834 _ACEOF
18835 rm -f conftest.$ac_objext
18836 if { (ac_try="$ac_compile"
18837 case "(($ac_try" in
18838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18839 *) ac_try_echo=$ac_try;;
18840 esac
18841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18842 (eval "$ac_compile") 2>conftest.er1
18843 ac_status=$?
18844 grep -v '^ *+' conftest.er1 >conftest.err
18845 rm -f conftest.er1
18846 cat conftest.err >&5
18847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18848 (exit $ac_status); } && {
18849 test -z "$ac_c_werror_flag" ||
18850 test ! -s conftest.err
18851 } && test -s conftest.$ac_objext; then
18852 { echo "$as_me:$LINENO: result: yes" >&5
18853 echo "${ECHO_T}yes" >&6; }
18854 else
18855 echo "$as_me: failed program was:" >&5
18856 sed 's/^/| /' conftest.$ac_ext >&5
18857
18858 { echo "$as_me:$LINENO: result: no" >&5
18859 echo "${ECHO_T}no" >&6; }
18860 cat >>confdefs.h <<\_ACEOF
18861 #define __POWERPC__ 1
18862 _ACEOF
18863
18864
18865 fi
18866
18867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18868 ;;
18869 esac
18870
18871 case "${host}" in
18872 *-*-darwin* )
18873 { echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
18874 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6; }
18875 cat >conftest.$ac_ext <<_ACEOF
18876 /* confdefs.h. */
18877 _ACEOF
18878 cat confdefs.h >>conftest.$ac_ext
18879 cat >>conftest.$ac_ext <<_ACEOF
18880 /* end confdefs.h. */
18881 #include <CoreFoundation/CFBase.h>
18882
18883 int
18884 main ()
18885 {
18886
18887 ;
18888 return 0;
18889 }
18890 _ACEOF
18891 rm -f conftest.$ac_objext
18892 if { (ac_try="$ac_compile"
18893 case "(($ac_try" in
18894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18895 *) ac_try_echo=$ac_try;;
18896 esac
18897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18898 (eval "$ac_compile") 2>conftest.er1
18899 ac_status=$?
18900 grep -v '^ *+' conftest.er1 >conftest.err
18901 rm -f conftest.er1
18902 cat conftest.err >&5
18903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18904 (exit $ac_status); } && {
18905 test -z "$ac_c_werror_flag" ||
18906 test ! -s conftest.err
18907 } && test -s conftest.$ac_objext; then
18908 { echo "$as_me:$LINENO: result: yes" >&5
18909 echo "${ECHO_T}yes" >&6; }
18910 else
18911 echo "$as_me: failed program was:" >&5
18912 sed 's/^/| /' conftest.$ac_ext >&5
18913
18914 { echo "$as_me:$LINENO: result: no" >&5
18915 echo "${ECHO_T}no" >&6; }
18916 { echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
18917 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6; }
18918 cat >conftest.$ac_ext <<_ACEOF
18919 /* confdefs.h. */
18920 _ACEOF
18921 cat confdefs.h >>conftest.$ac_ext
18922 cat >>conftest.$ac_ext <<_ACEOF
18923 /* end confdefs.h. */
18924 #define __CF_USE_FRAMEWORK_INCLUDES__
18925 #include <CoreFoundation/CFBase.h>
18926
18927 int
18928 main ()
18929 {
18930
18931 ;
18932 return 0;
18933 }
18934 _ACEOF
18935 rm -f conftest.$ac_objext
18936 if { (ac_try="$ac_compile"
18937 case "(($ac_try" in
18938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18939 *) ac_try_echo=$ac_try;;
18940 esac
18941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18942 (eval "$ac_compile") 2>conftest.er1
18943 ac_status=$?
18944 grep -v '^ *+' conftest.er1 >conftest.err
18945 rm -f conftest.er1
18946 cat conftest.err >&5
18947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18948 (exit $ac_status); } && {
18949 test -z "$ac_c_werror_flag" ||
18950 test ! -s conftest.err
18951 } && test -s conftest.$ac_objext; then
18952 { echo "$as_me:$LINENO: result: yes" >&5
18953 echo "${ECHO_T}yes" >&6; }
18954 CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
18955 else
18956 echo "$as_me: failed program was:" >&5
18957 sed 's/^/| /' conftest.$ac_ext >&5
18958
18959 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
18960 See \`config.log' for more details." >&5
18961 echo "$as_me: error: no. CoreFoundation not available.
18962 See \`config.log' for more details." >&2;}
18963 { (exit 1); exit 1; }; }
18964
18965 fi
18966
18967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18968
18969
18970 fi
18971
18972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18973 ;;
18974 esac
18975
18976 wants_win32=0
18977 doesnt_want_win32=0
18978 case "${host}" in
18979 *-*-cygwin*)
18980 if test "$wxUSE_MSW" = 1 ; then
18981 wants_win32=1
18982 else
18983 { echo "$as_me:$LINENO: checking if -mno-cygwin is in effect" >&5
18984 echo $ECHO_N "checking if -mno-cygwin is in effect... $ECHO_C" >&6; }
18985 if test "${wx_cv_nocygwin+set}" = set; then
18986 echo $ECHO_N "(cached) $ECHO_C" >&6
18987 else
18988
18989 cat >conftest.$ac_ext <<_ACEOF
18990 /* confdefs.h. */
18991 _ACEOF
18992 cat confdefs.h >>conftest.$ac_ext
18993 cat >>conftest.$ac_ext <<_ACEOF
18994 /* end confdefs.h. */
18995
18996 int
18997 main ()
18998 {
18999
19000 #ifdef __MINGW32__
19001 choke me
19002 #endif
19003
19004 ;
19005 return 0;
19006 }
19007 _ACEOF
19008 rm -f conftest.$ac_objext
19009 if { (ac_try="$ac_compile"
19010 case "(($ac_try" in
19011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19012 *) ac_try_echo=$ac_try;;
19013 esac
19014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19015 (eval "$ac_compile") 2>conftest.er1
19016 ac_status=$?
19017 grep -v '^ *+' conftest.er1 >conftest.err
19018 rm -f conftest.er1
19019 cat conftest.err >&5
19020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19021 (exit $ac_status); } && {
19022 test -z "$ac_c_werror_flag" ||
19023 test ! -s conftest.err
19024 } && test -s conftest.$ac_objext; then
19025 wx_cv_nocygwin=no
19026 else
19027 echo "$as_me: failed program was:" >&5
19028 sed 's/^/| /' conftest.$ac_ext >&5
19029
19030 wx_cv_nocygwin=yes
19031
19032 fi
19033
19034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19035
19036
19037 fi
19038 { echo "$as_me:$LINENO: result: $wx_cv_nocygwin" >&5
19039 echo "${ECHO_T}$wx_cv_nocygwin" >&6; }
19040
19041 if test "$wx_cv_nocygwin" = "yes"; then
19042 wants_win32=1
19043 else
19044 doesnt_want_win32=1
19045 fi
19046 fi
19047 if test "$wants_win32" = 1 ; then
19048 BAKEFILE_FORCE_PLATFORM=win32
19049 fi
19050 ;;
19051 *-*-mingw*)
19052 wants_win32=1
19053 ;;
19054 esac
19055
19056 if test "$wxUSE_WINE" = "yes"; then
19057 wants_win32=1
19058 LDFLAGS_GUI="-mwindows"
19059 fi
19060
19061 if test "$wants_win32" = 1 ; then
19062 USE_UNIX=0
19063 USE_WIN32=1
19064 cat >>confdefs.h <<\_ACEOF
19065 #define __WIN32__ 1
19066 _ACEOF
19067
19068 cat >>confdefs.h <<\_ACEOF
19069 #define __WIN95__ 1
19070 _ACEOF
19071
19072 cat >>confdefs.h <<\_ACEOF
19073 #define __WINDOWS__ 1
19074 _ACEOF
19075
19076 cat >>confdefs.h <<\_ACEOF
19077 #define __GNUWIN32__ 1
19078 _ACEOF
19079
19080 cat >>confdefs.h <<\_ACEOF
19081 #define STRICT 1
19082 _ACEOF
19083
19084 fi
19085 if test "$doesnt_want_win32" = 1 ; then
19086 USE_UNIX=1
19087 USE_WIN32=0
19088 fi
19089
19090 if test "$USE_UNIX" = 1 ; then
19091 wxUSE_UNIX=yes
19092 cat >>confdefs.h <<\_ACEOF
19093 #define __UNIX__ 1
19094 _ACEOF
19095
19096 fi
19097
19098 case "${host}" in
19099 *-pc-os2_emx | *-pc-os2-emx )
19100 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
19101 { echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
19102 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6; }
19103 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
19104 echo $ECHO_N "(cached) $ECHO_C" >&6
19105 else
19106 ac_check_lib_save_LIBS=$LIBS
19107 LIBS="-lcExt $LIBS"
19108 cat >conftest.$ac_ext <<_ACEOF
19109 /* confdefs.h. */
19110 _ACEOF
19111 cat confdefs.h >>conftest.$ac_ext
19112 cat >>conftest.$ac_ext <<_ACEOF
19113 /* end confdefs.h. */
19114
19115 /* Override any GCC internal prototype to avoid an error.
19116 Use char because int might match the return type of a GCC
19117 builtin and then its argument prototype would still apply. */
19118 #ifdef __cplusplus
19119 extern "C"
19120 #endif
19121 char drand48 ();
19122 int
19123 main ()
19124 {
19125 return drand48 ();
19126 ;
19127 return 0;
19128 }
19129 _ACEOF
19130 rm -f conftest.$ac_objext conftest$ac_exeext
19131 if { (ac_try="$ac_link"
19132 case "(($ac_try" in
19133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19134 *) ac_try_echo=$ac_try;;
19135 esac
19136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19137 (eval "$ac_link") 2>conftest.er1
19138 ac_status=$?
19139 grep -v '^ *+' conftest.er1 >conftest.err
19140 rm -f conftest.er1
19141 cat conftest.err >&5
19142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19143 (exit $ac_status); } && {
19144 test -z "$ac_c_werror_flag" ||
19145 test ! -s conftest.err
19146 } && test -s conftest$ac_exeext &&
19147 $as_test_x conftest$ac_exeext; then
19148 ac_cv_lib_cExt_drand48=yes
19149 else
19150 echo "$as_me: failed program was:" >&5
19151 sed 's/^/| /' conftest.$ac_ext >&5
19152
19153 ac_cv_lib_cExt_drand48=no
19154 fi
19155
19156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19157 conftest$ac_exeext conftest.$ac_ext
19158 LIBS=$ac_check_lib_save_LIBS
19159 fi
19160 { echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
19161 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6; }
19162 if test $ac_cv_lib_cExt_drand48 = yes; then
19163 LIBS="$LIBS -lcExt"
19164 fi
19165
19166 else
19167 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
19168 fi
19169 { echo "$as_me:$LINENO: checking for gcc/libc version" >&5
19170 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6; }
19171 if test "${wx_cv_gccversion+set}" = set; then
19172 echo $ECHO_N "(cached) $ECHO_C" >&6
19173 else
19174
19175 if test "$cross_compiling" = yes; then
19176 wx_cv_gccversion="EMX2"
19177
19178 else
19179 cat >conftest.$ac_ext <<_ACEOF
19180 /* confdefs.h. */
19181 _ACEOF
19182 cat confdefs.h >>conftest.$ac_ext
19183 cat >>conftest.$ac_ext <<_ACEOF
19184 /* end confdefs.h. */
19185
19186 #include <stdio.h>
19187
19188 int main()
19189 {
19190 FILE *f=fopen("conftestval", "w");
19191 if (!f) exit(1);
19192 fprintf(f,
19193 #if (__GNUC__ < 3)
19194 "EMX2"
19195 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
19196 "EMX3"
19197 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
19198 "Innotek5"
19199 #else
19200 "Innotek6"
19201 #endif
19202 );
19203 exit(0);
19204 }
19205
19206 _ACEOF
19207 rm -f conftest$ac_exeext
19208 if { (ac_try="$ac_link"
19209 case "(($ac_try" in
19210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19211 *) ac_try_echo=$ac_try;;
19212 esac
19213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19214 (eval "$ac_link") 2>&5
19215 ac_status=$?
19216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19217 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19218 { (case "(($ac_try" in
19219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19220 *) ac_try_echo=$ac_try;;
19221 esac
19222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19223 (eval "$ac_try") 2>&5
19224 ac_status=$?
19225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19226 (exit $ac_status); }; }; then
19227 wx_cv_gccversion=`cat conftestval`
19228 else
19229 echo "$as_me: program exited with status $ac_status" >&5
19230 echo "$as_me: failed program was:" >&5
19231 sed 's/^/| /' conftest.$ac_ext >&5
19232
19233 ( exit $ac_status )
19234 wx_cv_gccversion="EMX2"
19235 fi
19236 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19237 fi
19238
19239
19240
19241 fi
19242 { echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
19243 echo "${ECHO_T}$wx_cv_gccversion" >&6; }
19244 if test "$wx_cv_gccversion" = "EMX2"; then
19245 LIBS="$LIBS -lstdcpp"
19246 LDFLAGS="$LDFLAGS -Zsysv-signals"
19247 else
19248 if test "$wx_cv_gccversion" = "EMX3"; then
19249 LIBS="$LIBS -lstdcxx -lgcc"
19250 LDFLAGS="$LDFLAGS -Zsysv-signals"
19251 else
19252 LIBS="$LIBS -lstdc++"
19253 fi
19254 fi
19255 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
19256 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
19257 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
19258 wxUSE_OMF=yes
19259 enable_omf=yes
19260 fi
19261 ;;
19262 *)
19263
19264 { echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
19265 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6; }
19266 if test "${ac_cv_string_strcasecmp+set}" = set; then
19267 echo $ECHO_N "(cached) $ECHO_C" >&6
19268 else
19269
19270 cat >conftest.$ac_ext <<_ACEOF
19271 /* confdefs.h. */
19272 _ACEOF
19273 cat confdefs.h >>conftest.$ac_ext
19274 cat >>conftest.$ac_ext <<_ACEOF
19275 /* end confdefs.h. */
19276
19277 #include <string.h>
19278
19279 int
19280 main ()
19281 {
19282
19283 strcasecmp("foo", "bar");
19284
19285 ;
19286 return 0;
19287 }
19288 _ACEOF
19289 rm -f conftest.$ac_objext conftest$ac_exeext
19290 if { (ac_try="$ac_link"
19291 case "(($ac_try" in
19292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19293 *) ac_try_echo=$ac_try;;
19294 esac
19295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19296 (eval "$ac_link") 2>conftest.er1
19297 ac_status=$?
19298 grep -v '^ *+' conftest.er1 >conftest.err
19299 rm -f conftest.er1
19300 cat conftest.err >&5
19301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19302 (exit $ac_status); } && {
19303 test -z "$ac_c_werror_flag" ||
19304 test ! -s conftest.err
19305 } && test -s conftest$ac_exeext &&
19306 $as_test_x conftest$ac_exeext; then
19307 ac_cv_string_strcasecmp=yes
19308 else
19309 echo "$as_me: failed program was:" >&5
19310 sed 's/^/| /' conftest.$ac_ext >&5
19311
19312 ac_cv_string_strcasecmp=no
19313
19314 fi
19315
19316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19317 conftest$ac_exeext conftest.$ac_ext
19318
19319 fi
19320 { echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
19321 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6; }
19322
19323 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
19324 cat >>confdefs.h <<\_ACEOF
19325 #define HAVE_STRCASECMP_IN_STRING_H 1
19326 _ACEOF
19327
19328 else
19329 { echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
19330 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6; }
19331 if test "${ac_cv_strings_strcasecmp+set}" = set; then
19332 echo $ECHO_N "(cached) $ECHO_C" >&6
19333 else
19334
19335 cat >conftest.$ac_ext <<_ACEOF
19336 /* confdefs.h. */
19337 _ACEOF
19338 cat confdefs.h >>conftest.$ac_ext
19339 cat >>conftest.$ac_ext <<_ACEOF
19340 /* end confdefs.h. */
19341
19342 #include <strings.h>
19343
19344 int
19345 main ()
19346 {
19347
19348 strcasecmp("foo", "bar");
19349
19350 ;
19351 return 0;
19352 }
19353 _ACEOF
19354 rm -f conftest.$ac_objext conftest$ac_exeext
19355 if { (ac_try="$ac_link"
19356 case "(($ac_try" in
19357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19358 *) ac_try_echo=$ac_try;;
19359 esac
19360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19361 (eval "$ac_link") 2>conftest.er1
19362 ac_status=$?
19363 grep -v '^ *+' conftest.er1 >conftest.err
19364 rm -f conftest.er1
19365 cat conftest.err >&5
19366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19367 (exit $ac_status); } && {
19368 test -z "$ac_c_werror_flag" ||
19369 test ! -s conftest.err
19370 } && test -s conftest$ac_exeext &&
19371 $as_test_x conftest$ac_exeext; then
19372 ac_cv_strings_strcasecmp=yes
19373 else
19374 echo "$as_me: failed program was:" >&5
19375 sed 's/^/| /' conftest.$ac_ext >&5
19376
19377 ac_cv_strings_strcasecmp=no
19378
19379 fi
19380
19381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19382 conftest$ac_exeext conftest.$ac_ext
19383
19384 fi
19385 { echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
19386 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6; }
19387
19388 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
19389 cat >>confdefs.h <<\_ACEOF
19390 #define HAVE_STRCASECMP_IN_STRINGS_H 1
19391 _ACEOF
19392
19393 else
19394 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
19395 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
19396 { (exit 1); exit 1; }; }
19397 fi
19398 fi
19399
19400 ;;
19401 esac
19402
19403
19404 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
19405 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
19406 if test "${ac_cv_header_stdc+set}" = set; then
19407 echo $ECHO_N "(cached) $ECHO_C" >&6
19408 else
19409 cat >conftest.$ac_ext <<_ACEOF
19410 /* confdefs.h. */
19411 _ACEOF
19412 cat confdefs.h >>conftest.$ac_ext
19413 cat >>conftest.$ac_ext <<_ACEOF
19414 /* end confdefs.h. */
19415 #include <stdlib.h>
19416 #include <stdarg.h>
19417 #include <string.h>
19418 #include <float.h>
19419
19420 int
19421 main ()
19422 {
19423
19424 ;
19425 return 0;
19426 }
19427 _ACEOF
19428 rm -f conftest.$ac_objext
19429 if { (ac_try="$ac_compile"
19430 case "(($ac_try" in
19431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19432 *) ac_try_echo=$ac_try;;
19433 esac
19434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19435 (eval "$ac_compile") 2>conftest.er1
19436 ac_status=$?
19437 grep -v '^ *+' conftest.er1 >conftest.err
19438 rm -f conftest.er1
19439 cat conftest.err >&5
19440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19441 (exit $ac_status); } && {
19442 test -z "$ac_c_werror_flag" ||
19443 test ! -s conftest.err
19444 } && test -s conftest.$ac_objext; then
19445 ac_cv_header_stdc=yes
19446 else
19447 echo "$as_me: failed program was:" >&5
19448 sed 's/^/| /' conftest.$ac_ext >&5
19449
19450 ac_cv_header_stdc=no
19451 fi
19452
19453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19454
19455 if test $ac_cv_header_stdc = yes; then
19456 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
19457 cat >conftest.$ac_ext <<_ACEOF
19458 /* confdefs.h. */
19459 _ACEOF
19460 cat confdefs.h >>conftest.$ac_ext
19461 cat >>conftest.$ac_ext <<_ACEOF
19462 /* end confdefs.h. */
19463 #include <string.h>
19464
19465 _ACEOF
19466 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19467 $EGREP "memchr" >/dev/null 2>&1; then
19468 :
19469 else
19470 ac_cv_header_stdc=no
19471 fi
19472 rm -f conftest*
19473
19474 fi
19475
19476 if test $ac_cv_header_stdc = yes; then
19477 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
19478 cat >conftest.$ac_ext <<_ACEOF
19479 /* confdefs.h. */
19480 _ACEOF
19481 cat confdefs.h >>conftest.$ac_ext
19482 cat >>conftest.$ac_ext <<_ACEOF
19483 /* end confdefs.h. */
19484 #include <stdlib.h>
19485
19486 _ACEOF
19487 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19488 $EGREP "free" >/dev/null 2>&1; then
19489 :
19490 else
19491 ac_cv_header_stdc=no
19492 fi
19493 rm -f conftest*
19494
19495 fi
19496
19497 if test $ac_cv_header_stdc = yes; then
19498 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
19499 if test "$cross_compiling" = yes; then
19500 :
19501 else
19502 cat >conftest.$ac_ext <<_ACEOF
19503 /* confdefs.h. */
19504 _ACEOF
19505 cat confdefs.h >>conftest.$ac_ext
19506 cat >>conftest.$ac_ext <<_ACEOF
19507 /* end confdefs.h. */
19508 #include <ctype.h>
19509 #include <stdlib.h>
19510 #if ((' ' & 0x0FF) == 0x020)
19511 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
19512 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
19513 #else
19514 # define ISLOWER(c) \
19515 (('a' <= (c) && (c) <= 'i') \
19516 || ('j' <= (c) && (c) <= 'r') \
19517 || ('s' <= (c) && (c) <= 'z'))
19518 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
19519 #endif
19520
19521 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
19522 int
19523 main ()
19524 {
19525 int i;
19526 for (i = 0; i < 256; i++)
19527 if (XOR (islower (i), ISLOWER (i))
19528 || toupper (i) != TOUPPER (i))
19529 return 2;
19530 return 0;
19531 }
19532 _ACEOF
19533 rm -f conftest$ac_exeext
19534 if { (ac_try="$ac_link"
19535 case "(($ac_try" in
19536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19537 *) ac_try_echo=$ac_try;;
19538 esac
19539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19540 (eval "$ac_link") 2>&5
19541 ac_status=$?
19542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19543 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19544 { (case "(($ac_try" in
19545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19546 *) ac_try_echo=$ac_try;;
19547 esac
19548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19549 (eval "$ac_try") 2>&5
19550 ac_status=$?
19551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19552 (exit $ac_status); }; }; then
19553 :
19554 else
19555 echo "$as_me: program exited with status $ac_status" >&5
19556 echo "$as_me: failed program was:" >&5
19557 sed 's/^/| /' conftest.$ac_ext >&5
19558
19559 ( exit $ac_status )
19560 ac_cv_header_stdc=no
19561 fi
19562 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19563 fi
19564
19565
19566 fi
19567 fi
19568 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
19569 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
19570 if test $ac_cv_header_stdc = yes; then
19571
19572 cat >>confdefs.h <<\_ACEOF
19573 #define STDC_HEADERS 1
19574 _ACEOF
19575
19576 fi
19577
19578 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
19579
19580
19581
19582
19583
19584
19585
19586
19587
19588 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
19589 inttypes.h stdint.h unistd.h
19590 do
19591 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19592 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19593 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19594 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19595 echo $ECHO_N "(cached) $ECHO_C" >&6
19596 else
19597 cat >conftest.$ac_ext <<_ACEOF
19598 /* confdefs.h. */
19599 _ACEOF
19600 cat confdefs.h >>conftest.$ac_ext
19601 cat >>conftest.$ac_ext <<_ACEOF
19602 /* end confdefs.h. */
19603 $ac_includes_default
19604
19605 #include <$ac_header>
19606 _ACEOF
19607 rm -f conftest.$ac_objext
19608 if { (ac_try="$ac_compile"
19609 case "(($ac_try" in
19610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19611 *) ac_try_echo=$ac_try;;
19612 esac
19613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19614 (eval "$ac_compile") 2>conftest.er1
19615 ac_status=$?
19616 grep -v '^ *+' conftest.er1 >conftest.err
19617 rm -f conftest.er1
19618 cat conftest.err >&5
19619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19620 (exit $ac_status); } && {
19621 test -z "$ac_c_werror_flag" ||
19622 test ! -s conftest.err
19623 } && test -s conftest.$ac_objext; then
19624 eval "$as_ac_Header=yes"
19625 else
19626 echo "$as_me: failed program was:" >&5
19627 sed 's/^/| /' conftest.$ac_ext >&5
19628
19629 eval "$as_ac_Header=no"
19630 fi
19631
19632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19633 fi
19634 ac_res=`eval echo '${'$as_ac_Header'}'`
19635 { echo "$as_me:$LINENO: result: $ac_res" >&5
19636 echo "${ECHO_T}$ac_res" >&6; }
19637 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19638 cat >>confdefs.h <<_ACEOF
19639 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19640 _ACEOF
19641
19642 fi
19643
19644 done
19645
19646
19647
19648
19649 for ac_header in langinfo.h wchar.h
19650 do
19651 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19652 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19653 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19654 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19655 echo $ECHO_N "(cached) $ECHO_C" >&6
19656 else
19657 cat >conftest.$ac_ext <<_ACEOF
19658 /* confdefs.h. */
19659 _ACEOF
19660 cat confdefs.h >>conftest.$ac_ext
19661 cat >>conftest.$ac_ext <<_ACEOF
19662 /* end confdefs.h. */
19663 $ac_includes_default
19664
19665 #include <$ac_header>
19666 _ACEOF
19667 rm -f conftest.$ac_objext
19668 if { (ac_try="$ac_compile"
19669 case "(($ac_try" in
19670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19671 *) ac_try_echo=$ac_try;;
19672 esac
19673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19674 (eval "$ac_compile") 2>conftest.er1
19675 ac_status=$?
19676 grep -v '^ *+' conftest.er1 >conftest.err
19677 rm -f conftest.er1
19678 cat conftest.err >&5
19679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19680 (exit $ac_status); } && {
19681 test -z "$ac_c_werror_flag" ||
19682 test ! -s conftest.err
19683 } && test -s conftest.$ac_objext; then
19684 eval "$as_ac_Header=yes"
19685 else
19686 echo "$as_me: failed program was:" >&5
19687 sed 's/^/| /' conftest.$ac_ext >&5
19688
19689 eval "$as_ac_Header=no"
19690 fi
19691
19692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19693 fi
19694 ac_res=`eval echo '${'$as_ac_Header'}'`
19695 { echo "$as_me:$LINENO: result: $ac_res" >&5
19696 echo "${ECHO_T}$ac_res" >&6; }
19697 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19698 cat >>confdefs.h <<_ACEOF
19699 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19700 _ACEOF
19701
19702 fi
19703
19704 done
19705
19706
19707 if test "$ac_cv_header_wchar_h" != "yes"; then
19708
19709 for ac_header in wcstr.h
19710 do
19711 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19712 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19713 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19714 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19715 echo $ECHO_N "(cached) $ECHO_C" >&6
19716 else
19717 cat >conftest.$ac_ext <<_ACEOF
19718 /* confdefs.h. */
19719 _ACEOF
19720 cat confdefs.h >>conftest.$ac_ext
19721 cat >>conftest.$ac_ext <<_ACEOF
19722 /* end confdefs.h. */
19723 $ac_includes_default
19724
19725 #include <$ac_header>
19726 _ACEOF
19727 rm -f conftest.$ac_objext
19728 if { (ac_try="$ac_compile"
19729 case "(($ac_try" in
19730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19731 *) ac_try_echo=$ac_try;;
19732 esac
19733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19734 (eval "$ac_compile") 2>conftest.er1
19735 ac_status=$?
19736 grep -v '^ *+' conftest.er1 >conftest.err
19737 rm -f conftest.er1
19738 cat conftest.err >&5
19739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19740 (exit $ac_status); } && {
19741 test -z "$ac_c_werror_flag" ||
19742 test ! -s conftest.err
19743 } && test -s conftest.$ac_objext; then
19744 eval "$as_ac_Header=yes"
19745 else
19746 echo "$as_me: failed program was:" >&5
19747 sed 's/^/| /' conftest.$ac_ext >&5
19748
19749 eval "$as_ac_Header=no"
19750 fi
19751
19752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19753 fi
19754 ac_res=`eval echo '${'$as_ac_Header'}'`
19755 { echo "$as_me:$LINENO: result: $ac_res" >&5
19756 echo "${ECHO_T}$ac_res" >&6; }
19757 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19758 cat >>confdefs.h <<_ACEOF
19759 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19760 _ACEOF
19761
19762 fi
19763
19764 done
19765
19766 fi
19767
19768 case "${host}" in
19769 *-pc-os2_emx | *-pc-os2-emx )
19770 if test $ac_cv_header_langinfo_h = "yes" \
19771 -a \( "$wx_cv_gccversion" = "EMX2" \
19772 -o "$wx_cv_gccversion" = "EMX3" \
19773 -o "$wx_cv_gccversion" = "Innotek5" \); then
19774 LIBS="$LIBS -lintl"
19775 fi
19776 ;;
19777 esac
19778
19779 if test "$USE_UNIX" = 1 ; then
19780
19781 for ac_header in sys/select.h
19782 do
19783 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19784 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19785 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19787 echo $ECHO_N "(cached) $ECHO_C" >&6
19788 else
19789 cat >conftest.$ac_ext <<_ACEOF
19790 /* confdefs.h. */
19791 _ACEOF
19792 cat confdefs.h >>conftest.$ac_ext
19793 cat >>conftest.$ac_ext <<_ACEOF
19794 /* end confdefs.h. */
19795 $ac_includes_default
19796
19797 #include <$ac_header>
19798 _ACEOF
19799 rm -f conftest.$ac_objext
19800 if { (ac_try="$ac_compile"
19801 case "(($ac_try" in
19802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19803 *) ac_try_echo=$ac_try;;
19804 esac
19805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19806 (eval "$ac_compile") 2>conftest.er1
19807 ac_status=$?
19808 grep -v '^ *+' conftest.er1 >conftest.err
19809 rm -f conftest.er1
19810 cat conftest.err >&5
19811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19812 (exit $ac_status); } && {
19813 test -z "$ac_c_werror_flag" ||
19814 test ! -s conftest.err
19815 } && test -s conftest.$ac_objext; then
19816 eval "$as_ac_Header=yes"
19817 else
19818 echo "$as_me: failed program was:" >&5
19819 sed 's/^/| /' conftest.$ac_ext >&5
19820
19821 eval "$as_ac_Header=no"
19822 fi
19823
19824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19825 fi
19826 ac_res=`eval echo '${'$as_ac_Header'}'`
19827 { echo "$as_me:$LINENO: result: $ac_res" >&5
19828 echo "${ECHO_T}$ac_res" >&6; }
19829 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19830 cat >>confdefs.h <<_ACEOF
19831 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19832 _ACEOF
19833
19834 fi
19835
19836 done
19837
19838 fi
19839
19840
19841 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19842 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
19843 if test "${ac_cv_c_const+set}" = set; then
19844 echo $ECHO_N "(cached) $ECHO_C" >&6
19845 else
19846 cat >conftest.$ac_ext <<_ACEOF
19847 /* confdefs.h. */
19848 _ACEOF
19849 cat confdefs.h >>conftest.$ac_ext
19850 cat >>conftest.$ac_ext <<_ACEOF
19851 /* end confdefs.h. */
19852
19853 int
19854 main ()
19855 {
19856 /* FIXME: Include the comments suggested by Paul. */
19857 #ifndef __cplusplus
19858 /* Ultrix mips cc rejects this. */
19859 typedef int charset[2];
19860 const charset cs;
19861 /* SunOS 4.1.1 cc rejects this. */
19862 char const *const *pcpcc;
19863 char **ppc;
19864 /* NEC SVR4.0.2 mips cc rejects this. */
19865 struct point {int x, y;};
19866 static struct point const zero = {0,0};
19867 /* AIX XL C 1.02.0.0 rejects this.
19868 It does not let you subtract one const X* pointer from another in
19869 an arm of an if-expression whose if-part is not a constant
19870 expression */
19871 const char *g = "string";
19872 pcpcc = &g + (g ? g-g : 0);
19873 /* HPUX 7.0 cc rejects these. */
19874 ++pcpcc;
19875 ppc = (char**) pcpcc;
19876 pcpcc = (char const *const *) ppc;
19877 { /* SCO 3.2v4 cc rejects this. */
19878 char *t;
19879 char const *s = 0 ? (char *) 0 : (char const *) 0;
19880
19881 *t++ = 0;
19882 if (s) return 0;
19883 }
19884 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19885 int x[] = {25, 17};
19886 const int *foo = &x[0];
19887 ++foo;
19888 }
19889 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19890 typedef const int *iptr;
19891 iptr p = 0;
19892 ++p;
19893 }
19894 { /* AIX XL C 1.02.0.0 rejects this saying
19895 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19896 struct s { int j; const int *ap[3]; };
19897 struct s *b; b->j = 5;
19898 }
19899 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19900 const int foo = 10;
19901 if (!foo) return 0;
19902 }
19903 return !cs[0] && !zero.x;
19904 #endif
19905
19906 ;
19907 return 0;
19908 }
19909 _ACEOF
19910 rm -f conftest.$ac_objext
19911 if { (ac_try="$ac_compile"
19912 case "(($ac_try" in
19913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19914 *) ac_try_echo=$ac_try;;
19915 esac
19916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19917 (eval "$ac_compile") 2>conftest.er1
19918 ac_status=$?
19919 grep -v '^ *+' conftest.er1 >conftest.err
19920 rm -f conftest.er1
19921 cat conftest.err >&5
19922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19923 (exit $ac_status); } && {
19924 test -z "$ac_c_werror_flag" ||
19925 test ! -s conftest.err
19926 } && test -s conftest.$ac_objext; then
19927 ac_cv_c_const=yes
19928 else
19929 echo "$as_me: failed program was:" >&5
19930 sed 's/^/| /' conftest.$ac_ext >&5
19931
19932 ac_cv_c_const=no
19933 fi
19934
19935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19936 fi
19937 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19938 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19939 if test $ac_cv_c_const = no; then
19940
19941 cat >>confdefs.h <<\_ACEOF
19942 #define const
19943 _ACEOF
19944
19945 fi
19946
19947 { echo "$as_me:$LINENO: checking for inline" >&5
19948 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19949 if test "${ac_cv_c_inline+set}" = set; then
19950 echo $ECHO_N "(cached) $ECHO_C" >&6
19951 else
19952 ac_cv_c_inline=no
19953 for ac_kw in inline __inline__ __inline; do
19954 cat >conftest.$ac_ext <<_ACEOF
19955 /* confdefs.h. */
19956 _ACEOF
19957 cat confdefs.h >>conftest.$ac_ext
19958 cat >>conftest.$ac_ext <<_ACEOF
19959 /* end confdefs.h. */
19960 #ifndef __cplusplus
19961 typedef int foo_t;
19962 static $ac_kw foo_t static_foo () {return 0; }
19963 $ac_kw foo_t foo () {return 0; }
19964 #endif
19965
19966 _ACEOF
19967 rm -f conftest.$ac_objext
19968 if { (ac_try="$ac_compile"
19969 case "(($ac_try" in
19970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19971 *) ac_try_echo=$ac_try;;
19972 esac
19973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19974 (eval "$ac_compile") 2>conftest.er1
19975 ac_status=$?
19976 grep -v '^ *+' conftest.er1 >conftest.err
19977 rm -f conftest.er1
19978 cat conftest.err >&5
19979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19980 (exit $ac_status); } && {
19981 test -z "$ac_c_werror_flag" ||
19982 test ! -s conftest.err
19983 } && test -s conftest.$ac_objext; then
19984 ac_cv_c_inline=$ac_kw
19985 else
19986 echo "$as_me: failed program was:" >&5
19987 sed 's/^/| /' conftest.$ac_ext >&5
19988
19989
19990 fi
19991
19992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19993 test "$ac_cv_c_inline" != no && break
19994 done
19995
19996 fi
19997 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19998 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19999
20000
20001 case $ac_cv_c_inline in
20002 inline | yes) ;;
20003 *)
20004 case $ac_cv_c_inline in
20005 no) ac_val=;;
20006 *) ac_val=$ac_cv_c_inline;;
20007 esac
20008 cat >>confdefs.h <<_ACEOF
20009 #ifndef __cplusplus
20010 #define inline $ac_val
20011 #endif
20012 _ACEOF
20013 ;;
20014 esac
20015
20016
20017 { echo "$as_me:$LINENO: checking for short" >&5
20018 echo $ECHO_N "checking for short... $ECHO_C" >&6; }
20019 if test "${ac_cv_type_short+set}" = set; then
20020 echo $ECHO_N "(cached) $ECHO_C" >&6
20021 else
20022 cat >conftest.$ac_ext <<_ACEOF
20023 /* confdefs.h. */
20024 _ACEOF
20025 cat confdefs.h >>conftest.$ac_ext
20026 cat >>conftest.$ac_ext <<_ACEOF
20027 /* end confdefs.h. */
20028 $ac_includes_default
20029 typedef short ac__type_new_;
20030 int
20031 main ()
20032 {
20033 if ((ac__type_new_ *) 0)
20034 return 0;
20035 if (sizeof (ac__type_new_))
20036 return 0;
20037 ;
20038 return 0;
20039 }
20040 _ACEOF
20041 rm -f conftest.$ac_objext
20042 if { (ac_try="$ac_compile"
20043 case "(($ac_try" in
20044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20045 *) ac_try_echo=$ac_try;;
20046 esac
20047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20048 (eval "$ac_compile") 2>conftest.er1
20049 ac_status=$?
20050 grep -v '^ *+' conftest.er1 >conftest.err
20051 rm -f conftest.er1
20052 cat conftest.err >&5
20053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20054 (exit $ac_status); } && {
20055 test -z "$ac_c_werror_flag" ||
20056 test ! -s conftest.err
20057 } && test -s conftest.$ac_objext; then
20058 ac_cv_type_short=yes
20059 else
20060 echo "$as_me: failed program was:" >&5
20061 sed 's/^/| /' conftest.$ac_ext >&5
20062
20063 ac_cv_type_short=no
20064 fi
20065
20066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20067 fi
20068 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
20069 echo "${ECHO_T}$ac_cv_type_short" >&6; }
20070
20071 # The cast to long int works around a bug in the HP C Compiler
20072 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20073 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20074 # This bug is HP SR number 8606223364.
20075 { echo "$as_me:$LINENO: checking size of short" >&5
20076 echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
20077 if test "${ac_cv_sizeof_short+set}" = set; then
20078 echo $ECHO_N "(cached) $ECHO_C" >&6
20079 else
20080 if test "$cross_compiling" = yes; then
20081 # Depending upon the size, compute the lo and hi bounds.
20082 cat >conftest.$ac_ext <<_ACEOF
20083 /* confdefs.h. */
20084 _ACEOF
20085 cat confdefs.h >>conftest.$ac_ext
20086 cat >>conftest.$ac_ext <<_ACEOF
20087 /* end confdefs.h. */
20088 $ac_includes_default
20089 typedef short ac__type_sizeof_;
20090 int
20091 main ()
20092 {
20093 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20094 test_array [0] = 0
20095
20096 ;
20097 return 0;
20098 }
20099 _ACEOF
20100 rm -f conftest.$ac_objext
20101 if { (ac_try="$ac_compile"
20102 case "(($ac_try" in
20103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20104 *) ac_try_echo=$ac_try;;
20105 esac
20106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20107 (eval "$ac_compile") 2>conftest.er1
20108 ac_status=$?
20109 grep -v '^ *+' conftest.er1 >conftest.err
20110 rm -f conftest.er1
20111 cat conftest.err >&5
20112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20113 (exit $ac_status); } && {
20114 test -z "$ac_c_werror_flag" ||
20115 test ! -s conftest.err
20116 } && test -s conftest.$ac_objext; then
20117 ac_lo=0 ac_mid=0
20118 while :; do
20119 cat >conftest.$ac_ext <<_ACEOF
20120 /* confdefs.h. */
20121 _ACEOF
20122 cat confdefs.h >>conftest.$ac_ext
20123 cat >>conftest.$ac_ext <<_ACEOF
20124 /* end confdefs.h. */
20125 $ac_includes_default
20126 typedef short ac__type_sizeof_;
20127 int
20128 main ()
20129 {
20130 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20131 test_array [0] = 0
20132
20133 ;
20134 return 0;
20135 }
20136 _ACEOF
20137 rm -f conftest.$ac_objext
20138 if { (ac_try="$ac_compile"
20139 case "(($ac_try" in
20140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20141 *) ac_try_echo=$ac_try;;
20142 esac
20143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20144 (eval "$ac_compile") 2>conftest.er1
20145 ac_status=$?
20146 grep -v '^ *+' conftest.er1 >conftest.err
20147 rm -f conftest.er1
20148 cat conftest.err >&5
20149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20150 (exit $ac_status); } && {
20151 test -z "$ac_c_werror_flag" ||
20152 test ! -s conftest.err
20153 } && test -s conftest.$ac_objext; then
20154 ac_hi=$ac_mid; break
20155 else
20156 echo "$as_me: failed program was:" >&5
20157 sed 's/^/| /' conftest.$ac_ext >&5
20158
20159 ac_lo=`expr $ac_mid + 1`
20160 if test $ac_lo -le $ac_mid; then
20161 ac_lo= ac_hi=
20162 break
20163 fi
20164 ac_mid=`expr 2 '*' $ac_mid + 1`
20165 fi
20166
20167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20168 done
20169 else
20170 echo "$as_me: failed program was:" >&5
20171 sed 's/^/| /' conftest.$ac_ext >&5
20172
20173 cat >conftest.$ac_ext <<_ACEOF
20174 /* confdefs.h. */
20175 _ACEOF
20176 cat confdefs.h >>conftest.$ac_ext
20177 cat >>conftest.$ac_ext <<_ACEOF
20178 /* end confdefs.h. */
20179 $ac_includes_default
20180 typedef short ac__type_sizeof_;
20181 int
20182 main ()
20183 {
20184 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20185 test_array [0] = 0
20186
20187 ;
20188 return 0;
20189 }
20190 _ACEOF
20191 rm -f conftest.$ac_objext
20192 if { (ac_try="$ac_compile"
20193 case "(($ac_try" in
20194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20195 *) ac_try_echo=$ac_try;;
20196 esac
20197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20198 (eval "$ac_compile") 2>conftest.er1
20199 ac_status=$?
20200 grep -v '^ *+' conftest.er1 >conftest.err
20201 rm -f conftest.er1
20202 cat conftest.err >&5
20203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20204 (exit $ac_status); } && {
20205 test -z "$ac_c_werror_flag" ||
20206 test ! -s conftest.err
20207 } && test -s conftest.$ac_objext; then
20208 ac_hi=-1 ac_mid=-1
20209 while :; do
20210 cat >conftest.$ac_ext <<_ACEOF
20211 /* confdefs.h. */
20212 _ACEOF
20213 cat confdefs.h >>conftest.$ac_ext
20214 cat >>conftest.$ac_ext <<_ACEOF
20215 /* end confdefs.h. */
20216 $ac_includes_default
20217 typedef short ac__type_sizeof_;
20218 int
20219 main ()
20220 {
20221 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20222 test_array [0] = 0
20223
20224 ;
20225 return 0;
20226 }
20227 _ACEOF
20228 rm -f conftest.$ac_objext
20229 if { (ac_try="$ac_compile"
20230 case "(($ac_try" in
20231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20232 *) ac_try_echo=$ac_try;;
20233 esac
20234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20235 (eval "$ac_compile") 2>conftest.er1
20236 ac_status=$?
20237 grep -v '^ *+' conftest.er1 >conftest.err
20238 rm -f conftest.er1
20239 cat conftest.err >&5
20240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20241 (exit $ac_status); } && {
20242 test -z "$ac_c_werror_flag" ||
20243 test ! -s conftest.err
20244 } && test -s conftest.$ac_objext; then
20245 ac_lo=$ac_mid; break
20246 else
20247 echo "$as_me: failed program was:" >&5
20248 sed 's/^/| /' conftest.$ac_ext >&5
20249
20250 ac_hi=`expr '(' $ac_mid ')' - 1`
20251 if test $ac_mid -le $ac_hi; then
20252 ac_lo= ac_hi=
20253 break
20254 fi
20255 ac_mid=`expr 2 '*' $ac_mid`
20256 fi
20257
20258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20259 done
20260 else
20261 echo "$as_me: failed program was:" >&5
20262 sed 's/^/| /' conftest.$ac_ext >&5
20263
20264 ac_lo= ac_hi=
20265 fi
20266
20267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20268 fi
20269
20270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20271 # Binary search between lo and hi bounds.
20272 while test "x$ac_lo" != "x$ac_hi"; do
20273 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20274 cat >conftest.$ac_ext <<_ACEOF
20275 /* confdefs.h. */
20276 _ACEOF
20277 cat confdefs.h >>conftest.$ac_ext
20278 cat >>conftest.$ac_ext <<_ACEOF
20279 /* end confdefs.h. */
20280 $ac_includes_default
20281 typedef short ac__type_sizeof_;
20282 int
20283 main ()
20284 {
20285 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20286 test_array [0] = 0
20287
20288 ;
20289 return 0;
20290 }
20291 _ACEOF
20292 rm -f conftest.$ac_objext
20293 if { (ac_try="$ac_compile"
20294 case "(($ac_try" in
20295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20296 *) ac_try_echo=$ac_try;;
20297 esac
20298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20299 (eval "$ac_compile") 2>conftest.er1
20300 ac_status=$?
20301 grep -v '^ *+' conftest.er1 >conftest.err
20302 rm -f conftest.er1
20303 cat conftest.err >&5
20304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20305 (exit $ac_status); } && {
20306 test -z "$ac_c_werror_flag" ||
20307 test ! -s conftest.err
20308 } && test -s conftest.$ac_objext; then
20309 ac_hi=$ac_mid
20310 else
20311 echo "$as_me: failed program was:" >&5
20312 sed 's/^/| /' conftest.$ac_ext >&5
20313
20314 ac_lo=`expr '(' $ac_mid ')' + 1`
20315 fi
20316
20317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20318 done
20319 case $ac_lo in
20320 ?*) ac_cv_sizeof_short=$ac_lo;;
20321 '') if test "$ac_cv_type_short" = yes; then
20322 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
20323 See \`config.log' for more details." >&5
20324 echo "$as_me: error: cannot compute sizeof (short)
20325 See \`config.log' for more details." >&2;}
20326 { (exit 77); exit 77; }; }
20327 else
20328 ac_cv_sizeof_short=0
20329 fi ;;
20330 esac
20331 else
20332 cat >conftest.$ac_ext <<_ACEOF
20333 /* confdefs.h. */
20334 _ACEOF
20335 cat confdefs.h >>conftest.$ac_ext
20336 cat >>conftest.$ac_ext <<_ACEOF
20337 /* end confdefs.h. */
20338 $ac_includes_default
20339 typedef short ac__type_sizeof_;
20340 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20341 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20342 #include <stdio.h>
20343 #include <stdlib.h>
20344 int
20345 main ()
20346 {
20347
20348 FILE *f = fopen ("conftest.val", "w");
20349 if (! f)
20350 return 1;
20351 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20352 {
20353 long int i = longval ();
20354 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20355 return 1;
20356 fprintf (f, "%ld\n", i);
20357 }
20358 else
20359 {
20360 unsigned long int i = ulongval ();
20361 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20362 return 1;
20363 fprintf (f, "%lu\n", i);
20364 }
20365 return ferror (f) || fclose (f) != 0;
20366
20367 ;
20368 return 0;
20369 }
20370 _ACEOF
20371 rm -f conftest$ac_exeext
20372 if { (ac_try="$ac_link"
20373 case "(($ac_try" in
20374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20375 *) ac_try_echo=$ac_try;;
20376 esac
20377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20378 (eval "$ac_link") 2>&5
20379 ac_status=$?
20380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20381 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20382 { (case "(($ac_try" in
20383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20384 *) ac_try_echo=$ac_try;;
20385 esac
20386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20387 (eval "$ac_try") 2>&5
20388 ac_status=$?
20389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20390 (exit $ac_status); }; }; then
20391 ac_cv_sizeof_short=`cat conftest.val`
20392 else
20393 echo "$as_me: program exited with status $ac_status" >&5
20394 echo "$as_me: failed program was:" >&5
20395 sed 's/^/| /' conftest.$ac_ext >&5
20396
20397 ( exit $ac_status )
20398 if test "$ac_cv_type_short" = yes; then
20399 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
20400 See \`config.log' for more details." >&5
20401 echo "$as_me: error: cannot compute sizeof (short)
20402 See \`config.log' for more details." >&2;}
20403 { (exit 77); exit 77; }; }
20404 else
20405 ac_cv_sizeof_short=0
20406 fi
20407 fi
20408 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20409 fi
20410 rm -f conftest.val
20411 fi
20412 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
20413 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
20414
20415
20416
20417 cat >>confdefs.h <<_ACEOF
20418 #define SIZEOF_SHORT $ac_cv_sizeof_short
20419 _ACEOF
20420
20421
20422 { echo "$as_me:$LINENO: checking for void *" >&5
20423 echo $ECHO_N "checking for void *... $ECHO_C" >&6; }
20424 if test "${ac_cv_type_void_p+set}" = set; then
20425 echo $ECHO_N "(cached) $ECHO_C" >&6
20426 else
20427 cat >conftest.$ac_ext <<_ACEOF
20428 /* confdefs.h. */
20429 _ACEOF
20430 cat confdefs.h >>conftest.$ac_ext
20431 cat >>conftest.$ac_ext <<_ACEOF
20432 /* end confdefs.h. */
20433 $ac_includes_default
20434 typedef void * ac__type_new_;
20435 int
20436 main ()
20437 {
20438 if ((ac__type_new_ *) 0)
20439 return 0;
20440 if (sizeof (ac__type_new_))
20441 return 0;
20442 ;
20443 return 0;
20444 }
20445 _ACEOF
20446 rm -f conftest.$ac_objext
20447 if { (ac_try="$ac_compile"
20448 case "(($ac_try" in
20449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20450 *) ac_try_echo=$ac_try;;
20451 esac
20452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20453 (eval "$ac_compile") 2>conftest.er1
20454 ac_status=$?
20455 grep -v '^ *+' conftest.er1 >conftest.err
20456 rm -f conftest.er1
20457 cat conftest.err >&5
20458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20459 (exit $ac_status); } && {
20460 test -z "$ac_c_werror_flag" ||
20461 test ! -s conftest.err
20462 } && test -s conftest.$ac_objext; then
20463 ac_cv_type_void_p=yes
20464 else
20465 echo "$as_me: failed program was:" >&5
20466 sed 's/^/| /' conftest.$ac_ext >&5
20467
20468 ac_cv_type_void_p=no
20469 fi
20470
20471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20472 fi
20473 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
20474 echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
20475
20476 # The cast to long int works around a bug in the HP C Compiler
20477 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20478 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20479 # This bug is HP SR number 8606223364.
20480 { echo "$as_me:$LINENO: checking size of void *" >&5
20481 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; }
20482 if test "${ac_cv_sizeof_void_p+set}" = set; then
20483 echo $ECHO_N "(cached) $ECHO_C" >&6
20484 else
20485 if test "$cross_compiling" = yes; then
20486 # Depending upon the size, compute the lo and hi bounds.
20487 cat >conftest.$ac_ext <<_ACEOF
20488 /* confdefs.h. */
20489 _ACEOF
20490 cat confdefs.h >>conftest.$ac_ext
20491 cat >>conftest.$ac_ext <<_ACEOF
20492 /* end confdefs.h. */
20493 $ac_includes_default
20494 typedef void * ac__type_sizeof_;
20495 int
20496 main ()
20497 {
20498 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20499 test_array [0] = 0
20500
20501 ;
20502 return 0;
20503 }
20504 _ACEOF
20505 rm -f conftest.$ac_objext
20506 if { (ac_try="$ac_compile"
20507 case "(($ac_try" in
20508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20509 *) ac_try_echo=$ac_try;;
20510 esac
20511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20512 (eval "$ac_compile") 2>conftest.er1
20513 ac_status=$?
20514 grep -v '^ *+' conftest.er1 >conftest.err
20515 rm -f conftest.er1
20516 cat conftest.err >&5
20517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20518 (exit $ac_status); } && {
20519 test -z "$ac_c_werror_flag" ||
20520 test ! -s conftest.err
20521 } && test -s conftest.$ac_objext; then
20522 ac_lo=0 ac_mid=0
20523 while :; do
20524 cat >conftest.$ac_ext <<_ACEOF
20525 /* confdefs.h. */
20526 _ACEOF
20527 cat confdefs.h >>conftest.$ac_ext
20528 cat >>conftest.$ac_ext <<_ACEOF
20529 /* end confdefs.h. */
20530 $ac_includes_default
20531 typedef void * ac__type_sizeof_;
20532 int
20533 main ()
20534 {
20535 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20536 test_array [0] = 0
20537
20538 ;
20539 return 0;
20540 }
20541 _ACEOF
20542 rm -f conftest.$ac_objext
20543 if { (ac_try="$ac_compile"
20544 case "(($ac_try" in
20545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20546 *) ac_try_echo=$ac_try;;
20547 esac
20548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20549 (eval "$ac_compile") 2>conftest.er1
20550 ac_status=$?
20551 grep -v '^ *+' conftest.er1 >conftest.err
20552 rm -f conftest.er1
20553 cat conftest.err >&5
20554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20555 (exit $ac_status); } && {
20556 test -z "$ac_c_werror_flag" ||
20557 test ! -s conftest.err
20558 } && test -s conftest.$ac_objext; then
20559 ac_hi=$ac_mid; break
20560 else
20561 echo "$as_me: failed program was:" >&5
20562 sed 's/^/| /' conftest.$ac_ext >&5
20563
20564 ac_lo=`expr $ac_mid + 1`
20565 if test $ac_lo -le $ac_mid; then
20566 ac_lo= ac_hi=
20567 break
20568 fi
20569 ac_mid=`expr 2 '*' $ac_mid + 1`
20570 fi
20571
20572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20573 done
20574 else
20575 echo "$as_me: failed program was:" >&5
20576 sed 's/^/| /' conftest.$ac_ext >&5
20577
20578 cat >conftest.$ac_ext <<_ACEOF
20579 /* confdefs.h. */
20580 _ACEOF
20581 cat confdefs.h >>conftest.$ac_ext
20582 cat >>conftest.$ac_ext <<_ACEOF
20583 /* end confdefs.h. */
20584 $ac_includes_default
20585 typedef void * ac__type_sizeof_;
20586 int
20587 main ()
20588 {
20589 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20590 test_array [0] = 0
20591
20592 ;
20593 return 0;
20594 }
20595 _ACEOF
20596 rm -f conftest.$ac_objext
20597 if { (ac_try="$ac_compile"
20598 case "(($ac_try" in
20599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20600 *) ac_try_echo=$ac_try;;
20601 esac
20602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20603 (eval "$ac_compile") 2>conftest.er1
20604 ac_status=$?
20605 grep -v '^ *+' conftest.er1 >conftest.err
20606 rm -f conftest.er1
20607 cat conftest.err >&5
20608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20609 (exit $ac_status); } && {
20610 test -z "$ac_c_werror_flag" ||
20611 test ! -s conftest.err
20612 } && test -s conftest.$ac_objext; then
20613 ac_hi=-1 ac_mid=-1
20614 while :; do
20615 cat >conftest.$ac_ext <<_ACEOF
20616 /* confdefs.h. */
20617 _ACEOF
20618 cat confdefs.h >>conftest.$ac_ext
20619 cat >>conftest.$ac_ext <<_ACEOF
20620 /* end confdefs.h. */
20621 $ac_includes_default
20622 typedef void * ac__type_sizeof_;
20623 int
20624 main ()
20625 {
20626 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20627 test_array [0] = 0
20628
20629 ;
20630 return 0;
20631 }
20632 _ACEOF
20633 rm -f conftest.$ac_objext
20634 if { (ac_try="$ac_compile"
20635 case "(($ac_try" in
20636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20637 *) ac_try_echo=$ac_try;;
20638 esac
20639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20640 (eval "$ac_compile") 2>conftest.er1
20641 ac_status=$?
20642 grep -v '^ *+' conftest.er1 >conftest.err
20643 rm -f conftest.er1
20644 cat conftest.err >&5
20645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20646 (exit $ac_status); } && {
20647 test -z "$ac_c_werror_flag" ||
20648 test ! -s conftest.err
20649 } && test -s conftest.$ac_objext; then
20650 ac_lo=$ac_mid; break
20651 else
20652 echo "$as_me: failed program was:" >&5
20653 sed 's/^/| /' conftest.$ac_ext >&5
20654
20655 ac_hi=`expr '(' $ac_mid ')' - 1`
20656 if test $ac_mid -le $ac_hi; then
20657 ac_lo= ac_hi=
20658 break
20659 fi
20660 ac_mid=`expr 2 '*' $ac_mid`
20661 fi
20662
20663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20664 done
20665 else
20666 echo "$as_me: failed program was:" >&5
20667 sed 's/^/| /' conftest.$ac_ext >&5
20668
20669 ac_lo= ac_hi=
20670 fi
20671
20672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20673 fi
20674
20675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20676 # Binary search between lo and hi bounds.
20677 while test "x$ac_lo" != "x$ac_hi"; do
20678 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20679 cat >conftest.$ac_ext <<_ACEOF
20680 /* confdefs.h. */
20681 _ACEOF
20682 cat confdefs.h >>conftest.$ac_ext
20683 cat >>conftest.$ac_ext <<_ACEOF
20684 /* end confdefs.h. */
20685 $ac_includes_default
20686 typedef void * ac__type_sizeof_;
20687 int
20688 main ()
20689 {
20690 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20691 test_array [0] = 0
20692
20693 ;
20694 return 0;
20695 }
20696 _ACEOF
20697 rm -f conftest.$ac_objext
20698 if { (ac_try="$ac_compile"
20699 case "(($ac_try" in
20700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20701 *) ac_try_echo=$ac_try;;
20702 esac
20703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20704 (eval "$ac_compile") 2>conftest.er1
20705 ac_status=$?
20706 grep -v '^ *+' conftest.er1 >conftest.err
20707 rm -f conftest.er1
20708 cat conftest.err >&5
20709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20710 (exit $ac_status); } && {
20711 test -z "$ac_c_werror_flag" ||
20712 test ! -s conftest.err
20713 } && test -s conftest.$ac_objext; then
20714 ac_hi=$ac_mid
20715 else
20716 echo "$as_me: failed program was:" >&5
20717 sed 's/^/| /' conftest.$ac_ext >&5
20718
20719 ac_lo=`expr '(' $ac_mid ')' + 1`
20720 fi
20721
20722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20723 done
20724 case $ac_lo in
20725 ?*) ac_cv_sizeof_void_p=$ac_lo;;
20726 '') if test "$ac_cv_type_void_p" = yes; then
20727 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
20728 See \`config.log' for more details." >&5
20729 echo "$as_me: error: cannot compute sizeof (void *)
20730 See \`config.log' for more details." >&2;}
20731 { (exit 77); exit 77; }; }
20732 else
20733 ac_cv_sizeof_void_p=0
20734 fi ;;
20735 esac
20736 else
20737 cat >conftest.$ac_ext <<_ACEOF
20738 /* confdefs.h. */
20739 _ACEOF
20740 cat confdefs.h >>conftest.$ac_ext
20741 cat >>conftest.$ac_ext <<_ACEOF
20742 /* end confdefs.h. */
20743 $ac_includes_default
20744 typedef void * ac__type_sizeof_;
20745 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20746 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20747 #include <stdio.h>
20748 #include <stdlib.h>
20749 int
20750 main ()
20751 {
20752
20753 FILE *f = fopen ("conftest.val", "w");
20754 if (! f)
20755 return 1;
20756 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20757 {
20758 long int i = longval ();
20759 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20760 return 1;
20761 fprintf (f, "%ld\n", i);
20762 }
20763 else
20764 {
20765 unsigned long int i = ulongval ();
20766 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20767 return 1;
20768 fprintf (f, "%lu\n", i);
20769 }
20770 return ferror (f) || fclose (f) != 0;
20771
20772 ;
20773 return 0;
20774 }
20775 _ACEOF
20776 rm -f conftest$ac_exeext
20777 if { (ac_try="$ac_link"
20778 case "(($ac_try" in
20779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20780 *) ac_try_echo=$ac_try;;
20781 esac
20782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20783 (eval "$ac_link") 2>&5
20784 ac_status=$?
20785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20786 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20787 { (case "(($ac_try" in
20788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20789 *) ac_try_echo=$ac_try;;
20790 esac
20791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20792 (eval "$ac_try") 2>&5
20793 ac_status=$?
20794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20795 (exit $ac_status); }; }; then
20796 ac_cv_sizeof_void_p=`cat conftest.val`
20797 else
20798 echo "$as_me: program exited with status $ac_status" >&5
20799 echo "$as_me: failed program was:" >&5
20800 sed 's/^/| /' conftest.$ac_ext >&5
20801
20802 ( exit $ac_status )
20803 if test "$ac_cv_type_void_p" = yes; then
20804 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
20805 See \`config.log' for more details." >&5
20806 echo "$as_me: error: cannot compute sizeof (void *)
20807 See \`config.log' for more details." >&2;}
20808 { (exit 77); exit 77; }; }
20809 else
20810 ac_cv_sizeof_void_p=0
20811 fi
20812 fi
20813 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20814 fi
20815 rm -f conftest.val
20816 fi
20817 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
20818 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; }
20819
20820
20821
20822 cat >>confdefs.h <<_ACEOF
20823 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
20824 _ACEOF
20825
20826
20827 { echo "$as_me:$LINENO: checking for int" >&5
20828 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
20829 if test "${ac_cv_type_int+set}" = set; then
20830 echo $ECHO_N "(cached) $ECHO_C" >&6
20831 else
20832 cat >conftest.$ac_ext <<_ACEOF
20833 /* confdefs.h. */
20834 _ACEOF
20835 cat confdefs.h >>conftest.$ac_ext
20836 cat >>conftest.$ac_ext <<_ACEOF
20837 /* end confdefs.h. */
20838 $ac_includes_default
20839 typedef int ac__type_new_;
20840 int
20841 main ()
20842 {
20843 if ((ac__type_new_ *) 0)
20844 return 0;
20845 if (sizeof (ac__type_new_))
20846 return 0;
20847 ;
20848 return 0;
20849 }
20850 _ACEOF
20851 rm -f conftest.$ac_objext
20852 if { (ac_try="$ac_compile"
20853 case "(($ac_try" in
20854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20855 *) ac_try_echo=$ac_try;;
20856 esac
20857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20858 (eval "$ac_compile") 2>conftest.er1
20859 ac_status=$?
20860 grep -v '^ *+' conftest.er1 >conftest.err
20861 rm -f conftest.er1
20862 cat conftest.err >&5
20863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20864 (exit $ac_status); } && {
20865 test -z "$ac_c_werror_flag" ||
20866 test ! -s conftest.err
20867 } && test -s conftest.$ac_objext; then
20868 ac_cv_type_int=yes
20869 else
20870 echo "$as_me: failed program was:" >&5
20871 sed 's/^/| /' conftest.$ac_ext >&5
20872
20873 ac_cv_type_int=no
20874 fi
20875
20876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20877 fi
20878 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
20879 echo "${ECHO_T}$ac_cv_type_int" >&6; }
20880
20881 # The cast to long int works around a bug in the HP C Compiler
20882 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20883 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20884 # This bug is HP SR number 8606223364.
20885 { echo "$as_me:$LINENO: checking size of int" >&5
20886 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
20887 if test "${ac_cv_sizeof_int+set}" = set; then
20888 echo $ECHO_N "(cached) $ECHO_C" >&6
20889 else
20890 if test "$cross_compiling" = yes; then
20891 # Depending upon the size, compute the lo and hi bounds.
20892 cat >conftest.$ac_ext <<_ACEOF
20893 /* confdefs.h. */
20894 _ACEOF
20895 cat confdefs.h >>conftest.$ac_ext
20896 cat >>conftest.$ac_ext <<_ACEOF
20897 /* end confdefs.h. */
20898 $ac_includes_default
20899 typedef int ac__type_sizeof_;
20900 int
20901 main ()
20902 {
20903 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20904 test_array [0] = 0
20905
20906 ;
20907 return 0;
20908 }
20909 _ACEOF
20910 rm -f conftest.$ac_objext
20911 if { (ac_try="$ac_compile"
20912 case "(($ac_try" in
20913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20914 *) ac_try_echo=$ac_try;;
20915 esac
20916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20917 (eval "$ac_compile") 2>conftest.er1
20918 ac_status=$?
20919 grep -v '^ *+' conftest.er1 >conftest.err
20920 rm -f conftest.er1
20921 cat conftest.err >&5
20922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20923 (exit $ac_status); } && {
20924 test -z "$ac_c_werror_flag" ||
20925 test ! -s conftest.err
20926 } && test -s conftest.$ac_objext; then
20927 ac_lo=0 ac_mid=0
20928 while :; do
20929 cat >conftest.$ac_ext <<_ACEOF
20930 /* confdefs.h. */
20931 _ACEOF
20932 cat confdefs.h >>conftest.$ac_ext
20933 cat >>conftest.$ac_ext <<_ACEOF
20934 /* end confdefs.h. */
20935 $ac_includes_default
20936 typedef int ac__type_sizeof_;
20937 int
20938 main ()
20939 {
20940 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20941 test_array [0] = 0
20942
20943 ;
20944 return 0;
20945 }
20946 _ACEOF
20947 rm -f conftest.$ac_objext
20948 if { (ac_try="$ac_compile"
20949 case "(($ac_try" in
20950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20951 *) ac_try_echo=$ac_try;;
20952 esac
20953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20954 (eval "$ac_compile") 2>conftest.er1
20955 ac_status=$?
20956 grep -v '^ *+' conftest.er1 >conftest.err
20957 rm -f conftest.er1
20958 cat conftest.err >&5
20959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20960 (exit $ac_status); } && {
20961 test -z "$ac_c_werror_flag" ||
20962 test ! -s conftest.err
20963 } && test -s conftest.$ac_objext; then
20964 ac_hi=$ac_mid; break
20965 else
20966 echo "$as_me: failed program was:" >&5
20967 sed 's/^/| /' conftest.$ac_ext >&5
20968
20969 ac_lo=`expr $ac_mid + 1`
20970 if test $ac_lo -le $ac_mid; then
20971 ac_lo= ac_hi=
20972 break
20973 fi
20974 ac_mid=`expr 2 '*' $ac_mid + 1`
20975 fi
20976
20977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20978 done
20979 else
20980 echo "$as_me: failed program was:" >&5
20981 sed 's/^/| /' conftest.$ac_ext >&5
20982
20983 cat >conftest.$ac_ext <<_ACEOF
20984 /* confdefs.h. */
20985 _ACEOF
20986 cat confdefs.h >>conftest.$ac_ext
20987 cat >>conftest.$ac_ext <<_ACEOF
20988 /* end confdefs.h. */
20989 $ac_includes_default
20990 typedef int ac__type_sizeof_;
20991 int
20992 main ()
20993 {
20994 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20995 test_array [0] = 0
20996
20997 ;
20998 return 0;
20999 }
21000 _ACEOF
21001 rm -f conftest.$ac_objext
21002 if { (ac_try="$ac_compile"
21003 case "(($ac_try" in
21004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21005 *) ac_try_echo=$ac_try;;
21006 esac
21007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21008 (eval "$ac_compile") 2>conftest.er1
21009 ac_status=$?
21010 grep -v '^ *+' conftest.er1 >conftest.err
21011 rm -f conftest.er1
21012 cat conftest.err >&5
21013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21014 (exit $ac_status); } && {
21015 test -z "$ac_c_werror_flag" ||
21016 test ! -s conftest.err
21017 } && test -s conftest.$ac_objext; then
21018 ac_hi=-1 ac_mid=-1
21019 while :; do
21020 cat >conftest.$ac_ext <<_ACEOF
21021 /* confdefs.h. */
21022 _ACEOF
21023 cat confdefs.h >>conftest.$ac_ext
21024 cat >>conftest.$ac_ext <<_ACEOF
21025 /* end confdefs.h. */
21026 $ac_includes_default
21027 typedef int ac__type_sizeof_;
21028 int
21029 main ()
21030 {
21031 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21032 test_array [0] = 0
21033
21034 ;
21035 return 0;
21036 }
21037 _ACEOF
21038 rm -f conftest.$ac_objext
21039 if { (ac_try="$ac_compile"
21040 case "(($ac_try" in
21041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21042 *) ac_try_echo=$ac_try;;
21043 esac
21044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21045 (eval "$ac_compile") 2>conftest.er1
21046 ac_status=$?
21047 grep -v '^ *+' conftest.er1 >conftest.err
21048 rm -f conftest.er1
21049 cat conftest.err >&5
21050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21051 (exit $ac_status); } && {
21052 test -z "$ac_c_werror_flag" ||
21053 test ! -s conftest.err
21054 } && test -s conftest.$ac_objext; then
21055 ac_lo=$ac_mid; break
21056 else
21057 echo "$as_me: failed program was:" >&5
21058 sed 's/^/| /' conftest.$ac_ext >&5
21059
21060 ac_hi=`expr '(' $ac_mid ')' - 1`
21061 if test $ac_mid -le $ac_hi; then
21062 ac_lo= ac_hi=
21063 break
21064 fi
21065 ac_mid=`expr 2 '*' $ac_mid`
21066 fi
21067
21068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21069 done
21070 else
21071 echo "$as_me: failed program was:" >&5
21072 sed 's/^/| /' conftest.$ac_ext >&5
21073
21074 ac_lo= ac_hi=
21075 fi
21076
21077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21078 fi
21079
21080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21081 # Binary search between lo and hi bounds.
21082 while test "x$ac_lo" != "x$ac_hi"; do
21083 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21084 cat >conftest.$ac_ext <<_ACEOF
21085 /* confdefs.h. */
21086 _ACEOF
21087 cat confdefs.h >>conftest.$ac_ext
21088 cat >>conftest.$ac_ext <<_ACEOF
21089 /* end confdefs.h. */
21090 $ac_includes_default
21091 typedef int ac__type_sizeof_;
21092 int
21093 main ()
21094 {
21095 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21096 test_array [0] = 0
21097
21098 ;
21099 return 0;
21100 }
21101 _ACEOF
21102 rm -f conftest.$ac_objext
21103 if { (ac_try="$ac_compile"
21104 case "(($ac_try" in
21105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21106 *) ac_try_echo=$ac_try;;
21107 esac
21108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21109 (eval "$ac_compile") 2>conftest.er1
21110 ac_status=$?
21111 grep -v '^ *+' conftest.er1 >conftest.err
21112 rm -f conftest.er1
21113 cat conftest.err >&5
21114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21115 (exit $ac_status); } && {
21116 test -z "$ac_c_werror_flag" ||
21117 test ! -s conftest.err
21118 } && test -s conftest.$ac_objext; then
21119 ac_hi=$ac_mid
21120 else
21121 echo "$as_me: failed program was:" >&5
21122 sed 's/^/| /' conftest.$ac_ext >&5
21123
21124 ac_lo=`expr '(' $ac_mid ')' + 1`
21125 fi
21126
21127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21128 done
21129 case $ac_lo in
21130 ?*) ac_cv_sizeof_int=$ac_lo;;
21131 '') if test "$ac_cv_type_int" = yes; then
21132 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
21133 See \`config.log' for more details." >&5
21134 echo "$as_me: error: cannot compute sizeof (int)
21135 See \`config.log' for more details." >&2;}
21136 { (exit 77); exit 77; }; }
21137 else
21138 ac_cv_sizeof_int=0
21139 fi ;;
21140 esac
21141 else
21142 cat >conftest.$ac_ext <<_ACEOF
21143 /* confdefs.h. */
21144 _ACEOF
21145 cat confdefs.h >>conftest.$ac_ext
21146 cat >>conftest.$ac_ext <<_ACEOF
21147 /* end confdefs.h. */
21148 $ac_includes_default
21149 typedef int ac__type_sizeof_;
21150 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21151 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21152 #include <stdio.h>
21153 #include <stdlib.h>
21154 int
21155 main ()
21156 {
21157
21158 FILE *f = fopen ("conftest.val", "w");
21159 if (! f)
21160 return 1;
21161 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21162 {
21163 long int i = longval ();
21164 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21165 return 1;
21166 fprintf (f, "%ld\n", i);
21167 }
21168 else
21169 {
21170 unsigned long int i = ulongval ();
21171 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21172 return 1;
21173 fprintf (f, "%lu\n", i);
21174 }
21175 return ferror (f) || fclose (f) != 0;
21176
21177 ;
21178 return 0;
21179 }
21180 _ACEOF
21181 rm -f conftest$ac_exeext
21182 if { (ac_try="$ac_link"
21183 case "(($ac_try" in
21184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21185 *) ac_try_echo=$ac_try;;
21186 esac
21187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21188 (eval "$ac_link") 2>&5
21189 ac_status=$?
21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21192 { (case "(($ac_try" in
21193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21194 *) ac_try_echo=$ac_try;;
21195 esac
21196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21197 (eval "$ac_try") 2>&5
21198 ac_status=$?
21199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21200 (exit $ac_status); }; }; then
21201 ac_cv_sizeof_int=`cat conftest.val`
21202 else
21203 echo "$as_me: program exited with status $ac_status" >&5
21204 echo "$as_me: failed program was:" >&5
21205 sed 's/^/| /' conftest.$ac_ext >&5
21206
21207 ( exit $ac_status )
21208 if test "$ac_cv_type_int" = yes; then
21209 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
21210 See \`config.log' for more details." >&5
21211 echo "$as_me: error: cannot compute sizeof (int)
21212 See \`config.log' for more details." >&2;}
21213 { (exit 77); exit 77; }; }
21214 else
21215 ac_cv_sizeof_int=0
21216 fi
21217 fi
21218 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21219 fi
21220 rm -f conftest.val
21221 fi
21222 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
21223 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
21224
21225
21226
21227 cat >>confdefs.h <<_ACEOF
21228 #define SIZEOF_INT $ac_cv_sizeof_int
21229 _ACEOF
21230
21231
21232 { echo "$as_me:$LINENO: checking for long" >&5
21233 echo $ECHO_N "checking for long... $ECHO_C" >&6; }
21234 if test "${ac_cv_type_long+set}" = set; then
21235 echo $ECHO_N "(cached) $ECHO_C" >&6
21236 else
21237 cat >conftest.$ac_ext <<_ACEOF
21238 /* confdefs.h. */
21239 _ACEOF
21240 cat confdefs.h >>conftest.$ac_ext
21241 cat >>conftest.$ac_ext <<_ACEOF
21242 /* end confdefs.h. */
21243 $ac_includes_default
21244 typedef long ac__type_new_;
21245 int
21246 main ()
21247 {
21248 if ((ac__type_new_ *) 0)
21249 return 0;
21250 if (sizeof (ac__type_new_))
21251 return 0;
21252 ;
21253 return 0;
21254 }
21255 _ACEOF
21256 rm -f conftest.$ac_objext
21257 if { (ac_try="$ac_compile"
21258 case "(($ac_try" in
21259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21260 *) ac_try_echo=$ac_try;;
21261 esac
21262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21263 (eval "$ac_compile") 2>conftest.er1
21264 ac_status=$?
21265 grep -v '^ *+' conftest.er1 >conftest.err
21266 rm -f conftest.er1
21267 cat conftest.err >&5
21268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21269 (exit $ac_status); } && {
21270 test -z "$ac_c_werror_flag" ||
21271 test ! -s conftest.err
21272 } && test -s conftest.$ac_objext; then
21273 ac_cv_type_long=yes
21274 else
21275 echo "$as_me: failed program was:" >&5
21276 sed 's/^/| /' conftest.$ac_ext >&5
21277
21278 ac_cv_type_long=no
21279 fi
21280
21281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21282 fi
21283 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
21284 echo "${ECHO_T}$ac_cv_type_long" >&6; }
21285
21286 # The cast to long int works around a bug in the HP C Compiler
21287 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21288 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21289 # This bug is HP SR number 8606223364.
21290 { echo "$as_me:$LINENO: checking size of long" >&5
21291 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
21292 if test "${ac_cv_sizeof_long+set}" = set; then
21293 echo $ECHO_N "(cached) $ECHO_C" >&6
21294 else
21295 if test "$cross_compiling" = yes; then
21296 # Depending upon the size, compute the lo and hi bounds.
21297 cat >conftest.$ac_ext <<_ACEOF
21298 /* confdefs.h. */
21299 _ACEOF
21300 cat confdefs.h >>conftest.$ac_ext
21301 cat >>conftest.$ac_ext <<_ACEOF
21302 /* end confdefs.h. */
21303 $ac_includes_default
21304 typedef long ac__type_sizeof_;
21305 int
21306 main ()
21307 {
21308 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21309 test_array [0] = 0
21310
21311 ;
21312 return 0;
21313 }
21314 _ACEOF
21315 rm -f conftest.$ac_objext
21316 if { (ac_try="$ac_compile"
21317 case "(($ac_try" in
21318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21319 *) ac_try_echo=$ac_try;;
21320 esac
21321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21322 (eval "$ac_compile") 2>conftest.er1
21323 ac_status=$?
21324 grep -v '^ *+' conftest.er1 >conftest.err
21325 rm -f conftest.er1
21326 cat conftest.err >&5
21327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21328 (exit $ac_status); } && {
21329 test -z "$ac_c_werror_flag" ||
21330 test ! -s conftest.err
21331 } && test -s conftest.$ac_objext; then
21332 ac_lo=0 ac_mid=0
21333 while :; do
21334 cat >conftest.$ac_ext <<_ACEOF
21335 /* confdefs.h. */
21336 _ACEOF
21337 cat confdefs.h >>conftest.$ac_ext
21338 cat >>conftest.$ac_ext <<_ACEOF
21339 /* end confdefs.h. */
21340 $ac_includes_default
21341 typedef long ac__type_sizeof_;
21342 int
21343 main ()
21344 {
21345 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21346 test_array [0] = 0
21347
21348 ;
21349 return 0;
21350 }
21351 _ACEOF
21352 rm -f conftest.$ac_objext
21353 if { (ac_try="$ac_compile"
21354 case "(($ac_try" in
21355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21356 *) ac_try_echo=$ac_try;;
21357 esac
21358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21359 (eval "$ac_compile") 2>conftest.er1
21360 ac_status=$?
21361 grep -v '^ *+' conftest.er1 >conftest.err
21362 rm -f conftest.er1
21363 cat conftest.err >&5
21364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21365 (exit $ac_status); } && {
21366 test -z "$ac_c_werror_flag" ||
21367 test ! -s conftest.err
21368 } && test -s conftest.$ac_objext; then
21369 ac_hi=$ac_mid; break
21370 else
21371 echo "$as_me: failed program was:" >&5
21372 sed 's/^/| /' conftest.$ac_ext >&5
21373
21374 ac_lo=`expr $ac_mid + 1`
21375 if test $ac_lo -le $ac_mid; then
21376 ac_lo= ac_hi=
21377 break
21378 fi
21379 ac_mid=`expr 2 '*' $ac_mid + 1`
21380 fi
21381
21382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21383 done
21384 else
21385 echo "$as_me: failed program was:" >&5
21386 sed 's/^/| /' conftest.$ac_ext >&5
21387
21388 cat >conftest.$ac_ext <<_ACEOF
21389 /* confdefs.h. */
21390 _ACEOF
21391 cat confdefs.h >>conftest.$ac_ext
21392 cat >>conftest.$ac_ext <<_ACEOF
21393 /* end confdefs.h. */
21394 $ac_includes_default
21395 typedef long ac__type_sizeof_;
21396 int
21397 main ()
21398 {
21399 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21400 test_array [0] = 0
21401
21402 ;
21403 return 0;
21404 }
21405 _ACEOF
21406 rm -f conftest.$ac_objext
21407 if { (ac_try="$ac_compile"
21408 case "(($ac_try" in
21409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21410 *) ac_try_echo=$ac_try;;
21411 esac
21412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21413 (eval "$ac_compile") 2>conftest.er1
21414 ac_status=$?
21415 grep -v '^ *+' conftest.er1 >conftest.err
21416 rm -f conftest.er1
21417 cat conftest.err >&5
21418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21419 (exit $ac_status); } && {
21420 test -z "$ac_c_werror_flag" ||
21421 test ! -s conftest.err
21422 } && test -s conftest.$ac_objext; then
21423 ac_hi=-1 ac_mid=-1
21424 while :; do
21425 cat >conftest.$ac_ext <<_ACEOF
21426 /* confdefs.h. */
21427 _ACEOF
21428 cat confdefs.h >>conftest.$ac_ext
21429 cat >>conftest.$ac_ext <<_ACEOF
21430 /* end confdefs.h. */
21431 $ac_includes_default
21432 typedef long ac__type_sizeof_;
21433 int
21434 main ()
21435 {
21436 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21437 test_array [0] = 0
21438
21439 ;
21440 return 0;
21441 }
21442 _ACEOF
21443 rm -f conftest.$ac_objext
21444 if { (ac_try="$ac_compile"
21445 case "(($ac_try" in
21446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21447 *) ac_try_echo=$ac_try;;
21448 esac
21449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21450 (eval "$ac_compile") 2>conftest.er1
21451 ac_status=$?
21452 grep -v '^ *+' conftest.er1 >conftest.err
21453 rm -f conftest.er1
21454 cat conftest.err >&5
21455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21456 (exit $ac_status); } && {
21457 test -z "$ac_c_werror_flag" ||
21458 test ! -s conftest.err
21459 } && test -s conftest.$ac_objext; then
21460 ac_lo=$ac_mid; break
21461 else
21462 echo "$as_me: failed program was:" >&5
21463 sed 's/^/| /' conftest.$ac_ext >&5
21464
21465 ac_hi=`expr '(' $ac_mid ')' - 1`
21466 if test $ac_mid -le $ac_hi; then
21467 ac_lo= ac_hi=
21468 break
21469 fi
21470 ac_mid=`expr 2 '*' $ac_mid`
21471 fi
21472
21473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21474 done
21475 else
21476 echo "$as_me: failed program was:" >&5
21477 sed 's/^/| /' conftest.$ac_ext >&5
21478
21479 ac_lo= ac_hi=
21480 fi
21481
21482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21483 fi
21484
21485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21486 # Binary search between lo and hi bounds.
21487 while test "x$ac_lo" != "x$ac_hi"; do
21488 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21489 cat >conftest.$ac_ext <<_ACEOF
21490 /* confdefs.h. */
21491 _ACEOF
21492 cat confdefs.h >>conftest.$ac_ext
21493 cat >>conftest.$ac_ext <<_ACEOF
21494 /* end confdefs.h. */
21495 $ac_includes_default
21496 typedef long ac__type_sizeof_;
21497 int
21498 main ()
21499 {
21500 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21501 test_array [0] = 0
21502
21503 ;
21504 return 0;
21505 }
21506 _ACEOF
21507 rm -f conftest.$ac_objext
21508 if { (ac_try="$ac_compile"
21509 case "(($ac_try" in
21510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21511 *) ac_try_echo=$ac_try;;
21512 esac
21513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21514 (eval "$ac_compile") 2>conftest.er1
21515 ac_status=$?
21516 grep -v '^ *+' conftest.er1 >conftest.err
21517 rm -f conftest.er1
21518 cat conftest.err >&5
21519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21520 (exit $ac_status); } && {
21521 test -z "$ac_c_werror_flag" ||
21522 test ! -s conftest.err
21523 } && test -s conftest.$ac_objext; then
21524 ac_hi=$ac_mid
21525 else
21526 echo "$as_me: failed program was:" >&5
21527 sed 's/^/| /' conftest.$ac_ext >&5
21528
21529 ac_lo=`expr '(' $ac_mid ')' + 1`
21530 fi
21531
21532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21533 done
21534 case $ac_lo in
21535 ?*) ac_cv_sizeof_long=$ac_lo;;
21536 '') if test "$ac_cv_type_long" = yes; then
21537 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
21538 See \`config.log' for more details." >&5
21539 echo "$as_me: error: cannot compute sizeof (long)
21540 See \`config.log' for more details." >&2;}
21541 { (exit 77); exit 77; }; }
21542 else
21543 ac_cv_sizeof_long=0
21544 fi ;;
21545 esac
21546 else
21547 cat >conftest.$ac_ext <<_ACEOF
21548 /* confdefs.h. */
21549 _ACEOF
21550 cat confdefs.h >>conftest.$ac_ext
21551 cat >>conftest.$ac_ext <<_ACEOF
21552 /* end confdefs.h. */
21553 $ac_includes_default
21554 typedef long ac__type_sizeof_;
21555 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21556 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21557 #include <stdio.h>
21558 #include <stdlib.h>
21559 int
21560 main ()
21561 {
21562
21563 FILE *f = fopen ("conftest.val", "w");
21564 if (! f)
21565 return 1;
21566 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21567 {
21568 long int i = longval ();
21569 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21570 return 1;
21571 fprintf (f, "%ld\n", i);
21572 }
21573 else
21574 {
21575 unsigned long int i = ulongval ();
21576 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21577 return 1;
21578 fprintf (f, "%lu\n", i);
21579 }
21580 return ferror (f) || fclose (f) != 0;
21581
21582 ;
21583 return 0;
21584 }
21585 _ACEOF
21586 rm -f conftest$ac_exeext
21587 if { (ac_try="$ac_link"
21588 case "(($ac_try" in
21589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21590 *) ac_try_echo=$ac_try;;
21591 esac
21592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21593 (eval "$ac_link") 2>&5
21594 ac_status=$?
21595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21596 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21597 { (case "(($ac_try" in
21598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21599 *) ac_try_echo=$ac_try;;
21600 esac
21601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21602 (eval "$ac_try") 2>&5
21603 ac_status=$?
21604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21605 (exit $ac_status); }; }; then
21606 ac_cv_sizeof_long=`cat conftest.val`
21607 else
21608 echo "$as_me: program exited with status $ac_status" >&5
21609 echo "$as_me: failed program was:" >&5
21610 sed 's/^/| /' conftest.$ac_ext >&5
21611
21612 ( exit $ac_status )
21613 if test "$ac_cv_type_long" = yes; then
21614 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
21615 See \`config.log' for more details." >&5
21616 echo "$as_me: error: cannot compute sizeof (long)
21617 See \`config.log' for more details." >&2;}
21618 { (exit 77); exit 77; }; }
21619 else
21620 ac_cv_sizeof_long=0
21621 fi
21622 fi
21623 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21624 fi
21625 rm -f conftest.val
21626 fi
21627 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
21628 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
21629
21630
21631
21632 cat >>confdefs.h <<_ACEOF
21633 #define SIZEOF_LONG $ac_cv_sizeof_long
21634 _ACEOF
21635
21636
21637 { echo "$as_me:$LINENO: checking for size_t" >&5
21638 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
21639 if test "${ac_cv_type_size_t+set}" = set; then
21640 echo $ECHO_N "(cached) $ECHO_C" >&6
21641 else
21642 cat >conftest.$ac_ext <<_ACEOF
21643 /* confdefs.h. */
21644 _ACEOF
21645 cat confdefs.h >>conftest.$ac_ext
21646 cat >>conftest.$ac_ext <<_ACEOF
21647 /* end confdefs.h. */
21648 $ac_includes_default
21649 typedef size_t ac__type_new_;
21650 int
21651 main ()
21652 {
21653 if ((ac__type_new_ *) 0)
21654 return 0;
21655 if (sizeof (ac__type_new_))
21656 return 0;
21657 ;
21658 return 0;
21659 }
21660 _ACEOF
21661 rm -f conftest.$ac_objext
21662 if { (ac_try="$ac_compile"
21663 case "(($ac_try" in
21664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21665 *) ac_try_echo=$ac_try;;
21666 esac
21667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21668 (eval "$ac_compile") 2>conftest.er1
21669 ac_status=$?
21670 grep -v '^ *+' conftest.er1 >conftest.err
21671 rm -f conftest.er1
21672 cat conftest.err >&5
21673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21674 (exit $ac_status); } && {
21675 test -z "$ac_c_werror_flag" ||
21676 test ! -s conftest.err
21677 } && test -s conftest.$ac_objext; then
21678 ac_cv_type_size_t=yes
21679 else
21680 echo "$as_me: failed program was:" >&5
21681 sed 's/^/| /' conftest.$ac_ext >&5
21682
21683 ac_cv_type_size_t=no
21684 fi
21685
21686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21687 fi
21688 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
21689 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
21690
21691 # The cast to long int works around a bug in the HP C Compiler
21692 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21693 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21694 # This bug is HP SR number 8606223364.
21695 { echo "$as_me:$LINENO: checking size of size_t" >&5
21696 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
21697 if test "${ac_cv_sizeof_size_t+set}" = set; then
21698 echo $ECHO_N "(cached) $ECHO_C" >&6
21699 else
21700 if test "$cross_compiling" = yes; then
21701 # Depending upon the size, compute the lo and hi bounds.
21702 cat >conftest.$ac_ext <<_ACEOF
21703 /* confdefs.h. */
21704 _ACEOF
21705 cat confdefs.h >>conftest.$ac_ext
21706 cat >>conftest.$ac_ext <<_ACEOF
21707 /* end confdefs.h. */
21708 $ac_includes_default
21709 typedef size_t ac__type_sizeof_;
21710 int
21711 main ()
21712 {
21713 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21714 test_array [0] = 0
21715
21716 ;
21717 return 0;
21718 }
21719 _ACEOF
21720 rm -f conftest.$ac_objext
21721 if { (ac_try="$ac_compile"
21722 case "(($ac_try" in
21723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21724 *) ac_try_echo=$ac_try;;
21725 esac
21726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21727 (eval "$ac_compile") 2>conftest.er1
21728 ac_status=$?
21729 grep -v '^ *+' conftest.er1 >conftest.err
21730 rm -f conftest.er1
21731 cat conftest.err >&5
21732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21733 (exit $ac_status); } && {
21734 test -z "$ac_c_werror_flag" ||
21735 test ! -s conftest.err
21736 } && test -s conftest.$ac_objext; then
21737 ac_lo=0 ac_mid=0
21738 while :; do
21739 cat >conftest.$ac_ext <<_ACEOF
21740 /* confdefs.h. */
21741 _ACEOF
21742 cat confdefs.h >>conftest.$ac_ext
21743 cat >>conftest.$ac_ext <<_ACEOF
21744 /* end confdefs.h. */
21745 $ac_includes_default
21746 typedef size_t ac__type_sizeof_;
21747 int
21748 main ()
21749 {
21750 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21751 test_array [0] = 0
21752
21753 ;
21754 return 0;
21755 }
21756 _ACEOF
21757 rm -f conftest.$ac_objext
21758 if { (ac_try="$ac_compile"
21759 case "(($ac_try" in
21760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21761 *) ac_try_echo=$ac_try;;
21762 esac
21763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21764 (eval "$ac_compile") 2>conftest.er1
21765 ac_status=$?
21766 grep -v '^ *+' conftest.er1 >conftest.err
21767 rm -f conftest.er1
21768 cat conftest.err >&5
21769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21770 (exit $ac_status); } && {
21771 test -z "$ac_c_werror_flag" ||
21772 test ! -s conftest.err
21773 } && test -s conftest.$ac_objext; then
21774 ac_hi=$ac_mid; break
21775 else
21776 echo "$as_me: failed program was:" >&5
21777 sed 's/^/| /' conftest.$ac_ext >&5
21778
21779 ac_lo=`expr $ac_mid + 1`
21780 if test $ac_lo -le $ac_mid; then
21781 ac_lo= ac_hi=
21782 break
21783 fi
21784 ac_mid=`expr 2 '*' $ac_mid + 1`
21785 fi
21786
21787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21788 done
21789 else
21790 echo "$as_me: failed program was:" >&5
21791 sed 's/^/| /' conftest.$ac_ext >&5
21792
21793 cat >conftest.$ac_ext <<_ACEOF
21794 /* confdefs.h. */
21795 _ACEOF
21796 cat confdefs.h >>conftest.$ac_ext
21797 cat >>conftest.$ac_ext <<_ACEOF
21798 /* end confdefs.h. */
21799 $ac_includes_default
21800 typedef size_t ac__type_sizeof_;
21801 int
21802 main ()
21803 {
21804 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21805 test_array [0] = 0
21806
21807 ;
21808 return 0;
21809 }
21810 _ACEOF
21811 rm -f conftest.$ac_objext
21812 if { (ac_try="$ac_compile"
21813 case "(($ac_try" in
21814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21815 *) ac_try_echo=$ac_try;;
21816 esac
21817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21818 (eval "$ac_compile") 2>conftest.er1
21819 ac_status=$?
21820 grep -v '^ *+' conftest.er1 >conftest.err
21821 rm -f conftest.er1
21822 cat conftest.err >&5
21823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21824 (exit $ac_status); } && {
21825 test -z "$ac_c_werror_flag" ||
21826 test ! -s conftest.err
21827 } && test -s conftest.$ac_objext; then
21828 ac_hi=-1 ac_mid=-1
21829 while :; do
21830 cat >conftest.$ac_ext <<_ACEOF
21831 /* confdefs.h. */
21832 _ACEOF
21833 cat confdefs.h >>conftest.$ac_ext
21834 cat >>conftest.$ac_ext <<_ACEOF
21835 /* end confdefs.h. */
21836 $ac_includes_default
21837 typedef size_t ac__type_sizeof_;
21838 int
21839 main ()
21840 {
21841 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21842 test_array [0] = 0
21843
21844 ;
21845 return 0;
21846 }
21847 _ACEOF
21848 rm -f conftest.$ac_objext
21849 if { (ac_try="$ac_compile"
21850 case "(($ac_try" in
21851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21852 *) ac_try_echo=$ac_try;;
21853 esac
21854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21855 (eval "$ac_compile") 2>conftest.er1
21856 ac_status=$?
21857 grep -v '^ *+' conftest.er1 >conftest.err
21858 rm -f conftest.er1
21859 cat conftest.err >&5
21860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21861 (exit $ac_status); } && {
21862 test -z "$ac_c_werror_flag" ||
21863 test ! -s conftest.err
21864 } && test -s conftest.$ac_objext; then
21865 ac_lo=$ac_mid; break
21866 else
21867 echo "$as_me: failed program was:" >&5
21868 sed 's/^/| /' conftest.$ac_ext >&5
21869
21870 ac_hi=`expr '(' $ac_mid ')' - 1`
21871 if test $ac_mid -le $ac_hi; then
21872 ac_lo= ac_hi=
21873 break
21874 fi
21875 ac_mid=`expr 2 '*' $ac_mid`
21876 fi
21877
21878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21879 done
21880 else
21881 echo "$as_me: failed program was:" >&5
21882 sed 's/^/| /' conftest.$ac_ext >&5
21883
21884 ac_lo= ac_hi=
21885 fi
21886
21887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21888 fi
21889
21890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21891 # Binary search between lo and hi bounds.
21892 while test "x$ac_lo" != "x$ac_hi"; do
21893 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21894 cat >conftest.$ac_ext <<_ACEOF
21895 /* confdefs.h. */
21896 _ACEOF
21897 cat confdefs.h >>conftest.$ac_ext
21898 cat >>conftest.$ac_ext <<_ACEOF
21899 /* end confdefs.h. */
21900 $ac_includes_default
21901 typedef size_t ac__type_sizeof_;
21902 int
21903 main ()
21904 {
21905 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21906 test_array [0] = 0
21907
21908 ;
21909 return 0;
21910 }
21911 _ACEOF
21912 rm -f conftest.$ac_objext
21913 if { (ac_try="$ac_compile"
21914 case "(($ac_try" in
21915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21916 *) ac_try_echo=$ac_try;;
21917 esac
21918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21919 (eval "$ac_compile") 2>conftest.er1
21920 ac_status=$?
21921 grep -v '^ *+' conftest.er1 >conftest.err
21922 rm -f conftest.er1
21923 cat conftest.err >&5
21924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21925 (exit $ac_status); } && {
21926 test -z "$ac_c_werror_flag" ||
21927 test ! -s conftest.err
21928 } && test -s conftest.$ac_objext; then
21929 ac_hi=$ac_mid
21930 else
21931 echo "$as_me: failed program was:" >&5
21932 sed 's/^/| /' conftest.$ac_ext >&5
21933
21934 ac_lo=`expr '(' $ac_mid ')' + 1`
21935 fi
21936
21937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21938 done
21939 case $ac_lo in
21940 ?*) ac_cv_sizeof_size_t=$ac_lo;;
21941 '') if test "$ac_cv_type_size_t" = yes; then
21942 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
21943 See \`config.log' for more details." >&5
21944 echo "$as_me: error: cannot compute sizeof (size_t)
21945 See \`config.log' for more details." >&2;}
21946 { (exit 77); exit 77; }; }
21947 else
21948 ac_cv_sizeof_size_t=0
21949 fi ;;
21950 esac
21951 else
21952 cat >conftest.$ac_ext <<_ACEOF
21953 /* confdefs.h. */
21954 _ACEOF
21955 cat confdefs.h >>conftest.$ac_ext
21956 cat >>conftest.$ac_ext <<_ACEOF
21957 /* end confdefs.h. */
21958 $ac_includes_default
21959 typedef size_t ac__type_sizeof_;
21960 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21961 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21962 #include <stdio.h>
21963 #include <stdlib.h>
21964 int
21965 main ()
21966 {
21967
21968 FILE *f = fopen ("conftest.val", "w");
21969 if (! f)
21970 return 1;
21971 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21972 {
21973 long int i = longval ();
21974 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21975 return 1;
21976 fprintf (f, "%ld\n", i);
21977 }
21978 else
21979 {
21980 unsigned long int i = ulongval ();
21981 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21982 return 1;
21983 fprintf (f, "%lu\n", i);
21984 }
21985 return ferror (f) || fclose (f) != 0;
21986
21987 ;
21988 return 0;
21989 }
21990 _ACEOF
21991 rm -f conftest$ac_exeext
21992 if { (ac_try="$ac_link"
21993 case "(($ac_try" in
21994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21995 *) ac_try_echo=$ac_try;;
21996 esac
21997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21998 (eval "$ac_link") 2>&5
21999 ac_status=$?
22000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22001 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22002 { (case "(($ac_try" in
22003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22004 *) ac_try_echo=$ac_try;;
22005 esac
22006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22007 (eval "$ac_try") 2>&5
22008 ac_status=$?
22009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22010 (exit $ac_status); }; }; then
22011 ac_cv_sizeof_size_t=`cat conftest.val`
22012 else
22013 echo "$as_me: program exited with status $ac_status" >&5
22014 echo "$as_me: failed program was:" >&5
22015 sed 's/^/| /' conftest.$ac_ext >&5
22016
22017 ( exit $ac_status )
22018 if test "$ac_cv_type_size_t" = yes; then
22019 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
22020 See \`config.log' for more details." >&5
22021 echo "$as_me: error: cannot compute sizeof (size_t)
22022 See \`config.log' for more details." >&2;}
22023 { (exit 77); exit 77; }; }
22024 else
22025 ac_cv_sizeof_size_t=0
22026 fi
22027 fi
22028 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22029 fi
22030 rm -f conftest.val
22031 fi
22032 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
22033 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
22034
22035
22036
22037 cat >>confdefs.h <<_ACEOF
22038 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
22039 _ACEOF
22040
22041
22042
22043 case "${host}" in
22044 arm-*-linux* )
22045 { echo "$as_me:$LINENO: checking for long long" >&5
22046 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
22047 if test "${ac_cv_type_long_long+set}" = set; then
22048 echo $ECHO_N "(cached) $ECHO_C" >&6
22049 else
22050 cat >conftest.$ac_ext <<_ACEOF
22051 /* confdefs.h. */
22052 _ACEOF
22053 cat confdefs.h >>conftest.$ac_ext
22054 cat >>conftest.$ac_ext <<_ACEOF
22055 /* end confdefs.h. */
22056 $ac_includes_default
22057 typedef long long ac__type_new_;
22058 int
22059 main ()
22060 {
22061 if ((ac__type_new_ *) 0)
22062 return 0;
22063 if (sizeof (ac__type_new_))
22064 return 0;
22065 ;
22066 return 0;
22067 }
22068 _ACEOF
22069 rm -f conftest.$ac_objext
22070 if { (ac_try="$ac_compile"
22071 case "(($ac_try" in
22072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22073 *) ac_try_echo=$ac_try;;
22074 esac
22075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22076 (eval "$ac_compile") 2>conftest.er1
22077 ac_status=$?
22078 grep -v '^ *+' conftest.er1 >conftest.err
22079 rm -f conftest.er1
22080 cat conftest.err >&5
22081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22082 (exit $ac_status); } && {
22083 test -z "$ac_c_werror_flag" ||
22084 test ! -s conftest.err
22085 } && test -s conftest.$ac_objext; then
22086 ac_cv_type_long_long=yes
22087 else
22088 echo "$as_me: failed program was:" >&5
22089 sed 's/^/| /' conftest.$ac_ext >&5
22090
22091 ac_cv_type_long_long=no
22092 fi
22093
22094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22095 fi
22096 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
22097 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
22098
22099 # The cast to long int works around a bug in the HP C Compiler
22100 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22101 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22102 # This bug is HP SR number 8606223364.
22103 { echo "$as_me:$LINENO: checking size of long long" >&5
22104 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
22105 if test "${ac_cv_sizeof_long_long+set}" = set; then
22106 echo $ECHO_N "(cached) $ECHO_C" >&6
22107 else
22108 if test "$cross_compiling" = yes; then
22109 # Depending upon the size, compute the lo and hi bounds.
22110 cat >conftest.$ac_ext <<_ACEOF
22111 /* confdefs.h. */
22112 _ACEOF
22113 cat confdefs.h >>conftest.$ac_ext
22114 cat >>conftest.$ac_ext <<_ACEOF
22115 /* end confdefs.h. */
22116 $ac_includes_default
22117 typedef long long ac__type_sizeof_;
22118 int
22119 main ()
22120 {
22121 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22122 test_array [0] = 0
22123
22124 ;
22125 return 0;
22126 }
22127 _ACEOF
22128 rm -f conftest.$ac_objext
22129 if { (ac_try="$ac_compile"
22130 case "(($ac_try" in
22131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22132 *) ac_try_echo=$ac_try;;
22133 esac
22134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22135 (eval "$ac_compile") 2>conftest.er1
22136 ac_status=$?
22137 grep -v '^ *+' conftest.er1 >conftest.err
22138 rm -f conftest.er1
22139 cat conftest.err >&5
22140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22141 (exit $ac_status); } && {
22142 test -z "$ac_c_werror_flag" ||
22143 test ! -s conftest.err
22144 } && test -s conftest.$ac_objext; then
22145 ac_lo=0 ac_mid=0
22146 while :; do
22147 cat >conftest.$ac_ext <<_ACEOF
22148 /* confdefs.h. */
22149 _ACEOF
22150 cat confdefs.h >>conftest.$ac_ext
22151 cat >>conftest.$ac_ext <<_ACEOF
22152 /* end confdefs.h. */
22153 $ac_includes_default
22154 typedef long long ac__type_sizeof_;
22155 int
22156 main ()
22157 {
22158 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22159 test_array [0] = 0
22160
22161 ;
22162 return 0;
22163 }
22164 _ACEOF
22165 rm -f conftest.$ac_objext
22166 if { (ac_try="$ac_compile"
22167 case "(($ac_try" in
22168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22169 *) ac_try_echo=$ac_try;;
22170 esac
22171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22172 (eval "$ac_compile") 2>conftest.er1
22173 ac_status=$?
22174 grep -v '^ *+' conftest.er1 >conftest.err
22175 rm -f conftest.er1
22176 cat conftest.err >&5
22177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22178 (exit $ac_status); } && {
22179 test -z "$ac_c_werror_flag" ||
22180 test ! -s conftest.err
22181 } && test -s conftest.$ac_objext; then
22182 ac_hi=$ac_mid; break
22183 else
22184 echo "$as_me: failed program was:" >&5
22185 sed 's/^/| /' conftest.$ac_ext >&5
22186
22187 ac_lo=`expr $ac_mid + 1`
22188 if test $ac_lo -le $ac_mid; then
22189 ac_lo= ac_hi=
22190 break
22191 fi
22192 ac_mid=`expr 2 '*' $ac_mid + 1`
22193 fi
22194
22195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22196 done
22197 else
22198 echo "$as_me: failed program was:" >&5
22199 sed 's/^/| /' conftest.$ac_ext >&5
22200
22201 cat >conftest.$ac_ext <<_ACEOF
22202 /* confdefs.h. */
22203 _ACEOF
22204 cat confdefs.h >>conftest.$ac_ext
22205 cat >>conftest.$ac_ext <<_ACEOF
22206 /* end confdefs.h. */
22207 $ac_includes_default
22208 typedef long long ac__type_sizeof_;
22209 int
22210 main ()
22211 {
22212 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22213 test_array [0] = 0
22214
22215 ;
22216 return 0;
22217 }
22218 _ACEOF
22219 rm -f conftest.$ac_objext
22220 if { (ac_try="$ac_compile"
22221 case "(($ac_try" in
22222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22223 *) ac_try_echo=$ac_try;;
22224 esac
22225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22226 (eval "$ac_compile") 2>conftest.er1
22227 ac_status=$?
22228 grep -v '^ *+' conftest.er1 >conftest.err
22229 rm -f conftest.er1
22230 cat conftest.err >&5
22231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22232 (exit $ac_status); } && {
22233 test -z "$ac_c_werror_flag" ||
22234 test ! -s conftest.err
22235 } && test -s conftest.$ac_objext; then
22236 ac_hi=-1 ac_mid=-1
22237 while :; do
22238 cat >conftest.$ac_ext <<_ACEOF
22239 /* confdefs.h. */
22240 _ACEOF
22241 cat confdefs.h >>conftest.$ac_ext
22242 cat >>conftest.$ac_ext <<_ACEOF
22243 /* end confdefs.h. */
22244 $ac_includes_default
22245 typedef long long ac__type_sizeof_;
22246 int
22247 main ()
22248 {
22249 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22250 test_array [0] = 0
22251
22252 ;
22253 return 0;
22254 }
22255 _ACEOF
22256 rm -f conftest.$ac_objext
22257 if { (ac_try="$ac_compile"
22258 case "(($ac_try" in
22259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22260 *) ac_try_echo=$ac_try;;
22261 esac
22262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22263 (eval "$ac_compile") 2>conftest.er1
22264 ac_status=$?
22265 grep -v '^ *+' conftest.er1 >conftest.err
22266 rm -f conftest.er1
22267 cat conftest.err >&5
22268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22269 (exit $ac_status); } && {
22270 test -z "$ac_c_werror_flag" ||
22271 test ! -s conftest.err
22272 } && test -s conftest.$ac_objext; then
22273 ac_lo=$ac_mid; break
22274 else
22275 echo "$as_me: failed program was:" >&5
22276 sed 's/^/| /' conftest.$ac_ext >&5
22277
22278 ac_hi=`expr '(' $ac_mid ')' - 1`
22279 if test $ac_mid -le $ac_hi; then
22280 ac_lo= ac_hi=
22281 break
22282 fi
22283 ac_mid=`expr 2 '*' $ac_mid`
22284 fi
22285
22286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22287 done
22288 else
22289 echo "$as_me: failed program was:" >&5
22290 sed 's/^/| /' conftest.$ac_ext >&5
22291
22292 ac_lo= ac_hi=
22293 fi
22294
22295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22296 fi
22297
22298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22299 # Binary search between lo and hi bounds.
22300 while test "x$ac_lo" != "x$ac_hi"; do
22301 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22302 cat >conftest.$ac_ext <<_ACEOF
22303 /* confdefs.h. */
22304 _ACEOF
22305 cat confdefs.h >>conftest.$ac_ext
22306 cat >>conftest.$ac_ext <<_ACEOF
22307 /* end confdefs.h. */
22308 $ac_includes_default
22309 typedef long long ac__type_sizeof_;
22310 int
22311 main ()
22312 {
22313 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22314 test_array [0] = 0
22315
22316 ;
22317 return 0;
22318 }
22319 _ACEOF
22320 rm -f conftest.$ac_objext
22321 if { (ac_try="$ac_compile"
22322 case "(($ac_try" in
22323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22324 *) ac_try_echo=$ac_try;;
22325 esac
22326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22327 (eval "$ac_compile") 2>conftest.er1
22328 ac_status=$?
22329 grep -v '^ *+' conftest.er1 >conftest.err
22330 rm -f conftest.er1
22331 cat conftest.err >&5
22332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22333 (exit $ac_status); } && {
22334 test -z "$ac_c_werror_flag" ||
22335 test ! -s conftest.err
22336 } && test -s conftest.$ac_objext; then
22337 ac_hi=$ac_mid
22338 else
22339 echo "$as_me: failed program was:" >&5
22340 sed 's/^/| /' conftest.$ac_ext >&5
22341
22342 ac_lo=`expr '(' $ac_mid ')' + 1`
22343 fi
22344
22345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22346 done
22347 case $ac_lo in
22348 ?*) ac_cv_sizeof_long_long=$ac_lo;;
22349 '') if test "$ac_cv_type_long_long" = yes; then
22350 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22351 See \`config.log' for more details." >&5
22352 echo "$as_me: error: cannot compute sizeof (long long)
22353 See \`config.log' for more details." >&2;}
22354 { (exit 77); exit 77; }; }
22355 else
22356 ac_cv_sizeof_long_long=0
22357 fi ;;
22358 esac
22359 else
22360 cat >conftest.$ac_ext <<_ACEOF
22361 /* confdefs.h. */
22362 _ACEOF
22363 cat confdefs.h >>conftest.$ac_ext
22364 cat >>conftest.$ac_ext <<_ACEOF
22365 /* end confdefs.h. */
22366 $ac_includes_default
22367 typedef long long ac__type_sizeof_;
22368 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22369 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22370 #include <stdio.h>
22371 #include <stdlib.h>
22372 int
22373 main ()
22374 {
22375
22376 FILE *f = fopen ("conftest.val", "w");
22377 if (! f)
22378 return 1;
22379 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22380 {
22381 long int i = longval ();
22382 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22383 return 1;
22384 fprintf (f, "%ld\n", i);
22385 }
22386 else
22387 {
22388 unsigned long int i = ulongval ();
22389 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22390 return 1;
22391 fprintf (f, "%lu\n", i);
22392 }
22393 return ferror (f) || fclose (f) != 0;
22394
22395 ;
22396 return 0;
22397 }
22398 _ACEOF
22399 rm -f conftest$ac_exeext
22400 if { (ac_try="$ac_link"
22401 case "(($ac_try" in
22402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22403 *) ac_try_echo=$ac_try;;
22404 esac
22405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22406 (eval "$ac_link") 2>&5
22407 ac_status=$?
22408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22409 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22410 { (case "(($ac_try" in
22411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22412 *) ac_try_echo=$ac_try;;
22413 esac
22414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22415 (eval "$ac_try") 2>&5
22416 ac_status=$?
22417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22418 (exit $ac_status); }; }; then
22419 ac_cv_sizeof_long_long=`cat conftest.val`
22420 else
22421 echo "$as_me: program exited with status $ac_status" >&5
22422 echo "$as_me: failed program was:" >&5
22423 sed 's/^/| /' conftest.$ac_ext >&5
22424
22425 ( exit $ac_status )
22426 if test "$ac_cv_type_long_long" = yes; then
22427 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22428 See \`config.log' for more details." >&5
22429 echo "$as_me: error: cannot compute sizeof (long long)
22430 See \`config.log' for more details." >&2;}
22431 { (exit 77); exit 77; }; }
22432 else
22433 ac_cv_sizeof_long_long=0
22434 fi
22435 fi
22436 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22437 fi
22438 rm -f conftest.val
22439 fi
22440 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
22441 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
22442
22443
22444
22445 cat >>confdefs.h <<_ACEOF
22446 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
22447 _ACEOF
22448
22449
22450 ;;
22451 *-hp-hpux* )
22452 { echo "$as_me:$LINENO: checking for long long" >&5
22453 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
22454 if test "${ac_cv_type_long_long+set}" = set; then
22455 echo $ECHO_N "(cached) $ECHO_C" >&6
22456 else
22457 cat >conftest.$ac_ext <<_ACEOF
22458 /* confdefs.h. */
22459 _ACEOF
22460 cat confdefs.h >>conftest.$ac_ext
22461 cat >>conftest.$ac_ext <<_ACEOF
22462 /* end confdefs.h. */
22463 $ac_includes_default
22464 typedef long long ac__type_new_;
22465 int
22466 main ()
22467 {
22468 if ((ac__type_new_ *) 0)
22469 return 0;
22470 if (sizeof (ac__type_new_))
22471 return 0;
22472 ;
22473 return 0;
22474 }
22475 _ACEOF
22476 rm -f conftest.$ac_objext
22477 if { (ac_try="$ac_compile"
22478 case "(($ac_try" in
22479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22480 *) ac_try_echo=$ac_try;;
22481 esac
22482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22483 (eval "$ac_compile") 2>conftest.er1
22484 ac_status=$?
22485 grep -v '^ *+' conftest.er1 >conftest.err
22486 rm -f conftest.er1
22487 cat conftest.err >&5
22488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22489 (exit $ac_status); } && {
22490 test -z "$ac_c_werror_flag" ||
22491 test ! -s conftest.err
22492 } && test -s conftest.$ac_objext; then
22493 ac_cv_type_long_long=yes
22494 else
22495 echo "$as_me: failed program was:" >&5
22496 sed 's/^/| /' conftest.$ac_ext >&5
22497
22498 ac_cv_type_long_long=no
22499 fi
22500
22501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22502 fi
22503 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
22504 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
22505
22506 # The cast to long int works around a bug in the HP C Compiler
22507 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22508 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22509 # This bug is HP SR number 8606223364.
22510 { echo "$as_me:$LINENO: checking size of long long" >&5
22511 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
22512 if test "${ac_cv_sizeof_long_long+set}" = set; then
22513 echo $ECHO_N "(cached) $ECHO_C" >&6
22514 else
22515 if test "$cross_compiling" = yes; then
22516 # Depending upon the size, compute the lo and hi bounds.
22517 cat >conftest.$ac_ext <<_ACEOF
22518 /* confdefs.h. */
22519 _ACEOF
22520 cat confdefs.h >>conftest.$ac_ext
22521 cat >>conftest.$ac_ext <<_ACEOF
22522 /* end confdefs.h. */
22523 $ac_includes_default
22524 typedef long long ac__type_sizeof_;
22525 int
22526 main ()
22527 {
22528 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22529 test_array [0] = 0
22530
22531 ;
22532 return 0;
22533 }
22534 _ACEOF
22535 rm -f conftest.$ac_objext
22536 if { (ac_try="$ac_compile"
22537 case "(($ac_try" in
22538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22539 *) ac_try_echo=$ac_try;;
22540 esac
22541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22542 (eval "$ac_compile") 2>conftest.er1
22543 ac_status=$?
22544 grep -v '^ *+' conftest.er1 >conftest.err
22545 rm -f conftest.er1
22546 cat conftest.err >&5
22547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22548 (exit $ac_status); } && {
22549 test -z "$ac_c_werror_flag" ||
22550 test ! -s conftest.err
22551 } && test -s conftest.$ac_objext; then
22552 ac_lo=0 ac_mid=0
22553 while :; do
22554 cat >conftest.$ac_ext <<_ACEOF
22555 /* confdefs.h. */
22556 _ACEOF
22557 cat confdefs.h >>conftest.$ac_ext
22558 cat >>conftest.$ac_ext <<_ACEOF
22559 /* end confdefs.h. */
22560 $ac_includes_default
22561 typedef long long ac__type_sizeof_;
22562 int
22563 main ()
22564 {
22565 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22566 test_array [0] = 0
22567
22568 ;
22569 return 0;
22570 }
22571 _ACEOF
22572 rm -f conftest.$ac_objext
22573 if { (ac_try="$ac_compile"
22574 case "(($ac_try" in
22575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22576 *) ac_try_echo=$ac_try;;
22577 esac
22578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22579 (eval "$ac_compile") 2>conftest.er1
22580 ac_status=$?
22581 grep -v '^ *+' conftest.er1 >conftest.err
22582 rm -f conftest.er1
22583 cat conftest.err >&5
22584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22585 (exit $ac_status); } && {
22586 test -z "$ac_c_werror_flag" ||
22587 test ! -s conftest.err
22588 } && test -s conftest.$ac_objext; then
22589 ac_hi=$ac_mid; break
22590 else
22591 echo "$as_me: failed program was:" >&5
22592 sed 's/^/| /' conftest.$ac_ext >&5
22593
22594 ac_lo=`expr $ac_mid + 1`
22595 if test $ac_lo -le $ac_mid; then
22596 ac_lo= ac_hi=
22597 break
22598 fi
22599 ac_mid=`expr 2 '*' $ac_mid + 1`
22600 fi
22601
22602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22603 done
22604 else
22605 echo "$as_me: failed program was:" >&5
22606 sed 's/^/| /' conftest.$ac_ext >&5
22607
22608 cat >conftest.$ac_ext <<_ACEOF
22609 /* confdefs.h. */
22610 _ACEOF
22611 cat confdefs.h >>conftest.$ac_ext
22612 cat >>conftest.$ac_ext <<_ACEOF
22613 /* end confdefs.h. */
22614 $ac_includes_default
22615 typedef long long ac__type_sizeof_;
22616 int
22617 main ()
22618 {
22619 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22620 test_array [0] = 0
22621
22622 ;
22623 return 0;
22624 }
22625 _ACEOF
22626 rm -f conftest.$ac_objext
22627 if { (ac_try="$ac_compile"
22628 case "(($ac_try" in
22629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22630 *) ac_try_echo=$ac_try;;
22631 esac
22632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22633 (eval "$ac_compile") 2>conftest.er1
22634 ac_status=$?
22635 grep -v '^ *+' conftest.er1 >conftest.err
22636 rm -f conftest.er1
22637 cat conftest.err >&5
22638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22639 (exit $ac_status); } && {
22640 test -z "$ac_c_werror_flag" ||
22641 test ! -s conftest.err
22642 } && test -s conftest.$ac_objext; then
22643 ac_hi=-1 ac_mid=-1
22644 while :; do
22645 cat >conftest.$ac_ext <<_ACEOF
22646 /* confdefs.h. */
22647 _ACEOF
22648 cat confdefs.h >>conftest.$ac_ext
22649 cat >>conftest.$ac_ext <<_ACEOF
22650 /* end confdefs.h. */
22651 $ac_includes_default
22652 typedef long long ac__type_sizeof_;
22653 int
22654 main ()
22655 {
22656 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22657 test_array [0] = 0
22658
22659 ;
22660 return 0;
22661 }
22662 _ACEOF
22663 rm -f conftest.$ac_objext
22664 if { (ac_try="$ac_compile"
22665 case "(($ac_try" in
22666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22667 *) ac_try_echo=$ac_try;;
22668 esac
22669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22670 (eval "$ac_compile") 2>conftest.er1
22671 ac_status=$?
22672 grep -v '^ *+' conftest.er1 >conftest.err
22673 rm -f conftest.er1
22674 cat conftest.err >&5
22675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22676 (exit $ac_status); } && {
22677 test -z "$ac_c_werror_flag" ||
22678 test ! -s conftest.err
22679 } && test -s conftest.$ac_objext; then
22680 ac_lo=$ac_mid; break
22681 else
22682 echo "$as_me: failed program was:" >&5
22683 sed 's/^/| /' conftest.$ac_ext >&5
22684
22685 ac_hi=`expr '(' $ac_mid ')' - 1`
22686 if test $ac_mid -le $ac_hi; then
22687 ac_lo= ac_hi=
22688 break
22689 fi
22690 ac_mid=`expr 2 '*' $ac_mid`
22691 fi
22692
22693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22694 done
22695 else
22696 echo "$as_me: failed program was:" >&5
22697 sed 's/^/| /' conftest.$ac_ext >&5
22698
22699 ac_lo= ac_hi=
22700 fi
22701
22702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22703 fi
22704
22705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22706 # Binary search between lo and hi bounds.
22707 while test "x$ac_lo" != "x$ac_hi"; do
22708 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22709 cat >conftest.$ac_ext <<_ACEOF
22710 /* confdefs.h. */
22711 _ACEOF
22712 cat confdefs.h >>conftest.$ac_ext
22713 cat >>conftest.$ac_ext <<_ACEOF
22714 /* end confdefs.h. */
22715 $ac_includes_default
22716 typedef long long ac__type_sizeof_;
22717 int
22718 main ()
22719 {
22720 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22721 test_array [0] = 0
22722
22723 ;
22724 return 0;
22725 }
22726 _ACEOF
22727 rm -f conftest.$ac_objext
22728 if { (ac_try="$ac_compile"
22729 case "(($ac_try" in
22730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22731 *) ac_try_echo=$ac_try;;
22732 esac
22733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22734 (eval "$ac_compile") 2>conftest.er1
22735 ac_status=$?
22736 grep -v '^ *+' conftest.er1 >conftest.err
22737 rm -f conftest.er1
22738 cat conftest.err >&5
22739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22740 (exit $ac_status); } && {
22741 test -z "$ac_c_werror_flag" ||
22742 test ! -s conftest.err
22743 } && test -s conftest.$ac_objext; then
22744 ac_hi=$ac_mid
22745 else
22746 echo "$as_me: failed program was:" >&5
22747 sed 's/^/| /' conftest.$ac_ext >&5
22748
22749 ac_lo=`expr '(' $ac_mid ')' + 1`
22750 fi
22751
22752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22753 done
22754 case $ac_lo in
22755 ?*) ac_cv_sizeof_long_long=$ac_lo;;
22756 '') if test "$ac_cv_type_long_long" = yes; then
22757 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22758 See \`config.log' for more details." >&5
22759 echo "$as_me: error: cannot compute sizeof (long long)
22760 See \`config.log' for more details." >&2;}
22761 { (exit 77); exit 77; }; }
22762 else
22763 ac_cv_sizeof_long_long=0
22764 fi ;;
22765 esac
22766 else
22767 cat >conftest.$ac_ext <<_ACEOF
22768 /* confdefs.h. */
22769 _ACEOF
22770 cat confdefs.h >>conftest.$ac_ext
22771 cat >>conftest.$ac_ext <<_ACEOF
22772 /* end confdefs.h. */
22773 $ac_includes_default
22774 typedef long long ac__type_sizeof_;
22775 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22776 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22777 #include <stdio.h>
22778 #include <stdlib.h>
22779 int
22780 main ()
22781 {
22782
22783 FILE *f = fopen ("conftest.val", "w");
22784 if (! f)
22785 return 1;
22786 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22787 {
22788 long int i = longval ();
22789 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22790 return 1;
22791 fprintf (f, "%ld\n", i);
22792 }
22793 else
22794 {
22795 unsigned long int i = ulongval ();
22796 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22797 return 1;
22798 fprintf (f, "%lu\n", i);
22799 }
22800 return ferror (f) || fclose (f) != 0;
22801
22802 ;
22803 return 0;
22804 }
22805 _ACEOF
22806 rm -f conftest$ac_exeext
22807 if { (ac_try="$ac_link"
22808 case "(($ac_try" in
22809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22810 *) ac_try_echo=$ac_try;;
22811 esac
22812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22813 (eval "$ac_link") 2>&5
22814 ac_status=$?
22815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22816 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22817 { (case "(($ac_try" in
22818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22819 *) ac_try_echo=$ac_try;;
22820 esac
22821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22822 (eval "$ac_try") 2>&5
22823 ac_status=$?
22824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22825 (exit $ac_status); }; }; then
22826 ac_cv_sizeof_long_long=`cat conftest.val`
22827 else
22828 echo "$as_me: program exited with status $ac_status" >&5
22829 echo "$as_me: failed program was:" >&5
22830 sed 's/^/| /' conftest.$ac_ext >&5
22831
22832 ( exit $ac_status )
22833 if test "$ac_cv_type_long_long" = yes; then
22834 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22835 See \`config.log' for more details." >&5
22836 echo "$as_me: error: cannot compute sizeof (long long)
22837 See \`config.log' for more details." >&2;}
22838 { (exit 77); exit 77; }; }
22839 else
22840 ac_cv_sizeof_long_long=0
22841 fi
22842 fi
22843 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22844 fi
22845 rm -f conftest.val
22846 fi
22847 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
22848 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
22849
22850
22851
22852 cat >>confdefs.h <<_ACEOF
22853 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
22854 _ACEOF
22855
22856
22857 if test "$ac_cv_sizeof_long_long" != 0; then
22858 CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
22859 fi
22860 ;;
22861 * )
22862 { echo "$as_me:$LINENO: checking for long long" >&5
22863 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
22864 if test "${ac_cv_type_long_long+set}" = set; then
22865 echo $ECHO_N "(cached) $ECHO_C" >&6
22866 else
22867 cat >conftest.$ac_ext <<_ACEOF
22868 /* confdefs.h. */
22869 _ACEOF
22870 cat confdefs.h >>conftest.$ac_ext
22871 cat >>conftest.$ac_ext <<_ACEOF
22872 /* end confdefs.h. */
22873 $ac_includes_default
22874 typedef long long ac__type_new_;
22875 int
22876 main ()
22877 {
22878 if ((ac__type_new_ *) 0)
22879 return 0;
22880 if (sizeof (ac__type_new_))
22881 return 0;
22882 ;
22883 return 0;
22884 }
22885 _ACEOF
22886 rm -f conftest.$ac_objext
22887 if { (ac_try="$ac_compile"
22888 case "(($ac_try" in
22889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22890 *) ac_try_echo=$ac_try;;
22891 esac
22892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22893 (eval "$ac_compile") 2>conftest.er1
22894 ac_status=$?
22895 grep -v '^ *+' conftest.er1 >conftest.err
22896 rm -f conftest.er1
22897 cat conftest.err >&5
22898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22899 (exit $ac_status); } && {
22900 test -z "$ac_c_werror_flag" ||
22901 test ! -s conftest.err
22902 } && test -s conftest.$ac_objext; then
22903 ac_cv_type_long_long=yes
22904 else
22905 echo "$as_me: failed program was:" >&5
22906 sed 's/^/| /' conftest.$ac_ext >&5
22907
22908 ac_cv_type_long_long=no
22909 fi
22910
22911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22912 fi
22913 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
22914 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
22915
22916 # The cast to long int works around a bug in the HP C Compiler
22917 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22918 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22919 # This bug is HP SR number 8606223364.
22920 { echo "$as_me:$LINENO: checking size of long long" >&5
22921 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
22922 if test "${ac_cv_sizeof_long_long+set}" = set; then
22923 echo $ECHO_N "(cached) $ECHO_C" >&6
22924 else
22925 if test "$cross_compiling" = yes; then
22926 # Depending upon the size, compute the lo and hi bounds.
22927 cat >conftest.$ac_ext <<_ACEOF
22928 /* confdefs.h. */
22929 _ACEOF
22930 cat confdefs.h >>conftest.$ac_ext
22931 cat >>conftest.$ac_ext <<_ACEOF
22932 /* end confdefs.h. */
22933 $ac_includes_default
22934 typedef long long ac__type_sizeof_;
22935 int
22936 main ()
22937 {
22938 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22939 test_array [0] = 0
22940
22941 ;
22942 return 0;
22943 }
22944 _ACEOF
22945 rm -f conftest.$ac_objext
22946 if { (ac_try="$ac_compile"
22947 case "(($ac_try" in
22948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22949 *) ac_try_echo=$ac_try;;
22950 esac
22951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22952 (eval "$ac_compile") 2>conftest.er1
22953 ac_status=$?
22954 grep -v '^ *+' conftest.er1 >conftest.err
22955 rm -f conftest.er1
22956 cat conftest.err >&5
22957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22958 (exit $ac_status); } && {
22959 test -z "$ac_c_werror_flag" ||
22960 test ! -s conftest.err
22961 } && test -s conftest.$ac_objext; then
22962 ac_lo=0 ac_mid=0
22963 while :; do
22964 cat >conftest.$ac_ext <<_ACEOF
22965 /* confdefs.h. */
22966 _ACEOF
22967 cat confdefs.h >>conftest.$ac_ext
22968 cat >>conftest.$ac_ext <<_ACEOF
22969 /* end confdefs.h. */
22970 $ac_includes_default
22971 typedef long long ac__type_sizeof_;
22972 int
22973 main ()
22974 {
22975 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22976 test_array [0] = 0
22977
22978 ;
22979 return 0;
22980 }
22981 _ACEOF
22982 rm -f conftest.$ac_objext
22983 if { (ac_try="$ac_compile"
22984 case "(($ac_try" in
22985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22986 *) ac_try_echo=$ac_try;;
22987 esac
22988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22989 (eval "$ac_compile") 2>conftest.er1
22990 ac_status=$?
22991 grep -v '^ *+' conftest.er1 >conftest.err
22992 rm -f conftest.er1
22993 cat conftest.err >&5
22994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22995 (exit $ac_status); } && {
22996 test -z "$ac_c_werror_flag" ||
22997 test ! -s conftest.err
22998 } && test -s conftest.$ac_objext; then
22999 ac_hi=$ac_mid; break
23000 else
23001 echo "$as_me: failed program was:" >&5
23002 sed 's/^/| /' conftest.$ac_ext >&5
23003
23004 ac_lo=`expr $ac_mid + 1`
23005 if test $ac_lo -le $ac_mid; then
23006 ac_lo= ac_hi=
23007 break
23008 fi
23009 ac_mid=`expr 2 '*' $ac_mid + 1`
23010 fi
23011
23012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23013 done
23014 else
23015 echo "$as_me: failed program was:" >&5
23016 sed 's/^/| /' conftest.$ac_ext >&5
23017
23018 cat >conftest.$ac_ext <<_ACEOF
23019 /* confdefs.h. */
23020 _ACEOF
23021 cat confdefs.h >>conftest.$ac_ext
23022 cat >>conftest.$ac_ext <<_ACEOF
23023 /* end confdefs.h. */
23024 $ac_includes_default
23025 typedef long long ac__type_sizeof_;
23026 int
23027 main ()
23028 {
23029 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23030 test_array [0] = 0
23031
23032 ;
23033 return 0;
23034 }
23035 _ACEOF
23036 rm -f conftest.$ac_objext
23037 if { (ac_try="$ac_compile"
23038 case "(($ac_try" in
23039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23040 *) ac_try_echo=$ac_try;;
23041 esac
23042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23043 (eval "$ac_compile") 2>conftest.er1
23044 ac_status=$?
23045 grep -v '^ *+' conftest.er1 >conftest.err
23046 rm -f conftest.er1
23047 cat conftest.err >&5
23048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23049 (exit $ac_status); } && {
23050 test -z "$ac_c_werror_flag" ||
23051 test ! -s conftest.err
23052 } && test -s conftest.$ac_objext; then
23053 ac_hi=-1 ac_mid=-1
23054 while :; do
23055 cat >conftest.$ac_ext <<_ACEOF
23056 /* confdefs.h. */
23057 _ACEOF
23058 cat confdefs.h >>conftest.$ac_ext
23059 cat >>conftest.$ac_ext <<_ACEOF
23060 /* end confdefs.h. */
23061 $ac_includes_default
23062 typedef long long ac__type_sizeof_;
23063 int
23064 main ()
23065 {
23066 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23067 test_array [0] = 0
23068
23069 ;
23070 return 0;
23071 }
23072 _ACEOF
23073 rm -f conftest.$ac_objext
23074 if { (ac_try="$ac_compile"
23075 case "(($ac_try" in
23076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23077 *) ac_try_echo=$ac_try;;
23078 esac
23079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23080 (eval "$ac_compile") 2>conftest.er1
23081 ac_status=$?
23082 grep -v '^ *+' conftest.er1 >conftest.err
23083 rm -f conftest.er1
23084 cat conftest.err >&5
23085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23086 (exit $ac_status); } && {
23087 test -z "$ac_c_werror_flag" ||
23088 test ! -s conftest.err
23089 } && test -s conftest.$ac_objext; then
23090 ac_lo=$ac_mid; break
23091 else
23092 echo "$as_me: failed program was:" >&5
23093 sed 's/^/| /' conftest.$ac_ext >&5
23094
23095 ac_hi=`expr '(' $ac_mid ')' - 1`
23096 if test $ac_mid -le $ac_hi; then
23097 ac_lo= ac_hi=
23098 break
23099 fi
23100 ac_mid=`expr 2 '*' $ac_mid`
23101 fi
23102
23103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23104 done
23105 else
23106 echo "$as_me: failed program was:" >&5
23107 sed 's/^/| /' conftest.$ac_ext >&5
23108
23109 ac_lo= ac_hi=
23110 fi
23111
23112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23113 fi
23114
23115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23116 # Binary search between lo and hi bounds.
23117 while test "x$ac_lo" != "x$ac_hi"; do
23118 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23119 cat >conftest.$ac_ext <<_ACEOF
23120 /* confdefs.h. */
23121 _ACEOF
23122 cat confdefs.h >>conftest.$ac_ext
23123 cat >>conftest.$ac_ext <<_ACEOF
23124 /* end confdefs.h. */
23125 $ac_includes_default
23126 typedef long long ac__type_sizeof_;
23127 int
23128 main ()
23129 {
23130 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23131 test_array [0] = 0
23132
23133 ;
23134 return 0;
23135 }
23136 _ACEOF
23137 rm -f conftest.$ac_objext
23138 if { (ac_try="$ac_compile"
23139 case "(($ac_try" in
23140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23141 *) ac_try_echo=$ac_try;;
23142 esac
23143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23144 (eval "$ac_compile") 2>conftest.er1
23145 ac_status=$?
23146 grep -v '^ *+' conftest.er1 >conftest.err
23147 rm -f conftest.er1
23148 cat conftest.err >&5
23149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23150 (exit $ac_status); } && {
23151 test -z "$ac_c_werror_flag" ||
23152 test ! -s conftest.err
23153 } && test -s conftest.$ac_objext; then
23154 ac_hi=$ac_mid
23155 else
23156 echo "$as_me: failed program was:" >&5
23157 sed 's/^/| /' conftest.$ac_ext >&5
23158
23159 ac_lo=`expr '(' $ac_mid ')' + 1`
23160 fi
23161
23162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23163 done
23164 case $ac_lo in
23165 ?*) ac_cv_sizeof_long_long=$ac_lo;;
23166 '') if test "$ac_cv_type_long_long" = yes; then
23167 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23168 See \`config.log' for more details." >&5
23169 echo "$as_me: error: cannot compute sizeof (long long)
23170 See \`config.log' for more details." >&2;}
23171 { (exit 77); exit 77; }; }
23172 else
23173 ac_cv_sizeof_long_long=0
23174 fi ;;
23175 esac
23176 else
23177 cat >conftest.$ac_ext <<_ACEOF
23178 /* confdefs.h. */
23179 _ACEOF
23180 cat confdefs.h >>conftest.$ac_ext
23181 cat >>conftest.$ac_ext <<_ACEOF
23182 /* end confdefs.h. */
23183 $ac_includes_default
23184 typedef long long ac__type_sizeof_;
23185 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23186 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23187 #include <stdio.h>
23188 #include <stdlib.h>
23189 int
23190 main ()
23191 {
23192
23193 FILE *f = fopen ("conftest.val", "w");
23194 if (! f)
23195 return 1;
23196 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23197 {
23198 long int i = longval ();
23199 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23200 return 1;
23201 fprintf (f, "%ld\n", i);
23202 }
23203 else
23204 {
23205 unsigned long int i = ulongval ();
23206 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23207 return 1;
23208 fprintf (f, "%lu\n", i);
23209 }
23210 return ferror (f) || fclose (f) != 0;
23211
23212 ;
23213 return 0;
23214 }
23215 _ACEOF
23216 rm -f conftest$ac_exeext
23217 if { (ac_try="$ac_link"
23218 case "(($ac_try" in
23219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23220 *) ac_try_echo=$ac_try;;
23221 esac
23222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23223 (eval "$ac_link") 2>&5
23224 ac_status=$?
23225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23226 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23227 { (case "(($ac_try" in
23228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23229 *) ac_try_echo=$ac_try;;
23230 esac
23231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23232 (eval "$ac_try") 2>&5
23233 ac_status=$?
23234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23235 (exit $ac_status); }; }; then
23236 ac_cv_sizeof_long_long=`cat conftest.val`
23237 else
23238 echo "$as_me: program exited with status $ac_status" >&5
23239 echo "$as_me: failed program was:" >&5
23240 sed 's/^/| /' conftest.$ac_ext >&5
23241
23242 ( exit $ac_status )
23243 if test "$ac_cv_type_long_long" = yes; then
23244 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23245 See \`config.log' for more details." >&5
23246 echo "$as_me: error: cannot compute sizeof (long long)
23247 See \`config.log' for more details." >&2;}
23248 { (exit 77); exit 77; }; }
23249 else
23250 ac_cv_sizeof_long_long=0
23251 fi
23252 fi
23253 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23254 fi
23255 rm -f conftest.val
23256 fi
23257 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
23258 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
23259
23260
23261
23262 cat >>confdefs.h <<_ACEOF
23263 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
23264 _ACEOF
23265
23266
23267 esac
23268
23269 { echo "$as_me:$LINENO: checking for wchar_t" >&5
23270 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
23271 if test "${ac_cv_type_wchar_t+set}" = set; then
23272 echo $ECHO_N "(cached) $ECHO_C" >&6
23273 else
23274 cat >conftest.$ac_ext <<_ACEOF
23275 /* confdefs.h. */
23276 _ACEOF
23277 cat confdefs.h >>conftest.$ac_ext
23278 cat >>conftest.$ac_ext <<_ACEOF
23279 /* end confdefs.h. */
23280
23281 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23282 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23283 # error "fake wchar_t"
23284 #endif
23285 #ifdef HAVE_WCHAR_H
23286 # ifdef __CYGWIN__
23287 # include <stddef.h>
23288 # endif
23289 # include <wchar.h>
23290 #endif
23291 #ifdef HAVE_STDLIB_H
23292 # include <stdlib.h>
23293 #endif
23294 #include <stdio.h>
23295
23296
23297
23298 typedef wchar_t ac__type_new_;
23299 int
23300 main ()
23301 {
23302 if ((ac__type_new_ *) 0)
23303 return 0;
23304 if (sizeof (ac__type_new_))
23305 return 0;
23306 ;
23307 return 0;
23308 }
23309 _ACEOF
23310 rm -f conftest.$ac_objext
23311 if { (ac_try="$ac_compile"
23312 case "(($ac_try" in
23313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23314 *) ac_try_echo=$ac_try;;
23315 esac
23316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23317 (eval "$ac_compile") 2>conftest.er1
23318 ac_status=$?
23319 grep -v '^ *+' conftest.er1 >conftest.err
23320 rm -f conftest.er1
23321 cat conftest.err >&5
23322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23323 (exit $ac_status); } && {
23324 test -z "$ac_c_werror_flag" ||
23325 test ! -s conftest.err
23326 } && test -s conftest.$ac_objext; then
23327 ac_cv_type_wchar_t=yes
23328 else
23329 echo "$as_me: failed program was:" >&5
23330 sed 's/^/| /' conftest.$ac_ext >&5
23331
23332 ac_cv_type_wchar_t=no
23333 fi
23334
23335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23336 fi
23337 { echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
23338 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6; }
23339
23340 # The cast to long int works around a bug in the HP C Compiler
23341 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23342 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23343 # This bug is HP SR number 8606223364.
23344 { echo "$as_me:$LINENO: checking size of wchar_t" >&5
23345 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6; }
23346 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
23347 echo $ECHO_N "(cached) $ECHO_C" >&6
23348 else
23349 if test "$cross_compiling" = yes; then
23350 # Depending upon the size, compute the lo and hi bounds.
23351 cat >conftest.$ac_ext <<_ACEOF
23352 /* confdefs.h. */
23353 _ACEOF
23354 cat confdefs.h >>conftest.$ac_ext
23355 cat >>conftest.$ac_ext <<_ACEOF
23356 /* end confdefs.h. */
23357
23358 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23359 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23360 # error "fake wchar_t"
23361 #endif
23362 #ifdef HAVE_WCHAR_H
23363 # ifdef __CYGWIN__
23364 # include <stddef.h>
23365 # endif
23366 # include <wchar.h>
23367 #endif
23368 #ifdef HAVE_STDLIB_H
23369 # include <stdlib.h>
23370 #endif
23371 #include <stdio.h>
23372
23373
23374
23375 typedef wchar_t ac__type_sizeof_;
23376 int
23377 main ()
23378 {
23379 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23380 test_array [0] = 0
23381
23382 ;
23383 return 0;
23384 }
23385 _ACEOF
23386 rm -f conftest.$ac_objext
23387 if { (ac_try="$ac_compile"
23388 case "(($ac_try" in
23389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23390 *) ac_try_echo=$ac_try;;
23391 esac
23392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23393 (eval "$ac_compile") 2>conftest.er1
23394 ac_status=$?
23395 grep -v '^ *+' conftest.er1 >conftest.err
23396 rm -f conftest.er1
23397 cat conftest.err >&5
23398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23399 (exit $ac_status); } && {
23400 test -z "$ac_c_werror_flag" ||
23401 test ! -s conftest.err
23402 } && test -s conftest.$ac_objext; then
23403 ac_lo=0 ac_mid=0
23404 while :; do
23405 cat >conftest.$ac_ext <<_ACEOF
23406 /* confdefs.h. */
23407 _ACEOF
23408 cat confdefs.h >>conftest.$ac_ext
23409 cat >>conftest.$ac_ext <<_ACEOF
23410 /* end confdefs.h. */
23411
23412 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23413 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23414 # error "fake wchar_t"
23415 #endif
23416 #ifdef HAVE_WCHAR_H
23417 # ifdef __CYGWIN__
23418 # include <stddef.h>
23419 # endif
23420 # include <wchar.h>
23421 #endif
23422 #ifdef HAVE_STDLIB_H
23423 # include <stdlib.h>
23424 #endif
23425 #include <stdio.h>
23426
23427
23428
23429 typedef wchar_t ac__type_sizeof_;
23430 int
23431 main ()
23432 {
23433 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23434 test_array [0] = 0
23435
23436 ;
23437 return 0;
23438 }
23439 _ACEOF
23440 rm -f conftest.$ac_objext
23441 if { (ac_try="$ac_compile"
23442 case "(($ac_try" in
23443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23444 *) ac_try_echo=$ac_try;;
23445 esac
23446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23447 (eval "$ac_compile") 2>conftest.er1
23448 ac_status=$?
23449 grep -v '^ *+' conftest.er1 >conftest.err
23450 rm -f conftest.er1
23451 cat conftest.err >&5
23452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23453 (exit $ac_status); } && {
23454 test -z "$ac_c_werror_flag" ||
23455 test ! -s conftest.err
23456 } && test -s conftest.$ac_objext; then
23457 ac_hi=$ac_mid; break
23458 else
23459 echo "$as_me: failed program was:" >&5
23460 sed 's/^/| /' conftest.$ac_ext >&5
23461
23462 ac_lo=`expr $ac_mid + 1`
23463 if test $ac_lo -le $ac_mid; then
23464 ac_lo= ac_hi=
23465 break
23466 fi
23467 ac_mid=`expr 2 '*' $ac_mid + 1`
23468 fi
23469
23470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23471 done
23472 else
23473 echo "$as_me: failed program was:" >&5
23474 sed 's/^/| /' conftest.$ac_ext >&5
23475
23476 cat >conftest.$ac_ext <<_ACEOF
23477 /* confdefs.h. */
23478 _ACEOF
23479 cat confdefs.h >>conftest.$ac_ext
23480 cat >>conftest.$ac_ext <<_ACEOF
23481 /* end confdefs.h. */
23482
23483 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23484 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23485 # error "fake wchar_t"
23486 #endif
23487 #ifdef HAVE_WCHAR_H
23488 # ifdef __CYGWIN__
23489 # include <stddef.h>
23490 # endif
23491 # include <wchar.h>
23492 #endif
23493 #ifdef HAVE_STDLIB_H
23494 # include <stdlib.h>
23495 #endif
23496 #include <stdio.h>
23497
23498
23499
23500 typedef wchar_t ac__type_sizeof_;
23501 int
23502 main ()
23503 {
23504 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23505 test_array [0] = 0
23506
23507 ;
23508 return 0;
23509 }
23510 _ACEOF
23511 rm -f conftest.$ac_objext
23512 if { (ac_try="$ac_compile"
23513 case "(($ac_try" in
23514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23515 *) ac_try_echo=$ac_try;;
23516 esac
23517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23518 (eval "$ac_compile") 2>conftest.er1
23519 ac_status=$?
23520 grep -v '^ *+' conftest.er1 >conftest.err
23521 rm -f conftest.er1
23522 cat conftest.err >&5
23523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23524 (exit $ac_status); } && {
23525 test -z "$ac_c_werror_flag" ||
23526 test ! -s conftest.err
23527 } && test -s conftest.$ac_objext; then
23528 ac_hi=-1 ac_mid=-1
23529 while :; do
23530 cat >conftest.$ac_ext <<_ACEOF
23531 /* confdefs.h. */
23532 _ACEOF
23533 cat confdefs.h >>conftest.$ac_ext
23534 cat >>conftest.$ac_ext <<_ACEOF
23535 /* end confdefs.h. */
23536
23537 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23538 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23539 # error "fake wchar_t"
23540 #endif
23541 #ifdef HAVE_WCHAR_H
23542 # ifdef __CYGWIN__
23543 # include <stddef.h>
23544 # endif
23545 # include <wchar.h>
23546 #endif
23547 #ifdef HAVE_STDLIB_H
23548 # include <stdlib.h>
23549 #endif
23550 #include <stdio.h>
23551
23552
23553
23554 typedef wchar_t ac__type_sizeof_;
23555 int
23556 main ()
23557 {
23558 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23559 test_array [0] = 0
23560
23561 ;
23562 return 0;
23563 }
23564 _ACEOF
23565 rm -f conftest.$ac_objext
23566 if { (ac_try="$ac_compile"
23567 case "(($ac_try" in
23568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23569 *) ac_try_echo=$ac_try;;
23570 esac
23571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23572 (eval "$ac_compile") 2>conftest.er1
23573 ac_status=$?
23574 grep -v '^ *+' conftest.er1 >conftest.err
23575 rm -f conftest.er1
23576 cat conftest.err >&5
23577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23578 (exit $ac_status); } && {
23579 test -z "$ac_c_werror_flag" ||
23580 test ! -s conftest.err
23581 } && test -s conftest.$ac_objext; then
23582 ac_lo=$ac_mid; break
23583 else
23584 echo "$as_me: failed program was:" >&5
23585 sed 's/^/| /' conftest.$ac_ext >&5
23586
23587 ac_hi=`expr '(' $ac_mid ')' - 1`
23588 if test $ac_mid -le $ac_hi; then
23589 ac_lo= ac_hi=
23590 break
23591 fi
23592 ac_mid=`expr 2 '*' $ac_mid`
23593 fi
23594
23595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23596 done
23597 else
23598 echo "$as_me: failed program was:" >&5
23599 sed 's/^/| /' conftest.$ac_ext >&5
23600
23601 ac_lo= ac_hi=
23602 fi
23603
23604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23605 fi
23606
23607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23608 # Binary search between lo and hi bounds.
23609 while test "x$ac_lo" != "x$ac_hi"; do
23610 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23611 cat >conftest.$ac_ext <<_ACEOF
23612 /* confdefs.h. */
23613 _ACEOF
23614 cat confdefs.h >>conftest.$ac_ext
23615 cat >>conftest.$ac_ext <<_ACEOF
23616 /* end confdefs.h. */
23617
23618 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23619 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23620 # error "fake wchar_t"
23621 #endif
23622 #ifdef HAVE_WCHAR_H
23623 # ifdef __CYGWIN__
23624 # include <stddef.h>
23625 # endif
23626 # include <wchar.h>
23627 #endif
23628 #ifdef HAVE_STDLIB_H
23629 # include <stdlib.h>
23630 #endif
23631 #include <stdio.h>
23632
23633
23634
23635 typedef wchar_t ac__type_sizeof_;
23636 int
23637 main ()
23638 {
23639 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23640 test_array [0] = 0
23641
23642 ;
23643 return 0;
23644 }
23645 _ACEOF
23646 rm -f conftest.$ac_objext
23647 if { (ac_try="$ac_compile"
23648 case "(($ac_try" in
23649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23650 *) ac_try_echo=$ac_try;;
23651 esac
23652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23653 (eval "$ac_compile") 2>conftest.er1
23654 ac_status=$?
23655 grep -v '^ *+' conftest.er1 >conftest.err
23656 rm -f conftest.er1
23657 cat conftest.err >&5
23658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23659 (exit $ac_status); } && {
23660 test -z "$ac_c_werror_flag" ||
23661 test ! -s conftest.err
23662 } && test -s conftest.$ac_objext; then
23663 ac_hi=$ac_mid
23664 else
23665 echo "$as_me: failed program was:" >&5
23666 sed 's/^/| /' conftest.$ac_ext >&5
23667
23668 ac_lo=`expr '(' $ac_mid ')' + 1`
23669 fi
23670
23671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23672 done
23673 case $ac_lo in
23674 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
23675 '') if test "$ac_cv_type_wchar_t" = yes; then
23676 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
23677 See \`config.log' for more details." >&5
23678 echo "$as_me: error: cannot compute sizeof (wchar_t)
23679 See \`config.log' for more details." >&2;}
23680 { (exit 77); exit 77; }; }
23681 else
23682 ac_cv_sizeof_wchar_t=0
23683 fi ;;
23684 esac
23685 else
23686 cat >conftest.$ac_ext <<_ACEOF
23687 /* confdefs.h. */
23688 _ACEOF
23689 cat confdefs.h >>conftest.$ac_ext
23690 cat >>conftest.$ac_ext <<_ACEOF
23691 /* end confdefs.h. */
23692
23693 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23694 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23695 # error "fake wchar_t"
23696 #endif
23697 #ifdef HAVE_WCHAR_H
23698 # ifdef __CYGWIN__
23699 # include <stddef.h>
23700 # endif
23701 # include <wchar.h>
23702 #endif
23703 #ifdef HAVE_STDLIB_H
23704 # include <stdlib.h>
23705 #endif
23706 #include <stdio.h>
23707
23708
23709
23710 typedef wchar_t ac__type_sizeof_;
23711 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23712 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23713 #include <stdio.h>
23714 #include <stdlib.h>
23715 int
23716 main ()
23717 {
23718
23719 FILE *f = fopen ("conftest.val", "w");
23720 if (! f)
23721 return 1;
23722 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23723 {
23724 long int i = longval ();
23725 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23726 return 1;
23727 fprintf (f, "%ld\n", i);
23728 }
23729 else
23730 {
23731 unsigned long int i = ulongval ();
23732 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23733 return 1;
23734 fprintf (f, "%lu\n", i);
23735 }
23736 return ferror (f) || fclose (f) != 0;
23737
23738 ;
23739 return 0;
23740 }
23741 _ACEOF
23742 rm -f conftest$ac_exeext
23743 if { (ac_try="$ac_link"
23744 case "(($ac_try" in
23745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23746 *) ac_try_echo=$ac_try;;
23747 esac
23748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23749 (eval "$ac_link") 2>&5
23750 ac_status=$?
23751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23752 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23753 { (case "(($ac_try" in
23754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23755 *) ac_try_echo=$ac_try;;
23756 esac
23757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23758 (eval "$ac_try") 2>&5
23759 ac_status=$?
23760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23761 (exit $ac_status); }; }; then
23762 ac_cv_sizeof_wchar_t=`cat conftest.val`
23763 else
23764 echo "$as_me: program exited with status $ac_status" >&5
23765 echo "$as_me: failed program was:" >&5
23766 sed 's/^/| /' conftest.$ac_ext >&5
23767
23768 ( exit $ac_status )
23769 if test "$ac_cv_type_wchar_t" = yes; then
23770 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
23771 See \`config.log' for more details." >&5
23772 echo "$as_me: error: cannot compute sizeof (wchar_t)
23773 See \`config.log' for more details." >&2;}
23774 { (exit 77); exit 77; }; }
23775 else
23776 ac_cv_sizeof_wchar_t=0
23777 fi
23778 fi
23779 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23780 fi
23781 rm -f conftest.val
23782 fi
23783 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
23784 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6; }
23785
23786
23787
23788 cat >>confdefs.h <<_ACEOF
23789 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
23790 _ACEOF
23791
23792
23793 if test "$ac_cv_sizeof_wchar_t" != 0; then
23794 wxUSE_WCHAR_T=yes
23795 else
23796 wxUSE_WCHAR_T=no
23797 fi
23798
23799 { echo "$as_me:$LINENO: checking for va_copy" >&5
23800 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
23801 if test "${wx_cv_func_va_copy+set}" = set; then
23802 echo $ECHO_N "(cached) $ECHO_C" >&6
23803 else
23804
23805 ac_ext=cpp
23806 ac_cpp='$CXXCPP $CPPFLAGS'
23807 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23808 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23809 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23810
23811 cat >conftest.$ac_ext <<_ACEOF
23812
23813 #include <stdarg.h>
23814 void foo(char *f, ...)
23815 {
23816 va_list ap1, ap2;
23817 va_start(ap1, f);
23818 va_copy(ap2, ap1);
23819 va_end(ap2);
23820 va_end(ap1);
23821 }
23822 int main()
23823 {
23824 foo("hi", 17);
23825 return 0;
23826 }
23827 _ACEOF
23828 rm -f conftest.$ac_objext conftest$ac_exeext
23829 if { (ac_try="$ac_link"
23830 case "(($ac_try" in
23831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23832 *) ac_try_echo=$ac_try;;
23833 esac
23834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23835 (eval "$ac_link") 2>conftest.er1
23836 ac_status=$?
23837 grep -v '^ *+' conftest.er1 >conftest.err
23838 rm -f conftest.er1
23839 cat conftest.err >&5
23840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23841 (exit $ac_status); } && {
23842 test -z "$ac_cxx_werror_flag" ||
23843 test ! -s conftest.err
23844 } && test -s conftest$ac_exeext &&
23845 $as_test_x conftest$ac_exeext; then
23846 wx_cv_func_va_copy=yes
23847 else
23848 echo "$as_me: failed program was:" >&5
23849 sed 's/^/| /' conftest.$ac_ext >&5
23850
23851 wx_cv_func_va_copy=no
23852
23853 fi
23854
23855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23856 conftest$ac_exeext conftest.$ac_ext
23857 ac_ext=c
23858 ac_cpp='$CPP $CPPFLAGS'
23859 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23860 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23861 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23862
23863
23864
23865 fi
23866 { echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
23867 echo "${ECHO_T}$wx_cv_func_va_copy" >&6; }
23868
23869 if test $wx_cv_func_va_copy = "yes"; then
23870 cat >>confdefs.h <<\_ACEOF
23871 #define HAVE_VA_COPY 1
23872 _ACEOF
23873
23874 else
23875 { echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
23876 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6; }
23877 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
23878 echo $ECHO_N "(cached) $ECHO_C" >&6
23879 else
23880
23881 if test "$cross_compiling" = yes; then
23882 wx_cv_type_va_list_lvalue=yes
23883
23884 else
23885 cat >conftest.$ac_ext <<_ACEOF
23886
23887 #include <stdarg.h>
23888 int foo(char *f, ...)
23889 {
23890 va_list ap1, ap2;
23891 va_start(ap1, f);
23892 ap2 = ap1;
23893 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
23894 return 1;
23895 va_end(ap2);
23896 va_end(ap1);
23897 return 0;
23898 }
23899 int main()
23900 {
23901 return foo("hi", 17);
23902 }
23903 _ACEOF
23904 rm -f conftest$ac_exeext
23905 if { (ac_try="$ac_link"
23906 case "(($ac_try" in
23907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23908 *) ac_try_echo=$ac_try;;
23909 esac
23910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23911 (eval "$ac_link") 2>&5
23912 ac_status=$?
23913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23914 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23915 { (case "(($ac_try" in
23916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23917 *) ac_try_echo=$ac_try;;
23918 esac
23919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23920 (eval "$ac_try") 2>&5
23921 ac_status=$?
23922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23923 (exit $ac_status); }; }; then
23924 wx_cv_type_va_list_lvalue=yes
23925 else
23926 echo "$as_me: program exited with status $ac_status" >&5
23927 echo "$as_me: failed program was:" >&5
23928 sed 's/^/| /' conftest.$ac_ext >&5
23929
23930 ( exit $ac_status )
23931 wx_cv_type_va_list_lvalue=no
23932 fi
23933 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23934 fi
23935
23936
23937
23938
23939 fi
23940 { echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
23941 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6; }
23942
23943 if test $wx_cv_type_va_list_lvalue != "yes"; then
23944 cat >>confdefs.h <<\_ACEOF
23945 #define VA_LIST_IS_ARRAY 1
23946 _ACEOF
23947
23948 fi
23949 fi
23950
23951 if test "$wxUSE_VARARG_MACROS" = "yes"; then
23952
23953 { echo "$as_me:$LINENO: checking whether the compiler supports variadic macros" >&5
23954 echo $ECHO_N "checking whether the compiler supports variadic macros... $ECHO_C" >&6; }
23955 if test "${wx_cv_have_variadic_macros+set}" = set; then
23956 echo $ECHO_N "(cached) $ECHO_C" >&6
23957 else
23958
23959 ac_ext=cpp
23960 ac_cpp='$CXXCPP $CPPFLAGS'
23961 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23962 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23963 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23964
23965 cat >conftest.$ac_ext <<_ACEOF
23966 /* confdefs.h. */
23967 _ACEOF
23968 cat confdefs.h >>conftest.$ac_ext
23969 cat >>conftest.$ac_ext <<_ACEOF
23970 /* end confdefs.h. */
23971
23972 #include <stdio.h>
23973 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
23974
23975 int
23976 main ()
23977 {
23978
23979 test("%s %d %p", "test", 1, 0);
23980
23981
23982 ;
23983 return 0;
23984 }
23985 _ACEOF
23986 rm -f conftest.$ac_objext
23987 if { (ac_try="$ac_compile"
23988 case "(($ac_try" in
23989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23990 *) ac_try_echo=$ac_try;;
23991 esac
23992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23993 (eval "$ac_compile") 2>conftest.er1
23994 ac_status=$?
23995 grep -v '^ *+' conftest.er1 >conftest.err
23996 rm -f conftest.er1
23997 cat conftest.err >&5
23998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23999 (exit $ac_status); } && {
24000 test -z "$ac_cxx_werror_flag" ||
24001 test ! -s conftest.err
24002 } && test -s conftest.$ac_objext; then
24003 wx_cv_have_variadic_macros=yes
24004 else
24005 echo "$as_me: failed program was:" >&5
24006 sed 's/^/| /' conftest.$ac_ext >&5
24007
24008 wx_cv_have_variadic_macros=no
24009
24010 fi
24011
24012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24013 ac_ext=c
24014 ac_cpp='$CPP $CPPFLAGS'
24015 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24016 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24017 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24018
24019
24020
24021 fi
24022 { echo "$as_me:$LINENO: result: $wx_cv_have_variadic_macros" >&5
24023 echo "${ECHO_T}$wx_cv_have_variadic_macros" >&6; }
24024
24025 if test $wx_cv_have_variadic_macros = "yes"; then
24026 cat >>confdefs.h <<\_ACEOF
24027 #define HAVE_VARIADIC_MACROS 1
24028 _ACEOF
24029
24030 fi
24031
24032 fi
24033
24034 LARGEFILE_CPPFLAGS=
24035 # Check whether --enable-largefile was given.
24036 if test "${enable_largefile+set}" = set; then
24037 enableval=$enable_largefile;
24038 fi
24039
24040 if test "$enable_largefile" != no; then
24041 wx_largefile=no
24042
24043 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
24044 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
24045 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
24046 echo $ECHO_N "(cached) $ECHO_C" >&6
24047 else
24048
24049 cat >conftest.$ac_ext <<_ACEOF
24050 /* confdefs.h. */
24051 _ACEOF
24052 cat confdefs.h >>conftest.$ac_ext
24053 cat >>conftest.$ac_ext <<_ACEOF
24054 /* end confdefs.h. */
24055 #define _FILE_OFFSET_BITS 64
24056 #include <sys/types.h>
24057 int
24058 main ()
24059 {
24060 typedef struct {
24061 unsigned int field: sizeof(off_t) == 8;
24062 } wxlf;
24063
24064 ;
24065 return 0;
24066 }
24067 _ACEOF
24068 rm -f conftest.$ac_objext
24069 if { (ac_try="$ac_compile"
24070 case "(($ac_try" in
24071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24072 *) ac_try_echo=$ac_try;;
24073 esac
24074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24075 (eval "$ac_compile") 2>conftest.er1
24076 ac_status=$?
24077 grep -v '^ *+' conftest.er1 >conftest.err
24078 rm -f conftest.er1
24079 cat conftest.err >&5
24080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24081 (exit $ac_status); } && {
24082 test -z "$ac_c_werror_flag" ||
24083 test ! -s conftest.err
24084 } && test -s conftest.$ac_objext; then
24085 ac_cv_sys_file_offset_bits=64
24086 else
24087 echo "$as_me: failed program was:" >&5
24088 sed 's/^/| /' conftest.$ac_ext >&5
24089
24090 ac_cv_sys_file_offset_bits=no
24091 fi
24092
24093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24094
24095
24096 fi
24097 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
24098 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
24099
24100 if test "$ac_cv_sys_file_offset_bits" != no; then
24101 wx_largefile=yes
24102 cat >>confdefs.h <<_ACEOF
24103 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
24104 _ACEOF
24105
24106 fi
24107
24108 if test "x$wx_largefile" != "xyes"; then
24109
24110 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
24111 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
24112 if test "${ac_cv_sys_large_files+set}" = set; then
24113 echo $ECHO_N "(cached) $ECHO_C" >&6
24114 else
24115
24116 cat >conftest.$ac_ext <<_ACEOF
24117 /* confdefs.h. */
24118 _ACEOF
24119 cat confdefs.h >>conftest.$ac_ext
24120 cat >>conftest.$ac_ext <<_ACEOF
24121 /* end confdefs.h. */
24122 #define _LARGE_FILES 1
24123 #include <sys/types.h>
24124 int
24125 main ()
24126 {
24127 typedef struct {
24128 unsigned int field: sizeof(off_t) == 8;
24129 } wxlf;
24130
24131 ;
24132 return 0;
24133 }
24134 _ACEOF
24135 rm -f conftest.$ac_objext
24136 if { (ac_try="$ac_compile"
24137 case "(($ac_try" in
24138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24139 *) ac_try_echo=$ac_try;;
24140 esac
24141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24142 (eval "$ac_compile") 2>conftest.er1
24143 ac_status=$?
24144 grep -v '^ *+' conftest.er1 >conftest.err
24145 rm -f conftest.er1
24146 cat conftest.err >&5
24147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24148 (exit $ac_status); } && {
24149 test -z "$ac_c_werror_flag" ||
24150 test ! -s conftest.err
24151 } && test -s conftest.$ac_objext; then
24152 ac_cv_sys_large_files=1
24153 else
24154 echo "$as_me: failed program was:" >&5
24155 sed 's/^/| /' conftest.$ac_ext >&5
24156
24157 ac_cv_sys_large_files=no
24158 fi
24159
24160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24161
24162
24163 fi
24164 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
24165 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
24166
24167 if test "$ac_cv_sys_large_files" != no; then
24168 wx_largefile=yes
24169 cat >>confdefs.h <<_ACEOF
24170 #define _LARGE_FILES $ac_cv_sys_large_files
24171 _ACEOF
24172
24173 fi
24174
24175 fi
24176
24177 { echo "$as_me:$LINENO: checking if large file support is available" >&5
24178 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6; }
24179 if test "x$wx_largefile" = "xyes"; then
24180 cat >>confdefs.h <<\_ACEOF
24181 #define HAVE_LARGEFILE_SUPPORT 1
24182 _ACEOF
24183
24184 fi
24185 { echo "$as_me:$LINENO: result: $wx_largefile" >&5
24186 echo "${ECHO_T}$wx_largefile" >&6; }
24187 fi
24188
24189 if test "$ac_cv_sys_file_offset_bits" = "64"; then
24190 LARGEFILE_CPPFLAGS="-D_FILE_OFFSET_BITS=64"
24191 elif test "$ac_cv_sys_large_files" = 1; then
24192 LARGEFILE_CPPFLAGS="-D_LARGE_FILES"
24193 fi
24194
24195 if test -n "$LARGEFILE_CPPFLAGS"; then
24196 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $LARGEFILE_CPPFLAGS"
24197
24198 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
24199 { echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
24200 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6; }
24201 if test "${wx_cv_STDC_EXT_required+set}" = set; then
24202 echo $ECHO_N "(cached) $ECHO_C" >&6
24203 else
24204
24205 ac_ext=cpp
24206 ac_cpp='$CXXCPP $CPPFLAGS'
24207 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24208 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24209 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24210
24211 cat >conftest.$ac_ext <<_ACEOF
24212 /* confdefs.h. */
24213 _ACEOF
24214 cat confdefs.h >>conftest.$ac_ext
24215 cat >>conftest.$ac_ext <<_ACEOF
24216 /* end confdefs.h. */
24217
24218 int
24219 main ()
24220 {
24221
24222 #ifndef __STDC_EXT__
24223 choke me
24224 #endif
24225
24226 ;
24227 return 0;
24228 }
24229 _ACEOF
24230 rm -f conftest.$ac_objext
24231 if { (ac_try="$ac_compile"
24232 case "(($ac_try" in
24233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24234 *) ac_try_echo=$ac_try;;
24235 esac
24236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24237 (eval "$ac_compile") 2>conftest.er1
24238 ac_status=$?
24239 grep -v '^ *+' conftest.er1 >conftest.err
24240 rm -f conftest.er1
24241 cat conftest.err >&5
24242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24243 (exit $ac_status); } && {
24244 test -z "$ac_cxx_werror_flag" ||
24245 test ! -s conftest.err
24246 } && test -s conftest.$ac_objext; then
24247 wx_cv_STDC_EXT_required=no
24248 else
24249 echo "$as_me: failed program was:" >&5
24250 sed 's/^/| /' conftest.$ac_ext >&5
24251
24252 wx_cv_STDC_EXT_required=yes
24253
24254 fi
24255
24256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24257 ac_ext=c
24258 ac_cpp='$CPP $CPPFLAGS'
24259 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24260 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24261 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24262
24263
24264
24265 fi
24266 { echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
24267 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6; }
24268 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
24269 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
24270 fi
24271 fi
24272 fi
24273
24274 ac_ext=cpp
24275 ac_cpp='$CXXCPP $CPPFLAGS'
24276 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24277 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24278 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24279
24280 old_CPPFLAGS="$CPPFLAGS"
24281 CPPFLAGS="$CPPFLAGS $LARGEFILE_CPPFLAGS"
24282 { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
24283 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
24284 if test "${ac_cv_sys_largefile_source+set}" = set; then
24285 echo $ECHO_N "(cached) $ECHO_C" >&6
24286 else
24287 while :; do
24288 cat >conftest.$ac_ext <<_ACEOF
24289 /* confdefs.h. */
24290 _ACEOF
24291 cat confdefs.h >>conftest.$ac_ext
24292 cat >>conftest.$ac_ext <<_ACEOF
24293 /* end confdefs.h. */
24294 #include <sys/types.h> /* for off_t */
24295 #include <stdio.h>
24296 int
24297 main ()
24298 {
24299 int (*fp) (FILE *, off_t, int) = fseeko;
24300 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
24301 ;
24302 return 0;
24303 }
24304 _ACEOF
24305 rm -f conftest.$ac_objext conftest$ac_exeext
24306 if { (ac_try="$ac_link"
24307 case "(($ac_try" in
24308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24309 *) ac_try_echo=$ac_try;;
24310 esac
24311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24312 (eval "$ac_link") 2>conftest.er1
24313 ac_status=$?
24314 grep -v '^ *+' conftest.er1 >conftest.err
24315 rm -f conftest.er1
24316 cat conftest.err >&5
24317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24318 (exit $ac_status); } && {
24319 test -z "$ac_cxx_werror_flag" ||
24320 test ! -s conftest.err
24321 } && test -s conftest$ac_exeext &&
24322 $as_test_x conftest$ac_exeext; then
24323 ac_cv_sys_largefile_source=no; break
24324 else
24325 echo "$as_me: failed program was:" >&5
24326 sed 's/^/| /' conftest.$ac_ext >&5
24327
24328
24329 fi
24330
24331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24332 conftest$ac_exeext conftest.$ac_ext
24333 cat >conftest.$ac_ext <<_ACEOF
24334 /* confdefs.h. */
24335 _ACEOF
24336 cat confdefs.h >>conftest.$ac_ext
24337 cat >>conftest.$ac_ext <<_ACEOF
24338 /* end confdefs.h. */
24339 #define _LARGEFILE_SOURCE 1
24340 #include <sys/types.h> /* for off_t */
24341 #include <stdio.h>
24342 int
24343 main ()
24344 {
24345 int (*fp) (FILE *, off_t, int) = fseeko;
24346 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
24347 ;
24348 return 0;
24349 }
24350 _ACEOF
24351 rm -f conftest.$ac_objext conftest$ac_exeext
24352 if { (ac_try="$ac_link"
24353 case "(($ac_try" in
24354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24355 *) ac_try_echo=$ac_try;;
24356 esac
24357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24358 (eval "$ac_link") 2>conftest.er1
24359 ac_status=$?
24360 grep -v '^ *+' conftest.er1 >conftest.err
24361 rm -f conftest.er1
24362 cat conftest.err >&5
24363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24364 (exit $ac_status); } && {
24365 test -z "$ac_cxx_werror_flag" ||
24366 test ! -s conftest.err
24367 } && test -s conftest$ac_exeext &&
24368 $as_test_x conftest$ac_exeext; then
24369 ac_cv_sys_largefile_source=1; break
24370 else
24371 echo "$as_me: failed program was:" >&5
24372 sed 's/^/| /' conftest.$ac_ext >&5
24373
24374
24375 fi
24376
24377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24378 conftest$ac_exeext conftest.$ac_ext
24379 ac_cv_sys_largefile_source=unknown
24380 break
24381 done
24382 fi
24383 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
24384 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
24385 case $ac_cv_sys_largefile_source in #(
24386 no | unknown) ;;
24387 *)
24388 cat >>confdefs.h <<_ACEOF
24389 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
24390 _ACEOF
24391 ;;
24392 esac
24393 rm -f conftest*
24394
24395 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
24396 # in glibc 2.1.3, but that breaks too many other things.
24397 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
24398 if test $ac_cv_sys_largefile_source != unknown; then
24399
24400 cat >>confdefs.h <<\_ACEOF
24401 #define HAVE_FSEEKO 1
24402 _ACEOF
24403
24404 fi
24405
24406 CPPFLAGS="$old_CPPFLAGS"
24407 ac_ext=c
24408 ac_cpp='$CPP $CPPFLAGS'
24409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24412
24413 if test "$ac_cv_sys_largefile_source" != no; then
24414 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
24415 fi
24416
24417 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
24418 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
24419 if test "${ac_cv_c_bigendian+set}" = set; then
24420 echo $ECHO_N "(cached) $ECHO_C" >&6
24421 else
24422 ac_cv_c_bigendian=unknown
24423 # See if sys/param.h defines the BYTE_ORDER macro.
24424 cat >conftest.$ac_ext <<_ACEOF
24425 /* confdefs.h. */
24426 _ACEOF
24427 cat confdefs.h >>conftest.$ac_ext
24428 cat >>conftest.$ac_ext <<_ACEOF
24429 /* end confdefs.h. */
24430 #include <sys/types.h>
24431 #include <sys/param.h>
24432 int
24433 main ()
24434 {
24435
24436 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
24437 bogus endian macros
24438 #endif
24439 ;
24440 return 0;
24441 }
24442 _ACEOF
24443 rm -f conftest.$ac_objext
24444 if { (ac_try="$ac_compile"
24445 case "(($ac_try" in
24446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24447 *) ac_try_echo=$ac_try;;
24448 esac
24449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24450 (eval "$ac_compile") 2>conftest.er1
24451 ac_status=$?
24452 grep -v '^ *+' conftest.er1 >conftest.err
24453 rm -f conftest.er1
24454 cat conftest.err >&5
24455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24456 (exit $ac_status); } && {
24457 test -z "$ac_c_werror_flag" ||
24458 test ! -s conftest.err
24459 } && test -s conftest.$ac_objext; then
24460 # It does; now see whether it defined to BIG_ENDIAN or not.
24461 cat >conftest.$ac_ext <<_ACEOF
24462 /* confdefs.h. */
24463 _ACEOF
24464 cat confdefs.h >>conftest.$ac_ext
24465 cat >>conftest.$ac_ext <<_ACEOF
24466 /* end confdefs.h. */
24467 #include <sys/types.h>
24468 #include <sys/param.h>
24469 int
24470 main ()
24471 {
24472
24473 #if BYTE_ORDER != BIG_ENDIAN
24474 not big endian
24475 #endif
24476 ;
24477 return 0;
24478 }
24479 _ACEOF
24480 rm -f conftest.$ac_objext
24481 if { (ac_try="$ac_compile"
24482 case "(($ac_try" in
24483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24484 *) ac_try_echo=$ac_try;;
24485 esac
24486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24487 (eval "$ac_compile") 2>conftest.er1
24488 ac_status=$?
24489 grep -v '^ *+' conftest.er1 >conftest.err
24490 rm -f conftest.er1
24491 cat conftest.err >&5
24492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24493 (exit $ac_status); } && {
24494 test -z "$ac_c_werror_flag" ||
24495 test ! -s conftest.err
24496 } && test -s conftest.$ac_objext; then
24497 ac_cv_c_bigendian=yes
24498 else
24499 echo "$as_me: failed program was:" >&5
24500 sed 's/^/| /' conftest.$ac_ext >&5
24501
24502 ac_cv_c_bigendian=no
24503 fi
24504
24505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24506 else
24507 echo "$as_me: failed program was:" >&5
24508 sed 's/^/| /' conftest.$ac_ext >&5
24509
24510
24511 fi
24512
24513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24514 if test $ac_cv_c_bigendian = unknown; then
24515 if test "$cross_compiling" = yes; then
24516 ac_cv_c_bigendian=unknown
24517 else
24518 cat >conftest.$ac_ext <<_ACEOF
24519 /* confdefs.h. */
24520 _ACEOF
24521 cat confdefs.h >>conftest.$ac_ext
24522 cat >>conftest.$ac_ext <<_ACEOF
24523 /* end confdefs.h. */
24524 main () {
24525 /* Are we little or big endian? From Harbison&Steele. */
24526 union
24527 {
24528 long l;
24529 char c[sizeof (long)];
24530 } u;
24531 u.l = 1;
24532 exit (u.c[sizeof (long) - 1] == 1);
24533 }
24534 _ACEOF
24535 rm -f conftest$ac_exeext
24536 if { (ac_try="$ac_link"
24537 case "(($ac_try" in
24538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24539 *) ac_try_echo=$ac_try;;
24540 esac
24541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24542 (eval "$ac_link") 2>&5
24543 ac_status=$?
24544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24545 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24546 { (case "(($ac_try" in
24547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24548 *) ac_try_echo=$ac_try;;
24549 esac
24550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24551 (eval "$ac_try") 2>&5
24552 ac_status=$?
24553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24554 (exit $ac_status); }; }; then
24555 ac_cv_c_bigendian=no
24556 else
24557 echo "$as_me: program exited with status $ac_status" >&5
24558 echo "$as_me: failed program was:" >&5
24559 sed 's/^/| /' conftest.$ac_ext >&5
24560
24561 ( exit $ac_status )
24562 ac_cv_c_bigendian=yes
24563 fi
24564 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24565 fi
24566
24567
24568 fi
24569 fi
24570 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
24571 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
24572 if test $ac_cv_c_bigendian = unknown; then
24573 { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
24574 echo "$as_me: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
24575 fi
24576 if test $ac_cv_c_bigendian = yes; then
24577 cat >>confdefs.h <<\_ACEOF
24578 #define WORDS_BIGENDIAN 1
24579 _ACEOF
24580
24581 fi
24582
24583
24584
24585
24586 ac_ext=cpp
24587 ac_cpp='$CXXCPP $CPPFLAGS'
24588 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24589 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24590 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24591
24592
24593
24594 for ac_header in iostream
24595 do
24596 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24597 { echo "$as_me:$LINENO: checking for $ac_header" >&5
24598 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
24599 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24600 echo $ECHO_N "(cached) $ECHO_C" >&6
24601 else
24602 cat >conftest.$ac_ext <<_ACEOF
24603 /* confdefs.h. */
24604 _ACEOF
24605 cat confdefs.h >>conftest.$ac_ext
24606 cat >>conftest.$ac_ext <<_ACEOF
24607 /* end confdefs.h. */
24608
24609
24610 #include <$ac_header>
24611 _ACEOF
24612 rm -f conftest.$ac_objext
24613 if { (ac_try="$ac_compile"
24614 case "(($ac_try" in
24615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24616 *) ac_try_echo=$ac_try;;
24617 esac
24618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24619 (eval "$ac_compile") 2>conftest.er1
24620 ac_status=$?
24621 grep -v '^ *+' conftest.er1 >conftest.err
24622 rm -f conftest.er1
24623 cat conftest.err >&5
24624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24625 (exit $ac_status); } && {
24626 test -z "$ac_cxx_werror_flag" ||
24627 test ! -s conftest.err
24628 } && test -s conftest.$ac_objext; then
24629 eval "$as_ac_Header=yes"
24630 else
24631 echo "$as_me: failed program was:" >&5
24632 sed 's/^/| /' conftest.$ac_ext >&5
24633
24634 eval "$as_ac_Header=no"
24635 fi
24636
24637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24638 fi
24639 ac_res=`eval echo '${'$as_ac_Header'}'`
24640 { echo "$as_me:$LINENO: result: $ac_res" >&5
24641 echo "${ECHO_T}$ac_res" >&6; }
24642 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24643 cat >>confdefs.h <<_ACEOF
24644 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24645 _ACEOF
24646
24647 fi
24648
24649 done
24650
24651
24652 if test "$ac_cv_header_iostream" = "yes" ; then
24653 :
24654 else
24655 cat >>confdefs.h <<\_ACEOF
24656 #define wxUSE_IOSTREAMH 1
24657 _ACEOF
24658
24659 fi
24660
24661 ac_ext=c
24662 ac_cpp='$CPP $CPPFLAGS'
24663 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24664 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24665 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24666
24667
24668
24669
24670 { echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
24671 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6; }
24672 if test "${wx_cv_explicit+set}" = set; then
24673 echo $ECHO_N "(cached) $ECHO_C" >&6
24674 else
24675
24676
24677 ac_ext=cpp
24678 ac_cpp='$CXXCPP $CPPFLAGS'
24679 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24680 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24681 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24682
24683
24684 cat >conftest.$ac_ext <<_ACEOF
24685 /* confdefs.h. */
24686 _ACEOF
24687 cat confdefs.h >>conftest.$ac_ext
24688 cat >>conftest.$ac_ext <<_ACEOF
24689 /* end confdefs.h. */
24690
24691 class Foo { public: explicit Foo(int) {} };
24692
24693 int
24694 main ()
24695 {
24696
24697 return 0;
24698
24699 ;
24700 return 0;
24701 }
24702 _ACEOF
24703 rm -f conftest.$ac_objext
24704 if { (ac_try="$ac_compile"
24705 case "(($ac_try" in
24706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24707 *) ac_try_echo=$ac_try;;
24708 esac
24709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24710 (eval "$ac_compile") 2>conftest.er1
24711 ac_status=$?
24712 grep -v '^ *+' conftest.er1 >conftest.err
24713 rm -f conftest.er1
24714 cat conftest.err >&5
24715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24716 (exit $ac_status); } && {
24717 test -z "$ac_cxx_werror_flag" ||
24718 test ! -s conftest.err
24719 } && test -s conftest.$ac_objext; then
24720
24721 cat >conftest.$ac_ext <<_ACEOF
24722 /* confdefs.h. */
24723 _ACEOF
24724 cat confdefs.h >>conftest.$ac_ext
24725 cat >>conftest.$ac_ext <<_ACEOF
24726 /* end confdefs.h. */
24727
24728 class Foo { public: explicit Foo(int) {} };
24729 static void TakeFoo(const Foo& foo) { }
24730
24731 int
24732 main ()
24733 {
24734
24735 TakeFoo(17);
24736 return 0;
24737
24738 ;
24739 return 0;
24740 }
24741 _ACEOF
24742 rm -f conftest.$ac_objext
24743 if { (ac_try="$ac_compile"
24744 case "(($ac_try" in
24745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24746 *) ac_try_echo=$ac_try;;
24747 esac
24748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24749 (eval "$ac_compile") 2>conftest.er1
24750 ac_status=$?
24751 grep -v '^ *+' conftest.er1 >conftest.err
24752 rm -f conftest.er1
24753 cat conftest.err >&5
24754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24755 (exit $ac_status); } && {
24756 test -z "$ac_cxx_werror_flag" ||
24757 test ! -s conftest.err
24758 } && test -s conftest.$ac_objext; then
24759 wx_cv_explicit=no
24760 else
24761 echo "$as_me: failed program was:" >&5
24762 sed 's/^/| /' conftest.$ac_ext >&5
24763
24764 wx_cv_explicit=yes
24765
24766 fi
24767
24768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24769
24770 else
24771 echo "$as_me: failed program was:" >&5
24772 sed 's/^/| /' conftest.$ac_ext >&5
24773
24774 wx_cv_explicit=no
24775
24776 fi
24777
24778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24779
24780 ac_ext=c
24781 ac_cpp='$CPP $CPPFLAGS'
24782 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24783 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24784 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24785
24786
24787 fi
24788 { echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
24789 echo "${ECHO_T}$wx_cv_explicit" >&6; }
24790
24791 if test "$wx_cv_explicit" = "yes"; then
24792 cat >>confdefs.h <<\_ACEOF
24793 #define HAVE_EXPLICIT 1
24794 _ACEOF
24795
24796 fi
24797
24798
24799 if test "x$SUNCXX" = xyes; then
24800 CXXFLAGS="-features=tmplife $CXXFLAGS"
24801 fi
24802
24803 if test "x$SUNCC" = xyes; then
24804 CFLAGS="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
24805 fi
24806
24807 if test "x$SGICC" = "xyes"; then
24808 { echo "$as_me:$LINENO: checking if cc version is 7.4.4 or greater" >&5
24809 echo $ECHO_N "checking if cc version is 7.4.4 or greater... $ECHO_C" >&6; }
24810 if test "${wx_cv_prog_sgicc744+set}" = set; then
24811 echo $ECHO_N "(cached) $ECHO_C" >&6
24812 else
24813
24814 cat >conftest.$ac_ext <<_ACEOF
24815 /* confdefs.h. */
24816 _ACEOF
24817 cat confdefs.h >>conftest.$ac_ext
24818 cat >>conftest.$ac_ext <<_ACEOF
24819 /* end confdefs.h. */
24820
24821 int
24822 main ()
24823 {
24824
24825 #if _SGI_COMPILER_VERSION >= 744
24826 chock me: mipsPro is 7.4.4 or later
24827 #endif
24828
24829 ;
24830 return 0;
24831 }
24832 _ACEOF
24833 rm -f conftest.$ac_objext
24834 if { (ac_try="$ac_compile"
24835 case "(($ac_try" in
24836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24837 *) ac_try_echo=$ac_try;;
24838 esac
24839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24840 (eval "$ac_compile") 2>conftest.er1
24841 ac_status=$?
24842 grep -v '^ *+' conftest.er1 >conftest.err
24843 rm -f conftest.er1
24844 cat conftest.err >&5
24845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24846 (exit $ac_status); } && {
24847 test -z "$ac_c_werror_flag" ||
24848 test ! -s conftest.err
24849 } && test -s conftest.$ac_objext; then
24850 wx_cv_prog_sgicc744=no
24851 else
24852 echo "$as_me: failed program was:" >&5
24853 sed 's/^/| /' conftest.$ac_ext >&5
24854
24855 wx_cv_prog_sgicc744=yes
24856
24857 fi
24858
24859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24860
24861
24862 fi
24863 { echo "$as_me:$LINENO: result: $wx_cv_prog_sgicc744" >&5
24864 echo "${ECHO_T}$wx_cv_prog_sgicc744" >&6; }
24865
24866 if test "x$wx_cv_prog_sgicc744" = "xyes"; then
24867 CFLAGS="-woff 3970 $CFLAGS"
24868 fi
24869 fi
24870 if test "x$SGICXX" = "xyes"; then
24871 { echo "$as_me:$LINENO: checking if CC version is 7.4.4 or greater" >&5
24872 echo $ECHO_N "checking if CC version is 7.4.4 or greater... $ECHO_C" >&6; }
24873 if test "${wx_cv_prog_sgicxx744+set}" = set; then
24874 echo $ECHO_N "(cached) $ECHO_C" >&6
24875 else
24876
24877 ac_ext=cpp
24878 ac_cpp='$CXXCPP $CPPFLAGS'
24879 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24880 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24881 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24882
24883 cat >conftest.$ac_ext <<_ACEOF
24884 /* confdefs.h. */
24885 _ACEOF
24886 cat confdefs.h >>conftest.$ac_ext
24887 cat >>conftest.$ac_ext <<_ACEOF
24888 /* end confdefs.h. */
24889
24890 int
24891 main ()
24892 {
24893
24894 #if _SGI_COMPILER_VERSION >= 744
24895 chock me: mipsPro is 7.4.4 or later
24896 #endif
24897
24898 ;
24899 return 0;
24900 }
24901 _ACEOF
24902 rm -f conftest.$ac_objext
24903 if { (ac_try="$ac_compile"
24904 case "(($ac_try" in
24905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24906 *) ac_try_echo=$ac_try;;
24907 esac
24908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24909 (eval "$ac_compile") 2>conftest.er1
24910 ac_status=$?
24911 grep -v '^ *+' conftest.er1 >conftest.err
24912 rm -f conftest.er1
24913 cat conftest.err >&5
24914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24915 (exit $ac_status); } && {
24916 test -z "$ac_cxx_werror_flag" ||
24917 test ! -s conftest.err
24918 } && test -s conftest.$ac_objext; then
24919 wx_cv_prog_sgicxx744=no
24920 else
24921 echo "$as_me: failed program was:" >&5
24922 sed 's/^/| /' conftest.$ac_ext >&5
24923
24924 wx_cv_prog_sgicxx744=yes
24925
24926 fi
24927
24928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24929 ac_ext=c
24930 ac_cpp='$CPP $CPPFLAGS'
24931 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24932 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24933 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24934
24935
24936
24937 fi
24938 { echo "$as_me:$LINENO: result: $wx_cv_prog_sgicxx744" >&5
24939 echo "${ECHO_T}$wx_cv_prog_sgicxx744" >&6; }
24940
24941 if test "x$wx_cv_prog_sgicxx744" = "xyes"; then
24942 CXXFLAGS="-woff 3970 $CXXFLAGS"
24943 fi
24944 fi
24945
24946 if test "x$HPCC" = "xyes"; then
24947 CFLAGS="+W 2011,2450 $CFLAGS"
24948 fi
24949 if test "x$HPCXX" = "xyes"; then
24950 CXXFLAGS="+W 2340,4232 $CXXFLAGS"
24951 fi
24952
24953 if test "x$COMPAQCXX" = "xyes"; then
24954 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
24955 fi
24956
24957 ac_ext=cpp
24958 ac_cpp='$CXXCPP $CPPFLAGS'
24959 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24960 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24961 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24962
24963
24964 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
24965 if test "$wxUSE_UNICODE" = "yes"; then
24966 std_string="std::wstring"
24967 char_type="wchar_t"
24968 else
24969 std_string="std::string"
24970 char_type="char"
24971 fi
24972
24973 { echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
24974 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6; }
24975 if test "${wx_cv_class_stdstring+set}" = set; then
24976 echo $ECHO_N "(cached) $ECHO_C" >&6
24977 else
24978
24979 cat >conftest.$ac_ext <<_ACEOF
24980 /* confdefs.h. */
24981 _ACEOF
24982 cat confdefs.h >>conftest.$ac_ext
24983 cat >>conftest.$ac_ext <<_ACEOF
24984 /* end confdefs.h. */
24985 #include <string>
24986 int
24987 main ()
24988 {
24989 $std_string foo;
24990 ;
24991 return 0;
24992 }
24993 _ACEOF
24994 rm -f conftest.$ac_objext
24995 if { (ac_try="$ac_compile"
24996 case "(($ac_try" in
24997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24998 *) ac_try_echo=$ac_try;;
24999 esac
25000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25001 (eval "$ac_compile") 2>conftest.er1
25002 ac_status=$?
25003 grep -v '^ *+' conftest.er1 >conftest.err
25004 rm -f conftest.er1
25005 cat conftest.err >&5
25006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25007 (exit $ac_status); } && {
25008 test -z "$ac_cxx_werror_flag" ||
25009 test ! -s conftest.err
25010 } && test -s conftest.$ac_objext; then
25011 wx_cv_class_stdstring=yes
25012 else
25013 echo "$as_me: failed program was:" >&5
25014 sed 's/^/| /' conftest.$ac_ext >&5
25015
25016 wx_cv_class_stdstring=no
25017
25018 fi
25019
25020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25021
25022
25023 fi
25024 { echo "$as_me:$LINENO: result: $wx_cv_class_stdstring" >&5
25025 echo "${ECHO_T}$wx_cv_class_stdstring" >&6; }
25026
25027 if test "$wx_cv_class_stdstring" = yes; then
25028 if test "$wxUSE_UNICODE" = "yes"; then
25029 cat >>confdefs.h <<\_ACEOF
25030 #define HAVE_STD_WSTRING 1
25031 _ACEOF
25032
25033 fi
25034 else
25035 { echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
25036 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6; }
25037 if test "${wx_cv_class_stdbasicstring+set}" = set; then
25038 echo $ECHO_N "(cached) $ECHO_C" >&6
25039 else
25040
25041 cat >conftest.$ac_ext <<_ACEOF
25042 /* confdefs.h. */
25043 _ACEOF
25044 cat confdefs.h >>conftest.$ac_ext
25045 cat >>conftest.$ac_ext <<_ACEOF
25046 /* end confdefs.h. */
25047
25048 #ifdef HAVE_WCHAR_H
25049 # ifdef __CYGWIN__
25050 # include <stddef.h>
25051 # endif
25052 # include <wchar.h>
25053 #endif
25054 #ifdef HAVE_STDLIB_H
25055 # include <stdlib.h>
25056 #endif
25057 #include <stdio.h>
25058 #include <string>
25059
25060 int
25061 main ()
25062 {
25063 std::basic_string<$char_type> foo;
25064 const $char_type* dummy = foo.c_str();
25065 ;
25066 return 0;
25067 }
25068 _ACEOF
25069 rm -f conftest.$ac_objext
25070 if { (ac_try="$ac_compile"
25071 case "(($ac_try" in
25072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25073 *) ac_try_echo=$ac_try;;
25074 esac
25075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25076 (eval "$ac_compile") 2>conftest.er1
25077 ac_status=$?
25078 grep -v '^ *+' conftest.er1 >conftest.err
25079 rm -f conftest.er1
25080 cat conftest.err >&5
25081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25082 (exit $ac_status); } && {
25083 test -z "$ac_cxx_werror_flag" ||
25084 test ! -s conftest.err
25085 } && test -s conftest.$ac_objext; then
25086 wx_cv_class_stdbasicstring=yes
25087 else
25088 echo "$as_me: failed program was:" >&5
25089 sed 's/^/| /' conftest.$ac_ext >&5
25090
25091 wx_cv_class_stdbasicstring=no
25092
25093 fi
25094
25095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25096
25097
25098 fi
25099 { echo "$as_me:$LINENO: result: $wx_cv_class_stdbasicstring" >&5
25100 echo "${ECHO_T}$wx_cv_class_stdbasicstring" >&6; }
25101
25102 if test "$wx_cv_class_stdbasicstring" != yes; then
25103 if test "$wxUSE_STL" = "yes"; then
25104 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
25105 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
25106 { (exit 1); exit 1; }; }
25107 elif test "$wxUSE_STD_STRING" = "yes"; then
25108 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
25109 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
25110 { (exit 1); exit 1; }; }
25111 else
25112 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
25113 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
25114 wxUSE_STD_STRING=no
25115 fi
25116 fi
25117 fi
25118 fi
25119
25120 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
25121 { echo "$as_me:$LINENO: checking for std::istream" >&5
25122 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6; }
25123 if test "${ac_cv_type_std__istream+set}" = set; then
25124 echo $ECHO_N "(cached) $ECHO_C" >&6
25125 else
25126 cat >conftest.$ac_ext <<_ACEOF
25127 /* confdefs.h. */
25128 _ACEOF
25129 cat confdefs.h >>conftest.$ac_ext
25130 cat >>conftest.$ac_ext <<_ACEOF
25131 /* end confdefs.h. */
25132 #include <iostream>
25133
25134 typedef std::istream ac__type_new_;
25135 int
25136 main ()
25137 {
25138 if ((ac__type_new_ *) 0)
25139 return 0;
25140 if (sizeof (ac__type_new_))
25141 return 0;
25142 ;
25143 return 0;
25144 }
25145 _ACEOF
25146 rm -f conftest.$ac_objext
25147 if { (ac_try="$ac_compile"
25148 case "(($ac_try" in
25149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25150 *) ac_try_echo=$ac_try;;
25151 esac
25152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25153 (eval "$ac_compile") 2>conftest.er1
25154 ac_status=$?
25155 grep -v '^ *+' conftest.er1 >conftest.err
25156 rm -f conftest.er1
25157 cat conftest.err >&5
25158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25159 (exit $ac_status); } && {
25160 test -z "$ac_cxx_werror_flag" ||
25161 test ! -s conftest.err
25162 } && test -s conftest.$ac_objext; then
25163 ac_cv_type_std__istream=yes
25164 else
25165 echo "$as_me: failed program was:" >&5
25166 sed 's/^/| /' conftest.$ac_ext >&5
25167
25168 ac_cv_type_std__istream=no
25169 fi
25170
25171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25172 fi
25173 { echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
25174 echo "${ECHO_T}$ac_cv_type_std__istream" >&6; }
25175 if test $ac_cv_type_std__istream = yes; then
25176
25177 cat >>confdefs.h <<_ACEOF
25178 #define HAVE_STD__ISTREAM 1
25179 _ACEOF
25180
25181
25182 else
25183 wxUSE_STD_IOSTREAM=no
25184 fi
25185 { echo "$as_me:$LINENO: checking for std::ostream" >&5
25186 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6; }
25187 if test "${ac_cv_type_std__ostream+set}" = set; then
25188 echo $ECHO_N "(cached) $ECHO_C" >&6
25189 else
25190 cat >conftest.$ac_ext <<_ACEOF
25191 /* confdefs.h. */
25192 _ACEOF
25193 cat confdefs.h >>conftest.$ac_ext
25194 cat >>conftest.$ac_ext <<_ACEOF
25195 /* end confdefs.h. */
25196 #include <iostream>
25197
25198 typedef std::ostream ac__type_new_;
25199 int
25200 main ()
25201 {
25202 if ((ac__type_new_ *) 0)
25203 return 0;
25204 if (sizeof (ac__type_new_))
25205 return 0;
25206 ;
25207 return 0;
25208 }
25209 _ACEOF
25210 rm -f conftest.$ac_objext
25211 if { (ac_try="$ac_compile"
25212 case "(($ac_try" in
25213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25214 *) ac_try_echo=$ac_try;;
25215 esac
25216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25217 (eval "$ac_compile") 2>conftest.er1
25218 ac_status=$?
25219 grep -v '^ *+' conftest.er1 >conftest.err
25220 rm -f conftest.er1
25221 cat conftest.err >&5
25222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25223 (exit $ac_status); } && {
25224 test -z "$ac_cxx_werror_flag" ||
25225 test ! -s conftest.err
25226 } && test -s conftest.$ac_objext; then
25227 ac_cv_type_std__ostream=yes
25228 else
25229 echo "$as_me: failed program was:" >&5
25230 sed 's/^/| /' conftest.$ac_ext >&5
25231
25232 ac_cv_type_std__ostream=no
25233 fi
25234
25235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25236 fi
25237 { echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
25238 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6; }
25239 if test $ac_cv_type_std__ostream = yes; then
25240
25241 cat >>confdefs.h <<_ACEOF
25242 #define HAVE_STD__OSTREAM 1
25243 _ACEOF
25244
25245
25246 else
25247 wxUSE_STD_IOSTREAM=no
25248 fi
25249
25250
25251 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
25252 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
25253 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
25254 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
25255 { (exit 1); exit 1; }; }
25256 else
25257 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
25258 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
25259 fi
25260 fi
25261 fi
25262
25263 if test "$wxUSE_STL" = "yes"; then
25264 { echo "$as_me:$LINENO: checking for basic STL functionality" >&5
25265 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6; }
25266 if test "${wx_cv_lib_stl+set}" = set; then
25267 echo $ECHO_N "(cached) $ECHO_C" >&6
25268 else
25269 cat >conftest.$ac_ext <<_ACEOF
25270 /* confdefs.h. */
25271 _ACEOF
25272 cat confdefs.h >>conftest.$ac_ext
25273 cat >>conftest.$ac_ext <<_ACEOF
25274 /* end confdefs.h. */
25275 #include <string>
25276 #include <functional>
25277 #include <algorithm>
25278 #include <vector>
25279 #include <list>
25280 int
25281 main ()
25282 {
25283 std::vector<int> moo;
25284 std::list<int> foo;
25285 std::vector<int>::iterator it =
25286 std::find_if(moo.begin(), moo.end(),
25287 std::bind2nd(std::less<int>(), 3));
25288 ;
25289 return 0;
25290 }
25291 _ACEOF
25292 rm -f conftest.$ac_objext
25293 if { (ac_try="$ac_compile"
25294 case "(($ac_try" in
25295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25296 *) ac_try_echo=$ac_try;;
25297 esac
25298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25299 (eval "$ac_compile") 2>conftest.er1
25300 ac_status=$?
25301 grep -v '^ *+' conftest.er1 >conftest.err
25302 rm -f conftest.er1
25303 cat conftest.err >&5
25304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25305 (exit $ac_status); } && {
25306 test -z "$ac_cxx_werror_flag" ||
25307 test ! -s conftest.err
25308 } && test -s conftest.$ac_objext; then
25309 wx_cv_lib_stl=yes
25310 else
25311 echo "$as_me: failed program was:" >&5
25312 sed 's/^/| /' conftest.$ac_ext >&5
25313
25314 wx_cv_lib_stl=no
25315
25316 fi
25317
25318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25319
25320 fi
25321 { echo "$as_me:$LINENO: result: $wx_cv_lib_stl" >&5
25322 echo "${ECHO_T}$wx_cv_lib_stl" >&6; }
25323
25324 if test "$wx_cv_lib_stl" != yes; then
25325 { { echo "$as_me:$LINENO: error: Can't use --enable-stl as basic STL functionality is missing" >&5
25326 echo "$as_me: error: Can't use --enable-stl as basic STL functionality is missing" >&2;}
25327 { (exit 1); exit 1; }; }
25328 fi
25329
25330 { echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
25331 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6; }
25332 if test "${wx_cv_func_stdstring_compare+set}" = set; then
25333 echo $ECHO_N "(cached) $ECHO_C" >&6
25334 else
25335 cat >conftest.$ac_ext <<_ACEOF
25336 /* confdefs.h. */
25337 _ACEOF
25338 cat confdefs.h >>conftest.$ac_ext
25339 cat >>conftest.$ac_ext <<_ACEOF
25340 /* end confdefs.h. */
25341 #include <string>
25342 int
25343 main ()
25344 {
25345 std::string foo, bar;
25346 foo.compare(bar);
25347 foo.compare(1, 1, bar);
25348 foo.compare(1, 1, bar, 1, 1);
25349 foo.compare("");
25350 foo.compare(1, 1, "");
25351 foo.compare(1, 1, "", 2);
25352 ;
25353 return 0;
25354 }
25355 _ACEOF
25356 rm -f conftest.$ac_objext
25357 if { (ac_try="$ac_compile"
25358 case "(($ac_try" in
25359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25360 *) ac_try_echo=$ac_try;;
25361 esac
25362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25363 (eval "$ac_compile") 2>conftest.er1
25364 ac_status=$?
25365 grep -v '^ *+' conftest.er1 >conftest.err
25366 rm -f conftest.er1
25367 cat conftest.err >&5
25368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25369 (exit $ac_status); } && {
25370 test -z "$ac_cxx_werror_flag" ||
25371 test ! -s conftest.err
25372 } && test -s conftest.$ac_objext; then
25373 wx_cv_func_stdstring_compare=yes
25374 else
25375 echo "$as_me: failed program was:" >&5
25376 sed 's/^/| /' conftest.$ac_ext >&5
25377
25378 wx_cv_func_stdstring_compare=no
25379
25380 fi
25381
25382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25383
25384 fi
25385 { echo "$as_me:$LINENO: result: $wx_cv_func_stdstring_compare" >&5
25386 echo "${ECHO_T}$wx_cv_func_stdstring_compare" >&6; }
25387
25388 if test "$wx_cv_func_stdstring_compare" = yes; then
25389 cat >>confdefs.h <<\_ACEOF
25390 #define HAVE_STD_STRING_COMPARE 1
25391 _ACEOF
25392
25393 fi
25394
25395 if test "$wx_cv_class_gnuhashmapset" = yes; then
25396 cat >>confdefs.h <<\_ACEOF
25397 #define HAVE_EXT_HASH_MAP 1
25398 _ACEOF
25399
25400 cat >>confdefs.h <<\_ACEOF
25401 #define HAVE_GNU_CXX_HASH_MAP 1
25402 _ACEOF
25403
25404 fi
25405
25406 { echo "$as_me:$LINENO: checking for unordered_map" >&5
25407 echo $ECHO_N "checking for unordered_map... $ECHO_C" >&6; }
25408 if test "${ac_cv_header_unordered_map+set}" = set; then
25409 echo $ECHO_N "(cached) $ECHO_C" >&6
25410 else
25411 cat >conftest.$ac_ext <<_ACEOF
25412 /* confdefs.h. */
25413 _ACEOF
25414 cat confdefs.h >>conftest.$ac_ext
25415 cat >>conftest.$ac_ext <<_ACEOF
25416 /* end confdefs.h. */
25417
25418
25419
25420 #include <unordered_map>
25421 _ACEOF
25422 rm -f conftest.$ac_objext
25423 if { (ac_try="$ac_compile"
25424 case "(($ac_try" in
25425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25426 *) ac_try_echo=$ac_try;;
25427 esac
25428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25429 (eval "$ac_compile") 2>conftest.er1
25430 ac_status=$?
25431 grep -v '^ *+' conftest.er1 >conftest.err
25432 rm -f conftest.er1
25433 cat conftest.err >&5
25434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25435 (exit $ac_status); } && {
25436 test -z "$ac_cxx_werror_flag" ||
25437 test ! -s conftest.err
25438 } && test -s conftest.$ac_objext; then
25439 ac_cv_header_unordered_map=yes
25440 else
25441 echo "$as_me: failed program was:" >&5
25442 sed 's/^/| /' conftest.$ac_ext >&5
25443
25444 ac_cv_header_unordered_map=no
25445 fi
25446
25447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25448 fi
25449 { echo "$as_me:$LINENO: result: $ac_cv_header_unordered_map" >&5
25450 echo "${ECHO_T}$ac_cv_header_unordered_map" >&6; }
25451 if test $ac_cv_header_unordered_map = yes; then
25452 { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std" >&5
25453 echo $ECHO_N "checking for unordered_map and unordered_set in std... $ECHO_C" >&6; }
25454 if test "${wx_cv_class_stdunorderedmapset+set}" = set; then
25455 echo $ECHO_N "(cached) $ECHO_C" >&6
25456 else
25457 cat >conftest.$ac_ext <<_ACEOF
25458 /* confdefs.h. */
25459 _ACEOF
25460 cat confdefs.h >>conftest.$ac_ext
25461 cat >>conftest.$ac_ext <<_ACEOF
25462 /* end confdefs.h. */
25463 #include <unordered_map>
25464 #include <unordered_set>
25465 int
25466 main ()
25467 {
25468 std::unordered_map<double*, char*> test1;
25469 std::unordered_set<char*> test2;
25470 ;
25471 return 0;
25472 }
25473 _ACEOF
25474 rm -f conftest.$ac_objext
25475 if { (ac_try="$ac_compile"
25476 case "(($ac_try" in
25477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25478 *) ac_try_echo=$ac_try;;
25479 esac
25480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25481 (eval "$ac_compile") 2>conftest.er1
25482 ac_status=$?
25483 grep -v '^ *+' conftest.er1 >conftest.err
25484 rm -f conftest.er1
25485 cat conftest.err >&5
25486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25487 (exit $ac_status); } && {
25488 test -z "$ac_cxx_werror_flag" ||
25489 test ! -s conftest.err
25490 } && test -s conftest.$ac_objext; then
25491 wx_cv_class_stdunorderedmapset=yes
25492 else
25493 echo "$as_me: failed program was:" >&5
25494 sed 's/^/| /' conftest.$ac_ext >&5
25495
25496 wx_cv_class_stdunorderedmapset=no
25497 fi
25498
25499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25500
25501
25502 fi
25503 { echo "$as_me:$LINENO: result: $wx_cv_class_stdunorderedmapset" >&5
25504 echo "${ECHO_T}$wx_cv_class_stdunorderedmapset" >&6; }
25505 fi
25506
25507
25508
25509 if test "$wx_cv_class_stdunorderedmapset" = yes; then
25510 cat >>confdefs.h <<\_ACEOF
25511 #define HAVE_STD_UNORDERED_MAP 1
25512 _ACEOF
25513
25514 cat >>confdefs.h <<\_ACEOF
25515 #define HAVE_STD_UNORDERED_SET 1
25516 _ACEOF
25517
25518 else
25519 { echo "$as_me:$LINENO: checking for tr1/unordered_map" >&5
25520 echo $ECHO_N "checking for tr1/unordered_map... $ECHO_C" >&6; }
25521 if test "${ac_cv_header_tr1_unordered_map+set}" = set; then
25522 echo $ECHO_N "(cached) $ECHO_C" >&6
25523 else
25524 cat >conftest.$ac_ext <<_ACEOF
25525 /* confdefs.h. */
25526 _ACEOF
25527 cat confdefs.h >>conftest.$ac_ext
25528 cat >>conftest.$ac_ext <<_ACEOF
25529 /* end confdefs.h. */
25530
25531
25532
25533 #include <tr1/unordered_map>
25534 _ACEOF
25535 rm -f conftest.$ac_objext
25536 if { (ac_try="$ac_compile"
25537 case "(($ac_try" in
25538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25539 *) ac_try_echo=$ac_try;;
25540 esac
25541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25542 (eval "$ac_compile") 2>conftest.er1
25543 ac_status=$?
25544 grep -v '^ *+' conftest.er1 >conftest.err
25545 rm -f conftest.er1
25546 cat conftest.err >&5
25547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25548 (exit $ac_status); } && {
25549 test -z "$ac_cxx_werror_flag" ||
25550 test ! -s conftest.err
25551 } && test -s conftest.$ac_objext; then
25552 ac_cv_header_tr1_unordered_map=yes
25553 else
25554 echo "$as_me: failed program was:" >&5
25555 sed 's/^/| /' conftest.$ac_ext >&5
25556
25557 ac_cv_header_tr1_unordered_map=no
25558 fi
25559
25560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25561 fi
25562 { echo "$as_me:$LINENO: result: $ac_cv_header_tr1_unordered_map" >&5
25563 echo "${ECHO_T}$ac_cv_header_tr1_unordered_map" >&6; }
25564 if test $ac_cv_header_tr1_unordered_map = yes; then
25565 { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std::tr1" >&5
25566 echo $ECHO_N "checking for unordered_map and unordered_set in std::tr1... $ECHO_C" >&6; }
25567 if test "${wx_cv_class_tr1unorderedmapset+set}" = set; then
25568 echo $ECHO_N "(cached) $ECHO_C" >&6
25569 else
25570 cat >conftest.$ac_ext <<_ACEOF
25571 /* confdefs.h. */
25572 _ACEOF
25573 cat confdefs.h >>conftest.$ac_ext
25574 cat >>conftest.$ac_ext <<_ACEOF
25575 /* end confdefs.h. */
25576 #include <tr1/unordered_map>
25577 #include <tr1/unordered_set>
25578 int
25579 main ()
25580 {
25581 std::tr1::unordered_map<double*, char*> test1;
25582 std::tr1::unordered_set<char*> test2;
25583 #if defined(__GNUC__) && (__GNUC__==4) && (__GNUC_MINOR__<2)
25584 #error can't use unordered_{map,set} with gcc-4.[01]: http://gcc.gnu.org/PR24389
25585 #endif
25586 ;
25587 return 0;
25588 }
25589 _ACEOF
25590 rm -f conftest.$ac_objext
25591 if { (ac_try="$ac_compile"
25592 case "(($ac_try" in
25593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25594 *) ac_try_echo=$ac_try;;
25595 esac
25596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25597 (eval "$ac_compile") 2>conftest.er1
25598 ac_status=$?
25599 grep -v '^ *+' conftest.er1 >conftest.err
25600 rm -f conftest.er1
25601 cat conftest.err >&5
25602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25603 (exit $ac_status); } && {
25604 test -z "$ac_cxx_werror_flag" ||
25605 test ! -s conftest.err
25606 } && test -s conftest.$ac_objext; then
25607 wx_cv_class_tr1unorderedmapset=yes
25608 else
25609 echo "$as_me: failed program was:" >&5
25610 sed 's/^/| /' conftest.$ac_ext >&5
25611
25612 wx_cv_class_tr1unorderedmapset=no
25613 fi
25614
25615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25616
25617
25618 fi
25619 { echo "$as_me:$LINENO: result: $wx_cv_class_tr1unorderedmapset" >&5
25620 echo "${ECHO_T}$wx_cv_class_tr1unorderedmapset" >&6; }
25621 fi
25622
25623
25624
25625 if test "$wx_cv_class_tr1unorderedmapset" = yes; then
25626 cat >>confdefs.h <<\_ACEOF
25627 #define HAVE_TR1_UNORDERED_MAP 1
25628 _ACEOF
25629
25630 cat >>confdefs.h <<\_ACEOF
25631 #define HAVE_TR1_UNORDERED_SET 1
25632 _ACEOF
25633
25634 else
25635 { echo "$as_me:$LINENO: checking for hash_map" >&5
25636 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6; }
25637 if test "${ac_cv_header_hash_map+set}" = set; then
25638 echo $ECHO_N "(cached) $ECHO_C" >&6
25639 else
25640 cat >conftest.$ac_ext <<_ACEOF
25641 /* confdefs.h. */
25642 _ACEOF
25643 cat confdefs.h >>conftest.$ac_ext
25644 cat >>conftest.$ac_ext <<_ACEOF
25645 /* end confdefs.h. */
25646
25647
25648
25649 #include <hash_map>
25650 _ACEOF
25651 rm -f conftest.$ac_objext
25652 if { (ac_try="$ac_compile"
25653 case "(($ac_try" in
25654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25655 *) ac_try_echo=$ac_try;;
25656 esac
25657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25658 (eval "$ac_compile") 2>conftest.er1
25659 ac_status=$?
25660 grep -v '^ *+' conftest.er1 >conftest.err
25661 rm -f conftest.er1
25662 cat conftest.err >&5
25663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25664 (exit $ac_status); } && {
25665 test -z "$ac_cxx_werror_flag" ||
25666 test ! -s conftest.err
25667 } && test -s conftest.$ac_objext; then
25668 ac_cv_header_hash_map=yes
25669 else
25670 echo "$as_me: failed program was:" >&5
25671 sed 's/^/| /' conftest.$ac_ext >&5
25672
25673 ac_cv_header_hash_map=no
25674 fi
25675
25676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25677 fi
25678 { echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
25679 echo "${ECHO_T}$ac_cv_header_hash_map" >&6; }
25680 if test $ac_cv_header_hash_map = yes; then
25681 { echo "$as_me:$LINENO: checking for std::hash_map and hash_set" >&5
25682 echo $ECHO_N "checking for std::hash_map and hash_set... $ECHO_C" >&6; }
25683 if test "${wx_cv_class_stdhashmapset+set}" = set; then
25684 echo $ECHO_N "(cached) $ECHO_C" >&6
25685 else
25686 cat >conftest.$ac_ext <<_ACEOF
25687 /* confdefs.h. */
25688 _ACEOF
25689 cat confdefs.h >>conftest.$ac_ext
25690 cat >>conftest.$ac_ext <<_ACEOF
25691 /* end confdefs.h. */
25692 #include <hash_map>
25693 #include <hash_set>
25694 int
25695 main ()
25696 {
25697 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
25698 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
25699 ;
25700 return 0;
25701 }
25702 _ACEOF
25703 rm -f conftest.$ac_objext
25704 if { (ac_try="$ac_compile"
25705 case "(($ac_try" in
25706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25707 *) ac_try_echo=$ac_try;;
25708 esac
25709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25710 (eval "$ac_compile") 2>conftest.er1
25711 ac_status=$?
25712 grep -v '^ *+' conftest.er1 >conftest.err
25713 rm -f conftest.er1
25714 cat conftest.err >&5
25715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25716 (exit $ac_status); } && {
25717 test -z "$ac_cxx_werror_flag" ||
25718 test ! -s conftest.err
25719 } && test -s conftest.$ac_objext; then
25720 wx_cv_class_stdhashmapset=yes
25721 else
25722 echo "$as_me: failed program was:" >&5
25723 sed 's/^/| /' conftest.$ac_ext >&5
25724
25725 wx_cv_class_stdhashmapset=no
25726 fi
25727
25728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25729
25730
25731 fi
25732 { echo "$as_me:$LINENO: result: $wx_cv_class_stdhashmapset" >&5
25733 echo "${ECHO_T}$wx_cv_class_stdhashmapset" >&6; }
25734 fi
25735
25736
25737
25738 if test "$wx_cv_class_stdhashmapset" = yes; then
25739 cat >>confdefs.h <<\_ACEOF
25740 #define HAVE_HASH_MAP 1
25741 _ACEOF
25742
25743 cat >>confdefs.h <<\_ACEOF
25744 #define HAVE_STD_HASH_MAP 1
25745 _ACEOF
25746
25747 fi
25748
25749 { echo "$as_me:$LINENO: checking for ext/hash_map" >&5
25750 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6; }
25751 if test "${ac_cv_header_ext_hash_map+set}" = set; then
25752 echo $ECHO_N "(cached) $ECHO_C" >&6
25753 else
25754 cat >conftest.$ac_ext <<_ACEOF
25755 /* confdefs.h. */
25756 _ACEOF
25757 cat confdefs.h >>conftest.$ac_ext
25758 cat >>conftest.$ac_ext <<_ACEOF
25759 /* end confdefs.h. */
25760
25761
25762
25763 #include <ext/hash_map>
25764 _ACEOF
25765 rm -f conftest.$ac_objext
25766 if { (ac_try="$ac_compile"
25767 case "(($ac_try" in
25768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25769 *) ac_try_echo=$ac_try;;
25770 esac
25771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25772 (eval "$ac_compile") 2>conftest.er1
25773 ac_status=$?
25774 grep -v '^ *+' conftest.er1 >conftest.err
25775 rm -f conftest.er1
25776 cat conftest.err >&5
25777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25778 (exit $ac_status); } && {
25779 test -z "$ac_cxx_werror_flag" ||
25780 test ! -s conftest.err
25781 } && test -s conftest.$ac_objext; then
25782 ac_cv_header_ext_hash_map=yes
25783 else
25784 echo "$as_me: failed program was:" >&5
25785 sed 's/^/| /' conftest.$ac_ext >&5
25786
25787 ac_cv_header_ext_hash_map=no
25788 fi
25789
25790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25791 fi
25792 { echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
25793 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6; }
25794 if test $ac_cv_header_ext_hash_map = yes; then
25795 { echo "$as_me:$LINENO: checking for GNU hash_map and hash_set" >&5
25796 echo $ECHO_N "checking for GNU hash_map and hash_set... $ECHO_C" >&6; }
25797 if test "${wx_cv_class_gnuhashmapset+set}" = set; then
25798 echo $ECHO_N "(cached) $ECHO_C" >&6
25799 else
25800 cat >conftest.$ac_ext <<_ACEOF
25801 /* confdefs.h. */
25802 _ACEOF
25803 cat confdefs.h >>conftest.$ac_ext
25804 cat >>conftest.$ac_ext <<_ACEOF
25805 /* end confdefs.h. */
25806 #include <ext/hash_map>
25807 #include <ext/hash_set>
25808 int
25809 main ()
25810 {
25811 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
25812 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
25813 ;
25814 return 0;
25815 }
25816 _ACEOF
25817 rm -f conftest.$ac_objext
25818 if { (ac_try="$ac_compile"
25819 case "(($ac_try" in
25820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25821 *) ac_try_echo=$ac_try;;
25822 esac
25823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25824 (eval "$ac_compile") 2>conftest.er1
25825 ac_status=$?
25826 grep -v '^ *+' conftest.er1 >conftest.err
25827 rm -f conftest.er1
25828 cat conftest.err >&5
25829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25830 (exit $ac_status); } && {
25831 test -z "$ac_cxx_werror_flag" ||
25832 test ! -s conftest.err
25833 } && test -s conftest.$ac_objext; then
25834 wx_cv_class_gnuhashmapset=yes
25835 else
25836 echo "$as_me: failed program was:" >&5
25837 sed 's/^/| /' conftest.$ac_ext >&5
25838
25839 wx_cv_class_gnuhashmapset=no
25840 fi
25841
25842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25843
25844
25845 fi
25846 { echo "$as_me:$LINENO: result: $wx_cv_class_gnuhashmapset" >&5
25847 echo "${ECHO_T}$wx_cv_class_gnuhashmapset" >&6; }
25848 fi
25849
25850
25851
25852 fi
25853 fi
25854 fi
25855
25856 ac_ext=cpp
25857 ac_cpp='$CXXCPP $CPPFLAGS'
25858 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25859 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25860 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25861 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
25862 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
25863 if test -z "$CXXCPP"; then
25864 if test "${ac_cv_prog_CXXCPP+set}" = set; then
25865 echo $ECHO_N "(cached) $ECHO_C" >&6
25866 else
25867 # Double quotes because CXXCPP needs to be expanded
25868 for CXXCPP in "$CXX -E" "/lib/cpp"
25869 do
25870 ac_preproc_ok=false
25871 for ac_cxx_preproc_warn_flag in '' yes
25872 do
25873 # Use a header file that comes with gcc, so configuring glibc
25874 # with a fresh cross-compiler works.
25875 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25876 # <limits.h> exists even on freestanding compilers.
25877 # On the NeXT, cc -E runs the code through the compiler's parser,
25878 # not just through cpp. "Syntax error" is here to catch this case.
25879 cat >conftest.$ac_ext <<_ACEOF
25880 /* confdefs.h. */
25881 _ACEOF
25882 cat confdefs.h >>conftest.$ac_ext
25883 cat >>conftest.$ac_ext <<_ACEOF
25884 /* end confdefs.h. */
25885 #ifdef __STDC__
25886 # include <limits.h>
25887 #else
25888 # include <assert.h>
25889 #endif
25890 Syntax error
25891 _ACEOF
25892 if { (ac_try="$ac_cpp conftest.$ac_ext"
25893 case "(($ac_try" in
25894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25895 *) ac_try_echo=$ac_try;;
25896 esac
25897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25898 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25899 ac_status=$?
25900 grep -v '^ *+' conftest.er1 >conftest.err
25901 rm -f conftest.er1
25902 cat conftest.err >&5
25903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25904 (exit $ac_status); } >/dev/null && {
25905 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
25906 test ! -s conftest.err
25907 }; then
25908 :
25909 else
25910 echo "$as_me: failed program was:" >&5
25911 sed 's/^/| /' conftest.$ac_ext >&5
25912
25913 # Broken: fails on valid input.
25914 continue
25915 fi
25916
25917 rm -f conftest.err conftest.$ac_ext
25918
25919 # OK, works on sane cases. Now check whether nonexistent headers
25920 # can be detected and how.
25921 cat >conftest.$ac_ext <<_ACEOF
25922 /* confdefs.h. */
25923 _ACEOF
25924 cat confdefs.h >>conftest.$ac_ext
25925 cat >>conftest.$ac_ext <<_ACEOF
25926 /* end confdefs.h. */
25927 #include <ac_nonexistent.h>
25928 _ACEOF
25929 if { (ac_try="$ac_cpp conftest.$ac_ext"
25930 case "(($ac_try" in
25931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25932 *) ac_try_echo=$ac_try;;
25933 esac
25934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25935 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25936 ac_status=$?
25937 grep -v '^ *+' conftest.er1 >conftest.err
25938 rm -f conftest.er1
25939 cat conftest.err >&5
25940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25941 (exit $ac_status); } >/dev/null && {
25942 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
25943 test ! -s conftest.err
25944 }; then
25945 # Broken: success on invalid input.
25946 continue
25947 else
25948 echo "$as_me: failed program was:" >&5
25949 sed 's/^/| /' conftest.$ac_ext >&5
25950
25951 # Passes both tests.
25952 ac_preproc_ok=:
25953 break
25954 fi
25955
25956 rm -f conftest.err conftest.$ac_ext
25957
25958 done
25959 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
25960 rm -f conftest.err conftest.$ac_ext
25961 if $ac_preproc_ok; then
25962 break
25963 fi
25964
25965 done
25966 ac_cv_prog_CXXCPP=$CXXCPP
25967
25968 fi
25969 CXXCPP=$ac_cv_prog_CXXCPP
25970 else
25971 ac_cv_prog_CXXCPP=$CXXCPP
25972 fi
25973 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
25974 echo "${ECHO_T}$CXXCPP" >&6; }
25975 ac_preproc_ok=false
25976 for ac_cxx_preproc_warn_flag in '' yes
25977 do
25978 # Use a header file that comes with gcc, so configuring glibc
25979 # with a fresh cross-compiler works.
25980 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25981 # <limits.h> exists even on freestanding compilers.
25982 # On the NeXT, cc -E runs the code through the compiler's parser,
25983 # not just through cpp. "Syntax error" is here to catch this case.
25984 cat >conftest.$ac_ext <<_ACEOF
25985 /* confdefs.h. */
25986 _ACEOF
25987 cat confdefs.h >>conftest.$ac_ext
25988 cat >>conftest.$ac_ext <<_ACEOF
25989 /* end confdefs.h. */
25990 #ifdef __STDC__
25991 # include <limits.h>
25992 #else
25993 # include <assert.h>
25994 #endif
25995 Syntax error
25996 _ACEOF
25997 if { (ac_try="$ac_cpp conftest.$ac_ext"
25998 case "(($ac_try" in
25999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26000 *) ac_try_echo=$ac_try;;
26001 esac
26002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26003 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26004 ac_status=$?
26005 grep -v '^ *+' conftest.er1 >conftest.err
26006 rm -f conftest.er1
26007 cat conftest.err >&5
26008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26009 (exit $ac_status); } >/dev/null && {
26010 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26011 test ! -s conftest.err
26012 }; then
26013 :
26014 else
26015 echo "$as_me: failed program was:" >&5
26016 sed 's/^/| /' conftest.$ac_ext >&5
26017
26018 # Broken: fails on valid input.
26019 continue
26020 fi
26021
26022 rm -f conftest.err conftest.$ac_ext
26023
26024 # OK, works on sane cases. Now check whether nonexistent headers
26025 # can be detected and how.
26026 cat >conftest.$ac_ext <<_ACEOF
26027 /* confdefs.h. */
26028 _ACEOF
26029 cat confdefs.h >>conftest.$ac_ext
26030 cat >>conftest.$ac_ext <<_ACEOF
26031 /* end confdefs.h. */
26032 #include <ac_nonexistent.h>
26033 _ACEOF
26034 if { (ac_try="$ac_cpp conftest.$ac_ext"
26035 case "(($ac_try" in
26036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26037 *) ac_try_echo=$ac_try;;
26038 esac
26039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26040 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26041 ac_status=$?
26042 grep -v '^ *+' conftest.er1 >conftest.err
26043 rm -f conftest.er1
26044 cat conftest.err >&5
26045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26046 (exit $ac_status); } >/dev/null && {
26047 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26048 test ! -s conftest.err
26049 }; then
26050 # Broken: success on invalid input.
26051 continue
26052 else
26053 echo "$as_me: failed program was:" >&5
26054 sed 's/^/| /' conftest.$ac_ext >&5
26055
26056 # Passes both tests.
26057 ac_preproc_ok=:
26058 break
26059 fi
26060
26061 rm -f conftest.err conftest.$ac_ext
26062
26063 done
26064 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
26065 rm -f conftest.err conftest.$ac_ext
26066 if $ac_preproc_ok; then
26067 :
26068 else
26069 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
26070 See \`config.log' for more details." >&5
26071 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
26072 See \`config.log' for more details." >&2;}
26073 { (exit 1); exit 1; }; }
26074 fi
26075
26076 ac_ext=cpp
26077 ac_cpp='$CXXCPP $CPPFLAGS'
26078 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26079 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26080 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26081
26082
26083
26084
26085 for ac_header in type_traits tr1/type_traits
26086 do
26087 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26088 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26089 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26090 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26091 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26092 echo $ECHO_N "(cached) $ECHO_C" >&6
26093 fi
26094 ac_res=`eval echo '${'$as_ac_Header'}'`
26095 { echo "$as_me:$LINENO: result: $ac_res" >&5
26096 echo "${ECHO_T}$ac_res" >&6; }
26097 else
26098 # Is the header compilable?
26099 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
26100 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
26101 cat >conftest.$ac_ext <<_ACEOF
26102 /* confdefs.h. */
26103 _ACEOF
26104 cat confdefs.h >>conftest.$ac_ext
26105 cat >>conftest.$ac_ext <<_ACEOF
26106 /* end confdefs.h. */
26107 $ac_includes_default
26108 #include <$ac_header>
26109 _ACEOF
26110 rm -f conftest.$ac_objext
26111 if { (ac_try="$ac_compile"
26112 case "(($ac_try" in
26113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26114 *) ac_try_echo=$ac_try;;
26115 esac
26116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26117 (eval "$ac_compile") 2>conftest.er1
26118 ac_status=$?
26119 grep -v '^ *+' conftest.er1 >conftest.err
26120 rm -f conftest.er1
26121 cat conftest.err >&5
26122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26123 (exit $ac_status); } && {
26124 test -z "$ac_cxx_werror_flag" ||
26125 test ! -s conftest.err
26126 } && test -s conftest.$ac_objext; then
26127 ac_header_compiler=yes
26128 else
26129 echo "$as_me: failed program was:" >&5
26130 sed 's/^/| /' conftest.$ac_ext >&5
26131
26132 ac_header_compiler=no
26133 fi
26134
26135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26136 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26137 echo "${ECHO_T}$ac_header_compiler" >&6; }
26138
26139 # Is the header present?
26140 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
26141 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
26142 cat >conftest.$ac_ext <<_ACEOF
26143 /* confdefs.h. */
26144 _ACEOF
26145 cat confdefs.h >>conftest.$ac_ext
26146 cat >>conftest.$ac_ext <<_ACEOF
26147 /* end confdefs.h. */
26148 #include <$ac_header>
26149 _ACEOF
26150 if { (ac_try="$ac_cpp conftest.$ac_ext"
26151 case "(($ac_try" in
26152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26153 *) ac_try_echo=$ac_try;;
26154 esac
26155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26156 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26157 ac_status=$?
26158 grep -v '^ *+' conftest.er1 >conftest.err
26159 rm -f conftest.er1
26160 cat conftest.err >&5
26161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26162 (exit $ac_status); } >/dev/null && {
26163 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26164 test ! -s conftest.err
26165 }; then
26166 ac_header_preproc=yes
26167 else
26168 echo "$as_me: failed program was:" >&5
26169 sed 's/^/| /' conftest.$ac_ext >&5
26170
26171 ac_header_preproc=no
26172 fi
26173
26174 rm -f conftest.err conftest.$ac_ext
26175 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26176 echo "${ECHO_T}$ac_header_preproc" >&6; }
26177
26178 # So? What about this header?
26179 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
26180 yes:no: )
26181 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26182 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26183 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26184 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26185 ac_header_preproc=yes
26186 ;;
26187 no:yes:* )
26188 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26189 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26190 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
26191 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
26192 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26193 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26194 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
26195 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
26196 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26197 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26198 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26199 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26200 ( cat <<\_ASBOX
26201 ## ----------------------------------------- ##
26202 ## Report this to wx-dev@lists.wxwidgets.org ##
26203 ## ----------------------------------------- ##
26204 _ASBOX
26205 ) | sed "s/^/$as_me: WARNING: /" >&2
26206 ;;
26207 esac
26208 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26209 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26210 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26211 echo $ECHO_N "(cached) $ECHO_C" >&6
26212 else
26213 eval "$as_ac_Header=\$ac_header_preproc"
26214 fi
26215 ac_res=`eval echo '${'$as_ac_Header'}'`
26216 { echo "$as_me:$LINENO: result: $ac_res" >&5
26217 echo "${ECHO_T}$ac_res" >&6; }
26218
26219 fi
26220 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26221 cat >>confdefs.h <<_ACEOF
26222 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26223 _ACEOF
26224
26225 fi
26226
26227 done
26228
26229
26230
26231
26232 if test -n "$GCC"; then
26233 { echo "$as_me:$LINENO: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
26234 echo $ECHO_N "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... $ECHO_C" >&6; }
26235 if test "${wx_cv_cc_gcc_atomic_builtins+set}" = set; then
26236 echo $ECHO_N "(cached) $ECHO_C" >&6
26237 else
26238
26239 cat >conftest.$ac_ext <<_ACEOF
26240 /* confdefs.h. */
26241 _ACEOF
26242 cat confdefs.h >>conftest.$ac_ext
26243 cat >>conftest.$ac_ext <<_ACEOF
26244 /* end confdefs.h. */
26245
26246 int
26247 main ()
26248 {
26249
26250 unsigned int value=0;
26251 /* wxAtomicInc doesn't use return value here */
26252 __sync_fetch_and_add(&value, 2);
26253 __sync_sub_and_fetch(&value, 1);
26254 /* but wxAtomicDec does, so mimic that: */
26255 unsigned int r2 = __sync_sub_and_fetch(&value, 1);
26256
26257 ;
26258 return 0;
26259 }
26260 _ACEOF
26261 rm -f conftest.$ac_objext conftest$ac_exeext
26262 if { (ac_try="$ac_link"
26263 case "(($ac_try" in
26264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26265 *) ac_try_echo=$ac_try;;
26266 esac
26267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26268 (eval "$ac_link") 2>conftest.er1
26269 ac_status=$?
26270 grep -v '^ *+' conftest.er1 >conftest.err
26271 rm -f conftest.er1
26272 cat conftest.err >&5
26273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26274 (exit $ac_status); } && {
26275 test -z "$ac_cxx_werror_flag" ||
26276 test ! -s conftest.err
26277 } && test -s conftest$ac_exeext &&
26278 $as_test_x conftest$ac_exeext; then
26279 wx_cv_cc_gcc_atomic_builtins=yes
26280 else
26281 echo "$as_me: failed program was:" >&5
26282 sed 's/^/| /' conftest.$ac_ext >&5
26283
26284 wx_cv_cc_gcc_atomic_builtins=no
26285 fi
26286
26287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26288 conftest$ac_exeext conftest.$ac_ext
26289
26290 fi
26291
26292 { echo "$as_me:$LINENO: result: $wx_cv_cc_gcc_atomic_builtins" >&5
26293 echo "${ECHO_T}$wx_cv_cc_gcc_atomic_builtins" >&6; }
26294 if test $wx_cv_cc_gcc_atomic_builtins = yes; then
26295 cat >>confdefs.h <<\_ACEOF
26296 #define HAVE_GCC_ATOMIC_BUILTINS 1
26297 _ACEOF
26298
26299 fi
26300 fi
26301
26302
26303 ac_ext=c
26304 ac_cpp='$CPP $CPPFLAGS'
26305 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26306 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26307 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26308
26309
26310
26311 SEARCH_INCLUDE="\
26312 /usr/local/include \
26313 /usr/local/X11/include \
26314 /usr/local/include/X11 \
26315 /usr/local/X11R7/include \
26316 /usr/local/X11R6/include \
26317 /usr/local/include/X11R7 \
26318 /usr/local/include/X11R6 \
26319 \
26320 /usr/Motif-2.1/include \
26321 /usr/Motif-1.2/include \
26322 /usr/include/Motif1.2 \
26323 \
26324 /usr/dt/include \
26325 /usr/openwin/include \
26326 \
26327 /usr/include/Xm \
26328 \
26329 /usr/X11R7/include \
26330 /usr/X11R6/include \
26331 /usr/X11R6.4/include \
26332 \
26333 /usr/include/X11R7 \
26334 /usr/include/X11R6 \
26335 \
26336 /usr/X11/include \
26337 /usr/include/X11 \
26338 \
26339 /usr/XFree86/include/X11 \
26340 /usr/pkg/include \
26341 \
26342 /usr/local/X1R5/include \
26343 /usr/local/include/X11R5 \
26344 /usr/X11R5/include \
26345 /usr/include/X11R5 \
26346 \
26347 /usr/local/X11R4/include \
26348 /usr/local/include/X11R4 \
26349 /usr/X11R4/include \
26350 /usr/include/X11R4 \
26351 \
26352 /usr/openwin/share/include"
26353
26354 { echo "$as_me:$LINENO: checking for libraries directory" >&5
26355 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6; }
26356
26357 case "${host}" in
26358 *-*-irix6* )
26359 if test "${wx_cv_std_libpath+set}" = set; then
26360 echo $ECHO_N "(cached) $ECHO_C" >&6
26361 else
26362
26363 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
26364 for e in a so sl dylib dll.a; do
26365 libc="$d/libc.$e"
26366 if test -f $libc; then
26367 save_LIBS="$LIBS"
26368 LIBS="$libc"
26369 cat >conftest.$ac_ext <<_ACEOF
26370 int main() { return 0; }
26371 _ACEOF
26372 rm -f conftest.$ac_objext conftest$ac_exeext
26373 if { (ac_try="$ac_link"
26374 case "(($ac_try" in
26375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26376 *) ac_try_echo=$ac_try;;
26377 esac
26378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26379 (eval "$ac_link") 2>conftest.er1
26380 ac_status=$?
26381 grep -v '^ *+' conftest.er1 >conftest.err
26382 rm -f conftest.er1
26383 cat conftest.err >&5
26384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26385 (exit $ac_status); } && {
26386 test -z "$ac_c_werror_flag" ||
26387 test ! -s conftest.err
26388 } && test -s conftest$ac_exeext &&
26389 $as_test_x conftest$ac_exeext; then
26390 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
26391 else
26392 echo "$as_me: failed program was:" >&5
26393 sed 's/^/| /' conftest.$ac_ext >&5
26394
26395
26396 fi
26397
26398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26399 conftest$ac_exeext conftest.$ac_ext
26400 LIBS="$save_LIBS"
26401 if test "x$wx_cv_std_libpath" != "x"; then
26402 break 2
26403 fi
26404 fi
26405 done
26406 done
26407 if test "x$wx_cv_std_libpath" = "x"; then
26408 wx_cv_std_libpath="lib"
26409 fi
26410
26411
26412 fi
26413
26414 ;;
26415
26416 *-*-solaris2* )
26417 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
26418 wx_cv_std_libpath="lib/64"
26419 else
26420 wx_cv_std_libpath="lib"
26421 fi
26422 ;;
26423
26424 *-*-linux* )
26425 if test "$ac_cv_sizeof_void_p" = 8 -a \
26426 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
26427 wx_cv_std_libpath="lib64"
26428 else
26429 wx_cv_std_libpath="lib"
26430 fi
26431 ;;
26432
26433 *)
26434 wx_cv_std_libpath="lib";
26435 ;;
26436 esac
26437
26438 { echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
26439 echo "${ECHO_T}$wx_cv_std_libpath" >&6; }
26440
26441 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
26442
26443 if test "$build" != "$host" -a "$GCC" = yes; then
26444 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
26445 cross_root=`dirname $cross_root`
26446 cross_root=`dirname $cross_root`
26447
26448 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
26449 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
26450 SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
26451
26452 if test -z "$PKG_CONFIG_PATH"; then
26453 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
26454 export PKG_CONFIG_PATH
26455 fi
26456
26457 if test -z "$x_includes" -o "$x_includes" = NONE; then
26458
26459 ac_find_includes=
26460 for ac_dir in $SEARCH_INCLUDE /usr/include;
26461 do
26462 if test -f "$ac_dir/X11/Intrinsic.h"; then
26463 ac_find_includes=$ac_dir
26464 break
26465 fi
26466 done
26467
26468 x_includes=$ac_find_includes
26469 fi
26470 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
26471
26472 ac_find_libraries=
26473 for ac_dir in $SEARCH_LIB;
26474 do
26475 for ac_extension in a so sl dylib dll.a; do
26476 if test -f "$ac_dir/libXt.$ac_extension"; then
26477 ac_find_libraries=$ac_dir
26478 break 2
26479 fi
26480 done
26481 done
26482
26483 x_libraries=$ac_find_libraries
26484 fi
26485 fi
26486 fi
26487
26488
26489 cat >confcache <<\_ACEOF
26490 # This file is a shell script that caches the results of configure
26491 # tests run on this system so they can be shared between configure
26492 # scripts and configure runs, see configure's option --config-cache.
26493 # It is not useful on other systems. If it contains results you don't
26494 # want to keep, you may remove or edit it.
26495 #
26496 # config.status only pays attention to the cache file if you give it
26497 # the --recheck option to rerun configure.
26498 #
26499 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26500 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26501 # following values.
26502
26503 _ACEOF
26504
26505 # The following way of writing the cache mishandles newlines in values,
26506 # but we know of no workaround that is simple, portable, and efficient.
26507 # So, we kill variables containing newlines.
26508 # Ultrix sh set writes to stderr and can't be redirected directly,
26509 # and sets the high bit in the cache file unless we assign to the vars.
26510 (
26511 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26512 eval ac_val=\$$ac_var
26513 case $ac_val in #(
26514 *${as_nl}*)
26515 case $ac_var in #(
26516 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26517 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26518 esac
26519 case $ac_var in #(
26520 _ | IFS | as_nl) ;; #(
26521 *) $as_unset $ac_var ;;
26522 esac ;;
26523 esac
26524 done
26525
26526 (set) 2>&1 |
26527 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26528 *${as_nl}ac_space=\ *)
26529 # `set' does not quote correctly, so add quotes (double-quote
26530 # substitution turns \\\\ into \\, and sed turns \\ into \).
26531 sed -n \
26532 "s/'/'\\\\''/g;
26533 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26534 ;; #(
26535 *)
26536 # `set' quotes correctly as required by POSIX, so do not add quotes.
26537 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26538 ;;
26539 esac |
26540 sort
26541 ) |
26542 sed '
26543 /^ac_cv_env_/b end
26544 t clear
26545 :clear
26546 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26547 t end
26548 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26549 :end' >>confcache
26550 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26551 if test -w "$cache_file"; then
26552 test "x$cache_file" != "x/dev/null" &&
26553 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26554 echo "$as_me: updating cache $cache_file" >&6;}
26555 cat confcache >$cache_file
26556 else
26557 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26558 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26559 fi
26560 fi
26561 rm -f confcache
26562
26563 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
26564 { echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
26565 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6; }
26566 if test "${wx_cv_lib_glibc21+set}" = set; then
26567 echo $ECHO_N "(cached) $ECHO_C" >&6
26568 else
26569
26570 cat >conftest.$ac_ext <<_ACEOF
26571 /* confdefs.h. */
26572 _ACEOF
26573 cat confdefs.h >>conftest.$ac_ext
26574 cat >>conftest.$ac_ext <<_ACEOF
26575 /* end confdefs.h. */
26576 #include <features.h>
26577 int
26578 main ()
26579 {
26580
26581 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
26582 not glibc 2.1
26583 #endif
26584
26585 ;
26586 return 0;
26587 }
26588 _ACEOF
26589 rm -f conftest.$ac_objext
26590 if { (ac_try="$ac_compile"
26591 case "(($ac_try" in
26592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26593 *) ac_try_echo=$ac_try;;
26594 esac
26595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26596 (eval "$ac_compile") 2>conftest.er1
26597 ac_status=$?
26598 grep -v '^ *+' conftest.er1 >conftest.err
26599 rm -f conftest.er1
26600 cat conftest.err >&5
26601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26602 (exit $ac_status); } && {
26603 test -z "$ac_c_werror_flag" ||
26604 test ! -s conftest.err
26605 } && test -s conftest.$ac_objext; then
26606
26607 wx_cv_lib_glibc21=yes
26608
26609 else
26610 echo "$as_me: failed program was:" >&5
26611 sed 's/^/| /' conftest.$ac_ext >&5
26612
26613
26614 wx_cv_lib_glibc21=no
26615
26616
26617 fi
26618
26619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26620
26621 fi
26622 { echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
26623 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6; }
26624 if test "$wx_cv_lib_glibc21" = "yes"; then
26625 cat >>confdefs.h <<\_ACEOF
26626 #define wxHAVE_GLIBC2 1
26627 _ACEOF
26628
26629 fi
26630 fi
26631
26632 if test "x$wx_cv_lib_glibc21" = "xyes"; then
26633 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
26634 cat >>confdefs.h <<\_ACEOF
26635 #define _GNU_SOURCE 1
26636 _ACEOF
26637
26638 fi
26639 fi
26640
26641 have_cos=0
26642 have_floor=0
26643
26644 for ac_func in cos
26645 do
26646 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26647 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26648 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26649 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26650 echo $ECHO_N "(cached) $ECHO_C" >&6
26651 else
26652 cat >conftest.$ac_ext <<_ACEOF
26653 /* confdefs.h. */
26654 _ACEOF
26655 cat confdefs.h >>conftest.$ac_ext
26656 cat >>conftest.$ac_ext <<_ACEOF
26657 /* end confdefs.h. */
26658 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26659 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26660 #define $ac_func innocuous_$ac_func
26661
26662 /* System header to define __stub macros and hopefully few prototypes,
26663 which can conflict with char $ac_func (); below.
26664 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26665 <limits.h> exists even on freestanding compilers. */
26666
26667 #ifdef __STDC__
26668 # include <limits.h>
26669 #else
26670 # include <assert.h>
26671 #endif
26672
26673 #undef $ac_func
26674
26675 /* Override any GCC internal prototype to avoid an error.
26676 Use char because int might match the return type of a GCC
26677 builtin and then its argument prototype would still apply. */
26678 #ifdef __cplusplus
26679 extern "C"
26680 #endif
26681 char $ac_func ();
26682 /* The GNU C library defines this for functions which it implements
26683 to always fail with ENOSYS. Some functions are actually named
26684 something starting with __ and the normal name is an alias. */
26685 #if defined __stub_$ac_func || defined __stub___$ac_func
26686 choke me
26687 #endif
26688
26689 int
26690 main ()
26691 {
26692 return $ac_func ();
26693 ;
26694 return 0;
26695 }
26696 _ACEOF
26697 rm -f conftest.$ac_objext conftest$ac_exeext
26698 if { (ac_try="$ac_link"
26699 case "(($ac_try" in
26700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26701 *) ac_try_echo=$ac_try;;
26702 esac
26703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26704 (eval "$ac_link") 2>conftest.er1
26705 ac_status=$?
26706 grep -v '^ *+' conftest.er1 >conftest.err
26707 rm -f conftest.er1
26708 cat conftest.err >&5
26709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26710 (exit $ac_status); } && {
26711 test -z "$ac_c_werror_flag" ||
26712 test ! -s conftest.err
26713 } && test -s conftest$ac_exeext &&
26714 $as_test_x conftest$ac_exeext; then
26715 eval "$as_ac_var=yes"
26716 else
26717 echo "$as_me: failed program was:" >&5
26718 sed 's/^/| /' conftest.$ac_ext >&5
26719
26720 eval "$as_ac_var=no"
26721 fi
26722
26723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26724 conftest$ac_exeext conftest.$ac_ext
26725 fi
26726 ac_res=`eval echo '${'$as_ac_var'}'`
26727 { echo "$as_me:$LINENO: result: $ac_res" >&5
26728 echo "${ECHO_T}$ac_res" >&6; }
26729 if test `eval echo '${'$as_ac_var'}'` = yes; then
26730 cat >>confdefs.h <<_ACEOF
26731 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26732 _ACEOF
26733 have_cos=1
26734 fi
26735 done
26736
26737
26738 for ac_func in floor
26739 do
26740 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26741 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26742 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26743 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26744 echo $ECHO_N "(cached) $ECHO_C" >&6
26745 else
26746 cat >conftest.$ac_ext <<_ACEOF
26747 /* confdefs.h. */
26748 _ACEOF
26749 cat confdefs.h >>conftest.$ac_ext
26750 cat >>conftest.$ac_ext <<_ACEOF
26751 /* end confdefs.h. */
26752 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26753 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26754 #define $ac_func innocuous_$ac_func
26755
26756 /* System header to define __stub macros and hopefully few prototypes,
26757 which can conflict with char $ac_func (); below.
26758 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26759 <limits.h> exists even on freestanding compilers. */
26760
26761 #ifdef __STDC__
26762 # include <limits.h>
26763 #else
26764 # include <assert.h>
26765 #endif
26766
26767 #undef $ac_func
26768
26769 /* Override any GCC internal prototype to avoid an error.
26770 Use char because int might match the return type of a GCC
26771 builtin and then its argument prototype would still apply. */
26772 #ifdef __cplusplus
26773 extern "C"
26774 #endif
26775 char $ac_func ();
26776 /* The GNU C library defines this for functions which it implements
26777 to always fail with ENOSYS. Some functions are actually named
26778 something starting with __ and the normal name is an alias. */
26779 #if defined __stub_$ac_func || defined __stub___$ac_func
26780 choke me
26781 #endif
26782
26783 int
26784 main ()
26785 {
26786 return $ac_func ();
26787 ;
26788 return 0;
26789 }
26790 _ACEOF
26791 rm -f conftest.$ac_objext conftest$ac_exeext
26792 if { (ac_try="$ac_link"
26793 case "(($ac_try" in
26794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26795 *) ac_try_echo=$ac_try;;
26796 esac
26797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26798 (eval "$ac_link") 2>conftest.er1
26799 ac_status=$?
26800 grep -v '^ *+' conftest.er1 >conftest.err
26801 rm -f conftest.er1
26802 cat conftest.err >&5
26803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26804 (exit $ac_status); } && {
26805 test -z "$ac_c_werror_flag" ||
26806 test ! -s conftest.err
26807 } && test -s conftest$ac_exeext &&
26808 $as_test_x conftest$ac_exeext; then
26809 eval "$as_ac_var=yes"
26810 else
26811 echo "$as_me: failed program was:" >&5
26812 sed 's/^/| /' conftest.$ac_ext >&5
26813
26814 eval "$as_ac_var=no"
26815 fi
26816
26817 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26818 conftest$ac_exeext conftest.$ac_ext
26819 fi
26820 ac_res=`eval echo '${'$as_ac_var'}'`
26821 { echo "$as_me:$LINENO: result: $ac_res" >&5
26822 echo "${ECHO_T}$ac_res" >&6; }
26823 if test `eval echo '${'$as_ac_var'}'` = yes; then
26824 cat >>confdefs.h <<_ACEOF
26825 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26826 _ACEOF
26827 have_floor=1
26828 fi
26829 done
26830
26831 { echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
26832 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6; }
26833 if test "$have_cos" = 1 -a "$have_floor" = 1; then
26834 { echo "$as_me:$LINENO: result: yes" >&5
26835 echo "${ECHO_T}yes" >&6; }
26836 else
26837 { echo "$as_me:$LINENO: result: no" >&5
26838 echo "${ECHO_T}no" >&6; }
26839 LIBS="$LIBS -lm"
26840 # use different functions to avoid configure caching
26841 have_sin=0
26842 have_ceil=0
26843
26844 for ac_func in sin
26845 do
26846 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26847 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26848 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26849 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26850 echo $ECHO_N "(cached) $ECHO_C" >&6
26851 else
26852 cat >conftest.$ac_ext <<_ACEOF
26853 /* confdefs.h. */
26854 _ACEOF
26855 cat confdefs.h >>conftest.$ac_ext
26856 cat >>conftest.$ac_ext <<_ACEOF
26857 /* end confdefs.h. */
26858 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26859 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26860 #define $ac_func innocuous_$ac_func
26861
26862 /* System header to define __stub macros and hopefully few prototypes,
26863 which can conflict with char $ac_func (); below.
26864 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26865 <limits.h> exists even on freestanding compilers. */
26866
26867 #ifdef __STDC__
26868 # include <limits.h>
26869 #else
26870 # include <assert.h>
26871 #endif
26872
26873 #undef $ac_func
26874
26875 /* Override any GCC internal prototype to avoid an error.
26876 Use char because int might match the return type of a GCC
26877 builtin and then its argument prototype would still apply. */
26878 #ifdef __cplusplus
26879 extern "C"
26880 #endif
26881 char $ac_func ();
26882 /* The GNU C library defines this for functions which it implements
26883 to always fail with ENOSYS. Some functions are actually named
26884 something starting with __ and the normal name is an alias. */
26885 #if defined __stub_$ac_func || defined __stub___$ac_func
26886 choke me
26887 #endif
26888
26889 int
26890 main ()
26891 {
26892 return $ac_func ();
26893 ;
26894 return 0;
26895 }
26896 _ACEOF
26897 rm -f conftest.$ac_objext conftest$ac_exeext
26898 if { (ac_try="$ac_link"
26899 case "(($ac_try" in
26900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26901 *) ac_try_echo=$ac_try;;
26902 esac
26903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26904 (eval "$ac_link") 2>conftest.er1
26905 ac_status=$?
26906 grep -v '^ *+' conftest.er1 >conftest.err
26907 rm -f conftest.er1
26908 cat conftest.err >&5
26909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26910 (exit $ac_status); } && {
26911 test -z "$ac_c_werror_flag" ||
26912 test ! -s conftest.err
26913 } && test -s conftest$ac_exeext &&
26914 $as_test_x conftest$ac_exeext; then
26915 eval "$as_ac_var=yes"
26916 else
26917 echo "$as_me: failed program was:" >&5
26918 sed 's/^/| /' conftest.$ac_ext >&5
26919
26920 eval "$as_ac_var=no"
26921 fi
26922
26923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26924 conftest$ac_exeext conftest.$ac_ext
26925 fi
26926 ac_res=`eval echo '${'$as_ac_var'}'`
26927 { echo "$as_me:$LINENO: result: $ac_res" >&5
26928 echo "${ECHO_T}$ac_res" >&6; }
26929 if test `eval echo '${'$as_ac_var'}'` = yes; then
26930 cat >>confdefs.h <<_ACEOF
26931 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26932 _ACEOF
26933 have_sin=1
26934 fi
26935 done
26936
26937
26938 for ac_func in ceil
26939 do
26940 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26941 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26942 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26943 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26944 echo $ECHO_N "(cached) $ECHO_C" >&6
26945 else
26946 cat >conftest.$ac_ext <<_ACEOF
26947 /* confdefs.h. */
26948 _ACEOF
26949 cat confdefs.h >>conftest.$ac_ext
26950 cat >>conftest.$ac_ext <<_ACEOF
26951 /* end confdefs.h. */
26952 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26953 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26954 #define $ac_func innocuous_$ac_func
26955
26956 /* System header to define __stub macros and hopefully few prototypes,
26957 which can conflict with char $ac_func (); below.
26958 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26959 <limits.h> exists even on freestanding compilers. */
26960
26961 #ifdef __STDC__
26962 # include <limits.h>
26963 #else
26964 # include <assert.h>
26965 #endif
26966
26967 #undef $ac_func
26968
26969 /* Override any GCC internal prototype to avoid an error.
26970 Use char because int might match the return type of a GCC
26971 builtin and then its argument prototype would still apply. */
26972 #ifdef __cplusplus
26973 extern "C"
26974 #endif
26975 char $ac_func ();
26976 /* The GNU C library defines this for functions which it implements
26977 to always fail with ENOSYS. Some functions are actually named
26978 something starting with __ and the normal name is an alias. */
26979 #if defined __stub_$ac_func || defined __stub___$ac_func
26980 choke me
26981 #endif
26982
26983 int
26984 main ()
26985 {
26986 return $ac_func ();
26987 ;
26988 return 0;
26989 }
26990 _ACEOF
26991 rm -f conftest.$ac_objext conftest$ac_exeext
26992 if { (ac_try="$ac_link"
26993 case "(($ac_try" in
26994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26995 *) ac_try_echo=$ac_try;;
26996 esac
26997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26998 (eval "$ac_link") 2>conftest.er1
26999 ac_status=$?
27000 grep -v '^ *+' conftest.er1 >conftest.err
27001 rm -f conftest.er1
27002 cat conftest.err >&5
27003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27004 (exit $ac_status); } && {
27005 test -z "$ac_c_werror_flag" ||
27006 test ! -s conftest.err
27007 } && test -s conftest$ac_exeext &&
27008 $as_test_x conftest$ac_exeext; then
27009 eval "$as_ac_var=yes"
27010 else
27011 echo "$as_me: failed program was:" >&5
27012 sed 's/^/| /' conftest.$ac_ext >&5
27013
27014 eval "$as_ac_var=no"
27015 fi
27016
27017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27018 conftest$ac_exeext conftest.$ac_ext
27019 fi
27020 ac_res=`eval echo '${'$as_ac_var'}'`
27021 { echo "$as_me:$LINENO: result: $ac_res" >&5
27022 echo "${ECHO_T}$ac_res" >&6; }
27023 if test `eval echo '${'$as_ac_var'}'` = yes; then
27024 cat >>confdefs.h <<_ACEOF
27025 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27026 _ACEOF
27027 have_ceil=1
27028 fi
27029 done
27030
27031 { echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
27032 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6; }
27033 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
27034 { echo "$as_me:$LINENO: result: yes" >&5
27035 echo "${ECHO_T}yes" >&6; }
27036 else
27037 { echo "$as_me:$LINENO: result: no" >&5
27038 echo "${ECHO_T}no" >&6; }
27039 # not sure we should warn the user, crash, etc.
27040 fi
27041 fi
27042
27043 ac_ext=cpp
27044 ac_cpp='$CXXCPP $CPPFLAGS'
27045 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27046 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27047 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27048
27049 if test "wxUSE_UNICODE" = "yes"; then
27050
27051 for wx_func in wcstoull
27052 do
27053 { echo "$as_me:$LINENO: checking for $wx_func" >&5
27054 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
27055 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
27056 echo $ECHO_N "(cached) $ECHO_C" >&6
27057 else
27058
27059 cat >conftest.$ac_ext <<_ACEOF
27060
27061 /* confdefs.h. */
27062 _ACEOF
27063 cat confdefs.h >>conftest.$ac_ext
27064 cat >>conftest.$ac_ext <<_ACEOF
27065 /* end confdefs.h. */
27066
27067
27068 $ac_includes_default
27069
27070 int
27071 main ()
27072 {
27073
27074 #ifndef $wx_func
27075 &$wx_func;
27076 #endif
27077
27078
27079 ;
27080 return 0;
27081 }
27082
27083 _ACEOF
27084 rm -f conftest.$ac_objext conftest$ac_exeext
27085 if { (ac_try="$ac_link"
27086 case "(($ac_try" in
27087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27088 *) ac_try_echo=$ac_try;;
27089 esac
27090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27091 (eval "$ac_link") 2>conftest.er1
27092 ac_status=$?
27093 grep -v '^ *+' conftest.er1 >conftest.err
27094 rm -f conftest.er1
27095 cat conftest.err >&5
27096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27097 (exit $ac_status); } && {
27098 test -z "$ac_cxx_werror_flag" ||
27099 test ! -s conftest.err
27100 } && test -s conftest$ac_exeext &&
27101 $as_test_x conftest$ac_exeext; then
27102 eval wx_cv_func_$wx_func=yes
27103 else
27104 echo "$as_me: failed program was:" >&5
27105 sed 's/^/| /' conftest.$ac_ext >&5
27106
27107 eval wx_cv_func_$wx_func=no
27108 fi
27109
27110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27111 conftest$ac_exeext conftest.$ac_ext
27112
27113 fi
27114 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
27115 { echo "$as_me:$LINENO: result: $ac_res" >&5
27116 echo "${ECHO_T}$ac_res" >&6; }
27117
27118 if eval test \$wx_cv_func_$wx_func = yes
27119 then
27120 cat >>confdefs.h <<_ACEOF
27121 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
27122 _ACEOF
27123
27124
27125 else
27126 :
27127
27128 fi
27129 done
27130
27131 else
27132
27133 for wx_func in strtoull
27134 do
27135 { echo "$as_me:$LINENO: checking for $wx_func" >&5
27136 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
27137 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
27138 echo $ECHO_N "(cached) $ECHO_C" >&6
27139 else
27140
27141 cat >conftest.$ac_ext <<_ACEOF
27142
27143 /* confdefs.h. */
27144 _ACEOF
27145 cat confdefs.h >>conftest.$ac_ext
27146 cat >>conftest.$ac_ext <<_ACEOF
27147 /* end confdefs.h. */
27148
27149
27150 $ac_includes_default
27151
27152 int
27153 main ()
27154 {
27155
27156 #ifndef $wx_func
27157 &$wx_func;
27158 #endif
27159
27160
27161 ;
27162 return 0;
27163 }
27164
27165 _ACEOF
27166 rm -f conftest.$ac_objext conftest$ac_exeext
27167 if { (ac_try="$ac_link"
27168 case "(($ac_try" in
27169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27170 *) ac_try_echo=$ac_try;;
27171 esac
27172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27173 (eval "$ac_link") 2>conftest.er1
27174 ac_status=$?
27175 grep -v '^ *+' conftest.er1 >conftest.err
27176 rm -f conftest.er1
27177 cat conftest.err >&5
27178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27179 (exit $ac_status); } && {
27180 test -z "$ac_cxx_werror_flag" ||
27181 test ! -s conftest.err
27182 } && test -s conftest$ac_exeext &&
27183 $as_test_x conftest$ac_exeext; then
27184 eval wx_cv_func_$wx_func=yes
27185 else
27186 echo "$as_me: failed program was:" >&5
27187 sed 's/^/| /' conftest.$ac_ext >&5
27188
27189 eval wx_cv_func_$wx_func=no
27190 fi
27191
27192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27193 conftest$ac_exeext conftest.$ac_ext
27194
27195 fi
27196 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
27197 { echo "$as_me:$LINENO: result: $ac_res" >&5
27198 echo "${ECHO_T}$ac_res" >&6; }
27199
27200 if eval test \$wx_cv_func_$wx_func = yes
27201 then
27202 cat >>confdefs.h <<_ACEOF
27203 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
27204 _ACEOF
27205
27206
27207 else
27208 :
27209
27210 fi
27211 done
27212
27213 fi
27214 ac_ext=c
27215 ac_cpp='$CPP $CPPFLAGS'
27216 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27217 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27218 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27219
27220
27221
27222
27223 if test "$wxUSE_REGEX" != "no"; then
27224 cat >>confdefs.h <<\_ACEOF
27225 #define wxUSE_REGEX 1
27226 _ACEOF
27227
27228
27229 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
27230 { echo "$as_me:$LINENO: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
27231 echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
27232 wxUSE_REGEX=builtin
27233 fi
27234
27235 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
27236 { echo "$as_me:$LINENO: checking for regex.h" >&5
27237 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6; }
27238 if test "${ac_cv_header_regex_h+set}" = set; then
27239 echo $ECHO_N "(cached) $ECHO_C" >&6
27240 else
27241 cat >conftest.$ac_ext <<_ACEOF
27242 /* confdefs.h. */
27243 _ACEOF
27244 cat confdefs.h >>conftest.$ac_ext
27245 cat >>conftest.$ac_ext <<_ACEOF
27246 /* end confdefs.h. */
27247
27248
27249 #include <regex.h>
27250 _ACEOF
27251 rm -f conftest.$ac_objext
27252 if { (ac_try="$ac_compile"
27253 case "(($ac_try" in
27254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27255 *) ac_try_echo=$ac_try;;
27256 esac
27257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27258 (eval "$ac_compile") 2>conftest.er1
27259 ac_status=$?
27260 grep -v '^ *+' conftest.er1 >conftest.err
27261 rm -f conftest.er1
27262 cat conftest.err >&5
27263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27264 (exit $ac_status); } && {
27265 test -z "$ac_c_werror_flag" ||
27266 test ! -s conftest.err
27267 } && test -s conftest.$ac_objext; then
27268 ac_cv_header_regex_h=yes
27269 else
27270 echo "$as_me: failed program was:" >&5
27271 sed 's/^/| /' conftest.$ac_ext >&5
27272
27273 ac_cv_header_regex_h=no
27274 fi
27275
27276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27277 fi
27278 { echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
27279 echo "${ECHO_T}$ac_cv_header_regex_h" >&6; }
27280 if test $ac_cv_header_regex_h = yes; then
27281
27282
27283 for ac_func in regcomp re_search
27284 do
27285 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27286 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27287 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27288 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27289 echo $ECHO_N "(cached) $ECHO_C" >&6
27290 else
27291 cat >conftest.$ac_ext <<_ACEOF
27292 /* confdefs.h. */
27293 _ACEOF
27294 cat confdefs.h >>conftest.$ac_ext
27295 cat >>conftest.$ac_ext <<_ACEOF
27296 /* end confdefs.h. */
27297 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27298 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27299 #define $ac_func innocuous_$ac_func
27300
27301 /* System header to define __stub macros and hopefully few prototypes,
27302 which can conflict with char $ac_func (); below.
27303 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27304 <limits.h> exists even on freestanding compilers. */
27305
27306 #ifdef __STDC__
27307 # include <limits.h>
27308 #else
27309 # include <assert.h>
27310 #endif
27311
27312 #undef $ac_func
27313
27314 /* Override any GCC internal prototype to avoid an error.
27315 Use char because int might match the return type of a GCC
27316 builtin and then its argument prototype would still apply. */
27317 #ifdef __cplusplus
27318 extern "C"
27319 #endif
27320 char $ac_func ();
27321 /* The GNU C library defines this for functions which it implements
27322 to always fail with ENOSYS. Some functions are actually named
27323 something starting with __ and the normal name is an alias. */
27324 #if defined __stub_$ac_func || defined __stub___$ac_func
27325 choke me
27326 #endif
27327
27328 int
27329 main ()
27330 {
27331 return $ac_func ();
27332 ;
27333 return 0;
27334 }
27335 _ACEOF
27336 rm -f conftest.$ac_objext conftest$ac_exeext
27337 if { (ac_try="$ac_link"
27338 case "(($ac_try" in
27339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27340 *) ac_try_echo=$ac_try;;
27341 esac
27342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27343 (eval "$ac_link") 2>conftest.er1
27344 ac_status=$?
27345 grep -v '^ *+' conftest.er1 >conftest.err
27346 rm -f conftest.er1
27347 cat conftest.err >&5
27348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27349 (exit $ac_status); } && {
27350 test -z "$ac_c_werror_flag" ||
27351 test ! -s conftest.err
27352 } && test -s conftest$ac_exeext &&
27353 $as_test_x conftest$ac_exeext; then
27354 eval "$as_ac_var=yes"
27355 else
27356 echo "$as_me: failed program was:" >&5
27357 sed 's/^/| /' conftest.$ac_ext >&5
27358
27359 eval "$as_ac_var=no"
27360 fi
27361
27362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27363 conftest$ac_exeext conftest.$ac_ext
27364 fi
27365 ac_res=`eval echo '${'$as_ac_var'}'`
27366 { echo "$as_me:$LINENO: result: $ac_res" >&5
27367 echo "${ECHO_T}$ac_res" >&6; }
27368 if test `eval echo '${'$as_ac_var'}'` = yes; then
27369 cat >>confdefs.h <<_ACEOF
27370 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27371 _ACEOF
27372
27373 fi
27374 done
27375
27376 fi
27377
27378
27379
27380 if test "x$ac_cv_func_regcomp" != "xyes"; then
27381 if test "$wxUSE_REGEX" = "sys" ; then
27382 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
27383 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
27384 { (exit 1); exit 1; }; }
27385 else
27386 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
27387 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
27388 wxUSE_REGEX=builtin
27389 fi
27390 else
27391 wxUSE_REGEX=sys
27392 cat >>confdefs.h <<\_ACEOF
27393 #define WX_NO_REGEX_ADVANCED 1
27394 _ACEOF
27395
27396 fi
27397 fi
27398 fi
27399
27400
27401 ZLIB_LINK=
27402 if test "$wxUSE_ZLIB" != "no" ; then
27403 cat >>confdefs.h <<\_ACEOF
27404 #define wxUSE_ZLIB 1
27405 _ACEOF
27406
27407
27408 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
27409 if test "$USE_DARWIN" = 1; then
27410 system_zlib_h_ok="yes"
27411 else
27412 { echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
27413 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6; }
27414 if test "${ac_cv_header_zlib_h+set}" = set; then
27415 echo $ECHO_N "(cached) $ECHO_C" >&6
27416 else
27417 if test "$cross_compiling" = yes; then
27418 unset ac_cv_header_zlib_h
27419
27420 else
27421 cat >conftest.$ac_ext <<_ACEOF
27422 /* confdefs.h. */
27423 _ACEOF
27424 cat confdefs.h >>conftest.$ac_ext
27425 cat >>conftest.$ac_ext <<_ACEOF
27426 /* end confdefs.h. */
27427
27428 #include <zlib.h>
27429 #include <stdio.h>
27430
27431 int main()
27432 {
27433 FILE *f=fopen("conftestval", "w");
27434 if (!f) exit(1);
27435 fprintf(f, "%s",
27436 ZLIB_VERSION[0] == '1' &&
27437 (ZLIB_VERSION[2] > '1' ||
27438 (ZLIB_VERSION[2] == '1' &&
27439 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
27440 exit(0);
27441 }
27442
27443 _ACEOF
27444 rm -f conftest$ac_exeext
27445 if { (ac_try="$ac_link"
27446 case "(($ac_try" in
27447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27448 *) ac_try_echo=$ac_try;;
27449 esac
27450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27451 (eval "$ac_link") 2>&5
27452 ac_status=$?
27453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27454 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
27455 { (case "(($ac_try" in
27456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27457 *) ac_try_echo=$ac_try;;
27458 esac
27459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27460 (eval "$ac_try") 2>&5
27461 ac_status=$?
27462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27463 (exit $ac_status); }; }; then
27464 ac_cv_header_zlib_h=`cat conftestval`
27465 else
27466 echo "$as_me: program exited with status $ac_status" >&5
27467 echo "$as_me: failed program was:" >&5
27468 sed 's/^/| /' conftest.$ac_ext >&5
27469
27470 ( exit $ac_status )
27471 ac_cv_header_zlib_h=no
27472 fi
27473 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
27474 fi
27475
27476
27477
27478 fi
27479 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
27480 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
27481 { echo "$as_me:$LINENO: checking for zlib.h" >&5
27482 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
27483 if test "${ac_cv_header_zlib_h+set}" = set; then
27484 echo $ECHO_N "(cached) $ECHO_C" >&6
27485 else
27486 cat >conftest.$ac_ext <<_ACEOF
27487 /* confdefs.h. */
27488 _ACEOF
27489 cat confdefs.h >>conftest.$ac_ext
27490 cat >>conftest.$ac_ext <<_ACEOF
27491 /* end confdefs.h. */
27492
27493
27494 #include <zlib.h>
27495 _ACEOF
27496 rm -f conftest.$ac_objext
27497 if { (ac_try="$ac_compile"
27498 case "(($ac_try" in
27499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27500 *) ac_try_echo=$ac_try;;
27501 esac
27502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27503 (eval "$ac_compile") 2>conftest.er1
27504 ac_status=$?
27505 grep -v '^ *+' conftest.er1 >conftest.err
27506 rm -f conftest.er1
27507 cat conftest.err >&5
27508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27509 (exit $ac_status); } && {
27510 test -z "$ac_c_werror_flag" ||
27511 test ! -s conftest.err
27512 } && test -s conftest.$ac_objext; then
27513 ac_cv_header_zlib_h=yes
27514 else
27515 echo "$as_me: failed program was:" >&5
27516 sed 's/^/| /' conftest.$ac_ext >&5
27517
27518 ac_cv_header_zlib_h=no
27519 fi
27520
27521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27522 fi
27523 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
27524 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
27525
27526
27527
27528 system_zlib_h_ok=$ac_cv_header_zlib_h
27529 fi
27530
27531 if test "$system_zlib_h_ok" = "yes"; then
27532 { echo "$as_me:$LINENO: checking for deflate in -lz" >&5
27533 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
27534 if test "${ac_cv_lib_z_deflate+set}" = set; then
27535 echo $ECHO_N "(cached) $ECHO_C" >&6
27536 else
27537 ac_check_lib_save_LIBS=$LIBS
27538 LIBS="-lz $LIBS"
27539 cat >conftest.$ac_ext <<_ACEOF
27540 /* confdefs.h. */
27541 _ACEOF
27542 cat confdefs.h >>conftest.$ac_ext
27543 cat >>conftest.$ac_ext <<_ACEOF
27544 /* end confdefs.h. */
27545
27546 /* Override any GCC internal prototype to avoid an error.
27547 Use char because int might match the return type of a GCC
27548 builtin and then its argument prototype would still apply. */
27549 #ifdef __cplusplus
27550 extern "C"
27551 #endif
27552 char deflate ();
27553 int
27554 main ()
27555 {
27556 return deflate ();
27557 ;
27558 return 0;
27559 }
27560 _ACEOF
27561 rm -f conftest.$ac_objext conftest$ac_exeext
27562 if { (ac_try="$ac_link"
27563 case "(($ac_try" in
27564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27565 *) ac_try_echo=$ac_try;;
27566 esac
27567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27568 (eval "$ac_link") 2>conftest.er1
27569 ac_status=$?
27570 grep -v '^ *+' conftest.er1 >conftest.err
27571 rm -f conftest.er1
27572 cat conftest.err >&5
27573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27574 (exit $ac_status); } && {
27575 test -z "$ac_c_werror_flag" ||
27576 test ! -s conftest.err
27577 } && test -s conftest$ac_exeext &&
27578 $as_test_x conftest$ac_exeext; then
27579 ac_cv_lib_z_deflate=yes
27580 else
27581 echo "$as_me: failed program was:" >&5
27582 sed 's/^/| /' conftest.$ac_ext >&5
27583
27584 ac_cv_lib_z_deflate=no
27585 fi
27586
27587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27588 conftest$ac_exeext conftest.$ac_ext
27589 LIBS=$ac_check_lib_save_LIBS
27590 fi
27591 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
27592 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
27593 if test $ac_cv_lib_z_deflate = yes; then
27594 ZLIB_LINK=" -lz"
27595 fi
27596
27597 fi
27598
27599 if test "x$ZLIB_LINK" = "x" ; then
27600 if test "$wxUSE_ZLIB" = "sys" ; then
27601 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
27602 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
27603 { (exit 1); exit 1; }; }
27604 else
27605 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
27606 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
27607 wxUSE_ZLIB=builtin
27608 fi
27609 else
27610 wxUSE_ZLIB=sys
27611 fi
27612 fi
27613 fi
27614
27615
27616 PNG_LINK=
27617 if test "$wxUSE_LIBPNG" != "no" ; then
27618 cat >>confdefs.h <<\_ACEOF
27619 #define wxUSE_LIBPNG 1
27620 _ACEOF
27621
27622
27623 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
27624 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
27625 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
27626 wxUSE_LIBPNG=sys
27627 fi
27628
27629 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
27630 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
27631 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
27632 wxUSE_LIBPNG=builtin
27633 fi
27634
27635 if test "$wxUSE_MGL" != 1 ; then
27636 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
27637 { echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
27638 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6; }
27639 if test "${ac_cv_header_png_h+set}" = set; then
27640 echo $ECHO_N "(cached) $ECHO_C" >&6
27641 else
27642 if test "$cross_compiling" = yes; then
27643 unset ac_cv_header_png_h
27644
27645 else
27646 cat >conftest.$ac_ext <<_ACEOF
27647 /* confdefs.h. */
27648 _ACEOF
27649 cat confdefs.h >>conftest.$ac_ext
27650 cat >>conftest.$ac_ext <<_ACEOF
27651 /* end confdefs.h. */
27652
27653 #include <png.h>
27654 #include <stdio.h>
27655
27656 int main()
27657 {
27658 FILE *f=fopen("conftestval", "w");
27659 if (!f) exit(1);
27660 fprintf(f, "%s",
27661 PNG_LIBPNG_VER > 90 ? "yes" : "no");
27662 exit(0);
27663 }
27664
27665 _ACEOF
27666 rm -f conftest$ac_exeext
27667 if { (ac_try="$ac_link"
27668 case "(($ac_try" in
27669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27670 *) ac_try_echo=$ac_try;;
27671 esac
27672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27673 (eval "$ac_link") 2>&5
27674 ac_status=$?
27675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27676 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
27677 { (case "(($ac_try" in
27678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27679 *) ac_try_echo=$ac_try;;
27680 esac
27681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27682 (eval "$ac_try") 2>&5
27683 ac_status=$?
27684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27685 (exit $ac_status); }; }; then
27686 ac_cv_header_png_h=`cat conftestval`
27687 else
27688 echo "$as_me: program exited with status $ac_status" >&5
27689 echo "$as_me: failed program was:" >&5
27690 sed 's/^/| /' conftest.$ac_ext >&5
27691
27692 ( exit $ac_status )
27693 ac_cv_header_png_h=no
27694 fi
27695 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
27696 fi
27697
27698
27699
27700 fi
27701 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
27702 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
27703 { echo "$as_me:$LINENO: checking for png.h" >&5
27704 echo $ECHO_N "checking for png.h... $ECHO_C" >&6; }
27705 if test "${ac_cv_header_png_h+set}" = set; then
27706 echo $ECHO_N "(cached) $ECHO_C" >&6
27707 else
27708 cat >conftest.$ac_ext <<_ACEOF
27709 /* confdefs.h. */
27710 _ACEOF
27711 cat confdefs.h >>conftest.$ac_ext
27712 cat >>conftest.$ac_ext <<_ACEOF
27713 /* end confdefs.h. */
27714
27715
27716 #include <png.h>
27717 _ACEOF
27718 rm -f conftest.$ac_objext
27719 if { (ac_try="$ac_compile"
27720 case "(($ac_try" in
27721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27722 *) ac_try_echo=$ac_try;;
27723 esac
27724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27725 (eval "$ac_compile") 2>conftest.er1
27726 ac_status=$?
27727 grep -v '^ *+' conftest.er1 >conftest.err
27728 rm -f conftest.er1
27729 cat conftest.err >&5
27730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27731 (exit $ac_status); } && {
27732 test -z "$ac_c_werror_flag" ||
27733 test ! -s conftest.err
27734 } && test -s conftest.$ac_objext; then
27735 ac_cv_header_png_h=yes
27736 else
27737 echo "$as_me: failed program was:" >&5
27738 sed 's/^/| /' conftest.$ac_ext >&5
27739
27740 ac_cv_header_png_h=no
27741 fi
27742
27743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27744 fi
27745 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
27746 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
27747
27748
27749
27750 if test "$ac_cv_header_png_h" = "yes"; then
27751 { echo "$as_me:$LINENO: checking for png_sig_cmp in -lpng" >&5
27752 echo $ECHO_N "checking for png_sig_cmp in -lpng... $ECHO_C" >&6; }
27753 if test "${ac_cv_lib_png_png_sig_cmp+set}" = set; then
27754 echo $ECHO_N "(cached) $ECHO_C" >&6
27755 else
27756 ac_check_lib_save_LIBS=$LIBS
27757 LIBS="-lpng -lz -lm $LIBS"
27758 cat >conftest.$ac_ext <<_ACEOF
27759 /* confdefs.h. */
27760 _ACEOF
27761 cat confdefs.h >>conftest.$ac_ext
27762 cat >>conftest.$ac_ext <<_ACEOF
27763 /* end confdefs.h. */
27764
27765 /* Override any GCC internal prototype to avoid an error.
27766 Use char because int might match the return type of a GCC
27767 builtin and then its argument prototype would still apply. */
27768 #ifdef __cplusplus
27769 extern "C"
27770 #endif
27771 char png_sig_cmp ();
27772 int
27773 main ()
27774 {
27775 return png_sig_cmp ();
27776 ;
27777 return 0;
27778 }
27779 _ACEOF
27780 rm -f conftest.$ac_objext conftest$ac_exeext
27781 if { (ac_try="$ac_link"
27782 case "(($ac_try" in
27783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27784 *) ac_try_echo=$ac_try;;
27785 esac
27786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27787 (eval "$ac_link") 2>conftest.er1
27788 ac_status=$?
27789 grep -v '^ *+' conftest.er1 >conftest.err
27790 rm -f conftest.er1
27791 cat conftest.err >&5
27792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27793 (exit $ac_status); } && {
27794 test -z "$ac_c_werror_flag" ||
27795 test ! -s conftest.err
27796 } && test -s conftest$ac_exeext &&
27797 $as_test_x conftest$ac_exeext; then
27798 ac_cv_lib_png_png_sig_cmp=yes
27799 else
27800 echo "$as_me: failed program was:" >&5
27801 sed 's/^/| /' conftest.$ac_ext >&5
27802
27803 ac_cv_lib_png_png_sig_cmp=no
27804 fi
27805
27806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27807 conftest$ac_exeext conftest.$ac_ext
27808 LIBS=$ac_check_lib_save_LIBS
27809 fi
27810 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_sig_cmp" >&5
27811 echo "${ECHO_T}$ac_cv_lib_png_png_sig_cmp" >&6; }
27812 if test $ac_cv_lib_png_png_sig_cmp = yes; then
27813 PNG_LINK=" -lpng -lz"
27814 fi
27815
27816 fi
27817
27818 if test "x$PNG_LINK" = "x" ; then
27819 if test "$wxUSE_LIBPNG" = "sys" ; then
27820 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
27821 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
27822 { (exit 1); exit 1; }; }
27823 else
27824 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
27825 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
27826 wxUSE_LIBPNG=builtin
27827 fi
27828 else
27829 wxUSE_LIBPNG=sys
27830 fi
27831 fi
27832 fi
27833 fi
27834
27835
27836 JPEG_LINK=
27837 if test "$wxUSE_LIBJPEG" != "no" ; then
27838 cat >>confdefs.h <<\_ACEOF
27839 #define wxUSE_LIBJPEG 1
27840 _ACEOF
27841
27842
27843 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
27844 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
27845 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
27846 wxUSE_LIBJPEG=sys
27847 fi
27848
27849 if test "$wxUSE_MGL" != 1 ; then
27850 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
27851 { echo "$as_me:$LINENO: checking for jpeglib.h" >&5
27852 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; }
27853 if test "${ac_cv_header_jpeglib_h+set}" = set; then
27854 echo $ECHO_N "(cached) $ECHO_C" >&6
27855 else
27856 cat >conftest.$ac_ext <<_ACEOF
27857 /* confdefs.h. */
27858 _ACEOF
27859 cat confdefs.h >>conftest.$ac_ext
27860 cat >>conftest.$ac_ext <<_ACEOF
27861 /* end confdefs.h. */
27862
27863 #undef HAVE_STDLIB_H
27864 #include <stdio.h>
27865 #include <jpeglib.h>
27866
27867 int
27868 main ()
27869 {
27870
27871
27872 ;
27873 return 0;
27874 }
27875 _ACEOF
27876 rm -f conftest.$ac_objext
27877 if { (ac_try="$ac_compile"
27878 case "(($ac_try" in
27879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27880 *) ac_try_echo=$ac_try;;
27881 esac
27882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27883 (eval "$ac_compile") 2>conftest.er1
27884 ac_status=$?
27885 grep -v '^ *+' conftest.er1 >conftest.err
27886 rm -f conftest.er1
27887 cat conftest.err >&5
27888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27889 (exit $ac_status); } && {
27890 test -z "$ac_c_werror_flag" ||
27891 test ! -s conftest.err
27892 } && test -s conftest.$ac_objext; then
27893 ac_cv_header_jpeglib_h=yes
27894 else
27895 echo "$as_me: failed program was:" >&5
27896 sed 's/^/| /' conftest.$ac_ext >&5
27897
27898 ac_cv_header_jpeglib_h=no
27899
27900 fi
27901
27902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27903
27904 fi
27905
27906 { echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
27907 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; }
27908
27909 if test "$ac_cv_header_jpeglib_h" = "yes"; then
27910 { echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
27911 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6; }
27912 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
27913 echo $ECHO_N "(cached) $ECHO_C" >&6
27914 else
27915 ac_check_lib_save_LIBS=$LIBS
27916 LIBS="-ljpeg $LIBS"
27917 cat >conftest.$ac_ext <<_ACEOF
27918 /* confdefs.h. */
27919 _ACEOF
27920 cat confdefs.h >>conftest.$ac_ext
27921 cat >>conftest.$ac_ext <<_ACEOF
27922 /* end confdefs.h. */
27923
27924 /* Override any GCC internal prototype to avoid an error.
27925 Use char because int might match the return type of a GCC
27926 builtin and then its argument prototype would still apply. */
27927 #ifdef __cplusplus
27928 extern "C"
27929 #endif
27930 char jpeg_read_header ();
27931 int
27932 main ()
27933 {
27934 return jpeg_read_header ();
27935 ;
27936 return 0;
27937 }
27938 _ACEOF
27939 rm -f conftest.$ac_objext conftest$ac_exeext
27940 if { (ac_try="$ac_link"
27941 case "(($ac_try" in
27942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27943 *) ac_try_echo=$ac_try;;
27944 esac
27945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27946 (eval "$ac_link") 2>conftest.er1
27947 ac_status=$?
27948 grep -v '^ *+' conftest.er1 >conftest.err
27949 rm -f conftest.er1
27950 cat conftest.err >&5
27951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27952 (exit $ac_status); } && {
27953 test -z "$ac_c_werror_flag" ||
27954 test ! -s conftest.err
27955 } && test -s conftest$ac_exeext &&
27956 $as_test_x conftest$ac_exeext; then
27957 ac_cv_lib_jpeg_jpeg_read_header=yes
27958 else
27959 echo "$as_me: failed program was:" >&5
27960 sed 's/^/| /' conftest.$ac_ext >&5
27961
27962 ac_cv_lib_jpeg_jpeg_read_header=no
27963 fi
27964
27965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27966 conftest$ac_exeext conftest.$ac_ext
27967 LIBS=$ac_check_lib_save_LIBS
27968 fi
27969 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
27970 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
27971 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
27972 JPEG_LINK=" -ljpeg"
27973 fi
27974
27975 fi
27976
27977 if test "x$JPEG_LINK" = "x" ; then
27978 if test "$wxUSE_LIBJPEG" = "sys" ; then
27979 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
27980 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
27981 { (exit 1); exit 1; }; }
27982 else
27983 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
27984 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
27985 wxUSE_LIBJPEG=builtin
27986 fi
27987 else
27988 wxUSE_LIBJPEG=sys
27989
27990 if test "$wxUSE_MSW" = 1; then
27991 { echo "$as_me:$LINENO: checking for boolean" >&5
27992 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
27993 if test "${ac_cv_type_boolean+set}" = set; then
27994 echo $ECHO_N "(cached) $ECHO_C" >&6
27995 else
27996 cat >conftest.$ac_ext <<_ACEOF
27997 /* confdefs.h. */
27998 _ACEOF
27999 cat confdefs.h >>conftest.$ac_ext
28000 cat >>conftest.$ac_ext <<_ACEOF
28001 /* end confdefs.h. */
28002 #include <windows.h>
28003
28004 typedef boolean ac__type_new_;
28005 int
28006 main ()
28007 {
28008 if ((ac__type_new_ *) 0)
28009 return 0;
28010 if (sizeof (ac__type_new_))
28011 return 0;
28012 ;
28013 return 0;
28014 }
28015 _ACEOF
28016 rm -f conftest.$ac_objext
28017 if { (ac_try="$ac_compile"
28018 case "(($ac_try" in
28019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28020 *) ac_try_echo=$ac_try;;
28021 esac
28022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28023 (eval "$ac_compile") 2>conftest.er1
28024 ac_status=$?
28025 grep -v '^ *+' conftest.er1 >conftest.err
28026 rm -f conftest.er1
28027 cat conftest.err >&5
28028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28029 (exit $ac_status); } && {
28030 test -z "$ac_c_werror_flag" ||
28031 test ! -s conftest.err
28032 } && test -s conftest.$ac_objext; then
28033 ac_cv_type_boolean=yes
28034 else
28035 echo "$as_me: failed program was:" >&5
28036 sed 's/^/| /' conftest.$ac_ext >&5
28037
28038 ac_cv_type_boolean=no
28039 fi
28040
28041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28042 fi
28043 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
28044 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
28045 if test $ac_cv_type_boolean = yes; then
28046
28047 cat >>confdefs.h <<_ACEOF
28048 #define HAVE_BOOLEAN 1
28049 _ACEOF
28050
28051
28052 { echo "$as_me:$LINENO: checking for boolean" >&5
28053 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
28054 if test "${ac_cv_type_boolean+set}" = set; then
28055 echo $ECHO_N "(cached) $ECHO_C" >&6
28056 else
28057 cat >conftest.$ac_ext <<_ACEOF
28058 /* confdefs.h. */
28059 _ACEOF
28060 cat confdefs.h >>conftest.$ac_ext
28061 cat >>conftest.$ac_ext <<_ACEOF
28062 /* end confdefs.h. */
28063
28064 #undef HAVE_BOOLEAN
28065 #include <stdio.h>
28066 #include <jpeglib.h>
28067
28068
28069 typedef boolean ac__type_new_;
28070 int
28071 main ()
28072 {
28073 if ((ac__type_new_ *) 0)
28074 return 0;
28075 if (sizeof (ac__type_new_))
28076 return 0;
28077 ;
28078 return 0;
28079 }
28080 _ACEOF
28081 rm -f conftest.$ac_objext
28082 if { (ac_try="$ac_compile"
28083 case "(($ac_try" in
28084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28085 *) ac_try_echo=$ac_try;;
28086 esac
28087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28088 (eval "$ac_compile") 2>conftest.er1
28089 ac_status=$?
28090 grep -v '^ *+' conftest.er1 >conftest.err
28091 rm -f conftest.er1
28092 cat conftest.err >&5
28093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28094 (exit $ac_status); } && {
28095 test -z "$ac_c_werror_flag" ||
28096 test ! -s conftest.err
28097 } && test -s conftest.$ac_objext; then
28098 ac_cv_type_boolean=yes
28099 else
28100 echo "$as_me: failed program was:" >&5
28101 sed 's/^/| /' conftest.$ac_ext >&5
28102
28103 ac_cv_type_boolean=no
28104 fi
28105
28106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28107 fi
28108 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
28109 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
28110
28111 # The cast to long int works around a bug in the HP C Compiler
28112 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
28113 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
28114 # This bug is HP SR number 8606223364.
28115 { echo "$as_me:$LINENO: checking size of boolean" >&5
28116 echo $ECHO_N "checking size of boolean... $ECHO_C" >&6; }
28117 if test "${ac_cv_sizeof_boolean+set}" = set; then
28118 echo $ECHO_N "(cached) $ECHO_C" >&6
28119 else
28120 if test "$cross_compiling" = yes; then
28121 # Depending upon the size, compute the lo and hi bounds.
28122 cat >conftest.$ac_ext <<_ACEOF
28123 /* confdefs.h. */
28124 _ACEOF
28125 cat confdefs.h >>conftest.$ac_ext
28126 cat >>conftest.$ac_ext <<_ACEOF
28127 /* end confdefs.h. */
28128
28129 #undef HAVE_BOOLEAN
28130 #include <stdio.h>
28131 #include <jpeglib.h>
28132
28133
28134 typedef boolean ac__type_sizeof_;
28135 int
28136 main ()
28137 {
28138 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
28139 test_array [0] = 0
28140
28141 ;
28142 return 0;
28143 }
28144 _ACEOF
28145 rm -f conftest.$ac_objext
28146 if { (ac_try="$ac_compile"
28147 case "(($ac_try" in
28148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28149 *) ac_try_echo=$ac_try;;
28150 esac
28151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28152 (eval "$ac_compile") 2>conftest.er1
28153 ac_status=$?
28154 grep -v '^ *+' conftest.er1 >conftest.err
28155 rm -f conftest.er1
28156 cat conftest.err >&5
28157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28158 (exit $ac_status); } && {
28159 test -z "$ac_c_werror_flag" ||
28160 test ! -s conftest.err
28161 } && test -s conftest.$ac_objext; then
28162 ac_lo=0 ac_mid=0
28163 while :; do
28164 cat >conftest.$ac_ext <<_ACEOF
28165 /* confdefs.h. */
28166 _ACEOF
28167 cat confdefs.h >>conftest.$ac_ext
28168 cat >>conftest.$ac_ext <<_ACEOF
28169 /* end confdefs.h. */
28170
28171 #undef HAVE_BOOLEAN
28172 #include <stdio.h>
28173 #include <jpeglib.h>
28174
28175
28176 typedef boolean ac__type_sizeof_;
28177 int
28178 main ()
28179 {
28180 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
28181 test_array [0] = 0
28182
28183 ;
28184 return 0;
28185 }
28186 _ACEOF
28187 rm -f conftest.$ac_objext
28188 if { (ac_try="$ac_compile"
28189 case "(($ac_try" in
28190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28191 *) ac_try_echo=$ac_try;;
28192 esac
28193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28194 (eval "$ac_compile") 2>conftest.er1
28195 ac_status=$?
28196 grep -v '^ *+' conftest.er1 >conftest.err
28197 rm -f conftest.er1
28198 cat conftest.err >&5
28199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28200 (exit $ac_status); } && {
28201 test -z "$ac_c_werror_flag" ||
28202 test ! -s conftest.err
28203 } && test -s conftest.$ac_objext; then
28204 ac_hi=$ac_mid; break
28205 else
28206 echo "$as_me: failed program was:" >&5
28207 sed 's/^/| /' conftest.$ac_ext >&5
28208
28209 ac_lo=`expr $ac_mid + 1`
28210 if test $ac_lo -le $ac_mid; then
28211 ac_lo= ac_hi=
28212 break
28213 fi
28214 ac_mid=`expr 2 '*' $ac_mid + 1`
28215 fi
28216
28217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28218 done
28219 else
28220 echo "$as_me: failed program was:" >&5
28221 sed 's/^/| /' conftest.$ac_ext >&5
28222
28223 cat >conftest.$ac_ext <<_ACEOF
28224 /* confdefs.h. */
28225 _ACEOF
28226 cat confdefs.h >>conftest.$ac_ext
28227 cat >>conftest.$ac_ext <<_ACEOF
28228 /* end confdefs.h. */
28229
28230 #undef HAVE_BOOLEAN
28231 #include <stdio.h>
28232 #include <jpeglib.h>
28233
28234
28235 typedef boolean ac__type_sizeof_;
28236 int
28237 main ()
28238 {
28239 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
28240 test_array [0] = 0
28241
28242 ;
28243 return 0;
28244 }
28245 _ACEOF
28246 rm -f conftest.$ac_objext
28247 if { (ac_try="$ac_compile"
28248 case "(($ac_try" in
28249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28250 *) ac_try_echo=$ac_try;;
28251 esac
28252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28253 (eval "$ac_compile") 2>conftest.er1
28254 ac_status=$?
28255 grep -v '^ *+' conftest.er1 >conftest.err
28256 rm -f conftest.er1
28257 cat conftest.err >&5
28258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28259 (exit $ac_status); } && {
28260 test -z "$ac_c_werror_flag" ||
28261 test ! -s conftest.err
28262 } && test -s conftest.$ac_objext; then
28263 ac_hi=-1 ac_mid=-1
28264 while :; do
28265 cat >conftest.$ac_ext <<_ACEOF
28266 /* confdefs.h. */
28267 _ACEOF
28268 cat confdefs.h >>conftest.$ac_ext
28269 cat >>conftest.$ac_ext <<_ACEOF
28270 /* end confdefs.h. */
28271
28272 #undef HAVE_BOOLEAN
28273 #include <stdio.h>
28274 #include <jpeglib.h>
28275
28276
28277 typedef boolean ac__type_sizeof_;
28278 int
28279 main ()
28280 {
28281 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
28282 test_array [0] = 0
28283
28284 ;
28285 return 0;
28286 }
28287 _ACEOF
28288 rm -f conftest.$ac_objext
28289 if { (ac_try="$ac_compile"
28290 case "(($ac_try" in
28291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28292 *) ac_try_echo=$ac_try;;
28293 esac
28294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28295 (eval "$ac_compile") 2>conftest.er1
28296 ac_status=$?
28297 grep -v '^ *+' conftest.er1 >conftest.err
28298 rm -f conftest.er1
28299 cat conftest.err >&5
28300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28301 (exit $ac_status); } && {
28302 test -z "$ac_c_werror_flag" ||
28303 test ! -s conftest.err
28304 } && test -s conftest.$ac_objext; then
28305 ac_lo=$ac_mid; break
28306 else
28307 echo "$as_me: failed program was:" >&5
28308 sed 's/^/| /' conftest.$ac_ext >&5
28309
28310 ac_hi=`expr '(' $ac_mid ')' - 1`
28311 if test $ac_mid -le $ac_hi; then
28312 ac_lo= ac_hi=
28313 break
28314 fi
28315 ac_mid=`expr 2 '*' $ac_mid`
28316 fi
28317
28318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28319 done
28320 else
28321 echo "$as_me: failed program was:" >&5
28322 sed 's/^/| /' conftest.$ac_ext >&5
28323
28324 ac_lo= ac_hi=
28325 fi
28326
28327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28328 fi
28329
28330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28331 # Binary search between lo and hi bounds.
28332 while test "x$ac_lo" != "x$ac_hi"; do
28333 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
28334 cat >conftest.$ac_ext <<_ACEOF
28335 /* confdefs.h. */
28336 _ACEOF
28337 cat confdefs.h >>conftest.$ac_ext
28338 cat >>conftest.$ac_ext <<_ACEOF
28339 /* end confdefs.h. */
28340
28341 #undef HAVE_BOOLEAN
28342 #include <stdio.h>
28343 #include <jpeglib.h>
28344
28345
28346 typedef boolean ac__type_sizeof_;
28347 int
28348 main ()
28349 {
28350 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
28351 test_array [0] = 0
28352
28353 ;
28354 return 0;
28355 }
28356 _ACEOF
28357 rm -f conftest.$ac_objext
28358 if { (ac_try="$ac_compile"
28359 case "(($ac_try" in
28360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28361 *) ac_try_echo=$ac_try;;
28362 esac
28363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28364 (eval "$ac_compile") 2>conftest.er1
28365 ac_status=$?
28366 grep -v '^ *+' conftest.er1 >conftest.err
28367 rm -f conftest.er1
28368 cat conftest.err >&5
28369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28370 (exit $ac_status); } && {
28371 test -z "$ac_c_werror_flag" ||
28372 test ! -s conftest.err
28373 } && test -s conftest.$ac_objext; then
28374 ac_hi=$ac_mid
28375 else
28376 echo "$as_me: failed program was:" >&5
28377 sed 's/^/| /' conftest.$ac_ext >&5
28378
28379 ac_lo=`expr '(' $ac_mid ')' + 1`
28380 fi
28381
28382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28383 done
28384 case $ac_lo in
28385 ?*) ac_cv_sizeof_boolean=$ac_lo;;
28386 '') if test "$ac_cv_type_boolean" = yes; then
28387 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
28388 See \`config.log' for more details." >&5
28389 echo "$as_me: error: cannot compute sizeof (boolean)
28390 See \`config.log' for more details." >&2;}
28391 { (exit 77); exit 77; }; }
28392 else
28393 ac_cv_sizeof_boolean=0
28394 fi ;;
28395 esac
28396 else
28397 cat >conftest.$ac_ext <<_ACEOF
28398 /* confdefs.h. */
28399 _ACEOF
28400 cat confdefs.h >>conftest.$ac_ext
28401 cat >>conftest.$ac_ext <<_ACEOF
28402 /* end confdefs.h. */
28403
28404 #undef HAVE_BOOLEAN
28405 #include <stdio.h>
28406 #include <jpeglib.h>
28407
28408
28409 typedef boolean ac__type_sizeof_;
28410 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
28411 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
28412 #include <stdio.h>
28413 #include <stdlib.h>
28414 int
28415 main ()
28416 {
28417
28418 FILE *f = fopen ("conftest.val", "w");
28419 if (! f)
28420 return 1;
28421 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
28422 {
28423 long int i = longval ();
28424 if (i != ((long int) (sizeof (ac__type_sizeof_))))
28425 return 1;
28426 fprintf (f, "%ld\n", i);
28427 }
28428 else
28429 {
28430 unsigned long int i = ulongval ();
28431 if (i != ((long int) (sizeof (ac__type_sizeof_))))
28432 return 1;
28433 fprintf (f, "%lu\n", i);
28434 }
28435 return ferror (f) || fclose (f) != 0;
28436
28437 ;
28438 return 0;
28439 }
28440 _ACEOF
28441 rm -f conftest$ac_exeext
28442 if { (ac_try="$ac_link"
28443 case "(($ac_try" in
28444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28445 *) ac_try_echo=$ac_try;;
28446 esac
28447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28448 (eval "$ac_link") 2>&5
28449 ac_status=$?
28450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28451 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28452 { (case "(($ac_try" in
28453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28454 *) ac_try_echo=$ac_try;;
28455 esac
28456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28457 (eval "$ac_try") 2>&5
28458 ac_status=$?
28459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28460 (exit $ac_status); }; }; then
28461 ac_cv_sizeof_boolean=`cat conftest.val`
28462 else
28463 echo "$as_me: program exited with status $ac_status" >&5
28464 echo "$as_me: failed program was:" >&5
28465 sed 's/^/| /' conftest.$ac_ext >&5
28466
28467 ( exit $ac_status )
28468 if test "$ac_cv_type_boolean" = yes; then
28469 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
28470 See \`config.log' for more details." >&5
28471 echo "$as_me: error: cannot compute sizeof (boolean)
28472 See \`config.log' for more details." >&2;}
28473 { (exit 77); exit 77; }; }
28474 else
28475 ac_cv_sizeof_boolean=0
28476 fi
28477 fi
28478 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28479 fi
28480 rm -f conftest.val
28481 fi
28482 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_boolean" >&5
28483 echo "${ECHO_T}$ac_cv_sizeof_boolean" >&6; }
28484
28485
28486
28487 cat >>confdefs.h <<_ACEOF
28488 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
28489 _ACEOF
28490
28491
28492 cat >>confdefs.h <<_ACEOF
28493 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
28494 _ACEOF
28495
28496
28497 fi
28498
28499 fi
28500 fi
28501 fi
28502 fi
28503 fi
28504
28505
28506 TIFF_LINK=
28507 TIFF_PREREQ_LINKS=-lm
28508 if test "$wxUSE_LIBTIFF" != "no" ; then
28509 cat >>confdefs.h <<\_ACEOF
28510 #define wxUSE_LIBTIFF 1
28511 _ACEOF
28512
28513
28514 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
28515 if test "$wxUSE_LIBJPEG" = "sys"; then
28516 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
28517 fi
28518 if test "$wxUSE_ZLIB" = "sys"; then
28519 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
28520 fi
28521 { echo "$as_me:$LINENO: checking for tiffio.h" >&5
28522 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
28523 if test "${ac_cv_header_tiffio_h+set}" = set; then
28524 echo $ECHO_N "(cached) $ECHO_C" >&6
28525 else
28526 cat >conftest.$ac_ext <<_ACEOF
28527 /* confdefs.h. */
28528 _ACEOF
28529 cat confdefs.h >>conftest.$ac_ext
28530 cat >>conftest.$ac_ext <<_ACEOF
28531 /* end confdefs.h. */
28532
28533
28534
28535 #include <tiffio.h>
28536 _ACEOF
28537 rm -f conftest.$ac_objext
28538 if { (ac_try="$ac_compile"
28539 case "(($ac_try" in
28540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28541 *) ac_try_echo=$ac_try;;
28542 esac
28543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28544 (eval "$ac_compile") 2>conftest.er1
28545 ac_status=$?
28546 grep -v '^ *+' conftest.er1 >conftest.err
28547 rm -f conftest.er1
28548 cat conftest.err >&5
28549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28550 (exit $ac_status); } && {
28551 test -z "$ac_c_werror_flag" ||
28552 test ! -s conftest.err
28553 } && test -s conftest.$ac_objext; then
28554 ac_cv_header_tiffio_h=yes
28555 else
28556 echo "$as_me: failed program was:" >&5
28557 sed 's/^/| /' conftest.$ac_ext >&5
28558
28559 ac_cv_header_tiffio_h=no
28560 fi
28561
28562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28563 fi
28564 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
28565 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
28566 if test $ac_cv_header_tiffio_h = yes; then
28567
28568 { echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
28569 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6; }
28570 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
28571 echo $ECHO_N "(cached) $ECHO_C" >&6
28572 else
28573 ac_check_lib_save_LIBS=$LIBS
28574 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
28575 cat >conftest.$ac_ext <<_ACEOF
28576 /* confdefs.h. */
28577 _ACEOF
28578 cat confdefs.h >>conftest.$ac_ext
28579 cat >>conftest.$ac_ext <<_ACEOF
28580 /* end confdefs.h. */
28581
28582 /* Override any GCC internal prototype to avoid an error.
28583 Use char because int might match the return type of a GCC
28584 builtin and then its argument prototype would still apply. */
28585 #ifdef __cplusplus
28586 extern "C"
28587 #endif
28588 char TIFFError ();
28589 int
28590 main ()
28591 {
28592 return TIFFError ();
28593 ;
28594 return 0;
28595 }
28596 _ACEOF
28597 rm -f conftest.$ac_objext conftest$ac_exeext
28598 if { (ac_try="$ac_link"
28599 case "(($ac_try" in
28600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28601 *) ac_try_echo=$ac_try;;
28602 esac
28603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28604 (eval "$ac_link") 2>conftest.er1
28605 ac_status=$?
28606 grep -v '^ *+' conftest.er1 >conftest.err
28607 rm -f conftest.er1
28608 cat conftest.err >&5
28609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28610 (exit $ac_status); } && {
28611 test -z "$ac_c_werror_flag" ||
28612 test ! -s conftest.err
28613 } && test -s conftest$ac_exeext &&
28614 $as_test_x conftest$ac_exeext; then
28615 ac_cv_lib_tiff_TIFFError=yes
28616 else
28617 echo "$as_me: failed program was:" >&5
28618 sed 's/^/| /' conftest.$ac_ext >&5
28619
28620 ac_cv_lib_tiff_TIFFError=no
28621 fi
28622
28623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28624 conftest$ac_exeext conftest.$ac_ext
28625 LIBS=$ac_check_lib_save_LIBS
28626 fi
28627 { echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
28628 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6; }
28629 if test $ac_cv_lib_tiff_TIFFError = yes; then
28630 TIFF_LINK=" -ltiff"
28631 fi
28632
28633
28634 fi
28635
28636
28637
28638 if test "x$TIFF_LINK" = "x" ; then
28639 if test "$wxUSE_LIBTIFF" = "sys" ; then
28640 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
28641 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
28642 { (exit 1); exit 1; }; }
28643 else
28644 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
28645 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
28646 wxUSE_LIBTIFF=builtin
28647 fi
28648 else
28649 wxUSE_LIBTIFF=sys
28650 fi
28651 fi
28652 if test "$wxUSE_LIBTIFF" = "builtin" ; then
28653 if test "$wxUSE_LIBJPEG" = "no"; then
28654 ac_configure_args="$ac_configure_args --disable-jpeg"
28655 fi
28656 subdirs="$subdirs src/tiff"
28657
28658 fi
28659 fi
28660
28661
28662 if test "$wxUSE_WCHAR_T" != "yes"; then
28663 if test "$wxUSE_EXPAT" != "no"; then
28664 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
28665 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
28666 wxUSE_EXPAT=no
28667 fi
28668 if test "$wxUSE_XML" != "no"; then
28669 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
28670 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
28671 wxUSE_XML=no
28672 fi
28673 fi
28674
28675 if test "$wxUSE_EXPAT" != "no"; then
28676 wxUSE_XML=yes
28677 cat >>confdefs.h <<\_ACEOF
28678 #define wxUSE_EXPAT 1
28679 _ACEOF
28680
28681 cat >>confdefs.h <<\_ACEOF
28682 #define wxUSE_XML 1
28683 _ACEOF
28684
28685
28686 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
28687 { echo "$as_me:$LINENO: checking for expat.h" >&5
28688 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6; }
28689 if test "${ac_cv_header_expat_h+set}" = set; then
28690 echo $ECHO_N "(cached) $ECHO_C" >&6
28691 else
28692 cat >conftest.$ac_ext <<_ACEOF
28693 /* confdefs.h. */
28694 _ACEOF
28695 cat confdefs.h >>conftest.$ac_ext
28696 cat >>conftest.$ac_ext <<_ACEOF
28697 /* end confdefs.h. */
28698
28699
28700 #include <expat.h>
28701 _ACEOF
28702 rm -f conftest.$ac_objext
28703 if { (ac_try="$ac_compile"
28704 case "(($ac_try" in
28705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28706 *) ac_try_echo=$ac_try;;
28707 esac
28708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28709 (eval "$ac_compile") 2>conftest.er1
28710 ac_status=$?
28711 grep -v '^ *+' conftest.er1 >conftest.err
28712 rm -f conftest.er1
28713 cat conftest.err >&5
28714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28715 (exit $ac_status); } && {
28716 test -z "$ac_c_werror_flag" ||
28717 test ! -s conftest.err
28718 } && test -s conftest.$ac_objext; then
28719 ac_cv_header_expat_h=yes
28720 else
28721 echo "$as_me: failed program was:" >&5
28722 sed 's/^/| /' conftest.$ac_ext >&5
28723
28724 ac_cv_header_expat_h=no
28725 fi
28726
28727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28728 fi
28729 { echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
28730 echo "${ECHO_T}$ac_cv_header_expat_h" >&6; }
28731 if test $ac_cv_header_expat_h = yes; then
28732 found_expat_h=1
28733 fi
28734
28735
28736 if test "x$found_expat_h" = "x1"; then
28737 { echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
28738 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6; }
28739 if test "${wx_cv_expat_is_not_broken+set}" = set; then
28740 echo $ECHO_N "(cached) $ECHO_C" >&6
28741 else
28742
28743 ac_ext=cpp
28744 ac_cpp='$CXXCPP $CPPFLAGS'
28745 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28746 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28747 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28748
28749 cat >conftest.$ac_ext <<_ACEOF
28750 /* confdefs.h. */
28751 _ACEOF
28752 cat confdefs.h >>conftest.$ac_ext
28753 cat >>conftest.$ac_ext <<_ACEOF
28754 /* end confdefs.h. */
28755 #include <expat.h>
28756 int
28757 main ()
28758 {
28759
28760 ;
28761 return 0;
28762 }
28763 _ACEOF
28764 rm -f conftest.$ac_objext
28765 if { (ac_try="$ac_compile"
28766 case "(($ac_try" in
28767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28768 *) ac_try_echo=$ac_try;;
28769 esac
28770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28771 (eval "$ac_compile") 2>conftest.er1
28772 ac_status=$?
28773 grep -v '^ *+' conftest.er1 >conftest.err
28774 rm -f conftest.er1
28775 cat conftest.err >&5
28776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28777 (exit $ac_status); } && {
28778 test -z "$ac_cxx_werror_flag" ||
28779 test ! -s conftest.err
28780 } && test -s conftest.$ac_objext; then
28781 wx_cv_expat_is_not_broken=yes
28782 else
28783 echo "$as_me: failed program was:" >&5
28784 sed 's/^/| /' conftest.$ac_ext >&5
28785
28786 wx_cv_expat_is_not_broken=no
28787
28788 fi
28789
28790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28791 ac_ext=c
28792 ac_cpp='$CPP $CPPFLAGS'
28793 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28794 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28795 ac_compiler_gnu=$ac_cv_c_compiler_gnu
28796
28797
28798
28799 fi
28800 { echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
28801 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6; }
28802 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
28803 { echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
28804 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6; }
28805 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
28806 echo $ECHO_N "(cached) $ECHO_C" >&6
28807 else
28808 ac_check_lib_save_LIBS=$LIBS
28809 LIBS="-lexpat $LIBS"
28810 cat >conftest.$ac_ext <<_ACEOF
28811 /* confdefs.h. */
28812 _ACEOF
28813 cat confdefs.h >>conftest.$ac_ext
28814 cat >>conftest.$ac_ext <<_ACEOF
28815 /* end confdefs.h. */
28816
28817 /* Override any GCC internal prototype to avoid an error.
28818 Use char because int might match the return type of a GCC
28819 builtin and then its argument prototype would still apply. */
28820 #ifdef __cplusplus
28821 extern "C"
28822 #endif
28823 char XML_ParserCreate ();
28824 int
28825 main ()
28826 {
28827 return XML_ParserCreate ();
28828 ;
28829 return 0;
28830 }
28831 _ACEOF
28832 rm -f conftest.$ac_objext conftest$ac_exeext
28833 if { (ac_try="$ac_link"
28834 case "(($ac_try" in
28835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28836 *) ac_try_echo=$ac_try;;
28837 esac
28838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28839 (eval "$ac_link") 2>conftest.er1
28840 ac_status=$?
28841 grep -v '^ *+' conftest.er1 >conftest.err
28842 rm -f conftest.er1
28843 cat conftest.err >&5
28844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28845 (exit $ac_status); } && {
28846 test -z "$ac_c_werror_flag" ||
28847 test ! -s conftest.err
28848 } && test -s conftest$ac_exeext &&
28849 $as_test_x conftest$ac_exeext; then
28850 ac_cv_lib_expat_XML_ParserCreate=yes
28851 else
28852 echo "$as_me: failed program was:" >&5
28853 sed 's/^/| /' conftest.$ac_ext >&5
28854
28855 ac_cv_lib_expat_XML_ParserCreate=no
28856 fi
28857
28858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28859 conftest$ac_exeext conftest.$ac_ext
28860 LIBS=$ac_check_lib_save_LIBS
28861 fi
28862 { echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
28863 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6; }
28864 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
28865 EXPAT_LINK=" -lexpat"
28866 fi
28867
28868 fi
28869 fi
28870 if test "x$EXPAT_LINK" = "x" ; then
28871 if test "$wxUSE_EXPAT" = "sys" ; then
28872 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
28873 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
28874 { (exit 1); exit 1; }; }
28875 else
28876 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
28877 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
28878 wxUSE_EXPAT=builtin
28879 fi
28880 else
28881 wxUSE_EXPAT=sys
28882 fi
28883 fi
28884 if test "$wxUSE_EXPAT" = "builtin" ; then
28885 subdirs="$subdirs src/expat"
28886
28887 fi
28888 fi
28889
28890
28891
28892 if test "$wxUSE_LIBMSPACK" != "no"; then
28893 { echo "$as_me:$LINENO: checking for mspack.h" >&5
28894 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6; }
28895 if test "${ac_cv_header_mspack_h+set}" = set; then
28896 echo $ECHO_N "(cached) $ECHO_C" >&6
28897 else
28898 cat >conftest.$ac_ext <<_ACEOF
28899 /* confdefs.h. */
28900 _ACEOF
28901 cat confdefs.h >>conftest.$ac_ext
28902 cat >>conftest.$ac_ext <<_ACEOF
28903 /* end confdefs.h. */
28904
28905
28906 #include <mspack.h>
28907 _ACEOF
28908 rm -f conftest.$ac_objext
28909 if { (ac_try="$ac_compile"
28910 case "(($ac_try" in
28911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28912 *) ac_try_echo=$ac_try;;
28913 esac
28914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28915 (eval "$ac_compile") 2>conftest.er1
28916 ac_status=$?
28917 grep -v '^ *+' conftest.er1 >conftest.err
28918 rm -f conftest.er1
28919 cat conftest.err >&5
28920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28921 (exit $ac_status); } && {
28922 test -z "$ac_c_werror_flag" ||
28923 test ! -s conftest.err
28924 } && test -s conftest.$ac_objext; then
28925 ac_cv_header_mspack_h=yes
28926 else
28927 echo "$as_me: failed program was:" >&5
28928 sed 's/^/| /' conftest.$ac_ext >&5
28929
28930 ac_cv_header_mspack_h=no
28931 fi
28932
28933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28934 fi
28935 { echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
28936 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6; }
28937 if test $ac_cv_header_mspack_h = yes; then
28938 found_mspack_h=1
28939 fi
28940
28941
28942 if test "x$found_mspack_h" = "x1"; then
28943 { echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
28944 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6; }
28945 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
28946 echo $ECHO_N "(cached) $ECHO_C" >&6
28947 else
28948 ac_check_lib_save_LIBS=$LIBS
28949 LIBS="-lmspack $LIBS"
28950 cat >conftest.$ac_ext <<_ACEOF
28951 /* confdefs.h. */
28952 _ACEOF
28953 cat confdefs.h >>conftest.$ac_ext
28954 cat >>conftest.$ac_ext <<_ACEOF
28955 /* end confdefs.h. */
28956
28957 /* Override any GCC internal prototype to avoid an error.
28958 Use char because int might match the return type of a GCC
28959 builtin and then its argument prototype would still apply. */
28960 #ifdef __cplusplus
28961 extern "C"
28962 #endif
28963 char mspack_create_chm_decompressor ();
28964 int
28965 main ()
28966 {
28967 return mspack_create_chm_decompressor ();
28968 ;
28969 return 0;
28970 }
28971 _ACEOF
28972 rm -f conftest.$ac_objext conftest$ac_exeext
28973 if { (ac_try="$ac_link"
28974 case "(($ac_try" in
28975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28976 *) ac_try_echo=$ac_try;;
28977 esac
28978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28979 (eval "$ac_link") 2>conftest.er1
28980 ac_status=$?
28981 grep -v '^ *+' conftest.er1 >conftest.err
28982 rm -f conftest.er1
28983 cat conftest.err >&5
28984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28985 (exit $ac_status); } && {
28986 test -z "$ac_c_werror_flag" ||
28987 test ! -s conftest.err
28988 } && test -s conftest$ac_exeext &&
28989 $as_test_x conftest$ac_exeext; then
28990 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
28991 else
28992 echo "$as_me: failed program was:" >&5
28993 sed 's/^/| /' conftest.$ac_ext >&5
28994
28995 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
28996 fi
28997
28998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28999 conftest$ac_exeext conftest.$ac_ext
29000 LIBS=$ac_check_lib_save_LIBS
29001 fi
29002 { echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
29003 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
29004 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
29005 MSPACK_LINK=" -lmspack"
29006 fi
29007
29008 fi
29009 if test "x$MSPACK_LINK" = "x" ; then
29010 wxUSE_LIBMSPACK=no
29011 fi
29012 fi
29013
29014 if test "$wxUSE_LIBMSPACK" != "no"; then
29015 cat >>confdefs.h <<\_ACEOF
29016 #define wxUSE_LIBMSPACK 1
29017 _ACEOF
29018
29019 fi
29020
29021
29022
29023 AFMINSTALL=
29024 WIN32INSTALL=
29025
29026 TOOLKIT=
29027 TOOLKIT_INCLUDE=
29028 WIDGET_SET=
29029
29030 if test "$USE_WIN32" = 1 ; then
29031
29032 for ac_header in w32api.h
29033 do
29034 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29035 { echo "$as_me:$LINENO: checking for $ac_header" >&5
29036 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29037 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29038 echo $ECHO_N "(cached) $ECHO_C" >&6
29039 else
29040 cat >conftest.$ac_ext <<_ACEOF
29041 /* confdefs.h. */
29042 _ACEOF
29043 cat confdefs.h >>conftest.$ac_ext
29044 cat >>conftest.$ac_ext <<_ACEOF
29045 /* end confdefs.h. */
29046
29047
29048 #include <$ac_header>
29049 _ACEOF
29050 rm -f conftest.$ac_objext
29051 if { (ac_try="$ac_compile"
29052 case "(($ac_try" in
29053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29054 *) ac_try_echo=$ac_try;;
29055 esac
29056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29057 (eval "$ac_compile") 2>conftest.er1
29058 ac_status=$?
29059 grep -v '^ *+' conftest.er1 >conftest.err
29060 rm -f conftest.er1
29061 cat conftest.err >&5
29062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29063 (exit $ac_status); } && {
29064 test -z "$ac_c_werror_flag" ||
29065 test ! -s conftest.err
29066 } && test -s conftest.$ac_objext; then
29067 eval "$as_ac_Header=yes"
29068 else
29069 echo "$as_me: failed program was:" >&5
29070 sed 's/^/| /' conftest.$ac_ext >&5
29071
29072 eval "$as_ac_Header=no"
29073 fi
29074
29075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29076 fi
29077 ac_res=`eval echo '${'$as_ac_Header'}'`
29078 { echo "$as_me:$LINENO: result: $ac_res" >&5
29079 echo "${ECHO_T}$ac_res" >&6; }
29080 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29081 cat >>confdefs.h <<_ACEOF
29082 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29083 _ACEOF
29084
29085 fi
29086
29087 done
29088
29089 { echo "$as_me:$LINENO: checking for windows.h" >&5
29090 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6; }
29091 if test "${ac_cv_header_windows_h+set}" = set; then
29092 echo $ECHO_N "(cached) $ECHO_C" >&6
29093 else
29094 cat >conftest.$ac_ext <<_ACEOF
29095 /* confdefs.h. */
29096 _ACEOF
29097 cat confdefs.h >>conftest.$ac_ext
29098 cat >>conftest.$ac_ext <<_ACEOF
29099 /* end confdefs.h. */
29100
29101
29102 #include <windows.h>
29103 _ACEOF
29104 rm -f conftest.$ac_objext
29105 if { (ac_try="$ac_compile"
29106 case "(($ac_try" in
29107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29108 *) ac_try_echo=$ac_try;;
29109 esac
29110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29111 (eval "$ac_compile") 2>conftest.er1
29112 ac_status=$?
29113 grep -v '^ *+' conftest.er1 >conftest.err
29114 rm -f conftest.er1
29115 cat conftest.err >&5
29116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29117 (exit $ac_status); } && {
29118 test -z "$ac_c_werror_flag" ||
29119 test ! -s conftest.err
29120 } && test -s conftest.$ac_objext; then
29121 ac_cv_header_windows_h=yes
29122 else
29123 echo "$as_me: failed program was:" >&5
29124 sed 's/^/| /' conftest.$ac_ext >&5
29125
29126 ac_cv_header_windows_h=no
29127 fi
29128
29129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29130 fi
29131 { echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
29132 echo "${ECHO_T}$ac_cv_header_windows_h" >&6; }
29133 if test $ac_cv_header_windows_h = yes; then
29134 :
29135 else
29136
29137 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
29138 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
29139 { (exit 1); exit 1; }; }
29140
29141 fi
29142
29143
29144
29145 case "${host}" in
29146 x86_64-*-mingw32* )
29147 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lwctl3d32 -ladvapi32 -lwsock32 -lgdi32"
29148
29149 WINDRES_CPU_DEFINE="--define WX_CPU_AMD64"
29150 ;;
29151 * )
29152 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
29153 ;;
29154 esac
29155 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
29156 LIBS="$LIBS -loleacc"
29157 fi
29158
29159 case "${host}" in
29160 *-*-cygwin* )
29161 LIBS="$LIBS -lkernel32 -luser32"
29162 esac
29163
29164 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
29165 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
29166
29167 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
29168
29169 WIN32INSTALL=win32install
29170
29171 { echo "$as_me:$LINENO: checking for pbt.h" >&5
29172 echo $ECHO_N "checking for pbt.h... $ECHO_C" >&6; }
29173 if test "${ac_cv_header_pbt_h+set}" = set; then
29174 echo $ECHO_N "(cached) $ECHO_C" >&6
29175 else
29176 cat >conftest.$ac_ext <<_ACEOF
29177 /* confdefs.h. */
29178 _ACEOF
29179 cat confdefs.h >>conftest.$ac_ext
29180 cat >>conftest.$ac_ext <<_ACEOF
29181 /* end confdefs.h. */
29182
29183
29184 #include <pbt.h>
29185 _ACEOF
29186 rm -f conftest.$ac_objext
29187 if { (ac_try="$ac_compile"
29188 case "(($ac_try" in
29189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29190 *) ac_try_echo=$ac_try;;
29191 esac
29192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29193 (eval "$ac_compile") 2>conftest.er1
29194 ac_status=$?
29195 grep -v '^ *+' conftest.er1 >conftest.err
29196 rm -f conftest.er1
29197 cat conftest.err >&5
29198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29199 (exit $ac_status); } && {
29200 test -z "$ac_c_werror_flag" ||
29201 test ! -s conftest.err
29202 } && test -s conftest.$ac_objext; then
29203 ac_cv_header_pbt_h=yes
29204 else
29205 echo "$as_me: failed program was:" >&5
29206 sed 's/^/| /' conftest.$ac_ext >&5
29207
29208 ac_cv_header_pbt_h=no
29209 fi
29210
29211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29212 fi
29213 { echo "$as_me:$LINENO: result: $ac_cv_header_pbt_h" >&5
29214 echo "${ECHO_T}$ac_cv_header_pbt_h" >&6; }
29215 if test $ac_cv_header_pbt_h = yes; then
29216 :
29217 else
29218 cat >>confdefs.h <<\_ACEOF
29219 #define NEED_PBT_H 1
29220 _ACEOF
29221
29222 fi
29223
29224
29225 fi
29226
29227 if test "$wxUSE_GUI" = "yes"; then
29228 USE_GUI=1
29229
29230 GUI_TK_LIBRARY=
29231
29232 WXGTK12=
29233 WXGTK127=
29234 WXGTK2=
29235 WXGPE=
29236
29237 if test "$wxUSE_OLD_COCOA" = 1 ; then
29238 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
29239 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
29240 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
29241 wxUSE_PRINTING_ARCHITECTURE=no
29242 fi
29243 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
29244 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
29245 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
29246 wxUSE_DRAG_AND_DROP=no
29247 fi
29248 if test "$wxUSE_DRAGIMAGE" = "yes"; then
29249 { echo "$as_me:$LINENO: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
29250 echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
29251 wxUSE_DRAGIMAGE=no
29252 fi
29253 fi
29254
29255 if test "$wxUSE_MSW" = 1 ; then
29256 TOOLKIT=MSW
29257 GUIDIST=MSW_DIST
29258
29259 case "${host}" in
29260 *-*-mingw32* )
29261 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
29262 esac
29263 fi
29264
29265 if test "$wxUSE_GTK" = 1; then
29266 { echo "$as_me:$LINENO: checking for GTK+ version" >&5
29267 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6; }
29268
29269 gtk_version_cached=1
29270 if test "${wx_cv_lib_gtk+set}" = set; then
29271 echo $ECHO_N "(cached) $ECHO_C" >&6
29272 else
29273
29274 gtk_version_cached=0
29275 { echo "$as_me:$LINENO: result: " >&5
29276 echo "${ECHO_T}" >&6; }
29277
29278 GTK_MODULES=
29279 if test "$wxUSE_THREADS" = "yes"; then
29280 GTK_MODULES=gthread
29281 fi
29282
29283 wx_cv_lib_gtk=
29284 if test "x$wxGTK_VERSION" != "x1"
29285 then
29286 case "${host}" in
29287 *-*-solaris2* )
29288 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
29289 enable_gtktest=no
29290 fi
29291 esac
29292
29293 # Check whether --enable-gtktest was given.
29294 if test "${enable_gtktest+set}" = set; then
29295 enableval=$enable_gtktest;
29296 else
29297 enable_gtktest=yes
29298 fi
29299
29300
29301 pkg_config_args=gtk+-2.0
29302 for module in . $GTK_MODULES
29303 do
29304 case "$module" in
29305 gthread)
29306 pkg_config_args="$pkg_config_args gthread-2.0"
29307 ;;
29308 esac
29309 done
29310
29311 no_gtk=""
29312
29313 # Extract the first word of "pkg-config", so it can be a program name with args.
29314 set dummy pkg-config; ac_word=$2
29315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29317 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
29318 echo $ECHO_N "(cached) $ECHO_C" >&6
29319 else
29320 case $PKG_CONFIG in
29321 [\\/]* | ?:[\\/]*)
29322 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
29323 ;;
29324 *)
29325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29326 for as_dir in $PATH
29327 do
29328 IFS=$as_save_IFS
29329 test -z "$as_dir" && as_dir=.
29330 for ac_exec_ext in '' $ac_executable_extensions; do
29331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29332 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29333 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29334 break 2
29335 fi
29336 done
29337 done
29338 IFS=$as_save_IFS
29339
29340 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
29341 ;;
29342 esac
29343 fi
29344 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
29345 if test -n "$PKG_CONFIG"; then
29346 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
29347 echo "${ECHO_T}$PKG_CONFIG" >&6; }
29348 else
29349 { echo "$as_me:$LINENO: result: no" >&5
29350 echo "${ECHO_T}no" >&6; }
29351 fi
29352
29353
29354
29355 if test x$PKG_CONFIG != xno ; then
29356 if pkg-config --atleast-pkgconfig-version 0.7 ; then
29357 :
29358 else
29359 echo "*** pkg-config too old; version 0.7 or better required."
29360 no_gtk=yes
29361 PKG_CONFIG=no
29362 fi
29363 else
29364 no_gtk=yes
29365 fi
29366
29367 min_gtk_version=2.4.0
29368 { echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
29369 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6; }
29370
29371 if test x$PKG_CONFIG != xno ; then
29372 ## don't try to run the test against uninstalled libtool libs
29373 if $PKG_CONFIG --uninstalled $pkg_config_args; then
29374 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
29375 enable_gtktest=no
29376 fi
29377
29378 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
29379 :
29380 else
29381 no_gtk=yes
29382 fi
29383 fi
29384
29385 if test x"$no_gtk" = x ; then
29386 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
29387 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
29388 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
29389 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
29390 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
29391 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
29392 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
29393 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
29394 if test "x$enable_gtktest" = "xyes" ; then
29395 ac_save_CFLAGS="$CFLAGS"
29396 ac_save_LIBS="$LIBS"
29397 CFLAGS="$CFLAGS $GTK_CFLAGS"
29398 LIBS="$GTK_LIBS $LIBS"
29399 rm -f conf.gtktest
29400 if test "$cross_compiling" = yes; then
29401 echo $ac_n "cross compiling; assumed OK... $ac_c"
29402 else
29403 cat >conftest.$ac_ext <<_ACEOF
29404 /* confdefs.h. */
29405 _ACEOF
29406 cat confdefs.h >>conftest.$ac_ext
29407 cat >>conftest.$ac_ext <<_ACEOF
29408 /* end confdefs.h. */
29409
29410 #include <gtk/gtk.h>
29411 #include <stdio.h>
29412 #include <stdlib.h>
29413
29414 int
29415 main ()
29416 {
29417 int major, minor, micro;
29418 char *tmp_version;
29419
29420 system ("touch conf.gtktest");
29421
29422 /* HP/UX 9 (%@#!) writes to sscanf strings */
29423 tmp_version = g_strdup("$min_gtk_version");
29424 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
29425 printf("%s, bad version string\n", "$min_gtk_version");
29426 exit(1);
29427 }
29428
29429 if ((gtk_major_version != $gtk_config_major_version) ||
29430 (gtk_minor_version != $gtk_config_minor_version) ||
29431 (gtk_micro_version != $gtk_config_micro_version))
29432 {
29433 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
29434 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
29435 gtk_major_version, gtk_minor_version, gtk_micro_version);
29436 printf ("*** was found! If pkg-config was correct, then it is best\n");
29437 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
29438 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
29439 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
29440 printf("*** required on your system.\n");
29441 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
29442 printf("*** to point to the correct configuration files\n");
29443 }
29444 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
29445 (gtk_minor_version != GTK_MINOR_VERSION) ||
29446 (gtk_micro_version != GTK_MICRO_VERSION))
29447 {
29448 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
29449 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
29450 printf("*** library (version %d.%d.%d)\n",
29451 gtk_major_version, gtk_minor_version, gtk_micro_version);
29452 }
29453 else
29454 {
29455 if ((gtk_major_version > major) ||
29456 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
29457 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
29458 {
29459 return 0;
29460 }
29461 else
29462 {
29463 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
29464 gtk_major_version, gtk_minor_version, gtk_micro_version);
29465 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
29466 major, minor, micro);
29467 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
29468 printf("***\n");
29469 printf("*** If you have already installed a sufficiently new version, this error\n");
29470 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
29471 printf("*** being found. The easiest way to fix this is to remove the old version\n");
29472 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
29473 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
29474 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
29475 printf("*** so that the correct libraries are found at run-time))\n");
29476 }
29477 }
29478 return 1;
29479 }
29480
29481 _ACEOF
29482 rm -f conftest$ac_exeext
29483 if { (ac_try="$ac_link"
29484 case "(($ac_try" in
29485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29486 *) ac_try_echo=$ac_try;;
29487 esac
29488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29489 (eval "$ac_link") 2>&5
29490 ac_status=$?
29491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29492 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29493 { (case "(($ac_try" in
29494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29495 *) ac_try_echo=$ac_try;;
29496 esac
29497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29498 (eval "$ac_try") 2>&5
29499 ac_status=$?
29500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29501 (exit $ac_status); }; }; then
29502 :
29503 else
29504 echo "$as_me: program exited with status $ac_status" >&5
29505 echo "$as_me: failed program was:" >&5
29506 sed 's/^/| /' conftest.$ac_ext >&5
29507
29508 ( exit $ac_status )
29509 no_gtk=yes
29510 fi
29511 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29512 fi
29513
29514
29515 CFLAGS="$ac_save_CFLAGS"
29516 LIBS="$ac_save_LIBS"
29517 fi
29518 fi
29519 if test "x$no_gtk" = x ; then
29520 { echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
29521 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
29522 wx_cv_lib_gtk=2.0
29523 else
29524 { echo "$as_me:$LINENO: result: no" >&5
29525 echo "${ECHO_T}no" >&6; }
29526 if test "$PKG_CONFIG" = "no" ; then
29527 echo "*** A new enough version of pkg-config was not found."
29528 echo "*** See http://pkgconfig.sourceforge.net"
29529 else
29530 if test -f conf.gtktest ; then
29531 :
29532 else
29533 echo "*** Could not run GTK+ test program, checking why..."
29534 ac_save_CFLAGS="$CFLAGS"
29535 ac_save_LIBS="$LIBS"
29536 CFLAGS="$CFLAGS $GTK_CFLAGS"
29537 LIBS="$LIBS $GTK_LIBS"
29538 cat >conftest.$ac_ext <<_ACEOF
29539 /* confdefs.h. */
29540 _ACEOF
29541 cat confdefs.h >>conftest.$ac_ext
29542 cat >>conftest.$ac_ext <<_ACEOF
29543 /* end confdefs.h. */
29544
29545 #include <gtk/gtk.h>
29546 #include <stdio.h>
29547
29548 int
29549 main ()
29550 {
29551 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
29552 ;
29553 return 0;
29554 }
29555 _ACEOF
29556 rm -f conftest.$ac_objext conftest$ac_exeext
29557 if { (ac_try="$ac_link"
29558 case "(($ac_try" in
29559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29560 *) ac_try_echo=$ac_try;;
29561 esac
29562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29563 (eval "$ac_link") 2>conftest.er1
29564 ac_status=$?
29565 grep -v '^ *+' conftest.er1 >conftest.err
29566 rm -f conftest.er1
29567 cat conftest.err >&5
29568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29569 (exit $ac_status); } && {
29570 test -z "$ac_c_werror_flag" ||
29571 test ! -s conftest.err
29572 } && test -s conftest$ac_exeext &&
29573 $as_test_x conftest$ac_exeext; then
29574 echo "*** The test program compiled, but did not run. This usually means"
29575 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
29576 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
29577 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
29578 echo "*** to the installed location Also, make sure you have run ldconfig if that"
29579 echo "*** is required on your system"
29580 echo "***"
29581 echo "*** If you have an old version installed, it is best to remove it, although"
29582 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
29583 else
29584 echo "$as_me: failed program was:" >&5
29585 sed 's/^/| /' conftest.$ac_ext >&5
29586
29587 echo "*** The test program failed to compile or link. See the file config.log for the"
29588 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
29589 fi
29590
29591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29592 conftest$ac_exeext conftest.$ac_ext
29593 CFLAGS="$ac_save_CFLAGS"
29594 LIBS="$ac_save_LIBS"
29595 fi
29596 fi
29597 GTK_CFLAGS=""
29598 GTK_LIBS=""
29599 :
29600 fi
29601
29602
29603 rm -f conf.gtktest
29604
29605
29606 case "${host}" in
29607 *-*-solaris2* )
29608 if test "$wxUSE_SHARED" != "yes"; then
29609 GTK_LIBS="$GTK_LIBS -lX11"
29610 fi
29611 esac
29612 fi
29613
29614 if test -z "$wx_cv_lib_gtk"; then
29615 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
29616
29617 # Check whether --with-gtk-prefix was given.
29618 if test "${with_gtk_prefix+set}" = set; then
29619 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
29620 else
29621 gtk_config_prefix=""
29622 fi
29623
29624
29625 # Check whether --with-gtk-exec-prefix was given.
29626 if test "${with_gtk_exec_prefix+set}" = set; then
29627 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
29628 else
29629 gtk_config_exec_prefix=""
29630 fi
29631
29632 # Check whether --enable-gtktest was given.
29633 if test "${enable_gtktest+set}" = set; then
29634 enableval=$enable_gtktest;
29635 else
29636 enable_gtktest=yes
29637 fi
29638
29639
29640 for module in . $GTK_MODULES
29641 do
29642 case "$module" in
29643 gthread)
29644 gtk_config_args="$gtk_config_args gthread"
29645 ;;
29646 esac
29647 done
29648
29649 if test x$gtk_config_exec_prefix != x ; then
29650 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
29651 if test x${GTK_CONFIG+set} != xset ; then
29652 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
29653 fi
29654 fi
29655 if test x$gtk_config_prefix != x ; then
29656 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
29657 if test x${GTK_CONFIG+set} != xset ; then
29658 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
29659 fi
29660 fi
29661
29662 # Extract the first word of "gtk-config", so it can be a program name with args.
29663 set dummy gtk-config; ac_word=$2
29664 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29665 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29666 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
29667 echo $ECHO_N "(cached) $ECHO_C" >&6
29668 else
29669 case $GTK_CONFIG in
29670 [\\/]* | ?:[\\/]*)
29671 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
29672 ;;
29673 *)
29674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29675 for as_dir in $PATH
29676 do
29677 IFS=$as_save_IFS
29678 test -z "$as_dir" && as_dir=.
29679 for ac_exec_ext in '' $ac_executable_extensions; do
29680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29681 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29682 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29683 break 2
29684 fi
29685 done
29686 done
29687 IFS=$as_save_IFS
29688
29689 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
29690 ;;
29691 esac
29692 fi
29693 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
29694 if test -n "$GTK_CONFIG"; then
29695 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
29696 echo "${ECHO_T}$GTK_CONFIG" >&6; }
29697 else
29698 { echo "$as_me:$LINENO: result: no" >&5
29699 echo "${ECHO_T}no" >&6; }
29700 fi
29701
29702
29703 min_gtk_version=1.2.7
29704 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
29705 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
29706 no_gtk=""
29707 if test "$GTK_CONFIG" = "no" ; then
29708 no_gtk=yes
29709 else
29710 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
29711 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
29712 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
29713 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
29714 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
29715 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
29716 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
29717 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
29718 if test "x$enable_gtktest" = "xyes" ; then
29719 ac_save_CFLAGS="$CFLAGS"
29720 ac_save_LIBS="$LIBS"
29721 CFLAGS="$CFLAGS $GTK_CFLAGS"
29722 LIBS="$GTK_LIBS $LIBS"
29723 rm -f conf.gtktest
29724 if test "$cross_compiling" = yes; then
29725 echo $ac_n "cross compiling; assumed OK... $ac_c"
29726 else
29727 cat >conftest.$ac_ext <<_ACEOF
29728 /* confdefs.h. */
29729 _ACEOF
29730 cat confdefs.h >>conftest.$ac_ext
29731 cat >>conftest.$ac_ext <<_ACEOF
29732 /* end confdefs.h. */
29733
29734 #include <gtk/gtk.h>
29735 #include <stdio.h>
29736 #include <stdlib.h>
29737
29738 int
29739 main ()
29740 {
29741 int major, minor, micro;
29742 char *tmp_version;
29743
29744 system ("touch conf.gtktest");
29745
29746 /* HP/UX 9 (%@#!) writes to sscanf strings */
29747 tmp_version = g_strdup("$min_gtk_version");
29748 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
29749 printf("%s, bad version string\n", "$min_gtk_version");
29750 exit(1);
29751 }
29752
29753 if ((gtk_major_version != $gtk_config_major_version) ||
29754 (gtk_minor_version != $gtk_config_minor_version) ||
29755 (gtk_micro_version != $gtk_config_micro_version))
29756 {
29757 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
29758 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
29759 gtk_major_version, gtk_minor_version, gtk_micro_version);
29760 printf ("*** was found! If gtk-config was correct, then it is best\n");
29761 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
29762 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
29763 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
29764 printf("*** required on your system.\n");
29765 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
29766 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
29767 printf("*** before re-running configure\n");
29768 }
29769 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
29770 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
29771 (gtk_minor_version != GTK_MINOR_VERSION) ||
29772 (gtk_micro_version != GTK_MICRO_VERSION))
29773 {
29774 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
29775 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
29776 printf("*** library (version %d.%d.%d)\n",
29777 gtk_major_version, gtk_minor_version, gtk_micro_version);
29778 }
29779 #endif /* defined (GTK_MAJOR_VERSION) ... */
29780 else
29781 {
29782 if ((gtk_major_version > major) ||
29783 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
29784 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
29785 {
29786 return 0;
29787 }
29788 else
29789 {
29790 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
29791 gtk_major_version, gtk_minor_version, gtk_micro_version);
29792 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
29793 major, minor, micro);
29794 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
29795 printf("***\n");
29796 printf("*** If you have already installed a sufficiently new version, this error\n");
29797 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
29798 printf("*** being found. The easiest way to fix this is to remove the old version\n");
29799 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
29800 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
29801 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
29802 printf("*** so that the correct libraries are found at run-time))\n");
29803 }
29804 }
29805 return 1;
29806 }
29807
29808 _ACEOF
29809 rm -f conftest$ac_exeext
29810 if { (ac_try="$ac_link"
29811 case "(($ac_try" in
29812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29813 *) ac_try_echo=$ac_try;;
29814 esac
29815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29816 (eval "$ac_link") 2>&5
29817 ac_status=$?
29818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29819 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29820 { (case "(($ac_try" in
29821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29822 *) ac_try_echo=$ac_try;;
29823 esac
29824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29825 (eval "$ac_try") 2>&5
29826 ac_status=$?
29827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29828 (exit $ac_status); }; }; then
29829 :
29830 else
29831 echo "$as_me: program exited with status $ac_status" >&5
29832 echo "$as_me: failed program was:" >&5
29833 sed 's/^/| /' conftest.$ac_ext >&5
29834
29835 ( exit $ac_status )
29836 no_gtk=yes
29837 fi
29838 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29839 fi
29840
29841
29842 CFLAGS="$ac_save_CFLAGS"
29843 LIBS="$ac_save_LIBS"
29844 fi
29845 fi
29846 if test "x$no_gtk" = x ; then
29847 { echo "$as_me:$LINENO: result: yes" >&5
29848 echo "${ECHO_T}yes" >&6; }
29849 wx_cv_lib_gtk=1.2.7
29850 else
29851 { echo "$as_me:$LINENO: result: no" >&5
29852 echo "${ECHO_T}no" >&6; }
29853 if test "$GTK_CONFIG" = "no" ; then
29854 echo "*** The gtk-config script installed by GTK could not be found"
29855 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
29856 echo "*** your path, or set the GTK_CONFIG environment variable to the"
29857 echo "*** full path to gtk-config."
29858 else
29859 if test -f conf.gtktest ; then
29860 :
29861 else
29862 echo "*** Could not run GTK test program, checking why..."
29863 CFLAGS="$CFLAGS $GTK_CFLAGS"
29864 LIBS="$LIBS $GTK_LIBS"
29865 cat >conftest.$ac_ext <<_ACEOF
29866 /* confdefs.h. */
29867 _ACEOF
29868 cat confdefs.h >>conftest.$ac_ext
29869 cat >>conftest.$ac_ext <<_ACEOF
29870 /* end confdefs.h. */
29871
29872 #include <gtk/gtk.h>
29873 #include <stdio.h>
29874
29875 int
29876 main ()
29877 {
29878 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
29879 ;
29880 return 0;
29881 }
29882 _ACEOF
29883 rm -f conftest.$ac_objext conftest$ac_exeext
29884 if { (ac_try="$ac_link"
29885 case "(($ac_try" in
29886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29887 *) ac_try_echo=$ac_try;;
29888 esac
29889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29890 (eval "$ac_link") 2>conftest.er1
29891 ac_status=$?
29892 grep -v '^ *+' conftest.er1 >conftest.err
29893 rm -f conftest.er1
29894 cat conftest.err >&5
29895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29896 (exit $ac_status); } && {
29897 test -z "$ac_c_werror_flag" ||
29898 test ! -s conftest.err
29899 } && test -s conftest$ac_exeext &&
29900 $as_test_x conftest$ac_exeext; then
29901 echo "*** The test program compiled, but did not run. This usually means"
29902 echo "*** that the run-time linker is not finding GTK or finding the wrong"
29903 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
29904 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
29905 echo "*** to the installed location Also, make sure you have run ldconfig if that"
29906 echo "*** is required on your system"
29907 echo "***"
29908 echo "*** If you have an old version installed, it is best to remove it, although"
29909 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
29910 echo "***"
29911 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
29912 echo "*** came with the system with the command"
29913 echo "***"
29914 echo "*** rpm --erase --nodeps gtk gtk-devel"
29915 else
29916 echo "$as_me: failed program was:" >&5
29917 sed 's/^/| /' conftest.$ac_ext >&5
29918
29919 echo "*** The test program failed to compile or link. See the file config.log for the"
29920 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
29921 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
29922 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
29923 fi
29924
29925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29926 conftest$ac_exeext conftest.$ac_ext
29927 CFLAGS="$ac_save_CFLAGS"
29928 LIBS="$ac_save_LIBS"
29929 fi
29930 fi
29931 GTK_CFLAGS=""
29932 GTK_LIBS=""
29933 :
29934 fi
29935
29936
29937 rm -f conf.gtktest
29938
29939
29940 if test -z "$wx_cv_lib_gtk"; then
29941
29942 # Check whether --with-gtk-prefix was given.
29943 if test "${with_gtk_prefix+set}" = set; then
29944 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
29945 else
29946 gtk_config_prefix=""
29947 fi
29948
29949
29950 # Check whether --with-gtk-exec-prefix was given.
29951 if test "${with_gtk_exec_prefix+set}" = set; then
29952 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
29953 else
29954 gtk_config_exec_prefix=""
29955 fi
29956
29957 # Check whether --enable-gtktest was given.
29958 if test "${enable_gtktest+set}" = set; then
29959 enableval=$enable_gtktest;
29960 else
29961 enable_gtktest=yes
29962 fi
29963
29964
29965 for module in . $GTK_MODULES
29966 do
29967 case "$module" in
29968 gthread)
29969 gtk_config_args="$gtk_config_args gthread"
29970 ;;
29971 esac
29972 done
29973
29974 if test x$gtk_config_exec_prefix != x ; then
29975 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
29976 if test x${GTK_CONFIG+set} != xset ; then
29977 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
29978 fi
29979 fi
29980 if test x$gtk_config_prefix != x ; then
29981 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
29982 if test x${GTK_CONFIG+set} != xset ; then
29983 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
29984 fi
29985 fi
29986
29987 # Extract the first word of "gtk-config", so it can be a program name with args.
29988 set dummy gtk-config; ac_word=$2
29989 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29990 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29991 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
29992 echo $ECHO_N "(cached) $ECHO_C" >&6
29993 else
29994 case $GTK_CONFIG in
29995 [\\/]* | ?:[\\/]*)
29996 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
29997 ;;
29998 *)
29999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30000 for as_dir in $PATH
30001 do
30002 IFS=$as_save_IFS
30003 test -z "$as_dir" && as_dir=.
30004 for ac_exec_ext in '' $ac_executable_extensions; do
30005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30006 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30007 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30008 break 2
30009 fi
30010 done
30011 done
30012 IFS=$as_save_IFS
30013
30014 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
30015 ;;
30016 esac
30017 fi
30018 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
30019 if test -n "$GTK_CONFIG"; then
30020 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
30021 echo "${ECHO_T}$GTK_CONFIG" >&6; }
30022 else
30023 { echo "$as_me:$LINENO: result: no" >&5
30024 echo "${ECHO_T}no" >&6; }
30025 fi
30026
30027
30028 min_gtk_version=1.2.3
30029 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
30030 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
30031 no_gtk=""
30032 if test "$GTK_CONFIG" = "no" ; then
30033 no_gtk=yes
30034 else
30035 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
30036 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
30037 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
30038 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
30039 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
30040 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
30041 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
30042 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
30043 if test "x$enable_gtktest" = "xyes" ; then
30044 ac_save_CFLAGS="$CFLAGS"
30045 ac_save_LIBS="$LIBS"
30046 CFLAGS="$CFLAGS $GTK_CFLAGS"
30047 LIBS="$GTK_LIBS $LIBS"
30048 rm -f conf.gtktest
30049 if test "$cross_compiling" = yes; then
30050 echo $ac_n "cross compiling; assumed OK... $ac_c"
30051 else
30052 cat >conftest.$ac_ext <<_ACEOF
30053 /* confdefs.h. */
30054 _ACEOF
30055 cat confdefs.h >>conftest.$ac_ext
30056 cat >>conftest.$ac_ext <<_ACEOF
30057 /* end confdefs.h. */
30058
30059 #include <gtk/gtk.h>
30060 #include <stdio.h>
30061 #include <stdlib.h>
30062
30063 int
30064 main ()
30065 {
30066 int major, minor, micro;
30067 char *tmp_version;
30068
30069 system ("touch conf.gtktest");
30070
30071 /* HP/UX 9 (%@#!) writes to sscanf strings */
30072 tmp_version = g_strdup("$min_gtk_version");
30073 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
30074 printf("%s, bad version string\n", "$min_gtk_version");
30075 exit(1);
30076 }
30077
30078 if ((gtk_major_version != $gtk_config_major_version) ||
30079 (gtk_minor_version != $gtk_config_minor_version) ||
30080 (gtk_micro_version != $gtk_config_micro_version))
30081 {
30082 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
30083 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
30084 gtk_major_version, gtk_minor_version, gtk_micro_version);
30085 printf ("*** was found! If gtk-config was correct, then it is best\n");
30086 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
30087 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
30088 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
30089 printf("*** required on your system.\n");
30090 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
30091 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
30092 printf("*** before re-running configure\n");
30093 }
30094 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
30095 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
30096 (gtk_minor_version != GTK_MINOR_VERSION) ||
30097 (gtk_micro_version != GTK_MICRO_VERSION))
30098 {
30099 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
30100 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
30101 printf("*** library (version %d.%d.%d)\n",
30102 gtk_major_version, gtk_minor_version, gtk_micro_version);
30103 }
30104 #endif /* defined (GTK_MAJOR_VERSION) ... */
30105 else
30106 {
30107 if ((gtk_major_version > major) ||
30108 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
30109 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
30110 {
30111 return 0;
30112 }
30113 else
30114 {
30115 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
30116 gtk_major_version, gtk_minor_version, gtk_micro_version);
30117 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
30118 major, minor, micro);
30119 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
30120 printf("***\n");
30121 printf("*** If you have already installed a sufficiently new version, this error\n");
30122 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
30123 printf("*** being found. The easiest way to fix this is to remove the old version\n");
30124 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
30125 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
30126 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
30127 printf("*** so that the correct libraries are found at run-time))\n");
30128 }
30129 }
30130 return 1;
30131 }
30132
30133 _ACEOF
30134 rm -f conftest$ac_exeext
30135 if { (ac_try="$ac_link"
30136 case "(($ac_try" in
30137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30138 *) ac_try_echo=$ac_try;;
30139 esac
30140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30141 (eval "$ac_link") 2>&5
30142 ac_status=$?
30143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30144 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30145 { (case "(($ac_try" in
30146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30147 *) ac_try_echo=$ac_try;;
30148 esac
30149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30150 (eval "$ac_try") 2>&5
30151 ac_status=$?
30152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30153 (exit $ac_status); }; }; then
30154 :
30155 else
30156 echo "$as_me: program exited with status $ac_status" >&5
30157 echo "$as_me: failed program was:" >&5
30158 sed 's/^/| /' conftest.$ac_ext >&5
30159
30160 ( exit $ac_status )
30161 no_gtk=yes
30162 fi
30163 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30164 fi
30165
30166
30167 CFLAGS="$ac_save_CFLAGS"
30168 LIBS="$ac_save_LIBS"
30169 fi
30170 fi
30171 if test "x$no_gtk" = x ; then
30172 { echo "$as_me:$LINENO: result: yes" >&5
30173 echo "${ECHO_T}yes" >&6; }
30174 wx_cv_lib_gtk=1.2.3
30175 else
30176 { echo "$as_me:$LINENO: result: no" >&5
30177 echo "${ECHO_T}no" >&6; }
30178 if test "$GTK_CONFIG" = "no" ; then
30179 echo "*** The gtk-config script installed by GTK could not be found"
30180 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
30181 echo "*** your path, or set the GTK_CONFIG environment variable to the"
30182 echo "*** full path to gtk-config."
30183 else
30184 if test -f conf.gtktest ; then
30185 :
30186 else
30187 echo "*** Could not run GTK test program, checking why..."
30188 CFLAGS="$CFLAGS $GTK_CFLAGS"
30189 LIBS="$LIBS $GTK_LIBS"
30190 cat >conftest.$ac_ext <<_ACEOF
30191 /* confdefs.h. */
30192 _ACEOF
30193 cat confdefs.h >>conftest.$ac_ext
30194 cat >>conftest.$ac_ext <<_ACEOF
30195 /* end confdefs.h. */
30196
30197 #include <gtk/gtk.h>
30198 #include <stdio.h>
30199
30200 int
30201 main ()
30202 {
30203 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
30204 ;
30205 return 0;
30206 }
30207 _ACEOF
30208 rm -f conftest.$ac_objext conftest$ac_exeext
30209 if { (ac_try="$ac_link"
30210 case "(($ac_try" in
30211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30212 *) ac_try_echo=$ac_try;;
30213 esac
30214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30215 (eval "$ac_link") 2>conftest.er1
30216 ac_status=$?
30217 grep -v '^ *+' conftest.er1 >conftest.err
30218 rm -f conftest.er1
30219 cat conftest.err >&5
30220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30221 (exit $ac_status); } && {
30222 test -z "$ac_c_werror_flag" ||
30223 test ! -s conftest.err
30224 } && test -s conftest$ac_exeext &&
30225 $as_test_x conftest$ac_exeext; then
30226 echo "*** The test program compiled, but did not run. This usually means"
30227 echo "*** that the run-time linker is not finding GTK or finding the wrong"
30228 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
30229 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
30230 echo "*** to the installed location Also, make sure you have run ldconfig if that"
30231 echo "*** is required on your system"
30232 echo "***"
30233 echo "*** If you have an old version installed, it is best to remove it, although"
30234 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
30235 echo "***"
30236 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
30237 echo "*** came with the system with the command"
30238 echo "***"
30239 echo "*** rpm --erase --nodeps gtk gtk-devel"
30240 else
30241 echo "$as_me: failed program was:" >&5
30242 sed 's/^/| /' conftest.$ac_ext >&5
30243
30244 echo "*** The test program failed to compile or link. See the file config.log for the"
30245 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
30246 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
30247 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
30248 fi
30249
30250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30251 conftest$ac_exeext conftest.$ac_ext
30252 CFLAGS="$ac_save_CFLAGS"
30253 LIBS="$ac_save_LIBS"
30254 fi
30255 fi
30256 GTK_CFLAGS=""
30257 GTK_LIBS=""
30258 :
30259 fi
30260
30261
30262 rm -f conf.gtktest
30263
30264 fi
30265 fi
30266 fi
30267
30268 if test -z "$wx_cv_lib_gtk"; then
30269 wx_cv_lib_gtk=none
30270 else
30271 wx_cv_cflags_gtk=$GTK_CFLAGS
30272 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
30273 fi
30274
30275
30276 fi
30277
30278
30279 if test "$gtk_version_cached" = 1; then
30280 { echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
30281 echo "${ECHO_T}$wx_cv_lib_gtk" >&6; }
30282 fi
30283
30284 case "$wx_cv_lib_gtk" in
30285 2.0) WXGTK2=1
30286 TOOLKIT_VERSION=2
30287 ;;
30288 1.2.7) WXGTK127=1
30289 WXGTK12=1
30290 ;;
30291 1.2.3) WXGTK12=1
30292 ;;
30293 *) { { echo "$as_me:$LINENO: error:
30294 The development files for GTK+ were not found. For GTK+ 2, please
30295 ensure that pkg-config is in the path and that gtk+-2.0.pc is
30296 installed. For GTK+ 1.2 please check that gtk-config is in the path,
30297 and that the version is 1.2.3 or above. Also check that the
30298 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
30299 --libs' are in the LD_LIBRARY_PATH or equivalent.
30300 " >&5
30301 echo "$as_me: error:
30302 The development files for GTK+ were not found. For GTK+ 2, please
30303 ensure that pkg-config is in the path and that gtk+-2.0.pc is
30304 installed. For GTK+ 1.2 please check that gtk-config is in the path,
30305 and that the version is 1.2.3 or above. Also check that the
30306 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
30307 --libs' are in the LD_LIBRARY_PATH or equivalent.
30308 " >&2;}
30309 { (exit 1); exit 1; }; }
30310 ;;
30311 esac
30312
30313 if test "$WXGTK2" = 1; then
30314 save_CFLAGS="$CFLAGS"
30315 save_LIBS="$LIBS"
30316 CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
30317 LIBS="$LIBS $wx_cv_libs_gtk"
30318
30319 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.18" >&5
30320 echo $ECHO_N "checking if GTK+ is version >= 2.18... $ECHO_C" >&6; }
30321 cat >conftest.$ac_ext <<_ACEOF
30322 /* confdefs.h. */
30323 _ACEOF
30324 cat confdefs.h >>conftest.$ac_ext
30325 cat >>conftest.$ac_ext <<_ACEOF
30326 /* end confdefs.h. */
30327
30328 #include <gtk/gtk.h>
30329
30330 int
30331 main ()
30332 {
30333
30334 #if !GTK_CHECK_VERSION(2,18,0)
30335 Not GTK+ 2.18
30336 #endif
30337
30338 ;
30339 return 0;
30340 }
30341 _ACEOF
30342 rm -f conftest.$ac_objext
30343 if { (ac_try="$ac_compile"
30344 case "(($ac_try" in
30345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30346 *) ac_try_echo=$ac_try;;
30347 esac
30348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30349 (eval "$ac_compile") 2>conftest.er1
30350 ac_status=$?
30351 grep -v '^ *+' conftest.er1 >conftest.err
30352 rm -f conftest.er1
30353 cat conftest.err >&5
30354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30355 (exit $ac_status); } && {
30356 test -z "$ac_c_werror_flag" ||
30357 test ! -s conftest.err
30358 } && test -s conftest.$ac_objext; then
30359
30360 cat >>confdefs.h <<\_ACEOF
30361 #define __WXGTK218__ 1
30362 _ACEOF
30363
30364 cat >>confdefs.h <<\_ACEOF
30365 #define __WXGTK210__ 1
30366 _ACEOF
30367
30368 cat >>confdefs.h <<\_ACEOF
30369 #define __WXGTK26__ 1
30370 _ACEOF
30371
30372 { echo "$as_me:$LINENO: result: yes" >&5
30373 echo "${ECHO_T}yes" >&6; }
30374 ac_wxgtk218=1
30375
30376 else
30377 echo "$as_me: failed program was:" >&5
30378 sed 's/^/| /' conftest.$ac_ext >&5
30379
30380
30381 { echo "$as_me:$LINENO: result: no" >&5
30382 echo "${ECHO_T}no" >&6; }
30383 ac_wxgtk218=0
30384
30385 fi
30386
30387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30388
30389 if test "$ac_wxgtk218" = 0; then
30390 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.10" >&5
30391 echo $ECHO_N "checking if GTK+ is version >= 2.10... $ECHO_C" >&6; }
30392 cat >conftest.$ac_ext <<_ACEOF
30393 /* confdefs.h. */
30394 _ACEOF
30395 cat confdefs.h >>conftest.$ac_ext
30396 cat >>conftest.$ac_ext <<_ACEOF
30397 /* end confdefs.h. */
30398
30399 #include <gtk/gtk.h>
30400
30401 int
30402 main ()
30403 {
30404
30405 #if !GTK_CHECK_VERSION(2,10,0)
30406 Not GTK+ 2.10
30407 #endif
30408
30409 ;
30410 return 0;
30411 }
30412 _ACEOF
30413 rm -f conftest.$ac_objext
30414 if { (ac_try="$ac_compile"
30415 case "(($ac_try" in
30416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30417 *) ac_try_echo=$ac_try;;
30418 esac
30419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30420 (eval "$ac_compile") 2>conftest.er1
30421 ac_status=$?
30422 grep -v '^ *+' conftest.er1 >conftest.err
30423 rm -f conftest.er1
30424 cat conftest.err >&5
30425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30426 (exit $ac_status); } && {
30427 test -z "$ac_c_werror_flag" ||
30428 test ! -s conftest.err
30429 } && test -s conftest.$ac_objext; then
30430
30431 cat >>confdefs.h <<\_ACEOF
30432 #define __WXGTK210__ 1
30433 _ACEOF
30434
30435 cat >>confdefs.h <<\_ACEOF
30436 #define __WXGTK26__ 1
30437 _ACEOF
30438
30439 { echo "$as_me:$LINENO: result: yes" >&5
30440 echo "${ECHO_T}yes" >&6; }
30441 ac_wxgtk210=1
30442
30443 else
30444 echo "$as_me: failed program was:" >&5
30445 sed 's/^/| /' conftest.$ac_ext >&5
30446
30447
30448 { echo "$as_me:$LINENO: result: no" >&5
30449 echo "${ECHO_T}no" >&6; }
30450 ac_wxgtk210=0
30451
30452 fi
30453
30454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30455
30456 if test "$ac_wxgtk210" = 0; then
30457 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
30458 echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6; }
30459 cat >conftest.$ac_ext <<_ACEOF
30460 /* confdefs.h. */
30461 _ACEOF
30462 cat confdefs.h >>conftest.$ac_ext
30463 cat >>conftest.$ac_ext <<_ACEOF
30464 /* end confdefs.h. */
30465
30466 #include <gtk/gtk.h>
30467
30468 int
30469 main ()
30470 {
30471
30472 #if !GTK_CHECK_VERSION(2,6,0)
30473 Not GTK+ 2.6
30474 #endif
30475
30476 ;
30477 return 0;
30478 }
30479 _ACEOF
30480 rm -f conftest.$ac_objext
30481 if { (ac_try="$ac_compile"
30482 case "(($ac_try" in
30483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30484 *) ac_try_echo=$ac_try;;
30485 esac
30486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30487 (eval "$ac_compile") 2>conftest.er1
30488 ac_status=$?
30489 grep -v '^ *+' conftest.er1 >conftest.err
30490 rm -f conftest.er1
30491 cat conftest.err >&5
30492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30493 (exit $ac_status); } && {
30494 test -z "$ac_c_werror_flag" ||
30495 test ! -s conftest.err
30496 } && test -s conftest.$ac_objext; then
30497
30498 cat >>confdefs.h <<\_ACEOF
30499 #define __WXGTK26__ 1
30500 _ACEOF
30501
30502 { echo "$as_me:$LINENO: result: yes" >&5
30503 echo "${ECHO_T}yes" >&6; }
30504 ac_wxgtk26=1
30505
30506 else
30507 echo "$as_me: failed program was:" >&5
30508 sed 's/^/| /' conftest.$ac_ext >&5
30509
30510
30511 { echo "$as_me:$LINENO: result: no" >&5
30512 echo "${ECHO_T}no" >&6; }
30513 ac_wxgtk26=0
30514
30515 fi
30516
30517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30518 fi
30519 fi
30520
30521 CFLAGS="$save_CFLAGS"
30522 LIBS="$save_LIBS"
30523 else
30524 if test "$wxUSE_UNICODE" = "yes"; then
30525 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
30526 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
30527 wxUSE_UNICODE=no
30528 fi
30529
30530 { echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
30531 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6; }
30532 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
30533 echo $ECHO_N "(cached) $ECHO_C" >&6
30534 else
30535 ac_check_lib_save_LIBS=$LIBS
30536 LIBS="-lgdk $LIBS"
30537 cat >conftest.$ac_ext <<_ACEOF
30538 /* confdefs.h. */
30539 _ACEOF
30540 cat confdefs.h >>conftest.$ac_ext
30541 cat >>conftest.$ac_ext <<_ACEOF
30542 /* end confdefs.h. */
30543
30544 /* Override any GCC internal prototype to avoid an error.
30545 Use char because int might match the return type of a GCC
30546 builtin and then its argument prototype would still apply. */
30547 #ifdef __cplusplus
30548 extern "C"
30549 #endif
30550 char gdk_im_open ();
30551 int
30552 main ()
30553 {
30554 return gdk_im_open ();
30555 ;
30556 return 0;
30557 }
30558 _ACEOF
30559 rm -f conftest.$ac_objext conftest$ac_exeext
30560 if { (ac_try="$ac_link"
30561 case "(($ac_try" in
30562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30563 *) ac_try_echo=$ac_try;;
30564 esac
30565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30566 (eval "$ac_link") 2>conftest.er1
30567 ac_status=$?
30568 grep -v '^ *+' conftest.er1 >conftest.err
30569 rm -f conftest.er1
30570 cat conftest.err >&5
30571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30572 (exit $ac_status); } && {
30573 test -z "$ac_c_werror_flag" ||
30574 test ! -s conftest.err
30575 } && test -s conftest$ac_exeext &&
30576 $as_test_x conftest$ac_exeext; then
30577 ac_cv_lib_gdk_gdk_im_open=yes
30578 else
30579 echo "$as_me: failed program was:" >&5
30580 sed 's/^/| /' conftest.$ac_ext >&5
30581
30582 ac_cv_lib_gdk_gdk_im_open=no
30583 fi
30584
30585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30586 conftest$ac_exeext conftest.$ac_ext
30587 LIBS=$ac_check_lib_save_LIBS
30588 fi
30589 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
30590 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6; }
30591 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
30592 cat >>confdefs.h <<\_ACEOF
30593 #define HAVE_XIM 1
30594 _ACEOF
30595
30596 fi
30597
30598
30599 if test "$USE_DARWIN" != 1; then
30600
30601 for ac_func in poll
30602 do
30603 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30604 { echo "$as_me:$LINENO: checking for $ac_func" >&5
30605 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
30606 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
30607 echo $ECHO_N "(cached) $ECHO_C" >&6
30608 else
30609 cat >conftest.$ac_ext <<_ACEOF
30610 /* confdefs.h. */
30611 _ACEOF
30612 cat confdefs.h >>conftest.$ac_ext
30613 cat >>conftest.$ac_ext <<_ACEOF
30614 /* end confdefs.h. */
30615 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30616 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30617 #define $ac_func innocuous_$ac_func
30618
30619 /* System header to define __stub macros and hopefully few prototypes,
30620 which can conflict with char $ac_func (); below.
30621 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30622 <limits.h> exists even on freestanding compilers. */
30623
30624 #ifdef __STDC__
30625 # include <limits.h>
30626 #else
30627 # include <assert.h>
30628 #endif
30629
30630 #undef $ac_func
30631
30632 /* Override any GCC internal prototype to avoid an error.
30633 Use char because int might match the return type of a GCC
30634 builtin and then its argument prototype would still apply. */
30635 #ifdef __cplusplus
30636 extern "C"
30637 #endif
30638 char $ac_func ();
30639 /* The GNU C library defines this for functions which it implements
30640 to always fail with ENOSYS. Some functions are actually named
30641 something starting with __ and the normal name is an alias. */
30642 #if defined __stub_$ac_func || defined __stub___$ac_func
30643 choke me
30644 #endif
30645
30646 int
30647 main ()
30648 {
30649 return $ac_func ();
30650 ;
30651 return 0;
30652 }
30653 _ACEOF
30654 rm -f conftest.$ac_objext conftest$ac_exeext
30655 if { (ac_try="$ac_link"
30656 case "(($ac_try" in
30657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30658 *) ac_try_echo=$ac_try;;
30659 esac
30660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30661 (eval "$ac_link") 2>conftest.er1
30662 ac_status=$?
30663 grep -v '^ *+' conftest.er1 >conftest.err
30664 rm -f conftest.er1
30665 cat conftest.err >&5
30666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30667 (exit $ac_status); } && {
30668 test -z "$ac_c_werror_flag" ||
30669 test ! -s conftest.err
30670 } && test -s conftest$ac_exeext &&
30671 $as_test_x conftest$ac_exeext; then
30672 eval "$as_ac_var=yes"
30673 else
30674 echo "$as_me: failed program was:" >&5
30675 sed 's/^/| /' conftest.$ac_ext >&5
30676
30677 eval "$as_ac_var=no"
30678 fi
30679
30680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30681 conftest$ac_exeext conftest.$ac_ext
30682 fi
30683 ac_res=`eval echo '${'$as_ac_var'}'`
30684 { echo "$as_me:$LINENO: result: $ac_res" >&5
30685 echo "${ECHO_T}$ac_res" >&6; }
30686 if test `eval echo '${'$as_ac_var'}'` = yes; then
30687 cat >>confdefs.h <<_ACEOF
30688 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30689 _ACEOF
30690
30691 fi
30692 done
30693
30694 fi
30695 fi
30696
30697 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
30698 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
30699
30700 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -DG_DISABLE_CAST_CHECKS"
30701
30702 AFMINSTALL=afminstall
30703 TOOLKIT=GTK
30704 GUIDIST=GTK_DIST
30705
30706 if test "$wxUSE_GPE" = "yes"; then
30707 { echo "$as_me:$LINENO: checking for gpewidget library" >&5
30708 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6; }
30709
30710 ac_find_libraries=
30711 for ac_dir in $SEARCH_LIB;
30712 do
30713 for ac_extension in a so sl dylib dll.a; do
30714 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
30715 ac_find_libraries=$ac_dir
30716 break 2
30717 fi
30718 done
30719 done
30720
30721 if test "$ac_find_libraries" != "" ; then
30722
30723 if test "$ac_find_libraries" = "default location"; then
30724 ac_path_to_link=""
30725 else
30726 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
30727 result=$?
30728 if test $result = 0; then
30729 ac_path_to_link=""
30730 else
30731 ac_path_to_link=" -L$ac_find_libraries"
30732 fi
30733 fi
30734
30735 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
30736 WXGPE=1
30737 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
30738 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
30739 else
30740 { echo "$as_me:$LINENO: result: not found" >&5
30741 echo "${ECHO_T}not found" >&6; }
30742 fi
30743
30744 fi
30745 fi
30746
30747 if test "$wxUSE_MGL" = 1; then
30748 { echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
30749 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6; }
30750 if test "x$MGL_ROOT" = x ; then
30751 { echo "$as_me:$LINENO: result: not found" >&5
30752 echo "${ECHO_T}not found" >&6; }
30753 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
30754 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
30755 { (exit 1); exit 1; }; }
30756 else
30757 { echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
30758 echo "${ECHO_T}$MGL_ROOT" >&6; }
30759 fi
30760
30761 { echo "$as_me:$LINENO: checking for libmgl location" >&5
30762 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6; }
30763 case "${host}" in
30764 *-*-linux* )
30765 if test "x$wxUSE_SHARED" = xyes ; then
30766 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
30767 else
30768 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
30769 fi
30770 ;;
30771 *-pc-msdosdjgpp )
30772 mgl_os_candidates="dos32/dj2"
30773 ;;
30774 *)
30775 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
30776 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
30777 { (exit 1); exit 1; }; }
30778 esac
30779
30780 mgl_lib_type=""
30781 mgl_os=""
30782
30783 for mgl_os_i in $mgl_os_candidates ; do
30784 if test "x$mgl_os" = x ; then
30785 if test "$wxUSE_DEBUG_FLAG" = yes ; then
30786 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
30787 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
30788 mgl_lib_type=debug
30789 mgl_os=$mgl_os_i
30790 fi
30791 fi
30792 if test "x$mgl_lib_type" = x ; then
30793 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
30794 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
30795 mgl_lib_type=release
30796 mgl_os=$mgl_os_i
30797 fi
30798 fi
30799 fi
30800 done
30801
30802 if test "x$mgl_os" = x ; then
30803 { echo "$as_me:$LINENO: result: not found" >&5
30804 echo "${ECHO_T}not found" >&6; }
30805 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
30806 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
30807 { (exit 1); exit 1; }; }
30808 fi
30809 { echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
30810 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6; }
30811
30812 wxUSE_UNIVERSAL="yes"
30813
30814 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
30815 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
30816
30817 AFMINSTALL=afminstall
30818 TOOLKIT=MGL
30819 GUIDIST=MGL_DIST
30820 fi
30821
30822 if test "$wxUSE_DFB" = 1; then
30823
30824
30825 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
30826 if test -n "$ac_tool_prefix"; then
30827 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
30828 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
30829 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30830 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30831 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
30832 echo $ECHO_N "(cached) $ECHO_C" >&6
30833 else
30834 case $PKG_CONFIG in
30835 [\\/]* | ?:[\\/]*)
30836 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
30837 ;;
30838 *)
30839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30840 for as_dir in $PATH
30841 do
30842 IFS=$as_save_IFS
30843 test -z "$as_dir" && as_dir=.
30844 for ac_exec_ext in '' $ac_executable_extensions; do
30845 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30846 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30847 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30848 break 2
30849 fi
30850 done
30851 done
30852 IFS=$as_save_IFS
30853
30854 ;;
30855 esac
30856 fi
30857 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
30858 if test -n "$PKG_CONFIG"; then
30859 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
30860 echo "${ECHO_T}$PKG_CONFIG" >&6; }
30861 else
30862 { echo "$as_me:$LINENO: result: no" >&5
30863 echo "${ECHO_T}no" >&6; }
30864 fi
30865
30866
30867 fi
30868 if test -z "$ac_cv_path_PKG_CONFIG"; then
30869 ac_pt_PKG_CONFIG=$PKG_CONFIG
30870 # Extract the first word of "pkg-config", so it can be a program name with args.
30871 set dummy pkg-config; ac_word=$2
30872 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30874 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
30875 echo $ECHO_N "(cached) $ECHO_C" >&6
30876 else
30877 case $ac_pt_PKG_CONFIG in
30878 [\\/]* | ?:[\\/]*)
30879 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
30880 ;;
30881 *)
30882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30883 for as_dir in $PATH
30884 do
30885 IFS=$as_save_IFS
30886 test -z "$as_dir" && as_dir=.
30887 for ac_exec_ext in '' $ac_executable_extensions; do
30888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30889 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30890 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30891 break 2
30892 fi
30893 done
30894 done
30895 IFS=$as_save_IFS
30896
30897 ;;
30898 esac
30899 fi
30900 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
30901 if test -n "$ac_pt_PKG_CONFIG"; then
30902 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
30903 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
30904 else
30905 { echo "$as_me:$LINENO: result: no" >&5
30906 echo "${ECHO_T}no" >&6; }
30907 fi
30908
30909 if test "x$ac_pt_PKG_CONFIG" = x; then
30910 PKG_CONFIG=""
30911 else
30912 case $cross_compiling:$ac_tool_warned in
30913 yes:)
30914 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
30915 whose name does not start with the host triplet. If you think this
30916 configuration is useful to you, please write to autoconf@gnu.org." >&5
30917 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
30918 whose name does not start with the host triplet. If you think this
30919 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
30920 ac_tool_warned=yes ;;
30921 esac
30922 PKG_CONFIG=$ac_pt_PKG_CONFIG
30923 fi
30924 else
30925 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
30926 fi
30927
30928 fi
30929 if test -n "$PKG_CONFIG"; then
30930 _pkg_min_version=0.9.0
30931 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
30932 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
30933 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
30934 { echo "$as_me:$LINENO: result: yes" >&5
30935 echo "${ECHO_T}yes" >&6; }
30936 else
30937 { echo "$as_me:$LINENO: result: no" >&5
30938 echo "${ECHO_T}no" >&6; }
30939 PKG_CONFIG=""
30940 fi
30941
30942 fi
30943
30944
30945 pkg_failed=no
30946 { echo "$as_me:$LINENO: checking for DIRECTFB" >&5
30947 echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6; }
30948
30949 if test -n "$PKG_CONFIG"; then
30950 if test -n "$DIRECTFB_CFLAGS"; then
30951 pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
30952 else
30953 if test -n "$PKG_CONFIG" && \
30954 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
30955 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
30956 ac_status=$?
30957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30958 (exit $ac_status); }; then
30959 pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
30960 else
30961 pkg_failed=yes
30962 fi
30963 fi
30964 else
30965 pkg_failed=untried
30966 fi
30967 if test -n "$PKG_CONFIG"; then
30968 if test -n "$DIRECTFB_LIBS"; then
30969 pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
30970 else
30971 if test -n "$PKG_CONFIG" && \
30972 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
30973 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
30974 ac_status=$?
30975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30976 (exit $ac_status); }; then
30977 pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
30978 else
30979 pkg_failed=yes
30980 fi
30981 fi
30982 else
30983 pkg_failed=untried
30984 fi
30985
30986
30987
30988 if test $pkg_failed = yes; then
30989
30990 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
30991 _pkg_short_errors_supported=yes
30992 else
30993 _pkg_short_errors_supported=no
30994 fi
30995 if test $_pkg_short_errors_supported = yes; then
30996 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
30997 else
30998 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
30999 fi
31000 # Put the nasty error message in config.log where it belongs
31001 echo "$DIRECTFB_PKG_ERRORS" >&5
31002
31003
31004 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
31005 echo "$as_me: error: DirectFB not found." >&2;}
31006 { (exit 1); exit 1; }; }
31007
31008
31009 elif test $pkg_failed = untried; then
31010
31011 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
31012 echo "$as_me: error: DirectFB not found." >&2;}
31013 { (exit 1); exit 1; }; }
31014
31015
31016 else
31017 DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
31018 DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
31019 { echo "$as_me:$LINENO: result: yes" >&5
31020 echo "${ECHO_T}yes" >&6; }
31021
31022 wxUSE_UNIVERSAL="yes"
31023 TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
31024 GUI_TK_LIBRARY="$DIRECTFB_LIBS"
31025 TOOLKIT=DFB
31026 GUIDIST=DFB_DIST
31027
31028 fi
31029 fi
31030
31031 if test "$wxUSE_MICROWIN" = 1; then
31032 { echo "$as_me:$LINENO: checking for MicroWindows" >&5
31033 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6; }
31034 if test "x$MICROWINDOWS" = x ; then
31035 { echo "$as_me:$LINENO: result: not found" >&5
31036 echo "${ECHO_T}not found" >&6; }
31037 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
31038 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
31039 { (exit 1); exit 1; }; }
31040 else
31041 { echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
31042 echo "${ECHO_T}$MICROWINDOWS" >&6; }
31043 fi
31044
31045 if test -f $MICROWINDOWS/lib/libmwin.a; then
31046 { echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
31047 echo "${ECHO_T}MicroWindows' libraries found." >&6; }
31048 else
31049 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
31050 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
31051 { (exit 1); exit 1; }; }
31052 fi
31053
31054 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
31055 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
31056
31057 wxUSE_UNIVERSAL="yes"
31058
31059 AFMINSTALL=afminstall
31060 TOOLKIT=MICROWIN
31061 GUIDIST=MICROWIN_DIST
31062
31063 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
31064 fi
31065
31066 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
31067 { echo "$as_me:$LINENO: checking for X" >&5
31068 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
31069
31070
31071 # Check whether --with-x was given.
31072 if test "${with_x+set}" = set; then
31073 withval=$with_x;
31074 fi
31075
31076 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
31077 if test "x$with_x" = xno; then
31078 # The user explicitly disabled X.
31079 have_x=disabled
31080 else
31081 case $x_includes,$x_libraries in #(
31082 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
31083 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
31084 { (exit 1); exit 1; }; };; #(
31085 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
31086 echo $ECHO_N "(cached) $ECHO_C" >&6
31087 else
31088 # One or both of the vars are not set, and there is no cached value.
31089 ac_x_includes=no ac_x_libraries=no
31090 rm -f -r conftest.dir
31091 if mkdir conftest.dir; then
31092 cd conftest.dir
31093 cat >Imakefile <<'_ACEOF'
31094 incroot:
31095 @echo incroot='${INCROOT}'
31096 usrlibdir:
31097 @echo usrlibdir='${USRLIBDIR}'
31098 libdir:
31099 @echo libdir='${LIBDIR}'
31100 _ACEOF
31101 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
31102 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
31103 for ac_var in incroot usrlibdir libdir; do
31104 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
31105 done
31106 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
31107 for ac_extension in a so sl; do
31108 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
31109 test -f "$ac_im_libdir/libX11.$ac_extension"; then
31110 ac_im_usrlibdir=$ac_im_libdir; break
31111 fi
31112 done
31113 # Screen out bogus values from the imake configuration. They are
31114 # bogus both because they are the default anyway, and because
31115 # using them would break gcc on systems where it needs fixed includes.
31116 case $ac_im_incroot in
31117 /usr/include) ac_x_includes= ;;
31118 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
31119 esac
31120 case $ac_im_usrlibdir in
31121 /usr/lib | /lib) ;;
31122 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
31123 esac
31124 fi
31125 cd ..
31126 rm -f -r conftest.dir
31127 fi
31128
31129 # Standard set of common directories for X headers.
31130 # Check X11 before X11Rn because it is often a symlink to the current release.
31131 ac_x_header_dirs='
31132 /usr/X11/include
31133 /usr/X11R6/include
31134 /usr/X11R5/include
31135 /usr/X11R4/include
31136
31137 /usr/include/X11
31138 /usr/include/X11R6
31139 /usr/include/X11R5
31140 /usr/include/X11R4
31141
31142 /usr/local/X11/include
31143 /usr/local/X11R6/include
31144 /usr/local/X11R5/include
31145 /usr/local/X11R4/include
31146
31147 /usr/local/include/X11
31148 /usr/local/include/X11R6
31149 /usr/local/include/X11R5
31150 /usr/local/include/X11R4
31151
31152 /usr/X386/include
31153 /usr/x386/include
31154 /usr/XFree86/include/X11
31155
31156 /usr/include
31157 /usr/local/include
31158 /usr/unsupported/include
31159 /usr/athena/include
31160 /usr/local/x11r5/include
31161 /usr/lpp/Xamples/include
31162
31163 /usr/openwin/include
31164 /usr/openwin/share/include'
31165
31166 if test "$ac_x_includes" = no; then
31167 # Guess where to find include files, by looking for Xlib.h.
31168 # First, try using that file with no special directory specified.
31169 cat >conftest.$ac_ext <<_ACEOF
31170 /* confdefs.h. */
31171 _ACEOF
31172 cat confdefs.h >>conftest.$ac_ext
31173 cat >>conftest.$ac_ext <<_ACEOF
31174 /* end confdefs.h. */
31175 #include <X11/Xlib.h>
31176 _ACEOF
31177 if { (ac_try="$ac_cpp conftest.$ac_ext"
31178 case "(($ac_try" in
31179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31180 *) ac_try_echo=$ac_try;;
31181 esac
31182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31183 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31184 ac_status=$?
31185 grep -v '^ *+' conftest.er1 >conftest.err
31186 rm -f conftest.er1
31187 cat conftest.err >&5
31188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31189 (exit $ac_status); } >/dev/null && {
31190 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31191 test ! -s conftest.err
31192 }; then
31193 # We can compile using X headers with no special include directory.
31194 ac_x_includes=
31195 else
31196 echo "$as_me: failed program was:" >&5
31197 sed 's/^/| /' conftest.$ac_ext >&5
31198
31199 for ac_dir in $ac_x_header_dirs; do
31200 if test -r "$ac_dir/X11/Xlib.h"; then
31201 ac_x_includes=$ac_dir
31202 break
31203 fi
31204 done
31205 fi
31206
31207 rm -f conftest.err conftest.$ac_ext
31208 fi # $ac_x_includes = no
31209
31210 if test "$ac_x_libraries" = no; then
31211 # Check for the libraries.
31212 # See if we find them without any special options.
31213 # Don't add to $LIBS permanently.
31214 ac_save_LIBS=$LIBS
31215 LIBS="-lX11 $LIBS"
31216 cat >conftest.$ac_ext <<_ACEOF
31217 /* confdefs.h. */
31218 _ACEOF
31219 cat confdefs.h >>conftest.$ac_ext
31220 cat >>conftest.$ac_ext <<_ACEOF
31221 /* end confdefs.h. */
31222 #include <X11/Xlib.h>
31223 int
31224 main ()
31225 {
31226 XrmInitialize ()
31227 ;
31228 return 0;
31229 }
31230 _ACEOF
31231 rm -f conftest.$ac_objext conftest$ac_exeext
31232 if { (ac_try="$ac_link"
31233 case "(($ac_try" in
31234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31235 *) ac_try_echo=$ac_try;;
31236 esac
31237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31238 (eval "$ac_link") 2>conftest.er1
31239 ac_status=$?
31240 grep -v '^ *+' conftest.er1 >conftest.err
31241 rm -f conftest.er1
31242 cat conftest.err >&5
31243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31244 (exit $ac_status); } && {
31245 test -z "$ac_c_werror_flag" ||
31246 test ! -s conftest.err
31247 } && test -s conftest$ac_exeext &&
31248 $as_test_x conftest$ac_exeext; then
31249 LIBS=$ac_save_LIBS
31250 # We can link X programs with no special library path.
31251 ac_x_libraries=
31252 else
31253 echo "$as_me: failed program was:" >&5
31254 sed 's/^/| /' conftest.$ac_ext >&5
31255
31256 LIBS=$ac_save_LIBS
31257 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
31258 do
31259 # Don't even attempt the hair of trying to link an X program!
31260 for ac_extension in a so sl; do
31261 if test -r "$ac_dir/libX11.$ac_extension"; then
31262 ac_x_libraries=$ac_dir
31263 break 2
31264 fi
31265 done
31266 done
31267 fi
31268
31269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31270 conftest$ac_exeext conftest.$ac_ext
31271 fi # $ac_x_libraries = no
31272
31273 case $ac_x_includes,$ac_x_libraries in #(
31274 no,* | *,no | *\'*)
31275 # Didn't find X, or a directory has "'" in its name.
31276 ac_cv_have_x="have_x=no";; #(
31277 *)
31278 # Record where we found X for the cache.
31279 ac_cv_have_x="have_x=yes\
31280 ac_x_includes='$ac_x_includes'\
31281 ac_x_libraries='$ac_x_libraries'"
31282 esac
31283 fi
31284 ;; #(
31285 *) have_x=yes;;
31286 esac
31287 eval "$ac_cv_have_x"
31288 fi # $with_x != no
31289
31290 if test "$have_x" != yes; then
31291 { echo "$as_me:$LINENO: result: $have_x" >&5
31292 echo "${ECHO_T}$have_x" >&6; }
31293 no_x=yes
31294 else
31295 # If each of the values was on the command line, it overrides each guess.
31296 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
31297 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
31298 # Update the cache value to reflect the command line values.
31299 ac_cv_have_x="have_x=yes\
31300 ac_x_includes='$x_includes'\
31301 ac_x_libraries='$x_libraries'"
31302 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
31303 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
31304 fi
31305
31306 if test "$no_x" = yes; then
31307 # Not all programs may use this symbol, but it does not hurt to define it.
31308
31309 cat >>confdefs.h <<\_ACEOF
31310 #define X_DISPLAY_MISSING 1
31311 _ACEOF
31312
31313 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
31314 else
31315 if test -n "$x_includes"; then
31316 X_CFLAGS="$X_CFLAGS -I$x_includes"
31317 fi
31318
31319 # It would also be nice to do this for all -L options, not just this one.
31320 if test -n "$x_libraries"; then
31321 X_LIBS="$X_LIBS -L$x_libraries"
31322 # For Solaris; some versions of Sun CC require a space after -R and
31323 # others require no space. Words are not sufficient . . . .
31324 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
31325 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
31326 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
31327 ac_xsave_c_werror_flag=$ac_c_werror_flag
31328 ac_c_werror_flag=yes
31329 cat >conftest.$ac_ext <<_ACEOF
31330 /* confdefs.h. */
31331 _ACEOF
31332 cat confdefs.h >>conftest.$ac_ext
31333 cat >>conftest.$ac_ext <<_ACEOF
31334 /* end confdefs.h. */
31335
31336 int
31337 main ()
31338 {
31339
31340 ;
31341 return 0;
31342 }
31343 _ACEOF
31344 rm -f conftest.$ac_objext conftest$ac_exeext
31345 if { (ac_try="$ac_link"
31346 case "(($ac_try" in
31347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31348 *) ac_try_echo=$ac_try;;
31349 esac
31350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31351 (eval "$ac_link") 2>conftest.er1
31352 ac_status=$?
31353 grep -v '^ *+' conftest.er1 >conftest.err
31354 rm -f conftest.er1
31355 cat conftest.err >&5
31356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31357 (exit $ac_status); } && {
31358 test -z "$ac_c_werror_flag" ||
31359 test ! -s conftest.err
31360 } && test -s conftest$ac_exeext &&
31361 $as_test_x conftest$ac_exeext; then
31362 { echo "$as_me:$LINENO: result: no" >&5
31363 echo "${ECHO_T}no" >&6; }
31364 X_LIBS="$X_LIBS -R$x_libraries"
31365 else
31366 echo "$as_me: failed program was:" >&5
31367 sed 's/^/| /' conftest.$ac_ext >&5
31368
31369 LIBS="$ac_xsave_LIBS -R $x_libraries"
31370 cat >conftest.$ac_ext <<_ACEOF
31371 /* confdefs.h. */
31372 _ACEOF
31373 cat confdefs.h >>conftest.$ac_ext
31374 cat >>conftest.$ac_ext <<_ACEOF
31375 /* end confdefs.h. */
31376
31377 int
31378 main ()
31379 {
31380
31381 ;
31382 return 0;
31383 }
31384 _ACEOF
31385 rm -f conftest.$ac_objext conftest$ac_exeext
31386 if { (ac_try="$ac_link"
31387 case "(($ac_try" in
31388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31389 *) ac_try_echo=$ac_try;;
31390 esac
31391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31392 (eval "$ac_link") 2>conftest.er1
31393 ac_status=$?
31394 grep -v '^ *+' conftest.er1 >conftest.err
31395 rm -f conftest.er1
31396 cat conftest.err >&5
31397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31398 (exit $ac_status); } && {
31399 test -z "$ac_c_werror_flag" ||
31400 test ! -s conftest.err
31401 } && test -s conftest$ac_exeext &&
31402 $as_test_x conftest$ac_exeext; then
31403 { echo "$as_me:$LINENO: result: yes" >&5
31404 echo "${ECHO_T}yes" >&6; }
31405 X_LIBS="$X_LIBS -R $x_libraries"
31406 else
31407 echo "$as_me: failed program was:" >&5
31408 sed 's/^/| /' conftest.$ac_ext >&5
31409
31410 { echo "$as_me:$LINENO: result: neither works" >&5
31411 echo "${ECHO_T}neither works" >&6; }
31412 fi
31413
31414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31415 conftest$ac_exeext conftest.$ac_ext
31416 fi
31417
31418 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31419 conftest$ac_exeext conftest.$ac_ext
31420 ac_c_werror_flag=$ac_xsave_c_werror_flag
31421 LIBS=$ac_xsave_LIBS
31422 fi
31423
31424 # Check for system-dependent libraries X programs must link with.
31425 # Do this before checking for the system-independent R6 libraries
31426 # (-lICE), since we may need -lsocket or whatever for X linking.
31427
31428 if test "$ISC" = yes; then
31429 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
31430 else
31431 # Martyn Johnson says this is needed for Ultrix, if the X
31432 # libraries were built with DECnet support. And Karl Berry says
31433 # the Alpha needs dnet_stub (dnet does not exist).
31434 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
31435 cat >conftest.$ac_ext <<_ACEOF
31436 /* confdefs.h. */
31437 _ACEOF
31438 cat confdefs.h >>conftest.$ac_ext
31439 cat >>conftest.$ac_ext <<_ACEOF
31440 /* end confdefs.h. */
31441
31442 /* Override any GCC internal prototype to avoid an error.
31443 Use char because int might match the return type of a GCC
31444 builtin and then its argument prototype would still apply. */
31445 #ifdef __cplusplus
31446 extern "C"
31447 #endif
31448 char XOpenDisplay ();
31449 int
31450 main ()
31451 {
31452 return XOpenDisplay ();
31453 ;
31454 return 0;
31455 }
31456 _ACEOF
31457 rm -f conftest.$ac_objext conftest$ac_exeext
31458 if { (ac_try="$ac_link"
31459 case "(($ac_try" in
31460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31461 *) ac_try_echo=$ac_try;;
31462 esac
31463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31464 (eval "$ac_link") 2>conftest.er1
31465 ac_status=$?
31466 grep -v '^ *+' conftest.er1 >conftest.err
31467 rm -f conftest.er1
31468 cat conftest.err >&5
31469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31470 (exit $ac_status); } && {
31471 test -z "$ac_c_werror_flag" ||
31472 test ! -s conftest.err
31473 } && test -s conftest$ac_exeext &&
31474 $as_test_x conftest$ac_exeext; then
31475 :
31476 else
31477 echo "$as_me: failed program was:" >&5
31478 sed 's/^/| /' conftest.$ac_ext >&5
31479
31480 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
31481 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
31482 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
31483 echo $ECHO_N "(cached) $ECHO_C" >&6
31484 else
31485 ac_check_lib_save_LIBS=$LIBS
31486 LIBS="-ldnet $LIBS"
31487 cat >conftest.$ac_ext <<_ACEOF
31488 /* confdefs.h. */
31489 _ACEOF
31490 cat confdefs.h >>conftest.$ac_ext
31491 cat >>conftest.$ac_ext <<_ACEOF
31492 /* end confdefs.h. */
31493
31494 /* Override any GCC internal prototype to avoid an error.
31495 Use char because int might match the return type of a GCC
31496 builtin and then its argument prototype would still apply. */
31497 #ifdef __cplusplus
31498 extern "C"
31499 #endif
31500 char dnet_ntoa ();
31501 int
31502 main ()
31503 {
31504 return dnet_ntoa ();
31505 ;
31506 return 0;
31507 }
31508 _ACEOF
31509 rm -f conftest.$ac_objext conftest$ac_exeext
31510 if { (ac_try="$ac_link"
31511 case "(($ac_try" in
31512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31513 *) ac_try_echo=$ac_try;;
31514 esac
31515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31516 (eval "$ac_link") 2>conftest.er1
31517 ac_status=$?
31518 grep -v '^ *+' conftest.er1 >conftest.err
31519 rm -f conftest.er1
31520 cat conftest.err >&5
31521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31522 (exit $ac_status); } && {
31523 test -z "$ac_c_werror_flag" ||
31524 test ! -s conftest.err
31525 } && test -s conftest$ac_exeext &&
31526 $as_test_x conftest$ac_exeext; then
31527 ac_cv_lib_dnet_dnet_ntoa=yes
31528 else
31529 echo "$as_me: failed program was:" >&5
31530 sed 's/^/| /' conftest.$ac_ext >&5
31531
31532 ac_cv_lib_dnet_dnet_ntoa=no
31533 fi
31534
31535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31536 conftest$ac_exeext conftest.$ac_ext
31537 LIBS=$ac_check_lib_save_LIBS
31538 fi
31539 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
31540 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
31541 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
31542 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
31543 fi
31544
31545 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
31546 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
31547 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
31548 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
31549 echo $ECHO_N "(cached) $ECHO_C" >&6
31550 else
31551 ac_check_lib_save_LIBS=$LIBS
31552 LIBS="-ldnet_stub $LIBS"
31553 cat >conftest.$ac_ext <<_ACEOF
31554 /* confdefs.h. */
31555 _ACEOF
31556 cat confdefs.h >>conftest.$ac_ext
31557 cat >>conftest.$ac_ext <<_ACEOF
31558 /* end confdefs.h. */
31559
31560 /* Override any GCC internal prototype to avoid an error.
31561 Use char because int might match the return type of a GCC
31562 builtin and then its argument prototype would still apply. */
31563 #ifdef __cplusplus
31564 extern "C"
31565 #endif
31566 char dnet_ntoa ();
31567 int
31568 main ()
31569 {
31570 return dnet_ntoa ();
31571 ;
31572 return 0;
31573 }
31574 _ACEOF
31575 rm -f conftest.$ac_objext conftest$ac_exeext
31576 if { (ac_try="$ac_link"
31577 case "(($ac_try" in
31578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31579 *) ac_try_echo=$ac_try;;
31580 esac
31581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31582 (eval "$ac_link") 2>conftest.er1
31583 ac_status=$?
31584 grep -v '^ *+' conftest.er1 >conftest.err
31585 rm -f conftest.er1
31586 cat conftest.err >&5
31587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31588 (exit $ac_status); } && {
31589 test -z "$ac_c_werror_flag" ||
31590 test ! -s conftest.err
31591 } && test -s conftest$ac_exeext &&
31592 $as_test_x conftest$ac_exeext; then
31593 ac_cv_lib_dnet_stub_dnet_ntoa=yes
31594 else
31595 echo "$as_me: failed program was:" >&5
31596 sed 's/^/| /' conftest.$ac_ext >&5
31597
31598 ac_cv_lib_dnet_stub_dnet_ntoa=no
31599 fi
31600
31601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31602 conftest$ac_exeext conftest.$ac_ext
31603 LIBS=$ac_check_lib_save_LIBS
31604 fi
31605 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
31606 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
31607 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
31608 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
31609 fi
31610
31611 fi
31612 fi
31613
31614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31615 conftest$ac_exeext conftest.$ac_ext
31616 LIBS="$ac_xsave_LIBS"
31617
31618 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
31619 # to get the SysV transport functions.
31620 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
31621 # needs -lnsl.
31622 # The nsl library prevents programs from opening the X display
31623 # on Irix 5.2, according to T.E. Dickey.
31624 # The functions gethostbyname, getservbyname, and inet_addr are
31625 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
31626 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
31627 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
31628 if test "${ac_cv_func_gethostbyname+set}" = set; then
31629 echo $ECHO_N "(cached) $ECHO_C" >&6
31630 else
31631 cat >conftest.$ac_ext <<_ACEOF
31632 /* confdefs.h. */
31633 _ACEOF
31634 cat confdefs.h >>conftest.$ac_ext
31635 cat >>conftest.$ac_ext <<_ACEOF
31636 /* end confdefs.h. */
31637 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
31638 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31639 #define gethostbyname innocuous_gethostbyname
31640
31641 /* System header to define __stub macros and hopefully few prototypes,
31642 which can conflict with char gethostbyname (); below.
31643 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31644 <limits.h> exists even on freestanding compilers. */
31645
31646 #ifdef __STDC__
31647 # include <limits.h>
31648 #else
31649 # include <assert.h>
31650 #endif
31651
31652 #undef gethostbyname
31653
31654 /* Override any GCC internal prototype to avoid an error.
31655 Use char because int might match the return type of a GCC
31656 builtin and then its argument prototype would still apply. */
31657 #ifdef __cplusplus
31658 extern "C"
31659 #endif
31660 char gethostbyname ();
31661 /* The GNU C library defines this for functions which it implements
31662 to always fail with ENOSYS. Some functions are actually named
31663 something starting with __ and the normal name is an alias. */
31664 #if defined __stub_gethostbyname || defined __stub___gethostbyname
31665 choke me
31666 #endif
31667
31668 int
31669 main ()
31670 {
31671 return gethostbyname ();
31672 ;
31673 return 0;
31674 }
31675 _ACEOF
31676 rm -f conftest.$ac_objext conftest$ac_exeext
31677 if { (ac_try="$ac_link"
31678 case "(($ac_try" in
31679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31680 *) ac_try_echo=$ac_try;;
31681 esac
31682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31683 (eval "$ac_link") 2>conftest.er1
31684 ac_status=$?
31685 grep -v '^ *+' conftest.er1 >conftest.err
31686 rm -f conftest.er1
31687 cat conftest.err >&5
31688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31689 (exit $ac_status); } && {
31690 test -z "$ac_c_werror_flag" ||
31691 test ! -s conftest.err
31692 } && test -s conftest$ac_exeext &&
31693 $as_test_x conftest$ac_exeext; then
31694 ac_cv_func_gethostbyname=yes
31695 else
31696 echo "$as_me: failed program was:" >&5
31697 sed 's/^/| /' conftest.$ac_ext >&5
31698
31699 ac_cv_func_gethostbyname=no
31700 fi
31701
31702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31703 conftest$ac_exeext conftest.$ac_ext
31704 fi
31705 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
31706 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
31707
31708 if test $ac_cv_func_gethostbyname = no; then
31709 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
31710 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
31711 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
31712 echo $ECHO_N "(cached) $ECHO_C" >&6
31713 else
31714 ac_check_lib_save_LIBS=$LIBS
31715 LIBS="-lnsl $LIBS"
31716 cat >conftest.$ac_ext <<_ACEOF
31717 /* confdefs.h. */
31718 _ACEOF
31719 cat confdefs.h >>conftest.$ac_ext
31720 cat >>conftest.$ac_ext <<_ACEOF
31721 /* end confdefs.h. */
31722
31723 /* Override any GCC internal prototype to avoid an error.
31724 Use char because int might match the return type of a GCC
31725 builtin and then its argument prototype would still apply. */
31726 #ifdef __cplusplus
31727 extern "C"
31728 #endif
31729 char gethostbyname ();
31730 int
31731 main ()
31732 {
31733 return gethostbyname ();
31734 ;
31735 return 0;
31736 }
31737 _ACEOF
31738 rm -f conftest.$ac_objext conftest$ac_exeext
31739 if { (ac_try="$ac_link"
31740 case "(($ac_try" in
31741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31742 *) ac_try_echo=$ac_try;;
31743 esac
31744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31745 (eval "$ac_link") 2>conftest.er1
31746 ac_status=$?
31747 grep -v '^ *+' conftest.er1 >conftest.err
31748 rm -f conftest.er1
31749 cat conftest.err >&5
31750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31751 (exit $ac_status); } && {
31752 test -z "$ac_c_werror_flag" ||
31753 test ! -s conftest.err
31754 } && test -s conftest$ac_exeext &&
31755 $as_test_x conftest$ac_exeext; then
31756 ac_cv_lib_nsl_gethostbyname=yes
31757 else
31758 echo "$as_me: failed program was:" >&5
31759 sed 's/^/| /' conftest.$ac_ext >&5
31760
31761 ac_cv_lib_nsl_gethostbyname=no
31762 fi
31763
31764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31765 conftest$ac_exeext conftest.$ac_ext
31766 LIBS=$ac_check_lib_save_LIBS
31767 fi
31768 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
31769 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
31770 if test $ac_cv_lib_nsl_gethostbyname = yes; then
31771 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
31772 fi
31773
31774 if test $ac_cv_lib_nsl_gethostbyname = no; then
31775 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
31776 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
31777 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
31778 echo $ECHO_N "(cached) $ECHO_C" >&6
31779 else
31780 ac_check_lib_save_LIBS=$LIBS
31781 LIBS="-lbsd $LIBS"
31782 cat >conftest.$ac_ext <<_ACEOF
31783 /* confdefs.h. */
31784 _ACEOF
31785 cat confdefs.h >>conftest.$ac_ext
31786 cat >>conftest.$ac_ext <<_ACEOF
31787 /* end confdefs.h. */
31788
31789 /* Override any GCC internal prototype to avoid an error.
31790 Use char because int might match the return type of a GCC
31791 builtin and then its argument prototype would still apply. */
31792 #ifdef __cplusplus
31793 extern "C"
31794 #endif
31795 char gethostbyname ();
31796 int
31797 main ()
31798 {
31799 return gethostbyname ();
31800 ;
31801 return 0;
31802 }
31803 _ACEOF
31804 rm -f conftest.$ac_objext conftest$ac_exeext
31805 if { (ac_try="$ac_link"
31806 case "(($ac_try" in
31807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31808 *) ac_try_echo=$ac_try;;
31809 esac
31810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31811 (eval "$ac_link") 2>conftest.er1
31812 ac_status=$?
31813 grep -v '^ *+' conftest.er1 >conftest.err
31814 rm -f conftest.er1
31815 cat conftest.err >&5
31816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31817 (exit $ac_status); } && {
31818 test -z "$ac_c_werror_flag" ||
31819 test ! -s conftest.err
31820 } && test -s conftest$ac_exeext &&
31821 $as_test_x conftest$ac_exeext; then
31822 ac_cv_lib_bsd_gethostbyname=yes
31823 else
31824 echo "$as_me: failed program was:" >&5
31825 sed 's/^/| /' conftest.$ac_ext >&5
31826
31827 ac_cv_lib_bsd_gethostbyname=no
31828 fi
31829
31830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31831 conftest$ac_exeext conftest.$ac_ext
31832 LIBS=$ac_check_lib_save_LIBS
31833 fi
31834 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
31835 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
31836 if test $ac_cv_lib_bsd_gethostbyname = yes; then
31837 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
31838 fi
31839
31840 fi
31841 fi
31842
31843 # lieder@skyler.mavd.honeywell.com says without -lsocket,
31844 # socket/setsockopt and other routines are undefined under SCO ODT
31845 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
31846 # on later versions), says Simon Leinen: it contains gethostby*
31847 # variants that don't use the name server (or something). -lsocket
31848 # must be given before -lnsl if both are needed. We assume that
31849 # if connect needs -lnsl, so does gethostbyname.
31850 { echo "$as_me:$LINENO: checking for connect" >&5
31851 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
31852 if test "${ac_cv_func_connect+set}" = set; then
31853 echo $ECHO_N "(cached) $ECHO_C" >&6
31854 else
31855 cat >conftest.$ac_ext <<_ACEOF
31856 /* confdefs.h. */
31857 _ACEOF
31858 cat confdefs.h >>conftest.$ac_ext
31859 cat >>conftest.$ac_ext <<_ACEOF
31860 /* end confdefs.h. */
31861 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
31862 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31863 #define connect innocuous_connect
31864
31865 /* System header to define __stub macros and hopefully few prototypes,
31866 which can conflict with char connect (); below.
31867 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31868 <limits.h> exists even on freestanding compilers. */
31869
31870 #ifdef __STDC__
31871 # include <limits.h>
31872 #else
31873 # include <assert.h>
31874 #endif
31875
31876 #undef connect
31877
31878 /* Override any GCC internal prototype to avoid an error.
31879 Use char because int might match the return type of a GCC
31880 builtin and then its argument prototype would still apply. */
31881 #ifdef __cplusplus
31882 extern "C"
31883 #endif
31884 char connect ();
31885 /* The GNU C library defines this for functions which it implements
31886 to always fail with ENOSYS. Some functions are actually named
31887 something starting with __ and the normal name is an alias. */
31888 #if defined __stub_connect || defined __stub___connect
31889 choke me
31890 #endif
31891
31892 int
31893 main ()
31894 {
31895 return connect ();
31896 ;
31897 return 0;
31898 }
31899 _ACEOF
31900 rm -f conftest.$ac_objext conftest$ac_exeext
31901 if { (ac_try="$ac_link"
31902 case "(($ac_try" in
31903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31904 *) ac_try_echo=$ac_try;;
31905 esac
31906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31907 (eval "$ac_link") 2>conftest.er1
31908 ac_status=$?
31909 grep -v '^ *+' conftest.er1 >conftest.err
31910 rm -f conftest.er1
31911 cat conftest.err >&5
31912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31913 (exit $ac_status); } && {
31914 test -z "$ac_c_werror_flag" ||
31915 test ! -s conftest.err
31916 } && test -s conftest$ac_exeext &&
31917 $as_test_x conftest$ac_exeext; then
31918 ac_cv_func_connect=yes
31919 else
31920 echo "$as_me: failed program was:" >&5
31921 sed 's/^/| /' conftest.$ac_ext >&5
31922
31923 ac_cv_func_connect=no
31924 fi
31925
31926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31927 conftest$ac_exeext conftest.$ac_ext
31928 fi
31929 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
31930 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
31931
31932 if test $ac_cv_func_connect = no; then
31933 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
31934 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
31935 if test "${ac_cv_lib_socket_connect+set}" = set; then
31936 echo $ECHO_N "(cached) $ECHO_C" >&6
31937 else
31938 ac_check_lib_save_LIBS=$LIBS
31939 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
31940 cat >conftest.$ac_ext <<_ACEOF
31941 /* confdefs.h. */
31942 _ACEOF
31943 cat confdefs.h >>conftest.$ac_ext
31944 cat >>conftest.$ac_ext <<_ACEOF
31945 /* end confdefs.h. */
31946
31947 /* Override any GCC internal prototype to avoid an error.
31948 Use char because int might match the return type of a GCC
31949 builtin and then its argument prototype would still apply. */
31950 #ifdef __cplusplus
31951 extern "C"
31952 #endif
31953 char connect ();
31954 int
31955 main ()
31956 {
31957 return connect ();
31958 ;
31959 return 0;
31960 }
31961 _ACEOF
31962 rm -f conftest.$ac_objext conftest$ac_exeext
31963 if { (ac_try="$ac_link"
31964 case "(($ac_try" in
31965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31966 *) ac_try_echo=$ac_try;;
31967 esac
31968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31969 (eval "$ac_link") 2>conftest.er1
31970 ac_status=$?
31971 grep -v '^ *+' conftest.er1 >conftest.err
31972 rm -f conftest.er1
31973 cat conftest.err >&5
31974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31975 (exit $ac_status); } && {
31976 test -z "$ac_c_werror_flag" ||
31977 test ! -s conftest.err
31978 } && test -s conftest$ac_exeext &&
31979 $as_test_x conftest$ac_exeext; then
31980 ac_cv_lib_socket_connect=yes
31981 else
31982 echo "$as_me: failed program was:" >&5
31983 sed 's/^/| /' conftest.$ac_ext >&5
31984
31985 ac_cv_lib_socket_connect=no
31986 fi
31987
31988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31989 conftest$ac_exeext conftest.$ac_ext
31990 LIBS=$ac_check_lib_save_LIBS
31991 fi
31992 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
31993 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
31994 if test $ac_cv_lib_socket_connect = yes; then
31995 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
31996 fi
31997
31998 fi
31999
32000 # Guillermo Gomez says -lposix is necessary on A/UX.
32001 { echo "$as_me:$LINENO: checking for remove" >&5
32002 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
32003 if test "${ac_cv_func_remove+set}" = set; then
32004 echo $ECHO_N "(cached) $ECHO_C" >&6
32005 else
32006 cat >conftest.$ac_ext <<_ACEOF
32007 /* confdefs.h. */
32008 _ACEOF
32009 cat confdefs.h >>conftest.$ac_ext
32010 cat >>conftest.$ac_ext <<_ACEOF
32011 /* end confdefs.h. */
32012 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
32013 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32014 #define remove innocuous_remove
32015
32016 /* System header to define __stub macros and hopefully few prototypes,
32017 which can conflict with char remove (); below.
32018 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32019 <limits.h> exists even on freestanding compilers. */
32020
32021 #ifdef __STDC__
32022 # include <limits.h>
32023 #else
32024 # include <assert.h>
32025 #endif
32026
32027 #undef remove
32028
32029 /* Override any GCC internal prototype to avoid an error.
32030 Use char because int might match the return type of a GCC
32031 builtin and then its argument prototype would still apply. */
32032 #ifdef __cplusplus
32033 extern "C"
32034 #endif
32035 char remove ();
32036 /* The GNU C library defines this for functions which it implements
32037 to always fail with ENOSYS. Some functions are actually named
32038 something starting with __ and the normal name is an alias. */
32039 #if defined __stub_remove || defined __stub___remove
32040 choke me
32041 #endif
32042
32043 int
32044 main ()
32045 {
32046 return remove ();
32047 ;
32048 return 0;
32049 }
32050 _ACEOF
32051 rm -f conftest.$ac_objext conftest$ac_exeext
32052 if { (ac_try="$ac_link"
32053 case "(($ac_try" in
32054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32055 *) ac_try_echo=$ac_try;;
32056 esac
32057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32058 (eval "$ac_link") 2>conftest.er1
32059 ac_status=$?
32060 grep -v '^ *+' conftest.er1 >conftest.err
32061 rm -f conftest.er1
32062 cat conftest.err >&5
32063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32064 (exit $ac_status); } && {
32065 test -z "$ac_c_werror_flag" ||
32066 test ! -s conftest.err
32067 } && test -s conftest$ac_exeext &&
32068 $as_test_x conftest$ac_exeext; then
32069 ac_cv_func_remove=yes
32070 else
32071 echo "$as_me: failed program was:" >&5
32072 sed 's/^/| /' conftest.$ac_ext >&5
32073
32074 ac_cv_func_remove=no
32075 fi
32076
32077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32078 conftest$ac_exeext conftest.$ac_ext
32079 fi
32080 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
32081 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
32082
32083 if test $ac_cv_func_remove = no; then
32084 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
32085 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
32086 if test "${ac_cv_lib_posix_remove+set}" = set; then
32087 echo $ECHO_N "(cached) $ECHO_C" >&6
32088 else
32089 ac_check_lib_save_LIBS=$LIBS
32090 LIBS="-lposix $LIBS"
32091 cat >conftest.$ac_ext <<_ACEOF
32092 /* confdefs.h. */
32093 _ACEOF
32094 cat confdefs.h >>conftest.$ac_ext
32095 cat >>conftest.$ac_ext <<_ACEOF
32096 /* end confdefs.h. */
32097
32098 /* Override any GCC internal prototype to avoid an error.
32099 Use char because int might match the return type of a GCC
32100 builtin and then its argument prototype would still apply. */
32101 #ifdef __cplusplus
32102 extern "C"
32103 #endif
32104 char remove ();
32105 int
32106 main ()
32107 {
32108 return remove ();
32109 ;
32110 return 0;
32111 }
32112 _ACEOF
32113 rm -f conftest.$ac_objext conftest$ac_exeext
32114 if { (ac_try="$ac_link"
32115 case "(($ac_try" in
32116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32117 *) ac_try_echo=$ac_try;;
32118 esac
32119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32120 (eval "$ac_link") 2>conftest.er1
32121 ac_status=$?
32122 grep -v '^ *+' conftest.er1 >conftest.err
32123 rm -f conftest.er1
32124 cat conftest.err >&5
32125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32126 (exit $ac_status); } && {
32127 test -z "$ac_c_werror_flag" ||
32128 test ! -s conftest.err
32129 } && test -s conftest$ac_exeext &&
32130 $as_test_x conftest$ac_exeext; then
32131 ac_cv_lib_posix_remove=yes
32132 else
32133 echo "$as_me: failed program was:" >&5
32134 sed 's/^/| /' conftest.$ac_ext >&5
32135
32136 ac_cv_lib_posix_remove=no
32137 fi
32138
32139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32140 conftest$ac_exeext conftest.$ac_ext
32141 LIBS=$ac_check_lib_save_LIBS
32142 fi
32143 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
32144 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
32145 if test $ac_cv_lib_posix_remove = yes; then
32146 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
32147 fi
32148
32149 fi
32150
32151 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
32152 { echo "$as_me:$LINENO: checking for shmat" >&5
32153 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
32154 if test "${ac_cv_func_shmat+set}" = set; then
32155 echo $ECHO_N "(cached) $ECHO_C" >&6
32156 else
32157 cat >conftest.$ac_ext <<_ACEOF
32158 /* confdefs.h. */
32159 _ACEOF
32160 cat confdefs.h >>conftest.$ac_ext
32161 cat >>conftest.$ac_ext <<_ACEOF
32162 /* end confdefs.h. */
32163 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
32164 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32165 #define shmat innocuous_shmat
32166
32167 /* System header to define __stub macros and hopefully few prototypes,
32168 which can conflict with char shmat (); below.
32169 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32170 <limits.h> exists even on freestanding compilers. */
32171
32172 #ifdef __STDC__
32173 # include <limits.h>
32174 #else
32175 # include <assert.h>
32176 #endif
32177
32178 #undef shmat
32179
32180 /* Override any GCC internal prototype to avoid an error.
32181 Use char because int might match the return type of a GCC
32182 builtin and then its argument prototype would still apply. */
32183 #ifdef __cplusplus
32184 extern "C"
32185 #endif
32186 char shmat ();
32187 /* The GNU C library defines this for functions which it implements
32188 to always fail with ENOSYS. Some functions are actually named
32189 something starting with __ and the normal name is an alias. */
32190 #if defined __stub_shmat || defined __stub___shmat
32191 choke me
32192 #endif
32193
32194 int
32195 main ()
32196 {
32197 return shmat ();
32198 ;
32199 return 0;
32200 }
32201 _ACEOF
32202 rm -f conftest.$ac_objext conftest$ac_exeext
32203 if { (ac_try="$ac_link"
32204 case "(($ac_try" in
32205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32206 *) ac_try_echo=$ac_try;;
32207 esac
32208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32209 (eval "$ac_link") 2>conftest.er1
32210 ac_status=$?
32211 grep -v '^ *+' conftest.er1 >conftest.err
32212 rm -f conftest.er1
32213 cat conftest.err >&5
32214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32215 (exit $ac_status); } && {
32216 test -z "$ac_c_werror_flag" ||
32217 test ! -s conftest.err
32218 } && test -s conftest$ac_exeext &&
32219 $as_test_x conftest$ac_exeext; then
32220 ac_cv_func_shmat=yes
32221 else
32222 echo "$as_me: failed program was:" >&5
32223 sed 's/^/| /' conftest.$ac_ext >&5
32224
32225 ac_cv_func_shmat=no
32226 fi
32227
32228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32229 conftest$ac_exeext conftest.$ac_ext
32230 fi
32231 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
32232 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
32233
32234 if test $ac_cv_func_shmat = no; then
32235 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
32236 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
32237 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
32238 echo $ECHO_N "(cached) $ECHO_C" >&6
32239 else
32240 ac_check_lib_save_LIBS=$LIBS
32241 LIBS="-lipc $LIBS"
32242 cat >conftest.$ac_ext <<_ACEOF
32243 /* confdefs.h. */
32244 _ACEOF
32245 cat confdefs.h >>conftest.$ac_ext
32246 cat >>conftest.$ac_ext <<_ACEOF
32247 /* end confdefs.h. */
32248
32249 /* Override any GCC internal prototype to avoid an error.
32250 Use char because int might match the return type of a GCC
32251 builtin and then its argument prototype would still apply. */
32252 #ifdef __cplusplus
32253 extern "C"
32254 #endif
32255 char shmat ();
32256 int
32257 main ()
32258 {
32259 return shmat ();
32260 ;
32261 return 0;
32262 }
32263 _ACEOF
32264 rm -f conftest.$ac_objext conftest$ac_exeext
32265 if { (ac_try="$ac_link"
32266 case "(($ac_try" in
32267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32268 *) ac_try_echo=$ac_try;;
32269 esac
32270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32271 (eval "$ac_link") 2>conftest.er1
32272 ac_status=$?
32273 grep -v '^ *+' conftest.er1 >conftest.err
32274 rm -f conftest.er1
32275 cat conftest.err >&5
32276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32277 (exit $ac_status); } && {
32278 test -z "$ac_c_werror_flag" ||
32279 test ! -s conftest.err
32280 } && test -s conftest$ac_exeext &&
32281 $as_test_x conftest$ac_exeext; then
32282 ac_cv_lib_ipc_shmat=yes
32283 else
32284 echo "$as_me: failed program was:" >&5
32285 sed 's/^/| /' conftest.$ac_ext >&5
32286
32287 ac_cv_lib_ipc_shmat=no
32288 fi
32289
32290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32291 conftest$ac_exeext conftest.$ac_ext
32292 LIBS=$ac_check_lib_save_LIBS
32293 fi
32294 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
32295 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
32296 if test $ac_cv_lib_ipc_shmat = yes; then
32297 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
32298 fi
32299
32300 fi
32301 fi
32302
32303 # Check for libraries that X11R6 Xt/Xaw programs need.
32304 ac_save_LDFLAGS=$LDFLAGS
32305 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
32306 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
32307 # check for ICE first), but we must link in the order -lSM -lICE or
32308 # we get undefined symbols. So assume we have SM if we have ICE.
32309 # These have to be linked with before -lX11, unlike the other
32310 # libraries we check for below, so use a different variable.
32311 # John Interrante, Karl Berry
32312 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
32313 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
32314 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
32315 echo $ECHO_N "(cached) $ECHO_C" >&6
32316 else
32317 ac_check_lib_save_LIBS=$LIBS
32318 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
32319 cat >conftest.$ac_ext <<_ACEOF
32320 /* confdefs.h. */
32321 _ACEOF
32322 cat confdefs.h >>conftest.$ac_ext
32323 cat >>conftest.$ac_ext <<_ACEOF
32324 /* end confdefs.h. */
32325
32326 /* Override any GCC internal prototype to avoid an error.
32327 Use char because int might match the return type of a GCC
32328 builtin and then its argument prototype would still apply. */
32329 #ifdef __cplusplus
32330 extern "C"
32331 #endif
32332 char IceConnectionNumber ();
32333 int
32334 main ()
32335 {
32336 return IceConnectionNumber ();
32337 ;
32338 return 0;
32339 }
32340 _ACEOF
32341 rm -f conftest.$ac_objext conftest$ac_exeext
32342 if { (ac_try="$ac_link"
32343 case "(($ac_try" in
32344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32345 *) ac_try_echo=$ac_try;;
32346 esac
32347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32348 (eval "$ac_link") 2>conftest.er1
32349 ac_status=$?
32350 grep -v '^ *+' conftest.er1 >conftest.err
32351 rm -f conftest.er1
32352 cat conftest.err >&5
32353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32354 (exit $ac_status); } && {
32355 test -z "$ac_c_werror_flag" ||
32356 test ! -s conftest.err
32357 } && test -s conftest$ac_exeext &&
32358 $as_test_x conftest$ac_exeext; then
32359 ac_cv_lib_ICE_IceConnectionNumber=yes
32360 else
32361 echo "$as_me: failed program was:" >&5
32362 sed 's/^/| /' conftest.$ac_ext >&5
32363
32364 ac_cv_lib_ICE_IceConnectionNumber=no
32365 fi
32366
32367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32368 conftest$ac_exeext conftest.$ac_ext
32369 LIBS=$ac_check_lib_save_LIBS
32370 fi
32371 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
32372 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
32373 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
32374 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
32375 fi
32376
32377 LDFLAGS=$ac_save_LDFLAGS
32378
32379 fi
32380
32381
32382 if test "$no_x" = "yes"; then
32383 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
32384 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
32385 { (exit 1); exit 1; }; }
32386 fi
32387
32388 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
32389 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
32390 AFMINSTALL=afminstall
32391 COMPILED_X_PROGRAM=0
32392
32393 fi
32394
32395 if test "$wxUSE_X11" = 1; then
32396 if test "$wxUSE_NANOX" = "yes"; then
32397 { echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
32398 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6; }
32399 if test "x$MICROWIN" = x ; then
32400 { echo "$as_me:$LINENO: result: not found" >&5
32401 echo "${ECHO_T}not found" >&6; }
32402 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
32403 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
32404 { (exit 1); exit 1; }; }
32405 else
32406 { echo "$as_me:$LINENO: result: $MICROWIN" >&5
32407 echo "${ECHO_T}$MICROWIN" >&6; }
32408 cat >>confdefs.h <<\_ACEOF
32409 #define wxUSE_NANOX 1
32410 _ACEOF
32411
32412 fi
32413 fi
32414
32415 if test "$wxUSE_UNICODE" = "yes"; then
32416
32417
32418 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
32419 if test -n "$ac_tool_prefix"; then
32420 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
32421 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
32422 { echo "$as_me:$LINENO: checking for $ac_word" >&5
32423 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32424 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
32425 echo $ECHO_N "(cached) $ECHO_C" >&6
32426 else
32427 case $PKG_CONFIG in
32428 [\\/]* | ?:[\\/]*)
32429 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
32430 ;;
32431 *)
32432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32433 for as_dir in $PATH
32434 do
32435 IFS=$as_save_IFS
32436 test -z "$as_dir" && as_dir=.
32437 for ac_exec_ext in '' $ac_executable_extensions; do
32438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32439 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
32440 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32441 break 2
32442 fi
32443 done
32444 done
32445 IFS=$as_save_IFS
32446
32447 ;;
32448 esac
32449 fi
32450 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
32451 if test -n "$PKG_CONFIG"; then
32452 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
32453 echo "${ECHO_T}$PKG_CONFIG" >&6; }
32454 else
32455 { echo "$as_me:$LINENO: result: no" >&5
32456 echo "${ECHO_T}no" >&6; }
32457 fi
32458
32459
32460 fi
32461 if test -z "$ac_cv_path_PKG_CONFIG"; then
32462 ac_pt_PKG_CONFIG=$PKG_CONFIG
32463 # Extract the first word of "pkg-config", so it can be a program name with args.
32464 set dummy pkg-config; ac_word=$2
32465 { echo "$as_me:$LINENO: checking for $ac_word" >&5
32466 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32467 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
32468 echo $ECHO_N "(cached) $ECHO_C" >&6
32469 else
32470 case $ac_pt_PKG_CONFIG in
32471 [\\/]* | ?:[\\/]*)
32472 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
32473 ;;
32474 *)
32475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32476 for as_dir in $PATH
32477 do
32478 IFS=$as_save_IFS
32479 test -z "$as_dir" && as_dir=.
32480 for ac_exec_ext in '' $ac_executable_extensions; do
32481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32482 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
32483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32484 break 2
32485 fi
32486 done
32487 done
32488 IFS=$as_save_IFS
32489
32490 ;;
32491 esac
32492 fi
32493 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
32494 if test -n "$ac_pt_PKG_CONFIG"; then
32495 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
32496 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
32497 else
32498 { echo "$as_me:$LINENO: result: no" >&5
32499 echo "${ECHO_T}no" >&6; }
32500 fi
32501
32502 if test "x$ac_pt_PKG_CONFIG" = x; then
32503 PKG_CONFIG=""
32504 else
32505 case $cross_compiling:$ac_tool_warned in
32506 yes:)
32507 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
32508 whose name does not start with the host triplet. If you think this
32509 configuration is useful to you, please write to autoconf@gnu.org." >&5
32510 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
32511 whose name does not start with the host triplet. If you think this
32512 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
32513 ac_tool_warned=yes ;;
32514 esac
32515 PKG_CONFIG=$ac_pt_PKG_CONFIG
32516 fi
32517 else
32518 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
32519 fi
32520
32521 fi
32522 if test -n "$PKG_CONFIG"; then
32523 _pkg_min_version=0.9.0
32524 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
32525 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
32526 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
32527 { echo "$as_me:$LINENO: result: yes" >&5
32528 echo "${ECHO_T}yes" >&6; }
32529 else
32530 { echo "$as_me:$LINENO: result: no" >&5
32531 echo "${ECHO_T}no" >&6; }
32532 PKG_CONFIG=""
32533 fi
32534
32535 fi
32536
32537
32538 pkg_failed=no
32539 { echo "$as_me:$LINENO: checking for PANGOX" >&5
32540 echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6; }
32541
32542 if test -n "$PKG_CONFIG"; then
32543 if test -n "$PANGOX_CFLAGS"; then
32544 pkg_cv_PANGOX_CFLAGS="$PANGOX_CFLAGS"
32545 else
32546 if test -n "$PKG_CONFIG" && \
32547 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
32548 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
32549 ac_status=$?
32550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32551 (exit $ac_status); }; then
32552 pkg_cv_PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
32553 else
32554 pkg_failed=yes
32555 fi
32556 fi
32557 else
32558 pkg_failed=untried
32559 fi
32560 if test -n "$PKG_CONFIG"; then
32561 if test -n "$PANGOX_LIBS"; then
32562 pkg_cv_PANGOX_LIBS="$PANGOX_LIBS"
32563 else
32564 if test -n "$PKG_CONFIG" && \
32565 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
32566 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
32567 ac_status=$?
32568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32569 (exit $ac_status); }; then
32570 pkg_cv_PANGOX_LIBS=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
32571 else
32572 pkg_failed=yes
32573 fi
32574 fi
32575 else
32576 pkg_failed=untried
32577 fi
32578
32579
32580
32581 if test $pkg_failed = yes; then
32582
32583 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
32584 _pkg_short_errors_supported=yes
32585 else
32586 _pkg_short_errors_supported=no
32587 fi
32588 if test $_pkg_short_errors_supported = yes; then
32589 PANGOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
32590 else
32591 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
32592 fi
32593 # Put the nasty error message in config.log where it belongs
32594 echo "$PANGOX_PKG_ERRORS" >&5
32595
32596
32597 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
32598 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
32599 { (exit 1); exit 1; }; }
32600
32601
32602 elif test $pkg_failed = untried; then
32603
32604 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
32605 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
32606 { (exit 1); exit 1; }; }
32607
32608
32609 else
32610 PANGOX_CFLAGS=$pkg_cv_PANGOX_CFLAGS
32611 PANGOX_LIBS=$pkg_cv_PANGOX_LIBS
32612 { echo "$as_me:$LINENO: result: yes" >&5
32613 echo "${ECHO_T}yes" >&6; }
32614
32615 CFLAGS="$PANGOX_CFLAGS $CFLAGS"
32616 CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
32617 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
32618
32619 fi
32620
32621 pkg_failed=no
32622 { echo "$as_me:$LINENO: checking for PANGOFT2" >&5
32623 echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6; }
32624
32625 if test -n "$PKG_CONFIG"; then
32626 if test -n "$PANGOFT2_CFLAGS"; then
32627 pkg_cv_PANGOFT2_CFLAGS="$PANGOFT2_CFLAGS"
32628 else
32629 if test -n "$PKG_CONFIG" && \
32630 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
32631 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
32632 ac_status=$?
32633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32634 (exit $ac_status); }; then
32635 pkg_cv_PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
32636 else
32637 pkg_failed=yes
32638 fi
32639 fi
32640 else
32641 pkg_failed=untried
32642 fi
32643 if test -n "$PKG_CONFIG"; then
32644 if test -n "$PANGOFT2_LIBS"; then
32645 pkg_cv_PANGOFT2_LIBS="$PANGOFT2_LIBS"
32646 else
32647 if test -n "$PKG_CONFIG" && \
32648 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
32649 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
32650 ac_status=$?
32651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32652 (exit $ac_status); }; then
32653 pkg_cv_PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
32654 else
32655 pkg_failed=yes
32656 fi
32657 fi
32658 else
32659 pkg_failed=untried
32660 fi
32661
32662
32663
32664 if test $pkg_failed = yes; then
32665
32666 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
32667 _pkg_short_errors_supported=yes
32668 else
32669 _pkg_short_errors_supported=no
32670 fi
32671 if test $_pkg_short_errors_supported = yes; then
32672 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
32673 else
32674 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
32675 fi
32676 # Put the nasty error message in config.log where it belongs
32677 echo "$PANGOFT2_PKG_ERRORS" >&5
32678
32679
32680 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
32681 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
32682 wxUSE_PRINTING_ARCHITECTURE="no"
32683
32684
32685 elif test $pkg_failed = untried; then
32686
32687 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
32688 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
32689 wxUSE_PRINTING_ARCHITECTURE="no"
32690
32691
32692 else
32693 PANGOFT2_CFLAGS=$pkg_cv_PANGOFT2_CFLAGS
32694 PANGOFT2_LIBS=$pkg_cv_PANGOFT2_LIBS
32695 { echo "$as_me:$LINENO: result: yes" >&5
32696 echo "${ECHO_T}yes" >&6; }
32697
32698 CFLAGS="$PANGOFT2_CFLAGS $CFLAGS"
32699 CXXFLAGS="$PANGOFT2_CFLAGS $CXXFLAGS"
32700 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
32701
32702 fi
32703
32704 pkg_failed=no
32705 { echo "$as_me:$LINENO: checking for PANGOXFT" >&5
32706 echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6; }
32707
32708 if test -n "$PKG_CONFIG"; then
32709 if test -n "$PANGOXFT_CFLAGS"; then
32710 pkg_cv_PANGOXFT_CFLAGS="$PANGOXFT_CFLAGS"
32711 else
32712 if test -n "$PKG_CONFIG" && \
32713 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
32714 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
32715 ac_status=$?
32716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32717 (exit $ac_status); }; then
32718 pkg_cv_PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
32719 else
32720 pkg_failed=yes
32721 fi
32722 fi
32723 else
32724 pkg_failed=untried
32725 fi
32726 if test -n "$PKG_CONFIG"; then
32727 if test -n "$PANGOXFT_LIBS"; then
32728 pkg_cv_PANGOXFT_LIBS="$PANGOXFT_LIBS"
32729 else
32730 if test -n "$PKG_CONFIG" && \
32731 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
32732 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
32733 ac_status=$?
32734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32735 (exit $ac_status); }; then
32736 pkg_cv_PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
32737 else
32738 pkg_failed=yes
32739 fi
32740 fi
32741 else
32742 pkg_failed=untried
32743 fi
32744
32745
32746
32747 if test $pkg_failed = yes; then
32748
32749 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
32750 _pkg_short_errors_supported=yes
32751 else
32752 _pkg_short_errors_supported=no
32753 fi
32754 if test $_pkg_short_errors_supported = yes; then
32755 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
32756 else
32757 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
32758 fi
32759 # Put the nasty error message in config.log where it belongs
32760 echo "$PANGOXFT_PKG_ERRORS" >&5
32761
32762
32763 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
32764 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
32765
32766
32767 elif test $pkg_failed = untried; then
32768
32769 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
32770 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
32771
32772
32773 else
32774 PANGOXFT_CFLAGS=$pkg_cv_PANGOXFT_CFLAGS
32775 PANGOXFT_LIBS=$pkg_cv_PANGOXFT_LIBS
32776 { echo "$as_me:$LINENO: result: yes" >&5
32777 echo "${ECHO_T}yes" >&6; }
32778
32779 cat >>confdefs.h <<\_ACEOF
32780 #define HAVE_PANGO_XFT 1
32781 _ACEOF
32782
32783 CFLAGS="$PANGOXFT_CFLAGS $CFLAGS"
32784 CXXFLAGS="$PANGOXFT_CFLAGS $CXXFLAGS"
32785 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
32786
32787 fi
32788 save_LIBS="$LIBS"
32789 LIBS="$LIBS $PANGOX_LIBS"
32790
32791 for ac_func in pango_font_family_is_monospace
32792 do
32793 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32794 { echo "$as_me:$LINENO: checking for $ac_func" >&5
32795 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
32796 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
32797 echo $ECHO_N "(cached) $ECHO_C" >&6
32798 else
32799 cat >conftest.$ac_ext <<_ACEOF
32800 /* confdefs.h. */
32801 _ACEOF
32802 cat confdefs.h >>conftest.$ac_ext
32803 cat >>conftest.$ac_ext <<_ACEOF
32804 /* end confdefs.h. */
32805 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32806 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32807 #define $ac_func innocuous_$ac_func
32808
32809 /* System header to define __stub macros and hopefully few prototypes,
32810 which can conflict with char $ac_func (); below.
32811 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32812 <limits.h> exists even on freestanding compilers. */
32813
32814 #ifdef __STDC__
32815 # include <limits.h>
32816 #else
32817 # include <assert.h>
32818 #endif
32819
32820 #undef $ac_func
32821
32822 /* Override any GCC internal prototype to avoid an error.
32823 Use char because int might match the return type of a GCC
32824 builtin and then its argument prototype would still apply. */
32825 #ifdef __cplusplus
32826 extern "C"
32827 #endif
32828 char $ac_func ();
32829 /* The GNU C library defines this for functions which it implements
32830 to always fail with ENOSYS. Some functions are actually named
32831 something starting with __ and the normal name is an alias. */
32832 #if defined __stub_$ac_func || defined __stub___$ac_func
32833 choke me
32834 #endif
32835
32836 int
32837 main ()
32838 {
32839 return $ac_func ();
32840 ;
32841 return 0;
32842 }
32843 _ACEOF
32844 rm -f conftest.$ac_objext conftest$ac_exeext
32845 if { (ac_try="$ac_link"
32846 case "(($ac_try" in
32847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32848 *) ac_try_echo=$ac_try;;
32849 esac
32850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32851 (eval "$ac_link") 2>conftest.er1
32852 ac_status=$?
32853 grep -v '^ *+' conftest.er1 >conftest.err
32854 rm -f conftest.er1
32855 cat conftest.err >&5
32856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32857 (exit $ac_status); } && {
32858 test -z "$ac_c_werror_flag" ||
32859 test ! -s conftest.err
32860 } && test -s conftest$ac_exeext &&
32861 $as_test_x conftest$ac_exeext; then
32862 eval "$as_ac_var=yes"
32863 else
32864 echo "$as_me: failed program was:" >&5
32865 sed 's/^/| /' conftest.$ac_ext >&5
32866
32867 eval "$as_ac_var=no"
32868 fi
32869
32870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32871 conftest$ac_exeext conftest.$ac_ext
32872 fi
32873 ac_res=`eval echo '${'$as_ac_var'}'`
32874 { echo "$as_me:$LINENO: result: $ac_res" >&5
32875 echo "${ECHO_T}$ac_res" >&6; }
32876 if test `eval echo '${'$as_ac_var'}'` = yes; then
32877 cat >>confdefs.h <<_ACEOF
32878 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32879 _ACEOF
32880
32881 fi
32882 done
32883
32884 LIBS="$save_LIBS"
32885 fi
32886
32887 wxUSE_UNIVERSAL="yes"
32888
32889 if test "$wxUSE_NANOX" = "yes"; then
32890 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
32891 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"
32892 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
32893 else
32894 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
32895 fi
32896
32897 TOOLKIT=X11
32898 GUIDIST=X11_DIST
32899 fi
32900
32901 if test "$wxUSE_MOTIF" = 1; then
32902 { echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
32903 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6; }
32904
32905 ac_find_includes=
32906 for ac_dir in $SEARCH_INCLUDE /usr/include;
32907 do
32908 if test -f "$ac_dir/Xm/Xm.h"; then
32909 ac_find_includes=$ac_dir
32910 break
32911 fi
32912 done
32913
32914 if test "$ac_find_includes" != "" ; then
32915 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
32916 echo "${ECHO_T}found in $ac_find_includes" >&6; }
32917
32918 if test "x$ac_find_includes" = "x/usr/include"; then
32919 ac_path_to_include=""
32920 else
32921 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
32922 result=$?
32923 if test $result = 0; then
32924 ac_path_to_include=""
32925 else
32926 ac_path_to_include=" -I$ac_find_includes"
32927 fi
32928 fi
32929
32930 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
32931 else
32932 save_CFLAGS=$CFLAGS
32933 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32934
32935 cat >conftest.$ac_ext <<_ACEOF
32936 /* confdefs.h. */
32937 _ACEOF
32938 cat confdefs.h >>conftest.$ac_ext
32939 cat >>conftest.$ac_ext <<_ACEOF
32940 /* end confdefs.h. */
32941
32942 #include <Xm/Xm.h>
32943
32944 int
32945 main ()
32946 {
32947
32948 int version;
32949 version = xmUseVersion;
32950
32951 ;
32952 return 0;
32953 }
32954 _ACEOF
32955 rm -f conftest.$ac_objext
32956 if { (ac_try="$ac_compile"
32957 case "(($ac_try" in
32958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32959 *) ac_try_echo=$ac_try;;
32960 esac
32961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32962 (eval "$ac_compile") 2>conftest.er1
32963 ac_status=$?
32964 grep -v '^ *+' conftest.er1 >conftest.err
32965 rm -f conftest.er1
32966 cat conftest.err >&5
32967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32968 (exit $ac_status); } && {
32969 test -z "$ac_c_werror_flag" ||
32970 test ! -s conftest.err
32971 } && test -s conftest.$ac_objext; then
32972
32973 { echo "$as_me:$LINENO: result: found in default search path" >&5
32974 echo "${ECHO_T}found in default search path" >&6; }
32975 COMPILED_X_PROGRAM=1
32976
32977 else
32978 echo "$as_me: failed program was:" >&5
32979 sed 's/^/| /' conftest.$ac_ext >&5
32980
32981
32982 { echo "$as_me:$LINENO: result: no" >&5
32983 echo "${ECHO_T}no" >&6; }
32984 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
32985 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
32986 { (exit 1); exit 1; }; }
32987
32988
32989 fi
32990
32991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32992
32993 CFLAGS=$save_CFLAGS
32994 fi
32995
32996
32997 { echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
32998 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6; }
32999
33000 ac_find_libraries=
33001 for ac_dir in $SEARCH_LIB;
33002 do
33003 for ac_extension in a so sl dylib dll.a; do
33004 if test -f "$ac_dir/libXm.$ac_extension"; then
33005 ac_find_libraries=$ac_dir
33006 break 2
33007 fi
33008 done
33009 done
33010
33011
33012 if test "x$ac_find_libraries" != "x" ; then
33013 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
33014 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
33015
33016
33017 if test "$ac_find_libraries" = "default location"; then
33018 ac_path_to_link=""
33019 else
33020 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
33021 result=$?
33022 if test $result = 0; then
33023 ac_path_to_link=""
33024 else
33025 ac_path_to_link=" -L$ac_find_libraries"
33026 fi
33027 fi
33028
33029 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
33030 else
33031 save_CFLAGS=$CFLAGS
33032 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33033 save_LIBS="$LIBS"
33034 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
33035
33036 cat >conftest.$ac_ext <<_ACEOF
33037 /* confdefs.h. */
33038 _ACEOF
33039 cat confdefs.h >>conftest.$ac_ext
33040 cat >>conftest.$ac_ext <<_ACEOF
33041 /* end confdefs.h. */
33042
33043 #include <Xm/Xm.h>
33044
33045 int
33046 main ()
33047 {
33048
33049 int version;
33050 version = xmUseVersion;
33051
33052 ;
33053 return 0;
33054 }
33055 _ACEOF
33056 rm -f conftest.$ac_objext conftest$ac_exeext
33057 if { (ac_try="$ac_link"
33058 case "(($ac_try" in
33059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33060 *) ac_try_echo=$ac_try;;
33061 esac
33062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33063 (eval "$ac_link") 2>conftest.er1
33064 ac_status=$?
33065 grep -v '^ *+' conftest.er1 >conftest.err
33066 rm -f conftest.er1
33067 cat conftest.err >&5
33068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33069 (exit $ac_status); } && {
33070 test -z "$ac_c_werror_flag" ||
33071 test ! -s conftest.err
33072 } && test -s conftest$ac_exeext &&
33073 $as_test_x conftest$ac_exeext; then
33074
33075 { echo "$as_me:$LINENO: result: found in default search path" >&5
33076 echo "${ECHO_T}found in default search path" >&6; }
33077 COMPILED_X_PROGRAM=1
33078
33079 else
33080 echo "$as_me: failed program was:" >&5
33081 sed 's/^/| /' conftest.$ac_ext >&5
33082
33083
33084 { echo "$as_me:$LINENO: result: no" >&5
33085 echo "${ECHO_T}no" >&6; }
33086 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
33087 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
33088 { (exit 1); exit 1; }; }
33089
33090
33091 fi
33092
33093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33094 conftest$ac_exeext conftest.$ac_ext
33095
33096 CFLAGS=$save_CFLAGS
33097 LIBS="$save_LIBS"
33098 fi
33099
33100 { echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
33101 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6; }
33102 libp_link=""
33103 libsm_ice_link=""
33104 libs_found=0
33105 for libp in "" " -lXp"; do
33106 if test "$libs_found" = 0; then
33107 for libsm_ice in "" " -lSM -lICE"; do
33108 if test "$libs_found" = 0; then
33109 save_LIBS="$LIBS"
33110 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
33111 save_CFLAGS=$CFLAGS
33112 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33113
33114 cat >conftest.$ac_ext <<_ACEOF
33115 /* confdefs.h. */
33116 _ACEOF
33117 cat confdefs.h >>conftest.$ac_ext
33118 cat >>conftest.$ac_ext <<_ACEOF
33119 /* end confdefs.h. */
33120
33121 #include <Xm/Xm.h>
33122 #include <Xm/List.h>
33123
33124 int
33125 main ()
33126 {
33127
33128 XmString string = NULL;
33129 Widget w = NULL;
33130 int position = 0;
33131 XmListAddItem(w, string, position);
33132
33133 ;
33134 return 0;
33135 }
33136 _ACEOF
33137 rm -f conftest.$ac_objext conftest$ac_exeext
33138 if { (ac_try="$ac_link"
33139 case "(($ac_try" in
33140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33141 *) ac_try_echo=$ac_try;;
33142 esac
33143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33144 (eval "$ac_link") 2>conftest.er1
33145 ac_status=$?
33146 grep -v '^ *+' conftest.er1 >conftest.err
33147 rm -f conftest.er1
33148 cat conftest.err >&5
33149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33150 (exit $ac_status); } && {
33151 test -z "$ac_c_werror_flag" ||
33152 test ! -s conftest.err
33153 } && test -s conftest$ac_exeext &&
33154 $as_test_x conftest$ac_exeext; then
33155
33156 libp_link="$libp"
33157 libsm_ice_link="$libsm_ice"
33158 { echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
33159 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6; }
33160 libs_found=1
33161
33162 else
33163 echo "$as_me: failed program was:" >&5
33164 sed 's/^/| /' conftest.$ac_ext >&5
33165
33166
33167
33168 fi
33169
33170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33171 conftest$ac_exeext conftest.$ac_ext
33172
33173 LIBS="$save_LIBS"
33174 CFLAGS=$save_CFLAGS
33175 fi
33176 done
33177 fi
33178 done
33179
33180 if test "$libs_found" = 0; then
33181 { echo "$as_me:$LINENO: result: can't find the right libraries" >&5
33182 echo "${ECHO_T}can't find the right libraries" >&6; }
33183 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
33184 echo "$as_me: error: can't link a simple motif program" >&2;}
33185 { (exit 1); exit 1; }; }
33186 fi
33187
33188 { echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
33189 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6; }
33190 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
33191 echo $ECHO_N "(cached) $ECHO_C" >&6
33192 else
33193 ac_check_lib_save_LIBS=$LIBS
33194 LIBS="-lSgm $LIBS"
33195 cat >conftest.$ac_ext <<_ACEOF
33196 /* confdefs.h. */
33197 _ACEOF
33198 cat confdefs.h >>conftest.$ac_ext
33199 cat >>conftest.$ac_ext <<_ACEOF
33200 /* end confdefs.h. */
33201
33202 /* Override any GCC internal prototype to avoid an error.
33203 Use char because int might match the return type of a GCC
33204 builtin and then its argument prototype would still apply. */
33205 #ifdef __cplusplus
33206 extern "C"
33207 #endif
33208 char SgCreateList ();
33209 int
33210 main ()
33211 {
33212 return SgCreateList ();
33213 ;
33214 return 0;
33215 }
33216 _ACEOF
33217 rm -f conftest.$ac_objext conftest$ac_exeext
33218 if { (ac_try="$ac_link"
33219 case "(($ac_try" in
33220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33221 *) ac_try_echo=$ac_try;;
33222 esac
33223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33224 (eval "$ac_link") 2>conftest.er1
33225 ac_status=$?
33226 grep -v '^ *+' conftest.er1 >conftest.err
33227 rm -f conftest.er1
33228 cat conftest.err >&5
33229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33230 (exit $ac_status); } && {
33231 test -z "$ac_c_werror_flag" ||
33232 test ! -s conftest.err
33233 } && test -s conftest$ac_exeext &&
33234 $as_test_x conftest$ac_exeext; then
33235 ac_cv_lib_Sgm_SgCreateList=yes
33236 else
33237 echo "$as_me: failed program was:" >&5
33238 sed 's/^/| /' conftest.$ac_ext >&5
33239
33240 ac_cv_lib_Sgm_SgCreateList=no
33241 fi
33242
33243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33244 conftest$ac_exeext conftest.$ac_ext
33245 LIBS=$ac_check_lib_save_LIBS
33246 fi
33247 { echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
33248 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6; }
33249 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
33250 libsgm_link=" -lSgm"
33251 fi
33252
33253
33254 save_CFLAGS=$CFLAGS
33255 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33256
33257 { echo "$as_me:$LINENO: checking for Motif 2" >&5
33258 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6; }
33259 if test "${wx_cv_lib_motif2+set}" = set; then
33260 echo $ECHO_N "(cached) $ECHO_C" >&6
33261 else
33262 cat >conftest.$ac_ext <<_ACEOF
33263 /* confdefs.h. */
33264 _ACEOF
33265 cat confdefs.h >>conftest.$ac_ext
33266 cat >>conftest.$ac_ext <<_ACEOF
33267 /* end confdefs.h. */
33268
33269 #include <Xm/Xm.h>
33270
33271 int
33272 main ()
33273 {
33274
33275 #if XmVersion < 2000
33276 Not Motif 2
33277 #endif
33278
33279 ;
33280 return 0;
33281 }
33282 _ACEOF
33283 rm -f conftest.$ac_objext
33284 if { (ac_try="$ac_compile"
33285 case "(($ac_try" in
33286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33287 *) ac_try_echo=$ac_try;;
33288 esac
33289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33290 (eval "$ac_compile") 2>conftest.er1
33291 ac_status=$?
33292 grep -v '^ *+' conftest.er1 >conftest.err
33293 rm -f conftest.er1
33294 cat conftest.err >&5
33295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33296 (exit $ac_status); } && {
33297 test -z "$ac_c_werror_flag" ||
33298 test ! -s conftest.err
33299 } && test -s conftest.$ac_objext; then
33300 wx_cv_lib_motif2="yes"
33301 else
33302 echo "$as_me: failed program was:" >&5
33303 sed 's/^/| /' conftest.$ac_ext >&5
33304
33305 wx_cv_lib_motif2="no"
33306 fi
33307
33308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33309 fi
33310 { echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
33311 echo "${ECHO_T}$wx_cv_lib_motif2" >&6; }
33312 if test "$wx_cv_lib_motif2" = "yes"; then
33313 cat >>confdefs.h <<\_ACEOF
33314 #define __WXMOTIF20__ 1
33315 _ACEOF
33316
33317 else
33318 cat >>confdefs.h <<\_ACEOF
33319 #define __WXMOTIF20__ 0
33320 _ACEOF
33321
33322 fi
33323
33324 { echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
33325 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6; }
33326 if test "${wx_cv_lib_lesstif+set}" = set; then
33327 echo $ECHO_N "(cached) $ECHO_C" >&6
33328 else
33329 cat >conftest.$ac_ext <<_ACEOF
33330 /* confdefs.h. */
33331 _ACEOF
33332 cat confdefs.h >>conftest.$ac_ext
33333 cat >>conftest.$ac_ext <<_ACEOF
33334 /* end confdefs.h. */
33335
33336 #include <Xm/Xm.h>
33337
33338 int
33339 main ()
33340 {
33341
33342 #if !defined(LesstifVersion) || LesstifVersion <= 0
33343 Not Lesstif
33344 #endif
33345
33346 ;
33347 return 0;
33348 }
33349 _ACEOF
33350 rm -f conftest.$ac_objext
33351 if { (ac_try="$ac_compile"
33352 case "(($ac_try" in
33353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33354 *) ac_try_echo=$ac_try;;
33355 esac
33356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33357 (eval "$ac_compile") 2>conftest.er1
33358 ac_status=$?
33359 grep -v '^ *+' conftest.er1 >conftest.err
33360 rm -f conftest.er1
33361 cat conftest.err >&5
33362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33363 (exit $ac_status); } && {
33364 test -z "$ac_c_werror_flag" ||
33365 test ! -s conftest.err
33366 } && test -s conftest.$ac_objext; then
33367 wx_cv_lib_lesstif="yes"
33368 else
33369 echo "$as_me: failed program was:" >&5
33370 sed 's/^/| /' conftest.$ac_ext >&5
33371
33372 wx_cv_lib_lesstif="no"
33373 fi
33374
33375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33376
33377 fi
33378 { echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
33379 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6; }
33380 if test "$wx_cv_lib_lesstif" = "yes"; then
33381 cat >>confdefs.h <<\_ACEOF
33382 #define __WXLESSTIF__ 1
33383 _ACEOF
33384
33385 else
33386 cat >>confdefs.h <<\_ACEOF
33387 #define __WXLESSTIF__ 0
33388 _ACEOF
33389
33390 fi
33391
33392 CFLAGS=$save_CFLAGS
33393
33394 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
33395 TOOLKIT=MOTIF
33396 GUIDIST=MOTIF_DIST
33397 fi
33398
33399 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
33400 if test "$wxUSE_LIBXPM" = "sys"; then
33401 { echo "$as_me:$LINENO: checking for Xpm library" >&5
33402 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6; }
33403
33404 ac_find_libraries=
33405 for ac_dir in $SEARCH_LIB;
33406 do
33407 for ac_extension in a so sl dylib dll.a; do
33408 if test -f "$ac_dir/libXpm.$ac_extension"; then
33409 ac_find_libraries=$ac_dir
33410 break 2
33411 fi
33412 done
33413 done
33414
33415 if test "$ac_find_libraries" != "" ; then
33416
33417 if test "$ac_find_libraries" = "default location"; then
33418 ac_path_to_link=""
33419 else
33420 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
33421 result=$?
33422 if test $result = 0; then
33423 ac_path_to_link=""
33424 else
33425 ac_path_to_link=" -L$ac_find_libraries"
33426 fi
33427 fi
33428
33429 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
33430 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
33431 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
33432
33433 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
33434 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
33435 if test "${wx_cv_x11_xpm_h+set}" = set; then
33436 echo $ECHO_N "(cached) $ECHO_C" >&6
33437 else
33438
33439 save_CFLAGS=$CFLAGS
33440 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33441
33442 cat >conftest.$ac_ext <<_ACEOF
33443 /* confdefs.h. */
33444 _ACEOF
33445 cat confdefs.h >>conftest.$ac_ext
33446 cat >>conftest.$ac_ext <<_ACEOF
33447 /* end confdefs.h. */
33448
33449 #include <X11/xpm.h>
33450
33451 int
33452 main ()
33453 {
33454
33455 int version;
33456 version = XpmLibraryVersion();
33457
33458 ;
33459 return 0;
33460 }
33461 _ACEOF
33462 rm -f conftest.$ac_objext
33463 if { (ac_try="$ac_compile"
33464 case "(($ac_try" in
33465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33466 *) ac_try_echo=$ac_try;;
33467 esac
33468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33469 (eval "$ac_compile") 2>conftest.er1
33470 ac_status=$?
33471 grep -v '^ *+' conftest.er1 >conftest.err
33472 rm -f conftest.er1
33473 cat conftest.err >&5
33474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33475 (exit $ac_status); } && {
33476 test -z "$ac_c_werror_flag" ||
33477 test ! -s conftest.err
33478 } && test -s conftest.$ac_objext; then
33479 wx_cv_x11_xpm_h=yes
33480 else
33481 echo "$as_me: failed program was:" >&5
33482 sed 's/^/| /' conftest.$ac_ext >&5
33483
33484 wx_cv_x11_xpm_h=no
33485
33486 fi
33487
33488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33489
33490 CFLAGS=$save_CFLAGS
33491
33492
33493 fi
33494 { echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
33495 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6; }
33496
33497 if test $wx_cv_x11_xpm_h = "yes"; then
33498 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
33499 cat >>confdefs.h <<\_ACEOF
33500 #define wxHAVE_LIB_XPM 1
33501 _ACEOF
33502
33503 else
33504 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
33505 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
33506 fi
33507 fi
33508
33509 fi
33510
33511 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
33512 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
33513 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
33514 echo $ECHO_N "(cached) $ECHO_C" >&6
33515 else
33516 ac_check_lib_save_LIBS=$LIBS
33517 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
33518 cat >conftest.$ac_ext <<_ACEOF
33519 /* confdefs.h. */
33520 _ACEOF
33521 cat confdefs.h >>conftest.$ac_ext
33522 cat >>conftest.$ac_ext <<_ACEOF
33523 /* end confdefs.h. */
33524
33525 /* Override any GCC internal prototype to avoid an error.
33526 Use char because int might match the return type of a GCC
33527 builtin and then its argument prototype would still apply. */
33528 #ifdef __cplusplus
33529 extern "C"
33530 #endif
33531 char XShapeQueryExtension ();
33532 int
33533 main ()
33534 {
33535 return XShapeQueryExtension ();
33536 ;
33537 return 0;
33538 }
33539 _ACEOF
33540 rm -f conftest.$ac_objext conftest$ac_exeext
33541 if { (ac_try="$ac_link"
33542 case "(($ac_try" in
33543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33544 *) ac_try_echo=$ac_try;;
33545 esac
33546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33547 (eval "$ac_link") 2>conftest.er1
33548 ac_status=$?
33549 grep -v '^ *+' conftest.er1 >conftest.err
33550 rm -f conftest.er1
33551 cat conftest.err >&5
33552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33553 (exit $ac_status); } && {
33554 test -z "$ac_c_werror_flag" ||
33555 test ! -s conftest.err
33556 } && test -s conftest$ac_exeext &&
33557 $as_test_x conftest$ac_exeext; then
33558 ac_cv_lib_Xext_XShapeQueryExtension=yes
33559 else
33560 echo "$as_me: failed program was:" >&5
33561 sed 's/^/| /' conftest.$ac_ext >&5
33562
33563 ac_cv_lib_Xext_XShapeQueryExtension=no
33564 fi
33565
33566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33567 conftest$ac_exeext conftest.$ac_ext
33568 LIBS=$ac_check_lib_save_LIBS
33569 fi
33570 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
33571 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
33572 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
33573
33574 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
33575 wxHAVE_XEXT_LIB=1
33576
33577 fi
33578
33579
33580 if test "$wxHAVE_XEXT_LIB" = 1; then
33581 save_CFLAGS="$CFLAGS"
33582 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33583
33584 { echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
33585 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6; }
33586 cat >conftest.$ac_ext <<_ACEOF
33587 /* confdefs.h. */
33588 _ACEOF
33589 cat confdefs.h >>conftest.$ac_ext
33590 cat >>conftest.$ac_ext <<_ACEOF
33591 /* end confdefs.h. */
33592
33593 #include <X11/Xlib.h>
33594 #include <X11/extensions/shape.h>
33595
33596 int
33597 main ()
33598 {
33599
33600 int dummy1, dummy2;
33601 XShapeQueryExtension((Display*)NULL,
33602 (int*)NULL, (int*)NULL);
33603
33604 ;
33605 return 0;
33606 }
33607 _ACEOF
33608 rm -f conftest.$ac_objext
33609 if { (ac_try="$ac_compile"
33610 case "(($ac_try" in
33611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33612 *) ac_try_echo=$ac_try;;
33613 esac
33614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33615 (eval "$ac_compile") 2>conftest.er1
33616 ac_status=$?
33617 grep -v '^ *+' conftest.er1 >conftest.err
33618 rm -f conftest.er1
33619 cat conftest.err >&5
33620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33621 (exit $ac_status); } && {
33622 test -z "$ac_c_werror_flag" ||
33623 test ! -s conftest.err
33624 } && test -s conftest.$ac_objext; then
33625
33626 cat >>confdefs.h <<\_ACEOF
33627 #define HAVE_XSHAPE 1
33628 _ACEOF
33629
33630 { echo "$as_me:$LINENO: result: found" >&5
33631 echo "${ECHO_T}found" >&6; }
33632
33633 else
33634 echo "$as_me: failed program was:" >&5
33635 sed 's/^/| /' conftest.$ac_ext >&5
33636
33637
33638 { echo "$as_me:$LINENO: result: not found" >&5
33639 echo "${ECHO_T}not found" >&6; }
33640
33641 fi
33642
33643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33644 CFLAGS="$save_CFLAGS"
33645
33646 fi
33647 fi
33648
33649 if test "$wxUSE_OSX_CARBON" = 1; then
33650 { echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
33651 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6; }
33652 if test "$GCC" = yes; then
33653 { echo "$as_me:$LINENO: result: gcc" >&5
33654 echo "${ECHO_T}gcc" >&6; }
33655 CPPFLAGS_PASCAL="-fpascal-strings"
33656 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
33657 { echo "$as_me:$LINENO: result: xlc" >&5
33658 echo "${ECHO_T}xlc" >&6; }
33659 CPPFLAGS_PASCAL="-qmacpstr"
33660 else
33661 { echo "$as_me:$LINENO: result: none" >&5
33662 echo "${ECHO_T}none" >&6; }
33663 fi
33664
33665 if test "x$wxUSE_UNIX" = "xyes"; then
33666 CPPFLAGS="$CPPFLAGS_PASCAL -I/Developer/Headers/FlatCarbon $CPPFLAGS"
33667 else
33668 CPPFLAGS="$CPPFLAGS_PASCAL -DTARGET_CARBON $CPPFLAGS"
33669 fi
33670
33671 TOOLKIT=OSX_CARBON
33672 GUIDIST=OSX_CARBON_DIST
33673 WXBASEPORT="_carbon"
33674
33675 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
33676 fi
33677
33678 if test "$wxUSE_OSX_COCOA" = 1; then
33679 TOOLKIT=OSX_COCOA
33680 GUIDIST=OSX_COCOA_DIST
33681
33682 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
33683 fi
33684
33685 if test "$wxUSE_OSX_IPHONE" = 1; then
33686 TOOLKIT=OSX_IPHONE
33687 fi
33688
33689 if test "$wxUSE_OLD_COCOA" = 1; then
33690 TOOLKIT=COCOA
33691 GUIDIST=COCOA_DIST
33692 fi
33693
33694 if test "$wxUSE_PM" = 1; then
33695 TOOLKIT=PM
33696 GUIDIST=PM_DIST
33697 { echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
33698 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6; }
33699 if test "${wx_cv_spbcdata+set}" = set; then
33700 echo $ECHO_N "(cached) $ECHO_C" >&6
33701 else
33702
33703 cat >conftest.$ac_ext <<_ACEOF
33704 /* confdefs.h. */
33705 _ACEOF
33706 cat confdefs.h >>conftest.$ac_ext
33707 cat >>conftest.$ac_ext <<_ACEOF
33708 /* end confdefs.h. */
33709
33710 #define INCL_PM
33711 #include <os2.h>
33712
33713 int
33714 main ()
33715 {
33716
33717 SPBCDATA test;
33718
33719 ;
33720 return 0;
33721 }
33722 _ACEOF
33723 rm -f conftest.$ac_objext
33724 if { (ac_try="$ac_compile"
33725 case "(($ac_try" in
33726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33727 *) ac_try_echo=$ac_try;;
33728 esac
33729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33730 (eval "$ac_compile") 2>conftest.er1
33731 ac_status=$?
33732 grep -v '^ *+' conftest.er1 >conftest.err
33733 rm -f conftest.er1
33734 cat conftest.err >&5
33735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33736 (exit $ac_status); } && {
33737 test -z "$ac_c_werror_flag" ||
33738 test ! -s conftest.err
33739 } && test -s conftest.$ac_objext; then
33740 wx_cv_spbcdata=yes
33741 else
33742 echo "$as_me: failed program was:" >&5
33743 sed 's/^/| /' conftest.$ac_ext >&5
33744
33745 wx_cv_spbcdata=no
33746
33747 fi
33748
33749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33750
33751
33752 fi
33753 { echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
33754 echo "${ECHO_T}$wx_cv_spbcdata" >&6; }
33755
33756 if test $wx_cv_spbcdata = "yes"; then
33757 cat >>confdefs.h <<\_ACEOF
33758 #define HAVE_SPBCDATA 1
33759 _ACEOF
33760
33761 fi
33762 fi
33763
33764 if test "$TOOLKIT" = "PM" ; then
33765 TOOLKIT_DIR="os2"
33766 else
33767 TOOLKIT_DIR=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
33768 fi
33769
33770 if test "$wxUSE_UNIVERSAL" = "yes"; then
33771 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
33772 WIDGET_SET=univ
33773 fi
33774
33775 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
33776 DISTDIR="wx\$(TOOLKIT)"
33777 else
33778 USE_GUI=0
33779
33780 TOOLKIT_DIR="base"
33781
33782 if test "$USE_WIN32" = 1 ; then
33783 TOOLKIT="MSW"
33784 fi
33785
33786 GUIDIST="BASE_DIST"
33787 DISTDIR="wxBase"
33788 fi
33789
33790
33791
33792 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
33793 if test "$USE_UNIX" = 1 -a "$wxUSE_DARWIN" != 1 ; then
33794 wxUSE_UNICODE_UTF8=yes
33795 elif test "$USE_OS2" = 1 ; then
33796 wxUSE_UNICODE_UTF8=yes
33797 else
33798 wxUSE_UNICODE_UTF8=no
33799 fi
33800 fi
33801
33802
33803 if test "$wxUSE_GUI" = "yes"; then
33804 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
33805
33806 for ac_header in X11/Xlib.h
33807 do
33808 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33809 { echo "$as_me:$LINENO: checking for $ac_header" >&5
33810 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
33811 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33812 echo $ECHO_N "(cached) $ECHO_C" >&6
33813 else
33814 cat >conftest.$ac_ext <<_ACEOF
33815 /* confdefs.h. */
33816 _ACEOF
33817 cat confdefs.h >>conftest.$ac_ext
33818 cat >>conftest.$ac_ext <<_ACEOF
33819 /* end confdefs.h. */
33820
33821
33822 #include <$ac_header>
33823 _ACEOF
33824 rm -f conftest.$ac_objext
33825 if { (ac_try="$ac_compile"
33826 case "(($ac_try" in
33827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33828 *) ac_try_echo=$ac_try;;
33829 esac
33830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33831 (eval "$ac_compile") 2>conftest.er1
33832 ac_status=$?
33833 grep -v '^ *+' conftest.er1 >conftest.err
33834 rm -f conftest.er1
33835 cat conftest.err >&5
33836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33837 (exit $ac_status); } && {
33838 test -z "$ac_c_werror_flag" ||
33839 test ! -s conftest.err
33840 } && test -s conftest.$ac_objext; then
33841 eval "$as_ac_Header=yes"
33842 else
33843 echo "$as_me: failed program was:" >&5
33844 sed 's/^/| /' conftest.$ac_ext >&5
33845
33846 eval "$as_ac_Header=no"
33847 fi
33848
33849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33850 fi
33851 ac_res=`eval echo '${'$as_ac_Header'}'`
33852 { echo "$as_me:$LINENO: result: $ac_res" >&5
33853 echo "${ECHO_T}$ac_res" >&6; }
33854 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33855 cat >>confdefs.h <<_ACEOF
33856 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33857 _ACEOF
33858
33859 fi
33860
33861 done
33862
33863
33864 for ac_header in X11/XKBlib.h
33865 do
33866 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33867 { echo "$as_me:$LINENO: checking for $ac_header" >&5
33868 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
33869 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33870 echo $ECHO_N "(cached) $ECHO_C" >&6
33871 else
33872 cat >conftest.$ac_ext <<_ACEOF
33873 /* confdefs.h. */
33874 _ACEOF
33875 cat confdefs.h >>conftest.$ac_ext
33876 cat >>conftest.$ac_ext <<_ACEOF
33877 /* end confdefs.h. */
33878
33879 #if HAVE_X11_XLIB_H
33880 #include <X11/Xlib.h>
33881 #endif
33882
33883
33884 #include <$ac_header>
33885 _ACEOF
33886 rm -f conftest.$ac_objext
33887 if { (ac_try="$ac_compile"
33888 case "(($ac_try" in
33889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33890 *) ac_try_echo=$ac_try;;
33891 esac
33892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33893 (eval "$ac_compile") 2>conftest.er1
33894 ac_status=$?
33895 grep -v '^ *+' conftest.er1 >conftest.err
33896 rm -f conftest.er1
33897 cat conftest.err >&5
33898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33899 (exit $ac_status); } && {
33900 test -z "$ac_c_werror_flag" ||
33901 test ! -s conftest.err
33902 } && test -s conftest.$ac_objext; then
33903 eval "$as_ac_Header=yes"
33904 else
33905 echo "$as_me: failed program was:" >&5
33906 sed 's/^/| /' conftest.$ac_ext >&5
33907
33908 eval "$as_ac_Header=no"
33909 fi
33910
33911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33912 fi
33913 ac_res=`eval echo '${'$as_ac_Header'}'`
33914 { echo "$as_me:$LINENO: result: $ac_res" >&5
33915 echo "${ECHO_T}$ac_res" >&6; }
33916 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33917 cat >>confdefs.h <<_ACEOF
33918 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33919 _ACEOF
33920
33921 fi
33922
33923 done
33924
33925 fi
33926 fi
33927
33928
33929
33930 USE_XINERAMA=0
33931 if test "$wxUSE_DISPLAY" = "yes"; then
33932 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK1" = 1; then
33933 { echo "$as_me:$LINENO: checking for Xinerama" >&5
33934 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6; }
33935
33936 ac_find_libraries=
33937 for ac_dir in $SEARCH_LIB;
33938 do
33939 for ac_extension in a so sl dylib dll.a; do
33940 if test -f "$ac_dir/libXinerama.$ac_extension"; then
33941 ac_find_libraries=$ac_dir
33942 break 2
33943 fi
33944 done
33945 done
33946
33947 if test "$ac_find_libraries" != "" ; then
33948
33949 if test "$ac_find_libraries" = "default location"; then
33950 ac_path_to_link=""
33951 else
33952 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33953 result=$?
33954 if test $result = 0; then
33955 ac_path_to_link=""
33956 else
33957 ac_path_to_link=" -L$ac_find_libraries"
33958 fi
33959 fi
33960
33961 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33962 LDFLAGS="$LDFLAGS $ac_path_to_link"
33963 fi
33964 USE_XINERAMA=1
33965 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
33966 { echo "$as_me:$LINENO: result: yes" >&5
33967 echo "${ECHO_T}yes" >&6; }
33968 else
33969 { echo "$as_me:$LINENO: result: no" >&5
33970 echo "${ECHO_T}no" >&6; }
33971 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
33972 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
33973 wxUSE_DISPLAY="no"
33974 fi
33975 elif test "$wxUSE_MSW" = 1; then
33976 { echo "$as_me:$LINENO: checking for ddraw.h" >&5
33977 echo $ECHO_N "checking for ddraw.h... $ECHO_C" >&6; }
33978 if test "${ac_cv_header_ddraw_h+set}" = set; then
33979 echo $ECHO_N "(cached) $ECHO_C" >&6
33980 else
33981 cat >conftest.$ac_ext <<_ACEOF
33982 /* confdefs.h. */
33983 _ACEOF
33984 cat confdefs.h >>conftest.$ac_ext
33985 cat >>conftest.$ac_ext <<_ACEOF
33986 /* end confdefs.h. */
33987 #include <windows.h>
33988
33989 #include <ddraw.h>
33990 _ACEOF
33991 rm -f conftest.$ac_objext
33992 if { (ac_try="$ac_compile"
33993 case "(($ac_try" in
33994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33995 *) ac_try_echo=$ac_try;;
33996 esac
33997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33998 (eval "$ac_compile") 2>conftest.er1
33999 ac_status=$?
34000 grep -v '^ *+' conftest.er1 >conftest.err
34001 rm -f conftest.er1
34002 cat conftest.err >&5
34003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34004 (exit $ac_status); } && {
34005 test -z "$ac_c_werror_flag" ||
34006 test ! -s conftest.err
34007 } && test -s conftest.$ac_objext; then
34008 ac_cv_header_ddraw_h=yes
34009 else
34010 echo "$as_me: failed program was:" >&5
34011 sed 's/^/| /' conftest.$ac_ext >&5
34012
34013 ac_cv_header_ddraw_h=no
34014 fi
34015
34016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34017 fi
34018 { echo "$as_me:$LINENO: result: $ac_cv_header_ddraw_h" >&5
34019 echo "${ECHO_T}$ac_cv_header_ddraw_h" >&6; }
34020
34021
34022 fi
34023 fi
34024
34025 if test "$wxUSE_DISPLAY" = "yes"; then
34026 if test "$USE_XINERAMA" = 1 -o "$wxUSE_GTK" = 1; then
34027 { echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
34028 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6; }
34029
34030 ac_find_libraries=
34031 for ac_dir in $SEARCH_LIB;
34032 do
34033 for ac_extension in a so sl dylib dll.a; do
34034 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
34035 ac_find_libraries=$ac_dir
34036 break 2
34037 fi
34038 done
34039 done
34040
34041 if test "$ac_find_libraries" != "" ; then
34042 { echo "$as_me:$LINENO: result: yes" >&5
34043 echo "${ECHO_T}yes" >&6; }
34044
34045 for ac_header in X11/extensions/xf86vmode.h
34046 do
34047 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34048 { echo "$as_me:$LINENO: checking for $ac_header" >&5
34049 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
34050 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
34051 echo $ECHO_N "(cached) $ECHO_C" >&6
34052 else
34053 cat >conftest.$ac_ext <<_ACEOF
34054 /* confdefs.h. */
34055 _ACEOF
34056 cat confdefs.h >>conftest.$ac_ext
34057 cat >>conftest.$ac_ext <<_ACEOF
34058 /* end confdefs.h. */
34059
34060 #if HAVE_X11_XLIB_H
34061 #include <X11/Xlib.h>
34062 #endif
34063
34064
34065 #include <$ac_header>
34066 _ACEOF
34067 rm -f conftest.$ac_objext
34068 if { (ac_try="$ac_compile"
34069 case "(($ac_try" in
34070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34071 *) ac_try_echo=$ac_try;;
34072 esac
34073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34074 (eval "$ac_compile") 2>conftest.er1
34075 ac_status=$?
34076 grep -v '^ *+' conftest.er1 >conftest.err
34077 rm -f conftest.er1
34078 cat conftest.err >&5
34079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34080 (exit $ac_status); } && {
34081 test -z "$ac_c_werror_flag" ||
34082 test ! -s conftest.err
34083 } && test -s conftest.$ac_objext; then
34084 eval "$as_ac_Header=yes"
34085 else
34086 echo "$as_me: failed program was:" >&5
34087 sed 's/^/| /' conftest.$ac_ext >&5
34088
34089 eval "$as_ac_Header=no"
34090 fi
34091
34092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34093 fi
34094 ac_res=`eval echo '${'$as_ac_Header'}'`
34095 { echo "$as_me:$LINENO: result: $ac_res" >&5
34096 echo "${ECHO_T}$ac_res" >&6; }
34097 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34098 cat >>confdefs.h <<_ACEOF
34099 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34100 _ACEOF
34101
34102 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
34103
34104 fi
34105
34106 done
34107
34108 else
34109 { echo "$as_me:$LINENO: result: no" >&5
34110 echo "${ECHO_T}no" >&6; }
34111 fi
34112 fi
34113 fi
34114
34115 if test "$wxUSE_DETECT_SM" = "yes"; then
34116 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1; then
34117 { echo "$as_me:$LINENO: checking for -lSM - X11 session management" >&5
34118 echo $ECHO_N "checking for -lSM - X11 session management... $ECHO_C" >&6; }
34119
34120 ac_find_libraries=
34121 for ac_dir in $SEARCH_LIB;
34122 do
34123 for ac_extension in a so sl dylib dll.a; do
34124 if test -f "$ac_dir/libSM.$ac_extension"; then
34125 ac_find_libraries=$ac_dir
34126 break 2
34127 fi
34128 done
34129 done
34130
34131 if test "$ac_find_libraries" != "" ; then
34132
34133 if test "$ac_find_libraries" = "default location"; then
34134 ac_path_to_link=""
34135 else
34136 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34137 result=$?
34138 if test $result = 0; then
34139 ac_path_to_link=""
34140 else
34141 ac_path_to_link=" -L$ac_find_libraries"
34142 fi
34143 fi
34144
34145 if test "$ac_path_to_link" != " -L/usr/lib" ; then
34146 LDFLAGS="$LDFLAGS $ac_path_to_link"
34147 fi
34148 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lSM"
34149 { echo "$as_me:$LINENO: result: yes" >&5
34150 echo "${ECHO_T}yes" >&6; }
34151 else
34152 { echo "$as_me:$LINENO: result: no" >&5
34153 echo "${ECHO_T}no" >&6; }
34154 { echo "$as_me:$LINENO: WARNING: libSM not found; disabling session management detection" >&5
34155 echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
34156 wxUSE_DETECT_SM="no"
34157 fi
34158 else
34159 wxUSE_DETECT_SM="no"
34160 fi
34161 fi
34162
34163
34164
34165 USE_OPENGL=0
34166 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
34167
34168
34169 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
34170 OPENGL_LIBS="-framework OpenGL -framework AGL"
34171 elif test "$wxUSE_MSW" = 1; then
34172 OPENGL_LIBS="-lopengl32 -lglu32"
34173 elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK2" = 1 -o "$wxUSE_GTK" = 1; then
34174
34175 { echo "$as_me:$LINENO: checking for OpenGL headers" >&5
34176 echo $ECHO_N "checking for OpenGL headers... $ECHO_C" >&6; }
34177
34178 ac_find_includes=
34179 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include;
34180 do
34181 if test -f "$ac_dir/GL/gl.h"; then
34182 ac_find_includes=$ac_dir
34183 break
34184 fi
34185 done
34186
34187 if test "$ac_find_includes" != "" ; then
34188 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
34189 echo "${ECHO_T}found in $ac_find_includes" >&6; }
34190
34191 if test "x$ac_find_includes" = "x/usr/include"; then
34192 ac_path_to_include=""
34193 else
34194 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
34195 result=$?
34196 if test $result = 0; then
34197 ac_path_to_include=""
34198 else
34199 ac_path_to_include=" -I$ac_find_includes"
34200 fi
34201 fi
34202
34203 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
34204 else
34205 { echo "$as_me:$LINENO: result: not found" >&5
34206 echo "${ECHO_T}not found" >&6; }
34207 fi
34208
34209 { echo "$as_me:$LINENO: checking for GL/gl.h" >&5
34210 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6; }
34211 if test "${ac_cv_header_GL_gl_h+set}" = set; then
34212 echo $ECHO_N "(cached) $ECHO_C" >&6
34213 else
34214 cat >conftest.$ac_ext <<_ACEOF
34215 /* confdefs.h. */
34216 _ACEOF
34217 cat confdefs.h >>conftest.$ac_ext
34218 cat >>conftest.$ac_ext <<_ACEOF
34219 /* end confdefs.h. */
34220
34221
34222 #include <GL/gl.h>
34223 _ACEOF
34224 rm -f conftest.$ac_objext
34225 if { (ac_try="$ac_compile"
34226 case "(($ac_try" in
34227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34228 *) ac_try_echo=$ac_try;;
34229 esac
34230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34231 (eval "$ac_compile") 2>conftest.er1
34232 ac_status=$?
34233 grep -v '^ *+' conftest.er1 >conftest.err
34234 rm -f conftest.er1
34235 cat conftest.err >&5
34236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34237 (exit $ac_status); } && {
34238 test -z "$ac_c_werror_flag" ||
34239 test ! -s conftest.err
34240 } && test -s conftest.$ac_objext; then
34241 ac_cv_header_GL_gl_h=yes
34242 else
34243 echo "$as_me: failed program was:" >&5
34244 sed 's/^/| /' conftest.$ac_ext >&5
34245
34246 ac_cv_header_GL_gl_h=no
34247 fi
34248
34249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34250 fi
34251 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
34252 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6; }
34253 if test $ac_cv_header_GL_gl_h = yes; then
34254
34255 { echo "$as_me:$LINENO: checking for GL/glu.h" >&5
34256 echo $ECHO_N "checking for GL/glu.h... $ECHO_C" >&6; }
34257 if test "${ac_cv_header_GL_glu_h+set}" = set; then
34258 echo $ECHO_N "(cached) $ECHO_C" >&6
34259 else
34260 cat >conftest.$ac_ext <<_ACEOF
34261 /* confdefs.h. */
34262 _ACEOF
34263 cat confdefs.h >>conftest.$ac_ext
34264 cat >>conftest.$ac_ext <<_ACEOF
34265 /* end confdefs.h. */
34266
34267
34268 #include <GL/glu.h>
34269 _ACEOF
34270 rm -f conftest.$ac_objext
34271 if { (ac_try="$ac_compile"
34272 case "(($ac_try" in
34273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34274 *) ac_try_echo=$ac_try;;
34275 esac
34276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34277 (eval "$ac_compile") 2>conftest.er1
34278 ac_status=$?
34279 grep -v '^ *+' conftest.er1 >conftest.err
34280 rm -f conftest.er1
34281 cat conftest.err >&5
34282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34283 (exit $ac_status); } && {
34284 test -z "$ac_c_werror_flag" ||
34285 test ! -s conftest.err
34286 } && test -s conftest.$ac_objext; then
34287 ac_cv_header_GL_glu_h=yes
34288 else
34289 echo "$as_me: failed program was:" >&5
34290 sed 's/^/| /' conftest.$ac_ext >&5
34291
34292 ac_cv_header_GL_glu_h=no
34293 fi
34294
34295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34296 fi
34297 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_glu_h" >&5
34298 echo "${ECHO_T}$ac_cv_header_GL_glu_h" >&6; }
34299 if test $ac_cv_header_GL_glu_h = yes; then
34300
34301 found_gl=0
34302
34303 { echo "$as_me:$LINENO: checking for -lGL" >&5
34304 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
34305
34306 ac_find_libraries=
34307 for ac_dir in $SEARCH_LIB /opt/graphics/OpenGL/lib;
34308 do
34309 for ac_extension in a so sl dylib dll.a; do
34310 if test -f "$ac_dir/libGL.$ac_extension"; then
34311 ac_find_libraries=$ac_dir
34312 break 2
34313 fi
34314 done
34315 done
34316
34317 if test "$ac_find_libraries" != "" ; then
34318 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
34319 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
34320
34321
34322 if test "$ac_find_libraries" = "default location"; then
34323 ac_path_to_link=""
34324 else
34325 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34326 result=$?
34327 if test $result = 0; then
34328 ac_path_to_link=""
34329 else
34330 ac_path_to_link=" -L$ac_find_libraries"
34331 fi
34332 fi
34333
34334 if test "$ac_path_to_link" != " -L/usr/lib" ; then
34335 LDFLAGS_GL="$ac_path_to_link"
34336 fi
34337
34338 { echo "$as_me:$LINENO: checking for -lGLU" >&5
34339 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
34340
34341 ac_find_libraries=
34342 for ac_dir in $SEARCH_LIB;
34343 do
34344 for ac_extension in a so sl dylib dll.a; do
34345 if test -f "$ac_dir/libGLU.$ac_extension"; then
34346 ac_find_libraries=$ac_dir
34347 break 2
34348 fi
34349 done
34350 done
34351
34352 if test "$ac_find_libraries" != "" ; then
34353
34354 if test "$ac_find_libraries" = "default location"; then
34355 ac_path_to_link=""
34356 else
34357 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34358 result=$?
34359 if test $result = 0; then
34360 ac_path_to_link=""
34361 else
34362 ac_path_to_link=" -L$ac_find_libraries"
34363 fi
34364 fi
34365
34366 if test "$ac_path_to_link" != " -L/usr/lib" -a \
34367 "$ac_path_to_link" != "$LDFLAGS_GL"; then
34368 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
34369 fi
34370
34371 found_gl=1
34372 OPENGL_LIBS="-lGL -lGLU"
34373 { echo "$as_me:$LINENO: result: yes" >&5
34374 echo "${ECHO_T}yes" >&6; }
34375 else
34376 { echo "$as_me:$LINENO: result: no" >&5
34377 echo "${ECHO_T}no" >&6; }
34378 fi
34379 else
34380 { echo "$as_me:$LINENO: result: no" >&5
34381 echo "${ECHO_T}no" >&6; }
34382 fi
34383
34384 if test "$found_gl" != 1; then
34385 { echo "$as_me:$LINENO: checking for -lMesaGL" >&5
34386 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6; }
34387
34388 ac_find_libraries=
34389 for ac_dir in $SEARCH_LIB;
34390 do
34391 for ac_extension in a so sl dylib dll.a; do
34392 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
34393 ac_find_libraries=$ac_dir
34394 break 2
34395 fi
34396 done
34397 done
34398
34399 if test "$ac_find_libraries" != "" ; then
34400
34401 if test "$ac_find_libraries" = "default location"; then
34402 ac_path_to_link=""
34403 else
34404 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34405 result=$?
34406 if test $result = 0; then
34407 ac_path_to_link=""
34408 else
34409 ac_path_to_link=" -L$ac_find_libraries"
34410 fi
34411 fi
34412
34413 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
34414 OPENGL_LIBS="-lMesaGL -lMesaGLU"
34415 { echo "$as_me:$LINENO: result: yes" >&5
34416 echo "${ECHO_T}yes" >&6; }
34417 else
34418 { echo "$as_me:$LINENO: result: no" >&5
34419 echo "${ECHO_T}no" >&6; }
34420 fi
34421 fi
34422
34423 fi
34424
34425
34426
34427 fi
34428
34429
34430
34431 if test "x$OPENGL_LIBS" = "x"; then
34432 if test "$wxUSE_OPENGL" = "yes"; then
34433 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
34434 echo "$as_me: error: OpenGL libraries not available" >&2;}
34435 { (exit 1); exit 1; }; }
34436 else
34437 { echo "$as_me:$LINENO: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
34438 echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
34439 wxUSE_OPENGL=no
34440 USE_OPENGL=0
34441 fi
34442 fi
34443 else
34444 { echo "$as_me:$LINENO: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
34445 echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
34446 wxUSE_OPENGL="no"
34447 fi
34448
34449 if test "$wxUSE_OPENGL" = "auto"; then
34450 wxUSE_OPENGL=yes
34451 fi
34452
34453 if test "$wxUSE_OPENGL" = "yes"; then
34454 USE_OPENGL=1
34455 cat >>confdefs.h <<\_ACEOF
34456 #define wxUSE_OPENGL 1
34457 _ACEOF
34458
34459 cat >>confdefs.h <<\_ACEOF
34460 #define wxUSE_GLCANVAS 1
34461 _ACEOF
34462
34463 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
34464 fi
34465 fi
34466
34467
34468 if test -n "$TOOLKIT" ; then
34469 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
34470 fi
34471
34472
34473
34474 if test "$wxUSE_SHARED" = "yes"; then
34475 case "${host}" in
34476 *-pc-msdosdjgpp )
34477 wxUSE_SHARED=no
34478 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
34479 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
34480 ;;
34481 esac
34482 fi
34483
34484 if test "$wxUSE_SHARED" = "yes"; then
34485
34486
34487 case "${host}" in
34488 *-*-cygwin* | *-*-mingw* )
34489 wx_cv_version_script=no
34490 ;;
34491
34492 *)
34493 { echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
34494 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6; }
34495 if test "${wx_cv_version_script+set}" = set; then
34496 echo $ECHO_N "(cached) $ECHO_C" >&6
34497 else
34498
34499 echo "VER_1 { *; };" >conftest.sym
34500 echo "int main() { return 0; }" >conftest.cpp
34501
34502 if { ac_try='
34503 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
34504 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
34505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34506 (eval $ac_try) 2>&5
34507 ac_status=$?
34508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34509 (exit $ac_status); }; } ; then
34510 if test -s conftest.stderr ; then
34511 wx_cv_version_script=no
34512 else
34513 wx_cv_version_script=yes
34514 fi
34515 else
34516 wx_cv_version_script=no
34517 fi
34518
34519 if test $wx_cv_version_script = yes
34520 then
34521 echo "struct B { virtual ~B() { } }; \
34522 struct D : public B { }; \
34523 void F() { D d; }" > conftest.cpp
34524
34525 if { ac_try='
34526 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
34527 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
34528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34529 (eval $ac_try) 2>&5
34530 ac_status=$?
34531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34532 (exit $ac_status); }; } &&
34533 { ac_try='
34534 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
34535 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
34536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34537 (eval $ac_try) 2>&5
34538 ac_status=$?
34539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34540 (exit $ac_status); }; }
34541 then
34542 if { ac_try='
34543 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
34544 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
34545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34546 (eval $ac_try) 2>&5
34547 ac_status=$?
34548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34549 (exit $ac_status); }; }
34550 then
34551 wx_cv_version_script=yes
34552 else
34553 wx_cv_version_script=no
34554 fi
34555 fi
34556 fi
34557
34558 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
34559 rm -f conftest1.output conftest2.output conftest3.output
34560
34561 fi
34562 { echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
34563 echo "${ECHO_T}$wx_cv_version_script" >&6; }
34564
34565 if test $wx_cv_version_script = yes ; then
34566 LDFLAGS_VERSIONING="-Wl,--version-script,\$(wx_top_builddir)/version-script"
34567 fi
34568 ;;
34569 esac
34570
34571
34572 if test "$wxUSE_VISIBILITY" != "no"; then
34573
34574
34575 if test -n "$GCC"; then
34576 CFLAGS_VISIBILITY="-fvisibility=hidden"
34577 CXXFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden"
34578 { echo "$as_me:$LINENO: checking for symbols visibility support" >&5
34579 echo $ECHO_N "checking for symbols visibility support... $ECHO_C" >&6; }
34580 if test "${wx_cv_cc_visibility+set}" = set; then
34581 echo $ECHO_N "(cached) $ECHO_C" >&6
34582 else
34583
34584 wx_save_CXXFLAGS="$CXXFLAGS"
34585 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
34586 ac_ext=cpp
34587 ac_cpp='$CXXCPP $CPPFLAGS'
34588 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34589 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34590 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34591
34592 cat >conftest.$ac_ext <<_ACEOF
34593 /* confdefs.h. */
34594 _ACEOF
34595 cat confdefs.h >>conftest.$ac_ext
34596 cat >>conftest.$ac_ext <<_ACEOF
34597 /* end confdefs.h. */
34598
34599 /* we need gcc >= 4.0, older versions with visibility support
34600 didn't have class visibility: */
34601 #if defined(__GNUC__) && __GNUC__ < 4
34602 error this gcc is too old;
34603 #endif
34604
34605 /* visibility only makes sense for ELF shared libs: */
34606 #if !defined(__ELF__) && !defined(__APPLE__)
34607 error this platform has no visibility;
34608 #endif
34609
34610 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
34611 extern __attribute__((__visibility__("default"))) int exportedvar;
34612 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
34613 extern __attribute__((__visibility__("default"))) int exportedfunc (void);
34614 class __attribute__((__visibility__("default"))) Foo {
34615 Foo() {}
34616 };
34617
34618 int
34619 main ()
34620 {
34621
34622 ;
34623 return 0;
34624 }
34625 _ACEOF
34626 rm -f conftest.$ac_objext
34627 if { (ac_try="$ac_compile"
34628 case "(($ac_try" in
34629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34630 *) ac_try_echo=$ac_try;;
34631 esac
34632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34633 (eval "$ac_compile") 2>conftest.er1
34634 ac_status=$?
34635 grep -v '^ *+' conftest.er1 >conftest.err
34636 rm -f conftest.er1
34637 cat conftest.err >&5
34638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34639 (exit $ac_status); } && {
34640 test -z "$ac_cxx_werror_flag" ||
34641 test ! -s conftest.err
34642 } && test -s conftest.$ac_objext; then
34643 wx_cv_cc_visibility=yes
34644 else
34645 echo "$as_me: failed program was:" >&5
34646 sed 's/^/| /' conftest.$ac_ext >&5
34647
34648 wx_cv_cc_visibility=no
34649 fi
34650
34651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34652 ac_ext=c
34653 ac_cpp='$CPP $CPPFLAGS'
34654 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34655 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34656 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34657
34658 CXXFLAGS="$wx_save_CXXFLAGS"
34659 fi
34660
34661 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility" >&5
34662 echo "${ECHO_T}$wx_cv_cc_visibility" >&6; }
34663 if test $wx_cv_cc_visibility = yes; then
34664 { echo "$as_me:$LINENO: checking for broken libstdc++ visibility" >&5
34665 echo $ECHO_N "checking for broken libstdc++ visibility... $ECHO_C" >&6; }
34666 if test "${wx_cv_cc_broken_libstdcxx_visibility+set}" = set; then
34667 echo $ECHO_N "(cached) $ECHO_C" >&6
34668 else
34669
34670 wx_save_CXXFLAGS="$CXXFLAGS"
34671 wx_save_LDFLAGS="$LDFLAGS"
34672 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
34673 LDFLAGS="$LDFLAGS -shared -fPIC"
34674 ac_ext=cpp
34675 ac_cpp='$CXXCPP $CPPFLAGS'
34676 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34677 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34678 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34679
34680 cat >conftest.$ac_ext <<_ACEOF
34681 /* confdefs.h. */
34682 _ACEOF
34683 cat confdefs.h >>conftest.$ac_ext
34684 cat >>conftest.$ac_ext <<_ACEOF
34685 /* end confdefs.h. */
34686
34687 #include <string>
34688
34689 int
34690 main ()
34691 {
34692
34693 std::string s("hello");
34694 return s.length();
34695
34696 ;
34697 return 0;
34698 }
34699 _ACEOF
34700 rm -f conftest.$ac_objext conftest$ac_exeext
34701 if { (ac_try="$ac_link"
34702 case "(($ac_try" in
34703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34704 *) ac_try_echo=$ac_try;;
34705 esac
34706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34707 (eval "$ac_link") 2>conftest.er1
34708 ac_status=$?
34709 grep -v '^ *+' conftest.er1 >conftest.err
34710 rm -f conftest.er1
34711 cat conftest.err >&5
34712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34713 (exit $ac_status); } && {
34714 test -z "$ac_cxx_werror_flag" ||
34715 test ! -s conftest.err
34716 } && test -s conftest$ac_exeext &&
34717 $as_test_x conftest$ac_exeext; then
34718 wx_cv_cc_broken_libstdcxx_visibility=no
34719 else
34720 echo "$as_me: failed program was:" >&5
34721 sed 's/^/| /' conftest.$ac_ext >&5
34722
34723 wx_cv_cc_broken_libstdcxx_visibility=yes
34724 fi
34725
34726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34727 conftest$ac_exeext conftest.$ac_ext
34728 ac_ext=c
34729 ac_cpp='$CPP $CPPFLAGS'
34730 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34731 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34732 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34733
34734 CXXFLAGS="$wx_save_CXXFLAGS"
34735 LDFLAGS="$wx_save_LDFLAGS"
34736 fi
34737
34738 { echo "$as_me:$LINENO: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
34739 echo "${ECHO_T}$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
34740
34741 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
34742 { echo "$as_me:$LINENO: checking whether we can work around it" >&5
34743 echo $ECHO_N "checking whether we can work around it... $ECHO_C" >&6; }
34744 if test "${wx_cv_cc_visibility_workaround+set}" = set; then
34745 echo $ECHO_N "(cached) $ECHO_C" >&6
34746 else
34747
34748 ac_ext=cpp
34749 ac_cpp='$CXXCPP $CPPFLAGS'
34750 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34751 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34752 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34753
34754 cat >conftest.$ac_ext <<_ACEOF
34755 /* confdefs.h. */
34756 _ACEOF
34757 cat confdefs.h >>conftest.$ac_ext
34758 cat >>conftest.$ac_ext <<_ACEOF
34759 /* end confdefs.h. */
34760
34761 #pragma GCC visibility push(default)
34762 #include <string>
34763 #pragma GCC visibility pop
34764
34765 int
34766 main ()
34767 {
34768
34769 std::string s("hello");
34770 return s.length();
34771
34772 ;
34773 return 0;
34774 }
34775 _ACEOF
34776 rm -f conftest.$ac_objext conftest$ac_exeext
34777 if { (ac_try="$ac_link"
34778 case "(($ac_try" in
34779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34780 *) ac_try_echo=$ac_try;;
34781 esac
34782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34783 (eval "$ac_link") 2>conftest.er1
34784 ac_status=$?
34785 grep -v '^ *+' conftest.er1 >conftest.err
34786 rm -f conftest.er1
34787 cat conftest.err >&5
34788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34789 (exit $ac_status); } && {
34790 test -z "$ac_cxx_werror_flag" ||
34791 test ! -s conftest.err
34792 } && test -s conftest$ac_exeext &&
34793 $as_test_x conftest$ac_exeext; then
34794 wx_cv_cc_visibility_workaround=no
34795 else
34796 echo "$as_me: failed program was:" >&5
34797 sed 's/^/| /' conftest.$ac_ext >&5
34798
34799 wx_cv_cc_visibility_workaround=yes
34800 fi
34801
34802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34803 conftest$ac_exeext conftest.$ac_ext
34804 ac_ext=c
34805 ac_cpp='$CPP $CPPFLAGS'
34806 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34807 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34808 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34809
34810
34811 fi
34812
34813 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility_workaround" >&5
34814 echo "${ECHO_T}$wx_cv_cc_visibility_workaround" >&6; }
34815
34816 if test $wx_cv_cc_visibility_workaround = no; then
34817 wx_cv_cc_visibility=no
34818 fi
34819 fi
34820 fi
34821
34822 if test $wx_cv_cc_visibility = yes; then
34823 cat >>confdefs.h <<\_ACEOF
34824 #define HAVE_VISIBILITY 1
34825 _ACEOF
34826
34827 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
34828 cat >>confdefs.h <<\_ACEOF
34829 #define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1
34830 _ACEOF
34831
34832 fi
34833 else
34834 CFLAGS_VISIBILITY=""
34835 CXXFLAGS_VISIBILITY=""
34836 fi
34837
34838
34839 fi
34840
34841 fi
34842
34843 if test "x$SUNCXX" = xyes; then
34844 SAMPLES_RPATH_FLAG="-R\$(wx_top_builddir)/lib"
34845 WXCONFIG_RPATH="-R\$libdir"
34846 else
34847 case "${host}" in
34848 *-*-linux* | *-*-gnu* )
34849 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
34850 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
34851 ;;
34852
34853 *-*-solaris2* )
34854
34855 CPPFLAGS="-isystem /usr/openwin/include $CPPFLAGS"
34856
34857 saveLdflags="$LDFLAGS"
34858 LDFLAGS="$saveLdflags -Wl,-rpath,/"
34859 { echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
34860 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6; }
34861 cat >conftest.$ac_ext <<_ACEOF
34862 /* confdefs.h. */
34863 _ACEOF
34864 cat confdefs.h >>conftest.$ac_ext
34865 cat >>conftest.$ac_ext <<_ACEOF
34866 /* end confdefs.h. */
34867
34868 int
34869 main ()
34870 {
34871
34872 ;
34873 return 0;
34874 }
34875 _ACEOF
34876 rm -f conftest.$ac_objext conftest$ac_exeext
34877 if { (ac_try="$ac_link"
34878 case "(($ac_try" in
34879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34880 *) ac_try_echo=$ac_try;;
34881 esac
34882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34883 (eval "$ac_link") 2>conftest.er1
34884 ac_status=$?
34885 grep -v '^ *+' conftest.er1 >conftest.err
34886 rm -f conftest.er1
34887 cat conftest.err >&5
34888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34889 (exit $ac_status); } && {
34890 test -z "$ac_c_werror_flag" ||
34891 test ! -s conftest.err
34892 } && test -s conftest$ac_exeext &&
34893 $as_test_x conftest$ac_exeext; then
34894
34895 { echo "$as_me:$LINENO: result: yes" >&5
34896 echo "${ECHO_T}yes" >&6; }
34897 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
34898 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
34899
34900 else
34901 echo "$as_me: failed program was:" >&5
34902 sed 's/^/| /' conftest.$ac_ext >&5
34903
34904
34905 { echo "$as_me:$LINENO: result: no" >&5
34906 echo "${ECHO_T}no" >&6; }
34907 { echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
34908 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6; }
34909 LDFLAGS="$saveLdflags -Wl,-R,/"
34910 cat >conftest.$ac_ext <<_ACEOF
34911 /* confdefs.h. */
34912 _ACEOF
34913 cat confdefs.h >>conftest.$ac_ext
34914 cat >>conftest.$ac_ext <<_ACEOF
34915 /* end confdefs.h. */
34916
34917 int
34918 main ()
34919 {
34920
34921 ;
34922 return 0;
34923 }
34924 _ACEOF
34925 rm -f conftest.$ac_objext conftest$ac_exeext
34926 if { (ac_try="$ac_link"
34927 case "(($ac_try" in
34928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34929 *) ac_try_echo=$ac_try;;
34930 esac
34931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34932 (eval "$ac_link") 2>conftest.er1
34933 ac_status=$?
34934 grep -v '^ *+' conftest.er1 >conftest.err
34935 rm -f conftest.er1
34936 cat conftest.err >&5
34937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34938 (exit $ac_status); } && {
34939 test -z "$ac_c_werror_flag" ||
34940 test ! -s conftest.err
34941 } && test -s conftest$ac_exeext &&
34942 $as_test_x conftest$ac_exeext; then
34943
34944 { echo "$as_me:$LINENO: result: yes" >&5
34945 echo "${ECHO_T}yes" >&6; }
34946 SAMPLES_RPATH_FLAG="-Wl,-R,\$(wx_top_builddir)/lib"
34947 WXCONFIG_RPATH="-Wl,-R,\$libdir"
34948
34949 else
34950 echo "$as_me: failed program was:" >&5
34951 sed 's/^/| /' conftest.$ac_ext >&5
34952
34953
34954 { echo "$as_me:$LINENO: result: no" >&5
34955 echo "${ECHO_T}no" >&6; }
34956
34957 fi
34958
34959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34960 conftest$ac_exeext conftest.$ac_ext
34961
34962 fi
34963
34964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34965 conftest$ac_exeext conftest.$ac_ext
34966 LDFLAGS="$saveLdflags"
34967 ;;
34968
34969 *-*-darwin* )
34970 install_name_tool=`which ${HOST_PREFIX}install_name_tool`
34971 if test "$install_name_tool" -a -x "$install_name_tool"; then
34972 DYLIB_RPATH_POSTLINK="${HOST_PREFIX}install_name_tool -id \$@ \$@"
34973 cat <<EOF >change-install-names
34974 #!/bin/sh
34975 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
34976 for i in \${libnames} ; do
34977 ${HOST_PREFIX}install_name_tool -id \${1}/\${i} \${1}/\${i}
34978 for dep in \${libnames} ; do
34979 ${HOST_PREFIX}install_name_tool -change \${2}/\${dep} \${1}/\${dep} \${1}/\${i}
34980 done
34981 done
34982 EOF
34983 chmod +x change-install-names
34984 DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${libdir} \$(wx_top_builddir)/lib"
34985 fi
34986
34987 HEADER_PAD_OPTION="-headerpad_max_install_names"
34988 ;;
34989
34990 *-*-cygwin* | *-*-mingw32* )
34991 ;;
34992
34993 *-*-hpux* )
34994 SAMPLES_RPATH_FLAG="-Wl,+b,\$(wx_top_builddir)/lib"
34995 WXCONFIG_RPATH="-Wl,+b,\$libdir"
34996 ;;
34997
34998 esac
34999 fi
35000
35001 WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
35002
35003 if test $wxUSE_RPATH = "no"; then
35004 SAMPLES_RPATH_FLAG=''
35005 DYLIB_PATH_POSTLINK=''
35006 WXCONFIG_RPATH=''
35007 fi
35008
35009 SHARED=1
35010
35011 else
35012
35013 config_linkage_component="-static"
35014 SHARED=0
35015
35016 fi
35017
35018
35019 UNICODE=0
35020 lib_unicode_suffix=
35021 WX_CHARTYPE="ansi"
35022 if test "$wxUSE_UNICODE" = "yes"; then
35023 lib_unicode_suffix=u
35024 WX_CHARTYPE="unicode"
35025 UNICODE=1
35026 fi
35027
35028 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
35029 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
35030
35031 DEBUG_INFO=0
35032 if test "$wxUSE_DEBUG_INFO" = "yes"; then
35033 DEBUG_INFO=1
35034 fi
35035
35036 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
35037
35038 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
35039
35040 TOOLCHAIN_FULLNAME="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
35041
35042
35043 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
35044 WX_LIBRARY_BASENAME_NOGUI="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35045 else
35046 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35047 fi
35048 if test "${TOOLKIT_DIR}" = "os2"; then
35049 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35050 else
35051 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35052 fi
35053
35054
35055
35056 if test "$wxUSE_OLD_COCOA" = 1; then
35057
35058 ac_ext=c
35059 ac_cpp='$CPP $CPPFLAGS'
35060 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35061 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35062 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35063
35064 ac_ext=m
35065
35066 { echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
35067 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6; }
35068 cat >conftest.$ac_ext <<_ACEOF
35069 /* confdefs.h. */
35070 _ACEOF
35071 cat confdefs.h >>conftest.$ac_ext
35072 cat >>conftest.$ac_ext <<_ACEOF
35073 /* end confdefs.h. */
35074 #include <AppKit/NSEvent.h>
35075 #include <CoreFoundation/CoreFoundation.h>
35076
35077 int
35078 main ()
35079 {
35080
35081 ;
35082 return 0;
35083 }
35084 _ACEOF
35085 rm -f conftest.$ac_objext
35086 if { (ac_try="$ac_compile"
35087 case "(($ac_try" in
35088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35089 *) ac_try_echo=$ac_try;;
35090 esac
35091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35092 (eval "$ac_compile") 2>conftest.er1
35093 ac_status=$?
35094 grep -v '^ *+' conftest.er1 >conftest.err
35095 rm -f conftest.er1
35096 cat conftest.err >&5
35097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35098 (exit $ac_status); } && {
35099 test -z "$ac_c_werror_flag" ||
35100 test ! -s conftest.err
35101 } && test -s conftest.$ac_objext; then
35102 { echo "$as_me:$LINENO: result: no" >&5
35103 echo "${ECHO_T}no" >&6; }
35104 else
35105 echo "$as_me: failed program was:" >&5
35106 sed 's/^/| /' conftest.$ac_ext >&5
35107
35108 { echo "$as_me:$LINENO: result: yes" >&5
35109 echo "${ECHO_T}yes" >&6; }
35110 { echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
35111 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6; }
35112 cat >conftest.$ac_ext <<_ACEOF
35113 /* confdefs.h. */
35114 _ACEOF
35115 cat confdefs.h >>conftest.$ac_ext
35116 cat >>conftest.$ac_ext <<_ACEOF
35117 /* end confdefs.h. */
35118 #define __Point__ 1
35119 #include <AppKit/NSEvent.h>
35120 #include <CoreFoundation/CoreFoundation.h>
35121
35122 int
35123 main ()
35124 {
35125
35126 ;
35127 return 0;
35128 }
35129 _ACEOF
35130 rm -f conftest.$ac_objext
35131 if { (ac_try="$ac_compile"
35132 case "(($ac_try" in
35133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35134 *) ac_try_echo=$ac_try;;
35135 esac
35136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35137 (eval "$ac_compile") 2>conftest.er1
35138 ac_status=$?
35139 grep -v '^ *+' conftest.er1 >conftest.err
35140 rm -f conftest.er1
35141 cat conftest.err >&5
35142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35143 (exit $ac_status); } && {
35144 test -z "$ac_c_werror_flag" ||
35145 test ! -s conftest.err
35146 } && test -s conftest.$ac_objext; then
35147 { echo "$as_me:$LINENO: result: yes" >&5
35148 echo "${ECHO_T}yes" >&6; }
35149 cat >>confdefs.h <<\_ACEOF
35150 #define __Point__ 1
35151 _ACEOF
35152
35153
35154 else
35155 echo "$as_me: failed program was:" >&5
35156 sed 's/^/| /' conftest.$ac_ext >&5
35157
35158 { { echo "$as_me:$LINENO: error: no
35159 See \`config.log' for more details." >&5
35160 echo "$as_me: error: no
35161 See \`config.log' for more details." >&2;}
35162 { (exit 1); exit 1; }; }
35163
35164 fi
35165
35166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35167
35168 fi
35169
35170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35171 ac_ext=c
35172 ac_cpp='$CPP $CPPFLAGS'
35173 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35174 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35175 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35176
35177 fi
35178
35179
35180 { echo "$as_me:$LINENO: checking for mode_t" >&5
35181 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
35182 if test "${ac_cv_type_mode_t+set}" = set; then
35183 echo $ECHO_N "(cached) $ECHO_C" >&6
35184 else
35185 cat >conftest.$ac_ext <<_ACEOF
35186 /* confdefs.h. */
35187 _ACEOF
35188 cat confdefs.h >>conftest.$ac_ext
35189 cat >>conftest.$ac_ext <<_ACEOF
35190 /* end confdefs.h. */
35191 $ac_includes_default
35192 typedef mode_t ac__type_new_;
35193 int
35194 main ()
35195 {
35196 if ((ac__type_new_ *) 0)
35197 return 0;
35198 if (sizeof (ac__type_new_))
35199 return 0;
35200 ;
35201 return 0;
35202 }
35203 _ACEOF
35204 rm -f conftest.$ac_objext
35205 if { (ac_try="$ac_compile"
35206 case "(($ac_try" in
35207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35208 *) ac_try_echo=$ac_try;;
35209 esac
35210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35211 (eval "$ac_compile") 2>conftest.er1
35212 ac_status=$?
35213 grep -v '^ *+' conftest.er1 >conftest.err
35214 rm -f conftest.er1
35215 cat conftest.err >&5
35216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35217 (exit $ac_status); } && {
35218 test -z "$ac_c_werror_flag" ||
35219 test ! -s conftest.err
35220 } && test -s conftest.$ac_objext; then
35221 ac_cv_type_mode_t=yes
35222 else
35223 echo "$as_me: failed program was:" >&5
35224 sed 's/^/| /' conftest.$ac_ext >&5
35225
35226 ac_cv_type_mode_t=no
35227 fi
35228
35229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35230 fi
35231 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
35232 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
35233 if test $ac_cv_type_mode_t = yes; then
35234 :
35235 else
35236
35237 cat >>confdefs.h <<_ACEOF
35238 #define mode_t int
35239 _ACEOF
35240
35241 fi
35242
35243 { echo "$as_me:$LINENO: checking for off_t" >&5
35244 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
35245 if test "${ac_cv_type_off_t+set}" = set; then
35246 echo $ECHO_N "(cached) $ECHO_C" >&6
35247 else
35248 cat >conftest.$ac_ext <<_ACEOF
35249 /* confdefs.h. */
35250 _ACEOF
35251 cat confdefs.h >>conftest.$ac_ext
35252 cat >>conftest.$ac_ext <<_ACEOF
35253 /* end confdefs.h. */
35254 $ac_includes_default
35255 typedef off_t ac__type_new_;
35256 int
35257 main ()
35258 {
35259 if ((ac__type_new_ *) 0)
35260 return 0;
35261 if (sizeof (ac__type_new_))
35262 return 0;
35263 ;
35264 return 0;
35265 }
35266 _ACEOF
35267 rm -f conftest.$ac_objext
35268 if { (ac_try="$ac_compile"
35269 case "(($ac_try" in
35270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35271 *) ac_try_echo=$ac_try;;
35272 esac
35273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35274 (eval "$ac_compile") 2>conftest.er1
35275 ac_status=$?
35276 grep -v '^ *+' conftest.er1 >conftest.err
35277 rm -f conftest.er1
35278 cat conftest.err >&5
35279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35280 (exit $ac_status); } && {
35281 test -z "$ac_c_werror_flag" ||
35282 test ! -s conftest.err
35283 } && test -s conftest.$ac_objext; then
35284 ac_cv_type_off_t=yes
35285 else
35286 echo "$as_me: failed program was:" >&5
35287 sed 's/^/| /' conftest.$ac_ext >&5
35288
35289 ac_cv_type_off_t=no
35290 fi
35291
35292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35293 fi
35294 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
35295 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
35296 if test $ac_cv_type_off_t = yes; then
35297 :
35298 else
35299
35300 cat >>confdefs.h <<_ACEOF
35301 #define off_t long int
35302 _ACEOF
35303
35304 fi
35305
35306 { echo "$as_me:$LINENO: checking for pid_t" >&5
35307 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
35308 if test "${ac_cv_type_pid_t+set}" = set; then
35309 echo $ECHO_N "(cached) $ECHO_C" >&6
35310 else
35311 cat >conftest.$ac_ext <<_ACEOF
35312 /* confdefs.h. */
35313 _ACEOF
35314 cat confdefs.h >>conftest.$ac_ext
35315 cat >>conftest.$ac_ext <<_ACEOF
35316 /* end confdefs.h. */
35317 $ac_includes_default
35318 typedef pid_t ac__type_new_;
35319 int
35320 main ()
35321 {
35322 if ((ac__type_new_ *) 0)
35323 return 0;
35324 if (sizeof (ac__type_new_))
35325 return 0;
35326 ;
35327 return 0;
35328 }
35329 _ACEOF
35330 rm -f conftest.$ac_objext
35331 if { (ac_try="$ac_compile"
35332 case "(($ac_try" in
35333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35334 *) ac_try_echo=$ac_try;;
35335 esac
35336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35337 (eval "$ac_compile") 2>conftest.er1
35338 ac_status=$?
35339 grep -v '^ *+' conftest.er1 >conftest.err
35340 rm -f conftest.er1
35341 cat conftest.err >&5
35342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35343 (exit $ac_status); } && {
35344 test -z "$ac_c_werror_flag" ||
35345 test ! -s conftest.err
35346 } && test -s conftest.$ac_objext; then
35347 ac_cv_type_pid_t=yes
35348 else
35349 echo "$as_me: failed program was:" >&5
35350 sed 's/^/| /' conftest.$ac_ext >&5
35351
35352 ac_cv_type_pid_t=no
35353 fi
35354
35355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35356 fi
35357 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
35358 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
35359 if test $ac_cv_type_pid_t = yes; then
35360 :
35361 else
35362
35363 cat >>confdefs.h <<_ACEOF
35364 #define pid_t int
35365 _ACEOF
35366
35367 fi
35368
35369 { echo "$as_me:$LINENO: checking for size_t" >&5
35370 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
35371 if test "${ac_cv_type_size_t+set}" = set; then
35372 echo $ECHO_N "(cached) $ECHO_C" >&6
35373 else
35374 cat >conftest.$ac_ext <<_ACEOF
35375 /* confdefs.h. */
35376 _ACEOF
35377 cat confdefs.h >>conftest.$ac_ext
35378 cat >>conftest.$ac_ext <<_ACEOF
35379 /* end confdefs.h. */
35380 $ac_includes_default
35381 typedef size_t ac__type_new_;
35382 int
35383 main ()
35384 {
35385 if ((ac__type_new_ *) 0)
35386 return 0;
35387 if (sizeof (ac__type_new_))
35388 return 0;
35389 ;
35390 return 0;
35391 }
35392 _ACEOF
35393 rm -f conftest.$ac_objext
35394 if { (ac_try="$ac_compile"
35395 case "(($ac_try" in
35396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35397 *) ac_try_echo=$ac_try;;
35398 esac
35399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35400 (eval "$ac_compile") 2>conftest.er1
35401 ac_status=$?
35402 grep -v '^ *+' conftest.er1 >conftest.err
35403 rm -f conftest.er1
35404 cat conftest.err >&5
35405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35406 (exit $ac_status); } && {
35407 test -z "$ac_c_werror_flag" ||
35408 test ! -s conftest.err
35409 } && test -s conftest.$ac_objext; then
35410 ac_cv_type_size_t=yes
35411 else
35412 echo "$as_me: failed program was:" >&5
35413 sed 's/^/| /' conftest.$ac_ext >&5
35414
35415 ac_cv_type_size_t=no
35416 fi
35417
35418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35419 fi
35420 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
35421 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
35422 if test $ac_cv_type_size_t = yes; then
35423 :
35424 else
35425
35426 cat >>confdefs.h <<_ACEOF
35427 #define size_t unsigned int
35428 _ACEOF
35429
35430 fi
35431
35432
35433 { echo "$as_me:$LINENO: checking for ssize_t" >&5
35434 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
35435 if test "${ac_cv_type_ssize_t+set}" = set; then
35436 echo $ECHO_N "(cached) $ECHO_C" >&6
35437 else
35438 cat >conftest.$ac_ext <<_ACEOF
35439 /* confdefs.h. */
35440 _ACEOF
35441 cat confdefs.h >>conftest.$ac_ext
35442 cat >>conftest.$ac_ext <<_ACEOF
35443 /* end confdefs.h. */
35444 $ac_includes_default
35445 typedef ssize_t ac__type_new_;
35446 int
35447 main ()
35448 {
35449 if ((ac__type_new_ *) 0)
35450 return 0;
35451 if (sizeof (ac__type_new_))
35452 return 0;
35453 ;
35454 return 0;
35455 }
35456 _ACEOF
35457 rm -f conftest.$ac_objext
35458 if { (ac_try="$ac_compile"
35459 case "(($ac_try" in
35460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35461 *) ac_try_echo=$ac_try;;
35462 esac
35463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35464 (eval "$ac_compile") 2>conftest.er1
35465 ac_status=$?
35466 grep -v '^ *+' conftest.er1 >conftest.err
35467 rm -f conftest.er1
35468 cat conftest.err >&5
35469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35470 (exit $ac_status); } && {
35471 test -z "$ac_c_werror_flag" ||
35472 test ! -s conftest.err
35473 } && test -s conftest.$ac_objext; then
35474 ac_cv_type_ssize_t=yes
35475 else
35476 echo "$as_me: failed program was:" >&5
35477 sed 's/^/| /' conftest.$ac_ext >&5
35478
35479 ac_cv_type_ssize_t=no
35480 fi
35481
35482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35483 fi
35484 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
35485 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
35486 if test $ac_cv_type_ssize_t = yes; then
35487
35488 cat >>confdefs.h <<_ACEOF
35489 #define HAVE_SSIZE_T 1
35490 _ACEOF
35491
35492
35493 fi
35494
35495
35496 ac_ext=cpp
35497 ac_cpp='$CXXCPP $CPPFLAGS'
35498 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35499 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35500 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35501 { echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
35502 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6; }
35503 if test "${wx_cv_size_t_is_uint+set}" = set; then
35504 echo $ECHO_N "(cached) $ECHO_C" >&6
35505 else
35506
35507 cat >conftest.$ac_ext <<_ACEOF
35508 /* confdefs.h. */
35509 _ACEOF
35510 cat confdefs.h >>conftest.$ac_ext
35511 cat >>conftest.$ac_ext <<_ACEOF
35512 /* end confdefs.h. */
35513 #include <stddef.h>
35514 int
35515 main ()
35516 {
35517
35518 return 0; }
35519
35520 struct Foo { void foo(size_t); void foo(unsigned int); };
35521
35522 int bar() {
35523
35524 ;
35525 return 0;
35526 }
35527 _ACEOF
35528 rm -f conftest.$ac_objext
35529 if { (ac_try="$ac_compile"
35530 case "(($ac_try" in
35531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35532 *) ac_try_echo=$ac_try;;
35533 esac
35534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35535 (eval "$ac_compile") 2>conftest.er1
35536 ac_status=$?
35537 grep -v '^ *+' conftest.er1 >conftest.err
35538 rm -f conftest.er1
35539 cat conftest.err >&5
35540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35541 (exit $ac_status); } && {
35542 test -z "$ac_cxx_werror_flag" ||
35543 test ! -s conftest.err
35544 } && test -s conftest.$ac_objext; then
35545 wx_cv_size_t_is_uint=no
35546 else
35547 echo "$as_me: failed program was:" >&5
35548 sed 's/^/| /' conftest.$ac_ext >&5
35549
35550 wx_cv_size_t_is_uint=yes
35551
35552 fi
35553
35554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35555
35556
35557 fi
35558 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
35559 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6; }
35560
35561 if test "$wx_cv_size_t_is_uint" = "yes"; then
35562 cat >>confdefs.h <<\_ACEOF
35563 #define wxSIZE_T_IS_UINT 1
35564 _ACEOF
35565
35566 else
35567 { echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
35568 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6; }
35569 if test "${wx_cv_size_t_is_ulong+set}" = set; then
35570 echo $ECHO_N "(cached) $ECHO_C" >&6
35571 else
35572 cat >conftest.$ac_ext <<_ACEOF
35573 /* confdefs.h. */
35574 _ACEOF
35575 cat confdefs.h >>conftest.$ac_ext
35576 cat >>conftest.$ac_ext <<_ACEOF
35577 /* end confdefs.h. */
35578 #include <stddef.h>
35579 int
35580 main ()
35581 {
35582
35583 return 0; }
35584
35585 struct Foo { void foo(size_t); void foo(unsigned long); };
35586
35587 int bar() {
35588
35589 ;
35590 return 0;
35591 }
35592 _ACEOF
35593 rm -f conftest.$ac_objext
35594 if { (ac_try="$ac_compile"
35595 case "(($ac_try" in
35596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35597 *) ac_try_echo=$ac_try;;
35598 esac
35599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35600 (eval "$ac_compile") 2>conftest.er1
35601 ac_status=$?
35602 grep -v '^ *+' conftest.er1 >conftest.err
35603 rm -f conftest.er1
35604 cat conftest.err >&5
35605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35606 (exit $ac_status); } && {
35607 test -z "$ac_cxx_werror_flag" ||
35608 test ! -s conftest.err
35609 } && test -s conftest.$ac_objext; then
35610 wx_cv_size_t_is_ulong=no
35611 else
35612 echo "$as_me: failed program was:" >&5
35613 sed 's/^/| /' conftest.$ac_ext >&5
35614
35615 wx_cv_size_t_is_ulong=yes
35616
35617 fi
35618
35619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35620
35621 fi
35622 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
35623 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6; }
35624
35625 if test "$wx_cv_size_t_is_ulong" = "yes"; then
35626 cat >>confdefs.h <<\_ACEOF
35627 #define wxSIZE_T_IS_ULONG 1
35628 _ACEOF
35629
35630 fi
35631 fi
35632
35633 { echo "$as_me:$LINENO: checking if wchar_t is separate type" >&5
35634 echo $ECHO_N "checking if wchar_t is separate type... $ECHO_C" >&6; }
35635 if test "${wx_cv_wchar_t_is_separate_type+set}" = set; then
35636 echo $ECHO_N "(cached) $ECHO_C" >&6
35637 else
35638 cat >conftest.$ac_ext <<_ACEOF
35639 /* confdefs.h. */
35640 _ACEOF
35641 cat confdefs.h >>conftest.$ac_ext
35642 cat >>conftest.$ac_ext <<_ACEOF
35643 /* end confdefs.h. */
35644 #include <wchar.h>
35645 int
35646 main ()
35647 {
35648
35649 return 0; }
35650
35651 struct Foo { void foo(wchar_t);
35652 void foo(unsigned short);
35653 void foo(unsigned int);
35654 void foo(unsigned long); };
35655
35656 int bar() {
35657
35658 ;
35659 return 0;
35660 }
35661 _ACEOF
35662 rm -f conftest.$ac_objext
35663 if { (ac_try="$ac_compile"
35664 case "(($ac_try" in
35665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35666 *) ac_try_echo=$ac_try;;
35667 esac
35668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35669 (eval "$ac_compile") 2>conftest.er1
35670 ac_status=$?
35671 grep -v '^ *+' conftest.er1 >conftest.err
35672 rm -f conftest.er1
35673 cat conftest.err >&5
35674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35675 (exit $ac_status); } && {
35676 test -z "$ac_cxx_werror_flag" ||
35677 test ! -s conftest.err
35678 } && test -s conftest.$ac_objext; then
35679 wx_cv_wchar_t_is_separate_type=yes
35680 else
35681 echo "$as_me: failed program was:" >&5
35682 sed 's/^/| /' conftest.$ac_ext >&5
35683
35684 wx_cv_wchar_t_is_separate_type=no
35685
35686 fi
35687
35688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35689
35690 fi
35691 { echo "$as_me:$LINENO: result: $wx_cv_wchar_t_is_separate_type" >&5
35692 echo "${ECHO_T}$wx_cv_wchar_t_is_separate_type" >&6; }
35693
35694 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
35695 cat >>confdefs.h <<\_ACEOF
35696 #define wxWCHAR_T_IS_REAL_TYPE 1
35697 _ACEOF
35698
35699 else
35700 cat >>confdefs.h <<\_ACEOF
35701 #define wxWCHAR_T_IS_REAL_TYPE 0
35702 _ACEOF
35703
35704 fi
35705
35706 ac_ext=c
35707 ac_cpp='$CPP $CPPFLAGS'
35708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35711
35712
35713 { echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
35714 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6; }
35715 if test "${wx_cv_struct_pw_gecos+set}" = set; then
35716 echo $ECHO_N "(cached) $ECHO_C" >&6
35717 else
35718
35719 cat >conftest.$ac_ext <<_ACEOF
35720 /* confdefs.h. */
35721 _ACEOF
35722 cat confdefs.h >>conftest.$ac_ext
35723 cat >>conftest.$ac_ext <<_ACEOF
35724 /* end confdefs.h. */
35725 #include <pwd.h>
35726 int
35727 main ()
35728 {
35729
35730 char *p;
35731 struct passwd *pw;
35732 p = pw->pw_gecos;
35733
35734 ;
35735 return 0;
35736 }
35737 _ACEOF
35738 rm -f conftest.$ac_objext
35739 if { (ac_try="$ac_compile"
35740 case "(($ac_try" in
35741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35742 *) ac_try_echo=$ac_try;;
35743 esac
35744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35745 (eval "$ac_compile") 2>conftest.er1
35746 ac_status=$?
35747 grep -v '^ *+' conftest.er1 >conftest.err
35748 rm -f conftest.er1
35749 cat conftest.err >&5
35750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35751 (exit $ac_status); } && {
35752 test -z "$ac_c_werror_flag" ||
35753 test ! -s conftest.err
35754 } && test -s conftest.$ac_objext; then
35755
35756 wx_cv_struct_pw_gecos=yes
35757
35758 else
35759 echo "$as_me: failed program was:" >&5
35760 sed 's/^/| /' conftest.$ac_ext >&5
35761
35762
35763 wx_cv_struct_pw_gecos=no
35764
35765
35766 fi
35767
35768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35769
35770
35771 fi
35772 { echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
35773 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6; }
35774
35775 if test "$wx_cv_struct_pw_gecos" = "yes"; then
35776 cat >>confdefs.h <<\_ACEOF
35777 #define HAVE_PW_GECOS 1
35778 _ACEOF
35779
35780 fi
35781
35782
35783 if test "$wxUSE_WCHAR_T" = "yes"; then
35784 cat >>confdefs.h <<\_ACEOF
35785 #define wxUSE_WCHAR_T 1
35786 _ACEOF
35787
35788
35789 WCSLEN_FOUND=0
35790 WCHAR_LINK=
35791
35792 for ac_func in wcslen
35793 do
35794 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35795 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35796 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35797 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35798 echo $ECHO_N "(cached) $ECHO_C" >&6
35799 else
35800 cat >conftest.$ac_ext <<_ACEOF
35801 /* confdefs.h. */
35802 _ACEOF
35803 cat confdefs.h >>conftest.$ac_ext
35804 cat >>conftest.$ac_ext <<_ACEOF
35805 /* end confdefs.h. */
35806 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35807 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35808 #define $ac_func innocuous_$ac_func
35809
35810 /* System header to define __stub macros and hopefully few prototypes,
35811 which can conflict with char $ac_func (); below.
35812 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35813 <limits.h> exists even on freestanding compilers. */
35814
35815 #ifdef __STDC__
35816 # include <limits.h>
35817 #else
35818 # include <assert.h>
35819 #endif
35820
35821 #undef $ac_func
35822
35823 /* Override any GCC internal prototype to avoid an error.
35824 Use char because int might match the return type of a GCC
35825 builtin and then its argument prototype would still apply. */
35826 #ifdef __cplusplus
35827 extern "C"
35828 #endif
35829 char $ac_func ();
35830 /* The GNU C library defines this for functions which it implements
35831 to always fail with ENOSYS. Some functions are actually named
35832 something starting with __ and the normal name is an alias. */
35833 #if defined __stub_$ac_func || defined __stub___$ac_func
35834 choke me
35835 #endif
35836
35837 int
35838 main ()
35839 {
35840 return $ac_func ();
35841 ;
35842 return 0;
35843 }
35844 _ACEOF
35845 rm -f conftest.$ac_objext conftest$ac_exeext
35846 if { (ac_try="$ac_link"
35847 case "(($ac_try" in
35848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35849 *) ac_try_echo=$ac_try;;
35850 esac
35851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35852 (eval "$ac_link") 2>conftest.er1
35853 ac_status=$?
35854 grep -v '^ *+' conftest.er1 >conftest.err
35855 rm -f conftest.er1
35856 cat conftest.err >&5
35857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35858 (exit $ac_status); } && {
35859 test -z "$ac_c_werror_flag" ||
35860 test ! -s conftest.err
35861 } && test -s conftest$ac_exeext &&
35862 $as_test_x conftest$ac_exeext; then
35863 eval "$as_ac_var=yes"
35864 else
35865 echo "$as_me: failed program was:" >&5
35866 sed 's/^/| /' conftest.$ac_ext >&5
35867
35868 eval "$as_ac_var=no"
35869 fi
35870
35871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35872 conftest$ac_exeext conftest.$ac_ext
35873 fi
35874 ac_res=`eval echo '${'$as_ac_var'}'`
35875 { echo "$as_me:$LINENO: result: $ac_res" >&5
35876 echo "${ECHO_T}$ac_res" >&6; }
35877 if test `eval echo '${'$as_ac_var'}'` = yes; then
35878 cat >>confdefs.h <<_ACEOF
35879 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35880 _ACEOF
35881 WCSLEN_FOUND=1
35882 fi
35883 done
35884
35885
35886 if test "$WCSLEN_FOUND" = 0; then
35887 if test "$TOOLKIT" = "MSW"; then
35888 { echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
35889 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6; }
35890 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
35891 echo $ECHO_N "(cached) $ECHO_C" >&6
35892 else
35893 ac_check_lib_save_LIBS=$LIBS
35894 LIBS="-lmsvcrt $LIBS"
35895 cat >conftest.$ac_ext <<_ACEOF
35896 /* confdefs.h. */
35897 _ACEOF
35898 cat confdefs.h >>conftest.$ac_ext
35899 cat >>conftest.$ac_ext <<_ACEOF
35900 /* end confdefs.h. */
35901
35902 /* Override any GCC internal prototype to avoid an error.
35903 Use char because int might match the return type of a GCC
35904 builtin and then its argument prototype would still apply. */
35905 #ifdef __cplusplus
35906 extern "C"
35907 #endif
35908 char wcslen ();
35909 int
35910 main ()
35911 {
35912 return wcslen ();
35913 ;
35914 return 0;
35915 }
35916 _ACEOF
35917 rm -f conftest.$ac_objext conftest$ac_exeext
35918 if { (ac_try="$ac_link"
35919 case "(($ac_try" in
35920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35921 *) ac_try_echo=$ac_try;;
35922 esac
35923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35924 (eval "$ac_link") 2>conftest.er1
35925 ac_status=$?
35926 grep -v '^ *+' conftest.er1 >conftest.err
35927 rm -f conftest.er1
35928 cat conftest.err >&5
35929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35930 (exit $ac_status); } && {
35931 test -z "$ac_c_werror_flag" ||
35932 test ! -s conftest.err
35933 } && test -s conftest$ac_exeext &&
35934 $as_test_x conftest$ac_exeext; then
35935 ac_cv_lib_msvcrt_wcslen=yes
35936 else
35937 echo "$as_me: failed program was:" >&5
35938 sed 's/^/| /' conftest.$ac_ext >&5
35939
35940 ac_cv_lib_msvcrt_wcslen=no
35941 fi
35942
35943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35944 conftest$ac_exeext conftest.$ac_ext
35945 LIBS=$ac_check_lib_save_LIBS
35946 fi
35947 { echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
35948 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6; }
35949 if test $ac_cv_lib_msvcrt_wcslen = yes; then
35950 WCHAR_OK=1
35951 fi
35952
35953 else
35954 { echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
35955 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6; }
35956 if test "${ac_cv_lib_w_wcslen+set}" = set; then
35957 echo $ECHO_N "(cached) $ECHO_C" >&6
35958 else
35959 ac_check_lib_save_LIBS=$LIBS
35960 LIBS="-lw $LIBS"
35961 cat >conftest.$ac_ext <<_ACEOF
35962 /* confdefs.h. */
35963 _ACEOF
35964 cat confdefs.h >>conftest.$ac_ext
35965 cat >>conftest.$ac_ext <<_ACEOF
35966 /* end confdefs.h. */
35967
35968 /* Override any GCC internal prototype to avoid an error.
35969 Use char because int might match the return type of a GCC
35970 builtin and then its argument prototype would still apply. */
35971 #ifdef __cplusplus
35972 extern "C"
35973 #endif
35974 char wcslen ();
35975 int
35976 main ()
35977 {
35978 return wcslen ();
35979 ;
35980 return 0;
35981 }
35982 _ACEOF
35983 rm -f conftest.$ac_objext conftest$ac_exeext
35984 if { (ac_try="$ac_link"
35985 case "(($ac_try" in
35986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35987 *) ac_try_echo=$ac_try;;
35988 esac
35989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35990 (eval "$ac_link") 2>conftest.er1
35991 ac_status=$?
35992 grep -v '^ *+' conftest.er1 >conftest.err
35993 rm -f conftest.er1
35994 cat conftest.err >&5
35995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35996 (exit $ac_status); } && {
35997 test -z "$ac_c_werror_flag" ||
35998 test ! -s conftest.err
35999 } && test -s conftest$ac_exeext &&
36000 $as_test_x conftest$ac_exeext; then
36001 ac_cv_lib_w_wcslen=yes
36002 else
36003 echo "$as_me: failed program was:" >&5
36004 sed 's/^/| /' conftest.$ac_ext >&5
36005
36006 ac_cv_lib_w_wcslen=no
36007 fi
36008
36009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36010 conftest$ac_exeext conftest.$ac_ext
36011 LIBS=$ac_check_lib_save_LIBS
36012 fi
36013 { echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
36014 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6; }
36015 if test $ac_cv_lib_w_wcslen = yes; then
36016
36017 WCHAR_LINK=" -lw"
36018 WCSLEN_FOUND=1
36019
36020 fi
36021
36022 fi
36023 fi
36024
36025 if test "$WCSLEN_FOUND" = 1; then
36026 cat >>confdefs.h <<\_ACEOF
36027 #define HAVE_WCSLEN 1
36028 _ACEOF
36029
36030 fi
36031
36032
36033
36034
36035
36036
36037 for ac_func in wcsdup strnlen wcsnlen wcscasecmp wcsncasecmp
36038 do
36039 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36040 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36041 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36042 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36043 echo $ECHO_N "(cached) $ECHO_C" >&6
36044 else
36045 cat >conftest.$ac_ext <<_ACEOF
36046 /* confdefs.h. */
36047 _ACEOF
36048 cat confdefs.h >>conftest.$ac_ext
36049 cat >>conftest.$ac_ext <<_ACEOF
36050 /* end confdefs.h. */
36051 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36052 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36053 #define $ac_func innocuous_$ac_func
36054
36055 /* System header to define __stub macros and hopefully few prototypes,
36056 which can conflict with char $ac_func (); below.
36057 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36058 <limits.h> exists even on freestanding compilers. */
36059
36060 #ifdef __STDC__
36061 # include <limits.h>
36062 #else
36063 # include <assert.h>
36064 #endif
36065
36066 #undef $ac_func
36067
36068 /* Override any GCC internal prototype to avoid an error.
36069 Use char because int might match the return type of a GCC
36070 builtin and then its argument prototype would still apply. */
36071 #ifdef __cplusplus
36072 extern "C"
36073 #endif
36074 char $ac_func ();
36075 /* The GNU C library defines this for functions which it implements
36076 to always fail with ENOSYS. Some functions are actually named
36077 something starting with __ and the normal name is an alias. */
36078 #if defined __stub_$ac_func || defined __stub___$ac_func
36079 choke me
36080 #endif
36081
36082 int
36083 main ()
36084 {
36085 return $ac_func ();
36086 ;
36087 return 0;
36088 }
36089 _ACEOF
36090 rm -f conftest.$ac_objext conftest$ac_exeext
36091 if { (ac_try="$ac_link"
36092 case "(($ac_try" in
36093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36094 *) ac_try_echo=$ac_try;;
36095 esac
36096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36097 (eval "$ac_link") 2>conftest.er1
36098 ac_status=$?
36099 grep -v '^ *+' conftest.er1 >conftest.err
36100 rm -f conftest.er1
36101 cat conftest.err >&5
36102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36103 (exit $ac_status); } && {
36104 test -z "$ac_c_werror_flag" ||
36105 test ! -s conftest.err
36106 } && test -s conftest$ac_exeext &&
36107 $as_test_x conftest$ac_exeext; then
36108 eval "$as_ac_var=yes"
36109 else
36110 echo "$as_me: failed program was:" >&5
36111 sed 's/^/| /' conftest.$ac_ext >&5
36112
36113 eval "$as_ac_var=no"
36114 fi
36115
36116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36117 conftest$ac_exeext conftest.$ac_ext
36118 fi
36119 ac_res=`eval echo '${'$as_ac_var'}'`
36120 { echo "$as_me:$LINENO: result: $ac_res" >&5
36121 echo "${ECHO_T}$ac_res" >&6; }
36122 if test `eval echo '${'$as_ac_var'}'` = yes; then
36123 cat >>confdefs.h <<_ACEOF
36124 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36125 _ACEOF
36126
36127 fi
36128 done
36129
36130
36131 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
36132 CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
36133 fi
36134
36135 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
36136 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
36137 if test "${ac_cv_type_mbstate_t+set}" = set; then
36138 echo $ECHO_N "(cached) $ECHO_C" >&6
36139 else
36140 cat >conftest.$ac_ext <<_ACEOF
36141 /* confdefs.h. */
36142 _ACEOF
36143 cat confdefs.h >>conftest.$ac_ext
36144 cat >>conftest.$ac_ext <<_ACEOF
36145 /* end confdefs.h. */
36146 #include <wchar.h>
36147
36148 typedef mbstate_t ac__type_new_;
36149 int
36150 main ()
36151 {
36152 if ((ac__type_new_ *) 0)
36153 return 0;
36154 if (sizeof (ac__type_new_))
36155 return 0;
36156 ;
36157 return 0;
36158 }
36159 _ACEOF
36160 rm -f conftest.$ac_objext
36161 if { (ac_try="$ac_compile"
36162 case "(($ac_try" in
36163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36164 *) ac_try_echo=$ac_try;;
36165 esac
36166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36167 (eval "$ac_compile") 2>conftest.er1
36168 ac_status=$?
36169 grep -v '^ *+' conftest.er1 >conftest.err
36170 rm -f conftest.er1
36171 cat conftest.err >&5
36172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36173 (exit $ac_status); } && {
36174 test -z "$ac_c_werror_flag" ||
36175 test ! -s conftest.err
36176 } && test -s conftest.$ac_objext; then
36177 ac_cv_type_mbstate_t=yes
36178 else
36179 echo "$as_me: failed program was:" >&5
36180 sed 's/^/| /' conftest.$ac_ext >&5
36181
36182 ac_cv_type_mbstate_t=no
36183 fi
36184
36185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36186 fi
36187 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
36188 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
36189 if test $ac_cv_type_mbstate_t = yes; then
36190
36191 cat >>confdefs.h <<_ACEOF
36192 #define HAVE_MBSTATE_T 1
36193 _ACEOF
36194
36195
36196 for ac_func in wcsrtombs
36197 do
36198 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36199 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36200 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36201 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36202 echo $ECHO_N "(cached) $ECHO_C" >&6
36203 else
36204 cat >conftest.$ac_ext <<_ACEOF
36205 /* confdefs.h. */
36206 _ACEOF
36207 cat confdefs.h >>conftest.$ac_ext
36208 cat >>conftest.$ac_ext <<_ACEOF
36209 /* end confdefs.h. */
36210 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36211 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36212 #define $ac_func innocuous_$ac_func
36213
36214 /* System header to define __stub macros and hopefully few prototypes,
36215 which can conflict with char $ac_func (); below.
36216 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36217 <limits.h> exists even on freestanding compilers. */
36218
36219 #ifdef __STDC__
36220 # include <limits.h>
36221 #else
36222 # include <assert.h>
36223 #endif
36224
36225 #undef $ac_func
36226
36227 /* Override any GCC internal prototype to avoid an error.
36228 Use char because int might match the return type of a GCC
36229 builtin and then its argument prototype would still apply. */
36230 #ifdef __cplusplus
36231 extern "C"
36232 #endif
36233 char $ac_func ();
36234 /* The GNU C library defines this for functions which it implements
36235 to always fail with ENOSYS. Some functions are actually named
36236 something starting with __ and the normal name is an alias. */
36237 #if defined __stub_$ac_func || defined __stub___$ac_func
36238 choke me
36239 #endif
36240
36241 int
36242 main ()
36243 {
36244 return $ac_func ();
36245 ;
36246 return 0;
36247 }
36248 _ACEOF
36249 rm -f conftest.$ac_objext conftest$ac_exeext
36250 if { (ac_try="$ac_link"
36251 case "(($ac_try" in
36252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36253 *) ac_try_echo=$ac_try;;
36254 esac
36255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36256 (eval "$ac_link") 2>conftest.er1
36257 ac_status=$?
36258 grep -v '^ *+' conftest.er1 >conftest.err
36259 rm -f conftest.er1
36260 cat conftest.err >&5
36261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36262 (exit $ac_status); } && {
36263 test -z "$ac_c_werror_flag" ||
36264 test ! -s conftest.err
36265 } && test -s conftest$ac_exeext &&
36266 $as_test_x conftest$ac_exeext; then
36267 eval "$as_ac_var=yes"
36268 else
36269 echo "$as_me: failed program was:" >&5
36270 sed 's/^/| /' conftest.$ac_ext >&5
36271
36272 eval "$as_ac_var=no"
36273 fi
36274
36275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36276 conftest$ac_exeext conftest.$ac_ext
36277 fi
36278 ac_res=`eval echo '${'$as_ac_var'}'`
36279 { echo "$as_me:$LINENO: result: $ac_res" >&5
36280 echo "${ECHO_T}$ac_res" >&6; }
36281 if test `eval echo '${'$as_ac_var'}'` = yes; then
36282 cat >>confdefs.h <<_ACEOF
36283 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36284 _ACEOF
36285
36286 fi
36287 done
36288
36289 fi
36290
36291 else
36292 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
36293 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
36294 fi
36295
36296
36297
36298
36299 for ac_func in snprintf vsnprintf vsscanf
36300 do
36301 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36302 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36303 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36304 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36305 echo $ECHO_N "(cached) $ECHO_C" >&6
36306 else
36307 cat >conftest.$ac_ext <<_ACEOF
36308 /* confdefs.h. */
36309 _ACEOF
36310 cat confdefs.h >>conftest.$ac_ext
36311 cat >>conftest.$ac_ext <<_ACEOF
36312 /* end confdefs.h. */
36313 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36314 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36315 #define $ac_func innocuous_$ac_func
36316
36317 /* System header to define __stub macros and hopefully few prototypes,
36318 which can conflict with char $ac_func (); below.
36319 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36320 <limits.h> exists even on freestanding compilers. */
36321
36322 #ifdef __STDC__
36323 # include <limits.h>
36324 #else
36325 # include <assert.h>
36326 #endif
36327
36328 #undef $ac_func
36329
36330 /* Override any GCC internal prototype to avoid an error.
36331 Use char because int might match the return type of a GCC
36332 builtin and then its argument prototype would still apply. */
36333 #ifdef __cplusplus
36334 extern "C"
36335 #endif
36336 char $ac_func ();
36337 /* The GNU C library defines this for functions which it implements
36338 to always fail with ENOSYS. Some functions are actually named
36339 something starting with __ and the normal name is an alias. */
36340 #if defined __stub_$ac_func || defined __stub___$ac_func
36341 choke me
36342 #endif
36343
36344 int
36345 main ()
36346 {
36347 return $ac_func ();
36348 ;
36349 return 0;
36350 }
36351 _ACEOF
36352 rm -f conftest.$ac_objext conftest$ac_exeext
36353 if { (ac_try="$ac_link"
36354 case "(($ac_try" in
36355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36356 *) ac_try_echo=$ac_try;;
36357 esac
36358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36359 (eval "$ac_link") 2>conftest.er1
36360 ac_status=$?
36361 grep -v '^ *+' conftest.er1 >conftest.err
36362 rm -f conftest.er1
36363 cat conftest.err >&5
36364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36365 (exit $ac_status); } && {
36366 test -z "$ac_c_werror_flag" ||
36367 test ! -s conftest.err
36368 } && test -s conftest$ac_exeext &&
36369 $as_test_x conftest$ac_exeext; then
36370 eval "$as_ac_var=yes"
36371 else
36372 echo "$as_me: failed program was:" >&5
36373 sed 's/^/| /' conftest.$ac_ext >&5
36374
36375 eval "$as_ac_var=no"
36376 fi
36377
36378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36379 conftest$ac_exeext conftest.$ac_ext
36380 fi
36381 ac_res=`eval echo '${'$as_ac_var'}'`
36382 { echo "$as_me:$LINENO: result: $ac_res" >&5
36383 echo "${ECHO_T}$ac_res" >&6; }
36384 if test `eval echo '${'$as_ac_var'}'` = yes; then
36385 cat >>confdefs.h <<_ACEOF
36386 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36387 _ACEOF
36388
36389 fi
36390 done
36391
36392
36393 ac_ext=cpp
36394 ac_cpp='$CXXCPP $CPPFLAGS'
36395 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36396 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36397 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36398
36399 if test "$ac_cv_func_vsnprintf" = "yes"; then
36400 { echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
36401 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6; }
36402 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
36403 echo $ECHO_N "(cached) $ECHO_C" >&6
36404 else
36405
36406 cat >conftest.$ac_ext <<_ACEOF
36407 /* confdefs.h. */
36408 _ACEOF
36409 cat confdefs.h >>conftest.$ac_ext
36410 cat >>conftest.$ac_ext <<_ACEOF
36411 /* end confdefs.h. */
36412
36413 #include <stdio.h>
36414 #include <stdarg.h>
36415 #ifdef __MSL__
36416 #if __MSL__ >= 0x6000
36417 namespace std {}
36418 using namespace std;
36419 #endif
36420 #endif
36421
36422 int
36423 main ()
36424 {
36425
36426 char *buf;
36427 va_list ap;
36428 vsnprintf(buf, 10u, "%s", ap);
36429
36430 ;
36431 return 0;
36432 }
36433 _ACEOF
36434 rm -f conftest.$ac_objext
36435 if { (ac_try="$ac_compile"
36436 case "(($ac_try" in
36437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36438 *) ac_try_echo=$ac_try;;
36439 esac
36440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36441 (eval "$ac_compile") 2>conftest.er1
36442 ac_status=$?
36443 grep -v '^ *+' conftest.er1 >conftest.err
36444 rm -f conftest.er1
36445 cat conftest.err >&5
36446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36447 (exit $ac_status); } && {
36448 test -z "$ac_cxx_werror_flag" ||
36449 test ! -s conftest.err
36450 } && test -s conftest.$ac_objext; then
36451 wx_cv_func_vsnprintf_decl=yes
36452 else
36453 echo "$as_me: failed program was:" >&5
36454 sed 's/^/| /' conftest.$ac_ext >&5
36455
36456 wx_cv_func_vsnprintf_decl=no
36457
36458 fi
36459
36460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36461
36462
36463 fi
36464 { echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
36465 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6; }
36466
36467 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
36468 cat >>confdefs.h <<\_ACEOF
36469 #define HAVE_VSNPRINTF_DECL 1
36470 _ACEOF
36471
36472
36473 { echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
36474 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6; }
36475 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
36476 echo $ECHO_N "(cached) $ECHO_C" >&6
36477 else
36478
36479 cat >conftest.$ac_ext <<_ACEOF
36480 /* confdefs.h. */
36481 _ACEOF
36482 cat confdefs.h >>conftest.$ac_ext
36483 cat >>conftest.$ac_ext <<_ACEOF
36484 /* end confdefs.h. */
36485
36486 #include <stdio.h>
36487 #include <stdarg.h>
36488 #ifdef __MSL__
36489 #if __MSL__ >= 0x6000
36490 namespace std {}
36491 using namespace std;
36492 #endif
36493 #endif
36494
36495 int
36496 main ()
36497 {
36498
36499 char *buf;
36500 va_list ap;
36501 const char *fmt = "%s";
36502 vsnprintf(buf, 10u, fmt, ap);
36503
36504 ;
36505 return 0;
36506 }
36507 _ACEOF
36508 rm -f conftest.$ac_objext
36509 if { (ac_try="$ac_compile"
36510 case "(($ac_try" in
36511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36512 *) ac_try_echo=$ac_try;;
36513 esac
36514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36515 (eval "$ac_compile") 2>conftest.er1
36516 ac_status=$?
36517 grep -v '^ *+' conftest.er1 >conftest.err
36518 rm -f conftest.er1
36519 cat conftest.err >&5
36520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36521 (exit $ac_status); } && {
36522 test -z "$ac_cxx_werror_flag" ||
36523 test ! -s conftest.err
36524 } && test -s conftest.$ac_objext; then
36525 wx_cv_func_broken_vsnprintf_decl=no
36526 else
36527 echo "$as_me: failed program was:" >&5
36528 sed 's/^/| /' conftest.$ac_ext >&5
36529
36530 wx_cv_func_broken_vsnprintf_decl=yes
36531
36532 fi
36533
36534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36535
36536
36537 fi
36538 { echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
36539 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6; }
36540
36541 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
36542 cat >>confdefs.h <<\_ACEOF
36543 #define HAVE_BROKEN_VSNPRINTF_DECL 1
36544 _ACEOF
36545
36546 fi
36547 fi
36548 fi
36549
36550 if test "$ac_cv_func_snprintf" = "yes"; then
36551 { echo "$as_me:$LINENO: checking for snprintf declaration" >&5
36552 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6; }
36553 if test "${wx_cv_func_snprintf_decl+set}" = set; then
36554 echo $ECHO_N "(cached) $ECHO_C" >&6
36555 else
36556
36557 cat >conftest.$ac_ext <<_ACEOF
36558 /* confdefs.h. */
36559 _ACEOF
36560 cat confdefs.h >>conftest.$ac_ext
36561 cat >>conftest.$ac_ext <<_ACEOF
36562 /* end confdefs.h. */
36563
36564 #include <stdio.h>
36565 #include <stdarg.h>
36566 #ifdef __MSL__
36567 #if __MSL__ >= 0x6000
36568 namespace std {}
36569 using namespace std;
36570 #endif
36571 #endif
36572
36573 int
36574 main ()
36575 {
36576
36577 char *buf;
36578 snprintf(buf, 10u, "%s", "wx");
36579
36580 ;
36581 return 0;
36582 }
36583 _ACEOF
36584 rm -f conftest.$ac_objext
36585 if { (ac_try="$ac_compile"
36586 case "(($ac_try" in
36587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36588 *) ac_try_echo=$ac_try;;
36589 esac
36590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36591 (eval "$ac_compile") 2>conftest.er1
36592 ac_status=$?
36593 grep -v '^ *+' conftest.er1 >conftest.err
36594 rm -f conftest.er1
36595 cat conftest.err >&5
36596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36597 (exit $ac_status); } && {
36598 test -z "$ac_cxx_werror_flag" ||
36599 test ! -s conftest.err
36600 } && test -s conftest.$ac_objext; then
36601 wx_cv_func_snprintf_decl=yes
36602 else
36603 echo "$as_me: failed program was:" >&5
36604 sed 's/^/| /' conftest.$ac_ext >&5
36605
36606 wx_cv_func_snprintf_decl=no
36607
36608 fi
36609
36610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36611
36612
36613 fi
36614 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
36615 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6; }
36616
36617 if test "$wx_cv_func_snprintf_decl" = "yes"; then
36618 cat >>confdefs.h <<\_ACEOF
36619 #define HAVE_SNPRINTF_DECL 1
36620 _ACEOF
36621
36622 fi
36623
36624 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
36625
36626 { echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
36627 echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6; }
36628 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
36629 echo $ECHO_N "(cached) $ECHO_C" >&6
36630 else
36631
36632 if test "$cross_compiling" = yes; then
36633
36634 { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
36635 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
36636 echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
36637 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
36638 wx_cv_func_snprintf_pos_params=no
36639
36640
36641 else
36642 cat >conftest.$ac_ext <<_ACEOF
36643 /* confdefs.h. */
36644 _ACEOF
36645 cat confdefs.h >>conftest.$ac_ext
36646 cat >>conftest.$ac_ext <<_ACEOF
36647 /* end confdefs.h. */
36648
36649 #include <stdio.h>
36650
36651 int main (void)
36652 {
36653 char buffer[128];
36654 snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
36655 if (strcmp ("2 3 1", buffer) == 0)
36656 exit (0);
36657 exit (1);
36658 }
36659
36660 _ACEOF
36661 rm -f conftest$ac_exeext
36662 if { (ac_try="$ac_link"
36663 case "(($ac_try" in
36664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36665 *) ac_try_echo=$ac_try;;
36666 esac
36667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36668 (eval "$ac_link") 2>&5
36669 ac_status=$?
36670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36671 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36672 { (case "(($ac_try" in
36673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36674 *) ac_try_echo=$ac_try;;
36675 esac
36676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36677 (eval "$ac_try") 2>&5
36678 ac_status=$?
36679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36680 (exit $ac_status); }; }; then
36681 wx_cv_func_snprintf_pos_params=no
36682 else
36683 echo "$as_me: program exited with status $ac_status" >&5
36684 echo "$as_me: failed program was:" >&5
36685 sed 's/^/| /' conftest.$ac_ext >&5
36686
36687 ( exit $ac_status )
36688 wx_cv_func_snprintf_pos_params=yes
36689 fi
36690 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36691 fi
36692
36693
36694
36695
36696 fi
36697 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
36698 echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6; }
36699
36700 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
36701 cat >>confdefs.h <<\_ACEOF
36702 #define HAVE_UNIX98_PRINTF 1
36703 _ACEOF
36704
36705 fi
36706 fi
36707 fi
36708
36709 if test "$ac_cv_func_vsscanf" = "yes"; then
36710 { echo "$as_me:$LINENO: checking for vsscanf declaration" >&5
36711 echo $ECHO_N "checking for vsscanf declaration... $ECHO_C" >&6; }
36712 if test "${wx_cv_func_vsscanf_decl+set}" = set; then
36713 echo $ECHO_N "(cached) $ECHO_C" >&6
36714 else
36715
36716 cat >conftest.$ac_ext <<_ACEOF
36717 /* confdefs.h. */
36718 _ACEOF
36719 cat confdefs.h >>conftest.$ac_ext
36720 cat >>conftest.$ac_ext <<_ACEOF
36721 /* end confdefs.h. */
36722
36723 #include <stdio.h>
36724 #include <stdarg.h>
36725 #ifdef __MSL__
36726 #if __MSL__ >= 0x6000
36727 namespace std {}
36728 using namespace std;
36729 #endif
36730 #endif
36731
36732 int
36733 main ()
36734 {
36735
36736 char *buf;
36737 va_list args;
36738 vsscanf(buf, "%s", args);
36739
36740 ;
36741 return 0;
36742 }
36743 _ACEOF
36744 rm -f conftest.$ac_objext
36745 if { (ac_try="$ac_compile"
36746 case "(($ac_try" in
36747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36748 *) ac_try_echo=$ac_try;;
36749 esac
36750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36751 (eval "$ac_compile") 2>conftest.er1
36752 ac_status=$?
36753 grep -v '^ *+' conftest.er1 >conftest.err
36754 rm -f conftest.er1
36755 cat conftest.err >&5
36756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36757 (exit $ac_status); } && {
36758 test -z "$ac_cxx_werror_flag" ||
36759 test ! -s conftest.err
36760 } && test -s conftest.$ac_objext; then
36761 wx_cv_func_vsscanf_decl=yes
36762 else
36763 echo "$as_me: failed program was:" >&5
36764 sed 's/^/| /' conftest.$ac_ext >&5
36765
36766 wx_cv_func_vsscanf_decl=no
36767
36768 fi
36769
36770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36771
36772
36773 fi
36774 { echo "$as_me:$LINENO: result: $wx_cv_func_vsscanf_decl" >&5
36775 echo "${ECHO_T}$wx_cv_func_vsscanf_decl" >&6; }
36776
36777 if test "$wx_cv_func_vsscanf_decl" = "yes"; then
36778 cat >>confdefs.h <<\_ACEOF
36779 #define HAVE_VSSCANF_DECL 1
36780 _ACEOF
36781
36782 fi
36783 fi
36784 ac_ext=c
36785 ac_cpp='$CPP $CPPFLAGS'
36786 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36787 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36788 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36789
36790
36791 if test "$wxUSE_UNICODE" = yes; then
36792
36793 wchar_headers="#include <stdio.h>
36794 #include <wchar.h>"
36795 case "${host}" in
36796 *-*-solaris2* )
36797
36798 for ac_header in widec.h
36799 do
36800 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36801 { echo "$as_me:$LINENO: checking for $ac_header" >&5
36802 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
36803 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
36804 echo $ECHO_N "(cached) $ECHO_C" >&6
36805 else
36806 cat >conftest.$ac_ext <<_ACEOF
36807 /* confdefs.h. */
36808 _ACEOF
36809 cat confdefs.h >>conftest.$ac_ext
36810 cat >>conftest.$ac_ext <<_ACEOF
36811 /* end confdefs.h. */
36812 $ac_includes_default
36813
36814 #include <$ac_header>
36815 _ACEOF
36816 rm -f conftest.$ac_objext
36817 if { (ac_try="$ac_compile"
36818 case "(($ac_try" in
36819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36820 *) ac_try_echo=$ac_try;;
36821 esac
36822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36823 (eval "$ac_compile") 2>conftest.er1
36824 ac_status=$?
36825 grep -v '^ *+' conftest.er1 >conftest.err
36826 rm -f conftest.er1
36827 cat conftest.err >&5
36828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36829 (exit $ac_status); } && {
36830 test -z "$ac_c_werror_flag" ||
36831 test ! -s conftest.err
36832 } && test -s conftest.$ac_objext; then
36833 eval "$as_ac_Header=yes"
36834 else
36835 echo "$as_me: failed program was:" >&5
36836 sed 's/^/| /' conftest.$ac_ext >&5
36837
36838 eval "$as_ac_Header=no"
36839 fi
36840
36841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36842 fi
36843 ac_res=`eval echo '${'$as_ac_Header'}'`
36844 { echo "$as_me:$LINENO: result: $ac_res" >&5
36845 echo "${ECHO_T}$ac_res" >&6; }
36846 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36847 cat >>confdefs.h <<_ACEOF
36848 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36849 _ACEOF
36850
36851 fi
36852
36853 done
36854
36855 if test "$ac_cv_header_widec_h" = "yes"; then
36856 wchar_headers="$wchar_headers
36857 #include <widec.h>"
36858 fi
36859 esac
36860
36861
36862 for wx_func in putws fputws wprintf vswprintf vswscanf
36863 do
36864 { echo "$as_me:$LINENO: checking for $wx_func" >&5
36865 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
36866 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
36867 echo $ECHO_N "(cached) $ECHO_C" >&6
36868 else
36869
36870 cat >conftest.$ac_ext <<_ACEOF
36871
36872 /* confdefs.h. */
36873 _ACEOF
36874 cat confdefs.h >>conftest.$ac_ext
36875 cat >>conftest.$ac_ext <<_ACEOF
36876 /* end confdefs.h. */
36877
36878 $wchar_headers
36879 $ac_includes_default
36880
36881 int
36882 main ()
36883 {
36884
36885 #ifndef $wx_func
36886 &$wx_func;
36887 #endif
36888
36889
36890 ;
36891 return 0;
36892 }
36893
36894 _ACEOF
36895 rm -f conftest.$ac_objext conftest$ac_exeext
36896 if { (ac_try="$ac_link"
36897 case "(($ac_try" in
36898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36899 *) ac_try_echo=$ac_try;;
36900 esac
36901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36902 (eval "$ac_link") 2>conftest.er1
36903 ac_status=$?
36904 grep -v '^ *+' conftest.er1 >conftest.err
36905 rm -f conftest.er1
36906 cat conftest.err >&5
36907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36908 (exit $ac_status); } && {
36909 test -z "$ac_c_werror_flag" ||
36910 test ! -s conftest.err
36911 } && test -s conftest$ac_exeext &&
36912 $as_test_x conftest$ac_exeext; then
36913 eval wx_cv_func_$wx_func=yes
36914 else
36915 echo "$as_me: failed program was:" >&5
36916 sed 's/^/| /' conftest.$ac_ext >&5
36917
36918 eval wx_cv_func_$wx_func=no
36919 fi
36920
36921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36922 conftest$ac_exeext conftest.$ac_ext
36923
36924 fi
36925 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
36926 { echo "$as_me:$LINENO: result: $ac_res" >&5
36927 echo "${ECHO_T}$ac_res" >&6; }
36928
36929 if eval test \$wx_cv_func_$wx_func = yes
36930 then
36931 cat >>confdefs.h <<_ACEOF
36932 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
36933 _ACEOF
36934
36935
36936 else
36937 :
36938
36939 fi
36940 done
36941
36942
36943 { echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
36944 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6; }
36945 cat >conftest.$ac_ext <<_ACEOF
36946 /* confdefs.h. */
36947 _ACEOF
36948 cat confdefs.h >>conftest.$ac_ext
36949 cat >>conftest.$ac_ext <<_ACEOF
36950 /* end confdefs.h. */
36951 #include <wchar.h>
36952 int
36953 main ()
36954 {
36955 &_vsnwprintf;
36956 ;
36957 return 0;
36958 }
36959 _ACEOF
36960 rm -f conftest.$ac_objext
36961 if { (ac_try="$ac_compile"
36962 case "(($ac_try" in
36963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36964 *) ac_try_echo=$ac_try;;
36965 esac
36966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36967 (eval "$ac_compile") 2>conftest.er1
36968 ac_status=$?
36969 grep -v '^ *+' conftest.er1 >conftest.err
36970 rm -f conftest.er1
36971 cat conftest.err >&5
36972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36973 (exit $ac_status); } && {
36974 test -z "$ac_c_werror_flag" ||
36975 test ! -s conftest.err
36976 } && test -s conftest.$ac_objext; then
36977 { echo "$as_me:$LINENO: result: yes" >&5
36978 echo "${ECHO_T}yes" >&6; }
36979 cat >>confdefs.h <<\_ACEOF
36980 #define HAVE__VSNWPRINTF 1
36981 _ACEOF
36982
36983 else
36984 echo "$as_me: failed program was:" >&5
36985 sed 's/^/| /' conftest.$ac_ext >&5
36986
36987 { echo "$as_me:$LINENO: result: no" >&5
36988 echo "${ECHO_T}no" >&6; }
36989 fi
36990
36991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
36992 fi
36993
36994 if test "$wxUSE_FILE" = "yes"; then
36995
36996 for wx_func in fsync
36997 do
36998 { echo "$as_me:$LINENO: checking for $wx_func" >&5
36999 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37000 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37001 echo $ECHO_N "(cached) $ECHO_C" >&6
37002 else
37003
37004 cat >conftest.$ac_ext <<_ACEOF
37005
37006 /* confdefs.h. */
37007 _ACEOF
37008 cat confdefs.h >>conftest.$ac_ext
37009 cat >>conftest.$ac_ext <<_ACEOF
37010 /* end confdefs.h. */
37011
37012
37013 $ac_includes_default
37014
37015 int
37016 main ()
37017 {
37018
37019 #ifndef $wx_func
37020 &$wx_func;
37021 #endif
37022
37023
37024 ;
37025 return 0;
37026 }
37027
37028 _ACEOF
37029 rm -f conftest.$ac_objext conftest$ac_exeext
37030 if { (ac_try="$ac_link"
37031 case "(($ac_try" in
37032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37033 *) ac_try_echo=$ac_try;;
37034 esac
37035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37036 (eval "$ac_link") 2>conftest.er1
37037 ac_status=$?
37038 grep -v '^ *+' conftest.er1 >conftest.err
37039 rm -f conftest.er1
37040 cat conftest.err >&5
37041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37042 (exit $ac_status); } && {
37043 test -z "$ac_c_werror_flag" ||
37044 test ! -s conftest.err
37045 } && test -s conftest$ac_exeext &&
37046 $as_test_x conftest$ac_exeext; then
37047 eval wx_cv_func_$wx_func=yes
37048 else
37049 echo "$as_me: failed program was:" >&5
37050 sed 's/^/| /' conftest.$ac_ext >&5
37051
37052 eval wx_cv_func_$wx_func=no
37053 fi
37054
37055 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37056 conftest$ac_exeext conftest.$ac_ext
37057
37058 fi
37059 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
37060 { echo "$as_me:$LINENO: result: $ac_res" >&5
37061 echo "${ECHO_T}$ac_res" >&6; }
37062
37063 if eval test \$wx_cv_func_$wx_func = yes
37064 then
37065 cat >>confdefs.h <<_ACEOF
37066 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37067 _ACEOF
37068
37069
37070 else
37071 :
37072
37073 fi
37074 done
37075
37076 fi
37077
37078 ac_ext=cpp
37079 ac_cpp='$CXXCPP $CPPFLAGS'
37080 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37081 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37082 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37083
37084
37085 for wx_func in round
37086 do
37087 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37088 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37089 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37090 echo $ECHO_N "(cached) $ECHO_C" >&6
37091 else
37092
37093 cat >conftest.$ac_ext <<_ACEOF
37094
37095 /* confdefs.h. */
37096 _ACEOF
37097 cat confdefs.h >>conftest.$ac_ext
37098 cat >>conftest.$ac_ext <<_ACEOF
37099 /* end confdefs.h. */
37100
37101 #include <math.h>
37102 $ac_includes_default
37103
37104 int
37105 main ()
37106 {
37107
37108 #ifndef $wx_func
37109 &$wx_func;
37110 #endif
37111
37112
37113 ;
37114 return 0;
37115 }
37116
37117 _ACEOF
37118 rm -f conftest.$ac_objext conftest$ac_exeext
37119 if { (ac_try="$ac_link"
37120 case "(($ac_try" in
37121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37122 *) ac_try_echo=$ac_try;;
37123 esac
37124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37125 (eval "$ac_link") 2>conftest.er1
37126 ac_status=$?
37127 grep -v '^ *+' conftest.er1 >conftest.err
37128 rm -f conftest.er1
37129 cat conftest.err >&5
37130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37131 (exit $ac_status); } && {
37132 test -z "$ac_cxx_werror_flag" ||
37133 test ! -s conftest.err
37134 } && test -s conftest$ac_exeext &&
37135 $as_test_x conftest$ac_exeext; then
37136 eval wx_cv_func_$wx_func=yes
37137 else
37138 echo "$as_me: failed program was:" >&5
37139 sed 's/^/| /' conftest.$ac_ext >&5
37140
37141 eval wx_cv_func_$wx_func=no
37142 fi
37143
37144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37145 conftest$ac_exeext conftest.$ac_ext
37146
37147 fi
37148 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
37149 { echo "$as_me:$LINENO: result: $ac_res" >&5
37150 echo "${ECHO_T}$ac_res" >&6; }
37151
37152 if eval test \$wx_cv_func_$wx_func = yes
37153 then
37154 cat >>confdefs.h <<_ACEOF
37155 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37156 _ACEOF
37157
37158
37159 else
37160 :
37161
37162 fi
37163 done
37164
37165 ac_ext=c
37166 ac_cpp='$CPP $CPPFLAGS'
37167 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37168 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37169 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37170
37171
37172 if test "$TOOLKIT" != "MSW"; then
37173
37174 if test "$wxUSE_LIBICONV" != "no" ; then
37175
37176
37177
37178 # Check whether --with-libiconv-prefix was given.
37179 if test "${with_libiconv_prefix+set}" = set; then
37180 withval=$with_libiconv_prefix;
37181 for dir in `echo "$withval" | tr : ' '`; do
37182 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
37183 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
37184 done
37185
37186 fi
37187
37188
37189 { echo "$as_me:$LINENO: checking for iconv" >&5
37190 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
37191 if test "${am_cv_func_iconv+set}" = set; then
37192 echo $ECHO_N "(cached) $ECHO_C" >&6
37193 else
37194
37195 am_cv_func_iconv="no, consider installing GNU libiconv"
37196 am_cv_lib_iconv=no
37197 cat >conftest.$ac_ext <<_ACEOF
37198 /* confdefs.h. */
37199 _ACEOF
37200 cat confdefs.h >>conftest.$ac_ext
37201 cat >>conftest.$ac_ext <<_ACEOF
37202 /* end confdefs.h. */
37203 #include <stdlib.h>
37204 #include <iconv.h>
37205 int
37206 main ()
37207 {
37208 iconv_t cd = iconv_open("","");
37209 iconv(cd,NULL,NULL,NULL,NULL);
37210 iconv_close(cd);
37211 ;
37212 return 0;
37213 }
37214 _ACEOF
37215 rm -f conftest.$ac_objext conftest$ac_exeext
37216 if { (ac_try="$ac_link"
37217 case "(($ac_try" in
37218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37219 *) ac_try_echo=$ac_try;;
37220 esac
37221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37222 (eval "$ac_link") 2>conftest.er1
37223 ac_status=$?
37224 grep -v '^ *+' conftest.er1 >conftest.err
37225 rm -f conftest.er1
37226 cat conftest.err >&5
37227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37228 (exit $ac_status); } && {
37229 test -z "$ac_c_werror_flag" ||
37230 test ! -s conftest.err
37231 } && test -s conftest$ac_exeext &&
37232 $as_test_x conftest$ac_exeext; then
37233 am_cv_func_iconv=yes
37234 else
37235 echo "$as_me: failed program was:" >&5
37236 sed 's/^/| /' conftest.$ac_ext >&5
37237
37238
37239 fi
37240
37241 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37242 conftest$ac_exeext conftest.$ac_ext
37243 if test "$am_cv_func_iconv" != yes; then
37244 am_save_LIBS="$LIBS"
37245 LIBS="$LIBS -liconv"
37246 cat >conftest.$ac_ext <<_ACEOF
37247 /* confdefs.h. */
37248 _ACEOF
37249 cat confdefs.h >>conftest.$ac_ext
37250 cat >>conftest.$ac_ext <<_ACEOF
37251 /* end confdefs.h. */
37252 #include <stdlib.h>
37253 #include <iconv.h>
37254 int
37255 main ()
37256 {
37257 iconv_t cd = iconv_open("","");
37258 iconv(cd,NULL,NULL,NULL,NULL);
37259 iconv_close(cd);
37260 ;
37261 return 0;
37262 }
37263 _ACEOF
37264 rm -f conftest.$ac_objext conftest$ac_exeext
37265 if { (ac_try="$ac_link"
37266 case "(($ac_try" in
37267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37268 *) ac_try_echo=$ac_try;;
37269 esac
37270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37271 (eval "$ac_link") 2>conftest.er1
37272 ac_status=$?
37273 grep -v '^ *+' conftest.er1 >conftest.err
37274 rm -f conftest.er1
37275 cat conftest.err >&5
37276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37277 (exit $ac_status); } && {
37278 test -z "$ac_c_werror_flag" ||
37279 test ! -s conftest.err
37280 } && test -s conftest$ac_exeext &&
37281 $as_test_x conftest$ac_exeext; then
37282 am_cv_lib_iconv=yes
37283 am_cv_func_iconv=yes
37284 else
37285 echo "$as_me: failed program was:" >&5
37286 sed 's/^/| /' conftest.$ac_ext >&5
37287
37288
37289 fi
37290
37291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37292 conftest$ac_exeext conftest.$ac_ext
37293 LIBS="$am_save_LIBS"
37294 fi
37295
37296 fi
37297 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
37298 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
37299 if test "$am_cv_func_iconv" = yes; then
37300
37301 cat >>confdefs.h <<\_ACEOF
37302 #define HAVE_ICONV 1
37303 _ACEOF
37304
37305 { echo "$as_me:$LINENO: checking if iconv needs const" >&5
37306 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6; }
37307 if test "${wx_cv_func_iconv_const+set}" = set; then
37308 echo $ECHO_N "(cached) $ECHO_C" >&6
37309 else
37310 cat >conftest.$ac_ext <<_ACEOF
37311 /* confdefs.h. */
37312 _ACEOF
37313 cat confdefs.h >>conftest.$ac_ext
37314 cat >>conftest.$ac_ext <<_ACEOF
37315 /* end confdefs.h. */
37316
37317 #include <stdlib.h>
37318 #include <iconv.h>
37319 extern
37320 #ifdef __cplusplus
37321 "C"
37322 #endif
37323 #if defined(__STDC__) || defined(__cplusplus)
37324 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
37325 #else
37326 size_t iconv();
37327 #endif
37328
37329 int
37330 main ()
37331 {
37332
37333 ;
37334 return 0;
37335 }
37336 _ACEOF
37337 rm -f conftest.$ac_objext
37338 if { (ac_try="$ac_compile"
37339 case "(($ac_try" in
37340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37341 *) ac_try_echo=$ac_try;;
37342 esac
37343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37344 (eval "$ac_compile") 2>conftest.er1
37345 ac_status=$?
37346 grep -v '^ *+' conftest.er1 >conftest.err
37347 rm -f conftest.er1
37348 cat conftest.err >&5
37349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37350 (exit $ac_status); } && {
37351 test -z "$ac_c_werror_flag" ||
37352 test ! -s conftest.err
37353 } && test -s conftest.$ac_objext; then
37354 wx_cv_func_iconv_const="no"
37355 else
37356 echo "$as_me: failed program was:" >&5
37357 sed 's/^/| /' conftest.$ac_ext >&5
37358
37359 wx_cv_func_iconv_const="yes"
37360
37361 fi
37362
37363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37364
37365 fi
37366 { echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
37367 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6; }
37368
37369 iconv_const=
37370 if test "x$wx_cv_func_iconv_const" = "xyes"; then
37371 iconv_const="const"
37372 fi
37373
37374
37375 cat >>confdefs.h <<_ACEOF
37376 #define ICONV_CONST $iconv_const
37377 _ACEOF
37378
37379 fi
37380 LIBICONV=
37381 if test "$am_cv_lib_iconv" = yes; then
37382 LIBICONV="-liconv"
37383 fi
37384
37385
37386 LIBS="$LIBICONV $LIBS"
37387 fi
37388
37389 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
37390
37391 for ac_func in sigaction
37392 do
37393 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37394 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37395 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37396 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37397 echo $ECHO_N "(cached) $ECHO_C" >&6
37398 else
37399 cat >conftest.$ac_ext <<_ACEOF
37400 /* confdefs.h. */
37401 _ACEOF
37402 cat confdefs.h >>conftest.$ac_ext
37403 cat >>conftest.$ac_ext <<_ACEOF
37404 /* end confdefs.h. */
37405 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37406 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37407 #define $ac_func innocuous_$ac_func
37408
37409 /* System header to define __stub macros and hopefully few prototypes,
37410 which can conflict with char $ac_func (); below.
37411 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37412 <limits.h> exists even on freestanding compilers. */
37413
37414 #ifdef __STDC__
37415 # include <limits.h>
37416 #else
37417 # include <assert.h>
37418 #endif
37419
37420 #undef $ac_func
37421
37422 /* Override any GCC internal prototype to avoid an error.
37423 Use char because int might match the return type of a GCC
37424 builtin and then its argument prototype would still apply. */
37425 #ifdef __cplusplus
37426 extern "C"
37427 #endif
37428 char $ac_func ();
37429 /* The GNU C library defines this for functions which it implements
37430 to always fail with ENOSYS. Some functions are actually named
37431 something starting with __ and the normal name is an alias. */
37432 #if defined __stub_$ac_func || defined __stub___$ac_func
37433 choke me
37434 #endif
37435
37436 int
37437 main ()
37438 {
37439 return $ac_func ();
37440 ;
37441 return 0;
37442 }
37443 _ACEOF
37444 rm -f conftest.$ac_objext conftest$ac_exeext
37445 if { (ac_try="$ac_link"
37446 case "(($ac_try" in
37447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37448 *) ac_try_echo=$ac_try;;
37449 esac
37450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37451 (eval "$ac_link") 2>conftest.er1
37452 ac_status=$?
37453 grep -v '^ *+' conftest.er1 >conftest.err
37454 rm -f conftest.er1
37455 cat conftest.err >&5
37456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37457 (exit $ac_status); } && {
37458 test -z "$ac_c_werror_flag" ||
37459 test ! -s conftest.err
37460 } && test -s conftest$ac_exeext &&
37461 $as_test_x conftest$ac_exeext; then
37462 eval "$as_ac_var=yes"
37463 else
37464 echo "$as_me: failed program was:" >&5
37465 sed 's/^/| /' conftest.$ac_ext >&5
37466
37467 eval "$as_ac_var=no"
37468 fi
37469
37470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37471 conftest$ac_exeext conftest.$ac_ext
37472 fi
37473 ac_res=`eval echo '${'$as_ac_var'}'`
37474 { echo "$as_me:$LINENO: result: $ac_res" >&5
37475 echo "${ECHO_T}$ac_res" >&6; }
37476 if test `eval echo '${'$as_ac_var'}'` = yes; then
37477 cat >>confdefs.h <<_ACEOF
37478 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37479 _ACEOF
37480
37481 fi
37482 done
37483
37484
37485 if test "$ac_cv_func_sigaction" = "no"; then
37486 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
37487 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
37488 wxUSE_ON_FATAL_EXCEPTION=no
37489 fi
37490
37491 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
37492 { echo "$as_me:$LINENO: checking for sa_handler type" >&5
37493 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6; }
37494 if test "${wx_cv_type_sa_handler+set}" = set; then
37495 echo $ECHO_N "(cached) $ECHO_C" >&6
37496 else
37497
37498 ac_ext=cpp
37499 ac_cpp='$CXXCPP $CPPFLAGS'
37500 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37501 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37502 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37503
37504 cat >conftest.$ac_ext <<_ACEOF
37505 /* confdefs.h. */
37506 _ACEOF
37507 cat confdefs.h >>conftest.$ac_ext
37508 cat >>conftest.$ac_ext <<_ACEOF
37509 /* end confdefs.h. */
37510 #include <signal.h>
37511 int
37512 main ()
37513 {
37514
37515 extern void testSigHandler(int);
37516
37517 struct sigaction sa;
37518 sa.sa_handler = testSigHandler;
37519
37520 ;
37521 return 0;
37522 }
37523 _ACEOF
37524 rm -f conftest.$ac_objext
37525 if { (ac_try="$ac_compile"
37526 case "(($ac_try" in
37527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37528 *) ac_try_echo=$ac_try;;
37529 esac
37530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37531 (eval "$ac_compile") 2>conftest.er1
37532 ac_status=$?
37533 grep -v '^ *+' conftest.er1 >conftest.err
37534 rm -f conftest.er1
37535 cat conftest.err >&5
37536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37537 (exit $ac_status); } && {
37538 test -z "$ac_cxx_werror_flag" ||
37539 test ! -s conftest.err
37540 } && test -s conftest.$ac_objext; then
37541
37542 wx_cv_type_sa_handler=int
37543
37544 else
37545 echo "$as_me: failed program was:" >&5
37546 sed 's/^/| /' conftest.$ac_ext >&5
37547
37548
37549 wx_cv_type_sa_handler=void
37550
37551 fi
37552
37553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37554 ac_ext=c
37555 ac_cpp='$CPP $CPPFLAGS'
37556 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37557 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37558 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37559
37560
37561 fi
37562 { echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
37563 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6; }
37564
37565 cat >>confdefs.h <<_ACEOF
37566 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
37567 _ACEOF
37568
37569 fi
37570 fi
37571
37572 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
37573 { echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
37574 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6; }
37575 if test "${wx_cv_func_backtrace+set}" = set; then
37576 echo $ECHO_N "(cached) $ECHO_C" >&6
37577 else
37578
37579 ac_ext=cpp
37580 ac_cpp='$CXXCPP $CPPFLAGS'
37581 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37582 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37583 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37584
37585 cat >conftest.$ac_ext <<_ACEOF
37586 /* confdefs.h. */
37587 _ACEOF
37588 cat confdefs.h >>conftest.$ac_ext
37589 cat >>conftest.$ac_ext <<_ACEOF
37590 /* end confdefs.h. */
37591 #include <execinfo.h>
37592 int
37593 main ()
37594 {
37595
37596 void *trace[1];
37597 char **messages;
37598
37599 backtrace(trace, 1);
37600 messages = backtrace_symbols(trace, 1);
37601
37602 ;
37603 return 0;
37604 }
37605 _ACEOF
37606 rm -f conftest.$ac_objext
37607 if { (ac_try="$ac_compile"
37608 case "(($ac_try" in
37609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37610 *) ac_try_echo=$ac_try;;
37611 esac
37612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37613 (eval "$ac_compile") 2>conftest.er1
37614 ac_status=$?
37615 grep -v '^ *+' conftest.er1 >conftest.err
37616 rm -f conftest.er1
37617 cat conftest.err >&5
37618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37619 (exit $ac_status); } && {
37620 test -z "$ac_cxx_werror_flag" ||
37621 test ! -s conftest.err
37622 } && test -s conftest.$ac_objext; then
37623 wx_cv_func_backtrace=yes
37624 else
37625 echo "$as_me: failed program was:" >&5
37626 sed 's/^/| /' conftest.$ac_ext >&5
37627
37628 wx_cv_func_backtrace=no
37629
37630 fi
37631
37632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37633 ac_ext=c
37634 ac_cpp='$CPP $CPPFLAGS'
37635 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37636 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37637 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37638
37639
37640
37641 fi
37642 { echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
37643 echo "${ECHO_T}$wx_cv_func_backtrace" >&6; }
37644
37645
37646 if test "$wx_cv_func_backtrace" = "no"; then
37647 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
37648 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
37649 wxUSE_STACKWALKER=no
37650 else
37651 { echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
37652 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6; }
37653 if test "${wx_cv_func_cxa_demangle+set}" = set; then
37654 echo $ECHO_N "(cached) $ECHO_C" >&6
37655 else
37656
37657 ac_ext=cpp
37658 ac_cpp='$CXXCPP $CPPFLAGS'
37659 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37660 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37661 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37662
37663 cat >conftest.$ac_ext <<_ACEOF
37664 /* confdefs.h. */
37665 _ACEOF
37666 cat confdefs.h >>conftest.$ac_ext
37667 cat >>conftest.$ac_ext <<_ACEOF
37668 /* end confdefs.h. */
37669 #include <cxxabi.h>
37670 int
37671 main ()
37672 {
37673
37674 int rc;
37675 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
37676
37677 ;
37678 return 0;
37679 }
37680 _ACEOF
37681 rm -f conftest.$ac_objext conftest$ac_exeext
37682 if { (ac_try="$ac_link"
37683 case "(($ac_try" in
37684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37685 *) ac_try_echo=$ac_try;;
37686 esac
37687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37688 (eval "$ac_link") 2>conftest.er1
37689 ac_status=$?
37690 grep -v '^ *+' conftest.er1 >conftest.err
37691 rm -f conftest.er1
37692 cat conftest.err >&5
37693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37694 (exit $ac_status); } && {
37695 test -z "$ac_cxx_werror_flag" ||
37696 test ! -s conftest.err
37697 } && test -s conftest$ac_exeext &&
37698 $as_test_x conftest$ac_exeext; then
37699 wx_cv_func_cxa_demangle=yes
37700 else
37701 echo "$as_me: failed program was:" >&5
37702 sed 's/^/| /' conftest.$ac_ext >&5
37703
37704 wx_cv_func_cxa_demangle=no
37705
37706 fi
37707
37708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37709 conftest$ac_exeext conftest.$ac_ext
37710 ac_ext=c
37711 ac_cpp='$CPP $CPPFLAGS'
37712 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37713 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37714 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37715
37716
37717
37718 fi
37719 { echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
37720 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6; }
37721
37722 if test "$wx_cv_func_cxa_demangle" = "yes"; then
37723 cat >>confdefs.h <<\_ACEOF
37724 #define HAVE_CXA_DEMANGLE 1
37725 _ACEOF
37726
37727 fi
37728 fi
37729 fi
37730
37731 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
37732 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
37733 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
37734 wxUSE_STACKWALKER=no
37735 fi
37736
37737
37738
37739
37740 for ac_func in mkstemp mktemp
37741 do
37742 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37743 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37744 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37745 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37746 echo $ECHO_N "(cached) $ECHO_C" >&6
37747 else
37748 cat >conftest.$ac_ext <<_ACEOF
37749 /* confdefs.h. */
37750 _ACEOF
37751 cat confdefs.h >>conftest.$ac_ext
37752 cat >>conftest.$ac_ext <<_ACEOF
37753 /* end confdefs.h. */
37754 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37755 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37756 #define $ac_func innocuous_$ac_func
37757
37758 /* System header to define __stub macros and hopefully few prototypes,
37759 which can conflict with char $ac_func (); below.
37760 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37761 <limits.h> exists even on freestanding compilers. */
37762
37763 #ifdef __STDC__
37764 # include <limits.h>
37765 #else
37766 # include <assert.h>
37767 #endif
37768
37769 #undef $ac_func
37770
37771 /* Override any GCC internal prototype to avoid an error.
37772 Use char because int might match the return type of a GCC
37773 builtin and then its argument prototype would still apply. */
37774 #ifdef __cplusplus
37775 extern "C"
37776 #endif
37777 char $ac_func ();
37778 /* The GNU C library defines this for functions which it implements
37779 to always fail with ENOSYS. Some functions are actually named
37780 something starting with __ and the normal name is an alias. */
37781 #if defined __stub_$ac_func || defined __stub___$ac_func
37782 choke me
37783 #endif
37784
37785 int
37786 main ()
37787 {
37788 return $ac_func ();
37789 ;
37790 return 0;
37791 }
37792 _ACEOF
37793 rm -f conftest.$ac_objext conftest$ac_exeext
37794 if { (ac_try="$ac_link"
37795 case "(($ac_try" in
37796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37797 *) ac_try_echo=$ac_try;;
37798 esac
37799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37800 (eval "$ac_link") 2>conftest.er1
37801 ac_status=$?
37802 grep -v '^ *+' conftest.er1 >conftest.err
37803 rm -f conftest.er1
37804 cat conftest.err >&5
37805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37806 (exit $ac_status); } && {
37807 test -z "$ac_c_werror_flag" ||
37808 test ! -s conftest.err
37809 } && test -s conftest$ac_exeext &&
37810 $as_test_x conftest$ac_exeext; then
37811 eval "$as_ac_var=yes"
37812 else
37813 echo "$as_me: failed program was:" >&5
37814 sed 's/^/| /' conftest.$ac_ext >&5
37815
37816 eval "$as_ac_var=no"
37817 fi
37818
37819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37820 conftest$ac_exeext conftest.$ac_ext
37821 fi
37822 ac_res=`eval echo '${'$as_ac_var'}'`
37823 { echo "$as_me:$LINENO: result: $ac_res" >&5
37824 echo "${ECHO_T}$ac_res" >&6; }
37825 if test `eval echo '${'$as_ac_var'}'` = yes; then
37826 cat >>confdefs.h <<_ACEOF
37827 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37828 _ACEOF
37829 break
37830 fi
37831 done
37832
37833
37834 { echo "$as_me:$LINENO: checking for statfs" >&5
37835 echo $ECHO_N "checking for statfs... $ECHO_C" >&6; }
37836 if test "${wx_cv_func_statfs+set}" = set; then
37837 echo $ECHO_N "(cached) $ECHO_C" >&6
37838 else
37839 cat >conftest.$ac_ext <<_ACEOF
37840 /* confdefs.h. */
37841 _ACEOF
37842 cat confdefs.h >>conftest.$ac_ext
37843 cat >>conftest.$ac_ext <<_ACEOF
37844 /* end confdefs.h. */
37845
37846 #if defined(__BSD__)
37847 #include <sys/param.h>
37848 #include <sys/mount.h>
37849 #else
37850 #include <sys/vfs.h>
37851 #endif
37852
37853 int
37854 main ()
37855 {
37856
37857 long l;
37858 struct statfs fs;
37859 statfs("/", &fs);
37860 l = fs.f_bsize;
37861 l += fs.f_blocks;
37862 l += fs.f_bavail;
37863
37864 ;
37865 return 0;
37866 }
37867 _ACEOF
37868 rm -f conftest.$ac_objext
37869 if { (ac_try="$ac_compile"
37870 case "(($ac_try" in
37871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37872 *) ac_try_echo=$ac_try;;
37873 esac
37874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37875 (eval "$ac_compile") 2>conftest.er1
37876 ac_status=$?
37877 grep -v '^ *+' conftest.er1 >conftest.err
37878 rm -f conftest.er1
37879 cat conftest.err >&5
37880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37881 (exit $ac_status); } && {
37882 test -z "$ac_c_werror_flag" ||
37883 test ! -s conftest.err
37884 } && test -s conftest.$ac_objext; then
37885 wx_cv_func_statfs=yes
37886 else
37887 echo "$as_me: failed program was:" >&5
37888 sed 's/^/| /' conftest.$ac_ext >&5
37889
37890 wx_cv_func_statfs=no
37891
37892 fi
37893
37894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37895
37896 fi
37897 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
37898 echo "${ECHO_T}$wx_cv_func_statfs" >&6; }
37899
37900 if test "$wx_cv_func_statfs" = "yes"; then
37901 { echo "$as_me:$LINENO: checking for statfs declaration" >&5
37902 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6; }
37903 if test "${wx_cv_func_statfs_decl+set}" = set; then
37904 echo $ECHO_N "(cached) $ECHO_C" >&6
37905 else
37906 ac_ext=cpp
37907 ac_cpp='$CXXCPP $CPPFLAGS'
37908 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37909 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37910 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37911
37912 cat >conftest.$ac_ext <<_ACEOF
37913 /* confdefs.h. */
37914 _ACEOF
37915 cat confdefs.h >>conftest.$ac_ext
37916 cat >>conftest.$ac_ext <<_ACEOF
37917 /* end confdefs.h. */
37918
37919 #if defined(__BSD__)
37920 #include <sys/param.h>
37921 #include <sys/mount.h>
37922 #else
37923 #include <sys/vfs.h>
37924 #endif
37925
37926 int
37927 main ()
37928 {
37929
37930 struct statfs fs;
37931 statfs("", &fs);
37932
37933 ;
37934 return 0;
37935 }
37936 _ACEOF
37937 rm -f conftest.$ac_objext
37938 if { (ac_try="$ac_compile"
37939 case "(($ac_try" in
37940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37941 *) ac_try_echo=$ac_try;;
37942 esac
37943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37944 (eval "$ac_compile") 2>conftest.er1
37945 ac_status=$?
37946 grep -v '^ *+' conftest.er1 >conftest.err
37947 rm -f conftest.er1
37948 cat conftest.err >&5
37949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37950 (exit $ac_status); } && {
37951 test -z "$ac_cxx_werror_flag" ||
37952 test ! -s conftest.err
37953 } && test -s conftest.$ac_objext; then
37954 wx_cv_func_statfs_decl=yes
37955 else
37956 echo "$as_me: failed program was:" >&5
37957 sed 's/^/| /' conftest.$ac_ext >&5
37958
37959 wx_cv_func_statfs_decl=no
37960
37961 fi
37962
37963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37964 ac_ext=c
37965 ac_cpp='$CPP $CPPFLAGS'
37966 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37967 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37968 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37969
37970
37971 fi
37972 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
37973 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6; }
37974
37975 if test "$wx_cv_func_statfs_decl" = "yes"; then
37976 cat >>confdefs.h <<\_ACEOF
37977 #define HAVE_STATFS_DECL 1
37978 _ACEOF
37979
37980 fi
37981
37982 wx_cv_type_statvfs_t="struct statfs"
37983 cat >>confdefs.h <<\_ACEOF
37984 #define HAVE_STATFS 1
37985 _ACEOF
37986
37987 else
37988 { echo "$as_me:$LINENO: checking for statvfs" >&5
37989 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6; }
37990 if test "${wx_cv_func_statvfs+set}" = set; then
37991 echo $ECHO_N "(cached) $ECHO_C" >&6
37992 else
37993 cat >conftest.$ac_ext <<_ACEOF
37994 /* confdefs.h. */
37995 _ACEOF
37996 cat confdefs.h >>conftest.$ac_ext
37997 cat >>conftest.$ac_ext <<_ACEOF
37998 /* end confdefs.h. */
37999
38000 #include <stddef.h>
38001 #include <sys/statvfs.h>
38002
38003 int
38004 main ()
38005 {
38006
38007 statvfs("/", NULL);
38008
38009 ;
38010 return 0;
38011 }
38012 _ACEOF
38013 rm -f conftest.$ac_objext
38014 if { (ac_try="$ac_compile"
38015 case "(($ac_try" in
38016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38017 *) ac_try_echo=$ac_try;;
38018 esac
38019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38020 (eval "$ac_compile") 2>conftest.er1
38021 ac_status=$?
38022 grep -v '^ *+' conftest.er1 >conftest.err
38023 rm -f conftest.er1
38024 cat conftest.err >&5
38025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38026 (exit $ac_status); } && {
38027 test -z "$ac_c_werror_flag" ||
38028 test ! -s conftest.err
38029 } && test -s conftest.$ac_objext; then
38030 wx_cv_func_statvfs=yes
38031 else
38032 echo "$as_me: failed program was:" >&5
38033 sed 's/^/| /' conftest.$ac_ext >&5
38034
38035 wx_cv_func_statvfs=no
38036
38037 fi
38038
38039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38040
38041 fi
38042 { echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
38043 echo "${ECHO_T}$wx_cv_func_statvfs" >&6; }
38044
38045 if test "$wx_cv_func_statvfs" = "yes"; then
38046 { echo "$as_me:$LINENO: checking for statvfs argument type" >&5
38047 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6; }
38048 if test "${wx_cv_type_statvfs_t+set}" = set; then
38049 echo $ECHO_N "(cached) $ECHO_C" >&6
38050 else
38051 ac_ext=cpp
38052 ac_cpp='$CXXCPP $CPPFLAGS'
38053 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38054 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38055 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38056
38057 cat >conftest.$ac_ext <<_ACEOF
38058 /* confdefs.h. */
38059 _ACEOF
38060 cat confdefs.h >>conftest.$ac_ext
38061 cat >>conftest.$ac_ext <<_ACEOF
38062 /* end confdefs.h. */
38063
38064 #include <sys/statvfs.h>
38065
38066 int
38067 main ()
38068 {
38069
38070 long l;
38071 statvfs_t fs;
38072 statvfs("/", &fs);
38073 l = fs.f_bsize;
38074 l += fs.f_blocks;
38075 l += fs.f_bavail;
38076
38077 ;
38078 return 0;
38079 }
38080 _ACEOF
38081 rm -f conftest.$ac_objext
38082 if { (ac_try="$ac_compile"
38083 case "(($ac_try" in
38084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38085 *) ac_try_echo=$ac_try;;
38086 esac
38087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38088 (eval "$ac_compile") 2>conftest.er1
38089 ac_status=$?
38090 grep -v '^ *+' conftest.er1 >conftest.err
38091 rm -f conftest.er1
38092 cat conftest.err >&5
38093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38094 (exit $ac_status); } && {
38095 test -z "$ac_cxx_werror_flag" ||
38096 test ! -s conftest.err
38097 } && test -s conftest.$ac_objext; then
38098 wx_cv_type_statvfs_t=statvfs_t
38099 else
38100 echo "$as_me: failed program was:" >&5
38101 sed 's/^/| /' conftest.$ac_ext >&5
38102
38103
38104 cat >conftest.$ac_ext <<_ACEOF
38105 /* confdefs.h. */
38106 _ACEOF
38107 cat confdefs.h >>conftest.$ac_ext
38108 cat >>conftest.$ac_ext <<_ACEOF
38109 /* end confdefs.h. */
38110
38111 #include <sys/statvfs.h>
38112
38113 int
38114 main ()
38115 {
38116
38117 long l;
38118 struct statvfs fs;
38119 statvfs("/", &fs);
38120 l = fs.f_bsize;
38121 l += fs.f_blocks;
38122 l += fs.f_bavail;
38123
38124 ;
38125 return 0;
38126 }
38127 _ACEOF
38128 rm -f conftest.$ac_objext
38129 if { (ac_try="$ac_compile"
38130 case "(($ac_try" in
38131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38132 *) ac_try_echo=$ac_try;;
38133 esac
38134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38135 (eval "$ac_compile") 2>conftest.er1
38136 ac_status=$?
38137 grep -v '^ *+' conftest.er1 >conftest.err
38138 rm -f conftest.er1
38139 cat conftest.err >&5
38140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38141 (exit $ac_status); } && {
38142 test -z "$ac_cxx_werror_flag" ||
38143 test ! -s conftest.err
38144 } && test -s conftest.$ac_objext; then
38145 wx_cv_type_statvfs_t="struct statvfs"
38146 else
38147 echo "$as_me: failed program was:" >&5
38148 sed 's/^/| /' conftest.$ac_ext >&5
38149
38150 wx_cv_type_statvfs_t="unknown"
38151
38152 fi
38153
38154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38155
38156
38157 fi
38158
38159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38160 ac_ext=c
38161 ac_cpp='$CPP $CPPFLAGS'
38162 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38163 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38164 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38165
38166
38167 fi
38168 { echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
38169 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6; }
38170
38171 if test "$wx_cv_type_statvfs_t" != "unknown"; then
38172 cat >>confdefs.h <<\_ACEOF
38173 #define HAVE_STATVFS 1
38174 _ACEOF
38175
38176 fi
38177 else
38178 wx_cv_type_statvfs_t="unknown"
38179 fi
38180 fi
38181
38182 if test "$wx_cv_type_statvfs_t" != "unknown"; then
38183 cat >>confdefs.h <<_ACEOF
38184 #define WX_STATFS_T $wx_cv_type_statvfs_t
38185 _ACEOF
38186
38187 else
38188 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
38189 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
38190 fi
38191
38192 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
38193
38194
38195 for ac_func in fcntl flock
38196 do
38197 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38198 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38199 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38200 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38201 echo $ECHO_N "(cached) $ECHO_C" >&6
38202 else
38203 cat >conftest.$ac_ext <<_ACEOF
38204 /* confdefs.h. */
38205 _ACEOF
38206 cat confdefs.h >>conftest.$ac_ext
38207 cat >>conftest.$ac_ext <<_ACEOF
38208 /* end confdefs.h. */
38209 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38210 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38211 #define $ac_func innocuous_$ac_func
38212
38213 /* System header to define __stub macros and hopefully few prototypes,
38214 which can conflict with char $ac_func (); below.
38215 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38216 <limits.h> exists even on freestanding compilers. */
38217
38218 #ifdef __STDC__
38219 # include <limits.h>
38220 #else
38221 # include <assert.h>
38222 #endif
38223
38224 #undef $ac_func
38225
38226 /* Override any GCC internal prototype to avoid an error.
38227 Use char because int might match the return type of a GCC
38228 builtin and then its argument prototype would still apply. */
38229 #ifdef __cplusplus
38230 extern "C"
38231 #endif
38232 char $ac_func ();
38233 /* The GNU C library defines this for functions which it implements
38234 to always fail with ENOSYS. Some functions are actually named
38235 something starting with __ and the normal name is an alias. */
38236 #if defined __stub_$ac_func || defined __stub___$ac_func
38237 choke me
38238 #endif
38239
38240 int
38241 main ()
38242 {
38243 return $ac_func ();
38244 ;
38245 return 0;
38246 }
38247 _ACEOF
38248 rm -f conftest.$ac_objext conftest$ac_exeext
38249 if { (ac_try="$ac_link"
38250 case "(($ac_try" in
38251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38252 *) ac_try_echo=$ac_try;;
38253 esac
38254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38255 (eval "$ac_link") 2>conftest.er1
38256 ac_status=$?
38257 grep -v '^ *+' conftest.er1 >conftest.err
38258 rm -f conftest.er1
38259 cat conftest.err >&5
38260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38261 (exit $ac_status); } && {
38262 test -z "$ac_c_werror_flag" ||
38263 test ! -s conftest.err
38264 } && test -s conftest$ac_exeext &&
38265 $as_test_x conftest$ac_exeext; then
38266 eval "$as_ac_var=yes"
38267 else
38268 echo "$as_me: failed program was:" >&5
38269 sed 's/^/| /' conftest.$ac_ext >&5
38270
38271 eval "$as_ac_var=no"
38272 fi
38273
38274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38275 conftest$ac_exeext conftest.$ac_ext
38276 fi
38277 ac_res=`eval echo '${'$as_ac_var'}'`
38278 { echo "$as_me:$LINENO: result: $ac_res" >&5
38279 echo "${ECHO_T}$ac_res" >&6; }
38280 if test `eval echo '${'$as_ac_var'}'` = yes; then
38281 cat >>confdefs.h <<_ACEOF
38282 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38283 _ACEOF
38284 break
38285 fi
38286 done
38287
38288
38289 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
38290 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
38291 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
38292 wxUSE_SNGLINST_CHECKER=no
38293 fi
38294 fi
38295
38296
38297
38298 for ac_func in setenv putenv
38299 do
38300 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38301 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38302 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38303 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38304 echo $ECHO_N "(cached) $ECHO_C" >&6
38305 else
38306 cat >conftest.$ac_ext <<_ACEOF
38307 /* confdefs.h. */
38308 _ACEOF
38309 cat confdefs.h >>conftest.$ac_ext
38310 cat >>conftest.$ac_ext <<_ACEOF
38311 /* end confdefs.h. */
38312 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38313 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38314 #define $ac_func innocuous_$ac_func
38315
38316 /* System header to define __stub macros and hopefully few prototypes,
38317 which can conflict with char $ac_func (); below.
38318 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38319 <limits.h> exists even on freestanding compilers. */
38320
38321 #ifdef __STDC__
38322 # include <limits.h>
38323 #else
38324 # include <assert.h>
38325 #endif
38326
38327 #undef $ac_func
38328
38329 /* Override any GCC internal prototype to avoid an error.
38330 Use char because int might match the return type of a GCC
38331 builtin and then its argument prototype would still apply. */
38332 #ifdef __cplusplus
38333 extern "C"
38334 #endif
38335 char $ac_func ();
38336 /* The GNU C library defines this for functions which it implements
38337 to always fail with ENOSYS. Some functions are actually named
38338 something starting with __ and the normal name is an alias. */
38339 #if defined __stub_$ac_func || defined __stub___$ac_func
38340 choke me
38341 #endif
38342
38343 int
38344 main ()
38345 {
38346 return $ac_func ();
38347 ;
38348 return 0;
38349 }
38350 _ACEOF
38351 rm -f conftest.$ac_objext conftest$ac_exeext
38352 if { (ac_try="$ac_link"
38353 case "(($ac_try" in
38354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38355 *) ac_try_echo=$ac_try;;
38356 esac
38357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38358 (eval "$ac_link") 2>conftest.er1
38359 ac_status=$?
38360 grep -v '^ *+' conftest.er1 >conftest.err
38361 rm -f conftest.er1
38362 cat conftest.err >&5
38363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38364 (exit $ac_status); } && {
38365 test -z "$ac_c_werror_flag" ||
38366 test ! -s conftest.err
38367 } && test -s conftest$ac_exeext &&
38368 $as_test_x conftest$ac_exeext; then
38369 eval "$as_ac_var=yes"
38370 else
38371 echo "$as_me: failed program was:" >&5
38372 sed 's/^/| /' conftest.$ac_ext >&5
38373
38374 eval "$as_ac_var=no"
38375 fi
38376
38377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38378 conftest$ac_exeext conftest.$ac_ext
38379 fi
38380 ac_res=`eval echo '${'$as_ac_var'}'`
38381 { echo "$as_me:$LINENO: result: $ac_res" >&5
38382 echo "${ECHO_T}$ac_res" >&6; }
38383 if test `eval echo '${'$as_ac_var'}'` = yes; then
38384 cat >>confdefs.h <<_ACEOF
38385 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38386 _ACEOF
38387 break
38388 fi
38389 done
38390
38391 if test "$ac_cv_func_setenv" = "yes"; then
38392
38393 for ac_func in unsetenv
38394 do
38395 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38396 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38397 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38398 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38399 echo $ECHO_N "(cached) $ECHO_C" >&6
38400 else
38401 cat >conftest.$ac_ext <<_ACEOF
38402 /* confdefs.h. */
38403 _ACEOF
38404 cat confdefs.h >>conftest.$ac_ext
38405 cat >>conftest.$ac_ext <<_ACEOF
38406 /* end confdefs.h. */
38407 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38408 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38409 #define $ac_func innocuous_$ac_func
38410
38411 /* System header to define __stub macros and hopefully few prototypes,
38412 which can conflict with char $ac_func (); below.
38413 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38414 <limits.h> exists even on freestanding compilers. */
38415
38416 #ifdef __STDC__
38417 # include <limits.h>
38418 #else
38419 # include <assert.h>
38420 #endif
38421
38422 #undef $ac_func
38423
38424 /* Override any GCC internal prototype to avoid an error.
38425 Use char because int might match the return type of a GCC
38426 builtin and then its argument prototype would still apply. */
38427 #ifdef __cplusplus
38428 extern "C"
38429 #endif
38430 char $ac_func ();
38431 /* The GNU C library defines this for functions which it implements
38432 to always fail with ENOSYS. Some functions are actually named
38433 something starting with __ and the normal name is an alias. */
38434 #if defined __stub_$ac_func || defined __stub___$ac_func
38435 choke me
38436 #endif
38437
38438 int
38439 main ()
38440 {
38441 return $ac_func ();
38442 ;
38443 return 0;
38444 }
38445 _ACEOF
38446 rm -f conftest.$ac_objext conftest$ac_exeext
38447 if { (ac_try="$ac_link"
38448 case "(($ac_try" in
38449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38450 *) ac_try_echo=$ac_try;;
38451 esac
38452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38453 (eval "$ac_link") 2>conftest.er1
38454 ac_status=$?
38455 grep -v '^ *+' conftest.er1 >conftest.err
38456 rm -f conftest.er1
38457 cat conftest.err >&5
38458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38459 (exit $ac_status); } && {
38460 test -z "$ac_c_werror_flag" ||
38461 test ! -s conftest.err
38462 } && test -s conftest$ac_exeext &&
38463 $as_test_x conftest$ac_exeext; then
38464 eval "$as_ac_var=yes"
38465 else
38466 echo "$as_me: failed program was:" >&5
38467 sed 's/^/| /' conftest.$ac_ext >&5
38468
38469 eval "$as_ac_var=no"
38470 fi
38471
38472 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38473 conftest$ac_exeext conftest.$ac_ext
38474 fi
38475 ac_res=`eval echo '${'$as_ac_var'}'`
38476 { echo "$as_me:$LINENO: result: $ac_res" >&5
38477 echo "${ECHO_T}$ac_res" >&6; }
38478 if test `eval echo '${'$as_ac_var'}'` = yes; then
38479 cat >>confdefs.h <<_ACEOF
38480 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38481 _ACEOF
38482
38483 fi
38484 done
38485
38486 fi
38487
38488 HAVE_SOME_SLEEP_FUNC=0
38489 if test "$USE_BEOS" = 1; then
38490 cat >>confdefs.h <<\_ACEOF
38491 #define HAVE_SLEEP 1
38492 _ACEOF
38493
38494 HAVE_SOME_SLEEP_FUNC=1
38495 fi
38496
38497 if test "$USE_DARWIN" = 1; then
38498 cat >>confdefs.h <<\_ACEOF
38499 #define HAVE_USLEEP 1
38500 _ACEOF
38501
38502 HAVE_SOME_SLEEP_FUNC=1
38503 fi
38504
38505 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
38506 POSIX4_LINK=
38507
38508 for ac_func in nanosleep
38509 do
38510 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38511 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38512 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38513 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38514 echo $ECHO_N "(cached) $ECHO_C" >&6
38515 else
38516 cat >conftest.$ac_ext <<_ACEOF
38517 /* confdefs.h. */
38518 _ACEOF
38519 cat confdefs.h >>conftest.$ac_ext
38520 cat >>conftest.$ac_ext <<_ACEOF
38521 /* end confdefs.h. */
38522 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38523 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38524 #define $ac_func innocuous_$ac_func
38525
38526 /* System header to define __stub macros and hopefully few prototypes,
38527 which can conflict with char $ac_func (); below.
38528 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38529 <limits.h> exists even on freestanding compilers. */
38530
38531 #ifdef __STDC__
38532 # include <limits.h>
38533 #else
38534 # include <assert.h>
38535 #endif
38536
38537 #undef $ac_func
38538
38539 /* Override any GCC internal prototype to avoid an error.
38540 Use char because int might match the return type of a GCC
38541 builtin and then its argument prototype would still apply. */
38542 #ifdef __cplusplus
38543 extern "C"
38544 #endif
38545 char $ac_func ();
38546 /* The GNU C library defines this for functions which it implements
38547 to always fail with ENOSYS. Some functions are actually named
38548 something starting with __ and the normal name is an alias. */
38549 #if defined __stub_$ac_func || defined __stub___$ac_func
38550 choke me
38551 #endif
38552
38553 int
38554 main ()
38555 {
38556 return $ac_func ();
38557 ;
38558 return 0;
38559 }
38560 _ACEOF
38561 rm -f conftest.$ac_objext conftest$ac_exeext
38562 if { (ac_try="$ac_link"
38563 case "(($ac_try" in
38564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38565 *) ac_try_echo=$ac_try;;
38566 esac
38567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38568 (eval "$ac_link") 2>conftest.er1
38569 ac_status=$?
38570 grep -v '^ *+' conftest.er1 >conftest.err
38571 rm -f conftest.er1
38572 cat conftest.err >&5
38573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38574 (exit $ac_status); } && {
38575 test -z "$ac_c_werror_flag" ||
38576 test ! -s conftest.err
38577 } && test -s conftest$ac_exeext &&
38578 $as_test_x conftest$ac_exeext; then
38579 eval "$as_ac_var=yes"
38580 else
38581 echo "$as_me: failed program was:" >&5
38582 sed 's/^/| /' conftest.$ac_ext >&5
38583
38584 eval "$as_ac_var=no"
38585 fi
38586
38587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38588 conftest$ac_exeext conftest.$ac_ext
38589 fi
38590 ac_res=`eval echo '${'$as_ac_var'}'`
38591 { echo "$as_me:$LINENO: result: $ac_res" >&5
38592 echo "${ECHO_T}$ac_res" >&6; }
38593 if test `eval echo '${'$as_ac_var'}'` = yes; then
38594 cat >>confdefs.h <<_ACEOF
38595 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38596 _ACEOF
38597 cat >>confdefs.h <<\_ACEOF
38598 #define HAVE_NANOSLEEP 1
38599 _ACEOF
38600
38601 else
38602
38603 { echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
38604 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6; }
38605 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
38606 echo $ECHO_N "(cached) $ECHO_C" >&6
38607 else
38608 ac_check_lib_save_LIBS=$LIBS
38609 LIBS="-lposix4 $LIBS"
38610 cat >conftest.$ac_ext <<_ACEOF
38611 /* confdefs.h. */
38612 _ACEOF
38613 cat confdefs.h >>conftest.$ac_ext
38614 cat >>conftest.$ac_ext <<_ACEOF
38615 /* end confdefs.h. */
38616
38617 /* Override any GCC internal prototype to avoid an error.
38618 Use char because int might match the return type of a GCC
38619 builtin and then its argument prototype would still apply. */
38620 #ifdef __cplusplus
38621 extern "C"
38622 #endif
38623 char nanosleep ();
38624 int
38625 main ()
38626 {
38627 return nanosleep ();
38628 ;
38629 return 0;
38630 }
38631 _ACEOF
38632 rm -f conftest.$ac_objext conftest$ac_exeext
38633 if { (ac_try="$ac_link"
38634 case "(($ac_try" in
38635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38636 *) ac_try_echo=$ac_try;;
38637 esac
38638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38639 (eval "$ac_link") 2>conftest.er1
38640 ac_status=$?
38641 grep -v '^ *+' conftest.er1 >conftest.err
38642 rm -f conftest.er1
38643 cat conftest.err >&5
38644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38645 (exit $ac_status); } && {
38646 test -z "$ac_c_werror_flag" ||
38647 test ! -s conftest.err
38648 } && test -s conftest$ac_exeext &&
38649 $as_test_x conftest$ac_exeext; then
38650 ac_cv_lib_posix4_nanosleep=yes
38651 else
38652 echo "$as_me: failed program was:" >&5
38653 sed 's/^/| /' conftest.$ac_ext >&5
38654
38655 ac_cv_lib_posix4_nanosleep=no
38656 fi
38657
38658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38659 conftest$ac_exeext conftest.$ac_ext
38660 LIBS=$ac_check_lib_save_LIBS
38661 fi
38662 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
38663 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6; }
38664 if test $ac_cv_lib_posix4_nanosleep = yes; then
38665
38666 cat >>confdefs.h <<\_ACEOF
38667 #define HAVE_NANOSLEEP 1
38668 _ACEOF
38669
38670 POSIX4_LINK=" -lposix4"
38671
38672 else
38673
38674
38675 for wx_func in usleep
38676 do
38677 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38678 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38679 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38680 echo $ECHO_N "(cached) $ECHO_C" >&6
38681 else
38682
38683 cat >conftest.$ac_ext <<_ACEOF
38684
38685 /* confdefs.h. */
38686 _ACEOF
38687 cat confdefs.h >>conftest.$ac_ext
38688 cat >>conftest.$ac_ext <<_ACEOF
38689 /* end confdefs.h. */
38690
38691
38692 $ac_includes_default
38693
38694 int
38695 main ()
38696 {
38697
38698 #ifndef $wx_func
38699 &$wx_func;
38700 #endif
38701
38702
38703 ;
38704 return 0;
38705 }
38706
38707 _ACEOF
38708 rm -f conftest.$ac_objext conftest$ac_exeext
38709 if { (ac_try="$ac_link"
38710 case "(($ac_try" in
38711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38712 *) ac_try_echo=$ac_try;;
38713 esac
38714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38715 (eval "$ac_link") 2>conftest.er1
38716 ac_status=$?
38717 grep -v '^ *+' conftest.er1 >conftest.err
38718 rm -f conftest.er1
38719 cat conftest.err >&5
38720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38721 (exit $ac_status); } && {
38722 test -z "$ac_c_werror_flag" ||
38723 test ! -s conftest.err
38724 } && test -s conftest$ac_exeext &&
38725 $as_test_x conftest$ac_exeext; then
38726 eval wx_cv_func_$wx_func=yes
38727 else
38728 echo "$as_me: failed program was:" >&5
38729 sed 's/^/| /' conftest.$ac_ext >&5
38730
38731 eval wx_cv_func_$wx_func=no
38732 fi
38733
38734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38735 conftest$ac_exeext conftest.$ac_ext
38736
38737 fi
38738 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38739 { echo "$as_me:$LINENO: result: $ac_res" >&5
38740 echo "${ECHO_T}$ac_res" >&6; }
38741
38742 if eval test \$wx_cv_func_$wx_func = yes
38743 then
38744 cat >>confdefs.h <<_ACEOF
38745 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38746 _ACEOF
38747
38748
38749 else
38750 :
38751 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
38752 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
38753
38754 fi
38755 done
38756
38757
38758
38759 fi
38760
38761
38762
38763 fi
38764 done
38765
38766 fi
38767
38768
38769 for wx_func in uname
38770 do
38771 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38772 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38773 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38774 echo $ECHO_N "(cached) $ECHO_C" >&6
38775 else
38776
38777 cat >conftest.$ac_ext <<_ACEOF
38778
38779 /* confdefs.h. */
38780 _ACEOF
38781 cat confdefs.h >>conftest.$ac_ext
38782 cat >>conftest.$ac_ext <<_ACEOF
38783 /* end confdefs.h. */
38784
38785 #include <sys/utsname.h>
38786 $ac_includes_default
38787
38788 int
38789 main ()
38790 {
38791
38792 #ifndef $wx_func
38793 &$wx_func;
38794 #endif
38795
38796
38797 ;
38798 return 0;
38799 }
38800
38801 _ACEOF
38802 rm -f conftest.$ac_objext conftest$ac_exeext
38803 if { (ac_try="$ac_link"
38804 case "(($ac_try" in
38805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38806 *) ac_try_echo=$ac_try;;
38807 esac
38808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38809 (eval "$ac_link") 2>conftest.er1
38810 ac_status=$?
38811 grep -v '^ *+' conftest.er1 >conftest.err
38812 rm -f conftest.er1
38813 cat conftest.err >&5
38814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38815 (exit $ac_status); } && {
38816 test -z "$ac_c_werror_flag" ||
38817 test ! -s conftest.err
38818 } && test -s conftest$ac_exeext &&
38819 $as_test_x conftest$ac_exeext; then
38820 eval wx_cv_func_$wx_func=yes
38821 else
38822 echo "$as_me: failed program was:" >&5
38823 sed 's/^/| /' conftest.$ac_ext >&5
38824
38825 eval wx_cv_func_$wx_func=no
38826 fi
38827
38828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38829 conftest$ac_exeext conftest.$ac_ext
38830
38831 fi
38832 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38833 { echo "$as_me:$LINENO: result: $ac_res" >&5
38834 echo "${ECHO_T}$ac_res" >&6; }
38835
38836 if eval test \$wx_cv_func_$wx_func = yes
38837 then
38838 cat >>confdefs.h <<_ACEOF
38839 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38840 _ACEOF
38841
38842
38843 else
38844 :
38845
38846 fi
38847 done
38848
38849 if test "$wx_cv_func_uname" != yes; then
38850
38851 for wx_func in gethostname
38852 do
38853 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38854 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38855 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38856 echo $ECHO_N "(cached) $ECHO_C" >&6
38857 else
38858
38859 cat >conftest.$ac_ext <<_ACEOF
38860
38861 /* confdefs.h. */
38862 _ACEOF
38863 cat confdefs.h >>conftest.$ac_ext
38864 cat >>conftest.$ac_ext <<_ACEOF
38865 /* end confdefs.h. */
38866
38867
38868 $ac_includes_default
38869
38870 int
38871 main ()
38872 {
38873
38874 #ifndef $wx_func
38875 &$wx_func;
38876 #endif
38877
38878
38879 ;
38880 return 0;
38881 }
38882
38883 _ACEOF
38884 rm -f conftest.$ac_objext conftest$ac_exeext
38885 if { (ac_try="$ac_link"
38886 case "(($ac_try" in
38887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38888 *) ac_try_echo=$ac_try;;
38889 esac
38890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38891 (eval "$ac_link") 2>conftest.er1
38892 ac_status=$?
38893 grep -v '^ *+' conftest.er1 >conftest.err
38894 rm -f conftest.er1
38895 cat conftest.err >&5
38896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38897 (exit $ac_status); } && {
38898 test -z "$ac_c_werror_flag" ||
38899 test ! -s conftest.err
38900 } && test -s conftest$ac_exeext &&
38901 $as_test_x conftest$ac_exeext; then
38902 eval wx_cv_func_$wx_func=yes
38903 else
38904 echo "$as_me: failed program was:" >&5
38905 sed 's/^/| /' conftest.$ac_ext >&5
38906
38907 eval wx_cv_func_$wx_func=no
38908 fi
38909
38910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38911 conftest$ac_exeext conftest.$ac_ext
38912
38913 fi
38914 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38915 { echo "$as_me:$LINENO: result: $ac_res" >&5
38916 echo "${ECHO_T}$ac_res" >&6; }
38917
38918 if eval test \$wx_cv_func_$wx_func = yes
38919 then
38920 cat >>confdefs.h <<_ACEOF
38921 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38922 _ACEOF
38923
38924
38925 else
38926 :
38927
38928 fi
38929 done
38930
38931 fi
38932
38933
38934 for wx_func in strtok_r
38935 do
38936 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38937 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38938 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38939 echo $ECHO_N "(cached) $ECHO_C" >&6
38940 else
38941
38942 cat >conftest.$ac_ext <<_ACEOF
38943
38944 /* confdefs.h. */
38945 _ACEOF
38946 cat confdefs.h >>conftest.$ac_ext
38947 cat >>conftest.$ac_ext <<_ACEOF
38948 /* end confdefs.h. */
38949
38950 #define _REENTRANT
38951 $ac_includes_default
38952
38953 int
38954 main ()
38955 {
38956
38957 #ifndef $wx_func
38958 &$wx_func;
38959 #endif
38960
38961
38962 ;
38963 return 0;
38964 }
38965
38966 _ACEOF
38967 rm -f conftest.$ac_objext conftest$ac_exeext
38968 if { (ac_try="$ac_link"
38969 case "(($ac_try" in
38970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38971 *) ac_try_echo=$ac_try;;
38972 esac
38973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38974 (eval "$ac_link") 2>conftest.er1
38975 ac_status=$?
38976 grep -v '^ *+' conftest.er1 >conftest.err
38977 rm -f conftest.er1
38978 cat conftest.err >&5
38979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38980 (exit $ac_status); } && {
38981 test -z "$ac_c_werror_flag" ||
38982 test ! -s conftest.err
38983 } && test -s conftest$ac_exeext &&
38984 $as_test_x conftest$ac_exeext; then
38985 eval wx_cv_func_$wx_func=yes
38986 else
38987 echo "$as_me: failed program was:" >&5
38988 sed 's/^/| /' conftest.$ac_ext >&5
38989
38990 eval wx_cv_func_$wx_func=no
38991 fi
38992
38993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38994 conftest$ac_exeext conftest.$ac_ext
38995
38996 fi
38997 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38998 { echo "$as_me:$LINENO: result: $ac_res" >&5
38999 echo "${ECHO_T}$ac_res" >&6; }
39000
39001 if eval test \$wx_cv_func_$wx_func = yes
39002 then
39003 cat >>confdefs.h <<_ACEOF
39004 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39005 _ACEOF
39006
39007
39008 else
39009 :
39010
39011 fi
39012 done
39013
39014
39015 INET_LINK=
39016
39017 for ac_func in inet_addr
39018 do
39019 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39020 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39021 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39022 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39023 echo $ECHO_N "(cached) $ECHO_C" >&6
39024 else
39025 cat >conftest.$ac_ext <<_ACEOF
39026 /* confdefs.h. */
39027 _ACEOF
39028 cat confdefs.h >>conftest.$ac_ext
39029 cat >>conftest.$ac_ext <<_ACEOF
39030 /* end confdefs.h. */
39031 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39032 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39033 #define $ac_func innocuous_$ac_func
39034
39035 /* System header to define __stub macros and hopefully few prototypes,
39036 which can conflict with char $ac_func (); below.
39037 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39038 <limits.h> exists even on freestanding compilers. */
39039
39040 #ifdef __STDC__
39041 # include <limits.h>
39042 #else
39043 # include <assert.h>
39044 #endif
39045
39046 #undef $ac_func
39047
39048 /* Override any GCC internal prototype to avoid an error.
39049 Use char because int might match the return type of a GCC
39050 builtin and then its argument prototype would still apply. */
39051 #ifdef __cplusplus
39052 extern "C"
39053 #endif
39054 char $ac_func ();
39055 /* The GNU C library defines this for functions which it implements
39056 to always fail with ENOSYS. Some functions are actually named
39057 something starting with __ and the normal name is an alias. */
39058 #if defined __stub_$ac_func || defined __stub___$ac_func
39059 choke me
39060 #endif
39061
39062 int
39063 main ()
39064 {
39065 return $ac_func ();
39066 ;
39067 return 0;
39068 }
39069 _ACEOF
39070 rm -f conftest.$ac_objext conftest$ac_exeext
39071 if { (ac_try="$ac_link"
39072 case "(($ac_try" in
39073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39074 *) ac_try_echo=$ac_try;;
39075 esac
39076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39077 (eval "$ac_link") 2>conftest.er1
39078 ac_status=$?
39079 grep -v '^ *+' conftest.er1 >conftest.err
39080 rm -f conftest.er1
39081 cat conftest.err >&5
39082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39083 (exit $ac_status); } && {
39084 test -z "$ac_c_werror_flag" ||
39085 test ! -s conftest.err
39086 } && test -s conftest$ac_exeext &&
39087 $as_test_x conftest$ac_exeext; then
39088 eval "$as_ac_var=yes"
39089 else
39090 echo "$as_me: failed program was:" >&5
39091 sed 's/^/| /' conftest.$ac_ext >&5
39092
39093 eval "$as_ac_var=no"
39094 fi
39095
39096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39097 conftest$ac_exeext conftest.$ac_ext
39098 fi
39099 ac_res=`eval echo '${'$as_ac_var'}'`
39100 { echo "$as_me:$LINENO: result: $ac_res" >&5
39101 echo "${ECHO_T}$ac_res" >&6; }
39102 if test `eval echo '${'$as_ac_var'}'` = yes; then
39103 cat >>confdefs.h <<_ACEOF
39104 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39105 _ACEOF
39106 cat >>confdefs.h <<\_ACEOF
39107 #define HAVE_INET_ADDR 1
39108 _ACEOF
39109
39110 else
39111
39112 { echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
39113 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6; }
39114 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
39115 echo $ECHO_N "(cached) $ECHO_C" >&6
39116 else
39117 ac_check_lib_save_LIBS=$LIBS
39118 LIBS="-lnsl $LIBS"
39119 cat >conftest.$ac_ext <<_ACEOF
39120 /* confdefs.h. */
39121 _ACEOF
39122 cat confdefs.h >>conftest.$ac_ext
39123 cat >>conftest.$ac_ext <<_ACEOF
39124 /* end confdefs.h. */
39125
39126 /* Override any GCC internal prototype to avoid an error.
39127 Use char because int might match the return type of a GCC
39128 builtin and then its argument prototype would still apply. */
39129 #ifdef __cplusplus
39130 extern "C"
39131 #endif
39132 char inet_addr ();
39133 int
39134 main ()
39135 {
39136 return inet_addr ();
39137 ;
39138 return 0;
39139 }
39140 _ACEOF
39141 rm -f conftest.$ac_objext conftest$ac_exeext
39142 if { (ac_try="$ac_link"
39143 case "(($ac_try" in
39144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39145 *) ac_try_echo=$ac_try;;
39146 esac
39147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39148 (eval "$ac_link") 2>conftest.er1
39149 ac_status=$?
39150 grep -v '^ *+' conftest.er1 >conftest.err
39151 rm -f conftest.er1
39152 cat conftest.err >&5
39153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39154 (exit $ac_status); } && {
39155 test -z "$ac_c_werror_flag" ||
39156 test ! -s conftest.err
39157 } && test -s conftest$ac_exeext &&
39158 $as_test_x conftest$ac_exeext; then
39159 ac_cv_lib_nsl_inet_addr=yes
39160 else
39161 echo "$as_me: failed program was:" >&5
39162 sed 's/^/| /' conftest.$ac_ext >&5
39163
39164 ac_cv_lib_nsl_inet_addr=no
39165 fi
39166
39167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39168 conftest$ac_exeext conftest.$ac_ext
39169 LIBS=$ac_check_lib_save_LIBS
39170 fi
39171 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
39172 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6; }
39173 if test $ac_cv_lib_nsl_inet_addr = yes; then
39174 INET_LINK="nsl"
39175 else
39176
39177 { echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
39178 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6; }
39179 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
39180 echo $ECHO_N "(cached) $ECHO_C" >&6
39181 else
39182 ac_check_lib_save_LIBS=$LIBS
39183 LIBS="-lresolv $LIBS"
39184 cat >conftest.$ac_ext <<_ACEOF
39185 /* confdefs.h. */
39186 _ACEOF
39187 cat confdefs.h >>conftest.$ac_ext
39188 cat >>conftest.$ac_ext <<_ACEOF
39189 /* end confdefs.h. */
39190
39191 /* Override any GCC internal prototype to avoid an error.
39192 Use char because int might match the return type of a GCC
39193 builtin and then its argument prototype would still apply. */
39194 #ifdef __cplusplus
39195 extern "C"
39196 #endif
39197 char inet_addr ();
39198 int
39199 main ()
39200 {
39201 return inet_addr ();
39202 ;
39203 return 0;
39204 }
39205 _ACEOF
39206 rm -f conftest.$ac_objext conftest$ac_exeext
39207 if { (ac_try="$ac_link"
39208 case "(($ac_try" in
39209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39210 *) ac_try_echo=$ac_try;;
39211 esac
39212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39213 (eval "$ac_link") 2>conftest.er1
39214 ac_status=$?
39215 grep -v '^ *+' conftest.er1 >conftest.err
39216 rm -f conftest.er1
39217 cat conftest.err >&5
39218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39219 (exit $ac_status); } && {
39220 test -z "$ac_c_werror_flag" ||
39221 test ! -s conftest.err
39222 } && test -s conftest$ac_exeext &&
39223 $as_test_x conftest$ac_exeext; then
39224 ac_cv_lib_resolv_inet_addr=yes
39225 else
39226 echo "$as_me: failed program was:" >&5
39227 sed 's/^/| /' conftest.$ac_ext >&5
39228
39229 ac_cv_lib_resolv_inet_addr=no
39230 fi
39231
39232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39233 conftest$ac_exeext conftest.$ac_ext
39234 LIBS=$ac_check_lib_save_LIBS
39235 fi
39236 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
39237 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6; }
39238 if test $ac_cv_lib_resolv_inet_addr = yes; then
39239 INET_LINK="resolv"
39240 else
39241
39242 { echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
39243 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6; }
39244 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
39245 echo $ECHO_N "(cached) $ECHO_C" >&6
39246 else
39247 ac_check_lib_save_LIBS=$LIBS
39248 LIBS="-lsocket $LIBS"
39249 cat >conftest.$ac_ext <<_ACEOF
39250 /* confdefs.h. */
39251 _ACEOF
39252 cat confdefs.h >>conftest.$ac_ext
39253 cat >>conftest.$ac_ext <<_ACEOF
39254 /* end confdefs.h. */
39255
39256 /* Override any GCC internal prototype to avoid an error.
39257 Use char because int might match the return type of a GCC
39258 builtin and then its argument prototype would still apply. */
39259 #ifdef __cplusplus
39260 extern "C"
39261 #endif
39262 char inet_addr ();
39263 int
39264 main ()
39265 {
39266 return inet_addr ();
39267 ;
39268 return 0;
39269 }
39270 _ACEOF
39271 rm -f conftest.$ac_objext conftest$ac_exeext
39272 if { (ac_try="$ac_link"
39273 case "(($ac_try" in
39274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39275 *) ac_try_echo=$ac_try;;
39276 esac
39277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39278 (eval "$ac_link") 2>conftest.er1
39279 ac_status=$?
39280 grep -v '^ *+' conftest.er1 >conftest.err
39281 rm -f conftest.er1
39282 cat conftest.err >&5
39283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39284 (exit $ac_status); } && {
39285 test -z "$ac_c_werror_flag" ||
39286 test ! -s conftest.err
39287 } && test -s conftest$ac_exeext &&
39288 $as_test_x conftest$ac_exeext; then
39289 ac_cv_lib_socket_inet_addr=yes
39290 else
39291 echo "$as_me: failed program was:" >&5
39292 sed 's/^/| /' conftest.$ac_ext >&5
39293
39294 ac_cv_lib_socket_inet_addr=no
39295 fi
39296
39297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39298 conftest$ac_exeext conftest.$ac_ext
39299 LIBS=$ac_check_lib_save_LIBS
39300 fi
39301 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
39302 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6; }
39303 if test $ac_cv_lib_socket_inet_addr = yes; then
39304 INET_LINK="socket"
39305
39306 fi
39307
39308
39309
39310 fi
39311
39312
39313
39314 fi
39315
39316
39317
39318 fi
39319 done
39320
39321
39322
39323 for ac_func in inet_aton
39324 do
39325 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39326 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39327 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39328 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39329 echo $ECHO_N "(cached) $ECHO_C" >&6
39330 else
39331 cat >conftest.$ac_ext <<_ACEOF
39332 /* confdefs.h. */
39333 _ACEOF
39334 cat confdefs.h >>conftest.$ac_ext
39335 cat >>conftest.$ac_ext <<_ACEOF
39336 /* end confdefs.h. */
39337 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39338 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39339 #define $ac_func innocuous_$ac_func
39340
39341 /* System header to define __stub macros and hopefully few prototypes,
39342 which can conflict with char $ac_func (); below.
39343 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39344 <limits.h> exists even on freestanding compilers. */
39345
39346 #ifdef __STDC__
39347 # include <limits.h>
39348 #else
39349 # include <assert.h>
39350 #endif
39351
39352 #undef $ac_func
39353
39354 /* Override any GCC internal prototype to avoid an error.
39355 Use char because int might match the return type of a GCC
39356 builtin and then its argument prototype would still apply. */
39357 #ifdef __cplusplus
39358 extern "C"
39359 #endif
39360 char $ac_func ();
39361 /* The GNU C library defines this for functions which it implements
39362 to always fail with ENOSYS. Some functions are actually named
39363 something starting with __ and the normal name is an alias. */
39364 #if defined __stub_$ac_func || defined __stub___$ac_func
39365 choke me
39366 #endif
39367
39368 int
39369 main ()
39370 {
39371 return $ac_func ();
39372 ;
39373 return 0;
39374 }
39375 _ACEOF
39376 rm -f conftest.$ac_objext conftest$ac_exeext
39377 if { (ac_try="$ac_link"
39378 case "(($ac_try" in
39379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39380 *) ac_try_echo=$ac_try;;
39381 esac
39382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39383 (eval "$ac_link") 2>conftest.er1
39384 ac_status=$?
39385 grep -v '^ *+' conftest.er1 >conftest.err
39386 rm -f conftest.er1
39387 cat conftest.err >&5
39388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39389 (exit $ac_status); } && {
39390 test -z "$ac_c_werror_flag" ||
39391 test ! -s conftest.err
39392 } && test -s conftest$ac_exeext &&
39393 $as_test_x conftest$ac_exeext; then
39394 eval "$as_ac_var=yes"
39395 else
39396 echo "$as_me: failed program was:" >&5
39397 sed 's/^/| /' conftest.$ac_ext >&5
39398
39399 eval "$as_ac_var=no"
39400 fi
39401
39402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39403 conftest$ac_exeext conftest.$ac_ext
39404 fi
39405 ac_res=`eval echo '${'$as_ac_var'}'`
39406 { echo "$as_me:$LINENO: result: $ac_res" >&5
39407 echo "${ECHO_T}$ac_res" >&6; }
39408 if test `eval echo '${'$as_ac_var'}'` = yes; then
39409 cat >>confdefs.h <<_ACEOF
39410 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39411 _ACEOF
39412 cat >>confdefs.h <<\_ACEOF
39413 #define HAVE_INET_ATON 1
39414 _ACEOF
39415
39416 else
39417
39418 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
39419 { echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
39420 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6; }
39421 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
39422 echo $ECHO_N "(cached) $ECHO_C" >&6
39423 else
39424 ac_check_lib_save_LIBS=$LIBS
39425 LIBS="-l$INET_LINK $LIBS"
39426 cat >conftest.$ac_ext <<_ACEOF
39427 /* confdefs.h. */
39428 _ACEOF
39429 cat confdefs.h >>conftest.$ac_ext
39430 cat >>conftest.$ac_ext <<_ACEOF
39431 /* end confdefs.h. */
39432
39433 /* Override any GCC internal prototype to avoid an error.
39434 Use char because int might match the return type of a GCC
39435 builtin and then its argument prototype would still apply. */
39436 #ifdef __cplusplus
39437 extern "C"
39438 #endif
39439 char inet_aton ();
39440 int
39441 main ()
39442 {
39443 return inet_aton ();
39444 ;
39445 return 0;
39446 }
39447 _ACEOF
39448 rm -f conftest.$ac_objext conftest$ac_exeext
39449 if { (ac_try="$ac_link"
39450 case "(($ac_try" in
39451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39452 *) ac_try_echo=$ac_try;;
39453 esac
39454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39455 (eval "$ac_link") 2>conftest.er1
39456 ac_status=$?
39457 grep -v '^ *+' conftest.er1 >conftest.err
39458 rm -f conftest.er1
39459 cat conftest.err >&5
39460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39461 (exit $ac_status); } && {
39462 test -z "$ac_c_werror_flag" ||
39463 test ! -s conftest.err
39464 } && test -s conftest$ac_exeext &&
39465 $as_test_x conftest$ac_exeext; then
39466 eval "$as_ac_Lib=yes"
39467 else
39468 echo "$as_me: failed program was:" >&5
39469 sed 's/^/| /' conftest.$ac_ext >&5
39470
39471 eval "$as_ac_Lib=no"
39472 fi
39473
39474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39475 conftest$ac_exeext conftest.$ac_ext
39476 LIBS=$ac_check_lib_save_LIBS
39477 fi
39478 ac_res=`eval echo '${'$as_ac_Lib'}'`
39479 { echo "$as_me:$LINENO: result: $ac_res" >&5
39480 echo "${ECHO_T}$ac_res" >&6; }
39481 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
39482 cat >>confdefs.h <<\_ACEOF
39483 #define HAVE_INET_ATON 1
39484 _ACEOF
39485
39486 fi
39487
39488
39489 fi
39490 done
39491
39492
39493 if test "x$INET_LINK" != "x"; then
39494 cat >>confdefs.h <<\_ACEOF
39495 #define HAVE_INET_ADDR 1
39496 _ACEOF
39497
39498 INET_LINK=" -l$INET_LINK"
39499 fi
39500
39501
39502 for wx_func in fdopen
39503 do
39504 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39505 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39506 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39507 echo $ECHO_N "(cached) $ECHO_C" >&6
39508 else
39509
39510 cat >conftest.$ac_ext <<_ACEOF
39511
39512 /* confdefs.h. */
39513 _ACEOF
39514 cat confdefs.h >>conftest.$ac_ext
39515 cat >>conftest.$ac_ext <<_ACEOF
39516 /* end confdefs.h. */
39517
39518
39519 $ac_includes_default
39520
39521 int
39522 main ()
39523 {
39524
39525 #ifndef $wx_func
39526 &$wx_func;
39527 #endif
39528
39529
39530 ;
39531 return 0;
39532 }
39533
39534 _ACEOF
39535 rm -f conftest.$ac_objext conftest$ac_exeext
39536 if { (ac_try="$ac_link"
39537 case "(($ac_try" in
39538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39539 *) ac_try_echo=$ac_try;;
39540 esac
39541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39542 (eval "$ac_link") 2>conftest.er1
39543 ac_status=$?
39544 grep -v '^ *+' conftest.er1 >conftest.err
39545 rm -f conftest.er1
39546 cat conftest.err >&5
39547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39548 (exit $ac_status); } && {
39549 test -z "$ac_c_werror_flag" ||
39550 test ! -s conftest.err
39551 } && test -s conftest$ac_exeext &&
39552 $as_test_x conftest$ac_exeext; then
39553 eval wx_cv_func_$wx_func=yes
39554 else
39555 echo "$as_me: failed program was:" >&5
39556 sed 's/^/| /' conftest.$ac_ext >&5
39557
39558 eval wx_cv_func_$wx_func=no
39559 fi
39560
39561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39562 conftest$ac_exeext conftest.$ac_ext
39563
39564 fi
39565 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39566 { echo "$as_me:$LINENO: result: $ac_res" >&5
39567 echo "${ECHO_T}$ac_res" >&6; }
39568
39569 if eval test \$wx_cv_func_$wx_func = yes
39570 then
39571 cat >>confdefs.h <<_ACEOF
39572 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39573 _ACEOF
39574
39575
39576 else
39577 :
39578
39579 fi
39580 done
39581
39582
39583 if test "$wxUSE_TARSTREAM" = "yes"; then
39584
39585 for wx_func in sysconf
39586 do
39587 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39588 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39589 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39590 echo $ECHO_N "(cached) $ECHO_C" >&6
39591 else
39592
39593 cat >conftest.$ac_ext <<_ACEOF
39594
39595 /* confdefs.h. */
39596 _ACEOF
39597 cat confdefs.h >>conftest.$ac_ext
39598 cat >>conftest.$ac_ext <<_ACEOF
39599 /* end confdefs.h. */
39600
39601
39602 $ac_includes_default
39603
39604 int
39605 main ()
39606 {
39607
39608 #ifndef $wx_func
39609 &$wx_func;
39610 #endif
39611
39612
39613 ;
39614 return 0;
39615 }
39616
39617 _ACEOF
39618 rm -f conftest.$ac_objext conftest$ac_exeext
39619 if { (ac_try="$ac_link"
39620 case "(($ac_try" in
39621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39622 *) ac_try_echo=$ac_try;;
39623 esac
39624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39625 (eval "$ac_link") 2>conftest.er1
39626 ac_status=$?
39627 grep -v '^ *+' conftest.er1 >conftest.err
39628 rm -f conftest.er1
39629 cat conftest.err >&5
39630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39631 (exit $ac_status); } && {
39632 test -z "$ac_c_werror_flag" ||
39633 test ! -s conftest.err
39634 } && test -s conftest$ac_exeext &&
39635 $as_test_x conftest$ac_exeext; then
39636 eval wx_cv_func_$wx_func=yes
39637 else
39638 echo "$as_me: failed program was:" >&5
39639 sed 's/^/| /' conftest.$ac_ext >&5
39640
39641 eval wx_cv_func_$wx_func=no
39642 fi
39643
39644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39645 conftest$ac_exeext conftest.$ac_ext
39646
39647 fi
39648 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39649 { echo "$as_me:$LINENO: result: $ac_res" >&5
39650 echo "${ECHO_T}$ac_res" >&6; }
39651
39652 if eval test \$wx_cv_func_$wx_func = yes
39653 then
39654 cat >>confdefs.h <<_ACEOF
39655 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39656 _ACEOF
39657
39658
39659 else
39660 :
39661
39662 fi
39663 done
39664
39665
39666
39667 for wx_func in getpwuid_r
39668 do
39669 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39670 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39671 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39672 echo $ECHO_N "(cached) $ECHO_C" >&6
39673 else
39674
39675 cat >conftest.$ac_ext <<_ACEOF
39676
39677 /* confdefs.h. */
39678 _ACEOF
39679 cat confdefs.h >>conftest.$ac_ext
39680 cat >>conftest.$ac_ext <<_ACEOF
39681 /* end confdefs.h. */
39682
39683
39684 #define _REENTRANT
39685 #include <pwd.h>
39686
39687 $ac_includes_default
39688
39689 int
39690 main ()
39691 {
39692
39693 #ifndef $wx_func
39694 &$wx_func;
39695 #endif
39696
39697 struct passwd pw, *ppw;
39698 char buf[1024];
39699 getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
39700
39701
39702 ;
39703 return 0;
39704 }
39705
39706 _ACEOF
39707 rm -f conftest.$ac_objext conftest$ac_exeext
39708 if { (ac_try="$ac_link"
39709 case "(($ac_try" in
39710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39711 *) ac_try_echo=$ac_try;;
39712 esac
39713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39714 (eval "$ac_link") 2>conftest.er1
39715 ac_status=$?
39716 grep -v '^ *+' conftest.er1 >conftest.err
39717 rm -f conftest.er1
39718 cat conftest.err >&5
39719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39720 (exit $ac_status); } && {
39721 test -z "$ac_c_werror_flag" ||
39722 test ! -s conftest.err
39723 } && test -s conftest$ac_exeext &&
39724 $as_test_x conftest$ac_exeext; then
39725 eval wx_cv_func_$wx_func=yes
39726 else
39727 echo "$as_me: failed program was:" >&5
39728 sed 's/^/| /' conftest.$ac_ext >&5
39729
39730 eval wx_cv_func_$wx_func=no
39731 fi
39732
39733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39734 conftest$ac_exeext conftest.$ac_ext
39735
39736 fi
39737 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39738 { echo "$as_me:$LINENO: result: $ac_res" >&5
39739 echo "${ECHO_T}$ac_res" >&6; }
39740
39741 if eval test \$wx_cv_func_$wx_func = yes
39742 then
39743 cat >>confdefs.h <<_ACEOF
39744 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39745 _ACEOF
39746
39747
39748 else
39749 :
39750
39751 fi
39752 done
39753
39754
39755
39756 for wx_func in getgrgid_r
39757 do
39758 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39759 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39760 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39761 echo $ECHO_N "(cached) $ECHO_C" >&6
39762 else
39763
39764 cat >conftest.$ac_ext <<_ACEOF
39765
39766 /* confdefs.h. */
39767 _ACEOF
39768 cat confdefs.h >>conftest.$ac_ext
39769 cat >>conftest.$ac_ext <<_ACEOF
39770 /* end confdefs.h. */
39771
39772
39773 #define _REENTRANT
39774 #include <grp.h>
39775
39776 $ac_includes_default
39777
39778 int
39779 main ()
39780 {
39781
39782 #ifndef $wx_func
39783 &$wx_func;
39784 #endif
39785
39786 struct group grp, *pgrp;
39787 char buf[1024];
39788 getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
39789
39790
39791 ;
39792 return 0;
39793 }
39794
39795 _ACEOF
39796 rm -f conftest.$ac_objext conftest$ac_exeext
39797 if { (ac_try="$ac_link"
39798 case "(($ac_try" in
39799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39800 *) ac_try_echo=$ac_try;;
39801 esac
39802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39803 (eval "$ac_link") 2>conftest.er1
39804 ac_status=$?
39805 grep -v '^ *+' conftest.er1 >conftest.err
39806 rm -f conftest.er1
39807 cat conftest.err >&5
39808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39809 (exit $ac_status); } && {
39810 test -z "$ac_c_werror_flag" ||
39811 test ! -s conftest.err
39812 } && test -s conftest$ac_exeext &&
39813 $as_test_x conftest$ac_exeext; then
39814 eval wx_cv_func_$wx_func=yes
39815 else
39816 echo "$as_me: failed program was:" >&5
39817 sed 's/^/| /' conftest.$ac_ext >&5
39818
39819 eval wx_cv_func_$wx_func=no
39820 fi
39821
39822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39823 conftest$ac_exeext conftest.$ac_ext
39824
39825 fi
39826 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39827 { echo "$as_me:$LINENO: result: $ac_res" >&5
39828 echo "${ECHO_T}$ac_res" >&6; }
39829
39830 if eval test \$wx_cv_func_$wx_func = yes
39831 then
39832 cat >>confdefs.h <<_ACEOF
39833 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39834 _ACEOF
39835
39836
39837 else
39838 :
39839
39840 fi
39841 done
39842
39843 fi
39844
39845 fi
39846
39847
39848
39849 cat >confcache <<\_ACEOF
39850 # This file is a shell script that caches the results of configure
39851 # tests run on this system so they can be shared between configure
39852 # scripts and configure runs, see configure's option --config-cache.
39853 # It is not useful on other systems. If it contains results you don't
39854 # want to keep, you may remove or edit it.
39855 #
39856 # config.status only pays attention to the cache file if you give it
39857 # the --recheck option to rerun configure.
39858 #
39859 # `ac_cv_env_foo' variables (set or unset) will be overridden when
39860 # loading this file, other *unset* `ac_cv_foo' will be assigned the
39861 # following values.
39862
39863 _ACEOF
39864
39865 # The following way of writing the cache mishandles newlines in values,
39866 # but we know of no workaround that is simple, portable, and efficient.
39867 # So, we kill variables containing newlines.
39868 # Ultrix sh set writes to stderr and can't be redirected directly,
39869 # and sets the high bit in the cache file unless we assign to the vars.
39870 (
39871 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
39872 eval ac_val=\$$ac_var
39873 case $ac_val in #(
39874 *${as_nl}*)
39875 case $ac_var in #(
39876 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
39877 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
39878 esac
39879 case $ac_var in #(
39880 _ | IFS | as_nl) ;; #(
39881 *) $as_unset $ac_var ;;
39882 esac ;;
39883 esac
39884 done
39885
39886 (set) 2>&1 |
39887 case $as_nl`(ac_space=' '; set) 2>&1` in #(
39888 *${as_nl}ac_space=\ *)
39889 # `set' does not quote correctly, so add quotes (double-quote
39890 # substitution turns \\\\ into \\, and sed turns \\ into \).
39891 sed -n \
39892 "s/'/'\\\\''/g;
39893 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
39894 ;; #(
39895 *)
39896 # `set' quotes correctly as required by POSIX, so do not add quotes.
39897 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
39898 ;;
39899 esac |
39900 sort
39901 ) |
39902 sed '
39903 /^ac_cv_env_/b end
39904 t clear
39905 :clear
39906 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
39907 t end
39908 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
39909 :end' >>confcache
39910 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
39911 if test -w "$cache_file"; then
39912 test "x$cache_file" != "x/dev/null" &&
39913 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
39914 echo "$as_me: updating cache $cache_file" >&6;}
39915 cat confcache >$cache_file
39916 else
39917 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
39918 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
39919 fi
39920 fi
39921 rm -f confcache
39922
39923
39924 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
39925
39926
39927 THREADS_LINK=
39928 THREADS_CFLAGS=
39929
39930 if test "$wxUSE_THREADS" = "yes" ; then
39931 if test "$USE_BEOS" = 1; then
39932 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
39933 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
39934 wxUSE_THREADS="no"
39935 fi
39936 fi
39937
39938 if test "$wxUSE_THREADS" = "yes" ; then
39939
39940
39941 THREAD_OPTS="-pthread"
39942 if test "x$SUNCXX" = xyes; then
39943 THREAD_OPTS="-mt lthread $THREAD_OPTS"
39944 fi
39945
39946 case "${host}" in
39947 *-*-solaris2* | *-*-sunos4* )
39948 if test "x$GCC" = "xyes"; then
39949 THREAD_OPTS="-pthreads $THREAD_OPTS"
39950 fi
39951 ;;
39952 *-*-freebsd*)
39953 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
39954 ;;
39955 *-*-darwin* | *-*-cygwin* )
39956 THREAD_OPTS=""
39957 ;;
39958 *-*-aix*)
39959 THREAD_OPTS="pthreads"
39960 ;;
39961 *-hp-hpux* )
39962 if test "x$GCC" = "xyes"; then
39963 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
39964 THREAD_OPTS=""
39965 else
39966 THREAD_OPTS="-mt"
39967 fi
39968 ;;
39969
39970 *-*-irix* )
39971 if test "x$GCC" = "xyes"; then
39972 THREAD_OPTS=""
39973 fi
39974 ;;
39975
39976 *-*-qnx*)
39977 THREAD_OPTS=""
39978 ;;
39979
39980 *-*-*UnixWare*)
39981 if test "x$GCC" != "xyes"; then
39982 THREAD_OPTS="-Ethread"
39983 fi
39984 ;;
39985 esac
39986
39987 case "${host}" in
39988 *-*-qnx*)
39989 THREAD_OPTS="none pthread"
39990 ;;
39991
39992 *)
39993 THREAD_OPTS="$THREAD_OPTS pthread none"
39994 ;;
39995 esac
39996
39997 THREADS_OK=no
39998 for flag in $THREAD_OPTS; do
39999 case $flag in
40000 none)
40001 { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
40002 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; }
40003 ;;
40004
40005 -*)
40006 { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
40007 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; }
40008 THREADS_CFLAGS="$flag"
40009 ;;
40010
40011 *)
40012 { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
40013 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; }
40014 THREADS_LINK="-l$flag"
40015 ;;
40016 esac
40017
40018 save_LIBS="$LIBS"
40019 save_CFLAGS="$CFLAGS"
40020 LIBS="$THREADS_LINK $LIBS"
40021 CFLAGS="$THREADS_CFLAGS $CFLAGS"
40022
40023 cat >conftest.$ac_ext <<_ACEOF
40024 /* confdefs.h. */
40025 _ACEOF
40026 cat confdefs.h >>conftest.$ac_ext
40027 cat >>conftest.$ac_ext <<_ACEOF
40028 /* end confdefs.h. */
40029 #include <pthread.h>
40030 int
40031 main ()
40032 {
40033 pthread_create(0,0,0,0);
40034 ;
40035 return 0;
40036 }
40037 _ACEOF
40038 rm -f conftest.$ac_objext conftest$ac_exeext
40039 if { (ac_try="$ac_link"
40040 case "(($ac_try" in
40041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40042 *) ac_try_echo=$ac_try;;
40043 esac
40044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40045 (eval "$ac_link") 2>conftest.er1
40046 ac_status=$?
40047 grep -v '^ *+' conftest.er1 >conftest.err
40048 rm -f conftest.er1
40049 cat conftest.err >&5
40050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40051 (exit $ac_status); } && {
40052 test -z "$ac_c_werror_flag" ||
40053 test ! -s conftest.err
40054 } && test -s conftest$ac_exeext &&
40055 $as_test_x conftest$ac_exeext; then
40056 THREADS_OK=yes
40057 else
40058 echo "$as_me: failed program was:" >&5
40059 sed 's/^/| /' conftest.$ac_ext >&5
40060
40061
40062 fi
40063
40064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40065 conftest$ac_exeext conftest.$ac_ext
40066
40067 LIBS="$save_LIBS"
40068 CFLAGS="$save_CFLAGS"
40069
40070 { echo "$as_me:$LINENO: result: $THREADS_OK" >&5
40071 echo "${ECHO_T}$THREADS_OK" >&6; }
40072 if test "x$THREADS_OK" = "xyes"; then
40073 break;
40074 fi
40075
40076 THREADS_LINK=""
40077 THREADS_CFLAGS=""
40078 done
40079
40080 if test "x$THREADS_OK" != "xyes"; then
40081 wxUSE_THREADS=no
40082 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
40083 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
40084 else
40085 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
40086 WXCONFIG_LDFLAGS="$THREADS_CFLAGS $WXCONFIG_LDFLAGS"
40087 LIBS="$THREADS_LINK $LIBS"
40088
40089 { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
40090 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; }
40091 flag=no
40092 case "${host}" in
40093 *-aix*)
40094 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
40095 WXCONFIG_LDFLAGS="-L/usr/lib/threads $WXCONFIG_LDFLAGS"
40096 flag="-D_THREAD_SAFE"
40097 ;;
40098 *-freebsd*)
40099 flag="-D_THREAD_SAFE"
40100 ;;
40101 *-hp-hpux* )
40102 flag="-D_REENTRANT"
40103 if test "x$GCC" != "xyes"; then
40104 flag="$flag -D_RWSTD_MULTI_THREAD"
40105 fi
40106 ;;
40107 *solaris* | alpha*-osf*)
40108 flag="-D_REENTRANT"
40109 ;;
40110 esac
40111 { echo "$as_me:$LINENO: result: ${flag}" >&5
40112 echo "${ECHO_T}${flag}" >&6; }
40113 if test "x$flag" != xno; then
40114 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
40115 fi
40116
40117 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
40118 fi
40119 fi
40120
40121 if test "$wxUSE_THREADS" = "yes" ; then
40122
40123 for ac_func in thr_setconcurrency
40124 do
40125 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40126 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40127 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40128 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40129 echo $ECHO_N "(cached) $ECHO_C" >&6
40130 else
40131 cat >conftest.$ac_ext <<_ACEOF
40132 /* confdefs.h. */
40133 _ACEOF
40134 cat confdefs.h >>conftest.$ac_ext
40135 cat >>conftest.$ac_ext <<_ACEOF
40136 /* end confdefs.h. */
40137 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40138 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40139 #define $ac_func innocuous_$ac_func
40140
40141 /* System header to define __stub macros and hopefully few prototypes,
40142 which can conflict with char $ac_func (); below.
40143 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40144 <limits.h> exists even on freestanding compilers. */
40145
40146 #ifdef __STDC__
40147 # include <limits.h>
40148 #else
40149 # include <assert.h>
40150 #endif
40151
40152 #undef $ac_func
40153
40154 /* Override any GCC internal prototype to avoid an error.
40155 Use char because int might match the return type of a GCC
40156 builtin and then its argument prototype would still apply. */
40157 #ifdef __cplusplus
40158 extern "C"
40159 #endif
40160 char $ac_func ();
40161 /* The GNU C library defines this for functions which it implements
40162 to always fail with ENOSYS. Some functions are actually named
40163 something starting with __ and the normal name is an alias. */
40164 #if defined __stub_$ac_func || defined __stub___$ac_func
40165 choke me
40166 #endif
40167
40168 int
40169 main ()
40170 {
40171 return $ac_func ();
40172 ;
40173 return 0;
40174 }
40175 _ACEOF
40176 rm -f conftest.$ac_objext conftest$ac_exeext
40177 if { (ac_try="$ac_link"
40178 case "(($ac_try" in
40179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40180 *) ac_try_echo=$ac_try;;
40181 esac
40182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40183 (eval "$ac_link") 2>conftest.er1
40184 ac_status=$?
40185 grep -v '^ *+' conftest.er1 >conftest.err
40186 rm -f conftest.er1
40187 cat conftest.err >&5
40188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40189 (exit $ac_status); } && {
40190 test -z "$ac_c_werror_flag" ||
40191 test ! -s conftest.err
40192 } && test -s conftest$ac_exeext &&
40193 $as_test_x conftest$ac_exeext; then
40194 eval "$as_ac_var=yes"
40195 else
40196 echo "$as_me: failed program was:" >&5
40197 sed 's/^/| /' conftest.$ac_ext >&5
40198
40199 eval "$as_ac_var=no"
40200 fi
40201
40202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40203 conftest$ac_exeext conftest.$ac_ext
40204 fi
40205 ac_res=`eval echo '${'$as_ac_var'}'`
40206 { echo "$as_me:$LINENO: result: $ac_res" >&5
40207 echo "${ECHO_T}$ac_res" >&6; }
40208 if test `eval echo '${'$as_ac_var'}'` = yes; then
40209 cat >>confdefs.h <<_ACEOF
40210 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40211 _ACEOF
40212
40213 fi
40214 done
40215
40216
40217 { echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
40218 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6; }
40219 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
40220 echo $ECHO_N "(cached) $ECHO_C" >&6
40221 else
40222
40223 ac_ext=cpp
40224 ac_cpp='$CXXCPP $CPPFLAGS'
40225 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40226 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40227 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40228
40229 cat >conftest.$ac_ext <<_ACEOF
40230 /* confdefs.h. */
40231 _ACEOF
40232 cat confdefs.h >>conftest.$ac_ext
40233 cat >>conftest.$ac_ext <<_ACEOF
40234 /* end confdefs.h. */
40235 #include <pthread.h>
40236 void ThreadCleanupFunc(void *p);
40237
40238 int
40239 main ()
40240 {
40241
40242 void *p;
40243 pthread_cleanup_push(ThreadCleanupFunc, p);
40244 pthread_cleanup_pop(0);
40245
40246 ;
40247 return 0;
40248 }
40249 _ACEOF
40250 rm -f conftest.$ac_objext
40251 if { (ac_try="$ac_compile"
40252 case "(($ac_try" in
40253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40254 *) ac_try_echo=$ac_try;;
40255 esac
40256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40257 (eval "$ac_compile") 2>conftest.er1
40258 ac_status=$?
40259 grep -v '^ *+' conftest.er1 >conftest.err
40260 rm -f conftest.er1
40261 cat conftest.err >&5
40262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40263 (exit $ac_status); } && {
40264 test -z "$ac_cxx_werror_flag" ||
40265 test ! -s conftest.err
40266 } && test -s conftest.$ac_objext; then
40267
40268 wx_cv_func_pthread_cleanup=yes
40269
40270 else
40271 echo "$as_me: failed program was:" >&5
40272 sed 's/^/| /' conftest.$ac_ext >&5
40273
40274
40275 wx_cv_func_pthread_cleanup=no
40276
40277
40278 fi
40279
40280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40281 ac_ext=c
40282 ac_cpp='$CPP $CPPFLAGS'
40283 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40284 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40285 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40286
40287
40288 fi
40289 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
40290 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6; }
40291 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
40292 cat >>confdefs.h <<\_ACEOF
40293 #define wxHAVE_PTHREAD_CLEANUP 1
40294 _ACEOF
40295
40296 fi
40297
40298
40299 for ac_header in sched.h
40300 do
40301 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
40302 { echo "$as_me:$LINENO: checking for $ac_header" >&5
40303 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
40304 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40305 echo $ECHO_N "(cached) $ECHO_C" >&6
40306 else
40307 cat >conftest.$ac_ext <<_ACEOF
40308 /* confdefs.h. */
40309 _ACEOF
40310 cat confdefs.h >>conftest.$ac_ext
40311 cat >>conftest.$ac_ext <<_ACEOF
40312 /* end confdefs.h. */
40313 $ac_includes_default
40314
40315 #include <$ac_header>
40316 _ACEOF
40317 rm -f conftest.$ac_objext
40318 if { (ac_try="$ac_compile"
40319 case "(($ac_try" in
40320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40321 *) ac_try_echo=$ac_try;;
40322 esac
40323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40324 (eval "$ac_compile") 2>conftest.er1
40325 ac_status=$?
40326 grep -v '^ *+' conftest.er1 >conftest.err
40327 rm -f conftest.er1
40328 cat conftest.err >&5
40329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40330 (exit $ac_status); } && {
40331 test -z "$ac_c_werror_flag" ||
40332 test ! -s conftest.err
40333 } && test -s conftest.$ac_objext; then
40334 eval "$as_ac_Header=yes"
40335 else
40336 echo "$as_me: failed program was:" >&5
40337 sed 's/^/| /' conftest.$ac_ext >&5
40338
40339 eval "$as_ac_Header=no"
40340 fi
40341
40342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40343 fi
40344 ac_res=`eval echo '${'$as_ac_Header'}'`
40345 { echo "$as_me:$LINENO: result: $ac_res" >&5
40346 echo "${ECHO_T}$ac_res" >&6; }
40347 if test `eval echo '${'$as_ac_Header'}'` = yes; then
40348 cat >>confdefs.h <<_ACEOF
40349 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
40350 _ACEOF
40351
40352 fi
40353
40354 done
40355
40356 if test "$ac_cv_header_sched_h" = "yes"; then
40357 { echo "$as_me:$LINENO: checking for sched_yield" >&5
40358 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6; }
40359 if test "${ac_cv_func_sched_yield+set}" = set; then
40360 echo $ECHO_N "(cached) $ECHO_C" >&6
40361 else
40362 cat >conftest.$ac_ext <<_ACEOF
40363 /* confdefs.h. */
40364 _ACEOF
40365 cat confdefs.h >>conftest.$ac_ext
40366 cat >>conftest.$ac_ext <<_ACEOF
40367 /* end confdefs.h. */
40368 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
40369 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40370 #define sched_yield innocuous_sched_yield
40371
40372 /* System header to define __stub macros and hopefully few prototypes,
40373 which can conflict with char sched_yield (); below.
40374 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40375 <limits.h> exists even on freestanding compilers. */
40376
40377 #ifdef __STDC__
40378 # include <limits.h>
40379 #else
40380 # include <assert.h>
40381 #endif
40382
40383 #undef sched_yield
40384
40385 /* Override any GCC internal prototype to avoid an error.
40386 Use char because int might match the return type of a GCC
40387 builtin and then its argument prototype would still apply. */
40388 #ifdef __cplusplus
40389 extern "C"
40390 #endif
40391 char sched_yield ();
40392 /* The GNU C library defines this for functions which it implements
40393 to always fail with ENOSYS. Some functions are actually named
40394 something starting with __ and the normal name is an alias. */
40395 #if defined __stub_sched_yield || defined __stub___sched_yield
40396 choke me
40397 #endif
40398
40399 int
40400 main ()
40401 {
40402 return sched_yield ();
40403 ;
40404 return 0;
40405 }
40406 _ACEOF
40407 rm -f conftest.$ac_objext conftest$ac_exeext
40408 if { (ac_try="$ac_link"
40409 case "(($ac_try" in
40410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40411 *) ac_try_echo=$ac_try;;
40412 esac
40413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40414 (eval "$ac_link") 2>conftest.er1
40415 ac_status=$?
40416 grep -v '^ *+' conftest.er1 >conftest.err
40417 rm -f conftest.er1
40418 cat conftest.err >&5
40419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40420 (exit $ac_status); } && {
40421 test -z "$ac_c_werror_flag" ||
40422 test ! -s conftest.err
40423 } && test -s conftest$ac_exeext &&
40424 $as_test_x conftest$ac_exeext; then
40425 ac_cv_func_sched_yield=yes
40426 else
40427 echo "$as_me: failed program was:" >&5
40428 sed 's/^/| /' conftest.$ac_ext >&5
40429
40430 ac_cv_func_sched_yield=no
40431 fi
40432
40433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40434 conftest$ac_exeext conftest.$ac_ext
40435 fi
40436 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
40437 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6; }
40438 if test $ac_cv_func_sched_yield = yes; then
40439 cat >>confdefs.h <<\_ACEOF
40440 #define HAVE_SCHED_YIELD 1
40441 _ACEOF
40442
40443 else
40444
40445 { echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
40446 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6; }
40447 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
40448 echo $ECHO_N "(cached) $ECHO_C" >&6
40449 else
40450 ac_check_lib_save_LIBS=$LIBS
40451 LIBS="-lposix4 $LIBS"
40452 cat >conftest.$ac_ext <<_ACEOF
40453 /* confdefs.h. */
40454 _ACEOF
40455 cat confdefs.h >>conftest.$ac_ext
40456 cat >>conftest.$ac_ext <<_ACEOF
40457 /* end confdefs.h. */
40458
40459 /* Override any GCC internal prototype to avoid an error.
40460 Use char because int might match the return type of a GCC
40461 builtin and then its argument prototype would still apply. */
40462 #ifdef __cplusplus
40463 extern "C"
40464 #endif
40465 char sched_yield ();
40466 int
40467 main ()
40468 {
40469 return sched_yield ();
40470 ;
40471 return 0;
40472 }
40473 _ACEOF
40474 rm -f conftest.$ac_objext conftest$ac_exeext
40475 if { (ac_try="$ac_link"
40476 case "(($ac_try" in
40477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40478 *) ac_try_echo=$ac_try;;
40479 esac
40480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40481 (eval "$ac_link") 2>conftest.er1
40482 ac_status=$?
40483 grep -v '^ *+' conftest.er1 >conftest.err
40484 rm -f conftest.er1
40485 cat conftest.err >&5
40486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40487 (exit $ac_status); } && {
40488 test -z "$ac_c_werror_flag" ||
40489 test ! -s conftest.err
40490 } && test -s conftest$ac_exeext &&
40491 $as_test_x conftest$ac_exeext; then
40492 ac_cv_lib_posix4_sched_yield=yes
40493 else
40494 echo "$as_me: failed program was:" >&5
40495 sed 's/^/| /' conftest.$ac_ext >&5
40496
40497 ac_cv_lib_posix4_sched_yield=no
40498 fi
40499
40500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40501 conftest$ac_exeext conftest.$ac_ext
40502 LIBS=$ac_check_lib_save_LIBS
40503 fi
40504 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
40505 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6; }
40506 if test $ac_cv_lib_posix4_sched_yield = yes; then
40507 cat >>confdefs.h <<\_ACEOF
40508 #define HAVE_SCHED_YIELD 1
40509 _ACEOF
40510 POSIX4_LINK=" -lposix4"
40511 else
40512 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
40513 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
40514
40515 fi
40516
40517
40518
40519 fi
40520
40521 fi
40522
40523 HAVE_PRIOR_FUNCS=0
40524 { echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
40525 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6; }
40526 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
40527 echo $ECHO_N "(cached) $ECHO_C" >&6
40528 else
40529 cat >conftest.$ac_ext <<_ACEOF
40530 /* confdefs.h. */
40531 _ACEOF
40532 cat confdefs.h >>conftest.$ac_ext
40533 cat >>conftest.$ac_ext <<_ACEOF
40534 /* end confdefs.h. */
40535 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
40536 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40537 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
40538
40539 /* System header to define __stub macros and hopefully few prototypes,
40540 which can conflict with char pthread_attr_getschedpolicy (); below.
40541 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40542 <limits.h> exists even on freestanding compilers. */
40543
40544 #ifdef __STDC__
40545 # include <limits.h>
40546 #else
40547 # include <assert.h>
40548 #endif
40549
40550 #undef pthread_attr_getschedpolicy
40551
40552 /* Override any GCC internal prototype to avoid an error.
40553 Use char because int might match the return type of a GCC
40554 builtin and then its argument prototype would still apply. */
40555 #ifdef __cplusplus
40556 extern "C"
40557 #endif
40558 char pthread_attr_getschedpolicy ();
40559 /* The GNU C library defines this for functions which it implements
40560 to always fail with ENOSYS. Some functions are actually named
40561 something starting with __ and the normal name is an alias. */
40562 #if defined __stub_pthread_attr_getschedpolicy || defined __stub___pthread_attr_getschedpolicy
40563 choke me
40564 #endif
40565
40566 int
40567 main ()
40568 {
40569 return pthread_attr_getschedpolicy ();
40570 ;
40571 return 0;
40572 }
40573 _ACEOF
40574 rm -f conftest.$ac_objext conftest$ac_exeext
40575 if { (ac_try="$ac_link"
40576 case "(($ac_try" in
40577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40578 *) ac_try_echo=$ac_try;;
40579 esac
40580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40581 (eval "$ac_link") 2>conftest.er1
40582 ac_status=$?
40583 grep -v '^ *+' conftest.er1 >conftest.err
40584 rm -f conftest.er1
40585 cat conftest.err >&5
40586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40587 (exit $ac_status); } && {
40588 test -z "$ac_c_werror_flag" ||
40589 test ! -s conftest.err
40590 } && test -s conftest$ac_exeext &&
40591 $as_test_x conftest$ac_exeext; then
40592 ac_cv_func_pthread_attr_getschedpolicy=yes
40593 else
40594 echo "$as_me: failed program was:" >&5
40595 sed 's/^/| /' conftest.$ac_ext >&5
40596
40597 ac_cv_func_pthread_attr_getschedpolicy=no
40598 fi
40599
40600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40601 conftest$ac_exeext conftest.$ac_ext
40602 fi
40603 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
40604 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6; }
40605 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
40606 { echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
40607 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6; }
40608 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
40609 echo $ECHO_N "(cached) $ECHO_C" >&6
40610 else
40611 cat >conftest.$ac_ext <<_ACEOF
40612 /* confdefs.h. */
40613 _ACEOF
40614 cat confdefs.h >>conftest.$ac_ext
40615 cat >>conftest.$ac_ext <<_ACEOF
40616 /* end confdefs.h. */
40617 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
40618 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40619 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
40620
40621 /* System header to define __stub macros and hopefully few prototypes,
40622 which can conflict with char pthread_attr_setschedparam (); below.
40623 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40624 <limits.h> exists even on freestanding compilers. */
40625
40626 #ifdef __STDC__
40627 # include <limits.h>
40628 #else
40629 # include <assert.h>
40630 #endif
40631
40632 #undef pthread_attr_setschedparam
40633
40634 /* Override any GCC internal prototype to avoid an error.
40635 Use char because int might match the return type of a GCC
40636 builtin and then its argument prototype would still apply. */
40637 #ifdef __cplusplus
40638 extern "C"
40639 #endif
40640 char pthread_attr_setschedparam ();
40641 /* The GNU C library defines this for functions which it implements
40642 to always fail with ENOSYS. Some functions are actually named
40643 something starting with __ and the normal name is an alias. */
40644 #if defined __stub_pthread_attr_setschedparam || defined __stub___pthread_attr_setschedparam
40645 choke me
40646 #endif
40647
40648 int
40649 main ()
40650 {
40651 return pthread_attr_setschedparam ();
40652 ;
40653 return 0;
40654 }
40655 _ACEOF
40656 rm -f conftest.$ac_objext conftest$ac_exeext
40657 if { (ac_try="$ac_link"
40658 case "(($ac_try" in
40659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40660 *) ac_try_echo=$ac_try;;
40661 esac
40662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40663 (eval "$ac_link") 2>conftest.er1
40664 ac_status=$?
40665 grep -v '^ *+' conftest.er1 >conftest.err
40666 rm -f conftest.er1
40667 cat conftest.err >&5
40668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40669 (exit $ac_status); } && {
40670 test -z "$ac_c_werror_flag" ||
40671 test ! -s conftest.err
40672 } && test -s conftest$ac_exeext &&
40673 $as_test_x conftest$ac_exeext; then
40674 ac_cv_func_pthread_attr_setschedparam=yes
40675 else
40676 echo "$as_me: failed program was:" >&5
40677 sed 's/^/| /' conftest.$ac_ext >&5
40678
40679 ac_cv_func_pthread_attr_setschedparam=no
40680 fi
40681
40682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40683 conftest$ac_exeext conftest.$ac_ext
40684 fi
40685 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
40686 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6; }
40687 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
40688 { echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
40689 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6; }
40690 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
40691 echo $ECHO_N "(cached) $ECHO_C" >&6
40692 else
40693 cat >conftest.$ac_ext <<_ACEOF
40694 /* confdefs.h. */
40695 _ACEOF
40696 cat confdefs.h >>conftest.$ac_ext
40697 cat >>conftest.$ac_ext <<_ACEOF
40698 /* end confdefs.h. */
40699 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
40700 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40701 #define sched_get_priority_max innocuous_sched_get_priority_max
40702
40703 /* System header to define __stub macros and hopefully few prototypes,
40704 which can conflict with char sched_get_priority_max (); below.
40705 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40706 <limits.h> exists even on freestanding compilers. */
40707
40708 #ifdef __STDC__
40709 # include <limits.h>
40710 #else
40711 # include <assert.h>
40712 #endif
40713
40714 #undef sched_get_priority_max
40715
40716 /* Override any GCC internal prototype to avoid an error.
40717 Use char because int might match the return type of a GCC
40718 builtin and then its argument prototype would still apply. */
40719 #ifdef __cplusplus
40720 extern "C"
40721 #endif
40722 char sched_get_priority_max ();
40723 /* The GNU C library defines this for functions which it implements
40724 to always fail with ENOSYS. Some functions are actually named
40725 something starting with __ and the normal name is an alias. */
40726 #if defined __stub_sched_get_priority_max || defined __stub___sched_get_priority_max
40727 choke me
40728 #endif
40729
40730 int
40731 main ()
40732 {
40733 return sched_get_priority_max ();
40734 ;
40735 return 0;
40736 }
40737 _ACEOF
40738 rm -f conftest.$ac_objext conftest$ac_exeext
40739 if { (ac_try="$ac_link"
40740 case "(($ac_try" in
40741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40742 *) ac_try_echo=$ac_try;;
40743 esac
40744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40745 (eval "$ac_link") 2>conftest.er1
40746 ac_status=$?
40747 grep -v '^ *+' conftest.er1 >conftest.err
40748 rm -f conftest.er1
40749 cat conftest.err >&5
40750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40751 (exit $ac_status); } && {
40752 test -z "$ac_c_werror_flag" ||
40753 test ! -s conftest.err
40754 } && test -s conftest$ac_exeext &&
40755 $as_test_x conftest$ac_exeext; then
40756 ac_cv_func_sched_get_priority_max=yes
40757 else
40758 echo "$as_me: failed program was:" >&5
40759 sed 's/^/| /' conftest.$ac_ext >&5
40760
40761 ac_cv_func_sched_get_priority_max=no
40762 fi
40763
40764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40765 conftest$ac_exeext conftest.$ac_ext
40766 fi
40767 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
40768 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6; }
40769 if test $ac_cv_func_sched_get_priority_max = yes; then
40770 HAVE_PRIOR_FUNCS=1
40771 else
40772 { echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
40773 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6; }
40774 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
40775 echo $ECHO_N "(cached) $ECHO_C" >&6
40776 else
40777 ac_check_lib_save_LIBS=$LIBS
40778 LIBS="-lposix4 $LIBS"
40779 cat >conftest.$ac_ext <<_ACEOF
40780 /* confdefs.h. */
40781 _ACEOF
40782 cat confdefs.h >>conftest.$ac_ext
40783 cat >>conftest.$ac_ext <<_ACEOF
40784 /* end confdefs.h. */
40785
40786 /* Override any GCC internal prototype to avoid an error.
40787 Use char because int might match the return type of a GCC
40788 builtin and then its argument prototype would still apply. */
40789 #ifdef __cplusplus
40790 extern "C"
40791 #endif
40792 char sched_get_priority_max ();
40793 int
40794 main ()
40795 {
40796 return sched_get_priority_max ();
40797 ;
40798 return 0;
40799 }
40800 _ACEOF
40801 rm -f conftest.$ac_objext conftest$ac_exeext
40802 if { (ac_try="$ac_link"
40803 case "(($ac_try" in
40804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40805 *) ac_try_echo=$ac_try;;
40806 esac
40807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40808 (eval "$ac_link") 2>conftest.er1
40809 ac_status=$?
40810 grep -v '^ *+' conftest.er1 >conftest.err
40811 rm -f conftest.er1
40812 cat conftest.err >&5
40813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40814 (exit $ac_status); } && {
40815 test -z "$ac_c_werror_flag" ||
40816 test ! -s conftest.err
40817 } && test -s conftest$ac_exeext &&
40818 $as_test_x conftest$ac_exeext; then
40819 ac_cv_lib_posix4_sched_get_priority_max=yes
40820 else
40821 echo "$as_me: failed program was:" >&5
40822 sed 's/^/| /' conftest.$ac_ext >&5
40823
40824 ac_cv_lib_posix4_sched_get_priority_max=no
40825 fi
40826
40827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40828 conftest$ac_exeext conftest.$ac_ext
40829 LIBS=$ac_check_lib_save_LIBS
40830 fi
40831 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
40832 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
40833 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
40834
40835 HAVE_PRIOR_FUNCS=1
40836 POSIX4_LINK=" -lposix4"
40837
40838 fi
40839
40840
40841 fi
40842
40843
40844 fi
40845
40846
40847 fi
40848
40849
40850 if test "$HAVE_PRIOR_FUNCS" = 1; then
40851 cat >>confdefs.h <<\_ACEOF
40852 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
40853 _ACEOF
40854
40855 else
40856 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
40857 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
40858 fi
40859
40860 { echo "$as_me:$LINENO: checking for pthread_cancel" >&5
40861 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6; }
40862 if test "${ac_cv_func_pthread_cancel+set}" = set; then
40863 echo $ECHO_N "(cached) $ECHO_C" >&6
40864 else
40865 cat >conftest.$ac_ext <<_ACEOF
40866 /* confdefs.h. */
40867 _ACEOF
40868 cat confdefs.h >>conftest.$ac_ext
40869 cat >>conftest.$ac_ext <<_ACEOF
40870 /* end confdefs.h. */
40871 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
40872 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40873 #define pthread_cancel innocuous_pthread_cancel
40874
40875 /* System header to define __stub macros and hopefully few prototypes,
40876 which can conflict with char pthread_cancel (); below.
40877 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40878 <limits.h> exists even on freestanding compilers. */
40879
40880 #ifdef __STDC__
40881 # include <limits.h>
40882 #else
40883 # include <assert.h>
40884 #endif
40885
40886 #undef pthread_cancel
40887
40888 /* Override any GCC internal prototype to avoid an error.
40889 Use char because int might match the return type of a GCC
40890 builtin and then its argument prototype would still apply. */
40891 #ifdef __cplusplus
40892 extern "C"
40893 #endif
40894 char pthread_cancel ();
40895 /* The GNU C library defines this for functions which it implements
40896 to always fail with ENOSYS. Some functions are actually named
40897 something starting with __ and the normal name is an alias. */
40898 #if defined __stub_pthread_cancel || defined __stub___pthread_cancel
40899 choke me
40900 #endif
40901
40902 int
40903 main ()
40904 {
40905 return pthread_cancel ();
40906 ;
40907 return 0;
40908 }
40909 _ACEOF
40910 rm -f conftest.$ac_objext conftest$ac_exeext
40911 if { (ac_try="$ac_link"
40912 case "(($ac_try" in
40913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40914 *) ac_try_echo=$ac_try;;
40915 esac
40916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40917 (eval "$ac_link") 2>conftest.er1
40918 ac_status=$?
40919 grep -v '^ *+' conftest.er1 >conftest.err
40920 rm -f conftest.er1
40921 cat conftest.err >&5
40922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40923 (exit $ac_status); } && {
40924 test -z "$ac_c_werror_flag" ||
40925 test ! -s conftest.err
40926 } && test -s conftest$ac_exeext &&
40927 $as_test_x conftest$ac_exeext; then
40928 ac_cv_func_pthread_cancel=yes
40929 else
40930 echo "$as_me: failed program was:" >&5
40931 sed 's/^/| /' conftest.$ac_ext >&5
40932
40933 ac_cv_func_pthread_cancel=no
40934 fi
40935
40936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40937 conftest$ac_exeext conftest.$ac_ext
40938 fi
40939 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
40940 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6; }
40941 if test $ac_cv_func_pthread_cancel = yes; then
40942 cat >>confdefs.h <<\_ACEOF
40943 #define HAVE_PTHREAD_CANCEL 1
40944 _ACEOF
40945
40946 else
40947 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
40948 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
40949 fi
40950
40951
40952 { echo "$as_me:$LINENO: checking for pthread_mutex_timedlock" >&5
40953 echo $ECHO_N "checking for pthread_mutex_timedlock... $ECHO_C" >&6; }
40954 if test "${ac_cv_func_pthread_mutex_timedlock+set}" = set; then
40955 echo $ECHO_N "(cached) $ECHO_C" >&6
40956 else
40957 cat >conftest.$ac_ext <<_ACEOF
40958 /* confdefs.h. */
40959 _ACEOF
40960 cat confdefs.h >>conftest.$ac_ext
40961 cat >>conftest.$ac_ext <<_ACEOF
40962 /* end confdefs.h. */
40963 /* Define pthread_mutex_timedlock to an innocuous variant, in case <limits.h> declares pthread_mutex_timedlock.
40964 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40965 #define pthread_mutex_timedlock innocuous_pthread_mutex_timedlock
40966
40967 /* System header to define __stub macros and hopefully few prototypes,
40968 which can conflict with char pthread_mutex_timedlock (); below.
40969 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40970 <limits.h> exists even on freestanding compilers. */
40971
40972 #ifdef __STDC__
40973 # include <limits.h>
40974 #else
40975 # include <assert.h>
40976 #endif
40977
40978 #undef pthread_mutex_timedlock
40979
40980 /* Override any GCC internal prototype to avoid an error.
40981 Use char because int might match the return type of a GCC
40982 builtin and then its argument prototype would still apply. */
40983 #ifdef __cplusplus
40984 extern "C"
40985 #endif
40986 char pthread_mutex_timedlock ();
40987 /* The GNU C library defines this for functions which it implements
40988 to always fail with ENOSYS. Some functions are actually named
40989 something starting with __ and the normal name is an alias. */
40990 #if defined __stub_pthread_mutex_timedlock || defined __stub___pthread_mutex_timedlock
40991 choke me
40992 #endif
40993
40994 int
40995 main ()
40996 {
40997 return pthread_mutex_timedlock ();
40998 ;
40999 return 0;
41000 }
41001 _ACEOF
41002 rm -f conftest.$ac_objext conftest$ac_exeext
41003 if { (ac_try="$ac_link"
41004 case "(($ac_try" in
41005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41006 *) ac_try_echo=$ac_try;;
41007 esac
41008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41009 (eval "$ac_link") 2>conftest.er1
41010 ac_status=$?
41011 grep -v '^ *+' conftest.er1 >conftest.err
41012 rm -f conftest.er1
41013 cat conftest.err >&5
41014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41015 (exit $ac_status); } && {
41016 test -z "$ac_c_werror_flag" ||
41017 test ! -s conftest.err
41018 } && test -s conftest$ac_exeext &&
41019 $as_test_x conftest$ac_exeext; then
41020 ac_cv_func_pthread_mutex_timedlock=yes
41021 else
41022 echo "$as_me: failed program was:" >&5
41023 sed 's/^/| /' conftest.$ac_ext >&5
41024
41025 ac_cv_func_pthread_mutex_timedlock=no
41026 fi
41027
41028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41029 conftest$ac_exeext conftest.$ac_ext
41030 fi
41031 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_mutex_timedlock" >&5
41032 echo "${ECHO_T}$ac_cv_func_pthread_mutex_timedlock" >&6; }
41033 if test $ac_cv_func_pthread_mutex_timedlock = yes; then
41034 cat >>confdefs.h <<\_ACEOF
41035 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
41036 _ACEOF
41037
41038 else
41039 { echo "$as_me:$LINENO: WARNING: wxMutex::LockTimeout() will not work" >&5
41040 echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
41041 fi
41042
41043
41044 { echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
41045 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6; }
41046 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
41047 echo $ECHO_N "(cached) $ECHO_C" >&6
41048 else
41049 cat >conftest.$ac_ext <<_ACEOF
41050 /* confdefs.h. */
41051 _ACEOF
41052 cat confdefs.h >>conftest.$ac_ext
41053 cat >>conftest.$ac_ext <<_ACEOF
41054 /* end confdefs.h. */
41055 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
41056 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41057 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
41058
41059 /* System header to define __stub macros and hopefully few prototypes,
41060 which can conflict with char pthread_attr_setstacksize (); below.
41061 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41062 <limits.h> exists even on freestanding compilers. */
41063
41064 #ifdef __STDC__
41065 # include <limits.h>
41066 #else
41067 # include <assert.h>
41068 #endif
41069
41070 #undef pthread_attr_setstacksize
41071
41072 /* Override any GCC internal prototype to avoid an error.
41073 Use char because int might match the return type of a GCC
41074 builtin and then its argument prototype would still apply. */
41075 #ifdef __cplusplus
41076 extern "C"
41077 #endif
41078 char pthread_attr_setstacksize ();
41079 /* The GNU C library defines this for functions which it implements
41080 to always fail with ENOSYS. Some functions are actually named
41081 something starting with __ and the normal name is an alias. */
41082 #if defined __stub_pthread_attr_setstacksize || defined __stub___pthread_attr_setstacksize
41083 choke me
41084 #endif
41085
41086 int
41087 main ()
41088 {
41089 return pthread_attr_setstacksize ();
41090 ;
41091 return 0;
41092 }
41093 _ACEOF
41094 rm -f conftest.$ac_objext conftest$ac_exeext
41095 if { (ac_try="$ac_link"
41096 case "(($ac_try" in
41097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41098 *) ac_try_echo=$ac_try;;
41099 esac
41100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41101 (eval "$ac_link") 2>conftest.er1
41102 ac_status=$?
41103 grep -v '^ *+' conftest.er1 >conftest.err
41104 rm -f conftest.er1
41105 cat conftest.err >&5
41106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41107 (exit $ac_status); } && {
41108 test -z "$ac_c_werror_flag" ||
41109 test ! -s conftest.err
41110 } && test -s conftest$ac_exeext &&
41111 $as_test_x conftest$ac_exeext; then
41112 ac_cv_func_pthread_attr_setstacksize=yes
41113 else
41114 echo "$as_me: failed program was:" >&5
41115 sed 's/^/| /' conftest.$ac_ext >&5
41116
41117 ac_cv_func_pthread_attr_setstacksize=no
41118 fi
41119
41120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41121 conftest$ac_exeext conftest.$ac_ext
41122 fi
41123 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
41124 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6; }
41125 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
41126 cat >>confdefs.h <<\_ACEOF
41127 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
41128 _ACEOF
41129
41130 fi
41131
41132
41133
41134 { echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
41135 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6; }
41136 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
41137 echo $ECHO_N "(cached) $ECHO_C" >&6
41138 else
41139
41140 cat >conftest.$ac_ext <<_ACEOF
41141 /* confdefs.h. */
41142 _ACEOF
41143 cat confdefs.h >>conftest.$ac_ext
41144 cat >>conftest.$ac_ext <<_ACEOF
41145 /* end confdefs.h. */
41146 #include <pthread.h>
41147 int
41148 main ()
41149 {
41150
41151 pthread_mutexattr_t attr;
41152 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
41153
41154 ;
41155 return 0;
41156 }
41157 _ACEOF
41158 rm -f conftest.$ac_objext
41159 if { (ac_try="$ac_compile"
41160 case "(($ac_try" in
41161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41162 *) ac_try_echo=$ac_try;;
41163 esac
41164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41165 (eval "$ac_compile") 2>conftest.er1
41166 ac_status=$?
41167 grep -v '^ *+' conftest.er1 >conftest.err
41168 rm -f conftest.er1
41169 cat conftest.err >&5
41170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41171 (exit $ac_status); } && {
41172 test -z "$ac_c_werror_flag" ||
41173 test ! -s conftest.err
41174 } && test -s conftest.$ac_objext; then
41175 wx_cv_type_pthread_mutexattr_t=yes
41176 else
41177 echo "$as_me: failed program was:" >&5
41178 sed 's/^/| /' conftest.$ac_ext >&5
41179
41180 wx_cv_type_pthread_mutexattr_t=no
41181
41182 fi
41183
41184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41185
41186 fi
41187 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
41188 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6; }
41189
41190 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
41191 cat >>confdefs.h <<\_ACEOF
41192 #define HAVE_PTHREAD_MUTEXATTR_T 1
41193 _ACEOF
41194
41195
41196 { echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
41197 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6; }
41198 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
41199 echo $ECHO_N "(cached) $ECHO_C" >&6
41200 else
41201
41202 cat >conftest.$ac_ext <<_ACEOF
41203 /* confdefs.h. */
41204 _ACEOF
41205 cat confdefs.h >>conftest.$ac_ext
41206 cat >>conftest.$ac_ext <<_ACEOF
41207 /* end confdefs.h. */
41208 #include <pthread.h>
41209 int
41210 main ()
41211 {
41212
41213 pthread_mutexattr_t attr;
41214 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
41215
41216 ;
41217 return 0;
41218 }
41219 _ACEOF
41220 rm -f conftest.$ac_objext
41221 if { (ac_try="$ac_compile"
41222 case "(($ac_try" in
41223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41224 *) ac_try_echo=$ac_try;;
41225 esac
41226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41227 (eval "$ac_compile") 2>conftest.er1
41228 ac_status=$?
41229 grep -v '^ *+' conftest.er1 >conftest.err
41230 rm -f conftest.er1
41231 cat conftest.err >&5
41232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41233 (exit $ac_status); } && {
41234 test -z "$ac_c_werror_flag" ||
41235 test ! -s conftest.err
41236 } && test -s conftest.$ac_objext; then
41237 wx_cv_func_pthread_mutexattr_settype_decl=yes
41238 else
41239 echo "$as_me: failed program was:" >&5
41240 sed 's/^/| /' conftest.$ac_ext >&5
41241
41242 wx_cv_func_pthread_mutexattr_settype_decl=no
41243
41244 fi
41245
41246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41247
41248 fi
41249 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
41250 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
41251 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
41252 cat >>confdefs.h <<\_ACEOF
41253 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
41254 _ACEOF
41255
41256 fi
41257 else
41258 { echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
41259 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6; }
41260 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
41261 echo $ECHO_N "(cached) $ECHO_C" >&6
41262 else
41263
41264 cat >conftest.$ac_ext <<_ACEOF
41265 /* confdefs.h. */
41266 _ACEOF
41267 cat confdefs.h >>conftest.$ac_ext
41268 cat >>conftest.$ac_ext <<_ACEOF
41269 /* end confdefs.h. */
41270 #include <pthread.h>
41271 int
41272 main ()
41273 {
41274
41275 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
41276
41277 ;
41278 return 0;
41279 }
41280 _ACEOF
41281 rm -f conftest.$ac_objext
41282 if { (ac_try="$ac_compile"
41283 case "(($ac_try" in
41284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41285 *) ac_try_echo=$ac_try;;
41286 esac
41287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41288 (eval "$ac_compile") 2>conftest.er1
41289 ac_status=$?
41290 grep -v '^ *+' conftest.er1 >conftest.err
41291 rm -f conftest.er1
41292 cat conftest.err >&5
41293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41294 (exit $ac_status); } && {
41295 test -z "$ac_c_werror_flag" ||
41296 test ! -s conftest.err
41297 } && test -s conftest.$ac_objext; then
41298
41299 wx_cv_type_pthread_rec_mutex_init=yes
41300
41301 else
41302 echo "$as_me: failed program was:" >&5
41303 sed 's/^/| /' conftest.$ac_ext >&5
41304
41305
41306 wx_cv_type_pthread_rec_mutex_init=no
41307
41308
41309 fi
41310
41311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41312
41313 fi
41314 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
41315 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6; }
41316 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
41317 cat >>confdefs.h <<\_ACEOF
41318 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
41319 _ACEOF
41320
41321 else
41322 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
41323 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
41324 fi
41325 fi
41326
41327 if test "$wxUSE_COMPILER_TLS" = "auto"; then
41328 if test "$USE_NETBSD" = 1; then
41329 { echo "$as_me:$LINENO: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
41330 echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
41331 wxUSE_COMPILER_TLS=no
41332 else
41333 wxUSE_COMPILER_TLS=yes
41334 fi
41335 fi
41336
41337 if test "$wxUSE_COMPILER_TLS" = "yes"; then
41338 { echo "$as_me:$LINENO: checking for __thread keyword" >&5
41339 echo $ECHO_N "checking for __thread keyword... $ECHO_C" >&6; }
41340 if test "${wx_cv_cc___thread+set}" = set; then
41341 echo $ECHO_N "(cached) $ECHO_C" >&6
41342 else
41343
41344 cat >conftest.$ac_ext <<_ACEOF
41345 /* confdefs.h. */
41346 _ACEOF
41347 cat confdefs.h >>conftest.$ac_ext
41348 cat >>conftest.$ac_ext <<_ACEOF
41349 /* end confdefs.h. */
41350 #include <pthread.h>
41351 int
41352 main ()
41353 {
41354
41355 static __thread int n = 0;
41356 static __thread int *p = 0;
41357
41358 ;
41359 return 0;
41360 }
41361 _ACEOF
41362 rm -f conftest.$ac_objext
41363 if { (ac_try="$ac_compile"
41364 case "(($ac_try" in
41365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41366 *) ac_try_echo=$ac_try;;
41367 esac
41368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41369 (eval "$ac_compile") 2>conftest.er1
41370 ac_status=$?
41371 grep -v '^ *+' conftest.er1 >conftest.err
41372 rm -f conftest.er1
41373 cat conftest.err >&5
41374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41375 (exit $ac_status); } && {
41376 test -z "$ac_c_werror_flag" ||
41377 test ! -s conftest.err
41378 } && test -s conftest.$ac_objext; then
41379 wx_cv_cc___thread=yes
41380 else
41381 echo "$as_me: failed program was:" >&5
41382 sed 's/^/| /' conftest.$ac_ext >&5
41383
41384 wx_cv_cc___thread=no
41385
41386 fi
41387
41388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41389
41390
41391 fi
41392 { echo "$as_me:$LINENO: result: $wx_cv_cc___thread" >&5
41393 echo "${ECHO_T}$wx_cv_cc___thread" >&6; }
41394
41395 if test "$wx_cv_cc___thread" = "yes"; then
41396
41397 GXX_VERSION=""
41398
41399
41400
41401 { echo "$as_me:$LINENO: checking if gcc accepts -dumpversion option" >&5
41402 echo $ECHO_N "checking if gcc accepts -dumpversion option... $ECHO_C" >&6; }
41403
41404 if test "x$GCC" = "xyes" ; then
41405
41406 if test -z "" ; then
41407
41408 ax_gcc_option_test="int main()
41409 {
41410 return 0;
41411 }"
41412
41413 else
41414
41415 ax_gcc_option_test=""
41416
41417 fi
41418
41419
41420 # Dump the test program to file
41421 cat <<EOF > conftest.c
41422 $ax_gcc_option_test
41423 EOF
41424
41425 # Dump back the file to the log, useful for debugging purposes
41426 { ac_try='cat conftest.c 1>&5'
41427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41428 (eval $ac_try) 2>&5
41429 ac_status=$?
41430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41431 (exit $ac_status); }; }
41432
41433 if { ac_try='$CC -dumpversion -c conftest.c 1>&5'
41434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41435 (eval $ac_try) 2>&5
41436 ac_status=$?
41437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41438 (exit $ac_status); }; } ; then
41439
41440 { echo "$as_me:$LINENO: result: yes" >&5
41441 echo "${ECHO_T}yes" >&6; }
41442
41443 ax_gcc_version_option=yes
41444
41445
41446 else
41447
41448 { echo "$as_me:$LINENO: result: no" >&5
41449 echo "${ECHO_T}no" >&6; }
41450
41451 ax_gcc_version_option=no
41452
41453
41454 fi
41455
41456
41457 else
41458
41459 { echo "$as_me:$LINENO: result: no gcc available" >&5
41460 echo "${ECHO_T}no gcc available" >&6; }
41461
41462 fi
41463
41464
41465 if test "x$GXX" = "xyes"; then
41466
41467 if test "x$ax_gxx_version_option" != "no"; then
41468
41469 { echo "$as_me:$LINENO: checking gxx version" >&5
41470 echo $ECHO_N "checking gxx version... $ECHO_C" >&6; }
41471 if test "${ax_cv_gxx_version+set}" = set; then
41472 echo $ECHO_N "(cached) $ECHO_C" >&6
41473 else
41474
41475 ax_cv_gxx_version="`$CXX -dumpversion`"
41476 if test "x$ax_cv_gxx_version" = "x"; then
41477
41478 ax_cv_gxx_version=""
41479
41480 fi
41481
41482
41483 fi
41484 { echo "$as_me:$LINENO: result: $ax_cv_gxx_version" >&5
41485 echo "${ECHO_T}$ax_cv_gxx_version" >&6; }
41486 GXX_VERSION=$ax_cv_gxx_version
41487
41488 fi
41489
41490
41491 fi
41492
41493
41494
41495 if test -n "$ax_cv_gxx_version"; then
41496 { echo "$as_me:$LINENO: checking whether __thread support in g++ is usable" >&5
41497 echo $ECHO_N "checking whether __thread support in g++ is usable... $ECHO_C" >&6; }
41498 case "$ax_cv_gxx_version" in
41499 1.* | 2.* | 3.* )
41500 { echo "$as_me:$LINENO: result: no, it's broken" >&5
41501 echo "${ECHO_T}no, it's broken" >&6; }
41502 wx_cv_cc___thread=no
41503 ;;
41504 *)
41505 { echo "$as_me:$LINENO: result: yes, it works" >&5
41506 echo "${ECHO_T}yes, it works" >&6; }
41507 ;;
41508 esac
41509 fi
41510 fi
41511
41512 if test "$wx_cv_cc___thread" = "yes"; then
41513 cat >>confdefs.h <<\_ACEOF
41514 #define HAVE___THREAD_KEYWORD 1
41515 _ACEOF
41516
41517 fi
41518 fi
41519 fi
41520
41521 else
41522 if test "$wxUSE_THREADS" = "yes" ; then
41523 case "${host}" in
41524 x86_64-*-mingw32* )
41525 ;;
41526 *-*-mingw32* )
41527 { echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
41528 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6; }
41529 if test "${wx_cv_cflags_mthread+set}" = set; then
41530 echo $ECHO_N "(cached) $ECHO_C" >&6
41531 else
41532
41533 CFLAGS_OLD="$CFLAGS"
41534 CFLAGS="-mthreads $CFLAGS"
41535 cat >conftest.$ac_ext <<_ACEOF
41536 /* confdefs.h. */
41537 _ACEOF
41538 cat confdefs.h >>conftest.$ac_ext
41539 cat >>conftest.$ac_ext <<_ACEOF
41540 /* end confdefs.h. */
41541
41542 int
41543 main ()
41544 {
41545
41546 ;
41547 return 0;
41548 }
41549 _ACEOF
41550 rm -f conftest.$ac_objext
41551 if { (ac_try="$ac_compile"
41552 case "(($ac_try" in
41553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41554 *) ac_try_echo=$ac_try;;
41555 esac
41556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41557 (eval "$ac_compile") 2>conftest.er1
41558 ac_status=$?
41559 grep -v '^ *+' conftest.er1 >conftest.err
41560 rm -f conftest.er1
41561 cat conftest.err >&5
41562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41563 (exit $ac_status); } && {
41564 test -z "$ac_c_werror_flag" ||
41565 test ! -s conftest.err
41566 } && test -s conftest.$ac_objext; then
41567 wx_cv_cflags_mthread=yes
41568 else
41569 echo "$as_me: failed program was:" >&5
41570 sed 's/^/| /' conftest.$ac_ext >&5
41571
41572 wx_cv_cflags_mthread=no
41573
41574 fi
41575
41576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41577
41578
41579 fi
41580 { echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
41581 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6; }
41582
41583 if test "$wx_cv_cflags_mthread" = "yes"; then
41584 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
41585 LDFLAGS="$LDFLAGS -mthreads"
41586 else
41587 CFLAGS="$CFLAGS_OLD"
41588 fi
41589 ;;
41590 *-pc-os2*emx )
41591 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
41592 LDFLAGS="$LDFLAGS -Zmt"
41593 ;;
41594 esac
41595 fi
41596 fi
41597
41598 { echo "$as_me:$LINENO: checking for localtime_r" >&5
41599 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6; }
41600 if test "${ac_cv_func_localtime_r+set}" = set; then
41601 echo $ECHO_N "(cached) $ECHO_C" >&6
41602 else
41603 cat >conftest.$ac_ext <<_ACEOF
41604 /* confdefs.h. */
41605 _ACEOF
41606 cat confdefs.h >>conftest.$ac_ext
41607 cat >>conftest.$ac_ext <<_ACEOF
41608 /* end confdefs.h. */
41609 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
41610 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41611 #define localtime_r innocuous_localtime_r
41612
41613 /* System header to define __stub macros and hopefully few prototypes,
41614 which can conflict with char localtime_r (); below.
41615 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41616 <limits.h> exists even on freestanding compilers. */
41617
41618 #ifdef __STDC__
41619 # include <limits.h>
41620 #else
41621 # include <assert.h>
41622 #endif
41623
41624 #undef localtime_r
41625
41626 /* Override any GCC internal prototype to avoid an error.
41627 Use char because int might match the return type of a GCC
41628 builtin and then its argument prototype would still apply. */
41629 #ifdef __cplusplus
41630 extern "C"
41631 #endif
41632 char localtime_r ();
41633 /* The GNU C library defines this for functions which it implements
41634 to always fail with ENOSYS. Some functions are actually named
41635 something starting with __ and the normal name is an alias. */
41636 #if defined __stub_localtime_r || defined __stub___localtime_r
41637 choke me
41638 #endif
41639
41640 int
41641 main ()
41642 {
41643 return localtime_r ();
41644 ;
41645 return 0;
41646 }
41647 _ACEOF
41648 rm -f conftest.$ac_objext conftest$ac_exeext
41649 if { (ac_try="$ac_link"
41650 case "(($ac_try" in
41651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41652 *) ac_try_echo=$ac_try;;
41653 esac
41654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41655 (eval "$ac_link") 2>conftest.er1
41656 ac_status=$?
41657 grep -v '^ *+' conftest.er1 >conftest.err
41658 rm -f conftest.er1
41659 cat conftest.err >&5
41660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41661 (exit $ac_status); } && {
41662 test -z "$ac_c_werror_flag" ||
41663 test ! -s conftest.err
41664 } && test -s conftest$ac_exeext &&
41665 $as_test_x conftest$ac_exeext; then
41666 ac_cv_func_localtime_r=yes
41667 else
41668 echo "$as_me: failed program was:" >&5
41669 sed 's/^/| /' conftest.$ac_ext >&5
41670
41671 ac_cv_func_localtime_r=no
41672 fi
41673
41674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41675 conftest$ac_exeext conftest.$ac_ext
41676 fi
41677 { echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
41678 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6; }
41679 if test $ac_cv_func_localtime_r = yes; then
41680 cat >>confdefs.h <<\_ACEOF
41681 #define HAVE_LOCALTIME_R 1
41682 _ACEOF
41683
41684 fi
41685
41686 { echo "$as_me:$LINENO: checking for gmtime_r" >&5
41687 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6; }
41688 if test "${ac_cv_func_gmtime_r+set}" = set; then
41689 echo $ECHO_N "(cached) $ECHO_C" >&6
41690 else
41691 cat >conftest.$ac_ext <<_ACEOF
41692 /* confdefs.h. */
41693 _ACEOF
41694 cat confdefs.h >>conftest.$ac_ext
41695 cat >>conftest.$ac_ext <<_ACEOF
41696 /* end confdefs.h. */
41697 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
41698 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41699 #define gmtime_r innocuous_gmtime_r
41700
41701 /* System header to define __stub macros and hopefully few prototypes,
41702 which can conflict with char gmtime_r (); below.
41703 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41704 <limits.h> exists even on freestanding compilers. */
41705
41706 #ifdef __STDC__
41707 # include <limits.h>
41708 #else
41709 # include <assert.h>
41710 #endif
41711
41712 #undef gmtime_r
41713
41714 /* Override any GCC internal prototype to avoid an error.
41715 Use char because int might match the return type of a GCC
41716 builtin and then its argument prototype would still apply. */
41717 #ifdef __cplusplus
41718 extern "C"
41719 #endif
41720 char gmtime_r ();
41721 /* The GNU C library defines this for functions which it implements
41722 to always fail with ENOSYS. Some functions are actually named
41723 something starting with __ and the normal name is an alias. */
41724 #if defined __stub_gmtime_r || defined __stub___gmtime_r
41725 choke me
41726 #endif
41727
41728 int
41729 main ()
41730 {
41731 return gmtime_r ();
41732 ;
41733 return 0;
41734 }
41735 _ACEOF
41736 rm -f conftest.$ac_objext conftest$ac_exeext
41737 if { (ac_try="$ac_link"
41738 case "(($ac_try" in
41739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41740 *) ac_try_echo=$ac_try;;
41741 esac
41742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41743 (eval "$ac_link") 2>conftest.er1
41744 ac_status=$?
41745 grep -v '^ *+' conftest.er1 >conftest.err
41746 rm -f conftest.er1
41747 cat conftest.err >&5
41748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41749 (exit $ac_status); } && {
41750 test -z "$ac_c_werror_flag" ||
41751 test ! -s conftest.err
41752 } && test -s conftest$ac_exeext &&
41753 $as_test_x conftest$ac_exeext; then
41754 ac_cv_func_gmtime_r=yes
41755 else
41756 echo "$as_me: failed program was:" >&5
41757 sed 's/^/| /' conftest.$ac_ext >&5
41758
41759 ac_cv_func_gmtime_r=no
41760 fi
41761
41762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41763 conftest$ac_exeext conftest.$ac_ext
41764 fi
41765 { echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
41766 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6; }
41767 if test $ac_cv_func_gmtime_r = yes; then
41768 cat >>confdefs.h <<\_ACEOF
41769 #define HAVE_GMTIME_R 1
41770 _ACEOF
41771
41772 fi
41773
41774
41775
41776
41777 ac_ext=c
41778 ac_cpp='$CPP $CPPFLAGS'
41779 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41780 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41781 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41782
41783 { echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
41784 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6; }
41785
41786 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
41787 echo $ECHO_N "(cached) $ECHO_C" >&6
41788 else
41789
41790
41791 ################################################################
41792
41793 ac_cv_func_which_gethostbyname_r=unknown
41794
41795 #
41796 # ONE ARGUMENT (sanity check)
41797 #
41798
41799 # This should fail, as there is no variant of gethostbyname_r() that takes
41800 # a single argument. If it actually compiles, then we can assume that
41801 # netdb.h is not declaring the function, and the compiler is thereby
41802 # assuming an implicit prototype. In which case, we're out of luck.
41803 #
41804 cat >conftest.$ac_ext <<_ACEOF
41805 /* confdefs.h. */
41806 _ACEOF
41807 cat confdefs.h >>conftest.$ac_ext
41808 cat >>conftest.$ac_ext <<_ACEOF
41809 /* end confdefs.h. */
41810 #include <netdb.h>
41811 int
41812 main ()
41813 {
41814
41815 char *name = "www.gnu.org";
41816 (void)gethostbyname_r(name) /* ; */
41817
41818 ;
41819 return 0;
41820 }
41821 _ACEOF
41822 rm -f conftest.$ac_objext
41823 if { (ac_try="$ac_compile"
41824 case "(($ac_try" in
41825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41826 *) ac_try_echo=$ac_try;;
41827 esac
41828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41829 (eval "$ac_compile") 2>conftest.er1
41830 ac_status=$?
41831 grep -v '^ *+' conftest.er1 >conftest.err
41832 rm -f conftest.er1
41833 cat conftest.err >&5
41834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41835 (exit $ac_status); } && {
41836 test -z "$ac_c_werror_flag" ||
41837 test ! -s conftest.err
41838 } && test -s conftest.$ac_objext; then
41839 ac_cv_func_which_gethostbyname_r=no
41840 else
41841 echo "$as_me: failed program was:" >&5
41842 sed 's/^/| /' conftest.$ac_ext >&5
41843
41844
41845 fi
41846
41847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41848
41849 #
41850 # SIX ARGUMENTS
41851 # (e.g. Linux)
41852 #
41853
41854 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41855
41856 cat >conftest.$ac_ext <<_ACEOF
41857 /* confdefs.h. */
41858 _ACEOF
41859 cat confdefs.h >>conftest.$ac_ext
41860 cat >>conftest.$ac_ext <<_ACEOF
41861 /* end confdefs.h. */
41862 #include <netdb.h>
41863 int
41864 main ()
41865 {
41866
41867 char *name = "www.gnu.org";
41868 struct hostent ret, *retp;
41869 char buf[1024];
41870 int buflen = 1024;
41871 int my_h_errno;
41872 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
41873
41874 ;
41875 return 0;
41876 }
41877 _ACEOF
41878 rm -f conftest.$ac_objext
41879 if { (ac_try="$ac_compile"
41880 case "(($ac_try" in
41881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41882 *) ac_try_echo=$ac_try;;
41883 esac
41884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41885 (eval "$ac_compile") 2>conftest.er1
41886 ac_status=$?
41887 grep -v '^ *+' conftest.er1 >conftest.err
41888 rm -f conftest.er1
41889 cat conftest.err >&5
41890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41891 (exit $ac_status); } && {
41892 test -z "$ac_c_werror_flag" ||
41893 test ! -s conftest.err
41894 } && test -s conftest.$ac_objext; then
41895 ac_cv_func_which_gethostbyname_r=six
41896 else
41897 echo "$as_me: failed program was:" >&5
41898 sed 's/^/| /' conftest.$ac_ext >&5
41899
41900
41901 fi
41902
41903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41904
41905 fi
41906
41907 #
41908 # FIVE ARGUMENTS
41909 # (e.g. Solaris)
41910 #
41911
41912 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41913
41914 cat >conftest.$ac_ext <<_ACEOF
41915 /* confdefs.h. */
41916 _ACEOF
41917 cat confdefs.h >>conftest.$ac_ext
41918 cat >>conftest.$ac_ext <<_ACEOF
41919 /* end confdefs.h. */
41920 #include <netdb.h>
41921 int
41922 main ()
41923 {
41924
41925 char *name = "www.gnu.org";
41926 struct hostent ret;
41927 char buf[1024];
41928 int buflen = 1024;
41929 int my_h_errno;
41930 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
41931
41932 ;
41933 return 0;
41934 }
41935 _ACEOF
41936 rm -f conftest.$ac_objext
41937 if { (ac_try="$ac_compile"
41938 case "(($ac_try" in
41939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41940 *) ac_try_echo=$ac_try;;
41941 esac
41942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41943 (eval "$ac_compile") 2>conftest.er1
41944 ac_status=$?
41945 grep -v '^ *+' conftest.er1 >conftest.err
41946 rm -f conftest.er1
41947 cat conftest.err >&5
41948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41949 (exit $ac_status); } && {
41950 test -z "$ac_c_werror_flag" ||
41951 test ! -s conftest.err
41952 } && test -s conftest.$ac_objext; then
41953 ac_cv_func_which_gethostbyname_r=five
41954 else
41955 echo "$as_me: failed program was:" >&5
41956 sed 's/^/| /' conftest.$ac_ext >&5
41957
41958
41959 fi
41960
41961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41962
41963 fi
41964
41965 #
41966 # THREE ARGUMENTS
41967 # (e.g. AIX, HP-UX, Tru64)
41968 #
41969
41970 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41971
41972 cat >conftest.$ac_ext <<_ACEOF
41973 /* confdefs.h. */
41974 _ACEOF
41975 cat confdefs.h >>conftest.$ac_ext
41976 cat >>conftest.$ac_ext <<_ACEOF
41977 /* end confdefs.h. */
41978 #include <netdb.h>
41979 int
41980 main ()
41981 {
41982
41983 char *name = "www.gnu.org";
41984 struct hostent ret;
41985 struct hostent_data data;
41986 (void)gethostbyname_r(name, &ret, &data) /* ; */
41987
41988 ;
41989 return 0;
41990 }
41991 _ACEOF
41992 rm -f conftest.$ac_objext
41993 if { (ac_try="$ac_compile"
41994 case "(($ac_try" in
41995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41996 *) ac_try_echo=$ac_try;;
41997 esac
41998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41999 (eval "$ac_compile") 2>conftest.er1
42000 ac_status=$?
42001 grep -v '^ *+' conftest.er1 >conftest.err
42002 rm -f conftest.er1
42003 cat conftest.err >&5
42004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42005 (exit $ac_status); } && {
42006 test -z "$ac_c_werror_flag" ||
42007 test ! -s conftest.err
42008 } && test -s conftest.$ac_objext; then
42009 ac_cv_func_which_gethostbyname_r=three
42010 else
42011 echo "$as_me: failed program was:" >&5
42012 sed 's/^/| /' conftest.$ac_ext >&5
42013
42014
42015 fi
42016
42017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42018
42019 fi
42020
42021 ################################################################
42022
42023
42024 fi
42025
42026 case "$ac_cv_func_which_gethostbyname_r" in
42027 three)
42028 { echo "$as_me:$LINENO: result: three" >&5
42029 echo "${ECHO_T}three" >&6; }
42030 cat >>confdefs.h <<\_ACEOF
42031 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
42032 _ACEOF
42033
42034 ;;
42035
42036 five)
42037 { echo "$as_me:$LINENO: result: five" >&5
42038 echo "${ECHO_T}five" >&6; }
42039 cat >>confdefs.h <<\_ACEOF
42040 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
42041 _ACEOF
42042
42043 ;;
42044
42045 six)
42046 { echo "$as_me:$LINENO: result: six" >&5
42047 echo "${ECHO_T}six" >&6; }
42048 cat >>confdefs.h <<\_ACEOF
42049 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
42050 _ACEOF
42051
42052 ;;
42053
42054 no)
42055 { echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
42056 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6; }
42057 ;;
42058
42059 unknown)
42060 { echo "$as_me:$LINENO: result: can't tell" >&5
42061 echo "${ECHO_T}can't tell" >&6; }
42062 ;;
42063
42064 *)
42065 { { echo "$as_me:$LINENO: error: internal error" >&5
42066 echo "$as_me: error: internal error" >&2;}
42067 { (exit 1); exit 1; }; }
42068 ;;
42069 esac
42070
42071 ac_ext=c
42072 ac_cpp='$CPP $CPPFLAGS'
42073 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42074 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42075 ac_compiler_gnu=$ac_cv_c_compiler_gnu
42076
42077
42078
42079 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
42080 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
42081 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
42082 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
42083 if test "${ac_cv_func_gethostbyname+set}" = set; then
42084 echo $ECHO_N "(cached) $ECHO_C" >&6
42085 else
42086 cat >conftest.$ac_ext <<_ACEOF
42087 /* confdefs.h. */
42088 _ACEOF
42089 cat confdefs.h >>conftest.$ac_ext
42090 cat >>conftest.$ac_ext <<_ACEOF
42091 /* end confdefs.h. */
42092 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
42093 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42094 #define gethostbyname innocuous_gethostbyname
42095
42096 /* System header to define __stub macros and hopefully few prototypes,
42097 which can conflict with char gethostbyname (); below.
42098 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42099 <limits.h> exists even on freestanding compilers. */
42100
42101 #ifdef __STDC__
42102 # include <limits.h>
42103 #else
42104 # include <assert.h>
42105 #endif
42106
42107 #undef gethostbyname
42108
42109 /* Override any GCC internal prototype to avoid an error.
42110 Use char because int might match the return type of a GCC
42111 builtin and then its argument prototype would still apply. */
42112 #ifdef __cplusplus
42113 extern "C"
42114 #endif
42115 char gethostbyname ();
42116 /* The GNU C library defines this for functions which it implements
42117 to always fail with ENOSYS. Some functions are actually named
42118 something starting with __ and the normal name is an alias. */
42119 #if defined __stub_gethostbyname || defined __stub___gethostbyname
42120 choke me
42121 #endif
42122
42123 int
42124 main ()
42125 {
42126 return gethostbyname ();
42127 ;
42128 return 0;
42129 }
42130 _ACEOF
42131 rm -f conftest.$ac_objext conftest$ac_exeext
42132 if { (ac_try="$ac_link"
42133 case "(($ac_try" in
42134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42135 *) ac_try_echo=$ac_try;;
42136 esac
42137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42138 (eval "$ac_link") 2>conftest.er1
42139 ac_status=$?
42140 grep -v '^ *+' conftest.er1 >conftest.err
42141 rm -f conftest.er1
42142 cat conftest.err >&5
42143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42144 (exit $ac_status); } && {
42145 test -z "$ac_c_werror_flag" ||
42146 test ! -s conftest.err
42147 } && test -s conftest$ac_exeext &&
42148 $as_test_x conftest$ac_exeext; then
42149 ac_cv_func_gethostbyname=yes
42150 else
42151 echo "$as_me: failed program was:" >&5
42152 sed 's/^/| /' conftest.$ac_ext >&5
42153
42154 ac_cv_func_gethostbyname=no
42155 fi
42156
42157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42158 conftest$ac_exeext conftest.$ac_ext
42159 fi
42160 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
42161 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
42162 if test $ac_cv_func_gethostbyname = yes; then
42163 cat >>confdefs.h <<\_ACEOF
42164 #define HAVE_GETHOSTBYNAME 1
42165 _ACEOF
42166
42167 fi
42168
42169 fi
42170
42171 { echo "$as_me:$LINENO: checking how many arguments getservbyname_r() takes" >&5
42172 echo $ECHO_N "checking how many arguments getservbyname_r() takes... $ECHO_C" >&6; }
42173 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
42174 echo $ECHO_N "(cached) $ECHO_C" >&6
42175 else
42176
42177 ac_ext=cpp
42178 ac_cpp='$CXXCPP $CPPFLAGS'
42179 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42180 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42181 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42182
42183
42184 cat >conftest.$ac_ext <<_ACEOF
42185 /* confdefs.h. */
42186 _ACEOF
42187 cat confdefs.h >>conftest.$ac_ext
42188 cat >>conftest.$ac_ext <<_ACEOF
42189 /* end confdefs.h. */
42190 #include <netdb.h>
42191 int
42192 main ()
42193 {
42194
42195 char *name;
42196 char *proto;
42197 struct servent *se, *res;
42198 char buffer[2048];
42199 int buflen = 2048;
42200 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
42201
42202 ;
42203 return 0;
42204 }
42205 _ACEOF
42206 rm -f conftest.$ac_objext
42207 if { (ac_try="$ac_compile"
42208 case "(($ac_try" in
42209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42210 *) ac_try_echo=$ac_try;;
42211 esac
42212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42213 (eval "$ac_compile") 2>conftest.er1
42214 ac_status=$?
42215 grep -v '^ *+' conftest.er1 >conftest.err
42216 rm -f conftest.er1
42217 cat conftest.err >&5
42218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42219 (exit $ac_status); } && {
42220 test -z "$ac_cxx_werror_flag" ||
42221 test ! -s conftest.err
42222 } && test -s conftest.$ac_objext; then
42223 ac_cv_func_which_getservbyname_r=six
42224 else
42225 echo "$as_me: failed program was:" >&5
42226 sed 's/^/| /' conftest.$ac_ext >&5
42227
42228
42229 cat >conftest.$ac_ext <<_ACEOF
42230 /* confdefs.h. */
42231 _ACEOF
42232 cat confdefs.h >>conftest.$ac_ext
42233 cat >>conftest.$ac_ext <<_ACEOF
42234 /* end confdefs.h. */
42235 #include <netdb.h>
42236 int
42237 main ()
42238 {
42239
42240 char *name;
42241 char *proto;
42242 struct servent *se;
42243 char buffer[2048];
42244 int buflen = 2048;
42245 (void) getservbyname_r(name, proto, se, buffer, buflen)
42246
42247 ;
42248 return 0;
42249 }
42250 _ACEOF
42251 rm -f conftest.$ac_objext
42252 if { (ac_try="$ac_compile"
42253 case "(($ac_try" in
42254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42255 *) ac_try_echo=$ac_try;;
42256 esac
42257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42258 (eval "$ac_compile") 2>conftest.er1
42259 ac_status=$?
42260 grep -v '^ *+' conftest.er1 >conftest.err
42261 rm -f conftest.er1
42262 cat conftest.err >&5
42263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42264 (exit $ac_status); } && {
42265 test -z "$ac_cxx_werror_flag" ||
42266 test ! -s conftest.err
42267 } && test -s conftest.$ac_objext; then
42268 ac_cv_func_which_getservbyname_r=five
42269 else
42270 echo "$as_me: failed program was:" >&5
42271 sed 's/^/| /' conftest.$ac_ext >&5
42272
42273
42274 cat >conftest.$ac_ext <<_ACEOF
42275 /* confdefs.h. */
42276 _ACEOF
42277 cat confdefs.h >>conftest.$ac_ext
42278 cat >>conftest.$ac_ext <<_ACEOF
42279 /* end confdefs.h. */
42280 #include <netdb.h>
42281 int
42282 main ()
42283 {
42284
42285 char *name;
42286 char *proto;
42287 struct servent *se;
42288 struct servent_data data;
42289 (void) getservbyname_r(name, proto, se, &data);
42290
42291 ;
42292 return 0;
42293 }
42294 _ACEOF
42295 rm -f conftest.$ac_objext
42296 if { (ac_try="$ac_compile"
42297 case "(($ac_try" in
42298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42299 *) ac_try_echo=$ac_try;;
42300 esac
42301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42302 (eval "$ac_compile") 2>conftest.er1
42303 ac_status=$?
42304 grep -v '^ *+' conftest.er1 >conftest.err
42305 rm -f conftest.er1
42306 cat conftest.err >&5
42307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42308 (exit $ac_status); } && {
42309 test -z "$ac_cxx_werror_flag" ||
42310 test ! -s conftest.err
42311 } && test -s conftest.$ac_objext; then
42312 ac_cv_func_which_getservbyname_r=four
42313 else
42314 echo "$as_me: failed program was:" >&5
42315 sed 's/^/| /' conftest.$ac_ext >&5
42316
42317 ac_cv_func_which_getservbyname_r=no
42318
42319 fi
42320
42321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42322
42323
42324 fi
42325
42326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42327
42328
42329 fi
42330
42331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42332 ac_ext=c
42333 ac_cpp='$CPP $CPPFLAGS'
42334 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42335 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42336 ac_compiler_gnu=$ac_cv_c_compiler_gnu
42337
42338
42339
42340 fi
42341 { echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
42342 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6; }
42343
42344 if test $ac_cv_func_which_getservbyname_r = six; then
42345 cat >>confdefs.h <<\_ACEOF
42346 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
42347 _ACEOF
42348
42349 elif test $ac_cv_func_which_getservbyname_r = five; then
42350 cat >>confdefs.h <<\_ACEOF
42351 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
42352 _ACEOF
42353
42354 elif test $ac_cv_func_which_getservbyname_r = four; then
42355 cat >>confdefs.h <<\_ACEOF
42356 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
42357 _ACEOF
42358
42359 fi
42360
42361
42362 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
42363 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
42364
42365 for ac_func in getservbyname
42366 do
42367 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42368 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42369 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42370 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42371 echo $ECHO_N "(cached) $ECHO_C" >&6
42372 else
42373 cat >conftest.$ac_ext <<_ACEOF
42374 /* confdefs.h. */
42375 _ACEOF
42376 cat confdefs.h >>conftest.$ac_ext
42377 cat >>conftest.$ac_ext <<_ACEOF
42378 /* end confdefs.h. */
42379 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42380 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42381 #define $ac_func innocuous_$ac_func
42382
42383 /* System header to define __stub macros and hopefully few prototypes,
42384 which can conflict with char $ac_func (); below.
42385 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42386 <limits.h> exists even on freestanding compilers. */
42387
42388 #ifdef __STDC__
42389 # include <limits.h>
42390 #else
42391 # include <assert.h>
42392 #endif
42393
42394 #undef $ac_func
42395
42396 /* Override any GCC internal prototype to avoid an error.
42397 Use char because int might match the return type of a GCC
42398 builtin and then its argument prototype would still apply. */
42399 #ifdef __cplusplus
42400 extern "C"
42401 #endif
42402 char $ac_func ();
42403 /* The GNU C library defines this for functions which it implements
42404 to always fail with ENOSYS. Some functions are actually named
42405 something starting with __ and the normal name is an alias. */
42406 #if defined __stub_$ac_func || defined __stub___$ac_func
42407 choke me
42408 #endif
42409
42410 int
42411 main ()
42412 {
42413 return $ac_func ();
42414 ;
42415 return 0;
42416 }
42417 _ACEOF
42418 rm -f conftest.$ac_objext conftest$ac_exeext
42419 if { (ac_try="$ac_link"
42420 case "(($ac_try" in
42421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42422 *) ac_try_echo=$ac_try;;
42423 esac
42424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42425 (eval "$ac_link") 2>conftest.er1
42426 ac_status=$?
42427 grep -v '^ *+' conftest.er1 >conftest.err
42428 rm -f conftest.er1
42429 cat conftest.err >&5
42430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42431 (exit $ac_status); } && {
42432 test -z "$ac_c_werror_flag" ||
42433 test ! -s conftest.err
42434 } && test -s conftest$ac_exeext &&
42435 $as_test_x conftest$ac_exeext; then
42436 eval "$as_ac_var=yes"
42437 else
42438 echo "$as_me: failed program was:" >&5
42439 sed 's/^/| /' conftest.$ac_ext >&5
42440
42441 eval "$as_ac_var=no"
42442 fi
42443
42444 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42445 conftest$ac_exeext conftest.$ac_ext
42446 fi
42447 ac_res=`eval echo '${'$as_ac_var'}'`
42448 { echo "$as_me:$LINENO: result: $ac_res" >&5
42449 echo "${ECHO_T}$ac_res" >&6; }
42450 if test `eval echo '${'$as_ac_var'}'` = yes; then
42451 cat >>confdefs.h <<_ACEOF
42452 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42453 _ACEOF
42454 cat >>confdefs.h <<\_ACEOF
42455 #define HAVE_GETSERVBYNAME 1
42456 _ACEOF
42457
42458 fi
42459 done
42460
42461 fi
42462
42463 if test "$wxUSE_THREADS" = "yes"; then
42464 cat >>confdefs.h <<\_ACEOF
42465 #define wxUSE_THREADS 1
42466 _ACEOF
42467
42468
42469 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
42470 else
42471 if test "$wx_cv_func_strtok_r" = "yes"; then
42472 { echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
42473 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6; }
42474 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
42475 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
42476 { echo "$as_me:$LINENO: result: yes" >&5
42477 echo "${ECHO_T}yes" >&6; }
42478 else
42479 { echo "$as_me:$LINENO: result: no" >&5
42480 echo "${ECHO_T}no" >&6; }
42481 fi
42482 fi
42483 fi
42484
42485 if test "$WXGTK2" = 1 ; then
42486 cat >>confdefs.h <<_ACEOF
42487 #define __WXGTK20__ $WXGTK2
42488 _ACEOF
42489
42490 WXGTK12=1
42491 fi
42492
42493 if test "$WXGTK12" = 1 ; then
42494 cat >>confdefs.h <<_ACEOF
42495 #define __WXGTK12__ $WXGTK12
42496 _ACEOF
42497
42498 fi
42499
42500 if test "$WXGTK127" = 1 ; then
42501 cat >>confdefs.h <<_ACEOF
42502 #define __WXGTK127__ $WXGTK127
42503 _ACEOF
42504
42505 fi
42506
42507 if test "$WXGPE" = 1 ; then
42508 cat >>confdefs.h <<_ACEOF
42509 #define __WXGPE__ $WXGPE
42510 _ACEOF
42511
42512 fi
42513
42514 DEBUG_CFLAGS=
42515 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev/null`; then
42516 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
42517 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
42518 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
42519 DEBUG_CFLAGS="-g"
42520 fi
42521
42522 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
42523 wxUSE_DEBUG_INFO=yes
42524 if test "$GCC" = yes; then
42525 DEBUG_CFLAGS="-ggdb"
42526 fi
42527 fi
42528
42529 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
42530 if test "$wxUSE_GTK" = 1 ; then
42531 if test "x$wxGTK_VERSION" = "x1" ; then
42532 CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
42533 fi
42534 fi
42535 fi
42536
42537 if test "$wxUSE_MEM_TRACING" = "yes" ; then
42538 cat >>confdefs.h <<\_ACEOF
42539 #define wxUSE_MEMORY_TRACING 1
42540 _ACEOF
42541
42542 cat >>confdefs.h <<\_ACEOF
42543 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
42544 _ACEOF
42545
42546 cat >>confdefs.h <<\_ACEOF
42547 #define wxUSE_DEBUG_NEW_ALWAYS 1
42548 _ACEOF
42549
42550 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
42551 fi
42552
42553 if test "$wxUSE_DMALLOC" = "yes" ; then
42554 DMALLOC_LIBS="-ldmallocthcxx"
42555 fi
42556
42557 PROFILE_FLAGS=
42558 if test "$wxUSE_PROFILE" = "yes" ; then
42559 PROFILE_FLAGS=" -pg"
42560 fi
42561
42562 if test "$GCC" = "yes" ; then
42563 if test "$wxUSE_NO_RTTI" = "yes" ; then
42564 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -DwxNO_RTTI -fno-rtti"
42565 fi
42566 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
42567 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
42568 fi
42569 if test "$wxUSE_PERMISSIVE" = "yes" ; then
42570 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
42571 fi
42572
42573 case "${host}" in
42574 powerpc*-*-aix* )
42575 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
42576 ;;
42577 *-hppa* )
42578 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
42579 ;;
42580 esac
42581 fi
42582
42583 OPTIMISE_CFLAGS=
42584 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev/null`; then
42585 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
42586 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
42587 else
42588 if test "$wxUSE_OPTIMISE" = "no" ; then
42589 if test "$GCC" = yes ; then
42590 OPTIMISE_CFLAGS="-O0"
42591 fi
42592 else
42593 if test "$GCC" = yes ; then
42594 case "${host}" in
42595 *-pc-os2_emx | *-pc-os2-emx )
42596 OPTIMISE_CFLAGS="-O2"
42597 ;;
42598 *)
42599 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
42600 ;;
42601 esac
42602 else
42603 OPTIMISE_CFLAGS="-O"
42604 fi
42605 fi
42606 fi
42607
42608
42609 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
42610 cat >>confdefs.h <<\_ACEOF
42611 #define WXWIN_COMPATIBILITY_2_6 1
42612 _ACEOF
42613
42614
42615 WXWIN_COMPATIBILITY_2_8="yes"
42616 fi
42617
42618 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
42619 cat >>confdefs.h <<\_ACEOF
42620 #define WXWIN_COMPATIBILITY_2_8 1
42621 _ACEOF
42622
42623 fi
42624
42625
42626 if test "$wxUSE_GUI" = "yes"; then
42627 cat >>confdefs.h <<\_ACEOF
42628 #define wxUSE_GUI 1
42629 _ACEOF
42630
42631
42632 fi
42633
42634
42635 if test "$wxUSE_UNIX" = "yes"; then
42636 cat >>confdefs.h <<\_ACEOF
42637 #define wxUSE_UNIX 1
42638 _ACEOF
42639
42640 fi
42641
42642
42643 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
42644
42645 HAVE_DL_FUNCS=0
42646 HAVE_SHL_FUNCS=0
42647 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
42648 if test "$USE_DOS" = 1; then
42649 HAVE_DL_FUNCS=0
42650 else
42651
42652 for ac_func in dlopen
42653 do
42654 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42655 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42656 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42657 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42658 echo $ECHO_N "(cached) $ECHO_C" >&6
42659 else
42660 cat >conftest.$ac_ext <<_ACEOF
42661 /* confdefs.h. */
42662 _ACEOF
42663 cat confdefs.h >>conftest.$ac_ext
42664 cat >>conftest.$ac_ext <<_ACEOF
42665 /* end confdefs.h. */
42666 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42667 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42668 #define $ac_func innocuous_$ac_func
42669
42670 /* System header to define __stub macros and hopefully few prototypes,
42671 which can conflict with char $ac_func (); below.
42672 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42673 <limits.h> exists even on freestanding compilers. */
42674
42675 #ifdef __STDC__
42676 # include <limits.h>
42677 #else
42678 # include <assert.h>
42679 #endif
42680
42681 #undef $ac_func
42682
42683 /* Override any GCC internal prototype to avoid an error.
42684 Use char because int might match the return type of a GCC
42685 builtin and then its argument prototype would still apply. */
42686 #ifdef __cplusplus
42687 extern "C"
42688 #endif
42689 char $ac_func ();
42690 /* The GNU C library defines this for functions which it implements
42691 to always fail with ENOSYS. Some functions are actually named
42692 something starting with __ and the normal name is an alias. */
42693 #if defined __stub_$ac_func || defined __stub___$ac_func
42694 choke me
42695 #endif
42696
42697 int
42698 main ()
42699 {
42700 return $ac_func ();
42701 ;
42702 return 0;
42703 }
42704 _ACEOF
42705 rm -f conftest.$ac_objext conftest$ac_exeext
42706 if { (ac_try="$ac_link"
42707 case "(($ac_try" in
42708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42709 *) ac_try_echo=$ac_try;;
42710 esac
42711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42712 (eval "$ac_link") 2>conftest.er1
42713 ac_status=$?
42714 grep -v '^ *+' conftest.er1 >conftest.err
42715 rm -f conftest.er1
42716 cat conftest.err >&5
42717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42718 (exit $ac_status); } && {
42719 test -z "$ac_c_werror_flag" ||
42720 test ! -s conftest.err
42721 } && test -s conftest$ac_exeext &&
42722 $as_test_x conftest$ac_exeext; then
42723 eval "$as_ac_var=yes"
42724 else
42725 echo "$as_me: failed program was:" >&5
42726 sed 's/^/| /' conftest.$ac_ext >&5
42727
42728 eval "$as_ac_var=no"
42729 fi
42730
42731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42732 conftest$ac_exeext conftest.$ac_ext
42733 fi
42734 ac_res=`eval echo '${'$as_ac_var'}'`
42735 { echo "$as_me:$LINENO: result: $ac_res" >&5
42736 echo "${ECHO_T}$ac_res" >&6; }
42737 if test `eval echo '${'$as_ac_var'}'` = yes; then
42738 cat >>confdefs.h <<_ACEOF
42739 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42740 _ACEOF
42741
42742 cat >>confdefs.h <<\_ACEOF
42743 #define HAVE_DLOPEN 1
42744 _ACEOF
42745
42746 HAVE_DL_FUNCS=1
42747
42748 else
42749
42750 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
42751 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
42752 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
42753 echo $ECHO_N "(cached) $ECHO_C" >&6
42754 else
42755 ac_check_lib_save_LIBS=$LIBS
42756 LIBS="-ldl $LIBS"
42757 cat >conftest.$ac_ext <<_ACEOF
42758 /* confdefs.h. */
42759 _ACEOF
42760 cat confdefs.h >>conftest.$ac_ext
42761 cat >>conftest.$ac_ext <<_ACEOF
42762 /* end confdefs.h. */
42763
42764 /* Override any GCC internal prototype to avoid an error.
42765 Use char because int might match the return type of a GCC
42766 builtin and then its argument prototype would still apply. */
42767 #ifdef __cplusplus
42768 extern "C"
42769 #endif
42770 char dlopen ();
42771 int
42772 main ()
42773 {
42774 return dlopen ();
42775 ;
42776 return 0;
42777 }
42778 _ACEOF
42779 rm -f conftest.$ac_objext conftest$ac_exeext
42780 if { (ac_try="$ac_link"
42781 case "(($ac_try" in
42782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42783 *) ac_try_echo=$ac_try;;
42784 esac
42785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42786 (eval "$ac_link") 2>conftest.er1
42787 ac_status=$?
42788 grep -v '^ *+' conftest.er1 >conftest.err
42789 rm -f conftest.er1
42790 cat conftest.err >&5
42791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42792 (exit $ac_status); } && {
42793 test -z "$ac_c_werror_flag" ||
42794 test ! -s conftest.err
42795 } && test -s conftest$ac_exeext &&
42796 $as_test_x conftest$ac_exeext; then
42797 ac_cv_lib_dl_dlopen=yes
42798 else
42799 echo "$as_me: failed program was:" >&5
42800 sed 's/^/| /' conftest.$ac_ext >&5
42801
42802 ac_cv_lib_dl_dlopen=no
42803 fi
42804
42805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42806 conftest$ac_exeext conftest.$ac_ext
42807 LIBS=$ac_check_lib_save_LIBS
42808 fi
42809 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
42810 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
42811 if test $ac_cv_lib_dl_dlopen = yes; then
42812
42813 cat >>confdefs.h <<\_ACEOF
42814 #define HAVE_DLOPEN 1
42815 _ACEOF
42816
42817 HAVE_DL_FUNCS=1
42818 DL_LINK=" -ldl$DL_LINK"
42819
42820 else
42821
42822
42823 for ac_func in shl_load
42824 do
42825 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42826 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42827 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42828 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42829 echo $ECHO_N "(cached) $ECHO_C" >&6
42830 else
42831 cat >conftest.$ac_ext <<_ACEOF
42832 /* confdefs.h. */
42833 _ACEOF
42834 cat confdefs.h >>conftest.$ac_ext
42835 cat >>conftest.$ac_ext <<_ACEOF
42836 /* end confdefs.h. */
42837 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42838 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42839 #define $ac_func innocuous_$ac_func
42840
42841 /* System header to define __stub macros and hopefully few prototypes,
42842 which can conflict with char $ac_func (); below.
42843 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42844 <limits.h> exists even on freestanding compilers. */
42845
42846 #ifdef __STDC__
42847 # include <limits.h>
42848 #else
42849 # include <assert.h>
42850 #endif
42851
42852 #undef $ac_func
42853
42854 /* Override any GCC internal prototype to avoid an error.
42855 Use char because int might match the return type of a GCC
42856 builtin and then its argument prototype would still apply. */
42857 #ifdef __cplusplus
42858 extern "C"
42859 #endif
42860 char $ac_func ();
42861 /* The GNU C library defines this for functions which it implements
42862 to always fail with ENOSYS. Some functions are actually named
42863 something starting with __ and the normal name is an alias. */
42864 #if defined __stub_$ac_func || defined __stub___$ac_func
42865 choke me
42866 #endif
42867
42868 int
42869 main ()
42870 {
42871 return $ac_func ();
42872 ;
42873 return 0;
42874 }
42875 _ACEOF
42876 rm -f conftest.$ac_objext conftest$ac_exeext
42877 if { (ac_try="$ac_link"
42878 case "(($ac_try" in
42879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42880 *) ac_try_echo=$ac_try;;
42881 esac
42882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42883 (eval "$ac_link") 2>conftest.er1
42884 ac_status=$?
42885 grep -v '^ *+' conftest.er1 >conftest.err
42886 rm -f conftest.er1
42887 cat conftest.err >&5
42888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42889 (exit $ac_status); } && {
42890 test -z "$ac_c_werror_flag" ||
42891 test ! -s conftest.err
42892 } && test -s conftest$ac_exeext &&
42893 $as_test_x conftest$ac_exeext; then
42894 eval "$as_ac_var=yes"
42895 else
42896 echo "$as_me: failed program was:" >&5
42897 sed 's/^/| /' conftest.$ac_ext >&5
42898
42899 eval "$as_ac_var=no"
42900 fi
42901
42902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42903 conftest$ac_exeext conftest.$ac_ext
42904 fi
42905 ac_res=`eval echo '${'$as_ac_var'}'`
42906 { echo "$as_me:$LINENO: result: $ac_res" >&5
42907 echo "${ECHO_T}$ac_res" >&6; }
42908 if test `eval echo '${'$as_ac_var'}'` = yes; then
42909 cat >>confdefs.h <<_ACEOF
42910 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42911 _ACEOF
42912
42913 cat >>confdefs.h <<\_ACEOF
42914 #define HAVE_SHL_LOAD 1
42915 _ACEOF
42916
42917 HAVE_SHL_FUNCS=1
42918
42919 else
42920
42921 { echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
42922 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6; }
42923 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
42924 echo $ECHO_N "(cached) $ECHO_C" >&6
42925 else
42926 ac_check_lib_save_LIBS=$LIBS
42927 LIBS="-lshl_load $LIBS"
42928 cat >conftest.$ac_ext <<_ACEOF
42929 /* confdefs.h. */
42930 _ACEOF
42931 cat confdefs.h >>conftest.$ac_ext
42932 cat >>conftest.$ac_ext <<_ACEOF
42933 /* end confdefs.h. */
42934
42935 /* Override any GCC internal prototype to avoid an error.
42936 Use char because int might match the return type of a GCC
42937 builtin and then its argument prototype would still apply. */
42938 #ifdef __cplusplus
42939 extern "C"
42940 #endif
42941 char dld ();
42942 int
42943 main ()
42944 {
42945 return dld ();
42946 ;
42947 return 0;
42948 }
42949 _ACEOF
42950 rm -f conftest.$ac_objext conftest$ac_exeext
42951 if { (ac_try="$ac_link"
42952 case "(($ac_try" in
42953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42954 *) ac_try_echo=$ac_try;;
42955 esac
42956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42957 (eval "$ac_link") 2>conftest.er1
42958 ac_status=$?
42959 grep -v '^ *+' conftest.er1 >conftest.err
42960 rm -f conftest.er1
42961 cat conftest.err >&5
42962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42963 (exit $ac_status); } && {
42964 test -z "$ac_c_werror_flag" ||
42965 test ! -s conftest.err
42966 } && test -s conftest$ac_exeext &&
42967 $as_test_x conftest$ac_exeext; then
42968 ac_cv_lib_shl_load_dld=yes
42969 else
42970 echo "$as_me: failed program was:" >&5
42971 sed 's/^/| /' conftest.$ac_ext >&5
42972
42973 ac_cv_lib_shl_load_dld=no
42974 fi
42975
42976 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42977 conftest$ac_exeext conftest.$ac_ext
42978 LIBS=$ac_check_lib_save_LIBS
42979 fi
42980 { echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
42981 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6; }
42982 if test $ac_cv_lib_shl_load_dld = yes; then
42983
42984 HAVE_SHL_FUNCS=1
42985 DL_LINK=" -ldld$DL_LINK"
42986
42987 fi
42988
42989
42990 fi
42991 done
42992
42993
42994 fi
42995
42996
42997 fi
42998 done
42999
43000
43001 if test "$HAVE_DL_FUNCS" = 1; then
43002
43003 for ac_func in dlerror
43004 do
43005 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43006 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43007 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43008 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43009 echo $ECHO_N "(cached) $ECHO_C" >&6
43010 else
43011 cat >conftest.$ac_ext <<_ACEOF
43012 /* confdefs.h. */
43013 _ACEOF
43014 cat confdefs.h >>conftest.$ac_ext
43015 cat >>conftest.$ac_ext <<_ACEOF
43016 /* end confdefs.h. */
43017 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43018 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43019 #define $ac_func innocuous_$ac_func
43020
43021 /* System header to define __stub macros and hopefully few prototypes,
43022 which can conflict with char $ac_func (); below.
43023 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43024 <limits.h> exists even on freestanding compilers. */
43025
43026 #ifdef __STDC__
43027 # include <limits.h>
43028 #else
43029 # include <assert.h>
43030 #endif
43031
43032 #undef $ac_func
43033
43034 /* Override any GCC internal prototype to avoid an error.
43035 Use char because int might match the return type of a GCC
43036 builtin and then its argument prototype would still apply. */
43037 #ifdef __cplusplus
43038 extern "C"
43039 #endif
43040 char $ac_func ();
43041 /* The GNU C library defines this for functions which it implements
43042 to always fail with ENOSYS. Some functions are actually named
43043 something starting with __ and the normal name is an alias. */
43044 #if defined __stub_$ac_func || defined __stub___$ac_func
43045 choke me
43046 #endif
43047
43048 int
43049 main ()
43050 {
43051 return $ac_func ();
43052 ;
43053 return 0;
43054 }
43055 _ACEOF
43056 rm -f conftest.$ac_objext conftest$ac_exeext
43057 if { (ac_try="$ac_link"
43058 case "(($ac_try" in
43059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43060 *) ac_try_echo=$ac_try;;
43061 esac
43062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43063 (eval "$ac_link") 2>conftest.er1
43064 ac_status=$?
43065 grep -v '^ *+' conftest.er1 >conftest.err
43066 rm -f conftest.er1
43067 cat conftest.err >&5
43068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43069 (exit $ac_status); } && {
43070 test -z "$ac_c_werror_flag" ||
43071 test ! -s conftest.err
43072 } && test -s conftest$ac_exeext &&
43073 $as_test_x conftest$ac_exeext; then
43074 eval "$as_ac_var=yes"
43075 else
43076 echo "$as_me: failed program was:" >&5
43077 sed 's/^/| /' conftest.$ac_ext >&5
43078
43079 eval "$as_ac_var=no"
43080 fi
43081
43082 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43083 conftest$ac_exeext conftest.$ac_ext
43084 fi
43085 ac_res=`eval echo '${'$as_ac_var'}'`
43086 { echo "$as_me:$LINENO: result: $ac_res" >&5
43087 echo "${ECHO_T}$ac_res" >&6; }
43088 if test `eval echo '${'$as_ac_var'}'` = yes; then
43089 cat >>confdefs.h <<_ACEOF
43090 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43091 _ACEOF
43092 cat >>confdefs.h <<\_ACEOF
43093 #define HAVE_DLERROR 1
43094 _ACEOF
43095
43096 else
43097
43098 { echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
43099 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6; }
43100 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
43101 echo $ECHO_N "(cached) $ECHO_C" >&6
43102 else
43103 ac_check_lib_save_LIBS=$LIBS
43104 LIBS="-ldl $LIBS"
43105 cat >conftest.$ac_ext <<_ACEOF
43106 /* confdefs.h. */
43107 _ACEOF
43108 cat confdefs.h >>conftest.$ac_ext
43109 cat >>conftest.$ac_ext <<_ACEOF
43110 /* end confdefs.h. */
43111
43112 /* Override any GCC internal prototype to avoid an error.
43113 Use char because int might match the return type of a GCC
43114 builtin and then its argument prototype would still apply. */
43115 #ifdef __cplusplus
43116 extern "C"
43117 #endif
43118 char dlerror ();
43119 int
43120 main ()
43121 {
43122 return dlerror ();
43123 ;
43124 return 0;
43125 }
43126 _ACEOF
43127 rm -f conftest.$ac_objext conftest$ac_exeext
43128 if { (ac_try="$ac_link"
43129 case "(($ac_try" in
43130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43131 *) ac_try_echo=$ac_try;;
43132 esac
43133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43134 (eval "$ac_link") 2>conftest.er1
43135 ac_status=$?
43136 grep -v '^ *+' conftest.er1 >conftest.err
43137 rm -f conftest.er1
43138 cat conftest.err >&5
43139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43140 (exit $ac_status); } && {
43141 test -z "$ac_c_werror_flag" ||
43142 test ! -s conftest.err
43143 } && test -s conftest$ac_exeext &&
43144 $as_test_x conftest$ac_exeext; then
43145 ac_cv_lib_dl_dlerror=yes
43146 else
43147 echo "$as_me: failed program was:" >&5
43148 sed 's/^/| /' conftest.$ac_ext >&5
43149
43150 ac_cv_lib_dl_dlerror=no
43151 fi
43152
43153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43154 conftest$ac_exeext conftest.$ac_ext
43155 LIBS=$ac_check_lib_save_LIBS
43156 fi
43157 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
43158 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6; }
43159 if test $ac_cv_lib_dl_dlerror = yes; then
43160 cat >>confdefs.h <<\_ACEOF
43161 #define HAVE_DLERROR 1
43162 _ACEOF
43163
43164 fi
43165
43166
43167
43168 fi
43169 done
43170
43171 fi
43172 fi
43173
43174 if test "$USE_DARWIN" = 1; then
43175 HAVE_DL_FUNCS=1
43176 fi
43177
43178 if test "$HAVE_DL_FUNCS" = 0; then
43179 if test "$HAVE_SHL_FUNCS" = 0; then
43180 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
43181 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
43182 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
43183 wxUSE_DYNAMIC_LOADER=no
43184 wxUSE_DYNLIB_CLASS=no
43185 else
43186 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
43187 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
43188 fi
43189 fi
43190 fi
43191 fi
43192 fi
43193
43194 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
43195 cat >>confdefs.h <<\_ACEOF
43196 #define wxUSE_DYNAMIC_LOADER 1
43197 _ACEOF
43198
43199 fi
43200 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
43201 cat >>confdefs.h <<\_ACEOF
43202 #define wxUSE_DYNLIB_CLASS 1
43203 _ACEOF
43204
43205 fi
43206
43207
43208
43209 if test "$wxUSE_PLUGINS" = "yes" ; then
43210 if test "$wxUSE_SHARED" = "no" ; then
43211 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
43212 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
43213 wxUSE_PLUGINS=no
43214 fi
43215 if test "$wxUSE_MONOLITHIC" = "yes" ; then
43216 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
43217 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
43218 wxUSE_PLUGINS=no
43219 fi
43220 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
43221 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
43222 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
43223 wxUSE_PLUGINS=no
43224 fi
43225 if test "$wxUSE_PLUGINS" = "yes" ; then
43226 cat >>confdefs.h <<\_ACEOF
43227 #define wxUSE_PLUGINS 1
43228 _ACEOF
43229
43230 fi
43231 fi
43232
43233
43234 if test "$wxUSE_FSWATCHER" = "yes"; then
43235 if test "$wxUSE_MSW" != "1"; then
43236 if test "$wxUSE_UNIX" = "yes"; then
43237
43238 for ac_header in sys/inotify.h
43239 do
43240 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43241 { echo "$as_me:$LINENO: checking for $ac_header" >&5
43242 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43243 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43244 echo $ECHO_N "(cached) $ECHO_C" >&6
43245 else
43246 cat >conftest.$ac_ext <<_ACEOF
43247 /* confdefs.h. */
43248 _ACEOF
43249 cat confdefs.h >>conftest.$ac_ext
43250 cat >>conftest.$ac_ext <<_ACEOF
43251 /* end confdefs.h. */
43252 $ac_includes_default
43253
43254 #include <$ac_header>
43255 _ACEOF
43256 rm -f conftest.$ac_objext
43257 if { (ac_try="$ac_compile"
43258 case "(($ac_try" in
43259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43260 *) ac_try_echo=$ac_try;;
43261 esac
43262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43263 (eval "$ac_compile") 2>conftest.er1
43264 ac_status=$?
43265 grep -v '^ *+' conftest.er1 >conftest.err
43266 rm -f conftest.er1
43267 cat conftest.err >&5
43268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43269 (exit $ac_status); } && {
43270 test -z "$ac_c_werror_flag" ||
43271 test ! -s conftest.err
43272 } && test -s conftest.$ac_objext; then
43273 eval "$as_ac_Header=yes"
43274 else
43275 echo "$as_me: failed program was:" >&5
43276 sed 's/^/| /' conftest.$ac_ext >&5
43277
43278 eval "$as_ac_Header=no"
43279 fi
43280
43281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43282 fi
43283 ac_res=`eval echo '${'$as_ac_Header'}'`
43284 { echo "$as_me:$LINENO: result: $ac_res" >&5
43285 echo "${ECHO_T}$ac_res" >&6; }
43286 if test `eval echo '${'$as_ac_Header'}'` = yes; then
43287 cat >>confdefs.h <<_ACEOF
43288 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
43289 _ACEOF
43290
43291 fi
43292
43293 done
43294
43295 if test "$ac_cv_header_sys_inotify_h" = "yes"; then
43296 cat >>confdefs.h <<\_ACEOF
43297 #define wxHAS_INOTIFY 1
43298 _ACEOF
43299
43300 else
43301
43302 for ac_header in sys/event.h
43303 do
43304 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43305 { echo "$as_me:$LINENO: checking for $ac_header" >&5
43306 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43307 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43308 echo $ECHO_N "(cached) $ECHO_C" >&6
43309 else
43310 cat >conftest.$ac_ext <<_ACEOF
43311 /* confdefs.h. */
43312 _ACEOF
43313 cat confdefs.h >>conftest.$ac_ext
43314 cat >>conftest.$ac_ext <<_ACEOF
43315 /* end confdefs.h. */
43316 $ac_includes_default
43317
43318 #include <$ac_header>
43319 _ACEOF
43320 rm -f conftest.$ac_objext
43321 if { (ac_try="$ac_compile"
43322 case "(($ac_try" in
43323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43324 *) ac_try_echo=$ac_try;;
43325 esac
43326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43327 (eval "$ac_compile") 2>conftest.er1
43328 ac_status=$?
43329 grep -v '^ *+' conftest.er1 >conftest.err
43330 rm -f conftest.er1
43331 cat conftest.err >&5
43332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43333 (exit $ac_status); } && {
43334 test -z "$ac_c_werror_flag" ||
43335 test ! -s conftest.err
43336 } && test -s conftest.$ac_objext; then
43337 eval "$as_ac_Header=yes"
43338 else
43339 echo "$as_me: failed program was:" >&5
43340 sed 's/^/| /' conftest.$ac_ext >&5
43341
43342 eval "$as_ac_Header=no"
43343 fi
43344
43345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43346 fi
43347 ac_res=`eval echo '${'$as_ac_Header'}'`
43348 { echo "$as_me:$LINENO: result: $ac_res" >&5
43349 echo "${ECHO_T}$ac_res" >&6; }
43350 if test `eval echo '${'$as_ac_Header'}'` = yes; then
43351 cat >>confdefs.h <<_ACEOF
43352 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
43353 _ACEOF
43354
43355 fi
43356
43357 done
43358
43359 if test "$ac_cv_header_sys_event_h" = "yes"; then
43360 cat >>confdefs.h <<\_ACEOF
43361 #define wxHAS_KQUEUE 1
43362 _ACEOF
43363
43364 else
43365 wxUSE_FSWATCHER=no
43366 fi
43367 fi
43368 else
43369 wxUSE_FSWATCHER=no
43370 fi
43371 fi
43372
43373 if test "$wxUSE_FSWATCHER" = "yes"; then
43374 cat >>confdefs.h <<\_ACEOF
43375 #define wxUSE_FSWATCHER 1
43376 _ACEOF
43377
43378 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS fswatcher"
43379 else
43380 { echo "$as_me:$LINENO: WARNING: wxFileSystemWatcher won't be available on this platform" >&5
43381 echo "$as_me: WARNING: wxFileSystemWatcher won't be available on this platform" >&2;}
43382 fi
43383 fi
43384
43385
43386 if test "$wxUSE_STL" = "yes"; then
43387 cat >>confdefs.h <<\_ACEOF
43388 #define wxUSE_STL 1
43389 _ACEOF
43390
43391 fi
43392
43393 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
43394 cat >>confdefs.h <<\_ACEOF
43395 #define wxUSE_EXTENDED_RTTI 1
43396 _ACEOF
43397
43398 fi
43399
43400 if test "$wxUSE_ANY" = "yes"; then
43401 cat >>confdefs.h <<\_ACEOF
43402 #define wxUSE_ANY 1
43403 _ACEOF
43404
43405 fi
43406
43407 if test "$wxUSE_APPLE_IEEE" = "yes"; then
43408 cat >>confdefs.h <<\_ACEOF
43409 #define wxUSE_APPLE_IEEE 1
43410 _ACEOF
43411
43412 fi
43413
43414 if test "$wxUSE_TIMER" = "yes"; then
43415 cat >>confdefs.h <<\_ACEOF
43416 #define wxUSE_TIMER 1
43417 _ACEOF
43418
43419 fi
43420
43421 if test "$USE_UNIX" = 1 ; then
43422 if test "$wxUSE_MGL" != 1; then
43423 { echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
43424 echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6; }
43425 if test "${ac_cv_header_sys_soundcard+set}" = set; then
43426 echo $ECHO_N "(cached) $ECHO_C" >&6
43427 else
43428
43429 cat >conftest.$ac_ext <<_ACEOF
43430 /* confdefs.h. */
43431 _ACEOF
43432 cat confdefs.h >>conftest.$ac_ext
43433 cat >>conftest.$ac_ext <<_ACEOF
43434 /* end confdefs.h. */
43435
43436 #include <sys/ioctl.h>
43437 #include <sys/soundcard.h>
43438
43439 int
43440 main ()
43441 {
43442
43443 ioctl(0, SNDCTL_DSP_SPEED, 0);
43444
43445 ;
43446 return 0;
43447 }
43448 _ACEOF
43449 rm -f conftest.$ac_objext conftest$ac_exeext
43450 if { (ac_try="$ac_link"
43451 case "(($ac_try" in
43452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43453 *) ac_try_echo=$ac_try;;
43454 esac
43455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43456 (eval "$ac_link") 2>conftest.er1
43457 ac_status=$?
43458 grep -v '^ *+' conftest.er1 >conftest.err
43459 rm -f conftest.er1
43460 cat conftest.err >&5
43461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43462 (exit $ac_status); } && {
43463 test -z "$ac_c_werror_flag" ||
43464 test ! -s conftest.err
43465 } && test -s conftest$ac_exeext &&
43466 $as_test_x conftest$ac_exeext; then
43467 ac_cv_header_sys_soundcard=yes
43468 else
43469 echo "$as_me: failed program was:" >&5
43470 sed 's/^/| /' conftest.$ac_ext >&5
43471
43472
43473 saveLibs="$LIBS"
43474 LIBS="$saveLibs -lossaudio"
43475 cat >conftest.$ac_ext <<_ACEOF
43476 /* confdefs.h. */
43477 _ACEOF
43478 cat confdefs.h >>conftest.$ac_ext
43479 cat >>conftest.$ac_ext <<_ACEOF
43480 /* end confdefs.h. */
43481
43482 #include <sys/ioctl.h>
43483 #include <sys/soundcard.h>
43484
43485 int
43486 main ()
43487 {
43488
43489 ioctl(0, SNDCTL_DSP_SPEED, 0);
43490
43491 ;
43492 return 0;
43493 }
43494 _ACEOF
43495 rm -f conftest.$ac_objext conftest$ac_exeext
43496 if { (ac_try="$ac_link"
43497 case "(($ac_try" in
43498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43499 *) ac_try_echo=$ac_try;;
43500 esac
43501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43502 (eval "$ac_link") 2>conftest.er1
43503 ac_status=$?
43504 grep -v '^ *+' conftest.er1 >conftest.err
43505 rm -f conftest.er1
43506 cat conftest.err >&5
43507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43508 (exit $ac_status); } && {
43509 test -z "$ac_c_werror_flag" ||
43510 test ! -s conftest.err
43511 } && test -s conftest$ac_exeext &&
43512 $as_test_x conftest$ac_exeext; then
43513 ac_cv_header_sys_soundcard=yes
43514 else
43515 echo "$as_me: failed program was:" >&5
43516 sed 's/^/| /' conftest.$ac_ext >&5
43517
43518
43519 LIBS="$saveLibs"
43520 ac_cv_header_sys_soundcard=no
43521
43522
43523 fi
43524
43525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43526 conftest$ac_exeext conftest.$ac_ext
43527
43528
43529 fi
43530
43531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43532 conftest$ac_exeext conftest.$ac_ext
43533
43534 fi
43535 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
43536 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6; }
43537 fi
43538
43539 if test "$ac_cv_header_sys_soundcard" = "yes"; then
43540 cat >>confdefs.h <<\_ACEOF
43541 #define HAVE_SYS_SOUNDCARD_H 1
43542 _ACEOF
43543
43544 fi
43545 fi
43546
43547 WITH_PLUGIN_SDL=0
43548 if test "$wxUSE_SOUND" = "yes"; then
43549 if test "$USE_UNIX" = 1 ; then
43550 if test "$wxUSE_LIBSDL" != "no"; then
43551
43552 # Check whether --with-sdl-prefix was given.
43553 if test "${with_sdl_prefix+set}" = set; then
43554 withval=$with_sdl_prefix; sdl_prefix="$withval"
43555 else
43556 sdl_prefix=""
43557 fi
43558
43559
43560 # Check whether --with-sdl-exec-prefix was given.
43561 if test "${with_sdl_exec_prefix+set}" = set; then
43562 withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
43563 else
43564 sdl_exec_prefix=""
43565 fi
43566
43567 # Check whether --enable-sdltest was given.
43568 if test "${enable_sdltest+set}" = set; then
43569 enableval=$enable_sdltest;
43570 else
43571 enable_sdltest=yes
43572 fi
43573
43574
43575 if test x$sdl_exec_prefix != x ; then
43576 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
43577 if test x${SDL_CONFIG+set} != xset ; then
43578 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
43579 fi
43580 fi
43581 if test x$sdl_prefix != x ; then
43582 sdl_args="$sdl_args --prefix=$sdl_prefix"
43583 if test x${SDL_CONFIG+set} != xset ; then
43584 SDL_CONFIG=$sdl_prefix/bin/sdl-config
43585 fi
43586 fi
43587
43588 if test "x$prefix" != xNONE; then
43589 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
43590 fi
43591 # Extract the first word of "sdl-config", so it can be a program name with args.
43592 set dummy sdl-config; ac_word=$2
43593 { echo "$as_me:$LINENO: checking for $ac_word" >&5
43594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
43595 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
43596 echo $ECHO_N "(cached) $ECHO_C" >&6
43597 else
43598 case $SDL_CONFIG in
43599 [\\/]* | ?:[\\/]*)
43600 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
43601 ;;
43602 *)
43603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43604 for as_dir in $PATH
43605 do
43606 IFS=$as_save_IFS
43607 test -z "$as_dir" && as_dir=.
43608 for ac_exec_ext in '' $ac_executable_extensions; do
43609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
43610 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
43611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43612 break 2
43613 fi
43614 done
43615 done
43616 IFS=$as_save_IFS
43617
43618 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
43619 ;;
43620 esac
43621 fi
43622 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
43623 if test -n "$SDL_CONFIG"; then
43624 { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
43625 echo "${ECHO_T}$SDL_CONFIG" >&6; }
43626 else
43627 { echo "$as_me:$LINENO: result: no" >&5
43628 echo "${ECHO_T}no" >&6; }
43629 fi
43630
43631
43632 min_sdl_version=1.2.0
43633 { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
43634 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; }
43635 no_sdl=""
43636 if test "$SDL_CONFIG" = "no" ; then
43637 no_sdl=yes
43638 else
43639 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
43640 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
43641
43642 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
43643 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
43644 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
43645 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
43646 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
43647 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
43648 if test "x$enable_sdltest" = "xyes" ; then
43649 ac_save_CFLAGS="$CFLAGS"
43650 ac_save_CXXFLAGS="$CXXFLAGS"
43651 ac_save_LIBS="$LIBS"
43652 CFLAGS="$CFLAGS $SDL_CFLAGS"
43653 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
43654 LIBS="$LIBS $SDL_LIBS"
43655 rm -f conf.sdltest
43656 if test "$cross_compiling" = yes; then
43657 echo $ac_n "cross compiling; assumed OK... $ac_c"
43658 else
43659 cat >conftest.$ac_ext <<_ACEOF
43660 /* confdefs.h. */
43661 _ACEOF
43662 cat confdefs.h >>conftest.$ac_ext
43663 cat >>conftest.$ac_ext <<_ACEOF
43664 /* end confdefs.h. */
43665
43666 #include <stdio.h>
43667 #include <stdlib.h>
43668 #include <string.h>
43669 #include "SDL.h"
43670
43671 char*
43672 my_strdup (char *str)
43673 {
43674 char *new_str;
43675
43676 if (str)
43677 {
43678 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
43679 strcpy (new_str, str);
43680 }
43681 else
43682 new_str = NULL;
43683
43684 return new_str;
43685 }
43686
43687 int main (int argc, char *argv[])
43688 {
43689 int major, minor, micro;
43690 char *tmp_version;
43691
43692 /* This hangs on some systems (?)
43693 system ("touch conf.sdltest");
43694 */
43695 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
43696
43697 /* HP/UX 9 (%@#!) writes to sscanf strings */
43698 tmp_version = my_strdup("$min_sdl_version");
43699 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
43700 printf("%s, bad version string\n", "$min_sdl_version");
43701 exit(1);
43702 }
43703
43704 if (($sdl_major_version > major) ||
43705 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
43706 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
43707 {
43708 return 0;
43709 }
43710 else
43711 {
43712 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
43713 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
43714 printf("*** best to upgrade to the required version.\n");
43715 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
43716 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
43717 printf("*** config.cache before re-running configure\n");
43718 return 1;
43719 }
43720 }
43721
43722
43723 _ACEOF
43724 rm -f conftest$ac_exeext
43725 if { (ac_try="$ac_link"
43726 case "(($ac_try" in
43727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43728 *) ac_try_echo=$ac_try;;
43729 esac
43730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43731 (eval "$ac_link") 2>&5
43732 ac_status=$?
43733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43734 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
43735 { (case "(($ac_try" in
43736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43737 *) ac_try_echo=$ac_try;;
43738 esac
43739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43740 (eval "$ac_try") 2>&5
43741 ac_status=$?
43742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43743 (exit $ac_status); }; }; then
43744 :
43745 else
43746 echo "$as_me: program exited with status $ac_status" >&5
43747 echo "$as_me: failed program was:" >&5
43748 sed 's/^/| /' conftest.$ac_ext >&5
43749
43750 ( exit $ac_status )
43751 no_sdl=yes
43752 fi
43753 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
43754 fi
43755
43756
43757 CFLAGS="$ac_save_CFLAGS"
43758 CXXFLAGS="$ac_save_CXXFLAGS"
43759 LIBS="$ac_save_LIBS"
43760 fi
43761 fi
43762 if test "x$no_sdl" = x ; then
43763 { echo "$as_me:$LINENO: result: yes" >&5
43764 echo "${ECHO_T}yes" >&6; }
43765
43766 EXTRALIBS_SDL="$SDL_LIBS"
43767 CFLAGS="$SDL_CFLAGS $CFLAGS"
43768 CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
43769 cat >>confdefs.h <<\_ACEOF
43770 #define wxUSE_LIBSDL 1
43771 _ACEOF
43772
43773
43774 else
43775 { echo "$as_me:$LINENO: result: no" >&5
43776 echo "${ECHO_T}no" >&6; }
43777 if test "$SDL_CONFIG" = "no" ; then
43778 echo "*** The sdl-config script installed by SDL could not be found"
43779 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
43780 echo "*** your path, or set the SDL_CONFIG environment variable to the"
43781 echo "*** full path to sdl-config."
43782 else
43783 if test -f conf.sdltest ; then
43784 :
43785 else
43786 echo "*** Could not run SDL test program, checking why..."
43787 CFLAGS="$CFLAGS $SDL_CFLAGS"
43788 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
43789 LIBS="$LIBS $SDL_LIBS"
43790 cat >conftest.$ac_ext <<_ACEOF
43791 /* confdefs.h. */
43792 _ACEOF
43793 cat confdefs.h >>conftest.$ac_ext
43794 cat >>conftest.$ac_ext <<_ACEOF
43795 /* end confdefs.h. */
43796
43797 #include <stdio.h>
43798 #include "SDL.h"
43799
43800 int main(int argc, char *argv[])
43801 { return 0; }
43802 #undef main
43803 #define main K_and_R_C_main
43804
43805 int
43806 main ()
43807 {
43808 return 0;
43809 ;
43810 return 0;
43811 }
43812 _ACEOF
43813 rm -f conftest.$ac_objext conftest$ac_exeext
43814 if { (ac_try="$ac_link"
43815 case "(($ac_try" in
43816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43817 *) ac_try_echo=$ac_try;;
43818 esac
43819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43820 (eval "$ac_link") 2>conftest.er1
43821 ac_status=$?
43822 grep -v '^ *+' conftest.er1 >conftest.err
43823 rm -f conftest.er1
43824 cat conftest.err >&5
43825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43826 (exit $ac_status); } && {
43827 test -z "$ac_c_werror_flag" ||
43828 test ! -s conftest.err
43829 } && test -s conftest$ac_exeext &&
43830 $as_test_x conftest$ac_exeext; then
43831 echo "*** The test program compiled, but did not run. This usually means"
43832 echo "*** that the run-time linker is not finding SDL or finding the wrong"
43833 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
43834 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
43835 echo "*** to the installed location Also, make sure you have run ldconfig if that"
43836 echo "*** is required on your system"
43837 echo "***"
43838 echo "*** If you have an old version installed, it is best to remove it, although"
43839 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
43840 else
43841 echo "$as_me: failed program was:" >&5
43842 sed 's/^/| /' conftest.$ac_ext >&5
43843
43844 echo "*** The test program failed to compile or link. See the file config.log for the"
43845 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
43846 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
43847 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
43848 fi
43849
43850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43851 conftest$ac_exeext conftest.$ac_ext
43852 CFLAGS="$ac_save_CFLAGS"
43853 CXXFLAGS="$ac_save_CXXFLAGS"
43854 LIBS="$ac_save_LIBS"
43855 fi
43856 fi
43857 SDL_CFLAGS=""
43858 SDL_LIBS=""
43859 wxUSE_LIBSDL="no"
43860 fi
43861
43862
43863 rm -f conf.sdltest
43864
43865 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
43866 WITH_PLUGIN_SDL=1
43867 fi
43868 fi
43869 else
43870 if test "$wxUSE_MGL" = 1; then
43871 { echo "$as_me:$LINENO: WARNING: wxSound not supported in MGL under DOS... disabled" >&5
43872 echo "$as_me: WARNING: wxSound not supported in MGL under DOS... disabled" >&2;}
43873 wxUSE_SOUND="no"
43874 fi
43875 fi
43876 fi
43877
43878 if test "$wxUSE_SOUND" = "yes"; then
43879 cat >>confdefs.h <<\_ACEOF
43880 #define wxUSE_SOUND 1
43881 _ACEOF
43882
43883 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
43884 fi
43885
43886 if test "$WXGTK2" = 1; then
43887
43888
43889 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
43890 if test -n "$ac_tool_prefix"; then
43891 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
43892 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
43893 { echo "$as_me:$LINENO: checking for $ac_word" >&5
43894 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
43895 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
43896 echo $ECHO_N "(cached) $ECHO_C" >&6
43897 else
43898 case $PKG_CONFIG in
43899 [\\/]* | ?:[\\/]*)
43900 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
43901 ;;
43902 *)
43903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43904 for as_dir in $PATH
43905 do
43906 IFS=$as_save_IFS
43907 test -z "$as_dir" && as_dir=.
43908 for ac_exec_ext in '' $ac_executable_extensions; do
43909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
43910 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
43911 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43912 break 2
43913 fi
43914 done
43915 done
43916 IFS=$as_save_IFS
43917
43918 ;;
43919 esac
43920 fi
43921 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
43922 if test -n "$PKG_CONFIG"; then
43923 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
43924 echo "${ECHO_T}$PKG_CONFIG" >&6; }
43925 else
43926 { echo "$as_me:$LINENO: result: no" >&5
43927 echo "${ECHO_T}no" >&6; }
43928 fi
43929
43930
43931 fi
43932 if test -z "$ac_cv_path_PKG_CONFIG"; then
43933 ac_pt_PKG_CONFIG=$PKG_CONFIG
43934 # Extract the first word of "pkg-config", so it can be a program name with args.
43935 set dummy pkg-config; ac_word=$2
43936 { echo "$as_me:$LINENO: checking for $ac_word" >&5
43937 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
43938 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
43939 echo $ECHO_N "(cached) $ECHO_C" >&6
43940 else
43941 case $ac_pt_PKG_CONFIG in
43942 [\\/]* | ?:[\\/]*)
43943 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
43944 ;;
43945 *)
43946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43947 for as_dir in $PATH
43948 do
43949 IFS=$as_save_IFS
43950 test -z "$as_dir" && as_dir=.
43951 for ac_exec_ext in '' $ac_executable_extensions; do
43952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
43953 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
43954 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43955 break 2
43956 fi
43957 done
43958 done
43959 IFS=$as_save_IFS
43960
43961 ;;
43962 esac
43963 fi
43964 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
43965 if test -n "$ac_pt_PKG_CONFIG"; then
43966 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
43967 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
43968 else
43969 { echo "$as_me:$LINENO: result: no" >&5
43970 echo "${ECHO_T}no" >&6; }
43971 fi
43972
43973 if test "x$ac_pt_PKG_CONFIG" = x; then
43974 PKG_CONFIG=""
43975 else
43976 case $cross_compiling:$ac_tool_warned in
43977 yes:)
43978 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
43979 whose name does not start with the host triplet. If you think this
43980 configuration is useful to you, please write to autoconf@gnu.org." >&5
43981 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
43982 whose name does not start with the host triplet. If you think this
43983 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
43984 ac_tool_warned=yes ;;
43985 esac
43986 PKG_CONFIG=$ac_pt_PKG_CONFIG
43987 fi
43988 else
43989 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
43990 fi
43991
43992 fi
43993 if test -n "$PKG_CONFIG"; then
43994 _pkg_min_version=0.9.0
43995 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
43996 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
43997 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
43998 { echo "$as_me:$LINENO: result: yes" >&5
43999 echo "${ECHO_T}yes" >&6; }
44000 else
44001 { echo "$as_me:$LINENO: result: no" >&5
44002 echo "${ECHO_T}no" >&6; }
44003 PKG_CONFIG=""
44004 fi
44005
44006 fi
44007
44008 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
44009
44010 if test "$wxUSE_GTKPRINT" = "yes" ; then
44011
44012
44013 pkg_failed=no
44014 { echo "$as_me:$LINENO: checking for GTKPRINT" >&5
44015 echo $ECHO_N "checking for GTKPRINT... $ECHO_C" >&6; }
44016
44017 if test -n "$PKG_CONFIG"; then
44018 if test -n "$GTKPRINT_CFLAGS"; then
44019 pkg_cv_GTKPRINT_CFLAGS="$GTKPRINT_CFLAGS"
44020 else
44021 if test -n "$PKG_CONFIG" && \
44022 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
44023 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
44024 ac_status=$?
44025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44026 (exit $ac_status); }; then
44027 pkg_cv_GTKPRINT_CFLAGS=`$PKG_CONFIG --cflags "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
44028 else
44029 pkg_failed=yes
44030 fi
44031 fi
44032 else
44033 pkg_failed=untried
44034 fi
44035 if test -n "$PKG_CONFIG"; then
44036 if test -n "$GTKPRINT_LIBS"; then
44037 pkg_cv_GTKPRINT_LIBS="$GTKPRINT_LIBS"
44038 else
44039 if test -n "$PKG_CONFIG" && \
44040 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
44041 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
44042 ac_status=$?
44043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44044 (exit $ac_status); }; then
44045 pkg_cv_GTKPRINT_LIBS=`$PKG_CONFIG --libs "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
44046 else
44047 pkg_failed=yes
44048 fi
44049 fi
44050 else
44051 pkg_failed=untried
44052 fi
44053
44054
44055
44056 if test $pkg_failed = yes; then
44057
44058 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44059 _pkg_short_errors_supported=yes
44060 else
44061 _pkg_short_errors_supported=no
44062 fi
44063 if test $_pkg_short_errors_supported = yes; then
44064 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
44065 else
44066 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
44067 fi
44068 # Put the nasty error message in config.log where it belongs
44069 echo "$GTKPRINT_PKG_ERRORS" >&5
44070
44071
44072 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
44073 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
44074 wxUSE_GTKPRINT="no"
44075
44076
44077 elif test $pkg_failed = untried; then
44078
44079 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
44080 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
44081 wxUSE_GTKPRINT="no"
44082
44083
44084 else
44085 GTKPRINT_CFLAGS=$pkg_cv_GTKPRINT_CFLAGS
44086 GTKPRINT_LIBS=$pkg_cv_GTKPRINT_LIBS
44087 { echo "$as_me:$LINENO: result: yes" >&5
44088 echo "${ECHO_T}yes" >&6; }
44089
44090 CFLAGS="$GTKPRINT_CFLAGS $CFLAGS"
44091 CXXFLAGS="$GTKPRINT_CFLAGS $CXXFLAGS"
44092 cat >>confdefs.h <<\_ACEOF
44093 #define wxUSE_GTKPRINT 1
44094 _ACEOF
44095
44096
44097 fi
44098 fi
44099
44100 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
44101
44102
44103 pkg_failed=no
44104 { echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
44105 echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6; }
44106
44107 if test -n "$PKG_CONFIG"; then
44108 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
44109 pkg_cv_LIBGNOMEPRINTUI_CFLAGS="$LIBGNOMEPRINTUI_CFLAGS"
44110 else
44111 if test -n "$PKG_CONFIG" && \
44112 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
44113 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
44114 ac_status=$?
44115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44116 (exit $ac_status); }; then
44117 pkg_cv_LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
44118 else
44119 pkg_failed=yes
44120 fi
44121 fi
44122 else
44123 pkg_failed=untried
44124 fi
44125 if test -n "$PKG_CONFIG"; then
44126 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
44127 pkg_cv_LIBGNOMEPRINTUI_LIBS="$LIBGNOMEPRINTUI_LIBS"
44128 else
44129 if test -n "$PKG_CONFIG" && \
44130 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
44131 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
44132 ac_status=$?
44133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44134 (exit $ac_status); }; then
44135 pkg_cv_LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
44136 else
44137 pkg_failed=yes
44138 fi
44139 fi
44140 else
44141 pkg_failed=untried
44142 fi
44143
44144
44145
44146 if test $pkg_failed = yes; then
44147
44148 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44149 _pkg_short_errors_supported=yes
44150 else
44151 _pkg_short_errors_supported=no
44152 fi
44153 if test $_pkg_short_errors_supported = yes; then
44154 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
44155 else
44156 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
44157 fi
44158 # Put the nasty error message in config.log where it belongs
44159 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
44160
44161
44162 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
44163 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
44164 wxUSE_LIBGNOMEPRINT="no"
44165
44166
44167 elif test $pkg_failed = untried; then
44168
44169 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
44170 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
44171 wxUSE_LIBGNOMEPRINT="no"
44172
44173
44174 else
44175 LIBGNOMEPRINTUI_CFLAGS=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
44176 LIBGNOMEPRINTUI_LIBS=$pkg_cv_LIBGNOMEPRINTUI_LIBS
44177 { echo "$as_me:$LINENO: result: yes" >&5
44178 echo "${ECHO_T}yes" >&6; }
44179
44180 CFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
44181 CXXFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
44182 cat >>confdefs.h <<\_ACEOF
44183 #define wxUSE_LIBGNOMEPRINT 1
44184 _ACEOF
44185
44186
44187 fi
44188 fi
44189 fi
44190
44191 if test "$wxUSE_MIMETYPE" = "yes" ; then
44192 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
44193
44194
44195 pkg_failed=no
44196 { echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
44197 echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6; }
44198
44199 if test -n "$PKG_CONFIG"; then
44200 if test -n "$GNOMEVFS_CFLAGS"; then
44201 pkg_cv_GNOMEVFS_CFLAGS="$GNOMEVFS_CFLAGS"
44202 else
44203 if test -n "$PKG_CONFIG" && \
44204 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
44205 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
44206 ac_status=$?
44207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44208 (exit $ac_status); }; then
44209 pkg_cv_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
44210 else
44211 pkg_failed=yes
44212 fi
44213 fi
44214 else
44215 pkg_failed=untried
44216 fi
44217 if test -n "$PKG_CONFIG"; then
44218 if test -n "$GNOMEVFS_LIBS"; then
44219 pkg_cv_GNOMEVFS_LIBS="$GNOMEVFS_LIBS"
44220 else
44221 if test -n "$PKG_CONFIG" && \
44222 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
44223 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
44224 ac_status=$?
44225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44226 (exit $ac_status); }; then
44227 pkg_cv_GNOMEVFS_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
44228 else
44229 pkg_failed=yes
44230 fi
44231 fi
44232 else
44233 pkg_failed=untried
44234 fi
44235
44236
44237
44238 if test $pkg_failed = yes; then
44239
44240 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44241 _pkg_short_errors_supported=yes
44242 else
44243 _pkg_short_errors_supported=no
44244 fi
44245 if test $_pkg_short_errors_supported = yes; then
44246 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
44247 else
44248 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
44249 fi
44250 # Put the nasty error message in config.log where it belongs
44251 echo "$GNOMEVFS_PKG_ERRORS" >&5
44252
44253
44254 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
44255 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
44256 wxUSE_LIBGNOMEVFS="no"
44257
44258
44259 elif test $pkg_failed = untried; then
44260
44261 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
44262 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
44263 wxUSE_LIBGNOMEVFS="no"
44264
44265
44266 else
44267 GNOMEVFS_CFLAGS=$pkg_cv_GNOMEVFS_CFLAGS
44268 GNOMEVFS_LIBS=$pkg_cv_GNOMEVFS_LIBS
44269 { echo "$as_me:$LINENO: result: yes" >&5
44270 echo "${ECHO_T}yes" >&6; }
44271
44272 CFLAGS="$GNOMEVFS_CFLAGS $CFLAGS"
44273 CXXFLAGS="$GNOMEVFS_CFLAGS $CXXFLAGS"
44274 cat >>confdefs.h <<\_ACEOF
44275 #define wxUSE_LIBGNOMEVFS 1
44276 _ACEOF
44277
44278
44279 fi
44280 fi
44281 fi
44282
44283 if test "$wxUSE_LIBHILDON" = "yes" ; then
44284
44285 pkg_failed=no
44286 { echo "$as_me:$LINENO: checking for HILDON" >&5
44287 echo $ECHO_N "checking for HILDON... $ECHO_C" >&6; }
44288
44289 if test -n "$PKG_CONFIG"; then
44290 if test -n "$HILDON_CFLAGS"; then
44291 pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
44292 else
44293 if test -n "$PKG_CONFIG" && \
44294 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
44295 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
44296 ac_status=$?
44297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44298 (exit $ac_status); }; then
44299 pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
44300 else
44301 pkg_failed=yes
44302 fi
44303 fi
44304 else
44305 pkg_failed=untried
44306 fi
44307 if test -n "$PKG_CONFIG"; then
44308 if test -n "$HILDON_LIBS"; then
44309 pkg_cv_HILDON_LIBS="$HILDON_LIBS"
44310 else
44311 if test -n "$PKG_CONFIG" && \
44312 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
44313 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
44314 ac_status=$?
44315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44316 (exit $ac_status); }; then
44317 pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
44318 else
44319 pkg_failed=yes
44320 fi
44321 fi
44322 else
44323 pkg_failed=untried
44324 fi
44325
44326
44327
44328 if test $pkg_failed = yes; then
44329
44330 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44331 _pkg_short_errors_supported=yes
44332 else
44333 _pkg_short_errors_supported=no
44334 fi
44335 if test $_pkg_short_errors_supported = yes; then
44336 HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
44337 else
44338 HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
44339 fi
44340 # Put the nasty error message in config.log where it belongs
44341 echo "$HILDON_PKG_ERRORS" >&5
44342
44343
44344 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
44345 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
44346 wxUSE_LIBHILDON="no"
44347 ac_hildon_lgpl=0
44348
44349
44350 elif test $pkg_failed = untried; then
44351
44352 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
44353 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
44354 wxUSE_LIBHILDON="no"
44355 ac_hildon_lgpl=0
44356
44357
44358 else
44359 HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
44360 HILDON_LIBS=$pkg_cv_HILDON_LIBS
44361 { echo "$as_me:$LINENO: result: yes" >&5
44362 echo "${ECHO_T}yes" >&6; }
44363
44364 EXTRALIBS_HILDON="$HILDON_LIBS"
44365 CFLAGS="$CFLAGS $HILDON_CFLAGS"
44366 CXXFLAGS="$CXXFLAGS $HILDON_CFLAGS"
44367 cat >>confdefs.h <<\_ACEOF
44368 #define wxUSE_LIBHILDON 1
44369 _ACEOF
44370
44371 ac_hildon_lgpl=1
44372
44373 fi
44374
44375 if test "$ac_hildon_lgpl" = 0 ; then
44376
44377 pkg_failed=no
44378 { echo "$as_me:$LINENO: checking for HILDON2" >&5
44379 echo $ECHO_N "checking for HILDON2... $ECHO_C" >&6; }
44380
44381 if test -n "$PKG_CONFIG"; then
44382 if test -n "$HILDON2_CFLAGS"; then
44383 pkg_cv_HILDON2_CFLAGS="$HILDON2_CFLAGS"
44384 else
44385 if test -n "$PKG_CONFIG" && \
44386 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
44387 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
44388 ac_status=$?
44389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44390 (exit $ac_status); }; then
44391 pkg_cv_HILDON2_CFLAGS=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
44392 else
44393 pkg_failed=yes
44394 fi
44395 fi
44396 else
44397 pkg_failed=untried
44398 fi
44399 if test -n "$PKG_CONFIG"; then
44400 if test -n "$HILDON2_LIBS"; then
44401 pkg_cv_HILDON2_LIBS="$HILDON2_LIBS"
44402 else
44403 if test -n "$PKG_CONFIG" && \
44404 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
44405 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
44406 ac_status=$?
44407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44408 (exit $ac_status); }; then
44409 pkg_cv_HILDON2_LIBS=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
44410 else
44411 pkg_failed=yes
44412 fi
44413 fi
44414 else
44415 pkg_failed=untried
44416 fi
44417
44418
44419
44420 if test $pkg_failed = yes; then
44421
44422 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44423 _pkg_short_errors_supported=yes
44424 else
44425 _pkg_short_errors_supported=no
44426 fi
44427 if test $_pkg_short_errors_supported = yes; then
44428 HILDON2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
44429 else
44430 HILDON2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
44431 fi
44432 # Put the nasty error message in config.log where it belongs
44433 echo "$HILDON2_PKG_ERRORS" >&5
44434
44435
44436 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
44437 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
44438 wxUSE_LIBHILDON2="no"
44439
44440
44441 elif test $pkg_failed = untried; then
44442
44443 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
44444 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
44445 wxUSE_LIBHILDON2="no"
44446
44447
44448 else
44449 HILDON2_CFLAGS=$pkg_cv_HILDON2_CFLAGS
44450 HILDON2_LIBS=$pkg_cv_HILDON2_LIBS
44451 { echo "$as_me:$LINENO: result: yes" >&5
44452 echo "${ECHO_T}yes" >&6; }
44453
44454 EXTRALIBS_HILDON="$HILDON2_LIBS"
44455 CFLAGS="$CFLAGS $HILDON2_CFLAGS"
44456 CXXFLAGS="$CXXFLAGS $HILDON2_CFLAGS"
44457 cat >>confdefs.h <<\_ACEOF
44458 #define wxUSE_LIBHILDON2 1
44459 _ACEOF
44460
44461
44462 fi
44463 fi
44464 fi
44465 fi
44466
44467 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
44468 cat >>confdefs.h <<\_ACEOF
44469 #define wxUSE_CMDLINE_PARSER 1
44470 _ACEOF
44471
44472 fi
44473
44474 if test "$wxUSE_STOPWATCH" = "yes"; then
44475 cat >>confdefs.h <<\_ACEOF
44476 #define wxUSE_STOPWATCH 1
44477 _ACEOF
44478
44479 fi
44480
44481 if test "$wxUSE_DATETIME" = "yes"; then
44482 cat >>confdefs.h <<\_ACEOF
44483 #define wxUSE_DATETIME 1
44484 _ACEOF
44485
44486 fi
44487
44488 if test "$wxUSE_FILE" = "yes"; then
44489 cat >>confdefs.h <<\_ACEOF
44490 #define wxUSE_FILE 1
44491 _ACEOF
44492
44493 fi
44494
44495 if test "$wxUSE_FFILE" = "yes"; then
44496 cat >>confdefs.h <<\_ACEOF
44497 #define wxUSE_FFILE 1
44498 _ACEOF
44499
44500 fi
44501
44502 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
44503 if test "$wxUSE_STREAMS" != yes; then
44504 { echo "$as_me:$LINENO: WARNING: wxArchive requires wxStreams... disabled" >&5
44505 echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
44506 wxUSE_ARCHIVE_STREAMS=no
44507 else
44508 cat >>confdefs.h <<\_ACEOF
44509 #define wxUSE_ARCHIVE_STREAMS 1
44510 _ACEOF
44511
44512 fi
44513 fi
44514
44515 if test "$wxUSE_ZIPSTREAM" = "yes"; then
44516 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
44517 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
44518 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
44519 elif test "$wxUSE_ZLIB" = "no"; then
44520 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
44521 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
44522 else
44523 cat >>confdefs.h <<\_ACEOF
44524 #define wxUSE_ZIPSTREAM 1
44525 _ACEOF
44526
44527 fi
44528 fi
44529
44530 if test "$wxUSE_TARSTREAM" = "yes"; then
44531 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
44532 { echo "$as_me:$LINENO: WARNING: wxTar requires wxArchive... disabled" >&5
44533 echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
44534 else
44535 cat >>confdefs.h <<\_ACEOF
44536 #define wxUSE_TARSTREAM 1
44537 _ACEOF
44538
44539 fi
44540 fi
44541
44542 if test "$wxUSE_FILE_HISTORY" = "yes"; then
44543 cat >>confdefs.h <<\_ACEOF
44544 #define wxUSE_FILE_HISTORY 1
44545 _ACEOF
44546
44547 fi
44548
44549 if test "$wxUSE_FILESYSTEM" = "yes"; then
44550 if test "$wxUSE_STREAMS" != yes -o \( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \); then
44551 { echo "$as_me:$LINENO: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
44552 echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
44553 wxUSE_FILESYSTEM=no
44554 else
44555 cat >>confdefs.h <<\_ACEOF
44556 #define wxUSE_FILESYSTEM 1
44557 _ACEOF
44558
44559 fi
44560 fi
44561
44562 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
44563 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
44564 { echo "$as_me:$LINENO: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
44565 echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
44566 else
44567 cat >>confdefs.h <<\_ACEOF
44568 #define wxUSE_FS_ARCHIVE 1
44569 _ACEOF
44570
44571 fi
44572 fi
44573
44574 if test "$wxUSE_FS_ZIP" = "yes"; then
44575 if test "$wxUSE_FS_ARCHIVE" != yes; then
44576 { echo "$as_me:$LINENO: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
44577 echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
44578 else
44579 cat >>confdefs.h <<\_ACEOF
44580 #define wxUSE_FS_ZIP 1
44581 _ACEOF
44582
44583 fi
44584 fi
44585
44586 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
44587 if test "$USE_UNIX" != 1; then
44588 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
44589 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
44590 wxUSE_ON_FATAL_EXCEPTION=no
44591 else
44592 cat >>confdefs.h <<\_ACEOF
44593 #define wxUSE_ON_FATAL_EXCEPTION 1
44594 _ACEOF
44595
44596 fi
44597 fi
44598
44599 if test "$wxUSE_STACKWALKER" = "yes"; then
44600 cat >>confdefs.h <<\_ACEOF
44601 #define wxUSE_STACKWALKER 1
44602 _ACEOF
44603
44604 fi
44605
44606 if test "$wxUSE_DEBUGREPORT" = "yes"; then
44607 if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
44608 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
44609 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
44610 wxUSE_DEBUGREPORT=no
44611 else
44612 cat >>confdefs.h <<\_ACEOF
44613 #define wxUSE_DEBUGREPORT 1
44614 _ACEOF
44615
44616 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
44617 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
44618 fi
44619 fi
44620 fi
44621
44622 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
44623 cat >>confdefs.h <<\_ACEOF
44624 #define wxUSE_SNGLINST_CHECKER 1
44625 _ACEOF
44626
44627 fi
44628
44629 if test "$wxUSE_BUSYINFO" = "yes"; then
44630 cat >>confdefs.h <<\_ACEOF
44631 #define wxUSE_BUSYINFO 1
44632 _ACEOF
44633
44634 fi
44635
44636 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
44637 cat >>confdefs.h <<\_ACEOF
44638 #define wxUSE_STD_IOSTREAM 1
44639 _ACEOF
44640
44641 fi
44642
44643 if test "$wxUSE_STD_STRING" = "yes"; then
44644 cat >>confdefs.h <<\_ACEOF
44645 #define wxUSE_STD_STRING 1
44646 _ACEOF
44647
44648 fi
44649
44650 if test "$wxUSE_STDPATHS" = "yes"; then
44651 cat >>confdefs.h <<\_ACEOF
44652 #define wxUSE_STDPATHS 1
44653 _ACEOF
44654
44655 fi
44656
44657 if test "$wxUSE_TEXTBUFFER" = "yes"; then
44658 cat >>confdefs.h <<\_ACEOF
44659 #define wxUSE_TEXTBUFFER 1
44660 _ACEOF
44661
44662 fi
44663
44664 if test "$wxUSE_TEXTFILE" = "yes"; then
44665 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
44666 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
44667 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
44668 else
44669 cat >>confdefs.h <<\_ACEOF
44670 #define wxUSE_TEXTFILE 1
44671 _ACEOF
44672
44673 fi
44674 fi
44675
44676 if test "$wxUSE_CONFIG" = "yes" ; then
44677 if test "$wxUSE_TEXTFILE" != "yes"; then
44678 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
44679 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
44680 else
44681 cat >>confdefs.h <<\_ACEOF
44682 #define wxUSE_CONFIG 1
44683 _ACEOF
44684
44685 cat >>confdefs.h <<\_ACEOF
44686 #define wxUSE_CONFIG_NATIVE 1
44687 _ACEOF
44688
44689 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
44690 fi
44691 fi
44692
44693 if test "$wxUSE_INTL" = "yes" ; then
44694 if test "$wxUSE_FILE" != "yes"; then
44695 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
44696 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
44697 else
44698 cat >>confdefs.h <<\_ACEOF
44699 #define wxUSE_INTL 1
44700 _ACEOF
44701
44702 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
44703 GUIDIST="$GUIDIST INTL_DIST"
44704 fi
44705 fi
44706
44707 if test "$wxUSE_XLOCALE" = "yes" ; then
44708 cat >>confdefs.h <<\_ACEOF
44709 #define wxUSE_XLOCALE 1
44710 _ACEOF
44711
44712 { echo "$as_me:$LINENO: checking for locale_t" >&5
44713 echo $ECHO_N "checking for locale_t... $ECHO_C" >&6; }
44714 if test "${ac_cv_type_locale_t+set}" = set; then
44715 echo $ECHO_N "(cached) $ECHO_C" >&6
44716 else
44717 cat >conftest.$ac_ext <<_ACEOF
44718 /* confdefs.h. */
44719 _ACEOF
44720 cat confdefs.h >>conftest.$ac_ext
44721 cat >>conftest.$ac_ext <<_ACEOF
44722 /* end confdefs.h. */
44723 #include <xlocale.h>
44724 #include <locale.h>
44725
44726 typedef locale_t ac__type_new_;
44727 int
44728 main ()
44729 {
44730 if ((ac__type_new_ *) 0)
44731 return 0;
44732 if (sizeof (ac__type_new_))
44733 return 0;
44734 ;
44735 return 0;
44736 }
44737 _ACEOF
44738 rm -f conftest.$ac_objext
44739 if { (ac_try="$ac_compile"
44740 case "(($ac_try" in
44741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44742 *) ac_try_echo=$ac_try;;
44743 esac
44744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44745 (eval "$ac_compile") 2>conftest.er1
44746 ac_status=$?
44747 grep -v '^ *+' conftest.er1 >conftest.err
44748 rm -f conftest.er1
44749 cat conftest.err >&5
44750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44751 (exit $ac_status); } && {
44752 test -z "$ac_c_werror_flag" ||
44753 test ! -s conftest.err
44754 } && test -s conftest.$ac_objext; then
44755 ac_cv_type_locale_t=yes
44756 else
44757 echo "$as_me: failed program was:" >&5
44758 sed 's/^/| /' conftest.$ac_ext >&5
44759
44760 ac_cv_type_locale_t=no
44761 fi
44762
44763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44764 fi
44765 { echo "$as_me:$LINENO: result: $ac_cv_type_locale_t" >&5
44766 echo "${ECHO_T}$ac_cv_type_locale_t" >&6; }
44767 if test $ac_cv_type_locale_t = yes; then
44768
44769 cat >>confdefs.h <<_ACEOF
44770 #define HAVE_LOCALE_T 1
44771 _ACEOF
44772
44773
44774 fi
44775
44776 fi
44777
44778 if test "$wxUSE_LOG" = "yes"; then
44779 cat >>confdefs.h <<\_ACEOF
44780 #define wxUSE_LOG 1
44781 _ACEOF
44782
44783
44784 if test "$wxUSE_LOGGUI" = "yes"; then
44785 cat >>confdefs.h <<\_ACEOF
44786 #define wxUSE_LOGGUI 1
44787 _ACEOF
44788
44789 fi
44790
44791 if test "$wxUSE_LOGWINDOW" = "yes"; then
44792 cat >>confdefs.h <<\_ACEOF
44793 #define wxUSE_LOGWINDOW 1
44794 _ACEOF
44795
44796 fi
44797
44798 if test "$wxUSE_LOGDIALOG" = "yes"; then
44799 cat >>confdefs.h <<\_ACEOF
44800 #define wxUSE_LOG_DIALOG 1
44801 _ACEOF
44802
44803 fi
44804
44805 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
44806 fi
44807
44808 if test "$wxUSE_LONGLONG" = "yes"; then
44809 cat >>confdefs.h <<\_ACEOF
44810 #define wxUSE_LONGLONG 1
44811 _ACEOF
44812
44813 fi
44814
44815 if test "$wxUSE_GEOMETRY" = "yes"; then
44816 cat >>confdefs.h <<\_ACEOF
44817 #define wxUSE_GEOMETRY 1
44818 _ACEOF
44819
44820 fi
44821
44822 if test "$wxUSE_BASE64" = "yes"; then
44823 cat >>confdefs.h <<\_ACEOF
44824 #define wxUSE_BASE64 1
44825 _ACEOF
44826
44827 fi
44828
44829 if test "$wxUSE_STREAMS" = "yes" ; then
44830 cat >>confdefs.h <<\_ACEOF
44831 #define wxUSE_STREAMS 1
44832 _ACEOF
44833
44834 fi
44835
44836 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
44837 cat >>confdefs.h <<\_ACEOF
44838 #define wxUSE_PRINTF_POS_PARAMS 1
44839 _ACEOF
44840
44841 fi
44842
44843 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
44844 cat >>confdefs.h <<\_ACEOF
44845 #define wxUSE_OBJC_UNIQUIFYING 1
44846 _ACEOF
44847
44848 fi
44849
44850
44851 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
44852 cat >>confdefs.h <<\_ACEOF
44853 #define wxUSE_CONSOLE_EVENTLOOP 1
44854 _ACEOF
44855
44856
44857 if test "$wxUSE_UNIX" = "yes"; then
44858 if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
44859 cat >>confdefs.h <<\_ACEOF
44860 #define wxUSE_SELECT_DISPATCHER 1
44861 _ACEOF
44862
44863 fi
44864
44865 if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
44866
44867 for ac_header in sys/epoll.h
44868 do
44869 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
44870 { echo "$as_me:$LINENO: checking for $ac_header" >&5
44871 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
44872 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
44873 echo $ECHO_N "(cached) $ECHO_C" >&6
44874 else
44875 cat >conftest.$ac_ext <<_ACEOF
44876 /* confdefs.h. */
44877 _ACEOF
44878 cat confdefs.h >>conftest.$ac_ext
44879 cat >>conftest.$ac_ext <<_ACEOF
44880 /* end confdefs.h. */
44881 $ac_includes_default
44882
44883 #include <$ac_header>
44884 _ACEOF
44885 rm -f conftest.$ac_objext
44886 if { (ac_try="$ac_compile"
44887 case "(($ac_try" in
44888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44889 *) ac_try_echo=$ac_try;;
44890 esac
44891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44892 (eval "$ac_compile") 2>conftest.er1
44893 ac_status=$?
44894 grep -v '^ *+' conftest.er1 >conftest.err
44895 rm -f conftest.er1
44896 cat conftest.err >&5
44897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44898 (exit $ac_status); } && {
44899 test -z "$ac_c_werror_flag" ||
44900 test ! -s conftest.err
44901 } && test -s conftest.$ac_objext; then
44902 eval "$as_ac_Header=yes"
44903 else
44904 echo "$as_me: failed program was:" >&5
44905 sed 's/^/| /' conftest.$ac_ext >&5
44906
44907 eval "$as_ac_Header=no"
44908 fi
44909
44910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44911 fi
44912 ac_res=`eval echo '${'$as_ac_Header'}'`
44913 { echo "$as_me:$LINENO: result: $ac_res" >&5
44914 echo "${ECHO_T}$ac_res" >&6; }
44915 if test `eval echo '${'$as_ac_Header'}'` = yes; then
44916 cat >>confdefs.h <<_ACEOF
44917 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
44918 _ACEOF
44919
44920 fi
44921
44922 done
44923
44924 if test "$ac_cv_header_sys_epoll_h" = "yes"; then
44925 cat >>confdefs.h <<\_ACEOF
44926 #define wxUSE_EPOLL_DISPATCHER 1
44927 _ACEOF
44928
44929 else
44930 { echo "$as_me:$LINENO: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
44931 echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
44932 fi
44933 fi
44934 fi
44935 fi
44936
44937
44938
44939
44940 for ac_func in gettimeofday ftime
44941 do
44942 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44943 { echo "$as_me:$LINENO: checking for $ac_func" >&5
44944 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
44945 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
44946 echo $ECHO_N "(cached) $ECHO_C" >&6
44947 else
44948 cat >conftest.$ac_ext <<_ACEOF
44949 /* confdefs.h. */
44950 _ACEOF
44951 cat confdefs.h >>conftest.$ac_ext
44952 cat >>conftest.$ac_ext <<_ACEOF
44953 /* end confdefs.h. */
44954 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44955 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44956 #define $ac_func innocuous_$ac_func
44957
44958 /* System header to define __stub macros and hopefully few prototypes,
44959 which can conflict with char $ac_func (); below.
44960 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44961 <limits.h> exists even on freestanding compilers. */
44962
44963 #ifdef __STDC__
44964 # include <limits.h>
44965 #else
44966 # include <assert.h>
44967 #endif
44968
44969 #undef $ac_func
44970
44971 /* Override any GCC internal prototype to avoid an error.
44972 Use char because int might match the return type of a GCC
44973 builtin and then its argument prototype would still apply. */
44974 #ifdef __cplusplus
44975 extern "C"
44976 #endif
44977 char $ac_func ();
44978 /* The GNU C library defines this for functions which it implements
44979 to always fail with ENOSYS. Some functions are actually named
44980 something starting with __ and the normal name is an alias. */
44981 #if defined __stub_$ac_func || defined __stub___$ac_func
44982 choke me
44983 #endif
44984
44985 int
44986 main ()
44987 {
44988 return $ac_func ();
44989 ;
44990 return 0;
44991 }
44992 _ACEOF
44993 rm -f conftest.$ac_objext conftest$ac_exeext
44994 if { (ac_try="$ac_link"
44995 case "(($ac_try" in
44996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44997 *) ac_try_echo=$ac_try;;
44998 esac
44999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45000 (eval "$ac_link") 2>conftest.er1
45001 ac_status=$?
45002 grep -v '^ *+' conftest.er1 >conftest.err
45003 rm -f conftest.er1
45004 cat conftest.err >&5
45005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45006 (exit $ac_status); } && {
45007 test -z "$ac_c_werror_flag" ||
45008 test ! -s conftest.err
45009 } && test -s conftest$ac_exeext &&
45010 $as_test_x conftest$ac_exeext; then
45011 eval "$as_ac_var=yes"
45012 else
45013 echo "$as_me: failed program was:" >&5
45014 sed 's/^/| /' conftest.$ac_ext >&5
45015
45016 eval "$as_ac_var=no"
45017 fi
45018
45019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45020 conftest$ac_exeext conftest.$ac_ext
45021 fi
45022 ac_res=`eval echo '${'$as_ac_var'}'`
45023 { echo "$as_me:$LINENO: result: $ac_res" >&5
45024 echo "${ECHO_T}$ac_res" >&6; }
45025 if test `eval echo '${'$as_ac_var'}'` = yes; then
45026 cat >>confdefs.h <<_ACEOF
45027 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
45028 _ACEOF
45029 break
45030 fi
45031 done
45032
45033
45034 if test "$ac_cv_func_gettimeofday" = "yes"; then
45035 { echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
45036 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6; }
45037 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
45038 echo $ECHO_N "(cached) $ECHO_C" >&6
45039 else
45040
45041 cat >conftest.$ac_ext <<_ACEOF
45042 /* confdefs.h. */
45043 _ACEOF
45044 cat confdefs.h >>conftest.$ac_ext
45045 cat >>conftest.$ac_ext <<_ACEOF
45046 /* end confdefs.h. */
45047
45048 #include <sys/time.h>
45049 #include <unistd.h>
45050
45051 int
45052 main ()
45053 {
45054
45055 struct timeval tv;
45056 gettimeofday(&tv, NULL);
45057
45058 ;
45059 return 0;
45060 }
45061 _ACEOF
45062 rm -f conftest.$ac_objext
45063 if { (ac_try="$ac_compile"
45064 case "(($ac_try" in
45065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45066 *) ac_try_echo=$ac_try;;
45067 esac
45068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45069 (eval "$ac_compile") 2>conftest.er1
45070 ac_status=$?
45071 grep -v '^ *+' conftest.er1 >conftest.err
45072 rm -f conftest.er1
45073 cat conftest.err >&5
45074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45075 (exit $ac_status); } && {
45076 test -z "$ac_c_werror_flag" ||
45077 test ! -s conftest.err
45078 } && test -s conftest.$ac_objext; then
45079 wx_cv_func_gettimeofday_has_2_args=yes
45080 else
45081 echo "$as_me: failed program was:" >&5
45082 sed 's/^/| /' conftest.$ac_ext >&5
45083
45084 cat >conftest.$ac_ext <<_ACEOF
45085 /* confdefs.h. */
45086 _ACEOF
45087 cat confdefs.h >>conftest.$ac_ext
45088 cat >>conftest.$ac_ext <<_ACEOF
45089 /* end confdefs.h. */
45090
45091 #include <sys/time.h>
45092 #include <unistd.h>
45093
45094 int
45095 main ()
45096 {
45097
45098 struct timeval tv;
45099 gettimeofday(&tv);
45100
45101 ;
45102 return 0;
45103 }
45104 _ACEOF
45105 rm -f conftest.$ac_objext
45106 if { (ac_try="$ac_compile"
45107 case "(($ac_try" in
45108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45109 *) ac_try_echo=$ac_try;;
45110 esac
45111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45112 (eval "$ac_compile") 2>conftest.er1
45113 ac_status=$?
45114 grep -v '^ *+' conftest.er1 >conftest.err
45115 rm -f conftest.er1
45116 cat conftest.err >&5
45117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45118 (exit $ac_status); } && {
45119 test -z "$ac_c_werror_flag" ||
45120 test ! -s conftest.err
45121 } && test -s conftest.$ac_objext; then
45122 wx_cv_func_gettimeofday_has_2_args=no
45123 else
45124 echo "$as_me: failed program was:" >&5
45125 sed 's/^/| /' conftest.$ac_ext >&5
45126
45127
45128 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
45129 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
45130 wx_cv_func_gettimeofday_has_2_args=unknown
45131
45132
45133 fi
45134
45135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45136
45137 fi
45138
45139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45140
45141 fi
45142 { echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
45143 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6; }
45144
45145 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
45146 cat >>confdefs.h <<\_ACEOF
45147 #define WX_GETTIMEOFDAY_NO_TZ 1
45148 _ACEOF
45149
45150 fi
45151 fi
45152
45153 if test "$wxUSE_DATETIME" = "yes"; then
45154 { echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
45155 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6; }
45156 if test "${wx_cv_var_timezone+set}" = set; then
45157 echo $ECHO_N "(cached) $ECHO_C" >&6
45158 else
45159
45160 ac_ext=cpp
45161 ac_cpp='$CXXCPP $CPPFLAGS'
45162 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45163 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45164 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45165
45166 cat >conftest.$ac_ext <<_ACEOF
45167 /* confdefs.h. */
45168 _ACEOF
45169 cat confdefs.h >>conftest.$ac_ext
45170 cat >>conftest.$ac_ext <<_ACEOF
45171 /* end confdefs.h. */
45172
45173 #include <time.h>
45174
45175 int
45176 main ()
45177 {
45178
45179 int tz;
45180 tz = timezone;
45181
45182 ;
45183 return 0;
45184 }
45185 _ACEOF
45186 rm -f conftest.$ac_objext
45187 if { (ac_try="$ac_compile"
45188 case "(($ac_try" in
45189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45190 *) ac_try_echo=$ac_try;;
45191 esac
45192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45193 (eval "$ac_compile") 2>conftest.er1
45194 ac_status=$?
45195 grep -v '^ *+' conftest.er1 >conftest.err
45196 rm -f conftest.er1
45197 cat conftest.err >&5
45198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45199 (exit $ac_status); } && {
45200 test -z "$ac_cxx_werror_flag" ||
45201 test ! -s conftest.err
45202 } && test -s conftest.$ac_objext; then
45203
45204 wx_cv_var_timezone=timezone
45205
45206 else
45207 echo "$as_me: failed program was:" >&5
45208 sed 's/^/| /' conftest.$ac_ext >&5
45209
45210
45211 cat >conftest.$ac_ext <<_ACEOF
45212 /* confdefs.h. */
45213 _ACEOF
45214 cat confdefs.h >>conftest.$ac_ext
45215 cat >>conftest.$ac_ext <<_ACEOF
45216 /* end confdefs.h. */
45217
45218 #include <time.h>
45219
45220 int
45221 main ()
45222 {
45223
45224 int tz;
45225 tz = _timezone;
45226
45227 ;
45228 return 0;
45229 }
45230 _ACEOF
45231 rm -f conftest.$ac_objext
45232 if { (ac_try="$ac_compile"
45233 case "(($ac_try" in
45234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45235 *) ac_try_echo=$ac_try;;
45236 esac
45237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45238 (eval "$ac_compile") 2>conftest.er1
45239 ac_status=$?
45240 grep -v '^ *+' conftest.er1 >conftest.err
45241 rm -f conftest.er1
45242 cat conftest.err >&5
45243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45244 (exit $ac_status); } && {
45245 test -z "$ac_cxx_werror_flag" ||
45246 test ! -s conftest.err
45247 } && test -s conftest.$ac_objext; then
45248
45249 wx_cv_var_timezone=_timezone
45250
45251 else
45252 echo "$as_me: failed program was:" >&5
45253 sed 's/^/| /' conftest.$ac_ext >&5
45254
45255
45256 cat >conftest.$ac_ext <<_ACEOF
45257 /* confdefs.h. */
45258 _ACEOF
45259 cat confdefs.h >>conftest.$ac_ext
45260 cat >>conftest.$ac_ext <<_ACEOF
45261 /* end confdefs.h. */
45262
45263 #include <time.h>
45264
45265 int
45266 main ()
45267 {
45268
45269 int tz;
45270 tz = __timezone;
45271
45272 ;
45273 return 0;
45274 }
45275 _ACEOF
45276 rm -f conftest.$ac_objext
45277 if { (ac_try="$ac_compile"
45278 case "(($ac_try" in
45279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45280 *) ac_try_echo=$ac_try;;
45281 esac
45282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45283 (eval "$ac_compile") 2>conftest.er1
45284 ac_status=$?
45285 grep -v '^ *+' conftest.er1 >conftest.err
45286 rm -f conftest.er1
45287 cat conftest.err >&5
45288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45289 (exit $ac_status); } && {
45290 test -z "$ac_cxx_werror_flag" ||
45291 test ! -s conftest.err
45292 } && test -s conftest.$ac_objext; then
45293
45294 wx_cv_var_timezone=__timezone
45295
45296 else
45297 echo "$as_me: failed program was:" >&5
45298 sed 's/^/| /' conftest.$ac_ext >&5
45299
45300
45301 if test "$USE_DOS" = 0 ; then
45302 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
45303 echo "$as_me: WARNING: no timezone variable" >&2;}
45304 fi
45305
45306
45307 fi
45308
45309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45310
45311
45312 fi
45313
45314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45315
45316
45317 fi
45318
45319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45320 ac_ext=c
45321 ac_cpp='$CPP $CPPFLAGS'
45322 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45323 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45324 ac_compiler_gnu=$ac_cv_c_compiler_gnu
45325
45326
45327
45328 fi
45329 { echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
45330 echo "${ECHO_T}$wx_cv_var_timezone" >&6; }
45331
45332 if test "x$wx_cv_var_timezone" != x ; then
45333 cat >>confdefs.h <<_ACEOF
45334 #define WX_TIMEZONE $wx_cv_var_timezone
45335 _ACEOF
45336
45337 fi
45338
45339
45340 for ac_func in localtime
45341 do
45342 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
45343 { echo "$as_me:$LINENO: checking for $ac_func" >&5
45344 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
45345 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
45346 echo $ECHO_N "(cached) $ECHO_C" >&6
45347 else
45348 cat >conftest.$ac_ext <<_ACEOF
45349 /* confdefs.h. */
45350 _ACEOF
45351 cat confdefs.h >>conftest.$ac_ext
45352 cat >>conftest.$ac_ext <<_ACEOF
45353 /* end confdefs.h. */
45354 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
45355 For example, HP-UX 11i <limits.h> declares gettimeofday. */
45356 #define $ac_func innocuous_$ac_func
45357
45358 /* System header to define __stub macros and hopefully few prototypes,
45359 which can conflict with char $ac_func (); below.
45360 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
45361 <limits.h> exists even on freestanding compilers. */
45362
45363 #ifdef __STDC__
45364 # include <limits.h>
45365 #else
45366 # include <assert.h>
45367 #endif
45368
45369 #undef $ac_func
45370
45371 /* Override any GCC internal prototype to avoid an error.
45372 Use char because int might match the return type of a GCC
45373 builtin and then its argument prototype would still apply. */
45374 #ifdef __cplusplus
45375 extern "C"
45376 #endif
45377 char $ac_func ();
45378 /* The GNU C library defines this for functions which it implements
45379 to always fail with ENOSYS. Some functions are actually named
45380 something starting with __ and the normal name is an alias. */
45381 #if defined __stub_$ac_func || defined __stub___$ac_func
45382 choke me
45383 #endif
45384
45385 int
45386 main ()
45387 {
45388 return $ac_func ();
45389 ;
45390 return 0;
45391 }
45392 _ACEOF
45393 rm -f conftest.$ac_objext conftest$ac_exeext
45394 if { (ac_try="$ac_link"
45395 case "(($ac_try" in
45396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45397 *) ac_try_echo=$ac_try;;
45398 esac
45399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45400 (eval "$ac_link") 2>conftest.er1
45401 ac_status=$?
45402 grep -v '^ *+' conftest.er1 >conftest.err
45403 rm -f conftest.er1
45404 cat conftest.err >&5
45405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45406 (exit $ac_status); } && {
45407 test -z "$ac_c_werror_flag" ||
45408 test ! -s conftest.err
45409 } && test -s conftest$ac_exeext &&
45410 $as_test_x conftest$ac_exeext; then
45411 eval "$as_ac_var=yes"
45412 else
45413 echo "$as_me: failed program was:" >&5
45414 sed 's/^/| /' conftest.$ac_ext >&5
45415
45416 eval "$as_ac_var=no"
45417 fi
45418
45419 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45420 conftest$ac_exeext conftest.$ac_ext
45421 fi
45422 ac_res=`eval echo '${'$as_ac_var'}'`
45423 { echo "$as_me:$LINENO: result: $ac_res" >&5
45424 echo "${ECHO_T}$ac_res" >&6; }
45425 if test `eval echo '${'$as_ac_var'}'` = yes; then
45426 cat >>confdefs.h <<_ACEOF
45427 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
45428 _ACEOF
45429
45430 fi
45431 done
45432
45433
45434 if test "$ac_cv_func_localtime" = "yes"; then
45435 { echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
45436 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6; }
45437 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
45438 echo $ECHO_N "(cached) $ECHO_C" >&6
45439 else
45440
45441 cat >conftest.$ac_ext <<_ACEOF
45442 /* confdefs.h. */
45443 _ACEOF
45444 cat confdefs.h >>conftest.$ac_ext
45445 cat >>conftest.$ac_ext <<_ACEOF
45446 /* end confdefs.h. */
45447
45448 #include <time.h>
45449
45450 int
45451 main ()
45452 {
45453
45454 struct tm tm;
45455 tm.tm_gmtoff++;
45456
45457 ;
45458 return 0;
45459 }
45460 _ACEOF
45461 rm -f conftest.$ac_objext
45462 if { (ac_try="$ac_compile"
45463 case "(($ac_try" in
45464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45465 *) ac_try_echo=$ac_try;;
45466 esac
45467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45468 (eval "$ac_compile") 2>conftest.er1
45469 ac_status=$?
45470 grep -v '^ *+' conftest.er1 >conftest.err
45471 rm -f conftest.er1
45472 cat conftest.err >&5
45473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45474 (exit $ac_status); } && {
45475 test -z "$ac_c_werror_flag" ||
45476 test ! -s conftest.err
45477 } && test -s conftest.$ac_objext; then
45478
45479 wx_cv_struct_tm_has_gmtoff=yes
45480
45481 else
45482 echo "$as_me: failed program was:" >&5
45483 sed 's/^/| /' conftest.$ac_ext >&5
45484
45485 wx_cv_struct_tm_has_gmtoff=no
45486
45487 fi
45488
45489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45490
45491 fi
45492 { echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
45493 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6; }
45494 fi
45495
45496 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
45497 cat >>confdefs.h <<\_ACEOF
45498 #define WX_GMTOFF_IN_TM 1
45499 _ACEOF
45500
45501 fi
45502
45503 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
45504 fi
45505
45506
45507 if test "$wxUSE_SOCKETS" = "yes"; then
45508 if test "$wxUSE_MGL" = 1; then
45509 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
45510 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
45511 wxUSE_SOCKETS="no"
45512 fi
45513 fi
45514
45515 if test "$wxUSE_SOCKETS" = "yes"; then
45516 if test "$TOOLKIT" != "MSW"; then
45517 { echo "$as_me:$LINENO: checking for socket" >&5
45518 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
45519 if test "${ac_cv_func_socket+set}" = set; then
45520 echo $ECHO_N "(cached) $ECHO_C" >&6
45521 else
45522 cat >conftest.$ac_ext <<_ACEOF
45523 /* confdefs.h. */
45524 _ACEOF
45525 cat confdefs.h >>conftest.$ac_ext
45526 cat >>conftest.$ac_ext <<_ACEOF
45527 /* end confdefs.h. */
45528 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
45529 For example, HP-UX 11i <limits.h> declares gettimeofday. */
45530 #define socket innocuous_socket
45531
45532 /* System header to define __stub macros and hopefully few prototypes,
45533 which can conflict with char socket (); below.
45534 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
45535 <limits.h> exists even on freestanding compilers. */
45536
45537 #ifdef __STDC__
45538 # include <limits.h>
45539 #else
45540 # include <assert.h>
45541 #endif
45542
45543 #undef socket
45544
45545 /* Override any GCC internal prototype to avoid an error.
45546 Use char because int might match the return type of a GCC
45547 builtin and then its argument prototype would still apply. */
45548 #ifdef __cplusplus
45549 extern "C"
45550 #endif
45551 char socket ();
45552 /* The GNU C library defines this for functions which it implements
45553 to always fail with ENOSYS. Some functions are actually named
45554 something starting with __ and the normal name is an alias. */
45555 #if defined __stub_socket || defined __stub___socket
45556 choke me
45557 #endif
45558
45559 int
45560 main ()
45561 {
45562 return socket ();
45563 ;
45564 return 0;
45565 }
45566 _ACEOF
45567 rm -f conftest.$ac_objext conftest$ac_exeext
45568 if { (ac_try="$ac_link"
45569 case "(($ac_try" in
45570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45571 *) ac_try_echo=$ac_try;;
45572 esac
45573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45574 (eval "$ac_link") 2>conftest.er1
45575 ac_status=$?
45576 grep -v '^ *+' conftest.er1 >conftest.err
45577 rm -f conftest.er1
45578 cat conftest.err >&5
45579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45580 (exit $ac_status); } && {
45581 test -z "$ac_c_werror_flag" ||
45582 test ! -s conftest.err
45583 } && test -s conftest$ac_exeext &&
45584 $as_test_x conftest$ac_exeext; then
45585 ac_cv_func_socket=yes
45586 else
45587 echo "$as_me: failed program was:" >&5
45588 sed 's/^/| /' conftest.$ac_ext >&5
45589
45590 ac_cv_func_socket=no
45591 fi
45592
45593 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45594 conftest$ac_exeext conftest.$ac_ext
45595 fi
45596 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
45597 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
45598 if test $ac_cv_func_socket = yes; then
45599 :
45600 else
45601
45602 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
45603 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
45604 if test "${ac_cv_lib_socket_socket+set}" = set; then
45605 echo $ECHO_N "(cached) $ECHO_C" >&6
45606 else
45607 ac_check_lib_save_LIBS=$LIBS
45608 LIBS="-lsocket $LIBS"
45609 cat >conftest.$ac_ext <<_ACEOF
45610 /* confdefs.h. */
45611 _ACEOF
45612 cat confdefs.h >>conftest.$ac_ext
45613 cat >>conftest.$ac_ext <<_ACEOF
45614 /* end confdefs.h. */
45615
45616 /* Override any GCC internal prototype to avoid an error.
45617 Use char because int might match the return type of a GCC
45618 builtin and then its argument prototype would still apply. */
45619 #ifdef __cplusplus
45620 extern "C"
45621 #endif
45622 char socket ();
45623 int
45624 main ()
45625 {
45626 return socket ();
45627 ;
45628 return 0;
45629 }
45630 _ACEOF
45631 rm -f conftest.$ac_objext conftest$ac_exeext
45632 if { (ac_try="$ac_link"
45633 case "(($ac_try" in
45634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45635 *) ac_try_echo=$ac_try;;
45636 esac
45637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45638 (eval "$ac_link") 2>conftest.er1
45639 ac_status=$?
45640 grep -v '^ *+' conftest.er1 >conftest.err
45641 rm -f conftest.er1
45642 cat conftest.err >&5
45643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45644 (exit $ac_status); } && {
45645 test -z "$ac_c_werror_flag" ||
45646 test ! -s conftest.err
45647 } && test -s conftest$ac_exeext &&
45648 $as_test_x conftest$ac_exeext; then
45649 ac_cv_lib_socket_socket=yes
45650 else
45651 echo "$as_me: failed program was:" >&5
45652 sed 's/^/| /' conftest.$ac_ext >&5
45653
45654 ac_cv_lib_socket_socket=no
45655 fi
45656
45657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45658 conftest$ac_exeext conftest.$ac_ext
45659 LIBS=$ac_check_lib_save_LIBS
45660 fi
45661 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
45662 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
45663 if test $ac_cv_lib_socket_socket = yes; then
45664 if test "$INET_LINK" != " -lsocket"; then
45665 INET_LINK="$INET_LINK -lsocket"
45666 fi
45667 else
45668
45669 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
45670 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
45671 wxUSE_SOCKETS=no
45672
45673
45674 fi
45675
45676
45677
45678 fi
45679
45680 fi
45681 fi
45682
45683 if test "$wxUSE_SOCKETS" = "yes" ; then
45684 if test "$TOOLKIT" != "MSW"; then
45685 { echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
45686 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6; }
45687 if test "${wx_cv_type_getsockname3+set}" = set; then
45688 echo $ECHO_N "(cached) $ECHO_C" >&6
45689 else
45690
45691 ac_ext=cpp
45692 ac_cpp='$CXXCPP $CPPFLAGS'
45693 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45694 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45695 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45696
45697 cat >conftest.$ac_ext <<_ACEOF
45698 /* confdefs.h. */
45699 _ACEOF
45700 cat confdefs.h >>conftest.$ac_ext
45701 cat >>conftest.$ac_ext <<_ACEOF
45702 /* end confdefs.h. */
45703
45704 #include <sys/types.h>
45705 #include <sys/socket.h>
45706
45707 int
45708 main ()
45709 {
45710
45711 socklen_t len;
45712 getsockname(0, 0, &len);
45713
45714 ;
45715 return 0;
45716 }
45717 _ACEOF
45718 rm -f conftest.$ac_objext
45719 if { (ac_try="$ac_compile"
45720 case "(($ac_try" in
45721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45722 *) ac_try_echo=$ac_try;;
45723 esac
45724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45725 (eval "$ac_compile") 2>conftest.er1
45726 ac_status=$?
45727 grep -v '^ *+' conftest.er1 >conftest.err
45728 rm -f conftest.er1
45729 cat conftest.err >&5
45730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45731 (exit $ac_status); } && {
45732 test -z "$ac_cxx_werror_flag" ||
45733 test ! -s conftest.err
45734 } && test -s conftest.$ac_objext; then
45735 wx_cv_type_getsockname3=socklen_t
45736 else
45737 echo "$as_me: failed program was:" >&5
45738 sed 's/^/| /' conftest.$ac_ext >&5
45739
45740
45741 CFLAGS_OLD="$CFLAGS"
45742 if test "$GCC" = yes ; then
45743 CFLAGS="-Werror $CFLAGS"
45744 fi
45745
45746 cat >conftest.$ac_ext <<_ACEOF
45747 /* confdefs.h. */
45748 _ACEOF
45749 cat confdefs.h >>conftest.$ac_ext
45750 cat >>conftest.$ac_ext <<_ACEOF
45751 /* end confdefs.h. */
45752
45753 #include <sys/types.h>
45754 #include <sys/socket.h>
45755
45756 int
45757 main ()
45758 {
45759
45760 size_t len;
45761 getsockname(0, 0, &len);
45762
45763 ;
45764 return 0;
45765 }
45766 _ACEOF
45767 rm -f conftest.$ac_objext
45768 if { (ac_try="$ac_compile"
45769 case "(($ac_try" in
45770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45771 *) ac_try_echo=$ac_try;;
45772 esac
45773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45774 (eval "$ac_compile") 2>conftest.er1
45775 ac_status=$?
45776 grep -v '^ *+' conftest.er1 >conftest.err
45777 rm -f conftest.er1
45778 cat conftest.err >&5
45779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45780 (exit $ac_status); } && {
45781 test -z "$ac_cxx_werror_flag" ||
45782 test ! -s conftest.err
45783 } && test -s conftest.$ac_objext; then
45784 wx_cv_type_getsockname3=size_t
45785 else
45786 echo "$as_me: failed program was:" >&5
45787 sed 's/^/| /' conftest.$ac_ext >&5
45788
45789 cat >conftest.$ac_ext <<_ACEOF
45790 /* confdefs.h. */
45791 _ACEOF
45792 cat confdefs.h >>conftest.$ac_ext
45793 cat >>conftest.$ac_ext <<_ACEOF
45794 /* end confdefs.h. */
45795
45796 #include <sys/types.h>
45797 #include <sys/socket.h>
45798
45799 int
45800 main ()
45801 {
45802
45803 int len;
45804 getsockname(0, 0, &len);
45805
45806 ;
45807 return 0;
45808 }
45809 _ACEOF
45810 rm -f conftest.$ac_objext
45811 if { (ac_try="$ac_compile"
45812 case "(($ac_try" in
45813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45814 *) ac_try_echo=$ac_try;;
45815 esac
45816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45817 (eval "$ac_compile") 2>conftest.er1
45818 ac_status=$?
45819 grep -v '^ *+' conftest.er1 >conftest.err
45820 rm -f conftest.er1
45821 cat conftest.err >&5
45822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45823 (exit $ac_status); } && {
45824 test -z "$ac_cxx_werror_flag" ||
45825 test ! -s conftest.err
45826 } && test -s conftest.$ac_objext; then
45827 wx_cv_type_getsockname3=int
45828 else
45829 echo "$as_me: failed program was:" >&5
45830 sed 's/^/| /' conftest.$ac_ext >&5
45831
45832 wx_cv_type_getsockname3=unknown
45833
45834 fi
45835
45836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45837
45838 fi
45839
45840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45841
45842 CFLAGS="$CFLAGS_OLD"
45843
45844
45845 fi
45846
45847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45848 ac_ext=c
45849 ac_cpp='$CPP $CPPFLAGS'
45850 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45851 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45852 ac_compiler_gnu=$ac_cv_c_compiler_gnu
45853
45854
45855 fi
45856 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
45857 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6; }
45858
45859 if test "$wx_cv_type_getsockname3" = "unknown"; then
45860 wxUSE_SOCKETS=no
45861 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
45862 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
45863 else
45864 cat >>confdefs.h <<_ACEOF
45865 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
45866 _ACEOF
45867
45868 fi
45869 { echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
45870 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6; }
45871 if test "${wx_cv_type_getsockopt5+set}" = set; then
45872 echo $ECHO_N "(cached) $ECHO_C" >&6
45873 else
45874
45875 ac_ext=cpp
45876 ac_cpp='$CXXCPP $CPPFLAGS'
45877 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45878 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45879 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45880
45881 cat >conftest.$ac_ext <<_ACEOF
45882 /* confdefs.h. */
45883 _ACEOF
45884 cat confdefs.h >>conftest.$ac_ext
45885 cat >>conftest.$ac_ext <<_ACEOF
45886 /* end confdefs.h. */
45887
45888 #include <sys/types.h>
45889 #include <sys/socket.h>
45890
45891 int
45892 main ()
45893 {
45894
45895 socklen_t len;
45896 getsockopt(0, 0, 0, 0, &len);
45897
45898 ;
45899 return 0;
45900 }
45901 _ACEOF
45902 rm -f conftest.$ac_objext
45903 if { (ac_try="$ac_compile"
45904 case "(($ac_try" in
45905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45906 *) ac_try_echo=$ac_try;;
45907 esac
45908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45909 (eval "$ac_compile") 2>conftest.er1
45910 ac_status=$?
45911 grep -v '^ *+' conftest.er1 >conftest.err
45912 rm -f conftest.er1
45913 cat conftest.err >&5
45914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45915 (exit $ac_status); } && {
45916 test -z "$ac_cxx_werror_flag" ||
45917 test ! -s conftest.err
45918 } && test -s conftest.$ac_objext; then
45919 wx_cv_type_getsockopt5=socklen_t
45920 else
45921 echo "$as_me: failed program was:" >&5
45922 sed 's/^/| /' conftest.$ac_ext >&5
45923
45924
45925 cat >conftest.$ac_ext <<_ACEOF
45926 /* confdefs.h. */
45927 _ACEOF
45928 cat confdefs.h >>conftest.$ac_ext
45929 cat >>conftest.$ac_ext <<_ACEOF
45930 /* end confdefs.h. */
45931
45932 #include <sys/types.h>
45933 #include <sys/socket.h>
45934
45935 int
45936 main ()
45937 {
45938
45939 size_t len;
45940 getsockopt(0, 0, 0, 0, &len);
45941
45942 ;
45943 return 0;
45944 }
45945 _ACEOF
45946 rm -f conftest.$ac_objext
45947 if { (ac_try="$ac_compile"
45948 case "(($ac_try" in
45949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45950 *) ac_try_echo=$ac_try;;
45951 esac
45952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45953 (eval "$ac_compile") 2>conftest.er1
45954 ac_status=$?
45955 grep -v '^ *+' conftest.er1 >conftest.err
45956 rm -f conftest.er1
45957 cat conftest.err >&5
45958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45959 (exit $ac_status); } && {
45960 test -z "$ac_cxx_werror_flag" ||
45961 test ! -s conftest.err
45962 } && test -s conftest.$ac_objext; then
45963 wx_cv_type_getsockopt5=size_t
45964 else
45965 echo "$as_me: failed program was:" >&5
45966 sed 's/^/| /' conftest.$ac_ext >&5
45967
45968 cat >conftest.$ac_ext <<_ACEOF
45969 /* confdefs.h. */
45970 _ACEOF
45971 cat confdefs.h >>conftest.$ac_ext
45972 cat >>conftest.$ac_ext <<_ACEOF
45973 /* end confdefs.h. */
45974
45975 #include <sys/types.h>
45976 #include <sys/socket.h>
45977
45978 int
45979 main ()
45980 {
45981
45982 int len;
45983 getsockopt(0, 0, 0, 0, &len);
45984
45985 ;
45986 return 0;
45987 }
45988 _ACEOF
45989 rm -f conftest.$ac_objext
45990 if { (ac_try="$ac_compile"
45991 case "(($ac_try" in
45992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45993 *) ac_try_echo=$ac_try;;
45994 esac
45995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45996 (eval "$ac_compile") 2>conftest.er1
45997 ac_status=$?
45998 grep -v '^ *+' conftest.er1 >conftest.err
45999 rm -f conftest.er1
46000 cat conftest.err >&5
46001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46002 (exit $ac_status); } && {
46003 test -z "$ac_cxx_werror_flag" ||
46004 test ! -s conftest.err
46005 } && test -s conftest.$ac_objext; then
46006 wx_cv_type_getsockopt5=int
46007 else
46008 echo "$as_me: failed program was:" >&5
46009 sed 's/^/| /' conftest.$ac_ext >&5
46010
46011 wx_cv_type_getsockopt5=unknown
46012
46013 fi
46014
46015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46016
46017 fi
46018
46019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46020
46021
46022 fi
46023
46024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46025 ac_ext=c
46026 ac_cpp='$CPP $CPPFLAGS'
46027 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46028 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46029 ac_compiler_gnu=$ac_cv_c_compiler_gnu
46030
46031
46032 fi
46033 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
46034 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6; }
46035
46036 if test "$wx_cv_type_getsockopt5" = "unknown"; then
46037 wxUSE_SOCKETS=no
46038 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
46039 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
46040 else
46041 cat >>confdefs.h <<_ACEOF
46042 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
46043 _ACEOF
46044
46045 fi
46046 fi
46047 fi
46048
46049 if test "$wxUSE_SOCKETS" = "yes" ; then
46050 if test "$wxUSE_IPV6" = "yes"; then
46051 { echo "$as_me:$LINENO: checking whether we have sockaddr_in6" >&5
46052 echo $ECHO_N "checking whether we have sockaddr_in6... $ECHO_C" >&6; }
46053 if test "${wx_cv_type_sockaddr_in6+set}" = set; then
46054 echo $ECHO_N "(cached) $ECHO_C" >&6
46055 else
46056
46057 cat >conftest.$ac_ext <<_ACEOF
46058 /* confdefs.h. */
46059 _ACEOF
46060 cat confdefs.h >>conftest.$ac_ext
46061 cat >>conftest.$ac_ext <<_ACEOF
46062 /* end confdefs.h. */
46063
46064 #include <sys/types.h>
46065 #include <sys/socket.h>
46066 #include <netinet/in.h>
46067
46068 int
46069 main ()
46070 {
46071
46072 struct sockaddr_in6 sa6;
46073
46074 ;
46075 return 0;
46076 }
46077 _ACEOF
46078 rm -f conftest.$ac_objext
46079 if { (ac_try="$ac_compile"
46080 case "(($ac_try" in
46081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46082 *) ac_try_echo=$ac_try;;
46083 esac
46084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46085 (eval "$ac_compile") 2>conftest.er1
46086 ac_status=$?
46087 grep -v '^ *+' conftest.er1 >conftest.err
46088 rm -f conftest.er1
46089 cat conftest.err >&5
46090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46091 (exit $ac_status); } && {
46092 test -z "$ac_c_werror_flag" ||
46093 test ! -s conftest.err
46094 } && test -s conftest.$ac_objext; then
46095 wx_cv_type_sockaddr_in6=yes
46096 else
46097 echo "$as_me: failed program was:" >&5
46098 sed 's/^/| /' conftest.$ac_ext >&5
46099
46100 wx_cv_type_sockaddr_in6=no
46101
46102 fi
46103
46104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46105
46106
46107 fi
46108 { echo "$as_me:$LINENO: result: $wx_cv_type_sockaddr_in6" >&5
46109 echo "${ECHO_T}$wx_cv_type_sockaddr_in6" >&6; }
46110
46111 if test "$wx_cv_type_sockaddr_in6"="yes"; then
46112 cat >>confdefs.h <<\_ACEOF
46113 #define wxUSE_IPV6 1
46114 _ACEOF
46115
46116 else
46117 { echo "$as_me:$LINENO: WARNING: IPv6 support not available... disabled" >&5
46118 echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
46119 fi
46120 fi
46121
46122 cat >>confdefs.h <<\_ACEOF
46123 #define wxUSE_SOCKETS 1
46124 _ACEOF
46125
46126 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
46127 fi
46128
46129 if test "$wxUSE_PROTOCOL" = "yes"; then
46130 if test "$wxUSE_SOCKETS" != "yes"; then
46131 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
46132 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
46133 wxUSE_PROTOCOL=no
46134 fi
46135 fi
46136
46137 if test "$wxUSE_PROTOCOL" = "yes"; then
46138 cat >>confdefs.h <<\_ACEOF
46139 #define wxUSE_PROTOCOL 1
46140 _ACEOF
46141
46142
46143 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
46144 cat >>confdefs.h <<\_ACEOF
46145 #define wxUSE_PROTOCOL_HTTP 1
46146 _ACEOF
46147
46148 fi
46149 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
46150 cat >>confdefs.h <<\_ACEOF
46151 #define wxUSE_PROTOCOL_FTP 1
46152 _ACEOF
46153
46154 fi
46155 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
46156 cat >>confdefs.h <<\_ACEOF
46157 #define wxUSE_PROTOCOL_FILE 1
46158 _ACEOF
46159
46160 fi
46161 else
46162 if test "$wxUSE_FS_INET" = "yes"; then
46163 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
46164 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
46165 wxUSE_FS_INET="no"
46166 fi
46167 fi
46168
46169 if test "$wxUSE_URL" = "yes"; then
46170 if test "$wxUSE_PROTOCOL" != "yes"; then
46171 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
46172 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
46173 wxUSE_URL=no
46174 fi
46175 if test "$wxUSE_URL" = "yes"; then
46176 cat >>confdefs.h <<\_ACEOF
46177 #define wxUSE_URL 1
46178 _ACEOF
46179
46180 fi
46181 fi
46182
46183 if test "$wxUSE_VARIANT" = "yes"; then
46184 cat >>confdefs.h <<\_ACEOF
46185 #define wxUSE_VARIANT 1
46186 _ACEOF
46187
46188 fi
46189
46190 if test "$wxUSE_FS_INET" = "yes"; then
46191 cat >>confdefs.h <<\_ACEOF
46192 #define wxUSE_FS_INET 1
46193 _ACEOF
46194
46195 fi
46196
46197
46198 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
46199 wxUSE_JOYSTICK=no
46200
46201 if test "$TOOLKIT" = "MSW"; then
46202 wxUSE_JOYSTICK=yes
46203
46204 elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
46205 if test "$USE_DARWIN" = 1; then
46206 { echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
46207 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6; }
46208 ac_ext=cpp
46209 ac_cpp='$CXXCPP $CPPFLAGS'
46210 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46211 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46212 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46213
46214 cat >conftest.$ac_ext <<_ACEOF
46215 /* confdefs.h. */
46216 _ACEOF
46217 cat confdefs.h >>conftest.$ac_ext
46218 cat >>conftest.$ac_ext <<_ACEOF
46219 /* end confdefs.h. */
46220 #include <IOKit/hid/IOHIDLib.h>
46221 int
46222 main ()
46223 {
46224 IOHIDQueueInterface *qi = NULL;
46225 IOHIDCallbackFunction cb = NULL;
46226 qi->setEventCallout(NULL, cb, NULL, NULL);
46227 ;
46228 return 0;
46229 }
46230 _ACEOF
46231 rm -f conftest.$ac_objext
46232 if { (ac_try="$ac_compile"
46233 case "(($ac_try" in
46234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46235 *) ac_try_echo=$ac_try;;
46236 esac
46237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46238 (eval "$ac_compile") 2>conftest.er1
46239 ac_status=$?
46240 grep -v '^ *+' conftest.er1 >conftest.err
46241 rm -f conftest.er1
46242 cat conftest.err >&5
46243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46244 (exit $ac_status); } && {
46245 test -z "$ac_cxx_werror_flag" ||
46246 test ! -s conftest.err
46247 } && test -s conftest.$ac_objext; then
46248 wxUSE_JOYSTICK=yes
46249
46250 else
46251 echo "$as_me: failed program was:" >&5
46252 sed 's/^/| /' conftest.$ac_ext >&5
46253
46254
46255 fi
46256
46257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46258 ac_ext=c
46259 ac_cpp='$CPP $CPPFLAGS'
46260 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46261 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46262 ac_compiler_gnu=$ac_cv_c_compiler_gnu
46263
46264 { echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
46265 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6; }
46266 fi
46267
46268 else
46269 if test "$wxUSE_MGL" != 1; then
46270
46271 for ac_header in linux/joystick.h
46272 do
46273 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
46274 { echo "$as_me:$LINENO: checking for $ac_header" >&5
46275 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
46276 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
46277 echo $ECHO_N "(cached) $ECHO_C" >&6
46278 else
46279 cat >conftest.$ac_ext <<_ACEOF
46280 /* confdefs.h. */
46281 _ACEOF
46282 cat confdefs.h >>conftest.$ac_ext
46283 cat >>conftest.$ac_ext <<_ACEOF
46284 /* end confdefs.h. */
46285 $ac_includes_default
46286
46287 #include <$ac_header>
46288 _ACEOF
46289 rm -f conftest.$ac_objext
46290 if { (ac_try="$ac_compile"
46291 case "(($ac_try" in
46292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46293 *) ac_try_echo=$ac_try;;
46294 esac
46295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46296 (eval "$ac_compile") 2>conftest.er1
46297 ac_status=$?
46298 grep -v '^ *+' conftest.er1 >conftest.err
46299 rm -f conftest.er1
46300 cat conftest.err >&5
46301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46302 (exit $ac_status); } && {
46303 test -z "$ac_c_werror_flag" ||
46304 test ! -s conftest.err
46305 } && test -s conftest.$ac_objext; then
46306 eval "$as_ac_Header=yes"
46307 else
46308 echo "$as_me: failed program was:" >&5
46309 sed 's/^/| /' conftest.$ac_ext >&5
46310
46311 eval "$as_ac_Header=no"
46312 fi
46313
46314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46315 fi
46316 ac_res=`eval echo '${'$as_ac_Header'}'`
46317 { echo "$as_me:$LINENO: result: $ac_res" >&5
46318 echo "${ECHO_T}$ac_res" >&6; }
46319 if test `eval echo '${'$as_ac_Header'}'` = yes; then
46320 cat >>confdefs.h <<_ACEOF
46321 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
46322 _ACEOF
46323 wxUSE_JOYSTICK=yes
46324 fi
46325
46326 done
46327
46328 fi
46329 fi
46330
46331 if test "$wxUSE_JOYSTICK" = "yes"; then
46332 cat >>confdefs.h <<\_ACEOF
46333 #define wxUSE_JOYSTICK 1
46334 _ACEOF
46335
46336 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
46337 else
46338 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
46339 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
46340 fi
46341 fi
46342
46343
46344
46345 if test "$wxUSE_FONTENUM" = "yes" ; then
46346 cat >>confdefs.h <<\_ACEOF
46347 #define wxUSE_FONTENUM 1
46348 _ACEOF
46349
46350 fi
46351
46352 if test "$wxUSE_FONTMAP" = "yes" ; then
46353 cat >>confdefs.h <<\_ACEOF
46354 #define wxUSE_FONTMAP 1
46355 _ACEOF
46356
46357 fi
46358
46359 if test "$wxUSE_UNICODE" = "yes" ; then
46360 cat >>confdefs.h <<\_ACEOF
46361 #define wxUSE_UNICODE 1
46362 _ACEOF
46363
46364
46365 if test "$USE_WIN32" != 1; then
46366 wxUSE_UNICODE_MSLU=no
46367 fi
46368
46369 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
46370 { echo "$as_me:$LINENO: checking for main in -lunicows" >&5
46371 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6; }
46372 if test "${ac_cv_lib_unicows_main+set}" = set; then
46373 echo $ECHO_N "(cached) $ECHO_C" >&6
46374 else
46375 ac_check_lib_save_LIBS=$LIBS
46376 LIBS="-lunicows $LIBS"
46377 cat >conftest.$ac_ext <<_ACEOF
46378 /* confdefs.h. */
46379 _ACEOF
46380 cat confdefs.h >>conftest.$ac_ext
46381 cat >>conftest.$ac_ext <<_ACEOF
46382 /* end confdefs.h. */
46383
46384
46385 int
46386 main ()
46387 {
46388 return main ();
46389 ;
46390 return 0;
46391 }
46392 _ACEOF
46393 rm -f conftest.$ac_objext conftest$ac_exeext
46394 if { (ac_try="$ac_link"
46395 case "(($ac_try" in
46396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46397 *) ac_try_echo=$ac_try;;
46398 esac
46399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46400 (eval "$ac_link") 2>conftest.er1
46401 ac_status=$?
46402 grep -v '^ *+' conftest.er1 >conftest.err
46403 rm -f conftest.er1
46404 cat conftest.err >&5
46405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46406 (exit $ac_status); } && {
46407 test -z "$ac_c_werror_flag" ||
46408 test ! -s conftest.err
46409 } && test -s conftest$ac_exeext &&
46410 $as_test_x conftest$ac_exeext; then
46411 ac_cv_lib_unicows_main=yes
46412 else
46413 echo "$as_me: failed program was:" >&5
46414 sed 's/^/| /' conftest.$ac_ext >&5
46415
46416 ac_cv_lib_unicows_main=no
46417 fi
46418
46419 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46420 conftest$ac_exeext conftest.$ac_ext
46421 LIBS=$ac_check_lib_save_LIBS
46422 fi
46423 { echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
46424 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6; }
46425 if test $ac_cv_lib_unicows_main = yes; then
46426
46427 cat >>confdefs.h <<\_ACEOF
46428 #define wxUSE_UNICODE_MSLU 1
46429 _ACEOF
46430
46431
46432 else
46433
46434 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
46435 Applications will only run on Windows NT/2000/XP!" >&5
46436 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
46437 Applications will only run on Windows NT/2000/XP!" >&2;}
46438 wxUSE_UNICODE_MSLU=no
46439
46440 fi
46441
46442 fi
46443 fi
46444
46445 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
46446 cat >>confdefs.h <<\_ACEOF
46447 #define wxUSE_UNICODE_UTF8 1
46448 _ACEOF
46449
46450
46451 if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
46452 cat >>confdefs.h <<\_ACEOF
46453 #define wxUSE_UTF8_LOCALE_ONLY 1
46454 _ACEOF
46455
46456 fi
46457 fi
46458
46459
46460 if test "$wxUSE_CONSTRAINTS" = "yes"; then
46461 cat >>confdefs.h <<\_ACEOF
46462 #define wxUSE_CONSTRAINTS 1
46463 _ACEOF
46464
46465 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
46466 fi
46467
46468 if test "$wxUSE_MDI" = "yes"; then
46469 cat >>confdefs.h <<\_ACEOF
46470 #define wxUSE_MDI 1
46471 _ACEOF
46472
46473
46474 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
46475 cat >>confdefs.h <<\_ACEOF
46476 #define wxUSE_MDI_ARCHITECTURE 1
46477 _ACEOF
46478
46479 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
46480 fi
46481 fi
46482
46483 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
46484 cat >>confdefs.h <<\_ACEOF
46485 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
46486 _ACEOF
46487
46488 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
46489 fi
46490
46491 if test "$wxUSE_HELP" = "yes"; then
46492 cat >>confdefs.h <<\_ACEOF
46493 #define wxUSE_HELP 1
46494 _ACEOF
46495
46496 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
46497
46498 if test "$wxUSE_MSW" = 1; then
46499 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
46500 cat >>confdefs.h <<\_ACEOF
46501 #define wxUSE_MS_HTML_HELP 1
46502 _ACEOF
46503
46504 fi
46505 fi
46506
46507 if test "$wxUSE_WXHTML_HELP" = "yes"; then
46508 if test "$wxUSE_HTML" = "yes"; then
46509 cat >>confdefs.h <<\_ACEOF
46510 #define wxUSE_WXHTML_HELP 1
46511 _ACEOF
46512
46513 else
46514 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
46515 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
46516 wxUSE_WXHTML_HELP=no
46517 fi
46518 fi
46519 fi
46520
46521 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
46522 cat >>confdefs.h <<\_ACEOF
46523 #define wxUSE_PRINTING_ARCHITECTURE 1
46524 _ACEOF
46525
46526 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
46527 fi
46528
46529 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
46530 cat >>confdefs.h <<\_ACEOF
46531 #define wxUSE_POSTSCRIPT 1
46532 _ACEOF
46533
46534 fi
46535
46536 cat >>confdefs.h <<\_ACEOF
46537 #define wxUSE_AFM_FOR_POSTSCRIPT 1
46538 _ACEOF
46539
46540
46541 if test "$wxUSE_SVG" = "yes"; then
46542 cat >>confdefs.h <<\_ACEOF
46543 #define wxUSE_SVG 1
46544 _ACEOF
46545
46546 fi
46547
46548
46549 if test "$wxUSE_METAFILE" = "yes"; then
46550 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
46551 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
46552 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
46553 wxUSE_METAFILE=no
46554 fi
46555 fi
46556
46557
46558 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
46559 -o "$wxUSE_CLIPBOARD" = "yes" \
46560 -o "$wxUSE_OLE" = "yes" \
46561 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
46562 { echo "$as_me:$LINENO: checking for ole2.h" >&5
46563 echo $ECHO_N "checking for ole2.h... $ECHO_C" >&6; }
46564 if test "${ac_cv_header_ole2_h+set}" = set; then
46565 echo $ECHO_N "(cached) $ECHO_C" >&6
46566 else
46567 cat >conftest.$ac_ext <<_ACEOF
46568 /* confdefs.h. */
46569 _ACEOF
46570 cat confdefs.h >>conftest.$ac_ext
46571 cat >>conftest.$ac_ext <<_ACEOF
46572 /* end confdefs.h. */
46573
46574
46575 #include <ole2.h>
46576 _ACEOF
46577 rm -f conftest.$ac_objext
46578 if { (ac_try="$ac_compile"
46579 case "(($ac_try" in
46580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46581 *) ac_try_echo=$ac_try;;
46582 esac
46583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46584 (eval "$ac_compile") 2>conftest.er1
46585 ac_status=$?
46586 grep -v '^ *+' conftest.er1 >conftest.err
46587 rm -f conftest.er1
46588 cat conftest.err >&5
46589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46590 (exit $ac_status); } && {
46591 test -z "$ac_c_werror_flag" ||
46592 test ! -s conftest.err
46593 } && test -s conftest.$ac_objext; then
46594 ac_cv_header_ole2_h=yes
46595 else
46596 echo "$as_me: failed program was:" >&5
46597 sed 's/^/| /' conftest.$ac_ext >&5
46598
46599 ac_cv_header_ole2_h=no
46600 fi
46601
46602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46603 fi
46604 { echo "$as_me:$LINENO: result: $ac_cv_header_ole2_h" >&5
46605 echo "${ECHO_T}$ac_cv_header_ole2_h" >&6; }
46606
46607
46608
46609 if test "$ac_cv_header_ole2_h" = "yes" ; then
46610 if test "$GCC" = yes ; then
46611 { echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
46612 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6; }
46613 cat >conftest.$ac_ext <<_ACEOF
46614 /* confdefs.h. */
46615 _ACEOF
46616 cat confdefs.h >>conftest.$ac_ext
46617 cat >>conftest.$ac_ext <<_ACEOF
46618 /* end confdefs.h. */
46619 #include <windows.h>
46620 #include <ole2.h>
46621 int
46622 main ()
46623 {
46624
46625 ;
46626 return 0;
46627 }
46628 _ACEOF
46629 rm -f conftest.$ac_objext
46630 if { (ac_try="$ac_compile"
46631 case "(($ac_try" in
46632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46633 *) ac_try_echo=$ac_try;;
46634 esac
46635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46636 (eval "$ac_compile") 2>conftest.er1
46637 ac_status=$?
46638 grep -v '^ *+' conftest.er1 >conftest.err
46639 rm -f conftest.er1
46640 cat conftest.err >&5
46641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46642 (exit $ac_status); } && {
46643 test -z "$ac_c_werror_flag" ||
46644 test ! -s conftest.err
46645 } && test -s conftest.$ac_objext; then
46646 { echo "$as_me:$LINENO: result: no" >&5
46647 echo "${ECHO_T}no" >&6; }
46648 else
46649 echo "$as_me: failed program was:" >&5
46650 sed 's/^/| /' conftest.$ac_ext >&5
46651
46652 { echo "$as_me:$LINENO: result: yes" >&5
46653 echo "${ECHO_T}yes" >&6; }
46654 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
46655 fi
46656
46657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46658 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
46659 if test "$wxUSE_OLE" = "yes" ; then
46660 cat >>confdefs.h <<\_ACEOF
46661 #define wxUSE_OLE 1
46662 _ACEOF
46663
46664 cat >>confdefs.h <<\_ACEOF
46665 #define wxUSE_OLE_AUTOMATION 1
46666 _ACEOF
46667
46668 cat >>confdefs.h <<\_ACEOF
46669 #define wxUSE_ACTIVEX 1
46670 _ACEOF
46671
46672 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
46673 fi
46674 fi
46675
46676 if test "$wxUSE_DATAOBJ" = "yes" ; then
46677 cat >>confdefs.h <<\_ACEOF
46678 #define wxUSE_DATAOBJ 1
46679 _ACEOF
46680
46681 fi
46682 else
46683 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
46684 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
46685
46686 wxUSE_CLIPBOARD=no
46687 wxUSE_DRAG_AND_DROP=no
46688 wxUSE_DATAOBJ=no
46689 wxUSE_OLE=no
46690 fi
46691
46692 if test "$wxUSE_METAFILE" = "yes"; then
46693 cat >>confdefs.h <<\_ACEOF
46694 #define wxUSE_METAFILE 1
46695 _ACEOF
46696
46697
46698 cat >>confdefs.h <<\_ACEOF
46699 #define wxUSE_ENH_METAFILE 1
46700 _ACEOF
46701
46702 fi
46703 fi
46704
46705 if test "$wxUSE_IPC" = "yes"; then
46706 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
46707 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
46708 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
46709 wxUSE_IPC=no
46710 fi
46711
46712 if test "$wxUSE_IPC" = "yes"; then
46713 cat >>confdefs.h <<\_ACEOF
46714 #define wxUSE_IPC 1
46715 _ACEOF
46716
46717 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
46718 fi
46719 fi
46720
46721 if test "$wxUSE_DATAOBJ" = "yes"; then
46722 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
46723 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&5
46724 echo "$as_me: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&2;}
46725 wxUSE_DATAOBJ=no
46726 else
46727 cat >>confdefs.h <<\_ACEOF
46728 #define wxUSE_DATAOBJ 1
46729 _ACEOF
46730
46731 fi
46732 else
46733 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
46734 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
46735 wxUSE_CLIPBOARD=no
46736 wxUSE_DRAG_AND_DROP=no
46737 fi
46738
46739 if test "$wxUSE_CLIPBOARD" = "yes"; then
46740 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
46741 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
46742 echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
46743 wxUSE_CLIPBOARD=no
46744 fi
46745
46746 if test "$wxUSE_CLIPBOARD" = "yes"; then
46747 cat >>confdefs.h <<\_ACEOF
46748 #define wxUSE_CLIPBOARD 1
46749 _ACEOF
46750
46751 fi
46752 fi
46753
46754 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
46755 if test "$wxUSE_GTK" = 1; then
46756 if test "$WXGTK12" != 1; then
46757 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
46758 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
46759 wxUSE_DRAG_AND_DROP=no
46760 fi
46761 fi
46762
46763 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_MGL" = 1 -o \
46764 "$wxUSE_DFB" = 1; then
46765 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
46766 echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
46767 wxUSE_DRAG_AND_DROP=no
46768 fi
46769
46770 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
46771 cat >>confdefs.h <<\_ACEOF
46772 #define wxUSE_DRAG_AND_DROP 1
46773 _ACEOF
46774
46775 fi
46776
46777 fi
46778
46779 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
46780 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
46781 fi
46782
46783 if test "$wxUSE_CLIPBOARD" = "yes"; then
46784 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS clipboard"
46785 fi
46786
46787 if test "$wxUSE_SPLINES" = "yes" ; then
46788 cat >>confdefs.h <<\_ACEOF
46789 #define wxUSE_SPLINES 1
46790 _ACEOF
46791
46792 fi
46793
46794 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
46795 cat >>confdefs.h <<\_ACEOF
46796 #define wxUSE_MOUSEWHEEL 1
46797 _ACEOF
46798
46799 fi
46800
46801 if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
46802 cat >>confdefs.h <<\_ACEOF
46803 #define wxUSE_UIACTIONSIMULATOR 1
46804 _ACEOF
46805
46806 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction"
46807 fi
46808
46809
46810 USES_CONTROLS=0
46811 if test "$wxUSE_CONTROLS" = "yes"; then
46812 USES_CONTROLS=1
46813 fi
46814
46815 if test "$wxUSE_ACCEL" = "yes"; then
46816 cat >>confdefs.h <<\_ACEOF
46817 #define wxUSE_ACCEL 1
46818 _ACEOF
46819
46820 USES_CONTROLS=1
46821 fi
46822
46823 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
46824 cat >>confdefs.h <<\_ACEOF
46825 #define wxUSE_ANIMATIONCTRL 1
46826 _ACEOF
46827
46828 USES_CONTROLS=1
46829 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS animate"
46830 fi
46831
46832 if test "$wxUSE_BUTTON" = "yes"; then
46833 cat >>confdefs.h <<\_ACEOF
46834 #define wxUSE_BUTTON 1
46835 _ACEOF
46836
46837 USES_CONTROLS=1
46838 fi
46839
46840 if test "$wxUSE_BMPBUTTON" = "yes"; then
46841 cat >>confdefs.h <<\_ACEOF
46842 #define wxUSE_BMPBUTTON 1
46843 _ACEOF
46844
46845 USES_CONTROLS=1
46846 fi
46847
46848 if test "$wxUSE_CALCTRL" = "yes"; then
46849 cat >>confdefs.h <<\_ACEOF
46850 #define wxUSE_CALENDARCTRL 1
46851 _ACEOF
46852
46853 USES_CONTROLS=1
46854 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
46855 fi
46856
46857 if test "$wxUSE_CARET" = "yes"; then
46858 cat >>confdefs.h <<\_ACEOF
46859 #define wxUSE_CARET 1
46860 _ACEOF
46861
46862 USES_CONTROLS=1
46863 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
46864 fi
46865
46866 if test "$wxUSE_COLLPANE" = "yes"; then
46867 cat >>confdefs.h <<\_ACEOF
46868 #define wxUSE_COLLPANE 1
46869 _ACEOF
46870
46871 USES_CONTROLS=1
46872 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS collpane"
46873 fi
46874
46875 if test "$wxUSE_COMBOBOX" = "yes"; then
46876 cat >>confdefs.h <<\_ACEOF
46877 #define wxUSE_COMBOBOX 1
46878 _ACEOF
46879
46880 USES_CONTROLS=1
46881 fi
46882
46883 if test "$wxUSE_COMBOCTRL" = "yes"; then
46884 cat >>confdefs.h <<\_ACEOF
46885 #define wxUSE_COMBOCTRL 1
46886 _ACEOF
46887
46888 USES_CONTROLS=1
46889 fi
46890
46891 if test "$wxUSE_CHOICE" = "yes"; then
46892 cat >>confdefs.h <<\_ACEOF
46893 #define wxUSE_CHOICE 1
46894 _ACEOF
46895
46896 USES_CONTROLS=1
46897 fi
46898
46899 if test "$wxUSE_CHOICEBOOK" = "yes"; then
46900 cat >>confdefs.h <<\_ACEOF
46901 #define wxUSE_CHOICEBOOK 1
46902 _ACEOF
46903
46904 USES_CONTROLS=1
46905 fi
46906
46907 if test "$wxUSE_CHECKBOX" = "yes"; then
46908 cat >>confdefs.h <<\_ACEOF
46909 #define wxUSE_CHECKBOX 1
46910 _ACEOF
46911
46912 USES_CONTROLS=1
46913 fi
46914
46915 if test "$wxUSE_CHECKLST" = "yes"; then
46916 cat >>confdefs.h <<\_ACEOF
46917 #define wxUSE_CHECKLISTBOX 1
46918 _ACEOF
46919
46920 USES_CONTROLS=1
46921 fi
46922
46923 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
46924 cat >>confdefs.h <<\_ACEOF
46925 #define wxUSE_COLOURPICKERCTRL 1
46926 _ACEOF
46927
46928 USES_CONTROLS=1
46929 fi
46930
46931 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
46932 cat >>confdefs.h <<\_ACEOF
46933 #define wxUSE_DATEPICKCTRL 1
46934 _ACEOF
46935
46936 USES_CONTROLS=1
46937 fi
46938
46939 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
46940 cat >>confdefs.h <<\_ACEOF
46941 #define wxUSE_DIRPICKERCTRL 1
46942 _ACEOF
46943
46944 USES_CONTROLS=1
46945 fi
46946
46947 if test "$wxUSE_FILECTRL" = "yes"; then
46948 cat >>confdefs.h <<\_ACEOF
46949 #define wxUSE_FILECTRL 1
46950 _ACEOF
46951
46952 USES_CONTROLS=1
46953 fi
46954
46955 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
46956 cat >>confdefs.h <<\_ACEOF
46957 #define wxUSE_FILEPICKERCTRL 1
46958 _ACEOF
46959
46960 USES_CONTROLS=1
46961 fi
46962
46963 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
46964 cat >>confdefs.h <<\_ACEOF
46965 #define wxUSE_FONTPICKERCTRL 1
46966 _ACEOF
46967
46968 USES_CONTROLS=1
46969 fi
46970
46971 if test "$wxUSE_DISPLAY" = "yes"; then
46972 if test "$wxUSE_DFB" = 1 -o "$wxUSE_MGL" = 1; then
46973 { echo "$as_me:$LINENO: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
46974 echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
46975 wxUSE_DISPLAY=no
46976 else
46977 cat >>confdefs.h <<\_ACEOF
46978 #define wxUSE_DISPLAY 1
46979 _ACEOF
46980
46981 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
46982 fi
46983 fi
46984
46985 if test "$wxUSE_DETECT_SM" = "yes"; then
46986 cat >>confdefs.h <<\_ACEOF
46987 #define wxUSE_DETECT_SM 1
46988 _ACEOF
46989
46990 fi
46991
46992 if test "$wxUSE_GAUGE" = "yes"; then
46993 cat >>confdefs.h <<\_ACEOF
46994 #define wxUSE_GAUGE 1
46995 _ACEOF
46996
46997 USES_CONTROLS=1
46998 fi
46999
47000 if test "$wxUSE_GRID" = "yes"; then
47001 cat >>confdefs.h <<\_ACEOF
47002 #define wxUSE_GRID 1
47003 _ACEOF
47004
47005 USES_CONTROLS=1
47006 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
47007 fi
47008
47009 if test "$wxUSE_HEADERCTRL" = "yes"; then
47010 cat >>confdefs.h <<\_ACEOF
47011 #define wxUSE_HEADERCTRL 1
47012 _ACEOF
47013
47014 USES_CONTROLS=1
47015 fi
47016
47017 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
47018 cat >>confdefs.h <<\_ACEOF
47019 #define wxUSE_HYPERLINKCTRL 1
47020 _ACEOF
47021
47022 USES_CONTROLS=1
47023 fi
47024
47025 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
47026 cat >>confdefs.h <<\_ACEOF
47027 #define wxUSE_BITMAPCOMBOBOX 1
47028 _ACEOF
47029
47030 USES_CONTROLS=1
47031 fi
47032
47033 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
47034 cat >>confdefs.h <<\_ACEOF
47035 #define wxUSE_DATAVIEWCTRL 1
47036 _ACEOF
47037
47038 USES_CONTROLS=1
47039 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dataview"
47040 fi
47041
47042 if test "$wxUSE_IMAGLIST" = "yes"; then
47043 cat >>confdefs.h <<\_ACEOF
47044 #define wxUSE_IMAGLIST 1
47045 _ACEOF
47046
47047 fi
47048
47049 if test "$wxUSE_INFOBAR" = "yes"; then
47050 cat >>confdefs.h <<\_ACEOF
47051 #define wxUSE_INFOBAR 1
47052 _ACEOF
47053
47054 fi
47055
47056 if test "$wxUSE_LISTBOOK" = "yes"; then
47057 cat >>confdefs.h <<\_ACEOF
47058 #define wxUSE_LISTBOOK 1
47059 _ACEOF
47060
47061 USES_CONTROLS=1
47062 fi
47063
47064 if test "$wxUSE_LISTBOX" = "yes"; then
47065 cat >>confdefs.h <<\_ACEOF
47066 #define wxUSE_LISTBOX 1
47067 _ACEOF
47068
47069 USES_CONTROLS=1
47070 fi
47071
47072 if test "$wxUSE_LISTCTRL" = "yes"; then
47073 if test "$wxUSE_IMAGLIST" = "yes"; then
47074 cat >>confdefs.h <<\_ACEOF
47075 #define wxUSE_LISTCTRL 1
47076 _ACEOF
47077
47078 USES_CONTROLS=1
47079 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
47080 else
47081 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
47082 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
47083 fi
47084 fi
47085
47086 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
47087 cat >>confdefs.h <<\_ACEOF
47088 #define wxUSE_EDITABLELISTBOX 1
47089 _ACEOF
47090
47091 USES_CONTROLS=1
47092 fi
47093
47094 if test "$wxUSE_NOTEBOOK" = "yes"; then
47095 cat >>confdefs.h <<\_ACEOF
47096 #define wxUSE_NOTEBOOK 1
47097 _ACEOF
47098
47099 USES_CONTROLS=1
47100 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
47101 fi
47102
47103 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
47104 cat >>confdefs.h <<\_ACEOF
47105 #define wxUSE_NOTIFICATION_MESSAGE 1
47106 _ACEOF
47107
47108 fi
47109
47110 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
47111 cat >>confdefs.h <<\_ACEOF
47112 #define wxUSE_ODCOMBOBOX 1
47113 _ACEOF
47114
47115 USES_CONTROLS=1
47116 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS combo"
47117 fi
47118
47119 if test "$wxUSE_RADIOBOX" = "yes"; then
47120 cat >>confdefs.h <<\_ACEOF
47121 #define wxUSE_RADIOBOX 1
47122 _ACEOF
47123
47124 USES_CONTROLS=1
47125 fi
47126
47127 if test "$wxUSE_RADIOBTN" = "yes"; then
47128 cat >>confdefs.h <<\_ACEOF
47129 #define wxUSE_RADIOBTN 1
47130 _ACEOF
47131
47132 USES_CONTROLS=1
47133 fi
47134
47135 if test "$wxUSE_REARRANGECTRL" = "yes"; then
47136 cat >>confdefs.h <<\_ACEOF
47137 #define wxUSE_REARRANGECTRL 1
47138 _ACEOF
47139
47140 fi
47141
47142 if test "$wxUSE_SASH" = "yes"; then
47143 cat >>confdefs.h <<\_ACEOF
47144 #define wxUSE_SASH 1
47145 _ACEOF
47146
47147 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
47148 fi
47149
47150 if test "$wxUSE_SCROLLBAR" = "yes"; then
47151 cat >>confdefs.h <<\_ACEOF
47152 #define wxUSE_SCROLLBAR 1
47153 _ACEOF
47154
47155 USES_CONTROLS=1
47156 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll"
47157 fi
47158
47159 if test "$wxUSE_SEARCHCTRL" = "yes"; then
47160 cat >>confdefs.h <<\_ACEOF
47161 #define wxUSE_SEARCHCTRL 1
47162 _ACEOF
47163
47164 USES_CONTROLS=1
47165 fi
47166
47167 if test "$wxUSE_SLIDER" = "yes"; then
47168 cat >>confdefs.h <<\_ACEOF
47169 #define wxUSE_SLIDER 1
47170 _ACEOF
47171
47172 USES_CONTROLS=1
47173 fi
47174
47175 if test "$wxUSE_SPINBTN" = "yes"; then
47176 cat >>confdefs.h <<\_ACEOF
47177 #define wxUSE_SPINBTN 1
47178 _ACEOF
47179
47180 USES_CONTROLS=1
47181 fi
47182
47183 if test "$wxUSE_SPINCTRL" = "yes"; then
47184 cat >>confdefs.h <<\_ACEOF
47185 #define wxUSE_SPINCTRL 1
47186 _ACEOF
47187
47188 USES_CONTROLS=1
47189 fi
47190
47191 if test "$wxUSE_SPLITTER" = "yes"; then
47192 cat >>confdefs.h <<\_ACEOF
47193 #define wxUSE_SPLITTER 1
47194 _ACEOF
47195
47196 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
47197 fi
47198
47199 if test "$wxUSE_STATBMP" = "yes"; then
47200 cat >>confdefs.h <<\_ACEOF
47201 #define wxUSE_STATBMP 1
47202 _ACEOF
47203
47204 USES_CONTROLS=1
47205 fi
47206
47207 if test "$wxUSE_STATBOX" = "yes"; then
47208 cat >>confdefs.h <<\_ACEOF
47209 #define wxUSE_STATBOX 1
47210 _ACEOF
47211
47212 USES_CONTROLS=1
47213 fi
47214
47215 if test "$wxUSE_STATTEXT" = "yes"; then
47216 cat >>confdefs.h <<\_ACEOF
47217 #define wxUSE_STATTEXT 1
47218 _ACEOF
47219
47220 USES_CONTROLS=1
47221 fi
47222
47223 if test "$wxUSE_STATLINE" = "yes"; then
47224 cat >>confdefs.h <<\_ACEOF
47225 #define wxUSE_STATLINE 1
47226 _ACEOF
47227
47228 USES_CONTROLS=1
47229 fi
47230
47231 if test "$wxUSE_STATUSBAR" = "yes"; then
47232 cat >>confdefs.h <<\_ACEOF
47233 #define wxUSE_NATIVE_STATUSBAR 1
47234 _ACEOF
47235
47236 cat >>confdefs.h <<\_ACEOF
47237 #define wxUSE_STATUSBAR 1
47238 _ACEOF
47239
47240 USES_CONTROLS=1
47241
47242 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
47243 fi
47244
47245 if test "$wxUSE_TEXTCTRL" = "yes"; then
47246 cat >>confdefs.h <<\_ACEOF
47247 #define wxUSE_TEXTCTRL 1
47248 _ACEOF
47249
47250 USES_CONTROLS=1
47251 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
47252
47253 cat >>confdefs.h <<\_ACEOF
47254 #define wxUSE_RICHEDIT 1
47255 _ACEOF
47256
47257 cat >>confdefs.h <<\_ACEOF
47258 #define wxUSE_RICHEDIT2 1
47259 _ACEOF
47260
47261 fi
47262
47263 if test "$wxUSE_TOGGLEBTN" = "yes"; then
47264 if test "$wxUSE_OLD_COCOA" = 1 ; then
47265 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
47266 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
47267 wxUSE_TOGGLEBTN=no
47268 fi
47269
47270 if test "$wxUSE_TOGGLEBTN" = "yes"; then
47271 cat >>confdefs.h <<\_ACEOF
47272 #define wxUSE_TOGGLEBTN 1
47273 _ACEOF
47274
47275 USES_CONTROLS=1
47276 fi
47277 fi
47278
47279 if test "$wxUSE_TOOLBAR" = "yes"; then
47280 cat >>confdefs.h <<\_ACEOF
47281 #define wxUSE_TOOLBAR 1
47282 _ACEOF
47283
47284 USES_CONTROLS=1
47285
47286 if test "$wxUSE_UNIVERSAL" = "yes"; then
47287 wxUSE_TOOLBAR_NATIVE="no"
47288 else
47289 wxUSE_TOOLBAR_NATIVE="yes"
47290 cat >>confdefs.h <<\_ACEOF
47291 #define wxUSE_TOOLBAR_NATIVE 1
47292 _ACEOF
47293
47294 fi
47295
47296 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
47297 fi
47298
47299 if test "$wxUSE_TOOLTIPS" = "yes"; then
47300 if test "$wxUSE_MOTIF" = 1; then
47301 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
47302 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
47303 else
47304 if test "$wxUSE_UNIVERSAL" = "yes"; then
47305 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
47306 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
47307 else
47308 cat >>confdefs.h <<\_ACEOF
47309 #define wxUSE_TOOLTIPS 1
47310 _ACEOF
47311
47312 fi
47313 fi
47314 fi
47315
47316 if test "$wxUSE_TREEBOOK" = "yes"; then
47317 cat >>confdefs.h <<\_ACEOF
47318 #define wxUSE_TREEBOOK 1
47319 _ACEOF
47320
47321 USES_CONTROLS=1
47322 fi
47323
47324 if test "$wxUSE_TOOLBOOK" = "yes"; then
47325 cat >>confdefs.h <<\_ACEOF
47326 #define wxUSE_TOOLBOOK 1
47327 _ACEOF
47328
47329 USES_CONTROLS=1
47330 fi
47331
47332 if test "$wxUSE_TREECTRL" = "yes"; then
47333 if test "$wxUSE_IMAGLIST" = "yes"; then
47334 cat >>confdefs.h <<\_ACEOF
47335 #define wxUSE_TREECTRL 1
47336 _ACEOF
47337
47338 USES_CONTROLS=1
47339 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
47340 else
47341 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
47342 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
47343 fi
47344 fi
47345
47346 if test "$wxUSE_POPUPWIN" = "yes"; then
47347 if test "$wxUSE_OLD_COCOA" = 1 ; then
47348 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
47349 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
47350 else
47351 if test "$wxUSE_PM" = 1; then
47352 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
47353 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
47354 else
47355 cat >>confdefs.h <<\_ACEOF
47356 #define wxUSE_POPUPWIN 1
47357 _ACEOF
47358
47359 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
47360
47361 USES_CONTROLS=1
47362 fi
47363 fi
47364 fi
47365
47366 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
47367 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1 -o "$wxUSE_MGL" = 1; then
47368 { echo "$as_me:$LINENO: WARNING: Dialup manager not supported on this platform... disabled" >&5
47369 echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
47370 else
47371 cat >>confdefs.h <<\_ACEOF
47372 #define wxUSE_DIALUP_MANAGER 1
47373 _ACEOF
47374
47375 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
47376 fi
47377 fi
47378
47379 if test "$wxUSE_TIPWINDOW" = "yes"; then
47380 if test "$wxUSE_PM" = 1; then
47381 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
47382 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
47383 else
47384 cat >>confdefs.h <<\_ACEOF
47385 #define wxUSE_TIPWINDOW 1
47386 _ACEOF
47387
47388 fi
47389 fi
47390
47391 if test "$USES_CONTROLS" = 1; then
47392 cat >>confdefs.h <<\_ACEOF
47393 #define wxUSE_CONTROLS 1
47394 _ACEOF
47395
47396 fi
47397
47398
47399 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
47400 cat >>confdefs.h <<\_ACEOF
47401 #define wxUSE_ACCESSIBILITY 1
47402 _ACEOF
47403
47404 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
47405 fi
47406
47407 if test "$wxUSE_DRAGIMAGE" = "yes"; then
47408 cat >>confdefs.h <<\_ACEOF
47409 #define wxUSE_DRAGIMAGE 1
47410 _ACEOF
47411
47412 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
47413 fi
47414
47415 if test "$wxUSE_EXCEPTIONS" = "yes"; then
47416 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
47417 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
47418 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
47419 else
47420 cat >>confdefs.h <<\_ACEOF
47421 #define wxUSE_EXCEPTIONS 1
47422 _ACEOF
47423
47424 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
47425 fi
47426 fi
47427
47428 USE_HTML=0
47429 if test "$wxUSE_HTML" = "yes"; then
47430 cat >>confdefs.h <<\_ACEOF
47431 #define wxUSE_HTML 1
47432 _ACEOF
47433
47434 USE_HTML=1
47435 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
47436 fi
47437 if test "$wxUSE_WEBKIT" = "yes"; then
47438 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
47439 old_CPPFLAGS="$CPPFLAGS"
47440 CPPFLAGS="-x objective-c++ $CPPFLAGS"
47441 { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
47442 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
47443 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
47444 echo $ECHO_N "(cached) $ECHO_C" >&6
47445 else
47446 cat >conftest.$ac_ext <<_ACEOF
47447 /* confdefs.h. */
47448 _ACEOF
47449 cat confdefs.h >>conftest.$ac_ext
47450 cat >>conftest.$ac_ext <<_ACEOF
47451 /* end confdefs.h. */
47452
47453 #include <Carbon/Carbon.h>
47454 #include <WebKit/WebKit.h>
47455
47456
47457 #include <WebKit/HIWebView.h>
47458 _ACEOF
47459 rm -f conftest.$ac_objext
47460 if { (ac_try="$ac_compile"
47461 case "(($ac_try" in
47462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47463 *) ac_try_echo=$ac_try;;
47464 esac
47465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47466 (eval "$ac_compile") 2>conftest.er1
47467 ac_status=$?
47468 grep -v '^ *+' conftest.er1 >conftest.err
47469 rm -f conftest.er1
47470 cat conftest.err >&5
47471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47472 (exit $ac_status); } && {
47473 test -z "$ac_c_werror_flag" ||
47474 test ! -s conftest.err
47475 } && test -s conftest.$ac_objext; then
47476 ac_cv_header_WebKit_HIWebView_h=yes
47477 else
47478 echo "$as_me: failed program was:" >&5
47479 sed 's/^/| /' conftest.$ac_ext >&5
47480
47481 ac_cv_header_WebKit_HIWebView_h=no
47482 fi
47483
47484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47485 fi
47486 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
47487 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
47488 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
47489
47490 cat >>confdefs.h <<\_ACEOF
47491 #define wxUSE_WEBKIT 1
47492 _ACEOF
47493
47494 WEBKIT_LINK="-framework WebKit"
47495
47496 else
47497
47498 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
47499 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
47500 wxUSE_WEBKIT=no
47501
47502 fi
47503
47504
47505 CPPFLAGS="$old_CPPFLAGS"
47506 elif test "$wxUSE_OLD_COCOA" = 1; then
47507 cat >>confdefs.h <<\_ACEOF
47508 #define wxUSE_WEBKIT 1
47509 _ACEOF
47510
47511 else
47512 wxUSE_WEBKIT=no
47513 fi
47514 if test "$wxUSE_WEBKIT" = "yes"; then
47515 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
47516 fi
47517 fi
47518
47519 USE_XRC=0
47520 if test "$wxUSE_XRC" = "yes"; then
47521 if test "$wxUSE_XML" != "yes"; then
47522 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
47523 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
47524 wxUSE_XRC=no
47525 else
47526 cat >>confdefs.h <<\_ACEOF
47527 #define wxUSE_XRC 1
47528 _ACEOF
47529
47530 USE_XRC=1
47531 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
47532 fi
47533 fi
47534
47535 USE_AUI=0
47536 if test "$wxUSE_AUI" = "yes"; then
47537 cat >>confdefs.h <<\_ACEOF
47538 #define wxUSE_AUI 1
47539 _ACEOF
47540
47541 USE_AUI=1
47542 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
47543 fi
47544
47545 USE_PROPGRID=0
47546 if test "$wxUSE_PROPGRID" = "yes"; then
47547 cat >>confdefs.h <<\_ACEOF
47548 #define wxUSE_PROPGRID 1
47549 _ACEOF
47550
47551 USE_PROPGRID=1
47552 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS propgrid"
47553 fi
47554
47555 USE_RIBBON=0
47556 if test "$wxUSE_RIBBON" = "yes"; then
47557 cat >>confdefs.h <<\_ACEOF
47558 #define wxUSE_RIBBON 1
47559 _ACEOF
47560
47561 USE_RIBBON=1
47562 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ribbon"
47563 fi
47564
47565 USE_STC=0
47566 if test "$wxUSE_STC" = "yes"; then
47567 cat >>confdefs.h <<\_ACEOF
47568 #define wxUSE_STC 1
47569 _ACEOF
47570
47571 USE_STC=1
47572 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS stc"
47573
47574 # Extract the first word of "python", so it can be a program name with args.
47575 set dummy python; ac_word=$2
47576 { echo "$as_me:$LINENO: checking for $ac_word" >&5
47577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
47578 if test "${ac_cv_path_PYTHON+set}" = set; then
47579 echo $ECHO_N "(cached) $ECHO_C" >&6
47580 else
47581 case $PYTHON in
47582 [\\/]* | ?:[\\/]*)
47583 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
47584 ;;
47585 *)
47586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47587 for as_dir in $PATH
47588 do
47589 IFS=$as_save_IFS
47590 test -z "$as_dir" && as_dir=.
47591 for ac_exec_ext in '' $ac_executable_extensions; do
47592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
47593 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
47594 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47595 break 2
47596 fi
47597 done
47598 done
47599 IFS=$as_save_IFS
47600
47601 ;;
47602 esac
47603 fi
47604 PYTHON=$ac_cv_path_PYTHON
47605 if test -n "$PYTHON"; then
47606 { echo "$as_me:$LINENO: result: $PYTHON" >&5
47607 echo "${ECHO_T}$PYTHON" >&6; }
47608 else
47609 { echo "$as_me:$LINENO: result: no" >&5
47610 echo "${ECHO_T}no" >&6; }
47611 fi
47612
47613
47614 if test "x$PYTHON" = "x"; then
47615 COND_PYTHON="#"
47616 fi
47617
47618 fi
47619
47620 if test "$wxUSE_MENUS" = "yes"; then
47621 cat >>confdefs.h <<\_ACEOF
47622 #define wxUSE_MENUS 1
47623 _ACEOF
47624
47625 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
47626 fi
47627
47628 if test "$wxUSE_METAFILE" = "yes"; then
47629 cat >>confdefs.h <<\_ACEOF
47630 #define wxUSE_METAFILE 1
47631 _ACEOF
47632
47633 fi
47634
47635 if test "$wxUSE_MIMETYPE" = "yes"; then
47636 cat >>confdefs.h <<\_ACEOF
47637 #define wxUSE_MIMETYPE 1
47638 _ACEOF
47639
47640 fi
47641
47642 if test "$wxUSE_MINIFRAME" = "yes"; then
47643 cat >>confdefs.h <<\_ACEOF
47644 #define wxUSE_MINIFRAME 1
47645 _ACEOF
47646
47647 fi
47648
47649 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
47650 cat >>confdefs.h <<\_ACEOF
47651 #define wxUSE_SYSTEM_OPTIONS 1
47652 _ACEOF
47653
47654 fi
47655
47656 if test "$wxUSE_TASKBARICON" = "yes"; then
47657 cat >>confdefs.h <<\_ACEOF
47658 #define wxUSE_TASKBARICON 1
47659 _ACEOF
47660
47661 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
47662 fi
47663
47664
47665 if test "$wxUSE_VALIDATORS" = "yes"; then
47666 cat >>confdefs.h <<\_ACEOF
47667 #define wxUSE_VALIDATORS 1
47668 _ACEOF
47669
47670 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
47671 fi
47672
47673 if test "$wxUSE_PALETTE" = "yes" ; then
47674 if test "$wxUSE_DFB" = 1; then
47675 { echo "$as_me:$LINENO: WARNING: wxPalette not yet supported under DFB... disabled" >&5
47676 echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
47677 wxUSE_PALETTE=no
47678 else
47679 cat >>confdefs.h <<\_ACEOF
47680 #define wxUSE_PALETTE 1
47681 _ACEOF
47682
47683 fi
47684 fi
47685
47686 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
47687 LIBS=" -lunicows $LIBS"
47688 fi
47689
47690 USE_RICHTEXT=0
47691 if test "$wxUSE_RICHTEXT" = "yes"; then
47692 cat >>confdefs.h <<\_ACEOF
47693 #define wxUSE_RICHTEXT 1
47694 _ACEOF
47695
47696 USE_RICHTEXT=1
47697 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
47698 fi
47699
47700
47701 if test "$wxUSE_IMAGE" = "yes" ; then
47702 cat >>confdefs.h <<\_ACEOF
47703 #define wxUSE_IMAGE 1
47704 _ACEOF
47705
47706
47707 if test "$wxUSE_GIF" = "yes" ; then
47708 cat >>confdefs.h <<\_ACEOF
47709 #define wxUSE_GIF 1
47710 _ACEOF
47711
47712 fi
47713
47714 if test "$wxUSE_PCX" = "yes" ; then
47715 cat >>confdefs.h <<\_ACEOF
47716 #define wxUSE_PCX 1
47717 _ACEOF
47718
47719 fi
47720
47721 if test "$wxUSE_TGA" = "yes" ; then
47722 cat >>confdefs.h <<\_ACEOF
47723 #define wxUSE_TGA 1
47724 _ACEOF
47725
47726 fi
47727
47728 if test "$wxUSE_IFF" = "yes" ; then
47729 cat >>confdefs.h <<\_ACEOF
47730 #define wxUSE_IFF 1
47731 _ACEOF
47732
47733 fi
47734
47735 if test "$wxUSE_PNM" = "yes" ; then
47736 cat >>confdefs.h <<\_ACEOF
47737 #define wxUSE_PNM 1
47738 _ACEOF
47739
47740 fi
47741
47742 if test "$wxUSE_XPM" = "yes" ; then
47743 cat >>confdefs.h <<\_ACEOF
47744 #define wxUSE_XPM 1
47745 _ACEOF
47746
47747 fi
47748
47749 if test "$wxUSE_ICO_CUR" = "yes" ; then
47750 cat >>confdefs.h <<\_ACEOF
47751 #define wxUSE_ICO_CUR 1
47752 _ACEOF
47753
47754 fi
47755 fi
47756
47757
47758 if test "$wxUSE_ABOUTDLG" = "yes"; then
47759 cat >>confdefs.h <<\_ACEOF
47760 #define wxUSE_ABOUTDLG 1
47761 _ACEOF
47762
47763 fi
47764
47765 if test "$wxUSE_CHOICEDLG" = "yes"; then
47766 cat >>confdefs.h <<\_ACEOF
47767 #define wxUSE_CHOICEDLG 1
47768 _ACEOF
47769
47770 fi
47771
47772 if test "$wxUSE_COLOURDLG" = "yes"; then
47773 cat >>confdefs.h <<\_ACEOF
47774 #define wxUSE_COLOURDLG 1
47775 _ACEOF
47776
47777 fi
47778
47779 if test "$wxUSE_FILEDLG" = "yes"; then
47780 cat >>confdefs.h <<\_ACEOF
47781 #define wxUSE_FILEDLG 1
47782 _ACEOF
47783
47784 fi
47785
47786 if test "$wxUSE_FINDREPLDLG" = "yes"; then
47787 cat >>confdefs.h <<\_ACEOF
47788 #define wxUSE_FINDREPLDLG 1
47789 _ACEOF
47790
47791 fi
47792
47793 if test "$wxUSE_FONTDLG" = "yes"; then
47794 cat >>confdefs.h <<\_ACEOF
47795 #define wxUSE_FONTDLG 1
47796 _ACEOF
47797
47798 fi
47799
47800 if test "$wxUSE_DIRDLG" = "yes"; then
47801 if test "$wxUSE_TREECTRL" != "yes"; then
47802 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
47803 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
47804 else
47805 cat >>confdefs.h <<\_ACEOF
47806 #define wxUSE_DIRDLG 1
47807 _ACEOF
47808
47809 fi
47810 fi
47811
47812 if test "$wxUSE_MSGDLG" = "yes"; then
47813 cat >>confdefs.h <<\_ACEOF
47814 #define wxUSE_MSGDLG 1
47815 _ACEOF
47816
47817 fi
47818
47819 if test "$wxUSE_NUMBERDLG" = "yes"; then
47820 cat >>confdefs.h <<\_ACEOF
47821 #define wxUSE_NUMBERDLG 1
47822 _ACEOF
47823
47824 fi
47825
47826 if test "$wxUSE_PROGRESSDLG" = "yes"; then
47827 cat >>confdefs.h <<\_ACEOF
47828 #define wxUSE_PROGRESSDLG 1
47829 _ACEOF
47830
47831 fi
47832
47833 if test "$wxUSE_SPLASH" = "yes"; then
47834 cat >>confdefs.h <<\_ACEOF
47835 #define wxUSE_SPLASH 1
47836 _ACEOF
47837
47838 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
47839 fi
47840
47841 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
47842 cat >>confdefs.h <<\_ACEOF
47843 #define wxUSE_STARTUP_TIPS 1
47844 _ACEOF
47845
47846 fi
47847
47848 if test "$wxUSE_TEXTDLG" = "yes"; then
47849 cat >>confdefs.h <<\_ACEOF
47850 #define wxUSE_TEXTDLG 1
47851 _ACEOF
47852
47853 fi
47854
47855 if test "$wxUSE_WIZARDDLG" = "yes"; then
47856 cat >>confdefs.h <<\_ACEOF
47857 #define wxUSE_WIZARDDLG 1
47858 _ACEOF
47859
47860 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
47861 fi
47862
47863
47864 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
47865 if test "$wxUSE_OWNER_DRAWN" = "yes"; then
47866 cat >>confdefs.h <<\_ACEOF
47867 #define wxUSE_OWNER_DRAWN 1
47868 _ACEOF
47869
47870 fi
47871 fi
47872
47873
47874 if test "$wxUSE_MSW" = 1 ; then
47875
47876 if test "$wxUSE_DC_CACHEING" = "yes"; then
47877 cat >>confdefs.h <<\_ACEOF
47878 #define wxUSE_DC_CACHEING 1
47879 _ACEOF
47880
47881 fi
47882
47883 if test "$wxUSE_DIB" = "yes"; then
47884 cat >>confdefs.h <<\_ACEOF
47885 #define wxUSE_WXDIB 1
47886 _ACEOF
47887
47888 fi
47889
47890 if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
47891 cat >>confdefs.h <<\_ACEOF
47892 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
47893 _ACEOF
47894
47895 fi
47896
47897 if test "$wxUSE_UXTHEME" = "yes"; then
47898 cat >>confdefs.h <<\_ACEOF
47899 #define wxUSE_UXTHEME 1
47900 _ACEOF
47901
47902 fi
47903
47904 fi
47905
47906 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
47907 cat >>confdefs.h <<\_ACEOF
47908 #define wxUSE_AUTOID_MANAGEMENT 1
47909 _ACEOF
47910
47911 fi
47912
47913 if test "$USE_WIN32" = 1 ; then
47914 if test "$wxUSE_INICONF" = "yes"; then
47915 cat >>confdefs.h <<\_ACEOF
47916 #define wxUSE_INICONF 1
47917 _ACEOF
47918
47919 fi
47920
47921 if test "$wxUSE_REGKEY" = "yes"; then
47922 cat >>confdefs.h <<\_ACEOF
47923 #define wxUSE_REGKEY 1
47924 _ACEOF
47925
47926 fi
47927 fi
47928
47929
47930 if test "$wxUSE_MAC" = 1; then
47931 wxUSE_GRAPHICS_CONTEXT="yes"
47932 fi
47933
47934 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
47935 wx_has_graphics=0
47936 if test "$wxUSE_MSW" = 1; then
47937 { echo "$as_me:$LINENO: checking if GDI+ is available" >&5
47938 echo $ECHO_N "checking if GDI+ is available... $ECHO_C" >&6; }
47939 if test "${wx_cv_lib_gdiplus+set}" = set; then
47940 echo $ECHO_N "(cached) $ECHO_C" >&6
47941 else
47942
47943 ac_ext=cpp
47944 ac_cpp='$CXXCPP $CPPFLAGS'
47945 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47946 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47947 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47948
47949 cat >conftest.$ac_ext <<_ACEOF
47950 /* confdefs.h. */
47951 _ACEOF
47952 cat confdefs.h >>conftest.$ac_ext
47953 cat >>conftest.$ac_ext <<_ACEOF
47954 /* end confdefs.h. */
47955 #include <windows.h>
47956 #include <gdiplus.h>
47957 int
47958 main ()
47959 {
47960
47961 using namespace Gdiplus;
47962
47963 ;
47964 return 0;
47965 }
47966 _ACEOF
47967 rm -f conftest.$ac_objext
47968 if { (ac_try="$ac_compile"
47969 case "(($ac_try" in
47970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47971 *) ac_try_echo=$ac_try;;
47972 esac
47973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47974 (eval "$ac_compile") 2>conftest.er1
47975 ac_status=$?
47976 grep -v '^ *+' conftest.er1 >conftest.err
47977 rm -f conftest.er1
47978 cat conftest.err >&5
47979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47980 (exit $ac_status); } && {
47981 test -z "$ac_cxx_werror_flag" ||
47982 test ! -s conftest.err
47983 } && test -s conftest.$ac_objext; then
47984 wx_cv_lib_gdiplus=yes
47985 else
47986 echo "$as_me: failed program was:" >&5
47987 sed 's/^/| /' conftest.$ac_ext >&5
47988
47989 wx_cv_lib_gdiplus=no
47990
47991 fi
47992
47993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47994 ac_ext=c
47995 ac_cpp='$CPP $CPPFLAGS'
47996 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47997 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47998 ac_compiler_gnu=$ac_cv_c_compiler_gnu
47999
48000
48001
48002 fi
48003 { echo "$as_me:$LINENO: result: $wx_cv_lib_gdiplus" >&5
48004 echo "${ECHO_T}$wx_cv_lib_gdiplus" >&6; }
48005 if test "$wx_cv_lib_gdiplus" = "yes"; then
48006 wx_has_graphics=1
48007 fi
48008 elif test "$wxUSE_GTK" = 1; then
48009
48010 pkg_failed=no
48011 { echo "$as_me:$LINENO: checking for CAIRO" >&5
48012 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6; }
48013
48014 if test -n "$PKG_CONFIG"; then
48015 if test -n "$CAIRO_CFLAGS"; then
48016 pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
48017 else
48018 if test -n "$PKG_CONFIG" && \
48019 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
48020 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
48021 ac_status=$?
48022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48023 (exit $ac_status); }; then
48024 pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
48025 else
48026 pkg_failed=yes
48027 fi
48028 fi
48029 else
48030 pkg_failed=untried
48031 fi
48032 if test -n "$PKG_CONFIG"; then
48033 if test -n "$CAIRO_LIBS"; then
48034 pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
48035 else
48036 if test -n "$PKG_CONFIG" && \
48037 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
48038 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
48039 ac_status=$?
48040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48041 (exit $ac_status); }; then
48042 pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
48043 else
48044 pkg_failed=yes
48045 fi
48046 fi
48047 else
48048 pkg_failed=untried
48049 fi
48050
48051
48052
48053 if test $pkg_failed = yes; then
48054
48055 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
48056 _pkg_short_errors_supported=yes
48057 else
48058 _pkg_short_errors_supported=no
48059 fi
48060 if test $_pkg_short_errors_supported = yes; then
48061 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
48062 else
48063 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
48064 fi
48065 # Put the nasty error message in config.log where it belongs
48066 echo "$CAIRO_PKG_ERRORS" >&5
48067
48068 { echo "$as_me:$LINENO: WARNING: Cairo library not found" >&5
48069 echo "$as_me: WARNING: Cairo library not found" >&2;}
48070
48071 elif test $pkg_failed = untried; then
48072 { echo "$as_me:$LINENO: WARNING: Cairo library not found" >&5
48073 echo "$as_me: WARNING: Cairo library not found" >&2;}
48074
48075 else
48076 CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
48077 CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
48078 { echo "$as_me:$LINENO: result: yes" >&5
48079 echo "${ECHO_T}yes" >&6; }
48080 wx_has_graphics=1
48081 fi
48082 else
48083 wx_has_graphics=1
48084 fi
48085
48086 if test "$wx_has_graphics" = 1; then
48087 cat >>confdefs.h <<\_ACEOF
48088 #define wxUSE_GRAPHICS_CONTEXT 1
48089 _ACEOF
48090
48091 else
48092 { echo "$as_me:$LINENO: WARNING: wxGraphicsContext won't be available" >&5
48093 echo "$as_me: WARNING: wxGraphicsContext won't be available" >&2;}
48094 fi
48095 fi
48096
48097
48098 USE_MEDIA=0
48099
48100 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
48101 USE_MEDIA=1
48102
48103 if test "$wxUSE_GTK" = 1; then
48104 wxUSE_GSTREAMER="no"
48105
48106 GST_VERSION_MAJOR=0
48107 GST_VERSION_MINOR=10
48108 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
48109
48110 if test "$wxUSE_GSTREAMER8" = "no"; then
48111
48112 pkg_failed=no
48113 { echo "$as_me:$LINENO: checking for GST" >&5
48114 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
48115
48116 if test -n "$PKG_CONFIG"; then
48117 if test -n "$GST_CFLAGS"; then
48118 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
48119 else
48120 if test -n "$PKG_CONFIG" && \
48121 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
48122 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
48123 ac_status=$?
48124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48125 (exit $ac_status); }; then
48126 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
48127 else
48128 pkg_failed=yes
48129 fi
48130 fi
48131 else
48132 pkg_failed=untried
48133 fi
48134 if test -n "$PKG_CONFIG"; then
48135 if test -n "$GST_LIBS"; then
48136 pkg_cv_GST_LIBS="$GST_LIBS"
48137 else
48138 if test -n "$PKG_CONFIG" && \
48139 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
48140 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
48141 ac_status=$?
48142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48143 (exit $ac_status); }; then
48144 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
48145 else
48146 pkg_failed=yes
48147 fi
48148 fi
48149 else
48150 pkg_failed=untried
48151 fi
48152
48153
48154
48155 if test $pkg_failed = yes; then
48156
48157 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
48158 _pkg_short_errors_supported=yes
48159 else
48160 _pkg_short_errors_supported=no
48161 fi
48162 if test $_pkg_short_errors_supported = yes; then
48163 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
48164 else
48165 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
48166 fi
48167 # Put the nasty error message in config.log where it belongs
48168 echo "$GST_PKG_ERRORS" >&5
48169
48170
48171 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
48172 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
48173 GST_VERSION_MINOR=8
48174
48175
48176 elif test $pkg_failed = untried; then
48177
48178 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
48179 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
48180 GST_VERSION_MINOR=8
48181
48182
48183 else
48184 GST_CFLAGS=$pkg_cv_GST_CFLAGS
48185 GST_LIBS=$pkg_cv_GST_LIBS
48186 { echo "$as_me:$LINENO: result: yes" >&5
48187 echo "${ECHO_T}yes" >&6; }
48188
48189 wxUSE_GSTREAMER="yes"
48190 GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_VERSION"
48191
48192 fi
48193 else
48194 GST_VERSION_MINOR=8
48195 fi
48196
48197 if test $GST_VERSION_MINOR = "8"; then
48198 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
48199
48200 pkg_failed=no
48201 { echo "$as_me:$LINENO: checking for GST" >&5
48202 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
48203
48204 if test -n "$PKG_CONFIG"; then
48205 if test -n "$GST_CFLAGS"; then
48206 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
48207 else
48208 if test -n "$PKG_CONFIG" && \
48209 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
48210 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
48211 ac_status=$?
48212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48213 (exit $ac_status); }; then
48214 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
48215 else
48216 pkg_failed=yes
48217 fi
48218 fi
48219 else
48220 pkg_failed=untried
48221 fi
48222 if test -n "$PKG_CONFIG"; then
48223 if test -n "$GST_LIBS"; then
48224 pkg_cv_GST_LIBS="$GST_LIBS"
48225 else
48226 if test -n "$PKG_CONFIG" && \
48227 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
48228 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
48229 ac_status=$?
48230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48231 (exit $ac_status); }; then
48232 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
48233 else
48234 pkg_failed=yes
48235 fi
48236 fi
48237 else
48238 pkg_failed=untried
48239 fi
48240
48241
48242
48243 if test $pkg_failed = yes; then
48244
48245 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
48246 _pkg_short_errors_supported=yes
48247 else
48248 _pkg_short_errors_supported=no
48249 fi
48250 if test $_pkg_short_errors_supported = yes; then
48251 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
48252 else
48253 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
48254 fi
48255 # Put the nasty error message in config.log where it belongs
48256 echo "$GST_PKG_ERRORS" >&5
48257
48258
48259 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
48260 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
48261
48262 elif test $pkg_failed = untried; then
48263
48264 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
48265 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
48266
48267 else
48268 GST_CFLAGS=$pkg_cv_GST_CFLAGS
48269 GST_LIBS=$pkg_cv_GST_LIBS
48270 { echo "$as_me:$LINENO: result: yes" >&5
48271 echo "${ECHO_T}yes" >&6; }
48272 wxUSE_GSTREAMER="yes"
48273 fi
48274 fi
48275
48276
48277 if test "$wxUSE_GSTREAMER" = "yes"; then
48278 CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
48279 EXTRALIBS_MEDIA="$GST_LIBS"
48280
48281 cat >>confdefs.h <<\_ACEOF
48282 #define wxUSE_GSTREAMER 1
48283 _ACEOF
48284
48285 else
48286 USE_MEDIA=0
48287 fi
48288 fi
48289
48290 if test $USE_MEDIA = 1; then
48291 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
48292 cat >>confdefs.h <<\_ACEOF
48293 #define wxUSE_MEDIACTRL 1
48294 _ACEOF
48295
48296 else
48297 if test "$wxUSE_MEDIACTRL" = "yes"; then
48298 { { echo "$as_me:$LINENO: error: GStreamer not available" >&5
48299 echo "$as_me: error: GStreamer not available" >&2;}
48300 { (exit 1); exit 1; }; }
48301 else
48302 { echo "$as_me:$LINENO: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
48303 echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
48304 fi
48305 fi
48306 fi
48307
48308
48309 if test "$cross_compiling" != "no"; then
48310 OSINFO="\"$host\""
48311 else
48312 OSINFO=`uname -s -r -m`
48313 OSINFO="\"$OSINFO\""
48314 fi
48315
48316 cat >>confdefs.h <<_ACEOF
48317 #define WXWIN_OS_DESCRIPTION $OSINFO
48318 _ACEOF
48319
48320
48321
48322 if test "x$prefix" != "xNONE"; then
48323 wxPREFIX=$prefix
48324 else
48325 wxPREFIX=$ac_default_prefix
48326 fi
48327
48328 cat >>confdefs.h <<_ACEOF
48329 #define wxINSTALL_PREFIX "$wxPREFIX"
48330 _ACEOF
48331
48332
48333
48334
48335 STD_BASE_LIBS="base"
48336 STD_GUI_LIBS=""
48337 BUILT_WX_LIBS="base"
48338 ALL_WX_LIBS="xrc stc gl media qa html adv core xml net base"
48339
48340 if test "$wxUSE_SOCKETS" = "yes" ; then
48341 STD_BASE_LIBS="net $STD_BASE_LIBS"
48342 BUILT_WX_LIBS="net $BUILT_WX_LIBS"
48343 fi
48344 if test "$wxUSE_XML" = "yes" ; then
48345 STD_BASE_LIBS="xml $STD_BASE_LIBS"
48346 BUILT_WX_LIBS="xml $BUILT_WX_LIBS"
48347 fi
48348
48349 if test "$wxUSE_GUI" = "yes"; then
48350 STD_GUI_LIBS="adv core"
48351 BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
48352
48353 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
48354 STD_GUI_LIBS="qa $STD_GUI_LIBS"
48355 BUILT_WX_LIBS="qa $BUILT_WX_LIBS"
48356 fi
48357 if test "$wxUSE_HTML" = "yes" ; then
48358 STD_GUI_LIBS="html $STD_GUI_LIBS"
48359 BUILT_WX_LIBS="html $BUILT_WX_LIBS"
48360 fi
48361 if test "$wxUSE_MEDIACTRL" = "yes" ; then
48362 BUILT_WX_LIBS="media $BUILT_WX_LIBS"
48363 fi
48364 if test "$wxUSE_OPENGL" = "yes" ; then
48365 BUILT_WX_LIBS="gl $BUILT_WX_LIBS"
48366 fi
48367 if test "$wxUSE_AUI" = "yes" ; then
48368 BUILT_WX_LIBS="aui $BUILT_WX_LIBS"
48369 fi
48370 if test "$wxUSE_PROPGRID" = "yes" ; then
48371 BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
48372 fi
48373 if test "$wxUSE_RIBBON" = "yes" ; then
48374 BUILT_WX_LIBS="ribbon $BUILT_WX_LIBS"
48375 fi
48376 if test "$wxUSE_RICHTEXT" = "yes" ; then
48377 BUILT_WX_LIBS="richtext $BUILT_WX_LIBS"
48378 fi
48379 if test "$wxUSE_STC" = "yes" ; then
48380 BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
48381 fi
48382 if test "$wxUSE_XRC" = "yes" ; then
48383 STD_GUI_LIBS="xrc $STD_GUI_LIBS"
48384 BUILT_WX_LIBS="xrc $BUILT_WX_LIBS"
48385 fi
48386 fi
48387
48388
48389
48390
48391
48392
48393
48394 EXTRA_FRAMEWORKS=
48395 if test "$wxUSE_MAC" = 1 ; then
48396 if test "$USE_DARWIN" = 1; then
48397 if test "$wxUSE_OSX_IPHONE" = 1; then
48398 EXTRA_FRAMEWORKS="-framework IOKit -framework UIKit -framework CFNetwork -framework AudioToolbox -framework CoreFoundation -framework CoreGraphics -framework OpenGLES -framework Foundation -framework QuartzCore"
48399 else
48400 EXTRA_FRAMEWORKS="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -framework QuickTime"
48401 fi
48402 fi
48403 fi
48404 if test "$wxUSE_OLD_COCOA" = 1 ; then
48405 EXTRA_FRAMEWORKS="-framework IOKit -framework Cocoa"
48406 if test "$wxUSE_MEDIACTRL" = "yes"; then
48407 EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework QuickTime"
48408 fi
48409 fi
48410 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1 ; then
48411 EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
48412 fi
48413
48414 LDFLAGS="$LDFLAGS $EXTRA_FRAMEWORKS"
48415 WXCONFIG_LDFLAGS="$WXCONFIG_LDFLAGS $EXTRA_FRAMEWORKS"
48416
48417 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
48418
48419 if test "$wxUSE_GUI" = "yes"; then
48420
48421
48422 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
48423 erase event exec font image minimal render \
48424 shaped svg taborder vscroll widgets wrapsizer"
48425
48426 if test "$wxUSE_MONOLITHIC" != "yes"; then
48427 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
48428 fi
48429 if test "$TOOLKIT" = "MSW"; then
48430 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
48431 if test "$wxUSE_UNIVERSAL" != "yes"; then
48432 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg dll"
48433 fi
48434 fi
48435 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
48436 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
48437 fi
48438 else
48439 SAMPLES_SUBDIRS="console"
48440 if test "$wxUSE_SOCKETS" = "yes" ; then
48441 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
48442 fi
48443 if test "$wxUSE_IPC" = "yes" ; then
48444 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
48445 fi
48446 fi
48447
48448
48449 if test "x$INTELCC" = "xyes" ; then
48450 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684,2259"
48451 elif test "$GCC" = yes ; then
48452 CWARNINGS="-Wall -Wundef"
48453 fi
48454
48455 if test "x$INTELCXX" = "xyes" ; then
48456 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
48457 elif test "$GXX" = yes ; then
48458 CXXWARNINGS="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
48459 { echo "$as_me:$LINENO: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
48460 echo $ECHO_N "checking CXXWARNINGS for gcc -Woverloaded-virtual... $ECHO_C" >&6; }
48461 if test "${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+set}" = set; then
48462 echo $ECHO_N "(cached) $ECHO_C" >&6
48463 else
48464 ac_cv_cxxflags_gcc_option__Woverloaded_virtual="no, unknown"
48465
48466 ac_ext=cpp
48467 ac_cpp='$CXXCPP $CPPFLAGS'
48468 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48469 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48470 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48471
48472 ac_save_CXXFLAGS="$CXXFLAGS"
48473 for ac_arg in "-pedantic -Werror % -Woverloaded-virtual" "-pedantic % -Woverloaded-virtual %% no, obsolete" #
48474 do CXXFLAGS="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
48475 cat >conftest.$ac_ext <<_ACEOF
48476 /* confdefs.h. */
48477 _ACEOF
48478 cat confdefs.h >>conftest.$ac_ext
48479 cat >>conftest.$ac_ext <<_ACEOF
48480 /* end confdefs.h. */
48481
48482 int
48483 main ()
48484 {
48485 return 0;
48486 ;
48487 return 0;
48488 }
48489 _ACEOF
48490 rm -f conftest.$ac_objext
48491 if { (ac_try="$ac_compile"
48492 case "(($ac_try" in
48493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48494 *) ac_try_echo=$ac_try;;
48495 esac
48496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48497 (eval "$ac_compile") 2>conftest.er1
48498 ac_status=$?
48499 grep -v '^ *+' conftest.er1 >conftest.err
48500 rm -f conftest.er1
48501 cat conftest.err >&5
48502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48503 (exit $ac_status); } && {
48504 test -z "$ac_cxx_werror_flag" ||
48505 test ! -s conftest.err
48506 } && test -s conftest.$ac_objext; then
48507 ac_cv_cxxflags_gcc_option__Woverloaded_virtual=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
48508 else
48509 echo "$as_me: failed program was:" >&5
48510 sed 's/^/| /' conftest.$ac_ext >&5
48511
48512
48513 fi
48514
48515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48516 done
48517 CXXFLAGS="$ac_save_CXXFLAGS"
48518 ac_ext=c
48519 ac_cpp='$CPP $CPPFLAGS'
48520 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48521 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48522 ac_compiler_gnu=$ac_cv_c_compiler_gnu
48523
48524
48525 fi
48526 { echo "$as_me:$LINENO: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
48527 echo "${ECHO_T}$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
48528 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
48529 .ok|.ok,*) ;;
48530 .|.no|.no,*) ;;
48531 *)
48532 if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev/null
48533 then { (echo "$as_me:$LINENO: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual") >&5
48534 (: CXXWARNINGS does contain $ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
48535 ac_status=$?
48536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48537 (exit $ac_status); }
48538 else { (echo "$as_me:$LINENO: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\"") >&5
48539 (: CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
48540 ac_status=$?
48541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48542 (exit $ac_status); }
48543 CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
48544 fi
48545 ;;
48546 esac
48547
48548
48549 if test "$wxUSE_MAC" = 1 ; then
48550 CXXWARNINGS="$CXXWARNINGS -Wno-deprecated-declarations"
48551 fi
48552 fi
48553
48554
48555 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
48556 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
48557
48558
48559 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
48560 -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
48561 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
48562 $CPPFLAGS `
48563
48564 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
48565 CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
48566 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
48567 OBJCFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
48568 OBJCXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
48569
48570 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
48571
48572
48573 if test "x$MWCC" = "xyes"; then
48574
48575 CC="$CC -cwd source -I-"
48576 CXX="$CXX -cwd source -I-"
48577 fi
48578
48579
48580 LIBS=`echo $LIBS`
48581 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
48582 EXTRALIBS_XML="$EXPAT_LINK"
48583 EXTRALIBS_HTML="$MSPACK_LINK"
48584 EXTRALIBS_MEDIA="$GST_LIBS"
48585 EXTRALIBS_STC="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
48586 if test "$wxUSE_GUI" = "yes"; then
48587 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
48588 fi
48589 if test "$wxUSE_OPENGL" = "yes"; then
48590 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
48591 fi
48592
48593 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
48594
48595 WXCONFIG_LIBS="$LIBS"
48596
48597 if test "$wxUSE_REGEX" = "builtin" ; then
48598 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
48599 fi
48600 if test "$wxUSE_EXPAT" = "builtin" ; then
48601 wxconfig_3rdparty="expat $wxconfig_3rdparty"
48602 fi
48603 if test "$wxUSE_LIBTIFF" = "builtin" ; then
48604 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
48605 fi
48606 if test "$wxUSE_LIBJPEG" = "builtin" ; then
48607 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
48608 fi
48609 if test "$wxUSE_LIBPNG" = "builtin" ; then
48610 wxconfig_3rdparty="png $wxconfig_3rdparty"
48611 fi
48612 if test "$wxUSE_ZLIB" = "builtin" ; then
48613 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
48614 fi
48615
48616 for i in $wxconfig_3rdparty ; do
48617 WXCONFIG_LIBS="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
48618 done
48619
48620
48621 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
48622 WXUNIV=1
48623
48624 case "$wxUNIV_THEMES" in
48625 ''|all)
48626 cat >>confdefs.h <<\_ACEOF
48627 #define wxUSE_ALL_THEMES 1
48628 _ACEOF
48629
48630 ;;
48631
48632 *)
48633 for t in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
48634 cat >>confdefs.h <<_ACEOF
48635 #define wxUSE_THEME_$t 1
48636 _ACEOF
48637
48638 done
48639 esac
48640 else
48641 WXUNIV=0
48642 fi
48643
48644
48645
48646
48647
48648
48649
48650
48651 if test $wxUSE_MONOLITHIC = "yes" ; then
48652 MONOLITHIC=1
48653 else
48654 MONOLITHIC=0
48655 fi
48656
48657 if test $wxUSE_PLUGINS = "yes" ; then
48658 USE_PLUGINS=1
48659 else
48660 USE_PLUGINS=0
48661 fi
48662
48663 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
48664 USE_QA=1
48665 else
48666 USE_QA=0
48667 fi
48668
48669 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
48670 OFFICIAL_BUILD=1
48671 else
48672 OFFICIAL_BUILD=0
48673 fi
48674
48675
48676
48677
48678
48679
48680
48681
48682
48683
48684
48685
48686
48687
48688
48689
48690
48691
48692
48693
48694
48695
48696
48697
48698
48699
48700
48701 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
48702
48703
48704
48705
48706
48707
48708
48709
48710
48711
48712 case "$TOOLKIT" in
48713 GTK)
48714 TOOLKIT_DESC="GTK+"
48715 if test "$WXGTK2" = 1; then
48716 TOOLKIT_DESC="$TOOLKIT_DESC 2"
48717 if test "$wxUSE_GTKPRINT" = "yes" ; then
48718 TOOLKIT_EXTRA="$TOOLKIT_EXTRA GTK+ printing";
48719 fi
48720 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
48721 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
48722 fi
48723 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
48724 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
48725 fi
48726 if test "$wxUSE_LIBHILDON" = "yes"; then
48727 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
48728 fi
48729 if test "$wxUSE_LIBHILDON2" = "yes"; then
48730 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
48731 fi
48732
48733 if test "$TOOLKIT_EXTRA" != ""; then
48734 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
48735 fi
48736 fi
48737 ;;
48738
48739 ?*)
48740 TOOLKIT_DESC=$TOOLKIT_LOWERCASE
48741 ;;
48742
48743 *)
48744 TOOLKIT_DESC="base only"
48745 ;;
48746 esac
48747
48748 if test "$wxUSE_WINE" = "yes"; then
48749 BAKEFILE_FORCE_PLATFORM=win32
48750 fi
48751
48752 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
48753 then
48754 { echo "$as_me:$LINENO: checking for gcc precompiled header bug" >&5
48755 echo $ECHO_N "checking for gcc precompiled header bug... $ECHO_C" >&6; }
48756 if test "${wx_cv_gcc_pch_bug+set}" = set; then
48757 echo $ECHO_N "(cached) $ECHO_C" >&6
48758 else
48759
48760 echo '#include <stdio.h>
48761 const wchar_t test_var[] = L"awidetest";' > conftest.h
48762
48763 echo '#include "conftest.h"
48764 int main()
48765 {
48766 printf("%ls", test_var);
48767 return 0;
48768 }' > conftest.cpp
48769
48770 wx_cv_gcc_pch_bug="pch not supported"
48771
48772 if $CXX conftest.h >/dev/null 2>&1
48773 then
48774 wx_cv_gcc_pch_bug=
48775
48776 if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
48777 then
48778 if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
48779 grep awidetest >/dev/null
48780 then
48781 wx_cv_gcc_pch_bug=no
48782 else
48783 wx_cv_gcc_pch_bug=yes
48784 fi
48785 fi
48786 fi
48787
48788 rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT
48789
48790 fi
48791 { echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5
48792 echo "${ECHO_T}$wx_cv_gcc_pch_bug" >&6; }
48793
48794 if test "$wx_cv_gcc_pch_bug" = yes; then
48795 bk_use_pch=no
48796 fi
48797 fi
48798
48799
48800
48801
48802
48803
48804
48805 if test "x$BAKEFILE_HOST" = "x"; then
48806 if test "x${host}" = "x" ; then
48807 { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
48808 echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
48809 { (exit 1); exit 1; }; }
48810 fi
48811
48812 BAKEFILE_HOST="${host}"
48813 fi
48814
48815 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
48816
48817 if test -n "$ac_tool_prefix"; then
48818 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
48819 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
48820 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48821 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48822 if test "${ac_cv_prog_RANLIB+set}" = set; then
48823 echo $ECHO_N "(cached) $ECHO_C" >&6
48824 else
48825 if test -n "$RANLIB"; then
48826 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
48827 else
48828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48829 for as_dir in $PATH
48830 do
48831 IFS=$as_save_IFS
48832 test -z "$as_dir" && as_dir=.
48833 for ac_exec_ext in '' $ac_executable_extensions; do
48834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48835 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
48836 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48837 break 2
48838 fi
48839 done
48840 done
48841 IFS=$as_save_IFS
48842
48843 fi
48844 fi
48845 RANLIB=$ac_cv_prog_RANLIB
48846 if test -n "$RANLIB"; then
48847 { echo "$as_me:$LINENO: result: $RANLIB" >&5
48848 echo "${ECHO_T}$RANLIB" >&6; }
48849 else
48850 { echo "$as_me:$LINENO: result: no" >&5
48851 echo "${ECHO_T}no" >&6; }
48852 fi
48853
48854
48855 fi
48856 if test -z "$ac_cv_prog_RANLIB"; then
48857 ac_ct_RANLIB=$RANLIB
48858 # Extract the first word of "ranlib", so it can be a program name with args.
48859 set dummy ranlib; ac_word=$2
48860 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48861 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48862 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
48863 echo $ECHO_N "(cached) $ECHO_C" >&6
48864 else
48865 if test -n "$ac_ct_RANLIB"; then
48866 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
48867 else
48868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48869 for as_dir in $PATH
48870 do
48871 IFS=$as_save_IFS
48872 test -z "$as_dir" && as_dir=.
48873 for ac_exec_ext in '' $ac_executable_extensions; do
48874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48875 ac_cv_prog_ac_ct_RANLIB="ranlib"
48876 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48877 break 2
48878 fi
48879 done
48880 done
48881 IFS=$as_save_IFS
48882
48883 fi
48884 fi
48885 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
48886 if test -n "$ac_ct_RANLIB"; then
48887 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
48888 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
48889 else
48890 { echo "$as_me:$LINENO: result: no" >&5
48891 echo "${ECHO_T}no" >&6; }
48892 fi
48893
48894 if test "x$ac_ct_RANLIB" = x; then
48895 RANLIB=":"
48896 else
48897 case $cross_compiling:$ac_tool_warned in
48898 yes:)
48899 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
48900 whose name does not start with the host triplet. If you think this
48901 configuration is useful to you, please write to autoconf@gnu.org." >&5
48902 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
48903 whose name does not start with the host triplet. If you think this
48904 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
48905 ac_tool_warned=yes ;;
48906 esac
48907 RANLIB=$ac_ct_RANLIB
48908 fi
48909 else
48910 RANLIB="$ac_cv_prog_RANLIB"
48911 fi
48912
48913 # Find a good install program. We prefer a C program (faster),
48914 # so one script is as good as another. But avoid the broken or
48915 # incompatible versions:
48916 # SysV /etc/install, /usr/sbin/install
48917 # SunOS /usr/etc/install
48918 # IRIX /sbin/install
48919 # AIX /bin/install
48920 # AmigaOS /C/install, which installs bootblocks on floppy discs
48921 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
48922 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
48923 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
48924 # OS/2's system install, which has a completely different semantic
48925 # ./install, which can be erroneously created by make from ./install.sh.
48926 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
48927 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
48928 if test -z "$INSTALL"; then
48929 if test "${ac_cv_path_install+set}" = set; then
48930 echo $ECHO_N "(cached) $ECHO_C" >&6
48931 else
48932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48933 for as_dir in $PATH
48934 do
48935 IFS=$as_save_IFS
48936 test -z "$as_dir" && as_dir=.
48937 # Account for people who put trailing slashes in PATH elements.
48938 case $as_dir/ in
48939 ./ | .// | /cC/* | \
48940 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
48941 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
48942 /usr/ucb/* ) ;;
48943 *)
48944 # OSF1 and SCO ODT 3.0 have their own names for install.
48945 # Don't use installbsd from OSF since it installs stuff as root
48946 # by default.
48947 for ac_prog in ginstall scoinst install; do
48948 for ac_exec_ext in '' $ac_executable_extensions; do
48949 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
48950 if test $ac_prog = install &&
48951 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
48952 # AIX install. It has an incompatible calling convention.
48953 :
48954 elif test $ac_prog = install &&
48955 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
48956 # program-specific install script used by HP pwplus--don't use.
48957 :
48958 else
48959 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
48960 break 3
48961 fi
48962 fi
48963 done
48964 done
48965 ;;
48966 esac
48967 done
48968 IFS=$as_save_IFS
48969
48970
48971 fi
48972 if test "${ac_cv_path_install+set}" = set; then
48973 INSTALL=$ac_cv_path_install
48974 else
48975 # As a last resort, use the slow shell script. Don't cache a
48976 # value for INSTALL within a source directory, because that will
48977 # break other packages using the cache if that directory is
48978 # removed, or if the value is a relative name.
48979 INSTALL=$ac_install_sh
48980 fi
48981 fi
48982 { echo "$as_me:$LINENO: result: $INSTALL" >&5
48983 echo "${ECHO_T}$INSTALL" >&6; }
48984
48985 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
48986 # It thinks the first close brace ends the variable substitution.
48987 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
48988
48989 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
48990
48991 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
48992
48993 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
48994 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
48995 LN_S=$as_ln_s
48996 if test "$LN_S" = "ln -s"; then
48997 { echo "$as_me:$LINENO: result: yes" >&5
48998 echo "${ECHO_T}yes" >&6; }
48999 else
49000 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
49001 echo "${ECHO_T}no, using $LN_S" >&6; }
49002 fi
49003
49004
49005 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
49006 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
49007 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
49008 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
49009 echo $ECHO_N "(cached) $ECHO_C" >&6
49010 else
49011 cat >conftest.make <<\_ACEOF
49012 SHELL = /bin/sh
49013 all:
49014 @echo '@@@%%%=$(MAKE)=@@@%%%'
49015 _ACEOF
49016 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
49017 case `${MAKE-make} -f conftest.make 2>/dev/null` in
49018 *@@@%%%=?*=@@@%%%*)
49019 eval ac_cv_prog_make_${ac_make}_set=yes;;
49020 *)
49021 eval ac_cv_prog_make_${ac_make}_set=no;;
49022 esac
49023 rm -f conftest.make
49024 fi
49025 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
49026 { echo "$as_me:$LINENO: result: yes" >&5
49027 echo "${ECHO_T}yes" >&6; }
49028 SET_MAKE=
49029 else
49030 { echo "$as_me:$LINENO: result: no" >&5
49031 echo "${ECHO_T}no" >&6; }
49032 SET_MAKE="MAKE=${MAKE-make}"
49033 fi
49034
49035
49036
49037 if test "x$SUNCXX" = "xyes"; then
49038 AR=$CXX
49039 AROPTIONS="-xar -o"
49040
49041 elif test "x$SGICC" = "xyes"; then
49042 AR=$CXX
49043 AROPTIONS="-ar -o"
49044
49045 else
49046 if test -n "$ac_tool_prefix"; then
49047 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
49048 set dummy ${ac_tool_prefix}ar; ac_word=$2
49049 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49050 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49051 if test "${ac_cv_prog_AR+set}" = set; then
49052 echo $ECHO_N "(cached) $ECHO_C" >&6
49053 else
49054 if test -n "$AR"; then
49055 ac_cv_prog_AR="$AR" # Let the user override the test.
49056 else
49057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49058 for as_dir in $PATH
49059 do
49060 IFS=$as_save_IFS
49061 test -z "$as_dir" && as_dir=.
49062 for ac_exec_ext in '' $ac_executable_extensions; do
49063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49064 ac_cv_prog_AR="${ac_tool_prefix}ar"
49065 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49066 break 2
49067 fi
49068 done
49069 done
49070 IFS=$as_save_IFS
49071
49072 fi
49073 fi
49074 AR=$ac_cv_prog_AR
49075 if test -n "$AR"; then
49076 { echo "$as_me:$LINENO: result: $AR" >&5
49077 echo "${ECHO_T}$AR" >&6; }
49078 else
49079 { echo "$as_me:$LINENO: result: no" >&5
49080 echo "${ECHO_T}no" >&6; }
49081 fi
49082
49083
49084 fi
49085 if test -z "$ac_cv_prog_AR"; then
49086 ac_ct_AR=$AR
49087 # Extract the first word of "ar", so it can be a program name with args.
49088 set dummy ar; ac_word=$2
49089 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49090 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49091 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
49092 echo $ECHO_N "(cached) $ECHO_C" >&6
49093 else
49094 if test -n "$ac_ct_AR"; then
49095 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
49096 else
49097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49098 for as_dir in $PATH
49099 do
49100 IFS=$as_save_IFS
49101 test -z "$as_dir" && as_dir=.
49102 for ac_exec_ext in '' $ac_executable_extensions; do
49103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49104 ac_cv_prog_ac_ct_AR="ar"
49105 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49106 break 2
49107 fi
49108 done
49109 done
49110 IFS=$as_save_IFS
49111
49112 fi
49113 fi
49114 ac_ct_AR=$ac_cv_prog_ac_ct_AR
49115 if test -n "$ac_ct_AR"; then
49116 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
49117 echo "${ECHO_T}$ac_ct_AR" >&6; }
49118 else
49119 { echo "$as_me:$LINENO: result: no" >&5
49120 echo "${ECHO_T}no" >&6; }
49121 fi
49122
49123 if test "x$ac_ct_AR" = x; then
49124 AR="ar"
49125 else
49126 case $cross_compiling:$ac_tool_warned in
49127 yes:)
49128 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
49129 whose name does not start with the host triplet. If you think this
49130 configuration is useful to you, please write to autoconf@gnu.org." >&5
49131 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
49132 whose name does not start with the host triplet. If you think this
49133 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
49134 ac_tool_warned=yes ;;
49135 esac
49136 AR=$ac_ct_AR
49137 fi
49138 else
49139 AR="$ac_cv_prog_AR"
49140 fi
49141
49142 AROPTIONS=rcu
49143 fi
49144
49145
49146 if test -n "$ac_tool_prefix"; then
49147 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
49148 set dummy ${ac_tool_prefix}strip; ac_word=$2
49149 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49150 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49151 if test "${ac_cv_prog_STRIP+set}" = set; then
49152 echo $ECHO_N "(cached) $ECHO_C" >&6
49153 else
49154 if test -n "$STRIP"; then
49155 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
49156 else
49157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49158 for as_dir in $PATH
49159 do
49160 IFS=$as_save_IFS
49161 test -z "$as_dir" && as_dir=.
49162 for ac_exec_ext in '' $ac_executable_extensions; do
49163 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49164 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
49165 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49166 break 2
49167 fi
49168 done
49169 done
49170 IFS=$as_save_IFS
49171
49172 fi
49173 fi
49174 STRIP=$ac_cv_prog_STRIP
49175 if test -n "$STRIP"; then
49176 { echo "$as_me:$LINENO: result: $STRIP" >&5
49177 echo "${ECHO_T}$STRIP" >&6; }
49178 else
49179 { echo "$as_me:$LINENO: result: no" >&5
49180 echo "${ECHO_T}no" >&6; }
49181 fi
49182
49183
49184 fi
49185 if test -z "$ac_cv_prog_STRIP"; then
49186 ac_ct_STRIP=$STRIP
49187 # Extract the first word of "strip", so it can be a program name with args.
49188 set dummy strip; ac_word=$2
49189 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49190 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49191 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
49192 echo $ECHO_N "(cached) $ECHO_C" >&6
49193 else
49194 if test -n "$ac_ct_STRIP"; then
49195 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
49196 else
49197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49198 for as_dir in $PATH
49199 do
49200 IFS=$as_save_IFS
49201 test -z "$as_dir" && as_dir=.
49202 for ac_exec_ext in '' $ac_executable_extensions; do
49203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49204 ac_cv_prog_ac_ct_STRIP="strip"
49205 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49206 break 2
49207 fi
49208 done
49209 done
49210 IFS=$as_save_IFS
49211
49212 fi
49213 fi
49214 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
49215 if test -n "$ac_ct_STRIP"; then
49216 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
49217 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
49218 else
49219 { echo "$as_me:$LINENO: result: no" >&5
49220 echo "${ECHO_T}no" >&6; }
49221 fi
49222
49223 if test "x$ac_ct_STRIP" = x; then
49224 STRIP=":"
49225 else
49226 case $cross_compiling:$ac_tool_warned in
49227 yes:)
49228 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
49229 whose name does not start with the host triplet. If you think this
49230 configuration is useful to you, please write to autoconf@gnu.org." >&5
49231 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
49232 whose name does not start with the host triplet. If you think this
49233 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
49234 ac_tool_warned=yes ;;
49235 esac
49236 STRIP=$ac_ct_STRIP
49237 fi
49238 else
49239 STRIP="$ac_cv_prog_STRIP"
49240 fi
49241
49242 if test -n "$ac_tool_prefix"; then
49243 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
49244 set dummy ${ac_tool_prefix}nm; ac_word=$2
49245 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49247 if test "${ac_cv_prog_NM+set}" = set; then
49248 echo $ECHO_N "(cached) $ECHO_C" >&6
49249 else
49250 if test -n "$NM"; then
49251 ac_cv_prog_NM="$NM" # Let the user override the test.
49252 else
49253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49254 for as_dir in $PATH
49255 do
49256 IFS=$as_save_IFS
49257 test -z "$as_dir" && as_dir=.
49258 for ac_exec_ext in '' $ac_executable_extensions; do
49259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49260 ac_cv_prog_NM="${ac_tool_prefix}nm"
49261 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49262 break 2
49263 fi
49264 done
49265 done
49266 IFS=$as_save_IFS
49267
49268 fi
49269 fi
49270 NM=$ac_cv_prog_NM
49271 if test -n "$NM"; then
49272 { echo "$as_me:$LINENO: result: $NM" >&5
49273 echo "${ECHO_T}$NM" >&6; }
49274 else
49275 { echo "$as_me:$LINENO: result: no" >&5
49276 echo "${ECHO_T}no" >&6; }
49277 fi
49278
49279
49280 fi
49281 if test -z "$ac_cv_prog_NM"; then
49282 ac_ct_NM=$NM
49283 # Extract the first word of "nm", so it can be a program name with args.
49284 set dummy nm; ac_word=$2
49285 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49286 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49287 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
49288 echo $ECHO_N "(cached) $ECHO_C" >&6
49289 else
49290 if test -n "$ac_ct_NM"; then
49291 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
49292 else
49293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49294 for as_dir in $PATH
49295 do
49296 IFS=$as_save_IFS
49297 test -z "$as_dir" && as_dir=.
49298 for ac_exec_ext in '' $ac_executable_extensions; do
49299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49300 ac_cv_prog_ac_ct_NM="nm"
49301 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49302 break 2
49303 fi
49304 done
49305 done
49306 IFS=$as_save_IFS
49307
49308 fi
49309 fi
49310 ac_ct_NM=$ac_cv_prog_ac_ct_NM
49311 if test -n "$ac_ct_NM"; then
49312 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
49313 echo "${ECHO_T}$ac_ct_NM" >&6; }
49314 else
49315 { echo "$as_me:$LINENO: result: no" >&5
49316 echo "${ECHO_T}no" >&6; }
49317 fi
49318
49319 if test "x$ac_ct_NM" = x; then
49320 NM=":"
49321 else
49322 case $cross_compiling:$ac_tool_warned in
49323 yes:)
49324 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
49325 whose name does not start with the host triplet. If you think this
49326 configuration is useful to you, please write to autoconf@gnu.org." >&5
49327 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
49328 whose name does not start with the host triplet. If you think this
49329 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
49330 ac_tool_warned=yes ;;
49331 esac
49332 NM=$ac_ct_NM
49333 fi
49334 else
49335 NM="$ac_cv_prog_NM"
49336 fi
49337
49338
49339 { echo "$as_me:$LINENO: checking for command to install directories" >&5
49340 echo $ECHO_N "checking for command to install directories... $ECHO_C" >&6; }
49341 INSTALL_TEST_DIR=acbftest$$
49342 $INSTALL -d $INSTALL_TEST_DIR > /dev/null 2>&1
49343 if test $? = 0 -a -d $INSTALL_TEST_DIR; then
49344 rmdir $INSTALL_TEST_DIR
49345 INSTALL_DIR='$(INSTALL) -d'
49346 { echo "$as_me:$LINENO: result: $INSTALL -d" >&5
49347 echo "${ECHO_T}$INSTALL -d" >&6; }
49348 else
49349 INSTALL_DIR="mkdir -p"
49350 { echo "$as_me:$LINENO: result: mkdir -p" >&5
49351 echo "${ECHO_T}mkdir -p" >&6; }
49352 fi
49353
49354
49355 LDFLAGS_GUI=
49356 case ${BAKEFILE_HOST} in
49357 *-*-cygwin* | *-*-mingw32* )
49358 LDFLAGS_GUI="-mwindows"
49359 esac
49360
49361
49362 fi
49363
49364 { echo "$as_me:$LINENO: checking if make is GNU make" >&5
49365 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6; }
49366 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
49367 echo $ECHO_N "(cached) $ECHO_C" >&6
49368 else
49369
49370 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
49371 egrep -s GNU > /dev/null); then
49372 bakefile_cv_prog_makeisgnu="yes"
49373 else
49374 bakefile_cv_prog_makeisgnu="no"
49375 fi
49376
49377 fi
49378 { echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
49379 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6; }
49380
49381 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
49382 IF_GNU_MAKE=""
49383 else
49384 IF_GNU_MAKE="#"
49385 fi
49386
49387
49388
49389 PLATFORM_UNIX=0
49390 PLATFORM_WIN32=0
49391 PLATFORM_MSDOS=0
49392 PLATFORM_MAC=0
49393 PLATFORM_MACOS=0
49394 PLATFORM_MACOSX=0
49395 PLATFORM_OS2=0
49396 PLATFORM_BEOS=0
49397
49398 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
49399 case "${BAKEFILE_HOST}" in
49400 *-*-mingw32* )
49401 PLATFORM_WIN32=1
49402 ;;
49403 *-pc-msdosdjgpp )
49404 PLATFORM_MSDOS=1
49405 ;;
49406 *-pc-os2_emx | *-pc-os2-emx )
49407 PLATFORM_OS2=1
49408 ;;
49409 *-*-darwin* )
49410 PLATFORM_MAC=1
49411 PLATFORM_MACOSX=1
49412 ;;
49413 *-*-beos* )
49414 PLATFORM_BEOS=1
49415 ;;
49416 powerpc-apple-macos* )
49417 PLATFORM_MAC=1
49418 PLATFORM_MACOS=1
49419 ;;
49420 * )
49421 PLATFORM_UNIX=1
49422 ;;
49423 esac
49424 else
49425 case "$BAKEFILE_FORCE_PLATFORM" in
49426 win32 )
49427 PLATFORM_WIN32=1
49428 ;;
49429 msdos )
49430 PLATFORM_MSDOS=1
49431 ;;
49432 os2 )
49433 PLATFORM_OS2=1
49434 ;;
49435 darwin )
49436 PLATFORM_MAC=1
49437 PLATFORM_MACOSX=1
49438 ;;
49439 unix )
49440 PLATFORM_UNIX=1
49441 ;;
49442 beos )
49443 PLATFORM_BEOS=1
49444 ;;
49445 * )
49446 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
49447 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
49448 { (exit 1); exit 1; }; }
49449 ;;
49450 esac
49451 fi
49452
49453
49454
49455
49456
49457
49458
49459
49460
49461
49462
49463 # Check whether --enable-omf was given.
49464 if test "${enable_omf+set}" = set; then
49465 enableval=$enable_omf; bk_os2_use_omf="$enableval"
49466 fi
49467
49468
49469 case "${BAKEFILE_HOST}" in
49470 *-*-darwin* )
49471 if test "x$GCC" = "xyes"; then
49472 CFLAGS="$CFLAGS -fno-common"
49473 CXXFLAGS="$CXXFLAGS -fno-common"
49474 fi
49475 if test "x$XLCC" = "xyes"; then
49476 CFLAGS="$CFLAGS -qnocommon"
49477 CXXFLAGS="$CXXFLAGS -qnocommon"
49478 fi
49479 ;;
49480
49481 *-pc-os2_emx | *-pc-os2-emx )
49482 if test "x$bk_os2_use_omf" = "xyes" ; then
49483 AR=emxomfar
49484 RANLIB=:
49485 LDFLAGS="-Zomf $LDFLAGS"
49486 CFLAGS="-Zomf $CFLAGS"
49487 CXXFLAGS="-Zomf $CXXFLAGS"
49488 OS2_LIBEXT="lib"
49489 else
49490 OS2_LIBEXT="a"
49491 fi
49492 ;;
49493
49494 i*86-*-beos* )
49495 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
49496 ;;
49497 esac
49498
49499
49500 SO_SUFFIX="so"
49501 SO_SUFFIX_MODULE="so"
49502 EXEEXT=""
49503 LIBPREFIX="lib"
49504 LIBEXT=".a"
49505 DLLPREFIX="lib"
49506 DLLPREFIX_MODULE=""
49507 DLLIMP_SUFFIX=""
49508 dlldir="$libdir"
49509
49510 case "${BAKEFILE_HOST}" in
49511 ia64-hp-hpux* )
49512 ;;
49513 *-hp-hpux* )
49514 SO_SUFFIX="sl"
49515 SO_SUFFIX_MODULE="sl"
49516 ;;
49517 *-*-aix* )
49518 SO_SUFFIX="a"
49519 SO_SUFFIX_MODULE="a"
49520 ;;
49521 *-*-cygwin* )
49522 SO_SUFFIX="dll"
49523 SO_SUFFIX_MODULE="dll"
49524 DLLIMP_SUFFIX="dll.a"
49525 EXEEXT=".exe"
49526 DLLPREFIX="cyg"
49527 dlldir="$bindir"
49528 ;;
49529 *-*-mingw32* )
49530 SO_SUFFIX="dll"
49531 SO_SUFFIX_MODULE="dll"
49532 DLLIMP_SUFFIX="dll.a"
49533 EXEEXT=".exe"
49534 DLLPREFIX=""
49535 dlldir="$bindir"
49536 ;;
49537 *-pc-msdosdjgpp )
49538 EXEEXT=".exe"
49539 DLLPREFIX=""
49540 dlldir="$bindir"
49541 ;;
49542 *-pc-os2_emx | *-pc-os2-emx )
49543 SO_SUFFIX="dll"
49544 SO_SUFFIX_MODULE="dll"
49545 DLLIMP_SUFFIX=$OS2_LIBEXT
49546 EXEEXT=".exe"
49547 DLLPREFIX=""
49548 LIBPREFIX=""
49549 LIBEXT=".$OS2_LIBEXT"
49550 dlldir="$bindir"
49551 ;;
49552 *-*-darwin* )
49553 SO_SUFFIX="dylib"
49554 SO_SUFFIX_MODULE="bundle"
49555 ;;
49556 esac
49557
49558 if test "x$DLLIMP_SUFFIX" = "x" ; then
49559 DLLIMP_SUFFIX="$SO_SUFFIX"
49560 fi
49561
49562
49563
49564
49565
49566
49567
49568
49569
49570
49571
49572
49573 PIC_FLAG=""
49574 if test "x$GCC" = "xyes"; then
49575 PIC_FLAG="-fPIC"
49576 fi
49577
49578 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
49579 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
49580 WINDOWS_IMPLIB=0
49581
49582 case "${BAKEFILE_HOST}" in
49583 *-hp-hpux* )
49584 if test "x$GCC" != "xyes"; then
49585 LDFLAGS="$LDFLAGS -L/usr/lib"
49586
49587 SHARED_LD_CC="${CC} -b -o"
49588 SHARED_LD_CXX="${CXX} -b -o"
49589 PIC_FLAG="+Z"
49590 fi
49591 ;;
49592
49593 *-*-linux* )
49594 if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
49595 PIC_FLAG="-KPIC"
49596 elif test "x$SUNCXX" = "xyes"; then
49597 SHARED_LD_CC="${CC} -G -o"
49598 SHARED_LD_CXX="${CXX} -G -o"
49599 PIC_FLAG="-KPIC"
49600 fi
49601 ;;
49602
49603 *-*-solaris2* )
49604 if test "x$SUNCXX" = xyes ; then
49605 SHARED_LD_CC="${CC} -G -o"
49606 SHARED_LD_CXX="${CXX} -G -o"
49607 PIC_FLAG="-KPIC"
49608 fi
49609 ;;
49610
49611 *-*-darwin* )
49612
49613 D='$'
49614 cat <<EOF >shared-ld-sh
49615 #!/bin/sh
49616 #-----------------------------------------------------------------------------
49617 #-- Name: distrib/mac/shared-ld-sh
49618 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
49619 #-- Author: Gilles Depeyrot
49620 #-- Copyright: (c) 2002 Gilles Depeyrot
49621 #-- Licence: any use permitted
49622 #-----------------------------------------------------------------------------
49623
49624 verbose=0
49625 args=""
49626 objects=""
49627 linking_flag="-dynamiclib"
49628 ldargs="-r -keep_private_externs -nostdlib"
49629
49630 if test "x${D}CXX" = "x"; then
49631 CXX="c++"
49632 fi
49633
49634 while test ${D}# -gt 0; do
49635 case ${D}1 in
49636
49637 -v)
49638 verbose=1
49639 ;;
49640
49641 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
49642 # collect these options and values
49643 args="${D}{args} ${D}1 ${D}2"
49644 shift
49645 ;;
49646
49647 -arch|-isysroot)
49648 # collect these options and values
49649 ldargs="${D}{ldargs} ${D}1 ${D}2"
49650 shift
49651 ;;
49652
49653 -s|-Wl,*)
49654 # collect these load args
49655 ldargs="${D}{ldargs} ${D}1"
49656 ;;
49657
49658 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
49659 # collect these options
49660 args="${D}{args} ${D}1"
49661 ;;
49662
49663 -dynamiclib|-bundle)
49664 linking_flag="${D}1"
49665 ;;
49666
49667 -*)
49668 echo "shared-ld: unhandled option '${D}1'"
49669 exit 1
49670 ;;
49671
49672 *.o | *.a | *.dylib)
49673 # collect object files
49674 objects="${D}{objects} ${D}1"
49675 ;;
49676
49677 *)
49678 echo "shared-ld: unhandled argument '${D}1'"
49679 exit 1
49680 ;;
49681
49682 esac
49683 shift
49684 done
49685
49686 status=0
49687
49688 #
49689 # Link one module containing all the others
49690 #
49691 if test ${D}{verbose} = 1; then
49692 echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
49693 fi
49694 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
49695 status=${D}?
49696
49697 #
49698 # Link the shared library from the single module created, but only if the
49699 # previous command didn't fail:
49700 #
49701 if test ${D}{status} = 0; then
49702 if test ${D}{verbose} = 1; then
49703 echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
49704 fi
49705 ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
49706 status=${D}?
49707 fi
49708
49709 #
49710 # Remove intermediate module
49711 #
49712 rm -f master.${D}${D}.o
49713
49714 exit ${D}status
49715 EOF
49716
49717 chmod +x shared-ld-sh
49718
49719 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
49720 SHARED_LD_MODULE_CXX="CXX=\"\$(CXX)\" $SHARED_LD_MODULE_CC"
49721
49722
49723 { echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
49724 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6; }
49725 if test "${bakefile_cv_gcc31+set}" = set; then
49726 echo $ECHO_N "(cached) $ECHO_C" >&6
49727 else
49728
49729 cat >conftest.$ac_ext <<_ACEOF
49730 /* confdefs.h. */
49731 _ACEOF
49732 cat confdefs.h >>conftest.$ac_ext
49733 cat >>conftest.$ac_ext <<_ACEOF
49734 /* end confdefs.h. */
49735
49736 int
49737 main ()
49738 {
49739
49740 #if (__GNUC__ < 3) || \
49741 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
49742 This is old gcc
49743 #endif
49744
49745 ;
49746 return 0;
49747 }
49748 _ACEOF
49749 rm -f conftest.$ac_objext
49750 if { (ac_try="$ac_compile"
49751 case "(($ac_try" in
49752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49753 *) ac_try_echo=$ac_try;;
49754 esac
49755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49756 (eval "$ac_compile") 2>conftest.er1
49757 ac_status=$?
49758 grep -v '^ *+' conftest.er1 >conftest.err
49759 rm -f conftest.er1
49760 cat conftest.err >&5
49761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49762 (exit $ac_status); } && {
49763 test -z "$ac_c_werror_flag" ||
49764 test ! -s conftest.err
49765 } && test -s conftest.$ac_objext; then
49766
49767 bakefile_cv_gcc31=yes
49768
49769 else
49770 echo "$as_me: failed program was:" >&5
49771 sed 's/^/| /' conftest.$ac_ext >&5
49772
49773
49774 bakefile_cv_gcc31=no
49775
49776
49777 fi
49778
49779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49780
49781 fi
49782 { echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
49783 echo "${ECHO_T}$bakefile_cv_gcc31" >&6; }
49784 if test "$bakefile_cv_gcc31" = "no"; then
49785 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
49786 SHARED_LD_CXX="$SHARED_LD_CC"
49787 else
49788 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
49789 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
49790 fi
49791
49792 if test "x$GCC" == "xyes"; then
49793 PIC_FLAG="-dynamic -fPIC"
49794 fi
49795 if test "x$XLCC" = "xyes"; then
49796 PIC_FLAG="-dynamic -DPIC"
49797 fi
49798 ;;
49799
49800 *-*-aix* )
49801 if test "x$GCC" = "xyes"; then
49802 PIC_FLAG=""
49803
49804 case "${BAKEFILE_HOST}" in
49805 *-*-aix5* )
49806 LD_EXPFULL="-Wl,-bexpfull"
49807 ;;
49808 esac
49809
49810 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
49811 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
49812 else
49813 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
49814 set dummy makeC++SharedLib; ac_word=$2
49815 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49817 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
49818 echo $ECHO_N "(cached) $ECHO_C" >&6
49819 else
49820 if test -n "$AIX_CXX_LD"; then
49821 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
49822 else
49823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49824 for as_dir in $PATH
49825 do
49826 IFS=$as_save_IFS
49827 test -z "$as_dir" && as_dir=.
49828 for ac_exec_ext in '' $ac_executable_extensions; do
49829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49830 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
49831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49832 break 2
49833 fi
49834 done
49835 done
49836 IFS=$as_save_IFS
49837
49838 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
49839 fi
49840 fi
49841 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
49842 if test -n "$AIX_CXX_LD"; then
49843 { echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
49844 echo "${ECHO_T}$AIX_CXX_LD" >&6; }
49845 else
49846 { echo "$as_me:$LINENO: result: no" >&5
49847 echo "${ECHO_T}no" >&6; }
49848 fi
49849
49850
49851 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
49852 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
49853 fi
49854 ;;
49855
49856 *-*-beos* )
49857 SHARED_LD_CC="${LD} -nostart -o"
49858 SHARED_LD_CXX="${LD} -nostart -o"
49859 ;;
49860
49861 *-*-irix* )
49862 if test "x$GCC" != "xyes"; then
49863 PIC_FLAG="-KPIC"
49864 fi
49865 ;;
49866
49867 *-*-cygwin* | *-*-mingw32* )
49868 PIC_FLAG=""
49869 SHARED_LD_CC="\$(CC) -shared -o"
49870 SHARED_LD_CXX="\$(CXX) -shared -o"
49871 WINDOWS_IMPLIB=1
49872 ;;
49873
49874 *-pc-os2_emx | *-pc-os2-emx )
49875 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
49876 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
49877 PIC_FLAG=""
49878
49879 D='$'
49880 cat <<EOF >dllar.sh
49881 #!/bin/sh
49882 #
49883 # dllar - a tool to build both a .dll and an .a file
49884 # from a set of object (.o) files for EMX/OS2.
49885 #
49886 # Written by Andrew Zabolotny, bit@freya.etu.ru
49887 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
49888 #
49889 # This script will accept a set of files on the command line.
49890 # All the public symbols from the .o files will be exported into
49891 # a .DEF file, then linker will be run (through gcc) against them to
49892 # build a shared library consisting of all given .o files. All libraries
49893 # (.a) will be first decompressed into component .o files then act as
49894 # described above. You can optionally give a description (-d "description")
49895 # which will be put into .DLL. To see the list of accepted options (as well
49896 # as command-line format) simply run this program without options. The .DLL
49897 # is built to be imported by name (there is no guarantee that new versions
49898 # of the library you build will have same ordinals for same symbols).
49899 #
49900 # dllar is free software; you can redistribute it and/or modify
49901 # it under the terms of the GNU General Public License as published by
49902 # the Free Software Foundation; either version 2, or (at your option)
49903 # any later version.
49904 #
49905 # dllar is distributed in the hope that it will be useful,
49906 # but WITHOUT ANY WARRANTY; without even the implied warranty of
49907 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
49908 # GNU General Public License for more details.
49909 #
49910 # You should have received a copy of the GNU General Public License
49911 # along with dllar; see the file COPYING. If not, write to the Free
49912 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
49913 # 02111-1307, USA.
49914
49915 # To successfuly run this program you will need:
49916 # - Current drive should have LFN support (HPFS, ext2, network, etc)
49917 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
49918 # - gcc
49919 # (used to build the .dll)
49920 # - emxexp
49921 # (used to create .def file from .o files)
49922 # - emximp
49923 # (used to create .a file from .def file)
49924 # - GNU text utilites (cat, sort, uniq)
49925 # used to process emxexp output
49926 # - GNU file utilities (mv, rm)
49927 # - GNU sed
49928 # - lxlite (optional, see flag below)
49929 # (used for general .dll cleanup)
49930 #
49931
49932 flag_USE_LXLITE=1;
49933
49934 #
49935 # helper functions
49936 # basnam, variant of basename, which does _not_ remove the path, _iff_
49937 # second argument (suffix to remove) is given
49938 basnam(){
49939 case ${D}# in
49940 1)
49941 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
49942 ;;
49943 2)
49944 echo ${D}1 | sed 's/'${D}2'${D}//'
49945 ;;
49946 *)
49947 echo "error in basnam ${D}*"
49948 exit 8
49949 ;;
49950 esac
49951 }
49952
49953 # Cleanup temporary files and output
49954 CleanUp() {
49955 cd ${D}curDir
49956 for i in ${D}inputFiles ; do
49957 case ${D}i in
49958 *!)
49959 rm -rf \`basnam ${D}i !\`
49960 ;;
49961 *)
49962 ;;
49963 esac
49964 done
49965
49966 # Kill result in case of failure as there is just to many stupid make/nmake
49967 # things out there which doesn't do this.
49968 if [ ${D}# -eq 0 ]; then
49969 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
49970 fi
49971 }
49972
49973 # Print usage and exit script with rc=1.
49974 PrintHelp() {
49975 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
49976 echo ' [-name-mangler-script script.sh]'
49977 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
49978 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
49979 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
49980 echo ' [*.o] [*.a]'
49981 echo '*> "output_file" should have no extension.'
49982 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
49983 echo ' The import library name is derived from this and is set to "name".a,'
49984 echo ' unless overridden by -import'
49985 echo '*> "importlib_name" should have no extension.'
49986 echo ' If it has the .o, or .a extension, it is automatically removed.'
49987 echo ' This name is used as the import library name and may be longer and'
49988 echo ' more descriptive than the DLL name which has to follow the old '
49989 echo ' 8.3 convention of FAT.'
49990 echo '*> "script.sh may be given to override the output_file name by a'
49991 echo ' different name. It is mainly useful if the regular make process'
49992 echo ' of some package does not take into account OS/2 restriction of'
49993 echo ' DLL name lengths. It takes the importlib name as input and is'
49994 echo ' supposed to procude a shorter name as output. The script should'
49995 echo ' expect to get importlib_name without extension and should produce'
49996 echo ' a (max.) 8 letter name without extension.'
49997 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
49998 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
49999 echo ' These flags will be put at the start of GCC command line.'
50000 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
50001 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
50002 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
50003 echo ' If the last character of a symbol is "*", all symbols beginning'
50004 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
50005 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
50006 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
50007 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
50008 echo ' C runtime DLLs.'
50009 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
50010 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
50011 echo ' unchanged to GCC at the end of command line.'
50012 echo '*> If you create a DLL from a library and you do not specify -o,'
50013 echo ' the basename for DLL and import library will be set to library name,'
50014 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
50015 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
50016 echo ' library will be renamed into gcc_s.a.'
50017 echo '--------'
50018 echo 'Example:'
50019 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
50020 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
50021 CleanUp
50022 exit 1
50023 }
50024
50025 # Execute a command.
50026 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
50027 # @Uses Whatever CleanUp() uses.
50028 doCommand() {
50029 echo "${D}*"
50030 eval ${D}*
50031 rcCmd=${D}?
50032
50033 if [ ${D}rcCmd -ne 0 ]; then
50034 echo "command failed, exit code="${D}rcCmd
50035 CleanUp
50036 exit ${D}rcCmd
50037 fi
50038 }
50039
50040 # main routine
50041 # setup globals
50042 cmdLine=${D}*
50043 outFile=""
50044 outimpFile=""
50045 inputFiles=""
50046 renameScript=""
50047 description=""
50048 CC=gcc.exe
50049 CFLAGS="-s -Zcrtdll"
50050 EXTRA_CFLAGS=""
50051 EXPORT_BY_ORDINALS=0
50052 exclude_symbols=""
50053 library_flags=""
50054 curDir=\`pwd\`
50055 curDirS=curDir
50056 case ${D}curDirS in
50057 */)
50058 ;;
50059 *)
50060 curDirS=${D}{curDirS}"/"
50061 ;;
50062 esac
50063 # Parse commandline
50064 libsToLink=0
50065 omfLinking=0
50066 while [ ${D}1 ]; do
50067 case ${D}1 in
50068 -ord*)
50069 EXPORT_BY_ORDINALS=1;
50070 ;;
50071 -o*)
50072 shift
50073 outFile=${D}1
50074 ;;
50075 -i*)
50076 shift
50077 outimpFile=${D}1
50078 ;;
50079 -name-mangler-script)
50080 shift
50081 renameScript=${D}1
50082 ;;
50083 -d*)
50084 shift
50085 description=${D}1
50086 ;;
50087 -f*)
50088 shift
50089 CFLAGS=${D}1
50090 ;;
50091 -c*)
50092 shift
50093 CC=${D}1
50094 ;;
50095 -h*)
50096 PrintHelp
50097 ;;
50098 -ex*)
50099 shift
50100 exclude_symbols=${D}{exclude_symbols}${D}1" "
50101 ;;
50102 -libf*)
50103 shift
50104 library_flags=${D}{library_flags}${D}1" "
50105 ;;
50106 -nocrt*)
50107 CFLAGS="-s"
50108 ;;
50109 -nolxl*)
50110 flag_USE_LXLITE=0
50111 ;;
50112 -* | /*)
50113 case ${D}1 in
50114 -L* | -l*)
50115 libsToLink=1
50116 ;;
50117 -Zomf)
50118 omfLinking=1
50119 ;;
50120 *)
50121 ;;
50122 esac
50123 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
50124 ;;
50125 *.dll)
50126 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
50127 if [ ${D}omfLinking -eq 1 ]; then
50128 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
50129 else
50130 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
50131 fi
50132 ;;
50133 *)
50134 found=0;
50135 if [ ${D}libsToLink -ne 0 ]; then
50136 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
50137 else
50138 for file in ${D}1 ; do
50139 if [ -f ${D}file ]; then
50140 inputFiles="${D}{inputFiles} ${D}file"
50141 found=1
50142 fi
50143 done
50144 if [ ${D}found -eq 0 ]; then
50145 echo "ERROR: No file(s) found: "${D}1
50146 exit 8
50147 fi
50148 fi
50149 ;;
50150 esac
50151 shift
50152 done # iterate cmdline words
50153
50154 #
50155 if [ -z "${D}inputFiles" ]; then
50156 echo "dllar: no input files"
50157 PrintHelp
50158 fi
50159
50160 # Now extract all .o files from .a files
50161 newInputFiles=""
50162 for file in ${D}inputFiles ; do
50163 case ${D}file in
50164 *.a | *.lib)
50165 case ${D}file in
50166 *.a)
50167 suffix=".a"
50168 AR="ar"
50169 ;;
50170 *.lib)
50171 suffix=".lib"
50172 AR="emxomfar"
50173 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
50174 ;;
50175 *)
50176 ;;
50177 esac
50178 dirname=\`basnam ${D}file ${D}suffix\`"_%"
50179 mkdir ${D}dirname
50180 if [ ${D}? -ne 0 ]; then
50181 echo "Failed to create subdirectory ./${D}dirname"
50182 CleanUp
50183 exit 8;
50184 fi
50185 # Append '!' to indicate archive
50186 newInputFiles="${D}newInputFiles ${D}{dirname}!"
50187 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
50188 cd ${D}curDir
50189 found=0;
50190 for subfile in ${D}dirname/*.o* ; do
50191 if [ -f ${D}subfile ]; then
50192 found=1
50193 if [ -s ${D}subfile ]; then
50194 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
50195 newInputFiles="${D}newInputFiles ${D}subfile"
50196 fi
50197 fi
50198 done
50199 if [ ${D}found -eq 0 ]; then
50200 echo "WARNING: there are no files in archive \\'${D}file\\'"
50201 fi
50202 ;;
50203 *)
50204 newInputFiles="${D}{newInputFiles} ${D}file"
50205 ;;
50206 esac
50207 done
50208 inputFiles="${D}newInputFiles"
50209
50210 # Output filename(s).
50211 do_backup=0;
50212 if [ -z ${D}outFile ]; then
50213 do_backup=1;
50214 set outFile ${D}inputFiles; outFile=${D}2
50215 fi
50216
50217 # If it is an archive, remove the '!' and the '_%' suffixes
50218 case ${D}outFile in
50219 *_%!)
50220 outFile=\`basnam ${D}outFile _%!\`
50221 ;;
50222 *)
50223 ;;
50224 esac
50225 case ${D}outFile in
50226 *.dll)
50227 outFile=\`basnam ${D}outFile .dll\`
50228 ;;
50229 *.DLL)
50230 outFile=\`basnam ${D}outFile .DLL\`
50231 ;;
50232 *.o)
50233 outFile=\`basnam ${D}outFile .o\`
50234 ;;
50235 *.obj)
50236 outFile=\`basnam ${D}outFile .obj\`
50237 ;;
50238 *.a)
50239 outFile=\`basnam ${D}outFile .a\`
50240 ;;
50241 *.lib)
50242 outFile=\`basnam ${D}outFile .lib\`
50243 ;;
50244 *)
50245 ;;
50246 esac
50247 case ${D}outimpFile in
50248 *.a)
50249 outimpFile=\`basnam ${D}outimpFile .a\`
50250 ;;
50251 *.lib)
50252 outimpFile=\`basnam ${D}outimpFile .lib\`
50253 ;;
50254 *)
50255 ;;
50256 esac
50257 if [ -z ${D}outimpFile ]; then
50258 outimpFile=${D}outFile
50259 fi
50260 defFile="${D}{outFile}.def"
50261 arcFile="${D}{outimpFile}.a"
50262 arcFile2="${D}{outimpFile}.lib"
50263
50264 #create ${D}dllFile as something matching 8.3 restrictions,
50265 if [ -z ${D}renameScript ] ; then
50266 dllFile="${D}outFile"
50267 else
50268 dllFile=\`${D}renameScript ${D}outimpFile\`
50269 fi
50270
50271 if [ ${D}do_backup -ne 0 ] ; then
50272 if [ -f ${D}arcFile ] ; then
50273 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
50274 fi
50275 if [ -f ${D}arcFile2 ] ; then
50276 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
50277 fi
50278 fi
50279
50280 # Extract public symbols from all the object files.
50281 tmpdefFile=${D}{defFile}_%
50282 rm -f ${D}tmpdefFile
50283 for file in ${D}inputFiles ; do
50284 case ${D}file in
50285 *!)
50286 ;;
50287 *)
50288 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
50289 ;;
50290 esac
50291 done
50292
50293 # Create the def file.
50294 rm -f ${D}defFile
50295 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
50296 dllFile="${D}{dllFile}.dll"
50297 if [ ! -z ${D}description ]; then
50298 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
50299 fi
50300 echo "EXPORTS" >> ${D}defFile
50301
50302 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
50303 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
50304
50305 # Checks if the export is ok or not.
50306 for word in ${D}exclude_symbols; do
50307 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
50308 mv ${D}{tmpdefFile}% ${D}tmpdefFile
50309 done
50310
50311
50312 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
50313 sed "=" < ${D}tmpdefFile | \\
50314 sed '
50315 N
50316 : loop
50317 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
50318 t loop
50319 ' > ${D}{tmpdefFile}%
50320 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
50321 else
50322 rm -f ${D}{tmpdefFile}%
50323 fi
50324 cat ${D}tmpdefFile >> ${D}defFile
50325 rm -f ${D}tmpdefFile
50326
50327 # Do linking, create implib, and apply lxlite.
50328 gccCmdl="";
50329 for file in ${D}inputFiles ; do
50330 case ${D}file in
50331 *!)
50332 ;;
50333 *)
50334 gccCmdl="${D}gccCmdl ${D}file"
50335 ;;
50336 esac
50337 done
50338 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
50339 touch "${D}{outFile}.dll"
50340
50341 doCommand "emximp -o ${D}arcFile ${D}defFile"
50342 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
50343 add_flags="";
50344 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
50345 add_flags="-ynd"
50346 fi
50347 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
50348 fi
50349 doCommand "emxomf -s -l ${D}arcFile"
50350
50351 # Successful exit.
50352 CleanUp 1
50353 exit 0
50354 EOF
50355
50356 chmod +x dllar.sh
50357 ;;
50358
50359 powerpc-apple-macos* | \
50360 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
50361 *-*-mirbsd* | \
50362 *-*-sunos4* | \
50363 *-*-osf* | \
50364 *-*-dgux5* | \
50365 *-*-sysv5* | \
50366 *-pc-msdosdjgpp )
50367 ;;
50368
50369 *)
50370 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
50371 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
50372 { (exit 1); exit 1; }; }
50373 esac
50374
50375 if test "x$PIC_FLAG" != "x" ; then
50376 PIC_FLAG="$PIC_FLAG -DPIC"
50377 fi
50378
50379 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
50380 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
50381 fi
50382 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
50383 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
50384 fi
50385
50386
50387
50388
50389
50390
50391
50392
50393
50394 USE_SOVERSION=0
50395 USE_SOVERLINUX=0
50396 USE_SOVERSOLARIS=0
50397 USE_SOVERCYGWIN=0
50398 USE_SOTWOSYMLINKS=0
50399 USE_MACVERSION=0
50400 SONAME_FLAG=
50401
50402 case "${BAKEFILE_HOST}" in
50403 *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
50404 *-*-k*bsd*-gnu | *-*-mirbsd* )
50405 if test "x$SUNCXX" = "xyes"; then
50406 SONAME_FLAG="-h "
50407 else
50408 SONAME_FLAG="-Wl,-soname,"
50409 fi
50410 USE_SOVERSION=1
50411 USE_SOVERLINUX=1
50412 USE_SOTWOSYMLINKS=1
50413 ;;
50414
50415 *-*-solaris2* )
50416 SONAME_FLAG="-h "
50417 USE_SOVERSION=1
50418 USE_SOVERSOLARIS=1
50419 ;;
50420
50421 *-*-darwin* )
50422 USE_MACVERSION=1
50423 USE_SOVERSION=1
50424 USE_SOTWOSYMLINKS=1
50425 ;;
50426
50427 *-*-cygwin* )
50428 USE_SOVERSION=1
50429 USE_SOVERCYGWIN=1
50430 ;;
50431 esac
50432
50433
50434
50435
50436
50437
50438
50439
50440
50441
50442 # Check whether --enable-dependency-tracking was given.
50443 if test "${enable_dependency_tracking+set}" = set; then
50444 enableval=$enable_dependency_tracking; bk_use_trackdeps="$enableval"
50445 fi
50446
50447
50448 { echo "$as_me:$LINENO: checking for dependency tracking method" >&5
50449 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6; }
50450
50451 BK_DEPS=""
50452 if test "x$bk_use_trackdeps" = "xno" ; then
50453 DEPS_TRACKING=0
50454 { echo "$as_me:$LINENO: result: disabled" >&5
50455 echo "${ECHO_T}disabled" >&6; }
50456 else
50457 DEPS_TRACKING=1
50458
50459 if test "x$GCC" = "xyes"; then
50460 DEPSMODE=gcc
50461 case "${BAKEFILE_HOST}" in
50462 *-*-darwin* )
50463 DEPSFLAG="-no-cpp-precomp -MMD"
50464 ;;
50465 * )
50466 DEPSFLAG="-MMD"
50467 ;;
50468 esac
50469 { echo "$as_me:$LINENO: result: gcc" >&5
50470 echo "${ECHO_T}gcc" >&6; }
50471 elif test "x$MWCC" = "xyes"; then
50472 DEPSMODE=mwcc
50473 DEPSFLAG="-MM"
50474 { echo "$as_me:$LINENO: result: mwcc" >&5
50475 echo "${ECHO_T}mwcc" >&6; }
50476 elif test "x$SUNCC" = "xyes"; then
50477 DEPSMODE=unixcc
50478 DEPSFLAG="-xM1"
50479 { echo "$as_me:$LINENO: result: Sun cc" >&5
50480 echo "${ECHO_T}Sun cc" >&6; }
50481 elif test "x$SGICC" = "xyes"; then
50482 DEPSMODE=unixcc
50483 DEPSFLAG="-M"
50484 { echo "$as_me:$LINENO: result: SGI cc" >&5
50485 echo "${ECHO_T}SGI cc" >&6; }
50486 elif test "x$HPCC" = "xyes"; then
50487 DEPSMODE=unixcc
50488 DEPSFLAG="+make"
50489 { echo "$as_me:$LINENO: result: HP cc" >&5
50490 echo "${ECHO_T}HP cc" >&6; }
50491 elif test "x$COMPAQCC" = "xyes"; then
50492 DEPSMODE=gcc
50493 DEPSFLAG="-MD"
50494 { echo "$as_me:$LINENO: result: Compaq cc" >&5
50495 echo "${ECHO_T}Compaq cc" >&6; }
50496 else
50497 DEPS_TRACKING=0
50498 { echo "$as_me:$LINENO: result: none" >&5
50499 echo "${ECHO_T}none" >&6; }
50500 fi
50501
50502 if test $DEPS_TRACKING = 1 ; then
50503
50504 D='$'
50505 cat <<EOF >bk-deps
50506 #!/bin/sh
50507
50508 # This script is part of Bakefile (http://www.bakefile.org) autoconf
50509 # script. It is used to track C/C++ files dependencies in portable way.
50510 #
50511 # Permission is given to use this file in any way.
50512
50513 DEPSMODE=${DEPSMODE}
50514 DEPSFLAG="${DEPSFLAG}"
50515 DEPSDIRBASE=.deps
50516
50517 if test ${D}DEPSMODE = gcc ; then
50518 ${D}* ${D}{DEPSFLAG}
50519 status=${D}?
50520
50521 # determine location of created files:
50522 while test ${D}# -gt 0; do
50523 case "${D}1" in
50524 -o )
50525 shift
50526 objfile=${D}1
50527 ;;
50528 -* )
50529 ;;
50530 * )
50531 srcfile=${D}1
50532 ;;
50533 esac
50534 shift
50535 done
50536 objfilebase=\`basename ${D}objfile\`
50537 builddir=\`dirname ${D}objfile\`
50538 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
50539 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
50540 depsdir=${D}builddir/${D}DEPSDIRBASE
50541 mkdir -p ${D}depsdir
50542
50543 # if the compiler failed, we're done:
50544 if test ${D}{status} != 0 ; then
50545 rm -f ${D}depfile
50546 exit ${D}{status}
50547 fi
50548
50549 # move created file to the location we want it in:
50550 if test -f ${D}depfile ; then
50551 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
50552 rm -f ${D}depfile
50553 else
50554 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
50555 depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
50556 if test ! -f ${D}depfile ; then
50557 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
50558 depfile="${D}objfile.d"
50559 fi
50560 if test -f ${D}depfile ; then
50561 sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
50562 rm -f ${D}depfile
50563 fi
50564 fi
50565 exit 0
50566
50567 elif test ${D}DEPSMODE = mwcc ; then
50568 ${D}* || exit ${D}?
50569 # Run mwcc again with -MM and redirect into the dep file we want
50570 # NOTE: We can't use shift here because we need ${D}* to be valid
50571 prevarg=
50572 for arg in ${D}* ; do
50573 if test "${D}prevarg" = "-o"; then
50574 objfile=${D}arg
50575 else
50576 case "${D}arg" in
50577 -* )
50578 ;;
50579 * )
50580 srcfile=${D}arg
50581 ;;
50582 esac
50583 fi
50584 prevarg="${D}arg"
50585 done
50586
50587 objfilebase=\`basename ${D}objfile\`
50588 builddir=\`dirname ${D}objfile\`
50589 depsdir=${D}builddir/${D}DEPSDIRBASE
50590 mkdir -p ${D}depsdir
50591
50592 ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
50593 exit 0
50594
50595 elif test ${D}DEPSMODE = unixcc; then
50596 ${D}* || exit ${D}?
50597 # Run compiler again with deps flag and redirect into the dep file.
50598 # It doesn't work if the '-o FILE' option is used, but without it the
50599 # dependency file will contain the wrong name for the object. So it is
50600 # removed from the command line, and the dep file is fixed with sed.
50601 cmd=""
50602 while test ${D}# -gt 0; do
50603 case "${D}1" in
50604 -o )
50605 shift
50606 objfile=${D}1
50607 ;;
50608 * )
50609 eval arg${D}#=\\${D}1
50610 cmd="${D}cmd \\${D}arg${D}#"
50611 ;;
50612 esac
50613 shift
50614 done
50615
50616 objfilebase=\`basename ${D}objfile\`
50617 builddir=\`dirname ${D}objfile\`
50618 depsdir=${D}builddir/${D}DEPSDIRBASE
50619 mkdir -p ${D}depsdir
50620
50621 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
50622 exit 0
50623
50624 else
50625 ${D}*
50626 exit ${D}?
50627 fi
50628 EOF
50629
50630 chmod +x bk-deps
50631 BK_DEPS="`pwd`/bk-deps"
50632 fi
50633 fi
50634
50635
50636
50637
50638
50639 case ${BAKEFILE_HOST} in
50640 *-*-cygwin* | *-*-mingw32* )
50641 if test -n "$ac_tool_prefix"; then
50642 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
50643 set dummy ${ac_tool_prefix}windres; ac_word=$2
50644 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50645 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50646 if test "${ac_cv_prog_WINDRES+set}" = set; then
50647 echo $ECHO_N "(cached) $ECHO_C" >&6
50648 else
50649 if test -n "$WINDRES"; then
50650 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
50651 else
50652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50653 for as_dir in $PATH
50654 do
50655 IFS=$as_save_IFS
50656 test -z "$as_dir" && as_dir=.
50657 for ac_exec_ext in '' $ac_executable_extensions; do
50658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50659 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
50660 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50661 break 2
50662 fi
50663 done
50664 done
50665 IFS=$as_save_IFS
50666
50667 fi
50668 fi
50669 WINDRES=$ac_cv_prog_WINDRES
50670 if test -n "$WINDRES"; then
50671 { echo "$as_me:$LINENO: result: $WINDRES" >&5
50672 echo "${ECHO_T}$WINDRES" >&6; }
50673 else
50674 { echo "$as_me:$LINENO: result: no" >&5
50675 echo "${ECHO_T}no" >&6; }
50676 fi
50677
50678
50679 fi
50680 if test -z "$ac_cv_prog_WINDRES"; then
50681 ac_ct_WINDRES=$WINDRES
50682 # Extract the first word of "windres", so it can be a program name with args.
50683 set dummy windres; ac_word=$2
50684 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50685 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50686 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
50687 echo $ECHO_N "(cached) $ECHO_C" >&6
50688 else
50689 if test -n "$ac_ct_WINDRES"; then
50690 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
50691 else
50692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50693 for as_dir in $PATH
50694 do
50695 IFS=$as_save_IFS
50696 test -z "$as_dir" && as_dir=.
50697 for ac_exec_ext in '' $ac_executable_extensions; do
50698 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50699 ac_cv_prog_ac_ct_WINDRES="windres"
50700 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50701 break 2
50702 fi
50703 done
50704 done
50705 IFS=$as_save_IFS
50706
50707 fi
50708 fi
50709 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
50710 if test -n "$ac_ct_WINDRES"; then
50711 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
50712 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
50713 else
50714 { echo "$as_me:$LINENO: result: no" >&5
50715 echo "${ECHO_T}no" >&6; }
50716 fi
50717
50718 if test "x$ac_ct_WINDRES" = x; then
50719 WINDRES=""
50720 else
50721 case $cross_compiling:$ac_tool_warned in
50722 yes:)
50723 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50724 whose name does not start with the host triplet. If you think this
50725 configuration is useful to you, please write to autoconf@gnu.org." >&5
50726 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50727 whose name does not start with the host triplet. If you think this
50728 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50729 ac_tool_warned=yes ;;
50730 esac
50731 WINDRES=$ac_ct_WINDRES
50732 fi
50733 else
50734 WINDRES="$ac_cv_prog_WINDRES"
50735 fi
50736
50737 ;;
50738
50739 *-*-darwin* | powerpc-apple-macos* )
50740 # Extract the first word of "Rez", so it can be a program name with args.
50741 set dummy Rez; ac_word=$2
50742 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50743 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50744 if test "${ac_cv_prog_REZ+set}" = set; then
50745 echo $ECHO_N "(cached) $ECHO_C" >&6
50746 else
50747 if test -n "$REZ"; then
50748 ac_cv_prog_REZ="$REZ" # Let the user override the test.
50749 else
50750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50751 for as_dir in $PATH
50752 do
50753 IFS=$as_save_IFS
50754 test -z "$as_dir" && as_dir=.
50755 for ac_exec_ext in '' $ac_executable_extensions; do
50756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50757 ac_cv_prog_REZ="Rez"
50758 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50759 break 2
50760 fi
50761 done
50762 done
50763 IFS=$as_save_IFS
50764
50765 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
50766 fi
50767 fi
50768 REZ=$ac_cv_prog_REZ
50769 if test -n "$REZ"; then
50770 { echo "$as_me:$LINENO: result: $REZ" >&5
50771 echo "${ECHO_T}$REZ" >&6; }
50772 else
50773 { echo "$as_me:$LINENO: result: no" >&5
50774 echo "${ECHO_T}no" >&6; }
50775 fi
50776
50777
50778 # Extract the first word of "SetFile", so it can be a program name with args.
50779 set dummy SetFile; ac_word=$2
50780 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50781 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50782 if test "${ac_cv_prog_SETFILE+set}" = set; then
50783 echo $ECHO_N "(cached) $ECHO_C" >&6
50784 else
50785 if test -n "$SETFILE"; then
50786 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
50787 else
50788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50789 for as_dir in $PATH
50790 do
50791 IFS=$as_save_IFS
50792 test -z "$as_dir" && as_dir=.
50793 for ac_exec_ext in '' $ac_executable_extensions; do
50794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50795 ac_cv_prog_SETFILE="SetFile"
50796 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50797 break 2
50798 fi
50799 done
50800 done
50801 IFS=$as_save_IFS
50802
50803 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
50804 fi
50805 fi
50806 SETFILE=$ac_cv_prog_SETFILE
50807 if test -n "$SETFILE"; then
50808 { echo "$as_me:$LINENO: result: $SETFILE" >&5
50809 echo "${ECHO_T}$SETFILE" >&6; }
50810 else
50811 { echo "$as_me:$LINENO: result: no" >&5
50812 echo "${ECHO_T}no" >&6; }
50813 fi
50814
50815
50816 ;;
50817 esac
50818
50819
50820
50821
50822
50823
50824
50825
50826
50827 BAKEFILE_BAKEFILE_M4_VERSION="0.2.8"
50828
50829
50830 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.8"
50831
50832
50833
50834 # Check whether --enable-precomp-headers was given.
50835 if test "${enable_precomp_headers+set}" = set; then
50836 enableval=$enable_precomp_headers; bk_use_pch="$enableval"
50837 fi
50838
50839
50840 GCC_PCH=0
50841 ICC_PCH=0
50842 USE_PCH=0
50843 BK_MAKE_PCH=""
50844
50845 case ${BAKEFILE_HOST} in
50846 *-*-cygwin* )
50847 bk_use_pch="no"
50848 ;;
50849 esac
50850
50851 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
50852 if test "x$GCC" = "xyes"; then
50853 { echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
50854 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6; }
50855 cat >conftest.$ac_ext <<_ACEOF
50856 /* confdefs.h. */
50857 _ACEOF
50858 cat confdefs.h >>conftest.$ac_ext
50859 cat >>conftest.$ac_ext <<_ACEOF
50860 /* end confdefs.h. */
50861
50862 int
50863 main ()
50864 {
50865
50866 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
50867 There is no PCH support
50868 #endif
50869 #if (__GNUC__ < 3)
50870 There is no PCH support
50871 #endif
50872 #if (__GNUC__ == 3) && \
50873 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
50874 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
50875 ( defined(__INTEL_COMPILER) )
50876 There is no PCH support
50877 #endif
50878
50879 ;
50880 return 0;
50881 }
50882 _ACEOF
50883 rm -f conftest.$ac_objext
50884 if { (ac_try="$ac_compile"
50885 case "(($ac_try" in
50886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50887 *) ac_try_echo=$ac_try;;
50888 esac
50889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
50890 (eval "$ac_compile") 2>conftest.er1
50891 ac_status=$?
50892 grep -v '^ *+' conftest.er1 >conftest.err
50893 rm -f conftest.er1
50894 cat conftest.err >&5
50895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
50896 (exit $ac_status); } && {
50897 test -z "$ac_c_werror_flag" ||
50898 test ! -s conftest.err
50899 } && test -s conftest.$ac_objext; then
50900
50901 { echo "$as_me:$LINENO: result: yes" >&5
50902 echo "${ECHO_T}yes" >&6; }
50903 GCC_PCH=1
50904
50905 else
50906 echo "$as_me: failed program was:" >&5
50907 sed 's/^/| /' conftest.$ac_ext >&5
50908
50909
50910 if test "$INTELCXX8" = "yes"; then
50911 { echo "$as_me:$LINENO: result: yes" >&5
50912 echo "${ECHO_T}yes" >&6; }
50913 ICC_PCH=1
50914 if test "$INTELCXX10" = "yes"; then
50915 ICC_PCH_CREATE_SWITCH="-pch-create"
50916 ICC_PCH_USE_SWITCH="-pch-use"
50917 else
50918 ICC_PCH_CREATE_SWITCH="-create-pch"
50919 ICC_PCH_USE_SWITCH="-use-pch"
50920 fi
50921 else
50922 { echo "$as_me:$LINENO: result: no" >&5
50923 echo "${ECHO_T}no" >&6; }
50924 fi
50925
50926 fi
50927
50928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50929 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
50930 USE_PCH=1
50931
50932 D='$'
50933 cat <<EOF >bk-make-pch
50934 #!/bin/sh
50935
50936 # This script is part of Bakefile (http://www.bakefile.org) autoconf
50937 # script. It is used to generated precompiled headers.
50938 #
50939 # Permission is given to use this file in any way.
50940
50941 outfile="${D}{1}"
50942 header="${D}{2}"
50943 shift
50944 shift
50945
50946 builddir=\`echo ${D}outfile | sed -e 's,/\\.pch/.*${D},,g'\`
50947
50948 compiler=""
50949 headerfile=""
50950
50951 while test ${D}{#} -gt 0; do
50952 add_to_cmdline=1
50953 case "${D}{1}" in
50954 -I* )
50955 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
50956 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
50957 headerfile="${D}{incdir}/${D}{header}"
50958 fi
50959 ;;
50960 -use-pch|-use_pch|-pch-use )
50961 shift
50962 add_to_cmdline=0
50963 ;;
50964 esac
50965 if test ${D}add_to_cmdline = 1 ; then
50966 compiler="${D}{compiler} ${D}{1}"
50967 fi
50968 shift
50969 done
50970
50971 if test "x${D}{headerfile}" = "x" ; then
50972 echo "error: can't find header ${D}{header} in include paths" >&2
50973 else
50974 if test -f ${D}{outfile} ; then
50975 rm -f ${D}{outfile}
50976 else
50977 mkdir -p \`dirname ${D}{outfile}\`
50978 fi
50979 depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
50980 mkdir -p ${D}{builddir}/.deps
50981 if test "x${GCC_PCH}" = "x1" ; then
50982 # can do this because gcc is >= 3.4:
50983 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
50984 elif test "x${ICC_PCH}" = "x1" ; then
50985 filename=pch_gen-${D}${D}
50986 file=${D}{filename}.c
50987 dfile=${D}{filename}.d
50988 cat > ${D}file <<EOT
50989 #include "${D}header"
50990 EOT
50991 # using -MF icc complains about differing command lines in creation/use
50992 ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
50993 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
50994 rm -f ${D}file ${D}dfile ${D}{filename}.o
50995 fi
50996 exit ${D}{?}
50997 fi
50998 EOF
50999
51000 chmod +x bk-make-pch
51001 BK_MAKE_PCH="`pwd`/bk-make-pch"
51002 fi
51003 fi
51004 fi
51005
51006
51007
51008
51009
51010
51011
51012 COND_BUILD_DEBUG="#"
51013 if test "x$BUILD" = "xdebug" ; then
51014 COND_BUILD_DEBUG=""
51015 fi
51016
51017 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
51018 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
51019 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
51020 fi
51021
51022 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
51023 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
51024 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
51025 fi
51026
51027 COND_BUILD_DEBUG_UNICODE_0="#"
51028 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
51029 COND_BUILD_DEBUG_UNICODE_0=""
51030 fi
51031
51032 COND_BUILD_DEBUG_UNICODE_1="#"
51033 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
51034 COND_BUILD_DEBUG_UNICODE_1=""
51035 fi
51036
51037 COND_BUILD_RELEASE="#"
51038 if test "x$BUILD" = "xrelease" ; then
51039 COND_BUILD_RELEASE=""
51040 fi
51041
51042 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
51043 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
51044 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
51045 fi
51046
51047 COND_BUILD_RELEASE_UNICODE_0="#"
51048 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
51049 COND_BUILD_RELEASE_UNICODE_0=""
51050 fi
51051
51052 COND_BUILD_RELEASE_UNICODE_1="#"
51053 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
51054 COND_BUILD_RELEASE_UNICODE_1=""
51055 fi
51056
51057 COND_BUILD_debug="#"
51058 if test "x$BUILD" = "xdebug" ; then
51059 COND_BUILD_debug=""
51060 fi
51061
51062 COND_BUILD_debug_DEBUG_FLAG_default="#"
51063 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
51064 COND_BUILD_debug_DEBUG_FLAG_default=""
51065 fi
51066
51067 COND_BUILD_debug_DEBUG_INFO_default="#"
51068 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
51069 COND_BUILD_debug_DEBUG_INFO_default=""
51070 fi
51071
51072 COND_BUILD_debug_UNICODE_0="#"
51073 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
51074 COND_BUILD_debug_UNICODE_0=""
51075 fi
51076
51077 COND_BUILD_debug_UNICODE_1="#"
51078 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
51079 COND_BUILD_debug_UNICODE_1=""
51080 fi
51081
51082 COND_BUILD_release="#"
51083 if test "x$BUILD" = "xrelease" ; then
51084 COND_BUILD_release=""
51085 fi
51086
51087 COND_BUILD_release_DEBUG_INFO_default="#"
51088 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
51089 COND_BUILD_release_DEBUG_INFO_default=""
51090 fi
51091
51092 COND_BUILD_release_UNICODE_0="#"
51093 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
51094 COND_BUILD_release_UNICODE_0=""
51095 fi
51096
51097 COND_BUILD_release_UNICODE_1="#"
51098 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
51099 COND_BUILD_release_UNICODE_1=""
51100 fi
51101
51102 COND_DEBUG_FLAG_0="#"
51103 if test "x$DEBUG_FLAG" = "x0" ; then
51104 COND_DEBUG_FLAG_0=""
51105 fi
51106
51107 COND_DEBUG_FLAG_1="#"
51108 if test "x$DEBUG_FLAG" = "x1" ; then
51109 COND_DEBUG_FLAG_1=""
51110 fi
51111
51112 COND_DEBUG_INFO_0="#"
51113 if test "x$DEBUG_INFO" = "x0" ; then
51114 COND_DEBUG_INFO_0=""
51115 fi
51116
51117 COND_DEBUG_INFO_1="#"
51118 if test "x$DEBUG_INFO" = "x1" ; then
51119 COND_DEBUG_INFO_1=""
51120 fi
51121
51122 COND_DEPS_TRACKING_0="#"
51123 if test "x$DEPS_TRACKING" = "x0" ; then
51124 COND_DEPS_TRACKING_0=""
51125 fi
51126
51127 COND_DEPS_TRACKING_1="#"
51128 if test "x$DEPS_TRACKING" = "x1" ; then
51129 COND_DEPS_TRACKING_1=""
51130 fi
51131
51132 COND_GCC_PCH_1="#"
51133 if test "x$GCC_PCH" = "x1" ; then
51134 COND_GCC_PCH_1=""
51135 fi
51136
51137 COND_ICC_PCH_1="#"
51138 if test "x$ICC_PCH" = "x1" ; then
51139 COND_ICC_PCH_1=""
51140 fi
51141
51142 COND_MONOLITHIC_0="#"
51143 if test "x$MONOLITHIC" = "x0" ; then
51144 COND_MONOLITHIC_0=""
51145 fi
51146
51147 COND_MONOLITHIC_0_SHARED_0="#"
51148 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
51149 COND_MONOLITHIC_0_SHARED_0=""
51150 fi
51151
51152 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
51153 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
51154 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
51155 fi
51156
51157 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
51158 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
51159 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
51160 fi
51161
51162 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
51163 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
51164 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
51165 fi
51166
51167 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
51168 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
51169 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
51170 fi
51171
51172 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
51173 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
51174 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
51175 fi
51176
51177 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1="#"
51178 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
51179 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1=""
51180 fi
51181
51182 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1="#"
51183 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
51184 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1=""
51185 fi
51186
51187 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
51188 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
51189 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
51190 fi
51191
51192 COND_MONOLITHIC_0_SHARED_0_USE_STC_1="#"
51193 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
51194 COND_MONOLITHIC_0_SHARED_0_USE_STC_1=""
51195 fi
51196
51197 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
51198 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
51199 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
51200 fi
51201
51202 COND_MONOLITHIC_0_SHARED_1="#"
51203 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
51204 COND_MONOLITHIC_0_SHARED_1=""
51205 fi
51206
51207 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
51208 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
51209 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
51210 fi
51211
51212 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
51213 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
51214 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
51215 fi
51216
51217 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
51218 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
51219 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
51220 fi
51221
51222 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
51223 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
51224 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
51225 fi
51226
51227 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
51228 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
51229 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
51230 fi
51231
51232 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1="#"
51233 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
51234 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1=""
51235 fi
51236
51237 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1="#"
51238 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
51239 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1=""
51240 fi
51241
51242 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
51243 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
51244 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
51245 fi
51246
51247 COND_MONOLITHIC_0_SHARED_1_USE_STC_1="#"
51248 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
51249 COND_MONOLITHIC_0_SHARED_1_USE_STC_1=""
51250 fi
51251
51252 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
51253 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
51254 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
51255 fi
51256
51257 COND_MONOLITHIC_0_USE_AUI_1="#"
51258 if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
51259 COND_MONOLITHIC_0_USE_AUI_1=""
51260 fi
51261
51262 COND_MONOLITHIC_0_USE_GUI_1="#"
51263 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
51264 COND_MONOLITHIC_0_USE_GUI_1=""
51265 fi
51266
51267 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1="#"
51268 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
51269 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=""
51270 fi
51271
51272 COND_MONOLITHIC_0_USE_HTML_1="#"
51273 if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
51274 COND_MONOLITHIC_0_USE_HTML_1=""
51275 fi
51276
51277 COND_MONOLITHIC_0_USE_MEDIA_1="#"
51278 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
51279 COND_MONOLITHIC_0_USE_MEDIA_1=""
51280 fi
51281
51282 COND_MONOLITHIC_0_USE_PROPGRID_1="#"
51283 if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
51284 COND_MONOLITHIC_0_USE_PROPGRID_1=""
51285 fi
51286
51287 COND_MONOLITHIC_0_USE_QA_1="#"
51288 if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
51289 COND_MONOLITHIC_0_USE_QA_1=""
51290 fi
51291
51292 COND_MONOLITHIC_0_USE_RIBBON_1="#"
51293 if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
51294 COND_MONOLITHIC_0_USE_RIBBON_1=""
51295 fi
51296
51297 COND_MONOLITHIC_0_USE_RICHTEXT_1="#"
51298 if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
51299 COND_MONOLITHIC_0_USE_RICHTEXT_1=""
51300 fi
51301
51302 COND_MONOLITHIC_0_USE_STC_1="#"
51303 if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
51304 COND_MONOLITHIC_0_USE_STC_1=""
51305 fi
51306
51307 COND_MONOLITHIC_0_USE_XRC_1="#"
51308 if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
51309 COND_MONOLITHIC_0_USE_XRC_1=""
51310 fi
51311
51312 COND_MONOLITHIC_1="#"
51313 if test "x$MONOLITHIC" = "x1" ; then
51314 COND_MONOLITHIC_1=""
51315 fi
51316
51317 COND_MONOLITHIC_1_SHARED_0="#"
51318 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
51319 COND_MONOLITHIC_1_SHARED_0=""
51320 fi
51321
51322 COND_MONOLITHIC_1_SHARED_1="#"
51323 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
51324 COND_MONOLITHIC_1_SHARED_1=""
51325 fi
51326
51327 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
51328 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
51329 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
51330 fi
51331
51332 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
51333 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
51334 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
51335 fi
51336
51337 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
51338 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
51339 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
51340 fi
51341
51342 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
51343 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
51344 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
51345 fi
51346
51347 COND_PLATFORM_MACOSX_1="#"
51348 if test "x$PLATFORM_MACOSX" = "x1" ; then
51349 COND_PLATFORM_MACOSX_1=""
51350 fi
51351
51352 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0="#"
51353 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
51354 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0=""
51355 fi
51356
51357 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0="#"
51358 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
51359 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0=""
51360 fi
51361
51362 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
51363 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
51364 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1=""
51365 fi
51366
51367 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0="#"
51368 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51369 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0=""
51370 fi
51371
51372 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
51373 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
51374 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1=""
51375 fi
51376
51377 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0="#"
51378 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51379 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0=""
51380 fi
51381
51382 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
51383 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
51384 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
51385 fi
51386
51387 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
51388 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51389 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
51390 fi
51391
51392 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
51393 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
51394 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
51395 fi
51396
51397 COND_PLATFORM_MACOSX_1_USE_OPENGL_1="#"
51398 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
51399 COND_PLATFORM_MACOSX_1_USE_OPENGL_1=""
51400 fi
51401
51402 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
51403 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
51404 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
51405 fi
51406
51407 COND_PLATFORM_MACOS_1="#"
51408 if test "x$PLATFORM_MACOS" = "x1" ; then
51409 COND_PLATFORM_MACOS_1=""
51410 fi
51411
51412 COND_PLATFORM_MAC_0="#"
51413 if test "x$PLATFORM_MAC" = "x0" ; then
51414 COND_PLATFORM_MAC_0=""
51415 fi
51416
51417 COND_PLATFORM_MAC_1="#"
51418 if test "x$PLATFORM_MAC" = "x1" ; then
51419 COND_PLATFORM_MAC_1=""
51420 fi
51421
51422 COND_PLATFORM_MSDOS_0="#"
51423 if test "x$PLATFORM_MSDOS" = "x0" ; then
51424 COND_PLATFORM_MSDOS_0=""
51425 fi
51426
51427 COND_PLATFORM_MSDOS_1="#"
51428 if test "x$PLATFORM_MSDOS" = "x1" ; then
51429 COND_PLATFORM_MSDOS_1=""
51430 fi
51431
51432 COND_PLATFORM_OS2_1="#"
51433 if test "x$PLATFORM_OS2" = "x1" ; then
51434 COND_PLATFORM_OS2_1=""
51435 fi
51436
51437 COND_PLATFORM_UNIX_0="#"
51438 if test "x$PLATFORM_UNIX" = "x0" ; then
51439 COND_PLATFORM_UNIX_0=""
51440 fi
51441
51442 COND_PLATFORM_UNIX_1="#"
51443 if test "x$PLATFORM_UNIX" = "x1" ; then
51444 COND_PLATFORM_UNIX_1=""
51445 fi
51446
51447 COND_PLATFORM_UNIX_1_TOOLKIT_MGL="#"
51448 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" ; then
51449 COND_PLATFORM_UNIX_1_TOOLKIT_MGL=""
51450 fi
51451
51452 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1="#"
51453 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
51454 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1=""
51455 fi
51456
51457 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
51458 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
51459 COND_PLATFORM_UNIX_1_USE_GUI_1=""
51460 fi
51461
51462 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
51463 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
51464 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
51465 fi
51466
51467 COND_PLATFORM_WIN32_0="#"
51468 if test "x$PLATFORM_WIN32" = "x0" ; then
51469 COND_PLATFORM_WIN32_0=""
51470 fi
51471
51472 COND_PLATFORM_WIN32_1="#"
51473 if test "x$PLATFORM_WIN32" = "x1" ; then
51474 COND_PLATFORM_WIN32_1=""
51475 fi
51476
51477 COND_PLATFORM_WIN32_1_SHARED_0="#"
51478 if test "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
51479 COND_PLATFORM_WIN32_1_SHARED_0=""
51480 fi
51481
51482 COND_SHARED_0="#"
51483 if test "x$SHARED" = "x0" ; then
51484 COND_SHARED_0=""
51485 fi
51486
51487 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
51488 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
51489 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
51490 fi
51491
51492 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
51493 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
51494 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
51495 fi
51496
51497 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
51498 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
51499 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
51500 fi
51501
51502 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
51503 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
51504 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
51505 fi
51506
51507 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
51508 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
51509 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
51510 fi
51511
51512 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
51513 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
51514 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin=""
51515 fi
51516
51517 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
51518 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
51519 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
51520 fi
51521
51522 COND_SHARED_0_USE_STC_1="#"
51523 if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
51524 COND_SHARED_0_USE_STC_1=""
51525 fi
51526
51527 COND_SHARED_0_wxUSE_EXPAT_builtin="#"
51528 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
51529 COND_SHARED_0_wxUSE_EXPAT_builtin=""
51530 fi
51531
51532 COND_SHARED_0_wxUSE_REGEX_builtin="#"
51533 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
51534 COND_SHARED_0_wxUSE_REGEX_builtin=""
51535 fi
51536
51537 COND_SHARED_0_wxUSE_ZLIB_builtin="#"
51538 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
51539 COND_SHARED_0_wxUSE_ZLIB_builtin=""
51540 fi
51541
51542 COND_SHARED_1="#"
51543 if test "x$SHARED" = "x1" ; then
51544 COND_SHARED_1=""
51545 fi
51546
51547 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
51548 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
51549 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
51550 fi
51551
51552 COND_TOOLKIT_="#"
51553 if test "x$TOOLKIT" = "x" ; then
51554 COND_TOOLKIT_=""
51555 fi
51556
51557 COND_TOOLKIT_COCOA="#"
51558 if test "x$TOOLKIT" = "xCOCOA" ; then
51559 COND_TOOLKIT_COCOA=""
51560 fi
51561
51562 COND_TOOLKIT_COCOA_USE_GUI_1="#"
51563 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
51564 COND_TOOLKIT_COCOA_USE_GUI_1=""
51565 fi
51566
51567 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
51568 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51569 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
51570 fi
51571
51572 COND_TOOLKIT_DFB="#"
51573 if test "x$TOOLKIT" = "xDFB" ; then
51574 COND_TOOLKIT_DFB=""
51575 fi
51576
51577 COND_TOOLKIT_DFB_USE_GUI_1="#"
51578 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
51579 COND_TOOLKIT_DFB_USE_GUI_1=""
51580 fi
51581
51582 COND_TOOLKIT_GTK="#"
51583 if test "x$TOOLKIT" = "xGTK" ; then
51584 COND_TOOLKIT_GTK=""
51585 fi
51586
51587 COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
51588 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
51589 COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
51590 fi
51591
51592 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
51593 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
51594 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
51595 fi
51596
51597 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
51598 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
51599 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
51600 fi
51601
51602 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
51603 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51604 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
51605 fi
51606
51607 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
51608 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
51609 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
51610 fi
51611
51612 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
51613 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51614 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
51615 fi
51616
51617 COND_TOOLKIT_GTK_USE_GUI_1="#"
51618 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
51619 COND_TOOLKIT_GTK_USE_GUI_1=""
51620 fi
51621
51622 COND_TOOLKIT_MAC="#"
51623 if test "x$TOOLKIT" = "xMAC" ; then
51624 COND_TOOLKIT_MAC=""
51625 fi
51626
51627 COND_TOOLKIT_MGL="#"
51628 if test "x$TOOLKIT" = "xMGL" ; then
51629 COND_TOOLKIT_MGL=""
51630 fi
51631
51632 COND_TOOLKIT_MGL_USE_GUI_1="#"
51633 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
51634 COND_TOOLKIT_MGL_USE_GUI_1=""
51635 fi
51636
51637 COND_TOOLKIT_MOTIF="#"
51638 if test "x$TOOLKIT" = "xMOTIF" ; then
51639 COND_TOOLKIT_MOTIF=""
51640 fi
51641
51642 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
51643 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
51644 COND_TOOLKIT_MOTIF_USE_GUI_1=""
51645 fi
51646
51647 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
51648 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51649 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
51650 fi
51651
51652 COND_TOOLKIT_MSW="#"
51653 if test "x$TOOLKIT" = "xMSW" ; then
51654 COND_TOOLKIT_MSW=""
51655 fi
51656
51657 COND_TOOLKIT_MSW_USE_GUI_1="#"
51658 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
51659 COND_TOOLKIT_MSW_USE_GUI_1=""
51660 fi
51661
51662 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
51663 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51664 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
51665 fi
51666
51667 COND_TOOLKIT_MSW_WXUNIV_0="#"
51668 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
51669 COND_TOOLKIT_MSW_WXUNIV_0=""
51670 fi
51671
51672 COND_TOOLKIT_OSX_CARBON="#"
51673 if test "x$TOOLKIT" = "xOSX_CARBON" ; then
51674 COND_TOOLKIT_OSX_CARBON=""
51675 fi
51676
51677 COND_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
51678 if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
51679 COND_TOOLKIT_OSX_CARBON_USE_GUI_1=""
51680 fi
51681
51682 COND_TOOLKIT_OSX_COCOA="#"
51683 if test "x$TOOLKIT" = "xOSX_COCOA" ; then
51684 COND_TOOLKIT_OSX_COCOA=""
51685 fi
51686
51687 COND_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
51688 if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
51689 COND_TOOLKIT_OSX_COCOA_USE_GUI_1=""
51690 fi
51691
51692 COND_TOOLKIT_OSX_IPHONE="#"
51693 if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
51694 COND_TOOLKIT_OSX_IPHONE=""
51695 fi
51696
51697 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
51698 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
51699 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
51700 fi
51701
51702 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
51703 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51704 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
51705 fi
51706
51707 COND_TOOLKIT_PM="#"
51708 if test "x$TOOLKIT" = "xPM" ; then
51709 COND_TOOLKIT_PM=""
51710 fi
51711
51712 COND_TOOLKIT_PM_USE_GUI_1="#"
51713 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
51714 COND_TOOLKIT_PM_USE_GUI_1=""
51715 fi
51716
51717 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
51718 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51719 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
51720 fi
51721
51722 COND_TOOLKIT_WINCE="#"
51723 if test "x$TOOLKIT" = "xWINCE" ; then
51724 COND_TOOLKIT_WINCE=""
51725 fi
51726
51727 COND_TOOLKIT_WINCE_USE_GUI_1="#"
51728 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
51729 COND_TOOLKIT_WINCE_USE_GUI_1=""
51730 fi
51731
51732 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
51733 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51734 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
51735 fi
51736
51737 COND_TOOLKIT_WINCE_WXUNIV_0="#"
51738 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
51739 COND_TOOLKIT_WINCE_WXUNIV_0=""
51740 fi
51741
51742 COND_TOOLKIT_X11="#"
51743 if test "x$TOOLKIT" = "xX11" ; then
51744 COND_TOOLKIT_X11=""
51745 fi
51746
51747 COND_TOOLKIT_X11_USE_GUI_1="#"
51748 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
51749 COND_TOOLKIT_X11_USE_GUI_1=""
51750 fi
51751
51752 COND_UNICODE_1="#"
51753 if test "x$UNICODE" = "x1" ; then
51754 COND_UNICODE_1=""
51755 fi
51756
51757 COND_USE_CAIRO_1="#"
51758 if test "x$USE_CAIRO" = "x1" ; then
51759 COND_USE_CAIRO_1=""
51760 fi
51761
51762 COND_USE_EXCEPTIONS_0="#"
51763 if test "x$USE_EXCEPTIONS" = "x0" ; then
51764 COND_USE_EXCEPTIONS_0=""
51765 fi
51766
51767 COND_USE_EXCEPTIONS_1="#"
51768 if test "x$USE_EXCEPTIONS" = "x1" ; then
51769 COND_USE_EXCEPTIONS_1=""
51770 fi
51771
51772 COND_USE_GUI_0="#"
51773 if test "x$USE_GUI" = "x0" ; then
51774 COND_USE_GUI_0=""
51775 fi
51776
51777 COND_USE_GUI_1="#"
51778 if test "x$USE_GUI" = "x1" ; then
51779 COND_USE_GUI_1=""
51780 fi
51781
51782 COND_USE_GUI_1_USE_OPENGL_1="#"
51783 if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
51784 COND_USE_GUI_1_USE_OPENGL_1=""
51785 fi
51786
51787 COND_USE_GUI_1_WXUNIV_0="#"
51788 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
51789 COND_USE_GUI_1_WXUNIV_0=""
51790 fi
51791
51792 COND_USE_GUI_1_WXUNIV_1="#"
51793 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
51794 COND_USE_GUI_1_WXUNIV_1=""
51795 fi
51796
51797 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
51798 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
51799 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
51800 fi
51801
51802 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
51803 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
51804 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
51805 fi
51806
51807 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
51808 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
51809 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
51810 fi
51811
51812 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
51813 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
51814 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
51815 fi
51816
51817 COND_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
51818 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
51819 COND_USE_GUI_1_wxUSE_LIBPNG_builtin=""
51820 fi
51821
51822 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
51823 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
51824 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
51825 fi
51826
51827 COND_USE_OPENGL_1="#"
51828 if test "x$USE_OPENGL" = "x1" ; then
51829 COND_USE_OPENGL_1=""
51830 fi
51831
51832 COND_USE_PCH_1="#"
51833 if test "x$USE_PCH" = "x1" ; then
51834 COND_USE_PCH_1=""
51835 fi
51836
51837 COND_USE_PLUGINS_0="#"
51838 if test "x$USE_PLUGINS" = "x0" ; then
51839 COND_USE_PLUGINS_0=""
51840 fi
51841
51842 COND_USE_RTTI_0="#"
51843 if test "x$USE_RTTI" = "x0" ; then
51844 COND_USE_RTTI_0=""
51845 fi
51846
51847 COND_USE_RTTI_1="#"
51848 if test "x$USE_RTTI" = "x1" ; then
51849 COND_USE_RTTI_1=""
51850 fi
51851
51852 COND_USE_SOTWOSYMLINKS_1="#"
51853 if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
51854 COND_USE_SOTWOSYMLINKS_1=""
51855 fi
51856
51857 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
51858 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
51859 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
51860 fi
51861
51862 COND_USE_SOVERLINUX_1="#"
51863 if test "x$USE_SOVERLINUX" = "x1" ; then
51864 COND_USE_SOVERLINUX_1=""
51865 fi
51866
51867 COND_USE_SOVERSION_0="#"
51868 if test "x$USE_SOVERSION" = "x0" ; then
51869 COND_USE_SOVERSION_0=""
51870 fi
51871
51872 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1="#"
51873 if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
51874 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1=""
51875 fi
51876
51877 COND_USE_SOVERSOLARIS_1="#"
51878 if test "x$USE_SOVERSOLARIS" = "x1" ; then
51879 COND_USE_SOVERSOLARIS_1=""
51880 fi
51881
51882 COND_USE_STC_1="#"
51883 if test "x$USE_STC" = "x1" ; then
51884 COND_USE_STC_1=""
51885 fi
51886
51887 COND_USE_THREADS_0="#"
51888 if test "x$USE_THREADS" = "x0" ; then
51889 COND_USE_THREADS_0=""
51890 fi
51891
51892 COND_USE_THREADS_1="#"
51893 if test "x$USE_THREADS" = "x1" ; then
51894 COND_USE_THREADS_1=""
51895 fi
51896
51897 COND_USE_XRC_1="#"
51898 if test "x$USE_XRC" = "x1" ; then
51899 COND_USE_XRC_1=""
51900 fi
51901
51902 COND_WINDOWS_IMPLIB_1="#"
51903 if test "x$WINDOWS_IMPLIB" = "x1" ; then
51904 COND_WINDOWS_IMPLIB_1=""
51905 fi
51906
51907 COND_WITH_PLUGIN_SDL_1="#"
51908 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
51909 COND_WITH_PLUGIN_SDL_1=""
51910 fi
51911
51912 COND_WXUNIV_0="#"
51913 if test "x$WXUNIV" = "x0" ; then
51914 COND_WXUNIV_0=""
51915 fi
51916
51917 COND_WXUNIV_1="#"
51918 if test "x$WXUNIV" = "x1" ; then
51919 COND_WXUNIV_1=""
51920 fi
51921
51922 COND_WXUSE_EXPAT_BUILTIN="#"
51923 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
51924 COND_WXUSE_EXPAT_BUILTIN=""
51925 fi
51926
51927 COND_WXUSE_LIBJPEG_BUILTIN="#"
51928 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
51929 COND_WXUSE_LIBJPEG_BUILTIN=""
51930 fi
51931
51932 COND_WXUSE_LIBPNG_BUILTIN="#"
51933 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
51934 COND_WXUSE_LIBPNG_BUILTIN=""
51935 fi
51936
51937 COND_WXUSE_LIBTIFF_BUILTIN="#"
51938 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
51939 COND_WXUSE_LIBTIFF_BUILTIN=""
51940 fi
51941
51942 COND_WXUSE_REGEX_BUILTIN="#"
51943 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
51944 COND_WXUSE_REGEX_BUILTIN=""
51945 fi
51946
51947 COND_WXUSE_ZLIB_BUILTIN="#"
51948 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
51949 COND_WXUSE_ZLIB_BUILTIN=""
51950 fi
51951
51952 COND_wxUSE_EXPAT_builtin="#"
51953 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
51954 COND_wxUSE_EXPAT_builtin=""
51955 fi
51956
51957 COND_wxUSE_LIBJPEG_builtin="#"
51958 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
51959 COND_wxUSE_LIBJPEG_builtin=""
51960 fi
51961
51962 COND_wxUSE_LIBPNG_builtin="#"
51963 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
51964 COND_wxUSE_LIBPNG_builtin=""
51965 fi
51966
51967 COND_wxUSE_LIBTIFF_builtin="#"
51968 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
51969 COND_wxUSE_LIBTIFF_builtin=""
51970 fi
51971
51972 COND_wxUSE_REGEX_builtin="#"
51973 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
51974 COND_wxUSE_REGEX_builtin=""
51975 fi
51976
51977 COND_wxUSE_ZLIB_builtin="#"
51978 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
51979 COND_wxUSE_ZLIB_builtin=""
51980 fi
51981
51982
51983
51984 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
51985 { { echo "$as_me:$LINENO: 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)?" >&5
51986 echo "$as_me: 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)?" >&2;}
51987 { (exit 1); exit 1; }; }
51988 fi
51989
51990 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
51991 { { echo "$as_me:$LINENO: error: Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." >&5
51992 echo "$as_me: error: Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." >&2;}
51993 { (exit 1); exit 1; }; }
51994 fi
51995
51996
51997 case ${INSTALL} in
51998 /* ) # Absolute
51999 ;;
52000 ?:* ) # Drive letter, considered as absolute.
52001 ;;
52002 *)
52003 INSTALL=`pwd`/${INSTALL} ;;
52004 esac
52005
52006 if test "$wxUSE_GUI" = "yes"; then
52007
52008 if test "$wxUSE_MSW" = 1 ; then
52009 if test "x$WINDRES" = "x"; then
52010 { { echo "$as_me:$LINENO: error: Required windres program not found" >&5
52011 echo "$as_me: error: Required windres program not found" >&2;}
52012 { (exit 1); exit 1; }; }
52013 fi
52014
52015 RESCOMP="$WINDRES $WINDRES_CPU_DEFINE"
52016 fi
52017
52018 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
52019 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
52020 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
52021
52022 LIBWXMACRES="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
52023
52024 # Extract the first word of "DeRez", so it can be a program name with args.
52025 set dummy DeRez; ac_word=$2
52026 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52027 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52028 if test "${ac_cv_prog_DEREZ+set}" = set; then
52029 echo $ECHO_N "(cached) $ECHO_C" >&6
52030 else
52031 if test -n "$DEREZ"; then
52032 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
52033 else
52034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52035 for as_dir in $PATH
52036 do
52037 IFS=$as_save_IFS
52038 test -z "$as_dir" && as_dir=.
52039 for ac_exec_ext in '' $ac_executable_extensions; do
52040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52041 ac_cv_prog_DEREZ="DeRez"
52042 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52043 break 2
52044 fi
52045 done
52046 done
52047 IFS=$as_save_IFS
52048
52049 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
52050 fi
52051 fi
52052 DEREZ=$ac_cv_prog_DEREZ
52053 if test -n "$DEREZ"; then
52054 { echo "$as_me:$LINENO: result: $DEREZ" >&5
52055 echo "${ECHO_T}$DEREZ" >&6; }
52056 else
52057 { echo "$as_me:$LINENO: result: no" >&5
52058 echo "${ECHO_T}no" >&6; }
52059 fi
52060
52061
52062
52063 MACSETFILE="\$(SETFILE)"
52064
52065 if test "$wxUSE_OSX_CARBON" = 1; then
52066 POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
52067 RESCOMP="$REZ"
52068 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
52069 else
52070 POSTLINK_COMMAND="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
52071 RESCOMP="cat /dev/null \| $REZ"
52072 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
52073 fi
52074
52075 else
52076 MACSETFILE="@true"
52077
52078 if test "$wxUSE_PM" = 1; then
52079 RESCOMP="emxbind"
52080 WXCONFIG_RESFLAGS="-ep"
52081
52082 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
52083 else
52084 POSTLINK_COMMAND="@true"
52085 fi
52086 fi
52087
52088 fi
52089
52090
52091 if test $GCC_PCH = 1
52092 then
52093 if test "$wx_cv_gcc_pch_bug" = yes; then
52094 { echo "$as_me:$LINENO: WARNING: *** Precompiled header support is broken on this compiler" >&5
52095 echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
52096 { echo "$as_me:$LINENO: WARNING: *** --enable-precomp-headers is not recommended" >&5
52097 echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
52098 { echo "$as_me:$LINENO: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
52099 echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
52100 fi
52101
52102 # Our WX_PRECOMP flag does not make sense for any language except C++ because
52103 # the headers that benefit from precompilation are mostly C++ headers.
52104 CXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
52105 # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
52106 #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
52107 fi
52108
52109
52110 if test "$wxUSE_MAC" = 1 ; then
52111 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
52112 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
52113 mv temp bk-deps
52114 chmod +x bk-deps
52115 fi
52116 fi
52117
52118 if test "$wxUSE_SHARED" = "yes"; then
52119 case "${host}" in
52120 *-pc-os2_emx | *-pc-os2-emx )
52121 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
52122 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
52123 cp -p ${srcdir}/src/os2/dllnames.sh .
52124 cp -p ${srcdir}/src/os2/dllar.sh .
52125 ;;
52126 esac
52127 fi
52128 if test "$wxUSE_OMF" = "yes"; then
52129 case "${host}" in
52130 *-pc-os2_emx | *-pc-os2-emx )
52131 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
52132 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
52133 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
52134 ;;
52135 esac
52136 fi
52137
52138 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
52139
52140
52141 case "${host}" in
52142 *-*-solaris2* )
52143 if test "$GCC" = yes; then
52144 CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//'`
52145 LIBS=`echo $LIBS | sed 's/-mt//'`
52146 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//'`
52147 fi
52148 ;;
52149
52150 *-*-linux* )
52151 if test "x$SUNCXX" = xyes; then
52152 CPPFLAGS=`echo $CPPFLAGS | sed 's/-pthread//'`
52153 LIBS=`echo $LIBS | sed 's/-pthread//'`
52154 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-pthread//'`
52155 fi
52156 ;;
52157 esac
52158
52159 CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
52160 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
52161 OBJCFLAGS="$OBJCFLAGS $CFLAGS_VISIBILITY"
52162 OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
52163
52164 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
52165
52166
52167
52168
52169
52170
52171
52172
52173
52174
52175
52176
52177
52178
52179
52180
52181
52182
52183
52184
52185
52186
52187
52188
52189
52190
52191
52192
52193
52194
52195
52196
52197
52198
52199
52200
52201
52202
52203
52204
52205
52206
52207
52208
52209
52210
52211
52212
52213
52214
52215
52216
52217
52218
52219
52220
52221
52222
52223
52224
52225 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
52226 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
52227 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
52228 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
52229 echo $ECHO_N "(cached) $ECHO_C" >&6
52230 else
52231 cat >conftest.make <<\_ACEOF
52232 SHELL = /bin/sh
52233 all:
52234 @echo '@@@%%%=$(MAKE)=@@@%%%'
52235 _ACEOF
52236 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
52237 case `${MAKE-make} -f conftest.make 2>/dev/null` in
52238 *@@@%%%=?*=@@@%%%*)
52239 eval ac_cv_prog_make_${ac_make}_set=yes;;
52240 *)
52241 eval ac_cv_prog_make_${ac_make}_set=no;;
52242 esac
52243 rm -f conftest.make
52244 fi
52245 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
52246 { echo "$as_me:$LINENO: result: yes" >&5
52247 echo "${ECHO_T}yes" >&6; }
52248 SET_MAKE=
52249 else
52250 { echo "$as_me:$LINENO: result: no" >&5
52251 echo "${ECHO_T}no" >&6; }
52252 SET_MAKE="MAKE=${MAKE-make}"
52253 fi
52254
52255
52256
52257 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
52258
52259
52260 if test "$USE_WIN32" = 1; then
52261 ac_config_commands="$ac_config_commands rcdefs.h"
52262
52263 fi
52264
52265 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
52266
52267
52268 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
52269
52270
52271 ac_config_files="$ac_config_files utils/ifacecheck/rungccxml.sh"
52272
52273
52274 if test "$wx_cv_version_script" = "yes"; then
52275 ac_config_files="$ac_config_files version-script"
52276
52277 fi
52278 ac_config_files="$ac_config_files Makefile"
52279
52280
52281 ac_config_commands="$ac_config_commands wx-config"
52282
52283
52284
52285 if test "$wxWITH_SUBDIRS" != "no"; then
52286 if test "$wxUSE_GUI" = "yes"; then
52287 SUBDIRS="samples demos utils"
52288 else
52289 SUBDIRS="samples utils"
52290 fi
52291
52292
52293
52294 # Check whether --with-cppunit-prefix was given.
52295 if test "${with_cppunit_prefix+set}" = set; then
52296 withval=$with_cppunit_prefix; cppunit_config_prefix="$withval"
52297 else
52298 cppunit_config_prefix=""
52299 fi
52300
52301
52302 # Check whether --with-cppunit-exec-prefix was given.
52303 if test "${with_cppunit_exec_prefix+set}" = set; then
52304 withval=$with_cppunit_exec_prefix; cppunit_config_exec_prefix="$withval"
52305 else
52306 cppunit_config_exec_prefix=""
52307 fi
52308
52309
52310 if test x$cppunit_config_exec_prefix != x ; then
52311 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
52312 if test x${CPPUNIT_CONFIG+set} != xset ; then
52313 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
52314 fi
52315 fi
52316 if test x$cppunit_config_prefix != x ; then
52317 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
52318 if test x${CPPUNIT_CONFIG+set} != xset ; then
52319 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
52320 fi
52321 fi
52322
52323 # Extract the first word of "cppunit-config", so it can be a program name with args.
52324 set dummy cppunit-config; ac_word=$2
52325 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52327 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
52328 echo $ECHO_N "(cached) $ECHO_C" >&6
52329 else
52330 case $CPPUNIT_CONFIG in
52331 [\\/]* | ?:[\\/]*)
52332 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
52333 ;;
52334 *)
52335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52336 for as_dir in $PATH
52337 do
52338 IFS=$as_save_IFS
52339 test -z "$as_dir" && as_dir=.
52340 for ac_exec_ext in '' $ac_executable_extensions; do
52341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52342 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
52343 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52344 break 2
52345 fi
52346 done
52347 done
52348 IFS=$as_save_IFS
52349
52350 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
52351 ;;
52352 esac
52353 fi
52354 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
52355 if test -n "$CPPUNIT_CONFIG"; then
52356 { echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
52357 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6; }
52358 else
52359 { echo "$as_me:$LINENO: result: no" >&5
52360 echo "${ECHO_T}no" >&6; }
52361 fi
52362
52363
52364 cppunit_version_min=1.8.0
52365
52366 { echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
52367 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6; }
52368 no_cppunit=""
52369 if test "$CPPUNIT_CONFIG" = "no" ; then
52370 { echo "$as_me:$LINENO: result: no" >&5
52371 echo "${ECHO_T}no" >&6; }
52372 no_cppunit=yes
52373 else
52374 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
52375 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
52376 cppunit_version=`$CPPUNIT_CONFIG --version`
52377
52378 cppunit_major_version=`echo $cppunit_version | \
52379 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
52380 cppunit_minor_version=`echo $cppunit_version | \
52381 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
52382 cppunit_micro_version=`echo $cppunit_version | \
52383 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
52384
52385 cppunit_major_min=`echo $cppunit_version_min | \
52386 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
52387 cppunit_minor_min=`echo $cppunit_version_min | \
52388 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
52389 cppunit_micro_min=`echo $cppunit_version_min | \
52390 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
52391
52392 cppunit_version_proper=`expr \
52393 $cppunit_major_version \> $cppunit_major_min \| \
52394 $cppunit_major_version \= $cppunit_major_min \& \
52395 $cppunit_minor_version \> $cppunit_minor_min \| \
52396 $cppunit_major_version \= $cppunit_major_min \& \
52397 $cppunit_minor_version \= $cppunit_minor_min \& \
52398 $cppunit_micro_version \>= $cppunit_micro_min `
52399
52400 if test "$cppunit_version_proper" = "1" ; then
52401 { echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
52402 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
52403 else
52404 { echo "$as_me:$LINENO: result: no" >&5
52405 echo "${ECHO_T}no" >&6; }
52406 no_cppunit=yes
52407 fi
52408 fi
52409
52410 if test "x$no_cppunit" = x ; then
52411 SUBDIRS="$SUBDIRS tests"
52412 else
52413 CPPUNIT_CFLAGS=""
52414 CPPUNIT_LIBS=""
52415 :
52416 fi
52417
52418
52419
52420
52421
52422 for subdir in $SUBDIRS; do
52423 if test -d ${srcdir}/${subdir} ; then
52424 if test "$wxUSE_GUI" = "yes"; then
52425 if test ${subdir} = "samples"; then
52426 makefiles="samples/Makefile.in $makefiles"
52427 for sample in $SAMPLES_SUBDIRS; do
52428 if test -d $srcdir/samples/$sample; then
52429 makefiles="samples/$sample/Makefile.in $makefiles"
52430 fi
52431 done
52432 else
52433 disabled_var=DISABLED_`echo $subdir | tr '[a-z]' '[A-Z]'`
52434 eval "disabled=\$$disabled_var"
52435 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
52436 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
52437 fi
52438 else
52439 if test ${subdir} = "samples"; then
52440 makefiles="samples/Makefile.in $makefiles"
52441 for sample in `echo $SAMPLES_SUBDIRS`; do
52442 if test -d $srcdir/samples/$sample; then
52443 makefiles="samples/$sample/Makefile.in $makefiles"
52444 fi
52445 done
52446 elif test ${subdir} = "utils"; then
52447 makefiles=""
52448 for util in ifacecheck ; do
52449 if test -d $srcdir/utils/$util ; then
52450 makefiles="utils/$util/src/Makefile.in \
52451 $makefiles"
52452 fi
52453 done
52454 else
52455 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
52456 fi
52457 fi
52458
52459 for mkin in $makefiles ; do
52460 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
52461 ac_config_files="$ac_config_files $mk"
52462
52463 done
52464 fi
52465 done
52466 fi
52467 cat >confcache <<\_ACEOF
52468 # This file is a shell script that caches the results of configure
52469 # tests run on this system so they can be shared between configure
52470 # scripts and configure runs, see configure's option --config-cache.
52471 # It is not useful on other systems. If it contains results you don't
52472 # want to keep, you may remove or edit it.
52473 #
52474 # config.status only pays attention to the cache file if you give it
52475 # the --recheck option to rerun configure.
52476 #
52477 # `ac_cv_env_foo' variables (set or unset) will be overridden when
52478 # loading this file, other *unset* `ac_cv_foo' will be assigned the
52479 # following values.
52480
52481 _ACEOF
52482
52483 # The following way of writing the cache mishandles newlines in values,
52484 # but we know of no workaround that is simple, portable, and efficient.
52485 # So, we kill variables containing newlines.
52486 # Ultrix sh set writes to stderr and can't be redirected directly,
52487 # and sets the high bit in the cache file unless we assign to the vars.
52488 (
52489 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
52490 eval ac_val=\$$ac_var
52491 case $ac_val in #(
52492 *${as_nl}*)
52493 case $ac_var in #(
52494 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
52495 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
52496 esac
52497 case $ac_var in #(
52498 _ | IFS | as_nl) ;; #(
52499 *) $as_unset $ac_var ;;
52500 esac ;;
52501 esac
52502 done
52503
52504 (set) 2>&1 |
52505 case $as_nl`(ac_space=' '; set) 2>&1` in #(
52506 *${as_nl}ac_space=\ *)
52507 # `set' does not quote correctly, so add quotes (double-quote
52508 # substitution turns \\\\ into \\, and sed turns \\ into \).
52509 sed -n \
52510 "s/'/'\\\\''/g;
52511 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
52512 ;; #(
52513 *)
52514 # `set' quotes correctly as required by POSIX, so do not add quotes.
52515 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
52516 ;;
52517 esac |
52518 sort
52519 ) |
52520 sed '
52521 /^ac_cv_env_/b end
52522 t clear
52523 :clear
52524 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
52525 t end
52526 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
52527 :end' >>confcache
52528 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
52529 if test -w "$cache_file"; then
52530 test "x$cache_file" != "x/dev/null" &&
52531 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
52532 echo "$as_me: updating cache $cache_file" >&6;}
52533 cat confcache >$cache_file
52534 else
52535 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
52536 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
52537 fi
52538 fi
52539 rm -f confcache
52540
52541 test "x$prefix" = xNONE && prefix=$ac_default_prefix
52542 # Let make expand exec_prefix.
52543 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
52544
52545 DEFS=-DHAVE_CONFIG_H
52546
52547 ac_libobjs=
52548 ac_ltlibobjs=
52549 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
52550 # 1. Remove the extension, and $U if already installed.
52551 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
52552 ac_i=`echo "$ac_i" | sed "$ac_script"`
52553 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
52554 # will be set to the directory where LIBOBJS objects are built.
52555 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
52556 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
52557 done
52558 LIBOBJS=$ac_libobjs
52559
52560 LTLIBOBJS=$ac_ltlibobjs
52561
52562
52563
52564 : ${CONFIG_STATUS=./config.status}
52565 ac_clean_files_save=$ac_clean_files
52566 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
52567 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
52568 echo "$as_me: creating $CONFIG_STATUS" >&6;}
52569 cat >$CONFIG_STATUS <<_ACEOF
52570 #! $SHELL
52571 # Generated by $as_me.
52572 # Run this file to recreate the current configuration.
52573 # Compiler output produced by configure, useful for debugging
52574 # configure, is in config.log if it exists.
52575
52576 debug=false
52577 ac_cs_recheck=false
52578 ac_cs_silent=false
52579 SHELL=\${CONFIG_SHELL-$SHELL}
52580 _ACEOF
52581
52582 cat >>$CONFIG_STATUS <<\_ACEOF
52583 ## --------------------- ##
52584 ## M4sh Initialization. ##
52585 ## --------------------- ##
52586
52587 # Be more Bourne compatible
52588 DUALCASE=1; export DUALCASE # for MKS sh
52589 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
52590 emulate sh
52591 NULLCMD=:
52592 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
52593 # is contrary to our usage. Disable this feature.
52594 alias -g '${1+"$@"}'='"$@"'
52595 setopt NO_GLOB_SUBST
52596 else
52597 case `(set -o) 2>/dev/null` in
52598 *posix*) set -o posix ;;
52599 esac
52600
52601 fi
52602
52603
52604
52605
52606 # PATH needs CR
52607 # Avoid depending upon Character Ranges.
52608 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
52609 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
52610 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
52611 as_cr_digits='0123456789'
52612 as_cr_alnum=$as_cr_Letters$as_cr_digits
52613
52614 # The user is always right.
52615 if test "${PATH_SEPARATOR+set}" != set; then
52616 echo "#! /bin/sh" >conf$$.sh
52617 echo "exit 0" >>conf$$.sh
52618 chmod +x conf$$.sh
52619 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
52620 PATH_SEPARATOR=';'
52621 else
52622 PATH_SEPARATOR=:
52623 fi
52624 rm -f conf$$.sh
52625 fi
52626
52627 # Support unset when possible.
52628 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
52629 as_unset=unset
52630 else
52631 as_unset=false
52632 fi
52633
52634
52635 # IFS
52636 # We need space, tab and new line, in precisely that order. Quoting is
52637 # there to prevent editors from complaining about space-tab.
52638 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
52639 # splitting by setting IFS to empty value.)
52640 as_nl='
52641 '
52642 IFS=" "" $as_nl"
52643
52644 # Find who we are. Look in the path if we contain no directory separator.
52645 case $0 in
52646 *[\\/]* ) as_myself=$0 ;;
52647 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52648 for as_dir in $PATH
52649 do
52650 IFS=$as_save_IFS
52651 test -z "$as_dir" && as_dir=.
52652 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
52653 done
52654 IFS=$as_save_IFS
52655
52656 ;;
52657 esac
52658 # We did not find ourselves, most probably we were run as `sh COMMAND'
52659 # in which case we are not to be found in the path.
52660 if test "x$as_myself" = x; then
52661 as_myself=$0
52662 fi
52663 if test ! -f "$as_myself"; then
52664 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
52665 { (exit 1); exit 1; }
52666 fi
52667
52668 # Work around bugs in pre-3.0 UWIN ksh.
52669 for as_var in ENV MAIL MAILPATH
52670 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
52671 done
52672 PS1='$ '
52673 PS2='> '
52674 PS4='+ '
52675
52676 # NLS nuisances.
52677 for as_var in \
52678 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
52679 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
52680 LC_TELEPHONE LC_TIME
52681 do
52682 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
52683 eval $as_var=C; export $as_var
52684 else
52685 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
52686 fi
52687 done
52688
52689 # Required to use basename.
52690 if expr a : '\(a\)' >/dev/null 2>&1 &&
52691 test "X`expr 00001 : '.*\(...\)'`" = X001; then
52692 as_expr=expr
52693 else
52694 as_expr=false
52695 fi
52696
52697 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
52698 as_basename=basename
52699 else
52700 as_basename=false
52701 fi
52702
52703
52704 # Name of the executable.
52705 as_me=`$as_basename -- "$0" ||
52706 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
52707 X"$0" : 'X\(//\)$' \| \
52708 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
52709 echo X/"$0" |
52710 sed '/^.*\/\([^/][^/]*\)\/*$/{
52711 s//\1/
52712 q
52713 }
52714 /^X\/\(\/\/\)$/{
52715 s//\1/
52716 q
52717 }
52718 /^X\/\(\/\).*/{
52719 s//\1/
52720 q
52721 }
52722 s/.*/./; q'`
52723
52724 # CDPATH.
52725 $as_unset CDPATH
52726
52727
52728
52729 as_lineno_1=$LINENO
52730 as_lineno_2=$LINENO
52731 test "x$as_lineno_1" != "x$as_lineno_2" &&
52732 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
52733
52734 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
52735 # uniformly replaced by the line number. The first 'sed' inserts a
52736 # line-number line after each line using $LINENO; the second 'sed'
52737 # does the real work. The second script uses 'N' to pair each
52738 # line-number line with the line containing $LINENO, and appends
52739 # trailing '-' during substitution so that $LINENO is not a special
52740 # case at line end.
52741 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
52742 # scripts with optimization help from Paolo Bonzini. Blame Lee
52743 # E. McMahon (1931-1989) for sed's syntax. :-)
52744 sed -n '
52745 p
52746 /[$]LINENO/=
52747 ' <$as_myself |
52748 sed '
52749 s/[$]LINENO.*/&-/
52750 t lineno
52751 b
52752 :lineno
52753 N
52754 :loop
52755 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
52756 t loop
52757 s/-\n.*//
52758 ' >$as_me.lineno &&
52759 chmod +x "$as_me.lineno" ||
52760 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
52761 { (exit 1); exit 1; }; }
52762
52763 # Don't try to exec as it changes $[0], causing all sort of problems
52764 # (the dirname of $[0] is not the place where we might find the
52765 # original and so on. Autoconf is especially sensitive to this).
52766 . "./$as_me.lineno"
52767 # Exit status is that of the last command.
52768 exit
52769 }
52770
52771
52772 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
52773 as_dirname=dirname
52774 else
52775 as_dirname=false
52776 fi
52777
52778 ECHO_C= ECHO_N= ECHO_T=
52779 case `echo -n x` in
52780 -n*)
52781 case `echo 'x\c'` in
52782 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
52783 *) ECHO_C='\c';;
52784 esac;;
52785 *)
52786 ECHO_N='-n';;
52787 esac
52788
52789 if expr a : '\(a\)' >/dev/null 2>&1 &&
52790 test "X`expr 00001 : '.*\(...\)'`" = X001; then
52791 as_expr=expr
52792 else
52793 as_expr=false
52794 fi
52795
52796 rm -f conf$$ conf$$.exe conf$$.file
52797 if test -d conf$$.dir; then
52798 rm -f conf$$.dir/conf$$.file
52799 else
52800 rm -f conf$$.dir
52801 mkdir conf$$.dir
52802 fi
52803 echo >conf$$.file
52804 if ln -s conf$$.file conf$$ 2>/dev/null; then
52805 as_ln_s='ln -s'
52806 # ... but there are two gotchas:
52807 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
52808 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
52809 # In both cases, we have to default to `cp -p'.
52810 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
52811 as_ln_s='cp -p'
52812 elif ln conf$$.file conf$$ 2>/dev/null; then
52813 as_ln_s=ln
52814 else
52815 as_ln_s='cp -p'
52816 fi
52817 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
52818 rmdir conf$$.dir 2>/dev/null
52819
52820 if mkdir -p . 2>/dev/null; then
52821 as_mkdir_p=:
52822 else
52823 test -d ./-p && rmdir ./-p
52824 as_mkdir_p=false
52825 fi
52826
52827 if test -x / >/dev/null 2>&1; then
52828 as_test_x='test -x'
52829 else
52830 if ls -dL / >/dev/null 2>&1; then
52831 as_ls_L_option=L
52832 else
52833 as_ls_L_option=
52834 fi
52835 as_test_x='
52836 eval sh -c '\''
52837 if test -d "$1"; then
52838 test -d "$1/.";
52839 else
52840 case $1 in
52841 -*)set "./$1";;
52842 esac;
52843 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
52844 ???[sx]*):;;*)false;;esac;fi
52845 '\'' sh
52846 '
52847 fi
52848 as_executable_p=$as_test_x
52849
52850 # Sed expression to map a string onto a valid CPP name.
52851 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
52852
52853 # Sed expression to map a string onto a valid variable name.
52854 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
52855
52856
52857 exec 6>&1
52858
52859 # Save the log message, to keep $[0] and so on meaningful, and to
52860 # report actual input values of CONFIG_FILES etc. instead of their
52861 # values after options handling.
52862 ac_log="
52863 This file was extended by wxWidgets $as_me 2.9.2, which was
52864 generated by GNU Autoconf 2.61. Invocation command line was
52865
52866 CONFIG_FILES = $CONFIG_FILES
52867 CONFIG_HEADERS = $CONFIG_HEADERS
52868 CONFIG_LINKS = $CONFIG_LINKS
52869 CONFIG_COMMANDS = $CONFIG_COMMANDS
52870 $ $0 $@
52871
52872 on `(hostname || uname -n) 2>/dev/null | sed 1q`
52873 "
52874
52875 _ACEOF
52876
52877 cat >>$CONFIG_STATUS <<_ACEOF
52878 # Files that config.status was made for.
52879 config_files="$ac_config_files"
52880 config_headers="$ac_config_headers"
52881 config_commands="$ac_config_commands"
52882
52883 _ACEOF
52884
52885 cat >>$CONFIG_STATUS <<\_ACEOF
52886 ac_cs_usage="\
52887 \`$as_me' instantiates files from templates according to the
52888 current configuration.
52889
52890 Usage: $0 [OPTIONS] [FILE]...
52891
52892 -h, --help print this help, then exit
52893 -V, --version print version number and configuration settings, then exit
52894 -q, --quiet do not print progress messages
52895 -d, --debug don't remove temporary files
52896 --recheck update $as_me by reconfiguring in the same conditions
52897 --file=FILE[:TEMPLATE]
52898 instantiate the configuration file FILE
52899 --header=FILE[:TEMPLATE]
52900 instantiate the configuration header FILE
52901
52902 Configuration files:
52903 $config_files
52904
52905 Configuration headers:
52906 $config_headers
52907
52908 Configuration commands:
52909 $config_commands
52910
52911 Report bugs to <bug-autoconf@gnu.org>."
52912
52913 _ACEOF
52914 cat >>$CONFIG_STATUS <<_ACEOF
52915 ac_cs_version="\\
52916 wxWidgets config.status 2.9.2
52917 configured by $0, generated by GNU Autoconf 2.61,
52918 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
52919
52920 Copyright (C) 2006 Free Software Foundation, Inc.
52921 This config.status script is free software; the Free Software Foundation
52922 gives unlimited permission to copy, distribute and modify it."
52923
52924 ac_pwd='$ac_pwd'
52925 srcdir='$srcdir'
52926 INSTALL='$INSTALL'
52927 _ACEOF
52928
52929 cat >>$CONFIG_STATUS <<\_ACEOF
52930 # If no file are specified by the user, then we need to provide default
52931 # value. By we need to know if files were specified by the user.
52932 ac_need_defaults=:
52933 while test $# != 0
52934 do
52935 case $1 in
52936 --*=*)
52937 ac_option=`expr "X$1" : 'X\([^=]*\)='`
52938 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
52939 ac_shift=:
52940 ;;
52941 *)
52942 ac_option=$1
52943 ac_optarg=$2
52944 ac_shift=shift
52945 ;;
52946 esac
52947
52948 case $ac_option in
52949 # Handling of the options.
52950 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
52951 ac_cs_recheck=: ;;
52952 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
52953 echo "$ac_cs_version"; exit ;;
52954 --debug | --debu | --deb | --de | --d | -d )
52955 debug=: ;;
52956 --file | --fil | --fi | --f )
52957 $ac_shift
52958 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
52959 ac_need_defaults=false;;
52960 --header | --heade | --head | --hea )
52961 $ac_shift
52962 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
52963 ac_need_defaults=false;;
52964 --he | --h)
52965 # Conflict between --help and --header
52966 { echo "$as_me: error: ambiguous option: $1
52967 Try \`$0 --help' for more information." >&2
52968 { (exit 1); exit 1; }; };;
52969 --help | --hel | -h )
52970 echo "$ac_cs_usage"; exit ;;
52971 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
52972 | -silent | --silent | --silen | --sile | --sil | --si | --s)
52973 ac_cs_silent=: ;;
52974
52975 # This is an error.
52976 -*) { echo "$as_me: error: unrecognized option: $1
52977 Try \`$0 --help' for more information." >&2
52978 { (exit 1); exit 1; }; } ;;
52979
52980 *) ac_config_targets="$ac_config_targets $1"
52981 ac_need_defaults=false ;;
52982
52983 esac
52984 shift
52985 done
52986
52987 ac_configure_extra_args=
52988
52989 if $ac_cs_silent; then
52990 exec 6>/dev/null
52991 ac_configure_extra_args="$ac_configure_extra_args --silent"
52992 fi
52993
52994 _ACEOF
52995 cat >>$CONFIG_STATUS <<_ACEOF
52996 if \$ac_cs_recheck; then
52997 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
52998 CONFIG_SHELL=$SHELL
52999 export CONFIG_SHELL
53000 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
53001 fi
53002
53003 _ACEOF
53004 cat >>$CONFIG_STATUS <<\_ACEOF
53005 exec 5>>config.log
53006 {
53007 echo
53008 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
53009 ## Running $as_me. ##
53010 _ASBOX
53011 echo "$ac_log"
53012 } >&5
53013
53014 _ACEOF
53015 cat >>$CONFIG_STATUS <<_ACEOF
53016 #
53017 # INIT-COMMANDS
53018 #
53019
53020 CPP="$CPP"
53021 infile="$srcdir/include/wx/msw/genrcdefs.h"
53022 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
53023
53024
53025 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
53026 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
53027 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
53028 LN_S="${LN_S}"
53029
53030
53031 _ACEOF
53032
53033 cat >>$CONFIG_STATUS <<\_ACEOF
53034
53035 # Handling of arguments.
53036 for ac_config_target in $ac_config_targets
53037 do
53038 case $ac_config_target in
53039 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
53040 "rcdefs.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
53041 "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
53042 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
53043 "utils/ifacecheck/rungccxml.sh") CONFIG_FILES="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
53044 "version-script") CONFIG_FILES="$CONFIG_FILES version-script" ;;
53045 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
53046 "wx-config") CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
53047 "$mk") CONFIG_FILES="$CONFIG_FILES $mk" ;;
53048
53049 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
53050 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
53051 { (exit 1); exit 1; }; };;
53052 esac
53053 done
53054
53055
53056 # If the user did not use the arguments to specify the items to instantiate,
53057 # then the envvar interface is used. Set only those that are not.
53058 # We use the long form for the default assignment because of an extremely
53059 # bizarre bug on SunOS 4.1.3.
53060 if $ac_need_defaults; then
53061 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
53062 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
53063 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
53064 fi
53065
53066 # Have a temporary directory for convenience. Make it in the build tree
53067 # simply because there is no reason against having it here, and in addition,
53068 # creating and moving files from /tmp can sometimes cause problems.
53069 # Hook for its removal unless debugging.
53070 # Note that there is a small window in which the directory will not be cleaned:
53071 # after its creation but before its name has been assigned to `$tmp'.
53072 $debug ||
53073 {
53074 tmp=
53075 trap 'exit_status=$?
53076 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
53077 ' 0
53078 trap '{ (exit 1); exit 1; }' 1 2 13 15
53079 }
53080 # Create a (secure) tmp directory for tmp files.
53081
53082 {
53083 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
53084 test -n "$tmp" && test -d "$tmp"
53085 } ||
53086 {
53087 tmp=./conf$$-$RANDOM
53088 (umask 077 && mkdir "$tmp")
53089 } ||
53090 {
53091 echo "$me: cannot create a temporary directory in ." >&2
53092 { (exit 1); exit 1; }
53093 }
53094
53095 #
53096 # Set up the sed scripts for CONFIG_FILES section.
53097 #
53098
53099 # No need to generate the scripts if there are no CONFIG_FILES.
53100 # This happens for instance when ./config.status config.h
53101 if test -n "$CONFIG_FILES"; then
53102
53103 _ACEOF
53104
53105
53106
53107 ac_delim='%!_!# '
53108 for ac_last_try in false false false false false :; do
53109 cat >conf$$subs.sed <<_ACEOF
53110 SHELL!$SHELL$ac_delim
53111 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
53112 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
53113 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
53114 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
53115 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
53116 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
53117 exec_prefix!$exec_prefix$ac_delim
53118 prefix!$prefix$ac_delim
53119 program_transform_name!$program_transform_name$ac_delim
53120 bindir!$bindir$ac_delim
53121 sbindir!$sbindir$ac_delim
53122 libexecdir!$libexecdir$ac_delim
53123 datarootdir!$datarootdir$ac_delim
53124 datadir!$datadir$ac_delim
53125 sysconfdir!$sysconfdir$ac_delim
53126 sharedstatedir!$sharedstatedir$ac_delim
53127 localstatedir!$localstatedir$ac_delim
53128 includedir!$includedir$ac_delim
53129 oldincludedir!$oldincludedir$ac_delim
53130 docdir!$docdir$ac_delim
53131 infodir!$infodir$ac_delim
53132 htmldir!$htmldir$ac_delim
53133 dvidir!$dvidir$ac_delim
53134 pdfdir!$pdfdir$ac_delim
53135 psdir!$psdir$ac_delim
53136 libdir!$libdir$ac_delim
53137 localedir!$localedir$ac_delim
53138 mandir!$mandir$ac_delim
53139 DEFS!$DEFS$ac_delim
53140 ECHO_C!$ECHO_C$ac_delim
53141 ECHO_N!$ECHO_N$ac_delim
53142 ECHO_T!$ECHO_T$ac_delim
53143 LIBS!$LIBS$ac_delim
53144 build_alias!$build_alias$ac_delim
53145 host_alias!$host_alias$ac_delim
53146 target_alias!$target_alias$ac_delim
53147 build!$build$ac_delim
53148 build_cpu!$build_cpu$ac_delim
53149 build_vendor!$build_vendor$ac_delim
53150 build_os!$build_os$ac_delim
53151 host!$host$ac_delim
53152 host_cpu!$host_cpu$ac_delim
53153 host_vendor!$host_vendor$ac_delim
53154 host_os!$host_os$ac_delim
53155 wx_top_builddir!$wx_top_builddir$ac_delim
53156 CC!$CC$ac_delim
53157 CFLAGS!$CFLAGS$ac_delim
53158 LDFLAGS!$LDFLAGS$ac_delim
53159 CPPFLAGS!$CPPFLAGS$ac_delim
53160 ac_ct_CC!$ac_ct_CC$ac_delim
53161 EXEEXT!$EXEEXT$ac_delim
53162 OBJEXT!$OBJEXT$ac_delim
53163 CPP!$CPP$ac_delim
53164 GREP!$GREP$ac_delim
53165 EGREP!$EGREP$ac_delim
53166 CXX!$CXX$ac_delim
53167 CXXFLAGS!$CXXFLAGS$ac_delim
53168 ac_ct_CXX!$ac_ct_CXX$ac_delim
53169 AR!$AR$ac_delim
53170 OSX_SW_VERS!$OSX_SW_VERS$ac_delim
53171 CXXCPP!$CXXCPP$ac_delim
53172 subdirs!$subdirs$ac_delim
53173 PKG_CONFIG!$PKG_CONFIG$ac_delim
53174 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
53175 GTK_LIBS!$GTK_LIBS$ac_delim
53176 GTK_CONFIG!$GTK_CONFIG$ac_delim
53177 DIRECTFB_CFLAGS!$DIRECTFB_CFLAGS$ac_delim
53178 DIRECTFB_LIBS!$DIRECTFB_LIBS$ac_delim
53179 XMKMF!$XMKMF$ac_delim
53180 X_CFLAGS!$X_CFLAGS$ac_delim
53181 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
53182 X_LIBS!$X_LIBS$ac_delim
53183 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
53184 PANGOX_CFLAGS!$PANGOX_CFLAGS$ac_delim
53185 PANGOX_LIBS!$PANGOX_LIBS$ac_delim
53186 PANGOFT2_CFLAGS!$PANGOFT2_CFLAGS$ac_delim
53187 PANGOFT2_LIBS!$PANGOFT2_LIBS$ac_delim
53188 PANGOXFT_CFLAGS!$PANGOXFT_CFLAGS$ac_delim
53189 PANGOXFT_LIBS!$PANGOXFT_LIBS$ac_delim
53190 CFLAGS_VISIBILITY!$CFLAGS_VISIBILITY$ac_delim
53191 CXXFLAGS_VISIBILITY!$CXXFLAGS_VISIBILITY$ac_delim
53192 LIBICONV!$LIBICONV$ac_delim
53193 GXX_VERSION!$GXX_VERSION$ac_delim
53194 SDL_CONFIG!$SDL_CONFIG$ac_delim
53195 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
53196 SDL_LIBS!$SDL_LIBS$ac_delim
53197 GTKPRINT_CFLAGS!$GTKPRINT_CFLAGS$ac_delim
53198 GTKPRINT_LIBS!$GTKPRINT_LIBS$ac_delim
53199 LIBGNOMEPRINTUI_CFLAGS!$LIBGNOMEPRINTUI_CFLAGS$ac_delim
53200 LIBGNOMEPRINTUI_LIBS!$LIBGNOMEPRINTUI_LIBS$ac_delim
53201 GNOMEVFS_CFLAGS!$GNOMEVFS_CFLAGS$ac_delim
53202 GNOMEVFS_LIBS!$GNOMEVFS_LIBS$ac_delim
53203 HILDON_CFLAGS!$HILDON_CFLAGS$ac_delim
53204 HILDON_LIBS!$HILDON_LIBS$ac_delim
53205 HILDON2_CFLAGS!$HILDON2_CFLAGS$ac_delim
53206 HILDON2_LIBS!$HILDON2_LIBS$ac_delim
53207 _ACEOF
53208
53209 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
53210 break
53211 elif $ac_last_try; then
53212 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
53213 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
53214 { (exit 1); exit 1; }; }
53215 else
53216 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
53217 fi
53218 done
53219
53220 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
53221 if test -n "$ac_eof"; then
53222 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
53223 ac_eof=`expr $ac_eof + 1`
53224 fi
53225
53226 cat >>$CONFIG_STATUS <<_ACEOF
53227 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
53228 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
53229 _ACEOF
53230 sed '
53231 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
53232 s/^/s,@/; s/!/@,|#_!!_#|/
53233 :n
53234 t n
53235 s/'"$ac_delim"'$/,g/; t
53236 s/$/\\/; p
53237 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
53238 ' >>$CONFIG_STATUS <conf$$subs.sed
53239 rm -f conf$$subs.sed
53240 cat >>$CONFIG_STATUS <<_ACEOF
53241 CEOF$ac_eof
53242 _ACEOF
53243
53244
53245 ac_delim='%!_!# '
53246 for ac_last_try in false false false false false :; do
53247 cat >conf$$subs.sed <<_ACEOF
53248 PYTHON!$PYTHON$ac_delim
53249 COND_PYTHON!$COND_PYTHON$ac_delim
53250 CAIRO_CFLAGS!$CAIRO_CFLAGS$ac_delim
53251 CAIRO_LIBS!$CAIRO_LIBS$ac_delim
53252 GST_CFLAGS!$GST_CFLAGS$ac_delim
53253 GST_LIBS!$GST_LIBS$ac_delim
53254 ALL_WX_LIBS!$ALL_WX_LIBS$ac_delim
53255 BUILT_WX_LIBS!$BUILT_WX_LIBS$ac_delim
53256 STD_BASE_LIBS!$STD_BASE_LIBS$ac_delim
53257 STD_GUI_LIBS!$STD_GUI_LIBS$ac_delim
53258 wxUSE_ZLIB!$wxUSE_ZLIB$ac_delim
53259 wxUSE_REGEX!$wxUSE_REGEX$ac_delim
53260 wxUSE_EXPAT!$wxUSE_EXPAT$ac_delim
53261 wxUSE_LIBJPEG!$wxUSE_LIBJPEG$ac_delim
53262 wxUSE_LIBPNG!$wxUSE_LIBPNG$ac_delim
53263 wxUSE_LIBTIFF!$wxUSE_LIBTIFF$ac_delim
53264 VENDOR!$VENDOR$ac_delim
53265 OFFICIAL_BUILD!$OFFICIAL_BUILD$ac_delim
53266 WX_FLAVOUR!$WX_FLAVOUR$ac_delim
53267 WX_LIB_FLAVOUR!$WX_LIB_FLAVOUR$ac_delim
53268 WXUNIV!$WXUNIV$ac_delim
53269 MONOLITHIC!$MONOLITHIC$ac_delim
53270 USE_PLUGINS!$USE_PLUGINS$ac_delim
53271 CXXWARNINGS!$CXXWARNINGS$ac_delim
53272 EXTRALIBS!$EXTRALIBS$ac_delim
53273 EXTRALIBS_XML!$EXTRALIBS_XML$ac_delim
53274 EXTRALIBS_HTML!$EXTRALIBS_HTML$ac_delim
53275 EXTRALIBS_MEDIA!$EXTRALIBS_MEDIA$ac_delim
53276 EXTRALIBS_GUI!$EXTRALIBS_GUI$ac_delim
53277 EXTRALIBS_OPENGL!$EXTRALIBS_OPENGL$ac_delim
53278 EXTRALIBS_SDL!$EXTRALIBS_SDL$ac_delim
53279 EXTRALIBS_STC!$EXTRALIBS_STC$ac_delim
53280 WITH_PLUGIN_SDL!$WITH_PLUGIN_SDL$ac_delim
53281 EXTRALIBS_GTKPRINT!$EXTRALIBS_GTKPRINT$ac_delim
53282 EXTRALIBS_GNOMEPRINT!$EXTRALIBS_GNOMEPRINT$ac_delim
53283 EXTRALIBS_GNOMEVFS!$EXTRALIBS_GNOMEVFS$ac_delim
53284 EXTRALIBS_HILDON!$EXTRALIBS_HILDON$ac_delim
53285 UNICODE!$UNICODE$ac_delim
53286 DEBUG_INFO!$DEBUG_INFO$ac_delim
53287 DEBUG_FLAG!$DEBUG_FLAG$ac_delim
53288 TOOLKIT_LOWERCASE!$TOOLKIT_LOWERCASE$ac_delim
53289 TOOLKIT_VERSION!$TOOLKIT_VERSION$ac_delim
53290 DYLIB_RPATH_INSTALL!$DYLIB_RPATH_INSTALL$ac_delim
53291 DYLIB_RPATH_POSTLINK!$DYLIB_RPATH_POSTLINK$ac_delim
53292 SAMPLES_RPATH_FLAG!$SAMPLES_RPATH_FLAG$ac_delim
53293 HEADER_PAD_OPTION!$HEADER_PAD_OPTION$ac_delim
53294 HOST_SUFFIX!$HOST_SUFFIX$ac_delim
53295 CPPUNIT_CFLAGS!$CPPUNIT_CFLAGS$ac_delim
53296 CPPUNIT_LIBS!$CPPUNIT_LIBS$ac_delim
53297 RANLIB!$RANLIB$ac_delim
53298 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
53299 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
53300 INSTALL_DATA!$INSTALL_DATA$ac_delim
53301 LN_S!$LN_S$ac_delim
53302 SET_MAKE!$SET_MAKE$ac_delim
53303 MAKE_SET!$MAKE_SET$ac_delim
53304 AROPTIONS!$AROPTIONS$ac_delim
53305 STRIP!$STRIP$ac_delim
53306 NM!$NM$ac_delim
53307 INSTALL_DIR!$INSTALL_DIR$ac_delim
53308 LDFLAGS_GUI!$LDFLAGS_GUI$ac_delim
53309 IF_GNU_MAKE!$IF_GNU_MAKE$ac_delim
53310 PLATFORM_UNIX!$PLATFORM_UNIX$ac_delim
53311 PLATFORM_WIN32!$PLATFORM_WIN32$ac_delim
53312 PLATFORM_MSDOS!$PLATFORM_MSDOS$ac_delim
53313 PLATFORM_MAC!$PLATFORM_MAC$ac_delim
53314 PLATFORM_MACOS!$PLATFORM_MACOS$ac_delim
53315 PLATFORM_MACOSX!$PLATFORM_MACOSX$ac_delim
53316 PLATFORM_OS2!$PLATFORM_OS2$ac_delim
53317 PLATFORM_BEOS!$PLATFORM_BEOS$ac_delim
53318 SO_SUFFIX!$SO_SUFFIX$ac_delim
53319 SO_SUFFIX_MODULE!$SO_SUFFIX_MODULE$ac_delim
53320 DLLIMP_SUFFIX!$DLLIMP_SUFFIX$ac_delim
53321 LIBPREFIX!$LIBPREFIX$ac_delim
53322 LIBEXT!$LIBEXT$ac_delim
53323 DLLPREFIX!$DLLPREFIX$ac_delim
53324 DLLPREFIX_MODULE!$DLLPREFIX_MODULE$ac_delim
53325 dlldir!$dlldir$ac_delim
53326 AIX_CXX_LD!$AIX_CXX_LD$ac_delim
53327 SHARED_LD_CC!$SHARED_LD_CC$ac_delim
53328 SHARED_LD_CXX!$SHARED_LD_CXX$ac_delim
53329 SHARED_LD_MODULE_CC!$SHARED_LD_MODULE_CC$ac_delim
53330 SHARED_LD_MODULE_CXX!$SHARED_LD_MODULE_CXX$ac_delim
53331 PIC_FLAG!$PIC_FLAG$ac_delim
53332 WINDOWS_IMPLIB!$WINDOWS_IMPLIB$ac_delim
53333 USE_SOVERSION!$USE_SOVERSION$ac_delim
53334 USE_SOVERLINUX!$USE_SOVERLINUX$ac_delim
53335 USE_SOVERSOLARIS!$USE_SOVERSOLARIS$ac_delim
53336 USE_SOVERCYGWIN!$USE_SOVERCYGWIN$ac_delim
53337 USE_MACVERSION!$USE_MACVERSION$ac_delim
53338 USE_SOTWOSYMLINKS!$USE_SOTWOSYMLINKS$ac_delim
53339 SONAME_FLAG!$SONAME_FLAG$ac_delim
53340 DEPS_TRACKING!$DEPS_TRACKING$ac_delim
53341 BK_DEPS!$BK_DEPS$ac_delim
53342 WINDRES!$WINDRES$ac_delim
53343 REZ!$REZ$ac_delim
53344 SETFILE!$SETFILE$ac_delim
53345 _ACEOF
53346
53347 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
53348 break
53349 elif $ac_last_try; then
53350 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
53351 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
53352 { (exit 1); exit 1; }; }
53353 else
53354 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
53355 fi
53356 done
53357
53358 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
53359 if test -n "$ac_eof"; then
53360 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
53361 ac_eof=`expr $ac_eof + 1`
53362 fi
53363
53364 cat >>$CONFIG_STATUS <<_ACEOF
53365 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
53366 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
53367 _ACEOF
53368 sed '
53369 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
53370 s/^/s,@/; s/!/@,|#_!!_#|/
53371 :n
53372 t n
53373 s/'"$ac_delim"'$/,g/; t
53374 s/$/\\/; p
53375 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
53376 ' >>$CONFIG_STATUS <conf$$subs.sed
53377 rm -f conf$$subs.sed
53378 cat >>$CONFIG_STATUS <<_ACEOF
53379 CEOF$ac_eof
53380 _ACEOF
53381
53382
53383 ac_delim='%!_!# '
53384 for ac_last_try in false false false false false :; do
53385 cat >conf$$subs.sed <<_ACEOF
53386 OBJCXXFLAGS!$OBJCXXFLAGS$ac_delim
53387 GCC_PCH!$GCC_PCH$ac_delim
53388 ICC_PCH!$ICC_PCH$ac_delim
53389 ICC_PCH_CREATE_SWITCH!$ICC_PCH_CREATE_SWITCH$ac_delim
53390 ICC_PCH_USE_SWITCH!$ICC_PCH_USE_SWITCH$ac_delim
53391 BK_MAKE_PCH!$BK_MAKE_PCH$ac_delim
53392 COND_BUILD_DEBUG!$COND_BUILD_DEBUG$ac_delim
53393 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT!$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT$ac_delim
53394 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT!$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT$ac_delim
53395 COND_BUILD_DEBUG_UNICODE_0!$COND_BUILD_DEBUG_UNICODE_0$ac_delim
53396 COND_BUILD_DEBUG_UNICODE_1!$COND_BUILD_DEBUG_UNICODE_1$ac_delim
53397 COND_BUILD_RELEASE!$COND_BUILD_RELEASE$ac_delim
53398 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT!$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT$ac_delim
53399 COND_BUILD_RELEASE_UNICODE_0!$COND_BUILD_RELEASE_UNICODE_0$ac_delim
53400 COND_BUILD_RELEASE_UNICODE_1!$COND_BUILD_RELEASE_UNICODE_1$ac_delim
53401 COND_BUILD_debug!$COND_BUILD_debug$ac_delim
53402 COND_BUILD_debug_DEBUG_FLAG_default!$COND_BUILD_debug_DEBUG_FLAG_default$ac_delim
53403 COND_BUILD_debug_DEBUG_INFO_default!$COND_BUILD_debug_DEBUG_INFO_default$ac_delim
53404 COND_BUILD_debug_UNICODE_0!$COND_BUILD_debug_UNICODE_0$ac_delim
53405 COND_BUILD_debug_UNICODE_1!$COND_BUILD_debug_UNICODE_1$ac_delim
53406 COND_BUILD_release!$COND_BUILD_release$ac_delim
53407 COND_BUILD_release_DEBUG_INFO_default!$COND_BUILD_release_DEBUG_INFO_default$ac_delim
53408 COND_BUILD_release_UNICODE_0!$COND_BUILD_release_UNICODE_0$ac_delim
53409 COND_BUILD_release_UNICODE_1!$COND_BUILD_release_UNICODE_1$ac_delim
53410 COND_DEBUG_FLAG_0!$COND_DEBUG_FLAG_0$ac_delim
53411 COND_DEBUG_FLAG_1!$COND_DEBUG_FLAG_1$ac_delim
53412 COND_DEBUG_INFO_0!$COND_DEBUG_INFO_0$ac_delim
53413 COND_DEBUG_INFO_1!$COND_DEBUG_INFO_1$ac_delim
53414 COND_DEPS_TRACKING_0!$COND_DEPS_TRACKING_0$ac_delim
53415 COND_DEPS_TRACKING_1!$COND_DEPS_TRACKING_1$ac_delim
53416 COND_GCC_PCH_1!$COND_GCC_PCH_1$ac_delim
53417 COND_ICC_PCH_1!$COND_ICC_PCH_1$ac_delim
53418 COND_MONOLITHIC_0!$COND_MONOLITHIC_0$ac_delim
53419 COND_MONOLITHIC_0_SHARED_0!$COND_MONOLITHIC_0_SHARED_0$ac_delim
53420 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1$ac_delim
53421 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1$ac_delim
53422 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1$ac_delim
53423 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1$ac_delim
53424 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1$ac_delim
53425 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1$ac_delim
53426 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1$ac_delim
53427 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1$ac_delim
53428 COND_MONOLITHIC_0_SHARED_0_USE_STC_1!$COND_MONOLITHIC_0_SHARED_0_USE_STC_1$ac_delim
53429 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1$ac_delim
53430 COND_MONOLITHIC_0_SHARED_1!$COND_MONOLITHIC_0_SHARED_1$ac_delim
53431 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1$ac_delim
53432 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1$ac_delim
53433 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1$ac_delim
53434 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1$ac_delim
53435 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1$ac_delim
53436 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1$ac_delim
53437 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1$ac_delim
53438 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1$ac_delim
53439 COND_MONOLITHIC_0_SHARED_1_USE_STC_1!$COND_MONOLITHIC_0_SHARED_1_USE_STC_1$ac_delim
53440 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1$ac_delim
53441 COND_MONOLITHIC_0_USE_AUI_1!$COND_MONOLITHIC_0_USE_AUI_1$ac_delim
53442 COND_MONOLITHIC_0_USE_GUI_1!$COND_MONOLITHIC_0_USE_GUI_1$ac_delim
53443 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1$ac_delim
53444 COND_MONOLITHIC_0_USE_HTML_1!$COND_MONOLITHIC_0_USE_HTML_1$ac_delim
53445 COND_MONOLITHIC_0_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_MEDIA_1$ac_delim
53446 COND_MONOLITHIC_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_USE_PROPGRID_1$ac_delim
53447 COND_MONOLITHIC_0_USE_QA_1!$COND_MONOLITHIC_0_USE_QA_1$ac_delim
53448 COND_MONOLITHIC_0_USE_RIBBON_1!$COND_MONOLITHIC_0_USE_RIBBON_1$ac_delim
53449 COND_MONOLITHIC_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_USE_RICHTEXT_1$ac_delim
53450 COND_MONOLITHIC_0_USE_STC_1!$COND_MONOLITHIC_0_USE_STC_1$ac_delim
53451 COND_MONOLITHIC_0_USE_XRC_1!$COND_MONOLITHIC_0_USE_XRC_1$ac_delim
53452 COND_MONOLITHIC_1!$COND_MONOLITHIC_1$ac_delim
53453 COND_MONOLITHIC_1_SHARED_0!$COND_MONOLITHIC_1_SHARED_0$ac_delim
53454 COND_MONOLITHIC_1_SHARED_1!$COND_MONOLITHIC_1_SHARED_1$ac_delim
53455 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1$ac_delim
53456 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1$ac_delim
53457 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1$ac_delim
53458 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1$ac_delim
53459 COND_PLATFORM_MACOSX_1!$COND_PLATFORM_MACOSX_1$ac_delim
53460 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0!$COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0$ac_delim
53461 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0!$COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0$ac_delim
53462 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
53463 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0$ac_delim
53464 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
53465 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
53466 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1$ac_delim
53467 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0$ac_delim
53468 COND_PLATFORM_MACOSX_1_USE_GUI_1!$COND_PLATFORM_MACOSX_1_USE_GUI_1$ac_delim
53469 COND_PLATFORM_MACOSX_1_USE_OPENGL_1!$COND_PLATFORM_MACOSX_1_USE_OPENGL_1$ac_delim
53470 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1$ac_delim
53471 COND_PLATFORM_MACOS_1!$COND_PLATFORM_MACOS_1$ac_delim
53472 COND_PLATFORM_MAC_0!$COND_PLATFORM_MAC_0$ac_delim
53473 COND_PLATFORM_MAC_1!$COND_PLATFORM_MAC_1$ac_delim
53474 COND_PLATFORM_MSDOS_0!$COND_PLATFORM_MSDOS_0$ac_delim
53475 COND_PLATFORM_MSDOS_1!$COND_PLATFORM_MSDOS_1$ac_delim
53476 COND_PLATFORM_OS2_1!$COND_PLATFORM_OS2_1$ac_delim
53477 COND_PLATFORM_UNIX_0!$COND_PLATFORM_UNIX_0$ac_delim
53478 COND_PLATFORM_UNIX_1!$COND_PLATFORM_UNIX_1$ac_delim
53479 COND_PLATFORM_UNIX_1_TOOLKIT_MGL!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL$ac_delim
53480 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1$ac_delim
53481 COND_PLATFORM_UNIX_1_USE_GUI_1!$COND_PLATFORM_UNIX_1_USE_GUI_1$ac_delim
53482 COND_PLATFORM_UNIX_1_USE_PLUGINS_0!$COND_PLATFORM_UNIX_1_USE_PLUGINS_0$ac_delim
53483 _ACEOF
53484
53485 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
53486 break
53487 elif $ac_last_try; then
53488 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
53489 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
53490 { (exit 1); exit 1; }; }
53491 else
53492 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
53493 fi
53494 done
53495
53496 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
53497 if test -n "$ac_eof"; then
53498 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
53499 ac_eof=`expr $ac_eof + 1`
53500 fi
53501
53502 cat >>$CONFIG_STATUS <<_ACEOF
53503 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
53504 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
53505 _ACEOF
53506 sed '
53507 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
53508 s/^/s,@/; s/!/@,|#_!!_#|/
53509 :n
53510 t n
53511 s/'"$ac_delim"'$/,g/; t
53512 s/$/\\/; p
53513 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
53514 ' >>$CONFIG_STATUS <conf$$subs.sed
53515 rm -f conf$$subs.sed
53516 cat >>$CONFIG_STATUS <<_ACEOF
53517 CEOF$ac_eof
53518 _ACEOF
53519
53520
53521 ac_delim='%!_!# '
53522 for ac_last_try in false false false false false :; do
53523 cat >conf$$subs.sed <<_ACEOF
53524 COND_PLATFORM_WIN32_0!$COND_PLATFORM_WIN32_0$ac_delim
53525 COND_PLATFORM_WIN32_1!$COND_PLATFORM_WIN32_1$ac_delim
53526 COND_PLATFORM_WIN32_1_SHARED_0!$COND_PLATFORM_WIN32_1_SHARED_0$ac_delim
53527 COND_SHARED_0!$COND_SHARED_0$ac_delim
53528 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0$ac_delim
53529 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0$ac_delim
53530 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0!$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0$ac_delim
53531 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1$ac_delim
53532 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
53533 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
53534 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
53535 COND_SHARED_0_USE_STC_1!$COND_SHARED_0_USE_STC_1$ac_delim
53536 COND_SHARED_0_wxUSE_EXPAT_builtin!$COND_SHARED_0_wxUSE_EXPAT_builtin$ac_delim
53537 COND_SHARED_0_wxUSE_REGEX_builtin!$COND_SHARED_0_wxUSE_REGEX_builtin$ac_delim
53538 COND_SHARED_0_wxUSE_ZLIB_builtin!$COND_SHARED_0_wxUSE_ZLIB_builtin$ac_delim
53539 COND_SHARED_1!$COND_SHARED_1$ac_delim
53540 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1$ac_delim
53541 COND_TOOLKIT_!$COND_TOOLKIT_$ac_delim
53542 COND_TOOLKIT_COCOA!$COND_TOOLKIT_COCOA$ac_delim
53543 COND_TOOLKIT_COCOA_USE_GUI_1!$COND_TOOLKIT_COCOA_USE_GUI_1$ac_delim
53544 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
53545 COND_TOOLKIT_DFB!$COND_TOOLKIT_DFB$ac_delim
53546 COND_TOOLKIT_DFB_USE_GUI_1!$COND_TOOLKIT_DFB_USE_GUI_1$ac_delim
53547 COND_TOOLKIT_GTK!$COND_TOOLKIT_GTK$ac_delim
53548 COND_TOOLKIT_GTK_TOOLKIT_VERSION_!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_$ac_delim
53549 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2$ac_delim
53550 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1$ac_delim
53551 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0$ac_delim
53552 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1$ac_delim
53553 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0$ac_delim
53554 COND_TOOLKIT_GTK_USE_GUI_1!$COND_TOOLKIT_GTK_USE_GUI_1$ac_delim
53555 COND_TOOLKIT_MAC!$COND_TOOLKIT_MAC$ac_delim
53556 COND_TOOLKIT_MGL!$COND_TOOLKIT_MGL$ac_delim
53557 COND_TOOLKIT_MGL_USE_GUI_1!$COND_TOOLKIT_MGL_USE_GUI_1$ac_delim
53558 COND_TOOLKIT_MOTIF!$COND_TOOLKIT_MOTIF$ac_delim
53559 COND_TOOLKIT_MOTIF_USE_GUI_1!$COND_TOOLKIT_MOTIF_USE_GUI_1$ac_delim
53560 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0$ac_delim
53561 COND_TOOLKIT_MSW!$COND_TOOLKIT_MSW$ac_delim
53562 COND_TOOLKIT_MSW_USE_GUI_1!$COND_TOOLKIT_MSW_USE_GUI_1$ac_delim
53563 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0$ac_delim
53564 COND_TOOLKIT_MSW_WXUNIV_0!$COND_TOOLKIT_MSW_WXUNIV_0$ac_delim
53565 COND_TOOLKIT_OSX_CARBON!$COND_TOOLKIT_OSX_CARBON$ac_delim
53566 COND_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
53567 COND_TOOLKIT_OSX_COCOA!$COND_TOOLKIT_OSX_COCOA$ac_delim
53568 COND_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
53569 COND_TOOLKIT_OSX_IPHONE!$COND_TOOLKIT_OSX_IPHONE$ac_delim
53570 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1!$COND_TOOLKIT_OSX_IPHONE_USE_GUI_1$ac_delim
53571 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0$ac_delim
53572 COND_TOOLKIT_PM!$COND_TOOLKIT_PM$ac_delim
53573 COND_TOOLKIT_PM_USE_GUI_1!$COND_TOOLKIT_PM_USE_GUI_1$ac_delim
53574 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0$ac_delim
53575 COND_TOOLKIT_WINCE!$COND_TOOLKIT_WINCE$ac_delim
53576 COND_TOOLKIT_WINCE_USE_GUI_1!$COND_TOOLKIT_WINCE_USE_GUI_1$ac_delim
53577 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0$ac_delim
53578 COND_TOOLKIT_WINCE_WXUNIV_0!$COND_TOOLKIT_WINCE_WXUNIV_0$ac_delim
53579 COND_TOOLKIT_X11!$COND_TOOLKIT_X11$ac_delim
53580 COND_TOOLKIT_X11_USE_GUI_1!$COND_TOOLKIT_X11_USE_GUI_1$ac_delim
53581 COND_UNICODE_1!$COND_UNICODE_1$ac_delim
53582 COND_USE_CAIRO_1!$COND_USE_CAIRO_1$ac_delim
53583 COND_USE_EXCEPTIONS_0!$COND_USE_EXCEPTIONS_0$ac_delim
53584 COND_USE_EXCEPTIONS_1!$COND_USE_EXCEPTIONS_1$ac_delim
53585 COND_USE_GUI_0!$COND_USE_GUI_0$ac_delim
53586 COND_USE_GUI_1!$COND_USE_GUI_1$ac_delim
53587 COND_USE_GUI_1_USE_OPENGL_1!$COND_USE_GUI_1_USE_OPENGL_1$ac_delim
53588 COND_USE_GUI_1_WXUNIV_0!$COND_USE_GUI_1_WXUNIV_0$ac_delim
53589 COND_USE_GUI_1_WXUNIV_1!$COND_USE_GUI_1_WXUNIV_1$ac_delim
53590 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN$ac_delim
53591 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN$ac_delim
53592 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN$ac_delim
53593 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
53594 COND_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
53595 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
53596 COND_USE_OPENGL_1!$COND_USE_OPENGL_1$ac_delim
53597 COND_USE_PCH_1!$COND_USE_PCH_1$ac_delim
53598 COND_USE_PLUGINS_0!$COND_USE_PLUGINS_0$ac_delim
53599 COND_USE_RTTI_0!$COND_USE_RTTI_0$ac_delim
53600 COND_USE_RTTI_1!$COND_USE_RTTI_1$ac_delim
53601 COND_USE_SOTWOSYMLINKS_1!$COND_USE_SOTWOSYMLINKS_1$ac_delim
53602 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1!$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1$ac_delim
53603 COND_USE_SOVERLINUX_1!$COND_USE_SOVERLINUX_1$ac_delim
53604 COND_USE_SOVERSION_0!$COND_USE_SOVERSION_0$ac_delim
53605 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1!$COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1$ac_delim
53606 COND_USE_SOVERSOLARIS_1!$COND_USE_SOVERSOLARIS_1$ac_delim
53607 COND_USE_STC_1!$COND_USE_STC_1$ac_delim
53608 COND_USE_THREADS_0!$COND_USE_THREADS_0$ac_delim
53609 COND_USE_THREADS_1!$COND_USE_THREADS_1$ac_delim
53610 COND_USE_XRC_1!$COND_USE_XRC_1$ac_delim
53611 COND_WINDOWS_IMPLIB_1!$COND_WINDOWS_IMPLIB_1$ac_delim
53612 COND_WITH_PLUGIN_SDL_1!$COND_WITH_PLUGIN_SDL_1$ac_delim
53613 COND_WXUNIV_0!$COND_WXUNIV_0$ac_delim
53614 COND_WXUNIV_1!$COND_WXUNIV_1$ac_delim
53615 COND_WXUSE_EXPAT_BUILTIN!$COND_WXUSE_EXPAT_BUILTIN$ac_delim
53616 COND_WXUSE_LIBJPEG_BUILTIN!$COND_WXUSE_LIBJPEG_BUILTIN$ac_delim
53617 COND_WXUSE_LIBPNG_BUILTIN!$COND_WXUSE_LIBPNG_BUILTIN$ac_delim
53618 COND_WXUSE_LIBTIFF_BUILTIN!$COND_WXUSE_LIBTIFF_BUILTIN$ac_delim
53619 COND_WXUSE_REGEX_BUILTIN!$COND_WXUSE_REGEX_BUILTIN$ac_delim
53620 COND_WXUSE_ZLIB_BUILTIN!$COND_WXUSE_ZLIB_BUILTIN$ac_delim
53621 _ACEOF
53622
53623 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
53624 break
53625 elif $ac_last_try; then
53626 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
53627 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
53628 { (exit 1); exit 1; }; }
53629 else
53630 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
53631 fi
53632 done
53633
53634 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
53635 if test -n "$ac_eof"; then
53636 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
53637 ac_eof=`expr $ac_eof + 1`
53638 fi
53639
53640 cat >>$CONFIG_STATUS <<_ACEOF
53641 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
53642 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
53643 _ACEOF
53644 sed '
53645 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
53646 s/^/s,@/; s/!/@,|#_!!_#|/
53647 :n
53648 t n
53649 s/'"$ac_delim"'$/,g/; t
53650 s/$/\\/; p
53651 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
53652 ' >>$CONFIG_STATUS <conf$$subs.sed
53653 rm -f conf$$subs.sed
53654 cat >>$CONFIG_STATUS <<_ACEOF
53655 CEOF$ac_eof
53656 _ACEOF
53657
53658
53659 ac_delim='%!_!# '
53660 for ac_last_try in false false false false false :; do
53661 cat >conf$$subs.sed <<_ACEOF
53662 COND_wxUSE_EXPAT_builtin!$COND_wxUSE_EXPAT_builtin$ac_delim
53663 COND_wxUSE_LIBJPEG_builtin!$COND_wxUSE_LIBJPEG_builtin$ac_delim
53664 COND_wxUSE_LIBPNG_builtin!$COND_wxUSE_LIBPNG_builtin$ac_delim
53665 COND_wxUSE_LIBTIFF_builtin!$COND_wxUSE_LIBTIFF_builtin$ac_delim
53666 COND_wxUSE_REGEX_builtin!$COND_wxUSE_REGEX_builtin$ac_delim
53667 COND_wxUSE_ZLIB_builtin!$COND_wxUSE_ZLIB_builtin$ac_delim
53668 DEREZ!$DEREZ$ac_delim
53669 SHARED!$SHARED$ac_delim
53670 WX_LIBRARY_BASENAME_NOGUI!$WX_LIBRARY_BASENAME_NOGUI$ac_delim
53671 WX_LIBRARY_BASENAME_GUI!$WX_LIBRARY_BASENAME_GUI$ac_delim
53672 USE_GUI!$USE_GUI$ac_delim
53673 AFMINSTALL!$AFMINSTALL$ac_delim
53674 WIN32INSTALL!$WIN32INSTALL$ac_delim
53675 TOOLKIT!$TOOLKIT$ac_delim
53676 TOOLKIT_DIR!$TOOLKIT_DIR$ac_delim
53677 TOOLCHAIN_NAME!$TOOLCHAIN_NAME$ac_delim
53678 TOOLCHAIN_FULLNAME!$TOOLCHAIN_FULLNAME$ac_delim
53679 cross_compiling!$cross_compiling$ac_delim
53680 WIDGET_SET!$WIDGET_SET$ac_delim
53681 WX_RELEASE!$WX_RELEASE$ac_delim
53682 WX_VERSION!$WX_VERSION$ac_delim
53683 WX_SUBVERSION!$WX_SUBVERSION$ac_delim
53684 WX_CHARTYPE!$WX_CHARTYPE$ac_delim
53685 WXCONFIG_CPPFLAGS!$WXCONFIG_CPPFLAGS$ac_delim
53686 WXCONFIG_CFLAGS!$WXCONFIG_CFLAGS$ac_delim
53687 WXCONFIG_CXXFLAGS!$WXCONFIG_CXXFLAGS$ac_delim
53688 WXCONFIG_LIBS!$WXCONFIG_LIBS$ac_delim
53689 WXCONFIG_RPATH!$WXCONFIG_RPATH$ac_delim
53690 WXCONFIG_LDFLAGS!$WXCONFIG_LDFLAGS$ac_delim
53691 WXCONFIG_LDFLAGS_GUI!$WXCONFIG_LDFLAGS_GUI$ac_delim
53692 WXCONFIG_RESFLAGS!$WXCONFIG_RESFLAGS$ac_delim
53693 GUIDIST!$GUIDIST$ac_delim
53694 DISTDIR!$DISTDIR$ac_delim
53695 SAMPLES_SUBDIRS!$SAMPLES_SUBDIRS$ac_delim
53696 LDFLAGS_GL!$LDFLAGS_GL$ac_delim
53697 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
53698 DMALLOC_LIBS!$DMALLOC_LIBS$ac_delim
53699 WX_VERSION_TAG!$WX_VERSION_TAG$ac_delim
53700 RESCOMP!$RESCOMP$ac_delim
53701 RESFLAGS!$RESFLAGS$ac_delim
53702 RESPROGRAMOBJ!$RESPROGRAMOBJ$ac_delim
53703 WX_RESOURCES_MACOSX_ASCII!$WX_RESOURCES_MACOSX_ASCII$ac_delim
53704 WX_RESOURCES_MACOSX_DATA!$WX_RESOURCES_MACOSX_DATA$ac_delim
53705 LIBWXMACRES!$LIBWXMACRES$ac_delim
53706 POSTLINK_COMMAND!$POSTLINK_COMMAND$ac_delim
53707 MACSETFILE!$MACSETFILE$ac_delim
53708 GCC!$GCC$ac_delim
53709 DLLTOOL!$DLLTOOL$ac_delim
53710 CPPUNIT_CONFIG!$CPPUNIT_CONFIG$ac_delim
53711 LIBOBJS!$LIBOBJS$ac_delim
53712 LTLIBOBJS!$LTLIBOBJS$ac_delim
53713 _ACEOF
53714
53715 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 51; then
53716 break
53717 elif $ac_last_try; then
53718 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
53719 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
53720 { (exit 1); exit 1; }; }
53721 else
53722 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
53723 fi
53724 done
53725
53726 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
53727 if test -n "$ac_eof"; then
53728 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
53729 ac_eof=`expr $ac_eof + 1`
53730 fi
53731
53732 cat >>$CONFIG_STATUS <<_ACEOF
53733 cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof
53734 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
53735 _ACEOF
53736 sed '
53737 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
53738 s/^/s,@/; s/!/@,|#_!!_#|/
53739 :n
53740 t n
53741 s/'"$ac_delim"'$/,g/; t
53742 s/$/\\/; p
53743 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
53744 ' >>$CONFIG_STATUS <conf$$subs.sed
53745 rm -f conf$$subs.sed
53746 cat >>$CONFIG_STATUS <<_ACEOF
53747 :end
53748 s/|#_!!_#|//g
53749 CEOF$ac_eof
53750 _ACEOF
53751
53752
53753 # VPATH may cause trouble with some makes, so we remove $(srcdir),
53754 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
53755 # trailing colons and then remove the whole line if VPATH becomes empty
53756 # (actually we leave an empty line to preserve line numbers).
53757 if test "x$srcdir" = x.; then
53758 ac_vpsub='/^[ ]*VPATH[ ]*=/{
53759 s/:*\$(srcdir):*/:/
53760 s/:*\${srcdir}:*/:/
53761 s/:*@srcdir@:*/:/
53762 s/^\([^=]*=[ ]*\):*/\1/
53763 s/:*$//
53764 s/^[^=]*=[ ]*$//
53765 }'
53766 fi
53767
53768 cat >>$CONFIG_STATUS <<\_ACEOF
53769 fi # test -n "$CONFIG_FILES"
53770
53771
53772 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
53773 do
53774 case $ac_tag in
53775 :[FHLC]) ac_mode=$ac_tag; continue;;
53776 esac
53777 case $ac_mode$ac_tag in
53778 :[FHL]*:*);;
53779 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
53780 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
53781 { (exit 1); exit 1; }; };;
53782 :[FH]-) ac_tag=-:-;;
53783 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
53784 esac
53785 ac_save_IFS=$IFS
53786 IFS=:
53787 set x $ac_tag
53788 IFS=$ac_save_IFS
53789 shift
53790 ac_file=$1
53791 shift
53792
53793 case $ac_mode in
53794 :L) ac_source=$1;;
53795 :[FH])
53796 ac_file_inputs=
53797 for ac_f
53798 do
53799 case $ac_f in
53800 -) ac_f="$tmp/stdin";;
53801 *) # Look for the file first in the build tree, then in the source tree
53802 # (if the path is not absolute). The absolute path cannot be DOS-style,
53803 # because $ac_f cannot contain `:'.
53804 test -f "$ac_f" ||
53805 case $ac_f in
53806 [\\/$]*) false;;
53807 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
53808 esac ||
53809 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
53810 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
53811 { (exit 1); exit 1; }; };;
53812 esac
53813 ac_file_inputs="$ac_file_inputs $ac_f"
53814 done
53815
53816 # Let's still pretend it is `configure' which instantiates (i.e., don't
53817 # use $as_me), people would be surprised to read:
53818 # /* config.h. Generated by config.status. */
53819 configure_input="Generated from "`IFS=:
53820 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
53821 if test x"$ac_file" != x-; then
53822 configure_input="$ac_file. $configure_input"
53823 { echo "$as_me:$LINENO: creating $ac_file" >&5
53824 echo "$as_me: creating $ac_file" >&6;}
53825 fi
53826
53827 case $ac_tag in
53828 *:-:* | *:-) cat >"$tmp/stdin";;
53829 esac
53830 ;;
53831 esac
53832
53833 ac_dir=`$as_dirname -- "$ac_file" ||
53834 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
53835 X"$ac_file" : 'X\(//\)[^/]' \| \
53836 X"$ac_file" : 'X\(//\)$' \| \
53837 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
53838 echo X"$ac_file" |
53839 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
53840 s//\1/
53841 q
53842 }
53843 /^X\(\/\/\)[^/].*/{
53844 s//\1/
53845 q
53846 }
53847 /^X\(\/\/\)$/{
53848 s//\1/
53849 q
53850 }
53851 /^X\(\/\).*/{
53852 s//\1/
53853 q
53854 }
53855 s/.*/./; q'`
53856 { as_dir="$ac_dir"
53857 case $as_dir in #(
53858 -*) as_dir=./$as_dir;;
53859 esac
53860 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
53861 as_dirs=
53862 while :; do
53863 case $as_dir in #(
53864 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
53865 *) as_qdir=$as_dir;;
53866 esac
53867 as_dirs="'$as_qdir' $as_dirs"
53868 as_dir=`$as_dirname -- "$as_dir" ||
53869 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
53870 X"$as_dir" : 'X\(//\)[^/]' \| \
53871 X"$as_dir" : 'X\(//\)$' \| \
53872 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
53873 echo X"$as_dir" |
53874 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
53875 s//\1/
53876 q
53877 }
53878 /^X\(\/\/\)[^/].*/{
53879 s//\1/
53880 q
53881 }
53882 /^X\(\/\/\)$/{
53883 s//\1/
53884 q
53885 }
53886 /^X\(\/\).*/{
53887 s//\1/
53888 q
53889 }
53890 s/.*/./; q'`
53891 test -d "$as_dir" && break
53892 done
53893 test -z "$as_dirs" || eval "mkdir $as_dirs"
53894 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
53895 echo "$as_me: error: cannot create directory $as_dir" >&2;}
53896 { (exit 1); exit 1; }; }; }
53897 ac_builddir=.
53898
53899 case "$ac_dir" in
53900 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
53901 *)
53902 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
53903 # A ".." for each directory in $ac_dir_suffix.
53904 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
53905 case $ac_top_builddir_sub in
53906 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
53907 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
53908 esac ;;
53909 esac
53910 ac_abs_top_builddir=$ac_pwd
53911 ac_abs_builddir=$ac_pwd$ac_dir_suffix
53912 # for backward compatibility:
53913 ac_top_builddir=$ac_top_build_prefix
53914
53915 case $srcdir in
53916 .) # We are building in place.
53917 ac_srcdir=.
53918 ac_top_srcdir=$ac_top_builddir_sub
53919 ac_abs_top_srcdir=$ac_pwd ;;
53920 [\\/]* | ?:[\\/]* ) # Absolute name.
53921 ac_srcdir=$srcdir$ac_dir_suffix;
53922 ac_top_srcdir=$srcdir
53923 ac_abs_top_srcdir=$srcdir ;;
53924 *) # Relative name.
53925 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
53926 ac_top_srcdir=$ac_top_build_prefix$srcdir
53927 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
53928 esac
53929 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
53930
53931
53932 case $ac_mode in
53933 :F)
53934 #
53935 # CONFIG_FILE
53936 #
53937
53938 case $INSTALL in
53939 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
53940 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
53941 esac
53942 _ACEOF
53943
53944 cat >>$CONFIG_STATUS <<\_ACEOF
53945 # If the template does not know about datarootdir, expand it.
53946 # FIXME: This hack should be removed a few years after 2.60.
53947 ac_datarootdir_hack=; ac_datarootdir_seen=
53948
53949 case `sed -n '/datarootdir/ {
53950 p
53951 q
53952 }
53953 /@datadir@/p
53954 /@docdir@/p
53955 /@infodir@/p
53956 /@localedir@/p
53957 /@mandir@/p
53958 ' $ac_file_inputs` in
53959 *datarootdir*) ac_datarootdir_seen=yes;;
53960 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
53961 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
53962 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
53963 _ACEOF
53964 cat >>$CONFIG_STATUS <<_ACEOF
53965 ac_datarootdir_hack='
53966 s&@datadir@&$datadir&g
53967 s&@docdir@&$docdir&g
53968 s&@infodir@&$infodir&g
53969 s&@localedir@&$localedir&g
53970 s&@mandir@&$mandir&g
53971 s&\\\${datarootdir}&$datarootdir&g' ;;
53972 esac
53973 _ACEOF
53974
53975 # Neutralize VPATH when `$srcdir' = `.'.
53976 # Shell code in configure.ac might set extrasub.
53977 # FIXME: do we really want to maintain this feature?
53978 cat >>$CONFIG_STATUS <<_ACEOF
53979 sed "$ac_vpsub
53980 $extrasub
53981 _ACEOF
53982 cat >>$CONFIG_STATUS <<\_ACEOF
53983 :t
53984 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
53985 s&@configure_input@&$configure_input&;t t
53986 s&@top_builddir@&$ac_top_builddir_sub&;t t
53987 s&@srcdir@&$ac_srcdir&;t t
53988 s&@abs_srcdir@&$ac_abs_srcdir&;t t
53989 s&@top_srcdir@&$ac_top_srcdir&;t t
53990 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
53991 s&@builddir@&$ac_builddir&;t t
53992 s&@abs_builddir@&$ac_abs_builddir&;t t
53993 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
53994 s&@INSTALL@&$ac_INSTALL&;t t
53995 $ac_datarootdir_hack
53996 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" | sed -f "$tmp/subs-5.sed" >$tmp/out
53997
53998 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
53999 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
54000 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
54001 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
54002 which seems to be undefined. Please make sure it is defined." >&5
54003 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
54004 which seems to be undefined. Please make sure it is defined." >&2;}
54005
54006 rm -f "$tmp/stdin"
54007 case $ac_file in
54008 -) cat "$tmp/out"; rm -f "$tmp/out";;
54009 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
54010 esac
54011 ;;
54012 :H)
54013 #
54014 # CONFIG_HEADER
54015 #
54016 _ACEOF
54017
54018 # Transform confdefs.h into a sed script `conftest.defines', that
54019 # substitutes the proper values into config.h.in to produce config.h.
54020 rm -f conftest.defines conftest.tail
54021 # First, append a space to every undef/define line, to ease matching.
54022 echo 's/$/ /' >conftest.defines
54023 # Then, protect against being on the right side of a sed subst, or in
54024 # an unquoted here document, in config.status. If some macros were
54025 # called several times there might be several #defines for the same
54026 # symbol, which is useless. But do not sort them, since the last
54027 # AC_DEFINE must be honored.
54028 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
54029 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
54030 # NAME is the cpp macro being defined, VALUE is the value it is being given.
54031 # PARAMS is the parameter list in the macro definition--in most cases, it's
54032 # just an empty string.
54033 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
54034 ac_dB='\\)[ (].*,\\1define\\2'
54035 ac_dC=' '
54036 ac_dD=' ,'
54037
54038 uniq confdefs.h |
54039 sed -n '
54040 t rset
54041 :rset
54042 s/^[ ]*#[ ]*define[ ][ ]*//
54043 t ok
54044 d
54045 :ok
54046 s/[\\&,]/\\&/g
54047 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
54048 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
54049 ' >>conftest.defines
54050
54051 # Remove the space that was appended to ease matching.
54052 # Then replace #undef with comments. This is necessary, for
54053 # example, in the case of _POSIX_SOURCE, which is predefined and required
54054 # on some systems where configure will not decide to define it.
54055 # (The regexp can be short, since the line contains either #define or #undef.)
54056 echo 's/ $//
54057 s,^[ #]*u.*,/* & */,' >>conftest.defines
54058
54059 # Break up conftest.defines:
54060 ac_max_sed_lines=50
54061
54062 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
54063 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
54064 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
54065 # et cetera.
54066 ac_in='$ac_file_inputs'
54067 ac_out='"$tmp/out1"'
54068 ac_nxt='"$tmp/out2"'
54069
54070 while :
54071 do
54072 # Write a here document:
54073 cat >>$CONFIG_STATUS <<_ACEOF
54074 # First, check the format of the line:
54075 cat >"\$tmp/defines.sed" <<\\CEOF
54076 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
54077 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
54078 b
54079 :def
54080 _ACEOF
54081 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
54082 echo 'CEOF
54083 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
54084 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
54085 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
54086 grep . conftest.tail >/dev/null || break
54087 rm -f conftest.defines
54088 mv conftest.tail conftest.defines
54089 done
54090 rm -f conftest.defines conftest.tail
54091
54092 echo "ac_result=$ac_in" >>$CONFIG_STATUS
54093 cat >>$CONFIG_STATUS <<\_ACEOF
54094 if test x"$ac_file" != x-; then
54095 echo "/* $configure_input */" >"$tmp/config.h"
54096 cat "$ac_result" >>"$tmp/config.h"
54097 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
54098 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
54099 echo "$as_me: $ac_file is unchanged" >&6;}
54100 else
54101 rm -f $ac_file
54102 mv "$tmp/config.h" $ac_file
54103 fi
54104 else
54105 echo "/* $configure_input */"
54106 cat "$ac_result"
54107 fi
54108 rm -f "$tmp/out12"
54109 ;;
54110
54111 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
54112 echo "$as_me: executing $ac_file commands" >&6;}
54113 ;;
54114 esac
54115
54116
54117 case $ac_file$ac_mode in
54118 "rcdefs.h":C)
54119 mkdir -p $outdir &&
54120 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
54121 ;;
54122 "lib/wx/config/${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
54123 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
54124 "utils/ifacecheck/rungccxml.sh":F) chmod +x utils/ifacecheck/rungccxml.sh ;;
54125 "wx-config":C) rm -f wx-config
54126 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
54127 ;;
54128
54129 esac
54130 done # for ac_tag
54131
54132
54133 { (exit 0); exit 0; }
54134 _ACEOF
54135 chmod +x $CONFIG_STATUS
54136 ac_clean_files=$ac_clean_files_save
54137
54138
54139 # configure is writing to config.log, and then calls config.status.
54140 # config.status does its own redirection, appending to config.log.
54141 # Unfortunately, on DOS this fails, as config.log is still kept open
54142 # by configure, so config.status won't be able to write to it; its
54143 # output is simply discarded. So we exec the FD to /dev/null,
54144 # effectively closing config.log, so it can be properly (re)opened and
54145 # appended to by config.status. When coming back to configure, we
54146 # need to make the FD available again.
54147 if test "$no_create" != yes; then
54148 ac_cs_success=:
54149 ac_config_status_args=
54150 test "$silent" = yes &&
54151 ac_config_status_args="$ac_config_status_args --quiet"
54152 exec 5>/dev/null
54153 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
54154 exec 5>>config.log
54155 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
54156 # would make configure fail if this is the last instruction.
54157 $ac_cs_success || { (exit 1); exit 1; }
54158 fi
54159
54160 #
54161 # CONFIG_SUBDIRS section.
54162 #
54163 if test "$no_recursion" != yes; then
54164
54165 # Remove --cache-file and --srcdir arguments so they do not pile up.
54166 ac_sub_configure_args=
54167 ac_prev=
54168 eval "set x $ac_configure_args"
54169 shift
54170 for ac_arg
54171 do
54172 if test -n "$ac_prev"; then
54173 ac_prev=
54174 continue
54175 fi
54176 case $ac_arg in
54177 -cache-file | --cache-file | --cache-fil | --cache-fi \
54178 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
54179 ac_prev=cache_file ;;
54180 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
54181 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
54182 | --c=*)
54183 ;;
54184 --config-cache | -C)
54185 ;;
54186 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
54187 ac_prev=srcdir ;;
54188 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
54189 ;;
54190 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
54191 ac_prev=prefix ;;
54192 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
54193 ;;
54194 *)
54195 case $ac_arg in
54196 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
54197 esac
54198 ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
54199 esac
54200 done
54201
54202 # Always prepend --prefix to ensure using the same prefix
54203 # in subdir configurations.
54204 ac_arg="--prefix=$prefix"
54205 case $ac_arg in
54206 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
54207 esac
54208 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
54209
54210 # Pass --silent
54211 if test "$silent" = yes; then
54212 ac_sub_configure_args="--silent $ac_sub_configure_args"
54213 fi
54214
54215 ac_popdir=`pwd`
54216 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
54217
54218 # Do not complain, so a configure script can configure whichever
54219 # parts of a large source tree are present.
54220 test -d "$srcdir/$ac_dir" || continue
54221
54222 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
54223 echo "$as_me:$LINENO: $ac_msg" >&5
54224 echo "$ac_msg" >&6
54225 { as_dir="$ac_dir"
54226 case $as_dir in #(
54227 -*) as_dir=./$as_dir;;
54228 esac
54229 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
54230 as_dirs=
54231 while :; do
54232 case $as_dir in #(
54233 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
54234 *) as_qdir=$as_dir;;
54235 esac
54236 as_dirs="'$as_qdir' $as_dirs"
54237 as_dir=`$as_dirname -- "$as_dir" ||
54238 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
54239 X"$as_dir" : 'X\(//\)[^/]' \| \
54240 X"$as_dir" : 'X\(//\)$' \| \
54241 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
54242 echo X"$as_dir" |
54243 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
54244 s//\1/
54245 q
54246 }
54247 /^X\(\/\/\)[^/].*/{
54248 s//\1/
54249 q
54250 }
54251 /^X\(\/\/\)$/{
54252 s//\1/
54253 q
54254 }
54255 /^X\(\/\).*/{
54256 s//\1/
54257 q
54258 }
54259 s/.*/./; q'`
54260 test -d "$as_dir" && break
54261 done
54262 test -z "$as_dirs" || eval "mkdir $as_dirs"
54263 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
54264 echo "$as_me: error: cannot create directory $as_dir" >&2;}
54265 { (exit 1); exit 1; }; }; }
54266 ac_builddir=.
54267
54268 case "$ac_dir" in
54269 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
54270 *)
54271 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
54272 # A ".." for each directory in $ac_dir_suffix.
54273 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
54274 case $ac_top_builddir_sub in
54275 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
54276 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
54277 esac ;;
54278 esac
54279 ac_abs_top_builddir=$ac_pwd
54280 ac_abs_builddir=$ac_pwd$ac_dir_suffix
54281 # for backward compatibility:
54282 ac_top_builddir=$ac_top_build_prefix
54283
54284 case $srcdir in
54285 .) # We are building in place.
54286 ac_srcdir=.
54287 ac_top_srcdir=$ac_top_builddir_sub
54288 ac_abs_top_srcdir=$ac_pwd ;;
54289 [\\/]* | ?:[\\/]* ) # Absolute name.
54290 ac_srcdir=$srcdir$ac_dir_suffix;
54291 ac_top_srcdir=$srcdir
54292 ac_abs_top_srcdir=$srcdir ;;
54293 *) # Relative name.
54294 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
54295 ac_top_srcdir=$ac_top_build_prefix$srcdir
54296 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
54297 esac
54298 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
54299
54300
54301 cd "$ac_dir"
54302
54303 # Check for guested configure; otherwise get Cygnus style configure.
54304 if test -f "$ac_srcdir/configure.gnu"; then
54305 ac_sub_configure=$ac_srcdir/configure.gnu
54306 elif test -f "$ac_srcdir/configure"; then
54307 ac_sub_configure=$ac_srcdir/configure
54308 elif test -f "$ac_srcdir/configure.in"; then
54309 # This should be Cygnus configure.
54310 ac_sub_configure=$ac_aux_dir/configure
54311 else
54312 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
54313 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
54314 ac_sub_configure=
54315 fi
54316
54317 # The recursion is here.
54318 if test -n "$ac_sub_configure"; then
54319 # Make the cache file name correct relative to the subdirectory.
54320 case $cache_file in
54321 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
54322 *) # Relative name.
54323 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
54324 esac
54325
54326 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
54327 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
54328 # The eval makes quoting arguments work.
54329 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
54330 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
54331 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
54332 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
54333 { (exit 1); exit 1; }; }
54334 fi
54335
54336 cd "$ac_popdir"
54337 done
54338 fi
54339
54340
54341 echo
54342 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
54343 echo ""
54344 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
54345 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
54346 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
54347 echo $ECHO_N " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}$ECHO_C"
54348 if test "$wxUSE_UNICODE" = "yes"; then
54349 if test "$wxUSE_UNICODE_UTF8" = "yes"; then
54350 echo " (using UTF-8)"
54351 else
54352 echo " (using wchar_t)"
54353 fi
54354 else
54355 echo
54356 fi
54357
54358 echo " What level of wxWidgets compatibility should be enabled?"
54359 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}"
54360 echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}"
54361
54362 echo " Which libraries should wxWidgets use?"
54363 echo " STL ${wxUSE_STL}"
54364 echo " jpeg ${wxUSE_LIBJPEG-none}"
54365 echo " png ${wxUSE_LIBPNG-none}"
54366 echo " regex ${wxUSE_REGEX}"
54367 echo " tiff ${wxUSE_LIBTIFF-none}"
54368 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
54369 echo " xpm ${wxUSE_LIBXPM-none}"
54370 fi
54371 echo " zlib ${wxUSE_ZLIB}"
54372 echo " expat ${wxUSE_EXPAT}"
54373 echo " libmspack ${wxUSE_LIBMSPACK}"
54374 echo " sdl ${wxUSE_LIBSDL}"
54375
54376 echo ""
54377