]> git.saurik.com Git - wxWidgets.git/blob - configure
Add ellipsization support to wxDataViewCtrl.
[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.1.
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.1'
579 PACKAGE_STRING='wxWidgets 2.9.1'
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 subdirs
680 PKG_CONFIG
681 GTK_CFLAGS
682 GTK_LIBS
683 GTK_CONFIG
684 DIRECTFB_CFLAGS
685 DIRECTFB_LIBS
686 XMKMF
687 X_CFLAGS
688 X_PRE_LIBS
689 X_LIBS
690 X_EXTRA_LIBS
691 PANGOX_CFLAGS
692 PANGOX_LIBS
693 PANGOFT2_CFLAGS
694 PANGOFT2_LIBS
695 PANGOXFT_CFLAGS
696 PANGOXFT_LIBS
697 CFLAGS_VISIBILITY
698 CXXFLAGS_VISIBILITY
699 LIBICONV
700 GXX_VERSION
701 SDL_CONFIG
702 SDL_CFLAGS
703 SDL_LIBS
704 GTKPRINT_CFLAGS
705 GTKPRINT_LIBS
706 LIBGNOMEPRINTUI_CFLAGS
707 LIBGNOMEPRINTUI_LIBS
708 GNOMEVFS_CFLAGS
709 GNOMEVFS_LIBS
710 HILDON_CFLAGS
711 HILDON_LIBS
712 HILDON2_CFLAGS
713 HILDON2_LIBS
714 PYTHON
715 COND_PYTHON
716 CAIRO_CFLAGS
717 CAIRO_LIBS
718 GST_CFLAGS
719 GST_LIBS
720 ALL_WX_LIBS
721 BUILT_WX_LIBS
722 STD_BASE_LIBS
723 STD_GUI_LIBS
724 wxUSE_ZLIB
725 wxUSE_REGEX
726 wxUSE_EXPAT
727 wxUSE_LIBJPEG
728 wxUSE_LIBPNG
729 wxUSE_LIBTIFF
730 VENDOR
731 OFFICIAL_BUILD
732 WX_FLAVOUR
733 WX_LIB_FLAVOUR
734 WXUNIV
735 MONOLITHIC
736 USE_PLUGINS
737 CXXWARNINGS
738 EXTRALIBS
739 EXTRALIBS_XML
740 EXTRALIBS_HTML
741 EXTRALIBS_MEDIA
742 EXTRALIBS_GUI
743 EXTRALIBS_OPENGL
744 EXTRALIBS_SDL
745 EXTRALIBS_STC
746 WITH_PLUGIN_SDL
747 EXTRALIBS_GTKPRINT
748 EXTRALIBS_GNOMEPRINT
749 EXTRALIBS_GNOMEVFS
750 EXTRALIBS_HILDON
751 UNICODE
752 DEBUG_INFO
753 DEBUG_FLAG
754 TOOLKIT_LOWERCASE
755 TOOLKIT_VERSION
756 DYLIB_RPATH_INSTALL
757 DYLIB_RPATH_POSTLINK
758 SAMPLES_RPATH_FLAG
759 HEADER_PAD_OPTION
760 HOST_SUFFIX
761 CPPUNIT_CFLAGS
762 CPPUNIT_LIBS
763 RANLIB
764 INSTALL_PROGRAM
765 INSTALL_SCRIPT
766 INSTALL_DATA
767 LN_S
768 SET_MAKE
769 MAKE_SET
770 AROPTIONS
771 STRIP
772 NM
773 INSTALL_DIR
774 LDFLAGS_GUI
775 IF_GNU_MAKE
776 PLATFORM_UNIX
777 PLATFORM_WIN32
778 PLATFORM_MSDOS
779 PLATFORM_MAC
780 PLATFORM_MACOS
781 PLATFORM_MACOSX
782 PLATFORM_OS2
783 PLATFORM_BEOS
784 SO_SUFFIX
785 SO_SUFFIX_MODULE
786 DLLIMP_SUFFIX
787 LIBPREFIX
788 LIBEXT
789 DLLPREFIX
790 DLLPREFIX_MODULE
791 dlldir
792 AIX_CXX_LD
793 SHARED_LD_CC
794 SHARED_LD_CXX
795 SHARED_LD_MODULE_CC
796 SHARED_LD_MODULE_CXX
797 PIC_FLAG
798 WINDOWS_IMPLIB
799 USE_SOVERSION
800 USE_SOVERLINUX
801 USE_SOVERSOLARIS
802 USE_SOVERCYGWIN
803 USE_MACVERSION
804 USE_SOTWOSYMLINKS
805 SONAME_FLAG
806 DEPS_TRACKING
807 BK_DEPS
808 WINDRES
809 REZ
810 SETFILE
811 OBJCXXFLAGS
812 GCC_PCH
813 ICC_PCH
814 ICC_PCH_CREATE_SWITCH
815 ICC_PCH_USE_SWITCH
816 BK_MAKE_PCH
817 COND_BUILD_DEBUG
818 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
819 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
820 COND_BUILD_DEBUG_UNICODE_0
821 COND_BUILD_DEBUG_UNICODE_1
822 COND_BUILD_RELEASE
823 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
824 COND_BUILD_RELEASE_UNICODE_0
825 COND_BUILD_RELEASE_UNICODE_1
826 COND_BUILD_debug
827 COND_BUILD_debug_DEBUG_FLAG_default
828 COND_BUILD_debug_DEBUG_INFO_default
829 COND_BUILD_debug_UNICODE_0
830 COND_BUILD_debug_UNICODE_1
831 COND_BUILD_release
832 COND_BUILD_release_DEBUG_INFO_default
833 COND_BUILD_release_UNICODE_0
834 COND_BUILD_release_UNICODE_1
835 COND_DEBUG_FLAG_0
836 COND_DEBUG_FLAG_1
837 COND_DEBUG_INFO_0
838 COND_DEBUG_INFO_1
839 COND_DEPS_TRACKING_0
840 COND_DEPS_TRACKING_1
841 COND_GCC_PCH_1
842 COND_ICC_PCH_1
843 COND_MONOLITHIC_0
844 COND_MONOLITHIC_0_SHARED_0
845 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
846 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
847 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
848 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
849 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
850 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
851 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
852 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
853 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
854 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
855 COND_MONOLITHIC_0_SHARED_1
856 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
857 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
858 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
859 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
860 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
861 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
862 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
863 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
864 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
865 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
866 COND_MONOLITHIC_0_USE_AUI_1
867 COND_MONOLITHIC_0_USE_GUI_1
868 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
869 COND_MONOLITHIC_0_USE_HTML_1
870 COND_MONOLITHIC_0_USE_MEDIA_1
871 COND_MONOLITHIC_0_USE_PROPGRID_1
872 COND_MONOLITHIC_0_USE_QA_1
873 COND_MONOLITHIC_0_USE_RIBBON_1
874 COND_MONOLITHIC_0_USE_RICHTEXT_1
875 COND_MONOLITHIC_0_USE_STC_1
876 COND_MONOLITHIC_0_USE_XRC_1
877 COND_MONOLITHIC_1
878 COND_MONOLITHIC_1_SHARED_0
879 COND_MONOLITHIC_1_SHARED_1
880 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
881 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
882 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
883 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
884 COND_PLATFORM_MACOSX_1
885 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
886 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
887 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
888 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
889 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
890 COND_PLATFORM_MACOSX_1_USE_GUI_1
891 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
892 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
893 COND_PLATFORM_MACOS_1
894 COND_PLATFORM_MAC_0
895 COND_PLATFORM_MAC_1
896 COND_PLATFORM_MSDOS_0
897 COND_PLATFORM_MSDOS_1
898 COND_PLATFORM_OS2_1
899 COND_PLATFORM_UNIX_0
900 COND_PLATFORM_UNIX_1
901 COND_PLATFORM_UNIX_1_TOOLKIT_MGL
902 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1
903 COND_PLATFORM_UNIX_1_USE_GUI_1
904 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
905 COND_PLATFORM_WIN32_0
906 COND_PLATFORM_WIN32_1
907 COND_SHARED_0
908 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
909 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
910 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
911 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
912 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
913 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
914 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
915 COND_SHARED_0_USE_STC_1
916 COND_SHARED_0_wxUSE_EXPAT_builtin
917 COND_SHARED_0_wxUSE_REGEX_builtin
918 COND_SHARED_0_wxUSE_ZLIB_builtin
919 COND_SHARED_1
920 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
921 COND_TOOLKIT_
922 COND_TOOLKIT_COCOA
923 COND_TOOLKIT_COCOA_USE_GUI_1
924 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
925 COND_TOOLKIT_DFB
926 COND_TOOLKIT_DFB_USE_GUI_1
927 COND_TOOLKIT_GTK
928 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
929 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
930 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
931 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
932 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
933 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
934 COND_TOOLKIT_GTK_USE_GUI_1
935 COND_TOOLKIT_MAC
936 COND_TOOLKIT_MGL
937 COND_TOOLKIT_MGL_USE_GUI_1
938 COND_TOOLKIT_MOTIF
939 COND_TOOLKIT_MOTIF_USE_GUI_1
940 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
941 COND_TOOLKIT_MSW
942 COND_TOOLKIT_MSW_USE_GUI_1
943 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
944 COND_TOOLKIT_MSW_WXUNIV_0
945 COND_TOOLKIT_OSX_CARBON
946 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
947 COND_TOOLKIT_OSX_COCOA
948 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
949 COND_TOOLKIT_OSX_IPHONE
950 COND_TOOLKIT_PM
951 COND_TOOLKIT_PM_USE_GUI_1
952 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
953 COND_TOOLKIT_WINCE
954 COND_TOOLKIT_WINCE_USE_GUI_1
955 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
956 COND_TOOLKIT_WINCE_WXUNIV_0
957 COND_TOOLKIT_X11
958 COND_TOOLKIT_X11_USE_GUI_1
959 COND_UNICODE_1
960 COND_USE_EXCEPTIONS_0
961 COND_USE_EXCEPTIONS_1
962 COND_USE_GUI_0
963 COND_USE_GUI_1
964 COND_USE_GUI_1_USE_OPENGL_1
965 COND_USE_GUI_1_WXUNIV_0
966 COND_USE_GUI_1_WXUNIV_1
967 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
968 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
969 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
970 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
971 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
972 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
973 COND_USE_OPENGL_1
974 COND_USE_PCH_1
975 COND_USE_PLUGINS_0
976 COND_USE_RTTI_0
977 COND_USE_RTTI_1
978 COND_USE_SOTWOSYMLINKS_1
979 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
980 COND_USE_SOVERLINUX_1
981 COND_USE_SOVERSION_0
982 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
983 COND_USE_SOVERSOLARIS_1
984 COND_USE_STC_1
985 COND_USE_THREADS_0
986 COND_USE_THREADS_1
987 COND_USE_XRC_1
988 COND_WINDOWS_IMPLIB_1
989 COND_WITH_PLUGIN_SDL_1
990 COND_WXUNIV_0
991 COND_WXUNIV_1
992 COND_WXUSE_EXPAT_BUILTIN
993 COND_WXUSE_LIBJPEG_BUILTIN
994 COND_WXUSE_LIBPNG_BUILTIN
995 COND_WXUSE_LIBTIFF_BUILTIN
996 COND_WXUSE_REGEX_BUILTIN
997 COND_WXUSE_ZLIB_BUILTIN
998 COND_wxUSE_EXPAT_builtin
999 COND_wxUSE_LIBJPEG_builtin
1000 COND_wxUSE_LIBPNG_builtin
1001 COND_wxUSE_LIBTIFF_builtin
1002 COND_wxUSE_REGEX_builtin
1003 COND_wxUSE_ZLIB_builtin
1004 DEREZ
1005 SHARED
1006 WX_LIBRARY_BASENAME_NOGUI
1007 WX_LIBRARY_BASENAME_GUI
1008 USE_GUI
1009 AFMINSTALL
1010 WIN32INSTALL
1011 TOOLKIT
1012 TOOLKIT_DIR
1013 TOOLCHAIN_NAME
1014 TOOLCHAIN_FULLNAME
1015 cross_compiling
1016 WIDGET_SET
1017 WX_RELEASE
1018 WX_VERSION
1019 WX_SUBVERSION
1020 WX_CHARTYPE
1021 WXCONFIG_CPPFLAGS
1022 WXCONFIG_CFLAGS
1023 WXCONFIG_CXXFLAGS
1024 WXCONFIG_LIBS
1025 WXCONFIG_RPATH
1026 WXCONFIG_LDFLAGS_GUI
1027 WXCONFIG_RESFLAGS
1028 GUIDIST
1029 DISTDIR
1030 SAMPLES_SUBDIRS
1031 LDFLAGS_GL
1032 OPENGL_LIBS
1033 DMALLOC_LIBS
1034 WX_VERSION_TAG
1035 RESCOMP
1036 RESFLAGS
1037 RESPROGRAMOBJ
1038 WX_RESOURCES_MACOSX_ASCII
1039 WX_RESOURCES_MACOSX_DATA
1040 LIBWXMACRES
1041 POSTLINK_COMMAND
1042 MACSETFILE
1043 GCC
1044 DLLTOOL
1045 CPPUNIT_CONFIG
1046 LIBOBJS
1047 LTLIBOBJS'
1048 ac_subst_files=''
1049 ac_precious_vars='build_alias
1050 host_alias
1051 target_alias
1052 CC
1053 CFLAGS
1054 LDFLAGS
1055 LIBS
1056 CPPFLAGS
1057 CPP
1058 CXX
1059 CXXFLAGS
1060 CCC
1061 PKG_CONFIG
1062 DIRECTFB_CFLAGS
1063 DIRECTFB_LIBS
1064 XMKMF
1065 PANGOX_CFLAGS
1066 PANGOX_LIBS
1067 PANGOFT2_CFLAGS
1068 PANGOFT2_LIBS
1069 PANGOXFT_CFLAGS
1070 PANGOXFT_LIBS
1071 GTKPRINT_CFLAGS
1072 GTKPRINT_LIBS
1073 LIBGNOMEPRINTUI_CFLAGS
1074 LIBGNOMEPRINTUI_LIBS
1075 GNOMEVFS_CFLAGS
1076 GNOMEVFS_LIBS
1077 HILDON_CFLAGS
1078 HILDON_LIBS
1079 HILDON2_CFLAGS
1080 HILDON2_LIBS
1081 CAIRO_CFLAGS
1082 CAIRO_LIBS
1083 GST_CFLAGS
1084 GST_LIBS'
1085 ac_subdirs_all='src/tiff
1086 src/expat'
1087
1088 # Initialize some variables set by options.
1089 ac_init_help=
1090 ac_init_version=false
1091 # The variables have the same names as the options, with
1092 # dashes changed to underlines.
1093 cache_file=/dev/null
1094 exec_prefix=NONE
1095 no_create=
1096 no_recursion=
1097 prefix=NONE
1098 program_prefix=NONE
1099 program_suffix=NONE
1100 program_transform_name=s,x,x,
1101 silent=
1102 site=
1103 srcdir=
1104 verbose=
1105 x_includes=NONE
1106 x_libraries=NONE
1107
1108 # Installation directory options.
1109 # These are left unexpanded so users can "make install exec_prefix=/foo"
1110 # and all the variables that are supposed to be based on exec_prefix
1111 # by default will actually change.
1112 # Use braces instead of parens because sh, perl, etc. also accept them.
1113 # (The list follows the same order as the GNU Coding Standards.)
1114 bindir='${exec_prefix}/bin'
1115 sbindir='${exec_prefix}/sbin'
1116 libexecdir='${exec_prefix}/libexec'
1117 datarootdir='${prefix}/share'
1118 datadir='${datarootdir}'
1119 sysconfdir='${prefix}/etc'
1120 sharedstatedir='${prefix}/com'
1121 localstatedir='${prefix}/var'
1122 includedir='${prefix}/include'
1123 oldincludedir='/usr/include'
1124 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1125 infodir='${datarootdir}/info'
1126 htmldir='${docdir}'
1127 dvidir='${docdir}'
1128 pdfdir='${docdir}'
1129 psdir='${docdir}'
1130 libdir='${exec_prefix}/lib'
1131 localedir='${datarootdir}/locale'
1132 mandir='${datarootdir}/man'
1133
1134 ac_prev=
1135 ac_dashdash=
1136 for ac_option
1137 do
1138 # If the previous option needs an argument, assign it.
1139 if test -n "$ac_prev"; then
1140 eval $ac_prev=\$ac_option
1141 ac_prev=
1142 continue
1143 fi
1144
1145 case $ac_option in
1146 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1147 *) ac_optarg=yes ;;
1148 esac
1149
1150 # Accept the important Cygnus configure options, so we can diagnose typos.
1151
1152 case $ac_dashdash$ac_option in
1153 --)
1154 ac_dashdash=yes ;;
1155
1156 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1157 ac_prev=bindir ;;
1158 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1159 bindir=$ac_optarg ;;
1160
1161 -build | --build | --buil | --bui | --bu)
1162 ac_prev=build_alias ;;
1163 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1164 build_alias=$ac_optarg ;;
1165
1166 -cache-file | --cache-file | --cache-fil | --cache-fi \
1167 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1168 ac_prev=cache_file ;;
1169 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1170 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1171 cache_file=$ac_optarg ;;
1172
1173 --config-cache | -C)
1174 cache_file=config.cache ;;
1175
1176 -datadir | --datadir | --datadi | --datad)
1177 ac_prev=datadir ;;
1178 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1179 datadir=$ac_optarg ;;
1180
1181 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1182 | --dataroo | --dataro | --datar)
1183 ac_prev=datarootdir ;;
1184 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1185 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1186 datarootdir=$ac_optarg ;;
1187
1188 -disable-* | --disable-*)
1189 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1190 # Reject names that are not valid shell variable names.
1191 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1192 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1193 { (exit 1); exit 1; }; }
1194 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1195 eval enable_$ac_feature=no ;;
1196
1197 -docdir | --docdir | --docdi | --doc | --do)
1198 ac_prev=docdir ;;
1199 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1200 docdir=$ac_optarg ;;
1201
1202 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1203 ac_prev=dvidir ;;
1204 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1205 dvidir=$ac_optarg ;;
1206
1207 -enable-* | --enable-*)
1208 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1209 # Reject names that are not valid shell variable names.
1210 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1211 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1212 { (exit 1); exit 1; }; }
1213 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1214 eval enable_$ac_feature=\$ac_optarg ;;
1215
1216 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1217 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1218 | --exec | --exe | --ex)
1219 ac_prev=exec_prefix ;;
1220 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1221 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1222 | --exec=* | --exe=* | --ex=*)
1223 exec_prefix=$ac_optarg ;;
1224
1225 -gas | --gas | --ga | --g)
1226 # Obsolete; use --with-gas.
1227 with_gas=yes ;;
1228
1229 -help | --help | --hel | --he | -h)
1230 ac_init_help=long ;;
1231 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1232 ac_init_help=recursive ;;
1233 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1234 ac_init_help=short ;;
1235
1236 -host | --host | --hos | --ho)
1237 ac_prev=host_alias ;;
1238 -host=* | --host=* | --hos=* | --ho=*)
1239 host_alias=$ac_optarg ;;
1240
1241 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1242 ac_prev=htmldir ;;
1243 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1244 | --ht=*)
1245 htmldir=$ac_optarg ;;
1246
1247 -includedir | --includedir | --includedi | --included | --include \
1248 | --includ | --inclu | --incl | --inc)
1249 ac_prev=includedir ;;
1250 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1251 | --includ=* | --inclu=* | --incl=* | --inc=*)
1252 includedir=$ac_optarg ;;
1253
1254 -infodir | --infodir | --infodi | --infod | --info | --inf)
1255 ac_prev=infodir ;;
1256 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1257 infodir=$ac_optarg ;;
1258
1259 -libdir | --libdir | --libdi | --libd)
1260 ac_prev=libdir ;;
1261 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1262 libdir=$ac_optarg ;;
1263
1264 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1265 | --libexe | --libex | --libe)
1266 ac_prev=libexecdir ;;
1267 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1268 | --libexe=* | --libex=* | --libe=*)
1269 libexecdir=$ac_optarg ;;
1270
1271 -localedir | --localedir | --localedi | --localed | --locale)
1272 ac_prev=localedir ;;
1273 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1274 localedir=$ac_optarg ;;
1275
1276 -localstatedir | --localstatedir | --localstatedi | --localstated \
1277 | --localstate | --localstat | --localsta | --localst | --locals)
1278 ac_prev=localstatedir ;;
1279 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1280 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1281 localstatedir=$ac_optarg ;;
1282
1283 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1284 ac_prev=mandir ;;
1285 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1286 mandir=$ac_optarg ;;
1287
1288 -nfp | --nfp | --nf)
1289 # Obsolete; use --without-fp.
1290 with_fp=no ;;
1291
1292 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1293 | --no-cr | --no-c | -n)
1294 no_create=yes ;;
1295
1296 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1297 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1298 no_recursion=yes ;;
1299
1300 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1301 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1302 | --oldin | --oldi | --old | --ol | --o)
1303 ac_prev=oldincludedir ;;
1304 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1305 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1306 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1307 oldincludedir=$ac_optarg ;;
1308
1309 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1310 ac_prev=prefix ;;
1311 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1312 prefix=$ac_optarg ;;
1313
1314 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1315 | --program-pre | --program-pr | --program-p)
1316 ac_prev=program_prefix ;;
1317 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1318 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1319 program_prefix=$ac_optarg ;;
1320
1321 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1322 | --program-suf | --program-su | --program-s)
1323 ac_prev=program_suffix ;;
1324 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1325 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1326 program_suffix=$ac_optarg ;;
1327
1328 -program-transform-name | --program-transform-name \
1329 | --program-transform-nam | --program-transform-na \
1330 | --program-transform-n | --program-transform- \
1331 | --program-transform | --program-transfor \
1332 | --program-transfo | --program-transf \
1333 | --program-trans | --program-tran \
1334 | --progr-tra | --program-tr | --program-t)
1335 ac_prev=program_transform_name ;;
1336 -program-transform-name=* | --program-transform-name=* \
1337 | --program-transform-nam=* | --program-transform-na=* \
1338 | --program-transform-n=* | --program-transform-=* \
1339 | --program-transform=* | --program-transfor=* \
1340 | --program-transfo=* | --program-transf=* \
1341 | --program-trans=* | --program-tran=* \
1342 | --progr-tra=* | --program-tr=* | --program-t=*)
1343 program_transform_name=$ac_optarg ;;
1344
1345 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1346 ac_prev=pdfdir ;;
1347 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1348 pdfdir=$ac_optarg ;;
1349
1350 -psdir | --psdir | --psdi | --psd | --ps)
1351 ac_prev=psdir ;;
1352 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1353 psdir=$ac_optarg ;;
1354
1355 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1356 | -silent | --silent | --silen | --sile | --sil)
1357 silent=yes ;;
1358
1359 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1360 ac_prev=sbindir ;;
1361 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1362 | --sbi=* | --sb=*)
1363 sbindir=$ac_optarg ;;
1364
1365 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1366 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1367 | --sharedst | --shareds | --shared | --share | --shar \
1368 | --sha | --sh)
1369 ac_prev=sharedstatedir ;;
1370 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1371 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1372 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1373 | --sha=* | --sh=*)
1374 sharedstatedir=$ac_optarg ;;
1375
1376 -site | --site | --sit)
1377 ac_prev=site ;;
1378 -site=* | --site=* | --sit=*)
1379 site=$ac_optarg ;;
1380
1381 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1382 ac_prev=srcdir ;;
1383 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1384 srcdir=$ac_optarg ;;
1385
1386 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1387 | --syscon | --sysco | --sysc | --sys | --sy)
1388 ac_prev=sysconfdir ;;
1389 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1390 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1391 sysconfdir=$ac_optarg ;;
1392
1393 -target | --target | --targe | --targ | --tar | --ta | --t)
1394 ac_prev=target_alias ;;
1395 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1396 target_alias=$ac_optarg ;;
1397
1398 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1399 verbose=yes ;;
1400
1401 -version | --version | --versio | --versi | --vers | -V)
1402 ac_init_version=: ;;
1403
1404 -with-* | --with-*)
1405 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1406 # Reject names that are not valid shell variable names.
1407 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1408 { echo "$as_me: error: invalid package name: $ac_package" >&2
1409 { (exit 1); exit 1; }; }
1410 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1411 eval with_$ac_package=\$ac_optarg ;;
1412
1413 -without-* | --without-*)
1414 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1415 # Reject names that are not valid shell variable names.
1416 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1417 { echo "$as_me: error: invalid package name: $ac_package" >&2
1418 { (exit 1); exit 1; }; }
1419 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1420 eval with_$ac_package=no ;;
1421
1422 --x)
1423 # Obsolete; use --with-x.
1424 with_x=yes ;;
1425
1426 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1427 | --x-incl | --x-inc | --x-in | --x-i)
1428 ac_prev=x_includes ;;
1429 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1430 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1431 x_includes=$ac_optarg ;;
1432
1433 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1434 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1435 ac_prev=x_libraries ;;
1436 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1437 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1438 x_libraries=$ac_optarg ;;
1439
1440 -*) { echo "$as_me: error: unrecognized option: $ac_option
1441 Try \`$0 --help' for more information." >&2
1442 { (exit 1); exit 1; }; }
1443 ;;
1444
1445 *=*)
1446 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1447 # Reject names that are not valid shell variable names.
1448 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1449 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1450 { (exit 1); exit 1; }; }
1451 eval $ac_envvar=\$ac_optarg
1452 export $ac_envvar ;;
1453
1454 *)
1455 # FIXME: should be removed in autoconf 3.0.
1456 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1457 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1458 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1459 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1460 ;;
1461
1462 esac
1463 done
1464
1465 if test -n "$ac_prev"; then
1466 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1467 { echo "$as_me: error: missing argument to $ac_option" >&2
1468 { (exit 1); exit 1; }; }
1469 fi
1470
1471 # Be sure to have absolute directory names.
1472 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1473 datadir sysconfdir sharedstatedir localstatedir includedir \
1474 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1475 libdir localedir mandir
1476 do
1477 eval ac_val=\$$ac_var
1478 case $ac_val in
1479 [\\/$]* | ?:[\\/]* ) continue;;
1480 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1481 esac
1482 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1483 { (exit 1); exit 1; }; }
1484 done
1485
1486 # There might be people who depend on the old broken behavior: `$host'
1487 # used to hold the argument of --host etc.
1488 # FIXME: To remove some day.
1489 build=$build_alias
1490 host=$host_alias
1491 target=$target_alias
1492
1493 # FIXME: To remove some day.
1494 if test "x$host_alias" != x; then
1495 if test "x$build_alias" = x; then
1496 cross_compiling=maybe
1497 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1498 If a cross compiler is detected then cross compile mode will be used." >&2
1499 elif test "x$build_alias" != "x$host_alias"; then
1500 cross_compiling=yes
1501 fi
1502 fi
1503
1504 ac_tool_prefix=
1505 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1506
1507 test "$silent" = yes && exec 6>/dev/null
1508
1509
1510 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1511 ac_ls_di=`ls -di .` &&
1512 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1513 { echo "$as_me: error: Working directory cannot be determined" >&2
1514 { (exit 1); exit 1; }; }
1515 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1516 { echo "$as_me: error: pwd does not report name of working directory" >&2
1517 { (exit 1); exit 1; }; }
1518
1519
1520 # Find the source files, if location was not specified.
1521 if test -z "$srcdir"; then
1522 ac_srcdir_defaulted=yes
1523 # Try the directory containing this script, then the parent directory.
1524 ac_confdir=`$as_dirname -- "$0" ||
1525 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1526 X"$0" : 'X\(//\)[^/]' \| \
1527 X"$0" : 'X\(//\)$' \| \
1528 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1529 echo X"$0" |
1530 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1531 s//\1/
1532 q
1533 }
1534 /^X\(\/\/\)[^/].*/{
1535 s//\1/
1536 q
1537 }
1538 /^X\(\/\/\)$/{
1539 s//\1/
1540 q
1541 }
1542 /^X\(\/\).*/{
1543 s//\1/
1544 q
1545 }
1546 s/.*/./; q'`
1547 srcdir=$ac_confdir
1548 if test ! -r "$srcdir/$ac_unique_file"; then
1549 srcdir=..
1550 fi
1551 else
1552 ac_srcdir_defaulted=no
1553 fi
1554 if test ! -r "$srcdir/$ac_unique_file"; then
1555 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1556 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1557 { (exit 1); exit 1; }; }
1558 fi
1559 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1560 ac_abs_confdir=`(
1561 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1562 { (exit 1); exit 1; }; }
1563 pwd)`
1564 # When building in place, set srcdir=.
1565 if test "$ac_abs_confdir" = "$ac_pwd"; then
1566 srcdir=.
1567 fi
1568 # Remove unnecessary trailing slashes from srcdir.
1569 # Double slashes in file names in object file debugging info
1570 # mess up M-x gdb in Emacs.
1571 case $srcdir in
1572 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1573 esac
1574 for ac_var in $ac_precious_vars; do
1575 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1576 eval ac_env_${ac_var}_value=\$${ac_var}
1577 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1578 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1579 done
1580
1581 #
1582 # Report the --help message.
1583 #
1584 if test "$ac_init_help" = "long"; then
1585 # Omit some internal or obsolete options to make the list less imposing.
1586 # This message is too long to be a string in the A/UX 3.1 sh.
1587 cat <<_ACEOF
1588 \`configure' configures wxWidgets 2.9.1 to adapt to many kinds of systems.
1589
1590 Usage: $0 [OPTION]... [VAR=VALUE]...
1591
1592 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1593 VAR=VALUE. See below for descriptions of some of the useful variables.
1594
1595 Defaults for the options are specified in brackets.
1596
1597 Configuration:
1598 -h, --help display this help and exit
1599 --help=short display options specific to this package
1600 --help=recursive display the short help of all the included packages
1601 -V, --version display version information and exit
1602 -q, --quiet, --silent do not print \`checking...' messages
1603 --cache-file=FILE cache test results in FILE [disabled]
1604 -C, --config-cache alias for \`--cache-file=config.cache'
1605 -n, --no-create do not create output files
1606 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1607
1608 Installation directories:
1609 --prefix=PREFIX install architecture-independent files in PREFIX
1610 [$ac_default_prefix]
1611 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1612 [PREFIX]
1613
1614 By default, \`make install' will install all the files in
1615 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1616 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1617 for instance \`--prefix=\$HOME'.
1618
1619 For better control, use the options below.
1620
1621 Fine tuning of the installation directories:
1622 --bindir=DIR user executables [EPREFIX/bin]
1623 --sbindir=DIR system admin executables [EPREFIX/sbin]
1624 --libexecdir=DIR program executables [EPREFIX/libexec]
1625 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1626 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1627 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1628 --libdir=DIR object code libraries [EPREFIX/lib]
1629 --includedir=DIR C header files [PREFIX/include]
1630 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1631 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1632 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1633 --infodir=DIR info documentation [DATAROOTDIR/info]
1634 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1635 --mandir=DIR man documentation [DATAROOTDIR/man]
1636 --docdir=DIR documentation root [DATAROOTDIR/doc/wxwidgets]
1637 --htmldir=DIR html documentation [DOCDIR]
1638 --dvidir=DIR dvi documentation [DOCDIR]
1639 --pdfdir=DIR pdf documentation [DOCDIR]
1640 --psdir=DIR ps documentation [DOCDIR]
1641 _ACEOF
1642
1643 cat <<\_ACEOF
1644
1645 X features:
1646 --x-includes=DIR X include files are in DIR
1647 --x-libraries=DIR X library files are in DIR
1648
1649 System types:
1650 --build=BUILD configure for building on BUILD [guessed]
1651 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1652 _ACEOF
1653 fi
1654
1655 if test -n "$ac_init_help"; then
1656 case $ac_init_help in
1657 short | recursive ) echo "Configuration of wxWidgets 2.9.1:";;
1658 esac
1659 cat <<\_ACEOF
1660
1661 Optional Features:
1662 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1663 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1664 --disable-gui don't build GUI parts of the library
1665 --enable-monolithic build wxWidgets as single library
1666 --enable-plugins build parts of wxWidgets as loadable components
1667 --enable-official_build official build of wxWidgets (win32 DLL only)
1668 --enable-vendor=VENDOR vendor name (win32 DLL only)
1669 --disable-all-features disable all optional features to build minimal library
1670 --enable-universal use wxWidgets GUI controls instead of native ones
1671 --enable-nanox use NanoX
1672 --disable-gtk2 use GTK+ 1.2 instead of 2.0
1673 --enable-gpe use GNOME PDA Environment features if possible
1674 --enable-debug build library for debugging
1675 --disable-debug_flag disable all debugging support
1676 --enable-debug_info generate debug information
1677 --enable-debug_gdb create code with extra GDB debugging information
1678 --enable-debug_cntxt obsolete, don't use: use wxDebugContext
1679 --enable-mem_tracing obsolete, don't use: create code with memory tracing
1680 --disable-shared create static library instead of shared
1681 --enable-stl use STL for containers
1682 --enable-std_iostreams use standard C++ stream classes
1683 --enable-std_string use standard C++ string classes
1684 --disable-unicode compile without Unicode support
1685 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
1686 --enable-utf8 use UTF-8 representation for strings (Unix only)
1687 --enable-utf8only only support UTF-8 locales in UTF-8 build (Unix only)
1688 --enable-extended_rtti use extended RTTI (XTI)
1689 --enable-omf use OMF object format
1690 --disable-optimise compile without optimisations
1691 --enable-profile create code with profiling information
1692 --enable-no_rtti create code without RTTI information
1693 --enable-no_exceptions create code without C++ exceptions handling
1694 --enable-permissive compile code disregarding strict ANSI
1695 --enable-no_deps create code without dependency information
1696 --disable-vararg_macros don't use vararg macros, even if they are supported
1697 --enable-universal_binary create Mac PowerPC and Intel Universal binary
1698 --enable-compat26 enable wxWidgets 2.6 compatibility
1699 --disable-compat28 disable wxWidgets 2.8 compatibility
1700 --disable-rpath disable use of rpath for uninstalled builds
1701 --enable-objc_uniquifying enable Objective-C class name uniquifying
1702 --disable-visibility disable use of ELF symbols visibility even if supported
1703 --disable-tls disable use of compiler TLS support
1704 --enable-intl use internationalization system
1705 --enable-xlocale use x-locale support (requires wxLocale)
1706 --enable-config use wxConfig (and derived) classes
1707 --enable-protocols use wxProtocol and derived classes
1708 --enable-ftp use wxFTP (requires wxProtocol
1709 --enable-http use wxHTTP (requires wxProtocol
1710 --enable-fileproto use wxFileProto class (requires wxProtocol
1711 --enable-sockets use socket/network classes
1712 --enable-ipv6 enable IPv6 support in wxSocket
1713 --enable-ole use OLE classes (Win32 only)
1714 --enable-dataobj use data object classes
1715 --enable-ipc use interprocess communication (wxSocket etc.)
1716 --enable-baseevtloop use event loop in console programs too
1717 --enable-epollloop use wxEpollDispatcher class (Linux only)
1718 --enable-selectloop use wxSelectDispatcher class
1719 --enable-any use wxAny class
1720 --enable-apple_ieee use the Apple IEEE codec
1721 --enable-arcstream use wxArchive streams
1722 --enable-base64 use base64 encoding/decoding functions
1723 --enable-backtrace use wxStackWalker class for getting backtraces
1724 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
1725 --enable-cmdline use wxCmdLineParser class
1726 --enable-datetime use wxDateTime class
1727 --enable-debugreport use wxDebugReport class
1728 --enable-dialupman use dialup network classes
1729 --enable-dynlib use wxLibrary class for DLL loading
1730 --enable-dynamicloader use (new) wxDynamicLibrary class
1731 --enable-exceptions build exception-safe library
1732 --enable-ffile use wxFFile class
1733 --enable-file use wxFile class
1734 --enable-filesystem use virtual file systems classes
1735 --enable-fontenum use wxFontEnumerator class
1736 --enable-fontmap use font encodings conversion classes
1737 --enable-fs_archive use virtual archive filesystems
1738 --enable-fs_inet use virtual HTTP/FTP filesystems
1739 --enable-fs_zip now replaced by fs_archive
1740 --enable-geometry use geometry class
1741 --enable-log use logging system
1742 --enable-longlong use wxLongLong class
1743 --enable-mimetype use wxMimeTypesManager
1744 --enable-printfposparam use wxVsnprintf() which supports positional parameters
1745 --enable-snglinst use wxSingleInstanceChecker class
1746 --enable-sound use wxSound class
1747 --enable-stdpaths use wxStandardPaths class
1748 --enable-stopwatch use wxStopWatch class
1749 --enable-streams use wxStream etc classes
1750 --enable-sysoptions use wxSystemOptions
1751 --enable-tarstream use wxTar streams
1752 --enable-textbuf use wxTextBuffer class
1753 --enable-textfile use wxTextFile class
1754 --enable-timer use wxTimer class
1755 --enable-variant use wxVariant class
1756 --enable-zipstream use wxZip streams
1757 --enable-url use wxURL class
1758 --enable-protocol use wxProtocol class
1759 --enable-protocol-http HTTP support in wxProtocol
1760 --enable-protocol-ftp FTP support in wxProtocol
1761 --enable-protocol-file FILE support in wxProtocol
1762 --enable-threads use threads
1763 --enable-iniconf use wxIniConfig (Win32 only)
1764 --enable-regkey use wxRegKey class (Win32 only)
1765 --enable-docview use document view architecture
1766 --enable-help use help subsystem
1767 --enable-mshtmlhelp use MS HTML Help (win32)
1768 --enable-html use wxHTML sub-library
1769 --enable-htmlhelp use wxHTML-based help
1770 --enable-xrc use XRC resources sub-library
1771 --enable-aui use AUI docking library
1772 --enable-propgrid use wxPropertyGrid library
1773 --enable-ribbon use wxRibbon library
1774 --enable-stc use wxStyledTextCtrl library
1775 --enable-constraints use layout-constraints system
1776 --enable-loggui use standard GUI logger
1777 --enable-logwin use wxLogWindow
1778 --enable-logdialog use wxLogDialog
1779 --enable-mdi use multiple document interface architecture
1780 --enable-mdidoc use docview architecture with MDI
1781 --enable-mediactrl use wxMediaCtrl class
1782 --enable-gstreamer8 force GStreamer 0.8 instead of 0.10 with the wxMediaCtrl class on unix
1783 --enable-webkit use wxWebKitCtrl (Mac)
1784 --enable-richtext use wxRichTextCtrl
1785 --enable-graphics_ctx use graphics context 2D drawing API
1786 --enable-postscript use wxPostscriptDC device context (default for gtk+)
1787 --enable-printarch use printing architecture
1788 --enable-svg use wxSVGFileDC device context
1789 --enable-clipboard use wxClipboard class
1790 --enable-dnd use Drag'n'Drop classes
1791 --enable-metafile use win32 metafiles
1792 --disable-controls disable compilation of all standard controls
1793 --enable-accel use accelerators
1794 --enable-animatectrl use wxAnimationCtrl class
1795 --enable-bmpbutton use wxBitmapButton class
1796 --enable-bmpcombobox use wxBitmapComboBox class
1797 --enable-button use wxButton class
1798 --enable-calendar use wxCalendarCtrl class
1799 --enable-caret use wxCaret class
1800 --enable-checkbox use wxCheckBox class
1801 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
1802 --enable-choice use wxChoice class
1803 --enable-choicebook use wxChoicebook class
1804 --enable-collpane use wxCollapsiblePane class
1805 --enable-colourpicker use wxColourPickerCtrl class
1806 --enable-combobox use wxComboBox class
1807 --enable-comboctrl use wxComboCtrl class
1808 --enable-dataviewctrl use wxDataViewCtrl class
1809 --enable-datepick use wxDatePickerCtrl class
1810 --enable-detect_sm use code to detect X11 session manager
1811 --enable-dirpicker use wxDirPickerCtrl class
1812 --enable-display use wxDisplay class
1813 --enable-editablebox use wxEditableListBox class
1814 --enable-filectrl use wxFileCtrl class
1815 --enable-filepicker use wxFilePickerCtrl class
1816 --enable-fontpicker use wxFontPickerCtrl class
1817 --enable-gauge use wxGauge class
1818 --enable-grid use wxGrid class
1819 --enable-headerctrl use wxHeaderCtrl class
1820 --enable-hyperlink use wxHyperlinkCtrl class
1821 --enable-imaglist use wxImageList class
1822 --enable-infobar use wxInfoBar class
1823 --enable-listbook use wxListbook class
1824 --enable-listbox use wxListBox class
1825 --enable-listctrl use wxListCtrl class
1826 --enable-notebook use wxNotebook class
1827 --enable-notifmsg use wxNotificationMessage class
1828 --enable-odcombobox use wxOwnerDrawnComboBox class
1829 --enable-popupwin use wxPopUpWindow class
1830 --enable-radiobox use wxRadioBox class
1831 --enable-radiobtn use wxRadioButton class
1832 --enable-rearrangectrl use wxRearrangeList/Ctrl/Dialog
1833 --enable-sash use wxSashWindow class
1834 --enable-scrollbar use wxScrollBar class and scrollable windows
1835 --enable-searchctrl use wxSearchCtrl class
1836 --enable-slider use wxSlider class
1837 --enable-spinbtn use wxSpinButton class
1838 --enable-spinctrl use wxSpinCtrl class
1839 --enable-splitter use wxSplitterWindow class
1840 --enable-statbmp use wxStaticBitmap class
1841 --enable-statbox use wxStaticBox class
1842 --enable-statline use wxStaticLine class
1843 --enable-stattext use wxStaticText class
1844 --enable-statusbar use wxStatusBar class
1845 --enable-taskbaricon use wxTaskBarIcon class
1846 --enable-tbarnative use native wxToolBar class
1847 --enable-textctrl use wxTextCtrl class
1848 --enable-tipwindow use wxTipWindow class
1849 --enable-togglebtn use wxToggleButton class
1850 --enable-toolbar use wxToolBar class
1851 --enable-toolbook use wxToolbook class
1852 --enable-treebook use wxTreebook class
1853 --enable-treectrl use wxTreeCtrl class
1854 --enable-commondlg use all common dialogs
1855 --enable-aboutdlg use wxAboutBox
1856 --enable-choicedlg use wxChoiceDialog
1857 --enable-coldlg use wxColourDialog
1858 --enable-filedlg use wxFileDialog
1859 --enable-finddlg use wxFindReplaceDialog
1860 --enable-fontdlg use wxFontDialog
1861 --enable-dirdlg use wxDirDialog
1862 --enable-msgdlg use wxMessageDialog
1863 --enable-numberdlg use wxNumberEntryDialog
1864 --enable-splash use wxSplashScreen
1865 --enable-textdlg use wxTextDialog
1866 --enable-tipdlg use startup tips
1867 --enable-progressdlg use wxProgressDialog
1868 --enable-wizarddlg use wxWizard
1869 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1870 --enable-miniframe use wxMiniFrame class
1871 --enable-tooltips use wxToolTip class
1872 --enable-splines use spline drawing code
1873 --enable-mousewheel use mousewheel
1874 --enable-validators use wxValidator and derived classes
1875 --enable-busyinfo use wxBusyInfo
1876 --enable-joystick use wxJoystick
1877 --enable-metafiles use wxMetaFile (Win32 only)
1878 --enable-dragimage use wxDragImage
1879 --enable-accessibility enable accessibility support
1880 --enable-palette use wxPalette class
1881 --enable-image use wxImage class
1882 --enable-gif use gif images (GIF file format)
1883 --enable-pcx use pcx images (PCX file format)
1884 --enable-tga use tga images (TGA file format)
1885 --enable-iff use iff images (IFF file format)
1886 --enable-pnm use pnm images (PNM file format)
1887 --enable-xpm use xpm images (XPM file format)
1888 --enable-ico_cur use Windows ICO and CUR formats
1889 --enable-dccache cache temporary wxDC objects (Win32 only)
1890 --enable-ps-in-msw use PS printing in wxMSW (Win32 only)
1891 --enable-ownerdrawn use owner drawn controls (Win32 and OS/2 only)
1892 --enable-uxtheme enable support for Windows XP themed look (Win32 only)
1893 --enable-wxdib use wxDIB class (Win32 only)
1894 --enable-autoidman use automatic ids management
1895 --disable-largefile omit support for large files
1896 --disable-gtktest do not try to compile and run a test GTK+ program
1897 --disable-gtktest Do not try to compile and run a test GTK program
1898 --disable-sdltest Do not try to compile and run a test SDL program
1899 --enable-omf use OMF object format (OS/2)
1900 --disable-dependency-tracking
1901 don't use dependency tracking even if the compiler
1902 can
1903 --disable-precomp-headers
1904 don't use precompiled headers even if compiler can
1905
1906 Optional Packages:
1907 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1908 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1909 --without-subdirs don't generate makefiles for samples/demos/...
1910 --with-flavour=NAME specify a name to identify this build
1911 --with-themes=all|list use only the specified comma-separated list of wxUniversal themes
1912 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1913 --with-motif use Motif/Lesstif
1914 --with-osx_carbon use Mac OS X (Carbon)
1915 --with-osx_cocoa use Mac OS X (Cocoa)
1916 --with-mac use Mac OS X (Default)
1917 --with-cocoa use Cocoa
1918 --with-wine use Wine
1919 --with-msw use MS-Windows
1920 --with-pm use OS/2 Presentation Manager
1921 --with-mgl use SciTech MGL
1922 --with-directfb use DirectFB
1923 --with-microwin use MicroWindows
1924 --with-x11 use X11
1925 --with-libpng use libpng (PNG image format)
1926 --with-libjpeg use libjpeg (JPEG file format)
1927 --with-libtiff use libtiff (TIFF file format)
1928 --with-libxpm use libxpm (XPM file format)
1929 --with-libiconv use libiconv (character conversion)
1930 --with-libmspack use libmspack (CHM help files loading)
1931 --without-gtkprint don't use GTK printing support
1932 --without-gnomeprint don't use GNOME printing libraries
1933 --with-gnomevfs use GNOME VFS for associating MIME types
1934 --with-hildon use Hildon framework for Nokia 770/800/810
1935 --with-opengl use OpenGL (or Mesa)
1936 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1937 --with-sdl use SDL for audio on Unix
1938 --with-regex enable support for wxRegEx class
1939 --with-zlib use zlib for LZW compression
1940 --with-expat enable XML support using expat parser
1941 --with-macosx-sdk=PATH use an OS X SDK at PATH
1942 --with-macosx-version-min=VER build binaries which require at least this OS X version
1943 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1944 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1945 --with-x use the X Window System
1946 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1947 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1948 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1949 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1950 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1951
1952 Some influential environment variables:
1953 CC C compiler command
1954 CFLAGS C compiler flags
1955 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1956 nonstandard directory <lib dir>
1957 LIBS libraries to pass to the linker, e.g. -l<library>
1958 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1959 you have headers in a nonstandard directory <include dir>
1960 CPP C preprocessor
1961 CXX C++ compiler command
1962 CXXFLAGS C++ compiler flags
1963 PKG_CONFIG path to pkg-config utility
1964 DIRECTFB_CFLAGS
1965 C compiler flags for DIRECTFB, overriding pkg-config
1966 DIRECTFB_LIBS
1967 linker flags for DIRECTFB, overriding pkg-config
1968 XMKMF Path to xmkmf, Makefile generator for X Window System
1969 PANGOX_CFLAGS
1970 C compiler flags for PANGOX, overriding pkg-config
1971 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
1972 PANGOFT2_CFLAGS
1973 C compiler flags for PANGOFT2, overriding pkg-config
1974 PANGOFT2_LIBS
1975 linker flags for PANGOFT2, overriding pkg-config
1976 PANGOXFT_CFLAGS
1977 C compiler flags for PANGOXFT, overriding pkg-config
1978 PANGOXFT_LIBS
1979 linker flags for PANGOXFT, overriding pkg-config
1980 GTKPRINT_CFLAGS
1981 C compiler flags for GTKPRINT, overriding pkg-config
1982 GTKPRINT_LIBS
1983 linker flags for GTKPRINT, overriding pkg-config
1984 LIBGNOMEPRINTUI_CFLAGS
1985 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
1986 LIBGNOMEPRINTUI_LIBS
1987 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
1988 GNOMEVFS_CFLAGS
1989 C compiler flags for GNOMEVFS, overriding pkg-config
1990 GNOMEVFS_LIBS
1991 linker flags for GNOMEVFS, overriding pkg-config
1992 HILDON_CFLAGS
1993 C compiler flags for HILDON, overriding pkg-config
1994 HILDON_LIBS linker flags for HILDON, overriding pkg-config
1995 HILDON2_CFLAGS
1996 C compiler flags for HILDON2, overriding pkg-config
1997 HILDON2_LIBS
1998 linker flags for HILDON2, overriding pkg-config
1999 CAIRO_CFLAGS
2000 C compiler flags for CAIRO, overriding pkg-config
2001 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
2002 GST_CFLAGS C compiler flags for GST, overriding pkg-config
2003 GST_LIBS linker flags for GST, overriding pkg-config
2004
2005 Use these variables to override the choices made by `configure' or to help
2006 it to find libraries and programs with nonstandard names/locations.
2007
2008 Report bugs to <wx-dev@lists.wxwidgets.org>.
2009 _ACEOF
2010 ac_status=$?
2011 fi
2012
2013 if test "$ac_init_help" = "recursive"; then
2014 # If there are subdirs, report their specific --help.
2015 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2016 test -d "$ac_dir" || continue
2017 ac_builddir=.
2018
2019 case "$ac_dir" in
2020 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2021 *)
2022 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2023 # A ".." for each directory in $ac_dir_suffix.
2024 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
2025 case $ac_top_builddir_sub in
2026 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2027 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2028 esac ;;
2029 esac
2030 ac_abs_top_builddir=$ac_pwd
2031 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2032 # for backward compatibility:
2033 ac_top_builddir=$ac_top_build_prefix
2034
2035 case $srcdir in
2036 .) # We are building in place.
2037 ac_srcdir=.
2038 ac_top_srcdir=$ac_top_builddir_sub
2039 ac_abs_top_srcdir=$ac_pwd ;;
2040 [\\/]* | ?:[\\/]* ) # Absolute name.
2041 ac_srcdir=$srcdir$ac_dir_suffix;
2042 ac_top_srcdir=$srcdir
2043 ac_abs_top_srcdir=$srcdir ;;
2044 *) # Relative name.
2045 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2046 ac_top_srcdir=$ac_top_build_prefix$srcdir
2047 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2048 esac
2049 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2050
2051 cd "$ac_dir" || { ac_status=$?; continue; }
2052 # Check for guested configure.
2053 if test -f "$ac_srcdir/configure.gnu"; then
2054 echo &&
2055 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2056 elif test -f "$ac_srcdir/configure"; then
2057 echo &&
2058 $SHELL "$ac_srcdir/configure" --help=recursive
2059 else
2060 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2061 fi || ac_status=$?
2062 cd "$ac_pwd" || { ac_status=$?; break; }
2063 done
2064 fi
2065
2066 test -n "$ac_init_help" && exit $ac_status
2067 if $ac_init_version; then
2068 cat <<\_ACEOF
2069 wxWidgets configure 2.9.1
2070 generated by GNU Autoconf 2.61
2071
2072 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2073 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2074 This configure script is free software; the Free Software Foundation
2075 gives unlimited permission to copy, distribute and modify it.
2076 _ACEOF
2077 exit
2078 fi
2079 cat >config.log <<_ACEOF
2080 This file contains any messages produced by compilers while
2081 running configure, to aid debugging if configure makes a mistake.
2082
2083 It was created by wxWidgets $as_me 2.9.1, which was
2084 generated by GNU Autoconf 2.61. Invocation command line was
2085
2086 $ $0 $@
2087
2088 _ACEOF
2089 exec 5>>config.log
2090 {
2091 cat <<_ASUNAME
2092 ## --------- ##
2093 ## Platform. ##
2094 ## --------- ##
2095
2096 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2097 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2098 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2099 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2100 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2101
2102 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2103 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2104
2105 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2106 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2107 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2108 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2109 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2110 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2111 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2112
2113 _ASUNAME
2114
2115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2116 for as_dir in $PATH
2117 do
2118 IFS=$as_save_IFS
2119 test -z "$as_dir" && as_dir=.
2120 echo "PATH: $as_dir"
2121 done
2122 IFS=$as_save_IFS
2123
2124 } >&5
2125
2126 cat >&5 <<_ACEOF
2127
2128
2129 ## ----------- ##
2130 ## Core tests. ##
2131 ## ----------- ##
2132
2133 _ACEOF
2134
2135
2136 # Keep a trace of the command line.
2137 # Strip out --no-create and --no-recursion so they do not pile up.
2138 # Strip out --silent because we don't want to record it for future runs.
2139 # Also quote any args containing shell meta-characters.
2140 # Make two passes to allow for proper duplicate-argument suppression.
2141 ac_configure_args=
2142 ac_configure_args0=
2143 ac_configure_args1=
2144 ac_must_keep_next=false
2145 for ac_pass in 1 2
2146 do
2147 for ac_arg
2148 do
2149 case $ac_arg in
2150 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2151 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2152 | -silent | --silent | --silen | --sile | --sil)
2153 continue ;;
2154 *\'*)
2155 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2156 esac
2157 case $ac_pass in
2158 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2159 2)
2160 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
2161 if test $ac_must_keep_next = true; then
2162 ac_must_keep_next=false # Got value, back to normal.
2163 else
2164 case $ac_arg in
2165 *=* | --config-cache | -C | -disable-* | --disable-* \
2166 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2167 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2168 | -with-* | --with-* | -without-* | --without-* | --x)
2169 case "$ac_configure_args0 " in
2170 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2171 esac
2172 ;;
2173 -* ) ac_must_keep_next=true ;;
2174 esac
2175 fi
2176 ac_configure_args="$ac_configure_args '$ac_arg'"
2177 ;;
2178 esac
2179 done
2180 done
2181 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
2182 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
2183
2184 # When interrupted or exit'd, cleanup temporary files, and complete
2185 # config.log. We remove comments because anyway the quotes in there
2186 # would cause problems or look ugly.
2187 # WARNING: Use '\'' to represent an apostrophe within the trap.
2188 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2189 trap 'exit_status=$?
2190 # Save into config.log some information that might help in debugging.
2191 {
2192 echo
2193
2194 cat <<\_ASBOX
2195 ## ---------------- ##
2196 ## Cache variables. ##
2197 ## ---------------- ##
2198 _ASBOX
2199 echo
2200 # The following way of writing the cache mishandles newlines in values,
2201 (
2202 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2203 eval ac_val=\$$ac_var
2204 case $ac_val in #(
2205 *${as_nl}*)
2206 case $ac_var in #(
2207 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2208 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2209 esac
2210 case $ac_var in #(
2211 _ | IFS | as_nl) ;; #(
2212 *) $as_unset $ac_var ;;
2213 esac ;;
2214 esac
2215 done
2216 (set) 2>&1 |
2217 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2218 *${as_nl}ac_space=\ *)
2219 sed -n \
2220 "s/'\''/'\''\\\\'\'''\''/g;
2221 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2222 ;; #(
2223 *)
2224 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2225 ;;
2226 esac |
2227 sort
2228 )
2229 echo
2230
2231 cat <<\_ASBOX
2232 ## ----------------- ##
2233 ## Output variables. ##
2234 ## ----------------- ##
2235 _ASBOX
2236 echo
2237 for ac_var in $ac_subst_vars
2238 do
2239 eval ac_val=\$$ac_var
2240 case $ac_val in
2241 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2242 esac
2243 echo "$ac_var='\''$ac_val'\''"
2244 done | sort
2245 echo
2246
2247 if test -n "$ac_subst_files"; then
2248 cat <<\_ASBOX
2249 ## ------------------- ##
2250 ## File substitutions. ##
2251 ## ------------------- ##
2252 _ASBOX
2253 echo
2254 for ac_var in $ac_subst_files
2255 do
2256 eval ac_val=\$$ac_var
2257 case $ac_val in
2258 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2259 esac
2260 echo "$ac_var='\''$ac_val'\''"
2261 done | sort
2262 echo
2263 fi
2264
2265 if test -s confdefs.h; then
2266 cat <<\_ASBOX
2267 ## ----------- ##
2268 ## confdefs.h. ##
2269 ## ----------- ##
2270 _ASBOX
2271 echo
2272 cat confdefs.h
2273 echo
2274 fi
2275 test "$ac_signal" != 0 &&
2276 echo "$as_me: caught signal $ac_signal"
2277 echo "$as_me: exit $exit_status"
2278 } >&5
2279 rm -f core *.core core.conftest.* &&
2280 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2281 exit $exit_status
2282 ' 0
2283 for ac_signal in 1 2 13 15; do
2284 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2285 done
2286 ac_signal=0
2287
2288 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2289 rm -f -r conftest* confdefs.h
2290
2291 # Predefined preprocessor variables.
2292
2293 cat >>confdefs.h <<_ACEOF
2294 #define PACKAGE_NAME "$PACKAGE_NAME"
2295 _ACEOF
2296
2297
2298 cat >>confdefs.h <<_ACEOF
2299 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2300 _ACEOF
2301
2302
2303 cat >>confdefs.h <<_ACEOF
2304 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2305 _ACEOF
2306
2307
2308 cat >>confdefs.h <<_ACEOF
2309 #define PACKAGE_STRING "$PACKAGE_STRING"
2310 _ACEOF
2311
2312
2313 cat >>confdefs.h <<_ACEOF
2314 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2315 _ACEOF
2316
2317
2318 # Let the site file select an alternate cache file if it wants to.
2319 # Prefer explicitly selected file to automatically selected ones.
2320 if test -n "$CONFIG_SITE"; then
2321 set x "$CONFIG_SITE"
2322 elif test "x$prefix" != xNONE; then
2323 set x "$prefix/share/config.site" "$prefix/etc/config.site"
2324 else
2325 set x "$ac_default_prefix/share/config.site" \
2326 "$ac_default_prefix/etc/config.site"
2327 fi
2328 shift
2329 for ac_site_file
2330 do
2331 if test -r "$ac_site_file"; then
2332 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2333 echo "$as_me: loading site script $ac_site_file" >&6;}
2334 sed 's/^/| /' "$ac_site_file" >&5
2335 . "$ac_site_file"
2336 fi
2337 done
2338
2339 if test -r "$cache_file"; then
2340 # Some versions of bash will fail to source /dev/null (special
2341 # files actually), so we avoid doing that.
2342 if test -f "$cache_file"; then
2343 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2344 echo "$as_me: loading cache $cache_file" >&6;}
2345 case $cache_file in
2346 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2347 *) . "./$cache_file";;
2348 esac
2349 fi
2350 else
2351 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2352 echo "$as_me: creating cache $cache_file" >&6;}
2353 >$cache_file
2354 fi
2355
2356 # Check that the precious variables saved in the cache have kept the same
2357 # value.
2358 ac_cache_corrupted=false
2359 for ac_var in $ac_precious_vars; do
2360 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2361 eval ac_new_set=\$ac_env_${ac_var}_set
2362 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2363 eval ac_new_val=\$ac_env_${ac_var}_value
2364 case $ac_old_set,$ac_new_set in
2365 set,)
2366 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2367 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2368 ac_cache_corrupted=: ;;
2369 ,set)
2370 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2371 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2372 ac_cache_corrupted=: ;;
2373 ,);;
2374 *)
2375 if test "x$ac_old_val" != "x$ac_new_val"; then
2376 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2377 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2378 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
2379 echo "$as_me: former value: $ac_old_val" >&2;}
2380 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
2381 echo "$as_me: current value: $ac_new_val" >&2;}
2382 ac_cache_corrupted=:
2383 fi;;
2384 esac
2385 # Pass precious variables to config.status.
2386 if test "$ac_new_set" = set; then
2387 case $ac_new_val in
2388 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2389 *) ac_arg=$ac_var=$ac_new_val ;;
2390 esac
2391 case " $ac_configure_args " in
2392 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2393 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2394 esac
2395 fi
2396 done
2397 if $ac_cache_corrupted; then
2398 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2399 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2400 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2401 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2402 { (exit 1); exit 1; }; }
2403 fi
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429 ac_ext=c
2430 ac_cpp='$CPP $CPPFLAGS'
2431 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2432 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2433 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2434
2435
2436
2437
2438
2439 ac_aux_dir=
2440 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2441 if test -f "$ac_dir/install-sh"; then
2442 ac_aux_dir=$ac_dir
2443 ac_install_sh="$ac_aux_dir/install-sh -c"
2444 break
2445 elif test -f "$ac_dir/install.sh"; then
2446 ac_aux_dir=$ac_dir
2447 ac_install_sh="$ac_aux_dir/install.sh -c"
2448 break
2449 elif test -f "$ac_dir/shtool"; then
2450 ac_aux_dir=$ac_dir
2451 ac_install_sh="$ac_aux_dir/shtool install -c"
2452 break
2453 fi
2454 done
2455 if test -z "$ac_aux_dir"; then
2456 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2457 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2458 { (exit 1); exit 1; }; }
2459 fi
2460
2461 # These three variables are undocumented and unsupported,
2462 # and are intended to be withdrawn in a future Autoconf release.
2463 # They can cause serious problems if a builder's source tree is in a directory
2464 # whose full name contains unusual characters.
2465 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2466 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2467 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2468
2469
2470 # Make sure we can run config.sub.
2471 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2472 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2473 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2474 { (exit 1); exit 1; }; }
2475
2476 { echo "$as_me:$LINENO: checking build system type" >&5
2477 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2478 if test "${ac_cv_build+set}" = set; then
2479 echo $ECHO_N "(cached) $ECHO_C" >&6
2480 else
2481 ac_build_alias=$build_alias
2482 test "x$ac_build_alias" = x &&
2483 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2484 test "x$ac_build_alias" = x &&
2485 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2486 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2487 { (exit 1); exit 1; }; }
2488 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2489 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2490 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2491 { (exit 1); exit 1; }; }
2492
2493 fi
2494 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2495 echo "${ECHO_T}$ac_cv_build" >&6; }
2496 case $ac_cv_build in
2497 *-*-*) ;;
2498 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2499 echo "$as_me: error: invalid value of canonical build" >&2;}
2500 { (exit 1); exit 1; }; };;
2501 esac
2502 build=$ac_cv_build
2503 ac_save_IFS=$IFS; IFS='-'
2504 set x $ac_cv_build
2505 shift
2506 build_cpu=$1
2507 build_vendor=$2
2508 shift; shift
2509 # Remember, the first character of IFS is used to create $*,
2510 # except with old shells:
2511 build_os=$*
2512 IFS=$ac_save_IFS
2513 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2514
2515
2516 { echo "$as_me:$LINENO: checking host system type" >&5
2517 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2518 if test "${ac_cv_host+set}" = set; then
2519 echo $ECHO_N "(cached) $ECHO_C" >&6
2520 else
2521 if test "x$host_alias" = x; then
2522 ac_cv_host=$ac_cv_build
2523 else
2524 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2525 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2526 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2527 { (exit 1); exit 1; }; }
2528 fi
2529
2530 fi
2531 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2532 echo "${ECHO_T}$ac_cv_host" >&6; }
2533 case $ac_cv_host in
2534 *-*-*) ;;
2535 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2536 echo "$as_me: error: invalid value of canonical host" >&2;}
2537 { (exit 1); exit 1; }; };;
2538 esac
2539 host=$ac_cv_host
2540 ac_save_IFS=$IFS; IFS='-'
2541 set x $ac_cv_host
2542 shift
2543 host_cpu=$1
2544 host_vendor=$2
2545 shift; shift
2546 # Remember, the first character of IFS is used to create $*,
2547 # except with old shells:
2548 host_os=$*
2549 IFS=$ac_save_IFS
2550 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2551
2552
2553
2554 if test "$cross_compiling" != "no"; then
2555 HOST_PREFIX="${host_alias}-"
2556 HOST_SUFFIX="-$host_alias"
2557 else
2558 HOST_PREFIX=
2559 HOST_SUFFIX=
2560 fi
2561
2562
2563 wx_major_version_number=2
2564 wx_minor_version_number=9
2565 wx_release_number=1
2566 wx_subrelease_number=0
2567
2568 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
2569 WX_VERSION=$WX_RELEASE.$wx_release_number
2570 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
2571
2572 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
2573
2574
2575 wx_top_builddir="`pwd`"
2576
2577
2578
2579
2580 USE_UNIX=1
2581 USE_OS2=0
2582 USE_WIN32=0
2583 USE_DOS=0
2584 USE_BEOS=0
2585 USE_MAC=0
2586
2587 USE_AIX=
2588 USE_BSD= USE_DARWIN= USE_FREEBSD=
2589 USE_GNU= USE_HPUX=
2590 USE_LINUX=
2591 USE_NETBSD=
2592 USE_OPENBSD=
2593 USE_OSF= USE_SGI=
2594 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
2595 USE_ULTRIX=
2596 USE_UNIXWARE=
2597
2598 USE_ALPHA=
2599
2600 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
2601
2602 ALL_TOOLKITS="COCOA GTK OSX_CARBON OSX_COCOA MGL MICROWIN MOTIF MSW PM X11 DFB"
2603
2604 DEFAULT_wxUSE_COCOA=0
2605 DEFAULT_wxUSE_GTK=0
2606 DEFAULT_wxUSE_OSX_CARBON=0
2607 DEFAULT_wxUSE_OSX_COCOA=0
2608 DEFAULT_wxUSE_MGL=0
2609 DEFAULT_wxUSE_MICROWIN=0
2610 DEFAULT_wxUSE_MOTIF=0
2611 DEFAULT_wxUSE_MSW=0
2612 DEFAULT_wxUSE_PM=0
2613 DEFAULT_wxUSE_X11=0
2614 DEFAULT_wxUSE_DFB=0
2615
2616 DEFAULT_DEFAULT_wxUSE_COCOA=0
2617 DEFAULT_DEFAULT_wxUSE_GTK=0
2618 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=0
2619 DEFAULT_DEFAULT_wxUSE_OSX_COCOA=0
2620 DEFAULT_DEFAULT_wxUSE_MGL=0
2621 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
2622 DEFAULT_DEFAULT_wxUSE_MOTIF=0
2623 DEFAULT_DEFAULT_wxUSE_MSW=0
2624 DEFAULT_DEFAULT_wxUSE_PM=0
2625 DEFAULT_DEFAULT_wxUSE_X11=0
2626 DEFAULT_DEFAULT_wxUSE_DFB=0
2627
2628 PROGRAM_EXT=
2629 SAMPLES_RPATH_FLAG=
2630 DYLIB_RPATH_INSTALL=
2631 DYLIB_RPATH_POSTLINK=
2632
2633 DEFAULT_STD_FLAG=yes
2634
2635 case "${host}" in
2636 *-hp-hpux* )
2637 USE_HPUX=1
2638 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2639 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2640 cat >>confdefs.h <<\_ACEOF
2641 #define __HPUX__ 1
2642 _ACEOF
2643
2644
2645 CPPFLAGS="-D_HPUX_SOURCE $CPPFLAGS"
2646 ;;
2647 *-*-linux* )
2648 USE_LINUX=1
2649 cat >>confdefs.h <<\_ACEOF
2650 #define __LINUX__ 1
2651 _ACEOF
2652
2653 TMP=`uname -m`
2654 if test "x$TMP" = "xalpha"; then
2655 USE_ALPHA=1
2656 cat >>confdefs.h <<\_ACEOF
2657 #define __ALPHA__ 1
2658 _ACEOF
2659
2660 fi
2661 DEFAULT_DEFAULT_wxUSE_GTK=1
2662 ;;
2663 *-*-gnu* | *-*-k*bsd*-gnu )
2664 USE_GNU=1
2665 TMP=`uname -m`
2666 if test "x$TMP" = "xalpha"; then
2667 USE_ALPHA=1
2668 cat >>confdefs.h <<\_ACEOF
2669 #define __ALPHA__ 1
2670 _ACEOF
2671
2672 fi
2673 DEFAULT_DEFAULT_wxUSE_GTK=1
2674 ;;
2675 *-*-irix5* | *-*-irix6* )
2676 USE_SGI=1
2677 USE_SVR4=1
2678 cat >>confdefs.h <<\_ACEOF
2679 #define __SGI__ 1
2680 _ACEOF
2681
2682 cat >>confdefs.h <<\_ACEOF
2683 #define __SVR4__ 1
2684 _ACEOF
2685
2686 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2687 ;;
2688 *-*-solaris2* )
2689 USE_SUN=1
2690 USE_SOLARIS=1
2691 USE_SVR4=1
2692 cat >>confdefs.h <<\_ACEOF
2693 #define __SUN__ 1
2694 _ACEOF
2695
2696 cat >>confdefs.h <<\_ACEOF
2697 #define __SOLARIS__ 1
2698 _ACEOF
2699
2700 cat >>confdefs.h <<\_ACEOF
2701 #define __SVR4__ 1
2702 _ACEOF
2703
2704 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2705 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2706 ;;
2707 *-*-sunos4* )
2708 USE_SUN=1
2709 USE_SUNOS=1
2710 USE_BSD=1
2711 cat >>confdefs.h <<\_ACEOF
2712 #define __SUN__ 1
2713 _ACEOF
2714
2715 cat >>confdefs.h <<\_ACEOF
2716 #define __SUNOS__ 1
2717 _ACEOF
2718
2719 cat >>confdefs.h <<\_ACEOF
2720 #define __BSD__ 1
2721 _ACEOF
2722
2723 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2724 ;;
2725 *-*-freebsd*)
2726 USE_BSD=1
2727 USE_FREEBSD=1
2728 cat >>confdefs.h <<\_ACEOF
2729 #define __FREEBSD__ 1
2730 _ACEOF
2731
2732 cat >>confdefs.h <<\_ACEOF
2733 #define __BSD__ 1
2734 _ACEOF
2735
2736 DEFAULT_DEFAULT_wxUSE_GTK=1
2737 ;;
2738 *-*-openbsd*|*-*-mirbsd*)
2739 USE_BSD=1
2740 USE_OPENBSD=1
2741 cat >>confdefs.h <<\_ACEOF
2742 #define __OPENBSD__ 1
2743 _ACEOF
2744
2745 cat >>confdefs.h <<\_ACEOF
2746 #define __BSD__ 1
2747 _ACEOF
2748
2749 DEFAULT_DEFAULT_wxUSE_GTK=1
2750 ;;
2751 *-*-netbsd*)
2752 USE_BSD=1
2753 USE_NETBSD=1
2754 cat >>confdefs.h <<\_ACEOF
2755 #define __NETBSD__ 1
2756 _ACEOF
2757
2758 cat >>confdefs.h <<\_ACEOF
2759 #define __BSD__ 1
2760 _ACEOF
2761
2762 DEFAULT_DEFAULT_wxUSE_GTK=1
2763 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2764
2765 CPPFLAGS="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
2766 ;;
2767 *-*-osf* )
2768 USE_ALPHA=1
2769 USE_OSF=1
2770 cat >>confdefs.h <<\_ACEOF
2771 #define __ALPHA__ 1
2772 _ACEOF
2773
2774 cat >>confdefs.h <<\_ACEOF
2775 #define __OSF__ 1
2776 _ACEOF
2777
2778 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2779 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2780 ;;
2781 *-*-dgux5* )
2782 USE_ALPHA=1
2783 USE_SVR4=1
2784 cat >>confdefs.h <<\_ACEOF
2785 #define __ALPHA__ 1
2786 _ACEOF
2787
2788 cat >>confdefs.h <<\_ACEOF
2789 #define __SVR4__ 1
2790 _ACEOF
2791
2792 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2793 ;;
2794 *-*-sysv5* )
2795 USE_SYSV=1
2796 USE_SVR4=1
2797 cat >>confdefs.h <<\_ACEOF
2798 #define __SYSV__ 1
2799 _ACEOF
2800
2801 cat >>confdefs.h <<\_ACEOF
2802 #define __SVR4__ 1
2803 _ACEOF
2804
2805 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2806 ;;
2807 *-*-aix* )
2808 USE_AIX=1
2809 USE_SYSV=1
2810 USE_SVR4=1
2811 cat >>confdefs.h <<\_ACEOF
2812 #define __AIX__ 1
2813 _ACEOF
2814
2815 cat >>confdefs.h <<\_ACEOF
2816 #define __SYSV__ 1
2817 _ACEOF
2818
2819 cat >>confdefs.h <<\_ACEOF
2820 #define __SVR4__ 1
2821 _ACEOF
2822
2823 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2824 ;;
2825
2826 *-*-*UnixWare*)
2827 USE_SYSV=1
2828 USE_SVR4=1
2829 USE_UNIXWARE=1
2830 cat >>confdefs.h <<\_ACEOF
2831 #define __UNIXWARE__ 1
2832 _ACEOF
2833
2834 ;;
2835
2836 *-*-cygwin* | *-*-mingw32* )
2837 PROGRAM_EXT=".exe"
2838 DEFAULT_DEFAULT_wxUSE_MSW=1
2839 ;;
2840
2841 *-pc-msdosdjgpp )
2842 USE_UNIX=0
2843 USE_DOS=1
2844 cat >>confdefs.h <<\_ACEOF
2845 #define __DOS__ 1
2846 _ACEOF
2847
2848 PROGRAM_EXT=".exe"
2849 DEFAULT_DEFAULT_wxUSE_MGL=1
2850 ;;
2851
2852 *-pc-os2_emx | *-pc-os2-emx )
2853 cat >>confdefs.h <<\_ACEOF
2854 #define __EMX__ 1
2855 _ACEOF
2856
2857 USE_OS2=1
2858 cat >>confdefs.h <<\_ACEOF
2859 #define __OS2__ 1
2860 _ACEOF
2861
2862 PROGRAM_EXT=".exe"
2863 DEFAULT_DEFAULT_wxUSE_PM=1
2864 CXX=gcc
2865 LDFLAGS="$LDFLAGS -Zcrtdll"
2866 ac_executable_extensions=".exe"
2867 export ac_executable_extensions
2868 ac_save_IFS="$IFS"
2869 IFS='\\'
2870 ac_TEMP_PATH=
2871 for ac_dir in $PATH; do
2872 IFS=$ac_save_IFS
2873 if test -z "$ac_TEMP_PATH"; then
2874 ac_TEMP_PATH="$ac_dir"
2875 else
2876 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
2877 fi
2878 done
2879 export PATH="$ac_TEMP_PATH"
2880 unset ac_TEMP_PATH
2881 DEFAULT_STD_FLAG=no
2882 ;;
2883
2884 *-*-darwin* )
2885 USE_BSD=1
2886 USE_DARWIN=1
2887 cat >>confdefs.h <<\_ACEOF
2888 #define __BSD__ 1
2889 _ACEOF
2890
2891 cat >>confdefs.h <<\_ACEOF
2892 #define __DARWIN__ 1
2893 _ACEOF
2894
2895 cat >>confdefs.h <<\_ACEOF
2896 #define TARGET_CARBON 1
2897 _ACEOF
2898
2899 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
2900 ;;
2901
2902 *-*-beos* )
2903 USE_BEOS=1
2904 cat >>confdefs.h <<\_ACEOF
2905 #define __BEOS__ 1
2906 _ACEOF
2907
2908 ;;
2909
2910 *)
2911 { echo "$as_me:$LINENO: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
2912 echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
2913 { echo "$as_me:$LINENO: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
2914 echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
2915
2916 DEFAULT_DEFAULT_wxUSE_X11=1
2917 DEFAULT_wxUSE_SHARED=no
2918 esac
2919
2920
2921
2922 DEFAULT_wxUSE_ALL_FEATURES=yes
2923
2924 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2925 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2926
2927 DEFAULT_wxUSE_DMALLOC=no
2928 DEFAULT_wxUSE_LIBGNOMEVFS=no
2929 DEFAULT_wxUSE_LIBHILDON=no
2930 DEFAULT_wxUSE_LIBHILDON2=no
2931 DEFAULT_wxUSE_LIBMSPACK=no
2932 DEFAULT_wxUSE_LIBSDL=no
2933
2934 DEFAULT_wxUSE_ACCESSIBILITY=no
2935 DEFAULT_wxUSE_GRAPHICS_CONTEXT=no
2936 DEFAULT_wxUSE_IPV6=no
2937 DEFAULT_wxUSE_GSTREAMER8=no
2938
2939 DEFAULT_wxUSE_UNICODE_UTF8=auto
2940 DEFAULT_wxUSE_OPENGL=auto
2941 DEFAULT_wxUSE_MEDIACTRL=auto
2942 DEFAULT_wxUSE_COMPILER_TLS=auto
2943
2944 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no
2945
2946 DEFAULT_wxUSE_UNIVERSAL_BINARY=no
2947
2948 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2949
2950 DEFAULT_wxUSE_GTK2=yes
2951
2952 DEFAULT_wxUSE_OBJC_UNIQUIFYING=no
2953
2954
2955
2956
2957
2958 enablestring=disable
2959 defaultval=
2960 if test -z "$defaultval"; then
2961 if test x"$enablestring" = xdisable; then
2962 defaultval=yes
2963 else
2964 defaultval=no
2965 fi
2966 fi
2967
2968 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2969 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6; }
2970 # Check whether --enable-gui was given.
2971 if test "${enable_gui+set}" = set; then
2972 enableval=$enable_gui;
2973 if test "$enableval" = yes; then
2974 wx_cv_use_gui='wxUSE_GUI=yes'
2975 else
2976 wx_cv_use_gui='wxUSE_GUI=no'
2977 fi
2978
2979 else
2980
2981 wx_cv_use_gui='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
2982
2983 fi
2984
2985
2986 eval "$wx_cv_use_gui"
2987
2988 if test x"$enablestring" = xdisable; then
2989 if test $wxUSE_GUI = no; then
2990 result=yes
2991 else
2992 result=no
2993 fi
2994 else
2995 result=$wxUSE_GUI
2996 fi
2997
2998 { echo "$as_me:$LINENO: result: $result" >&5
2999 echo "${ECHO_T}$result" >&6; }
3000
3001
3002 enablestring=
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}-monolithic" >&5
3013 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6; }
3014 # Check whether --enable-monolithic was given.
3015 if test "${enable_monolithic+set}" = set; then
3016 enableval=$enable_monolithic;
3017 if test "$enableval" = yes; then
3018 wx_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
3019 else
3020 wx_cv_use_monolithic='wxUSE_MONOLITHIC=no'
3021 fi
3022
3023 else
3024
3025 wx_cv_use_monolithic='wxUSE_MONOLITHIC=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
3026
3027 fi
3028
3029
3030 eval "$wx_cv_use_monolithic"
3031
3032 if test x"$enablestring" = xdisable; then
3033 if test $wxUSE_MONOLITHIC = no; then
3034 result=yes
3035 else
3036 result=no
3037 fi
3038 else
3039 result=$wxUSE_MONOLITHIC
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}-plugins" >&5
3057 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6; }
3058 # Check whether --enable-plugins was given.
3059 if test "${enable_plugins+set}" = set; then
3060 enableval=$enable_plugins;
3061 if test "$enableval" = yes; then
3062 wx_cv_use_plugins='wxUSE_PLUGINS=yes'
3063 else
3064 wx_cv_use_plugins='wxUSE_PLUGINS=no'
3065 fi
3066
3067 else
3068
3069 wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
3070
3071 fi
3072
3073
3074 eval "$wx_cv_use_plugins"
3075
3076 if test x"$enablestring" = xdisable; then
3077 if test $wxUSE_PLUGINS = no; then
3078 result=yes
3079 else
3080 result=no
3081 fi
3082 else
3083 result=$wxUSE_PLUGINS
3084 fi
3085
3086 { echo "$as_me:$LINENO: result: $result" >&5
3087 echo "${ECHO_T}$result" >&6; }
3088
3089
3090 withstring=without
3091 defaultval=$wxUSE_ALL_FEATURES
3092 if test -z "$defaultval"; then
3093 if test x"$withstring" = xwithout; then
3094 defaultval=yes
3095 else
3096 defaultval=no
3097 fi
3098 fi
3099 { echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
3100 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6; }
3101
3102 # Check whether --with-subdirs was given.
3103 if test "${with_subdirs+set}" = set; then
3104 withval=$with_subdirs;
3105 if test "$withval" = yes; then
3106 wx_cv_use_subdirs='wxWITH_SUBDIRS=yes'
3107 else
3108 wx_cv_use_subdirs='wxWITH_SUBDIRS=no'
3109 fi
3110
3111 else
3112
3113 wx_cv_use_subdirs='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
3114
3115 fi
3116
3117
3118 eval "$wx_cv_use_subdirs"
3119
3120 if test x"$withstring" = xwithout; then
3121 if test $wxWITH_SUBDIRS = yes; then
3122 result=no
3123 else
3124 result=yes
3125 fi
3126 else
3127 result=$wxWITH_SUBDIRS
3128 fi
3129
3130 { echo "$as_me:$LINENO: result: $result" >&5
3131 echo "${ECHO_T}$result" >&6; }
3132
3133
3134 # Check whether --with-flavour was given.
3135 if test "${with_flavour+set}" = set; then
3136 withval=$with_flavour; WX_FLAVOUR="$withval"
3137 fi
3138
3139
3140 enablestring=
3141 defaultval=
3142 if test -z "$defaultval"; then
3143 if test x"$enablestring" = xdisable; then
3144 defaultval=yes
3145 else
3146 defaultval=no
3147 fi
3148 fi
3149
3150 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
3151 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6; }
3152 # Check whether --enable-official_build was given.
3153 if test "${enable_official_build+set}" = set; then
3154 enableval=$enable_official_build;
3155 if test "$enableval" = yes; then
3156 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
3157 else
3158 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
3159 fi
3160
3161 else
3162
3163 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
3164
3165 fi
3166
3167
3168 eval "$wx_cv_use_official_build"
3169
3170 if test x"$enablestring" = xdisable; then
3171 if test $wxUSE_OFFICIAL_BUILD = no; then
3172 result=yes
3173 else
3174 result=no
3175 fi
3176 else
3177 result=$wxUSE_OFFICIAL_BUILD
3178 fi
3179
3180 { echo "$as_me:$LINENO: result: $result" >&5
3181 echo "${ECHO_T}$result" >&6; }
3182
3183 # Check whether --enable-vendor was given.
3184 if test "${enable_vendor+set}" = set; then
3185 enableval=$enable_vendor; VENDOR="$enableval"
3186 fi
3187
3188 if test "x$VENDOR" = "x"; then
3189 VENDOR="custom"
3190 fi
3191
3192
3193 enablestring=disable
3194 defaultval=
3195 if test -z "$defaultval"; then
3196 if test x"$enablestring" = xdisable; then
3197 defaultval=yes
3198 else
3199 defaultval=no
3200 fi
3201 fi
3202
3203 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-all-features" >&5
3204 echo $ECHO_N "checking for --${enablestring:-enable}-all-features... $ECHO_C" >&6; }
3205 # Check whether --enable-all-features was given.
3206 if test "${enable_all_features+set}" = set; then
3207 enableval=$enable_all_features;
3208 if test "$enableval" = yes; then
3209 wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
3210 else
3211 wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
3212 fi
3213
3214 else
3215
3216 wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
3217
3218 fi
3219
3220
3221 eval "$wx_cv_use_all_features"
3222
3223 if test x"$enablestring" = xdisable; then
3224 if test $wxUSE_ALL_FEATURES = no; then
3225 result=yes
3226 else
3227 result=no
3228 fi
3229 else
3230 result=$wxUSE_ALL_FEATURES
3231 fi
3232
3233 { echo "$as_me:$LINENO: result: $result" >&5
3234 echo "${ECHO_T}$result" >&6; }
3235
3236
3237 if test "$wxUSE_ALL_FEATURES" = "no"; then
3238 DEFAULT_wxUSE_MEDIACTRL=no
3239 fi
3240
3241
3242 if test "$wxUSE_GUI" = "yes"; then
3243
3244
3245 enablestring=
3246 defaultval=
3247 if test -z "$defaultval"; then
3248 if test x"$enablestring" = xdisable; then
3249 defaultval=yes
3250 else
3251 defaultval=no
3252 fi
3253 fi
3254
3255 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
3256 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6; }
3257 # Check whether --enable-universal was given.
3258 if test "${enable_universal+set}" = set; then
3259 enableval=$enable_universal;
3260 if test "$enableval" = yes; then
3261 wx_cv_use_universal='wxUSE_UNIVERSAL=yes'
3262 else
3263 wx_cv_use_universal='wxUSE_UNIVERSAL=no'
3264 fi
3265
3266 else
3267
3268 wx_cv_use_universal='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
3269
3270 fi
3271
3272
3273 eval "$wx_cv_use_universal"
3274
3275 if test x"$enablestring" = xdisable; then
3276 if test $wxUSE_UNIVERSAL = no; then
3277 result=yes
3278 else
3279 result=no
3280 fi
3281 else
3282 result=$wxUSE_UNIVERSAL
3283 fi
3284
3285 { echo "$as_me:$LINENO: result: $result" >&5
3286 echo "${ECHO_T}$result" >&6; }
3287
3288 if test "$wxUSE_UNIVERSAL" = "yes"; then
3289
3290 # Check whether --with-themes was given.
3291 if test "${with_themes+set}" = set; then
3292 withval=$with_themes; wxUNIV_THEMES="$withval"
3293 fi
3294
3295 fi
3296
3297
3298 # Check whether --with-gtk was given.
3299 if test "${with_gtk+set}" = set; then
3300 withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
3301 fi
3302
3303
3304 # Check whether --with-motif was given.
3305 if test "${with_motif+set}" = set; then
3306 withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
3307 fi
3308
3309
3310 # Check whether --with-osx_carbon was given.
3311 if test "${with_osx_carbon+set}" = set; then
3312 withval=$with_osx_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3313 fi
3314
3315
3316 # Check whether --with-osx_cocoa was given.
3317 if test "${with_osx_cocoa+set}" = set; then
3318 withval=$with_osx_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
3319 fi
3320
3321
3322 # Check whether --with-mac was given.
3323 if test "${with_mac+set}" = set; then
3324 withval=$with_mac; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3325 fi
3326
3327
3328 # Check whether --with-cocoa was given.
3329 if test "${with_cocoa+set}" = set; then
3330 withval=$with_cocoa; wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
3331 fi
3332
3333
3334 # Check whether --with-wine was given.
3335 if test "${with_wine+set}" = set; then
3336 withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
3337 fi
3338
3339
3340 # Check whether --with-msw was given.
3341 if test "${with_msw+set}" = set; then
3342 withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
3343 fi
3344
3345
3346 # Check whether --with-pm was given.
3347 if test "${with_pm+set}" = set; then
3348 withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
3349 fi
3350
3351
3352 # Check whether --with-mgl was given.
3353 if test "${with_mgl+set}" = set; then
3354 withval=$with_mgl; wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
3355 fi
3356
3357
3358 # Check whether --with-directfb was given.
3359 if test "${with_directfb+set}" = set; then
3360 withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
3361 fi
3362
3363
3364 # Check whether --with-microwin was given.
3365 if test "${with_microwin+set}" = set; then
3366 withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
3367 fi
3368
3369
3370 # Check whether --with-x11 was given.
3371 if test "${with_x11+set}" = set; then
3372 withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
3373 fi
3374
3375
3376 enablestring=
3377 defaultval=
3378 if test -z "$defaultval"; then
3379 if test x"$enablestring" = xdisable; then
3380 defaultval=yes
3381 else
3382 defaultval=no
3383 fi
3384 fi
3385
3386 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
3387 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6; }
3388 # Check whether --enable-nanox was given.
3389 if test "${enable_nanox+set}" = set; then
3390 enableval=$enable_nanox;
3391 if test "$enableval" = yes; then
3392 wx_cv_use_nanox='wxUSE_NANOX=yes'
3393 else
3394 wx_cv_use_nanox='wxUSE_NANOX=no'
3395 fi
3396
3397 else
3398
3399 wx_cv_use_nanox='wxUSE_NANOX=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
3400
3401 fi
3402
3403
3404 eval "$wx_cv_use_nanox"
3405
3406 if test x"$enablestring" = xdisable; then
3407 if test $wxUSE_NANOX = no; then
3408 result=yes
3409 else
3410 result=no
3411 fi
3412 else
3413 result=$wxUSE_NANOX
3414 fi
3415
3416 { echo "$as_me:$LINENO: result: $result" >&5
3417 echo "${ECHO_T}$result" >&6; }
3418
3419
3420 # Check whether --enable-gtk2 was given.
3421 if test "${enable_gtk2+set}" = set; then
3422 enableval=$enable_gtk2; wxUSE_GTK2="$enableval"
3423 fi
3424
3425
3426 enablestring=
3427 defaultval=
3428 if test -z "$defaultval"; then
3429 if test x"$enablestring" = xdisable; then
3430 defaultval=yes
3431 else
3432 defaultval=no
3433 fi
3434 fi
3435
3436 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
3437 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6; }
3438 # Check whether --enable-gpe was given.
3439 if test "${enable_gpe+set}" = set; then
3440 enableval=$enable_gpe;
3441 if test "$enableval" = yes; then
3442 wx_cv_use_gpe='wxUSE_GPE=yes'
3443 else
3444 wx_cv_use_gpe='wxUSE_GPE=no'
3445 fi
3446
3447 else
3448
3449 wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
3450
3451 fi
3452
3453
3454 eval "$wx_cv_use_gpe"
3455
3456 if test x"$enablestring" = xdisable; then
3457 if test $wxUSE_GPE = no; then
3458 result=yes
3459 else
3460 result=no
3461 fi
3462 else
3463 result=$wxUSE_GPE
3464 fi
3465
3466 { echo "$as_me:$LINENO: result: $result" >&5
3467 echo "${ECHO_T}$result" >&6; }
3468
3469
3470
3471 { echo "$as_me:$LINENO: checking for toolkit" >&5
3472 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6; }
3473
3474
3475
3476 # In Wine, we need to default to MSW, not GTK or MOTIF
3477 if test "$wxUSE_WINE" = "yes"; then
3478 DEFAULT_DEFAULT_wxUSE_GTK=0
3479 DEFAULT_DEFAULT_wxUSE_MOTIF=0
3480 DEFAULT_DEFAULT_wxUSE_MSW=1
3481 wxUSE_SHARED=no
3482 CC=${CC:-winegcc}
3483 CXX=${CXX:-wineg++}
3484 fi
3485
3486
3487 if test "$wxUSE_GUI" = "yes"; then
3488
3489 if test "$USE_BEOS" = 1; then
3490 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
3491 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
3492 { (exit 1); exit 1; }; }
3493 fi
3494
3495 if test "$TOOLKIT_GIVEN" = 1; then
3496 for toolkit in $ALL_TOOLKITS; do
3497 var=wxUSE_$toolkit
3498 eval "value=\$${var}"
3499 if test "x$value" = "xno"; then
3500 eval "$var=0"
3501 elif test "x$value" != "x"; then
3502 eval "$var=1"
3503 fi
3504
3505 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
3506 eval "wx${toolkit}_VERSION=$value"
3507 fi
3508 done
3509 else
3510 for toolkit in $ALL_TOOLKITS; do
3511 var=DEFAULT_DEFAULT_wxUSE_$toolkit
3512 eval "wxUSE_$toolkit=\$${var}"
3513 done
3514 fi
3515
3516 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_OSX_CARBON:-0} \
3517 + ${wxUSE_OSX_COCOA:-0} + ${wxUSE_MGL:-0} + ${wxUSE_DFB:-0} \
3518 + ${wxUSE_MICROWIN:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
3519
3520 case "${host}" in
3521 *-pc-os2_emx | *-pc-os2-emx )
3522 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
3523 esac
3524
3525 case "$NUM_TOOLKITS" in
3526 1)
3527 ;;
3528 0)
3529 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
3530 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
3531 { (exit 1); exit 1; }; }
3532 ;;
3533 *)
3534 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit" >&5
3535 echo "$as_me: error: Please specify at most one toolkit" >&2;}
3536 { (exit 1); exit 1; }; }
3537 esac
3538
3539 # to be removed when --disable-gtk2 isn't needed
3540 if test "x$wxUSE_GTK2" = "xyes"; then
3541 wxGTK_VERSION=2
3542 elif test "x$wxUSE_GTK2" = "xno"; then
3543 wxGTK_VERSION=1
3544 fi
3545
3546 for toolkit in $ALL_TOOLKITS; do
3547 var=wxUSE_$toolkit
3548 eval "value=\$${var}"
3549 if test "$value" = 1; then
3550 toolkit_echo=`echo $toolkit | tr '[A-Z]' '[a-z]'`
3551 { echo "$as_me:$LINENO: result: $toolkit_echo" >&5
3552 echo "${ECHO_T}$toolkit_echo" >&6; }
3553 fi
3554 done
3555 else
3556 if test "x$host_alias" != "x"; then
3557 { echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
3558 echo "${ECHO_T}base ($host_alias hosted) only" >&6; }
3559 else
3560 { echo "$as_me:$LINENO: result: base only" >&5
3561 echo "${ECHO_T}base only" >&6; }
3562 fi
3563 fi
3564
3565 wxUSE_MAC=0
3566 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1; then
3567 wxUSE_MAC=1
3568 fi
3569
3570
3571
3572 { echo "$as_me:$LINENO: checking for --with-libpng" >&5
3573 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6; }
3574
3575 # Check whether --with-libpng was given.
3576 if test "${with_libpng+set}" = set; then
3577 withval=$with_libpng;
3578 if test "$withval" = yes; then
3579 wx_cv_use_libpng='wxUSE_LIBPNG=yes'
3580 elif test "$withval" = no; then
3581 wx_cv_use_libpng='wxUSE_LIBPNG=no'
3582 elif test "$withval" = sys; then
3583 wx_cv_use_libpng='wxUSE_LIBPNG=sys'
3584 elif test "$withval" = builtin; then
3585 wx_cv_use_libpng='wxUSE_LIBPNG=builtin'
3586 else
3587 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3588 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3589 { (exit 1); exit 1; }; }
3590 fi
3591
3592 else
3593
3594 wx_cv_use_libpng='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
3595
3596 fi
3597
3598
3599 eval "$wx_cv_use_libpng"
3600
3601 if test "$wxUSE_LIBPNG" = yes; then
3602 { echo "$as_me:$LINENO: result: yes" >&5
3603 echo "${ECHO_T}yes" >&6; }
3604 elif test "$wxUSE_LIBPNG" = no; then
3605 { echo "$as_me:$LINENO: result: no" >&5
3606 echo "${ECHO_T}no" >&6; }
3607 elif test "$wxUSE_LIBPNG" = sys; then
3608 { echo "$as_me:$LINENO: result: system version" >&5
3609 echo "${ECHO_T}system version" >&6; }
3610 elif test "$wxUSE_LIBPNG" = builtin; then
3611 { echo "$as_me:$LINENO: result: builtin version" >&5
3612 echo "${ECHO_T}builtin version" >&6; }
3613 else
3614 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3615 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3616 { (exit 1); exit 1; }; }
3617 fi
3618
3619
3620 { echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
3621 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6; }
3622
3623 # Check whether --with-libjpeg was given.
3624 if test "${with_libjpeg+set}" = set; then
3625 withval=$with_libjpeg;
3626 if test "$withval" = yes; then
3627 wx_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
3628 elif test "$withval" = no; then
3629 wx_cv_use_libjpeg='wxUSE_LIBJPEG=no'
3630 elif test "$withval" = sys; then
3631 wx_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
3632 elif test "$withval" = builtin; then
3633 wx_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
3634 else
3635 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3636 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3637 { (exit 1); exit 1; }; }
3638 fi
3639
3640 else
3641
3642 wx_cv_use_libjpeg='wxUSE_LIBJPEG=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
3643
3644 fi
3645
3646
3647 eval "$wx_cv_use_libjpeg"
3648
3649 if test "$wxUSE_LIBJPEG" = yes; then
3650 { echo "$as_me:$LINENO: result: yes" >&5
3651 echo "${ECHO_T}yes" >&6; }
3652 elif test "$wxUSE_LIBJPEG" = no; then
3653 { echo "$as_me:$LINENO: result: no" >&5
3654 echo "${ECHO_T}no" >&6; }
3655 elif test "$wxUSE_LIBJPEG" = sys; then
3656 { echo "$as_me:$LINENO: result: system version" >&5
3657 echo "${ECHO_T}system version" >&6; }
3658 elif test "$wxUSE_LIBJPEG" = builtin; then
3659 { echo "$as_me:$LINENO: result: builtin version" >&5
3660 echo "${ECHO_T}builtin version" >&6; }
3661 else
3662 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3663 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3664 { (exit 1); exit 1; }; }
3665 fi
3666
3667
3668 { echo "$as_me:$LINENO: checking for --with-libtiff" >&5
3669 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6; }
3670
3671 # Check whether --with-libtiff was given.
3672 if test "${with_libtiff+set}" = set; then
3673 withval=$with_libtiff;
3674 if test "$withval" = yes; then
3675 wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
3676 elif test "$withval" = no; then
3677 wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
3678 elif test "$withval" = sys; then
3679 wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
3680 elif test "$withval" = builtin; then
3681 wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
3682 else
3683 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3684 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3685 { (exit 1); exit 1; }; }
3686 fi
3687
3688 else
3689
3690 wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
3691
3692 fi
3693
3694
3695 eval "$wx_cv_use_libtiff"
3696
3697 if test "$wxUSE_LIBTIFF" = yes; then
3698 { echo "$as_me:$LINENO: result: yes" >&5
3699 echo "${ECHO_T}yes" >&6; }
3700 elif test "$wxUSE_LIBTIFF" = no; then
3701 { echo "$as_me:$LINENO: result: no" >&5
3702 echo "${ECHO_T}no" >&6; }
3703 elif test "$wxUSE_LIBTIFF" = sys; then
3704 { echo "$as_me:$LINENO: result: system version" >&5
3705 echo "${ECHO_T}system version" >&6; }
3706 elif test "$wxUSE_LIBTIFF" = builtin; then
3707 { echo "$as_me:$LINENO: result: builtin version" >&5
3708 echo "${ECHO_T}builtin version" >&6; }
3709 else
3710 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3711 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3712 { (exit 1); exit 1; }; }
3713 fi
3714
3715
3716 { echo "$as_me:$LINENO: checking for --with-libxpm" >&5
3717 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6; }
3718
3719 # Check whether --with-libxpm was given.
3720 if test "${with_libxpm+set}" = set; then
3721 withval=$with_libxpm;
3722 if test "$withval" = yes; then
3723 wx_cv_use_libxpm='wxUSE_LIBXPM=yes'
3724 elif test "$withval" = no; then
3725 wx_cv_use_libxpm='wxUSE_LIBXPM=no'
3726 elif test "$withval" = sys; then
3727 wx_cv_use_libxpm='wxUSE_LIBXPM=sys'
3728 elif test "$withval" = builtin; then
3729 wx_cv_use_libxpm='wxUSE_LIBXPM=builtin'
3730 else
3731 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3732 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3733 { (exit 1); exit 1; }; }
3734 fi
3735
3736 else
3737
3738 wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
3739
3740 fi
3741
3742
3743 eval "$wx_cv_use_libxpm"
3744
3745 if test "$wxUSE_LIBXPM" = yes; then
3746 { echo "$as_me:$LINENO: result: yes" >&5
3747 echo "${ECHO_T}yes" >&6; }
3748 elif test "$wxUSE_LIBXPM" = no; then
3749 { echo "$as_me:$LINENO: result: no" >&5
3750 echo "${ECHO_T}no" >&6; }
3751 elif test "$wxUSE_LIBXPM" = sys; then
3752 { echo "$as_me:$LINENO: result: system version" >&5
3753 echo "${ECHO_T}system version" >&6; }
3754 elif test "$wxUSE_LIBXPM" = builtin; then
3755 { echo "$as_me:$LINENO: result: builtin version" >&5
3756 echo "${ECHO_T}builtin version" >&6; }
3757 else
3758 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3759 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3760 { (exit 1); exit 1; }; }
3761 fi
3762
3763
3764 withstring=
3765 defaultval=$wxUSE_ALL_FEATURES
3766 if test -z "$defaultval"; then
3767 if test x"$withstring" = xwithout; then
3768 defaultval=yes
3769 else
3770 defaultval=no
3771 fi
3772 fi
3773 { echo "$as_me:$LINENO: checking for --${withstring:-with}-libiconv" >&5
3774 echo $ECHO_N "checking for --${withstring:-with}-libiconv... $ECHO_C" >&6; }
3775
3776 # Check whether --with-libiconv was given.
3777 if test "${with_libiconv+set}" = set; then
3778 withval=$with_libiconv;
3779 if test "$withval" = yes; then
3780 wx_cv_use_libiconv='wxUSE_LIBICONV=yes'
3781 else
3782 wx_cv_use_libiconv='wxUSE_LIBICONV=no'
3783 fi
3784
3785 else
3786
3787 wx_cv_use_libiconv='wxUSE_LIBICONV=${'DEFAULT_wxUSE_LIBICONV":-$defaultval}"
3788
3789 fi
3790
3791
3792 eval "$wx_cv_use_libiconv"
3793
3794 if test x"$withstring" = xwithout; then
3795 if test $wxUSE_LIBICONV = yes; then
3796 result=no
3797 else
3798 result=yes
3799 fi
3800 else
3801 result=$wxUSE_LIBICONV
3802 fi
3803
3804 { echo "$as_me:$LINENO: result: $result" >&5
3805 echo "${ECHO_T}$result" >&6; }
3806
3807
3808 withstring=
3809 defaultval=$wxUSE_ALL_FEATURES
3810 if test -z "$defaultval"; then
3811 if test x"$withstring" = xwithout; then
3812 defaultval=yes
3813 else
3814 defaultval=no
3815 fi
3816 fi
3817 { echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3818 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6; }
3819
3820 # Check whether --with-libmspack was given.
3821 if test "${with_libmspack+set}" = set; then
3822 withval=$with_libmspack;
3823 if test "$withval" = yes; then
3824 wx_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3825 else
3826 wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3827 fi
3828
3829 else
3830
3831 wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
3832
3833 fi
3834
3835
3836 eval "$wx_cv_use_libmspack"
3837
3838 if test x"$withstring" = xwithout; then
3839 if test $wxUSE_LIBMSPACK = yes; then
3840 result=no
3841 else
3842 result=yes
3843 fi
3844 else
3845 result=$wxUSE_LIBMSPACK
3846 fi
3847
3848 { echo "$as_me:$LINENO: result: $result" >&5
3849 echo "${ECHO_T}$result" >&6; }
3850
3851
3852 withstring=without
3853 defaultval=$wxUSE_ALL_FEATURES
3854 if test -z "$defaultval"; then
3855 if test x"$withstring" = xwithout; then
3856 defaultval=yes
3857 else
3858 defaultval=no
3859 fi
3860 fi
3861 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gtkprint" >&5
3862 echo $ECHO_N "checking for --${withstring:-with}-gtkprint... $ECHO_C" >&6; }
3863
3864 # Check whether --with-gtkprint was given.
3865 if test "${with_gtkprint+set}" = set; then
3866 withval=$with_gtkprint;
3867 if test "$withval" = yes; then
3868 wx_cv_use_gtkprint='wxUSE_GTKPRINT=yes'
3869 else
3870 wx_cv_use_gtkprint='wxUSE_GTKPRINT=no'
3871 fi
3872
3873 else
3874
3875 wx_cv_use_gtkprint='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
3876
3877 fi
3878
3879
3880 eval "$wx_cv_use_gtkprint"
3881
3882 if test x"$withstring" = xwithout; then
3883 if test $wxUSE_GTKPRINT = yes; then
3884 result=no
3885 else
3886 result=yes
3887 fi
3888 else
3889 result=$wxUSE_GTKPRINT
3890 fi
3891
3892 { echo "$as_me:$LINENO: result: $result" >&5
3893 echo "${ECHO_T}$result" >&6; }
3894
3895
3896 withstring=without
3897 defaultval=$wxUSE_ALL_FEATURES
3898 if test -z "$defaultval"; then
3899 if test x"$withstring" = xwithout; then
3900 defaultval=yes
3901 else
3902 defaultval=no
3903 fi
3904 fi
3905 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3906 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6; }
3907
3908 # Check whether --with-gnomeprint was given.
3909 if test "${with_gnomeprint+set}" = set; then
3910 withval=$with_gnomeprint;
3911 if test "$withval" = yes; then
3912 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3913 else
3914 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3915 fi
3916
3917 else
3918
3919 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
3920
3921 fi
3922
3923
3924 eval "$wx_cv_use_gnomeprint"
3925
3926 if test x"$withstring" = xwithout; then
3927 if test $wxUSE_LIBGNOMEPRINT = yes; then
3928 result=no
3929 else
3930 result=yes
3931 fi
3932 else
3933 result=$wxUSE_LIBGNOMEPRINT
3934 fi
3935
3936 { echo "$as_me:$LINENO: result: $result" >&5
3937 echo "${ECHO_T}$result" >&6; }
3938
3939
3940 withstring=
3941 defaultval=$wxUSE_ALL_FEATURES
3942 if test -z "$defaultval"; then
3943 if test x"$withstring" = xwithout; then
3944 defaultval=yes
3945 else
3946 defaultval=no
3947 fi
3948 fi
3949 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomevfs" >&5
3950 echo $ECHO_N "checking for --${withstring:-with}-gnomevfs... $ECHO_C" >&6; }
3951
3952 # Check whether --with-gnomevfs was given.
3953 if test "${with_gnomevfs+set}" = set; then
3954 withval=$with_gnomevfs;
3955 if test "$withval" = yes; then
3956 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
3957 else
3958 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
3959 fi
3960
3961 else
3962
3963 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
3964
3965 fi
3966
3967
3968 eval "$wx_cv_use_gnomevfs"
3969
3970 if test x"$withstring" = xwithout; then
3971 if test $wxUSE_LIBGNOMEVFS = yes; then
3972 result=no
3973 else
3974 result=yes
3975 fi
3976 else
3977 result=$wxUSE_LIBGNOMEVFS
3978 fi
3979
3980 { echo "$as_me:$LINENO: result: $result" >&5
3981 echo "${ECHO_T}$result" >&6; }
3982
3983
3984 withstring=
3985 defaultval=$wxUSE_ALL_FEATURES
3986 if test -z "$defaultval"; then
3987 if test x"$withstring" = xwithout; then
3988 defaultval=yes
3989 else
3990 defaultval=no
3991 fi
3992 fi
3993 { echo "$as_me:$LINENO: checking for --${withstring:-with}-hildon" >&5
3994 echo $ECHO_N "checking for --${withstring:-with}-hildon... $ECHO_C" >&6; }
3995
3996 # Check whether --with-hildon was given.
3997 if test "${with_hildon+set}" = set; then
3998 withval=$with_hildon;
3999 if test "$withval" = yes; then
4000 wx_cv_use_hildon='wxUSE_LIBHILDON=yes'
4001 else
4002 wx_cv_use_hildon='wxUSE_LIBHILDON=no'
4003 fi
4004
4005 else
4006
4007 wx_cv_use_hildon='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
4008
4009 fi
4010
4011
4012 eval "$wx_cv_use_hildon"
4013
4014 if test x"$withstring" = xwithout; then
4015 if test $wxUSE_LIBHILDON = yes; then
4016 result=no
4017 else
4018 result=yes
4019 fi
4020 else
4021 result=$wxUSE_LIBHILDON
4022 fi
4023
4024 { echo "$as_me:$LINENO: result: $result" >&5
4025 echo "${ECHO_T}$result" >&6; }
4026
4027
4028 withstring=
4029 defaultval=$wxUSE_ALL_FEATURES
4030 if test -z "$defaultval"; then
4031 if test x"$withstring" = xwithout; then
4032 defaultval=yes
4033 else
4034 defaultval=no
4035 fi
4036 fi
4037 { echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
4038 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6; }
4039
4040 # Check whether --with-opengl was given.
4041 if test "${with_opengl+set}" = set; then
4042 withval=$with_opengl;
4043 if test "$withval" = yes; then
4044 wx_cv_use_opengl='wxUSE_OPENGL=yes'
4045 else
4046 wx_cv_use_opengl='wxUSE_OPENGL=no'
4047 fi
4048
4049 else
4050
4051 wx_cv_use_opengl='wxUSE_OPENGL=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
4052
4053 fi
4054
4055
4056 eval "$wx_cv_use_opengl"
4057
4058 if test x"$withstring" = xwithout; then
4059 if test $wxUSE_OPENGL = yes; then
4060 result=no
4061 else
4062 result=yes
4063 fi
4064 else
4065 result=$wxUSE_OPENGL
4066 fi
4067
4068 { echo "$as_me:$LINENO: result: $result" >&5
4069 echo "${ECHO_T}$result" >&6; }
4070
4071
4072 fi
4073
4074
4075 withstring=
4076 defaultval=$wxUSE_ALL_FEATURES
4077 if test -z "$defaultval"; then
4078 if test x"$withstring" = xwithout; then
4079 defaultval=yes
4080 else
4081 defaultval=no
4082 fi
4083 fi
4084 { echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
4085 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6; }
4086
4087 # Check whether --with-dmalloc was given.
4088 if test "${with_dmalloc+set}" = set; then
4089 withval=$with_dmalloc;
4090 if test "$withval" = yes; then
4091 wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
4092 else
4093 wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
4094 fi
4095
4096 else
4097
4098 wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
4099
4100 fi
4101
4102
4103 eval "$wx_cv_use_dmalloc"
4104
4105 if test x"$withstring" = xwithout; then
4106 if test $wxUSE_DMALLOC = yes; then
4107 result=no
4108 else
4109 result=yes
4110 fi
4111 else
4112 result=$wxUSE_DMALLOC
4113 fi
4114
4115 { echo "$as_me:$LINENO: result: $result" >&5
4116 echo "${ECHO_T}$result" >&6; }
4117
4118
4119 withstring=
4120 defaultval=$wxUSE_ALL_FEATURES
4121 if test -z "$defaultval"; then
4122 if test x"$withstring" = xwithout; then
4123 defaultval=yes
4124 else
4125 defaultval=no
4126 fi
4127 fi
4128 { echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
4129 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6; }
4130
4131 # Check whether --with-sdl was given.
4132 if test "${with_sdl+set}" = set; then
4133 withval=$with_sdl;
4134 if test "$withval" = yes; then
4135 wx_cv_use_sdl='wxUSE_LIBSDL=yes'
4136 else
4137 wx_cv_use_sdl='wxUSE_LIBSDL=no'
4138 fi
4139
4140 else
4141
4142 wx_cv_use_sdl='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
4143
4144 fi
4145
4146
4147 eval "$wx_cv_use_sdl"
4148
4149 if test x"$withstring" = xwithout; then
4150 if test $wxUSE_LIBSDL = yes; then
4151 result=no
4152 else
4153 result=yes
4154 fi
4155 else
4156 result=$wxUSE_LIBSDL
4157 fi
4158
4159 { echo "$as_me:$LINENO: result: $result" >&5
4160 echo "${ECHO_T}$result" >&6; }
4161
4162
4163 { echo "$as_me:$LINENO: checking for --with-regex" >&5
4164 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6; }
4165
4166 # Check whether --with-regex was given.
4167 if test "${with_regex+set}" = set; then
4168 withval=$with_regex;
4169 if test "$withval" = yes; then
4170 wx_cv_use_regex='wxUSE_REGEX=yes'
4171 elif test "$withval" = no; then
4172 wx_cv_use_regex='wxUSE_REGEX=no'
4173 elif test "$withval" = sys; then
4174 wx_cv_use_regex='wxUSE_REGEX=sys'
4175 elif test "$withval" = builtin; then
4176 wx_cv_use_regex='wxUSE_REGEX=builtin'
4177 else
4178 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4179 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4180 { (exit 1); exit 1; }; }
4181 fi
4182
4183 else
4184
4185 wx_cv_use_regex='wxUSE_REGEX=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
4186
4187 fi
4188
4189
4190 eval "$wx_cv_use_regex"
4191
4192 if test "$wxUSE_REGEX" = yes; then
4193 { echo "$as_me:$LINENO: result: yes" >&5
4194 echo "${ECHO_T}yes" >&6; }
4195 elif test "$wxUSE_REGEX" = no; then
4196 { echo "$as_me:$LINENO: result: no" >&5
4197 echo "${ECHO_T}no" >&6; }
4198 elif test "$wxUSE_REGEX" = sys; then
4199 { echo "$as_me:$LINENO: result: system version" >&5
4200 echo "${ECHO_T}system version" >&6; }
4201 elif test "$wxUSE_REGEX" = builtin; then
4202 { echo "$as_me:$LINENO: result: builtin version" >&5
4203 echo "${ECHO_T}builtin version" >&6; }
4204 else
4205 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4206 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4207 { (exit 1); exit 1; }; }
4208 fi
4209
4210
4211 { echo "$as_me:$LINENO: checking for --with-zlib" >&5
4212 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6; }
4213
4214 # Check whether --with-zlib was given.
4215 if test "${with_zlib+set}" = set; then
4216 withval=$with_zlib;
4217 if test "$withval" = yes; then
4218 wx_cv_use_zlib='wxUSE_ZLIB=yes'
4219 elif test "$withval" = no; then
4220 wx_cv_use_zlib='wxUSE_ZLIB=no'
4221 elif test "$withval" = sys; then
4222 wx_cv_use_zlib='wxUSE_ZLIB=sys'
4223 elif test "$withval" = builtin; then
4224 wx_cv_use_zlib='wxUSE_ZLIB=builtin'
4225 else
4226 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4227 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4228 { (exit 1); exit 1; }; }
4229 fi
4230
4231 else
4232
4233 wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
4234
4235 fi
4236
4237
4238 eval "$wx_cv_use_zlib"
4239
4240 if test "$wxUSE_ZLIB" = yes; then
4241 { echo "$as_me:$LINENO: result: yes" >&5
4242 echo "${ECHO_T}yes" >&6; }
4243 elif test "$wxUSE_ZLIB" = no; then
4244 { echo "$as_me:$LINENO: result: no" >&5
4245 echo "${ECHO_T}no" >&6; }
4246 elif test "$wxUSE_ZLIB" = sys; then
4247 { echo "$as_me:$LINENO: result: system version" >&5
4248 echo "${ECHO_T}system version" >&6; }
4249 elif test "$wxUSE_ZLIB" = builtin; then
4250 { echo "$as_me:$LINENO: result: builtin version" >&5
4251 echo "${ECHO_T}builtin version" >&6; }
4252 else
4253 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4254 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4255 { (exit 1); exit 1; }; }
4256 fi
4257
4258
4259 { echo "$as_me:$LINENO: checking for --with-expat" >&5
4260 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6; }
4261
4262 # Check whether --with-expat was given.
4263 if test "${with_expat+set}" = set; then
4264 withval=$with_expat;
4265 if test "$withval" = yes; then
4266 wx_cv_use_expat='wxUSE_EXPAT=yes'
4267 elif test "$withval" = no; then
4268 wx_cv_use_expat='wxUSE_EXPAT=no'
4269 elif test "$withval" = sys; then
4270 wx_cv_use_expat='wxUSE_EXPAT=sys'
4271 elif test "$withval" = builtin; then
4272 wx_cv_use_expat='wxUSE_EXPAT=builtin'
4273 else
4274 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4275 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4276 { (exit 1); exit 1; }; }
4277 fi
4278
4279 else
4280
4281 wx_cv_use_expat='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
4282
4283 fi
4284
4285
4286 eval "$wx_cv_use_expat"
4287
4288 if test "$wxUSE_EXPAT" = yes; then
4289 { echo "$as_me:$LINENO: result: yes" >&5
4290 echo "${ECHO_T}yes" >&6; }
4291 elif test "$wxUSE_EXPAT" = no; then
4292 { echo "$as_me:$LINENO: result: no" >&5
4293 echo "${ECHO_T}no" >&6; }
4294 elif test "$wxUSE_EXPAT" = sys; then
4295 { echo "$as_me:$LINENO: result: system version" >&5
4296 echo "${ECHO_T}system version" >&6; }
4297 elif test "$wxUSE_EXPAT" = builtin; then
4298 { echo "$as_me:$LINENO: result: builtin version" >&5
4299 echo "${ECHO_T}builtin version" >&6; }
4300 else
4301 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4302 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4303 { (exit 1); exit 1; }; }
4304 fi
4305
4306
4307 { echo "$as_me:$LINENO: checking for --with-macosx-sdk" >&5
4308 echo $ECHO_N "checking for --with-macosx-sdk... $ECHO_C" >&6; }
4309
4310 # Check whether --with-macosx-sdk was given.
4311 if test "${with_macosx_sdk+set}" = set; then
4312 withval=$with_macosx_sdk;
4313 wxUSE_MACOSX_SDK=$withval
4314 wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
4315
4316 fi
4317
4318 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_SDK" >&5
4319 echo "${ECHO_T}$wxUSE_MACOSX_SDK" >&6; }
4320
4321 { echo "$as_me:$LINENO: checking for --with-macosx-version-min" >&5
4322 echo $ECHO_N "checking for --with-macosx-version-min... $ECHO_C" >&6; }
4323
4324 # Check whether --with-macosx-version-min was given.
4325 if test "${with_macosx_version_min+set}" = set; then
4326 withval=$with_macosx_version_min;
4327 wxUSE_MACOSX_VERSION_MIN=$withval
4328 wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
4329
4330 fi
4331
4332 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
4333 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
4334
4335
4336 { echo "$as_me:$LINENO: checking for --enable-debug" >&5
4337 echo $ECHO_N "checking for --enable-debug... $ECHO_C" >&6; }
4338 # Check whether --enable-debug was given.
4339 if test "${enable_debug+set}" = set; then
4340 enableval=$enable_debug;
4341 if test "$enableval" = yes; then
4342 wxUSE_DEBUG=yes
4343 elif test "$enableval" = no; then
4344 wxUSE_DEBUG=no
4345 elif test "$enableval" = max; then
4346 wxUSE_DEBUG=yes
4347 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=2"
4348 else
4349 { { echo "$as_me:$LINENO: error: Invalid --enable-debug value, must be yes, no or max" >&5
4350 echo "$as_me: error: Invalid --enable-debug value, must be yes, no or max" >&2;}
4351 { (exit 1); exit 1; }; }
4352 fi
4353
4354 else
4355 wxUSE_DEBUG=default
4356
4357 fi
4358
4359
4360 case "$wxUSE_DEBUG" in
4361 yes)
4362 DEFAULT_wxUSE_DEBUG_FLAG=yes
4363 DEFAULT_wxUSE_DEBUG_INFO=yes
4364
4365 DEFAULT_wxUSE_OPTIMISE=no
4366 ;;
4367
4368 no)
4369 DEFAULT_wxUSE_DEBUG_FLAG=no
4370 DEFAULT_wxUSE_DEBUG_INFO=no
4371 ;;
4372
4373 default)
4374 DEFAULT_wxUSE_DEBUG_FLAG=yes
4375 DEFAULT_wxUSE_DEBUG_INFO=no
4376 ;;
4377 esac
4378
4379
4380 enablestring=disable
4381 defaultval=
4382 if test -z "$defaultval"; then
4383 if test x"$enablestring" = xdisable; then
4384 defaultval=yes
4385 else
4386 defaultval=no
4387 fi
4388 fi
4389
4390 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
4391 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6; }
4392 # Check whether --enable-debug_flag was given.
4393 if test "${enable_debug_flag+set}" = set; then
4394 enableval=$enable_debug_flag;
4395 if test "$enableval" = yes; then
4396 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
4397 else
4398 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
4399 fi
4400
4401 else
4402
4403 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
4404
4405 fi
4406
4407
4408 eval "$wx_cv_use_debug_flag"
4409
4410 if test x"$enablestring" = xdisable; then
4411 if test $wxUSE_DEBUG_FLAG = no; then
4412 result=yes
4413 else
4414 result=no
4415 fi
4416 else
4417 result=$wxUSE_DEBUG_FLAG
4418 fi
4419
4420 { echo "$as_me:$LINENO: result: $result" >&5
4421 echo "${ECHO_T}$result" >&6; }
4422
4423
4424 enablestring=
4425 defaultval=
4426 if test -z "$defaultval"; then
4427 if test x"$enablestring" = xdisable; then
4428 defaultval=yes
4429 else
4430 defaultval=no
4431 fi
4432 fi
4433
4434 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
4435 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6; }
4436 # Check whether --enable-debug_info was given.
4437 if test "${enable_debug_info+set}" = set; then
4438 enableval=$enable_debug_info;
4439 if test "$enableval" = yes; then
4440 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
4441 else
4442 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
4443 fi
4444
4445 else
4446
4447 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
4448
4449 fi
4450
4451
4452 eval "$wx_cv_use_debug_info"
4453
4454 if test x"$enablestring" = xdisable; then
4455 if test $wxUSE_DEBUG_INFO = no; then
4456 result=yes
4457 else
4458 result=no
4459 fi
4460 else
4461 result=$wxUSE_DEBUG_INFO
4462 fi
4463
4464 { echo "$as_me:$LINENO: result: $result" >&5
4465 echo "${ECHO_T}$result" >&6; }
4466
4467
4468
4469
4470 enablestring=
4471 defaultval=
4472 if test -z "$defaultval"; then
4473 if test x"$enablestring" = xdisable; then
4474 defaultval=yes
4475 else
4476 defaultval=no
4477 fi
4478 fi
4479
4480 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
4481 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6; }
4482 # Check whether --enable-debug_gdb was given.
4483 if test "${enable_debug_gdb+set}" = set; then
4484 enableval=$enable_debug_gdb;
4485 if test "$enableval" = yes; then
4486 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
4487 else
4488 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
4489 fi
4490
4491 else
4492
4493 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
4494
4495 fi
4496
4497
4498 eval "$wx_cv_use_debug_gdb"
4499
4500 if test x"$enablestring" = xdisable; then
4501 if test $wxUSE_DEBUG_GDB = no; then
4502 result=yes
4503 else
4504 result=no
4505 fi
4506 else
4507 result=$wxUSE_DEBUG_GDB
4508 fi
4509
4510 { echo "$as_me:$LINENO: result: $result" >&5
4511 echo "${ECHO_T}$result" >&6; }
4512
4513
4514 enablestring=
4515 defaultval=
4516 if test -z "$defaultval"; then
4517 if test x"$enablestring" = xdisable; then
4518 defaultval=yes
4519 else
4520 defaultval=no
4521 fi
4522 fi
4523
4524 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
4525 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6; }
4526 # Check whether --enable-debug_cntxt was given.
4527 if test "${enable_debug_cntxt+set}" = set; then
4528 enableval=$enable_debug_cntxt;
4529 if test "$enableval" = yes; then
4530 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
4531 else
4532 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
4533 fi
4534
4535 else
4536
4537 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
4538
4539 fi
4540
4541
4542 eval "$wx_cv_use_debug_cntxt"
4543
4544 if test x"$enablestring" = xdisable; then
4545 if test $wxUSE_DEBUG_CONTEXT = no; then
4546 result=yes
4547 else
4548 result=no
4549 fi
4550 else
4551 result=$wxUSE_DEBUG_CONTEXT
4552 fi
4553
4554 { echo "$as_me:$LINENO: result: $result" >&5
4555 echo "${ECHO_T}$result" >&6; }
4556
4557
4558 enablestring=
4559 defaultval=
4560 if test -z "$defaultval"; then
4561 if test x"$enablestring" = xdisable; then
4562 defaultval=yes
4563 else
4564 defaultval=no
4565 fi
4566 fi
4567
4568 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
4569 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6; }
4570 # Check whether --enable-mem_tracing was given.
4571 if test "${enable_mem_tracing+set}" = set; then
4572 enableval=$enable_mem_tracing;
4573 if test "$enableval" = yes; then
4574 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
4575 else
4576 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
4577 fi
4578
4579 else
4580
4581 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
4582
4583 fi
4584
4585
4586 eval "$wx_cv_use_mem_tracing"
4587
4588 if test x"$enablestring" = xdisable; then
4589 if test $wxUSE_MEM_TRACING = no; then
4590 result=yes
4591 else
4592 result=no
4593 fi
4594 else
4595 result=$wxUSE_MEM_TRACING
4596 fi
4597
4598 { echo "$as_me:$LINENO: result: $result" >&5
4599 echo "${ECHO_T}$result" >&6; }
4600
4601
4602
4603
4604 enablestring=disable
4605 defaultval=
4606 if test -z "$defaultval"; then
4607 if test x"$enablestring" = xdisable; then
4608 defaultval=yes
4609 else
4610 defaultval=no
4611 fi
4612 fi
4613
4614 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
4615 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6; }
4616 # Check whether --enable-shared was given.
4617 if test "${enable_shared+set}" = set; then
4618 enableval=$enable_shared;
4619 if test "$enableval" = yes; then
4620 wx_cv_use_shared='wxUSE_SHARED=yes'
4621 else
4622 wx_cv_use_shared='wxUSE_SHARED=no'
4623 fi
4624
4625 else
4626
4627 wx_cv_use_shared='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
4628
4629 fi
4630
4631
4632 eval "$wx_cv_use_shared"
4633
4634 if test x"$enablestring" = xdisable; then
4635 if test $wxUSE_SHARED = no; then
4636 result=yes
4637 else
4638 result=no
4639 fi
4640 else
4641 result=$wxUSE_SHARED
4642 fi
4643
4644 { echo "$as_me:$LINENO: result: $result" >&5
4645 echo "${ECHO_T}$result" >&6; }
4646
4647
4648 enablestring=
4649 defaultval=
4650 if test -z "$defaultval"; then
4651 if test x"$enablestring" = xdisable; then
4652 defaultval=yes
4653 else
4654 defaultval=no
4655 fi
4656 fi
4657
4658 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
4659 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6; }
4660 # Check whether --enable-stl was given.
4661 if test "${enable_stl+set}" = set; then
4662 enableval=$enable_stl;
4663 if test "$enableval" = yes; then
4664 wx_cv_use_stl='wxUSE_STL=yes'
4665 else
4666 wx_cv_use_stl='wxUSE_STL=no'
4667 fi
4668
4669 else
4670
4671 wx_cv_use_stl='wxUSE_STL=${'DEFAULT_wxUSE_STL":-$defaultval}"
4672
4673 fi
4674
4675
4676 eval "$wx_cv_use_stl"
4677
4678 if test x"$enablestring" = xdisable; then
4679 if test $wxUSE_STL = no; then
4680 result=yes
4681 else
4682 result=no
4683 fi
4684 else
4685 result=$wxUSE_STL
4686 fi
4687
4688 { echo "$as_me:$LINENO: result: $result" >&5
4689 echo "${ECHO_T}$result" >&6; }
4690
4691
4692 enablestring=
4693 defaultval=
4694 if test -z "$defaultval"; then
4695 if test x"$enablestring" = xdisable; then
4696 defaultval=yes
4697 else
4698 defaultval=no
4699 fi
4700 fi
4701
4702 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
4703 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6; }
4704 # Check whether --enable-std_iostreams was given.
4705 if test "${enable_std_iostreams+set}" = set; then
4706 enableval=$enable_std_iostreams;
4707 if test "$enableval" = yes; then
4708 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
4709 else
4710 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
4711 fi
4712
4713 else
4714
4715 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
4716
4717 fi
4718
4719
4720 eval "$wx_cv_use_std_iostreams"
4721
4722 if test x"$enablestring" = xdisable; then
4723 if test $wxUSE_STD_IOSTREAM = no; then
4724 result=yes
4725 else
4726 result=no
4727 fi
4728 else
4729 result=$wxUSE_STD_IOSTREAM
4730 fi
4731
4732 { echo "$as_me:$LINENO: result: $result" >&5
4733 echo "${ECHO_T}$result" >&6; }
4734
4735
4736 enablestring=
4737 defaultval=
4738 if test -z "$defaultval"; then
4739 if test x"$enablestring" = xdisable; then
4740 defaultval=yes
4741 else
4742 defaultval=no
4743 fi
4744 fi
4745
4746 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
4747 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6; }
4748 # Check whether --enable-std_string was given.
4749 if test "${enable_std_string+set}" = set; then
4750 enableval=$enable_std_string;
4751 if test "$enableval" = yes; then
4752 wx_cv_use_std_string='wxUSE_STD_STRING=yes'
4753 else
4754 wx_cv_use_std_string='wxUSE_STD_STRING=no'
4755 fi
4756
4757 else
4758
4759 wx_cv_use_std_string='wxUSE_STD_STRING=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
4760
4761 fi
4762
4763
4764 eval "$wx_cv_use_std_string"
4765
4766 if test x"$enablestring" = xdisable; then
4767 if test $wxUSE_STD_STRING = no; then
4768 result=yes
4769 else
4770 result=no
4771 fi
4772 else
4773 result=$wxUSE_STD_STRING
4774 fi
4775
4776 { echo "$as_me:$LINENO: result: $result" >&5
4777 echo "${ECHO_T}$result" >&6; }
4778
4779
4780 enablestring=disable
4781 defaultval=
4782 if test -z "$defaultval"; then
4783 if test x"$enablestring" = xdisable; then
4784 defaultval=yes
4785 else
4786 defaultval=no
4787 fi
4788 fi
4789
4790 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4791 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6; }
4792 # Check whether --enable-unicode was given.
4793 if test "${enable_unicode+set}" = set; then
4794 enableval=$enable_unicode;
4795 if test "$enableval" = yes; then
4796 wx_cv_use_unicode='wxUSE_UNICODE=yes'
4797 else
4798 wx_cv_use_unicode='wxUSE_UNICODE=no'
4799 fi
4800
4801 else
4802
4803 wx_cv_use_unicode='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
4804
4805 fi
4806
4807
4808 eval "$wx_cv_use_unicode"
4809
4810 if test x"$enablestring" = xdisable; then
4811 if test $wxUSE_UNICODE = no; then
4812 result=yes
4813 else
4814 result=no
4815 fi
4816 else
4817 result=$wxUSE_UNICODE
4818 fi
4819
4820 { echo "$as_me:$LINENO: result: $result" >&5
4821 echo "${ECHO_T}$result" >&6; }
4822
4823
4824 enablestring=
4825 defaultval=
4826 if test -z "$defaultval"; then
4827 if test x"$enablestring" = xdisable; then
4828 defaultval=yes
4829 else
4830 defaultval=no
4831 fi
4832 fi
4833
4834 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
4835 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6; }
4836 # Check whether --enable-mslu was given.
4837 if test "${enable_mslu+set}" = set; then
4838 enableval=$enable_mslu;
4839 if test "$enableval" = yes; then
4840 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
4841 else
4842 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
4843 fi
4844
4845 else
4846
4847 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
4848
4849 fi
4850
4851
4852 eval "$wx_cv_use_mslu"
4853
4854 if test x"$enablestring" = xdisable; then
4855 if test $wxUSE_UNICODE_MSLU = no; then
4856 result=yes
4857 else
4858 result=no
4859 fi
4860 else
4861 result=$wxUSE_UNICODE_MSLU
4862 fi
4863
4864 { echo "$as_me:$LINENO: result: $result" >&5
4865 echo "${ECHO_T}$result" >&6; }
4866
4867
4868 enablestring=
4869 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8" >&5
4870 echo $ECHO_N "checking for --${enablestring:-enable}-utf8... $ECHO_C" >&6; }
4871 # Check whether --enable-utf8 was given.
4872 if test "${enable_utf8+set}" = set; then
4873 enableval=$enable_utf8;
4874 wx_cv_use_utf8="wxUSE_UNICODE_UTF8='$enableval'"
4875
4876 else
4877
4878 wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
4879
4880 fi
4881
4882
4883 eval "$wx_cv_use_utf8"
4884
4885 { echo "$as_me:$LINENO: result: $wxUSE_UNICODE_UTF8" >&5
4886 echo "${ECHO_T}$wxUSE_UNICODE_UTF8" >&6; }
4887
4888
4889 enablestring=
4890 defaultval=
4891 if test -z "$defaultval"; then
4892 if test x"$enablestring" = xdisable; then
4893 defaultval=yes
4894 else
4895 defaultval=no
4896 fi
4897 fi
4898
4899 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8only" >&5
4900 echo $ECHO_N "checking for --${enablestring:-enable}-utf8only... $ECHO_C" >&6; }
4901 # Check whether --enable-utf8only was given.
4902 if test "${enable_utf8only+set}" = set; then
4903 enableval=$enable_utf8only;
4904 if test "$enableval" = yes; then
4905 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
4906 else
4907 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
4908 fi
4909
4910 else
4911
4912 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
4913
4914 fi
4915
4916
4917 eval "$wx_cv_use_utf8only"
4918
4919 if test x"$enablestring" = xdisable; then
4920 if test $wxUSE_UNICODE_UTF8_LOCALE = no; then
4921 result=yes
4922 else
4923 result=no
4924 fi
4925 else
4926 result=$wxUSE_UNICODE_UTF8_LOCALE
4927 fi
4928
4929 { echo "$as_me:$LINENO: result: $result" >&5
4930 echo "${ECHO_T}$result" >&6; }
4931
4932
4933 enablestring=
4934 defaultval=
4935 if test -z "$defaultval"; then
4936 if test x"$enablestring" = xdisable; then
4937 defaultval=yes
4938 else
4939 defaultval=no
4940 fi
4941 fi
4942
4943 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-extended_rtti" >&5
4944 echo $ECHO_N "checking for --${enablestring:-enable}-extended_rtti... $ECHO_C" >&6; }
4945 # Check whether --enable-extended_rtti was given.
4946 if test "${enable_extended_rtti+set}" = set; then
4947 enableval=$enable_extended_rtti;
4948 if test "$enableval" = yes; then
4949 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=yes'
4950 else
4951 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=no'
4952 fi
4953
4954 else
4955
4956 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
4957
4958 fi
4959
4960
4961 eval "$wx_cv_use_extended_rtti"
4962
4963 if test x"$enablestring" = xdisable; then
4964 if test $wxUSE_EXTENDED_RTTI = no; then
4965 result=yes
4966 else
4967 result=no
4968 fi
4969 else
4970 result=$wxUSE_EXTENDED_RTTI
4971 fi
4972
4973 { echo "$as_me:$LINENO: result: $result" >&5
4974 echo "${ECHO_T}$result" >&6; }
4975
4976 if test "$USE_OS2" = 1; then
4977 DEFAULT_wxUSE_OMF=no
4978
4979 enablestring=
4980 defaultval=
4981 if test -z "$defaultval"; then
4982 if test x"$enablestring" = xdisable; then
4983 defaultval=yes
4984 else
4985 defaultval=no
4986 fi
4987 fi
4988
4989 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
4990 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6; }
4991 # Check whether --enable-omf was given.
4992 if test "${enable_omf+set}" = set; then
4993 enableval=$enable_omf;
4994 if test "$enableval" = yes; then
4995 wx_cv_use_omf='wxUSE_OMF=yes'
4996 else
4997 wx_cv_use_omf='wxUSE_OMF=no'
4998 fi
4999
5000 else
5001
5002 wx_cv_use_omf='wxUSE_OMF=${'DEFAULT_wxUSE_OMF":-$defaultval}"
5003
5004 fi
5005
5006
5007 eval "$wx_cv_use_omf"
5008
5009 if test x"$enablestring" = xdisable; then
5010 if test $wxUSE_OMF = no; then
5011 result=yes
5012 else
5013 result=no
5014 fi
5015 else
5016 result=$wxUSE_OMF
5017 fi
5018
5019 { echo "$as_me:$LINENO: result: $result" >&5
5020 echo "${ECHO_T}$result" >&6; }
5021
5022 fi
5023
5024
5025 enablestring=disable
5026 defaultval=
5027 if test -z "$defaultval"; then
5028 if test x"$enablestring" = xdisable; then
5029 defaultval=yes
5030 else
5031 defaultval=no
5032 fi
5033 fi
5034
5035 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
5036 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6; }
5037 # Check whether --enable-optimise was given.
5038 if test "${enable_optimise+set}" = set; then
5039 enableval=$enable_optimise;
5040 if test "$enableval" = yes; then
5041 wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
5042 else
5043 wx_cv_use_optimise='wxUSE_OPTIMISE=no'
5044 fi
5045
5046 else
5047
5048 wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
5049
5050 fi
5051
5052
5053 eval "$wx_cv_use_optimise"
5054
5055 if test x"$enablestring" = xdisable; then
5056 if test $wxUSE_OPTIMISE = no; then
5057 result=yes
5058 else
5059 result=no
5060 fi
5061 else
5062 result=$wxUSE_OPTIMISE
5063 fi
5064
5065 { echo "$as_me:$LINENO: result: $result" >&5
5066 echo "${ECHO_T}$result" >&6; }
5067
5068
5069
5070 enablestring=
5071 defaultval=
5072 if test -z "$defaultval"; then
5073 if test x"$enablestring" = xdisable; then
5074 defaultval=yes
5075 else
5076 defaultval=no
5077 fi
5078 fi
5079
5080 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
5081 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6; }
5082 # Check whether --enable-profile was given.
5083 if test "${enable_profile+set}" = set; then
5084 enableval=$enable_profile;
5085 if test "$enableval" = yes; then
5086 wx_cv_use_profile='wxUSE_PROFILE=yes'
5087 else
5088 wx_cv_use_profile='wxUSE_PROFILE=no'
5089 fi
5090
5091 else
5092
5093 wx_cv_use_profile='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
5094
5095 fi
5096
5097
5098 eval "$wx_cv_use_profile"
5099
5100 if test x"$enablestring" = xdisable; then
5101 if test $wxUSE_PROFILE = no; then
5102 result=yes
5103 else
5104 result=no
5105 fi
5106 else
5107 result=$wxUSE_PROFILE
5108 fi
5109
5110 { echo "$as_me:$LINENO: result: $result" >&5
5111 echo "${ECHO_T}$result" >&6; }
5112
5113
5114 enablestring=
5115 defaultval=
5116 if test -z "$defaultval"; then
5117 if test x"$enablestring" = xdisable; then
5118 defaultval=yes
5119 else
5120 defaultval=no
5121 fi
5122 fi
5123
5124 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
5125 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6; }
5126 # Check whether --enable-no_rtti was given.
5127 if test "${enable_no_rtti+set}" = set; then
5128 enableval=$enable_no_rtti;
5129 if test "$enableval" = yes; then
5130 wx_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
5131 else
5132 wx_cv_use_no_rtti='wxUSE_NO_RTTI=no'
5133 fi
5134
5135 else
5136
5137 wx_cv_use_no_rtti='wxUSE_NO_RTTI=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
5138
5139 fi
5140
5141
5142 eval "$wx_cv_use_no_rtti"
5143
5144 if test x"$enablestring" = xdisable; then
5145 if test $wxUSE_NO_RTTI = no; then
5146 result=yes
5147 else
5148 result=no
5149 fi
5150 else
5151 result=$wxUSE_NO_RTTI
5152 fi
5153
5154 { echo "$as_me:$LINENO: result: $result" >&5
5155 echo "${ECHO_T}$result" >&6; }
5156
5157
5158 enablestring=
5159 defaultval=
5160 if test -z "$defaultval"; then
5161 if test x"$enablestring" = xdisable; then
5162 defaultval=yes
5163 else
5164 defaultval=no
5165 fi
5166 fi
5167
5168 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
5169 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6; }
5170 # Check whether --enable-no_exceptions was given.
5171 if test "${enable_no_exceptions+set}" = set; then
5172 enableval=$enable_no_exceptions;
5173 if test "$enableval" = yes; then
5174 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
5175 else
5176 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
5177 fi
5178
5179 else
5180
5181 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
5182
5183 fi
5184
5185
5186 eval "$wx_cv_use_no_exceptions"
5187
5188 if test x"$enablestring" = xdisable; then
5189 if test $wxUSE_NO_EXCEPTIONS = no; then
5190 result=yes
5191 else
5192 result=no
5193 fi
5194 else
5195 result=$wxUSE_NO_EXCEPTIONS
5196 fi
5197
5198 { echo "$as_me:$LINENO: result: $result" >&5
5199 echo "${ECHO_T}$result" >&6; }
5200
5201
5202 enablestring=
5203 defaultval=
5204 if test -z "$defaultval"; then
5205 if test x"$enablestring" = xdisable; then
5206 defaultval=yes
5207 else
5208 defaultval=no
5209 fi
5210 fi
5211
5212 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
5213 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6; }
5214 # Check whether --enable-permissive was given.
5215 if test "${enable_permissive+set}" = set; then
5216 enableval=$enable_permissive;
5217 if test "$enableval" = yes; then
5218 wx_cv_use_permissive='wxUSE_PERMISSIVE=yes'
5219 else
5220 wx_cv_use_permissive='wxUSE_PERMISSIVE=no'
5221 fi
5222
5223 else
5224
5225 wx_cv_use_permissive='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
5226
5227 fi
5228
5229
5230 eval "$wx_cv_use_permissive"
5231
5232 if test x"$enablestring" = xdisable; then
5233 if test $wxUSE_PERMISSIVE = no; then
5234 result=yes
5235 else
5236 result=no
5237 fi
5238 else
5239 result=$wxUSE_PERMISSIVE
5240 fi
5241
5242 { echo "$as_me:$LINENO: result: $result" >&5
5243 echo "${ECHO_T}$result" >&6; }
5244
5245
5246 enablestring=
5247 defaultval=
5248 if test -z "$defaultval"; then
5249 if test x"$enablestring" = xdisable; then
5250 defaultval=yes
5251 else
5252 defaultval=no
5253 fi
5254 fi
5255
5256 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
5257 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6; }
5258 # Check whether --enable-no_deps was given.
5259 if test "${enable_no_deps+set}" = set; then
5260 enableval=$enable_no_deps;
5261 if test "$enableval" = yes; then
5262 wx_cv_use_no_deps='wxUSE_NO_DEPS=yes'
5263 else
5264 wx_cv_use_no_deps='wxUSE_NO_DEPS=no'
5265 fi
5266
5267 else
5268
5269 wx_cv_use_no_deps='wxUSE_NO_DEPS=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
5270
5271 fi
5272
5273
5274 eval "$wx_cv_use_no_deps"
5275
5276 if test x"$enablestring" = xdisable; then
5277 if test $wxUSE_NO_DEPS = no; then
5278 result=yes
5279 else
5280 result=no
5281 fi
5282 else
5283 result=$wxUSE_NO_DEPS
5284 fi
5285
5286 { echo "$as_me:$LINENO: result: $result" >&5
5287 echo "${ECHO_T}$result" >&6; }
5288
5289
5290 enablestring=disable
5291 defaultval=
5292 if test -z "$defaultval"; then
5293 if test x"$enablestring" = xdisable; then
5294 defaultval=yes
5295 else
5296 defaultval=no
5297 fi
5298 fi
5299
5300 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-vararg_macros" >&5
5301 echo $ECHO_N "checking for --${enablestring:-enable}-vararg_macros... $ECHO_C" >&6; }
5302 # Check whether --enable-vararg_macros was given.
5303 if test "${enable_vararg_macros+set}" = set; then
5304 enableval=$enable_vararg_macros;
5305 if test "$enableval" = yes; then
5306 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
5307 else
5308 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
5309 fi
5310
5311 else
5312
5313 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
5314
5315 fi
5316
5317
5318 eval "$wx_cv_use_vararg_macros"
5319
5320 if test x"$enablestring" = xdisable; then
5321 if test $wxUSE_VARARG_MACROS = no; then
5322 result=yes
5323 else
5324 result=no
5325 fi
5326 else
5327 result=$wxUSE_VARARG_MACROS
5328 fi
5329
5330 { echo "$as_me:$LINENO: result: $result" >&5
5331 echo "${ECHO_T}$result" >&6; }
5332
5333
5334 enablestring=
5335 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal_binary" >&5
5336 echo $ECHO_N "checking for --${enablestring:-enable}-universal_binary... $ECHO_C" >&6; }
5337 # Check whether --enable-universal_binary was given.
5338 if test "${enable_universal_binary+set}" = set; then
5339 enableval=$enable_universal_binary;
5340 wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
5341
5342 else
5343
5344 wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
5345
5346 fi
5347
5348
5349 eval "$wx_cv_use_universal_binary"
5350
5351 { echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
5352 echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6; }
5353
5354
5355
5356 enablestring=
5357 defaultval=
5358 if test -z "$defaultval"; then
5359 if test x"$enablestring" = xdisable; then
5360 defaultval=yes
5361 else
5362 defaultval=no
5363 fi
5364 fi
5365
5366 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
5367 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6; }
5368 # Check whether --enable-compat26 was given.
5369 if test "${enable_compat26+set}" = set; then
5370 enableval=$enable_compat26;
5371 if test "$enableval" = yes; then
5372 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
5373 else
5374 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
5375 fi
5376
5377 else
5378
5379 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
5380
5381 fi
5382
5383
5384 eval "$wx_cv_use_compat26"
5385
5386 if test x"$enablestring" = xdisable; then
5387 if test $WXWIN_COMPATIBILITY_2_6 = no; then
5388 result=yes
5389 else
5390 result=no
5391 fi
5392 else
5393 result=$WXWIN_COMPATIBILITY_2_6
5394 fi
5395
5396 { echo "$as_me:$LINENO: result: $result" >&5
5397 echo "${ECHO_T}$result" >&6; }
5398
5399
5400 enablestring=disable
5401 defaultval=
5402 if test -z "$defaultval"; then
5403 if test x"$enablestring" = xdisable; then
5404 defaultval=yes
5405 else
5406 defaultval=no
5407 fi
5408 fi
5409
5410 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat28" >&5
5411 echo $ECHO_N "checking for --${enablestring:-enable}-compat28... $ECHO_C" >&6; }
5412 # Check whether --enable-compat28 was given.
5413 if test "${enable_compat28+set}" = set; then
5414 enableval=$enable_compat28;
5415 if test "$enableval" = yes; then
5416 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=yes'
5417 else
5418 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=no'
5419 fi
5420
5421 else
5422
5423 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
5424
5425 fi
5426
5427
5428 eval "$wx_cv_use_compat28"
5429
5430 if test x"$enablestring" = xdisable; then
5431 if test $WXWIN_COMPATIBILITY_2_8 = no; then
5432 result=yes
5433 else
5434 result=no
5435 fi
5436 else
5437 result=$WXWIN_COMPATIBILITY_2_8
5438 fi
5439
5440 { echo "$as_me:$LINENO: result: $result" >&5
5441 echo "${ECHO_T}$result" >&6; }
5442
5443
5444
5445 enablestring=disable
5446 defaultval=
5447 if test -z "$defaultval"; then
5448 if test x"$enablestring" = xdisable; then
5449 defaultval=yes
5450 else
5451 defaultval=no
5452 fi
5453 fi
5454
5455 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
5456 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6; }
5457 # Check whether --enable-rpath was given.
5458 if test "${enable_rpath+set}" = set; then
5459 enableval=$enable_rpath;
5460 if test "$enableval" = yes; then
5461 wx_cv_use_rpath='wxUSE_RPATH=yes'
5462 else
5463 wx_cv_use_rpath='wxUSE_RPATH=no'
5464 fi
5465
5466 else
5467
5468 wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
5469
5470 fi
5471
5472
5473 eval "$wx_cv_use_rpath"
5474
5475 if test x"$enablestring" = xdisable; then
5476 if test $wxUSE_RPATH = no; then
5477 result=yes
5478 else
5479 result=no
5480 fi
5481 else
5482 result=$wxUSE_RPATH
5483 fi
5484
5485 { echo "$as_me:$LINENO: result: $result" >&5
5486 echo "${ECHO_T}$result" >&6; }
5487
5488
5489
5490 enablestring=
5491 defaultval=
5492 if test -z "$defaultval"; then
5493 if test x"$enablestring" = xdisable; then
5494 defaultval=yes
5495 else
5496 defaultval=no
5497 fi
5498 fi
5499
5500 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-objc_uniquifying" >&5
5501 echo $ECHO_N "checking for --${enablestring:-enable}-objc_uniquifying... $ECHO_C" >&6; }
5502 # Check whether --enable-objc_uniquifying was given.
5503 if test "${enable_objc_uniquifying+set}" = set; then
5504 enableval=$enable_objc_uniquifying;
5505 if test "$enableval" = yes; then
5506 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=yes'
5507 else
5508 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=no'
5509 fi
5510
5511 else
5512
5513 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
5514
5515 fi
5516
5517
5518 eval "$wx_cv_use_objc_uniquifying"
5519
5520 if test x"$enablestring" = xdisable; then
5521 if test $wxUSE_OBJC_UNIQUIFYING = no; then
5522 result=yes
5523 else
5524 result=no
5525 fi
5526 else
5527 result=$wxUSE_OBJC_UNIQUIFYING
5528 fi
5529
5530 { echo "$as_me:$LINENO: result: $result" >&5
5531 echo "${ECHO_T}$result" >&6; }
5532
5533
5534
5535 enablestring=disable
5536 defaultval=
5537 if test -z "$defaultval"; then
5538 if test x"$enablestring" = xdisable; then
5539 defaultval=yes
5540 else
5541 defaultval=no
5542 fi
5543 fi
5544
5545 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-visibility" >&5
5546 echo $ECHO_N "checking for --${enablestring:-enable}-visibility... $ECHO_C" >&6; }
5547 # Check whether --enable-visibility was given.
5548 if test "${enable_visibility+set}" = set; then
5549 enableval=$enable_visibility;
5550 if test "$enableval" = yes; then
5551 wx_cv_use_visibility='wxUSE_VISIBILITY=yes'
5552 else
5553 wx_cv_use_visibility='wxUSE_VISIBILITY=no'
5554 fi
5555
5556 else
5557
5558 wx_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
5559
5560 fi
5561
5562
5563 eval "$wx_cv_use_visibility"
5564
5565 if test x"$enablestring" = xdisable; then
5566 if test $wxUSE_VISIBILITY = no; then
5567 result=yes
5568 else
5569 result=no
5570 fi
5571 else
5572 result=$wxUSE_VISIBILITY
5573 fi
5574
5575 { echo "$as_me:$LINENO: result: $result" >&5
5576 echo "${ECHO_T}$result" >&6; }
5577
5578
5579 enablestring=disable
5580 defaultval=
5581 if test -z "$defaultval"; then
5582 if test x"$enablestring" = xdisable; then
5583 defaultval=yes
5584 else
5585 defaultval=no
5586 fi
5587 fi
5588
5589 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tls" >&5
5590 echo $ECHO_N "checking for --${enablestring:-enable}-tls... $ECHO_C" >&6; }
5591 # Check whether --enable-tls was given.
5592 if test "${enable_tls+set}" = set; then
5593 enableval=$enable_tls;
5594 if test "$enableval" = yes; then
5595 wx_cv_use_tls='wxUSE_COMPILER_TLS=yes'
5596 else
5597 wx_cv_use_tls='wxUSE_COMPILER_TLS=no'
5598 fi
5599
5600 else
5601
5602 wx_cv_use_tls='wxUSE_COMPILER_TLS=${'DEFAULT_wxUSE_COMPILER_TLS":-$defaultval}"
5603
5604 fi
5605
5606
5607 eval "$wx_cv_use_tls"
5608
5609 if test x"$enablestring" = xdisable; then
5610 if test $wxUSE_COMPILER_TLS = no; then
5611 result=yes
5612 else
5613 result=no
5614 fi
5615 else
5616 result=$wxUSE_COMPILER_TLS
5617 fi
5618
5619 { echo "$as_me:$LINENO: result: $result" >&5
5620 echo "${ECHO_T}$result" >&6; }
5621
5622
5623
5624
5625 enablestring=
5626 defaultval=$wxUSE_ALL_FEATURES
5627 if test -z "$defaultval"; then
5628 if test x"$enablestring" = xdisable; then
5629 defaultval=yes
5630 else
5631 defaultval=no
5632 fi
5633 fi
5634
5635 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
5636 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6; }
5637 # Check whether --enable-intl was given.
5638 if test "${enable_intl+set}" = set; then
5639 enableval=$enable_intl;
5640 if test "$enableval" = yes; then
5641 wx_cv_use_intl='wxUSE_INTL=yes'
5642 else
5643 wx_cv_use_intl='wxUSE_INTL=no'
5644 fi
5645
5646 else
5647
5648 wx_cv_use_intl='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
5649
5650 fi
5651
5652
5653 eval "$wx_cv_use_intl"
5654
5655 if test x"$enablestring" = xdisable; then
5656 if test $wxUSE_INTL = no; then
5657 result=yes
5658 else
5659 result=no
5660 fi
5661 else
5662 result=$wxUSE_INTL
5663 fi
5664
5665 { echo "$as_me:$LINENO: result: $result" >&5
5666 echo "${ECHO_T}$result" >&6; }
5667
5668
5669 enablestring=
5670 defaultval=$wxUSE_ALL_FEATURES
5671 if test -z "$defaultval"; then
5672 if test x"$enablestring" = xdisable; then
5673 defaultval=yes
5674 else
5675 defaultval=no
5676 fi
5677 fi
5678
5679 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xlocale" >&5
5680 echo $ECHO_N "checking for --${enablestring:-enable}-xlocale... $ECHO_C" >&6; }
5681 # Check whether --enable-xlocale was given.
5682 if test "${enable_xlocale+set}" = set; then
5683 enableval=$enable_xlocale;
5684 if test "$enableval" = yes; then
5685 wx_cv_use_xlocale='wxUSE_XLOCALE=yes'
5686 else
5687 wx_cv_use_xlocale='wxUSE_XLOCALE=no'
5688 fi
5689
5690 else
5691
5692 wx_cv_use_xlocale='wxUSE_XLOCALE=${'DEFAULT_wxUSE_XLOCALE":-$defaultval}"
5693
5694 fi
5695
5696
5697 eval "$wx_cv_use_xlocale"
5698
5699 if test x"$enablestring" = xdisable; then
5700 if test $wxUSE_XLOCALE = no; then
5701 result=yes
5702 else
5703 result=no
5704 fi
5705 else
5706 result=$wxUSE_XLOCALE
5707 fi
5708
5709 { echo "$as_me:$LINENO: result: $result" >&5
5710 echo "${ECHO_T}$result" >&6; }
5711
5712
5713 enablestring=
5714 defaultval=$wxUSE_ALL_FEATURES
5715 if test -z "$defaultval"; then
5716 if test x"$enablestring" = xdisable; then
5717 defaultval=yes
5718 else
5719 defaultval=no
5720 fi
5721 fi
5722
5723 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
5724 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6; }
5725 # Check whether --enable-config was given.
5726 if test "${enable_config+set}" = set; then
5727 enableval=$enable_config;
5728 if test "$enableval" = yes; then
5729 wx_cv_use_config='wxUSE_CONFIG=yes'
5730 else
5731 wx_cv_use_config='wxUSE_CONFIG=no'
5732 fi
5733
5734 else
5735
5736 wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
5737
5738 fi
5739
5740
5741 eval "$wx_cv_use_config"
5742
5743 if test x"$enablestring" = xdisable; then
5744 if test $wxUSE_CONFIG = no; then
5745 result=yes
5746 else
5747 result=no
5748 fi
5749 else
5750 result=$wxUSE_CONFIG
5751 fi
5752
5753 { echo "$as_me:$LINENO: result: $result" >&5
5754 echo "${ECHO_T}$result" >&6; }
5755
5756
5757
5758 enablestring=
5759 defaultval=$wxUSE_ALL_FEATURES
5760 if test -z "$defaultval"; then
5761 if test x"$enablestring" = xdisable; then
5762 defaultval=yes
5763 else
5764 defaultval=no
5765 fi
5766 fi
5767
5768 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
5769 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6; }
5770 # Check whether --enable-protocols was given.
5771 if test "${enable_protocols+set}" = set; then
5772 enableval=$enable_protocols;
5773 if test "$enableval" = yes; then
5774 wx_cv_use_protocols='wxUSE_PROTOCOL=yes'
5775 else
5776 wx_cv_use_protocols='wxUSE_PROTOCOL=no'
5777 fi
5778
5779 else
5780
5781 wx_cv_use_protocols='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
5782
5783 fi
5784
5785
5786 eval "$wx_cv_use_protocols"
5787
5788 if test x"$enablestring" = xdisable; then
5789 if test $wxUSE_PROTOCOL = no; then
5790 result=yes
5791 else
5792 result=no
5793 fi
5794 else
5795 result=$wxUSE_PROTOCOL
5796 fi
5797
5798 { echo "$as_me:$LINENO: result: $result" >&5
5799 echo "${ECHO_T}$result" >&6; }
5800
5801
5802 enablestring=
5803 defaultval=$wxUSE_ALL_FEATURES
5804 if test -z "$defaultval"; then
5805 if test x"$enablestring" = xdisable; then
5806 defaultval=yes
5807 else
5808 defaultval=no
5809 fi
5810 fi
5811
5812 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
5813 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6; }
5814 # Check whether --enable-ftp was given.
5815 if test "${enable_ftp+set}" = set; then
5816 enableval=$enable_ftp;
5817 if test "$enableval" = yes; then
5818 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
5819 else
5820 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
5821 fi
5822
5823 else
5824
5825 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
5826
5827 fi
5828
5829
5830 eval "$wx_cv_use_ftp"
5831
5832 if test x"$enablestring" = xdisable; then
5833 if test $wxUSE_PROTOCOL_FTP = no; then
5834 result=yes
5835 else
5836 result=no
5837 fi
5838 else
5839 result=$wxUSE_PROTOCOL_FTP
5840 fi
5841
5842 { echo "$as_me:$LINENO: result: $result" >&5
5843 echo "${ECHO_T}$result" >&6; }
5844
5845
5846 enablestring=
5847 defaultval=$wxUSE_ALL_FEATURES
5848 if test -z "$defaultval"; then
5849 if test x"$enablestring" = xdisable; then
5850 defaultval=yes
5851 else
5852 defaultval=no
5853 fi
5854 fi
5855
5856 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
5857 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6; }
5858 # Check whether --enable-http was given.
5859 if test "${enable_http+set}" = set; then
5860 enableval=$enable_http;
5861 if test "$enableval" = yes; then
5862 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
5863 else
5864 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
5865 fi
5866
5867 else
5868
5869 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
5870
5871 fi
5872
5873
5874 eval "$wx_cv_use_http"
5875
5876 if test x"$enablestring" = xdisable; then
5877 if test $wxUSE_PROTOCOL_HTTP = no; then
5878 result=yes
5879 else
5880 result=no
5881 fi
5882 else
5883 result=$wxUSE_PROTOCOL_HTTP
5884 fi
5885
5886 { echo "$as_me:$LINENO: result: $result" >&5
5887 echo "${ECHO_T}$result" >&6; }
5888
5889
5890 enablestring=
5891 defaultval=$wxUSE_ALL_FEATURES
5892 if test -z "$defaultval"; then
5893 if test x"$enablestring" = xdisable; then
5894 defaultval=yes
5895 else
5896 defaultval=no
5897 fi
5898 fi
5899
5900 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
5901 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6; }
5902 # Check whether --enable-fileproto was given.
5903 if test "${enable_fileproto+set}" = set; then
5904 enableval=$enable_fileproto;
5905 if test "$enableval" = yes; then
5906 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
5907 else
5908 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
5909 fi
5910
5911 else
5912
5913 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
5914
5915 fi
5916
5917
5918 eval "$wx_cv_use_fileproto"
5919
5920 if test x"$enablestring" = xdisable; then
5921 if test $wxUSE_PROTOCOL_FILE = no; then
5922 result=yes
5923 else
5924 result=no
5925 fi
5926 else
5927 result=$wxUSE_PROTOCOL_FILE
5928 fi
5929
5930 { echo "$as_me:$LINENO: result: $result" >&5
5931 echo "${ECHO_T}$result" >&6; }
5932
5933
5934 enablestring=
5935 defaultval=$wxUSE_ALL_FEATURES
5936 if test -z "$defaultval"; then
5937 if test x"$enablestring" = xdisable; then
5938 defaultval=yes
5939 else
5940 defaultval=no
5941 fi
5942 fi
5943
5944 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
5945 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6; }
5946 # Check whether --enable-sockets was given.
5947 if test "${enable_sockets+set}" = set; then
5948 enableval=$enable_sockets;
5949 if test "$enableval" = yes; then
5950 wx_cv_use_sockets='wxUSE_SOCKETS=yes'
5951 else
5952 wx_cv_use_sockets='wxUSE_SOCKETS=no'
5953 fi
5954
5955 else
5956
5957 wx_cv_use_sockets='wxUSE_SOCKETS=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
5958
5959 fi
5960
5961
5962 eval "$wx_cv_use_sockets"
5963
5964 if test x"$enablestring" = xdisable; then
5965 if test $wxUSE_SOCKETS = no; then
5966 result=yes
5967 else
5968 result=no
5969 fi
5970 else
5971 result=$wxUSE_SOCKETS
5972 fi
5973
5974 { echo "$as_me:$LINENO: result: $result" >&5
5975 echo "${ECHO_T}$result" >&6; }
5976
5977
5978 enablestring=
5979 defaultval=$wxUSE_ALL_FEATURES
5980 if test -z "$defaultval"; then
5981 if test x"$enablestring" = xdisable; then
5982 defaultval=yes
5983 else
5984 defaultval=no
5985 fi
5986 fi
5987
5988 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipv6" >&5
5989 echo $ECHO_N "checking for --${enablestring:-enable}-ipv6... $ECHO_C" >&6; }
5990 # Check whether --enable-ipv6 was given.
5991 if test "${enable_ipv6+set}" = set; then
5992 enableval=$enable_ipv6;
5993 if test "$enableval" = yes; then
5994 wx_cv_use_ipv6='wxUSE_IPV6=yes'
5995 else
5996 wx_cv_use_ipv6='wxUSE_IPV6=no'
5997 fi
5998
5999 else
6000
6001 wx_cv_use_ipv6='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
6002
6003 fi
6004
6005
6006 eval "$wx_cv_use_ipv6"
6007
6008 if test x"$enablestring" = xdisable; then
6009 if test $wxUSE_IPV6 = no; then
6010 result=yes
6011 else
6012 result=no
6013 fi
6014 else
6015 result=$wxUSE_IPV6
6016 fi
6017
6018 { echo "$as_me:$LINENO: result: $result" >&5
6019 echo "${ECHO_T}$result" >&6; }
6020
6021
6022 enablestring=
6023 defaultval=$wxUSE_ALL_FEATURES
6024 if test -z "$defaultval"; then
6025 if test x"$enablestring" = xdisable; then
6026 defaultval=yes
6027 else
6028 defaultval=no
6029 fi
6030 fi
6031
6032 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
6033 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6; }
6034 # Check whether --enable-ole was given.
6035 if test "${enable_ole+set}" = set; then
6036 enableval=$enable_ole;
6037 if test "$enableval" = yes; then
6038 wx_cv_use_ole='wxUSE_OLE=yes'
6039 else
6040 wx_cv_use_ole='wxUSE_OLE=no'
6041 fi
6042
6043 else
6044
6045 wx_cv_use_ole='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
6046
6047 fi
6048
6049
6050 eval "$wx_cv_use_ole"
6051
6052 if test x"$enablestring" = xdisable; then
6053 if test $wxUSE_OLE = no; then
6054 result=yes
6055 else
6056 result=no
6057 fi
6058 else
6059 result=$wxUSE_OLE
6060 fi
6061
6062 { echo "$as_me:$LINENO: result: $result" >&5
6063 echo "${ECHO_T}$result" >&6; }
6064
6065
6066 enablestring=
6067 defaultval=$wxUSE_ALL_FEATURES
6068 if test -z "$defaultval"; then
6069 if test x"$enablestring" = xdisable; then
6070 defaultval=yes
6071 else
6072 defaultval=no
6073 fi
6074 fi
6075
6076 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
6077 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6; }
6078 # Check whether --enable-dataobj was given.
6079 if test "${enable_dataobj+set}" = set; then
6080 enableval=$enable_dataobj;
6081 if test "$enableval" = yes; then
6082 wx_cv_use_dataobj='wxUSE_DATAOBJ=yes'
6083 else
6084 wx_cv_use_dataobj='wxUSE_DATAOBJ=no'
6085 fi
6086
6087 else
6088
6089 wx_cv_use_dataobj='wxUSE_DATAOBJ=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
6090
6091 fi
6092
6093
6094 eval "$wx_cv_use_dataobj"
6095
6096 if test x"$enablestring" = xdisable; then
6097 if test $wxUSE_DATAOBJ = no; then
6098 result=yes
6099 else
6100 result=no
6101 fi
6102 else
6103 result=$wxUSE_DATAOBJ
6104 fi
6105
6106 { echo "$as_me:$LINENO: result: $result" >&5
6107 echo "${ECHO_T}$result" >&6; }
6108
6109
6110
6111 enablestring=
6112 defaultval=$wxUSE_ALL_FEATURES
6113 if test -z "$defaultval"; then
6114 if test x"$enablestring" = xdisable; then
6115 defaultval=yes
6116 else
6117 defaultval=no
6118 fi
6119 fi
6120
6121 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
6122 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6; }
6123 # Check whether --enable-ipc was given.
6124 if test "${enable_ipc+set}" = set; then
6125 enableval=$enable_ipc;
6126 if test "$enableval" = yes; then
6127 wx_cv_use_ipc='wxUSE_IPC=yes'
6128 else
6129 wx_cv_use_ipc='wxUSE_IPC=no'
6130 fi
6131
6132 else
6133
6134 wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
6135
6136 fi
6137
6138
6139 eval "$wx_cv_use_ipc"
6140
6141 if test x"$enablestring" = xdisable; then
6142 if test $wxUSE_IPC = no; then
6143 result=yes
6144 else
6145 result=no
6146 fi
6147 else
6148 result=$wxUSE_IPC
6149 fi
6150
6151 { echo "$as_me:$LINENO: result: $result" >&5
6152 echo "${ECHO_T}$result" >&6; }
6153
6154
6155
6156 enablestring=
6157 defaultval=$wxUSE_ALL_FEATURES
6158 if test -z "$defaultval"; then
6159 if test x"$enablestring" = xdisable; then
6160 defaultval=yes
6161 else
6162 defaultval=no
6163 fi
6164 fi
6165
6166 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-baseevtloop" >&5
6167 echo $ECHO_N "checking for --${enablestring:-enable}-baseevtloop... $ECHO_C" >&6; }
6168 # Check whether --enable-baseevtloop was given.
6169 if test "${enable_baseevtloop+set}" = set; then
6170 enableval=$enable_baseevtloop;
6171 if test "$enableval" = yes; then
6172 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=yes'
6173 else
6174 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=no'
6175 fi
6176
6177 else
6178
6179 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
6180
6181 fi
6182
6183
6184 eval "$wx_cv_use_baseevtloop"
6185
6186 if test x"$enablestring" = xdisable; then
6187 if test $wxUSE_CONSOLE_EVENTLOOP = no; then
6188 result=yes
6189 else
6190 result=no
6191 fi
6192 else
6193 result=$wxUSE_CONSOLE_EVENTLOOP
6194 fi
6195
6196 { echo "$as_me:$LINENO: result: $result" >&5
6197 echo "${ECHO_T}$result" >&6; }
6198
6199
6200 enablestring=
6201 defaultval=$wxUSE_ALL_FEATURES
6202 if test -z "$defaultval"; then
6203 if test x"$enablestring" = xdisable; then
6204 defaultval=yes
6205 else
6206 defaultval=no
6207 fi
6208 fi
6209
6210 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-epollloop" >&5
6211 echo $ECHO_N "checking for --${enablestring:-enable}-epollloop... $ECHO_C" >&6; }
6212 # Check whether --enable-epollloop was given.
6213 if test "${enable_epollloop+set}" = set; then
6214 enableval=$enable_epollloop;
6215 if test "$enableval" = yes; then
6216 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=yes'
6217 else
6218 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=no'
6219 fi
6220
6221 else
6222
6223 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
6224
6225 fi
6226
6227
6228 eval "$wx_cv_use_epollloop"
6229
6230 if test x"$enablestring" = xdisable; then
6231 if test $wxUSE_EPOLL_DISPATCHER = no; then
6232 result=yes
6233 else
6234 result=no
6235 fi
6236 else
6237 result=$wxUSE_EPOLL_DISPATCHER
6238 fi
6239
6240 { echo "$as_me:$LINENO: result: $result" >&5
6241 echo "${ECHO_T}$result" >&6; }
6242
6243
6244 enablestring=
6245 defaultval=$wxUSE_ALL_FEATURES
6246 if test -z "$defaultval"; then
6247 if test x"$enablestring" = xdisable; then
6248 defaultval=yes
6249 else
6250 defaultval=no
6251 fi
6252 fi
6253
6254 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-selectloop" >&5
6255 echo $ECHO_N "checking for --${enablestring:-enable}-selectloop... $ECHO_C" >&6; }
6256 # Check whether --enable-selectloop was given.
6257 if test "${enable_selectloop+set}" = set; then
6258 enableval=$enable_selectloop;
6259 if test "$enableval" = yes; then
6260 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
6261 else
6262 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
6263 fi
6264
6265 else
6266
6267 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
6268
6269 fi
6270
6271
6272 eval "$wx_cv_use_selectloop"
6273
6274 if test x"$enablestring" = xdisable; then
6275 if test $wxUSE_SELECT_DISPATCHER = no; then
6276 result=yes
6277 else
6278 result=no
6279 fi
6280 else
6281 result=$wxUSE_SELECT_DISPATCHER
6282 fi
6283
6284 { echo "$as_me:$LINENO: result: $result" >&5
6285 echo "${ECHO_T}$result" >&6; }
6286
6287
6288
6289 enablestring=
6290 defaultval=$wxUSE_ALL_FEATURES
6291 if test -z "$defaultval"; then
6292 if test x"$enablestring" = xdisable; then
6293 defaultval=yes
6294 else
6295 defaultval=no
6296 fi
6297 fi
6298
6299 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-any" >&5
6300 echo $ECHO_N "checking for --${enablestring:-enable}-any... $ECHO_C" >&6; }
6301 # Check whether --enable-any was given.
6302 if test "${enable_any+set}" = set; then
6303 enableval=$enable_any;
6304 if test "$enableval" = yes; then
6305 wx_cv_use_any='wxUSE_ANY=yes'
6306 else
6307 wx_cv_use_any='wxUSE_ANY=no'
6308 fi
6309
6310 else
6311
6312 wx_cv_use_any='wxUSE_ANY=${'DEFAULT_wxUSE_ANY":-$defaultval}"
6313
6314 fi
6315
6316
6317 eval "$wx_cv_use_any"
6318
6319 if test x"$enablestring" = xdisable; then
6320 if test $wxUSE_ANY = no; then
6321 result=yes
6322 else
6323 result=no
6324 fi
6325 else
6326 result=$wxUSE_ANY
6327 fi
6328
6329 { echo "$as_me:$LINENO: result: $result" >&5
6330 echo "${ECHO_T}$result" >&6; }
6331
6332
6333 enablestring=
6334 defaultval=$wxUSE_ALL_FEATURES
6335 if test -z "$defaultval"; then
6336 if test x"$enablestring" = xdisable; then
6337 defaultval=yes
6338 else
6339 defaultval=no
6340 fi
6341 fi
6342
6343 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
6344 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6; }
6345 # Check whether --enable-apple_ieee was given.
6346 if test "${enable_apple_ieee+set}" = set; then
6347 enableval=$enable_apple_ieee;
6348 if test "$enableval" = yes; then
6349 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
6350 else
6351 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
6352 fi
6353
6354 else
6355
6356 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
6357
6358 fi
6359
6360
6361 eval "$wx_cv_use_apple_ieee"
6362
6363 if test x"$enablestring" = xdisable; then
6364 if test $wxUSE_APPLE_IEEE = no; then
6365 result=yes
6366 else
6367 result=no
6368 fi
6369 else
6370 result=$wxUSE_APPLE_IEEE
6371 fi
6372
6373 { echo "$as_me:$LINENO: result: $result" >&5
6374 echo "${ECHO_T}$result" >&6; }
6375
6376
6377 enablestring=
6378 defaultval=$wxUSE_ALL_FEATURES
6379 if test -z "$defaultval"; then
6380 if test x"$enablestring" = xdisable; then
6381 defaultval=yes
6382 else
6383 defaultval=no
6384 fi
6385 fi
6386
6387 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
6388 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6; }
6389 # Check whether --enable-arcstream was given.
6390 if test "${enable_arcstream+set}" = set; then
6391 enableval=$enable_arcstream;
6392 if test "$enableval" = yes; then
6393 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
6394 else
6395 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
6396 fi
6397
6398 else
6399
6400 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
6401
6402 fi
6403
6404
6405 eval "$wx_cv_use_arcstream"
6406
6407 if test x"$enablestring" = xdisable; then
6408 if test $wxUSE_ARCHIVE_STREAMS = no; then
6409 result=yes
6410 else
6411 result=no
6412 fi
6413 else
6414 result=$wxUSE_ARCHIVE_STREAMS
6415 fi
6416
6417 { echo "$as_me:$LINENO: result: $result" >&5
6418 echo "${ECHO_T}$result" >&6; }
6419
6420
6421 enablestring=
6422 defaultval=$wxUSE_ALL_FEATURES
6423 if test -z "$defaultval"; then
6424 if test x"$enablestring" = xdisable; then
6425 defaultval=yes
6426 else
6427 defaultval=no
6428 fi
6429 fi
6430
6431 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-base64" >&5
6432 echo $ECHO_N "checking for --${enablestring:-enable}-base64... $ECHO_C" >&6; }
6433 # Check whether --enable-base64 was given.
6434 if test "${enable_base64+set}" = set; then
6435 enableval=$enable_base64;
6436 if test "$enableval" = yes; then
6437 wx_cv_use_base64='wxUSE_BASE64=yes'
6438 else
6439 wx_cv_use_base64='wxUSE_BASE64=no'
6440 fi
6441
6442 else
6443
6444 wx_cv_use_base64='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
6445
6446 fi
6447
6448
6449 eval "$wx_cv_use_base64"
6450
6451 if test x"$enablestring" = xdisable; then
6452 if test $wxUSE_BASE64 = no; then
6453 result=yes
6454 else
6455 result=no
6456 fi
6457 else
6458 result=$wxUSE_BASE64
6459 fi
6460
6461 { echo "$as_me:$LINENO: result: $result" >&5
6462 echo "${ECHO_T}$result" >&6; }
6463
6464
6465 enablestring=
6466 defaultval=$wxUSE_ALL_FEATURES
6467 if test -z "$defaultval"; then
6468 if test x"$enablestring" = xdisable; then
6469 defaultval=yes
6470 else
6471 defaultval=no
6472 fi
6473 fi
6474
6475 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
6476 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6; }
6477 # Check whether --enable-backtrace was given.
6478 if test "${enable_backtrace+set}" = set; then
6479 enableval=$enable_backtrace;
6480 if test "$enableval" = yes; then
6481 wx_cv_use_backtrace='wxUSE_STACKWALKER=yes'
6482 else
6483 wx_cv_use_backtrace='wxUSE_STACKWALKER=no'
6484 fi
6485
6486 else
6487
6488 wx_cv_use_backtrace='wxUSE_STACKWALKER=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
6489
6490 fi
6491
6492
6493 eval "$wx_cv_use_backtrace"
6494
6495 if test x"$enablestring" = xdisable; then
6496 if test $wxUSE_STACKWALKER = no; then
6497 result=yes
6498 else
6499 result=no
6500 fi
6501 else
6502 result=$wxUSE_STACKWALKER
6503 fi
6504
6505 { echo "$as_me:$LINENO: result: $result" >&5
6506 echo "${ECHO_T}$result" >&6; }
6507
6508
6509 enablestring=
6510 defaultval=$wxUSE_ALL_FEATURES
6511 if test -z "$defaultval"; then
6512 if test x"$enablestring" = xdisable; then
6513 defaultval=yes
6514 else
6515 defaultval=no
6516 fi
6517 fi
6518
6519 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
6520 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6; }
6521 # Check whether --enable-catch_segvs was given.
6522 if test "${enable_catch_segvs+set}" = set; then
6523 enableval=$enable_catch_segvs;
6524 if test "$enableval" = yes; then
6525 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
6526 else
6527 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
6528 fi
6529
6530 else
6531
6532 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
6533
6534 fi
6535
6536
6537 eval "$wx_cv_use_catch_segvs"
6538
6539 if test x"$enablestring" = xdisable; then
6540 if test $wxUSE_ON_FATAL_EXCEPTION = no; then
6541 result=yes
6542 else
6543 result=no
6544 fi
6545 else
6546 result=$wxUSE_ON_FATAL_EXCEPTION
6547 fi
6548
6549 { echo "$as_me:$LINENO: result: $result" >&5
6550 echo "${ECHO_T}$result" >&6; }
6551
6552
6553 enablestring=
6554 defaultval=$wxUSE_ALL_FEATURES
6555 if test -z "$defaultval"; then
6556 if test x"$enablestring" = xdisable; then
6557 defaultval=yes
6558 else
6559 defaultval=no
6560 fi
6561 fi
6562
6563 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
6564 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6; }
6565 # Check whether --enable-cmdline was given.
6566 if test "${enable_cmdline+set}" = set; then
6567 enableval=$enable_cmdline;
6568 if test "$enableval" = yes; then
6569 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
6570 else
6571 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
6572 fi
6573
6574 else
6575
6576 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
6577
6578 fi
6579
6580
6581 eval "$wx_cv_use_cmdline"
6582
6583 if test x"$enablestring" = xdisable; then
6584 if test $wxUSE_CMDLINE_PARSER = no; then
6585 result=yes
6586 else
6587 result=no
6588 fi
6589 else
6590 result=$wxUSE_CMDLINE_PARSER
6591 fi
6592
6593 { echo "$as_me:$LINENO: result: $result" >&5
6594 echo "${ECHO_T}$result" >&6; }
6595
6596
6597 enablestring=
6598 defaultval=$wxUSE_ALL_FEATURES
6599 if test -z "$defaultval"; then
6600 if test x"$enablestring" = xdisable; then
6601 defaultval=yes
6602 else
6603 defaultval=no
6604 fi
6605 fi
6606
6607 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
6608 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6; }
6609 # Check whether --enable-datetime was given.
6610 if test "${enable_datetime+set}" = set; then
6611 enableval=$enable_datetime;
6612 if test "$enableval" = yes; then
6613 wx_cv_use_datetime='wxUSE_DATETIME=yes'
6614 else
6615 wx_cv_use_datetime='wxUSE_DATETIME=no'
6616 fi
6617
6618 else
6619
6620 wx_cv_use_datetime='wxUSE_DATETIME=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
6621
6622 fi
6623
6624
6625 eval "$wx_cv_use_datetime"
6626
6627 if test x"$enablestring" = xdisable; then
6628 if test $wxUSE_DATETIME = no; then
6629 result=yes
6630 else
6631 result=no
6632 fi
6633 else
6634 result=$wxUSE_DATETIME
6635 fi
6636
6637 { echo "$as_me:$LINENO: result: $result" >&5
6638 echo "${ECHO_T}$result" >&6; }
6639
6640
6641 enablestring=
6642 defaultval=$wxUSE_ALL_FEATURES
6643 if test -z "$defaultval"; then
6644 if test x"$enablestring" = xdisable; then
6645 defaultval=yes
6646 else
6647 defaultval=no
6648 fi
6649 fi
6650
6651 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
6652 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6; }
6653 # Check whether --enable-debugreport was given.
6654 if test "${enable_debugreport+set}" = set; then
6655 enableval=$enable_debugreport;
6656 if test "$enableval" = yes; then
6657 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
6658 else
6659 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
6660 fi
6661
6662 else
6663
6664 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
6665
6666 fi
6667
6668
6669 eval "$wx_cv_use_debugreport"
6670
6671 if test x"$enablestring" = xdisable; then
6672 if test $wxUSE_DEBUGREPORT = no; then
6673 result=yes
6674 else
6675 result=no
6676 fi
6677 else
6678 result=$wxUSE_DEBUGREPORT
6679 fi
6680
6681 { echo "$as_me:$LINENO: result: $result" >&5
6682 echo "${ECHO_T}$result" >&6; }
6683
6684
6685 enablestring=
6686 defaultval=$wxUSE_ALL_FEATURES
6687 if test -z "$defaultval"; then
6688 if test x"$enablestring" = xdisable; then
6689 defaultval=yes
6690 else
6691 defaultval=no
6692 fi
6693 fi
6694
6695 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
6696 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6; }
6697 # Check whether --enable-dialupman was given.
6698 if test "${enable_dialupman+set}" = set; then
6699 enableval=$enable_dialupman;
6700 if test "$enableval" = yes; then
6701 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
6702 else
6703 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
6704 fi
6705
6706 else
6707
6708 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
6709
6710 fi
6711
6712
6713 eval "$wx_cv_use_dialupman"
6714
6715 if test x"$enablestring" = xdisable; then
6716 if test $wxUSE_DIALUP_MANAGER = no; then
6717 result=yes
6718 else
6719 result=no
6720 fi
6721 else
6722 result=$wxUSE_DIALUP_MANAGER
6723 fi
6724
6725 { echo "$as_me:$LINENO: result: $result" >&5
6726 echo "${ECHO_T}$result" >&6; }
6727
6728
6729 enablestring=
6730 defaultval=$wxUSE_ALL_FEATURES
6731 if test -z "$defaultval"; then
6732 if test x"$enablestring" = xdisable; then
6733 defaultval=yes
6734 else
6735 defaultval=no
6736 fi
6737 fi
6738
6739 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
6740 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6; }
6741 # Check whether --enable-dynlib was given.
6742 if test "${enable_dynlib+set}" = set; then
6743 enableval=$enable_dynlib;
6744 if test "$enableval" = yes; then
6745 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
6746 else
6747 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
6748 fi
6749
6750 else
6751
6752 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
6753
6754 fi
6755
6756
6757 eval "$wx_cv_use_dynlib"
6758
6759 if test x"$enablestring" = xdisable; then
6760 if test $wxUSE_DYNLIB_CLASS = no; then
6761 result=yes
6762 else
6763 result=no
6764 fi
6765 else
6766 result=$wxUSE_DYNLIB_CLASS
6767 fi
6768
6769 { echo "$as_me:$LINENO: result: $result" >&5
6770 echo "${ECHO_T}$result" >&6; }
6771
6772
6773 enablestring=
6774 defaultval=$wxUSE_ALL_FEATURES
6775 if test -z "$defaultval"; then
6776 if test x"$enablestring" = xdisable; then
6777 defaultval=yes
6778 else
6779 defaultval=no
6780 fi
6781 fi
6782
6783 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
6784 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6; }
6785 # Check whether --enable-dynamicloader was given.
6786 if test "${enable_dynamicloader+set}" = set; then
6787 enableval=$enable_dynamicloader;
6788 if test "$enableval" = yes; then
6789 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
6790 else
6791 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
6792 fi
6793
6794 else
6795
6796 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
6797
6798 fi
6799
6800
6801 eval "$wx_cv_use_dynamicloader"
6802
6803 if test x"$enablestring" = xdisable; then
6804 if test $wxUSE_DYNAMIC_LOADER = no; then
6805 result=yes
6806 else
6807 result=no
6808 fi
6809 else
6810 result=$wxUSE_DYNAMIC_LOADER
6811 fi
6812
6813 { echo "$as_me:$LINENO: result: $result" >&5
6814 echo "${ECHO_T}$result" >&6; }
6815
6816
6817 enablestring=
6818 defaultval=$wxUSE_ALL_FEATURES
6819 if test -z "$defaultval"; then
6820 if test x"$enablestring" = xdisable; then
6821 defaultval=yes
6822 else
6823 defaultval=no
6824 fi
6825 fi
6826
6827 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
6828 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6; }
6829 # Check whether --enable-exceptions was given.
6830 if test "${enable_exceptions+set}" = set; then
6831 enableval=$enable_exceptions;
6832 if test "$enableval" = yes; then
6833 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
6834 else
6835 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
6836 fi
6837
6838 else
6839
6840 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
6841
6842 fi
6843
6844
6845 eval "$wx_cv_use_exceptions"
6846
6847 if test x"$enablestring" = xdisable; then
6848 if test $wxUSE_EXCEPTIONS = no; then
6849 result=yes
6850 else
6851 result=no
6852 fi
6853 else
6854 result=$wxUSE_EXCEPTIONS
6855 fi
6856
6857 { echo "$as_me:$LINENO: result: $result" >&5
6858 echo "${ECHO_T}$result" >&6; }
6859
6860
6861 enablestring=
6862 defaultval=$wxUSE_ALL_FEATURES
6863 if test -z "$defaultval"; then
6864 if test x"$enablestring" = xdisable; then
6865 defaultval=yes
6866 else
6867 defaultval=no
6868 fi
6869 fi
6870
6871 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
6872 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6; }
6873 # Check whether --enable-ffile was given.
6874 if test "${enable_ffile+set}" = set; then
6875 enableval=$enable_ffile;
6876 if test "$enableval" = yes; then
6877 wx_cv_use_ffile='wxUSE_FFILE=yes'
6878 else
6879 wx_cv_use_ffile='wxUSE_FFILE=no'
6880 fi
6881
6882 else
6883
6884 wx_cv_use_ffile='wxUSE_FFILE=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
6885
6886 fi
6887
6888
6889 eval "$wx_cv_use_ffile"
6890
6891 if test x"$enablestring" = xdisable; then
6892 if test $wxUSE_FFILE = no; then
6893 result=yes
6894 else
6895 result=no
6896 fi
6897 else
6898 result=$wxUSE_FFILE
6899 fi
6900
6901 { echo "$as_me:$LINENO: result: $result" >&5
6902 echo "${ECHO_T}$result" >&6; }
6903
6904
6905 enablestring=
6906 defaultval=$wxUSE_ALL_FEATURES
6907 if test -z "$defaultval"; then
6908 if test x"$enablestring" = xdisable; then
6909 defaultval=yes
6910 else
6911 defaultval=no
6912 fi
6913 fi
6914
6915 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
6916 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6; }
6917 # Check whether --enable-file was given.
6918 if test "${enable_file+set}" = set; then
6919 enableval=$enable_file;
6920 if test "$enableval" = yes; then
6921 wx_cv_use_file='wxUSE_FILE=yes'
6922 else
6923 wx_cv_use_file='wxUSE_FILE=no'
6924 fi
6925
6926 else
6927
6928 wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
6929
6930 fi
6931
6932
6933 eval "$wx_cv_use_file"
6934
6935 if test x"$enablestring" = xdisable; then
6936 if test $wxUSE_FILE = no; then
6937 result=yes
6938 else
6939 result=no
6940 fi
6941 else
6942 result=$wxUSE_FILE
6943 fi
6944
6945 { echo "$as_me:$LINENO: result: $result" >&5
6946 echo "${ECHO_T}$result" >&6; }
6947
6948
6949 enablestring=
6950 defaultval=$wxUSE_ALL_FEATURES
6951 if test -z "$defaultval"; then
6952 if test x"$enablestring" = xdisable; then
6953 defaultval=yes
6954 else
6955 defaultval=no
6956 fi
6957 fi
6958
6959 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
6960 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6; }
6961 # Check whether --enable-filesystem was given.
6962 if test "${enable_filesystem+set}" = set; then
6963 enableval=$enable_filesystem;
6964 if test "$enableval" = yes; then
6965 wx_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
6966 else
6967 wx_cv_use_filesystem='wxUSE_FILESYSTEM=no'
6968 fi
6969
6970 else
6971
6972 wx_cv_use_filesystem='wxUSE_FILESYSTEM=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
6973
6974 fi
6975
6976
6977 eval "$wx_cv_use_filesystem"
6978
6979 if test x"$enablestring" = xdisable; then
6980 if test $wxUSE_FILESYSTEM = no; then
6981 result=yes
6982 else
6983 result=no
6984 fi
6985 else
6986 result=$wxUSE_FILESYSTEM
6987 fi
6988
6989 { echo "$as_me:$LINENO: result: $result" >&5
6990 echo "${ECHO_T}$result" >&6; }
6991
6992
6993 enablestring=
6994 defaultval=$wxUSE_ALL_FEATURES
6995 if test -z "$defaultval"; then
6996 if test x"$enablestring" = xdisable; then
6997 defaultval=yes
6998 else
6999 defaultval=no
7000 fi
7001 fi
7002
7003 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontenum" >&5
7004 echo $ECHO_N "checking for --${enablestring:-enable}-fontenum... $ECHO_C" >&6; }
7005 # Check whether --enable-fontenum was given.
7006 if test "${enable_fontenum+set}" = set; then
7007 enableval=$enable_fontenum;
7008 if test "$enableval" = yes; then
7009 wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
7010 else
7011 wx_cv_use_fontenum='wxUSE_FONTENUM=no'
7012 fi
7013
7014 else
7015
7016 wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
7017
7018 fi
7019
7020
7021 eval "$wx_cv_use_fontenum"
7022
7023 if test x"$enablestring" = xdisable; then
7024 if test $wxUSE_FONTENUM = no; then
7025 result=yes
7026 else
7027 result=no
7028 fi
7029 else
7030 result=$wxUSE_FONTENUM
7031 fi
7032
7033 { echo "$as_me:$LINENO: result: $result" >&5
7034 echo "${ECHO_T}$result" >&6; }
7035
7036
7037 enablestring=
7038 defaultval=$wxUSE_ALL_FEATURES
7039 if test -z "$defaultval"; then
7040 if test x"$enablestring" = xdisable; then
7041 defaultval=yes
7042 else
7043 defaultval=no
7044 fi
7045 fi
7046
7047 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
7048 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6; }
7049 # Check whether --enable-fontmap was given.
7050 if test "${enable_fontmap+set}" = set; then
7051 enableval=$enable_fontmap;
7052 if test "$enableval" = yes; then
7053 wx_cv_use_fontmap='wxUSE_FONTMAP=yes'
7054 else
7055 wx_cv_use_fontmap='wxUSE_FONTMAP=no'
7056 fi
7057
7058 else
7059
7060 wx_cv_use_fontmap='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
7061
7062 fi
7063
7064
7065 eval "$wx_cv_use_fontmap"
7066
7067 if test x"$enablestring" = xdisable; then
7068 if test $wxUSE_FONTMAP = no; then
7069 result=yes
7070 else
7071 result=no
7072 fi
7073 else
7074 result=$wxUSE_FONTMAP
7075 fi
7076
7077 { echo "$as_me:$LINENO: result: $result" >&5
7078 echo "${ECHO_T}$result" >&6; }
7079
7080
7081 enablestring=
7082 defaultval=$wxUSE_ALL_FEATURES
7083 if test -z "$defaultval"; then
7084 if test x"$enablestring" = xdisable; then
7085 defaultval=yes
7086 else
7087 defaultval=no
7088 fi
7089 fi
7090
7091 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_archive" >&5
7092 echo $ECHO_N "checking for --${enablestring:-enable}-fs_archive... $ECHO_C" >&6; }
7093 # Check whether --enable-fs_archive was given.
7094 if test "${enable_fs_archive+set}" = set; then
7095 enableval=$enable_fs_archive;
7096 if test "$enableval" = yes; then
7097 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=yes'
7098 else
7099 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=no'
7100 fi
7101
7102 else
7103
7104 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
7105
7106 fi
7107
7108
7109 eval "$wx_cv_use_fs_archive"
7110
7111 if test x"$enablestring" = xdisable; then
7112 if test $wxUSE_FS_ARCHIVE = no; then
7113 result=yes
7114 else
7115 result=no
7116 fi
7117 else
7118 result=$wxUSE_FS_ARCHIVE
7119 fi
7120
7121 { echo "$as_me:$LINENO: result: $result" >&5
7122 echo "${ECHO_T}$result" >&6; }
7123
7124
7125 enablestring=
7126 defaultval=$wxUSE_ALL_FEATURES
7127 if test -z "$defaultval"; then
7128 if test x"$enablestring" = xdisable; then
7129 defaultval=yes
7130 else
7131 defaultval=no
7132 fi
7133 fi
7134
7135 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
7136 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6; }
7137 # Check whether --enable-fs_inet was given.
7138 if test "${enable_fs_inet+set}" = set; then
7139 enableval=$enable_fs_inet;
7140 if test "$enableval" = yes; then
7141 wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
7142 else
7143 wx_cv_use_fs_inet='wxUSE_FS_INET=no'
7144 fi
7145
7146 else
7147
7148 wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
7149
7150 fi
7151
7152
7153 eval "$wx_cv_use_fs_inet"
7154
7155 if test x"$enablestring" = xdisable; then
7156 if test $wxUSE_FS_INET = no; then
7157 result=yes
7158 else
7159 result=no
7160 fi
7161 else
7162 result=$wxUSE_FS_INET
7163 fi
7164
7165 { echo "$as_me:$LINENO: result: $result" >&5
7166 echo "${ECHO_T}$result" >&6; }
7167
7168
7169 enablestring=
7170 defaultval=$wxUSE_ALL_FEATURES
7171 if test -z "$defaultval"; then
7172 if test x"$enablestring" = xdisable; then
7173 defaultval=yes
7174 else
7175 defaultval=no
7176 fi
7177 fi
7178
7179 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
7180 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6; }
7181 # Check whether --enable-fs_zip was given.
7182 if test "${enable_fs_zip+set}" = set; then
7183 enableval=$enable_fs_zip;
7184 if test "$enableval" = yes; then
7185 wx_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
7186 else
7187 wx_cv_use_fs_zip='wxUSE_FS_ZIP=no'
7188 fi
7189
7190 else
7191
7192 wx_cv_use_fs_zip='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
7193
7194 fi
7195
7196
7197 eval "$wx_cv_use_fs_zip"
7198
7199 if test x"$enablestring" = xdisable; then
7200 if test $wxUSE_FS_ZIP = no; then
7201 result=yes
7202 else
7203 result=no
7204 fi
7205 else
7206 result=$wxUSE_FS_ZIP
7207 fi
7208
7209 { echo "$as_me:$LINENO: result: $result" >&5
7210 echo "${ECHO_T}$result" >&6; }
7211
7212
7213 enablestring=
7214 defaultval=$wxUSE_ALL_FEATURES
7215 if test -z "$defaultval"; then
7216 if test x"$enablestring" = xdisable; then
7217 defaultval=yes
7218 else
7219 defaultval=no
7220 fi
7221 fi
7222
7223 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
7224 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6; }
7225 # Check whether --enable-geometry was given.
7226 if test "${enable_geometry+set}" = set; then
7227 enableval=$enable_geometry;
7228 if test "$enableval" = yes; then
7229 wx_cv_use_geometry='wxUSE_GEOMETRY=yes'
7230 else
7231 wx_cv_use_geometry='wxUSE_GEOMETRY=no'
7232 fi
7233
7234 else
7235
7236 wx_cv_use_geometry='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
7237
7238 fi
7239
7240
7241 eval "$wx_cv_use_geometry"
7242
7243 if test x"$enablestring" = xdisable; then
7244 if test $wxUSE_GEOMETRY = no; then
7245 result=yes
7246 else
7247 result=no
7248 fi
7249 else
7250 result=$wxUSE_GEOMETRY
7251 fi
7252
7253 { echo "$as_me:$LINENO: result: $result" >&5
7254 echo "${ECHO_T}$result" >&6; }
7255
7256
7257 enablestring=
7258 defaultval=$wxUSE_ALL_FEATURES
7259 if test -z "$defaultval"; then
7260 if test x"$enablestring" = xdisable; then
7261 defaultval=yes
7262 else
7263 defaultval=no
7264 fi
7265 fi
7266
7267 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
7268 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6; }
7269 # Check whether --enable-log was given.
7270 if test "${enable_log+set}" = set; then
7271 enableval=$enable_log;
7272 if test "$enableval" = yes; then
7273 wx_cv_use_log='wxUSE_LOG=yes'
7274 else
7275 wx_cv_use_log='wxUSE_LOG=no'
7276 fi
7277
7278 else
7279
7280 wx_cv_use_log='wxUSE_LOG=${'DEFAULT_wxUSE_LOG":-$defaultval}"
7281
7282 fi
7283
7284
7285 eval "$wx_cv_use_log"
7286
7287 if test x"$enablestring" = xdisable; then
7288 if test $wxUSE_LOG = no; then
7289 result=yes
7290 else
7291 result=no
7292 fi
7293 else
7294 result=$wxUSE_LOG
7295 fi
7296
7297 { echo "$as_me:$LINENO: result: $result" >&5
7298 echo "${ECHO_T}$result" >&6; }
7299
7300
7301 enablestring=
7302 defaultval=$wxUSE_ALL_FEATURES
7303 if test -z "$defaultval"; then
7304 if test x"$enablestring" = xdisable; then
7305 defaultval=yes
7306 else
7307 defaultval=no
7308 fi
7309 fi
7310
7311 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
7312 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6; }
7313 # Check whether --enable-longlong was given.
7314 if test "${enable_longlong+set}" = set; then
7315 enableval=$enable_longlong;
7316 if test "$enableval" = yes; then
7317 wx_cv_use_longlong='wxUSE_LONGLONG=yes'
7318 else
7319 wx_cv_use_longlong='wxUSE_LONGLONG=no'
7320 fi
7321
7322 else
7323
7324 wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
7325
7326 fi
7327
7328
7329 eval "$wx_cv_use_longlong"
7330
7331 if test x"$enablestring" = xdisable; then
7332 if test $wxUSE_LONGLONG = no; then
7333 result=yes
7334 else
7335 result=no
7336 fi
7337 else
7338 result=$wxUSE_LONGLONG
7339 fi
7340
7341 { echo "$as_me:$LINENO: result: $result" >&5
7342 echo "${ECHO_T}$result" >&6; }
7343
7344
7345 enablestring=
7346 defaultval=$wxUSE_ALL_FEATURES
7347 if test -z "$defaultval"; then
7348 if test x"$enablestring" = xdisable; then
7349 defaultval=yes
7350 else
7351 defaultval=no
7352 fi
7353 fi
7354
7355 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
7356 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6; }
7357 # Check whether --enable-mimetype was given.
7358 if test "${enable_mimetype+set}" = set; then
7359 enableval=$enable_mimetype;
7360 if test "$enableval" = yes; then
7361 wx_cv_use_mimetype='wxUSE_MIMETYPE=yes'
7362 else
7363 wx_cv_use_mimetype='wxUSE_MIMETYPE=no'
7364 fi
7365
7366 else
7367
7368 wx_cv_use_mimetype='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
7369
7370 fi
7371
7372
7373 eval "$wx_cv_use_mimetype"
7374
7375 if test x"$enablestring" = xdisable; then
7376 if test $wxUSE_MIMETYPE = no; then
7377 result=yes
7378 else
7379 result=no
7380 fi
7381 else
7382 result=$wxUSE_MIMETYPE
7383 fi
7384
7385 { echo "$as_me:$LINENO: result: $result" >&5
7386 echo "${ECHO_T}$result" >&6; }
7387
7388
7389 enablestring=
7390 defaultval=$wxUSE_ALL_FEATURES
7391 if test -z "$defaultval"; then
7392 if test x"$enablestring" = xdisable; then
7393 defaultval=yes
7394 else
7395 defaultval=no
7396 fi
7397 fi
7398
7399 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printfposparam" >&5
7400 echo $ECHO_N "checking for --${enablestring:-enable}-printfposparam... $ECHO_C" >&6; }
7401 # Check whether --enable-printfposparam was given.
7402 if test "${enable_printfposparam+set}" = set; then
7403 enableval=$enable_printfposparam;
7404 if test "$enableval" = yes; then
7405 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=yes'
7406 else
7407 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=no'
7408 fi
7409
7410 else
7411
7412 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
7413
7414 fi
7415
7416
7417 eval "$wx_cv_use_printfposparam"
7418
7419 if test x"$enablestring" = xdisable; then
7420 if test $wxUSE_PRINTF_POS_PARAMS = no; then
7421 result=yes
7422 else
7423 result=no
7424 fi
7425 else
7426 result=$wxUSE_PRINTF_POS_PARAMS
7427 fi
7428
7429 { echo "$as_me:$LINENO: result: $result" >&5
7430 echo "${ECHO_T}$result" >&6; }
7431
7432
7433 enablestring=
7434 defaultval=$wxUSE_ALL_FEATURES
7435 if test -z "$defaultval"; then
7436 if test x"$enablestring" = xdisable; then
7437 defaultval=yes
7438 else
7439 defaultval=no
7440 fi
7441 fi
7442
7443 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
7444 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6; }
7445 # Check whether --enable-snglinst was given.
7446 if test "${enable_snglinst+set}" = set; then
7447 enableval=$enable_snglinst;
7448 if test "$enableval" = yes; then
7449 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
7450 else
7451 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
7452 fi
7453
7454 else
7455
7456 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
7457
7458 fi
7459
7460
7461 eval "$wx_cv_use_snglinst"
7462
7463 if test x"$enablestring" = xdisable; then
7464 if test $wxUSE_SNGLINST_CHECKER = no; then
7465 result=yes
7466 else
7467 result=no
7468 fi
7469 else
7470 result=$wxUSE_SNGLINST_CHECKER
7471 fi
7472
7473 { echo "$as_me:$LINENO: result: $result" >&5
7474 echo "${ECHO_T}$result" >&6; }
7475
7476
7477 enablestring=
7478 defaultval=$wxUSE_ALL_FEATURES
7479 if test -z "$defaultval"; then
7480 if test x"$enablestring" = xdisable; then
7481 defaultval=yes
7482 else
7483 defaultval=no
7484 fi
7485 fi
7486
7487 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
7488 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6; }
7489 # Check whether --enable-sound was given.
7490 if test "${enable_sound+set}" = set; then
7491 enableval=$enable_sound;
7492 if test "$enableval" = yes; then
7493 wx_cv_use_sound='wxUSE_SOUND=yes'
7494 else
7495 wx_cv_use_sound='wxUSE_SOUND=no'
7496 fi
7497
7498 else
7499
7500 wx_cv_use_sound='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
7501
7502 fi
7503
7504
7505 eval "$wx_cv_use_sound"
7506
7507 if test x"$enablestring" = xdisable; then
7508 if test $wxUSE_SOUND = no; then
7509 result=yes
7510 else
7511 result=no
7512 fi
7513 else
7514 result=$wxUSE_SOUND
7515 fi
7516
7517 { echo "$as_me:$LINENO: result: $result" >&5
7518 echo "${ECHO_T}$result" >&6; }
7519
7520
7521 enablestring=
7522 defaultval=$wxUSE_ALL_FEATURES
7523 if test -z "$defaultval"; then
7524 if test x"$enablestring" = xdisable; then
7525 defaultval=yes
7526 else
7527 defaultval=no
7528 fi
7529 fi
7530
7531 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
7532 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6; }
7533 # Check whether --enable-stdpaths was given.
7534 if test "${enable_stdpaths+set}" = set; then
7535 enableval=$enable_stdpaths;
7536 if test "$enableval" = yes; then
7537 wx_cv_use_stdpaths='wxUSE_STDPATHS=yes'
7538 else
7539 wx_cv_use_stdpaths='wxUSE_STDPATHS=no'
7540 fi
7541
7542 else
7543
7544 wx_cv_use_stdpaths='wxUSE_STDPATHS=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
7545
7546 fi
7547
7548
7549 eval "$wx_cv_use_stdpaths"
7550
7551 if test x"$enablestring" = xdisable; then
7552 if test $wxUSE_STDPATHS = no; then
7553 result=yes
7554 else
7555 result=no
7556 fi
7557 else
7558 result=$wxUSE_STDPATHS
7559 fi
7560
7561 { echo "$as_me:$LINENO: result: $result" >&5
7562 echo "${ECHO_T}$result" >&6; }
7563
7564
7565 enablestring=
7566 defaultval=$wxUSE_ALL_FEATURES
7567 if test -z "$defaultval"; then
7568 if test x"$enablestring" = xdisable; then
7569 defaultval=yes
7570 else
7571 defaultval=no
7572 fi
7573 fi
7574
7575 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
7576 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6; }
7577 # Check whether --enable-stopwatch was given.
7578 if test "${enable_stopwatch+set}" = set; then
7579 enableval=$enable_stopwatch;
7580 if test "$enableval" = yes; then
7581 wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
7582 else
7583 wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
7584 fi
7585
7586 else
7587
7588 wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
7589
7590 fi
7591
7592
7593 eval "$wx_cv_use_stopwatch"
7594
7595 if test x"$enablestring" = xdisable; then
7596 if test $wxUSE_STOPWATCH = no; then
7597 result=yes
7598 else
7599 result=no
7600 fi
7601 else
7602 result=$wxUSE_STOPWATCH
7603 fi
7604
7605 { echo "$as_me:$LINENO: result: $result" >&5
7606 echo "${ECHO_T}$result" >&6; }
7607
7608
7609 enablestring=
7610 defaultval=$wxUSE_ALL_FEATURES
7611 if test -z "$defaultval"; then
7612 if test x"$enablestring" = xdisable; then
7613 defaultval=yes
7614 else
7615 defaultval=no
7616 fi
7617 fi
7618
7619 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
7620 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6; }
7621 # Check whether --enable-streams was given.
7622 if test "${enable_streams+set}" = set; then
7623 enableval=$enable_streams;
7624 if test "$enableval" = yes; then
7625 wx_cv_use_streams='wxUSE_STREAMS=yes'
7626 else
7627 wx_cv_use_streams='wxUSE_STREAMS=no'
7628 fi
7629
7630 else
7631
7632 wx_cv_use_streams='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
7633
7634 fi
7635
7636
7637 eval "$wx_cv_use_streams"
7638
7639 if test x"$enablestring" = xdisable; then
7640 if test $wxUSE_STREAMS = no; then
7641 result=yes
7642 else
7643 result=no
7644 fi
7645 else
7646 result=$wxUSE_STREAMS
7647 fi
7648
7649 { echo "$as_me:$LINENO: result: $result" >&5
7650 echo "${ECHO_T}$result" >&6; }
7651
7652
7653 enablestring=
7654 defaultval=$wxUSE_ALL_FEATURES
7655 if test -z "$defaultval"; then
7656 if test x"$enablestring" = xdisable; then
7657 defaultval=yes
7658 else
7659 defaultval=no
7660 fi
7661 fi
7662
7663 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
7664 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6; }
7665 # Check whether --enable-system_options was given.
7666 if test "${enable_system_options+set}" = set; then
7667 enableval=$enable_system_options;
7668 if test "$enableval" = yes; then
7669 wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
7670 else
7671 wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
7672 fi
7673
7674 else
7675
7676 wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
7677
7678 fi
7679
7680
7681 eval "$wx_cv_use_system_options"
7682
7683 if test x"$enablestring" = xdisable; then
7684 if test $wxUSE_SYSTEM_OPTIONS = no; then
7685 result=yes
7686 else
7687 result=no
7688 fi
7689 else
7690 result=$wxUSE_SYSTEM_OPTIONS
7691 fi
7692
7693 { echo "$as_me:$LINENO: result: $result" >&5
7694 echo "${ECHO_T}$result" >&6; }
7695
7696
7697 enablestring=
7698 defaultval=$wxUSE_ALL_FEATURES
7699 if test -z "$defaultval"; then
7700 if test x"$enablestring" = xdisable; then
7701 defaultval=yes
7702 else
7703 defaultval=no
7704 fi
7705 fi
7706
7707 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tarstream" >&5
7708 echo $ECHO_N "checking for --${enablestring:-enable}-tarstream... $ECHO_C" >&6; }
7709 # Check whether --enable-tarstream was given.
7710 if test "${enable_tarstream+set}" = set; then
7711 enableval=$enable_tarstream;
7712 if test "$enableval" = yes; then
7713 wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
7714 else
7715 wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
7716 fi
7717
7718 else
7719
7720 wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
7721
7722 fi
7723
7724
7725 eval "$wx_cv_use_tarstream"
7726
7727 if test x"$enablestring" = xdisable; then
7728 if test $wxUSE_TARSTREAM = no; then
7729 result=yes
7730 else
7731 result=no
7732 fi
7733 else
7734 result=$wxUSE_TARSTREAM
7735 fi
7736
7737 { echo "$as_me:$LINENO: result: $result" >&5
7738 echo "${ECHO_T}$result" >&6; }
7739
7740
7741 enablestring=
7742 defaultval=$wxUSE_ALL_FEATURES
7743 if test -z "$defaultval"; then
7744 if test x"$enablestring" = xdisable; then
7745 defaultval=yes
7746 else
7747 defaultval=no
7748 fi
7749 fi
7750
7751 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
7752 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6; }
7753 # Check whether --enable-textbuf was given.
7754 if test "${enable_textbuf+set}" = set; then
7755 enableval=$enable_textbuf;
7756 if test "$enableval" = yes; then
7757 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
7758 else
7759 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
7760 fi
7761
7762 else
7763
7764 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
7765
7766 fi
7767
7768
7769 eval "$wx_cv_use_textbuf"
7770
7771 if test x"$enablestring" = xdisable; then
7772 if test $wxUSE_TEXTBUFFER = no; then
7773 result=yes
7774 else
7775 result=no
7776 fi
7777 else
7778 result=$wxUSE_TEXTBUFFER
7779 fi
7780
7781 { echo "$as_me:$LINENO: result: $result" >&5
7782 echo "${ECHO_T}$result" >&6; }
7783
7784
7785 enablestring=
7786 defaultval=$wxUSE_ALL_FEATURES
7787 if test -z "$defaultval"; then
7788 if test x"$enablestring" = xdisable; then
7789 defaultval=yes
7790 else
7791 defaultval=no
7792 fi
7793 fi
7794
7795 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
7796 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6; }
7797 # Check whether --enable-textfile was given.
7798 if test "${enable_textfile+set}" = set; then
7799 enableval=$enable_textfile;
7800 if test "$enableval" = yes; then
7801 wx_cv_use_textfile='wxUSE_TEXTFILE=yes'
7802 else
7803 wx_cv_use_textfile='wxUSE_TEXTFILE=no'
7804 fi
7805
7806 else
7807
7808 wx_cv_use_textfile='wxUSE_TEXTFILE=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
7809
7810 fi
7811
7812
7813 eval "$wx_cv_use_textfile"
7814
7815 if test x"$enablestring" = xdisable; then
7816 if test $wxUSE_TEXTFILE = no; then
7817 result=yes
7818 else
7819 result=no
7820 fi
7821 else
7822 result=$wxUSE_TEXTFILE
7823 fi
7824
7825 { echo "$as_me:$LINENO: result: $result" >&5
7826 echo "${ECHO_T}$result" >&6; }
7827
7828
7829 enablestring=
7830 defaultval=$wxUSE_ALL_FEATURES
7831 if test -z "$defaultval"; then
7832 if test x"$enablestring" = xdisable; then
7833 defaultval=yes
7834 else
7835 defaultval=no
7836 fi
7837 fi
7838
7839 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
7840 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6; }
7841 # Check whether --enable-timer was given.
7842 if test "${enable_timer+set}" = set; then
7843 enableval=$enable_timer;
7844 if test "$enableval" = yes; then
7845 wx_cv_use_timer='wxUSE_TIMER=yes'
7846 else
7847 wx_cv_use_timer='wxUSE_TIMER=no'
7848 fi
7849
7850 else
7851
7852 wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
7853
7854 fi
7855
7856
7857 eval "$wx_cv_use_timer"
7858
7859 if test x"$enablestring" = xdisable; then
7860 if test $wxUSE_TIMER = no; then
7861 result=yes
7862 else
7863 result=no
7864 fi
7865 else
7866 result=$wxUSE_TIMER
7867 fi
7868
7869 { echo "$as_me:$LINENO: result: $result" >&5
7870 echo "${ECHO_T}$result" >&6; }
7871
7872
7873 enablestring=
7874 defaultval=$wxUSE_ALL_FEATURES
7875 if test -z "$defaultval"; then
7876 if test x"$enablestring" = xdisable; then
7877 defaultval=yes
7878 else
7879 defaultval=no
7880 fi
7881 fi
7882
7883 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-variant" >&5
7884 echo $ECHO_N "checking for --${enablestring:-enable}-variant... $ECHO_C" >&6; }
7885 # Check whether --enable-variant was given.
7886 if test "${enable_variant+set}" = set; then
7887 enableval=$enable_variant;
7888 if test "$enableval" = yes; then
7889 wx_cv_use_variant='wxUSE_VARIANT=yes'
7890 else
7891 wx_cv_use_variant='wxUSE_VARIANT=no'
7892 fi
7893
7894 else
7895
7896 wx_cv_use_variant='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
7897
7898 fi
7899
7900
7901 eval "$wx_cv_use_variant"
7902
7903 if test x"$enablestring" = xdisable; then
7904 if test $wxUSE_VARIANT = no; then
7905 result=yes
7906 else
7907 result=no
7908 fi
7909 else
7910 result=$wxUSE_VARIANT
7911 fi
7912
7913 { echo "$as_me:$LINENO: result: $result" >&5
7914 echo "${ECHO_T}$result" >&6; }
7915
7916
7917 enablestring=
7918 defaultval=$wxUSE_ALL_FEATURES
7919 if test -z "$defaultval"; then
7920 if test x"$enablestring" = xdisable; then
7921 defaultval=yes
7922 else
7923 defaultval=no
7924 fi
7925 fi
7926
7927 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
7928 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6; }
7929 # Check whether --enable-zipstream was given.
7930 if test "${enable_zipstream+set}" = set; then
7931 enableval=$enable_zipstream;
7932 if test "$enableval" = yes; then
7933 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
7934 else
7935 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
7936 fi
7937
7938 else
7939
7940 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
7941
7942 fi
7943
7944
7945 eval "$wx_cv_use_zipstream"
7946
7947 if test x"$enablestring" = xdisable; then
7948 if test $wxUSE_ZIPSTREAM = no; then
7949 result=yes
7950 else
7951 result=no
7952 fi
7953 else
7954 result=$wxUSE_ZIPSTREAM
7955 fi
7956
7957 { echo "$as_me:$LINENO: result: $result" >&5
7958 echo "${ECHO_T}$result" >&6; }
7959
7960
7961
7962 enablestring=
7963 defaultval=$wxUSE_ALL_FEATURES
7964 if test -z "$defaultval"; then
7965 if test x"$enablestring" = xdisable; then
7966 defaultval=yes
7967 else
7968 defaultval=no
7969 fi
7970 fi
7971
7972 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
7973 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6; }
7974 # Check whether --enable-url was given.
7975 if test "${enable_url+set}" = set; then
7976 enableval=$enable_url;
7977 if test "$enableval" = yes; then
7978 wx_cv_use_url='wxUSE_URL=yes'
7979 else
7980 wx_cv_use_url='wxUSE_URL=no'
7981 fi
7982
7983 else
7984
7985 wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
7986
7987 fi
7988
7989
7990 eval "$wx_cv_use_url"
7991
7992 if test x"$enablestring" = xdisable; then
7993 if test $wxUSE_URL = no; then
7994 result=yes
7995 else
7996 result=no
7997 fi
7998 else
7999 result=$wxUSE_URL
8000 fi
8001
8002 { echo "$as_me:$LINENO: result: $result" >&5
8003 echo "${ECHO_T}$result" >&6; }
8004
8005
8006 enablestring=
8007 defaultval=$wxUSE_ALL_FEATURES
8008 if test -z "$defaultval"; then
8009 if test x"$enablestring" = xdisable; then
8010 defaultval=yes
8011 else
8012 defaultval=no
8013 fi
8014 fi
8015
8016 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
8017 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6; }
8018 # Check whether --enable-protocol was given.
8019 if test "${enable_protocol+set}" = set; then
8020 enableval=$enable_protocol;
8021 if test "$enableval" = yes; then
8022 wx_cv_use_protocol='wxUSE_PROTOCOL=yes'
8023 else
8024 wx_cv_use_protocol='wxUSE_PROTOCOL=no'
8025 fi
8026
8027 else
8028
8029 wx_cv_use_protocol='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
8030
8031 fi
8032
8033
8034 eval "$wx_cv_use_protocol"
8035
8036 if test x"$enablestring" = xdisable; then
8037 if test $wxUSE_PROTOCOL = no; then
8038 result=yes
8039 else
8040 result=no
8041 fi
8042 else
8043 result=$wxUSE_PROTOCOL
8044 fi
8045
8046 { echo "$as_me:$LINENO: result: $result" >&5
8047 echo "${ECHO_T}$result" >&6; }
8048
8049
8050 enablestring=
8051 defaultval=$wxUSE_ALL_FEATURES
8052 if test -z "$defaultval"; then
8053 if test x"$enablestring" = xdisable; then
8054 defaultval=yes
8055 else
8056 defaultval=no
8057 fi
8058 fi
8059
8060 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
8061 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6; }
8062 # Check whether --enable-protocol_http was given.
8063 if test "${enable_protocol_http+set}" = set; then
8064 enableval=$enable_protocol_http;
8065 if test "$enableval" = yes; then
8066 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
8067 else
8068 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
8069 fi
8070
8071 else
8072
8073 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
8074
8075 fi
8076
8077
8078 eval "$wx_cv_use_protocol_http"
8079
8080 if test x"$enablestring" = xdisable; then
8081 if test $wxUSE_PROTOCOL_HTTP = no; then
8082 result=yes
8083 else
8084 result=no
8085 fi
8086 else
8087 result=$wxUSE_PROTOCOL_HTTP
8088 fi
8089
8090 { echo "$as_me:$LINENO: result: $result" >&5
8091 echo "${ECHO_T}$result" >&6; }
8092
8093
8094 enablestring=
8095 defaultval=$wxUSE_ALL_FEATURES
8096 if test -z "$defaultval"; then
8097 if test x"$enablestring" = xdisable; then
8098 defaultval=yes
8099 else
8100 defaultval=no
8101 fi
8102 fi
8103
8104 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
8105 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6; }
8106 # Check whether --enable-protocol_ftp was given.
8107 if test "${enable_protocol_ftp+set}" = set; then
8108 enableval=$enable_protocol_ftp;
8109 if test "$enableval" = yes; then
8110 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
8111 else
8112 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
8113 fi
8114
8115 else
8116
8117 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
8118
8119 fi
8120
8121
8122 eval "$wx_cv_use_protocol_ftp"
8123
8124 if test x"$enablestring" = xdisable; then
8125 if test $wxUSE_PROTOCOL_FTP = no; then
8126 result=yes
8127 else
8128 result=no
8129 fi
8130 else
8131 result=$wxUSE_PROTOCOL_FTP
8132 fi
8133
8134 { echo "$as_me:$LINENO: result: $result" >&5
8135 echo "${ECHO_T}$result" >&6; }
8136
8137
8138 enablestring=
8139 defaultval=$wxUSE_ALL_FEATURES
8140 if test -z "$defaultval"; then
8141 if test x"$enablestring" = xdisable; then
8142 defaultval=yes
8143 else
8144 defaultval=no
8145 fi
8146 fi
8147
8148 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
8149 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6; }
8150 # Check whether --enable-protocol_file was given.
8151 if test "${enable_protocol_file+set}" = set; then
8152 enableval=$enable_protocol_file;
8153 if test "$enableval" = yes; then
8154 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
8155 else
8156 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
8157 fi
8158
8159 else
8160
8161 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
8162
8163 fi
8164
8165
8166 eval "$wx_cv_use_protocol_file"
8167
8168 if test x"$enablestring" = xdisable; then
8169 if test $wxUSE_PROTOCOL_FILE = no; then
8170 result=yes
8171 else
8172 result=no
8173 fi
8174 else
8175 result=$wxUSE_PROTOCOL_FILE
8176 fi
8177
8178 { echo "$as_me:$LINENO: result: $result" >&5
8179 echo "${ECHO_T}$result" >&6; }
8180
8181
8182
8183 enablestring=
8184 defaultval=$wxUSE_ALL_FEATURES
8185 if test -z "$defaultval"; then
8186 if test x"$enablestring" = xdisable; then
8187 defaultval=yes
8188 else
8189 defaultval=no
8190 fi
8191 fi
8192
8193 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
8194 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6; }
8195 # Check whether --enable-threads was given.
8196 if test "${enable_threads+set}" = set; then
8197 enableval=$enable_threads;
8198 if test "$enableval" = yes; then
8199 wx_cv_use_threads='wxUSE_THREADS=yes'
8200 else
8201 wx_cv_use_threads='wxUSE_THREADS=no'
8202 fi
8203
8204 else
8205
8206 wx_cv_use_threads='wxUSE_THREADS=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
8207
8208 fi
8209
8210
8211 eval "$wx_cv_use_threads"
8212
8213 if test x"$enablestring" = xdisable; then
8214 if test $wxUSE_THREADS = no; then
8215 result=yes
8216 else
8217 result=no
8218 fi
8219 else
8220 result=$wxUSE_THREADS
8221 fi
8222
8223 { echo "$as_me:$LINENO: result: $result" >&5
8224 echo "${ECHO_T}$result" >&6; }
8225
8226
8227
8228 enablestring=
8229 defaultval=
8230 if test -z "$defaultval"; then
8231 if test x"$enablestring" = xdisable; then
8232 defaultval=yes
8233 else
8234 defaultval=no
8235 fi
8236 fi
8237
8238 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iniconf" >&5
8239 echo $ECHO_N "checking for --${enablestring:-enable}-iniconf... $ECHO_C" >&6; }
8240 # Check whether --enable-iniconf was given.
8241 if test "${enable_iniconf+set}" = set; then
8242 enableval=$enable_iniconf;
8243 if test "$enableval" = yes; then
8244 wx_cv_use_iniconf='wxUSE_INICONF=yes'
8245 else
8246 wx_cv_use_iniconf='wxUSE_INICONF=no'
8247 fi
8248
8249 else
8250
8251 wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
8252
8253 fi
8254
8255
8256 eval "$wx_cv_use_iniconf"
8257
8258 if test x"$enablestring" = xdisable; then
8259 if test $wxUSE_INICONF = no; then
8260 result=yes
8261 else
8262 result=no
8263 fi
8264 else
8265 result=$wxUSE_INICONF
8266 fi
8267
8268 { echo "$as_me:$LINENO: result: $result" >&5
8269 echo "${ECHO_T}$result" >&6; }
8270
8271
8272 enablestring=
8273 defaultval=$wxUSE_ALL_FEATURES
8274 if test -z "$defaultval"; then
8275 if test x"$enablestring" = xdisable; then
8276 defaultval=yes
8277 else
8278 defaultval=no
8279 fi
8280 fi
8281
8282 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-regkey" >&5
8283 echo $ECHO_N "checking for --${enablestring:-enable}-regkey... $ECHO_C" >&6; }
8284 # Check whether --enable-regkey was given.
8285 if test "${enable_regkey+set}" = set; then
8286 enableval=$enable_regkey;
8287 if test "$enableval" = yes; then
8288 wx_cv_use_regkey='wxUSE_REGKEY=yes'
8289 else
8290 wx_cv_use_regkey='wxUSE_REGKEY=no'
8291 fi
8292
8293 else
8294
8295 wx_cv_use_regkey='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
8296
8297 fi
8298
8299
8300 eval "$wx_cv_use_regkey"
8301
8302 if test x"$enablestring" = xdisable; then
8303 if test $wxUSE_REGKEY = no; then
8304 result=yes
8305 else
8306 result=no
8307 fi
8308 else
8309 result=$wxUSE_REGKEY
8310 fi
8311
8312 { echo "$as_me:$LINENO: result: $result" >&5
8313 echo "${ECHO_T}$result" >&6; }
8314
8315
8316 if test "$wxUSE_GUI" = "yes"; then
8317
8318
8319
8320 enablestring=
8321 defaultval=$wxUSE_ALL_FEATURES
8322 if test -z "$defaultval"; then
8323 if test x"$enablestring" = xdisable; then
8324 defaultval=yes
8325 else
8326 defaultval=no
8327 fi
8328 fi
8329
8330 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
8331 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6; }
8332 # Check whether --enable-docview was given.
8333 if test "${enable_docview+set}" = set; then
8334 enableval=$enable_docview;
8335 if test "$enableval" = yes; then
8336 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
8337 else
8338 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
8339 fi
8340
8341 else
8342
8343 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
8344
8345 fi
8346
8347
8348 eval "$wx_cv_use_docview"
8349
8350 if test x"$enablestring" = xdisable; then
8351 if test $wxUSE_DOC_VIEW_ARCHITECTURE = no; then
8352 result=yes
8353 else
8354 result=no
8355 fi
8356 else
8357 result=$wxUSE_DOC_VIEW_ARCHITECTURE
8358 fi
8359
8360 { echo "$as_me:$LINENO: result: $result" >&5
8361 echo "${ECHO_T}$result" >&6; }
8362
8363
8364 enablestring=
8365 defaultval=$wxUSE_ALL_FEATURES
8366 if test -z "$defaultval"; then
8367 if test x"$enablestring" = xdisable; then
8368 defaultval=yes
8369 else
8370 defaultval=no
8371 fi
8372 fi
8373
8374 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
8375 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6; }
8376 # Check whether --enable-help was given.
8377 if test "${enable_help+set}" = set; then
8378 enableval=$enable_help;
8379 if test "$enableval" = yes; then
8380 wx_cv_use_help='wxUSE_HELP=yes'
8381 else
8382 wx_cv_use_help='wxUSE_HELP=no'
8383 fi
8384
8385 else
8386
8387 wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
8388
8389 fi
8390
8391
8392 eval "$wx_cv_use_help"
8393
8394 if test x"$enablestring" = xdisable; then
8395 if test $wxUSE_HELP = no; then
8396 result=yes
8397 else
8398 result=no
8399 fi
8400 else
8401 result=$wxUSE_HELP
8402 fi
8403
8404 { echo "$as_me:$LINENO: result: $result" >&5
8405 echo "${ECHO_T}$result" >&6; }
8406
8407
8408 enablestring=
8409 defaultval=$wxUSE_ALL_FEATURES
8410 if test -z "$defaultval"; then
8411 if test x"$enablestring" = xdisable; then
8412 defaultval=yes
8413 else
8414 defaultval=no
8415 fi
8416 fi
8417
8418 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
8419 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6; }
8420 # Check whether --enable-mshtmlhelp was given.
8421 if test "${enable_mshtmlhelp+set}" = set; then
8422 enableval=$enable_mshtmlhelp;
8423 if test "$enableval" = yes; then
8424 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
8425 else
8426 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
8427 fi
8428
8429 else
8430
8431 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
8432
8433 fi
8434
8435
8436 eval "$wx_cv_use_mshtmlhelp"
8437
8438 if test x"$enablestring" = xdisable; then
8439 if test $wxUSE_MS_HTML_HELP = no; then
8440 result=yes
8441 else
8442 result=no
8443 fi
8444 else
8445 result=$wxUSE_MS_HTML_HELP
8446 fi
8447
8448 { echo "$as_me:$LINENO: result: $result" >&5
8449 echo "${ECHO_T}$result" >&6; }
8450
8451
8452 enablestring=
8453 defaultval=$wxUSE_ALL_FEATURES
8454 if test -z "$defaultval"; then
8455 if test x"$enablestring" = xdisable; then
8456 defaultval=yes
8457 else
8458 defaultval=no
8459 fi
8460 fi
8461
8462 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
8463 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6; }
8464 # Check whether --enable-html was given.
8465 if test "${enable_html+set}" = set; then
8466 enableval=$enable_html;
8467 if test "$enableval" = yes; then
8468 wx_cv_use_html='wxUSE_HTML=yes'
8469 else
8470 wx_cv_use_html='wxUSE_HTML=no'
8471 fi
8472
8473 else
8474
8475 wx_cv_use_html='wxUSE_HTML=${'DEFAULT_wxUSE_HTML":-$defaultval}"
8476
8477 fi
8478
8479
8480 eval "$wx_cv_use_html"
8481
8482 if test x"$enablestring" = xdisable; then
8483 if test $wxUSE_HTML = no; then
8484 result=yes
8485 else
8486 result=no
8487 fi
8488 else
8489 result=$wxUSE_HTML
8490 fi
8491
8492 { echo "$as_me:$LINENO: result: $result" >&5
8493 echo "${ECHO_T}$result" >&6; }
8494
8495
8496 enablestring=
8497 defaultval=$wxUSE_ALL_FEATURES
8498 if test -z "$defaultval"; then
8499 if test x"$enablestring" = xdisable; then
8500 defaultval=yes
8501 else
8502 defaultval=no
8503 fi
8504 fi
8505
8506 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
8507 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6; }
8508 # Check whether --enable-htmlhelp was given.
8509 if test "${enable_htmlhelp+set}" = set; then
8510 enableval=$enable_htmlhelp;
8511 if test "$enableval" = yes; then
8512 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
8513 else
8514 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
8515 fi
8516
8517 else
8518
8519 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
8520
8521 fi
8522
8523
8524 eval "$wx_cv_use_htmlhelp"
8525
8526 if test x"$enablestring" = xdisable; then
8527 if test $wxUSE_WXHTML_HELP = no; then
8528 result=yes
8529 else
8530 result=no
8531 fi
8532 else
8533 result=$wxUSE_WXHTML_HELP
8534 fi
8535
8536 { echo "$as_me:$LINENO: result: $result" >&5
8537 echo "${ECHO_T}$result" >&6; }
8538
8539
8540 enablestring=
8541 defaultval=$wxUSE_ALL_FEATURES
8542 if test -z "$defaultval"; then
8543 if test x"$enablestring" = xdisable; then
8544 defaultval=yes
8545 else
8546 defaultval=no
8547 fi
8548 fi
8549
8550 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
8551 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6; }
8552 # Check whether --enable-xrc was given.
8553 if test "${enable_xrc+set}" = set; then
8554 enableval=$enable_xrc;
8555 if test "$enableval" = yes; then
8556 wx_cv_use_xrc='wxUSE_XRC=yes'
8557 else
8558 wx_cv_use_xrc='wxUSE_XRC=no'
8559 fi
8560
8561 else
8562
8563 wx_cv_use_xrc='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
8564
8565 fi
8566
8567
8568 eval "$wx_cv_use_xrc"
8569
8570 if test x"$enablestring" = xdisable; then
8571 if test $wxUSE_XRC = no; then
8572 result=yes
8573 else
8574 result=no
8575 fi
8576 else
8577 result=$wxUSE_XRC
8578 fi
8579
8580 { echo "$as_me:$LINENO: result: $result" >&5
8581 echo "${ECHO_T}$result" >&6; }
8582
8583
8584 enablestring=
8585 defaultval=$wxUSE_ALL_FEATURES
8586 if test -z "$defaultval"; then
8587 if test x"$enablestring" = xdisable; then
8588 defaultval=yes
8589 else
8590 defaultval=no
8591 fi
8592 fi
8593
8594 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aui" >&5
8595 echo $ECHO_N "checking for --${enablestring:-enable}-aui... $ECHO_C" >&6; }
8596 # Check whether --enable-aui was given.
8597 if test "${enable_aui+set}" = set; then
8598 enableval=$enable_aui;
8599 if test "$enableval" = yes; then
8600 wx_cv_use_aui='wxUSE_AUI=yes'
8601 else
8602 wx_cv_use_aui='wxUSE_AUI=no'
8603 fi
8604
8605 else
8606
8607 wx_cv_use_aui='wxUSE_AUI=${'DEFAULT_wxUSE_AUI":-$defaultval}"
8608
8609 fi
8610
8611
8612 eval "$wx_cv_use_aui"
8613
8614 if test x"$enablestring" = xdisable; then
8615 if test $wxUSE_AUI = no; then
8616 result=yes
8617 else
8618 result=no
8619 fi
8620 else
8621 result=$wxUSE_AUI
8622 fi
8623
8624 { echo "$as_me:$LINENO: result: $result" >&5
8625 echo "${ECHO_T}$result" >&6; }
8626
8627
8628 enablestring=
8629 defaultval=$wxUSE_ALL_FEATURES
8630 if test -z "$defaultval"; then
8631 if test x"$enablestring" = xdisable; then
8632 defaultval=yes
8633 else
8634 defaultval=no
8635 fi
8636 fi
8637
8638 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-propgrid" >&5
8639 echo $ECHO_N "checking for --${enablestring:-enable}-propgrid... $ECHO_C" >&6; }
8640 # Check whether --enable-propgrid was given.
8641 if test "${enable_propgrid+set}" = set; then
8642 enableval=$enable_propgrid;
8643 if test "$enableval" = yes; then
8644 wx_cv_use_propgrid='wxUSE_PROPGRID=yes'
8645 else
8646 wx_cv_use_propgrid='wxUSE_PROPGRID=no'
8647 fi
8648
8649 else
8650
8651 wx_cv_use_propgrid='wxUSE_PROPGRID=${'DEFAULT_wxUSE_PROPGRID":-$defaultval}"
8652
8653 fi
8654
8655
8656 eval "$wx_cv_use_propgrid"
8657
8658 if test x"$enablestring" = xdisable; then
8659 if test $wxUSE_PROPGRID = no; then
8660 result=yes
8661 else
8662 result=no
8663 fi
8664 else
8665 result=$wxUSE_PROPGRID
8666 fi
8667
8668 { echo "$as_me:$LINENO: result: $result" >&5
8669 echo "${ECHO_T}$result" >&6; }
8670
8671
8672 enablestring=
8673 defaultval=$wxUSE_ALL_FEATURES
8674 if test -z "$defaultval"; then
8675 if test x"$enablestring" = xdisable; then
8676 defaultval=yes
8677 else
8678 defaultval=no
8679 fi
8680 fi
8681
8682 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ribbon" >&5
8683 echo $ECHO_N "checking for --${enablestring:-enable}-ribbon... $ECHO_C" >&6; }
8684 # Check whether --enable-ribbon was given.
8685 if test "${enable_ribbon+set}" = set; then
8686 enableval=$enable_ribbon;
8687 if test "$enableval" = yes; then
8688 wx_cv_use_ribbon='wxUSE_RIBBON=yes'
8689 else
8690 wx_cv_use_ribbon='wxUSE_RIBBON=no'
8691 fi
8692
8693 else
8694
8695 wx_cv_use_ribbon='wxUSE_RIBBON=${'DEFAULT_wxUSE_RIBBON":-$defaultval}"
8696
8697 fi
8698
8699
8700 eval "$wx_cv_use_ribbon"
8701
8702 if test x"$enablestring" = xdisable; then
8703 if test $wxUSE_RIBBON = no; then
8704 result=yes
8705 else
8706 result=no
8707 fi
8708 else
8709 result=$wxUSE_RIBBON
8710 fi
8711
8712 { echo "$as_me:$LINENO: result: $result" >&5
8713 echo "${ECHO_T}$result" >&6; }
8714
8715
8716 enablestring=
8717 defaultval=$wxUSE_ALL_FEATURES
8718 if test -z "$defaultval"; then
8719 if test x"$enablestring" = xdisable; then
8720 defaultval=yes
8721 else
8722 defaultval=no
8723 fi
8724 fi
8725
8726 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stc" >&5
8727 echo $ECHO_N "checking for --${enablestring:-enable}-stc... $ECHO_C" >&6; }
8728 # Check whether --enable-stc was given.
8729 if test "${enable_stc+set}" = set; then
8730 enableval=$enable_stc;
8731 if test "$enableval" = yes; then
8732 wx_cv_use_stc='wxUSE_STC=yes'
8733 else
8734 wx_cv_use_stc='wxUSE_STC=no'
8735 fi
8736
8737 else
8738
8739 wx_cv_use_stc='wxUSE_STC=${'DEFAULT_wxUSE_STC":-$defaultval}"
8740
8741 fi
8742
8743
8744 eval "$wx_cv_use_stc"
8745
8746 if test x"$enablestring" = xdisable; then
8747 if test $wxUSE_STC = no; then
8748 result=yes
8749 else
8750 result=no
8751 fi
8752 else
8753 result=$wxUSE_STC
8754 fi
8755
8756 { echo "$as_me:$LINENO: result: $result" >&5
8757 echo "${ECHO_T}$result" >&6; }
8758
8759
8760 enablestring=
8761 defaultval=$wxUSE_ALL_FEATURES
8762 if test -z "$defaultval"; then
8763 if test x"$enablestring" = xdisable; then
8764 defaultval=yes
8765 else
8766 defaultval=no
8767 fi
8768 fi
8769
8770 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
8771 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6; }
8772 # Check whether --enable-constraints was given.
8773 if test "${enable_constraints+set}" = set; then
8774 enableval=$enable_constraints;
8775 if test "$enableval" = yes; then
8776 wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
8777 else
8778 wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
8779 fi
8780
8781 else
8782
8783 wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
8784
8785 fi
8786
8787
8788 eval "$wx_cv_use_constraints"
8789
8790 if test x"$enablestring" = xdisable; then
8791 if test $wxUSE_CONSTRAINTS = no; then
8792 result=yes
8793 else
8794 result=no
8795 fi
8796 else
8797 result=$wxUSE_CONSTRAINTS
8798 fi
8799
8800 { echo "$as_me:$LINENO: result: $result" >&5
8801 echo "${ECHO_T}$result" >&6; }
8802
8803
8804 enablestring=
8805 defaultval=$wxUSE_ALL_FEATURES
8806 if test -z "$defaultval"; then
8807 if test x"$enablestring" = xdisable; then
8808 defaultval=yes
8809 else
8810 defaultval=no
8811 fi
8812 fi
8813
8814 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
8815 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6; }
8816 # Check whether --enable-loggui was given.
8817 if test "${enable_loggui+set}" = set; then
8818 enableval=$enable_loggui;
8819 if test "$enableval" = yes; then
8820 wx_cv_use_loggui='wxUSE_LOGGUI=yes'
8821 else
8822 wx_cv_use_loggui='wxUSE_LOGGUI=no'
8823 fi
8824
8825 else
8826
8827 wx_cv_use_loggui='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
8828
8829 fi
8830
8831
8832 eval "$wx_cv_use_loggui"
8833
8834 if test x"$enablestring" = xdisable; then
8835 if test $wxUSE_LOGGUI = no; then
8836 result=yes
8837 else
8838 result=no
8839 fi
8840 else
8841 result=$wxUSE_LOGGUI
8842 fi
8843
8844 { echo "$as_me:$LINENO: result: $result" >&5
8845 echo "${ECHO_T}$result" >&6; }
8846
8847
8848 enablestring=
8849 defaultval=$wxUSE_ALL_FEATURES
8850 if test -z "$defaultval"; then
8851 if test x"$enablestring" = xdisable; then
8852 defaultval=yes
8853 else
8854 defaultval=no
8855 fi
8856 fi
8857
8858 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
8859 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6; }
8860 # Check whether --enable-logwin was given.
8861 if test "${enable_logwin+set}" = set; then
8862 enableval=$enable_logwin;
8863 if test "$enableval" = yes; then
8864 wx_cv_use_logwin='wxUSE_LOGWINDOW=yes'
8865 else
8866 wx_cv_use_logwin='wxUSE_LOGWINDOW=no'
8867 fi
8868
8869 else
8870
8871 wx_cv_use_logwin='wxUSE_LOGWINDOW=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
8872
8873 fi
8874
8875
8876 eval "$wx_cv_use_logwin"
8877
8878 if test x"$enablestring" = xdisable; then
8879 if test $wxUSE_LOGWINDOW = no; then
8880 result=yes
8881 else
8882 result=no
8883 fi
8884 else
8885 result=$wxUSE_LOGWINDOW
8886 fi
8887
8888 { echo "$as_me:$LINENO: result: $result" >&5
8889 echo "${ECHO_T}$result" >&6; }
8890
8891
8892 enablestring=
8893 defaultval=$wxUSE_ALL_FEATURES
8894 if test -z "$defaultval"; then
8895 if test x"$enablestring" = xdisable; then
8896 defaultval=yes
8897 else
8898 defaultval=no
8899 fi
8900 fi
8901
8902 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
8903 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6; }
8904 # Check whether --enable-logdialog was given.
8905 if test "${enable_logdialog+set}" = set; then
8906 enableval=$enable_logdialog;
8907 if test "$enableval" = yes; then
8908 wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
8909 else
8910 wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
8911 fi
8912
8913 else
8914
8915 wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
8916
8917 fi
8918
8919
8920 eval "$wx_cv_use_logdialog"
8921
8922 if test x"$enablestring" = xdisable; then
8923 if test $wxUSE_LOGDIALOG = no; then
8924 result=yes
8925 else
8926 result=no
8927 fi
8928 else
8929 result=$wxUSE_LOGDIALOG
8930 fi
8931
8932 { echo "$as_me:$LINENO: result: $result" >&5
8933 echo "${ECHO_T}$result" >&6; }
8934
8935
8936 enablestring=
8937 defaultval=$wxUSE_ALL_FEATURES
8938 if test -z "$defaultval"; then
8939 if test x"$enablestring" = xdisable; then
8940 defaultval=yes
8941 else
8942 defaultval=no
8943 fi
8944 fi
8945
8946 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
8947 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6; }
8948 # Check whether --enable-mdi was given.
8949 if test "${enable_mdi+set}" = set; then
8950 enableval=$enable_mdi;
8951 if test "$enableval" = yes; then
8952 wx_cv_use_mdi='wxUSE_MDI=yes'
8953 else
8954 wx_cv_use_mdi='wxUSE_MDI=no'
8955 fi
8956
8957 else
8958
8959 wx_cv_use_mdi='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
8960
8961 fi
8962
8963
8964 eval "$wx_cv_use_mdi"
8965
8966 if test x"$enablestring" = xdisable; then
8967 if test $wxUSE_MDI = no; then
8968 result=yes
8969 else
8970 result=no
8971 fi
8972 else
8973 result=$wxUSE_MDI
8974 fi
8975
8976 { echo "$as_me:$LINENO: result: $result" >&5
8977 echo "${ECHO_T}$result" >&6; }
8978
8979
8980 enablestring=
8981 defaultval=$wxUSE_ALL_FEATURES
8982 if test -z "$defaultval"; then
8983 if test x"$enablestring" = xdisable; then
8984 defaultval=yes
8985 else
8986 defaultval=no
8987 fi
8988 fi
8989
8990 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
8991 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6; }
8992 # Check whether --enable-mdidoc was given.
8993 if test "${enable_mdidoc+set}" = set; then
8994 enableval=$enable_mdidoc;
8995 if test "$enableval" = yes; then
8996 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
8997 else
8998 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
8999 fi
9000
9001 else
9002
9003 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
9004
9005 fi
9006
9007
9008 eval "$wx_cv_use_mdidoc"
9009
9010 if test x"$enablestring" = xdisable; then
9011 if test $wxUSE_MDI_ARCHITECTURE = no; then
9012 result=yes
9013 else
9014 result=no
9015 fi
9016 else
9017 result=$wxUSE_MDI_ARCHITECTURE
9018 fi
9019
9020 { echo "$as_me:$LINENO: result: $result" >&5
9021 echo "${ECHO_T}$result" >&6; }
9022
9023
9024 enablestring=
9025 defaultval=$wxUSE_ALL_FEATURES
9026 if test -z "$defaultval"; then
9027 if test x"$enablestring" = xdisable; then
9028 defaultval=yes
9029 else
9030 defaultval=no
9031 fi
9032 fi
9033
9034 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
9035 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6; }
9036 # Check whether --enable-mediactrl was given.
9037 if test "${enable_mediactrl+set}" = set; then
9038 enableval=$enable_mediactrl;
9039 if test "$enableval" = yes; then
9040 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
9041 else
9042 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
9043 fi
9044
9045 else
9046
9047 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
9048
9049 fi
9050
9051
9052 eval "$wx_cv_use_mediactrl"
9053
9054 if test x"$enablestring" = xdisable; then
9055 if test $wxUSE_MEDIACTRL = no; then
9056 result=yes
9057 else
9058 result=no
9059 fi
9060 else
9061 result=$wxUSE_MEDIACTRL
9062 fi
9063
9064 { echo "$as_me:$LINENO: result: $result" >&5
9065 echo "${ECHO_T}$result" >&6; }
9066
9067
9068 enablestring=
9069 defaultval=$wxUSE_ALL_FEATURES
9070 if test -z "$defaultval"; then
9071 if test x"$enablestring" = xdisable; then
9072 defaultval=yes
9073 else
9074 defaultval=no
9075 fi
9076 fi
9077
9078 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gstreamer8" >&5
9079 echo $ECHO_N "checking for --${enablestring:-enable}-gstreamer8... $ECHO_C" >&6; }
9080 # Check whether --enable-gstreamer8 was given.
9081 if test "${enable_gstreamer8+set}" = set; then
9082 enableval=$enable_gstreamer8;
9083 if test "$enableval" = yes; then
9084 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=yes'
9085 else
9086 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
9087 fi
9088
9089 else
9090
9091 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
9092
9093 fi
9094
9095
9096 eval "$wx_cv_use_gstreamer8"
9097
9098 if test x"$enablestring" = xdisable; then
9099 if test $wxUSE_GSTREAMER8 = no; then
9100 result=yes
9101 else
9102 result=no
9103 fi
9104 else
9105 result=$wxUSE_GSTREAMER8
9106 fi
9107
9108 { echo "$as_me:$LINENO: result: $result" >&5
9109 echo "${ECHO_T}$result" >&6; }
9110
9111
9112 enablestring=
9113 defaultval=$wxUSE_ALL_FEATURES
9114 if test -z "$defaultval"; then
9115 if test x"$enablestring" = xdisable; then
9116 defaultval=yes
9117 else
9118 defaultval=no
9119 fi
9120 fi
9121
9122 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
9123 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6; }
9124 # Check whether --enable-webkit was given.
9125 if test "${enable_webkit+set}" = set; then
9126 enableval=$enable_webkit;
9127 if test "$enableval" = yes; then
9128 wx_cv_use_webkit='wxUSE_WEBKIT=yes'
9129 else
9130 wx_cv_use_webkit='wxUSE_WEBKIT=no'
9131 fi
9132
9133 else
9134
9135 wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
9136
9137 fi
9138
9139
9140 eval "$wx_cv_use_webkit"
9141
9142 if test x"$enablestring" = xdisable; then
9143 if test $wxUSE_WEBKIT = no; then
9144 result=yes
9145 else
9146 result=no
9147 fi
9148 else
9149 result=$wxUSE_WEBKIT
9150 fi
9151
9152 { echo "$as_me:$LINENO: result: $result" >&5
9153 echo "${ECHO_T}$result" >&6; }
9154
9155
9156 enablestring=
9157 defaultval=$wxUSE_ALL_FEATURES
9158 if test -z "$defaultval"; then
9159 if test x"$enablestring" = xdisable; then
9160 defaultval=yes
9161 else
9162 defaultval=no
9163 fi
9164 fi
9165
9166 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-richtext" >&5
9167 echo $ECHO_N "checking for --${enablestring:-enable}-richtext... $ECHO_C" >&6; }
9168 # Check whether --enable-richtext was given.
9169 if test "${enable_richtext+set}" = set; then
9170 enableval=$enable_richtext;
9171 if test "$enableval" = yes; then
9172 wx_cv_use_richtext='wxUSE_RICHTEXT=yes'
9173 else
9174 wx_cv_use_richtext='wxUSE_RICHTEXT=no'
9175 fi
9176
9177 else
9178
9179 wx_cv_use_richtext='wxUSE_RICHTEXT=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
9180
9181 fi
9182
9183
9184 eval "$wx_cv_use_richtext"
9185
9186 if test x"$enablestring" = xdisable; then
9187 if test $wxUSE_RICHTEXT = no; then
9188 result=yes
9189 else
9190 result=no
9191 fi
9192 else
9193 result=$wxUSE_RICHTEXT
9194 fi
9195
9196 { echo "$as_me:$LINENO: result: $result" >&5
9197 echo "${ECHO_T}$result" >&6; }
9198
9199
9200 enablestring=
9201 defaultval=$wxUSE_ALL_FEATURES
9202 if test -z "$defaultval"; then
9203 if test x"$enablestring" = xdisable; then
9204 defaultval=yes
9205 else
9206 defaultval=no
9207 fi
9208 fi
9209
9210 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-graphics_ctx" >&5
9211 echo $ECHO_N "checking for --${enablestring:-enable}-graphics_ctx... $ECHO_C" >&6; }
9212 # Check whether --enable-graphics_ctx was given.
9213 if test "${enable_graphics_ctx+set}" = set; then
9214 enableval=$enable_graphics_ctx;
9215 if test "$enableval" = yes; then
9216 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=yes'
9217 else
9218 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=no'
9219 fi
9220
9221 else
9222
9223 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
9224
9225 fi
9226
9227
9228 eval "$wx_cv_use_graphics_ctx"
9229
9230 if test x"$enablestring" = xdisable; then
9231 if test $wxUSE_GRAPHICS_CONTEXT = no; then
9232 result=yes
9233 else
9234 result=no
9235 fi
9236 else
9237 result=$wxUSE_GRAPHICS_CONTEXT
9238 fi
9239
9240 { echo "$as_me:$LINENO: result: $result" >&5
9241 echo "${ECHO_T}$result" >&6; }
9242
9243
9244 enablestring=
9245 defaultval=$wxUSE_ALL_FEATURES
9246 if test -z "$defaultval"; then
9247 if test x"$enablestring" = xdisable; then
9248 defaultval=yes
9249 else
9250 defaultval=no
9251 fi
9252 fi
9253
9254 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
9255 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6; }
9256 # Check whether --enable-postscript was given.
9257 if test "${enable_postscript+set}" = set; then
9258 enableval=$enable_postscript;
9259 if test "$enableval" = yes; then
9260 wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
9261 else
9262 wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
9263 fi
9264
9265 else
9266
9267 wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
9268
9269 fi
9270
9271
9272 eval "$wx_cv_use_postscript"
9273
9274 if test x"$enablestring" = xdisable; then
9275 if test $wxUSE_POSTSCRIPT = no; then
9276 result=yes
9277 else
9278 result=no
9279 fi
9280 else
9281 result=$wxUSE_POSTSCRIPT
9282 fi
9283
9284 { echo "$as_me:$LINENO: result: $result" >&5
9285 echo "${ECHO_T}$result" >&6; }
9286
9287
9288 enablestring=
9289 defaultval=$wxUSE_ALL_FEATURES
9290 if test -z "$defaultval"; then
9291 if test x"$enablestring" = xdisable; then
9292 defaultval=yes
9293 else
9294 defaultval=no
9295 fi
9296 fi
9297
9298 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
9299 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6; }
9300 # Check whether --enable-printarch was given.
9301 if test "${enable_printarch+set}" = set; then
9302 enableval=$enable_printarch;
9303 if test "$enableval" = yes; then
9304 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
9305 else
9306 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
9307 fi
9308
9309 else
9310
9311 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
9312
9313 fi
9314
9315
9316 eval "$wx_cv_use_printarch"
9317
9318 if test x"$enablestring" = xdisable; then
9319 if test $wxUSE_PRINTING_ARCHITECTURE = no; then
9320 result=yes
9321 else
9322 result=no
9323 fi
9324 else
9325 result=$wxUSE_PRINTING_ARCHITECTURE
9326 fi
9327
9328 { echo "$as_me:$LINENO: result: $result" >&5
9329 echo "${ECHO_T}$result" >&6; }
9330
9331
9332 enablestring=
9333 defaultval=$wxUSE_ALL_FEATURES
9334 if test -z "$defaultval"; then
9335 if test x"$enablestring" = xdisable; then
9336 defaultval=yes
9337 else
9338 defaultval=no
9339 fi
9340 fi
9341
9342 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-svg" >&5
9343 echo $ECHO_N "checking for --${enablestring:-enable}-svg... $ECHO_C" >&6; }
9344 # Check whether --enable-svg was given.
9345 if test "${enable_svg+set}" = set; then
9346 enableval=$enable_svg;
9347 if test "$enableval" = yes; then
9348 wx_cv_use_svg='wxUSE_SVG=yes'
9349 else
9350 wx_cv_use_svg='wxUSE_SVG=no'
9351 fi
9352
9353 else
9354
9355 wx_cv_use_svg='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
9356
9357 fi
9358
9359
9360 eval "$wx_cv_use_svg"
9361
9362 if test x"$enablestring" = xdisable; then
9363 if test $wxUSE_SVG = no; then
9364 result=yes
9365 else
9366 result=no
9367 fi
9368 else
9369 result=$wxUSE_SVG
9370 fi
9371
9372 { echo "$as_me:$LINENO: result: $result" >&5
9373 echo "${ECHO_T}$result" >&6; }
9374
9375
9376
9377
9378 enablestring=
9379 defaultval=$wxUSE_ALL_FEATURES
9380 if test -z "$defaultval"; then
9381 if test x"$enablestring" = xdisable; then
9382 defaultval=yes
9383 else
9384 defaultval=no
9385 fi
9386 fi
9387
9388 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
9389 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6; }
9390 # Check whether --enable-clipboard was given.
9391 if test "${enable_clipboard+set}" = set; then
9392 enableval=$enable_clipboard;
9393 if test "$enableval" = yes; then
9394 wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
9395 else
9396 wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
9397 fi
9398
9399 else
9400
9401 wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
9402
9403 fi
9404
9405
9406 eval "$wx_cv_use_clipboard"
9407
9408 if test x"$enablestring" = xdisable; then
9409 if test $wxUSE_CLIPBOARD = no; then
9410 result=yes
9411 else
9412 result=no
9413 fi
9414 else
9415 result=$wxUSE_CLIPBOARD
9416 fi
9417
9418 { echo "$as_me:$LINENO: result: $result" >&5
9419 echo "${ECHO_T}$result" >&6; }
9420
9421
9422 enablestring=
9423 defaultval=$wxUSE_ALL_FEATURES
9424 if test -z "$defaultval"; then
9425 if test x"$enablestring" = xdisable; then
9426 defaultval=yes
9427 else
9428 defaultval=no
9429 fi
9430 fi
9431
9432 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
9433 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6; }
9434 # Check whether --enable-dnd was given.
9435 if test "${enable_dnd+set}" = set; then
9436 enableval=$enable_dnd;
9437 if test "$enableval" = yes; then
9438 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
9439 else
9440 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
9441 fi
9442
9443 else
9444
9445 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
9446
9447 fi
9448
9449
9450 eval "$wx_cv_use_dnd"
9451
9452 if test x"$enablestring" = xdisable; then
9453 if test $wxUSE_DRAG_AND_DROP = no; then
9454 result=yes
9455 else
9456 result=no
9457 fi
9458 else
9459 result=$wxUSE_DRAG_AND_DROP
9460 fi
9461
9462 { echo "$as_me:$LINENO: result: $result" >&5
9463 echo "${ECHO_T}$result" >&6; }
9464
9465
9466 enablestring=
9467 defaultval=$wxUSE_ALL_FEATURES
9468 if test -z "$defaultval"; then
9469 if test x"$enablestring" = xdisable; then
9470 defaultval=yes
9471 else
9472 defaultval=no
9473 fi
9474 fi
9475
9476 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9477 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
9478 # Check whether --enable-metafile was given.
9479 if test "${enable_metafile+set}" = set; then
9480 enableval=$enable_metafile;
9481 if test "$enableval" = yes; then
9482 wx_cv_use_metafile='wxUSE_METAFILE=yes'
9483 else
9484 wx_cv_use_metafile='wxUSE_METAFILE=no'
9485 fi
9486
9487 else
9488
9489 wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
9490
9491 fi
9492
9493
9494 eval "$wx_cv_use_metafile"
9495
9496 if test x"$enablestring" = xdisable; then
9497 if test $wxUSE_METAFILE = no; then
9498 result=yes
9499 else
9500 result=no
9501 fi
9502 else
9503 result=$wxUSE_METAFILE
9504 fi
9505
9506 { echo "$as_me:$LINENO: result: $result" >&5
9507 echo "${ECHO_T}$result" >&6; }
9508
9509
9510
9511 DEFAULT_wxUSE_CONTROLS=none
9512
9513 enablestring=disable
9514 defaultval=
9515 if test -z "$defaultval"; then
9516 if test x"$enablestring" = xdisable; then
9517 defaultval=yes
9518 else
9519 defaultval=no
9520 fi
9521 fi
9522
9523 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
9524 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6; }
9525 # Check whether --enable-controls was given.
9526 if test "${enable_controls+set}" = set; then
9527 enableval=$enable_controls;
9528 if test "$enableval" = yes; then
9529 wx_cv_use_controls='wxUSE_CONTROLS=yes'
9530 else
9531 wx_cv_use_controls='wxUSE_CONTROLS=no'
9532 fi
9533
9534 else
9535
9536 wx_cv_use_controls='wxUSE_CONTROLS=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
9537
9538 fi
9539
9540
9541 eval "$wx_cv_use_controls"
9542
9543 if test x"$enablestring" = xdisable; then
9544 if test $wxUSE_CONTROLS = no; then
9545 result=yes
9546 else
9547 result=no
9548 fi
9549 else
9550 result=$wxUSE_CONTROLS
9551 fi
9552
9553 { echo "$as_me:$LINENO: result: $result" >&5
9554 echo "${ECHO_T}$result" >&6; }
9555
9556
9557 if test "$wxUSE_CONTROLS" = "no"; then
9558 DEFAULT_wxUSE_ACCEL=no
9559 DEFAULT_wxUSE_ANIMATIONCTRL=no
9560 DEFAULT_wxUSE_BMPBUTTON=no
9561 DEFAULT_wxUSE_BUTTON=no
9562 DEFAULT_wxUSE_CALCTRL=no
9563 DEFAULT_wxUSE_CARET=no
9564 DEFAULT_wxUSE_CHECKBOX=no
9565 DEFAULT_wxUSE_CHECKLISTBOX=no
9566 DEFAULT_wxUSE_CHOICE=no
9567 DEFAULT_wxUSE_CHOICEBOOK=no
9568 DEFAULT_wxUSE_COLLPANE=no
9569 DEFAULT_wxUSE_COLOURPICKERCTRL=no
9570 DEFAULT_wxUSE_COMBOBOX=no
9571 DEFAULT_wxUSE_COMBOBOX=no
9572 DEFAULT_wxUSE_DATAVIEWCTRL=no
9573 DEFAULT_wxUSE_DATEPICKCTRL=no
9574 DEFAULT_wxUSE_DETECT_SM=no
9575 DEFAULT_wxUSE_DIRPICKERCTRL=no
9576 DEFAULT_wxUSE_DISPLAY=no
9577 DEFAULT_wxUSE_FILECTRL=no
9578 DEFAULT_wxUSE_FILEPICKERCTRL=no
9579 DEFAULT_wxUSE_FONTPICKERCTRL=no
9580 DEFAULT_wxUSE_GAUGE=no
9581 DEFAULT_wxUSE_GRID=no
9582 DEFAULT_wxUSE_HEADERCTRL=no
9583 DEFAULT_wxUSE_HYPERLINKCTRL=no
9584 DEFAULT_wxUSE_IMAGLIST=no
9585 DEFAULT_wxUSE_LISTBOOK=no
9586 DEFAULT_wxUSE_LISTBOX=no
9587 DEFAULT_wxUSE_LISTCTRL=no
9588 DEFAULT_wxUSE_NOTEBOOK=no
9589 DEFAULT_wxUSE_POPUPWIN=no
9590 DEFAULT_wxUSE_RADIOBOX=no
9591 DEFAULT_wxUSE_RADIOBTN=no
9592 DEFAULT_wxUSE_REARRANGECTRL=no
9593 DEFAULT_wxUSE_SASH=no
9594 DEFAULT_wxUSE_SCROLLBAR=no
9595 DEFAULT_wxUSE_SEARCHCTRL=no
9596 DEFAULT_wxUSE_SLIDER=no
9597 DEFAULT_wxUSE_SPINBTN=no
9598 DEFAULT_wxUSE_SPINCTRL=no
9599 DEFAULT_wxUSE_SPLITTER=no
9600 DEFAULT_wxUSE_STATBMP=no
9601 DEFAULT_wxUSE_STATBOX=no
9602 DEFAULT_wxUSE_STATLINE=no
9603 DEFAULT_wxUSE_STATUSBAR=no
9604 DEFAULT_wxUSE_TIPWINDOW=no
9605 DEFAULT_wxUSE_TOGGLEBTN=no
9606 DEFAULT_wxUSE_TOOLBAR=no
9607 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
9608 DEFAULT_wxUSE_TOOLBOOK=no
9609 DEFAULT_wxUSE_TOOLTIPS=no
9610 DEFAULT_wxUSE_TREEBOOK=no
9611 DEFAULT_wxUSE_TREECTRL=no
9612 fi
9613
9614
9615 enablestring=
9616 defaultval=$wxUSE_ALL_FEATURES
9617 if test -z "$defaultval"; then
9618 if test x"$enablestring" = xdisable; then
9619 defaultval=yes
9620 else
9621 defaultval=no
9622 fi
9623 fi
9624
9625 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
9626 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6; }
9627 # Check whether --enable-accel was given.
9628 if test "${enable_accel+set}" = set; then
9629 enableval=$enable_accel;
9630 if test "$enableval" = yes; then
9631 wx_cv_use_accel='wxUSE_ACCEL=yes'
9632 else
9633 wx_cv_use_accel='wxUSE_ACCEL=no'
9634 fi
9635
9636 else
9637
9638 wx_cv_use_accel='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
9639
9640 fi
9641
9642
9643 eval "$wx_cv_use_accel"
9644
9645 if test x"$enablestring" = xdisable; then
9646 if test $wxUSE_ACCEL = no; then
9647 result=yes
9648 else
9649 result=no
9650 fi
9651 else
9652 result=$wxUSE_ACCEL
9653 fi
9654
9655 { echo "$as_me:$LINENO: result: $result" >&5
9656 echo "${ECHO_T}$result" >&6; }
9657
9658
9659 enablestring=
9660 defaultval=$wxUSE_ALL_FEATURES
9661 if test -z "$defaultval"; then
9662 if test x"$enablestring" = xdisable; then
9663 defaultval=yes
9664 else
9665 defaultval=no
9666 fi
9667 fi
9668
9669 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-animatectrl" >&5
9670 echo $ECHO_N "checking for --${enablestring:-enable}-animatectrl... $ECHO_C" >&6; }
9671 # Check whether --enable-animatectrl was given.
9672 if test "${enable_animatectrl+set}" = set; then
9673 enableval=$enable_animatectrl;
9674 if test "$enableval" = yes; then
9675 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=yes'
9676 else
9677 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=no'
9678 fi
9679
9680 else
9681
9682 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
9683
9684 fi
9685
9686
9687 eval "$wx_cv_use_animatectrl"
9688
9689 if test x"$enablestring" = xdisable; then
9690 if test $wxUSE_ANIMATIONCTRL = no; then
9691 result=yes
9692 else
9693 result=no
9694 fi
9695 else
9696 result=$wxUSE_ANIMATIONCTRL
9697 fi
9698
9699 { echo "$as_me:$LINENO: result: $result" >&5
9700 echo "${ECHO_T}$result" >&6; }
9701
9702
9703 enablestring=
9704 defaultval=$wxUSE_ALL_FEATURES
9705 if test -z "$defaultval"; then
9706 if test x"$enablestring" = xdisable; then
9707 defaultval=yes
9708 else
9709 defaultval=no
9710 fi
9711 fi
9712
9713 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
9714 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6; }
9715 # Check whether --enable-bmpbutton was given.
9716 if test "${enable_bmpbutton+set}" = set; then
9717 enableval=$enable_bmpbutton;
9718 if test "$enableval" = yes; then
9719 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
9720 else
9721 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
9722 fi
9723
9724 else
9725
9726 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
9727
9728 fi
9729
9730
9731 eval "$wx_cv_use_bmpbutton"
9732
9733 if test x"$enablestring" = xdisable; then
9734 if test $wxUSE_BMPBUTTON = no; then
9735 result=yes
9736 else
9737 result=no
9738 fi
9739 else
9740 result=$wxUSE_BMPBUTTON
9741 fi
9742
9743 { echo "$as_me:$LINENO: result: $result" >&5
9744 echo "${ECHO_T}$result" >&6; }
9745
9746
9747 enablestring=
9748 defaultval=$wxUSE_ALL_FEATURES
9749 if test -z "$defaultval"; then
9750 if test x"$enablestring" = xdisable; then
9751 defaultval=yes
9752 else
9753 defaultval=no
9754 fi
9755 fi
9756
9757 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpcombobox" >&5
9758 echo $ECHO_N "checking for --${enablestring:-enable}-bmpcombobox... $ECHO_C" >&6; }
9759 # Check whether --enable-bmpcombobox was given.
9760 if test "${enable_bmpcombobox+set}" = set; then
9761 enableval=$enable_bmpcombobox;
9762 if test "$enableval" = yes; then
9763 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=yes'
9764 else
9765 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
9766 fi
9767
9768 else
9769
9770 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
9771
9772 fi
9773
9774
9775 eval "$wx_cv_use_bmpcombobox"
9776
9777 if test x"$enablestring" = xdisable; then
9778 if test $wxUSE_BITMAPCOMBOBOX = no; then
9779 result=yes
9780 else
9781 result=no
9782 fi
9783 else
9784 result=$wxUSE_BITMAPCOMBOBOX
9785 fi
9786
9787 { echo "$as_me:$LINENO: result: $result" >&5
9788 echo "${ECHO_T}$result" >&6; }
9789
9790
9791 enablestring=
9792 defaultval=$wxUSE_ALL_FEATURES
9793 if test -z "$defaultval"; then
9794 if test x"$enablestring" = xdisable; then
9795 defaultval=yes
9796 else
9797 defaultval=no
9798 fi
9799 fi
9800
9801 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
9802 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6; }
9803 # Check whether --enable-button was given.
9804 if test "${enable_button+set}" = set; then
9805 enableval=$enable_button;
9806 if test "$enableval" = yes; then
9807 wx_cv_use_button='wxUSE_BUTTON=yes'
9808 else
9809 wx_cv_use_button='wxUSE_BUTTON=no'
9810 fi
9811
9812 else
9813
9814 wx_cv_use_button='wxUSE_BUTTON=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
9815
9816 fi
9817
9818
9819 eval "$wx_cv_use_button"
9820
9821 if test x"$enablestring" = xdisable; then
9822 if test $wxUSE_BUTTON = no; then
9823 result=yes
9824 else
9825 result=no
9826 fi
9827 else
9828 result=$wxUSE_BUTTON
9829 fi
9830
9831 { echo "$as_me:$LINENO: result: $result" >&5
9832 echo "${ECHO_T}$result" >&6; }
9833
9834
9835 enablestring=
9836 defaultval=$wxUSE_ALL_FEATURES
9837 if test -z "$defaultval"; then
9838 if test x"$enablestring" = xdisable; then
9839 defaultval=yes
9840 else
9841 defaultval=no
9842 fi
9843 fi
9844
9845 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
9846 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6; }
9847 # Check whether --enable-calendar was given.
9848 if test "${enable_calendar+set}" = set; then
9849 enableval=$enable_calendar;
9850 if test "$enableval" = yes; then
9851 wx_cv_use_calendar='wxUSE_CALCTRL=yes'
9852 else
9853 wx_cv_use_calendar='wxUSE_CALCTRL=no'
9854 fi
9855
9856 else
9857
9858 wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
9859
9860 fi
9861
9862
9863 eval "$wx_cv_use_calendar"
9864
9865 if test x"$enablestring" = xdisable; then
9866 if test $wxUSE_CALCTRL = no; then
9867 result=yes
9868 else
9869 result=no
9870 fi
9871 else
9872 result=$wxUSE_CALCTRL
9873 fi
9874
9875 { echo "$as_me:$LINENO: result: $result" >&5
9876 echo "${ECHO_T}$result" >&6; }
9877
9878
9879 enablestring=
9880 defaultval=$wxUSE_ALL_FEATURES
9881 if test -z "$defaultval"; then
9882 if test x"$enablestring" = xdisable; then
9883 defaultval=yes
9884 else
9885 defaultval=no
9886 fi
9887 fi
9888
9889 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
9890 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6; }
9891 # Check whether --enable-caret was given.
9892 if test "${enable_caret+set}" = set; then
9893 enableval=$enable_caret;
9894 if test "$enableval" = yes; then
9895 wx_cv_use_caret='wxUSE_CARET=yes'
9896 else
9897 wx_cv_use_caret='wxUSE_CARET=no'
9898 fi
9899
9900 else
9901
9902 wx_cv_use_caret='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
9903
9904 fi
9905
9906
9907 eval "$wx_cv_use_caret"
9908
9909 if test x"$enablestring" = xdisable; then
9910 if test $wxUSE_CARET = no; then
9911 result=yes
9912 else
9913 result=no
9914 fi
9915 else
9916 result=$wxUSE_CARET
9917 fi
9918
9919 { echo "$as_me:$LINENO: result: $result" >&5
9920 echo "${ECHO_T}$result" >&6; }
9921
9922
9923 enablestring=
9924 defaultval=$wxUSE_ALL_FEATURES
9925 if test -z "$defaultval"; then
9926 if test x"$enablestring" = xdisable; then
9927 defaultval=yes
9928 else
9929 defaultval=no
9930 fi
9931 fi
9932
9933 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
9934 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6; }
9935 # Check whether --enable-checkbox was given.
9936 if test "${enable_checkbox+set}" = set; then
9937 enableval=$enable_checkbox;
9938 if test "$enableval" = yes; then
9939 wx_cv_use_checkbox='wxUSE_CHECKBOX=yes'
9940 else
9941 wx_cv_use_checkbox='wxUSE_CHECKBOX=no'
9942 fi
9943
9944 else
9945
9946 wx_cv_use_checkbox='wxUSE_CHECKBOX=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
9947
9948 fi
9949
9950
9951 eval "$wx_cv_use_checkbox"
9952
9953 if test x"$enablestring" = xdisable; then
9954 if test $wxUSE_CHECKBOX = no; then
9955 result=yes
9956 else
9957 result=no
9958 fi
9959 else
9960 result=$wxUSE_CHECKBOX
9961 fi
9962
9963 { echo "$as_me:$LINENO: result: $result" >&5
9964 echo "${ECHO_T}$result" >&6; }
9965
9966
9967 enablestring=
9968 defaultval=$wxUSE_ALL_FEATURES
9969 if test -z "$defaultval"; then
9970 if test x"$enablestring" = xdisable; then
9971 defaultval=yes
9972 else
9973 defaultval=no
9974 fi
9975 fi
9976
9977 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
9978 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6; }
9979 # Check whether --enable-checklst was given.
9980 if test "${enable_checklst+set}" = set; then
9981 enableval=$enable_checklst;
9982 if test "$enableval" = yes; then
9983 wx_cv_use_checklst='wxUSE_CHECKLST=yes'
9984 else
9985 wx_cv_use_checklst='wxUSE_CHECKLST=no'
9986 fi
9987
9988 else
9989
9990 wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
9991
9992 fi
9993
9994
9995 eval "$wx_cv_use_checklst"
9996
9997 if test x"$enablestring" = xdisable; then
9998 if test $wxUSE_CHECKLST = no; then
9999 result=yes
10000 else
10001 result=no
10002 fi
10003 else
10004 result=$wxUSE_CHECKLST
10005 fi
10006
10007 { echo "$as_me:$LINENO: result: $result" >&5
10008 echo "${ECHO_T}$result" >&6; }
10009
10010
10011 enablestring=
10012 defaultval=$wxUSE_ALL_FEATURES
10013 if test -z "$defaultval"; then
10014 if test x"$enablestring" = xdisable; then
10015 defaultval=yes
10016 else
10017 defaultval=no
10018 fi
10019 fi
10020
10021 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
10022 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6; }
10023 # Check whether --enable-choice was given.
10024 if test "${enable_choice+set}" = set; then
10025 enableval=$enable_choice;
10026 if test "$enableval" = yes; then
10027 wx_cv_use_choice='wxUSE_CHOICE=yes'
10028 else
10029 wx_cv_use_choice='wxUSE_CHOICE=no'
10030 fi
10031
10032 else
10033
10034 wx_cv_use_choice='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
10035
10036 fi
10037
10038
10039 eval "$wx_cv_use_choice"
10040
10041 if test x"$enablestring" = xdisable; then
10042 if test $wxUSE_CHOICE = no; then
10043 result=yes
10044 else
10045 result=no
10046 fi
10047 else
10048 result=$wxUSE_CHOICE
10049 fi
10050
10051 { echo "$as_me:$LINENO: result: $result" >&5
10052 echo "${ECHO_T}$result" >&6; }
10053
10054
10055 enablestring=
10056 defaultval=$wxUSE_ALL_FEATURES
10057 if test -z "$defaultval"; then
10058 if test x"$enablestring" = xdisable; then
10059 defaultval=yes
10060 else
10061 defaultval=no
10062 fi
10063 fi
10064
10065 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
10066 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6; }
10067 # Check whether --enable-choicebook was given.
10068 if test "${enable_choicebook+set}" = set; then
10069 enableval=$enable_choicebook;
10070 if test "$enableval" = yes; then
10071 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
10072 else
10073 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
10074 fi
10075
10076 else
10077
10078 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
10079
10080 fi
10081
10082
10083 eval "$wx_cv_use_choicebook"
10084
10085 if test x"$enablestring" = xdisable; then
10086 if test $wxUSE_CHOICEBOOK = no; then
10087 result=yes
10088 else
10089 result=no
10090 fi
10091 else
10092 result=$wxUSE_CHOICEBOOK
10093 fi
10094
10095 { echo "$as_me:$LINENO: result: $result" >&5
10096 echo "${ECHO_T}$result" >&6; }
10097
10098
10099 enablestring=
10100 defaultval=$wxUSE_ALL_FEATURES
10101 if test -z "$defaultval"; then
10102 if test x"$enablestring" = xdisable; then
10103 defaultval=yes
10104 else
10105 defaultval=no
10106 fi
10107 fi
10108
10109 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-collpane" >&5
10110 echo $ECHO_N "checking for --${enablestring:-enable}-collpane... $ECHO_C" >&6; }
10111 # Check whether --enable-collpane was given.
10112 if test "${enable_collpane+set}" = set; then
10113 enableval=$enable_collpane;
10114 if test "$enableval" = yes; then
10115 wx_cv_use_collpane='wxUSE_COLLPANE=yes'
10116 else
10117 wx_cv_use_collpane='wxUSE_COLLPANE=no'
10118 fi
10119
10120 else
10121
10122 wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
10123
10124 fi
10125
10126
10127 eval "$wx_cv_use_collpane"
10128
10129 if test x"$enablestring" = xdisable; then
10130 if test $wxUSE_COLLPANE = no; then
10131 result=yes
10132 else
10133 result=no
10134 fi
10135 else
10136 result=$wxUSE_COLLPANE
10137 fi
10138
10139 { echo "$as_me:$LINENO: result: $result" >&5
10140 echo "${ECHO_T}$result" >&6; }
10141
10142
10143 enablestring=
10144 defaultval=$wxUSE_ALL_FEATURES
10145 if test -z "$defaultval"; then
10146 if test x"$enablestring" = xdisable; then
10147 defaultval=yes
10148 else
10149 defaultval=no
10150 fi
10151 fi
10152
10153 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-colourpicker" >&5
10154 echo $ECHO_N "checking for --${enablestring:-enable}-colourpicker... $ECHO_C" >&6; }
10155 # Check whether --enable-colourpicker was given.
10156 if test "${enable_colourpicker+set}" = set; then
10157 enableval=$enable_colourpicker;
10158 if test "$enableval" = yes; then
10159 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=yes'
10160 else
10161 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
10162 fi
10163
10164 else
10165
10166 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
10167
10168 fi
10169
10170
10171 eval "$wx_cv_use_colourpicker"
10172
10173 if test x"$enablestring" = xdisable; then
10174 if test $wxUSE_COLOURPICKERCTRL = no; then
10175 result=yes
10176 else
10177 result=no
10178 fi
10179 else
10180 result=$wxUSE_COLOURPICKERCTRL
10181 fi
10182
10183 { echo "$as_me:$LINENO: result: $result" >&5
10184 echo "${ECHO_T}$result" >&6; }
10185
10186
10187 enablestring=
10188 defaultval=$wxUSE_ALL_FEATURES
10189 if test -z "$defaultval"; then
10190 if test x"$enablestring" = xdisable; then
10191 defaultval=yes
10192 else
10193 defaultval=no
10194 fi
10195 fi
10196
10197 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
10198 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6; }
10199 # Check whether --enable-combobox was given.
10200 if test "${enable_combobox+set}" = set; then
10201 enableval=$enable_combobox;
10202 if test "$enableval" = yes; then
10203 wx_cv_use_combobox='wxUSE_COMBOBOX=yes'
10204 else
10205 wx_cv_use_combobox='wxUSE_COMBOBOX=no'
10206 fi
10207
10208 else
10209
10210 wx_cv_use_combobox='wxUSE_COMBOBOX=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
10211
10212 fi
10213
10214
10215 eval "$wx_cv_use_combobox"
10216
10217 if test x"$enablestring" = xdisable; then
10218 if test $wxUSE_COMBOBOX = no; then
10219 result=yes
10220 else
10221 result=no
10222 fi
10223 else
10224 result=$wxUSE_COMBOBOX
10225 fi
10226
10227 { echo "$as_me:$LINENO: result: $result" >&5
10228 echo "${ECHO_T}$result" >&6; }
10229
10230
10231 enablestring=
10232 defaultval=$wxUSE_ALL_FEATURES
10233 if test -z "$defaultval"; then
10234 if test x"$enablestring" = xdisable; then
10235 defaultval=yes
10236 else
10237 defaultval=no
10238 fi
10239 fi
10240
10241 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-comboctrl" >&5
10242 echo $ECHO_N "checking for --${enablestring:-enable}-comboctrl... $ECHO_C" >&6; }
10243 # Check whether --enable-comboctrl was given.
10244 if test "${enable_comboctrl+set}" = set; then
10245 enableval=$enable_comboctrl;
10246 if test "$enableval" = yes; then
10247 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
10248 else
10249 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
10250 fi
10251
10252 else
10253
10254 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
10255
10256 fi
10257
10258
10259 eval "$wx_cv_use_comboctrl"
10260
10261 if test x"$enablestring" = xdisable; then
10262 if test $wxUSE_COMBOCTRL = no; then
10263 result=yes
10264 else
10265 result=no
10266 fi
10267 else
10268 result=$wxUSE_COMBOCTRL
10269 fi
10270
10271 { echo "$as_me:$LINENO: result: $result" >&5
10272 echo "${ECHO_T}$result" >&6; }
10273
10274
10275 enablestring=
10276 defaultval=$wxUSE_ALL_FEATURES
10277 if test -z "$defaultval"; then
10278 if test x"$enablestring" = xdisable; then
10279 defaultval=yes
10280 else
10281 defaultval=no
10282 fi
10283 fi
10284
10285 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataviewctrl" >&5
10286 echo $ECHO_N "checking for --${enablestring:-enable}-dataviewctrl... $ECHO_C" >&6; }
10287 # Check whether --enable-dataviewctrl was given.
10288 if test "${enable_dataviewctrl+set}" = set; then
10289 enableval=$enable_dataviewctrl;
10290 if test "$enableval" = yes; then
10291 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=yes'
10292 else
10293 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=no'
10294 fi
10295
10296 else
10297
10298 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
10299
10300 fi
10301
10302
10303 eval "$wx_cv_use_dataviewctrl"
10304
10305 if test x"$enablestring" = xdisable; then
10306 if test $wxUSE_DATAVIEWCTRL = no; then
10307 result=yes
10308 else
10309 result=no
10310 fi
10311 else
10312 result=$wxUSE_DATAVIEWCTRL
10313 fi
10314
10315 { echo "$as_me:$LINENO: result: $result" >&5
10316 echo "${ECHO_T}$result" >&6; }
10317
10318
10319 enablestring=
10320 defaultval=$wxUSE_ALL_FEATURES
10321 if test -z "$defaultval"; then
10322 if test x"$enablestring" = xdisable; then
10323 defaultval=yes
10324 else
10325 defaultval=no
10326 fi
10327 fi
10328
10329 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
10330 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6; }
10331 # Check whether --enable-datepick was given.
10332 if test "${enable_datepick+set}" = set; then
10333 enableval=$enable_datepick;
10334 if test "$enableval" = yes; then
10335 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
10336 else
10337 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
10338 fi
10339
10340 else
10341
10342 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
10343
10344 fi
10345
10346
10347 eval "$wx_cv_use_datepick"
10348
10349 if test x"$enablestring" = xdisable; then
10350 if test $wxUSE_DATEPICKCTRL = no; then
10351 result=yes
10352 else
10353 result=no
10354 fi
10355 else
10356 result=$wxUSE_DATEPICKCTRL
10357 fi
10358
10359 { echo "$as_me:$LINENO: result: $result" >&5
10360 echo "${ECHO_T}$result" >&6; }
10361
10362
10363 enablestring=
10364 defaultval=$wxUSE_ALL_FEATURES
10365 if test -z "$defaultval"; then
10366 if test x"$enablestring" = xdisable; then
10367 defaultval=yes
10368 else
10369 defaultval=no
10370 fi
10371 fi
10372
10373 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-detect_sm" >&5
10374 echo $ECHO_N "checking for --${enablestring:-enable}-detect_sm... $ECHO_C" >&6; }
10375 # Check whether --enable-detect_sm was given.
10376 if test "${enable_detect_sm+set}" = set; then
10377 enableval=$enable_detect_sm;
10378 if test "$enableval" = yes; then
10379 wx_cv_use_detect_sm='wxUSE_DETECT_SM=yes'
10380 else
10381 wx_cv_use_detect_sm='wxUSE_DETECT_SM=no'
10382 fi
10383
10384 else
10385
10386 wx_cv_use_detect_sm='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
10387
10388 fi
10389
10390
10391 eval "$wx_cv_use_detect_sm"
10392
10393 if test x"$enablestring" = xdisable; then
10394 if test $wxUSE_DETECT_SM = no; then
10395 result=yes
10396 else
10397 result=no
10398 fi
10399 else
10400 result=$wxUSE_DETECT_SM
10401 fi
10402
10403 { echo "$as_me:$LINENO: result: $result" >&5
10404 echo "${ECHO_T}$result" >&6; }
10405
10406
10407 enablestring=
10408 defaultval=$wxUSE_ALL_FEATURES
10409 if test -z "$defaultval"; then
10410 if test x"$enablestring" = xdisable; then
10411 defaultval=yes
10412 else
10413 defaultval=no
10414 fi
10415 fi
10416
10417 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirpicker" >&5
10418 echo $ECHO_N "checking for --${enablestring:-enable}-dirpicker... $ECHO_C" >&6; }
10419 # Check whether --enable-dirpicker was given.
10420 if test "${enable_dirpicker+set}" = set; then
10421 enableval=$enable_dirpicker;
10422 if test "$enableval" = yes; then
10423 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=yes'
10424 else
10425 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=no'
10426 fi
10427
10428 else
10429
10430 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
10431
10432 fi
10433
10434
10435 eval "$wx_cv_use_dirpicker"
10436
10437 if test x"$enablestring" = xdisable; then
10438 if test $wxUSE_DIRPICKERCTRL = no; then
10439 result=yes
10440 else
10441 result=no
10442 fi
10443 else
10444 result=$wxUSE_DIRPICKERCTRL
10445 fi
10446
10447 { echo "$as_me:$LINENO: result: $result" >&5
10448 echo "${ECHO_T}$result" >&6; }
10449
10450
10451 enablestring=
10452 defaultval=$wxUSE_ALL_FEATURES
10453 if test -z "$defaultval"; then
10454 if test x"$enablestring" = xdisable; then
10455 defaultval=yes
10456 else
10457 defaultval=no
10458 fi
10459 fi
10460
10461 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
10462 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6; }
10463 # Check whether --enable-display was given.
10464 if test "${enable_display+set}" = set; then
10465 enableval=$enable_display;
10466 if test "$enableval" = yes; then
10467 wx_cv_use_display='wxUSE_DISPLAY=yes'
10468 else
10469 wx_cv_use_display='wxUSE_DISPLAY=no'
10470 fi
10471
10472 else
10473
10474 wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
10475
10476 fi
10477
10478
10479 eval "$wx_cv_use_display"
10480
10481 if test x"$enablestring" = xdisable; then
10482 if test $wxUSE_DISPLAY = no; then
10483 result=yes
10484 else
10485 result=no
10486 fi
10487 else
10488 result=$wxUSE_DISPLAY
10489 fi
10490
10491 { echo "$as_me:$LINENO: result: $result" >&5
10492 echo "${ECHO_T}$result" >&6; }
10493
10494
10495 enablestring=
10496 defaultval=$wxUSE_ALL_FEATURES
10497 if test -z "$defaultval"; then
10498 if test x"$enablestring" = xdisable; then
10499 defaultval=yes
10500 else
10501 defaultval=no
10502 fi
10503 fi
10504
10505 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-editablebox" >&5
10506 echo $ECHO_N "checking for --${enablestring:-enable}-editablebox... $ECHO_C" >&6; }
10507 # Check whether --enable-editablebox was given.
10508 if test "${enable_editablebox+set}" = set; then
10509 enableval=$enable_editablebox;
10510 if test "$enableval" = yes; then
10511 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=yes'
10512 else
10513 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=no'
10514 fi
10515
10516 else
10517
10518 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
10519
10520 fi
10521
10522
10523 eval "$wx_cv_use_editablebox"
10524
10525 if test x"$enablestring" = xdisable; then
10526 if test $wxUSE_EDITABLELISTBOX = no; then
10527 result=yes
10528 else
10529 result=no
10530 fi
10531 else
10532 result=$wxUSE_EDITABLELISTBOX
10533 fi
10534
10535 { echo "$as_me:$LINENO: result: $result" >&5
10536 echo "${ECHO_T}$result" >&6; }
10537
10538
10539 enablestring=
10540 defaultval=$wxUSE_ALL_FEATURES
10541 if test -z "$defaultval"; then
10542 if test x"$enablestring" = xdisable; then
10543 defaultval=yes
10544 else
10545 defaultval=no
10546 fi
10547 fi
10548
10549 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filectrl" >&5
10550 echo $ECHO_N "checking for --${enablestring:-enable}-filectrl... $ECHO_C" >&6; }
10551 # Check whether --enable-filectrl was given.
10552 if test "${enable_filectrl+set}" = set; then
10553 enableval=$enable_filectrl;
10554 if test "$enableval" = yes; then
10555 wx_cv_use_filectrl='wxUSE_FILECTRL=yes'
10556 else
10557 wx_cv_use_filectrl='wxUSE_FILECTRL=no'
10558 fi
10559
10560 else
10561
10562 wx_cv_use_filectrl='wxUSE_FILECTRL=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
10563
10564 fi
10565
10566
10567 eval "$wx_cv_use_filectrl"
10568
10569 if test x"$enablestring" = xdisable; then
10570 if test $wxUSE_FILECTRL = no; then
10571 result=yes
10572 else
10573 result=no
10574 fi
10575 else
10576 result=$wxUSE_FILECTRL
10577 fi
10578
10579 { echo "$as_me:$LINENO: result: $result" >&5
10580 echo "${ECHO_T}$result" >&6; }
10581
10582
10583 enablestring=
10584 defaultval=$wxUSE_ALL_FEATURES
10585 if test -z "$defaultval"; then
10586 if test x"$enablestring" = xdisable; then
10587 defaultval=yes
10588 else
10589 defaultval=no
10590 fi
10591 fi
10592
10593 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filepicker" >&5
10594 echo $ECHO_N "checking for --${enablestring:-enable}-filepicker... $ECHO_C" >&6; }
10595 # Check whether --enable-filepicker was given.
10596 if test "${enable_filepicker+set}" = set; then
10597 enableval=$enable_filepicker;
10598 if test "$enableval" = yes; then
10599 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
10600 else
10601 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
10602 fi
10603
10604 else
10605
10606 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
10607
10608 fi
10609
10610
10611 eval "$wx_cv_use_filepicker"
10612
10613 if test x"$enablestring" = xdisable; then
10614 if test $wxUSE_FILEPICKERCTRL = no; then
10615 result=yes
10616 else
10617 result=no
10618 fi
10619 else
10620 result=$wxUSE_FILEPICKERCTRL
10621 fi
10622
10623 { echo "$as_me:$LINENO: result: $result" >&5
10624 echo "${ECHO_T}$result" >&6; }
10625
10626
10627 enablestring=
10628 defaultval=$wxUSE_ALL_FEATURES
10629 if test -z "$defaultval"; then
10630 if test x"$enablestring" = xdisable; then
10631 defaultval=yes
10632 else
10633 defaultval=no
10634 fi
10635 fi
10636
10637 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontpicker" >&5
10638 echo $ECHO_N "checking for --${enablestring:-enable}-fontpicker... $ECHO_C" >&6; }
10639 # Check whether --enable-fontpicker was given.
10640 if test "${enable_fontpicker+set}" = set; then
10641 enableval=$enable_fontpicker;
10642 if test "$enableval" = yes; then
10643 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=yes'
10644 else
10645 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
10646 fi
10647
10648 else
10649
10650 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
10651
10652 fi
10653
10654
10655 eval "$wx_cv_use_fontpicker"
10656
10657 if test x"$enablestring" = xdisable; then
10658 if test $wxUSE_FONTPICKERCTRL = no; then
10659 result=yes
10660 else
10661 result=no
10662 fi
10663 else
10664 result=$wxUSE_FONTPICKERCTRL
10665 fi
10666
10667 { echo "$as_me:$LINENO: result: $result" >&5
10668 echo "${ECHO_T}$result" >&6; }
10669
10670
10671 enablestring=
10672 defaultval=$wxUSE_ALL_FEATURES
10673 if test -z "$defaultval"; then
10674 if test x"$enablestring" = xdisable; then
10675 defaultval=yes
10676 else
10677 defaultval=no
10678 fi
10679 fi
10680
10681 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
10682 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6; }
10683 # Check whether --enable-gauge was given.
10684 if test "${enable_gauge+set}" = set; then
10685 enableval=$enable_gauge;
10686 if test "$enableval" = yes; then
10687 wx_cv_use_gauge='wxUSE_GAUGE=yes'
10688 else
10689 wx_cv_use_gauge='wxUSE_GAUGE=no'
10690 fi
10691
10692 else
10693
10694 wx_cv_use_gauge='wxUSE_GAUGE=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
10695
10696 fi
10697
10698
10699 eval "$wx_cv_use_gauge"
10700
10701 if test x"$enablestring" = xdisable; then
10702 if test $wxUSE_GAUGE = no; then
10703 result=yes
10704 else
10705 result=no
10706 fi
10707 else
10708 result=$wxUSE_GAUGE
10709 fi
10710
10711 { echo "$as_me:$LINENO: result: $result" >&5
10712 echo "${ECHO_T}$result" >&6; }
10713
10714
10715 enablestring=
10716 defaultval=$wxUSE_ALL_FEATURES
10717 if test -z "$defaultval"; then
10718 if test x"$enablestring" = xdisable; then
10719 defaultval=yes
10720 else
10721 defaultval=no
10722 fi
10723 fi
10724
10725 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
10726 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6; }
10727 # Check whether --enable-grid was given.
10728 if test "${enable_grid+set}" = set; then
10729 enableval=$enable_grid;
10730 if test "$enableval" = yes; then
10731 wx_cv_use_grid='wxUSE_GRID=yes'
10732 else
10733 wx_cv_use_grid='wxUSE_GRID=no'
10734 fi
10735
10736 else
10737
10738 wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
10739
10740 fi
10741
10742
10743 eval "$wx_cv_use_grid"
10744
10745 if test x"$enablestring" = xdisable; then
10746 if test $wxUSE_GRID = no; then
10747 result=yes
10748 else
10749 result=no
10750 fi
10751 else
10752 result=$wxUSE_GRID
10753 fi
10754
10755 { echo "$as_me:$LINENO: result: $result" >&5
10756 echo "${ECHO_T}$result" >&6; }
10757
10758
10759 enablestring=
10760 defaultval=$wxUSE_ALL_FEATURES
10761 if test -z "$defaultval"; then
10762 if test x"$enablestring" = xdisable; then
10763 defaultval=yes
10764 else
10765 defaultval=no
10766 fi
10767 fi
10768
10769 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-headerctrl" >&5
10770 echo $ECHO_N "checking for --${enablestring:-enable}-headerctrl... $ECHO_C" >&6; }
10771 # Check whether --enable-headerctrl was given.
10772 if test "${enable_headerctrl+set}" = set; then
10773 enableval=$enable_headerctrl;
10774 if test "$enableval" = yes; then
10775 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=yes'
10776 else
10777 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=no'
10778 fi
10779
10780 else
10781
10782 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=${'DEFAULT_wxUSE_HEADERCTRL":-$defaultval}"
10783
10784 fi
10785
10786
10787 eval "$wx_cv_use_headerctrl"
10788
10789 if test x"$enablestring" = xdisable; then
10790 if test $wxUSE_HEADERCTRL = no; then
10791 result=yes
10792 else
10793 result=no
10794 fi
10795 else
10796 result=$wxUSE_HEADERCTRL
10797 fi
10798
10799 { echo "$as_me:$LINENO: result: $result" >&5
10800 echo "${ECHO_T}$result" >&6; }
10801
10802
10803 enablestring=
10804 defaultval=$wxUSE_ALL_FEATURES
10805 if test -z "$defaultval"; then
10806 if test x"$enablestring" = xdisable; then
10807 defaultval=yes
10808 else
10809 defaultval=no
10810 fi
10811 fi
10812
10813 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hyperlink" >&5
10814 echo $ECHO_N "checking for --${enablestring:-enable}-hyperlink... $ECHO_C" >&6; }
10815 # Check whether --enable-hyperlink was given.
10816 if test "${enable_hyperlink+set}" = set; then
10817 enableval=$enable_hyperlink;
10818 if test "$enableval" = yes; then
10819 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=yes'
10820 else
10821 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=no'
10822 fi
10823
10824 else
10825
10826 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
10827
10828 fi
10829
10830
10831 eval "$wx_cv_use_hyperlink"
10832
10833 if test x"$enablestring" = xdisable; then
10834 if test $wxUSE_HYPERLINKCTRL = no; then
10835 result=yes
10836 else
10837 result=no
10838 fi
10839 else
10840 result=$wxUSE_HYPERLINKCTRL
10841 fi
10842
10843 { echo "$as_me:$LINENO: result: $result" >&5
10844 echo "${ECHO_T}$result" >&6; }
10845
10846
10847 enablestring=
10848 defaultval=$wxUSE_ALL_FEATURES
10849 if test -z "$defaultval"; then
10850 if test x"$enablestring" = xdisable; then
10851 defaultval=yes
10852 else
10853 defaultval=no
10854 fi
10855 fi
10856
10857 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
10858 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6; }
10859 # Check whether --enable-imaglist was given.
10860 if test "${enable_imaglist+set}" = set; then
10861 enableval=$enable_imaglist;
10862 if test "$enableval" = yes; then
10863 wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
10864 else
10865 wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
10866 fi
10867
10868 else
10869
10870 wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
10871
10872 fi
10873
10874
10875 eval "$wx_cv_use_imaglist"
10876
10877 if test x"$enablestring" = xdisable; then
10878 if test $wxUSE_IMAGLIST = no; then
10879 result=yes
10880 else
10881 result=no
10882 fi
10883 else
10884 result=$wxUSE_IMAGLIST
10885 fi
10886
10887 { echo "$as_me:$LINENO: result: $result" >&5
10888 echo "${ECHO_T}$result" >&6; }
10889
10890
10891 enablestring=
10892 defaultval=$wxUSE_ALL_FEATURES
10893 if test -z "$defaultval"; then
10894 if test x"$enablestring" = xdisable; then
10895 defaultval=yes
10896 else
10897 defaultval=no
10898 fi
10899 fi
10900
10901 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-infobar" >&5
10902 echo $ECHO_N "checking for --${enablestring:-enable}-infobar... $ECHO_C" >&6; }
10903 # Check whether --enable-infobar was given.
10904 if test "${enable_infobar+set}" = set; then
10905 enableval=$enable_infobar;
10906 if test "$enableval" = yes; then
10907 wx_cv_use_infobar='wxUSE_INFOBAR=yes'
10908 else
10909 wx_cv_use_infobar='wxUSE_INFOBAR=no'
10910 fi
10911
10912 else
10913
10914 wx_cv_use_infobar='wxUSE_INFOBAR=${'DEFAULT_wxUSE_INFOBAR":-$defaultval}"
10915
10916 fi
10917
10918
10919 eval "$wx_cv_use_infobar"
10920
10921 if test x"$enablestring" = xdisable; then
10922 if test $wxUSE_INFOBAR = no; then
10923 result=yes
10924 else
10925 result=no
10926 fi
10927 else
10928 result=$wxUSE_INFOBAR
10929 fi
10930
10931 { echo "$as_me:$LINENO: result: $result" >&5
10932 echo "${ECHO_T}$result" >&6; }
10933
10934
10935 enablestring=
10936 defaultval=$wxUSE_ALL_FEATURES
10937 if test -z "$defaultval"; then
10938 if test x"$enablestring" = xdisable; then
10939 defaultval=yes
10940 else
10941 defaultval=no
10942 fi
10943 fi
10944
10945 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
10946 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6; }
10947 # Check whether --enable-listbook was given.
10948 if test "${enable_listbook+set}" = set; then
10949 enableval=$enable_listbook;
10950 if test "$enableval" = yes; then
10951 wx_cv_use_listbook='wxUSE_LISTBOOK=yes'
10952 else
10953 wx_cv_use_listbook='wxUSE_LISTBOOK=no'
10954 fi
10955
10956 else
10957
10958 wx_cv_use_listbook='wxUSE_LISTBOOK=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
10959
10960 fi
10961
10962
10963 eval "$wx_cv_use_listbook"
10964
10965 if test x"$enablestring" = xdisable; then
10966 if test $wxUSE_LISTBOOK = no; then
10967 result=yes
10968 else
10969 result=no
10970 fi
10971 else
10972 result=$wxUSE_LISTBOOK
10973 fi
10974
10975 { echo "$as_me:$LINENO: result: $result" >&5
10976 echo "${ECHO_T}$result" >&6; }
10977
10978
10979 enablestring=
10980 defaultval=$wxUSE_ALL_FEATURES
10981 if test -z "$defaultval"; then
10982 if test x"$enablestring" = xdisable; then
10983 defaultval=yes
10984 else
10985 defaultval=no
10986 fi
10987 fi
10988
10989 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
10990 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6; }
10991 # Check whether --enable-listbox was given.
10992 if test "${enable_listbox+set}" = set; then
10993 enableval=$enable_listbox;
10994 if test "$enableval" = yes; then
10995 wx_cv_use_listbox='wxUSE_LISTBOX=yes'
10996 else
10997 wx_cv_use_listbox='wxUSE_LISTBOX=no'
10998 fi
10999
11000 else
11001
11002 wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
11003
11004 fi
11005
11006
11007 eval "$wx_cv_use_listbox"
11008
11009 if test x"$enablestring" = xdisable; then
11010 if test $wxUSE_LISTBOX = no; then
11011 result=yes
11012 else
11013 result=no
11014 fi
11015 else
11016 result=$wxUSE_LISTBOX
11017 fi
11018
11019 { echo "$as_me:$LINENO: result: $result" >&5
11020 echo "${ECHO_T}$result" >&6; }
11021
11022
11023 enablestring=
11024 defaultval=$wxUSE_ALL_FEATURES
11025 if test -z "$defaultval"; then
11026 if test x"$enablestring" = xdisable; then
11027 defaultval=yes
11028 else
11029 defaultval=no
11030 fi
11031 fi
11032
11033 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
11034 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6; }
11035 # Check whether --enable-listctrl was given.
11036 if test "${enable_listctrl+set}" = set; then
11037 enableval=$enable_listctrl;
11038 if test "$enableval" = yes; then
11039 wx_cv_use_listctrl='wxUSE_LISTCTRL=yes'
11040 else
11041 wx_cv_use_listctrl='wxUSE_LISTCTRL=no'
11042 fi
11043
11044 else
11045
11046 wx_cv_use_listctrl='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
11047
11048 fi
11049
11050
11051 eval "$wx_cv_use_listctrl"
11052
11053 if test x"$enablestring" = xdisable; then
11054 if test $wxUSE_LISTCTRL = no; then
11055 result=yes
11056 else
11057 result=no
11058 fi
11059 else
11060 result=$wxUSE_LISTCTRL
11061 fi
11062
11063 { echo "$as_me:$LINENO: result: $result" >&5
11064 echo "${ECHO_T}$result" >&6; }
11065
11066
11067 enablestring=
11068 defaultval=$wxUSE_ALL_FEATURES
11069 if test -z "$defaultval"; then
11070 if test x"$enablestring" = xdisable; then
11071 defaultval=yes
11072 else
11073 defaultval=no
11074 fi
11075 fi
11076
11077 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
11078 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6; }
11079 # Check whether --enable-notebook was given.
11080 if test "${enable_notebook+set}" = set; then
11081 enableval=$enable_notebook;
11082 if test "$enableval" = yes; then
11083 wx_cv_use_notebook='wxUSE_NOTEBOOK=yes'
11084 else
11085 wx_cv_use_notebook='wxUSE_NOTEBOOK=no'
11086 fi
11087
11088 else
11089
11090 wx_cv_use_notebook='wxUSE_NOTEBOOK=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
11091
11092 fi
11093
11094
11095 eval "$wx_cv_use_notebook"
11096
11097 if test x"$enablestring" = xdisable; then
11098 if test $wxUSE_NOTEBOOK = no; then
11099 result=yes
11100 else
11101 result=no
11102 fi
11103 else
11104 result=$wxUSE_NOTEBOOK
11105 fi
11106
11107 { echo "$as_me:$LINENO: result: $result" >&5
11108 echo "${ECHO_T}$result" >&6; }
11109
11110
11111 enablestring=
11112 defaultval=$wxUSE_ALL_FEATURES
11113 if test -z "$defaultval"; then
11114 if test x"$enablestring" = xdisable; then
11115 defaultval=yes
11116 else
11117 defaultval=no
11118 fi
11119 fi
11120
11121 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notifmsg" >&5
11122 echo $ECHO_N "checking for --${enablestring:-enable}-notifmsg... $ECHO_C" >&6; }
11123 # Check whether --enable-notifmsg was given.
11124 if test "${enable_notifmsg+set}" = set; then
11125 enableval=$enable_notifmsg;
11126 if test "$enableval" = yes; then
11127 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
11128 else
11129 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
11130 fi
11131
11132 else
11133
11134 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
11135
11136 fi
11137
11138
11139 eval "$wx_cv_use_notifmsg"
11140
11141 if test x"$enablestring" = xdisable; then
11142 if test $wxUSE_NOTIFICATION_MESSAGE = no; then
11143 result=yes
11144 else
11145 result=no
11146 fi
11147 else
11148 result=$wxUSE_NOTIFICATION_MESSAGE
11149 fi
11150
11151 { echo "$as_me:$LINENO: result: $result" >&5
11152 echo "${ECHO_T}$result" >&6; }
11153
11154
11155 enablestring=
11156 defaultval=$wxUSE_ALL_FEATURES
11157 if test -z "$defaultval"; then
11158 if test x"$enablestring" = xdisable; then
11159 defaultval=yes
11160 else
11161 defaultval=no
11162 fi
11163 fi
11164
11165 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-odcombobox" >&5
11166 echo $ECHO_N "checking for --${enablestring:-enable}-odcombobox... $ECHO_C" >&6; }
11167 # Check whether --enable-odcombobox was given.
11168 if test "${enable_odcombobox+set}" = set; then
11169 enableval=$enable_odcombobox;
11170 if test "$enableval" = yes; then
11171 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=yes'
11172 else
11173 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
11174 fi
11175
11176 else
11177
11178 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
11179
11180 fi
11181
11182
11183 eval "$wx_cv_use_odcombobox"
11184
11185 if test x"$enablestring" = xdisable; then
11186 if test $wxUSE_ODCOMBOBOX = no; then
11187 result=yes
11188 else
11189 result=no
11190 fi
11191 else
11192 result=$wxUSE_ODCOMBOBOX
11193 fi
11194
11195 { echo "$as_me:$LINENO: result: $result" >&5
11196 echo "${ECHO_T}$result" >&6; }
11197
11198
11199 enablestring=
11200 defaultval=$wxUSE_ALL_FEATURES
11201 if test -z "$defaultval"; then
11202 if test x"$enablestring" = xdisable; then
11203 defaultval=yes
11204 else
11205 defaultval=no
11206 fi
11207 fi
11208
11209 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
11210 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6; }
11211 # Check whether --enable-popupwin was given.
11212 if test "${enable_popupwin+set}" = set; then
11213 enableval=$enable_popupwin;
11214 if test "$enableval" = yes; then
11215 wx_cv_use_popupwin='wxUSE_POPUPWIN=yes'
11216 else
11217 wx_cv_use_popupwin='wxUSE_POPUPWIN=no'
11218 fi
11219
11220 else
11221
11222 wx_cv_use_popupwin='wxUSE_POPUPWIN=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
11223
11224 fi
11225
11226
11227 eval "$wx_cv_use_popupwin"
11228
11229 if test x"$enablestring" = xdisable; then
11230 if test $wxUSE_POPUPWIN = no; then
11231 result=yes
11232 else
11233 result=no
11234 fi
11235 else
11236 result=$wxUSE_POPUPWIN
11237 fi
11238
11239 { echo "$as_me:$LINENO: result: $result" >&5
11240 echo "${ECHO_T}$result" >&6; }
11241
11242
11243 enablestring=
11244 defaultval=$wxUSE_ALL_FEATURES
11245 if test -z "$defaultval"; then
11246 if test x"$enablestring" = xdisable; then
11247 defaultval=yes
11248 else
11249 defaultval=no
11250 fi
11251 fi
11252
11253 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
11254 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6; }
11255 # Check whether --enable-radiobox was given.
11256 if test "${enable_radiobox+set}" = set; then
11257 enableval=$enable_radiobox;
11258 if test "$enableval" = yes; then
11259 wx_cv_use_radiobox='wxUSE_RADIOBOX=yes'
11260 else
11261 wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
11262 fi
11263
11264 else
11265
11266 wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
11267
11268 fi
11269
11270
11271 eval "$wx_cv_use_radiobox"
11272
11273 if test x"$enablestring" = xdisable; then
11274 if test $wxUSE_RADIOBOX = no; then
11275 result=yes
11276 else
11277 result=no
11278 fi
11279 else
11280 result=$wxUSE_RADIOBOX
11281 fi
11282
11283 { echo "$as_me:$LINENO: result: $result" >&5
11284 echo "${ECHO_T}$result" >&6; }
11285
11286
11287 enablestring=
11288 defaultval=$wxUSE_ALL_FEATURES
11289 if test -z "$defaultval"; then
11290 if test x"$enablestring" = xdisable; then
11291 defaultval=yes
11292 else
11293 defaultval=no
11294 fi
11295 fi
11296
11297 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
11298 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6; }
11299 # Check whether --enable-radiobtn was given.
11300 if test "${enable_radiobtn+set}" = set; then
11301 enableval=$enable_radiobtn;
11302 if test "$enableval" = yes; then
11303 wx_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
11304 else
11305 wx_cv_use_radiobtn='wxUSE_RADIOBTN=no'
11306 fi
11307
11308 else
11309
11310 wx_cv_use_radiobtn='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
11311
11312 fi
11313
11314
11315 eval "$wx_cv_use_radiobtn"
11316
11317 if test x"$enablestring" = xdisable; then
11318 if test $wxUSE_RADIOBTN = no; then
11319 result=yes
11320 else
11321 result=no
11322 fi
11323 else
11324 result=$wxUSE_RADIOBTN
11325 fi
11326
11327 { echo "$as_me:$LINENO: result: $result" >&5
11328 echo "${ECHO_T}$result" >&6; }
11329
11330
11331 enablestring=
11332 defaultval=$wxUSE_ALL_FEATURES
11333 if test -z "$defaultval"; then
11334 if test x"$enablestring" = xdisable; then
11335 defaultval=yes
11336 else
11337 defaultval=no
11338 fi
11339 fi
11340
11341 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rearrangectrl" >&5
11342 echo $ECHO_N "checking for --${enablestring:-enable}-rearrangectrl... $ECHO_C" >&6; }
11343 # Check whether --enable-rearrangectrl was given.
11344 if test "${enable_rearrangectrl+set}" = set; then
11345 enableval=$enable_rearrangectrl;
11346 if test "$enableval" = yes; then
11347 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=yes'
11348 else
11349 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=no'
11350 fi
11351
11352 else
11353
11354 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=${'DEFAULT_wxUSE_REARRANGECTRL":-$defaultval}"
11355
11356 fi
11357
11358
11359 eval "$wx_cv_use_rearrangectrl"
11360
11361 if test x"$enablestring" = xdisable; then
11362 if test $wxUSE_REARRANGECTRL = no; then
11363 result=yes
11364 else
11365 result=no
11366 fi
11367 else
11368 result=$wxUSE_REARRANGECTRL
11369 fi
11370
11371 { echo "$as_me:$LINENO: result: $result" >&5
11372 echo "${ECHO_T}$result" >&6; }
11373
11374
11375 enablestring=
11376 defaultval=$wxUSE_ALL_FEATURES
11377 if test -z "$defaultval"; then
11378 if test x"$enablestring" = xdisable; then
11379 defaultval=yes
11380 else
11381 defaultval=no
11382 fi
11383 fi
11384
11385 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
11386 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6; }
11387 # Check whether --enable-sash was given.
11388 if test "${enable_sash+set}" = set; then
11389 enableval=$enable_sash;
11390 if test "$enableval" = yes; then
11391 wx_cv_use_sash='wxUSE_SASH=yes'
11392 else
11393 wx_cv_use_sash='wxUSE_SASH=no'
11394 fi
11395
11396 else
11397
11398 wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
11399
11400 fi
11401
11402
11403 eval "$wx_cv_use_sash"
11404
11405 if test x"$enablestring" = xdisable; then
11406 if test $wxUSE_SASH = no; then
11407 result=yes
11408 else
11409 result=no
11410 fi
11411 else
11412 result=$wxUSE_SASH
11413 fi
11414
11415 { echo "$as_me:$LINENO: result: $result" >&5
11416 echo "${ECHO_T}$result" >&6; }
11417
11418
11419 enablestring=
11420 defaultval=$wxUSE_ALL_FEATURES
11421 if test -z "$defaultval"; then
11422 if test x"$enablestring" = xdisable; then
11423 defaultval=yes
11424 else
11425 defaultval=no
11426 fi
11427 fi
11428
11429 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
11430 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6; }
11431 # Check whether --enable-scrollbar was given.
11432 if test "${enable_scrollbar+set}" = set; then
11433 enableval=$enable_scrollbar;
11434 if test "$enableval" = yes; then
11435 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
11436 else
11437 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
11438 fi
11439
11440 else
11441
11442 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
11443
11444 fi
11445
11446
11447 eval "$wx_cv_use_scrollbar"
11448
11449 if test x"$enablestring" = xdisable; then
11450 if test $wxUSE_SCROLLBAR = no; then
11451 result=yes
11452 else
11453 result=no
11454 fi
11455 else
11456 result=$wxUSE_SCROLLBAR
11457 fi
11458
11459 { echo "$as_me:$LINENO: result: $result" >&5
11460 echo "${ECHO_T}$result" >&6; }
11461
11462
11463 enablestring=
11464 defaultval=$wxUSE_ALL_FEATURES
11465 if test -z "$defaultval"; then
11466 if test x"$enablestring" = xdisable; then
11467 defaultval=yes
11468 else
11469 defaultval=no
11470 fi
11471 fi
11472
11473 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-searchctrl" >&5
11474 echo $ECHO_N "checking for --${enablestring:-enable}-searchctrl... $ECHO_C" >&6; }
11475 # Check whether --enable-searchctrl was given.
11476 if test "${enable_searchctrl+set}" = set; then
11477 enableval=$enable_searchctrl;
11478 if test "$enableval" = yes; then
11479 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=yes'
11480 else
11481 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=no'
11482 fi
11483
11484 else
11485
11486 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
11487
11488 fi
11489
11490
11491 eval "$wx_cv_use_searchctrl"
11492
11493 if test x"$enablestring" = xdisable; then
11494 if test $wxUSE_SEARCHCTRL = no; then
11495 result=yes
11496 else
11497 result=no
11498 fi
11499 else
11500 result=$wxUSE_SEARCHCTRL
11501 fi
11502
11503 { echo "$as_me:$LINENO: result: $result" >&5
11504 echo "${ECHO_T}$result" >&6; }
11505
11506
11507 enablestring=
11508 defaultval=$wxUSE_ALL_FEATURES
11509 if test -z "$defaultval"; then
11510 if test x"$enablestring" = xdisable; then
11511 defaultval=yes
11512 else
11513 defaultval=no
11514 fi
11515 fi
11516
11517 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
11518 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6; }
11519 # Check whether --enable-slider was given.
11520 if test "${enable_slider+set}" = set; then
11521 enableval=$enable_slider;
11522 if test "$enableval" = yes; then
11523 wx_cv_use_slider='wxUSE_SLIDER=yes'
11524 else
11525 wx_cv_use_slider='wxUSE_SLIDER=no'
11526 fi
11527
11528 else
11529
11530 wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
11531
11532 fi
11533
11534
11535 eval "$wx_cv_use_slider"
11536
11537 if test x"$enablestring" = xdisable; then
11538 if test $wxUSE_SLIDER = no; then
11539 result=yes
11540 else
11541 result=no
11542 fi
11543 else
11544 result=$wxUSE_SLIDER
11545 fi
11546
11547 { echo "$as_me:$LINENO: result: $result" >&5
11548 echo "${ECHO_T}$result" >&6; }
11549
11550
11551 enablestring=
11552 defaultval=$wxUSE_ALL_FEATURES
11553 if test -z "$defaultval"; then
11554 if test x"$enablestring" = xdisable; then
11555 defaultval=yes
11556 else
11557 defaultval=no
11558 fi
11559 fi
11560
11561 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
11562 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6; }
11563 # Check whether --enable-spinbtn was given.
11564 if test "${enable_spinbtn+set}" = set; then
11565 enableval=$enable_spinbtn;
11566 if test "$enableval" = yes; then
11567 wx_cv_use_spinbtn='wxUSE_SPINBTN=yes'
11568 else
11569 wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
11570 fi
11571
11572 else
11573
11574 wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
11575
11576 fi
11577
11578
11579 eval "$wx_cv_use_spinbtn"
11580
11581 if test x"$enablestring" = xdisable; then
11582 if test $wxUSE_SPINBTN = no; then
11583 result=yes
11584 else
11585 result=no
11586 fi
11587 else
11588 result=$wxUSE_SPINBTN
11589 fi
11590
11591 { echo "$as_me:$LINENO: result: $result" >&5
11592 echo "${ECHO_T}$result" >&6; }
11593
11594
11595 enablestring=
11596 defaultval=$wxUSE_ALL_FEATURES
11597 if test -z "$defaultval"; then
11598 if test x"$enablestring" = xdisable; then
11599 defaultval=yes
11600 else
11601 defaultval=no
11602 fi
11603 fi
11604
11605 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
11606 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6; }
11607 # Check whether --enable-spinctrl was given.
11608 if test "${enable_spinctrl+set}" = set; then
11609 enableval=$enable_spinctrl;
11610 if test "$enableval" = yes; then
11611 wx_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
11612 else
11613 wx_cv_use_spinctrl='wxUSE_SPINCTRL=no'
11614 fi
11615
11616 else
11617
11618 wx_cv_use_spinctrl='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
11619
11620 fi
11621
11622
11623 eval "$wx_cv_use_spinctrl"
11624
11625 if test x"$enablestring" = xdisable; then
11626 if test $wxUSE_SPINCTRL = no; then
11627 result=yes
11628 else
11629 result=no
11630 fi
11631 else
11632 result=$wxUSE_SPINCTRL
11633 fi
11634
11635 { echo "$as_me:$LINENO: result: $result" >&5
11636 echo "${ECHO_T}$result" >&6; }
11637
11638
11639 enablestring=
11640 defaultval=$wxUSE_ALL_FEATURES
11641 if test -z "$defaultval"; then
11642 if test x"$enablestring" = xdisable; then
11643 defaultval=yes
11644 else
11645 defaultval=no
11646 fi
11647 fi
11648
11649 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
11650 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6; }
11651 # Check whether --enable-splitter was given.
11652 if test "${enable_splitter+set}" = set; then
11653 enableval=$enable_splitter;
11654 if test "$enableval" = yes; then
11655 wx_cv_use_splitter='wxUSE_SPLITTER=yes'
11656 else
11657 wx_cv_use_splitter='wxUSE_SPLITTER=no'
11658 fi
11659
11660 else
11661
11662 wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
11663
11664 fi
11665
11666
11667 eval "$wx_cv_use_splitter"
11668
11669 if test x"$enablestring" = xdisable; then
11670 if test $wxUSE_SPLITTER = no; then
11671 result=yes
11672 else
11673 result=no
11674 fi
11675 else
11676 result=$wxUSE_SPLITTER
11677 fi
11678
11679 { echo "$as_me:$LINENO: result: $result" >&5
11680 echo "${ECHO_T}$result" >&6; }
11681
11682
11683 enablestring=
11684 defaultval=$wxUSE_ALL_FEATURES
11685 if test -z "$defaultval"; then
11686 if test x"$enablestring" = xdisable; then
11687 defaultval=yes
11688 else
11689 defaultval=no
11690 fi
11691 fi
11692
11693 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
11694 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6; }
11695 # Check whether --enable-statbmp was given.
11696 if test "${enable_statbmp+set}" = set; then
11697 enableval=$enable_statbmp;
11698 if test "$enableval" = yes; then
11699 wx_cv_use_statbmp='wxUSE_STATBMP=yes'
11700 else
11701 wx_cv_use_statbmp='wxUSE_STATBMP=no'
11702 fi
11703
11704 else
11705
11706 wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
11707
11708 fi
11709
11710
11711 eval "$wx_cv_use_statbmp"
11712
11713 if test x"$enablestring" = xdisable; then
11714 if test $wxUSE_STATBMP = no; then
11715 result=yes
11716 else
11717 result=no
11718 fi
11719 else
11720 result=$wxUSE_STATBMP
11721 fi
11722
11723 { echo "$as_me:$LINENO: result: $result" >&5
11724 echo "${ECHO_T}$result" >&6; }
11725
11726
11727 enablestring=
11728 defaultval=$wxUSE_ALL_FEATURES
11729 if test -z "$defaultval"; then
11730 if test x"$enablestring" = xdisable; then
11731 defaultval=yes
11732 else
11733 defaultval=no
11734 fi
11735 fi
11736
11737 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
11738 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6; }
11739 # Check whether --enable-statbox was given.
11740 if test "${enable_statbox+set}" = set; then
11741 enableval=$enable_statbox;
11742 if test "$enableval" = yes; then
11743 wx_cv_use_statbox='wxUSE_STATBOX=yes'
11744 else
11745 wx_cv_use_statbox='wxUSE_STATBOX=no'
11746 fi
11747
11748 else
11749
11750 wx_cv_use_statbox='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
11751
11752 fi
11753
11754
11755 eval "$wx_cv_use_statbox"
11756
11757 if test x"$enablestring" = xdisable; then
11758 if test $wxUSE_STATBOX = no; then
11759 result=yes
11760 else
11761 result=no
11762 fi
11763 else
11764 result=$wxUSE_STATBOX
11765 fi
11766
11767 { echo "$as_me:$LINENO: result: $result" >&5
11768 echo "${ECHO_T}$result" >&6; }
11769
11770
11771 enablestring=
11772 defaultval=$wxUSE_ALL_FEATURES
11773 if test -z "$defaultval"; then
11774 if test x"$enablestring" = xdisable; then
11775 defaultval=yes
11776 else
11777 defaultval=no
11778 fi
11779 fi
11780
11781 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
11782 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6; }
11783 # Check whether --enable-statline was given.
11784 if test "${enable_statline+set}" = set; then
11785 enableval=$enable_statline;
11786 if test "$enableval" = yes; then
11787 wx_cv_use_statline='wxUSE_STATLINE=yes'
11788 else
11789 wx_cv_use_statline='wxUSE_STATLINE=no'
11790 fi
11791
11792 else
11793
11794 wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
11795
11796 fi
11797
11798
11799 eval "$wx_cv_use_statline"
11800
11801 if test x"$enablestring" = xdisable; then
11802 if test $wxUSE_STATLINE = no; then
11803 result=yes
11804 else
11805 result=no
11806 fi
11807 else
11808 result=$wxUSE_STATLINE
11809 fi
11810
11811 { echo "$as_me:$LINENO: result: $result" >&5
11812 echo "${ECHO_T}$result" >&6; }
11813
11814
11815 enablestring=
11816 defaultval=$wxUSE_ALL_FEATURES
11817 if test -z "$defaultval"; then
11818 if test x"$enablestring" = xdisable; then
11819 defaultval=yes
11820 else
11821 defaultval=no
11822 fi
11823 fi
11824
11825 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
11826 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6; }
11827 # Check whether --enable-stattext was given.
11828 if test "${enable_stattext+set}" = set; then
11829 enableval=$enable_stattext;
11830 if test "$enableval" = yes; then
11831 wx_cv_use_stattext='wxUSE_STATTEXT=yes'
11832 else
11833 wx_cv_use_stattext='wxUSE_STATTEXT=no'
11834 fi
11835
11836 else
11837
11838 wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
11839
11840 fi
11841
11842
11843 eval "$wx_cv_use_stattext"
11844
11845 if test x"$enablestring" = xdisable; then
11846 if test $wxUSE_STATTEXT = no; then
11847 result=yes
11848 else
11849 result=no
11850 fi
11851 else
11852 result=$wxUSE_STATTEXT
11853 fi
11854
11855 { echo "$as_me:$LINENO: result: $result" >&5
11856 echo "${ECHO_T}$result" >&6; }
11857
11858
11859 enablestring=
11860 defaultval=$wxUSE_ALL_FEATURES
11861 if test -z "$defaultval"; then
11862 if test x"$enablestring" = xdisable; then
11863 defaultval=yes
11864 else
11865 defaultval=no
11866 fi
11867 fi
11868
11869 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
11870 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6; }
11871 # Check whether --enable-statusbar was given.
11872 if test "${enable_statusbar+set}" = set; then
11873 enableval=$enable_statusbar;
11874 if test "$enableval" = yes; then
11875 wx_cv_use_statusbar='wxUSE_STATUSBAR=yes'
11876 else
11877 wx_cv_use_statusbar='wxUSE_STATUSBAR=no'
11878 fi
11879
11880 else
11881
11882 wx_cv_use_statusbar='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
11883
11884 fi
11885
11886
11887 eval "$wx_cv_use_statusbar"
11888
11889 if test x"$enablestring" = xdisable; then
11890 if test $wxUSE_STATUSBAR = no; then
11891 result=yes
11892 else
11893 result=no
11894 fi
11895 else
11896 result=$wxUSE_STATUSBAR
11897 fi
11898
11899 { echo "$as_me:$LINENO: result: $result" >&5
11900 echo "${ECHO_T}$result" >&6; }
11901
11902
11903 enablestring=
11904 defaultval=$wxUSE_ALL_FEATURES
11905 if test -z "$defaultval"; then
11906 if test x"$enablestring" = xdisable; then
11907 defaultval=yes
11908 else
11909 defaultval=no
11910 fi
11911 fi
11912
11913 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-taskbaricon" >&5
11914 echo $ECHO_N "checking for --${enablestring:-enable}-taskbaricon... $ECHO_C" >&6; }
11915 # Check whether --enable-taskbaricon was given.
11916 if test "${enable_taskbaricon+set}" = set; then
11917 enableval=$enable_taskbaricon;
11918 if test "$enableval" = yes; then
11919 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=yes'
11920 else
11921 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
11922 fi
11923
11924 else
11925
11926 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
11927
11928 fi
11929
11930
11931 eval "$wx_cv_use_taskbaricon"
11932
11933 if test x"$enablestring" = xdisable; then
11934 if test $wxUSE_TASKBARICON = no; then
11935 result=yes
11936 else
11937 result=no
11938 fi
11939 else
11940 result=$wxUSE_TASKBARICON
11941 fi
11942
11943 { echo "$as_me:$LINENO: result: $result" >&5
11944 echo "${ECHO_T}$result" >&6; }
11945
11946
11947 enablestring=
11948 defaultval=$wxUSE_ALL_FEATURES
11949 if test -z "$defaultval"; then
11950 if test x"$enablestring" = xdisable; then
11951 defaultval=yes
11952 else
11953 defaultval=no
11954 fi
11955 fi
11956
11957 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
11958 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6; }
11959 # Check whether --enable-tbarnative was given.
11960 if test "${enable_tbarnative+set}" = set; then
11961 enableval=$enable_tbarnative;
11962 if test "$enableval" = yes; then
11963 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
11964 else
11965 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
11966 fi
11967
11968 else
11969
11970 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
11971
11972 fi
11973
11974
11975 eval "$wx_cv_use_tbarnative"
11976
11977 if test x"$enablestring" = xdisable; then
11978 if test $wxUSE_TOOLBAR_NATIVE = no; then
11979 result=yes
11980 else
11981 result=no
11982 fi
11983 else
11984 result=$wxUSE_TOOLBAR_NATIVE
11985 fi
11986
11987 { echo "$as_me:$LINENO: result: $result" >&5
11988 echo "${ECHO_T}$result" >&6; }
11989
11990
11991 enablestring=
11992 defaultval=$wxUSE_ALL_FEATURES
11993 if test -z "$defaultval"; then
11994 if test x"$enablestring" = xdisable; then
11995 defaultval=yes
11996 else
11997 defaultval=no
11998 fi
11999 fi
12000
12001 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
12002 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6; }
12003 # Check whether --enable-textctrl was given.
12004 if test "${enable_textctrl+set}" = set; then
12005 enableval=$enable_textctrl;
12006 if test "$enableval" = yes; then
12007 wx_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
12008 else
12009 wx_cv_use_textctrl='wxUSE_TEXTCTRL=no'
12010 fi
12011
12012 else
12013
12014 wx_cv_use_textctrl='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
12015
12016 fi
12017
12018
12019 eval "$wx_cv_use_textctrl"
12020
12021 if test x"$enablestring" = xdisable; then
12022 if test $wxUSE_TEXTCTRL = no; then
12023 result=yes
12024 else
12025 result=no
12026 fi
12027 else
12028 result=$wxUSE_TEXTCTRL
12029 fi
12030
12031 { echo "$as_me:$LINENO: result: $result" >&5
12032 echo "${ECHO_T}$result" >&6; }
12033
12034
12035 enablestring=
12036 defaultval=$wxUSE_ALL_FEATURES
12037 if test -z "$defaultval"; then
12038 if test x"$enablestring" = xdisable; then
12039 defaultval=yes
12040 else
12041 defaultval=no
12042 fi
12043 fi
12044
12045 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
12046 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6; }
12047 # Check whether --enable-tipwindow was given.
12048 if test "${enable_tipwindow+set}" = set; then
12049 enableval=$enable_tipwindow;
12050 if test "$enableval" = yes; then
12051 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
12052 else
12053 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
12054 fi
12055
12056 else
12057
12058 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
12059
12060 fi
12061
12062
12063 eval "$wx_cv_use_tipwindow"
12064
12065 if test x"$enablestring" = xdisable; then
12066 if test $wxUSE_TIPWINDOW = no; then
12067 result=yes
12068 else
12069 result=no
12070 fi
12071 else
12072 result=$wxUSE_TIPWINDOW
12073 fi
12074
12075 { echo "$as_me:$LINENO: result: $result" >&5
12076 echo "${ECHO_T}$result" >&6; }
12077
12078
12079 enablestring=
12080 defaultval=$wxUSE_ALL_FEATURES
12081 if test -z "$defaultval"; then
12082 if test x"$enablestring" = xdisable; then
12083 defaultval=yes
12084 else
12085 defaultval=no
12086 fi
12087 fi
12088
12089 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
12090 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6; }
12091 # Check whether --enable-togglebtn was given.
12092 if test "${enable_togglebtn+set}" = set; then
12093 enableval=$enable_togglebtn;
12094 if test "$enableval" = yes; then
12095 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
12096 else
12097 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
12098 fi
12099
12100 else
12101
12102 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
12103
12104 fi
12105
12106
12107 eval "$wx_cv_use_togglebtn"
12108
12109 if test x"$enablestring" = xdisable; then
12110 if test $wxUSE_TOGGLEBTN = no; then
12111 result=yes
12112 else
12113 result=no
12114 fi
12115 else
12116 result=$wxUSE_TOGGLEBTN
12117 fi
12118
12119 { echo "$as_me:$LINENO: result: $result" >&5
12120 echo "${ECHO_T}$result" >&6; }
12121
12122
12123 enablestring=
12124 defaultval=$wxUSE_ALL_FEATURES
12125 if test -z "$defaultval"; then
12126 if test x"$enablestring" = xdisable; then
12127 defaultval=yes
12128 else
12129 defaultval=no
12130 fi
12131 fi
12132
12133 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
12134 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6; }
12135 # Check whether --enable-toolbar was given.
12136 if test "${enable_toolbar+set}" = set; then
12137 enableval=$enable_toolbar;
12138 if test "$enableval" = yes; then
12139 wx_cv_use_toolbar='wxUSE_TOOLBAR=yes'
12140 else
12141 wx_cv_use_toolbar='wxUSE_TOOLBAR=no'
12142 fi
12143
12144 else
12145
12146 wx_cv_use_toolbar='wxUSE_TOOLBAR=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
12147
12148 fi
12149
12150
12151 eval "$wx_cv_use_toolbar"
12152
12153 if test x"$enablestring" = xdisable; then
12154 if test $wxUSE_TOOLBAR = no; then
12155 result=yes
12156 else
12157 result=no
12158 fi
12159 else
12160 result=$wxUSE_TOOLBAR
12161 fi
12162
12163 { echo "$as_me:$LINENO: result: $result" >&5
12164 echo "${ECHO_T}$result" >&6; }
12165
12166
12167 enablestring=
12168 defaultval=$wxUSE_ALL_FEATURES
12169 if test -z "$defaultval"; then
12170 if test x"$enablestring" = xdisable; then
12171 defaultval=yes
12172 else
12173 defaultval=no
12174 fi
12175 fi
12176
12177 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbook" >&5
12178 echo $ECHO_N "checking for --${enablestring:-enable}-toolbook... $ECHO_C" >&6; }
12179 # Check whether --enable-toolbook was given.
12180 if test "${enable_toolbook+set}" = set; then
12181 enableval=$enable_toolbook;
12182 if test "$enableval" = yes; then
12183 wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
12184 else
12185 wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
12186 fi
12187
12188 else
12189
12190 wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
12191
12192 fi
12193
12194
12195 eval "$wx_cv_use_toolbook"
12196
12197 if test x"$enablestring" = xdisable; then
12198 if test $wxUSE_TOOLBOOK = no; then
12199 result=yes
12200 else
12201 result=no
12202 fi
12203 else
12204 result=$wxUSE_TOOLBOOK
12205 fi
12206
12207 { echo "$as_me:$LINENO: result: $result" >&5
12208 echo "${ECHO_T}$result" >&6; }
12209
12210
12211 enablestring=
12212 defaultval=$wxUSE_ALL_FEATURES
12213 if test -z "$defaultval"; then
12214 if test x"$enablestring" = xdisable; then
12215 defaultval=yes
12216 else
12217 defaultval=no
12218 fi
12219 fi
12220
12221 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
12222 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6; }
12223 # Check whether --enable-treebook was given.
12224 if test "${enable_treebook+set}" = set; then
12225 enableval=$enable_treebook;
12226 if test "$enableval" = yes; then
12227 wx_cv_use_treebook='wxUSE_TREEBOOK=yes'
12228 else
12229 wx_cv_use_treebook='wxUSE_TREEBOOK=no'
12230 fi
12231
12232 else
12233
12234 wx_cv_use_treebook='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
12235
12236 fi
12237
12238
12239 eval "$wx_cv_use_treebook"
12240
12241 if test x"$enablestring" = xdisable; then
12242 if test $wxUSE_TREEBOOK = no; then
12243 result=yes
12244 else
12245 result=no
12246 fi
12247 else
12248 result=$wxUSE_TREEBOOK
12249 fi
12250
12251 { echo "$as_me:$LINENO: result: $result" >&5
12252 echo "${ECHO_T}$result" >&6; }
12253
12254
12255 enablestring=
12256 defaultval=$wxUSE_ALL_FEATURES
12257 if test -z "$defaultval"; then
12258 if test x"$enablestring" = xdisable; then
12259 defaultval=yes
12260 else
12261 defaultval=no
12262 fi
12263 fi
12264
12265 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
12266 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6; }
12267 # Check whether --enable-treectrl was given.
12268 if test "${enable_treectrl+set}" = set; then
12269 enableval=$enable_treectrl;
12270 if test "$enableval" = yes; then
12271 wx_cv_use_treectrl='wxUSE_TREECTRL=yes'
12272 else
12273 wx_cv_use_treectrl='wxUSE_TREECTRL=no'
12274 fi
12275
12276 else
12277
12278 wx_cv_use_treectrl='wxUSE_TREECTRL=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
12279
12280 fi
12281
12282
12283 eval "$wx_cv_use_treectrl"
12284
12285 if test x"$enablestring" = xdisable; then
12286 if test $wxUSE_TREECTRL = no; then
12287 result=yes
12288 else
12289 result=no
12290 fi
12291 else
12292 result=$wxUSE_TREECTRL
12293 fi
12294
12295 { echo "$as_me:$LINENO: result: $result" >&5
12296 echo "${ECHO_T}$result" >&6; }
12297
12298
12299
12300
12301 enablestring=
12302 defaultval=$wxUSE_ALL_FEATURES
12303 if test -z "$defaultval"; then
12304 if test x"$enablestring" = xdisable; then
12305 defaultval=yes
12306 else
12307 defaultval=no
12308 fi
12309 fi
12310
12311 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
12312 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6; }
12313 # Check whether --enable-commondlg was given.
12314 if test "${enable_commondlg+set}" = set; then
12315 enableval=$enable_commondlg;
12316 if test "$enableval" = yes; then
12317 wx_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
12318 else
12319 wx_cv_use_commondlg='wxUSE_COMMONDLGS=no'
12320 fi
12321
12322 else
12323
12324 wx_cv_use_commondlg='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
12325
12326 fi
12327
12328
12329 eval "$wx_cv_use_commondlg"
12330
12331 if test x"$enablestring" = xdisable; then
12332 if test $wxUSE_COMMONDLGS = no; then
12333 result=yes
12334 else
12335 result=no
12336 fi
12337 else
12338 result=$wxUSE_COMMONDLGS
12339 fi
12340
12341 { echo "$as_me:$LINENO: result: $result" >&5
12342 echo "${ECHO_T}$result" >&6; }
12343
12344
12345 enablestring=
12346 defaultval=$wxUSE_ALL_FEATURES
12347 if test -z "$defaultval"; then
12348 if test x"$enablestring" = xdisable; then
12349 defaultval=yes
12350 else
12351 defaultval=no
12352 fi
12353 fi
12354
12355 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aboutdlg" >&5
12356 echo $ECHO_N "checking for --${enablestring:-enable}-aboutdlg... $ECHO_C" >&6; }
12357 # Check whether --enable-aboutdlg was given.
12358 if test "${enable_aboutdlg+set}" = set; then
12359 enableval=$enable_aboutdlg;
12360 if test "$enableval" = yes; then
12361 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=yes'
12362 else
12363 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=no'
12364 fi
12365
12366 else
12367
12368 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
12369
12370 fi
12371
12372
12373 eval "$wx_cv_use_aboutdlg"
12374
12375 if test x"$enablestring" = xdisable; then
12376 if test $wxUSE_ABOUTDLG = no; then
12377 result=yes
12378 else
12379 result=no
12380 fi
12381 else
12382 result=$wxUSE_ABOUTDLG
12383 fi
12384
12385 { echo "$as_me:$LINENO: result: $result" >&5
12386 echo "${ECHO_T}$result" >&6; }
12387
12388
12389 enablestring=
12390 defaultval=$wxUSE_ALL_FEATURES
12391 if test -z "$defaultval"; then
12392 if test x"$enablestring" = xdisable; then
12393 defaultval=yes
12394 else
12395 defaultval=no
12396 fi
12397 fi
12398
12399 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
12400 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6; }
12401 # Check whether --enable-choicedlg was given.
12402 if test "${enable_choicedlg+set}" = set; then
12403 enableval=$enable_choicedlg;
12404 if test "$enableval" = yes; then
12405 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
12406 else
12407 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
12408 fi
12409
12410 else
12411
12412 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
12413
12414 fi
12415
12416
12417 eval "$wx_cv_use_choicedlg"
12418
12419 if test x"$enablestring" = xdisable; then
12420 if test $wxUSE_CHOICEDLG = no; then
12421 result=yes
12422 else
12423 result=no
12424 fi
12425 else
12426 result=$wxUSE_CHOICEDLG
12427 fi
12428
12429 { echo "$as_me:$LINENO: result: $result" >&5
12430 echo "${ECHO_T}$result" >&6; }
12431
12432
12433 enablestring=
12434 defaultval=$wxUSE_ALL_FEATURES
12435 if test -z "$defaultval"; then
12436 if test x"$enablestring" = xdisable; then
12437 defaultval=yes
12438 else
12439 defaultval=no
12440 fi
12441 fi
12442
12443 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
12444 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6; }
12445 # Check whether --enable-coldlg was given.
12446 if test "${enable_coldlg+set}" = set; then
12447 enableval=$enable_coldlg;
12448 if test "$enableval" = yes; then
12449 wx_cv_use_coldlg='wxUSE_COLOURDLG=yes'
12450 else
12451 wx_cv_use_coldlg='wxUSE_COLOURDLG=no'
12452 fi
12453
12454 else
12455
12456 wx_cv_use_coldlg='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
12457
12458 fi
12459
12460
12461 eval "$wx_cv_use_coldlg"
12462
12463 if test x"$enablestring" = xdisable; then
12464 if test $wxUSE_COLOURDLG = no; then
12465 result=yes
12466 else
12467 result=no
12468 fi
12469 else
12470 result=$wxUSE_COLOURDLG
12471 fi
12472
12473 { echo "$as_me:$LINENO: result: $result" >&5
12474 echo "${ECHO_T}$result" >&6; }
12475
12476
12477 enablestring=
12478 defaultval=$wxUSE_ALL_FEATURES
12479 if test -z "$defaultval"; then
12480 if test x"$enablestring" = xdisable; then
12481 defaultval=yes
12482 else
12483 defaultval=no
12484 fi
12485 fi
12486
12487 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
12488 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6; }
12489 # Check whether --enable-filedlg was given.
12490 if test "${enable_filedlg+set}" = set; then
12491 enableval=$enable_filedlg;
12492 if test "$enableval" = yes; then
12493 wx_cv_use_filedlg='wxUSE_FILEDLG=yes'
12494 else
12495 wx_cv_use_filedlg='wxUSE_FILEDLG=no'
12496 fi
12497
12498 else
12499
12500 wx_cv_use_filedlg='wxUSE_FILEDLG=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
12501
12502 fi
12503
12504
12505 eval "$wx_cv_use_filedlg"
12506
12507 if test x"$enablestring" = xdisable; then
12508 if test $wxUSE_FILEDLG = no; then
12509 result=yes
12510 else
12511 result=no
12512 fi
12513 else
12514 result=$wxUSE_FILEDLG
12515 fi
12516
12517 { echo "$as_me:$LINENO: result: $result" >&5
12518 echo "${ECHO_T}$result" >&6; }
12519
12520
12521 enablestring=
12522 defaultval=$wxUSE_ALL_FEATURES
12523 if test -z "$defaultval"; then
12524 if test x"$enablestring" = xdisable; then
12525 defaultval=yes
12526 else
12527 defaultval=no
12528 fi
12529 fi
12530
12531 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
12532 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6; }
12533 # Check whether --enable-finddlg was given.
12534 if test "${enable_finddlg+set}" = set; then
12535 enableval=$enable_finddlg;
12536 if test "$enableval" = yes; then
12537 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
12538 else
12539 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
12540 fi
12541
12542 else
12543
12544 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
12545
12546 fi
12547
12548
12549 eval "$wx_cv_use_finddlg"
12550
12551 if test x"$enablestring" = xdisable; then
12552 if test $wxUSE_FINDREPLDLG = no; then
12553 result=yes
12554 else
12555 result=no
12556 fi
12557 else
12558 result=$wxUSE_FINDREPLDLG
12559 fi
12560
12561 { echo "$as_me:$LINENO: result: $result" >&5
12562 echo "${ECHO_T}$result" >&6; }
12563
12564
12565 enablestring=
12566 defaultval=$wxUSE_ALL_FEATURES
12567 if test -z "$defaultval"; then
12568 if test x"$enablestring" = xdisable; then
12569 defaultval=yes
12570 else
12571 defaultval=no
12572 fi
12573 fi
12574
12575 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
12576 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6; }
12577 # Check whether --enable-fontdlg was given.
12578 if test "${enable_fontdlg+set}" = set; then
12579 enableval=$enable_fontdlg;
12580 if test "$enableval" = yes; then
12581 wx_cv_use_fontdlg='wxUSE_FONTDLG=yes'
12582 else
12583 wx_cv_use_fontdlg='wxUSE_FONTDLG=no'
12584 fi
12585
12586 else
12587
12588 wx_cv_use_fontdlg='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
12589
12590 fi
12591
12592
12593 eval "$wx_cv_use_fontdlg"
12594
12595 if test x"$enablestring" = xdisable; then
12596 if test $wxUSE_FONTDLG = no; then
12597 result=yes
12598 else
12599 result=no
12600 fi
12601 else
12602 result=$wxUSE_FONTDLG
12603 fi
12604
12605 { echo "$as_me:$LINENO: result: $result" >&5
12606 echo "${ECHO_T}$result" >&6; }
12607
12608
12609 enablestring=
12610 defaultval=$wxUSE_ALL_FEATURES
12611 if test -z "$defaultval"; then
12612 if test x"$enablestring" = xdisable; then
12613 defaultval=yes
12614 else
12615 defaultval=no
12616 fi
12617 fi
12618
12619 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
12620 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6; }
12621 # Check whether --enable-dirdlg was given.
12622 if test "${enable_dirdlg+set}" = set; then
12623 enableval=$enable_dirdlg;
12624 if test "$enableval" = yes; then
12625 wx_cv_use_dirdlg='wxUSE_DIRDLG=yes'
12626 else
12627 wx_cv_use_dirdlg='wxUSE_DIRDLG=no'
12628 fi
12629
12630 else
12631
12632 wx_cv_use_dirdlg='wxUSE_DIRDLG=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
12633
12634 fi
12635
12636
12637 eval "$wx_cv_use_dirdlg"
12638
12639 if test x"$enablestring" = xdisable; then
12640 if test $wxUSE_DIRDLG = no; then
12641 result=yes
12642 else
12643 result=no
12644 fi
12645 else
12646 result=$wxUSE_DIRDLG
12647 fi
12648
12649 { echo "$as_me:$LINENO: result: $result" >&5
12650 echo "${ECHO_T}$result" >&6; }
12651
12652
12653 enablestring=
12654 defaultval=$wxUSE_ALL_FEATURES
12655 if test -z "$defaultval"; then
12656 if test x"$enablestring" = xdisable; then
12657 defaultval=yes
12658 else
12659 defaultval=no
12660 fi
12661 fi
12662
12663 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
12664 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6; }
12665 # Check whether --enable-msgdlg was given.
12666 if test "${enable_msgdlg+set}" = set; then
12667 enableval=$enable_msgdlg;
12668 if test "$enableval" = yes; then
12669 wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
12670 else
12671 wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
12672 fi
12673
12674 else
12675
12676 wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
12677
12678 fi
12679
12680
12681 eval "$wx_cv_use_msgdlg"
12682
12683 if test x"$enablestring" = xdisable; then
12684 if test $wxUSE_MSGDLG = no; then
12685 result=yes
12686 else
12687 result=no
12688 fi
12689 else
12690 result=$wxUSE_MSGDLG
12691 fi
12692
12693 { echo "$as_me:$LINENO: result: $result" >&5
12694 echo "${ECHO_T}$result" >&6; }
12695
12696
12697 enablestring=
12698 defaultval=$wxUSE_ALL_FEATURES
12699 if test -z "$defaultval"; then
12700 if test x"$enablestring" = xdisable; then
12701 defaultval=yes
12702 else
12703 defaultval=no
12704 fi
12705 fi
12706
12707 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
12708 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6; }
12709 # Check whether --enable-numberdlg was given.
12710 if test "${enable_numberdlg+set}" = set; then
12711 enableval=$enable_numberdlg;
12712 if test "$enableval" = yes; then
12713 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
12714 else
12715 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
12716 fi
12717
12718 else
12719
12720 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
12721
12722 fi
12723
12724
12725 eval "$wx_cv_use_numberdlg"
12726
12727 if test x"$enablestring" = xdisable; then
12728 if test $wxUSE_NUMBERDLG = no; then
12729 result=yes
12730 else
12731 result=no
12732 fi
12733 else
12734 result=$wxUSE_NUMBERDLG
12735 fi
12736
12737 { echo "$as_me:$LINENO: result: $result" >&5
12738 echo "${ECHO_T}$result" >&6; }
12739
12740
12741 enablestring=
12742 defaultval=$wxUSE_ALL_FEATURES
12743 if test -z "$defaultval"; then
12744 if test x"$enablestring" = xdisable; then
12745 defaultval=yes
12746 else
12747 defaultval=no
12748 fi
12749 fi
12750
12751 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
12752 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6; }
12753 # Check whether --enable-splash was given.
12754 if test "${enable_splash+set}" = set; then
12755 enableval=$enable_splash;
12756 if test "$enableval" = yes; then
12757 wx_cv_use_splash='wxUSE_SPLASH=yes'
12758 else
12759 wx_cv_use_splash='wxUSE_SPLASH=no'
12760 fi
12761
12762 else
12763
12764 wx_cv_use_splash='wxUSE_SPLASH=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
12765
12766 fi
12767
12768
12769 eval "$wx_cv_use_splash"
12770
12771 if test x"$enablestring" = xdisable; then
12772 if test $wxUSE_SPLASH = no; then
12773 result=yes
12774 else
12775 result=no
12776 fi
12777 else
12778 result=$wxUSE_SPLASH
12779 fi
12780
12781 { echo "$as_me:$LINENO: result: $result" >&5
12782 echo "${ECHO_T}$result" >&6; }
12783
12784
12785 enablestring=
12786 defaultval=$wxUSE_ALL_FEATURES
12787 if test -z "$defaultval"; then
12788 if test x"$enablestring" = xdisable; then
12789 defaultval=yes
12790 else
12791 defaultval=no
12792 fi
12793 fi
12794
12795 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
12796 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6; }
12797 # Check whether --enable-textdlg was given.
12798 if test "${enable_textdlg+set}" = set; then
12799 enableval=$enable_textdlg;
12800 if test "$enableval" = yes; then
12801 wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
12802 else
12803 wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
12804 fi
12805
12806 else
12807
12808 wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
12809
12810 fi
12811
12812
12813 eval "$wx_cv_use_textdlg"
12814
12815 if test x"$enablestring" = xdisable; then
12816 if test $wxUSE_TEXTDLG = no; then
12817 result=yes
12818 else
12819 result=no
12820 fi
12821 else
12822 result=$wxUSE_TEXTDLG
12823 fi
12824
12825 { echo "$as_me:$LINENO: result: $result" >&5
12826 echo "${ECHO_T}$result" >&6; }
12827
12828
12829 enablestring=
12830 defaultval=$wxUSE_ALL_FEATURES
12831 if test -z "$defaultval"; then
12832 if test x"$enablestring" = xdisable; then
12833 defaultval=yes
12834 else
12835 defaultval=no
12836 fi
12837 fi
12838
12839 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
12840 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6; }
12841 # Check whether --enable-tipdlg was given.
12842 if test "${enable_tipdlg+set}" = set; then
12843 enableval=$enable_tipdlg;
12844 if test "$enableval" = yes; then
12845 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
12846 else
12847 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
12848 fi
12849
12850 else
12851
12852 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
12853
12854 fi
12855
12856
12857 eval "$wx_cv_use_tipdlg"
12858
12859 if test x"$enablestring" = xdisable; then
12860 if test $wxUSE_STARTUP_TIPS = no; then
12861 result=yes
12862 else
12863 result=no
12864 fi
12865 else
12866 result=$wxUSE_STARTUP_TIPS
12867 fi
12868
12869 { echo "$as_me:$LINENO: result: $result" >&5
12870 echo "${ECHO_T}$result" >&6; }
12871
12872
12873 enablestring=
12874 defaultval=$wxUSE_ALL_FEATURES
12875 if test -z "$defaultval"; then
12876 if test x"$enablestring" = xdisable; then
12877 defaultval=yes
12878 else
12879 defaultval=no
12880 fi
12881 fi
12882
12883 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
12884 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6; }
12885 # Check whether --enable-progressdlg was given.
12886 if test "${enable_progressdlg+set}" = set; then
12887 enableval=$enable_progressdlg;
12888 if test "$enableval" = yes; then
12889 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
12890 else
12891 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
12892 fi
12893
12894 else
12895
12896 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
12897
12898 fi
12899
12900
12901 eval "$wx_cv_use_progressdlg"
12902
12903 if test x"$enablestring" = xdisable; then
12904 if test $wxUSE_PROGRESSDLG = no; then
12905 result=yes
12906 else
12907 result=no
12908 fi
12909 else
12910 result=$wxUSE_PROGRESSDLG
12911 fi
12912
12913 { echo "$as_me:$LINENO: result: $result" >&5
12914 echo "${ECHO_T}$result" >&6; }
12915
12916
12917 enablestring=
12918 defaultval=$wxUSE_ALL_FEATURES
12919 if test -z "$defaultval"; then
12920 if test x"$enablestring" = xdisable; then
12921 defaultval=yes
12922 else
12923 defaultval=no
12924 fi
12925 fi
12926
12927 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
12928 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6; }
12929 # Check whether --enable-wizarddlg was given.
12930 if test "${enable_wizarddlg+set}" = set; then
12931 enableval=$enable_wizarddlg;
12932 if test "$enableval" = yes; then
12933 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
12934 else
12935 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
12936 fi
12937
12938 else
12939
12940 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
12941
12942 fi
12943
12944
12945 eval "$wx_cv_use_wizarddlg"
12946
12947 if test x"$enablestring" = xdisable; then
12948 if test $wxUSE_WIZARDDLG = no; then
12949 result=yes
12950 else
12951 result=no
12952 fi
12953 else
12954 result=$wxUSE_WIZARDDLG
12955 fi
12956
12957 { echo "$as_me:$LINENO: result: $result" >&5
12958 echo "${ECHO_T}$result" >&6; }
12959
12960
12961
12962
12963 enablestring=
12964 defaultval=$wxUSE_ALL_FEATURES
12965 if test -z "$defaultval"; then
12966 if test x"$enablestring" = xdisable; then
12967 defaultval=yes
12968 else
12969 defaultval=no
12970 fi
12971 fi
12972
12973 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
12974 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6; }
12975 # Check whether --enable-menus was given.
12976 if test "${enable_menus+set}" = set; then
12977 enableval=$enable_menus;
12978 if test "$enableval" = yes; then
12979 wx_cv_use_menus='wxUSE_MENUS=yes'
12980 else
12981 wx_cv_use_menus='wxUSE_MENUS=no'
12982 fi
12983
12984 else
12985
12986 wx_cv_use_menus='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
12987
12988 fi
12989
12990
12991 eval "$wx_cv_use_menus"
12992
12993 if test x"$enablestring" = xdisable; then
12994 if test $wxUSE_MENUS = no; then
12995 result=yes
12996 else
12997 result=no
12998 fi
12999 else
13000 result=$wxUSE_MENUS
13001 fi
13002
13003 { echo "$as_me:$LINENO: result: $result" >&5
13004 echo "${ECHO_T}$result" >&6; }
13005
13006
13007 enablestring=
13008 defaultval=$wxUSE_ALL_FEATURES
13009 if test -z "$defaultval"; then
13010 if test x"$enablestring" = xdisable; then
13011 defaultval=yes
13012 else
13013 defaultval=no
13014 fi
13015 fi
13016
13017 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
13018 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6; }
13019 # Check whether --enable-miniframe was given.
13020 if test "${enable_miniframe+set}" = set; then
13021 enableval=$enable_miniframe;
13022 if test "$enableval" = yes; then
13023 wx_cv_use_miniframe='wxUSE_MINIFRAME=yes'
13024 else
13025 wx_cv_use_miniframe='wxUSE_MINIFRAME=no'
13026 fi
13027
13028 else
13029
13030 wx_cv_use_miniframe='wxUSE_MINIFRAME=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
13031
13032 fi
13033
13034
13035 eval "$wx_cv_use_miniframe"
13036
13037 if test x"$enablestring" = xdisable; then
13038 if test $wxUSE_MINIFRAME = no; then
13039 result=yes
13040 else
13041 result=no
13042 fi
13043 else
13044 result=$wxUSE_MINIFRAME
13045 fi
13046
13047 { echo "$as_me:$LINENO: result: $result" >&5
13048 echo "${ECHO_T}$result" >&6; }
13049
13050
13051 enablestring=
13052 defaultval=$wxUSE_ALL_FEATURES
13053 if test -z "$defaultval"; then
13054 if test x"$enablestring" = xdisable; then
13055 defaultval=yes
13056 else
13057 defaultval=no
13058 fi
13059 fi
13060
13061 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
13062 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6; }
13063 # Check whether --enable-tooltips was given.
13064 if test "${enable_tooltips+set}" = set; then
13065 enableval=$enable_tooltips;
13066 if test "$enableval" = yes; then
13067 wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
13068 else
13069 wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
13070 fi
13071
13072 else
13073
13074 wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
13075
13076 fi
13077
13078
13079 eval "$wx_cv_use_tooltips"
13080
13081 if test x"$enablestring" = xdisable; then
13082 if test $wxUSE_TOOLTIPS = no; then
13083 result=yes
13084 else
13085 result=no
13086 fi
13087 else
13088 result=$wxUSE_TOOLTIPS
13089 fi
13090
13091 { echo "$as_me:$LINENO: result: $result" >&5
13092 echo "${ECHO_T}$result" >&6; }
13093
13094
13095 enablestring=
13096 defaultval=$wxUSE_ALL_FEATURES
13097 if test -z "$defaultval"; then
13098 if test x"$enablestring" = xdisable; then
13099 defaultval=yes
13100 else
13101 defaultval=no
13102 fi
13103 fi
13104
13105 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
13106 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6; }
13107 # Check whether --enable-splines was given.
13108 if test "${enable_splines+set}" = set; then
13109 enableval=$enable_splines;
13110 if test "$enableval" = yes; then
13111 wx_cv_use_splines='wxUSE_SPLINES=yes'
13112 else
13113 wx_cv_use_splines='wxUSE_SPLINES=no'
13114 fi
13115
13116 else
13117
13118 wx_cv_use_splines='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
13119
13120 fi
13121
13122
13123 eval "$wx_cv_use_splines"
13124
13125 if test x"$enablestring" = xdisable; then
13126 if test $wxUSE_SPLINES = no; then
13127 result=yes
13128 else
13129 result=no
13130 fi
13131 else
13132 result=$wxUSE_SPLINES
13133 fi
13134
13135 { echo "$as_me:$LINENO: result: $result" >&5
13136 echo "${ECHO_T}$result" >&6; }
13137
13138
13139 enablestring=
13140 defaultval=$wxUSE_ALL_FEATURES
13141 if test -z "$defaultval"; then
13142 if test x"$enablestring" = xdisable; then
13143 defaultval=yes
13144 else
13145 defaultval=no
13146 fi
13147 fi
13148
13149 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
13150 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6; }
13151 # Check whether --enable-mousewheel was given.
13152 if test "${enable_mousewheel+set}" = set; then
13153 enableval=$enable_mousewheel;
13154 if test "$enableval" = yes; then
13155 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
13156 else
13157 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
13158 fi
13159
13160 else
13161
13162 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
13163
13164 fi
13165
13166
13167 eval "$wx_cv_use_mousewheel"
13168
13169 if test x"$enablestring" = xdisable; then
13170 if test $wxUSE_MOUSEWHEEL = no; then
13171 result=yes
13172 else
13173 result=no
13174 fi
13175 else
13176 result=$wxUSE_MOUSEWHEEL
13177 fi
13178
13179 { echo "$as_me:$LINENO: result: $result" >&5
13180 echo "${ECHO_T}$result" >&6; }
13181
13182
13183 enablestring=
13184 defaultval=$wxUSE_ALL_FEATURES
13185 if test -z "$defaultval"; then
13186 if test x"$enablestring" = xdisable; then
13187 defaultval=yes
13188 else
13189 defaultval=no
13190 fi
13191 fi
13192
13193 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
13194 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6; }
13195 # Check whether --enable-validators was given.
13196 if test "${enable_validators+set}" = set; then
13197 enableval=$enable_validators;
13198 if test "$enableval" = yes; then
13199 wx_cv_use_validators='wxUSE_VALIDATORS=yes'
13200 else
13201 wx_cv_use_validators='wxUSE_VALIDATORS=no'
13202 fi
13203
13204 else
13205
13206 wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
13207
13208 fi
13209
13210
13211 eval "$wx_cv_use_validators"
13212
13213 if test x"$enablestring" = xdisable; then
13214 if test $wxUSE_VALIDATORS = no; then
13215 result=yes
13216 else
13217 result=no
13218 fi
13219 else
13220 result=$wxUSE_VALIDATORS
13221 fi
13222
13223 { echo "$as_me:$LINENO: result: $result" >&5
13224 echo "${ECHO_T}$result" >&6; }
13225
13226
13227 enablestring=
13228 defaultval=$wxUSE_ALL_FEATURES
13229 if test -z "$defaultval"; then
13230 if test x"$enablestring" = xdisable; then
13231 defaultval=yes
13232 else
13233 defaultval=no
13234 fi
13235 fi
13236
13237 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
13238 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6; }
13239 # Check whether --enable-busyinfo was given.
13240 if test "${enable_busyinfo+set}" = set; then
13241 enableval=$enable_busyinfo;
13242 if test "$enableval" = yes; then
13243 wx_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
13244 else
13245 wx_cv_use_busyinfo='wxUSE_BUSYINFO=no'
13246 fi
13247
13248 else
13249
13250 wx_cv_use_busyinfo='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
13251
13252 fi
13253
13254
13255 eval "$wx_cv_use_busyinfo"
13256
13257 if test x"$enablestring" = xdisable; then
13258 if test $wxUSE_BUSYINFO = no; then
13259 result=yes
13260 else
13261 result=no
13262 fi
13263 else
13264 result=$wxUSE_BUSYINFO
13265 fi
13266
13267 { echo "$as_me:$LINENO: result: $result" >&5
13268 echo "${ECHO_T}$result" >&6; }
13269
13270
13271 enablestring=
13272 defaultval=$wxUSE_ALL_FEATURES
13273 if test -z "$defaultval"; then
13274 if test x"$enablestring" = xdisable; then
13275 defaultval=yes
13276 else
13277 defaultval=no
13278 fi
13279 fi
13280
13281 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
13282 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6; }
13283 # Check whether --enable-joystick was given.
13284 if test "${enable_joystick+set}" = set; then
13285 enableval=$enable_joystick;
13286 if test "$enableval" = yes; then
13287 wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
13288 else
13289 wx_cv_use_joystick='wxUSE_JOYSTICK=no'
13290 fi
13291
13292 else
13293
13294 wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
13295
13296 fi
13297
13298
13299 eval "$wx_cv_use_joystick"
13300
13301 if test x"$enablestring" = xdisable; then
13302 if test $wxUSE_JOYSTICK = no; then
13303 result=yes
13304 else
13305 result=no
13306 fi
13307 else
13308 result=$wxUSE_JOYSTICK
13309 fi
13310
13311 { echo "$as_me:$LINENO: result: $result" >&5
13312 echo "${ECHO_T}$result" >&6; }
13313
13314
13315 enablestring=
13316 defaultval=$wxUSE_ALL_FEATURES
13317 if test -z "$defaultval"; then
13318 if test x"$enablestring" = xdisable; then
13319 defaultval=yes
13320 else
13321 defaultval=no
13322 fi
13323 fi
13324
13325 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
13326 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
13327 # Check whether --enable-metafile was given.
13328 if test "${enable_metafile+set}" = set; then
13329 enableval=$enable_metafile;
13330 if test "$enableval" = yes; then
13331 wx_cv_use_metafile='wxUSE_METAFILE=yes'
13332 else
13333 wx_cv_use_metafile='wxUSE_METAFILE=no'
13334 fi
13335
13336 else
13337
13338 wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
13339
13340 fi
13341
13342
13343 eval "$wx_cv_use_metafile"
13344
13345 if test x"$enablestring" = xdisable; then
13346 if test $wxUSE_METAFILE = no; then
13347 result=yes
13348 else
13349 result=no
13350 fi
13351 else
13352 result=$wxUSE_METAFILE
13353 fi
13354
13355 { echo "$as_me:$LINENO: result: $result" >&5
13356 echo "${ECHO_T}$result" >&6; }
13357
13358
13359 enablestring=
13360 defaultval=$wxUSE_ALL_FEATURES
13361 if test -z "$defaultval"; then
13362 if test x"$enablestring" = xdisable; then
13363 defaultval=yes
13364 else
13365 defaultval=no
13366 fi
13367 fi
13368
13369 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
13370 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6; }
13371 # Check whether --enable-dragimage was given.
13372 if test "${enable_dragimage+set}" = set; then
13373 enableval=$enable_dragimage;
13374 if test "$enableval" = yes; then
13375 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
13376 else
13377 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
13378 fi
13379
13380 else
13381
13382 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
13383
13384 fi
13385
13386
13387 eval "$wx_cv_use_dragimage"
13388
13389 if test x"$enablestring" = xdisable; then
13390 if test $wxUSE_DRAGIMAGE = no; then
13391 result=yes
13392 else
13393 result=no
13394 fi
13395 else
13396 result=$wxUSE_DRAGIMAGE
13397 fi
13398
13399 { echo "$as_me:$LINENO: result: $result" >&5
13400 echo "${ECHO_T}$result" >&6; }
13401
13402
13403 enablestring=
13404 defaultval=$wxUSE_ALL_FEATURES
13405 if test -z "$defaultval"; then
13406 if test x"$enablestring" = xdisable; then
13407 defaultval=yes
13408 else
13409 defaultval=no
13410 fi
13411 fi
13412
13413 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
13414 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6; }
13415 # Check whether --enable-accessibility was given.
13416 if test "${enable_accessibility+set}" = set; then
13417 enableval=$enable_accessibility;
13418 if test "$enableval" = yes; then
13419 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
13420 else
13421 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
13422 fi
13423
13424 else
13425
13426 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
13427
13428 fi
13429
13430
13431 eval "$wx_cv_use_accessibility"
13432
13433 if test x"$enablestring" = xdisable; then
13434 if test $wxUSE_ACCESSIBILITY = no; then
13435 result=yes
13436 else
13437 result=no
13438 fi
13439 else
13440 result=$wxUSE_ACCESSIBILITY
13441 fi
13442
13443 { echo "$as_me:$LINENO: result: $result" >&5
13444 echo "${ECHO_T}$result" >&6; }
13445
13446
13447
13448
13449 enablestring=
13450 defaultval=$wxUSE_ALL_FEATURES
13451 if test -z "$defaultval"; then
13452 if test x"$enablestring" = xdisable; then
13453 defaultval=yes
13454 else
13455 defaultval=no
13456 fi
13457 fi
13458
13459 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
13460 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6; }
13461 # Check whether --enable-palette was given.
13462 if test "${enable_palette+set}" = set; then
13463 enableval=$enable_palette;
13464 if test "$enableval" = yes; then
13465 wx_cv_use_palette='wxUSE_PALETTE=yes'
13466 else
13467 wx_cv_use_palette='wxUSE_PALETTE=no'
13468 fi
13469
13470 else
13471
13472 wx_cv_use_palette='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
13473
13474 fi
13475
13476
13477 eval "$wx_cv_use_palette"
13478
13479 if test x"$enablestring" = xdisable; then
13480 if test $wxUSE_PALETTE = no; then
13481 result=yes
13482 else
13483 result=no
13484 fi
13485 else
13486 result=$wxUSE_PALETTE
13487 fi
13488
13489 { echo "$as_me:$LINENO: result: $result" >&5
13490 echo "${ECHO_T}$result" >&6; }
13491
13492
13493 enablestring=
13494 defaultval=$wxUSE_ALL_FEATURES
13495 if test -z "$defaultval"; then
13496 if test x"$enablestring" = xdisable; then
13497 defaultval=yes
13498 else
13499 defaultval=no
13500 fi
13501 fi
13502
13503 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
13504 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6; }
13505 # Check whether --enable-image was given.
13506 if test "${enable_image+set}" = set; then
13507 enableval=$enable_image;
13508 if test "$enableval" = yes; then
13509 wx_cv_use_image='wxUSE_IMAGE=yes'
13510 else
13511 wx_cv_use_image='wxUSE_IMAGE=no'
13512 fi
13513
13514 else
13515
13516 wx_cv_use_image='wxUSE_IMAGE=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
13517
13518 fi
13519
13520
13521 eval "$wx_cv_use_image"
13522
13523 if test x"$enablestring" = xdisable; then
13524 if test $wxUSE_IMAGE = no; then
13525 result=yes
13526 else
13527 result=no
13528 fi
13529 else
13530 result=$wxUSE_IMAGE
13531 fi
13532
13533 { echo "$as_me:$LINENO: result: $result" >&5
13534 echo "${ECHO_T}$result" >&6; }
13535
13536
13537 enablestring=
13538 defaultval=$wxUSE_ALL_FEATURES
13539 if test -z "$defaultval"; then
13540 if test x"$enablestring" = xdisable; then
13541 defaultval=yes
13542 else
13543 defaultval=no
13544 fi
13545 fi
13546
13547 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
13548 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6; }
13549 # Check whether --enable-gif was given.
13550 if test "${enable_gif+set}" = set; then
13551 enableval=$enable_gif;
13552 if test "$enableval" = yes; then
13553 wx_cv_use_gif='wxUSE_GIF=yes'
13554 else
13555 wx_cv_use_gif='wxUSE_GIF=no'
13556 fi
13557
13558 else
13559
13560 wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
13561
13562 fi
13563
13564
13565 eval "$wx_cv_use_gif"
13566
13567 if test x"$enablestring" = xdisable; then
13568 if test $wxUSE_GIF = no; then
13569 result=yes
13570 else
13571 result=no
13572 fi
13573 else
13574 result=$wxUSE_GIF
13575 fi
13576
13577 { echo "$as_me:$LINENO: result: $result" >&5
13578 echo "${ECHO_T}$result" >&6; }
13579
13580
13581 enablestring=
13582 defaultval=$wxUSE_ALL_FEATURES
13583 if test -z "$defaultval"; then
13584 if test x"$enablestring" = xdisable; then
13585 defaultval=yes
13586 else
13587 defaultval=no
13588 fi
13589 fi
13590
13591 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
13592 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6; }
13593 # Check whether --enable-pcx was given.
13594 if test "${enable_pcx+set}" = set; then
13595 enableval=$enable_pcx;
13596 if test "$enableval" = yes; then
13597 wx_cv_use_pcx='wxUSE_PCX=yes'
13598 else
13599 wx_cv_use_pcx='wxUSE_PCX=no'
13600 fi
13601
13602 else
13603
13604 wx_cv_use_pcx='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
13605
13606 fi
13607
13608
13609 eval "$wx_cv_use_pcx"
13610
13611 if test x"$enablestring" = xdisable; then
13612 if test $wxUSE_PCX = no; then
13613 result=yes
13614 else
13615 result=no
13616 fi
13617 else
13618 result=$wxUSE_PCX
13619 fi
13620
13621 { echo "$as_me:$LINENO: result: $result" >&5
13622 echo "${ECHO_T}$result" >&6; }
13623
13624
13625 enablestring=
13626 defaultval=$wxUSE_ALL_FEATURES
13627 if test -z "$defaultval"; then
13628 if test x"$enablestring" = xdisable; then
13629 defaultval=yes
13630 else
13631 defaultval=no
13632 fi
13633 fi
13634
13635 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tga" >&5
13636 echo $ECHO_N "checking for --${enablestring:-enable}-tga... $ECHO_C" >&6; }
13637 # Check whether --enable-tga was given.
13638 if test "${enable_tga+set}" = set; then
13639 enableval=$enable_tga;
13640 if test "$enableval" = yes; then
13641 wx_cv_use_tga='wxUSE_TGA=yes'
13642 else
13643 wx_cv_use_tga='wxUSE_TGA=no'
13644 fi
13645
13646 else
13647
13648 wx_cv_use_tga='wxUSE_TGA=${'DEFAULT_wxUSE_TGA":-$defaultval}"
13649
13650 fi
13651
13652
13653 eval "$wx_cv_use_tga"
13654
13655 if test x"$enablestring" = xdisable; then
13656 if test $wxUSE_TGA = no; then
13657 result=yes
13658 else
13659 result=no
13660 fi
13661 else
13662 result=$wxUSE_TGA
13663 fi
13664
13665 { echo "$as_me:$LINENO: result: $result" >&5
13666 echo "${ECHO_T}$result" >&6; }
13667
13668
13669 enablestring=
13670 defaultval=$wxUSE_ALL_FEATURES
13671 if test -z "$defaultval"; then
13672 if test x"$enablestring" = xdisable; then
13673 defaultval=yes
13674 else
13675 defaultval=no
13676 fi
13677 fi
13678
13679 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
13680 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6; }
13681 # Check whether --enable-iff was given.
13682 if test "${enable_iff+set}" = set; then
13683 enableval=$enable_iff;
13684 if test "$enableval" = yes; then
13685 wx_cv_use_iff='wxUSE_IFF=yes'
13686 else
13687 wx_cv_use_iff='wxUSE_IFF=no'
13688 fi
13689
13690 else
13691
13692 wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
13693
13694 fi
13695
13696
13697 eval "$wx_cv_use_iff"
13698
13699 if test x"$enablestring" = xdisable; then
13700 if test $wxUSE_IFF = no; then
13701 result=yes
13702 else
13703 result=no
13704 fi
13705 else
13706 result=$wxUSE_IFF
13707 fi
13708
13709 { echo "$as_me:$LINENO: result: $result" >&5
13710 echo "${ECHO_T}$result" >&6; }
13711
13712
13713 enablestring=
13714 defaultval=$wxUSE_ALL_FEATURES
13715 if test -z "$defaultval"; then
13716 if test x"$enablestring" = xdisable; then
13717 defaultval=yes
13718 else
13719 defaultval=no
13720 fi
13721 fi
13722
13723 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
13724 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6; }
13725 # Check whether --enable-pnm was given.
13726 if test "${enable_pnm+set}" = set; then
13727 enableval=$enable_pnm;
13728 if test "$enableval" = yes; then
13729 wx_cv_use_pnm='wxUSE_PNM=yes'
13730 else
13731 wx_cv_use_pnm='wxUSE_PNM=no'
13732 fi
13733
13734 else
13735
13736 wx_cv_use_pnm='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
13737
13738 fi
13739
13740
13741 eval "$wx_cv_use_pnm"
13742
13743 if test x"$enablestring" = xdisable; then
13744 if test $wxUSE_PNM = no; then
13745 result=yes
13746 else
13747 result=no
13748 fi
13749 else
13750 result=$wxUSE_PNM
13751 fi
13752
13753 { echo "$as_me:$LINENO: result: $result" >&5
13754 echo "${ECHO_T}$result" >&6; }
13755
13756
13757 enablestring=
13758 defaultval=$wxUSE_ALL_FEATURES
13759 if test -z "$defaultval"; then
13760 if test x"$enablestring" = xdisable; then
13761 defaultval=yes
13762 else
13763 defaultval=no
13764 fi
13765 fi
13766
13767 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
13768 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6; }
13769 # Check whether --enable-xpm was given.
13770 if test "${enable_xpm+set}" = set; then
13771 enableval=$enable_xpm;
13772 if test "$enableval" = yes; then
13773 wx_cv_use_xpm='wxUSE_XPM=yes'
13774 else
13775 wx_cv_use_xpm='wxUSE_XPM=no'
13776 fi
13777
13778 else
13779
13780 wx_cv_use_xpm='wxUSE_XPM=${'DEFAULT_wxUSE_XPM":-$defaultval}"
13781
13782 fi
13783
13784
13785 eval "$wx_cv_use_xpm"
13786
13787 if test x"$enablestring" = xdisable; then
13788 if test $wxUSE_XPM = no; then
13789 result=yes
13790 else
13791 result=no
13792 fi
13793 else
13794 result=$wxUSE_XPM
13795 fi
13796
13797 { echo "$as_me:$LINENO: result: $result" >&5
13798 echo "${ECHO_T}$result" >&6; }
13799
13800
13801 enablestring=
13802 defaultval=$wxUSE_ALL_FEATURES
13803 if test -z "$defaultval"; then
13804 if test x"$enablestring" = xdisable; then
13805 defaultval=yes
13806 else
13807 defaultval=no
13808 fi
13809 fi
13810
13811 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
13812 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6; }
13813 # Check whether --enable-ico_cur was given.
13814 if test "${enable_ico_cur+set}" = set; then
13815 enableval=$enable_ico_cur;
13816 if test "$enableval" = yes; then
13817 wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
13818 else
13819 wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
13820 fi
13821
13822 else
13823
13824 wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
13825
13826 fi
13827
13828
13829 eval "$wx_cv_use_ico_cur"
13830
13831 if test x"$enablestring" = xdisable; then
13832 if test $wxUSE_ICO_CUR = no; then
13833 result=yes
13834 else
13835 result=no
13836 fi
13837 else
13838 result=$wxUSE_ICO_CUR
13839 fi
13840
13841 { echo "$as_me:$LINENO: result: $result" >&5
13842 echo "${ECHO_T}$result" >&6; }
13843
13844
13845
13846
13847 enablestring=
13848 defaultval=$wxUSE_ALL_FEATURES
13849 if test -z "$defaultval"; then
13850 if test x"$enablestring" = xdisable; then
13851 defaultval=yes
13852 else
13853 defaultval=no
13854 fi
13855 fi
13856
13857 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
13858 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6; }
13859 # Check whether --enable-dccache was given.
13860 if test "${enable_dccache+set}" = set; then
13861 enableval=$enable_dccache;
13862 if test "$enableval" = yes; then
13863 wx_cv_use_dccache='wxUSE_DC_CACHEING=yes'
13864 else
13865 wx_cv_use_dccache='wxUSE_DC_CACHEING=no'
13866 fi
13867
13868 else
13869
13870 wx_cv_use_dccache='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
13871
13872 fi
13873
13874
13875 eval "$wx_cv_use_dccache"
13876
13877 if test x"$enablestring" = xdisable; then
13878 if test $wxUSE_DC_CACHEING = no; then
13879 result=yes
13880 else
13881 result=no
13882 fi
13883 else
13884 result=$wxUSE_DC_CACHEING
13885 fi
13886
13887 { echo "$as_me:$LINENO: result: $result" >&5
13888 echo "${ECHO_T}$result" >&6; }
13889
13890
13891 enablestring=
13892 defaultval=$wxUSE_ALL_FEATURES
13893 if test -z "$defaultval"; then
13894 if test x"$enablestring" = xdisable; then
13895 defaultval=yes
13896 else
13897 defaultval=no
13898 fi
13899 fi
13900
13901 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ps-in-msw" >&5
13902 echo $ECHO_N "checking for --${enablestring:-enable}-ps-in-msw... $ECHO_C" >&6; }
13903 # Check whether --enable-ps-in-msw was given.
13904 if test "${enable_ps_in_msw+set}" = set; then
13905 enableval=$enable_ps_in_msw;
13906 if test "$enableval" = yes; then
13907 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=yes'
13908 else
13909 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=no'
13910 fi
13911
13912 else
13913
13914 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
13915
13916 fi
13917
13918
13919 eval "$wx_cv_use_ps_in_msw"
13920
13921 if test x"$enablestring" = xdisable; then
13922 if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = no; then
13923 result=yes
13924 else
13925 result=no
13926 fi
13927 else
13928 result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
13929 fi
13930
13931 { echo "$as_me:$LINENO: result: $result" >&5
13932 echo "${ECHO_T}$result" >&6; }
13933
13934
13935 enablestring=
13936 defaultval=$wxUSE_ALL_FEATURES
13937 if test -z "$defaultval"; then
13938 if test x"$enablestring" = xdisable; then
13939 defaultval=yes
13940 else
13941 defaultval=no
13942 fi
13943 fi
13944
13945 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ownerdrawn" >&5
13946 echo $ECHO_N "checking for --${enablestring:-enable}-ownerdrawn... $ECHO_C" >&6; }
13947 # Check whether --enable-ownerdrawn was given.
13948 if test "${enable_ownerdrawn+set}" = set; then
13949 enableval=$enable_ownerdrawn;
13950 if test "$enableval" = yes; then
13951 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
13952 else
13953 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
13954 fi
13955
13956 else
13957
13958 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
13959
13960 fi
13961
13962
13963 eval "$wx_cv_use_ownerdrawn"
13964
13965 if test x"$enablestring" = xdisable; then
13966 if test $wxUSE_OWNER_DRAWN = no; then
13967 result=yes
13968 else
13969 result=no
13970 fi
13971 else
13972 result=$wxUSE_OWNER_DRAWN
13973 fi
13974
13975 { echo "$as_me:$LINENO: result: $result" >&5
13976 echo "${ECHO_T}$result" >&6; }
13977
13978
13979 enablestring=
13980 defaultval=$wxUSE_ALL_FEATURES
13981 if test -z "$defaultval"; then
13982 if test x"$enablestring" = xdisable; then
13983 defaultval=yes
13984 else
13985 defaultval=no
13986 fi
13987 fi
13988
13989 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-uxtheme" >&5
13990 echo $ECHO_N "checking for --${enablestring:-enable}-uxtheme... $ECHO_C" >&6; }
13991 # Check whether --enable-uxtheme was given.
13992 if test "${enable_uxtheme+set}" = set; then
13993 enableval=$enable_uxtheme;
13994 if test "$enableval" = yes; then
13995 wx_cv_use_uxtheme='wxUSE_UXTHEME=yes'
13996 else
13997 wx_cv_use_uxtheme='wxUSE_UXTHEME=no'
13998 fi
13999
14000 else
14001
14002 wx_cv_use_uxtheme='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
14003
14004 fi
14005
14006
14007 eval "$wx_cv_use_uxtheme"
14008
14009 if test x"$enablestring" = xdisable; then
14010 if test $wxUSE_UXTHEME = no; then
14011 result=yes
14012 else
14013 result=no
14014 fi
14015 else
14016 result=$wxUSE_UXTHEME
14017 fi
14018
14019 { echo "$as_me:$LINENO: result: $result" >&5
14020 echo "${ECHO_T}$result" >&6; }
14021
14022
14023 enablestring=
14024 defaultval=$wxUSE_ALL_FEATURES
14025 if test -z "$defaultval"; then
14026 if test x"$enablestring" = xdisable; then
14027 defaultval=yes
14028 else
14029 defaultval=no
14030 fi
14031 fi
14032
14033 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxdib" >&5
14034 echo $ECHO_N "checking for --${enablestring:-enable}-wxdib... $ECHO_C" >&6; }
14035 # Check whether --enable-wxdib was given.
14036 if test "${enable_wxdib+set}" = set; then
14037 enableval=$enable_wxdib;
14038 if test "$enableval" = yes; then
14039 wx_cv_use_wxdib='wxUSE_DIB=yes'
14040 else
14041 wx_cv_use_wxdib='wxUSE_DIB=no'
14042 fi
14043
14044 else
14045
14046 wx_cv_use_wxdib='wxUSE_DIB=${'DEFAULT_wxUSE_DIB":-$defaultval}"
14047
14048 fi
14049
14050
14051 eval "$wx_cv_use_wxdib"
14052
14053 if test x"$enablestring" = xdisable; then
14054 if test $wxUSE_DIB = no; then
14055 result=yes
14056 else
14057 result=no
14058 fi
14059 else
14060 result=$wxUSE_DIB
14061 fi
14062
14063 { echo "$as_me:$LINENO: result: $result" >&5
14064 echo "${ECHO_T}$result" >&6; }
14065
14066
14067 if test "$wxUSE_MSW" != 1; then
14068 DEFAULT_wxUSE_AUTOID_MANAGEMENT=no
14069 fi
14070
14071
14072 enablestring=
14073 defaultval=$wxUSE_ALL_FEATURES
14074 if test -z "$defaultval"; then
14075 if test x"$enablestring" = xdisable; then
14076 defaultval=yes
14077 else
14078 defaultval=no
14079 fi
14080 fi
14081
14082 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-autoidman" >&5
14083 echo $ECHO_N "checking for --${enablestring:-enable}-autoidman... $ECHO_C" >&6; }
14084 # Check whether --enable-autoidman was given.
14085 if test "${enable_autoidman+set}" = set; then
14086 enableval=$enable_autoidman;
14087 if test "$enableval" = yes; then
14088 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=yes'
14089 else
14090 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=no'
14091 fi
14092
14093 else
14094
14095 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=${'DEFAULT_wxUSE_AUTOID_MANAGEMENT":-$defaultval}"
14096
14097 fi
14098
14099
14100 eval "$wx_cv_use_autoidman"
14101
14102 if test x"$enablestring" = xdisable; then
14103 if test $wxUSE_AUTOID_MANAGEMENT = no; then
14104 result=yes
14105 else
14106 result=no
14107 fi
14108 else
14109 result=$wxUSE_AUTOID_MANAGEMENT
14110 fi
14111
14112 { echo "$as_me:$LINENO: result: $result" >&5
14113 echo "${ECHO_T}$result" >&6; }
14114
14115
14116 fi
14117
14118
14119 cat >confcache <<\_ACEOF
14120 # This file is a shell script that caches the results of configure
14121 # tests run on this system so they can be shared between configure
14122 # scripts and configure runs, see configure's option --config-cache.
14123 # It is not useful on other systems. If it contains results you don't
14124 # want to keep, you may remove or edit it.
14125 #
14126 # config.status only pays attention to the cache file if you give it
14127 # the --recheck option to rerun configure.
14128 #
14129 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14130 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14131 # following values.
14132
14133 _ACEOF
14134
14135 # The following way of writing the cache mishandles newlines in values,
14136 # but we know of no workaround that is simple, portable, and efficient.
14137 # So, we kill variables containing newlines.
14138 # Ultrix sh set writes to stderr and can't be redirected directly,
14139 # and sets the high bit in the cache file unless we assign to the vars.
14140 (
14141 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14142 eval ac_val=\$$ac_var
14143 case $ac_val in #(
14144 *${as_nl}*)
14145 case $ac_var in #(
14146 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
14147 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
14148 esac
14149 case $ac_var in #(
14150 _ | IFS | as_nl) ;; #(
14151 *) $as_unset $ac_var ;;
14152 esac ;;
14153 esac
14154 done
14155
14156 (set) 2>&1 |
14157 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14158 *${as_nl}ac_space=\ *)
14159 # `set' does not quote correctly, so add quotes (double-quote
14160 # substitution turns \\\\ into \\, and sed turns \\ into \).
14161 sed -n \
14162 "s/'/'\\\\''/g;
14163 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14164 ;; #(
14165 *)
14166 # `set' quotes correctly as required by POSIX, so do not add quotes.
14167 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14168 ;;
14169 esac |
14170 sort
14171 ) |
14172 sed '
14173 /^ac_cv_env_/b end
14174 t clear
14175 :clear
14176 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14177 t end
14178 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14179 :end' >>confcache
14180 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14181 if test -w "$cache_file"; then
14182 test "x$cache_file" != "x/dev/null" &&
14183 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
14184 echo "$as_me: updating cache $cache_file" >&6;}
14185 cat confcache >$cache_file
14186 else
14187 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
14188 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14189 fi
14190 fi
14191 rm -f confcache
14192
14193 CFLAGS=${CFLAGS:=}
14194
14195
14196
14197 ac_ext=c
14198 ac_cpp='$CPP $CPPFLAGS'
14199 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14200 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14201 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14202 if test -n "$ac_tool_prefix"; then
14203 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
14204 set dummy ${ac_tool_prefix}gcc; ac_word=$2
14205 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14206 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14207 if test "${ac_cv_prog_CC+set}" = set; then
14208 echo $ECHO_N "(cached) $ECHO_C" >&6
14209 else
14210 if test -n "$CC"; then
14211 ac_cv_prog_CC="$CC" # Let the user override the test.
14212 else
14213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14214 for as_dir in $PATH
14215 do
14216 IFS=$as_save_IFS
14217 test -z "$as_dir" && as_dir=.
14218 for ac_exec_ext in '' $ac_executable_extensions; do
14219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14220 ac_cv_prog_CC="${ac_tool_prefix}gcc"
14221 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14222 break 2
14223 fi
14224 done
14225 done
14226 IFS=$as_save_IFS
14227
14228 fi
14229 fi
14230 CC=$ac_cv_prog_CC
14231 if test -n "$CC"; then
14232 { echo "$as_me:$LINENO: result: $CC" >&5
14233 echo "${ECHO_T}$CC" >&6; }
14234 else
14235 { echo "$as_me:$LINENO: result: no" >&5
14236 echo "${ECHO_T}no" >&6; }
14237 fi
14238
14239
14240 fi
14241 if test -z "$ac_cv_prog_CC"; then
14242 ac_ct_CC=$CC
14243 # Extract the first word of "gcc", so it can be a program name with args.
14244 set dummy gcc; ac_word=$2
14245 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14247 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
14248 echo $ECHO_N "(cached) $ECHO_C" >&6
14249 else
14250 if test -n "$ac_ct_CC"; then
14251 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
14252 else
14253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14254 for as_dir in $PATH
14255 do
14256 IFS=$as_save_IFS
14257 test -z "$as_dir" && as_dir=.
14258 for ac_exec_ext in '' $ac_executable_extensions; do
14259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14260 ac_cv_prog_ac_ct_CC="gcc"
14261 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14262 break 2
14263 fi
14264 done
14265 done
14266 IFS=$as_save_IFS
14267
14268 fi
14269 fi
14270 ac_ct_CC=$ac_cv_prog_ac_ct_CC
14271 if test -n "$ac_ct_CC"; then
14272 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
14273 echo "${ECHO_T}$ac_ct_CC" >&6; }
14274 else
14275 { echo "$as_me:$LINENO: result: no" >&5
14276 echo "${ECHO_T}no" >&6; }
14277 fi
14278
14279 if test "x$ac_ct_CC" = x; then
14280 CC=""
14281 else
14282 case $cross_compiling:$ac_tool_warned in
14283 yes:)
14284 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
14285 whose name does not start with the host triplet. If you think this
14286 configuration is useful to you, please write to autoconf@gnu.org." >&5
14287 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
14288 whose name does not start with the host triplet. If you think this
14289 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
14290 ac_tool_warned=yes ;;
14291 esac
14292 CC=$ac_ct_CC
14293 fi
14294 else
14295 CC="$ac_cv_prog_CC"
14296 fi
14297
14298 if test -z "$CC"; then
14299 if test -n "$ac_tool_prefix"; then
14300 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
14301 set dummy ${ac_tool_prefix}cc; ac_word=$2
14302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14304 if test "${ac_cv_prog_CC+set}" = set; then
14305 echo $ECHO_N "(cached) $ECHO_C" >&6
14306 else
14307 if test -n "$CC"; then
14308 ac_cv_prog_CC="$CC" # Let the user override the test.
14309 else
14310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14311 for as_dir in $PATH
14312 do
14313 IFS=$as_save_IFS
14314 test -z "$as_dir" && as_dir=.
14315 for ac_exec_ext in '' $ac_executable_extensions; do
14316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14317 ac_cv_prog_CC="${ac_tool_prefix}cc"
14318 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14319 break 2
14320 fi
14321 done
14322 done
14323 IFS=$as_save_IFS
14324
14325 fi
14326 fi
14327 CC=$ac_cv_prog_CC
14328 if test -n "$CC"; then
14329 { echo "$as_me:$LINENO: result: $CC" >&5
14330 echo "${ECHO_T}$CC" >&6; }
14331 else
14332 { echo "$as_me:$LINENO: result: no" >&5
14333 echo "${ECHO_T}no" >&6; }
14334 fi
14335
14336
14337 fi
14338 fi
14339 if test -z "$CC"; then
14340 # Extract the first word of "cc", so it can be a program name with args.
14341 set dummy cc; ac_word=$2
14342 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14343 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14344 if test "${ac_cv_prog_CC+set}" = set; then
14345 echo $ECHO_N "(cached) $ECHO_C" >&6
14346 else
14347 if test -n "$CC"; then
14348 ac_cv_prog_CC="$CC" # Let the user override the test.
14349 else
14350 ac_prog_rejected=no
14351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14352 for as_dir in $PATH
14353 do
14354 IFS=$as_save_IFS
14355 test -z "$as_dir" && as_dir=.
14356 for ac_exec_ext in '' $ac_executable_extensions; do
14357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14358 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
14359 ac_prog_rejected=yes
14360 continue
14361 fi
14362 ac_cv_prog_CC="cc"
14363 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14364 break 2
14365 fi
14366 done
14367 done
14368 IFS=$as_save_IFS
14369
14370 if test $ac_prog_rejected = yes; then
14371 # We found a bogon in the path, so make sure we never use it.
14372 set dummy $ac_cv_prog_CC
14373 shift
14374 if test $# != 0; then
14375 # We chose a different compiler from the bogus one.
14376 # However, it has the same basename, so the bogon will be chosen
14377 # first if we set CC to just the basename; use the full file name.
14378 shift
14379 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
14380 fi
14381 fi
14382 fi
14383 fi
14384 CC=$ac_cv_prog_CC
14385 if test -n "$CC"; then
14386 { echo "$as_me:$LINENO: result: $CC" >&5
14387 echo "${ECHO_T}$CC" >&6; }
14388 else
14389 { echo "$as_me:$LINENO: result: no" >&5
14390 echo "${ECHO_T}no" >&6; }
14391 fi
14392
14393
14394 fi
14395 if test -z "$CC"; then
14396 if test -n "$ac_tool_prefix"; then
14397 for ac_prog in cl.exe
14398 do
14399 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
14400 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
14401 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14402 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14403 if test "${ac_cv_prog_CC+set}" = set; then
14404 echo $ECHO_N "(cached) $ECHO_C" >&6
14405 else
14406 if test -n "$CC"; then
14407 ac_cv_prog_CC="$CC" # Let the user override the test.
14408 else
14409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14410 for as_dir in $PATH
14411 do
14412 IFS=$as_save_IFS
14413 test -z "$as_dir" && as_dir=.
14414 for ac_exec_ext in '' $ac_executable_extensions; do
14415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14416 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
14417 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14418 break 2
14419 fi
14420 done
14421 done
14422 IFS=$as_save_IFS
14423
14424 fi
14425 fi
14426 CC=$ac_cv_prog_CC
14427 if test -n "$CC"; then
14428 { echo "$as_me:$LINENO: result: $CC" >&5
14429 echo "${ECHO_T}$CC" >&6; }
14430 else
14431 { echo "$as_me:$LINENO: result: no" >&5
14432 echo "${ECHO_T}no" >&6; }
14433 fi
14434
14435
14436 test -n "$CC" && break
14437 done
14438 fi
14439 if test -z "$CC"; then
14440 ac_ct_CC=$CC
14441 for ac_prog in cl.exe
14442 do
14443 # Extract the first word of "$ac_prog", so it can be a program name with args.
14444 set dummy $ac_prog; ac_word=$2
14445 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14446 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14447 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
14448 echo $ECHO_N "(cached) $ECHO_C" >&6
14449 else
14450 if test -n "$ac_ct_CC"; then
14451 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
14452 else
14453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14454 for as_dir in $PATH
14455 do
14456 IFS=$as_save_IFS
14457 test -z "$as_dir" && as_dir=.
14458 for ac_exec_ext in '' $ac_executable_extensions; do
14459 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14460 ac_cv_prog_ac_ct_CC="$ac_prog"
14461 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14462 break 2
14463 fi
14464 done
14465 done
14466 IFS=$as_save_IFS
14467
14468 fi
14469 fi
14470 ac_ct_CC=$ac_cv_prog_ac_ct_CC
14471 if test -n "$ac_ct_CC"; then
14472 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
14473 echo "${ECHO_T}$ac_ct_CC" >&6; }
14474 else
14475 { echo "$as_me:$LINENO: result: no" >&5
14476 echo "${ECHO_T}no" >&6; }
14477 fi
14478
14479
14480 test -n "$ac_ct_CC" && break
14481 done
14482
14483 if test "x$ac_ct_CC" = x; then
14484 CC=""
14485 else
14486 case $cross_compiling:$ac_tool_warned in
14487 yes:)
14488 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
14489 whose name does not start with the host triplet. If you think this
14490 configuration is useful to you, please write to autoconf@gnu.org." >&5
14491 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
14492 whose name does not start with the host triplet. If you think this
14493 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
14494 ac_tool_warned=yes ;;
14495 esac
14496 CC=$ac_ct_CC
14497 fi
14498 fi
14499
14500 fi
14501
14502
14503 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
14504 See \`config.log' for more details." >&5
14505 echo "$as_me: error: no acceptable C compiler found in \$PATH
14506 See \`config.log' for more details." >&2;}
14507 { (exit 1); exit 1; }; }
14508
14509 # Provide some information about the compiler.
14510 echo "$as_me:$LINENO: checking for C compiler version" >&5
14511 ac_compiler=`set X $ac_compile; echo $2`
14512 { (ac_try="$ac_compiler --version >&5"
14513 case "(($ac_try" in
14514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14515 *) ac_try_echo=$ac_try;;
14516 esac
14517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14518 (eval "$ac_compiler --version >&5") 2>&5
14519 ac_status=$?
14520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14521 (exit $ac_status); }
14522 { (ac_try="$ac_compiler -v >&5"
14523 case "(($ac_try" in
14524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14525 *) ac_try_echo=$ac_try;;
14526 esac
14527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14528 (eval "$ac_compiler -v >&5") 2>&5
14529 ac_status=$?
14530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14531 (exit $ac_status); }
14532 { (ac_try="$ac_compiler -V >&5"
14533 case "(($ac_try" in
14534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14535 *) ac_try_echo=$ac_try;;
14536 esac
14537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14538 (eval "$ac_compiler -V >&5") 2>&5
14539 ac_status=$?
14540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14541 (exit $ac_status); }
14542
14543 cat >conftest.$ac_ext <<_ACEOF
14544 /* confdefs.h. */
14545 _ACEOF
14546 cat confdefs.h >>conftest.$ac_ext
14547 cat >>conftest.$ac_ext <<_ACEOF
14548 /* end confdefs.h. */
14549
14550 int
14551 main ()
14552 {
14553
14554 ;
14555 return 0;
14556 }
14557 _ACEOF
14558 ac_clean_files_save=$ac_clean_files
14559 ac_clean_files="$ac_clean_files a.out a.exe b.out"
14560 # Try to create an executable without -o first, disregard a.out.
14561 # It will help us diagnose broken compilers, and finding out an intuition
14562 # of exeext.
14563 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
14564 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
14565 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
14566 #
14567 # List of possible output files, starting from the most likely.
14568 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
14569 # only as a last resort. b.out is created by i960 compilers.
14570 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
14571 #
14572 # The IRIX 6 linker writes into existing files which may not be
14573 # executable, retaining their permissions. Remove them first so a
14574 # subsequent execution test works.
14575 ac_rmfiles=
14576 for ac_file in $ac_files
14577 do
14578 case $ac_file in
14579 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
14580 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
14581 esac
14582 done
14583 rm -f $ac_rmfiles
14584
14585 if { (ac_try="$ac_link_default"
14586 case "(($ac_try" in
14587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14588 *) ac_try_echo=$ac_try;;
14589 esac
14590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14591 (eval "$ac_link_default") 2>&5
14592 ac_status=$?
14593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14594 (exit $ac_status); }; then
14595 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
14596 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
14597 # in a Makefile. We should not override ac_cv_exeext if it was cached,
14598 # so that the user can short-circuit this test for compilers unknown to
14599 # Autoconf.
14600 for ac_file in $ac_files ''
14601 do
14602 test -f "$ac_file" || continue
14603 case $ac_file in
14604 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
14605 ;;
14606 [ab].out )
14607 # We found the default executable, but exeext='' is most
14608 # certainly right.
14609 break;;
14610 *.* )
14611 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
14612 then :; else
14613 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
14614 fi
14615 # We set ac_cv_exeext here because the later test for it is not
14616 # safe: cross compilers may not add the suffix if given an `-o'
14617 # argument, so we may need to know it at that point already.
14618 # Even if this section looks crufty: it has the advantage of
14619 # actually working.
14620 break;;
14621 * )
14622 break;;
14623 esac
14624 done
14625 test "$ac_cv_exeext" = no && ac_cv_exeext=
14626
14627 else
14628 ac_file=''
14629 fi
14630
14631 { echo "$as_me:$LINENO: result: $ac_file" >&5
14632 echo "${ECHO_T}$ac_file" >&6; }
14633 if test -z "$ac_file"; then
14634 echo "$as_me: failed program was:" >&5
14635 sed 's/^/| /' conftest.$ac_ext >&5
14636
14637 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
14638 See \`config.log' for more details." >&5
14639 echo "$as_me: error: C compiler cannot create executables
14640 See \`config.log' for more details." >&2;}
14641 { (exit 77); exit 77; }; }
14642 fi
14643
14644 ac_exeext=$ac_cv_exeext
14645
14646 # Check that the compiler produces executables we can run. If not, either
14647 # the compiler is broken, or we cross compile.
14648 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
14649 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
14650 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
14651 # If not cross compiling, check that we can run a simple program.
14652 if test "$cross_compiling" != yes; then
14653 if { ac_try='./$ac_file'
14654 { (case "(($ac_try" in
14655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14656 *) ac_try_echo=$ac_try;;
14657 esac
14658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14659 (eval "$ac_try") 2>&5
14660 ac_status=$?
14661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14662 (exit $ac_status); }; }; then
14663 cross_compiling=no
14664 else
14665 if test "$cross_compiling" = maybe; then
14666 cross_compiling=yes
14667 else
14668 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
14669 If you meant to cross compile, use \`--host'.
14670 See \`config.log' for more details." >&5
14671 echo "$as_me: error: cannot run C compiled programs.
14672 If you meant to cross compile, use \`--host'.
14673 See \`config.log' for more details." >&2;}
14674 { (exit 1); exit 1; }; }
14675 fi
14676 fi
14677 fi
14678 { echo "$as_me:$LINENO: result: yes" >&5
14679 echo "${ECHO_T}yes" >&6; }
14680
14681 rm -f a.out a.exe conftest$ac_cv_exeext b.out
14682 ac_clean_files=$ac_clean_files_save
14683 # Check that the compiler produces executables we can run. If not, either
14684 # the compiler is broken, or we cross compile.
14685 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
14686 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
14687 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
14688 echo "${ECHO_T}$cross_compiling" >&6; }
14689
14690 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
14691 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
14692 if { (ac_try="$ac_link"
14693 case "(($ac_try" in
14694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14695 *) ac_try_echo=$ac_try;;
14696 esac
14697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14698 (eval "$ac_link") 2>&5
14699 ac_status=$?
14700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14701 (exit $ac_status); }; then
14702 # If both `conftest.exe' and `conftest' are `present' (well, observable)
14703 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
14704 # work properly (i.e., refer to `conftest.exe'), while it won't with
14705 # `rm'.
14706 for ac_file in conftest.exe conftest conftest.*; do
14707 test -f "$ac_file" || continue
14708 case $ac_file in
14709 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
14710 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
14711 break;;
14712 * ) break;;
14713 esac
14714 done
14715 else
14716 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
14717 See \`config.log' for more details." >&5
14718 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
14719 See \`config.log' for more details." >&2;}
14720 { (exit 1); exit 1; }; }
14721 fi
14722
14723 rm -f conftest$ac_cv_exeext
14724 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
14725 echo "${ECHO_T}$ac_cv_exeext" >&6; }
14726
14727 rm -f conftest.$ac_ext
14728 EXEEXT=$ac_cv_exeext
14729 ac_exeext=$EXEEXT
14730 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
14731 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
14732 if test "${ac_cv_objext+set}" = set; then
14733 echo $ECHO_N "(cached) $ECHO_C" >&6
14734 else
14735 cat >conftest.$ac_ext <<_ACEOF
14736 /* confdefs.h. */
14737 _ACEOF
14738 cat confdefs.h >>conftest.$ac_ext
14739 cat >>conftest.$ac_ext <<_ACEOF
14740 /* end confdefs.h. */
14741
14742 int
14743 main ()
14744 {
14745
14746 ;
14747 return 0;
14748 }
14749 _ACEOF
14750 rm -f conftest.o conftest.obj
14751 if { (ac_try="$ac_compile"
14752 case "(($ac_try" in
14753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14754 *) ac_try_echo=$ac_try;;
14755 esac
14756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14757 (eval "$ac_compile") 2>&5
14758 ac_status=$?
14759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14760 (exit $ac_status); }; then
14761 for ac_file in conftest.o conftest.obj conftest.*; do
14762 test -f "$ac_file" || continue;
14763 case $ac_file in
14764 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
14765 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
14766 break;;
14767 esac
14768 done
14769 else
14770 echo "$as_me: failed program was:" >&5
14771 sed 's/^/| /' conftest.$ac_ext >&5
14772
14773 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
14774 See \`config.log' for more details." >&5
14775 echo "$as_me: error: cannot compute suffix of object files: cannot compile
14776 See \`config.log' for more details." >&2;}
14777 { (exit 1); exit 1; }; }
14778 fi
14779
14780 rm -f conftest.$ac_cv_objext conftest.$ac_ext
14781 fi
14782 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
14783 echo "${ECHO_T}$ac_cv_objext" >&6; }
14784 OBJEXT=$ac_cv_objext
14785 ac_objext=$OBJEXT
14786 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
14787 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
14788 if test "${ac_cv_c_compiler_gnu+set}" = set; then
14789 echo $ECHO_N "(cached) $ECHO_C" >&6
14790 else
14791 cat >conftest.$ac_ext <<_ACEOF
14792 /* confdefs.h. */
14793 _ACEOF
14794 cat confdefs.h >>conftest.$ac_ext
14795 cat >>conftest.$ac_ext <<_ACEOF
14796 /* end confdefs.h. */
14797
14798 int
14799 main ()
14800 {
14801 #ifndef __GNUC__
14802 choke me
14803 #endif
14804
14805 ;
14806 return 0;
14807 }
14808 _ACEOF
14809 rm -f conftest.$ac_objext
14810 if { (ac_try="$ac_compile"
14811 case "(($ac_try" in
14812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14813 *) ac_try_echo=$ac_try;;
14814 esac
14815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14816 (eval "$ac_compile") 2>conftest.er1
14817 ac_status=$?
14818 grep -v '^ *+' conftest.er1 >conftest.err
14819 rm -f conftest.er1
14820 cat conftest.err >&5
14821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14822 (exit $ac_status); } && {
14823 test -z "$ac_c_werror_flag" ||
14824 test ! -s conftest.err
14825 } && test -s conftest.$ac_objext; then
14826 ac_compiler_gnu=yes
14827 else
14828 echo "$as_me: failed program was:" >&5
14829 sed 's/^/| /' conftest.$ac_ext >&5
14830
14831 ac_compiler_gnu=no
14832 fi
14833
14834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14835 ac_cv_c_compiler_gnu=$ac_compiler_gnu
14836
14837 fi
14838 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
14839 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
14840 GCC=`test $ac_compiler_gnu = yes && echo yes`
14841 ac_test_CFLAGS=${CFLAGS+set}
14842 ac_save_CFLAGS=$CFLAGS
14843 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
14844 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
14845 if test "${ac_cv_prog_cc_g+set}" = set; then
14846 echo $ECHO_N "(cached) $ECHO_C" >&6
14847 else
14848 ac_save_c_werror_flag=$ac_c_werror_flag
14849 ac_c_werror_flag=yes
14850 ac_cv_prog_cc_g=no
14851 CFLAGS="-g"
14852 cat >conftest.$ac_ext <<_ACEOF
14853 /* confdefs.h. */
14854 _ACEOF
14855 cat confdefs.h >>conftest.$ac_ext
14856 cat >>conftest.$ac_ext <<_ACEOF
14857 /* end confdefs.h. */
14858
14859 int
14860 main ()
14861 {
14862
14863 ;
14864 return 0;
14865 }
14866 _ACEOF
14867 rm -f conftest.$ac_objext
14868 if { (ac_try="$ac_compile"
14869 case "(($ac_try" in
14870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14871 *) ac_try_echo=$ac_try;;
14872 esac
14873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14874 (eval "$ac_compile") 2>conftest.er1
14875 ac_status=$?
14876 grep -v '^ *+' conftest.er1 >conftest.err
14877 rm -f conftest.er1
14878 cat conftest.err >&5
14879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14880 (exit $ac_status); } && {
14881 test -z "$ac_c_werror_flag" ||
14882 test ! -s conftest.err
14883 } && test -s conftest.$ac_objext; then
14884 ac_cv_prog_cc_g=yes
14885 else
14886 echo "$as_me: failed program was:" >&5
14887 sed 's/^/| /' conftest.$ac_ext >&5
14888
14889 CFLAGS=""
14890 cat >conftest.$ac_ext <<_ACEOF
14891 /* confdefs.h. */
14892 _ACEOF
14893 cat confdefs.h >>conftest.$ac_ext
14894 cat >>conftest.$ac_ext <<_ACEOF
14895 /* end confdefs.h. */
14896
14897 int
14898 main ()
14899 {
14900
14901 ;
14902 return 0;
14903 }
14904 _ACEOF
14905 rm -f conftest.$ac_objext
14906 if { (ac_try="$ac_compile"
14907 case "(($ac_try" in
14908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14909 *) ac_try_echo=$ac_try;;
14910 esac
14911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14912 (eval "$ac_compile") 2>conftest.er1
14913 ac_status=$?
14914 grep -v '^ *+' conftest.er1 >conftest.err
14915 rm -f conftest.er1
14916 cat conftest.err >&5
14917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14918 (exit $ac_status); } && {
14919 test -z "$ac_c_werror_flag" ||
14920 test ! -s conftest.err
14921 } && test -s conftest.$ac_objext; then
14922 :
14923 else
14924 echo "$as_me: failed program was:" >&5
14925 sed 's/^/| /' conftest.$ac_ext >&5
14926
14927 ac_c_werror_flag=$ac_save_c_werror_flag
14928 CFLAGS="-g"
14929 cat >conftest.$ac_ext <<_ACEOF
14930 /* confdefs.h. */
14931 _ACEOF
14932 cat confdefs.h >>conftest.$ac_ext
14933 cat >>conftest.$ac_ext <<_ACEOF
14934 /* end confdefs.h. */
14935
14936 int
14937 main ()
14938 {
14939
14940 ;
14941 return 0;
14942 }
14943 _ACEOF
14944 rm -f conftest.$ac_objext
14945 if { (ac_try="$ac_compile"
14946 case "(($ac_try" in
14947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14948 *) ac_try_echo=$ac_try;;
14949 esac
14950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14951 (eval "$ac_compile") 2>conftest.er1
14952 ac_status=$?
14953 grep -v '^ *+' conftest.er1 >conftest.err
14954 rm -f conftest.er1
14955 cat conftest.err >&5
14956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14957 (exit $ac_status); } && {
14958 test -z "$ac_c_werror_flag" ||
14959 test ! -s conftest.err
14960 } && test -s conftest.$ac_objext; then
14961 ac_cv_prog_cc_g=yes
14962 else
14963 echo "$as_me: failed program was:" >&5
14964 sed 's/^/| /' conftest.$ac_ext >&5
14965
14966
14967 fi
14968
14969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14970 fi
14971
14972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14973 fi
14974
14975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14976 ac_c_werror_flag=$ac_save_c_werror_flag
14977 fi
14978 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
14979 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
14980 if test "$ac_test_CFLAGS" = set; then
14981 CFLAGS=$ac_save_CFLAGS
14982 elif test $ac_cv_prog_cc_g = yes; then
14983 if test "$GCC" = yes; then
14984 CFLAGS="-g -O2"
14985 else
14986 CFLAGS="-g"
14987 fi
14988 else
14989 if test "$GCC" = yes; then
14990 CFLAGS="-O2"
14991 else
14992 CFLAGS=
14993 fi
14994 fi
14995 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
14996 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
14997 if test "${ac_cv_prog_cc_c89+set}" = set; then
14998 echo $ECHO_N "(cached) $ECHO_C" >&6
14999 else
15000 ac_cv_prog_cc_c89=no
15001 ac_save_CC=$CC
15002 cat >conftest.$ac_ext <<_ACEOF
15003 /* confdefs.h. */
15004 _ACEOF
15005 cat confdefs.h >>conftest.$ac_ext
15006 cat >>conftest.$ac_ext <<_ACEOF
15007 /* end confdefs.h. */
15008 #include <stdarg.h>
15009 #include <stdio.h>
15010 #include <sys/types.h>
15011 #include <sys/stat.h>
15012 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
15013 struct buf { int x; };
15014 FILE * (*rcsopen) (struct buf *, struct stat *, int);
15015 static char *e (p, i)
15016 char **p;
15017 int i;
15018 {
15019 return p[i];
15020 }
15021 static char *f (char * (*g) (char **, int), char **p, ...)
15022 {
15023 char *s;
15024 va_list v;
15025 va_start (v,p);
15026 s = g (p, va_arg (v,int));
15027 va_end (v);
15028 return s;
15029 }
15030
15031 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
15032 function prototypes and stuff, but not '\xHH' hex character constants.
15033 These don't provoke an error unfortunately, instead are silently treated
15034 as 'x'. The following induces an error, until -std is added to get
15035 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
15036 array size at least. It's necessary to write '\x00'==0 to get something
15037 that's true only with -std. */
15038 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
15039
15040 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
15041 inside strings and character constants. */
15042 #define FOO(x) 'x'
15043 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
15044
15045 int test (int i, double x);
15046 struct s1 {int (*f) (int a);};
15047 struct s2 {int (*f) (double a);};
15048 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
15049 int argc;
15050 char **argv;
15051 int
15052 main ()
15053 {
15054 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
15055 ;
15056 return 0;
15057 }
15058 _ACEOF
15059 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
15060 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
15061 do
15062 CC="$ac_save_CC $ac_arg"
15063 rm -f conftest.$ac_objext
15064 if { (ac_try="$ac_compile"
15065 case "(($ac_try" in
15066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15067 *) ac_try_echo=$ac_try;;
15068 esac
15069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15070 (eval "$ac_compile") 2>conftest.er1
15071 ac_status=$?
15072 grep -v '^ *+' conftest.er1 >conftest.err
15073 rm -f conftest.er1
15074 cat conftest.err >&5
15075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15076 (exit $ac_status); } && {
15077 test -z "$ac_c_werror_flag" ||
15078 test ! -s conftest.err
15079 } && test -s conftest.$ac_objext; then
15080 ac_cv_prog_cc_c89=$ac_arg
15081 else
15082 echo "$as_me: failed program was:" >&5
15083 sed 's/^/| /' conftest.$ac_ext >&5
15084
15085
15086 fi
15087
15088 rm -f core conftest.err conftest.$ac_objext
15089 test "x$ac_cv_prog_cc_c89" != "xno" && break
15090 done
15091 rm -f conftest.$ac_ext
15092 CC=$ac_save_CC
15093
15094 fi
15095 # AC_CACHE_VAL
15096 case "x$ac_cv_prog_cc_c89" in
15097 x)
15098 { echo "$as_me:$LINENO: result: none needed" >&5
15099 echo "${ECHO_T}none needed" >&6; } ;;
15100 xno)
15101 { echo "$as_me:$LINENO: result: unsupported" >&5
15102 echo "${ECHO_T}unsupported" >&6; } ;;
15103 *)
15104 CC="$CC $ac_cv_prog_cc_c89"
15105 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
15106 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
15107 esac
15108
15109
15110 ac_ext=c
15111 ac_cpp='$CPP $CPPFLAGS'
15112 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15113 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15114 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15115
15116
15117
15118
15119 ac_ext=c
15120 ac_cpp='$CPP $CPPFLAGS'
15121 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15122 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15123 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15124
15125 { echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
15126 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6; }
15127 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
15128 echo $ECHO_N "(cached) $ECHO_C" >&6
15129 else
15130 cat >conftest.$ac_ext <<_ACEOF
15131 /* confdefs.h. */
15132 _ACEOF
15133 cat confdefs.h >>conftest.$ac_ext
15134 cat >>conftest.$ac_ext <<_ACEOF
15135 /* end confdefs.h. */
15136
15137 int
15138 main ()
15139 {
15140
15141 #ifndef __INTEL_COMPILER
15142 choke me
15143 #endif
15144
15145 ;
15146 return 0;
15147 }
15148 _ACEOF
15149 rm -f conftest.$ac_objext
15150 if { (ac_try="$ac_compile"
15151 case "(($ac_try" in
15152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15153 *) ac_try_echo=$ac_try;;
15154 esac
15155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15156 (eval "$ac_compile") 2>conftest.er1
15157 ac_status=$?
15158 grep -v '^ *+' conftest.er1 >conftest.err
15159 rm -f conftest.er1
15160 cat conftest.err >&5
15161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15162 (exit $ac_status); } && {
15163 test -z "$ac_c_werror_flag" ||
15164 test ! -s conftest.err
15165 } && test -s conftest.$ac_objext; then
15166 bakefile_cv_c_compiler___INTEL_COMPILER=yes
15167 else
15168 echo "$as_me: failed program was:" >&5
15169 sed 's/^/| /' conftest.$ac_ext >&5
15170
15171 bakefile_cv_c_compiler___INTEL_COMPILER=no
15172
15173 fi
15174
15175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15176
15177
15178 fi
15179 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
15180 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
15181 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
15182 :; INTELCC=yes
15183 else
15184 :;
15185 fi
15186 ac_ext=c
15187 ac_cpp='$CPP $CPPFLAGS'
15188 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15189 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15190 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15191
15192
15193
15194
15195 if test "$INTELCC" = "yes"; then
15196
15197
15198 ac_ext=c
15199 ac_cpp='$CPP $CPPFLAGS'
15200 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15201 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15202 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15203
15204 { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v8 or later" >&5
15205 echo $ECHO_N "checking whether we are using Intel C compiler v8 or later... $ECHO_C" >&6; }
15206 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_800+set}" = set; then
15207 echo $ECHO_N "(cached) $ECHO_C" >&6
15208 else
15209 cat >conftest.$ac_ext <<_ACEOF
15210 /* confdefs.h. */
15211 _ACEOF
15212 cat confdefs.h >>conftest.$ac_ext
15213 cat >>conftest.$ac_ext <<_ACEOF
15214 /* end confdefs.h. */
15215
15216 int
15217 main ()
15218 {
15219
15220 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
15221 choke me
15222 #endif
15223
15224 ;
15225 return 0;
15226 }
15227 _ACEOF
15228 rm -f conftest.$ac_objext
15229 if { (ac_try="$ac_compile"
15230 case "(($ac_try" in
15231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15232 *) ac_try_echo=$ac_try;;
15233 esac
15234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15235 (eval "$ac_compile") 2>conftest.er1
15236 ac_status=$?
15237 grep -v '^ *+' conftest.er1 >conftest.err
15238 rm -f conftest.er1
15239 cat conftest.err >&5
15240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15241 (exit $ac_status); } && {
15242 test -z "$ac_c_werror_flag" ||
15243 test ! -s conftest.err
15244 } && test -s conftest.$ac_objext; then
15245 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=yes
15246 else
15247 echo "$as_me: failed program was:" >&5
15248 sed 's/^/| /' conftest.$ac_ext >&5
15249
15250 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=no
15251
15252 fi
15253
15254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15255
15256
15257 fi
15258 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&5
15259 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&6; }
15260 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
15261 :; INTELCC8=yes
15262 else
15263 :;
15264 fi
15265 ac_ext=c
15266 ac_cpp='$CPP $CPPFLAGS'
15267 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15268 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15269 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15270
15271
15272
15273
15274
15275 ac_ext=c
15276 ac_cpp='$CPP $CPPFLAGS'
15277 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15278 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15279 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15280
15281 { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v10 or later" >&5
15282 echo $ECHO_N "checking whether we are using Intel C compiler v10 or later... $ECHO_C" >&6; }
15283 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
15284 echo $ECHO_N "(cached) $ECHO_C" >&6
15285 else
15286 cat >conftest.$ac_ext <<_ACEOF
15287 /* confdefs.h. */
15288 _ACEOF
15289 cat confdefs.h >>conftest.$ac_ext
15290 cat >>conftest.$ac_ext <<_ACEOF
15291 /* end confdefs.h. */
15292
15293 int
15294 main ()
15295 {
15296
15297 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
15298 choke me
15299 #endif
15300
15301 ;
15302 return 0;
15303 }
15304 _ACEOF
15305 rm -f conftest.$ac_objext
15306 if { (ac_try="$ac_compile"
15307 case "(($ac_try" in
15308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15309 *) ac_try_echo=$ac_try;;
15310 esac
15311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15312 (eval "$ac_compile") 2>conftest.er1
15313 ac_status=$?
15314 grep -v '^ *+' conftest.er1 >conftest.err
15315 rm -f conftest.er1
15316 cat conftest.err >&5
15317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15318 (exit $ac_status); } && {
15319 test -z "$ac_c_werror_flag" ||
15320 test ! -s conftest.err
15321 } && test -s conftest.$ac_objext; then
15322 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=yes
15323 else
15324 echo "$as_me: failed program was:" >&5
15325 sed 's/^/| /' conftest.$ac_ext >&5
15326
15327 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=no
15328
15329 fi
15330
15331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15332
15333
15334 fi
15335 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&5
15336 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&6; }
15337 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
15338 :; INTELCC10=yes
15339 else
15340 :;
15341 fi
15342 ac_ext=c
15343 ac_cpp='$CPP $CPPFLAGS'
15344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15347
15348
15349
15350 fi
15351
15352 if test "x$GCC" != "xyes"; then
15353 if test "xCC" = "xC"; then
15354 { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
15355 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
15356 if test "${bakefile_cv_c_exto+set}" = set; then
15357 echo $ECHO_N "(cached) $ECHO_C" >&6
15358 else
15359 cat >conftest.$ac_ext <<_ACEOF
15360 /* confdefs.h. */
15361 _ACEOF
15362 cat confdefs.h >>conftest.$ac_ext
15363 cat >>conftest.$ac_ext <<_ACEOF
15364 /* end confdefs.h. */
15365
15366 int
15367 main ()
15368 {
15369
15370 ;
15371 return 0;
15372 }
15373 _ACEOF
15374 rm -f conftest.$ac_objext conftest.$ac_ext.o
15375 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15376 (eval $ac_compile) 2>&5
15377 ac_status=$?
15378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15379 (exit $ac_status); }; then
15380 for ac_file in `(ls conftest.* 2>/dev/null)`; do
15381 case $ac_file in
15382 conftest.$ac_ext.o)
15383 bakefile_cv_c_exto="-ext o"
15384 ;;
15385 *)
15386 ;;
15387 esac
15388 done
15389 else
15390 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
15391 See \`config.log' for more details." >&5
15392 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
15393 See \`config.log' for more details." >&2;}
15394 { (exit 1); exit 1; }; }
15395
15396 fi
15397
15398 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
15399
15400 fi
15401 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
15402 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
15403 if test "x$bakefile_cv_c_exto" '!=' "x"; then
15404 if test "c" = "c"; then
15405 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
15406 fi
15407 if test "c" = "cxx"; then
15408 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
15409 fi
15410 fi
15411
15412 if test "x$bakefile_cv_c_exto" '!=' "x"; then
15413 unset ac_cv_prog_cc_g
15414 ac_test_CFLAGS=${CFLAGS+set}
15415 ac_save_CFLAGS=$CFLAGS
15416 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
15417 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
15418 if test "${ac_cv_prog_cc_g+set}" = set; then
15419 echo $ECHO_N "(cached) $ECHO_C" >&6
15420 else
15421 ac_save_c_werror_flag=$ac_c_werror_flag
15422 ac_c_werror_flag=yes
15423 ac_cv_prog_cc_g=no
15424 CFLAGS="-g"
15425 cat >conftest.$ac_ext <<_ACEOF
15426 /* confdefs.h. */
15427 _ACEOF
15428 cat confdefs.h >>conftest.$ac_ext
15429 cat >>conftest.$ac_ext <<_ACEOF
15430 /* end confdefs.h. */
15431
15432 int
15433 main ()
15434 {
15435
15436 ;
15437 return 0;
15438 }
15439 _ACEOF
15440 rm -f conftest.$ac_objext
15441 if { (ac_try="$ac_compile"
15442 case "(($ac_try" in
15443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15444 *) ac_try_echo=$ac_try;;
15445 esac
15446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15447 (eval "$ac_compile") 2>conftest.er1
15448 ac_status=$?
15449 grep -v '^ *+' conftest.er1 >conftest.err
15450 rm -f conftest.er1
15451 cat conftest.err >&5
15452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15453 (exit $ac_status); } && {
15454 test -z "$ac_c_werror_flag" ||
15455 test ! -s conftest.err
15456 } && test -s conftest.$ac_objext; then
15457 ac_cv_prog_cc_g=yes
15458 else
15459 echo "$as_me: failed program was:" >&5
15460 sed 's/^/| /' conftest.$ac_ext >&5
15461
15462 CFLAGS=""
15463 cat >conftest.$ac_ext <<_ACEOF
15464 /* confdefs.h. */
15465 _ACEOF
15466 cat confdefs.h >>conftest.$ac_ext
15467 cat >>conftest.$ac_ext <<_ACEOF
15468 /* end confdefs.h. */
15469
15470 int
15471 main ()
15472 {
15473
15474 ;
15475 return 0;
15476 }
15477 _ACEOF
15478 rm -f conftest.$ac_objext
15479 if { (ac_try="$ac_compile"
15480 case "(($ac_try" in
15481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15482 *) ac_try_echo=$ac_try;;
15483 esac
15484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15485 (eval "$ac_compile") 2>conftest.er1
15486 ac_status=$?
15487 grep -v '^ *+' conftest.er1 >conftest.err
15488 rm -f conftest.er1
15489 cat conftest.err >&5
15490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15491 (exit $ac_status); } && {
15492 test -z "$ac_c_werror_flag" ||
15493 test ! -s conftest.err
15494 } && test -s conftest.$ac_objext; then
15495 :
15496 else
15497 echo "$as_me: failed program was:" >&5
15498 sed 's/^/| /' conftest.$ac_ext >&5
15499
15500 ac_c_werror_flag=$ac_save_c_werror_flag
15501 CFLAGS="-g"
15502 cat >conftest.$ac_ext <<_ACEOF
15503 /* confdefs.h. */
15504 _ACEOF
15505 cat confdefs.h >>conftest.$ac_ext
15506 cat >>conftest.$ac_ext <<_ACEOF
15507 /* end confdefs.h. */
15508
15509 int
15510 main ()
15511 {
15512
15513 ;
15514 return 0;
15515 }
15516 _ACEOF
15517 rm -f conftest.$ac_objext
15518 if { (ac_try="$ac_compile"
15519 case "(($ac_try" in
15520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15521 *) ac_try_echo=$ac_try;;
15522 esac
15523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15524 (eval "$ac_compile") 2>conftest.er1
15525 ac_status=$?
15526 grep -v '^ *+' conftest.er1 >conftest.err
15527 rm -f conftest.er1
15528 cat conftest.err >&5
15529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15530 (exit $ac_status); } && {
15531 test -z "$ac_c_werror_flag" ||
15532 test ! -s conftest.err
15533 } && test -s conftest.$ac_objext; then
15534 ac_cv_prog_cc_g=yes
15535 else
15536 echo "$as_me: failed program was:" >&5
15537 sed 's/^/| /' conftest.$ac_ext >&5
15538
15539
15540 fi
15541
15542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15543 fi
15544
15545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15546 fi
15547
15548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15549 ac_c_werror_flag=$ac_save_c_werror_flag
15550 fi
15551 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
15552 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
15553 if test "$ac_test_CFLAGS" = set; then
15554 CFLAGS=$ac_save_CFLAGS
15555 elif test $ac_cv_prog_cc_g = yes; then
15556 if test "$GCC" = yes; then
15557 CFLAGS="-g -O2"
15558 else
15559 CFLAGS="-g"
15560 fi
15561 else
15562 if test "$GCC" = yes; then
15563 CFLAGS="-O2"
15564 else
15565 CFLAGS=
15566 fi
15567 fi
15568 fi
15569 fi
15570
15571 case `uname -s` in
15572 AIX*)
15573
15574
15575 ac_ext=c
15576 ac_cpp='$CPP $CPPFLAGS'
15577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15580
15581 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
15582 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
15583 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
15584 echo $ECHO_N "(cached) $ECHO_C" >&6
15585 else
15586 cat >conftest.$ac_ext <<_ACEOF
15587 /* confdefs.h. */
15588 _ACEOF
15589 cat confdefs.h >>conftest.$ac_ext
15590 cat >>conftest.$ac_ext <<_ACEOF
15591 /* end confdefs.h. */
15592
15593 int
15594 main ()
15595 {
15596
15597 #ifndef __xlC__
15598 choke me
15599 #endif
15600
15601 ;
15602 return 0;
15603 }
15604 _ACEOF
15605 rm -f conftest.$ac_objext
15606 if { (ac_try="$ac_compile"
15607 case "(($ac_try" in
15608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15609 *) ac_try_echo=$ac_try;;
15610 esac
15611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15612 (eval "$ac_compile") 2>conftest.er1
15613 ac_status=$?
15614 grep -v '^ *+' conftest.er1 >conftest.err
15615 rm -f conftest.er1
15616 cat conftest.err >&5
15617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15618 (exit $ac_status); } && {
15619 test -z "$ac_c_werror_flag" ||
15620 test ! -s conftest.err
15621 } && test -s conftest.$ac_objext; then
15622 bakefile_cv_c_compiler___xlC__=yes
15623 else
15624 echo "$as_me: failed program was:" >&5
15625 sed 's/^/| /' conftest.$ac_ext >&5
15626
15627 bakefile_cv_c_compiler___xlC__=no
15628
15629 fi
15630
15631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15632
15633
15634 fi
15635 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
15636 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
15637 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
15638 :; XLCC=yes
15639 else
15640 :;
15641 fi
15642 ac_ext=c
15643 ac_cpp='$CPP $CPPFLAGS'
15644 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15645 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15646 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15647
15648
15649
15650 ;;
15651
15652 Darwin)
15653
15654
15655 ac_ext=c
15656 ac_cpp='$CPP $CPPFLAGS'
15657 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15658 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15659 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15660
15661 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
15662 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6; }
15663 if test "${bakefile_cv_c_compiler___MWERKS__+set}" = set; then
15664 echo $ECHO_N "(cached) $ECHO_C" >&6
15665 else
15666 cat >conftest.$ac_ext <<_ACEOF
15667 /* confdefs.h. */
15668 _ACEOF
15669 cat confdefs.h >>conftest.$ac_ext
15670 cat >>conftest.$ac_ext <<_ACEOF
15671 /* end confdefs.h. */
15672
15673 int
15674 main ()
15675 {
15676
15677 #ifndef __MWERKS__
15678 choke me
15679 #endif
15680
15681 ;
15682 return 0;
15683 }
15684 _ACEOF
15685 rm -f conftest.$ac_objext
15686 if { (ac_try="$ac_compile"
15687 case "(($ac_try" in
15688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15689 *) ac_try_echo=$ac_try;;
15690 esac
15691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15692 (eval "$ac_compile") 2>conftest.er1
15693 ac_status=$?
15694 grep -v '^ *+' conftest.er1 >conftest.err
15695 rm -f conftest.er1
15696 cat conftest.err >&5
15697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15698 (exit $ac_status); } && {
15699 test -z "$ac_c_werror_flag" ||
15700 test ! -s conftest.err
15701 } && test -s conftest.$ac_objext; then
15702 bakefile_cv_c_compiler___MWERKS__=yes
15703 else
15704 echo "$as_me: failed program was:" >&5
15705 sed 's/^/| /' conftest.$ac_ext >&5
15706
15707 bakefile_cv_c_compiler___MWERKS__=no
15708
15709 fi
15710
15711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15712
15713
15714 fi
15715 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___MWERKS__" >&5
15716 echo "${ECHO_T}$bakefile_cv_c_compiler___MWERKS__" >&6; }
15717 if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
15718 :; MWCC=yes
15719 else
15720 :;
15721 fi
15722 ac_ext=c
15723 ac_cpp='$CPP $CPPFLAGS'
15724 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15725 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15726 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15727
15728
15729
15730 if test "$MWCC" != "yes"; then
15731
15732
15733 ac_ext=c
15734 ac_cpp='$CPP $CPPFLAGS'
15735 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15736 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15737 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15738
15739 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
15740 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
15741 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
15742 echo $ECHO_N "(cached) $ECHO_C" >&6
15743 else
15744 cat >conftest.$ac_ext <<_ACEOF
15745 /* confdefs.h. */
15746 _ACEOF
15747 cat confdefs.h >>conftest.$ac_ext
15748 cat >>conftest.$ac_ext <<_ACEOF
15749 /* end confdefs.h. */
15750
15751 int
15752 main ()
15753 {
15754
15755 #ifndef __xlC__
15756 choke me
15757 #endif
15758
15759 ;
15760 return 0;
15761 }
15762 _ACEOF
15763 rm -f conftest.$ac_objext
15764 if { (ac_try="$ac_compile"
15765 case "(($ac_try" in
15766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15767 *) ac_try_echo=$ac_try;;
15768 esac
15769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15770 (eval "$ac_compile") 2>conftest.er1
15771 ac_status=$?
15772 grep -v '^ *+' conftest.er1 >conftest.err
15773 rm -f conftest.er1
15774 cat conftest.err >&5
15775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15776 (exit $ac_status); } && {
15777 test -z "$ac_c_werror_flag" ||
15778 test ! -s conftest.err
15779 } && test -s conftest.$ac_objext; then
15780 bakefile_cv_c_compiler___xlC__=yes
15781 else
15782 echo "$as_me: failed program was:" >&5
15783 sed 's/^/| /' conftest.$ac_ext >&5
15784
15785 bakefile_cv_c_compiler___xlC__=no
15786
15787 fi
15788
15789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15790
15791
15792 fi
15793 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
15794 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
15795 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
15796 :; XLCC=yes
15797 else
15798 :;
15799 fi
15800 ac_ext=c
15801 ac_cpp='$CPP $CPPFLAGS'
15802 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15803 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15804 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15805
15806
15807
15808 fi
15809 ;;
15810
15811 IRIX*)
15812
15813
15814 ac_ext=c
15815 ac_cpp='$CPP $CPPFLAGS'
15816 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15817 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15818 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15819
15820 { echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
15821 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6; }
15822 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
15823 echo $ECHO_N "(cached) $ECHO_C" >&6
15824 else
15825 cat >conftest.$ac_ext <<_ACEOF
15826 /* confdefs.h. */
15827 _ACEOF
15828 cat confdefs.h >>conftest.$ac_ext
15829 cat >>conftest.$ac_ext <<_ACEOF
15830 /* end confdefs.h. */
15831
15832 int
15833 main ()
15834 {
15835
15836 #ifndef _SGI_COMPILER_VERSION
15837 choke me
15838 #endif
15839
15840 ;
15841 return 0;
15842 }
15843 _ACEOF
15844 rm -f conftest.$ac_objext
15845 if { (ac_try="$ac_compile"
15846 case "(($ac_try" in
15847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15848 *) ac_try_echo=$ac_try;;
15849 esac
15850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15851 (eval "$ac_compile") 2>conftest.er1
15852 ac_status=$?
15853 grep -v '^ *+' conftest.er1 >conftest.err
15854 rm -f conftest.er1
15855 cat conftest.err >&5
15856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15857 (exit $ac_status); } && {
15858 test -z "$ac_c_werror_flag" ||
15859 test ! -s conftest.err
15860 } && test -s conftest.$ac_objext; then
15861 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
15862 else
15863 echo "$as_me: failed program was:" >&5
15864 sed 's/^/| /' conftest.$ac_ext >&5
15865
15866 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
15867
15868 fi
15869
15870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15871
15872
15873 fi
15874 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
15875 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
15876 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
15877 :; SGICC=yes
15878 else
15879 :;
15880 fi
15881 ac_ext=c
15882 ac_cpp='$CPP $CPPFLAGS'
15883 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15884 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15885 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15886
15887
15888
15889 ;;
15890
15891 Linux*)
15892 if test "$INTELCC" != "yes"; then
15893
15894
15895 ac_ext=c
15896 ac_cpp='$CPP $CPPFLAGS'
15897 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15898 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15899 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15900
15901 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
15902 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
15903 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
15904 echo $ECHO_N "(cached) $ECHO_C" >&6
15905 else
15906 cat >conftest.$ac_ext <<_ACEOF
15907 /* confdefs.h. */
15908 _ACEOF
15909 cat confdefs.h >>conftest.$ac_ext
15910 cat >>conftest.$ac_ext <<_ACEOF
15911 /* end confdefs.h. */
15912
15913 int
15914 main ()
15915 {
15916
15917 #ifndef __SUNPRO_C
15918 choke me
15919 #endif
15920
15921 ;
15922 return 0;
15923 }
15924 _ACEOF
15925 rm -f conftest.$ac_objext
15926 if { (ac_try="$ac_compile"
15927 case "(($ac_try" in
15928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15929 *) ac_try_echo=$ac_try;;
15930 esac
15931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15932 (eval "$ac_compile") 2>conftest.er1
15933 ac_status=$?
15934 grep -v '^ *+' conftest.er1 >conftest.err
15935 rm -f conftest.er1
15936 cat conftest.err >&5
15937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15938 (exit $ac_status); } && {
15939 test -z "$ac_c_werror_flag" ||
15940 test ! -s conftest.err
15941 } && test -s conftest.$ac_objext; then
15942 bakefile_cv_c_compiler___SUNPRO_C=yes
15943 else
15944 echo "$as_me: failed program was:" >&5
15945 sed 's/^/| /' conftest.$ac_ext >&5
15946
15947 bakefile_cv_c_compiler___SUNPRO_C=no
15948
15949 fi
15950
15951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15952
15953
15954 fi
15955 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
15956 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
15957 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
15958 :; SUNCC=yes
15959 else
15960 :;
15961 fi
15962 ac_ext=c
15963 ac_cpp='$CPP $CPPFLAGS'
15964 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15965 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15966 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15967
15968
15969
15970 fi
15971 ;;
15972
15973 HP-UX*)
15974
15975
15976 ac_ext=c
15977 ac_cpp='$CPP $CPPFLAGS'
15978 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15979 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15980 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15981
15982 { echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
15983 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6; }
15984 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
15985 echo $ECHO_N "(cached) $ECHO_C" >&6
15986 else
15987 cat >conftest.$ac_ext <<_ACEOF
15988 /* confdefs.h. */
15989 _ACEOF
15990 cat confdefs.h >>conftest.$ac_ext
15991 cat >>conftest.$ac_ext <<_ACEOF
15992 /* end confdefs.h. */
15993
15994 int
15995 main ()
15996 {
15997
15998 #ifndef __HP_cc
15999 choke me
16000 #endif
16001
16002 ;
16003 return 0;
16004 }
16005 _ACEOF
16006 rm -f conftest.$ac_objext
16007 if { (ac_try="$ac_compile"
16008 case "(($ac_try" in
16009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16010 *) ac_try_echo=$ac_try;;
16011 esac
16012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16013 (eval "$ac_compile") 2>conftest.er1
16014 ac_status=$?
16015 grep -v '^ *+' conftest.er1 >conftest.err
16016 rm -f conftest.er1
16017 cat conftest.err >&5
16018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16019 (exit $ac_status); } && {
16020 test -z "$ac_c_werror_flag" ||
16021 test ! -s conftest.err
16022 } && test -s conftest.$ac_objext; then
16023 bakefile_cv_c_compiler___HP_cc=yes
16024 else
16025 echo "$as_me: failed program was:" >&5
16026 sed 's/^/| /' conftest.$ac_ext >&5
16027
16028 bakefile_cv_c_compiler___HP_cc=no
16029
16030 fi
16031
16032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16033
16034
16035 fi
16036 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
16037 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6; }
16038 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
16039 :; HPCC=yes
16040 else
16041 :;
16042 fi
16043 ac_ext=c
16044 ac_cpp='$CPP $CPPFLAGS'
16045 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16046 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16047 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16048
16049
16050
16051 ;;
16052
16053 OSF1)
16054
16055
16056 ac_ext=c
16057 ac_cpp='$CPP $CPPFLAGS'
16058 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16059 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16060 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16061
16062 { echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
16063 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6; }
16064 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
16065 echo $ECHO_N "(cached) $ECHO_C" >&6
16066 else
16067 cat >conftest.$ac_ext <<_ACEOF
16068 /* confdefs.h. */
16069 _ACEOF
16070 cat confdefs.h >>conftest.$ac_ext
16071 cat >>conftest.$ac_ext <<_ACEOF
16072 /* end confdefs.h. */
16073
16074 int
16075 main ()
16076 {
16077
16078 #ifndef __DECC
16079 choke me
16080 #endif
16081
16082 ;
16083 return 0;
16084 }
16085 _ACEOF
16086 rm -f conftest.$ac_objext
16087 if { (ac_try="$ac_compile"
16088 case "(($ac_try" in
16089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16090 *) ac_try_echo=$ac_try;;
16091 esac
16092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16093 (eval "$ac_compile") 2>conftest.er1
16094 ac_status=$?
16095 grep -v '^ *+' conftest.er1 >conftest.err
16096 rm -f conftest.er1
16097 cat conftest.err >&5
16098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16099 (exit $ac_status); } && {
16100 test -z "$ac_c_werror_flag" ||
16101 test ! -s conftest.err
16102 } && test -s conftest.$ac_objext; then
16103 bakefile_cv_c_compiler___DECC=yes
16104 else
16105 echo "$as_me: failed program was:" >&5
16106 sed 's/^/| /' conftest.$ac_ext >&5
16107
16108 bakefile_cv_c_compiler___DECC=no
16109
16110 fi
16111
16112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16113
16114
16115 fi
16116 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
16117 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6; }
16118 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
16119 :; COMPAQCC=yes
16120 else
16121 :;
16122 fi
16123 ac_ext=c
16124 ac_cpp='$CPP $CPPFLAGS'
16125 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16126 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16127 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16128
16129
16130
16131 ;;
16132
16133 SunOS)
16134
16135
16136 ac_ext=c
16137 ac_cpp='$CPP $CPPFLAGS'
16138 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16139 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16140 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16141
16142 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
16143 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
16144 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
16145 echo $ECHO_N "(cached) $ECHO_C" >&6
16146 else
16147 cat >conftest.$ac_ext <<_ACEOF
16148 /* confdefs.h. */
16149 _ACEOF
16150 cat confdefs.h >>conftest.$ac_ext
16151 cat >>conftest.$ac_ext <<_ACEOF
16152 /* end confdefs.h. */
16153
16154 int
16155 main ()
16156 {
16157
16158 #ifndef __SUNPRO_C
16159 choke me
16160 #endif
16161
16162 ;
16163 return 0;
16164 }
16165 _ACEOF
16166 rm -f conftest.$ac_objext
16167 if { (ac_try="$ac_compile"
16168 case "(($ac_try" in
16169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16170 *) ac_try_echo=$ac_try;;
16171 esac
16172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16173 (eval "$ac_compile") 2>conftest.er1
16174 ac_status=$?
16175 grep -v '^ *+' conftest.er1 >conftest.err
16176 rm -f conftest.er1
16177 cat conftest.err >&5
16178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16179 (exit $ac_status); } && {
16180 test -z "$ac_c_werror_flag" ||
16181 test ! -s conftest.err
16182 } && test -s conftest.$ac_objext; then
16183 bakefile_cv_c_compiler___SUNPRO_C=yes
16184 else
16185 echo "$as_me: failed program was:" >&5
16186 sed 's/^/| /' conftest.$ac_ext >&5
16187
16188 bakefile_cv_c_compiler___SUNPRO_C=no
16189
16190 fi
16191
16192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16193
16194
16195 fi
16196 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
16197 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
16198 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
16199 :; SUNCC=yes
16200 else
16201 :;
16202 fi
16203 ac_ext=c
16204 ac_cpp='$CPP $CPPFLAGS'
16205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16208
16209
16210
16211 ;;
16212 esac
16213 fi
16214
16215
16216
16217 ac_ext=c
16218 ac_cpp='$CPP $CPPFLAGS'
16219 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16220 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16221 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16222 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
16223 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
16224 # On Suns, sometimes $CPP names a directory.
16225 if test -n "$CPP" && test -d "$CPP"; then
16226 CPP=
16227 fi
16228 if test -z "$CPP"; then
16229 if test "${ac_cv_prog_CPP+set}" = set; then
16230 echo $ECHO_N "(cached) $ECHO_C" >&6
16231 else
16232 # Double quotes because CPP needs to be expanded
16233 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
16234 do
16235 ac_preproc_ok=false
16236 for ac_c_preproc_warn_flag in '' yes
16237 do
16238 # Use a header file that comes with gcc, so configuring glibc
16239 # with a fresh cross-compiler works.
16240 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16241 # <limits.h> exists even on freestanding compilers.
16242 # On the NeXT, cc -E runs the code through the compiler's parser,
16243 # not just through cpp. "Syntax error" is here to catch this case.
16244 cat >conftest.$ac_ext <<_ACEOF
16245 /* confdefs.h. */
16246 _ACEOF
16247 cat confdefs.h >>conftest.$ac_ext
16248 cat >>conftest.$ac_ext <<_ACEOF
16249 /* end confdefs.h. */
16250 #ifdef __STDC__
16251 # include <limits.h>
16252 #else
16253 # include <assert.h>
16254 #endif
16255 Syntax error
16256 _ACEOF
16257 if { (ac_try="$ac_cpp conftest.$ac_ext"
16258 case "(($ac_try" in
16259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16260 *) ac_try_echo=$ac_try;;
16261 esac
16262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16263 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16264 ac_status=$?
16265 grep -v '^ *+' conftest.er1 >conftest.err
16266 rm -f conftest.er1
16267 cat conftest.err >&5
16268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16269 (exit $ac_status); } >/dev/null && {
16270 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16271 test ! -s conftest.err
16272 }; then
16273 :
16274 else
16275 echo "$as_me: failed program was:" >&5
16276 sed 's/^/| /' conftest.$ac_ext >&5
16277
16278 # Broken: fails on valid input.
16279 continue
16280 fi
16281
16282 rm -f conftest.err conftest.$ac_ext
16283
16284 # OK, works on sane cases. Now check whether nonexistent headers
16285 # can be detected and how.
16286 cat >conftest.$ac_ext <<_ACEOF
16287 /* confdefs.h. */
16288 _ACEOF
16289 cat confdefs.h >>conftest.$ac_ext
16290 cat >>conftest.$ac_ext <<_ACEOF
16291 /* end confdefs.h. */
16292 #include <ac_nonexistent.h>
16293 _ACEOF
16294 if { (ac_try="$ac_cpp conftest.$ac_ext"
16295 case "(($ac_try" in
16296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16297 *) ac_try_echo=$ac_try;;
16298 esac
16299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16300 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16301 ac_status=$?
16302 grep -v '^ *+' conftest.er1 >conftest.err
16303 rm -f conftest.er1
16304 cat conftest.err >&5
16305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16306 (exit $ac_status); } >/dev/null && {
16307 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16308 test ! -s conftest.err
16309 }; then
16310 # Broken: success on invalid input.
16311 continue
16312 else
16313 echo "$as_me: failed program was:" >&5
16314 sed 's/^/| /' conftest.$ac_ext >&5
16315
16316 # Passes both tests.
16317 ac_preproc_ok=:
16318 break
16319 fi
16320
16321 rm -f conftest.err conftest.$ac_ext
16322
16323 done
16324 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
16325 rm -f conftest.err conftest.$ac_ext
16326 if $ac_preproc_ok; then
16327 break
16328 fi
16329
16330 done
16331 ac_cv_prog_CPP=$CPP
16332
16333 fi
16334 CPP=$ac_cv_prog_CPP
16335 else
16336 ac_cv_prog_CPP=$CPP
16337 fi
16338 { echo "$as_me:$LINENO: result: $CPP" >&5
16339 echo "${ECHO_T}$CPP" >&6; }
16340 ac_preproc_ok=false
16341 for ac_c_preproc_warn_flag in '' yes
16342 do
16343 # Use a header file that comes with gcc, so configuring glibc
16344 # with a fresh cross-compiler works.
16345 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16346 # <limits.h> exists even on freestanding compilers.
16347 # On the NeXT, cc -E runs the code through the compiler's parser,
16348 # not just through cpp. "Syntax error" is here to catch this case.
16349 cat >conftest.$ac_ext <<_ACEOF
16350 /* confdefs.h. */
16351 _ACEOF
16352 cat confdefs.h >>conftest.$ac_ext
16353 cat >>conftest.$ac_ext <<_ACEOF
16354 /* end confdefs.h. */
16355 #ifdef __STDC__
16356 # include <limits.h>
16357 #else
16358 # include <assert.h>
16359 #endif
16360 Syntax error
16361 _ACEOF
16362 if { (ac_try="$ac_cpp conftest.$ac_ext"
16363 case "(($ac_try" in
16364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16365 *) ac_try_echo=$ac_try;;
16366 esac
16367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16368 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16369 ac_status=$?
16370 grep -v '^ *+' conftest.er1 >conftest.err
16371 rm -f conftest.er1
16372 cat conftest.err >&5
16373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16374 (exit $ac_status); } >/dev/null && {
16375 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16376 test ! -s conftest.err
16377 }; then
16378 :
16379 else
16380 echo "$as_me: failed program was:" >&5
16381 sed 's/^/| /' conftest.$ac_ext >&5
16382
16383 # Broken: fails on valid input.
16384 continue
16385 fi
16386
16387 rm -f conftest.err conftest.$ac_ext
16388
16389 # OK, works on sane cases. Now check whether nonexistent headers
16390 # can be detected and how.
16391 cat >conftest.$ac_ext <<_ACEOF
16392 /* confdefs.h. */
16393 _ACEOF
16394 cat confdefs.h >>conftest.$ac_ext
16395 cat >>conftest.$ac_ext <<_ACEOF
16396 /* end confdefs.h. */
16397 #include <ac_nonexistent.h>
16398 _ACEOF
16399 if { (ac_try="$ac_cpp conftest.$ac_ext"
16400 case "(($ac_try" in
16401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16402 *) ac_try_echo=$ac_try;;
16403 esac
16404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16405 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16406 ac_status=$?
16407 grep -v '^ *+' conftest.er1 >conftest.err
16408 rm -f conftest.er1
16409 cat conftest.err >&5
16410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16411 (exit $ac_status); } >/dev/null && {
16412 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16413 test ! -s conftest.err
16414 }; then
16415 # Broken: success on invalid input.
16416 continue
16417 else
16418 echo "$as_me: failed program was:" >&5
16419 sed 's/^/| /' conftest.$ac_ext >&5
16420
16421 # Passes both tests.
16422 ac_preproc_ok=:
16423 break
16424 fi
16425
16426 rm -f conftest.err conftest.$ac_ext
16427
16428 done
16429 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
16430 rm -f conftest.err conftest.$ac_ext
16431 if $ac_preproc_ok; then
16432 :
16433 else
16434 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
16435 See \`config.log' for more details." >&5
16436 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
16437 See \`config.log' for more details." >&2;}
16438 { (exit 1); exit 1; }; }
16439 fi
16440
16441 ac_ext=c
16442 ac_cpp='$CPP $CPPFLAGS'
16443 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16444 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16445 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16446
16447
16448 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
16449 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
16450 if test "${ac_cv_path_GREP+set}" = set; then
16451 echo $ECHO_N "(cached) $ECHO_C" >&6
16452 else
16453 # Extract the first word of "grep ggrep" to use in msg output
16454 if test -z "$GREP"; then
16455 set dummy grep ggrep; ac_prog_name=$2
16456 if test "${ac_cv_path_GREP+set}" = set; then
16457 echo $ECHO_N "(cached) $ECHO_C" >&6
16458 else
16459 ac_path_GREP_found=false
16460 # Loop through the user's path and test for each of PROGNAME-LIST
16461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16462 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
16463 do
16464 IFS=$as_save_IFS
16465 test -z "$as_dir" && as_dir=.
16466 for ac_prog in grep ggrep; do
16467 for ac_exec_ext in '' $ac_executable_extensions; do
16468 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
16469 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
16470 # Check for GNU ac_path_GREP and select it if it is found.
16471 # Check for GNU $ac_path_GREP
16472 case `"$ac_path_GREP" --version 2>&1` in
16473 *GNU*)
16474 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
16475 *)
16476 ac_count=0
16477 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
16478 while :
16479 do
16480 cat "conftest.in" "conftest.in" >"conftest.tmp"
16481 mv "conftest.tmp" "conftest.in"
16482 cp "conftest.in" "conftest.nl"
16483 echo 'GREP' >> "conftest.nl"
16484 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
16485 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
16486 ac_count=`expr $ac_count + 1`
16487 if test $ac_count -gt ${ac_path_GREP_max-0}; then
16488 # Best one so far, save it but keep looking for a better one
16489 ac_cv_path_GREP="$ac_path_GREP"
16490 ac_path_GREP_max=$ac_count
16491 fi
16492 # 10*(2^10) chars as input seems more than enough
16493 test $ac_count -gt 10 && break
16494 done
16495 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
16496 esac
16497
16498
16499 $ac_path_GREP_found && break 3
16500 done
16501 done
16502
16503 done
16504 IFS=$as_save_IFS
16505
16506
16507 fi
16508
16509 GREP="$ac_cv_path_GREP"
16510 if test -z "$GREP"; then
16511 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
16512 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
16513 { (exit 1); exit 1; }; }
16514 fi
16515
16516 else
16517 ac_cv_path_GREP=$GREP
16518 fi
16519
16520
16521 fi
16522 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
16523 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
16524 GREP="$ac_cv_path_GREP"
16525
16526
16527 { echo "$as_me:$LINENO: checking for egrep" >&5
16528 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
16529 if test "${ac_cv_path_EGREP+set}" = set; then
16530 echo $ECHO_N "(cached) $ECHO_C" >&6
16531 else
16532 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
16533 then ac_cv_path_EGREP="$GREP -E"
16534 else
16535 # Extract the first word of "egrep" to use in msg output
16536 if test -z "$EGREP"; then
16537 set dummy egrep; ac_prog_name=$2
16538 if test "${ac_cv_path_EGREP+set}" = set; then
16539 echo $ECHO_N "(cached) $ECHO_C" >&6
16540 else
16541 ac_path_EGREP_found=false
16542 # Loop through the user's path and test for each of PROGNAME-LIST
16543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16544 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
16545 do
16546 IFS=$as_save_IFS
16547 test -z "$as_dir" && as_dir=.
16548 for ac_prog in egrep; do
16549 for ac_exec_ext in '' $ac_executable_extensions; do
16550 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
16551 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
16552 # Check for GNU ac_path_EGREP and select it if it is found.
16553 # Check for GNU $ac_path_EGREP
16554 case `"$ac_path_EGREP" --version 2>&1` in
16555 *GNU*)
16556 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
16557 *)
16558 ac_count=0
16559 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
16560 while :
16561 do
16562 cat "conftest.in" "conftest.in" >"conftest.tmp"
16563 mv "conftest.tmp" "conftest.in"
16564 cp "conftest.in" "conftest.nl"
16565 echo 'EGREP' >> "conftest.nl"
16566 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
16567 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
16568 ac_count=`expr $ac_count + 1`
16569 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
16570 # Best one so far, save it but keep looking for a better one
16571 ac_cv_path_EGREP="$ac_path_EGREP"
16572 ac_path_EGREP_max=$ac_count
16573 fi
16574 # 10*(2^10) chars as input seems more than enough
16575 test $ac_count -gt 10 && break
16576 done
16577 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
16578 esac
16579
16580
16581 $ac_path_EGREP_found && break 3
16582 done
16583 done
16584
16585 done
16586 IFS=$as_save_IFS
16587
16588
16589 fi
16590
16591 EGREP="$ac_cv_path_EGREP"
16592 if test -z "$EGREP"; then
16593 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
16594 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
16595 { (exit 1); exit 1; }; }
16596 fi
16597
16598 else
16599 ac_cv_path_EGREP=$EGREP
16600 fi
16601
16602
16603 fi
16604 fi
16605 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
16606 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
16607 EGREP="$ac_cv_path_EGREP"
16608
16609
16610 if test $ac_cv_c_compiler_gnu = yes; then
16611 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
16612 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
16613 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
16614 echo $ECHO_N "(cached) $ECHO_C" >&6
16615 else
16616 ac_pattern="Autoconf.*'x'"
16617 cat >conftest.$ac_ext <<_ACEOF
16618 /* confdefs.h. */
16619 _ACEOF
16620 cat confdefs.h >>conftest.$ac_ext
16621 cat >>conftest.$ac_ext <<_ACEOF
16622 /* end confdefs.h. */
16623 #include <sgtty.h>
16624 Autoconf TIOCGETP
16625 _ACEOF
16626 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16627 $EGREP "$ac_pattern" >/dev/null 2>&1; then
16628 ac_cv_prog_gcc_traditional=yes
16629 else
16630 ac_cv_prog_gcc_traditional=no
16631 fi
16632 rm -f conftest*
16633
16634
16635 if test $ac_cv_prog_gcc_traditional = no; then
16636 cat >conftest.$ac_ext <<_ACEOF
16637 /* confdefs.h. */
16638 _ACEOF
16639 cat confdefs.h >>conftest.$ac_ext
16640 cat >>conftest.$ac_ext <<_ACEOF
16641 /* end confdefs.h. */
16642 #include <termio.h>
16643 Autoconf TCGETA
16644 _ACEOF
16645 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16646 $EGREP "$ac_pattern" >/dev/null 2>&1; then
16647 ac_cv_prog_gcc_traditional=yes
16648 fi
16649 rm -f conftest*
16650
16651 fi
16652 fi
16653 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
16654 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
16655 if test $ac_cv_prog_gcc_traditional = yes; then
16656 CC="$CC -traditional"
16657 fi
16658 fi
16659
16660
16661 CXXFLAGS=${CXXFLAGS:=}
16662
16663
16664
16665 ac_ext=cpp
16666 ac_cpp='$CXXCPP $CPPFLAGS'
16667 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16668 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16669 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16670 if test -z "$CXX"; then
16671 if test -n "$CCC"; then
16672 CXX=$CCC
16673 else
16674 if test -n "$ac_tool_prefix"; then
16675 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
16676 do
16677 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16678 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
16679 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16681 if test "${ac_cv_prog_CXX+set}" = set; then
16682 echo $ECHO_N "(cached) $ECHO_C" >&6
16683 else
16684 if test -n "$CXX"; then
16685 ac_cv_prog_CXX="$CXX" # Let the user override the test.
16686 else
16687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16688 for as_dir in $PATH
16689 do
16690 IFS=$as_save_IFS
16691 test -z "$as_dir" && as_dir=.
16692 for ac_exec_ext in '' $ac_executable_extensions; do
16693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16694 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
16695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16696 break 2
16697 fi
16698 done
16699 done
16700 IFS=$as_save_IFS
16701
16702 fi
16703 fi
16704 CXX=$ac_cv_prog_CXX
16705 if test -n "$CXX"; then
16706 { echo "$as_me:$LINENO: result: $CXX" >&5
16707 echo "${ECHO_T}$CXX" >&6; }
16708 else
16709 { echo "$as_me:$LINENO: result: no" >&5
16710 echo "${ECHO_T}no" >&6; }
16711 fi
16712
16713
16714 test -n "$CXX" && break
16715 done
16716 fi
16717 if test -z "$CXX"; then
16718 ac_ct_CXX=$CXX
16719 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
16720 do
16721 # Extract the first word of "$ac_prog", so it can be a program name with args.
16722 set dummy $ac_prog; ac_word=$2
16723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16725 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
16726 echo $ECHO_N "(cached) $ECHO_C" >&6
16727 else
16728 if test -n "$ac_ct_CXX"; then
16729 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
16730 else
16731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16732 for as_dir in $PATH
16733 do
16734 IFS=$as_save_IFS
16735 test -z "$as_dir" && as_dir=.
16736 for ac_exec_ext in '' $ac_executable_extensions; do
16737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16738 ac_cv_prog_ac_ct_CXX="$ac_prog"
16739 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16740 break 2
16741 fi
16742 done
16743 done
16744 IFS=$as_save_IFS
16745
16746 fi
16747 fi
16748 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
16749 if test -n "$ac_ct_CXX"; then
16750 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
16751 echo "${ECHO_T}$ac_ct_CXX" >&6; }
16752 else
16753 { echo "$as_me:$LINENO: result: no" >&5
16754 echo "${ECHO_T}no" >&6; }
16755 fi
16756
16757
16758 test -n "$ac_ct_CXX" && break
16759 done
16760
16761 if test "x$ac_ct_CXX" = x; then
16762 CXX="g++"
16763 else
16764 case $cross_compiling:$ac_tool_warned in
16765 yes:)
16766 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
16767 whose name does not start with the host triplet. If you think this
16768 configuration is useful to you, please write to autoconf@gnu.org." >&5
16769 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
16770 whose name does not start with the host triplet. If you think this
16771 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
16772 ac_tool_warned=yes ;;
16773 esac
16774 CXX=$ac_ct_CXX
16775 fi
16776 fi
16777
16778 fi
16779 fi
16780 # Provide some information about the compiler.
16781 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
16782 ac_compiler=`set X $ac_compile; echo $2`
16783 { (ac_try="$ac_compiler --version >&5"
16784 case "(($ac_try" in
16785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16786 *) ac_try_echo=$ac_try;;
16787 esac
16788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16789 (eval "$ac_compiler --version >&5") 2>&5
16790 ac_status=$?
16791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16792 (exit $ac_status); }
16793 { (ac_try="$ac_compiler -v >&5"
16794 case "(($ac_try" in
16795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16796 *) ac_try_echo=$ac_try;;
16797 esac
16798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16799 (eval "$ac_compiler -v >&5") 2>&5
16800 ac_status=$?
16801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16802 (exit $ac_status); }
16803 { (ac_try="$ac_compiler -V >&5"
16804 case "(($ac_try" in
16805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16806 *) ac_try_echo=$ac_try;;
16807 esac
16808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16809 (eval "$ac_compiler -V >&5") 2>&5
16810 ac_status=$?
16811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16812 (exit $ac_status); }
16813
16814 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
16815 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
16816 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
16817 echo $ECHO_N "(cached) $ECHO_C" >&6
16818 else
16819 cat >conftest.$ac_ext <<_ACEOF
16820 /* confdefs.h. */
16821 _ACEOF
16822 cat confdefs.h >>conftest.$ac_ext
16823 cat >>conftest.$ac_ext <<_ACEOF
16824 /* end confdefs.h. */
16825
16826 int
16827 main ()
16828 {
16829 #ifndef __GNUC__
16830 choke me
16831 #endif
16832
16833 ;
16834 return 0;
16835 }
16836 _ACEOF
16837 rm -f conftest.$ac_objext
16838 if { (ac_try="$ac_compile"
16839 case "(($ac_try" in
16840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16841 *) ac_try_echo=$ac_try;;
16842 esac
16843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16844 (eval "$ac_compile") 2>conftest.er1
16845 ac_status=$?
16846 grep -v '^ *+' conftest.er1 >conftest.err
16847 rm -f conftest.er1
16848 cat conftest.err >&5
16849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16850 (exit $ac_status); } && {
16851 test -z "$ac_cxx_werror_flag" ||
16852 test ! -s conftest.err
16853 } && test -s conftest.$ac_objext; then
16854 ac_compiler_gnu=yes
16855 else
16856 echo "$as_me: failed program was:" >&5
16857 sed 's/^/| /' conftest.$ac_ext >&5
16858
16859 ac_compiler_gnu=no
16860 fi
16861
16862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16863 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
16864
16865 fi
16866 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
16867 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
16868 GXX=`test $ac_compiler_gnu = yes && echo yes`
16869 ac_test_CXXFLAGS=${CXXFLAGS+set}
16870 ac_save_CXXFLAGS=$CXXFLAGS
16871 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
16872 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
16873 if test "${ac_cv_prog_cxx_g+set}" = set; then
16874 echo $ECHO_N "(cached) $ECHO_C" >&6
16875 else
16876 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
16877 ac_cxx_werror_flag=yes
16878 ac_cv_prog_cxx_g=no
16879 CXXFLAGS="-g"
16880 cat >conftest.$ac_ext <<_ACEOF
16881 /* confdefs.h. */
16882 _ACEOF
16883 cat confdefs.h >>conftest.$ac_ext
16884 cat >>conftest.$ac_ext <<_ACEOF
16885 /* end confdefs.h. */
16886
16887 int
16888 main ()
16889 {
16890
16891 ;
16892 return 0;
16893 }
16894 _ACEOF
16895 rm -f conftest.$ac_objext
16896 if { (ac_try="$ac_compile"
16897 case "(($ac_try" in
16898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16899 *) ac_try_echo=$ac_try;;
16900 esac
16901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16902 (eval "$ac_compile") 2>conftest.er1
16903 ac_status=$?
16904 grep -v '^ *+' conftest.er1 >conftest.err
16905 rm -f conftest.er1
16906 cat conftest.err >&5
16907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16908 (exit $ac_status); } && {
16909 test -z "$ac_cxx_werror_flag" ||
16910 test ! -s conftest.err
16911 } && test -s conftest.$ac_objext; then
16912 ac_cv_prog_cxx_g=yes
16913 else
16914 echo "$as_me: failed program was:" >&5
16915 sed 's/^/| /' conftest.$ac_ext >&5
16916
16917 CXXFLAGS=""
16918 cat >conftest.$ac_ext <<_ACEOF
16919 /* confdefs.h. */
16920 _ACEOF
16921 cat confdefs.h >>conftest.$ac_ext
16922 cat >>conftest.$ac_ext <<_ACEOF
16923 /* end confdefs.h. */
16924
16925 int
16926 main ()
16927 {
16928
16929 ;
16930 return 0;
16931 }
16932 _ACEOF
16933 rm -f conftest.$ac_objext
16934 if { (ac_try="$ac_compile"
16935 case "(($ac_try" in
16936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16937 *) ac_try_echo=$ac_try;;
16938 esac
16939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16940 (eval "$ac_compile") 2>conftest.er1
16941 ac_status=$?
16942 grep -v '^ *+' conftest.er1 >conftest.err
16943 rm -f conftest.er1
16944 cat conftest.err >&5
16945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16946 (exit $ac_status); } && {
16947 test -z "$ac_cxx_werror_flag" ||
16948 test ! -s conftest.err
16949 } && test -s conftest.$ac_objext; then
16950 :
16951 else
16952 echo "$as_me: failed program was:" >&5
16953 sed 's/^/| /' conftest.$ac_ext >&5
16954
16955 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
16956 CXXFLAGS="-g"
16957 cat >conftest.$ac_ext <<_ACEOF
16958 /* confdefs.h. */
16959 _ACEOF
16960 cat confdefs.h >>conftest.$ac_ext
16961 cat >>conftest.$ac_ext <<_ACEOF
16962 /* end confdefs.h. */
16963
16964 int
16965 main ()
16966 {
16967
16968 ;
16969 return 0;
16970 }
16971 _ACEOF
16972 rm -f conftest.$ac_objext
16973 if { (ac_try="$ac_compile"
16974 case "(($ac_try" in
16975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16976 *) ac_try_echo=$ac_try;;
16977 esac
16978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16979 (eval "$ac_compile") 2>conftest.er1
16980 ac_status=$?
16981 grep -v '^ *+' conftest.er1 >conftest.err
16982 rm -f conftest.er1
16983 cat conftest.err >&5
16984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16985 (exit $ac_status); } && {
16986 test -z "$ac_cxx_werror_flag" ||
16987 test ! -s conftest.err
16988 } && test -s conftest.$ac_objext; then
16989 ac_cv_prog_cxx_g=yes
16990 else
16991 echo "$as_me: failed program was:" >&5
16992 sed 's/^/| /' conftest.$ac_ext >&5
16993
16994
16995 fi
16996
16997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16998 fi
16999
17000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17001 fi
17002
17003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17004 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
17005 fi
17006 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
17007 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
17008 if test "$ac_test_CXXFLAGS" = set; then
17009 CXXFLAGS=$ac_save_CXXFLAGS
17010 elif test $ac_cv_prog_cxx_g = yes; then
17011 if test "$GXX" = yes; then
17012 CXXFLAGS="-g -O2"
17013 else
17014 CXXFLAGS="-g"
17015 fi
17016 else
17017 if test "$GXX" = yes; then
17018 CXXFLAGS="-O2"
17019 else
17020 CXXFLAGS=
17021 fi
17022 fi
17023 ac_ext=c
17024 ac_cpp='$CPP $CPPFLAGS'
17025 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17026 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17027 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17028
17029
17030
17031
17032 ac_ext=cpp
17033 ac_cpp='$CXXCPP $CPPFLAGS'
17034 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17035 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17036 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17037
17038 { echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
17039 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6; }
17040 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
17041 echo $ECHO_N "(cached) $ECHO_C" >&6
17042 else
17043 cat >conftest.$ac_ext <<_ACEOF
17044 /* confdefs.h. */
17045 _ACEOF
17046 cat confdefs.h >>conftest.$ac_ext
17047 cat >>conftest.$ac_ext <<_ACEOF
17048 /* end confdefs.h. */
17049
17050 int
17051 main ()
17052 {
17053
17054 #ifndef __INTEL_COMPILER
17055 choke me
17056 #endif
17057
17058 ;
17059 return 0;
17060 }
17061 _ACEOF
17062 rm -f conftest.$ac_objext
17063 if { (ac_try="$ac_compile"
17064 case "(($ac_try" in
17065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17066 *) ac_try_echo=$ac_try;;
17067 esac
17068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17069 (eval "$ac_compile") 2>conftest.er1
17070 ac_status=$?
17071 grep -v '^ *+' conftest.er1 >conftest.err
17072 rm -f conftest.er1
17073 cat conftest.err >&5
17074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17075 (exit $ac_status); } && {
17076 test -z "$ac_cxx_werror_flag" ||
17077 test ! -s conftest.err
17078 } && test -s conftest.$ac_objext; then
17079 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
17080 else
17081 echo "$as_me: failed program was:" >&5
17082 sed 's/^/| /' conftest.$ac_ext >&5
17083
17084 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
17085
17086 fi
17087
17088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17089
17090
17091 fi
17092 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
17093 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
17094 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
17095 :; INTELCXX=yes
17096 else
17097 :;
17098 fi
17099 ac_ext=c
17100 ac_cpp='$CPP $CPPFLAGS'
17101 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17102 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17103 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17104
17105
17106
17107
17108 if test "$INTELCXX" = "yes"; then
17109
17110
17111 ac_ext=cpp
17112 ac_cpp='$CXXCPP $CPPFLAGS'
17113 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17114 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17115 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17116
17117 { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v8 or later" >&5
17118 echo $ECHO_N "checking whether we are using Intel C++ compiler v8 or later... $ECHO_C" >&6; }
17119 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800+set}" = set; then
17120 echo $ECHO_N "(cached) $ECHO_C" >&6
17121 else
17122 cat >conftest.$ac_ext <<_ACEOF
17123 /* confdefs.h. */
17124 _ACEOF
17125 cat confdefs.h >>conftest.$ac_ext
17126 cat >>conftest.$ac_ext <<_ACEOF
17127 /* end confdefs.h. */
17128
17129 int
17130 main ()
17131 {
17132
17133 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
17134 choke me
17135 #endif
17136
17137 ;
17138 return 0;
17139 }
17140 _ACEOF
17141 rm -f conftest.$ac_objext
17142 if { (ac_try="$ac_compile"
17143 case "(($ac_try" in
17144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17145 *) ac_try_echo=$ac_try;;
17146 esac
17147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17148 (eval "$ac_compile") 2>conftest.er1
17149 ac_status=$?
17150 grep -v '^ *+' conftest.er1 >conftest.err
17151 rm -f conftest.er1
17152 cat conftest.err >&5
17153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17154 (exit $ac_status); } && {
17155 test -z "$ac_cxx_werror_flag" ||
17156 test ! -s conftest.err
17157 } && test -s conftest.$ac_objext; then
17158 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=yes
17159 else
17160 echo "$as_me: failed program was:" >&5
17161 sed 's/^/| /' conftest.$ac_ext >&5
17162
17163 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=no
17164
17165 fi
17166
17167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17168
17169
17170 fi
17171 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&5
17172 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&6; }
17173 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
17174 :; INTELCXX8=yes
17175 else
17176 :;
17177 fi
17178 ac_ext=c
17179 ac_cpp='$CPP $CPPFLAGS'
17180 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17181 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17182 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17183
17184
17185
17186
17187
17188 ac_ext=cpp
17189 ac_cpp='$CXXCPP $CPPFLAGS'
17190 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17191 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17192 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17193
17194 { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v10 or later" >&5
17195 echo $ECHO_N "checking whether we are using Intel C++ compiler v10 or later... $ECHO_C" >&6; }
17196 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
17197 echo $ECHO_N "(cached) $ECHO_C" >&6
17198 else
17199 cat >conftest.$ac_ext <<_ACEOF
17200 /* confdefs.h. */
17201 _ACEOF
17202 cat confdefs.h >>conftest.$ac_ext
17203 cat >>conftest.$ac_ext <<_ACEOF
17204 /* end confdefs.h. */
17205
17206 int
17207 main ()
17208 {
17209
17210 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
17211 choke me
17212 #endif
17213
17214 ;
17215 return 0;
17216 }
17217 _ACEOF
17218 rm -f conftest.$ac_objext
17219 if { (ac_try="$ac_compile"
17220 case "(($ac_try" in
17221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17222 *) ac_try_echo=$ac_try;;
17223 esac
17224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17225 (eval "$ac_compile") 2>conftest.er1
17226 ac_status=$?
17227 grep -v '^ *+' conftest.er1 >conftest.err
17228 rm -f conftest.er1
17229 cat conftest.err >&5
17230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17231 (exit $ac_status); } && {
17232 test -z "$ac_cxx_werror_flag" ||
17233 test ! -s conftest.err
17234 } && test -s conftest.$ac_objext; then
17235 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=yes
17236 else
17237 echo "$as_me: failed program was:" >&5
17238 sed 's/^/| /' conftest.$ac_ext >&5
17239
17240 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=no
17241
17242 fi
17243
17244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17245
17246
17247 fi
17248 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&5
17249 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&6; }
17250 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
17251 :; INTELCXX10=yes
17252 else
17253 :;
17254 fi
17255 ac_ext=c
17256 ac_cpp='$CPP $CPPFLAGS'
17257 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17258 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17259 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17260
17261
17262
17263 fi
17264
17265 if test "x$GCXX" != "xyes"; then
17266 if test "xCXX" = "xC"; then
17267 { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
17268 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
17269 if test "${bakefile_cv_c_exto+set}" = set; then
17270 echo $ECHO_N "(cached) $ECHO_C" >&6
17271 else
17272 cat >conftest.$ac_ext <<_ACEOF
17273 /* confdefs.h. */
17274 _ACEOF
17275 cat confdefs.h >>conftest.$ac_ext
17276 cat >>conftest.$ac_ext <<_ACEOF
17277 /* end confdefs.h. */
17278
17279 int
17280 main ()
17281 {
17282
17283 ;
17284 return 0;
17285 }
17286 _ACEOF
17287 rm -f conftest.$ac_objext conftest.$ac_ext.o
17288 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17289 (eval $ac_compile) 2>&5
17290 ac_status=$?
17291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17292 (exit $ac_status); }; then
17293 for ac_file in `(ls conftest.* 2>/dev/null)`; do
17294 case $ac_file in
17295 conftest.$ac_ext.o)
17296 bakefile_cv_c_exto="-ext o"
17297 ;;
17298 *)
17299 ;;
17300 esac
17301 done
17302 else
17303 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
17304 See \`config.log' for more details." >&5
17305 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
17306 See \`config.log' for more details." >&2;}
17307 { (exit 1); exit 1; }; }
17308
17309 fi
17310
17311 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
17312
17313 fi
17314 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
17315 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
17316 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17317 if test "c" = "c"; then
17318 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
17319 fi
17320 if test "c" = "cxx"; then
17321 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
17322 fi
17323 fi
17324
17325 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17326 unset ac_cv_prog_cc_g
17327 ac_test_CFLAGS=${CFLAGS+set}
17328 ac_save_CFLAGS=$CFLAGS
17329 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
17330 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
17331 if test "${ac_cv_prog_cc_g+set}" = set; then
17332 echo $ECHO_N "(cached) $ECHO_C" >&6
17333 else
17334 ac_save_c_werror_flag=$ac_c_werror_flag
17335 ac_c_werror_flag=yes
17336 ac_cv_prog_cc_g=no
17337 CFLAGS="-g"
17338 cat >conftest.$ac_ext <<_ACEOF
17339 /* confdefs.h. */
17340 _ACEOF
17341 cat confdefs.h >>conftest.$ac_ext
17342 cat >>conftest.$ac_ext <<_ACEOF
17343 /* end confdefs.h. */
17344
17345 int
17346 main ()
17347 {
17348
17349 ;
17350 return 0;
17351 }
17352 _ACEOF
17353 rm -f conftest.$ac_objext
17354 if { (ac_try="$ac_compile"
17355 case "(($ac_try" in
17356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17357 *) ac_try_echo=$ac_try;;
17358 esac
17359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17360 (eval "$ac_compile") 2>conftest.er1
17361 ac_status=$?
17362 grep -v '^ *+' conftest.er1 >conftest.err
17363 rm -f conftest.er1
17364 cat conftest.err >&5
17365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17366 (exit $ac_status); } && {
17367 test -z "$ac_c_werror_flag" ||
17368 test ! -s conftest.err
17369 } && test -s conftest.$ac_objext; then
17370 ac_cv_prog_cc_g=yes
17371 else
17372 echo "$as_me: failed program was:" >&5
17373 sed 's/^/| /' conftest.$ac_ext >&5
17374
17375 CFLAGS=""
17376 cat >conftest.$ac_ext <<_ACEOF
17377 /* confdefs.h. */
17378 _ACEOF
17379 cat confdefs.h >>conftest.$ac_ext
17380 cat >>conftest.$ac_ext <<_ACEOF
17381 /* end confdefs.h. */
17382
17383 int
17384 main ()
17385 {
17386
17387 ;
17388 return 0;
17389 }
17390 _ACEOF
17391 rm -f conftest.$ac_objext
17392 if { (ac_try="$ac_compile"
17393 case "(($ac_try" in
17394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17395 *) ac_try_echo=$ac_try;;
17396 esac
17397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17398 (eval "$ac_compile") 2>conftest.er1
17399 ac_status=$?
17400 grep -v '^ *+' conftest.er1 >conftest.err
17401 rm -f conftest.er1
17402 cat conftest.err >&5
17403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17404 (exit $ac_status); } && {
17405 test -z "$ac_c_werror_flag" ||
17406 test ! -s conftest.err
17407 } && test -s conftest.$ac_objext; then
17408 :
17409 else
17410 echo "$as_me: failed program was:" >&5
17411 sed 's/^/| /' conftest.$ac_ext >&5
17412
17413 ac_c_werror_flag=$ac_save_c_werror_flag
17414 CFLAGS="-g"
17415 cat >conftest.$ac_ext <<_ACEOF
17416 /* confdefs.h. */
17417 _ACEOF
17418 cat confdefs.h >>conftest.$ac_ext
17419 cat >>conftest.$ac_ext <<_ACEOF
17420 /* end confdefs.h. */
17421
17422 int
17423 main ()
17424 {
17425
17426 ;
17427 return 0;
17428 }
17429 _ACEOF
17430 rm -f conftest.$ac_objext
17431 if { (ac_try="$ac_compile"
17432 case "(($ac_try" in
17433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17434 *) ac_try_echo=$ac_try;;
17435 esac
17436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17437 (eval "$ac_compile") 2>conftest.er1
17438 ac_status=$?
17439 grep -v '^ *+' conftest.er1 >conftest.err
17440 rm -f conftest.er1
17441 cat conftest.err >&5
17442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17443 (exit $ac_status); } && {
17444 test -z "$ac_c_werror_flag" ||
17445 test ! -s conftest.err
17446 } && test -s conftest.$ac_objext; then
17447 ac_cv_prog_cc_g=yes
17448 else
17449 echo "$as_me: failed program was:" >&5
17450 sed 's/^/| /' conftest.$ac_ext >&5
17451
17452
17453 fi
17454
17455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17456 fi
17457
17458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17459 fi
17460
17461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17462 ac_c_werror_flag=$ac_save_c_werror_flag
17463 fi
17464 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
17465 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
17466 if test "$ac_test_CFLAGS" = set; then
17467 CFLAGS=$ac_save_CFLAGS
17468 elif test $ac_cv_prog_cc_g = yes; then
17469 if test "$GCC" = yes; then
17470 CFLAGS="-g -O2"
17471 else
17472 CFLAGS="-g"
17473 fi
17474 else
17475 if test "$GCC" = yes; then
17476 CFLAGS="-O2"
17477 else
17478 CFLAGS=
17479 fi
17480 fi
17481 fi
17482 fi
17483
17484 case `uname -s` in
17485 AIX*)
17486
17487
17488 ac_ext=cpp
17489 ac_cpp='$CXXCPP $CPPFLAGS'
17490 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17491 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17492 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17493
17494 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
17495 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
17496 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
17497 echo $ECHO_N "(cached) $ECHO_C" >&6
17498 else
17499 cat >conftest.$ac_ext <<_ACEOF
17500 /* confdefs.h. */
17501 _ACEOF
17502 cat confdefs.h >>conftest.$ac_ext
17503 cat >>conftest.$ac_ext <<_ACEOF
17504 /* end confdefs.h. */
17505
17506 int
17507 main ()
17508 {
17509
17510 #ifndef __xlC__
17511 choke me
17512 #endif
17513
17514 ;
17515 return 0;
17516 }
17517 _ACEOF
17518 rm -f conftest.$ac_objext
17519 if { (ac_try="$ac_compile"
17520 case "(($ac_try" in
17521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17522 *) ac_try_echo=$ac_try;;
17523 esac
17524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17525 (eval "$ac_compile") 2>conftest.er1
17526 ac_status=$?
17527 grep -v '^ *+' conftest.er1 >conftest.err
17528 rm -f conftest.er1
17529 cat conftest.err >&5
17530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17531 (exit $ac_status); } && {
17532 test -z "$ac_cxx_werror_flag" ||
17533 test ! -s conftest.err
17534 } && test -s conftest.$ac_objext; then
17535 bakefile_cv_cxx_compiler___xlC__=yes
17536 else
17537 echo "$as_me: failed program was:" >&5
17538 sed 's/^/| /' conftest.$ac_ext >&5
17539
17540 bakefile_cv_cxx_compiler___xlC__=no
17541
17542 fi
17543
17544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17545
17546
17547 fi
17548 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
17549 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
17550 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
17551 :; XLCXX=yes
17552 else
17553 :;
17554 fi
17555 ac_ext=c
17556 ac_cpp='$CPP $CPPFLAGS'
17557 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17558 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17559 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17560
17561
17562
17563 ;;
17564
17565 Darwin)
17566
17567
17568 ac_ext=cpp
17569 ac_cpp='$CXXCPP $CPPFLAGS'
17570 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17571 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17572 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17573
17574 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
17575 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6; }
17576 if test "${bakefile_cv_cxx_compiler___MWERKS__+set}" = set; then
17577 echo $ECHO_N "(cached) $ECHO_C" >&6
17578 else
17579 cat >conftest.$ac_ext <<_ACEOF
17580 /* confdefs.h. */
17581 _ACEOF
17582 cat confdefs.h >>conftest.$ac_ext
17583 cat >>conftest.$ac_ext <<_ACEOF
17584 /* end confdefs.h. */
17585
17586 int
17587 main ()
17588 {
17589
17590 #ifndef __MWERKS__
17591 choke me
17592 #endif
17593
17594 ;
17595 return 0;
17596 }
17597 _ACEOF
17598 rm -f conftest.$ac_objext
17599 if { (ac_try="$ac_compile"
17600 case "(($ac_try" in
17601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17602 *) ac_try_echo=$ac_try;;
17603 esac
17604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17605 (eval "$ac_compile") 2>conftest.er1
17606 ac_status=$?
17607 grep -v '^ *+' conftest.er1 >conftest.err
17608 rm -f conftest.er1
17609 cat conftest.err >&5
17610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17611 (exit $ac_status); } && {
17612 test -z "$ac_cxx_werror_flag" ||
17613 test ! -s conftest.err
17614 } && test -s conftest.$ac_objext; then
17615 bakefile_cv_cxx_compiler___MWERKS__=yes
17616 else
17617 echo "$as_me: failed program was:" >&5
17618 sed 's/^/| /' conftest.$ac_ext >&5
17619
17620 bakefile_cv_cxx_compiler___MWERKS__=no
17621
17622 fi
17623
17624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17625
17626
17627 fi
17628 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
17629 echo "${ECHO_T}$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
17630 if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
17631 :; MWCXX=yes
17632 else
17633 :;
17634 fi
17635 ac_ext=c
17636 ac_cpp='$CPP $CPPFLAGS'
17637 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17638 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17639 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17640
17641
17642
17643 if test "$MWCXX" != "yes"; then
17644
17645
17646 ac_ext=cpp
17647 ac_cpp='$CXXCPP $CPPFLAGS'
17648 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17649 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17650 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17651
17652 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
17653 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
17654 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
17655 echo $ECHO_N "(cached) $ECHO_C" >&6
17656 else
17657 cat >conftest.$ac_ext <<_ACEOF
17658 /* confdefs.h. */
17659 _ACEOF
17660 cat confdefs.h >>conftest.$ac_ext
17661 cat >>conftest.$ac_ext <<_ACEOF
17662 /* end confdefs.h. */
17663
17664 int
17665 main ()
17666 {
17667
17668 #ifndef __xlC__
17669 choke me
17670 #endif
17671
17672 ;
17673 return 0;
17674 }
17675 _ACEOF
17676 rm -f conftest.$ac_objext
17677 if { (ac_try="$ac_compile"
17678 case "(($ac_try" in
17679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17680 *) ac_try_echo=$ac_try;;
17681 esac
17682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17683 (eval "$ac_compile") 2>conftest.er1
17684 ac_status=$?
17685 grep -v '^ *+' conftest.er1 >conftest.err
17686 rm -f conftest.er1
17687 cat conftest.err >&5
17688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17689 (exit $ac_status); } && {
17690 test -z "$ac_cxx_werror_flag" ||
17691 test ! -s conftest.err
17692 } && test -s conftest.$ac_objext; then
17693 bakefile_cv_cxx_compiler___xlC__=yes
17694 else
17695 echo "$as_me: failed program was:" >&5
17696 sed 's/^/| /' conftest.$ac_ext >&5
17697
17698 bakefile_cv_cxx_compiler___xlC__=no
17699
17700 fi
17701
17702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17703
17704
17705 fi
17706 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
17707 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
17708 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
17709 :; XLCXX=yes
17710 else
17711 :;
17712 fi
17713 ac_ext=c
17714 ac_cpp='$CPP $CPPFLAGS'
17715 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17716 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17717 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17718
17719
17720
17721 fi
17722 ;;
17723
17724 IRIX*)
17725
17726
17727 ac_ext=cpp
17728 ac_cpp='$CXXCPP $CPPFLAGS'
17729 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17730 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17731 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17732
17733 { echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
17734 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6; }
17735 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
17736 echo $ECHO_N "(cached) $ECHO_C" >&6
17737 else
17738 cat >conftest.$ac_ext <<_ACEOF
17739 /* confdefs.h. */
17740 _ACEOF
17741 cat confdefs.h >>conftest.$ac_ext
17742 cat >>conftest.$ac_ext <<_ACEOF
17743 /* end confdefs.h. */
17744
17745 int
17746 main ()
17747 {
17748
17749 #ifndef _SGI_COMPILER_VERSION
17750 choke me
17751 #endif
17752
17753 ;
17754 return 0;
17755 }
17756 _ACEOF
17757 rm -f conftest.$ac_objext
17758 if { (ac_try="$ac_compile"
17759 case "(($ac_try" in
17760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17761 *) ac_try_echo=$ac_try;;
17762 esac
17763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17764 (eval "$ac_compile") 2>conftest.er1
17765 ac_status=$?
17766 grep -v '^ *+' conftest.er1 >conftest.err
17767 rm -f conftest.er1
17768 cat conftest.err >&5
17769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17770 (exit $ac_status); } && {
17771 test -z "$ac_cxx_werror_flag" ||
17772 test ! -s conftest.err
17773 } && test -s conftest.$ac_objext; then
17774 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
17775 else
17776 echo "$as_me: failed program was:" >&5
17777 sed 's/^/| /' conftest.$ac_ext >&5
17778
17779 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
17780
17781 fi
17782
17783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17784
17785
17786 fi
17787 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
17788 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
17789 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
17790 :; SGICXX=yes
17791 else
17792 :;
17793 fi
17794 ac_ext=c
17795 ac_cpp='$CPP $CPPFLAGS'
17796 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17797 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17798 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17799
17800
17801
17802 ;;
17803
17804 Linux*)
17805 if test "$INTELCXX" != "yes"; then
17806
17807
17808 ac_ext=cpp
17809 ac_cpp='$CXXCPP $CPPFLAGS'
17810 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17811 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17812 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17813
17814 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
17815 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
17816 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
17817 echo $ECHO_N "(cached) $ECHO_C" >&6
17818 else
17819 cat >conftest.$ac_ext <<_ACEOF
17820 /* confdefs.h. */
17821 _ACEOF
17822 cat confdefs.h >>conftest.$ac_ext
17823 cat >>conftest.$ac_ext <<_ACEOF
17824 /* end confdefs.h. */
17825
17826 int
17827 main ()
17828 {
17829
17830 #ifndef __SUNPRO_CC
17831 choke me
17832 #endif
17833
17834 ;
17835 return 0;
17836 }
17837 _ACEOF
17838 rm -f conftest.$ac_objext
17839 if { (ac_try="$ac_compile"
17840 case "(($ac_try" in
17841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17842 *) ac_try_echo=$ac_try;;
17843 esac
17844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17845 (eval "$ac_compile") 2>conftest.er1
17846 ac_status=$?
17847 grep -v '^ *+' conftest.er1 >conftest.err
17848 rm -f conftest.er1
17849 cat conftest.err >&5
17850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17851 (exit $ac_status); } && {
17852 test -z "$ac_cxx_werror_flag" ||
17853 test ! -s conftest.err
17854 } && test -s conftest.$ac_objext; then
17855 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
17856 else
17857 echo "$as_me: failed program was:" >&5
17858 sed 's/^/| /' conftest.$ac_ext >&5
17859
17860 bakefile_cv_cxx_compiler___SUNPRO_CC=no
17861
17862 fi
17863
17864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17865
17866
17867 fi
17868 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
17869 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
17870 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
17871 :; SUNCXX=yes
17872 else
17873 :;
17874 fi
17875 ac_ext=c
17876 ac_cpp='$CPP $CPPFLAGS'
17877 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17878 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17879 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17880
17881
17882
17883 fi
17884 ;;
17885
17886 HP-UX*)
17887
17888
17889 ac_ext=cpp
17890 ac_cpp='$CXXCPP $CPPFLAGS'
17891 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17892 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17893 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17894
17895 { echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
17896 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6; }
17897 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
17898 echo $ECHO_N "(cached) $ECHO_C" >&6
17899 else
17900 cat >conftest.$ac_ext <<_ACEOF
17901 /* confdefs.h. */
17902 _ACEOF
17903 cat confdefs.h >>conftest.$ac_ext
17904 cat >>conftest.$ac_ext <<_ACEOF
17905 /* end confdefs.h. */
17906
17907 int
17908 main ()
17909 {
17910
17911 #ifndef __HP_aCC
17912 choke me
17913 #endif
17914
17915 ;
17916 return 0;
17917 }
17918 _ACEOF
17919 rm -f conftest.$ac_objext
17920 if { (ac_try="$ac_compile"
17921 case "(($ac_try" in
17922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17923 *) ac_try_echo=$ac_try;;
17924 esac
17925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17926 (eval "$ac_compile") 2>conftest.er1
17927 ac_status=$?
17928 grep -v '^ *+' conftest.er1 >conftest.err
17929 rm -f conftest.er1
17930 cat conftest.err >&5
17931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17932 (exit $ac_status); } && {
17933 test -z "$ac_cxx_werror_flag" ||
17934 test ! -s conftest.err
17935 } && test -s conftest.$ac_objext; then
17936 bakefile_cv_cxx_compiler___HP_aCC=yes
17937 else
17938 echo "$as_me: failed program was:" >&5
17939 sed 's/^/| /' conftest.$ac_ext >&5
17940
17941 bakefile_cv_cxx_compiler___HP_aCC=no
17942
17943 fi
17944
17945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17946
17947
17948 fi
17949 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
17950 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
17951 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
17952 :; HPCXX=yes
17953 else
17954 :;
17955 fi
17956 ac_ext=c
17957 ac_cpp='$CPP $CPPFLAGS'
17958 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17959 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17960 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17961
17962
17963
17964 ;;
17965
17966 OSF1)
17967
17968
17969 ac_ext=cpp
17970 ac_cpp='$CXXCPP $CPPFLAGS'
17971 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17972 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17973 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17974
17975 { echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
17976 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6; }
17977 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
17978 echo $ECHO_N "(cached) $ECHO_C" >&6
17979 else
17980 cat >conftest.$ac_ext <<_ACEOF
17981 /* confdefs.h. */
17982 _ACEOF
17983 cat confdefs.h >>conftest.$ac_ext
17984 cat >>conftest.$ac_ext <<_ACEOF
17985 /* end confdefs.h. */
17986
17987 int
17988 main ()
17989 {
17990
17991 #ifndef __DECCXX
17992 choke me
17993 #endif
17994
17995 ;
17996 return 0;
17997 }
17998 _ACEOF
17999 rm -f conftest.$ac_objext
18000 if { (ac_try="$ac_compile"
18001 case "(($ac_try" in
18002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18003 *) ac_try_echo=$ac_try;;
18004 esac
18005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18006 (eval "$ac_compile") 2>conftest.er1
18007 ac_status=$?
18008 grep -v '^ *+' conftest.er1 >conftest.err
18009 rm -f conftest.er1
18010 cat conftest.err >&5
18011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18012 (exit $ac_status); } && {
18013 test -z "$ac_cxx_werror_flag" ||
18014 test ! -s conftest.err
18015 } && test -s conftest.$ac_objext; then
18016 bakefile_cv_cxx_compiler___DECCXX=yes
18017 else
18018 echo "$as_me: failed program was:" >&5
18019 sed 's/^/| /' conftest.$ac_ext >&5
18020
18021 bakefile_cv_cxx_compiler___DECCXX=no
18022
18023 fi
18024
18025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18026
18027
18028 fi
18029 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
18030 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6; }
18031 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
18032 :; COMPAQCXX=yes
18033 else
18034 :;
18035 fi
18036 ac_ext=c
18037 ac_cpp='$CPP $CPPFLAGS'
18038 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18039 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18040 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18041
18042
18043
18044 ;;
18045
18046 SunOS)
18047
18048
18049 ac_ext=cpp
18050 ac_cpp='$CXXCPP $CPPFLAGS'
18051 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18052 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18053 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18054
18055 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
18056 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
18057 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
18058 echo $ECHO_N "(cached) $ECHO_C" >&6
18059 else
18060 cat >conftest.$ac_ext <<_ACEOF
18061 /* confdefs.h. */
18062 _ACEOF
18063 cat confdefs.h >>conftest.$ac_ext
18064 cat >>conftest.$ac_ext <<_ACEOF
18065 /* end confdefs.h. */
18066
18067 int
18068 main ()
18069 {
18070
18071 #ifndef __SUNPRO_CC
18072 choke me
18073 #endif
18074
18075 ;
18076 return 0;
18077 }
18078 _ACEOF
18079 rm -f conftest.$ac_objext
18080 if { (ac_try="$ac_compile"
18081 case "(($ac_try" in
18082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18083 *) ac_try_echo=$ac_try;;
18084 esac
18085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18086 (eval "$ac_compile") 2>conftest.er1
18087 ac_status=$?
18088 grep -v '^ *+' conftest.er1 >conftest.err
18089 rm -f conftest.er1
18090 cat conftest.err >&5
18091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18092 (exit $ac_status); } && {
18093 test -z "$ac_cxx_werror_flag" ||
18094 test ! -s conftest.err
18095 } && test -s conftest.$ac_objext; then
18096 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
18097 else
18098 echo "$as_me: failed program was:" >&5
18099 sed 's/^/| /' conftest.$ac_ext >&5
18100
18101 bakefile_cv_cxx_compiler___SUNPRO_CC=no
18102
18103 fi
18104
18105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18106
18107
18108 fi
18109 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18110 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18111 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18112 :; SUNCXX=yes
18113 else
18114 :;
18115 fi
18116 ac_ext=c
18117 ac_cpp='$CPP $CPPFLAGS'
18118 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18119 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18120 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18121
18122
18123
18124 ;;
18125 esac
18126 fi
18127
18128
18129
18130 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
18131 { { echo "$as_me:$LINENO: error: C++ compiler is needed to build wxWidgets" >&5
18132 echo "$as_me: error: C++ compiler is needed to build wxWidgets" >&2;}
18133 { (exit 1); exit 1; }; }
18134 fi
18135
18136 if test "x$SUNCXX" != xyes; then
18137 if test -n "$ac_tool_prefix"; then
18138 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
18139 set dummy ${ac_tool_prefix}ar; ac_word=$2
18140 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18141 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18142 if test "${ac_cv_prog_AR+set}" = set; then
18143 echo $ECHO_N "(cached) $ECHO_C" >&6
18144 else
18145 if test -n "$AR"; then
18146 ac_cv_prog_AR="$AR" # Let the user override the test.
18147 else
18148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18149 for as_dir in $PATH
18150 do
18151 IFS=$as_save_IFS
18152 test -z "$as_dir" && as_dir=.
18153 for ac_exec_ext in '' $ac_executable_extensions; do
18154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18155 ac_cv_prog_AR="${ac_tool_prefix}ar"
18156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18157 break 2
18158 fi
18159 done
18160 done
18161 IFS=$as_save_IFS
18162
18163 fi
18164 fi
18165 AR=$ac_cv_prog_AR
18166 if test -n "$AR"; then
18167 { echo "$as_me:$LINENO: result: $AR" >&5
18168 echo "${ECHO_T}$AR" >&6; }
18169 else
18170 { echo "$as_me:$LINENO: result: no" >&5
18171 echo "${ECHO_T}no" >&6; }
18172 fi
18173
18174
18175 fi
18176 if test -z "$ac_cv_prog_AR"; then
18177 ac_ct_AR=$AR
18178 # Extract the first word of "ar", so it can be a program name with args.
18179 set dummy ar; ac_word=$2
18180 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18181 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18182 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
18183 echo $ECHO_N "(cached) $ECHO_C" >&6
18184 else
18185 if test -n "$ac_ct_AR"; then
18186 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
18187 else
18188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18189 for as_dir in $PATH
18190 do
18191 IFS=$as_save_IFS
18192 test -z "$as_dir" && as_dir=.
18193 for ac_exec_ext in '' $ac_executable_extensions; do
18194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18195 ac_cv_prog_ac_ct_AR="ar"
18196 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18197 break 2
18198 fi
18199 done
18200 done
18201 IFS=$as_save_IFS
18202
18203 fi
18204 fi
18205 ac_ct_AR=$ac_cv_prog_ac_ct_AR
18206 if test -n "$ac_ct_AR"; then
18207 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
18208 echo "${ECHO_T}$ac_ct_AR" >&6; }
18209 else
18210 { echo "$as_me:$LINENO: result: no" >&5
18211 echo "${ECHO_T}no" >&6; }
18212 fi
18213
18214 if test "x$ac_ct_AR" = x; then
18215 AR=""
18216 else
18217 case $cross_compiling:$ac_tool_warned in
18218 yes:)
18219 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
18220 whose name does not start with the host triplet. If you think this
18221 configuration is useful to you, please write to autoconf@gnu.org." >&5
18222 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
18223 whose name does not start with the host triplet. If you think this
18224 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
18225 ac_tool_warned=yes ;;
18226 esac
18227 AR=$ac_ct_AR
18228 fi
18229 else
18230 AR="$ac_cv_prog_AR"
18231 fi
18232
18233 if test "x$AR" = "x" ; then
18234 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
18235 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
18236 { (exit 1); exit 1; }; }
18237 fi
18238 fi
18239
18240
18241 if test "$wxUSE_MAC" = 1; then
18242
18243 retest_macosx_linking=no
18244
18245 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
18246 if test "x$wxUSE_UNIVERSAL_BINARY" == xyes; then
18247 # Implicitly turn on the new --with-macosx-sdk using the default
18248 # SDK which provides the behavior this option has always had.
18249 if test "x$wxUSE_MACOSX_SDK" = "x"; then
18250 { echo "$as_me:$LINENO: WARNING: Enabling default SDK due to --enable-universal_binary." >&5
18251 echo "$as_me: WARNING: Enabling default SDK due to --enable-universal_binary." >&2;}
18252 { echo "$as_me:$LINENO: WARNING: If you don't want this, specify --without-macosx-sdk" >&5
18253 echo "$as_me: WARNING: If you don't want this, specify --without-macosx-sdk" >&2;}
18254 wxUSE_MACOSX_SDK=yes
18255 fi
18256 else
18257 # Complain to user if he specified an argument to --enable-universal_binary
18258 # and also 1) specified --with-macosx-sdk using the default (yes) or
18259 # 2) specified --with-macosx-sdk using a path or 3) specified
18260 # --without-macosx-sdk (no).
18261 if test "x$wxUSE_MACOSX_SDK" != "x" ; then
18262 { { echo "$as_me:$LINENO: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
18263 See \`config.log' for more details." >&5
18264 echo "$as_me: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
18265 See \`config.log' for more details." >&2;}
18266 { (exit 1); exit 1; }; }
18267 else
18268 # Put the SDK path into the wxUSE_MACOSX_SDK. We don't have to
18269 # special-case the empty string because the below test simply
18270 # converts "no" to the empty string anyway.
18271 wxUSE_MACOSX_SDK="$wxUSE_UNIVERSAL_BINARY"
18272 { echo "$as_me:$LINENO: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&5
18273 echo "$as_me: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&2;}
18274 fi
18275 fi
18276 OSX_UNIV_OPTS="-arch ppc -arch i386"
18277 CXXFLAGS="$OSX_UNIV_OPTS $CXXFLAGS"
18278 CFLAGS="$OSX_UNIV_OPTS $CFLAGS"
18279 OBJCXXFLAGS="$OSX_UNIV_OPTS $OBJCXXFLAGS"
18280 OBJCFLAGS="$OSX_UNIV_OPTS $OBJCFLAGS"
18281 LDFLAGS="$OSX_UNIV_OPTS $LDFLAGS"
18282 retest_macosx_linking=yes
18283
18284 { echo "$as_me:$LINENO: WARNING: Disabling precompiled headers due to universal binary build." >&5
18285 echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
18286 bk_use_pch=no
18287 fi
18288
18289 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
18290 wxUSE_MACOSX_SDK=
18291 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
18292 # TODO: Search for most recent SDK and use it.
18293 wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
18294 fi
18295
18296
18297 if test "x$wxUSE_MACOSX_SDK" != "x"; then
18298 { echo "$as_me:$LINENO: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
18299 echo $ECHO_N "checking for SDK directory $wxUSE_MACOSX_SDK... $ECHO_C" >&6; }
18300 if ! test -d "$wxUSE_MACOSX_SDK"; then
18301 { { echo "$as_me:$LINENO: error: not found
18302 See \`config.log' for more details." >&5
18303 echo "$as_me: error: not found
18304 See \`config.log' for more details." >&2;}
18305 { (exit 1); exit 1; }; }
18306 else
18307 { echo "$as_me:$LINENO: result: exists" >&5
18308 echo "${ECHO_T}exists" >&6; }
18309 fi
18310 MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
18311 eval "CC=\"$CC $MACOSX_SDK_OPTS\""
18312 eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
18313 eval "LD=\"$LD $MACOSX_SDK_OPTS\""
18314 retest_macosx_linking=yes
18315 fi
18316
18317 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
18318 wxUSE_MACOSX_VERSION_MIN=
18319 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
18320 if test "x$wxUSE_MACOSX_SDK" != "x"; then
18321 { echo "$as_me:$LINENO: checking SDK deployment version" >&5
18322 echo $ECHO_N "checking SDK deployment version... $ECHO_C" >&6; }
18323
18324 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/'`
18325
18326 # If that failed, try again with the new key
18327 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
18328
18329 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/'`
18330
18331 fi
18332
18333 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
18334 wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
18335 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
18336 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
18337 else
18338 { echo "$as_me:$LINENO: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
18339 echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
18340 wxUSE_MACOSX_VERSION_MIN=
18341 fi
18342 else
18343 wxUSE_MACOSX_VERSION_MIN=
18344 fi
18345 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
18346 OSX_VERSION=`sw_vers -productVersion | grep 10.[0-9]`
18347 if test "$wxUSE_OSX_CARBON" = 1 -o "x$OSX_VERSION" = "x10.4"; then
18348 # otherwise configure stops on leopard for universal_binary
18349 wxUSE_MACOSX_VERSION_MIN=10.4
18350 else
18351 # for OS X Cocoa, use 10.5 so we can get 64-bit compile on Snow Leopard
18352 wxUSE_MACOSX_VERSION_MIN=10.5
18353 fi
18354 fi
18355
18356 NEEDS_GCC40="no"
18357 if test "x$wxUSE_MACOSX_VERSION_MIN" == "x10.4"; then
18358 NEEDS_GCC40="yes"
18359 fi
18360
18361 if test "$wxUSE_OSX_CARBON" = 1; then
18362 NEEDS_GCC40="yes"
18363 fi
18364
18365 if test "x$NEEDS_GCC40" == "xyes"; then
18366 # gcc 4.2 cannot compile 10.4 compatible code, so if the user is using it
18367 # and wants 10.4 compatible code, then 'downgrade' to 4.0
18368 # This is also the simplest way to get 32-bit binaries on Snow Leopard.
18369 if test "x$CC" = "xgcc"; then
18370 CCVERSION=`$CC --version | grep 4.[2-9].`
18371 if test "x$CCVERSION" != "x"; then
18372 echo "$as_me:$LINENO: WARNING: gcc >= 4.2 cannot compile 10.4 compatible code. Using gcc 4.0 instead."
18373 CC="/usr/bin/gcc-4.0"
18374 fi
18375 fi
18376
18377 if test "x$CXX" = "xg++"; then
18378 CCVERSION=`$CXX --version | grep 4.[2-9].`
18379 if test "x$CCVERSION" != "x"; then
18380 CXX="/usr/bin/g++-4.0"
18381 fi
18382 fi
18383 fi
18384
18385 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
18386 MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
18387 eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
18388 eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
18389 eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
18390 retest_macosx_linking=yes
18391 fi
18392
18393 if test "x$retest_macosx_linking" = "xyes"; then
18394 ac_ext=c
18395 ac_cpp='$CPP $CPPFLAGS'
18396 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18397 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18398 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18399
18400 { echo "$as_me:$LINENO: checking if C compiler works with SDK/version options" >&5
18401 echo $ECHO_N "checking if C compiler works with SDK/version options... $ECHO_C" >&6; }
18402 cat >conftest.$ac_ext <<_ACEOF
18403 /* confdefs.h. */
18404 _ACEOF
18405 cat confdefs.h >>conftest.$ac_ext
18406 cat >>conftest.$ac_ext <<_ACEOF
18407 /* end confdefs.h. */
18408
18409 int
18410 main ()
18411 {
18412
18413 ;
18414 return 0;
18415 }
18416 _ACEOF
18417 rm -f conftest.$ac_objext conftest$ac_exeext
18418 if { (ac_try="$ac_link"
18419 case "(($ac_try" in
18420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18421 *) ac_try_echo=$ac_try;;
18422 esac
18423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18424 (eval "$ac_link") 2>conftest.er1
18425 ac_status=$?
18426 grep -v '^ *+' conftest.er1 >conftest.err
18427 rm -f conftest.er1
18428 cat conftest.err >&5
18429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18430 (exit $ac_status); } && {
18431 test -z "$ac_c_werror_flag" ||
18432 test ! -s conftest.err
18433 } && test -s conftest$ac_exeext &&
18434 $as_test_x conftest$ac_exeext; then
18435 { echo "$as_me:$LINENO: result: yes" >&5
18436 echo "${ECHO_T}yes" >&6; }
18437 else
18438 echo "$as_me: failed program was:" >&5
18439 sed 's/^/| /' conftest.$ac_ext >&5
18440
18441 { { echo "$as_me:$LINENO: error: no. Try a different SDK
18442 See \`config.log' for more details." >&5
18443 echo "$as_me: error: no. Try a different SDK
18444 See \`config.log' for more details." >&2;}
18445 { (exit 1); exit 1; }; }; exit 1
18446 fi
18447
18448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18449 conftest$ac_exeext conftest.$ac_ext
18450 ac_ext=c
18451 ac_cpp='$CPP $CPPFLAGS'
18452 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18453 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18454 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18455
18456
18457 ac_ext=cpp
18458 ac_cpp='$CXXCPP $CPPFLAGS'
18459 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18460 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18461 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18462
18463 { echo "$as_me:$LINENO: checking if C++ compiler works with SDK/version options" >&5
18464 echo $ECHO_N "checking if C++ compiler works with SDK/version options... $ECHO_C" >&6; }
18465 cat >conftest.$ac_ext <<_ACEOF
18466 /* confdefs.h. */
18467 _ACEOF
18468 cat confdefs.h >>conftest.$ac_ext
18469 cat >>conftest.$ac_ext <<_ACEOF
18470 /* end confdefs.h. */
18471
18472 int
18473 main ()
18474 {
18475
18476 ;
18477 return 0;
18478 }
18479 _ACEOF
18480 rm -f conftest.$ac_objext conftest$ac_exeext
18481 if { (ac_try="$ac_link"
18482 case "(($ac_try" in
18483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18484 *) ac_try_echo=$ac_try;;
18485 esac
18486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18487 (eval "$ac_link") 2>conftest.er1
18488 ac_status=$?
18489 grep -v '^ *+' conftest.er1 >conftest.err
18490 rm -f conftest.er1
18491 cat conftest.err >&5
18492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18493 (exit $ac_status); } && {
18494 test -z "$ac_cxx_werror_flag" ||
18495 test ! -s conftest.err
18496 } && test -s conftest$ac_exeext &&
18497 $as_test_x conftest$ac_exeext; then
18498 { echo "$as_me:$LINENO: result: yes" >&5
18499 echo "${ECHO_T}yes" >&6; }
18500 else
18501 echo "$as_me: failed program was:" >&5
18502 sed 's/^/| /' conftest.$ac_ext >&5
18503
18504 { { echo "$as_me:$LINENO: error: no. Try a different SDK
18505 See \`config.log' for more details." >&5
18506 echo "$as_me: error: no. Try a different SDK
18507 See \`config.log' for more details." >&2;}
18508 { (exit 1); exit 1; }; }; exit 1
18509 fi
18510
18511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18512 conftest$ac_exeext conftest.$ac_ext
18513 ac_ext=c
18514 ac_cpp='$CPP $CPPFLAGS'
18515 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18516 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18517 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18518
18519 fi
18520
18521 fi
18522 case "${host}" in
18523
18524 *-*-darwin* )
18525 INSTALL_PROGRAM="cp -fp"
18526 INSTALL_DATA="cp -fp"
18527 ;;
18528 *)
18529 ;;
18530 esac
18531
18532
18533 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
18534 CXXFLAGS="-qunique $CXXFLAGS"
18535 fi
18536
18537 case "${host}" in
18538 powerpc-*-darwin* )
18539 { echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
18540 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6; }
18541 cat >conftest.$ac_ext <<_ACEOF
18542 /* confdefs.h. */
18543 _ACEOF
18544 cat confdefs.h >>conftest.$ac_ext
18545 cat >>conftest.$ac_ext <<_ACEOF
18546 /* end confdefs.h. */
18547
18548 int
18549 main ()
18550 {
18551 #ifndef __POWERPC__
18552 choke me for lack of PowerPC
18553 #endif
18554
18555 ;
18556 return 0;
18557 }
18558 _ACEOF
18559 rm -f conftest.$ac_objext
18560 if { (ac_try="$ac_compile"
18561 case "(($ac_try" in
18562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18563 *) ac_try_echo=$ac_try;;
18564 esac
18565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18566 (eval "$ac_compile") 2>conftest.er1
18567 ac_status=$?
18568 grep -v '^ *+' conftest.er1 >conftest.err
18569 rm -f conftest.er1
18570 cat conftest.err >&5
18571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18572 (exit $ac_status); } && {
18573 test -z "$ac_c_werror_flag" ||
18574 test ! -s conftest.err
18575 } && test -s conftest.$ac_objext; then
18576 { echo "$as_me:$LINENO: result: yes" >&5
18577 echo "${ECHO_T}yes" >&6; }
18578 else
18579 echo "$as_me: failed program was:" >&5
18580 sed 's/^/| /' conftest.$ac_ext >&5
18581
18582 { echo "$as_me:$LINENO: result: no" >&5
18583 echo "${ECHO_T}no" >&6; }
18584 cat >>confdefs.h <<\_ACEOF
18585 #define __POWERPC__ 1
18586 _ACEOF
18587
18588
18589 fi
18590
18591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18592 ;;
18593 esac
18594
18595 case "${host}" in
18596 *-*-darwin* )
18597 { echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
18598 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6; }
18599 cat >conftest.$ac_ext <<_ACEOF
18600 /* confdefs.h. */
18601 _ACEOF
18602 cat confdefs.h >>conftest.$ac_ext
18603 cat >>conftest.$ac_ext <<_ACEOF
18604 /* end confdefs.h. */
18605 #include <CoreFoundation/CFBase.h>
18606
18607 int
18608 main ()
18609 {
18610
18611 ;
18612 return 0;
18613 }
18614 _ACEOF
18615 rm -f conftest.$ac_objext
18616 if { (ac_try="$ac_compile"
18617 case "(($ac_try" in
18618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18619 *) ac_try_echo=$ac_try;;
18620 esac
18621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18622 (eval "$ac_compile") 2>conftest.er1
18623 ac_status=$?
18624 grep -v '^ *+' conftest.er1 >conftest.err
18625 rm -f conftest.er1
18626 cat conftest.err >&5
18627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18628 (exit $ac_status); } && {
18629 test -z "$ac_c_werror_flag" ||
18630 test ! -s conftest.err
18631 } && test -s conftest.$ac_objext; then
18632 { echo "$as_me:$LINENO: result: yes" >&5
18633 echo "${ECHO_T}yes" >&6; }
18634 else
18635 echo "$as_me: failed program was:" >&5
18636 sed 's/^/| /' conftest.$ac_ext >&5
18637
18638 { echo "$as_me:$LINENO: result: no" >&5
18639 echo "${ECHO_T}no" >&6; }
18640 { echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
18641 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6; }
18642 cat >conftest.$ac_ext <<_ACEOF
18643 /* confdefs.h. */
18644 _ACEOF
18645 cat confdefs.h >>conftest.$ac_ext
18646 cat >>conftest.$ac_ext <<_ACEOF
18647 /* end confdefs.h. */
18648 #define __CF_USE_FRAMEWORK_INCLUDES__
18649 #include <CoreFoundation/CFBase.h>
18650
18651 int
18652 main ()
18653 {
18654
18655 ;
18656 return 0;
18657 }
18658 _ACEOF
18659 rm -f conftest.$ac_objext
18660 if { (ac_try="$ac_compile"
18661 case "(($ac_try" in
18662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18663 *) ac_try_echo=$ac_try;;
18664 esac
18665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18666 (eval "$ac_compile") 2>conftest.er1
18667 ac_status=$?
18668 grep -v '^ *+' conftest.er1 >conftest.err
18669 rm -f conftest.er1
18670 cat conftest.err >&5
18671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18672 (exit $ac_status); } && {
18673 test -z "$ac_c_werror_flag" ||
18674 test ! -s conftest.err
18675 } && test -s conftest.$ac_objext; then
18676 { echo "$as_me:$LINENO: result: yes" >&5
18677 echo "${ECHO_T}yes" >&6; }
18678 CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
18679 else
18680 echo "$as_me: failed program was:" >&5
18681 sed 's/^/| /' conftest.$ac_ext >&5
18682
18683 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
18684 See \`config.log' for more details." >&5
18685 echo "$as_me: error: no. CoreFoundation not available.
18686 See \`config.log' for more details." >&2;}
18687 { (exit 1); exit 1; }; }
18688
18689 fi
18690
18691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18692
18693
18694 fi
18695
18696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18697 ;;
18698 esac
18699
18700 wants_win32=0
18701 doesnt_want_win32=0
18702 case "${host}" in
18703 *-*-cygwin*)
18704 if test "$wxUSE_MSW" = 1 ; then
18705 wants_win32=1
18706 else
18707 { echo "$as_me:$LINENO: checking if -mno-cygwin is in effect" >&5
18708 echo $ECHO_N "checking if -mno-cygwin is in effect... $ECHO_C" >&6; }
18709 if test "${wx_cv_nocygwin+set}" = set; then
18710 echo $ECHO_N "(cached) $ECHO_C" >&6
18711 else
18712
18713 cat >conftest.$ac_ext <<_ACEOF
18714 /* confdefs.h. */
18715 _ACEOF
18716 cat confdefs.h >>conftest.$ac_ext
18717 cat >>conftest.$ac_ext <<_ACEOF
18718 /* end confdefs.h. */
18719
18720 int
18721 main ()
18722 {
18723
18724 #ifdef __MINGW32__
18725 choke me
18726 #endif
18727
18728 ;
18729 return 0;
18730 }
18731 _ACEOF
18732 rm -f conftest.$ac_objext
18733 if { (ac_try="$ac_compile"
18734 case "(($ac_try" in
18735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18736 *) ac_try_echo=$ac_try;;
18737 esac
18738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18739 (eval "$ac_compile") 2>conftest.er1
18740 ac_status=$?
18741 grep -v '^ *+' conftest.er1 >conftest.err
18742 rm -f conftest.er1
18743 cat conftest.err >&5
18744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18745 (exit $ac_status); } && {
18746 test -z "$ac_c_werror_flag" ||
18747 test ! -s conftest.err
18748 } && test -s conftest.$ac_objext; then
18749 wx_cv_nocygwin=no
18750 else
18751 echo "$as_me: failed program was:" >&5
18752 sed 's/^/| /' conftest.$ac_ext >&5
18753
18754 wx_cv_nocygwin=yes
18755
18756 fi
18757
18758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18759
18760
18761 fi
18762 { echo "$as_me:$LINENO: result: $wx_cv_nocygwin" >&5
18763 echo "${ECHO_T}$wx_cv_nocygwin" >&6; }
18764
18765 if test "$wx_cv_nocygwin" = "yes"; then
18766 wants_win32=1
18767 else
18768 doesnt_want_win32=1
18769 fi
18770 fi
18771 if test "$wants_win32" = 1 ; then
18772 BAKEFILE_FORCE_PLATFORM=win32
18773 fi
18774 ;;
18775 *-*-mingw*)
18776 wants_win32=1
18777 ;;
18778 esac
18779
18780 if test "$wxUSE_WINE" = "yes"; then
18781 wants_win32=1
18782 LDFLAGS_GUI="-mwindows"
18783 fi
18784
18785 if test "$wants_win32" = 1 ; then
18786 USE_UNIX=0
18787 USE_WIN32=1
18788 cat >>confdefs.h <<\_ACEOF
18789 #define __WIN32__ 1
18790 _ACEOF
18791
18792 cat >>confdefs.h <<\_ACEOF
18793 #define __WIN95__ 1
18794 _ACEOF
18795
18796 cat >>confdefs.h <<\_ACEOF
18797 #define __WINDOWS__ 1
18798 _ACEOF
18799
18800 cat >>confdefs.h <<\_ACEOF
18801 #define __GNUWIN32__ 1
18802 _ACEOF
18803
18804 cat >>confdefs.h <<\_ACEOF
18805 #define STRICT 1
18806 _ACEOF
18807
18808 fi
18809 if test "$doesnt_want_win32" = 1 ; then
18810 USE_UNIX=1
18811 USE_WIN32=0
18812 fi
18813
18814 if test "$USE_UNIX" = 1 ; then
18815 wxUSE_UNIX=yes
18816 cat >>confdefs.h <<\_ACEOF
18817 #define __UNIX__ 1
18818 _ACEOF
18819
18820 fi
18821
18822 case "${host}" in
18823 *-pc-os2_emx | *-pc-os2-emx )
18824 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
18825 { echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
18826 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6; }
18827 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
18828 echo $ECHO_N "(cached) $ECHO_C" >&6
18829 else
18830 ac_check_lib_save_LIBS=$LIBS
18831 LIBS="-lcExt $LIBS"
18832 cat >conftest.$ac_ext <<_ACEOF
18833 /* confdefs.h. */
18834 _ACEOF
18835 cat confdefs.h >>conftest.$ac_ext
18836 cat >>conftest.$ac_ext <<_ACEOF
18837 /* end confdefs.h. */
18838
18839 /* Override any GCC internal prototype to avoid an error.
18840 Use char because int might match the return type of a GCC
18841 builtin and then its argument prototype would still apply. */
18842 #ifdef __cplusplus
18843 extern "C"
18844 #endif
18845 char drand48 ();
18846 int
18847 main ()
18848 {
18849 return drand48 ();
18850 ;
18851 return 0;
18852 }
18853 _ACEOF
18854 rm -f conftest.$ac_objext conftest$ac_exeext
18855 if { (ac_try="$ac_link"
18856 case "(($ac_try" in
18857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18858 *) ac_try_echo=$ac_try;;
18859 esac
18860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18861 (eval "$ac_link") 2>conftest.er1
18862 ac_status=$?
18863 grep -v '^ *+' conftest.er1 >conftest.err
18864 rm -f conftest.er1
18865 cat conftest.err >&5
18866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18867 (exit $ac_status); } && {
18868 test -z "$ac_c_werror_flag" ||
18869 test ! -s conftest.err
18870 } && test -s conftest$ac_exeext &&
18871 $as_test_x conftest$ac_exeext; then
18872 ac_cv_lib_cExt_drand48=yes
18873 else
18874 echo "$as_me: failed program was:" >&5
18875 sed 's/^/| /' conftest.$ac_ext >&5
18876
18877 ac_cv_lib_cExt_drand48=no
18878 fi
18879
18880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18881 conftest$ac_exeext conftest.$ac_ext
18882 LIBS=$ac_check_lib_save_LIBS
18883 fi
18884 { echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
18885 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6; }
18886 if test $ac_cv_lib_cExt_drand48 = yes; then
18887 LIBS="$LIBS -lcExt"
18888 fi
18889
18890 else
18891 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
18892 fi
18893 { echo "$as_me:$LINENO: checking for gcc/libc version" >&5
18894 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6; }
18895 if test "${wx_cv_gccversion+set}" = set; then
18896 echo $ECHO_N "(cached) $ECHO_C" >&6
18897 else
18898
18899 if test "$cross_compiling" = yes; then
18900 wx_cv_gccversion="EMX2"
18901
18902 else
18903 cat >conftest.$ac_ext <<_ACEOF
18904 /* confdefs.h. */
18905 _ACEOF
18906 cat confdefs.h >>conftest.$ac_ext
18907 cat >>conftest.$ac_ext <<_ACEOF
18908 /* end confdefs.h. */
18909
18910 #include <stdio.h>
18911
18912 int main()
18913 {
18914 FILE *f=fopen("conftestval", "w");
18915 if (!f) exit(1);
18916 fprintf(f,
18917 #if (__GNUC__ < 3)
18918 "EMX2"
18919 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
18920 "EMX3"
18921 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
18922 "Innotek5"
18923 #else
18924 "Innotek6"
18925 #endif
18926 );
18927 exit(0);
18928 }
18929
18930 _ACEOF
18931 rm -f conftest$ac_exeext
18932 if { (ac_try="$ac_link"
18933 case "(($ac_try" in
18934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18935 *) ac_try_echo=$ac_try;;
18936 esac
18937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18938 (eval "$ac_link") 2>&5
18939 ac_status=$?
18940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18941 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18942 { (case "(($ac_try" in
18943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18944 *) ac_try_echo=$ac_try;;
18945 esac
18946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18947 (eval "$ac_try") 2>&5
18948 ac_status=$?
18949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18950 (exit $ac_status); }; }; then
18951 wx_cv_gccversion=`cat conftestval`
18952 else
18953 echo "$as_me: program exited with status $ac_status" >&5
18954 echo "$as_me: failed program was:" >&5
18955 sed 's/^/| /' conftest.$ac_ext >&5
18956
18957 ( exit $ac_status )
18958 wx_cv_gccversion="EMX2"
18959 fi
18960 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18961 fi
18962
18963
18964
18965 fi
18966 { echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
18967 echo "${ECHO_T}$wx_cv_gccversion" >&6; }
18968 if test "$wx_cv_gccversion" = "EMX2"; then
18969 LIBS="$LIBS -lstdcpp"
18970 LDFLAGS="$LDFLAGS -Zsysv-signals"
18971 else
18972 if test "$wx_cv_gccversion" = "EMX3"; then
18973 LIBS="$LIBS -lstdcxx -lgcc"
18974 LDFLAGS="$LDFLAGS -Zsysv-signals"
18975 else
18976 LIBS="$LIBS -lstdc++"
18977 fi
18978 fi
18979 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
18980 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
18981 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
18982 wxUSE_OMF=yes
18983 enable_omf=yes
18984 fi
18985 ;;
18986 *)
18987
18988 { echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
18989 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6; }
18990 if test "${ac_cv_string_strcasecmp+set}" = set; then
18991 echo $ECHO_N "(cached) $ECHO_C" >&6
18992 else
18993
18994 cat >conftest.$ac_ext <<_ACEOF
18995 /* confdefs.h. */
18996 _ACEOF
18997 cat confdefs.h >>conftest.$ac_ext
18998 cat >>conftest.$ac_ext <<_ACEOF
18999 /* end confdefs.h. */
19000
19001 #include <string.h>
19002
19003 int
19004 main ()
19005 {
19006
19007 strcasecmp("foo", "bar");
19008
19009 ;
19010 return 0;
19011 }
19012 _ACEOF
19013 rm -f conftest.$ac_objext conftest$ac_exeext
19014 if { (ac_try="$ac_link"
19015 case "(($ac_try" in
19016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19017 *) ac_try_echo=$ac_try;;
19018 esac
19019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19020 (eval "$ac_link") 2>conftest.er1
19021 ac_status=$?
19022 grep -v '^ *+' conftest.er1 >conftest.err
19023 rm -f conftest.er1
19024 cat conftest.err >&5
19025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19026 (exit $ac_status); } && {
19027 test -z "$ac_c_werror_flag" ||
19028 test ! -s conftest.err
19029 } && test -s conftest$ac_exeext &&
19030 $as_test_x conftest$ac_exeext; then
19031 ac_cv_string_strcasecmp=yes
19032 else
19033 echo "$as_me: failed program was:" >&5
19034 sed 's/^/| /' conftest.$ac_ext >&5
19035
19036 ac_cv_string_strcasecmp=no
19037
19038 fi
19039
19040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19041 conftest$ac_exeext conftest.$ac_ext
19042
19043 fi
19044 { echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
19045 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6; }
19046
19047 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
19048 cat >>confdefs.h <<\_ACEOF
19049 #define HAVE_STRCASECMP_IN_STRING_H 1
19050 _ACEOF
19051
19052 else
19053 { echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
19054 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6; }
19055 if test "${ac_cv_strings_strcasecmp+set}" = set; then
19056 echo $ECHO_N "(cached) $ECHO_C" >&6
19057 else
19058
19059 cat >conftest.$ac_ext <<_ACEOF
19060 /* confdefs.h. */
19061 _ACEOF
19062 cat confdefs.h >>conftest.$ac_ext
19063 cat >>conftest.$ac_ext <<_ACEOF
19064 /* end confdefs.h. */
19065
19066 #include <strings.h>
19067
19068 int
19069 main ()
19070 {
19071
19072 strcasecmp("foo", "bar");
19073
19074 ;
19075 return 0;
19076 }
19077 _ACEOF
19078 rm -f conftest.$ac_objext conftest$ac_exeext
19079 if { (ac_try="$ac_link"
19080 case "(($ac_try" in
19081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19082 *) ac_try_echo=$ac_try;;
19083 esac
19084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19085 (eval "$ac_link") 2>conftest.er1
19086 ac_status=$?
19087 grep -v '^ *+' conftest.er1 >conftest.err
19088 rm -f conftest.er1
19089 cat conftest.err >&5
19090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19091 (exit $ac_status); } && {
19092 test -z "$ac_c_werror_flag" ||
19093 test ! -s conftest.err
19094 } && test -s conftest$ac_exeext &&
19095 $as_test_x conftest$ac_exeext; then
19096 ac_cv_strings_strcasecmp=yes
19097 else
19098 echo "$as_me: failed program was:" >&5
19099 sed 's/^/| /' conftest.$ac_ext >&5
19100
19101 ac_cv_strings_strcasecmp=no
19102
19103 fi
19104
19105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19106 conftest$ac_exeext conftest.$ac_ext
19107
19108 fi
19109 { echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
19110 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6; }
19111
19112 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
19113 cat >>confdefs.h <<\_ACEOF
19114 #define HAVE_STRCASECMP_IN_STRINGS_H 1
19115 _ACEOF
19116
19117 else
19118 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
19119 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
19120 { (exit 1); exit 1; }; }
19121 fi
19122 fi
19123
19124 ;;
19125 esac
19126
19127
19128 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
19129 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
19130 if test "${ac_cv_header_stdc+set}" = set; then
19131 echo $ECHO_N "(cached) $ECHO_C" >&6
19132 else
19133 cat >conftest.$ac_ext <<_ACEOF
19134 /* confdefs.h. */
19135 _ACEOF
19136 cat confdefs.h >>conftest.$ac_ext
19137 cat >>conftest.$ac_ext <<_ACEOF
19138 /* end confdefs.h. */
19139 #include <stdlib.h>
19140 #include <stdarg.h>
19141 #include <string.h>
19142 #include <float.h>
19143
19144 int
19145 main ()
19146 {
19147
19148 ;
19149 return 0;
19150 }
19151 _ACEOF
19152 rm -f conftest.$ac_objext
19153 if { (ac_try="$ac_compile"
19154 case "(($ac_try" in
19155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19156 *) ac_try_echo=$ac_try;;
19157 esac
19158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19159 (eval "$ac_compile") 2>conftest.er1
19160 ac_status=$?
19161 grep -v '^ *+' conftest.er1 >conftest.err
19162 rm -f conftest.er1
19163 cat conftest.err >&5
19164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19165 (exit $ac_status); } && {
19166 test -z "$ac_c_werror_flag" ||
19167 test ! -s conftest.err
19168 } && test -s conftest.$ac_objext; then
19169 ac_cv_header_stdc=yes
19170 else
19171 echo "$as_me: failed program was:" >&5
19172 sed 's/^/| /' conftest.$ac_ext >&5
19173
19174 ac_cv_header_stdc=no
19175 fi
19176
19177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19178
19179 if test $ac_cv_header_stdc = yes; then
19180 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
19181 cat >conftest.$ac_ext <<_ACEOF
19182 /* confdefs.h. */
19183 _ACEOF
19184 cat confdefs.h >>conftest.$ac_ext
19185 cat >>conftest.$ac_ext <<_ACEOF
19186 /* end confdefs.h. */
19187 #include <string.h>
19188
19189 _ACEOF
19190 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19191 $EGREP "memchr" >/dev/null 2>&1; then
19192 :
19193 else
19194 ac_cv_header_stdc=no
19195 fi
19196 rm -f conftest*
19197
19198 fi
19199
19200 if test $ac_cv_header_stdc = yes; then
19201 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
19202 cat >conftest.$ac_ext <<_ACEOF
19203 /* confdefs.h. */
19204 _ACEOF
19205 cat confdefs.h >>conftest.$ac_ext
19206 cat >>conftest.$ac_ext <<_ACEOF
19207 /* end confdefs.h. */
19208 #include <stdlib.h>
19209
19210 _ACEOF
19211 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19212 $EGREP "free" >/dev/null 2>&1; then
19213 :
19214 else
19215 ac_cv_header_stdc=no
19216 fi
19217 rm -f conftest*
19218
19219 fi
19220
19221 if test $ac_cv_header_stdc = yes; then
19222 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
19223 if test "$cross_compiling" = yes; then
19224 :
19225 else
19226 cat >conftest.$ac_ext <<_ACEOF
19227 /* confdefs.h. */
19228 _ACEOF
19229 cat confdefs.h >>conftest.$ac_ext
19230 cat >>conftest.$ac_ext <<_ACEOF
19231 /* end confdefs.h. */
19232 #include <ctype.h>
19233 #include <stdlib.h>
19234 #if ((' ' & 0x0FF) == 0x020)
19235 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
19236 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
19237 #else
19238 # define ISLOWER(c) \
19239 (('a' <= (c) && (c) <= 'i') \
19240 || ('j' <= (c) && (c) <= 'r') \
19241 || ('s' <= (c) && (c) <= 'z'))
19242 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
19243 #endif
19244
19245 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
19246 int
19247 main ()
19248 {
19249 int i;
19250 for (i = 0; i < 256; i++)
19251 if (XOR (islower (i), ISLOWER (i))
19252 || toupper (i) != TOUPPER (i))
19253 return 2;
19254 return 0;
19255 }
19256 _ACEOF
19257 rm -f conftest$ac_exeext
19258 if { (ac_try="$ac_link"
19259 case "(($ac_try" in
19260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19261 *) ac_try_echo=$ac_try;;
19262 esac
19263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19264 (eval "$ac_link") 2>&5
19265 ac_status=$?
19266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19267 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19268 { (case "(($ac_try" in
19269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19270 *) ac_try_echo=$ac_try;;
19271 esac
19272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19273 (eval "$ac_try") 2>&5
19274 ac_status=$?
19275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19276 (exit $ac_status); }; }; then
19277 :
19278 else
19279 echo "$as_me: program exited with status $ac_status" >&5
19280 echo "$as_me: failed program was:" >&5
19281 sed 's/^/| /' conftest.$ac_ext >&5
19282
19283 ( exit $ac_status )
19284 ac_cv_header_stdc=no
19285 fi
19286 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19287 fi
19288
19289
19290 fi
19291 fi
19292 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
19293 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
19294 if test $ac_cv_header_stdc = yes; then
19295
19296 cat >>confdefs.h <<\_ACEOF
19297 #define STDC_HEADERS 1
19298 _ACEOF
19299
19300 fi
19301
19302 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
19303
19304
19305
19306
19307
19308
19309
19310
19311
19312 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
19313 inttypes.h stdint.h unistd.h
19314 do
19315 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19316 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19317 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19318 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19319 echo $ECHO_N "(cached) $ECHO_C" >&6
19320 else
19321 cat >conftest.$ac_ext <<_ACEOF
19322 /* confdefs.h. */
19323 _ACEOF
19324 cat confdefs.h >>conftest.$ac_ext
19325 cat >>conftest.$ac_ext <<_ACEOF
19326 /* end confdefs.h. */
19327 $ac_includes_default
19328
19329 #include <$ac_header>
19330 _ACEOF
19331 rm -f conftest.$ac_objext
19332 if { (ac_try="$ac_compile"
19333 case "(($ac_try" in
19334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19335 *) ac_try_echo=$ac_try;;
19336 esac
19337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19338 (eval "$ac_compile") 2>conftest.er1
19339 ac_status=$?
19340 grep -v '^ *+' conftest.er1 >conftest.err
19341 rm -f conftest.er1
19342 cat conftest.err >&5
19343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19344 (exit $ac_status); } && {
19345 test -z "$ac_c_werror_flag" ||
19346 test ! -s conftest.err
19347 } && test -s conftest.$ac_objext; then
19348 eval "$as_ac_Header=yes"
19349 else
19350 echo "$as_me: failed program was:" >&5
19351 sed 's/^/| /' conftest.$ac_ext >&5
19352
19353 eval "$as_ac_Header=no"
19354 fi
19355
19356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19357 fi
19358 ac_res=`eval echo '${'$as_ac_Header'}'`
19359 { echo "$as_me:$LINENO: result: $ac_res" >&5
19360 echo "${ECHO_T}$ac_res" >&6; }
19361 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19362 cat >>confdefs.h <<_ACEOF
19363 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19364 _ACEOF
19365
19366 fi
19367
19368 done
19369
19370
19371
19372
19373 for ac_header in langinfo.h wchar.h
19374 do
19375 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19376 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19377 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19378 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19379 echo $ECHO_N "(cached) $ECHO_C" >&6
19380 else
19381 cat >conftest.$ac_ext <<_ACEOF
19382 /* confdefs.h. */
19383 _ACEOF
19384 cat confdefs.h >>conftest.$ac_ext
19385 cat >>conftest.$ac_ext <<_ACEOF
19386 /* end confdefs.h. */
19387 $ac_includes_default
19388
19389 #include <$ac_header>
19390 _ACEOF
19391 rm -f conftest.$ac_objext
19392 if { (ac_try="$ac_compile"
19393 case "(($ac_try" in
19394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19395 *) ac_try_echo=$ac_try;;
19396 esac
19397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19398 (eval "$ac_compile") 2>conftest.er1
19399 ac_status=$?
19400 grep -v '^ *+' conftest.er1 >conftest.err
19401 rm -f conftest.er1
19402 cat conftest.err >&5
19403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19404 (exit $ac_status); } && {
19405 test -z "$ac_c_werror_flag" ||
19406 test ! -s conftest.err
19407 } && test -s conftest.$ac_objext; then
19408 eval "$as_ac_Header=yes"
19409 else
19410 echo "$as_me: failed program was:" >&5
19411 sed 's/^/| /' conftest.$ac_ext >&5
19412
19413 eval "$as_ac_Header=no"
19414 fi
19415
19416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19417 fi
19418 ac_res=`eval echo '${'$as_ac_Header'}'`
19419 { echo "$as_me:$LINENO: result: $ac_res" >&5
19420 echo "${ECHO_T}$ac_res" >&6; }
19421 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19422 cat >>confdefs.h <<_ACEOF
19423 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19424 _ACEOF
19425
19426 fi
19427
19428 done
19429
19430
19431 if test "$ac_cv_header_wchar_h" != "yes"; then
19432
19433 for ac_header in wcstr.h
19434 do
19435 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19436 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19437 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19438 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19439 echo $ECHO_N "(cached) $ECHO_C" >&6
19440 else
19441 cat >conftest.$ac_ext <<_ACEOF
19442 /* confdefs.h. */
19443 _ACEOF
19444 cat confdefs.h >>conftest.$ac_ext
19445 cat >>conftest.$ac_ext <<_ACEOF
19446 /* end confdefs.h. */
19447 $ac_includes_default
19448
19449 #include <$ac_header>
19450 _ACEOF
19451 rm -f conftest.$ac_objext
19452 if { (ac_try="$ac_compile"
19453 case "(($ac_try" in
19454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19455 *) ac_try_echo=$ac_try;;
19456 esac
19457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19458 (eval "$ac_compile") 2>conftest.er1
19459 ac_status=$?
19460 grep -v '^ *+' conftest.er1 >conftest.err
19461 rm -f conftest.er1
19462 cat conftest.err >&5
19463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19464 (exit $ac_status); } && {
19465 test -z "$ac_c_werror_flag" ||
19466 test ! -s conftest.err
19467 } && test -s conftest.$ac_objext; then
19468 eval "$as_ac_Header=yes"
19469 else
19470 echo "$as_me: failed program was:" >&5
19471 sed 's/^/| /' conftest.$ac_ext >&5
19472
19473 eval "$as_ac_Header=no"
19474 fi
19475
19476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19477 fi
19478 ac_res=`eval echo '${'$as_ac_Header'}'`
19479 { echo "$as_me:$LINENO: result: $ac_res" >&5
19480 echo "${ECHO_T}$ac_res" >&6; }
19481 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19482 cat >>confdefs.h <<_ACEOF
19483 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19484 _ACEOF
19485
19486 fi
19487
19488 done
19489
19490 fi
19491
19492 case "${host}" in
19493 *-pc-os2_emx | *-pc-os2-emx )
19494 if test $ac_cv_header_langinfo_h = "yes" \
19495 -a \( "$wx_cv_gccversion" = "EMX2" \
19496 -o "$wx_cv_gccversion" = "EMX3" \
19497 -o "$wx_cv_gccversion" = "Innotek5" \); then
19498 LIBS="$LIBS -lintl"
19499 fi
19500 ;;
19501 esac
19502
19503 if test "$USE_UNIX" = 1 ; then
19504
19505 for ac_header in sys/select.h
19506 do
19507 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19508 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19509 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19510 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19511 echo $ECHO_N "(cached) $ECHO_C" >&6
19512 else
19513 cat >conftest.$ac_ext <<_ACEOF
19514 /* confdefs.h. */
19515 _ACEOF
19516 cat confdefs.h >>conftest.$ac_ext
19517 cat >>conftest.$ac_ext <<_ACEOF
19518 /* end confdefs.h. */
19519 $ac_includes_default
19520
19521 #include <$ac_header>
19522 _ACEOF
19523 rm -f conftest.$ac_objext
19524 if { (ac_try="$ac_compile"
19525 case "(($ac_try" in
19526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19527 *) ac_try_echo=$ac_try;;
19528 esac
19529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19530 (eval "$ac_compile") 2>conftest.er1
19531 ac_status=$?
19532 grep -v '^ *+' conftest.er1 >conftest.err
19533 rm -f conftest.er1
19534 cat conftest.err >&5
19535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19536 (exit $ac_status); } && {
19537 test -z "$ac_c_werror_flag" ||
19538 test ! -s conftest.err
19539 } && test -s conftest.$ac_objext; then
19540 eval "$as_ac_Header=yes"
19541 else
19542 echo "$as_me: failed program was:" >&5
19543 sed 's/^/| /' conftest.$ac_ext >&5
19544
19545 eval "$as_ac_Header=no"
19546 fi
19547
19548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19549 fi
19550 ac_res=`eval echo '${'$as_ac_Header'}'`
19551 { echo "$as_me:$LINENO: result: $ac_res" >&5
19552 echo "${ECHO_T}$ac_res" >&6; }
19553 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19554 cat >>confdefs.h <<_ACEOF
19555 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19556 _ACEOF
19557
19558 fi
19559
19560 done
19561
19562 fi
19563
19564
19565 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19566 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
19567 if test "${ac_cv_c_const+set}" = set; then
19568 echo $ECHO_N "(cached) $ECHO_C" >&6
19569 else
19570 cat >conftest.$ac_ext <<_ACEOF
19571 /* confdefs.h. */
19572 _ACEOF
19573 cat confdefs.h >>conftest.$ac_ext
19574 cat >>conftest.$ac_ext <<_ACEOF
19575 /* end confdefs.h. */
19576
19577 int
19578 main ()
19579 {
19580 /* FIXME: Include the comments suggested by Paul. */
19581 #ifndef __cplusplus
19582 /* Ultrix mips cc rejects this. */
19583 typedef int charset[2];
19584 const charset cs;
19585 /* SunOS 4.1.1 cc rejects this. */
19586 char const *const *pcpcc;
19587 char **ppc;
19588 /* NEC SVR4.0.2 mips cc rejects this. */
19589 struct point {int x, y;};
19590 static struct point const zero = {0,0};
19591 /* AIX XL C 1.02.0.0 rejects this.
19592 It does not let you subtract one const X* pointer from another in
19593 an arm of an if-expression whose if-part is not a constant
19594 expression */
19595 const char *g = "string";
19596 pcpcc = &g + (g ? g-g : 0);
19597 /* HPUX 7.0 cc rejects these. */
19598 ++pcpcc;
19599 ppc = (char**) pcpcc;
19600 pcpcc = (char const *const *) ppc;
19601 { /* SCO 3.2v4 cc rejects this. */
19602 char *t;
19603 char const *s = 0 ? (char *) 0 : (char const *) 0;
19604
19605 *t++ = 0;
19606 if (s) return 0;
19607 }
19608 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19609 int x[] = {25, 17};
19610 const int *foo = &x[0];
19611 ++foo;
19612 }
19613 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19614 typedef const int *iptr;
19615 iptr p = 0;
19616 ++p;
19617 }
19618 { /* AIX XL C 1.02.0.0 rejects this saying
19619 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19620 struct s { int j; const int *ap[3]; };
19621 struct s *b; b->j = 5;
19622 }
19623 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19624 const int foo = 10;
19625 if (!foo) return 0;
19626 }
19627 return !cs[0] && !zero.x;
19628 #endif
19629
19630 ;
19631 return 0;
19632 }
19633 _ACEOF
19634 rm -f conftest.$ac_objext
19635 if { (ac_try="$ac_compile"
19636 case "(($ac_try" in
19637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19638 *) ac_try_echo=$ac_try;;
19639 esac
19640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19641 (eval "$ac_compile") 2>conftest.er1
19642 ac_status=$?
19643 grep -v '^ *+' conftest.er1 >conftest.err
19644 rm -f conftest.er1
19645 cat conftest.err >&5
19646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19647 (exit $ac_status); } && {
19648 test -z "$ac_c_werror_flag" ||
19649 test ! -s conftest.err
19650 } && test -s conftest.$ac_objext; then
19651 ac_cv_c_const=yes
19652 else
19653 echo "$as_me: failed program was:" >&5
19654 sed 's/^/| /' conftest.$ac_ext >&5
19655
19656 ac_cv_c_const=no
19657 fi
19658
19659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19660 fi
19661 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19662 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19663 if test $ac_cv_c_const = no; then
19664
19665 cat >>confdefs.h <<\_ACEOF
19666 #define const
19667 _ACEOF
19668
19669 fi
19670
19671 { echo "$as_me:$LINENO: checking for inline" >&5
19672 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19673 if test "${ac_cv_c_inline+set}" = set; then
19674 echo $ECHO_N "(cached) $ECHO_C" >&6
19675 else
19676 ac_cv_c_inline=no
19677 for ac_kw in inline __inline__ __inline; do
19678 cat >conftest.$ac_ext <<_ACEOF
19679 /* confdefs.h. */
19680 _ACEOF
19681 cat confdefs.h >>conftest.$ac_ext
19682 cat >>conftest.$ac_ext <<_ACEOF
19683 /* end confdefs.h. */
19684 #ifndef __cplusplus
19685 typedef int foo_t;
19686 static $ac_kw foo_t static_foo () {return 0; }
19687 $ac_kw foo_t foo () {return 0; }
19688 #endif
19689
19690 _ACEOF
19691 rm -f conftest.$ac_objext
19692 if { (ac_try="$ac_compile"
19693 case "(($ac_try" in
19694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19695 *) ac_try_echo=$ac_try;;
19696 esac
19697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19698 (eval "$ac_compile") 2>conftest.er1
19699 ac_status=$?
19700 grep -v '^ *+' conftest.er1 >conftest.err
19701 rm -f conftest.er1
19702 cat conftest.err >&5
19703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19704 (exit $ac_status); } && {
19705 test -z "$ac_c_werror_flag" ||
19706 test ! -s conftest.err
19707 } && test -s conftest.$ac_objext; then
19708 ac_cv_c_inline=$ac_kw
19709 else
19710 echo "$as_me: failed program was:" >&5
19711 sed 's/^/| /' conftest.$ac_ext >&5
19712
19713
19714 fi
19715
19716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19717 test "$ac_cv_c_inline" != no && break
19718 done
19719
19720 fi
19721 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19722 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19723
19724
19725 case $ac_cv_c_inline in
19726 inline | yes) ;;
19727 *)
19728 case $ac_cv_c_inline in
19729 no) ac_val=;;
19730 *) ac_val=$ac_cv_c_inline;;
19731 esac
19732 cat >>confdefs.h <<_ACEOF
19733 #ifndef __cplusplus
19734 #define inline $ac_val
19735 #endif
19736 _ACEOF
19737 ;;
19738 esac
19739
19740
19741 { echo "$as_me:$LINENO: checking for short" >&5
19742 echo $ECHO_N "checking for short... $ECHO_C" >&6; }
19743 if test "${ac_cv_type_short+set}" = set; then
19744 echo $ECHO_N "(cached) $ECHO_C" >&6
19745 else
19746 cat >conftest.$ac_ext <<_ACEOF
19747 /* confdefs.h. */
19748 _ACEOF
19749 cat confdefs.h >>conftest.$ac_ext
19750 cat >>conftest.$ac_ext <<_ACEOF
19751 /* end confdefs.h. */
19752 $ac_includes_default
19753 typedef short ac__type_new_;
19754 int
19755 main ()
19756 {
19757 if ((ac__type_new_ *) 0)
19758 return 0;
19759 if (sizeof (ac__type_new_))
19760 return 0;
19761 ;
19762 return 0;
19763 }
19764 _ACEOF
19765 rm -f conftest.$ac_objext
19766 if { (ac_try="$ac_compile"
19767 case "(($ac_try" in
19768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19769 *) ac_try_echo=$ac_try;;
19770 esac
19771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19772 (eval "$ac_compile") 2>conftest.er1
19773 ac_status=$?
19774 grep -v '^ *+' conftest.er1 >conftest.err
19775 rm -f conftest.er1
19776 cat conftest.err >&5
19777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19778 (exit $ac_status); } && {
19779 test -z "$ac_c_werror_flag" ||
19780 test ! -s conftest.err
19781 } && test -s conftest.$ac_objext; then
19782 ac_cv_type_short=yes
19783 else
19784 echo "$as_me: failed program was:" >&5
19785 sed 's/^/| /' conftest.$ac_ext >&5
19786
19787 ac_cv_type_short=no
19788 fi
19789
19790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19791 fi
19792 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
19793 echo "${ECHO_T}$ac_cv_type_short" >&6; }
19794
19795 # The cast to long int works around a bug in the HP C Compiler
19796 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19797 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19798 # This bug is HP SR number 8606223364.
19799 { echo "$as_me:$LINENO: checking size of short" >&5
19800 echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
19801 if test "${ac_cv_sizeof_short+set}" = set; then
19802 echo $ECHO_N "(cached) $ECHO_C" >&6
19803 else
19804 if test "$cross_compiling" = yes; then
19805 # Depending upon the size, compute the lo and hi bounds.
19806 cat >conftest.$ac_ext <<_ACEOF
19807 /* confdefs.h. */
19808 _ACEOF
19809 cat confdefs.h >>conftest.$ac_ext
19810 cat >>conftest.$ac_ext <<_ACEOF
19811 /* end confdefs.h. */
19812 $ac_includes_default
19813 typedef short ac__type_sizeof_;
19814 int
19815 main ()
19816 {
19817 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
19818 test_array [0] = 0
19819
19820 ;
19821 return 0;
19822 }
19823 _ACEOF
19824 rm -f conftest.$ac_objext
19825 if { (ac_try="$ac_compile"
19826 case "(($ac_try" in
19827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19828 *) ac_try_echo=$ac_try;;
19829 esac
19830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19831 (eval "$ac_compile") 2>conftest.er1
19832 ac_status=$?
19833 grep -v '^ *+' conftest.er1 >conftest.err
19834 rm -f conftest.er1
19835 cat conftest.err >&5
19836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19837 (exit $ac_status); } && {
19838 test -z "$ac_c_werror_flag" ||
19839 test ! -s conftest.err
19840 } && test -s conftest.$ac_objext; then
19841 ac_lo=0 ac_mid=0
19842 while :; do
19843 cat >conftest.$ac_ext <<_ACEOF
19844 /* confdefs.h. */
19845 _ACEOF
19846 cat confdefs.h >>conftest.$ac_ext
19847 cat >>conftest.$ac_ext <<_ACEOF
19848 /* end confdefs.h. */
19849 $ac_includes_default
19850 typedef short ac__type_sizeof_;
19851 int
19852 main ()
19853 {
19854 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
19855 test_array [0] = 0
19856
19857 ;
19858 return 0;
19859 }
19860 _ACEOF
19861 rm -f conftest.$ac_objext
19862 if { (ac_try="$ac_compile"
19863 case "(($ac_try" in
19864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19865 *) ac_try_echo=$ac_try;;
19866 esac
19867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19868 (eval "$ac_compile") 2>conftest.er1
19869 ac_status=$?
19870 grep -v '^ *+' conftest.er1 >conftest.err
19871 rm -f conftest.er1
19872 cat conftest.err >&5
19873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19874 (exit $ac_status); } && {
19875 test -z "$ac_c_werror_flag" ||
19876 test ! -s conftest.err
19877 } && test -s conftest.$ac_objext; then
19878 ac_hi=$ac_mid; break
19879 else
19880 echo "$as_me: failed program was:" >&5
19881 sed 's/^/| /' conftest.$ac_ext >&5
19882
19883 ac_lo=`expr $ac_mid + 1`
19884 if test $ac_lo -le $ac_mid; then
19885 ac_lo= ac_hi=
19886 break
19887 fi
19888 ac_mid=`expr 2 '*' $ac_mid + 1`
19889 fi
19890
19891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19892 done
19893 else
19894 echo "$as_me: failed program was:" >&5
19895 sed 's/^/| /' conftest.$ac_ext >&5
19896
19897 cat >conftest.$ac_ext <<_ACEOF
19898 /* confdefs.h. */
19899 _ACEOF
19900 cat confdefs.h >>conftest.$ac_ext
19901 cat >>conftest.$ac_ext <<_ACEOF
19902 /* end confdefs.h. */
19903 $ac_includes_default
19904 typedef short ac__type_sizeof_;
19905 int
19906 main ()
19907 {
19908 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
19909 test_array [0] = 0
19910
19911 ;
19912 return 0;
19913 }
19914 _ACEOF
19915 rm -f conftest.$ac_objext
19916 if { (ac_try="$ac_compile"
19917 case "(($ac_try" in
19918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19919 *) ac_try_echo=$ac_try;;
19920 esac
19921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19922 (eval "$ac_compile") 2>conftest.er1
19923 ac_status=$?
19924 grep -v '^ *+' conftest.er1 >conftest.err
19925 rm -f conftest.er1
19926 cat conftest.err >&5
19927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19928 (exit $ac_status); } && {
19929 test -z "$ac_c_werror_flag" ||
19930 test ! -s conftest.err
19931 } && test -s conftest.$ac_objext; then
19932 ac_hi=-1 ac_mid=-1
19933 while :; do
19934 cat >conftest.$ac_ext <<_ACEOF
19935 /* confdefs.h. */
19936 _ACEOF
19937 cat confdefs.h >>conftest.$ac_ext
19938 cat >>conftest.$ac_ext <<_ACEOF
19939 /* end confdefs.h. */
19940 $ac_includes_default
19941 typedef short ac__type_sizeof_;
19942 int
19943 main ()
19944 {
19945 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
19946 test_array [0] = 0
19947
19948 ;
19949 return 0;
19950 }
19951 _ACEOF
19952 rm -f conftest.$ac_objext
19953 if { (ac_try="$ac_compile"
19954 case "(($ac_try" in
19955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19956 *) ac_try_echo=$ac_try;;
19957 esac
19958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19959 (eval "$ac_compile") 2>conftest.er1
19960 ac_status=$?
19961 grep -v '^ *+' conftest.er1 >conftest.err
19962 rm -f conftest.er1
19963 cat conftest.err >&5
19964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19965 (exit $ac_status); } && {
19966 test -z "$ac_c_werror_flag" ||
19967 test ! -s conftest.err
19968 } && test -s conftest.$ac_objext; then
19969 ac_lo=$ac_mid; break
19970 else
19971 echo "$as_me: failed program was:" >&5
19972 sed 's/^/| /' conftest.$ac_ext >&5
19973
19974 ac_hi=`expr '(' $ac_mid ')' - 1`
19975 if test $ac_mid -le $ac_hi; then
19976 ac_lo= ac_hi=
19977 break
19978 fi
19979 ac_mid=`expr 2 '*' $ac_mid`
19980 fi
19981
19982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19983 done
19984 else
19985 echo "$as_me: failed program was:" >&5
19986 sed 's/^/| /' conftest.$ac_ext >&5
19987
19988 ac_lo= ac_hi=
19989 fi
19990
19991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19992 fi
19993
19994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19995 # Binary search between lo and hi bounds.
19996 while test "x$ac_lo" != "x$ac_hi"; do
19997 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19998 cat >conftest.$ac_ext <<_ACEOF
19999 /* confdefs.h. */
20000 _ACEOF
20001 cat confdefs.h >>conftest.$ac_ext
20002 cat >>conftest.$ac_ext <<_ACEOF
20003 /* end confdefs.h. */
20004 $ac_includes_default
20005 typedef short ac__type_sizeof_;
20006 int
20007 main ()
20008 {
20009 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20010 test_array [0] = 0
20011
20012 ;
20013 return 0;
20014 }
20015 _ACEOF
20016 rm -f conftest.$ac_objext
20017 if { (ac_try="$ac_compile"
20018 case "(($ac_try" in
20019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20020 *) ac_try_echo=$ac_try;;
20021 esac
20022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20023 (eval "$ac_compile") 2>conftest.er1
20024 ac_status=$?
20025 grep -v '^ *+' conftest.er1 >conftest.err
20026 rm -f conftest.er1
20027 cat conftest.err >&5
20028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20029 (exit $ac_status); } && {
20030 test -z "$ac_c_werror_flag" ||
20031 test ! -s conftest.err
20032 } && test -s conftest.$ac_objext; then
20033 ac_hi=$ac_mid
20034 else
20035 echo "$as_me: failed program was:" >&5
20036 sed 's/^/| /' conftest.$ac_ext >&5
20037
20038 ac_lo=`expr '(' $ac_mid ')' + 1`
20039 fi
20040
20041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20042 done
20043 case $ac_lo in
20044 ?*) ac_cv_sizeof_short=$ac_lo;;
20045 '') if test "$ac_cv_type_short" = yes; then
20046 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
20047 See \`config.log' for more details." >&5
20048 echo "$as_me: error: cannot compute sizeof (short)
20049 See \`config.log' for more details." >&2;}
20050 { (exit 77); exit 77; }; }
20051 else
20052 ac_cv_sizeof_short=0
20053 fi ;;
20054 esac
20055 else
20056 cat >conftest.$ac_ext <<_ACEOF
20057 /* confdefs.h. */
20058 _ACEOF
20059 cat confdefs.h >>conftest.$ac_ext
20060 cat >>conftest.$ac_ext <<_ACEOF
20061 /* end confdefs.h. */
20062 $ac_includes_default
20063 typedef short ac__type_sizeof_;
20064 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20065 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20066 #include <stdio.h>
20067 #include <stdlib.h>
20068 int
20069 main ()
20070 {
20071
20072 FILE *f = fopen ("conftest.val", "w");
20073 if (! f)
20074 return 1;
20075 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20076 {
20077 long int i = longval ();
20078 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20079 return 1;
20080 fprintf (f, "%ld\n", i);
20081 }
20082 else
20083 {
20084 unsigned long int i = ulongval ();
20085 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20086 return 1;
20087 fprintf (f, "%lu\n", i);
20088 }
20089 return ferror (f) || fclose (f) != 0;
20090
20091 ;
20092 return 0;
20093 }
20094 _ACEOF
20095 rm -f conftest$ac_exeext
20096 if { (ac_try="$ac_link"
20097 case "(($ac_try" in
20098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20099 *) ac_try_echo=$ac_try;;
20100 esac
20101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20102 (eval "$ac_link") 2>&5
20103 ac_status=$?
20104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20105 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20106 { (case "(($ac_try" in
20107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20108 *) ac_try_echo=$ac_try;;
20109 esac
20110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20111 (eval "$ac_try") 2>&5
20112 ac_status=$?
20113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20114 (exit $ac_status); }; }; then
20115 ac_cv_sizeof_short=`cat conftest.val`
20116 else
20117 echo "$as_me: program exited with status $ac_status" >&5
20118 echo "$as_me: failed program was:" >&5
20119 sed 's/^/| /' conftest.$ac_ext >&5
20120
20121 ( exit $ac_status )
20122 if test "$ac_cv_type_short" = yes; then
20123 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
20124 See \`config.log' for more details." >&5
20125 echo "$as_me: error: cannot compute sizeof (short)
20126 See \`config.log' for more details." >&2;}
20127 { (exit 77); exit 77; }; }
20128 else
20129 ac_cv_sizeof_short=0
20130 fi
20131 fi
20132 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20133 fi
20134 rm -f conftest.val
20135 fi
20136 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
20137 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
20138
20139
20140
20141 cat >>confdefs.h <<_ACEOF
20142 #define SIZEOF_SHORT $ac_cv_sizeof_short
20143 _ACEOF
20144
20145
20146 { echo "$as_me:$LINENO: checking for void *" >&5
20147 echo $ECHO_N "checking for void *... $ECHO_C" >&6; }
20148 if test "${ac_cv_type_void_p+set}" = set; then
20149 echo $ECHO_N "(cached) $ECHO_C" >&6
20150 else
20151 cat >conftest.$ac_ext <<_ACEOF
20152 /* confdefs.h. */
20153 _ACEOF
20154 cat confdefs.h >>conftest.$ac_ext
20155 cat >>conftest.$ac_ext <<_ACEOF
20156 /* end confdefs.h. */
20157 $ac_includes_default
20158 typedef void * ac__type_new_;
20159 int
20160 main ()
20161 {
20162 if ((ac__type_new_ *) 0)
20163 return 0;
20164 if (sizeof (ac__type_new_))
20165 return 0;
20166 ;
20167 return 0;
20168 }
20169 _ACEOF
20170 rm -f conftest.$ac_objext
20171 if { (ac_try="$ac_compile"
20172 case "(($ac_try" in
20173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20174 *) ac_try_echo=$ac_try;;
20175 esac
20176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20177 (eval "$ac_compile") 2>conftest.er1
20178 ac_status=$?
20179 grep -v '^ *+' conftest.er1 >conftest.err
20180 rm -f conftest.er1
20181 cat conftest.err >&5
20182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20183 (exit $ac_status); } && {
20184 test -z "$ac_c_werror_flag" ||
20185 test ! -s conftest.err
20186 } && test -s conftest.$ac_objext; then
20187 ac_cv_type_void_p=yes
20188 else
20189 echo "$as_me: failed program was:" >&5
20190 sed 's/^/| /' conftest.$ac_ext >&5
20191
20192 ac_cv_type_void_p=no
20193 fi
20194
20195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20196 fi
20197 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
20198 echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
20199
20200 # The cast to long int works around a bug in the HP C Compiler
20201 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20202 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20203 # This bug is HP SR number 8606223364.
20204 { echo "$as_me:$LINENO: checking size of void *" >&5
20205 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; }
20206 if test "${ac_cv_sizeof_void_p+set}" = set; then
20207 echo $ECHO_N "(cached) $ECHO_C" >&6
20208 else
20209 if test "$cross_compiling" = yes; then
20210 # Depending upon the size, compute the lo and hi bounds.
20211 cat >conftest.$ac_ext <<_ACEOF
20212 /* confdefs.h. */
20213 _ACEOF
20214 cat confdefs.h >>conftest.$ac_ext
20215 cat >>conftest.$ac_ext <<_ACEOF
20216 /* end confdefs.h. */
20217 $ac_includes_default
20218 typedef void * ac__type_sizeof_;
20219 int
20220 main ()
20221 {
20222 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20223 test_array [0] = 0
20224
20225 ;
20226 return 0;
20227 }
20228 _ACEOF
20229 rm -f conftest.$ac_objext
20230 if { (ac_try="$ac_compile"
20231 case "(($ac_try" in
20232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20233 *) ac_try_echo=$ac_try;;
20234 esac
20235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20236 (eval "$ac_compile") 2>conftest.er1
20237 ac_status=$?
20238 grep -v '^ *+' conftest.er1 >conftest.err
20239 rm -f conftest.er1
20240 cat conftest.err >&5
20241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20242 (exit $ac_status); } && {
20243 test -z "$ac_c_werror_flag" ||
20244 test ! -s conftest.err
20245 } && test -s conftest.$ac_objext; then
20246 ac_lo=0 ac_mid=0
20247 while :; do
20248 cat >conftest.$ac_ext <<_ACEOF
20249 /* confdefs.h. */
20250 _ACEOF
20251 cat confdefs.h >>conftest.$ac_ext
20252 cat >>conftest.$ac_ext <<_ACEOF
20253 /* end confdefs.h. */
20254 $ac_includes_default
20255 typedef void * ac__type_sizeof_;
20256 int
20257 main ()
20258 {
20259 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20260 test_array [0] = 0
20261
20262 ;
20263 return 0;
20264 }
20265 _ACEOF
20266 rm -f conftest.$ac_objext
20267 if { (ac_try="$ac_compile"
20268 case "(($ac_try" in
20269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20270 *) ac_try_echo=$ac_try;;
20271 esac
20272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20273 (eval "$ac_compile") 2>conftest.er1
20274 ac_status=$?
20275 grep -v '^ *+' conftest.er1 >conftest.err
20276 rm -f conftest.er1
20277 cat conftest.err >&5
20278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20279 (exit $ac_status); } && {
20280 test -z "$ac_c_werror_flag" ||
20281 test ! -s conftest.err
20282 } && test -s conftest.$ac_objext; then
20283 ac_hi=$ac_mid; break
20284 else
20285 echo "$as_me: failed program was:" >&5
20286 sed 's/^/| /' conftest.$ac_ext >&5
20287
20288 ac_lo=`expr $ac_mid + 1`
20289 if test $ac_lo -le $ac_mid; then
20290 ac_lo= ac_hi=
20291 break
20292 fi
20293 ac_mid=`expr 2 '*' $ac_mid + 1`
20294 fi
20295
20296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20297 done
20298 else
20299 echo "$as_me: failed program was:" >&5
20300 sed 's/^/| /' conftest.$ac_ext >&5
20301
20302 cat >conftest.$ac_ext <<_ACEOF
20303 /* confdefs.h. */
20304 _ACEOF
20305 cat confdefs.h >>conftest.$ac_ext
20306 cat >>conftest.$ac_ext <<_ACEOF
20307 /* end confdefs.h. */
20308 $ac_includes_default
20309 typedef void * ac__type_sizeof_;
20310 int
20311 main ()
20312 {
20313 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20314 test_array [0] = 0
20315
20316 ;
20317 return 0;
20318 }
20319 _ACEOF
20320 rm -f conftest.$ac_objext
20321 if { (ac_try="$ac_compile"
20322 case "(($ac_try" in
20323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20324 *) ac_try_echo=$ac_try;;
20325 esac
20326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20327 (eval "$ac_compile") 2>conftest.er1
20328 ac_status=$?
20329 grep -v '^ *+' conftest.er1 >conftest.err
20330 rm -f conftest.er1
20331 cat conftest.err >&5
20332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20333 (exit $ac_status); } && {
20334 test -z "$ac_c_werror_flag" ||
20335 test ! -s conftest.err
20336 } && test -s conftest.$ac_objext; then
20337 ac_hi=-1 ac_mid=-1
20338 while :; do
20339 cat >conftest.$ac_ext <<_ACEOF
20340 /* confdefs.h. */
20341 _ACEOF
20342 cat confdefs.h >>conftest.$ac_ext
20343 cat >>conftest.$ac_ext <<_ACEOF
20344 /* end confdefs.h. */
20345 $ac_includes_default
20346 typedef void * ac__type_sizeof_;
20347 int
20348 main ()
20349 {
20350 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20351 test_array [0] = 0
20352
20353 ;
20354 return 0;
20355 }
20356 _ACEOF
20357 rm -f conftest.$ac_objext
20358 if { (ac_try="$ac_compile"
20359 case "(($ac_try" in
20360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20361 *) ac_try_echo=$ac_try;;
20362 esac
20363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20364 (eval "$ac_compile") 2>conftest.er1
20365 ac_status=$?
20366 grep -v '^ *+' conftest.er1 >conftest.err
20367 rm -f conftest.er1
20368 cat conftest.err >&5
20369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20370 (exit $ac_status); } && {
20371 test -z "$ac_c_werror_flag" ||
20372 test ! -s conftest.err
20373 } && test -s conftest.$ac_objext; then
20374 ac_lo=$ac_mid; break
20375 else
20376 echo "$as_me: failed program was:" >&5
20377 sed 's/^/| /' conftest.$ac_ext >&5
20378
20379 ac_hi=`expr '(' $ac_mid ')' - 1`
20380 if test $ac_mid -le $ac_hi; then
20381 ac_lo= ac_hi=
20382 break
20383 fi
20384 ac_mid=`expr 2 '*' $ac_mid`
20385 fi
20386
20387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20388 done
20389 else
20390 echo "$as_me: failed program was:" >&5
20391 sed 's/^/| /' conftest.$ac_ext >&5
20392
20393 ac_lo= ac_hi=
20394 fi
20395
20396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20397 fi
20398
20399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20400 # Binary search between lo and hi bounds.
20401 while test "x$ac_lo" != "x$ac_hi"; do
20402 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20403 cat >conftest.$ac_ext <<_ACEOF
20404 /* confdefs.h. */
20405 _ACEOF
20406 cat confdefs.h >>conftest.$ac_ext
20407 cat >>conftest.$ac_ext <<_ACEOF
20408 /* end confdefs.h. */
20409 $ac_includes_default
20410 typedef void * ac__type_sizeof_;
20411 int
20412 main ()
20413 {
20414 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20415 test_array [0] = 0
20416
20417 ;
20418 return 0;
20419 }
20420 _ACEOF
20421 rm -f conftest.$ac_objext
20422 if { (ac_try="$ac_compile"
20423 case "(($ac_try" in
20424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20425 *) ac_try_echo=$ac_try;;
20426 esac
20427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20428 (eval "$ac_compile") 2>conftest.er1
20429 ac_status=$?
20430 grep -v '^ *+' conftest.er1 >conftest.err
20431 rm -f conftest.er1
20432 cat conftest.err >&5
20433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20434 (exit $ac_status); } && {
20435 test -z "$ac_c_werror_flag" ||
20436 test ! -s conftest.err
20437 } && test -s conftest.$ac_objext; then
20438 ac_hi=$ac_mid
20439 else
20440 echo "$as_me: failed program was:" >&5
20441 sed 's/^/| /' conftest.$ac_ext >&5
20442
20443 ac_lo=`expr '(' $ac_mid ')' + 1`
20444 fi
20445
20446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20447 done
20448 case $ac_lo in
20449 ?*) ac_cv_sizeof_void_p=$ac_lo;;
20450 '') if test "$ac_cv_type_void_p" = yes; then
20451 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
20452 See \`config.log' for more details." >&5
20453 echo "$as_me: error: cannot compute sizeof (void *)
20454 See \`config.log' for more details." >&2;}
20455 { (exit 77); exit 77; }; }
20456 else
20457 ac_cv_sizeof_void_p=0
20458 fi ;;
20459 esac
20460 else
20461 cat >conftest.$ac_ext <<_ACEOF
20462 /* confdefs.h. */
20463 _ACEOF
20464 cat confdefs.h >>conftest.$ac_ext
20465 cat >>conftest.$ac_ext <<_ACEOF
20466 /* end confdefs.h. */
20467 $ac_includes_default
20468 typedef void * ac__type_sizeof_;
20469 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20470 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20471 #include <stdio.h>
20472 #include <stdlib.h>
20473 int
20474 main ()
20475 {
20476
20477 FILE *f = fopen ("conftest.val", "w");
20478 if (! f)
20479 return 1;
20480 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20481 {
20482 long int i = longval ();
20483 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20484 return 1;
20485 fprintf (f, "%ld\n", i);
20486 }
20487 else
20488 {
20489 unsigned long int i = ulongval ();
20490 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20491 return 1;
20492 fprintf (f, "%lu\n", i);
20493 }
20494 return ferror (f) || fclose (f) != 0;
20495
20496 ;
20497 return 0;
20498 }
20499 _ACEOF
20500 rm -f conftest$ac_exeext
20501 if { (ac_try="$ac_link"
20502 case "(($ac_try" in
20503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20504 *) ac_try_echo=$ac_try;;
20505 esac
20506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20507 (eval "$ac_link") 2>&5
20508 ac_status=$?
20509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20510 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20511 { (case "(($ac_try" in
20512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20513 *) ac_try_echo=$ac_try;;
20514 esac
20515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20516 (eval "$ac_try") 2>&5
20517 ac_status=$?
20518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20519 (exit $ac_status); }; }; then
20520 ac_cv_sizeof_void_p=`cat conftest.val`
20521 else
20522 echo "$as_me: program exited with status $ac_status" >&5
20523 echo "$as_me: failed program was:" >&5
20524 sed 's/^/| /' conftest.$ac_ext >&5
20525
20526 ( exit $ac_status )
20527 if test "$ac_cv_type_void_p" = yes; then
20528 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
20529 See \`config.log' for more details." >&5
20530 echo "$as_me: error: cannot compute sizeof (void *)
20531 See \`config.log' for more details." >&2;}
20532 { (exit 77); exit 77; }; }
20533 else
20534 ac_cv_sizeof_void_p=0
20535 fi
20536 fi
20537 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20538 fi
20539 rm -f conftest.val
20540 fi
20541 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
20542 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; }
20543
20544
20545
20546 cat >>confdefs.h <<_ACEOF
20547 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
20548 _ACEOF
20549
20550
20551 { echo "$as_me:$LINENO: checking for int" >&5
20552 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
20553 if test "${ac_cv_type_int+set}" = set; then
20554 echo $ECHO_N "(cached) $ECHO_C" >&6
20555 else
20556 cat >conftest.$ac_ext <<_ACEOF
20557 /* confdefs.h. */
20558 _ACEOF
20559 cat confdefs.h >>conftest.$ac_ext
20560 cat >>conftest.$ac_ext <<_ACEOF
20561 /* end confdefs.h. */
20562 $ac_includes_default
20563 typedef int ac__type_new_;
20564 int
20565 main ()
20566 {
20567 if ((ac__type_new_ *) 0)
20568 return 0;
20569 if (sizeof (ac__type_new_))
20570 return 0;
20571 ;
20572 return 0;
20573 }
20574 _ACEOF
20575 rm -f conftest.$ac_objext
20576 if { (ac_try="$ac_compile"
20577 case "(($ac_try" in
20578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20579 *) ac_try_echo=$ac_try;;
20580 esac
20581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20582 (eval "$ac_compile") 2>conftest.er1
20583 ac_status=$?
20584 grep -v '^ *+' conftest.er1 >conftest.err
20585 rm -f conftest.er1
20586 cat conftest.err >&5
20587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20588 (exit $ac_status); } && {
20589 test -z "$ac_c_werror_flag" ||
20590 test ! -s conftest.err
20591 } && test -s conftest.$ac_objext; then
20592 ac_cv_type_int=yes
20593 else
20594 echo "$as_me: failed program was:" >&5
20595 sed 's/^/| /' conftest.$ac_ext >&5
20596
20597 ac_cv_type_int=no
20598 fi
20599
20600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20601 fi
20602 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
20603 echo "${ECHO_T}$ac_cv_type_int" >&6; }
20604
20605 # The cast to long int works around a bug in the HP C Compiler
20606 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20607 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20608 # This bug is HP SR number 8606223364.
20609 { echo "$as_me:$LINENO: checking size of int" >&5
20610 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
20611 if test "${ac_cv_sizeof_int+set}" = set; then
20612 echo $ECHO_N "(cached) $ECHO_C" >&6
20613 else
20614 if test "$cross_compiling" = yes; then
20615 # Depending upon the size, compute the lo and hi bounds.
20616 cat >conftest.$ac_ext <<_ACEOF
20617 /* confdefs.h. */
20618 _ACEOF
20619 cat confdefs.h >>conftest.$ac_ext
20620 cat >>conftest.$ac_ext <<_ACEOF
20621 /* end confdefs.h. */
20622 $ac_includes_default
20623 typedef int ac__type_sizeof_;
20624 int
20625 main ()
20626 {
20627 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20628 test_array [0] = 0
20629
20630 ;
20631 return 0;
20632 }
20633 _ACEOF
20634 rm -f conftest.$ac_objext
20635 if { (ac_try="$ac_compile"
20636 case "(($ac_try" in
20637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20638 *) ac_try_echo=$ac_try;;
20639 esac
20640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20641 (eval "$ac_compile") 2>conftest.er1
20642 ac_status=$?
20643 grep -v '^ *+' conftest.er1 >conftest.err
20644 rm -f conftest.er1
20645 cat conftest.err >&5
20646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20647 (exit $ac_status); } && {
20648 test -z "$ac_c_werror_flag" ||
20649 test ! -s conftest.err
20650 } && test -s conftest.$ac_objext; then
20651 ac_lo=0 ac_mid=0
20652 while :; do
20653 cat >conftest.$ac_ext <<_ACEOF
20654 /* confdefs.h. */
20655 _ACEOF
20656 cat confdefs.h >>conftest.$ac_ext
20657 cat >>conftest.$ac_ext <<_ACEOF
20658 /* end confdefs.h. */
20659 $ac_includes_default
20660 typedef int ac__type_sizeof_;
20661 int
20662 main ()
20663 {
20664 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20665 test_array [0] = 0
20666
20667 ;
20668 return 0;
20669 }
20670 _ACEOF
20671 rm -f conftest.$ac_objext
20672 if { (ac_try="$ac_compile"
20673 case "(($ac_try" in
20674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20675 *) ac_try_echo=$ac_try;;
20676 esac
20677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20678 (eval "$ac_compile") 2>conftest.er1
20679 ac_status=$?
20680 grep -v '^ *+' conftest.er1 >conftest.err
20681 rm -f conftest.er1
20682 cat conftest.err >&5
20683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20684 (exit $ac_status); } && {
20685 test -z "$ac_c_werror_flag" ||
20686 test ! -s conftest.err
20687 } && test -s conftest.$ac_objext; then
20688 ac_hi=$ac_mid; break
20689 else
20690 echo "$as_me: failed program was:" >&5
20691 sed 's/^/| /' conftest.$ac_ext >&5
20692
20693 ac_lo=`expr $ac_mid + 1`
20694 if test $ac_lo -le $ac_mid; then
20695 ac_lo= ac_hi=
20696 break
20697 fi
20698 ac_mid=`expr 2 '*' $ac_mid + 1`
20699 fi
20700
20701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20702 done
20703 else
20704 echo "$as_me: failed program was:" >&5
20705 sed 's/^/| /' conftest.$ac_ext >&5
20706
20707 cat >conftest.$ac_ext <<_ACEOF
20708 /* confdefs.h. */
20709 _ACEOF
20710 cat confdefs.h >>conftest.$ac_ext
20711 cat >>conftest.$ac_ext <<_ACEOF
20712 /* end confdefs.h. */
20713 $ac_includes_default
20714 typedef int ac__type_sizeof_;
20715 int
20716 main ()
20717 {
20718 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20719 test_array [0] = 0
20720
20721 ;
20722 return 0;
20723 }
20724 _ACEOF
20725 rm -f conftest.$ac_objext
20726 if { (ac_try="$ac_compile"
20727 case "(($ac_try" in
20728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20729 *) ac_try_echo=$ac_try;;
20730 esac
20731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20732 (eval "$ac_compile") 2>conftest.er1
20733 ac_status=$?
20734 grep -v '^ *+' conftest.er1 >conftest.err
20735 rm -f conftest.er1
20736 cat conftest.err >&5
20737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20738 (exit $ac_status); } && {
20739 test -z "$ac_c_werror_flag" ||
20740 test ! -s conftest.err
20741 } && test -s conftest.$ac_objext; then
20742 ac_hi=-1 ac_mid=-1
20743 while :; do
20744 cat >conftest.$ac_ext <<_ACEOF
20745 /* confdefs.h. */
20746 _ACEOF
20747 cat confdefs.h >>conftest.$ac_ext
20748 cat >>conftest.$ac_ext <<_ACEOF
20749 /* end confdefs.h. */
20750 $ac_includes_default
20751 typedef int ac__type_sizeof_;
20752 int
20753 main ()
20754 {
20755 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20756 test_array [0] = 0
20757
20758 ;
20759 return 0;
20760 }
20761 _ACEOF
20762 rm -f conftest.$ac_objext
20763 if { (ac_try="$ac_compile"
20764 case "(($ac_try" in
20765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20766 *) ac_try_echo=$ac_try;;
20767 esac
20768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20769 (eval "$ac_compile") 2>conftest.er1
20770 ac_status=$?
20771 grep -v '^ *+' conftest.er1 >conftest.err
20772 rm -f conftest.er1
20773 cat conftest.err >&5
20774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20775 (exit $ac_status); } && {
20776 test -z "$ac_c_werror_flag" ||
20777 test ! -s conftest.err
20778 } && test -s conftest.$ac_objext; then
20779 ac_lo=$ac_mid; break
20780 else
20781 echo "$as_me: failed program was:" >&5
20782 sed 's/^/| /' conftest.$ac_ext >&5
20783
20784 ac_hi=`expr '(' $ac_mid ')' - 1`
20785 if test $ac_mid -le $ac_hi; then
20786 ac_lo= ac_hi=
20787 break
20788 fi
20789 ac_mid=`expr 2 '*' $ac_mid`
20790 fi
20791
20792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20793 done
20794 else
20795 echo "$as_me: failed program was:" >&5
20796 sed 's/^/| /' conftest.$ac_ext >&5
20797
20798 ac_lo= ac_hi=
20799 fi
20800
20801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20802 fi
20803
20804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20805 # Binary search between lo and hi bounds.
20806 while test "x$ac_lo" != "x$ac_hi"; do
20807 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20808 cat >conftest.$ac_ext <<_ACEOF
20809 /* confdefs.h. */
20810 _ACEOF
20811 cat confdefs.h >>conftest.$ac_ext
20812 cat >>conftest.$ac_ext <<_ACEOF
20813 /* end confdefs.h. */
20814 $ac_includes_default
20815 typedef int ac__type_sizeof_;
20816 int
20817 main ()
20818 {
20819 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20820 test_array [0] = 0
20821
20822 ;
20823 return 0;
20824 }
20825 _ACEOF
20826 rm -f conftest.$ac_objext
20827 if { (ac_try="$ac_compile"
20828 case "(($ac_try" in
20829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20830 *) ac_try_echo=$ac_try;;
20831 esac
20832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20833 (eval "$ac_compile") 2>conftest.er1
20834 ac_status=$?
20835 grep -v '^ *+' conftest.er1 >conftest.err
20836 rm -f conftest.er1
20837 cat conftest.err >&5
20838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20839 (exit $ac_status); } && {
20840 test -z "$ac_c_werror_flag" ||
20841 test ! -s conftest.err
20842 } && test -s conftest.$ac_objext; then
20843 ac_hi=$ac_mid
20844 else
20845 echo "$as_me: failed program was:" >&5
20846 sed 's/^/| /' conftest.$ac_ext >&5
20847
20848 ac_lo=`expr '(' $ac_mid ')' + 1`
20849 fi
20850
20851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20852 done
20853 case $ac_lo in
20854 ?*) ac_cv_sizeof_int=$ac_lo;;
20855 '') if test "$ac_cv_type_int" = yes; then
20856 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
20857 See \`config.log' for more details." >&5
20858 echo "$as_me: error: cannot compute sizeof (int)
20859 See \`config.log' for more details." >&2;}
20860 { (exit 77); exit 77; }; }
20861 else
20862 ac_cv_sizeof_int=0
20863 fi ;;
20864 esac
20865 else
20866 cat >conftest.$ac_ext <<_ACEOF
20867 /* confdefs.h. */
20868 _ACEOF
20869 cat confdefs.h >>conftest.$ac_ext
20870 cat >>conftest.$ac_ext <<_ACEOF
20871 /* end confdefs.h. */
20872 $ac_includes_default
20873 typedef int ac__type_sizeof_;
20874 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20875 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20876 #include <stdio.h>
20877 #include <stdlib.h>
20878 int
20879 main ()
20880 {
20881
20882 FILE *f = fopen ("conftest.val", "w");
20883 if (! f)
20884 return 1;
20885 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20886 {
20887 long int i = longval ();
20888 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20889 return 1;
20890 fprintf (f, "%ld\n", i);
20891 }
20892 else
20893 {
20894 unsigned long int i = ulongval ();
20895 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20896 return 1;
20897 fprintf (f, "%lu\n", i);
20898 }
20899 return ferror (f) || fclose (f) != 0;
20900
20901 ;
20902 return 0;
20903 }
20904 _ACEOF
20905 rm -f conftest$ac_exeext
20906 if { (ac_try="$ac_link"
20907 case "(($ac_try" in
20908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20909 *) ac_try_echo=$ac_try;;
20910 esac
20911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20912 (eval "$ac_link") 2>&5
20913 ac_status=$?
20914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20915 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20916 { (case "(($ac_try" in
20917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20918 *) ac_try_echo=$ac_try;;
20919 esac
20920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20921 (eval "$ac_try") 2>&5
20922 ac_status=$?
20923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20924 (exit $ac_status); }; }; then
20925 ac_cv_sizeof_int=`cat conftest.val`
20926 else
20927 echo "$as_me: program exited with status $ac_status" >&5
20928 echo "$as_me: failed program was:" >&5
20929 sed 's/^/| /' conftest.$ac_ext >&5
20930
20931 ( exit $ac_status )
20932 if test "$ac_cv_type_int" = yes; then
20933 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
20934 See \`config.log' for more details." >&5
20935 echo "$as_me: error: cannot compute sizeof (int)
20936 See \`config.log' for more details." >&2;}
20937 { (exit 77); exit 77; }; }
20938 else
20939 ac_cv_sizeof_int=0
20940 fi
20941 fi
20942 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20943 fi
20944 rm -f conftest.val
20945 fi
20946 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
20947 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
20948
20949
20950
20951 cat >>confdefs.h <<_ACEOF
20952 #define SIZEOF_INT $ac_cv_sizeof_int
20953 _ACEOF
20954
20955
20956 { echo "$as_me:$LINENO: checking for long" >&5
20957 echo $ECHO_N "checking for long... $ECHO_C" >&6; }
20958 if test "${ac_cv_type_long+set}" = set; then
20959 echo $ECHO_N "(cached) $ECHO_C" >&6
20960 else
20961 cat >conftest.$ac_ext <<_ACEOF
20962 /* confdefs.h. */
20963 _ACEOF
20964 cat confdefs.h >>conftest.$ac_ext
20965 cat >>conftest.$ac_ext <<_ACEOF
20966 /* end confdefs.h. */
20967 $ac_includes_default
20968 typedef long ac__type_new_;
20969 int
20970 main ()
20971 {
20972 if ((ac__type_new_ *) 0)
20973 return 0;
20974 if (sizeof (ac__type_new_))
20975 return 0;
20976 ;
20977 return 0;
20978 }
20979 _ACEOF
20980 rm -f conftest.$ac_objext
20981 if { (ac_try="$ac_compile"
20982 case "(($ac_try" in
20983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20984 *) ac_try_echo=$ac_try;;
20985 esac
20986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20987 (eval "$ac_compile") 2>conftest.er1
20988 ac_status=$?
20989 grep -v '^ *+' conftest.er1 >conftest.err
20990 rm -f conftest.er1
20991 cat conftest.err >&5
20992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20993 (exit $ac_status); } && {
20994 test -z "$ac_c_werror_flag" ||
20995 test ! -s conftest.err
20996 } && test -s conftest.$ac_objext; then
20997 ac_cv_type_long=yes
20998 else
20999 echo "$as_me: failed program was:" >&5
21000 sed 's/^/| /' conftest.$ac_ext >&5
21001
21002 ac_cv_type_long=no
21003 fi
21004
21005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21006 fi
21007 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
21008 echo "${ECHO_T}$ac_cv_type_long" >&6; }
21009
21010 # The cast to long int works around a bug in the HP C Compiler
21011 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21012 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21013 # This bug is HP SR number 8606223364.
21014 { echo "$as_me:$LINENO: checking size of long" >&5
21015 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
21016 if test "${ac_cv_sizeof_long+set}" = set; then
21017 echo $ECHO_N "(cached) $ECHO_C" >&6
21018 else
21019 if test "$cross_compiling" = yes; then
21020 # Depending upon the size, compute the lo and hi bounds.
21021 cat >conftest.$ac_ext <<_ACEOF
21022 /* confdefs.h. */
21023 _ACEOF
21024 cat confdefs.h >>conftest.$ac_ext
21025 cat >>conftest.$ac_ext <<_ACEOF
21026 /* end confdefs.h. */
21027 $ac_includes_default
21028 typedef long ac__type_sizeof_;
21029 int
21030 main ()
21031 {
21032 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21033 test_array [0] = 0
21034
21035 ;
21036 return 0;
21037 }
21038 _ACEOF
21039 rm -f conftest.$ac_objext
21040 if { (ac_try="$ac_compile"
21041 case "(($ac_try" in
21042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21043 *) ac_try_echo=$ac_try;;
21044 esac
21045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21046 (eval "$ac_compile") 2>conftest.er1
21047 ac_status=$?
21048 grep -v '^ *+' conftest.er1 >conftest.err
21049 rm -f conftest.er1
21050 cat conftest.err >&5
21051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21052 (exit $ac_status); } && {
21053 test -z "$ac_c_werror_flag" ||
21054 test ! -s conftest.err
21055 } && test -s conftest.$ac_objext; then
21056 ac_lo=0 ac_mid=0
21057 while :; do
21058 cat >conftest.$ac_ext <<_ACEOF
21059 /* confdefs.h. */
21060 _ACEOF
21061 cat confdefs.h >>conftest.$ac_ext
21062 cat >>conftest.$ac_ext <<_ACEOF
21063 /* end confdefs.h. */
21064 $ac_includes_default
21065 typedef long ac__type_sizeof_;
21066 int
21067 main ()
21068 {
21069 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21070 test_array [0] = 0
21071
21072 ;
21073 return 0;
21074 }
21075 _ACEOF
21076 rm -f conftest.$ac_objext
21077 if { (ac_try="$ac_compile"
21078 case "(($ac_try" in
21079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21080 *) ac_try_echo=$ac_try;;
21081 esac
21082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21083 (eval "$ac_compile") 2>conftest.er1
21084 ac_status=$?
21085 grep -v '^ *+' conftest.er1 >conftest.err
21086 rm -f conftest.er1
21087 cat conftest.err >&5
21088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21089 (exit $ac_status); } && {
21090 test -z "$ac_c_werror_flag" ||
21091 test ! -s conftest.err
21092 } && test -s conftest.$ac_objext; then
21093 ac_hi=$ac_mid; break
21094 else
21095 echo "$as_me: failed program was:" >&5
21096 sed 's/^/| /' conftest.$ac_ext >&5
21097
21098 ac_lo=`expr $ac_mid + 1`
21099 if test $ac_lo -le $ac_mid; then
21100 ac_lo= ac_hi=
21101 break
21102 fi
21103 ac_mid=`expr 2 '*' $ac_mid + 1`
21104 fi
21105
21106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21107 done
21108 else
21109 echo "$as_me: failed program was:" >&5
21110 sed 's/^/| /' conftest.$ac_ext >&5
21111
21112 cat >conftest.$ac_ext <<_ACEOF
21113 /* confdefs.h. */
21114 _ACEOF
21115 cat confdefs.h >>conftest.$ac_ext
21116 cat >>conftest.$ac_ext <<_ACEOF
21117 /* end confdefs.h. */
21118 $ac_includes_default
21119 typedef long ac__type_sizeof_;
21120 int
21121 main ()
21122 {
21123 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21124 test_array [0] = 0
21125
21126 ;
21127 return 0;
21128 }
21129 _ACEOF
21130 rm -f conftest.$ac_objext
21131 if { (ac_try="$ac_compile"
21132 case "(($ac_try" in
21133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21134 *) ac_try_echo=$ac_try;;
21135 esac
21136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21137 (eval "$ac_compile") 2>conftest.er1
21138 ac_status=$?
21139 grep -v '^ *+' conftest.er1 >conftest.err
21140 rm -f conftest.er1
21141 cat conftest.err >&5
21142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21143 (exit $ac_status); } && {
21144 test -z "$ac_c_werror_flag" ||
21145 test ! -s conftest.err
21146 } && test -s conftest.$ac_objext; then
21147 ac_hi=-1 ac_mid=-1
21148 while :; do
21149 cat >conftest.$ac_ext <<_ACEOF
21150 /* confdefs.h. */
21151 _ACEOF
21152 cat confdefs.h >>conftest.$ac_ext
21153 cat >>conftest.$ac_ext <<_ACEOF
21154 /* end confdefs.h. */
21155 $ac_includes_default
21156 typedef long ac__type_sizeof_;
21157 int
21158 main ()
21159 {
21160 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21161 test_array [0] = 0
21162
21163 ;
21164 return 0;
21165 }
21166 _ACEOF
21167 rm -f conftest.$ac_objext
21168 if { (ac_try="$ac_compile"
21169 case "(($ac_try" in
21170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21171 *) ac_try_echo=$ac_try;;
21172 esac
21173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21174 (eval "$ac_compile") 2>conftest.er1
21175 ac_status=$?
21176 grep -v '^ *+' conftest.er1 >conftest.err
21177 rm -f conftest.er1
21178 cat conftest.err >&5
21179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21180 (exit $ac_status); } && {
21181 test -z "$ac_c_werror_flag" ||
21182 test ! -s conftest.err
21183 } && test -s conftest.$ac_objext; then
21184 ac_lo=$ac_mid; break
21185 else
21186 echo "$as_me: failed program was:" >&5
21187 sed 's/^/| /' conftest.$ac_ext >&5
21188
21189 ac_hi=`expr '(' $ac_mid ')' - 1`
21190 if test $ac_mid -le $ac_hi; then
21191 ac_lo= ac_hi=
21192 break
21193 fi
21194 ac_mid=`expr 2 '*' $ac_mid`
21195 fi
21196
21197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21198 done
21199 else
21200 echo "$as_me: failed program was:" >&5
21201 sed 's/^/| /' conftest.$ac_ext >&5
21202
21203 ac_lo= ac_hi=
21204 fi
21205
21206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21207 fi
21208
21209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21210 # Binary search between lo and hi bounds.
21211 while test "x$ac_lo" != "x$ac_hi"; do
21212 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21213 cat >conftest.$ac_ext <<_ACEOF
21214 /* confdefs.h. */
21215 _ACEOF
21216 cat confdefs.h >>conftest.$ac_ext
21217 cat >>conftest.$ac_ext <<_ACEOF
21218 /* end confdefs.h. */
21219 $ac_includes_default
21220 typedef long ac__type_sizeof_;
21221 int
21222 main ()
21223 {
21224 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21225 test_array [0] = 0
21226
21227 ;
21228 return 0;
21229 }
21230 _ACEOF
21231 rm -f conftest.$ac_objext
21232 if { (ac_try="$ac_compile"
21233 case "(($ac_try" in
21234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21235 *) ac_try_echo=$ac_try;;
21236 esac
21237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21238 (eval "$ac_compile") 2>conftest.er1
21239 ac_status=$?
21240 grep -v '^ *+' conftest.er1 >conftest.err
21241 rm -f conftest.er1
21242 cat conftest.err >&5
21243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21244 (exit $ac_status); } && {
21245 test -z "$ac_c_werror_flag" ||
21246 test ! -s conftest.err
21247 } && test -s conftest.$ac_objext; then
21248 ac_hi=$ac_mid
21249 else
21250 echo "$as_me: failed program was:" >&5
21251 sed 's/^/| /' conftest.$ac_ext >&5
21252
21253 ac_lo=`expr '(' $ac_mid ')' + 1`
21254 fi
21255
21256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21257 done
21258 case $ac_lo in
21259 ?*) ac_cv_sizeof_long=$ac_lo;;
21260 '') if test "$ac_cv_type_long" = yes; then
21261 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
21262 See \`config.log' for more details." >&5
21263 echo "$as_me: error: cannot compute sizeof (long)
21264 See \`config.log' for more details." >&2;}
21265 { (exit 77); exit 77; }; }
21266 else
21267 ac_cv_sizeof_long=0
21268 fi ;;
21269 esac
21270 else
21271 cat >conftest.$ac_ext <<_ACEOF
21272 /* confdefs.h. */
21273 _ACEOF
21274 cat confdefs.h >>conftest.$ac_ext
21275 cat >>conftest.$ac_ext <<_ACEOF
21276 /* end confdefs.h. */
21277 $ac_includes_default
21278 typedef long ac__type_sizeof_;
21279 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21280 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21281 #include <stdio.h>
21282 #include <stdlib.h>
21283 int
21284 main ()
21285 {
21286
21287 FILE *f = fopen ("conftest.val", "w");
21288 if (! f)
21289 return 1;
21290 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21291 {
21292 long int i = longval ();
21293 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21294 return 1;
21295 fprintf (f, "%ld\n", i);
21296 }
21297 else
21298 {
21299 unsigned long int i = ulongval ();
21300 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21301 return 1;
21302 fprintf (f, "%lu\n", i);
21303 }
21304 return ferror (f) || fclose (f) != 0;
21305
21306 ;
21307 return 0;
21308 }
21309 _ACEOF
21310 rm -f conftest$ac_exeext
21311 if { (ac_try="$ac_link"
21312 case "(($ac_try" in
21313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21314 *) ac_try_echo=$ac_try;;
21315 esac
21316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21317 (eval "$ac_link") 2>&5
21318 ac_status=$?
21319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21320 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21321 { (case "(($ac_try" in
21322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21323 *) ac_try_echo=$ac_try;;
21324 esac
21325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21326 (eval "$ac_try") 2>&5
21327 ac_status=$?
21328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21329 (exit $ac_status); }; }; then
21330 ac_cv_sizeof_long=`cat conftest.val`
21331 else
21332 echo "$as_me: program exited with status $ac_status" >&5
21333 echo "$as_me: failed program was:" >&5
21334 sed 's/^/| /' conftest.$ac_ext >&5
21335
21336 ( exit $ac_status )
21337 if test "$ac_cv_type_long" = yes; then
21338 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
21339 See \`config.log' for more details." >&5
21340 echo "$as_me: error: cannot compute sizeof (long)
21341 See \`config.log' for more details." >&2;}
21342 { (exit 77); exit 77; }; }
21343 else
21344 ac_cv_sizeof_long=0
21345 fi
21346 fi
21347 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21348 fi
21349 rm -f conftest.val
21350 fi
21351 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
21352 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
21353
21354
21355
21356 cat >>confdefs.h <<_ACEOF
21357 #define SIZEOF_LONG $ac_cv_sizeof_long
21358 _ACEOF
21359
21360
21361 { echo "$as_me:$LINENO: checking for size_t" >&5
21362 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
21363 if test "${ac_cv_type_size_t+set}" = set; then
21364 echo $ECHO_N "(cached) $ECHO_C" >&6
21365 else
21366 cat >conftest.$ac_ext <<_ACEOF
21367 /* confdefs.h. */
21368 _ACEOF
21369 cat confdefs.h >>conftest.$ac_ext
21370 cat >>conftest.$ac_ext <<_ACEOF
21371 /* end confdefs.h. */
21372 $ac_includes_default
21373 typedef size_t ac__type_new_;
21374 int
21375 main ()
21376 {
21377 if ((ac__type_new_ *) 0)
21378 return 0;
21379 if (sizeof (ac__type_new_))
21380 return 0;
21381 ;
21382 return 0;
21383 }
21384 _ACEOF
21385 rm -f conftest.$ac_objext
21386 if { (ac_try="$ac_compile"
21387 case "(($ac_try" in
21388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21389 *) ac_try_echo=$ac_try;;
21390 esac
21391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21392 (eval "$ac_compile") 2>conftest.er1
21393 ac_status=$?
21394 grep -v '^ *+' conftest.er1 >conftest.err
21395 rm -f conftest.er1
21396 cat conftest.err >&5
21397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21398 (exit $ac_status); } && {
21399 test -z "$ac_c_werror_flag" ||
21400 test ! -s conftest.err
21401 } && test -s conftest.$ac_objext; then
21402 ac_cv_type_size_t=yes
21403 else
21404 echo "$as_me: failed program was:" >&5
21405 sed 's/^/| /' conftest.$ac_ext >&5
21406
21407 ac_cv_type_size_t=no
21408 fi
21409
21410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21411 fi
21412 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
21413 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
21414
21415 # The cast to long int works around a bug in the HP C Compiler
21416 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21417 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21418 # This bug is HP SR number 8606223364.
21419 { echo "$as_me:$LINENO: checking size of size_t" >&5
21420 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
21421 if test "${ac_cv_sizeof_size_t+set}" = set; then
21422 echo $ECHO_N "(cached) $ECHO_C" >&6
21423 else
21424 if test "$cross_compiling" = yes; then
21425 # Depending upon the size, compute the lo and hi bounds.
21426 cat >conftest.$ac_ext <<_ACEOF
21427 /* confdefs.h. */
21428 _ACEOF
21429 cat confdefs.h >>conftest.$ac_ext
21430 cat >>conftest.$ac_ext <<_ACEOF
21431 /* end confdefs.h. */
21432 $ac_includes_default
21433 typedef size_t ac__type_sizeof_;
21434 int
21435 main ()
21436 {
21437 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21438 test_array [0] = 0
21439
21440 ;
21441 return 0;
21442 }
21443 _ACEOF
21444 rm -f conftest.$ac_objext
21445 if { (ac_try="$ac_compile"
21446 case "(($ac_try" in
21447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21448 *) ac_try_echo=$ac_try;;
21449 esac
21450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21451 (eval "$ac_compile") 2>conftest.er1
21452 ac_status=$?
21453 grep -v '^ *+' conftest.er1 >conftest.err
21454 rm -f conftest.er1
21455 cat conftest.err >&5
21456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21457 (exit $ac_status); } && {
21458 test -z "$ac_c_werror_flag" ||
21459 test ! -s conftest.err
21460 } && test -s conftest.$ac_objext; then
21461 ac_lo=0 ac_mid=0
21462 while :; do
21463 cat >conftest.$ac_ext <<_ACEOF
21464 /* confdefs.h. */
21465 _ACEOF
21466 cat confdefs.h >>conftest.$ac_ext
21467 cat >>conftest.$ac_ext <<_ACEOF
21468 /* end confdefs.h. */
21469 $ac_includes_default
21470 typedef size_t ac__type_sizeof_;
21471 int
21472 main ()
21473 {
21474 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21475 test_array [0] = 0
21476
21477 ;
21478 return 0;
21479 }
21480 _ACEOF
21481 rm -f conftest.$ac_objext
21482 if { (ac_try="$ac_compile"
21483 case "(($ac_try" in
21484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21485 *) ac_try_echo=$ac_try;;
21486 esac
21487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21488 (eval "$ac_compile") 2>conftest.er1
21489 ac_status=$?
21490 grep -v '^ *+' conftest.er1 >conftest.err
21491 rm -f conftest.er1
21492 cat conftest.err >&5
21493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21494 (exit $ac_status); } && {
21495 test -z "$ac_c_werror_flag" ||
21496 test ! -s conftest.err
21497 } && test -s conftest.$ac_objext; then
21498 ac_hi=$ac_mid; break
21499 else
21500 echo "$as_me: failed program was:" >&5
21501 sed 's/^/| /' conftest.$ac_ext >&5
21502
21503 ac_lo=`expr $ac_mid + 1`
21504 if test $ac_lo -le $ac_mid; then
21505 ac_lo= ac_hi=
21506 break
21507 fi
21508 ac_mid=`expr 2 '*' $ac_mid + 1`
21509 fi
21510
21511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21512 done
21513 else
21514 echo "$as_me: failed program was:" >&5
21515 sed 's/^/| /' conftest.$ac_ext >&5
21516
21517 cat >conftest.$ac_ext <<_ACEOF
21518 /* confdefs.h. */
21519 _ACEOF
21520 cat confdefs.h >>conftest.$ac_ext
21521 cat >>conftest.$ac_ext <<_ACEOF
21522 /* end confdefs.h. */
21523 $ac_includes_default
21524 typedef size_t ac__type_sizeof_;
21525 int
21526 main ()
21527 {
21528 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21529 test_array [0] = 0
21530
21531 ;
21532 return 0;
21533 }
21534 _ACEOF
21535 rm -f conftest.$ac_objext
21536 if { (ac_try="$ac_compile"
21537 case "(($ac_try" in
21538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21539 *) ac_try_echo=$ac_try;;
21540 esac
21541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21542 (eval "$ac_compile") 2>conftest.er1
21543 ac_status=$?
21544 grep -v '^ *+' conftest.er1 >conftest.err
21545 rm -f conftest.er1
21546 cat conftest.err >&5
21547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21548 (exit $ac_status); } && {
21549 test -z "$ac_c_werror_flag" ||
21550 test ! -s conftest.err
21551 } && test -s conftest.$ac_objext; then
21552 ac_hi=-1 ac_mid=-1
21553 while :; do
21554 cat >conftest.$ac_ext <<_ACEOF
21555 /* confdefs.h. */
21556 _ACEOF
21557 cat confdefs.h >>conftest.$ac_ext
21558 cat >>conftest.$ac_ext <<_ACEOF
21559 /* end confdefs.h. */
21560 $ac_includes_default
21561 typedef size_t ac__type_sizeof_;
21562 int
21563 main ()
21564 {
21565 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21566 test_array [0] = 0
21567
21568 ;
21569 return 0;
21570 }
21571 _ACEOF
21572 rm -f conftest.$ac_objext
21573 if { (ac_try="$ac_compile"
21574 case "(($ac_try" in
21575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21576 *) ac_try_echo=$ac_try;;
21577 esac
21578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21579 (eval "$ac_compile") 2>conftest.er1
21580 ac_status=$?
21581 grep -v '^ *+' conftest.er1 >conftest.err
21582 rm -f conftest.er1
21583 cat conftest.err >&5
21584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21585 (exit $ac_status); } && {
21586 test -z "$ac_c_werror_flag" ||
21587 test ! -s conftest.err
21588 } && test -s conftest.$ac_objext; then
21589 ac_lo=$ac_mid; break
21590 else
21591 echo "$as_me: failed program was:" >&5
21592 sed 's/^/| /' conftest.$ac_ext >&5
21593
21594 ac_hi=`expr '(' $ac_mid ')' - 1`
21595 if test $ac_mid -le $ac_hi; then
21596 ac_lo= ac_hi=
21597 break
21598 fi
21599 ac_mid=`expr 2 '*' $ac_mid`
21600 fi
21601
21602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21603 done
21604 else
21605 echo "$as_me: failed program was:" >&5
21606 sed 's/^/| /' conftest.$ac_ext >&5
21607
21608 ac_lo= ac_hi=
21609 fi
21610
21611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21612 fi
21613
21614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21615 # Binary search between lo and hi bounds.
21616 while test "x$ac_lo" != "x$ac_hi"; do
21617 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21618 cat >conftest.$ac_ext <<_ACEOF
21619 /* confdefs.h. */
21620 _ACEOF
21621 cat confdefs.h >>conftest.$ac_ext
21622 cat >>conftest.$ac_ext <<_ACEOF
21623 /* end confdefs.h. */
21624 $ac_includes_default
21625 typedef size_t ac__type_sizeof_;
21626 int
21627 main ()
21628 {
21629 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21630 test_array [0] = 0
21631
21632 ;
21633 return 0;
21634 }
21635 _ACEOF
21636 rm -f conftest.$ac_objext
21637 if { (ac_try="$ac_compile"
21638 case "(($ac_try" in
21639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21640 *) ac_try_echo=$ac_try;;
21641 esac
21642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21643 (eval "$ac_compile") 2>conftest.er1
21644 ac_status=$?
21645 grep -v '^ *+' conftest.er1 >conftest.err
21646 rm -f conftest.er1
21647 cat conftest.err >&5
21648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21649 (exit $ac_status); } && {
21650 test -z "$ac_c_werror_flag" ||
21651 test ! -s conftest.err
21652 } && test -s conftest.$ac_objext; then
21653 ac_hi=$ac_mid
21654 else
21655 echo "$as_me: failed program was:" >&5
21656 sed 's/^/| /' conftest.$ac_ext >&5
21657
21658 ac_lo=`expr '(' $ac_mid ')' + 1`
21659 fi
21660
21661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21662 done
21663 case $ac_lo in
21664 ?*) ac_cv_sizeof_size_t=$ac_lo;;
21665 '') if test "$ac_cv_type_size_t" = yes; then
21666 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
21667 See \`config.log' for more details." >&5
21668 echo "$as_me: error: cannot compute sizeof (size_t)
21669 See \`config.log' for more details." >&2;}
21670 { (exit 77); exit 77; }; }
21671 else
21672 ac_cv_sizeof_size_t=0
21673 fi ;;
21674 esac
21675 else
21676 cat >conftest.$ac_ext <<_ACEOF
21677 /* confdefs.h. */
21678 _ACEOF
21679 cat confdefs.h >>conftest.$ac_ext
21680 cat >>conftest.$ac_ext <<_ACEOF
21681 /* end confdefs.h. */
21682 $ac_includes_default
21683 typedef size_t ac__type_sizeof_;
21684 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21685 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21686 #include <stdio.h>
21687 #include <stdlib.h>
21688 int
21689 main ()
21690 {
21691
21692 FILE *f = fopen ("conftest.val", "w");
21693 if (! f)
21694 return 1;
21695 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21696 {
21697 long int i = longval ();
21698 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21699 return 1;
21700 fprintf (f, "%ld\n", i);
21701 }
21702 else
21703 {
21704 unsigned long int i = ulongval ();
21705 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21706 return 1;
21707 fprintf (f, "%lu\n", i);
21708 }
21709 return ferror (f) || fclose (f) != 0;
21710
21711 ;
21712 return 0;
21713 }
21714 _ACEOF
21715 rm -f conftest$ac_exeext
21716 if { (ac_try="$ac_link"
21717 case "(($ac_try" in
21718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21719 *) ac_try_echo=$ac_try;;
21720 esac
21721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21722 (eval "$ac_link") 2>&5
21723 ac_status=$?
21724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21725 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21726 { (case "(($ac_try" in
21727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21728 *) ac_try_echo=$ac_try;;
21729 esac
21730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21731 (eval "$ac_try") 2>&5
21732 ac_status=$?
21733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21734 (exit $ac_status); }; }; then
21735 ac_cv_sizeof_size_t=`cat conftest.val`
21736 else
21737 echo "$as_me: program exited with status $ac_status" >&5
21738 echo "$as_me: failed program was:" >&5
21739 sed 's/^/| /' conftest.$ac_ext >&5
21740
21741 ( exit $ac_status )
21742 if test "$ac_cv_type_size_t" = yes; then
21743 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
21744 See \`config.log' for more details." >&5
21745 echo "$as_me: error: cannot compute sizeof (size_t)
21746 See \`config.log' for more details." >&2;}
21747 { (exit 77); exit 77; }; }
21748 else
21749 ac_cv_sizeof_size_t=0
21750 fi
21751 fi
21752 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21753 fi
21754 rm -f conftest.val
21755 fi
21756 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
21757 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
21758
21759
21760
21761 cat >>confdefs.h <<_ACEOF
21762 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
21763 _ACEOF
21764
21765
21766
21767 case "${host}" in
21768 arm-*-linux* )
21769 { echo "$as_me:$LINENO: checking for long long" >&5
21770 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
21771 if test "${ac_cv_type_long_long+set}" = set; then
21772 echo $ECHO_N "(cached) $ECHO_C" >&6
21773 else
21774 cat >conftest.$ac_ext <<_ACEOF
21775 /* confdefs.h. */
21776 _ACEOF
21777 cat confdefs.h >>conftest.$ac_ext
21778 cat >>conftest.$ac_ext <<_ACEOF
21779 /* end confdefs.h. */
21780 $ac_includes_default
21781 typedef long long ac__type_new_;
21782 int
21783 main ()
21784 {
21785 if ((ac__type_new_ *) 0)
21786 return 0;
21787 if (sizeof (ac__type_new_))
21788 return 0;
21789 ;
21790 return 0;
21791 }
21792 _ACEOF
21793 rm -f conftest.$ac_objext
21794 if { (ac_try="$ac_compile"
21795 case "(($ac_try" in
21796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21797 *) ac_try_echo=$ac_try;;
21798 esac
21799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21800 (eval "$ac_compile") 2>conftest.er1
21801 ac_status=$?
21802 grep -v '^ *+' conftest.er1 >conftest.err
21803 rm -f conftest.er1
21804 cat conftest.err >&5
21805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21806 (exit $ac_status); } && {
21807 test -z "$ac_c_werror_flag" ||
21808 test ! -s conftest.err
21809 } && test -s conftest.$ac_objext; then
21810 ac_cv_type_long_long=yes
21811 else
21812 echo "$as_me: failed program was:" >&5
21813 sed 's/^/| /' conftest.$ac_ext >&5
21814
21815 ac_cv_type_long_long=no
21816 fi
21817
21818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21819 fi
21820 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
21821 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
21822
21823 # The cast to long int works around a bug in the HP C Compiler
21824 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21825 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21826 # This bug is HP SR number 8606223364.
21827 { echo "$as_me:$LINENO: checking size of long long" >&5
21828 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
21829 if test "${ac_cv_sizeof_long_long+set}" = set; then
21830 echo $ECHO_N "(cached) $ECHO_C" >&6
21831 else
21832 if test "$cross_compiling" = yes; then
21833 # Depending upon the size, compute the lo and hi bounds.
21834 cat >conftest.$ac_ext <<_ACEOF
21835 /* confdefs.h. */
21836 _ACEOF
21837 cat confdefs.h >>conftest.$ac_ext
21838 cat >>conftest.$ac_ext <<_ACEOF
21839 /* end confdefs.h. */
21840 $ac_includes_default
21841 typedef long long ac__type_sizeof_;
21842 int
21843 main ()
21844 {
21845 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21846 test_array [0] = 0
21847
21848 ;
21849 return 0;
21850 }
21851 _ACEOF
21852 rm -f conftest.$ac_objext
21853 if { (ac_try="$ac_compile"
21854 case "(($ac_try" in
21855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21856 *) ac_try_echo=$ac_try;;
21857 esac
21858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21859 (eval "$ac_compile") 2>conftest.er1
21860 ac_status=$?
21861 grep -v '^ *+' conftest.er1 >conftest.err
21862 rm -f conftest.er1
21863 cat conftest.err >&5
21864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21865 (exit $ac_status); } && {
21866 test -z "$ac_c_werror_flag" ||
21867 test ! -s conftest.err
21868 } && test -s conftest.$ac_objext; then
21869 ac_lo=0 ac_mid=0
21870 while :; do
21871 cat >conftest.$ac_ext <<_ACEOF
21872 /* confdefs.h. */
21873 _ACEOF
21874 cat confdefs.h >>conftest.$ac_ext
21875 cat >>conftest.$ac_ext <<_ACEOF
21876 /* end confdefs.h. */
21877 $ac_includes_default
21878 typedef long long ac__type_sizeof_;
21879 int
21880 main ()
21881 {
21882 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21883 test_array [0] = 0
21884
21885 ;
21886 return 0;
21887 }
21888 _ACEOF
21889 rm -f conftest.$ac_objext
21890 if { (ac_try="$ac_compile"
21891 case "(($ac_try" in
21892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21893 *) ac_try_echo=$ac_try;;
21894 esac
21895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21896 (eval "$ac_compile") 2>conftest.er1
21897 ac_status=$?
21898 grep -v '^ *+' conftest.er1 >conftest.err
21899 rm -f conftest.er1
21900 cat conftest.err >&5
21901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21902 (exit $ac_status); } && {
21903 test -z "$ac_c_werror_flag" ||
21904 test ! -s conftest.err
21905 } && test -s conftest.$ac_objext; then
21906 ac_hi=$ac_mid; break
21907 else
21908 echo "$as_me: failed program was:" >&5
21909 sed 's/^/| /' conftest.$ac_ext >&5
21910
21911 ac_lo=`expr $ac_mid + 1`
21912 if test $ac_lo -le $ac_mid; then
21913 ac_lo= ac_hi=
21914 break
21915 fi
21916 ac_mid=`expr 2 '*' $ac_mid + 1`
21917 fi
21918
21919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21920 done
21921 else
21922 echo "$as_me: failed program was:" >&5
21923 sed 's/^/| /' conftest.$ac_ext >&5
21924
21925 cat >conftest.$ac_ext <<_ACEOF
21926 /* confdefs.h. */
21927 _ACEOF
21928 cat confdefs.h >>conftest.$ac_ext
21929 cat >>conftest.$ac_ext <<_ACEOF
21930 /* end confdefs.h. */
21931 $ac_includes_default
21932 typedef long long ac__type_sizeof_;
21933 int
21934 main ()
21935 {
21936 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21937 test_array [0] = 0
21938
21939 ;
21940 return 0;
21941 }
21942 _ACEOF
21943 rm -f conftest.$ac_objext
21944 if { (ac_try="$ac_compile"
21945 case "(($ac_try" in
21946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21947 *) ac_try_echo=$ac_try;;
21948 esac
21949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21950 (eval "$ac_compile") 2>conftest.er1
21951 ac_status=$?
21952 grep -v '^ *+' conftest.er1 >conftest.err
21953 rm -f conftest.er1
21954 cat conftest.err >&5
21955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21956 (exit $ac_status); } && {
21957 test -z "$ac_c_werror_flag" ||
21958 test ! -s conftest.err
21959 } && test -s conftest.$ac_objext; then
21960 ac_hi=-1 ac_mid=-1
21961 while :; do
21962 cat >conftest.$ac_ext <<_ACEOF
21963 /* confdefs.h. */
21964 _ACEOF
21965 cat confdefs.h >>conftest.$ac_ext
21966 cat >>conftest.$ac_ext <<_ACEOF
21967 /* end confdefs.h. */
21968 $ac_includes_default
21969 typedef long long ac__type_sizeof_;
21970 int
21971 main ()
21972 {
21973 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21974 test_array [0] = 0
21975
21976 ;
21977 return 0;
21978 }
21979 _ACEOF
21980 rm -f conftest.$ac_objext
21981 if { (ac_try="$ac_compile"
21982 case "(($ac_try" in
21983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21984 *) ac_try_echo=$ac_try;;
21985 esac
21986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21987 (eval "$ac_compile") 2>conftest.er1
21988 ac_status=$?
21989 grep -v '^ *+' conftest.er1 >conftest.err
21990 rm -f conftest.er1
21991 cat conftest.err >&5
21992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21993 (exit $ac_status); } && {
21994 test -z "$ac_c_werror_flag" ||
21995 test ! -s conftest.err
21996 } && test -s conftest.$ac_objext; then
21997 ac_lo=$ac_mid; break
21998 else
21999 echo "$as_me: failed program was:" >&5
22000 sed 's/^/| /' conftest.$ac_ext >&5
22001
22002 ac_hi=`expr '(' $ac_mid ')' - 1`
22003 if test $ac_mid -le $ac_hi; then
22004 ac_lo= ac_hi=
22005 break
22006 fi
22007 ac_mid=`expr 2 '*' $ac_mid`
22008 fi
22009
22010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22011 done
22012 else
22013 echo "$as_me: failed program was:" >&5
22014 sed 's/^/| /' conftest.$ac_ext >&5
22015
22016 ac_lo= ac_hi=
22017 fi
22018
22019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22020 fi
22021
22022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22023 # Binary search between lo and hi bounds.
22024 while test "x$ac_lo" != "x$ac_hi"; do
22025 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22026 cat >conftest.$ac_ext <<_ACEOF
22027 /* confdefs.h. */
22028 _ACEOF
22029 cat confdefs.h >>conftest.$ac_ext
22030 cat >>conftest.$ac_ext <<_ACEOF
22031 /* end confdefs.h. */
22032 $ac_includes_default
22033 typedef long long ac__type_sizeof_;
22034 int
22035 main ()
22036 {
22037 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22038 test_array [0] = 0
22039
22040 ;
22041 return 0;
22042 }
22043 _ACEOF
22044 rm -f conftest.$ac_objext
22045 if { (ac_try="$ac_compile"
22046 case "(($ac_try" in
22047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22048 *) ac_try_echo=$ac_try;;
22049 esac
22050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22051 (eval "$ac_compile") 2>conftest.er1
22052 ac_status=$?
22053 grep -v '^ *+' conftest.er1 >conftest.err
22054 rm -f conftest.er1
22055 cat conftest.err >&5
22056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22057 (exit $ac_status); } && {
22058 test -z "$ac_c_werror_flag" ||
22059 test ! -s conftest.err
22060 } && test -s conftest.$ac_objext; then
22061 ac_hi=$ac_mid
22062 else
22063 echo "$as_me: failed program was:" >&5
22064 sed 's/^/| /' conftest.$ac_ext >&5
22065
22066 ac_lo=`expr '(' $ac_mid ')' + 1`
22067 fi
22068
22069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22070 done
22071 case $ac_lo in
22072 ?*) ac_cv_sizeof_long_long=$ac_lo;;
22073 '') if test "$ac_cv_type_long_long" = yes; then
22074 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22075 See \`config.log' for more details." >&5
22076 echo "$as_me: error: cannot compute sizeof (long long)
22077 See \`config.log' for more details." >&2;}
22078 { (exit 77); exit 77; }; }
22079 else
22080 ac_cv_sizeof_long_long=0
22081 fi ;;
22082 esac
22083 else
22084 cat >conftest.$ac_ext <<_ACEOF
22085 /* confdefs.h. */
22086 _ACEOF
22087 cat confdefs.h >>conftest.$ac_ext
22088 cat >>conftest.$ac_ext <<_ACEOF
22089 /* end confdefs.h. */
22090 $ac_includes_default
22091 typedef long long ac__type_sizeof_;
22092 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22093 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22094 #include <stdio.h>
22095 #include <stdlib.h>
22096 int
22097 main ()
22098 {
22099
22100 FILE *f = fopen ("conftest.val", "w");
22101 if (! f)
22102 return 1;
22103 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22104 {
22105 long int i = longval ();
22106 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22107 return 1;
22108 fprintf (f, "%ld\n", i);
22109 }
22110 else
22111 {
22112 unsigned long int i = ulongval ();
22113 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22114 return 1;
22115 fprintf (f, "%lu\n", i);
22116 }
22117 return ferror (f) || fclose (f) != 0;
22118
22119 ;
22120 return 0;
22121 }
22122 _ACEOF
22123 rm -f conftest$ac_exeext
22124 if { (ac_try="$ac_link"
22125 case "(($ac_try" in
22126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22127 *) ac_try_echo=$ac_try;;
22128 esac
22129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22130 (eval "$ac_link") 2>&5
22131 ac_status=$?
22132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22133 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22134 { (case "(($ac_try" in
22135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22136 *) ac_try_echo=$ac_try;;
22137 esac
22138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22139 (eval "$ac_try") 2>&5
22140 ac_status=$?
22141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22142 (exit $ac_status); }; }; then
22143 ac_cv_sizeof_long_long=`cat conftest.val`
22144 else
22145 echo "$as_me: program exited with status $ac_status" >&5
22146 echo "$as_me: failed program was:" >&5
22147 sed 's/^/| /' conftest.$ac_ext >&5
22148
22149 ( exit $ac_status )
22150 if test "$ac_cv_type_long_long" = yes; then
22151 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22152 See \`config.log' for more details." >&5
22153 echo "$as_me: error: cannot compute sizeof (long long)
22154 See \`config.log' for more details." >&2;}
22155 { (exit 77); exit 77; }; }
22156 else
22157 ac_cv_sizeof_long_long=0
22158 fi
22159 fi
22160 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22161 fi
22162 rm -f conftest.val
22163 fi
22164 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
22165 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
22166
22167
22168
22169 cat >>confdefs.h <<_ACEOF
22170 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
22171 _ACEOF
22172
22173
22174 ;;
22175 *-hp-hpux* )
22176 { echo "$as_me:$LINENO: checking for long long" >&5
22177 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
22178 if test "${ac_cv_type_long_long+set}" = set; then
22179 echo $ECHO_N "(cached) $ECHO_C" >&6
22180 else
22181 cat >conftest.$ac_ext <<_ACEOF
22182 /* confdefs.h. */
22183 _ACEOF
22184 cat confdefs.h >>conftest.$ac_ext
22185 cat >>conftest.$ac_ext <<_ACEOF
22186 /* end confdefs.h. */
22187 $ac_includes_default
22188 typedef long long ac__type_new_;
22189 int
22190 main ()
22191 {
22192 if ((ac__type_new_ *) 0)
22193 return 0;
22194 if (sizeof (ac__type_new_))
22195 return 0;
22196 ;
22197 return 0;
22198 }
22199 _ACEOF
22200 rm -f conftest.$ac_objext
22201 if { (ac_try="$ac_compile"
22202 case "(($ac_try" in
22203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22204 *) ac_try_echo=$ac_try;;
22205 esac
22206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22207 (eval "$ac_compile") 2>conftest.er1
22208 ac_status=$?
22209 grep -v '^ *+' conftest.er1 >conftest.err
22210 rm -f conftest.er1
22211 cat conftest.err >&5
22212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22213 (exit $ac_status); } && {
22214 test -z "$ac_c_werror_flag" ||
22215 test ! -s conftest.err
22216 } && test -s conftest.$ac_objext; then
22217 ac_cv_type_long_long=yes
22218 else
22219 echo "$as_me: failed program was:" >&5
22220 sed 's/^/| /' conftest.$ac_ext >&5
22221
22222 ac_cv_type_long_long=no
22223 fi
22224
22225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22226 fi
22227 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
22228 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
22229
22230 # The cast to long int works around a bug in the HP C Compiler
22231 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22232 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22233 # This bug is HP SR number 8606223364.
22234 { echo "$as_me:$LINENO: checking size of long long" >&5
22235 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
22236 if test "${ac_cv_sizeof_long_long+set}" = set; then
22237 echo $ECHO_N "(cached) $ECHO_C" >&6
22238 else
22239 if test "$cross_compiling" = yes; then
22240 # Depending upon the size, compute the lo and hi bounds.
22241 cat >conftest.$ac_ext <<_ACEOF
22242 /* confdefs.h. */
22243 _ACEOF
22244 cat confdefs.h >>conftest.$ac_ext
22245 cat >>conftest.$ac_ext <<_ACEOF
22246 /* end confdefs.h. */
22247 $ac_includes_default
22248 typedef long long ac__type_sizeof_;
22249 int
22250 main ()
22251 {
22252 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22253 test_array [0] = 0
22254
22255 ;
22256 return 0;
22257 }
22258 _ACEOF
22259 rm -f conftest.$ac_objext
22260 if { (ac_try="$ac_compile"
22261 case "(($ac_try" in
22262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22263 *) ac_try_echo=$ac_try;;
22264 esac
22265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22266 (eval "$ac_compile") 2>conftest.er1
22267 ac_status=$?
22268 grep -v '^ *+' conftest.er1 >conftest.err
22269 rm -f conftest.er1
22270 cat conftest.err >&5
22271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22272 (exit $ac_status); } && {
22273 test -z "$ac_c_werror_flag" ||
22274 test ! -s conftest.err
22275 } && test -s conftest.$ac_objext; then
22276 ac_lo=0 ac_mid=0
22277 while :; do
22278 cat >conftest.$ac_ext <<_ACEOF
22279 /* confdefs.h. */
22280 _ACEOF
22281 cat confdefs.h >>conftest.$ac_ext
22282 cat >>conftest.$ac_ext <<_ACEOF
22283 /* end confdefs.h. */
22284 $ac_includes_default
22285 typedef long long ac__type_sizeof_;
22286 int
22287 main ()
22288 {
22289 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22290 test_array [0] = 0
22291
22292 ;
22293 return 0;
22294 }
22295 _ACEOF
22296 rm -f conftest.$ac_objext
22297 if { (ac_try="$ac_compile"
22298 case "(($ac_try" in
22299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22300 *) ac_try_echo=$ac_try;;
22301 esac
22302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22303 (eval "$ac_compile") 2>conftest.er1
22304 ac_status=$?
22305 grep -v '^ *+' conftest.er1 >conftest.err
22306 rm -f conftest.er1
22307 cat conftest.err >&5
22308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22309 (exit $ac_status); } && {
22310 test -z "$ac_c_werror_flag" ||
22311 test ! -s conftest.err
22312 } && test -s conftest.$ac_objext; then
22313 ac_hi=$ac_mid; break
22314 else
22315 echo "$as_me: failed program was:" >&5
22316 sed 's/^/| /' conftest.$ac_ext >&5
22317
22318 ac_lo=`expr $ac_mid + 1`
22319 if test $ac_lo -le $ac_mid; then
22320 ac_lo= ac_hi=
22321 break
22322 fi
22323 ac_mid=`expr 2 '*' $ac_mid + 1`
22324 fi
22325
22326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22327 done
22328 else
22329 echo "$as_me: failed program was:" >&5
22330 sed 's/^/| /' conftest.$ac_ext >&5
22331
22332 cat >conftest.$ac_ext <<_ACEOF
22333 /* confdefs.h. */
22334 _ACEOF
22335 cat confdefs.h >>conftest.$ac_ext
22336 cat >>conftest.$ac_ext <<_ACEOF
22337 /* end confdefs.h. */
22338 $ac_includes_default
22339 typedef long long ac__type_sizeof_;
22340 int
22341 main ()
22342 {
22343 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22344 test_array [0] = 0
22345
22346 ;
22347 return 0;
22348 }
22349 _ACEOF
22350 rm -f conftest.$ac_objext
22351 if { (ac_try="$ac_compile"
22352 case "(($ac_try" in
22353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22354 *) ac_try_echo=$ac_try;;
22355 esac
22356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22357 (eval "$ac_compile") 2>conftest.er1
22358 ac_status=$?
22359 grep -v '^ *+' conftest.er1 >conftest.err
22360 rm -f conftest.er1
22361 cat conftest.err >&5
22362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22363 (exit $ac_status); } && {
22364 test -z "$ac_c_werror_flag" ||
22365 test ! -s conftest.err
22366 } && test -s conftest.$ac_objext; then
22367 ac_hi=-1 ac_mid=-1
22368 while :; do
22369 cat >conftest.$ac_ext <<_ACEOF
22370 /* confdefs.h. */
22371 _ACEOF
22372 cat confdefs.h >>conftest.$ac_ext
22373 cat >>conftest.$ac_ext <<_ACEOF
22374 /* end confdefs.h. */
22375 $ac_includes_default
22376 typedef long long ac__type_sizeof_;
22377 int
22378 main ()
22379 {
22380 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22381 test_array [0] = 0
22382
22383 ;
22384 return 0;
22385 }
22386 _ACEOF
22387 rm -f conftest.$ac_objext
22388 if { (ac_try="$ac_compile"
22389 case "(($ac_try" in
22390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22391 *) ac_try_echo=$ac_try;;
22392 esac
22393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22394 (eval "$ac_compile") 2>conftest.er1
22395 ac_status=$?
22396 grep -v '^ *+' conftest.er1 >conftest.err
22397 rm -f conftest.er1
22398 cat conftest.err >&5
22399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22400 (exit $ac_status); } && {
22401 test -z "$ac_c_werror_flag" ||
22402 test ! -s conftest.err
22403 } && test -s conftest.$ac_objext; then
22404 ac_lo=$ac_mid; break
22405 else
22406 echo "$as_me: failed program was:" >&5
22407 sed 's/^/| /' conftest.$ac_ext >&5
22408
22409 ac_hi=`expr '(' $ac_mid ')' - 1`
22410 if test $ac_mid -le $ac_hi; then
22411 ac_lo= ac_hi=
22412 break
22413 fi
22414 ac_mid=`expr 2 '*' $ac_mid`
22415 fi
22416
22417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22418 done
22419 else
22420 echo "$as_me: failed program was:" >&5
22421 sed 's/^/| /' conftest.$ac_ext >&5
22422
22423 ac_lo= ac_hi=
22424 fi
22425
22426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22427 fi
22428
22429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22430 # Binary search between lo and hi bounds.
22431 while test "x$ac_lo" != "x$ac_hi"; do
22432 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22433 cat >conftest.$ac_ext <<_ACEOF
22434 /* confdefs.h. */
22435 _ACEOF
22436 cat confdefs.h >>conftest.$ac_ext
22437 cat >>conftest.$ac_ext <<_ACEOF
22438 /* end confdefs.h. */
22439 $ac_includes_default
22440 typedef long long ac__type_sizeof_;
22441 int
22442 main ()
22443 {
22444 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22445 test_array [0] = 0
22446
22447 ;
22448 return 0;
22449 }
22450 _ACEOF
22451 rm -f conftest.$ac_objext
22452 if { (ac_try="$ac_compile"
22453 case "(($ac_try" in
22454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22455 *) ac_try_echo=$ac_try;;
22456 esac
22457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22458 (eval "$ac_compile") 2>conftest.er1
22459 ac_status=$?
22460 grep -v '^ *+' conftest.er1 >conftest.err
22461 rm -f conftest.er1
22462 cat conftest.err >&5
22463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22464 (exit $ac_status); } && {
22465 test -z "$ac_c_werror_flag" ||
22466 test ! -s conftest.err
22467 } && test -s conftest.$ac_objext; then
22468 ac_hi=$ac_mid
22469 else
22470 echo "$as_me: failed program was:" >&5
22471 sed 's/^/| /' conftest.$ac_ext >&5
22472
22473 ac_lo=`expr '(' $ac_mid ')' + 1`
22474 fi
22475
22476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22477 done
22478 case $ac_lo in
22479 ?*) ac_cv_sizeof_long_long=$ac_lo;;
22480 '') if test "$ac_cv_type_long_long" = yes; then
22481 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22482 See \`config.log' for more details." >&5
22483 echo "$as_me: error: cannot compute sizeof (long long)
22484 See \`config.log' for more details." >&2;}
22485 { (exit 77); exit 77; }; }
22486 else
22487 ac_cv_sizeof_long_long=0
22488 fi ;;
22489 esac
22490 else
22491 cat >conftest.$ac_ext <<_ACEOF
22492 /* confdefs.h. */
22493 _ACEOF
22494 cat confdefs.h >>conftest.$ac_ext
22495 cat >>conftest.$ac_ext <<_ACEOF
22496 /* end confdefs.h. */
22497 $ac_includes_default
22498 typedef long long ac__type_sizeof_;
22499 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22500 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22501 #include <stdio.h>
22502 #include <stdlib.h>
22503 int
22504 main ()
22505 {
22506
22507 FILE *f = fopen ("conftest.val", "w");
22508 if (! f)
22509 return 1;
22510 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22511 {
22512 long int i = longval ();
22513 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22514 return 1;
22515 fprintf (f, "%ld\n", i);
22516 }
22517 else
22518 {
22519 unsigned long int i = ulongval ();
22520 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22521 return 1;
22522 fprintf (f, "%lu\n", i);
22523 }
22524 return ferror (f) || fclose (f) != 0;
22525
22526 ;
22527 return 0;
22528 }
22529 _ACEOF
22530 rm -f conftest$ac_exeext
22531 if { (ac_try="$ac_link"
22532 case "(($ac_try" in
22533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22534 *) ac_try_echo=$ac_try;;
22535 esac
22536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22537 (eval "$ac_link") 2>&5
22538 ac_status=$?
22539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22540 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22541 { (case "(($ac_try" in
22542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22543 *) ac_try_echo=$ac_try;;
22544 esac
22545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22546 (eval "$ac_try") 2>&5
22547 ac_status=$?
22548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22549 (exit $ac_status); }; }; then
22550 ac_cv_sizeof_long_long=`cat conftest.val`
22551 else
22552 echo "$as_me: program exited with status $ac_status" >&5
22553 echo "$as_me: failed program was:" >&5
22554 sed 's/^/| /' conftest.$ac_ext >&5
22555
22556 ( exit $ac_status )
22557 if test "$ac_cv_type_long_long" = yes; then
22558 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22559 See \`config.log' for more details." >&5
22560 echo "$as_me: error: cannot compute sizeof (long long)
22561 See \`config.log' for more details." >&2;}
22562 { (exit 77); exit 77; }; }
22563 else
22564 ac_cv_sizeof_long_long=0
22565 fi
22566 fi
22567 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22568 fi
22569 rm -f conftest.val
22570 fi
22571 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
22572 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
22573
22574
22575
22576 cat >>confdefs.h <<_ACEOF
22577 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
22578 _ACEOF
22579
22580
22581 if test "$ac_cv_sizeof_long_long" != 0; then
22582 CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
22583 fi
22584 ;;
22585 * )
22586 { echo "$as_me:$LINENO: checking for long long" >&5
22587 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
22588 if test "${ac_cv_type_long_long+set}" = set; then
22589 echo $ECHO_N "(cached) $ECHO_C" >&6
22590 else
22591 cat >conftest.$ac_ext <<_ACEOF
22592 /* confdefs.h. */
22593 _ACEOF
22594 cat confdefs.h >>conftest.$ac_ext
22595 cat >>conftest.$ac_ext <<_ACEOF
22596 /* end confdefs.h. */
22597 $ac_includes_default
22598 typedef long long ac__type_new_;
22599 int
22600 main ()
22601 {
22602 if ((ac__type_new_ *) 0)
22603 return 0;
22604 if (sizeof (ac__type_new_))
22605 return 0;
22606 ;
22607 return 0;
22608 }
22609 _ACEOF
22610 rm -f conftest.$ac_objext
22611 if { (ac_try="$ac_compile"
22612 case "(($ac_try" in
22613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22614 *) ac_try_echo=$ac_try;;
22615 esac
22616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22617 (eval "$ac_compile") 2>conftest.er1
22618 ac_status=$?
22619 grep -v '^ *+' conftest.er1 >conftest.err
22620 rm -f conftest.er1
22621 cat conftest.err >&5
22622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22623 (exit $ac_status); } && {
22624 test -z "$ac_c_werror_flag" ||
22625 test ! -s conftest.err
22626 } && test -s conftest.$ac_objext; then
22627 ac_cv_type_long_long=yes
22628 else
22629 echo "$as_me: failed program was:" >&5
22630 sed 's/^/| /' conftest.$ac_ext >&5
22631
22632 ac_cv_type_long_long=no
22633 fi
22634
22635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22636 fi
22637 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
22638 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
22639
22640 # The cast to long int works around a bug in the HP C Compiler
22641 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22642 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22643 # This bug is HP SR number 8606223364.
22644 { echo "$as_me:$LINENO: checking size of long long" >&5
22645 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
22646 if test "${ac_cv_sizeof_long_long+set}" = set; then
22647 echo $ECHO_N "(cached) $ECHO_C" >&6
22648 else
22649 if test "$cross_compiling" = yes; then
22650 # Depending upon the size, compute the lo and hi bounds.
22651 cat >conftest.$ac_ext <<_ACEOF
22652 /* confdefs.h. */
22653 _ACEOF
22654 cat confdefs.h >>conftest.$ac_ext
22655 cat >>conftest.$ac_ext <<_ACEOF
22656 /* end confdefs.h. */
22657 $ac_includes_default
22658 typedef long long ac__type_sizeof_;
22659 int
22660 main ()
22661 {
22662 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22663 test_array [0] = 0
22664
22665 ;
22666 return 0;
22667 }
22668 _ACEOF
22669 rm -f conftest.$ac_objext
22670 if { (ac_try="$ac_compile"
22671 case "(($ac_try" in
22672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22673 *) ac_try_echo=$ac_try;;
22674 esac
22675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22676 (eval "$ac_compile") 2>conftest.er1
22677 ac_status=$?
22678 grep -v '^ *+' conftest.er1 >conftest.err
22679 rm -f conftest.er1
22680 cat conftest.err >&5
22681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22682 (exit $ac_status); } && {
22683 test -z "$ac_c_werror_flag" ||
22684 test ! -s conftest.err
22685 } && test -s conftest.$ac_objext; then
22686 ac_lo=0 ac_mid=0
22687 while :; do
22688 cat >conftest.$ac_ext <<_ACEOF
22689 /* confdefs.h. */
22690 _ACEOF
22691 cat confdefs.h >>conftest.$ac_ext
22692 cat >>conftest.$ac_ext <<_ACEOF
22693 /* end confdefs.h. */
22694 $ac_includes_default
22695 typedef long long ac__type_sizeof_;
22696 int
22697 main ()
22698 {
22699 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22700 test_array [0] = 0
22701
22702 ;
22703 return 0;
22704 }
22705 _ACEOF
22706 rm -f conftest.$ac_objext
22707 if { (ac_try="$ac_compile"
22708 case "(($ac_try" in
22709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22710 *) ac_try_echo=$ac_try;;
22711 esac
22712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22713 (eval "$ac_compile") 2>conftest.er1
22714 ac_status=$?
22715 grep -v '^ *+' conftest.er1 >conftest.err
22716 rm -f conftest.er1
22717 cat conftest.err >&5
22718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22719 (exit $ac_status); } && {
22720 test -z "$ac_c_werror_flag" ||
22721 test ! -s conftest.err
22722 } && test -s conftest.$ac_objext; then
22723 ac_hi=$ac_mid; break
22724 else
22725 echo "$as_me: failed program was:" >&5
22726 sed 's/^/| /' conftest.$ac_ext >&5
22727
22728 ac_lo=`expr $ac_mid + 1`
22729 if test $ac_lo -le $ac_mid; then
22730 ac_lo= ac_hi=
22731 break
22732 fi
22733 ac_mid=`expr 2 '*' $ac_mid + 1`
22734 fi
22735
22736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22737 done
22738 else
22739 echo "$as_me: failed program was:" >&5
22740 sed 's/^/| /' conftest.$ac_ext >&5
22741
22742 cat >conftest.$ac_ext <<_ACEOF
22743 /* confdefs.h. */
22744 _ACEOF
22745 cat confdefs.h >>conftest.$ac_ext
22746 cat >>conftest.$ac_ext <<_ACEOF
22747 /* end confdefs.h. */
22748 $ac_includes_default
22749 typedef long long ac__type_sizeof_;
22750 int
22751 main ()
22752 {
22753 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22754 test_array [0] = 0
22755
22756 ;
22757 return 0;
22758 }
22759 _ACEOF
22760 rm -f conftest.$ac_objext
22761 if { (ac_try="$ac_compile"
22762 case "(($ac_try" in
22763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22764 *) ac_try_echo=$ac_try;;
22765 esac
22766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22767 (eval "$ac_compile") 2>conftest.er1
22768 ac_status=$?
22769 grep -v '^ *+' conftest.er1 >conftest.err
22770 rm -f conftest.er1
22771 cat conftest.err >&5
22772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22773 (exit $ac_status); } && {
22774 test -z "$ac_c_werror_flag" ||
22775 test ! -s conftest.err
22776 } && test -s conftest.$ac_objext; then
22777 ac_hi=-1 ac_mid=-1
22778 while :; do
22779 cat >conftest.$ac_ext <<_ACEOF
22780 /* confdefs.h. */
22781 _ACEOF
22782 cat confdefs.h >>conftest.$ac_ext
22783 cat >>conftest.$ac_ext <<_ACEOF
22784 /* end confdefs.h. */
22785 $ac_includes_default
22786 typedef long long ac__type_sizeof_;
22787 int
22788 main ()
22789 {
22790 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22791 test_array [0] = 0
22792
22793 ;
22794 return 0;
22795 }
22796 _ACEOF
22797 rm -f conftest.$ac_objext
22798 if { (ac_try="$ac_compile"
22799 case "(($ac_try" in
22800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22801 *) ac_try_echo=$ac_try;;
22802 esac
22803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22804 (eval "$ac_compile") 2>conftest.er1
22805 ac_status=$?
22806 grep -v '^ *+' conftest.er1 >conftest.err
22807 rm -f conftest.er1
22808 cat conftest.err >&5
22809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22810 (exit $ac_status); } && {
22811 test -z "$ac_c_werror_flag" ||
22812 test ! -s conftest.err
22813 } && test -s conftest.$ac_objext; then
22814 ac_lo=$ac_mid; break
22815 else
22816 echo "$as_me: failed program was:" >&5
22817 sed 's/^/| /' conftest.$ac_ext >&5
22818
22819 ac_hi=`expr '(' $ac_mid ')' - 1`
22820 if test $ac_mid -le $ac_hi; then
22821 ac_lo= ac_hi=
22822 break
22823 fi
22824 ac_mid=`expr 2 '*' $ac_mid`
22825 fi
22826
22827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22828 done
22829 else
22830 echo "$as_me: failed program was:" >&5
22831 sed 's/^/| /' conftest.$ac_ext >&5
22832
22833 ac_lo= ac_hi=
22834 fi
22835
22836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22837 fi
22838
22839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22840 # Binary search between lo and hi bounds.
22841 while test "x$ac_lo" != "x$ac_hi"; do
22842 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22843 cat >conftest.$ac_ext <<_ACEOF
22844 /* confdefs.h. */
22845 _ACEOF
22846 cat confdefs.h >>conftest.$ac_ext
22847 cat >>conftest.$ac_ext <<_ACEOF
22848 /* end confdefs.h. */
22849 $ac_includes_default
22850 typedef long long ac__type_sizeof_;
22851 int
22852 main ()
22853 {
22854 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22855 test_array [0] = 0
22856
22857 ;
22858 return 0;
22859 }
22860 _ACEOF
22861 rm -f conftest.$ac_objext
22862 if { (ac_try="$ac_compile"
22863 case "(($ac_try" in
22864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22865 *) ac_try_echo=$ac_try;;
22866 esac
22867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22868 (eval "$ac_compile") 2>conftest.er1
22869 ac_status=$?
22870 grep -v '^ *+' conftest.er1 >conftest.err
22871 rm -f conftest.er1
22872 cat conftest.err >&5
22873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22874 (exit $ac_status); } && {
22875 test -z "$ac_c_werror_flag" ||
22876 test ! -s conftest.err
22877 } && test -s conftest.$ac_objext; then
22878 ac_hi=$ac_mid
22879 else
22880 echo "$as_me: failed program was:" >&5
22881 sed 's/^/| /' conftest.$ac_ext >&5
22882
22883 ac_lo=`expr '(' $ac_mid ')' + 1`
22884 fi
22885
22886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22887 done
22888 case $ac_lo in
22889 ?*) ac_cv_sizeof_long_long=$ac_lo;;
22890 '') if test "$ac_cv_type_long_long" = yes; then
22891 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22892 See \`config.log' for more details." >&5
22893 echo "$as_me: error: cannot compute sizeof (long long)
22894 See \`config.log' for more details." >&2;}
22895 { (exit 77); exit 77; }; }
22896 else
22897 ac_cv_sizeof_long_long=0
22898 fi ;;
22899 esac
22900 else
22901 cat >conftest.$ac_ext <<_ACEOF
22902 /* confdefs.h. */
22903 _ACEOF
22904 cat confdefs.h >>conftest.$ac_ext
22905 cat >>conftest.$ac_ext <<_ACEOF
22906 /* end confdefs.h. */
22907 $ac_includes_default
22908 typedef long long ac__type_sizeof_;
22909 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22910 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22911 #include <stdio.h>
22912 #include <stdlib.h>
22913 int
22914 main ()
22915 {
22916
22917 FILE *f = fopen ("conftest.val", "w");
22918 if (! f)
22919 return 1;
22920 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22921 {
22922 long int i = longval ();
22923 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22924 return 1;
22925 fprintf (f, "%ld\n", i);
22926 }
22927 else
22928 {
22929 unsigned long int i = ulongval ();
22930 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22931 return 1;
22932 fprintf (f, "%lu\n", i);
22933 }
22934 return ferror (f) || fclose (f) != 0;
22935
22936 ;
22937 return 0;
22938 }
22939 _ACEOF
22940 rm -f conftest$ac_exeext
22941 if { (ac_try="$ac_link"
22942 case "(($ac_try" in
22943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22944 *) ac_try_echo=$ac_try;;
22945 esac
22946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22947 (eval "$ac_link") 2>&5
22948 ac_status=$?
22949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22950 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22951 { (case "(($ac_try" in
22952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22953 *) ac_try_echo=$ac_try;;
22954 esac
22955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22956 (eval "$ac_try") 2>&5
22957 ac_status=$?
22958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22959 (exit $ac_status); }; }; then
22960 ac_cv_sizeof_long_long=`cat conftest.val`
22961 else
22962 echo "$as_me: program exited with status $ac_status" >&5
22963 echo "$as_me: failed program was:" >&5
22964 sed 's/^/| /' conftest.$ac_ext >&5
22965
22966 ( exit $ac_status )
22967 if test "$ac_cv_type_long_long" = yes; then
22968 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22969 See \`config.log' for more details." >&5
22970 echo "$as_me: error: cannot compute sizeof (long long)
22971 See \`config.log' for more details." >&2;}
22972 { (exit 77); exit 77; }; }
22973 else
22974 ac_cv_sizeof_long_long=0
22975 fi
22976 fi
22977 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22978 fi
22979 rm -f conftest.val
22980 fi
22981 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
22982 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
22983
22984
22985
22986 cat >>confdefs.h <<_ACEOF
22987 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
22988 _ACEOF
22989
22990
22991 esac
22992
22993 { echo "$as_me:$LINENO: checking for wchar_t" >&5
22994 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
22995 if test "${ac_cv_type_wchar_t+set}" = set; then
22996 echo $ECHO_N "(cached) $ECHO_C" >&6
22997 else
22998 cat >conftest.$ac_ext <<_ACEOF
22999 /* confdefs.h. */
23000 _ACEOF
23001 cat confdefs.h >>conftest.$ac_ext
23002 cat >>conftest.$ac_ext <<_ACEOF
23003 /* end confdefs.h. */
23004
23005 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23006 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23007 # error "fake wchar_t"
23008 #endif
23009 #ifdef HAVE_WCHAR_H
23010 # ifdef __CYGWIN__
23011 # include <stddef.h>
23012 # endif
23013 # include <wchar.h>
23014 #endif
23015 #ifdef HAVE_STDLIB_H
23016 # include <stdlib.h>
23017 #endif
23018 #include <stdio.h>
23019
23020
23021
23022 typedef wchar_t ac__type_new_;
23023 int
23024 main ()
23025 {
23026 if ((ac__type_new_ *) 0)
23027 return 0;
23028 if (sizeof (ac__type_new_))
23029 return 0;
23030 ;
23031 return 0;
23032 }
23033 _ACEOF
23034 rm -f conftest.$ac_objext
23035 if { (ac_try="$ac_compile"
23036 case "(($ac_try" in
23037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23038 *) ac_try_echo=$ac_try;;
23039 esac
23040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23041 (eval "$ac_compile") 2>conftest.er1
23042 ac_status=$?
23043 grep -v '^ *+' conftest.er1 >conftest.err
23044 rm -f conftest.er1
23045 cat conftest.err >&5
23046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23047 (exit $ac_status); } && {
23048 test -z "$ac_c_werror_flag" ||
23049 test ! -s conftest.err
23050 } && test -s conftest.$ac_objext; then
23051 ac_cv_type_wchar_t=yes
23052 else
23053 echo "$as_me: failed program was:" >&5
23054 sed 's/^/| /' conftest.$ac_ext >&5
23055
23056 ac_cv_type_wchar_t=no
23057 fi
23058
23059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23060 fi
23061 { echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
23062 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6; }
23063
23064 # The cast to long int works around a bug in the HP C Compiler
23065 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23066 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23067 # This bug is HP SR number 8606223364.
23068 { echo "$as_me:$LINENO: checking size of wchar_t" >&5
23069 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6; }
23070 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
23071 echo $ECHO_N "(cached) $ECHO_C" >&6
23072 else
23073 if test "$cross_compiling" = yes; then
23074 # Depending upon the size, compute the lo and hi bounds.
23075 cat >conftest.$ac_ext <<_ACEOF
23076 /* confdefs.h. */
23077 _ACEOF
23078 cat confdefs.h >>conftest.$ac_ext
23079 cat >>conftest.$ac_ext <<_ACEOF
23080 /* end confdefs.h. */
23081
23082 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23083 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23084 # error "fake wchar_t"
23085 #endif
23086 #ifdef HAVE_WCHAR_H
23087 # ifdef __CYGWIN__
23088 # include <stddef.h>
23089 # endif
23090 # include <wchar.h>
23091 #endif
23092 #ifdef HAVE_STDLIB_H
23093 # include <stdlib.h>
23094 #endif
23095 #include <stdio.h>
23096
23097
23098
23099 typedef wchar_t ac__type_sizeof_;
23100 int
23101 main ()
23102 {
23103 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23104 test_array [0] = 0
23105
23106 ;
23107 return 0;
23108 }
23109 _ACEOF
23110 rm -f conftest.$ac_objext
23111 if { (ac_try="$ac_compile"
23112 case "(($ac_try" in
23113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23114 *) ac_try_echo=$ac_try;;
23115 esac
23116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23117 (eval "$ac_compile") 2>conftest.er1
23118 ac_status=$?
23119 grep -v '^ *+' conftest.er1 >conftest.err
23120 rm -f conftest.er1
23121 cat conftest.err >&5
23122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23123 (exit $ac_status); } && {
23124 test -z "$ac_c_werror_flag" ||
23125 test ! -s conftest.err
23126 } && test -s conftest.$ac_objext; then
23127 ac_lo=0 ac_mid=0
23128 while :; do
23129 cat >conftest.$ac_ext <<_ACEOF
23130 /* confdefs.h. */
23131 _ACEOF
23132 cat confdefs.h >>conftest.$ac_ext
23133 cat >>conftest.$ac_ext <<_ACEOF
23134 /* end confdefs.h. */
23135
23136 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23137 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23138 # error "fake wchar_t"
23139 #endif
23140 #ifdef HAVE_WCHAR_H
23141 # ifdef __CYGWIN__
23142 # include <stddef.h>
23143 # endif
23144 # include <wchar.h>
23145 #endif
23146 #ifdef HAVE_STDLIB_H
23147 # include <stdlib.h>
23148 #endif
23149 #include <stdio.h>
23150
23151
23152
23153 typedef wchar_t ac__type_sizeof_;
23154 int
23155 main ()
23156 {
23157 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23158 test_array [0] = 0
23159
23160 ;
23161 return 0;
23162 }
23163 _ACEOF
23164 rm -f conftest.$ac_objext
23165 if { (ac_try="$ac_compile"
23166 case "(($ac_try" in
23167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23168 *) ac_try_echo=$ac_try;;
23169 esac
23170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23171 (eval "$ac_compile") 2>conftest.er1
23172 ac_status=$?
23173 grep -v '^ *+' conftest.er1 >conftest.err
23174 rm -f conftest.er1
23175 cat conftest.err >&5
23176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23177 (exit $ac_status); } && {
23178 test -z "$ac_c_werror_flag" ||
23179 test ! -s conftest.err
23180 } && test -s conftest.$ac_objext; then
23181 ac_hi=$ac_mid; break
23182 else
23183 echo "$as_me: failed program was:" >&5
23184 sed 's/^/| /' conftest.$ac_ext >&5
23185
23186 ac_lo=`expr $ac_mid + 1`
23187 if test $ac_lo -le $ac_mid; then
23188 ac_lo= ac_hi=
23189 break
23190 fi
23191 ac_mid=`expr 2 '*' $ac_mid + 1`
23192 fi
23193
23194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23195 done
23196 else
23197 echo "$as_me: failed program was:" >&5
23198 sed 's/^/| /' conftest.$ac_ext >&5
23199
23200 cat >conftest.$ac_ext <<_ACEOF
23201 /* confdefs.h. */
23202 _ACEOF
23203 cat confdefs.h >>conftest.$ac_ext
23204 cat >>conftest.$ac_ext <<_ACEOF
23205 /* end confdefs.h. */
23206
23207 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23208 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23209 # error "fake wchar_t"
23210 #endif
23211 #ifdef HAVE_WCHAR_H
23212 # ifdef __CYGWIN__
23213 # include <stddef.h>
23214 # endif
23215 # include <wchar.h>
23216 #endif
23217 #ifdef HAVE_STDLIB_H
23218 # include <stdlib.h>
23219 #endif
23220 #include <stdio.h>
23221
23222
23223
23224 typedef wchar_t ac__type_sizeof_;
23225 int
23226 main ()
23227 {
23228 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23229 test_array [0] = 0
23230
23231 ;
23232 return 0;
23233 }
23234 _ACEOF
23235 rm -f conftest.$ac_objext
23236 if { (ac_try="$ac_compile"
23237 case "(($ac_try" in
23238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23239 *) ac_try_echo=$ac_try;;
23240 esac
23241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23242 (eval "$ac_compile") 2>conftest.er1
23243 ac_status=$?
23244 grep -v '^ *+' conftest.er1 >conftest.err
23245 rm -f conftest.er1
23246 cat conftest.err >&5
23247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23248 (exit $ac_status); } && {
23249 test -z "$ac_c_werror_flag" ||
23250 test ! -s conftest.err
23251 } && test -s conftest.$ac_objext; then
23252 ac_hi=-1 ac_mid=-1
23253 while :; do
23254 cat >conftest.$ac_ext <<_ACEOF
23255 /* confdefs.h. */
23256 _ACEOF
23257 cat confdefs.h >>conftest.$ac_ext
23258 cat >>conftest.$ac_ext <<_ACEOF
23259 /* end confdefs.h. */
23260
23261 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23262 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23263 # error "fake wchar_t"
23264 #endif
23265 #ifdef HAVE_WCHAR_H
23266 # ifdef __CYGWIN__
23267 # include <stddef.h>
23268 # endif
23269 # include <wchar.h>
23270 #endif
23271 #ifdef HAVE_STDLIB_H
23272 # include <stdlib.h>
23273 #endif
23274 #include <stdio.h>
23275
23276
23277
23278 typedef wchar_t ac__type_sizeof_;
23279 int
23280 main ()
23281 {
23282 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23283 test_array [0] = 0
23284
23285 ;
23286 return 0;
23287 }
23288 _ACEOF
23289 rm -f conftest.$ac_objext
23290 if { (ac_try="$ac_compile"
23291 case "(($ac_try" in
23292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23293 *) ac_try_echo=$ac_try;;
23294 esac
23295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23296 (eval "$ac_compile") 2>conftest.er1
23297 ac_status=$?
23298 grep -v '^ *+' conftest.er1 >conftest.err
23299 rm -f conftest.er1
23300 cat conftest.err >&5
23301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23302 (exit $ac_status); } && {
23303 test -z "$ac_c_werror_flag" ||
23304 test ! -s conftest.err
23305 } && test -s conftest.$ac_objext; then
23306 ac_lo=$ac_mid; break
23307 else
23308 echo "$as_me: failed program was:" >&5
23309 sed 's/^/| /' conftest.$ac_ext >&5
23310
23311 ac_hi=`expr '(' $ac_mid ')' - 1`
23312 if test $ac_mid -le $ac_hi; then
23313 ac_lo= ac_hi=
23314 break
23315 fi
23316 ac_mid=`expr 2 '*' $ac_mid`
23317 fi
23318
23319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23320 done
23321 else
23322 echo "$as_me: failed program was:" >&5
23323 sed 's/^/| /' conftest.$ac_ext >&5
23324
23325 ac_lo= ac_hi=
23326 fi
23327
23328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23329 fi
23330
23331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23332 # Binary search between lo and hi bounds.
23333 while test "x$ac_lo" != "x$ac_hi"; do
23334 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23335 cat >conftest.$ac_ext <<_ACEOF
23336 /* confdefs.h. */
23337 _ACEOF
23338 cat confdefs.h >>conftest.$ac_ext
23339 cat >>conftest.$ac_ext <<_ACEOF
23340 /* end confdefs.h. */
23341
23342 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23343 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23344 # error "fake wchar_t"
23345 #endif
23346 #ifdef HAVE_WCHAR_H
23347 # ifdef __CYGWIN__
23348 # include <stddef.h>
23349 # endif
23350 # include <wchar.h>
23351 #endif
23352 #ifdef HAVE_STDLIB_H
23353 # include <stdlib.h>
23354 #endif
23355 #include <stdio.h>
23356
23357
23358
23359 typedef wchar_t ac__type_sizeof_;
23360 int
23361 main ()
23362 {
23363 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23364 test_array [0] = 0
23365
23366 ;
23367 return 0;
23368 }
23369 _ACEOF
23370 rm -f conftest.$ac_objext
23371 if { (ac_try="$ac_compile"
23372 case "(($ac_try" in
23373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23374 *) ac_try_echo=$ac_try;;
23375 esac
23376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23377 (eval "$ac_compile") 2>conftest.er1
23378 ac_status=$?
23379 grep -v '^ *+' conftest.er1 >conftest.err
23380 rm -f conftest.er1
23381 cat conftest.err >&5
23382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23383 (exit $ac_status); } && {
23384 test -z "$ac_c_werror_flag" ||
23385 test ! -s conftest.err
23386 } && test -s conftest.$ac_objext; then
23387 ac_hi=$ac_mid
23388 else
23389 echo "$as_me: failed program was:" >&5
23390 sed 's/^/| /' conftest.$ac_ext >&5
23391
23392 ac_lo=`expr '(' $ac_mid ')' + 1`
23393 fi
23394
23395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23396 done
23397 case $ac_lo in
23398 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
23399 '') if test "$ac_cv_type_wchar_t" = yes; then
23400 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
23401 See \`config.log' for more details." >&5
23402 echo "$as_me: error: cannot compute sizeof (wchar_t)
23403 See \`config.log' for more details." >&2;}
23404 { (exit 77); exit 77; }; }
23405 else
23406 ac_cv_sizeof_wchar_t=0
23407 fi ;;
23408 esac
23409 else
23410 cat >conftest.$ac_ext <<_ACEOF
23411 /* confdefs.h. */
23412 _ACEOF
23413 cat confdefs.h >>conftest.$ac_ext
23414 cat >>conftest.$ac_ext <<_ACEOF
23415 /* end confdefs.h. */
23416
23417 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23418 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23419 # error "fake wchar_t"
23420 #endif
23421 #ifdef HAVE_WCHAR_H
23422 # ifdef __CYGWIN__
23423 # include <stddef.h>
23424 # endif
23425 # include <wchar.h>
23426 #endif
23427 #ifdef HAVE_STDLIB_H
23428 # include <stdlib.h>
23429 #endif
23430 #include <stdio.h>
23431
23432
23433
23434 typedef wchar_t ac__type_sizeof_;
23435 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23436 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23437 #include <stdio.h>
23438 #include <stdlib.h>
23439 int
23440 main ()
23441 {
23442
23443 FILE *f = fopen ("conftest.val", "w");
23444 if (! f)
23445 return 1;
23446 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23447 {
23448 long int i = longval ();
23449 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23450 return 1;
23451 fprintf (f, "%ld\n", i);
23452 }
23453 else
23454 {
23455 unsigned long int i = ulongval ();
23456 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23457 return 1;
23458 fprintf (f, "%lu\n", i);
23459 }
23460 return ferror (f) || fclose (f) != 0;
23461
23462 ;
23463 return 0;
23464 }
23465 _ACEOF
23466 rm -f conftest$ac_exeext
23467 if { (ac_try="$ac_link"
23468 case "(($ac_try" in
23469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23470 *) ac_try_echo=$ac_try;;
23471 esac
23472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23473 (eval "$ac_link") 2>&5
23474 ac_status=$?
23475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23476 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23477 { (case "(($ac_try" in
23478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23479 *) ac_try_echo=$ac_try;;
23480 esac
23481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23482 (eval "$ac_try") 2>&5
23483 ac_status=$?
23484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23485 (exit $ac_status); }; }; then
23486 ac_cv_sizeof_wchar_t=`cat conftest.val`
23487 else
23488 echo "$as_me: program exited with status $ac_status" >&5
23489 echo "$as_me: failed program was:" >&5
23490 sed 's/^/| /' conftest.$ac_ext >&5
23491
23492 ( exit $ac_status )
23493 if test "$ac_cv_type_wchar_t" = yes; then
23494 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
23495 See \`config.log' for more details." >&5
23496 echo "$as_me: error: cannot compute sizeof (wchar_t)
23497 See \`config.log' for more details." >&2;}
23498 { (exit 77); exit 77; }; }
23499 else
23500 ac_cv_sizeof_wchar_t=0
23501 fi
23502 fi
23503 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23504 fi
23505 rm -f conftest.val
23506 fi
23507 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
23508 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6; }
23509
23510
23511
23512 cat >>confdefs.h <<_ACEOF
23513 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
23514 _ACEOF
23515
23516
23517 if test "$ac_cv_sizeof_wchar_t" != 0; then
23518 wxUSE_WCHAR_T=yes
23519 else
23520 wxUSE_WCHAR_T=no
23521 fi
23522
23523 { echo "$as_me:$LINENO: checking for va_copy" >&5
23524 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
23525 if test "${wx_cv_func_va_copy+set}" = set; then
23526 echo $ECHO_N "(cached) $ECHO_C" >&6
23527 else
23528
23529 ac_ext=cpp
23530 ac_cpp='$CXXCPP $CPPFLAGS'
23531 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23532 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23533 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23534
23535 cat >conftest.$ac_ext <<_ACEOF
23536
23537 #include <stdarg.h>
23538 void foo(char *f, ...)
23539 {
23540 va_list ap1, ap2;
23541 va_start(ap1, f);
23542 va_copy(ap2, ap1);
23543 va_end(ap2);
23544 va_end(ap1);
23545 }
23546 int main()
23547 {
23548 foo("hi", 17);
23549 return 0;
23550 }
23551 _ACEOF
23552 rm -f conftest.$ac_objext conftest$ac_exeext
23553 if { (ac_try="$ac_link"
23554 case "(($ac_try" in
23555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23556 *) ac_try_echo=$ac_try;;
23557 esac
23558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23559 (eval "$ac_link") 2>conftest.er1
23560 ac_status=$?
23561 grep -v '^ *+' conftest.er1 >conftest.err
23562 rm -f conftest.er1
23563 cat conftest.err >&5
23564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23565 (exit $ac_status); } && {
23566 test -z "$ac_cxx_werror_flag" ||
23567 test ! -s conftest.err
23568 } && test -s conftest$ac_exeext &&
23569 $as_test_x conftest$ac_exeext; then
23570 wx_cv_func_va_copy=yes
23571 else
23572 echo "$as_me: failed program was:" >&5
23573 sed 's/^/| /' conftest.$ac_ext >&5
23574
23575 wx_cv_func_va_copy=no
23576
23577 fi
23578
23579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23580 conftest$ac_exeext conftest.$ac_ext
23581 ac_ext=c
23582 ac_cpp='$CPP $CPPFLAGS'
23583 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23584 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23585 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23586
23587
23588
23589 fi
23590 { echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
23591 echo "${ECHO_T}$wx_cv_func_va_copy" >&6; }
23592
23593 if test $wx_cv_func_va_copy = "yes"; then
23594 cat >>confdefs.h <<\_ACEOF
23595 #define HAVE_VA_COPY 1
23596 _ACEOF
23597
23598 else
23599 { echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
23600 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6; }
23601 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
23602 echo $ECHO_N "(cached) $ECHO_C" >&6
23603 else
23604
23605 if test "$cross_compiling" = yes; then
23606 wx_cv_type_va_list_lvalue=yes
23607
23608 else
23609 cat >conftest.$ac_ext <<_ACEOF
23610
23611 #include <stdarg.h>
23612 int foo(char *f, ...)
23613 {
23614 va_list ap1, ap2;
23615 va_start(ap1, f);
23616 ap2 = ap1;
23617 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
23618 return 1;
23619 va_end(ap2);
23620 va_end(ap1);
23621 return 0;
23622 }
23623 int main()
23624 {
23625 return foo("hi", 17);
23626 }
23627 _ACEOF
23628 rm -f conftest$ac_exeext
23629 if { (ac_try="$ac_link"
23630 case "(($ac_try" in
23631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23632 *) ac_try_echo=$ac_try;;
23633 esac
23634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23635 (eval "$ac_link") 2>&5
23636 ac_status=$?
23637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23638 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23639 { (case "(($ac_try" in
23640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23641 *) ac_try_echo=$ac_try;;
23642 esac
23643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23644 (eval "$ac_try") 2>&5
23645 ac_status=$?
23646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23647 (exit $ac_status); }; }; then
23648 wx_cv_type_va_list_lvalue=yes
23649 else
23650 echo "$as_me: program exited with status $ac_status" >&5
23651 echo "$as_me: failed program was:" >&5
23652 sed 's/^/| /' conftest.$ac_ext >&5
23653
23654 ( exit $ac_status )
23655 wx_cv_type_va_list_lvalue=no
23656 fi
23657 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23658 fi
23659
23660
23661
23662
23663 fi
23664 { echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
23665 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6; }
23666
23667 if test $wx_cv_type_va_list_lvalue != "yes"; then
23668 cat >>confdefs.h <<\_ACEOF
23669 #define VA_LIST_IS_ARRAY 1
23670 _ACEOF
23671
23672 fi
23673 fi
23674
23675 if test "$wxUSE_VARARG_MACROS" = "yes"; then
23676
23677 { echo "$as_me:$LINENO: checking whether the compiler supports variadic macros" >&5
23678 echo $ECHO_N "checking whether the compiler supports variadic macros... $ECHO_C" >&6; }
23679 if test "${wx_cv_have_variadic_macros+set}" = set; then
23680 echo $ECHO_N "(cached) $ECHO_C" >&6
23681 else
23682
23683 ac_ext=cpp
23684 ac_cpp='$CXXCPP $CPPFLAGS'
23685 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23686 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23687 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23688
23689 cat >conftest.$ac_ext <<_ACEOF
23690 /* confdefs.h. */
23691 _ACEOF
23692 cat confdefs.h >>conftest.$ac_ext
23693 cat >>conftest.$ac_ext <<_ACEOF
23694 /* end confdefs.h. */
23695
23696 #include <stdio.h>
23697 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
23698
23699 int
23700 main ()
23701 {
23702
23703 test("%s %d %p", "test", 1, 0);
23704
23705
23706 ;
23707 return 0;
23708 }
23709 _ACEOF
23710 rm -f conftest.$ac_objext
23711 if { (ac_try="$ac_compile"
23712 case "(($ac_try" in
23713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23714 *) ac_try_echo=$ac_try;;
23715 esac
23716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23717 (eval "$ac_compile") 2>conftest.er1
23718 ac_status=$?
23719 grep -v '^ *+' conftest.er1 >conftest.err
23720 rm -f conftest.er1
23721 cat conftest.err >&5
23722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23723 (exit $ac_status); } && {
23724 test -z "$ac_cxx_werror_flag" ||
23725 test ! -s conftest.err
23726 } && test -s conftest.$ac_objext; then
23727 wx_cv_have_variadic_macros=yes
23728 else
23729 echo "$as_me: failed program was:" >&5
23730 sed 's/^/| /' conftest.$ac_ext >&5
23731
23732 wx_cv_have_variadic_macros=no
23733
23734 fi
23735
23736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23737 ac_ext=c
23738 ac_cpp='$CPP $CPPFLAGS'
23739 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23740 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23741 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23742
23743
23744
23745 fi
23746 { echo "$as_me:$LINENO: result: $wx_cv_have_variadic_macros" >&5
23747 echo "${ECHO_T}$wx_cv_have_variadic_macros" >&6; }
23748
23749 if test $wx_cv_have_variadic_macros = "yes"; then
23750 cat >>confdefs.h <<\_ACEOF
23751 #define HAVE_VARIADIC_MACROS 1
23752 _ACEOF
23753
23754 fi
23755
23756 fi
23757
23758 LARGEFILE_CPPFLAGS=
23759 # Check whether --enable-largefile was given.
23760 if test "${enable_largefile+set}" = set; then
23761 enableval=$enable_largefile;
23762 fi
23763
23764 if test "$enable_largefile" != no; then
23765 wx_largefile=no
23766
23767 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
23768 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
23769 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
23770 echo $ECHO_N "(cached) $ECHO_C" >&6
23771 else
23772
23773 cat >conftest.$ac_ext <<_ACEOF
23774 /* confdefs.h. */
23775 _ACEOF
23776 cat confdefs.h >>conftest.$ac_ext
23777 cat >>conftest.$ac_ext <<_ACEOF
23778 /* end confdefs.h. */
23779 #define _FILE_OFFSET_BITS 64
23780 #include <sys/types.h>
23781 int
23782 main ()
23783 {
23784 typedef struct {
23785 unsigned int field: sizeof(off_t) == 8;
23786 } wxlf;
23787
23788 ;
23789 return 0;
23790 }
23791 _ACEOF
23792 rm -f conftest.$ac_objext
23793 if { (ac_try="$ac_compile"
23794 case "(($ac_try" in
23795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23796 *) ac_try_echo=$ac_try;;
23797 esac
23798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23799 (eval "$ac_compile") 2>conftest.er1
23800 ac_status=$?
23801 grep -v '^ *+' conftest.er1 >conftest.err
23802 rm -f conftest.er1
23803 cat conftest.err >&5
23804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23805 (exit $ac_status); } && {
23806 test -z "$ac_c_werror_flag" ||
23807 test ! -s conftest.err
23808 } && test -s conftest.$ac_objext; then
23809 ac_cv_sys_file_offset_bits=64
23810 else
23811 echo "$as_me: failed program was:" >&5
23812 sed 's/^/| /' conftest.$ac_ext >&5
23813
23814 ac_cv_sys_file_offset_bits=no
23815 fi
23816
23817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23818
23819
23820 fi
23821 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
23822 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
23823
23824 if test "$ac_cv_sys_file_offset_bits" != no; then
23825 wx_largefile=yes
23826 cat >>confdefs.h <<_ACEOF
23827 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
23828 _ACEOF
23829
23830 fi
23831
23832 if test "x$wx_largefile" != "xyes"; then
23833
23834 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
23835 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
23836 if test "${ac_cv_sys_large_files+set}" = set; then
23837 echo $ECHO_N "(cached) $ECHO_C" >&6
23838 else
23839
23840 cat >conftest.$ac_ext <<_ACEOF
23841 /* confdefs.h. */
23842 _ACEOF
23843 cat confdefs.h >>conftest.$ac_ext
23844 cat >>conftest.$ac_ext <<_ACEOF
23845 /* end confdefs.h. */
23846 #define _LARGE_FILES 1
23847 #include <sys/types.h>
23848 int
23849 main ()
23850 {
23851 typedef struct {
23852 unsigned int field: sizeof(off_t) == 8;
23853 } wxlf;
23854
23855 ;
23856 return 0;
23857 }
23858 _ACEOF
23859 rm -f conftest.$ac_objext
23860 if { (ac_try="$ac_compile"
23861 case "(($ac_try" in
23862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23863 *) ac_try_echo=$ac_try;;
23864 esac
23865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23866 (eval "$ac_compile") 2>conftest.er1
23867 ac_status=$?
23868 grep -v '^ *+' conftest.er1 >conftest.err
23869 rm -f conftest.er1
23870 cat conftest.err >&5
23871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23872 (exit $ac_status); } && {
23873 test -z "$ac_c_werror_flag" ||
23874 test ! -s conftest.err
23875 } && test -s conftest.$ac_objext; then
23876 ac_cv_sys_large_files=1
23877 else
23878 echo "$as_me: failed program was:" >&5
23879 sed 's/^/| /' conftest.$ac_ext >&5
23880
23881 ac_cv_sys_large_files=no
23882 fi
23883
23884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23885
23886
23887 fi
23888 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
23889 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
23890
23891 if test "$ac_cv_sys_large_files" != no; then
23892 wx_largefile=yes
23893 cat >>confdefs.h <<_ACEOF
23894 #define _LARGE_FILES $ac_cv_sys_large_files
23895 _ACEOF
23896
23897 fi
23898
23899 fi
23900
23901 { echo "$as_me:$LINENO: checking if large file support is available" >&5
23902 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6; }
23903 if test "x$wx_largefile" = "xyes"; then
23904 cat >>confdefs.h <<\_ACEOF
23905 #define HAVE_LARGEFILE_SUPPORT 1
23906 _ACEOF
23907
23908 fi
23909 { echo "$as_me:$LINENO: result: $wx_largefile" >&5
23910 echo "${ECHO_T}$wx_largefile" >&6; }
23911 fi
23912
23913 if test "$ac_cv_sys_file_offset_bits" = "64"; then
23914 LARGEFILE_CPPFLAGS="-D_FILE_OFFSET_BITS=64"
23915 elif test "$ac_cv_sys_large_files" = 1; then
23916 LARGEFILE_CPPFLAGS="-D_LARGE_FILES"
23917 fi
23918
23919 if test -n "$LARGEFILE_CPPFLAGS"; then
23920 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $LARGEFILE_CPPFLAGS"
23921
23922 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
23923 { echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
23924 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6; }
23925 if test "${wx_cv_STDC_EXT_required+set}" = set; then
23926 echo $ECHO_N "(cached) $ECHO_C" >&6
23927 else
23928
23929 ac_ext=cpp
23930 ac_cpp='$CXXCPP $CPPFLAGS'
23931 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23932 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23933 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23934
23935 cat >conftest.$ac_ext <<_ACEOF
23936 /* confdefs.h. */
23937 _ACEOF
23938 cat confdefs.h >>conftest.$ac_ext
23939 cat >>conftest.$ac_ext <<_ACEOF
23940 /* end confdefs.h. */
23941
23942 int
23943 main ()
23944 {
23945
23946 #ifndef __STDC_EXT__
23947 choke me
23948 #endif
23949
23950 ;
23951 return 0;
23952 }
23953 _ACEOF
23954 rm -f conftest.$ac_objext
23955 if { (ac_try="$ac_compile"
23956 case "(($ac_try" in
23957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23958 *) ac_try_echo=$ac_try;;
23959 esac
23960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23961 (eval "$ac_compile") 2>conftest.er1
23962 ac_status=$?
23963 grep -v '^ *+' conftest.er1 >conftest.err
23964 rm -f conftest.er1
23965 cat conftest.err >&5
23966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23967 (exit $ac_status); } && {
23968 test -z "$ac_cxx_werror_flag" ||
23969 test ! -s conftest.err
23970 } && test -s conftest.$ac_objext; then
23971 wx_cv_STDC_EXT_required=no
23972 else
23973 echo "$as_me: failed program was:" >&5
23974 sed 's/^/| /' conftest.$ac_ext >&5
23975
23976 wx_cv_STDC_EXT_required=yes
23977
23978 fi
23979
23980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23981 ac_ext=c
23982 ac_cpp='$CPP $CPPFLAGS'
23983 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23984 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23985 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23986
23987
23988
23989 fi
23990 { echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
23991 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6; }
23992 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
23993 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
23994 fi
23995 fi
23996 fi
23997
23998 ac_ext=cpp
23999 ac_cpp='$CXXCPP $CPPFLAGS'
24000 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24001 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24002 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24003
24004 old_CPPFLAGS="$CPPFLAGS"
24005 CPPFLAGS="$CPPFLAGS $LARGEFILE_CPPFLAGS"
24006 { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
24007 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
24008 if test "${ac_cv_sys_largefile_source+set}" = set; then
24009 echo $ECHO_N "(cached) $ECHO_C" >&6
24010 else
24011 while :; do
24012 cat >conftest.$ac_ext <<_ACEOF
24013 /* confdefs.h. */
24014 _ACEOF
24015 cat confdefs.h >>conftest.$ac_ext
24016 cat >>conftest.$ac_ext <<_ACEOF
24017 /* end confdefs.h. */
24018 #include <sys/types.h> /* for off_t */
24019 #include <stdio.h>
24020 int
24021 main ()
24022 {
24023 int (*fp) (FILE *, off_t, int) = fseeko;
24024 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
24025 ;
24026 return 0;
24027 }
24028 _ACEOF
24029 rm -f conftest.$ac_objext conftest$ac_exeext
24030 if { (ac_try="$ac_link"
24031 case "(($ac_try" in
24032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24033 *) ac_try_echo=$ac_try;;
24034 esac
24035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24036 (eval "$ac_link") 2>conftest.er1
24037 ac_status=$?
24038 grep -v '^ *+' conftest.er1 >conftest.err
24039 rm -f conftest.er1
24040 cat conftest.err >&5
24041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24042 (exit $ac_status); } && {
24043 test -z "$ac_cxx_werror_flag" ||
24044 test ! -s conftest.err
24045 } && test -s conftest$ac_exeext &&
24046 $as_test_x conftest$ac_exeext; then
24047 ac_cv_sys_largefile_source=no; break
24048 else
24049 echo "$as_me: failed program was:" >&5
24050 sed 's/^/| /' conftest.$ac_ext >&5
24051
24052
24053 fi
24054
24055 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24056 conftest$ac_exeext conftest.$ac_ext
24057 cat >conftest.$ac_ext <<_ACEOF
24058 /* confdefs.h. */
24059 _ACEOF
24060 cat confdefs.h >>conftest.$ac_ext
24061 cat >>conftest.$ac_ext <<_ACEOF
24062 /* end confdefs.h. */
24063 #define _LARGEFILE_SOURCE 1
24064 #include <sys/types.h> /* for off_t */
24065 #include <stdio.h>
24066 int
24067 main ()
24068 {
24069 int (*fp) (FILE *, off_t, int) = fseeko;
24070 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
24071 ;
24072 return 0;
24073 }
24074 _ACEOF
24075 rm -f conftest.$ac_objext conftest$ac_exeext
24076 if { (ac_try="$ac_link"
24077 case "(($ac_try" in
24078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24079 *) ac_try_echo=$ac_try;;
24080 esac
24081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24082 (eval "$ac_link") 2>conftest.er1
24083 ac_status=$?
24084 grep -v '^ *+' conftest.er1 >conftest.err
24085 rm -f conftest.er1
24086 cat conftest.err >&5
24087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24088 (exit $ac_status); } && {
24089 test -z "$ac_cxx_werror_flag" ||
24090 test ! -s conftest.err
24091 } && test -s conftest$ac_exeext &&
24092 $as_test_x conftest$ac_exeext; then
24093 ac_cv_sys_largefile_source=1; break
24094 else
24095 echo "$as_me: failed program was:" >&5
24096 sed 's/^/| /' conftest.$ac_ext >&5
24097
24098
24099 fi
24100
24101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24102 conftest$ac_exeext conftest.$ac_ext
24103 ac_cv_sys_largefile_source=unknown
24104 break
24105 done
24106 fi
24107 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
24108 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
24109 case $ac_cv_sys_largefile_source in #(
24110 no | unknown) ;;
24111 *)
24112 cat >>confdefs.h <<_ACEOF
24113 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
24114 _ACEOF
24115 ;;
24116 esac
24117 rm -f conftest*
24118
24119 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
24120 # in glibc 2.1.3, but that breaks too many other things.
24121 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
24122 if test $ac_cv_sys_largefile_source != unknown; then
24123
24124 cat >>confdefs.h <<\_ACEOF
24125 #define HAVE_FSEEKO 1
24126 _ACEOF
24127
24128 fi
24129
24130 CPPFLAGS="$old_CPPFLAGS"
24131 ac_ext=c
24132 ac_cpp='$CPP $CPPFLAGS'
24133 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24134 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24135 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24136
24137 if test "$ac_cv_sys_largefile_source" != no; then
24138 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
24139 fi
24140
24141 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
24142 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
24143 if test "${ac_cv_c_bigendian+set}" = set; then
24144 echo $ECHO_N "(cached) $ECHO_C" >&6
24145 else
24146 ac_cv_c_bigendian=unknown
24147 # See if sys/param.h defines the BYTE_ORDER macro.
24148 cat >conftest.$ac_ext <<_ACEOF
24149 /* confdefs.h. */
24150 _ACEOF
24151 cat confdefs.h >>conftest.$ac_ext
24152 cat >>conftest.$ac_ext <<_ACEOF
24153 /* end confdefs.h. */
24154 #include <sys/types.h>
24155 #include <sys/param.h>
24156 int
24157 main ()
24158 {
24159
24160 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
24161 bogus endian macros
24162 #endif
24163 ;
24164 return 0;
24165 }
24166 _ACEOF
24167 rm -f conftest.$ac_objext
24168 if { (ac_try="$ac_compile"
24169 case "(($ac_try" in
24170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24171 *) ac_try_echo=$ac_try;;
24172 esac
24173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24174 (eval "$ac_compile") 2>conftest.er1
24175 ac_status=$?
24176 grep -v '^ *+' conftest.er1 >conftest.err
24177 rm -f conftest.er1
24178 cat conftest.err >&5
24179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24180 (exit $ac_status); } && {
24181 test -z "$ac_c_werror_flag" ||
24182 test ! -s conftest.err
24183 } && test -s conftest.$ac_objext; then
24184 # It does; now see whether it defined to BIG_ENDIAN or not.
24185 cat >conftest.$ac_ext <<_ACEOF
24186 /* confdefs.h. */
24187 _ACEOF
24188 cat confdefs.h >>conftest.$ac_ext
24189 cat >>conftest.$ac_ext <<_ACEOF
24190 /* end confdefs.h. */
24191 #include <sys/types.h>
24192 #include <sys/param.h>
24193 int
24194 main ()
24195 {
24196
24197 #if BYTE_ORDER != BIG_ENDIAN
24198 not big endian
24199 #endif
24200 ;
24201 return 0;
24202 }
24203 _ACEOF
24204 rm -f conftest.$ac_objext
24205 if { (ac_try="$ac_compile"
24206 case "(($ac_try" in
24207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24208 *) ac_try_echo=$ac_try;;
24209 esac
24210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24211 (eval "$ac_compile") 2>conftest.er1
24212 ac_status=$?
24213 grep -v '^ *+' conftest.er1 >conftest.err
24214 rm -f conftest.er1
24215 cat conftest.err >&5
24216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24217 (exit $ac_status); } && {
24218 test -z "$ac_c_werror_flag" ||
24219 test ! -s conftest.err
24220 } && test -s conftest.$ac_objext; then
24221 ac_cv_c_bigendian=yes
24222 else
24223 echo "$as_me: failed program was:" >&5
24224 sed 's/^/| /' conftest.$ac_ext >&5
24225
24226 ac_cv_c_bigendian=no
24227 fi
24228
24229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24230 else
24231 echo "$as_me: failed program was:" >&5
24232 sed 's/^/| /' conftest.$ac_ext >&5
24233
24234
24235 fi
24236
24237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24238 if test $ac_cv_c_bigendian = unknown; then
24239 if test "$cross_compiling" = yes; then
24240 ac_cv_c_bigendian=unknown
24241 else
24242 cat >conftest.$ac_ext <<_ACEOF
24243 /* confdefs.h. */
24244 _ACEOF
24245 cat confdefs.h >>conftest.$ac_ext
24246 cat >>conftest.$ac_ext <<_ACEOF
24247 /* end confdefs.h. */
24248 main () {
24249 /* Are we little or big endian? From Harbison&Steele. */
24250 union
24251 {
24252 long l;
24253 char c[sizeof (long)];
24254 } u;
24255 u.l = 1;
24256 exit (u.c[sizeof (long) - 1] == 1);
24257 }
24258 _ACEOF
24259 rm -f conftest$ac_exeext
24260 if { (ac_try="$ac_link"
24261 case "(($ac_try" in
24262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24263 *) ac_try_echo=$ac_try;;
24264 esac
24265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24266 (eval "$ac_link") 2>&5
24267 ac_status=$?
24268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24269 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24270 { (case "(($ac_try" in
24271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24272 *) ac_try_echo=$ac_try;;
24273 esac
24274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24275 (eval "$ac_try") 2>&5
24276 ac_status=$?
24277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24278 (exit $ac_status); }; }; then
24279 ac_cv_c_bigendian=no
24280 else
24281 echo "$as_me: program exited with status $ac_status" >&5
24282 echo "$as_me: failed program was:" >&5
24283 sed 's/^/| /' conftest.$ac_ext >&5
24284
24285 ( exit $ac_status )
24286 ac_cv_c_bigendian=yes
24287 fi
24288 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24289 fi
24290
24291
24292 fi
24293 fi
24294 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
24295 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
24296 if test $ac_cv_c_bigendian = unknown; then
24297 { 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
24298 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;}
24299 fi
24300 if test $ac_cv_c_bigendian = yes; then
24301 cat >>confdefs.h <<\_ACEOF
24302 #define WORDS_BIGENDIAN 1
24303 _ACEOF
24304
24305 fi
24306
24307
24308
24309
24310 ac_ext=cpp
24311 ac_cpp='$CXXCPP $CPPFLAGS'
24312 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24313 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24314 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24315
24316
24317
24318 for ac_header in iostream
24319 do
24320 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24321 { echo "$as_me:$LINENO: checking for $ac_header" >&5
24322 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
24323 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24324 echo $ECHO_N "(cached) $ECHO_C" >&6
24325 else
24326 cat >conftest.$ac_ext <<_ACEOF
24327 /* confdefs.h. */
24328 _ACEOF
24329 cat confdefs.h >>conftest.$ac_ext
24330 cat >>conftest.$ac_ext <<_ACEOF
24331 /* end confdefs.h. */
24332
24333
24334 #include <$ac_header>
24335 _ACEOF
24336 rm -f conftest.$ac_objext
24337 if { (ac_try="$ac_compile"
24338 case "(($ac_try" in
24339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24340 *) ac_try_echo=$ac_try;;
24341 esac
24342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24343 (eval "$ac_compile") 2>conftest.er1
24344 ac_status=$?
24345 grep -v '^ *+' conftest.er1 >conftest.err
24346 rm -f conftest.er1
24347 cat conftest.err >&5
24348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24349 (exit $ac_status); } && {
24350 test -z "$ac_cxx_werror_flag" ||
24351 test ! -s conftest.err
24352 } && test -s conftest.$ac_objext; then
24353 eval "$as_ac_Header=yes"
24354 else
24355 echo "$as_me: failed program was:" >&5
24356 sed 's/^/| /' conftest.$ac_ext >&5
24357
24358 eval "$as_ac_Header=no"
24359 fi
24360
24361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24362 fi
24363 ac_res=`eval echo '${'$as_ac_Header'}'`
24364 { echo "$as_me:$LINENO: result: $ac_res" >&5
24365 echo "${ECHO_T}$ac_res" >&6; }
24366 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24367 cat >>confdefs.h <<_ACEOF
24368 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24369 _ACEOF
24370
24371 fi
24372
24373 done
24374
24375
24376 if test "$ac_cv_header_iostream" = "yes" ; then
24377 :
24378 else
24379 cat >>confdefs.h <<\_ACEOF
24380 #define wxUSE_IOSTREAMH 1
24381 _ACEOF
24382
24383 fi
24384
24385 ac_ext=c
24386 ac_cpp='$CPP $CPPFLAGS'
24387 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24388 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24389 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24390
24391
24392
24393
24394 { echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
24395 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6; }
24396 if test "${wx_cv_explicit+set}" = set; then
24397 echo $ECHO_N "(cached) $ECHO_C" >&6
24398 else
24399
24400
24401 ac_ext=cpp
24402 ac_cpp='$CXXCPP $CPPFLAGS'
24403 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24404 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24405 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24406
24407
24408 cat >conftest.$ac_ext <<_ACEOF
24409 /* confdefs.h. */
24410 _ACEOF
24411 cat confdefs.h >>conftest.$ac_ext
24412 cat >>conftest.$ac_ext <<_ACEOF
24413 /* end confdefs.h. */
24414
24415 class Foo { public: explicit Foo(int) {} };
24416
24417 int
24418 main ()
24419 {
24420
24421 return 0;
24422
24423 ;
24424 return 0;
24425 }
24426 _ACEOF
24427 rm -f conftest.$ac_objext
24428 if { (ac_try="$ac_compile"
24429 case "(($ac_try" in
24430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24431 *) ac_try_echo=$ac_try;;
24432 esac
24433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24434 (eval "$ac_compile") 2>conftest.er1
24435 ac_status=$?
24436 grep -v '^ *+' conftest.er1 >conftest.err
24437 rm -f conftest.er1
24438 cat conftest.err >&5
24439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24440 (exit $ac_status); } && {
24441 test -z "$ac_cxx_werror_flag" ||
24442 test ! -s conftest.err
24443 } && test -s conftest.$ac_objext; then
24444
24445 cat >conftest.$ac_ext <<_ACEOF
24446 /* confdefs.h. */
24447 _ACEOF
24448 cat confdefs.h >>conftest.$ac_ext
24449 cat >>conftest.$ac_ext <<_ACEOF
24450 /* end confdefs.h. */
24451
24452 class Foo { public: explicit Foo(int) {} };
24453 static void TakeFoo(const Foo& foo) { }
24454
24455 int
24456 main ()
24457 {
24458
24459 TakeFoo(17);
24460 return 0;
24461
24462 ;
24463 return 0;
24464 }
24465 _ACEOF
24466 rm -f conftest.$ac_objext
24467 if { (ac_try="$ac_compile"
24468 case "(($ac_try" in
24469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24470 *) ac_try_echo=$ac_try;;
24471 esac
24472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24473 (eval "$ac_compile") 2>conftest.er1
24474 ac_status=$?
24475 grep -v '^ *+' conftest.er1 >conftest.err
24476 rm -f conftest.er1
24477 cat conftest.err >&5
24478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24479 (exit $ac_status); } && {
24480 test -z "$ac_cxx_werror_flag" ||
24481 test ! -s conftest.err
24482 } && test -s conftest.$ac_objext; then
24483 wx_cv_explicit=no
24484 else
24485 echo "$as_me: failed program was:" >&5
24486 sed 's/^/| /' conftest.$ac_ext >&5
24487
24488 wx_cv_explicit=yes
24489
24490 fi
24491
24492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24493
24494 else
24495 echo "$as_me: failed program was:" >&5
24496 sed 's/^/| /' conftest.$ac_ext >&5
24497
24498 wx_cv_explicit=no
24499
24500 fi
24501
24502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24503
24504 ac_ext=c
24505 ac_cpp='$CPP $CPPFLAGS'
24506 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24507 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24508 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24509
24510
24511 fi
24512 { echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
24513 echo "${ECHO_T}$wx_cv_explicit" >&6; }
24514
24515 if test "$wx_cv_explicit" = "yes"; then
24516 cat >>confdefs.h <<\_ACEOF
24517 #define HAVE_EXPLICIT 1
24518 _ACEOF
24519
24520 fi
24521
24522
24523 if test "x$SUNCXX" = xyes; then
24524 CXXFLAGS="-features=tmplife $CXXFLAGS"
24525 fi
24526
24527 if test "x$SUNCC" = xyes; then
24528 CFLAGS="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
24529 fi
24530
24531 if test "x$SGICC" = "xyes"; then
24532 CFLAGS="-woff 3970 $CFLAGS"
24533 fi
24534 if test "x$SGICXX" = "xyes"; then
24535 CXXFLAGS="-woff 3970 $CXXFLAGS"
24536 fi
24537
24538 if test "x$HPCC" = "xyes"; then
24539 CFLAGS="+W 2011,2450 $CFLAGS"
24540 fi
24541 if test "x$HPCXX" = "xyes"; then
24542 CXXFLAGS="+W 2340,4232 $CXXFLAGS"
24543 fi
24544
24545 if test "x$COMPAQCXX" = "xyes"; then
24546 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
24547 fi
24548
24549 ac_ext=cpp
24550 ac_cpp='$CXXCPP $CPPFLAGS'
24551 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24552 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24553 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24554
24555
24556 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
24557 if test "$wxUSE_UNICODE" = "yes"; then
24558 std_string="std::wstring"
24559 char_type="wchar_t"
24560 else
24561 std_string="std::string"
24562 char_type="char"
24563 fi
24564
24565 { echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
24566 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6; }
24567 if test "${wx_cv_class_stdstring+set}" = set; then
24568 echo $ECHO_N "(cached) $ECHO_C" >&6
24569 else
24570
24571 cat >conftest.$ac_ext <<_ACEOF
24572 /* confdefs.h. */
24573 _ACEOF
24574 cat confdefs.h >>conftest.$ac_ext
24575 cat >>conftest.$ac_ext <<_ACEOF
24576 /* end confdefs.h. */
24577 #include <string>
24578 int
24579 main ()
24580 {
24581 $std_string foo;
24582 ;
24583 return 0;
24584 }
24585 _ACEOF
24586 rm -f conftest.$ac_objext
24587 if { (ac_try="$ac_compile"
24588 case "(($ac_try" in
24589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24590 *) ac_try_echo=$ac_try;;
24591 esac
24592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24593 (eval "$ac_compile") 2>conftest.er1
24594 ac_status=$?
24595 grep -v '^ *+' conftest.er1 >conftest.err
24596 rm -f conftest.er1
24597 cat conftest.err >&5
24598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24599 (exit $ac_status); } && {
24600 test -z "$ac_cxx_werror_flag" ||
24601 test ! -s conftest.err
24602 } && test -s conftest.$ac_objext; then
24603 wx_cv_class_stdstring=yes
24604 else
24605 echo "$as_me: failed program was:" >&5
24606 sed 's/^/| /' conftest.$ac_ext >&5
24607
24608 wx_cv_class_stdstring=no
24609
24610 fi
24611
24612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24613
24614
24615 fi
24616 { echo "$as_me:$LINENO: result: $wx_cv_class_stdstring" >&5
24617 echo "${ECHO_T}$wx_cv_class_stdstring" >&6; }
24618
24619 if test "$wx_cv_class_stdstring" = yes; then
24620 if test "$wxUSE_UNICODE" = "yes"; then
24621 cat >>confdefs.h <<\_ACEOF
24622 #define HAVE_STD_WSTRING 1
24623 _ACEOF
24624
24625 fi
24626 else
24627 { echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
24628 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6; }
24629 if test "${wx_cv_class_stdbasicstring+set}" = set; then
24630 echo $ECHO_N "(cached) $ECHO_C" >&6
24631 else
24632
24633 cat >conftest.$ac_ext <<_ACEOF
24634 /* confdefs.h. */
24635 _ACEOF
24636 cat confdefs.h >>conftest.$ac_ext
24637 cat >>conftest.$ac_ext <<_ACEOF
24638 /* end confdefs.h. */
24639
24640 #ifdef HAVE_WCHAR_H
24641 # ifdef __CYGWIN__
24642 # include <stddef.h>
24643 # endif
24644 # include <wchar.h>
24645 #endif
24646 #ifdef HAVE_STDLIB_H
24647 # include <stdlib.h>
24648 #endif
24649 #include <stdio.h>
24650 #include <string>
24651
24652 int
24653 main ()
24654 {
24655 std::basic_string<$char_type> foo;
24656 const $char_type* dummy = foo.c_str();
24657 ;
24658 return 0;
24659 }
24660 _ACEOF
24661 rm -f conftest.$ac_objext
24662 if { (ac_try="$ac_compile"
24663 case "(($ac_try" in
24664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24665 *) ac_try_echo=$ac_try;;
24666 esac
24667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24668 (eval "$ac_compile") 2>conftest.er1
24669 ac_status=$?
24670 grep -v '^ *+' conftest.er1 >conftest.err
24671 rm -f conftest.er1
24672 cat conftest.err >&5
24673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24674 (exit $ac_status); } && {
24675 test -z "$ac_cxx_werror_flag" ||
24676 test ! -s conftest.err
24677 } && test -s conftest.$ac_objext; then
24678 wx_cv_class_stdbasicstring=yes
24679 else
24680 echo "$as_me: failed program was:" >&5
24681 sed 's/^/| /' conftest.$ac_ext >&5
24682
24683 wx_cv_class_stdbasicstring=no
24684
24685 fi
24686
24687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24688
24689
24690 fi
24691 { echo "$as_me:$LINENO: result: $wx_cv_class_stdbasicstring" >&5
24692 echo "${ECHO_T}$wx_cv_class_stdbasicstring" >&6; }
24693
24694 if test "$wx_cv_class_stdbasicstring" != yes; then
24695 if test "$wxUSE_STL" = "yes"; then
24696 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
24697 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
24698 { (exit 1); exit 1; }; }
24699 elif test "$wxUSE_STD_STRING" = "yes"; then
24700 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
24701 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
24702 { (exit 1); exit 1; }; }
24703 else
24704 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
24705 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
24706 wxUSE_STD_STRING=no
24707 fi
24708 fi
24709 fi
24710 fi
24711
24712 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
24713 { echo "$as_me:$LINENO: checking for std::istream" >&5
24714 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6; }
24715 if test "${ac_cv_type_std__istream+set}" = set; then
24716 echo $ECHO_N "(cached) $ECHO_C" >&6
24717 else
24718 cat >conftest.$ac_ext <<_ACEOF
24719 /* confdefs.h. */
24720 _ACEOF
24721 cat confdefs.h >>conftest.$ac_ext
24722 cat >>conftest.$ac_ext <<_ACEOF
24723 /* end confdefs.h. */
24724 #include <iostream>
24725
24726 typedef std::istream ac__type_new_;
24727 int
24728 main ()
24729 {
24730 if ((ac__type_new_ *) 0)
24731 return 0;
24732 if (sizeof (ac__type_new_))
24733 return 0;
24734 ;
24735 return 0;
24736 }
24737 _ACEOF
24738 rm -f conftest.$ac_objext
24739 if { (ac_try="$ac_compile"
24740 case "(($ac_try" in
24741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24742 *) ac_try_echo=$ac_try;;
24743 esac
24744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24745 (eval "$ac_compile") 2>conftest.er1
24746 ac_status=$?
24747 grep -v '^ *+' conftest.er1 >conftest.err
24748 rm -f conftest.er1
24749 cat conftest.err >&5
24750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24751 (exit $ac_status); } && {
24752 test -z "$ac_cxx_werror_flag" ||
24753 test ! -s conftest.err
24754 } && test -s conftest.$ac_objext; then
24755 ac_cv_type_std__istream=yes
24756 else
24757 echo "$as_me: failed program was:" >&5
24758 sed 's/^/| /' conftest.$ac_ext >&5
24759
24760 ac_cv_type_std__istream=no
24761 fi
24762
24763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24764 fi
24765 { echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
24766 echo "${ECHO_T}$ac_cv_type_std__istream" >&6; }
24767 if test $ac_cv_type_std__istream = yes; then
24768
24769 cat >>confdefs.h <<_ACEOF
24770 #define HAVE_STD__ISTREAM 1
24771 _ACEOF
24772
24773
24774 else
24775 wxUSE_STD_IOSTREAM=no
24776 fi
24777 { echo "$as_me:$LINENO: checking for std::ostream" >&5
24778 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6; }
24779 if test "${ac_cv_type_std__ostream+set}" = set; then
24780 echo $ECHO_N "(cached) $ECHO_C" >&6
24781 else
24782 cat >conftest.$ac_ext <<_ACEOF
24783 /* confdefs.h. */
24784 _ACEOF
24785 cat confdefs.h >>conftest.$ac_ext
24786 cat >>conftest.$ac_ext <<_ACEOF
24787 /* end confdefs.h. */
24788 #include <iostream>
24789
24790 typedef std::ostream ac__type_new_;
24791 int
24792 main ()
24793 {
24794 if ((ac__type_new_ *) 0)
24795 return 0;
24796 if (sizeof (ac__type_new_))
24797 return 0;
24798 ;
24799 return 0;
24800 }
24801 _ACEOF
24802 rm -f conftest.$ac_objext
24803 if { (ac_try="$ac_compile"
24804 case "(($ac_try" in
24805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24806 *) ac_try_echo=$ac_try;;
24807 esac
24808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24809 (eval "$ac_compile") 2>conftest.er1
24810 ac_status=$?
24811 grep -v '^ *+' conftest.er1 >conftest.err
24812 rm -f conftest.er1
24813 cat conftest.err >&5
24814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24815 (exit $ac_status); } && {
24816 test -z "$ac_cxx_werror_flag" ||
24817 test ! -s conftest.err
24818 } && test -s conftest.$ac_objext; then
24819 ac_cv_type_std__ostream=yes
24820 else
24821 echo "$as_me: failed program was:" >&5
24822 sed 's/^/| /' conftest.$ac_ext >&5
24823
24824 ac_cv_type_std__ostream=no
24825 fi
24826
24827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24828 fi
24829 { echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
24830 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6; }
24831 if test $ac_cv_type_std__ostream = yes; then
24832
24833 cat >>confdefs.h <<_ACEOF
24834 #define HAVE_STD__OSTREAM 1
24835 _ACEOF
24836
24837
24838 else
24839 wxUSE_STD_IOSTREAM=no
24840 fi
24841
24842
24843 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
24844 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
24845 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
24846 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
24847 { (exit 1); exit 1; }; }
24848 else
24849 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
24850 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
24851 fi
24852 fi
24853 fi
24854
24855 if test "$wxUSE_STL" = "yes"; then
24856 { echo "$as_me:$LINENO: checking for basic STL functionality" >&5
24857 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6; }
24858 if test "${wx_cv_lib_stl+set}" = set; then
24859 echo $ECHO_N "(cached) $ECHO_C" >&6
24860 else
24861 cat >conftest.$ac_ext <<_ACEOF
24862 /* confdefs.h. */
24863 _ACEOF
24864 cat confdefs.h >>conftest.$ac_ext
24865 cat >>conftest.$ac_ext <<_ACEOF
24866 /* end confdefs.h. */
24867 #include <string>
24868 #include <functional>
24869 #include <algorithm>
24870 #include <vector>
24871 #include <list>
24872 int
24873 main ()
24874 {
24875 std::vector<int> moo;
24876 std::list<int> foo;
24877 std::vector<int>::iterator it =
24878 std::find_if(moo.begin(), moo.end(),
24879 std::bind2nd(std::less<int>(), 3));
24880 ;
24881 return 0;
24882 }
24883 _ACEOF
24884 rm -f conftest.$ac_objext
24885 if { (ac_try="$ac_compile"
24886 case "(($ac_try" in
24887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24888 *) ac_try_echo=$ac_try;;
24889 esac
24890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24891 (eval "$ac_compile") 2>conftest.er1
24892 ac_status=$?
24893 grep -v '^ *+' conftest.er1 >conftest.err
24894 rm -f conftest.er1
24895 cat conftest.err >&5
24896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24897 (exit $ac_status); } && {
24898 test -z "$ac_cxx_werror_flag" ||
24899 test ! -s conftest.err
24900 } && test -s conftest.$ac_objext; then
24901 wx_cv_lib_stl=yes
24902 else
24903 echo "$as_me: failed program was:" >&5
24904 sed 's/^/| /' conftest.$ac_ext >&5
24905
24906 wx_cv_lib_stl=no
24907
24908 fi
24909
24910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24911
24912 fi
24913 { echo "$as_me:$LINENO: result: $wx_cv_lib_stl" >&5
24914 echo "${ECHO_T}$wx_cv_lib_stl" >&6; }
24915
24916 if test "$wx_cv_lib_stl" != yes; then
24917 { { echo "$as_me:$LINENO: error: Can't use --enable-stl as basic STL functionality is missing" >&5
24918 echo "$as_me: error: Can't use --enable-stl as basic STL functionality is missing" >&2;}
24919 { (exit 1); exit 1; }; }
24920 fi
24921
24922 { echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
24923 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6; }
24924 if test "${wx_cv_func_stdstring_compare+set}" = set; then
24925 echo $ECHO_N "(cached) $ECHO_C" >&6
24926 else
24927 cat >conftest.$ac_ext <<_ACEOF
24928 /* confdefs.h. */
24929 _ACEOF
24930 cat confdefs.h >>conftest.$ac_ext
24931 cat >>conftest.$ac_ext <<_ACEOF
24932 /* end confdefs.h. */
24933 #include <string>
24934 int
24935 main ()
24936 {
24937 std::string foo, bar;
24938 foo.compare(bar);
24939 foo.compare(1, 1, bar);
24940 foo.compare(1, 1, bar, 1, 1);
24941 foo.compare("");
24942 foo.compare(1, 1, "");
24943 foo.compare(1, 1, "", 2);
24944 ;
24945 return 0;
24946 }
24947 _ACEOF
24948 rm -f conftest.$ac_objext
24949 if { (ac_try="$ac_compile"
24950 case "(($ac_try" in
24951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24952 *) ac_try_echo=$ac_try;;
24953 esac
24954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24955 (eval "$ac_compile") 2>conftest.er1
24956 ac_status=$?
24957 grep -v '^ *+' conftest.er1 >conftest.err
24958 rm -f conftest.er1
24959 cat conftest.err >&5
24960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24961 (exit $ac_status); } && {
24962 test -z "$ac_cxx_werror_flag" ||
24963 test ! -s conftest.err
24964 } && test -s conftest.$ac_objext; then
24965 wx_cv_func_stdstring_compare=yes
24966 else
24967 echo "$as_me: failed program was:" >&5
24968 sed 's/^/| /' conftest.$ac_ext >&5
24969
24970 wx_cv_func_stdstring_compare=no
24971
24972 fi
24973
24974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24975
24976 fi
24977 { echo "$as_me:$LINENO: result: $wx_cv_func_stdstring_compare" >&5
24978 echo "${ECHO_T}$wx_cv_func_stdstring_compare" >&6; }
24979
24980 if test "$wx_cv_func_stdstring_compare" = yes; then
24981 cat >>confdefs.h <<\_ACEOF
24982 #define HAVE_STD_STRING_COMPARE 1
24983 _ACEOF
24984
24985 fi
24986
24987 if test "$wx_cv_class_gnuhashmapset" = yes; then
24988 cat >>confdefs.h <<\_ACEOF
24989 #define HAVE_EXT_HASH_MAP 1
24990 _ACEOF
24991
24992 cat >>confdefs.h <<\_ACEOF
24993 #define HAVE_GNU_CXX_HASH_MAP 1
24994 _ACEOF
24995
24996 fi
24997
24998 { echo "$as_me:$LINENO: checking for unordered_map" >&5
24999 echo $ECHO_N "checking for unordered_map... $ECHO_C" >&6; }
25000 if test "${ac_cv_header_unordered_map+set}" = set; then
25001 echo $ECHO_N "(cached) $ECHO_C" >&6
25002 else
25003 cat >conftest.$ac_ext <<_ACEOF
25004 /* confdefs.h. */
25005 _ACEOF
25006 cat confdefs.h >>conftest.$ac_ext
25007 cat >>conftest.$ac_ext <<_ACEOF
25008 /* end confdefs.h. */
25009
25010
25011
25012 #include <unordered_map>
25013 _ACEOF
25014 rm -f conftest.$ac_objext
25015 if { (ac_try="$ac_compile"
25016 case "(($ac_try" in
25017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25018 *) ac_try_echo=$ac_try;;
25019 esac
25020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25021 (eval "$ac_compile") 2>conftest.er1
25022 ac_status=$?
25023 grep -v '^ *+' conftest.er1 >conftest.err
25024 rm -f conftest.er1
25025 cat conftest.err >&5
25026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25027 (exit $ac_status); } && {
25028 test -z "$ac_cxx_werror_flag" ||
25029 test ! -s conftest.err
25030 } && test -s conftest.$ac_objext; then
25031 ac_cv_header_unordered_map=yes
25032 else
25033 echo "$as_me: failed program was:" >&5
25034 sed 's/^/| /' conftest.$ac_ext >&5
25035
25036 ac_cv_header_unordered_map=no
25037 fi
25038
25039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25040 fi
25041 { echo "$as_me:$LINENO: result: $ac_cv_header_unordered_map" >&5
25042 echo "${ECHO_T}$ac_cv_header_unordered_map" >&6; }
25043 if test $ac_cv_header_unordered_map = yes; then
25044 { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std" >&5
25045 echo $ECHO_N "checking for unordered_map and unordered_set in std... $ECHO_C" >&6; }
25046 if test "${wx_cv_class_stdunorderedmapset+set}" = set; then
25047 echo $ECHO_N "(cached) $ECHO_C" >&6
25048 else
25049 cat >conftest.$ac_ext <<_ACEOF
25050 /* confdefs.h. */
25051 _ACEOF
25052 cat confdefs.h >>conftest.$ac_ext
25053 cat >>conftest.$ac_ext <<_ACEOF
25054 /* end confdefs.h. */
25055 #include <unordered_map>
25056 #include <unordered_set>
25057 int
25058 main ()
25059 {
25060 std::unordered_map<double*, char*> test1;
25061 std::unordered_set<char*> test2;
25062 ;
25063 return 0;
25064 }
25065 _ACEOF
25066 rm -f conftest.$ac_objext
25067 if { (ac_try="$ac_compile"
25068 case "(($ac_try" in
25069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25070 *) ac_try_echo=$ac_try;;
25071 esac
25072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25073 (eval "$ac_compile") 2>conftest.er1
25074 ac_status=$?
25075 grep -v '^ *+' conftest.er1 >conftest.err
25076 rm -f conftest.er1
25077 cat conftest.err >&5
25078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25079 (exit $ac_status); } && {
25080 test -z "$ac_cxx_werror_flag" ||
25081 test ! -s conftest.err
25082 } && test -s conftest.$ac_objext; then
25083 wx_cv_class_stdunorderedmapset=yes
25084 else
25085 echo "$as_me: failed program was:" >&5
25086 sed 's/^/| /' conftest.$ac_ext >&5
25087
25088 wx_cv_class_stdunorderedmapset=no
25089 fi
25090
25091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25092
25093
25094 fi
25095 { echo "$as_me:$LINENO: result: $wx_cv_class_stdunorderedmapset" >&5
25096 echo "${ECHO_T}$wx_cv_class_stdunorderedmapset" >&6; }
25097 fi
25098
25099
25100
25101 if test "$wx_cv_class_stdunorderedmapset" = yes; then
25102 cat >>confdefs.h <<\_ACEOF
25103 #define HAVE_STD_UNORDERED_MAP 1
25104 _ACEOF
25105
25106 cat >>confdefs.h <<\_ACEOF
25107 #define HAVE_STD_UNORDERED_SET 1
25108 _ACEOF
25109
25110 else
25111 { echo "$as_me:$LINENO: checking for tr1/unordered_map" >&5
25112 echo $ECHO_N "checking for tr1/unordered_map... $ECHO_C" >&6; }
25113 if test "${ac_cv_header_tr1_unordered_map+set}" = set; then
25114 echo $ECHO_N "(cached) $ECHO_C" >&6
25115 else
25116 cat >conftest.$ac_ext <<_ACEOF
25117 /* confdefs.h. */
25118 _ACEOF
25119 cat confdefs.h >>conftest.$ac_ext
25120 cat >>conftest.$ac_ext <<_ACEOF
25121 /* end confdefs.h. */
25122
25123
25124
25125 #include <tr1/unordered_map>
25126 _ACEOF
25127 rm -f conftest.$ac_objext
25128 if { (ac_try="$ac_compile"
25129 case "(($ac_try" in
25130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25131 *) ac_try_echo=$ac_try;;
25132 esac
25133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25134 (eval "$ac_compile") 2>conftest.er1
25135 ac_status=$?
25136 grep -v '^ *+' conftest.er1 >conftest.err
25137 rm -f conftest.er1
25138 cat conftest.err >&5
25139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25140 (exit $ac_status); } && {
25141 test -z "$ac_cxx_werror_flag" ||
25142 test ! -s conftest.err
25143 } && test -s conftest.$ac_objext; then
25144 ac_cv_header_tr1_unordered_map=yes
25145 else
25146 echo "$as_me: failed program was:" >&5
25147 sed 's/^/| /' conftest.$ac_ext >&5
25148
25149 ac_cv_header_tr1_unordered_map=no
25150 fi
25151
25152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25153 fi
25154 { echo "$as_me:$LINENO: result: $ac_cv_header_tr1_unordered_map" >&5
25155 echo "${ECHO_T}$ac_cv_header_tr1_unordered_map" >&6; }
25156 if test $ac_cv_header_tr1_unordered_map = yes; then
25157 { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std::tr1" >&5
25158 echo $ECHO_N "checking for unordered_map and unordered_set in std::tr1... $ECHO_C" >&6; }
25159 if test "${wx_cv_class_tr1unorderedmapset+set}" = set; then
25160 echo $ECHO_N "(cached) $ECHO_C" >&6
25161 else
25162 cat >conftest.$ac_ext <<_ACEOF
25163 /* confdefs.h. */
25164 _ACEOF
25165 cat confdefs.h >>conftest.$ac_ext
25166 cat >>conftest.$ac_ext <<_ACEOF
25167 /* end confdefs.h. */
25168 #include <tr1/unordered_map>
25169 #include <tr1/unordered_set>
25170 int
25171 main ()
25172 {
25173 std::tr1::unordered_map<double*, char*> test1;
25174 std::tr1::unordered_set<char*> test2;
25175 #if defined(__GNUC__) && (__GNUC__==4) && (__GNUC_MINOR__<2)
25176 #error can't use unordered_{map,set} with gcc-4.[01]: http://gcc.gnu.org/PR24389
25177 #endif
25178 ;
25179 return 0;
25180 }
25181 _ACEOF
25182 rm -f conftest.$ac_objext
25183 if { (ac_try="$ac_compile"
25184 case "(($ac_try" in
25185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25186 *) ac_try_echo=$ac_try;;
25187 esac
25188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25189 (eval "$ac_compile") 2>conftest.er1
25190 ac_status=$?
25191 grep -v '^ *+' conftest.er1 >conftest.err
25192 rm -f conftest.er1
25193 cat conftest.err >&5
25194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25195 (exit $ac_status); } && {
25196 test -z "$ac_cxx_werror_flag" ||
25197 test ! -s conftest.err
25198 } && test -s conftest.$ac_objext; then
25199 wx_cv_class_tr1unorderedmapset=yes
25200 else
25201 echo "$as_me: failed program was:" >&5
25202 sed 's/^/| /' conftest.$ac_ext >&5
25203
25204 wx_cv_class_tr1unorderedmapset=no
25205 fi
25206
25207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25208
25209
25210 fi
25211 { echo "$as_me:$LINENO: result: $wx_cv_class_tr1unorderedmapset" >&5
25212 echo "${ECHO_T}$wx_cv_class_tr1unorderedmapset" >&6; }
25213 fi
25214
25215
25216
25217 if test "$wx_cv_class_tr1unorderedmapset" = yes; then
25218 cat >>confdefs.h <<\_ACEOF
25219 #define HAVE_TR1_UNORDERED_MAP 1
25220 _ACEOF
25221
25222 cat >>confdefs.h <<\_ACEOF
25223 #define HAVE_TR1_UNORDERED_SET 1
25224 _ACEOF
25225
25226 else
25227 { echo "$as_me:$LINENO: checking for hash_map" >&5
25228 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6; }
25229 if test "${ac_cv_header_hash_map+set}" = set; then
25230 echo $ECHO_N "(cached) $ECHO_C" >&6
25231 else
25232 cat >conftest.$ac_ext <<_ACEOF
25233 /* confdefs.h. */
25234 _ACEOF
25235 cat confdefs.h >>conftest.$ac_ext
25236 cat >>conftest.$ac_ext <<_ACEOF
25237 /* end confdefs.h. */
25238
25239
25240
25241 #include <hash_map>
25242 _ACEOF
25243 rm -f conftest.$ac_objext
25244 if { (ac_try="$ac_compile"
25245 case "(($ac_try" in
25246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25247 *) ac_try_echo=$ac_try;;
25248 esac
25249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25250 (eval "$ac_compile") 2>conftest.er1
25251 ac_status=$?
25252 grep -v '^ *+' conftest.er1 >conftest.err
25253 rm -f conftest.er1
25254 cat conftest.err >&5
25255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25256 (exit $ac_status); } && {
25257 test -z "$ac_cxx_werror_flag" ||
25258 test ! -s conftest.err
25259 } && test -s conftest.$ac_objext; then
25260 ac_cv_header_hash_map=yes
25261 else
25262 echo "$as_me: failed program was:" >&5
25263 sed 's/^/| /' conftest.$ac_ext >&5
25264
25265 ac_cv_header_hash_map=no
25266 fi
25267
25268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25269 fi
25270 { echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
25271 echo "${ECHO_T}$ac_cv_header_hash_map" >&6; }
25272 if test $ac_cv_header_hash_map = yes; then
25273 { echo "$as_me:$LINENO: checking for std::hash_map and hash_set" >&5
25274 echo $ECHO_N "checking for std::hash_map and hash_set... $ECHO_C" >&6; }
25275 if test "${wx_cv_class_stdhashmapset+set}" = set; then
25276 echo $ECHO_N "(cached) $ECHO_C" >&6
25277 else
25278 cat >conftest.$ac_ext <<_ACEOF
25279 /* confdefs.h. */
25280 _ACEOF
25281 cat confdefs.h >>conftest.$ac_ext
25282 cat >>conftest.$ac_ext <<_ACEOF
25283 /* end confdefs.h. */
25284 #include <hash_map>
25285 #include <hash_set>
25286 int
25287 main ()
25288 {
25289 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
25290 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
25291 ;
25292 return 0;
25293 }
25294 _ACEOF
25295 rm -f conftest.$ac_objext
25296 if { (ac_try="$ac_compile"
25297 case "(($ac_try" in
25298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25299 *) ac_try_echo=$ac_try;;
25300 esac
25301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25302 (eval "$ac_compile") 2>conftest.er1
25303 ac_status=$?
25304 grep -v '^ *+' conftest.er1 >conftest.err
25305 rm -f conftest.er1
25306 cat conftest.err >&5
25307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25308 (exit $ac_status); } && {
25309 test -z "$ac_cxx_werror_flag" ||
25310 test ! -s conftest.err
25311 } && test -s conftest.$ac_objext; then
25312 wx_cv_class_stdhashmapset=yes
25313 else
25314 echo "$as_me: failed program was:" >&5
25315 sed 's/^/| /' conftest.$ac_ext >&5
25316
25317 wx_cv_class_stdhashmapset=no
25318 fi
25319
25320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25321
25322
25323 fi
25324 { echo "$as_me:$LINENO: result: $wx_cv_class_stdhashmapset" >&5
25325 echo "${ECHO_T}$wx_cv_class_stdhashmapset" >&6; }
25326 fi
25327
25328
25329
25330 if test "$wx_cv_class_stdhashmapset" = yes; then
25331 cat >>confdefs.h <<\_ACEOF
25332 #define HAVE_HASH_MAP 1
25333 _ACEOF
25334
25335 cat >>confdefs.h <<\_ACEOF
25336 #define HAVE_STD_HASH_MAP 1
25337 _ACEOF
25338
25339 fi
25340
25341 { echo "$as_me:$LINENO: checking for ext/hash_map" >&5
25342 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6; }
25343 if test "${ac_cv_header_ext_hash_map+set}" = set; then
25344 echo $ECHO_N "(cached) $ECHO_C" >&6
25345 else
25346 cat >conftest.$ac_ext <<_ACEOF
25347 /* confdefs.h. */
25348 _ACEOF
25349 cat confdefs.h >>conftest.$ac_ext
25350 cat >>conftest.$ac_ext <<_ACEOF
25351 /* end confdefs.h. */
25352
25353
25354
25355 #include <ext/hash_map>
25356 _ACEOF
25357 rm -f conftest.$ac_objext
25358 if { (ac_try="$ac_compile"
25359 case "(($ac_try" in
25360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25361 *) ac_try_echo=$ac_try;;
25362 esac
25363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25364 (eval "$ac_compile") 2>conftest.er1
25365 ac_status=$?
25366 grep -v '^ *+' conftest.er1 >conftest.err
25367 rm -f conftest.er1
25368 cat conftest.err >&5
25369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25370 (exit $ac_status); } && {
25371 test -z "$ac_cxx_werror_flag" ||
25372 test ! -s conftest.err
25373 } && test -s conftest.$ac_objext; then
25374 ac_cv_header_ext_hash_map=yes
25375 else
25376 echo "$as_me: failed program was:" >&5
25377 sed 's/^/| /' conftest.$ac_ext >&5
25378
25379 ac_cv_header_ext_hash_map=no
25380 fi
25381
25382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25383 fi
25384 { echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
25385 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6; }
25386 if test $ac_cv_header_ext_hash_map = yes; then
25387 { echo "$as_me:$LINENO: checking for GNU hash_map and hash_set" >&5
25388 echo $ECHO_N "checking for GNU hash_map and hash_set... $ECHO_C" >&6; }
25389 if test "${wx_cv_class_gnuhashmapset+set}" = set; then
25390 echo $ECHO_N "(cached) $ECHO_C" >&6
25391 else
25392 cat >conftest.$ac_ext <<_ACEOF
25393 /* confdefs.h. */
25394 _ACEOF
25395 cat confdefs.h >>conftest.$ac_ext
25396 cat >>conftest.$ac_ext <<_ACEOF
25397 /* end confdefs.h. */
25398 #include <ext/hash_map>
25399 #include <ext/hash_set>
25400 int
25401 main ()
25402 {
25403 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
25404 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
25405 ;
25406 return 0;
25407 }
25408 _ACEOF
25409 rm -f conftest.$ac_objext
25410 if { (ac_try="$ac_compile"
25411 case "(($ac_try" in
25412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25413 *) ac_try_echo=$ac_try;;
25414 esac
25415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25416 (eval "$ac_compile") 2>conftest.er1
25417 ac_status=$?
25418 grep -v '^ *+' conftest.er1 >conftest.err
25419 rm -f conftest.er1
25420 cat conftest.err >&5
25421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25422 (exit $ac_status); } && {
25423 test -z "$ac_cxx_werror_flag" ||
25424 test ! -s conftest.err
25425 } && test -s conftest.$ac_objext; then
25426 wx_cv_class_gnuhashmapset=yes
25427 else
25428 echo "$as_me: failed program was:" >&5
25429 sed 's/^/| /' conftest.$ac_ext >&5
25430
25431 wx_cv_class_gnuhashmapset=no
25432 fi
25433
25434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25435
25436
25437 fi
25438 { echo "$as_me:$LINENO: result: $wx_cv_class_gnuhashmapset" >&5
25439 echo "${ECHO_T}$wx_cv_class_gnuhashmapset" >&6; }
25440 fi
25441
25442
25443
25444 fi
25445 fi
25446 fi
25447
25448
25449
25450 if test -n "$GCC"; then
25451 { echo "$as_me:$LINENO: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
25452 echo $ECHO_N "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... $ECHO_C" >&6; }
25453 if test "${wx_cv_cc_gcc_atomic_builtins+set}" = set; then
25454 echo $ECHO_N "(cached) $ECHO_C" >&6
25455 else
25456
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
25464 int
25465 main ()
25466 {
25467
25468 unsigned int value=0;
25469 /* wxAtomicInc doesn't use return value here */
25470 __sync_fetch_and_add(&value, 2);
25471 __sync_sub_and_fetch(&value, 1);
25472 /* but wxAtomicDec does, so mimic that: */
25473 unsigned int r2 = __sync_sub_and_fetch(&value, 1);
25474
25475 ;
25476 return 0;
25477 }
25478 _ACEOF
25479 rm -f conftest.$ac_objext conftest$ac_exeext
25480 if { (ac_try="$ac_link"
25481 case "(($ac_try" in
25482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25483 *) ac_try_echo=$ac_try;;
25484 esac
25485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25486 (eval "$ac_link") 2>conftest.er1
25487 ac_status=$?
25488 grep -v '^ *+' conftest.er1 >conftest.err
25489 rm -f conftest.er1
25490 cat conftest.err >&5
25491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25492 (exit $ac_status); } && {
25493 test -z "$ac_cxx_werror_flag" ||
25494 test ! -s conftest.err
25495 } && test -s conftest$ac_exeext &&
25496 $as_test_x conftest$ac_exeext; then
25497 wx_cv_cc_gcc_atomic_builtins=yes
25498 else
25499 echo "$as_me: failed program was:" >&5
25500 sed 's/^/| /' conftest.$ac_ext >&5
25501
25502 wx_cv_cc_gcc_atomic_builtins=no
25503 fi
25504
25505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25506 conftest$ac_exeext conftest.$ac_ext
25507
25508 fi
25509
25510 { echo "$as_me:$LINENO: result: $wx_cv_cc_gcc_atomic_builtins" >&5
25511 echo "${ECHO_T}$wx_cv_cc_gcc_atomic_builtins" >&6; }
25512 if test $wx_cv_cc_gcc_atomic_builtins = yes; then
25513 cat >>confdefs.h <<\_ACEOF
25514 #define HAVE_GCC_ATOMIC_BUILTINS 1
25515 _ACEOF
25516
25517 fi
25518 fi
25519
25520
25521 ac_ext=c
25522 ac_cpp='$CPP $CPPFLAGS'
25523 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25524 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25525 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25526
25527
25528
25529 SEARCH_INCLUDE="\
25530 /usr/local/include \
25531 /usr/local/X11/include \
25532 /usr/local/include/X11 \
25533 /usr/local/X11R7/include \
25534 /usr/local/X11R6/include \
25535 /usr/local/include/X11R7 \
25536 /usr/local/include/X11R6 \
25537 \
25538 /usr/Motif-2.1/include \
25539 /usr/Motif-1.2/include \
25540 /usr/include/Motif1.2 \
25541 \
25542 /usr/dt/include \
25543 /usr/openwin/include \
25544 \
25545 /usr/include/Xm \
25546 \
25547 /usr/X11R7/include \
25548 /usr/X11R6/include \
25549 /usr/X11R6.4/include \
25550 \
25551 /usr/include/X11R7 \
25552 /usr/include/X11R6 \
25553 \
25554 /usr/X11/include \
25555 /usr/include/X11 \
25556 \
25557 /usr/XFree86/include/X11 \
25558 /usr/pkg/include \
25559 \
25560 /usr/local/X1R5/include \
25561 /usr/local/include/X11R5 \
25562 /usr/X11R5/include \
25563 /usr/include/X11R5 \
25564 \
25565 /usr/local/X11R4/include \
25566 /usr/local/include/X11R4 \
25567 /usr/X11R4/include \
25568 /usr/include/X11R4 \
25569 \
25570 /usr/openwin/share/include"
25571
25572 { echo "$as_me:$LINENO: checking for libraries directory" >&5
25573 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6; }
25574
25575 case "${host}" in
25576 *-*-irix6* )
25577 if test "${wx_cv_std_libpath+set}" = set; then
25578 echo $ECHO_N "(cached) $ECHO_C" >&6
25579 else
25580
25581 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
25582 for e in a so sl dylib dll.a; do
25583 libc="$d/libc.$e"
25584 if test -f $libc; then
25585 save_LIBS="$LIBS"
25586 LIBS="$libc"
25587 cat >conftest.$ac_ext <<_ACEOF
25588 int main() { return 0; }
25589 _ACEOF
25590 rm -f conftest.$ac_objext conftest$ac_exeext
25591 if { (ac_try="$ac_link"
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_link") 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_c_werror_flag" ||
25605 test ! -s conftest.err
25606 } && test -s conftest$ac_exeext &&
25607 $as_test_x conftest$ac_exeext; then
25608 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
25609 else
25610 echo "$as_me: failed program was:" >&5
25611 sed 's/^/| /' conftest.$ac_ext >&5
25612
25613
25614 fi
25615
25616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25617 conftest$ac_exeext conftest.$ac_ext
25618 LIBS="$save_LIBS"
25619 if test "x$wx_cv_std_libpath" != "x"; then
25620 break 2
25621 fi
25622 fi
25623 done
25624 done
25625 if test "x$wx_cv_std_libpath" = "x"; then
25626 wx_cv_std_libpath="lib"
25627 fi
25628
25629
25630 fi
25631
25632 ;;
25633
25634 *-*-solaris2* )
25635 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
25636 wx_cv_std_libpath="lib/64"
25637 else
25638 wx_cv_std_libpath="lib"
25639 fi
25640 ;;
25641
25642 *-*-linux* )
25643 if test "$ac_cv_sizeof_void_p" = 8 -a \
25644 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
25645 wx_cv_std_libpath="lib64"
25646 else
25647 wx_cv_std_libpath="lib"
25648 fi
25649 ;;
25650
25651 *)
25652 wx_cv_std_libpath="lib";
25653 ;;
25654 esac
25655
25656 { echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
25657 echo "${ECHO_T}$wx_cv_std_libpath" >&6; }
25658
25659 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
25660
25661 if test "$build" != "$host" -a "$GCC" = yes; then
25662 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
25663 cross_root=`dirname $cross_root`
25664 cross_root=`dirname $cross_root`
25665
25666 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
25667 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
25668 SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
25669
25670 if test -z "$PKG_CONFIG_PATH"; then
25671 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
25672 export PKG_CONFIG_PATH
25673 fi
25674
25675 if test -z "$x_includes" -o "$x_includes" = NONE; then
25676
25677 ac_find_includes=
25678 for ac_dir in $SEARCH_INCLUDE /usr/include;
25679 do
25680 if test -f "$ac_dir/X11/Intrinsic.h"; then
25681 ac_find_includes=$ac_dir
25682 break
25683 fi
25684 done
25685
25686 x_includes=$ac_find_includes
25687 fi
25688 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
25689
25690 ac_find_libraries=
25691 for ac_dir in $SEARCH_LIB;
25692 do
25693 for ac_extension in a so sl dylib dll.a; do
25694 if test -f "$ac_dir/libXt.$ac_extension"; then
25695 ac_find_libraries=$ac_dir
25696 break 2
25697 fi
25698 done
25699 done
25700
25701 x_libraries=$ac_find_libraries
25702 fi
25703 fi
25704 fi
25705
25706
25707 cat >confcache <<\_ACEOF
25708 # This file is a shell script that caches the results of configure
25709 # tests run on this system so they can be shared between configure
25710 # scripts and configure runs, see configure's option --config-cache.
25711 # It is not useful on other systems. If it contains results you don't
25712 # want to keep, you may remove or edit it.
25713 #
25714 # config.status only pays attention to the cache file if you give it
25715 # the --recheck option to rerun configure.
25716 #
25717 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25718 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25719 # following values.
25720
25721 _ACEOF
25722
25723 # The following way of writing the cache mishandles newlines in values,
25724 # but we know of no workaround that is simple, portable, and efficient.
25725 # So, we kill variables containing newlines.
25726 # Ultrix sh set writes to stderr and can't be redirected directly,
25727 # and sets the high bit in the cache file unless we assign to the vars.
25728 (
25729 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25730 eval ac_val=\$$ac_var
25731 case $ac_val in #(
25732 *${as_nl}*)
25733 case $ac_var in #(
25734 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25735 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25736 esac
25737 case $ac_var in #(
25738 _ | IFS | as_nl) ;; #(
25739 *) $as_unset $ac_var ;;
25740 esac ;;
25741 esac
25742 done
25743
25744 (set) 2>&1 |
25745 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25746 *${as_nl}ac_space=\ *)
25747 # `set' does not quote correctly, so add quotes (double-quote
25748 # substitution turns \\\\ into \\, and sed turns \\ into \).
25749 sed -n \
25750 "s/'/'\\\\''/g;
25751 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25752 ;; #(
25753 *)
25754 # `set' quotes correctly as required by POSIX, so do not add quotes.
25755 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25756 ;;
25757 esac |
25758 sort
25759 ) |
25760 sed '
25761 /^ac_cv_env_/b end
25762 t clear
25763 :clear
25764 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25765 t end
25766 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25767 :end' >>confcache
25768 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25769 if test -w "$cache_file"; then
25770 test "x$cache_file" != "x/dev/null" &&
25771 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25772 echo "$as_me: updating cache $cache_file" >&6;}
25773 cat confcache >$cache_file
25774 else
25775 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25776 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25777 fi
25778 fi
25779 rm -f confcache
25780
25781 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
25782 { echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
25783 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6; }
25784 if test "${wx_cv_lib_glibc21+set}" = set; then
25785 echo $ECHO_N "(cached) $ECHO_C" >&6
25786 else
25787
25788 cat >conftest.$ac_ext <<_ACEOF
25789 /* confdefs.h. */
25790 _ACEOF
25791 cat confdefs.h >>conftest.$ac_ext
25792 cat >>conftest.$ac_ext <<_ACEOF
25793 /* end confdefs.h. */
25794 #include <features.h>
25795 int
25796 main ()
25797 {
25798
25799 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
25800 not glibc 2.1
25801 #endif
25802
25803 ;
25804 return 0;
25805 }
25806 _ACEOF
25807 rm -f conftest.$ac_objext
25808 if { (ac_try="$ac_compile"
25809 case "(($ac_try" in
25810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25811 *) ac_try_echo=$ac_try;;
25812 esac
25813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25814 (eval "$ac_compile") 2>conftest.er1
25815 ac_status=$?
25816 grep -v '^ *+' conftest.er1 >conftest.err
25817 rm -f conftest.er1
25818 cat conftest.err >&5
25819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25820 (exit $ac_status); } && {
25821 test -z "$ac_c_werror_flag" ||
25822 test ! -s conftest.err
25823 } && test -s conftest.$ac_objext; then
25824
25825 wx_cv_lib_glibc21=yes
25826
25827 else
25828 echo "$as_me: failed program was:" >&5
25829 sed 's/^/| /' conftest.$ac_ext >&5
25830
25831
25832 wx_cv_lib_glibc21=no
25833
25834
25835 fi
25836
25837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25838
25839 fi
25840 { echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
25841 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6; }
25842 if test "$wx_cv_lib_glibc21" = "yes"; then
25843 cat >>confdefs.h <<\_ACEOF
25844 #define wxHAVE_GLIBC2 1
25845 _ACEOF
25846
25847 fi
25848 fi
25849
25850 if test "x$wx_cv_lib_glibc21" = "xyes"; then
25851 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
25852 cat >>confdefs.h <<\_ACEOF
25853 #define _GNU_SOURCE 1
25854 _ACEOF
25855
25856 fi
25857 fi
25858
25859 have_cos=0
25860 have_floor=0
25861
25862 for ac_func in cos
25863 do
25864 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25865 { echo "$as_me:$LINENO: checking for $ac_func" >&5
25866 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
25867 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
25868 echo $ECHO_N "(cached) $ECHO_C" >&6
25869 else
25870 cat >conftest.$ac_ext <<_ACEOF
25871 /* confdefs.h. */
25872 _ACEOF
25873 cat confdefs.h >>conftest.$ac_ext
25874 cat >>conftest.$ac_ext <<_ACEOF
25875 /* end confdefs.h. */
25876 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25877 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25878 #define $ac_func innocuous_$ac_func
25879
25880 /* System header to define __stub macros and hopefully few prototypes,
25881 which can conflict with char $ac_func (); below.
25882 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25883 <limits.h> exists even on freestanding compilers. */
25884
25885 #ifdef __STDC__
25886 # include <limits.h>
25887 #else
25888 # include <assert.h>
25889 #endif
25890
25891 #undef $ac_func
25892
25893 /* Override any GCC internal prototype to avoid an error.
25894 Use char because int might match the return type of a GCC
25895 builtin and then its argument prototype would still apply. */
25896 #ifdef __cplusplus
25897 extern "C"
25898 #endif
25899 char $ac_func ();
25900 /* The GNU C library defines this for functions which it implements
25901 to always fail with ENOSYS. Some functions are actually named
25902 something starting with __ and the normal name is an alias. */
25903 #if defined __stub_$ac_func || defined __stub___$ac_func
25904 choke me
25905 #endif
25906
25907 int
25908 main ()
25909 {
25910 return $ac_func ();
25911 ;
25912 return 0;
25913 }
25914 _ACEOF
25915 rm -f conftest.$ac_objext conftest$ac_exeext
25916 if { (ac_try="$ac_link"
25917 case "(($ac_try" in
25918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25919 *) ac_try_echo=$ac_try;;
25920 esac
25921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25922 (eval "$ac_link") 2>conftest.er1
25923 ac_status=$?
25924 grep -v '^ *+' conftest.er1 >conftest.err
25925 rm -f conftest.er1
25926 cat conftest.err >&5
25927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25928 (exit $ac_status); } && {
25929 test -z "$ac_c_werror_flag" ||
25930 test ! -s conftest.err
25931 } && test -s conftest$ac_exeext &&
25932 $as_test_x conftest$ac_exeext; then
25933 eval "$as_ac_var=yes"
25934 else
25935 echo "$as_me: failed program was:" >&5
25936 sed 's/^/| /' conftest.$ac_ext >&5
25937
25938 eval "$as_ac_var=no"
25939 fi
25940
25941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25942 conftest$ac_exeext conftest.$ac_ext
25943 fi
25944 ac_res=`eval echo '${'$as_ac_var'}'`
25945 { echo "$as_me:$LINENO: result: $ac_res" >&5
25946 echo "${ECHO_T}$ac_res" >&6; }
25947 if test `eval echo '${'$as_ac_var'}'` = yes; then
25948 cat >>confdefs.h <<_ACEOF
25949 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25950 _ACEOF
25951 have_cos=1
25952 fi
25953 done
25954
25955
25956 for ac_func in floor
25957 do
25958 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25959 { echo "$as_me:$LINENO: checking for $ac_func" >&5
25960 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
25961 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
25962 echo $ECHO_N "(cached) $ECHO_C" >&6
25963 else
25964 cat >conftest.$ac_ext <<_ACEOF
25965 /* confdefs.h. */
25966 _ACEOF
25967 cat confdefs.h >>conftest.$ac_ext
25968 cat >>conftest.$ac_ext <<_ACEOF
25969 /* end confdefs.h. */
25970 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25971 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25972 #define $ac_func innocuous_$ac_func
25973
25974 /* System header to define __stub macros and hopefully few prototypes,
25975 which can conflict with char $ac_func (); below.
25976 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25977 <limits.h> exists even on freestanding compilers. */
25978
25979 #ifdef __STDC__
25980 # include <limits.h>
25981 #else
25982 # include <assert.h>
25983 #endif
25984
25985 #undef $ac_func
25986
25987 /* Override any GCC internal prototype to avoid an error.
25988 Use char because int might match the return type of a GCC
25989 builtin and then its argument prototype would still apply. */
25990 #ifdef __cplusplus
25991 extern "C"
25992 #endif
25993 char $ac_func ();
25994 /* The GNU C library defines this for functions which it implements
25995 to always fail with ENOSYS. Some functions are actually named
25996 something starting with __ and the normal name is an alias. */
25997 #if defined __stub_$ac_func || defined __stub___$ac_func
25998 choke me
25999 #endif
26000
26001 int
26002 main ()
26003 {
26004 return $ac_func ();
26005 ;
26006 return 0;
26007 }
26008 _ACEOF
26009 rm -f conftest.$ac_objext conftest$ac_exeext
26010 if { (ac_try="$ac_link"
26011 case "(($ac_try" in
26012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26013 *) ac_try_echo=$ac_try;;
26014 esac
26015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26016 (eval "$ac_link") 2>conftest.er1
26017 ac_status=$?
26018 grep -v '^ *+' conftest.er1 >conftest.err
26019 rm -f conftest.er1
26020 cat conftest.err >&5
26021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26022 (exit $ac_status); } && {
26023 test -z "$ac_c_werror_flag" ||
26024 test ! -s conftest.err
26025 } && test -s conftest$ac_exeext &&
26026 $as_test_x conftest$ac_exeext; then
26027 eval "$as_ac_var=yes"
26028 else
26029 echo "$as_me: failed program was:" >&5
26030 sed 's/^/| /' conftest.$ac_ext >&5
26031
26032 eval "$as_ac_var=no"
26033 fi
26034
26035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26036 conftest$ac_exeext conftest.$ac_ext
26037 fi
26038 ac_res=`eval echo '${'$as_ac_var'}'`
26039 { echo "$as_me:$LINENO: result: $ac_res" >&5
26040 echo "${ECHO_T}$ac_res" >&6; }
26041 if test `eval echo '${'$as_ac_var'}'` = yes; then
26042 cat >>confdefs.h <<_ACEOF
26043 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26044 _ACEOF
26045 have_floor=1
26046 fi
26047 done
26048
26049 { echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
26050 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6; }
26051 if test "$have_cos" = 1 -a "$have_floor" = 1; then
26052 { echo "$as_me:$LINENO: result: yes" >&5
26053 echo "${ECHO_T}yes" >&6; }
26054 else
26055 { echo "$as_me:$LINENO: result: no" >&5
26056 echo "${ECHO_T}no" >&6; }
26057 LIBS="$LIBS -lm"
26058 # use different functions to avoid configure caching
26059 have_sin=0
26060 have_ceil=0
26061
26062 for ac_func in sin
26063 do
26064 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26065 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26066 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26067 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26068 echo $ECHO_N "(cached) $ECHO_C" >&6
26069 else
26070 cat >conftest.$ac_ext <<_ACEOF
26071 /* confdefs.h. */
26072 _ACEOF
26073 cat confdefs.h >>conftest.$ac_ext
26074 cat >>conftest.$ac_ext <<_ACEOF
26075 /* end confdefs.h. */
26076 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26077 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26078 #define $ac_func innocuous_$ac_func
26079
26080 /* System header to define __stub macros and hopefully few prototypes,
26081 which can conflict with char $ac_func (); below.
26082 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26083 <limits.h> exists even on freestanding compilers. */
26084
26085 #ifdef __STDC__
26086 # include <limits.h>
26087 #else
26088 # include <assert.h>
26089 #endif
26090
26091 #undef $ac_func
26092
26093 /* Override any GCC internal prototype to avoid an error.
26094 Use char because int might match the return type of a GCC
26095 builtin and then its argument prototype would still apply. */
26096 #ifdef __cplusplus
26097 extern "C"
26098 #endif
26099 char $ac_func ();
26100 /* The GNU C library defines this for functions which it implements
26101 to always fail with ENOSYS. Some functions are actually named
26102 something starting with __ and the normal name is an alias. */
26103 #if defined __stub_$ac_func || defined __stub___$ac_func
26104 choke me
26105 #endif
26106
26107 int
26108 main ()
26109 {
26110 return $ac_func ();
26111 ;
26112 return 0;
26113 }
26114 _ACEOF
26115 rm -f conftest.$ac_objext conftest$ac_exeext
26116 if { (ac_try="$ac_link"
26117 case "(($ac_try" in
26118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26119 *) ac_try_echo=$ac_try;;
26120 esac
26121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26122 (eval "$ac_link") 2>conftest.er1
26123 ac_status=$?
26124 grep -v '^ *+' conftest.er1 >conftest.err
26125 rm -f conftest.er1
26126 cat conftest.err >&5
26127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26128 (exit $ac_status); } && {
26129 test -z "$ac_c_werror_flag" ||
26130 test ! -s conftest.err
26131 } && test -s conftest$ac_exeext &&
26132 $as_test_x conftest$ac_exeext; then
26133 eval "$as_ac_var=yes"
26134 else
26135 echo "$as_me: failed program was:" >&5
26136 sed 's/^/| /' conftest.$ac_ext >&5
26137
26138 eval "$as_ac_var=no"
26139 fi
26140
26141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26142 conftest$ac_exeext conftest.$ac_ext
26143 fi
26144 ac_res=`eval echo '${'$as_ac_var'}'`
26145 { echo "$as_me:$LINENO: result: $ac_res" >&5
26146 echo "${ECHO_T}$ac_res" >&6; }
26147 if test `eval echo '${'$as_ac_var'}'` = yes; then
26148 cat >>confdefs.h <<_ACEOF
26149 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26150 _ACEOF
26151 have_sin=1
26152 fi
26153 done
26154
26155
26156 for ac_func in ceil
26157 do
26158 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26159 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26160 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26161 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26162 echo $ECHO_N "(cached) $ECHO_C" >&6
26163 else
26164 cat >conftest.$ac_ext <<_ACEOF
26165 /* confdefs.h. */
26166 _ACEOF
26167 cat confdefs.h >>conftest.$ac_ext
26168 cat >>conftest.$ac_ext <<_ACEOF
26169 /* end confdefs.h. */
26170 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26171 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26172 #define $ac_func innocuous_$ac_func
26173
26174 /* System header to define __stub macros and hopefully few prototypes,
26175 which can conflict with char $ac_func (); below.
26176 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26177 <limits.h> exists even on freestanding compilers. */
26178
26179 #ifdef __STDC__
26180 # include <limits.h>
26181 #else
26182 # include <assert.h>
26183 #endif
26184
26185 #undef $ac_func
26186
26187 /* Override any GCC internal prototype to avoid an error.
26188 Use char because int might match the return type of a GCC
26189 builtin and then its argument prototype would still apply. */
26190 #ifdef __cplusplus
26191 extern "C"
26192 #endif
26193 char $ac_func ();
26194 /* The GNU C library defines this for functions which it implements
26195 to always fail with ENOSYS. Some functions are actually named
26196 something starting with __ and the normal name is an alias. */
26197 #if defined __stub_$ac_func || defined __stub___$ac_func
26198 choke me
26199 #endif
26200
26201 int
26202 main ()
26203 {
26204 return $ac_func ();
26205 ;
26206 return 0;
26207 }
26208 _ACEOF
26209 rm -f conftest.$ac_objext conftest$ac_exeext
26210 if { (ac_try="$ac_link"
26211 case "(($ac_try" in
26212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26213 *) ac_try_echo=$ac_try;;
26214 esac
26215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26216 (eval "$ac_link") 2>conftest.er1
26217 ac_status=$?
26218 grep -v '^ *+' conftest.er1 >conftest.err
26219 rm -f conftest.er1
26220 cat conftest.err >&5
26221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26222 (exit $ac_status); } && {
26223 test -z "$ac_c_werror_flag" ||
26224 test ! -s conftest.err
26225 } && test -s conftest$ac_exeext &&
26226 $as_test_x conftest$ac_exeext; then
26227 eval "$as_ac_var=yes"
26228 else
26229 echo "$as_me: failed program was:" >&5
26230 sed 's/^/| /' conftest.$ac_ext >&5
26231
26232 eval "$as_ac_var=no"
26233 fi
26234
26235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26236 conftest$ac_exeext conftest.$ac_ext
26237 fi
26238 ac_res=`eval echo '${'$as_ac_var'}'`
26239 { echo "$as_me:$LINENO: result: $ac_res" >&5
26240 echo "${ECHO_T}$ac_res" >&6; }
26241 if test `eval echo '${'$as_ac_var'}'` = yes; then
26242 cat >>confdefs.h <<_ACEOF
26243 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26244 _ACEOF
26245 have_ceil=1
26246 fi
26247 done
26248
26249 { echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
26250 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6; }
26251 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
26252 { echo "$as_me:$LINENO: result: yes" >&5
26253 echo "${ECHO_T}yes" >&6; }
26254 else
26255 { echo "$as_me:$LINENO: result: no" >&5
26256 echo "${ECHO_T}no" >&6; }
26257 # not sure we should warn the user, crash, etc.
26258 fi
26259 fi
26260
26261 ac_ext=cpp
26262 ac_cpp='$CXXCPP $CPPFLAGS'
26263 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26264 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26265 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26266
26267 if test "wxUSE_UNICODE" = "yes"; then
26268
26269 for wx_func in wcstoull
26270 do
26271 { echo "$as_me:$LINENO: checking for $wx_func" >&5
26272 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
26273 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
26274 echo $ECHO_N "(cached) $ECHO_C" >&6
26275 else
26276
26277 cat >conftest.$ac_ext <<_ACEOF
26278
26279 /* confdefs.h. */
26280 _ACEOF
26281 cat confdefs.h >>conftest.$ac_ext
26282 cat >>conftest.$ac_ext <<_ACEOF
26283 /* end confdefs.h. */
26284
26285
26286 $ac_includes_default
26287
26288 int
26289 main ()
26290 {
26291
26292 #ifndef $wx_func
26293 &$wx_func;
26294 #endif
26295
26296
26297 ;
26298 return 0;
26299 }
26300
26301 _ACEOF
26302 rm -f conftest.$ac_objext conftest$ac_exeext
26303 if { (ac_try="$ac_link"
26304 case "(($ac_try" in
26305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26306 *) ac_try_echo=$ac_try;;
26307 esac
26308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26309 (eval "$ac_link") 2>conftest.er1
26310 ac_status=$?
26311 grep -v '^ *+' conftest.er1 >conftest.err
26312 rm -f conftest.er1
26313 cat conftest.err >&5
26314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26315 (exit $ac_status); } && {
26316 test -z "$ac_cxx_werror_flag" ||
26317 test ! -s conftest.err
26318 } && test -s conftest$ac_exeext &&
26319 $as_test_x conftest$ac_exeext; then
26320 eval wx_cv_func_$wx_func=yes
26321 else
26322 echo "$as_me: failed program was:" >&5
26323 sed 's/^/| /' conftest.$ac_ext >&5
26324
26325 eval wx_cv_func_$wx_func=no
26326 fi
26327
26328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26329 conftest$ac_exeext conftest.$ac_ext
26330
26331 fi
26332 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
26333 { echo "$as_me:$LINENO: result: $ac_res" >&5
26334 echo "${ECHO_T}$ac_res" >&6; }
26335
26336 if eval test \$wx_cv_func_$wx_func = yes
26337 then
26338 cat >>confdefs.h <<_ACEOF
26339 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
26340 _ACEOF
26341
26342
26343 else
26344 :
26345
26346 fi
26347 done
26348
26349 else
26350
26351 for wx_func in strtoull
26352 do
26353 { echo "$as_me:$LINENO: checking for $wx_func" >&5
26354 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
26355 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
26356 echo $ECHO_N "(cached) $ECHO_C" >&6
26357 else
26358
26359 cat >conftest.$ac_ext <<_ACEOF
26360
26361 /* confdefs.h. */
26362 _ACEOF
26363 cat confdefs.h >>conftest.$ac_ext
26364 cat >>conftest.$ac_ext <<_ACEOF
26365 /* end confdefs.h. */
26366
26367
26368 $ac_includes_default
26369
26370 int
26371 main ()
26372 {
26373
26374 #ifndef $wx_func
26375 &$wx_func;
26376 #endif
26377
26378
26379 ;
26380 return 0;
26381 }
26382
26383 _ACEOF
26384 rm -f conftest.$ac_objext conftest$ac_exeext
26385 if { (ac_try="$ac_link"
26386 case "(($ac_try" in
26387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26388 *) ac_try_echo=$ac_try;;
26389 esac
26390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26391 (eval "$ac_link") 2>conftest.er1
26392 ac_status=$?
26393 grep -v '^ *+' conftest.er1 >conftest.err
26394 rm -f conftest.er1
26395 cat conftest.err >&5
26396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26397 (exit $ac_status); } && {
26398 test -z "$ac_cxx_werror_flag" ||
26399 test ! -s conftest.err
26400 } && test -s conftest$ac_exeext &&
26401 $as_test_x conftest$ac_exeext; then
26402 eval wx_cv_func_$wx_func=yes
26403 else
26404 echo "$as_me: failed program was:" >&5
26405 sed 's/^/| /' conftest.$ac_ext >&5
26406
26407 eval wx_cv_func_$wx_func=no
26408 fi
26409
26410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26411 conftest$ac_exeext conftest.$ac_ext
26412
26413 fi
26414 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
26415 { echo "$as_me:$LINENO: result: $ac_res" >&5
26416 echo "${ECHO_T}$ac_res" >&6; }
26417
26418 if eval test \$wx_cv_func_$wx_func = yes
26419 then
26420 cat >>confdefs.h <<_ACEOF
26421 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
26422 _ACEOF
26423
26424
26425 else
26426 :
26427
26428 fi
26429 done
26430
26431 fi
26432 ac_ext=c
26433 ac_cpp='$CPP $CPPFLAGS'
26434 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26435 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26436 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26437
26438
26439
26440
26441 if test "$wxUSE_REGEX" != "no"; then
26442 cat >>confdefs.h <<\_ACEOF
26443 #define wxUSE_REGEX 1
26444 _ACEOF
26445
26446
26447 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
26448 { echo "$as_me:$LINENO: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
26449 echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
26450 wxUSE_REGEX=builtin
26451 fi
26452
26453 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
26454 { echo "$as_me:$LINENO: checking for regex.h" >&5
26455 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6; }
26456 if test "${ac_cv_header_regex_h+set}" = set; then
26457 echo $ECHO_N "(cached) $ECHO_C" >&6
26458 else
26459 cat >conftest.$ac_ext <<_ACEOF
26460 /* confdefs.h. */
26461 _ACEOF
26462 cat confdefs.h >>conftest.$ac_ext
26463 cat >>conftest.$ac_ext <<_ACEOF
26464 /* end confdefs.h. */
26465
26466
26467 #include <regex.h>
26468 _ACEOF
26469 rm -f conftest.$ac_objext
26470 if { (ac_try="$ac_compile"
26471 case "(($ac_try" in
26472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26473 *) ac_try_echo=$ac_try;;
26474 esac
26475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26476 (eval "$ac_compile") 2>conftest.er1
26477 ac_status=$?
26478 grep -v '^ *+' conftest.er1 >conftest.err
26479 rm -f conftest.er1
26480 cat conftest.err >&5
26481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26482 (exit $ac_status); } && {
26483 test -z "$ac_c_werror_flag" ||
26484 test ! -s conftest.err
26485 } && test -s conftest.$ac_objext; then
26486 ac_cv_header_regex_h=yes
26487 else
26488 echo "$as_me: failed program was:" >&5
26489 sed 's/^/| /' conftest.$ac_ext >&5
26490
26491 ac_cv_header_regex_h=no
26492 fi
26493
26494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26495 fi
26496 { echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
26497 echo "${ECHO_T}$ac_cv_header_regex_h" >&6; }
26498 if test $ac_cv_header_regex_h = yes; then
26499
26500
26501 for ac_func in regcomp re_search
26502 do
26503 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26504 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26505 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26506 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26507 echo $ECHO_N "(cached) $ECHO_C" >&6
26508 else
26509 cat >conftest.$ac_ext <<_ACEOF
26510 /* confdefs.h. */
26511 _ACEOF
26512 cat confdefs.h >>conftest.$ac_ext
26513 cat >>conftest.$ac_ext <<_ACEOF
26514 /* end confdefs.h. */
26515 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26516 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26517 #define $ac_func innocuous_$ac_func
26518
26519 /* System header to define __stub macros and hopefully few prototypes,
26520 which can conflict with char $ac_func (); below.
26521 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26522 <limits.h> exists even on freestanding compilers. */
26523
26524 #ifdef __STDC__
26525 # include <limits.h>
26526 #else
26527 # include <assert.h>
26528 #endif
26529
26530 #undef $ac_func
26531
26532 /* Override any GCC internal prototype to avoid an error.
26533 Use char because int might match the return type of a GCC
26534 builtin and then its argument prototype would still apply. */
26535 #ifdef __cplusplus
26536 extern "C"
26537 #endif
26538 char $ac_func ();
26539 /* The GNU C library defines this for functions which it implements
26540 to always fail with ENOSYS. Some functions are actually named
26541 something starting with __ and the normal name is an alias. */
26542 #if defined __stub_$ac_func || defined __stub___$ac_func
26543 choke me
26544 #endif
26545
26546 int
26547 main ()
26548 {
26549 return $ac_func ();
26550 ;
26551 return 0;
26552 }
26553 _ACEOF
26554 rm -f conftest.$ac_objext conftest$ac_exeext
26555 if { (ac_try="$ac_link"
26556 case "(($ac_try" in
26557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26558 *) ac_try_echo=$ac_try;;
26559 esac
26560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26561 (eval "$ac_link") 2>conftest.er1
26562 ac_status=$?
26563 grep -v '^ *+' conftest.er1 >conftest.err
26564 rm -f conftest.er1
26565 cat conftest.err >&5
26566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26567 (exit $ac_status); } && {
26568 test -z "$ac_c_werror_flag" ||
26569 test ! -s conftest.err
26570 } && test -s conftest$ac_exeext &&
26571 $as_test_x conftest$ac_exeext; then
26572 eval "$as_ac_var=yes"
26573 else
26574 echo "$as_me: failed program was:" >&5
26575 sed 's/^/| /' conftest.$ac_ext >&5
26576
26577 eval "$as_ac_var=no"
26578 fi
26579
26580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26581 conftest$ac_exeext conftest.$ac_ext
26582 fi
26583 ac_res=`eval echo '${'$as_ac_var'}'`
26584 { echo "$as_me:$LINENO: result: $ac_res" >&5
26585 echo "${ECHO_T}$ac_res" >&6; }
26586 if test `eval echo '${'$as_ac_var'}'` = yes; then
26587 cat >>confdefs.h <<_ACEOF
26588 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26589 _ACEOF
26590
26591 fi
26592 done
26593
26594 fi
26595
26596
26597
26598 if test "x$ac_cv_func_regcomp" != "xyes"; then
26599 if test "$wxUSE_REGEX" = "sys" ; then
26600 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
26601 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
26602 { (exit 1); exit 1; }; }
26603 else
26604 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
26605 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
26606 wxUSE_REGEX=builtin
26607 fi
26608 else
26609 wxUSE_REGEX=sys
26610 cat >>confdefs.h <<\_ACEOF
26611 #define WX_NO_REGEX_ADVANCED 1
26612 _ACEOF
26613
26614 fi
26615 fi
26616 fi
26617
26618
26619 ZLIB_LINK=
26620 if test "$wxUSE_ZLIB" != "no" ; then
26621 cat >>confdefs.h <<\_ACEOF
26622 #define wxUSE_ZLIB 1
26623 _ACEOF
26624
26625
26626 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
26627 if test "$USE_DARWIN" = 1; then
26628 system_zlib_h_ok="yes"
26629 else
26630 { echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
26631 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6; }
26632 if test "${ac_cv_header_zlib_h+set}" = set; then
26633 echo $ECHO_N "(cached) $ECHO_C" >&6
26634 else
26635 if test "$cross_compiling" = yes; then
26636 unset ac_cv_header_zlib_h
26637
26638 else
26639 cat >conftest.$ac_ext <<_ACEOF
26640 /* confdefs.h. */
26641 _ACEOF
26642 cat confdefs.h >>conftest.$ac_ext
26643 cat >>conftest.$ac_ext <<_ACEOF
26644 /* end confdefs.h. */
26645
26646 #include <zlib.h>
26647 #include <stdio.h>
26648
26649 int main()
26650 {
26651 FILE *f=fopen("conftestval", "w");
26652 if (!f) exit(1);
26653 fprintf(f, "%s",
26654 ZLIB_VERSION[0] == '1' &&
26655 (ZLIB_VERSION[2] > '1' ||
26656 (ZLIB_VERSION[2] == '1' &&
26657 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
26658 exit(0);
26659 }
26660
26661 _ACEOF
26662 rm -f conftest$ac_exeext
26663 if { (ac_try="$ac_link"
26664 case "(($ac_try" in
26665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26666 *) ac_try_echo=$ac_try;;
26667 esac
26668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26669 (eval "$ac_link") 2>&5
26670 ac_status=$?
26671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26672 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26673 { (case "(($ac_try" in
26674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26675 *) ac_try_echo=$ac_try;;
26676 esac
26677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26678 (eval "$ac_try") 2>&5
26679 ac_status=$?
26680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26681 (exit $ac_status); }; }; then
26682 ac_cv_header_zlib_h=`cat conftestval`
26683 else
26684 echo "$as_me: program exited with status $ac_status" >&5
26685 echo "$as_me: failed program was:" >&5
26686 sed 's/^/| /' conftest.$ac_ext >&5
26687
26688 ( exit $ac_status )
26689 ac_cv_header_zlib_h=no
26690 fi
26691 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26692 fi
26693
26694
26695
26696 fi
26697 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
26698 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
26699 { echo "$as_me:$LINENO: checking for zlib.h" >&5
26700 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
26701 if test "${ac_cv_header_zlib_h+set}" = set; then
26702 echo $ECHO_N "(cached) $ECHO_C" >&6
26703 else
26704 cat >conftest.$ac_ext <<_ACEOF
26705 /* confdefs.h. */
26706 _ACEOF
26707 cat confdefs.h >>conftest.$ac_ext
26708 cat >>conftest.$ac_ext <<_ACEOF
26709 /* end confdefs.h. */
26710
26711
26712 #include <zlib.h>
26713 _ACEOF
26714 rm -f conftest.$ac_objext
26715 if { (ac_try="$ac_compile"
26716 case "(($ac_try" in
26717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26718 *) ac_try_echo=$ac_try;;
26719 esac
26720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26721 (eval "$ac_compile") 2>conftest.er1
26722 ac_status=$?
26723 grep -v '^ *+' conftest.er1 >conftest.err
26724 rm -f conftest.er1
26725 cat conftest.err >&5
26726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26727 (exit $ac_status); } && {
26728 test -z "$ac_c_werror_flag" ||
26729 test ! -s conftest.err
26730 } && test -s conftest.$ac_objext; then
26731 ac_cv_header_zlib_h=yes
26732 else
26733 echo "$as_me: failed program was:" >&5
26734 sed 's/^/| /' conftest.$ac_ext >&5
26735
26736 ac_cv_header_zlib_h=no
26737 fi
26738
26739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26740 fi
26741 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
26742 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
26743
26744
26745
26746 system_zlib_h_ok=$ac_cv_header_zlib_h
26747 fi
26748
26749 if test "$system_zlib_h_ok" = "yes"; then
26750 { echo "$as_me:$LINENO: checking for deflate in -lz" >&5
26751 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
26752 if test "${ac_cv_lib_z_deflate+set}" = set; then
26753 echo $ECHO_N "(cached) $ECHO_C" >&6
26754 else
26755 ac_check_lib_save_LIBS=$LIBS
26756 LIBS="-lz $LIBS"
26757 cat >conftest.$ac_ext <<_ACEOF
26758 /* confdefs.h. */
26759 _ACEOF
26760 cat confdefs.h >>conftest.$ac_ext
26761 cat >>conftest.$ac_ext <<_ACEOF
26762 /* end confdefs.h. */
26763
26764 /* Override any GCC internal prototype to avoid an error.
26765 Use char because int might match the return type of a GCC
26766 builtin and then its argument prototype would still apply. */
26767 #ifdef __cplusplus
26768 extern "C"
26769 #endif
26770 char deflate ();
26771 int
26772 main ()
26773 {
26774 return deflate ();
26775 ;
26776 return 0;
26777 }
26778 _ACEOF
26779 rm -f conftest.$ac_objext conftest$ac_exeext
26780 if { (ac_try="$ac_link"
26781 case "(($ac_try" in
26782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26783 *) ac_try_echo=$ac_try;;
26784 esac
26785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26786 (eval "$ac_link") 2>conftest.er1
26787 ac_status=$?
26788 grep -v '^ *+' conftest.er1 >conftest.err
26789 rm -f conftest.er1
26790 cat conftest.err >&5
26791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26792 (exit $ac_status); } && {
26793 test -z "$ac_c_werror_flag" ||
26794 test ! -s conftest.err
26795 } && test -s conftest$ac_exeext &&
26796 $as_test_x conftest$ac_exeext; then
26797 ac_cv_lib_z_deflate=yes
26798 else
26799 echo "$as_me: failed program was:" >&5
26800 sed 's/^/| /' conftest.$ac_ext >&5
26801
26802 ac_cv_lib_z_deflate=no
26803 fi
26804
26805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26806 conftest$ac_exeext conftest.$ac_ext
26807 LIBS=$ac_check_lib_save_LIBS
26808 fi
26809 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
26810 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
26811 if test $ac_cv_lib_z_deflate = yes; then
26812 ZLIB_LINK=" -lz"
26813 fi
26814
26815 fi
26816
26817 if test "x$ZLIB_LINK" = "x" ; then
26818 if test "$wxUSE_ZLIB" = "sys" ; then
26819 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
26820 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
26821 { (exit 1); exit 1; }; }
26822 else
26823 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
26824 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
26825 wxUSE_ZLIB=builtin
26826 fi
26827 else
26828 wxUSE_ZLIB=sys
26829 fi
26830 fi
26831 fi
26832
26833
26834 PNG_LINK=
26835 if test "$wxUSE_LIBPNG" != "no" ; then
26836 cat >>confdefs.h <<\_ACEOF
26837 #define wxUSE_LIBPNG 1
26838 _ACEOF
26839
26840
26841 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
26842 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
26843 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
26844 wxUSE_LIBPNG=sys
26845 fi
26846
26847 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
26848 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
26849 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
26850 wxUSE_LIBPNG=builtin
26851 fi
26852
26853 if test "$wxUSE_MGL" != 1 ; then
26854 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
26855 { echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
26856 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6; }
26857 if test "${ac_cv_header_png_h+set}" = set; then
26858 echo $ECHO_N "(cached) $ECHO_C" >&6
26859 else
26860 if test "$cross_compiling" = yes; then
26861 unset ac_cv_header_png_h
26862
26863 else
26864 cat >conftest.$ac_ext <<_ACEOF
26865 /* confdefs.h. */
26866 _ACEOF
26867 cat confdefs.h >>conftest.$ac_ext
26868 cat >>conftest.$ac_ext <<_ACEOF
26869 /* end confdefs.h. */
26870
26871 #include <png.h>
26872 #include <stdio.h>
26873
26874 int main()
26875 {
26876 FILE *f=fopen("conftestval", "w");
26877 if (!f) exit(1);
26878 fprintf(f, "%s",
26879 PNG_LIBPNG_VER > 90 ? "yes" : "no");
26880 exit(0);
26881 }
26882
26883 _ACEOF
26884 rm -f conftest$ac_exeext
26885 if { (ac_try="$ac_link"
26886 case "(($ac_try" in
26887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26888 *) ac_try_echo=$ac_try;;
26889 esac
26890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26891 (eval "$ac_link") 2>&5
26892 ac_status=$?
26893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26894 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26895 { (case "(($ac_try" in
26896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26897 *) ac_try_echo=$ac_try;;
26898 esac
26899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26900 (eval "$ac_try") 2>&5
26901 ac_status=$?
26902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26903 (exit $ac_status); }; }; then
26904 ac_cv_header_png_h=`cat conftestval`
26905 else
26906 echo "$as_me: program exited with status $ac_status" >&5
26907 echo "$as_me: failed program was:" >&5
26908 sed 's/^/| /' conftest.$ac_ext >&5
26909
26910 ( exit $ac_status )
26911 ac_cv_header_png_h=no
26912 fi
26913 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26914 fi
26915
26916
26917
26918 fi
26919 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
26920 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
26921 { echo "$as_me:$LINENO: checking for png.h" >&5
26922 echo $ECHO_N "checking for png.h... $ECHO_C" >&6; }
26923 if test "${ac_cv_header_png_h+set}" = set; then
26924 echo $ECHO_N "(cached) $ECHO_C" >&6
26925 else
26926 cat >conftest.$ac_ext <<_ACEOF
26927 /* confdefs.h. */
26928 _ACEOF
26929 cat confdefs.h >>conftest.$ac_ext
26930 cat >>conftest.$ac_ext <<_ACEOF
26931 /* end confdefs.h. */
26932
26933
26934 #include <png.h>
26935 _ACEOF
26936 rm -f conftest.$ac_objext
26937 if { (ac_try="$ac_compile"
26938 case "(($ac_try" in
26939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26940 *) ac_try_echo=$ac_try;;
26941 esac
26942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26943 (eval "$ac_compile") 2>conftest.er1
26944 ac_status=$?
26945 grep -v '^ *+' conftest.er1 >conftest.err
26946 rm -f conftest.er1
26947 cat conftest.err >&5
26948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26949 (exit $ac_status); } && {
26950 test -z "$ac_c_werror_flag" ||
26951 test ! -s conftest.err
26952 } && test -s conftest.$ac_objext; then
26953 ac_cv_header_png_h=yes
26954 else
26955 echo "$as_me: failed program was:" >&5
26956 sed 's/^/| /' conftest.$ac_ext >&5
26957
26958 ac_cv_header_png_h=no
26959 fi
26960
26961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26962 fi
26963 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
26964 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
26965
26966
26967
26968 if test "$ac_cv_header_png_h" = "yes"; then
26969 { echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
26970 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6; }
26971 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
26972 echo $ECHO_N "(cached) $ECHO_C" >&6
26973 else
26974 ac_check_lib_save_LIBS=$LIBS
26975 LIBS="-lpng -lz -lm $LIBS"
26976 cat >conftest.$ac_ext <<_ACEOF
26977 /* confdefs.h. */
26978 _ACEOF
26979 cat confdefs.h >>conftest.$ac_ext
26980 cat >>conftest.$ac_ext <<_ACEOF
26981 /* end confdefs.h. */
26982
26983 /* Override any GCC internal prototype to avoid an error.
26984 Use char because int might match the return type of a GCC
26985 builtin and then its argument prototype would still apply. */
26986 #ifdef __cplusplus
26987 extern "C"
26988 #endif
26989 char png_check_sig ();
26990 int
26991 main ()
26992 {
26993 return png_check_sig ();
26994 ;
26995 return 0;
26996 }
26997 _ACEOF
26998 rm -f conftest.$ac_objext conftest$ac_exeext
26999 if { (ac_try="$ac_link"
27000 case "(($ac_try" in
27001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27002 *) ac_try_echo=$ac_try;;
27003 esac
27004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27005 (eval "$ac_link") 2>conftest.er1
27006 ac_status=$?
27007 grep -v '^ *+' conftest.er1 >conftest.err
27008 rm -f conftest.er1
27009 cat conftest.err >&5
27010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27011 (exit $ac_status); } && {
27012 test -z "$ac_c_werror_flag" ||
27013 test ! -s conftest.err
27014 } && test -s conftest$ac_exeext &&
27015 $as_test_x conftest$ac_exeext; then
27016 ac_cv_lib_png_png_check_sig=yes
27017 else
27018 echo "$as_me: failed program was:" >&5
27019 sed 's/^/| /' conftest.$ac_ext >&5
27020
27021 ac_cv_lib_png_png_check_sig=no
27022 fi
27023
27024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27025 conftest$ac_exeext conftest.$ac_ext
27026 LIBS=$ac_check_lib_save_LIBS
27027 fi
27028 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
27029 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6; }
27030 if test $ac_cv_lib_png_png_check_sig = yes; then
27031 PNG_LINK=" -lpng -lz"
27032 fi
27033
27034 fi
27035
27036 if test "x$PNG_LINK" = "x" ; then
27037 if test "$wxUSE_LIBPNG" = "sys" ; then
27038 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
27039 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
27040 { (exit 1); exit 1; }; }
27041 else
27042 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
27043 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
27044 wxUSE_LIBPNG=builtin
27045 fi
27046 else
27047 wxUSE_LIBPNG=sys
27048 fi
27049 fi
27050 fi
27051 fi
27052
27053
27054 JPEG_LINK=
27055 if test "$wxUSE_LIBJPEG" != "no" ; then
27056 cat >>confdefs.h <<\_ACEOF
27057 #define wxUSE_LIBJPEG 1
27058 _ACEOF
27059
27060
27061 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
27062 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
27063 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
27064 wxUSE_LIBJPEG=sys
27065 fi
27066
27067 if test "$wxUSE_MGL" != 1 ; then
27068 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
27069 { echo "$as_me:$LINENO: checking for jpeglib.h" >&5
27070 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; }
27071 if test "${ac_cv_header_jpeglib_h+set}" = set; then
27072 echo $ECHO_N "(cached) $ECHO_C" >&6
27073 else
27074 cat >conftest.$ac_ext <<_ACEOF
27075 /* confdefs.h. */
27076 _ACEOF
27077 cat confdefs.h >>conftest.$ac_ext
27078 cat >>conftest.$ac_ext <<_ACEOF
27079 /* end confdefs.h. */
27080
27081 #undef HAVE_STDLIB_H
27082 #include <stdio.h>
27083 #include <jpeglib.h>
27084
27085 int
27086 main ()
27087 {
27088
27089
27090 ;
27091 return 0;
27092 }
27093 _ACEOF
27094 rm -f conftest.$ac_objext
27095 if { (ac_try="$ac_compile"
27096 case "(($ac_try" in
27097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27098 *) ac_try_echo=$ac_try;;
27099 esac
27100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27101 (eval "$ac_compile") 2>conftest.er1
27102 ac_status=$?
27103 grep -v '^ *+' conftest.er1 >conftest.err
27104 rm -f conftest.er1
27105 cat conftest.err >&5
27106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27107 (exit $ac_status); } && {
27108 test -z "$ac_c_werror_flag" ||
27109 test ! -s conftest.err
27110 } && test -s conftest.$ac_objext; then
27111 ac_cv_header_jpeglib_h=yes
27112 else
27113 echo "$as_me: failed program was:" >&5
27114 sed 's/^/| /' conftest.$ac_ext >&5
27115
27116 ac_cv_header_jpeglib_h=no
27117
27118 fi
27119
27120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27121
27122 fi
27123
27124 { echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
27125 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; }
27126
27127 if test "$ac_cv_header_jpeglib_h" = "yes"; then
27128 { echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
27129 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6; }
27130 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
27131 echo $ECHO_N "(cached) $ECHO_C" >&6
27132 else
27133 ac_check_lib_save_LIBS=$LIBS
27134 LIBS="-ljpeg $LIBS"
27135 cat >conftest.$ac_ext <<_ACEOF
27136 /* confdefs.h. */
27137 _ACEOF
27138 cat confdefs.h >>conftest.$ac_ext
27139 cat >>conftest.$ac_ext <<_ACEOF
27140 /* end confdefs.h. */
27141
27142 /* Override any GCC internal prototype to avoid an error.
27143 Use char because int might match the return type of a GCC
27144 builtin and then its argument prototype would still apply. */
27145 #ifdef __cplusplus
27146 extern "C"
27147 #endif
27148 char jpeg_read_header ();
27149 int
27150 main ()
27151 {
27152 return jpeg_read_header ();
27153 ;
27154 return 0;
27155 }
27156 _ACEOF
27157 rm -f conftest.$ac_objext conftest$ac_exeext
27158 if { (ac_try="$ac_link"
27159 case "(($ac_try" in
27160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27161 *) ac_try_echo=$ac_try;;
27162 esac
27163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27164 (eval "$ac_link") 2>conftest.er1
27165 ac_status=$?
27166 grep -v '^ *+' conftest.er1 >conftest.err
27167 rm -f conftest.er1
27168 cat conftest.err >&5
27169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27170 (exit $ac_status); } && {
27171 test -z "$ac_c_werror_flag" ||
27172 test ! -s conftest.err
27173 } && test -s conftest$ac_exeext &&
27174 $as_test_x conftest$ac_exeext; then
27175 ac_cv_lib_jpeg_jpeg_read_header=yes
27176 else
27177 echo "$as_me: failed program was:" >&5
27178 sed 's/^/| /' conftest.$ac_ext >&5
27179
27180 ac_cv_lib_jpeg_jpeg_read_header=no
27181 fi
27182
27183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27184 conftest$ac_exeext conftest.$ac_ext
27185 LIBS=$ac_check_lib_save_LIBS
27186 fi
27187 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
27188 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
27189 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
27190 JPEG_LINK=" -ljpeg"
27191 fi
27192
27193 fi
27194
27195 if test "x$JPEG_LINK" = "x" ; then
27196 if test "$wxUSE_LIBJPEG" = "sys" ; then
27197 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
27198 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
27199 { (exit 1); exit 1; }; }
27200 else
27201 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
27202 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
27203 wxUSE_LIBJPEG=builtin
27204 fi
27205 else
27206 wxUSE_LIBJPEG=sys
27207
27208 if test "$wxUSE_MSW" = 1; then
27209 { echo "$as_me:$LINENO: checking for boolean" >&5
27210 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
27211 if test "${ac_cv_type_boolean+set}" = set; then
27212 echo $ECHO_N "(cached) $ECHO_C" >&6
27213 else
27214 cat >conftest.$ac_ext <<_ACEOF
27215 /* confdefs.h. */
27216 _ACEOF
27217 cat confdefs.h >>conftest.$ac_ext
27218 cat >>conftest.$ac_ext <<_ACEOF
27219 /* end confdefs.h. */
27220 #include <windows.h>
27221
27222 typedef boolean ac__type_new_;
27223 int
27224 main ()
27225 {
27226 if ((ac__type_new_ *) 0)
27227 return 0;
27228 if (sizeof (ac__type_new_))
27229 return 0;
27230 ;
27231 return 0;
27232 }
27233 _ACEOF
27234 rm -f conftest.$ac_objext
27235 if { (ac_try="$ac_compile"
27236 case "(($ac_try" in
27237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27238 *) ac_try_echo=$ac_try;;
27239 esac
27240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27241 (eval "$ac_compile") 2>conftest.er1
27242 ac_status=$?
27243 grep -v '^ *+' conftest.er1 >conftest.err
27244 rm -f conftest.er1
27245 cat conftest.err >&5
27246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27247 (exit $ac_status); } && {
27248 test -z "$ac_c_werror_flag" ||
27249 test ! -s conftest.err
27250 } && test -s conftest.$ac_objext; then
27251 ac_cv_type_boolean=yes
27252 else
27253 echo "$as_me: failed program was:" >&5
27254 sed 's/^/| /' conftest.$ac_ext >&5
27255
27256 ac_cv_type_boolean=no
27257 fi
27258
27259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27260 fi
27261 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
27262 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
27263 if test $ac_cv_type_boolean = yes; then
27264
27265 cat >>confdefs.h <<_ACEOF
27266 #define HAVE_BOOLEAN 1
27267 _ACEOF
27268
27269
27270 { echo "$as_me:$LINENO: checking for boolean" >&5
27271 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
27272 if test "${ac_cv_type_boolean+set}" = set; then
27273 echo $ECHO_N "(cached) $ECHO_C" >&6
27274 else
27275 cat >conftest.$ac_ext <<_ACEOF
27276 /* confdefs.h. */
27277 _ACEOF
27278 cat confdefs.h >>conftest.$ac_ext
27279 cat >>conftest.$ac_ext <<_ACEOF
27280 /* end confdefs.h. */
27281
27282 #undef HAVE_BOOLEAN
27283 #include <stdio.h>
27284 #include <jpeglib.h>
27285
27286
27287 typedef boolean ac__type_new_;
27288 int
27289 main ()
27290 {
27291 if ((ac__type_new_ *) 0)
27292 return 0;
27293 if (sizeof (ac__type_new_))
27294 return 0;
27295 ;
27296 return 0;
27297 }
27298 _ACEOF
27299 rm -f conftest.$ac_objext
27300 if { (ac_try="$ac_compile"
27301 case "(($ac_try" in
27302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27303 *) ac_try_echo=$ac_try;;
27304 esac
27305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27306 (eval "$ac_compile") 2>conftest.er1
27307 ac_status=$?
27308 grep -v '^ *+' conftest.er1 >conftest.err
27309 rm -f conftest.er1
27310 cat conftest.err >&5
27311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27312 (exit $ac_status); } && {
27313 test -z "$ac_c_werror_flag" ||
27314 test ! -s conftest.err
27315 } && test -s conftest.$ac_objext; then
27316 ac_cv_type_boolean=yes
27317 else
27318 echo "$as_me: failed program was:" >&5
27319 sed 's/^/| /' conftest.$ac_ext >&5
27320
27321 ac_cv_type_boolean=no
27322 fi
27323
27324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27325 fi
27326 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
27327 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
27328
27329 # The cast to long int works around a bug in the HP C Compiler
27330 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
27331 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
27332 # This bug is HP SR number 8606223364.
27333 { echo "$as_me:$LINENO: checking size of boolean" >&5
27334 echo $ECHO_N "checking size of boolean... $ECHO_C" >&6; }
27335 if test "${ac_cv_sizeof_boolean+set}" = set; then
27336 echo $ECHO_N "(cached) $ECHO_C" >&6
27337 else
27338 if test "$cross_compiling" = yes; then
27339 # Depending upon the size, compute the lo and hi bounds.
27340 cat >conftest.$ac_ext <<_ACEOF
27341 /* confdefs.h. */
27342 _ACEOF
27343 cat confdefs.h >>conftest.$ac_ext
27344 cat >>conftest.$ac_ext <<_ACEOF
27345 /* end confdefs.h. */
27346
27347 #undef HAVE_BOOLEAN
27348 #include <stdio.h>
27349 #include <jpeglib.h>
27350
27351
27352 typedef boolean ac__type_sizeof_;
27353 int
27354 main ()
27355 {
27356 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
27357 test_array [0] = 0
27358
27359 ;
27360 return 0;
27361 }
27362 _ACEOF
27363 rm -f conftest.$ac_objext
27364 if { (ac_try="$ac_compile"
27365 case "(($ac_try" in
27366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27367 *) ac_try_echo=$ac_try;;
27368 esac
27369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27370 (eval "$ac_compile") 2>conftest.er1
27371 ac_status=$?
27372 grep -v '^ *+' conftest.er1 >conftest.err
27373 rm -f conftest.er1
27374 cat conftest.err >&5
27375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27376 (exit $ac_status); } && {
27377 test -z "$ac_c_werror_flag" ||
27378 test ! -s conftest.err
27379 } && test -s conftest.$ac_objext; then
27380 ac_lo=0 ac_mid=0
27381 while :; do
27382 cat >conftest.$ac_ext <<_ACEOF
27383 /* confdefs.h. */
27384 _ACEOF
27385 cat confdefs.h >>conftest.$ac_ext
27386 cat >>conftest.$ac_ext <<_ACEOF
27387 /* end confdefs.h. */
27388
27389 #undef HAVE_BOOLEAN
27390 #include <stdio.h>
27391 #include <jpeglib.h>
27392
27393
27394 typedef boolean ac__type_sizeof_;
27395 int
27396 main ()
27397 {
27398 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
27399 test_array [0] = 0
27400
27401 ;
27402 return 0;
27403 }
27404 _ACEOF
27405 rm -f conftest.$ac_objext
27406 if { (ac_try="$ac_compile"
27407 case "(($ac_try" in
27408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27409 *) ac_try_echo=$ac_try;;
27410 esac
27411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27412 (eval "$ac_compile") 2>conftest.er1
27413 ac_status=$?
27414 grep -v '^ *+' conftest.er1 >conftest.err
27415 rm -f conftest.er1
27416 cat conftest.err >&5
27417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27418 (exit $ac_status); } && {
27419 test -z "$ac_c_werror_flag" ||
27420 test ! -s conftest.err
27421 } && test -s conftest.$ac_objext; then
27422 ac_hi=$ac_mid; break
27423 else
27424 echo "$as_me: failed program was:" >&5
27425 sed 's/^/| /' conftest.$ac_ext >&5
27426
27427 ac_lo=`expr $ac_mid + 1`
27428 if test $ac_lo -le $ac_mid; then
27429 ac_lo= ac_hi=
27430 break
27431 fi
27432 ac_mid=`expr 2 '*' $ac_mid + 1`
27433 fi
27434
27435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27436 done
27437 else
27438 echo "$as_me: failed program was:" >&5
27439 sed 's/^/| /' conftest.$ac_ext >&5
27440
27441 cat >conftest.$ac_ext <<_ACEOF
27442 /* confdefs.h. */
27443 _ACEOF
27444 cat confdefs.h >>conftest.$ac_ext
27445 cat >>conftest.$ac_ext <<_ACEOF
27446 /* end confdefs.h. */
27447
27448 #undef HAVE_BOOLEAN
27449 #include <stdio.h>
27450 #include <jpeglib.h>
27451
27452
27453 typedef boolean ac__type_sizeof_;
27454 int
27455 main ()
27456 {
27457 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
27458 test_array [0] = 0
27459
27460 ;
27461 return 0;
27462 }
27463 _ACEOF
27464 rm -f conftest.$ac_objext
27465 if { (ac_try="$ac_compile"
27466 case "(($ac_try" in
27467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27468 *) ac_try_echo=$ac_try;;
27469 esac
27470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27471 (eval "$ac_compile") 2>conftest.er1
27472 ac_status=$?
27473 grep -v '^ *+' conftest.er1 >conftest.err
27474 rm -f conftest.er1
27475 cat conftest.err >&5
27476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27477 (exit $ac_status); } && {
27478 test -z "$ac_c_werror_flag" ||
27479 test ! -s conftest.err
27480 } && test -s conftest.$ac_objext; then
27481 ac_hi=-1 ac_mid=-1
27482 while :; do
27483 cat >conftest.$ac_ext <<_ACEOF
27484 /* confdefs.h. */
27485 _ACEOF
27486 cat confdefs.h >>conftest.$ac_ext
27487 cat >>conftest.$ac_ext <<_ACEOF
27488 /* end confdefs.h. */
27489
27490 #undef HAVE_BOOLEAN
27491 #include <stdio.h>
27492 #include <jpeglib.h>
27493
27494
27495 typedef boolean ac__type_sizeof_;
27496 int
27497 main ()
27498 {
27499 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
27500 test_array [0] = 0
27501
27502 ;
27503 return 0;
27504 }
27505 _ACEOF
27506 rm -f conftest.$ac_objext
27507 if { (ac_try="$ac_compile"
27508 case "(($ac_try" in
27509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27510 *) ac_try_echo=$ac_try;;
27511 esac
27512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27513 (eval "$ac_compile") 2>conftest.er1
27514 ac_status=$?
27515 grep -v '^ *+' conftest.er1 >conftest.err
27516 rm -f conftest.er1
27517 cat conftest.err >&5
27518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27519 (exit $ac_status); } && {
27520 test -z "$ac_c_werror_flag" ||
27521 test ! -s conftest.err
27522 } && test -s conftest.$ac_objext; then
27523 ac_lo=$ac_mid; break
27524 else
27525 echo "$as_me: failed program was:" >&5
27526 sed 's/^/| /' conftest.$ac_ext >&5
27527
27528 ac_hi=`expr '(' $ac_mid ')' - 1`
27529 if test $ac_mid -le $ac_hi; then
27530 ac_lo= ac_hi=
27531 break
27532 fi
27533 ac_mid=`expr 2 '*' $ac_mid`
27534 fi
27535
27536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27537 done
27538 else
27539 echo "$as_me: failed program was:" >&5
27540 sed 's/^/| /' conftest.$ac_ext >&5
27541
27542 ac_lo= ac_hi=
27543 fi
27544
27545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27546 fi
27547
27548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27549 # Binary search between lo and hi bounds.
27550 while test "x$ac_lo" != "x$ac_hi"; do
27551 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
27552 cat >conftest.$ac_ext <<_ACEOF
27553 /* confdefs.h. */
27554 _ACEOF
27555 cat confdefs.h >>conftest.$ac_ext
27556 cat >>conftest.$ac_ext <<_ACEOF
27557 /* end confdefs.h. */
27558
27559 #undef HAVE_BOOLEAN
27560 #include <stdio.h>
27561 #include <jpeglib.h>
27562
27563
27564 typedef boolean ac__type_sizeof_;
27565 int
27566 main ()
27567 {
27568 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
27569 test_array [0] = 0
27570
27571 ;
27572 return 0;
27573 }
27574 _ACEOF
27575 rm -f conftest.$ac_objext
27576 if { (ac_try="$ac_compile"
27577 case "(($ac_try" in
27578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27579 *) ac_try_echo=$ac_try;;
27580 esac
27581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27582 (eval "$ac_compile") 2>conftest.er1
27583 ac_status=$?
27584 grep -v '^ *+' conftest.er1 >conftest.err
27585 rm -f conftest.er1
27586 cat conftest.err >&5
27587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27588 (exit $ac_status); } && {
27589 test -z "$ac_c_werror_flag" ||
27590 test ! -s conftest.err
27591 } && test -s conftest.$ac_objext; then
27592 ac_hi=$ac_mid
27593 else
27594 echo "$as_me: failed program was:" >&5
27595 sed 's/^/| /' conftest.$ac_ext >&5
27596
27597 ac_lo=`expr '(' $ac_mid ')' + 1`
27598 fi
27599
27600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27601 done
27602 case $ac_lo in
27603 ?*) ac_cv_sizeof_boolean=$ac_lo;;
27604 '') if test "$ac_cv_type_boolean" = yes; then
27605 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
27606 See \`config.log' for more details." >&5
27607 echo "$as_me: error: cannot compute sizeof (boolean)
27608 See \`config.log' for more details." >&2;}
27609 { (exit 77); exit 77; }; }
27610 else
27611 ac_cv_sizeof_boolean=0
27612 fi ;;
27613 esac
27614 else
27615 cat >conftest.$ac_ext <<_ACEOF
27616 /* confdefs.h. */
27617 _ACEOF
27618 cat confdefs.h >>conftest.$ac_ext
27619 cat >>conftest.$ac_ext <<_ACEOF
27620 /* end confdefs.h. */
27621
27622 #undef HAVE_BOOLEAN
27623 #include <stdio.h>
27624 #include <jpeglib.h>
27625
27626
27627 typedef boolean ac__type_sizeof_;
27628 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
27629 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
27630 #include <stdio.h>
27631 #include <stdlib.h>
27632 int
27633 main ()
27634 {
27635
27636 FILE *f = fopen ("conftest.val", "w");
27637 if (! f)
27638 return 1;
27639 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
27640 {
27641 long int i = longval ();
27642 if (i != ((long int) (sizeof (ac__type_sizeof_))))
27643 return 1;
27644 fprintf (f, "%ld\n", i);
27645 }
27646 else
27647 {
27648 unsigned long int i = ulongval ();
27649 if (i != ((long int) (sizeof (ac__type_sizeof_))))
27650 return 1;
27651 fprintf (f, "%lu\n", i);
27652 }
27653 return ferror (f) || fclose (f) != 0;
27654
27655 ;
27656 return 0;
27657 }
27658 _ACEOF
27659 rm -f conftest$ac_exeext
27660 if { (ac_try="$ac_link"
27661 case "(($ac_try" in
27662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27663 *) ac_try_echo=$ac_try;;
27664 esac
27665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27666 (eval "$ac_link") 2>&5
27667 ac_status=$?
27668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27669 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
27670 { (case "(($ac_try" in
27671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27672 *) ac_try_echo=$ac_try;;
27673 esac
27674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27675 (eval "$ac_try") 2>&5
27676 ac_status=$?
27677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27678 (exit $ac_status); }; }; then
27679 ac_cv_sizeof_boolean=`cat conftest.val`
27680 else
27681 echo "$as_me: program exited with status $ac_status" >&5
27682 echo "$as_me: failed program was:" >&5
27683 sed 's/^/| /' conftest.$ac_ext >&5
27684
27685 ( exit $ac_status )
27686 if test "$ac_cv_type_boolean" = yes; then
27687 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
27688 See \`config.log' for more details." >&5
27689 echo "$as_me: error: cannot compute sizeof (boolean)
27690 See \`config.log' for more details." >&2;}
27691 { (exit 77); exit 77; }; }
27692 else
27693 ac_cv_sizeof_boolean=0
27694 fi
27695 fi
27696 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
27697 fi
27698 rm -f conftest.val
27699 fi
27700 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_boolean" >&5
27701 echo "${ECHO_T}$ac_cv_sizeof_boolean" >&6; }
27702
27703
27704
27705 cat >>confdefs.h <<_ACEOF
27706 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
27707 _ACEOF
27708
27709
27710 cat >>confdefs.h <<_ACEOF
27711 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
27712 _ACEOF
27713
27714
27715 fi
27716
27717 fi
27718 fi
27719 fi
27720 fi
27721 fi
27722
27723
27724 TIFF_LINK=
27725 TIFF_PREREQ_LINKS=-lm
27726 if test "$wxUSE_LIBTIFF" != "no" ; then
27727 cat >>confdefs.h <<\_ACEOF
27728 #define wxUSE_LIBTIFF 1
27729 _ACEOF
27730
27731
27732 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
27733 if test "$wxUSE_LIBJPEG" = "sys"; then
27734 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
27735 fi
27736 if test "$wxUSE_ZLIB" = "sys"; then
27737 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
27738 fi
27739 { echo "$as_me:$LINENO: checking for tiffio.h" >&5
27740 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
27741 if test "${ac_cv_header_tiffio_h+set}" = set; then
27742 echo $ECHO_N "(cached) $ECHO_C" >&6
27743 else
27744 cat >conftest.$ac_ext <<_ACEOF
27745 /* confdefs.h. */
27746 _ACEOF
27747 cat confdefs.h >>conftest.$ac_ext
27748 cat >>conftest.$ac_ext <<_ACEOF
27749 /* end confdefs.h. */
27750
27751
27752
27753 #include <tiffio.h>
27754 _ACEOF
27755 rm -f conftest.$ac_objext
27756 if { (ac_try="$ac_compile"
27757 case "(($ac_try" in
27758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27759 *) ac_try_echo=$ac_try;;
27760 esac
27761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27762 (eval "$ac_compile") 2>conftest.er1
27763 ac_status=$?
27764 grep -v '^ *+' conftest.er1 >conftest.err
27765 rm -f conftest.er1
27766 cat conftest.err >&5
27767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27768 (exit $ac_status); } && {
27769 test -z "$ac_c_werror_flag" ||
27770 test ! -s conftest.err
27771 } && test -s conftest.$ac_objext; then
27772 ac_cv_header_tiffio_h=yes
27773 else
27774 echo "$as_me: failed program was:" >&5
27775 sed 's/^/| /' conftest.$ac_ext >&5
27776
27777 ac_cv_header_tiffio_h=no
27778 fi
27779
27780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27781 fi
27782 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
27783 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
27784 if test $ac_cv_header_tiffio_h = yes; then
27785
27786 { echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
27787 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6; }
27788 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
27789 echo $ECHO_N "(cached) $ECHO_C" >&6
27790 else
27791 ac_check_lib_save_LIBS=$LIBS
27792 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
27793 cat >conftest.$ac_ext <<_ACEOF
27794 /* confdefs.h. */
27795 _ACEOF
27796 cat confdefs.h >>conftest.$ac_ext
27797 cat >>conftest.$ac_ext <<_ACEOF
27798 /* end confdefs.h. */
27799
27800 /* Override any GCC internal prototype to avoid an error.
27801 Use char because int might match the return type of a GCC
27802 builtin and then its argument prototype would still apply. */
27803 #ifdef __cplusplus
27804 extern "C"
27805 #endif
27806 char TIFFError ();
27807 int
27808 main ()
27809 {
27810 return TIFFError ();
27811 ;
27812 return 0;
27813 }
27814 _ACEOF
27815 rm -f conftest.$ac_objext conftest$ac_exeext
27816 if { (ac_try="$ac_link"
27817 case "(($ac_try" in
27818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27819 *) ac_try_echo=$ac_try;;
27820 esac
27821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27822 (eval "$ac_link") 2>conftest.er1
27823 ac_status=$?
27824 grep -v '^ *+' conftest.er1 >conftest.err
27825 rm -f conftest.er1
27826 cat conftest.err >&5
27827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27828 (exit $ac_status); } && {
27829 test -z "$ac_c_werror_flag" ||
27830 test ! -s conftest.err
27831 } && test -s conftest$ac_exeext &&
27832 $as_test_x conftest$ac_exeext; then
27833 ac_cv_lib_tiff_TIFFError=yes
27834 else
27835 echo "$as_me: failed program was:" >&5
27836 sed 's/^/| /' conftest.$ac_ext >&5
27837
27838 ac_cv_lib_tiff_TIFFError=no
27839 fi
27840
27841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27842 conftest$ac_exeext conftest.$ac_ext
27843 LIBS=$ac_check_lib_save_LIBS
27844 fi
27845 { echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
27846 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6; }
27847 if test $ac_cv_lib_tiff_TIFFError = yes; then
27848 TIFF_LINK=" -ltiff"
27849 fi
27850
27851
27852 fi
27853
27854
27855
27856 if test "x$TIFF_LINK" = "x" ; then
27857 if test "$wxUSE_LIBTIFF" = "sys" ; then
27858 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
27859 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
27860 { (exit 1); exit 1; }; }
27861 else
27862 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
27863 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
27864 wxUSE_LIBTIFF=builtin
27865 fi
27866 else
27867 wxUSE_LIBTIFF=sys
27868 fi
27869 fi
27870 if test "$wxUSE_LIBTIFF" = "builtin" ; then
27871 if test "$wxUSE_LIBJPEG" = "no"; then
27872 ac_configure_args="$ac_configure_args --disable-jpeg"
27873 fi
27874 subdirs="$subdirs src/tiff"
27875
27876 fi
27877 fi
27878
27879
27880 if test "$wxUSE_WCHAR_T" != "yes"; then
27881 if test "$wxUSE_EXPAT" != "no"; then
27882 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
27883 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
27884 wxUSE_EXPAT=no
27885 fi
27886 if test "$wxUSE_XML" != "no"; then
27887 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
27888 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
27889 wxUSE_XML=no
27890 fi
27891 fi
27892
27893 if test "$wxUSE_EXPAT" != "no"; then
27894 wxUSE_XML=yes
27895 cat >>confdefs.h <<\_ACEOF
27896 #define wxUSE_EXPAT 1
27897 _ACEOF
27898
27899 cat >>confdefs.h <<\_ACEOF
27900 #define wxUSE_XML 1
27901 _ACEOF
27902
27903
27904 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
27905 { echo "$as_me:$LINENO: checking for expat.h" >&5
27906 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6; }
27907 if test "${ac_cv_header_expat_h+set}" = set; then
27908 echo $ECHO_N "(cached) $ECHO_C" >&6
27909 else
27910 cat >conftest.$ac_ext <<_ACEOF
27911 /* confdefs.h. */
27912 _ACEOF
27913 cat confdefs.h >>conftest.$ac_ext
27914 cat >>conftest.$ac_ext <<_ACEOF
27915 /* end confdefs.h. */
27916
27917
27918 #include <expat.h>
27919 _ACEOF
27920 rm -f conftest.$ac_objext
27921 if { (ac_try="$ac_compile"
27922 case "(($ac_try" in
27923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27924 *) ac_try_echo=$ac_try;;
27925 esac
27926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27927 (eval "$ac_compile") 2>conftest.er1
27928 ac_status=$?
27929 grep -v '^ *+' conftest.er1 >conftest.err
27930 rm -f conftest.er1
27931 cat conftest.err >&5
27932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27933 (exit $ac_status); } && {
27934 test -z "$ac_c_werror_flag" ||
27935 test ! -s conftest.err
27936 } && test -s conftest.$ac_objext; then
27937 ac_cv_header_expat_h=yes
27938 else
27939 echo "$as_me: failed program was:" >&5
27940 sed 's/^/| /' conftest.$ac_ext >&5
27941
27942 ac_cv_header_expat_h=no
27943 fi
27944
27945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27946 fi
27947 { echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
27948 echo "${ECHO_T}$ac_cv_header_expat_h" >&6; }
27949 if test $ac_cv_header_expat_h = yes; then
27950 found_expat_h=1
27951 fi
27952
27953
27954 if test "x$found_expat_h" = "x1"; then
27955 { echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
27956 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6; }
27957 if test "${wx_cv_expat_is_not_broken+set}" = set; then
27958 echo $ECHO_N "(cached) $ECHO_C" >&6
27959 else
27960
27961 ac_ext=cpp
27962 ac_cpp='$CXXCPP $CPPFLAGS'
27963 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27964 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27965 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27966
27967 cat >conftest.$ac_ext <<_ACEOF
27968 /* confdefs.h. */
27969 _ACEOF
27970 cat confdefs.h >>conftest.$ac_ext
27971 cat >>conftest.$ac_ext <<_ACEOF
27972 /* end confdefs.h. */
27973 #include <expat.h>
27974 int
27975 main ()
27976 {
27977
27978 ;
27979 return 0;
27980 }
27981 _ACEOF
27982 rm -f conftest.$ac_objext
27983 if { (ac_try="$ac_compile"
27984 case "(($ac_try" in
27985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27986 *) ac_try_echo=$ac_try;;
27987 esac
27988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27989 (eval "$ac_compile") 2>conftest.er1
27990 ac_status=$?
27991 grep -v '^ *+' conftest.er1 >conftest.err
27992 rm -f conftest.er1
27993 cat conftest.err >&5
27994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27995 (exit $ac_status); } && {
27996 test -z "$ac_cxx_werror_flag" ||
27997 test ! -s conftest.err
27998 } && test -s conftest.$ac_objext; then
27999 wx_cv_expat_is_not_broken=yes
28000 else
28001 echo "$as_me: failed program was:" >&5
28002 sed 's/^/| /' conftest.$ac_ext >&5
28003
28004 wx_cv_expat_is_not_broken=no
28005
28006 fi
28007
28008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28009 ac_ext=c
28010 ac_cpp='$CPP $CPPFLAGS'
28011 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28012 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28013 ac_compiler_gnu=$ac_cv_c_compiler_gnu
28014
28015
28016
28017 fi
28018 { echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
28019 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6; }
28020 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
28021 { echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
28022 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6; }
28023 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
28024 echo $ECHO_N "(cached) $ECHO_C" >&6
28025 else
28026 ac_check_lib_save_LIBS=$LIBS
28027 LIBS="-lexpat $LIBS"
28028 cat >conftest.$ac_ext <<_ACEOF
28029 /* confdefs.h. */
28030 _ACEOF
28031 cat confdefs.h >>conftest.$ac_ext
28032 cat >>conftest.$ac_ext <<_ACEOF
28033 /* end confdefs.h. */
28034
28035 /* Override any GCC internal prototype to avoid an error.
28036 Use char because int might match the return type of a GCC
28037 builtin and then its argument prototype would still apply. */
28038 #ifdef __cplusplus
28039 extern "C"
28040 #endif
28041 char XML_ParserCreate ();
28042 int
28043 main ()
28044 {
28045 return XML_ParserCreate ();
28046 ;
28047 return 0;
28048 }
28049 _ACEOF
28050 rm -f conftest.$ac_objext conftest$ac_exeext
28051 if { (ac_try="$ac_link"
28052 case "(($ac_try" in
28053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28054 *) ac_try_echo=$ac_try;;
28055 esac
28056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28057 (eval "$ac_link") 2>conftest.er1
28058 ac_status=$?
28059 grep -v '^ *+' conftest.er1 >conftest.err
28060 rm -f conftest.er1
28061 cat conftest.err >&5
28062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28063 (exit $ac_status); } && {
28064 test -z "$ac_c_werror_flag" ||
28065 test ! -s conftest.err
28066 } && test -s conftest$ac_exeext &&
28067 $as_test_x conftest$ac_exeext; then
28068 ac_cv_lib_expat_XML_ParserCreate=yes
28069 else
28070 echo "$as_me: failed program was:" >&5
28071 sed 's/^/| /' conftest.$ac_ext >&5
28072
28073 ac_cv_lib_expat_XML_ParserCreate=no
28074 fi
28075
28076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28077 conftest$ac_exeext conftest.$ac_ext
28078 LIBS=$ac_check_lib_save_LIBS
28079 fi
28080 { echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
28081 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6; }
28082 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
28083 EXPAT_LINK=" -lexpat"
28084 fi
28085
28086 fi
28087 fi
28088 if test "x$EXPAT_LINK" = "x" ; then
28089 if test "$wxUSE_EXPAT" = "sys" ; then
28090 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
28091 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
28092 { (exit 1); exit 1; }; }
28093 else
28094 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
28095 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
28096 wxUSE_EXPAT=builtin
28097 fi
28098 else
28099 wxUSE_EXPAT=sys
28100 fi
28101 fi
28102 if test "$wxUSE_EXPAT" = "builtin" ; then
28103 subdirs="$subdirs src/expat"
28104
28105 fi
28106 fi
28107
28108
28109
28110 if test "$wxUSE_LIBMSPACK" != "no"; then
28111 { echo "$as_me:$LINENO: checking for mspack.h" >&5
28112 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6; }
28113 if test "${ac_cv_header_mspack_h+set}" = set; then
28114 echo $ECHO_N "(cached) $ECHO_C" >&6
28115 else
28116 cat >conftest.$ac_ext <<_ACEOF
28117 /* confdefs.h. */
28118 _ACEOF
28119 cat confdefs.h >>conftest.$ac_ext
28120 cat >>conftest.$ac_ext <<_ACEOF
28121 /* end confdefs.h. */
28122
28123
28124 #include <mspack.h>
28125 _ACEOF
28126 rm -f conftest.$ac_objext
28127 if { (ac_try="$ac_compile"
28128 case "(($ac_try" in
28129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28130 *) ac_try_echo=$ac_try;;
28131 esac
28132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28133 (eval "$ac_compile") 2>conftest.er1
28134 ac_status=$?
28135 grep -v '^ *+' conftest.er1 >conftest.err
28136 rm -f conftest.er1
28137 cat conftest.err >&5
28138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28139 (exit $ac_status); } && {
28140 test -z "$ac_c_werror_flag" ||
28141 test ! -s conftest.err
28142 } && test -s conftest.$ac_objext; then
28143 ac_cv_header_mspack_h=yes
28144 else
28145 echo "$as_me: failed program was:" >&5
28146 sed 's/^/| /' conftest.$ac_ext >&5
28147
28148 ac_cv_header_mspack_h=no
28149 fi
28150
28151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28152 fi
28153 { echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
28154 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6; }
28155 if test $ac_cv_header_mspack_h = yes; then
28156 found_mspack_h=1
28157 fi
28158
28159
28160 if test "x$found_mspack_h" = "x1"; then
28161 { echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
28162 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6; }
28163 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
28164 echo $ECHO_N "(cached) $ECHO_C" >&6
28165 else
28166 ac_check_lib_save_LIBS=$LIBS
28167 LIBS="-lmspack $LIBS"
28168 cat >conftest.$ac_ext <<_ACEOF
28169 /* confdefs.h. */
28170 _ACEOF
28171 cat confdefs.h >>conftest.$ac_ext
28172 cat >>conftest.$ac_ext <<_ACEOF
28173 /* end confdefs.h. */
28174
28175 /* Override any GCC internal prototype to avoid an error.
28176 Use char because int might match the return type of a GCC
28177 builtin and then its argument prototype would still apply. */
28178 #ifdef __cplusplus
28179 extern "C"
28180 #endif
28181 char mspack_create_chm_decompressor ();
28182 int
28183 main ()
28184 {
28185 return mspack_create_chm_decompressor ();
28186 ;
28187 return 0;
28188 }
28189 _ACEOF
28190 rm -f conftest.$ac_objext conftest$ac_exeext
28191 if { (ac_try="$ac_link"
28192 case "(($ac_try" in
28193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28194 *) ac_try_echo=$ac_try;;
28195 esac
28196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28197 (eval "$ac_link") 2>conftest.er1
28198 ac_status=$?
28199 grep -v '^ *+' conftest.er1 >conftest.err
28200 rm -f conftest.er1
28201 cat conftest.err >&5
28202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28203 (exit $ac_status); } && {
28204 test -z "$ac_c_werror_flag" ||
28205 test ! -s conftest.err
28206 } && test -s conftest$ac_exeext &&
28207 $as_test_x conftest$ac_exeext; then
28208 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
28209 else
28210 echo "$as_me: failed program was:" >&5
28211 sed 's/^/| /' conftest.$ac_ext >&5
28212
28213 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
28214 fi
28215
28216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28217 conftest$ac_exeext conftest.$ac_ext
28218 LIBS=$ac_check_lib_save_LIBS
28219 fi
28220 { echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
28221 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
28222 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
28223 MSPACK_LINK=" -lmspack"
28224 fi
28225
28226 fi
28227 if test "x$MSPACK_LINK" = "x" ; then
28228 wxUSE_LIBMSPACK=no
28229 fi
28230 fi
28231
28232 if test "$wxUSE_LIBMSPACK" != "no"; then
28233 cat >>confdefs.h <<\_ACEOF
28234 #define wxUSE_LIBMSPACK 1
28235 _ACEOF
28236
28237 fi
28238
28239
28240
28241 AFMINSTALL=
28242 WIN32INSTALL=
28243
28244 TOOLKIT=
28245 TOOLKIT_INCLUDE=
28246 WIDGET_SET=
28247
28248 if test "$USE_WIN32" = 1 ; then
28249
28250 for ac_header in w32api.h
28251 do
28252 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28253 { echo "$as_me:$LINENO: checking for $ac_header" >&5
28254 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
28255 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28256 echo $ECHO_N "(cached) $ECHO_C" >&6
28257 else
28258 cat >conftest.$ac_ext <<_ACEOF
28259 /* confdefs.h. */
28260 _ACEOF
28261 cat confdefs.h >>conftest.$ac_ext
28262 cat >>conftest.$ac_ext <<_ACEOF
28263 /* end confdefs.h. */
28264
28265
28266 #include <$ac_header>
28267 _ACEOF
28268 rm -f conftest.$ac_objext
28269 if { (ac_try="$ac_compile"
28270 case "(($ac_try" in
28271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28272 *) ac_try_echo=$ac_try;;
28273 esac
28274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28275 (eval "$ac_compile") 2>conftest.er1
28276 ac_status=$?
28277 grep -v '^ *+' conftest.er1 >conftest.err
28278 rm -f conftest.er1
28279 cat conftest.err >&5
28280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28281 (exit $ac_status); } && {
28282 test -z "$ac_c_werror_flag" ||
28283 test ! -s conftest.err
28284 } && test -s conftest.$ac_objext; then
28285 eval "$as_ac_Header=yes"
28286 else
28287 echo "$as_me: failed program was:" >&5
28288 sed 's/^/| /' conftest.$ac_ext >&5
28289
28290 eval "$as_ac_Header=no"
28291 fi
28292
28293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28294 fi
28295 ac_res=`eval echo '${'$as_ac_Header'}'`
28296 { echo "$as_me:$LINENO: result: $ac_res" >&5
28297 echo "${ECHO_T}$ac_res" >&6; }
28298 if test `eval echo '${'$as_ac_Header'}'` = yes; then
28299 cat >>confdefs.h <<_ACEOF
28300 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28301 _ACEOF
28302
28303 fi
28304
28305 done
28306
28307 { echo "$as_me:$LINENO: checking for windows.h" >&5
28308 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6; }
28309 if test "${ac_cv_header_windows_h+set}" = set; then
28310 echo $ECHO_N "(cached) $ECHO_C" >&6
28311 else
28312 cat >conftest.$ac_ext <<_ACEOF
28313 /* confdefs.h. */
28314 _ACEOF
28315 cat confdefs.h >>conftest.$ac_ext
28316 cat >>conftest.$ac_ext <<_ACEOF
28317 /* end confdefs.h. */
28318
28319
28320 #include <windows.h>
28321 _ACEOF
28322 rm -f conftest.$ac_objext
28323 if { (ac_try="$ac_compile"
28324 case "(($ac_try" in
28325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28326 *) ac_try_echo=$ac_try;;
28327 esac
28328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28329 (eval "$ac_compile") 2>conftest.er1
28330 ac_status=$?
28331 grep -v '^ *+' conftest.er1 >conftest.err
28332 rm -f conftest.er1
28333 cat conftest.err >&5
28334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28335 (exit $ac_status); } && {
28336 test -z "$ac_c_werror_flag" ||
28337 test ! -s conftest.err
28338 } && test -s conftest.$ac_objext; then
28339 ac_cv_header_windows_h=yes
28340 else
28341 echo "$as_me: failed program was:" >&5
28342 sed 's/^/| /' conftest.$ac_ext >&5
28343
28344 ac_cv_header_windows_h=no
28345 fi
28346
28347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28348 fi
28349 { echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
28350 echo "${ECHO_T}$ac_cv_header_windows_h" >&6; }
28351 if test $ac_cv_header_windows_h = yes; then
28352 :
28353 else
28354
28355 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
28356 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
28357 { (exit 1); exit 1; }; }
28358
28359 fi
28360
28361
28362
28363 case "${host}" in
28364 x86_64-*-mingw32* )
28365 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lwctl3d32 -ladvapi32 -lwsock32 -lgdi32"
28366 ;;
28367 * )
28368 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
28369 ;;
28370 esac
28371 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
28372 LIBS="$LIBS -loleacc"
28373 fi
28374
28375 case "${host}" in
28376 *-*-cygwin* )
28377 LIBS="$LIBS -lkernel32 -luser32"
28378 esac
28379
28380 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
28381 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
28382
28383 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
28384
28385 WIN32INSTALL=win32install
28386
28387 { echo "$as_me:$LINENO: checking for pbt.h" >&5
28388 echo $ECHO_N "checking for pbt.h... $ECHO_C" >&6; }
28389 if test "${ac_cv_header_pbt_h+set}" = set; then
28390 echo $ECHO_N "(cached) $ECHO_C" >&6
28391 else
28392 cat >conftest.$ac_ext <<_ACEOF
28393 /* confdefs.h. */
28394 _ACEOF
28395 cat confdefs.h >>conftest.$ac_ext
28396 cat >>conftest.$ac_ext <<_ACEOF
28397 /* end confdefs.h. */
28398
28399
28400 #include <pbt.h>
28401 _ACEOF
28402 rm -f conftest.$ac_objext
28403 if { (ac_try="$ac_compile"
28404 case "(($ac_try" in
28405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28406 *) ac_try_echo=$ac_try;;
28407 esac
28408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28409 (eval "$ac_compile") 2>conftest.er1
28410 ac_status=$?
28411 grep -v '^ *+' conftest.er1 >conftest.err
28412 rm -f conftest.er1
28413 cat conftest.err >&5
28414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28415 (exit $ac_status); } && {
28416 test -z "$ac_c_werror_flag" ||
28417 test ! -s conftest.err
28418 } && test -s conftest.$ac_objext; then
28419 ac_cv_header_pbt_h=yes
28420 else
28421 echo "$as_me: failed program was:" >&5
28422 sed 's/^/| /' conftest.$ac_ext >&5
28423
28424 ac_cv_header_pbt_h=no
28425 fi
28426
28427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28428 fi
28429 { echo "$as_me:$LINENO: result: $ac_cv_header_pbt_h" >&5
28430 echo "${ECHO_T}$ac_cv_header_pbt_h" >&6; }
28431 if test $ac_cv_header_pbt_h = yes; then
28432 :
28433 else
28434 cat >>confdefs.h <<\_ACEOF
28435 #define NEED_PBT_H 1
28436 _ACEOF
28437
28438 fi
28439
28440
28441 fi
28442
28443 if test "$wxUSE_GUI" = "yes"; then
28444 USE_GUI=1
28445
28446 GUI_TK_LIBRARY=
28447
28448 WXGTK12=
28449 WXGTK127=
28450 WXGTK2=
28451 WXGPE=
28452
28453 if test "$wxUSE_COCOA" = 1 ; then
28454 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
28455 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
28456 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
28457 wxUSE_PRINTING_ARCHITECTURE=no
28458 fi
28459 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
28460 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
28461 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
28462 wxUSE_DRAG_AND_DROP=no
28463 fi
28464 if test "$wxUSE_DRAGIMAGE" = "yes"; then
28465 { echo "$as_me:$LINENO: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
28466 echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
28467 wxUSE_DRAGIMAGE=no
28468 fi
28469 fi
28470
28471 if test "$wxUSE_MSW" = 1 ; then
28472 TOOLKIT=MSW
28473 GUIDIST=MSW_DIST
28474
28475 case "${host}" in
28476 *-*-mingw32* )
28477 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
28478 esac
28479 fi
28480
28481 if test "$wxUSE_GTK" = 1; then
28482 { echo "$as_me:$LINENO: checking for GTK+ version" >&5
28483 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6; }
28484
28485 gtk_version_cached=1
28486 if test "${wx_cv_lib_gtk+set}" = set; then
28487 echo $ECHO_N "(cached) $ECHO_C" >&6
28488 else
28489
28490 gtk_version_cached=0
28491 { echo "$as_me:$LINENO: result: " >&5
28492 echo "${ECHO_T}" >&6; }
28493
28494 GTK_MODULES=
28495 if test "$wxUSE_THREADS" = "yes"; then
28496 GTK_MODULES=gthread
28497 fi
28498
28499 wx_cv_lib_gtk=
28500 if test "x$wxGTK_VERSION" != "x1"
28501 then
28502 case "${host}" in
28503 *-*-solaris2* )
28504 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
28505 enable_gtktest=no
28506 fi
28507 esac
28508
28509 # Check whether --enable-gtktest was given.
28510 if test "${enable_gtktest+set}" = set; then
28511 enableval=$enable_gtktest;
28512 else
28513 enable_gtktest=yes
28514 fi
28515
28516
28517 pkg_config_args=gtk+-2.0
28518 for module in . $GTK_MODULES
28519 do
28520 case "$module" in
28521 gthread)
28522 pkg_config_args="$pkg_config_args gthread-2.0"
28523 ;;
28524 esac
28525 done
28526
28527 no_gtk=""
28528
28529 # Extract the first word of "pkg-config", so it can be a program name with args.
28530 set dummy pkg-config; ac_word=$2
28531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
28532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28533 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28534 echo $ECHO_N "(cached) $ECHO_C" >&6
28535 else
28536 case $PKG_CONFIG in
28537 [\\/]* | ?:[\\/]*)
28538 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28539 ;;
28540 *)
28541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28542 for as_dir in $PATH
28543 do
28544 IFS=$as_save_IFS
28545 test -z "$as_dir" && as_dir=.
28546 for ac_exec_ext in '' $ac_executable_extensions; do
28547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28548 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28550 break 2
28551 fi
28552 done
28553 done
28554 IFS=$as_save_IFS
28555
28556 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28557 ;;
28558 esac
28559 fi
28560 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28561 if test -n "$PKG_CONFIG"; then
28562 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28563 echo "${ECHO_T}$PKG_CONFIG" >&6; }
28564 else
28565 { echo "$as_me:$LINENO: result: no" >&5
28566 echo "${ECHO_T}no" >&6; }
28567 fi
28568
28569
28570
28571 if test x$PKG_CONFIG != xno ; then
28572 if pkg-config --atleast-pkgconfig-version 0.7 ; then
28573 :
28574 else
28575 echo "*** pkg-config too old; version 0.7 or better required."
28576 no_gtk=yes
28577 PKG_CONFIG=no
28578 fi
28579 else
28580 no_gtk=yes
28581 fi
28582
28583 min_gtk_version=2.4.0
28584 { echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
28585 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6; }
28586
28587 if test x$PKG_CONFIG != xno ; then
28588 ## don't try to run the test against uninstalled libtool libs
28589 if $PKG_CONFIG --uninstalled $pkg_config_args; then
28590 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
28591 enable_gtktest=no
28592 fi
28593
28594 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
28595 :
28596 else
28597 no_gtk=yes
28598 fi
28599 fi
28600
28601 if test x"$no_gtk" = x ; then
28602 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
28603 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
28604 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
28605 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
28606 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
28607 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
28608 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
28609 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
28610 if test "x$enable_gtktest" = "xyes" ; then
28611 ac_save_CFLAGS="$CFLAGS"
28612 ac_save_LIBS="$LIBS"
28613 CFLAGS="$CFLAGS $GTK_CFLAGS"
28614 LIBS="$GTK_LIBS $LIBS"
28615 rm -f conf.gtktest
28616 if test "$cross_compiling" = yes; then
28617 echo $ac_n "cross compiling; assumed OK... $ac_c"
28618 else
28619 cat >conftest.$ac_ext <<_ACEOF
28620 /* confdefs.h. */
28621 _ACEOF
28622 cat confdefs.h >>conftest.$ac_ext
28623 cat >>conftest.$ac_ext <<_ACEOF
28624 /* end confdefs.h. */
28625
28626 #include <gtk/gtk.h>
28627 #include <stdio.h>
28628 #include <stdlib.h>
28629
28630 int
28631 main ()
28632 {
28633 int major, minor, micro;
28634 char *tmp_version;
28635
28636 system ("touch conf.gtktest");
28637
28638 /* HP/UX 9 (%@#!) writes to sscanf strings */
28639 tmp_version = g_strdup("$min_gtk_version");
28640 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
28641 printf("%s, bad version string\n", "$min_gtk_version");
28642 exit(1);
28643 }
28644
28645 if ((gtk_major_version != $gtk_config_major_version) ||
28646 (gtk_minor_version != $gtk_config_minor_version) ||
28647 (gtk_micro_version != $gtk_config_micro_version))
28648 {
28649 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28650 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28651 gtk_major_version, gtk_minor_version, gtk_micro_version);
28652 printf ("*** was found! If pkg-config was correct, then it is best\n");
28653 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28654 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28655 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28656 printf("*** required on your system.\n");
28657 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
28658 printf("*** to point to the correct configuration files\n");
28659 }
28660 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28661 (gtk_minor_version != GTK_MINOR_VERSION) ||
28662 (gtk_micro_version != GTK_MICRO_VERSION))
28663 {
28664 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28665 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28666 printf("*** library (version %d.%d.%d)\n",
28667 gtk_major_version, gtk_minor_version, gtk_micro_version);
28668 }
28669 else
28670 {
28671 if ((gtk_major_version > major) ||
28672 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
28673 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
28674 {
28675 return 0;
28676 }
28677 else
28678 {
28679 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
28680 gtk_major_version, gtk_minor_version, gtk_micro_version);
28681 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
28682 major, minor, micro);
28683 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
28684 printf("***\n");
28685 printf("*** If you have already installed a sufficiently new version, this error\n");
28686 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
28687 printf("*** being found. The easiest way to fix this is to remove the old version\n");
28688 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
28689 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
28690 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
28691 printf("*** so that the correct libraries are found at run-time))\n");
28692 }
28693 }
28694 return 1;
28695 }
28696
28697 _ACEOF
28698 rm -f conftest$ac_exeext
28699 if { (ac_try="$ac_link"
28700 case "(($ac_try" in
28701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28702 *) ac_try_echo=$ac_try;;
28703 esac
28704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28705 (eval "$ac_link") 2>&5
28706 ac_status=$?
28707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28708 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28709 { (case "(($ac_try" in
28710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28711 *) ac_try_echo=$ac_try;;
28712 esac
28713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28714 (eval "$ac_try") 2>&5
28715 ac_status=$?
28716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28717 (exit $ac_status); }; }; then
28718 :
28719 else
28720 echo "$as_me: program exited with status $ac_status" >&5
28721 echo "$as_me: failed program was:" >&5
28722 sed 's/^/| /' conftest.$ac_ext >&5
28723
28724 ( exit $ac_status )
28725 no_gtk=yes
28726 fi
28727 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28728 fi
28729
28730
28731 CFLAGS="$ac_save_CFLAGS"
28732 LIBS="$ac_save_LIBS"
28733 fi
28734 fi
28735 if test "x$no_gtk" = x ; then
28736 { echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
28737 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
28738 wx_cv_lib_gtk=2.0
28739 else
28740 { echo "$as_me:$LINENO: result: no" >&5
28741 echo "${ECHO_T}no" >&6; }
28742 if test "$PKG_CONFIG" = "no" ; then
28743 echo "*** A new enough version of pkg-config was not found."
28744 echo "*** See http://pkgconfig.sourceforge.net"
28745 else
28746 if test -f conf.gtktest ; then
28747 :
28748 else
28749 echo "*** Could not run GTK+ test program, checking why..."
28750 ac_save_CFLAGS="$CFLAGS"
28751 ac_save_LIBS="$LIBS"
28752 CFLAGS="$CFLAGS $GTK_CFLAGS"
28753 LIBS="$LIBS $GTK_LIBS"
28754 cat >conftest.$ac_ext <<_ACEOF
28755 /* confdefs.h. */
28756 _ACEOF
28757 cat confdefs.h >>conftest.$ac_ext
28758 cat >>conftest.$ac_ext <<_ACEOF
28759 /* end confdefs.h. */
28760
28761 #include <gtk/gtk.h>
28762 #include <stdio.h>
28763
28764 int
28765 main ()
28766 {
28767 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
28768 ;
28769 return 0;
28770 }
28771 _ACEOF
28772 rm -f conftest.$ac_objext conftest$ac_exeext
28773 if { (ac_try="$ac_link"
28774 case "(($ac_try" in
28775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28776 *) ac_try_echo=$ac_try;;
28777 esac
28778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28779 (eval "$ac_link") 2>conftest.er1
28780 ac_status=$?
28781 grep -v '^ *+' conftest.er1 >conftest.err
28782 rm -f conftest.er1
28783 cat conftest.err >&5
28784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28785 (exit $ac_status); } && {
28786 test -z "$ac_c_werror_flag" ||
28787 test ! -s conftest.err
28788 } && test -s conftest$ac_exeext &&
28789 $as_test_x conftest$ac_exeext; then
28790 echo "*** The test program compiled, but did not run. This usually means"
28791 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
28792 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
28793 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
28794 echo "*** to the installed location Also, make sure you have run ldconfig if that"
28795 echo "*** is required on your system"
28796 echo "***"
28797 echo "*** If you have an old version installed, it is best to remove it, although"
28798 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
28799 else
28800 echo "$as_me: failed program was:" >&5
28801 sed 's/^/| /' conftest.$ac_ext >&5
28802
28803 echo "*** The test program failed to compile or link. See the file config.log for the"
28804 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
28805 fi
28806
28807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28808 conftest$ac_exeext conftest.$ac_ext
28809 CFLAGS="$ac_save_CFLAGS"
28810 LIBS="$ac_save_LIBS"
28811 fi
28812 fi
28813 GTK_CFLAGS=""
28814 GTK_LIBS=""
28815 :
28816 fi
28817
28818
28819 rm -f conf.gtktest
28820
28821
28822 case "${host}" in
28823 *-*-solaris2* )
28824 if test "$wxUSE_SHARED" != "yes"; then
28825 GTK_LIBS="$GTK_LIBS -lX11"
28826 fi
28827 esac
28828 fi
28829
28830 if test -z "$wx_cv_lib_gtk"; then
28831 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
28832
28833 # Check whether --with-gtk-prefix was given.
28834 if test "${with_gtk_prefix+set}" = set; then
28835 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
28836 else
28837 gtk_config_prefix=""
28838 fi
28839
28840
28841 # Check whether --with-gtk-exec-prefix was given.
28842 if test "${with_gtk_exec_prefix+set}" = set; then
28843 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
28844 else
28845 gtk_config_exec_prefix=""
28846 fi
28847
28848 # Check whether --enable-gtktest was given.
28849 if test "${enable_gtktest+set}" = set; then
28850 enableval=$enable_gtktest;
28851 else
28852 enable_gtktest=yes
28853 fi
28854
28855
28856 for module in . $GTK_MODULES
28857 do
28858 case "$module" in
28859 gthread)
28860 gtk_config_args="$gtk_config_args gthread"
28861 ;;
28862 esac
28863 done
28864
28865 if test x$gtk_config_exec_prefix != x ; then
28866 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
28867 if test x${GTK_CONFIG+set} != xset ; then
28868 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
28869 fi
28870 fi
28871 if test x$gtk_config_prefix != x ; then
28872 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
28873 if test x${GTK_CONFIG+set} != xset ; then
28874 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
28875 fi
28876 fi
28877
28878 # Extract the first word of "gtk-config", so it can be a program name with args.
28879 set dummy gtk-config; ac_word=$2
28880 { echo "$as_me:$LINENO: checking for $ac_word" >&5
28881 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28882 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
28883 echo $ECHO_N "(cached) $ECHO_C" >&6
28884 else
28885 case $GTK_CONFIG in
28886 [\\/]* | ?:[\\/]*)
28887 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
28888 ;;
28889 *)
28890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28891 for as_dir in $PATH
28892 do
28893 IFS=$as_save_IFS
28894 test -z "$as_dir" && as_dir=.
28895 for ac_exec_ext in '' $ac_executable_extensions; do
28896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28897 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28898 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28899 break 2
28900 fi
28901 done
28902 done
28903 IFS=$as_save_IFS
28904
28905 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
28906 ;;
28907 esac
28908 fi
28909 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
28910 if test -n "$GTK_CONFIG"; then
28911 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
28912 echo "${ECHO_T}$GTK_CONFIG" >&6; }
28913 else
28914 { echo "$as_me:$LINENO: result: no" >&5
28915 echo "${ECHO_T}no" >&6; }
28916 fi
28917
28918
28919 min_gtk_version=1.2.7
28920 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
28921 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
28922 no_gtk=""
28923 if test "$GTK_CONFIG" = "no" ; then
28924 no_gtk=yes
28925 else
28926 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
28927 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
28928 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
28929 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
28930 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
28931 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
28932 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
28933 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
28934 if test "x$enable_gtktest" = "xyes" ; then
28935 ac_save_CFLAGS="$CFLAGS"
28936 ac_save_LIBS="$LIBS"
28937 CFLAGS="$CFLAGS $GTK_CFLAGS"
28938 LIBS="$GTK_LIBS $LIBS"
28939 rm -f conf.gtktest
28940 if test "$cross_compiling" = yes; then
28941 echo $ac_n "cross compiling; assumed OK... $ac_c"
28942 else
28943 cat >conftest.$ac_ext <<_ACEOF
28944 /* confdefs.h. */
28945 _ACEOF
28946 cat confdefs.h >>conftest.$ac_ext
28947 cat >>conftest.$ac_ext <<_ACEOF
28948 /* end confdefs.h. */
28949
28950 #include <gtk/gtk.h>
28951 #include <stdio.h>
28952 #include <stdlib.h>
28953
28954 int
28955 main ()
28956 {
28957 int major, minor, micro;
28958 char *tmp_version;
28959
28960 system ("touch conf.gtktest");
28961
28962 /* HP/UX 9 (%@#!) writes to sscanf strings */
28963 tmp_version = g_strdup("$min_gtk_version");
28964 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
28965 printf("%s, bad version string\n", "$min_gtk_version");
28966 exit(1);
28967 }
28968
28969 if ((gtk_major_version != $gtk_config_major_version) ||
28970 (gtk_minor_version != $gtk_config_minor_version) ||
28971 (gtk_micro_version != $gtk_config_micro_version))
28972 {
28973 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28974 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28975 gtk_major_version, gtk_minor_version, gtk_micro_version);
28976 printf ("*** was found! If gtk-config was correct, then it is best\n");
28977 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28978 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28979 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28980 printf("*** required on your system.\n");
28981 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
28982 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
28983 printf("*** before re-running configure\n");
28984 }
28985 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
28986 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28987 (gtk_minor_version != GTK_MINOR_VERSION) ||
28988 (gtk_micro_version != GTK_MICRO_VERSION))
28989 {
28990 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28991 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28992 printf("*** library (version %d.%d.%d)\n",
28993 gtk_major_version, gtk_minor_version, gtk_micro_version);
28994 }
28995 #endif /* defined (GTK_MAJOR_VERSION) ... */
28996 else
28997 {
28998 if ((gtk_major_version > major) ||
28999 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
29000 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
29001 {
29002 return 0;
29003 }
29004 else
29005 {
29006 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
29007 gtk_major_version, gtk_minor_version, gtk_micro_version);
29008 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
29009 major, minor, micro);
29010 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
29011 printf("***\n");
29012 printf("*** If you have already installed a sufficiently new version, this error\n");
29013 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
29014 printf("*** being found. The easiest way to fix this is to remove the old version\n");
29015 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
29016 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
29017 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
29018 printf("*** so that the correct libraries are found at run-time))\n");
29019 }
29020 }
29021 return 1;
29022 }
29023
29024 _ACEOF
29025 rm -f conftest$ac_exeext
29026 if { (ac_try="$ac_link"
29027 case "(($ac_try" in
29028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29029 *) ac_try_echo=$ac_try;;
29030 esac
29031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29032 (eval "$ac_link") 2>&5
29033 ac_status=$?
29034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29035 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29036 { (case "(($ac_try" in
29037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29038 *) ac_try_echo=$ac_try;;
29039 esac
29040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29041 (eval "$ac_try") 2>&5
29042 ac_status=$?
29043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29044 (exit $ac_status); }; }; then
29045 :
29046 else
29047 echo "$as_me: program exited with status $ac_status" >&5
29048 echo "$as_me: failed program was:" >&5
29049 sed 's/^/| /' conftest.$ac_ext >&5
29050
29051 ( exit $ac_status )
29052 no_gtk=yes
29053 fi
29054 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29055 fi
29056
29057
29058 CFLAGS="$ac_save_CFLAGS"
29059 LIBS="$ac_save_LIBS"
29060 fi
29061 fi
29062 if test "x$no_gtk" = x ; then
29063 { echo "$as_me:$LINENO: result: yes" >&5
29064 echo "${ECHO_T}yes" >&6; }
29065 wx_cv_lib_gtk=1.2.7
29066 else
29067 { echo "$as_me:$LINENO: result: no" >&5
29068 echo "${ECHO_T}no" >&6; }
29069 if test "$GTK_CONFIG" = "no" ; then
29070 echo "*** The gtk-config script installed by GTK could not be found"
29071 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
29072 echo "*** your path, or set the GTK_CONFIG environment variable to the"
29073 echo "*** full path to gtk-config."
29074 else
29075 if test -f conf.gtktest ; then
29076 :
29077 else
29078 echo "*** Could not run GTK test program, checking why..."
29079 CFLAGS="$CFLAGS $GTK_CFLAGS"
29080 LIBS="$LIBS $GTK_LIBS"
29081 cat >conftest.$ac_ext <<_ACEOF
29082 /* confdefs.h. */
29083 _ACEOF
29084 cat confdefs.h >>conftest.$ac_ext
29085 cat >>conftest.$ac_ext <<_ACEOF
29086 /* end confdefs.h. */
29087
29088 #include <gtk/gtk.h>
29089 #include <stdio.h>
29090
29091 int
29092 main ()
29093 {
29094 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
29095 ;
29096 return 0;
29097 }
29098 _ACEOF
29099 rm -f conftest.$ac_objext conftest$ac_exeext
29100 if { (ac_try="$ac_link"
29101 case "(($ac_try" in
29102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29103 *) ac_try_echo=$ac_try;;
29104 esac
29105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29106 (eval "$ac_link") 2>conftest.er1
29107 ac_status=$?
29108 grep -v '^ *+' conftest.er1 >conftest.err
29109 rm -f conftest.er1
29110 cat conftest.err >&5
29111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29112 (exit $ac_status); } && {
29113 test -z "$ac_c_werror_flag" ||
29114 test ! -s conftest.err
29115 } && test -s conftest$ac_exeext &&
29116 $as_test_x conftest$ac_exeext; then
29117 echo "*** The test program compiled, but did not run. This usually means"
29118 echo "*** that the run-time linker is not finding GTK or finding the wrong"
29119 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
29120 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
29121 echo "*** to the installed location Also, make sure you have run ldconfig if that"
29122 echo "*** is required on your system"
29123 echo "***"
29124 echo "*** If you have an old version installed, it is best to remove it, although"
29125 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
29126 echo "***"
29127 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
29128 echo "*** came with the system with the command"
29129 echo "***"
29130 echo "*** rpm --erase --nodeps gtk gtk-devel"
29131 else
29132 echo "$as_me: failed program was:" >&5
29133 sed 's/^/| /' conftest.$ac_ext >&5
29134
29135 echo "*** The test program failed to compile or link. See the file config.log for the"
29136 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
29137 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
29138 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
29139 fi
29140
29141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29142 conftest$ac_exeext conftest.$ac_ext
29143 CFLAGS="$ac_save_CFLAGS"
29144 LIBS="$ac_save_LIBS"
29145 fi
29146 fi
29147 GTK_CFLAGS=""
29148 GTK_LIBS=""
29149 :
29150 fi
29151
29152
29153 rm -f conf.gtktest
29154
29155
29156 if test -z "$wx_cv_lib_gtk"; then
29157
29158 # Check whether --with-gtk-prefix was given.
29159 if test "${with_gtk_prefix+set}" = set; then
29160 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
29161 else
29162 gtk_config_prefix=""
29163 fi
29164
29165
29166 # Check whether --with-gtk-exec-prefix was given.
29167 if test "${with_gtk_exec_prefix+set}" = set; then
29168 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
29169 else
29170 gtk_config_exec_prefix=""
29171 fi
29172
29173 # Check whether --enable-gtktest was given.
29174 if test "${enable_gtktest+set}" = set; then
29175 enableval=$enable_gtktest;
29176 else
29177 enable_gtktest=yes
29178 fi
29179
29180
29181 for module in . $GTK_MODULES
29182 do
29183 case "$module" in
29184 gthread)
29185 gtk_config_args="$gtk_config_args gthread"
29186 ;;
29187 esac
29188 done
29189
29190 if test x$gtk_config_exec_prefix != x ; then
29191 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
29192 if test x${GTK_CONFIG+set} != xset ; then
29193 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
29194 fi
29195 fi
29196 if test x$gtk_config_prefix != x ; then
29197 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
29198 if test x${GTK_CONFIG+set} != xset ; then
29199 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
29200 fi
29201 fi
29202
29203 # Extract the first word of "gtk-config", so it can be a program name with args.
29204 set dummy gtk-config; ac_word=$2
29205 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29206 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29207 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
29208 echo $ECHO_N "(cached) $ECHO_C" >&6
29209 else
29210 case $GTK_CONFIG in
29211 [\\/]* | ?:[\\/]*)
29212 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
29213 ;;
29214 *)
29215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29216 for as_dir in $PATH
29217 do
29218 IFS=$as_save_IFS
29219 test -z "$as_dir" && as_dir=.
29220 for ac_exec_ext in '' $ac_executable_extensions; do
29221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29222 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29223 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29224 break 2
29225 fi
29226 done
29227 done
29228 IFS=$as_save_IFS
29229
29230 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
29231 ;;
29232 esac
29233 fi
29234 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
29235 if test -n "$GTK_CONFIG"; then
29236 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
29237 echo "${ECHO_T}$GTK_CONFIG" >&6; }
29238 else
29239 { echo "$as_me:$LINENO: result: no" >&5
29240 echo "${ECHO_T}no" >&6; }
29241 fi
29242
29243
29244 min_gtk_version=1.2.3
29245 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
29246 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
29247 no_gtk=""
29248 if test "$GTK_CONFIG" = "no" ; then
29249 no_gtk=yes
29250 else
29251 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
29252 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
29253 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
29254 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
29255 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
29256 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
29257 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
29258 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
29259 if test "x$enable_gtktest" = "xyes" ; then
29260 ac_save_CFLAGS="$CFLAGS"
29261 ac_save_LIBS="$LIBS"
29262 CFLAGS="$CFLAGS $GTK_CFLAGS"
29263 LIBS="$GTK_LIBS $LIBS"
29264 rm -f conf.gtktest
29265 if test "$cross_compiling" = yes; then
29266 echo $ac_n "cross compiling; assumed OK... $ac_c"
29267 else
29268 cat >conftest.$ac_ext <<_ACEOF
29269 /* confdefs.h. */
29270 _ACEOF
29271 cat confdefs.h >>conftest.$ac_ext
29272 cat >>conftest.$ac_ext <<_ACEOF
29273 /* end confdefs.h. */
29274
29275 #include <gtk/gtk.h>
29276 #include <stdio.h>
29277 #include <stdlib.h>
29278
29279 int
29280 main ()
29281 {
29282 int major, minor, micro;
29283 char *tmp_version;
29284
29285 system ("touch conf.gtktest");
29286
29287 /* HP/UX 9 (%@#!) writes to sscanf strings */
29288 tmp_version = g_strdup("$min_gtk_version");
29289 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
29290 printf("%s, bad version string\n", "$min_gtk_version");
29291 exit(1);
29292 }
29293
29294 if ((gtk_major_version != $gtk_config_major_version) ||
29295 (gtk_minor_version != $gtk_config_minor_version) ||
29296 (gtk_micro_version != $gtk_config_micro_version))
29297 {
29298 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
29299 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
29300 gtk_major_version, gtk_minor_version, gtk_micro_version);
29301 printf ("*** was found! If gtk-config was correct, then it is best\n");
29302 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
29303 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
29304 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
29305 printf("*** required on your system.\n");
29306 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
29307 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
29308 printf("*** before re-running configure\n");
29309 }
29310 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
29311 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
29312 (gtk_minor_version != GTK_MINOR_VERSION) ||
29313 (gtk_micro_version != GTK_MICRO_VERSION))
29314 {
29315 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
29316 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
29317 printf("*** library (version %d.%d.%d)\n",
29318 gtk_major_version, gtk_minor_version, gtk_micro_version);
29319 }
29320 #endif /* defined (GTK_MAJOR_VERSION) ... */
29321 else
29322 {
29323 if ((gtk_major_version > major) ||
29324 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
29325 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
29326 {
29327 return 0;
29328 }
29329 else
29330 {
29331 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
29332 gtk_major_version, gtk_minor_version, gtk_micro_version);
29333 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
29334 major, minor, micro);
29335 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
29336 printf("***\n");
29337 printf("*** If you have already installed a sufficiently new version, this error\n");
29338 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
29339 printf("*** being found. The easiest way to fix this is to remove the old version\n");
29340 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
29341 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
29342 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
29343 printf("*** so that the correct libraries are found at run-time))\n");
29344 }
29345 }
29346 return 1;
29347 }
29348
29349 _ACEOF
29350 rm -f conftest$ac_exeext
29351 if { (ac_try="$ac_link"
29352 case "(($ac_try" in
29353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29354 *) ac_try_echo=$ac_try;;
29355 esac
29356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29357 (eval "$ac_link") 2>&5
29358 ac_status=$?
29359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29360 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29361 { (case "(($ac_try" in
29362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29363 *) ac_try_echo=$ac_try;;
29364 esac
29365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29366 (eval "$ac_try") 2>&5
29367 ac_status=$?
29368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29369 (exit $ac_status); }; }; then
29370 :
29371 else
29372 echo "$as_me: program exited with status $ac_status" >&5
29373 echo "$as_me: failed program was:" >&5
29374 sed 's/^/| /' conftest.$ac_ext >&5
29375
29376 ( exit $ac_status )
29377 no_gtk=yes
29378 fi
29379 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29380 fi
29381
29382
29383 CFLAGS="$ac_save_CFLAGS"
29384 LIBS="$ac_save_LIBS"
29385 fi
29386 fi
29387 if test "x$no_gtk" = x ; then
29388 { echo "$as_me:$LINENO: result: yes" >&5
29389 echo "${ECHO_T}yes" >&6; }
29390 wx_cv_lib_gtk=1.2.3
29391 else
29392 { echo "$as_me:$LINENO: result: no" >&5
29393 echo "${ECHO_T}no" >&6; }
29394 if test "$GTK_CONFIG" = "no" ; then
29395 echo "*** The gtk-config script installed by GTK could not be found"
29396 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
29397 echo "*** your path, or set the GTK_CONFIG environment variable to the"
29398 echo "*** full path to gtk-config."
29399 else
29400 if test -f conf.gtktest ; then
29401 :
29402 else
29403 echo "*** Could not run GTK test program, checking why..."
29404 CFLAGS="$CFLAGS $GTK_CFLAGS"
29405 LIBS="$LIBS $GTK_LIBS"
29406 cat >conftest.$ac_ext <<_ACEOF
29407 /* confdefs.h. */
29408 _ACEOF
29409 cat confdefs.h >>conftest.$ac_ext
29410 cat >>conftest.$ac_ext <<_ACEOF
29411 /* end confdefs.h. */
29412
29413 #include <gtk/gtk.h>
29414 #include <stdio.h>
29415
29416 int
29417 main ()
29418 {
29419 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
29420 ;
29421 return 0;
29422 }
29423 _ACEOF
29424 rm -f conftest.$ac_objext conftest$ac_exeext
29425 if { (ac_try="$ac_link"
29426 case "(($ac_try" in
29427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29428 *) ac_try_echo=$ac_try;;
29429 esac
29430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29431 (eval "$ac_link") 2>conftest.er1
29432 ac_status=$?
29433 grep -v '^ *+' conftest.er1 >conftest.err
29434 rm -f conftest.er1
29435 cat conftest.err >&5
29436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29437 (exit $ac_status); } && {
29438 test -z "$ac_c_werror_flag" ||
29439 test ! -s conftest.err
29440 } && test -s conftest$ac_exeext &&
29441 $as_test_x conftest$ac_exeext; then
29442 echo "*** The test program compiled, but did not run. This usually means"
29443 echo "*** that the run-time linker is not finding GTK or finding the wrong"
29444 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
29445 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
29446 echo "*** to the installed location Also, make sure you have run ldconfig if that"
29447 echo "*** is required on your system"
29448 echo "***"
29449 echo "*** If you have an old version installed, it is best to remove it, although"
29450 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
29451 echo "***"
29452 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
29453 echo "*** came with the system with the command"
29454 echo "***"
29455 echo "*** rpm --erase --nodeps gtk gtk-devel"
29456 else
29457 echo "$as_me: failed program was:" >&5
29458 sed 's/^/| /' conftest.$ac_ext >&5
29459
29460 echo "*** The test program failed to compile or link. See the file config.log for the"
29461 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
29462 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
29463 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
29464 fi
29465
29466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29467 conftest$ac_exeext conftest.$ac_ext
29468 CFLAGS="$ac_save_CFLAGS"
29469 LIBS="$ac_save_LIBS"
29470 fi
29471 fi
29472 GTK_CFLAGS=""
29473 GTK_LIBS=""
29474 :
29475 fi
29476
29477
29478 rm -f conf.gtktest
29479
29480 fi
29481 fi
29482 fi
29483
29484 if test -z "$wx_cv_lib_gtk"; then
29485 wx_cv_lib_gtk=none
29486 else
29487 wx_cv_cflags_gtk=$GTK_CFLAGS
29488 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
29489 fi
29490
29491
29492 fi
29493
29494
29495 if test "$gtk_version_cached" = 1; then
29496 { echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
29497 echo "${ECHO_T}$wx_cv_lib_gtk" >&6; }
29498 fi
29499
29500 case "$wx_cv_lib_gtk" in
29501 2.0) WXGTK2=1
29502 TOOLKIT_VERSION=2
29503 ;;
29504 1.2.7) WXGTK127=1
29505 WXGTK12=1
29506 ;;
29507 1.2.3) WXGTK12=1
29508 ;;
29509 *) { { echo "$as_me:$LINENO: error:
29510 The development files for GTK+ were not found. For GTK+ 2, please
29511 ensure that pkg-config is in the path and that gtk+-2.0.pc is
29512 installed. For GTK+ 1.2 please check that gtk-config is in the path,
29513 and that the version is 1.2.3 or above. Also check that the
29514 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
29515 --libs' are in the LD_LIBRARY_PATH or equivalent.
29516 " >&5
29517 echo "$as_me: error:
29518 The development files for GTK+ were not found. For GTK+ 2, please
29519 ensure that pkg-config is in the path and that gtk+-2.0.pc is
29520 installed. For GTK+ 1.2 please check that gtk-config is in the path,
29521 and that the version is 1.2.3 or above. Also check that the
29522 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
29523 --libs' are in the LD_LIBRARY_PATH or equivalent.
29524 " >&2;}
29525 { (exit 1); exit 1; }; }
29526 ;;
29527 esac
29528
29529 if test "$WXGTK2" = 1; then
29530 save_CFLAGS="$CFLAGS"
29531 save_LIBS="$LIBS"
29532 CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
29533 LIBS="$LIBS $wx_cv_libs_gtk"
29534
29535 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.18" >&5
29536 echo $ECHO_N "checking if GTK+ is version >= 2.18... $ECHO_C" >&6; }
29537 cat >conftest.$ac_ext <<_ACEOF
29538 /* confdefs.h. */
29539 _ACEOF
29540 cat confdefs.h >>conftest.$ac_ext
29541 cat >>conftest.$ac_ext <<_ACEOF
29542 /* end confdefs.h. */
29543
29544 #include <gtk/gtk.h>
29545
29546 int
29547 main ()
29548 {
29549
29550 #if !GTK_CHECK_VERSION(2,18,0)
29551 Not GTK+ 2.18
29552 #endif
29553
29554 ;
29555 return 0;
29556 }
29557 _ACEOF
29558 rm -f conftest.$ac_objext
29559 if { (ac_try="$ac_compile"
29560 case "(($ac_try" in
29561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29562 *) ac_try_echo=$ac_try;;
29563 esac
29564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29565 (eval "$ac_compile") 2>conftest.er1
29566 ac_status=$?
29567 grep -v '^ *+' conftest.er1 >conftest.err
29568 rm -f conftest.er1
29569 cat conftest.err >&5
29570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29571 (exit $ac_status); } && {
29572 test -z "$ac_c_werror_flag" ||
29573 test ! -s conftest.err
29574 } && test -s conftest.$ac_objext; then
29575
29576 cat >>confdefs.h <<\_ACEOF
29577 #define __WXGTK218__ 1
29578 _ACEOF
29579
29580 cat >>confdefs.h <<\_ACEOF
29581 #define __WXGTK210__ 1
29582 _ACEOF
29583
29584 cat >>confdefs.h <<\_ACEOF
29585 #define __WXGTK26__ 1
29586 _ACEOF
29587
29588 { echo "$as_me:$LINENO: result: yes" >&5
29589 echo "${ECHO_T}yes" >&6; }
29590 ac_wxgtk218=1
29591
29592 else
29593 echo "$as_me: failed program was:" >&5
29594 sed 's/^/| /' conftest.$ac_ext >&5
29595
29596
29597 { echo "$as_me:$LINENO: result: no" >&5
29598 echo "${ECHO_T}no" >&6; }
29599 ac_wxgtk218=0
29600
29601 fi
29602
29603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29604
29605 if test "$ac_wxgtk218" = 0; then
29606 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.10" >&5
29607 echo $ECHO_N "checking if GTK+ is version >= 2.10... $ECHO_C" >&6; }
29608 cat >conftest.$ac_ext <<_ACEOF
29609 /* confdefs.h. */
29610 _ACEOF
29611 cat confdefs.h >>conftest.$ac_ext
29612 cat >>conftest.$ac_ext <<_ACEOF
29613 /* end confdefs.h. */
29614
29615 #include <gtk/gtk.h>
29616
29617 int
29618 main ()
29619 {
29620
29621 #if !GTK_CHECK_VERSION(2,10,0)
29622 Not GTK+ 2.10
29623 #endif
29624
29625 ;
29626 return 0;
29627 }
29628 _ACEOF
29629 rm -f conftest.$ac_objext
29630 if { (ac_try="$ac_compile"
29631 case "(($ac_try" in
29632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29633 *) ac_try_echo=$ac_try;;
29634 esac
29635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29636 (eval "$ac_compile") 2>conftest.er1
29637 ac_status=$?
29638 grep -v '^ *+' conftest.er1 >conftest.err
29639 rm -f conftest.er1
29640 cat conftest.err >&5
29641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29642 (exit $ac_status); } && {
29643 test -z "$ac_c_werror_flag" ||
29644 test ! -s conftest.err
29645 } && test -s conftest.$ac_objext; then
29646
29647 cat >>confdefs.h <<\_ACEOF
29648 #define __WXGTK210__ 1
29649 _ACEOF
29650
29651 cat >>confdefs.h <<\_ACEOF
29652 #define __WXGTK26__ 1
29653 _ACEOF
29654
29655 { echo "$as_me:$LINENO: result: yes" >&5
29656 echo "${ECHO_T}yes" >&6; }
29657 ac_wxgtk210=1
29658
29659 else
29660 echo "$as_me: failed program was:" >&5
29661 sed 's/^/| /' conftest.$ac_ext >&5
29662
29663
29664 { echo "$as_me:$LINENO: result: no" >&5
29665 echo "${ECHO_T}no" >&6; }
29666 ac_wxgtk210=0
29667
29668 fi
29669
29670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29671
29672 if test "$ac_wxgtk210" = 0; then
29673 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
29674 echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6; }
29675 cat >conftest.$ac_ext <<_ACEOF
29676 /* confdefs.h. */
29677 _ACEOF
29678 cat confdefs.h >>conftest.$ac_ext
29679 cat >>conftest.$ac_ext <<_ACEOF
29680 /* end confdefs.h. */
29681
29682 #include <gtk/gtk.h>
29683
29684 int
29685 main ()
29686 {
29687
29688 #if !GTK_CHECK_VERSION(2,6,0)
29689 Not GTK+ 2.6
29690 #endif
29691
29692 ;
29693 return 0;
29694 }
29695 _ACEOF
29696 rm -f conftest.$ac_objext
29697 if { (ac_try="$ac_compile"
29698 case "(($ac_try" in
29699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29700 *) ac_try_echo=$ac_try;;
29701 esac
29702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29703 (eval "$ac_compile") 2>conftest.er1
29704 ac_status=$?
29705 grep -v '^ *+' conftest.er1 >conftest.err
29706 rm -f conftest.er1
29707 cat conftest.err >&5
29708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29709 (exit $ac_status); } && {
29710 test -z "$ac_c_werror_flag" ||
29711 test ! -s conftest.err
29712 } && test -s conftest.$ac_objext; then
29713
29714 cat >>confdefs.h <<\_ACEOF
29715 #define __WXGTK26__ 1
29716 _ACEOF
29717
29718 { echo "$as_me:$LINENO: result: yes" >&5
29719 echo "${ECHO_T}yes" >&6; }
29720 ac_wxgtk26=1
29721
29722 else
29723 echo "$as_me: failed program was:" >&5
29724 sed 's/^/| /' conftest.$ac_ext >&5
29725
29726
29727 { echo "$as_me:$LINENO: result: no" >&5
29728 echo "${ECHO_T}no" >&6; }
29729 ac_wxgtk26=0
29730
29731 fi
29732
29733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29734 fi
29735 fi
29736
29737 CFLAGS="$save_CFLAGS"
29738 LIBS="$save_LIBS"
29739 else
29740 if test "$wxUSE_UNICODE" = "yes"; then
29741 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
29742 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
29743 wxUSE_UNICODE=no
29744 fi
29745
29746 { echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
29747 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6; }
29748 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
29749 echo $ECHO_N "(cached) $ECHO_C" >&6
29750 else
29751 ac_check_lib_save_LIBS=$LIBS
29752 LIBS="-lgdk $LIBS"
29753 cat >conftest.$ac_ext <<_ACEOF
29754 /* confdefs.h. */
29755 _ACEOF
29756 cat confdefs.h >>conftest.$ac_ext
29757 cat >>conftest.$ac_ext <<_ACEOF
29758 /* end confdefs.h. */
29759
29760 /* Override any GCC internal prototype to avoid an error.
29761 Use char because int might match the return type of a GCC
29762 builtin and then its argument prototype would still apply. */
29763 #ifdef __cplusplus
29764 extern "C"
29765 #endif
29766 char gdk_im_open ();
29767 int
29768 main ()
29769 {
29770 return gdk_im_open ();
29771 ;
29772 return 0;
29773 }
29774 _ACEOF
29775 rm -f conftest.$ac_objext conftest$ac_exeext
29776 if { (ac_try="$ac_link"
29777 case "(($ac_try" in
29778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29779 *) ac_try_echo=$ac_try;;
29780 esac
29781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29782 (eval "$ac_link") 2>conftest.er1
29783 ac_status=$?
29784 grep -v '^ *+' conftest.er1 >conftest.err
29785 rm -f conftest.er1
29786 cat conftest.err >&5
29787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29788 (exit $ac_status); } && {
29789 test -z "$ac_c_werror_flag" ||
29790 test ! -s conftest.err
29791 } && test -s conftest$ac_exeext &&
29792 $as_test_x conftest$ac_exeext; then
29793 ac_cv_lib_gdk_gdk_im_open=yes
29794 else
29795 echo "$as_me: failed program was:" >&5
29796 sed 's/^/| /' conftest.$ac_ext >&5
29797
29798 ac_cv_lib_gdk_gdk_im_open=no
29799 fi
29800
29801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29802 conftest$ac_exeext conftest.$ac_ext
29803 LIBS=$ac_check_lib_save_LIBS
29804 fi
29805 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
29806 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6; }
29807 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
29808 cat >>confdefs.h <<\_ACEOF
29809 #define HAVE_XIM 1
29810 _ACEOF
29811
29812 fi
29813
29814
29815 if test "$USE_DARWIN" != 1; then
29816
29817 for ac_func in poll
29818 do
29819 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29820 { echo "$as_me:$LINENO: checking for $ac_func" >&5
29821 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
29822 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
29823 echo $ECHO_N "(cached) $ECHO_C" >&6
29824 else
29825 cat >conftest.$ac_ext <<_ACEOF
29826 /* confdefs.h. */
29827 _ACEOF
29828 cat confdefs.h >>conftest.$ac_ext
29829 cat >>conftest.$ac_ext <<_ACEOF
29830 /* end confdefs.h. */
29831 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29832 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29833 #define $ac_func innocuous_$ac_func
29834
29835 /* System header to define __stub macros and hopefully few prototypes,
29836 which can conflict with char $ac_func (); below.
29837 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29838 <limits.h> exists even on freestanding compilers. */
29839
29840 #ifdef __STDC__
29841 # include <limits.h>
29842 #else
29843 # include <assert.h>
29844 #endif
29845
29846 #undef $ac_func
29847
29848 /* Override any GCC internal prototype to avoid an error.
29849 Use char because int might match the return type of a GCC
29850 builtin and then its argument prototype would still apply. */
29851 #ifdef __cplusplus
29852 extern "C"
29853 #endif
29854 char $ac_func ();
29855 /* The GNU C library defines this for functions which it implements
29856 to always fail with ENOSYS. Some functions are actually named
29857 something starting with __ and the normal name is an alias. */
29858 #if defined __stub_$ac_func || defined __stub___$ac_func
29859 choke me
29860 #endif
29861
29862 int
29863 main ()
29864 {
29865 return $ac_func ();
29866 ;
29867 return 0;
29868 }
29869 _ACEOF
29870 rm -f conftest.$ac_objext conftest$ac_exeext
29871 if { (ac_try="$ac_link"
29872 case "(($ac_try" in
29873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29874 *) ac_try_echo=$ac_try;;
29875 esac
29876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29877 (eval "$ac_link") 2>conftest.er1
29878 ac_status=$?
29879 grep -v '^ *+' conftest.er1 >conftest.err
29880 rm -f conftest.er1
29881 cat conftest.err >&5
29882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29883 (exit $ac_status); } && {
29884 test -z "$ac_c_werror_flag" ||
29885 test ! -s conftest.err
29886 } && test -s conftest$ac_exeext &&
29887 $as_test_x conftest$ac_exeext; then
29888 eval "$as_ac_var=yes"
29889 else
29890 echo "$as_me: failed program was:" >&5
29891 sed 's/^/| /' conftest.$ac_ext >&5
29892
29893 eval "$as_ac_var=no"
29894 fi
29895
29896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29897 conftest$ac_exeext conftest.$ac_ext
29898 fi
29899 ac_res=`eval echo '${'$as_ac_var'}'`
29900 { echo "$as_me:$LINENO: result: $ac_res" >&5
29901 echo "${ECHO_T}$ac_res" >&6; }
29902 if test `eval echo '${'$as_ac_var'}'` = yes; then
29903 cat >>confdefs.h <<_ACEOF
29904 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29905 _ACEOF
29906
29907 fi
29908 done
29909
29910 fi
29911 fi
29912
29913 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
29914 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
29915
29916 AFMINSTALL=afminstall
29917 TOOLKIT=GTK
29918 GUIDIST=GTK_DIST
29919
29920 if test "$wxUSE_GPE" = "yes"; then
29921 { echo "$as_me:$LINENO: checking for gpewidget library" >&5
29922 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6; }
29923
29924 ac_find_libraries=
29925 for ac_dir in $SEARCH_LIB;
29926 do
29927 for ac_extension in a so sl dylib dll.a; do
29928 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
29929 ac_find_libraries=$ac_dir
29930 break 2
29931 fi
29932 done
29933 done
29934
29935 if test "$ac_find_libraries" != "" ; then
29936
29937 if test "$ac_find_libraries" = "default location"; then
29938 ac_path_to_link=""
29939 else
29940 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
29941 result=$?
29942 if test $result = 0; then
29943 ac_path_to_link=""
29944 else
29945 ac_path_to_link=" -L$ac_find_libraries"
29946 fi
29947 fi
29948
29949 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
29950 WXGPE=1
29951 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29952 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
29953 else
29954 { echo "$as_me:$LINENO: result: not found" >&5
29955 echo "${ECHO_T}not found" >&6; }
29956 fi
29957
29958 fi
29959 fi
29960
29961 if test "$wxUSE_MGL" = 1; then
29962 { echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
29963 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6; }
29964 if test "x$MGL_ROOT" = x ; then
29965 { echo "$as_me:$LINENO: result: not found" >&5
29966 echo "${ECHO_T}not found" >&6; }
29967 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
29968 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
29969 { (exit 1); exit 1; }; }
29970 else
29971 { echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
29972 echo "${ECHO_T}$MGL_ROOT" >&6; }
29973 fi
29974
29975 { echo "$as_me:$LINENO: checking for libmgl location" >&5
29976 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6; }
29977 case "${host}" in
29978 *-*-linux* )
29979 if test "x$wxUSE_SHARED" = xyes ; then
29980 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
29981 else
29982 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
29983 fi
29984 ;;
29985 *-pc-msdosdjgpp )
29986 mgl_os_candidates="dos32/dj2"
29987 ;;
29988 *)
29989 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
29990 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
29991 { (exit 1); exit 1; }; }
29992 esac
29993
29994 mgl_lib_type=""
29995 mgl_os=""
29996
29997 for mgl_os_i in $mgl_os_candidates ; do
29998 if test "x$mgl_os" = x ; then
29999 if test "$wxUSE_DEBUG_FLAG" = yes ; then
30000 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
30001 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
30002 mgl_lib_type=debug
30003 mgl_os=$mgl_os_i
30004 fi
30005 fi
30006 if test "x$mgl_lib_type" = x ; then
30007 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
30008 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
30009 mgl_lib_type=release
30010 mgl_os=$mgl_os_i
30011 fi
30012 fi
30013 fi
30014 done
30015
30016 if test "x$mgl_os" = x ; then
30017 { echo "$as_me:$LINENO: result: not found" >&5
30018 echo "${ECHO_T}not found" >&6; }
30019 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
30020 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
30021 { (exit 1); exit 1; }; }
30022 fi
30023 { echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
30024 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6; }
30025
30026 wxUSE_UNIVERSAL="yes"
30027
30028 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
30029 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
30030
30031 AFMINSTALL=afminstall
30032 TOOLKIT=MGL
30033 GUIDIST=MGL_DIST
30034 fi
30035
30036 if test "$wxUSE_DFB" = 1; then
30037
30038
30039 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
30040 if test -n "$ac_tool_prefix"; then
30041 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
30042 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
30043 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30044 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30045 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
30046 echo $ECHO_N "(cached) $ECHO_C" >&6
30047 else
30048 case $PKG_CONFIG in
30049 [\\/]* | ?:[\\/]*)
30050 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
30051 ;;
30052 *)
30053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30054 for as_dir in $PATH
30055 do
30056 IFS=$as_save_IFS
30057 test -z "$as_dir" && as_dir=.
30058 for ac_exec_ext in '' $ac_executable_extensions; do
30059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30060 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30061 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30062 break 2
30063 fi
30064 done
30065 done
30066 IFS=$as_save_IFS
30067
30068 ;;
30069 esac
30070 fi
30071 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
30072 if test -n "$PKG_CONFIG"; then
30073 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
30074 echo "${ECHO_T}$PKG_CONFIG" >&6; }
30075 else
30076 { echo "$as_me:$LINENO: result: no" >&5
30077 echo "${ECHO_T}no" >&6; }
30078 fi
30079
30080
30081 fi
30082 if test -z "$ac_cv_path_PKG_CONFIG"; then
30083 ac_pt_PKG_CONFIG=$PKG_CONFIG
30084 # Extract the first word of "pkg-config", so it can be a program name with args.
30085 set dummy pkg-config; ac_word=$2
30086 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30088 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
30089 echo $ECHO_N "(cached) $ECHO_C" >&6
30090 else
30091 case $ac_pt_PKG_CONFIG in
30092 [\\/]* | ?:[\\/]*)
30093 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
30094 ;;
30095 *)
30096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30097 for as_dir in $PATH
30098 do
30099 IFS=$as_save_IFS
30100 test -z "$as_dir" && as_dir=.
30101 for ac_exec_ext in '' $ac_executable_extensions; do
30102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30103 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30104 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30105 break 2
30106 fi
30107 done
30108 done
30109 IFS=$as_save_IFS
30110
30111 ;;
30112 esac
30113 fi
30114 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
30115 if test -n "$ac_pt_PKG_CONFIG"; then
30116 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
30117 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
30118 else
30119 { echo "$as_me:$LINENO: result: no" >&5
30120 echo "${ECHO_T}no" >&6; }
30121 fi
30122
30123 if test "x$ac_pt_PKG_CONFIG" = x; then
30124 PKG_CONFIG=""
30125 else
30126 case $cross_compiling:$ac_tool_warned in
30127 yes:)
30128 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
30129 whose name does not start with the host triplet. If you think this
30130 configuration is useful to you, please write to autoconf@gnu.org." >&5
30131 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
30132 whose name does not start with the host triplet. If you think this
30133 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
30134 ac_tool_warned=yes ;;
30135 esac
30136 PKG_CONFIG=$ac_pt_PKG_CONFIG
30137 fi
30138 else
30139 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
30140 fi
30141
30142 fi
30143 if test -n "$PKG_CONFIG"; then
30144 _pkg_min_version=0.9.0
30145 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
30146 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
30147 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
30148 { echo "$as_me:$LINENO: result: yes" >&5
30149 echo "${ECHO_T}yes" >&6; }
30150 else
30151 { echo "$as_me:$LINENO: result: no" >&5
30152 echo "${ECHO_T}no" >&6; }
30153 PKG_CONFIG=""
30154 fi
30155
30156 fi
30157
30158
30159 pkg_failed=no
30160 { echo "$as_me:$LINENO: checking for DIRECTFB" >&5
30161 echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6; }
30162
30163 if test -n "$PKG_CONFIG"; then
30164 if test -n "$DIRECTFB_CFLAGS"; then
30165 pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
30166 else
30167 if test -n "$PKG_CONFIG" && \
30168 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
30169 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
30170 ac_status=$?
30171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30172 (exit $ac_status); }; then
30173 pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
30174 else
30175 pkg_failed=yes
30176 fi
30177 fi
30178 else
30179 pkg_failed=untried
30180 fi
30181 if test -n "$PKG_CONFIG"; then
30182 if test -n "$DIRECTFB_LIBS"; then
30183 pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
30184 else
30185 if test -n "$PKG_CONFIG" && \
30186 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
30187 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
30188 ac_status=$?
30189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30190 (exit $ac_status); }; then
30191 pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
30192 else
30193 pkg_failed=yes
30194 fi
30195 fi
30196 else
30197 pkg_failed=untried
30198 fi
30199
30200
30201
30202 if test $pkg_failed = yes; then
30203
30204 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
30205 _pkg_short_errors_supported=yes
30206 else
30207 _pkg_short_errors_supported=no
30208 fi
30209 if test $_pkg_short_errors_supported = yes; then
30210 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
30211 else
30212 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
30213 fi
30214 # Put the nasty error message in config.log where it belongs
30215 echo "$DIRECTFB_PKG_ERRORS" >&5
30216
30217
30218 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
30219 echo "$as_me: error: DirectFB not found." >&2;}
30220 { (exit 1); exit 1; }; }
30221
30222
30223 elif test $pkg_failed = untried; then
30224
30225 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
30226 echo "$as_me: error: DirectFB not found." >&2;}
30227 { (exit 1); exit 1; }; }
30228
30229
30230 else
30231 DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
30232 DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
30233 { echo "$as_me:$LINENO: result: yes" >&5
30234 echo "${ECHO_T}yes" >&6; }
30235
30236 wxUSE_UNIVERSAL="yes"
30237 TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
30238 GUI_TK_LIBRARY="$DIRECTFB_LIBS"
30239 TOOLKIT=DFB
30240 GUIDIST=DFB_DIST
30241
30242 fi
30243 fi
30244
30245 if test "$wxUSE_MICROWIN" = 1; then
30246 { echo "$as_me:$LINENO: checking for MicroWindows" >&5
30247 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6; }
30248 if test "x$MICROWINDOWS" = x ; then
30249 { echo "$as_me:$LINENO: result: not found" >&5
30250 echo "${ECHO_T}not found" >&6; }
30251 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
30252 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
30253 { (exit 1); exit 1; }; }
30254 else
30255 { echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
30256 echo "${ECHO_T}$MICROWINDOWS" >&6; }
30257 fi
30258
30259 if test -f $MICROWINDOWS/lib/libmwin.a; then
30260 { echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
30261 echo "${ECHO_T}MicroWindows' libraries found." >&6; }
30262 else
30263 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
30264 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
30265 { (exit 1); exit 1; }; }
30266 fi
30267
30268 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
30269 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
30270
30271 wxUSE_UNIVERSAL="yes"
30272
30273 AFMINSTALL=afminstall
30274 TOOLKIT=MICROWIN
30275 GUIDIST=MICROWIN_DIST
30276
30277 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
30278 fi
30279
30280 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
30281 { echo "$as_me:$LINENO: checking for X" >&5
30282 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
30283
30284
30285 # Check whether --with-x was given.
30286 if test "${with_x+set}" = set; then
30287 withval=$with_x;
30288 fi
30289
30290 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
30291 if test "x$with_x" = xno; then
30292 # The user explicitly disabled X.
30293 have_x=disabled
30294 else
30295 case $x_includes,$x_libraries in #(
30296 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
30297 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
30298 { (exit 1); exit 1; }; };; #(
30299 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
30300 echo $ECHO_N "(cached) $ECHO_C" >&6
30301 else
30302 # One or both of the vars are not set, and there is no cached value.
30303 ac_x_includes=no ac_x_libraries=no
30304 rm -f -r conftest.dir
30305 if mkdir conftest.dir; then
30306 cd conftest.dir
30307 cat >Imakefile <<'_ACEOF'
30308 incroot:
30309 @echo incroot='${INCROOT}'
30310 usrlibdir:
30311 @echo usrlibdir='${USRLIBDIR}'
30312 libdir:
30313 @echo libdir='${LIBDIR}'
30314 _ACEOF
30315 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
30316 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
30317 for ac_var in incroot usrlibdir libdir; do
30318 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
30319 done
30320 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
30321 for ac_extension in a so sl; do
30322 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
30323 test -f "$ac_im_libdir/libX11.$ac_extension"; then
30324 ac_im_usrlibdir=$ac_im_libdir; break
30325 fi
30326 done
30327 # Screen out bogus values from the imake configuration. They are
30328 # bogus both because they are the default anyway, and because
30329 # using them would break gcc on systems where it needs fixed includes.
30330 case $ac_im_incroot in
30331 /usr/include) ac_x_includes= ;;
30332 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
30333 esac
30334 case $ac_im_usrlibdir in
30335 /usr/lib | /lib) ;;
30336 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
30337 esac
30338 fi
30339 cd ..
30340 rm -f -r conftest.dir
30341 fi
30342
30343 # Standard set of common directories for X headers.
30344 # Check X11 before X11Rn because it is often a symlink to the current release.
30345 ac_x_header_dirs='
30346 /usr/X11/include
30347 /usr/X11R6/include
30348 /usr/X11R5/include
30349 /usr/X11R4/include
30350
30351 /usr/include/X11
30352 /usr/include/X11R6
30353 /usr/include/X11R5
30354 /usr/include/X11R4
30355
30356 /usr/local/X11/include
30357 /usr/local/X11R6/include
30358 /usr/local/X11R5/include
30359 /usr/local/X11R4/include
30360
30361 /usr/local/include/X11
30362 /usr/local/include/X11R6
30363 /usr/local/include/X11R5
30364 /usr/local/include/X11R4
30365
30366 /usr/X386/include
30367 /usr/x386/include
30368 /usr/XFree86/include/X11
30369
30370 /usr/include
30371 /usr/local/include
30372 /usr/unsupported/include
30373 /usr/athena/include
30374 /usr/local/x11r5/include
30375 /usr/lpp/Xamples/include
30376
30377 /usr/openwin/include
30378 /usr/openwin/share/include'
30379
30380 if test "$ac_x_includes" = no; then
30381 # Guess where to find include files, by looking for Xlib.h.
30382 # First, try using that file with no special directory specified.
30383 cat >conftest.$ac_ext <<_ACEOF
30384 /* confdefs.h. */
30385 _ACEOF
30386 cat confdefs.h >>conftest.$ac_ext
30387 cat >>conftest.$ac_ext <<_ACEOF
30388 /* end confdefs.h. */
30389 #include <X11/Xlib.h>
30390 _ACEOF
30391 if { (ac_try="$ac_cpp conftest.$ac_ext"
30392 case "(($ac_try" in
30393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30394 *) ac_try_echo=$ac_try;;
30395 esac
30396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30397 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30398 ac_status=$?
30399 grep -v '^ *+' conftest.er1 >conftest.err
30400 rm -f conftest.er1
30401 cat conftest.err >&5
30402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30403 (exit $ac_status); } >/dev/null && {
30404 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30405 test ! -s conftest.err
30406 }; then
30407 # We can compile using X headers with no special include directory.
30408 ac_x_includes=
30409 else
30410 echo "$as_me: failed program was:" >&5
30411 sed 's/^/| /' conftest.$ac_ext >&5
30412
30413 for ac_dir in $ac_x_header_dirs; do
30414 if test -r "$ac_dir/X11/Xlib.h"; then
30415 ac_x_includes=$ac_dir
30416 break
30417 fi
30418 done
30419 fi
30420
30421 rm -f conftest.err conftest.$ac_ext
30422 fi # $ac_x_includes = no
30423
30424 if test "$ac_x_libraries" = no; then
30425 # Check for the libraries.
30426 # See if we find them without any special options.
30427 # Don't add to $LIBS permanently.
30428 ac_save_LIBS=$LIBS
30429 LIBS="-lX11 $LIBS"
30430 cat >conftest.$ac_ext <<_ACEOF
30431 /* confdefs.h. */
30432 _ACEOF
30433 cat confdefs.h >>conftest.$ac_ext
30434 cat >>conftest.$ac_ext <<_ACEOF
30435 /* end confdefs.h. */
30436 #include <X11/Xlib.h>
30437 int
30438 main ()
30439 {
30440 XrmInitialize ()
30441 ;
30442 return 0;
30443 }
30444 _ACEOF
30445 rm -f conftest.$ac_objext conftest$ac_exeext
30446 if { (ac_try="$ac_link"
30447 case "(($ac_try" in
30448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30449 *) ac_try_echo=$ac_try;;
30450 esac
30451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30452 (eval "$ac_link") 2>conftest.er1
30453 ac_status=$?
30454 grep -v '^ *+' conftest.er1 >conftest.err
30455 rm -f conftest.er1
30456 cat conftest.err >&5
30457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30458 (exit $ac_status); } && {
30459 test -z "$ac_c_werror_flag" ||
30460 test ! -s conftest.err
30461 } && test -s conftest$ac_exeext &&
30462 $as_test_x conftest$ac_exeext; then
30463 LIBS=$ac_save_LIBS
30464 # We can link X programs with no special library path.
30465 ac_x_libraries=
30466 else
30467 echo "$as_me: failed program was:" >&5
30468 sed 's/^/| /' conftest.$ac_ext >&5
30469
30470 LIBS=$ac_save_LIBS
30471 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
30472 do
30473 # Don't even attempt the hair of trying to link an X program!
30474 for ac_extension in a so sl; do
30475 if test -r "$ac_dir/libX11.$ac_extension"; then
30476 ac_x_libraries=$ac_dir
30477 break 2
30478 fi
30479 done
30480 done
30481 fi
30482
30483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30484 conftest$ac_exeext conftest.$ac_ext
30485 fi # $ac_x_libraries = no
30486
30487 case $ac_x_includes,$ac_x_libraries in #(
30488 no,* | *,no | *\'*)
30489 # Didn't find X, or a directory has "'" in its name.
30490 ac_cv_have_x="have_x=no";; #(
30491 *)
30492 # Record where we found X for the cache.
30493 ac_cv_have_x="have_x=yes\
30494 ac_x_includes='$ac_x_includes'\
30495 ac_x_libraries='$ac_x_libraries'"
30496 esac
30497 fi
30498 ;; #(
30499 *) have_x=yes;;
30500 esac
30501 eval "$ac_cv_have_x"
30502 fi # $with_x != no
30503
30504 if test "$have_x" != yes; then
30505 { echo "$as_me:$LINENO: result: $have_x" >&5
30506 echo "${ECHO_T}$have_x" >&6; }
30507 no_x=yes
30508 else
30509 # If each of the values was on the command line, it overrides each guess.
30510 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
30511 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
30512 # Update the cache value to reflect the command line values.
30513 ac_cv_have_x="have_x=yes\
30514 ac_x_includes='$x_includes'\
30515 ac_x_libraries='$x_libraries'"
30516 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
30517 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
30518 fi
30519
30520 if test "$no_x" = yes; then
30521 # Not all programs may use this symbol, but it does not hurt to define it.
30522
30523 cat >>confdefs.h <<\_ACEOF
30524 #define X_DISPLAY_MISSING 1
30525 _ACEOF
30526
30527 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
30528 else
30529 if test -n "$x_includes"; then
30530 X_CFLAGS="$X_CFLAGS -I$x_includes"
30531 fi
30532
30533 # It would also be nice to do this for all -L options, not just this one.
30534 if test -n "$x_libraries"; then
30535 X_LIBS="$X_LIBS -L$x_libraries"
30536 # For Solaris; some versions of Sun CC require a space after -R and
30537 # others require no space. Words are not sufficient . . . .
30538 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
30539 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
30540 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
30541 ac_xsave_c_werror_flag=$ac_c_werror_flag
30542 ac_c_werror_flag=yes
30543 cat >conftest.$ac_ext <<_ACEOF
30544 /* confdefs.h. */
30545 _ACEOF
30546 cat confdefs.h >>conftest.$ac_ext
30547 cat >>conftest.$ac_ext <<_ACEOF
30548 /* end confdefs.h. */
30549
30550 int
30551 main ()
30552 {
30553
30554 ;
30555 return 0;
30556 }
30557 _ACEOF
30558 rm -f conftest.$ac_objext conftest$ac_exeext
30559 if { (ac_try="$ac_link"
30560 case "(($ac_try" in
30561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30562 *) ac_try_echo=$ac_try;;
30563 esac
30564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30565 (eval "$ac_link") 2>conftest.er1
30566 ac_status=$?
30567 grep -v '^ *+' conftest.er1 >conftest.err
30568 rm -f conftest.er1
30569 cat conftest.err >&5
30570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30571 (exit $ac_status); } && {
30572 test -z "$ac_c_werror_flag" ||
30573 test ! -s conftest.err
30574 } && test -s conftest$ac_exeext &&
30575 $as_test_x conftest$ac_exeext; then
30576 { echo "$as_me:$LINENO: result: no" >&5
30577 echo "${ECHO_T}no" >&6; }
30578 X_LIBS="$X_LIBS -R$x_libraries"
30579 else
30580 echo "$as_me: failed program was:" >&5
30581 sed 's/^/| /' conftest.$ac_ext >&5
30582
30583 LIBS="$ac_xsave_LIBS -R $x_libraries"
30584 cat >conftest.$ac_ext <<_ACEOF
30585 /* confdefs.h. */
30586 _ACEOF
30587 cat confdefs.h >>conftest.$ac_ext
30588 cat >>conftest.$ac_ext <<_ACEOF
30589 /* end confdefs.h. */
30590
30591 int
30592 main ()
30593 {
30594
30595 ;
30596 return 0;
30597 }
30598 _ACEOF
30599 rm -f conftest.$ac_objext conftest$ac_exeext
30600 if { (ac_try="$ac_link"
30601 case "(($ac_try" in
30602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30603 *) ac_try_echo=$ac_try;;
30604 esac
30605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30606 (eval "$ac_link") 2>conftest.er1
30607 ac_status=$?
30608 grep -v '^ *+' conftest.er1 >conftest.err
30609 rm -f conftest.er1
30610 cat conftest.err >&5
30611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30612 (exit $ac_status); } && {
30613 test -z "$ac_c_werror_flag" ||
30614 test ! -s conftest.err
30615 } && test -s conftest$ac_exeext &&
30616 $as_test_x conftest$ac_exeext; then
30617 { echo "$as_me:$LINENO: result: yes" >&5
30618 echo "${ECHO_T}yes" >&6; }
30619 X_LIBS="$X_LIBS -R $x_libraries"
30620 else
30621 echo "$as_me: failed program was:" >&5
30622 sed 's/^/| /' conftest.$ac_ext >&5
30623
30624 { echo "$as_me:$LINENO: result: neither works" >&5
30625 echo "${ECHO_T}neither works" >&6; }
30626 fi
30627
30628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30629 conftest$ac_exeext conftest.$ac_ext
30630 fi
30631
30632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30633 conftest$ac_exeext conftest.$ac_ext
30634 ac_c_werror_flag=$ac_xsave_c_werror_flag
30635 LIBS=$ac_xsave_LIBS
30636 fi
30637
30638 # Check for system-dependent libraries X programs must link with.
30639 # Do this before checking for the system-independent R6 libraries
30640 # (-lICE), since we may need -lsocket or whatever for X linking.
30641
30642 if test "$ISC" = yes; then
30643 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
30644 else
30645 # Martyn Johnson says this is needed for Ultrix, if the X
30646 # libraries were built with DECnet support. And Karl Berry says
30647 # the Alpha needs dnet_stub (dnet does not exist).
30648 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
30649 cat >conftest.$ac_ext <<_ACEOF
30650 /* confdefs.h. */
30651 _ACEOF
30652 cat confdefs.h >>conftest.$ac_ext
30653 cat >>conftest.$ac_ext <<_ACEOF
30654 /* end confdefs.h. */
30655
30656 /* Override any GCC internal prototype to avoid an error.
30657 Use char because int might match the return type of a GCC
30658 builtin and then its argument prototype would still apply. */
30659 #ifdef __cplusplus
30660 extern "C"
30661 #endif
30662 char XOpenDisplay ();
30663 int
30664 main ()
30665 {
30666 return XOpenDisplay ();
30667 ;
30668 return 0;
30669 }
30670 _ACEOF
30671 rm -f conftest.$ac_objext conftest$ac_exeext
30672 if { (ac_try="$ac_link"
30673 case "(($ac_try" in
30674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30675 *) ac_try_echo=$ac_try;;
30676 esac
30677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30678 (eval "$ac_link") 2>conftest.er1
30679 ac_status=$?
30680 grep -v '^ *+' conftest.er1 >conftest.err
30681 rm -f conftest.er1
30682 cat conftest.err >&5
30683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30684 (exit $ac_status); } && {
30685 test -z "$ac_c_werror_flag" ||
30686 test ! -s conftest.err
30687 } && test -s conftest$ac_exeext &&
30688 $as_test_x conftest$ac_exeext; then
30689 :
30690 else
30691 echo "$as_me: failed program was:" >&5
30692 sed 's/^/| /' conftest.$ac_ext >&5
30693
30694 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
30695 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
30696 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
30697 echo $ECHO_N "(cached) $ECHO_C" >&6
30698 else
30699 ac_check_lib_save_LIBS=$LIBS
30700 LIBS="-ldnet $LIBS"
30701 cat >conftest.$ac_ext <<_ACEOF
30702 /* confdefs.h. */
30703 _ACEOF
30704 cat confdefs.h >>conftest.$ac_ext
30705 cat >>conftest.$ac_ext <<_ACEOF
30706 /* end confdefs.h. */
30707
30708 /* Override any GCC internal prototype to avoid an error.
30709 Use char because int might match the return type of a GCC
30710 builtin and then its argument prototype would still apply. */
30711 #ifdef __cplusplus
30712 extern "C"
30713 #endif
30714 char dnet_ntoa ();
30715 int
30716 main ()
30717 {
30718 return dnet_ntoa ();
30719 ;
30720 return 0;
30721 }
30722 _ACEOF
30723 rm -f conftest.$ac_objext conftest$ac_exeext
30724 if { (ac_try="$ac_link"
30725 case "(($ac_try" in
30726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30727 *) ac_try_echo=$ac_try;;
30728 esac
30729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30730 (eval "$ac_link") 2>conftest.er1
30731 ac_status=$?
30732 grep -v '^ *+' conftest.er1 >conftest.err
30733 rm -f conftest.er1
30734 cat conftest.err >&5
30735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30736 (exit $ac_status); } && {
30737 test -z "$ac_c_werror_flag" ||
30738 test ! -s conftest.err
30739 } && test -s conftest$ac_exeext &&
30740 $as_test_x conftest$ac_exeext; then
30741 ac_cv_lib_dnet_dnet_ntoa=yes
30742 else
30743 echo "$as_me: failed program was:" >&5
30744 sed 's/^/| /' conftest.$ac_ext >&5
30745
30746 ac_cv_lib_dnet_dnet_ntoa=no
30747 fi
30748
30749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30750 conftest$ac_exeext conftest.$ac_ext
30751 LIBS=$ac_check_lib_save_LIBS
30752 fi
30753 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
30754 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
30755 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
30756 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
30757 fi
30758
30759 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
30760 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
30761 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
30762 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
30763 echo $ECHO_N "(cached) $ECHO_C" >&6
30764 else
30765 ac_check_lib_save_LIBS=$LIBS
30766 LIBS="-ldnet_stub $LIBS"
30767 cat >conftest.$ac_ext <<_ACEOF
30768 /* confdefs.h. */
30769 _ACEOF
30770 cat confdefs.h >>conftest.$ac_ext
30771 cat >>conftest.$ac_ext <<_ACEOF
30772 /* end confdefs.h. */
30773
30774 /* Override any GCC internal prototype to avoid an error.
30775 Use char because int might match the return type of a GCC
30776 builtin and then its argument prototype would still apply. */
30777 #ifdef __cplusplus
30778 extern "C"
30779 #endif
30780 char dnet_ntoa ();
30781 int
30782 main ()
30783 {
30784 return dnet_ntoa ();
30785 ;
30786 return 0;
30787 }
30788 _ACEOF
30789 rm -f conftest.$ac_objext conftest$ac_exeext
30790 if { (ac_try="$ac_link"
30791 case "(($ac_try" in
30792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30793 *) ac_try_echo=$ac_try;;
30794 esac
30795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30796 (eval "$ac_link") 2>conftest.er1
30797 ac_status=$?
30798 grep -v '^ *+' conftest.er1 >conftest.err
30799 rm -f conftest.er1
30800 cat conftest.err >&5
30801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30802 (exit $ac_status); } && {
30803 test -z "$ac_c_werror_flag" ||
30804 test ! -s conftest.err
30805 } && test -s conftest$ac_exeext &&
30806 $as_test_x conftest$ac_exeext; then
30807 ac_cv_lib_dnet_stub_dnet_ntoa=yes
30808 else
30809 echo "$as_me: failed program was:" >&5
30810 sed 's/^/| /' conftest.$ac_ext >&5
30811
30812 ac_cv_lib_dnet_stub_dnet_ntoa=no
30813 fi
30814
30815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30816 conftest$ac_exeext conftest.$ac_ext
30817 LIBS=$ac_check_lib_save_LIBS
30818 fi
30819 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
30820 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
30821 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
30822 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
30823 fi
30824
30825 fi
30826 fi
30827
30828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30829 conftest$ac_exeext conftest.$ac_ext
30830 LIBS="$ac_xsave_LIBS"
30831
30832 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
30833 # to get the SysV transport functions.
30834 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
30835 # needs -lnsl.
30836 # The nsl library prevents programs from opening the X display
30837 # on Irix 5.2, according to T.E. Dickey.
30838 # The functions gethostbyname, getservbyname, and inet_addr are
30839 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
30840 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
30841 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
30842 if test "${ac_cv_func_gethostbyname+set}" = set; then
30843 echo $ECHO_N "(cached) $ECHO_C" >&6
30844 else
30845 cat >conftest.$ac_ext <<_ACEOF
30846 /* confdefs.h. */
30847 _ACEOF
30848 cat confdefs.h >>conftest.$ac_ext
30849 cat >>conftest.$ac_ext <<_ACEOF
30850 /* end confdefs.h. */
30851 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
30852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30853 #define gethostbyname innocuous_gethostbyname
30854
30855 /* System header to define __stub macros and hopefully few prototypes,
30856 which can conflict with char gethostbyname (); below.
30857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30858 <limits.h> exists even on freestanding compilers. */
30859
30860 #ifdef __STDC__
30861 # include <limits.h>
30862 #else
30863 # include <assert.h>
30864 #endif
30865
30866 #undef gethostbyname
30867
30868 /* Override any GCC internal prototype to avoid an error.
30869 Use char because int might match the return type of a GCC
30870 builtin and then its argument prototype would still apply. */
30871 #ifdef __cplusplus
30872 extern "C"
30873 #endif
30874 char gethostbyname ();
30875 /* The GNU C library defines this for functions which it implements
30876 to always fail with ENOSYS. Some functions are actually named
30877 something starting with __ and the normal name is an alias. */
30878 #if defined __stub_gethostbyname || defined __stub___gethostbyname
30879 choke me
30880 #endif
30881
30882 int
30883 main ()
30884 {
30885 return gethostbyname ();
30886 ;
30887 return 0;
30888 }
30889 _ACEOF
30890 rm -f conftest.$ac_objext conftest$ac_exeext
30891 if { (ac_try="$ac_link"
30892 case "(($ac_try" in
30893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30894 *) ac_try_echo=$ac_try;;
30895 esac
30896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30897 (eval "$ac_link") 2>conftest.er1
30898 ac_status=$?
30899 grep -v '^ *+' conftest.er1 >conftest.err
30900 rm -f conftest.er1
30901 cat conftest.err >&5
30902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30903 (exit $ac_status); } && {
30904 test -z "$ac_c_werror_flag" ||
30905 test ! -s conftest.err
30906 } && test -s conftest$ac_exeext &&
30907 $as_test_x conftest$ac_exeext; then
30908 ac_cv_func_gethostbyname=yes
30909 else
30910 echo "$as_me: failed program was:" >&5
30911 sed 's/^/| /' conftest.$ac_ext >&5
30912
30913 ac_cv_func_gethostbyname=no
30914 fi
30915
30916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30917 conftest$ac_exeext conftest.$ac_ext
30918 fi
30919 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
30920 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
30921
30922 if test $ac_cv_func_gethostbyname = no; then
30923 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
30924 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
30925 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
30926 echo $ECHO_N "(cached) $ECHO_C" >&6
30927 else
30928 ac_check_lib_save_LIBS=$LIBS
30929 LIBS="-lnsl $LIBS"
30930 cat >conftest.$ac_ext <<_ACEOF
30931 /* confdefs.h. */
30932 _ACEOF
30933 cat confdefs.h >>conftest.$ac_ext
30934 cat >>conftest.$ac_ext <<_ACEOF
30935 /* end confdefs.h. */
30936
30937 /* Override any GCC internal prototype to avoid an error.
30938 Use char because int might match the return type of a GCC
30939 builtin and then its argument prototype would still apply. */
30940 #ifdef __cplusplus
30941 extern "C"
30942 #endif
30943 char gethostbyname ();
30944 int
30945 main ()
30946 {
30947 return gethostbyname ();
30948 ;
30949 return 0;
30950 }
30951 _ACEOF
30952 rm -f conftest.$ac_objext conftest$ac_exeext
30953 if { (ac_try="$ac_link"
30954 case "(($ac_try" in
30955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30956 *) ac_try_echo=$ac_try;;
30957 esac
30958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30959 (eval "$ac_link") 2>conftest.er1
30960 ac_status=$?
30961 grep -v '^ *+' conftest.er1 >conftest.err
30962 rm -f conftest.er1
30963 cat conftest.err >&5
30964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30965 (exit $ac_status); } && {
30966 test -z "$ac_c_werror_flag" ||
30967 test ! -s conftest.err
30968 } && test -s conftest$ac_exeext &&
30969 $as_test_x conftest$ac_exeext; then
30970 ac_cv_lib_nsl_gethostbyname=yes
30971 else
30972 echo "$as_me: failed program was:" >&5
30973 sed 's/^/| /' conftest.$ac_ext >&5
30974
30975 ac_cv_lib_nsl_gethostbyname=no
30976 fi
30977
30978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30979 conftest$ac_exeext conftest.$ac_ext
30980 LIBS=$ac_check_lib_save_LIBS
30981 fi
30982 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
30983 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
30984 if test $ac_cv_lib_nsl_gethostbyname = yes; then
30985 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
30986 fi
30987
30988 if test $ac_cv_lib_nsl_gethostbyname = no; then
30989 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
30990 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
30991 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
30992 echo $ECHO_N "(cached) $ECHO_C" >&6
30993 else
30994 ac_check_lib_save_LIBS=$LIBS
30995 LIBS="-lbsd $LIBS"
30996 cat >conftest.$ac_ext <<_ACEOF
30997 /* confdefs.h. */
30998 _ACEOF
30999 cat confdefs.h >>conftest.$ac_ext
31000 cat >>conftest.$ac_ext <<_ACEOF
31001 /* end confdefs.h. */
31002
31003 /* Override any GCC internal prototype to avoid an error.
31004 Use char because int might match the return type of a GCC
31005 builtin and then its argument prototype would still apply. */
31006 #ifdef __cplusplus
31007 extern "C"
31008 #endif
31009 char gethostbyname ();
31010 int
31011 main ()
31012 {
31013 return gethostbyname ();
31014 ;
31015 return 0;
31016 }
31017 _ACEOF
31018 rm -f conftest.$ac_objext conftest$ac_exeext
31019 if { (ac_try="$ac_link"
31020 case "(($ac_try" in
31021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31022 *) ac_try_echo=$ac_try;;
31023 esac
31024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31025 (eval "$ac_link") 2>conftest.er1
31026 ac_status=$?
31027 grep -v '^ *+' conftest.er1 >conftest.err
31028 rm -f conftest.er1
31029 cat conftest.err >&5
31030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31031 (exit $ac_status); } && {
31032 test -z "$ac_c_werror_flag" ||
31033 test ! -s conftest.err
31034 } && test -s conftest$ac_exeext &&
31035 $as_test_x conftest$ac_exeext; then
31036 ac_cv_lib_bsd_gethostbyname=yes
31037 else
31038 echo "$as_me: failed program was:" >&5
31039 sed 's/^/| /' conftest.$ac_ext >&5
31040
31041 ac_cv_lib_bsd_gethostbyname=no
31042 fi
31043
31044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31045 conftest$ac_exeext conftest.$ac_ext
31046 LIBS=$ac_check_lib_save_LIBS
31047 fi
31048 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
31049 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
31050 if test $ac_cv_lib_bsd_gethostbyname = yes; then
31051 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
31052 fi
31053
31054 fi
31055 fi
31056
31057 # lieder@skyler.mavd.honeywell.com says without -lsocket,
31058 # socket/setsockopt and other routines are undefined under SCO ODT
31059 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
31060 # on later versions), says Simon Leinen: it contains gethostby*
31061 # variants that don't use the name server (or something). -lsocket
31062 # must be given before -lnsl if both are needed. We assume that
31063 # if connect needs -lnsl, so does gethostbyname.
31064 { echo "$as_me:$LINENO: checking for connect" >&5
31065 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
31066 if test "${ac_cv_func_connect+set}" = set; then
31067 echo $ECHO_N "(cached) $ECHO_C" >&6
31068 else
31069 cat >conftest.$ac_ext <<_ACEOF
31070 /* confdefs.h. */
31071 _ACEOF
31072 cat confdefs.h >>conftest.$ac_ext
31073 cat >>conftest.$ac_ext <<_ACEOF
31074 /* end confdefs.h. */
31075 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
31076 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31077 #define connect innocuous_connect
31078
31079 /* System header to define __stub macros and hopefully few prototypes,
31080 which can conflict with char connect (); below.
31081 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31082 <limits.h> exists even on freestanding compilers. */
31083
31084 #ifdef __STDC__
31085 # include <limits.h>
31086 #else
31087 # include <assert.h>
31088 #endif
31089
31090 #undef connect
31091
31092 /* Override any GCC internal prototype to avoid an error.
31093 Use char because int might match the return type of a GCC
31094 builtin and then its argument prototype would still apply. */
31095 #ifdef __cplusplus
31096 extern "C"
31097 #endif
31098 char connect ();
31099 /* The GNU C library defines this for functions which it implements
31100 to always fail with ENOSYS. Some functions are actually named
31101 something starting with __ and the normal name is an alias. */
31102 #if defined __stub_connect || defined __stub___connect
31103 choke me
31104 #endif
31105
31106 int
31107 main ()
31108 {
31109 return connect ();
31110 ;
31111 return 0;
31112 }
31113 _ACEOF
31114 rm -f conftest.$ac_objext conftest$ac_exeext
31115 if { (ac_try="$ac_link"
31116 case "(($ac_try" in
31117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31118 *) ac_try_echo=$ac_try;;
31119 esac
31120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31121 (eval "$ac_link") 2>conftest.er1
31122 ac_status=$?
31123 grep -v '^ *+' conftest.er1 >conftest.err
31124 rm -f conftest.er1
31125 cat conftest.err >&5
31126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31127 (exit $ac_status); } && {
31128 test -z "$ac_c_werror_flag" ||
31129 test ! -s conftest.err
31130 } && test -s conftest$ac_exeext &&
31131 $as_test_x conftest$ac_exeext; then
31132 ac_cv_func_connect=yes
31133 else
31134 echo "$as_me: failed program was:" >&5
31135 sed 's/^/| /' conftest.$ac_ext >&5
31136
31137 ac_cv_func_connect=no
31138 fi
31139
31140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31141 conftest$ac_exeext conftest.$ac_ext
31142 fi
31143 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
31144 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
31145
31146 if test $ac_cv_func_connect = no; then
31147 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
31148 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
31149 if test "${ac_cv_lib_socket_connect+set}" = set; then
31150 echo $ECHO_N "(cached) $ECHO_C" >&6
31151 else
31152 ac_check_lib_save_LIBS=$LIBS
31153 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
31154 cat >conftest.$ac_ext <<_ACEOF
31155 /* confdefs.h. */
31156 _ACEOF
31157 cat confdefs.h >>conftest.$ac_ext
31158 cat >>conftest.$ac_ext <<_ACEOF
31159 /* end confdefs.h. */
31160
31161 /* Override any GCC internal prototype to avoid an error.
31162 Use char because int might match the return type of a GCC
31163 builtin and then its argument prototype would still apply. */
31164 #ifdef __cplusplus
31165 extern "C"
31166 #endif
31167 char connect ();
31168 int
31169 main ()
31170 {
31171 return connect ();
31172 ;
31173 return 0;
31174 }
31175 _ACEOF
31176 rm -f conftest.$ac_objext conftest$ac_exeext
31177 if { (ac_try="$ac_link"
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_link") 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); } && {
31190 test -z "$ac_c_werror_flag" ||
31191 test ! -s conftest.err
31192 } && test -s conftest$ac_exeext &&
31193 $as_test_x conftest$ac_exeext; then
31194 ac_cv_lib_socket_connect=yes
31195 else
31196 echo "$as_me: failed program was:" >&5
31197 sed 's/^/| /' conftest.$ac_ext >&5
31198
31199 ac_cv_lib_socket_connect=no
31200 fi
31201
31202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31203 conftest$ac_exeext conftest.$ac_ext
31204 LIBS=$ac_check_lib_save_LIBS
31205 fi
31206 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
31207 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
31208 if test $ac_cv_lib_socket_connect = yes; then
31209 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
31210 fi
31211
31212 fi
31213
31214 # Guillermo Gomez says -lposix is necessary on A/UX.
31215 { echo "$as_me:$LINENO: checking for remove" >&5
31216 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
31217 if test "${ac_cv_func_remove+set}" = set; then
31218 echo $ECHO_N "(cached) $ECHO_C" >&6
31219 else
31220 cat >conftest.$ac_ext <<_ACEOF
31221 /* confdefs.h. */
31222 _ACEOF
31223 cat confdefs.h >>conftest.$ac_ext
31224 cat >>conftest.$ac_ext <<_ACEOF
31225 /* end confdefs.h. */
31226 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
31227 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31228 #define remove innocuous_remove
31229
31230 /* System header to define __stub macros and hopefully few prototypes,
31231 which can conflict with char remove (); below.
31232 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31233 <limits.h> exists even on freestanding compilers. */
31234
31235 #ifdef __STDC__
31236 # include <limits.h>
31237 #else
31238 # include <assert.h>
31239 #endif
31240
31241 #undef remove
31242
31243 /* Override any GCC internal prototype to avoid an error.
31244 Use char because int might match the return type of a GCC
31245 builtin and then its argument prototype would still apply. */
31246 #ifdef __cplusplus
31247 extern "C"
31248 #endif
31249 char remove ();
31250 /* The GNU C library defines this for functions which it implements
31251 to always fail with ENOSYS. Some functions are actually named
31252 something starting with __ and the normal name is an alias. */
31253 #if defined __stub_remove || defined __stub___remove
31254 choke me
31255 #endif
31256
31257 int
31258 main ()
31259 {
31260 return remove ();
31261 ;
31262 return 0;
31263 }
31264 _ACEOF
31265 rm -f conftest.$ac_objext conftest$ac_exeext
31266 if { (ac_try="$ac_link"
31267 case "(($ac_try" in
31268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31269 *) ac_try_echo=$ac_try;;
31270 esac
31271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31272 (eval "$ac_link") 2>conftest.er1
31273 ac_status=$?
31274 grep -v '^ *+' conftest.er1 >conftest.err
31275 rm -f conftest.er1
31276 cat conftest.err >&5
31277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31278 (exit $ac_status); } && {
31279 test -z "$ac_c_werror_flag" ||
31280 test ! -s conftest.err
31281 } && test -s conftest$ac_exeext &&
31282 $as_test_x conftest$ac_exeext; then
31283 ac_cv_func_remove=yes
31284 else
31285 echo "$as_me: failed program was:" >&5
31286 sed 's/^/| /' conftest.$ac_ext >&5
31287
31288 ac_cv_func_remove=no
31289 fi
31290
31291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31292 conftest$ac_exeext conftest.$ac_ext
31293 fi
31294 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
31295 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
31296
31297 if test $ac_cv_func_remove = no; then
31298 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
31299 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
31300 if test "${ac_cv_lib_posix_remove+set}" = set; then
31301 echo $ECHO_N "(cached) $ECHO_C" >&6
31302 else
31303 ac_check_lib_save_LIBS=$LIBS
31304 LIBS="-lposix $LIBS"
31305 cat >conftest.$ac_ext <<_ACEOF
31306 /* confdefs.h. */
31307 _ACEOF
31308 cat confdefs.h >>conftest.$ac_ext
31309 cat >>conftest.$ac_ext <<_ACEOF
31310 /* end confdefs.h. */
31311
31312 /* Override any GCC internal prototype to avoid an error.
31313 Use char because int might match the return type of a GCC
31314 builtin and then its argument prototype would still apply. */
31315 #ifdef __cplusplus
31316 extern "C"
31317 #endif
31318 char remove ();
31319 int
31320 main ()
31321 {
31322 return remove ();
31323 ;
31324 return 0;
31325 }
31326 _ACEOF
31327 rm -f conftest.$ac_objext conftest$ac_exeext
31328 if { (ac_try="$ac_link"
31329 case "(($ac_try" in
31330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31331 *) ac_try_echo=$ac_try;;
31332 esac
31333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31334 (eval "$ac_link") 2>conftest.er1
31335 ac_status=$?
31336 grep -v '^ *+' conftest.er1 >conftest.err
31337 rm -f conftest.er1
31338 cat conftest.err >&5
31339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31340 (exit $ac_status); } && {
31341 test -z "$ac_c_werror_flag" ||
31342 test ! -s conftest.err
31343 } && test -s conftest$ac_exeext &&
31344 $as_test_x conftest$ac_exeext; then
31345 ac_cv_lib_posix_remove=yes
31346 else
31347 echo "$as_me: failed program was:" >&5
31348 sed 's/^/| /' conftest.$ac_ext >&5
31349
31350 ac_cv_lib_posix_remove=no
31351 fi
31352
31353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31354 conftest$ac_exeext conftest.$ac_ext
31355 LIBS=$ac_check_lib_save_LIBS
31356 fi
31357 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
31358 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
31359 if test $ac_cv_lib_posix_remove = yes; then
31360 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
31361 fi
31362
31363 fi
31364
31365 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
31366 { echo "$as_me:$LINENO: checking for shmat" >&5
31367 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
31368 if test "${ac_cv_func_shmat+set}" = set; then
31369 echo $ECHO_N "(cached) $ECHO_C" >&6
31370 else
31371 cat >conftest.$ac_ext <<_ACEOF
31372 /* confdefs.h. */
31373 _ACEOF
31374 cat confdefs.h >>conftest.$ac_ext
31375 cat >>conftest.$ac_ext <<_ACEOF
31376 /* end confdefs.h. */
31377 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
31378 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31379 #define shmat innocuous_shmat
31380
31381 /* System header to define __stub macros and hopefully few prototypes,
31382 which can conflict with char shmat (); below.
31383 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31384 <limits.h> exists even on freestanding compilers. */
31385
31386 #ifdef __STDC__
31387 # include <limits.h>
31388 #else
31389 # include <assert.h>
31390 #endif
31391
31392 #undef shmat
31393
31394 /* Override any GCC internal prototype to avoid an error.
31395 Use char because int might match the return type of a GCC
31396 builtin and then its argument prototype would still apply. */
31397 #ifdef __cplusplus
31398 extern "C"
31399 #endif
31400 char shmat ();
31401 /* The GNU C library defines this for functions which it implements
31402 to always fail with ENOSYS. Some functions are actually named
31403 something starting with __ and the normal name is an alias. */
31404 #if defined __stub_shmat || defined __stub___shmat
31405 choke me
31406 #endif
31407
31408 int
31409 main ()
31410 {
31411 return shmat ();
31412 ;
31413 return 0;
31414 }
31415 _ACEOF
31416 rm -f conftest.$ac_objext conftest$ac_exeext
31417 if { (ac_try="$ac_link"
31418 case "(($ac_try" in
31419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31420 *) ac_try_echo=$ac_try;;
31421 esac
31422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31423 (eval "$ac_link") 2>conftest.er1
31424 ac_status=$?
31425 grep -v '^ *+' conftest.er1 >conftest.err
31426 rm -f conftest.er1
31427 cat conftest.err >&5
31428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31429 (exit $ac_status); } && {
31430 test -z "$ac_c_werror_flag" ||
31431 test ! -s conftest.err
31432 } && test -s conftest$ac_exeext &&
31433 $as_test_x conftest$ac_exeext; then
31434 ac_cv_func_shmat=yes
31435 else
31436 echo "$as_me: failed program was:" >&5
31437 sed 's/^/| /' conftest.$ac_ext >&5
31438
31439 ac_cv_func_shmat=no
31440 fi
31441
31442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31443 conftest$ac_exeext conftest.$ac_ext
31444 fi
31445 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
31446 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
31447
31448 if test $ac_cv_func_shmat = no; then
31449 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
31450 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
31451 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
31452 echo $ECHO_N "(cached) $ECHO_C" >&6
31453 else
31454 ac_check_lib_save_LIBS=$LIBS
31455 LIBS="-lipc $LIBS"
31456 cat >conftest.$ac_ext <<_ACEOF
31457 /* confdefs.h. */
31458 _ACEOF
31459 cat confdefs.h >>conftest.$ac_ext
31460 cat >>conftest.$ac_ext <<_ACEOF
31461 /* end confdefs.h. */
31462
31463 /* Override any GCC internal prototype to avoid an error.
31464 Use char because int might match the return type of a GCC
31465 builtin and then its argument prototype would still apply. */
31466 #ifdef __cplusplus
31467 extern "C"
31468 #endif
31469 char shmat ();
31470 int
31471 main ()
31472 {
31473 return shmat ();
31474 ;
31475 return 0;
31476 }
31477 _ACEOF
31478 rm -f conftest.$ac_objext conftest$ac_exeext
31479 if { (ac_try="$ac_link"
31480 case "(($ac_try" in
31481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31482 *) ac_try_echo=$ac_try;;
31483 esac
31484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31485 (eval "$ac_link") 2>conftest.er1
31486 ac_status=$?
31487 grep -v '^ *+' conftest.er1 >conftest.err
31488 rm -f conftest.er1
31489 cat conftest.err >&5
31490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31491 (exit $ac_status); } && {
31492 test -z "$ac_c_werror_flag" ||
31493 test ! -s conftest.err
31494 } && test -s conftest$ac_exeext &&
31495 $as_test_x conftest$ac_exeext; then
31496 ac_cv_lib_ipc_shmat=yes
31497 else
31498 echo "$as_me: failed program was:" >&5
31499 sed 's/^/| /' conftest.$ac_ext >&5
31500
31501 ac_cv_lib_ipc_shmat=no
31502 fi
31503
31504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31505 conftest$ac_exeext conftest.$ac_ext
31506 LIBS=$ac_check_lib_save_LIBS
31507 fi
31508 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
31509 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
31510 if test $ac_cv_lib_ipc_shmat = yes; then
31511 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
31512 fi
31513
31514 fi
31515 fi
31516
31517 # Check for libraries that X11R6 Xt/Xaw programs need.
31518 ac_save_LDFLAGS=$LDFLAGS
31519 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
31520 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
31521 # check for ICE first), but we must link in the order -lSM -lICE or
31522 # we get undefined symbols. So assume we have SM if we have ICE.
31523 # These have to be linked with before -lX11, unlike the other
31524 # libraries we check for below, so use a different variable.
31525 # John Interrante, Karl Berry
31526 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
31527 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
31528 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
31529 echo $ECHO_N "(cached) $ECHO_C" >&6
31530 else
31531 ac_check_lib_save_LIBS=$LIBS
31532 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
31533 cat >conftest.$ac_ext <<_ACEOF
31534 /* confdefs.h. */
31535 _ACEOF
31536 cat confdefs.h >>conftest.$ac_ext
31537 cat >>conftest.$ac_ext <<_ACEOF
31538 /* end confdefs.h. */
31539
31540 /* Override any GCC internal prototype to avoid an error.
31541 Use char because int might match the return type of a GCC
31542 builtin and then its argument prototype would still apply. */
31543 #ifdef __cplusplus
31544 extern "C"
31545 #endif
31546 char IceConnectionNumber ();
31547 int
31548 main ()
31549 {
31550 return IceConnectionNumber ();
31551 ;
31552 return 0;
31553 }
31554 _ACEOF
31555 rm -f conftest.$ac_objext conftest$ac_exeext
31556 if { (ac_try="$ac_link"
31557 case "(($ac_try" in
31558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31559 *) ac_try_echo=$ac_try;;
31560 esac
31561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31562 (eval "$ac_link") 2>conftest.er1
31563 ac_status=$?
31564 grep -v '^ *+' conftest.er1 >conftest.err
31565 rm -f conftest.er1
31566 cat conftest.err >&5
31567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31568 (exit $ac_status); } && {
31569 test -z "$ac_c_werror_flag" ||
31570 test ! -s conftest.err
31571 } && test -s conftest$ac_exeext &&
31572 $as_test_x conftest$ac_exeext; then
31573 ac_cv_lib_ICE_IceConnectionNumber=yes
31574 else
31575 echo "$as_me: failed program was:" >&5
31576 sed 's/^/| /' conftest.$ac_ext >&5
31577
31578 ac_cv_lib_ICE_IceConnectionNumber=no
31579 fi
31580
31581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31582 conftest$ac_exeext conftest.$ac_ext
31583 LIBS=$ac_check_lib_save_LIBS
31584 fi
31585 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
31586 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
31587 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
31588 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
31589 fi
31590
31591 LDFLAGS=$ac_save_LDFLAGS
31592
31593 fi
31594
31595
31596 if test "$no_x" = "yes"; then
31597 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
31598 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
31599 { (exit 1); exit 1; }; }
31600 fi
31601
31602 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
31603 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
31604 AFMINSTALL=afminstall
31605 COMPILED_X_PROGRAM=0
31606
31607 fi
31608
31609 if test "$wxUSE_X11" = 1; then
31610 if test "$wxUSE_NANOX" = "yes"; then
31611 { echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
31612 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6; }
31613 if test "x$MICROWIN" = x ; then
31614 { echo "$as_me:$LINENO: result: not found" >&5
31615 echo "${ECHO_T}not found" >&6; }
31616 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
31617 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
31618 { (exit 1); exit 1; }; }
31619 else
31620 { echo "$as_me:$LINENO: result: $MICROWIN" >&5
31621 echo "${ECHO_T}$MICROWIN" >&6; }
31622 cat >>confdefs.h <<\_ACEOF
31623 #define wxUSE_NANOX 1
31624 _ACEOF
31625
31626 fi
31627 fi
31628
31629 if test "$wxUSE_UNICODE" = "yes"; then
31630
31631
31632 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
31633 if test -n "$ac_tool_prefix"; then
31634 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
31635 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
31636 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31637 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31638 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
31639 echo $ECHO_N "(cached) $ECHO_C" >&6
31640 else
31641 case $PKG_CONFIG in
31642 [\\/]* | ?:[\\/]*)
31643 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
31644 ;;
31645 *)
31646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31647 for as_dir in $PATH
31648 do
31649 IFS=$as_save_IFS
31650 test -z "$as_dir" && as_dir=.
31651 for ac_exec_ext in '' $ac_executable_extensions; do
31652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31653 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31654 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31655 break 2
31656 fi
31657 done
31658 done
31659 IFS=$as_save_IFS
31660
31661 ;;
31662 esac
31663 fi
31664 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
31665 if test -n "$PKG_CONFIG"; then
31666 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
31667 echo "${ECHO_T}$PKG_CONFIG" >&6; }
31668 else
31669 { echo "$as_me:$LINENO: result: no" >&5
31670 echo "${ECHO_T}no" >&6; }
31671 fi
31672
31673
31674 fi
31675 if test -z "$ac_cv_path_PKG_CONFIG"; then
31676 ac_pt_PKG_CONFIG=$PKG_CONFIG
31677 # Extract the first word of "pkg-config", so it can be a program name with args.
31678 set dummy pkg-config; ac_word=$2
31679 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31681 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
31682 echo $ECHO_N "(cached) $ECHO_C" >&6
31683 else
31684 case $ac_pt_PKG_CONFIG in
31685 [\\/]* | ?:[\\/]*)
31686 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
31687 ;;
31688 *)
31689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31690 for as_dir in $PATH
31691 do
31692 IFS=$as_save_IFS
31693 test -z "$as_dir" && as_dir=.
31694 for ac_exec_ext in '' $ac_executable_extensions; do
31695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31696 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31697 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31698 break 2
31699 fi
31700 done
31701 done
31702 IFS=$as_save_IFS
31703
31704 ;;
31705 esac
31706 fi
31707 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
31708 if test -n "$ac_pt_PKG_CONFIG"; then
31709 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
31710 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
31711 else
31712 { echo "$as_me:$LINENO: result: no" >&5
31713 echo "${ECHO_T}no" >&6; }
31714 fi
31715
31716 if test "x$ac_pt_PKG_CONFIG" = x; then
31717 PKG_CONFIG=""
31718 else
31719 case $cross_compiling:$ac_tool_warned in
31720 yes:)
31721 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
31722 whose name does not start with the host triplet. If you think this
31723 configuration is useful to you, please write to autoconf@gnu.org." >&5
31724 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
31725 whose name does not start with the host triplet. If you think this
31726 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31727 ac_tool_warned=yes ;;
31728 esac
31729 PKG_CONFIG=$ac_pt_PKG_CONFIG
31730 fi
31731 else
31732 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
31733 fi
31734
31735 fi
31736 if test -n "$PKG_CONFIG"; then
31737 _pkg_min_version=0.9.0
31738 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
31739 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
31740 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
31741 { echo "$as_me:$LINENO: result: yes" >&5
31742 echo "${ECHO_T}yes" >&6; }
31743 else
31744 { echo "$as_me:$LINENO: result: no" >&5
31745 echo "${ECHO_T}no" >&6; }
31746 PKG_CONFIG=""
31747 fi
31748
31749 fi
31750
31751
31752 pkg_failed=no
31753 { echo "$as_me:$LINENO: checking for PANGOX" >&5
31754 echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6; }
31755
31756 if test -n "$PKG_CONFIG"; then
31757 if test -n "$PANGOX_CFLAGS"; then
31758 pkg_cv_PANGOX_CFLAGS="$PANGOX_CFLAGS"
31759 else
31760 if test -n "$PKG_CONFIG" && \
31761 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
31762 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
31763 ac_status=$?
31764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31765 (exit $ac_status); }; then
31766 pkg_cv_PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
31767 else
31768 pkg_failed=yes
31769 fi
31770 fi
31771 else
31772 pkg_failed=untried
31773 fi
31774 if test -n "$PKG_CONFIG"; then
31775 if test -n "$PANGOX_LIBS"; then
31776 pkg_cv_PANGOX_LIBS="$PANGOX_LIBS"
31777 else
31778 if test -n "$PKG_CONFIG" && \
31779 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
31780 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
31781 ac_status=$?
31782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31783 (exit $ac_status); }; then
31784 pkg_cv_PANGOX_LIBS=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
31785 else
31786 pkg_failed=yes
31787 fi
31788 fi
31789 else
31790 pkg_failed=untried
31791 fi
31792
31793
31794
31795 if test $pkg_failed = yes; then
31796
31797 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31798 _pkg_short_errors_supported=yes
31799 else
31800 _pkg_short_errors_supported=no
31801 fi
31802 if test $_pkg_short_errors_supported = yes; then
31803 PANGOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
31804 else
31805 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
31806 fi
31807 # Put the nasty error message in config.log where it belongs
31808 echo "$PANGOX_PKG_ERRORS" >&5
31809
31810
31811 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
31812 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
31813 { (exit 1); exit 1; }; }
31814
31815
31816 elif test $pkg_failed = untried; then
31817
31818 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
31819 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
31820 { (exit 1); exit 1; }; }
31821
31822
31823 else
31824 PANGOX_CFLAGS=$pkg_cv_PANGOX_CFLAGS
31825 PANGOX_LIBS=$pkg_cv_PANGOX_LIBS
31826 { echo "$as_me:$LINENO: result: yes" >&5
31827 echo "${ECHO_T}yes" >&6; }
31828
31829 CFLAGS="$PANGOX_CFLAGS $CFLAGS"
31830 CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
31831 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
31832
31833 fi
31834
31835 pkg_failed=no
31836 { echo "$as_me:$LINENO: checking for PANGOFT2" >&5
31837 echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6; }
31838
31839 if test -n "$PKG_CONFIG"; then
31840 if test -n "$PANGOFT2_CFLAGS"; then
31841 pkg_cv_PANGOFT2_CFLAGS="$PANGOFT2_CFLAGS"
31842 else
31843 if test -n "$PKG_CONFIG" && \
31844 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
31845 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
31846 ac_status=$?
31847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31848 (exit $ac_status); }; then
31849 pkg_cv_PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
31850 else
31851 pkg_failed=yes
31852 fi
31853 fi
31854 else
31855 pkg_failed=untried
31856 fi
31857 if test -n "$PKG_CONFIG"; then
31858 if test -n "$PANGOFT2_LIBS"; then
31859 pkg_cv_PANGOFT2_LIBS="$PANGOFT2_LIBS"
31860 else
31861 if test -n "$PKG_CONFIG" && \
31862 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
31863 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
31864 ac_status=$?
31865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31866 (exit $ac_status); }; then
31867 pkg_cv_PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
31868 else
31869 pkg_failed=yes
31870 fi
31871 fi
31872 else
31873 pkg_failed=untried
31874 fi
31875
31876
31877
31878 if test $pkg_failed = yes; then
31879
31880 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31881 _pkg_short_errors_supported=yes
31882 else
31883 _pkg_short_errors_supported=no
31884 fi
31885 if test $_pkg_short_errors_supported = yes; then
31886 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
31887 else
31888 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
31889 fi
31890 # Put the nasty error message in config.log where it belongs
31891 echo "$PANGOFT2_PKG_ERRORS" >&5
31892
31893
31894 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
31895 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
31896 wxUSE_PRINTING_ARCHITECTURE="no"
31897
31898
31899 elif test $pkg_failed = untried; then
31900
31901 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
31902 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
31903 wxUSE_PRINTING_ARCHITECTURE="no"
31904
31905
31906 else
31907 PANGOFT2_CFLAGS=$pkg_cv_PANGOFT2_CFLAGS
31908 PANGOFT2_LIBS=$pkg_cv_PANGOFT2_LIBS
31909 { echo "$as_me:$LINENO: result: yes" >&5
31910 echo "${ECHO_T}yes" >&6; }
31911
31912 CFLAGS="$PANGOFT2_CFLAGS $CFLAGS"
31913 CXXFLAGS="$PANGOFT2_CFLAGS $CXXFLAGS"
31914 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
31915
31916 fi
31917
31918 pkg_failed=no
31919 { echo "$as_me:$LINENO: checking for PANGOXFT" >&5
31920 echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6; }
31921
31922 if test -n "$PKG_CONFIG"; then
31923 if test -n "$PANGOXFT_CFLAGS"; then
31924 pkg_cv_PANGOXFT_CFLAGS="$PANGOXFT_CFLAGS"
31925 else
31926 if test -n "$PKG_CONFIG" && \
31927 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
31928 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
31929 ac_status=$?
31930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31931 (exit $ac_status); }; then
31932 pkg_cv_PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
31933 else
31934 pkg_failed=yes
31935 fi
31936 fi
31937 else
31938 pkg_failed=untried
31939 fi
31940 if test -n "$PKG_CONFIG"; then
31941 if test -n "$PANGOXFT_LIBS"; then
31942 pkg_cv_PANGOXFT_LIBS="$PANGOXFT_LIBS"
31943 else
31944 if test -n "$PKG_CONFIG" && \
31945 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
31946 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
31947 ac_status=$?
31948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31949 (exit $ac_status); }; then
31950 pkg_cv_PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
31951 else
31952 pkg_failed=yes
31953 fi
31954 fi
31955 else
31956 pkg_failed=untried
31957 fi
31958
31959
31960
31961 if test $pkg_failed = yes; then
31962
31963 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31964 _pkg_short_errors_supported=yes
31965 else
31966 _pkg_short_errors_supported=no
31967 fi
31968 if test $_pkg_short_errors_supported = yes; then
31969 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
31970 else
31971 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
31972 fi
31973 # Put the nasty error message in config.log where it belongs
31974 echo "$PANGOXFT_PKG_ERRORS" >&5
31975
31976
31977 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
31978 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
31979
31980
31981 elif test $pkg_failed = untried; then
31982
31983 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
31984 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
31985
31986
31987 else
31988 PANGOXFT_CFLAGS=$pkg_cv_PANGOXFT_CFLAGS
31989 PANGOXFT_LIBS=$pkg_cv_PANGOXFT_LIBS
31990 { echo "$as_me:$LINENO: result: yes" >&5
31991 echo "${ECHO_T}yes" >&6; }
31992
31993 cat >>confdefs.h <<\_ACEOF
31994 #define HAVE_PANGO_XFT 1
31995 _ACEOF
31996
31997 CFLAGS="$PANGOXFT_CFLAGS $CFLAGS"
31998 CXXFLAGS="$PANGOXFT_CFLAGS $CXXFLAGS"
31999 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
32000
32001 fi
32002 save_LIBS="$LIBS"
32003 LIBS="$LIBS $PANGOX_LIBS"
32004
32005 for ac_func in pango_font_family_is_monospace
32006 do
32007 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32008 { echo "$as_me:$LINENO: checking for $ac_func" >&5
32009 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
32010 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
32011 echo $ECHO_N "(cached) $ECHO_C" >&6
32012 else
32013 cat >conftest.$ac_ext <<_ACEOF
32014 /* confdefs.h. */
32015 _ACEOF
32016 cat confdefs.h >>conftest.$ac_ext
32017 cat >>conftest.$ac_ext <<_ACEOF
32018 /* end confdefs.h. */
32019 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32020 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32021 #define $ac_func innocuous_$ac_func
32022
32023 /* System header to define __stub macros and hopefully few prototypes,
32024 which can conflict with char $ac_func (); below.
32025 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32026 <limits.h> exists even on freestanding compilers. */
32027
32028 #ifdef __STDC__
32029 # include <limits.h>
32030 #else
32031 # include <assert.h>
32032 #endif
32033
32034 #undef $ac_func
32035
32036 /* Override any GCC internal prototype to avoid an error.
32037 Use char because int might match the return type of a GCC
32038 builtin and then its argument prototype would still apply. */
32039 #ifdef __cplusplus
32040 extern "C"
32041 #endif
32042 char $ac_func ();
32043 /* The GNU C library defines this for functions which it implements
32044 to always fail with ENOSYS. Some functions are actually named
32045 something starting with __ and the normal name is an alias. */
32046 #if defined __stub_$ac_func || defined __stub___$ac_func
32047 choke me
32048 #endif
32049
32050 int
32051 main ()
32052 {
32053 return $ac_func ();
32054 ;
32055 return 0;
32056 }
32057 _ACEOF
32058 rm -f conftest.$ac_objext conftest$ac_exeext
32059 if { (ac_try="$ac_link"
32060 case "(($ac_try" in
32061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32062 *) ac_try_echo=$ac_try;;
32063 esac
32064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32065 (eval "$ac_link") 2>conftest.er1
32066 ac_status=$?
32067 grep -v '^ *+' conftest.er1 >conftest.err
32068 rm -f conftest.er1
32069 cat conftest.err >&5
32070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32071 (exit $ac_status); } && {
32072 test -z "$ac_c_werror_flag" ||
32073 test ! -s conftest.err
32074 } && test -s conftest$ac_exeext &&
32075 $as_test_x conftest$ac_exeext; then
32076 eval "$as_ac_var=yes"
32077 else
32078 echo "$as_me: failed program was:" >&5
32079 sed 's/^/| /' conftest.$ac_ext >&5
32080
32081 eval "$as_ac_var=no"
32082 fi
32083
32084 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32085 conftest$ac_exeext conftest.$ac_ext
32086 fi
32087 ac_res=`eval echo '${'$as_ac_var'}'`
32088 { echo "$as_me:$LINENO: result: $ac_res" >&5
32089 echo "${ECHO_T}$ac_res" >&6; }
32090 if test `eval echo '${'$as_ac_var'}'` = yes; then
32091 cat >>confdefs.h <<_ACEOF
32092 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32093 _ACEOF
32094
32095 fi
32096 done
32097
32098 LIBS="$save_LIBS"
32099 fi
32100
32101 wxUSE_UNIVERSAL="yes"
32102
32103 if test "$wxUSE_NANOX" = "yes"; then
32104 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
32105 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"
32106 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
32107 else
32108 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
32109 fi
32110
32111 TOOLKIT=X11
32112 GUIDIST=X11_DIST
32113 fi
32114
32115 if test "$wxUSE_MOTIF" = 1; then
32116 { echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
32117 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6; }
32118
32119 ac_find_includes=
32120 for ac_dir in $SEARCH_INCLUDE /usr/include;
32121 do
32122 if test -f "$ac_dir/Xm/Xm.h"; then
32123 ac_find_includes=$ac_dir
32124 break
32125 fi
32126 done
32127
32128 if test "$ac_find_includes" != "" ; then
32129 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
32130 echo "${ECHO_T}found in $ac_find_includes" >&6; }
32131
32132 if test "x$ac_find_includes" = "x/usr/include"; then
32133 ac_path_to_include=""
32134 else
32135 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
32136 result=$?
32137 if test $result = 0; then
32138 ac_path_to_include=""
32139 else
32140 ac_path_to_include=" -I$ac_find_includes"
32141 fi
32142 fi
32143
32144 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
32145 else
32146 save_CFLAGS=$CFLAGS
32147 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32148
32149 cat >conftest.$ac_ext <<_ACEOF
32150 /* confdefs.h. */
32151 _ACEOF
32152 cat confdefs.h >>conftest.$ac_ext
32153 cat >>conftest.$ac_ext <<_ACEOF
32154 /* end confdefs.h. */
32155
32156 #include <Xm/Xm.h>
32157
32158 int
32159 main ()
32160 {
32161
32162 int version;
32163 version = xmUseVersion;
32164
32165 ;
32166 return 0;
32167 }
32168 _ACEOF
32169 rm -f conftest.$ac_objext
32170 if { (ac_try="$ac_compile"
32171 case "(($ac_try" in
32172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32173 *) ac_try_echo=$ac_try;;
32174 esac
32175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32176 (eval "$ac_compile") 2>conftest.er1
32177 ac_status=$?
32178 grep -v '^ *+' conftest.er1 >conftest.err
32179 rm -f conftest.er1
32180 cat conftest.err >&5
32181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32182 (exit $ac_status); } && {
32183 test -z "$ac_c_werror_flag" ||
32184 test ! -s conftest.err
32185 } && test -s conftest.$ac_objext; then
32186
32187 { echo "$as_me:$LINENO: result: found in default search path" >&5
32188 echo "${ECHO_T}found in default search path" >&6; }
32189 COMPILED_X_PROGRAM=1
32190
32191 else
32192 echo "$as_me: failed program was:" >&5
32193 sed 's/^/| /' conftest.$ac_ext >&5
32194
32195
32196 { echo "$as_me:$LINENO: result: no" >&5
32197 echo "${ECHO_T}no" >&6; }
32198 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
32199 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
32200 { (exit 1); exit 1; }; }
32201
32202
32203 fi
32204
32205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32206
32207 CFLAGS=$save_CFLAGS
32208 fi
32209
32210
32211 { echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
32212 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6; }
32213
32214 ac_find_libraries=
32215 for ac_dir in $SEARCH_LIB;
32216 do
32217 for ac_extension in a so sl dylib dll.a; do
32218 if test -f "$ac_dir/libXm.$ac_extension"; then
32219 ac_find_libraries=$ac_dir
32220 break 2
32221 fi
32222 done
32223 done
32224
32225
32226 if test "x$ac_find_libraries" != "x" ; then
32227 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
32228 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
32229
32230
32231 if test "$ac_find_libraries" = "default location"; then
32232 ac_path_to_link=""
32233 else
32234 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
32235 result=$?
32236 if test $result = 0; then
32237 ac_path_to_link=""
32238 else
32239 ac_path_to_link=" -L$ac_find_libraries"
32240 fi
32241 fi
32242
32243 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
32244 else
32245 save_CFLAGS=$CFLAGS
32246 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32247 save_LIBS="$LIBS"
32248 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
32249
32250 cat >conftest.$ac_ext <<_ACEOF
32251 /* confdefs.h. */
32252 _ACEOF
32253 cat confdefs.h >>conftest.$ac_ext
32254 cat >>conftest.$ac_ext <<_ACEOF
32255 /* end confdefs.h. */
32256
32257 #include <Xm/Xm.h>
32258
32259 int
32260 main ()
32261 {
32262
32263 int version;
32264 version = xmUseVersion;
32265
32266 ;
32267 return 0;
32268 }
32269 _ACEOF
32270 rm -f conftest.$ac_objext conftest$ac_exeext
32271 if { (ac_try="$ac_link"
32272 case "(($ac_try" in
32273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32274 *) ac_try_echo=$ac_try;;
32275 esac
32276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32277 (eval "$ac_link") 2>conftest.er1
32278 ac_status=$?
32279 grep -v '^ *+' conftest.er1 >conftest.err
32280 rm -f conftest.er1
32281 cat conftest.err >&5
32282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32283 (exit $ac_status); } && {
32284 test -z "$ac_c_werror_flag" ||
32285 test ! -s conftest.err
32286 } && test -s conftest$ac_exeext &&
32287 $as_test_x conftest$ac_exeext; then
32288
32289 { echo "$as_me:$LINENO: result: found in default search path" >&5
32290 echo "${ECHO_T}found in default search path" >&6; }
32291 COMPILED_X_PROGRAM=1
32292
32293 else
32294 echo "$as_me: failed program was:" >&5
32295 sed 's/^/| /' conftest.$ac_ext >&5
32296
32297
32298 { echo "$as_me:$LINENO: result: no" >&5
32299 echo "${ECHO_T}no" >&6; }
32300 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
32301 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
32302 { (exit 1); exit 1; }; }
32303
32304
32305 fi
32306
32307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32308 conftest$ac_exeext conftest.$ac_ext
32309
32310 CFLAGS=$save_CFLAGS
32311 LIBS="$save_LIBS"
32312 fi
32313
32314 { echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
32315 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6; }
32316 libp_link=""
32317 libsm_ice_link=""
32318 libs_found=0
32319 for libp in "" " -lXp"; do
32320 if test "$libs_found" = 0; then
32321 for libsm_ice in "" " -lSM -lICE"; do
32322 if test "$libs_found" = 0; then
32323 save_LIBS="$LIBS"
32324 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
32325 save_CFLAGS=$CFLAGS
32326 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32327
32328 cat >conftest.$ac_ext <<_ACEOF
32329 /* confdefs.h. */
32330 _ACEOF
32331 cat confdefs.h >>conftest.$ac_ext
32332 cat >>conftest.$ac_ext <<_ACEOF
32333 /* end confdefs.h. */
32334
32335 #include <Xm/Xm.h>
32336 #include <Xm/List.h>
32337
32338 int
32339 main ()
32340 {
32341
32342 XmString string = NULL;
32343 Widget w = NULL;
32344 int position = 0;
32345 XmListAddItem(w, string, position);
32346
32347 ;
32348 return 0;
32349 }
32350 _ACEOF
32351 rm -f conftest.$ac_objext conftest$ac_exeext
32352 if { (ac_try="$ac_link"
32353 case "(($ac_try" in
32354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32355 *) ac_try_echo=$ac_try;;
32356 esac
32357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32358 (eval "$ac_link") 2>conftest.er1
32359 ac_status=$?
32360 grep -v '^ *+' conftest.er1 >conftest.err
32361 rm -f conftest.er1
32362 cat conftest.err >&5
32363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32364 (exit $ac_status); } && {
32365 test -z "$ac_c_werror_flag" ||
32366 test ! -s conftest.err
32367 } && test -s conftest$ac_exeext &&
32368 $as_test_x conftest$ac_exeext; then
32369
32370 libp_link="$libp"
32371 libsm_ice_link="$libsm_ice"
32372 { echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
32373 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6; }
32374 libs_found=1
32375
32376 else
32377 echo "$as_me: failed program was:" >&5
32378 sed 's/^/| /' conftest.$ac_ext >&5
32379
32380
32381
32382 fi
32383
32384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32385 conftest$ac_exeext conftest.$ac_ext
32386
32387 LIBS="$save_LIBS"
32388 CFLAGS=$save_CFLAGS
32389 fi
32390 done
32391 fi
32392 done
32393
32394 if test "$libs_found" = 0; then
32395 { echo "$as_me:$LINENO: result: can't find the right libraries" >&5
32396 echo "${ECHO_T}can't find the right libraries" >&6; }
32397 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
32398 echo "$as_me: error: can't link a simple motif program" >&2;}
32399 { (exit 1); exit 1; }; }
32400 fi
32401
32402 { echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
32403 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6; }
32404 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
32405 echo $ECHO_N "(cached) $ECHO_C" >&6
32406 else
32407 ac_check_lib_save_LIBS=$LIBS
32408 LIBS="-lSgm $LIBS"
32409 cat >conftest.$ac_ext <<_ACEOF
32410 /* confdefs.h. */
32411 _ACEOF
32412 cat confdefs.h >>conftest.$ac_ext
32413 cat >>conftest.$ac_ext <<_ACEOF
32414 /* end confdefs.h. */
32415
32416 /* Override any GCC internal prototype to avoid an error.
32417 Use char because int might match the return type of a GCC
32418 builtin and then its argument prototype would still apply. */
32419 #ifdef __cplusplus
32420 extern "C"
32421 #endif
32422 char SgCreateList ();
32423 int
32424 main ()
32425 {
32426 return SgCreateList ();
32427 ;
32428 return 0;
32429 }
32430 _ACEOF
32431 rm -f conftest.$ac_objext conftest$ac_exeext
32432 if { (ac_try="$ac_link"
32433 case "(($ac_try" in
32434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32435 *) ac_try_echo=$ac_try;;
32436 esac
32437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32438 (eval "$ac_link") 2>conftest.er1
32439 ac_status=$?
32440 grep -v '^ *+' conftest.er1 >conftest.err
32441 rm -f conftest.er1
32442 cat conftest.err >&5
32443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32444 (exit $ac_status); } && {
32445 test -z "$ac_c_werror_flag" ||
32446 test ! -s conftest.err
32447 } && test -s conftest$ac_exeext &&
32448 $as_test_x conftest$ac_exeext; then
32449 ac_cv_lib_Sgm_SgCreateList=yes
32450 else
32451 echo "$as_me: failed program was:" >&5
32452 sed 's/^/| /' conftest.$ac_ext >&5
32453
32454 ac_cv_lib_Sgm_SgCreateList=no
32455 fi
32456
32457 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32458 conftest$ac_exeext conftest.$ac_ext
32459 LIBS=$ac_check_lib_save_LIBS
32460 fi
32461 { echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
32462 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6; }
32463 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
32464 libsgm_link=" -lSgm"
32465 fi
32466
32467
32468 save_CFLAGS=$CFLAGS
32469 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32470
32471 { echo "$as_me:$LINENO: checking for Motif 2" >&5
32472 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6; }
32473 if test "${wx_cv_lib_motif2+set}" = set; then
32474 echo $ECHO_N "(cached) $ECHO_C" >&6
32475 else
32476 cat >conftest.$ac_ext <<_ACEOF
32477 /* confdefs.h. */
32478 _ACEOF
32479 cat confdefs.h >>conftest.$ac_ext
32480 cat >>conftest.$ac_ext <<_ACEOF
32481 /* end confdefs.h. */
32482
32483 #include <Xm/Xm.h>
32484
32485 int
32486 main ()
32487 {
32488
32489 #if XmVersion < 2000
32490 Not Motif 2
32491 #endif
32492
32493 ;
32494 return 0;
32495 }
32496 _ACEOF
32497 rm -f conftest.$ac_objext
32498 if { (ac_try="$ac_compile"
32499 case "(($ac_try" in
32500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32501 *) ac_try_echo=$ac_try;;
32502 esac
32503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32504 (eval "$ac_compile") 2>conftest.er1
32505 ac_status=$?
32506 grep -v '^ *+' conftest.er1 >conftest.err
32507 rm -f conftest.er1
32508 cat conftest.err >&5
32509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32510 (exit $ac_status); } && {
32511 test -z "$ac_c_werror_flag" ||
32512 test ! -s conftest.err
32513 } && test -s conftest.$ac_objext; then
32514 wx_cv_lib_motif2="yes"
32515 else
32516 echo "$as_me: failed program was:" >&5
32517 sed 's/^/| /' conftest.$ac_ext >&5
32518
32519 wx_cv_lib_motif2="no"
32520 fi
32521
32522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32523 fi
32524 { echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
32525 echo "${ECHO_T}$wx_cv_lib_motif2" >&6; }
32526 if test "$wx_cv_lib_motif2" = "yes"; then
32527 cat >>confdefs.h <<\_ACEOF
32528 #define __WXMOTIF20__ 1
32529 _ACEOF
32530
32531 else
32532 cat >>confdefs.h <<\_ACEOF
32533 #define __WXMOTIF20__ 0
32534 _ACEOF
32535
32536 fi
32537
32538 { echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
32539 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6; }
32540 if test "${wx_cv_lib_lesstif+set}" = set; then
32541 echo $ECHO_N "(cached) $ECHO_C" >&6
32542 else
32543 cat >conftest.$ac_ext <<_ACEOF
32544 /* confdefs.h. */
32545 _ACEOF
32546 cat confdefs.h >>conftest.$ac_ext
32547 cat >>conftest.$ac_ext <<_ACEOF
32548 /* end confdefs.h. */
32549
32550 #include <Xm/Xm.h>
32551
32552 int
32553 main ()
32554 {
32555
32556 #if !defined(LesstifVersion) || LesstifVersion <= 0
32557 Not Lesstif
32558 #endif
32559
32560 ;
32561 return 0;
32562 }
32563 _ACEOF
32564 rm -f conftest.$ac_objext
32565 if { (ac_try="$ac_compile"
32566 case "(($ac_try" in
32567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32568 *) ac_try_echo=$ac_try;;
32569 esac
32570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32571 (eval "$ac_compile") 2>conftest.er1
32572 ac_status=$?
32573 grep -v '^ *+' conftest.er1 >conftest.err
32574 rm -f conftest.er1
32575 cat conftest.err >&5
32576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32577 (exit $ac_status); } && {
32578 test -z "$ac_c_werror_flag" ||
32579 test ! -s conftest.err
32580 } && test -s conftest.$ac_objext; then
32581 wx_cv_lib_lesstif="yes"
32582 else
32583 echo "$as_me: failed program was:" >&5
32584 sed 's/^/| /' conftest.$ac_ext >&5
32585
32586 wx_cv_lib_lesstif="no"
32587 fi
32588
32589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32590
32591 fi
32592 { echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
32593 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6; }
32594 if test "$wx_cv_lib_lesstif" = "yes"; then
32595 cat >>confdefs.h <<\_ACEOF
32596 #define __WXLESSTIF__ 1
32597 _ACEOF
32598
32599 else
32600 cat >>confdefs.h <<\_ACEOF
32601 #define __WXLESSTIF__ 0
32602 _ACEOF
32603
32604 fi
32605
32606 CFLAGS=$save_CFLAGS
32607
32608 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
32609 TOOLKIT=MOTIF
32610 GUIDIST=MOTIF_DIST
32611 fi
32612
32613 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
32614 if test "$wxUSE_LIBXPM" = "sys"; then
32615 { echo "$as_me:$LINENO: checking for Xpm library" >&5
32616 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6; }
32617
32618 ac_find_libraries=
32619 for ac_dir in $SEARCH_LIB;
32620 do
32621 for ac_extension in a so sl dylib dll.a; do
32622 if test -f "$ac_dir/libXpm.$ac_extension"; then
32623 ac_find_libraries=$ac_dir
32624 break 2
32625 fi
32626 done
32627 done
32628
32629 if test "$ac_find_libraries" != "" ; then
32630
32631 if test "$ac_find_libraries" = "default location"; then
32632 ac_path_to_link=""
32633 else
32634 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
32635 result=$?
32636 if test $result = 0; then
32637 ac_path_to_link=""
32638 else
32639 ac_path_to_link=" -L$ac_find_libraries"
32640 fi
32641 fi
32642
32643 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
32644 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
32645 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
32646
32647 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
32648 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
32649 if test "${wx_cv_x11_xpm_h+set}" = set; then
32650 echo $ECHO_N "(cached) $ECHO_C" >&6
32651 else
32652
32653 save_CFLAGS=$CFLAGS
32654 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32655
32656 cat >conftest.$ac_ext <<_ACEOF
32657 /* confdefs.h. */
32658 _ACEOF
32659 cat confdefs.h >>conftest.$ac_ext
32660 cat >>conftest.$ac_ext <<_ACEOF
32661 /* end confdefs.h. */
32662
32663 #include <X11/xpm.h>
32664
32665 int
32666 main ()
32667 {
32668
32669 int version;
32670 version = XpmLibraryVersion();
32671
32672 ;
32673 return 0;
32674 }
32675 _ACEOF
32676 rm -f conftest.$ac_objext
32677 if { (ac_try="$ac_compile"
32678 case "(($ac_try" in
32679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32680 *) ac_try_echo=$ac_try;;
32681 esac
32682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32683 (eval "$ac_compile") 2>conftest.er1
32684 ac_status=$?
32685 grep -v '^ *+' conftest.er1 >conftest.err
32686 rm -f conftest.er1
32687 cat conftest.err >&5
32688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32689 (exit $ac_status); } && {
32690 test -z "$ac_c_werror_flag" ||
32691 test ! -s conftest.err
32692 } && test -s conftest.$ac_objext; then
32693 wx_cv_x11_xpm_h=yes
32694 else
32695 echo "$as_me: failed program was:" >&5
32696 sed 's/^/| /' conftest.$ac_ext >&5
32697
32698 wx_cv_x11_xpm_h=no
32699
32700 fi
32701
32702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32703
32704 CFLAGS=$save_CFLAGS
32705
32706
32707 fi
32708 { echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
32709 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6; }
32710
32711 if test $wx_cv_x11_xpm_h = "yes"; then
32712 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
32713 cat >>confdefs.h <<\_ACEOF
32714 #define wxHAVE_LIB_XPM 1
32715 _ACEOF
32716
32717 else
32718 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
32719 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
32720 fi
32721 fi
32722
32723 fi
32724
32725 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
32726 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
32727 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
32728 echo $ECHO_N "(cached) $ECHO_C" >&6
32729 else
32730 ac_check_lib_save_LIBS=$LIBS
32731 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
32732 cat >conftest.$ac_ext <<_ACEOF
32733 /* confdefs.h. */
32734 _ACEOF
32735 cat confdefs.h >>conftest.$ac_ext
32736 cat >>conftest.$ac_ext <<_ACEOF
32737 /* end confdefs.h. */
32738
32739 /* Override any GCC internal prototype to avoid an error.
32740 Use char because int might match the return type of a GCC
32741 builtin and then its argument prototype would still apply. */
32742 #ifdef __cplusplus
32743 extern "C"
32744 #endif
32745 char XShapeQueryExtension ();
32746 int
32747 main ()
32748 {
32749 return XShapeQueryExtension ();
32750 ;
32751 return 0;
32752 }
32753 _ACEOF
32754 rm -f conftest.$ac_objext conftest$ac_exeext
32755 if { (ac_try="$ac_link"
32756 case "(($ac_try" in
32757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32758 *) ac_try_echo=$ac_try;;
32759 esac
32760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32761 (eval "$ac_link") 2>conftest.er1
32762 ac_status=$?
32763 grep -v '^ *+' conftest.er1 >conftest.err
32764 rm -f conftest.er1
32765 cat conftest.err >&5
32766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32767 (exit $ac_status); } && {
32768 test -z "$ac_c_werror_flag" ||
32769 test ! -s conftest.err
32770 } && test -s conftest$ac_exeext &&
32771 $as_test_x conftest$ac_exeext; then
32772 ac_cv_lib_Xext_XShapeQueryExtension=yes
32773 else
32774 echo "$as_me: failed program was:" >&5
32775 sed 's/^/| /' conftest.$ac_ext >&5
32776
32777 ac_cv_lib_Xext_XShapeQueryExtension=no
32778 fi
32779
32780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32781 conftest$ac_exeext conftest.$ac_ext
32782 LIBS=$ac_check_lib_save_LIBS
32783 fi
32784 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
32785 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
32786 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
32787
32788 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
32789 wxHAVE_XEXT_LIB=1
32790
32791 fi
32792
32793
32794 if test "$wxHAVE_XEXT_LIB" = 1; then
32795 save_CFLAGS="$CFLAGS"
32796 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32797
32798 { echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
32799 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6; }
32800 cat >conftest.$ac_ext <<_ACEOF
32801 /* confdefs.h. */
32802 _ACEOF
32803 cat confdefs.h >>conftest.$ac_ext
32804 cat >>conftest.$ac_ext <<_ACEOF
32805 /* end confdefs.h. */
32806
32807 #include <X11/Xlib.h>
32808 #include <X11/extensions/shape.h>
32809
32810 int
32811 main ()
32812 {
32813
32814 int dummy1, dummy2;
32815 XShapeQueryExtension((Display*)NULL,
32816 (int*)NULL, (int*)NULL);
32817
32818 ;
32819 return 0;
32820 }
32821 _ACEOF
32822 rm -f conftest.$ac_objext
32823 if { (ac_try="$ac_compile"
32824 case "(($ac_try" in
32825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32826 *) ac_try_echo=$ac_try;;
32827 esac
32828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32829 (eval "$ac_compile") 2>conftest.er1
32830 ac_status=$?
32831 grep -v '^ *+' conftest.er1 >conftest.err
32832 rm -f conftest.er1
32833 cat conftest.err >&5
32834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32835 (exit $ac_status); } && {
32836 test -z "$ac_c_werror_flag" ||
32837 test ! -s conftest.err
32838 } && test -s conftest.$ac_objext; then
32839
32840 cat >>confdefs.h <<\_ACEOF
32841 #define HAVE_XSHAPE 1
32842 _ACEOF
32843
32844 { echo "$as_me:$LINENO: result: found" >&5
32845 echo "${ECHO_T}found" >&6; }
32846
32847 else
32848 echo "$as_me: failed program was:" >&5
32849 sed 's/^/| /' conftest.$ac_ext >&5
32850
32851
32852 { echo "$as_me:$LINENO: result: not found" >&5
32853 echo "${ECHO_T}not found" >&6; }
32854
32855 fi
32856
32857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32858 CFLAGS="$save_CFLAGS"
32859
32860 fi
32861 fi
32862
32863 if test "$wxUSE_OSX_CARBON" = 1; then
32864 { echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
32865 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6; }
32866 if test "$GCC" = yes; then
32867 { echo "$as_me:$LINENO: result: gcc" >&5
32868 echo "${ECHO_T}gcc" >&6; }
32869 CPPFLAGS_PASCAL="-fpascal-strings"
32870 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
32871 { echo "$as_me:$LINENO: result: xlc" >&5
32872 echo "${ECHO_T}xlc" >&6; }
32873 CPPFLAGS_PASCAL="-qmacpstr"
32874 else
32875 { echo "$as_me:$LINENO: result: none" >&5
32876 echo "${ECHO_T}none" >&6; }
32877 fi
32878
32879 if test "x$wxUSE_UNIX" = "xyes"; then
32880 CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon $CPPFLAGS"
32881 else
32882 CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON $CPPFLAGS"
32883 fi
32884
32885 TOOLKIT=OSX_CARBON
32886 GUIDIST=OSX_CARBON_DIST
32887 WXBASEPORT="_carbon"
32888
32889 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
32890 fi
32891
32892 if test "$wxUSE_OSX_COCOA" = 1; then
32893 TOOLKIT=OSX_COCOA
32894 GUIDIST=OSX_COCOA_DIST
32895
32896 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
32897 fi
32898
32899 if test "$wxUSE_COCOA" = 1; then
32900 TOOLKIT=COCOA
32901 GUIDIST=COCOA_DIST
32902 fi
32903
32904 if test "$wxUSE_PM" = 1; then
32905 TOOLKIT=PM
32906 GUIDIST=PM_DIST
32907 { echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
32908 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6; }
32909 if test "${wx_cv_spbcdata+set}" = set; then
32910 echo $ECHO_N "(cached) $ECHO_C" >&6
32911 else
32912
32913 cat >conftest.$ac_ext <<_ACEOF
32914 /* confdefs.h. */
32915 _ACEOF
32916 cat confdefs.h >>conftest.$ac_ext
32917 cat >>conftest.$ac_ext <<_ACEOF
32918 /* end confdefs.h. */
32919
32920 #define INCL_PM
32921 #include <os2.h>
32922
32923 int
32924 main ()
32925 {
32926
32927 SPBCDATA test;
32928
32929 ;
32930 return 0;
32931 }
32932 _ACEOF
32933 rm -f conftest.$ac_objext
32934 if { (ac_try="$ac_compile"
32935 case "(($ac_try" in
32936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32937 *) ac_try_echo=$ac_try;;
32938 esac
32939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32940 (eval "$ac_compile") 2>conftest.er1
32941 ac_status=$?
32942 grep -v '^ *+' conftest.er1 >conftest.err
32943 rm -f conftest.er1
32944 cat conftest.err >&5
32945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32946 (exit $ac_status); } && {
32947 test -z "$ac_c_werror_flag" ||
32948 test ! -s conftest.err
32949 } && test -s conftest.$ac_objext; then
32950 wx_cv_spbcdata=yes
32951 else
32952 echo "$as_me: failed program was:" >&5
32953 sed 's/^/| /' conftest.$ac_ext >&5
32954
32955 wx_cv_spbcdata=no
32956
32957 fi
32958
32959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32960
32961
32962 fi
32963 { echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
32964 echo "${ECHO_T}$wx_cv_spbcdata" >&6; }
32965
32966 if test $wx_cv_spbcdata = "yes"; then
32967 cat >>confdefs.h <<\_ACEOF
32968 #define HAVE_SPBCDATA 1
32969 _ACEOF
32970
32971 fi
32972 fi
32973
32974 if test "$TOOLKIT" = "PM" ; then
32975 TOOLKIT_DIR="os2"
32976 else
32977 TOOLKIT_DIR=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
32978 fi
32979
32980 if test "$wxUSE_UNIVERSAL" = "yes"; then
32981 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
32982 WIDGET_SET=univ
32983 fi
32984
32985 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
32986 DISTDIR="wx\$(TOOLKIT)"
32987 else
32988 USE_GUI=0
32989
32990 TOOLKIT_DIR="base"
32991
32992 if test "$USE_WIN32" = 1 ; then
32993 TOOLKIT="MSW"
32994 fi
32995
32996 GUIDIST="BASE_DIST"
32997 DISTDIR="wxBase"
32998 fi
32999
33000
33001
33002 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
33003 if test "$USE_UNIX" = 1 -a "$wxUSE_DARWIN" != 1 ; then
33004 wxUSE_UNICODE_UTF8=yes
33005 elif test "$USE_OS2" = 1 ; then
33006 wxUSE_UNICODE_UTF8=yes
33007 else
33008 wxUSE_UNICODE_UTF8=no
33009 fi
33010 fi
33011
33012
33013 if test "$wxUSE_GUI" = "yes"; then
33014 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
33015
33016 for ac_header in X11/Xlib.h
33017 do
33018 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33019 { echo "$as_me:$LINENO: checking for $ac_header" >&5
33020 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
33021 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33022 echo $ECHO_N "(cached) $ECHO_C" >&6
33023 else
33024 cat >conftest.$ac_ext <<_ACEOF
33025 /* confdefs.h. */
33026 _ACEOF
33027 cat confdefs.h >>conftest.$ac_ext
33028 cat >>conftest.$ac_ext <<_ACEOF
33029 /* end confdefs.h. */
33030
33031
33032 #include <$ac_header>
33033 _ACEOF
33034 rm -f conftest.$ac_objext
33035 if { (ac_try="$ac_compile"
33036 case "(($ac_try" in
33037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33038 *) ac_try_echo=$ac_try;;
33039 esac
33040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33041 (eval "$ac_compile") 2>conftest.er1
33042 ac_status=$?
33043 grep -v '^ *+' conftest.er1 >conftest.err
33044 rm -f conftest.er1
33045 cat conftest.err >&5
33046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33047 (exit $ac_status); } && {
33048 test -z "$ac_c_werror_flag" ||
33049 test ! -s conftest.err
33050 } && test -s conftest.$ac_objext; then
33051 eval "$as_ac_Header=yes"
33052 else
33053 echo "$as_me: failed program was:" >&5
33054 sed 's/^/| /' conftest.$ac_ext >&5
33055
33056 eval "$as_ac_Header=no"
33057 fi
33058
33059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33060 fi
33061 ac_res=`eval echo '${'$as_ac_Header'}'`
33062 { echo "$as_me:$LINENO: result: $ac_res" >&5
33063 echo "${ECHO_T}$ac_res" >&6; }
33064 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33065 cat >>confdefs.h <<_ACEOF
33066 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33067 _ACEOF
33068
33069 fi
33070
33071 done
33072
33073
33074 for ac_header in X11/XKBlib.h
33075 do
33076 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33077 { echo "$as_me:$LINENO: checking for $ac_header" >&5
33078 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
33079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33080 echo $ECHO_N "(cached) $ECHO_C" >&6
33081 else
33082 cat >conftest.$ac_ext <<_ACEOF
33083 /* confdefs.h. */
33084 _ACEOF
33085 cat confdefs.h >>conftest.$ac_ext
33086 cat >>conftest.$ac_ext <<_ACEOF
33087 /* end confdefs.h. */
33088
33089 #if HAVE_X11_XLIB_H
33090 #include <X11/Xlib.h>
33091 #endif
33092
33093
33094 #include <$ac_header>
33095 _ACEOF
33096 rm -f conftest.$ac_objext
33097 if { (ac_try="$ac_compile"
33098 case "(($ac_try" in
33099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33100 *) ac_try_echo=$ac_try;;
33101 esac
33102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33103 (eval "$ac_compile") 2>conftest.er1
33104 ac_status=$?
33105 grep -v '^ *+' conftest.er1 >conftest.err
33106 rm -f conftest.er1
33107 cat conftest.err >&5
33108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33109 (exit $ac_status); } && {
33110 test -z "$ac_c_werror_flag" ||
33111 test ! -s conftest.err
33112 } && test -s conftest.$ac_objext; then
33113 eval "$as_ac_Header=yes"
33114 else
33115 echo "$as_me: failed program was:" >&5
33116 sed 's/^/| /' conftest.$ac_ext >&5
33117
33118 eval "$as_ac_Header=no"
33119 fi
33120
33121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33122 fi
33123 ac_res=`eval echo '${'$as_ac_Header'}'`
33124 { echo "$as_me:$LINENO: result: $ac_res" >&5
33125 echo "${ECHO_T}$ac_res" >&6; }
33126 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33127 cat >>confdefs.h <<_ACEOF
33128 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33129 _ACEOF
33130
33131 fi
33132
33133 done
33134
33135 fi
33136 fi
33137
33138
33139
33140 if test "$wxUSE_DISPLAY" = "yes"; then
33141 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
33142 { echo "$as_me:$LINENO: checking for Xinerama" >&5
33143 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6; }
33144
33145 ac_find_libraries=
33146 for ac_dir in $SEARCH_LIB;
33147 do
33148 for ac_extension in a so sl dylib dll.a; do
33149 if test -f "$ac_dir/libXinerama.$ac_extension"; then
33150 ac_find_libraries=$ac_dir
33151 break 2
33152 fi
33153 done
33154 done
33155
33156 if test "$ac_find_libraries" != "" ; then
33157
33158 if test "$ac_find_libraries" = "default location"; then
33159 ac_path_to_link=""
33160 else
33161 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33162 result=$?
33163 if test $result = 0; then
33164 ac_path_to_link=""
33165 else
33166 ac_path_to_link=" -L$ac_find_libraries"
33167 fi
33168 fi
33169
33170 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33171 LDFLAGS="$LDFLAGS $ac_path_to_link"
33172 fi
33173 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
33174 { echo "$as_me:$LINENO: result: yes" >&5
33175 echo "${ECHO_T}yes" >&6; }
33176
33177 { echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
33178 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6; }
33179
33180 ac_find_libraries=
33181 for ac_dir in $SEARCH_LIB;
33182 do
33183 for ac_extension in a so sl dylib dll.a; do
33184 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
33185 ac_find_libraries=$ac_dir
33186 break 2
33187 fi
33188 done
33189 done
33190
33191 if test "$ac_find_libraries" != "" ; then
33192 { echo "$as_me:$LINENO: result: yes" >&5
33193 echo "${ECHO_T}yes" >&6; }
33194
33195 for ac_header in X11/extensions/xf86vmode.h
33196 do
33197 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33198 { echo "$as_me:$LINENO: checking for $ac_header" >&5
33199 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
33200 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33201 echo $ECHO_N "(cached) $ECHO_C" >&6
33202 else
33203 cat >conftest.$ac_ext <<_ACEOF
33204 /* confdefs.h. */
33205 _ACEOF
33206 cat confdefs.h >>conftest.$ac_ext
33207 cat >>conftest.$ac_ext <<_ACEOF
33208 /* end confdefs.h. */
33209
33210 #if HAVE_X11_XLIB_H
33211 #include <X11/Xlib.h>
33212 #endif
33213
33214
33215 #include <$ac_header>
33216 _ACEOF
33217 rm -f conftest.$ac_objext
33218 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
33234 eval "$as_ac_Header=yes"
33235 else
33236 echo "$as_me: failed program was:" >&5
33237 sed 's/^/| /' conftest.$ac_ext >&5
33238
33239 eval "$as_ac_Header=no"
33240 fi
33241
33242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33243 fi
33244 ac_res=`eval echo '${'$as_ac_Header'}'`
33245 { echo "$as_me:$LINENO: result: $ac_res" >&5
33246 echo "${ECHO_T}$ac_res" >&6; }
33247 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33248 cat >>confdefs.h <<_ACEOF
33249 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33250 _ACEOF
33251
33252 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
33253
33254 fi
33255
33256 done
33257
33258 else
33259 { echo "$as_me:$LINENO: result: no" >&5
33260 echo "${ECHO_T}no" >&6; }
33261 fi
33262
33263 else
33264 { echo "$as_me:$LINENO: result: no" >&5
33265 echo "${ECHO_T}no" >&6; }
33266 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
33267 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
33268 wxUSE_DISPLAY="no"
33269 fi
33270 elif test "$wxUSE_MSW" = 1; then
33271 { echo "$as_me:$LINENO: checking for ddraw.h" >&5
33272 echo $ECHO_N "checking for ddraw.h... $ECHO_C" >&6; }
33273 if test "${ac_cv_header_ddraw_h+set}" = set; then
33274 echo $ECHO_N "(cached) $ECHO_C" >&6
33275 else
33276 cat >conftest.$ac_ext <<_ACEOF
33277 /* confdefs.h. */
33278 _ACEOF
33279 cat confdefs.h >>conftest.$ac_ext
33280 cat >>conftest.$ac_ext <<_ACEOF
33281 /* end confdefs.h. */
33282 #include <windows.h>
33283
33284 #include <ddraw.h>
33285 _ACEOF
33286 rm -f conftest.$ac_objext
33287 if { (ac_try="$ac_compile"
33288 case "(($ac_try" in
33289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33290 *) ac_try_echo=$ac_try;;
33291 esac
33292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33293 (eval "$ac_compile") 2>conftest.er1
33294 ac_status=$?
33295 grep -v '^ *+' conftest.er1 >conftest.err
33296 rm -f conftest.er1
33297 cat conftest.err >&5
33298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33299 (exit $ac_status); } && {
33300 test -z "$ac_c_werror_flag" ||
33301 test ! -s conftest.err
33302 } && test -s conftest.$ac_objext; then
33303 ac_cv_header_ddraw_h=yes
33304 else
33305 echo "$as_me: failed program was:" >&5
33306 sed 's/^/| /' conftest.$ac_ext >&5
33307
33308 ac_cv_header_ddraw_h=no
33309 fi
33310
33311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33312 fi
33313 { echo "$as_me:$LINENO: result: $ac_cv_header_ddraw_h" >&5
33314 echo "${ECHO_T}$ac_cv_header_ddraw_h" >&6; }
33315
33316
33317 fi
33318 fi
33319
33320 if test "$wxUSE_DETECT_SM" = "yes"; then
33321 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
33322 { echo "$as_me:$LINENO: checking for -lSM - X11 session management" >&5
33323 echo $ECHO_N "checking for -lSM - X11 session management... $ECHO_C" >&6; }
33324
33325 ac_find_libraries=
33326 for ac_dir in $SEARCH_LIB;
33327 do
33328 for ac_extension in a so sl dylib dll.a; do
33329 if test -f "$ac_dir/libSM.$ac_extension"; then
33330 ac_find_libraries=$ac_dir
33331 break 2
33332 fi
33333 done
33334 done
33335
33336 if test "$ac_find_libraries" != "" ; then
33337
33338 if test "$ac_find_libraries" = "default location"; then
33339 ac_path_to_link=""
33340 else
33341 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33342 result=$?
33343 if test $result = 0; then
33344 ac_path_to_link=""
33345 else
33346 ac_path_to_link=" -L$ac_find_libraries"
33347 fi
33348 fi
33349
33350 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33351 LDFLAGS="$LDFLAGS $ac_path_to_link"
33352 fi
33353 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lSM"
33354 { echo "$as_me:$LINENO: result: yes" >&5
33355 echo "${ECHO_T}yes" >&6; }
33356 else
33357 { echo "$as_me:$LINENO: result: no" >&5
33358 echo "${ECHO_T}no" >&6; }
33359 { echo "$as_me:$LINENO: WARNING: libSM not found; disabling session management detection" >&5
33360 echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
33361 wxUSE_DETECT_SM="no"
33362 fi
33363 else
33364 wxUSE_DETECT_SM="no"
33365 fi
33366 fi
33367
33368
33369
33370 USE_OPENGL=0
33371 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
33372
33373
33374 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_COCOA" = 1; then
33375 OPENGL_LIBS="-framework OpenGL -framework AGL"
33376 elif test "$wxUSE_MSW" = 1; then
33377 OPENGL_LIBS="-lopengl32 -lglu32"
33378 elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK2" = 1 -o "$wxUSE_GTK" = 1; then
33379
33380 { echo "$as_me:$LINENO: checking for OpenGL headers" >&5
33381 echo $ECHO_N "checking for OpenGL headers... $ECHO_C" >&6; }
33382
33383 ac_find_includes=
33384 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include;
33385 do
33386 if test -f "$ac_dir/GL/gl.h"; then
33387 ac_find_includes=$ac_dir
33388 break
33389 fi
33390 done
33391
33392 if test "$ac_find_includes" != "" ; then
33393 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
33394 echo "${ECHO_T}found in $ac_find_includes" >&6; }
33395
33396 if test "x$ac_find_includes" = "x/usr/include"; then
33397 ac_path_to_include=""
33398 else
33399 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
33400 result=$?
33401 if test $result = 0; then
33402 ac_path_to_include=""
33403 else
33404 ac_path_to_include=" -I$ac_find_includes"
33405 fi
33406 fi
33407
33408 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
33409 else
33410 { echo "$as_me:$LINENO: result: not found" >&5
33411 echo "${ECHO_T}not found" >&6; }
33412 fi
33413
33414 { echo "$as_me:$LINENO: checking for GL/gl.h" >&5
33415 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6; }
33416 if test "${ac_cv_header_GL_gl_h+set}" = set; then
33417 echo $ECHO_N "(cached) $ECHO_C" >&6
33418 else
33419 cat >conftest.$ac_ext <<_ACEOF
33420 /* confdefs.h. */
33421 _ACEOF
33422 cat confdefs.h >>conftest.$ac_ext
33423 cat >>conftest.$ac_ext <<_ACEOF
33424 /* end confdefs.h. */
33425
33426
33427 #include <GL/gl.h>
33428 _ACEOF
33429 rm -f conftest.$ac_objext
33430 if { (ac_try="$ac_compile"
33431 case "(($ac_try" in
33432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33433 *) ac_try_echo=$ac_try;;
33434 esac
33435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33436 (eval "$ac_compile") 2>conftest.er1
33437 ac_status=$?
33438 grep -v '^ *+' conftest.er1 >conftest.err
33439 rm -f conftest.er1
33440 cat conftest.err >&5
33441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33442 (exit $ac_status); } && {
33443 test -z "$ac_c_werror_flag" ||
33444 test ! -s conftest.err
33445 } && test -s conftest.$ac_objext; then
33446 ac_cv_header_GL_gl_h=yes
33447 else
33448 echo "$as_me: failed program was:" >&5
33449 sed 's/^/| /' conftest.$ac_ext >&5
33450
33451 ac_cv_header_GL_gl_h=no
33452 fi
33453
33454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33455 fi
33456 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
33457 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6; }
33458 if test $ac_cv_header_GL_gl_h = yes; then
33459
33460 { echo "$as_me:$LINENO: checking for GL/glu.h" >&5
33461 echo $ECHO_N "checking for GL/glu.h... $ECHO_C" >&6; }
33462 if test "${ac_cv_header_GL_glu_h+set}" = set; then
33463 echo $ECHO_N "(cached) $ECHO_C" >&6
33464 else
33465 cat >conftest.$ac_ext <<_ACEOF
33466 /* confdefs.h. */
33467 _ACEOF
33468 cat confdefs.h >>conftest.$ac_ext
33469 cat >>conftest.$ac_ext <<_ACEOF
33470 /* end confdefs.h. */
33471
33472
33473 #include <GL/glu.h>
33474 _ACEOF
33475 rm -f conftest.$ac_objext
33476 if { (ac_try="$ac_compile"
33477 case "(($ac_try" in
33478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33479 *) ac_try_echo=$ac_try;;
33480 esac
33481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33482 (eval "$ac_compile") 2>conftest.er1
33483 ac_status=$?
33484 grep -v '^ *+' conftest.er1 >conftest.err
33485 rm -f conftest.er1
33486 cat conftest.err >&5
33487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33488 (exit $ac_status); } && {
33489 test -z "$ac_c_werror_flag" ||
33490 test ! -s conftest.err
33491 } && test -s conftest.$ac_objext; then
33492 ac_cv_header_GL_glu_h=yes
33493 else
33494 echo "$as_me: failed program was:" >&5
33495 sed 's/^/| /' conftest.$ac_ext >&5
33496
33497 ac_cv_header_GL_glu_h=no
33498 fi
33499
33500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33501 fi
33502 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_glu_h" >&5
33503 echo "${ECHO_T}$ac_cv_header_GL_glu_h" >&6; }
33504 if test $ac_cv_header_GL_glu_h = yes; then
33505
33506 found_gl=0
33507
33508 { echo "$as_me:$LINENO: checking for -lGL" >&5
33509 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
33510
33511 ac_find_libraries=
33512 for ac_dir in $SEARCH_LIB /opt/graphics/OpenGL/lib;
33513 do
33514 for ac_extension in a so sl dylib dll.a; do
33515 if test -f "$ac_dir/libGL.$ac_extension"; then
33516 ac_find_libraries=$ac_dir
33517 break 2
33518 fi
33519 done
33520 done
33521
33522 if test "$ac_find_libraries" != "" ; then
33523 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
33524 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
33525
33526
33527 if test "$ac_find_libraries" = "default location"; then
33528 ac_path_to_link=""
33529 else
33530 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33531 result=$?
33532 if test $result = 0; then
33533 ac_path_to_link=""
33534 else
33535 ac_path_to_link=" -L$ac_find_libraries"
33536 fi
33537 fi
33538
33539 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33540 LDFLAGS_GL="$ac_path_to_link"
33541 fi
33542
33543 { echo "$as_me:$LINENO: checking for -lGLU" >&5
33544 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
33545
33546 ac_find_libraries=
33547 for ac_dir in $SEARCH_LIB;
33548 do
33549 for ac_extension in a so sl dylib dll.a; do
33550 if test -f "$ac_dir/libGLU.$ac_extension"; then
33551 ac_find_libraries=$ac_dir
33552 break 2
33553 fi
33554 done
33555 done
33556
33557 if test "$ac_find_libraries" != "" ; then
33558
33559 if test "$ac_find_libraries" = "default location"; then
33560 ac_path_to_link=""
33561 else
33562 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33563 result=$?
33564 if test $result = 0; then
33565 ac_path_to_link=""
33566 else
33567 ac_path_to_link=" -L$ac_find_libraries"
33568 fi
33569 fi
33570
33571 if test "$ac_path_to_link" != " -L/usr/lib" -a \
33572 "$ac_path_to_link" != "$LDFLAGS_GL"; then
33573 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
33574 fi
33575
33576 found_gl=1
33577 OPENGL_LIBS="-lGL -lGLU"
33578 { echo "$as_me:$LINENO: result: yes" >&5
33579 echo "${ECHO_T}yes" >&6; }
33580 else
33581 { echo "$as_me:$LINENO: result: no" >&5
33582 echo "${ECHO_T}no" >&6; }
33583 fi
33584 else
33585 { echo "$as_me:$LINENO: result: no" >&5
33586 echo "${ECHO_T}no" >&6; }
33587 fi
33588
33589 if test "$found_gl" != 1; then
33590 { echo "$as_me:$LINENO: checking for -lMesaGL" >&5
33591 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6; }
33592
33593 ac_find_libraries=
33594 for ac_dir in $SEARCH_LIB;
33595 do
33596 for ac_extension in a so sl dylib dll.a; do
33597 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
33598 ac_find_libraries=$ac_dir
33599 break 2
33600 fi
33601 done
33602 done
33603
33604 if test "$ac_find_libraries" != "" ; then
33605
33606 if test "$ac_find_libraries" = "default location"; then
33607 ac_path_to_link=""
33608 else
33609 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33610 result=$?
33611 if test $result = 0; then
33612 ac_path_to_link=""
33613 else
33614 ac_path_to_link=" -L$ac_find_libraries"
33615 fi
33616 fi
33617
33618 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
33619 OPENGL_LIBS="-lMesaGL -lMesaGLU"
33620 { echo "$as_me:$LINENO: result: yes" >&5
33621 echo "${ECHO_T}yes" >&6; }
33622 else
33623 { echo "$as_me:$LINENO: result: no" >&5
33624 echo "${ECHO_T}no" >&6; }
33625 fi
33626 fi
33627
33628 fi
33629
33630
33631
33632 fi
33633
33634
33635
33636 if test "x$OPENGL_LIBS" = "x"; then
33637 if test "$wxUSE_OPENGL" = "yes"; then
33638 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
33639 echo "$as_me: error: OpenGL libraries not available" >&2;}
33640 { (exit 1); exit 1; }; }
33641 else
33642 { echo "$as_me:$LINENO: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
33643 echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
33644 wxUSE_OPENGL=no
33645 USE_OPENGL=0
33646 fi
33647 fi
33648 else
33649 { echo "$as_me:$LINENO: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
33650 echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
33651 wxUSE_OPENGL="no"
33652 fi
33653
33654 if test "$wxUSE_OPENGL" = "auto"; then
33655 wxUSE_OPENGL=yes
33656 fi
33657
33658 if test "$wxUSE_OPENGL" = "yes"; then
33659 USE_OPENGL=1
33660 cat >>confdefs.h <<\_ACEOF
33661 #define wxUSE_OPENGL 1
33662 _ACEOF
33663
33664 cat >>confdefs.h <<\_ACEOF
33665 #define wxUSE_GLCANVAS 1
33666 _ACEOF
33667
33668 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
33669 fi
33670 fi
33671
33672
33673 if test -n "$TOOLKIT" ; then
33674 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
33675 fi
33676
33677
33678
33679 if test "$wxUSE_SHARED" = "yes"; then
33680 case "${host}" in
33681 *-pc-msdosdjgpp )
33682 wxUSE_SHARED=no
33683 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
33684 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
33685 ;;
33686 esac
33687 fi
33688
33689 if test "$wxUSE_SHARED" = "yes"; then
33690
33691
33692 case "${host}" in
33693 *-*-cygwin* | *-*-mingw* )
33694 wx_cv_version_script=no
33695 ;;
33696
33697 *)
33698 { echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
33699 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6; }
33700 if test "${wx_cv_version_script+set}" = set; then
33701 echo $ECHO_N "(cached) $ECHO_C" >&6
33702 else
33703
33704 echo "VER_1 { *; };" >conftest.sym
33705 echo "int main() { return 0; }" >conftest.cpp
33706
33707 if { ac_try='
33708 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33709 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
33710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33711 (eval $ac_try) 2>&5
33712 ac_status=$?
33713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33714 (exit $ac_status); }; } ; then
33715 if test -s conftest.stderr ; then
33716 wx_cv_version_script=no
33717 else
33718 wx_cv_version_script=yes
33719 fi
33720 else
33721 wx_cv_version_script=no
33722 fi
33723
33724 if test $wx_cv_version_script = yes
33725 then
33726 echo "struct B { virtual ~B() { } }; \
33727 struct D : public B { }; \
33728 void F() { D d; }" > conftest.cpp
33729
33730 if { ac_try='
33731 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33732 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
33733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33734 (eval $ac_try) 2>&5
33735 ac_status=$?
33736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33737 (exit $ac_status); }; } &&
33738 { ac_try='
33739 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33740 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
33741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33742 (eval $ac_try) 2>&5
33743 ac_status=$?
33744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33745 (exit $ac_status); }; }
33746 then
33747 if { ac_try='
33748 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33749 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
33750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33751 (eval $ac_try) 2>&5
33752 ac_status=$?
33753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33754 (exit $ac_status); }; }
33755 then
33756 wx_cv_version_script=yes
33757 else
33758 wx_cv_version_script=no
33759 fi
33760 fi
33761 fi
33762
33763 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
33764 rm -f conftest1.output conftest2.output conftest3.output
33765
33766 fi
33767 { echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
33768 echo "${ECHO_T}$wx_cv_version_script" >&6; }
33769
33770 if test $wx_cv_version_script = yes ; then
33771 LDFLAGS_VERSIONING="-Wl,--version-script,\$(wx_top_builddir)/version-script"
33772 fi
33773 ;;
33774 esac
33775
33776
33777 if test "$wxUSE_VISIBILITY" != "no"; then
33778
33779
33780 if test -n "$GCC"; then
33781 CFLAGS_VISIBILITY="-fvisibility=hidden"
33782 CXXFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden"
33783 { echo "$as_me:$LINENO: checking for symbols visibility support" >&5
33784 echo $ECHO_N "checking for symbols visibility support... $ECHO_C" >&6; }
33785 if test "${wx_cv_cc_visibility+set}" = set; then
33786 echo $ECHO_N "(cached) $ECHO_C" >&6
33787 else
33788
33789 wx_save_CXXFLAGS="$CXXFLAGS"
33790 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
33791 ac_ext=cpp
33792 ac_cpp='$CXXCPP $CPPFLAGS'
33793 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33794 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33795 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33796
33797 cat >conftest.$ac_ext <<_ACEOF
33798 /* confdefs.h. */
33799 _ACEOF
33800 cat confdefs.h >>conftest.$ac_ext
33801 cat >>conftest.$ac_ext <<_ACEOF
33802 /* end confdefs.h. */
33803
33804 /* we need gcc >= 4.0, older versions with visibility support
33805 didn't have class visibility: */
33806 #if defined(__GNUC__) && __GNUC__ < 4
33807 error this gcc is too old;
33808 #endif
33809
33810 /* visibility only makes sense for ELF shared libs: */
33811 #if !defined(__ELF__) && !defined(__APPLE__)
33812 error this platform has no visibility;
33813 #endif
33814
33815 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
33816 extern __attribute__((__visibility__("default"))) int exportedvar;
33817 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
33818 extern __attribute__((__visibility__("default"))) int exportedfunc (void);
33819 class __attribute__((__visibility__("default"))) Foo {
33820 Foo() {}
33821 };
33822
33823 int
33824 main ()
33825 {
33826
33827 ;
33828 return 0;
33829 }
33830 _ACEOF
33831 rm -f conftest.$ac_objext
33832 if { (ac_try="$ac_compile"
33833 case "(($ac_try" in
33834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33835 *) ac_try_echo=$ac_try;;
33836 esac
33837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33838 (eval "$ac_compile") 2>conftest.er1
33839 ac_status=$?
33840 grep -v '^ *+' conftest.er1 >conftest.err
33841 rm -f conftest.er1
33842 cat conftest.err >&5
33843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33844 (exit $ac_status); } && {
33845 test -z "$ac_cxx_werror_flag" ||
33846 test ! -s conftest.err
33847 } && test -s conftest.$ac_objext; then
33848 wx_cv_cc_visibility=yes
33849 else
33850 echo "$as_me: failed program was:" >&5
33851 sed 's/^/| /' conftest.$ac_ext >&5
33852
33853 wx_cv_cc_visibility=no
33854 fi
33855
33856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33857 ac_ext=c
33858 ac_cpp='$CPP $CPPFLAGS'
33859 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33860 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33861 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33862
33863 CXXFLAGS="$wx_save_CXXFLAGS"
33864 fi
33865
33866 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility" >&5
33867 echo "${ECHO_T}$wx_cv_cc_visibility" >&6; }
33868 if test $wx_cv_cc_visibility = yes; then
33869 { echo "$as_me:$LINENO: checking for broken libstdc++ visibility" >&5
33870 echo $ECHO_N "checking for broken libstdc++ visibility... $ECHO_C" >&6; }
33871 if test "${wx_cv_cc_broken_libstdcxx_visibility+set}" = set; then
33872 echo $ECHO_N "(cached) $ECHO_C" >&6
33873 else
33874
33875 wx_save_CXXFLAGS="$CXXFLAGS"
33876 wx_save_LDFLAGS="$LDFLAGS"
33877 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
33878 LDFLAGS="$LDFLAGS -shared -fPIC"
33879 ac_ext=cpp
33880 ac_cpp='$CXXCPP $CPPFLAGS'
33881 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33882 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33883 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33884
33885 cat >conftest.$ac_ext <<_ACEOF
33886 /* confdefs.h. */
33887 _ACEOF
33888 cat confdefs.h >>conftest.$ac_ext
33889 cat >>conftest.$ac_ext <<_ACEOF
33890 /* end confdefs.h. */
33891
33892 #include <string>
33893
33894 int
33895 main ()
33896 {
33897
33898 std::string s("hello");
33899 return s.length();
33900
33901 ;
33902 return 0;
33903 }
33904 _ACEOF
33905 rm -f conftest.$ac_objext conftest$ac_exeext
33906 if { (ac_try="$ac_link"
33907 case "(($ac_try" in
33908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33909 *) ac_try_echo=$ac_try;;
33910 esac
33911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33912 (eval "$ac_link") 2>conftest.er1
33913 ac_status=$?
33914 grep -v '^ *+' conftest.er1 >conftest.err
33915 rm -f conftest.er1
33916 cat conftest.err >&5
33917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33918 (exit $ac_status); } && {
33919 test -z "$ac_cxx_werror_flag" ||
33920 test ! -s conftest.err
33921 } && test -s conftest$ac_exeext &&
33922 $as_test_x conftest$ac_exeext; then
33923 wx_cv_cc_broken_libstdcxx_visibility=no
33924 else
33925 echo "$as_me: failed program was:" >&5
33926 sed 's/^/| /' conftest.$ac_ext >&5
33927
33928 wx_cv_cc_broken_libstdcxx_visibility=yes
33929 fi
33930
33931 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33932 conftest$ac_exeext conftest.$ac_ext
33933 ac_ext=c
33934 ac_cpp='$CPP $CPPFLAGS'
33935 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33936 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33937 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33938
33939 CXXFLAGS="$wx_save_CXXFLAGS"
33940 LDFLAGS="$wx_save_LDFLAGS"
33941 fi
33942
33943 { echo "$as_me:$LINENO: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
33944 echo "${ECHO_T}$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
33945
33946 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
33947 { echo "$as_me:$LINENO: checking whether we can work around it" >&5
33948 echo $ECHO_N "checking whether we can work around it... $ECHO_C" >&6; }
33949 if test "${wx_cv_cc_visibility_workaround+set}" = set; then
33950 echo $ECHO_N "(cached) $ECHO_C" >&6
33951 else
33952
33953 ac_ext=cpp
33954 ac_cpp='$CXXCPP $CPPFLAGS'
33955 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33956 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33957 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33958
33959 cat >conftest.$ac_ext <<_ACEOF
33960 /* confdefs.h. */
33961 _ACEOF
33962 cat confdefs.h >>conftest.$ac_ext
33963 cat >>conftest.$ac_ext <<_ACEOF
33964 /* end confdefs.h. */
33965
33966 #pragma GCC visibility push(default)
33967 #include <string>
33968 #pragma GCC visibility pop
33969
33970 int
33971 main ()
33972 {
33973
33974 std::string s("hello");
33975 return s.length();
33976
33977 ;
33978 return 0;
33979 }
33980 _ACEOF
33981 rm -f conftest.$ac_objext conftest$ac_exeext
33982 if { (ac_try="$ac_link"
33983 case "(($ac_try" in
33984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33985 *) ac_try_echo=$ac_try;;
33986 esac
33987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33988 (eval "$ac_link") 2>conftest.er1
33989 ac_status=$?
33990 grep -v '^ *+' conftest.er1 >conftest.err
33991 rm -f conftest.er1
33992 cat conftest.err >&5
33993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33994 (exit $ac_status); } && {
33995 test -z "$ac_cxx_werror_flag" ||
33996 test ! -s conftest.err
33997 } && test -s conftest$ac_exeext &&
33998 $as_test_x conftest$ac_exeext; then
33999 wx_cv_cc_visibility_workaround=no
34000 else
34001 echo "$as_me: failed program was:" >&5
34002 sed 's/^/| /' conftest.$ac_ext >&5
34003
34004 wx_cv_cc_visibility_workaround=yes
34005 fi
34006
34007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34008 conftest$ac_exeext conftest.$ac_ext
34009 ac_ext=c
34010 ac_cpp='$CPP $CPPFLAGS'
34011 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34012 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34013 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34014
34015
34016 fi
34017
34018 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility_workaround" >&5
34019 echo "${ECHO_T}$wx_cv_cc_visibility_workaround" >&6; }
34020
34021 if test $wx_cv_cc_visibility_workaround = no; then
34022 wx_cv_cc_visibility=no
34023 fi
34024 fi
34025 fi
34026
34027 if test $wx_cv_cc_visibility = yes; then
34028 cat >>confdefs.h <<\_ACEOF
34029 #define HAVE_VISIBILITY 1
34030 _ACEOF
34031
34032 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
34033 cat >>confdefs.h <<\_ACEOF
34034 #define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1
34035 _ACEOF
34036
34037 fi
34038 else
34039 CFLAGS_VISIBILITY=""
34040 CXXFLAGS_VISIBILITY=""
34041 fi
34042
34043
34044 fi
34045
34046 fi
34047
34048 if test "x$SUNCXX" = xyes; then
34049 SAMPLES_RPATH_FLAG="-R\$(wx_top_builddir)/lib"
34050 WXCONFIG_RPATH="-R\$libdir"
34051 else
34052 case "${host}" in
34053 *-*-linux* | *-*-gnu* )
34054 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
34055 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
34056 ;;
34057
34058 *-*-solaris2* )
34059
34060 CPPFLAGS="-isystem /usr/openwin/include $CPPFLAGS"
34061
34062 saveLdflags="$LDFLAGS"
34063 LDFLAGS="$saveLdflags -Wl,-rpath,/"
34064 { echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
34065 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6; }
34066 cat >conftest.$ac_ext <<_ACEOF
34067 /* confdefs.h. */
34068 _ACEOF
34069 cat confdefs.h >>conftest.$ac_ext
34070 cat >>conftest.$ac_ext <<_ACEOF
34071 /* end confdefs.h. */
34072
34073 int
34074 main ()
34075 {
34076
34077 ;
34078 return 0;
34079 }
34080 _ACEOF
34081 rm -f conftest.$ac_objext conftest$ac_exeext
34082 if { (ac_try="$ac_link"
34083 case "(($ac_try" in
34084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34085 *) ac_try_echo=$ac_try;;
34086 esac
34087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34088 (eval "$ac_link") 2>conftest.er1
34089 ac_status=$?
34090 grep -v '^ *+' conftest.er1 >conftest.err
34091 rm -f conftest.er1
34092 cat conftest.err >&5
34093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34094 (exit $ac_status); } && {
34095 test -z "$ac_c_werror_flag" ||
34096 test ! -s conftest.err
34097 } && test -s conftest$ac_exeext &&
34098 $as_test_x conftest$ac_exeext; then
34099
34100 { echo "$as_me:$LINENO: result: yes" >&5
34101 echo "${ECHO_T}yes" >&6; }
34102 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
34103 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
34104
34105 else
34106 echo "$as_me: failed program was:" >&5
34107 sed 's/^/| /' conftest.$ac_ext >&5
34108
34109
34110 { echo "$as_me:$LINENO: result: no" >&5
34111 echo "${ECHO_T}no" >&6; }
34112 { echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
34113 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6; }
34114 LDFLAGS="$saveLdflags -Wl,-R,/"
34115 cat >conftest.$ac_ext <<_ACEOF
34116 /* confdefs.h. */
34117 _ACEOF
34118 cat confdefs.h >>conftest.$ac_ext
34119 cat >>conftest.$ac_ext <<_ACEOF
34120 /* end confdefs.h. */
34121
34122 int
34123 main ()
34124 {
34125
34126 ;
34127 return 0;
34128 }
34129 _ACEOF
34130 rm -f conftest.$ac_objext conftest$ac_exeext
34131 if { (ac_try="$ac_link"
34132 case "(($ac_try" in
34133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34134 *) ac_try_echo=$ac_try;;
34135 esac
34136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34137 (eval "$ac_link") 2>conftest.er1
34138 ac_status=$?
34139 grep -v '^ *+' conftest.er1 >conftest.err
34140 rm -f conftest.er1
34141 cat conftest.err >&5
34142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34143 (exit $ac_status); } && {
34144 test -z "$ac_c_werror_flag" ||
34145 test ! -s conftest.err
34146 } && test -s conftest$ac_exeext &&
34147 $as_test_x conftest$ac_exeext; then
34148
34149 { echo "$as_me:$LINENO: result: yes" >&5
34150 echo "${ECHO_T}yes" >&6; }
34151 SAMPLES_RPATH_FLAG="-Wl,-R,\$(wx_top_builddir)/lib"
34152 WXCONFIG_RPATH="-Wl,-R,\$libdir"
34153
34154 else
34155 echo "$as_me: failed program was:" >&5
34156 sed 's/^/| /' conftest.$ac_ext >&5
34157
34158
34159 { echo "$as_me:$LINENO: result: no" >&5
34160 echo "${ECHO_T}no" >&6; }
34161
34162 fi
34163
34164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34165 conftest$ac_exeext conftest.$ac_ext
34166
34167 fi
34168
34169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34170 conftest$ac_exeext conftest.$ac_ext
34171 LDFLAGS="$saveLdflags"
34172 ;;
34173
34174 *-*-darwin* )
34175 install_name_tool=`which ${HOST_PREFIX}install_name_tool`
34176 if test "$install_name_tool" -a -x "$install_name_tool"; then
34177 DYLIB_RPATH_POSTLINK="${HOST_PREFIX}install_name_tool -id \$@ \$@"
34178 cat <<EOF >change-install-names
34179 #!/bin/sh
34180 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
34181 for i in \${libnames} ; do
34182 ${HOST_PREFIX}install_name_tool -id \${1}/\${i} \${1}/\${i}
34183 for dep in \${libnames} ; do
34184 ${HOST_PREFIX}install_name_tool -change \${2}/\${dep} \${1}/\${dep} \${1}/\${i}
34185 done
34186 done
34187 EOF
34188 chmod +x change-install-names
34189 DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${libdir} \$(wx_top_builddir)/lib"
34190 fi
34191
34192 HEADER_PAD_OPTION="-headerpad_max_install_names"
34193 ;;
34194
34195 *-*-cygwin* | *-*-mingw32* )
34196 ;;
34197
34198 *-*-hpux* )
34199 SAMPLES_RPATH_FLAG="-Wl,+b,\$(wx_top_builddir)/lib"
34200 WXCONFIG_RPATH="-Wl,+b,\$libdir"
34201 ;;
34202
34203 esac
34204 fi
34205
34206 WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
34207
34208 if test $wxUSE_RPATH = "no"; then
34209 SAMPLES_RPATH_FLAG=''
34210 DYLIB_PATH_POSTLINK=''
34211 WXCONFIG_RPATH=''
34212 fi
34213
34214 SHARED=1
34215
34216 else
34217
34218 config_linkage_component="-static"
34219 SHARED=0
34220
34221 fi
34222
34223
34224 UNICODE=0
34225 lib_unicode_suffix=
34226 WX_CHARTYPE="ansi"
34227 if test "$wxUSE_UNICODE" = "yes"; then
34228 lib_unicode_suffix=u
34229 WX_CHARTYPE="unicode"
34230 UNICODE=1
34231 fi
34232
34233 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
34234 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
34235
34236 DEBUG_INFO=0
34237 if test "$wxUSE_DEBUG_INFO" = "yes"; then
34238 DEBUG_INFO=1
34239 fi
34240
34241 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
34242
34243 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
34244
34245 TOOLCHAIN_FULLNAME="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
34246
34247
34248 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_COCOA" = 1; then
34249 WX_LIBRARY_BASENAME_NOGUI="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34250 else
34251 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34252 fi
34253 if test "${TOOLKIT_DIR}" = "os2"; then
34254 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34255 else
34256 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34257 fi
34258
34259
34260
34261 if test "$wxUSE_COCOA" = 1; then
34262
34263 ac_ext=c
34264 ac_cpp='$CPP $CPPFLAGS'
34265 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34266 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34267 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34268
34269 ac_ext=m
34270
34271 { echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
34272 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6; }
34273 cat >conftest.$ac_ext <<_ACEOF
34274 /* confdefs.h. */
34275 _ACEOF
34276 cat confdefs.h >>conftest.$ac_ext
34277 cat >>conftest.$ac_ext <<_ACEOF
34278 /* end confdefs.h. */
34279 #include <AppKit/NSEvent.h>
34280 #include <CoreFoundation/CoreFoundation.h>
34281
34282 int
34283 main ()
34284 {
34285
34286 ;
34287 return 0;
34288 }
34289 _ACEOF
34290 rm -f conftest.$ac_objext
34291 if { (ac_try="$ac_compile"
34292 case "(($ac_try" in
34293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34294 *) ac_try_echo=$ac_try;;
34295 esac
34296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34297 (eval "$ac_compile") 2>conftest.er1
34298 ac_status=$?
34299 grep -v '^ *+' conftest.er1 >conftest.err
34300 rm -f conftest.er1
34301 cat conftest.err >&5
34302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34303 (exit $ac_status); } && {
34304 test -z "$ac_c_werror_flag" ||
34305 test ! -s conftest.err
34306 } && test -s conftest.$ac_objext; then
34307 { echo "$as_me:$LINENO: result: no" >&5
34308 echo "${ECHO_T}no" >&6; }
34309 else
34310 echo "$as_me: failed program was:" >&5
34311 sed 's/^/| /' conftest.$ac_ext >&5
34312
34313 { echo "$as_me:$LINENO: result: yes" >&5
34314 echo "${ECHO_T}yes" >&6; }
34315 { echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
34316 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6; }
34317 cat >conftest.$ac_ext <<_ACEOF
34318 /* confdefs.h. */
34319 _ACEOF
34320 cat confdefs.h >>conftest.$ac_ext
34321 cat >>conftest.$ac_ext <<_ACEOF
34322 /* end confdefs.h. */
34323 #define __Point__ 1
34324 #include <AppKit/NSEvent.h>
34325 #include <CoreFoundation/CoreFoundation.h>
34326
34327 int
34328 main ()
34329 {
34330
34331 ;
34332 return 0;
34333 }
34334 _ACEOF
34335 rm -f conftest.$ac_objext
34336 if { (ac_try="$ac_compile"
34337 case "(($ac_try" in
34338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34339 *) ac_try_echo=$ac_try;;
34340 esac
34341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34342 (eval "$ac_compile") 2>conftest.er1
34343 ac_status=$?
34344 grep -v '^ *+' conftest.er1 >conftest.err
34345 rm -f conftest.er1
34346 cat conftest.err >&5
34347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34348 (exit $ac_status); } && {
34349 test -z "$ac_c_werror_flag" ||
34350 test ! -s conftest.err
34351 } && test -s conftest.$ac_objext; then
34352 { echo "$as_me:$LINENO: result: yes" >&5
34353 echo "${ECHO_T}yes" >&6; }
34354 cat >>confdefs.h <<\_ACEOF
34355 #define __Point__ 1
34356 _ACEOF
34357
34358
34359 else
34360 echo "$as_me: failed program was:" >&5
34361 sed 's/^/| /' conftest.$ac_ext >&5
34362
34363 { { echo "$as_me:$LINENO: error: no
34364 See \`config.log' for more details." >&5
34365 echo "$as_me: error: no
34366 See \`config.log' for more details." >&2;}
34367 { (exit 1); exit 1; }; }
34368
34369 fi
34370
34371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34372
34373 fi
34374
34375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34376 ac_ext=c
34377 ac_cpp='$CPP $CPPFLAGS'
34378 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34379 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34380 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34381
34382 fi
34383
34384
34385 { echo "$as_me:$LINENO: checking for mode_t" >&5
34386 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
34387 if test "${ac_cv_type_mode_t+set}" = set; then
34388 echo $ECHO_N "(cached) $ECHO_C" >&6
34389 else
34390 cat >conftest.$ac_ext <<_ACEOF
34391 /* confdefs.h. */
34392 _ACEOF
34393 cat confdefs.h >>conftest.$ac_ext
34394 cat >>conftest.$ac_ext <<_ACEOF
34395 /* end confdefs.h. */
34396 $ac_includes_default
34397 typedef mode_t ac__type_new_;
34398 int
34399 main ()
34400 {
34401 if ((ac__type_new_ *) 0)
34402 return 0;
34403 if (sizeof (ac__type_new_))
34404 return 0;
34405 ;
34406 return 0;
34407 }
34408 _ACEOF
34409 rm -f conftest.$ac_objext
34410 if { (ac_try="$ac_compile"
34411 case "(($ac_try" in
34412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34413 *) ac_try_echo=$ac_try;;
34414 esac
34415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34416 (eval "$ac_compile") 2>conftest.er1
34417 ac_status=$?
34418 grep -v '^ *+' conftest.er1 >conftest.err
34419 rm -f conftest.er1
34420 cat conftest.err >&5
34421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34422 (exit $ac_status); } && {
34423 test -z "$ac_c_werror_flag" ||
34424 test ! -s conftest.err
34425 } && test -s conftest.$ac_objext; then
34426 ac_cv_type_mode_t=yes
34427 else
34428 echo "$as_me: failed program was:" >&5
34429 sed 's/^/| /' conftest.$ac_ext >&5
34430
34431 ac_cv_type_mode_t=no
34432 fi
34433
34434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34435 fi
34436 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
34437 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
34438 if test $ac_cv_type_mode_t = yes; then
34439 :
34440 else
34441
34442 cat >>confdefs.h <<_ACEOF
34443 #define mode_t int
34444 _ACEOF
34445
34446 fi
34447
34448 { echo "$as_me:$LINENO: checking for off_t" >&5
34449 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
34450 if test "${ac_cv_type_off_t+set}" = set; then
34451 echo $ECHO_N "(cached) $ECHO_C" >&6
34452 else
34453 cat >conftest.$ac_ext <<_ACEOF
34454 /* confdefs.h. */
34455 _ACEOF
34456 cat confdefs.h >>conftest.$ac_ext
34457 cat >>conftest.$ac_ext <<_ACEOF
34458 /* end confdefs.h. */
34459 $ac_includes_default
34460 typedef off_t ac__type_new_;
34461 int
34462 main ()
34463 {
34464 if ((ac__type_new_ *) 0)
34465 return 0;
34466 if (sizeof (ac__type_new_))
34467 return 0;
34468 ;
34469 return 0;
34470 }
34471 _ACEOF
34472 rm -f conftest.$ac_objext
34473 if { (ac_try="$ac_compile"
34474 case "(($ac_try" in
34475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34476 *) ac_try_echo=$ac_try;;
34477 esac
34478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34479 (eval "$ac_compile") 2>conftest.er1
34480 ac_status=$?
34481 grep -v '^ *+' conftest.er1 >conftest.err
34482 rm -f conftest.er1
34483 cat conftest.err >&5
34484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34485 (exit $ac_status); } && {
34486 test -z "$ac_c_werror_flag" ||
34487 test ! -s conftest.err
34488 } && test -s conftest.$ac_objext; then
34489 ac_cv_type_off_t=yes
34490 else
34491 echo "$as_me: failed program was:" >&5
34492 sed 's/^/| /' conftest.$ac_ext >&5
34493
34494 ac_cv_type_off_t=no
34495 fi
34496
34497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34498 fi
34499 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
34500 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
34501 if test $ac_cv_type_off_t = yes; then
34502 :
34503 else
34504
34505 cat >>confdefs.h <<_ACEOF
34506 #define off_t long int
34507 _ACEOF
34508
34509 fi
34510
34511 { echo "$as_me:$LINENO: checking for pid_t" >&5
34512 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
34513 if test "${ac_cv_type_pid_t+set}" = set; then
34514 echo $ECHO_N "(cached) $ECHO_C" >&6
34515 else
34516 cat >conftest.$ac_ext <<_ACEOF
34517 /* confdefs.h. */
34518 _ACEOF
34519 cat confdefs.h >>conftest.$ac_ext
34520 cat >>conftest.$ac_ext <<_ACEOF
34521 /* end confdefs.h. */
34522 $ac_includes_default
34523 typedef pid_t ac__type_new_;
34524 int
34525 main ()
34526 {
34527 if ((ac__type_new_ *) 0)
34528 return 0;
34529 if (sizeof (ac__type_new_))
34530 return 0;
34531 ;
34532 return 0;
34533 }
34534 _ACEOF
34535 rm -f conftest.$ac_objext
34536 if { (ac_try="$ac_compile"
34537 case "(($ac_try" in
34538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34539 *) ac_try_echo=$ac_try;;
34540 esac
34541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34542 (eval "$ac_compile") 2>conftest.er1
34543 ac_status=$?
34544 grep -v '^ *+' conftest.er1 >conftest.err
34545 rm -f conftest.er1
34546 cat conftest.err >&5
34547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34548 (exit $ac_status); } && {
34549 test -z "$ac_c_werror_flag" ||
34550 test ! -s conftest.err
34551 } && test -s conftest.$ac_objext; then
34552 ac_cv_type_pid_t=yes
34553 else
34554 echo "$as_me: failed program was:" >&5
34555 sed 's/^/| /' conftest.$ac_ext >&5
34556
34557 ac_cv_type_pid_t=no
34558 fi
34559
34560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34561 fi
34562 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
34563 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
34564 if test $ac_cv_type_pid_t = yes; then
34565 :
34566 else
34567
34568 cat >>confdefs.h <<_ACEOF
34569 #define pid_t int
34570 _ACEOF
34571
34572 fi
34573
34574 { echo "$as_me:$LINENO: checking for size_t" >&5
34575 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
34576 if test "${ac_cv_type_size_t+set}" = set; then
34577 echo $ECHO_N "(cached) $ECHO_C" >&6
34578 else
34579 cat >conftest.$ac_ext <<_ACEOF
34580 /* confdefs.h. */
34581 _ACEOF
34582 cat confdefs.h >>conftest.$ac_ext
34583 cat >>conftest.$ac_ext <<_ACEOF
34584 /* end confdefs.h. */
34585 $ac_includes_default
34586 typedef size_t ac__type_new_;
34587 int
34588 main ()
34589 {
34590 if ((ac__type_new_ *) 0)
34591 return 0;
34592 if (sizeof (ac__type_new_))
34593 return 0;
34594 ;
34595 return 0;
34596 }
34597 _ACEOF
34598 rm -f conftest.$ac_objext
34599 if { (ac_try="$ac_compile"
34600 case "(($ac_try" in
34601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34602 *) ac_try_echo=$ac_try;;
34603 esac
34604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34605 (eval "$ac_compile") 2>conftest.er1
34606 ac_status=$?
34607 grep -v '^ *+' conftest.er1 >conftest.err
34608 rm -f conftest.er1
34609 cat conftest.err >&5
34610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34611 (exit $ac_status); } && {
34612 test -z "$ac_c_werror_flag" ||
34613 test ! -s conftest.err
34614 } && test -s conftest.$ac_objext; then
34615 ac_cv_type_size_t=yes
34616 else
34617 echo "$as_me: failed program was:" >&5
34618 sed 's/^/| /' conftest.$ac_ext >&5
34619
34620 ac_cv_type_size_t=no
34621 fi
34622
34623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34624 fi
34625 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
34626 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
34627 if test $ac_cv_type_size_t = yes; then
34628 :
34629 else
34630
34631 cat >>confdefs.h <<_ACEOF
34632 #define size_t unsigned int
34633 _ACEOF
34634
34635 fi
34636
34637
34638 { echo "$as_me:$LINENO: checking for ssize_t" >&5
34639 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
34640 if test "${ac_cv_type_ssize_t+set}" = set; then
34641 echo $ECHO_N "(cached) $ECHO_C" >&6
34642 else
34643 cat >conftest.$ac_ext <<_ACEOF
34644 /* confdefs.h. */
34645 _ACEOF
34646 cat confdefs.h >>conftest.$ac_ext
34647 cat >>conftest.$ac_ext <<_ACEOF
34648 /* end confdefs.h. */
34649 $ac_includes_default
34650 typedef ssize_t ac__type_new_;
34651 int
34652 main ()
34653 {
34654 if ((ac__type_new_ *) 0)
34655 return 0;
34656 if (sizeof (ac__type_new_))
34657 return 0;
34658 ;
34659 return 0;
34660 }
34661 _ACEOF
34662 rm -f conftest.$ac_objext
34663 if { (ac_try="$ac_compile"
34664 case "(($ac_try" in
34665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34666 *) ac_try_echo=$ac_try;;
34667 esac
34668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34669 (eval "$ac_compile") 2>conftest.er1
34670 ac_status=$?
34671 grep -v '^ *+' conftest.er1 >conftest.err
34672 rm -f conftest.er1
34673 cat conftest.err >&5
34674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34675 (exit $ac_status); } && {
34676 test -z "$ac_c_werror_flag" ||
34677 test ! -s conftest.err
34678 } && test -s conftest.$ac_objext; then
34679 ac_cv_type_ssize_t=yes
34680 else
34681 echo "$as_me: failed program was:" >&5
34682 sed 's/^/| /' conftest.$ac_ext >&5
34683
34684 ac_cv_type_ssize_t=no
34685 fi
34686
34687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34688 fi
34689 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
34690 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
34691 if test $ac_cv_type_ssize_t = yes; then
34692
34693 cat >>confdefs.h <<_ACEOF
34694 #define HAVE_SSIZE_T 1
34695 _ACEOF
34696
34697
34698 fi
34699
34700
34701 ac_ext=cpp
34702 ac_cpp='$CXXCPP $CPPFLAGS'
34703 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34704 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34705 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34706 { echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
34707 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6; }
34708 if test "${wx_cv_size_t_is_uint+set}" = set; then
34709 echo $ECHO_N "(cached) $ECHO_C" >&6
34710 else
34711
34712 cat >conftest.$ac_ext <<_ACEOF
34713 /* confdefs.h. */
34714 _ACEOF
34715 cat confdefs.h >>conftest.$ac_ext
34716 cat >>conftest.$ac_ext <<_ACEOF
34717 /* end confdefs.h. */
34718 #include <stddef.h>
34719 int
34720 main ()
34721 {
34722
34723 return 0; }
34724
34725 struct Foo { void foo(size_t); void foo(unsigned int); };
34726
34727 int bar() {
34728
34729 ;
34730 return 0;
34731 }
34732 _ACEOF
34733 rm -f conftest.$ac_objext
34734 if { (ac_try="$ac_compile"
34735 case "(($ac_try" in
34736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34737 *) ac_try_echo=$ac_try;;
34738 esac
34739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34740 (eval "$ac_compile") 2>conftest.er1
34741 ac_status=$?
34742 grep -v '^ *+' conftest.er1 >conftest.err
34743 rm -f conftest.er1
34744 cat conftest.err >&5
34745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34746 (exit $ac_status); } && {
34747 test -z "$ac_cxx_werror_flag" ||
34748 test ! -s conftest.err
34749 } && test -s conftest.$ac_objext; then
34750 wx_cv_size_t_is_uint=no
34751 else
34752 echo "$as_me: failed program was:" >&5
34753 sed 's/^/| /' conftest.$ac_ext >&5
34754
34755 wx_cv_size_t_is_uint=yes
34756
34757 fi
34758
34759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34760
34761
34762 fi
34763 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
34764 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6; }
34765
34766 if test "$wx_cv_size_t_is_uint" = "yes"; then
34767 cat >>confdefs.h <<\_ACEOF
34768 #define wxSIZE_T_IS_UINT 1
34769 _ACEOF
34770
34771 else
34772 { echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
34773 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6; }
34774 if test "${wx_cv_size_t_is_ulong+set}" = set; then
34775 echo $ECHO_N "(cached) $ECHO_C" >&6
34776 else
34777 cat >conftest.$ac_ext <<_ACEOF
34778 /* confdefs.h. */
34779 _ACEOF
34780 cat confdefs.h >>conftest.$ac_ext
34781 cat >>conftest.$ac_ext <<_ACEOF
34782 /* end confdefs.h. */
34783 #include <stddef.h>
34784 int
34785 main ()
34786 {
34787
34788 return 0; }
34789
34790 struct Foo { void foo(size_t); void foo(unsigned long); };
34791
34792 int bar() {
34793
34794 ;
34795 return 0;
34796 }
34797 _ACEOF
34798 rm -f conftest.$ac_objext
34799 if { (ac_try="$ac_compile"
34800 case "(($ac_try" in
34801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34802 *) ac_try_echo=$ac_try;;
34803 esac
34804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34805 (eval "$ac_compile") 2>conftest.er1
34806 ac_status=$?
34807 grep -v '^ *+' conftest.er1 >conftest.err
34808 rm -f conftest.er1
34809 cat conftest.err >&5
34810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34811 (exit $ac_status); } && {
34812 test -z "$ac_cxx_werror_flag" ||
34813 test ! -s conftest.err
34814 } && test -s conftest.$ac_objext; then
34815 wx_cv_size_t_is_ulong=no
34816 else
34817 echo "$as_me: failed program was:" >&5
34818 sed 's/^/| /' conftest.$ac_ext >&5
34819
34820 wx_cv_size_t_is_ulong=yes
34821
34822 fi
34823
34824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34825
34826 fi
34827 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
34828 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6; }
34829
34830 if test "$wx_cv_size_t_is_ulong" = "yes"; then
34831 cat >>confdefs.h <<\_ACEOF
34832 #define wxSIZE_T_IS_ULONG 1
34833 _ACEOF
34834
34835 fi
34836 fi
34837
34838 { echo "$as_me:$LINENO: checking if wchar_t is separate type" >&5
34839 echo $ECHO_N "checking if wchar_t is separate type... $ECHO_C" >&6; }
34840 if test "${wx_cv_wchar_t_is_separate_type+set}" = set; then
34841 echo $ECHO_N "(cached) $ECHO_C" >&6
34842 else
34843 cat >conftest.$ac_ext <<_ACEOF
34844 /* confdefs.h. */
34845 _ACEOF
34846 cat confdefs.h >>conftest.$ac_ext
34847 cat >>conftest.$ac_ext <<_ACEOF
34848 /* end confdefs.h. */
34849 #include <wchar.h>
34850 int
34851 main ()
34852 {
34853
34854 return 0; }
34855
34856 struct Foo { void foo(wchar_t);
34857 void foo(unsigned short);
34858 void foo(unsigned int);
34859 void foo(unsigned long); };
34860
34861 int bar() {
34862
34863 ;
34864 return 0;
34865 }
34866 _ACEOF
34867 rm -f conftest.$ac_objext
34868 if { (ac_try="$ac_compile"
34869 case "(($ac_try" in
34870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34871 *) ac_try_echo=$ac_try;;
34872 esac
34873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34874 (eval "$ac_compile") 2>conftest.er1
34875 ac_status=$?
34876 grep -v '^ *+' conftest.er1 >conftest.err
34877 rm -f conftest.er1
34878 cat conftest.err >&5
34879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34880 (exit $ac_status); } && {
34881 test -z "$ac_cxx_werror_flag" ||
34882 test ! -s conftest.err
34883 } && test -s conftest.$ac_objext; then
34884 wx_cv_wchar_t_is_separate_type=yes
34885 else
34886 echo "$as_me: failed program was:" >&5
34887 sed 's/^/| /' conftest.$ac_ext >&5
34888
34889 wx_cv_wchar_t_is_separate_type=no
34890
34891 fi
34892
34893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34894
34895 fi
34896 { echo "$as_me:$LINENO: result: $wx_cv_wchar_t_is_separate_type" >&5
34897 echo "${ECHO_T}$wx_cv_wchar_t_is_separate_type" >&6; }
34898
34899 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
34900 cat >>confdefs.h <<\_ACEOF
34901 #define wxWCHAR_T_IS_REAL_TYPE 1
34902 _ACEOF
34903
34904 else
34905 cat >>confdefs.h <<\_ACEOF
34906 #define wxWCHAR_T_IS_REAL_TYPE 0
34907 _ACEOF
34908
34909 fi
34910
34911 ac_ext=c
34912 ac_cpp='$CPP $CPPFLAGS'
34913 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34914 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34915 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34916
34917
34918 { echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
34919 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6; }
34920 if test "${wx_cv_struct_pw_gecos+set}" = set; then
34921 echo $ECHO_N "(cached) $ECHO_C" >&6
34922 else
34923
34924 cat >conftest.$ac_ext <<_ACEOF
34925 /* confdefs.h. */
34926 _ACEOF
34927 cat confdefs.h >>conftest.$ac_ext
34928 cat >>conftest.$ac_ext <<_ACEOF
34929 /* end confdefs.h. */
34930 #include <pwd.h>
34931 int
34932 main ()
34933 {
34934
34935 char *p;
34936 struct passwd *pw;
34937 p = pw->pw_gecos;
34938
34939 ;
34940 return 0;
34941 }
34942 _ACEOF
34943 rm -f conftest.$ac_objext
34944 if { (ac_try="$ac_compile"
34945 case "(($ac_try" in
34946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34947 *) ac_try_echo=$ac_try;;
34948 esac
34949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34950 (eval "$ac_compile") 2>conftest.er1
34951 ac_status=$?
34952 grep -v '^ *+' conftest.er1 >conftest.err
34953 rm -f conftest.er1
34954 cat conftest.err >&5
34955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34956 (exit $ac_status); } && {
34957 test -z "$ac_c_werror_flag" ||
34958 test ! -s conftest.err
34959 } && test -s conftest.$ac_objext; then
34960
34961 wx_cv_struct_pw_gecos=yes
34962
34963 else
34964 echo "$as_me: failed program was:" >&5
34965 sed 's/^/| /' conftest.$ac_ext >&5
34966
34967
34968 wx_cv_struct_pw_gecos=no
34969
34970
34971 fi
34972
34973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34974
34975
34976 fi
34977 { echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
34978 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6; }
34979
34980 if test "$wx_cv_struct_pw_gecos" = "yes"; then
34981 cat >>confdefs.h <<\_ACEOF
34982 #define HAVE_PW_GECOS 1
34983 _ACEOF
34984
34985 fi
34986
34987
34988 if test "$wxUSE_WCHAR_T" = "yes"; then
34989 cat >>confdefs.h <<\_ACEOF
34990 #define wxUSE_WCHAR_T 1
34991 _ACEOF
34992
34993
34994 WCSLEN_FOUND=0
34995 WCHAR_LINK=
34996
34997 for ac_func in wcslen
34998 do
34999 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35000 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35001 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35002 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35003 echo $ECHO_N "(cached) $ECHO_C" >&6
35004 else
35005 cat >conftest.$ac_ext <<_ACEOF
35006 /* confdefs.h. */
35007 _ACEOF
35008 cat confdefs.h >>conftest.$ac_ext
35009 cat >>conftest.$ac_ext <<_ACEOF
35010 /* end confdefs.h. */
35011 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35012 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35013 #define $ac_func innocuous_$ac_func
35014
35015 /* System header to define __stub macros and hopefully few prototypes,
35016 which can conflict with char $ac_func (); below.
35017 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35018 <limits.h> exists even on freestanding compilers. */
35019
35020 #ifdef __STDC__
35021 # include <limits.h>
35022 #else
35023 # include <assert.h>
35024 #endif
35025
35026 #undef $ac_func
35027
35028 /* Override any GCC internal prototype to avoid an error.
35029 Use char because int might match the return type of a GCC
35030 builtin and then its argument prototype would still apply. */
35031 #ifdef __cplusplus
35032 extern "C"
35033 #endif
35034 char $ac_func ();
35035 /* The GNU C library defines this for functions which it implements
35036 to always fail with ENOSYS. Some functions are actually named
35037 something starting with __ and the normal name is an alias. */
35038 #if defined __stub_$ac_func || defined __stub___$ac_func
35039 choke me
35040 #endif
35041
35042 int
35043 main ()
35044 {
35045 return $ac_func ();
35046 ;
35047 return 0;
35048 }
35049 _ACEOF
35050 rm -f conftest.$ac_objext conftest$ac_exeext
35051 if { (ac_try="$ac_link"
35052 case "(($ac_try" in
35053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35054 *) ac_try_echo=$ac_try;;
35055 esac
35056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35057 (eval "$ac_link") 2>conftest.er1
35058 ac_status=$?
35059 grep -v '^ *+' conftest.er1 >conftest.err
35060 rm -f conftest.er1
35061 cat conftest.err >&5
35062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35063 (exit $ac_status); } && {
35064 test -z "$ac_c_werror_flag" ||
35065 test ! -s conftest.err
35066 } && test -s conftest$ac_exeext &&
35067 $as_test_x conftest$ac_exeext; then
35068 eval "$as_ac_var=yes"
35069 else
35070 echo "$as_me: failed program was:" >&5
35071 sed 's/^/| /' conftest.$ac_ext >&5
35072
35073 eval "$as_ac_var=no"
35074 fi
35075
35076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35077 conftest$ac_exeext conftest.$ac_ext
35078 fi
35079 ac_res=`eval echo '${'$as_ac_var'}'`
35080 { echo "$as_me:$LINENO: result: $ac_res" >&5
35081 echo "${ECHO_T}$ac_res" >&6; }
35082 if test `eval echo '${'$as_ac_var'}'` = yes; then
35083 cat >>confdefs.h <<_ACEOF
35084 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35085 _ACEOF
35086 WCSLEN_FOUND=1
35087 fi
35088 done
35089
35090
35091 if test "$WCSLEN_FOUND" = 0; then
35092 if test "$TOOLKIT" = "MSW"; then
35093 { echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
35094 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6; }
35095 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
35096 echo $ECHO_N "(cached) $ECHO_C" >&6
35097 else
35098 ac_check_lib_save_LIBS=$LIBS
35099 LIBS="-lmsvcrt $LIBS"
35100 cat >conftest.$ac_ext <<_ACEOF
35101 /* confdefs.h. */
35102 _ACEOF
35103 cat confdefs.h >>conftest.$ac_ext
35104 cat >>conftest.$ac_ext <<_ACEOF
35105 /* end confdefs.h. */
35106
35107 /* Override any GCC internal prototype to avoid an error.
35108 Use char because int might match the return type of a GCC
35109 builtin and then its argument prototype would still apply. */
35110 #ifdef __cplusplus
35111 extern "C"
35112 #endif
35113 char wcslen ();
35114 int
35115 main ()
35116 {
35117 return wcslen ();
35118 ;
35119 return 0;
35120 }
35121 _ACEOF
35122 rm -f conftest.$ac_objext conftest$ac_exeext
35123 if { (ac_try="$ac_link"
35124 case "(($ac_try" in
35125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35126 *) ac_try_echo=$ac_try;;
35127 esac
35128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35129 (eval "$ac_link") 2>conftest.er1
35130 ac_status=$?
35131 grep -v '^ *+' conftest.er1 >conftest.err
35132 rm -f conftest.er1
35133 cat conftest.err >&5
35134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35135 (exit $ac_status); } && {
35136 test -z "$ac_c_werror_flag" ||
35137 test ! -s conftest.err
35138 } && test -s conftest$ac_exeext &&
35139 $as_test_x conftest$ac_exeext; then
35140 ac_cv_lib_msvcrt_wcslen=yes
35141 else
35142 echo "$as_me: failed program was:" >&5
35143 sed 's/^/| /' conftest.$ac_ext >&5
35144
35145 ac_cv_lib_msvcrt_wcslen=no
35146 fi
35147
35148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35149 conftest$ac_exeext conftest.$ac_ext
35150 LIBS=$ac_check_lib_save_LIBS
35151 fi
35152 { echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
35153 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6; }
35154 if test $ac_cv_lib_msvcrt_wcslen = yes; then
35155 WCHAR_OK=1
35156 fi
35157
35158 else
35159 { echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
35160 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6; }
35161 if test "${ac_cv_lib_w_wcslen+set}" = set; then
35162 echo $ECHO_N "(cached) $ECHO_C" >&6
35163 else
35164 ac_check_lib_save_LIBS=$LIBS
35165 LIBS="-lw $LIBS"
35166 cat >conftest.$ac_ext <<_ACEOF
35167 /* confdefs.h. */
35168 _ACEOF
35169 cat confdefs.h >>conftest.$ac_ext
35170 cat >>conftest.$ac_ext <<_ACEOF
35171 /* end confdefs.h. */
35172
35173 /* Override any GCC internal prototype to avoid an error.
35174 Use char because int might match the return type of a GCC
35175 builtin and then its argument prototype would still apply. */
35176 #ifdef __cplusplus
35177 extern "C"
35178 #endif
35179 char wcslen ();
35180 int
35181 main ()
35182 {
35183 return wcslen ();
35184 ;
35185 return 0;
35186 }
35187 _ACEOF
35188 rm -f conftest.$ac_objext conftest$ac_exeext
35189 if { (ac_try="$ac_link"
35190 case "(($ac_try" in
35191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35192 *) ac_try_echo=$ac_try;;
35193 esac
35194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35195 (eval "$ac_link") 2>conftest.er1
35196 ac_status=$?
35197 grep -v '^ *+' conftest.er1 >conftest.err
35198 rm -f conftest.er1
35199 cat conftest.err >&5
35200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35201 (exit $ac_status); } && {
35202 test -z "$ac_c_werror_flag" ||
35203 test ! -s conftest.err
35204 } && test -s conftest$ac_exeext &&
35205 $as_test_x conftest$ac_exeext; then
35206 ac_cv_lib_w_wcslen=yes
35207 else
35208 echo "$as_me: failed program was:" >&5
35209 sed 's/^/| /' conftest.$ac_ext >&5
35210
35211 ac_cv_lib_w_wcslen=no
35212 fi
35213
35214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35215 conftest$ac_exeext conftest.$ac_ext
35216 LIBS=$ac_check_lib_save_LIBS
35217 fi
35218 { echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
35219 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6; }
35220 if test $ac_cv_lib_w_wcslen = yes; then
35221
35222 WCHAR_LINK=" -lw"
35223 WCSLEN_FOUND=1
35224
35225 fi
35226
35227 fi
35228 fi
35229
35230 if test "$WCSLEN_FOUND" = 1; then
35231 cat >>confdefs.h <<\_ACEOF
35232 #define HAVE_WCSLEN 1
35233 _ACEOF
35234
35235 fi
35236
35237
35238
35239
35240
35241
35242 for ac_func in wcsdup strnlen wcsnlen wcscasecmp wcsncasecmp
35243 do
35244 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35245 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35246 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35247 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35248 echo $ECHO_N "(cached) $ECHO_C" >&6
35249 else
35250 cat >conftest.$ac_ext <<_ACEOF
35251 /* confdefs.h. */
35252 _ACEOF
35253 cat confdefs.h >>conftest.$ac_ext
35254 cat >>conftest.$ac_ext <<_ACEOF
35255 /* end confdefs.h. */
35256 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35257 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35258 #define $ac_func innocuous_$ac_func
35259
35260 /* System header to define __stub macros and hopefully few prototypes,
35261 which can conflict with char $ac_func (); below.
35262 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35263 <limits.h> exists even on freestanding compilers. */
35264
35265 #ifdef __STDC__
35266 # include <limits.h>
35267 #else
35268 # include <assert.h>
35269 #endif
35270
35271 #undef $ac_func
35272
35273 /* Override any GCC internal prototype to avoid an error.
35274 Use char because int might match the return type of a GCC
35275 builtin and then its argument prototype would still apply. */
35276 #ifdef __cplusplus
35277 extern "C"
35278 #endif
35279 char $ac_func ();
35280 /* The GNU C library defines this for functions which it implements
35281 to always fail with ENOSYS. Some functions are actually named
35282 something starting with __ and the normal name is an alias. */
35283 #if defined __stub_$ac_func || defined __stub___$ac_func
35284 choke me
35285 #endif
35286
35287 int
35288 main ()
35289 {
35290 return $ac_func ();
35291 ;
35292 return 0;
35293 }
35294 _ACEOF
35295 rm -f conftest.$ac_objext conftest$ac_exeext
35296 if { (ac_try="$ac_link"
35297 case "(($ac_try" in
35298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35299 *) ac_try_echo=$ac_try;;
35300 esac
35301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35302 (eval "$ac_link") 2>conftest.er1
35303 ac_status=$?
35304 grep -v '^ *+' conftest.er1 >conftest.err
35305 rm -f conftest.er1
35306 cat conftest.err >&5
35307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35308 (exit $ac_status); } && {
35309 test -z "$ac_c_werror_flag" ||
35310 test ! -s conftest.err
35311 } && test -s conftest$ac_exeext &&
35312 $as_test_x conftest$ac_exeext; then
35313 eval "$as_ac_var=yes"
35314 else
35315 echo "$as_me: failed program was:" >&5
35316 sed 's/^/| /' conftest.$ac_ext >&5
35317
35318 eval "$as_ac_var=no"
35319 fi
35320
35321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35322 conftest$ac_exeext conftest.$ac_ext
35323 fi
35324 ac_res=`eval echo '${'$as_ac_var'}'`
35325 { echo "$as_me:$LINENO: result: $ac_res" >&5
35326 echo "${ECHO_T}$ac_res" >&6; }
35327 if test `eval echo '${'$as_ac_var'}'` = yes; then
35328 cat >>confdefs.h <<_ACEOF
35329 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35330 _ACEOF
35331
35332 fi
35333 done
35334
35335
35336 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
35337 CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
35338 fi
35339
35340 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
35341 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
35342 if test "${ac_cv_type_mbstate_t+set}" = set; then
35343 echo $ECHO_N "(cached) $ECHO_C" >&6
35344 else
35345 cat >conftest.$ac_ext <<_ACEOF
35346 /* confdefs.h. */
35347 _ACEOF
35348 cat confdefs.h >>conftest.$ac_ext
35349 cat >>conftest.$ac_ext <<_ACEOF
35350 /* end confdefs.h. */
35351 #include <wchar.h>
35352
35353 typedef mbstate_t ac__type_new_;
35354 int
35355 main ()
35356 {
35357 if ((ac__type_new_ *) 0)
35358 return 0;
35359 if (sizeof (ac__type_new_))
35360 return 0;
35361 ;
35362 return 0;
35363 }
35364 _ACEOF
35365 rm -f conftest.$ac_objext
35366 if { (ac_try="$ac_compile"
35367 case "(($ac_try" in
35368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35369 *) ac_try_echo=$ac_try;;
35370 esac
35371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35372 (eval "$ac_compile") 2>conftest.er1
35373 ac_status=$?
35374 grep -v '^ *+' conftest.er1 >conftest.err
35375 rm -f conftest.er1
35376 cat conftest.err >&5
35377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35378 (exit $ac_status); } && {
35379 test -z "$ac_c_werror_flag" ||
35380 test ! -s conftest.err
35381 } && test -s conftest.$ac_objext; then
35382 ac_cv_type_mbstate_t=yes
35383 else
35384 echo "$as_me: failed program was:" >&5
35385 sed 's/^/| /' conftest.$ac_ext >&5
35386
35387 ac_cv_type_mbstate_t=no
35388 fi
35389
35390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35391 fi
35392 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
35393 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
35394 if test $ac_cv_type_mbstate_t = yes; then
35395
35396 cat >>confdefs.h <<_ACEOF
35397 #define HAVE_MBSTATE_T 1
35398 _ACEOF
35399
35400
35401 for ac_func in wcsrtombs
35402 do
35403 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35404 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35405 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35406 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35407 echo $ECHO_N "(cached) $ECHO_C" >&6
35408 else
35409 cat >conftest.$ac_ext <<_ACEOF
35410 /* confdefs.h. */
35411 _ACEOF
35412 cat confdefs.h >>conftest.$ac_ext
35413 cat >>conftest.$ac_ext <<_ACEOF
35414 /* end confdefs.h. */
35415 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35416 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35417 #define $ac_func innocuous_$ac_func
35418
35419 /* System header to define __stub macros and hopefully few prototypes,
35420 which can conflict with char $ac_func (); below.
35421 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35422 <limits.h> exists even on freestanding compilers. */
35423
35424 #ifdef __STDC__
35425 # include <limits.h>
35426 #else
35427 # include <assert.h>
35428 #endif
35429
35430 #undef $ac_func
35431
35432 /* Override any GCC internal prototype to avoid an error.
35433 Use char because int might match the return type of a GCC
35434 builtin and then its argument prototype would still apply. */
35435 #ifdef __cplusplus
35436 extern "C"
35437 #endif
35438 char $ac_func ();
35439 /* The GNU C library defines this for functions which it implements
35440 to always fail with ENOSYS. Some functions are actually named
35441 something starting with __ and the normal name is an alias. */
35442 #if defined __stub_$ac_func || defined __stub___$ac_func
35443 choke me
35444 #endif
35445
35446 int
35447 main ()
35448 {
35449 return $ac_func ();
35450 ;
35451 return 0;
35452 }
35453 _ACEOF
35454 rm -f conftest.$ac_objext conftest$ac_exeext
35455 if { (ac_try="$ac_link"
35456 case "(($ac_try" in
35457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35458 *) ac_try_echo=$ac_try;;
35459 esac
35460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35461 (eval "$ac_link") 2>conftest.er1
35462 ac_status=$?
35463 grep -v '^ *+' conftest.er1 >conftest.err
35464 rm -f conftest.er1
35465 cat conftest.err >&5
35466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35467 (exit $ac_status); } && {
35468 test -z "$ac_c_werror_flag" ||
35469 test ! -s conftest.err
35470 } && test -s conftest$ac_exeext &&
35471 $as_test_x conftest$ac_exeext; then
35472 eval "$as_ac_var=yes"
35473 else
35474 echo "$as_me: failed program was:" >&5
35475 sed 's/^/| /' conftest.$ac_ext >&5
35476
35477 eval "$as_ac_var=no"
35478 fi
35479
35480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35481 conftest$ac_exeext conftest.$ac_ext
35482 fi
35483 ac_res=`eval echo '${'$as_ac_var'}'`
35484 { echo "$as_me:$LINENO: result: $ac_res" >&5
35485 echo "${ECHO_T}$ac_res" >&6; }
35486 if test `eval echo '${'$as_ac_var'}'` = yes; then
35487 cat >>confdefs.h <<_ACEOF
35488 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35489 _ACEOF
35490
35491 fi
35492 done
35493
35494 fi
35495
35496 else
35497 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
35498 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
35499 fi
35500
35501
35502
35503
35504 for ac_func in snprintf vsnprintf vsscanf
35505 do
35506 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35507 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35508 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35509 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35510 echo $ECHO_N "(cached) $ECHO_C" >&6
35511 else
35512 cat >conftest.$ac_ext <<_ACEOF
35513 /* confdefs.h. */
35514 _ACEOF
35515 cat confdefs.h >>conftest.$ac_ext
35516 cat >>conftest.$ac_ext <<_ACEOF
35517 /* end confdefs.h. */
35518 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35519 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35520 #define $ac_func innocuous_$ac_func
35521
35522 /* System header to define __stub macros and hopefully few prototypes,
35523 which can conflict with char $ac_func (); below.
35524 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35525 <limits.h> exists even on freestanding compilers. */
35526
35527 #ifdef __STDC__
35528 # include <limits.h>
35529 #else
35530 # include <assert.h>
35531 #endif
35532
35533 #undef $ac_func
35534
35535 /* Override any GCC internal prototype to avoid an error.
35536 Use char because int might match the return type of a GCC
35537 builtin and then its argument prototype would still apply. */
35538 #ifdef __cplusplus
35539 extern "C"
35540 #endif
35541 char $ac_func ();
35542 /* The GNU C library defines this for functions which it implements
35543 to always fail with ENOSYS. Some functions are actually named
35544 something starting with __ and the normal name is an alias. */
35545 #if defined __stub_$ac_func || defined __stub___$ac_func
35546 choke me
35547 #endif
35548
35549 int
35550 main ()
35551 {
35552 return $ac_func ();
35553 ;
35554 return 0;
35555 }
35556 _ACEOF
35557 rm -f conftest.$ac_objext conftest$ac_exeext
35558 if { (ac_try="$ac_link"
35559 case "(($ac_try" in
35560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35561 *) ac_try_echo=$ac_try;;
35562 esac
35563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35564 (eval "$ac_link") 2>conftest.er1
35565 ac_status=$?
35566 grep -v '^ *+' conftest.er1 >conftest.err
35567 rm -f conftest.er1
35568 cat conftest.err >&5
35569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35570 (exit $ac_status); } && {
35571 test -z "$ac_c_werror_flag" ||
35572 test ! -s conftest.err
35573 } && test -s conftest$ac_exeext &&
35574 $as_test_x conftest$ac_exeext; then
35575 eval "$as_ac_var=yes"
35576 else
35577 echo "$as_me: failed program was:" >&5
35578 sed 's/^/| /' conftest.$ac_ext >&5
35579
35580 eval "$as_ac_var=no"
35581 fi
35582
35583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35584 conftest$ac_exeext conftest.$ac_ext
35585 fi
35586 ac_res=`eval echo '${'$as_ac_var'}'`
35587 { echo "$as_me:$LINENO: result: $ac_res" >&5
35588 echo "${ECHO_T}$ac_res" >&6; }
35589 if test `eval echo '${'$as_ac_var'}'` = yes; then
35590 cat >>confdefs.h <<_ACEOF
35591 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35592 _ACEOF
35593
35594 fi
35595 done
35596
35597
35598 ac_ext=cpp
35599 ac_cpp='$CXXCPP $CPPFLAGS'
35600 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35601 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35602 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35603
35604 if test "$ac_cv_func_vsnprintf" = "yes"; then
35605 { echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
35606 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6; }
35607 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
35608 echo $ECHO_N "(cached) $ECHO_C" >&6
35609 else
35610
35611 cat >conftest.$ac_ext <<_ACEOF
35612 /* confdefs.h. */
35613 _ACEOF
35614 cat confdefs.h >>conftest.$ac_ext
35615 cat >>conftest.$ac_ext <<_ACEOF
35616 /* end confdefs.h. */
35617
35618 #include <stdio.h>
35619 #include <stdarg.h>
35620 #ifdef __MSL__
35621 #if __MSL__ >= 0x6000
35622 namespace std {}
35623 using namespace std;
35624 #endif
35625 #endif
35626
35627 int
35628 main ()
35629 {
35630
35631 char *buf;
35632 va_list ap;
35633 vsnprintf(buf, 10u, "%s", ap);
35634
35635 ;
35636 return 0;
35637 }
35638 _ACEOF
35639 rm -f conftest.$ac_objext
35640 if { (ac_try="$ac_compile"
35641 case "(($ac_try" in
35642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35643 *) ac_try_echo=$ac_try;;
35644 esac
35645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35646 (eval "$ac_compile") 2>conftest.er1
35647 ac_status=$?
35648 grep -v '^ *+' conftest.er1 >conftest.err
35649 rm -f conftest.er1
35650 cat conftest.err >&5
35651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35652 (exit $ac_status); } && {
35653 test -z "$ac_cxx_werror_flag" ||
35654 test ! -s conftest.err
35655 } && test -s conftest.$ac_objext; then
35656 wx_cv_func_vsnprintf_decl=yes
35657 else
35658 echo "$as_me: failed program was:" >&5
35659 sed 's/^/| /' conftest.$ac_ext >&5
35660
35661 wx_cv_func_vsnprintf_decl=no
35662
35663 fi
35664
35665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35666
35667
35668 fi
35669 { echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
35670 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6; }
35671
35672 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
35673 cat >>confdefs.h <<\_ACEOF
35674 #define HAVE_VSNPRINTF_DECL 1
35675 _ACEOF
35676
35677
35678 { echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
35679 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6; }
35680 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
35681 echo $ECHO_N "(cached) $ECHO_C" >&6
35682 else
35683
35684 cat >conftest.$ac_ext <<_ACEOF
35685 /* confdefs.h. */
35686 _ACEOF
35687 cat confdefs.h >>conftest.$ac_ext
35688 cat >>conftest.$ac_ext <<_ACEOF
35689 /* end confdefs.h. */
35690
35691 #include <stdio.h>
35692 #include <stdarg.h>
35693 #ifdef __MSL__
35694 #if __MSL__ >= 0x6000
35695 namespace std {}
35696 using namespace std;
35697 #endif
35698 #endif
35699
35700 int
35701 main ()
35702 {
35703
35704 char *buf;
35705 va_list ap;
35706 const char *fmt = "%s";
35707 vsnprintf(buf, 10u, fmt, ap);
35708
35709 ;
35710 return 0;
35711 }
35712 _ACEOF
35713 rm -f conftest.$ac_objext
35714 if { (ac_try="$ac_compile"
35715 case "(($ac_try" in
35716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35717 *) ac_try_echo=$ac_try;;
35718 esac
35719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35720 (eval "$ac_compile") 2>conftest.er1
35721 ac_status=$?
35722 grep -v '^ *+' conftest.er1 >conftest.err
35723 rm -f conftest.er1
35724 cat conftest.err >&5
35725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35726 (exit $ac_status); } && {
35727 test -z "$ac_cxx_werror_flag" ||
35728 test ! -s conftest.err
35729 } && test -s conftest.$ac_objext; then
35730 wx_cv_func_broken_vsnprintf_decl=no
35731 else
35732 echo "$as_me: failed program was:" >&5
35733 sed 's/^/| /' conftest.$ac_ext >&5
35734
35735 wx_cv_func_broken_vsnprintf_decl=yes
35736
35737 fi
35738
35739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35740
35741
35742 fi
35743 { echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
35744 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6; }
35745
35746 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
35747 cat >>confdefs.h <<\_ACEOF
35748 #define HAVE_BROKEN_VSNPRINTF_DECL 1
35749 _ACEOF
35750
35751 fi
35752 fi
35753 fi
35754
35755 if test "$ac_cv_func_snprintf" = "yes"; then
35756 { echo "$as_me:$LINENO: checking for snprintf declaration" >&5
35757 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6; }
35758 if test "${wx_cv_func_snprintf_decl+set}" = set; then
35759 echo $ECHO_N "(cached) $ECHO_C" >&6
35760 else
35761
35762 cat >conftest.$ac_ext <<_ACEOF
35763 /* confdefs.h. */
35764 _ACEOF
35765 cat confdefs.h >>conftest.$ac_ext
35766 cat >>conftest.$ac_ext <<_ACEOF
35767 /* end confdefs.h. */
35768
35769 #include <stdio.h>
35770 #include <stdarg.h>
35771 #ifdef __MSL__
35772 #if __MSL__ >= 0x6000
35773 namespace std {}
35774 using namespace std;
35775 #endif
35776 #endif
35777
35778 int
35779 main ()
35780 {
35781
35782 char *buf;
35783 snprintf(buf, 10u, "%s", "wx");
35784
35785 ;
35786 return 0;
35787 }
35788 _ACEOF
35789 rm -f conftest.$ac_objext
35790 if { (ac_try="$ac_compile"
35791 case "(($ac_try" in
35792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35793 *) ac_try_echo=$ac_try;;
35794 esac
35795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35796 (eval "$ac_compile") 2>conftest.er1
35797 ac_status=$?
35798 grep -v '^ *+' conftest.er1 >conftest.err
35799 rm -f conftest.er1
35800 cat conftest.err >&5
35801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35802 (exit $ac_status); } && {
35803 test -z "$ac_cxx_werror_flag" ||
35804 test ! -s conftest.err
35805 } && test -s conftest.$ac_objext; then
35806 wx_cv_func_snprintf_decl=yes
35807 else
35808 echo "$as_me: failed program was:" >&5
35809 sed 's/^/| /' conftest.$ac_ext >&5
35810
35811 wx_cv_func_snprintf_decl=no
35812
35813 fi
35814
35815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35816
35817
35818 fi
35819 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
35820 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6; }
35821
35822 if test "$wx_cv_func_snprintf_decl" = "yes"; then
35823 cat >>confdefs.h <<\_ACEOF
35824 #define HAVE_SNPRINTF_DECL 1
35825 _ACEOF
35826
35827 fi
35828
35829 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
35830
35831 { echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
35832 echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6; }
35833 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
35834 echo $ECHO_N "(cached) $ECHO_C" >&6
35835 else
35836
35837 if test "$cross_compiling" = yes; then
35838
35839 { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
35840 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
35841 echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
35842 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
35843 wx_cv_func_snprintf_pos_params=no
35844
35845
35846 else
35847 cat >conftest.$ac_ext <<_ACEOF
35848 /* confdefs.h. */
35849 _ACEOF
35850 cat confdefs.h >>conftest.$ac_ext
35851 cat >>conftest.$ac_ext <<_ACEOF
35852 /* end confdefs.h. */
35853
35854 #include <stdio.h>
35855
35856 int main (void)
35857 {
35858 char buffer[128];
35859 snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
35860 if (strcmp ("2 3 1", buffer) == 0)
35861 exit (0);
35862 exit (1);
35863 }
35864
35865 _ACEOF
35866 rm -f conftest$ac_exeext
35867 if { (ac_try="$ac_link"
35868 case "(($ac_try" in
35869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35870 *) ac_try_echo=$ac_try;;
35871 esac
35872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35873 (eval "$ac_link") 2>&5
35874 ac_status=$?
35875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35876 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
35877 { (case "(($ac_try" in
35878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35879 *) ac_try_echo=$ac_try;;
35880 esac
35881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35882 (eval "$ac_try") 2>&5
35883 ac_status=$?
35884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35885 (exit $ac_status); }; }; then
35886 wx_cv_func_snprintf_pos_params=no
35887 else
35888 echo "$as_me: program exited with status $ac_status" >&5
35889 echo "$as_me: failed program was:" >&5
35890 sed 's/^/| /' conftest.$ac_ext >&5
35891
35892 ( exit $ac_status )
35893 wx_cv_func_snprintf_pos_params=yes
35894 fi
35895 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35896 fi
35897
35898
35899
35900
35901 fi
35902 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
35903 echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6; }
35904
35905 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
35906 cat >>confdefs.h <<\_ACEOF
35907 #define HAVE_UNIX98_PRINTF 1
35908 _ACEOF
35909
35910 fi
35911 fi
35912 fi
35913
35914 if test "$ac_cv_func_vsscanf" = "yes"; then
35915 { echo "$as_me:$LINENO: checking for vsscanf declaration" >&5
35916 echo $ECHO_N "checking for vsscanf declaration... $ECHO_C" >&6; }
35917 if test "${wx_cv_func_vsscanf_decl+set}" = set; then
35918 echo $ECHO_N "(cached) $ECHO_C" >&6
35919 else
35920
35921 cat >conftest.$ac_ext <<_ACEOF
35922 /* confdefs.h. */
35923 _ACEOF
35924 cat confdefs.h >>conftest.$ac_ext
35925 cat >>conftest.$ac_ext <<_ACEOF
35926 /* end confdefs.h. */
35927
35928 #include <stdio.h>
35929 #include <stdarg.h>
35930 #ifdef __MSL__
35931 #if __MSL__ >= 0x6000
35932 namespace std {}
35933 using namespace std;
35934 #endif
35935 #endif
35936
35937 int
35938 main ()
35939 {
35940
35941 char *buf;
35942 va_list args;
35943 vsscanf(buf, "%s", args);
35944
35945 ;
35946 return 0;
35947 }
35948 _ACEOF
35949 rm -f conftest.$ac_objext
35950 if { (ac_try="$ac_compile"
35951 case "(($ac_try" in
35952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35953 *) ac_try_echo=$ac_try;;
35954 esac
35955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35956 (eval "$ac_compile") 2>conftest.er1
35957 ac_status=$?
35958 grep -v '^ *+' conftest.er1 >conftest.err
35959 rm -f conftest.er1
35960 cat conftest.err >&5
35961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35962 (exit $ac_status); } && {
35963 test -z "$ac_cxx_werror_flag" ||
35964 test ! -s conftest.err
35965 } && test -s conftest.$ac_objext; then
35966 wx_cv_func_vsscanf_decl=yes
35967 else
35968 echo "$as_me: failed program was:" >&5
35969 sed 's/^/| /' conftest.$ac_ext >&5
35970
35971 wx_cv_func_vsscanf_decl=no
35972
35973 fi
35974
35975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35976
35977
35978 fi
35979 { echo "$as_me:$LINENO: result: $wx_cv_func_vsscanf_decl" >&5
35980 echo "${ECHO_T}$wx_cv_func_vsscanf_decl" >&6; }
35981
35982 if test "$wx_cv_func_vsscanf_decl" = "yes"; then
35983 cat >>confdefs.h <<\_ACEOF
35984 #define HAVE_VSSCANF_DECL 1
35985 _ACEOF
35986
35987 fi
35988 fi
35989 ac_ext=c
35990 ac_cpp='$CPP $CPPFLAGS'
35991 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35992 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35993 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35994
35995
35996 if test "$wxUSE_UNICODE" = yes; then
35997
35998 wchar_headers="#include <stdio.h>
35999 #include <wchar.h>"
36000 case "${host}" in
36001 *-*-solaris2* )
36002
36003 for ac_header in widec.h
36004 do
36005 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36006 { echo "$as_me:$LINENO: checking for $ac_header" >&5
36007 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
36008 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
36009 echo $ECHO_N "(cached) $ECHO_C" >&6
36010 else
36011 cat >conftest.$ac_ext <<_ACEOF
36012 /* confdefs.h. */
36013 _ACEOF
36014 cat confdefs.h >>conftest.$ac_ext
36015 cat >>conftest.$ac_ext <<_ACEOF
36016 /* end confdefs.h. */
36017 $ac_includes_default
36018
36019 #include <$ac_header>
36020 _ACEOF
36021 rm -f conftest.$ac_objext
36022 if { (ac_try="$ac_compile"
36023 case "(($ac_try" in
36024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36025 *) ac_try_echo=$ac_try;;
36026 esac
36027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36028 (eval "$ac_compile") 2>conftest.er1
36029 ac_status=$?
36030 grep -v '^ *+' conftest.er1 >conftest.err
36031 rm -f conftest.er1
36032 cat conftest.err >&5
36033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36034 (exit $ac_status); } && {
36035 test -z "$ac_c_werror_flag" ||
36036 test ! -s conftest.err
36037 } && test -s conftest.$ac_objext; then
36038 eval "$as_ac_Header=yes"
36039 else
36040 echo "$as_me: failed program was:" >&5
36041 sed 's/^/| /' conftest.$ac_ext >&5
36042
36043 eval "$as_ac_Header=no"
36044 fi
36045
36046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36047 fi
36048 ac_res=`eval echo '${'$as_ac_Header'}'`
36049 { echo "$as_me:$LINENO: result: $ac_res" >&5
36050 echo "${ECHO_T}$ac_res" >&6; }
36051 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36052 cat >>confdefs.h <<_ACEOF
36053 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36054 _ACEOF
36055
36056 fi
36057
36058 done
36059
36060 if test "$ac_cv_header_widec_h" = "yes"; then
36061 wchar_headers="$wchar_headers
36062 #include <widec.h>"
36063 fi
36064 esac
36065
36066
36067 for wx_func in putws fputws wprintf vswprintf vswscanf
36068 do
36069 { echo "$as_me:$LINENO: checking for $wx_func" >&5
36070 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
36071 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
36072 echo $ECHO_N "(cached) $ECHO_C" >&6
36073 else
36074
36075 cat >conftest.$ac_ext <<_ACEOF
36076
36077 /* confdefs.h. */
36078 _ACEOF
36079 cat confdefs.h >>conftest.$ac_ext
36080 cat >>conftest.$ac_ext <<_ACEOF
36081 /* end confdefs.h. */
36082
36083 $wchar_headers
36084 $ac_includes_default
36085
36086 int
36087 main ()
36088 {
36089
36090 #ifndef $wx_func
36091 &$wx_func;
36092 #endif
36093
36094
36095 ;
36096 return 0;
36097 }
36098
36099 _ACEOF
36100 rm -f conftest.$ac_objext conftest$ac_exeext
36101 if { (ac_try="$ac_link"
36102 case "(($ac_try" in
36103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36104 *) ac_try_echo=$ac_try;;
36105 esac
36106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36107 (eval "$ac_link") 2>conftest.er1
36108 ac_status=$?
36109 grep -v '^ *+' conftest.er1 >conftest.err
36110 rm -f conftest.er1
36111 cat conftest.err >&5
36112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36113 (exit $ac_status); } && {
36114 test -z "$ac_c_werror_flag" ||
36115 test ! -s conftest.err
36116 } && test -s conftest$ac_exeext &&
36117 $as_test_x conftest$ac_exeext; then
36118 eval wx_cv_func_$wx_func=yes
36119 else
36120 echo "$as_me: failed program was:" >&5
36121 sed 's/^/| /' conftest.$ac_ext >&5
36122
36123 eval wx_cv_func_$wx_func=no
36124 fi
36125
36126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36127 conftest$ac_exeext conftest.$ac_ext
36128
36129 fi
36130 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
36131 { echo "$as_me:$LINENO: result: $ac_res" >&5
36132 echo "${ECHO_T}$ac_res" >&6; }
36133
36134 if eval test \$wx_cv_func_$wx_func = yes
36135 then
36136 cat >>confdefs.h <<_ACEOF
36137 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
36138 _ACEOF
36139
36140
36141 else
36142 :
36143
36144 fi
36145 done
36146
36147
36148 { echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
36149 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6; }
36150 cat >conftest.$ac_ext <<_ACEOF
36151 /* confdefs.h. */
36152 _ACEOF
36153 cat confdefs.h >>conftest.$ac_ext
36154 cat >>conftest.$ac_ext <<_ACEOF
36155 /* end confdefs.h. */
36156 #include <wchar.h>
36157 int
36158 main ()
36159 {
36160 &_vsnwprintf;
36161 ;
36162 return 0;
36163 }
36164 _ACEOF
36165 rm -f conftest.$ac_objext
36166 if { (ac_try="$ac_compile"
36167 case "(($ac_try" in
36168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36169 *) ac_try_echo=$ac_try;;
36170 esac
36171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36172 (eval "$ac_compile") 2>conftest.er1
36173 ac_status=$?
36174 grep -v '^ *+' conftest.er1 >conftest.err
36175 rm -f conftest.er1
36176 cat conftest.err >&5
36177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36178 (exit $ac_status); } && {
36179 test -z "$ac_c_werror_flag" ||
36180 test ! -s conftest.err
36181 } && test -s conftest.$ac_objext; then
36182 { echo "$as_me:$LINENO: result: yes" >&5
36183 echo "${ECHO_T}yes" >&6; }
36184 cat >>confdefs.h <<\_ACEOF
36185 #define HAVE__VSNWPRINTF 1
36186 _ACEOF
36187
36188 else
36189 echo "$as_me: failed program was:" >&5
36190 sed 's/^/| /' conftest.$ac_ext >&5
36191
36192 { echo "$as_me:$LINENO: result: no" >&5
36193 echo "${ECHO_T}no" >&6; }
36194 fi
36195
36196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
36197 fi
36198
36199 if test "$wxUSE_FILE" = "yes"; then
36200
36201 for wx_func in fsync
36202 do
36203 { echo "$as_me:$LINENO: checking for $wx_func" >&5
36204 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
36205 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
36206 echo $ECHO_N "(cached) $ECHO_C" >&6
36207 else
36208
36209 cat >conftest.$ac_ext <<_ACEOF
36210
36211 /* confdefs.h. */
36212 _ACEOF
36213 cat confdefs.h >>conftest.$ac_ext
36214 cat >>conftest.$ac_ext <<_ACEOF
36215 /* end confdefs.h. */
36216
36217
36218 $ac_includes_default
36219
36220 int
36221 main ()
36222 {
36223
36224 #ifndef $wx_func
36225 &$wx_func;
36226 #endif
36227
36228
36229 ;
36230 return 0;
36231 }
36232
36233 _ACEOF
36234 rm -f conftest.$ac_objext conftest$ac_exeext
36235 if { (ac_try="$ac_link"
36236 case "(($ac_try" in
36237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36238 *) ac_try_echo=$ac_try;;
36239 esac
36240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36241 (eval "$ac_link") 2>conftest.er1
36242 ac_status=$?
36243 grep -v '^ *+' conftest.er1 >conftest.err
36244 rm -f conftest.er1
36245 cat conftest.err >&5
36246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36247 (exit $ac_status); } && {
36248 test -z "$ac_c_werror_flag" ||
36249 test ! -s conftest.err
36250 } && test -s conftest$ac_exeext &&
36251 $as_test_x conftest$ac_exeext; then
36252 eval wx_cv_func_$wx_func=yes
36253 else
36254 echo "$as_me: failed program was:" >&5
36255 sed 's/^/| /' conftest.$ac_ext >&5
36256
36257 eval wx_cv_func_$wx_func=no
36258 fi
36259
36260 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36261 conftest$ac_exeext conftest.$ac_ext
36262
36263 fi
36264 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
36265 { echo "$as_me:$LINENO: result: $ac_res" >&5
36266 echo "${ECHO_T}$ac_res" >&6; }
36267
36268 if eval test \$wx_cv_func_$wx_func = yes
36269 then
36270 cat >>confdefs.h <<_ACEOF
36271 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
36272 _ACEOF
36273
36274
36275 else
36276 :
36277
36278 fi
36279 done
36280
36281 fi
36282
36283 ac_ext=cpp
36284 ac_cpp='$CXXCPP $CPPFLAGS'
36285 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36286 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36287 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36288
36289
36290 for wx_func in round
36291 do
36292 { echo "$as_me:$LINENO: checking for $wx_func" >&5
36293 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
36294 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
36295 echo $ECHO_N "(cached) $ECHO_C" >&6
36296 else
36297
36298 cat >conftest.$ac_ext <<_ACEOF
36299
36300 /* confdefs.h. */
36301 _ACEOF
36302 cat confdefs.h >>conftest.$ac_ext
36303 cat >>conftest.$ac_ext <<_ACEOF
36304 /* end confdefs.h. */
36305
36306 #include <math.h>
36307 $ac_includes_default
36308
36309 int
36310 main ()
36311 {
36312
36313 #ifndef $wx_func
36314 &$wx_func;
36315 #endif
36316
36317
36318 ;
36319 return 0;
36320 }
36321
36322 _ACEOF
36323 rm -f conftest.$ac_objext conftest$ac_exeext
36324 if { (ac_try="$ac_link"
36325 case "(($ac_try" in
36326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36327 *) ac_try_echo=$ac_try;;
36328 esac
36329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36330 (eval "$ac_link") 2>conftest.er1
36331 ac_status=$?
36332 grep -v '^ *+' conftest.er1 >conftest.err
36333 rm -f conftest.er1
36334 cat conftest.err >&5
36335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36336 (exit $ac_status); } && {
36337 test -z "$ac_cxx_werror_flag" ||
36338 test ! -s conftest.err
36339 } && test -s conftest$ac_exeext &&
36340 $as_test_x conftest$ac_exeext; then
36341 eval wx_cv_func_$wx_func=yes
36342 else
36343 echo "$as_me: failed program was:" >&5
36344 sed 's/^/| /' conftest.$ac_ext >&5
36345
36346 eval wx_cv_func_$wx_func=no
36347 fi
36348
36349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36350 conftest$ac_exeext conftest.$ac_ext
36351
36352 fi
36353 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
36354 { echo "$as_me:$LINENO: result: $ac_res" >&5
36355 echo "${ECHO_T}$ac_res" >&6; }
36356
36357 if eval test \$wx_cv_func_$wx_func = yes
36358 then
36359 cat >>confdefs.h <<_ACEOF
36360 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
36361 _ACEOF
36362
36363
36364 else
36365 :
36366
36367 fi
36368 done
36369
36370 ac_ext=c
36371 ac_cpp='$CPP $CPPFLAGS'
36372 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36373 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36374 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36375
36376
36377 if test "$TOOLKIT" != "MSW"; then
36378
36379 if test "$wxUSE_LIBICONV" != "no" ; then
36380
36381
36382
36383 # Check whether --with-libiconv-prefix was given.
36384 if test "${with_libiconv_prefix+set}" = set; then
36385 withval=$with_libiconv_prefix;
36386 for dir in `echo "$withval" | tr : ' '`; do
36387 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
36388 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
36389 done
36390
36391 fi
36392
36393
36394 { echo "$as_me:$LINENO: checking for iconv" >&5
36395 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
36396 if test "${am_cv_func_iconv+set}" = set; then
36397 echo $ECHO_N "(cached) $ECHO_C" >&6
36398 else
36399
36400 am_cv_func_iconv="no, consider installing GNU libiconv"
36401 am_cv_lib_iconv=no
36402 cat >conftest.$ac_ext <<_ACEOF
36403 /* confdefs.h. */
36404 _ACEOF
36405 cat confdefs.h >>conftest.$ac_ext
36406 cat >>conftest.$ac_ext <<_ACEOF
36407 /* end confdefs.h. */
36408 #include <stdlib.h>
36409 #include <iconv.h>
36410 int
36411 main ()
36412 {
36413 iconv_t cd = iconv_open("","");
36414 iconv(cd,NULL,NULL,NULL,NULL);
36415 iconv_close(cd);
36416 ;
36417 return 0;
36418 }
36419 _ACEOF
36420 rm -f conftest.$ac_objext conftest$ac_exeext
36421 if { (ac_try="$ac_link"
36422 case "(($ac_try" in
36423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36424 *) ac_try_echo=$ac_try;;
36425 esac
36426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36427 (eval "$ac_link") 2>conftest.er1
36428 ac_status=$?
36429 grep -v '^ *+' conftest.er1 >conftest.err
36430 rm -f conftest.er1
36431 cat conftest.err >&5
36432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36433 (exit $ac_status); } && {
36434 test -z "$ac_c_werror_flag" ||
36435 test ! -s conftest.err
36436 } && test -s conftest$ac_exeext &&
36437 $as_test_x conftest$ac_exeext; then
36438 am_cv_func_iconv=yes
36439 else
36440 echo "$as_me: failed program was:" >&5
36441 sed 's/^/| /' conftest.$ac_ext >&5
36442
36443
36444 fi
36445
36446 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36447 conftest$ac_exeext conftest.$ac_ext
36448 if test "$am_cv_func_iconv" != yes; then
36449 am_save_LIBS="$LIBS"
36450 LIBS="$LIBS -liconv"
36451 cat >conftest.$ac_ext <<_ACEOF
36452 /* confdefs.h. */
36453 _ACEOF
36454 cat confdefs.h >>conftest.$ac_ext
36455 cat >>conftest.$ac_ext <<_ACEOF
36456 /* end confdefs.h. */
36457 #include <stdlib.h>
36458 #include <iconv.h>
36459 int
36460 main ()
36461 {
36462 iconv_t cd = iconv_open("","");
36463 iconv(cd,NULL,NULL,NULL,NULL);
36464 iconv_close(cd);
36465 ;
36466 return 0;
36467 }
36468 _ACEOF
36469 rm -f conftest.$ac_objext conftest$ac_exeext
36470 if { (ac_try="$ac_link"
36471 case "(($ac_try" in
36472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36473 *) ac_try_echo=$ac_try;;
36474 esac
36475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36476 (eval "$ac_link") 2>conftest.er1
36477 ac_status=$?
36478 grep -v '^ *+' conftest.er1 >conftest.err
36479 rm -f conftest.er1
36480 cat conftest.err >&5
36481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36482 (exit $ac_status); } && {
36483 test -z "$ac_c_werror_flag" ||
36484 test ! -s conftest.err
36485 } && test -s conftest$ac_exeext &&
36486 $as_test_x conftest$ac_exeext; then
36487 am_cv_lib_iconv=yes
36488 am_cv_func_iconv=yes
36489 else
36490 echo "$as_me: failed program was:" >&5
36491 sed 's/^/| /' conftest.$ac_ext >&5
36492
36493
36494 fi
36495
36496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36497 conftest$ac_exeext conftest.$ac_ext
36498 LIBS="$am_save_LIBS"
36499 fi
36500
36501 fi
36502 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
36503 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
36504 if test "$am_cv_func_iconv" = yes; then
36505
36506 cat >>confdefs.h <<\_ACEOF
36507 #define HAVE_ICONV 1
36508 _ACEOF
36509
36510 { echo "$as_me:$LINENO: checking if iconv needs const" >&5
36511 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6; }
36512 if test "${wx_cv_func_iconv_const+set}" = set; then
36513 echo $ECHO_N "(cached) $ECHO_C" >&6
36514 else
36515 cat >conftest.$ac_ext <<_ACEOF
36516 /* confdefs.h. */
36517 _ACEOF
36518 cat confdefs.h >>conftest.$ac_ext
36519 cat >>conftest.$ac_ext <<_ACEOF
36520 /* end confdefs.h. */
36521
36522 #include <stdlib.h>
36523 #include <iconv.h>
36524 extern
36525 #ifdef __cplusplus
36526 "C"
36527 #endif
36528 #if defined(__STDC__) || defined(__cplusplus)
36529 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
36530 #else
36531 size_t iconv();
36532 #endif
36533
36534 int
36535 main ()
36536 {
36537
36538 ;
36539 return 0;
36540 }
36541 _ACEOF
36542 rm -f conftest.$ac_objext
36543 if { (ac_try="$ac_compile"
36544 case "(($ac_try" in
36545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36546 *) ac_try_echo=$ac_try;;
36547 esac
36548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36549 (eval "$ac_compile") 2>conftest.er1
36550 ac_status=$?
36551 grep -v '^ *+' conftest.er1 >conftest.err
36552 rm -f conftest.er1
36553 cat conftest.err >&5
36554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36555 (exit $ac_status); } && {
36556 test -z "$ac_c_werror_flag" ||
36557 test ! -s conftest.err
36558 } && test -s conftest.$ac_objext; then
36559 wx_cv_func_iconv_const="no"
36560 else
36561 echo "$as_me: failed program was:" >&5
36562 sed 's/^/| /' conftest.$ac_ext >&5
36563
36564 wx_cv_func_iconv_const="yes"
36565
36566 fi
36567
36568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36569
36570 fi
36571 { echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
36572 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6; }
36573
36574 iconv_const=
36575 if test "x$wx_cv_func_iconv_const" = "xyes"; then
36576 iconv_const="const"
36577 fi
36578
36579
36580 cat >>confdefs.h <<_ACEOF
36581 #define ICONV_CONST $iconv_const
36582 _ACEOF
36583
36584 fi
36585 LIBICONV=
36586 if test "$am_cv_lib_iconv" = yes; then
36587 LIBICONV="-liconv"
36588 fi
36589
36590
36591 LIBS="$LIBICONV $LIBS"
36592 fi
36593
36594 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
36595
36596 for ac_func in sigaction
36597 do
36598 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36599 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36600 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36601 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36602 echo $ECHO_N "(cached) $ECHO_C" >&6
36603 else
36604 cat >conftest.$ac_ext <<_ACEOF
36605 /* confdefs.h. */
36606 _ACEOF
36607 cat confdefs.h >>conftest.$ac_ext
36608 cat >>conftest.$ac_ext <<_ACEOF
36609 /* end confdefs.h. */
36610 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36611 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36612 #define $ac_func innocuous_$ac_func
36613
36614 /* System header to define __stub macros and hopefully few prototypes,
36615 which can conflict with char $ac_func (); below.
36616 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36617 <limits.h> exists even on freestanding compilers. */
36618
36619 #ifdef __STDC__
36620 # include <limits.h>
36621 #else
36622 # include <assert.h>
36623 #endif
36624
36625 #undef $ac_func
36626
36627 /* Override any GCC internal prototype to avoid an error.
36628 Use char because int might match the return type of a GCC
36629 builtin and then its argument prototype would still apply. */
36630 #ifdef __cplusplus
36631 extern "C"
36632 #endif
36633 char $ac_func ();
36634 /* The GNU C library defines this for functions which it implements
36635 to always fail with ENOSYS. Some functions are actually named
36636 something starting with __ and the normal name is an alias. */
36637 #if defined __stub_$ac_func || defined __stub___$ac_func
36638 choke me
36639 #endif
36640
36641 int
36642 main ()
36643 {
36644 return $ac_func ();
36645 ;
36646 return 0;
36647 }
36648 _ACEOF
36649 rm -f conftest.$ac_objext conftest$ac_exeext
36650 if { (ac_try="$ac_link"
36651 case "(($ac_try" in
36652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36653 *) ac_try_echo=$ac_try;;
36654 esac
36655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36656 (eval "$ac_link") 2>conftest.er1
36657 ac_status=$?
36658 grep -v '^ *+' conftest.er1 >conftest.err
36659 rm -f conftest.er1
36660 cat conftest.err >&5
36661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36662 (exit $ac_status); } && {
36663 test -z "$ac_c_werror_flag" ||
36664 test ! -s conftest.err
36665 } && test -s conftest$ac_exeext &&
36666 $as_test_x conftest$ac_exeext; then
36667 eval "$as_ac_var=yes"
36668 else
36669 echo "$as_me: failed program was:" >&5
36670 sed 's/^/| /' conftest.$ac_ext >&5
36671
36672 eval "$as_ac_var=no"
36673 fi
36674
36675 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36676 conftest$ac_exeext conftest.$ac_ext
36677 fi
36678 ac_res=`eval echo '${'$as_ac_var'}'`
36679 { echo "$as_me:$LINENO: result: $ac_res" >&5
36680 echo "${ECHO_T}$ac_res" >&6; }
36681 if test `eval echo '${'$as_ac_var'}'` = yes; then
36682 cat >>confdefs.h <<_ACEOF
36683 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36684 _ACEOF
36685
36686 fi
36687 done
36688
36689
36690 if test "$ac_cv_func_sigaction" = "no"; then
36691 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
36692 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
36693 wxUSE_ON_FATAL_EXCEPTION=no
36694 fi
36695
36696 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
36697 { echo "$as_me:$LINENO: checking for sa_handler type" >&5
36698 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6; }
36699 if test "${wx_cv_type_sa_handler+set}" = set; then
36700 echo $ECHO_N "(cached) $ECHO_C" >&6
36701 else
36702
36703 ac_ext=cpp
36704 ac_cpp='$CXXCPP $CPPFLAGS'
36705 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36706 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36707 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36708
36709 cat >conftest.$ac_ext <<_ACEOF
36710 /* confdefs.h. */
36711 _ACEOF
36712 cat confdefs.h >>conftest.$ac_ext
36713 cat >>conftest.$ac_ext <<_ACEOF
36714 /* end confdefs.h. */
36715 #include <signal.h>
36716 int
36717 main ()
36718 {
36719
36720 extern void testSigHandler(int);
36721
36722 struct sigaction sa;
36723 sa.sa_handler = testSigHandler;
36724
36725 ;
36726 return 0;
36727 }
36728 _ACEOF
36729 rm -f conftest.$ac_objext
36730 if { (ac_try="$ac_compile"
36731 case "(($ac_try" in
36732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36733 *) ac_try_echo=$ac_try;;
36734 esac
36735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36736 (eval "$ac_compile") 2>conftest.er1
36737 ac_status=$?
36738 grep -v '^ *+' conftest.er1 >conftest.err
36739 rm -f conftest.er1
36740 cat conftest.err >&5
36741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36742 (exit $ac_status); } && {
36743 test -z "$ac_cxx_werror_flag" ||
36744 test ! -s conftest.err
36745 } && test -s conftest.$ac_objext; then
36746
36747 wx_cv_type_sa_handler=int
36748
36749 else
36750 echo "$as_me: failed program was:" >&5
36751 sed 's/^/| /' conftest.$ac_ext >&5
36752
36753
36754 wx_cv_type_sa_handler=void
36755
36756 fi
36757
36758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36759 ac_ext=c
36760 ac_cpp='$CPP $CPPFLAGS'
36761 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36762 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36763 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36764
36765
36766 fi
36767 { echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
36768 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6; }
36769
36770 cat >>confdefs.h <<_ACEOF
36771 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
36772 _ACEOF
36773
36774 fi
36775 fi
36776
36777 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
36778 { echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
36779 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6; }
36780 if test "${wx_cv_func_backtrace+set}" = set; then
36781 echo $ECHO_N "(cached) $ECHO_C" >&6
36782 else
36783
36784 ac_ext=cpp
36785 ac_cpp='$CXXCPP $CPPFLAGS'
36786 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36787 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36788 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36789
36790 cat >conftest.$ac_ext <<_ACEOF
36791 /* confdefs.h. */
36792 _ACEOF
36793 cat confdefs.h >>conftest.$ac_ext
36794 cat >>conftest.$ac_ext <<_ACEOF
36795 /* end confdefs.h. */
36796 #include <execinfo.h>
36797 int
36798 main ()
36799 {
36800
36801 void *trace[1];
36802 char **messages;
36803
36804 backtrace(trace, 1);
36805 messages = backtrace_symbols(trace, 1);
36806
36807 ;
36808 return 0;
36809 }
36810 _ACEOF
36811 rm -f conftest.$ac_objext
36812 if { (ac_try="$ac_compile"
36813 case "(($ac_try" in
36814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36815 *) ac_try_echo=$ac_try;;
36816 esac
36817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36818 (eval "$ac_compile") 2>conftest.er1
36819 ac_status=$?
36820 grep -v '^ *+' conftest.er1 >conftest.err
36821 rm -f conftest.er1
36822 cat conftest.err >&5
36823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36824 (exit $ac_status); } && {
36825 test -z "$ac_cxx_werror_flag" ||
36826 test ! -s conftest.err
36827 } && test -s conftest.$ac_objext; then
36828 wx_cv_func_backtrace=yes
36829 else
36830 echo "$as_me: failed program was:" >&5
36831 sed 's/^/| /' conftest.$ac_ext >&5
36832
36833 wx_cv_func_backtrace=no
36834
36835 fi
36836
36837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36838 ac_ext=c
36839 ac_cpp='$CPP $CPPFLAGS'
36840 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36841 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36842 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36843
36844
36845
36846 fi
36847 { echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
36848 echo "${ECHO_T}$wx_cv_func_backtrace" >&6; }
36849
36850
36851 if test "$wx_cv_func_backtrace" = "no"; then
36852 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
36853 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
36854 wxUSE_STACKWALKER=no
36855 else
36856 { echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
36857 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6; }
36858 if test "${wx_cv_func_cxa_demangle+set}" = set; then
36859 echo $ECHO_N "(cached) $ECHO_C" >&6
36860 else
36861
36862 ac_ext=cpp
36863 ac_cpp='$CXXCPP $CPPFLAGS'
36864 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36865 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36866 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36867
36868 cat >conftest.$ac_ext <<_ACEOF
36869 /* confdefs.h. */
36870 _ACEOF
36871 cat confdefs.h >>conftest.$ac_ext
36872 cat >>conftest.$ac_ext <<_ACEOF
36873 /* end confdefs.h. */
36874 #include <cxxabi.h>
36875 int
36876 main ()
36877 {
36878
36879 int rc;
36880 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
36881
36882 ;
36883 return 0;
36884 }
36885 _ACEOF
36886 rm -f conftest.$ac_objext conftest$ac_exeext
36887 if { (ac_try="$ac_link"
36888 case "(($ac_try" in
36889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36890 *) ac_try_echo=$ac_try;;
36891 esac
36892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36893 (eval "$ac_link") 2>conftest.er1
36894 ac_status=$?
36895 grep -v '^ *+' conftest.er1 >conftest.err
36896 rm -f conftest.er1
36897 cat conftest.err >&5
36898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36899 (exit $ac_status); } && {
36900 test -z "$ac_cxx_werror_flag" ||
36901 test ! -s conftest.err
36902 } && test -s conftest$ac_exeext &&
36903 $as_test_x conftest$ac_exeext; then
36904 wx_cv_func_cxa_demangle=yes
36905 else
36906 echo "$as_me: failed program was:" >&5
36907 sed 's/^/| /' conftest.$ac_ext >&5
36908
36909 wx_cv_func_cxa_demangle=no
36910
36911 fi
36912
36913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36914 conftest$ac_exeext conftest.$ac_ext
36915 ac_ext=c
36916 ac_cpp='$CPP $CPPFLAGS'
36917 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36918 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36919 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36920
36921
36922
36923 fi
36924 { echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
36925 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6; }
36926
36927 if test "$wx_cv_func_cxa_demangle" = "yes"; then
36928 cat >>confdefs.h <<\_ACEOF
36929 #define HAVE_CXA_DEMANGLE 1
36930 _ACEOF
36931
36932 fi
36933 fi
36934 fi
36935
36936 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
36937 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
36938 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
36939 wxUSE_STACKWALKER=no
36940 fi
36941
36942
36943
36944
36945 for ac_func in mkstemp mktemp
36946 do
36947 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36948 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36949 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36950 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36951 echo $ECHO_N "(cached) $ECHO_C" >&6
36952 else
36953 cat >conftest.$ac_ext <<_ACEOF
36954 /* confdefs.h. */
36955 _ACEOF
36956 cat confdefs.h >>conftest.$ac_ext
36957 cat >>conftest.$ac_ext <<_ACEOF
36958 /* end confdefs.h. */
36959 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36960 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36961 #define $ac_func innocuous_$ac_func
36962
36963 /* System header to define __stub macros and hopefully few prototypes,
36964 which can conflict with char $ac_func (); below.
36965 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36966 <limits.h> exists even on freestanding compilers. */
36967
36968 #ifdef __STDC__
36969 # include <limits.h>
36970 #else
36971 # include <assert.h>
36972 #endif
36973
36974 #undef $ac_func
36975
36976 /* Override any GCC internal prototype to avoid an error.
36977 Use char because int might match the return type of a GCC
36978 builtin and then its argument prototype would still apply. */
36979 #ifdef __cplusplus
36980 extern "C"
36981 #endif
36982 char $ac_func ();
36983 /* The GNU C library defines this for functions which it implements
36984 to always fail with ENOSYS. Some functions are actually named
36985 something starting with __ and the normal name is an alias. */
36986 #if defined __stub_$ac_func || defined __stub___$ac_func
36987 choke me
36988 #endif
36989
36990 int
36991 main ()
36992 {
36993 return $ac_func ();
36994 ;
36995 return 0;
36996 }
36997 _ACEOF
36998 rm -f conftest.$ac_objext conftest$ac_exeext
36999 if { (ac_try="$ac_link"
37000 case "(($ac_try" in
37001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37002 *) ac_try_echo=$ac_try;;
37003 esac
37004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37005 (eval "$ac_link") 2>conftest.er1
37006 ac_status=$?
37007 grep -v '^ *+' conftest.er1 >conftest.err
37008 rm -f conftest.er1
37009 cat conftest.err >&5
37010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37011 (exit $ac_status); } && {
37012 test -z "$ac_c_werror_flag" ||
37013 test ! -s conftest.err
37014 } && test -s conftest$ac_exeext &&
37015 $as_test_x conftest$ac_exeext; then
37016 eval "$as_ac_var=yes"
37017 else
37018 echo "$as_me: failed program was:" >&5
37019 sed 's/^/| /' conftest.$ac_ext >&5
37020
37021 eval "$as_ac_var=no"
37022 fi
37023
37024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37025 conftest$ac_exeext conftest.$ac_ext
37026 fi
37027 ac_res=`eval echo '${'$as_ac_var'}'`
37028 { echo "$as_me:$LINENO: result: $ac_res" >&5
37029 echo "${ECHO_T}$ac_res" >&6; }
37030 if test `eval echo '${'$as_ac_var'}'` = yes; then
37031 cat >>confdefs.h <<_ACEOF
37032 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37033 _ACEOF
37034 break
37035 fi
37036 done
37037
37038
37039 { echo "$as_me:$LINENO: checking for statfs" >&5
37040 echo $ECHO_N "checking for statfs... $ECHO_C" >&6; }
37041 if test "${wx_cv_func_statfs+set}" = set; then
37042 echo $ECHO_N "(cached) $ECHO_C" >&6
37043 else
37044 cat >conftest.$ac_ext <<_ACEOF
37045 /* confdefs.h. */
37046 _ACEOF
37047 cat confdefs.h >>conftest.$ac_ext
37048 cat >>conftest.$ac_ext <<_ACEOF
37049 /* end confdefs.h. */
37050
37051 #if defined(__BSD__)
37052 #include <sys/param.h>
37053 #include <sys/mount.h>
37054 #else
37055 #include <sys/vfs.h>
37056 #endif
37057
37058 int
37059 main ()
37060 {
37061
37062 long l;
37063 struct statfs fs;
37064 statfs("/", &fs);
37065 l = fs.f_bsize;
37066 l += fs.f_blocks;
37067 l += fs.f_bavail;
37068
37069 ;
37070 return 0;
37071 }
37072 _ACEOF
37073 rm -f conftest.$ac_objext
37074 if { (ac_try="$ac_compile"
37075 case "(($ac_try" in
37076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37077 *) ac_try_echo=$ac_try;;
37078 esac
37079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37080 (eval "$ac_compile") 2>conftest.er1
37081 ac_status=$?
37082 grep -v '^ *+' conftest.er1 >conftest.err
37083 rm -f conftest.er1
37084 cat conftest.err >&5
37085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37086 (exit $ac_status); } && {
37087 test -z "$ac_c_werror_flag" ||
37088 test ! -s conftest.err
37089 } && test -s conftest.$ac_objext; then
37090 wx_cv_func_statfs=yes
37091 else
37092 echo "$as_me: failed program was:" >&5
37093 sed 's/^/| /' conftest.$ac_ext >&5
37094
37095 wx_cv_func_statfs=no
37096
37097 fi
37098
37099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37100
37101 fi
37102 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
37103 echo "${ECHO_T}$wx_cv_func_statfs" >&6; }
37104
37105 if test "$wx_cv_func_statfs" = "yes"; then
37106 { echo "$as_me:$LINENO: checking for statfs declaration" >&5
37107 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6; }
37108 if test "${wx_cv_func_statfs_decl+set}" = set; then
37109 echo $ECHO_N "(cached) $ECHO_C" >&6
37110 else
37111 ac_ext=cpp
37112 ac_cpp='$CXXCPP $CPPFLAGS'
37113 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37114 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37115 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37116
37117 cat >conftest.$ac_ext <<_ACEOF
37118 /* confdefs.h. */
37119 _ACEOF
37120 cat confdefs.h >>conftest.$ac_ext
37121 cat >>conftest.$ac_ext <<_ACEOF
37122 /* end confdefs.h. */
37123
37124 #if defined(__BSD__)
37125 #include <sys/param.h>
37126 #include <sys/mount.h>
37127 #else
37128 #include <sys/vfs.h>
37129 #endif
37130
37131 int
37132 main ()
37133 {
37134
37135 struct statfs fs;
37136 statfs("", &fs);
37137
37138 ;
37139 return 0;
37140 }
37141 _ACEOF
37142 rm -f conftest.$ac_objext
37143 if { (ac_try="$ac_compile"
37144 case "(($ac_try" in
37145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37146 *) ac_try_echo=$ac_try;;
37147 esac
37148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37149 (eval "$ac_compile") 2>conftest.er1
37150 ac_status=$?
37151 grep -v '^ *+' conftest.er1 >conftest.err
37152 rm -f conftest.er1
37153 cat conftest.err >&5
37154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37155 (exit $ac_status); } && {
37156 test -z "$ac_cxx_werror_flag" ||
37157 test ! -s conftest.err
37158 } && test -s conftest.$ac_objext; then
37159 wx_cv_func_statfs_decl=yes
37160 else
37161 echo "$as_me: failed program was:" >&5
37162 sed 's/^/| /' conftest.$ac_ext >&5
37163
37164 wx_cv_func_statfs_decl=no
37165
37166 fi
37167
37168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37169 ac_ext=c
37170 ac_cpp='$CPP $CPPFLAGS'
37171 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37172 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37173 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37174
37175
37176 fi
37177 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
37178 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6; }
37179
37180 if test "$wx_cv_func_statfs_decl" = "yes"; then
37181 cat >>confdefs.h <<\_ACEOF
37182 #define HAVE_STATFS_DECL 1
37183 _ACEOF
37184
37185 fi
37186
37187 wx_cv_type_statvfs_t="struct statfs"
37188 cat >>confdefs.h <<\_ACEOF
37189 #define HAVE_STATFS 1
37190 _ACEOF
37191
37192 else
37193 { echo "$as_me:$LINENO: checking for statvfs" >&5
37194 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6; }
37195 if test "${wx_cv_func_statvfs+set}" = set; then
37196 echo $ECHO_N "(cached) $ECHO_C" >&6
37197 else
37198 cat >conftest.$ac_ext <<_ACEOF
37199 /* confdefs.h. */
37200 _ACEOF
37201 cat confdefs.h >>conftest.$ac_ext
37202 cat >>conftest.$ac_ext <<_ACEOF
37203 /* end confdefs.h. */
37204
37205 #include <stddef.h>
37206 #include <sys/statvfs.h>
37207
37208 int
37209 main ()
37210 {
37211
37212 statvfs("/", NULL);
37213
37214 ;
37215 return 0;
37216 }
37217 _ACEOF
37218 rm -f conftest.$ac_objext
37219 if { (ac_try="$ac_compile"
37220 case "(($ac_try" in
37221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37222 *) ac_try_echo=$ac_try;;
37223 esac
37224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37225 (eval "$ac_compile") 2>conftest.er1
37226 ac_status=$?
37227 grep -v '^ *+' conftest.er1 >conftest.err
37228 rm -f conftest.er1
37229 cat conftest.err >&5
37230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37231 (exit $ac_status); } && {
37232 test -z "$ac_c_werror_flag" ||
37233 test ! -s conftest.err
37234 } && test -s conftest.$ac_objext; then
37235 wx_cv_func_statvfs=yes
37236 else
37237 echo "$as_me: failed program was:" >&5
37238 sed 's/^/| /' conftest.$ac_ext >&5
37239
37240 wx_cv_func_statvfs=no
37241
37242 fi
37243
37244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37245
37246 fi
37247 { echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
37248 echo "${ECHO_T}$wx_cv_func_statvfs" >&6; }
37249
37250 if test "$wx_cv_func_statvfs" = "yes"; then
37251 { echo "$as_me:$LINENO: checking for statvfs argument type" >&5
37252 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6; }
37253 if test "${wx_cv_type_statvfs_t+set}" = set; then
37254 echo $ECHO_N "(cached) $ECHO_C" >&6
37255 else
37256 ac_ext=cpp
37257 ac_cpp='$CXXCPP $CPPFLAGS'
37258 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37259 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37260 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37261
37262 cat >conftest.$ac_ext <<_ACEOF
37263 /* confdefs.h. */
37264 _ACEOF
37265 cat confdefs.h >>conftest.$ac_ext
37266 cat >>conftest.$ac_ext <<_ACEOF
37267 /* end confdefs.h. */
37268
37269 #include <sys/statvfs.h>
37270
37271 int
37272 main ()
37273 {
37274
37275 long l;
37276 statvfs_t fs;
37277 statvfs("/", &fs);
37278 l = fs.f_bsize;
37279 l += fs.f_blocks;
37280 l += fs.f_bavail;
37281
37282 ;
37283 return 0;
37284 }
37285 _ACEOF
37286 rm -f conftest.$ac_objext
37287 if { (ac_try="$ac_compile"
37288 case "(($ac_try" in
37289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37290 *) ac_try_echo=$ac_try;;
37291 esac
37292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37293 (eval "$ac_compile") 2>conftest.er1
37294 ac_status=$?
37295 grep -v '^ *+' conftest.er1 >conftest.err
37296 rm -f conftest.er1
37297 cat conftest.err >&5
37298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37299 (exit $ac_status); } && {
37300 test -z "$ac_cxx_werror_flag" ||
37301 test ! -s conftest.err
37302 } && test -s conftest.$ac_objext; then
37303 wx_cv_type_statvfs_t=statvfs_t
37304 else
37305 echo "$as_me: failed program was:" >&5
37306 sed 's/^/| /' conftest.$ac_ext >&5
37307
37308
37309 cat >conftest.$ac_ext <<_ACEOF
37310 /* confdefs.h. */
37311 _ACEOF
37312 cat confdefs.h >>conftest.$ac_ext
37313 cat >>conftest.$ac_ext <<_ACEOF
37314 /* end confdefs.h. */
37315
37316 #include <sys/statvfs.h>
37317
37318 int
37319 main ()
37320 {
37321
37322 long l;
37323 struct statvfs fs;
37324 statvfs("/", &fs);
37325 l = fs.f_bsize;
37326 l += fs.f_blocks;
37327 l += fs.f_bavail;
37328
37329 ;
37330 return 0;
37331 }
37332 _ACEOF
37333 rm -f conftest.$ac_objext
37334 if { (ac_try="$ac_compile"
37335 case "(($ac_try" in
37336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37337 *) ac_try_echo=$ac_try;;
37338 esac
37339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37340 (eval "$ac_compile") 2>conftest.er1
37341 ac_status=$?
37342 grep -v '^ *+' conftest.er1 >conftest.err
37343 rm -f conftest.er1
37344 cat conftest.err >&5
37345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37346 (exit $ac_status); } && {
37347 test -z "$ac_cxx_werror_flag" ||
37348 test ! -s conftest.err
37349 } && test -s conftest.$ac_objext; then
37350 wx_cv_type_statvfs_t="struct statvfs"
37351 else
37352 echo "$as_me: failed program was:" >&5
37353 sed 's/^/| /' conftest.$ac_ext >&5
37354
37355 wx_cv_type_statvfs_t="unknown"
37356
37357 fi
37358
37359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37360
37361
37362 fi
37363
37364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37365 ac_ext=c
37366 ac_cpp='$CPP $CPPFLAGS'
37367 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37368 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37369 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37370
37371
37372 fi
37373 { echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
37374 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6; }
37375
37376 if test "$wx_cv_type_statvfs_t" != "unknown"; then
37377 cat >>confdefs.h <<\_ACEOF
37378 #define HAVE_STATVFS 1
37379 _ACEOF
37380
37381 fi
37382 else
37383 wx_cv_type_statvfs_t="unknown"
37384 fi
37385 fi
37386
37387 if test "$wx_cv_type_statvfs_t" != "unknown"; then
37388 cat >>confdefs.h <<_ACEOF
37389 #define WX_STATFS_T $wx_cv_type_statvfs_t
37390 _ACEOF
37391
37392 else
37393 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
37394 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
37395 fi
37396
37397 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
37398
37399
37400 for ac_func in fcntl flock
37401 do
37402 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37403 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37404 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37405 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37406 echo $ECHO_N "(cached) $ECHO_C" >&6
37407 else
37408 cat >conftest.$ac_ext <<_ACEOF
37409 /* confdefs.h. */
37410 _ACEOF
37411 cat confdefs.h >>conftest.$ac_ext
37412 cat >>conftest.$ac_ext <<_ACEOF
37413 /* end confdefs.h. */
37414 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37415 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37416 #define $ac_func innocuous_$ac_func
37417
37418 /* System header to define __stub macros and hopefully few prototypes,
37419 which can conflict with char $ac_func (); below.
37420 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37421 <limits.h> exists even on freestanding compilers. */
37422
37423 #ifdef __STDC__
37424 # include <limits.h>
37425 #else
37426 # include <assert.h>
37427 #endif
37428
37429 #undef $ac_func
37430
37431 /* Override any GCC internal prototype to avoid an error.
37432 Use char because int might match the return type of a GCC
37433 builtin and then its argument prototype would still apply. */
37434 #ifdef __cplusplus
37435 extern "C"
37436 #endif
37437 char $ac_func ();
37438 /* The GNU C library defines this for functions which it implements
37439 to always fail with ENOSYS. Some functions are actually named
37440 something starting with __ and the normal name is an alias. */
37441 #if defined __stub_$ac_func || defined __stub___$ac_func
37442 choke me
37443 #endif
37444
37445 int
37446 main ()
37447 {
37448 return $ac_func ();
37449 ;
37450 return 0;
37451 }
37452 _ACEOF
37453 rm -f conftest.$ac_objext conftest$ac_exeext
37454 if { (ac_try="$ac_link"
37455 case "(($ac_try" in
37456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37457 *) ac_try_echo=$ac_try;;
37458 esac
37459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37460 (eval "$ac_link") 2>conftest.er1
37461 ac_status=$?
37462 grep -v '^ *+' conftest.er1 >conftest.err
37463 rm -f conftest.er1
37464 cat conftest.err >&5
37465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37466 (exit $ac_status); } && {
37467 test -z "$ac_c_werror_flag" ||
37468 test ! -s conftest.err
37469 } && test -s conftest$ac_exeext &&
37470 $as_test_x conftest$ac_exeext; then
37471 eval "$as_ac_var=yes"
37472 else
37473 echo "$as_me: failed program was:" >&5
37474 sed 's/^/| /' conftest.$ac_ext >&5
37475
37476 eval "$as_ac_var=no"
37477 fi
37478
37479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37480 conftest$ac_exeext conftest.$ac_ext
37481 fi
37482 ac_res=`eval echo '${'$as_ac_var'}'`
37483 { echo "$as_me:$LINENO: result: $ac_res" >&5
37484 echo "${ECHO_T}$ac_res" >&6; }
37485 if test `eval echo '${'$as_ac_var'}'` = yes; then
37486 cat >>confdefs.h <<_ACEOF
37487 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37488 _ACEOF
37489 break
37490 fi
37491 done
37492
37493
37494 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
37495 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
37496 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
37497 wxUSE_SNGLINST_CHECKER=no
37498 fi
37499 fi
37500
37501
37502
37503 for ac_func in setenv putenv
37504 do
37505 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37506 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37507 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37508 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37509 echo $ECHO_N "(cached) $ECHO_C" >&6
37510 else
37511 cat >conftest.$ac_ext <<_ACEOF
37512 /* confdefs.h. */
37513 _ACEOF
37514 cat confdefs.h >>conftest.$ac_ext
37515 cat >>conftest.$ac_ext <<_ACEOF
37516 /* end confdefs.h. */
37517 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37518 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37519 #define $ac_func innocuous_$ac_func
37520
37521 /* System header to define __stub macros and hopefully few prototypes,
37522 which can conflict with char $ac_func (); below.
37523 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37524 <limits.h> exists even on freestanding compilers. */
37525
37526 #ifdef __STDC__
37527 # include <limits.h>
37528 #else
37529 # include <assert.h>
37530 #endif
37531
37532 #undef $ac_func
37533
37534 /* Override any GCC internal prototype to avoid an error.
37535 Use char because int might match the return type of a GCC
37536 builtin and then its argument prototype would still apply. */
37537 #ifdef __cplusplus
37538 extern "C"
37539 #endif
37540 char $ac_func ();
37541 /* The GNU C library defines this for functions which it implements
37542 to always fail with ENOSYS. Some functions are actually named
37543 something starting with __ and the normal name is an alias. */
37544 #if defined __stub_$ac_func || defined __stub___$ac_func
37545 choke me
37546 #endif
37547
37548 int
37549 main ()
37550 {
37551 return $ac_func ();
37552 ;
37553 return 0;
37554 }
37555 _ACEOF
37556 rm -f conftest.$ac_objext conftest$ac_exeext
37557 if { (ac_try="$ac_link"
37558 case "(($ac_try" in
37559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37560 *) ac_try_echo=$ac_try;;
37561 esac
37562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37563 (eval "$ac_link") 2>conftest.er1
37564 ac_status=$?
37565 grep -v '^ *+' conftest.er1 >conftest.err
37566 rm -f conftest.er1
37567 cat conftest.err >&5
37568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37569 (exit $ac_status); } && {
37570 test -z "$ac_c_werror_flag" ||
37571 test ! -s conftest.err
37572 } && test -s conftest$ac_exeext &&
37573 $as_test_x conftest$ac_exeext; then
37574 eval "$as_ac_var=yes"
37575 else
37576 echo "$as_me: failed program was:" >&5
37577 sed 's/^/| /' conftest.$ac_ext >&5
37578
37579 eval "$as_ac_var=no"
37580 fi
37581
37582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37583 conftest$ac_exeext conftest.$ac_ext
37584 fi
37585 ac_res=`eval echo '${'$as_ac_var'}'`
37586 { echo "$as_me:$LINENO: result: $ac_res" >&5
37587 echo "${ECHO_T}$ac_res" >&6; }
37588 if test `eval echo '${'$as_ac_var'}'` = yes; then
37589 cat >>confdefs.h <<_ACEOF
37590 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37591 _ACEOF
37592 break
37593 fi
37594 done
37595
37596 if test "$ac_cv_func_setenv" = "yes"; then
37597
37598 for ac_func in unsetenv
37599 do
37600 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37601 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37602 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37603 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37604 echo $ECHO_N "(cached) $ECHO_C" >&6
37605 else
37606 cat >conftest.$ac_ext <<_ACEOF
37607 /* confdefs.h. */
37608 _ACEOF
37609 cat confdefs.h >>conftest.$ac_ext
37610 cat >>conftest.$ac_ext <<_ACEOF
37611 /* end confdefs.h. */
37612 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37613 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37614 #define $ac_func innocuous_$ac_func
37615
37616 /* System header to define __stub macros and hopefully few prototypes,
37617 which can conflict with char $ac_func (); below.
37618 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37619 <limits.h> exists even on freestanding compilers. */
37620
37621 #ifdef __STDC__
37622 # include <limits.h>
37623 #else
37624 # include <assert.h>
37625 #endif
37626
37627 #undef $ac_func
37628
37629 /* Override any GCC internal prototype to avoid an error.
37630 Use char because int might match the return type of a GCC
37631 builtin and then its argument prototype would still apply. */
37632 #ifdef __cplusplus
37633 extern "C"
37634 #endif
37635 char $ac_func ();
37636 /* The GNU C library defines this for functions which it implements
37637 to always fail with ENOSYS. Some functions are actually named
37638 something starting with __ and the normal name is an alias. */
37639 #if defined __stub_$ac_func || defined __stub___$ac_func
37640 choke me
37641 #endif
37642
37643 int
37644 main ()
37645 {
37646 return $ac_func ();
37647 ;
37648 return 0;
37649 }
37650 _ACEOF
37651 rm -f conftest.$ac_objext conftest$ac_exeext
37652 if { (ac_try="$ac_link"
37653 case "(($ac_try" in
37654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37655 *) ac_try_echo=$ac_try;;
37656 esac
37657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37658 (eval "$ac_link") 2>conftest.er1
37659 ac_status=$?
37660 grep -v '^ *+' conftest.er1 >conftest.err
37661 rm -f conftest.er1
37662 cat conftest.err >&5
37663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37664 (exit $ac_status); } && {
37665 test -z "$ac_c_werror_flag" ||
37666 test ! -s conftest.err
37667 } && test -s conftest$ac_exeext &&
37668 $as_test_x conftest$ac_exeext; then
37669 eval "$as_ac_var=yes"
37670 else
37671 echo "$as_me: failed program was:" >&5
37672 sed 's/^/| /' conftest.$ac_ext >&5
37673
37674 eval "$as_ac_var=no"
37675 fi
37676
37677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37678 conftest$ac_exeext conftest.$ac_ext
37679 fi
37680 ac_res=`eval echo '${'$as_ac_var'}'`
37681 { echo "$as_me:$LINENO: result: $ac_res" >&5
37682 echo "${ECHO_T}$ac_res" >&6; }
37683 if test `eval echo '${'$as_ac_var'}'` = yes; then
37684 cat >>confdefs.h <<_ACEOF
37685 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37686 _ACEOF
37687
37688 fi
37689 done
37690
37691 fi
37692
37693 HAVE_SOME_SLEEP_FUNC=0
37694 if test "$USE_BEOS" = 1; then
37695 cat >>confdefs.h <<\_ACEOF
37696 #define HAVE_SLEEP 1
37697 _ACEOF
37698
37699 HAVE_SOME_SLEEP_FUNC=1
37700 fi
37701
37702 if test "$USE_DARWIN" = 1; then
37703 cat >>confdefs.h <<\_ACEOF
37704 #define HAVE_USLEEP 1
37705 _ACEOF
37706
37707 HAVE_SOME_SLEEP_FUNC=1
37708 fi
37709
37710 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
37711 POSIX4_LINK=
37712
37713 for ac_func in nanosleep
37714 do
37715 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37716 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37717 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37718 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37719 echo $ECHO_N "(cached) $ECHO_C" >&6
37720 else
37721 cat >conftest.$ac_ext <<_ACEOF
37722 /* confdefs.h. */
37723 _ACEOF
37724 cat confdefs.h >>conftest.$ac_ext
37725 cat >>conftest.$ac_ext <<_ACEOF
37726 /* end confdefs.h. */
37727 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37728 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37729 #define $ac_func innocuous_$ac_func
37730
37731 /* System header to define __stub macros and hopefully few prototypes,
37732 which can conflict with char $ac_func (); below.
37733 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37734 <limits.h> exists even on freestanding compilers. */
37735
37736 #ifdef __STDC__
37737 # include <limits.h>
37738 #else
37739 # include <assert.h>
37740 #endif
37741
37742 #undef $ac_func
37743
37744 /* Override any GCC internal prototype to avoid an error.
37745 Use char because int might match the return type of a GCC
37746 builtin and then its argument prototype would still apply. */
37747 #ifdef __cplusplus
37748 extern "C"
37749 #endif
37750 char $ac_func ();
37751 /* The GNU C library defines this for functions which it implements
37752 to always fail with ENOSYS. Some functions are actually named
37753 something starting with __ and the normal name is an alias. */
37754 #if defined __stub_$ac_func || defined __stub___$ac_func
37755 choke me
37756 #endif
37757
37758 int
37759 main ()
37760 {
37761 return $ac_func ();
37762 ;
37763 return 0;
37764 }
37765 _ACEOF
37766 rm -f conftest.$ac_objext conftest$ac_exeext
37767 if { (ac_try="$ac_link"
37768 case "(($ac_try" in
37769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37770 *) ac_try_echo=$ac_try;;
37771 esac
37772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37773 (eval "$ac_link") 2>conftest.er1
37774 ac_status=$?
37775 grep -v '^ *+' conftest.er1 >conftest.err
37776 rm -f conftest.er1
37777 cat conftest.err >&5
37778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37779 (exit $ac_status); } && {
37780 test -z "$ac_c_werror_flag" ||
37781 test ! -s conftest.err
37782 } && test -s conftest$ac_exeext &&
37783 $as_test_x conftest$ac_exeext; then
37784 eval "$as_ac_var=yes"
37785 else
37786 echo "$as_me: failed program was:" >&5
37787 sed 's/^/| /' conftest.$ac_ext >&5
37788
37789 eval "$as_ac_var=no"
37790 fi
37791
37792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37793 conftest$ac_exeext conftest.$ac_ext
37794 fi
37795 ac_res=`eval echo '${'$as_ac_var'}'`
37796 { echo "$as_me:$LINENO: result: $ac_res" >&5
37797 echo "${ECHO_T}$ac_res" >&6; }
37798 if test `eval echo '${'$as_ac_var'}'` = yes; then
37799 cat >>confdefs.h <<_ACEOF
37800 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37801 _ACEOF
37802 cat >>confdefs.h <<\_ACEOF
37803 #define HAVE_NANOSLEEP 1
37804 _ACEOF
37805
37806 else
37807
37808 { echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
37809 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6; }
37810 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
37811 echo $ECHO_N "(cached) $ECHO_C" >&6
37812 else
37813 ac_check_lib_save_LIBS=$LIBS
37814 LIBS="-lposix4 $LIBS"
37815 cat >conftest.$ac_ext <<_ACEOF
37816 /* confdefs.h. */
37817 _ACEOF
37818 cat confdefs.h >>conftest.$ac_ext
37819 cat >>conftest.$ac_ext <<_ACEOF
37820 /* end confdefs.h. */
37821
37822 /* Override any GCC internal prototype to avoid an error.
37823 Use char because int might match the return type of a GCC
37824 builtin and then its argument prototype would still apply. */
37825 #ifdef __cplusplus
37826 extern "C"
37827 #endif
37828 char nanosleep ();
37829 int
37830 main ()
37831 {
37832 return nanosleep ();
37833 ;
37834 return 0;
37835 }
37836 _ACEOF
37837 rm -f conftest.$ac_objext conftest$ac_exeext
37838 if { (ac_try="$ac_link"
37839 case "(($ac_try" in
37840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37841 *) ac_try_echo=$ac_try;;
37842 esac
37843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37844 (eval "$ac_link") 2>conftest.er1
37845 ac_status=$?
37846 grep -v '^ *+' conftest.er1 >conftest.err
37847 rm -f conftest.er1
37848 cat conftest.err >&5
37849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37850 (exit $ac_status); } && {
37851 test -z "$ac_c_werror_flag" ||
37852 test ! -s conftest.err
37853 } && test -s conftest$ac_exeext &&
37854 $as_test_x conftest$ac_exeext; then
37855 ac_cv_lib_posix4_nanosleep=yes
37856 else
37857 echo "$as_me: failed program was:" >&5
37858 sed 's/^/| /' conftest.$ac_ext >&5
37859
37860 ac_cv_lib_posix4_nanosleep=no
37861 fi
37862
37863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37864 conftest$ac_exeext conftest.$ac_ext
37865 LIBS=$ac_check_lib_save_LIBS
37866 fi
37867 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
37868 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6; }
37869 if test $ac_cv_lib_posix4_nanosleep = yes; then
37870
37871 cat >>confdefs.h <<\_ACEOF
37872 #define HAVE_NANOSLEEP 1
37873 _ACEOF
37874
37875 POSIX4_LINK=" -lposix4"
37876
37877 else
37878
37879
37880 for wx_func in usleep
37881 do
37882 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37883 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37884 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37885 echo $ECHO_N "(cached) $ECHO_C" >&6
37886 else
37887
37888 cat >conftest.$ac_ext <<_ACEOF
37889
37890 /* confdefs.h. */
37891 _ACEOF
37892 cat confdefs.h >>conftest.$ac_ext
37893 cat >>conftest.$ac_ext <<_ACEOF
37894 /* end confdefs.h. */
37895
37896
37897 $ac_includes_default
37898
37899 int
37900 main ()
37901 {
37902
37903 #ifndef $wx_func
37904 &$wx_func;
37905 #endif
37906
37907
37908 ;
37909 return 0;
37910 }
37911
37912 _ACEOF
37913 rm -f conftest.$ac_objext conftest$ac_exeext
37914 if { (ac_try="$ac_link"
37915 case "(($ac_try" in
37916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37917 *) ac_try_echo=$ac_try;;
37918 esac
37919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37920 (eval "$ac_link") 2>conftest.er1
37921 ac_status=$?
37922 grep -v '^ *+' conftest.er1 >conftest.err
37923 rm -f conftest.er1
37924 cat conftest.err >&5
37925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37926 (exit $ac_status); } && {
37927 test -z "$ac_c_werror_flag" ||
37928 test ! -s conftest.err
37929 } && test -s conftest$ac_exeext &&
37930 $as_test_x conftest$ac_exeext; then
37931 eval wx_cv_func_$wx_func=yes
37932 else
37933 echo "$as_me: failed program was:" >&5
37934 sed 's/^/| /' conftest.$ac_ext >&5
37935
37936 eval wx_cv_func_$wx_func=no
37937 fi
37938
37939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37940 conftest$ac_exeext conftest.$ac_ext
37941
37942 fi
37943 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
37944 { echo "$as_me:$LINENO: result: $ac_res" >&5
37945 echo "${ECHO_T}$ac_res" >&6; }
37946
37947 if eval test \$wx_cv_func_$wx_func = yes
37948 then
37949 cat >>confdefs.h <<_ACEOF
37950 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37951 _ACEOF
37952
37953
37954 else
37955 :
37956 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
37957 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
37958
37959 fi
37960 done
37961
37962
37963
37964 fi
37965
37966
37967
37968 fi
37969 done
37970
37971 fi
37972
37973
37974 for wx_func in uname
37975 do
37976 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37977 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37978 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37979 echo $ECHO_N "(cached) $ECHO_C" >&6
37980 else
37981
37982 cat >conftest.$ac_ext <<_ACEOF
37983
37984 /* confdefs.h. */
37985 _ACEOF
37986 cat confdefs.h >>conftest.$ac_ext
37987 cat >>conftest.$ac_ext <<_ACEOF
37988 /* end confdefs.h. */
37989
37990 #include <sys/utsname.h>
37991 $ac_includes_default
37992
37993 int
37994 main ()
37995 {
37996
37997 #ifndef $wx_func
37998 &$wx_func;
37999 #endif
38000
38001
38002 ;
38003 return 0;
38004 }
38005
38006 _ACEOF
38007 rm -f conftest.$ac_objext conftest$ac_exeext
38008 if { (ac_try="$ac_link"
38009 case "(($ac_try" in
38010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38011 *) ac_try_echo=$ac_try;;
38012 esac
38013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38014 (eval "$ac_link") 2>conftest.er1
38015 ac_status=$?
38016 grep -v '^ *+' conftest.er1 >conftest.err
38017 rm -f conftest.er1
38018 cat conftest.err >&5
38019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38020 (exit $ac_status); } && {
38021 test -z "$ac_c_werror_flag" ||
38022 test ! -s conftest.err
38023 } && test -s conftest$ac_exeext &&
38024 $as_test_x conftest$ac_exeext; then
38025 eval wx_cv_func_$wx_func=yes
38026 else
38027 echo "$as_me: failed program was:" >&5
38028 sed 's/^/| /' conftest.$ac_ext >&5
38029
38030 eval wx_cv_func_$wx_func=no
38031 fi
38032
38033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38034 conftest$ac_exeext conftest.$ac_ext
38035
38036 fi
38037 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38038 { echo "$as_me:$LINENO: result: $ac_res" >&5
38039 echo "${ECHO_T}$ac_res" >&6; }
38040
38041 if eval test \$wx_cv_func_$wx_func = yes
38042 then
38043 cat >>confdefs.h <<_ACEOF
38044 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38045 _ACEOF
38046
38047
38048 else
38049 :
38050
38051 fi
38052 done
38053
38054 if test "$wx_cv_func_uname" != yes; then
38055
38056 for wx_func in gethostname
38057 do
38058 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38059 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38060 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38061 echo $ECHO_N "(cached) $ECHO_C" >&6
38062 else
38063
38064 cat >conftest.$ac_ext <<_ACEOF
38065
38066 /* confdefs.h. */
38067 _ACEOF
38068 cat confdefs.h >>conftest.$ac_ext
38069 cat >>conftest.$ac_ext <<_ACEOF
38070 /* end confdefs.h. */
38071
38072
38073 $ac_includes_default
38074
38075 int
38076 main ()
38077 {
38078
38079 #ifndef $wx_func
38080 &$wx_func;
38081 #endif
38082
38083
38084 ;
38085 return 0;
38086 }
38087
38088 _ACEOF
38089 rm -f conftest.$ac_objext conftest$ac_exeext
38090 if { (ac_try="$ac_link"
38091 case "(($ac_try" in
38092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38093 *) ac_try_echo=$ac_try;;
38094 esac
38095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38096 (eval "$ac_link") 2>conftest.er1
38097 ac_status=$?
38098 grep -v '^ *+' conftest.er1 >conftest.err
38099 rm -f conftest.er1
38100 cat conftest.err >&5
38101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38102 (exit $ac_status); } && {
38103 test -z "$ac_c_werror_flag" ||
38104 test ! -s conftest.err
38105 } && test -s conftest$ac_exeext &&
38106 $as_test_x conftest$ac_exeext; then
38107 eval wx_cv_func_$wx_func=yes
38108 else
38109 echo "$as_me: failed program was:" >&5
38110 sed 's/^/| /' conftest.$ac_ext >&5
38111
38112 eval wx_cv_func_$wx_func=no
38113 fi
38114
38115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38116 conftest$ac_exeext conftest.$ac_ext
38117
38118 fi
38119 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38120 { echo "$as_me:$LINENO: result: $ac_res" >&5
38121 echo "${ECHO_T}$ac_res" >&6; }
38122
38123 if eval test \$wx_cv_func_$wx_func = yes
38124 then
38125 cat >>confdefs.h <<_ACEOF
38126 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38127 _ACEOF
38128
38129
38130 else
38131 :
38132
38133 fi
38134 done
38135
38136 fi
38137
38138
38139 for wx_func in strtok_r
38140 do
38141 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38142 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38143 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38144 echo $ECHO_N "(cached) $ECHO_C" >&6
38145 else
38146
38147 cat >conftest.$ac_ext <<_ACEOF
38148
38149 /* confdefs.h. */
38150 _ACEOF
38151 cat confdefs.h >>conftest.$ac_ext
38152 cat >>conftest.$ac_ext <<_ACEOF
38153 /* end confdefs.h. */
38154
38155 #define _REENTRANT
38156 $ac_includes_default
38157
38158 int
38159 main ()
38160 {
38161
38162 #ifndef $wx_func
38163 &$wx_func;
38164 #endif
38165
38166
38167 ;
38168 return 0;
38169 }
38170
38171 _ACEOF
38172 rm -f conftest.$ac_objext conftest$ac_exeext
38173 if { (ac_try="$ac_link"
38174 case "(($ac_try" in
38175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38176 *) ac_try_echo=$ac_try;;
38177 esac
38178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38179 (eval "$ac_link") 2>conftest.er1
38180 ac_status=$?
38181 grep -v '^ *+' conftest.er1 >conftest.err
38182 rm -f conftest.er1
38183 cat conftest.err >&5
38184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38185 (exit $ac_status); } && {
38186 test -z "$ac_c_werror_flag" ||
38187 test ! -s conftest.err
38188 } && test -s conftest$ac_exeext &&
38189 $as_test_x conftest$ac_exeext; then
38190 eval wx_cv_func_$wx_func=yes
38191 else
38192 echo "$as_me: failed program was:" >&5
38193 sed 's/^/| /' conftest.$ac_ext >&5
38194
38195 eval wx_cv_func_$wx_func=no
38196 fi
38197
38198 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38199 conftest$ac_exeext conftest.$ac_ext
38200
38201 fi
38202 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38203 { echo "$as_me:$LINENO: result: $ac_res" >&5
38204 echo "${ECHO_T}$ac_res" >&6; }
38205
38206 if eval test \$wx_cv_func_$wx_func = yes
38207 then
38208 cat >>confdefs.h <<_ACEOF
38209 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38210 _ACEOF
38211
38212
38213 else
38214 :
38215
38216 fi
38217 done
38218
38219
38220 INET_LINK=
38221
38222 for ac_func in inet_addr
38223 do
38224 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38225 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38226 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38227 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38228 echo $ECHO_N "(cached) $ECHO_C" >&6
38229 else
38230 cat >conftest.$ac_ext <<_ACEOF
38231 /* confdefs.h. */
38232 _ACEOF
38233 cat confdefs.h >>conftest.$ac_ext
38234 cat >>conftest.$ac_ext <<_ACEOF
38235 /* end confdefs.h. */
38236 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38237 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38238 #define $ac_func innocuous_$ac_func
38239
38240 /* System header to define __stub macros and hopefully few prototypes,
38241 which can conflict with char $ac_func (); below.
38242 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38243 <limits.h> exists even on freestanding compilers. */
38244
38245 #ifdef __STDC__
38246 # include <limits.h>
38247 #else
38248 # include <assert.h>
38249 #endif
38250
38251 #undef $ac_func
38252
38253 /* Override any GCC internal prototype to avoid an error.
38254 Use char because int might match the return type of a GCC
38255 builtin and then its argument prototype would still apply. */
38256 #ifdef __cplusplus
38257 extern "C"
38258 #endif
38259 char $ac_func ();
38260 /* The GNU C library defines this for functions which it implements
38261 to always fail with ENOSYS. Some functions are actually named
38262 something starting with __ and the normal name is an alias. */
38263 #if defined __stub_$ac_func || defined __stub___$ac_func
38264 choke me
38265 #endif
38266
38267 int
38268 main ()
38269 {
38270 return $ac_func ();
38271 ;
38272 return 0;
38273 }
38274 _ACEOF
38275 rm -f conftest.$ac_objext conftest$ac_exeext
38276 if { (ac_try="$ac_link"
38277 case "(($ac_try" in
38278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38279 *) ac_try_echo=$ac_try;;
38280 esac
38281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38282 (eval "$ac_link") 2>conftest.er1
38283 ac_status=$?
38284 grep -v '^ *+' conftest.er1 >conftest.err
38285 rm -f conftest.er1
38286 cat conftest.err >&5
38287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38288 (exit $ac_status); } && {
38289 test -z "$ac_c_werror_flag" ||
38290 test ! -s conftest.err
38291 } && test -s conftest$ac_exeext &&
38292 $as_test_x conftest$ac_exeext; then
38293 eval "$as_ac_var=yes"
38294 else
38295 echo "$as_me: failed program was:" >&5
38296 sed 's/^/| /' conftest.$ac_ext >&5
38297
38298 eval "$as_ac_var=no"
38299 fi
38300
38301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38302 conftest$ac_exeext conftest.$ac_ext
38303 fi
38304 ac_res=`eval echo '${'$as_ac_var'}'`
38305 { echo "$as_me:$LINENO: result: $ac_res" >&5
38306 echo "${ECHO_T}$ac_res" >&6; }
38307 if test `eval echo '${'$as_ac_var'}'` = yes; then
38308 cat >>confdefs.h <<_ACEOF
38309 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38310 _ACEOF
38311 cat >>confdefs.h <<\_ACEOF
38312 #define HAVE_INET_ADDR 1
38313 _ACEOF
38314
38315 else
38316
38317 { echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
38318 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6; }
38319 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
38320 echo $ECHO_N "(cached) $ECHO_C" >&6
38321 else
38322 ac_check_lib_save_LIBS=$LIBS
38323 LIBS="-lnsl $LIBS"
38324 cat >conftest.$ac_ext <<_ACEOF
38325 /* confdefs.h. */
38326 _ACEOF
38327 cat confdefs.h >>conftest.$ac_ext
38328 cat >>conftest.$ac_ext <<_ACEOF
38329 /* end confdefs.h. */
38330
38331 /* Override any GCC internal prototype to avoid an error.
38332 Use char because int might match the return type of a GCC
38333 builtin and then its argument prototype would still apply. */
38334 #ifdef __cplusplus
38335 extern "C"
38336 #endif
38337 char inet_addr ();
38338 int
38339 main ()
38340 {
38341 return inet_addr ();
38342 ;
38343 return 0;
38344 }
38345 _ACEOF
38346 rm -f conftest.$ac_objext conftest$ac_exeext
38347 if { (ac_try="$ac_link"
38348 case "(($ac_try" in
38349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38350 *) ac_try_echo=$ac_try;;
38351 esac
38352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38353 (eval "$ac_link") 2>conftest.er1
38354 ac_status=$?
38355 grep -v '^ *+' conftest.er1 >conftest.err
38356 rm -f conftest.er1
38357 cat conftest.err >&5
38358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38359 (exit $ac_status); } && {
38360 test -z "$ac_c_werror_flag" ||
38361 test ! -s conftest.err
38362 } && test -s conftest$ac_exeext &&
38363 $as_test_x conftest$ac_exeext; then
38364 ac_cv_lib_nsl_inet_addr=yes
38365 else
38366 echo "$as_me: failed program was:" >&5
38367 sed 's/^/| /' conftest.$ac_ext >&5
38368
38369 ac_cv_lib_nsl_inet_addr=no
38370 fi
38371
38372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38373 conftest$ac_exeext conftest.$ac_ext
38374 LIBS=$ac_check_lib_save_LIBS
38375 fi
38376 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
38377 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6; }
38378 if test $ac_cv_lib_nsl_inet_addr = yes; then
38379 INET_LINK="nsl"
38380 else
38381
38382 { echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
38383 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6; }
38384 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
38385 echo $ECHO_N "(cached) $ECHO_C" >&6
38386 else
38387 ac_check_lib_save_LIBS=$LIBS
38388 LIBS="-lresolv $LIBS"
38389 cat >conftest.$ac_ext <<_ACEOF
38390 /* confdefs.h. */
38391 _ACEOF
38392 cat confdefs.h >>conftest.$ac_ext
38393 cat >>conftest.$ac_ext <<_ACEOF
38394 /* end confdefs.h. */
38395
38396 /* Override any GCC internal prototype to avoid an error.
38397 Use char because int might match the return type of a GCC
38398 builtin and then its argument prototype would still apply. */
38399 #ifdef __cplusplus
38400 extern "C"
38401 #endif
38402 char inet_addr ();
38403 int
38404 main ()
38405 {
38406 return inet_addr ();
38407 ;
38408 return 0;
38409 }
38410 _ACEOF
38411 rm -f conftest.$ac_objext conftest$ac_exeext
38412 if { (ac_try="$ac_link"
38413 case "(($ac_try" in
38414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38415 *) ac_try_echo=$ac_try;;
38416 esac
38417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38418 (eval "$ac_link") 2>conftest.er1
38419 ac_status=$?
38420 grep -v '^ *+' conftest.er1 >conftest.err
38421 rm -f conftest.er1
38422 cat conftest.err >&5
38423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38424 (exit $ac_status); } && {
38425 test -z "$ac_c_werror_flag" ||
38426 test ! -s conftest.err
38427 } && test -s conftest$ac_exeext &&
38428 $as_test_x conftest$ac_exeext; then
38429 ac_cv_lib_resolv_inet_addr=yes
38430 else
38431 echo "$as_me: failed program was:" >&5
38432 sed 's/^/| /' conftest.$ac_ext >&5
38433
38434 ac_cv_lib_resolv_inet_addr=no
38435 fi
38436
38437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38438 conftest$ac_exeext conftest.$ac_ext
38439 LIBS=$ac_check_lib_save_LIBS
38440 fi
38441 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
38442 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6; }
38443 if test $ac_cv_lib_resolv_inet_addr = yes; then
38444 INET_LINK="resolv"
38445 else
38446
38447 { echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
38448 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6; }
38449 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
38450 echo $ECHO_N "(cached) $ECHO_C" >&6
38451 else
38452 ac_check_lib_save_LIBS=$LIBS
38453 LIBS="-lsocket $LIBS"
38454 cat >conftest.$ac_ext <<_ACEOF
38455 /* confdefs.h. */
38456 _ACEOF
38457 cat confdefs.h >>conftest.$ac_ext
38458 cat >>conftest.$ac_ext <<_ACEOF
38459 /* end confdefs.h. */
38460
38461 /* Override any GCC internal prototype to avoid an error.
38462 Use char because int might match the return type of a GCC
38463 builtin and then its argument prototype would still apply. */
38464 #ifdef __cplusplus
38465 extern "C"
38466 #endif
38467 char inet_addr ();
38468 int
38469 main ()
38470 {
38471 return inet_addr ();
38472 ;
38473 return 0;
38474 }
38475 _ACEOF
38476 rm -f conftest.$ac_objext conftest$ac_exeext
38477 if { (ac_try="$ac_link"
38478 case "(($ac_try" in
38479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38480 *) ac_try_echo=$ac_try;;
38481 esac
38482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38483 (eval "$ac_link") 2>conftest.er1
38484 ac_status=$?
38485 grep -v '^ *+' conftest.er1 >conftest.err
38486 rm -f conftest.er1
38487 cat conftest.err >&5
38488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38489 (exit $ac_status); } && {
38490 test -z "$ac_c_werror_flag" ||
38491 test ! -s conftest.err
38492 } && test -s conftest$ac_exeext &&
38493 $as_test_x conftest$ac_exeext; then
38494 ac_cv_lib_socket_inet_addr=yes
38495 else
38496 echo "$as_me: failed program was:" >&5
38497 sed 's/^/| /' conftest.$ac_ext >&5
38498
38499 ac_cv_lib_socket_inet_addr=no
38500 fi
38501
38502 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38503 conftest$ac_exeext conftest.$ac_ext
38504 LIBS=$ac_check_lib_save_LIBS
38505 fi
38506 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
38507 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6; }
38508 if test $ac_cv_lib_socket_inet_addr = yes; then
38509 INET_LINK="socket"
38510
38511 fi
38512
38513
38514
38515 fi
38516
38517
38518
38519 fi
38520
38521
38522
38523 fi
38524 done
38525
38526
38527
38528 for ac_func in inet_aton
38529 do
38530 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38531 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38532 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38533 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38534 echo $ECHO_N "(cached) $ECHO_C" >&6
38535 else
38536 cat >conftest.$ac_ext <<_ACEOF
38537 /* confdefs.h. */
38538 _ACEOF
38539 cat confdefs.h >>conftest.$ac_ext
38540 cat >>conftest.$ac_ext <<_ACEOF
38541 /* end confdefs.h. */
38542 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38543 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38544 #define $ac_func innocuous_$ac_func
38545
38546 /* System header to define __stub macros and hopefully few prototypes,
38547 which can conflict with char $ac_func (); below.
38548 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38549 <limits.h> exists even on freestanding compilers. */
38550
38551 #ifdef __STDC__
38552 # include <limits.h>
38553 #else
38554 # include <assert.h>
38555 #endif
38556
38557 #undef $ac_func
38558
38559 /* Override any GCC internal prototype to avoid an error.
38560 Use char because int might match the return type of a GCC
38561 builtin and then its argument prototype would still apply. */
38562 #ifdef __cplusplus
38563 extern "C"
38564 #endif
38565 char $ac_func ();
38566 /* The GNU C library defines this for functions which it implements
38567 to always fail with ENOSYS. Some functions are actually named
38568 something starting with __ and the normal name is an alias. */
38569 #if defined __stub_$ac_func || defined __stub___$ac_func
38570 choke me
38571 #endif
38572
38573 int
38574 main ()
38575 {
38576 return $ac_func ();
38577 ;
38578 return 0;
38579 }
38580 _ACEOF
38581 rm -f conftest.$ac_objext conftest$ac_exeext
38582 if { (ac_try="$ac_link"
38583 case "(($ac_try" in
38584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38585 *) ac_try_echo=$ac_try;;
38586 esac
38587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38588 (eval "$ac_link") 2>conftest.er1
38589 ac_status=$?
38590 grep -v '^ *+' conftest.er1 >conftest.err
38591 rm -f conftest.er1
38592 cat conftest.err >&5
38593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38594 (exit $ac_status); } && {
38595 test -z "$ac_c_werror_flag" ||
38596 test ! -s conftest.err
38597 } && test -s conftest$ac_exeext &&
38598 $as_test_x conftest$ac_exeext; then
38599 eval "$as_ac_var=yes"
38600 else
38601 echo "$as_me: failed program was:" >&5
38602 sed 's/^/| /' conftest.$ac_ext >&5
38603
38604 eval "$as_ac_var=no"
38605 fi
38606
38607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38608 conftest$ac_exeext conftest.$ac_ext
38609 fi
38610 ac_res=`eval echo '${'$as_ac_var'}'`
38611 { echo "$as_me:$LINENO: result: $ac_res" >&5
38612 echo "${ECHO_T}$ac_res" >&6; }
38613 if test `eval echo '${'$as_ac_var'}'` = yes; then
38614 cat >>confdefs.h <<_ACEOF
38615 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38616 _ACEOF
38617 cat >>confdefs.h <<\_ACEOF
38618 #define HAVE_INET_ATON 1
38619 _ACEOF
38620
38621 else
38622
38623 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
38624 { echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
38625 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6; }
38626 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
38627 echo $ECHO_N "(cached) $ECHO_C" >&6
38628 else
38629 ac_check_lib_save_LIBS=$LIBS
38630 LIBS="-l$INET_LINK $LIBS"
38631 cat >conftest.$ac_ext <<_ACEOF
38632 /* confdefs.h. */
38633 _ACEOF
38634 cat confdefs.h >>conftest.$ac_ext
38635 cat >>conftest.$ac_ext <<_ACEOF
38636 /* end confdefs.h. */
38637
38638 /* Override any GCC internal prototype to avoid an error.
38639 Use char because int might match the return type of a GCC
38640 builtin and then its argument prototype would still apply. */
38641 #ifdef __cplusplus
38642 extern "C"
38643 #endif
38644 char inet_aton ();
38645 int
38646 main ()
38647 {
38648 return inet_aton ();
38649 ;
38650 return 0;
38651 }
38652 _ACEOF
38653 rm -f conftest.$ac_objext conftest$ac_exeext
38654 if { (ac_try="$ac_link"
38655 case "(($ac_try" in
38656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38657 *) ac_try_echo=$ac_try;;
38658 esac
38659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38660 (eval "$ac_link") 2>conftest.er1
38661 ac_status=$?
38662 grep -v '^ *+' conftest.er1 >conftest.err
38663 rm -f conftest.er1
38664 cat conftest.err >&5
38665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38666 (exit $ac_status); } && {
38667 test -z "$ac_c_werror_flag" ||
38668 test ! -s conftest.err
38669 } && test -s conftest$ac_exeext &&
38670 $as_test_x conftest$ac_exeext; then
38671 eval "$as_ac_Lib=yes"
38672 else
38673 echo "$as_me: failed program was:" >&5
38674 sed 's/^/| /' conftest.$ac_ext >&5
38675
38676 eval "$as_ac_Lib=no"
38677 fi
38678
38679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38680 conftest$ac_exeext conftest.$ac_ext
38681 LIBS=$ac_check_lib_save_LIBS
38682 fi
38683 ac_res=`eval echo '${'$as_ac_Lib'}'`
38684 { echo "$as_me:$LINENO: result: $ac_res" >&5
38685 echo "${ECHO_T}$ac_res" >&6; }
38686 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
38687 cat >>confdefs.h <<\_ACEOF
38688 #define HAVE_INET_ATON 1
38689 _ACEOF
38690
38691 fi
38692
38693
38694 fi
38695 done
38696
38697
38698 if test "x$INET_LINK" != "x"; then
38699 cat >>confdefs.h <<\_ACEOF
38700 #define HAVE_INET_ADDR 1
38701 _ACEOF
38702
38703 INET_LINK=" -l$INET_LINK"
38704 fi
38705
38706
38707 for wx_func in fdopen
38708 do
38709 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38710 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38711 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38712 echo $ECHO_N "(cached) $ECHO_C" >&6
38713 else
38714
38715 cat >conftest.$ac_ext <<_ACEOF
38716
38717 /* confdefs.h. */
38718 _ACEOF
38719 cat confdefs.h >>conftest.$ac_ext
38720 cat >>conftest.$ac_ext <<_ACEOF
38721 /* end confdefs.h. */
38722
38723
38724 $ac_includes_default
38725
38726 int
38727 main ()
38728 {
38729
38730 #ifndef $wx_func
38731 &$wx_func;
38732 #endif
38733
38734
38735 ;
38736 return 0;
38737 }
38738
38739 _ACEOF
38740 rm -f conftest.$ac_objext conftest$ac_exeext
38741 if { (ac_try="$ac_link"
38742 case "(($ac_try" in
38743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38744 *) ac_try_echo=$ac_try;;
38745 esac
38746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38747 (eval "$ac_link") 2>conftest.er1
38748 ac_status=$?
38749 grep -v '^ *+' conftest.er1 >conftest.err
38750 rm -f conftest.er1
38751 cat conftest.err >&5
38752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38753 (exit $ac_status); } && {
38754 test -z "$ac_c_werror_flag" ||
38755 test ! -s conftest.err
38756 } && test -s conftest$ac_exeext &&
38757 $as_test_x conftest$ac_exeext; then
38758 eval wx_cv_func_$wx_func=yes
38759 else
38760 echo "$as_me: failed program was:" >&5
38761 sed 's/^/| /' conftest.$ac_ext >&5
38762
38763 eval wx_cv_func_$wx_func=no
38764 fi
38765
38766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38767 conftest$ac_exeext conftest.$ac_ext
38768
38769 fi
38770 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38771 { echo "$as_me:$LINENO: result: $ac_res" >&5
38772 echo "${ECHO_T}$ac_res" >&6; }
38773
38774 if eval test \$wx_cv_func_$wx_func = yes
38775 then
38776 cat >>confdefs.h <<_ACEOF
38777 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38778 _ACEOF
38779
38780
38781 else
38782 :
38783
38784 fi
38785 done
38786
38787
38788 if test "$wxUSE_TARSTREAM" = "yes"; then
38789
38790 for wx_func in sysconf
38791 do
38792 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38793 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38794 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38795 echo $ECHO_N "(cached) $ECHO_C" >&6
38796 else
38797
38798 cat >conftest.$ac_ext <<_ACEOF
38799
38800 /* confdefs.h. */
38801 _ACEOF
38802 cat confdefs.h >>conftest.$ac_ext
38803 cat >>conftest.$ac_ext <<_ACEOF
38804 /* end confdefs.h. */
38805
38806
38807 $ac_includes_default
38808
38809 int
38810 main ()
38811 {
38812
38813 #ifndef $wx_func
38814 &$wx_func;
38815 #endif
38816
38817
38818 ;
38819 return 0;
38820 }
38821
38822 _ACEOF
38823 rm -f conftest.$ac_objext conftest$ac_exeext
38824 if { (ac_try="$ac_link"
38825 case "(($ac_try" in
38826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38827 *) ac_try_echo=$ac_try;;
38828 esac
38829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38830 (eval "$ac_link") 2>conftest.er1
38831 ac_status=$?
38832 grep -v '^ *+' conftest.er1 >conftest.err
38833 rm -f conftest.er1
38834 cat conftest.err >&5
38835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38836 (exit $ac_status); } && {
38837 test -z "$ac_c_werror_flag" ||
38838 test ! -s conftest.err
38839 } && test -s conftest$ac_exeext &&
38840 $as_test_x conftest$ac_exeext; then
38841 eval wx_cv_func_$wx_func=yes
38842 else
38843 echo "$as_me: failed program was:" >&5
38844 sed 's/^/| /' conftest.$ac_ext >&5
38845
38846 eval wx_cv_func_$wx_func=no
38847 fi
38848
38849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38850 conftest$ac_exeext conftest.$ac_ext
38851
38852 fi
38853 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38854 { echo "$as_me:$LINENO: result: $ac_res" >&5
38855 echo "${ECHO_T}$ac_res" >&6; }
38856
38857 if eval test \$wx_cv_func_$wx_func = yes
38858 then
38859 cat >>confdefs.h <<_ACEOF
38860 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38861 _ACEOF
38862
38863
38864 else
38865 :
38866
38867 fi
38868 done
38869
38870
38871
38872 for wx_func in getpwuid_r
38873 do
38874 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38875 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38876 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38877 echo $ECHO_N "(cached) $ECHO_C" >&6
38878 else
38879
38880 cat >conftest.$ac_ext <<_ACEOF
38881
38882 /* confdefs.h. */
38883 _ACEOF
38884 cat confdefs.h >>conftest.$ac_ext
38885 cat >>conftest.$ac_ext <<_ACEOF
38886 /* end confdefs.h. */
38887
38888
38889 #define _REENTRANT
38890 #include <pwd.h>
38891
38892 $ac_includes_default
38893
38894 int
38895 main ()
38896 {
38897
38898 #ifndef $wx_func
38899 &$wx_func;
38900 #endif
38901
38902 struct passwd pw, *ppw;
38903 char buf[1024];
38904 getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
38905
38906
38907 ;
38908 return 0;
38909 }
38910
38911 _ACEOF
38912 rm -f conftest.$ac_objext conftest$ac_exeext
38913 if { (ac_try="$ac_link"
38914 case "(($ac_try" in
38915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38916 *) ac_try_echo=$ac_try;;
38917 esac
38918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38919 (eval "$ac_link") 2>conftest.er1
38920 ac_status=$?
38921 grep -v '^ *+' conftest.er1 >conftest.err
38922 rm -f conftest.er1
38923 cat conftest.err >&5
38924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38925 (exit $ac_status); } && {
38926 test -z "$ac_c_werror_flag" ||
38927 test ! -s conftest.err
38928 } && test -s conftest$ac_exeext &&
38929 $as_test_x conftest$ac_exeext; then
38930 eval wx_cv_func_$wx_func=yes
38931 else
38932 echo "$as_me: failed program was:" >&5
38933 sed 's/^/| /' conftest.$ac_ext >&5
38934
38935 eval wx_cv_func_$wx_func=no
38936 fi
38937
38938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38939 conftest$ac_exeext conftest.$ac_ext
38940
38941 fi
38942 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38943 { echo "$as_me:$LINENO: result: $ac_res" >&5
38944 echo "${ECHO_T}$ac_res" >&6; }
38945
38946 if eval test \$wx_cv_func_$wx_func = yes
38947 then
38948 cat >>confdefs.h <<_ACEOF
38949 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38950 _ACEOF
38951
38952
38953 else
38954 :
38955
38956 fi
38957 done
38958
38959
38960
38961 for wx_func in getgrgid_r
38962 do
38963 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38964 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38965 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38966 echo $ECHO_N "(cached) $ECHO_C" >&6
38967 else
38968
38969 cat >conftest.$ac_ext <<_ACEOF
38970
38971 /* confdefs.h. */
38972 _ACEOF
38973 cat confdefs.h >>conftest.$ac_ext
38974 cat >>conftest.$ac_ext <<_ACEOF
38975 /* end confdefs.h. */
38976
38977
38978 #define _REENTRANT
38979 #include <grp.h>
38980
38981 $ac_includes_default
38982
38983 int
38984 main ()
38985 {
38986
38987 #ifndef $wx_func
38988 &$wx_func;
38989 #endif
38990
38991 struct group grp, *pgrp;
38992 char buf[1024];
38993 getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
38994
38995
38996 ;
38997 return 0;
38998 }
38999
39000 _ACEOF
39001 rm -f conftest.$ac_objext conftest$ac_exeext
39002 if { (ac_try="$ac_link"
39003 case "(($ac_try" in
39004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39005 *) ac_try_echo=$ac_try;;
39006 esac
39007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39008 (eval "$ac_link") 2>conftest.er1
39009 ac_status=$?
39010 grep -v '^ *+' conftest.er1 >conftest.err
39011 rm -f conftest.er1
39012 cat conftest.err >&5
39013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39014 (exit $ac_status); } && {
39015 test -z "$ac_c_werror_flag" ||
39016 test ! -s conftest.err
39017 } && test -s conftest$ac_exeext &&
39018 $as_test_x conftest$ac_exeext; then
39019 eval wx_cv_func_$wx_func=yes
39020 else
39021 echo "$as_me: failed program was:" >&5
39022 sed 's/^/| /' conftest.$ac_ext >&5
39023
39024 eval wx_cv_func_$wx_func=no
39025 fi
39026
39027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39028 conftest$ac_exeext conftest.$ac_ext
39029
39030 fi
39031 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39032 { echo "$as_me:$LINENO: result: $ac_res" >&5
39033 echo "${ECHO_T}$ac_res" >&6; }
39034
39035 if eval test \$wx_cv_func_$wx_func = yes
39036 then
39037 cat >>confdefs.h <<_ACEOF
39038 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39039 _ACEOF
39040
39041
39042 else
39043 :
39044
39045 fi
39046 done
39047
39048 fi
39049
39050 fi
39051
39052
39053
39054 cat >confcache <<\_ACEOF
39055 # This file is a shell script that caches the results of configure
39056 # tests run on this system so they can be shared between configure
39057 # scripts and configure runs, see configure's option --config-cache.
39058 # It is not useful on other systems. If it contains results you don't
39059 # want to keep, you may remove or edit it.
39060 #
39061 # config.status only pays attention to the cache file if you give it
39062 # the --recheck option to rerun configure.
39063 #
39064 # `ac_cv_env_foo' variables (set or unset) will be overridden when
39065 # loading this file, other *unset* `ac_cv_foo' will be assigned the
39066 # following values.
39067
39068 _ACEOF
39069
39070 # The following way of writing the cache mishandles newlines in values,
39071 # but we know of no workaround that is simple, portable, and efficient.
39072 # So, we kill variables containing newlines.
39073 # Ultrix sh set writes to stderr and can't be redirected directly,
39074 # and sets the high bit in the cache file unless we assign to the vars.
39075 (
39076 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
39077 eval ac_val=\$$ac_var
39078 case $ac_val in #(
39079 *${as_nl}*)
39080 case $ac_var in #(
39081 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
39082 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
39083 esac
39084 case $ac_var in #(
39085 _ | IFS | as_nl) ;; #(
39086 *) $as_unset $ac_var ;;
39087 esac ;;
39088 esac
39089 done
39090
39091 (set) 2>&1 |
39092 case $as_nl`(ac_space=' '; set) 2>&1` in #(
39093 *${as_nl}ac_space=\ *)
39094 # `set' does not quote correctly, so add quotes (double-quote
39095 # substitution turns \\\\ into \\, and sed turns \\ into \).
39096 sed -n \
39097 "s/'/'\\\\''/g;
39098 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
39099 ;; #(
39100 *)
39101 # `set' quotes correctly as required by POSIX, so do not add quotes.
39102 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
39103 ;;
39104 esac |
39105 sort
39106 ) |
39107 sed '
39108 /^ac_cv_env_/b end
39109 t clear
39110 :clear
39111 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
39112 t end
39113 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
39114 :end' >>confcache
39115 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
39116 if test -w "$cache_file"; then
39117 test "x$cache_file" != "x/dev/null" &&
39118 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
39119 echo "$as_me: updating cache $cache_file" >&6;}
39120 cat confcache >$cache_file
39121 else
39122 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
39123 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
39124 fi
39125 fi
39126 rm -f confcache
39127
39128
39129 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
39130
39131
39132 THREADS_LINK=
39133 THREADS_CFLAGS=
39134
39135 if test "$wxUSE_THREADS" = "yes" ; then
39136 if test "$USE_BEOS" = 1; then
39137 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
39138 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
39139 wxUSE_THREADS="no"
39140 fi
39141 fi
39142
39143 if test "$wxUSE_THREADS" = "yes" ; then
39144
39145
39146 THREAD_OPTS="-pthread"
39147 if test "x$SUNCXX" = xyes; then
39148 THREAD_OPTS="-mt lthread $THREAD_OPTS"
39149 fi
39150
39151 case "${host}" in
39152 *-*-solaris2* | *-*-sunos4* )
39153 if test "x$GCC" = "xyes"; then
39154 THREAD_OPTS="-pthreads $THREAD_OPTS"
39155 fi
39156 ;;
39157 *-*-freebsd*)
39158 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
39159 ;;
39160 *-*-darwin* | *-*-cygwin* )
39161 THREAD_OPTS=""
39162 ;;
39163 *-*-aix*)
39164 THREAD_OPTS="pthreads"
39165 ;;
39166 *-hp-hpux* )
39167 if test "x$GCC" = "xyes"; then
39168 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
39169 THREAD_OPTS=""
39170 else
39171 THREAD_OPTS="-mt"
39172 fi
39173 ;;
39174
39175 *-*-irix* )
39176 if test "x$GCC" = "xyes"; then
39177 THREAD_OPTS=""
39178 fi
39179 ;;
39180
39181 *-*-*UnixWare*)
39182 if test "x$GCC" != "xyes"; then
39183 THREAD_OPTS="-Ethread"
39184 fi
39185 ;;
39186 esac
39187
39188 THREAD_OPTS="$THREAD_OPTS pthread none"
39189
39190 THREADS_OK=no
39191 for flag in $THREAD_OPTS; do
39192 case $flag in
39193 none)
39194 { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
39195 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; }
39196 ;;
39197
39198 -*)
39199 { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
39200 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; }
39201 THREADS_CFLAGS="$flag"
39202 ;;
39203
39204 *)
39205 { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
39206 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; }
39207 THREADS_LINK="-l$flag"
39208 ;;
39209 esac
39210
39211 save_LIBS="$LIBS"
39212 save_CFLAGS="$CFLAGS"
39213 LIBS="$THREADS_LINK $LIBS"
39214 CFLAGS="$THREADS_CFLAGS $CFLAGS"
39215
39216 cat >conftest.$ac_ext <<_ACEOF
39217 /* confdefs.h. */
39218 _ACEOF
39219 cat confdefs.h >>conftest.$ac_ext
39220 cat >>conftest.$ac_ext <<_ACEOF
39221 /* end confdefs.h. */
39222 #include <pthread.h>
39223 int
39224 main ()
39225 {
39226 pthread_create(0,0,0,0);
39227 ;
39228 return 0;
39229 }
39230 _ACEOF
39231 rm -f conftest.$ac_objext conftest$ac_exeext
39232 if { (ac_try="$ac_link"
39233 case "(($ac_try" in
39234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39235 *) ac_try_echo=$ac_try;;
39236 esac
39237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39238 (eval "$ac_link") 2>conftest.er1
39239 ac_status=$?
39240 grep -v '^ *+' conftest.er1 >conftest.err
39241 rm -f conftest.er1
39242 cat conftest.err >&5
39243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39244 (exit $ac_status); } && {
39245 test -z "$ac_c_werror_flag" ||
39246 test ! -s conftest.err
39247 } && test -s conftest$ac_exeext &&
39248 $as_test_x conftest$ac_exeext; then
39249 THREADS_OK=yes
39250 else
39251 echo "$as_me: failed program was:" >&5
39252 sed 's/^/| /' conftest.$ac_ext >&5
39253
39254
39255 fi
39256
39257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39258 conftest$ac_exeext conftest.$ac_ext
39259
39260 LIBS="$save_LIBS"
39261 CFLAGS="$save_CFLAGS"
39262
39263 { echo "$as_me:$LINENO: result: $THREADS_OK" >&5
39264 echo "${ECHO_T}$THREADS_OK" >&6; }
39265 if test "x$THREADS_OK" = "xyes"; then
39266 break;
39267 fi
39268
39269 THREADS_LINK=""
39270 THREADS_CFLAGS=""
39271 done
39272
39273 if test "x$THREADS_OK" != "xyes"; then
39274 wxUSE_THREADS=no
39275 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
39276 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
39277 else
39278 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
39279 LIBS="$THREADS_LINK $LIBS"
39280
39281 { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
39282 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; }
39283 flag=no
39284 case "${host}" in
39285 *-aix*)
39286 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
39287 flag="-D_THREAD_SAFE"
39288 ;;
39289 *-freebsd*)
39290 flag="-D_THREAD_SAFE"
39291 ;;
39292 *-hp-hpux* )
39293 flag="-D_REENTRANT"
39294 if test "x$GCC" != "xyes"; then
39295 flag="$flag -D_RWSTD_MULTI_THREAD"
39296 fi
39297 ;;
39298 *solaris* | alpha*-osf*)
39299 flag="-D_REENTRANT"
39300 ;;
39301 esac
39302 { echo "$as_me:$LINENO: result: ${flag}" >&5
39303 echo "${ECHO_T}${flag}" >&6; }
39304 if test "x$flag" != xno; then
39305 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
39306 fi
39307
39308 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
39309 fi
39310 fi
39311
39312 if test "$wxUSE_THREADS" = "yes" ; then
39313
39314 for ac_func in thr_setconcurrency
39315 do
39316 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39317 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39318 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39319 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39320 echo $ECHO_N "(cached) $ECHO_C" >&6
39321 else
39322 cat >conftest.$ac_ext <<_ACEOF
39323 /* confdefs.h. */
39324 _ACEOF
39325 cat confdefs.h >>conftest.$ac_ext
39326 cat >>conftest.$ac_ext <<_ACEOF
39327 /* end confdefs.h. */
39328 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39329 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39330 #define $ac_func innocuous_$ac_func
39331
39332 /* System header to define __stub macros and hopefully few prototypes,
39333 which can conflict with char $ac_func (); below.
39334 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39335 <limits.h> exists even on freestanding compilers. */
39336
39337 #ifdef __STDC__
39338 # include <limits.h>
39339 #else
39340 # include <assert.h>
39341 #endif
39342
39343 #undef $ac_func
39344
39345 /* Override any GCC internal prototype to avoid an error.
39346 Use char because int might match the return type of a GCC
39347 builtin and then its argument prototype would still apply. */
39348 #ifdef __cplusplus
39349 extern "C"
39350 #endif
39351 char $ac_func ();
39352 /* The GNU C library defines this for functions which it implements
39353 to always fail with ENOSYS. Some functions are actually named
39354 something starting with __ and the normal name is an alias. */
39355 #if defined __stub_$ac_func || defined __stub___$ac_func
39356 choke me
39357 #endif
39358
39359 int
39360 main ()
39361 {
39362 return $ac_func ();
39363 ;
39364 return 0;
39365 }
39366 _ACEOF
39367 rm -f conftest.$ac_objext conftest$ac_exeext
39368 if { (ac_try="$ac_link"
39369 case "(($ac_try" in
39370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39371 *) ac_try_echo=$ac_try;;
39372 esac
39373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39374 (eval "$ac_link") 2>conftest.er1
39375 ac_status=$?
39376 grep -v '^ *+' conftest.er1 >conftest.err
39377 rm -f conftest.er1
39378 cat conftest.err >&5
39379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39380 (exit $ac_status); } && {
39381 test -z "$ac_c_werror_flag" ||
39382 test ! -s conftest.err
39383 } && test -s conftest$ac_exeext &&
39384 $as_test_x conftest$ac_exeext; then
39385 eval "$as_ac_var=yes"
39386 else
39387 echo "$as_me: failed program was:" >&5
39388 sed 's/^/| /' conftest.$ac_ext >&5
39389
39390 eval "$as_ac_var=no"
39391 fi
39392
39393 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39394 conftest$ac_exeext conftest.$ac_ext
39395 fi
39396 ac_res=`eval echo '${'$as_ac_var'}'`
39397 { echo "$as_me:$LINENO: result: $ac_res" >&5
39398 echo "${ECHO_T}$ac_res" >&6; }
39399 if test `eval echo '${'$as_ac_var'}'` = yes; then
39400 cat >>confdefs.h <<_ACEOF
39401 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39402 _ACEOF
39403
39404 fi
39405 done
39406
39407
39408 { echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
39409 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6; }
39410 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
39411 echo $ECHO_N "(cached) $ECHO_C" >&6
39412 else
39413
39414 ac_ext=cpp
39415 ac_cpp='$CXXCPP $CPPFLAGS'
39416 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39417 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39418 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39419
39420 cat >conftest.$ac_ext <<_ACEOF
39421 /* confdefs.h. */
39422 _ACEOF
39423 cat confdefs.h >>conftest.$ac_ext
39424 cat >>conftest.$ac_ext <<_ACEOF
39425 /* end confdefs.h. */
39426 #include <pthread.h>
39427 void ThreadCleanupFunc(void *p);
39428
39429 int
39430 main ()
39431 {
39432
39433 void *p;
39434 pthread_cleanup_push(ThreadCleanupFunc, p);
39435 pthread_cleanup_pop(0);
39436
39437 ;
39438 return 0;
39439 }
39440 _ACEOF
39441 rm -f conftest.$ac_objext
39442 if { (ac_try="$ac_compile"
39443 case "(($ac_try" in
39444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39445 *) ac_try_echo=$ac_try;;
39446 esac
39447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39448 (eval "$ac_compile") 2>conftest.er1
39449 ac_status=$?
39450 grep -v '^ *+' conftest.er1 >conftest.err
39451 rm -f conftest.er1
39452 cat conftest.err >&5
39453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39454 (exit $ac_status); } && {
39455 test -z "$ac_cxx_werror_flag" ||
39456 test ! -s conftest.err
39457 } && test -s conftest.$ac_objext; then
39458
39459 wx_cv_func_pthread_cleanup=yes
39460
39461 else
39462 echo "$as_me: failed program was:" >&5
39463 sed 's/^/| /' conftest.$ac_ext >&5
39464
39465
39466 wx_cv_func_pthread_cleanup=no
39467
39468
39469 fi
39470
39471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39472 ac_ext=c
39473 ac_cpp='$CPP $CPPFLAGS'
39474 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39475 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39476 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39477
39478
39479 fi
39480 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
39481 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6; }
39482 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
39483 cat >>confdefs.h <<\_ACEOF
39484 #define wxHAVE_PTHREAD_CLEANUP 1
39485 _ACEOF
39486
39487 fi
39488
39489
39490 for ac_header in sched.h
39491 do
39492 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39493 { echo "$as_me:$LINENO: checking for $ac_header" >&5
39494 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
39495 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
39496 echo $ECHO_N "(cached) $ECHO_C" >&6
39497 else
39498 cat >conftest.$ac_ext <<_ACEOF
39499 /* confdefs.h. */
39500 _ACEOF
39501 cat confdefs.h >>conftest.$ac_ext
39502 cat >>conftest.$ac_ext <<_ACEOF
39503 /* end confdefs.h. */
39504 $ac_includes_default
39505
39506 #include <$ac_header>
39507 _ACEOF
39508 rm -f conftest.$ac_objext
39509 if { (ac_try="$ac_compile"
39510 case "(($ac_try" in
39511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39512 *) ac_try_echo=$ac_try;;
39513 esac
39514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39515 (eval "$ac_compile") 2>conftest.er1
39516 ac_status=$?
39517 grep -v '^ *+' conftest.er1 >conftest.err
39518 rm -f conftest.er1
39519 cat conftest.err >&5
39520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39521 (exit $ac_status); } && {
39522 test -z "$ac_c_werror_flag" ||
39523 test ! -s conftest.err
39524 } && test -s conftest.$ac_objext; then
39525 eval "$as_ac_Header=yes"
39526 else
39527 echo "$as_me: failed program was:" >&5
39528 sed 's/^/| /' conftest.$ac_ext >&5
39529
39530 eval "$as_ac_Header=no"
39531 fi
39532
39533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39534 fi
39535 ac_res=`eval echo '${'$as_ac_Header'}'`
39536 { echo "$as_me:$LINENO: result: $ac_res" >&5
39537 echo "${ECHO_T}$ac_res" >&6; }
39538 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39539 cat >>confdefs.h <<_ACEOF
39540 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39541 _ACEOF
39542
39543 fi
39544
39545 done
39546
39547 if test "$ac_cv_header_sched_h" = "yes"; then
39548 { echo "$as_me:$LINENO: checking for sched_yield" >&5
39549 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6; }
39550 if test "${ac_cv_func_sched_yield+set}" = set; then
39551 echo $ECHO_N "(cached) $ECHO_C" >&6
39552 else
39553 cat >conftest.$ac_ext <<_ACEOF
39554 /* confdefs.h. */
39555 _ACEOF
39556 cat confdefs.h >>conftest.$ac_ext
39557 cat >>conftest.$ac_ext <<_ACEOF
39558 /* end confdefs.h. */
39559 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
39560 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39561 #define sched_yield innocuous_sched_yield
39562
39563 /* System header to define __stub macros and hopefully few prototypes,
39564 which can conflict with char sched_yield (); below.
39565 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39566 <limits.h> exists even on freestanding compilers. */
39567
39568 #ifdef __STDC__
39569 # include <limits.h>
39570 #else
39571 # include <assert.h>
39572 #endif
39573
39574 #undef sched_yield
39575
39576 /* Override any GCC internal prototype to avoid an error.
39577 Use char because int might match the return type of a GCC
39578 builtin and then its argument prototype would still apply. */
39579 #ifdef __cplusplus
39580 extern "C"
39581 #endif
39582 char sched_yield ();
39583 /* The GNU C library defines this for functions which it implements
39584 to always fail with ENOSYS. Some functions are actually named
39585 something starting with __ and the normal name is an alias. */
39586 #if defined __stub_sched_yield || defined __stub___sched_yield
39587 choke me
39588 #endif
39589
39590 int
39591 main ()
39592 {
39593 return sched_yield ();
39594 ;
39595 return 0;
39596 }
39597 _ACEOF
39598 rm -f conftest.$ac_objext conftest$ac_exeext
39599 if { (ac_try="$ac_link"
39600 case "(($ac_try" in
39601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39602 *) ac_try_echo=$ac_try;;
39603 esac
39604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39605 (eval "$ac_link") 2>conftest.er1
39606 ac_status=$?
39607 grep -v '^ *+' conftest.er1 >conftest.err
39608 rm -f conftest.er1
39609 cat conftest.err >&5
39610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39611 (exit $ac_status); } && {
39612 test -z "$ac_c_werror_flag" ||
39613 test ! -s conftest.err
39614 } && test -s conftest$ac_exeext &&
39615 $as_test_x conftest$ac_exeext; then
39616 ac_cv_func_sched_yield=yes
39617 else
39618 echo "$as_me: failed program was:" >&5
39619 sed 's/^/| /' conftest.$ac_ext >&5
39620
39621 ac_cv_func_sched_yield=no
39622 fi
39623
39624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39625 conftest$ac_exeext conftest.$ac_ext
39626 fi
39627 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
39628 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6; }
39629 if test $ac_cv_func_sched_yield = yes; then
39630 cat >>confdefs.h <<\_ACEOF
39631 #define HAVE_SCHED_YIELD 1
39632 _ACEOF
39633
39634 else
39635
39636 { echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
39637 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6; }
39638 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
39639 echo $ECHO_N "(cached) $ECHO_C" >&6
39640 else
39641 ac_check_lib_save_LIBS=$LIBS
39642 LIBS="-lposix4 $LIBS"
39643 cat >conftest.$ac_ext <<_ACEOF
39644 /* confdefs.h. */
39645 _ACEOF
39646 cat confdefs.h >>conftest.$ac_ext
39647 cat >>conftest.$ac_ext <<_ACEOF
39648 /* end confdefs.h. */
39649
39650 /* Override any GCC internal prototype to avoid an error.
39651 Use char because int might match the return type of a GCC
39652 builtin and then its argument prototype would still apply. */
39653 #ifdef __cplusplus
39654 extern "C"
39655 #endif
39656 char sched_yield ();
39657 int
39658 main ()
39659 {
39660 return sched_yield ();
39661 ;
39662 return 0;
39663 }
39664 _ACEOF
39665 rm -f conftest.$ac_objext conftest$ac_exeext
39666 if { (ac_try="$ac_link"
39667 case "(($ac_try" in
39668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39669 *) ac_try_echo=$ac_try;;
39670 esac
39671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39672 (eval "$ac_link") 2>conftest.er1
39673 ac_status=$?
39674 grep -v '^ *+' conftest.er1 >conftest.err
39675 rm -f conftest.er1
39676 cat conftest.err >&5
39677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39678 (exit $ac_status); } && {
39679 test -z "$ac_c_werror_flag" ||
39680 test ! -s conftest.err
39681 } && test -s conftest$ac_exeext &&
39682 $as_test_x conftest$ac_exeext; then
39683 ac_cv_lib_posix4_sched_yield=yes
39684 else
39685 echo "$as_me: failed program was:" >&5
39686 sed 's/^/| /' conftest.$ac_ext >&5
39687
39688 ac_cv_lib_posix4_sched_yield=no
39689 fi
39690
39691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39692 conftest$ac_exeext conftest.$ac_ext
39693 LIBS=$ac_check_lib_save_LIBS
39694 fi
39695 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
39696 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6; }
39697 if test $ac_cv_lib_posix4_sched_yield = yes; then
39698 cat >>confdefs.h <<\_ACEOF
39699 #define HAVE_SCHED_YIELD 1
39700 _ACEOF
39701 POSIX4_LINK=" -lposix4"
39702 else
39703 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
39704 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
39705
39706 fi
39707
39708
39709
39710 fi
39711
39712 fi
39713
39714 HAVE_PRIOR_FUNCS=0
39715 { echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
39716 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6; }
39717 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
39718 echo $ECHO_N "(cached) $ECHO_C" >&6
39719 else
39720 cat >conftest.$ac_ext <<_ACEOF
39721 /* confdefs.h. */
39722 _ACEOF
39723 cat confdefs.h >>conftest.$ac_ext
39724 cat >>conftest.$ac_ext <<_ACEOF
39725 /* end confdefs.h. */
39726 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
39727 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39728 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
39729
39730 /* System header to define __stub macros and hopefully few prototypes,
39731 which can conflict with char pthread_attr_getschedpolicy (); below.
39732 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39733 <limits.h> exists even on freestanding compilers. */
39734
39735 #ifdef __STDC__
39736 # include <limits.h>
39737 #else
39738 # include <assert.h>
39739 #endif
39740
39741 #undef pthread_attr_getschedpolicy
39742
39743 /* Override any GCC internal prototype to avoid an error.
39744 Use char because int might match the return type of a GCC
39745 builtin and then its argument prototype would still apply. */
39746 #ifdef __cplusplus
39747 extern "C"
39748 #endif
39749 char pthread_attr_getschedpolicy ();
39750 /* The GNU C library defines this for functions which it implements
39751 to always fail with ENOSYS. Some functions are actually named
39752 something starting with __ and the normal name is an alias. */
39753 #if defined __stub_pthread_attr_getschedpolicy || defined __stub___pthread_attr_getschedpolicy
39754 choke me
39755 #endif
39756
39757 int
39758 main ()
39759 {
39760 return pthread_attr_getschedpolicy ();
39761 ;
39762 return 0;
39763 }
39764 _ACEOF
39765 rm -f conftest.$ac_objext conftest$ac_exeext
39766 if { (ac_try="$ac_link"
39767 case "(($ac_try" in
39768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39769 *) ac_try_echo=$ac_try;;
39770 esac
39771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39772 (eval "$ac_link") 2>conftest.er1
39773 ac_status=$?
39774 grep -v '^ *+' conftest.er1 >conftest.err
39775 rm -f conftest.er1
39776 cat conftest.err >&5
39777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39778 (exit $ac_status); } && {
39779 test -z "$ac_c_werror_flag" ||
39780 test ! -s conftest.err
39781 } && test -s conftest$ac_exeext &&
39782 $as_test_x conftest$ac_exeext; then
39783 ac_cv_func_pthread_attr_getschedpolicy=yes
39784 else
39785 echo "$as_me: failed program was:" >&5
39786 sed 's/^/| /' conftest.$ac_ext >&5
39787
39788 ac_cv_func_pthread_attr_getschedpolicy=no
39789 fi
39790
39791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39792 conftest$ac_exeext conftest.$ac_ext
39793 fi
39794 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
39795 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6; }
39796 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
39797 { echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
39798 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6; }
39799 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
39800 echo $ECHO_N "(cached) $ECHO_C" >&6
39801 else
39802 cat >conftest.$ac_ext <<_ACEOF
39803 /* confdefs.h. */
39804 _ACEOF
39805 cat confdefs.h >>conftest.$ac_ext
39806 cat >>conftest.$ac_ext <<_ACEOF
39807 /* end confdefs.h. */
39808 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
39809 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39810 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
39811
39812 /* System header to define __stub macros and hopefully few prototypes,
39813 which can conflict with char pthread_attr_setschedparam (); below.
39814 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39815 <limits.h> exists even on freestanding compilers. */
39816
39817 #ifdef __STDC__
39818 # include <limits.h>
39819 #else
39820 # include <assert.h>
39821 #endif
39822
39823 #undef pthread_attr_setschedparam
39824
39825 /* Override any GCC internal prototype to avoid an error.
39826 Use char because int might match the return type of a GCC
39827 builtin and then its argument prototype would still apply. */
39828 #ifdef __cplusplus
39829 extern "C"
39830 #endif
39831 char pthread_attr_setschedparam ();
39832 /* The GNU C library defines this for functions which it implements
39833 to always fail with ENOSYS. Some functions are actually named
39834 something starting with __ and the normal name is an alias. */
39835 #if defined __stub_pthread_attr_setschedparam || defined __stub___pthread_attr_setschedparam
39836 choke me
39837 #endif
39838
39839 int
39840 main ()
39841 {
39842 return pthread_attr_setschedparam ();
39843 ;
39844 return 0;
39845 }
39846 _ACEOF
39847 rm -f conftest.$ac_objext conftest$ac_exeext
39848 if { (ac_try="$ac_link"
39849 case "(($ac_try" in
39850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39851 *) ac_try_echo=$ac_try;;
39852 esac
39853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39854 (eval "$ac_link") 2>conftest.er1
39855 ac_status=$?
39856 grep -v '^ *+' conftest.er1 >conftest.err
39857 rm -f conftest.er1
39858 cat conftest.err >&5
39859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39860 (exit $ac_status); } && {
39861 test -z "$ac_c_werror_flag" ||
39862 test ! -s conftest.err
39863 } && test -s conftest$ac_exeext &&
39864 $as_test_x conftest$ac_exeext; then
39865 ac_cv_func_pthread_attr_setschedparam=yes
39866 else
39867 echo "$as_me: failed program was:" >&5
39868 sed 's/^/| /' conftest.$ac_ext >&5
39869
39870 ac_cv_func_pthread_attr_setschedparam=no
39871 fi
39872
39873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39874 conftest$ac_exeext conftest.$ac_ext
39875 fi
39876 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
39877 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6; }
39878 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
39879 { echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
39880 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6; }
39881 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
39882 echo $ECHO_N "(cached) $ECHO_C" >&6
39883 else
39884 cat >conftest.$ac_ext <<_ACEOF
39885 /* confdefs.h. */
39886 _ACEOF
39887 cat confdefs.h >>conftest.$ac_ext
39888 cat >>conftest.$ac_ext <<_ACEOF
39889 /* end confdefs.h. */
39890 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
39891 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39892 #define sched_get_priority_max innocuous_sched_get_priority_max
39893
39894 /* System header to define __stub macros and hopefully few prototypes,
39895 which can conflict with char sched_get_priority_max (); below.
39896 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39897 <limits.h> exists even on freestanding compilers. */
39898
39899 #ifdef __STDC__
39900 # include <limits.h>
39901 #else
39902 # include <assert.h>
39903 #endif
39904
39905 #undef sched_get_priority_max
39906
39907 /* Override any GCC internal prototype to avoid an error.
39908 Use char because int might match the return type of a GCC
39909 builtin and then its argument prototype would still apply. */
39910 #ifdef __cplusplus
39911 extern "C"
39912 #endif
39913 char sched_get_priority_max ();
39914 /* The GNU C library defines this for functions which it implements
39915 to always fail with ENOSYS. Some functions are actually named
39916 something starting with __ and the normal name is an alias. */
39917 #if defined __stub_sched_get_priority_max || defined __stub___sched_get_priority_max
39918 choke me
39919 #endif
39920
39921 int
39922 main ()
39923 {
39924 return sched_get_priority_max ();
39925 ;
39926 return 0;
39927 }
39928 _ACEOF
39929 rm -f conftest.$ac_objext conftest$ac_exeext
39930 if { (ac_try="$ac_link"
39931 case "(($ac_try" in
39932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39933 *) ac_try_echo=$ac_try;;
39934 esac
39935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39936 (eval "$ac_link") 2>conftest.er1
39937 ac_status=$?
39938 grep -v '^ *+' conftest.er1 >conftest.err
39939 rm -f conftest.er1
39940 cat conftest.err >&5
39941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39942 (exit $ac_status); } && {
39943 test -z "$ac_c_werror_flag" ||
39944 test ! -s conftest.err
39945 } && test -s conftest$ac_exeext &&
39946 $as_test_x conftest$ac_exeext; then
39947 ac_cv_func_sched_get_priority_max=yes
39948 else
39949 echo "$as_me: failed program was:" >&5
39950 sed 's/^/| /' conftest.$ac_ext >&5
39951
39952 ac_cv_func_sched_get_priority_max=no
39953 fi
39954
39955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39956 conftest$ac_exeext conftest.$ac_ext
39957 fi
39958 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
39959 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6; }
39960 if test $ac_cv_func_sched_get_priority_max = yes; then
39961 HAVE_PRIOR_FUNCS=1
39962 else
39963 { echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
39964 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6; }
39965 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
39966 echo $ECHO_N "(cached) $ECHO_C" >&6
39967 else
39968 ac_check_lib_save_LIBS=$LIBS
39969 LIBS="-lposix4 $LIBS"
39970 cat >conftest.$ac_ext <<_ACEOF
39971 /* confdefs.h. */
39972 _ACEOF
39973 cat confdefs.h >>conftest.$ac_ext
39974 cat >>conftest.$ac_ext <<_ACEOF
39975 /* end confdefs.h. */
39976
39977 /* Override any GCC internal prototype to avoid an error.
39978 Use char because int might match the return type of a GCC
39979 builtin and then its argument prototype would still apply. */
39980 #ifdef __cplusplus
39981 extern "C"
39982 #endif
39983 char sched_get_priority_max ();
39984 int
39985 main ()
39986 {
39987 return sched_get_priority_max ();
39988 ;
39989 return 0;
39990 }
39991 _ACEOF
39992 rm -f conftest.$ac_objext conftest$ac_exeext
39993 if { (ac_try="$ac_link"
39994 case "(($ac_try" in
39995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39996 *) ac_try_echo=$ac_try;;
39997 esac
39998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39999 (eval "$ac_link") 2>conftest.er1
40000 ac_status=$?
40001 grep -v '^ *+' conftest.er1 >conftest.err
40002 rm -f conftest.er1
40003 cat conftest.err >&5
40004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40005 (exit $ac_status); } && {
40006 test -z "$ac_c_werror_flag" ||
40007 test ! -s conftest.err
40008 } && test -s conftest$ac_exeext &&
40009 $as_test_x conftest$ac_exeext; then
40010 ac_cv_lib_posix4_sched_get_priority_max=yes
40011 else
40012 echo "$as_me: failed program was:" >&5
40013 sed 's/^/| /' conftest.$ac_ext >&5
40014
40015 ac_cv_lib_posix4_sched_get_priority_max=no
40016 fi
40017
40018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40019 conftest$ac_exeext conftest.$ac_ext
40020 LIBS=$ac_check_lib_save_LIBS
40021 fi
40022 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
40023 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
40024 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
40025
40026 HAVE_PRIOR_FUNCS=1
40027 POSIX4_LINK=" -lposix4"
40028
40029 fi
40030
40031
40032 fi
40033
40034
40035 fi
40036
40037
40038 fi
40039
40040
40041 if test "$HAVE_PRIOR_FUNCS" = 1; then
40042 cat >>confdefs.h <<\_ACEOF
40043 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
40044 _ACEOF
40045
40046 else
40047 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
40048 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
40049 fi
40050
40051 { echo "$as_me:$LINENO: checking for pthread_cancel" >&5
40052 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6; }
40053 if test "${ac_cv_func_pthread_cancel+set}" = set; then
40054 echo $ECHO_N "(cached) $ECHO_C" >&6
40055 else
40056 cat >conftest.$ac_ext <<_ACEOF
40057 /* confdefs.h. */
40058 _ACEOF
40059 cat confdefs.h >>conftest.$ac_ext
40060 cat >>conftest.$ac_ext <<_ACEOF
40061 /* end confdefs.h. */
40062 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
40063 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40064 #define pthread_cancel innocuous_pthread_cancel
40065
40066 /* System header to define __stub macros and hopefully few prototypes,
40067 which can conflict with char pthread_cancel (); below.
40068 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40069 <limits.h> exists even on freestanding compilers. */
40070
40071 #ifdef __STDC__
40072 # include <limits.h>
40073 #else
40074 # include <assert.h>
40075 #endif
40076
40077 #undef pthread_cancel
40078
40079 /* Override any GCC internal prototype to avoid an error.
40080 Use char because int might match the return type of a GCC
40081 builtin and then its argument prototype would still apply. */
40082 #ifdef __cplusplus
40083 extern "C"
40084 #endif
40085 char pthread_cancel ();
40086 /* The GNU C library defines this for functions which it implements
40087 to always fail with ENOSYS. Some functions are actually named
40088 something starting with __ and the normal name is an alias. */
40089 #if defined __stub_pthread_cancel || defined __stub___pthread_cancel
40090 choke me
40091 #endif
40092
40093 int
40094 main ()
40095 {
40096 return pthread_cancel ();
40097 ;
40098 return 0;
40099 }
40100 _ACEOF
40101 rm -f conftest.$ac_objext conftest$ac_exeext
40102 if { (ac_try="$ac_link"
40103 case "(($ac_try" in
40104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40105 *) ac_try_echo=$ac_try;;
40106 esac
40107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40108 (eval "$ac_link") 2>conftest.er1
40109 ac_status=$?
40110 grep -v '^ *+' conftest.er1 >conftest.err
40111 rm -f conftest.er1
40112 cat conftest.err >&5
40113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40114 (exit $ac_status); } && {
40115 test -z "$ac_c_werror_flag" ||
40116 test ! -s conftest.err
40117 } && test -s conftest$ac_exeext &&
40118 $as_test_x conftest$ac_exeext; then
40119 ac_cv_func_pthread_cancel=yes
40120 else
40121 echo "$as_me: failed program was:" >&5
40122 sed 's/^/| /' conftest.$ac_ext >&5
40123
40124 ac_cv_func_pthread_cancel=no
40125 fi
40126
40127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40128 conftest$ac_exeext conftest.$ac_ext
40129 fi
40130 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
40131 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6; }
40132 if test $ac_cv_func_pthread_cancel = yes; then
40133 cat >>confdefs.h <<\_ACEOF
40134 #define HAVE_PTHREAD_CANCEL 1
40135 _ACEOF
40136
40137 else
40138 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
40139 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
40140 fi
40141
40142
40143 { echo "$as_me:$LINENO: checking for pthread_mutex_timedlock" >&5
40144 echo $ECHO_N "checking for pthread_mutex_timedlock... $ECHO_C" >&6; }
40145 if test "${ac_cv_func_pthread_mutex_timedlock+set}" = set; then
40146 echo $ECHO_N "(cached) $ECHO_C" >&6
40147 else
40148 cat >conftest.$ac_ext <<_ACEOF
40149 /* confdefs.h. */
40150 _ACEOF
40151 cat confdefs.h >>conftest.$ac_ext
40152 cat >>conftest.$ac_ext <<_ACEOF
40153 /* end confdefs.h. */
40154 /* Define pthread_mutex_timedlock to an innocuous variant, in case <limits.h> declares pthread_mutex_timedlock.
40155 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40156 #define pthread_mutex_timedlock innocuous_pthread_mutex_timedlock
40157
40158 /* System header to define __stub macros and hopefully few prototypes,
40159 which can conflict with char pthread_mutex_timedlock (); below.
40160 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40161 <limits.h> exists even on freestanding compilers. */
40162
40163 #ifdef __STDC__
40164 # include <limits.h>
40165 #else
40166 # include <assert.h>
40167 #endif
40168
40169 #undef pthread_mutex_timedlock
40170
40171 /* Override any GCC internal prototype to avoid an error.
40172 Use char because int might match the return type of a GCC
40173 builtin and then its argument prototype would still apply. */
40174 #ifdef __cplusplus
40175 extern "C"
40176 #endif
40177 char pthread_mutex_timedlock ();
40178 /* The GNU C library defines this for functions which it implements
40179 to always fail with ENOSYS. Some functions are actually named
40180 something starting with __ and the normal name is an alias. */
40181 #if defined __stub_pthread_mutex_timedlock || defined __stub___pthread_mutex_timedlock
40182 choke me
40183 #endif
40184
40185 int
40186 main ()
40187 {
40188 return pthread_mutex_timedlock ();
40189 ;
40190 return 0;
40191 }
40192 _ACEOF
40193 rm -f conftest.$ac_objext conftest$ac_exeext
40194 if { (ac_try="$ac_link"
40195 case "(($ac_try" in
40196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40197 *) ac_try_echo=$ac_try;;
40198 esac
40199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40200 (eval "$ac_link") 2>conftest.er1
40201 ac_status=$?
40202 grep -v '^ *+' conftest.er1 >conftest.err
40203 rm -f conftest.er1
40204 cat conftest.err >&5
40205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40206 (exit $ac_status); } && {
40207 test -z "$ac_c_werror_flag" ||
40208 test ! -s conftest.err
40209 } && test -s conftest$ac_exeext &&
40210 $as_test_x conftest$ac_exeext; then
40211 ac_cv_func_pthread_mutex_timedlock=yes
40212 else
40213 echo "$as_me: failed program was:" >&5
40214 sed 's/^/| /' conftest.$ac_ext >&5
40215
40216 ac_cv_func_pthread_mutex_timedlock=no
40217 fi
40218
40219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40220 conftest$ac_exeext conftest.$ac_ext
40221 fi
40222 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_mutex_timedlock" >&5
40223 echo "${ECHO_T}$ac_cv_func_pthread_mutex_timedlock" >&6; }
40224 if test $ac_cv_func_pthread_mutex_timedlock = yes; then
40225 cat >>confdefs.h <<\_ACEOF
40226 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
40227 _ACEOF
40228
40229 else
40230 { echo "$as_me:$LINENO: WARNING: wxMutex::LockTimeout() will not work" >&5
40231 echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
40232 fi
40233
40234
40235 { echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
40236 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6; }
40237 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
40238 echo $ECHO_N "(cached) $ECHO_C" >&6
40239 else
40240 cat >conftest.$ac_ext <<_ACEOF
40241 /* confdefs.h. */
40242 _ACEOF
40243 cat confdefs.h >>conftest.$ac_ext
40244 cat >>conftest.$ac_ext <<_ACEOF
40245 /* end confdefs.h. */
40246 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
40247 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40248 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
40249
40250 /* System header to define __stub macros and hopefully few prototypes,
40251 which can conflict with char pthread_attr_setstacksize (); below.
40252 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40253 <limits.h> exists even on freestanding compilers. */
40254
40255 #ifdef __STDC__
40256 # include <limits.h>
40257 #else
40258 # include <assert.h>
40259 #endif
40260
40261 #undef pthread_attr_setstacksize
40262
40263 /* Override any GCC internal prototype to avoid an error.
40264 Use char because int might match the return type of a GCC
40265 builtin and then its argument prototype would still apply. */
40266 #ifdef __cplusplus
40267 extern "C"
40268 #endif
40269 char pthread_attr_setstacksize ();
40270 /* The GNU C library defines this for functions which it implements
40271 to always fail with ENOSYS. Some functions are actually named
40272 something starting with __ and the normal name is an alias. */
40273 #if defined __stub_pthread_attr_setstacksize || defined __stub___pthread_attr_setstacksize
40274 choke me
40275 #endif
40276
40277 int
40278 main ()
40279 {
40280 return pthread_attr_setstacksize ();
40281 ;
40282 return 0;
40283 }
40284 _ACEOF
40285 rm -f conftest.$ac_objext conftest$ac_exeext
40286 if { (ac_try="$ac_link"
40287 case "(($ac_try" in
40288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40289 *) ac_try_echo=$ac_try;;
40290 esac
40291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40292 (eval "$ac_link") 2>conftest.er1
40293 ac_status=$?
40294 grep -v '^ *+' conftest.er1 >conftest.err
40295 rm -f conftest.er1
40296 cat conftest.err >&5
40297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40298 (exit $ac_status); } && {
40299 test -z "$ac_c_werror_flag" ||
40300 test ! -s conftest.err
40301 } && test -s conftest$ac_exeext &&
40302 $as_test_x conftest$ac_exeext; then
40303 ac_cv_func_pthread_attr_setstacksize=yes
40304 else
40305 echo "$as_me: failed program was:" >&5
40306 sed 's/^/| /' conftest.$ac_ext >&5
40307
40308 ac_cv_func_pthread_attr_setstacksize=no
40309 fi
40310
40311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40312 conftest$ac_exeext conftest.$ac_ext
40313 fi
40314 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
40315 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6; }
40316 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
40317 cat >>confdefs.h <<\_ACEOF
40318 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
40319 _ACEOF
40320
40321 fi
40322
40323
40324
40325 { echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
40326 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6; }
40327 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
40328 echo $ECHO_N "(cached) $ECHO_C" >&6
40329 else
40330
40331 cat >conftest.$ac_ext <<_ACEOF
40332 /* confdefs.h. */
40333 _ACEOF
40334 cat confdefs.h >>conftest.$ac_ext
40335 cat >>conftest.$ac_ext <<_ACEOF
40336 /* end confdefs.h. */
40337 #include <pthread.h>
40338 int
40339 main ()
40340 {
40341
40342 pthread_mutexattr_t attr;
40343 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
40344
40345 ;
40346 return 0;
40347 }
40348 _ACEOF
40349 rm -f conftest.$ac_objext
40350 if { (ac_try="$ac_compile"
40351 case "(($ac_try" in
40352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40353 *) ac_try_echo=$ac_try;;
40354 esac
40355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40356 (eval "$ac_compile") 2>conftest.er1
40357 ac_status=$?
40358 grep -v '^ *+' conftest.er1 >conftest.err
40359 rm -f conftest.er1
40360 cat conftest.err >&5
40361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40362 (exit $ac_status); } && {
40363 test -z "$ac_c_werror_flag" ||
40364 test ! -s conftest.err
40365 } && test -s conftest.$ac_objext; then
40366 wx_cv_type_pthread_mutexattr_t=yes
40367 else
40368 echo "$as_me: failed program was:" >&5
40369 sed 's/^/| /' conftest.$ac_ext >&5
40370
40371 wx_cv_type_pthread_mutexattr_t=no
40372
40373 fi
40374
40375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40376
40377 fi
40378 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
40379 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6; }
40380
40381 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
40382 cat >>confdefs.h <<\_ACEOF
40383 #define HAVE_PTHREAD_MUTEXATTR_T 1
40384 _ACEOF
40385
40386
40387 { echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
40388 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6; }
40389 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
40390 echo $ECHO_N "(cached) $ECHO_C" >&6
40391 else
40392
40393 cat >conftest.$ac_ext <<_ACEOF
40394 /* confdefs.h. */
40395 _ACEOF
40396 cat confdefs.h >>conftest.$ac_ext
40397 cat >>conftest.$ac_ext <<_ACEOF
40398 /* end confdefs.h. */
40399 #include <pthread.h>
40400 int
40401 main ()
40402 {
40403
40404 pthread_mutexattr_t attr;
40405 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
40406
40407 ;
40408 return 0;
40409 }
40410 _ACEOF
40411 rm -f conftest.$ac_objext
40412 if { (ac_try="$ac_compile"
40413 case "(($ac_try" in
40414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40415 *) ac_try_echo=$ac_try;;
40416 esac
40417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40418 (eval "$ac_compile") 2>conftest.er1
40419 ac_status=$?
40420 grep -v '^ *+' conftest.er1 >conftest.err
40421 rm -f conftest.er1
40422 cat conftest.err >&5
40423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40424 (exit $ac_status); } && {
40425 test -z "$ac_c_werror_flag" ||
40426 test ! -s conftest.err
40427 } && test -s conftest.$ac_objext; then
40428 wx_cv_func_pthread_mutexattr_settype_decl=yes
40429 else
40430 echo "$as_me: failed program was:" >&5
40431 sed 's/^/| /' conftest.$ac_ext >&5
40432
40433 wx_cv_func_pthread_mutexattr_settype_decl=no
40434
40435 fi
40436
40437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40438
40439 fi
40440 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
40441 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
40442 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
40443 cat >>confdefs.h <<\_ACEOF
40444 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
40445 _ACEOF
40446
40447 fi
40448 else
40449 { echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
40450 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6; }
40451 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
40452 echo $ECHO_N "(cached) $ECHO_C" >&6
40453 else
40454
40455 cat >conftest.$ac_ext <<_ACEOF
40456 /* confdefs.h. */
40457 _ACEOF
40458 cat confdefs.h >>conftest.$ac_ext
40459 cat >>conftest.$ac_ext <<_ACEOF
40460 /* end confdefs.h. */
40461 #include <pthread.h>
40462 int
40463 main ()
40464 {
40465
40466 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
40467
40468 ;
40469 return 0;
40470 }
40471 _ACEOF
40472 rm -f conftest.$ac_objext
40473 if { (ac_try="$ac_compile"
40474 case "(($ac_try" in
40475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40476 *) ac_try_echo=$ac_try;;
40477 esac
40478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40479 (eval "$ac_compile") 2>conftest.er1
40480 ac_status=$?
40481 grep -v '^ *+' conftest.er1 >conftest.err
40482 rm -f conftest.er1
40483 cat conftest.err >&5
40484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40485 (exit $ac_status); } && {
40486 test -z "$ac_c_werror_flag" ||
40487 test ! -s conftest.err
40488 } && test -s conftest.$ac_objext; then
40489
40490 wx_cv_type_pthread_rec_mutex_init=yes
40491
40492 else
40493 echo "$as_me: failed program was:" >&5
40494 sed 's/^/| /' conftest.$ac_ext >&5
40495
40496
40497 wx_cv_type_pthread_rec_mutex_init=no
40498
40499
40500 fi
40501
40502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40503
40504 fi
40505 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
40506 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6; }
40507 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
40508 cat >>confdefs.h <<\_ACEOF
40509 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
40510 _ACEOF
40511
40512 else
40513 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
40514 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
40515 fi
40516 fi
40517
40518 if test "$wxUSE_COMPILER_TLS" = "auto"; then
40519 if test "$USE_NETBSD" = 1; then
40520 { echo "$as_me:$LINENO: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
40521 echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
40522 wxUSE_COMPILER_TLS=no
40523 else
40524 wxUSE_COMPILER_TLS=yes
40525 fi
40526 fi
40527
40528 if test "$wxUSE_COMPILER_TLS" = "yes"; then
40529 { echo "$as_me:$LINENO: checking for __thread keyword" >&5
40530 echo $ECHO_N "checking for __thread keyword... $ECHO_C" >&6; }
40531 if test "${wx_cv_cc___thread+set}" = set; then
40532 echo $ECHO_N "(cached) $ECHO_C" >&6
40533 else
40534
40535 cat >conftest.$ac_ext <<_ACEOF
40536 /* confdefs.h. */
40537 _ACEOF
40538 cat confdefs.h >>conftest.$ac_ext
40539 cat >>conftest.$ac_ext <<_ACEOF
40540 /* end confdefs.h. */
40541 #include <pthread.h>
40542 int
40543 main ()
40544 {
40545
40546 static __thread int n = 0;
40547 static __thread int *p = 0;
40548
40549 ;
40550 return 0;
40551 }
40552 _ACEOF
40553 rm -f conftest.$ac_objext
40554 if { (ac_try="$ac_compile"
40555 case "(($ac_try" in
40556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40557 *) ac_try_echo=$ac_try;;
40558 esac
40559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40560 (eval "$ac_compile") 2>conftest.er1
40561 ac_status=$?
40562 grep -v '^ *+' conftest.er1 >conftest.err
40563 rm -f conftest.er1
40564 cat conftest.err >&5
40565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40566 (exit $ac_status); } && {
40567 test -z "$ac_c_werror_flag" ||
40568 test ! -s conftest.err
40569 } && test -s conftest.$ac_objext; then
40570 wx_cv_cc___thread=yes
40571 else
40572 echo "$as_me: failed program was:" >&5
40573 sed 's/^/| /' conftest.$ac_ext >&5
40574
40575 wx_cv_cc___thread=no
40576
40577 fi
40578
40579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40580
40581
40582 fi
40583 { echo "$as_me:$LINENO: result: $wx_cv_cc___thread" >&5
40584 echo "${ECHO_T}$wx_cv_cc___thread" >&6; }
40585
40586 if test "$wx_cv_cc___thread" = "yes"; then
40587
40588 GXX_VERSION=""
40589
40590
40591
40592 { echo "$as_me:$LINENO: checking if gcc accepts -dumpversion option" >&5
40593 echo $ECHO_N "checking if gcc accepts -dumpversion option... $ECHO_C" >&6; }
40594
40595 if test "x$GCC" = "xyes" ; then
40596
40597 if test -z "" ; then
40598
40599 ax_gcc_option_test="int main()
40600 {
40601 return 0;
40602 }"
40603
40604 else
40605
40606 ax_gcc_option_test=""
40607
40608 fi
40609
40610
40611 # Dump the test program to file
40612 cat <<EOF > conftest.c
40613 $ax_gcc_option_test
40614 EOF
40615
40616 # Dump back the file to the log, useful for debugging purposes
40617 { ac_try='cat conftest.c 1>&5'
40618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40619 (eval $ac_try) 2>&5
40620 ac_status=$?
40621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40622 (exit $ac_status); }; }
40623
40624 if { ac_try='$CC -dumpversion -c conftest.c 1>&5'
40625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40626 (eval $ac_try) 2>&5
40627 ac_status=$?
40628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40629 (exit $ac_status); }; } ; then
40630
40631 { echo "$as_me:$LINENO: result: yes" >&5
40632 echo "${ECHO_T}yes" >&6; }
40633
40634 ax_gcc_version_option=yes
40635
40636
40637 else
40638
40639 { echo "$as_me:$LINENO: result: no" >&5
40640 echo "${ECHO_T}no" >&6; }
40641
40642 ax_gcc_version_option=no
40643
40644
40645 fi
40646
40647
40648 else
40649
40650 { echo "$as_me:$LINENO: result: no gcc available" >&5
40651 echo "${ECHO_T}no gcc available" >&6; }
40652
40653 fi
40654
40655
40656 if test "x$GXX" = "xyes"; then
40657
40658 if test "x$ax_gxx_version_option" != "no"; then
40659
40660 { echo "$as_me:$LINENO: checking gxx version" >&5
40661 echo $ECHO_N "checking gxx version... $ECHO_C" >&6; }
40662 if test "${ax_cv_gxx_version+set}" = set; then
40663 echo $ECHO_N "(cached) $ECHO_C" >&6
40664 else
40665
40666 ax_cv_gxx_version="`$CXX -dumpversion`"
40667 if test "x$ax_cv_gxx_version" = "x"; then
40668
40669 ax_cv_gxx_version=""
40670
40671 fi
40672
40673
40674 fi
40675 { echo "$as_me:$LINENO: result: $ax_cv_gxx_version" >&5
40676 echo "${ECHO_T}$ax_cv_gxx_version" >&6; }
40677 GXX_VERSION=$ax_cv_gxx_version
40678
40679 fi
40680
40681
40682 fi
40683
40684
40685
40686 if test -n "$ax_cv_gxx_version"; then
40687 { echo "$as_me:$LINENO: checking whether __thread support in g++ is usable" >&5
40688 echo $ECHO_N "checking whether __thread support in g++ is usable... $ECHO_C" >&6; }
40689 case "$ax_cv_gxx_version" in
40690 1.* | 2.* | 3.* )
40691 { echo "$as_me:$LINENO: result: no, it's broken" >&5
40692 echo "${ECHO_T}no, it's broken" >&6; }
40693 wx_cv_cc___thread=no
40694 ;;
40695 *)
40696 { echo "$as_me:$LINENO: result: yes, it works" >&5
40697 echo "${ECHO_T}yes, it works" >&6; }
40698 ;;
40699 esac
40700 fi
40701 fi
40702
40703 if test "$wx_cv_cc___thread" = "yes"; then
40704 cat >>confdefs.h <<\_ACEOF
40705 #define HAVE___THREAD_KEYWORD 1
40706 _ACEOF
40707
40708 fi
40709 fi
40710 fi
40711
40712 else
40713 if test "$wxUSE_THREADS" = "yes" ; then
40714 case "${host}" in
40715 x86_64-*-mingw32* )
40716 ;;
40717 *-*-mingw32* )
40718 { echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
40719 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6; }
40720 if test "${wx_cv_cflags_mthread+set}" = set; then
40721 echo $ECHO_N "(cached) $ECHO_C" >&6
40722 else
40723
40724 CFLAGS_OLD="$CFLAGS"
40725 CFLAGS="-mthreads $CFLAGS"
40726 cat >conftest.$ac_ext <<_ACEOF
40727 /* confdefs.h. */
40728 _ACEOF
40729 cat confdefs.h >>conftest.$ac_ext
40730 cat >>conftest.$ac_ext <<_ACEOF
40731 /* end confdefs.h. */
40732
40733 int
40734 main ()
40735 {
40736
40737 ;
40738 return 0;
40739 }
40740 _ACEOF
40741 rm -f conftest.$ac_objext
40742 if { (ac_try="$ac_compile"
40743 case "(($ac_try" in
40744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40745 *) ac_try_echo=$ac_try;;
40746 esac
40747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40748 (eval "$ac_compile") 2>conftest.er1
40749 ac_status=$?
40750 grep -v '^ *+' conftest.er1 >conftest.err
40751 rm -f conftest.er1
40752 cat conftest.err >&5
40753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40754 (exit $ac_status); } && {
40755 test -z "$ac_c_werror_flag" ||
40756 test ! -s conftest.err
40757 } && test -s conftest.$ac_objext; then
40758 wx_cv_cflags_mthread=yes
40759 else
40760 echo "$as_me: failed program was:" >&5
40761 sed 's/^/| /' conftest.$ac_ext >&5
40762
40763 wx_cv_cflags_mthread=no
40764
40765 fi
40766
40767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40768
40769
40770 fi
40771 { echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
40772 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6; }
40773
40774 if test "$wx_cv_cflags_mthread" = "yes"; then
40775 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
40776 LDFLAGS="$LDFLAGS -mthreads"
40777 else
40778 CFLAGS="$CFLAGS_OLD"
40779 fi
40780 ;;
40781 *-pc-os2*emx )
40782 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
40783 LDFLAGS="$LDFLAGS -Zmt"
40784 ;;
40785 esac
40786 fi
40787 fi
40788
40789 { echo "$as_me:$LINENO: checking for localtime_r" >&5
40790 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6; }
40791 if test "${ac_cv_func_localtime_r+set}" = set; then
40792 echo $ECHO_N "(cached) $ECHO_C" >&6
40793 else
40794 cat >conftest.$ac_ext <<_ACEOF
40795 /* confdefs.h. */
40796 _ACEOF
40797 cat confdefs.h >>conftest.$ac_ext
40798 cat >>conftest.$ac_ext <<_ACEOF
40799 /* end confdefs.h. */
40800 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
40801 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40802 #define localtime_r innocuous_localtime_r
40803
40804 /* System header to define __stub macros and hopefully few prototypes,
40805 which can conflict with char localtime_r (); below.
40806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40807 <limits.h> exists even on freestanding compilers. */
40808
40809 #ifdef __STDC__
40810 # include <limits.h>
40811 #else
40812 # include <assert.h>
40813 #endif
40814
40815 #undef localtime_r
40816
40817 /* Override any GCC internal prototype to avoid an error.
40818 Use char because int might match the return type of a GCC
40819 builtin and then its argument prototype would still apply. */
40820 #ifdef __cplusplus
40821 extern "C"
40822 #endif
40823 char localtime_r ();
40824 /* The GNU C library defines this for functions which it implements
40825 to always fail with ENOSYS. Some functions are actually named
40826 something starting with __ and the normal name is an alias. */
40827 #if defined __stub_localtime_r || defined __stub___localtime_r
40828 choke me
40829 #endif
40830
40831 int
40832 main ()
40833 {
40834 return localtime_r ();
40835 ;
40836 return 0;
40837 }
40838 _ACEOF
40839 rm -f conftest.$ac_objext conftest$ac_exeext
40840 if { (ac_try="$ac_link"
40841 case "(($ac_try" in
40842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40843 *) ac_try_echo=$ac_try;;
40844 esac
40845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40846 (eval "$ac_link") 2>conftest.er1
40847 ac_status=$?
40848 grep -v '^ *+' conftest.er1 >conftest.err
40849 rm -f conftest.er1
40850 cat conftest.err >&5
40851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40852 (exit $ac_status); } && {
40853 test -z "$ac_c_werror_flag" ||
40854 test ! -s conftest.err
40855 } && test -s conftest$ac_exeext &&
40856 $as_test_x conftest$ac_exeext; then
40857 ac_cv_func_localtime_r=yes
40858 else
40859 echo "$as_me: failed program was:" >&5
40860 sed 's/^/| /' conftest.$ac_ext >&5
40861
40862 ac_cv_func_localtime_r=no
40863 fi
40864
40865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40866 conftest$ac_exeext conftest.$ac_ext
40867 fi
40868 { echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
40869 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6; }
40870 if test $ac_cv_func_localtime_r = yes; then
40871 cat >>confdefs.h <<\_ACEOF
40872 #define HAVE_LOCALTIME_R 1
40873 _ACEOF
40874
40875 fi
40876
40877 { echo "$as_me:$LINENO: checking for gmtime_r" >&5
40878 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6; }
40879 if test "${ac_cv_func_gmtime_r+set}" = set; then
40880 echo $ECHO_N "(cached) $ECHO_C" >&6
40881 else
40882 cat >conftest.$ac_ext <<_ACEOF
40883 /* confdefs.h. */
40884 _ACEOF
40885 cat confdefs.h >>conftest.$ac_ext
40886 cat >>conftest.$ac_ext <<_ACEOF
40887 /* end confdefs.h. */
40888 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
40889 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40890 #define gmtime_r innocuous_gmtime_r
40891
40892 /* System header to define __stub macros and hopefully few prototypes,
40893 which can conflict with char gmtime_r (); below.
40894 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40895 <limits.h> exists even on freestanding compilers. */
40896
40897 #ifdef __STDC__
40898 # include <limits.h>
40899 #else
40900 # include <assert.h>
40901 #endif
40902
40903 #undef gmtime_r
40904
40905 /* Override any GCC internal prototype to avoid an error.
40906 Use char because int might match the return type of a GCC
40907 builtin and then its argument prototype would still apply. */
40908 #ifdef __cplusplus
40909 extern "C"
40910 #endif
40911 char gmtime_r ();
40912 /* The GNU C library defines this for functions which it implements
40913 to always fail with ENOSYS. Some functions are actually named
40914 something starting with __ and the normal name is an alias. */
40915 #if defined __stub_gmtime_r || defined __stub___gmtime_r
40916 choke me
40917 #endif
40918
40919 int
40920 main ()
40921 {
40922 return gmtime_r ();
40923 ;
40924 return 0;
40925 }
40926 _ACEOF
40927 rm -f conftest.$ac_objext conftest$ac_exeext
40928 if { (ac_try="$ac_link"
40929 case "(($ac_try" in
40930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40931 *) ac_try_echo=$ac_try;;
40932 esac
40933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40934 (eval "$ac_link") 2>conftest.er1
40935 ac_status=$?
40936 grep -v '^ *+' conftest.er1 >conftest.err
40937 rm -f conftest.er1
40938 cat conftest.err >&5
40939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40940 (exit $ac_status); } && {
40941 test -z "$ac_c_werror_flag" ||
40942 test ! -s conftest.err
40943 } && test -s conftest$ac_exeext &&
40944 $as_test_x conftest$ac_exeext; then
40945 ac_cv_func_gmtime_r=yes
40946 else
40947 echo "$as_me: failed program was:" >&5
40948 sed 's/^/| /' conftest.$ac_ext >&5
40949
40950 ac_cv_func_gmtime_r=no
40951 fi
40952
40953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40954 conftest$ac_exeext conftest.$ac_ext
40955 fi
40956 { echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
40957 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6; }
40958 if test $ac_cv_func_gmtime_r = yes; then
40959 cat >>confdefs.h <<\_ACEOF
40960 #define HAVE_GMTIME_R 1
40961 _ACEOF
40962
40963 fi
40964
40965
40966
40967
40968 ac_ext=c
40969 ac_cpp='$CPP $CPPFLAGS'
40970 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40971 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40972 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40973
40974 { echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
40975 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6; }
40976
40977 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
40978 echo $ECHO_N "(cached) $ECHO_C" >&6
40979 else
40980
40981
40982 ################################################################
40983
40984 ac_cv_func_which_gethostbyname_r=unknown
40985
40986 #
40987 # ONE ARGUMENT (sanity check)
40988 #
40989
40990 # This should fail, as there is no variant of gethostbyname_r() that takes
40991 # a single argument. If it actually compiles, then we can assume that
40992 # netdb.h is not declaring the function, and the compiler is thereby
40993 # assuming an implicit prototype. In which case, we're out of luck.
40994 #
40995 cat >conftest.$ac_ext <<_ACEOF
40996 /* confdefs.h. */
40997 _ACEOF
40998 cat confdefs.h >>conftest.$ac_ext
40999 cat >>conftest.$ac_ext <<_ACEOF
41000 /* end confdefs.h. */
41001 #include <netdb.h>
41002 int
41003 main ()
41004 {
41005
41006 char *name = "www.gnu.org";
41007 (void)gethostbyname_r(name) /* ; */
41008
41009 ;
41010 return 0;
41011 }
41012 _ACEOF
41013 rm -f conftest.$ac_objext
41014 if { (ac_try="$ac_compile"
41015 case "(($ac_try" in
41016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41017 *) ac_try_echo=$ac_try;;
41018 esac
41019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41020 (eval "$ac_compile") 2>conftest.er1
41021 ac_status=$?
41022 grep -v '^ *+' conftest.er1 >conftest.err
41023 rm -f conftest.er1
41024 cat conftest.err >&5
41025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41026 (exit $ac_status); } && {
41027 test -z "$ac_c_werror_flag" ||
41028 test ! -s conftest.err
41029 } && test -s conftest.$ac_objext; then
41030 ac_cv_func_which_gethostbyname_r=no
41031 else
41032 echo "$as_me: failed program was:" >&5
41033 sed 's/^/| /' conftest.$ac_ext >&5
41034
41035
41036 fi
41037
41038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41039
41040 #
41041 # SIX ARGUMENTS
41042 # (e.g. Linux)
41043 #
41044
41045 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41046
41047 cat >conftest.$ac_ext <<_ACEOF
41048 /* confdefs.h. */
41049 _ACEOF
41050 cat confdefs.h >>conftest.$ac_ext
41051 cat >>conftest.$ac_ext <<_ACEOF
41052 /* end confdefs.h. */
41053 #include <netdb.h>
41054 int
41055 main ()
41056 {
41057
41058 char *name = "www.gnu.org";
41059 struct hostent ret, *retp;
41060 char buf[1024];
41061 int buflen = 1024;
41062 int my_h_errno;
41063 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
41064
41065 ;
41066 return 0;
41067 }
41068 _ACEOF
41069 rm -f conftest.$ac_objext
41070 if { (ac_try="$ac_compile"
41071 case "(($ac_try" in
41072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41073 *) ac_try_echo=$ac_try;;
41074 esac
41075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41076 (eval "$ac_compile") 2>conftest.er1
41077 ac_status=$?
41078 grep -v '^ *+' conftest.er1 >conftest.err
41079 rm -f conftest.er1
41080 cat conftest.err >&5
41081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41082 (exit $ac_status); } && {
41083 test -z "$ac_c_werror_flag" ||
41084 test ! -s conftest.err
41085 } && test -s conftest.$ac_objext; then
41086 ac_cv_func_which_gethostbyname_r=six
41087 else
41088 echo "$as_me: failed program was:" >&5
41089 sed 's/^/| /' conftest.$ac_ext >&5
41090
41091
41092 fi
41093
41094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41095
41096 fi
41097
41098 #
41099 # FIVE ARGUMENTS
41100 # (e.g. Solaris)
41101 #
41102
41103 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41104
41105 cat >conftest.$ac_ext <<_ACEOF
41106 /* confdefs.h. */
41107 _ACEOF
41108 cat confdefs.h >>conftest.$ac_ext
41109 cat >>conftest.$ac_ext <<_ACEOF
41110 /* end confdefs.h. */
41111 #include <netdb.h>
41112 int
41113 main ()
41114 {
41115
41116 char *name = "www.gnu.org";
41117 struct hostent ret;
41118 char buf[1024];
41119 int buflen = 1024;
41120 int my_h_errno;
41121 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
41122
41123 ;
41124 return 0;
41125 }
41126 _ACEOF
41127 rm -f conftest.$ac_objext
41128 if { (ac_try="$ac_compile"
41129 case "(($ac_try" in
41130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41131 *) ac_try_echo=$ac_try;;
41132 esac
41133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41134 (eval "$ac_compile") 2>conftest.er1
41135 ac_status=$?
41136 grep -v '^ *+' conftest.er1 >conftest.err
41137 rm -f conftest.er1
41138 cat conftest.err >&5
41139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41140 (exit $ac_status); } && {
41141 test -z "$ac_c_werror_flag" ||
41142 test ! -s conftest.err
41143 } && test -s conftest.$ac_objext; then
41144 ac_cv_func_which_gethostbyname_r=five
41145 else
41146 echo "$as_me: failed program was:" >&5
41147 sed 's/^/| /' conftest.$ac_ext >&5
41148
41149
41150 fi
41151
41152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41153
41154 fi
41155
41156 #
41157 # THREE ARGUMENTS
41158 # (e.g. AIX, HP-UX, Tru64)
41159 #
41160
41161 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41162
41163 cat >conftest.$ac_ext <<_ACEOF
41164 /* confdefs.h. */
41165 _ACEOF
41166 cat confdefs.h >>conftest.$ac_ext
41167 cat >>conftest.$ac_ext <<_ACEOF
41168 /* end confdefs.h. */
41169 #include <netdb.h>
41170 int
41171 main ()
41172 {
41173
41174 char *name = "www.gnu.org";
41175 struct hostent ret;
41176 struct hostent_data data;
41177 (void)gethostbyname_r(name, &ret, &data) /* ; */
41178
41179 ;
41180 return 0;
41181 }
41182 _ACEOF
41183 rm -f conftest.$ac_objext
41184 if { (ac_try="$ac_compile"
41185 case "(($ac_try" in
41186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41187 *) ac_try_echo=$ac_try;;
41188 esac
41189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41190 (eval "$ac_compile") 2>conftest.er1
41191 ac_status=$?
41192 grep -v '^ *+' conftest.er1 >conftest.err
41193 rm -f conftest.er1
41194 cat conftest.err >&5
41195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41196 (exit $ac_status); } && {
41197 test -z "$ac_c_werror_flag" ||
41198 test ! -s conftest.err
41199 } && test -s conftest.$ac_objext; then
41200 ac_cv_func_which_gethostbyname_r=three
41201 else
41202 echo "$as_me: failed program was:" >&5
41203 sed 's/^/| /' conftest.$ac_ext >&5
41204
41205
41206 fi
41207
41208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41209
41210 fi
41211
41212 ################################################################
41213
41214
41215 fi
41216
41217 case "$ac_cv_func_which_gethostbyname_r" in
41218 three)
41219 { echo "$as_me:$LINENO: result: three" >&5
41220 echo "${ECHO_T}three" >&6; }
41221 cat >>confdefs.h <<\_ACEOF
41222 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
41223 _ACEOF
41224
41225 ;;
41226
41227 five)
41228 { echo "$as_me:$LINENO: result: five" >&5
41229 echo "${ECHO_T}five" >&6; }
41230 cat >>confdefs.h <<\_ACEOF
41231 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
41232 _ACEOF
41233
41234 ;;
41235
41236 six)
41237 { echo "$as_me:$LINENO: result: six" >&5
41238 echo "${ECHO_T}six" >&6; }
41239 cat >>confdefs.h <<\_ACEOF
41240 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
41241 _ACEOF
41242
41243 ;;
41244
41245 no)
41246 { echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
41247 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6; }
41248 ;;
41249
41250 unknown)
41251 { echo "$as_me:$LINENO: result: can't tell" >&5
41252 echo "${ECHO_T}can't tell" >&6; }
41253 ;;
41254
41255 *)
41256 { { echo "$as_me:$LINENO: error: internal error" >&5
41257 echo "$as_me: error: internal error" >&2;}
41258 { (exit 1); exit 1; }; }
41259 ;;
41260 esac
41261
41262 ac_ext=c
41263 ac_cpp='$CPP $CPPFLAGS'
41264 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41265 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41266 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41267
41268
41269
41270 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
41271 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
41272 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
41273 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
41274 if test "${ac_cv_func_gethostbyname+set}" = set; then
41275 echo $ECHO_N "(cached) $ECHO_C" >&6
41276 else
41277 cat >conftest.$ac_ext <<_ACEOF
41278 /* confdefs.h. */
41279 _ACEOF
41280 cat confdefs.h >>conftest.$ac_ext
41281 cat >>conftest.$ac_ext <<_ACEOF
41282 /* end confdefs.h. */
41283 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
41284 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41285 #define gethostbyname innocuous_gethostbyname
41286
41287 /* System header to define __stub macros and hopefully few prototypes,
41288 which can conflict with char gethostbyname (); below.
41289 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41290 <limits.h> exists even on freestanding compilers. */
41291
41292 #ifdef __STDC__
41293 # include <limits.h>
41294 #else
41295 # include <assert.h>
41296 #endif
41297
41298 #undef gethostbyname
41299
41300 /* Override any GCC internal prototype to avoid an error.
41301 Use char because int might match the return type of a GCC
41302 builtin and then its argument prototype would still apply. */
41303 #ifdef __cplusplus
41304 extern "C"
41305 #endif
41306 char gethostbyname ();
41307 /* The GNU C library defines this for functions which it implements
41308 to always fail with ENOSYS. Some functions are actually named
41309 something starting with __ and the normal name is an alias. */
41310 #if defined __stub_gethostbyname || defined __stub___gethostbyname
41311 choke me
41312 #endif
41313
41314 int
41315 main ()
41316 {
41317 return gethostbyname ();
41318 ;
41319 return 0;
41320 }
41321 _ACEOF
41322 rm -f conftest.$ac_objext conftest$ac_exeext
41323 if { (ac_try="$ac_link"
41324 case "(($ac_try" in
41325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41326 *) ac_try_echo=$ac_try;;
41327 esac
41328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41329 (eval "$ac_link") 2>conftest.er1
41330 ac_status=$?
41331 grep -v '^ *+' conftest.er1 >conftest.err
41332 rm -f conftest.er1
41333 cat conftest.err >&5
41334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41335 (exit $ac_status); } && {
41336 test -z "$ac_c_werror_flag" ||
41337 test ! -s conftest.err
41338 } && test -s conftest$ac_exeext &&
41339 $as_test_x conftest$ac_exeext; then
41340 ac_cv_func_gethostbyname=yes
41341 else
41342 echo "$as_me: failed program was:" >&5
41343 sed 's/^/| /' conftest.$ac_ext >&5
41344
41345 ac_cv_func_gethostbyname=no
41346 fi
41347
41348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41349 conftest$ac_exeext conftest.$ac_ext
41350 fi
41351 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
41352 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
41353 if test $ac_cv_func_gethostbyname = yes; then
41354 cat >>confdefs.h <<\_ACEOF
41355 #define HAVE_GETHOSTBYNAME 1
41356 _ACEOF
41357
41358 fi
41359
41360 fi
41361
41362 { echo "$as_me:$LINENO: checking how many arguments getservbyname_r() takes" >&5
41363 echo $ECHO_N "checking how many arguments getservbyname_r() takes... $ECHO_C" >&6; }
41364 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
41365 echo $ECHO_N "(cached) $ECHO_C" >&6
41366 else
41367
41368 ac_ext=cpp
41369 ac_cpp='$CXXCPP $CPPFLAGS'
41370 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41371 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41372 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41373
41374
41375 cat >conftest.$ac_ext <<_ACEOF
41376 /* confdefs.h. */
41377 _ACEOF
41378 cat confdefs.h >>conftest.$ac_ext
41379 cat >>conftest.$ac_ext <<_ACEOF
41380 /* end confdefs.h. */
41381 #include <netdb.h>
41382 int
41383 main ()
41384 {
41385
41386 char *name;
41387 char *proto;
41388 struct servent *se, *res;
41389 char buffer[2048];
41390 int buflen = 2048;
41391 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
41392
41393 ;
41394 return 0;
41395 }
41396 _ACEOF
41397 rm -f conftest.$ac_objext
41398 if { (ac_try="$ac_compile"
41399 case "(($ac_try" in
41400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41401 *) ac_try_echo=$ac_try;;
41402 esac
41403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41404 (eval "$ac_compile") 2>conftest.er1
41405 ac_status=$?
41406 grep -v '^ *+' conftest.er1 >conftest.err
41407 rm -f conftest.er1
41408 cat conftest.err >&5
41409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41410 (exit $ac_status); } && {
41411 test -z "$ac_cxx_werror_flag" ||
41412 test ! -s conftest.err
41413 } && test -s conftest.$ac_objext; then
41414 ac_cv_func_which_getservbyname_r=six
41415 else
41416 echo "$as_me: failed program was:" >&5
41417 sed 's/^/| /' conftest.$ac_ext >&5
41418
41419
41420 cat >conftest.$ac_ext <<_ACEOF
41421 /* confdefs.h. */
41422 _ACEOF
41423 cat confdefs.h >>conftest.$ac_ext
41424 cat >>conftest.$ac_ext <<_ACEOF
41425 /* end confdefs.h. */
41426 #include <netdb.h>
41427 int
41428 main ()
41429 {
41430
41431 char *name;
41432 char *proto;
41433 struct servent *se;
41434 char buffer[2048];
41435 int buflen = 2048;
41436 (void) getservbyname_r(name, proto, se, buffer, buflen)
41437
41438 ;
41439 return 0;
41440 }
41441 _ACEOF
41442 rm -f conftest.$ac_objext
41443 if { (ac_try="$ac_compile"
41444 case "(($ac_try" in
41445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41446 *) ac_try_echo=$ac_try;;
41447 esac
41448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41449 (eval "$ac_compile") 2>conftest.er1
41450 ac_status=$?
41451 grep -v '^ *+' conftest.er1 >conftest.err
41452 rm -f conftest.er1
41453 cat conftest.err >&5
41454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41455 (exit $ac_status); } && {
41456 test -z "$ac_cxx_werror_flag" ||
41457 test ! -s conftest.err
41458 } && test -s conftest.$ac_objext; then
41459 ac_cv_func_which_getservbyname_r=five
41460 else
41461 echo "$as_me: failed program was:" >&5
41462 sed 's/^/| /' conftest.$ac_ext >&5
41463
41464
41465 cat >conftest.$ac_ext <<_ACEOF
41466 /* confdefs.h. */
41467 _ACEOF
41468 cat confdefs.h >>conftest.$ac_ext
41469 cat >>conftest.$ac_ext <<_ACEOF
41470 /* end confdefs.h. */
41471 #include <netdb.h>
41472 int
41473 main ()
41474 {
41475
41476 char *name;
41477 char *proto;
41478 struct servent *se;
41479 struct servent_data data;
41480 (void) getservbyname_r(name, proto, se, &data);
41481
41482 ;
41483 return 0;
41484 }
41485 _ACEOF
41486 rm -f conftest.$ac_objext
41487 if { (ac_try="$ac_compile"
41488 case "(($ac_try" in
41489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41490 *) ac_try_echo=$ac_try;;
41491 esac
41492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41493 (eval "$ac_compile") 2>conftest.er1
41494 ac_status=$?
41495 grep -v '^ *+' conftest.er1 >conftest.err
41496 rm -f conftest.er1
41497 cat conftest.err >&5
41498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41499 (exit $ac_status); } && {
41500 test -z "$ac_cxx_werror_flag" ||
41501 test ! -s conftest.err
41502 } && test -s conftest.$ac_objext; then
41503 ac_cv_func_which_getservbyname_r=four
41504 else
41505 echo "$as_me: failed program was:" >&5
41506 sed 's/^/| /' conftest.$ac_ext >&5
41507
41508 ac_cv_func_which_getservbyname_r=no
41509
41510 fi
41511
41512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41513
41514
41515 fi
41516
41517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41518
41519
41520 fi
41521
41522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41523 ac_ext=c
41524 ac_cpp='$CPP $CPPFLAGS'
41525 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41526 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41527 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41528
41529
41530
41531 fi
41532 { echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
41533 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6; }
41534
41535 if test $ac_cv_func_which_getservbyname_r = six; then
41536 cat >>confdefs.h <<\_ACEOF
41537 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
41538 _ACEOF
41539
41540 elif test $ac_cv_func_which_getservbyname_r = five; then
41541 cat >>confdefs.h <<\_ACEOF
41542 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
41543 _ACEOF
41544
41545 elif test $ac_cv_func_which_getservbyname_r = four; then
41546 cat >>confdefs.h <<\_ACEOF
41547 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
41548 _ACEOF
41549
41550 fi
41551
41552
41553 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
41554 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
41555
41556 for ac_func in getservbyname
41557 do
41558 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41559 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41560 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41561 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41562 echo $ECHO_N "(cached) $ECHO_C" >&6
41563 else
41564 cat >conftest.$ac_ext <<_ACEOF
41565 /* confdefs.h. */
41566 _ACEOF
41567 cat confdefs.h >>conftest.$ac_ext
41568 cat >>conftest.$ac_ext <<_ACEOF
41569 /* end confdefs.h. */
41570 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41571 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41572 #define $ac_func innocuous_$ac_func
41573
41574 /* System header to define __stub macros and hopefully few prototypes,
41575 which can conflict with char $ac_func (); below.
41576 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41577 <limits.h> exists even on freestanding compilers. */
41578
41579 #ifdef __STDC__
41580 # include <limits.h>
41581 #else
41582 # include <assert.h>
41583 #endif
41584
41585 #undef $ac_func
41586
41587 /* Override any GCC internal prototype to avoid an error.
41588 Use char because int might match the return type of a GCC
41589 builtin and then its argument prototype would still apply. */
41590 #ifdef __cplusplus
41591 extern "C"
41592 #endif
41593 char $ac_func ();
41594 /* The GNU C library defines this for functions which it implements
41595 to always fail with ENOSYS. Some functions are actually named
41596 something starting with __ and the normal name is an alias. */
41597 #if defined __stub_$ac_func || defined __stub___$ac_func
41598 choke me
41599 #endif
41600
41601 int
41602 main ()
41603 {
41604 return $ac_func ();
41605 ;
41606 return 0;
41607 }
41608 _ACEOF
41609 rm -f conftest.$ac_objext conftest$ac_exeext
41610 if { (ac_try="$ac_link"
41611 case "(($ac_try" in
41612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41613 *) ac_try_echo=$ac_try;;
41614 esac
41615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41616 (eval "$ac_link") 2>conftest.er1
41617 ac_status=$?
41618 grep -v '^ *+' conftest.er1 >conftest.err
41619 rm -f conftest.er1
41620 cat conftest.err >&5
41621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41622 (exit $ac_status); } && {
41623 test -z "$ac_c_werror_flag" ||
41624 test ! -s conftest.err
41625 } && test -s conftest$ac_exeext &&
41626 $as_test_x conftest$ac_exeext; then
41627 eval "$as_ac_var=yes"
41628 else
41629 echo "$as_me: failed program was:" >&5
41630 sed 's/^/| /' conftest.$ac_ext >&5
41631
41632 eval "$as_ac_var=no"
41633 fi
41634
41635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41636 conftest$ac_exeext conftest.$ac_ext
41637 fi
41638 ac_res=`eval echo '${'$as_ac_var'}'`
41639 { echo "$as_me:$LINENO: result: $ac_res" >&5
41640 echo "${ECHO_T}$ac_res" >&6; }
41641 if test `eval echo '${'$as_ac_var'}'` = yes; then
41642 cat >>confdefs.h <<_ACEOF
41643 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41644 _ACEOF
41645 cat >>confdefs.h <<\_ACEOF
41646 #define HAVE_GETSERVBYNAME 1
41647 _ACEOF
41648
41649 fi
41650 done
41651
41652 fi
41653
41654 if test "$wxUSE_THREADS" = "yes"; then
41655 cat >>confdefs.h <<\_ACEOF
41656 #define wxUSE_THREADS 1
41657 _ACEOF
41658
41659
41660 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
41661 else
41662 if test "$wx_cv_func_strtok_r" = "yes"; then
41663 { echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
41664 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6; }
41665 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
41666 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
41667 { echo "$as_me:$LINENO: result: yes" >&5
41668 echo "${ECHO_T}yes" >&6; }
41669 else
41670 { echo "$as_me:$LINENO: result: no" >&5
41671 echo "${ECHO_T}no" >&6; }
41672 fi
41673 fi
41674 fi
41675
41676 if test "$WXGTK2" = 1 ; then
41677 cat >>confdefs.h <<_ACEOF
41678 #define __WXGTK20__ $WXGTK2
41679 _ACEOF
41680
41681 WXGTK12=1
41682 fi
41683
41684 if test "$WXGTK12" = 1 ; then
41685 cat >>confdefs.h <<_ACEOF
41686 #define __WXGTK12__ $WXGTK12
41687 _ACEOF
41688
41689 fi
41690
41691 if test "$WXGTK127" = 1 ; then
41692 cat >>confdefs.h <<_ACEOF
41693 #define __WXGTK127__ $WXGTK127
41694 _ACEOF
41695
41696 fi
41697
41698 if test "$WXGPE" = 1 ; then
41699 cat >>confdefs.h <<_ACEOF
41700 #define __WXGPE__ $WXGPE
41701 _ACEOF
41702
41703 fi
41704
41705 DEBUG_CFLAGS=
41706 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev/null`; then
41707 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
41708 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
41709 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
41710 DEBUG_CFLAGS="-g"
41711 fi
41712
41713 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
41714 wxUSE_DEBUG_INFO=yes
41715 if test "$GCC" = yes; then
41716 DEBUG_CFLAGS="-ggdb"
41717 fi
41718 fi
41719
41720 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
41721 if test "$wxUSE_GTK" = 1 ; then
41722 if test "x$wxGTK_VERSION" = "x1" ; then
41723 CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
41724 fi
41725 fi
41726 fi
41727
41728 if test "$wxUSE_MEM_TRACING" = "yes" ; then
41729 cat >>confdefs.h <<\_ACEOF
41730 #define wxUSE_MEMORY_TRACING 1
41731 _ACEOF
41732
41733 cat >>confdefs.h <<\_ACEOF
41734 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
41735 _ACEOF
41736
41737 cat >>confdefs.h <<\_ACEOF
41738 #define wxUSE_DEBUG_NEW_ALWAYS 1
41739 _ACEOF
41740
41741 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
41742 fi
41743
41744 if test "$wxUSE_DMALLOC" = "yes" ; then
41745 DMALLOC_LIBS="-ldmallocthcxx"
41746 fi
41747
41748 PROFILE_FLAGS=
41749 if test "$wxUSE_PROFILE" = "yes" ; then
41750 PROFILE_FLAGS=" -pg"
41751 fi
41752
41753 if test "$GCC" = "yes" ; then
41754 if test "$wxUSE_NO_RTTI" = "yes" ; then
41755 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-rtti"
41756 fi
41757 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
41758 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
41759 fi
41760 if test "$wxUSE_PERMISSIVE" = "yes" ; then
41761 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
41762 fi
41763
41764 case "${host}" in
41765 powerpc*-*-aix* )
41766 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
41767 ;;
41768 *-hppa* )
41769 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
41770 ;;
41771 esac
41772 fi
41773
41774 OPTIMISE_CFLAGS=
41775 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev/null`; then
41776 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
41777 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
41778 else
41779 if test "$wxUSE_OPTIMISE" = "no" ; then
41780 if test "$GCC" = yes ; then
41781 OPTIMISE_CFLAGS="-O0"
41782 fi
41783 else
41784 if test "$GCC" = yes ; then
41785 case "${host}" in
41786 *-pc-os2_emx | *-pc-os2-emx )
41787 OPTIMISE_CFLAGS="-O2"
41788 ;;
41789 *)
41790 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
41791 ;;
41792 esac
41793 else
41794 OPTIMISE_CFLAGS="-O"
41795 fi
41796 fi
41797 fi
41798
41799
41800 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
41801 cat >>confdefs.h <<\_ACEOF
41802 #define WXWIN_COMPATIBILITY_2_6 1
41803 _ACEOF
41804
41805
41806 WXWIN_COMPATIBILITY_2_8="yes"
41807 fi
41808
41809 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
41810 cat >>confdefs.h <<\_ACEOF
41811 #define WXWIN_COMPATIBILITY_2_8 1
41812 _ACEOF
41813
41814 fi
41815
41816
41817 if test "$wxUSE_GUI" = "yes"; then
41818 cat >>confdefs.h <<\_ACEOF
41819 #define wxUSE_GUI 1
41820 _ACEOF
41821
41822
41823 fi
41824
41825
41826 if test "$wxUSE_UNIX" = "yes"; then
41827 cat >>confdefs.h <<\_ACEOF
41828 #define wxUSE_UNIX 1
41829 _ACEOF
41830
41831 fi
41832
41833
41834 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
41835
41836 HAVE_DL_FUNCS=0
41837 HAVE_SHL_FUNCS=0
41838 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
41839 if test "$USE_DOS" = 1; then
41840 HAVE_DL_FUNCS=0
41841 else
41842
41843 for ac_func in dlopen
41844 do
41845 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41846 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41847 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41848 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41849 echo $ECHO_N "(cached) $ECHO_C" >&6
41850 else
41851 cat >conftest.$ac_ext <<_ACEOF
41852 /* confdefs.h. */
41853 _ACEOF
41854 cat confdefs.h >>conftest.$ac_ext
41855 cat >>conftest.$ac_ext <<_ACEOF
41856 /* end confdefs.h. */
41857 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41858 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41859 #define $ac_func innocuous_$ac_func
41860
41861 /* System header to define __stub macros and hopefully few prototypes,
41862 which can conflict with char $ac_func (); below.
41863 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41864 <limits.h> exists even on freestanding compilers. */
41865
41866 #ifdef __STDC__
41867 # include <limits.h>
41868 #else
41869 # include <assert.h>
41870 #endif
41871
41872 #undef $ac_func
41873
41874 /* Override any GCC internal prototype to avoid an error.
41875 Use char because int might match the return type of a GCC
41876 builtin and then its argument prototype would still apply. */
41877 #ifdef __cplusplus
41878 extern "C"
41879 #endif
41880 char $ac_func ();
41881 /* The GNU C library defines this for functions which it implements
41882 to always fail with ENOSYS. Some functions are actually named
41883 something starting with __ and the normal name is an alias. */
41884 #if defined __stub_$ac_func || defined __stub___$ac_func
41885 choke me
41886 #endif
41887
41888 int
41889 main ()
41890 {
41891 return $ac_func ();
41892 ;
41893 return 0;
41894 }
41895 _ACEOF
41896 rm -f conftest.$ac_objext conftest$ac_exeext
41897 if { (ac_try="$ac_link"
41898 case "(($ac_try" in
41899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41900 *) ac_try_echo=$ac_try;;
41901 esac
41902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41903 (eval "$ac_link") 2>conftest.er1
41904 ac_status=$?
41905 grep -v '^ *+' conftest.er1 >conftest.err
41906 rm -f conftest.er1
41907 cat conftest.err >&5
41908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41909 (exit $ac_status); } && {
41910 test -z "$ac_c_werror_flag" ||
41911 test ! -s conftest.err
41912 } && test -s conftest$ac_exeext &&
41913 $as_test_x conftest$ac_exeext; then
41914 eval "$as_ac_var=yes"
41915 else
41916 echo "$as_me: failed program was:" >&5
41917 sed 's/^/| /' conftest.$ac_ext >&5
41918
41919 eval "$as_ac_var=no"
41920 fi
41921
41922 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41923 conftest$ac_exeext conftest.$ac_ext
41924 fi
41925 ac_res=`eval echo '${'$as_ac_var'}'`
41926 { echo "$as_me:$LINENO: result: $ac_res" >&5
41927 echo "${ECHO_T}$ac_res" >&6; }
41928 if test `eval echo '${'$as_ac_var'}'` = yes; then
41929 cat >>confdefs.h <<_ACEOF
41930 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41931 _ACEOF
41932
41933 cat >>confdefs.h <<\_ACEOF
41934 #define HAVE_DLOPEN 1
41935 _ACEOF
41936
41937 HAVE_DL_FUNCS=1
41938
41939 else
41940
41941 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
41942 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
41943 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
41944 echo $ECHO_N "(cached) $ECHO_C" >&6
41945 else
41946 ac_check_lib_save_LIBS=$LIBS
41947 LIBS="-ldl $LIBS"
41948 cat >conftest.$ac_ext <<_ACEOF
41949 /* confdefs.h. */
41950 _ACEOF
41951 cat confdefs.h >>conftest.$ac_ext
41952 cat >>conftest.$ac_ext <<_ACEOF
41953 /* end confdefs.h. */
41954
41955 /* Override any GCC internal prototype to avoid an error.
41956 Use char because int might match the return type of a GCC
41957 builtin and then its argument prototype would still apply. */
41958 #ifdef __cplusplus
41959 extern "C"
41960 #endif
41961 char dlopen ();
41962 int
41963 main ()
41964 {
41965 return dlopen ();
41966 ;
41967 return 0;
41968 }
41969 _ACEOF
41970 rm -f conftest.$ac_objext conftest$ac_exeext
41971 if { (ac_try="$ac_link"
41972 case "(($ac_try" in
41973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41974 *) ac_try_echo=$ac_try;;
41975 esac
41976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41977 (eval "$ac_link") 2>conftest.er1
41978 ac_status=$?
41979 grep -v '^ *+' conftest.er1 >conftest.err
41980 rm -f conftest.er1
41981 cat conftest.err >&5
41982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41983 (exit $ac_status); } && {
41984 test -z "$ac_c_werror_flag" ||
41985 test ! -s conftest.err
41986 } && test -s conftest$ac_exeext &&
41987 $as_test_x conftest$ac_exeext; then
41988 ac_cv_lib_dl_dlopen=yes
41989 else
41990 echo "$as_me: failed program was:" >&5
41991 sed 's/^/| /' conftest.$ac_ext >&5
41992
41993 ac_cv_lib_dl_dlopen=no
41994 fi
41995
41996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41997 conftest$ac_exeext conftest.$ac_ext
41998 LIBS=$ac_check_lib_save_LIBS
41999 fi
42000 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
42001 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
42002 if test $ac_cv_lib_dl_dlopen = yes; then
42003
42004 cat >>confdefs.h <<\_ACEOF
42005 #define HAVE_DLOPEN 1
42006 _ACEOF
42007
42008 HAVE_DL_FUNCS=1
42009 DL_LINK=" -ldl$DL_LINK"
42010
42011 else
42012
42013
42014 for ac_func in shl_load
42015 do
42016 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42017 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42018 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42019 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42020 echo $ECHO_N "(cached) $ECHO_C" >&6
42021 else
42022 cat >conftest.$ac_ext <<_ACEOF
42023 /* confdefs.h. */
42024 _ACEOF
42025 cat confdefs.h >>conftest.$ac_ext
42026 cat >>conftest.$ac_ext <<_ACEOF
42027 /* end confdefs.h. */
42028 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42029 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42030 #define $ac_func innocuous_$ac_func
42031
42032 /* System header to define __stub macros and hopefully few prototypes,
42033 which can conflict with char $ac_func (); below.
42034 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42035 <limits.h> exists even on freestanding compilers. */
42036
42037 #ifdef __STDC__
42038 # include <limits.h>
42039 #else
42040 # include <assert.h>
42041 #endif
42042
42043 #undef $ac_func
42044
42045 /* Override any GCC internal prototype to avoid an error.
42046 Use char because int might match the return type of a GCC
42047 builtin and then its argument prototype would still apply. */
42048 #ifdef __cplusplus
42049 extern "C"
42050 #endif
42051 char $ac_func ();
42052 /* The GNU C library defines this for functions which it implements
42053 to always fail with ENOSYS. Some functions are actually named
42054 something starting with __ and the normal name is an alias. */
42055 #if defined __stub_$ac_func || defined __stub___$ac_func
42056 choke me
42057 #endif
42058
42059 int
42060 main ()
42061 {
42062 return $ac_func ();
42063 ;
42064 return 0;
42065 }
42066 _ACEOF
42067 rm -f conftest.$ac_objext conftest$ac_exeext
42068 if { (ac_try="$ac_link"
42069 case "(($ac_try" in
42070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42071 *) ac_try_echo=$ac_try;;
42072 esac
42073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42074 (eval "$ac_link") 2>conftest.er1
42075 ac_status=$?
42076 grep -v '^ *+' conftest.er1 >conftest.err
42077 rm -f conftest.er1
42078 cat conftest.err >&5
42079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42080 (exit $ac_status); } && {
42081 test -z "$ac_c_werror_flag" ||
42082 test ! -s conftest.err
42083 } && test -s conftest$ac_exeext &&
42084 $as_test_x conftest$ac_exeext; then
42085 eval "$as_ac_var=yes"
42086 else
42087 echo "$as_me: failed program was:" >&5
42088 sed 's/^/| /' conftest.$ac_ext >&5
42089
42090 eval "$as_ac_var=no"
42091 fi
42092
42093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42094 conftest$ac_exeext conftest.$ac_ext
42095 fi
42096 ac_res=`eval echo '${'$as_ac_var'}'`
42097 { echo "$as_me:$LINENO: result: $ac_res" >&5
42098 echo "${ECHO_T}$ac_res" >&6; }
42099 if test `eval echo '${'$as_ac_var'}'` = yes; then
42100 cat >>confdefs.h <<_ACEOF
42101 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42102 _ACEOF
42103
42104 cat >>confdefs.h <<\_ACEOF
42105 #define HAVE_SHL_LOAD 1
42106 _ACEOF
42107
42108 HAVE_SHL_FUNCS=1
42109
42110 else
42111
42112 { echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
42113 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6; }
42114 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
42115 echo $ECHO_N "(cached) $ECHO_C" >&6
42116 else
42117 ac_check_lib_save_LIBS=$LIBS
42118 LIBS="-lshl_load $LIBS"
42119 cat >conftest.$ac_ext <<_ACEOF
42120 /* confdefs.h. */
42121 _ACEOF
42122 cat confdefs.h >>conftest.$ac_ext
42123 cat >>conftest.$ac_ext <<_ACEOF
42124 /* end confdefs.h. */
42125
42126 /* Override any GCC internal prototype to avoid an error.
42127 Use char because int might match the return type of a GCC
42128 builtin and then its argument prototype would still apply. */
42129 #ifdef __cplusplus
42130 extern "C"
42131 #endif
42132 char dld ();
42133 int
42134 main ()
42135 {
42136 return dld ();
42137 ;
42138 return 0;
42139 }
42140 _ACEOF
42141 rm -f conftest.$ac_objext conftest$ac_exeext
42142 if { (ac_try="$ac_link"
42143 case "(($ac_try" in
42144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42145 *) ac_try_echo=$ac_try;;
42146 esac
42147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42148 (eval "$ac_link") 2>conftest.er1
42149 ac_status=$?
42150 grep -v '^ *+' conftest.er1 >conftest.err
42151 rm -f conftest.er1
42152 cat conftest.err >&5
42153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42154 (exit $ac_status); } && {
42155 test -z "$ac_c_werror_flag" ||
42156 test ! -s conftest.err
42157 } && test -s conftest$ac_exeext &&
42158 $as_test_x conftest$ac_exeext; then
42159 ac_cv_lib_shl_load_dld=yes
42160 else
42161 echo "$as_me: failed program was:" >&5
42162 sed 's/^/| /' conftest.$ac_ext >&5
42163
42164 ac_cv_lib_shl_load_dld=no
42165 fi
42166
42167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42168 conftest$ac_exeext conftest.$ac_ext
42169 LIBS=$ac_check_lib_save_LIBS
42170 fi
42171 { echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
42172 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6; }
42173 if test $ac_cv_lib_shl_load_dld = yes; then
42174
42175 HAVE_SHL_FUNCS=1
42176 DL_LINK=" -ldld$DL_LINK"
42177
42178 fi
42179
42180
42181 fi
42182 done
42183
42184
42185 fi
42186
42187
42188 fi
42189 done
42190
42191
42192 if test "$HAVE_DL_FUNCS" = 1; then
42193
42194 for ac_func in dlerror
42195 do
42196 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42197 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42198 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42199 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42200 echo $ECHO_N "(cached) $ECHO_C" >&6
42201 else
42202 cat >conftest.$ac_ext <<_ACEOF
42203 /* confdefs.h. */
42204 _ACEOF
42205 cat confdefs.h >>conftest.$ac_ext
42206 cat >>conftest.$ac_ext <<_ACEOF
42207 /* end confdefs.h. */
42208 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42209 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42210 #define $ac_func innocuous_$ac_func
42211
42212 /* System header to define __stub macros and hopefully few prototypes,
42213 which can conflict with char $ac_func (); below.
42214 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42215 <limits.h> exists even on freestanding compilers. */
42216
42217 #ifdef __STDC__
42218 # include <limits.h>
42219 #else
42220 # include <assert.h>
42221 #endif
42222
42223 #undef $ac_func
42224
42225 /* Override any GCC internal prototype to avoid an error.
42226 Use char because int might match the return type of a GCC
42227 builtin and then its argument prototype would still apply. */
42228 #ifdef __cplusplus
42229 extern "C"
42230 #endif
42231 char $ac_func ();
42232 /* The GNU C library defines this for functions which it implements
42233 to always fail with ENOSYS. Some functions are actually named
42234 something starting with __ and the normal name is an alias. */
42235 #if defined __stub_$ac_func || defined __stub___$ac_func
42236 choke me
42237 #endif
42238
42239 int
42240 main ()
42241 {
42242 return $ac_func ();
42243 ;
42244 return 0;
42245 }
42246 _ACEOF
42247 rm -f conftest.$ac_objext conftest$ac_exeext
42248 if { (ac_try="$ac_link"
42249 case "(($ac_try" in
42250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42251 *) ac_try_echo=$ac_try;;
42252 esac
42253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42254 (eval "$ac_link") 2>conftest.er1
42255 ac_status=$?
42256 grep -v '^ *+' conftest.er1 >conftest.err
42257 rm -f conftest.er1
42258 cat conftest.err >&5
42259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42260 (exit $ac_status); } && {
42261 test -z "$ac_c_werror_flag" ||
42262 test ! -s conftest.err
42263 } && test -s conftest$ac_exeext &&
42264 $as_test_x conftest$ac_exeext; then
42265 eval "$as_ac_var=yes"
42266 else
42267 echo "$as_me: failed program was:" >&5
42268 sed 's/^/| /' conftest.$ac_ext >&5
42269
42270 eval "$as_ac_var=no"
42271 fi
42272
42273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42274 conftest$ac_exeext conftest.$ac_ext
42275 fi
42276 ac_res=`eval echo '${'$as_ac_var'}'`
42277 { echo "$as_me:$LINENO: result: $ac_res" >&5
42278 echo "${ECHO_T}$ac_res" >&6; }
42279 if test `eval echo '${'$as_ac_var'}'` = yes; then
42280 cat >>confdefs.h <<_ACEOF
42281 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42282 _ACEOF
42283 cat >>confdefs.h <<\_ACEOF
42284 #define HAVE_DLERROR 1
42285 _ACEOF
42286
42287 else
42288
42289 { echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
42290 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6; }
42291 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
42292 echo $ECHO_N "(cached) $ECHO_C" >&6
42293 else
42294 ac_check_lib_save_LIBS=$LIBS
42295 LIBS="-ldl $LIBS"
42296 cat >conftest.$ac_ext <<_ACEOF
42297 /* confdefs.h. */
42298 _ACEOF
42299 cat confdefs.h >>conftest.$ac_ext
42300 cat >>conftest.$ac_ext <<_ACEOF
42301 /* end confdefs.h. */
42302
42303 /* Override any GCC internal prototype to avoid an error.
42304 Use char because int might match the return type of a GCC
42305 builtin and then its argument prototype would still apply. */
42306 #ifdef __cplusplus
42307 extern "C"
42308 #endif
42309 char dlerror ();
42310 int
42311 main ()
42312 {
42313 return dlerror ();
42314 ;
42315 return 0;
42316 }
42317 _ACEOF
42318 rm -f conftest.$ac_objext conftest$ac_exeext
42319 if { (ac_try="$ac_link"
42320 case "(($ac_try" in
42321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42322 *) ac_try_echo=$ac_try;;
42323 esac
42324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42325 (eval "$ac_link") 2>conftest.er1
42326 ac_status=$?
42327 grep -v '^ *+' conftest.er1 >conftest.err
42328 rm -f conftest.er1
42329 cat conftest.err >&5
42330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42331 (exit $ac_status); } && {
42332 test -z "$ac_c_werror_flag" ||
42333 test ! -s conftest.err
42334 } && test -s conftest$ac_exeext &&
42335 $as_test_x conftest$ac_exeext; then
42336 ac_cv_lib_dl_dlerror=yes
42337 else
42338 echo "$as_me: failed program was:" >&5
42339 sed 's/^/| /' conftest.$ac_ext >&5
42340
42341 ac_cv_lib_dl_dlerror=no
42342 fi
42343
42344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42345 conftest$ac_exeext conftest.$ac_ext
42346 LIBS=$ac_check_lib_save_LIBS
42347 fi
42348 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
42349 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6; }
42350 if test $ac_cv_lib_dl_dlerror = yes; then
42351 cat >>confdefs.h <<\_ACEOF
42352 #define HAVE_DLERROR 1
42353 _ACEOF
42354
42355 fi
42356
42357
42358
42359 fi
42360 done
42361
42362 fi
42363 fi
42364
42365 if test "$USE_DARWIN" = 1; then
42366 HAVE_DL_FUNCS=1
42367 fi
42368
42369 if test "$HAVE_DL_FUNCS" = 0; then
42370 if test "$HAVE_SHL_FUNCS" = 0; then
42371 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
42372 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
42373 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
42374 wxUSE_DYNAMIC_LOADER=no
42375 wxUSE_DYNLIB_CLASS=no
42376 else
42377 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
42378 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
42379 fi
42380 fi
42381 fi
42382 fi
42383 fi
42384
42385 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
42386 cat >>confdefs.h <<\_ACEOF
42387 #define wxUSE_DYNAMIC_LOADER 1
42388 _ACEOF
42389
42390 fi
42391 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
42392 cat >>confdefs.h <<\_ACEOF
42393 #define wxUSE_DYNLIB_CLASS 1
42394 _ACEOF
42395
42396 fi
42397
42398
42399
42400 if test "$wxUSE_PLUGINS" = "yes" ; then
42401 if test "$wxUSE_SHARED" = "no" ; then
42402 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
42403 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
42404 wxUSE_PLUGINS=no
42405 fi
42406 if test "$wxUSE_MONOLITHIC" = "yes" ; then
42407 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
42408 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
42409 wxUSE_PLUGINS=no
42410 fi
42411 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
42412 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
42413 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
42414 wxUSE_PLUGINS=no
42415 fi
42416 if test "$wxUSE_PLUGINS" = "yes" ; then
42417 cat >>confdefs.h <<\_ACEOF
42418 #define wxUSE_PLUGINS 1
42419 _ACEOF
42420
42421 fi
42422 fi
42423
42424
42425 if test "$wxUSE_STL" = "yes"; then
42426 cat >>confdefs.h <<\_ACEOF
42427 #define wxUSE_STL 1
42428 _ACEOF
42429
42430 fi
42431
42432 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
42433 cat >>confdefs.h <<\_ACEOF
42434 #define wxUSE_EXTENDED_RTTI 1
42435 _ACEOF
42436
42437 fi
42438
42439 if test "$wxUSE_ANY" = "yes"; then
42440 cat >>confdefs.h <<\_ACEOF
42441 #define wxUSE_ANY 1
42442 _ACEOF
42443
42444 fi
42445
42446 if test "$wxUSE_APPLE_IEEE" = "yes"; then
42447 cat >>confdefs.h <<\_ACEOF
42448 #define wxUSE_APPLE_IEEE 1
42449 _ACEOF
42450
42451 fi
42452
42453 if test "$wxUSE_TIMER" = "yes"; then
42454 cat >>confdefs.h <<\_ACEOF
42455 #define wxUSE_TIMER 1
42456 _ACEOF
42457
42458 fi
42459
42460 if test "$USE_UNIX" = 1 ; then
42461 if test "$wxUSE_MGL" != 1; then
42462 { echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
42463 echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6; }
42464 if test "${ac_cv_header_sys_soundcard+set}" = set; then
42465 echo $ECHO_N "(cached) $ECHO_C" >&6
42466 else
42467
42468 cat >conftest.$ac_ext <<_ACEOF
42469 /* confdefs.h. */
42470 _ACEOF
42471 cat confdefs.h >>conftest.$ac_ext
42472 cat >>conftest.$ac_ext <<_ACEOF
42473 /* end confdefs.h. */
42474
42475 #include <sys/ioctl.h>
42476 #include <sys/soundcard.h>
42477
42478 int
42479 main ()
42480 {
42481
42482 ioctl(0, SNDCTL_DSP_SPEED, 0);
42483
42484 ;
42485 return 0;
42486 }
42487 _ACEOF
42488 rm -f conftest.$ac_objext conftest$ac_exeext
42489 if { (ac_try="$ac_link"
42490 case "(($ac_try" in
42491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42492 *) ac_try_echo=$ac_try;;
42493 esac
42494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42495 (eval "$ac_link") 2>conftest.er1
42496 ac_status=$?
42497 grep -v '^ *+' conftest.er1 >conftest.err
42498 rm -f conftest.er1
42499 cat conftest.err >&5
42500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42501 (exit $ac_status); } && {
42502 test -z "$ac_c_werror_flag" ||
42503 test ! -s conftest.err
42504 } && test -s conftest$ac_exeext &&
42505 $as_test_x conftest$ac_exeext; then
42506 ac_cv_header_sys_soundcard=yes
42507 else
42508 echo "$as_me: failed program was:" >&5
42509 sed 's/^/| /' conftest.$ac_ext >&5
42510
42511
42512 saveLibs="$LIBS"
42513 LIBS="$saveLibs -lossaudio"
42514 cat >conftest.$ac_ext <<_ACEOF
42515 /* confdefs.h. */
42516 _ACEOF
42517 cat confdefs.h >>conftest.$ac_ext
42518 cat >>conftest.$ac_ext <<_ACEOF
42519 /* end confdefs.h. */
42520
42521 #include <sys/ioctl.h>
42522 #include <sys/soundcard.h>
42523
42524 int
42525 main ()
42526 {
42527
42528 ioctl(0, SNDCTL_DSP_SPEED, 0);
42529
42530 ;
42531 return 0;
42532 }
42533 _ACEOF
42534 rm -f conftest.$ac_objext conftest$ac_exeext
42535 if { (ac_try="$ac_link"
42536 case "(($ac_try" in
42537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42538 *) ac_try_echo=$ac_try;;
42539 esac
42540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42541 (eval "$ac_link") 2>conftest.er1
42542 ac_status=$?
42543 grep -v '^ *+' conftest.er1 >conftest.err
42544 rm -f conftest.er1
42545 cat conftest.err >&5
42546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42547 (exit $ac_status); } && {
42548 test -z "$ac_c_werror_flag" ||
42549 test ! -s conftest.err
42550 } && test -s conftest$ac_exeext &&
42551 $as_test_x conftest$ac_exeext; then
42552 ac_cv_header_sys_soundcard=yes
42553 else
42554 echo "$as_me: failed program was:" >&5
42555 sed 's/^/| /' conftest.$ac_ext >&5
42556
42557
42558 LIBS="$saveLibs"
42559 ac_cv_header_sys_soundcard=no
42560
42561
42562 fi
42563
42564 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42565 conftest$ac_exeext conftest.$ac_ext
42566
42567
42568 fi
42569
42570 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42571 conftest$ac_exeext conftest.$ac_ext
42572
42573 fi
42574 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
42575 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6; }
42576 fi
42577
42578 if test "$ac_cv_header_sys_soundcard" = "yes"; then
42579 cat >>confdefs.h <<\_ACEOF
42580 #define HAVE_SYS_SOUNDCARD_H 1
42581 _ACEOF
42582
42583 fi
42584 fi
42585
42586 WITH_PLUGIN_SDL=0
42587 if test "$wxUSE_SOUND" = "yes"; then
42588 if test "$USE_UNIX" = 1 ; then
42589 if test "$wxUSE_LIBSDL" != "no"; then
42590
42591 # Check whether --with-sdl-prefix was given.
42592 if test "${with_sdl_prefix+set}" = set; then
42593 withval=$with_sdl_prefix; sdl_prefix="$withval"
42594 else
42595 sdl_prefix=""
42596 fi
42597
42598
42599 # Check whether --with-sdl-exec-prefix was given.
42600 if test "${with_sdl_exec_prefix+set}" = set; then
42601 withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
42602 else
42603 sdl_exec_prefix=""
42604 fi
42605
42606 # Check whether --enable-sdltest was given.
42607 if test "${enable_sdltest+set}" = set; then
42608 enableval=$enable_sdltest;
42609 else
42610 enable_sdltest=yes
42611 fi
42612
42613
42614 if test x$sdl_exec_prefix != x ; then
42615 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
42616 if test x${SDL_CONFIG+set} != xset ; then
42617 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
42618 fi
42619 fi
42620 if test x$sdl_prefix != x ; then
42621 sdl_args="$sdl_args --prefix=$sdl_prefix"
42622 if test x${SDL_CONFIG+set} != xset ; then
42623 SDL_CONFIG=$sdl_prefix/bin/sdl-config
42624 fi
42625 fi
42626
42627 if test "x$prefix" != xNONE; then
42628 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
42629 fi
42630 # Extract the first word of "sdl-config", so it can be a program name with args.
42631 set dummy sdl-config; ac_word=$2
42632 { echo "$as_me:$LINENO: checking for $ac_word" >&5
42633 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
42634 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
42635 echo $ECHO_N "(cached) $ECHO_C" >&6
42636 else
42637 case $SDL_CONFIG in
42638 [\\/]* | ?:[\\/]*)
42639 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
42640 ;;
42641 *)
42642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42643 for as_dir in $PATH
42644 do
42645 IFS=$as_save_IFS
42646 test -z "$as_dir" && as_dir=.
42647 for ac_exec_ext in '' $ac_executable_extensions; do
42648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42649 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42650 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42651 break 2
42652 fi
42653 done
42654 done
42655 IFS=$as_save_IFS
42656
42657 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
42658 ;;
42659 esac
42660 fi
42661 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
42662 if test -n "$SDL_CONFIG"; then
42663 { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
42664 echo "${ECHO_T}$SDL_CONFIG" >&6; }
42665 else
42666 { echo "$as_me:$LINENO: result: no" >&5
42667 echo "${ECHO_T}no" >&6; }
42668 fi
42669
42670
42671 min_sdl_version=1.2.0
42672 { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
42673 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; }
42674 no_sdl=""
42675 if test "$SDL_CONFIG" = "no" ; then
42676 no_sdl=yes
42677 else
42678 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
42679 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
42680
42681 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
42682 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
42683 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
42684 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
42685 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
42686 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
42687 if test "x$enable_sdltest" = "xyes" ; then
42688 ac_save_CFLAGS="$CFLAGS"
42689 ac_save_CXXFLAGS="$CXXFLAGS"
42690 ac_save_LIBS="$LIBS"
42691 CFLAGS="$CFLAGS $SDL_CFLAGS"
42692 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
42693 LIBS="$LIBS $SDL_LIBS"
42694 rm -f conf.sdltest
42695 if test "$cross_compiling" = yes; then
42696 echo $ac_n "cross compiling; assumed OK... $ac_c"
42697 else
42698 cat >conftest.$ac_ext <<_ACEOF
42699 /* confdefs.h. */
42700 _ACEOF
42701 cat confdefs.h >>conftest.$ac_ext
42702 cat >>conftest.$ac_ext <<_ACEOF
42703 /* end confdefs.h. */
42704
42705 #include <stdio.h>
42706 #include <stdlib.h>
42707 #include <string.h>
42708 #include "SDL.h"
42709
42710 char*
42711 my_strdup (char *str)
42712 {
42713 char *new_str;
42714
42715 if (str)
42716 {
42717 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
42718 strcpy (new_str, str);
42719 }
42720 else
42721 new_str = NULL;
42722
42723 return new_str;
42724 }
42725
42726 int main (int argc, char *argv[])
42727 {
42728 int major, minor, micro;
42729 char *tmp_version;
42730
42731 /* This hangs on some systems (?)
42732 system ("touch conf.sdltest");
42733 */
42734 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
42735
42736 /* HP/UX 9 (%@#!) writes to sscanf strings */
42737 tmp_version = my_strdup("$min_sdl_version");
42738 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
42739 printf("%s, bad version string\n", "$min_sdl_version");
42740 exit(1);
42741 }
42742
42743 if (($sdl_major_version > major) ||
42744 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
42745 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
42746 {
42747 return 0;
42748 }
42749 else
42750 {
42751 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
42752 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
42753 printf("*** best to upgrade to the required version.\n");
42754 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
42755 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
42756 printf("*** config.cache before re-running configure\n");
42757 return 1;
42758 }
42759 }
42760
42761
42762 _ACEOF
42763 rm -f conftest$ac_exeext
42764 if { (ac_try="$ac_link"
42765 case "(($ac_try" in
42766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42767 *) ac_try_echo=$ac_try;;
42768 esac
42769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42770 (eval "$ac_link") 2>&5
42771 ac_status=$?
42772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42773 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
42774 { (case "(($ac_try" in
42775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42776 *) ac_try_echo=$ac_try;;
42777 esac
42778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42779 (eval "$ac_try") 2>&5
42780 ac_status=$?
42781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42782 (exit $ac_status); }; }; then
42783 :
42784 else
42785 echo "$as_me: program exited with status $ac_status" >&5
42786 echo "$as_me: failed program was:" >&5
42787 sed 's/^/| /' conftest.$ac_ext >&5
42788
42789 ( exit $ac_status )
42790 no_sdl=yes
42791 fi
42792 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
42793 fi
42794
42795
42796 CFLAGS="$ac_save_CFLAGS"
42797 CXXFLAGS="$ac_save_CXXFLAGS"
42798 LIBS="$ac_save_LIBS"
42799 fi
42800 fi
42801 if test "x$no_sdl" = x ; then
42802 { echo "$as_me:$LINENO: result: yes" >&5
42803 echo "${ECHO_T}yes" >&6; }
42804
42805 EXTRALIBS_SDL="$SDL_LIBS"
42806 CFLAGS="$SDL_CFLAGS $CFLAGS"
42807 CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
42808 cat >>confdefs.h <<\_ACEOF
42809 #define wxUSE_LIBSDL 1
42810 _ACEOF
42811
42812
42813 else
42814 { echo "$as_me:$LINENO: result: no" >&5
42815 echo "${ECHO_T}no" >&6; }
42816 if test "$SDL_CONFIG" = "no" ; then
42817 echo "*** The sdl-config script installed by SDL could not be found"
42818 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
42819 echo "*** your path, or set the SDL_CONFIG environment variable to the"
42820 echo "*** full path to sdl-config."
42821 else
42822 if test -f conf.sdltest ; then
42823 :
42824 else
42825 echo "*** Could not run SDL test program, checking why..."
42826 CFLAGS="$CFLAGS $SDL_CFLAGS"
42827 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
42828 LIBS="$LIBS $SDL_LIBS"
42829 cat >conftest.$ac_ext <<_ACEOF
42830 /* confdefs.h. */
42831 _ACEOF
42832 cat confdefs.h >>conftest.$ac_ext
42833 cat >>conftest.$ac_ext <<_ACEOF
42834 /* end confdefs.h. */
42835
42836 #include <stdio.h>
42837 #include "SDL.h"
42838
42839 int main(int argc, char *argv[])
42840 { return 0; }
42841 #undef main
42842 #define main K_and_R_C_main
42843
42844 int
42845 main ()
42846 {
42847 return 0;
42848 ;
42849 return 0;
42850 }
42851 _ACEOF
42852 rm -f conftest.$ac_objext conftest$ac_exeext
42853 if { (ac_try="$ac_link"
42854 case "(($ac_try" in
42855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42856 *) ac_try_echo=$ac_try;;
42857 esac
42858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42859 (eval "$ac_link") 2>conftest.er1
42860 ac_status=$?
42861 grep -v '^ *+' conftest.er1 >conftest.err
42862 rm -f conftest.er1
42863 cat conftest.err >&5
42864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42865 (exit $ac_status); } && {
42866 test -z "$ac_c_werror_flag" ||
42867 test ! -s conftest.err
42868 } && test -s conftest$ac_exeext &&
42869 $as_test_x conftest$ac_exeext; then
42870 echo "*** The test program compiled, but did not run. This usually means"
42871 echo "*** that the run-time linker is not finding SDL or finding the wrong"
42872 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
42873 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
42874 echo "*** to the installed location Also, make sure you have run ldconfig if that"
42875 echo "*** is required on your system"
42876 echo "***"
42877 echo "*** If you have an old version installed, it is best to remove it, although"
42878 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
42879 else
42880 echo "$as_me: failed program was:" >&5
42881 sed 's/^/| /' conftest.$ac_ext >&5
42882
42883 echo "*** The test program failed to compile or link. See the file config.log for the"
42884 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
42885 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
42886 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
42887 fi
42888
42889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42890 conftest$ac_exeext conftest.$ac_ext
42891 CFLAGS="$ac_save_CFLAGS"
42892 CXXFLAGS="$ac_save_CXXFLAGS"
42893 LIBS="$ac_save_LIBS"
42894 fi
42895 fi
42896 SDL_CFLAGS=""
42897 SDL_LIBS=""
42898 wxUSE_LIBSDL="no"
42899 fi
42900
42901
42902 rm -f conf.sdltest
42903
42904 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
42905 WITH_PLUGIN_SDL=1
42906 fi
42907 fi
42908 else
42909 if test "$wxUSE_MGL" = 1; then
42910 { echo "$as_me:$LINENO: WARNING: wxSound not supported in MGL under DOS... disabled" >&5
42911 echo "$as_me: WARNING: wxSound not supported in MGL under DOS... disabled" >&2;}
42912 wxUSE_SOUND="no"
42913 fi
42914 fi
42915 fi
42916
42917 if test "$wxUSE_SOUND" = "yes"; then
42918 cat >>confdefs.h <<\_ACEOF
42919 #define wxUSE_SOUND 1
42920 _ACEOF
42921
42922 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
42923 fi
42924
42925 if test "$WXGTK2" = 1; then
42926
42927
42928 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
42929 if test -n "$ac_tool_prefix"; then
42930 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
42931 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
42932 { echo "$as_me:$LINENO: checking for $ac_word" >&5
42933 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
42934 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
42935 echo $ECHO_N "(cached) $ECHO_C" >&6
42936 else
42937 case $PKG_CONFIG in
42938 [\\/]* | ?:[\\/]*)
42939 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
42940 ;;
42941 *)
42942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42943 for as_dir in $PATH
42944 do
42945 IFS=$as_save_IFS
42946 test -z "$as_dir" && as_dir=.
42947 for ac_exec_ext in '' $ac_executable_extensions; do
42948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42949 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42950 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42951 break 2
42952 fi
42953 done
42954 done
42955 IFS=$as_save_IFS
42956
42957 ;;
42958 esac
42959 fi
42960 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
42961 if test -n "$PKG_CONFIG"; then
42962 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
42963 echo "${ECHO_T}$PKG_CONFIG" >&6; }
42964 else
42965 { echo "$as_me:$LINENO: result: no" >&5
42966 echo "${ECHO_T}no" >&6; }
42967 fi
42968
42969
42970 fi
42971 if test -z "$ac_cv_path_PKG_CONFIG"; then
42972 ac_pt_PKG_CONFIG=$PKG_CONFIG
42973 # Extract the first word of "pkg-config", so it can be a program name with args.
42974 set dummy pkg-config; ac_word=$2
42975 { echo "$as_me:$LINENO: checking for $ac_word" >&5
42976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
42977 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
42978 echo $ECHO_N "(cached) $ECHO_C" >&6
42979 else
42980 case $ac_pt_PKG_CONFIG in
42981 [\\/]* | ?:[\\/]*)
42982 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
42983 ;;
42984 *)
42985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42986 for as_dir in $PATH
42987 do
42988 IFS=$as_save_IFS
42989 test -z "$as_dir" && as_dir=.
42990 for ac_exec_ext in '' $ac_executable_extensions; do
42991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42992 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42993 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42994 break 2
42995 fi
42996 done
42997 done
42998 IFS=$as_save_IFS
42999
43000 ;;
43001 esac
43002 fi
43003 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
43004 if test -n "$ac_pt_PKG_CONFIG"; then
43005 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
43006 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
43007 else
43008 { echo "$as_me:$LINENO: result: no" >&5
43009 echo "${ECHO_T}no" >&6; }
43010 fi
43011
43012 if test "x$ac_pt_PKG_CONFIG" = x; then
43013 PKG_CONFIG=""
43014 else
43015 case $cross_compiling:$ac_tool_warned in
43016 yes:)
43017 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
43018 whose name does not start with the host triplet. If you think this
43019 configuration is useful to you, please write to autoconf@gnu.org." >&5
43020 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
43021 whose name does not start with the host triplet. If you think this
43022 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
43023 ac_tool_warned=yes ;;
43024 esac
43025 PKG_CONFIG=$ac_pt_PKG_CONFIG
43026 fi
43027 else
43028 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
43029 fi
43030
43031 fi
43032 if test -n "$PKG_CONFIG"; then
43033 _pkg_min_version=0.9.0
43034 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
43035 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
43036 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
43037 { echo "$as_me:$LINENO: result: yes" >&5
43038 echo "${ECHO_T}yes" >&6; }
43039 else
43040 { echo "$as_me:$LINENO: result: no" >&5
43041 echo "${ECHO_T}no" >&6; }
43042 PKG_CONFIG=""
43043 fi
43044
43045 fi
43046
43047 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
43048
43049 if test "$wxUSE_GTKPRINT" = "yes" ; then
43050
43051
43052 pkg_failed=no
43053 { echo "$as_me:$LINENO: checking for GTKPRINT" >&5
43054 echo $ECHO_N "checking for GTKPRINT... $ECHO_C" >&6; }
43055
43056 if test -n "$PKG_CONFIG"; then
43057 if test -n "$GTKPRINT_CFLAGS"; then
43058 pkg_cv_GTKPRINT_CFLAGS="$GTKPRINT_CFLAGS"
43059 else
43060 if test -n "$PKG_CONFIG" && \
43061 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
43062 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
43063 ac_status=$?
43064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43065 (exit $ac_status); }; then
43066 pkg_cv_GTKPRINT_CFLAGS=`$PKG_CONFIG --cflags "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
43067 else
43068 pkg_failed=yes
43069 fi
43070 fi
43071 else
43072 pkg_failed=untried
43073 fi
43074 if test -n "$PKG_CONFIG"; then
43075 if test -n "$GTKPRINT_LIBS"; then
43076 pkg_cv_GTKPRINT_LIBS="$GTKPRINT_LIBS"
43077 else
43078 if test -n "$PKG_CONFIG" && \
43079 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
43080 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
43081 ac_status=$?
43082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43083 (exit $ac_status); }; then
43084 pkg_cv_GTKPRINT_LIBS=`$PKG_CONFIG --libs "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
43085 else
43086 pkg_failed=yes
43087 fi
43088 fi
43089 else
43090 pkg_failed=untried
43091 fi
43092
43093
43094
43095 if test $pkg_failed = yes; then
43096
43097 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43098 _pkg_short_errors_supported=yes
43099 else
43100 _pkg_short_errors_supported=no
43101 fi
43102 if test $_pkg_short_errors_supported = yes; then
43103 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
43104 else
43105 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
43106 fi
43107 # Put the nasty error message in config.log where it belongs
43108 echo "$GTKPRINT_PKG_ERRORS" >&5
43109
43110
43111 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
43112 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
43113 wxUSE_GTKPRINT="no"
43114
43115
43116 elif test $pkg_failed = untried; then
43117
43118 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
43119 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
43120 wxUSE_GTKPRINT="no"
43121
43122
43123 else
43124 GTKPRINT_CFLAGS=$pkg_cv_GTKPRINT_CFLAGS
43125 GTKPRINT_LIBS=$pkg_cv_GTKPRINT_LIBS
43126 { echo "$as_me:$LINENO: result: yes" >&5
43127 echo "${ECHO_T}yes" >&6; }
43128
43129 CFLAGS="$GTKPRINT_CFLAGS $CFLAGS"
43130 CXXFLAGS="$GTKPRINT_CFLAGS $CXXFLAGS"
43131 cat >>confdefs.h <<\_ACEOF
43132 #define wxUSE_GTKPRINT 1
43133 _ACEOF
43134
43135
43136 fi
43137 fi
43138
43139 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
43140
43141
43142 pkg_failed=no
43143 { echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
43144 echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6; }
43145
43146 if test -n "$PKG_CONFIG"; then
43147 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
43148 pkg_cv_LIBGNOMEPRINTUI_CFLAGS="$LIBGNOMEPRINTUI_CFLAGS"
43149 else
43150 if test -n "$PKG_CONFIG" && \
43151 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
43152 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
43153 ac_status=$?
43154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43155 (exit $ac_status); }; then
43156 pkg_cv_LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
43157 else
43158 pkg_failed=yes
43159 fi
43160 fi
43161 else
43162 pkg_failed=untried
43163 fi
43164 if test -n "$PKG_CONFIG"; then
43165 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
43166 pkg_cv_LIBGNOMEPRINTUI_LIBS="$LIBGNOMEPRINTUI_LIBS"
43167 else
43168 if test -n "$PKG_CONFIG" && \
43169 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
43170 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
43171 ac_status=$?
43172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43173 (exit $ac_status); }; then
43174 pkg_cv_LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
43175 else
43176 pkg_failed=yes
43177 fi
43178 fi
43179 else
43180 pkg_failed=untried
43181 fi
43182
43183
43184
43185 if test $pkg_failed = yes; then
43186
43187 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43188 _pkg_short_errors_supported=yes
43189 else
43190 _pkg_short_errors_supported=no
43191 fi
43192 if test $_pkg_short_errors_supported = yes; then
43193 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
43194 else
43195 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
43196 fi
43197 # Put the nasty error message in config.log where it belongs
43198 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
43199
43200
43201 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
43202 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
43203 wxUSE_LIBGNOMEPRINT="no"
43204
43205
43206 elif test $pkg_failed = untried; then
43207
43208 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
43209 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
43210 wxUSE_LIBGNOMEPRINT="no"
43211
43212
43213 else
43214 LIBGNOMEPRINTUI_CFLAGS=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
43215 LIBGNOMEPRINTUI_LIBS=$pkg_cv_LIBGNOMEPRINTUI_LIBS
43216 { echo "$as_me:$LINENO: result: yes" >&5
43217 echo "${ECHO_T}yes" >&6; }
43218
43219 CFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
43220 CXXFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
43221 cat >>confdefs.h <<\_ACEOF
43222 #define wxUSE_LIBGNOMEPRINT 1
43223 _ACEOF
43224
43225
43226 fi
43227 fi
43228 fi
43229
43230 if test "$wxUSE_MIMETYPE" = "yes" ; then
43231 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
43232
43233
43234 pkg_failed=no
43235 { echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
43236 echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6; }
43237
43238 if test -n "$PKG_CONFIG"; then
43239 if test -n "$GNOMEVFS_CFLAGS"; then
43240 pkg_cv_GNOMEVFS_CFLAGS="$GNOMEVFS_CFLAGS"
43241 else
43242 if test -n "$PKG_CONFIG" && \
43243 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
43244 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
43245 ac_status=$?
43246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43247 (exit $ac_status); }; then
43248 pkg_cv_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
43249 else
43250 pkg_failed=yes
43251 fi
43252 fi
43253 else
43254 pkg_failed=untried
43255 fi
43256 if test -n "$PKG_CONFIG"; then
43257 if test -n "$GNOMEVFS_LIBS"; then
43258 pkg_cv_GNOMEVFS_LIBS="$GNOMEVFS_LIBS"
43259 else
43260 if test -n "$PKG_CONFIG" && \
43261 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
43262 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
43263 ac_status=$?
43264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43265 (exit $ac_status); }; then
43266 pkg_cv_GNOMEVFS_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
43267 else
43268 pkg_failed=yes
43269 fi
43270 fi
43271 else
43272 pkg_failed=untried
43273 fi
43274
43275
43276
43277 if test $pkg_failed = yes; then
43278
43279 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43280 _pkg_short_errors_supported=yes
43281 else
43282 _pkg_short_errors_supported=no
43283 fi
43284 if test $_pkg_short_errors_supported = yes; then
43285 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
43286 else
43287 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
43288 fi
43289 # Put the nasty error message in config.log where it belongs
43290 echo "$GNOMEVFS_PKG_ERRORS" >&5
43291
43292
43293 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
43294 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
43295 wxUSE_LIBGNOMEVFS="no"
43296
43297
43298 elif test $pkg_failed = untried; then
43299
43300 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
43301 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
43302 wxUSE_LIBGNOMEVFS="no"
43303
43304
43305 else
43306 GNOMEVFS_CFLAGS=$pkg_cv_GNOMEVFS_CFLAGS
43307 GNOMEVFS_LIBS=$pkg_cv_GNOMEVFS_LIBS
43308 { echo "$as_me:$LINENO: result: yes" >&5
43309 echo "${ECHO_T}yes" >&6; }
43310
43311 CFLAGS="$GNOMEVFS_CFLAGS $CFLAGS"
43312 CXXFLAGS="$GNOMEVFS_CFLAGS $CXXFLAGS"
43313 cat >>confdefs.h <<\_ACEOF
43314 #define wxUSE_LIBGNOMEVFS 1
43315 _ACEOF
43316
43317
43318 fi
43319 fi
43320 fi
43321
43322 if test "$wxUSE_LIBHILDON" = "yes" ; then
43323
43324 pkg_failed=no
43325 { echo "$as_me:$LINENO: checking for HILDON" >&5
43326 echo $ECHO_N "checking for HILDON... $ECHO_C" >&6; }
43327
43328 if test -n "$PKG_CONFIG"; then
43329 if test -n "$HILDON_CFLAGS"; then
43330 pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
43331 else
43332 if test -n "$PKG_CONFIG" && \
43333 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
43334 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
43335 ac_status=$?
43336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43337 (exit $ac_status); }; then
43338 pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
43339 else
43340 pkg_failed=yes
43341 fi
43342 fi
43343 else
43344 pkg_failed=untried
43345 fi
43346 if test -n "$PKG_CONFIG"; then
43347 if test -n "$HILDON_LIBS"; then
43348 pkg_cv_HILDON_LIBS="$HILDON_LIBS"
43349 else
43350 if test -n "$PKG_CONFIG" && \
43351 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
43352 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
43353 ac_status=$?
43354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43355 (exit $ac_status); }; then
43356 pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
43357 else
43358 pkg_failed=yes
43359 fi
43360 fi
43361 else
43362 pkg_failed=untried
43363 fi
43364
43365
43366
43367 if test $pkg_failed = yes; then
43368
43369 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43370 _pkg_short_errors_supported=yes
43371 else
43372 _pkg_short_errors_supported=no
43373 fi
43374 if test $_pkg_short_errors_supported = yes; then
43375 HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
43376 else
43377 HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
43378 fi
43379 # Put the nasty error message in config.log where it belongs
43380 echo "$HILDON_PKG_ERRORS" >&5
43381
43382
43383 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
43384 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
43385 wxUSE_LIBHILDON="no"
43386 ac_hildon_lgpl=0
43387
43388
43389 elif test $pkg_failed = untried; then
43390
43391 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
43392 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
43393 wxUSE_LIBHILDON="no"
43394 ac_hildon_lgpl=0
43395
43396
43397 else
43398 HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
43399 HILDON_LIBS=$pkg_cv_HILDON_LIBS
43400 { echo "$as_me:$LINENO: result: yes" >&5
43401 echo "${ECHO_T}yes" >&6; }
43402
43403 EXTRALIBS_HILDON="$HILDON_LIBS"
43404 CFLAGS="$CFLAGS $HILDON_CFLAGS"
43405 CXXFLAGS="$CXXFLAGS $HILDON_CFLAGS"
43406 cat >>confdefs.h <<\_ACEOF
43407 #define wxUSE_LIBHILDON 1
43408 _ACEOF
43409
43410 ac_hildon_lgpl=1
43411
43412 fi
43413
43414 if test "$ac_hildon_lgpl" = 0 ; then
43415
43416 pkg_failed=no
43417 { echo "$as_me:$LINENO: checking for HILDON2" >&5
43418 echo $ECHO_N "checking for HILDON2... $ECHO_C" >&6; }
43419
43420 if test -n "$PKG_CONFIG"; then
43421 if test -n "$HILDON2_CFLAGS"; then
43422 pkg_cv_HILDON2_CFLAGS="$HILDON2_CFLAGS"
43423 else
43424 if test -n "$PKG_CONFIG" && \
43425 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
43426 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
43427 ac_status=$?
43428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43429 (exit $ac_status); }; then
43430 pkg_cv_HILDON2_CFLAGS=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
43431 else
43432 pkg_failed=yes
43433 fi
43434 fi
43435 else
43436 pkg_failed=untried
43437 fi
43438 if test -n "$PKG_CONFIG"; then
43439 if test -n "$HILDON2_LIBS"; then
43440 pkg_cv_HILDON2_LIBS="$HILDON2_LIBS"
43441 else
43442 if test -n "$PKG_CONFIG" && \
43443 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
43444 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
43445 ac_status=$?
43446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43447 (exit $ac_status); }; then
43448 pkg_cv_HILDON2_LIBS=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
43449 else
43450 pkg_failed=yes
43451 fi
43452 fi
43453 else
43454 pkg_failed=untried
43455 fi
43456
43457
43458
43459 if test $pkg_failed = yes; then
43460
43461 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43462 _pkg_short_errors_supported=yes
43463 else
43464 _pkg_short_errors_supported=no
43465 fi
43466 if test $_pkg_short_errors_supported = yes; then
43467 HILDON2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
43468 else
43469 HILDON2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
43470 fi
43471 # Put the nasty error message in config.log where it belongs
43472 echo "$HILDON2_PKG_ERRORS" >&5
43473
43474
43475 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
43476 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
43477 wxUSE_LIBHILDON2="no"
43478
43479
43480 elif test $pkg_failed = untried; then
43481
43482 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
43483 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
43484 wxUSE_LIBHILDON2="no"
43485
43486
43487 else
43488 HILDON2_CFLAGS=$pkg_cv_HILDON2_CFLAGS
43489 HILDON2_LIBS=$pkg_cv_HILDON2_LIBS
43490 { echo "$as_me:$LINENO: result: yes" >&5
43491 echo "${ECHO_T}yes" >&6; }
43492
43493 EXTRALIBS_HILDON="$HILDON2_LIBS"
43494 CFLAGS="$CFLAGS $HILDON2_CFLAGS"
43495 CXXFLAGS="$CXXFLAGS $HILDON2_CFLAGS"
43496 cat >>confdefs.h <<\_ACEOF
43497 #define wxUSE_LIBHILDON2 1
43498 _ACEOF
43499
43500
43501 fi
43502 fi
43503 fi
43504 fi
43505
43506 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
43507 cat >>confdefs.h <<\_ACEOF
43508 #define wxUSE_CMDLINE_PARSER 1
43509 _ACEOF
43510
43511 fi
43512
43513 if test "$wxUSE_STOPWATCH" = "yes"; then
43514 cat >>confdefs.h <<\_ACEOF
43515 #define wxUSE_STOPWATCH 1
43516 _ACEOF
43517
43518 fi
43519
43520 if test "$wxUSE_DATETIME" = "yes"; then
43521 cat >>confdefs.h <<\_ACEOF
43522 #define wxUSE_DATETIME 1
43523 _ACEOF
43524
43525 fi
43526
43527 if test "$wxUSE_FILE" = "yes"; then
43528 cat >>confdefs.h <<\_ACEOF
43529 #define wxUSE_FILE 1
43530 _ACEOF
43531
43532 fi
43533
43534 if test "$wxUSE_FFILE" = "yes"; then
43535 cat >>confdefs.h <<\_ACEOF
43536 #define wxUSE_FFILE 1
43537 _ACEOF
43538
43539 fi
43540
43541 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
43542 if test "$wxUSE_STREAMS" != yes; then
43543 { echo "$as_me:$LINENO: WARNING: wxArchive requires wxStreams... disabled" >&5
43544 echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
43545 wxUSE_ARCHIVE_STREAMS=no
43546 else
43547 cat >>confdefs.h <<\_ACEOF
43548 #define wxUSE_ARCHIVE_STREAMS 1
43549 _ACEOF
43550
43551 fi
43552 fi
43553
43554 if test "$wxUSE_ZIPSTREAM" = "yes"; then
43555 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
43556 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
43557 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
43558 elif test "$wxUSE_ZLIB" = "no"; then
43559 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
43560 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
43561 else
43562 cat >>confdefs.h <<\_ACEOF
43563 #define wxUSE_ZIPSTREAM 1
43564 _ACEOF
43565
43566 fi
43567 fi
43568
43569 if test "$wxUSE_TARSTREAM" = "yes"; then
43570 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
43571 { echo "$as_me:$LINENO: WARNING: wxTar requires wxArchive... disabled" >&5
43572 echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
43573 else
43574 cat >>confdefs.h <<\_ACEOF
43575 #define wxUSE_TARSTREAM 1
43576 _ACEOF
43577
43578 fi
43579 fi
43580
43581 if test "$wxUSE_FILESYSTEM" = "yes"; then
43582 if test "$wxUSE_STREAMS" != yes -o \( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \); then
43583 { echo "$as_me:$LINENO: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
43584 echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
43585 wxUSE_FILESYSTEM=no
43586 else
43587 cat >>confdefs.h <<\_ACEOF
43588 #define wxUSE_FILESYSTEM 1
43589 _ACEOF
43590
43591 fi
43592 fi
43593
43594 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
43595 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
43596 { echo "$as_me:$LINENO: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
43597 echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
43598 else
43599 cat >>confdefs.h <<\_ACEOF
43600 #define wxUSE_FS_ARCHIVE 1
43601 _ACEOF
43602
43603 fi
43604 fi
43605
43606 if test "$wxUSE_FS_ZIP" = "yes"; then
43607 if test "$wxUSE_FS_ARCHIVE" != yes; then
43608 { echo "$as_me:$LINENO: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
43609 echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
43610 else
43611 cat >>confdefs.h <<\_ACEOF
43612 #define wxUSE_FS_ZIP 1
43613 _ACEOF
43614
43615 fi
43616 fi
43617
43618 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
43619 if test "$USE_UNIX" != 1; then
43620 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
43621 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
43622 wxUSE_ON_FATAL_EXCEPTION=no
43623 else
43624 cat >>confdefs.h <<\_ACEOF
43625 #define wxUSE_ON_FATAL_EXCEPTION 1
43626 _ACEOF
43627
43628 fi
43629 fi
43630
43631 if test "$wxUSE_STACKWALKER" = "yes"; then
43632 cat >>confdefs.h <<\_ACEOF
43633 #define wxUSE_STACKWALKER 1
43634 _ACEOF
43635
43636 fi
43637
43638 if test "$wxUSE_DEBUGREPORT" = "yes"; then
43639 if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
43640 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
43641 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
43642 wxUSE_DEBUGREPORT=no
43643 else
43644 cat >>confdefs.h <<\_ACEOF
43645 #define wxUSE_DEBUGREPORT 1
43646 _ACEOF
43647
43648 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
43649 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
43650 fi
43651 fi
43652 fi
43653
43654 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
43655 cat >>confdefs.h <<\_ACEOF
43656 #define wxUSE_SNGLINST_CHECKER 1
43657 _ACEOF
43658
43659 fi
43660
43661 if test "$wxUSE_BUSYINFO" = "yes"; then
43662 cat >>confdefs.h <<\_ACEOF
43663 #define wxUSE_BUSYINFO 1
43664 _ACEOF
43665
43666 fi
43667
43668 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
43669 cat >>confdefs.h <<\_ACEOF
43670 #define wxUSE_STD_IOSTREAM 1
43671 _ACEOF
43672
43673 fi
43674
43675 if test "$wxUSE_STD_STRING" = "yes"; then
43676 cat >>confdefs.h <<\_ACEOF
43677 #define wxUSE_STD_STRING 1
43678 _ACEOF
43679
43680 fi
43681
43682 if test "$wxUSE_STDPATHS" = "yes"; then
43683 cat >>confdefs.h <<\_ACEOF
43684 #define wxUSE_STDPATHS 1
43685 _ACEOF
43686
43687 fi
43688
43689 if test "$wxUSE_TEXTBUFFER" = "yes"; then
43690 cat >>confdefs.h <<\_ACEOF
43691 #define wxUSE_TEXTBUFFER 1
43692 _ACEOF
43693
43694 fi
43695
43696 if test "$wxUSE_TEXTFILE" = "yes"; then
43697 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
43698 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
43699 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
43700 else
43701 cat >>confdefs.h <<\_ACEOF
43702 #define wxUSE_TEXTFILE 1
43703 _ACEOF
43704
43705 fi
43706 fi
43707
43708 if test "$wxUSE_CONFIG" = "yes" ; then
43709 if test "$wxUSE_TEXTFILE" != "yes"; then
43710 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
43711 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
43712 else
43713 cat >>confdefs.h <<\_ACEOF
43714 #define wxUSE_CONFIG 1
43715 _ACEOF
43716
43717 cat >>confdefs.h <<\_ACEOF
43718 #define wxUSE_CONFIG_NATIVE 1
43719 _ACEOF
43720
43721 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
43722 fi
43723 fi
43724
43725 if test "$wxUSE_INTL" = "yes" ; then
43726 if test "$wxUSE_FILE" != "yes"; then
43727 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
43728 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
43729 else
43730 cat >>confdefs.h <<\_ACEOF
43731 #define wxUSE_INTL 1
43732 _ACEOF
43733
43734 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
43735 GUIDIST="$GUIDIST INTL_DIST"
43736 fi
43737 fi
43738
43739 if test "$wxUSE_XLOCALE" = "yes" ; then
43740 cat >>confdefs.h <<\_ACEOF
43741 #define wxUSE_XLOCALE 1
43742 _ACEOF
43743
43744 { echo "$as_me:$LINENO: checking for locale_t" >&5
43745 echo $ECHO_N "checking for locale_t... $ECHO_C" >&6; }
43746 if test "${ac_cv_type_locale_t+set}" = set; then
43747 echo $ECHO_N "(cached) $ECHO_C" >&6
43748 else
43749 cat >conftest.$ac_ext <<_ACEOF
43750 /* confdefs.h. */
43751 _ACEOF
43752 cat confdefs.h >>conftest.$ac_ext
43753 cat >>conftest.$ac_ext <<_ACEOF
43754 /* end confdefs.h. */
43755 #include <xlocale.h>
43756 #include <locale.h>
43757
43758 typedef locale_t ac__type_new_;
43759 int
43760 main ()
43761 {
43762 if ((ac__type_new_ *) 0)
43763 return 0;
43764 if (sizeof (ac__type_new_))
43765 return 0;
43766 ;
43767 return 0;
43768 }
43769 _ACEOF
43770 rm -f conftest.$ac_objext
43771 if { (ac_try="$ac_compile"
43772 case "(($ac_try" in
43773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43774 *) ac_try_echo=$ac_try;;
43775 esac
43776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43777 (eval "$ac_compile") 2>conftest.er1
43778 ac_status=$?
43779 grep -v '^ *+' conftest.er1 >conftest.err
43780 rm -f conftest.er1
43781 cat conftest.err >&5
43782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43783 (exit $ac_status); } && {
43784 test -z "$ac_c_werror_flag" ||
43785 test ! -s conftest.err
43786 } && test -s conftest.$ac_objext; then
43787 ac_cv_type_locale_t=yes
43788 else
43789 echo "$as_me: failed program was:" >&5
43790 sed 's/^/| /' conftest.$ac_ext >&5
43791
43792 ac_cv_type_locale_t=no
43793 fi
43794
43795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43796 fi
43797 { echo "$as_me:$LINENO: result: $ac_cv_type_locale_t" >&5
43798 echo "${ECHO_T}$ac_cv_type_locale_t" >&6; }
43799 if test $ac_cv_type_locale_t = yes; then
43800
43801 cat >>confdefs.h <<_ACEOF
43802 #define HAVE_LOCALE_T 1
43803 _ACEOF
43804
43805
43806 fi
43807
43808 fi
43809
43810 if test "$wxUSE_LOG" = "yes"; then
43811 cat >>confdefs.h <<\_ACEOF
43812 #define wxUSE_LOG 1
43813 _ACEOF
43814
43815
43816 if test "$wxUSE_LOGGUI" = "yes"; then
43817 cat >>confdefs.h <<\_ACEOF
43818 #define wxUSE_LOGGUI 1
43819 _ACEOF
43820
43821 fi
43822
43823 if test "$wxUSE_LOGWINDOW" = "yes"; then
43824 cat >>confdefs.h <<\_ACEOF
43825 #define wxUSE_LOGWINDOW 1
43826 _ACEOF
43827
43828 fi
43829
43830 if test "$wxUSE_LOGDIALOG" = "yes"; then
43831 cat >>confdefs.h <<\_ACEOF
43832 #define wxUSE_LOG_DIALOG 1
43833 _ACEOF
43834
43835 fi
43836
43837 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
43838 fi
43839
43840 if test "$wxUSE_LONGLONG" = "yes"; then
43841 cat >>confdefs.h <<\_ACEOF
43842 #define wxUSE_LONGLONG 1
43843 _ACEOF
43844
43845 fi
43846
43847 if test "$wxUSE_GEOMETRY" = "yes"; then
43848 cat >>confdefs.h <<\_ACEOF
43849 #define wxUSE_GEOMETRY 1
43850 _ACEOF
43851
43852 fi
43853
43854 if test "$wxUSE_BASE64" = "yes"; then
43855 cat >>confdefs.h <<\_ACEOF
43856 #define wxUSE_BASE64 1
43857 _ACEOF
43858
43859 fi
43860
43861 if test "$wxUSE_STREAMS" = "yes" ; then
43862 cat >>confdefs.h <<\_ACEOF
43863 #define wxUSE_STREAMS 1
43864 _ACEOF
43865
43866 fi
43867
43868 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
43869 cat >>confdefs.h <<\_ACEOF
43870 #define wxUSE_PRINTF_POS_PARAMS 1
43871 _ACEOF
43872
43873 fi
43874
43875 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
43876 cat >>confdefs.h <<\_ACEOF
43877 #define wxUSE_OBJC_UNIQUIFYING 1
43878 _ACEOF
43879
43880 fi
43881
43882
43883 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
43884 cat >>confdefs.h <<\_ACEOF
43885 #define wxUSE_CONSOLE_EVENTLOOP 1
43886 _ACEOF
43887
43888
43889 if test "$wxUSE_UNIX" = "yes"; then
43890 if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
43891 cat >>confdefs.h <<\_ACEOF
43892 #define wxUSE_SELECT_DISPATCHER 1
43893 _ACEOF
43894
43895 fi
43896
43897 if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
43898
43899 for ac_header in sys/epoll.h
43900 do
43901 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43902 { echo "$as_me:$LINENO: checking for $ac_header" >&5
43903 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43904 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43905 echo $ECHO_N "(cached) $ECHO_C" >&6
43906 else
43907 cat >conftest.$ac_ext <<_ACEOF
43908 /* confdefs.h. */
43909 _ACEOF
43910 cat confdefs.h >>conftest.$ac_ext
43911 cat >>conftest.$ac_ext <<_ACEOF
43912 /* end confdefs.h. */
43913 $ac_includes_default
43914
43915 #include <$ac_header>
43916 _ACEOF
43917 rm -f conftest.$ac_objext
43918 if { (ac_try="$ac_compile"
43919 case "(($ac_try" in
43920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43921 *) ac_try_echo=$ac_try;;
43922 esac
43923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43924 (eval "$ac_compile") 2>conftest.er1
43925 ac_status=$?
43926 grep -v '^ *+' conftest.er1 >conftest.err
43927 rm -f conftest.er1
43928 cat conftest.err >&5
43929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43930 (exit $ac_status); } && {
43931 test -z "$ac_c_werror_flag" ||
43932 test ! -s conftest.err
43933 } && test -s conftest.$ac_objext; then
43934 eval "$as_ac_Header=yes"
43935 else
43936 echo "$as_me: failed program was:" >&5
43937 sed 's/^/| /' conftest.$ac_ext >&5
43938
43939 eval "$as_ac_Header=no"
43940 fi
43941
43942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43943 fi
43944 ac_res=`eval echo '${'$as_ac_Header'}'`
43945 { echo "$as_me:$LINENO: result: $ac_res" >&5
43946 echo "${ECHO_T}$ac_res" >&6; }
43947 if test `eval echo '${'$as_ac_Header'}'` = yes; then
43948 cat >>confdefs.h <<_ACEOF
43949 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
43950 _ACEOF
43951
43952 fi
43953
43954 done
43955
43956 if test "$ac_cv_header_sys_epoll_h" = "yes"; then
43957 cat >>confdefs.h <<\_ACEOF
43958 #define wxUSE_EPOLL_DISPATCHER 1
43959 _ACEOF
43960
43961 else
43962 { echo "$as_me:$LINENO: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
43963 echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
43964 fi
43965 fi
43966 fi
43967 fi
43968
43969
43970
43971
43972 for ac_func in gettimeofday ftime
43973 do
43974 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43975 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43976 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43977 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43978 echo $ECHO_N "(cached) $ECHO_C" >&6
43979 else
43980 cat >conftest.$ac_ext <<_ACEOF
43981 /* confdefs.h. */
43982 _ACEOF
43983 cat confdefs.h >>conftest.$ac_ext
43984 cat >>conftest.$ac_ext <<_ACEOF
43985 /* end confdefs.h. */
43986 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43987 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43988 #define $ac_func innocuous_$ac_func
43989
43990 /* System header to define __stub macros and hopefully few prototypes,
43991 which can conflict with char $ac_func (); below.
43992 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43993 <limits.h> exists even on freestanding compilers. */
43994
43995 #ifdef __STDC__
43996 # include <limits.h>
43997 #else
43998 # include <assert.h>
43999 #endif
44000
44001 #undef $ac_func
44002
44003 /* Override any GCC internal prototype to avoid an error.
44004 Use char because int might match the return type of a GCC
44005 builtin and then its argument prototype would still apply. */
44006 #ifdef __cplusplus
44007 extern "C"
44008 #endif
44009 char $ac_func ();
44010 /* The GNU C library defines this for functions which it implements
44011 to always fail with ENOSYS. Some functions are actually named
44012 something starting with __ and the normal name is an alias. */
44013 #if defined __stub_$ac_func || defined __stub___$ac_func
44014 choke me
44015 #endif
44016
44017 int
44018 main ()
44019 {
44020 return $ac_func ();
44021 ;
44022 return 0;
44023 }
44024 _ACEOF
44025 rm -f conftest.$ac_objext conftest$ac_exeext
44026 if { (ac_try="$ac_link"
44027 case "(($ac_try" in
44028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44029 *) ac_try_echo=$ac_try;;
44030 esac
44031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44032 (eval "$ac_link") 2>conftest.er1
44033 ac_status=$?
44034 grep -v '^ *+' conftest.er1 >conftest.err
44035 rm -f conftest.er1
44036 cat conftest.err >&5
44037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44038 (exit $ac_status); } && {
44039 test -z "$ac_c_werror_flag" ||
44040 test ! -s conftest.err
44041 } && test -s conftest$ac_exeext &&
44042 $as_test_x conftest$ac_exeext; then
44043 eval "$as_ac_var=yes"
44044 else
44045 echo "$as_me: failed program was:" >&5
44046 sed 's/^/| /' conftest.$ac_ext >&5
44047
44048 eval "$as_ac_var=no"
44049 fi
44050
44051 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44052 conftest$ac_exeext conftest.$ac_ext
44053 fi
44054 ac_res=`eval echo '${'$as_ac_var'}'`
44055 { echo "$as_me:$LINENO: result: $ac_res" >&5
44056 echo "${ECHO_T}$ac_res" >&6; }
44057 if test `eval echo '${'$as_ac_var'}'` = yes; then
44058 cat >>confdefs.h <<_ACEOF
44059 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44060 _ACEOF
44061 break
44062 fi
44063 done
44064
44065
44066 if test "$ac_cv_func_gettimeofday" = "yes"; then
44067 { echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
44068 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6; }
44069 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
44070 echo $ECHO_N "(cached) $ECHO_C" >&6
44071 else
44072
44073 cat >conftest.$ac_ext <<_ACEOF
44074 /* confdefs.h. */
44075 _ACEOF
44076 cat confdefs.h >>conftest.$ac_ext
44077 cat >>conftest.$ac_ext <<_ACEOF
44078 /* end confdefs.h. */
44079
44080 #include <sys/time.h>
44081 #include <unistd.h>
44082
44083 int
44084 main ()
44085 {
44086
44087 struct timeval tv;
44088 gettimeofday(&tv, NULL);
44089
44090 ;
44091 return 0;
44092 }
44093 _ACEOF
44094 rm -f conftest.$ac_objext
44095 if { (ac_try="$ac_compile"
44096 case "(($ac_try" in
44097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44098 *) ac_try_echo=$ac_try;;
44099 esac
44100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44101 (eval "$ac_compile") 2>conftest.er1
44102 ac_status=$?
44103 grep -v '^ *+' conftest.er1 >conftest.err
44104 rm -f conftest.er1
44105 cat conftest.err >&5
44106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44107 (exit $ac_status); } && {
44108 test -z "$ac_c_werror_flag" ||
44109 test ! -s conftest.err
44110 } && test -s conftest.$ac_objext; then
44111 wx_cv_func_gettimeofday_has_2_args=yes
44112 else
44113 echo "$as_me: failed program was:" >&5
44114 sed 's/^/| /' conftest.$ac_ext >&5
44115
44116 cat >conftest.$ac_ext <<_ACEOF
44117 /* confdefs.h. */
44118 _ACEOF
44119 cat confdefs.h >>conftest.$ac_ext
44120 cat >>conftest.$ac_ext <<_ACEOF
44121 /* end confdefs.h. */
44122
44123 #include <sys/time.h>
44124 #include <unistd.h>
44125
44126 int
44127 main ()
44128 {
44129
44130 struct timeval tv;
44131 gettimeofday(&tv);
44132
44133 ;
44134 return 0;
44135 }
44136 _ACEOF
44137 rm -f conftest.$ac_objext
44138 if { (ac_try="$ac_compile"
44139 case "(($ac_try" in
44140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44141 *) ac_try_echo=$ac_try;;
44142 esac
44143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44144 (eval "$ac_compile") 2>conftest.er1
44145 ac_status=$?
44146 grep -v '^ *+' conftest.er1 >conftest.err
44147 rm -f conftest.er1
44148 cat conftest.err >&5
44149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44150 (exit $ac_status); } && {
44151 test -z "$ac_c_werror_flag" ||
44152 test ! -s conftest.err
44153 } && test -s conftest.$ac_objext; then
44154 wx_cv_func_gettimeofday_has_2_args=no
44155 else
44156 echo "$as_me: failed program was:" >&5
44157 sed 's/^/| /' conftest.$ac_ext >&5
44158
44159
44160 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
44161 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
44162 wx_cv_func_gettimeofday_has_2_args=unknown
44163
44164
44165 fi
44166
44167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44168
44169 fi
44170
44171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44172
44173 fi
44174 { echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
44175 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6; }
44176
44177 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
44178 cat >>confdefs.h <<\_ACEOF
44179 #define WX_GETTIMEOFDAY_NO_TZ 1
44180 _ACEOF
44181
44182 fi
44183 fi
44184
44185 if test "$wxUSE_DATETIME" = "yes"; then
44186 { echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
44187 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6; }
44188 if test "${wx_cv_var_timezone+set}" = set; then
44189 echo $ECHO_N "(cached) $ECHO_C" >&6
44190 else
44191
44192 ac_ext=cpp
44193 ac_cpp='$CXXCPP $CPPFLAGS'
44194 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44195 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44196 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44197
44198 cat >conftest.$ac_ext <<_ACEOF
44199 /* confdefs.h. */
44200 _ACEOF
44201 cat confdefs.h >>conftest.$ac_ext
44202 cat >>conftest.$ac_ext <<_ACEOF
44203 /* end confdefs.h. */
44204
44205 #include <time.h>
44206
44207 int
44208 main ()
44209 {
44210
44211 int tz;
44212 tz = timezone;
44213
44214 ;
44215 return 0;
44216 }
44217 _ACEOF
44218 rm -f conftest.$ac_objext
44219 if { (ac_try="$ac_compile"
44220 case "(($ac_try" in
44221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44222 *) ac_try_echo=$ac_try;;
44223 esac
44224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44225 (eval "$ac_compile") 2>conftest.er1
44226 ac_status=$?
44227 grep -v '^ *+' conftest.er1 >conftest.err
44228 rm -f conftest.er1
44229 cat conftest.err >&5
44230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44231 (exit $ac_status); } && {
44232 test -z "$ac_cxx_werror_flag" ||
44233 test ! -s conftest.err
44234 } && test -s conftest.$ac_objext; then
44235
44236 wx_cv_var_timezone=timezone
44237
44238 else
44239 echo "$as_me: failed program was:" >&5
44240 sed 's/^/| /' conftest.$ac_ext >&5
44241
44242
44243 cat >conftest.$ac_ext <<_ACEOF
44244 /* confdefs.h. */
44245 _ACEOF
44246 cat confdefs.h >>conftest.$ac_ext
44247 cat >>conftest.$ac_ext <<_ACEOF
44248 /* end confdefs.h. */
44249
44250 #include <time.h>
44251
44252 int
44253 main ()
44254 {
44255
44256 int tz;
44257 tz = _timezone;
44258
44259 ;
44260 return 0;
44261 }
44262 _ACEOF
44263 rm -f conftest.$ac_objext
44264 if { (ac_try="$ac_compile"
44265 case "(($ac_try" in
44266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44267 *) ac_try_echo=$ac_try;;
44268 esac
44269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44270 (eval "$ac_compile") 2>conftest.er1
44271 ac_status=$?
44272 grep -v '^ *+' conftest.er1 >conftest.err
44273 rm -f conftest.er1
44274 cat conftest.err >&5
44275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44276 (exit $ac_status); } && {
44277 test -z "$ac_cxx_werror_flag" ||
44278 test ! -s conftest.err
44279 } && test -s conftest.$ac_objext; then
44280
44281 wx_cv_var_timezone=_timezone
44282
44283 else
44284 echo "$as_me: failed program was:" >&5
44285 sed 's/^/| /' conftest.$ac_ext >&5
44286
44287
44288 cat >conftest.$ac_ext <<_ACEOF
44289 /* confdefs.h. */
44290 _ACEOF
44291 cat confdefs.h >>conftest.$ac_ext
44292 cat >>conftest.$ac_ext <<_ACEOF
44293 /* end confdefs.h. */
44294
44295 #include <time.h>
44296
44297 int
44298 main ()
44299 {
44300
44301 int tz;
44302 tz = __timezone;
44303
44304 ;
44305 return 0;
44306 }
44307 _ACEOF
44308 rm -f conftest.$ac_objext
44309 if { (ac_try="$ac_compile"
44310 case "(($ac_try" in
44311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44312 *) ac_try_echo=$ac_try;;
44313 esac
44314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44315 (eval "$ac_compile") 2>conftest.er1
44316 ac_status=$?
44317 grep -v '^ *+' conftest.er1 >conftest.err
44318 rm -f conftest.er1
44319 cat conftest.err >&5
44320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44321 (exit $ac_status); } && {
44322 test -z "$ac_cxx_werror_flag" ||
44323 test ! -s conftest.err
44324 } && test -s conftest.$ac_objext; then
44325
44326 wx_cv_var_timezone=__timezone
44327
44328 else
44329 echo "$as_me: failed program was:" >&5
44330 sed 's/^/| /' conftest.$ac_ext >&5
44331
44332
44333 if test "$USE_DOS" = 0 ; then
44334 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
44335 echo "$as_me: WARNING: no timezone variable" >&2;}
44336 fi
44337
44338
44339 fi
44340
44341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44342
44343
44344 fi
44345
44346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44347
44348
44349 fi
44350
44351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44352 ac_ext=c
44353 ac_cpp='$CPP $CPPFLAGS'
44354 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44355 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44356 ac_compiler_gnu=$ac_cv_c_compiler_gnu
44357
44358
44359
44360 fi
44361 { echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
44362 echo "${ECHO_T}$wx_cv_var_timezone" >&6; }
44363
44364 if test "x$wx_cv_var_timezone" != x ; then
44365 cat >>confdefs.h <<_ACEOF
44366 #define WX_TIMEZONE $wx_cv_var_timezone
44367 _ACEOF
44368
44369 fi
44370
44371
44372 for ac_func in localtime
44373 do
44374 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44375 { echo "$as_me:$LINENO: checking for $ac_func" >&5
44376 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
44377 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
44378 echo $ECHO_N "(cached) $ECHO_C" >&6
44379 else
44380 cat >conftest.$ac_ext <<_ACEOF
44381 /* confdefs.h. */
44382 _ACEOF
44383 cat confdefs.h >>conftest.$ac_ext
44384 cat >>conftest.$ac_ext <<_ACEOF
44385 /* end confdefs.h. */
44386 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44387 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44388 #define $ac_func innocuous_$ac_func
44389
44390 /* System header to define __stub macros and hopefully few prototypes,
44391 which can conflict with char $ac_func (); below.
44392 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44393 <limits.h> exists even on freestanding compilers. */
44394
44395 #ifdef __STDC__
44396 # include <limits.h>
44397 #else
44398 # include <assert.h>
44399 #endif
44400
44401 #undef $ac_func
44402
44403 /* Override any GCC internal prototype to avoid an error.
44404 Use char because int might match the return type of a GCC
44405 builtin and then its argument prototype would still apply. */
44406 #ifdef __cplusplus
44407 extern "C"
44408 #endif
44409 char $ac_func ();
44410 /* The GNU C library defines this for functions which it implements
44411 to always fail with ENOSYS. Some functions are actually named
44412 something starting with __ and the normal name is an alias. */
44413 #if defined __stub_$ac_func || defined __stub___$ac_func
44414 choke me
44415 #endif
44416
44417 int
44418 main ()
44419 {
44420 return $ac_func ();
44421 ;
44422 return 0;
44423 }
44424 _ACEOF
44425 rm -f conftest.$ac_objext conftest$ac_exeext
44426 if { (ac_try="$ac_link"
44427 case "(($ac_try" in
44428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44429 *) ac_try_echo=$ac_try;;
44430 esac
44431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44432 (eval "$ac_link") 2>conftest.er1
44433 ac_status=$?
44434 grep -v '^ *+' conftest.er1 >conftest.err
44435 rm -f conftest.er1
44436 cat conftest.err >&5
44437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44438 (exit $ac_status); } && {
44439 test -z "$ac_c_werror_flag" ||
44440 test ! -s conftest.err
44441 } && test -s conftest$ac_exeext &&
44442 $as_test_x conftest$ac_exeext; then
44443 eval "$as_ac_var=yes"
44444 else
44445 echo "$as_me: failed program was:" >&5
44446 sed 's/^/| /' conftest.$ac_ext >&5
44447
44448 eval "$as_ac_var=no"
44449 fi
44450
44451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44452 conftest$ac_exeext conftest.$ac_ext
44453 fi
44454 ac_res=`eval echo '${'$as_ac_var'}'`
44455 { echo "$as_me:$LINENO: result: $ac_res" >&5
44456 echo "${ECHO_T}$ac_res" >&6; }
44457 if test `eval echo '${'$as_ac_var'}'` = yes; then
44458 cat >>confdefs.h <<_ACEOF
44459 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44460 _ACEOF
44461
44462 fi
44463 done
44464
44465
44466 if test "$ac_cv_func_localtime" = "yes"; then
44467 { echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
44468 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6; }
44469 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
44470 echo $ECHO_N "(cached) $ECHO_C" >&6
44471 else
44472
44473 cat >conftest.$ac_ext <<_ACEOF
44474 /* confdefs.h. */
44475 _ACEOF
44476 cat confdefs.h >>conftest.$ac_ext
44477 cat >>conftest.$ac_ext <<_ACEOF
44478 /* end confdefs.h. */
44479
44480 #include <time.h>
44481
44482 int
44483 main ()
44484 {
44485
44486 struct tm tm;
44487 tm.tm_gmtoff++;
44488
44489 ;
44490 return 0;
44491 }
44492 _ACEOF
44493 rm -f conftest.$ac_objext
44494 if { (ac_try="$ac_compile"
44495 case "(($ac_try" in
44496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44497 *) ac_try_echo=$ac_try;;
44498 esac
44499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44500 (eval "$ac_compile") 2>conftest.er1
44501 ac_status=$?
44502 grep -v '^ *+' conftest.er1 >conftest.err
44503 rm -f conftest.er1
44504 cat conftest.err >&5
44505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44506 (exit $ac_status); } && {
44507 test -z "$ac_c_werror_flag" ||
44508 test ! -s conftest.err
44509 } && test -s conftest.$ac_objext; then
44510
44511 wx_cv_struct_tm_has_gmtoff=yes
44512
44513 else
44514 echo "$as_me: failed program was:" >&5
44515 sed 's/^/| /' conftest.$ac_ext >&5
44516
44517 wx_cv_struct_tm_has_gmtoff=no
44518
44519 fi
44520
44521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44522
44523 fi
44524 { echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
44525 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6; }
44526 fi
44527
44528 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
44529 cat >>confdefs.h <<\_ACEOF
44530 #define WX_GMTOFF_IN_TM 1
44531 _ACEOF
44532
44533 fi
44534
44535 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
44536 fi
44537
44538
44539 if test "$wxUSE_SOCKETS" = "yes"; then
44540 if test "$wxUSE_MGL" = 1; then
44541 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
44542 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
44543 wxUSE_SOCKETS="no"
44544 fi
44545 fi
44546
44547 if test "$wxUSE_SOCKETS" = "yes"; then
44548 if test "$TOOLKIT" != "MSW"; then
44549 { echo "$as_me:$LINENO: checking for socket" >&5
44550 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
44551 if test "${ac_cv_func_socket+set}" = set; then
44552 echo $ECHO_N "(cached) $ECHO_C" >&6
44553 else
44554 cat >conftest.$ac_ext <<_ACEOF
44555 /* confdefs.h. */
44556 _ACEOF
44557 cat confdefs.h >>conftest.$ac_ext
44558 cat >>conftest.$ac_ext <<_ACEOF
44559 /* end confdefs.h. */
44560 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
44561 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44562 #define socket innocuous_socket
44563
44564 /* System header to define __stub macros and hopefully few prototypes,
44565 which can conflict with char socket (); below.
44566 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44567 <limits.h> exists even on freestanding compilers. */
44568
44569 #ifdef __STDC__
44570 # include <limits.h>
44571 #else
44572 # include <assert.h>
44573 #endif
44574
44575 #undef socket
44576
44577 /* Override any GCC internal prototype to avoid an error.
44578 Use char because int might match the return type of a GCC
44579 builtin and then its argument prototype would still apply. */
44580 #ifdef __cplusplus
44581 extern "C"
44582 #endif
44583 char socket ();
44584 /* The GNU C library defines this for functions which it implements
44585 to always fail with ENOSYS. Some functions are actually named
44586 something starting with __ and the normal name is an alias. */
44587 #if defined __stub_socket || defined __stub___socket
44588 choke me
44589 #endif
44590
44591 int
44592 main ()
44593 {
44594 return socket ();
44595 ;
44596 return 0;
44597 }
44598 _ACEOF
44599 rm -f conftest.$ac_objext conftest$ac_exeext
44600 if { (ac_try="$ac_link"
44601 case "(($ac_try" in
44602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44603 *) ac_try_echo=$ac_try;;
44604 esac
44605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44606 (eval "$ac_link") 2>conftest.er1
44607 ac_status=$?
44608 grep -v '^ *+' conftest.er1 >conftest.err
44609 rm -f conftest.er1
44610 cat conftest.err >&5
44611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44612 (exit $ac_status); } && {
44613 test -z "$ac_c_werror_flag" ||
44614 test ! -s conftest.err
44615 } && test -s conftest$ac_exeext &&
44616 $as_test_x conftest$ac_exeext; then
44617 ac_cv_func_socket=yes
44618 else
44619 echo "$as_me: failed program was:" >&5
44620 sed 's/^/| /' conftest.$ac_ext >&5
44621
44622 ac_cv_func_socket=no
44623 fi
44624
44625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44626 conftest$ac_exeext conftest.$ac_ext
44627 fi
44628 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
44629 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
44630 if test $ac_cv_func_socket = yes; then
44631 :
44632 else
44633
44634 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
44635 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
44636 if test "${ac_cv_lib_socket_socket+set}" = set; then
44637 echo $ECHO_N "(cached) $ECHO_C" >&6
44638 else
44639 ac_check_lib_save_LIBS=$LIBS
44640 LIBS="-lsocket $LIBS"
44641 cat >conftest.$ac_ext <<_ACEOF
44642 /* confdefs.h. */
44643 _ACEOF
44644 cat confdefs.h >>conftest.$ac_ext
44645 cat >>conftest.$ac_ext <<_ACEOF
44646 /* end confdefs.h. */
44647
44648 /* Override any GCC internal prototype to avoid an error.
44649 Use char because int might match the return type of a GCC
44650 builtin and then its argument prototype would still apply. */
44651 #ifdef __cplusplus
44652 extern "C"
44653 #endif
44654 char socket ();
44655 int
44656 main ()
44657 {
44658 return socket ();
44659 ;
44660 return 0;
44661 }
44662 _ACEOF
44663 rm -f conftest.$ac_objext conftest$ac_exeext
44664 if { (ac_try="$ac_link"
44665 case "(($ac_try" in
44666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44667 *) ac_try_echo=$ac_try;;
44668 esac
44669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44670 (eval "$ac_link") 2>conftest.er1
44671 ac_status=$?
44672 grep -v '^ *+' conftest.er1 >conftest.err
44673 rm -f conftest.er1
44674 cat conftest.err >&5
44675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44676 (exit $ac_status); } && {
44677 test -z "$ac_c_werror_flag" ||
44678 test ! -s conftest.err
44679 } && test -s conftest$ac_exeext &&
44680 $as_test_x conftest$ac_exeext; then
44681 ac_cv_lib_socket_socket=yes
44682 else
44683 echo "$as_me: failed program was:" >&5
44684 sed 's/^/| /' conftest.$ac_ext >&5
44685
44686 ac_cv_lib_socket_socket=no
44687 fi
44688
44689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44690 conftest$ac_exeext conftest.$ac_ext
44691 LIBS=$ac_check_lib_save_LIBS
44692 fi
44693 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
44694 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
44695 if test $ac_cv_lib_socket_socket = yes; then
44696 if test "$INET_LINK" != " -lsocket"; then
44697 INET_LINK="$INET_LINK -lsocket"
44698 fi
44699 else
44700
44701 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
44702 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
44703 wxUSE_SOCKETS=no
44704
44705
44706 fi
44707
44708
44709
44710 fi
44711
44712 fi
44713 fi
44714
44715 if test "$wxUSE_SOCKETS" = "yes" ; then
44716 if test "$TOOLKIT" != "MSW"; then
44717 { echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
44718 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6; }
44719 if test "${wx_cv_type_getsockname3+set}" = set; then
44720 echo $ECHO_N "(cached) $ECHO_C" >&6
44721 else
44722
44723 ac_ext=cpp
44724 ac_cpp='$CXXCPP $CPPFLAGS'
44725 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44726 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44727 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44728
44729 cat >conftest.$ac_ext <<_ACEOF
44730 /* confdefs.h. */
44731 _ACEOF
44732 cat confdefs.h >>conftest.$ac_ext
44733 cat >>conftest.$ac_ext <<_ACEOF
44734 /* end confdefs.h. */
44735
44736 #include <sys/types.h>
44737 #include <sys/socket.h>
44738
44739 int
44740 main ()
44741 {
44742
44743 socklen_t len;
44744 getsockname(0, 0, &len);
44745
44746 ;
44747 return 0;
44748 }
44749 _ACEOF
44750 rm -f conftest.$ac_objext
44751 if { (ac_try="$ac_compile"
44752 case "(($ac_try" in
44753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44754 *) ac_try_echo=$ac_try;;
44755 esac
44756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44757 (eval "$ac_compile") 2>conftest.er1
44758 ac_status=$?
44759 grep -v '^ *+' conftest.er1 >conftest.err
44760 rm -f conftest.er1
44761 cat conftest.err >&5
44762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44763 (exit $ac_status); } && {
44764 test -z "$ac_cxx_werror_flag" ||
44765 test ! -s conftest.err
44766 } && test -s conftest.$ac_objext; then
44767 wx_cv_type_getsockname3=socklen_t
44768 else
44769 echo "$as_me: failed program was:" >&5
44770 sed 's/^/| /' conftest.$ac_ext >&5
44771
44772
44773 CFLAGS_OLD="$CFLAGS"
44774 if test "$GCC" = yes ; then
44775 CFLAGS="-Werror $CFLAGS"
44776 fi
44777
44778 cat >conftest.$ac_ext <<_ACEOF
44779 /* confdefs.h. */
44780 _ACEOF
44781 cat confdefs.h >>conftest.$ac_ext
44782 cat >>conftest.$ac_ext <<_ACEOF
44783 /* end confdefs.h. */
44784
44785 #include <sys/types.h>
44786 #include <sys/socket.h>
44787
44788 int
44789 main ()
44790 {
44791
44792 size_t len;
44793 getsockname(0, 0, &len);
44794
44795 ;
44796 return 0;
44797 }
44798 _ACEOF
44799 rm -f conftest.$ac_objext
44800 if { (ac_try="$ac_compile"
44801 case "(($ac_try" in
44802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44803 *) ac_try_echo=$ac_try;;
44804 esac
44805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44806 (eval "$ac_compile") 2>conftest.er1
44807 ac_status=$?
44808 grep -v '^ *+' conftest.er1 >conftest.err
44809 rm -f conftest.er1
44810 cat conftest.err >&5
44811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44812 (exit $ac_status); } && {
44813 test -z "$ac_cxx_werror_flag" ||
44814 test ! -s conftest.err
44815 } && test -s conftest.$ac_objext; then
44816 wx_cv_type_getsockname3=size_t
44817 else
44818 echo "$as_me: failed program was:" >&5
44819 sed 's/^/| /' conftest.$ac_ext >&5
44820
44821 cat >conftest.$ac_ext <<_ACEOF
44822 /* confdefs.h. */
44823 _ACEOF
44824 cat confdefs.h >>conftest.$ac_ext
44825 cat >>conftest.$ac_ext <<_ACEOF
44826 /* end confdefs.h. */
44827
44828 #include <sys/types.h>
44829 #include <sys/socket.h>
44830
44831 int
44832 main ()
44833 {
44834
44835 int len;
44836 getsockname(0, 0, &len);
44837
44838 ;
44839 return 0;
44840 }
44841 _ACEOF
44842 rm -f conftest.$ac_objext
44843 if { (ac_try="$ac_compile"
44844 case "(($ac_try" in
44845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44846 *) ac_try_echo=$ac_try;;
44847 esac
44848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44849 (eval "$ac_compile") 2>conftest.er1
44850 ac_status=$?
44851 grep -v '^ *+' conftest.er1 >conftest.err
44852 rm -f conftest.er1
44853 cat conftest.err >&5
44854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44855 (exit $ac_status); } && {
44856 test -z "$ac_cxx_werror_flag" ||
44857 test ! -s conftest.err
44858 } && test -s conftest.$ac_objext; then
44859 wx_cv_type_getsockname3=int
44860 else
44861 echo "$as_me: failed program was:" >&5
44862 sed 's/^/| /' conftest.$ac_ext >&5
44863
44864 wx_cv_type_getsockname3=unknown
44865
44866 fi
44867
44868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44869
44870 fi
44871
44872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44873
44874 CFLAGS="$CFLAGS_OLD"
44875
44876
44877 fi
44878
44879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44880 ac_ext=c
44881 ac_cpp='$CPP $CPPFLAGS'
44882 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44883 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44884 ac_compiler_gnu=$ac_cv_c_compiler_gnu
44885
44886
44887 fi
44888 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
44889 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6; }
44890
44891 if test "$wx_cv_type_getsockname3" = "unknown"; then
44892 wxUSE_SOCKETS=no
44893 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
44894 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
44895 else
44896 cat >>confdefs.h <<_ACEOF
44897 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
44898 _ACEOF
44899
44900 fi
44901 { echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
44902 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6; }
44903 if test "${wx_cv_type_getsockopt5+set}" = set; then
44904 echo $ECHO_N "(cached) $ECHO_C" >&6
44905 else
44906
44907 ac_ext=cpp
44908 ac_cpp='$CXXCPP $CPPFLAGS'
44909 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44910 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44911 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44912
44913 cat >conftest.$ac_ext <<_ACEOF
44914 /* confdefs.h. */
44915 _ACEOF
44916 cat confdefs.h >>conftest.$ac_ext
44917 cat >>conftest.$ac_ext <<_ACEOF
44918 /* end confdefs.h. */
44919
44920 #include <sys/types.h>
44921 #include <sys/socket.h>
44922
44923 int
44924 main ()
44925 {
44926
44927 socklen_t len;
44928 getsockopt(0, 0, 0, 0, &len);
44929
44930 ;
44931 return 0;
44932 }
44933 _ACEOF
44934 rm -f conftest.$ac_objext
44935 if { (ac_try="$ac_compile"
44936 case "(($ac_try" in
44937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44938 *) ac_try_echo=$ac_try;;
44939 esac
44940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44941 (eval "$ac_compile") 2>conftest.er1
44942 ac_status=$?
44943 grep -v '^ *+' conftest.er1 >conftest.err
44944 rm -f conftest.er1
44945 cat conftest.err >&5
44946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44947 (exit $ac_status); } && {
44948 test -z "$ac_cxx_werror_flag" ||
44949 test ! -s conftest.err
44950 } && test -s conftest.$ac_objext; then
44951 wx_cv_type_getsockopt5=socklen_t
44952 else
44953 echo "$as_me: failed program was:" >&5
44954 sed 's/^/| /' conftest.$ac_ext >&5
44955
44956
44957 cat >conftest.$ac_ext <<_ACEOF
44958 /* confdefs.h. */
44959 _ACEOF
44960 cat confdefs.h >>conftest.$ac_ext
44961 cat >>conftest.$ac_ext <<_ACEOF
44962 /* end confdefs.h. */
44963
44964 #include <sys/types.h>
44965 #include <sys/socket.h>
44966
44967 int
44968 main ()
44969 {
44970
44971 size_t len;
44972 getsockopt(0, 0, 0, 0, &len);
44973
44974 ;
44975 return 0;
44976 }
44977 _ACEOF
44978 rm -f conftest.$ac_objext
44979 if { (ac_try="$ac_compile"
44980 case "(($ac_try" in
44981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44982 *) ac_try_echo=$ac_try;;
44983 esac
44984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44985 (eval "$ac_compile") 2>conftest.er1
44986 ac_status=$?
44987 grep -v '^ *+' conftest.er1 >conftest.err
44988 rm -f conftest.er1
44989 cat conftest.err >&5
44990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44991 (exit $ac_status); } && {
44992 test -z "$ac_cxx_werror_flag" ||
44993 test ! -s conftest.err
44994 } && test -s conftest.$ac_objext; then
44995 wx_cv_type_getsockopt5=size_t
44996 else
44997 echo "$as_me: failed program was:" >&5
44998 sed 's/^/| /' conftest.$ac_ext >&5
44999
45000 cat >conftest.$ac_ext <<_ACEOF
45001 /* confdefs.h. */
45002 _ACEOF
45003 cat confdefs.h >>conftest.$ac_ext
45004 cat >>conftest.$ac_ext <<_ACEOF
45005 /* end confdefs.h. */
45006
45007 #include <sys/types.h>
45008 #include <sys/socket.h>
45009
45010 int
45011 main ()
45012 {
45013
45014 int len;
45015 getsockopt(0, 0, 0, 0, &len);
45016
45017 ;
45018 return 0;
45019 }
45020 _ACEOF
45021 rm -f conftest.$ac_objext
45022 if { (ac_try="$ac_compile"
45023 case "(($ac_try" in
45024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45025 *) ac_try_echo=$ac_try;;
45026 esac
45027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45028 (eval "$ac_compile") 2>conftest.er1
45029 ac_status=$?
45030 grep -v '^ *+' conftest.er1 >conftest.err
45031 rm -f conftest.er1
45032 cat conftest.err >&5
45033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45034 (exit $ac_status); } && {
45035 test -z "$ac_cxx_werror_flag" ||
45036 test ! -s conftest.err
45037 } && test -s conftest.$ac_objext; then
45038 wx_cv_type_getsockopt5=int
45039 else
45040 echo "$as_me: failed program was:" >&5
45041 sed 's/^/| /' conftest.$ac_ext >&5
45042
45043 wx_cv_type_getsockopt5=unknown
45044
45045 fi
45046
45047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45048
45049 fi
45050
45051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45052
45053
45054 fi
45055
45056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45057 ac_ext=c
45058 ac_cpp='$CPP $CPPFLAGS'
45059 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45060 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45061 ac_compiler_gnu=$ac_cv_c_compiler_gnu
45062
45063
45064 fi
45065 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
45066 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6; }
45067
45068 if test "$wx_cv_type_getsockopt5" = "unknown"; then
45069 wxUSE_SOCKETS=no
45070 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
45071 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
45072 else
45073 cat >>confdefs.h <<_ACEOF
45074 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
45075 _ACEOF
45076
45077 fi
45078 fi
45079 fi
45080
45081 if test "$wxUSE_SOCKETS" = "yes" ; then
45082 if test "$wxUSE_IPV6" = "yes"; then
45083 { echo "$as_me:$LINENO: checking whether we have sockaddr_in6" >&5
45084 echo $ECHO_N "checking whether we have sockaddr_in6... $ECHO_C" >&6; }
45085 if test "${wx_cv_type_sockaddr_in6+set}" = set; then
45086 echo $ECHO_N "(cached) $ECHO_C" >&6
45087 else
45088
45089 cat >conftest.$ac_ext <<_ACEOF
45090 /* confdefs.h. */
45091 _ACEOF
45092 cat confdefs.h >>conftest.$ac_ext
45093 cat >>conftest.$ac_ext <<_ACEOF
45094 /* end confdefs.h. */
45095
45096 #include <sys/types.h>
45097 #include <sys/socket.h>
45098 #include <netinet/in.h>
45099
45100 int
45101 main ()
45102 {
45103
45104 struct sockaddr_in6 sa6;
45105
45106 ;
45107 return 0;
45108 }
45109 _ACEOF
45110 rm -f conftest.$ac_objext
45111 if { (ac_try="$ac_compile"
45112 case "(($ac_try" in
45113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45114 *) ac_try_echo=$ac_try;;
45115 esac
45116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45117 (eval "$ac_compile") 2>conftest.er1
45118 ac_status=$?
45119 grep -v '^ *+' conftest.er1 >conftest.err
45120 rm -f conftest.er1
45121 cat conftest.err >&5
45122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45123 (exit $ac_status); } && {
45124 test -z "$ac_c_werror_flag" ||
45125 test ! -s conftest.err
45126 } && test -s conftest.$ac_objext; then
45127 wx_cv_type_sockaddr_in6=yes
45128 else
45129 echo "$as_me: failed program was:" >&5
45130 sed 's/^/| /' conftest.$ac_ext >&5
45131
45132 wx_cv_type_sockaddr_in6=no
45133
45134 fi
45135
45136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45137
45138
45139 fi
45140 { echo "$as_me:$LINENO: result: $wx_cv_type_sockaddr_in6" >&5
45141 echo "${ECHO_T}$wx_cv_type_sockaddr_in6" >&6; }
45142
45143 if test "$wx_cv_type_sockaddr_in6"="yes"; then
45144 cat >>confdefs.h <<\_ACEOF
45145 #define wxUSE_IPV6 1
45146 _ACEOF
45147
45148 else
45149 { echo "$as_me:$LINENO: WARNING: IPv6 support not available... disabled" >&5
45150 echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
45151 fi
45152 fi
45153
45154 cat >>confdefs.h <<\_ACEOF
45155 #define wxUSE_SOCKETS 1
45156 _ACEOF
45157
45158 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
45159 fi
45160
45161 if test "$wxUSE_PROTOCOL" = "yes"; then
45162 if test "$wxUSE_SOCKETS" != "yes"; then
45163 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
45164 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
45165 wxUSE_PROTOCOL=no
45166 fi
45167 fi
45168
45169 if test "$wxUSE_PROTOCOL" = "yes"; then
45170 cat >>confdefs.h <<\_ACEOF
45171 #define wxUSE_PROTOCOL 1
45172 _ACEOF
45173
45174
45175 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
45176 cat >>confdefs.h <<\_ACEOF
45177 #define wxUSE_PROTOCOL_HTTP 1
45178 _ACEOF
45179
45180 fi
45181 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
45182 cat >>confdefs.h <<\_ACEOF
45183 #define wxUSE_PROTOCOL_FTP 1
45184 _ACEOF
45185
45186 fi
45187 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
45188 cat >>confdefs.h <<\_ACEOF
45189 #define wxUSE_PROTOCOL_FILE 1
45190 _ACEOF
45191
45192 fi
45193 else
45194 if test "$wxUSE_FS_INET" = "yes"; then
45195 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
45196 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
45197 wxUSE_FS_INET="no"
45198 fi
45199 fi
45200
45201 if test "$wxUSE_URL" = "yes"; then
45202 if test "$wxUSE_PROTOCOL" != "yes"; then
45203 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
45204 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
45205 wxUSE_URL=no
45206 fi
45207 if test "$wxUSE_URL" = "yes"; then
45208 cat >>confdefs.h <<\_ACEOF
45209 #define wxUSE_URL 1
45210 _ACEOF
45211
45212 fi
45213 fi
45214
45215 if test "$wxUSE_VARIANT" = "yes"; then
45216 cat >>confdefs.h <<\_ACEOF
45217 #define wxUSE_VARIANT 1
45218 _ACEOF
45219
45220 fi
45221
45222 if test "$wxUSE_FS_INET" = "yes"; then
45223 cat >>confdefs.h <<\_ACEOF
45224 #define wxUSE_FS_INET 1
45225 _ACEOF
45226
45227 fi
45228
45229
45230 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
45231 wxUSE_JOYSTICK=no
45232
45233 if test "$TOOLKIT" = "MSW"; then
45234 wxUSE_JOYSTICK=yes
45235
45236 elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
45237 if test "$USE_DARWIN" = 1; then
45238 { echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
45239 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6; }
45240 ac_ext=cpp
45241 ac_cpp='$CXXCPP $CPPFLAGS'
45242 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45243 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45244 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45245
45246 cat >conftest.$ac_ext <<_ACEOF
45247 /* confdefs.h. */
45248 _ACEOF
45249 cat confdefs.h >>conftest.$ac_ext
45250 cat >>conftest.$ac_ext <<_ACEOF
45251 /* end confdefs.h. */
45252 #include <IOKit/hid/IOHIDLib.h>
45253 int
45254 main ()
45255 {
45256 IOHIDQueueInterface *qi = NULL;
45257 IOHIDCallbackFunction cb = NULL;
45258 qi->setEventCallout(NULL, cb, NULL, NULL);
45259 ;
45260 return 0;
45261 }
45262 _ACEOF
45263 rm -f conftest.$ac_objext
45264 if { (ac_try="$ac_compile"
45265 case "(($ac_try" in
45266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45267 *) ac_try_echo=$ac_try;;
45268 esac
45269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45270 (eval "$ac_compile") 2>conftest.er1
45271 ac_status=$?
45272 grep -v '^ *+' conftest.er1 >conftest.err
45273 rm -f conftest.er1
45274 cat conftest.err >&5
45275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45276 (exit $ac_status); } && {
45277 test -z "$ac_cxx_werror_flag" ||
45278 test ! -s conftest.err
45279 } && test -s conftest.$ac_objext; then
45280 wxUSE_JOYSTICK=yes
45281
45282 else
45283 echo "$as_me: failed program was:" >&5
45284 sed 's/^/| /' conftest.$ac_ext >&5
45285
45286
45287 fi
45288
45289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45290 ac_ext=c
45291 ac_cpp='$CPP $CPPFLAGS'
45292 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45293 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45294 ac_compiler_gnu=$ac_cv_c_compiler_gnu
45295
45296 { echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
45297 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6; }
45298 fi
45299
45300 else
45301 if test "$wxUSE_MGL" != 1; then
45302
45303 for ac_header in linux/joystick.h
45304 do
45305 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
45306 { echo "$as_me:$LINENO: checking for $ac_header" >&5
45307 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
45308 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
45309 echo $ECHO_N "(cached) $ECHO_C" >&6
45310 else
45311 cat >conftest.$ac_ext <<_ACEOF
45312 /* confdefs.h. */
45313 _ACEOF
45314 cat confdefs.h >>conftest.$ac_ext
45315 cat >>conftest.$ac_ext <<_ACEOF
45316 /* end confdefs.h. */
45317 $ac_includes_default
45318
45319 #include <$ac_header>
45320 _ACEOF
45321 rm -f conftest.$ac_objext
45322 if { (ac_try="$ac_compile"
45323 case "(($ac_try" in
45324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45325 *) ac_try_echo=$ac_try;;
45326 esac
45327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45328 (eval "$ac_compile") 2>conftest.er1
45329 ac_status=$?
45330 grep -v '^ *+' conftest.er1 >conftest.err
45331 rm -f conftest.er1
45332 cat conftest.err >&5
45333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45334 (exit $ac_status); } && {
45335 test -z "$ac_c_werror_flag" ||
45336 test ! -s conftest.err
45337 } && test -s conftest.$ac_objext; then
45338 eval "$as_ac_Header=yes"
45339 else
45340 echo "$as_me: failed program was:" >&5
45341 sed 's/^/| /' conftest.$ac_ext >&5
45342
45343 eval "$as_ac_Header=no"
45344 fi
45345
45346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45347 fi
45348 ac_res=`eval echo '${'$as_ac_Header'}'`
45349 { echo "$as_me:$LINENO: result: $ac_res" >&5
45350 echo "${ECHO_T}$ac_res" >&6; }
45351 if test `eval echo '${'$as_ac_Header'}'` = yes; then
45352 cat >>confdefs.h <<_ACEOF
45353 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
45354 _ACEOF
45355 wxUSE_JOYSTICK=yes
45356 fi
45357
45358 done
45359
45360 fi
45361 fi
45362
45363 if test "$wxUSE_JOYSTICK" = "yes"; then
45364 cat >>confdefs.h <<\_ACEOF
45365 #define wxUSE_JOYSTICK 1
45366 _ACEOF
45367
45368 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
45369 else
45370 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
45371 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
45372 fi
45373 fi
45374
45375
45376
45377 if test "$wxUSE_FONTENUM" = "yes" ; then
45378 cat >>confdefs.h <<\_ACEOF
45379 #define wxUSE_FONTENUM 1
45380 _ACEOF
45381
45382 fi
45383
45384 if test "$wxUSE_FONTMAP" = "yes" ; then
45385 cat >>confdefs.h <<\_ACEOF
45386 #define wxUSE_FONTMAP 1
45387 _ACEOF
45388
45389 fi
45390
45391 if test "$wxUSE_UNICODE" = "yes" ; then
45392 cat >>confdefs.h <<\_ACEOF
45393 #define wxUSE_UNICODE 1
45394 _ACEOF
45395
45396
45397 if test "$USE_WIN32" != 1; then
45398 wxUSE_UNICODE_MSLU=no
45399 fi
45400
45401 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
45402 { echo "$as_me:$LINENO: checking for main in -lunicows" >&5
45403 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6; }
45404 if test "${ac_cv_lib_unicows_main+set}" = set; then
45405 echo $ECHO_N "(cached) $ECHO_C" >&6
45406 else
45407 ac_check_lib_save_LIBS=$LIBS
45408 LIBS="-lunicows $LIBS"
45409 cat >conftest.$ac_ext <<_ACEOF
45410 /* confdefs.h. */
45411 _ACEOF
45412 cat confdefs.h >>conftest.$ac_ext
45413 cat >>conftest.$ac_ext <<_ACEOF
45414 /* end confdefs.h. */
45415
45416
45417 int
45418 main ()
45419 {
45420 return main ();
45421 ;
45422 return 0;
45423 }
45424 _ACEOF
45425 rm -f conftest.$ac_objext conftest$ac_exeext
45426 if { (ac_try="$ac_link"
45427 case "(($ac_try" in
45428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45429 *) ac_try_echo=$ac_try;;
45430 esac
45431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45432 (eval "$ac_link") 2>conftest.er1
45433 ac_status=$?
45434 grep -v '^ *+' conftest.er1 >conftest.err
45435 rm -f conftest.er1
45436 cat conftest.err >&5
45437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45438 (exit $ac_status); } && {
45439 test -z "$ac_c_werror_flag" ||
45440 test ! -s conftest.err
45441 } && test -s conftest$ac_exeext &&
45442 $as_test_x conftest$ac_exeext; then
45443 ac_cv_lib_unicows_main=yes
45444 else
45445 echo "$as_me: failed program was:" >&5
45446 sed 's/^/| /' conftest.$ac_ext >&5
45447
45448 ac_cv_lib_unicows_main=no
45449 fi
45450
45451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45452 conftest$ac_exeext conftest.$ac_ext
45453 LIBS=$ac_check_lib_save_LIBS
45454 fi
45455 { echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
45456 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6; }
45457 if test $ac_cv_lib_unicows_main = yes; then
45458
45459 cat >>confdefs.h <<\_ACEOF
45460 #define wxUSE_UNICODE_MSLU 1
45461 _ACEOF
45462
45463
45464 else
45465
45466 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
45467 Applications will only run on Windows NT/2000/XP!" >&5
45468 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
45469 Applications will only run on Windows NT/2000/XP!" >&2;}
45470 wxUSE_UNICODE_MSLU=no
45471
45472 fi
45473
45474 fi
45475 fi
45476
45477 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
45478 cat >>confdefs.h <<\_ACEOF
45479 #define wxUSE_UNICODE_UTF8 1
45480 _ACEOF
45481
45482
45483 if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
45484 cat >>confdefs.h <<\_ACEOF
45485 #define wxUSE_UTF8_LOCALE_ONLY 1
45486 _ACEOF
45487
45488 fi
45489 fi
45490
45491
45492 if test "$wxUSE_CONSTRAINTS" = "yes"; then
45493 cat >>confdefs.h <<\_ACEOF
45494 #define wxUSE_CONSTRAINTS 1
45495 _ACEOF
45496
45497 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
45498 fi
45499
45500 if test "$wxUSE_MDI" = "yes"; then
45501 cat >>confdefs.h <<\_ACEOF
45502 #define wxUSE_MDI 1
45503 _ACEOF
45504
45505
45506 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
45507 cat >>confdefs.h <<\_ACEOF
45508 #define wxUSE_MDI_ARCHITECTURE 1
45509 _ACEOF
45510
45511 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
45512 fi
45513 fi
45514
45515 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
45516 cat >>confdefs.h <<\_ACEOF
45517 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
45518 _ACEOF
45519
45520 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
45521 fi
45522
45523 if test "$wxUSE_HELP" = "yes"; then
45524 cat >>confdefs.h <<\_ACEOF
45525 #define wxUSE_HELP 1
45526 _ACEOF
45527
45528 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
45529
45530 if test "$wxUSE_MSW" = 1; then
45531 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
45532 cat >>confdefs.h <<\_ACEOF
45533 #define wxUSE_MS_HTML_HELP 1
45534 _ACEOF
45535
45536 fi
45537 fi
45538
45539 if test "$wxUSE_WXHTML_HELP" = "yes"; then
45540 if test "$wxUSE_HTML" = "yes"; then
45541 cat >>confdefs.h <<\_ACEOF
45542 #define wxUSE_WXHTML_HELP 1
45543 _ACEOF
45544
45545 else
45546 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
45547 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
45548 wxUSE_WXHTML_HELP=no
45549 fi
45550 fi
45551 fi
45552
45553 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
45554 cat >>confdefs.h <<\_ACEOF
45555 #define wxUSE_PRINTING_ARCHITECTURE 1
45556 _ACEOF
45557
45558 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
45559 fi
45560
45561 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
45562 cat >>confdefs.h <<\_ACEOF
45563 #define wxUSE_POSTSCRIPT 1
45564 _ACEOF
45565
45566 fi
45567
45568 cat >>confdefs.h <<\_ACEOF
45569 #define wxUSE_AFM_FOR_POSTSCRIPT 1
45570 _ACEOF
45571
45572
45573 if test "$wxUSE_SVG" = "yes"; then
45574 cat >>confdefs.h <<\_ACEOF
45575 #define wxUSE_SVG 1
45576 _ACEOF
45577
45578 fi
45579
45580
45581 if test "$wxUSE_METAFILE" = "yes"; then
45582 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
45583 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
45584 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
45585 wxUSE_METAFILE=no
45586 fi
45587 fi
45588
45589
45590 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
45591 -o "$wxUSE_CLIPBOARD" = "yes" \
45592 -o "$wxUSE_OLE" = "yes" \
45593 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
45594 { echo "$as_me:$LINENO: checking for ole2.h" >&5
45595 echo $ECHO_N "checking for ole2.h... $ECHO_C" >&6; }
45596 if test "${ac_cv_header_ole2_h+set}" = set; then
45597 echo $ECHO_N "(cached) $ECHO_C" >&6
45598 else
45599 cat >conftest.$ac_ext <<_ACEOF
45600 /* confdefs.h. */
45601 _ACEOF
45602 cat confdefs.h >>conftest.$ac_ext
45603 cat >>conftest.$ac_ext <<_ACEOF
45604 /* end confdefs.h. */
45605
45606
45607 #include <ole2.h>
45608 _ACEOF
45609 rm -f conftest.$ac_objext
45610 if { (ac_try="$ac_compile"
45611 case "(($ac_try" in
45612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45613 *) ac_try_echo=$ac_try;;
45614 esac
45615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45616 (eval "$ac_compile") 2>conftest.er1
45617 ac_status=$?
45618 grep -v '^ *+' conftest.er1 >conftest.err
45619 rm -f conftest.er1
45620 cat conftest.err >&5
45621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45622 (exit $ac_status); } && {
45623 test -z "$ac_c_werror_flag" ||
45624 test ! -s conftest.err
45625 } && test -s conftest.$ac_objext; then
45626 ac_cv_header_ole2_h=yes
45627 else
45628 echo "$as_me: failed program was:" >&5
45629 sed 's/^/| /' conftest.$ac_ext >&5
45630
45631 ac_cv_header_ole2_h=no
45632 fi
45633
45634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45635 fi
45636 { echo "$as_me:$LINENO: result: $ac_cv_header_ole2_h" >&5
45637 echo "${ECHO_T}$ac_cv_header_ole2_h" >&6; }
45638
45639
45640
45641 if test "$ac_cv_header_ole2_h" = "yes" ; then
45642 if test "$GCC" = yes ; then
45643 { echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
45644 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6; }
45645 cat >conftest.$ac_ext <<_ACEOF
45646 /* confdefs.h. */
45647 _ACEOF
45648 cat confdefs.h >>conftest.$ac_ext
45649 cat >>conftest.$ac_ext <<_ACEOF
45650 /* end confdefs.h. */
45651 #include <windows.h>
45652 #include <ole2.h>
45653 int
45654 main ()
45655 {
45656
45657 ;
45658 return 0;
45659 }
45660 _ACEOF
45661 rm -f conftest.$ac_objext
45662 if { (ac_try="$ac_compile"
45663 case "(($ac_try" in
45664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45665 *) ac_try_echo=$ac_try;;
45666 esac
45667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45668 (eval "$ac_compile") 2>conftest.er1
45669 ac_status=$?
45670 grep -v '^ *+' conftest.er1 >conftest.err
45671 rm -f conftest.er1
45672 cat conftest.err >&5
45673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45674 (exit $ac_status); } && {
45675 test -z "$ac_c_werror_flag" ||
45676 test ! -s conftest.err
45677 } && test -s conftest.$ac_objext; then
45678 { echo "$as_me:$LINENO: result: no" >&5
45679 echo "${ECHO_T}no" >&6; }
45680 else
45681 echo "$as_me: failed program was:" >&5
45682 sed 's/^/| /' conftest.$ac_ext >&5
45683
45684 { echo "$as_me:$LINENO: result: yes" >&5
45685 echo "${ECHO_T}yes" >&6; }
45686 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
45687 fi
45688
45689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45690 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
45691 if test "$wxUSE_OLE" = "yes" ; then
45692 cat >>confdefs.h <<\_ACEOF
45693 #define wxUSE_OLE 1
45694 _ACEOF
45695
45696 cat >>confdefs.h <<\_ACEOF
45697 #define wxUSE_OLE_AUTOMATION 1
45698 _ACEOF
45699
45700 cat >>confdefs.h <<\_ACEOF
45701 #define wxUSE_ACTIVEX 1
45702 _ACEOF
45703
45704 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
45705 fi
45706 fi
45707
45708 if test "$wxUSE_DATAOBJ" = "yes" ; then
45709 cat >>confdefs.h <<\_ACEOF
45710 #define wxUSE_DATAOBJ 1
45711 _ACEOF
45712
45713 fi
45714 else
45715 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
45716 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
45717
45718 wxUSE_CLIPBOARD=no
45719 wxUSE_DRAG_AND_DROP=no
45720 wxUSE_DATAOBJ=no
45721 wxUSE_OLE=no
45722 fi
45723
45724 if test "$wxUSE_METAFILE" = "yes"; then
45725 cat >>confdefs.h <<\_ACEOF
45726 #define wxUSE_METAFILE 1
45727 _ACEOF
45728
45729
45730 cat >>confdefs.h <<\_ACEOF
45731 #define wxUSE_ENH_METAFILE 1
45732 _ACEOF
45733
45734 fi
45735 fi
45736
45737 if test "$wxUSE_IPC" = "yes"; then
45738 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
45739 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
45740 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
45741 wxUSE_IPC=no
45742 fi
45743
45744 if test "$wxUSE_IPC" = "yes"; then
45745 cat >>confdefs.h <<\_ACEOF
45746 #define wxUSE_IPC 1
45747 _ACEOF
45748
45749 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
45750 fi
45751 fi
45752
45753 if test "$wxUSE_DATAOBJ" = "yes"; then
45754 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
45755 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&5
45756 echo "$as_me: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&2;}
45757 wxUSE_DATAOBJ=no
45758 else
45759 cat >>confdefs.h <<\_ACEOF
45760 #define wxUSE_DATAOBJ 1
45761 _ACEOF
45762
45763 fi
45764 else
45765 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
45766 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
45767 wxUSE_CLIPBOARD=no
45768 wxUSE_DRAG_AND_DROP=no
45769 fi
45770
45771 if test "$wxUSE_CLIPBOARD" = "yes"; then
45772 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
45773 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
45774 echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
45775 wxUSE_CLIPBOARD=no
45776 fi
45777
45778 if test "$wxUSE_CLIPBOARD" = "yes"; then
45779 cat >>confdefs.h <<\_ACEOF
45780 #define wxUSE_CLIPBOARD 1
45781 _ACEOF
45782
45783 fi
45784 fi
45785
45786 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
45787 if test "$wxUSE_GTK" = 1; then
45788 if test "$WXGTK12" != 1; then
45789 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
45790 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
45791 wxUSE_DRAG_AND_DROP=no
45792 fi
45793 fi
45794
45795 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_MGL" = 1 -o \
45796 "$wxUSE_DFB" = 1; then
45797 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
45798 echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
45799 wxUSE_DRAG_AND_DROP=no
45800 fi
45801
45802 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
45803 cat >>confdefs.h <<\_ACEOF
45804 #define wxUSE_DRAG_AND_DROP 1
45805 _ACEOF
45806
45807 fi
45808
45809 fi
45810
45811 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
45812 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
45813 fi
45814
45815 if test "$wxUSE_CLIPBOARD" = "yes"; then
45816 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS clipboard"
45817 fi
45818
45819 if test "$wxUSE_SPLINES" = "yes" ; then
45820 cat >>confdefs.h <<\_ACEOF
45821 #define wxUSE_SPLINES 1
45822 _ACEOF
45823
45824 fi
45825
45826 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
45827 cat >>confdefs.h <<\_ACEOF
45828 #define wxUSE_MOUSEWHEEL 1
45829 _ACEOF
45830
45831 fi
45832
45833
45834 USES_CONTROLS=0
45835 if test "$wxUSE_CONTROLS" = "yes"; then
45836 USES_CONTROLS=1
45837 fi
45838
45839 if test "$wxUSE_ACCEL" = "yes"; then
45840 cat >>confdefs.h <<\_ACEOF
45841 #define wxUSE_ACCEL 1
45842 _ACEOF
45843
45844 USES_CONTROLS=1
45845 fi
45846
45847 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
45848 cat >>confdefs.h <<\_ACEOF
45849 #define wxUSE_ANIMATIONCTRL 1
45850 _ACEOF
45851
45852 USES_CONTROLS=1
45853 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS animate"
45854 fi
45855
45856 if test "$wxUSE_BUTTON" = "yes"; then
45857 cat >>confdefs.h <<\_ACEOF
45858 #define wxUSE_BUTTON 1
45859 _ACEOF
45860
45861 USES_CONTROLS=1
45862 fi
45863
45864 if test "$wxUSE_BMPBUTTON" = "yes"; then
45865 cat >>confdefs.h <<\_ACEOF
45866 #define wxUSE_BMPBUTTON 1
45867 _ACEOF
45868
45869 USES_CONTROLS=1
45870 fi
45871
45872 if test "$wxUSE_CALCTRL" = "yes"; then
45873 cat >>confdefs.h <<\_ACEOF
45874 #define wxUSE_CALENDARCTRL 1
45875 _ACEOF
45876
45877 USES_CONTROLS=1
45878 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
45879 fi
45880
45881 if test "$wxUSE_CARET" = "yes"; then
45882 cat >>confdefs.h <<\_ACEOF
45883 #define wxUSE_CARET 1
45884 _ACEOF
45885
45886 USES_CONTROLS=1
45887 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
45888 fi
45889
45890 if test "$wxUSE_COLLPANE" = "yes"; then
45891 cat >>confdefs.h <<\_ACEOF
45892 #define wxUSE_COLLPANE 1
45893 _ACEOF
45894
45895 USES_CONTROLS=1
45896 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS collpane"
45897 fi
45898
45899 if test "$wxUSE_COMBOBOX" = "yes"; then
45900 cat >>confdefs.h <<\_ACEOF
45901 #define wxUSE_COMBOBOX 1
45902 _ACEOF
45903
45904 USES_CONTROLS=1
45905 fi
45906
45907 if test "$wxUSE_COMBOCTRL" = "yes"; then
45908 cat >>confdefs.h <<\_ACEOF
45909 #define wxUSE_COMBOCTRL 1
45910 _ACEOF
45911
45912 USES_CONTROLS=1
45913 fi
45914
45915 if test "$wxUSE_CHOICE" = "yes"; then
45916 cat >>confdefs.h <<\_ACEOF
45917 #define wxUSE_CHOICE 1
45918 _ACEOF
45919
45920 USES_CONTROLS=1
45921 fi
45922
45923 if test "$wxUSE_CHOICEBOOK" = "yes"; then
45924 cat >>confdefs.h <<\_ACEOF
45925 #define wxUSE_CHOICEBOOK 1
45926 _ACEOF
45927
45928 USES_CONTROLS=1
45929 fi
45930
45931 if test "$wxUSE_CHECKBOX" = "yes"; then
45932 cat >>confdefs.h <<\_ACEOF
45933 #define wxUSE_CHECKBOX 1
45934 _ACEOF
45935
45936 USES_CONTROLS=1
45937 fi
45938
45939 if test "$wxUSE_CHECKLST" = "yes"; then
45940 cat >>confdefs.h <<\_ACEOF
45941 #define wxUSE_CHECKLISTBOX 1
45942 _ACEOF
45943
45944 USES_CONTROLS=1
45945 fi
45946
45947 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
45948 cat >>confdefs.h <<\_ACEOF
45949 #define wxUSE_COLOURPICKERCTRL 1
45950 _ACEOF
45951
45952 USES_CONTROLS=1
45953 fi
45954
45955 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
45956 cat >>confdefs.h <<\_ACEOF
45957 #define wxUSE_DATEPICKCTRL 1
45958 _ACEOF
45959
45960 USES_CONTROLS=1
45961 fi
45962
45963 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
45964 cat >>confdefs.h <<\_ACEOF
45965 #define wxUSE_DIRPICKERCTRL 1
45966 _ACEOF
45967
45968 USES_CONTROLS=1
45969 fi
45970
45971 if test "$wxUSE_FILECTRL" = "yes"; then
45972 cat >>confdefs.h <<\_ACEOF
45973 #define wxUSE_FILECTRL 1
45974 _ACEOF
45975
45976 USES_CONTROLS=1
45977 fi
45978
45979 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
45980 cat >>confdefs.h <<\_ACEOF
45981 #define wxUSE_FILEPICKERCTRL 1
45982 _ACEOF
45983
45984 USES_CONTROLS=1
45985 fi
45986
45987 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
45988 cat >>confdefs.h <<\_ACEOF
45989 #define wxUSE_FONTPICKERCTRL 1
45990 _ACEOF
45991
45992 USES_CONTROLS=1
45993 fi
45994
45995 if test "$wxUSE_DISPLAY" = "yes"; then
45996 if test "$wxUSE_DFB" = 1 -o "$wxUSE_MGL" = 1; then
45997 { echo "$as_me:$LINENO: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
45998 echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
45999 wxUSE_DISPLAY=no
46000 else
46001 cat >>confdefs.h <<\_ACEOF
46002 #define wxUSE_DISPLAY 1
46003 _ACEOF
46004
46005 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
46006 fi
46007 fi
46008
46009 if test "$wxUSE_DETECT_SM" = "yes"; then
46010 cat >>confdefs.h <<\_ACEOF
46011 #define wxUSE_DETECT_SM 1
46012 _ACEOF
46013
46014 fi
46015
46016 if test "$wxUSE_GAUGE" = "yes"; then
46017 cat >>confdefs.h <<\_ACEOF
46018 #define wxUSE_GAUGE 1
46019 _ACEOF
46020
46021 USES_CONTROLS=1
46022 fi
46023
46024 if test "$wxUSE_GRID" = "yes"; then
46025 cat >>confdefs.h <<\_ACEOF
46026 #define wxUSE_GRID 1
46027 _ACEOF
46028
46029 USES_CONTROLS=1
46030 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
46031 fi
46032
46033 if test "$wxUSE_HEADERCTRL" = "yes"; then
46034 cat >>confdefs.h <<\_ACEOF
46035 #define wxUSE_HEADERCTRL 1
46036 _ACEOF
46037
46038 USES_CONTROLS=1
46039 fi
46040
46041 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
46042 cat >>confdefs.h <<\_ACEOF
46043 #define wxUSE_HYPERLINKCTRL 1
46044 _ACEOF
46045
46046 USES_CONTROLS=1
46047 fi
46048
46049 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
46050 cat >>confdefs.h <<\_ACEOF
46051 #define wxUSE_BITMAPCOMBOBOX 1
46052 _ACEOF
46053
46054 USES_CONTROLS=1
46055 fi
46056
46057 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
46058 cat >>confdefs.h <<\_ACEOF
46059 #define wxUSE_DATAVIEWCTRL 1
46060 _ACEOF
46061
46062 USES_CONTROLS=1
46063 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dataview"
46064 fi
46065
46066 if test "$wxUSE_IMAGLIST" = "yes"; then
46067 cat >>confdefs.h <<\_ACEOF
46068 #define wxUSE_IMAGLIST 1
46069 _ACEOF
46070
46071 fi
46072
46073 if test "$wxUSE_INFOBAR" = "yes"; then
46074 cat >>confdefs.h <<\_ACEOF
46075 #define wxUSE_INFOBAR 1
46076 _ACEOF
46077
46078 fi
46079
46080 if test "$wxUSE_LISTBOOK" = "yes"; then
46081 cat >>confdefs.h <<\_ACEOF
46082 #define wxUSE_LISTBOOK 1
46083 _ACEOF
46084
46085 USES_CONTROLS=1
46086 fi
46087
46088 if test "$wxUSE_LISTBOX" = "yes"; then
46089 cat >>confdefs.h <<\_ACEOF
46090 #define wxUSE_LISTBOX 1
46091 _ACEOF
46092
46093 USES_CONTROLS=1
46094 fi
46095
46096 if test "$wxUSE_LISTCTRL" = "yes"; then
46097 if test "$wxUSE_IMAGLIST" = "yes"; then
46098 cat >>confdefs.h <<\_ACEOF
46099 #define wxUSE_LISTCTRL 1
46100 _ACEOF
46101
46102 USES_CONTROLS=1
46103 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
46104 else
46105 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
46106 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
46107 fi
46108 fi
46109
46110 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
46111 cat >>confdefs.h <<\_ACEOF
46112 #define wxUSE_EDITABLELISTBOX 1
46113 _ACEOF
46114
46115 USES_CONTROLS=1
46116 fi
46117
46118 if test "$wxUSE_NOTEBOOK" = "yes"; then
46119 cat >>confdefs.h <<\_ACEOF
46120 #define wxUSE_NOTEBOOK 1
46121 _ACEOF
46122
46123 USES_CONTROLS=1
46124 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
46125 fi
46126
46127 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
46128 cat >>confdefs.h <<\_ACEOF
46129 #define wxUSE_NOTIFICATION_MESSAGE 1
46130 _ACEOF
46131
46132 fi
46133
46134 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
46135 cat >>confdefs.h <<\_ACEOF
46136 #define wxUSE_ODCOMBOBOX 1
46137 _ACEOF
46138
46139 USES_CONTROLS=1
46140 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS combo"
46141 fi
46142
46143 if test "$wxUSE_RADIOBOX" = "yes"; then
46144 cat >>confdefs.h <<\_ACEOF
46145 #define wxUSE_RADIOBOX 1
46146 _ACEOF
46147
46148 USES_CONTROLS=1
46149 fi
46150
46151 if test "$wxUSE_RADIOBTN" = "yes"; then
46152 cat >>confdefs.h <<\_ACEOF
46153 #define wxUSE_RADIOBTN 1
46154 _ACEOF
46155
46156 USES_CONTROLS=1
46157 fi
46158
46159 if test "$wxUSE_REARRANGECTRL" = "yes"; then
46160 cat >>confdefs.h <<\_ACEOF
46161 #define wxUSE_REARRANGECTRL 1
46162 _ACEOF
46163
46164 fi
46165
46166 if test "$wxUSE_SASH" = "yes"; then
46167 cat >>confdefs.h <<\_ACEOF
46168 #define wxUSE_SASH 1
46169 _ACEOF
46170
46171 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
46172 fi
46173
46174 if test "$wxUSE_SCROLLBAR" = "yes"; then
46175 cat >>confdefs.h <<\_ACEOF
46176 #define wxUSE_SCROLLBAR 1
46177 _ACEOF
46178
46179 USES_CONTROLS=1
46180 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll"
46181 fi
46182
46183 if test "$wxUSE_SEARCHCTRL" = "yes"; then
46184 cat >>confdefs.h <<\_ACEOF
46185 #define wxUSE_SEARCHCTRL 1
46186 _ACEOF
46187
46188 USES_CONTROLS=1
46189 fi
46190
46191 if test "$wxUSE_SLIDER" = "yes"; then
46192 cat >>confdefs.h <<\_ACEOF
46193 #define wxUSE_SLIDER 1
46194 _ACEOF
46195
46196 USES_CONTROLS=1
46197 fi
46198
46199 if test "$wxUSE_SPINBTN" = "yes"; then
46200 cat >>confdefs.h <<\_ACEOF
46201 #define wxUSE_SPINBTN 1
46202 _ACEOF
46203
46204 USES_CONTROLS=1
46205 fi
46206
46207 if test "$wxUSE_SPINCTRL" = "yes"; then
46208 cat >>confdefs.h <<\_ACEOF
46209 #define wxUSE_SPINCTRL 1
46210 _ACEOF
46211
46212 USES_CONTROLS=1
46213 fi
46214
46215 if test "$wxUSE_SPLITTER" = "yes"; then
46216 cat >>confdefs.h <<\_ACEOF
46217 #define wxUSE_SPLITTER 1
46218 _ACEOF
46219
46220 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
46221 fi
46222
46223 if test "$wxUSE_STATBMP" = "yes"; then
46224 cat >>confdefs.h <<\_ACEOF
46225 #define wxUSE_STATBMP 1
46226 _ACEOF
46227
46228 USES_CONTROLS=1
46229 fi
46230
46231 if test "$wxUSE_STATBOX" = "yes"; then
46232 cat >>confdefs.h <<\_ACEOF
46233 #define wxUSE_STATBOX 1
46234 _ACEOF
46235
46236 USES_CONTROLS=1
46237 fi
46238
46239 if test "$wxUSE_STATTEXT" = "yes"; then
46240 cat >>confdefs.h <<\_ACEOF
46241 #define wxUSE_STATTEXT 1
46242 _ACEOF
46243
46244 USES_CONTROLS=1
46245 fi
46246
46247 if test "$wxUSE_STATLINE" = "yes"; then
46248 cat >>confdefs.h <<\_ACEOF
46249 #define wxUSE_STATLINE 1
46250 _ACEOF
46251
46252 USES_CONTROLS=1
46253 fi
46254
46255 if test "$wxUSE_STATUSBAR" = "yes"; then
46256 cat >>confdefs.h <<\_ACEOF
46257 #define wxUSE_NATIVE_STATUSBAR 1
46258 _ACEOF
46259
46260 cat >>confdefs.h <<\_ACEOF
46261 #define wxUSE_STATUSBAR 1
46262 _ACEOF
46263
46264 USES_CONTROLS=1
46265
46266 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
46267 fi
46268
46269 if test "$wxUSE_TEXTCTRL" = "yes"; then
46270 cat >>confdefs.h <<\_ACEOF
46271 #define wxUSE_TEXTCTRL 1
46272 _ACEOF
46273
46274 USES_CONTROLS=1
46275 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
46276
46277 cat >>confdefs.h <<\_ACEOF
46278 #define wxUSE_RICHEDIT 1
46279 _ACEOF
46280
46281 cat >>confdefs.h <<\_ACEOF
46282 #define wxUSE_RICHEDIT2 1
46283 _ACEOF
46284
46285 fi
46286
46287 if test "$wxUSE_TOGGLEBTN" = "yes"; then
46288 if test "$wxUSE_COCOA" = 1 ; then
46289 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
46290 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
46291 wxUSE_TOGGLEBTN=no
46292 fi
46293
46294 if test "$wxUSE_TOGGLEBTN" = "yes"; then
46295 cat >>confdefs.h <<\_ACEOF
46296 #define wxUSE_TOGGLEBTN 1
46297 _ACEOF
46298
46299 USES_CONTROLS=1
46300 fi
46301 fi
46302
46303 if test "$wxUSE_TOOLBAR" = "yes"; then
46304 cat >>confdefs.h <<\_ACEOF
46305 #define wxUSE_TOOLBAR 1
46306 _ACEOF
46307
46308 USES_CONTROLS=1
46309
46310 if test "$wxUSE_UNIVERSAL" = "yes"; then
46311 wxUSE_TOOLBAR_NATIVE="no"
46312 else
46313 wxUSE_TOOLBAR_NATIVE="yes"
46314 cat >>confdefs.h <<\_ACEOF
46315 #define wxUSE_TOOLBAR_NATIVE 1
46316 _ACEOF
46317
46318 fi
46319
46320 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
46321 fi
46322
46323 if test "$wxUSE_TOOLTIPS" = "yes"; then
46324 if test "$wxUSE_MOTIF" = 1; then
46325 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
46326 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
46327 else
46328 if test "$wxUSE_UNIVERSAL" = "yes"; then
46329 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
46330 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
46331 else
46332 cat >>confdefs.h <<\_ACEOF
46333 #define wxUSE_TOOLTIPS 1
46334 _ACEOF
46335
46336 fi
46337 fi
46338 fi
46339
46340 if test "$wxUSE_TREEBOOK" = "yes"; then
46341 cat >>confdefs.h <<\_ACEOF
46342 #define wxUSE_TREEBOOK 1
46343 _ACEOF
46344
46345 USES_CONTROLS=1
46346 fi
46347
46348 if test "$wxUSE_TOOLBOOK" = "yes"; then
46349 cat >>confdefs.h <<\_ACEOF
46350 #define wxUSE_TOOLBOOK 1
46351 _ACEOF
46352
46353 USES_CONTROLS=1
46354 fi
46355
46356 if test "$wxUSE_TREECTRL" = "yes"; then
46357 if test "$wxUSE_IMAGLIST" = "yes"; then
46358 cat >>confdefs.h <<\_ACEOF
46359 #define wxUSE_TREECTRL 1
46360 _ACEOF
46361
46362 USES_CONTROLS=1
46363 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
46364 else
46365 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
46366 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
46367 fi
46368 fi
46369
46370 if test "$wxUSE_POPUPWIN" = "yes"; then
46371 if test "$wxUSE_COCOA" = 1 ; then
46372 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
46373 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
46374 else
46375 if test "$wxUSE_PM" = 1; then
46376 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
46377 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
46378 else
46379 cat >>confdefs.h <<\_ACEOF
46380 #define wxUSE_POPUPWIN 1
46381 _ACEOF
46382
46383 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
46384
46385 USES_CONTROLS=1
46386 fi
46387 fi
46388 fi
46389
46390 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
46391 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 -o "$wxUSE_MGL" = 1; then
46392 { echo "$as_me:$LINENO: WARNING: Dialup manager not supported on this platform... disabled" >&5
46393 echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
46394 else
46395 cat >>confdefs.h <<\_ACEOF
46396 #define wxUSE_DIALUP_MANAGER 1
46397 _ACEOF
46398
46399 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
46400 fi
46401 fi
46402
46403 if test "$wxUSE_TIPWINDOW" = "yes"; then
46404 if test "$wxUSE_PM" = 1; then
46405 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
46406 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
46407 else
46408 cat >>confdefs.h <<\_ACEOF
46409 #define wxUSE_TIPWINDOW 1
46410 _ACEOF
46411
46412 fi
46413 fi
46414
46415 if test "$USES_CONTROLS" = 1; then
46416 cat >>confdefs.h <<\_ACEOF
46417 #define wxUSE_CONTROLS 1
46418 _ACEOF
46419
46420 fi
46421
46422
46423 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
46424 cat >>confdefs.h <<\_ACEOF
46425 #define wxUSE_ACCESSIBILITY 1
46426 _ACEOF
46427
46428 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
46429 fi
46430
46431 if test "$wxUSE_DRAGIMAGE" = "yes"; then
46432 cat >>confdefs.h <<\_ACEOF
46433 #define wxUSE_DRAGIMAGE 1
46434 _ACEOF
46435
46436 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
46437 fi
46438
46439 if test "$wxUSE_EXCEPTIONS" = "yes"; then
46440 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
46441 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
46442 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
46443 else
46444 cat >>confdefs.h <<\_ACEOF
46445 #define wxUSE_EXCEPTIONS 1
46446 _ACEOF
46447
46448 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
46449 fi
46450 fi
46451
46452 USE_HTML=0
46453 if test "$wxUSE_HTML" = "yes"; then
46454 cat >>confdefs.h <<\_ACEOF
46455 #define wxUSE_HTML 1
46456 _ACEOF
46457
46458 USE_HTML=1
46459 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
46460 fi
46461 if test "$wxUSE_WEBKIT" = "yes"; then
46462 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
46463 old_CPPFLAGS="$CPPFLAGS"
46464 CPPFLAGS="-x objective-c++ $CPPFLAGS"
46465 { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
46466 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
46467 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
46468 echo $ECHO_N "(cached) $ECHO_C" >&6
46469 else
46470 cat >conftest.$ac_ext <<_ACEOF
46471 /* confdefs.h. */
46472 _ACEOF
46473 cat confdefs.h >>conftest.$ac_ext
46474 cat >>conftest.$ac_ext <<_ACEOF
46475 /* end confdefs.h. */
46476
46477 #include <Carbon/Carbon.h>
46478 #include <WebKit/WebKit.h>
46479
46480
46481 #include <WebKit/HIWebView.h>
46482 _ACEOF
46483 rm -f conftest.$ac_objext
46484 if { (ac_try="$ac_compile"
46485 case "(($ac_try" in
46486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46487 *) ac_try_echo=$ac_try;;
46488 esac
46489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46490 (eval "$ac_compile") 2>conftest.er1
46491 ac_status=$?
46492 grep -v '^ *+' conftest.er1 >conftest.err
46493 rm -f conftest.er1
46494 cat conftest.err >&5
46495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46496 (exit $ac_status); } && {
46497 test -z "$ac_c_werror_flag" ||
46498 test ! -s conftest.err
46499 } && test -s conftest.$ac_objext; then
46500 ac_cv_header_WebKit_HIWebView_h=yes
46501 else
46502 echo "$as_me: failed program was:" >&5
46503 sed 's/^/| /' conftest.$ac_ext >&5
46504
46505 ac_cv_header_WebKit_HIWebView_h=no
46506 fi
46507
46508 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46509 fi
46510 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
46511 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
46512 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
46513
46514 cat >>confdefs.h <<\_ACEOF
46515 #define wxUSE_WEBKIT 1
46516 _ACEOF
46517
46518 WEBKIT_LINK="-framework WebKit"
46519
46520 else
46521
46522 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
46523 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
46524 wxUSE_WEBKIT=no
46525
46526 fi
46527
46528
46529 CPPFLAGS="$old_CPPFLAGS"
46530 elif test "$wxUSE_COCOA" = 1; then
46531 cat >>confdefs.h <<\_ACEOF
46532 #define wxUSE_WEBKIT 1
46533 _ACEOF
46534
46535 else
46536 wxUSE_WEBKIT=no
46537 fi
46538 if test "$wxUSE_WEBKIT" = "yes"; then
46539 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
46540 fi
46541 fi
46542
46543 USE_XRC=0
46544 if test "$wxUSE_XRC" = "yes"; then
46545 if test "$wxUSE_XML" != "yes"; then
46546 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
46547 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
46548 wxUSE_XRC=no
46549 else
46550 cat >>confdefs.h <<\_ACEOF
46551 #define wxUSE_XRC 1
46552 _ACEOF
46553
46554 USE_XRC=1
46555 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
46556 fi
46557 fi
46558
46559 USE_AUI=0
46560 if test "$wxUSE_AUI" = "yes"; then
46561 cat >>confdefs.h <<\_ACEOF
46562 #define wxUSE_AUI 1
46563 _ACEOF
46564
46565 USE_AUI=1
46566 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
46567 fi
46568
46569 USE_PROPGRID=0
46570 if test "$wxUSE_PROPGRID" = "yes"; then
46571 cat >>confdefs.h <<\_ACEOF
46572 #define wxUSE_PROPGRID 1
46573 _ACEOF
46574
46575 USE_PROPGRID=1
46576 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS propgrid"
46577 fi
46578
46579 USE_RIBBON=0
46580 if test "$wxUSE_RIBBON" = "yes"; then
46581 cat >>confdefs.h <<\_ACEOF
46582 #define wxUSE_RIBBON 1
46583 _ACEOF
46584
46585 USE_RIBBON=1
46586 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ribbon"
46587 fi
46588
46589 USE_STC=0
46590 if test "$wxUSE_STC" = "yes"; then
46591 cat >>confdefs.h <<\_ACEOF
46592 #define wxUSE_STC 1
46593 _ACEOF
46594
46595 USE_STC=1
46596 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS stc"
46597
46598 # Extract the first word of "python", so it can be a program name with args.
46599 set dummy python; ac_word=$2
46600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
46601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
46602 if test "${ac_cv_path_PYTHON+set}" = set; then
46603 echo $ECHO_N "(cached) $ECHO_C" >&6
46604 else
46605 case $PYTHON in
46606 [\\/]* | ?:[\\/]*)
46607 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
46608 ;;
46609 *)
46610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46611 for as_dir in $PATH
46612 do
46613 IFS=$as_save_IFS
46614 test -z "$as_dir" && as_dir=.
46615 for ac_exec_ext in '' $ac_executable_extensions; do
46616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
46617 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
46618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46619 break 2
46620 fi
46621 done
46622 done
46623 IFS=$as_save_IFS
46624
46625 ;;
46626 esac
46627 fi
46628 PYTHON=$ac_cv_path_PYTHON
46629 if test -n "$PYTHON"; then
46630 { echo "$as_me:$LINENO: result: $PYTHON" >&5
46631 echo "${ECHO_T}$PYTHON" >&6; }
46632 else
46633 { echo "$as_me:$LINENO: result: no" >&5
46634 echo "${ECHO_T}no" >&6; }
46635 fi
46636
46637
46638 if test "x$PYTHON" = "x"; then
46639 COND_PYTHON="#"
46640 fi
46641
46642 fi
46643
46644 if test "$wxUSE_MENUS" = "yes"; then
46645 cat >>confdefs.h <<\_ACEOF
46646 #define wxUSE_MENUS 1
46647 _ACEOF
46648
46649 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
46650 fi
46651
46652 if test "$wxUSE_METAFILE" = "yes"; then
46653 cat >>confdefs.h <<\_ACEOF
46654 #define wxUSE_METAFILE 1
46655 _ACEOF
46656
46657 fi
46658
46659 if test "$wxUSE_MIMETYPE" = "yes"; then
46660 cat >>confdefs.h <<\_ACEOF
46661 #define wxUSE_MIMETYPE 1
46662 _ACEOF
46663
46664 fi
46665
46666 if test "$wxUSE_MINIFRAME" = "yes"; then
46667 cat >>confdefs.h <<\_ACEOF
46668 #define wxUSE_MINIFRAME 1
46669 _ACEOF
46670
46671 fi
46672
46673 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
46674 cat >>confdefs.h <<\_ACEOF
46675 #define wxUSE_SYSTEM_OPTIONS 1
46676 _ACEOF
46677
46678 fi
46679
46680 if test "$wxUSE_TASKBARICON" = "yes"; then
46681 cat >>confdefs.h <<\_ACEOF
46682 #define wxUSE_TASKBARICON 1
46683 _ACEOF
46684
46685 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
46686 fi
46687
46688
46689 if test "$wxUSE_VALIDATORS" = "yes"; then
46690 cat >>confdefs.h <<\_ACEOF
46691 #define wxUSE_VALIDATORS 1
46692 _ACEOF
46693
46694 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
46695 fi
46696
46697 if test "$wxUSE_PALETTE" = "yes" ; then
46698 if test "$wxUSE_DFB" = 1; then
46699 { echo "$as_me:$LINENO: WARNING: wxPalette not yet supported under DFB... disabled" >&5
46700 echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
46701 wxUSE_PALETTE=no
46702 else
46703 cat >>confdefs.h <<\_ACEOF
46704 #define wxUSE_PALETTE 1
46705 _ACEOF
46706
46707 fi
46708 fi
46709
46710 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
46711 LIBS=" -lunicows $LIBS"
46712 fi
46713
46714 USE_RICHTEXT=0
46715 if test "$wxUSE_RICHTEXT" = "yes"; then
46716 cat >>confdefs.h <<\_ACEOF
46717 #define wxUSE_RICHTEXT 1
46718 _ACEOF
46719
46720 USE_RICHTEXT=1
46721 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
46722 fi
46723
46724
46725 if test "$wxUSE_IMAGE" = "yes" ; then
46726 cat >>confdefs.h <<\_ACEOF
46727 #define wxUSE_IMAGE 1
46728 _ACEOF
46729
46730
46731 if test "$wxUSE_GIF" = "yes" ; then
46732 cat >>confdefs.h <<\_ACEOF
46733 #define wxUSE_GIF 1
46734 _ACEOF
46735
46736 fi
46737
46738 if test "$wxUSE_PCX" = "yes" ; then
46739 cat >>confdefs.h <<\_ACEOF
46740 #define wxUSE_PCX 1
46741 _ACEOF
46742
46743 fi
46744
46745 if test "$wxUSE_TGA" = "yes" ; then
46746 cat >>confdefs.h <<\_ACEOF
46747 #define wxUSE_TGA 1
46748 _ACEOF
46749
46750 fi
46751
46752 if test "$wxUSE_IFF" = "yes" ; then
46753 cat >>confdefs.h <<\_ACEOF
46754 #define wxUSE_IFF 1
46755 _ACEOF
46756
46757 fi
46758
46759 if test "$wxUSE_PNM" = "yes" ; then
46760 cat >>confdefs.h <<\_ACEOF
46761 #define wxUSE_PNM 1
46762 _ACEOF
46763
46764 fi
46765
46766 if test "$wxUSE_XPM" = "yes" ; then
46767 cat >>confdefs.h <<\_ACEOF
46768 #define wxUSE_XPM 1
46769 _ACEOF
46770
46771 fi
46772
46773 if test "$wxUSE_ICO_CUR" = "yes" ; then
46774 cat >>confdefs.h <<\_ACEOF
46775 #define wxUSE_ICO_CUR 1
46776 _ACEOF
46777
46778 fi
46779 fi
46780
46781
46782 if test "$wxUSE_ABOUTDLG" = "yes"; then
46783 cat >>confdefs.h <<\_ACEOF
46784 #define wxUSE_ABOUTDLG 1
46785 _ACEOF
46786
46787 fi
46788
46789 if test "$wxUSE_CHOICEDLG" = "yes"; then
46790 cat >>confdefs.h <<\_ACEOF
46791 #define wxUSE_CHOICEDLG 1
46792 _ACEOF
46793
46794 fi
46795
46796 if test "$wxUSE_COLOURDLG" = "yes"; then
46797 cat >>confdefs.h <<\_ACEOF
46798 #define wxUSE_COLOURDLG 1
46799 _ACEOF
46800
46801 fi
46802
46803 if test "$wxUSE_FILEDLG" = "yes"; then
46804 cat >>confdefs.h <<\_ACEOF
46805 #define wxUSE_FILEDLG 1
46806 _ACEOF
46807
46808 fi
46809
46810 if test "$wxUSE_FINDREPLDLG" = "yes"; then
46811 cat >>confdefs.h <<\_ACEOF
46812 #define wxUSE_FINDREPLDLG 1
46813 _ACEOF
46814
46815 fi
46816
46817 if test "$wxUSE_FONTDLG" = "yes"; then
46818 cat >>confdefs.h <<\_ACEOF
46819 #define wxUSE_FONTDLG 1
46820 _ACEOF
46821
46822 fi
46823
46824 if test "$wxUSE_DIRDLG" = "yes"; then
46825 if test "$wxUSE_TREECTRL" != "yes"; then
46826 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
46827 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
46828 else
46829 cat >>confdefs.h <<\_ACEOF
46830 #define wxUSE_DIRDLG 1
46831 _ACEOF
46832
46833 fi
46834 fi
46835
46836 if test "$wxUSE_MSGDLG" = "yes"; then
46837 cat >>confdefs.h <<\_ACEOF
46838 #define wxUSE_MSGDLG 1
46839 _ACEOF
46840
46841 fi
46842
46843 if test "$wxUSE_NUMBERDLG" = "yes"; then
46844 cat >>confdefs.h <<\_ACEOF
46845 #define wxUSE_NUMBERDLG 1
46846 _ACEOF
46847
46848 fi
46849
46850 if test "$wxUSE_PROGRESSDLG" = "yes"; then
46851 cat >>confdefs.h <<\_ACEOF
46852 #define wxUSE_PROGRESSDLG 1
46853 _ACEOF
46854
46855 fi
46856
46857 if test "$wxUSE_SPLASH" = "yes"; then
46858 cat >>confdefs.h <<\_ACEOF
46859 #define wxUSE_SPLASH 1
46860 _ACEOF
46861
46862 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
46863 fi
46864
46865 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
46866 cat >>confdefs.h <<\_ACEOF
46867 #define wxUSE_STARTUP_TIPS 1
46868 _ACEOF
46869
46870 fi
46871
46872 if test "$wxUSE_TEXTDLG" = "yes"; then
46873 cat >>confdefs.h <<\_ACEOF
46874 #define wxUSE_TEXTDLG 1
46875 _ACEOF
46876
46877 fi
46878
46879 if test "$wxUSE_WIZARDDLG" = "yes"; then
46880 cat >>confdefs.h <<\_ACEOF
46881 #define wxUSE_WIZARDDLG 1
46882 _ACEOF
46883
46884 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
46885 fi
46886
46887
46888 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
46889 if test "$wxUSE_OWNER_DRAWN" = "yes"; then
46890 cat >>confdefs.h <<\_ACEOF
46891 #define wxUSE_OWNER_DRAWN 1
46892 _ACEOF
46893
46894 fi
46895 fi
46896
46897
46898 if test "$wxUSE_MSW" = 1 ; then
46899
46900 if test "$wxUSE_DC_CACHEING" = "yes"; then
46901 cat >>confdefs.h <<\_ACEOF
46902 #define wxUSE_DC_CACHEING 1
46903 _ACEOF
46904
46905 fi
46906
46907 if test "$wxUSE_DIB" = "yes"; then
46908 cat >>confdefs.h <<\_ACEOF
46909 #define wxUSE_WXDIB 1
46910 _ACEOF
46911
46912 fi
46913
46914 if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
46915 cat >>confdefs.h <<\_ACEOF
46916 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
46917 _ACEOF
46918
46919 fi
46920
46921 if test "$wxUSE_UXTHEME" = "yes"; then
46922 cat >>confdefs.h <<\_ACEOF
46923 #define wxUSE_UXTHEME 1
46924 _ACEOF
46925
46926 fi
46927
46928 fi
46929
46930 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
46931 cat >>confdefs.h <<\_ACEOF
46932 #define wxUSE_AUTOID_MANAGEMENT 1
46933 _ACEOF
46934
46935 fi
46936
46937 if test "$USE_WIN32" = 1 ; then
46938 if test "$wxUSE_INICONF" = "yes"; then
46939 cat >>confdefs.h <<\_ACEOF
46940 #define wxUSE_INICONF 1
46941 _ACEOF
46942
46943 fi
46944
46945 if test "$wxUSE_REGKEY" = "yes"; then
46946 cat >>confdefs.h <<\_ACEOF
46947 #define wxUSE_REGKEY 1
46948 _ACEOF
46949
46950 fi
46951 fi
46952
46953
46954 if test "$wxUSE_MAC" = 1; then
46955 wxUSE_GRAPHICS_CONTEXT="yes"
46956 fi
46957
46958 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
46959 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
46960 cat >>confdefs.h <<\_ACEOF
46961 #define wxUSE_GRAPHICS_CONTEXT 1
46962 _ACEOF
46963
46964 elif test "$wxUSE_GTK" != 1; then
46965 cat >>confdefs.h <<\_ACEOF
46966 #define wxUSE_GRAPHICS_CONTEXT 1
46967 _ACEOF
46968
46969 else
46970
46971 pkg_failed=no
46972 { echo "$as_me:$LINENO: checking for CAIRO" >&5
46973 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6; }
46974
46975 if test -n "$PKG_CONFIG"; then
46976 if test -n "$CAIRO_CFLAGS"; then
46977 pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
46978 else
46979 if test -n "$PKG_CONFIG" && \
46980 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
46981 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
46982 ac_status=$?
46983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46984 (exit $ac_status); }; then
46985 pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
46986 else
46987 pkg_failed=yes
46988 fi
46989 fi
46990 else
46991 pkg_failed=untried
46992 fi
46993 if test -n "$PKG_CONFIG"; then
46994 if test -n "$CAIRO_LIBS"; then
46995 pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
46996 else
46997 if test -n "$PKG_CONFIG" && \
46998 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
46999 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
47000 ac_status=$?
47001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47002 (exit $ac_status); }; then
47003 pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
47004 else
47005 pkg_failed=yes
47006 fi
47007 fi
47008 else
47009 pkg_failed=untried
47010 fi
47011
47012
47013
47014 if test $pkg_failed = yes; then
47015
47016 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47017 _pkg_short_errors_supported=yes
47018 else
47019 _pkg_short_errors_supported=no
47020 fi
47021 if test $_pkg_short_errors_supported = yes; then
47022 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
47023 else
47024 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
47025 fi
47026 # Put the nasty error message in config.log where it belongs
47027 echo "$CAIRO_PKG_ERRORS" >&5
47028
47029 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
47030 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
47031
47032 elif test $pkg_failed = untried; then
47033 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
47034 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
47035
47036 else
47037 CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
47038 CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
47039 { echo "$as_me:$LINENO: result: yes" >&5
47040 echo "${ECHO_T}yes" >&6; }
47041 cat >>confdefs.h <<\_ACEOF
47042 #define wxUSE_GRAPHICS_CONTEXT 1
47043 _ACEOF
47044
47045 fi
47046 fi
47047 fi
47048
47049
47050 USE_MEDIA=0
47051
47052 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
47053 USE_MEDIA=1
47054
47055 if test "$wxUSE_GTK" = 1; then
47056 wxUSE_GSTREAMER="no"
47057
47058 GST_VERSION_MAJOR=0
47059 GST_VERSION_MINOR=10
47060 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
47061
47062 if test "$wxUSE_GSTREAMER8" = "no"; then
47063
47064 pkg_failed=no
47065 { echo "$as_me:$LINENO: checking for GST" >&5
47066 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
47067
47068 if test -n "$PKG_CONFIG"; then
47069 if test -n "$GST_CFLAGS"; then
47070 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
47071 else
47072 if test -n "$PKG_CONFIG" && \
47073 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
47074 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
47075 ac_status=$?
47076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47077 (exit $ac_status); }; then
47078 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
47079 else
47080 pkg_failed=yes
47081 fi
47082 fi
47083 else
47084 pkg_failed=untried
47085 fi
47086 if test -n "$PKG_CONFIG"; then
47087 if test -n "$GST_LIBS"; then
47088 pkg_cv_GST_LIBS="$GST_LIBS"
47089 else
47090 if test -n "$PKG_CONFIG" && \
47091 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
47092 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
47093 ac_status=$?
47094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47095 (exit $ac_status); }; then
47096 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
47097 else
47098 pkg_failed=yes
47099 fi
47100 fi
47101 else
47102 pkg_failed=untried
47103 fi
47104
47105
47106
47107 if test $pkg_failed = yes; then
47108
47109 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47110 _pkg_short_errors_supported=yes
47111 else
47112 _pkg_short_errors_supported=no
47113 fi
47114 if test $_pkg_short_errors_supported = yes; then
47115 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
47116 else
47117 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
47118 fi
47119 # Put the nasty error message in config.log where it belongs
47120 echo "$GST_PKG_ERRORS" >&5
47121
47122
47123 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
47124 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
47125 GST_VERSION_MINOR=8
47126
47127
47128 elif test $pkg_failed = untried; then
47129
47130 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
47131 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
47132 GST_VERSION_MINOR=8
47133
47134
47135 else
47136 GST_CFLAGS=$pkg_cv_GST_CFLAGS
47137 GST_LIBS=$pkg_cv_GST_LIBS
47138 { echo "$as_me:$LINENO: result: yes" >&5
47139 echo "${ECHO_T}yes" >&6; }
47140
47141 wxUSE_GSTREAMER="yes"
47142 GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_VERSION"
47143
47144 fi
47145 else
47146 GST_VERSION_MINOR=8
47147 fi
47148
47149 if test $GST_VERSION_MINOR = "8"; then
47150 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
47151
47152 pkg_failed=no
47153 { echo "$as_me:$LINENO: checking for GST" >&5
47154 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
47155
47156 if test -n "$PKG_CONFIG"; then
47157 if test -n "$GST_CFLAGS"; then
47158 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
47159 else
47160 if test -n "$PKG_CONFIG" && \
47161 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
47162 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
47163 ac_status=$?
47164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47165 (exit $ac_status); }; then
47166 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
47167 else
47168 pkg_failed=yes
47169 fi
47170 fi
47171 else
47172 pkg_failed=untried
47173 fi
47174 if test -n "$PKG_CONFIG"; then
47175 if test -n "$GST_LIBS"; then
47176 pkg_cv_GST_LIBS="$GST_LIBS"
47177 else
47178 if test -n "$PKG_CONFIG" && \
47179 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
47180 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
47181 ac_status=$?
47182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47183 (exit $ac_status); }; then
47184 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
47185 else
47186 pkg_failed=yes
47187 fi
47188 fi
47189 else
47190 pkg_failed=untried
47191 fi
47192
47193
47194
47195 if test $pkg_failed = yes; then
47196
47197 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47198 _pkg_short_errors_supported=yes
47199 else
47200 _pkg_short_errors_supported=no
47201 fi
47202 if test $_pkg_short_errors_supported = yes; then
47203 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
47204 else
47205 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
47206 fi
47207 # Put the nasty error message in config.log where it belongs
47208 echo "$GST_PKG_ERRORS" >&5
47209
47210
47211 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
47212 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
47213
47214 elif test $pkg_failed = untried; then
47215
47216 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
47217 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
47218
47219 else
47220 GST_CFLAGS=$pkg_cv_GST_CFLAGS
47221 GST_LIBS=$pkg_cv_GST_LIBS
47222 { echo "$as_me:$LINENO: result: yes" >&5
47223 echo "${ECHO_T}yes" >&6; }
47224 wxUSE_GSTREAMER="yes"
47225 fi
47226 fi
47227
47228
47229 if test "$wxUSE_GSTREAMER" = "yes"; then
47230 CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
47231 EXTRALIBS_MEDIA="$GST_LIBS"
47232
47233 cat >>confdefs.h <<\_ACEOF
47234 #define wxUSE_GSTREAMER 1
47235 _ACEOF
47236
47237 else
47238 USE_MEDIA=0
47239 fi
47240 fi
47241
47242 if test $USE_MEDIA = 1; then
47243 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
47244 cat >>confdefs.h <<\_ACEOF
47245 #define wxUSE_MEDIACTRL 1
47246 _ACEOF
47247
47248 else
47249 if test "$wxUSE_MEDIACTRL" = "yes"; then
47250 { { echo "$as_me:$LINENO: error: GStreamer not available" >&5
47251 echo "$as_me: error: GStreamer not available" >&2;}
47252 { (exit 1); exit 1; }; }
47253 else
47254 { echo "$as_me:$LINENO: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
47255 echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
47256 fi
47257 fi
47258 fi
47259
47260
47261 if test "$cross_compiling" != "no"; then
47262 OSINFO="\"$host\""
47263 else
47264 OSINFO=`uname -s -r -m`
47265 OSINFO="\"$OSINFO\""
47266 fi
47267
47268 cat >>confdefs.h <<_ACEOF
47269 #define WXWIN_OS_DESCRIPTION $OSINFO
47270 _ACEOF
47271
47272
47273
47274 if test "x$prefix" != "xNONE"; then
47275 wxPREFIX=$prefix
47276 else
47277 wxPREFIX=$ac_default_prefix
47278 fi
47279
47280 cat >>confdefs.h <<_ACEOF
47281 #define wxINSTALL_PREFIX "$wxPREFIX"
47282 _ACEOF
47283
47284
47285
47286
47287 STD_BASE_LIBS="base"
47288 STD_GUI_LIBS=""
47289 BUILT_WX_LIBS="base"
47290 ALL_WX_LIBS="xrc stc gl media qa html adv core xml net base"
47291
47292 if test "$wxUSE_SOCKETS" = "yes" ; then
47293 STD_BASE_LIBS="net $STD_BASE_LIBS"
47294 BUILT_WX_LIBS="net $BUILT_WX_LIBS"
47295 fi
47296 if test "$wxUSE_XML" = "yes" ; then
47297 STD_BASE_LIBS="xml $STD_BASE_LIBS"
47298 BUILT_WX_LIBS="xml $BUILT_WX_LIBS"
47299 fi
47300
47301 if test "$wxUSE_GUI" = "yes"; then
47302 STD_GUI_LIBS="adv core"
47303 BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
47304
47305 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
47306 STD_GUI_LIBS="qa $STD_GUI_LIBS"
47307 BUILT_WX_LIBS="qa $BUILT_WX_LIBS"
47308 fi
47309 if test "$wxUSE_HTML" = "yes" ; then
47310 STD_GUI_LIBS="html $STD_GUI_LIBS"
47311 BUILT_WX_LIBS="html $BUILT_WX_LIBS"
47312 fi
47313 if test "$wxUSE_MEDIACTRL" = "yes" ; then
47314 BUILT_WX_LIBS="media $BUILT_WX_LIBS"
47315 fi
47316 if test "$wxUSE_OPENGL" = "yes" ; then
47317 BUILT_WX_LIBS="gl $BUILT_WX_LIBS"
47318 fi
47319 if test "$wxUSE_AUI" = "yes" ; then
47320 BUILT_WX_LIBS="aui $BUILT_WX_LIBS"
47321 fi
47322 if test "$wxUSE_PROPGRID" = "yes" ; then
47323 BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
47324 fi
47325 if test "$wxUSE_RIBBON" = "yes" ; then
47326 BUILT_WX_LIBS="ribbon $BUILT_WX_LIBS"
47327 fi
47328 if test "$wxUSE_RICHTEXT" = "yes" ; then
47329 BUILT_WX_LIBS="richtext $BUILT_WX_LIBS"
47330 fi
47331 if test "$wxUSE_STC" = "yes" ; then
47332 BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
47333 fi
47334 if test "$wxUSE_XRC" = "yes" ; then
47335 STD_GUI_LIBS="xrc $STD_GUI_LIBS"
47336 BUILT_WX_LIBS="xrc $BUILT_WX_LIBS"
47337 fi
47338 fi
47339
47340
47341
47342
47343
47344
47345
47346
47347 if test "$wxUSE_MAC" = 1 ; then
47348 if test "$USE_DARWIN" = 1; then
47349 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -framework QuickTime"
47350 fi
47351 fi
47352 if test "$wxUSE_COCOA" = 1 ; then
47353 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
47354 if test "$wxUSE_MEDIACTRL" = "yes"; then
47355 LDFLAGS="$LDFLAGS -framework QuickTime"
47356 fi
47357 fi
47358 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
47359 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
47360 fi
47361
47362 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
47363
47364 if test "$wxUSE_GUI" = "yes"; then
47365
47366
47367 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
47368 erase event exec font image minimal render \
47369 shaped svg taborder vscroll widgets wrapsizer"
47370
47371 if test "$wxUSE_MONOLITHIC" != "yes"; then
47372 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
47373 fi
47374 if test "$TOOLKIT" = "MSW"; then
47375 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
47376 if test "$wxUSE_UNIVERSAL" != "yes"; then
47377 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
47378 fi
47379 fi
47380 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
47381 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
47382 fi
47383 else
47384 SAMPLES_SUBDIRS="console"
47385 if test "$wxUSE_SOCKETS" = "yes" ; then
47386 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
47387 fi
47388 if test "$wxUSE_IPC" = "yes" ; then
47389 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
47390 fi
47391 fi
47392
47393
47394 if test "x$INTELCC" = "xyes" ; then
47395 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684,2259"
47396 elif test "$GCC" = yes ; then
47397 CWARNINGS="-Wall -Wundef"
47398 fi
47399
47400 if test "x$INTELCXX" = "xyes" ; then
47401 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
47402 elif test "$GXX" = yes ; then
47403 CXXWARNINGS="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
47404 { echo "$as_me:$LINENO: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
47405 echo $ECHO_N "checking CXXWARNINGS for gcc -Woverloaded-virtual... $ECHO_C" >&6; }
47406 if test "${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+set}" = set; then
47407 echo $ECHO_N "(cached) $ECHO_C" >&6
47408 else
47409 ac_cv_cxxflags_gcc_option__Woverloaded_virtual="no, unknown"
47410
47411 ac_ext=cpp
47412 ac_cpp='$CXXCPP $CPPFLAGS'
47413 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47414 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47415 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47416
47417 ac_save_CXXFLAGS="$CXXFLAGS"
47418 for ac_arg in "-pedantic -Werror % -Woverloaded-virtual" "-pedantic % -Woverloaded-virtual %% no, obsolete" #
47419 do CXXFLAGS="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
47420 cat >conftest.$ac_ext <<_ACEOF
47421 /* confdefs.h. */
47422 _ACEOF
47423 cat confdefs.h >>conftest.$ac_ext
47424 cat >>conftest.$ac_ext <<_ACEOF
47425 /* end confdefs.h. */
47426
47427 int
47428 main ()
47429 {
47430 return 0;
47431 ;
47432 return 0;
47433 }
47434 _ACEOF
47435 rm -f conftest.$ac_objext
47436 if { (ac_try="$ac_compile"
47437 case "(($ac_try" in
47438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47439 *) ac_try_echo=$ac_try;;
47440 esac
47441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47442 (eval "$ac_compile") 2>conftest.er1
47443 ac_status=$?
47444 grep -v '^ *+' conftest.er1 >conftest.err
47445 rm -f conftest.er1
47446 cat conftest.err >&5
47447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47448 (exit $ac_status); } && {
47449 test -z "$ac_cxx_werror_flag" ||
47450 test ! -s conftest.err
47451 } && test -s conftest.$ac_objext; then
47452 ac_cv_cxxflags_gcc_option__Woverloaded_virtual=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
47453 else
47454 echo "$as_me: failed program was:" >&5
47455 sed 's/^/| /' conftest.$ac_ext >&5
47456
47457
47458 fi
47459
47460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47461 done
47462 CXXFLAGS="$ac_save_CXXFLAGS"
47463 ac_ext=c
47464 ac_cpp='$CPP $CPPFLAGS'
47465 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47466 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47467 ac_compiler_gnu=$ac_cv_c_compiler_gnu
47468
47469
47470 fi
47471 { echo "$as_me:$LINENO: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
47472 echo "${ECHO_T}$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
47473 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
47474 .ok|.ok,*) ;;
47475 .|.no|.no,*) ;;
47476 *)
47477 if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev/null
47478 then { (echo "$as_me:$LINENO: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual") >&5
47479 (: CXXWARNINGS does contain $ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
47480 ac_status=$?
47481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47482 (exit $ac_status); }
47483 else { (echo "$as_me:$LINENO: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\"") >&5
47484 (: CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
47485 ac_status=$?
47486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47487 (exit $ac_status); }
47488 CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
47489 fi
47490 ;;
47491 esac
47492
47493
47494 if test "$wxUSE_MAC" = 1 ; then
47495 CXXWARNINGS="$CXXWARNINGS -Wno-deprecated-declarations"
47496 fi
47497 fi
47498
47499
47500 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
47501 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
47502
47503
47504 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
47505 -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
47506 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
47507 $CPPFLAGS `
47508
47509 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
47510 CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
47511 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
47512 OBJCFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
47513 OBJCXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
47514
47515 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
47516
47517
47518 if test "x$MWCC" = "xyes"; then
47519
47520 CC="$CC -cwd source -I-"
47521 CXX="$CXX -cwd source -I-"
47522 fi
47523
47524
47525 LIBS=`echo $LIBS`
47526 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
47527 EXTRALIBS_XML="$EXPAT_LINK"
47528 EXTRALIBS_HTML="$MSPACK_LINK"
47529 EXTRALIBS_MEDIA="$GST_LIBS"
47530 EXTRALIBS_STC="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
47531 if test "$wxUSE_GUI" = "yes"; then
47532 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
47533 fi
47534 if test "$wxUSE_OPENGL" = "yes"; then
47535 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
47536 fi
47537
47538 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
47539
47540 WXCONFIG_LIBS="$LIBS"
47541
47542 if test "$wxUSE_REGEX" = "builtin" ; then
47543 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
47544 fi
47545 if test "$wxUSE_EXPAT" = "builtin" ; then
47546 wxconfig_3rdparty="expat $wxconfig_3rdparty"
47547 fi
47548 if test "$wxUSE_LIBTIFF" = "builtin" ; then
47549 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
47550 fi
47551 if test "$wxUSE_LIBJPEG" = "builtin" ; then
47552 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
47553 fi
47554 if test "$wxUSE_LIBPNG" = "builtin" ; then
47555 wxconfig_3rdparty="png $wxconfig_3rdparty"
47556 fi
47557 if test "$wxUSE_ZLIB" = "builtin" ; then
47558 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
47559 fi
47560
47561 for i in $wxconfig_3rdparty ; do
47562 WXCONFIG_LIBS="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
47563 done
47564
47565
47566 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
47567 WXUNIV=1
47568
47569 case "$wxUNIV_THEMES" in
47570 ''|all)
47571 cat >>confdefs.h <<\_ACEOF
47572 #define wxUSE_ALL_THEMES 1
47573 _ACEOF
47574
47575 ;;
47576
47577 *)
47578 for t in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
47579 cat >>confdefs.h <<_ACEOF
47580 #define wxUSE_THEME_$t 1
47581 _ACEOF
47582
47583 done
47584 esac
47585 else
47586 WXUNIV=0
47587 fi
47588
47589
47590
47591
47592
47593
47594
47595
47596 if test $wxUSE_MONOLITHIC = "yes" ; then
47597 MONOLITHIC=1
47598 else
47599 MONOLITHIC=0
47600 fi
47601
47602 if test $wxUSE_PLUGINS = "yes" ; then
47603 USE_PLUGINS=1
47604 else
47605 USE_PLUGINS=0
47606 fi
47607
47608 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
47609 USE_QA=1
47610 else
47611 USE_QA=0
47612 fi
47613
47614 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
47615 OFFICIAL_BUILD=1
47616 else
47617 OFFICIAL_BUILD=0
47618 fi
47619
47620
47621
47622
47623
47624
47625
47626
47627
47628
47629
47630
47631
47632
47633
47634
47635
47636
47637
47638
47639
47640
47641
47642
47643
47644
47645
47646 TOOLKIT_LOWERCASE=xxx
47647 if test "$TOOLKIT" = "MAC"; then
47648 TOOLKIT_LOWERCASE=osx_carbon
47649 fi
47650 if test "$TOOLKIT" = "OSX_CARBON"; then
47651 TOOLKIT_LOWERCASE=osx_carbon
47652 fi
47653 if test "$TOOLKIT" = "OSX_COCOA"; then
47654 TOOLKIT_LOWERCASE=osx_cocoa
47655 fi
47656 if test "$TOOLKIT_LOWERCASE" = "xxx"; then
47657 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
47658 fi
47659
47660
47661
47662
47663
47664
47665
47666
47667
47668
47669 case "$TOOLKIT" in
47670 GTK)
47671 TOOLKIT_DESC="GTK+"
47672 if test "$WXGTK2" = 1; then
47673 TOOLKIT_DESC="$TOOLKIT_DESC 2"
47674 if test "$wxUSE_GTKPRINT" = "yes" ; then
47675 TOOLKIT_EXTRA="$TOOLKIT_EXTRA GTK+ printing";
47676 fi
47677 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
47678 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
47679 fi
47680 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
47681 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
47682 fi
47683 if test "$wxUSE_LIBHILDON" = "yes"; then
47684 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
47685 fi
47686 if test "$wxUSE_LIBHILDON2" = "yes"; then
47687 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
47688 fi
47689
47690 if test "$TOOLKIT_EXTRA" != ""; then
47691 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
47692 fi
47693 fi
47694 ;;
47695
47696 ?*)
47697 TOOLKIT_DESC=$TOOLKIT_LOWERCASE
47698 ;;
47699
47700 *)
47701 TOOLKIT_DESC="base only"
47702 ;;
47703 esac
47704
47705 if test "$wxUSE_WINE" = "yes"; then
47706 BAKEFILE_FORCE_PLATFORM=win32
47707 fi
47708
47709 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
47710 then
47711 { echo "$as_me:$LINENO: checking for gcc precompiled header bug" >&5
47712 echo $ECHO_N "checking for gcc precompiled header bug... $ECHO_C" >&6; }
47713 if test "${wx_cv_gcc_pch_bug+set}" = set; then
47714 echo $ECHO_N "(cached) $ECHO_C" >&6
47715 else
47716
47717 echo '#include <stdio.h>
47718 const wchar_t test_var[] = L"awidetest";' > conftest.h
47719
47720 echo '#include "conftest.h"
47721 int main()
47722 {
47723 printf("%ls", test_var);
47724 return 0;
47725 }' > conftest.cpp
47726
47727 wx_cv_gcc_pch_bug="pch not supported"
47728
47729 if $CXX conftest.h >/dev/null 2>&1
47730 then
47731 wx_cv_gcc_pch_bug=
47732
47733 if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
47734 then
47735 if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
47736 grep awidetest >/dev/null
47737 then
47738 wx_cv_gcc_pch_bug=no
47739 else
47740 wx_cv_gcc_pch_bug=yes
47741 fi
47742 fi
47743 fi
47744
47745 rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT
47746
47747 fi
47748 { echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5
47749 echo "${ECHO_T}$wx_cv_gcc_pch_bug" >&6; }
47750
47751 if test "$wx_cv_gcc_pch_bug" = yes; then
47752 bk_use_pch=no
47753 fi
47754 fi
47755
47756
47757
47758
47759
47760
47761
47762 if test "x$BAKEFILE_HOST" = "x"; then
47763 if test "x${host}" = "x" ; then
47764 { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
47765 echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
47766 { (exit 1); exit 1; }; }
47767 fi
47768
47769 BAKEFILE_HOST="${host}"
47770 fi
47771
47772 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
47773
47774 if test -n "$ac_tool_prefix"; then
47775 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
47776 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
47777 { echo "$as_me:$LINENO: checking for $ac_word" >&5
47778 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
47779 if test "${ac_cv_prog_RANLIB+set}" = set; then
47780 echo $ECHO_N "(cached) $ECHO_C" >&6
47781 else
47782 if test -n "$RANLIB"; then
47783 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
47784 else
47785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47786 for as_dir in $PATH
47787 do
47788 IFS=$as_save_IFS
47789 test -z "$as_dir" && as_dir=.
47790 for ac_exec_ext in '' $ac_executable_extensions; do
47791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
47792 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
47793 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47794 break 2
47795 fi
47796 done
47797 done
47798 IFS=$as_save_IFS
47799
47800 fi
47801 fi
47802 RANLIB=$ac_cv_prog_RANLIB
47803 if test -n "$RANLIB"; then
47804 { echo "$as_me:$LINENO: result: $RANLIB" >&5
47805 echo "${ECHO_T}$RANLIB" >&6; }
47806 else
47807 { echo "$as_me:$LINENO: result: no" >&5
47808 echo "${ECHO_T}no" >&6; }
47809 fi
47810
47811
47812 fi
47813 if test -z "$ac_cv_prog_RANLIB"; then
47814 ac_ct_RANLIB=$RANLIB
47815 # Extract the first word of "ranlib", so it can be a program name with args.
47816 set dummy ranlib; ac_word=$2
47817 { echo "$as_me:$LINENO: checking for $ac_word" >&5
47818 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
47819 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
47820 echo $ECHO_N "(cached) $ECHO_C" >&6
47821 else
47822 if test -n "$ac_ct_RANLIB"; then
47823 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
47824 else
47825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47826 for as_dir in $PATH
47827 do
47828 IFS=$as_save_IFS
47829 test -z "$as_dir" && as_dir=.
47830 for ac_exec_ext in '' $ac_executable_extensions; do
47831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
47832 ac_cv_prog_ac_ct_RANLIB="ranlib"
47833 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47834 break 2
47835 fi
47836 done
47837 done
47838 IFS=$as_save_IFS
47839
47840 fi
47841 fi
47842 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
47843 if test -n "$ac_ct_RANLIB"; then
47844 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
47845 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
47846 else
47847 { echo "$as_me:$LINENO: result: no" >&5
47848 echo "${ECHO_T}no" >&6; }
47849 fi
47850
47851 if test "x$ac_ct_RANLIB" = x; then
47852 RANLIB=":"
47853 else
47854 case $cross_compiling:$ac_tool_warned in
47855 yes:)
47856 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
47857 whose name does not start with the host triplet. If you think this
47858 configuration is useful to you, please write to autoconf@gnu.org." >&5
47859 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
47860 whose name does not start with the host triplet. If you think this
47861 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
47862 ac_tool_warned=yes ;;
47863 esac
47864 RANLIB=$ac_ct_RANLIB
47865 fi
47866 else
47867 RANLIB="$ac_cv_prog_RANLIB"
47868 fi
47869
47870 # Find a good install program. We prefer a C program (faster),
47871 # so one script is as good as another. But avoid the broken or
47872 # incompatible versions:
47873 # SysV /etc/install, /usr/sbin/install
47874 # SunOS /usr/etc/install
47875 # IRIX /sbin/install
47876 # AIX /bin/install
47877 # AmigaOS /C/install, which installs bootblocks on floppy discs
47878 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
47879 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
47880 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
47881 # OS/2's system install, which has a completely different semantic
47882 # ./install, which can be erroneously created by make from ./install.sh.
47883 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
47884 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
47885 if test -z "$INSTALL"; then
47886 if test "${ac_cv_path_install+set}" = set; then
47887 echo $ECHO_N "(cached) $ECHO_C" >&6
47888 else
47889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47890 for as_dir in $PATH
47891 do
47892 IFS=$as_save_IFS
47893 test -z "$as_dir" && as_dir=.
47894 # Account for people who put trailing slashes in PATH elements.
47895 case $as_dir/ in
47896 ./ | .// | /cC/* | \
47897 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
47898 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
47899 /usr/ucb/* ) ;;
47900 *)
47901 # OSF1 and SCO ODT 3.0 have their own names for install.
47902 # Don't use installbsd from OSF since it installs stuff as root
47903 # by default.
47904 for ac_prog in ginstall scoinst install; do
47905 for ac_exec_ext in '' $ac_executable_extensions; do
47906 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
47907 if test $ac_prog = install &&
47908 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
47909 # AIX install. It has an incompatible calling convention.
47910 :
47911 elif test $ac_prog = install &&
47912 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
47913 # program-specific install script used by HP pwplus--don't use.
47914 :
47915 else
47916 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
47917 break 3
47918 fi
47919 fi
47920 done
47921 done
47922 ;;
47923 esac
47924 done
47925 IFS=$as_save_IFS
47926
47927
47928 fi
47929 if test "${ac_cv_path_install+set}" = set; then
47930 INSTALL=$ac_cv_path_install
47931 else
47932 # As a last resort, use the slow shell script. Don't cache a
47933 # value for INSTALL within a source directory, because that will
47934 # break other packages using the cache if that directory is
47935 # removed, or if the value is a relative name.
47936 INSTALL=$ac_install_sh
47937 fi
47938 fi
47939 { echo "$as_me:$LINENO: result: $INSTALL" >&5
47940 echo "${ECHO_T}$INSTALL" >&6; }
47941
47942 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
47943 # It thinks the first close brace ends the variable substitution.
47944 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
47945
47946 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
47947
47948 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
47949
47950 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
47951 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
47952 LN_S=$as_ln_s
47953 if test "$LN_S" = "ln -s"; then
47954 { echo "$as_me:$LINENO: result: yes" >&5
47955 echo "${ECHO_T}yes" >&6; }
47956 else
47957 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
47958 echo "${ECHO_T}no, using $LN_S" >&6; }
47959 fi
47960
47961
47962 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
47963 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
47964 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
47965 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
47966 echo $ECHO_N "(cached) $ECHO_C" >&6
47967 else
47968 cat >conftest.make <<\_ACEOF
47969 SHELL = /bin/sh
47970 all:
47971 @echo '@@@%%%=$(MAKE)=@@@%%%'
47972 _ACEOF
47973 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
47974 case `${MAKE-make} -f conftest.make 2>/dev/null` in
47975 *@@@%%%=?*=@@@%%%*)
47976 eval ac_cv_prog_make_${ac_make}_set=yes;;
47977 *)
47978 eval ac_cv_prog_make_${ac_make}_set=no;;
47979 esac
47980 rm -f conftest.make
47981 fi
47982 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
47983 { echo "$as_me:$LINENO: result: yes" >&5
47984 echo "${ECHO_T}yes" >&6; }
47985 SET_MAKE=
47986 else
47987 { echo "$as_me:$LINENO: result: no" >&5
47988 echo "${ECHO_T}no" >&6; }
47989 SET_MAKE="MAKE=${MAKE-make}"
47990 fi
47991
47992
47993
47994 if test "x$SUNCXX" = "xyes"; then
47995 AR=$CXX
47996 AROPTIONS="-xar -o"
47997
47998 elif test "x$SGICC" = "xyes"; then
47999 AR=$CXX
48000 AROPTIONS="-ar -o"
48001
48002 else
48003 if test -n "$ac_tool_prefix"; then
48004 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
48005 set dummy ${ac_tool_prefix}ar; ac_word=$2
48006 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48008 if test "${ac_cv_prog_AR+set}" = set; then
48009 echo $ECHO_N "(cached) $ECHO_C" >&6
48010 else
48011 if test -n "$AR"; then
48012 ac_cv_prog_AR="$AR" # Let the user override the test.
48013 else
48014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48015 for as_dir in $PATH
48016 do
48017 IFS=$as_save_IFS
48018 test -z "$as_dir" && as_dir=.
48019 for ac_exec_ext in '' $ac_executable_extensions; do
48020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48021 ac_cv_prog_AR="${ac_tool_prefix}ar"
48022 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48023 break 2
48024 fi
48025 done
48026 done
48027 IFS=$as_save_IFS
48028
48029 fi
48030 fi
48031 AR=$ac_cv_prog_AR
48032 if test -n "$AR"; then
48033 { echo "$as_me:$LINENO: result: $AR" >&5
48034 echo "${ECHO_T}$AR" >&6; }
48035 else
48036 { echo "$as_me:$LINENO: result: no" >&5
48037 echo "${ECHO_T}no" >&6; }
48038 fi
48039
48040
48041 fi
48042 if test -z "$ac_cv_prog_AR"; then
48043 ac_ct_AR=$AR
48044 # Extract the first word of "ar", so it can be a program name with args.
48045 set dummy ar; ac_word=$2
48046 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48047 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48048 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
48049 echo $ECHO_N "(cached) $ECHO_C" >&6
48050 else
48051 if test -n "$ac_ct_AR"; then
48052 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
48053 else
48054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48055 for as_dir in $PATH
48056 do
48057 IFS=$as_save_IFS
48058 test -z "$as_dir" && as_dir=.
48059 for ac_exec_ext in '' $ac_executable_extensions; do
48060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48061 ac_cv_prog_ac_ct_AR="ar"
48062 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48063 break 2
48064 fi
48065 done
48066 done
48067 IFS=$as_save_IFS
48068
48069 fi
48070 fi
48071 ac_ct_AR=$ac_cv_prog_ac_ct_AR
48072 if test -n "$ac_ct_AR"; then
48073 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
48074 echo "${ECHO_T}$ac_ct_AR" >&6; }
48075 else
48076 { echo "$as_me:$LINENO: result: no" >&5
48077 echo "${ECHO_T}no" >&6; }
48078 fi
48079
48080 if test "x$ac_ct_AR" = x; then
48081 AR="ar"
48082 else
48083 case $cross_compiling:$ac_tool_warned in
48084 yes:)
48085 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
48086 whose name does not start with the host triplet. If you think this
48087 configuration is useful to you, please write to autoconf@gnu.org." >&5
48088 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
48089 whose name does not start with the host triplet. If you think this
48090 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
48091 ac_tool_warned=yes ;;
48092 esac
48093 AR=$ac_ct_AR
48094 fi
48095 else
48096 AR="$ac_cv_prog_AR"
48097 fi
48098
48099 AROPTIONS=rcu
48100 fi
48101
48102
48103 if test -n "$ac_tool_prefix"; then
48104 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
48105 set dummy ${ac_tool_prefix}strip; ac_word=$2
48106 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48107 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48108 if test "${ac_cv_prog_STRIP+set}" = set; then
48109 echo $ECHO_N "(cached) $ECHO_C" >&6
48110 else
48111 if test -n "$STRIP"; then
48112 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
48113 else
48114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48115 for as_dir in $PATH
48116 do
48117 IFS=$as_save_IFS
48118 test -z "$as_dir" && as_dir=.
48119 for ac_exec_ext in '' $ac_executable_extensions; do
48120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48121 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
48122 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48123 break 2
48124 fi
48125 done
48126 done
48127 IFS=$as_save_IFS
48128
48129 fi
48130 fi
48131 STRIP=$ac_cv_prog_STRIP
48132 if test -n "$STRIP"; then
48133 { echo "$as_me:$LINENO: result: $STRIP" >&5
48134 echo "${ECHO_T}$STRIP" >&6; }
48135 else
48136 { echo "$as_me:$LINENO: result: no" >&5
48137 echo "${ECHO_T}no" >&6; }
48138 fi
48139
48140
48141 fi
48142 if test -z "$ac_cv_prog_STRIP"; then
48143 ac_ct_STRIP=$STRIP
48144 # Extract the first word of "strip", so it can be a program name with args.
48145 set dummy strip; ac_word=$2
48146 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48147 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48148 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
48149 echo $ECHO_N "(cached) $ECHO_C" >&6
48150 else
48151 if test -n "$ac_ct_STRIP"; then
48152 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
48153 else
48154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48155 for as_dir in $PATH
48156 do
48157 IFS=$as_save_IFS
48158 test -z "$as_dir" && as_dir=.
48159 for ac_exec_ext in '' $ac_executable_extensions; do
48160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48161 ac_cv_prog_ac_ct_STRIP="strip"
48162 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48163 break 2
48164 fi
48165 done
48166 done
48167 IFS=$as_save_IFS
48168
48169 fi
48170 fi
48171 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
48172 if test -n "$ac_ct_STRIP"; then
48173 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
48174 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
48175 else
48176 { echo "$as_me:$LINENO: result: no" >&5
48177 echo "${ECHO_T}no" >&6; }
48178 fi
48179
48180 if test "x$ac_ct_STRIP" = x; then
48181 STRIP=":"
48182 else
48183 case $cross_compiling:$ac_tool_warned in
48184 yes:)
48185 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
48186 whose name does not start with the host triplet. If you think this
48187 configuration is useful to you, please write to autoconf@gnu.org." >&5
48188 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
48189 whose name does not start with the host triplet. If you think this
48190 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
48191 ac_tool_warned=yes ;;
48192 esac
48193 STRIP=$ac_ct_STRIP
48194 fi
48195 else
48196 STRIP="$ac_cv_prog_STRIP"
48197 fi
48198
48199 if test -n "$ac_tool_prefix"; then
48200 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
48201 set dummy ${ac_tool_prefix}nm; ac_word=$2
48202 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48203 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48204 if test "${ac_cv_prog_NM+set}" = set; then
48205 echo $ECHO_N "(cached) $ECHO_C" >&6
48206 else
48207 if test -n "$NM"; then
48208 ac_cv_prog_NM="$NM" # Let the user override the test.
48209 else
48210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48211 for as_dir in $PATH
48212 do
48213 IFS=$as_save_IFS
48214 test -z "$as_dir" && as_dir=.
48215 for ac_exec_ext in '' $ac_executable_extensions; do
48216 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48217 ac_cv_prog_NM="${ac_tool_prefix}nm"
48218 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48219 break 2
48220 fi
48221 done
48222 done
48223 IFS=$as_save_IFS
48224
48225 fi
48226 fi
48227 NM=$ac_cv_prog_NM
48228 if test -n "$NM"; then
48229 { echo "$as_me:$LINENO: result: $NM" >&5
48230 echo "${ECHO_T}$NM" >&6; }
48231 else
48232 { echo "$as_me:$LINENO: result: no" >&5
48233 echo "${ECHO_T}no" >&6; }
48234 fi
48235
48236
48237 fi
48238 if test -z "$ac_cv_prog_NM"; then
48239 ac_ct_NM=$NM
48240 # Extract the first word of "nm", so it can be a program name with args.
48241 set dummy nm; ac_word=$2
48242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48244 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
48245 echo $ECHO_N "(cached) $ECHO_C" >&6
48246 else
48247 if test -n "$ac_ct_NM"; then
48248 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
48249 else
48250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48251 for as_dir in $PATH
48252 do
48253 IFS=$as_save_IFS
48254 test -z "$as_dir" && as_dir=.
48255 for ac_exec_ext in '' $ac_executable_extensions; do
48256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48257 ac_cv_prog_ac_ct_NM="nm"
48258 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48259 break 2
48260 fi
48261 done
48262 done
48263 IFS=$as_save_IFS
48264
48265 fi
48266 fi
48267 ac_ct_NM=$ac_cv_prog_ac_ct_NM
48268 if test -n "$ac_ct_NM"; then
48269 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
48270 echo "${ECHO_T}$ac_ct_NM" >&6; }
48271 else
48272 { echo "$as_me:$LINENO: result: no" >&5
48273 echo "${ECHO_T}no" >&6; }
48274 fi
48275
48276 if test "x$ac_ct_NM" = x; then
48277 NM=":"
48278 else
48279 case $cross_compiling:$ac_tool_warned in
48280 yes:)
48281 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
48282 whose name does not start with the host triplet. If you think this
48283 configuration is useful to you, please write to autoconf@gnu.org." >&5
48284 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
48285 whose name does not start with the host triplet. If you think this
48286 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
48287 ac_tool_warned=yes ;;
48288 esac
48289 NM=$ac_ct_NM
48290 fi
48291 else
48292 NM="$ac_cv_prog_NM"
48293 fi
48294
48295
48296 { echo "$as_me:$LINENO: checking for command to install directories" >&5
48297 echo $ECHO_N "checking for command to install directories... $ECHO_C" >&6; }
48298 INSTALL_TEST_DIR=acbftest$$
48299 $INSTALL -d $INSTALL_TEST_DIR > /dev/null 2>&1
48300 if test $? = 0 -a -d $INSTALL_TEST_DIR; then
48301 rmdir $INSTALL_TEST_DIR
48302 INSTALL_DIR='$(INSTALL) -d'
48303 { echo "$as_me:$LINENO: result: $INSTALL -d" >&5
48304 echo "${ECHO_T}$INSTALL -d" >&6; }
48305 else
48306 INSTALL_DIR="mkdir -p"
48307 { echo "$as_me:$LINENO: result: mkdir -p" >&5
48308 echo "${ECHO_T}mkdir -p" >&6; }
48309 fi
48310
48311
48312 LDFLAGS_GUI=
48313 case ${BAKEFILE_HOST} in
48314 *-*-cygwin* | *-*-mingw32* )
48315 LDFLAGS_GUI="-mwindows"
48316 esac
48317
48318
48319 fi
48320
48321 { echo "$as_me:$LINENO: checking if make is GNU make" >&5
48322 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6; }
48323 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
48324 echo $ECHO_N "(cached) $ECHO_C" >&6
48325 else
48326
48327 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
48328 egrep -s GNU > /dev/null); then
48329 bakefile_cv_prog_makeisgnu="yes"
48330 else
48331 bakefile_cv_prog_makeisgnu="no"
48332 fi
48333
48334 fi
48335 { echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
48336 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6; }
48337
48338 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
48339 IF_GNU_MAKE=""
48340 else
48341 IF_GNU_MAKE="#"
48342 fi
48343
48344
48345
48346 PLATFORM_UNIX=0
48347 PLATFORM_WIN32=0
48348 PLATFORM_MSDOS=0
48349 PLATFORM_MAC=0
48350 PLATFORM_MACOS=0
48351 PLATFORM_MACOSX=0
48352 PLATFORM_OS2=0
48353 PLATFORM_BEOS=0
48354
48355 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
48356 case "${BAKEFILE_HOST}" in
48357 *-*-mingw32* )
48358 PLATFORM_WIN32=1
48359 ;;
48360 *-pc-msdosdjgpp )
48361 PLATFORM_MSDOS=1
48362 ;;
48363 *-pc-os2_emx | *-pc-os2-emx )
48364 PLATFORM_OS2=1
48365 ;;
48366 *-*-darwin* )
48367 PLATFORM_MAC=1
48368 PLATFORM_MACOSX=1
48369 ;;
48370 *-*-beos* )
48371 PLATFORM_BEOS=1
48372 ;;
48373 powerpc-apple-macos* )
48374 PLATFORM_MAC=1
48375 PLATFORM_MACOS=1
48376 ;;
48377 * )
48378 PLATFORM_UNIX=1
48379 ;;
48380 esac
48381 else
48382 case "$BAKEFILE_FORCE_PLATFORM" in
48383 win32 )
48384 PLATFORM_WIN32=1
48385 ;;
48386 msdos )
48387 PLATFORM_MSDOS=1
48388 ;;
48389 os2 )
48390 PLATFORM_OS2=1
48391 ;;
48392 darwin )
48393 PLATFORM_MAC=1
48394 PLATFORM_MACOSX=1
48395 ;;
48396 unix )
48397 PLATFORM_UNIX=1
48398 ;;
48399 beos )
48400 PLATFORM_BEOS=1
48401 ;;
48402 * )
48403 ;;
48404 esac
48405 fi
48406
48407
48408
48409
48410
48411
48412
48413
48414
48415
48416
48417 # Check whether --enable-omf was given.
48418 if test "${enable_omf+set}" = set; then
48419 enableval=$enable_omf; bk_os2_use_omf="$enableval"
48420 fi
48421
48422
48423 case "${BAKEFILE_HOST}" in
48424 *-*-darwin* )
48425 if test "x$GCC" = "xyes"; then
48426 CFLAGS="$CFLAGS -fno-common"
48427 CXXFLAGS="$CXXFLAGS -fno-common"
48428 fi
48429 if test "x$XLCC" = "xyes"; then
48430 CFLAGS="$CFLAGS -qnocommon"
48431 CXXFLAGS="$CXXFLAGS -qnocommon"
48432 fi
48433 ;;
48434
48435 *-pc-os2_emx | *-pc-os2-emx )
48436 if test "x$bk_os2_use_omf" = "xyes" ; then
48437 AR=emxomfar
48438 RANLIB=:
48439 LDFLAGS="-Zomf $LDFLAGS"
48440 CFLAGS="-Zomf $CFLAGS"
48441 CXXFLAGS="-Zomf $CXXFLAGS"
48442 OS2_LIBEXT="lib"
48443 else
48444 OS2_LIBEXT="a"
48445 fi
48446 ;;
48447
48448 i*86-*-beos* )
48449 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
48450 ;;
48451 esac
48452
48453
48454 SO_SUFFIX="so"
48455 SO_SUFFIX_MODULE="so"
48456 EXEEXT=""
48457 LIBPREFIX="lib"
48458 LIBEXT=".a"
48459 DLLPREFIX="lib"
48460 DLLPREFIX_MODULE=""
48461 DLLIMP_SUFFIX=""
48462 dlldir="$libdir"
48463
48464 case "${BAKEFILE_HOST}" in
48465 ia64-hp-hpux* )
48466 ;;
48467 *-hp-hpux* )
48468 SO_SUFFIX="sl"
48469 SO_SUFFIX_MODULE="sl"
48470 ;;
48471 *-*-aix* )
48472 SO_SUFFIX="a"
48473 SO_SUFFIX_MODULE="a"
48474 ;;
48475 *-*-cygwin* )
48476 SO_SUFFIX="dll"
48477 SO_SUFFIX_MODULE="dll"
48478 DLLIMP_SUFFIX="dll.a"
48479 EXEEXT=".exe"
48480 DLLPREFIX="cyg"
48481 dlldir="$bindir"
48482 ;;
48483 *-*-mingw32* )
48484 SO_SUFFIX="dll"
48485 SO_SUFFIX_MODULE="dll"
48486 DLLIMP_SUFFIX="dll.a"
48487 EXEEXT=".exe"
48488 DLLPREFIX=""
48489 dlldir="$bindir"
48490 ;;
48491 *-pc-msdosdjgpp )
48492 EXEEXT=".exe"
48493 DLLPREFIX=""
48494 dlldir="$bindir"
48495 ;;
48496 *-pc-os2_emx | *-pc-os2-emx )
48497 SO_SUFFIX="dll"
48498 SO_SUFFIX_MODULE="dll"
48499 DLLIMP_SUFFIX=$OS2_LIBEXT
48500 EXEEXT=".exe"
48501 DLLPREFIX=""
48502 LIBPREFIX=""
48503 LIBEXT=".$OS2_LIBEXT"
48504 dlldir="$bindir"
48505 ;;
48506 *-*-darwin* )
48507 SO_SUFFIX="dylib"
48508 SO_SUFFIX_MODULE="bundle"
48509 ;;
48510 esac
48511
48512 if test "x$DLLIMP_SUFFIX" = "x" ; then
48513 DLLIMP_SUFFIX="$SO_SUFFIX"
48514 fi
48515
48516
48517
48518
48519
48520
48521
48522
48523
48524
48525
48526
48527 PIC_FLAG=""
48528 if test "x$GCC" = "xyes"; then
48529 PIC_FLAG="-fPIC"
48530 fi
48531
48532 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
48533 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
48534 WINDOWS_IMPLIB=0
48535
48536 case "${BAKEFILE_HOST}" in
48537 *-hp-hpux* )
48538 if test "x$GCC" != "xyes"; then
48539 LDFLAGS="$LDFLAGS -L/usr/lib"
48540
48541 SHARED_LD_CC="${CC} -b -o"
48542 SHARED_LD_CXX="${CXX} -b -o"
48543 PIC_FLAG="+Z"
48544 fi
48545 ;;
48546
48547 *-*-linux* )
48548 if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
48549 PIC_FLAG="-KPIC"
48550 elif test "x$SUNCXX" = "xyes"; then
48551 SHARED_LD_CC="${CC} -G -o"
48552 SHARED_LD_CXX="${CXX} -G -o"
48553 PIC_FLAG="-KPIC"
48554 fi
48555 ;;
48556
48557 *-*-solaris2* )
48558 if test "x$SUNCXX" = xyes ; then
48559 SHARED_LD_CC="${CC} -G -o"
48560 SHARED_LD_CXX="${CXX} -G -o"
48561 PIC_FLAG="-KPIC"
48562 fi
48563 ;;
48564
48565 *-*-darwin* )
48566
48567 D='$'
48568 cat <<EOF >shared-ld-sh
48569 #!/bin/sh
48570 #-----------------------------------------------------------------------------
48571 #-- Name: distrib/mac/shared-ld-sh
48572 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
48573 #-- Author: Gilles Depeyrot
48574 #-- Copyright: (c) 2002 Gilles Depeyrot
48575 #-- Licence: any use permitted
48576 #-----------------------------------------------------------------------------
48577
48578 verbose=0
48579 args=""
48580 objects=""
48581 linking_flag="-dynamiclib"
48582 ldargs="-r -keep_private_externs -nostdlib"
48583
48584 if test "x${D}CXX" = "x"; then
48585 CXX="c++"
48586 fi
48587
48588 while test ${D}# -gt 0; do
48589 case ${D}1 in
48590
48591 -v)
48592 verbose=1
48593 ;;
48594
48595 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
48596 # collect these options and values
48597 args="${D}{args} ${D}1 ${D}2"
48598 shift
48599 ;;
48600
48601 -arch|-isysroot)
48602 # collect these options and values
48603 ldargs="${D}{ldargs} ${D}1 ${D}2"
48604 shift
48605 ;;
48606
48607 -s|-Wl,*)
48608 # collect these load args
48609 ldargs="${D}{ldargs} ${D}1"
48610 ;;
48611
48612 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
48613 # collect these options
48614 args="${D}{args} ${D}1"
48615 ;;
48616
48617 -dynamiclib|-bundle)
48618 linking_flag="${D}1"
48619 ;;
48620
48621 -*)
48622 echo "shared-ld: unhandled option '${D}1'"
48623 exit 1
48624 ;;
48625
48626 *.o | *.a | *.dylib)
48627 # collect object files
48628 objects="${D}{objects} ${D}1"
48629 ;;
48630
48631 *)
48632 echo "shared-ld: unhandled argument '${D}1'"
48633 exit 1
48634 ;;
48635
48636 esac
48637 shift
48638 done
48639
48640 status=0
48641
48642 #
48643 # Link one module containing all the others
48644 #
48645 if test ${D}{verbose} = 1; then
48646 echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
48647 fi
48648 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
48649 status=${D}?
48650
48651 #
48652 # Link the shared library from the single module created, but only if the
48653 # previous command didn't fail:
48654 #
48655 if test ${D}{status} = 0; then
48656 if test ${D}{verbose} = 1; then
48657 echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
48658 fi
48659 ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
48660 status=${D}?
48661 fi
48662
48663 #
48664 # Remove intermediate module
48665 #
48666 rm -f master.${D}${D}.o
48667
48668 exit ${D}status
48669 EOF
48670
48671 chmod +x shared-ld-sh
48672
48673 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
48674 SHARED_LD_MODULE_CXX="CXX=\$(CXX) $SHARED_LD_MODULE_CC"
48675
48676
48677 { echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
48678 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6; }
48679 if test "${bakefile_cv_gcc31+set}" = set; then
48680 echo $ECHO_N "(cached) $ECHO_C" >&6
48681 else
48682
48683 cat >conftest.$ac_ext <<_ACEOF
48684 /* confdefs.h. */
48685 _ACEOF
48686 cat confdefs.h >>conftest.$ac_ext
48687 cat >>conftest.$ac_ext <<_ACEOF
48688 /* end confdefs.h. */
48689
48690 int
48691 main ()
48692 {
48693
48694 #if (__GNUC__ < 3) || \
48695 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
48696 This is old gcc
48697 #endif
48698
48699 ;
48700 return 0;
48701 }
48702 _ACEOF
48703 rm -f conftest.$ac_objext
48704 if { (ac_try="$ac_compile"
48705 case "(($ac_try" in
48706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48707 *) ac_try_echo=$ac_try;;
48708 esac
48709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48710 (eval "$ac_compile") 2>conftest.er1
48711 ac_status=$?
48712 grep -v '^ *+' conftest.er1 >conftest.err
48713 rm -f conftest.er1
48714 cat conftest.err >&5
48715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48716 (exit $ac_status); } && {
48717 test -z "$ac_c_werror_flag" ||
48718 test ! -s conftest.err
48719 } && test -s conftest.$ac_objext; then
48720
48721 bakefile_cv_gcc31=yes
48722
48723 else
48724 echo "$as_me: failed program was:" >&5
48725 sed 's/^/| /' conftest.$ac_ext >&5
48726
48727
48728 bakefile_cv_gcc31=no
48729
48730
48731 fi
48732
48733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48734
48735 fi
48736 { echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
48737 echo "${ECHO_T}$bakefile_cv_gcc31" >&6; }
48738 if test "$bakefile_cv_gcc31" = "no"; then
48739 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
48740 SHARED_LD_CXX="$SHARED_LD_CC"
48741 else
48742 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
48743 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
48744 fi
48745
48746 if test "x$GCC" == "xyes"; then
48747 PIC_FLAG="-dynamic -fPIC"
48748 fi
48749 if test "x$XLCC" = "xyes"; then
48750 PIC_FLAG="-dynamic -DPIC"
48751 fi
48752 ;;
48753
48754 *-*-aix* )
48755 if test "x$GCC" = "xyes"; then
48756 PIC_FLAG=""
48757
48758 case "${BAKEFILE_HOST}" in
48759 *-*-aix5* )
48760 LD_EXPFULL="-Wl,-bexpfull"
48761 ;;
48762 esac
48763
48764 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
48765 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
48766 else
48767 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
48768 set dummy makeC++SharedLib; ac_word=$2
48769 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48770 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48771 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
48772 echo $ECHO_N "(cached) $ECHO_C" >&6
48773 else
48774 if test -n "$AIX_CXX_LD"; then
48775 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
48776 else
48777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48778 for as_dir in $PATH
48779 do
48780 IFS=$as_save_IFS
48781 test -z "$as_dir" && as_dir=.
48782 for ac_exec_ext in '' $ac_executable_extensions; do
48783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48784 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
48785 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48786 break 2
48787 fi
48788 done
48789 done
48790 IFS=$as_save_IFS
48791
48792 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
48793 fi
48794 fi
48795 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
48796 if test -n "$AIX_CXX_LD"; then
48797 { echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
48798 echo "${ECHO_T}$AIX_CXX_LD" >&6; }
48799 else
48800 { echo "$as_me:$LINENO: result: no" >&5
48801 echo "${ECHO_T}no" >&6; }
48802 fi
48803
48804
48805 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
48806 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
48807 fi
48808 ;;
48809
48810 *-*-beos* )
48811 SHARED_LD_CC="${LD} -nostart -o"
48812 SHARED_LD_CXX="${LD} -nostart -o"
48813 ;;
48814
48815 *-*-irix* )
48816 if test "x$GCC" != "xyes"; then
48817 PIC_FLAG="-KPIC"
48818 fi
48819 ;;
48820
48821 *-*-cygwin* | *-*-mingw32* )
48822 PIC_FLAG=""
48823 SHARED_LD_CC="\$(CC) -shared -o"
48824 SHARED_LD_CXX="\$(CXX) -shared -o"
48825 WINDOWS_IMPLIB=1
48826 ;;
48827
48828 *-pc-os2_emx | *-pc-os2-emx )
48829 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
48830 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
48831 PIC_FLAG=""
48832
48833 D='$'
48834 cat <<EOF >dllar.sh
48835 #!/bin/sh
48836 #
48837 # dllar - a tool to build both a .dll and an .a file
48838 # from a set of object (.o) files for EMX/OS2.
48839 #
48840 # Written by Andrew Zabolotny, bit@freya.etu.ru
48841 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
48842 #
48843 # This script will accept a set of files on the command line.
48844 # All the public symbols from the .o files will be exported into
48845 # a .DEF file, then linker will be run (through gcc) against them to
48846 # build a shared library consisting of all given .o files. All libraries
48847 # (.a) will be first decompressed into component .o files then act as
48848 # described above. You can optionally give a description (-d "description")
48849 # which will be put into .DLL. To see the list of accepted options (as well
48850 # as command-line format) simply run this program without options. The .DLL
48851 # is built to be imported by name (there is no guarantee that new versions
48852 # of the library you build will have same ordinals for same symbols).
48853 #
48854 # dllar is free software; you can redistribute it and/or modify
48855 # it under the terms of the GNU General Public License as published by
48856 # the Free Software Foundation; either version 2, or (at your option)
48857 # any later version.
48858 #
48859 # dllar is distributed in the hope that it will be useful,
48860 # but WITHOUT ANY WARRANTY; without even the implied warranty of
48861 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48862 # GNU General Public License for more details.
48863 #
48864 # You should have received a copy of the GNU General Public License
48865 # along with dllar; see the file COPYING. If not, write to the Free
48866 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
48867 # 02111-1307, USA.
48868
48869 # To successfuly run this program you will need:
48870 # - Current drive should have LFN support (HPFS, ext2, network, etc)
48871 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
48872 # - gcc
48873 # (used to build the .dll)
48874 # - emxexp
48875 # (used to create .def file from .o files)
48876 # - emximp
48877 # (used to create .a file from .def file)
48878 # - GNU text utilites (cat, sort, uniq)
48879 # used to process emxexp output
48880 # - GNU file utilities (mv, rm)
48881 # - GNU sed
48882 # - lxlite (optional, see flag below)
48883 # (used for general .dll cleanup)
48884 #
48885
48886 flag_USE_LXLITE=1;
48887
48888 #
48889 # helper functions
48890 # basnam, variant of basename, which does _not_ remove the path, _iff_
48891 # second argument (suffix to remove) is given
48892 basnam(){
48893 case ${D}# in
48894 1)
48895 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
48896 ;;
48897 2)
48898 echo ${D}1 | sed 's/'${D}2'${D}//'
48899 ;;
48900 *)
48901 echo "error in basnam ${D}*"
48902 exit 8
48903 ;;
48904 esac
48905 }
48906
48907 # Cleanup temporary files and output
48908 CleanUp() {
48909 cd ${D}curDir
48910 for i in ${D}inputFiles ; do
48911 case ${D}i in
48912 *!)
48913 rm -rf \`basnam ${D}i !\`
48914 ;;
48915 *)
48916 ;;
48917 esac
48918 done
48919
48920 # Kill result in case of failure as there is just to many stupid make/nmake
48921 # things out there which doesn't do this.
48922 if [ ${D}# -eq 0 ]; then
48923 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
48924 fi
48925 }
48926
48927 # Print usage and exit script with rc=1.
48928 PrintHelp() {
48929 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
48930 echo ' [-name-mangler-script script.sh]'
48931 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
48932 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
48933 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
48934 echo ' [*.o] [*.a]'
48935 echo '*> "output_file" should have no extension.'
48936 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
48937 echo ' The import library name is derived from this and is set to "name".a,'
48938 echo ' unless overridden by -import'
48939 echo '*> "importlib_name" should have no extension.'
48940 echo ' If it has the .o, or .a extension, it is automatically removed.'
48941 echo ' This name is used as the import library name and may be longer and'
48942 echo ' more descriptive than the DLL name which has to follow the old '
48943 echo ' 8.3 convention of FAT.'
48944 echo '*> "script.sh may be given to override the output_file name by a'
48945 echo ' different name. It is mainly useful if the regular make process'
48946 echo ' of some package does not take into account OS/2 restriction of'
48947 echo ' DLL name lengths. It takes the importlib name as input and is'
48948 echo ' supposed to procude a shorter name as output. The script should'
48949 echo ' expect to get importlib_name without extension and should produce'
48950 echo ' a (max.) 8 letter name without extension.'
48951 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
48952 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
48953 echo ' These flags will be put at the start of GCC command line.'
48954 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
48955 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
48956 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
48957 echo ' If the last character of a symbol is "*", all symbols beginning'
48958 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
48959 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
48960 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
48961 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
48962 echo ' C runtime DLLs.'
48963 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
48964 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
48965 echo ' unchanged to GCC at the end of command line.'
48966 echo '*> If you create a DLL from a library and you do not specify -o,'
48967 echo ' the basename for DLL and import library will be set to library name,'
48968 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
48969 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
48970 echo ' library will be renamed into gcc_s.a.'
48971 echo '--------'
48972 echo 'Example:'
48973 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
48974 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
48975 CleanUp
48976 exit 1
48977 }
48978
48979 # Execute a command.
48980 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
48981 # @Uses Whatever CleanUp() uses.
48982 doCommand() {
48983 echo "${D}*"
48984 eval ${D}*
48985 rcCmd=${D}?
48986
48987 if [ ${D}rcCmd -ne 0 ]; then
48988 echo "command failed, exit code="${D}rcCmd
48989 CleanUp
48990 exit ${D}rcCmd
48991 fi
48992 }
48993
48994 # main routine
48995 # setup globals
48996 cmdLine=${D}*
48997 outFile=""
48998 outimpFile=""
48999 inputFiles=""
49000 renameScript=""
49001 description=""
49002 CC=gcc.exe
49003 CFLAGS="-s -Zcrtdll"
49004 EXTRA_CFLAGS=""
49005 EXPORT_BY_ORDINALS=0
49006 exclude_symbols=""
49007 library_flags=""
49008 curDir=\`pwd\`
49009 curDirS=curDir
49010 case ${D}curDirS in
49011 */)
49012 ;;
49013 *)
49014 curDirS=${D}{curDirS}"/"
49015 ;;
49016 esac
49017 # Parse commandline
49018 libsToLink=0
49019 omfLinking=0
49020 while [ ${D}1 ]; do
49021 case ${D}1 in
49022 -ord*)
49023 EXPORT_BY_ORDINALS=1;
49024 ;;
49025 -o*)
49026 shift
49027 outFile=${D}1
49028 ;;
49029 -i*)
49030 shift
49031 outimpFile=${D}1
49032 ;;
49033 -name-mangler-script)
49034 shift
49035 renameScript=${D}1
49036 ;;
49037 -d*)
49038 shift
49039 description=${D}1
49040 ;;
49041 -f*)
49042 shift
49043 CFLAGS=${D}1
49044 ;;
49045 -c*)
49046 shift
49047 CC=${D}1
49048 ;;
49049 -h*)
49050 PrintHelp
49051 ;;
49052 -ex*)
49053 shift
49054 exclude_symbols=${D}{exclude_symbols}${D}1" "
49055 ;;
49056 -libf*)
49057 shift
49058 library_flags=${D}{library_flags}${D}1" "
49059 ;;
49060 -nocrt*)
49061 CFLAGS="-s"
49062 ;;
49063 -nolxl*)
49064 flag_USE_LXLITE=0
49065 ;;
49066 -* | /*)
49067 case ${D}1 in
49068 -L* | -l*)
49069 libsToLink=1
49070 ;;
49071 -Zomf)
49072 omfLinking=1
49073 ;;
49074 *)
49075 ;;
49076 esac
49077 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
49078 ;;
49079 *.dll)
49080 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
49081 if [ ${D}omfLinking -eq 1 ]; then
49082 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
49083 else
49084 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
49085 fi
49086 ;;
49087 *)
49088 found=0;
49089 if [ ${D}libsToLink -ne 0 ]; then
49090 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
49091 else
49092 for file in ${D}1 ; do
49093 if [ -f ${D}file ]; then
49094 inputFiles="${D}{inputFiles} ${D}file"
49095 found=1
49096 fi
49097 done
49098 if [ ${D}found -eq 0 ]; then
49099 echo "ERROR: No file(s) found: "${D}1
49100 exit 8
49101 fi
49102 fi
49103 ;;
49104 esac
49105 shift
49106 done # iterate cmdline words
49107
49108 #
49109 if [ -z "${D}inputFiles" ]; then
49110 echo "dllar: no input files"
49111 PrintHelp
49112 fi
49113
49114 # Now extract all .o files from .a files
49115 newInputFiles=""
49116 for file in ${D}inputFiles ; do
49117 case ${D}file in
49118 *.a | *.lib)
49119 case ${D}file in
49120 *.a)
49121 suffix=".a"
49122 AR="ar"
49123 ;;
49124 *.lib)
49125 suffix=".lib"
49126 AR="emxomfar"
49127 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
49128 ;;
49129 *)
49130 ;;
49131 esac
49132 dirname=\`basnam ${D}file ${D}suffix\`"_%"
49133 mkdir ${D}dirname
49134 if [ ${D}? -ne 0 ]; then
49135 echo "Failed to create subdirectory ./${D}dirname"
49136 CleanUp
49137 exit 8;
49138 fi
49139 # Append '!' to indicate archive
49140 newInputFiles="${D}newInputFiles ${D}{dirname}!"
49141 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
49142 cd ${D}curDir
49143 found=0;
49144 for subfile in ${D}dirname/*.o* ; do
49145 if [ -f ${D}subfile ]; then
49146 found=1
49147 if [ -s ${D}subfile ]; then
49148 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
49149 newInputFiles="${D}newInputFiles ${D}subfile"
49150 fi
49151 fi
49152 done
49153 if [ ${D}found -eq 0 ]; then
49154 echo "WARNING: there are no files in archive \\'${D}file\\'"
49155 fi
49156 ;;
49157 *)
49158 newInputFiles="${D}{newInputFiles} ${D}file"
49159 ;;
49160 esac
49161 done
49162 inputFiles="${D}newInputFiles"
49163
49164 # Output filename(s).
49165 do_backup=0;
49166 if [ -z ${D}outFile ]; then
49167 do_backup=1;
49168 set outFile ${D}inputFiles; outFile=${D}2
49169 fi
49170
49171 # If it is an archive, remove the '!' and the '_%' suffixes
49172 case ${D}outFile in
49173 *_%!)
49174 outFile=\`basnam ${D}outFile _%!\`
49175 ;;
49176 *)
49177 ;;
49178 esac
49179 case ${D}outFile in
49180 *.dll)
49181 outFile=\`basnam ${D}outFile .dll\`
49182 ;;
49183 *.DLL)
49184 outFile=\`basnam ${D}outFile .DLL\`
49185 ;;
49186 *.o)
49187 outFile=\`basnam ${D}outFile .o\`
49188 ;;
49189 *.obj)
49190 outFile=\`basnam ${D}outFile .obj\`
49191 ;;
49192 *.a)
49193 outFile=\`basnam ${D}outFile .a\`
49194 ;;
49195 *.lib)
49196 outFile=\`basnam ${D}outFile .lib\`
49197 ;;
49198 *)
49199 ;;
49200 esac
49201 case ${D}outimpFile in
49202 *.a)
49203 outimpFile=\`basnam ${D}outimpFile .a\`
49204 ;;
49205 *.lib)
49206 outimpFile=\`basnam ${D}outimpFile .lib\`
49207 ;;
49208 *)
49209 ;;
49210 esac
49211 if [ -z ${D}outimpFile ]; then
49212 outimpFile=${D}outFile
49213 fi
49214 defFile="${D}{outFile}.def"
49215 arcFile="${D}{outimpFile}.a"
49216 arcFile2="${D}{outimpFile}.lib"
49217
49218 #create ${D}dllFile as something matching 8.3 restrictions,
49219 if [ -z ${D}renameScript ] ; then
49220 dllFile="${D}outFile"
49221 else
49222 dllFile=\`${D}renameScript ${D}outimpFile\`
49223 fi
49224
49225 if [ ${D}do_backup -ne 0 ] ; then
49226 if [ -f ${D}arcFile ] ; then
49227 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
49228 fi
49229 if [ -f ${D}arcFile2 ] ; then
49230 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
49231 fi
49232 fi
49233
49234 # Extract public symbols from all the object files.
49235 tmpdefFile=${D}{defFile}_%
49236 rm -f ${D}tmpdefFile
49237 for file in ${D}inputFiles ; do
49238 case ${D}file in
49239 *!)
49240 ;;
49241 *)
49242 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
49243 ;;
49244 esac
49245 done
49246
49247 # Create the def file.
49248 rm -f ${D}defFile
49249 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
49250 dllFile="${D}{dllFile}.dll"
49251 if [ ! -z ${D}description ]; then
49252 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
49253 fi
49254 echo "EXPORTS" >> ${D}defFile
49255
49256 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
49257 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
49258
49259 # Checks if the export is ok or not.
49260 for word in ${D}exclude_symbols; do
49261 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
49262 mv ${D}{tmpdefFile}% ${D}tmpdefFile
49263 done
49264
49265
49266 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
49267 sed "=" < ${D}tmpdefFile | \\
49268 sed '
49269 N
49270 : loop
49271 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
49272 t loop
49273 ' > ${D}{tmpdefFile}%
49274 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
49275 else
49276 rm -f ${D}{tmpdefFile}%
49277 fi
49278 cat ${D}tmpdefFile >> ${D}defFile
49279 rm -f ${D}tmpdefFile
49280
49281 # Do linking, create implib, and apply lxlite.
49282 gccCmdl="";
49283 for file in ${D}inputFiles ; do
49284 case ${D}file in
49285 *!)
49286 ;;
49287 *)
49288 gccCmdl="${D}gccCmdl ${D}file"
49289 ;;
49290 esac
49291 done
49292 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
49293 touch "${D}{outFile}.dll"
49294
49295 doCommand "emximp -o ${D}arcFile ${D}defFile"
49296 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
49297 add_flags="";
49298 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
49299 add_flags="-ynd"
49300 fi
49301 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
49302 fi
49303 doCommand "emxomf -s -l ${D}arcFile"
49304
49305 # Successful exit.
49306 CleanUp 1
49307 exit 0
49308 EOF
49309
49310 chmod +x dllar.sh
49311 ;;
49312
49313 powerpc-apple-macos* | \
49314 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
49315 *-*-mirbsd* | \
49316 *-*-sunos4* | \
49317 *-*-osf* | \
49318 *-*-dgux5* | \
49319 *-*-sysv5* | \
49320 *-pc-msdosdjgpp )
49321 ;;
49322
49323 *)
49324 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
49325 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
49326 { (exit 1); exit 1; }; }
49327 esac
49328
49329 if test "x$PIC_FLAG" != "x" ; then
49330 PIC_FLAG="$PIC_FLAG -DPIC"
49331 fi
49332
49333 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
49334 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
49335 fi
49336 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
49337 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
49338 fi
49339
49340
49341
49342
49343
49344
49345
49346
49347
49348 USE_SOVERSION=0
49349 USE_SOVERLINUX=0
49350 USE_SOVERSOLARIS=0
49351 USE_SOVERCYGWIN=0
49352 USE_SOTWOSYMLINKS=0
49353 USE_MACVERSION=0
49354 SONAME_FLAG=
49355
49356 case "${BAKEFILE_HOST}" in
49357 *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
49358 *-*-k*bsd*-gnu | *-*-mirbsd* )
49359 if test "x$SUNCXX" = "xyes"; then
49360 SONAME_FLAG="-h "
49361 else
49362 SONAME_FLAG="-Wl,-soname,"
49363 fi
49364 USE_SOVERSION=1
49365 USE_SOVERLINUX=1
49366 USE_SOTWOSYMLINKS=1
49367 ;;
49368
49369 *-*-solaris2* )
49370 SONAME_FLAG="-h "
49371 USE_SOVERSION=1
49372 USE_SOVERSOLARIS=1
49373 ;;
49374
49375 *-*-darwin* )
49376 USE_MACVERSION=1
49377 USE_SOVERSION=1
49378 USE_SOTWOSYMLINKS=1
49379 ;;
49380
49381 *-*-cygwin* )
49382 USE_SOVERSION=1
49383 USE_SOVERCYGWIN=1
49384 ;;
49385 esac
49386
49387
49388
49389
49390
49391
49392
49393
49394
49395
49396 # Check whether --enable-dependency-tracking was given.
49397 if test "${enable_dependency_tracking+set}" = set; then
49398 enableval=$enable_dependency_tracking; bk_use_trackdeps="$enableval"
49399 fi
49400
49401
49402 { echo "$as_me:$LINENO: checking for dependency tracking method" >&5
49403 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6; }
49404
49405 BK_DEPS=""
49406 if test "x$bk_use_trackdeps" = "xno" ; then
49407 DEPS_TRACKING=0
49408 { echo "$as_me:$LINENO: result: disabled" >&5
49409 echo "${ECHO_T}disabled" >&6; }
49410 else
49411 DEPS_TRACKING=1
49412
49413 if test "x$GCC" = "xyes"; then
49414 DEPSMODE=gcc
49415 case "${BAKEFILE_HOST}" in
49416 *-*-darwin* )
49417 DEPSFLAG="-no-cpp-precomp -MMD"
49418 ;;
49419 * )
49420 DEPSFLAG="-MMD"
49421 ;;
49422 esac
49423 { echo "$as_me:$LINENO: result: gcc" >&5
49424 echo "${ECHO_T}gcc" >&6; }
49425 elif test "x$MWCC" = "xyes"; then
49426 DEPSMODE=mwcc
49427 DEPSFLAG="-MM"
49428 { echo "$as_me:$LINENO: result: mwcc" >&5
49429 echo "${ECHO_T}mwcc" >&6; }
49430 elif test "x$SUNCC" = "xyes"; then
49431 DEPSMODE=unixcc
49432 DEPSFLAG="-xM1"
49433 { echo "$as_me:$LINENO: result: Sun cc" >&5
49434 echo "${ECHO_T}Sun cc" >&6; }
49435 elif test "x$SGICC" = "xyes"; then
49436 DEPSMODE=unixcc
49437 DEPSFLAG="-M"
49438 { echo "$as_me:$LINENO: result: SGI cc" >&5
49439 echo "${ECHO_T}SGI cc" >&6; }
49440 elif test "x$HPCC" = "xyes"; then
49441 DEPSMODE=unixcc
49442 DEPSFLAG="+make"
49443 { echo "$as_me:$LINENO: result: HP cc" >&5
49444 echo "${ECHO_T}HP cc" >&6; }
49445 elif test "x$COMPAQCC" = "xyes"; then
49446 DEPSMODE=gcc
49447 DEPSFLAG="-MD"
49448 { echo "$as_me:$LINENO: result: Compaq cc" >&5
49449 echo "${ECHO_T}Compaq cc" >&6; }
49450 else
49451 DEPS_TRACKING=0
49452 { echo "$as_me:$LINENO: result: none" >&5
49453 echo "${ECHO_T}none" >&6; }
49454 fi
49455
49456 if test $DEPS_TRACKING = 1 ; then
49457
49458 D='$'
49459 cat <<EOF >bk-deps
49460 #!/bin/sh
49461
49462 # This script is part of Bakefile (http://www.bakefile.org) autoconf
49463 # script. It is used to track C/C++ files dependencies in portable way.
49464 #
49465 # Permission is given to use this file in any way.
49466
49467 DEPSMODE=${DEPSMODE}
49468 DEPSFLAG="${DEPSFLAG}"
49469 DEPSDIRBASE=.deps
49470
49471 if test ${D}DEPSMODE = gcc ; then
49472 ${D}* ${D}{DEPSFLAG}
49473 status=${D}?
49474
49475 # determine location of created files:
49476 while test ${D}# -gt 0; do
49477 case "${D}1" in
49478 -o )
49479 shift
49480 objfile=${D}1
49481 ;;
49482 -* )
49483 ;;
49484 * )
49485 srcfile=${D}1
49486 ;;
49487 esac
49488 shift
49489 done
49490 objfilebase=\`basename ${D}objfile\`
49491 builddir=\`dirname ${D}objfile\`
49492 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
49493 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
49494 depsdir=${D}builddir/${D}DEPSDIRBASE
49495 mkdir -p ${D}depsdir
49496
49497 # if the compiler failed, we're done:
49498 if test ${D}{status} != 0 ; then
49499 rm -f ${D}depfile
49500 exit ${D}{status}
49501 fi
49502
49503 # move created file to the location we want it in:
49504 if test -f ${D}depfile ; then
49505 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
49506 rm -f ${D}depfile
49507 else
49508 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
49509 depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
49510 if test ! -f ${D}depfile ; then
49511 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
49512 depfile="${D}objfile.d"
49513 fi
49514 if test -f ${D}depfile ; then
49515 sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
49516 rm -f ${D}depfile
49517 fi
49518 fi
49519 exit 0
49520
49521 elif test ${D}DEPSMODE = mwcc ; then
49522 ${D}* || exit ${D}?
49523 # Run mwcc again with -MM and redirect into the dep file we want
49524 # NOTE: We can't use shift here because we need ${D}* to be valid
49525 prevarg=
49526 for arg in ${D}* ; do
49527 if test "${D}prevarg" = "-o"; then
49528 objfile=${D}arg
49529 else
49530 case "${D}arg" in
49531 -* )
49532 ;;
49533 * )
49534 srcfile=${D}arg
49535 ;;
49536 esac
49537 fi
49538 prevarg="${D}arg"
49539 done
49540
49541 objfilebase=\`basename ${D}objfile\`
49542 builddir=\`dirname ${D}objfile\`
49543 depsdir=${D}builddir/${D}DEPSDIRBASE
49544 mkdir -p ${D}depsdir
49545
49546 ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
49547 exit 0
49548
49549 elif test ${D}DEPSMODE = unixcc; then
49550 ${D}* || exit ${D}?
49551 # Run compiler again with deps flag and redirect into the dep file.
49552 # It doesn't work if the '-o FILE' option is used, but without it the
49553 # dependency file will contain the wrong name for the object. So it is
49554 # removed from the command line, and the dep file is fixed with sed.
49555 cmd=""
49556 while test ${D}# -gt 0; do
49557 case "${D}1" in
49558 -o )
49559 shift
49560 objfile=${D}1
49561 ;;
49562 * )
49563 eval arg${D}#=\\${D}1
49564 cmd="${D}cmd \\${D}arg${D}#"
49565 ;;
49566 esac
49567 shift
49568 done
49569
49570 objfilebase=\`basename ${D}objfile\`
49571 builddir=\`dirname ${D}objfile\`
49572 depsdir=${D}builddir/${D}DEPSDIRBASE
49573 mkdir -p ${D}depsdir
49574
49575 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
49576 exit 0
49577
49578 else
49579 ${D}*
49580 exit ${D}?
49581 fi
49582 EOF
49583
49584 chmod +x bk-deps
49585 BK_DEPS="`pwd`/bk-deps"
49586 fi
49587 fi
49588
49589
49590
49591
49592
49593 case ${BAKEFILE_HOST} in
49594 *-*-cygwin* | *-*-mingw32* )
49595 if test -n "$ac_tool_prefix"; then
49596 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
49597 set dummy ${ac_tool_prefix}windres; ac_word=$2
49598 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49600 if test "${ac_cv_prog_WINDRES+set}" = set; then
49601 echo $ECHO_N "(cached) $ECHO_C" >&6
49602 else
49603 if test -n "$WINDRES"; then
49604 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
49605 else
49606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49607 for as_dir in $PATH
49608 do
49609 IFS=$as_save_IFS
49610 test -z "$as_dir" && as_dir=.
49611 for ac_exec_ext in '' $ac_executable_extensions; do
49612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49613 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
49614 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49615 break 2
49616 fi
49617 done
49618 done
49619 IFS=$as_save_IFS
49620
49621 fi
49622 fi
49623 WINDRES=$ac_cv_prog_WINDRES
49624 if test -n "$WINDRES"; then
49625 { echo "$as_me:$LINENO: result: $WINDRES" >&5
49626 echo "${ECHO_T}$WINDRES" >&6; }
49627 else
49628 { echo "$as_me:$LINENO: result: no" >&5
49629 echo "${ECHO_T}no" >&6; }
49630 fi
49631
49632
49633 fi
49634 if test -z "$ac_cv_prog_WINDRES"; then
49635 ac_ct_WINDRES=$WINDRES
49636 # Extract the first word of "windres", so it can be a program name with args.
49637 set dummy windres; ac_word=$2
49638 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49639 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49640 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
49641 echo $ECHO_N "(cached) $ECHO_C" >&6
49642 else
49643 if test -n "$ac_ct_WINDRES"; then
49644 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
49645 else
49646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49647 for as_dir in $PATH
49648 do
49649 IFS=$as_save_IFS
49650 test -z "$as_dir" && as_dir=.
49651 for ac_exec_ext in '' $ac_executable_extensions; do
49652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49653 ac_cv_prog_ac_ct_WINDRES="windres"
49654 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49655 break 2
49656 fi
49657 done
49658 done
49659 IFS=$as_save_IFS
49660
49661 fi
49662 fi
49663 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
49664 if test -n "$ac_ct_WINDRES"; then
49665 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
49666 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
49667 else
49668 { echo "$as_me:$LINENO: result: no" >&5
49669 echo "${ECHO_T}no" >&6; }
49670 fi
49671
49672 if test "x$ac_ct_WINDRES" = x; then
49673 WINDRES=""
49674 else
49675 case $cross_compiling:$ac_tool_warned in
49676 yes:)
49677 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
49678 whose name does not start with the host triplet. If you think this
49679 configuration is useful to you, please write to autoconf@gnu.org." >&5
49680 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
49681 whose name does not start with the host triplet. If you think this
49682 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
49683 ac_tool_warned=yes ;;
49684 esac
49685 WINDRES=$ac_ct_WINDRES
49686 fi
49687 else
49688 WINDRES="$ac_cv_prog_WINDRES"
49689 fi
49690
49691 ;;
49692
49693 *-*-darwin* | powerpc-apple-macos* )
49694 # Extract the first word of "Rez", so it can be a program name with args.
49695 set dummy Rez; ac_word=$2
49696 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49698 if test "${ac_cv_prog_REZ+set}" = set; then
49699 echo $ECHO_N "(cached) $ECHO_C" >&6
49700 else
49701 if test -n "$REZ"; then
49702 ac_cv_prog_REZ="$REZ" # Let the user override the test.
49703 else
49704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49705 for as_dir in $PATH
49706 do
49707 IFS=$as_save_IFS
49708 test -z "$as_dir" && as_dir=.
49709 for ac_exec_ext in '' $ac_executable_extensions; do
49710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49711 ac_cv_prog_REZ="Rez"
49712 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49713 break 2
49714 fi
49715 done
49716 done
49717 IFS=$as_save_IFS
49718
49719 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
49720 fi
49721 fi
49722 REZ=$ac_cv_prog_REZ
49723 if test -n "$REZ"; then
49724 { echo "$as_me:$LINENO: result: $REZ" >&5
49725 echo "${ECHO_T}$REZ" >&6; }
49726 else
49727 { echo "$as_me:$LINENO: result: no" >&5
49728 echo "${ECHO_T}no" >&6; }
49729 fi
49730
49731
49732 # Extract the first word of "SetFile", so it can be a program name with args.
49733 set dummy SetFile; ac_word=$2
49734 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49735 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49736 if test "${ac_cv_prog_SETFILE+set}" = set; then
49737 echo $ECHO_N "(cached) $ECHO_C" >&6
49738 else
49739 if test -n "$SETFILE"; then
49740 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
49741 else
49742 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49743 for as_dir in $PATH
49744 do
49745 IFS=$as_save_IFS
49746 test -z "$as_dir" && as_dir=.
49747 for ac_exec_ext in '' $ac_executable_extensions; do
49748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49749 ac_cv_prog_SETFILE="SetFile"
49750 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49751 break 2
49752 fi
49753 done
49754 done
49755 IFS=$as_save_IFS
49756
49757 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
49758 fi
49759 fi
49760 SETFILE=$ac_cv_prog_SETFILE
49761 if test -n "$SETFILE"; then
49762 { echo "$as_me:$LINENO: result: $SETFILE" >&5
49763 echo "${ECHO_T}$SETFILE" >&6; }
49764 else
49765 { echo "$as_me:$LINENO: result: no" >&5
49766 echo "${ECHO_T}no" >&6; }
49767 fi
49768
49769
49770 ;;
49771 esac
49772
49773
49774
49775
49776
49777
49778
49779
49780
49781 BAKEFILE_BAKEFILE_M4_VERSION="0.2.6"
49782
49783
49784 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.6"
49785
49786
49787
49788 # Check whether --enable-precomp-headers was given.
49789 if test "${enable_precomp_headers+set}" = set; then
49790 enableval=$enable_precomp_headers; bk_use_pch="$enableval"
49791 fi
49792
49793
49794 GCC_PCH=0
49795 ICC_PCH=0
49796 USE_PCH=0
49797 BK_MAKE_PCH=""
49798
49799 case ${BAKEFILE_HOST} in
49800 *-*-cygwin* )
49801 bk_use_pch="no"
49802 ;;
49803 esac
49804
49805 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
49806 if test "x$GCC" = "xyes"; then
49807 { echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
49808 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6; }
49809 cat >conftest.$ac_ext <<_ACEOF
49810 /* confdefs.h. */
49811 _ACEOF
49812 cat confdefs.h >>conftest.$ac_ext
49813 cat >>conftest.$ac_ext <<_ACEOF
49814 /* end confdefs.h. */
49815
49816 int
49817 main ()
49818 {
49819
49820 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
49821 There is no PCH support
49822 #endif
49823 #if (__GNUC__ < 3)
49824 There is no PCH support
49825 #endif
49826 #if (__GNUC__ == 3) && \
49827 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
49828 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
49829 ( defined(__INTEL_COMPILER) )
49830 There is no PCH support
49831 #endif
49832
49833 ;
49834 return 0;
49835 }
49836 _ACEOF
49837 rm -f conftest.$ac_objext
49838 if { (ac_try="$ac_compile"
49839 case "(($ac_try" in
49840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49841 *) ac_try_echo=$ac_try;;
49842 esac
49843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49844 (eval "$ac_compile") 2>conftest.er1
49845 ac_status=$?
49846 grep -v '^ *+' conftest.er1 >conftest.err
49847 rm -f conftest.er1
49848 cat conftest.err >&5
49849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49850 (exit $ac_status); } && {
49851 test -z "$ac_c_werror_flag" ||
49852 test ! -s conftest.err
49853 } && test -s conftest.$ac_objext; then
49854
49855 { echo "$as_me:$LINENO: result: yes" >&5
49856 echo "${ECHO_T}yes" >&6; }
49857 GCC_PCH=1
49858
49859 else
49860 echo "$as_me: failed program was:" >&5
49861 sed 's/^/| /' conftest.$ac_ext >&5
49862
49863
49864 if test "$INTELCXX8" = "yes"; then
49865 { echo "$as_me:$LINENO: result: yes" >&5
49866 echo "${ECHO_T}yes" >&6; }
49867 ICC_PCH=1
49868 if test "$INTELCXX10" = "yes"; then
49869 ICC_PCH_CREATE_SWITCH="-pch-create"
49870 ICC_PCH_USE_SWITCH="-pch-use"
49871 else
49872 ICC_PCH_CREATE_SWITCH="-create-pch"
49873 ICC_PCH_USE_SWITCH="-use-pch"
49874 fi
49875 else
49876 { echo "$as_me:$LINENO: result: no" >&5
49877 echo "${ECHO_T}no" >&6; }
49878 fi
49879
49880 fi
49881
49882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49883 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
49884 USE_PCH=1
49885
49886 D='$'
49887 cat <<EOF >bk-make-pch
49888 #!/bin/sh
49889
49890 # This script is part of Bakefile (http://www.bakefile.org) autoconf
49891 # script. It is used to generated precompiled headers.
49892 #
49893 # Permission is given to use this file in any way.
49894
49895 outfile="${D}{1}"
49896 header="${D}{2}"
49897 shift
49898 shift
49899
49900 builddir=\`echo ${D}outfile | sed -e 's,/\\.pch/.*${D},,g'\`
49901
49902 compiler=""
49903 headerfile=""
49904
49905 while test ${D}{#} -gt 0; do
49906 add_to_cmdline=1
49907 case "${D}{1}" in
49908 -I* )
49909 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
49910 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
49911 headerfile="${D}{incdir}/${D}{header}"
49912 fi
49913 ;;
49914 -use-pch|-use_pch|-pch-use )
49915 shift
49916 add_to_cmdline=0
49917 ;;
49918 esac
49919 if test ${D}add_to_cmdline = 1 ; then
49920 compiler="${D}{compiler} ${D}{1}"
49921 fi
49922 shift
49923 done
49924
49925 if test "x${D}{headerfile}" = "x" ; then
49926 echo "error: can't find header ${D}{header} in include paths" >&2
49927 else
49928 if test -f ${D}{outfile} ; then
49929 rm -f ${D}{outfile}
49930 else
49931 mkdir -p \`dirname ${D}{outfile}\`
49932 fi
49933 depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
49934 mkdir -p ${D}{builddir}/.deps
49935 if test "x${GCC_PCH}" = "x1" ; then
49936 # can do this because gcc is >= 3.4:
49937 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
49938 elif test "x${ICC_PCH}" = "x1" ; then
49939 filename=pch_gen-${D}${D}
49940 file=${D}{filename}.c
49941 dfile=${D}{filename}.d
49942 cat > ${D}file <<EOT
49943 #include "${D}header"
49944 EOT
49945 # using -MF icc complains about differing command lines in creation/use
49946 ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
49947 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
49948 rm -f ${D}file ${D}dfile ${D}{filename}.o
49949 fi
49950 exit ${D}{?}
49951 fi
49952 EOF
49953
49954 chmod +x bk-make-pch
49955 BK_MAKE_PCH="`pwd`/bk-make-pch"
49956 fi
49957 fi
49958 fi
49959
49960
49961
49962
49963
49964
49965
49966 COND_BUILD_DEBUG="#"
49967 if test "x$BUILD" = "xdebug" ; then
49968 COND_BUILD_DEBUG=""
49969 fi
49970
49971 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
49972 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
49973 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
49974 fi
49975
49976 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
49977 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
49978 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
49979 fi
49980
49981 COND_BUILD_DEBUG_UNICODE_0="#"
49982 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
49983 COND_BUILD_DEBUG_UNICODE_0=""
49984 fi
49985
49986 COND_BUILD_DEBUG_UNICODE_1="#"
49987 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
49988 COND_BUILD_DEBUG_UNICODE_1=""
49989 fi
49990
49991 COND_BUILD_RELEASE="#"
49992 if test "x$BUILD" = "xrelease" ; then
49993 COND_BUILD_RELEASE=""
49994 fi
49995
49996 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
49997 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
49998 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
49999 fi
50000
50001 COND_BUILD_RELEASE_UNICODE_0="#"
50002 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
50003 COND_BUILD_RELEASE_UNICODE_0=""
50004 fi
50005
50006 COND_BUILD_RELEASE_UNICODE_1="#"
50007 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
50008 COND_BUILD_RELEASE_UNICODE_1=""
50009 fi
50010
50011 COND_BUILD_debug="#"
50012 if test "x$BUILD" = "xdebug" ; then
50013 COND_BUILD_debug=""
50014 fi
50015
50016 COND_BUILD_debug_DEBUG_FLAG_default="#"
50017 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
50018 COND_BUILD_debug_DEBUG_FLAG_default=""
50019 fi
50020
50021 COND_BUILD_debug_DEBUG_INFO_default="#"
50022 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
50023 COND_BUILD_debug_DEBUG_INFO_default=""
50024 fi
50025
50026 COND_BUILD_debug_UNICODE_0="#"
50027 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
50028 COND_BUILD_debug_UNICODE_0=""
50029 fi
50030
50031 COND_BUILD_debug_UNICODE_1="#"
50032 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
50033 COND_BUILD_debug_UNICODE_1=""
50034 fi
50035
50036 COND_BUILD_release="#"
50037 if test "x$BUILD" = "xrelease" ; then
50038 COND_BUILD_release=""
50039 fi
50040
50041 COND_BUILD_release_DEBUG_INFO_default="#"
50042 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
50043 COND_BUILD_release_DEBUG_INFO_default=""
50044 fi
50045
50046 COND_BUILD_release_UNICODE_0="#"
50047 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
50048 COND_BUILD_release_UNICODE_0=""
50049 fi
50050
50051 COND_BUILD_release_UNICODE_1="#"
50052 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
50053 COND_BUILD_release_UNICODE_1=""
50054 fi
50055
50056 COND_DEBUG_FLAG_0="#"
50057 if test "x$DEBUG_FLAG" = "x0" ; then
50058 COND_DEBUG_FLAG_0=""
50059 fi
50060
50061 COND_DEBUG_FLAG_1="#"
50062 if test "x$DEBUG_FLAG" = "x1" ; then
50063 COND_DEBUG_FLAG_1=""
50064 fi
50065
50066 COND_DEBUG_INFO_0="#"
50067 if test "x$DEBUG_INFO" = "x0" ; then
50068 COND_DEBUG_INFO_0=""
50069 fi
50070
50071 COND_DEBUG_INFO_1="#"
50072 if test "x$DEBUG_INFO" = "x1" ; then
50073 COND_DEBUG_INFO_1=""
50074 fi
50075
50076 COND_DEPS_TRACKING_0="#"
50077 if test "x$DEPS_TRACKING" = "x0" ; then
50078 COND_DEPS_TRACKING_0=""
50079 fi
50080
50081 COND_DEPS_TRACKING_1="#"
50082 if test "x$DEPS_TRACKING" = "x1" ; then
50083 COND_DEPS_TRACKING_1=""
50084 fi
50085
50086 COND_GCC_PCH_1="#"
50087 if test "x$GCC_PCH" = "x1" ; then
50088 COND_GCC_PCH_1=""
50089 fi
50090
50091 COND_ICC_PCH_1="#"
50092 if test "x$ICC_PCH" = "x1" ; then
50093 COND_ICC_PCH_1=""
50094 fi
50095
50096 COND_MONOLITHIC_0="#"
50097 if test "x$MONOLITHIC" = "x0" ; then
50098 COND_MONOLITHIC_0=""
50099 fi
50100
50101 COND_MONOLITHIC_0_SHARED_0="#"
50102 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
50103 COND_MONOLITHIC_0_SHARED_0=""
50104 fi
50105
50106 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
50107 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
50108 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
50109 fi
50110
50111 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
50112 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
50113 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
50114 fi
50115
50116 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
50117 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
50118 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
50119 fi
50120
50121 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
50122 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
50123 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
50124 fi
50125
50126 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
50127 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
50128 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
50129 fi
50130
50131 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1="#"
50132 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
50133 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1=""
50134 fi
50135
50136 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1="#"
50137 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
50138 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1=""
50139 fi
50140
50141 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
50142 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
50143 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
50144 fi
50145
50146 COND_MONOLITHIC_0_SHARED_0_USE_STC_1="#"
50147 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
50148 COND_MONOLITHIC_0_SHARED_0_USE_STC_1=""
50149 fi
50150
50151 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
50152 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
50153 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
50154 fi
50155
50156 COND_MONOLITHIC_0_SHARED_1="#"
50157 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
50158 COND_MONOLITHIC_0_SHARED_1=""
50159 fi
50160
50161 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
50162 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
50163 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
50164 fi
50165
50166 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
50167 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
50168 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
50169 fi
50170
50171 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
50172 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
50173 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
50174 fi
50175
50176 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
50177 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
50178 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
50179 fi
50180
50181 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
50182 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
50183 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
50184 fi
50185
50186 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1="#"
50187 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
50188 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1=""
50189 fi
50190
50191 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1="#"
50192 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
50193 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1=""
50194 fi
50195
50196 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
50197 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
50198 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
50199 fi
50200
50201 COND_MONOLITHIC_0_SHARED_1_USE_STC_1="#"
50202 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
50203 COND_MONOLITHIC_0_SHARED_1_USE_STC_1=""
50204 fi
50205
50206 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
50207 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
50208 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
50209 fi
50210
50211 COND_MONOLITHIC_0_USE_AUI_1="#"
50212 if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
50213 COND_MONOLITHIC_0_USE_AUI_1=""
50214 fi
50215
50216 COND_MONOLITHIC_0_USE_GUI_1="#"
50217 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
50218 COND_MONOLITHIC_0_USE_GUI_1=""
50219 fi
50220
50221 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1="#"
50222 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
50223 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=""
50224 fi
50225
50226 COND_MONOLITHIC_0_USE_HTML_1="#"
50227 if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
50228 COND_MONOLITHIC_0_USE_HTML_1=""
50229 fi
50230
50231 COND_MONOLITHIC_0_USE_MEDIA_1="#"
50232 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
50233 COND_MONOLITHIC_0_USE_MEDIA_1=""
50234 fi
50235
50236 COND_MONOLITHIC_0_USE_PROPGRID_1="#"
50237 if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
50238 COND_MONOLITHIC_0_USE_PROPGRID_1=""
50239 fi
50240
50241 COND_MONOLITHIC_0_USE_QA_1="#"
50242 if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
50243 COND_MONOLITHIC_0_USE_QA_1=""
50244 fi
50245
50246 COND_MONOLITHIC_0_USE_RIBBON_1="#"
50247 if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
50248 COND_MONOLITHIC_0_USE_RIBBON_1=""
50249 fi
50250
50251 COND_MONOLITHIC_0_USE_RICHTEXT_1="#"
50252 if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
50253 COND_MONOLITHIC_0_USE_RICHTEXT_1=""
50254 fi
50255
50256 COND_MONOLITHIC_0_USE_STC_1="#"
50257 if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
50258 COND_MONOLITHIC_0_USE_STC_1=""
50259 fi
50260
50261 COND_MONOLITHIC_0_USE_XRC_1="#"
50262 if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
50263 COND_MONOLITHIC_0_USE_XRC_1=""
50264 fi
50265
50266 COND_MONOLITHIC_1="#"
50267 if test "x$MONOLITHIC" = "x1" ; then
50268 COND_MONOLITHIC_1=""
50269 fi
50270
50271 COND_MONOLITHIC_1_SHARED_0="#"
50272 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
50273 COND_MONOLITHIC_1_SHARED_0=""
50274 fi
50275
50276 COND_MONOLITHIC_1_SHARED_1="#"
50277 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
50278 COND_MONOLITHIC_1_SHARED_1=""
50279 fi
50280
50281 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
50282 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
50283 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
50284 fi
50285
50286 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
50287 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
50288 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
50289 fi
50290
50291 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
50292 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
50293 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
50294 fi
50295
50296 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
50297 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
50298 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
50299 fi
50300
50301 COND_PLATFORM_MACOSX_1="#"
50302 if test "x$PLATFORM_MACOSX" = "x1" ; then
50303 COND_PLATFORM_MACOSX_1=""
50304 fi
50305
50306 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0="#"
50307 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
50308 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0=""
50309 fi
50310
50311 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
50312 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
50313 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1=""
50314 fi
50315
50316 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0="#"
50317 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50318 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0=""
50319 fi
50320
50321 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
50322 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
50323 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1=""
50324 fi
50325
50326 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0="#"
50327 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50328 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0=""
50329 fi
50330
50331 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
50332 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
50333 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
50334 fi
50335
50336 COND_PLATFORM_MACOSX_1_USE_OPENGL_1="#"
50337 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50338 COND_PLATFORM_MACOSX_1_USE_OPENGL_1=""
50339 fi
50340
50341 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
50342 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
50343 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
50344 fi
50345
50346 COND_PLATFORM_MACOS_1="#"
50347 if test "x$PLATFORM_MACOS" = "x1" ; then
50348 COND_PLATFORM_MACOS_1=""
50349 fi
50350
50351 COND_PLATFORM_MAC_0="#"
50352 if test "x$PLATFORM_MAC" = "x0" ; then
50353 COND_PLATFORM_MAC_0=""
50354 fi
50355
50356 COND_PLATFORM_MAC_1="#"
50357 if test "x$PLATFORM_MAC" = "x1" ; then
50358 COND_PLATFORM_MAC_1=""
50359 fi
50360
50361 COND_PLATFORM_MSDOS_0="#"
50362 if test "x$PLATFORM_MSDOS" = "x0" ; then
50363 COND_PLATFORM_MSDOS_0=""
50364 fi
50365
50366 COND_PLATFORM_MSDOS_1="#"
50367 if test "x$PLATFORM_MSDOS" = "x1" ; then
50368 COND_PLATFORM_MSDOS_1=""
50369 fi
50370
50371 COND_PLATFORM_OS2_1="#"
50372 if test "x$PLATFORM_OS2" = "x1" ; then
50373 COND_PLATFORM_OS2_1=""
50374 fi
50375
50376 COND_PLATFORM_UNIX_0="#"
50377 if test "x$PLATFORM_UNIX" = "x0" ; then
50378 COND_PLATFORM_UNIX_0=""
50379 fi
50380
50381 COND_PLATFORM_UNIX_1="#"
50382 if test "x$PLATFORM_UNIX" = "x1" ; then
50383 COND_PLATFORM_UNIX_1=""
50384 fi
50385
50386 COND_PLATFORM_UNIX_1_TOOLKIT_MGL="#"
50387 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" ; then
50388 COND_PLATFORM_UNIX_1_TOOLKIT_MGL=""
50389 fi
50390
50391 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1="#"
50392 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
50393 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1=""
50394 fi
50395
50396 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
50397 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
50398 COND_PLATFORM_UNIX_1_USE_GUI_1=""
50399 fi
50400
50401 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
50402 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
50403 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
50404 fi
50405
50406 COND_PLATFORM_WIN32_0="#"
50407 if test "x$PLATFORM_WIN32" = "x0" ; then
50408 COND_PLATFORM_WIN32_0=""
50409 fi
50410
50411 COND_PLATFORM_WIN32_1="#"
50412 if test "x$PLATFORM_WIN32" = "x1" ; then
50413 COND_PLATFORM_WIN32_1=""
50414 fi
50415
50416 COND_SHARED_0="#"
50417 if test "x$SHARED" = "x0" ; then
50418 COND_SHARED_0=""
50419 fi
50420
50421 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
50422 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
50423 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
50424 fi
50425
50426 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
50427 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
50428 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
50429 fi
50430
50431 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
50432 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
50433 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
50434 fi
50435
50436 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
50437 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50438 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
50439 fi
50440
50441 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
50442 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50443 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
50444 fi
50445
50446 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
50447 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50448 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin=""
50449 fi
50450
50451 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
50452 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50453 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
50454 fi
50455
50456 COND_SHARED_0_USE_STC_1="#"
50457 if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
50458 COND_SHARED_0_USE_STC_1=""
50459 fi
50460
50461 COND_SHARED_0_wxUSE_EXPAT_builtin="#"
50462 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
50463 COND_SHARED_0_wxUSE_EXPAT_builtin=""
50464 fi
50465
50466 COND_SHARED_0_wxUSE_REGEX_builtin="#"
50467 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
50468 COND_SHARED_0_wxUSE_REGEX_builtin=""
50469 fi
50470
50471 COND_SHARED_0_wxUSE_ZLIB_builtin="#"
50472 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
50473 COND_SHARED_0_wxUSE_ZLIB_builtin=""
50474 fi
50475
50476 COND_SHARED_1="#"
50477 if test "x$SHARED" = "x1" ; then
50478 COND_SHARED_1=""
50479 fi
50480
50481 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
50482 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50483 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
50484 fi
50485
50486 COND_TOOLKIT_="#"
50487 if test "x$TOOLKIT" = "x" ; then
50488 COND_TOOLKIT_=""
50489 fi
50490
50491 COND_TOOLKIT_COCOA="#"
50492 if test "x$TOOLKIT" = "xCOCOA" ; then
50493 COND_TOOLKIT_COCOA=""
50494 fi
50495
50496 COND_TOOLKIT_COCOA_USE_GUI_1="#"
50497 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
50498 COND_TOOLKIT_COCOA_USE_GUI_1=""
50499 fi
50500
50501 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
50502 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50503 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
50504 fi
50505
50506 COND_TOOLKIT_DFB="#"
50507 if test "x$TOOLKIT" = "xDFB" ; then
50508 COND_TOOLKIT_DFB=""
50509 fi
50510
50511 COND_TOOLKIT_DFB_USE_GUI_1="#"
50512 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
50513 COND_TOOLKIT_DFB_USE_GUI_1=""
50514 fi
50515
50516 COND_TOOLKIT_GTK="#"
50517 if test "x$TOOLKIT" = "xGTK" ; then
50518 COND_TOOLKIT_GTK=""
50519 fi
50520
50521 COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
50522 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
50523 COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
50524 fi
50525
50526 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
50527 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
50528 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
50529 fi
50530
50531 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
50532 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
50533 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
50534 fi
50535
50536 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
50537 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50538 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
50539 fi
50540
50541 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
50542 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
50543 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
50544 fi
50545
50546 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
50547 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50548 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
50549 fi
50550
50551 COND_TOOLKIT_GTK_USE_GUI_1="#"
50552 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
50553 COND_TOOLKIT_GTK_USE_GUI_1=""
50554 fi
50555
50556 COND_TOOLKIT_MAC="#"
50557 if test "x$TOOLKIT" = "xMAC" ; then
50558 COND_TOOLKIT_MAC=""
50559 fi
50560
50561 COND_TOOLKIT_MGL="#"
50562 if test "x$TOOLKIT" = "xMGL" ; then
50563 COND_TOOLKIT_MGL=""
50564 fi
50565
50566 COND_TOOLKIT_MGL_USE_GUI_1="#"
50567 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
50568 COND_TOOLKIT_MGL_USE_GUI_1=""
50569 fi
50570
50571 COND_TOOLKIT_MOTIF="#"
50572 if test "x$TOOLKIT" = "xMOTIF" ; then
50573 COND_TOOLKIT_MOTIF=""
50574 fi
50575
50576 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
50577 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
50578 COND_TOOLKIT_MOTIF_USE_GUI_1=""
50579 fi
50580
50581 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
50582 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50583 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
50584 fi
50585
50586 COND_TOOLKIT_MSW="#"
50587 if test "x$TOOLKIT" = "xMSW" ; then
50588 COND_TOOLKIT_MSW=""
50589 fi
50590
50591 COND_TOOLKIT_MSW_USE_GUI_1="#"
50592 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
50593 COND_TOOLKIT_MSW_USE_GUI_1=""
50594 fi
50595
50596 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
50597 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50598 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
50599 fi
50600
50601 COND_TOOLKIT_MSW_WXUNIV_0="#"
50602 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
50603 COND_TOOLKIT_MSW_WXUNIV_0=""
50604 fi
50605
50606 COND_TOOLKIT_OSX_CARBON="#"
50607 if test "x$TOOLKIT" = "xOSX_CARBON" ; then
50608 COND_TOOLKIT_OSX_CARBON=""
50609 fi
50610
50611 COND_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
50612 if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
50613 COND_TOOLKIT_OSX_CARBON_USE_GUI_1=""
50614 fi
50615
50616 COND_TOOLKIT_OSX_COCOA="#"
50617 if test "x$TOOLKIT" = "xOSX_COCOA" ; then
50618 COND_TOOLKIT_OSX_COCOA=""
50619 fi
50620
50621 COND_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
50622 if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
50623 COND_TOOLKIT_OSX_COCOA_USE_GUI_1=""
50624 fi
50625
50626 COND_TOOLKIT_OSX_IPHONE="#"
50627 if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
50628 COND_TOOLKIT_OSX_IPHONE=""
50629 fi
50630
50631 COND_TOOLKIT_PM="#"
50632 if test "x$TOOLKIT" = "xPM" ; then
50633 COND_TOOLKIT_PM=""
50634 fi
50635
50636 COND_TOOLKIT_PM_USE_GUI_1="#"
50637 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
50638 COND_TOOLKIT_PM_USE_GUI_1=""
50639 fi
50640
50641 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
50642 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50643 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
50644 fi
50645
50646 COND_TOOLKIT_WINCE="#"
50647 if test "x$TOOLKIT" = "xWINCE" ; then
50648 COND_TOOLKIT_WINCE=""
50649 fi
50650
50651 COND_TOOLKIT_WINCE_USE_GUI_1="#"
50652 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
50653 COND_TOOLKIT_WINCE_USE_GUI_1=""
50654 fi
50655
50656 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
50657 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50658 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
50659 fi
50660
50661 COND_TOOLKIT_WINCE_WXUNIV_0="#"
50662 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
50663 COND_TOOLKIT_WINCE_WXUNIV_0=""
50664 fi
50665
50666 COND_TOOLKIT_X11="#"
50667 if test "x$TOOLKIT" = "xX11" ; then
50668 COND_TOOLKIT_X11=""
50669 fi
50670
50671 COND_TOOLKIT_X11_USE_GUI_1="#"
50672 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
50673 COND_TOOLKIT_X11_USE_GUI_1=""
50674 fi
50675
50676 COND_UNICODE_1="#"
50677 if test "x$UNICODE" = "x1" ; then
50678 COND_UNICODE_1=""
50679 fi
50680
50681 COND_USE_EXCEPTIONS_0="#"
50682 if test "x$USE_EXCEPTIONS" = "x0" ; then
50683 COND_USE_EXCEPTIONS_0=""
50684 fi
50685
50686 COND_USE_EXCEPTIONS_1="#"
50687 if test "x$USE_EXCEPTIONS" = "x1" ; then
50688 COND_USE_EXCEPTIONS_1=""
50689 fi
50690
50691 COND_USE_GUI_0="#"
50692 if test "x$USE_GUI" = "x0" ; then
50693 COND_USE_GUI_0=""
50694 fi
50695
50696 COND_USE_GUI_1="#"
50697 if test "x$USE_GUI" = "x1" ; then
50698 COND_USE_GUI_1=""
50699 fi
50700
50701 COND_USE_GUI_1_USE_OPENGL_1="#"
50702 if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50703 COND_USE_GUI_1_USE_OPENGL_1=""
50704 fi
50705
50706 COND_USE_GUI_1_WXUNIV_0="#"
50707 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50708 COND_USE_GUI_1_WXUNIV_0=""
50709 fi
50710
50711 COND_USE_GUI_1_WXUNIV_1="#"
50712 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
50713 COND_USE_GUI_1_WXUNIV_1=""
50714 fi
50715
50716 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
50717 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50718 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
50719 fi
50720
50721 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
50722 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50723 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
50724 fi
50725
50726 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
50727 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50728 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
50729 fi
50730
50731 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
50732 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50733 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
50734 fi
50735
50736 COND_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
50737 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50738 COND_USE_GUI_1_wxUSE_LIBPNG_builtin=""
50739 fi
50740
50741 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
50742 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50743 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
50744 fi
50745
50746 COND_USE_OPENGL_1="#"
50747 if test "x$USE_OPENGL" = "x1" ; then
50748 COND_USE_OPENGL_1=""
50749 fi
50750
50751 COND_USE_PCH_1="#"
50752 if test "x$USE_PCH" = "x1" ; then
50753 COND_USE_PCH_1=""
50754 fi
50755
50756 COND_USE_PLUGINS_0="#"
50757 if test "x$USE_PLUGINS" = "x0" ; then
50758 COND_USE_PLUGINS_0=""
50759 fi
50760
50761 COND_USE_RTTI_0="#"
50762 if test "x$USE_RTTI" = "x0" ; then
50763 COND_USE_RTTI_0=""
50764 fi
50765
50766 COND_USE_RTTI_1="#"
50767 if test "x$USE_RTTI" = "x1" ; then
50768 COND_USE_RTTI_1=""
50769 fi
50770
50771 COND_USE_SOTWOSYMLINKS_1="#"
50772 if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
50773 COND_USE_SOTWOSYMLINKS_1=""
50774 fi
50775
50776 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
50777 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
50778 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
50779 fi
50780
50781 COND_USE_SOVERLINUX_1="#"
50782 if test "x$USE_SOVERLINUX" = "x1" ; then
50783 COND_USE_SOVERLINUX_1=""
50784 fi
50785
50786 COND_USE_SOVERSION_0="#"
50787 if test "x$USE_SOVERSION" = "x0" ; then
50788 COND_USE_SOVERSION_0=""
50789 fi
50790
50791 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1="#"
50792 if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
50793 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1=""
50794 fi
50795
50796 COND_USE_SOVERSOLARIS_1="#"
50797 if test "x$USE_SOVERSOLARIS" = "x1" ; then
50798 COND_USE_SOVERSOLARIS_1=""
50799 fi
50800
50801 COND_USE_STC_1="#"
50802 if test "x$USE_STC" = "x1" ; then
50803 COND_USE_STC_1=""
50804 fi
50805
50806 COND_USE_THREADS_0="#"
50807 if test "x$USE_THREADS" = "x0" ; then
50808 COND_USE_THREADS_0=""
50809 fi
50810
50811 COND_USE_THREADS_1="#"
50812 if test "x$USE_THREADS" = "x1" ; then
50813 COND_USE_THREADS_1=""
50814 fi
50815
50816 COND_USE_XRC_1="#"
50817 if test "x$USE_XRC" = "x1" ; then
50818 COND_USE_XRC_1=""
50819 fi
50820
50821 COND_WINDOWS_IMPLIB_1="#"
50822 if test "x$WINDOWS_IMPLIB" = "x1" ; then
50823 COND_WINDOWS_IMPLIB_1=""
50824 fi
50825
50826 COND_WITH_PLUGIN_SDL_1="#"
50827 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
50828 COND_WITH_PLUGIN_SDL_1=""
50829 fi
50830
50831 COND_WXUNIV_0="#"
50832 if test "x$WXUNIV" = "x0" ; then
50833 COND_WXUNIV_0=""
50834 fi
50835
50836 COND_WXUNIV_1="#"
50837 if test "x$WXUNIV" = "x1" ; then
50838 COND_WXUNIV_1=""
50839 fi
50840
50841 COND_WXUSE_EXPAT_BUILTIN="#"
50842 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
50843 COND_WXUSE_EXPAT_BUILTIN=""
50844 fi
50845
50846 COND_WXUSE_LIBJPEG_BUILTIN="#"
50847 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50848 COND_WXUSE_LIBJPEG_BUILTIN=""
50849 fi
50850
50851 COND_WXUSE_LIBPNG_BUILTIN="#"
50852 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50853 COND_WXUSE_LIBPNG_BUILTIN=""
50854 fi
50855
50856 COND_WXUSE_LIBTIFF_BUILTIN="#"
50857 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50858 COND_WXUSE_LIBTIFF_BUILTIN=""
50859 fi
50860
50861 COND_WXUSE_REGEX_BUILTIN="#"
50862 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
50863 COND_WXUSE_REGEX_BUILTIN=""
50864 fi
50865
50866 COND_WXUSE_ZLIB_BUILTIN="#"
50867 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
50868 COND_WXUSE_ZLIB_BUILTIN=""
50869 fi
50870
50871 COND_wxUSE_EXPAT_builtin="#"
50872 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
50873 COND_wxUSE_EXPAT_builtin=""
50874 fi
50875
50876 COND_wxUSE_LIBJPEG_builtin="#"
50877 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50878 COND_wxUSE_LIBJPEG_builtin=""
50879 fi
50880
50881 COND_wxUSE_LIBPNG_builtin="#"
50882 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50883 COND_wxUSE_LIBPNG_builtin=""
50884 fi
50885
50886 COND_wxUSE_LIBTIFF_builtin="#"
50887 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50888 COND_wxUSE_LIBTIFF_builtin=""
50889 fi
50890
50891 COND_wxUSE_REGEX_builtin="#"
50892 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
50893 COND_wxUSE_REGEX_builtin=""
50894 fi
50895
50896 COND_wxUSE_ZLIB_builtin="#"
50897 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
50898 COND_wxUSE_ZLIB_builtin=""
50899 fi
50900
50901
50902
50903 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
50904 { { 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
50905 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;}
50906 { (exit 1); exit 1; }; }
50907 fi
50908
50909 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
50910 { { 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
50911 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;}
50912 { (exit 1); exit 1; }; }
50913 fi
50914
50915
50916 case ${INSTALL} in
50917 /* ) # Absolute
50918 ;;
50919 ?:* ) # Drive letter, considered as absolute.
50920 ;;
50921 *)
50922 INSTALL=`pwd`/${INSTALL} ;;
50923 esac
50924
50925 if test "$wxUSE_GUI" = "yes"; then
50926
50927 if test "$wxUSE_MSW" = 1 ; then
50928 if test "x$WINDRES" = "x"; then
50929 { { echo "$as_me:$LINENO: error: Required windres program not found" >&5
50930 echo "$as_me: error: Required windres program not found" >&2;}
50931 { (exit 1); exit 1; }; }
50932 fi
50933
50934 RESCOMP="$WINDRES"
50935 fi
50936
50937 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
50938 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
50939 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
50940
50941 LIBWXMACRES="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
50942
50943 # Extract the first word of "DeRez", so it can be a program name with args.
50944 set dummy DeRez; ac_word=$2
50945 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50946 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50947 if test "${ac_cv_prog_DEREZ+set}" = set; then
50948 echo $ECHO_N "(cached) $ECHO_C" >&6
50949 else
50950 if test -n "$DEREZ"; then
50951 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
50952 else
50953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50954 for as_dir in $PATH
50955 do
50956 IFS=$as_save_IFS
50957 test -z "$as_dir" && as_dir=.
50958 for ac_exec_ext in '' $ac_executable_extensions; do
50959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50960 ac_cv_prog_DEREZ="DeRez"
50961 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50962 break 2
50963 fi
50964 done
50965 done
50966 IFS=$as_save_IFS
50967
50968 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
50969 fi
50970 fi
50971 DEREZ=$ac_cv_prog_DEREZ
50972 if test -n "$DEREZ"; then
50973 { echo "$as_me:$LINENO: result: $DEREZ" >&5
50974 echo "${ECHO_T}$DEREZ" >&6; }
50975 else
50976 { echo "$as_me:$LINENO: result: no" >&5
50977 echo "${ECHO_T}no" >&6; }
50978 fi
50979
50980
50981
50982 MACSETFILE="\$(SETFILE)"
50983
50984 if test "$wxUSE_OSX_CARBON" = 1; then
50985 POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
50986 RESCOMP="$REZ"
50987 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
50988 else
50989 POSTLINK_COMMAND="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
50990 RESCOMP="cat /dev/null \| $REZ"
50991 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
50992 fi
50993
50994 else
50995 MACSETFILE="@true"
50996
50997 if test "$wxUSE_PM" = 1; then
50998 RESCOMP="emxbind"
50999 WXCONFIG_RESFLAGS="-ep"
51000
51001 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
51002 else
51003 POSTLINK_COMMAND="@true"
51004 fi
51005 fi
51006
51007 fi
51008
51009
51010 if test $GCC_PCH = 1
51011 then
51012 if test "$wx_cv_gcc_pch_bug" = yes; then
51013 { echo "$as_me:$LINENO: WARNING: *** Precompiled header support is broken on this compiler" >&5
51014 echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
51015 { echo "$as_me:$LINENO: WARNING: *** --enable-precomp-headers is not recommended" >&5
51016 echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
51017 { echo "$as_me:$LINENO: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
51018 echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
51019 fi
51020
51021 # Our WX_PRECOMP flag does not make sense for any language except C++ because
51022 # the headers that benefit from precompilation are mostly C++ headers.
51023 CXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
51024 # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
51025 #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
51026 fi
51027
51028
51029 if test "$wxUSE_MAC" = 1 ; then
51030 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
51031 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
51032 mv temp bk-deps
51033 chmod +x bk-deps
51034 fi
51035 fi
51036
51037 if test "$wxUSE_SHARED" = "yes"; then
51038 case "${host}" in
51039 *-pc-os2_emx | *-pc-os2-emx )
51040 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
51041 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
51042 cp -p ${srcdir}/src/os2/dllnames.sh .
51043 cp -p ${srcdir}/src/os2/dllar.sh .
51044 ;;
51045 esac
51046 fi
51047 if test "$wxUSE_OMF" = "yes"; then
51048 case "${host}" in
51049 *-pc-os2_emx | *-pc-os2-emx )
51050 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
51051 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
51052 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
51053 ;;
51054 esac
51055 fi
51056
51057 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
51058
51059
51060 case "${host}" in
51061 *-*-solaris2* )
51062 if test "$GCC" = yes; then
51063 CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//'`
51064 LIBS=`echo $LIBS | sed 's/-mt//'`
51065 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//'`
51066 fi
51067 ;;
51068
51069 *-*-linux* )
51070 if test "x$SUNCXX" = xyes; then
51071 CPPFLAGS=`echo $CPPFLAGS | sed 's/-pthread//'`
51072 LIBS=`echo $LIBS | sed 's/-pthread//'`
51073 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-pthread//'`
51074 fi
51075 ;;
51076 esac
51077
51078 CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
51079 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
51080 OBJCFLAGS="$OBJCFLAGS $CFLAGS_VISIBILITY"
51081 OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
51082
51083 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
51084
51085
51086
51087
51088
51089
51090
51091
51092
51093
51094
51095
51096
51097
51098
51099
51100
51101
51102
51103
51104
51105
51106
51107
51108
51109
51110
51111
51112
51113
51114
51115
51116
51117
51118
51119
51120
51121
51122
51123
51124
51125
51126
51127
51128
51129
51130
51131
51132
51133
51134
51135
51136
51137
51138
51139
51140
51141
51142
51143 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
51144 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
51145 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
51146 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
51147 echo $ECHO_N "(cached) $ECHO_C" >&6
51148 else
51149 cat >conftest.make <<\_ACEOF
51150 SHELL = /bin/sh
51151 all:
51152 @echo '@@@%%%=$(MAKE)=@@@%%%'
51153 _ACEOF
51154 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
51155 case `${MAKE-make} -f conftest.make 2>/dev/null` in
51156 *@@@%%%=?*=@@@%%%*)
51157 eval ac_cv_prog_make_${ac_make}_set=yes;;
51158 *)
51159 eval ac_cv_prog_make_${ac_make}_set=no;;
51160 esac
51161 rm -f conftest.make
51162 fi
51163 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
51164 { echo "$as_me:$LINENO: result: yes" >&5
51165 echo "${ECHO_T}yes" >&6; }
51166 SET_MAKE=
51167 else
51168 { echo "$as_me:$LINENO: result: no" >&5
51169 echo "${ECHO_T}no" >&6; }
51170 SET_MAKE="MAKE=${MAKE-make}"
51171 fi
51172
51173
51174
51175 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
51176
51177
51178 if test "$USE_WIN32" = 1; then
51179 ac_config_commands="$ac_config_commands rcdefs.h"
51180
51181 fi
51182
51183 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
51184
51185
51186 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
51187
51188
51189 ac_config_files="$ac_config_files utils/ifacecheck/rungccxml.sh"
51190
51191
51192 if test "$wx_cv_version_script" = "yes"; then
51193 ac_config_files="$ac_config_files version-script"
51194
51195 fi
51196 ac_config_files="$ac_config_files Makefile"
51197
51198
51199 ac_config_commands="$ac_config_commands wx-config"
51200
51201
51202
51203 if test "$wxWITH_SUBDIRS" != "no"; then
51204 if test "$wxUSE_GUI" = "yes"; then
51205 SUBDIRS="samples demos utils"
51206 else
51207 SUBDIRS="samples utils"
51208 fi
51209
51210
51211
51212 # Check whether --with-cppunit-prefix was given.
51213 if test "${with_cppunit_prefix+set}" = set; then
51214 withval=$with_cppunit_prefix; cppunit_config_prefix="$withval"
51215 else
51216 cppunit_config_prefix=""
51217 fi
51218
51219
51220 # Check whether --with-cppunit-exec-prefix was given.
51221 if test "${with_cppunit_exec_prefix+set}" = set; then
51222 withval=$with_cppunit_exec_prefix; cppunit_config_exec_prefix="$withval"
51223 else
51224 cppunit_config_exec_prefix=""
51225 fi
51226
51227
51228 if test x$cppunit_config_exec_prefix != x ; then
51229 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
51230 if test x${CPPUNIT_CONFIG+set} != xset ; then
51231 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
51232 fi
51233 fi
51234 if test x$cppunit_config_prefix != x ; then
51235 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
51236 if test x${CPPUNIT_CONFIG+set} != xset ; then
51237 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
51238 fi
51239 fi
51240
51241 # Extract the first word of "cppunit-config", so it can be a program name with args.
51242 set dummy cppunit-config; ac_word=$2
51243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51245 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
51246 echo $ECHO_N "(cached) $ECHO_C" >&6
51247 else
51248 case $CPPUNIT_CONFIG in
51249 [\\/]* | ?:[\\/]*)
51250 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
51251 ;;
51252 *)
51253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51254 for as_dir in $PATH
51255 do
51256 IFS=$as_save_IFS
51257 test -z "$as_dir" && as_dir=.
51258 for ac_exec_ext in '' $ac_executable_extensions; do
51259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51260 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
51261 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51262 break 2
51263 fi
51264 done
51265 done
51266 IFS=$as_save_IFS
51267
51268 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
51269 ;;
51270 esac
51271 fi
51272 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
51273 if test -n "$CPPUNIT_CONFIG"; then
51274 { echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
51275 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6; }
51276 else
51277 { echo "$as_me:$LINENO: result: no" >&5
51278 echo "${ECHO_T}no" >&6; }
51279 fi
51280
51281
51282 cppunit_version_min=1.8.0
51283
51284 { echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
51285 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6; }
51286 no_cppunit=""
51287 if test "$CPPUNIT_CONFIG" = "no" ; then
51288 { echo "$as_me:$LINENO: result: no" >&5
51289 echo "${ECHO_T}no" >&6; }
51290 no_cppunit=yes
51291 else
51292 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
51293 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
51294 cppunit_version=`$CPPUNIT_CONFIG --version`
51295
51296 cppunit_major_version=`echo $cppunit_version | \
51297 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
51298 cppunit_minor_version=`echo $cppunit_version | \
51299 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
51300 cppunit_micro_version=`echo $cppunit_version | \
51301 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
51302
51303 cppunit_major_min=`echo $cppunit_version_min | \
51304 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
51305 cppunit_minor_min=`echo $cppunit_version_min | \
51306 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
51307 cppunit_micro_min=`echo $cppunit_version_min | \
51308 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
51309
51310 cppunit_version_proper=`expr \
51311 $cppunit_major_version \> $cppunit_major_min \| \
51312 $cppunit_major_version \= $cppunit_major_min \& \
51313 $cppunit_minor_version \> $cppunit_minor_min \| \
51314 $cppunit_major_version \= $cppunit_major_min \& \
51315 $cppunit_minor_version \= $cppunit_minor_min \& \
51316 $cppunit_micro_version \>= $cppunit_micro_min `
51317
51318 if test "$cppunit_version_proper" = "1" ; then
51319 { echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
51320 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
51321 else
51322 { echo "$as_me:$LINENO: result: no" >&5
51323 echo "${ECHO_T}no" >&6; }
51324 no_cppunit=yes
51325 fi
51326 fi
51327
51328 if test "x$no_cppunit" = x ; then
51329 SUBDIRS="$SUBDIRS tests"
51330 else
51331 CPPUNIT_CFLAGS=""
51332 CPPUNIT_LIBS=""
51333 :
51334 fi
51335
51336
51337
51338
51339
51340 for subdir in $SUBDIRS; do
51341 if test -d ${srcdir}/${subdir} ; then
51342 if test "$wxUSE_GUI" = "yes"; then
51343 if test ${subdir} = "samples"; then
51344 makefiles="samples/Makefile.in $makefiles"
51345 for sample in $SAMPLES_SUBDIRS; do
51346 if test -d $srcdir/samples/$sample; then
51347 makefiles="samples/$sample/Makefile.in $makefiles"
51348 fi
51349 done
51350 else
51351 disabled_var=DISABLED_`echo $subdir | tr '[a-z]' '[A-Z]'`
51352 eval "disabled=\$$disabled_var"
51353 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
51354 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
51355 fi
51356 else
51357 if test ${subdir} = "samples"; then
51358 makefiles="samples/Makefile.in $makefiles"
51359 for sample in `echo $SAMPLES_SUBDIRS`; do
51360 if test -d $srcdir/samples/$sample; then
51361 makefiles="samples/$sample/Makefile.in $makefiles"
51362 fi
51363 done
51364 elif test ${subdir} = "utils"; then
51365 makefiles=""
51366 for util in ifacecheck ; do
51367 if test -d $srcdir/utils/$util ; then
51368 makefiles="utils/$util/src/Makefile.in \
51369 $makefiles"
51370 fi
51371 done
51372 else
51373 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
51374 fi
51375 fi
51376
51377 for mkin in $makefiles ; do
51378 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
51379 ac_config_files="$ac_config_files $mk"
51380
51381 done
51382 fi
51383 done
51384 fi
51385 cat >confcache <<\_ACEOF
51386 # This file is a shell script that caches the results of configure
51387 # tests run on this system so they can be shared between configure
51388 # scripts and configure runs, see configure's option --config-cache.
51389 # It is not useful on other systems. If it contains results you don't
51390 # want to keep, you may remove or edit it.
51391 #
51392 # config.status only pays attention to the cache file if you give it
51393 # the --recheck option to rerun configure.
51394 #
51395 # `ac_cv_env_foo' variables (set or unset) will be overridden when
51396 # loading this file, other *unset* `ac_cv_foo' will be assigned the
51397 # following values.
51398
51399 _ACEOF
51400
51401 # The following way of writing the cache mishandles newlines in values,
51402 # but we know of no workaround that is simple, portable, and efficient.
51403 # So, we kill variables containing newlines.
51404 # Ultrix sh set writes to stderr and can't be redirected directly,
51405 # and sets the high bit in the cache file unless we assign to the vars.
51406 (
51407 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
51408 eval ac_val=\$$ac_var
51409 case $ac_val in #(
51410 *${as_nl}*)
51411 case $ac_var in #(
51412 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
51413 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
51414 esac
51415 case $ac_var in #(
51416 _ | IFS | as_nl) ;; #(
51417 *) $as_unset $ac_var ;;
51418 esac ;;
51419 esac
51420 done
51421
51422 (set) 2>&1 |
51423 case $as_nl`(ac_space=' '; set) 2>&1` in #(
51424 *${as_nl}ac_space=\ *)
51425 # `set' does not quote correctly, so add quotes (double-quote
51426 # substitution turns \\\\ into \\, and sed turns \\ into \).
51427 sed -n \
51428 "s/'/'\\\\''/g;
51429 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
51430 ;; #(
51431 *)
51432 # `set' quotes correctly as required by POSIX, so do not add quotes.
51433 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
51434 ;;
51435 esac |
51436 sort
51437 ) |
51438 sed '
51439 /^ac_cv_env_/b end
51440 t clear
51441 :clear
51442 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
51443 t end
51444 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
51445 :end' >>confcache
51446 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
51447 if test -w "$cache_file"; then
51448 test "x$cache_file" != "x/dev/null" &&
51449 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
51450 echo "$as_me: updating cache $cache_file" >&6;}
51451 cat confcache >$cache_file
51452 else
51453 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
51454 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
51455 fi
51456 fi
51457 rm -f confcache
51458
51459 test "x$prefix" = xNONE && prefix=$ac_default_prefix
51460 # Let make expand exec_prefix.
51461 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
51462
51463 DEFS=-DHAVE_CONFIG_H
51464
51465 ac_libobjs=
51466 ac_ltlibobjs=
51467 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
51468 # 1. Remove the extension, and $U if already installed.
51469 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
51470 ac_i=`echo "$ac_i" | sed "$ac_script"`
51471 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
51472 # will be set to the directory where LIBOBJS objects are built.
51473 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
51474 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
51475 done
51476 LIBOBJS=$ac_libobjs
51477
51478 LTLIBOBJS=$ac_ltlibobjs
51479
51480
51481
51482 : ${CONFIG_STATUS=./config.status}
51483 ac_clean_files_save=$ac_clean_files
51484 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
51485 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
51486 echo "$as_me: creating $CONFIG_STATUS" >&6;}
51487 cat >$CONFIG_STATUS <<_ACEOF
51488 #! $SHELL
51489 # Generated by $as_me.
51490 # Run this file to recreate the current configuration.
51491 # Compiler output produced by configure, useful for debugging
51492 # configure, is in config.log if it exists.
51493
51494 debug=false
51495 ac_cs_recheck=false
51496 ac_cs_silent=false
51497 SHELL=\${CONFIG_SHELL-$SHELL}
51498 _ACEOF
51499
51500 cat >>$CONFIG_STATUS <<\_ACEOF
51501 ## --------------------- ##
51502 ## M4sh Initialization. ##
51503 ## --------------------- ##
51504
51505 # Be more Bourne compatible
51506 DUALCASE=1; export DUALCASE # for MKS sh
51507 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
51508 emulate sh
51509 NULLCMD=:
51510 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
51511 # is contrary to our usage. Disable this feature.
51512 alias -g '${1+"$@"}'='"$@"'
51513 setopt NO_GLOB_SUBST
51514 else
51515 case `(set -o) 2>/dev/null` in
51516 *posix*) set -o posix ;;
51517 esac
51518
51519 fi
51520
51521
51522
51523
51524 # PATH needs CR
51525 # Avoid depending upon Character Ranges.
51526 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
51527 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
51528 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
51529 as_cr_digits='0123456789'
51530 as_cr_alnum=$as_cr_Letters$as_cr_digits
51531
51532 # The user is always right.
51533 if test "${PATH_SEPARATOR+set}" != set; then
51534 echo "#! /bin/sh" >conf$$.sh
51535 echo "exit 0" >>conf$$.sh
51536 chmod +x conf$$.sh
51537 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
51538 PATH_SEPARATOR=';'
51539 else
51540 PATH_SEPARATOR=:
51541 fi
51542 rm -f conf$$.sh
51543 fi
51544
51545 # Support unset when possible.
51546 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
51547 as_unset=unset
51548 else
51549 as_unset=false
51550 fi
51551
51552
51553 # IFS
51554 # We need space, tab and new line, in precisely that order. Quoting is
51555 # there to prevent editors from complaining about space-tab.
51556 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
51557 # splitting by setting IFS to empty value.)
51558 as_nl='
51559 '
51560 IFS=" "" $as_nl"
51561
51562 # Find who we are. Look in the path if we contain no directory separator.
51563 case $0 in
51564 *[\\/]* ) as_myself=$0 ;;
51565 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51566 for as_dir in $PATH
51567 do
51568 IFS=$as_save_IFS
51569 test -z "$as_dir" && as_dir=.
51570 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
51571 done
51572 IFS=$as_save_IFS
51573
51574 ;;
51575 esac
51576 # We did not find ourselves, most probably we were run as `sh COMMAND'
51577 # in which case we are not to be found in the path.
51578 if test "x$as_myself" = x; then
51579 as_myself=$0
51580 fi
51581 if test ! -f "$as_myself"; then
51582 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
51583 { (exit 1); exit 1; }
51584 fi
51585
51586 # Work around bugs in pre-3.0 UWIN ksh.
51587 for as_var in ENV MAIL MAILPATH
51588 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
51589 done
51590 PS1='$ '
51591 PS2='> '
51592 PS4='+ '
51593
51594 # NLS nuisances.
51595 for as_var in \
51596 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
51597 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
51598 LC_TELEPHONE LC_TIME
51599 do
51600 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
51601 eval $as_var=C; export $as_var
51602 else
51603 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
51604 fi
51605 done
51606
51607 # Required to use basename.
51608 if expr a : '\(a\)' >/dev/null 2>&1 &&
51609 test "X`expr 00001 : '.*\(...\)'`" = X001; then
51610 as_expr=expr
51611 else
51612 as_expr=false
51613 fi
51614
51615 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
51616 as_basename=basename
51617 else
51618 as_basename=false
51619 fi
51620
51621
51622 # Name of the executable.
51623 as_me=`$as_basename -- "$0" ||
51624 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
51625 X"$0" : 'X\(//\)$' \| \
51626 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
51627 echo X/"$0" |
51628 sed '/^.*\/\([^/][^/]*\)\/*$/{
51629 s//\1/
51630 q
51631 }
51632 /^X\/\(\/\/\)$/{
51633 s//\1/
51634 q
51635 }
51636 /^X\/\(\/\).*/{
51637 s//\1/
51638 q
51639 }
51640 s/.*/./; q'`
51641
51642 # CDPATH.
51643 $as_unset CDPATH
51644
51645
51646
51647 as_lineno_1=$LINENO
51648 as_lineno_2=$LINENO
51649 test "x$as_lineno_1" != "x$as_lineno_2" &&
51650 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
51651
51652 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
51653 # uniformly replaced by the line number. The first 'sed' inserts a
51654 # line-number line after each line using $LINENO; the second 'sed'
51655 # does the real work. The second script uses 'N' to pair each
51656 # line-number line with the line containing $LINENO, and appends
51657 # trailing '-' during substitution so that $LINENO is not a special
51658 # case at line end.
51659 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
51660 # scripts with optimization help from Paolo Bonzini. Blame Lee
51661 # E. McMahon (1931-1989) for sed's syntax. :-)
51662 sed -n '
51663 p
51664 /[$]LINENO/=
51665 ' <$as_myself |
51666 sed '
51667 s/[$]LINENO.*/&-/
51668 t lineno
51669 b
51670 :lineno
51671 N
51672 :loop
51673 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
51674 t loop
51675 s/-\n.*//
51676 ' >$as_me.lineno &&
51677 chmod +x "$as_me.lineno" ||
51678 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
51679 { (exit 1); exit 1; }; }
51680
51681 # Don't try to exec as it changes $[0], causing all sort of problems
51682 # (the dirname of $[0] is not the place where we might find the
51683 # original and so on. Autoconf is especially sensitive to this).
51684 . "./$as_me.lineno"
51685 # Exit status is that of the last command.
51686 exit
51687 }
51688
51689
51690 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
51691 as_dirname=dirname
51692 else
51693 as_dirname=false
51694 fi
51695
51696 ECHO_C= ECHO_N= ECHO_T=
51697 case `echo -n x` in
51698 -n*)
51699 case `echo 'x\c'` in
51700 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
51701 *) ECHO_C='\c';;
51702 esac;;
51703 *)
51704 ECHO_N='-n';;
51705 esac
51706
51707 if expr a : '\(a\)' >/dev/null 2>&1 &&
51708 test "X`expr 00001 : '.*\(...\)'`" = X001; then
51709 as_expr=expr
51710 else
51711 as_expr=false
51712 fi
51713
51714 rm -f conf$$ conf$$.exe conf$$.file
51715 if test -d conf$$.dir; then
51716 rm -f conf$$.dir/conf$$.file
51717 else
51718 rm -f conf$$.dir
51719 mkdir conf$$.dir
51720 fi
51721 echo >conf$$.file
51722 if ln -s conf$$.file conf$$ 2>/dev/null; then
51723 as_ln_s='ln -s'
51724 # ... but there are two gotchas:
51725 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
51726 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
51727 # In both cases, we have to default to `cp -p'.
51728 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
51729 as_ln_s='cp -p'
51730 elif ln conf$$.file conf$$ 2>/dev/null; then
51731 as_ln_s=ln
51732 else
51733 as_ln_s='cp -p'
51734 fi
51735 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
51736 rmdir conf$$.dir 2>/dev/null
51737
51738 if mkdir -p . 2>/dev/null; then
51739 as_mkdir_p=:
51740 else
51741 test -d ./-p && rmdir ./-p
51742 as_mkdir_p=false
51743 fi
51744
51745 if test -x / >/dev/null 2>&1; then
51746 as_test_x='test -x'
51747 else
51748 if ls -dL / >/dev/null 2>&1; then
51749 as_ls_L_option=L
51750 else
51751 as_ls_L_option=
51752 fi
51753 as_test_x='
51754 eval sh -c '\''
51755 if test -d "$1"; then
51756 test -d "$1/.";
51757 else
51758 case $1 in
51759 -*)set "./$1";;
51760 esac;
51761 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
51762 ???[sx]*):;;*)false;;esac;fi
51763 '\'' sh
51764 '
51765 fi
51766 as_executable_p=$as_test_x
51767
51768 # Sed expression to map a string onto a valid CPP name.
51769 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
51770
51771 # Sed expression to map a string onto a valid variable name.
51772 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
51773
51774
51775 exec 6>&1
51776
51777 # Save the log message, to keep $[0] and so on meaningful, and to
51778 # report actual input values of CONFIG_FILES etc. instead of their
51779 # values after options handling.
51780 ac_log="
51781 This file was extended by wxWidgets $as_me 2.9.1, which was
51782 generated by GNU Autoconf 2.61. Invocation command line was
51783
51784 CONFIG_FILES = $CONFIG_FILES
51785 CONFIG_HEADERS = $CONFIG_HEADERS
51786 CONFIG_LINKS = $CONFIG_LINKS
51787 CONFIG_COMMANDS = $CONFIG_COMMANDS
51788 $ $0 $@
51789
51790 on `(hostname || uname -n) 2>/dev/null | sed 1q`
51791 "
51792
51793 _ACEOF
51794
51795 cat >>$CONFIG_STATUS <<_ACEOF
51796 # Files that config.status was made for.
51797 config_files="$ac_config_files"
51798 config_headers="$ac_config_headers"
51799 config_commands="$ac_config_commands"
51800
51801 _ACEOF
51802
51803 cat >>$CONFIG_STATUS <<\_ACEOF
51804 ac_cs_usage="\
51805 \`$as_me' instantiates files from templates according to the
51806 current configuration.
51807
51808 Usage: $0 [OPTIONS] [FILE]...
51809
51810 -h, --help print this help, then exit
51811 -V, --version print version number and configuration settings, then exit
51812 -q, --quiet do not print progress messages
51813 -d, --debug don't remove temporary files
51814 --recheck update $as_me by reconfiguring in the same conditions
51815 --file=FILE[:TEMPLATE]
51816 instantiate the configuration file FILE
51817 --header=FILE[:TEMPLATE]
51818 instantiate the configuration header FILE
51819
51820 Configuration files:
51821 $config_files
51822
51823 Configuration headers:
51824 $config_headers
51825
51826 Configuration commands:
51827 $config_commands
51828
51829 Report bugs to <bug-autoconf@gnu.org>."
51830
51831 _ACEOF
51832 cat >>$CONFIG_STATUS <<_ACEOF
51833 ac_cs_version="\\
51834 wxWidgets config.status 2.9.1
51835 configured by $0, generated by GNU Autoconf 2.61,
51836 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
51837
51838 Copyright (C) 2006 Free Software Foundation, Inc.
51839 This config.status script is free software; the Free Software Foundation
51840 gives unlimited permission to copy, distribute and modify it."
51841
51842 ac_pwd='$ac_pwd'
51843 srcdir='$srcdir'
51844 INSTALL='$INSTALL'
51845 _ACEOF
51846
51847 cat >>$CONFIG_STATUS <<\_ACEOF
51848 # If no file are specified by the user, then we need to provide default
51849 # value. By we need to know if files were specified by the user.
51850 ac_need_defaults=:
51851 while test $# != 0
51852 do
51853 case $1 in
51854 --*=*)
51855 ac_option=`expr "X$1" : 'X\([^=]*\)='`
51856 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
51857 ac_shift=:
51858 ;;
51859 *)
51860 ac_option=$1
51861 ac_optarg=$2
51862 ac_shift=shift
51863 ;;
51864 esac
51865
51866 case $ac_option in
51867 # Handling of the options.
51868 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
51869 ac_cs_recheck=: ;;
51870 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
51871 echo "$ac_cs_version"; exit ;;
51872 --debug | --debu | --deb | --de | --d | -d )
51873 debug=: ;;
51874 --file | --fil | --fi | --f )
51875 $ac_shift
51876 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
51877 ac_need_defaults=false;;
51878 --header | --heade | --head | --hea )
51879 $ac_shift
51880 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
51881 ac_need_defaults=false;;
51882 --he | --h)
51883 # Conflict between --help and --header
51884 { echo "$as_me: error: ambiguous option: $1
51885 Try \`$0 --help' for more information." >&2
51886 { (exit 1); exit 1; }; };;
51887 --help | --hel | -h )
51888 echo "$ac_cs_usage"; exit ;;
51889 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
51890 | -silent | --silent | --silen | --sile | --sil | --si | --s)
51891 ac_cs_silent=: ;;
51892
51893 # This is an error.
51894 -*) { echo "$as_me: error: unrecognized option: $1
51895 Try \`$0 --help' for more information." >&2
51896 { (exit 1); exit 1; }; } ;;
51897
51898 *) ac_config_targets="$ac_config_targets $1"
51899 ac_need_defaults=false ;;
51900
51901 esac
51902 shift
51903 done
51904
51905 ac_configure_extra_args=
51906
51907 if $ac_cs_silent; then
51908 exec 6>/dev/null
51909 ac_configure_extra_args="$ac_configure_extra_args --silent"
51910 fi
51911
51912 _ACEOF
51913 cat >>$CONFIG_STATUS <<_ACEOF
51914 if \$ac_cs_recheck; then
51915 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
51916 CONFIG_SHELL=$SHELL
51917 export CONFIG_SHELL
51918 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
51919 fi
51920
51921 _ACEOF
51922 cat >>$CONFIG_STATUS <<\_ACEOF
51923 exec 5>>config.log
51924 {
51925 echo
51926 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
51927 ## Running $as_me. ##
51928 _ASBOX
51929 echo "$ac_log"
51930 } >&5
51931
51932 _ACEOF
51933 cat >>$CONFIG_STATUS <<_ACEOF
51934 #
51935 # INIT-COMMANDS
51936 #
51937
51938 CPP="$CPP"
51939 infile="$srcdir/include/wx/msw/genrcdefs.h"
51940 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
51941
51942
51943 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51944 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51945 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51946 LN_S="${LN_S}"
51947
51948
51949 _ACEOF
51950
51951 cat >>$CONFIG_STATUS <<\_ACEOF
51952
51953 # Handling of arguments.
51954 for ac_config_target in $ac_config_targets
51955 do
51956 case $ac_config_target in
51957 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
51958 "rcdefs.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
51959 "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
51960 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
51961 "utils/ifacecheck/rungccxml.sh") CONFIG_FILES="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
51962 "version-script") CONFIG_FILES="$CONFIG_FILES version-script" ;;
51963 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
51964 "wx-config") CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
51965 "$mk") CONFIG_FILES="$CONFIG_FILES $mk" ;;
51966
51967 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
51968 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
51969 { (exit 1); exit 1; }; };;
51970 esac
51971 done
51972
51973
51974 # If the user did not use the arguments to specify the items to instantiate,
51975 # then the envvar interface is used. Set only those that are not.
51976 # We use the long form for the default assignment because of an extremely
51977 # bizarre bug on SunOS 4.1.3.
51978 if $ac_need_defaults; then
51979 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
51980 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
51981 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
51982 fi
51983
51984 # Have a temporary directory for convenience. Make it in the build tree
51985 # simply because there is no reason against having it here, and in addition,
51986 # creating and moving files from /tmp can sometimes cause problems.
51987 # Hook for its removal unless debugging.
51988 # Note that there is a small window in which the directory will not be cleaned:
51989 # after its creation but before its name has been assigned to `$tmp'.
51990 $debug ||
51991 {
51992 tmp=
51993 trap 'exit_status=$?
51994 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
51995 ' 0
51996 trap '{ (exit 1); exit 1; }' 1 2 13 15
51997 }
51998 # Create a (secure) tmp directory for tmp files.
51999
52000 {
52001 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
52002 test -n "$tmp" && test -d "$tmp"
52003 } ||
52004 {
52005 tmp=./conf$$-$RANDOM
52006 (umask 077 && mkdir "$tmp")
52007 } ||
52008 {
52009 echo "$me: cannot create a temporary directory in ." >&2
52010 { (exit 1); exit 1; }
52011 }
52012
52013 #
52014 # Set up the sed scripts for CONFIG_FILES section.
52015 #
52016
52017 # No need to generate the scripts if there are no CONFIG_FILES.
52018 # This happens for instance when ./config.status config.h
52019 if test -n "$CONFIG_FILES"; then
52020
52021 _ACEOF
52022
52023
52024
52025 ac_delim='%!_!# '
52026 for ac_last_try in false false false false false :; do
52027 cat >conf$$subs.sed <<_ACEOF
52028 SHELL!$SHELL$ac_delim
52029 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
52030 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
52031 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
52032 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
52033 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
52034 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
52035 exec_prefix!$exec_prefix$ac_delim
52036 prefix!$prefix$ac_delim
52037 program_transform_name!$program_transform_name$ac_delim
52038 bindir!$bindir$ac_delim
52039 sbindir!$sbindir$ac_delim
52040 libexecdir!$libexecdir$ac_delim
52041 datarootdir!$datarootdir$ac_delim
52042 datadir!$datadir$ac_delim
52043 sysconfdir!$sysconfdir$ac_delim
52044 sharedstatedir!$sharedstatedir$ac_delim
52045 localstatedir!$localstatedir$ac_delim
52046 includedir!$includedir$ac_delim
52047 oldincludedir!$oldincludedir$ac_delim
52048 docdir!$docdir$ac_delim
52049 infodir!$infodir$ac_delim
52050 htmldir!$htmldir$ac_delim
52051 dvidir!$dvidir$ac_delim
52052 pdfdir!$pdfdir$ac_delim
52053 psdir!$psdir$ac_delim
52054 libdir!$libdir$ac_delim
52055 localedir!$localedir$ac_delim
52056 mandir!$mandir$ac_delim
52057 DEFS!$DEFS$ac_delim
52058 ECHO_C!$ECHO_C$ac_delim
52059 ECHO_N!$ECHO_N$ac_delim
52060 ECHO_T!$ECHO_T$ac_delim
52061 LIBS!$LIBS$ac_delim
52062 build_alias!$build_alias$ac_delim
52063 host_alias!$host_alias$ac_delim
52064 target_alias!$target_alias$ac_delim
52065 build!$build$ac_delim
52066 build_cpu!$build_cpu$ac_delim
52067 build_vendor!$build_vendor$ac_delim
52068 build_os!$build_os$ac_delim
52069 host!$host$ac_delim
52070 host_cpu!$host_cpu$ac_delim
52071 host_vendor!$host_vendor$ac_delim
52072 host_os!$host_os$ac_delim
52073 wx_top_builddir!$wx_top_builddir$ac_delim
52074 CC!$CC$ac_delim
52075 CFLAGS!$CFLAGS$ac_delim
52076 LDFLAGS!$LDFLAGS$ac_delim
52077 CPPFLAGS!$CPPFLAGS$ac_delim
52078 ac_ct_CC!$ac_ct_CC$ac_delim
52079 EXEEXT!$EXEEXT$ac_delim
52080 OBJEXT!$OBJEXT$ac_delim
52081 CPP!$CPP$ac_delim
52082 GREP!$GREP$ac_delim
52083 EGREP!$EGREP$ac_delim
52084 CXX!$CXX$ac_delim
52085 CXXFLAGS!$CXXFLAGS$ac_delim
52086 ac_ct_CXX!$ac_ct_CXX$ac_delim
52087 AR!$AR$ac_delim
52088 subdirs!$subdirs$ac_delim
52089 PKG_CONFIG!$PKG_CONFIG$ac_delim
52090 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
52091 GTK_LIBS!$GTK_LIBS$ac_delim
52092 GTK_CONFIG!$GTK_CONFIG$ac_delim
52093 DIRECTFB_CFLAGS!$DIRECTFB_CFLAGS$ac_delim
52094 DIRECTFB_LIBS!$DIRECTFB_LIBS$ac_delim
52095 XMKMF!$XMKMF$ac_delim
52096 X_CFLAGS!$X_CFLAGS$ac_delim
52097 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
52098 X_LIBS!$X_LIBS$ac_delim
52099 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
52100 PANGOX_CFLAGS!$PANGOX_CFLAGS$ac_delim
52101 PANGOX_LIBS!$PANGOX_LIBS$ac_delim
52102 PANGOFT2_CFLAGS!$PANGOFT2_CFLAGS$ac_delim
52103 PANGOFT2_LIBS!$PANGOFT2_LIBS$ac_delim
52104 PANGOXFT_CFLAGS!$PANGOXFT_CFLAGS$ac_delim
52105 PANGOXFT_LIBS!$PANGOXFT_LIBS$ac_delim
52106 CFLAGS_VISIBILITY!$CFLAGS_VISIBILITY$ac_delim
52107 CXXFLAGS_VISIBILITY!$CXXFLAGS_VISIBILITY$ac_delim
52108 LIBICONV!$LIBICONV$ac_delim
52109 GXX_VERSION!$GXX_VERSION$ac_delim
52110 SDL_CONFIG!$SDL_CONFIG$ac_delim
52111 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
52112 SDL_LIBS!$SDL_LIBS$ac_delim
52113 GTKPRINT_CFLAGS!$GTKPRINT_CFLAGS$ac_delim
52114 GTKPRINT_LIBS!$GTKPRINT_LIBS$ac_delim
52115 LIBGNOMEPRINTUI_CFLAGS!$LIBGNOMEPRINTUI_CFLAGS$ac_delim
52116 LIBGNOMEPRINTUI_LIBS!$LIBGNOMEPRINTUI_LIBS$ac_delim
52117 GNOMEVFS_CFLAGS!$GNOMEVFS_CFLAGS$ac_delim
52118 GNOMEVFS_LIBS!$GNOMEVFS_LIBS$ac_delim
52119 HILDON_CFLAGS!$HILDON_CFLAGS$ac_delim
52120 HILDON_LIBS!$HILDON_LIBS$ac_delim
52121 HILDON2_CFLAGS!$HILDON2_CFLAGS$ac_delim
52122 HILDON2_LIBS!$HILDON2_LIBS$ac_delim
52123 PYTHON!$PYTHON$ac_delim
52124 COND_PYTHON!$COND_PYTHON$ac_delim
52125 _ACEOF
52126
52127 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52128 break
52129 elif $ac_last_try; then
52130 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52131 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52132 { (exit 1); exit 1; }; }
52133 else
52134 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52135 fi
52136 done
52137
52138 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52139 if test -n "$ac_eof"; then
52140 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52141 ac_eof=`expr $ac_eof + 1`
52142 fi
52143
52144 cat >>$CONFIG_STATUS <<_ACEOF
52145 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
52146 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52147 _ACEOF
52148 sed '
52149 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52150 s/^/s,@/; s/!/@,|#_!!_#|/
52151 :n
52152 t n
52153 s/'"$ac_delim"'$/,g/; t
52154 s/$/\\/; p
52155 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52156 ' >>$CONFIG_STATUS <conf$$subs.sed
52157 rm -f conf$$subs.sed
52158 cat >>$CONFIG_STATUS <<_ACEOF
52159 CEOF$ac_eof
52160 _ACEOF
52161
52162
52163 ac_delim='%!_!# '
52164 for ac_last_try in false false false false false :; do
52165 cat >conf$$subs.sed <<_ACEOF
52166 CAIRO_CFLAGS!$CAIRO_CFLAGS$ac_delim
52167 CAIRO_LIBS!$CAIRO_LIBS$ac_delim
52168 GST_CFLAGS!$GST_CFLAGS$ac_delim
52169 GST_LIBS!$GST_LIBS$ac_delim
52170 ALL_WX_LIBS!$ALL_WX_LIBS$ac_delim
52171 BUILT_WX_LIBS!$BUILT_WX_LIBS$ac_delim
52172 STD_BASE_LIBS!$STD_BASE_LIBS$ac_delim
52173 STD_GUI_LIBS!$STD_GUI_LIBS$ac_delim
52174 wxUSE_ZLIB!$wxUSE_ZLIB$ac_delim
52175 wxUSE_REGEX!$wxUSE_REGEX$ac_delim
52176 wxUSE_EXPAT!$wxUSE_EXPAT$ac_delim
52177 wxUSE_LIBJPEG!$wxUSE_LIBJPEG$ac_delim
52178 wxUSE_LIBPNG!$wxUSE_LIBPNG$ac_delim
52179 wxUSE_LIBTIFF!$wxUSE_LIBTIFF$ac_delim
52180 VENDOR!$VENDOR$ac_delim
52181 OFFICIAL_BUILD!$OFFICIAL_BUILD$ac_delim
52182 WX_FLAVOUR!$WX_FLAVOUR$ac_delim
52183 WX_LIB_FLAVOUR!$WX_LIB_FLAVOUR$ac_delim
52184 WXUNIV!$WXUNIV$ac_delim
52185 MONOLITHIC!$MONOLITHIC$ac_delim
52186 USE_PLUGINS!$USE_PLUGINS$ac_delim
52187 CXXWARNINGS!$CXXWARNINGS$ac_delim
52188 EXTRALIBS!$EXTRALIBS$ac_delim
52189 EXTRALIBS_XML!$EXTRALIBS_XML$ac_delim
52190 EXTRALIBS_HTML!$EXTRALIBS_HTML$ac_delim
52191 EXTRALIBS_MEDIA!$EXTRALIBS_MEDIA$ac_delim
52192 EXTRALIBS_GUI!$EXTRALIBS_GUI$ac_delim
52193 EXTRALIBS_OPENGL!$EXTRALIBS_OPENGL$ac_delim
52194 EXTRALIBS_SDL!$EXTRALIBS_SDL$ac_delim
52195 EXTRALIBS_STC!$EXTRALIBS_STC$ac_delim
52196 WITH_PLUGIN_SDL!$WITH_PLUGIN_SDL$ac_delim
52197 EXTRALIBS_GTKPRINT!$EXTRALIBS_GTKPRINT$ac_delim
52198 EXTRALIBS_GNOMEPRINT!$EXTRALIBS_GNOMEPRINT$ac_delim
52199 EXTRALIBS_GNOMEVFS!$EXTRALIBS_GNOMEVFS$ac_delim
52200 EXTRALIBS_HILDON!$EXTRALIBS_HILDON$ac_delim
52201 UNICODE!$UNICODE$ac_delim
52202 DEBUG_INFO!$DEBUG_INFO$ac_delim
52203 DEBUG_FLAG!$DEBUG_FLAG$ac_delim
52204 TOOLKIT_LOWERCASE!$TOOLKIT_LOWERCASE$ac_delim
52205 TOOLKIT_VERSION!$TOOLKIT_VERSION$ac_delim
52206 DYLIB_RPATH_INSTALL!$DYLIB_RPATH_INSTALL$ac_delim
52207 DYLIB_RPATH_POSTLINK!$DYLIB_RPATH_POSTLINK$ac_delim
52208 SAMPLES_RPATH_FLAG!$SAMPLES_RPATH_FLAG$ac_delim
52209 HEADER_PAD_OPTION!$HEADER_PAD_OPTION$ac_delim
52210 HOST_SUFFIX!$HOST_SUFFIX$ac_delim
52211 CPPUNIT_CFLAGS!$CPPUNIT_CFLAGS$ac_delim
52212 CPPUNIT_LIBS!$CPPUNIT_LIBS$ac_delim
52213 RANLIB!$RANLIB$ac_delim
52214 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
52215 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
52216 INSTALL_DATA!$INSTALL_DATA$ac_delim
52217 LN_S!$LN_S$ac_delim
52218 SET_MAKE!$SET_MAKE$ac_delim
52219 MAKE_SET!$MAKE_SET$ac_delim
52220 AROPTIONS!$AROPTIONS$ac_delim
52221 STRIP!$STRIP$ac_delim
52222 NM!$NM$ac_delim
52223 INSTALL_DIR!$INSTALL_DIR$ac_delim
52224 LDFLAGS_GUI!$LDFLAGS_GUI$ac_delim
52225 IF_GNU_MAKE!$IF_GNU_MAKE$ac_delim
52226 PLATFORM_UNIX!$PLATFORM_UNIX$ac_delim
52227 PLATFORM_WIN32!$PLATFORM_WIN32$ac_delim
52228 PLATFORM_MSDOS!$PLATFORM_MSDOS$ac_delim
52229 PLATFORM_MAC!$PLATFORM_MAC$ac_delim
52230 PLATFORM_MACOS!$PLATFORM_MACOS$ac_delim
52231 PLATFORM_MACOSX!$PLATFORM_MACOSX$ac_delim
52232 PLATFORM_OS2!$PLATFORM_OS2$ac_delim
52233 PLATFORM_BEOS!$PLATFORM_BEOS$ac_delim
52234 SO_SUFFIX!$SO_SUFFIX$ac_delim
52235 SO_SUFFIX_MODULE!$SO_SUFFIX_MODULE$ac_delim
52236 DLLIMP_SUFFIX!$DLLIMP_SUFFIX$ac_delim
52237 LIBPREFIX!$LIBPREFIX$ac_delim
52238 LIBEXT!$LIBEXT$ac_delim
52239 DLLPREFIX!$DLLPREFIX$ac_delim
52240 DLLPREFIX_MODULE!$DLLPREFIX_MODULE$ac_delim
52241 dlldir!$dlldir$ac_delim
52242 AIX_CXX_LD!$AIX_CXX_LD$ac_delim
52243 SHARED_LD_CC!$SHARED_LD_CC$ac_delim
52244 SHARED_LD_CXX!$SHARED_LD_CXX$ac_delim
52245 SHARED_LD_MODULE_CC!$SHARED_LD_MODULE_CC$ac_delim
52246 SHARED_LD_MODULE_CXX!$SHARED_LD_MODULE_CXX$ac_delim
52247 PIC_FLAG!$PIC_FLAG$ac_delim
52248 WINDOWS_IMPLIB!$WINDOWS_IMPLIB$ac_delim
52249 USE_SOVERSION!$USE_SOVERSION$ac_delim
52250 USE_SOVERLINUX!$USE_SOVERLINUX$ac_delim
52251 USE_SOVERSOLARIS!$USE_SOVERSOLARIS$ac_delim
52252 USE_SOVERCYGWIN!$USE_SOVERCYGWIN$ac_delim
52253 USE_MACVERSION!$USE_MACVERSION$ac_delim
52254 USE_SOTWOSYMLINKS!$USE_SOTWOSYMLINKS$ac_delim
52255 SONAME_FLAG!$SONAME_FLAG$ac_delim
52256 DEPS_TRACKING!$DEPS_TRACKING$ac_delim
52257 BK_DEPS!$BK_DEPS$ac_delim
52258 WINDRES!$WINDRES$ac_delim
52259 REZ!$REZ$ac_delim
52260 SETFILE!$SETFILE$ac_delim
52261 OBJCXXFLAGS!$OBJCXXFLAGS$ac_delim
52262 GCC_PCH!$GCC_PCH$ac_delim
52263 _ACEOF
52264
52265 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52266 break
52267 elif $ac_last_try; then
52268 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52269 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52270 { (exit 1); exit 1; }; }
52271 else
52272 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52273 fi
52274 done
52275
52276 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52277 if test -n "$ac_eof"; then
52278 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52279 ac_eof=`expr $ac_eof + 1`
52280 fi
52281
52282 cat >>$CONFIG_STATUS <<_ACEOF
52283 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
52284 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52285 _ACEOF
52286 sed '
52287 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52288 s/^/s,@/; s/!/@,|#_!!_#|/
52289 :n
52290 t n
52291 s/'"$ac_delim"'$/,g/; t
52292 s/$/\\/; p
52293 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52294 ' >>$CONFIG_STATUS <conf$$subs.sed
52295 rm -f conf$$subs.sed
52296 cat >>$CONFIG_STATUS <<_ACEOF
52297 CEOF$ac_eof
52298 _ACEOF
52299
52300
52301 ac_delim='%!_!# '
52302 for ac_last_try in false false false false false :; do
52303 cat >conf$$subs.sed <<_ACEOF
52304 ICC_PCH!$ICC_PCH$ac_delim
52305 ICC_PCH_CREATE_SWITCH!$ICC_PCH_CREATE_SWITCH$ac_delim
52306 ICC_PCH_USE_SWITCH!$ICC_PCH_USE_SWITCH$ac_delim
52307 BK_MAKE_PCH!$BK_MAKE_PCH$ac_delim
52308 COND_BUILD_DEBUG!$COND_BUILD_DEBUG$ac_delim
52309 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT!$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT$ac_delim
52310 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT!$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT$ac_delim
52311 COND_BUILD_DEBUG_UNICODE_0!$COND_BUILD_DEBUG_UNICODE_0$ac_delim
52312 COND_BUILD_DEBUG_UNICODE_1!$COND_BUILD_DEBUG_UNICODE_1$ac_delim
52313 COND_BUILD_RELEASE!$COND_BUILD_RELEASE$ac_delim
52314 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT!$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT$ac_delim
52315 COND_BUILD_RELEASE_UNICODE_0!$COND_BUILD_RELEASE_UNICODE_0$ac_delim
52316 COND_BUILD_RELEASE_UNICODE_1!$COND_BUILD_RELEASE_UNICODE_1$ac_delim
52317 COND_BUILD_debug!$COND_BUILD_debug$ac_delim
52318 COND_BUILD_debug_DEBUG_FLAG_default!$COND_BUILD_debug_DEBUG_FLAG_default$ac_delim
52319 COND_BUILD_debug_DEBUG_INFO_default!$COND_BUILD_debug_DEBUG_INFO_default$ac_delim
52320 COND_BUILD_debug_UNICODE_0!$COND_BUILD_debug_UNICODE_0$ac_delim
52321 COND_BUILD_debug_UNICODE_1!$COND_BUILD_debug_UNICODE_1$ac_delim
52322 COND_BUILD_release!$COND_BUILD_release$ac_delim
52323 COND_BUILD_release_DEBUG_INFO_default!$COND_BUILD_release_DEBUG_INFO_default$ac_delim
52324 COND_BUILD_release_UNICODE_0!$COND_BUILD_release_UNICODE_0$ac_delim
52325 COND_BUILD_release_UNICODE_1!$COND_BUILD_release_UNICODE_1$ac_delim
52326 COND_DEBUG_FLAG_0!$COND_DEBUG_FLAG_0$ac_delim
52327 COND_DEBUG_FLAG_1!$COND_DEBUG_FLAG_1$ac_delim
52328 COND_DEBUG_INFO_0!$COND_DEBUG_INFO_0$ac_delim
52329 COND_DEBUG_INFO_1!$COND_DEBUG_INFO_1$ac_delim
52330 COND_DEPS_TRACKING_0!$COND_DEPS_TRACKING_0$ac_delim
52331 COND_DEPS_TRACKING_1!$COND_DEPS_TRACKING_1$ac_delim
52332 COND_GCC_PCH_1!$COND_GCC_PCH_1$ac_delim
52333 COND_ICC_PCH_1!$COND_ICC_PCH_1$ac_delim
52334 COND_MONOLITHIC_0!$COND_MONOLITHIC_0$ac_delim
52335 COND_MONOLITHIC_0_SHARED_0!$COND_MONOLITHIC_0_SHARED_0$ac_delim
52336 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1$ac_delim
52337 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1$ac_delim
52338 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1$ac_delim
52339 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1$ac_delim
52340 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1$ac_delim
52341 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1$ac_delim
52342 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1$ac_delim
52343 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1$ac_delim
52344 COND_MONOLITHIC_0_SHARED_0_USE_STC_1!$COND_MONOLITHIC_0_SHARED_0_USE_STC_1$ac_delim
52345 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1$ac_delim
52346 COND_MONOLITHIC_0_SHARED_1!$COND_MONOLITHIC_0_SHARED_1$ac_delim
52347 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1$ac_delim
52348 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1$ac_delim
52349 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1$ac_delim
52350 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1$ac_delim
52351 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1$ac_delim
52352 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1$ac_delim
52353 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1$ac_delim
52354 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1$ac_delim
52355 COND_MONOLITHIC_0_SHARED_1_USE_STC_1!$COND_MONOLITHIC_0_SHARED_1_USE_STC_1$ac_delim
52356 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1$ac_delim
52357 COND_MONOLITHIC_0_USE_AUI_1!$COND_MONOLITHIC_0_USE_AUI_1$ac_delim
52358 COND_MONOLITHIC_0_USE_GUI_1!$COND_MONOLITHIC_0_USE_GUI_1$ac_delim
52359 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1$ac_delim
52360 COND_MONOLITHIC_0_USE_HTML_1!$COND_MONOLITHIC_0_USE_HTML_1$ac_delim
52361 COND_MONOLITHIC_0_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_MEDIA_1$ac_delim
52362 COND_MONOLITHIC_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_USE_PROPGRID_1$ac_delim
52363 COND_MONOLITHIC_0_USE_QA_1!$COND_MONOLITHIC_0_USE_QA_1$ac_delim
52364 COND_MONOLITHIC_0_USE_RIBBON_1!$COND_MONOLITHIC_0_USE_RIBBON_1$ac_delim
52365 COND_MONOLITHIC_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_USE_RICHTEXT_1$ac_delim
52366 COND_MONOLITHIC_0_USE_STC_1!$COND_MONOLITHIC_0_USE_STC_1$ac_delim
52367 COND_MONOLITHIC_0_USE_XRC_1!$COND_MONOLITHIC_0_USE_XRC_1$ac_delim
52368 COND_MONOLITHIC_1!$COND_MONOLITHIC_1$ac_delim
52369 COND_MONOLITHIC_1_SHARED_0!$COND_MONOLITHIC_1_SHARED_0$ac_delim
52370 COND_MONOLITHIC_1_SHARED_1!$COND_MONOLITHIC_1_SHARED_1$ac_delim
52371 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1$ac_delim
52372 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1$ac_delim
52373 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1$ac_delim
52374 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1$ac_delim
52375 COND_PLATFORM_MACOSX_1!$COND_PLATFORM_MACOSX_1$ac_delim
52376 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0!$COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0$ac_delim
52377 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
52378 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
52379 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
52380 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
52381 COND_PLATFORM_MACOSX_1_USE_GUI_1!$COND_PLATFORM_MACOSX_1_USE_GUI_1$ac_delim
52382 COND_PLATFORM_MACOSX_1_USE_OPENGL_1!$COND_PLATFORM_MACOSX_1_USE_OPENGL_1$ac_delim
52383 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1$ac_delim
52384 COND_PLATFORM_MACOS_1!$COND_PLATFORM_MACOS_1$ac_delim
52385 COND_PLATFORM_MAC_0!$COND_PLATFORM_MAC_0$ac_delim
52386 COND_PLATFORM_MAC_1!$COND_PLATFORM_MAC_1$ac_delim
52387 COND_PLATFORM_MSDOS_0!$COND_PLATFORM_MSDOS_0$ac_delim
52388 COND_PLATFORM_MSDOS_1!$COND_PLATFORM_MSDOS_1$ac_delim
52389 COND_PLATFORM_OS2_1!$COND_PLATFORM_OS2_1$ac_delim
52390 COND_PLATFORM_UNIX_0!$COND_PLATFORM_UNIX_0$ac_delim
52391 COND_PLATFORM_UNIX_1!$COND_PLATFORM_UNIX_1$ac_delim
52392 COND_PLATFORM_UNIX_1_TOOLKIT_MGL!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL$ac_delim
52393 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1$ac_delim
52394 COND_PLATFORM_UNIX_1_USE_GUI_1!$COND_PLATFORM_UNIX_1_USE_GUI_1$ac_delim
52395 COND_PLATFORM_UNIX_1_USE_PLUGINS_0!$COND_PLATFORM_UNIX_1_USE_PLUGINS_0$ac_delim
52396 COND_PLATFORM_WIN32_0!$COND_PLATFORM_WIN32_0$ac_delim
52397 COND_PLATFORM_WIN32_1!$COND_PLATFORM_WIN32_1$ac_delim
52398 COND_SHARED_0!$COND_SHARED_0$ac_delim
52399 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0$ac_delim
52400 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0$ac_delim
52401 _ACEOF
52402
52403 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52404 break
52405 elif $ac_last_try; then
52406 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52407 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52408 { (exit 1); exit 1; }; }
52409 else
52410 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52411 fi
52412 done
52413
52414 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52415 if test -n "$ac_eof"; then
52416 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52417 ac_eof=`expr $ac_eof + 1`
52418 fi
52419
52420 cat >>$CONFIG_STATUS <<_ACEOF
52421 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
52422 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52423 _ACEOF
52424 sed '
52425 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52426 s/^/s,@/; s/!/@,|#_!!_#|/
52427 :n
52428 t n
52429 s/'"$ac_delim"'$/,g/; t
52430 s/$/\\/; p
52431 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52432 ' >>$CONFIG_STATUS <conf$$subs.sed
52433 rm -f conf$$subs.sed
52434 cat >>$CONFIG_STATUS <<_ACEOF
52435 CEOF$ac_eof
52436 _ACEOF
52437
52438
52439 ac_delim='%!_!# '
52440 for ac_last_try in false false false false false :; do
52441 cat >conf$$subs.sed <<_ACEOF
52442 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0!$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0$ac_delim
52443 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1$ac_delim
52444 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
52445 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
52446 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
52447 COND_SHARED_0_USE_STC_1!$COND_SHARED_0_USE_STC_1$ac_delim
52448 COND_SHARED_0_wxUSE_EXPAT_builtin!$COND_SHARED_0_wxUSE_EXPAT_builtin$ac_delim
52449 COND_SHARED_0_wxUSE_REGEX_builtin!$COND_SHARED_0_wxUSE_REGEX_builtin$ac_delim
52450 COND_SHARED_0_wxUSE_ZLIB_builtin!$COND_SHARED_0_wxUSE_ZLIB_builtin$ac_delim
52451 COND_SHARED_1!$COND_SHARED_1$ac_delim
52452 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1$ac_delim
52453 COND_TOOLKIT_!$COND_TOOLKIT_$ac_delim
52454 COND_TOOLKIT_COCOA!$COND_TOOLKIT_COCOA$ac_delim
52455 COND_TOOLKIT_COCOA_USE_GUI_1!$COND_TOOLKIT_COCOA_USE_GUI_1$ac_delim
52456 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
52457 COND_TOOLKIT_DFB!$COND_TOOLKIT_DFB$ac_delim
52458 COND_TOOLKIT_DFB_USE_GUI_1!$COND_TOOLKIT_DFB_USE_GUI_1$ac_delim
52459 COND_TOOLKIT_GTK!$COND_TOOLKIT_GTK$ac_delim
52460 COND_TOOLKIT_GTK_TOOLKIT_VERSION_!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_$ac_delim
52461 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2$ac_delim
52462 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1$ac_delim
52463 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0$ac_delim
52464 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1$ac_delim
52465 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0$ac_delim
52466 COND_TOOLKIT_GTK_USE_GUI_1!$COND_TOOLKIT_GTK_USE_GUI_1$ac_delim
52467 COND_TOOLKIT_MAC!$COND_TOOLKIT_MAC$ac_delim
52468 COND_TOOLKIT_MGL!$COND_TOOLKIT_MGL$ac_delim
52469 COND_TOOLKIT_MGL_USE_GUI_1!$COND_TOOLKIT_MGL_USE_GUI_1$ac_delim
52470 COND_TOOLKIT_MOTIF!$COND_TOOLKIT_MOTIF$ac_delim
52471 COND_TOOLKIT_MOTIF_USE_GUI_1!$COND_TOOLKIT_MOTIF_USE_GUI_1$ac_delim
52472 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0$ac_delim
52473 COND_TOOLKIT_MSW!$COND_TOOLKIT_MSW$ac_delim
52474 COND_TOOLKIT_MSW_USE_GUI_1!$COND_TOOLKIT_MSW_USE_GUI_1$ac_delim
52475 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0$ac_delim
52476 COND_TOOLKIT_MSW_WXUNIV_0!$COND_TOOLKIT_MSW_WXUNIV_0$ac_delim
52477 COND_TOOLKIT_OSX_CARBON!$COND_TOOLKIT_OSX_CARBON$ac_delim
52478 COND_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
52479 COND_TOOLKIT_OSX_COCOA!$COND_TOOLKIT_OSX_COCOA$ac_delim
52480 COND_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
52481 COND_TOOLKIT_OSX_IPHONE!$COND_TOOLKIT_OSX_IPHONE$ac_delim
52482 COND_TOOLKIT_PM!$COND_TOOLKIT_PM$ac_delim
52483 COND_TOOLKIT_PM_USE_GUI_1!$COND_TOOLKIT_PM_USE_GUI_1$ac_delim
52484 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0$ac_delim
52485 COND_TOOLKIT_WINCE!$COND_TOOLKIT_WINCE$ac_delim
52486 COND_TOOLKIT_WINCE_USE_GUI_1!$COND_TOOLKIT_WINCE_USE_GUI_1$ac_delim
52487 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0$ac_delim
52488 COND_TOOLKIT_WINCE_WXUNIV_0!$COND_TOOLKIT_WINCE_WXUNIV_0$ac_delim
52489 COND_TOOLKIT_X11!$COND_TOOLKIT_X11$ac_delim
52490 COND_TOOLKIT_X11_USE_GUI_1!$COND_TOOLKIT_X11_USE_GUI_1$ac_delim
52491 COND_UNICODE_1!$COND_UNICODE_1$ac_delim
52492 COND_USE_EXCEPTIONS_0!$COND_USE_EXCEPTIONS_0$ac_delim
52493 COND_USE_EXCEPTIONS_1!$COND_USE_EXCEPTIONS_1$ac_delim
52494 COND_USE_GUI_0!$COND_USE_GUI_0$ac_delim
52495 COND_USE_GUI_1!$COND_USE_GUI_1$ac_delim
52496 COND_USE_GUI_1_USE_OPENGL_1!$COND_USE_GUI_1_USE_OPENGL_1$ac_delim
52497 COND_USE_GUI_1_WXUNIV_0!$COND_USE_GUI_1_WXUNIV_0$ac_delim
52498 COND_USE_GUI_1_WXUNIV_1!$COND_USE_GUI_1_WXUNIV_1$ac_delim
52499 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN$ac_delim
52500 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN$ac_delim
52501 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN$ac_delim
52502 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
52503 COND_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
52504 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
52505 COND_USE_OPENGL_1!$COND_USE_OPENGL_1$ac_delim
52506 COND_USE_PCH_1!$COND_USE_PCH_1$ac_delim
52507 COND_USE_PLUGINS_0!$COND_USE_PLUGINS_0$ac_delim
52508 COND_USE_RTTI_0!$COND_USE_RTTI_0$ac_delim
52509 COND_USE_RTTI_1!$COND_USE_RTTI_1$ac_delim
52510 COND_USE_SOTWOSYMLINKS_1!$COND_USE_SOTWOSYMLINKS_1$ac_delim
52511 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1!$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1$ac_delim
52512 COND_USE_SOVERLINUX_1!$COND_USE_SOVERLINUX_1$ac_delim
52513 COND_USE_SOVERSION_0!$COND_USE_SOVERSION_0$ac_delim
52514 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1!$COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1$ac_delim
52515 COND_USE_SOVERSOLARIS_1!$COND_USE_SOVERSOLARIS_1$ac_delim
52516 COND_USE_STC_1!$COND_USE_STC_1$ac_delim
52517 COND_USE_THREADS_0!$COND_USE_THREADS_0$ac_delim
52518 COND_USE_THREADS_1!$COND_USE_THREADS_1$ac_delim
52519 COND_USE_XRC_1!$COND_USE_XRC_1$ac_delim
52520 COND_WINDOWS_IMPLIB_1!$COND_WINDOWS_IMPLIB_1$ac_delim
52521 COND_WITH_PLUGIN_SDL_1!$COND_WITH_PLUGIN_SDL_1$ac_delim
52522 COND_WXUNIV_0!$COND_WXUNIV_0$ac_delim
52523 COND_WXUNIV_1!$COND_WXUNIV_1$ac_delim
52524 COND_WXUSE_EXPAT_BUILTIN!$COND_WXUSE_EXPAT_BUILTIN$ac_delim
52525 COND_WXUSE_LIBJPEG_BUILTIN!$COND_WXUSE_LIBJPEG_BUILTIN$ac_delim
52526 COND_WXUSE_LIBPNG_BUILTIN!$COND_WXUSE_LIBPNG_BUILTIN$ac_delim
52527 COND_WXUSE_LIBTIFF_BUILTIN!$COND_WXUSE_LIBTIFF_BUILTIN$ac_delim
52528 COND_WXUSE_REGEX_BUILTIN!$COND_WXUSE_REGEX_BUILTIN$ac_delim
52529 COND_WXUSE_ZLIB_BUILTIN!$COND_WXUSE_ZLIB_BUILTIN$ac_delim
52530 COND_wxUSE_EXPAT_builtin!$COND_wxUSE_EXPAT_builtin$ac_delim
52531 COND_wxUSE_LIBJPEG_builtin!$COND_wxUSE_LIBJPEG_builtin$ac_delim
52532 COND_wxUSE_LIBPNG_builtin!$COND_wxUSE_LIBPNG_builtin$ac_delim
52533 COND_wxUSE_LIBTIFF_builtin!$COND_wxUSE_LIBTIFF_builtin$ac_delim
52534 COND_wxUSE_REGEX_builtin!$COND_wxUSE_REGEX_builtin$ac_delim
52535 COND_wxUSE_ZLIB_builtin!$COND_wxUSE_ZLIB_builtin$ac_delim
52536 DEREZ!$DEREZ$ac_delim
52537 SHARED!$SHARED$ac_delim
52538 WX_LIBRARY_BASENAME_NOGUI!$WX_LIBRARY_BASENAME_NOGUI$ac_delim
52539 _ACEOF
52540
52541 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52542 break
52543 elif $ac_last_try; then
52544 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52545 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52546 { (exit 1); exit 1; }; }
52547 else
52548 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52549 fi
52550 done
52551
52552 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52553 if test -n "$ac_eof"; then
52554 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52555 ac_eof=`expr $ac_eof + 1`
52556 fi
52557
52558 cat >>$CONFIG_STATUS <<_ACEOF
52559 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
52560 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52561 _ACEOF
52562 sed '
52563 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52564 s/^/s,@/; s/!/@,|#_!!_#|/
52565 :n
52566 t n
52567 s/'"$ac_delim"'$/,g/; t
52568 s/$/\\/; p
52569 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52570 ' >>$CONFIG_STATUS <conf$$subs.sed
52571 rm -f conf$$subs.sed
52572 cat >>$CONFIG_STATUS <<_ACEOF
52573 CEOF$ac_eof
52574 _ACEOF
52575
52576
52577 ac_delim='%!_!# '
52578 for ac_last_try in false false false false false :; do
52579 cat >conf$$subs.sed <<_ACEOF
52580 WX_LIBRARY_BASENAME_GUI!$WX_LIBRARY_BASENAME_GUI$ac_delim
52581 USE_GUI!$USE_GUI$ac_delim
52582 AFMINSTALL!$AFMINSTALL$ac_delim
52583 WIN32INSTALL!$WIN32INSTALL$ac_delim
52584 TOOLKIT!$TOOLKIT$ac_delim
52585 TOOLKIT_DIR!$TOOLKIT_DIR$ac_delim
52586 TOOLCHAIN_NAME!$TOOLCHAIN_NAME$ac_delim
52587 TOOLCHAIN_FULLNAME!$TOOLCHAIN_FULLNAME$ac_delim
52588 cross_compiling!$cross_compiling$ac_delim
52589 WIDGET_SET!$WIDGET_SET$ac_delim
52590 WX_RELEASE!$WX_RELEASE$ac_delim
52591 WX_VERSION!$WX_VERSION$ac_delim
52592 WX_SUBVERSION!$WX_SUBVERSION$ac_delim
52593 WX_CHARTYPE!$WX_CHARTYPE$ac_delim
52594 WXCONFIG_CPPFLAGS!$WXCONFIG_CPPFLAGS$ac_delim
52595 WXCONFIG_CFLAGS!$WXCONFIG_CFLAGS$ac_delim
52596 WXCONFIG_CXXFLAGS!$WXCONFIG_CXXFLAGS$ac_delim
52597 WXCONFIG_LIBS!$WXCONFIG_LIBS$ac_delim
52598 WXCONFIG_RPATH!$WXCONFIG_RPATH$ac_delim
52599 WXCONFIG_LDFLAGS_GUI!$WXCONFIG_LDFLAGS_GUI$ac_delim
52600 WXCONFIG_RESFLAGS!$WXCONFIG_RESFLAGS$ac_delim
52601 GUIDIST!$GUIDIST$ac_delim
52602 DISTDIR!$DISTDIR$ac_delim
52603 SAMPLES_SUBDIRS!$SAMPLES_SUBDIRS$ac_delim
52604 LDFLAGS_GL!$LDFLAGS_GL$ac_delim
52605 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
52606 DMALLOC_LIBS!$DMALLOC_LIBS$ac_delim
52607 WX_VERSION_TAG!$WX_VERSION_TAG$ac_delim
52608 RESCOMP!$RESCOMP$ac_delim
52609 RESFLAGS!$RESFLAGS$ac_delim
52610 RESPROGRAMOBJ!$RESPROGRAMOBJ$ac_delim
52611 WX_RESOURCES_MACOSX_ASCII!$WX_RESOURCES_MACOSX_ASCII$ac_delim
52612 WX_RESOURCES_MACOSX_DATA!$WX_RESOURCES_MACOSX_DATA$ac_delim
52613 LIBWXMACRES!$LIBWXMACRES$ac_delim
52614 POSTLINK_COMMAND!$POSTLINK_COMMAND$ac_delim
52615 MACSETFILE!$MACSETFILE$ac_delim
52616 GCC!$GCC$ac_delim
52617 DLLTOOL!$DLLTOOL$ac_delim
52618 CPPUNIT_CONFIG!$CPPUNIT_CONFIG$ac_delim
52619 LIBOBJS!$LIBOBJS$ac_delim
52620 LTLIBOBJS!$LTLIBOBJS$ac_delim
52621 _ACEOF
52622
52623 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 41; then
52624 break
52625 elif $ac_last_try; then
52626 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52627 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52628 { (exit 1); exit 1; }; }
52629 else
52630 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52631 fi
52632 done
52633
52634 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52635 if test -n "$ac_eof"; then
52636 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52637 ac_eof=`expr $ac_eof + 1`
52638 fi
52639
52640 cat >>$CONFIG_STATUS <<_ACEOF
52641 cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof
52642 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
52643 _ACEOF
52644 sed '
52645 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52646 s/^/s,@/; s/!/@,|#_!!_#|/
52647 :n
52648 t n
52649 s/'"$ac_delim"'$/,g/; t
52650 s/$/\\/; p
52651 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52652 ' >>$CONFIG_STATUS <conf$$subs.sed
52653 rm -f conf$$subs.sed
52654 cat >>$CONFIG_STATUS <<_ACEOF
52655 :end
52656 s/|#_!!_#|//g
52657 CEOF$ac_eof
52658 _ACEOF
52659
52660
52661 # VPATH may cause trouble with some makes, so we remove $(srcdir),
52662 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
52663 # trailing colons and then remove the whole line if VPATH becomes empty
52664 # (actually we leave an empty line to preserve line numbers).
52665 if test "x$srcdir" = x.; then
52666 ac_vpsub='/^[ ]*VPATH[ ]*=/{
52667 s/:*\$(srcdir):*/:/
52668 s/:*\${srcdir}:*/:/
52669 s/:*@srcdir@:*/:/
52670 s/^\([^=]*=[ ]*\):*/\1/
52671 s/:*$//
52672 s/^[^=]*=[ ]*$//
52673 }'
52674 fi
52675
52676 cat >>$CONFIG_STATUS <<\_ACEOF
52677 fi # test -n "$CONFIG_FILES"
52678
52679
52680 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
52681 do
52682 case $ac_tag in
52683 :[FHLC]) ac_mode=$ac_tag; continue;;
52684 esac
52685 case $ac_mode$ac_tag in
52686 :[FHL]*:*);;
52687 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
52688 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
52689 { (exit 1); exit 1; }; };;
52690 :[FH]-) ac_tag=-:-;;
52691 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
52692 esac
52693 ac_save_IFS=$IFS
52694 IFS=:
52695 set x $ac_tag
52696 IFS=$ac_save_IFS
52697 shift
52698 ac_file=$1
52699 shift
52700
52701 case $ac_mode in
52702 :L) ac_source=$1;;
52703 :[FH])
52704 ac_file_inputs=
52705 for ac_f
52706 do
52707 case $ac_f in
52708 -) ac_f="$tmp/stdin";;
52709 *) # Look for the file first in the build tree, then in the source tree
52710 # (if the path is not absolute). The absolute path cannot be DOS-style,
52711 # because $ac_f cannot contain `:'.
52712 test -f "$ac_f" ||
52713 case $ac_f in
52714 [\\/$]*) false;;
52715 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
52716 esac ||
52717 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
52718 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
52719 { (exit 1); exit 1; }; };;
52720 esac
52721 ac_file_inputs="$ac_file_inputs $ac_f"
52722 done
52723
52724 # Let's still pretend it is `configure' which instantiates (i.e., don't
52725 # use $as_me), people would be surprised to read:
52726 # /* config.h. Generated by config.status. */
52727 configure_input="Generated from "`IFS=:
52728 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
52729 if test x"$ac_file" != x-; then
52730 configure_input="$ac_file. $configure_input"
52731 { echo "$as_me:$LINENO: creating $ac_file" >&5
52732 echo "$as_me: creating $ac_file" >&6;}
52733 fi
52734
52735 case $ac_tag in
52736 *:-:* | *:-) cat >"$tmp/stdin";;
52737 esac
52738 ;;
52739 esac
52740
52741 ac_dir=`$as_dirname -- "$ac_file" ||
52742 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52743 X"$ac_file" : 'X\(//\)[^/]' \| \
52744 X"$ac_file" : 'X\(//\)$' \| \
52745 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
52746 echo X"$ac_file" |
52747 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
52748 s//\1/
52749 q
52750 }
52751 /^X\(\/\/\)[^/].*/{
52752 s//\1/
52753 q
52754 }
52755 /^X\(\/\/\)$/{
52756 s//\1/
52757 q
52758 }
52759 /^X\(\/\).*/{
52760 s//\1/
52761 q
52762 }
52763 s/.*/./; q'`
52764 { as_dir="$ac_dir"
52765 case $as_dir in #(
52766 -*) as_dir=./$as_dir;;
52767 esac
52768 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
52769 as_dirs=
52770 while :; do
52771 case $as_dir in #(
52772 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
52773 *) as_qdir=$as_dir;;
52774 esac
52775 as_dirs="'$as_qdir' $as_dirs"
52776 as_dir=`$as_dirname -- "$as_dir" ||
52777 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52778 X"$as_dir" : 'X\(//\)[^/]' \| \
52779 X"$as_dir" : 'X\(//\)$' \| \
52780 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
52781 echo X"$as_dir" |
52782 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
52783 s//\1/
52784 q
52785 }
52786 /^X\(\/\/\)[^/].*/{
52787 s//\1/
52788 q
52789 }
52790 /^X\(\/\/\)$/{
52791 s//\1/
52792 q
52793 }
52794 /^X\(\/\).*/{
52795 s//\1/
52796 q
52797 }
52798 s/.*/./; q'`
52799 test -d "$as_dir" && break
52800 done
52801 test -z "$as_dirs" || eval "mkdir $as_dirs"
52802 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
52803 echo "$as_me: error: cannot create directory $as_dir" >&2;}
52804 { (exit 1); exit 1; }; }; }
52805 ac_builddir=.
52806
52807 case "$ac_dir" in
52808 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
52809 *)
52810 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
52811 # A ".." for each directory in $ac_dir_suffix.
52812 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
52813 case $ac_top_builddir_sub in
52814 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
52815 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
52816 esac ;;
52817 esac
52818 ac_abs_top_builddir=$ac_pwd
52819 ac_abs_builddir=$ac_pwd$ac_dir_suffix
52820 # for backward compatibility:
52821 ac_top_builddir=$ac_top_build_prefix
52822
52823 case $srcdir in
52824 .) # We are building in place.
52825 ac_srcdir=.
52826 ac_top_srcdir=$ac_top_builddir_sub
52827 ac_abs_top_srcdir=$ac_pwd ;;
52828 [\\/]* | ?:[\\/]* ) # Absolute name.
52829 ac_srcdir=$srcdir$ac_dir_suffix;
52830 ac_top_srcdir=$srcdir
52831 ac_abs_top_srcdir=$srcdir ;;
52832 *) # Relative name.
52833 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
52834 ac_top_srcdir=$ac_top_build_prefix$srcdir
52835 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
52836 esac
52837 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
52838
52839
52840 case $ac_mode in
52841 :F)
52842 #
52843 # CONFIG_FILE
52844 #
52845
52846 case $INSTALL in
52847 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
52848 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
52849 esac
52850 _ACEOF
52851
52852 cat >>$CONFIG_STATUS <<\_ACEOF
52853 # If the template does not know about datarootdir, expand it.
52854 # FIXME: This hack should be removed a few years after 2.60.
52855 ac_datarootdir_hack=; ac_datarootdir_seen=
52856
52857 case `sed -n '/datarootdir/ {
52858 p
52859 q
52860 }
52861 /@datadir@/p
52862 /@docdir@/p
52863 /@infodir@/p
52864 /@localedir@/p
52865 /@mandir@/p
52866 ' $ac_file_inputs` in
52867 *datarootdir*) ac_datarootdir_seen=yes;;
52868 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
52869 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
52870 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
52871 _ACEOF
52872 cat >>$CONFIG_STATUS <<_ACEOF
52873 ac_datarootdir_hack='
52874 s&@datadir@&$datadir&g
52875 s&@docdir@&$docdir&g
52876 s&@infodir@&$infodir&g
52877 s&@localedir@&$localedir&g
52878 s&@mandir@&$mandir&g
52879 s&\\\${datarootdir}&$datarootdir&g' ;;
52880 esac
52881 _ACEOF
52882
52883 # Neutralize VPATH when `$srcdir' = `.'.
52884 # Shell code in configure.ac might set extrasub.
52885 # FIXME: do we really want to maintain this feature?
52886 cat >>$CONFIG_STATUS <<_ACEOF
52887 sed "$ac_vpsub
52888 $extrasub
52889 _ACEOF
52890 cat >>$CONFIG_STATUS <<\_ACEOF
52891 :t
52892 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52893 s&@configure_input@&$configure_input&;t t
52894 s&@top_builddir@&$ac_top_builddir_sub&;t t
52895 s&@srcdir@&$ac_srcdir&;t t
52896 s&@abs_srcdir@&$ac_abs_srcdir&;t t
52897 s&@top_srcdir@&$ac_top_srcdir&;t t
52898 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
52899 s&@builddir@&$ac_builddir&;t t
52900 s&@abs_builddir@&$ac_abs_builddir&;t t
52901 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
52902 s&@INSTALL@&$ac_INSTALL&;t t
52903 $ac_datarootdir_hack
52904 " $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
52905
52906 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
52907 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
52908 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
52909 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
52910 which seems to be undefined. Please make sure it is defined." >&5
52911 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
52912 which seems to be undefined. Please make sure it is defined." >&2;}
52913
52914 rm -f "$tmp/stdin"
52915 case $ac_file in
52916 -) cat "$tmp/out"; rm -f "$tmp/out";;
52917 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
52918 esac
52919 ;;
52920 :H)
52921 #
52922 # CONFIG_HEADER
52923 #
52924 _ACEOF
52925
52926 # Transform confdefs.h into a sed script `conftest.defines', that
52927 # substitutes the proper values into config.h.in to produce config.h.
52928 rm -f conftest.defines conftest.tail
52929 # First, append a space to every undef/define line, to ease matching.
52930 echo 's/$/ /' >conftest.defines
52931 # Then, protect against being on the right side of a sed subst, or in
52932 # an unquoted here document, in config.status. If some macros were
52933 # called several times there might be several #defines for the same
52934 # symbol, which is useless. But do not sort them, since the last
52935 # AC_DEFINE must be honored.
52936 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
52937 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
52938 # NAME is the cpp macro being defined, VALUE is the value it is being given.
52939 # PARAMS is the parameter list in the macro definition--in most cases, it's
52940 # just an empty string.
52941 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
52942 ac_dB='\\)[ (].*,\\1define\\2'
52943 ac_dC=' '
52944 ac_dD=' ,'
52945
52946 uniq confdefs.h |
52947 sed -n '
52948 t rset
52949 :rset
52950 s/^[ ]*#[ ]*define[ ][ ]*//
52951 t ok
52952 d
52953 :ok
52954 s/[\\&,]/\\&/g
52955 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
52956 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
52957 ' >>conftest.defines
52958
52959 # Remove the space that was appended to ease matching.
52960 # Then replace #undef with comments. This is necessary, for
52961 # example, in the case of _POSIX_SOURCE, which is predefined and required
52962 # on some systems where configure will not decide to define it.
52963 # (The regexp can be short, since the line contains either #define or #undef.)
52964 echo 's/ $//
52965 s,^[ #]*u.*,/* & */,' >>conftest.defines
52966
52967 # Break up conftest.defines:
52968 ac_max_sed_lines=50
52969
52970 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
52971 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
52972 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
52973 # et cetera.
52974 ac_in='$ac_file_inputs'
52975 ac_out='"$tmp/out1"'
52976 ac_nxt='"$tmp/out2"'
52977
52978 while :
52979 do
52980 # Write a here document:
52981 cat >>$CONFIG_STATUS <<_ACEOF
52982 # First, check the format of the line:
52983 cat >"\$tmp/defines.sed" <<\\CEOF
52984 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
52985 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
52986 b
52987 :def
52988 _ACEOF
52989 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
52990 echo 'CEOF
52991 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
52992 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
52993 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
52994 grep . conftest.tail >/dev/null || break
52995 rm -f conftest.defines
52996 mv conftest.tail conftest.defines
52997 done
52998 rm -f conftest.defines conftest.tail
52999
53000 echo "ac_result=$ac_in" >>$CONFIG_STATUS
53001 cat >>$CONFIG_STATUS <<\_ACEOF
53002 if test x"$ac_file" != x-; then
53003 echo "/* $configure_input */" >"$tmp/config.h"
53004 cat "$ac_result" >>"$tmp/config.h"
53005 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
53006 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
53007 echo "$as_me: $ac_file is unchanged" >&6;}
53008 else
53009 rm -f $ac_file
53010 mv "$tmp/config.h" $ac_file
53011 fi
53012 else
53013 echo "/* $configure_input */"
53014 cat "$ac_result"
53015 fi
53016 rm -f "$tmp/out12"
53017 ;;
53018
53019 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
53020 echo "$as_me: executing $ac_file commands" >&6;}
53021 ;;
53022 esac
53023
53024
53025 case $ac_file$ac_mode in
53026 "rcdefs.h":C)
53027 mkdir -p $outdir &&
53028 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
53029 ;;
53030 "lib/wx/config/${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
53031 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
53032 "utils/ifacecheck/rungccxml.sh":F) chmod +x utils/ifacecheck/rungccxml.sh ;;
53033 "wx-config":C) rm -f wx-config
53034 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
53035 ;;
53036
53037 esac
53038 done # for ac_tag
53039
53040
53041 { (exit 0); exit 0; }
53042 _ACEOF
53043 chmod +x $CONFIG_STATUS
53044 ac_clean_files=$ac_clean_files_save
53045
53046
53047 # configure is writing to config.log, and then calls config.status.
53048 # config.status does its own redirection, appending to config.log.
53049 # Unfortunately, on DOS this fails, as config.log is still kept open
53050 # by configure, so config.status won't be able to write to it; its
53051 # output is simply discarded. So we exec the FD to /dev/null,
53052 # effectively closing config.log, so it can be properly (re)opened and
53053 # appended to by config.status. When coming back to configure, we
53054 # need to make the FD available again.
53055 if test "$no_create" != yes; then
53056 ac_cs_success=:
53057 ac_config_status_args=
53058 test "$silent" = yes &&
53059 ac_config_status_args="$ac_config_status_args --quiet"
53060 exec 5>/dev/null
53061 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
53062 exec 5>>config.log
53063 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
53064 # would make configure fail if this is the last instruction.
53065 $ac_cs_success || { (exit 1); exit 1; }
53066 fi
53067
53068 #
53069 # CONFIG_SUBDIRS section.
53070 #
53071 if test "$no_recursion" != yes; then
53072
53073 # Remove --cache-file and --srcdir arguments so they do not pile up.
53074 ac_sub_configure_args=
53075 ac_prev=
53076 eval "set x $ac_configure_args"
53077 shift
53078 for ac_arg
53079 do
53080 if test -n "$ac_prev"; then
53081 ac_prev=
53082 continue
53083 fi
53084 case $ac_arg in
53085 -cache-file | --cache-file | --cache-fil | --cache-fi \
53086 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
53087 ac_prev=cache_file ;;
53088 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
53089 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
53090 | --c=*)
53091 ;;
53092 --config-cache | -C)
53093 ;;
53094 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
53095 ac_prev=srcdir ;;
53096 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
53097 ;;
53098 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
53099 ac_prev=prefix ;;
53100 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
53101 ;;
53102 *)
53103 case $ac_arg in
53104 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
53105 esac
53106 ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
53107 esac
53108 done
53109
53110 # Always prepend --prefix to ensure using the same prefix
53111 # in subdir configurations.
53112 ac_arg="--prefix=$prefix"
53113 case $ac_arg in
53114 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
53115 esac
53116 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
53117
53118 # Pass --silent
53119 if test "$silent" = yes; then
53120 ac_sub_configure_args="--silent $ac_sub_configure_args"
53121 fi
53122
53123 ac_popdir=`pwd`
53124 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
53125
53126 # Do not complain, so a configure script can configure whichever
53127 # parts of a large source tree are present.
53128 test -d "$srcdir/$ac_dir" || continue
53129
53130 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
53131 echo "$as_me:$LINENO: $ac_msg" >&5
53132 echo "$ac_msg" >&6
53133 { as_dir="$ac_dir"
53134 case $as_dir in #(
53135 -*) as_dir=./$as_dir;;
53136 esac
53137 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
53138 as_dirs=
53139 while :; do
53140 case $as_dir in #(
53141 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
53142 *) as_qdir=$as_dir;;
53143 esac
53144 as_dirs="'$as_qdir' $as_dirs"
53145 as_dir=`$as_dirname -- "$as_dir" ||
53146 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
53147 X"$as_dir" : 'X\(//\)[^/]' \| \
53148 X"$as_dir" : 'X\(//\)$' \| \
53149 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
53150 echo X"$as_dir" |
53151 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
53152 s//\1/
53153 q
53154 }
53155 /^X\(\/\/\)[^/].*/{
53156 s//\1/
53157 q
53158 }
53159 /^X\(\/\/\)$/{
53160 s//\1/
53161 q
53162 }
53163 /^X\(\/\).*/{
53164 s//\1/
53165 q
53166 }
53167 s/.*/./; q'`
53168 test -d "$as_dir" && break
53169 done
53170 test -z "$as_dirs" || eval "mkdir $as_dirs"
53171 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
53172 echo "$as_me: error: cannot create directory $as_dir" >&2;}
53173 { (exit 1); exit 1; }; }; }
53174 ac_builddir=.
53175
53176 case "$ac_dir" in
53177 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
53178 *)
53179 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
53180 # A ".." for each directory in $ac_dir_suffix.
53181 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
53182 case $ac_top_builddir_sub in
53183 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
53184 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
53185 esac ;;
53186 esac
53187 ac_abs_top_builddir=$ac_pwd
53188 ac_abs_builddir=$ac_pwd$ac_dir_suffix
53189 # for backward compatibility:
53190 ac_top_builddir=$ac_top_build_prefix
53191
53192 case $srcdir in
53193 .) # We are building in place.
53194 ac_srcdir=.
53195 ac_top_srcdir=$ac_top_builddir_sub
53196 ac_abs_top_srcdir=$ac_pwd ;;
53197 [\\/]* | ?:[\\/]* ) # Absolute name.
53198 ac_srcdir=$srcdir$ac_dir_suffix;
53199 ac_top_srcdir=$srcdir
53200 ac_abs_top_srcdir=$srcdir ;;
53201 *) # Relative name.
53202 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
53203 ac_top_srcdir=$ac_top_build_prefix$srcdir
53204 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
53205 esac
53206 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
53207
53208
53209 cd "$ac_dir"
53210
53211 # Check for guested configure; otherwise get Cygnus style configure.
53212 if test -f "$ac_srcdir/configure.gnu"; then
53213 ac_sub_configure=$ac_srcdir/configure.gnu
53214 elif test -f "$ac_srcdir/configure"; then
53215 ac_sub_configure=$ac_srcdir/configure
53216 elif test -f "$ac_srcdir/configure.in"; then
53217 # This should be Cygnus configure.
53218 ac_sub_configure=$ac_aux_dir/configure
53219 else
53220 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
53221 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
53222 ac_sub_configure=
53223 fi
53224
53225 # The recursion is here.
53226 if test -n "$ac_sub_configure"; then
53227 # Make the cache file name correct relative to the subdirectory.
53228 case $cache_file in
53229 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
53230 *) # Relative name.
53231 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
53232 esac
53233
53234 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
53235 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
53236 # The eval makes quoting arguments work.
53237 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
53238 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
53239 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
53240 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
53241 { (exit 1); exit 1; }; }
53242 fi
53243
53244 cd "$ac_popdir"
53245 done
53246 fi
53247
53248
53249 echo
53250 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
53251 echo ""
53252 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
53253 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
53254 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
53255 echo $ECHO_N " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}$ECHO_C"
53256 if test "$wxUSE_UNICODE" = "yes"; then
53257 if test "$wxUSE_UNICODE_UTF8" = "yes"; then
53258 echo " (using UTF-8)"
53259 else
53260 echo " (using wchar_t)"
53261 fi
53262 else
53263 echo
53264 fi
53265
53266 echo " What level of wxWidgets compatibility should be enabled?"
53267 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}"
53268 echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}"
53269
53270 echo " Which libraries should wxWidgets use?"
53271 echo " STL ${wxUSE_STL}"
53272 echo " jpeg ${wxUSE_LIBJPEG-none}"
53273 echo " png ${wxUSE_LIBPNG-none}"
53274 echo " regex ${wxUSE_REGEX}"
53275 echo " tiff ${wxUSE_LIBTIFF-none}"
53276 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
53277 echo " xpm ${wxUSE_LIBXPM-none}"
53278 fi
53279 echo " zlib ${wxUSE_ZLIB}"
53280 echo " expat ${wxUSE_EXPAT}"
53281 echo " libmspack ${wxUSE_LIBMSPACK}"
53282 echo " sdl ${wxUSE_LIBSDL}"
53283
53284 echo ""
53285