]> git.saurik.com Git - wxWidgets.git/blob - configure
Merged 47839 from 2.8 branch:
[wxWidgets.git] / configure
1 #! /bin/sh
2 # From configure.in Id: configure.in 47800 2007-07-29 00:28:07Z VZ .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
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.0'
579 PACKAGE_STRING='wxWidgets 2.9.0'
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 target
665 target_cpu
666 target_vendor
667 target_os
668 wx_top_builddir
669 CC
670 CFLAGS
671 LDFLAGS
672 CPPFLAGS
673 ac_ct_CC
674 EXEEXT
675 OBJEXT
676 CPP
677 GREP
678 EGREP
679 CXX
680 CXXFLAGS
681 ac_ct_CXX
682 RANLIB
683 AR
684 INSTALL_PROGRAM
685 INSTALL_SCRIPT
686 INSTALL_DATA
687 STRIP
688 WINDRES
689 DLLTOOL
690 IF_GNU_MAKE
691 LN_S
692 subdirs
693 PKG_CONFIG
694 GTK_CFLAGS
695 GTK_LIBS
696 GTK_CONFIG
697 DIRECTFB_CFLAGS
698 DIRECTFB_LIBS
699 XMKMF
700 X_CFLAGS
701 X_PRE_LIBS
702 X_LIBS
703 X_EXTRA_LIBS
704 PANGOX_CFLAGS
705 PANGOX_LIBS
706 PANGOFT2_CFLAGS
707 PANGOFT2_LIBS
708 PANGOXFT_CFLAGS
709 PANGOXFT_LIBS
710 CFLAGS_VISIBILITY
711 CXXFLAGS_VISIBILITY
712 REZ
713 DEREZ
714 SETFILE
715 LIBICONV
716 SDL_CONFIG
717 SDL_CFLAGS
718 SDL_LIBS
719 LIBGNOMEPRINTUI_CFLAGS
720 LIBGNOMEPRINTUI_LIBS
721 GNOMEVFS_CFLAGS
722 GNOMEVFS_LIBS
723 HILDON_CFLAGS
724 HILDON_LIBS
725 CAIRO_CFLAGS
726 CAIRO_LIBS
727 GST_CFLAGS
728 GST_LIBS
729 ALL_WX_LIBS
730 BUILT_WX_LIBS
731 STD_BASE_LIBS
732 STD_GUI_LIBS
733 wxUSE_ZLIB
734 wxUSE_REGEX
735 wxUSE_EXPAT
736 wxUSE_ODBC
737 wxUSE_LIBJPEG
738 wxUSE_LIBPNG
739 wxUSE_LIBTIFF
740 VENDOR
741 OFFICIAL_BUILD
742 WX_FLAVOUR
743 WX_LIB_FLAVOUR
744 WXUNIV
745 MONOLITHIC
746 USE_PLUGINS
747 CXXWARNINGS
748 EXTRALIBS
749 EXTRALIBS_XML
750 EXTRALIBS_HTML
751 EXTRALIBS_ODBC
752 EXTRALIBS_GUI
753 EXTRALIBS_OPENGL
754 EXTRALIBS_SDL
755 WITH_PLUGIN_SDL
756 EXTRALIBS_GNOMEPRINT
757 EXTRALIBS_GNOMEVFS
758 EXTRALIBS_HILDON
759 UNICODE
760 BUILD
761 DEBUG_INFO
762 DEBUG_FLAG
763 TOOLKIT_LOWERCASE
764 TOOLKIT_VERSION
765 SAMPLES_RPATH_FLAG
766 SAMPLES_RPATH_POSTLINK
767 HOST_SUFFIX
768 CPPUNIT_CFLAGS
769 CPPUNIT_LIBS
770 SET_MAKE
771 MAKE_SET
772 AROPTIONS
773 NM
774 INSTALL_DIR
775 LDFLAGS_GUI
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_SOSYMLINKS
805 SONAME_FLAG
806 DEPS_TRACKING
807 BK_DEPS
808 GCC_PCH
809 ICC_PCH
810 BK_MAKE_PCH
811 COND_BUILD_DEBUG
812 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
813 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
814 COND_BUILD_DEBUG_UNICODE_0
815 COND_BUILD_DEBUG_UNICODE_1
816 COND_BUILD_RELEASE
817 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
818 COND_BUILD_RELEASE_UNICODE_0
819 COND_BUILD_RELEASE_UNICODE_1
820 COND_DEBUG_FLAG_1
821 COND_DEBUG_INFO_0
822 COND_DEBUG_INFO_1
823 COND_DEPS_TRACKING_0
824 COND_DEPS_TRACKING_1
825 COND_GCC_PCH_1
826 COND_ICC_PCH_1
827 COND_MONOLITHIC_0
828 COND_MONOLITHIC_0_SHARED_0
829 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
830 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
831 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
832 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
833 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
834 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
835 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
836 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
837 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
838 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
839 COND_MONOLITHIC_0_SHARED_1
840 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
841 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
842 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
843 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
844 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
845 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
846 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
847 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
848 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
849 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
850 COND_MONOLITHIC_0_USE_AUI_1
851 COND_MONOLITHIC_0_USE_GUI_1
852 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
853 COND_MONOLITHIC_0_USE_GUI_1_USE_ODBC_1
854 COND_MONOLITHIC_0_USE_HTML_1
855 COND_MONOLITHIC_0_USE_MEDIA_1
856 COND_MONOLITHIC_0_USE_ODBC_1
857 COND_MONOLITHIC_0_USE_QA_1
858 COND_MONOLITHIC_0_USE_RICHTEXT_1
859 COND_MONOLITHIC_0_USE_STC_1
860 COND_MONOLITHIC_0_USE_XRC_1
861 COND_MONOLITHIC_1
862 COND_MONOLITHIC_1_SHARED_0
863 COND_MONOLITHIC_1_SHARED_1
864 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
865 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
866 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
867 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
868 COND_PLATFORM_MACOSX_1
869 COND_PLATFORM_MACOSX_1_TOOLKIT_
870 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
871 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
872 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
873 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
874 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
875 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
876 COND_PLATFORM_MACOSX_1_USE_GUI_1
877 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
878 COND_PLATFORM_MACOS_1
879 COND_PLATFORM_MAC_1
880 COND_PLATFORM_MSDOS_0
881 COND_PLATFORM_MSDOS_1
882 COND_PLATFORM_OS2_1
883 COND_PLATFORM_UNIX_0
884 COND_PLATFORM_UNIX_1
885 COND_PLATFORM_UNIX_1_TOOLKIT_MGL
886 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1
887 COND_PLATFORM_UNIX_1_USE_GUI_1
888 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
889 COND_PLATFORM_WIN32_0
890 COND_PLATFORM_WIN32_1
891 COND_SHARED_0
892 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
893 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
894 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
895 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
896 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
897 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
898 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
899 COND_SHARED_0_USE_STC_1
900 COND_SHARED_0_USE_XRC_1
901 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
902 COND_SHARED_0_WXUSE_ODBC_BUILTIN
903 COND_SHARED_0_WXUSE_REGEX_BUILTIN
904 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
905 COND_SHARED_1
906 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
907 COND_SHARED_1_USE_XRC_1
908 COND_TOOLKIT_
909 COND_TOOLKIT_COCOA
910 COND_TOOLKIT_COCOA_USE_GUI_1
911 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
912 COND_TOOLKIT_DFB
913 COND_TOOLKIT_DFB_USE_GUI_1
914 COND_TOOLKIT_GTK
915 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
916 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
917 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
918 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
919 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
920 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
921 COND_TOOLKIT_GTK_USE_GUI_1
922 COND_TOOLKIT_MAC
923 COND_TOOLKIT_MAC_USE_GUI_1
924 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
925 COND_TOOLKIT_MGL
926 COND_TOOLKIT_MGL_USE_GUI_1
927 COND_TOOLKIT_MOTIF
928 COND_TOOLKIT_MOTIF_USE_GUI_1
929 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
930 COND_TOOLKIT_MSW
931 COND_TOOLKIT_MSW_USE_GUI_1
932 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
933 COND_TOOLKIT_MSW_WXUNIV_0
934 COND_TOOLKIT_PM
935 COND_TOOLKIT_PM_USE_GUI_1
936 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
937 COND_TOOLKIT_WINCE
938 COND_TOOLKIT_WINCE_USE_GUI_1
939 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
940 COND_TOOLKIT_WINCE_WXUNIV_0
941 COND_TOOLKIT_X11
942 COND_TOOLKIT_X11_USE_GUI_1
943 COND_UNICODE_1
944 COND_USE_EXCEPTIONS_0
945 COND_USE_EXCEPTIONS_1
946 COND_USE_GUI_0
947 COND_USE_GUI_1
948 COND_USE_GUI_1_USE_OPENGL_1
949 COND_USE_GUI_1_WXUNIV_0
950 COND_USE_GUI_1_WXUNIV_1
951 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
952 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
953 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
954 COND_USE_ODBC_1
955 COND_USE_OPENGL_1
956 COND_USE_PCH_1
957 COND_USE_PLUGINS_0
958 COND_USE_RTTI_0
959 COND_USE_RTTI_1
960 COND_USE_SOSYMLINKS_1
961 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
962 COND_USE_SOVERLINUX_1
963 COND_USE_SOVERSION_0
964 COND_USE_SOVERSOLARIS_1
965 COND_USE_STC_1
966 COND_USE_THREADS_0
967 COND_USE_THREADS_1
968 COND_USE_XRC_1
969 COND_WINDOWS_IMPLIB_1
970 COND_WITH_PLUGIN_SDL_1
971 COND_WXUNIV_0
972 COND_WXUNIV_1
973 COND_WXUSE_EXPAT_BUILTIN
974 COND_WXUSE_LIBJPEG_BUILTIN
975 COND_WXUSE_LIBPNG_BUILTIN
976 COND_WXUSE_LIBTIFF_BUILTIN
977 COND_WXUSE_ODBC_BUILTIN
978 COND_WXUSE_REGEX_BUILTIN
979 COND_WXUSE_ZLIB_BUILTIN
980 SHARED
981 WX_LIBRARY_BASENAME_NOGUI
982 WX_LIBRARY_BASENAME_GUI
983 USE_GUI
984 AFMINSTALL
985 WIN32INSTALL
986 TOOLKIT
987 TOOLKIT_DIR
988 TOOLCHAIN_NAME
989 TOOLCHAIN_FULLNAME
990 cross_compiling
991 WIDGET_SET
992 WX_RELEASE
993 WX_VERSION
994 WX_SUBVERSION
995 WX_CHARTYPE
996 WX_DEBUGTYPE
997 WXCONFIG_CPPFLAGS
998 WXCONFIG_CFLAGS
999 WXCONFIG_CXXFLAGS
1000 WXCONFIG_LIBS
1001 WXCONFIG_RPATH
1002 WXCONFIG_LDFLAGS_GUI
1003 WXCONFIG_RESFLAGS
1004 EXE_LINKER
1005 GUIDIST
1006 DISTDIR
1007 SAMPLES_SUBDIRS
1008 LDFLAGS_GL
1009 OPENGL_LIBS
1010 DMALLOC_LIBS
1011 WX_VERSION_TAG
1012 RESCOMP
1013 RESFLAGS
1014 RESPROGRAMOBJ
1015 WX_RESOURCES_MACOSX_ASCII
1016 WX_RESOURCES_MACOSX_DATA
1017 LIBWXMACRES
1018 POSTLINK_COMMAND
1019 MACSETFILE
1020 GCC
1021 CPPUNIT_CONFIG
1022 LIBOBJS
1023 LTLIBOBJS'
1024 ac_subst_files=''
1025 ac_precious_vars='build_alias
1026 host_alias
1027 target_alias
1028 CC
1029 CFLAGS
1030 LDFLAGS
1031 LIBS
1032 CPPFLAGS
1033 CPP
1034 CXX
1035 CXXFLAGS
1036 CCC
1037 PKG_CONFIG
1038 DIRECTFB_CFLAGS
1039 DIRECTFB_LIBS
1040 XMKMF
1041 PANGOX_CFLAGS
1042 PANGOX_LIBS
1043 PANGOFT2_CFLAGS
1044 PANGOFT2_LIBS
1045 PANGOXFT_CFLAGS
1046 PANGOXFT_LIBS
1047 LIBGNOMEPRINTUI_CFLAGS
1048 LIBGNOMEPRINTUI_LIBS
1049 GNOMEVFS_CFLAGS
1050 GNOMEVFS_LIBS
1051 HILDON_CFLAGS
1052 HILDON_LIBS
1053 CAIRO_CFLAGS
1054 CAIRO_LIBS
1055 GST_CFLAGS
1056 GST_LIBS'
1057 ac_subdirs_all='src/expat'
1058
1059 # Initialize some variables set by options.
1060 ac_init_help=
1061 ac_init_version=false
1062 # The variables have the same names as the options, with
1063 # dashes changed to underlines.
1064 cache_file=/dev/null
1065 exec_prefix=NONE
1066 no_create=
1067 no_recursion=
1068 prefix=NONE
1069 program_prefix=NONE
1070 program_suffix=NONE
1071 program_transform_name=s,x,x,
1072 silent=
1073 site=
1074 srcdir=
1075 verbose=
1076 x_includes=NONE
1077 x_libraries=NONE
1078
1079 # Installation directory options.
1080 # These are left unexpanded so users can "make install exec_prefix=/foo"
1081 # and all the variables that are supposed to be based on exec_prefix
1082 # by default will actually change.
1083 # Use braces instead of parens because sh, perl, etc. also accept them.
1084 # (The list follows the same order as the GNU Coding Standards.)
1085 bindir='${exec_prefix}/bin'
1086 sbindir='${exec_prefix}/sbin'
1087 libexecdir='${exec_prefix}/libexec'
1088 datarootdir='${prefix}/share'
1089 datadir='${datarootdir}'
1090 sysconfdir='${prefix}/etc'
1091 sharedstatedir='${prefix}/com'
1092 localstatedir='${prefix}/var'
1093 includedir='${prefix}/include'
1094 oldincludedir='/usr/include'
1095 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1096 infodir='${datarootdir}/info'
1097 htmldir='${docdir}'
1098 dvidir='${docdir}'
1099 pdfdir='${docdir}'
1100 psdir='${docdir}'
1101 libdir='${exec_prefix}/lib'
1102 localedir='${datarootdir}/locale'
1103 mandir='${datarootdir}/man'
1104
1105 ac_prev=
1106 ac_dashdash=
1107 for ac_option
1108 do
1109 # If the previous option needs an argument, assign it.
1110 if test -n "$ac_prev"; then
1111 eval $ac_prev=\$ac_option
1112 ac_prev=
1113 continue
1114 fi
1115
1116 case $ac_option in
1117 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1118 *) ac_optarg=yes ;;
1119 esac
1120
1121 # Accept the important Cygnus configure options, so we can diagnose typos.
1122
1123 case $ac_dashdash$ac_option in
1124 --)
1125 ac_dashdash=yes ;;
1126
1127 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1128 ac_prev=bindir ;;
1129 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1130 bindir=$ac_optarg ;;
1131
1132 -build | --build | --buil | --bui | --bu)
1133 ac_prev=build_alias ;;
1134 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1135 build_alias=$ac_optarg ;;
1136
1137 -cache-file | --cache-file | --cache-fil | --cache-fi \
1138 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1139 ac_prev=cache_file ;;
1140 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1141 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1142 cache_file=$ac_optarg ;;
1143
1144 --config-cache | -C)
1145 cache_file=config.cache ;;
1146
1147 -datadir | --datadir | --datadi | --datad)
1148 ac_prev=datadir ;;
1149 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1150 datadir=$ac_optarg ;;
1151
1152 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1153 | --dataroo | --dataro | --datar)
1154 ac_prev=datarootdir ;;
1155 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1156 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1157 datarootdir=$ac_optarg ;;
1158
1159 -disable-* | --disable-*)
1160 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1161 # Reject names that are not valid shell variable names.
1162 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1163 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1164 { (exit 1); exit 1; }; }
1165 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1166 eval enable_$ac_feature=no ;;
1167
1168 -docdir | --docdir | --docdi | --doc | --do)
1169 ac_prev=docdir ;;
1170 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1171 docdir=$ac_optarg ;;
1172
1173 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1174 ac_prev=dvidir ;;
1175 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1176 dvidir=$ac_optarg ;;
1177
1178 -enable-* | --enable-*)
1179 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1180 # Reject names that are not valid shell variable names.
1181 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1182 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1183 { (exit 1); exit 1; }; }
1184 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1185 eval enable_$ac_feature=\$ac_optarg ;;
1186
1187 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1188 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1189 | --exec | --exe | --ex)
1190 ac_prev=exec_prefix ;;
1191 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1192 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1193 | --exec=* | --exe=* | --ex=*)
1194 exec_prefix=$ac_optarg ;;
1195
1196 -gas | --gas | --ga | --g)
1197 # Obsolete; use --with-gas.
1198 with_gas=yes ;;
1199
1200 -help | --help | --hel | --he | -h)
1201 ac_init_help=long ;;
1202 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1203 ac_init_help=recursive ;;
1204 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1205 ac_init_help=short ;;
1206
1207 -host | --host | --hos | --ho)
1208 ac_prev=host_alias ;;
1209 -host=* | --host=* | --hos=* | --ho=*)
1210 host_alias=$ac_optarg ;;
1211
1212 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1213 ac_prev=htmldir ;;
1214 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1215 | --ht=*)
1216 htmldir=$ac_optarg ;;
1217
1218 -includedir | --includedir | --includedi | --included | --include \
1219 | --includ | --inclu | --incl | --inc)
1220 ac_prev=includedir ;;
1221 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1222 | --includ=* | --inclu=* | --incl=* | --inc=*)
1223 includedir=$ac_optarg ;;
1224
1225 -infodir | --infodir | --infodi | --infod | --info | --inf)
1226 ac_prev=infodir ;;
1227 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1228 infodir=$ac_optarg ;;
1229
1230 -libdir | --libdir | --libdi | --libd)
1231 ac_prev=libdir ;;
1232 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1233 libdir=$ac_optarg ;;
1234
1235 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1236 | --libexe | --libex | --libe)
1237 ac_prev=libexecdir ;;
1238 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1239 | --libexe=* | --libex=* | --libe=*)
1240 libexecdir=$ac_optarg ;;
1241
1242 -localedir | --localedir | --localedi | --localed | --locale)
1243 ac_prev=localedir ;;
1244 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1245 localedir=$ac_optarg ;;
1246
1247 -localstatedir | --localstatedir | --localstatedi | --localstated \
1248 | --localstate | --localstat | --localsta | --localst | --locals)
1249 ac_prev=localstatedir ;;
1250 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1251 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1252 localstatedir=$ac_optarg ;;
1253
1254 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1255 ac_prev=mandir ;;
1256 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1257 mandir=$ac_optarg ;;
1258
1259 -nfp | --nfp | --nf)
1260 # Obsolete; use --without-fp.
1261 with_fp=no ;;
1262
1263 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1264 | --no-cr | --no-c | -n)
1265 no_create=yes ;;
1266
1267 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1268 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1269 no_recursion=yes ;;
1270
1271 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1272 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1273 | --oldin | --oldi | --old | --ol | --o)
1274 ac_prev=oldincludedir ;;
1275 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1276 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1277 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1278 oldincludedir=$ac_optarg ;;
1279
1280 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1281 ac_prev=prefix ;;
1282 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1283 prefix=$ac_optarg ;;
1284
1285 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1286 | --program-pre | --program-pr | --program-p)
1287 ac_prev=program_prefix ;;
1288 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1289 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1290 program_prefix=$ac_optarg ;;
1291
1292 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1293 | --program-suf | --program-su | --program-s)
1294 ac_prev=program_suffix ;;
1295 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1296 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1297 program_suffix=$ac_optarg ;;
1298
1299 -program-transform-name | --program-transform-name \
1300 | --program-transform-nam | --program-transform-na \
1301 | --program-transform-n | --program-transform- \
1302 | --program-transform | --program-transfor \
1303 | --program-transfo | --program-transf \
1304 | --program-trans | --program-tran \
1305 | --progr-tra | --program-tr | --program-t)
1306 ac_prev=program_transform_name ;;
1307 -program-transform-name=* | --program-transform-name=* \
1308 | --program-transform-nam=* | --program-transform-na=* \
1309 | --program-transform-n=* | --program-transform-=* \
1310 | --program-transform=* | --program-transfor=* \
1311 | --program-transfo=* | --program-transf=* \
1312 | --program-trans=* | --program-tran=* \
1313 | --progr-tra=* | --program-tr=* | --program-t=*)
1314 program_transform_name=$ac_optarg ;;
1315
1316 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1317 ac_prev=pdfdir ;;
1318 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1319 pdfdir=$ac_optarg ;;
1320
1321 -psdir | --psdir | --psdi | --psd | --ps)
1322 ac_prev=psdir ;;
1323 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1324 psdir=$ac_optarg ;;
1325
1326 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1327 | -silent | --silent | --silen | --sile | --sil)
1328 silent=yes ;;
1329
1330 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1331 ac_prev=sbindir ;;
1332 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1333 | --sbi=* | --sb=*)
1334 sbindir=$ac_optarg ;;
1335
1336 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1337 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1338 | --sharedst | --shareds | --shared | --share | --shar \
1339 | --sha | --sh)
1340 ac_prev=sharedstatedir ;;
1341 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1342 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1343 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1344 | --sha=* | --sh=*)
1345 sharedstatedir=$ac_optarg ;;
1346
1347 -site | --site | --sit)
1348 ac_prev=site ;;
1349 -site=* | --site=* | --sit=*)
1350 site=$ac_optarg ;;
1351
1352 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1353 ac_prev=srcdir ;;
1354 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1355 srcdir=$ac_optarg ;;
1356
1357 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1358 | --syscon | --sysco | --sysc | --sys | --sy)
1359 ac_prev=sysconfdir ;;
1360 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1361 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1362 sysconfdir=$ac_optarg ;;
1363
1364 -target | --target | --targe | --targ | --tar | --ta | --t)
1365 ac_prev=target_alias ;;
1366 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1367 target_alias=$ac_optarg ;;
1368
1369 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1370 verbose=yes ;;
1371
1372 -version | --version | --versio | --versi | --vers | -V)
1373 ac_init_version=: ;;
1374
1375 -with-* | --with-*)
1376 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1377 # Reject names that are not valid shell variable names.
1378 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1379 { echo "$as_me: error: invalid package name: $ac_package" >&2
1380 { (exit 1); exit 1; }; }
1381 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1382 eval with_$ac_package=\$ac_optarg ;;
1383
1384 -without-* | --without-*)
1385 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1386 # Reject names that are not valid shell variable names.
1387 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1388 { echo "$as_me: error: invalid package name: $ac_package" >&2
1389 { (exit 1); exit 1; }; }
1390 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1391 eval with_$ac_package=no ;;
1392
1393 --x)
1394 # Obsolete; use --with-x.
1395 with_x=yes ;;
1396
1397 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1398 | --x-incl | --x-inc | --x-in | --x-i)
1399 ac_prev=x_includes ;;
1400 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1401 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1402 x_includes=$ac_optarg ;;
1403
1404 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1405 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1406 ac_prev=x_libraries ;;
1407 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1408 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1409 x_libraries=$ac_optarg ;;
1410
1411 -*) { echo "$as_me: error: unrecognized option: $ac_option
1412 Try \`$0 --help' for more information." >&2
1413 { (exit 1); exit 1; }; }
1414 ;;
1415
1416 *=*)
1417 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1418 # Reject names that are not valid shell variable names.
1419 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1420 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1421 { (exit 1); exit 1; }; }
1422 eval $ac_envvar=\$ac_optarg
1423 export $ac_envvar ;;
1424
1425 *)
1426 # FIXME: should be removed in autoconf 3.0.
1427 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1428 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1429 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1430 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1431 ;;
1432
1433 esac
1434 done
1435
1436 if test -n "$ac_prev"; then
1437 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1438 { echo "$as_me: error: missing argument to $ac_option" >&2
1439 { (exit 1); exit 1; }; }
1440 fi
1441
1442 # Be sure to have absolute directory names.
1443 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1444 datadir sysconfdir sharedstatedir localstatedir includedir \
1445 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1446 libdir localedir mandir
1447 do
1448 eval ac_val=\$$ac_var
1449 case $ac_val in
1450 [\\/$]* | ?:[\\/]* ) continue;;
1451 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1452 esac
1453 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1454 { (exit 1); exit 1; }; }
1455 done
1456
1457 # There might be people who depend on the old broken behavior: `$host'
1458 # used to hold the argument of --host etc.
1459 # FIXME: To remove some day.
1460 build=$build_alias
1461 host=$host_alias
1462 target=$target_alias
1463
1464 # FIXME: To remove some day.
1465 if test "x$host_alias" != x; then
1466 if test "x$build_alias" = x; then
1467 cross_compiling=maybe
1468 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1469 If a cross compiler is detected then cross compile mode will be used." >&2
1470 elif test "x$build_alias" != "x$host_alias"; then
1471 cross_compiling=yes
1472 fi
1473 fi
1474
1475 ac_tool_prefix=
1476 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1477
1478 test "$silent" = yes && exec 6>/dev/null
1479
1480
1481 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1482 ac_ls_di=`ls -di .` &&
1483 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1484 { echo "$as_me: error: Working directory cannot be determined" >&2
1485 { (exit 1); exit 1; }; }
1486 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1487 { echo "$as_me: error: pwd does not report name of working directory" >&2
1488 { (exit 1); exit 1; }; }
1489
1490
1491 # Find the source files, if location was not specified.
1492 if test -z "$srcdir"; then
1493 ac_srcdir_defaulted=yes
1494 # Try the directory containing this script, then the parent directory.
1495 ac_confdir=`$as_dirname -- "$0" ||
1496 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1497 X"$0" : 'X\(//\)[^/]' \| \
1498 X"$0" : 'X\(//\)$' \| \
1499 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1500 echo X"$0" |
1501 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1502 s//\1/
1503 q
1504 }
1505 /^X\(\/\/\)[^/].*/{
1506 s//\1/
1507 q
1508 }
1509 /^X\(\/\/\)$/{
1510 s//\1/
1511 q
1512 }
1513 /^X\(\/\).*/{
1514 s//\1/
1515 q
1516 }
1517 s/.*/./; q'`
1518 srcdir=$ac_confdir
1519 if test ! -r "$srcdir/$ac_unique_file"; then
1520 srcdir=..
1521 fi
1522 else
1523 ac_srcdir_defaulted=no
1524 fi
1525 if test ! -r "$srcdir/$ac_unique_file"; then
1526 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1527 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1528 { (exit 1); exit 1; }; }
1529 fi
1530 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1531 ac_abs_confdir=`(
1532 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1533 { (exit 1); exit 1; }; }
1534 pwd)`
1535 # When building in place, set srcdir=.
1536 if test "$ac_abs_confdir" = "$ac_pwd"; then
1537 srcdir=.
1538 fi
1539 # Remove unnecessary trailing slashes from srcdir.
1540 # Double slashes in file names in object file debugging info
1541 # mess up M-x gdb in Emacs.
1542 case $srcdir in
1543 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1544 esac
1545 for ac_var in $ac_precious_vars; do
1546 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1547 eval ac_env_${ac_var}_value=\$${ac_var}
1548 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1549 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1550 done
1551
1552 #
1553 # Report the --help message.
1554 #
1555 if test "$ac_init_help" = "long"; then
1556 # Omit some internal or obsolete options to make the list less imposing.
1557 # This message is too long to be a string in the A/UX 3.1 sh.
1558 cat <<_ACEOF
1559 \`configure' configures wxWidgets 2.9.0 to adapt to many kinds of systems.
1560
1561 Usage: $0 [OPTION]... [VAR=VALUE]...
1562
1563 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1564 VAR=VALUE. See below for descriptions of some of the useful variables.
1565
1566 Defaults for the options are specified in brackets.
1567
1568 Configuration:
1569 -h, --help display this help and exit
1570 --help=short display options specific to this package
1571 --help=recursive display the short help of all the included packages
1572 -V, --version display version information and exit
1573 -q, --quiet, --silent do not print \`checking...' messages
1574 --cache-file=FILE cache test results in FILE [disabled]
1575 -C, --config-cache alias for \`--cache-file=config.cache'
1576 -n, --no-create do not create output files
1577 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1578
1579 Installation directories:
1580 --prefix=PREFIX install architecture-independent files in PREFIX
1581 [$ac_default_prefix]
1582 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1583 [PREFIX]
1584
1585 By default, \`make install' will install all the files in
1586 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1587 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1588 for instance \`--prefix=\$HOME'.
1589
1590 For better control, use the options below.
1591
1592 Fine tuning of the installation directories:
1593 --bindir=DIR user executables [EPREFIX/bin]
1594 --sbindir=DIR system admin executables [EPREFIX/sbin]
1595 --libexecdir=DIR program executables [EPREFIX/libexec]
1596 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1597 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1598 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1599 --libdir=DIR object code libraries [EPREFIX/lib]
1600 --includedir=DIR C header files [PREFIX/include]
1601 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1602 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1603 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1604 --infodir=DIR info documentation [DATAROOTDIR/info]
1605 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1606 --mandir=DIR man documentation [DATAROOTDIR/man]
1607 --docdir=DIR documentation root [DATAROOTDIR/doc/wxwidgets]
1608 --htmldir=DIR html documentation [DOCDIR]
1609 --dvidir=DIR dvi documentation [DOCDIR]
1610 --pdfdir=DIR pdf documentation [DOCDIR]
1611 --psdir=DIR ps documentation [DOCDIR]
1612 _ACEOF
1613
1614 cat <<\_ACEOF
1615
1616 X features:
1617 --x-includes=DIR X include files are in DIR
1618 --x-libraries=DIR X library files are in DIR
1619
1620 System types:
1621 --build=BUILD configure for building on BUILD [guessed]
1622 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1623 --target=TARGET configure for building compilers for TARGET [HOST]
1624 _ACEOF
1625 fi
1626
1627 if test -n "$ac_init_help"; then
1628 case $ac_init_help in
1629 short | recursive ) echo "Configuration of wxWidgets 2.9.0:";;
1630 esac
1631 cat <<\_ACEOF
1632
1633 Optional Features:
1634 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1635 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1636 --disable-gui don't build GUI parts of the library
1637 --enable-monolithic build wxWidgets as single library
1638 --enable-plugins build parts of wxWidgets as loadable components
1639 --enable-official_build official build of wxWidgets (win32 DLL only)
1640 --enable-vendor=VENDOR vendor name (win32 DLL only)
1641 --disable-all-features disable all optional features to build minimal library
1642 --enable-universal use wxWidgets GUI controls instead of native ones
1643 --enable-nanox use NanoX
1644 --disable-gtk2 use GTK+ 1.2 instead of 2.0
1645 --enable-gpe use GNOME PDA Environment features if possible
1646 --disable-shared create static library instead of shared
1647 --disable-optimise create optimised code
1648 --enable-debug same as debug_flag and debug_info
1649 --enable-stl use STL for containers
1650 --enable-std_iostreams use standard C++ stream classes
1651 --enable-std_string use standard C++ string classes
1652 --disable-unicode compile without Unicode support
1653 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
1654 --enable-utf8 use UTF-8 representation for strings (Unix only)
1655 --enable-utf8only only support UTF-8 locales in UTF-8 build (Unix only)
1656 --enable-extended_rtti use extended RTTI (XTI)
1657 --enable-omf use OMF object format
1658 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
1659 --enable-debug_info create code with debugging information
1660 --enable-debug_gdb create code with extra GDB debugging information
1661 --enable-debug_cntxt use wxDebugContext
1662 --enable-mem_tracing create code with memory tracing
1663 --enable-profile create code with profiling information
1664 --enable-no_rtti create code without RTTI information
1665 --enable-no_exceptions create code without C++ exceptions handling
1666 --enable-permissive compile code disregarding strict ANSI
1667 --enable-no_deps create code without dependency information
1668 --disable-vararg_macros don't use vararg macros, even if they are supported
1669 --enable-universal_binary create Mac PowerPC and Intel Universal binary (not yet working)
1670 --enable-compat26 enable wxWidgets 2.6 compatibility
1671 --disable-compat28 disable wxWidgets 2.8 compatibility
1672 --disable-rpath disable use of rpath for uninstalled builds
1673 --enable-objc_uniquifying enable Objective-C class name uniquifying
1674 --disable-visibility disable use of ELF symbols visibility even if supported
1675 --enable-intl use internationalization system
1676 --enable-config use wxConfig (and derived) classes
1677 --enable-protocols use wxProtocol and derived classes
1678 --enable-ftp use wxFTP (requires wxProtocol
1679 --enable-http use wxHTTP (requires wxProtocol
1680 --enable-fileproto use wxFileProto class (requires wxProtocol
1681 --enable-sockets use socket/network classes
1682 --enable-ole use OLE classes (Win32 only)
1683 --enable-dataobj use data object classes
1684 --enable-ipc use interprocess communication (wxSocket etc.)
1685 --enable-baseevtloop use event loop in console programs too
1686 --enable-epoolloop use wxEpollDispatcher class (Linux only)
1687 --enable-selectloop use wxSelectDispatcher class
1688 --enable-apple_ieee use the Apple IEEE codec
1689 --enable-arcstream use wxArchive streams
1690 --enable-base64 use base64 encoding/decoding functions
1691 --enable-backtrace use wxStackWalker class for getting backtraces
1692 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
1693 --enable-cmdline use wxCmdLineParser class
1694 --enable-datetime use wxDateTime class
1695 --enable-debugreport use wxDebugReport class
1696 --enable-dialupman use dialup network classes
1697 --enable-dynlib use wxLibrary class for DLL loading
1698 --enable-dynamicloader use (new) wxDynamicLibrary class
1699 --enable-exceptions build exception-safe library
1700 --enable-ffile use wxFFile class
1701 --enable-file use wxFile class
1702 --enable-filesystem use virtual file systems classes
1703 --enable-fontenum use wxFontEnumerator class
1704 --enable-fontmap use font encodings conversion classes
1705 --enable-fs_archive use virtual archive filesystems
1706 --enable-fs_inet use virtual HTTP/FTP filesystems
1707 --enable-fs_zip now replaced by fs_archive
1708 --enable-geometry use geometry class
1709 --enable-log use logging system
1710 --enable-longlong use wxLongLong class
1711 --enable-mimetype use wxMimeTypesManager
1712 --enable-snglinst use wxSingleInstanceChecker class
1713 --enable-stdpaths use wxStandardPaths class
1714 --enable-stopwatch use wxStopWatch class
1715 --enable-streams use wxStream etc classes
1716 --enable-sysoptions use wxSystemOptions
1717 --enable-tarstream use wxTar streams
1718 --enable-textbuf use wxTextBuffer class
1719 --enable-textfile use wxTextFile class
1720 --enable-timer use wxTimer class
1721 --enable-sound use wxSound class
1722 --enable-mediactrl use wxMediaCtrl class
1723 --enable-gstreamer8 force GStreamer 0.8 instead of 0.10 with the wxMediaCtrl class on unix
1724 --enable-printfposparam use wxVsnprintf() which supports positional parameters
1725 --enable-zipstream use wxZip streams
1726 --enable-url use wxURL class
1727 --enable-variant use wxVariant class
1728 --enable-protocol use wxProtocol class
1729 --enable-protocol-http HTTP support in wxProtocol
1730 --enable-protocol-ftp FTP support in wxProtocol
1731 --enable-protocol-file FILE support in wxProtocol
1732 --enable-threads use threads
1733 --enable-docview use document view architecture
1734 --enable-help use help subsystem
1735 --enable-mshtmlhelp use MS HTML Help (win32)
1736 --enable-html use wxHTML sub-library
1737 --enable-htmlhelp use wxHTML-based help
1738 --enable-xrc use XRC resources sub-library
1739 --enable-aui use AUI docking library
1740 --enable-stc use wxStyledTextCtrl library
1741 --enable-constraints use layout-constraints system
1742 --enable-printarch use printing architecture
1743 --enable-mdi use multiple document interface architecture
1744 --enable-mdidoc use docview architecture with MDI
1745 --enable-loggui use standard GUI logger
1746 --enable-logwin use wxLogWindow
1747 --enable-logdialog use wxLogDialog
1748 --enable-webkit use wxWebKitCtrl (Mac)
1749 --enable-richtext use wxRichTextCtrl
1750 --enable-graphics_ctx use graphics context 2D drawing API
1751 --enable-postscript use wxPostscriptDC device context (default for gtk+)
1752 --enable-svg use wxSVGFileDC device context
1753 --enable-clipboard use wxClipboard class
1754 --enable-dnd use Drag'n'Drop classes
1755 --enable-metafile use win32 metafiles
1756 --disable-controls disable compilation of all standard controls
1757 --enable-accel use accelerators
1758 --enable-animatectrl use wxAnimationCtrl class
1759 --enable-button use wxButton class
1760 --enable-bmpbutton use wxBitmapButton class
1761 --enable-bmpcombobox use wxBitmapComboBox class
1762 --enable-calendar use wxCalendarCtrl class
1763 --enable-caret use wxCaret class
1764 --enable-checkbox use wxCheckBox class
1765 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
1766 --enable-choice use wxChoice class
1767 --enable-choicebook use wxChoicebook class
1768 --enable-collpane use wxCollapsiblePane class
1769 --enable-colourpicker use wxColourPickerCtrl class
1770 --enable-combobox use wxComboBox class
1771 --enable-comboctrl use wxComboCtrl class
1772 --enable-datepick use wxDatePickerCtrl class
1773 --enable-dirpicker use wxDirPickerCtrl class
1774 --enable-display use wxDisplay class
1775 --enable-detect_sm use code to detect X11 session manager
1776 --enable-editablebox use wxEditableListBox class
1777 --enable-filepicker use wxFilePickerCtrl class
1778 --enable-fontpicker use wxFontPickerCtrl class
1779 --enable-gauge use wxGauge class
1780 --enable-grid use wxGrid class
1781 --enable-dataviewctrl use wxDataViewCtrl class
1782 --enable-hyperlink use wxHyperlinkCtrl class
1783 --enable-imaglist use wxImageList class
1784 --enable-listbook use wxListbook class
1785 --enable-listbox use wxListBox class
1786 --enable-listctrl use wxListCtrl class
1787 --enable-notebook use wxNotebook class
1788 --enable-odcombobox use wxOwnerDrawnComboBox class
1789 --enable-radiobox use wxRadioBox class
1790 --enable-radiobtn use wxRadioButton class
1791 --enable-sash use wxSashWindow class
1792 --enable-scrollbar use wxScrollBar class and scrollable windows
1793 --enable-searchctrl use wxSearchCtrl class
1794 --enable-slider use wxSlider class
1795 --enable-spinbtn use wxSpinButton class
1796 --enable-spinctrl use wxSpinCtrl class
1797 --enable-splitter use wxSplitterWindow class
1798 --enable-statbmp use wxStaticBitmap class
1799 --enable-statbox use wxStaticBox class
1800 --enable-statline use wxStaticLine class
1801 --enable-stattext use wxStaticText class
1802 --enable-statusbar use wxStatusBar class
1803 --enable-tabdialog use wxTabControl class
1804 --enable-taskbaricon use wxTaskBarIcon class
1805 --enable-textctrl use wxTextCtrl class
1806 --enable-togglebtn use wxToggleButton class
1807 --enable-toolbar use wxToolBar class
1808 --enable-tbarnative use native wxToolBar class
1809 --enable-treebook use wxTreebook class
1810 --enable-toolbook use wxToolbook class
1811 --enable-treectrl use wxTreeCtrl class
1812 --enable-tipwindow use wxTipWindow class
1813 --enable-popupwin use wxPopUpWindow class
1814 --enable-commondlg use all common dialogs
1815 --enable-aboutdlg use wxAboutBox
1816 --enable-choicedlg use wxChoiceDialog
1817 --enable-coldlg use wxColourDialog
1818 --enable-filedlg use wxFileDialog
1819 --enable-finddlg use wxFindReplaceDialog
1820 --enable-fontdlg use wxFontDialog
1821 --enable-dirdlg use wxDirDialog
1822 --enable-msgdlg use wxMessageDialog
1823 --enable-numberdlg use wxNumberEntryDialog
1824 --enable-splash use wxSplashScreen
1825 --enable-textdlg use wxTextDialog
1826 --enable-tipdlg use startup tips
1827 --enable-progressdlg use wxProgressDialog
1828 --enable-wizarddlg use wxWizard
1829 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1830 --enable-miniframe use wxMiniFrame class
1831 --enable-tooltips use wxToolTip class
1832 --enable-splines use spline drawing code
1833 --enable-mousewheel use mousewheel
1834 --enable-validators use wxValidator and derived classes
1835 --enable-busyinfo use wxBusyInfo
1836 --enable-joystick use wxJoystick
1837 --enable-metafiles use wxMetaFile (Win32 only)
1838 --enable-dragimage use wxDragImage
1839 --enable-accessibility enable accessibility support
1840 --enable-palette use wxPalette class
1841 --enable-image use wxImage class
1842 --enable-gif use gif images (GIF file format)
1843 --enable-pcx use pcx images (PCX file format)
1844 --enable-tga use tga images (TGA file format)
1845 --enable-iff use iff images (IFF file format)
1846 --enable-pnm use pnm images (PNM file format)
1847 --enable-xpm use xpm images (XPM file format)
1848 --enable-icocur use Windows ICO and CUR formats
1849 --enable-dccache cache temporary wxDC objects (Win32 only)
1850 --enable-iniconf use wxIniConfig (Win32 only)
1851 --enable-ps-in-msw use PS printing in wxMSW (Win32 only)
1852 --enable-ownerdrawn use owner drawn controls (Win32 only)
1853 --enable-regkey use wxRegKey class (Win32 only)
1854 --enable-uxtheme enable support for Windows XP themed look (Win32 only)
1855 --enable-wxdib use wxDIB class (Win32 only)
1856 --disable-largefile omit support for large files
1857 --disable-gtktest do not try to compile and run a test GTK+ program
1858 --disable-gtktest Do not try to compile and run a test GTK program
1859 --disable-sdltest Do not try to compile and run a test SDL program
1860 --enable-omf use OMF object format (OS/2)
1861 --disable-dependency-tracking
1862 don't use dependency tracking even if the compiler
1863 can
1864 --disable-precomp-headers
1865 don't use precompiled headers even if compiler can
1866
1867 Optional Packages:
1868 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1869 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1870 --without-subdirs don't generate makefiles for samples/demos/...
1871 --with-flavour=NAME specify a name to identify this build
1872 --with-themes=all|list use only the specified comma-separated list of wxUniversal themes
1873 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1874 --with-motif use Motif/Lesstif
1875 --with-mac use Mac OS X
1876 --with-cocoa use Cocoa
1877 --with-wine use Wine
1878 --with-msw use MS-Windows
1879 --with-pm use OS/2 Presentation Manager
1880 --with-mgl use SciTech MGL
1881 --with-directfb use DirectFB
1882 --with-microwin use MicroWindows
1883 --with-x11 use X11
1884 --with-libpng use libpng (PNG image format)
1885 --with-libjpeg use libjpeg (JPEG file format)
1886 --with-libtiff use libtiff (TIFF file format)
1887 --with-libxpm use libxpm (XPM file format)
1888 --with-libmspack use libmspack (CHM help files loading)
1889 --without-gnomeprint don't use GNOME printing libraries
1890 --with-gnomevfs use GNOME VFS for associating MIME types
1891 --with-hildon use Hildon framework for Nokia 770
1892 --with-opengl use OpenGL (or Mesa)
1893 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1894 --with-sdl use SDL for audio on Unix
1895 --with-regex enable support for wxRegEx class
1896 --with-zlib use zlib for LZW compression
1897 --with-odbc use the IODBC and wxODBC classes
1898 --with-expat enable XML support using expat parser
1899 --with-macosx-sdk=PATH use an OS X SDK at PATH
1900 --with-macosx-version-min=VER build binaries which require at least this OS X version
1901 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1902 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1903 --with-x use the X Window System
1904 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1905 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1906 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1907 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1908 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1909
1910 Some influential environment variables:
1911 CC C compiler command
1912 CFLAGS C compiler flags
1913 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1914 nonstandard directory <lib dir>
1915 LIBS libraries to pass to the linker, e.g. -l<library>
1916 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1917 you have headers in a nonstandard directory <include dir>
1918 CPP C preprocessor
1919 CXX C++ compiler command
1920 CXXFLAGS C++ compiler flags
1921 PKG_CONFIG path to pkg-config utility
1922 DIRECTFB_CFLAGS
1923 C compiler flags for DIRECTFB, overriding pkg-config
1924 DIRECTFB_LIBS
1925 linker flags for DIRECTFB, overriding pkg-config
1926 XMKMF Path to xmkmf, Makefile generator for X Window System
1927 PANGOX_CFLAGS
1928 C compiler flags for PANGOX, overriding pkg-config
1929 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
1930 PANGOFT2_CFLAGS
1931 C compiler flags for PANGOFT2, overriding pkg-config
1932 PANGOFT2_LIBS
1933 linker flags for PANGOFT2, overriding pkg-config
1934 PANGOXFT_CFLAGS
1935 C compiler flags for PANGOXFT, overriding pkg-config
1936 PANGOXFT_LIBS
1937 linker flags for PANGOXFT, overriding pkg-config
1938 LIBGNOMEPRINTUI_CFLAGS
1939 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
1940 LIBGNOMEPRINTUI_LIBS
1941 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
1942 GNOMEVFS_CFLAGS
1943 C compiler flags for GNOMEVFS, overriding pkg-config
1944 GNOMEVFS_LIBS
1945 linker flags for GNOMEVFS, overriding pkg-config
1946 HILDON_CFLAGS
1947 C compiler flags for HILDON, overriding pkg-config
1948 HILDON_LIBS linker flags for HILDON, overriding pkg-config
1949 CAIRO_CFLAGS
1950 C compiler flags for CAIRO, overriding pkg-config
1951 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
1952 GST_CFLAGS C compiler flags for GST, overriding pkg-config
1953 GST_LIBS linker flags for GST, overriding pkg-config
1954
1955 Use these variables to override the choices made by `configure' or to help
1956 it to find libraries and programs with nonstandard names/locations.
1957
1958 Report bugs to <wx-dev@lists.wxwidgets.org>.
1959 _ACEOF
1960 ac_status=$?
1961 fi
1962
1963 if test "$ac_init_help" = "recursive"; then
1964 # If there are subdirs, report their specific --help.
1965 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1966 test -d "$ac_dir" || continue
1967 ac_builddir=.
1968
1969 case "$ac_dir" in
1970 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1971 *)
1972 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1973 # A ".." for each directory in $ac_dir_suffix.
1974 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1975 case $ac_top_builddir_sub in
1976 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1977 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1978 esac ;;
1979 esac
1980 ac_abs_top_builddir=$ac_pwd
1981 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1982 # for backward compatibility:
1983 ac_top_builddir=$ac_top_build_prefix
1984
1985 case $srcdir in
1986 .) # We are building in place.
1987 ac_srcdir=.
1988 ac_top_srcdir=$ac_top_builddir_sub
1989 ac_abs_top_srcdir=$ac_pwd ;;
1990 [\\/]* | ?:[\\/]* ) # Absolute name.
1991 ac_srcdir=$srcdir$ac_dir_suffix;
1992 ac_top_srcdir=$srcdir
1993 ac_abs_top_srcdir=$srcdir ;;
1994 *) # Relative name.
1995 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1996 ac_top_srcdir=$ac_top_build_prefix$srcdir
1997 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1998 esac
1999 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2000
2001 cd "$ac_dir" || { ac_status=$?; continue; }
2002 # Check for guested configure.
2003 if test -f "$ac_srcdir/configure.gnu"; then
2004 echo &&
2005 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2006 elif test -f "$ac_srcdir/configure"; then
2007 echo &&
2008 $SHELL "$ac_srcdir/configure" --help=recursive
2009 else
2010 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2011 fi || ac_status=$?
2012 cd "$ac_pwd" || { ac_status=$?; break; }
2013 done
2014 fi
2015
2016 test -n "$ac_init_help" && exit $ac_status
2017 if $ac_init_version; then
2018 cat <<\_ACEOF
2019 wxWidgets configure 2.9.0
2020 generated by GNU Autoconf 2.61
2021
2022 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2023 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2024 This configure script is free software; the Free Software Foundation
2025 gives unlimited permission to copy, distribute and modify it.
2026 _ACEOF
2027 exit
2028 fi
2029 cat >config.log <<_ACEOF
2030 This file contains any messages produced by compilers while
2031 running configure, to aid debugging if configure makes a mistake.
2032
2033 It was created by wxWidgets $as_me 2.9.0, which was
2034 generated by GNU Autoconf 2.61. Invocation command line was
2035
2036 $ $0 $@
2037
2038 _ACEOF
2039 exec 5>>config.log
2040 {
2041 cat <<_ASUNAME
2042 ## --------- ##
2043 ## Platform. ##
2044 ## --------- ##
2045
2046 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2047 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2048 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2049 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2050 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2051
2052 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2053 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2054
2055 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2056 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2057 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2058 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2059 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2060 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2061 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2062
2063 _ASUNAME
2064
2065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2066 for as_dir in $PATH
2067 do
2068 IFS=$as_save_IFS
2069 test -z "$as_dir" && as_dir=.
2070 echo "PATH: $as_dir"
2071 done
2072 IFS=$as_save_IFS
2073
2074 } >&5
2075
2076 cat >&5 <<_ACEOF
2077
2078
2079 ## ----------- ##
2080 ## Core tests. ##
2081 ## ----------- ##
2082
2083 _ACEOF
2084
2085
2086 # Keep a trace of the command line.
2087 # Strip out --no-create and --no-recursion so they do not pile up.
2088 # Strip out --silent because we don't want to record it for future runs.
2089 # Also quote any args containing shell meta-characters.
2090 # Make two passes to allow for proper duplicate-argument suppression.
2091 ac_configure_args=
2092 ac_configure_args0=
2093 ac_configure_args1=
2094 ac_must_keep_next=false
2095 for ac_pass in 1 2
2096 do
2097 for ac_arg
2098 do
2099 case $ac_arg in
2100 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2101 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2102 | -silent | --silent | --silen | --sile | --sil)
2103 continue ;;
2104 *\'*)
2105 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2106 esac
2107 case $ac_pass in
2108 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2109 2)
2110 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
2111 if test $ac_must_keep_next = true; then
2112 ac_must_keep_next=false # Got value, back to normal.
2113 else
2114 case $ac_arg in
2115 *=* | --config-cache | -C | -disable-* | --disable-* \
2116 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2117 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2118 | -with-* | --with-* | -without-* | --without-* | --x)
2119 case "$ac_configure_args0 " in
2120 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2121 esac
2122 ;;
2123 -* ) ac_must_keep_next=true ;;
2124 esac
2125 fi
2126 ac_configure_args="$ac_configure_args '$ac_arg'"
2127 ;;
2128 esac
2129 done
2130 done
2131 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
2132 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
2133
2134 # When interrupted or exit'd, cleanup temporary files, and complete
2135 # config.log. We remove comments because anyway the quotes in there
2136 # would cause problems or look ugly.
2137 # WARNING: Use '\'' to represent an apostrophe within the trap.
2138 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2139 trap 'exit_status=$?
2140 # Save into config.log some information that might help in debugging.
2141 {
2142 echo
2143
2144 cat <<\_ASBOX
2145 ## ---------------- ##
2146 ## Cache variables. ##
2147 ## ---------------- ##
2148 _ASBOX
2149 echo
2150 # The following way of writing the cache mishandles newlines in values,
2151 (
2152 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2153 eval ac_val=\$$ac_var
2154 case $ac_val in #(
2155 *${as_nl}*)
2156 case $ac_var in #(
2157 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2158 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2159 esac
2160 case $ac_var in #(
2161 _ | IFS | as_nl) ;; #(
2162 *) $as_unset $ac_var ;;
2163 esac ;;
2164 esac
2165 done
2166 (set) 2>&1 |
2167 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2168 *${as_nl}ac_space=\ *)
2169 sed -n \
2170 "s/'\''/'\''\\\\'\'''\''/g;
2171 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2172 ;; #(
2173 *)
2174 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2175 ;;
2176 esac |
2177 sort
2178 )
2179 echo
2180
2181 cat <<\_ASBOX
2182 ## ----------------- ##
2183 ## Output variables. ##
2184 ## ----------------- ##
2185 _ASBOX
2186 echo
2187 for ac_var in $ac_subst_vars
2188 do
2189 eval ac_val=\$$ac_var
2190 case $ac_val in
2191 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2192 esac
2193 echo "$ac_var='\''$ac_val'\''"
2194 done | sort
2195 echo
2196
2197 if test -n "$ac_subst_files"; then
2198 cat <<\_ASBOX
2199 ## ------------------- ##
2200 ## File substitutions. ##
2201 ## ------------------- ##
2202 _ASBOX
2203 echo
2204 for ac_var in $ac_subst_files
2205 do
2206 eval ac_val=\$$ac_var
2207 case $ac_val in
2208 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2209 esac
2210 echo "$ac_var='\''$ac_val'\''"
2211 done | sort
2212 echo
2213 fi
2214
2215 if test -s confdefs.h; then
2216 cat <<\_ASBOX
2217 ## ----------- ##
2218 ## confdefs.h. ##
2219 ## ----------- ##
2220 _ASBOX
2221 echo
2222 cat confdefs.h
2223 echo
2224 fi
2225 test "$ac_signal" != 0 &&
2226 echo "$as_me: caught signal $ac_signal"
2227 echo "$as_me: exit $exit_status"
2228 } >&5
2229 rm -f core *.core core.conftest.* &&
2230 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2231 exit $exit_status
2232 ' 0
2233 for ac_signal in 1 2 13 15; do
2234 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2235 done
2236 ac_signal=0
2237
2238 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2239 rm -f -r conftest* confdefs.h
2240
2241 # Predefined preprocessor variables.
2242
2243 cat >>confdefs.h <<_ACEOF
2244 #define PACKAGE_NAME "$PACKAGE_NAME"
2245 _ACEOF
2246
2247
2248 cat >>confdefs.h <<_ACEOF
2249 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2250 _ACEOF
2251
2252
2253 cat >>confdefs.h <<_ACEOF
2254 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2255 _ACEOF
2256
2257
2258 cat >>confdefs.h <<_ACEOF
2259 #define PACKAGE_STRING "$PACKAGE_STRING"
2260 _ACEOF
2261
2262
2263 cat >>confdefs.h <<_ACEOF
2264 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2265 _ACEOF
2266
2267
2268 # Let the site file select an alternate cache file if it wants to.
2269 # Prefer explicitly selected file to automatically selected ones.
2270 if test -n "$CONFIG_SITE"; then
2271 set x "$CONFIG_SITE"
2272 elif test "x$prefix" != xNONE; then
2273 set x "$prefix/share/config.site" "$prefix/etc/config.site"
2274 else
2275 set x "$ac_default_prefix/share/config.site" \
2276 "$ac_default_prefix/etc/config.site"
2277 fi
2278 shift
2279 for ac_site_file
2280 do
2281 if test -r "$ac_site_file"; then
2282 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2283 echo "$as_me: loading site script $ac_site_file" >&6;}
2284 sed 's/^/| /' "$ac_site_file" >&5
2285 . "$ac_site_file"
2286 fi
2287 done
2288
2289 if test -r "$cache_file"; then
2290 # Some versions of bash will fail to source /dev/null (special
2291 # files actually), so we avoid doing that.
2292 if test -f "$cache_file"; then
2293 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2294 echo "$as_me: loading cache $cache_file" >&6;}
2295 case $cache_file in
2296 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2297 *) . "./$cache_file";;
2298 esac
2299 fi
2300 else
2301 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2302 echo "$as_me: creating cache $cache_file" >&6;}
2303 >$cache_file
2304 fi
2305
2306 # Check that the precious variables saved in the cache have kept the same
2307 # value.
2308 ac_cache_corrupted=false
2309 for ac_var in $ac_precious_vars; do
2310 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2311 eval ac_new_set=\$ac_env_${ac_var}_set
2312 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2313 eval ac_new_val=\$ac_env_${ac_var}_value
2314 case $ac_old_set,$ac_new_set in
2315 set,)
2316 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2317 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2318 ac_cache_corrupted=: ;;
2319 ,set)
2320 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2321 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2322 ac_cache_corrupted=: ;;
2323 ,);;
2324 *)
2325 if test "x$ac_old_val" != "x$ac_new_val"; then
2326 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2327 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2328 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
2329 echo "$as_me: former value: $ac_old_val" >&2;}
2330 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
2331 echo "$as_me: current value: $ac_new_val" >&2;}
2332 ac_cache_corrupted=:
2333 fi;;
2334 esac
2335 # Pass precious variables to config.status.
2336 if test "$ac_new_set" = set; then
2337 case $ac_new_val in
2338 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2339 *) ac_arg=$ac_var=$ac_new_val ;;
2340 esac
2341 case " $ac_configure_args " in
2342 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2343 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2344 esac
2345 fi
2346 done
2347 if $ac_cache_corrupted; then
2348 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2349 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2350 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2351 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2352 { (exit 1); exit 1; }; }
2353 fi
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379 ac_ext=c
2380 ac_cpp='$CPP $CPPFLAGS'
2381 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2382 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2383 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2384
2385
2386
2387
2388
2389 ac_aux_dir=
2390 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2391 if test -f "$ac_dir/install-sh"; then
2392 ac_aux_dir=$ac_dir
2393 ac_install_sh="$ac_aux_dir/install-sh -c"
2394 break
2395 elif test -f "$ac_dir/install.sh"; then
2396 ac_aux_dir=$ac_dir
2397 ac_install_sh="$ac_aux_dir/install.sh -c"
2398 break
2399 elif test -f "$ac_dir/shtool"; then
2400 ac_aux_dir=$ac_dir
2401 ac_install_sh="$ac_aux_dir/shtool install -c"
2402 break
2403 fi
2404 done
2405 if test -z "$ac_aux_dir"; then
2406 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2407 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2408 { (exit 1); exit 1; }; }
2409 fi
2410
2411 # These three variables are undocumented and unsupported,
2412 # and are intended to be withdrawn in a future Autoconf release.
2413 # They can cause serious problems if a builder's source tree is in a directory
2414 # whose full name contains unusual characters.
2415 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2416 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2417 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2418
2419
2420 # Make sure we can run config.sub.
2421 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2422 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2423 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2424 { (exit 1); exit 1; }; }
2425
2426 { echo "$as_me:$LINENO: checking build system type" >&5
2427 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2428 if test "${ac_cv_build+set}" = set; then
2429 echo $ECHO_N "(cached) $ECHO_C" >&6
2430 else
2431 ac_build_alias=$build_alias
2432 test "x$ac_build_alias" = x &&
2433 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2434 test "x$ac_build_alias" = x &&
2435 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2436 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2437 { (exit 1); exit 1; }; }
2438 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2439 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2440 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2441 { (exit 1); exit 1; }; }
2442
2443 fi
2444 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2445 echo "${ECHO_T}$ac_cv_build" >&6; }
2446 case $ac_cv_build in
2447 *-*-*) ;;
2448 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2449 echo "$as_me: error: invalid value of canonical build" >&2;}
2450 { (exit 1); exit 1; }; };;
2451 esac
2452 build=$ac_cv_build
2453 ac_save_IFS=$IFS; IFS='-'
2454 set x $ac_cv_build
2455 shift
2456 build_cpu=$1
2457 build_vendor=$2
2458 shift; shift
2459 # Remember, the first character of IFS is used to create $*,
2460 # except with old shells:
2461 build_os=$*
2462 IFS=$ac_save_IFS
2463 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2464
2465
2466 { echo "$as_me:$LINENO: checking host system type" >&5
2467 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2468 if test "${ac_cv_host+set}" = set; then
2469 echo $ECHO_N "(cached) $ECHO_C" >&6
2470 else
2471 if test "x$host_alias" = x; then
2472 ac_cv_host=$ac_cv_build
2473 else
2474 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2475 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2476 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2477 { (exit 1); exit 1; }; }
2478 fi
2479
2480 fi
2481 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2482 echo "${ECHO_T}$ac_cv_host" >&6; }
2483 case $ac_cv_host in
2484 *-*-*) ;;
2485 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2486 echo "$as_me: error: invalid value of canonical host" >&2;}
2487 { (exit 1); exit 1; }; };;
2488 esac
2489 host=$ac_cv_host
2490 ac_save_IFS=$IFS; IFS='-'
2491 set x $ac_cv_host
2492 shift
2493 host_cpu=$1
2494 host_vendor=$2
2495 shift; shift
2496 # Remember, the first character of IFS is used to create $*,
2497 # except with old shells:
2498 host_os=$*
2499 IFS=$ac_save_IFS
2500 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2501
2502
2503 { echo "$as_me:$LINENO: checking target system type" >&5
2504 echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
2505 if test "${ac_cv_target+set}" = set; then
2506 echo $ECHO_N "(cached) $ECHO_C" >&6
2507 else
2508 if test "x$target_alias" = x; then
2509 ac_cv_target=$ac_cv_host
2510 else
2511 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2512 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2513 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
2514 { (exit 1); exit 1; }; }
2515 fi
2516
2517 fi
2518 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2519 echo "${ECHO_T}$ac_cv_target" >&6; }
2520 case $ac_cv_target in
2521 *-*-*) ;;
2522 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2523 echo "$as_me: error: invalid value of canonical target" >&2;}
2524 { (exit 1); exit 1; }; };;
2525 esac
2526 target=$ac_cv_target
2527 ac_save_IFS=$IFS; IFS='-'
2528 set x $ac_cv_target
2529 shift
2530 target_cpu=$1
2531 target_vendor=$2
2532 shift; shift
2533 # Remember, the first character of IFS is used to create $*,
2534 # except with old shells:
2535 target_os=$*
2536 IFS=$ac_save_IFS
2537 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2538
2539
2540 # The aliases save the names the user supplied, while $host etc.
2541 # will get canonicalized.
2542 test -n "$target_alias" &&
2543 test "$program_prefix$program_suffix$program_transform_name" = \
2544 NONENONEs,x,x, &&
2545 program_prefix=${target_alias}-
2546
2547
2548
2549 wx_major_version_number=2
2550 wx_minor_version_number=9
2551 wx_release_number=0
2552 wx_subrelease_number=0
2553
2554 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
2555 WX_VERSION=$WX_RELEASE.$wx_release_number
2556 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
2557
2558 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
2559
2560
2561 wx_top_builddir="`pwd`"
2562
2563
2564
2565
2566 USE_UNIX=1
2567 USE_OS2=0
2568 USE_WIN32=0
2569 USE_DOS=0
2570 USE_BEOS=0
2571 USE_MAC=0
2572
2573 USE_AIX=
2574 USE_BSD= USE_DARWIN= USE_FREEBSD=
2575 USE_GNU= USE_HPUX=
2576 USE_LINUX=
2577 USE_NETBSD=
2578 USE_OPENBSD=
2579 USE_OSF= USE_SGI=
2580 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
2581 USE_ULTRIX=
2582 USE_UNIXWARE=
2583
2584 USE_ALPHA=
2585
2586 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
2587
2588 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11 DFB"
2589
2590 DEFAULT_wxUSE_COCOA=0
2591 DEFAULT_wxUSE_GTK=0
2592 DEFAULT_wxUSE_MAC=0
2593 DEFAULT_wxUSE_MGL=0
2594 DEFAULT_wxUSE_MICROWIN=0
2595 DEFAULT_wxUSE_MOTIF=0
2596 DEFAULT_wxUSE_MSW=0
2597 DEFAULT_wxUSE_PM=0
2598 DEFAULT_wxUSE_X11=0
2599 DEFAULT_wxUSE_DFB=0
2600
2601 DEFAULT_DEFAULT_wxUSE_COCOA=0
2602 DEFAULT_DEFAULT_wxUSE_GTK=0
2603 DEFAULT_DEFAULT_wxUSE_MAC=0
2604 DEFAULT_DEFAULT_wxUSE_MGL=0
2605 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
2606 DEFAULT_DEFAULT_wxUSE_MOTIF=0
2607 DEFAULT_DEFAULT_wxUSE_MSW=0
2608 DEFAULT_DEFAULT_wxUSE_PM=0
2609 DEFAULT_DEFAULT_wxUSE_X11=0
2610 DEFAULT_DEFAULT_wxUSE_DFB=0
2611
2612 PROGRAM_EXT=
2613 SO_SUFFIX=so
2614 SAMPLES_RPATH_FLAG=
2615 SAMPLES_RPATH_POSTLINK=
2616
2617 DEFAULT_STD_FLAG=yes
2618
2619 case "${host}" in
2620 *-hp-hpux* )
2621 USE_HPUX=1
2622 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2623 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2624 SO_SUFFIX=sl
2625 cat >>confdefs.h <<\_ACEOF
2626 #define __HPUX__ 1
2627 _ACEOF
2628
2629
2630 CPPFLAGS="-D_HPUX_SOURCE $CPPFLAGS"
2631 ;;
2632 *-*-linux* )
2633 USE_LINUX=1
2634 cat >>confdefs.h <<\_ACEOF
2635 #define __LINUX__ 1
2636 _ACEOF
2637
2638 TMP=`uname -m`
2639 if test "x$TMP" = "xalpha"; then
2640 USE_ALPHA=1
2641 cat >>confdefs.h <<\_ACEOF
2642 #define __ALPHA__ 1
2643 _ACEOF
2644
2645 fi
2646 DEFAULT_DEFAULT_wxUSE_GTK=1
2647 ;;
2648 *-*-gnu* | *-*-k*bsd*-gnu )
2649 USE_GNU=1
2650 TMP=`uname -m`
2651 if test "x$TMP" = "xalpha"; then
2652 USE_ALPHA=1
2653 cat >>confdefs.h <<\_ACEOF
2654 #define __ALPHA__ 1
2655 _ACEOF
2656
2657 fi
2658 DEFAULT_DEFAULT_wxUSE_GTK=1
2659 ;;
2660 *-*-irix5* | *-*-irix6* )
2661 USE_SGI=1
2662 USE_SVR4=1
2663 cat >>confdefs.h <<\_ACEOF
2664 #define __SGI__ 1
2665 _ACEOF
2666
2667 cat >>confdefs.h <<\_ACEOF
2668 #define __SVR4__ 1
2669 _ACEOF
2670
2671 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2672 ;;
2673 *-*-solaris2* )
2674 USE_SUN=1
2675 USE_SOLARIS=1
2676 USE_SVR4=1
2677 cat >>confdefs.h <<\_ACEOF
2678 #define __SUN__ 1
2679 _ACEOF
2680
2681 cat >>confdefs.h <<\_ACEOF
2682 #define __SOLARIS__ 1
2683 _ACEOF
2684
2685 cat >>confdefs.h <<\_ACEOF
2686 #define __SVR4__ 1
2687 _ACEOF
2688
2689 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2690 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2691 ;;
2692 *-*-sunos4* )
2693 USE_SUN=1
2694 USE_SUNOS=1
2695 USE_BSD=1
2696 cat >>confdefs.h <<\_ACEOF
2697 #define __SUN__ 1
2698 _ACEOF
2699
2700 cat >>confdefs.h <<\_ACEOF
2701 #define __SUNOS__ 1
2702 _ACEOF
2703
2704 cat >>confdefs.h <<\_ACEOF
2705 #define __BSD__ 1
2706 _ACEOF
2707
2708 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2709 ;;
2710 *-*-freebsd*)
2711 USE_BSD=1
2712 USE_FREEBSD=1
2713 cat >>confdefs.h <<\_ACEOF
2714 #define __FREEBSD__ 1
2715 _ACEOF
2716
2717 cat >>confdefs.h <<\_ACEOF
2718 #define __BSD__ 1
2719 _ACEOF
2720
2721 DEFAULT_DEFAULT_wxUSE_GTK=1
2722 ;;
2723 *-*-openbsd*|*-*-mirbsd*)
2724 USE_BSD=1
2725 USE_OPENBSD=1
2726 cat >>confdefs.h <<\_ACEOF
2727 #define __OPENBSD__ 1
2728 _ACEOF
2729
2730 cat >>confdefs.h <<\_ACEOF
2731 #define __BSD__ 1
2732 _ACEOF
2733
2734 DEFAULT_DEFAULT_wxUSE_GTK=1
2735 ;;
2736 *-*-netbsd*)
2737 USE_BSD=1
2738 USE_NETBSD=1
2739 cat >>confdefs.h <<\_ACEOF
2740 #define __NETBSD__ 1
2741 _ACEOF
2742
2743 cat >>confdefs.h <<\_ACEOF
2744 #define __BSD__ 1
2745 _ACEOF
2746
2747 DEFAULT_DEFAULT_wxUSE_GTK=1
2748 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2749
2750 CPPFLAGS="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
2751 ;;
2752 *-*-osf* )
2753 USE_ALPHA=1
2754 USE_OSF=1
2755 cat >>confdefs.h <<\_ACEOF
2756 #define __ALPHA__ 1
2757 _ACEOF
2758
2759 cat >>confdefs.h <<\_ACEOF
2760 #define __OSF__ 1
2761 _ACEOF
2762
2763 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2764 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2765 ;;
2766 *-*-dgux5* )
2767 USE_ALPHA=1
2768 USE_SVR4=1
2769 cat >>confdefs.h <<\_ACEOF
2770 #define __ALPHA__ 1
2771 _ACEOF
2772
2773 cat >>confdefs.h <<\_ACEOF
2774 #define __SVR4__ 1
2775 _ACEOF
2776
2777 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2778 ;;
2779 *-*-sysv5* )
2780 USE_SYSV=1
2781 USE_SVR4=1
2782 cat >>confdefs.h <<\_ACEOF
2783 #define __SYSV__ 1
2784 _ACEOF
2785
2786 cat >>confdefs.h <<\_ACEOF
2787 #define __SVR4__ 1
2788 _ACEOF
2789
2790 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2791 ;;
2792 *-*-aix* )
2793 USE_AIX=1
2794 USE_SYSV=1
2795 USE_SVR4=1
2796 SO_SUFFIX=a
2797 cat >>confdefs.h <<\_ACEOF
2798 #define __AIX__ 1
2799 _ACEOF
2800
2801 cat >>confdefs.h <<\_ACEOF
2802 #define __SYSV__ 1
2803 _ACEOF
2804
2805 cat >>confdefs.h <<\_ACEOF
2806 #define __SVR4__ 1
2807 _ACEOF
2808
2809 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2810 ;;
2811
2812 *-*-*UnixWare*)
2813 USE_SYSV=1
2814 USE_SVR4=1
2815 USE_UNIXWARE=1
2816 cat >>confdefs.h <<\_ACEOF
2817 #define __UNIXWARE__ 1
2818 _ACEOF
2819
2820 ;;
2821
2822 *-*-cygwin* | *-*-mingw32* )
2823 SO_SUFFIX=dll
2824 PROGRAM_EXT=".exe"
2825 DEFAULT_DEFAULT_wxUSE_MSW=1
2826 ;;
2827
2828 *-pc-msdosdjgpp )
2829 USE_UNIX=0
2830 USE_DOS=1
2831 cat >>confdefs.h <<\_ACEOF
2832 #define __DOS__ 1
2833 _ACEOF
2834
2835 PROGRAM_EXT=".exe"
2836 DEFAULT_DEFAULT_wxUSE_MGL=1
2837 ;;
2838
2839 *-pc-os2_emx | *-pc-os2-emx )
2840 cat >>confdefs.h <<\_ACEOF
2841 #define __EMX__ 1
2842 _ACEOF
2843
2844 USE_OS2=1
2845 cat >>confdefs.h <<\_ACEOF
2846 #define __OS2__ 1
2847 _ACEOF
2848
2849 PROGRAM_EXT=".exe"
2850 DEFAULT_DEFAULT_wxUSE_PM=1
2851 CXX=gcc
2852 LDFLAGS="$LDFLAGS -Zcrtdll"
2853 ac_executable_extensions=".exe"
2854 export ac_executable_extensions
2855 ac_save_IFS="$IFS"
2856 IFS='\\'
2857 ac_TEMP_PATH=
2858 for ac_dir in $PATH; do
2859 IFS=$ac_save_IFS
2860 if test -z "$ac_TEMP_PATH"; then
2861 ac_TEMP_PATH="$ac_dir"
2862 else
2863 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
2864 fi
2865 done
2866 export PATH="$ac_TEMP_PATH"
2867 unset ac_TEMP_PATH
2868 DEFAULT_STD_FLAG=no
2869 ;;
2870
2871 *-*-darwin* )
2872 USE_BSD=1
2873 USE_DARWIN=1
2874 SO_SUFFIX=dylib
2875 cat >>confdefs.h <<\_ACEOF
2876 #define __BSD__ 1
2877 _ACEOF
2878
2879 cat >>confdefs.h <<\_ACEOF
2880 #define __DARWIN__ 1
2881 _ACEOF
2882
2883 cat >>confdefs.h <<\_ACEOF
2884 #define TARGET_CARBON 1
2885 _ACEOF
2886
2887 DEFAULT_DEFAULT_wxUSE_MAC=1
2888 DEFAULT_STD_FLAG=no
2889 ;;
2890 powerpc-apple-macos* )
2891 USE_UNIX=0
2892 ac_cv_c_bigendian=yes
2893 SO_SUFFIX=shlib
2894 DEFAULT_DEFAULT_wxUSE_MAC=1
2895 DEFAULT_STD_FLAG=no
2896 ;;
2897
2898 *-*-beos* )
2899 USE_BEOS=1
2900 cat >>confdefs.h <<\_ACEOF
2901 #define __BEOS__ 1
2902 _ACEOF
2903
2904 ;;
2905
2906 *)
2907 { echo "$as_me:$LINENO: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
2908 echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
2909 { echo "$as_me:$LINENO: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
2910 echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
2911
2912 DEFAULT_DEFAULT_wxUSE_X11=1
2913 DEFAULT_wxUSE_SHARED=no
2914 esac
2915
2916
2917
2918
2919 wx_arg_cache_file="configarg.cache"
2920 echo "loading argument cache $wx_arg_cache_file"
2921 rm -f ${wx_arg_cache_file}.tmp
2922 touch ${wx_arg_cache_file}.tmp
2923 touch ${wx_arg_cache_file}
2924
2925
2926 DEFAULT_wxUSE_ALL_FEATURES=yes
2927
2928 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2929 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2930
2931 DEFAULT_wxUSE_DMALLOC=no
2932 DEFAULT_wxUSE_LIBGNOMEVFS=no
2933 DEFAULT_wxUSE_LIBHILDON=no
2934 DEFAULT_wxUSE_LIBMSPACK=no
2935 DEFAULT_wxUSE_LIBSDL=no
2936 DEFAULT_wxUSE_ODBC=no
2937 DEFAULT_wxUSE_OPENGL=no
2938
2939 DEFAULT_wxUSE_ACCESSIBILITY=no
2940 DEFAULT_wxUSE_DATAVIEWCTRL=no
2941 DEFAULT_wxUSE_GRAPHICS_CONTEXT=no
2942 DEFAULT_wxUSE_MEDIACTRL=no
2943 DEFAULT_wxUSE_TAB_DIALOG=no
2944
2945 DEFAULT_wxUSE_UNICODE_UTF8=auto
2946 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no
2947
2948 DEFAULT_wxUSE_UNIVERSAL_BINARY=no
2949
2950 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2951
2952 DEFAULT_wxUSE_GTK2=yes
2953
2954 DEFAULT_wxUSE_OBJC_UNIQUIFYING=no
2955
2956
2957 for toolkit in `echo $ALL_TOOLKITS`; do
2958 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2959 if test "x$LINE" != "x" ; then
2960 has_toolkit_in_cache=1
2961 eval "DEFAULT_$LINE"
2962 eval "CACHE_$toolkit=1"
2963
2964 LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2965 if test "x$LINE" != "x" ; then
2966 eval "DEFAULT_$LINE"
2967 fi
2968 fi
2969 done
2970
2971
2972
2973
2974
2975 enablestring=disable
2976 defaultval=
2977 if test -z "$defaultval"; then
2978 if test x"$enablestring" = xdisable; then
2979 defaultval=yes
2980 else
2981 defaultval=no
2982 fi
2983 fi
2984
2985 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2986 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6; }
2987 # Check whether --enable-gui was given.
2988 if test "${enable_gui+set}" = set; then
2989 enableval=$enable_gui;
2990 if test "$enableval" = yes; then
2991 wx_cv_use_gui='wxUSE_GUI=yes'
2992 else
2993 wx_cv_use_gui='wxUSE_GUI=no'
2994 fi
2995 cache=yes
2996
2997 else
2998
2999 LINE=`grep "^wxUSE_GUI=" ${wx_arg_cache_file}`
3000 if test "x$LINE" != x ; then
3001 eval "DEFAULT_$LINE"
3002 cache=yes
3003 else
3004 cache=no
3005 fi
3006
3007 wx_cv_use_gui='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
3008
3009 fi
3010
3011
3012 eval "$wx_cv_use_gui"
3013 if test "x$cache" = xyes; then
3014 echo "wxUSE_GUI=$wxUSE_GUI" >> ${wx_arg_cache_file}.tmp
3015 fi
3016
3017 if test x"$enablestring" = xdisable; then
3018 if test $wxUSE_GUI = yes; then
3019 result=no
3020 else
3021 result=yes
3022 fi
3023 else
3024 result=$wxUSE_GUI
3025 fi
3026
3027 { echo "$as_me:$LINENO: result: $result" >&5
3028 echo "${ECHO_T}$result" >&6; }
3029
3030
3031 enablestring=
3032 defaultval=
3033 if test -z "$defaultval"; then
3034 if test x"$enablestring" = xdisable; then
3035 defaultval=yes
3036 else
3037 defaultval=no
3038 fi
3039 fi
3040
3041 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
3042 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6; }
3043 # Check whether --enable-monolithic was given.
3044 if test "${enable_monolithic+set}" = set; then
3045 enableval=$enable_monolithic;
3046 if test "$enableval" = yes; then
3047 wx_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
3048 else
3049 wx_cv_use_monolithic='wxUSE_MONOLITHIC=no'
3050 fi
3051 cache=yes
3052
3053 else
3054
3055 LINE=`grep "^wxUSE_MONOLITHIC=" ${wx_arg_cache_file}`
3056 if test "x$LINE" != x ; then
3057 eval "DEFAULT_$LINE"
3058 cache=yes
3059 else
3060 cache=no
3061 fi
3062
3063 wx_cv_use_monolithic='wxUSE_MONOLITHIC=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
3064
3065 fi
3066
3067
3068 eval "$wx_cv_use_monolithic"
3069 if test "x$cache" = xyes; then
3070 echo "wxUSE_MONOLITHIC=$wxUSE_MONOLITHIC" >> ${wx_arg_cache_file}.tmp
3071 fi
3072
3073 if test x"$enablestring" = xdisable; then
3074 if test $wxUSE_MONOLITHIC = yes; then
3075 result=no
3076 else
3077 result=yes
3078 fi
3079 else
3080 result=$wxUSE_MONOLITHIC
3081 fi
3082
3083 { echo "$as_me:$LINENO: result: $result" >&5
3084 echo "${ECHO_T}$result" >&6; }
3085
3086
3087 enablestring=
3088 defaultval=
3089 if test -z "$defaultval"; then
3090 if test x"$enablestring" = xdisable; then
3091 defaultval=yes
3092 else
3093 defaultval=no
3094 fi
3095 fi
3096
3097 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
3098 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6; }
3099 # Check whether --enable-plugins was given.
3100 if test "${enable_plugins+set}" = set; then
3101 enableval=$enable_plugins;
3102 if test "$enableval" = yes; then
3103 wx_cv_use_plugins='wxUSE_PLUGINS=yes'
3104 else
3105 wx_cv_use_plugins='wxUSE_PLUGINS=no'
3106 fi
3107 cache=yes
3108
3109 else
3110
3111 LINE=`grep "^wxUSE_PLUGINS=" ${wx_arg_cache_file}`
3112 if test "x$LINE" != x ; then
3113 eval "DEFAULT_$LINE"
3114 cache=yes
3115 else
3116 cache=no
3117 fi
3118
3119 wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
3120
3121 fi
3122
3123
3124 eval "$wx_cv_use_plugins"
3125 if test "x$cache" = xyes; then
3126 echo "wxUSE_PLUGINS=$wxUSE_PLUGINS" >> ${wx_arg_cache_file}.tmp
3127 fi
3128
3129 if test x"$enablestring" = xdisable; then
3130 if test $wxUSE_PLUGINS = yes; then
3131 result=no
3132 else
3133 result=yes
3134 fi
3135 else
3136 result=$wxUSE_PLUGINS
3137 fi
3138
3139 { echo "$as_me:$LINENO: result: $result" >&5
3140 echo "${ECHO_T}$result" >&6; }
3141
3142
3143 withstring=without
3144 defaultval=$wxUSE_ALL_FEATURES
3145 if test -z "$defaultval"; then
3146 if test x"$withstring" = xwithout; then
3147 defaultval=yes
3148 else
3149 defaultval=no
3150 fi
3151 fi
3152 { echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
3153 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6; }
3154
3155 # Check whether --with-subdirs was given.
3156 if test "${with_subdirs+set}" = set; then
3157 withval=$with_subdirs;
3158 if test "$withval" = yes; then
3159 wx_cv_use_subdirs='wxWITH_SUBDIRS=yes'
3160 else
3161 wx_cv_use_subdirs='wxWITH_SUBDIRS=no'
3162 fi
3163 cache=yes
3164
3165 else
3166
3167 LINE=`grep "^wxWITH_SUBDIRS=" ${wx_arg_cache_file}`
3168 if test "x$LINE" != x ; then
3169 eval "DEFAULT_$LINE"
3170 cache=yes
3171 else
3172 cache=no
3173 fi
3174
3175 wx_cv_use_subdirs='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
3176
3177 fi
3178
3179
3180 eval "$wx_cv_use_subdirs"
3181 if test "x$cache" = xyes; then
3182 echo "wxWITH_SUBDIRS=$wxWITH_SUBDIRS" >> ${wx_arg_cache_file}.tmp
3183 fi
3184
3185 if test x"$withstring" = xwithout; then
3186 if test $wxWITH_SUBDIRS = yes; then
3187 result=no
3188 else
3189 result=yes
3190 fi
3191 else
3192 result=$wxWITH_SUBDIRS
3193 fi
3194
3195 { echo "$as_me:$LINENO: result: $result" >&5
3196 echo "${ECHO_T}$result" >&6; }
3197
3198
3199 # Check whether --with-flavour was given.
3200 if test "${with_flavour+set}" = set; then
3201 withval=$with_flavour; WX_FLAVOUR="$withval"
3202 fi
3203
3204
3205 enablestring=
3206 defaultval=
3207 if test -z "$defaultval"; then
3208 if test x"$enablestring" = xdisable; then
3209 defaultval=yes
3210 else
3211 defaultval=no
3212 fi
3213 fi
3214
3215 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
3216 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6; }
3217 # Check whether --enable-official_build was given.
3218 if test "${enable_official_build+set}" = set; then
3219 enableval=$enable_official_build;
3220 if test "$enableval" = yes; then
3221 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
3222 else
3223 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
3224 fi
3225 cache=yes
3226
3227 else
3228
3229 LINE=`grep "^wxUSE_OFFICIAL_BUILD=" ${wx_arg_cache_file}`
3230 if test "x$LINE" != x ; then
3231 eval "DEFAULT_$LINE"
3232 cache=yes
3233 else
3234 cache=no
3235 fi
3236
3237 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
3238
3239 fi
3240
3241
3242 eval "$wx_cv_use_official_build"
3243 if test "x$cache" = xyes; then
3244 echo "wxUSE_OFFICIAL_BUILD=$wxUSE_OFFICIAL_BUILD" >> ${wx_arg_cache_file}.tmp
3245 fi
3246
3247 if test x"$enablestring" = xdisable; then
3248 if test $wxUSE_OFFICIAL_BUILD = yes; then
3249 result=no
3250 else
3251 result=yes
3252 fi
3253 else
3254 result=$wxUSE_OFFICIAL_BUILD
3255 fi
3256
3257 { echo "$as_me:$LINENO: result: $result" >&5
3258 echo "${ECHO_T}$result" >&6; }
3259
3260 # Check whether --enable-vendor was given.
3261 if test "${enable_vendor+set}" = set; then
3262 enableval=$enable_vendor; VENDOR="$enableval"
3263 fi
3264
3265 if test "x$VENDOR" = "x"; then
3266 VENDOR="custom"
3267 fi
3268
3269
3270 enablestring=disable
3271 defaultval=
3272 if test -z "$defaultval"; then
3273 if test x"$enablestring" = xdisable; then
3274 defaultval=yes
3275 else
3276 defaultval=no
3277 fi
3278 fi
3279
3280 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-all-features" >&5
3281 echo $ECHO_N "checking for --${enablestring:-enable}-all-features... $ECHO_C" >&6; }
3282 # Check whether --enable-all-features was given.
3283 if test "${enable_all_features+set}" = set; then
3284 enableval=$enable_all_features;
3285 if test "$enableval" = yes; then
3286 wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
3287 else
3288 wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
3289 fi
3290 cache=yes
3291
3292 else
3293
3294 LINE=`grep "^wxUSE_ALL_FEATURES=" ${wx_arg_cache_file}`
3295 if test "x$LINE" != x ; then
3296 eval "DEFAULT_$LINE"
3297 cache=yes
3298 else
3299 cache=no
3300 fi
3301
3302 wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
3303
3304 fi
3305
3306
3307 eval "$wx_cv_use_all_features"
3308 if test "x$cache" = xyes; then
3309 echo "wxUSE_ALL_FEATURES=$wxUSE_ALL_FEATURES" >> ${wx_arg_cache_file}.tmp
3310 fi
3311
3312 if test x"$enablestring" = xdisable; then
3313 if test $wxUSE_ALL_FEATURES = yes; then
3314 result=no
3315 else
3316 result=yes
3317 fi
3318 else
3319 result=$wxUSE_ALL_FEATURES
3320 fi
3321
3322 { echo "$as_me:$LINENO: result: $result" >&5
3323 echo "${ECHO_T}$result" >&6; }
3324
3325
3326
3327 if test "$wxUSE_GUI" = "yes"; then
3328
3329
3330 enablestring=
3331 defaultval=
3332 if test -z "$defaultval"; then
3333 if test x"$enablestring" = xdisable; then
3334 defaultval=yes
3335 else
3336 defaultval=no
3337 fi
3338 fi
3339
3340 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
3341 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6; }
3342 # Check whether --enable-universal was given.
3343 if test "${enable_universal+set}" = set; then
3344 enableval=$enable_universal;
3345 if test "$enableval" = yes; then
3346 wx_cv_use_universal='wxUSE_UNIVERSAL=yes'
3347 else
3348 wx_cv_use_universal='wxUSE_UNIVERSAL=no'
3349 fi
3350 cache=yes
3351
3352 else
3353
3354 LINE=`grep "^wxUSE_UNIVERSAL=" ${wx_arg_cache_file}`
3355 if test "x$LINE" != x ; then
3356 eval "DEFAULT_$LINE"
3357 cache=yes
3358 else
3359 cache=no
3360 fi
3361
3362 wx_cv_use_universal='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
3363
3364 fi
3365
3366
3367 eval "$wx_cv_use_universal"
3368 if test "x$cache" = xyes; then
3369 echo "wxUSE_UNIVERSAL=$wxUSE_UNIVERSAL" >> ${wx_arg_cache_file}.tmp
3370 fi
3371
3372 if test x"$enablestring" = xdisable; then
3373 if test $wxUSE_UNIVERSAL = yes; then
3374 result=no
3375 else
3376 result=yes
3377 fi
3378 else
3379 result=$wxUSE_UNIVERSAL
3380 fi
3381
3382 { echo "$as_me:$LINENO: result: $result" >&5
3383 echo "${ECHO_T}$result" >&6; }
3384
3385 if test "$wxUSE_UNIVERSAL" = "yes"; then
3386
3387 # Check whether --with-themes was given.
3388 if test "${with_themes+set}" = set; then
3389 withval=$with_themes; wxUNIV_THEMES="$withval"
3390 fi
3391
3392 fi
3393
3394
3395 # Check whether --with-gtk was given.
3396 if test "${with_gtk+set}" = set; then
3397 withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
3398 fi
3399
3400
3401 # Check whether --with-motif was given.
3402 if test "${with_motif+set}" = set; then
3403 withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
3404 fi
3405
3406
3407 # Check whether --with-mac was given.
3408 if test "${with_mac+set}" = set; then
3409 withval=$with_mac; wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
3410 fi
3411
3412
3413 # Check whether --with-cocoa was given.
3414 if test "${with_cocoa+set}" = set; then
3415 withval=$with_cocoa; wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
3416 fi
3417
3418
3419 # Check whether --with-wine was given.
3420 if test "${with_wine+set}" = set; then
3421 withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
3422 fi
3423
3424
3425 # Check whether --with-msw was given.
3426 if test "${with_msw+set}" = set; then
3427 withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
3428 fi
3429
3430
3431 # Check whether --with-pm was given.
3432 if test "${with_pm+set}" = set; then
3433 withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
3434 fi
3435
3436
3437 # Check whether --with-mgl was given.
3438 if test "${with_mgl+set}" = set; then
3439 withval=$with_mgl; wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
3440 fi
3441
3442
3443 # Check whether --with-directfb was given.
3444 if test "${with_directfb+set}" = set; then
3445 withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
3446 fi
3447
3448
3449 # Check whether --with-microwin was given.
3450 if test "${with_microwin+set}" = set; then
3451 withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
3452 fi
3453
3454
3455 # Check whether --with-x11 was given.
3456 if test "${with_x11+set}" = set; then
3457 withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
3458 fi
3459
3460
3461 enablestring=
3462 defaultval=
3463 if test -z "$defaultval"; then
3464 if test x"$enablestring" = xdisable; then
3465 defaultval=yes
3466 else
3467 defaultval=no
3468 fi
3469 fi
3470
3471 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
3472 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6; }
3473 # Check whether --enable-nanox was given.
3474 if test "${enable_nanox+set}" = set; then
3475 enableval=$enable_nanox;
3476 if test "$enableval" = yes; then
3477 wx_cv_use_nanox='wxUSE_NANOX=yes'
3478 else
3479 wx_cv_use_nanox='wxUSE_NANOX=no'
3480 fi
3481 cache=yes
3482
3483 else
3484
3485 LINE=`grep "^wxUSE_NANOX=" ${wx_arg_cache_file}`
3486 if test "x$LINE" != x ; then
3487 eval "DEFAULT_$LINE"
3488 cache=yes
3489 else
3490 cache=no
3491 fi
3492
3493 wx_cv_use_nanox='wxUSE_NANOX=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
3494
3495 fi
3496
3497
3498 eval "$wx_cv_use_nanox"
3499 if test "x$cache" = xyes; then
3500 echo "wxUSE_NANOX=$wxUSE_NANOX" >> ${wx_arg_cache_file}.tmp
3501 fi
3502
3503 if test x"$enablestring" = xdisable; then
3504 if test $wxUSE_NANOX = yes; then
3505 result=no
3506 else
3507 result=yes
3508 fi
3509 else
3510 result=$wxUSE_NANOX
3511 fi
3512
3513 { echo "$as_me:$LINENO: result: $result" >&5
3514 echo "${ECHO_T}$result" >&6; }
3515
3516
3517 # Check whether --enable-gtk2 was given.
3518 if test "${enable_gtk2+set}" = set; then
3519 enableval=$enable_gtk2; wxUSE_GTK2="$enableval"
3520 fi
3521
3522
3523 enablestring=
3524 defaultval=
3525 if test -z "$defaultval"; then
3526 if test x"$enablestring" = xdisable; then
3527 defaultval=yes
3528 else
3529 defaultval=no
3530 fi
3531 fi
3532
3533 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
3534 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6; }
3535 # Check whether --enable-gpe was given.
3536 if test "${enable_gpe+set}" = set; then
3537 enableval=$enable_gpe;
3538 if test "$enableval" = yes; then
3539 wx_cv_use_gpe='wxUSE_GPE=yes'
3540 else
3541 wx_cv_use_gpe='wxUSE_GPE=no'
3542 fi
3543 cache=yes
3544
3545 else
3546
3547 LINE=`grep "^wxUSE_GPE=" ${wx_arg_cache_file}`
3548 if test "x$LINE" != x ; then
3549 eval "DEFAULT_$LINE"
3550 cache=yes
3551 else
3552 cache=no
3553 fi
3554
3555 wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
3556
3557 fi
3558
3559
3560 eval "$wx_cv_use_gpe"
3561 if test "x$cache" = xyes; then
3562 echo "wxUSE_GPE=$wxUSE_GPE" >> ${wx_arg_cache_file}.tmp
3563 fi
3564
3565 if test x"$enablestring" = xdisable; then
3566 if test $wxUSE_GPE = yes; then
3567 result=no
3568 else
3569 result=yes
3570 fi
3571 else
3572 result=$wxUSE_GPE
3573 fi
3574
3575 { echo "$as_me:$LINENO: result: $result" >&5
3576 echo "${ECHO_T}$result" >&6; }
3577
3578
3579
3580
3581 { echo "$as_me:$LINENO: checking for --with-libpng" >&5
3582 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6; }
3583
3584 # Check whether --with-libpng was given.
3585 if test "${with_libpng+set}" = set; then
3586 withval=$with_libpng;
3587 if test "$withval" = yes; then
3588 wx_cv_use_libpng='wxUSE_LIBPNG=yes'
3589 elif test "$withval" = no; then
3590 wx_cv_use_libpng='wxUSE_LIBPNG=no'
3591 elif test "$withval" = sys; then
3592 wx_cv_use_libpng='wxUSE_LIBPNG=sys'
3593 elif test "$withval" = builtin; then
3594 wx_cv_use_libpng='wxUSE_LIBPNG=builtin'
3595 else
3596 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3597 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3598 { (exit 1); exit 1; }; }
3599 fi
3600 cache=yes
3601
3602 else
3603
3604 LINE=`grep "^wxUSE_LIBPNG=" ${wx_arg_cache_file}`
3605 if test "x$LINE" != x ; then
3606 eval "DEFAULT_$LINE"
3607 cache=yes
3608 else
3609 cache=no
3610 fi
3611
3612 wx_cv_use_libpng='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
3613
3614 fi
3615
3616
3617 eval "$wx_cv_use_libpng"
3618 if test "x$cache" = xyes; then
3619 echo "wxUSE_LIBPNG=$wxUSE_LIBPNG" >> ${wx_arg_cache_file}.tmp
3620 fi
3621
3622 if test "$wxUSE_LIBPNG" = yes; then
3623 { echo "$as_me:$LINENO: result: yes" >&5
3624 echo "${ECHO_T}yes" >&6; }
3625 elif test "$wxUSE_LIBPNG" = no; then
3626 { echo "$as_me:$LINENO: result: no" >&5
3627 echo "${ECHO_T}no" >&6; }
3628 elif test "$wxUSE_LIBPNG" = sys; then
3629 { echo "$as_me:$LINENO: result: system version" >&5
3630 echo "${ECHO_T}system version" >&6; }
3631 elif test "$wxUSE_LIBPNG" = builtin; then
3632 { echo "$as_me:$LINENO: result: builtin version" >&5
3633 echo "${ECHO_T}builtin version" >&6; }
3634 else
3635 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3636 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3637 { (exit 1); exit 1; }; }
3638 fi
3639
3640
3641 { echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
3642 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6; }
3643
3644 # Check whether --with-libjpeg was given.
3645 if test "${with_libjpeg+set}" = set; then
3646 withval=$with_libjpeg;
3647 if test "$withval" = yes; then
3648 wx_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
3649 elif test "$withval" = no; then
3650 wx_cv_use_libjpeg='wxUSE_LIBJPEG=no'
3651 elif test "$withval" = sys; then
3652 wx_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
3653 elif test "$withval" = builtin; then
3654 wx_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
3655 else
3656 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3657 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3658 { (exit 1); exit 1; }; }
3659 fi
3660 cache=yes
3661
3662 else
3663
3664 LINE=`grep "^wxUSE_LIBJPEG=" ${wx_arg_cache_file}`
3665 if test "x$LINE" != x ; then
3666 eval "DEFAULT_$LINE"
3667 cache=yes
3668 else
3669 cache=no
3670 fi
3671
3672 wx_cv_use_libjpeg='wxUSE_LIBJPEG=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
3673
3674 fi
3675
3676
3677 eval "$wx_cv_use_libjpeg"
3678 if test "x$cache" = xyes; then
3679 echo "wxUSE_LIBJPEG=$wxUSE_LIBJPEG" >> ${wx_arg_cache_file}.tmp
3680 fi
3681
3682 if test "$wxUSE_LIBJPEG" = yes; then
3683 { echo "$as_me:$LINENO: result: yes" >&5
3684 echo "${ECHO_T}yes" >&6; }
3685 elif test "$wxUSE_LIBJPEG" = no; then
3686 { echo "$as_me:$LINENO: result: no" >&5
3687 echo "${ECHO_T}no" >&6; }
3688 elif test "$wxUSE_LIBJPEG" = sys; then
3689 { echo "$as_me:$LINENO: result: system version" >&5
3690 echo "${ECHO_T}system version" >&6; }
3691 elif test "$wxUSE_LIBJPEG" = builtin; then
3692 { echo "$as_me:$LINENO: result: builtin version" >&5
3693 echo "${ECHO_T}builtin version" >&6; }
3694 else
3695 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3696 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3697 { (exit 1); exit 1; }; }
3698 fi
3699
3700
3701 { echo "$as_me:$LINENO: checking for --with-libtiff" >&5
3702 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6; }
3703
3704 # Check whether --with-libtiff was given.
3705 if test "${with_libtiff+set}" = set; then
3706 withval=$with_libtiff;
3707 if test "$withval" = yes; then
3708 wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
3709 elif test "$withval" = no; then
3710 wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
3711 elif test "$withval" = sys; then
3712 wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
3713 elif test "$withval" = builtin; then
3714 wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
3715 else
3716 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3717 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3718 { (exit 1); exit 1; }; }
3719 fi
3720 cache=yes
3721
3722 else
3723
3724 LINE=`grep "^wxUSE_LIBTIFF=" ${wx_arg_cache_file}`
3725 if test "x$LINE" != x ; then
3726 eval "DEFAULT_$LINE"
3727 cache=yes
3728 else
3729 cache=no
3730 fi
3731
3732 wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
3733
3734 fi
3735
3736
3737 eval "$wx_cv_use_libtiff"
3738 if test "x$cache" = xyes; then
3739 echo "wxUSE_LIBTIFF=$wxUSE_LIBTIFF" >> ${wx_arg_cache_file}.tmp
3740 fi
3741
3742 if test "$wxUSE_LIBTIFF" = yes; then
3743 { echo "$as_me:$LINENO: result: yes" >&5
3744 echo "${ECHO_T}yes" >&6; }
3745 elif test "$wxUSE_LIBTIFF" = no; then
3746 { echo "$as_me:$LINENO: result: no" >&5
3747 echo "${ECHO_T}no" >&6; }
3748 elif test "$wxUSE_LIBTIFF" = sys; then
3749 { echo "$as_me:$LINENO: result: system version" >&5
3750 echo "${ECHO_T}system version" >&6; }
3751 elif test "$wxUSE_LIBTIFF" = builtin; then
3752 { echo "$as_me:$LINENO: result: builtin version" >&5
3753 echo "${ECHO_T}builtin version" >&6; }
3754 else
3755 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3756 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3757 { (exit 1); exit 1; }; }
3758 fi
3759
3760
3761 { echo "$as_me:$LINENO: checking for --with-libxpm" >&5
3762 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6; }
3763
3764 # Check whether --with-libxpm was given.
3765 if test "${with_libxpm+set}" = set; then
3766 withval=$with_libxpm;
3767 if test "$withval" = yes; then
3768 wx_cv_use_libxpm='wxUSE_LIBXPM=yes'
3769 elif test "$withval" = no; then
3770 wx_cv_use_libxpm='wxUSE_LIBXPM=no'
3771 elif test "$withval" = sys; then
3772 wx_cv_use_libxpm='wxUSE_LIBXPM=sys'
3773 elif test "$withval" = builtin; then
3774 wx_cv_use_libxpm='wxUSE_LIBXPM=builtin'
3775 else
3776 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3777 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3778 { (exit 1); exit 1; }; }
3779 fi
3780 cache=yes
3781
3782 else
3783
3784 LINE=`grep "^wxUSE_LIBXPM=" ${wx_arg_cache_file}`
3785 if test "x$LINE" != x ; then
3786 eval "DEFAULT_$LINE"
3787 cache=yes
3788 else
3789 cache=no
3790 fi
3791
3792 wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
3793
3794 fi
3795
3796
3797 eval "$wx_cv_use_libxpm"
3798 if test "x$cache" = xyes; then
3799 echo "wxUSE_LIBXPM=$wxUSE_LIBXPM" >> ${wx_arg_cache_file}.tmp
3800 fi
3801
3802 if test "$wxUSE_LIBXPM" = yes; then
3803 { echo "$as_me:$LINENO: result: yes" >&5
3804 echo "${ECHO_T}yes" >&6; }
3805 elif test "$wxUSE_LIBXPM" = no; then
3806 { echo "$as_me:$LINENO: result: no" >&5
3807 echo "${ECHO_T}no" >&6; }
3808 elif test "$wxUSE_LIBXPM" = sys; then
3809 { echo "$as_me:$LINENO: result: system version" >&5
3810 echo "${ECHO_T}system version" >&6; }
3811 elif test "$wxUSE_LIBXPM" = builtin; then
3812 { echo "$as_me:$LINENO: result: builtin version" >&5
3813 echo "${ECHO_T}builtin version" >&6; }
3814 else
3815 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3816 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3817 { (exit 1); exit 1; }; }
3818 fi
3819
3820
3821 withstring=
3822 defaultval=$wxUSE_ALL_FEATURES
3823 if test -z "$defaultval"; then
3824 if test x"$withstring" = xwithout; then
3825 defaultval=yes
3826 else
3827 defaultval=no
3828 fi
3829 fi
3830 { echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3831 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6; }
3832
3833 # Check whether --with-libmspack was given.
3834 if test "${with_libmspack+set}" = set; then
3835 withval=$with_libmspack;
3836 if test "$withval" = yes; then
3837 wx_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3838 else
3839 wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3840 fi
3841 cache=yes
3842
3843 else
3844
3845 LINE=`grep "^wxUSE_LIBMSPACK=" ${wx_arg_cache_file}`
3846 if test "x$LINE" != x ; then
3847 eval "DEFAULT_$LINE"
3848 cache=yes
3849 else
3850 cache=no
3851 fi
3852
3853 wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
3854
3855 fi
3856
3857
3858 eval "$wx_cv_use_libmspack"
3859 if test "x$cache" = xyes; then
3860 echo "wxUSE_LIBMSPACK=$wxUSE_LIBMSPACK" >> ${wx_arg_cache_file}.tmp
3861 fi
3862
3863 if test x"$withstring" = xwithout; then
3864 if test $wxUSE_LIBMSPACK = yes; then
3865 result=no
3866 else
3867 result=yes
3868 fi
3869 else
3870 result=$wxUSE_LIBMSPACK
3871 fi
3872
3873 { echo "$as_me:$LINENO: result: $result" >&5
3874 echo "${ECHO_T}$result" >&6; }
3875
3876
3877 withstring=without
3878 defaultval=$wxUSE_ALL_FEATURES
3879 if test -z "$defaultval"; then
3880 if test x"$withstring" = xwithout; then
3881 defaultval=yes
3882 else
3883 defaultval=no
3884 fi
3885 fi
3886 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3887 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6; }
3888
3889 # Check whether --with-gnomeprint was given.
3890 if test "${with_gnomeprint+set}" = set; then
3891 withval=$with_gnomeprint;
3892 if test "$withval" = yes; then
3893 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3894 else
3895 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3896 fi
3897 cache=yes
3898
3899 else
3900
3901 LINE=`grep "^wxUSE_LIBGNOMEPRINT=" ${wx_arg_cache_file}`
3902 if test "x$LINE" != x ; then
3903 eval "DEFAULT_$LINE"
3904 cache=yes
3905 else
3906 cache=no
3907 fi
3908
3909 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
3910
3911 fi
3912
3913
3914 eval "$wx_cv_use_gnomeprint"
3915 if test "x$cache" = xyes; then
3916 echo "wxUSE_LIBGNOMEPRINT=$wxUSE_LIBGNOMEPRINT" >> ${wx_arg_cache_file}.tmp
3917 fi
3918
3919 if test x"$withstring" = xwithout; then
3920 if test $wxUSE_LIBGNOMEPRINT = yes; then
3921 result=no
3922 else
3923 result=yes
3924 fi
3925 else
3926 result=$wxUSE_LIBGNOMEPRINT
3927 fi
3928
3929 { echo "$as_me:$LINENO: result: $result" >&5
3930 echo "${ECHO_T}$result" >&6; }
3931
3932
3933 withstring=
3934 defaultval=$wxUSE_ALL_FEATURES
3935 if test -z "$defaultval"; then
3936 if test x"$withstring" = xwithout; then
3937 defaultval=yes
3938 else
3939 defaultval=no
3940 fi
3941 fi
3942 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomevfs" >&5
3943 echo $ECHO_N "checking for --${withstring:-with}-gnomevfs... $ECHO_C" >&6; }
3944
3945 # Check whether --with-gnomevfs was given.
3946 if test "${with_gnomevfs+set}" = set; then
3947 withval=$with_gnomevfs;
3948 if test "$withval" = yes; then
3949 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
3950 else
3951 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
3952 fi
3953 cache=yes
3954
3955 else
3956
3957 LINE=`grep "^wxUSE_LIBGNOMEVFS=" ${wx_arg_cache_file}`
3958 if test "x$LINE" != x ; then
3959 eval "DEFAULT_$LINE"
3960 cache=yes
3961 else
3962 cache=no
3963 fi
3964
3965 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
3966
3967 fi
3968
3969
3970 eval "$wx_cv_use_gnomevfs"
3971 if test "x$cache" = xyes; then
3972 echo "wxUSE_LIBGNOMEVFS=$wxUSE_LIBGNOMEVFS" >> ${wx_arg_cache_file}.tmp
3973 fi
3974
3975 if test x"$withstring" = xwithout; then
3976 if test $wxUSE_LIBGNOMEVFS = yes; then
3977 result=no
3978 else
3979 result=yes
3980 fi
3981 else
3982 result=$wxUSE_LIBGNOMEVFS
3983 fi
3984
3985 { echo "$as_me:$LINENO: result: $result" >&5
3986 echo "${ECHO_T}$result" >&6; }
3987
3988
3989 withstring=
3990 defaultval=$wxUSE_ALL_FEATURES
3991 if test -z "$defaultval"; then
3992 if test x"$withstring" = xwithout; then
3993 defaultval=yes
3994 else
3995 defaultval=no
3996 fi
3997 fi
3998 { echo "$as_me:$LINENO: checking for --${withstring:-with}-hildon" >&5
3999 echo $ECHO_N "checking for --${withstring:-with}-hildon... $ECHO_C" >&6; }
4000
4001 # Check whether --with-hildon was given.
4002 if test "${with_hildon+set}" = set; then
4003 withval=$with_hildon;
4004 if test "$withval" = yes; then
4005 wx_cv_use_hildon='wxUSE_LIBHILDON=yes'
4006 else
4007 wx_cv_use_hildon='wxUSE_LIBHILDON=no'
4008 fi
4009 cache=yes
4010
4011 else
4012
4013 LINE=`grep "^wxUSE_LIBHILDON=" ${wx_arg_cache_file}`
4014 if test "x$LINE" != x ; then
4015 eval "DEFAULT_$LINE"
4016 cache=yes
4017 else
4018 cache=no
4019 fi
4020
4021 wx_cv_use_hildon='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
4022
4023 fi
4024
4025
4026 eval "$wx_cv_use_hildon"
4027 if test "x$cache" = xyes; then
4028 echo "wxUSE_LIBHILDON=$wxUSE_LIBHILDON" >> ${wx_arg_cache_file}.tmp
4029 fi
4030
4031 if test x"$withstring" = xwithout; then
4032 if test $wxUSE_LIBHILDON = yes; then
4033 result=no
4034 else
4035 result=yes
4036 fi
4037 else
4038 result=$wxUSE_LIBHILDON
4039 fi
4040
4041 { echo "$as_me:$LINENO: result: $result" >&5
4042 echo "${ECHO_T}$result" >&6; }
4043
4044
4045 withstring=
4046 defaultval=$wxUSE_ALL_FEATURES
4047 if test -z "$defaultval"; then
4048 if test x"$withstring" = xwithout; then
4049 defaultval=yes
4050 else
4051 defaultval=no
4052 fi
4053 fi
4054 { echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
4055 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6; }
4056
4057 # Check whether --with-opengl was given.
4058 if test "${with_opengl+set}" = set; then
4059 withval=$with_opengl;
4060 if test "$withval" = yes; then
4061 wx_cv_use_opengl='wxUSE_OPENGL=yes'
4062 else
4063 wx_cv_use_opengl='wxUSE_OPENGL=no'
4064 fi
4065 cache=yes
4066
4067 else
4068
4069 LINE=`grep "^wxUSE_OPENGL=" ${wx_arg_cache_file}`
4070 if test "x$LINE" != x ; then
4071 eval "DEFAULT_$LINE"
4072 cache=yes
4073 else
4074 cache=no
4075 fi
4076
4077 wx_cv_use_opengl='wxUSE_OPENGL=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
4078
4079 fi
4080
4081
4082 eval "$wx_cv_use_opengl"
4083 if test "x$cache" = xyes; then
4084 echo "wxUSE_OPENGL=$wxUSE_OPENGL" >> ${wx_arg_cache_file}.tmp
4085 fi
4086
4087 if test x"$withstring" = xwithout; then
4088 if test $wxUSE_OPENGL = yes; then
4089 result=no
4090 else
4091 result=yes
4092 fi
4093 else
4094 result=$wxUSE_OPENGL
4095 fi
4096
4097 { echo "$as_me:$LINENO: result: $result" >&5
4098 echo "${ECHO_T}$result" >&6; }
4099
4100
4101 fi
4102
4103
4104 withstring=
4105 defaultval=$wxUSE_ALL_FEATURES
4106 if test -z "$defaultval"; then
4107 if test x"$withstring" = xwithout; then
4108 defaultval=yes
4109 else
4110 defaultval=no
4111 fi
4112 fi
4113 { echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
4114 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6; }
4115
4116 # Check whether --with-dmalloc was given.
4117 if test "${with_dmalloc+set}" = set; then
4118 withval=$with_dmalloc;
4119 if test "$withval" = yes; then
4120 wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
4121 else
4122 wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
4123 fi
4124 cache=yes
4125
4126 else
4127
4128 LINE=`grep "^wxUSE_DMALLOC=" ${wx_arg_cache_file}`
4129 if test "x$LINE" != x ; then
4130 eval "DEFAULT_$LINE"
4131 cache=yes
4132 else
4133 cache=no
4134 fi
4135
4136 wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
4137
4138 fi
4139
4140
4141 eval "$wx_cv_use_dmalloc"
4142 if test "x$cache" = xyes; then
4143 echo "wxUSE_DMALLOC=$wxUSE_DMALLOC" >> ${wx_arg_cache_file}.tmp
4144 fi
4145
4146 if test x"$withstring" = xwithout; then
4147 if test $wxUSE_DMALLOC = yes; then
4148 result=no
4149 else
4150 result=yes
4151 fi
4152 else
4153 result=$wxUSE_DMALLOC
4154 fi
4155
4156 { echo "$as_me:$LINENO: result: $result" >&5
4157 echo "${ECHO_T}$result" >&6; }
4158
4159
4160 withstring=
4161 defaultval=$wxUSE_ALL_FEATURES
4162 if test -z "$defaultval"; then
4163 if test x"$withstring" = xwithout; then
4164 defaultval=yes
4165 else
4166 defaultval=no
4167 fi
4168 fi
4169 { echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
4170 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6; }
4171
4172 # Check whether --with-sdl was given.
4173 if test "${with_sdl+set}" = set; then
4174 withval=$with_sdl;
4175 if test "$withval" = yes; then
4176 wx_cv_use_sdl='wxUSE_LIBSDL=yes'
4177 else
4178 wx_cv_use_sdl='wxUSE_LIBSDL=no'
4179 fi
4180 cache=yes
4181
4182 else
4183
4184 LINE=`grep "^wxUSE_LIBSDL=" ${wx_arg_cache_file}`
4185 if test "x$LINE" != x ; then
4186 eval "DEFAULT_$LINE"
4187 cache=yes
4188 else
4189 cache=no
4190 fi
4191
4192 wx_cv_use_sdl='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
4193
4194 fi
4195
4196
4197 eval "$wx_cv_use_sdl"
4198 if test "x$cache" = xyes; then
4199 echo "wxUSE_LIBSDL=$wxUSE_LIBSDL" >> ${wx_arg_cache_file}.tmp
4200 fi
4201
4202 if test x"$withstring" = xwithout; then
4203 if test $wxUSE_LIBSDL = yes; then
4204 result=no
4205 else
4206 result=yes
4207 fi
4208 else
4209 result=$wxUSE_LIBSDL
4210 fi
4211
4212 { echo "$as_me:$LINENO: result: $result" >&5
4213 echo "${ECHO_T}$result" >&6; }
4214
4215
4216 { echo "$as_me:$LINENO: checking for --with-regex" >&5
4217 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6; }
4218
4219 # Check whether --with-regex was given.
4220 if test "${with_regex+set}" = set; then
4221 withval=$with_regex;
4222 if test "$withval" = yes; then
4223 wx_cv_use_regex='wxUSE_REGEX=yes'
4224 elif test "$withval" = no; then
4225 wx_cv_use_regex='wxUSE_REGEX=no'
4226 elif test "$withval" = sys; then
4227 wx_cv_use_regex='wxUSE_REGEX=sys'
4228 elif test "$withval" = builtin; then
4229 wx_cv_use_regex='wxUSE_REGEX=builtin'
4230 else
4231 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4232 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4233 { (exit 1); exit 1; }; }
4234 fi
4235 cache=yes
4236
4237 else
4238
4239 LINE=`grep "^wxUSE_REGEX=" ${wx_arg_cache_file}`
4240 if test "x$LINE" != x ; then
4241 eval "DEFAULT_$LINE"
4242 cache=yes
4243 else
4244 cache=no
4245 fi
4246
4247 wx_cv_use_regex='wxUSE_REGEX=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
4248
4249 fi
4250
4251
4252 eval "$wx_cv_use_regex"
4253 if test "x$cache" = xyes; then
4254 echo "wxUSE_REGEX=$wxUSE_REGEX" >> ${wx_arg_cache_file}.tmp
4255 fi
4256
4257 if test "$wxUSE_REGEX" = yes; then
4258 { echo "$as_me:$LINENO: result: yes" >&5
4259 echo "${ECHO_T}yes" >&6; }
4260 elif test "$wxUSE_REGEX" = no; then
4261 { echo "$as_me:$LINENO: result: no" >&5
4262 echo "${ECHO_T}no" >&6; }
4263 elif test "$wxUSE_REGEX" = sys; then
4264 { echo "$as_me:$LINENO: result: system version" >&5
4265 echo "${ECHO_T}system version" >&6; }
4266 elif test "$wxUSE_REGEX" = builtin; then
4267 { echo "$as_me:$LINENO: result: builtin version" >&5
4268 echo "${ECHO_T}builtin version" >&6; }
4269 else
4270 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4271 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4272 { (exit 1); exit 1; }; }
4273 fi
4274
4275
4276 { echo "$as_me:$LINENO: checking for --with-zlib" >&5
4277 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6; }
4278
4279 # Check whether --with-zlib was given.
4280 if test "${with_zlib+set}" = set; then
4281 withval=$with_zlib;
4282 if test "$withval" = yes; then
4283 wx_cv_use_zlib='wxUSE_ZLIB=yes'
4284 elif test "$withval" = no; then
4285 wx_cv_use_zlib='wxUSE_ZLIB=no'
4286 elif test "$withval" = sys; then
4287 wx_cv_use_zlib='wxUSE_ZLIB=sys'
4288 elif test "$withval" = builtin; then
4289 wx_cv_use_zlib='wxUSE_ZLIB=builtin'
4290 else
4291 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4292 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4293 { (exit 1); exit 1; }; }
4294 fi
4295 cache=yes
4296
4297 else
4298
4299 LINE=`grep "^wxUSE_ZLIB=" ${wx_arg_cache_file}`
4300 if test "x$LINE" != x ; then
4301 eval "DEFAULT_$LINE"
4302 cache=yes
4303 else
4304 cache=no
4305 fi
4306
4307 wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
4308
4309 fi
4310
4311
4312 eval "$wx_cv_use_zlib"
4313 if test "x$cache" = xyes; then
4314 echo "wxUSE_ZLIB=$wxUSE_ZLIB" >> ${wx_arg_cache_file}.tmp
4315 fi
4316
4317 if test "$wxUSE_ZLIB" = yes; then
4318 { echo "$as_me:$LINENO: result: yes" >&5
4319 echo "${ECHO_T}yes" >&6; }
4320 elif test "$wxUSE_ZLIB" = no; then
4321 { echo "$as_me:$LINENO: result: no" >&5
4322 echo "${ECHO_T}no" >&6; }
4323 elif test "$wxUSE_ZLIB" = sys; then
4324 { echo "$as_me:$LINENO: result: system version" >&5
4325 echo "${ECHO_T}system version" >&6; }
4326 elif test "$wxUSE_ZLIB" = builtin; then
4327 { echo "$as_me:$LINENO: result: builtin version" >&5
4328 echo "${ECHO_T}builtin version" >&6; }
4329 else
4330 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4331 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4332 { (exit 1); exit 1; }; }
4333 fi
4334
4335
4336 { echo "$as_me:$LINENO: checking for --with-odbc" >&5
4337 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6; }
4338
4339 # Check whether --with-odbc was given.
4340 if test "${with_odbc+set}" = set; then
4341 withval=$with_odbc;
4342 if test "$withval" = yes; then
4343 wx_cv_use_odbc='wxUSE_ODBC=yes'
4344 elif test "$withval" = no; then
4345 wx_cv_use_odbc='wxUSE_ODBC=no'
4346 elif test "$withval" = sys; then
4347 wx_cv_use_odbc='wxUSE_ODBC=sys'
4348 elif test "$withval" = builtin; then
4349 wx_cv_use_odbc='wxUSE_ODBC=builtin'
4350 else
4351 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
4352 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
4353 { (exit 1); exit 1; }; }
4354 fi
4355 cache=yes
4356
4357 else
4358
4359 LINE=`grep "^wxUSE_ODBC=" ${wx_arg_cache_file}`
4360 if test "x$LINE" != x ; then
4361 eval "DEFAULT_$LINE"
4362 cache=yes
4363 else
4364 cache=no
4365 fi
4366
4367 wx_cv_use_odbc='wxUSE_ODBC=${'DEFAULT_wxUSE_ODBC":-$wxUSE_ALL_FEATURES}"
4368
4369 fi
4370
4371
4372 eval "$wx_cv_use_odbc"
4373 if test "x$cache" = xyes; then
4374 echo "wxUSE_ODBC=$wxUSE_ODBC" >> ${wx_arg_cache_file}.tmp
4375 fi
4376
4377 if test "$wxUSE_ODBC" = yes; then
4378 { echo "$as_me:$LINENO: result: yes" >&5
4379 echo "${ECHO_T}yes" >&6; }
4380 elif test "$wxUSE_ODBC" = no; then
4381 { echo "$as_me:$LINENO: result: no" >&5
4382 echo "${ECHO_T}no" >&6; }
4383 elif test "$wxUSE_ODBC" = sys; then
4384 { echo "$as_me:$LINENO: result: system version" >&5
4385 echo "${ECHO_T}system version" >&6; }
4386 elif test "$wxUSE_ODBC" = builtin; then
4387 { echo "$as_me:$LINENO: result: builtin version" >&5
4388 echo "${ECHO_T}builtin version" >&6; }
4389 else
4390 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
4391 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
4392 { (exit 1); exit 1; }; }
4393 fi
4394
4395
4396 { echo "$as_me:$LINENO: checking for --with-expat" >&5
4397 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6; }
4398
4399 # Check whether --with-expat was given.
4400 if test "${with_expat+set}" = set; then
4401 withval=$with_expat;
4402 if test "$withval" = yes; then
4403 wx_cv_use_expat='wxUSE_EXPAT=yes'
4404 elif test "$withval" = no; then
4405 wx_cv_use_expat='wxUSE_EXPAT=no'
4406 elif test "$withval" = sys; then
4407 wx_cv_use_expat='wxUSE_EXPAT=sys'
4408 elif test "$withval" = builtin; then
4409 wx_cv_use_expat='wxUSE_EXPAT=builtin'
4410 else
4411 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4412 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4413 { (exit 1); exit 1; }; }
4414 fi
4415 cache=yes
4416
4417 else
4418
4419 LINE=`grep "^wxUSE_EXPAT=" ${wx_arg_cache_file}`
4420 if test "x$LINE" != x ; then
4421 eval "DEFAULT_$LINE"
4422 cache=yes
4423 else
4424 cache=no
4425 fi
4426
4427 wx_cv_use_expat='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
4428
4429 fi
4430
4431
4432 eval "$wx_cv_use_expat"
4433 if test "x$cache" = xyes; then
4434 echo "wxUSE_EXPAT=$wxUSE_EXPAT" >> ${wx_arg_cache_file}.tmp
4435 fi
4436
4437 if test "$wxUSE_EXPAT" = yes; then
4438 { echo "$as_me:$LINENO: result: yes" >&5
4439 echo "${ECHO_T}yes" >&6; }
4440 elif test "$wxUSE_EXPAT" = no; then
4441 { echo "$as_me:$LINENO: result: no" >&5
4442 echo "${ECHO_T}no" >&6; }
4443 elif test "$wxUSE_EXPAT" = sys; then
4444 { echo "$as_me:$LINENO: result: system version" >&5
4445 echo "${ECHO_T}system version" >&6; }
4446 elif test "$wxUSE_EXPAT" = builtin; then
4447 { echo "$as_me:$LINENO: result: builtin version" >&5
4448 echo "${ECHO_T}builtin version" >&6; }
4449 else
4450 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4451 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4452 { (exit 1); exit 1; }; }
4453 fi
4454
4455
4456 { echo "$as_me:$LINENO: checking for --with-macosx-sdk" >&5
4457 echo $ECHO_N "checking for --with-macosx-sdk... $ECHO_C" >&6; }
4458
4459 # Check whether --with-macosx-sdk was given.
4460 if test "${with_macosx_sdk+set}" = set; then
4461 withval=$with_macosx_sdk;
4462 wxUSE_MACOSX_SDK=$withval
4463 wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
4464 echo "wxUSE_MACOSX_SDK=$wxUSE_MACOSX_SDK" >> ${wx_arg_cache_file}.tmp
4465
4466 else
4467
4468 # NOTE: Empty string on purpose so that --without-macosx-sdk (thus no)
4469 # will override --enable-universal_binary's automatic SDK usage.
4470 wxUSE_MACOSX_SDK=
4471 LINE=`grep "^wxUSE_MACOSX_SDK=" ${wx_arg_cache_file}`
4472 if test "x$LINE" != x ; then
4473 eval "$LINE"
4474 echo "$LINE" >> ${wx_arg_cache_file}.tmp
4475 fi
4476
4477 fi
4478
4479 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_SDK" >&5
4480 echo "${ECHO_T}$wxUSE_MACOSX_SDK" >&6; }
4481
4482 { echo "$as_me:$LINENO: checking for --with-macosx-version-min" >&5
4483 echo $ECHO_N "checking for --with-macosx-version-min... $ECHO_C" >&6; }
4484
4485 # Check whether --with-macosx-version-min was given.
4486 if test "${with_macosx_version_min+set}" = set; then
4487 withval=$with_macosx_version_min;
4488 wxUSE_MACOSX_VERSION_MIN=$withval
4489 wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
4490 echo "wxUSE_MACOSX_VERSION_MIN=$wxUSE_MACOSX_VERSION_MIN" >> ${wx_arg_cache_file}.tmp
4491
4492 else
4493
4494 # default "yes" because when not using an SDK it means the same as no
4495 # but when using an SDK it means to use the SDK version
4496 wxUSE_MACOSX_VERSION_MIN=yes
4497 # See if there is a value in the cache
4498 LINE=`grep "^wxUSE_MACOSX_VERSION_MIN=" ${wx_arg_cache_file}`
4499 if test "x$LINE" != x ; then
4500 eval "$LINE"
4501 echo "$LINE" >> ${wx_arg_cache_file}.tmp
4502 fi
4503
4504 fi
4505
4506 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
4507 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
4508
4509
4510
4511 enablestring=disable
4512 defaultval=
4513 if test -z "$defaultval"; then
4514 if test x"$enablestring" = xdisable; then
4515 defaultval=yes
4516 else
4517 defaultval=no
4518 fi
4519 fi
4520
4521 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
4522 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6; }
4523 # Check whether --enable-shared was given.
4524 if test "${enable_shared+set}" = set; then
4525 enableval=$enable_shared;
4526 if test "$enableval" = yes; then
4527 wx_cv_use_shared='wxUSE_SHARED=yes'
4528 else
4529 wx_cv_use_shared='wxUSE_SHARED=no'
4530 fi
4531 cache=yes
4532
4533 else
4534
4535 LINE=`grep "^wxUSE_SHARED=" ${wx_arg_cache_file}`
4536 if test "x$LINE" != x ; then
4537 eval "DEFAULT_$LINE"
4538 cache=yes
4539 else
4540 cache=no
4541 fi
4542
4543 wx_cv_use_shared='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
4544
4545 fi
4546
4547
4548 eval "$wx_cv_use_shared"
4549 if test "x$cache" = xyes; then
4550 echo "wxUSE_SHARED=$wxUSE_SHARED" >> ${wx_arg_cache_file}.tmp
4551 fi
4552
4553 if test x"$enablestring" = xdisable; then
4554 if test $wxUSE_SHARED = yes; then
4555 result=no
4556 else
4557 result=yes
4558 fi
4559 else
4560 result=$wxUSE_SHARED
4561 fi
4562
4563 { echo "$as_me:$LINENO: result: $result" >&5
4564 echo "${ECHO_T}$result" >&6; }
4565
4566
4567 enablestring=disable
4568 defaultval=
4569 if test -z "$defaultval"; then
4570 if test x"$enablestring" = xdisable; then
4571 defaultval=yes
4572 else
4573 defaultval=no
4574 fi
4575 fi
4576
4577 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
4578 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6; }
4579 # Check whether --enable-optimise was given.
4580 if test "${enable_optimise+set}" = set; then
4581 enableval=$enable_optimise;
4582 if test "$enableval" = yes; then
4583 wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
4584 else
4585 wx_cv_use_optimise='wxUSE_OPTIMISE=no'
4586 fi
4587 cache=yes
4588
4589 else
4590
4591 LINE=`grep "^wxUSE_OPTIMISE=" ${wx_arg_cache_file}`
4592 if test "x$LINE" != x ; then
4593 eval "DEFAULT_$LINE"
4594 cache=yes
4595 else
4596 cache=no
4597 fi
4598
4599 wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
4600
4601 fi
4602
4603
4604 eval "$wx_cv_use_optimise"
4605 if test "x$cache" = xyes; then
4606 echo "wxUSE_OPTIMISE=$wxUSE_OPTIMISE" >> ${wx_arg_cache_file}.tmp
4607 fi
4608
4609 if test x"$enablestring" = xdisable; then
4610 if test $wxUSE_OPTIMISE = yes; then
4611 result=no
4612 else
4613 result=yes
4614 fi
4615 else
4616 result=$wxUSE_OPTIMISE
4617 fi
4618
4619 { echo "$as_me:$LINENO: result: $result" >&5
4620 echo "${ECHO_T}$result" >&6; }
4621
4622
4623 enablestring=
4624 defaultval=
4625 if test -z "$defaultval"; then
4626 if test x"$enablestring" = xdisable; then
4627 defaultval=yes
4628 else
4629 defaultval=no
4630 fi
4631 fi
4632
4633 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
4634 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6; }
4635 # Check whether --enable-debug was given.
4636 if test "${enable_debug+set}" = set; then
4637 enableval=$enable_debug;
4638 if test "$enableval" = yes; then
4639 wx_cv_use_debug='wxUSE_DEBUG=yes'
4640 else
4641 wx_cv_use_debug='wxUSE_DEBUG=no'
4642 fi
4643 cache=yes
4644
4645 else
4646
4647 LINE=`grep "^wxUSE_DEBUG=" ${wx_arg_cache_file}`
4648 if test "x$LINE" != x ; then
4649 eval "DEFAULT_$LINE"
4650 cache=yes
4651 else
4652 cache=no
4653 fi
4654
4655 wx_cv_use_debug='wxUSE_DEBUG=${'DEFAULT_wxUSE_DEBUG":-$defaultval}"
4656
4657 fi
4658
4659
4660 eval "$wx_cv_use_debug"
4661 if test "x$cache" = xyes; then
4662 echo "wxUSE_DEBUG=$wxUSE_DEBUG" >> ${wx_arg_cache_file}.tmp
4663 fi
4664
4665 if test x"$enablestring" = xdisable; then
4666 if test $wxUSE_DEBUG = yes; then
4667 result=no
4668 else
4669 result=yes
4670 fi
4671 else
4672 result=$wxUSE_DEBUG
4673 fi
4674
4675 { echo "$as_me:$LINENO: result: $result" >&5
4676 echo "${ECHO_T}$result" >&6; }
4677
4678
4679 enablestring=
4680 defaultval=
4681 if test -z "$defaultval"; then
4682 if test x"$enablestring" = xdisable; then
4683 defaultval=yes
4684 else
4685 defaultval=no
4686 fi
4687 fi
4688
4689 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
4690 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6; }
4691 # Check whether --enable-stl was given.
4692 if test "${enable_stl+set}" = set; then
4693 enableval=$enable_stl;
4694 if test "$enableval" = yes; then
4695 wx_cv_use_stl='wxUSE_STL=yes'
4696 else
4697 wx_cv_use_stl='wxUSE_STL=no'
4698 fi
4699 cache=yes
4700
4701 else
4702
4703 LINE=`grep "^wxUSE_STL=" ${wx_arg_cache_file}`
4704 if test "x$LINE" != x ; then
4705 eval "DEFAULT_$LINE"
4706 cache=yes
4707 else
4708 cache=no
4709 fi
4710
4711 wx_cv_use_stl='wxUSE_STL=${'DEFAULT_wxUSE_STL":-$defaultval}"
4712
4713 fi
4714
4715
4716 eval "$wx_cv_use_stl"
4717 if test "x$cache" = xyes; then
4718 echo "wxUSE_STL=$wxUSE_STL" >> ${wx_arg_cache_file}.tmp
4719 fi
4720
4721 if test x"$enablestring" = xdisable; then
4722 if test $wxUSE_STL = yes; then
4723 result=no
4724 else
4725 result=yes
4726 fi
4727 else
4728 result=$wxUSE_STL
4729 fi
4730
4731 { echo "$as_me:$LINENO: result: $result" >&5
4732 echo "${ECHO_T}$result" >&6; }
4733
4734
4735 enablestring=
4736 defaultval=
4737 if test -z "$defaultval"; then
4738 if test x"$enablestring" = xdisable; then
4739 defaultval=yes
4740 else
4741 defaultval=no
4742 fi
4743 fi
4744
4745 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
4746 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6; }
4747 # Check whether --enable-std_iostreams was given.
4748 if test "${enable_std_iostreams+set}" = set; then
4749 enableval=$enable_std_iostreams;
4750 if test "$enableval" = yes; then
4751 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
4752 else
4753 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
4754 fi
4755 cache=yes
4756
4757 else
4758
4759 LINE=`grep "^wxUSE_STD_IOSTREAM=" ${wx_arg_cache_file}`
4760 if test "x$LINE" != x ; then
4761 eval "DEFAULT_$LINE"
4762 cache=yes
4763 else
4764 cache=no
4765 fi
4766
4767 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
4768
4769 fi
4770
4771
4772 eval "$wx_cv_use_std_iostreams"
4773 if test "x$cache" = xyes; then
4774 echo "wxUSE_STD_IOSTREAM=$wxUSE_STD_IOSTREAM" >> ${wx_arg_cache_file}.tmp
4775 fi
4776
4777 if test x"$enablestring" = xdisable; then
4778 if test $wxUSE_STD_IOSTREAM = yes; then
4779 result=no
4780 else
4781 result=yes
4782 fi
4783 else
4784 result=$wxUSE_STD_IOSTREAM
4785 fi
4786
4787 { echo "$as_me:$LINENO: result: $result" >&5
4788 echo "${ECHO_T}$result" >&6; }
4789
4790
4791 enablestring=
4792 defaultval=
4793 if test -z "$defaultval"; then
4794 if test x"$enablestring" = xdisable; then
4795 defaultval=yes
4796 else
4797 defaultval=no
4798 fi
4799 fi
4800
4801 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
4802 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6; }
4803 # Check whether --enable-std_string was given.
4804 if test "${enable_std_string+set}" = set; then
4805 enableval=$enable_std_string;
4806 if test "$enableval" = yes; then
4807 wx_cv_use_std_string='wxUSE_STD_STRING=yes'
4808 else
4809 wx_cv_use_std_string='wxUSE_STD_STRING=no'
4810 fi
4811 cache=yes
4812
4813 else
4814
4815 LINE=`grep "^wxUSE_STD_STRING=" ${wx_arg_cache_file}`
4816 if test "x$LINE" != x ; then
4817 eval "DEFAULT_$LINE"
4818 cache=yes
4819 else
4820 cache=no
4821 fi
4822
4823 wx_cv_use_std_string='wxUSE_STD_STRING=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
4824
4825 fi
4826
4827
4828 eval "$wx_cv_use_std_string"
4829 if test "x$cache" = xyes; then
4830 echo "wxUSE_STD_STRING=$wxUSE_STD_STRING" >> ${wx_arg_cache_file}.tmp
4831 fi
4832
4833 if test x"$enablestring" = xdisable; then
4834 if test $wxUSE_STD_STRING = yes; then
4835 result=no
4836 else
4837 result=yes
4838 fi
4839 else
4840 result=$wxUSE_STD_STRING
4841 fi
4842
4843 { echo "$as_me:$LINENO: result: $result" >&5
4844 echo "${ECHO_T}$result" >&6; }
4845
4846
4847 enablestring=disable
4848 defaultval=
4849 if test -z "$defaultval"; then
4850 if test x"$enablestring" = xdisable; then
4851 defaultval=yes
4852 else
4853 defaultval=no
4854 fi
4855 fi
4856
4857 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4858 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6; }
4859 # Check whether --enable-unicode was given.
4860 if test "${enable_unicode+set}" = set; then
4861 enableval=$enable_unicode;
4862 if test "$enableval" = yes; then
4863 wx_cv_use_unicode='wxUSE_UNICODE=yes'
4864 else
4865 wx_cv_use_unicode='wxUSE_UNICODE=no'
4866 fi
4867 cache=yes
4868
4869 else
4870
4871 LINE=`grep "^wxUSE_UNICODE=" ${wx_arg_cache_file}`
4872 if test "x$LINE" != x ; then
4873 eval "DEFAULT_$LINE"
4874 cache=yes
4875 else
4876 cache=no
4877 fi
4878
4879 wx_cv_use_unicode='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
4880
4881 fi
4882
4883
4884 eval "$wx_cv_use_unicode"
4885 if test "x$cache" = xyes; then
4886 echo "wxUSE_UNICODE=$wxUSE_UNICODE" >> ${wx_arg_cache_file}.tmp
4887 fi
4888
4889 if test x"$enablestring" = xdisable; then
4890 if test $wxUSE_UNICODE = yes; then
4891 result=no
4892 else
4893 result=yes
4894 fi
4895 else
4896 result=$wxUSE_UNICODE
4897 fi
4898
4899 { echo "$as_me:$LINENO: result: $result" >&5
4900 echo "${ECHO_T}$result" >&6; }
4901
4902
4903 enablestring=
4904 defaultval=
4905 if test -z "$defaultval"; then
4906 if test x"$enablestring" = xdisable; then
4907 defaultval=yes
4908 else
4909 defaultval=no
4910 fi
4911 fi
4912
4913 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
4914 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6; }
4915 # Check whether --enable-mslu was given.
4916 if test "${enable_mslu+set}" = set; then
4917 enableval=$enable_mslu;
4918 if test "$enableval" = yes; then
4919 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
4920 else
4921 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
4922 fi
4923 cache=yes
4924
4925 else
4926
4927 LINE=`grep "^wxUSE_UNICODE_MSLU=" ${wx_arg_cache_file}`
4928 if test "x$LINE" != x ; then
4929 eval "DEFAULT_$LINE"
4930 cache=yes
4931 else
4932 cache=no
4933 fi
4934
4935 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
4936
4937 fi
4938
4939
4940 eval "$wx_cv_use_mslu"
4941 if test "x$cache" = xyes; then
4942 echo "wxUSE_UNICODE_MSLU=$wxUSE_UNICODE_MSLU" >> ${wx_arg_cache_file}.tmp
4943 fi
4944
4945 if test x"$enablestring" = xdisable; then
4946 if test $wxUSE_UNICODE_MSLU = yes; then
4947 result=no
4948 else
4949 result=yes
4950 fi
4951 else
4952 result=$wxUSE_UNICODE_MSLU
4953 fi
4954
4955 { echo "$as_me:$LINENO: result: $result" >&5
4956 echo "${ECHO_T}$result" >&6; }
4957
4958
4959 enablestring=
4960 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8" >&5
4961 echo $ECHO_N "checking for --${enablestring:-enable}-utf8... $ECHO_C" >&6; }
4962 # Check whether --enable-utf8 was given.
4963 if test "${enable_utf8+set}" = set; then
4964 enableval=$enable_utf8;
4965 wx_cv_use_utf8="wxUSE_UNICODE_UTF8='$enableval'"
4966 cache=yes
4967
4968 else
4969
4970 LINE=`grep "^wxUSE_UNICODE_UTF8=" ${wx_arg_cache_file}`
4971 if test "x$LINE" != x ; then
4972 eval "DEFAULT_$LINE"
4973 cache=yes
4974 else
4975 cache=no
4976 fi
4977
4978 wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
4979
4980 fi
4981
4982
4983 eval "$wx_cv_use_utf8"
4984 if test "x$cache" = xyes; then
4985 echo "wxUSE_UNICODE_UTF8=$wxUSE_UNICODE_UTF8" >> ${wx_arg_cache_file}.tmp
4986 fi
4987
4988 { echo "$as_me:$LINENO: result: $wxUSE_UNICODE_UTF8" >&5
4989 echo "${ECHO_T}$wxUSE_UNICODE_UTF8" >&6; }
4990
4991
4992 enablestring=
4993 defaultval=
4994 if test -z "$defaultval"; then
4995 if test x"$enablestring" = xdisable; then
4996 defaultval=yes
4997 else
4998 defaultval=no
4999 fi
5000 fi
5001
5002 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8only" >&5
5003 echo $ECHO_N "checking for --${enablestring:-enable}-utf8only... $ECHO_C" >&6; }
5004 # Check whether --enable-utf8only was given.
5005 if test "${enable_utf8only+set}" = set; then
5006 enableval=$enable_utf8only;
5007 if test "$enableval" = yes; then
5008 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
5009 else
5010 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
5011 fi
5012 cache=yes
5013
5014 else
5015
5016 LINE=`grep "^wxUSE_UNICODE_UTF8_LOCALE=" ${wx_arg_cache_file}`
5017 if test "x$LINE" != x ; then
5018 eval "DEFAULT_$LINE"
5019 cache=yes
5020 else
5021 cache=no
5022 fi
5023
5024 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
5025
5026 fi
5027
5028
5029 eval "$wx_cv_use_utf8only"
5030 if test "x$cache" = xyes; then
5031 echo "wxUSE_UNICODE_UTF8_LOCALE=$wxUSE_UNICODE_UTF8_LOCALE" >> ${wx_arg_cache_file}.tmp
5032 fi
5033
5034 if test x"$enablestring" = xdisable; then
5035 if test $wxUSE_UNICODE_UTF8_LOCALE = yes; then
5036 result=no
5037 else
5038 result=yes
5039 fi
5040 else
5041 result=$wxUSE_UNICODE_UTF8_LOCALE
5042 fi
5043
5044 { echo "$as_me:$LINENO: result: $result" >&5
5045 echo "${ECHO_T}$result" >&6; }
5046
5047
5048 enablestring=
5049 defaultval=
5050 if test -z "$defaultval"; then
5051 if test x"$enablestring" = xdisable; then
5052 defaultval=yes
5053 else
5054 defaultval=no
5055 fi
5056 fi
5057
5058 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-extended_rtti" >&5
5059 echo $ECHO_N "checking for --${enablestring:-enable}-extended_rtti... $ECHO_C" >&6; }
5060 # Check whether --enable-extended_rtti was given.
5061 if test "${enable_extended_rtti+set}" = set; then
5062 enableval=$enable_extended_rtti;
5063 if test "$enableval" = yes; then
5064 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=yes'
5065 else
5066 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=no'
5067 fi
5068 cache=yes
5069
5070 else
5071
5072 LINE=`grep "^wxUSE_EXTENDED_RTTI=" ${wx_arg_cache_file}`
5073 if test "x$LINE" != x ; then
5074 eval "DEFAULT_$LINE"
5075 cache=yes
5076 else
5077 cache=no
5078 fi
5079
5080 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
5081
5082 fi
5083
5084
5085 eval "$wx_cv_use_extended_rtti"
5086 if test "x$cache" = xyes; then
5087 echo "wxUSE_EXTENDED_RTTI=$wxUSE_EXTENDED_RTTI" >> ${wx_arg_cache_file}.tmp
5088 fi
5089
5090 if test x"$enablestring" = xdisable; then
5091 if test $wxUSE_EXTENDED_RTTI = yes; then
5092 result=no
5093 else
5094 result=yes
5095 fi
5096 else
5097 result=$wxUSE_EXTENDED_RTTI
5098 fi
5099
5100 { echo "$as_me:$LINENO: result: $result" >&5
5101 echo "${ECHO_T}$result" >&6; }
5102
5103 if test "$USE_OS2" = "1"; then
5104 DEFAULT_wxUSE_OMF=no
5105
5106 enablestring=
5107 defaultval=
5108 if test -z "$defaultval"; then
5109 if test x"$enablestring" = xdisable; then
5110 defaultval=yes
5111 else
5112 defaultval=no
5113 fi
5114 fi
5115
5116 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
5117 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6; }
5118 # Check whether --enable-omf was given.
5119 if test "${enable_omf+set}" = set; then
5120 enableval=$enable_omf;
5121 if test "$enableval" = yes; then
5122 wx_cv_use_omf='wxUSE_OMF=yes'
5123 else
5124 wx_cv_use_omf='wxUSE_OMF=no'
5125 fi
5126 cache=yes
5127
5128 else
5129
5130 LINE=`grep "^wxUSE_OMF=" ${wx_arg_cache_file}`
5131 if test "x$LINE" != x ; then
5132 eval "DEFAULT_$LINE"
5133 cache=yes
5134 else
5135 cache=no
5136 fi
5137
5138 wx_cv_use_omf='wxUSE_OMF=${'DEFAULT_wxUSE_OMF":-$defaultval}"
5139
5140 fi
5141
5142
5143 eval "$wx_cv_use_omf"
5144 if test "x$cache" = xyes; then
5145 echo "wxUSE_OMF=$wxUSE_OMF" >> ${wx_arg_cache_file}.tmp
5146 fi
5147
5148 if test x"$enablestring" = xdisable; then
5149 if test $wxUSE_OMF = yes; then
5150 result=no
5151 else
5152 result=yes
5153 fi
5154 else
5155 result=$wxUSE_OMF
5156 fi
5157
5158 { echo "$as_me:$LINENO: result: $result" >&5
5159 echo "${ECHO_T}$result" >&6; }
5160
5161 fi
5162
5163 if test "$wxUSE_DEBUG" = "yes"; then
5164 DEFAULT_wxUSE_DEBUG_FLAG=yes
5165 DEFAULT_wxUSE_DEBUG_INFO=yes
5166 BUILD=debug
5167 elif test "$wxUSE_DEBUG" = "no"; then
5168 DEFAULT_wxUSE_DEBUG_FLAG=no
5169 DEFAULT_wxUSE_DEBUG_INFO=no
5170 BUILD=release
5171 fi
5172
5173
5174 enablestring=
5175 defaultval=
5176 if test -z "$defaultval"; then
5177 if test x"$enablestring" = xdisable; then
5178 defaultval=yes
5179 else
5180 defaultval=no
5181 fi
5182 fi
5183
5184 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
5185 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6; }
5186 # Check whether --enable-debug_flag was given.
5187 if test "${enable_debug_flag+set}" = set; then
5188 enableval=$enable_debug_flag;
5189 if test "$enableval" = yes; then
5190 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
5191 else
5192 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
5193 fi
5194 cache=yes
5195
5196 else
5197
5198 LINE=`grep "^wxUSE_DEBUG_FLAG=" ${wx_arg_cache_file}`
5199 if test "x$LINE" != x ; then
5200 eval "DEFAULT_$LINE"
5201 cache=yes
5202 else
5203 cache=no
5204 fi
5205
5206 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
5207
5208 fi
5209
5210
5211 eval "$wx_cv_use_debug_flag"
5212 if test "x$cache" = xyes; then
5213 echo "wxUSE_DEBUG_FLAG=$wxUSE_DEBUG_FLAG" >> ${wx_arg_cache_file}.tmp
5214 fi
5215
5216 if test x"$enablestring" = xdisable; then
5217 if test $wxUSE_DEBUG_FLAG = yes; then
5218 result=no
5219 else
5220 result=yes
5221 fi
5222 else
5223 result=$wxUSE_DEBUG_FLAG
5224 fi
5225
5226 { echo "$as_me:$LINENO: result: $result" >&5
5227 echo "${ECHO_T}$result" >&6; }
5228
5229
5230 enablestring=
5231 defaultval=
5232 if test -z "$defaultval"; then
5233 if test x"$enablestring" = xdisable; then
5234 defaultval=yes
5235 else
5236 defaultval=no
5237 fi
5238 fi
5239
5240 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
5241 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6; }
5242 # Check whether --enable-debug_info was given.
5243 if test "${enable_debug_info+set}" = set; then
5244 enableval=$enable_debug_info;
5245 if test "$enableval" = yes; then
5246 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
5247 else
5248 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
5249 fi
5250 cache=yes
5251
5252 else
5253
5254 LINE=`grep "^wxUSE_DEBUG_INFO=" ${wx_arg_cache_file}`
5255 if test "x$LINE" != x ; then
5256 eval "DEFAULT_$LINE"
5257 cache=yes
5258 else
5259 cache=no
5260 fi
5261
5262 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
5263
5264 fi
5265
5266
5267 eval "$wx_cv_use_debug_info"
5268 if test "x$cache" = xyes; then
5269 echo "wxUSE_DEBUG_INFO=$wxUSE_DEBUG_INFO" >> ${wx_arg_cache_file}.tmp
5270 fi
5271
5272 if test x"$enablestring" = xdisable; then
5273 if test $wxUSE_DEBUG_INFO = yes; then
5274 result=no
5275 else
5276 result=yes
5277 fi
5278 else
5279 result=$wxUSE_DEBUG_INFO
5280 fi
5281
5282 { echo "$as_me:$LINENO: result: $result" >&5
5283 echo "${ECHO_T}$result" >&6; }
5284
5285
5286 enablestring=
5287 defaultval=
5288 if test -z "$defaultval"; then
5289 if test x"$enablestring" = xdisable; then
5290 defaultval=yes
5291 else
5292 defaultval=no
5293 fi
5294 fi
5295
5296 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
5297 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6; }
5298 # Check whether --enable-debug_gdb was given.
5299 if test "${enable_debug_gdb+set}" = set; then
5300 enableval=$enable_debug_gdb;
5301 if test "$enableval" = yes; then
5302 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
5303 else
5304 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
5305 fi
5306 cache=yes
5307
5308 else
5309
5310 LINE=`grep "^wxUSE_DEBUG_GDB=" ${wx_arg_cache_file}`
5311 if test "x$LINE" != x ; then
5312 eval "DEFAULT_$LINE"
5313 cache=yes
5314 else
5315 cache=no
5316 fi
5317
5318 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
5319
5320 fi
5321
5322
5323 eval "$wx_cv_use_debug_gdb"
5324 if test "x$cache" = xyes; then
5325 echo "wxUSE_DEBUG_GDB=$wxUSE_DEBUG_GDB" >> ${wx_arg_cache_file}.tmp
5326 fi
5327
5328 if test x"$enablestring" = xdisable; then
5329 if test $wxUSE_DEBUG_GDB = yes; then
5330 result=no
5331 else
5332 result=yes
5333 fi
5334 else
5335 result=$wxUSE_DEBUG_GDB
5336 fi
5337
5338 { echo "$as_me:$LINENO: result: $result" >&5
5339 echo "${ECHO_T}$result" >&6; }
5340
5341
5342 enablestring=
5343 defaultval=
5344 if test -z "$defaultval"; then
5345 if test x"$enablestring" = xdisable; then
5346 defaultval=yes
5347 else
5348 defaultval=no
5349 fi
5350 fi
5351
5352 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
5353 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6; }
5354 # Check whether --enable-debug_cntxt was given.
5355 if test "${enable_debug_cntxt+set}" = set; then
5356 enableval=$enable_debug_cntxt;
5357 if test "$enableval" = yes; then
5358 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
5359 else
5360 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
5361 fi
5362 cache=yes
5363
5364 else
5365
5366 LINE=`grep "^wxUSE_DEBUG_CONTEXT=" ${wx_arg_cache_file}`
5367 if test "x$LINE" != x ; then
5368 eval "DEFAULT_$LINE"
5369 cache=yes
5370 else
5371 cache=no
5372 fi
5373
5374 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
5375
5376 fi
5377
5378
5379 eval "$wx_cv_use_debug_cntxt"
5380 if test "x$cache" = xyes; then
5381 echo "wxUSE_DEBUG_CONTEXT=$wxUSE_DEBUG_CONTEXT" >> ${wx_arg_cache_file}.tmp
5382 fi
5383
5384 if test x"$enablestring" = xdisable; then
5385 if test $wxUSE_DEBUG_CONTEXT = yes; then
5386 result=no
5387 else
5388 result=yes
5389 fi
5390 else
5391 result=$wxUSE_DEBUG_CONTEXT
5392 fi
5393
5394 { echo "$as_me:$LINENO: result: $result" >&5
5395 echo "${ECHO_T}$result" >&6; }
5396
5397
5398 enablestring=
5399 defaultval=
5400 if test -z "$defaultval"; then
5401 if test x"$enablestring" = xdisable; then
5402 defaultval=yes
5403 else
5404 defaultval=no
5405 fi
5406 fi
5407
5408 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
5409 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6; }
5410 # Check whether --enable-mem_tracing was given.
5411 if test "${enable_mem_tracing+set}" = set; then
5412 enableval=$enable_mem_tracing;
5413 if test "$enableval" = yes; then
5414 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
5415 else
5416 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
5417 fi
5418 cache=yes
5419
5420 else
5421
5422 LINE=`grep "^wxUSE_MEM_TRACING=" ${wx_arg_cache_file}`
5423 if test "x$LINE" != x ; then
5424 eval "DEFAULT_$LINE"
5425 cache=yes
5426 else
5427 cache=no
5428 fi
5429
5430 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
5431
5432 fi
5433
5434
5435 eval "$wx_cv_use_mem_tracing"
5436 if test "x$cache" = xyes; then
5437 echo "wxUSE_MEM_TRACING=$wxUSE_MEM_TRACING" >> ${wx_arg_cache_file}.tmp
5438 fi
5439
5440 if test x"$enablestring" = xdisable; then
5441 if test $wxUSE_MEM_TRACING = yes; then
5442 result=no
5443 else
5444 result=yes
5445 fi
5446 else
5447 result=$wxUSE_MEM_TRACING
5448 fi
5449
5450 { echo "$as_me:$LINENO: result: $result" >&5
5451 echo "${ECHO_T}$result" >&6; }
5452
5453
5454 enablestring=
5455 defaultval=
5456 if test -z "$defaultval"; then
5457 if test x"$enablestring" = xdisable; then
5458 defaultval=yes
5459 else
5460 defaultval=no
5461 fi
5462 fi
5463
5464 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
5465 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6; }
5466 # Check whether --enable-profile was given.
5467 if test "${enable_profile+set}" = set; then
5468 enableval=$enable_profile;
5469 if test "$enableval" = yes; then
5470 wx_cv_use_profile='wxUSE_PROFILE=yes'
5471 else
5472 wx_cv_use_profile='wxUSE_PROFILE=no'
5473 fi
5474 cache=yes
5475
5476 else
5477
5478 LINE=`grep "^wxUSE_PROFILE=" ${wx_arg_cache_file}`
5479 if test "x$LINE" != x ; then
5480 eval "DEFAULT_$LINE"
5481 cache=yes
5482 else
5483 cache=no
5484 fi
5485
5486 wx_cv_use_profile='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
5487
5488 fi
5489
5490
5491 eval "$wx_cv_use_profile"
5492 if test "x$cache" = xyes; then
5493 echo "wxUSE_PROFILE=$wxUSE_PROFILE" >> ${wx_arg_cache_file}.tmp
5494 fi
5495
5496 if test x"$enablestring" = xdisable; then
5497 if test $wxUSE_PROFILE = yes; then
5498 result=no
5499 else
5500 result=yes
5501 fi
5502 else
5503 result=$wxUSE_PROFILE
5504 fi
5505
5506 { echo "$as_me:$LINENO: result: $result" >&5
5507 echo "${ECHO_T}$result" >&6; }
5508
5509
5510 enablestring=
5511 defaultval=
5512 if test -z "$defaultval"; then
5513 if test x"$enablestring" = xdisable; then
5514 defaultval=yes
5515 else
5516 defaultval=no
5517 fi
5518 fi
5519
5520 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
5521 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6; }
5522 # Check whether --enable-no_rtti was given.
5523 if test "${enable_no_rtti+set}" = set; then
5524 enableval=$enable_no_rtti;
5525 if test "$enableval" = yes; then
5526 wx_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
5527 else
5528 wx_cv_use_no_rtti='wxUSE_NO_RTTI=no'
5529 fi
5530 cache=yes
5531
5532 else
5533
5534 LINE=`grep "^wxUSE_NO_RTTI=" ${wx_arg_cache_file}`
5535 if test "x$LINE" != x ; then
5536 eval "DEFAULT_$LINE"
5537 cache=yes
5538 else
5539 cache=no
5540 fi
5541
5542 wx_cv_use_no_rtti='wxUSE_NO_RTTI=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
5543
5544 fi
5545
5546
5547 eval "$wx_cv_use_no_rtti"
5548 if test "x$cache" = xyes; then
5549 echo "wxUSE_NO_RTTI=$wxUSE_NO_RTTI" >> ${wx_arg_cache_file}.tmp
5550 fi
5551
5552 if test x"$enablestring" = xdisable; then
5553 if test $wxUSE_NO_RTTI = yes; then
5554 result=no
5555 else
5556 result=yes
5557 fi
5558 else
5559 result=$wxUSE_NO_RTTI
5560 fi
5561
5562 { echo "$as_me:$LINENO: result: $result" >&5
5563 echo "${ECHO_T}$result" >&6; }
5564
5565
5566 enablestring=
5567 defaultval=
5568 if test -z "$defaultval"; then
5569 if test x"$enablestring" = xdisable; then
5570 defaultval=yes
5571 else
5572 defaultval=no
5573 fi
5574 fi
5575
5576 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
5577 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6; }
5578 # Check whether --enable-no_exceptions was given.
5579 if test "${enable_no_exceptions+set}" = set; then
5580 enableval=$enable_no_exceptions;
5581 if test "$enableval" = yes; then
5582 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
5583 else
5584 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
5585 fi
5586 cache=yes
5587
5588 else
5589
5590 LINE=`grep "^wxUSE_NO_EXCEPTIONS=" ${wx_arg_cache_file}`
5591 if test "x$LINE" != x ; then
5592 eval "DEFAULT_$LINE"
5593 cache=yes
5594 else
5595 cache=no
5596 fi
5597
5598 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
5599
5600 fi
5601
5602
5603 eval "$wx_cv_use_no_exceptions"
5604 if test "x$cache" = xyes; then
5605 echo "wxUSE_NO_EXCEPTIONS=$wxUSE_NO_EXCEPTIONS" >> ${wx_arg_cache_file}.tmp
5606 fi
5607
5608 if test x"$enablestring" = xdisable; then
5609 if test $wxUSE_NO_EXCEPTIONS = yes; then
5610 result=no
5611 else
5612 result=yes
5613 fi
5614 else
5615 result=$wxUSE_NO_EXCEPTIONS
5616 fi
5617
5618 { echo "$as_me:$LINENO: result: $result" >&5
5619 echo "${ECHO_T}$result" >&6; }
5620
5621
5622 enablestring=
5623 defaultval=
5624 if test -z "$defaultval"; then
5625 if test x"$enablestring" = xdisable; then
5626 defaultval=yes
5627 else
5628 defaultval=no
5629 fi
5630 fi
5631
5632 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
5633 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6; }
5634 # Check whether --enable-permissive was given.
5635 if test "${enable_permissive+set}" = set; then
5636 enableval=$enable_permissive;
5637 if test "$enableval" = yes; then
5638 wx_cv_use_permissive='wxUSE_PERMISSIVE=yes'
5639 else
5640 wx_cv_use_permissive='wxUSE_PERMISSIVE=no'
5641 fi
5642 cache=yes
5643
5644 else
5645
5646 LINE=`grep "^wxUSE_PERMISSIVE=" ${wx_arg_cache_file}`
5647 if test "x$LINE" != x ; then
5648 eval "DEFAULT_$LINE"
5649 cache=yes
5650 else
5651 cache=no
5652 fi
5653
5654 wx_cv_use_permissive='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
5655
5656 fi
5657
5658
5659 eval "$wx_cv_use_permissive"
5660 if test "x$cache" = xyes; then
5661 echo "wxUSE_PERMISSIVE=$wxUSE_PERMISSIVE" >> ${wx_arg_cache_file}.tmp
5662 fi
5663
5664 if test x"$enablestring" = xdisable; then
5665 if test $wxUSE_PERMISSIVE = yes; then
5666 result=no
5667 else
5668 result=yes
5669 fi
5670 else
5671 result=$wxUSE_PERMISSIVE
5672 fi
5673
5674 { echo "$as_me:$LINENO: result: $result" >&5
5675 echo "${ECHO_T}$result" >&6; }
5676
5677
5678 enablestring=
5679 defaultval=
5680 if test -z "$defaultval"; then
5681 if test x"$enablestring" = xdisable; then
5682 defaultval=yes
5683 else
5684 defaultval=no
5685 fi
5686 fi
5687
5688 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
5689 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6; }
5690 # Check whether --enable-no_deps was given.
5691 if test "${enable_no_deps+set}" = set; then
5692 enableval=$enable_no_deps;
5693 if test "$enableval" = yes; then
5694 wx_cv_use_no_deps='wxUSE_NO_DEPS=yes'
5695 else
5696 wx_cv_use_no_deps='wxUSE_NO_DEPS=no'
5697 fi
5698 cache=yes
5699
5700 else
5701
5702 LINE=`grep "^wxUSE_NO_DEPS=" ${wx_arg_cache_file}`
5703 if test "x$LINE" != x ; then
5704 eval "DEFAULT_$LINE"
5705 cache=yes
5706 else
5707 cache=no
5708 fi
5709
5710 wx_cv_use_no_deps='wxUSE_NO_DEPS=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
5711
5712 fi
5713
5714
5715 eval "$wx_cv_use_no_deps"
5716 if test "x$cache" = xyes; then
5717 echo "wxUSE_NO_DEPS=$wxUSE_NO_DEPS" >> ${wx_arg_cache_file}.tmp
5718 fi
5719
5720 if test x"$enablestring" = xdisable; then
5721 if test $wxUSE_NO_DEPS = yes; then
5722 result=no
5723 else
5724 result=yes
5725 fi
5726 else
5727 result=$wxUSE_NO_DEPS
5728 fi
5729
5730 { echo "$as_me:$LINENO: result: $result" >&5
5731 echo "${ECHO_T}$result" >&6; }
5732
5733
5734 enablestring=disable
5735 defaultval=
5736 if test -z "$defaultval"; then
5737 if test x"$enablestring" = xdisable; then
5738 defaultval=yes
5739 else
5740 defaultval=no
5741 fi
5742 fi
5743
5744 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-vararg_macros" >&5
5745 echo $ECHO_N "checking for --${enablestring:-enable}-vararg_macros... $ECHO_C" >&6; }
5746 # Check whether --enable-vararg_macros was given.
5747 if test "${enable_vararg_macros+set}" = set; then
5748 enableval=$enable_vararg_macros;
5749 if test "$enableval" = yes; then
5750 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
5751 else
5752 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
5753 fi
5754 cache=yes
5755
5756 else
5757
5758 LINE=`grep "^wxUSE_VARARG_MACROS=" ${wx_arg_cache_file}`
5759 if test "x$LINE" != x ; then
5760 eval "DEFAULT_$LINE"
5761 cache=yes
5762 else
5763 cache=no
5764 fi
5765
5766 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
5767
5768 fi
5769
5770
5771 eval "$wx_cv_use_vararg_macros"
5772 if test "x$cache" = xyes; then
5773 echo "wxUSE_VARARG_MACROS=$wxUSE_VARARG_MACROS" >> ${wx_arg_cache_file}.tmp
5774 fi
5775
5776 if test x"$enablestring" = xdisable; then
5777 if test $wxUSE_VARARG_MACROS = yes; then
5778 result=no
5779 else
5780 result=yes
5781 fi
5782 else
5783 result=$wxUSE_VARARG_MACROS
5784 fi
5785
5786 { echo "$as_me:$LINENO: result: $result" >&5
5787 echo "${ECHO_T}$result" >&6; }
5788
5789
5790 enablestring=
5791 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal_binary" >&5
5792 echo $ECHO_N "checking for --${enablestring:-enable}-universal_binary... $ECHO_C" >&6; }
5793 # Check whether --enable-universal_binary was given.
5794 if test "${enable_universal_binary+set}" = set; then
5795 enableval=$enable_universal_binary;
5796 wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
5797 cache=yes
5798
5799 else
5800
5801 LINE=`grep "^wxUSE_UNIVERSAL_BINARY=" ${wx_arg_cache_file}`
5802 if test "x$LINE" != x ; then
5803 eval "DEFAULT_$LINE"
5804 cache=yes
5805 else
5806 cache=no
5807 fi
5808
5809 wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
5810
5811 fi
5812
5813
5814 eval "$wx_cv_use_universal_binary"
5815 if test "x$cache" = xyes; then
5816 echo "wxUSE_UNIVERSAL_BINARY=$wxUSE_UNIVERSAL_BINARY" >> ${wx_arg_cache_file}.tmp
5817 fi
5818
5819 { echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
5820 echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6; }
5821
5822
5823
5824 enablestring=
5825 defaultval=
5826 if test -z "$defaultval"; then
5827 if test x"$enablestring" = xdisable; then
5828 defaultval=yes
5829 else
5830 defaultval=no
5831 fi
5832 fi
5833
5834 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
5835 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6; }
5836 # Check whether --enable-compat26 was given.
5837 if test "${enable_compat26+set}" = set; then
5838 enableval=$enable_compat26;
5839 if test "$enableval" = yes; then
5840 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
5841 else
5842 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
5843 fi
5844 cache=yes
5845
5846 else
5847
5848 LINE=`grep "^WXWIN_COMPATIBILITY_2_6=" ${wx_arg_cache_file}`
5849 if test "x$LINE" != x ; then
5850 eval "DEFAULT_$LINE"
5851 cache=yes
5852 else
5853 cache=no
5854 fi
5855
5856 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
5857
5858 fi
5859
5860
5861 eval "$wx_cv_use_compat26"
5862 if test "x$cache" = xyes; then
5863 echo "WXWIN_COMPATIBILITY_2_6=$WXWIN_COMPATIBILITY_2_6" >> ${wx_arg_cache_file}.tmp
5864 fi
5865
5866 if test x"$enablestring" = xdisable; then
5867 if test $WXWIN_COMPATIBILITY_2_6 = yes; then
5868 result=no
5869 else
5870 result=yes
5871 fi
5872 else
5873 result=$WXWIN_COMPATIBILITY_2_6
5874 fi
5875
5876 { echo "$as_me:$LINENO: result: $result" >&5
5877 echo "${ECHO_T}$result" >&6; }
5878
5879
5880 enablestring=disable
5881 defaultval=
5882 if test -z "$defaultval"; then
5883 if test x"$enablestring" = xdisable; then
5884 defaultval=yes
5885 else
5886 defaultval=no
5887 fi
5888 fi
5889
5890 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat28" >&5
5891 echo $ECHO_N "checking for --${enablestring:-enable}-compat28... $ECHO_C" >&6; }
5892 # Check whether --enable-compat28 was given.
5893 if test "${enable_compat28+set}" = set; then
5894 enableval=$enable_compat28;
5895 if test "$enableval" = yes; then
5896 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=yes'
5897 else
5898 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=no'
5899 fi
5900 cache=yes
5901
5902 else
5903
5904 LINE=`grep "^WXWIN_COMPATIBILITY_2_8=" ${wx_arg_cache_file}`
5905 if test "x$LINE" != x ; then
5906 eval "DEFAULT_$LINE"
5907 cache=yes
5908 else
5909 cache=no
5910 fi
5911
5912 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
5913
5914 fi
5915
5916
5917 eval "$wx_cv_use_compat28"
5918 if test "x$cache" = xyes; then
5919 echo "WXWIN_COMPATIBILITY_2_8=$WXWIN_COMPATIBILITY_2_8" >> ${wx_arg_cache_file}.tmp
5920 fi
5921
5922 if test x"$enablestring" = xdisable; then
5923 if test $WXWIN_COMPATIBILITY_2_8 = yes; then
5924 result=no
5925 else
5926 result=yes
5927 fi
5928 else
5929 result=$WXWIN_COMPATIBILITY_2_8
5930 fi
5931
5932 { echo "$as_me:$LINENO: result: $result" >&5
5933 echo "${ECHO_T}$result" >&6; }
5934
5935
5936
5937 enablestring=disable
5938 defaultval=
5939 if test -z "$defaultval"; then
5940 if test x"$enablestring" = xdisable; then
5941 defaultval=yes
5942 else
5943 defaultval=no
5944 fi
5945 fi
5946
5947 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
5948 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6; }
5949 # Check whether --enable-rpath was given.
5950 if test "${enable_rpath+set}" = set; then
5951 enableval=$enable_rpath;
5952 if test "$enableval" = yes; then
5953 wx_cv_use_rpath='wxUSE_RPATH=yes'
5954 else
5955 wx_cv_use_rpath='wxUSE_RPATH=no'
5956 fi
5957 cache=yes
5958
5959 else
5960
5961 LINE=`grep "^wxUSE_RPATH=" ${wx_arg_cache_file}`
5962 if test "x$LINE" != x ; then
5963 eval "DEFAULT_$LINE"
5964 cache=yes
5965 else
5966 cache=no
5967 fi
5968
5969 wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
5970
5971 fi
5972
5973
5974 eval "$wx_cv_use_rpath"
5975 if test "x$cache" = xyes; then
5976 echo "wxUSE_RPATH=$wxUSE_RPATH" >> ${wx_arg_cache_file}.tmp
5977 fi
5978
5979 if test x"$enablestring" = xdisable; then
5980 if test $wxUSE_RPATH = yes; then
5981 result=no
5982 else
5983 result=yes
5984 fi
5985 else
5986 result=$wxUSE_RPATH
5987 fi
5988
5989 { echo "$as_me:$LINENO: result: $result" >&5
5990 echo "${ECHO_T}$result" >&6; }
5991
5992
5993
5994 enablestring=
5995 defaultval=
5996 if test -z "$defaultval"; then
5997 if test x"$enablestring" = xdisable; then
5998 defaultval=yes
5999 else
6000 defaultval=no
6001 fi
6002 fi
6003
6004 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-objc_uniquifying" >&5
6005 echo $ECHO_N "checking for --${enablestring:-enable}-objc_uniquifying... $ECHO_C" >&6; }
6006 # Check whether --enable-objc_uniquifying was given.
6007 if test "${enable_objc_uniquifying+set}" = set; then
6008 enableval=$enable_objc_uniquifying;
6009 if test "$enableval" = yes; then
6010 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=yes'
6011 else
6012 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=no'
6013 fi
6014 cache=yes
6015
6016 else
6017
6018 LINE=`grep "^wxUSE_OBJC_UNIQUIFYING=" ${wx_arg_cache_file}`
6019 if test "x$LINE" != x ; then
6020 eval "DEFAULT_$LINE"
6021 cache=yes
6022 else
6023 cache=no
6024 fi
6025
6026 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
6027
6028 fi
6029
6030
6031 eval "$wx_cv_use_objc_uniquifying"
6032 if test "x$cache" = xyes; then
6033 echo "wxUSE_OBJC_UNIQUIFYING=$wxUSE_OBJC_UNIQUIFYING" >> ${wx_arg_cache_file}.tmp
6034 fi
6035
6036 if test x"$enablestring" = xdisable; then
6037 if test $wxUSE_OBJC_UNIQUIFYING = yes; then
6038 result=no
6039 else
6040 result=yes
6041 fi
6042 else
6043 result=$wxUSE_OBJC_UNIQUIFYING
6044 fi
6045
6046 { echo "$as_me:$LINENO: result: $result" >&5
6047 echo "${ECHO_T}$result" >&6; }
6048
6049
6050
6051 enablestring=disable
6052 defaultval=
6053 if test -z "$defaultval"; then
6054 if test x"$enablestring" = xdisable; then
6055 defaultval=yes
6056 else
6057 defaultval=no
6058 fi
6059 fi
6060
6061 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-visibility" >&5
6062 echo $ECHO_N "checking for --${enablestring:-enable}-visibility... $ECHO_C" >&6; }
6063 # Check whether --enable-visibility was given.
6064 if test "${enable_visibility+set}" = set; then
6065 enableval=$enable_visibility;
6066 if test "$enableval" = yes; then
6067 wx_cv_use_visibility='wxUSE_VISIBILITY=yes'
6068 else
6069 wx_cv_use_visibility='wxUSE_VISIBILITY=no'
6070 fi
6071 cache=yes
6072
6073 else
6074
6075 LINE=`grep "^wxUSE_VISIBILITY=" ${wx_arg_cache_file}`
6076 if test "x$LINE" != x ; then
6077 eval "DEFAULT_$LINE"
6078 cache=yes
6079 else
6080 cache=no
6081 fi
6082
6083 wx_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
6084
6085 fi
6086
6087
6088 eval "$wx_cv_use_visibility"
6089 if test "x$cache" = xyes; then
6090 echo "wxUSE_VISIBILITY=$wxUSE_VISIBILITY" >> ${wx_arg_cache_file}.tmp
6091 fi
6092
6093 if test x"$enablestring" = xdisable; then
6094 if test $wxUSE_VISIBILITY = yes; then
6095 result=no
6096 else
6097 result=yes
6098 fi
6099 else
6100 result=$wxUSE_VISIBILITY
6101 fi
6102
6103 { echo "$as_me:$LINENO: result: $result" >&5
6104 echo "${ECHO_T}$result" >&6; }
6105
6106
6107
6108
6109 enablestring=
6110 defaultval=$wxUSE_ALL_FEATURES
6111 if test -z "$defaultval"; then
6112 if test x"$enablestring" = xdisable; then
6113 defaultval=yes
6114 else
6115 defaultval=no
6116 fi
6117 fi
6118
6119 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
6120 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6; }
6121 # Check whether --enable-intl was given.
6122 if test "${enable_intl+set}" = set; then
6123 enableval=$enable_intl;
6124 if test "$enableval" = yes; then
6125 wx_cv_use_intl='wxUSE_INTL=yes'
6126 else
6127 wx_cv_use_intl='wxUSE_INTL=no'
6128 fi
6129 cache=yes
6130
6131 else
6132
6133 LINE=`grep "^wxUSE_INTL=" ${wx_arg_cache_file}`
6134 if test "x$LINE" != x ; then
6135 eval "DEFAULT_$LINE"
6136 cache=yes
6137 else
6138 cache=no
6139 fi
6140
6141 wx_cv_use_intl='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
6142
6143 fi
6144
6145
6146 eval "$wx_cv_use_intl"
6147 if test "x$cache" = xyes; then
6148 echo "wxUSE_INTL=$wxUSE_INTL" >> ${wx_arg_cache_file}.tmp
6149 fi
6150
6151 if test x"$enablestring" = xdisable; then
6152 if test $wxUSE_INTL = yes; then
6153 result=no
6154 else
6155 result=yes
6156 fi
6157 else
6158 result=$wxUSE_INTL
6159 fi
6160
6161 { echo "$as_me:$LINENO: result: $result" >&5
6162 echo "${ECHO_T}$result" >&6; }
6163
6164
6165 enablestring=
6166 defaultval=$wxUSE_ALL_FEATURES
6167 if test -z "$defaultval"; then
6168 if test x"$enablestring" = xdisable; then
6169 defaultval=yes
6170 else
6171 defaultval=no
6172 fi
6173 fi
6174
6175 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
6176 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6; }
6177 # Check whether --enable-config was given.
6178 if test "${enable_config+set}" = set; then
6179 enableval=$enable_config;
6180 if test "$enableval" = yes; then
6181 wx_cv_use_config='wxUSE_CONFIG=yes'
6182 else
6183 wx_cv_use_config='wxUSE_CONFIG=no'
6184 fi
6185 cache=yes
6186
6187 else
6188
6189 LINE=`grep "^wxUSE_CONFIG=" ${wx_arg_cache_file}`
6190 if test "x$LINE" != x ; then
6191 eval "DEFAULT_$LINE"
6192 cache=yes
6193 else
6194 cache=no
6195 fi
6196
6197 wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
6198
6199 fi
6200
6201
6202 eval "$wx_cv_use_config"
6203 if test "x$cache" = xyes; then
6204 echo "wxUSE_CONFIG=$wxUSE_CONFIG" >> ${wx_arg_cache_file}.tmp
6205 fi
6206
6207 if test x"$enablestring" = xdisable; then
6208 if test $wxUSE_CONFIG = yes; then
6209 result=no
6210 else
6211 result=yes
6212 fi
6213 else
6214 result=$wxUSE_CONFIG
6215 fi
6216
6217 { echo "$as_me:$LINENO: result: $result" >&5
6218 echo "${ECHO_T}$result" >&6; }
6219
6220
6221
6222 enablestring=
6223 defaultval=$wxUSE_ALL_FEATURES
6224 if test -z "$defaultval"; then
6225 if test x"$enablestring" = xdisable; then
6226 defaultval=yes
6227 else
6228 defaultval=no
6229 fi
6230 fi
6231
6232 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
6233 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6; }
6234 # Check whether --enable-protocols was given.
6235 if test "${enable_protocols+set}" = set; then
6236 enableval=$enable_protocols;
6237 if test "$enableval" = yes; then
6238 wx_cv_use_protocols='wxUSE_PROTOCOL=yes'
6239 else
6240 wx_cv_use_protocols='wxUSE_PROTOCOL=no'
6241 fi
6242 cache=yes
6243
6244 else
6245
6246 LINE=`grep "^wxUSE_PROTOCOL=" ${wx_arg_cache_file}`
6247 if test "x$LINE" != x ; then
6248 eval "DEFAULT_$LINE"
6249 cache=yes
6250 else
6251 cache=no
6252 fi
6253
6254 wx_cv_use_protocols='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
6255
6256 fi
6257
6258
6259 eval "$wx_cv_use_protocols"
6260 if test "x$cache" = xyes; then
6261 echo "wxUSE_PROTOCOL=$wxUSE_PROTOCOL" >> ${wx_arg_cache_file}.tmp
6262 fi
6263
6264 if test x"$enablestring" = xdisable; then
6265 if test $wxUSE_PROTOCOL = yes; then
6266 result=no
6267 else
6268 result=yes
6269 fi
6270 else
6271 result=$wxUSE_PROTOCOL
6272 fi
6273
6274 { echo "$as_me:$LINENO: result: $result" >&5
6275 echo "${ECHO_T}$result" >&6; }
6276
6277
6278 enablestring=
6279 defaultval=$wxUSE_ALL_FEATURES
6280 if test -z "$defaultval"; then
6281 if test x"$enablestring" = xdisable; then
6282 defaultval=yes
6283 else
6284 defaultval=no
6285 fi
6286 fi
6287
6288 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
6289 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6; }
6290 # Check whether --enable-ftp was given.
6291 if test "${enable_ftp+set}" = set; then
6292 enableval=$enable_ftp;
6293 if test "$enableval" = yes; then
6294 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
6295 else
6296 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
6297 fi
6298 cache=yes
6299
6300 else
6301
6302 LINE=`grep "^wxUSE_PROTOCOL_FTP=" ${wx_arg_cache_file}`
6303 if test "x$LINE" != x ; then
6304 eval "DEFAULT_$LINE"
6305 cache=yes
6306 else
6307 cache=no
6308 fi
6309
6310 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
6311
6312 fi
6313
6314
6315 eval "$wx_cv_use_ftp"
6316 if test "x$cache" = xyes; then
6317 echo "wxUSE_PROTOCOL_FTP=$wxUSE_PROTOCOL_FTP" >> ${wx_arg_cache_file}.tmp
6318 fi
6319
6320 if test x"$enablestring" = xdisable; then
6321 if test $wxUSE_PROTOCOL_FTP = yes; then
6322 result=no
6323 else
6324 result=yes
6325 fi
6326 else
6327 result=$wxUSE_PROTOCOL_FTP
6328 fi
6329
6330 { echo "$as_me:$LINENO: result: $result" >&5
6331 echo "${ECHO_T}$result" >&6; }
6332
6333
6334 enablestring=
6335 defaultval=$wxUSE_ALL_FEATURES
6336 if test -z "$defaultval"; then
6337 if test x"$enablestring" = xdisable; then
6338 defaultval=yes
6339 else
6340 defaultval=no
6341 fi
6342 fi
6343
6344 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
6345 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6; }
6346 # Check whether --enable-http was given.
6347 if test "${enable_http+set}" = set; then
6348 enableval=$enable_http;
6349 if test "$enableval" = yes; then
6350 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
6351 else
6352 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
6353 fi
6354 cache=yes
6355
6356 else
6357
6358 LINE=`grep "^wxUSE_PROTOCOL_HTTP=" ${wx_arg_cache_file}`
6359 if test "x$LINE" != x ; then
6360 eval "DEFAULT_$LINE"
6361 cache=yes
6362 else
6363 cache=no
6364 fi
6365
6366 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
6367
6368 fi
6369
6370
6371 eval "$wx_cv_use_http"
6372 if test "x$cache" = xyes; then
6373 echo "wxUSE_PROTOCOL_HTTP=$wxUSE_PROTOCOL_HTTP" >> ${wx_arg_cache_file}.tmp
6374 fi
6375
6376 if test x"$enablestring" = xdisable; then
6377 if test $wxUSE_PROTOCOL_HTTP = yes; then
6378 result=no
6379 else
6380 result=yes
6381 fi
6382 else
6383 result=$wxUSE_PROTOCOL_HTTP
6384 fi
6385
6386 { echo "$as_me:$LINENO: result: $result" >&5
6387 echo "${ECHO_T}$result" >&6; }
6388
6389
6390 enablestring=
6391 defaultval=$wxUSE_ALL_FEATURES
6392 if test -z "$defaultval"; then
6393 if test x"$enablestring" = xdisable; then
6394 defaultval=yes
6395 else
6396 defaultval=no
6397 fi
6398 fi
6399
6400 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
6401 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6; }
6402 # Check whether --enable-fileproto was given.
6403 if test "${enable_fileproto+set}" = set; then
6404 enableval=$enable_fileproto;
6405 if test "$enableval" = yes; then
6406 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
6407 else
6408 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
6409 fi
6410 cache=yes
6411
6412 else
6413
6414 LINE=`grep "^wxUSE_PROTOCOL_FILE=" ${wx_arg_cache_file}`
6415 if test "x$LINE" != x ; then
6416 eval "DEFAULT_$LINE"
6417 cache=yes
6418 else
6419 cache=no
6420 fi
6421
6422 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
6423
6424 fi
6425
6426
6427 eval "$wx_cv_use_fileproto"
6428 if test "x$cache" = xyes; then
6429 echo "wxUSE_PROTOCOL_FILE=$wxUSE_PROTOCOL_FILE" >> ${wx_arg_cache_file}.tmp
6430 fi
6431
6432 if test x"$enablestring" = xdisable; then
6433 if test $wxUSE_PROTOCOL_FILE = yes; then
6434 result=no
6435 else
6436 result=yes
6437 fi
6438 else
6439 result=$wxUSE_PROTOCOL_FILE
6440 fi
6441
6442 { echo "$as_me:$LINENO: result: $result" >&5
6443 echo "${ECHO_T}$result" >&6; }
6444
6445
6446 enablestring=
6447 defaultval=$wxUSE_ALL_FEATURES
6448 if test -z "$defaultval"; then
6449 if test x"$enablestring" = xdisable; then
6450 defaultval=yes
6451 else
6452 defaultval=no
6453 fi
6454 fi
6455
6456 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
6457 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6; }
6458 # Check whether --enable-sockets was given.
6459 if test "${enable_sockets+set}" = set; then
6460 enableval=$enable_sockets;
6461 if test "$enableval" = yes; then
6462 wx_cv_use_sockets='wxUSE_SOCKETS=yes'
6463 else
6464 wx_cv_use_sockets='wxUSE_SOCKETS=no'
6465 fi
6466 cache=yes
6467
6468 else
6469
6470 LINE=`grep "^wxUSE_SOCKETS=" ${wx_arg_cache_file}`
6471 if test "x$LINE" != x ; then
6472 eval "DEFAULT_$LINE"
6473 cache=yes
6474 else
6475 cache=no
6476 fi
6477
6478 wx_cv_use_sockets='wxUSE_SOCKETS=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
6479
6480 fi
6481
6482
6483 eval "$wx_cv_use_sockets"
6484 if test "x$cache" = xyes; then
6485 echo "wxUSE_SOCKETS=$wxUSE_SOCKETS" >> ${wx_arg_cache_file}.tmp
6486 fi
6487
6488 if test x"$enablestring" = xdisable; then
6489 if test $wxUSE_SOCKETS = yes; then
6490 result=no
6491 else
6492 result=yes
6493 fi
6494 else
6495 result=$wxUSE_SOCKETS
6496 fi
6497
6498 { echo "$as_me:$LINENO: result: $result" >&5
6499 echo "${ECHO_T}$result" >&6; }
6500
6501
6502 enablestring=
6503 defaultval=$wxUSE_ALL_FEATURES
6504 if test -z "$defaultval"; then
6505 if test x"$enablestring" = xdisable; then
6506 defaultval=yes
6507 else
6508 defaultval=no
6509 fi
6510 fi
6511
6512 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
6513 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6; }
6514 # Check whether --enable-ole was given.
6515 if test "${enable_ole+set}" = set; then
6516 enableval=$enable_ole;
6517 if test "$enableval" = yes; then
6518 wx_cv_use_ole='wxUSE_OLE=yes'
6519 else
6520 wx_cv_use_ole='wxUSE_OLE=no'
6521 fi
6522 cache=yes
6523
6524 else
6525
6526 LINE=`grep "^wxUSE_OLE=" ${wx_arg_cache_file}`
6527 if test "x$LINE" != x ; then
6528 eval "DEFAULT_$LINE"
6529 cache=yes
6530 else
6531 cache=no
6532 fi
6533
6534 wx_cv_use_ole='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
6535
6536 fi
6537
6538
6539 eval "$wx_cv_use_ole"
6540 if test "x$cache" = xyes; then
6541 echo "wxUSE_OLE=$wxUSE_OLE" >> ${wx_arg_cache_file}.tmp
6542 fi
6543
6544 if test x"$enablestring" = xdisable; then
6545 if test $wxUSE_OLE = yes; then
6546 result=no
6547 else
6548 result=yes
6549 fi
6550 else
6551 result=$wxUSE_OLE
6552 fi
6553
6554 { echo "$as_me:$LINENO: result: $result" >&5
6555 echo "${ECHO_T}$result" >&6; }
6556
6557
6558 enablestring=
6559 defaultval=$wxUSE_ALL_FEATURES
6560 if test -z "$defaultval"; then
6561 if test x"$enablestring" = xdisable; then
6562 defaultval=yes
6563 else
6564 defaultval=no
6565 fi
6566 fi
6567
6568 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
6569 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6; }
6570 # Check whether --enable-dataobj was given.
6571 if test "${enable_dataobj+set}" = set; then
6572 enableval=$enable_dataobj;
6573 if test "$enableval" = yes; then
6574 wx_cv_use_dataobj='wxUSE_DATAOBJ=yes'
6575 else
6576 wx_cv_use_dataobj='wxUSE_DATAOBJ=no'
6577 fi
6578 cache=yes
6579
6580 else
6581
6582 LINE=`grep "^wxUSE_DATAOBJ=" ${wx_arg_cache_file}`
6583 if test "x$LINE" != x ; then
6584 eval "DEFAULT_$LINE"
6585 cache=yes
6586 else
6587 cache=no
6588 fi
6589
6590 wx_cv_use_dataobj='wxUSE_DATAOBJ=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
6591
6592 fi
6593
6594
6595 eval "$wx_cv_use_dataobj"
6596 if test "x$cache" = xyes; then
6597 echo "wxUSE_DATAOBJ=$wxUSE_DATAOBJ" >> ${wx_arg_cache_file}.tmp
6598 fi
6599
6600 if test x"$enablestring" = xdisable; then
6601 if test $wxUSE_DATAOBJ = yes; then
6602 result=no
6603 else
6604 result=yes
6605 fi
6606 else
6607 result=$wxUSE_DATAOBJ
6608 fi
6609
6610 { echo "$as_me:$LINENO: result: $result" >&5
6611 echo "${ECHO_T}$result" >&6; }
6612
6613
6614
6615 enablestring=
6616 defaultval=$wxUSE_ALL_FEATURES
6617 if test -z "$defaultval"; then
6618 if test x"$enablestring" = xdisable; then
6619 defaultval=yes
6620 else
6621 defaultval=no
6622 fi
6623 fi
6624
6625 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
6626 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6; }
6627 # Check whether --enable-ipc was given.
6628 if test "${enable_ipc+set}" = set; then
6629 enableval=$enable_ipc;
6630 if test "$enableval" = yes; then
6631 wx_cv_use_ipc='wxUSE_IPC=yes'
6632 else
6633 wx_cv_use_ipc='wxUSE_IPC=no'
6634 fi
6635 cache=yes
6636
6637 else
6638
6639 LINE=`grep "^wxUSE_IPC=" ${wx_arg_cache_file}`
6640 if test "x$LINE" != x ; then
6641 eval "DEFAULT_$LINE"
6642 cache=yes
6643 else
6644 cache=no
6645 fi
6646
6647 wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
6648
6649 fi
6650
6651
6652 eval "$wx_cv_use_ipc"
6653 if test "x$cache" = xyes; then
6654 echo "wxUSE_IPC=$wxUSE_IPC" >> ${wx_arg_cache_file}.tmp
6655 fi
6656
6657 if test x"$enablestring" = xdisable; then
6658 if test $wxUSE_IPC = yes; then
6659 result=no
6660 else
6661 result=yes
6662 fi
6663 else
6664 result=$wxUSE_IPC
6665 fi
6666
6667 { echo "$as_me:$LINENO: result: $result" >&5
6668 echo "${ECHO_T}$result" >&6; }
6669
6670
6671
6672 enablestring=
6673 defaultval=$wxUSE_ALL_FEATURES
6674 if test -z "$defaultval"; then
6675 if test x"$enablestring" = xdisable; then
6676 defaultval=yes
6677 else
6678 defaultval=no
6679 fi
6680 fi
6681
6682 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-baseevtloop" >&5
6683 echo $ECHO_N "checking for --${enablestring:-enable}-baseevtloop... $ECHO_C" >&6; }
6684 # Check whether --enable-baseevtloop was given.
6685 if test "${enable_baseevtloop+set}" = set; then
6686 enableval=$enable_baseevtloop;
6687 if test "$enableval" = yes; then
6688 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=yes'
6689 else
6690 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=no'
6691 fi
6692 cache=yes
6693
6694 else
6695
6696 LINE=`grep "^wxUSE_CONSOLE_EVENTLOOP=" ${wx_arg_cache_file}`
6697 if test "x$LINE" != x ; then
6698 eval "DEFAULT_$LINE"
6699 cache=yes
6700 else
6701 cache=no
6702 fi
6703
6704 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
6705
6706 fi
6707
6708
6709 eval "$wx_cv_use_baseevtloop"
6710 if test "x$cache" = xyes; then
6711 echo "wxUSE_CONSOLE_EVENTLOOP=$wxUSE_CONSOLE_EVENTLOOP" >> ${wx_arg_cache_file}.tmp
6712 fi
6713
6714 if test x"$enablestring" = xdisable; then
6715 if test $wxUSE_CONSOLE_EVENTLOOP = yes; then
6716 result=no
6717 else
6718 result=yes
6719 fi
6720 else
6721 result=$wxUSE_CONSOLE_EVENTLOOP
6722 fi
6723
6724 { echo "$as_me:$LINENO: result: $result" >&5
6725 echo "${ECHO_T}$result" >&6; }
6726
6727
6728 enablestring=
6729 defaultval=$wxUSE_ALL_FEATURES
6730 if test -z "$defaultval"; then
6731 if test x"$enablestring" = xdisable; then
6732 defaultval=yes
6733 else
6734 defaultval=no
6735 fi
6736 fi
6737
6738 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-epoolloop" >&5
6739 echo $ECHO_N "checking for --${enablestring:-enable}-epoolloop... $ECHO_C" >&6; }
6740 # Check whether --enable-epoolloop was given.
6741 if test "${enable_epoolloop+set}" = set; then
6742 enableval=$enable_epoolloop;
6743 if test "$enableval" = yes; then
6744 wx_cv_use_epoolloop='wxUSE_EPOLL_DISPATCHER=yes'
6745 else
6746 wx_cv_use_epoolloop='wxUSE_EPOLL_DISPATCHER=no'
6747 fi
6748 cache=yes
6749
6750 else
6751
6752 LINE=`grep "^wxUSE_EPOLL_DISPATCHER=" ${wx_arg_cache_file}`
6753 if test "x$LINE" != x ; then
6754 eval "DEFAULT_$LINE"
6755 cache=yes
6756 else
6757 cache=no
6758 fi
6759
6760 wx_cv_use_epoolloop='wxUSE_EPOLL_DISPATCHER=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
6761
6762 fi
6763
6764
6765 eval "$wx_cv_use_epoolloop"
6766 if test "x$cache" = xyes; then
6767 echo "wxUSE_EPOLL_DISPATCHER=$wxUSE_EPOLL_DISPATCHER" >> ${wx_arg_cache_file}.tmp
6768 fi
6769
6770 if test x"$enablestring" = xdisable; then
6771 if test $wxUSE_EPOLL_DISPATCHER = yes; then
6772 result=no
6773 else
6774 result=yes
6775 fi
6776 else
6777 result=$wxUSE_EPOLL_DISPATCHER
6778 fi
6779
6780 { echo "$as_me:$LINENO: result: $result" >&5
6781 echo "${ECHO_T}$result" >&6; }
6782
6783
6784 enablestring=
6785 defaultval=$wxUSE_ALL_FEATURES
6786 if test -z "$defaultval"; then
6787 if test x"$enablestring" = xdisable; then
6788 defaultval=yes
6789 else
6790 defaultval=no
6791 fi
6792 fi
6793
6794 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-selectloop" >&5
6795 echo $ECHO_N "checking for --${enablestring:-enable}-selectloop... $ECHO_C" >&6; }
6796 # Check whether --enable-selectloop was given.
6797 if test "${enable_selectloop+set}" = set; then
6798 enableval=$enable_selectloop;
6799 if test "$enableval" = yes; then
6800 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
6801 else
6802 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
6803 fi
6804 cache=yes
6805
6806 else
6807
6808 LINE=`grep "^wxUSE_SELECT_DISPATCHER=" ${wx_arg_cache_file}`
6809 if test "x$LINE" != x ; then
6810 eval "DEFAULT_$LINE"
6811 cache=yes
6812 else
6813 cache=no
6814 fi
6815
6816 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
6817
6818 fi
6819
6820
6821 eval "$wx_cv_use_selectloop"
6822 if test "x$cache" = xyes; then
6823 echo "wxUSE_SELECT_DISPATCHER=$wxUSE_SELECT_DISPATCHER" >> ${wx_arg_cache_file}.tmp
6824 fi
6825
6826 if test x"$enablestring" = xdisable; then
6827 if test $wxUSE_SELECT_DISPATCHER = yes; then
6828 result=no
6829 else
6830 result=yes
6831 fi
6832 else
6833 result=$wxUSE_SELECT_DISPATCHER
6834 fi
6835
6836 { echo "$as_me:$LINENO: result: $result" >&5
6837 echo "${ECHO_T}$result" >&6; }
6838
6839
6840
6841 enablestring=
6842 defaultval=$wxUSE_ALL_FEATURES
6843 if test -z "$defaultval"; then
6844 if test x"$enablestring" = xdisable; then
6845 defaultval=yes
6846 else
6847 defaultval=no
6848 fi
6849 fi
6850
6851 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
6852 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6; }
6853 # Check whether --enable-apple_ieee was given.
6854 if test "${enable_apple_ieee+set}" = set; then
6855 enableval=$enable_apple_ieee;
6856 if test "$enableval" = yes; then
6857 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
6858 else
6859 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
6860 fi
6861 cache=yes
6862
6863 else
6864
6865 LINE=`grep "^wxUSE_APPLE_IEEE=" ${wx_arg_cache_file}`
6866 if test "x$LINE" != x ; then
6867 eval "DEFAULT_$LINE"
6868 cache=yes
6869 else
6870 cache=no
6871 fi
6872
6873 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
6874
6875 fi
6876
6877
6878 eval "$wx_cv_use_apple_ieee"
6879 if test "x$cache" = xyes; then
6880 echo "wxUSE_APPLE_IEEE=$wxUSE_APPLE_IEEE" >> ${wx_arg_cache_file}.tmp
6881 fi
6882
6883 if test x"$enablestring" = xdisable; then
6884 if test $wxUSE_APPLE_IEEE = yes; then
6885 result=no
6886 else
6887 result=yes
6888 fi
6889 else
6890 result=$wxUSE_APPLE_IEEE
6891 fi
6892
6893 { echo "$as_me:$LINENO: result: $result" >&5
6894 echo "${ECHO_T}$result" >&6; }
6895
6896
6897 enablestring=
6898 defaultval=$wxUSE_ALL_FEATURES
6899 if test -z "$defaultval"; then
6900 if test x"$enablestring" = xdisable; then
6901 defaultval=yes
6902 else
6903 defaultval=no
6904 fi
6905 fi
6906
6907 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
6908 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6; }
6909 # Check whether --enable-arcstream was given.
6910 if test "${enable_arcstream+set}" = set; then
6911 enableval=$enable_arcstream;
6912 if test "$enableval" = yes; then
6913 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
6914 else
6915 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
6916 fi
6917 cache=yes
6918
6919 else
6920
6921 LINE=`grep "^wxUSE_ARCHIVE_STREAMS=" ${wx_arg_cache_file}`
6922 if test "x$LINE" != x ; then
6923 eval "DEFAULT_$LINE"
6924 cache=yes
6925 else
6926 cache=no
6927 fi
6928
6929 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
6930
6931 fi
6932
6933
6934 eval "$wx_cv_use_arcstream"
6935 if test "x$cache" = xyes; then
6936 echo "wxUSE_ARCHIVE_STREAMS=$wxUSE_ARCHIVE_STREAMS" >> ${wx_arg_cache_file}.tmp
6937 fi
6938
6939 if test x"$enablestring" = xdisable; then
6940 if test $wxUSE_ARCHIVE_STREAMS = yes; then
6941 result=no
6942 else
6943 result=yes
6944 fi
6945 else
6946 result=$wxUSE_ARCHIVE_STREAMS
6947 fi
6948
6949 { echo "$as_me:$LINENO: result: $result" >&5
6950 echo "${ECHO_T}$result" >&6; }
6951
6952
6953 enablestring=
6954 defaultval=$wxUSE_ALL_FEATURES
6955 if test -z "$defaultval"; then
6956 if test x"$enablestring" = xdisable; then
6957 defaultval=yes
6958 else
6959 defaultval=no
6960 fi
6961 fi
6962
6963 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-base64" >&5
6964 echo $ECHO_N "checking for --${enablestring:-enable}-base64... $ECHO_C" >&6; }
6965 # Check whether --enable-base64 was given.
6966 if test "${enable_base64+set}" = set; then
6967 enableval=$enable_base64;
6968 if test "$enableval" = yes; then
6969 wx_cv_use_base64='wxUSE_BASE64=yes'
6970 else
6971 wx_cv_use_base64='wxUSE_BASE64=no'
6972 fi
6973 cache=yes
6974
6975 else
6976
6977 LINE=`grep "^wxUSE_BASE64=" ${wx_arg_cache_file}`
6978 if test "x$LINE" != x ; then
6979 eval "DEFAULT_$LINE"
6980 cache=yes
6981 else
6982 cache=no
6983 fi
6984
6985 wx_cv_use_base64='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
6986
6987 fi
6988
6989
6990 eval "$wx_cv_use_base64"
6991 if test "x$cache" = xyes; then
6992 echo "wxUSE_BASE64=$wxUSE_BASE64" >> ${wx_arg_cache_file}.tmp
6993 fi
6994
6995 if test x"$enablestring" = xdisable; then
6996 if test $wxUSE_BASE64 = yes; then
6997 result=no
6998 else
6999 result=yes
7000 fi
7001 else
7002 result=$wxUSE_BASE64
7003 fi
7004
7005 { echo "$as_me:$LINENO: result: $result" >&5
7006 echo "${ECHO_T}$result" >&6; }
7007
7008
7009 enablestring=
7010 defaultval=$wxUSE_ALL_FEATURES
7011 if test -z "$defaultval"; then
7012 if test x"$enablestring" = xdisable; then
7013 defaultval=yes
7014 else
7015 defaultval=no
7016 fi
7017 fi
7018
7019 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
7020 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6; }
7021 # Check whether --enable-backtrace was given.
7022 if test "${enable_backtrace+set}" = set; then
7023 enableval=$enable_backtrace;
7024 if test "$enableval" = yes; then
7025 wx_cv_use_backtrace='wxUSE_STACKWALKER=yes'
7026 else
7027 wx_cv_use_backtrace='wxUSE_STACKWALKER=no'
7028 fi
7029 cache=yes
7030
7031 else
7032
7033 LINE=`grep "^wxUSE_STACKWALKER=" ${wx_arg_cache_file}`
7034 if test "x$LINE" != x ; then
7035 eval "DEFAULT_$LINE"
7036 cache=yes
7037 else
7038 cache=no
7039 fi
7040
7041 wx_cv_use_backtrace='wxUSE_STACKWALKER=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
7042
7043 fi
7044
7045
7046 eval "$wx_cv_use_backtrace"
7047 if test "x$cache" = xyes; then
7048 echo "wxUSE_STACKWALKER=$wxUSE_STACKWALKER" >> ${wx_arg_cache_file}.tmp
7049 fi
7050
7051 if test x"$enablestring" = xdisable; then
7052 if test $wxUSE_STACKWALKER = yes; then
7053 result=no
7054 else
7055 result=yes
7056 fi
7057 else
7058 result=$wxUSE_STACKWALKER
7059 fi
7060
7061 { echo "$as_me:$LINENO: result: $result" >&5
7062 echo "${ECHO_T}$result" >&6; }
7063
7064
7065 enablestring=
7066 defaultval=$wxUSE_ALL_FEATURES
7067 if test -z "$defaultval"; then
7068 if test x"$enablestring" = xdisable; then
7069 defaultval=yes
7070 else
7071 defaultval=no
7072 fi
7073 fi
7074
7075 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
7076 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6; }
7077 # Check whether --enable-catch_segvs was given.
7078 if test "${enable_catch_segvs+set}" = set; then
7079 enableval=$enable_catch_segvs;
7080 if test "$enableval" = yes; then
7081 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
7082 else
7083 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
7084 fi
7085 cache=yes
7086
7087 else
7088
7089 LINE=`grep "^wxUSE_ON_FATAL_EXCEPTION=" ${wx_arg_cache_file}`
7090 if test "x$LINE" != x ; then
7091 eval "DEFAULT_$LINE"
7092 cache=yes
7093 else
7094 cache=no
7095 fi
7096
7097 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
7098
7099 fi
7100
7101
7102 eval "$wx_cv_use_catch_segvs"
7103 if test "x$cache" = xyes; then
7104 echo "wxUSE_ON_FATAL_EXCEPTION=$wxUSE_ON_FATAL_EXCEPTION" >> ${wx_arg_cache_file}.tmp
7105 fi
7106
7107 if test x"$enablestring" = xdisable; then
7108 if test $wxUSE_ON_FATAL_EXCEPTION = yes; then
7109 result=no
7110 else
7111 result=yes
7112 fi
7113 else
7114 result=$wxUSE_ON_FATAL_EXCEPTION
7115 fi
7116
7117 { echo "$as_me:$LINENO: result: $result" >&5
7118 echo "${ECHO_T}$result" >&6; }
7119
7120
7121 enablestring=
7122 defaultval=$wxUSE_ALL_FEATURES
7123 if test -z "$defaultval"; then
7124 if test x"$enablestring" = xdisable; then
7125 defaultval=yes
7126 else
7127 defaultval=no
7128 fi
7129 fi
7130
7131 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
7132 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6; }
7133 # Check whether --enable-cmdline was given.
7134 if test "${enable_cmdline+set}" = set; then
7135 enableval=$enable_cmdline;
7136 if test "$enableval" = yes; then
7137 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
7138 else
7139 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
7140 fi
7141 cache=yes
7142
7143 else
7144
7145 LINE=`grep "^wxUSE_CMDLINE_PARSER=" ${wx_arg_cache_file}`
7146 if test "x$LINE" != x ; then
7147 eval "DEFAULT_$LINE"
7148 cache=yes
7149 else
7150 cache=no
7151 fi
7152
7153 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
7154
7155 fi
7156
7157
7158 eval "$wx_cv_use_cmdline"
7159 if test "x$cache" = xyes; then
7160 echo "wxUSE_CMDLINE_PARSER=$wxUSE_CMDLINE_PARSER" >> ${wx_arg_cache_file}.tmp
7161 fi
7162
7163 if test x"$enablestring" = xdisable; then
7164 if test $wxUSE_CMDLINE_PARSER = yes; then
7165 result=no
7166 else
7167 result=yes
7168 fi
7169 else
7170 result=$wxUSE_CMDLINE_PARSER
7171 fi
7172
7173 { echo "$as_me:$LINENO: result: $result" >&5
7174 echo "${ECHO_T}$result" >&6; }
7175
7176
7177 enablestring=
7178 defaultval=$wxUSE_ALL_FEATURES
7179 if test -z "$defaultval"; then
7180 if test x"$enablestring" = xdisable; then
7181 defaultval=yes
7182 else
7183 defaultval=no
7184 fi
7185 fi
7186
7187 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
7188 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6; }
7189 # Check whether --enable-datetime was given.
7190 if test "${enable_datetime+set}" = set; then
7191 enableval=$enable_datetime;
7192 if test "$enableval" = yes; then
7193 wx_cv_use_datetime='wxUSE_DATETIME=yes'
7194 else
7195 wx_cv_use_datetime='wxUSE_DATETIME=no'
7196 fi
7197 cache=yes
7198
7199 else
7200
7201 LINE=`grep "^wxUSE_DATETIME=" ${wx_arg_cache_file}`
7202 if test "x$LINE" != x ; then
7203 eval "DEFAULT_$LINE"
7204 cache=yes
7205 else
7206 cache=no
7207 fi
7208
7209 wx_cv_use_datetime='wxUSE_DATETIME=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
7210
7211 fi
7212
7213
7214 eval "$wx_cv_use_datetime"
7215 if test "x$cache" = xyes; then
7216 echo "wxUSE_DATETIME=$wxUSE_DATETIME" >> ${wx_arg_cache_file}.tmp
7217 fi
7218
7219 if test x"$enablestring" = xdisable; then
7220 if test $wxUSE_DATETIME = yes; then
7221 result=no
7222 else
7223 result=yes
7224 fi
7225 else
7226 result=$wxUSE_DATETIME
7227 fi
7228
7229 { echo "$as_me:$LINENO: result: $result" >&5
7230 echo "${ECHO_T}$result" >&6; }
7231
7232
7233 enablestring=
7234 defaultval=$wxUSE_ALL_FEATURES
7235 if test -z "$defaultval"; then
7236 if test x"$enablestring" = xdisable; then
7237 defaultval=yes
7238 else
7239 defaultval=no
7240 fi
7241 fi
7242
7243 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
7244 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6; }
7245 # Check whether --enable-debugreport was given.
7246 if test "${enable_debugreport+set}" = set; then
7247 enableval=$enable_debugreport;
7248 if test "$enableval" = yes; then
7249 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
7250 else
7251 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
7252 fi
7253 cache=yes
7254
7255 else
7256
7257 LINE=`grep "^wxUSE_DEBUGREPORT=" ${wx_arg_cache_file}`
7258 if test "x$LINE" != x ; then
7259 eval "DEFAULT_$LINE"
7260 cache=yes
7261 else
7262 cache=no
7263 fi
7264
7265 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
7266
7267 fi
7268
7269
7270 eval "$wx_cv_use_debugreport"
7271 if test "x$cache" = xyes; then
7272 echo "wxUSE_DEBUGREPORT=$wxUSE_DEBUGREPORT" >> ${wx_arg_cache_file}.tmp
7273 fi
7274
7275 if test x"$enablestring" = xdisable; then
7276 if test $wxUSE_DEBUGREPORT = yes; then
7277 result=no
7278 else
7279 result=yes
7280 fi
7281 else
7282 result=$wxUSE_DEBUGREPORT
7283 fi
7284
7285 { echo "$as_me:$LINENO: result: $result" >&5
7286 echo "${ECHO_T}$result" >&6; }
7287
7288
7289 enablestring=
7290 defaultval=$wxUSE_ALL_FEATURES
7291 if test -z "$defaultval"; then
7292 if test x"$enablestring" = xdisable; then
7293 defaultval=yes
7294 else
7295 defaultval=no
7296 fi
7297 fi
7298
7299 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
7300 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6; }
7301 # Check whether --enable-dialupman was given.
7302 if test "${enable_dialupman+set}" = set; then
7303 enableval=$enable_dialupman;
7304 if test "$enableval" = yes; then
7305 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
7306 else
7307 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
7308 fi
7309 cache=yes
7310
7311 else
7312
7313 LINE=`grep "^wxUSE_DIALUP_MANAGER=" ${wx_arg_cache_file}`
7314 if test "x$LINE" != x ; then
7315 eval "DEFAULT_$LINE"
7316 cache=yes
7317 else
7318 cache=no
7319 fi
7320
7321 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
7322
7323 fi
7324
7325
7326 eval "$wx_cv_use_dialupman"
7327 if test "x$cache" = xyes; then
7328 echo "wxUSE_DIALUP_MANAGER=$wxUSE_DIALUP_MANAGER" >> ${wx_arg_cache_file}.tmp
7329 fi
7330
7331 if test x"$enablestring" = xdisable; then
7332 if test $wxUSE_DIALUP_MANAGER = yes; then
7333 result=no
7334 else
7335 result=yes
7336 fi
7337 else
7338 result=$wxUSE_DIALUP_MANAGER
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}-dynlib" >&5
7356 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6; }
7357 # Check whether --enable-dynlib was given.
7358 if test "${enable_dynlib+set}" = set; then
7359 enableval=$enable_dynlib;
7360 if test "$enableval" = yes; then
7361 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
7362 else
7363 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
7364 fi
7365 cache=yes
7366
7367 else
7368
7369 LINE=`grep "^wxUSE_DYNLIB_CLASS=" ${wx_arg_cache_file}`
7370 if test "x$LINE" != x ; then
7371 eval "DEFAULT_$LINE"
7372 cache=yes
7373 else
7374 cache=no
7375 fi
7376
7377 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
7378
7379 fi
7380
7381
7382 eval "$wx_cv_use_dynlib"
7383 if test "x$cache" = xyes; then
7384 echo "wxUSE_DYNLIB_CLASS=$wxUSE_DYNLIB_CLASS" >> ${wx_arg_cache_file}.tmp
7385 fi
7386
7387 if test x"$enablestring" = xdisable; then
7388 if test $wxUSE_DYNLIB_CLASS = yes; then
7389 result=no
7390 else
7391 result=yes
7392 fi
7393 else
7394 result=$wxUSE_DYNLIB_CLASS
7395 fi
7396
7397 { echo "$as_me:$LINENO: result: $result" >&5
7398 echo "${ECHO_T}$result" >&6; }
7399
7400
7401 enablestring=
7402 defaultval=$wxUSE_ALL_FEATURES
7403 if test -z "$defaultval"; then
7404 if test x"$enablestring" = xdisable; then
7405 defaultval=yes
7406 else
7407 defaultval=no
7408 fi
7409 fi
7410
7411 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
7412 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6; }
7413 # Check whether --enable-dynamicloader was given.
7414 if test "${enable_dynamicloader+set}" = set; then
7415 enableval=$enable_dynamicloader;
7416 if test "$enableval" = yes; then
7417 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
7418 else
7419 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
7420 fi
7421 cache=yes
7422
7423 else
7424
7425 LINE=`grep "^wxUSE_DYNAMIC_LOADER=" ${wx_arg_cache_file}`
7426 if test "x$LINE" != x ; then
7427 eval "DEFAULT_$LINE"
7428 cache=yes
7429 else
7430 cache=no
7431 fi
7432
7433 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
7434
7435 fi
7436
7437
7438 eval "$wx_cv_use_dynamicloader"
7439 if test "x$cache" = xyes; then
7440 echo "wxUSE_DYNAMIC_LOADER=$wxUSE_DYNAMIC_LOADER" >> ${wx_arg_cache_file}.tmp
7441 fi
7442
7443 if test x"$enablestring" = xdisable; then
7444 if test $wxUSE_DYNAMIC_LOADER = yes; then
7445 result=no
7446 else
7447 result=yes
7448 fi
7449 else
7450 result=$wxUSE_DYNAMIC_LOADER
7451 fi
7452
7453 { echo "$as_me:$LINENO: result: $result" >&5
7454 echo "${ECHO_T}$result" >&6; }
7455
7456
7457 enablestring=
7458 defaultval=$wxUSE_ALL_FEATURES
7459 if test -z "$defaultval"; then
7460 if test x"$enablestring" = xdisable; then
7461 defaultval=yes
7462 else
7463 defaultval=no
7464 fi
7465 fi
7466
7467 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
7468 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6; }
7469 # Check whether --enable-exceptions was given.
7470 if test "${enable_exceptions+set}" = set; then
7471 enableval=$enable_exceptions;
7472 if test "$enableval" = yes; then
7473 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
7474 else
7475 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
7476 fi
7477 cache=yes
7478
7479 else
7480
7481 LINE=`grep "^wxUSE_EXCEPTIONS=" ${wx_arg_cache_file}`
7482 if test "x$LINE" != x ; then
7483 eval "DEFAULT_$LINE"
7484 cache=yes
7485 else
7486 cache=no
7487 fi
7488
7489 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
7490
7491 fi
7492
7493
7494 eval "$wx_cv_use_exceptions"
7495 if test "x$cache" = xyes; then
7496 echo "wxUSE_EXCEPTIONS=$wxUSE_EXCEPTIONS" >> ${wx_arg_cache_file}.tmp
7497 fi
7498
7499 if test x"$enablestring" = xdisable; then
7500 if test $wxUSE_EXCEPTIONS = yes; then
7501 result=no
7502 else
7503 result=yes
7504 fi
7505 else
7506 result=$wxUSE_EXCEPTIONS
7507 fi
7508
7509 { echo "$as_me:$LINENO: result: $result" >&5
7510 echo "${ECHO_T}$result" >&6; }
7511
7512
7513 enablestring=
7514 defaultval=$wxUSE_ALL_FEATURES
7515 if test -z "$defaultval"; then
7516 if test x"$enablestring" = xdisable; then
7517 defaultval=yes
7518 else
7519 defaultval=no
7520 fi
7521 fi
7522
7523 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
7524 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6; }
7525 # Check whether --enable-ffile was given.
7526 if test "${enable_ffile+set}" = set; then
7527 enableval=$enable_ffile;
7528 if test "$enableval" = yes; then
7529 wx_cv_use_ffile='wxUSE_FFILE=yes'
7530 else
7531 wx_cv_use_ffile='wxUSE_FFILE=no'
7532 fi
7533 cache=yes
7534
7535 else
7536
7537 LINE=`grep "^wxUSE_FFILE=" ${wx_arg_cache_file}`
7538 if test "x$LINE" != x ; then
7539 eval "DEFAULT_$LINE"
7540 cache=yes
7541 else
7542 cache=no
7543 fi
7544
7545 wx_cv_use_ffile='wxUSE_FFILE=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
7546
7547 fi
7548
7549
7550 eval "$wx_cv_use_ffile"
7551 if test "x$cache" = xyes; then
7552 echo "wxUSE_FFILE=$wxUSE_FFILE" >> ${wx_arg_cache_file}.tmp
7553 fi
7554
7555 if test x"$enablestring" = xdisable; then
7556 if test $wxUSE_FFILE = yes; then
7557 result=no
7558 else
7559 result=yes
7560 fi
7561 else
7562 result=$wxUSE_FFILE
7563 fi
7564
7565 { echo "$as_me:$LINENO: result: $result" >&5
7566 echo "${ECHO_T}$result" >&6; }
7567
7568
7569 enablestring=
7570 defaultval=$wxUSE_ALL_FEATURES
7571 if test -z "$defaultval"; then
7572 if test x"$enablestring" = xdisable; then
7573 defaultval=yes
7574 else
7575 defaultval=no
7576 fi
7577 fi
7578
7579 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
7580 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6; }
7581 # Check whether --enable-file was given.
7582 if test "${enable_file+set}" = set; then
7583 enableval=$enable_file;
7584 if test "$enableval" = yes; then
7585 wx_cv_use_file='wxUSE_FILE=yes'
7586 else
7587 wx_cv_use_file='wxUSE_FILE=no'
7588 fi
7589 cache=yes
7590
7591 else
7592
7593 LINE=`grep "^wxUSE_FILE=" ${wx_arg_cache_file}`
7594 if test "x$LINE" != x ; then
7595 eval "DEFAULT_$LINE"
7596 cache=yes
7597 else
7598 cache=no
7599 fi
7600
7601 wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
7602
7603 fi
7604
7605
7606 eval "$wx_cv_use_file"
7607 if test "x$cache" = xyes; then
7608 echo "wxUSE_FILE=$wxUSE_FILE" >> ${wx_arg_cache_file}.tmp
7609 fi
7610
7611 if test x"$enablestring" = xdisable; then
7612 if test $wxUSE_FILE = yes; then
7613 result=no
7614 else
7615 result=yes
7616 fi
7617 else
7618 result=$wxUSE_FILE
7619 fi
7620
7621 { echo "$as_me:$LINENO: result: $result" >&5
7622 echo "${ECHO_T}$result" >&6; }
7623
7624
7625 enablestring=
7626 defaultval=$wxUSE_ALL_FEATURES
7627 if test -z "$defaultval"; then
7628 if test x"$enablestring" = xdisable; then
7629 defaultval=yes
7630 else
7631 defaultval=no
7632 fi
7633 fi
7634
7635 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
7636 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6; }
7637 # Check whether --enable-filesystem was given.
7638 if test "${enable_filesystem+set}" = set; then
7639 enableval=$enable_filesystem;
7640 if test "$enableval" = yes; then
7641 wx_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
7642 else
7643 wx_cv_use_filesystem='wxUSE_FILESYSTEM=no'
7644 fi
7645 cache=yes
7646
7647 else
7648
7649 LINE=`grep "^wxUSE_FILESYSTEM=" ${wx_arg_cache_file}`
7650 if test "x$LINE" != x ; then
7651 eval "DEFAULT_$LINE"
7652 cache=yes
7653 else
7654 cache=no
7655 fi
7656
7657 wx_cv_use_filesystem='wxUSE_FILESYSTEM=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
7658
7659 fi
7660
7661
7662 eval "$wx_cv_use_filesystem"
7663 if test "x$cache" = xyes; then
7664 echo "wxUSE_FILESYSTEM=$wxUSE_FILESYSTEM" >> ${wx_arg_cache_file}.tmp
7665 fi
7666
7667 if test x"$enablestring" = xdisable; then
7668 if test $wxUSE_FILESYSTEM = yes; then
7669 result=no
7670 else
7671 result=yes
7672 fi
7673 else
7674 result=$wxUSE_FILESYSTEM
7675 fi
7676
7677 { echo "$as_me:$LINENO: result: $result" >&5
7678 echo "${ECHO_T}$result" >&6; }
7679
7680
7681 enablestring=
7682 defaultval=$wxUSE_ALL_FEATURES
7683 if test -z "$defaultval"; then
7684 if test x"$enablestring" = xdisable; then
7685 defaultval=yes
7686 else
7687 defaultval=no
7688 fi
7689 fi
7690
7691 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontenum" >&5
7692 echo $ECHO_N "checking for --${enablestring:-enable}-fontenum... $ECHO_C" >&6; }
7693 # Check whether --enable-fontenum was given.
7694 if test "${enable_fontenum+set}" = set; then
7695 enableval=$enable_fontenum;
7696 if test "$enableval" = yes; then
7697 wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
7698 else
7699 wx_cv_use_fontenum='wxUSE_FONTENUM=no'
7700 fi
7701 cache=yes
7702
7703 else
7704
7705 LINE=`grep "^wxUSE_FONTENUM=" ${wx_arg_cache_file}`
7706 if test "x$LINE" != x ; then
7707 eval "DEFAULT_$LINE"
7708 cache=yes
7709 else
7710 cache=no
7711 fi
7712
7713 wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
7714
7715 fi
7716
7717
7718 eval "$wx_cv_use_fontenum"
7719 if test "x$cache" = xyes; then
7720 echo "wxUSE_FONTENUM=$wxUSE_FONTENUM" >> ${wx_arg_cache_file}.tmp
7721 fi
7722
7723 if test x"$enablestring" = xdisable; then
7724 if test $wxUSE_FONTENUM = yes; then
7725 result=no
7726 else
7727 result=yes
7728 fi
7729 else
7730 result=$wxUSE_FONTENUM
7731 fi
7732
7733 { echo "$as_me:$LINENO: result: $result" >&5
7734 echo "${ECHO_T}$result" >&6; }
7735
7736
7737 enablestring=
7738 defaultval=$wxUSE_ALL_FEATURES
7739 if test -z "$defaultval"; then
7740 if test x"$enablestring" = xdisable; then
7741 defaultval=yes
7742 else
7743 defaultval=no
7744 fi
7745 fi
7746
7747 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
7748 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6; }
7749 # Check whether --enable-fontmap was given.
7750 if test "${enable_fontmap+set}" = set; then
7751 enableval=$enable_fontmap;
7752 if test "$enableval" = yes; then
7753 wx_cv_use_fontmap='wxUSE_FONTMAP=yes'
7754 else
7755 wx_cv_use_fontmap='wxUSE_FONTMAP=no'
7756 fi
7757 cache=yes
7758
7759 else
7760
7761 LINE=`grep "^wxUSE_FONTMAP=" ${wx_arg_cache_file}`
7762 if test "x$LINE" != x ; then
7763 eval "DEFAULT_$LINE"
7764 cache=yes
7765 else
7766 cache=no
7767 fi
7768
7769 wx_cv_use_fontmap='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
7770
7771 fi
7772
7773
7774 eval "$wx_cv_use_fontmap"
7775 if test "x$cache" = xyes; then
7776 echo "wxUSE_FONTMAP=$wxUSE_FONTMAP" >> ${wx_arg_cache_file}.tmp
7777 fi
7778
7779 if test x"$enablestring" = xdisable; then
7780 if test $wxUSE_FONTMAP = yes; then
7781 result=no
7782 else
7783 result=yes
7784 fi
7785 else
7786 result=$wxUSE_FONTMAP
7787 fi
7788
7789 { echo "$as_me:$LINENO: result: $result" >&5
7790 echo "${ECHO_T}$result" >&6; }
7791
7792
7793 enablestring=
7794 defaultval=$wxUSE_ALL_FEATURES
7795 if test -z "$defaultval"; then
7796 if test x"$enablestring" = xdisable; then
7797 defaultval=yes
7798 else
7799 defaultval=no
7800 fi
7801 fi
7802
7803 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_archive" >&5
7804 echo $ECHO_N "checking for --${enablestring:-enable}-fs_archive... $ECHO_C" >&6; }
7805 # Check whether --enable-fs_archive was given.
7806 if test "${enable_fs_archive+set}" = set; then
7807 enableval=$enable_fs_archive;
7808 if test "$enableval" = yes; then
7809 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=yes'
7810 else
7811 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=no'
7812 fi
7813 cache=yes
7814
7815 else
7816
7817 LINE=`grep "^wxUSE_FS_ARCHIVE=" ${wx_arg_cache_file}`
7818 if test "x$LINE" != x ; then
7819 eval "DEFAULT_$LINE"
7820 cache=yes
7821 else
7822 cache=no
7823 fi
7824
7825 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
7826
7827 fi
7828
7829
7830 eval "$wx_cv_use_fs_archive"
7831 if test "x$cache" = xyes; then
7832 echo "wxUSE_FS_ARCHIVE=$wxUSE_FS_ARCHIVE" >> ${wx_arg_cache_file}.tmp
7833 fi
7834
7835 if test x"$enablestring" = xdisable; then
7836 if test $wxUSE_FS_ARCHIVE = yes; then
7837 result=no
7838 else
7839 result=yes
7840 fi
7841 else
7842 result=$wxUSE_FS_ARCHIVE
7843 fi
7844
7845 { echo "$as_me:$LINENO: result: $result" >&5
7846 echo "${ECHO_T}$result" >&6; }
7847
7848
7849 enablestring=
7850 defaultval=$wxUSE_ALL_FEATURES
7851 if test -z "$defaultval"; then
7852 if test x"$enablestring" = xdisable; then
7853 defaultval=yes
7854 else
7855 defaultval=no
7856 fi
7857 fi
7858
7859 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
7860 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6; }
7861 # Check whether --enable-fs_inet was given.
7862 if test "${enable_fs_inet+set}" = set; then
7863 enableval=$enable_fs_inet;
7864 if test "$enableval" = yes; then
7865 wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
7866 else
7867 wx_cv_use_fs_inet='wxUSE_FS_INET=no'
7868 fi
7869 cache=yes
7870
7871 else
7872
7873 LINE=`grep "^wxUSE_FS_INET=" ${wx_arg_cache_file}`
7874 if test "x$LINE" != x ; then
7875 eval "DEFAULT_$LINE"
7876 cache=yes
7877 else
7878 cache=no
7879 fi
7880
7881 wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
7882
7883 fi
7884
7885
7886 eval "$wx_cv_use_fs_inet"
7887 if test "x$cache" = xyes; then
7888 echo "wxUSE_FS_INET=$wxUSE_FS_INET" >> ${wx_arg_cache_file}.tmp
7889 fi
7890
7891 if test x"$enablestring" = xdisable; then
7892 if test $wxUSE_FS_INET = yes; then
7893 result=no
7894 else
7895 result=yes
7896 fi
7897 else
7898 result=$wxUSE_FS_INET
7899 fi
7900
7901 { echo "$as_me:$LINENO: result: $result" >&5
7902 echo "${ECHO_T}$result" >&6; }
7903
7904
7905 enablestring=
7906 defaultval=$wxUSE_ALL_FEATURES
7907 if test -z "$defaultval"; then
7908 if test x"$enablestring" = xdisable; then
7909 defaultval=yes
7910 else
7911 defaultval=no
7912 fi
7913 fi
7914
7915 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
7916 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6; }
7917 # Check whether --enable-fs_zip was given.
7918 if test "${enable_fs_zip+set}" = set; then
7919 enableval=$enable_fs_zip;
7920 if test "$enableval" = yes; then
7921 wx_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
7922 else
7923 wx_cv_use_fs_zip='wxUSE_FS_ZIP=no'
7924 fi
7925 cache=yes
7926
7927 else
7928
7929 LINE=`grep "^wxUSE_FS_ZIP=" ${wx_arg_cache_file}`
7930 if test "x$LINE" != x ; then
7931 eval "DEFAULT_$LINE"
7932 cache=yes
7933 else
7934 cache=no
7935 fi
7936
7937 wx_cv_use_fs_zip='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
7938
7939 fi
7940
7941
7942 eval "$wx_cv_use_fs_zip"
7943 if test "x$cache" = xyes; then
7944 echo "wxUSE_FS_ZIP=$wxUSE_FS_ZIP" >> ${wx_arg_cache_file}.tmp
7945 fi
7946
7947 if test x"$enablestring" = xdisable; then
7948 if test $wxUSE_FS_ZIP = yes; then
7949 result=no
7950 else
7951 result=yes
7952 fi
7953 else
7954 result=$wxUSE_FS_ZIP
7955 fi
7956
7957 { echo "$as_me:$LINENO: result: $result" >&5
7958 echo "${ECHO_T}$result" >&6; }
7959
7960
7961 enablestring=
7962 defaultval=$wxUSE_ALL_FEATURES
7963 if test -z "$defaultval"; then
7964 if test x"$enablestring" = xdisable; then
7965 defaultval=yes
7966 else
7967 defaultval=no
7968 fi
7969 fi
7970
7971 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
7972 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6; }
7973 # Check whether --enable-geometry was given.
7974 if test "${enable_geometry+set}" = set; then
7975 enableval=$enable_geometry;
7976 if test "$enableval" = yes; then
7977 wx_cv_use_geometry='wxUSE_GEOMETRY=yes'
7978 else
7979 wx_cv_use_geometry='wxUSE_GEOMETRY=no'
7980 fi
7981 cache=yes
7982
7983 else
7984
7985 LINE=`grep "^wxUSE_GEOMETRY=" ${wx_arg_cache_file}`
7986 if test "x$LINE" != x ; then
7987 eval "DEFAULT_$LINE"
7988 cache=yes
7989 else
7990 cache=no
7991 fi
7992
7993 wx_cv_use_geometry='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
7994
7995 fi
7996
7997
7998 eval "$wx_cv_use_geometry"
7999 if test "x$cache" = xyes; then
8000 echo "wxUSE_GEOMETRY=$wxUSE_GEOMETRY" >> ${wx_arg_cache_file}.tmp
8001 fi
8002
8003 if test x"$enablestring" = xdisable; then
8004 if test $wxUSE_GEOMETRY = yes; then
8005 result=no
8006 else
8007 result=yes
8008 fi
8009 else
8010 result=$wxUSE_GEOMETRY
8011 fi
8012
8013 { echo "$as_me:$LINENO: result: $result" >&5
8014 echo "${ECHO_T}$result" >&6; }
8015
8016
8017 enablestring=
8018 defaultval=$wxUSE_ALL_FEATURES
8019 if test -z "$defaultval"; then
8020 if test x"$enablestring" = xdisable; then
8021 defaultval=yes
8022 else
8023 defaultval=no
8024 fi
8025 fi
8026
8027 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
8028 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6; }
8029 # Check whether --enable-log was given.
8030 if test "${enable_log+set}" = set; then
8031 enableval=$enable_log;
8032 if test "$enableval" = yes; then
8033 wx_cv_use_log='wxUSE_LOG=yes'
8034 else
8035 wx_cv_use_log='wxUSE_LOG=no'
8036 fi
8037 cache=yes
8038
8039 else
8040
8041 LINE=`grep "^wxUSE_LOG=" ${wx_arg_cache_file}`
8042 if test "x$LINE" != x ; then
8043 eval "DEFAULT_$LINE"
8044 cache=yes
8045 else
8046 cache=no
8047 fi
8048
8049 wx_cv_use_log='wxUSE_LOG=${'DEFAULT_wxUSE_LOG":-$defaultval}"
8050
8051 fi
8052
8053
8054 eval "$wx_cv_use_log"
8055 if test "x$cache" = xyes; then
8056 echo "wxUSE_LOG=$wxUSE_LOG" >> ${wx_arg_cache_file}.tmp
8057 fi
8058
8059 if test x"$enablestring" = xdisable; then
8060 if test $wxUSE_LOG = yes; then
8061 result=no
8062 else
8063 result=yes
8064 fi
8065 else
8066 result=$wxUSE_LOG
8067 fi
8068
8069 { echo "$as_me:$LINENO: result: $result" >&5
8070 echo "${ECHO_T}$result" >&6; }
8071
8072
8073 enablestring=
8074 defaultval=$wxUSE_ALL_FEATURES
8075 if test -z "$defaultval"; then
8076 if test x"$enablestring" = xdisable; then
8077 defaultval=yes
8078 else
8079 defaultval=no
8080 fi
8081 fi
8082
8083 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
8084 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6; }
8085 # Check whether --enable-longlong was given.
8086 if test "${enable_longlong+set}" = set; then
8087 enableval=$enable_longlong;
8088 if test "$enableval" = yes; then
8089 wx_cv_use_longlong='wxUSE_LONGLONG=yes'
8090 else
8091 wx_cv_use_longlong='wxUSE_LONGLONG=no'
8092 fi
8093 cache=yes
8094
8095 else
8096
8097 LINE=`grep "^wxUSE_LONGLONG=" ${wx_arg_cache_file}`
8098 if test "x$LINE" != x ; then
8099 eval "DEFAULT_$LINE"
8100 cache=yes
8101 else
8102 cache=no
8103 fi
8104
8105 wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
8106
8107 fi
8108
8109
8110 eval "$wx_cv_use_longlong"
8111 if test "x$cache" = xyes; then
8112 echo "wxUSE_LONGLONG=$wxUSE_LONGLONG" >> ${wx_arg_cache_file}.tmp
8113 fi
8114
8115 if test x"$enablestring" = xdisable; then
8116 if test $wxUSE_LONGLONG = yes; then
8117 result=no
8118 else
8119 result=yes
8120 fi
8121 else
8122 result=$wxUSE_LONGLONG
8123 fi
8124
8125 { echo "$as_me:$LINENO: result: $result" >&5
8126 echo "${ECHO_T}$result" >&6; }
8127
8128
8129 enablestring=
8130 defaultval=$wxUSE_ALL_FEATURES
8131 if test -z "$defaultval"; then
8132 if test x"$enablestring" = xdisable; then
8133 defaultval=yes
8134 else
8135 defaultval=no
8136 fi
8137 fi
8138
8139 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
8140 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6; }
8141 # Check whether --enable-mimetype was given.
8142 if test "${enable_mimetype+set}" = set; then
8143 enableval=$enable_mimetype;
8144 if test "$enableval" = yes; then
8145 wx_cv_use_mimetype='wxUSE_MIMETYPE=yes'
8146 else
8147 wx_cv_use_mimetype='wxUSE_MIMETYPE=no'
8148 fi
8149 cache=yes
8150
8151 else
8152
8153 LINE=`grep "^wxUSE_MIMETYPE=" ${wx_arg_cache_file}`
8154 if test "x$LINE" != x ; then
8155 eval "DEFAULT_$LINE"
8156 cache=yes
8157 else
8158 cache=no
8159 fi
8160
8161 wx_cv_use_mimetype='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
8162
8163 fi
8164
8165
8166 eval "$wx_cv_use_mimetype"
8167 if test "x$cache" = xyes; then
8168 echo "wxUSE_MIMETYPE=$wxUSE_MIMETYPE" >> ${wx_arg_cache_file}.tmp
8169 fi
8170
8171 if test x"$enablestring" = xdisable; then
8172 if test $wxUSE_MIMETYPE = yes; then
8173 result=no
8174 else
8175 result=yes
8176 fi
8177 else
8178 result=$wxUSE_MIMETYPE
8179 fi
8180
8181 { echo "$as_me:$LINENO: result: $result" >&5
8182 echo "${ECHO_T}$result" >&6; }
8183
8184
8185 enablestring=
8186 defaultval=$wxUSE_ALL_FEATURES
8187 if test -z "$defaultval"; then
8188 if test x"$enablestring" = xdisable; then
8189 defaultval=yes
8190 else
8191 defaultval=no
8192 fi
8193 fi
8194
8195 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
8196 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6; }
8197 # Check whether --enable-snglinst was given.
8198 if test "${enable_snglinst+set}" = set; then
8199 enableval=$enable_snglinst;
8200 if test "$enableval" = yes; then
8201 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
8202 else
8203 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
8204 fi
8205 cache=yes
8206
8207 else
8208
8209 LINE=`grep "^wxUSE_SNGLINST_CHECKER=" ${wx_arg_cache_file}`
8210 if test "x$LINE" != x ; then
8211 eval "DEFAULT_$LINE"
8212 cache=yes
8213 else
8214 cache=no
8215 fi
8216
8217 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
8218
8219 fi
8220
8221
8222 eval "$wx_cv_use_snglinst"
8223 if test "x$cache" = xyes; then
8224 echo "wxUSE_SNGLINST_CHECKER=$wxUSE_SNGLINST_CHECKER" >> ${wx_arg_cache_file}.tmp
8225 fi
8226
8227 if test x"$enablestring" = xdisable; then
8228 if test $wxUSE_SNGLINST_CHECKER = yes; then
8229 result=no
8230 else
8231 result=yes
8232 fi
8233 else
8234 result=$wxUSE_SNGLINST_CHECKER
8235 fi
8236
8237 { echo "$as_me:$LINENO: result: $result" >&5
8238 echo "${ECHO_T}$result" >&6; }
8239
8240
8241 enablestring=
8242 defaultval=$wxUSE_ALL_FEATURES
8243 if test -z "$defaultval"; then
8244 if test x"$enablestring" = xdisable; then
8245 defaultval=yes
8246 else
8247 defaultval=no
8248 fi
8249 fi
8250
8251 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
8252 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6; }
8253 # Check whether --enable-stdpaths was given.
8254 if test "${enable_stdpaths+set}" = set; then
8255 enableval=$enable_stdpaths;
8256 if test "$enableval" = yes; then
8257 wx_cv_use_stdpaths='wxUSE_STDPATHS=yes'
8258 else
8259 wx_cv_use_stdpaths='wxUSE_STDPATHS=no'
8260 fi
8261 cache=yes
8262
8263 else
8264
8265 LINE=`grep "^wxUSE_STDPATHS=" ${wx_arg_cache_file}`
8266 if test "x$LINE" != x ; then
8267 eval "DEFAULT_$LINE"
8268 cache=yes
8269 else
8270 cache=no
8271 fi
8272
8273 wx_cv_use_stdpaths='wxUSE_STDPATHS=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
8274
8275 fi
8276
8277
8278 eval "$wx_cv_use_stdpaths"
8279 if test "x$cache" = xyes; then
8280 echo "wxUSE_STDPATHS=$wxUSE_STDPATHS" >> ${wx_arg_cache_file}.tmp
8281 fi
8282
8283 if test x"$enablestring" = xdisable; then
8284 if test $wxUSE_STDPATHS = yes; then
8285 result=no
8286 else
8287 result=yes
8288 fi
8289 else
8290 result=$wxUSE_STDPATHS
8291 fi
8292
8293 { echo "$as_me:$LINENO: result: $result" >&5
8294 echo "${ECHO_T}$result" >&6; }
8295
8296
8297 enablestring=
8298 defaultval=$wxUSE_ALL_FEATURES
8299 if test -z "$defaultval"; then
8300 if test x"$enablestring" = xdisable; then
8301 defaultval=yes
8302 else
8303 defaultval=no
8304 fi
8305 fi
8306
8307 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
8308 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6; }
8309 # Check whether --enable-stopwatch was given.
8310 if test "${enable_stopwatch+set}" = set; then
8311 enableval=$enable_stopwatch;
8312 if test "$enableval" = yes; then
8313 wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
8314 else
8315 wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
8316 fi
8317 cache=yes
8318
8319 else
8320
8321 LINE=`grep "^wxUSE_STOPWATCH=" ${wx_arg_cache_file}`
8322 if test "x$LINE" != x ; then
8323 eval "DEFAULT_$LINE"
8324 cache=yes
8325 else
8326 cache=no
8327 fi
8328
8329 wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
8330
8331 fi
8332
8333
8334 eval "$wx_cv_use_stopwatch"
8335 if test "x$cache" = xyes; then
8336 echo "wxUSE_STOPWATCH=$wxUSE_STOPWATCH" >> ${wx_arg_cache_file}.tmp
8337 fi
8338
8339 if test x"$enablestring" = xdisable; then
8340 if test $wxUSE_STOPWATCH = yes; then
8341 result=no
8342 else
8343 result=yes
8344 fi
8345 else
8346 result=$wxUSE_STOPWATCH
8347 fi
8348
8349 { echo "$as_me:$LINENO: result: $result" >&5
8350 echo "${ECHO_T}$result" >&6; }
8351
8352
8353 enablestring=
8354 defaultval=$wxUSE_ALL_FEATURES
8355 if test -z "$defaultval"; then
8356 if test x"$enablestring" = xdisable; then
8357 defaultval=yes
8358 else
8359 defaultval=no
8360 fi
8361 fi
8362
8363 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
8364 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6; }
8365 # Check whether --enable-streams was given.
8366 if test "${enable_streams+set}" = set; then
8367 enableval=$enable_streams;
8368 if test "$enableval" = yes; then
8369 wx_cv_use_streams='wxUSE_STREAMS=yes'
8370 else
8371 wx_cv_use_streams='wxUSE_STREAMS=no'
8372 fi
8373 cache=yes
8374
8375 else
8376
8377 LINE=`grep "^wxUSE_STREAMS=" ${wx_arg_cache_file}`
8378 if test "x$LINE" != x ; then
8379 eval "DEFAULT_$LINE"
8380 cache=yes
8381 else
8382 cache=no
8383 fi
8384
8385 wx_cv_use_streams='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
8386
8387 fi
8388
8389
8390 eval "$wx_cv_use_streams"
8391 if test "x$cache" = xyes; then
8392 echo "wxUSE_STREAMS=$wxUSE_STREAMS" >> ${wx_arg_cache_file}.tmp
8393 fi
8394
8395 if test x"$enablestring" = xdisable; then
8396 if test $wxUSE_STREAMS = yes; then
8397 result=no
8398 else
8399 result=yes
8400 fi
8401 else
8402 result=$wxUSE_STREAMS
8403 fi
8404
8405 { echo "$as_me:$LINENO: result: $result" >&5
8406 echo "${ECHO_T}$result" >&6; }
8407
8408
8409 enablestring=
8410 defaultval=$wxUSE_ALL_FEATURES
8411 if test -z "$defaultval"; then
8412 if test x"$enablestring" = xdisable; then
8413 defaultval=yes
8414 else
8415 defaultval=no
8416 fi
8417 fi
8418
8419 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
8420 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6; }
8421 # Check whether --enable-system_options was given.
8422 if test "${enable_system_options+set}" = set; then
8423 enableval=$enable_system_options;
8424 if test "$enableval" = yes; then
8425 wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
8426 else
8427 wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
8428 fi
8429 cache=yes
8430
8431 else
8432
8433 LINE=`grep "^wxUSE_SYSTEM_OPTIONS=" ${wx_arg_cache_file}`
8434 if test "x$LINE" != x ; then
8435 eval "DEFAULT_$LINE"
8436 cache=yes
8437 else
8438 cache=no
8439 fi
8440
8441 wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
8442
8443 fi
8444
8445
8446 eval "$wx_cv_use_system_options"
8447 if test "x$cache" = xyes; then
8448 echo "wxUSE_SYSTEM_OPTIONS=$wxUSE_SYSTEM_OPTIONS" >> ${wx_arg_cache_file}.tmp
8449 fi
8450
8451 if test x"$enablestring" = xdisable; then
8452 if test $wxUSE_SYSTEM_OPTIONS = yes; then
8453 result=no
8454 else
8455 result=yes
8456 fi
8457 else
8458 result=$wxUSE_SYSTEM_OPTIONS
8459 fi
8460
8461 { echo "$as_me:$LINENO: result: $result" >&5
8462 echo "${ECHO_T}$result" >&6; }
8463
8464
8465 enablestring=
8466 defaultval=$wxUSE_ALL_FEATURES
8467 if test -z "$defaultval"; then
8468 if test x"$enablestring" = xdisable; then
8469 defaultval=yes
8470 else
8471 defaultval=no
8472 fi
8473 fi
8474
8475 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tarstream" >&5
8476 echo $ECHO_N "checking for --${enablestring:-enable}-tarstream... $ECHO_C" >&6; }
8477 # Check whether --enable-tarstream was given.
8478 if test "${enable_tarstream+set}" = set; then
8479 enableval=$enable_tarstream;
8480 if test "$enableval" = yes; then
8481 wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
8482 else
8483 wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
8484 fi
8485 cache=yes
8486
8487 else
8488
8489 LINE=`grep "^wxUSE_TARSTREAM=" ${wx_arg_cache_file}`
8490 if test "x$LINE" != x ; then
8491 eval "DEFAULT_$LINE"
8492 cache=yes
8493 else
8494 cache=no
8495 fi
8496
8497 wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
8498
8499 fi
8500
8501
8502 eval "$wx_cv_use_tarstream"
8503 if test "x$cache" = xyes; then
8504 echo "wxUSE_TARSTREAM=$wxUSE_TARSTREAM" >> ${wx_arg_cache_file}.tmp
8505 fi
8506
8507 if test x"$enablestring" = xdisable; then
8508 if test $wxUSE_TARSTREAM = yes; then
8509 result=no
8510 else
8511 result=yes
8512 fi
8513 else
8514 result=$wxUSE_TARSTREAM
8515 fi
8516
8517 { echo "$as_me:$LINENO: result: $result" >&5
8518 echo "${ECHO_T}$result" >&6; }
8519
8520
8521 enablestring=
8522 defaultval=$wxUSE_ALL_FEATURES
8523 if test -z "$defaultval"; then
8524 if test x"$enablestring" = xdisable; then
8525 defaultval=yes
8526 else
8527 defaultval=no
8528 fi
8529 fi
8530
8531 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
8532 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6; }
8533 # Check whether --enable-textbuf was given.
8534 if test "${enable_textbuf+set}" = set; then
8535 enableval=$enable_textbuf;
8536 if test "$enableval" = yes; then
8537 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
8538 else
8539 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
8540 fi
8541 cache=yes
8542
8543 else
8544
8545 LINE=`grep "^wxUSE_TEXTBUFFER=" ${wx_arg_cache_file}`
8546 if test "x$LINE" != x ; then
8547 eval "DEFAULT_$LINE"
8548 cache=yes
8549 else
8550 cache=no
8551 fi
8552
8553 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
8554
8555 fi
8556
8557
8558 eval "$wx_cv_use_textbuf"
8559 if test "x$cache" = xyes; then
8560 echo "wxUSE_TEXTBUFFER=$wxUSE_TEXTBUFFER" >> ${wx_arg_cache_file}.tmp
8561 fi
8562
8563 if test x"$enablestring" = xdisable; then
8564 if test $wxUSE_TEXTBUFFER = yes; then
8565 result=no
8566 else
8567 result=yes
8568 fi
8569 else
8570 result=$wxUSE_TEXTBUFFER
8571 fi
8572
8573 { echo "$as_me:$LINENO: result: $result" >&5
8574 echo "${ECHO_T}$result" >&6; }
8575
8576
8577 enablestring=
8578 defaultval=$wxUSE_ALL_FEATURES
8579 if test -z "$defaultval"; then
8580 if test x"$enablestring" = xdisable; then
8581 defaultval=yes
8582 else
8583 defaultval=no
8584 fi
8585 fi
8586
8587 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
8588 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6; }
8589 # Check whether --enable-textfile was given.
8590 if test "${enable_textfile+set}" = set; then
8591 enableval=$enable_textfile;
8592 if test "$enableval" = yes; then
8593 wx_cv_use_textfile='wxUSE_TEXTFILE=yes'
8594 else
8595 wx_cv_use_textfile='wxUSE_TEXTFILE=no'
8596 fi
8597 cache=yes
8598
8599 else
8600
8601 LINE=`grep "^wxUSE_TEXTFILE=" ${wx_arg_cache_file}`
8602 if test "x$LINE" != x ; then
8603 eval "DEFAULT_$LINE"
8604 cache=yes
8605 else
8606 cache=no
8607 fi
8608
8609 wx_cv_use_textfile='wxUSE_TEXTFILE=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
8610
8611 fi
8612
8613
8614 eval "$wx_cv_use_textfile"
8615 if test "x$cache" = xyes; then
8616 echo "wxUSE_TEXTFILE=$wxUSE_TEXTFILE" >> ${wx_arg_cache_file}.tmp
8617 fi
8618
8619 if test x"$enablestring" = xdisable; then
8620 if test $wxUSE_TEXTFILE = yes; then
8621 result=no
8622 else
8623 result=yes
8624 fi
8625 else
8626 result=$wxUSE_TEXTFILE
8627 fi
8628
8629 { echo "$as_me:$LINENO: result: $result" >&5
8630 echo "${ECHO_T}$result" >&6; }
8631
8632
8633 enablestring=
8634 defaultval=$wxUSE_ALL_FEATURES
8635 if test -z "$defaultval"; then
8636 if test x"$enablestring" = xdisable; then
8637 defaultval=yes
8638 else
8639 defaultval=no
8640 fi
8641 fi
8642
8643 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
8644 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6; }
8645 # Check whether --enable-timer was given.
8646 if test "${enable_timer+set}" = set; then
8647 enableval=$enable_timer;
8648 if test "$enableval" = yes; then
8649 wx_cv_use_timer='wxUSE_TIMER=yes'
8650 else
8651 wx_cv_use_timer='wxUSE_TIMER=no'
8652 fi
8653 cache=yes
8654
8655 else
8656
8657 LINE=`grep "^wxUSE_TIMER=" ${wx_arg_cache_file}`
8658 if test "x$LINE" != x ; then
8659 eval "DEFAULT_$LINE"
8660 cache=yes
8661 else
8662 cache=no
8663 fi
8664
8665 wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
8666
8667 fi
8668
8669
8670 eval "$wx_cv_use_timer"
8671 if test "x$cache" = xyes; then
8672 echo "wxUSE_TIMER=$wxUSE_TIMER" >> ${wx_arg_cache_file}.tmp
8673 fi
8674
8675 if test x"$enablestring" = xdisable; then
8676 if test $wxUSE_TIMER = yes; then
8677 result=no
8678 else
8679 result=yes
8680 fi
8681 else
8682 result=$wxUSE_TIMER
8683 fi
8684
8685 { echo "$as_me:$LINENO: result: $result" >&5
8686 echo "${ECHO_T}$result" >&6; }
8687
8688
8689 enablestring=
8690 defaultval=$wxUSE_ALL_FEATURES
8691 if test -z "$defaultval"; then
8692 if test x"$enablestring" = xdisable; then
8693 defaultval=yes
8694 else
8695 defaultval=no
8696 fi
8697 fi
8698
8699 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
8700 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6; }
8701 # Check whether --enable-sound was given.
8702 if test "${enable_sound+set}" = set; then
8703 enableval=$enable_sound;
8704 if test "$enableval" = yes; then
8705 wx_cv_use_sound='wxUSE_SOUND=yes'
8706 else
8707 wx_cv_use_sound='wxUSE_SOUND=no'
8708 fi
8709 cache=yes
8710
8711 else
8712
8713 LINE=`grep "^wxUSE_SOUND=" ${wx_arg_cache_file}`
8714 if test "x$LINE" != x ; then
8715 eval "DEFAULT_$LINE"
8716 cache=yes
8717 else
8718 cache=no
8719 fi
8720
8721 wx_cv_use_sound='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
8722
8723 fi
8724
8725
8726 eval "$wx_cv_use_sound"
8727 if test "x$cache" = xyes; then
8728 echo "wxUSE_SOUND=$wxUSE_SOUND" >> ${wx_arg_cache_file}.tmp
8729 fi
8730
8731 if test x"$enablestring" = xdisable; then
8732 if test $wxUSE_SOUND = yes; then
8733 result=no
8734 else
8735 result=yes
8736 fi
8737 else
8738 result=$wxUSE_SOUND
8739 fi
8740
8741 { echo "$as_me:$LINENO: result: $result" >&5
8742 echo "${ECHO_T}$result" >&6; }
8743
8744
8745 enablestring=
8746 defaultval=$wxUSE_ALL_FEATURES
8747 if test -z "$defaultval"; then
8748 if test x"$enablestring" = xdisable; then
8749 defaultval=yes
8750 else
8751 defaultval=no
8752 fi
8753 fi
8754
8755 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
8756 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6; }
8757 # Check whether --enable-mediactrl was given.
8758 if test "${enable_mediactrl+set}" = set; then
8759 enableval=$enable_mediactrl;
8760 if test "$enableval" = yes; then
8761 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
8762 else
8763 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
8764 fi
8765 cache=yes
8766
8767 else
8768
8769 LINE=`grep "^wxUSE_MEDIACTRL=" ${wx_arg_cache_file}`
8770 if test "x$LINE" != x ; then
8771 eval "DEFAULT_$LINE"
8772 cache=yes
8773 else
8774 cache=no
8775 fi
8776
8777 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
8778
8779 fi
8780
8781
8782 eval "$wx_cv_use_mediactrl"
8783 if test "x$cache" = xyes; then
8784 echo "wxUSE_MEDIACTRL=$wxUSE_MEDIACTRL" >> ${wx_arg_cache_file}.tmp
8785 fi
8786
8787 if test x"$enablestring" = xdisable; then
8788 if test $wxUSE_MEDIACTRL = yes; then
8789 result=no
8790 else
8791 result=yes
8792 fi
8793 else
8794 result=$wxUSE_MEDIACTRL
8795 fi
8796
8797 { echo "$as_me:$LINENO: result: $result" >&5
8798 echo "${ECHO_T}$result" >&6; }
8799
8800
8801 enablestring=
8802 defaultval=$wxUSE_ALL_FEATURES
8803 if test -z "$defaultval"; then
8804 if test x"$enablestring" = xdisable; then
8805 defaultval=yes
8806 else
8807 defaultval=no
8808 fi
8809 fi
8810
8811 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gstreamer8" >&5
8812 echo $ECHO_N "checking for --${enablestring:-enable}-gstreamer8... $ECHO_C" >&6; }
8813 # Check whether --enable-gstreamer8 was given.
8814 if test "${enable_gstreamer8+set}" = set; then
8815 enableval=$enable_gstreamer8;
8816 if test "$enableval" = yes; then
8817 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=yes'
8818 else
8819 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
8820 fi
8821 cache=yes
8822
8823 else
8824
8825 LINE=`grep "^wxUSE_GSTREAMER8=" ${wx_arg_cache_file}`
8826 if test "x$LINE" != x ; then
8827 eval "DEFAULT_$LINE"
8828 cache=yes
8829 else
8830 cache=no
8831 fi
8832
8833 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
8834
8835 fi
8836
8837
8838 eval "$wx_cv_use_gstreamer8"
8839 if test "x$cache" = xyes; then
8840 echo "wxUSE_GSTREAMER8=$wxUSE_GSTREAMER8" >> ${wx_arg_cache_file}.tmp
8841 fi
8842
8843 if test x"$enablestring" = xdisable; then
8844 if test $wxUSE_GSTREAMER8 = yes; then
8845 result=no
8846 else
8847 result=yes
8848 fi
8849 else
8850 result=$wxUSE_GSTREAMER8
8851 fi
8852
8853 { echo "$as_me:$LINENO: result: $result" >&5
8854 echo "${ECHO_T}$result" >&6; }
8855
8856
8857 enablestring=
8858 defaultval=$wxUSE_ALL_FEATURES
8859 if test -z "$defaultval"; then
8860 if test x"$enablestring" = xdisable; then
8861 defaultval=yes
8862 else
8863 defaultval=no
8864 fi
8865 fi
8866
8867 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printfposparam" >&5
8868 echo $ECHO_N "checking for --${enablestring:-enable}-printfposparam... $ECHO_C" >&6; }
8869 # Check whether --enable-printfposparam was given.
8870 if test "${enable_printfposparam+set}" = set; then
8871 enableval=$enable_printfposparam;
8872 if test "$enableval" = yes; then
8873 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=yes'
8874 else
8875 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=no'
8876 fi
8877 cache=yes
8878
8879 else
8880
8881 LINE=`grep "^wxUSE_PRINTF_POS_PARAMS=" ${wx_arg_cache_file}`
8882 if test "x$LINE" != x ; then
8883 eval "DEFAULT_$LINE"
8884 cache=yes
8885 else
8886 cache=no
8887 fi
8888
8889 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
8890
8891 fi
8892
8893
8894 eval "$wx_cv_use_printfposparam"
8895 if test "x$cache" = xyes; then
8896 echo "wxUSE_PRINTF_POS_PARAMS=$wxUSE_PRINTF_POS_PARAMS" >> ${wx_arg_cache_file}.tmp
8897 fi
8898
8899 if test x"$enablestring" = xdisable; then
8900 if test $wxUSE_PRINTF_POS_PARAMS = yes; then
8901 result=no
8902 else
8903 result=yes
8904 fi
8905 else
8906 result=$wxUSE_PRINTF_POS_PARAMS
8907 fi
8908
8909 { echo "$as_me:$LINENO: result: $result" >&5
8910 echo "${ECHO_T}$result" >&6; }
8911
8912
8913 enablestring=
8914 defaultval=$wxUSE_ALL_FEATURES
8915 if test -z "$defaultval"; then
8916 if test x"$enablestring" = xdisable; then
8917 defaultval=yes
8918 else
8919 defaultval=no
8920 fi
8921 fi
8922
8923 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
8924 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6; }
8925 # Check whether --enable-zipstream was given.
8926 if test "${enable_zipstream+set}" = set; then
8927 enableval=$enable_zipstream;
8928 if test "$enableval" = yes; then
8929 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
8930 else
8931 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
8932 fi
8933 cache=yes
8934
8935 else
8936
8937 LINE=`grep "^wxUSE_ZIPSTREAM=" ${wx_arg_cache_file}`
8938 if test "x$LINE" != x ; then
8939 eval "DEFAULT_$LINE"
8940 cache=yes
8941 else
8942 cache=no
8943 fi
8944
8945 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
8946
8947 fi
8948
8949
8950 eval "$wx_cv_use_zipstream"
8951 if test "x$cache" = xyes; then
8952 echo "wxUSE_ZIPSTREAM=$wxUSE_ZIPSTREAM" >> ${wx_arg_cache_file}.tmp
8953 fi
8954
8955 if test x"$enablestring" = xdisable; then
8956 if test $wxUSE_ZIPSTREAM = yes; then
8957 result=no
8958 else
8959 result=yes
8960 fi
8961 else
8962 result=$wxUSE_ZIPSTREAM
8963 fi
8964
8965 { echo "$as_me:$LINENO: result: $result" >&5
8966 echo "${ECHO_T}$result" >&6; }
8967
8968
8969
8970 enablestring=
8971 defaultval=$wxUSE_ALL_FEATURES
8972 if test -z "$defaultval"; then
8973 if test x"$enablestring" = xdisable; then
8974 defaultval=yes
8975 else
8976 defaultval=no
8977 fi
8978 fi
8979
8980 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
8981 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6; }
8982 # Check whether --enable-url was given.
8983 if test "${enable_url+set}" = set; then
8984 enableval=$enable_url;
8985 if test "$enableval" = yes; then
8986 wx_cv_use_url='wxUSE_URL=yes'
8987 else
8988 wx_cv_use_url='wxUSE_URL=no'
8989 fi
8990 cache=yes
8991
8992 else
8993
8994 LINE=`grep "^wxUSE_URL=" ${wx_arg_cache_file}`
8995 if test "x$LINE" != x ; then
8996 eval "DEFAULT_$LINE"
8997 cache=yes
8998 else
8999 cache=no
9000 fi
9001
9002 wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
9003
9004 fi
9005
9006
9007 eval "$wx_cv_use_url"
9008 if test "x$cache" = xyes; then
9009 echo "wxUSE_URL=$wxUSE_URL" >> ${wx_arg_cache_file}.tmp
9010 fi
9011
9012 if test x"$enablestring" = xdisable; then
9013 if test $wxUSE_URL = yes; then
9014 result=no
9015 else
9016 result=yes
9017 fi
9018 else
9019 result=$wxUSE_URL
9020 fi
9021
9022 { echo "$as_me:$LINENO: result: $result" >&5
9023 echo "${ECHO_T}$result" >&6; }
9024
9025
9026 enablestring=
9027 defaultval=$wxUSE_ALL_FEATURES
9028 if test -z "$defaultval"; then
9029 if test x"$enablestring" = xdisable; then
9030 defaultval=yes
9031 else
9032 defaultval=no
9033 fi
9034 fi
9035
9036 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-variant" >&5
9037 echo $ECHO_N "checking for --${enablestring:-enable}-variant... $ECHO_C" >&6; }
9038 # Check whether --enable-variant was given.
9039 if test "${enable_variant+set}" = set; then
9040 enableval=$enable_variant;
9041 if test "$enableval" = yes; then
9042 wx_cv_use_variant='wxUSE_VARIANT=yes'
9043 else
9044 wx_cv_use_variant='wxUSE_VARIANT=no'
9045 fi
9046 cache=yes
9047
9048 else
9049
9050 LINE=`grep "^wxUSE_VARIANT=" ${wx_arg_cache_file}`
9051 if test "x$LINE" != x ; then
9052 eval "DEFAULT_$LINE"
9053 cache=yes
9054 else
9055 cache=no
9056 fi
9057
9058 wx_cv_use_variant='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
9059
9060 fi
9061
9062
9063 eval "$wx_cv_use_variant"
9064 if test "x$cache" = xyes; then
9065 echo "wxUSE_VARIANT=$wxUSE_VARIANT" >> ${wx_arg_cache_file}.tmp
9066 fi
9067
9068 if test x"$enablestring" = xdisable; then
9069 if test $wxUSE_VARIANT = yes; then
9070 result=no
9071 else
9072 result=yes
9073 fi
9074 else
9075 result=$wxUSE_VARIANT
9076 fi
9077
9078 { echo "$as_me:$LINENO: result: $result" >&5
9079 echo "${ECHO_T}$result" >&6; }
9080
9081
9082 enablestring=
9083 defaultval=$wxUSE_ALL_FEATURES
9084 if test -z "$defaultval"; then
9085 if test x"$enablestring" = xdisable; then
9086 defaultval=yes
9087 else
9088 defaultval=no
9089 fi
9090 fi
9091
9092 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
9093 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6; }
9094 # Check whether --enable-protocol was given.
9095 if test "${enable_protocol+set}" = set; then
9096 enableval=$enable_protocol;
9097 if test "$enableval" = yes; then
9098 wx_cv_use_protocol='wxUSE_PROTOCOL=yes'
9099 else
9100 wx_cv_use_protocol='wxUSE_PROTOCOL=no'
9101 fi
9102 cache=yes
9103
9104 else
9105
9106 LINE=`grep "^wxUSE_PROTOCOL=" ${wx_arg_cache_file}`
9107 if test "x$LINE" != x ; then
9108 eval "DEFAULT_$LINE"
9109 cache=yes
9110 else
9111 cache=no
9112 fi
9113
9114 wx_cv_use_protocol='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
9115
9116 fi
9117
9118
9119 eval "$wx_cv_use_protocol"
9120 if test "x$cache" = xyes; then
9121 echo "wxUSE_PROTOCOL=$wxUSE_PROTOCOL" >> ${wx_arg_cache_file}.tmp
9122 fi
9123
9124 if test x"$enablestring" = xdisable; then
9125 if test $wxUSE_PROTOCOL = yes; then
9126 result=no
9127 else
9128 result=yes
9129 fi
9130 else
9131 result=$wxUSE_PROTOCOL
9132 fi
9133
9134 { echo "$as_me:$LINENO: result: $result" >&5
9135 echo "${ECHO_T}$result" >&6; }
9136
9137
9138 enablestring=
9139 defaultval=$wxUSE_ALL_FEATURES
9140 if test -z "$defaultval"; then
9141 if test x"$enablestring" = xdisable; then
9142 defaultval=yes
9143 else
9144 defaultval=no
9145 fi
9146 fi
9147
9148 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
9149 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6; }
9150 # Check whether --enable-protocol_http was given.
9151 if test "${enable_protocol_http+set}" = set; then
9152 enableval=$enable_protocol_http;
9153 if test "$enableval" = yes; then
9154 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
9155 else
9156 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
9157 fi
9158 cache=yes
9159
9160 else
9161
9162 LINE=`grep "^wxUSE_PROTOCOL_HTTP=" ${wx_arg_cache_file}`
9163 if test "x$LINE" != x ; then
9164 eval "DEFAULT_$LINE"
9165 cache=yes
9166 else
9167 cache=no
9168 fi
9169
9170 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
9171
9172 fi
9173
9174
9175 eval "$wx_cv_use_protocol_http"
9176 if test "x$cache" = xyes; then
9177 echo "wxUSE_PROTOCOL_HTTP=$wxUSE_PROTOCOL_HTTP" >> ${wx_arg_cache_file}.tmp
9178 fi
9179
9180 if test x"$enablestring" = xdisable; then
9181 if test $wxUSE_PROTOCOL_HTTP = yes; then
9182 result=no
9183 else
9184 result=yes
9185 fi
9186 else
9187 result=$wxUSE_PROTOCOL_HTTP
9188 fi
9189
9190 { echo "$as_me:$LINENO: result: $result" >&5
9191 echo "${ECHO_T}$result" >&6; }
9192
9193
9194 enablestring=
9195 defaultval=$wxUSE_ALL_FEATURES
9196 if test -z "$defaultval"; then
9197 if test x"$enablestring" = xdisable; then
9198 defaultval=yes
9199 else
9200 defaultval=no
9201 fi
9202 fi
9203
9204 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
9205 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6; }
9206 # Check whether --enable-protocol_ftp was given.
9207 if test "${enable_protocol_ftp+set}" = set; then
9208 enableval=$enable_protocol_ftp;
9209 if test "$enableval" = yes; then
9210 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
9211 else
9212 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
9213 fi
9214 cache=yes
9215
9216 else
9217
9218 LINE=`grep "^wxUSE_PROTOCOL_FTP=" ${wx_arg_cache_file}`
9219 if test "x$LINE" != x ; then
9220 eval "DEFAULT_$LINE"
9221 cache=yes
9222 else
9223 cache=no
9224 fi
9225
9226 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
9227
9228 fi
9229
9230
9231 eval "$wx_cv_use_protocol_ftp"
9232 if test "x$cache" = xyes; then
9233 echo "wxUSE_PROTOCOL_FTP=$wxUSE_PROTOCOL_FTP" >> ${wx_arg_cache_file}.tmp
9234 fi
9235
9236 if test x"$enablestring" = xdisable; then
9237 if test $wxUSE_PROTOCOL_FTP = yes; then
9238 result=no
9239 else
9240 result=yes
9241 fi
9242 else
9243 result=$wxUSE_PROTOCOL_FTP
9244 fi
9245
9246 { echo "$as_me:$LINENO: result: $result" >&5
9247 echo "${ECHO_T}$result" >&6; }
9248
9249
9250 enablestring=
9251 defaultval=$wxUSE_ALL_FEATURES
9252 if test -z "$defaultval"; then
9253 if test x"$enablestring" = xdisable; then
9254 defaultval=yes
9255 else
9256 defaultval=no
9257 fi
9258 fi
9259
9260 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
9261 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6; }
9262 # Check whether --enable-protocol_file was given.
9263 if test "${enable_protocol_file+set}" = set; then
9264 enableval=$enable_protocol_file;
9265 if test "$enableval" = yes; then
9266 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
9267 else
9268 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
9269 fi
9270 cache=yes
9271
9272 else
9273
9274 LINE=`grep "^wxUSE_PROTOCOL_FILE=" ${wx_arg_cache_file}`
9275 if test "x$LINE" != x ; then
9276 eval "DEFAULT_$LINE"
9277 cache=yes
9278 else
9279 cache=no
9280 fi
9281
9282 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
9283
9284 fi
9285
9286
9287 eval "$wx_cv_use_protocol_file"
9288 if test "x$cache" = xyes; then
9289 echo "wxUSE_PROTOCOL_FILE=$wxUSE_PROTOCOL_FILE" >> ${wx_arg_cache_file}.tmp
9290 fi
9291
9292 if test x"$enablestring" = xdisable; then
9293 if test $wxUSE_PROTOCOL_FILE = yes; then
9294 result=no
9295 else
9296 result=yes
9297 fi
9298 else
9299 result=$wxUSE_PROTOCOL_FILE
9300 fi
9301
9302 { echo "$as_me:$LINENO: result: $result" >&5
9303 echo "${ECHO_T}$result" >&6; }
9304
9305
9306
9307 enablestring=
9308 defaultval=$wxUSE_ALL_FEATURES
9309 if test -z "$defaultval"; then
9310 if test x"$enablestring" = xdisable; then
9311 defaultval=yes
9312 else
9313 defaultval=no
9314 fi
9315 fi
9316
9317 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
9318 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6; }
9319 # Check whether --enable-threads was given.
9320 if test "${enable_threads+set}" = set; then
9321 enableval=$enable_threads;
9322 if test "$enableval" = yes; then
9323 wx_cv_use_threads='wxUSE_THREADS=yes'
9324 else
9325 wx_cv_use_threads='wxUSE_THREADS=no'
9326 fi
9327 cache=yes
9328
9329 else
9330
9331 LINE=`grep "^wxUSE_THREADS=" ${wx_arg_cache_file}`
9332 if test "x$LINE" != x ; then
9333 eval "DEFAULT_$LINE"
9334 cache=yes
9335 else
9336 cache=no
9337 fi
9338
9339 wx_cv_use_threads='wxUSE_THREADS=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
9340
9341 fi
9342
9343
9344 eval "$wx_cv_use_threads"
9345 if test "x$cache" = xyes; then
9346 echo "wxUSE_THREADS=$wxUSE_THREADS" >> ${wx_arg_cache_file}.tmp
9347 fi
9348
9349 if test x"$enablestring" = xdisable; then
9350 if test $wxUSE_THREADS = yes; then
9351 result=no
9352 else
9353 result=yes
9354 fi
9355 else
9356 result=$wxUSE_THREADS
9357 fi
9358
9359 { echo "$as_me:$LINENO: result: $result" >&5
9360 echo "${ECHO_T}$result" >&6; }
9361
9362
9363 if test "$wxUSE_GUI" = "yes"; then
9364
9365
9366
9367 enablestring=
9368 defaultval=$wxUSE_ALL_FEATURES
9369 if test -z "$defaultval"; then
9370 if test x"$enablestring" = xdisable; then
9371 defaultval=yes
9372 else
9373 defaultval=no
9374 fi
9375 fi
9376
9377 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
9378 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6; }
9379 # Check whether --enable-docview was given.
9380 if test "${enable_docview+set}" = set; then
9381 enableval=$enable_docview;
9382 if test "$enableval" = yes; then
9383 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
9384 else
9385 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
9386 fi
9387 cache=yes
9388
9389 else
9390
9391 LINE=`grep "^wxUSE_DOC_VIEW_ARCHITECTURE=" ${wx_arg_cache_file}`
9392 if test "x$LINE" != x ; then
9393 eval "DEFAULT_$LINE"
9394 cache=yes
9395 else
9396 cache=no
9397 fi
9398
9399 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
9400
9401 fi
9402
9403
9404 eval "$wx_cv_use_docview"
9405 if test "x$cache" = xyes; then
9406 echo "wxUSE_DOC_VIEW_ARCHITECTURE=$wxUSE_DOC_VIEW_ARCHITECTURE" >> ${wx_arg_cache_file}.tmp
9407 fi
9408
9409 if test x"$enablestring" = xdisable; then
9410 if test $wxUSE_DOC_VIEW_ARCHITECTURE = yes; then
9411 result=no
9412 else
9413 result=yes
9414 fi
9415 else
9416 result=$wxUSE_DOC_VIEW_ARCHITECTURE
9417 fi
9418
9419 { echo "$as_me:$LINENO: result: $result" >&5
9420 echo "${ECHO_T}$result" >&6; }
9421
9422
9423 enablestring=
9424 defaultval=$wxUSE_ALL_FEATURES
9425 if test -z "$defaultval"; then
9426 if test x"$enablestring" = xdisable; then
9427 defaultval=yes
9428 else
9429 defaultval=no
9430 fi
9431 fi
9432
9433 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
9434 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6; }
9435 # Check whether --enable-help was given.
9436 if test "${enable_help+set}" = set; then
9437 enableval=$enable_help;
9438 if test "$enableval" = yes; then
9439 wx_cv_use_help='wxUSE_HELP=yes'
9440 else
9441 wx_cv_use_help='wxUSE_HELP=no'
9442 fi
9443 cache=yes
9444
9445 else
9446
9447 LINE=`grep "^wxUSE_HELP=" ${wx_arg_cache_file}`
9448 if test "x$LINE" != x ; then
9449 eval "DEFAULT_$LINE"
9450 cache=yes
9451 else
9452 cache=no
9453 fi
9454
9455 wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
9456
9457 fi
9458
9459
9460 eval "$wx_cv_use_help"
9461 if test "x$cache" = xyes; then
9462 echo "wxUSE_HELP=$wxUSE_HELP" >> ${wx_arg_cache_file}.tmp
9463 fi
9464
9465 if test x"$enablestring" = xdisable; then
9466 if test $wxUSE_HELP = yes; then
9467 result=no
9468 else
9469 result=yes
9470 fi
9471 else
9472 result=$wxUSE_HELP
9473 fi
9474
9475 { echo "$as_me:$LINENO: result: $result" >&5
9476 echo "${ECHO_T}$result" >&6; }
9477
9478
9479 enablestring=
9480 defaultval=$wxUSE_ALL_FEATURES
9481 if test -z "$defaultval"; then
9482 if test x"$enablestring" = xdisable; then
9483 defaultval=yes
9484 else
9485 defaultval=no
9486 fi
9487 fi
9488
9489 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
9490 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6; }
9491 # Check whether --enable-mshtmlhelp was given.
9492 if test "${enable_mshtmlhelp+set}" = set; then
9493 enableval=$enable_mshtmlhelp;
9494 if test "$enableval" = yes; then
9495 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
9496 else
9497 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
9498 fi
9499 cache=yes
9500
9501 else
9502
9503 LINE=`grep "^wxUSE_MS_HTML_HELP=" ${wx_arg_cache_file}`
9504 if test "x$LINE" != x ; then
9505 eval "DEFAULT_$LINE"
9506 cache=yes
9507 else
9508 cache=no
9509 fi
9510
9511 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
9512
9513 fi
9514
9515
9516 eval "$wx_cv_use_mshtmlhelp"
9517 if test "x$cache" = xyes; then
9518 echo "wxUSE_MS_HTML_HELP=$wxUSE_MS_HTML_HELP" >> ${wx_arg_cache_file}.tmp
9519 fi
9520
9521 if test x"$enablestring" = xdisable; then
9522 if test $wxUSE_MS_HTML_HELP = yes; then
9523 result=no
9524 else
9525 result=yes
9526 fi
9527 else
9528 result=$wxUSE_MS_HTML_HELP
9529 fi
9530
9531 { echo "$as_me:$LINENO: result: $result" >&5
9532 echo "${ECHO_T}$result" >&6; }
9533
9534
9535 enablestring=
9536 defaultval=$wxUSE_ALL_FEATURES
9537 if test -z "$defaultval"; then
9538 if test x"$enablestring" = xdisable; then
9539 defaultval=yes
9540 else
9541 defaultval=no
9542 fi
9543 fi
9544
9545 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
9546 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6; }
9547 # Check whether --enable-html was given.
9548 if test "${enable_html+set}" = set; then
9549 enableval=$enable_html;
9550 if test "$enableval" = yes; then
9551 wx_cv_use_html='wxUSE_HTML=yes'
9552 else
9553 wx_cv_use_html='wxUSE_HTML=no'
9554 fi
9555 cache=yes
9556
9557 else
9558
9559 LINE=`grep "^wxUSE_HTML=" ${wx_arg_cache_file}`
9560 if test "x$LINE" != x ; then
9561 eval "DEFAULT_$LINE"
9562 cache=yes
9563 else
9564 cache=no
9565 fi
9566
9567 wx_cv_use_html='wxUSE_HTML=${'DEFAULT_wxUSE_HTML":-$defaultval}"
9568
9569 fi
9570
9571
9572 eval "$wx_cv_use_html"
9573 if test "x$cache" = xyes; then
9574 echo "wxUSE_HTML=$wxUSE_HTML" >> ${wx_arg_cache_file}.tmp
9575 fi
9576
9577 if test x"$enablestring" = xdisable; then
9578 if test $wxUSE_HTML = yes; then
9579 result=no
9580 else
9581 result=yes
9582 fi
9583 else
9584 result=$wxUSE_HTML
9585 fi
9586
9587 { echo "$as_me:$LINENO: result: $result" >&5
9588 echo "${ECHO_T}$result" >&6; }
9589
9590
9591 enablestring=
9592 defaultval=$wxUSE_ALL_FEATURES
9593 if test -z "$defaultval"; then
9594 if test x"$enablestring" = xdisable; then
9595 defaultval=yes
9596 else
9597 defaultval=no
9598 fi
9599 fi
9600
9601 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
9602 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6; }
9603 # Check whether --enable-htmlhelp was given.
9604 if test "${enable_htmlhelp+set}" = set; then
9605 enableval=$enable_htmlhelp;
9606 if test "$enableval" = yes; then
9607 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
9608 else
9609 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
9610 fi
9611 cache=yes
9612
9613 else
9614
9615 LINE=`grep "^wxUSE_WXHTML_HELP=" ${wx_arg_cache_file}`
9616 if test "x$LINE" != x ; then
9617 eval "DEFAULT_$LINE"
9618 cache=yes
9619 else
9620 cache=no
9621 fi
9622
9623 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
9624
9625 fi
9626
9627
9628 eval "$wx_cv_use_htmlhelp"
9629 if test "x$cache" = xyes; then
9630 echo "wxUSE_WXHTML_HELP=$wxUSE_WXHTML_HELP" >> ${wx_arg_cache_file}.tmp
9631 fi
9632
9633 if test x"$enablestring" = xdisable; then
9634 if test $wxUSE_WXHTML_HELP = yes; then
9635 result=no
9636 else
9637 result=yes
9638 fi
9639 else
9640 result=$wxUSE_WXHTML_HELP
9641 fi
9642
9643 { echo "$as_me:$LINENO: result: $result" >&5
9644 echo "${ECHO_T}$result" >&6; }
9645
9646
9647 enablestring=
9648 defaultval=$wxUSE_ALL_FEATURES
9649 if test -z "$defaultval"; then
9650 if test x"$enablestring" = xdisable; then
9651 defaultval=yes
9652 else
9653 defaultval=no
9654 fi
9655 fi
9656
9657 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
9658 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6; }
9659 # Check whether --enable-xrc was given.
9660 if test "${enable_xrc+set}" = set; then
9661 enableval=$enable_xrc;
9662 if test "$enableval" = yes; then
9663 wx_cv_use_xrc='wxUSE_XRC=yes'
9664 else
9665 wx_cv_use_xrc='wxUSE_XRC=no'
9666 fi
9667 cache=yes
9668
9669 else
9670
9671 LINE=`grep "^wxUSE_XRC=" ${wx_arg_cache_file}`
9672 if test "x$LINE" != x ; then
9673 eval "DEFAULT_$LINE"
9674 cache=yes
9675 else
9676 cache=no
9677 fi
9678
9679 wx_cv_use_xrc='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
9680
9681 fi
9682
9683
9684 eval "$wx_cv_use_xrc"
9685 if test "x$cache" = xyes; then
9686 echo "wxUSE_XRC=$wxUSE_XRC" >> ${wx_arg_cache_file}.tmp
9687 fi
9688
9689 if test x"$enablestring" = xdisable; then
9690 if test $wxUSE_XRC = yes; then
9691 result=no
9692 else
9693 result=yes
9694 fi
9695 else
9696 result=$wxUSE_XRC
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}-aui" >&5
9714 echo $ECHO_N "checking for --${enablestring:-enable}-aui... $ECHO_C" >&6; }
9715 # Check whether --enable-aui was given.
9716 if test "${enable_aui+set}" = set; then
9717 enableval=$enable_aui;
9718 if test "$enableval" = yes; then
9719 wx_cv_use_aui='wxUSE_AUI=yes'
9720 else
9721 wx_cv_use_aui='wxUSE_AUI=no'
9722 fi
9723 cache=yes
9724
9725 else
9726
9727 LINE=`grep "^wxUSE_AUI=" ${wx_arg_cache_file}`
9728 if test "x$LINE" != x ; then
9729 eval "DEFAULT_$LINE"
9730 cache=yes
9731 else
9732 cache=no
9733 fi
9734
9735 wx_cv_use_aui='wxUSE_AUI=${'DEFAULT_wxUSE_AUI":-$defaultval}"
9736
9737 fi
9738
9739
9740 eval "$wx_cv_use_aui"
9741 if test "x$cache" = xyes; then
9742 echo "wxUSE_AUI=$wxUSE_AUI" >> ${wx_arg_cache_file}.tmp
9743 fi
9744
9745 if test x"$enablestring" = xdisable; then
9746 if test $wxUSE_AUI = yes; then
9747 result=no
9748 else
9749 result=yes
9750 fi
9751 else
9752 result=$wxUSE_AUI
9753 fi
9754
9755 { echo "$as_me:$LINENO: result: $result" >&5
9756 echo "${ECHO_T}$result" >&6; }
9757
9758
9759 enablestring=
9760 defaultval=$wxUSE_ALL_FEATURES
9761 if test -z "$defaultval"; then
9762 if test x"$enablestring" = xdisable; then
9763 defaultval=yes
9764 else
9765 defaultval=no
9766 fi
9767 fi
9768
9769 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stc" >&5
9770 echo $ECHO_N "checking for --${enablestring:-enable}-stc... $ECHO_C" >&6; }
9771 # Check whether --enable-stc was given.
9772 if test "${enable_stc+set}" = set; then
9773 enableval=$enable_stc;
9774 if test "$enableval" = yes; then
9775 wx_cv_use_stc='wxUSE_STC=yes'
9776 else
9777 wx_cv_use_stc='wxUSE_STC=no'
9778 fi
9779 cache=yes
9780
9781 else
9782
9783 LINE=`grep "^wxUSE_STC=" ${wx_arg_cache_file}`
9784 if test "x$LINE" != x ; then
9785 eval "DEFAULT_$LINE"
9786 cache=yes
9787 else
9788 cache=no
9789 fi
9790
9791 wx_cv_use_stc='wxUSE_STC=${'DEFAULT_wxUSE_STC":-$defaultval}"
9792
9793 fi
9794
9795
9796 eval "$wx_cv_use_stc"
9797 if test "x$cache" = xyes; then
9798 echo "wxUSE_STC=$wxUSE_STC" >> ${wx_arg_cache_file}.tmp
9799 fi
9800
9801 if test x"$enablestring" = xdisable; then
9802 if test $wxUSE_STC = yes; then
9803 result=no
9804 else
9805 result=yes
9806 fi
9807 else
9808 result=$wxUSE_STC
9809 fi
9810
9811 { echo "$as_me:$LINENO: result: $result" >&5
9812 echo "${ECHO_T}$result" >&6; }
9813
9814
9815 enablestring=
9816 defaultval=$wxUSE_ALL_FEATURES
9817 if test -z "$defaultval"; then
9818 if test x"$enablestring" = xdisable; then
9819 defaultval=yes
9820 else
9821 defaultval=no
9822 fi
9823 fi
9824
9825 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
9826 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6; }
9827 # Check whether --enable-constraints was given.
9828 if test "${enable_constraints+set}" = set; then
9829 enableval=$enable_constraints;
9830 if test "$enableval" = yes; then
9831 wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
9832 else
9833 wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
9834 fi
9835 cache=yes
9836
9837 else
9838
9839 LINE=`grep "^wxUSE_CONSTRAINTS=" ${wx_arg_cache_file}`
9840 if test "x$LINE" != x ; then
9841 eval "DEFAULT_$LINE"
9842 cache=yes
9843 else
9844 cache=no
9845 fi
9846
9847 wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
9848
9849 fi
9850
9851
9852 eval "$wx_cv_use_constraints"
9853 if test "x$cache" = xyes; then
9854 echo "wxUSE_CONSTRAINTS=$wxUSE_CONSTRAINTS" >> ${wx_arg_cache_file}.tmp
9855 fi
9856
9857 if test x"$enablestring" = xdisable; then
9858 if test $wxUSE_CONSTRAINTS = yes; then
9859 result=no
9860 else
9861 result=yes
9862 fi
9863 else
9864 result=$wxUSE_CONSTRAINTS
9865 fi
9866
9867 { echo "$as_me:$LINENO: result: $result" >&5
9868 echo "${ECHO_T}$result" >&6; }
9869
9870
9871 enablestring=
9872 defaultval=$wxUSE_ALL_FEATURES
9873 if test -z "$defaultval"; then
9874 if test x"$enablestring" = xdisable; then
9875 defaultval=yes
9876 else
9877 defaultval=no
9878 fi
9879 fi
9880
9881 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
9882 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6; }
9883 # Check whether --enable-printarch was given.
9884 if test "${enable_printarch+set}" = set; then
9885 enableval=$enable_printarch;
9886 if test "$enableval" = yes; then
9887 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
9888 else
9889 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
9890 fi
9891 cache=yes
9892
9893 else
9894
9895 LINE=`grep "^wxUSE_PRINTING_ARCHITECTURE=" ${wx_arg_cache_file}`
9896 if test "x$LINE" != x ; then
9897 eval "DEFAULT_$LINE"
9898 cache=yes
9899 else
9900 cache=no
9901 fi
9902
9903 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
9904
9905 fi
9906
9907
9908 eval "$wx_cv_use_printarch"
9909 if test "x$cache" = xyes; then
9910 echo "wxUSE_PRINTING_ARCHITECTURE=$wxUSE_PRINTING_ARCHITECTURE" >> ${wx_arg_cache_file}.tmp
9911 fi
9912
9913 if test x"$enablestring" = xdisable; then
9914 if test $wxUSE_PRINTING_ARCHITECTURE = yes; then
9915 result=no
9916 else
9917 result=yes
9918 fi
9919 else
9920 result=$wxUSE_PRINTING_ARCHITECTURE
9921 fi
9922
9923 { echo "$as_me:$LINENO: result: $result" >&5
9924 echo "${ECHO_T}$result" >&6; }
9925
9926
9927 enablestring=
9928 defaultval=$wxUSE_ALL_FEATURES
9929 if test -z "$defaultval"; then
9930 if test x"$enablestring" = xdisable; then
9931 defaultval=yes
9932 else
9933 defaultval=no
9934 fi
9935 fi
9936
9937 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
9938 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6; }
9939 # Check whether --enable-mdi was given.
9940 if test "${enable_mdi+set}" = set; then
9941 enableval=$enable_mdi;
9942 if test "$enableval" = yes; then
9943 wx_cv_use_mdi='wxUSE_MDI=yes'
9944 else
9945 wx_cv_use_mdi='wxUSE_MDI=no'
9946 fi
9947 cache=yes
9948
9949 else
9950
9951 LINE=`grep "^wxUSE_MDI=" ${wx_arg_cache_file}`
9952 if test "x$LINE" != x ; then
9953 eval "DEFAULT_$LINE"
9954 cache=yes
9955 else
9956 cache=no
9957 fi
9958
9959 wx_cv_use_mdi='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
9960
9961 fi
9962
9963
9964 eval "$wx_cv_use_mdi"
9965 if test "x$cache" = xyes; then
9966 echo "wxUSE_MDI=$wxUSE_MDI" >> ${wx_arg_cache_file}.tmp
9967 fi
9968
9969 if test x"$enablestring" = xdisable; then
9970 if test $wxUSE_MDI = yes; then
9971 result=no
9972 else
9973 result=yes
9974 fi
9975 else
9976 result=$wxUSE_MDI
9977 fi
9978
9979 { echo "$as_me:$LINENO: result: $result" >&5
9980 echo "${ECHO_T}$result" >&6; }
9981
9982
9983 enablestring=
9984 defaultval=$wxUSE_ALL_FEATURES
9985 if test -z "$defaultval"; then
9986 if test x"$enablestring" = xdisable; then
9987 defaultval=yes
9988 else
9989 defaultval=no
9990 fi
9991 fi
9992
9993 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
9994 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6; }
9995 # Check whether --enable-mdidoc was given.
9996 if test "${enable_mdidoc+set}" = set; then
9997 enableval=$enable_mdidoc;
9998 if test "$enableval" = yes; then
9999 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
10000 else
10001 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
10002 fi
10003 cache=yes
10004
10005 else
10006
10007 LINE=`grep "^wxUSE_MDI_ARCHITECTURE=" ${wx_arg_cache_file}`
10008 if test "x$LINE" != x ; then
10009 eval "DEFAULT_$LINE"
10010 cache=yes
10011 else
10012 cache=no
10013 fi
10014
10015 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
10016
10017 fi
10018
10019
10020 eval "$wx_cv_use_mdidoc"
10021 if test "x$cache" = xyes; then
10022 echo "wxUSE_MDI_ARCHITECTURE=$wxUSE_MDI_ARCHITECTURE" >> ${wx_arg_cache_file}.tmp
10023 fi
10024
10025 if test x"$enablestring" = xdisable; then
10026 if test $wxUSE_MDI_ARCHITECTURE = yes; then
10027 result=no
10028 else
10029 result=yes
10030 fi
10031 else
10032 result=$wxUSE_MDI_ARCHITECTURE
10033 fi
10034
10035 { echo "$as_me:$LINENO: result: $result" >&5
10036 echo "${ECHO_T}$result" >&6; }
10037
10038
10039 enablestring=
10040 defaultval=$wxUSE_ALL_FEATURES
10041 if test -z "$defaultval"; then
10042 if test x"$enablestring" = xdisable; then
10043 defaultval=yes
10044 else
10045 defaultval=no
10046 fi
10047 fi
10048
10049 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
10050 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6; }
10051 # Check whether --enable-loggui was given.
10052 if test "${enable_loggui+set}" = set; then
10053 enableval=$enable_loggui;
10054 if test "$enableval" = yes; then
10055 wx_cv_use_loggui='wxUSE_LOGGUI=yes'
10056 else
10057 wx_cv_use_loggui='wxUSE_LOGGUI=no'
10058 fi
10059 cache=yes
10060
10061 else
10062
10063 LINE=`grep "^wxUSE_LOGGUI=" ${wx_arg_cache_file}`
10064 if test "x$LINE" != x ; then
10065 eval "DEFAULT_$LINE"
10066 cache=yes
10067 else
10068 cache=no
10069 fi
10070
10071 wx_cv_use_loggui='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
10072
10073 fi
10074
10075
10076 eval "$wx_cv_use_loggui"
10077 if test "x$cache" = xyes; then
10078 echo "wxUSE_LOGGUI=$wxUSE_LOGGUI" >> ${wx_arg_cache_file}.tmp
10079 fi
10080
10081 if test x"$enablestring" = xdisable; then
10082 if test $wxUSE_LOGGUI = yes; then
10083 result=no
10084 else
10085 result=yes
10086 fi
10087 else
10088 result=$wxUSE_LOGGUI
10089 fi
10090
10091 { echo "$as_me:$LINENO: result: $result" >&5
10092 echo "${ECHO_T}$result" >&6; }
10093
10094
10095 enablestring=
10096 defaultval=$wxUSE_ALL_FEATURES
10097 if test -z "$defaultval"; then
10098 if test x"$enablestring" = xdisable; then
10099 defaultval=yes
10100 else
10101 defaultval=no
10102 fi
10103 fi
10104
10105 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
10106 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6; }
10107 # Check whether --enable-logwin was given.
10108 if test "${enable_logwin+set}" = set; then
10109 enableval=$enable_logwin;
10110 if test "$enableval" = yes; then
10111 wx_cv_use_logwin='wxUSE_LOGWINDOW=yes'
10112 else
10113 wx_cv_use_logwin='wxUSE_LOGWINDOW=no'
10114 fi
10115 cache=yes
10116
10117 else
10118
10119 LINE=`grep "^wxUSE_LOGWINDOW=" ${wx_arg_cache_file}`
10120 if test "x$LINE" != x ; then
10121 eval "DEFAULT_$LINE"
10122 cache=yes
10123 else
10124 cache=no
10125 fi
10126
10127 wx_cv_use_logwin='wxUSE_LOGWINDOW=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
10128
10129 fi
10130
10131
10132 eval "$wx_cv_use_logwin"
10133 if test "x$cache" = xyes; then
10134 echo "wxUSE_LOGWINDOW=$wxUSE_LOGWINDOW" >> ${wx_arg_cache_file}.tmp
10135 fi
10136
10137 if test x"$enablestring" = xdisable; then
10138 if test $wxUSE_LOGWINDOW = yes; then
10139 result=no
10140 else
10141 result=yes
10142 fi
10143 else
10144 result=$wxUSE_LOGWINDOW
10145 fi
10146
10147 { echo "$as_me:$LINENO: result: $result" >&5
10148 echo "${ECHO_T}$result" >&6; }
10149
10150
10151 enablestring=
10152 defaultval=$wxUSE_ALL_FEATURES
10153 if test -z "$defaultval"; then
10154 if test x"$enablestring" = xdisable; then
10155 defaultval=yes
10156 else
10157 defaultval=no
10158 fi
10159 fi
10160
10161 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
10162 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6; }
10163 # Check whether --enable-logdialog was given.
10164 if test "${enable_logdialog+set}" = set; then
10165 enableval=$enable_logdialog;
10166 if test "$enableval" = yes; then
10167 wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
10168 else
10169 wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
10170 fi
10171 cache=yes
10172
10173 else
10174
10175 LINE=`grep "^wxUSE_LOGDIALOG=" ${wx_arg_cache_file}`
10176 if test "x$LINE" != x ; then
10177 eval "DEFAULT_$LINE"
10178 cache=yes
10179 else
10180 cache=no
10181 fi
10182
10183 wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
10184
10185 fi
10186
10187
10188 eval "$wx_cv_use_logdialog"
10189 if test "x$cache" = xyes; then
10190 echo "wxUSE_LOGDIALOG=$wxUSE_LOGDIALOG" >> ${wx_arg_cache_file}.tmp
10191 fi
10192
10193 if test x"$enablestring" = xdisable; then
10194 if test $wxUSE_LOGDIALOG = yes; then
10195 result=no
10196 else
10197 result=yes
10198 fi
10199 else
10200 result=$wxUSE_LOGDIALOG
10201 fi
10202
10203 { echo "$as_me:$LINENO: result: $result" >&5
10204 echo "${ECHO_T}$result" >&6; }
10205
10206
10207 enablestring=
10208 defaultval=$wxUSE_ALL_FEATURES
10209 if test -z "$defaultval"; then
10210 if test x"$enablestring" = xdisable; then
10211 defaultval=yes
10212 else
10213 defaultval=no
10214 fi
10215 fi
10216
10217 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
10218 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6; }
10219 # Check whether --enable-webkit was given.
10220 if test "${enable_webkit+set}" = set; then
10221 enableval=$enable_webkit;
10222 if test "$enableval" = yes; then
10223 wx_cv_use_webkit='wxUSE_WEBKIT=yes'
10224 else
10225 wx_cv_use_webkit='wxUSE_WEBKIT=no'
10226 fi
10227 cache=yes
10228
10229 else
10230
10231 LINE=`grep "^wxUSE_WEBKIT=" ${wx_arg_cache_file}`
10232 if test "x$LINE" != x ; then
10233 eval "DEFAULT_$LINE"
10234 cache=yes
10235 else
10236 cache=no
10237 fi
10238
10239 wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
10240
10241 fi
10242
10243
10244 eval "$wx_cv_use_webkit"
10245 if test "x$cache" = xyes; then
10246 echo "wxUSE_WEBKIT=$wxUSE_WEBKIT" >> ${wx_arg_cache_file}.tmp
10247 fi
10248
10249 if test x"$enablestring" = xdisable; then
10250 if test $wxUSE_WEBKIT = yes; then
10251 result=no
10252 else
10253 result=yes
10254 fi
10255 else
10256 result=$wxUSE_WEBKIT
10257 fi
10258
10259 { echo "$as_me:$LINENO: result: $result" >&5
10260 echo "${ECHO_T}$result" >&6; }
10261
10262
10263 enablestring=
10264 defaultval=$wxUSE_ALL_FEATURES
10265 if test -z "$defaultval"; then
10266 if test x"$enablestring" = xdisable; then
10267 defaultval=yes
10268 else
10269 defaultval=no
10270 fi
10271 fi
10272
10273 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-richtext" >&5
10274 echo $ECHO_N "checking for --${enablestring:-enable}-richtext... $ECHO_C" >&6; }
10275 # Check whether --enable-richtext was given.
10276 if test "${enable_richtext+set}" = set; then
10277 enableval=$enable_richtext;
10278 if test "$enableval" = yes; then
10279 wx_cv_use_richtext='wxUSE_RICHTEXT=yes'
10280 else
10281 wx_cv_use_richtext='wxUSE_RICHTEXT=no'
10282 fi
10283 cache=yes
10284
10285 else
10286
10287 LINE=`grep "^wxUSE_RICHTEXT=" ${wx_arg_cache_file}`
10288 if test "x$LINE" != x ; then
10289 eval "DEFAULT_$LINE"
10290 cache=yes
10291 else
10292 cache=no
10293 fi
10294
10295 wx_cv_use_richtext='wxUSE_RICHTEXT=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
10296
10297 fi
10298
10299
10300 eval "$wx_cv_use_richtext"
10301 if test "x$cache" = xyes; then
10302 echo "wxUSE_RICHTEXT=$wxUSE_RICHTEXT" >> ${wx_arg_cache_file}.tmp
10303 fi
10304
10305 if test x"$enablestring" = xdisable; then
10306 if test $wxUSE_RICHTEXT = yes; then
10307 result=no
10308 else
10309 result=yes
10310 fi
10311 else
10312 result=$wxUSE_RICHTEXT
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}-graphics_ctx" >&5
10330 echo $ECHO_N "checking for --${enablestring:-enable}-graphics_ctx... $ECHO_C" >&6; }
10331 # Check whether --enable-graphics_ctx was given.
10332 if test "${enable_graphics_ctx+set}" = set; then
10333 enableval=$enable_graphics_ctx;
10334 if test "$enableval" = yes; then
10335 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=yes'
10336 else
10337 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=no'
10338 fi
10339 cache=yes
10340
10341 else
10342
10343 LINE=`grep "^wxUSE_GRAPHICS_CONTEXT=" ${wx_arg_cache_file}`
10344 if test "x$LINE" != x ; then
10345 eval "DEFAULT_$LINE"
10346 cache=yes
10347 else
10348 cache=no
10349 fi
10350
10351 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
10352
10353 fi
10354
10355
10356 eval "$wx_cv_use_graphics_ctx"
10357 if test "x$cache" = xyes; then
10358 echo "wxUSE_GRAPHICS_CONTEXT=$wxUSE_GRAPHICS_CONTEXT" >> ${wx_arg_cache_file}.tmp
10359 fi
10360
10361 if test x"$enablestring" = xdisable; then
10362 if test $wxUSE_GRAPHICS_CONTEXT = yes; then
10363 result=no
10364 else
10365 result=yes
10366 fi
10367 else
10368 result=$wxUSE_GRAPHICS_CONTEXT
10369 fi
10370
10371 { echo "$as_me:$LINENO: result: $result" >&5
10372 echo "${ECHO_T}$result" >&6; }
10373
10374
10375 enablestring=
10376 defaultval=$wxUSE_ALL_FEATURES
10377 if test -z "$defaultval"; then
10378 if test x"$enablestring" = xdisable; then
10379 defaultval=yes
10380 else
10381 defaultval=no
10382 fi
10383 fi
10384
10385 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
10386 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6; }
10387 # Check whether --enable-postscript was given.
10388 if test "${enable_postscript+set}" = set; then
10389 enableval=$enable_postscript;
10390 if test "$enableval" = yes; then
10391 wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
10392 else
10393 wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
10394 fi
10395 cache=yes
10396
10397 else
10398
10399 LINE=`grep "^wxUSE_POSTSCRIPT=" ${wx_arg_cache_file}`
10400 if test "x$LINE" != x ; then
10401 eval "DEFAULT_$LINE"
10402 cache=yes
10403 else
10404 cache=no
10405 fi
10406
10407 wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
10408
10409 fi
10410
10411
10412 eval "$wx_cv_use_postscript"
10413 if test "x$cache" = xyes; then
10414 echo "wxUSE_POSTSCRIPT=$wxUSE_POSTSCRIPT" >> ${wx_arg_cache_file}.tmp
10415 fi
10416
10417 if test x"$enablestring" = xdisable; then
10418 if test $wxUSE_POSTSCRIPT = yes; then
10419 result=no
10420 else
10421 result=yes
10422 fi
10423 else
10424 result=$wxUSE_POSTSCRIPT
10425 fi
10426
10427 { echo "$as_me:$LINENO: result: $result" >&5
10428 echo "${ECHO_T}$result" >&6; }
10429
10430
10431 enablestring=
10432 defaultval=$wxUSE_ALL_FEATURES
10433 if test -z "$defaultval"; then
10434 if test x"$enablestring" = xdisable; then
10435 defaultval=yes
10436 else
10437 defaultval=no
10438 fi
10439 fi
10440
10441 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-svg" >&5
10442 echo $ECHO_N "checking for --${enablestring:-enable}-svg... $ECHO_C" >&6; }
10443 # Check whether --enable-svg was given.
10444 if test "${enable_svg+set}" = set; then
10445 enableval=$enable_svg;
10446 if test "$enableval" = yes; then
10447 wx_cv_use_svg='wxUSE_SVG=yes'
10448 else
10449 wx_cv_use_svg='wxUSE_SVG=no'
10450 fi
10451 cache=yes
10452
10453 else
10454
10455 LINE=`grep "^wxUSE_SVG=" ${wx_arg_cache_file}`
10456 if test "x$LINE" != x ; then
10457 eval "DEFAULT_$LINE"
10458 cache=yes
10459 else
10460 cache=no
10461 fi
10462
10463 wx_cv_use_svg='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
10464
10465 fi
10466
10467
10468 eval "$wx_cv_use_svg"
10469 if test "x$cache" = xyes; then
10470 echo "wxUSE_SVG=$wxUSE_SVG" >> ${wx_arg_cache_file}.tmp
10471 fi
10472
10473 if test x"$enablestring" = xdisable; then
10474 if test $wxUSE_SVG = yes; then
10475 result=no
10476 else
10477 result=yes
10478 fi
10479 else
10480 result=$wxUSE_SVG
10481 fi
10482
10483 { echo "$as_me:$LINENO: result: $result" >&5
10484 echo "${ECHO_T}$result" >&6; }
10485
10486
10487
10488
10489 enablestring=
10490 defaultval=$wxUSE_ALL_FEATURES
10491 if test -z "$defaultval"; then
10492 if test x"$enablestring" = xdisable; then
10493 defaultval=yes
10494 else
10495 defaultval=no
10496 fi
10497 fi
10498
10499 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
10500 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6; }
10501 # Check whether --enable-clipboard was given.
10502 if test "${enable_clipboard+set}" = set; then
10503 enableval=$enable_clipboard;
10504 if test "$enableval" = yes; then
10505 wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
10506 else
10507 wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
10508 fi
10509 cache=yes
10510
10511 else
10512
10513 LINE=`grep "^wxUSE_CLIPBOARD=" ${wx_arg_cache_file}`
10514 if test "x$LINE" != x ; then
10515 eval "DEFAULT_$LINE"
10516 cache=yes
10517 else
10518 cache=no
10519 fi
10520
10521 wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
10522
10523 fi
10524
10525
10526 eval "$wx_cv_use_clipboard"
10527 if test "x$cache" = xyes; then
10528 echo "wxUSE_CLIPBOARD=$wxUSE_CLIPBOARD" >> ${wx_arg_cache_file}.tmp
10529 fi
10530
10531 if test x"$enablestring" = xdisable; then
10532 if test $wxUSE_CLIPBOARD = yes; then
10533 result=no
10534 else
10535 result=yes
10536 fi
10537 else
10538 result=$wxUSE_CLIPBOARD
10539 fi
10540
10541 { echo "$as_me:$LINENO: result: $result" >&5
10542 echo "${ECHO_T}$result" >&6; }
10543
10544
10545 enablestring=
10546 defaultval=$wxUSE_ALL_FEATURES
10547 if test -z "$defaultval"; then
10548 if test x"$enablestring" = xdisable; then
10549 defaultval=yes
10550 else
10551 defaultval=no
10552 fi
10553 fi
10554
10555 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
10556 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6; }
10557 # Check whether --enable-dnd was given.
10558 if test "${enable_dnd+set}" = set; then
10559 enableval=$enable_dnd;
10560 if test "$enableval" = yes; then
10561 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
10562 else
10563 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
10564 fi
10565 cache=yes
10566
10567 else
10568
10569 LINE=`grep "^wxUSE_DRAG_AND_DROP=" ${wx_arg_cache_file}`
10570 if test "x$LINE" != x ; then
10571 eval "DEFAULT_$LINE"
10572 cache=yes
10573 else
10574 cache=no
10575 fi
10576
10577 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
10578
10579 fi
10580
10581
10582 eval "$wx_cv_use_dnd"
10583 if test "x$cache" = xyes; then
10584 echo "wxUSE_DRAG_AND_DROP=$wxUSE_DRAG_AND_DROP" >> ${wx_arg_cache_file}.tmp
10585 fi
10586
10587 if test x"$enablestring" = xdisable; then
10588 if test $wxUSE_DRAG_AND_DROP = yes; then
10589 result=no
10590 else
10591 result=yes
10592 fi
10593 else
10594 result=$wxUSE_DRAG_AND_DROP
10595 fi
10596
10597 { echo "$as_me:$LINENO: result: $result" >&5
10598 echo "${ECHO_T}$result" >&6; }
10599
10600
10601 enablestring=
10602 defaultval=$wxUSE_ALL_FEATURES
10603 if test -z "$defaultval"; then
10604 if test x"$enablestring" = xdisable; then
10605 defaultval=yes
10606 else
10607 defaultval=no
10608 fi
10609 fi
10610
10611 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
10612 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
10613 # Check whether --enable-metafile was given.
10614 if test "${enable_metafile+set}" = set; then
10615 enableval=$enable_metafile;
10616 if test "$enableval" = yes; then
10617 wx_cv_use_metafile='wxUSE_METAFILE=yes'
10618 else
10619 wx_cv_use_metafile='wxUSE_METAFILE=no'
10620 fi
10621 cache=yes
10622
10623 else
10624
10625 LINE=`grep "^wxUSE_METAFILE=" ${wx_arg_cache_file}`
10626 if test "x$LINE" != x ; then
10627 eval "DEFAULT_$LINE"
10628 cache=yes
10629 else
10630 cache=no
10631 fi
10632
10633 wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
10634
10635 fi
10636
10637
10638 eval "$wx_cv_use_metafile"
10639 if test "x$cache" = xyes; then
10640 echo "wxUSE_METAFILE=$wxUSE_METAFILE" >> ${wx_arg_cache_file}.tmp
10641 fi
10642
10643 if test x"$enablestring" = xdisable; then
10644 if test $wxUSE_METAFILE = yes; then
10645 result=no
10646 else
10647 result=yes
10648 fi
10649 else
10650 result=$wxUSE_METAFILE
10651 fi
10652
10653 { echo "$as_me:$LINENO: result: $result" >&5
10654 echo "${ECHO_T}$result" >&6; }
10655
10656
10657
10658 DEFAULT_wxUSE_CONTROLS=none
10659
10660 enablestring=disable
10661 defaultval=
10662 if test -z "$defaultval"; then
10663 if test x"$enablestring" = xdisable; then
10664 defaultval=yes
10665 else
10666 defaultval=no
10667 fi
10668 fi
10669
10670 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
10671 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6; }
10672 # Check whether --enable-controls was given.
10673 if test "${enable_controls+set}" = set; then
10674 enableval=$enable_controls;
10675 if test "$enableval" = yes; then
10676 wx_cv_use_controls='wxUSE_CONTROLS=yes'
10677 else
10678 wx_cv_use_controls='wxUSE_CONTROLS=no'
10679 fi
10680 cache=yes
10681
10682 else
10683
10684 LINE=`grep "^wxUSE_CONTROLS=" ${wx_arg_cache_file}`
10685 if test "x$LINE" != x ; then
10686 eval "DEFAULT_$LINE"
10687 cache=yes
10688 else
10689 cache=no
10690 fi
10691
10692 wx_cv_use_controls='wxUSE_CONTROLS=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
10693
10694 fi
10695
10696
10697 eval "$wx_cv_use_controls"
10698 if test "x$cache" = xyes; then
10699 echo "wxUSE_CONTROLS=$wxUSE_CONTROLS" >> ${wx_arg_cache_file}.tmp
10700 fi
10701
10702 if test x"$enablestring" = xdisable; then
10703 if test $wxUSE_CONTROLS = yes; then
10704 result=no
10705 else
10706 result=yes
10707 fi
10708 else
10709 result=$wxUSE_CONTROLS
10710 fi
10711
10712 { echo "$as_me:$LINENO: result: $result" >&5
10713 echo "${ECHO_T}$result" >&6; }
10714
10715
10716 if test "$wxUSE_CONTROLS" = "yes"; then
10717 DEFAULT_wxUSE_ACCEL=yes
10718 DEFAULT_wxUSE_ANIMATIONCTRL=yes
10719 DEFAULT_wxUSE_BMPBUTTON=yes
10720 DEFAULT_wxUSE_BUTTON=yes
10721 DEFAULT_wxUSE_CALCTRL=yes
10722 DEFAULT_wxUSE_CARET=yes
10723 DEFAULT_wxUSE_COMBOBOX=yes
10724 DEFAULT_wxUSE_CHECKBOX=yes
10725 DEFAULT_wxUSE_CHECKLISTBOX=yes
10726 DEFAULT_wxUSE_CHOICE=yes
10727 DEFAULT_wxUSE_CHOICEBOOK=yes
10728 DEFAULT_wxUSE_COLLPANE=yes
10729 DEFAULT_wxUSE_COLOURPICKERCTRL=yes
10730 DEFAULT_wxUSE_COMBOBOX=yes
10731 DEFAULT_wxUSE_DATEPICKCTRL=yes
10732 DEFAULT_wxUSE_DISPLAY=yes
10733 DEFAULT_wxUSE_DETECT_SM=yes
10734 DEFAULT_wxUSE_DIRPICKERCTRL=yes
10735 DEFAULT_wxUSE_FILEPICKERCTRL=yes
10736 DEFAULT_wxUSE_FONTPICKERCTRL=yes
10737 DEFAULT_wxUSE_GAUGE=yes
10738 DEFAULT_wxUSE_GRID=yes
10739 DEFAULT_wxUSE_HYPERLINKCTRL=yes
10740 DEFAULT_wxUSE_DATAVIEWCTRL=no
10741 DEFAULT_wxUSE_IMAGLIST=yes
10742 DEFAULT_wxUSE_LISTBOOK=yes
10743 DEFAULT_wxUSE_LISTBOX=yes
10744 DEFAULT_wxUSE_LISTCTRL=yes
10745 DEFAULT_wxUSE_NOTEBOOK=yes
10746 DEFAULT_wxUSE_RADIOBOX=yes
10747 DEFAULT_wxUSE_RADIOBTN=yes
10748 DEFAULT_wxUSE_SASH=yes
10749 DEFAULT_wxUSE_SCROLLBAR=yes
10750 DEFAULT_wxUSE_SEARCHCTRL=yes
10751 DEFAULT_wxUSE_SLIDER=yes
10752 DEFAULT_wxUSE_SPINBTN=yes
10753 DEFAULT_wxUSE_SPINCTRL=yes
10754 DEFAULT_wxUSE_SPLITTER=yes
10755 DEFAULT_wxUSE_STATBMP=yes
10756 DEFAULT_wxUSE_STATBOX=yes
10757 DEFAULT_wxUSE_STATLINE=yes
10758 DEFAULT_wxUSE_STATUSBAR=yes
10759 DEFAULT_wxUSE_TAB_DIALOG=yes
10760 DEFAULT_wxUSE_TOGGLEBTN=yes
10761 DEFAULT_wxUSE_TOOLBAR=yes
10762 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
10763 DEFAULT_wxUSE_TOOLTIPS=yes
10764 DEFAULT_wxUSE_TREEBOOK=yes
10765 DEFAULT_wxUSE_TOOLBOOK=yes
10766 DEFAULT_wxUSE_TREECTRL=yes
10767 DEFAULT_wxUSE_POPUPWIN=yes
10768 DEFAULT_wxUSE_TIPWINDOW=yes
10769 elif test "$wxUSE_CONTROLS" = "no"; then
10770 DEFAULT_wxUSE_ACCEL=no
10771 DEFAULT_wxUSE_ANIMATIONCTRL=no
10772 DEFAULT_wxUSE_BMPBUTTON=no
10773 DEFAULT_wxUSE_BUTTON=no
10774 DEFAULT_wxUSE_CALCTRL=no
10775 DEFAULT_wxUSE_CARET=no
10776 DEFAULT_wxUSE_COLLPANE=no
10777 DEFAULT_wxUSE_COMBOBOX=no
10778 DEFAULT_wxUSE_CHECKBOX=no
10779 DEFAULT_wxUSE_CHECKLISTBOX=no
10780 DEFAULT_wxUSE_CHOICE=no
10781 DEFAULT_wxUSE_CHOICEBOOK=no
10782 DEFAULT_wxUSE_COLOURPICKERCTRL=no
10783 DEFAULT_wxUSE_COMBOBOX=no
10784 DEFAULT_wxUSE_DATEPICKCTRL=no
10785 DEFAULT_wxUSE_DISPLAY=no
10786 DEFAULT_wxUSE_DETECT_SM=no
10787 DEFAULT_wxUSE_DIRPICKERCTRL=no
10788 DEFAULT_wxUSE_FILEPICKERCTRL=no
10789 DEFAULT_wxUSE_FONTPICKERCTRL=no
10790 DEFAULT_wxUSE_GAUGE=no
10791 DEFAULT_wxUSE_GRID=no
10792 DEFAULT_wxUSE_HYPERLINKCTRL=no
10793 DEFAULT_wxUSE_DATAVIEWCTRL=no
10794 DEFAULT_wxUSE_IMAGLIST=no
10795 DEFAULT_wxUSE_LISTBOOK=no
10796 DEFAULT_wxUSE_LISTBOX=no
10797 DEFAULT_wxUSE_LISTCTRL=no
10798 DEFAULT_wxUSE_NOTEBOOK=no
10799 DEFAULT_wxUSE_RADIOBOX=no
10800 DEFAULT_wxUSE_RADIOBTN=no
10801 DEFAULT_wxUSE_SASH=no
10802 DEFAULT_wxUSE_SCROLLBAR=no
10803 DEFAULT_wxUSE_SEARCHCTRL=no
10804 DEFAULT_wxUSE_SLIDER=no
10805 DEFAULT_wxUSE_SPINBTN=no
10806 DEFAULT_wxUSE_SPINCTRL=no
10807 DEFAULT_wxUSE_SPLITTER=no
10808 DEFAULT_wxUSE_STATBMP=no
10809 DEFAULT_wxUSE_STATBOX=no
10810 DEFAULT_wxUSE_STATLINE=no
10811 DEFAULT_wxUSE_STATUSBAR=no
10812 DEFAULT_wxUSE_TAB_DIALOG=no
10813 DEFAULT_wxUSE_TOGGLEBTN=no
10814 DEFAULT_wxUSE_TOOLBAR=no
10815 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
10816 DEFAULT_wxUSE_TOOLTIPS=no
10817 DEFAULT_wxUSE_TREEBOOK=no
10818 DEFAULT_wxUSE_TOOLBOOK=no
10819 DEFAULT_wxUSE_TREECTRL=no
10820 DEFAULT_wxUSE_POPUPWIN=no
10821 DEFAULT_wxUSE_TIPWINDOW=no
10822 fi
10823
10824
10825 enablestring=
10826 defaultval=$wxUSE_ALL_FEATURES
10827 if test -z "$defaultval"; then
10828 if test x"$enablestring" = xdisable; then
10829 defaultval=yes
10830 else
10831 defaultval=no
10832 fi
10833 fi
10834
10835 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
10836 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6; }
10837 # Check whether --enable-accel was given.
10838 if test "${enable_accel+set}" = set; then
10839 enableval=$enable_accel;
10840 if test "$enableval" = yes; then
10841 wx_cv_use_accel='wxUSE_ACCEL=yes'
10842 else
10843 wx_cv_use_accel='wxUSE_ACCEL=no'
10844 fi
10845 cache=yes
10846
10847 else
10848
10849 LINE=`grep "^wxUSE_ACCEL=" ${wx_arg_cache_file}`
10850 if test "x$LINE" != x ; then
10851 eval "DEFAULT_$LINE"
10852 cache=yes
10853 else
10854 cache=no
10855 fi
10856
10857 wx_cv_use_accel='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
10858
10859 fi
10860
10861
10862 eval "$wx_cv_use_accel"
10863 if test "x$cache" = xyes; then
10864 echo "wxUSE_ACCEL=$wxUSE_ACCEL" >> ${wx_arg_cache_file}.tmp
10865 fi
10866
10867 if test x"$enablestring" = xdisable; then
10868 if test $wxUSE_ACCEL = yes; then
10869 result=no
10870 else
10871 result=yes
10872 fi
10873 else
10874 result=$wxUSE_ACCEL
10875 fi
10876
10877 { echo "$as_me:$LINENO: result: $result" >&5
10878 echo "${ECHO_T}$result" >&6; }
10879
10880
10881 enablestring=
10882 defaultval=$wxUSE_ALL_FEATURES
10883 if test -z "$defaultval"; then
10884 if test x"$enablestring" = xdisable; then
10885 defaultval=yes
10886 else
10887 defaultval=no
10888 fi
10889 fi
10890
10891 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-animatectrl" >&5
10892 echo $ECHO_N "checking for --${enablestring:-enable}-animatectrl... $ECHO_C" >&6; }
10893 # Check whether --enable-animatectrl was given.
10894 if test "${enable_animatectrl+set}" = set; then
10895 enableval=$enable_animatectrl;
10896 if test "$enableval" = yes; then
10897 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=yes'
10898 else
10899 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=no'
10900 fi
10901 cache=yes
10902
10903 else
10904
10905 LINE=`grep "^wxUSE_ANIMATIONCTRL=" ${wx_arg_cache_file}`
10906 if test "x$LINE" != x ; then
10907 eval "DEFAULT_$LINE"
10908 cache=yes
10909 else
10910 cache=no
10911 fi
10912
10913 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
10914
10915 fi
10916
10917
10918 eval "$wx_cv_use_animatectrl"
10919 if test "x$cache" = xyes; then
10920 echo "wxUSE_ANIMATIONCTRL=$wxUSE_ANIMATIONCTRL" >> ${wx_arg_cache_file}.tmp
10921 fi
10922
10923 if test x"$enablestring" = xdisable; then
10924 if test $wxUSE_ANIMATIONCTRL = yes; then
10925 result=no
10926 else
10927 result=yes
10928 fi
10929 else
10930 result=$wxUSE_ANIMATIONCTRL
10931 fi
10932
10933 { echo "$as_me:$LINENO: result: $result" >&5
10934 echo "${ECHO_T}$result" >&6; }
10935
10936
10937 enablestring=
10938 defaultval=$wxUSE_ALL_FEATURES
10939 if test -z "$defaultval"; then
10940 if test x"$enablestring" = xdisable; then
10941 defaultval=yes
10942 else
10943 defaultval=no
10944 fi
10945 fi
10946
10947 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
10948 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6; }
10949 # Check whether --enable-button was given.
10950 if test "${enable_button+set}" = set; then
10951 enableval=$enable_button;
10952 if test "$enableval" = yes; then
10953 wx_cv_use_button='wxUSE_BUTTON=yes'
10954 else
10955 wx_cv_use_button='wxUSE_BUTTON=no'
10956 fi
10957 cache=yes
10958
10959 else
10960
10961 LINE=`grep "^wxUSE_BUTTON=" ${wx_arg_cache_file}`
10962 if test "x$LINE" != x ; then
10963 eval "DEFAULT_$LINE"
10964 cache=yes
10965 else
10966 cache=no
10967 fi
10968
10969 wx_cv_use_button='wxUSE_BUTTON=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
10970
10971 fi
10972
10973
10974 eval "$wx_cv_use_button"
10975 if test "x$cache" = xyes; then
10976 echo "wxUSE_BUTTON=$wxUSE_BUTTON" >> ${wx_arg_cache_file}.tmp
10977 fi
10978
10979 if test x"$enablestring" = xdisable; then
10980 if test $wxUSE_BUTTON = yes; then
10981 result=no
10982 else
10983 result=yes
10984 fi
10985 else
10986 result=$wxUSE_BUTTON
10987 fi
10988
10989 { echo "$as_me:$LINENO: result: $result" >&5
10990 echo "${ECHO_T}$result" >&6; }
10991
10992
10993 enablestring=
10994 defaultval=$wxUSE_ALL_FEATURES
10995 if test -z "$defaultval"; then
10996 if test x"$enablestring" = xdisable; then
10997 defaultval=yes
10998 else
10999 defaultval=no
11000 fi
11001 fi
11002
11003 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
11004 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6; }
11005 # Check whether --enable-bmpbutton was given.
11006 if test "${enable_bmpbutton+set}" = set; then
11007 enableval=$enable_bmpbutton;
11008 if test "$enableval" = yes; then
11009 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
11010 else
11011 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
11012 fi
11013 cache=yes
11014
11015 else
11016
11017 LINE=`grep "^wxUSE_BMPBUTTON=" ${wx_arg_cache_file}`
11018 if test "x$LINE" != x ; then
11019 eval "DEFAULT_$LINE"
11020 cache=yes
11021 else
11022 cache=no
11023 fi
11024
11025 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
11026
11027 fi
11028
11029
11030 eval "$wx_cv_use_bmpbutton"
11031 if test "x$cache" = xyes; then
11032 echo "wxUSE_BMPBUTTON=$wxUSE_BMPBUTTON" >> ${wx_arg_cache_file}.tmp
11033 fi
11034
11035 if test x"$enablestring" = xdisable; then
11036 if test $wxUSE_BMPBUTTON = yes; then
11037 result=no
11038 else
11039 result=yes
11040 fi
11041 else
11042 result=$wxUSE_BMPBUTTON
11043 fi
11044
11045 { echo "$as_me:$LINENO: result: $result" >&5
11046 echo "${ECHO_T}$result" >&6; }
11047
11048
11049 enablestring=
11050 defaultval=$wxUSE_ALL_FEATURES
11051 if test -z "$defaultval"; then
11052 if test x"$enablestring" = xdisable; then
11053 defaultval=yes
11054 else
11055 defaultval=no
11056 fi
11057 fi
11058
11059 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpcombobox" >&5
11060 echo $ECHO_N "checking for --${enablestring:-enable}-bmpcombobox... $ECHO_C" >&6; }
11061 # Check whether --enable-bmpcombobox was given.
11062 if test "${enable_bmpcombobox+set}" = set; then
11063 enableval=$enable_bmpcombobox;
11064 if test "$enableval" = yes; then
11065 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=yes'
11066 else
11067 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
11068 fi
11069 cache=yes
11070
11071 else
11072
11073 LINE=`grep "^wxUSE_BITMAPCOMBOBOX=" ${wx_arg_cache_file}`
11074 if test "x$LINE" != x ; then
11075 eval "DEFAULT_$LINE"
11076 cache=yes
11077 else
11078 cache=no
11079 fi
11080
11081 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
11082
11083 fi
11084
11085
11086 eval "$wx_cv_use_bmpcombobox"
11087 if test "x$cache" = xyes; then
11088 echo "wxUSE_BITMAPCOMBOBOX=$wxUSE_BITMAPCOMBOBOX" >> ${wx_arg_cache_file}.tmp
11089 fi
11090
11091 if test x"$enablestring" = xdisable; then
11092 if test $wxUSE_BITMAPCOMBOBOX = yes; then
11093 result=no
11094 else
11095 result=yes
11096 fi
11097 else
11098 result=$wxUSE_BITMAPCOMBOBOX
11099 fi
11100
11101 { echo "$as_me:$LINENO: result: $result" >&5
11102 echo "${ECHO_T}$result" >&6; }
11103
11104
11105 enablestring=
11106 defaultval=$wxUSE_ALL_FEATURES
11107 if test -z "$defaultval"; then
11108 if test x"$enablestring" = xdisable; then
11109 defaultval=yes
11110 else
11111 defaultval=no
11112 fi
11113 fi
11114
11115 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
11116 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6; }
11117 # Check whether --enable-calendar was given.
11118 if test "${enable_calendar+set}" = set; then
11119 enableval=$enable_calendar;
11120 if test "$enableval" = yes; then
11121 wx_cv_use_calendar='wxUSE_CALCTRL=yes'
11122 else
11123 wx_cv_use_calendar='wxUSE_CALCTRL=no'
11124 fi
11125 cache=yes
11126
11127 else
11128
11129 LINE=`grep "^wxUSE_CALCTRL=" ${wx_arg_cache_file}`
11130 if test "x$LINE" != x ; then
11131 eval "DEFAULT_$LINE"
11132 cache=yes
11133 else
11134 cache=no
11135 fi
11136
11137 wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
11138
11139 fi
11140
11141
11142 eval "$wx_cv_use_calendar"
11143 if test "x$cache" = xyes; then
11144 echo "wxUSE_CALCTRL=$wxUSE_CALCTRL" >> ${wx_arg_cache_file}.tmp
11145 fi
11146
11147 if test x"$enablestring" = xdisable; then
11148 if test $wxUSE_CALCTRL = yes; then
11149 result=no
11150 else
11151 result=yes
11152 fi
11153 else
11154 result=$wxUSE_CALCTRL
11155 fi
11156
11157 { echo "$as_me:$LINENO: result: $result" >&5
11158 echo "${ECHO_T}$result" >&6; }
11159
11160
11161 enablestring=
11162 defaultval=$wxUSE_ALL_FEATURES
11163 if test -z "$defaultval"; then
11164 if test x"$enablestring" = xdisable; then
11165 defaultval=yes
11166 else
11167 defaultval=no
11168 fi
11169 fi
11170
11171 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
11172 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6; }
11173 # Check whether --enable-caret was given.
11174 if test "${enable_caret+set}" = set; then
11175 enableval=$enable_caret;
11176 if test "$enableval" = yes; then
11177 wx_cv_use_caret='wxUSE_CARET=yes'
11178 else
11179 wx_cv_use_caret='wxUSE_CARET=no'
11180 fi
11181 cache=yes
11182
11183 else
11184
11185 LINE=`grep "^wxUSE_CARET=" ${wx_arg_cache_file}`
11186 if test "x$LINE" != x ; then
11187 eval "DEFAULT_$LINE"
11188 cache=yes
11189 else
11190 cache=no
11191 fi
11192
11193 wx_cv_use_caret='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
11194
11195 fi
11196
11197
11198 eval "$wx_cv_use_caret"
11199 if test "x$cache" = xyes; then
11200 echo "wxUSE_CARET=$wxUSE_CARET" >> ${wx_arg_cache_file}.tmp
11201 fi
11202
11203 if test x"$enablestring" = xdisable; then
11204 if test $wxUSE_CARET = yes; then
11205 result=no
11206 else
11207 result=yes
11208 fi
11209 else
11210 result=$wxUSE_CARET
11211 fi
11212
11213 { echo "$as_me:$LINENO: result: $result" >&5
11214 echo "${ECHO_T}$result" >&6; }
11215
11216
11217 enablestring=
11218 defaultval=$wxUSE_ALL_FEATURES
11219 if test -z "$defaultval"; then
11220 if test x"$enablestring" = xdisable; then
11221 defaultval=yes
11222 else
11223 defaultval=no
11224 fi
11225 fi
11226
11227 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
11228 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6; }
11229 # Check whether --enable-checkbox was given.
11230 if test "${enable_checkbox+set}" = set; then
11231 enableval=$enable_checkbox;
11232 if test "$enableval" = yes; then
11233 wx_cv_use_checkbox='wxUSE_CHECKBOX=yes'
11234 else
11235 wx_cv_use_checkbox='wxUSE_CHECKBOX=no'
11236 fi
11237 cache=yes
11238
11239 else
11240
11241 LINE=`grep "^wxUSE_CHECKBOX=" ${wx_arg_cache_file}`
11242 if test "x$LINE" != x ; then
11243 eval "DEFAULT_$LINE"
11244 cache=yes
11245 else
11246 cache=no
11247 fi
11248
11249 wx_cv_use_checkbox='wxUSE_CHECKBOX=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
11250
11251 fi
11252
11253
11254 eval "$wx_cv_use_checkbox"
11255 if test "x$cache" = xyes; then
11256 echo "wxUSE_CHECKBOX=$wxUSE_CHECKBOX" >> ${wx_arg_cache_file}.tmp
11257 fi
11258
11259 if test x"$enablestring" = xdisable; then
11260 if test $wxUSE_CHECKBOX = yes; then
11261 result=no
11262 else
11263 result=yes
11264 fi
11265 else
11266 result=$wxUSE_CHECKBOX
11267 fi
11268
11269 { echo "$as_me:$LINENO: result: $result" >&5
11270 echo "${ECHO_T}$result" >&6; }
11271
11272
11273 enablestring=
11274 defaultval=$wxUSE_ALL_FEATURES
11275 if test -z "$defaultval"; then
11276 if test x"$enablestring" = xdisable; then
11277 defaultval=yes
11278 else
11279 defaultval=no
11280 fi
11281 fi
11282
11283 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
11284 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6; }
11285 # Check whether --enable-checklst was given.
11286 if test "${enable_checklst+set}" = set; then
11287 enableval=$enable_checklst;
11288 if test "$enableval" = yes; then
11289 wx_cv_use_checklst='wxUSE_CHECKLST=yes'
11290 else
11291 wx_cv_use_checklst='wxUSE_CHECKLST=no'
11292 fi
11293 cache=yes
11294
11295 else
11296
11297 LINE=`grep "^wxUSE_CHECKLST=" ${wx_arg_cache_file}`
11298 if test "x$LINE" != x ; then
11299 eval "DEFAULT_$LINE"
11300 cache=yes
11301 else
11302 cache=no
11303 fi
11304
11305 wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
11306
11307 fi
11308
11309
11310 eval "$wx_cv_use_checklst"
11311 if test "x$cache" = xyes; then
11312 echo "wxUSE_CHECKLST=$wxUSE_CHECKLST" >> ${wx_arg_cache_file}.tmp
11313 fi
11314
11315 if test x"$enablestring" = xdisable; then
11316 if test $wxUSE_CHECKLST = yes; then
11317 result=no
11318 else
11319 result=yes
11320 fi
11321 else
11322 result=$wxUSE_CHECKLST
11323 fi
11324
11325 { echo "$as_me:$LINENO: result: $result" >&5
11326 echo "${ECHO_T}$result" >&6; }
11327
11328
11329 enablestring=
11330 defaultval=$wxUSE_ALL_FEATURES
11331 if test -z "$defaultval"; then
11332 if test x"$enablestring" = xdisable; then
11333 defaultval=yes
11334 else
11335 defaultval=no
11336 fi
11337 fi
11338
11339 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
11340 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6; }
11341 # Check whether --enable-choice was given.
11342 if test "${enable_choice+set}" = set; then
11343 enableval=$enable_choice;
11344 if test "$enableval" = yes; then
11345 wx_cv_use_choice='wxUSE_CHOICE=yes'
11346 else
11347 wx_cv_use_choice='wxUSE_CHOICE=no'
11348 fi
11349 cache=yes
11350
11351 else
11352
11353 LINE=`grep "^wxUSE_CHOICE=" ${wx_arg_cache_file}`
11354 if test "x$LINE" != x ; then
11355 eval "DEFAULT_$LINE"
11356 cache=yes
11357 else
11358 cache=no
11359 fi
11360
11361 wx_cv_use_choice='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
11362
11363 fi
11364
11365
11366 eval "$wx_cv_use_choice"
11367 if test "x$cache" = xyes; then
11368 echo "wxUSE_CHOICE=$wxUSE_CHOICE" >> ${wx_arg_cache_file}.tmp
11369 fi
11370
11371 if test x"$enablestring" = xdisable; then
11372 if test $wxUSE_CHOICE = yes; then
11373 result=no
11374 else
11375 result=yes
11376 fi
11377 else
11378 result=$wxUSE_CHOICE
11379 fi
11380
11381 { echo "$as_me:$LINENO: result: $result" >&5
11382 echo "${ECHO_T}$result" >&6; }
11383
11384
11385 enablestring=
11386 defaultval=$wxUSE_ALL_FEATURES
11387 if test -z "$defaultval"; then
11388 if test x"$enablestring" = xdisable; then
11389 defaultval=yes
11390 else
11391 defaultval=no
11392 fi
11393 fi
11394
11395 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
11396 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6; }
11397 # Check whether --enable-choicebook was given.
11398 if test "${enable_choicebook+set}" = set; then
11399 enableval=$enable_choicebook;
11400 if test "$enableval" = yes; then
11401 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
11402 else
11403 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
11404 fi
11405 cache=yes
11406
11407 else
11408
11409 LINE=`grep "^wxUSE_CHOICEBOOK=" ${wx_arg_cache_file}`
11410 if test "x$LINE" != x ; then
11411 eval "DEFAULT_$LINE"
11412 cache=yes
11413 else
11414 cache=no
11415 fi
11416
11417 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
11418
11419 fi
11420
11421
11422 eval "$wx_cv_use_choicebook"
11423 if test "x$cache" = xyes; then
11424 echo "wxUSE_CHOICEBOOK=$wxUSE_CHOICEBOOK" >> ${wx_arg_cache_file}.tmp
11425 fi
11426
11427 if test x"$enablestring" = xdisable; then
11428 if test $wxUSE_CHOICEBOOK = yes; then
11429 result=no
11430 else
11431 result=yes
11432 fi
11433 else
11434 result=$wxUSE_CHOICEBOOK
11435 fi
11436
11437 { echo "$as_me:$LINENO: result: $result" >&5
11438 echo "${ECHO_T}$result" >&6; }
11439
11440
11441 enablestring=
11442 defaultval=$wxUSE_ALL_FEATURES
11443 if test -z "$defaultval"; then
11444 if test x"$enablestring" = xdisable; then
11445 defaultval=yes
11446 else
11447 defaultval=no
11448 fi
11449 fi
11450
11451 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-collpane" >&5
11452 echo $ECHO_N "checking for --${enablestring:-enable}-collpane... $ECHO_C" >&6; }
11453 # Check whether --enable-collpane was given.
11454 if test "${enable_collpane+set}" = set; then
11455 enableval=$enable_collpane;
11456 if test "$enableval" = yes; then
11457 wx_cv_use_collpane='wxUSE_COLLPANE=yes'
11458 else
11459 wx_cv_use_collpane='wxUSE_COLLPANE=no'
11460 fi
11461 cache=yes
11462
11463 else
11464
11465 LINE=`grep "^wxUSE_COLLPANE=" ${wx_arg_cache_file}`
11466 if test "x$LINE" != x ; then
11467 eval "DEFAULT_$LINE"
11468 cache=yes
11469 else
11470 cache=no
11471 fi
11472
11473 wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
11474
11475 fi
11476
11477
11478 eval "$wx_cv_use_collpane"
11479 if test "x$cache" = xyes; then
11480 echo "wxUSE_COLLPANE=$wxUSE_COLLPANE" >> ${wx_arg_cache_file}.tmp
11481 fi
11482
11483 if test x"$enablestring" = xdisable; then
11484 if test $wxUSE_COLLPANE = yes; then
11485 result=no
11486 else
11487 result=yes
11488 fi
11489 else
11490 result=$wxUSE_COLLPANE
11491 fi
11492
11493 { echo "$as_me:$LINENO: result: $result" >&5
11494 echo "${ECHO_T}$result" >&6; }
11495
11496
11497 enablestring=
11498 defaultval=$wxUSE_ALL_FEATURES
11499 if test -z "$defaultval"; then
11500 if test x"$enablestring" = xdisable; then
11501 defaultval=yes
11502 else
11503 defaultval=no
11504 fi
11505 fi
11506
11507 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-colourpicker" >&5
11508 echo $ECHO_N "checking for --${enablestring:-enable}-colourpicker... $ECHO_C" >&6; }
11509 # Check whether --enable-colourpicker was given.
11510 if test "${enable_colourpicker+set}" = set; then
11511 enableval=$enable_colourpicker;
11512 if test "$enableval" = yes; then
11513 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=yes'
11514 else
11515 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
11516 fi
11517 cache=yes
11518
11519 else
11520
11521 LINE=`grep "^wxUSE_COLOURPICKERCTRL=" ${wx_arg_cache_file}`
11522 if test "x$LINE" != x ; then
11523 eval "DEFAULT_$LINE"
11524 cache=yes
11525 else
11526 cache=no
11527 fi
11528
11529 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
11530
11531 fi
11532
11533
11534 eval "$wx_cv_use_colourpicker"
11535 if test "x$cache" = xyes; then
11536 echo "wxUSE_COLOURPICKERCTRL=$wxUSE_COLOURPICKERCTRL" >> ${wx_arg_cache_file}.tmp
11537 fi
11538
11539 if test x"$enablestring" = xdisable; then
11540 if test $wxUSE_COLOURPICKERCTRL = yes; then
11541 result=no
11542 else
11543 result=yes
11544 fi
11545 else
11546 result=$wxUSE_COLOURPICKERCTRL
11547 fi
11548
11549 { echo "$as_me:$LINENO: result: $result" >&5
11550 echo "${ECHO_T}$result" >&6; }
11551
11552
11553 enablestring=
11554 defaultval=$wxUSE_ALL_FEATURES
11555 if test -z "$defaultval"; then
11556 if test x"$enablestring" = xdisable; then
11557 defaultval=yes
11558 else
11559 defaultval=no
11560 fi
11561 fi
11562
11563 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
11564 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6; }
11565 # Check whether --enable-combobox was given.
11566 if test "${enable_combobox+set}" = set; then
11567 enableval=$enable_combobox;
11568 if test "$enableval" = yes; then
11569 wx_cv_use_combobox='wxUSE_COMBOBOX=yes'
11570 else
11571 wx_cv_use_combobox='wxUSE_COMBOBOX=no'
11572 fi
11573 cache=yes
11574
11575 else
11576
11577 LINE=`grep "^wxUSE_COMBOBOX=" ${wx_arg_cache_file}`
11578 if test "x$LINE" != x ; then
11579 eval "DEFAULT_$LINE"
11580 cache=yes
11581 else
11582 cache=no
11583 fi
11584
11585 wx_cv_use_combobox='wxUSE_COMBOBOX=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
11586
11587 fi
11588
11589
11590 eval "$wx_cv_use_combobox"
11591 if test "x$cache" = xyes; then
11592 echo "wxUSE_COMBOBOX=$wxUSE_COMBOBOX" >> ${wx_arg_cache_file}.tmp
11593 fi
11594
11595 if test x"$enablestring" = xdisable; then
11596 if test $wxUSE_COMBOBOX = yes; then
11597 result=no
11598 else
11599 result=yes
11600 fi
11601 else
11602 result=$wxUSE_COMBOBOX
11603 fi
11604
11605 { echo "$as_me:$LINENO: result: $result" >&5
11606 echo "${ECHO_T}$result" >&6; }
11607
11608
11609 enablestring=
11610 defaultval=$wxUSE_ALL_FEATURES
11611 if test -z "$defaultval"; then
11612 if test x"$enablestring" = xdisable; then
11613 defaultval=yes
11614 else
11615 defaultval=no
11616 fi
11617 fi
11618
11619 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-comboctrl" >&5
11620 echo $ECHO_N "checking for --${enablestring:-enable}-comboctrl... $ECHO_C" >&6; }
11621 # Check whether --enable-comboctrl was given.
11622 if test "${enable_comboctrl+set}" = set; then
11623 enableval=$enable_comboctrl;
11624 if test "$enableval" = yes; then
11625 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
11626 else
11627 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
11628 fi
11629 cache=yes
11630
11631 else
11632
11633 LINE=`grep "^wxUSE_COMBOCTRL=" ${wx_arg_cache_file}`
11634 if test "x$LINE" != x ; then
11635 eval "DEFAULT_$LINE"
11636 cache=yes
11637 else
11638 cache=no
11639 fi
11640
11641 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
11642
11643 fi
11644
11645
11646 eval "$wx_cv_use_comboctrl"
11647 if test "x$cache" = xyes; then
11648 echo "wxUSE_COMBOCTRL=$wxUSE_COMBOCTRL" >> ${wx_arg_cache_file}.tmp
11649 fi
11650
11651 if test x"$enablestring" = xdisable; then
11652 if test $wxUSE_COMBOCTRL = yes; then
11653 result=no
11654 else
11655 result=yes
11656 fi
11657 else
11658 result=$wxUSE_COMBOCTRL
11659 fi
11660
11661 { echo "$as_me:$LINENO: result: $result" >&5
11662 echo "${ECHO_T}$result" >&6; }
11663
11664
11665 enablestring=
11666 defaultval=$wxUSE_ALL_FEATURES
11667 if test -z "$defaultval"; then
11668 if test x"$enablestring" = xdisable; then
11669 defaultval=yes
11670 else
11671 defaultval=no
11672 fi
11673 fi
11674
11675 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
11676 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6; }
11677 # Check whether --enable-datepick was given.
11678 if test "${enable_datepick+set}" = set; then
11679 enableval=$enable_datepick;
11680 if test "$enableval" = yes; then
11681 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
11682 else
11683 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
11684 fi
11685 cache=yes
11686
11687 else
11688
11689 LINE=`grep "^wxUSE_DATEPICKCTRL=" ${wx_arg_cache_file}`
11690 if test "x$LINE" != x ; then
11691 eval "DEFAULT_$LINE"
11692 cache=yes
11693 else
11694 cache=no
11695 fi
11696
11697 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
11698
11699 fi
11700
11701
11702 eval "$wx_cv_use_datepick"
11703 if test "x$cache" = xyes; then
11704 echo "wxUSE_DATEPICKCTRL=$wxUSE_DATEPICKCTRL" >> ${wx_arg_cache_file}.tmp
11705 fi
11706
11707 if test x"$enablestring" = xdisable; then
11708 if test $wxUSE_DATEPICKCTRL = yes; then
11709 result=no
11710 else
11711 result=yes
11712 fi
11713 else
11714 result=$wxUSE_DATEPICKCTRL
11715 fi
11716
11717 { echo "$as_me:$LINENO: result: $result" >&5
11718 echo "${ECHO_T}$result" >&6; }
11719
11720
11721 enablestring=
11722 defaultval=$wxUSE_ALL_FEATURES
11723 if test -z "$defaultval"; then
11724 if test x"$enablestring" = xdisable; then
11725 defaultval=yes
11726 else
11727 defaultval=no
11728 fi
11729 fi
11730
11731 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirpicker" >&5
11732 echo $ECHO_N "checking for --${enablestring:-enable}-dirpicker... $ECHO_C" >&6; }
11733 # Check whether --enable-dirpicker was given.
11734 if test "${enable_dirpicker+set}" = set; then
11735 enableval=$enable_dirpicker;
11736 if test "$enableval" = yes; then
11737 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=yes'
11738 else
11739 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=no'
11740 fi
11741 cache=yes
11742
11743 else
11744
11745 LINE=`grep "^wxUSE_DIRPICKERCTRL=" ${wx_arg_cache_file}`
11746 if test "x$LINE" != x ; then
11747 eval "DEFAULT_$LINE"
11748 cache=yes
11749 else
11750 cache=no
11751 fi
11752
11753 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
11754
11755 fi
11756
11757
11758 eval "$wx_cv_use_dirpicker"
11759 if test "x$cache" = xyes; then
11760 echo "wxUSE_DIRPICKERCTRL=$wxUSE_DIRPICKERCTRL" >> ${wx_arg_cache_file}.tmp
11761 fi
11762
11763 if test x"$enablestring" = xdisable; then
11764 if test $wxUSE_DIRPICKERCTRL = yes; then
11765 result=no
11766 else
11767 result=yes
11768 fi
11769 else
11770 result=$wxUSE_DIRPICKERCTRL
11771 fi
11772
11773 { echo "$as_me:$LINENO: result: $result" >&5
11774 echo "${ECHO_T}$result" >&6; }
11775
11776
11777 enablestring=
11778 defaultval=$wxUSE_ALL_FEATURES
11779 if test -z "$defaultval"; then
11780 if test x"$enablestring" = xdisable; then
11781 defaultval=yes
11782 else
11783 defaultval=no
11784 fi
11785 fi
11786
11787 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
11788 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6; }
11789 # Check whether --enable-display was given.
11790 if test "${enable_display+set}" = set; then
11791 enableval=$enable_display;
11792 if test "$enableval" = yes; then
11793 wx_cv_use_display='wxUSE_DISPLAY=yes'
11794 else
11795 wx_cv_use_display='wxUSE_DISPLAY=no'
11796 fi
11797 cache=yes
11798
11799 else
11800
11801 LINE=`grep "^wxUSE_DISPLAY=" ${wx_arg_cache_file}`
11802 if test "x$LINE" != x ; then
11803 eval "DEFAULT_$LINE"
11804 cache=yes
11805 else
11806 cache=no
11807 fi
11808
11809 wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
11810
11811 fi
11812
11813
11814 eval "$wx_cv_use_display"
11815 if test "x$cache" = xyes; then
11816 echo "wxUSE_DISPLAY=$wxUSE_DISPLAY" >> ${wx_arg_cache_file}.tmp
11817 fi
11818
11819 if test x"$enablestring" = xdisable; then
11820 if test $wxUSE_DISPLAY = yes; then
11821 result=no
11822 else
11823 result=yes
11824 fi
11825 else
11826 result=$wxUSE_DISPLAY
11827 fi
11828
11829 { echo "$as_me:$LINENO: result: $result" >&5
11830 echo "${ECHO_T}$result" >&6; }
11831
11832
11833 enablestring=
11834 defaultval=$wxUSE_ALL_FEATURES
11835 if test -z "$defaultval"; then
11836 if test x"$enablestring" = xdisable; then
11837 defaultval=yes
11838 else
11839 defaultval=no
11840 fi
11841 fi
11842
11843 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-detect_sm" >&5
11844 echo $ECHO_N "checking for --${enablestring:-enable}-detect_sm... $ECHO_C" >&6; }
11845 # Check whether --enable-detect_sm was given.
11846 if test "${enable_detect_sm+set}" = set; then
11847 enableval=$enable_detect_sm;
11848 if test "$enableval" = yes; then
11849 wx_cv_use_detect_sm='wxUSE_DETECT_SM=yes'
11850 else
11851 wx_cv_use_detect_sm='wxUSE_DETECT_SM=no'
11852 fi
11853 cache=yes
11854
11855 else
11856
11857 LINE=`grep "^wxUSE_DETECT_SM=" ${wx_arg_cache_file}`
11858 if test "x$LINE" != x ; then
11859 eval "DEFAULT_$LINE"
11860 cache=yes
11861 else
11862 cache=no
11863 fi
11864
11865 wx_cv_use_detect_sm='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
11866
11867 fi
11868
11869
11870 eval "$wx_cv_use_detect_sm"
11871 if test "x$cache" = xyes; then
11872 echo "wxUSE_DETECT_SM=$wxUSE_DETECT_SM" >> ${wx_arg_cache_file}.tmp
11873 fi
11874
11875 if test x"$enablestring" = xdisable; then
11876 if test $wxUSE_DETECT_SM = yes; then
11877 result=no
11878 else
11879 result=yes
11880 fi
11881 else
11882 result=$wxUSE_DETECT_SM
11883 fi
11884
11885 { echo "$as_me:$LINENO: result: $result" >&5
11886 echo "${ECHO_T}$result" >&6; }
11887
11888
11889 enablestring=
11890 defaultval=$wxUSE_ALL_FEATURES
11891 if test -z "$defaultval"; then
11892 if test x"$enablestring" = xdisable; then
11893 defaultval=yes
11894 else
11895 defaultval=no
11896 fi
11897 fi
11898
11899 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-editablebox" >&5
11900 echo $ECHO_N "checking for --${enablestring:-enable}-editablebox... $ECHO_C" >&6; }
11901 # Check whether --enable-editablebox was given.
11902 if test "${enable_editablebox+set}" = set; then
11903 enableval=$enable_editablebox;
11904 if test "$enableval" = yes; then
11905 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=yes'
11906 else
11907 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=no'
11908 fi
11909 cache=yes
11910
11911 else
11912
11913 LINE=`grep "^wxUSE_EDITABLELISTBOX=" ${wx_arg_cache_file}`
11914 if test "x$LINE" != x ; then
11915 eval "DEFAULT_$LINE"
11916 cache=yes
11917 else
11918 cache=no
11919 fi
11920
11921 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
11922
11923 fi
11924
11925
11926 eval "$wx_cv_use_editablebox"
11927 if test "x$cache" = xyes; then
11928 echo "wxUSE_EDITABLELISTBOX=$wxUSE_EDITABLELISTBOX" >> ${wx_arg_cache_file}.tmp
11929 fi
11930
11931 if test x"$enablestring" = xdisable; then
11932 if test $wxUSE_EDITABLELISTBOX = yes; then
11933 result=no
11934 else
11935 result=yes
11936 fi
11937 else
11938 result=$wxUSE_EDITABLELISTBOX
11939 fi
11940
11941 { echo "$as_me:$LINENO: result: $result" >&5
11942 echo "${ECHO_T}$result" >&6; }
11943
11944
11945 enablestring=
11946 defaultval=$wxUSE_ALL_FEATURES
11947 if test -z "$defaultval"; then
11948 if test x"$enablestring" = xdisable; then
11949 defaultval=yes
11950 else
11951 defaultval=no
11952 fi
11953 fi
11954
11955 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filepicker" >&5
11956 echo $ECHO_N "checking for --${enablestring:-enable}-filepicker... $ECHO_C" >&6; }
11957 # Check whether --enable-filepicker was given.
11958 if test "${enable_filepicker+set}" = set; then
11959 enableval=$enable_filepicker;
11960 if test "$enableval" = yes; then
11961 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
11962 else
11963 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
11964 fi
11965 cache=yes
11966
11967 else
11968
11969 LINE=`grep "^wxUSE_FILEPICKERCTRL=" ${wx_arg_cache_file}`
11970 if test "x$LINE" != x ; then
11971 eval "DEFAULT_$LINE"
11972 cache=yes
11973 else
11974 cache=no
11975 fi
11976
11977 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
11978
11979 fi
11980
11981
11982 eval "$wx_cv_use_filepicker"
11983 if test "x$cache" = xyes; then
11984 echo "wxUSE_FILEPICKERCTRL=$wxUSE_FILEPICKERCTRL" >> ${wx_arg_cache_file}.tmp
11985 fi
11986
11987 if test x"$enablestring" = xdisable; then
11988 if test $wxUSE_FILEPICKERCTRL = yes; then
11989 result=no
11990 else
11991 result=yes
11992 fi
11993 else
11994 result=$wxUSE_FILEPICKERCTRL
11995 fi
11996
11997 { echo "$as_me:$LINENO: result: $result" >&5
11998 echo "${ECHO_T}$result" >&6; }
11999
12000
12001 enablestring=
12002 defaultval=$wxUSE_ALL_FEATURES
12003 if test -z "$defaultval"; then
12004 if test x"$enablestring" = xdisable; then
12005 defaultval=yes
12006 else
12007 defaultval=no
12008 fi
12009 fi
12010
12011 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontpicker" >&5
12012 echo $ECHO_N "checking for --${enablestring:-enable}-fontpicker... $ECHO_C" >&6; }
12013 # Check whether --enable-fontpicker was given.
12014 if test "${enable_fontpicker+set}" = set; then
12015 enableval=$enable_fontpicker;
12016 if test "$enableval" = yes; then
12017 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=yes'
12018 else
12019 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
12020 fi
12021 cache=yes
12022
12023 else
12024
12025 LINE=`grep "^wxUSE_FONTPICKERCTRL=" ${wx_arg_cache_file}`
12026 if test "x$LINE" != x ; then
12027 eval "DEFAULT_$LINE"
12028 cache=yes
12029 else
12030 cache=no
12031 fi
12032
12033 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
12034
12035 fi
12036
12037
12038 eval "$wx_cv_use_fontpicker"
12039 if test "x$cache" = xyes; then
12040 echo "wxUSE_FONTPICKERCTRL=$wxUSE_FONTPICKERCTRL" >> ${wx_arg_cache_file}.tmp
12041 fi
12042
12043 if test x"$enablestring" = xdisable; then
12044 if test $wxUSE_FONTPICKERCTRL = yes; then
12045 result=no
12046 else
12047 result=yes
12048 fi
12049 else
12050 result=$wxUSE_FONTPICKERCTRL
12051 fi
12052
12053 { echo "$as_me:$LINENO: result: $result" >&5
12054 echo "${ECHO_T}$result" >&6; }
12055
12056
12057 enablestring=
12058 defaultval=$wxUSE_ALL_FEATURES
12059 if test -z "$defaultval"; then
12060 if test x"$enablestring" = xdisable; then
12061 defaultval=yes
12062 else
12063 defaultval=no
12064 fi
12065 fi
12066
12067 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
12068 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6; }
12069 # Check whether --enable-gauge was given.
12070 if test "${enable_gauge+set}" = set; then
12071 enableval=$enable_gauge;
12072 if test "$enableval" = yes; then
12073 wx_cv_use_gauge='wxUSE_GAUGE=yes'
12074 else
12075 wx_cv_use_gauge='wxUSE_GAUGE=no'
12076 fi
12077 cache=yes
12078
12079 else
12080
12081 LINE=`grep "^wxUSE_GAUGE=" ${wx_arg_cache_file}`
12082 if test "x$LINE" != x ; then
12083 eval "DEFAULT_$LINE"
12084 cache=yes
12085 else
12086 cache=no
12087 fi
12088
12089 wx_cv_use_gauge='wxUSE_GAUGE=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
12090
12091 fi
12092
12093
12094 eval "$wx_cv_use_gauge"
12095 if test "x$cache" = xyes; then
12096 echo "wxUSE_GAUGE=$wxUSE_GAUGE" >> ${wx_arg_cache_file}.tmp
12097 fi
12098
12099 if test x"$enablestring" = xdisable; then
12100 if test $wxUSE_GAUGE = yes; then
12101 result=no
12102 else
12103 result=yes
12104 fi
12105 else
12106 result=$wxUSE_GAUGE
12107 fi
12108
12109 { echo "$as_me:$LINENO: result: $result" >&5
12110 echo "${ECHO_T}$result" >&6; }
12111
12112
12113 enablestring=
12114 defaultval=$wxUSE_ALL_FEATURES
12115 if test -z "$defaultval"; then
12116 if test x"$enablestring" = xdisable; then
12117 defaultval=yes
12118 else
12119 defaultval=no
12120 fi
12121 fi
12122
12123 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
12124 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6; }
12125 # Check whether --enable-grid was given.
12126 if test "${enable_grid+set}" = set; then
12127 enableval=$enable_grid;
12128 if test "$enableval" = yes; then
12129 wx_cv_use_grid='wxUSE_GRID=yes'
12130 else
12131 wx_cv_use_grid='wxUSE_GRID=no'
12132 fi
12133 cache=yes
12134
12135 else
12136
12137 LINE=`grep "^wxUSE_GRID=" ${wx_arg_cache_file}`
12138 if test "x$LINE" != x ; then
12139 eval "DEFAULT_$LINE"
12140 cache=yes
12141 else
12142 cache=no
12143 fi
12144
12145 wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
12146
12147 fi
12148
12149
12150 eval "$wx_cv_use_grid"
12151 if test "x$cache" = xyes; then
12152 echo "wxUSE_GRID=$wxUSE_GRID" >> ${wx_arg_cache_file}.tmp
12153 fi
12154
12155 if test x"$enablestring" = xdisable; then
12156 if test $wxUSE_GRID = yes; then
12157 result=no
12158 else
12159 result=yes
12160 fi
12161 else
12162 result=$wxUSE_GRID
12163 fi
12164
12165 { echo "$as_me:$LINENO: result: $result" >&5
12166 echo "${ECHO_T}$result" >&6; }
12167
12168
12169 enablestring=
12170 defaultval=$wxUSE_ALL_FEATURES
12171 if test -z "$defaultval"; then
12172 if test x"$enablestring" = xdisable; then
12173 defaultval=yes
12174 else
12175 defaultval=no
12176 fi
12177 fi
12178
12179 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataviewctrl" >&5
12180 echo $ECHO_N "checking for --${enablestring:-enable}-dataviewctrl... $ECHO_C" >&6; }
12181 # Check whether --enable-dataviewctrl was given.
12182 if test "${enable_dataviewctrl+set}" = set; then
12183 enableval=$enable_dataviewctrl;
12184 if test "$enableval" = yes; then
12185 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=yes'
12186 else
12187 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=no'
12188 fi
12189 cache=yes
12190
12191 else
12192
12193 LINE=`grep "^wxUSE_DATAVIEWCTRL=" ${wx_arg_cache_file}`
12194 if test "x$LINE" != x ; then
12195 eval "DEFAULT_$LINE"
12196 cache=yes
12197 else
12198 cache=no
12199 fi
12200
12201 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
12202
12203 fi
12204
12205
12206 eval "$wx_cv_use_dataviewctrl"
12207 if test "x$cache" = xyes; then
12208 echo "wxUSE_DATAVIEWCTRL=$wxUSE_DATAVIEWCTRL" >> ${wx_arg_cache_file}.tmp
12209 fi
12210
12211 if test x"$enablestring" = xdisable; then
12212 if test $wxUSE_DATAVIEWCTRL = yes; then
12213 result=no
12214 else
12215 result=yes
12216 fi
12217 else
12218 result=$wxUSE_DATAVIEWCTRL
12219 fi
12220
12221 { echo "$as_me:$LINENO: result: $result" >&5
12222 echo "${ECHO_T}$result" >&6; }
12223
12224
12225 enablestring=
12226 defaultval=$wxUSE_ALL_FEATURES
12227 if test -z "$defaultval"; then
12228 if test x"$enablestring" = xdisable; then
12229 defaultval=yes
12230 else
12231 defaultval=no
12232 fi
12233 fi
12234
12235 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hyperlink" >&5
12236 echo $ECHO_N "checking for --${enablestring:-enable}-hyperlink... $ECHO_C" >&6; }
12237 # Check whether --enable-hyperlink was given.
12238 if test "${enable_hyperlink+set}" = set; then
12239 enableval=$enable_hyperlink;
12240 if test "$enableval" = yes; then
12241 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=yes'
12242 else
12243 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=no'
12244 fi
12245 cache=yes
12246
12247 else
12248
12249 LINE=`grep "^wxUSE_HYPERLINKCTRL=" ${wx_arg_cache_file}`
12250 if test "x$LINE" != x ; then
12251 eval "DEFAULT_$LINE"
12252 cache=yes
12253 else
12254 cache=no
12255 fi
12256
12257 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
12258
12259 fi
12260
12261
12262 eval "$wx_cv_use_hyperlink"
12263 if test "x$cache" = xyes; then
12264 echo "wxUSE_HYPERLINKCTRL=$wxUSE_HYPERLINKCTRL" >> ${wx_arg_cache_file}.tmp
12265 fi
12266
12267 if test x"$enablestring" = xdisable; then
12268 if test $wxUSE_HYPERLINKCTRL = yes; then
12269 result=no
12270 else
12271 result=yes
12272 fi
12273 else
12274 result=$wxUSE_HYPERLINKCTRL
12275 fi
12276
12277 { echo "$as_me:$LINENO: result: $result" >&5
12278 echo "${ECHO_T}$result" >&6; }
12279
12280
12281 enablestring=
12282 defaultval=$wxUSE_ALL_FEATURES
12283 if test -z "$defaultval"; then
12284 if test x"$enablestring" = xdisable; then
12285 defaultval=yes
12286 else
12287 defaultval=no
12288 fi
12289 fi
12290
12291 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
12292 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6; }
12293 # Check whether --enable-imaglist was given.
12294 if test "${enable_imaglist+set}" = set; then
12295 enableval=$enable_imaglist;
12296 if test "$enableval" = yes; then
12297 wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
12298 else
12299 wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
12300 fi
12301 cache=yes
12302
12303 else
12304
12305 LINE=`grep "^wxUSE_IMAGLIST=" ${wx_arg_cache_file}`
12306 if test "x$LINE" != x ; then
12307 eval "DEFAULT_$LINE"
12308 cache=yes
12309 else
12310 cache=no
12311 fi
12312
12313 wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
12314
12315 fi
12316
12317
12318 eval "$wx_cv_use_imaglist"
12319 if test "x$cache" = xyes; then
12320 echo "wxUSE_IMAGLIST=$wxUSE_IMAGLIST" >> ${wx_arg_cache_file}.tmp
12321 fi
12322
12323 if test x"$enablestring" = xdisable; then
12324 if test $wxUSE_IMAGLIST = yes; then
12325 result=no
12326 else
12327 result=yes
12328 fi
12329 else
12330 result=$wxUSE_IMAGLIST
12331 fi
12332
12333 { echo "$as_me:$LINENO: result: $result" >&5
12334 echo "${ECHO_T}$result" >&6; }
12335
12336
12337 enablestring=
12338 defaultval=$wxUSE_ALL_FEATURES
12339 if test -z "$defaultval"; then
12340 if test x"$enablestring" = xdisable; then
12341 defaultval=yes
12342 else
12343 defaultval=no
12344 fi
12345 fi
12346
12347 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
12348 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6; }
12349 # Check whether --enable-listbook was given.
12350 if test "${enable_listbook+set}" = set; then
12351 enableval=$enable_listbook;
12352 if test "$enableval" = yes; then
12353 wx_cv_use_listbook='wxUSE_LISTBOOK=yes'
12354 else
12355 wx_cv_use_listbook='wxUSE_LISTBOOK=no'
12356 fi
12357 cache=yes
12358
12359 else
12360
12361 LINE=`grep "^wxUSE_LISTBOOK=" ${wx_arg_cache_file}`
12362 if test "x$LINE" != x ; then
12363 eval "DEFAULT_$LINE"
12364 cache=yes
12365 else
12366 cache=no
12367 fi
12368
12369 wx_cv_use_listbook='wxUSE_LISTBOOK=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
12370
12371 fi
12372
12373
12374 eval "$wx_cv_use_listbook"
12375 if test "x$cache" = xyes; then
12376 echo "wxUSE_LISTBOOK=$wxUSE_LISTBOOK" >> ${wx_arg_cache_file}.tmp
12377 fi
12378
12379 if test x"$enablestring" = xdisable; then
12380 if test $wxUSE_LISTBOOK = yes; then
12381 result=no
12382 else
12383 result=yes
12384 fi
12385 else
12386 result=$wxUSE_LISTBOOK
12387 fi
12388
12389 { echo "$as_me:$LINENO: result: $result" >&5
12390 echo "${ECHO_T}$result" >&6; }
12391
12392
12393 enablestring=
12394 defaultval=$wxUSE_ALL_FEATURES
12395 if test -z "$defaultval"; then
12396 if test x"$enablestring" = xdisable; then
12397 defaultval=yes
12398 else
12399 defaultval=no
12400 fi
12401 fi
12402
12403 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
12404 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6; }
12405 # Check whether --enable-listbox was given.
12406 if test "${enable_listbox+set}" = set; then
12407 enableval=$enable_listbox;
12408 if test "$enableval" = yes; then
12409 wx_cv_use_listbox='wxUSE_LISTBOX=yes'
12410 else
12411 wx_cv_use_listbox='wxUSE_LISTBOX=no'
12412 fi
12413 cache=yes
12414
12415 else
12416
12417 LINE=`grep "^wxUSE_LISTBOX=" ${wx_arg_cache_file}`
12418 if test "x$LINE" != x ; then
12419 eval "DEFAULT_$LINE"
12420 cache=yes
12421 else
12422 cache=no
12423 fi
12424
12425 wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
12426
12427 fi
12428
12429
12430 eval "$wx_cv_use_listbox"
12431 if test "x$cache" = xyes; then
12432 echo "wxUSE_LISTBOX=$wxUSE_LISTBOX" >> ${wx_arg_cache_file}.tmp
12433 fi
12434
12435 if test x"$enablestring" = xdisable; then
12436 if test $wxUSE_LISTBOX = yes; then
12437 result=no
12438 else
12439 result=yes
12440 fi
12441 else
12442 result=$wxUSE_LISTBOX
12443 fi
12444
12445 { echo "$as_me:$LINENO: result: $result" >&5
12446 echo "${ECHO_T}$result" >&6; }
12447
12448
12449 enablestring=
12450 defaultval=$wxUSE_ALL_FEATURES
12451 if test -z "$defaultval"; then
12452 if test x"$enablestring" = xdisable; then
12453 defaultval=yes
12454 else
12455 defaultval=no
12456 fi
12457 fi
12458
12459 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
12460 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6; }
12461 # Check whether --enable-listctrl was given.
12462 if test "${enable_listctrl+set}" = set; then
12463 enableval=$enable_listctrl;
12464 if test "$enableval" = yes; then
12465 wx_cv_use_listctrl='wxUSE_LISTCTRL=yes'
12466 else
12467 wx_cv_use_listctrl='wxUSE_LISTCTRL=no'
12468 fi
12469 cache=yes
12470
12471 else
12472
12473 LINE=`grep "^wxUSE_LISTCTRL=" ${wx_arg_cache_file}`
12474 if test "x$LINE" != x ; then
12475 eval "DEFAULT_$LINE"
12476 cache=yes
12477 else
12478 cache=no
12479 fi
12480
12481 wx_cv_use_listctrl='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
12482
12483 fi
12484
12485
12486 eval "$wx_cv_use_listctrl"
12487 if test "x$cache" = xyes; then
12488 echo "wxUSE_LISTCTRL=$wxUSE_LISTCTRL" >> ${wx_arg_cache_file}.tmp
12489 fi
12490
12491 if test x"$enablestring" = xdisable; then
12492 if test $wxUSE_LISTCTRL = yes; then
12493 result=no
12494 else
12495 result=yes
12496 fi
12497 else
12498 result=$wxUSE_LISTCTRL
12499 fi
12500
12501 { echo "$as_me:$LINENO: result: $result" >&5
12502 echo "${ECHO_T}$result" >&6; }
12503
12504
12505 enablestring=
12506 defaultval=$wxUSE_ALL_FEATURES
12507 if test -z "$defaultval"; then
12508 if test x"$enablestring" = xdisable; then
12509 defaultval=yes
12510 else
12511 defaultval=no
12512 fi
12513 fi
12514
12515 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
12516 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6; }
12517 # Check whether --enable-notebook was given.
12518 if test "${enable_notebook+set}" = set; then
12519 enableval=$enable_notebook;
12520 if test "$enableval" = yes; then
12521 wx_cv_use_notebook='wxUSE_NOTEBOOK=yes'
12522 else
12523 wx_cv_use_notebook='wxUSE_NOTEBOOK=no'
12524 fi
12525 cache=yes
12526
12527 else
12528
12529 LINE=`grep "^wxUSE_NOTEBOOK=" ${wx_arg_cache_file}`
12530 if test "x$LINE" != x ; then
12531 eval "DEFAULT_$LINE"
12532 cache=yes
12533 else
12534 cache=no
12535 fi
12536
12537 wx_cv_use_notebook='wxUSE_NOTEBOOK=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
12538
12539 fi
12540
12541
12542 eval "$wx_cv_use_notebook"
12543 if test "x$cache" = xyes; then
12544 echo "wxUSE_NOTEBOOK=$wxUSE_NOTEBOOK" >> ${wx_arg_cache_file}.tmp
12545 fi
12546
12547 if test x"$enablestring" = xdisable; then
12548 if test $wxUSE_NOTEBOOK = yes; then
12549 result=no
12550 else
12551 result=yes
12552 fi
12553 else
12554 result=$wxUSE_NOTEBOOK
12555 fi
12556
12557 { echo "$as_me:$LINENO: result: $result" >&5
12558 echo "${ECHO_T}$result" >&6; }
12559
12560
12561 enablestring=
12562 defaultval=$wxUSE_ALL_FEATURES
12563 if test -z "$defaultval"; then
12564 if test x"$enablestring" = xdisable; then
12565 defaultval=yes
12566 else
12567 defaultval=no
12568 fi
12569 fi
12570
12571 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-odcombobox" >&5
12572 echo $ECHO_N "checking for --${enablestring:-enable}-odcombobox... $ECHO_C" >&6; }
12573 # Check whether --enable-odcombobox was given.
12574 if test "${enable_odcombobox+set}" = set; then
12575 enableval=$enable_odcombobox;
12576 if test "$enableval" = yes; then
12577 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=yes'
12578 else
12579 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
12580 fi
12581 cache=yes
12582
12583 else
12584
12585 LINE=`grep "^wxUSE_ODCOMBOBOX=" ${wx_arg_cache_file}`
12586 if test "x$LINE" != x ; then
12587 eval "DEFAULT_$LINE"
12588 cache=yes
12589 else
12590 cache=no
12591 fi
12592
12593 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
12594
12595 fi
12596
12597
12598 eval "$wx_cv_use_odcombobox"
12599 if test "x$cache" = xyes; then
12600 echo "wxUSE_ODCOMBOBOX=$wxUSE_ODCOMBOBOX" >> ${wx_arg_cache_file}.tmp
12601 fi
12602
12603 if test x"$enablestring" = xdisable; then
12604 if test $wxUSE_ODCOMBOBOX = yes; then
12605 result=no
12606 else
12607 result=yes
12608 fi
12609 else
12610 result=$wxUSE_ODCOMBOBOX
12611 fi
12612
12613 { echo "$as_me:$LINENO: result: $result" >&5
12614 echo "${ECHO_T}$result" >&6; }
12615
12616
12617 enablestring=
12618 defaultval=$wxUSE_ALL_FEATURES
12619 if test -z "$defaultval"; then
12620 if test x"$enablestring" = xdisable; then
12621 defaultval=yes
12622 else
12623 defaultval=no
12624 fi
12625 fi
12626
12627 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
12628 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6; }
12629 # Check whether --enable-radiobox was given.
12630 if test "${enable_radiobox+set}" = set; then
12631 enableval=$enable_radiobox;
12632 if test "$enableval" = yes; then
12633 wx_cv_use_radiobox='wxUSE_RADIOBOX=yes'
12634 else
12635 wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
12636 fi
12637 cache=yes
12638
12639 else
12640
12641 LINE=`grep "^wxUSE_RADIOBOX=" ${wx_arg_cache_file}`
12642 if test "x$LINE" != x ; then
12643 eval "DEFAULT_$LINE"
12644 cache=yes
12645 else
12646 cache=no
12647 fi
12648
12649 wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
12650
12651 fi
12652
12653
12654 eval "$wx_cv_use_radiobox"
12655 if test "x$cache" = xyes; then
12656 echo "wxUSE_RADIOBOX=$wxUSE_RADIOBOX" >> ${wx_arg_cache_file}.tmp
12657 fi
12658
12659 if test x"$enablestring" = xdisable; then
12660 if test $wxUSE_RADIOBOX = yes; then
12661 result=no
12662 else
12663 result=yes
12664 fi
12665 else
12666 result=$wxUSE_RADIOBOX
12667 fi
12668
12669 { echo "$as_me:$LINENO: result: $result" >&5
12670 echo "${ECHO_T}$result" >&6; }
12671
12672
12673 enablestring=
12674 defaultval=$wxUSE_ALL_FEATURES
12675 if test -z "$defaultval"; then
12676 if test x"$enablestring" = xdisable; then
12677 defaultval=yes
12678 else
12679 defaultval=no
12680 fi
12681 fi
12682
12683 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
12684 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6; }
12685 # Check whether --enable-radiobtn was given.
12686 if test "${enable_radiobtn+set}" = set; then
12687 enableval=$enable_radiobtn;
12688 if test "$enableval" = yes; then
12689 wx_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
12690 else
12691 wx_cv_use_radiobtn='wxUSE_RADIOBTN=no'
12692 fi
12693 cache=yes
12694
12695 else
12696
12697 LINE=`grep "^wxUSE_RADIOBTN=" ${wx_arg_cache_file}`
12698 if test "x$LINE" != x ; then
12699 eval "DEFAULT_$LINE"
12700 cache=yes
12701 else
12702 cache=no
12703 fi
12704
12705 wx_cv_use_radiobtn='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
12706
12707 fi
12708
12709
12710 eval "$wx_cv_use_radiobtn"
12711 if test "x$cache" = xyes; then
12712 echo "wxUSE_RADIOBTN=$wxUSE_RADIOBTN" >> ${wx_arg_cache_file}.tmp
12713 fi
12714
12715 if test x"$enablestring" = xdisable; then
12716 if test $wxUSE_RADIOBTN = yes; then
12717 result=no
12718 else
12719 result=yes
12720 fi
12721 else
12722 result=$wxUSE_RADIOBTN
12723 fi
12724
12725 { echo "$as_me:$LINENO: result: $result" >&5
12726 echo "${ECHO_T}$result" >&6; }
12727
12728
12729 enablestring=
12730 defaultval=$wxUSE_ALL_FEATURES
12731 if test -z "$defaultval"; then
12732 if test x"$enablestring" = xdisable; then
12733 defaultval=yes
12734 else
12735 defaultval=no
12736 fi
12737 fi
12738
12739 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
12740 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6; }
12741 # Check whether --enable-sash was given.
12742 if test "${enable_sash+set}" = set; then
12743 enableval=$enable_sash;
12744 if test "$enableval" = yes; then
12745 wx_cv_use_sash='wxUSE_SASH=yes'
12746 else
12747 wx_cv_use_sash='wxUSE_SASH=no'
12748 fi
12749 cache=yes
12750
12751 else
12752
12753 LINE=`grep "^wxUSE_SASH=" ${wx_arg_cache_file}`
12754 if test "x$LINE" != x ; then
12755 eval "DEFAULT_$LINE"
12756 cache=yes
12757 else
12758 cache=no
12759 fi
12760
12761 wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
12762
12763 fi
12764
12765
12766 eval "$wx_cv_use_sash"
12767 if test "x$cache" = xyes; then
12768 echo "wxUSE_SASH=$wxUSE_SASH" >> ${wx_arg_cache_file}.tmp
12769 fi
12770
12771 if test x"$enablestring" = xdisable; then
12772 if test $wxUSE_SASH = yes; then
12773 result=no
12774 else
12775 result=yes
12776 fi
12777 else
12778 result=$wxUSE_SASH
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}-scrollbar" >&5
12796 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6; }
12797 # Check whether --enable-scrollbar was given.
12798 if test "${enable_scrollbar+set}" = set; then
12799 enableval=$enable_scrollbar;
12800 if test "$enableval" = yes; then
12801 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
12802 else
12803 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
12804 fi
12805 cache=yes
12806
12807 else
12808
12809 LINE=`grep "^wxUSE_SCROLLBAR=" ${wx_arg_cache_file}`
12810 if test "x$LINE" != x ; then
12811 eval "DEFAULT_$LINE"
12812 cache=yes
12813 else
12814 cache=no
12815 fi
12816
12817 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
12818
12819 fi
12820
12821
12822 eval "$wx_cv_use_scrollbar"
12823 if test "x$cache" = xyes; then
12824 echo "wxUSE_SCROLLBAR=$wxUSE_SCROLLBAR" >> ${wx_arg_cache_file}.tmp
12825 fi
12826
12827 if test x"$enablestring" = xdisable; then
12828 if test $wxUSE_SCROLLBAR = yes; then
12829 result=no
12830 else
12831 result=yes
12832 fi
12833 else
12834 result=$wxUSE_SCROLLBAR
12835 fi
12836
12837 { echo "$as_me:$LINENO: result: $result" >&5
12838 echo "${ECHO_T}$result" >&6; }
12839
12840
12841 enablestring=
12842 defaultval=$wxUSE_ALL_FEATURES
12843 if test -z "$defaultval"; then
12844 if test x"$enablestring" = xdisable; then
12845 defaultval=yes
12846 else
12847 defaultval=no
12848 fi
12849 fi
12850
12851 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-searchctrl" >&5
12852 echo $ECHO_N "checking for --${enablestring:-enable}-searchctrl... $ECHO_C" >&6; }
12853 # Check whether --enable-searchctrl was given.
12854 if test "${enable_searchctrl+set}" = set; then
12855 enableval=$enable_searchctrl;
12856 if test "$enableval" = yes; then
12857 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=yes'
12858 else
12859 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=no'
12860 fi
12861 cache=yes
12862
12863 else
12864
12865 LINE=`grep "^wxUSE_SEARCHCTRL=" ${wx_arg_cache_file}`
12866 if test "x$LINE" != x ; then
12867 eval "DEFAULT_$LINE"
12868 cache=yes
12869 else
12870 cache=no
12871 fi
12872
12873 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
12874
12875 fi
12876
12877
12878 eval "$wx_cv_use_searchctrl"
12879 if test "x$cache" = xyes; then
12880 echo "wxUSE_SEARCHCTRL=$wxUSE_SEARCHCTRL" >> ${wx_arg_cache_file}.tmp
12881 fi
12882
12883 if test x"$enablestring" = xdisable; then
12884 if test $wxUSE_SEARCHCTRL = yes; then
12885 result=no
12886 else
12887 result=yes
12888 fi
12889 else
12890 result=$wxUSE_SEARCHCTRL
12891 fi
12892
12893 { echo "$as_me:$LINENO: result: $result" >&5
12894 echo "${ECHO_T}$result" >&6; }
12895
12896
12897 enablestring=
12898 defaultval=$wxUSE_ALL_FEATURES
12899 if test -z "$defaultval"; then
12900 if test x"$enablestring" = xdisable; then
12901 defaultval=yes
12902 else
12903 defaultval=no
12904 fi
12905 fi
12906
12907 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
12908 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6; }
12909 # Check whether --enable-slider was given.
12910 if test "${enable_slider+set}" = set; then
12911 enableval=$enable_slider;
12912 if test "$enableval" = yes; then
12913 wx_cv_use_slider='wxUSE_SLIDER=yes'
12914 else
12915 wx_cv_use_slider='wxUSE_SLIDER=no'
12916 fi
12917 cache=yes
12918
12919 else
12920
12921 LINE=`grep "^wxUSE_SLIDER=" ${wx_arg_cache_file}`
12922 if test "x$LINE" != x ; then
12923 eval "DEFAULT_$LINE"
12924 cache=yes
12925 else
12926 cache=no
12927 fi
12928
12929 wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
12930
12931 fi
12932
12933
12934 eval "$wx_cv_use_slider"
12935 if test "x$cache" = xyes; then
12936 echo "wxUSE_SLIDER=$wxUSE_SLIDER" >> ${wx_arg_cache_file}.tmp
12937 fi
12938
12939 if test x"$enablestring" = xdisable; then
12940 if test $wxUSE_SLIDER = yes; then
12941 result=no
12942 else
12943 result=yes
12944 fi
12945 else
12946 result=$wxUSE_SLIDER
12947 fi
12948
12949 { echo "$as_me:$LINENO: result: $result" >&5
12950 echo "${ECHO_T}$result" >&6; }
12951
12952
12953 enablestring=
12954 defaultval=$wxUSE_ALL_FEATURES
12955 if test -z "$defaultval"; then
12956 if test x"$enablestring" = xdisable; then
12957 defaultval=yes
12958 else
12959 defaultval=no
12960 fi
12961 fi
12962
12963 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
12964 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6; }
12965 # Check whether --enable-spinbtn was given.
12966 if test "${enable_spinbtn+set}" = set; then
12967 enableval=$enable_spinbtn;
12968 if test "$enableval" = yes; then
12969 wx_cv_use_spinbtn='wxUSE_SPINBTN=yes'
12970 else
12971 wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
12972 fi
12973 cache=yes
12974
12975 else
12976
12977 LINE=`grep "^wxUSE_SPINBTN=" ${wx_arg_cache_file}`
12978 if test "x$LINE" != x ; then
12979 eval "DEFAULT_$LINE"
12980 cache=yes
12981 else
12982 cache=no
12983 fi
12984
12985 wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
12986
12987 fi
12988
12989
12990 eval "$wx_cv_use_spinbtn"
12991 if test "x$cache" = xyes; then
12992 echo "wxUSE_SPINBTN=$wxUSE_SPINBTN" >> ${wx_arg_cache_file}.tmp
12993 fi
12994
12995 if test x"$enablestring" = xdisable; then
12996 if test $wxUSE_SPINBTN = yes; then
12997 result=no
12998 else
12999 result=yes
13000 fi
13001 else
13002 result=$wxUSE_SPINBTN
13003 fi
13004
13005 { echo "$as_me:$LINENO: result: $result" >&5
13006 echo "${ECHO_T}$result" >&6; }
13007
13008
13009 enablestring=
13010 defaultval=$wxUSE_ALL_FEATURES
13011 if test -z "$defaultval"; then
13012 if test x"$enablestring" = xdisable; then
13013 defaultval=yes
13014 else
13015 defaultval=no
13016 fi
13017 fi
13018
13019 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
13020 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6; }
13021 # Check whether --enable-spinctrl was given.
13022 if test "${enable_spinctrl+set}" = set; then
13023 enableval=$enable_spinctrl;
13024 if test "$enableval" = yes; then
13025 wx_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
13026 else
13027 wx_cv_use_spinctrl='wxUSE_SPINCTRL=no'
13028 fi
13029 cache=yes
13030
13031 else
13032
13033 LINE=`grep "^wxUSE_SPINCTRL=" ${wx_arg_cache_file}`
13034 if test "x$LINE" != x ; then
13035 eval "DEFAULT_$LINE"
13036 cache=yes
13037 else
13038 cache=no
13039 fi
13040
13041 wx_cv_use_spinctrl='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
13042
13043 fi
13044
13045
13046 eval "$wx_cv_use_spinctrl"
13047 if test "x$cache" = xyes; then
13048 echo "wxUSE_SPINCTRL=$wxUSE_SPINCTRL" >> ${wx_arg_cache_file}.tmp
13049 fi
13050
13051 if test x"$enablestring" = xdisable; then
13052 if test $wxUSE_SPINCTRL = yes; then
13053 result=no
13054 else
13055 result=yes
13056 fi
13057 else
13058 result=$wxUSE_SPINCTRL
13059 fi
13060
13061 { echo "$as_me:$LINENO: result: $result" >&5
13062 echo "${ECHO_T}$result" >&6; }
13063
13064
13065 enablestring=
13066 defaultval=$wxUSE_ALL_FEATURES
13067 if test -z "$defaultval"; then
13068 if test x"$enablestring" = xdisable; then
13069 defaultval=yes
13070 else
13071 defaultval=no
13072 fi
13073 fi
13074
13075 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
13076 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6; }
13077 # Check whether --enable-splitter was given.
13078 if test "${enable_splitter+set}" = set; then
13079 enableval=$enable_splitter;
13080 if test "$enableval" = yes; then
13081 wx_cv_use_splitter='wxUSE_SPLITTER=yes'
13082 else
13083 wx_cv_use_splitter='wxUSE_SPLITTER=no'
13084 fi
13085 cache=yes
13086
13087 else
13088
13089 LINE=`grep "^wxUSE_SPLITTER=" ${wx_arg_cache_file}`
13090 if test "x$LINE" != x ; then
13091 eval "DEFAULT_$LINE"
13092 cache=yes
13093 else
13094 cache=no
13095 fi
13096
13097 wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
13098
13099 fi
13100
13101
13102 eval "$wx_cv_use_splitter"
13103 if test "x$cache" = xyes; then
13104 echo "wxUSE_SPLITTER=$wxUSE_SPLITTER" >> ${wx_arg_cache_file}.tmp
13105 fi
13106
13107 if test x"$enablestring" = xdisable; then
13108 if test $wxUSE_SPLITTER = yes; then
13109 result=no
13110 else
13111 result=yes
13112 fi
13113 else
13114 result=$wxUSE_SPLITTER
13115 fi
13116
13117 { echo "$as_me:$LINENO: result: $result" >&5
13118 echo "${ECHO_T}$result" >&6; }
13119
13120
13121 enablestring=
13122 defaultval=$wxUSE_ALL_FEATURES
13123 if test -z "$defaultval"; then
13124 if test x"$enablestring" = xdisable; then
13125 defaultval=yes
13126 else
13127 defaultval=no
13128 fi
13129 fi
13130
13131 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
13132 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6; }
13133 # Check whether --enable-statbmp was given.
13134 if test "${enable_statbmp+set}" = set; then
13135 enableval=$enable_statbmp;
13136 if test "$enableval" = yes; then
13137 wx_cv_use_statbmp='wxUSE_STATBMP=yes'
13138 else
13139 wx_cv_use_statbmp='wxUSE_STATBMP=no'
13140 fi
13141 cache=yes
13142
13143 else
13144
13145 LINE=`grep "^wxUSE_STATBMP=" ${wx_arg_cache_file}`
13146 if test "x$LINE" != x ; then
13147 eval "DEFAULT_$LINE"
13148 cache=yes
13149 else
13150 cache=no
13151 fi
13152
13153 wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
13154
13155 fi
13156
13157
13158 eval "$wx_cv_use_statbmp"
13159 if test "x$cache" = xyes; then
13160 echo "wxUSE_STATBMP=$wxUSE_STATBMP" >> ${wx_arg_cache_file}.tmp
13161 fi
13162
13163 if test x"$enablestring" = xdisable; then
13164 if test $wxUSE_STATBMP = yes; then
13165 result=no
13166 else
13167 result=yes
13168 fi
13169 else
13170 result=$wxUSE_STATBMP
13171 fi
13172
13173 { echo "$as_me:$LINENO: result: $result" >&5
13174 echo "${ECHO_T}$result" >&6; }
13175
13176
13177 enablestring=
13178 defaultval=$wxUSE_ALL_FEATURES
13179 if test -z "$defaultval"; then
13180 if test x"$enablestring" = xdisable; then
13181 defaultval=yes
13182 else
13183 defaultval=no
13184 fi
13185 fi
13186
13187 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
13188 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6; }
13189 # Check whether --enable-statbox was given.
13190 if test "${enable_statbox+set}" = set; then
13191 enableval=$enable_statbox;
13192 if test "$enableval" = yes; then
13193 wx_cv_use_statbox='wxUSE_STATBOX=yes'
13194 else
13195 wx_cv_use_statbox='wxUSE_STATBOX=no'
13196 fi
13197 cache=yes
13198
13199 else
13200
13201 LINE=`grep "^wxUSE_STATBOX=" ${wx_arg_cache_file}`
13202 if test "x$LINE" != x ; then
13203 eval "DEFAULT_$LINE"
13204 cache=yes
13205 else
13206 cache=no
13207 fi
13208
13209 wx_cv_use_statbox='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
13210
13211 fi
13212
13213
13214 eval "$wx_cv_use_statbox"
13215 if test "x$cache" = xyes; then
13216 echo "wxUSE_STATBOX=$wxUSE_STATBOX" >> ${wx_arg_cache_file}.tmp
13217 fi
13218
13219 if test x"$enablestring" = xdisable; then
13220 if test $wxUSE_STATBOX = yes; then
13221 result=no
13222 else
13223 result=yes
13224 fi
13225 else
13226 result=$wxUSE_STATBOX
13227 fi
13228
13229 { echo "$as_me:$LINENO: result: $result" >&5
13230 echo "${ECHO_T}$result" >&6; }
13231
13232
13233 enablestring=
13234 defaultval=$wxUSE_ALL_FEATURES
13235 if test -z "$defaultval"; then
13236 if test x"$enablestring" = xdisable; then
13237 defaultval=yes
13238 else
13239 defaultval=no
13240 fi
13241 fi
13242
13243 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
13244 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6; }
13245 # Check whether --enable-statline was given.
13246 if test "${enable_statline+set}" = set; then
13247 enableval=$enable_statline;
13248 if test "$enableval" = yes; then
13249 wx_cv_use_statline='wxUSE_STATLINE=yes'
13250 else
13251 wx_cv_use_statline='wxUSE_STATLINE=no'
13252 fi
13253 cache=yes
13254
13255 else
13256
13257 LINE=`grep "^wxUSE_STATLINE=" ${wx_arg_cache_file}`
13258 if test "x$LINE" != x ; then
13259 eval "DEFAULT_$LINE"
13260 cache=yes
13261 else
13262 cache=no
13263 fi
13264
13265 wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
13266
13267 fi
13268
13269
13270 eval "$wx_cv_use_statline"
13271 if test "x$cache" = xyes; then
13272 echo "wxUSE_STATLINE=$wxUSE_STATLINE" >> ${wx_arg_cache_file}.tmp
13273 fi
13274
13275 if test x"$enablestring" = xdisable; then
13276 if test $wxUSE_STATLINE = yes; then
13277 result=no
13278 else
13279 result=yes
13280 fi
13281 else
13282 result=$wxUSE_STATLINE
13283 fi
13284
13285 { echo "$as_me:$LINENO: result: $result" >&5
13286 echo "${ECHO_T}$result" >&6; }
13287
13288
13289 enablestring=
13290 defaultval=$wxUSE_ALL_FEATURES
13291 if test -z "$defaultval"; then
13292 if test x"$enablestring" = xdisable; then
13293 defaultval=yes
13294 else
13295 defaultval=no
13296 fi
13297 fi
13298
13299 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
13300 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6; }
13301 # Check whether --enable-stattext was given.
13302 if test "${enable_stattext+set}" = set; then
13303 enableval=$enable_stattext;
13304 if test "$enableval" = yes; then
13305 wx_cv_use_stattext='wxUSE_STATTEXT=yes'
13306 else
13307 wx_cv_use_stattext='wxUSE_STATTEXT=no'
13308 fi
13309 cache=yes
13310
13311 else
13312
13313 LINE=`grep "^wxUSE_STATTEXT=" ${wx_arg_cache_file}`
13314 if test "x$LINE" != x ; then
13315 eval "DEFAULT_$LINE"
13316 cache=yes
13317 else
13318 cache=no
13319 fi
13320
13321 wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
13322
13323 fi
13324
13325
13326 eval "$wx_cv_use_stattext"
13327 if test "x$cache" = xyes; then
13328 echo "wxUSE_STATTEXT=$wxUSE_STATTEXT" >> ${wx_arg_cache_file}.tmp
13329 fi
13330
13331 if test x"$enablestring" = xdisable; then
13332 if test $wxUSE_STATTEXT = yes; then
13333 result=no
13334 else
13335 result=yes
13336 fi
13337 else
13338 result=$wxUSE_STATTEXT
13339 fi
13340
13341 { echo "$as_me:$LINENO: result: $result" >&5
13342 echo "${ECHO_T}$result" >&6; }
13343
13344
13345 enablestring=
13346 defaultval=$wxUSE_ALL_FEATURES
13347 if test -z "$defaultval"; then
13348 if test x"$enablestring" = xdisable; then
13349 defaultval=yes
13350 else
13351 defaultval=no
13352 fi
13353 fi
13354
13355 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
13356 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6; }
13357 # Check whether --enable-statusbar was given.
13358 if test "${enable_statusbar+set}" = set; then
13359 enableval=$enable_statusbar;
13360 if test "$enableval" = yes; then
13361 wx_cv_use_statusbar='wxUSE_STATUSBAR=yes'
13362 else
13363 wx_cv_use_statusbar='wxUSE_STATUSBAR=no'
13364 fi
13365 cache=yes
13366
13367 else
13368
13369 LINE=`grep "^wxUSE_STATUSBAR=" ${wx_arg_cache_file}`
13370 if test "x$LINE" != x ; then
13371 eval "DEFAULT_$LINE"
13372 cache=yes
13373 else
13374 cache=no
13375 fi
13376
13377 wx_cv_use_statusbar='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
13378
13379 fi
13380
13381
13382 eval "$wx_cv_use_statusbar"
13383 if test "x$cache" = xyes; then
13384 echo "wxUSE_STATUSBAR=$wxUSE_STATUSBAR" >> ${wx_arg_cache_file}.tmp
13385 fi
13386
13387 if test x"$enablestring" = xdisable; then
13388 if test $wxUSE_STATUSBAR = yes; then
13389 result=no
13390 else
13391 result=yes
13392 fi
13393 else
13394 result=$wxUSE_STATUSBAR
13395 fi
13396
13397 { echo "$as_me:$LINENO: result: $result" >&5
13398 echo "${ECHO_T}$result" >&6; }
13399
13400
13401 enablestring=
13402 defaultval=$wxUSE_ALL_FEATURES
13403 if test -z "$defaultval"; then
13404 if test x"$enablestring" = xdisable; then
13405 defaultval=yes
13406 else
13407 defaultval=no
13408 fi
13409 fi
13410
13411 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
13412 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6; }
13413 # Check whether --enable-tabdialog was given.
13414 if test "${enable_tabdialog+set}" = set; then
13415 enableval=$enable_tabdialog;
13416 if test "$enableval" = yes; then
13417 wx_cv_use_tabdialog='wxUSE_TAB_DIALOG=yes'
13418 else
13419 wx_cv_use_tabdialog='wxUSE_TAB_DIALOG=no'
13420 fi
13421 cache=yes
13422
13423 else
13424
13425 LINE=`grep "^wxUSE_TAB_DIALOG=" ${wx_arg_cache_file}`
13426 if test "x$LINE" != x ; then
13427 eval "DEFAULT_$LINE"
13428 cache=yes
13429 else
13430 cache=no
13431 fi
13432
13433 wx_cv_use_tabdialog='wxUSE_TAB_DIALOG=${'DEFAULT_wxUSE_TAB_DIALOG":-$defaultval}"
13434
13435 fi
13436
13437
13438 eval "$wx_cv_use_tabdialog"
13439 if test "x$cache" = xyes; then
13440 echo "wxUSE_TAB_DIALOG=$wxUSE_TAB_DIALOG" >> ${wx_arg_cache_file}.tmp
13441 fi
13442
13443 if test x"$enablestring" = xdisable; then
13444 if test $wxUSE_TAB_DIALOG = yes; then
13445 result=no
13446 else
13447 result=yes
13448 fi
13449 else
13450 result=$wxUSE_TAB_DIALOG
13451 fi
13452
13453 { echo "$as_me:$LINENO: result: $result" >&5
13454 echo "${ECHO_T}$result" >&6; }
13455
13456
13457 enablestring=
13458 defaultval=$wxUSE_ALL_FEATURES
13459 if test -z "$defaultval"; then
13460 if test x"$enablestring" = xdisable; then
13461 defaultval=yes
13462 else
13463 defaultval=no
13464 fi
13465 fi
13466
13467 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-taskbaricon" >&5
13468 echo $ECHO_N "checking for --${enablestring:-enable}-taskbaricon... $ECHO_C" >&6; }
13469 # Check whether --enable-taskbaricon was given.
13470 if test "${enable_taskbaricon+set}" = set; then
13471 enableval=$enable_taskbaricon;
13472 if test "$enableval" = yes; then
13473 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=yes'
13474 else
13475 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
13476 fi
13477 cache=yes
13478
13479 else
13480
13481 LINE=`grep "^wxUSE_TASKBARICON=" ${wx_arg_cache_file}`
13482 if test "x$LINE" != x ; then
13483 eval "DEFAULT_$LINE"
13484 cache=yes
13485 else
13486 cache=no
13487 fi
13488
13489 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
13490
13491 fi
13492
13493
13494 eval "$wx_cv_use_taskbaricon"
13495 if test "x$cache" = xyes; then
13496 echo "wxUSE_TASKBARICON=$wxUSE_TASKBARICON" >> ${wx_arg_cache_file}.tmp
13497 fi
13498
13499 if test x"$enablestring" = xdisable; then
13500 if test $wxUSE_TASKBARICON = yes; then
13501 result=no
13502 else
13503 result=yes
13504 fi
13505 else
13506 result=$wxUSE_TASKBARICON
13507 fi
13508
13509 { echo "$as_me:$LINENO: result: $result" >&5
13510 echo "${ECHO_T}$result" >&6; }
13511
13512
13513 enablestring=
13514 defaultval=$wxUSE_ALL_FEATURES
13515 if test -z "$defaultval"; then
13516 if test x"$enablestring" = xdisable; then
13517 defaultval=yes
13518 else
13519 defaultval=no
13520 fi
13521 fi
13522
13523 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
13524 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6; }
13525 # Check whether --enable-textctrl was given.
13526 if test "${enable_textctrl+set}" = set; then
13527 enableval=$enable_textctrl;
13528 if test "$enableval" = yes; then
13529 wx_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
13530 else
13531 wx_cv_use_textctrl='wxUSE_TEXTCTRL=no'
13532 fi
13533 cache=yes
13534
13535 else
13536
13537 LINE=`grep "^wxUSE_TEXTCTRL=" ${wx_arg_cache_file}`
13538 if test "x$LINE" != x ; then
13539 eval "DEFAULT_$LINE"
13540 cache=yes
13541 else
13542 cache=no
13543 fi
13544
13545 wx_cv_use_textctrl='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
13546
13547 fi
13548
13549
13550 eval "$wx_cv_use_textctrl"
13551 if test "x$cache" = xyes; then
13552 echo "wxUSE_TEXTCTRL=$wxUSE_TEXTCTRL" >> ${wx_arg_cache_file}.tmp
13553 fi
13554
13555 if test x"$enablestring" = xdisable; then
13556 if test $wxUSE_TEXTCTRL = yes; then
13557 result=no
13558 else
13559 result=yes
13560 fi
13561 else
13562 result=$wxUSE_TEXTCTRL
13563 fi
13564
13565 { echo "$as_me:$LINENO: result: $result" >&5
13566 echo "${ECHO_T}$result" >&6; }
13567
13568
13569 enablestring=
13570 defaultval=$wxUSE_ALL_FEATURES
13571 if test -z "$defaultval"; then
13572 if test x"$enablestring" = xdisable; then
13573 defaultval=yes
13574 else
13575 defaultval=no
13576 fi
13577 fi
13578
13579 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
13580 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6; }
13581 # Check whether --enable-togglebtn was given.
13582 if test "${enable_togglebtn+set}" = set; then
13583 enableval=$enable_togglebtn;
13584 if test "$enableval" = yes; then
13585 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
13586 else
13587 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
13588 fi
13589 cache=yes
13590
13591 else
13592
13593 LINE=`grep "^wxUSE_TOGGLEBTN=" ${wx_arg_cache_file}`
13594 if test "x$LINE" != x ; then
13595 eval "DEFAULT_$LINE"
13596 cache=yes
13597 else
13598 cache=no
13599 fi
13600
13601 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
13602
13603 fi
13604
13605
13606 eval "$wx_cv_use_togglebtn"
13607 if test "x$cache" = xyes; then
13608 echo "wxUSE_TOGGLEBTN=$wxUSE_TOGGLEBTN" >> ${wx_arg_cache_file}.tmp
13609 fi
13610
13611 if test x"$enablestring" = xdisable; then
13612 if test $wxUSE_TOGGLEBTN = yes; then
13613 result=no
13614 else
13615 result=yes
13616 fi
13617 else
13618 result=$wxUSE_TOGGLEBTN
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}-toolbar" >&5
13636 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6; }
13637 # Check whether --enable-toolbar was given.
13638 if test "${enable_toolbar+set}" = set; then
13639 enableval=$enable_toolbar;
13640 if test "$enableval" = yes; then
13641 wx_cv_use_toolbar='wxUSE_TOOLBAR=yes'
13642 else
13643 wx_cv_use_toolbar='wxUSE_TOOLBAR=no'
13644 fi
13645 cache=yes
13646
13647 else
13648
13649 LINE=`grep "^wxUSE_TOOLBAR=" ${wx_arg_cache_file}`
13650 if test "x$LINE" != x ; then
13651 eval "DEFAULT_$LINE"
13652 cache=yes
13653 else
13654 cache=no
13655 fi
13656
13657 wx_cv_use_toolbar='wxUSE_TOOLBAR=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
13658
13659 fi
13660
13661
13662 eval "$wx_cv_use_toolbar"
13663 if test "x$cache" = xyes; then
13664 echo "wxUSE_TOOLBAR=$wxUSE_TOOLBAR" >> ${wx_arg_cache_file}.tmp
13665 fi
13666
13667 if test x"$enablestring" = xdisable; then
13668 if test $wxUSE_TOOLBAR = yes; then
13669 result=no
13670 else
13671 result=yes
13672 fi
13673 else
13674 result=$wxUSE_TOOLBAR
13675 fi
13676
13677 { echo "$as_me:$LINENO: result: $result" >&5
13678 echo "${ECHO_T}$result" >&6; }
13679
13680
13681 enablestring=
13682 defaultval=$wxUSE_ALL_FEATURES
13683 if test -z "$defaultval"; then
13684 if test x"$enablestring" = xdisable; then
13685 defaultval=yes
13686 else
13687 defaultval=no
13688 fi
13689 fi
13690
13691 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
13692 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6; }
13693 # Check whether --enable-tbarnative was given.
13694 if test "${enable_tbarnative+set}" = set; then
13695 enableval=$enable_tbarnative;
13696 if test "$enableval" = yes; then
13697 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
13698 else
13699 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
13700 fi
13701 cache=yes
13702
13703 else
13704
13705 LINE=`grep "^wxUSE_TOOLBAR_NATIVE=" ${wx_arg_cache_file}`
13706 if test "x$LINE" != x ; then
13707 eval "DEFAULT_$LINE"
13708 cache=yes
13709 else
13710 cache=no
13711 fi
13712
13713 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
13714
13715 fi
13716
13717
13718 eval "$wx_cv_use_tbarnative"
13719 if test "x$cache" = xyes; then
13720 echo "wxUSE_TOOLBAR_NATIVE=$wxUSE_TOOLBAR_NATIVE" >> ${wx_arg_cache_file}.tmp
13721 fi
13722
13723 if test x"$enablestring" = xdisable; then
13724 if test $wxUSE_TOOLBAR_NATIVE = yes; then
13725 result=no
13726 else
13727 result=yes
13728 fi
13729 else
13730 result=$wxUSE_TOOLBAR_NATIVE
13731 fi
13732
13733 { echo "$as_me:$LINENO: result: $result" >&5
13734 echo "${ECHO_T}$result" >&6; }
13735
13736
13737 enablestring=
13738 defaultval=$wxUSE_ALL_FEATURES
13739 if test -z "$defaultval"; then
13740 if test x"$enablestring" = xdisable; then
13741 defaultval=yes
13742 else
13743 defaultval=no
13744 fi
13745 fi
13746
13747 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
13748 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6; }
13749 # Check whether --enable-treebook was given.
13750 if test "${enable_treebook+set}" = set; then
13751 enableval=$enable_treebook;
13752 if test "$enableval" = yes; then
13753 wx_cv_use_treebook='wxUSE_TREEBOOK=yes'
13754 else
13755 wx_cv_use_treebook='wxUSE_TREEBOOK=no'
13756 fi
13757 cache=yes
13758
13759 else
13760
13761 LINE=`grep "^wxUSE_TREEBOOK=" ${wx_arg_cache_file}`
13762 if test "x$LINE" != x ; then
13763 eval "DEFAULT_$LINE"
13764 cache=yes
13765 else
13766 cache=no
13767 fi
13768
13769 wx_cv_use_treebook='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
13770
13771 fi
13772
13773
13774 eval "$wx_cv_use_treebook"
13775 if test "x$cache" = xyes; then
13776 echo "wxUSE_TREEBOOK=$wxUSE_TREEBOOK" >> ${wx_arg_cache_file}.tmp
13777 fi
13778
13779 if test x"$enablestring" = xdisable; then
13780 if test $wxUSE_TREEBOOK = yes; then
13781 result=no
13782 else
13783 result=yes
13784 fi
13785 else
13786 result=$wxUSE_TREEBOOK
13787 fi
13788
13789 { echo "$as_me:$LINENO: result: $result" >&5
13790 echo "${ECHO_T}$result" >&6; }
13791
13792
13793 enablestring=
13794 defaultval=$wxUSE_ALL_FEATURES
13795 if test -z "$defaultval"; then
13796 if test x"$enablestring" = xdisable; then
13797 defaultval=yes
13798 else
13799 defaultval=no
13800 fi
13801 fi
13802
13803 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbook" >&5
13804 echo $ECHO_N "checking for --${enablestring:-enable}-toolbook... $ECHO_C" >&6; }
13805 # Check whether --enable-toolbook was given.
13806 if test "${enable_toolbook+set}" = set; then
13807 enableval=$enable_toolbook;
13808 if test "$enableval" = yes; then
13809 wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
13810 else
13811 wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
13812 fi
13813 cache=yes
13814
13815 else
13816
13817 LINE=`grep "^wxUSE_TOOLBOOK=" ${wx_arg_cache_file}`
13818 if test "x$LINE" != x ; then
13819 eval "DEFAULT_$LINE"
13820 cache=yes
13821 else
13822 cache=no
13823 fi
13824
13825 wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
13826
13827 fi
13828
13829
13830 eval "$wx_cv_use_toolbook"
13831 if test "x$cache" = xyes; then
13832 echo "wxUSE_TOOLBOOK=$wxUSE_TOOLBOOK" >> ${wx_arg_cache_file}.tmp
13833 fi
13834
13835 if test x"$enablestring" = xdisable; then
13836 if test $wxUSE_TOOLBOOK = yes; then
13837 result=no
13838 else
13839 result=yes
13840 fi
13841 else
13842 result=$wxUSE_TOOLBOOK
13843 fi
13844
13845 { echo "$as_me:$LINENO: result: $result" >&5
13846 echo "${ECHO_T}$result" >&6; }
13847
13848
13849 enablestring=
13850 defaultval=$wxUSE_ALL_FEATURES
13851 if test -z "$defaultval"; then
13852 if test x"$enablestring" = xdisable; then
13853 defaultval=yes
13854 else
13855 defaultval=no
13856 fi
13857 fi
13858
13859 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
13860 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6; }
13861 # Check whether --enable-treectrl was given.
13862 if test "${enable_treectrl+set}" = set; then
13863 enableval=$enable_treectrl;
13864 if test "$enableval" = yes; then
13865 wx_cv_use_treectrl='wxUSE_TREECTRL=yes'
13866 else
13867 wx_cv_use_treectrl='wxUSE_TREECTRL=no'
13868 fi
13869 cache=yes
13870
13871 else
13872
13873 LINE=`grep "^wxUSE_TREECTRL=" ${wx_arg_cache_file}`
13874 if test "x$LINE" != x ; then
13875 eval "DEFAULT_$LINE"
13876 cache=yes
13877 else
13878 cache=no
13879 fi
13880
13881 wx_cv_use_treectrl='wxUSE_TREECTRL=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
13882
13883 fi
13884
13885
13886 eval "$wx_cv_use_treectrl"
13887 if test "x$cache" = xyes; then
13888 echo "wxUSE_TREECTRL=$wxUSE_TREECTRL" >> ${wx_arg_cache_file}.tmp
13889 fi
13890
13891 if test x"$enablestring" = xdisable; then
13892 if test $wxUSE_TREECTRL = yes; then
13893 result=no
13894 else
13895 result=yes
13896 fi
13897 else
13898 result=$wxUSE_TREECTRL
13899 fi
13900
13901 { echo "$as_me:$LINENO: result: $result" >&5
13902 echo "${ECHO_T}$result" >&6; }
13903
13904
13905 enablestring=
13906 defaultval=$wxUSE_ALL_FEATURES
13907 if test -z "$defaultval"; then
13908 if test x"$enablestring" = xdisable; then
13909 defaultval=yes
13910 else
13911 defaultval=no
13912 fi
13913 fi
13914
13915 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
13916 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6; }
13917 # Check whether --enable-tipwindow was given.
13918 if test "${enable_tipwindow+set}" = set; then
13919 enableval=$enable_tipwindow;
13920 if test "$enableval" = yes; then
13921 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
13922 else
13923 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
13924 fi
13925 cache=yes
13926
13927 else
13928
13929 LINE=`grep "^wxUSE_TIPWINDOW=" ${wx_arg_cache_file}`
13930 if test "x$LINE" != x ; then
13931 eval "DEFAULT_$LINE"
13932 cache=yes
13933 else
13934 cache=no
13935 fi
13936
13937 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
13938
13939 fi
13940
13941
13942 eval "$wx_cv_use_tipwindow"
13943 if test "x$cache" = xyes; then
13944 echo "wxUSE_TIPWINDOW=$wxUSE_TIPWINDOW" >> ${wx_arg_cache_file}.tmp
13945 fi
13946
13947 if test x"$enablestring" = xdisable; then
13948 if test $wxUSE_TIPWINDOW = yes; then
13949 result=no
13950 else
13951 result=yes
13952 fi
13953 else
13954 result=$wxUSE_TIPWINDOW
13955 fi
13956
13957 { echo "$as_me:$LINENO: result: $result" >&5
13958 echo "${ECHO_T}$result" >&6; }
13959
13960
13961 enablestring=
13962 defaultval=$wxUSE_ALL_FEATURES
13963 if test -z "$defaultval"; then
13964 if test x"$enablestring" = xdisable; then
13965 defaultval=yes
13966 else
13967 defaultval=no
13968 fi
13969 fi
13970
13971 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
13972 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6; }
13973 # Check whether --enable-popupwin was given.
13974 if test "${enable_popupwin+set}" = set; then
13975 enableval=$enable_popupwin;
13976 if test "$enableval" = yes; then
13977 wx_cv_use_popupwin='wxUSE_POPUPWIN=yes'
13978 else
13979 wx_cv_use_popupwin='wxUSE_POPUPWIN=no'
13980 fi
13981 cache=yes
13982
13983 else
13984
13985 LINE=`grep "^wxUSE_POPUPWIN=" ${wx_arg_cache_file}`
13986 if test "x$LINE" != x ; then
13987 eval "DEFAULT_$LINE"
13988 cache=yes
13989 else
13990 cache=no
13991 fi
13992
13993 wx_cv_use_popupwin='wxUSE_POPUPWIN=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
13994
13995 fi
13996
13997
13998 eval "$wx_cv_use_popupwin"
13999 if test "x$cache" = xyes; then
14000 echo "wxUSE_POPUPWIN=$wxUSE_POPUPWIN" >> ${wx_arg_cache_file}.tmp
14001 fi
14002
14003 if test x"$enablestring" = xdisable; then
14004 if test $wxUSE_POPUPWIN = yes; then
14005 result=no
14006 else
14007 result=yes
14008 fi
14009 else
14010 result=$wxUSE_POPUPWIN
14011 fi
14012
14013 { echo "$as_me:$LINENO: result: $result" >&5
14014 echo "${ECHO_T}$result" >&6; }
14015
14016
14017
14018
14019 enablestring=
14020 defaultval=$wxUSE_ALL_FEATURES
14021 if test -z "$defaultval"; then
14022 if test x"$enablestring" = xdisable; then
14023 defaultval=yes
14024 else
14025 defaultval=no
14026 fi
14027 fi
14028
14029 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
14030 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6; }
14031 # Check whether --enable-commondlg was given.
14032 if test "${enable_commondlg+set}" = set; then
14033 enableval=$enable_commondlg;
14034 if test "$enableval" = yes; then
14035 wx_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
14036 else
14037 wx_cv_use_commondlg='wxUSE_COMMONDLGS=no'
14038 fi
14039 cache=yes
14040
14041 else
14042
14043 LINE=`grep "^wxUSE_COMMONDLGS=" ${wx_arg_cache_file}`
14044 if test "x$LINE" != x ; then
14045 eval "DEFAULT_$LINE"
14046 cache=yes
14047 else
14048 cache=no
14049 fi
14050
14051 wx_cv_use_commondlg='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
14052
14053 fi
14054
14055
14056 eval "$wx_cv_use_commondlg"
14057 if test "x$cache" = xyes; then
14058 echo "wxUSE_COMMONDLGS=$wxUSE_COMMONDLGS" >> ${wx_arg_cache_file}.tmp
14059 fi
14060
14061 if test x"$enablestring" = xdisable; then
14062 if test $wxUSE_COMMONDLGS = yes; then
14063 result=no
14064 else
14065 result=yes
14066 fi
14067 else
14068 result=$wxUSE_COMMONDLGS
14069 fi
14070
14071 { echo "$as_me:$LINENO: result: $result" >&5
14072 echo "${ECHO_T}$result" >&6; }
14073
14074
14075 enablestring=
14076 defaultval=$wxUSE_ALL_FEATURES
14077 if test -z "$defaultval"; then
14078 if test x"$enablestring" = xdisable; then
14079 defaultval=yes
14080 else
14081 defaultval=no
14082 fi
14083 fi
14084
14085 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aboutdlg" >&5
14086 echo $ECHO_N "checking for --${enablestring:-enable}-aboutdlg... $ECHO_C" >&6; }
14087 # Check whether --enable-aboutdlg was given.
14088 if test "${enable_aboutdlg+set}" = set; then
14089 enableval=$enable_aboutdlg;
14090 if test "$enableval" = yes; then
14091 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=yes'
14092 else
14093 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=no'
14094 fi
14095 cache=yes
14096
14097 else
14098
14099 LINE=`grep "^wxUSE_ABOUTDLG=" ${wx_arg_cache_file}`
14100 if test "x$LINE" != x ; then
14101 eval "DEFAULT_$LINE"
14102 cache=yes
14103 else
14104 cache=no
14105 fi
14106
14107 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
14108
14109 fi
14110
14111
14112 eval "$wx_cv_use_aboutdlg"
14113 if test "x$cache" = xyes; then
14114 echo "wxUSE_ABOUTDLG=$wxUSE_ABOUTDLG" >> ${wx_arg_cache_file}.tmp
14115 fi
14116
14117 if test x"$enablestring" = xdisable; then
14118 if test $wxUSE_ABOUTDLG = yes; then
14119 result=no
14120 else
14121 result=yes
14122 fi
14123 else
14124 result=$wxUSE_ABOUTDLG
14125 fi
14126
14127 { echo "$as_me:$LINENO: result: $result" >&5
14128 echo "${ECHO_T}$result" >&6; }
14129
14130
14131 enablestring=
14132 defaultval=$wxUSE_ALL_FEATURES
14133 if test -z "$defaultval"; then
14134 if test x"$enablestring" = xdisable; then
14135 defaultval=yes
14136 else
14137 defaultval=no
14138 fi
14139 fi
14140
14141 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
14142 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6; }
14143 # Check whether --enable-choicedlg was given.
14144 if test "${enable_choicedlg+set}" = set; then
14145 enableval=$enable_choicedlg;
14146 if test "$enableval" = yes; then
14147 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
14148 else
14149 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
14150 fi
14151 cache=yes
14152
14153 else
14154
14155 LINE=`grep "^wxUSE_CHOICEDLG=" ${wx_arg_cache_file}`
14156 if test "x$LINE" != x ; then
14157 eval "DEFAULT_$LINE"
14158 cache=yes
14159 else
14160 cache=no
14161 fi
14162
14163 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
14164
14165 fi
14166
14167
14168 eval "$wx_cv_use_choicedlg"
14169 if test "x$cache" = xyes; then
14170 echo "wxUSE_CHOICEDLG=$wxUSE_CHOICEDLG" >> ${wx_arg_cache_file}.tmp
14171 fi
14172
14173 if test x"$enablestring" = xdisable; then
14174 if test $wxUSE_CHOICEDLG = yes; then
14175 result=no
14176 else
14177 result=yes
14178 fi
14179 else
14180 result=$wxUSE_CHOICEDLG
14181 fi
14182
14183 { echo "$as_me:$LINENO: result: $result" >&5
14184 echo "${ECHO_T}$result" >&6; }
14185
14186
14187 enablestring=
14188 defaultval=$wxUSE_ALL_FEATURES
14189 if test -z "$defaultval"; then
14190 if test x"$enablestring" = xdisable; then
14191 defaultval=yes
14192 else
14193 defaultval=no
14194 fi
14195 fi
14196
14197 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
14198 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6; }
14199 # Check whether --enable-coldlg was given.
14200 if test "${enable_coldlg+set}" = set; then
14201 enableval=$enable_coldlg;
14202 if test "$enableval" = yes; then
14203 wx_cv_use_coldlg='wxUSE_COLOURDLG=yes'
14204 else
14205 wx_cv_use_coldlg='wxUSE_COLOURDLG=no'
14206 fi
14207 cache=yes
14208
14209 else
14210
14211 LINE=`grep "^wxUSE_COLOURDLG=" ${wx_arg_cache_file}`
14212 if test "x$LINE" != x ; then
14213 eval "DEFAULT_$LINE"
14214 cache=yes
14215 else
14216 cache=no
14217 fi
14218
14219 wx_cv_use_coldlg='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
14220
14221 fi
14222
14223
14224 eval "$wx_cv_use_coldlg"
14225 if test "x$cache" = xyes; then
14226 echo "wxUSE_COLOURDLG=$wxUSE_COLOURDLG" >> ${wx_arg_cache_file}.tmp
14227 fi
14228
14229 if test x"$enablestring" = xdisable; then
14230 if test $wxUSE_COLOURDLG = yes; then
14231 result=no
14232 else
14233 result=yes
14234 fi
14235 else
14236 result=$wxUSE_COLOURDLG
14237 fi
14238
14239 { echo "$as_me:$LINENO: result: $result" >&5
14240 echo "${ECHO_T}$result" >&6; }
14241
14242
14243 enablestring=
14244 defaultval=$wxUSE_ALL_FEATURES
14245 if test -z "$defaultval"; then
14246 if test x"$enablestring" = xdisable; then
14247 defaultval=yes
14248 else
14249 defaultval=no
14250 fi
14251 fi
14252
14253 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
14254 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6; }
14255 # Check whether --enable-filedlg was given.
14256 if test "${enable_filedlg+set}" = set; then
14257 enableval=$enable_filedlg;
14258 if test "$enableval" = yes; then
14259 wx_cv_use_filedlg='wxUSE_FILEDLG=yes'
14260 else
14261 wx_cv_use_filedlg='wxUSE_FILEDLG=no'
14262 fi
14263 cache=yes
14264
14265 else
14266
14267 LINE=`grep "^wxUSE_FILEDLG=" ${wx_arg_cache_file}`
14268 if test "x$LINE" != x ; then
14269 eval "DEFAULT_$LINE"
14270 cache=yes
14271 else
14272 cache=no
14273 fi
14274
14275 wx_cv_use_filedlg='wxUSE_FILEDLG=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
14276
14277 fi
14278
14279
14280 eval "$wx_cv_use_filedlg"
14281 if test "x$cache" = xyes; then
14282 echo "wxUSE_FILEDLG=$wxUSE_FILEDLG" >> ${wx_arg_cache_file}.tmp
14283 fi
14284
14285 if test x"$enablestring" = xdisable; then
14286 if test $wxUSE_FILEDLG = yes; then
14287 result=no
14288 else
14289 result=yes
14290 fi
14291 else
14292 result=$wxUSE_FILEDLG
14293 fi
14294
14295 { echo "$as_me:$LINENO: result: $result" >&5
14296 echo "${ECHO_T}$result" >&6; }
14297
14298
14299 enablestring=
14300 defaultval=$wxUSE_ALL_FEATURES
14301 if test -z "$defaultval"; then
14302 if test x"$enablestring" = xdisable; then
14303 defaultval=yes
14304 else
14305 defaultval=no
14306 fi
14307 fi
14308
14309 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
14310 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6; }
14311 # Check whether --enable-finddlg was given.
14312 if test "${enable_finddlg+set}" = set; then
14313 enableval=$enable_finddlg;
14314 if test "$enableval" = yes; then
14315 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
14316 else
14317 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
14318 fi
14319 cache=yes
14320
14321 else
14322
14323 LINE=`grep "^wxUSE_FINDREPLDLG=" ${wx_arg_cache_file}`
14324 if test "x$LINE" != x ; then
14325 eval "DEFAULT_$LINE"
14326 cache=yes
14327 else
14328 cache=no
14329 fi
14330
14331 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
14332
14333 fi
14334
14335
14336 eval "$wx_cv_use_finddlg"
14337 if test "x$cache" = xyes; then
14338 echo "wxUSE_FINDREPLDLG=$wxUSE_FINDREPLDLG" >> ${wx_arg_cache_file}.tmp
14339 fi
14340
14341 if test x"$enablestring" = xdisable; then
14342 if test $wxUSE_FINDREPLDLG = yes; then
14343 result=no
14344 else
14345 result=yes
14346 fi
14347 else
14348 result=$wxUSE_FINDREPLDLG
14349 fi
14350
14351 { echo "$as_me:$LINENO: result: $result" >&5
14352 echo "${ECHO_T}$result" >&6; }
14353
14354
14355 enablestring=
14356 defaultval=$wxUSE_ALL_FEATURES
14357 if test -z "$defaultval"; then
14358 if test x"$enablestring" = xdisable; then
14359 defaultval=yes
14360 else
14361 defaultval=no
14362 fi
14363 fi
14364
14365 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
14366 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6; }
14367 # Check whether --enable-fontdlg was given.
14368 if test "${enable_fontdlg+set}" = set; then
14369 enableval=$enable_fontdlg;
14370 if test "$enableval" = yes; then
14371 wx_cv_use_fontdlg='wxUSE_FONTDLG=yes'
14372 else
14373 wx_cv_use_fontdlg='wxUSE_FONTDLG=no'
14374 fi
14375 cache=yes
14376
14377 else
14378
14379 LINE=`grep "^wxUSE_FONTDLG=" ${wx_arg_cache_file}`
14380 if test "x$LINE" != x ; then
14381 eval "DEFAULT_$LINE"
14382 cache=yes
14383 else
14384 cache=no
14385 fi
14386
14387 wx_cv_use_fontdlg='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
14388
14389 fi
14390
14391
14392 eval "$wx_cv_use_fontdlg"
14393 if test "x$cache" = xyes; then
14394 echo "wxUSE_FONTDLG=$wxUSE_FONTDLG" >> ${wx_arg_cache_file}.tmp
14395 fi
14396
14397 if test x"$enablestring" = xdisable; then
14398 if test $wxUSE_FONTDLG = yes; then
14399 result=no
14400 else
14401 result=yes
14402 fi
14403 else
14404 result=$wxUSE_FONTDLG
14405 fi
14406
14407 { echo "$as_me:$LINENO: result: $result" >&5
14408 echo "${ECHO_T}$result" >&6; }
14409
14410
14411 enablestring=
14412 defaultval=$wxUSE_ALL_FEATURES
14413 if test -z "$defaultval"; then
14414 if test x"$enablestring" = xdisable; then
14415 defaultval=yes
14416 else
14417 defaultval=no
14418 fi
14419 fi
14420
14421 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
14422 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6; }
14423 # Check whether --enable-dirdlg was given.
14424 if test "${enable_dirdlg+set}" = set; then
14425 enableval=$enable_dirdlg;
14426 if test "$enableval" = yes; then
14427 wx_cv_use_dirdlg='wxUSE_DIRDLG=yes'
14428 else
14429 wx_cv_use_dirdlg='wxUSE_DIRDLG=no'
14430 fi
14431 cache=yes
14432
14433 else
14434
14435 LINE=`grep "^wxUSE_DIRDLG=" ${wx_arg_cache_file}`
14436 if test "x$LINE" != x ; then
14437 eval "DEFAULT_$LINE"
14438 cache=yes
14439 else
14440 cache=no
14441 fi
14442
14443 wx_cv_use_dirdlg='wxUSE_DIRDLG=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
14444
14445 fi
14446
14447
14448 eval "$wx_cv_use_dirdlg"
14449 if test "x$cache" = xyes; then
14450 echo "wxUSE_DIRDLG=$wxUSE_DIRDLG" >> ${wx_arg_cache_file}.tmp
14451 fi
14452
14453 if test x"$enablestring" = xdisable; then
14454 if test $wxUSE_DIRDLG = yes; then
14455 result=no
14456 else
14457 result=yes
14458 fi
14459 else
14460 result=$wxUSE_DIRDLG
14461 fi
14462
14463 { echo "$as_me:$LINENO: result: $result" >&5
14464 echo "${ECHO_T}$result" >&6; }
14465
14466
14467 enablestring=
14468 defaultval=$wxUSE_ALL_FEATURES
14469 if test -z "$defaultval"; then
14470 if test x"$enablestring" = xdisable; then
14471 defaultval=yes
14472 else
14473 defaultval=no
14474 fi
14475 fi
14476
14477 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
14478 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6; }
14479 # Check whether --enable-msgdlg was given.
14480 if test "${enable_msgdlg+set}" = set; then
14481 enableval=$enable_msgdlg;
14482 if test "$enableval" = yes; then
14483 wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
14484 else
14485 wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
14486 fi
14487 cache=yes
14488
14489 else
14490
14491 LINE=`grep "^wxUSE_MSGDLG=" ${wx_arg_cache_file}`
14492 if test "x$LINE" != x ; then
14493 eval "DEFAULT_$LINE"
14494 cache=yes
14495 else
14496 cache=no
14497 fi
14498
14499 wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
14500
14501 fi
14502
14503
14504 eval "$wx_cv_use_msgdlg"
14505 if test "x$cache" = xyes; then
14506 echo "wxUSE_MSGDLG=$wxUSE_MSGDLG" >> ${wx_arg_cache_file}.tmp
14507 fi
14508
14509 if test x"$enablestring" = xdisable; then
14510 if test $wxUSE_MSGDLG = yes; then
14511 result=no
14512 else
14513 result=yes
14514 fi
14515 else
14516 result=$wxUSE_MSGDLG
14517 fi
14518
14519 { echo "$as_me:$LINENO: result: $result" >&5
14520 echo "${ECHO_T}$result" >&6; }
14521
14522
14523 enablestring=
14524 defaultval=$wxUSE_ALL_FEATURES
14525 if test -z "$defaultval"; then
14526 if test x"$enablestring" = xdisable; then
14527 defaultval=yes
14528 else
14529 defaultval=no
14530 fi
14531 fi
14532
14533 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
14534 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6; }
14535 # Check whether --enable-numberdlg was given.
14536 if test "${enable_numberdlg+set}" = set; then
14537 enableval=$enable_numberdlg;
14538 if test "$enableval" = yes; then
14539 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
14540 else
14541 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
14542 fi
14543 cache=yes
14544
14545 else
14546
14547 LINE=`grep "^wxUSE_NUMBERDLG=" ${wx_arg_cache_file}`
14548 if test "x$LINE" != x ; then
14549 eval "DEFAULT_$LINE"
14550 cache=yes
14551 else
14552 cache=no
14553 fi
14554
14555 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
14556
14557 fi
14558
14559
14560 eval "$wx_cv_use_numberdlg"
14561 if test "x$cache" = xyes; then
14562 echo "wxUSE_NUMBERDLG=$wxUSE_NUMBERDLG" >> ${wx_arg_cache_file}.tmp
14563 fi
14564
14565 if test x"$enablestring" = xdisable; then
14566 if test $wxUSE_NUMBERDLG = yes; then
14567 result=no
14568 else
14569 result=yes
14570 fi
14571 else
14572 result=$wxUSE_NUMBERDLG
14573 fi
14574
14575 { echo "$as_me:$LINENO: result: $result" >&5
14576 echo "${ECHO_T}$result" >&6; }
14577
14578
14579 enablestring=
14580 defaultval=$wxUSE_ALL_FEATURES
14581 if test -z "$defaultval"; then
14582 if test x"$enablestring" = xdisable; then
14583 defaultval=yes
14584 else
14585 defaultval=no
14586 fi
14587 fi
14588
14589 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
14590 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6; }
14591 # Check whether --enable-splash was given.
14592 if test "${enable_splash+set}" = set; then
14593 enableval=$enable_splash;
14594 if test "$enableval" = yes; then
14595 wx_cv_use_splash='wxUSE_SPLASH=yes'
14596 else
14597 wx_cv_use_splash='wxUSE_SPLASH=no'
14598 fi
14599 cache=yes
14600
14601 else
14602
14603 LINE=`grep "^wxUSE_SPLASH=" ${wx_arg_cache_file}`
14604 if test "x$LINE" != x ; then
14605 eval "DEFAULT_$LINE"
14606 cache=yes
14607 else
14608 cache=no
14609 fi
14610
14611 wx_cv_use_splash='wxUSE_SPLASH=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
14612
14613 fi
14614
14615
14616 eval "$wx_cv_use_splash"
14617 if test "x$cache" = xyes; then
14618 echo "wxUSE_SPLASH=$wxUSE_SPLASH" >> ${wx_arg_cache_file}.tmp
14619 fi
14620
14621 if test x"$enablestring" = xdisable; then
14622 if test $wxUSE_SPLASH = yes; then
14623 result=no
14624 else
14625 result=yes
14626 fi
14627 else
14628 result=$wxUSE_SPLASH
14629 fi
14630
14631 { echo "$as_me:$LINENO: result: $result" >&5
14632 echo "${ECHO_T}$result" >&6; }
14633
14634
14635 enablestring=
14636 defaultval=$wxUSE_ALL_FEATURES
14637 if test -z "$defaultval"; then
14638 if test x"$enablestring" = xdisable; then
14639 defaultval=yes
14640 else
14641 defaultval=no
14642 fi
14643 fi
14644
14645 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
14646 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6; }
14647 # Check whether --enable-textdlg was given.
14648 if test "${enable_textdlg+set}" = set; then
14649 enableval=$enable_textdlg;
14650 if test "$enableval" = yes; then
14651 wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
14652 else
14653 wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
14654 fi
14655 cache=yes
14656
14657 else
14658
14659 LINE=`grep "^wxUSE_TEXTDLG=" ${wx_arg_cache_file}`
14660 if test "x$LINE" != x ; then
14661 eval "DEFAULT_$LINE"
14662 cache=yes
14663 else
14664 cache=no
14665 fi
14666
14667 wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
14668
14669 fi
14670
14671
14672 eval "$wx_cv_use_textdlg"
14673 if test "x$cache" = xyes; then
14674 echo "wxUSE_TEXTDLG=$wxUSE_TEXTDLG" >> ${wx_arg_cache_file}.tmp
14675 fi
14676
14677 if test x"$enablestring" = xdisable; then
14678 if test $wxUSE_TEXTDLG = yes; then
14679 result=no
14680 else
14681 result=yes
14682 fi
14683 else
14684 result=$wxUSE_TEXTDLG
14685 fi
14686
14687 { echo "$as_me:$LINENO: result: $result" >&5
14688 echo "${ECHO_T}$result" >&6; }
14689
14690
14691 enablestring=
14692 defaultval=$wxUSE_ALL_FEATURES
14693 if test -z "$defaultval"; then
14694 if test x"$enablestring" = xdisable; then
14695 defaultval=yes
14696 else
14697 defaultval=no
14698 fi
14699 fi
14700
14701 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
14702 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6; }
14703 # Check whether --enable-tipdlg was given.
14704 if test "${enable_tipdlg+set}" = set; then
14705 enableval=$enable_tipdlg;
14706 if test "$enableval" = yes; then
14707 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
14708 else
14709 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
14710 fi
14711 cache=yes
14712
14713 else
14714
14715 LINE=`grep "^wxUSE_STARTUP_TIPS=" ${wx_arg_cache_file}`
14716 if test "x$LINE" != x ; then
14717 eval "DEFAULT_$LINE"
14718 cache=yes
14719 else
14720 cache=no
14721 fi
14722
14723 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
14724
14725 fi
14726
14727
14728 eval "$wx_cv_use_tipdlg"
14729 if test "x$cache" = xyes; then
14730 echo "wxUSE_STARTUP_TIPS=$wxUSE_STARTUP_TIPS" >> ${wx_arg_cache_file}.tmp
14731 fi
14732
14733 if test x"$enablestring" = xdisable; then
14734 if test $wxUSE_STARTUP_TIPS = yes; then
14735 result=no
14736 else
14737 result=yes
14738 fi
14739 else
14740 result=$wxUSE_STARTUP_TIPS
14741 fi
14742
14743 { echo "$as_me:$LINENO: result: $result" >&5
14744 echo "${ECHO_T}$result" >&6; }
14745
14746
14747 enablestring=
14748 defaultval=$wxUSE_ALL_FEATURES
14749 if test -z "$defaultval"; then
14750 if test x"$enablestring" = xdisable; then
14751 defaultval=yes
14752 else
14753 defaultval=no
14754 fi
14755 fi
14756
14757 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
14758 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6; }
14759 # Check whether --enable-progressdlg was given.
14760 if test "${enable_progressdlg+set}" = set; then
14761 enableval=$enable_progressdlg;
14762 if test "$enableval" = yes; then
14763 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
14764 else
14765 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
14766 fi
14767 cache=yes
14768
14769 else
14770
14771 LINE=`grep "^wxUSE_PROGRESSDLG=" ${wx_arg_cache_file}`
14772 if test "x$LINE" != x ; then
14773 eval "DEFAULT_$LINE"
14774 cache=yes
14775 else
14776 cache=no
14777 fi
14778
14779 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
14780
14781 fi
14782
14783
14784 eval "$wx_cv_use_progressdlg"
14785 if test "x$cache" = xyes; then
14786 echo "wxUSE_PROGRESSDLG=$wxUSE_PROGRESSDLG" >> ${wx_arg_cache_file}.tmp
14787 fi
14788
14789 if test x"$enablestring" = xdisable; then
14790 if test $wxUSE_PROGRESSDLG = yes; then
14791 result=no
14792 else
14793 result=yes
14794 fi
14795 else
14796 result=$wxUSE_PROGRESSDLG
14797 fi
14798
14799 { echo "$as_me:$LINENO: result: $result" >&5
14800 echo "${ECHO_T}$result" >&6; }
14801
14802
14803 enablestring=
14804 defaultval=$wxUSE_ALL_FEATURES
14805 if test -z "$defaultval"; then
14806 if test x"$enablestring" = xdisable; then
14807 defaultval=yes
14808 else
14809 defaultval=no
14810 fi
14811 fi
14812
14813 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
14814 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6; }
14815 # Check whether --enable-wizarddlg was given.
14816 if test "${enable_wizarddlg+set}" = set; then
14817 enableval=$enable_wizarddlg;
14818 if test "$enableval" = yes; then
14819 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
14820 else
14821 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
14822 fi
14823 cache=yes
14824
14825 else
14826
14827 LINE=`grep "^wxUSE_WIZARDDLG=" ${wx_arg_cache_file}`
14828 if test "x$LINE" != x ; then
14829 eval "DEFAULT_$LINE"
14830 cache=yes
14831 else
14832 cache=no
14833 fi
14834
14835 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
14836
14837 fi
14838
14839
14840 eval "$wx_cv_use_wizarddlg"
14841 if test "x$cache" = xyes; then
14842 echo "wxUSE_WIZARDDLG=$wxUSE_WIZARDDLG" >> ${wx_arg_cache_file}.tmp
14843 fi
14844
14845 if test x"$enablestring" = xdisable; then
14846 if test $wxUSE_WIZARDDLG = yes; then
14847 result=no
14848 else
14849 result=yes
14850 fi
14851 else
14852 result=$wxUSE_WIZARDDLG
14853 fi
14854
14855 { echo "$as_me:$LINENO: result: $result" >&5
14856 echo "${ECHO_T}$result" >&6; }
14857
14858
14859
14860
14861 enablestring=
14862 defaultval=$wxUSE_ALL_FEATURES
14863 if test -z "$defaultval"; then
14864 if test x"$enablestring" = xdisable; then
14865 defaultval=yes
14866 else
14867 defaultval=no
14868 fi
14869 fi
14870
14871 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
14872 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6; }
14873 # Check whether --enable-menus was given.
14874 if test "${enable_menus+set}" = set; then
14875 enableval=$enable_menus;
14876 if test "$enableval" = yes; then
14877 wx_cv_use_menus='wxUSE_MENUS=yes'
14878 else
14879 wx_cv_use_menus='wxUSE_MENUS=no'
14880 fi
14881 cache=yes
14882
14883 else
14884
14885 LINE=`grep "^wxUSE_MENUS=" ${wx_arg_cache_file}`
14886 if test "x$LINE" != x ; then
14887 eval "DEFAULT_$LINE"
14888 cache=yes
14889 else
14890 cache=no
14891 fi
14892
14893 wx_cv_use_menus='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
14894
14895 fi
14896
14897
14898 eval "$wx_cv_use_menus"
14899 if test "x$cache" = xyes; then
14900 echo "wxUSE_MENUS=$wxUSE_MENUS" >> ${wx_arg_cache_file}.tmp
14901 fi
14902
14903 if test x"$enablestring" = xdisable; then
14904 if test $wxUSE_MENUS = yes; then
14905 result=no
14906 else
14907 result=yes
14908 fi
14909 else
14910 result=$wxUSE_MENUS
14911 fi
14912
14913 { echo "$as_me:$LINENO: result: $result" >&5
14914 echo "${ECHO_T}$result" >&6; }
14915
14916
14917 enablestring=
14918 defaultval=$wxUSE_ALL_FEATURES
14919 if test -z "$defaultval"; then
14920 if test x"$enablestring" = xdisable; then
14921 defaultval=yes
14922 else
14923 defaultval=no
14924 fi
14925 fi
14926
14927 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
14928 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6; }
14929 # Check whether --enable-miniframe was given.
14930 if test "${enable_miniframe+set}" = set; then
14931 enableval=$enable_miniframe;
14932 if test "$enableval" = yes; then
14933 wx_cv_use_miniframe='wxUSE_MINIFRAME=yes'
14934 else
14935 wx_cv_use_miniframe='wxUSE_MINIFRAME=no'
14936 fi
14937 cache=yes
14938
14939 else
14940
14941 LINE=`grep "^wxUSE_MINIFRAME=" ${wx_arg_cache_file}`
14942 if test "x$LINE" != x ; then
14943 eval "DEFAULT_$LINE"
14944 cache=yes
14945 else
14946 cache=no
14947 fi
14948
14949 wx_cv_use_miniframe='wxUSE_MINIFRAME=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
14950
14951 fi
14952
14953
14954 eval "$wx_cv_use_miniframe"
14955 if test "x$cache" = xyes; then
14956 echo "wxUSE_MINIFRAME=$wxUSE_MINIFRAME" >> ${wx_arg_cache_file}.tmp
14957 fi
14958
14959 if test x"$enablestring" = xdisable; then
14960 if test $wxUSE_MINIFRAME = yes; then
14961 result=no
14962 else
14963 result=yes
14964 fi
14965 else
14966 result=$wxUSE_MINIFRAME
14967 fi
14968
14969 { echo "$as_me:$LINENO: result: $result" >&5
14970 echo "${ECHO_T}$result" >&6; }
14971
14972
14973 enablestring=
14974 defaultval=$wxUSE_ALL_FEATURES
14975 if test -z "$defaultval"; then
14976 if test x"$enablestring" = xdisable; then
14977 defaultval=yes
14978 else
14979 defaultval=no
14980 fi
14981 fi
14982
14983 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
14984 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6; }
14985 # Check whether --enable-tooltips was given.
14986 if test "${enable_tooltips+set}" = set; then
14987 enableval=$enable_tooltips;
14988 if test "$enableval" = yes; then
14989 wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
14990 else
14991 wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
14992 fi
14993 cache=yes
14994
14995 else
14996
14997 LINE=`grep "^wxUSE_TOOLTIPS=" ${wx_arg_cache_file}`
14998 if test "x$LINE" != x ; then
14999 eval "DEFAULT_$LINE"
15000 cache=yes
15001 else
15002 cache=no
15003 fi
15004
15005 wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
15006
15007 fi
15008
15009
15010 eval "$wx_cv_use_tooltips"
15011 if test "x$cache" = xyes; then
15012 echo "wxUSE_TOOLTIPS=$wxUSE_TOOLTIPS" >> ${wx_arg_cache_file}.tmp
15013 fi
15014
15015 if test x"$enablestring" = xdisable; then
15016 if test $wxUSE_TOOLTIPS = yes; then
15017 result=no
15018 else
15019 result=yes
15020 fi
15021 else
15022 result=$wxUSE_TOOLTIPS
15023 fi
15024
15025 { echo "$as_me:$LINENO: result: $result" >&5
15026 echo "${ECHO_T}$result" >&6; }
15027
15028
15029 enablestring=
15030 defaultval=$wxUSE_ALL_FEATURES
15031 if test -z "$defaultval"; then
15032 if test x"$enablestring" = xdisable; then
15033 defaultval=yes
15034 else
15035 defaultval=no
15036 fi
15037 fi
15038
15039 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
15040 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6; }
15041 # Check whether --enable-splines was given.
15042 if test "${enable_splines+set}" = set; then
15043 enableval=$enable_splines;
15044 if test "$enableval" = yes; then
15045 wx_cv_use_splines='wxUSE_SPLINES=yes'
15046 else
15047 wx_cv_use_splines='wxUSE_SPLINES=no'
15048 fi
15049 cache=yes
15050
15051 else
15052
15053 LINE=`grep "^wxUSE_SPLINES=" ${wx_arg_cache_file}`
15054 if test "x$LINE" != x ; then
15055 eval "DEFAULT_$LINE"
15056 cache=yes
15057 else
15058 cache=no
15059 fi
15060
15061 wx_cv_use_splines='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
15062
15063 fi
15064
15065
15066 eval "$wx_cv_use_splines"
15067 if test "x$cache" = xyes; then
15068 echo "wxUSE_SPLINES=$wxUSE_SPLINES" >> ${wx_arg_cache_file}.tmp
15069 fi
15070
15071 if test x"$enablestring" = xdisable; then
15072 if test $wxUSE_SPLINES = yes; then
15073 result=no
15074 else
15075 result=yes
15076 fi
15077 else
15078 result=$wxUSE_SPLINES
15079 fi
15080
15081 { echo "$as_me:$LINENO: result: $result" >&5
15082 echo "${ECHO_T}$result" >&6; }
15083
15084
15085 enablestring=
15086 defaultval=$wxUSE_ALL_FEATURES
15087 if test -z "$defaultval"; then
15088 if test x"$enablestring" = xdisable; then
15089 defaultval=yes
15090 else
15091 defaultval=no
15092 fi
15093 fi
15094
15095 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
15096 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6; }
15097 # Check whether --enable-mousewheel was given.
15098 if test "${enable_mousewheel+set}" = set; then
15099 enableval=$enable_mousewheel;
15100 if test "$enableval" = yes; then
15101 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
15102 else
15103 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
15104 fi
15105 cache=yes
15106
15107 else
15108
15109 LINE=`grep "^wxUSE_MOUSEWHEEL=" ${wx_arg_cache_file}`
15110 if test "x$LINE" != x ; then
15111 eval "DEFAULT_$LINE"
15112 cache=yes
15113 else
15114 cache=no
15115 fi
15116
15117 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
15118
15119 fi
15120
15121
15122 eval "$wx_cv_use_mousewheel"
15123 if test "x$cache" = xyes; then
15124 echo "wxUSE_MOUSEWHEEL=$wxUSE_MOUSEWHEEL" >> ${wx_arg_cache_file}.tmp
15125 fi
15126
15127 if test x"$enablestring" = xdisable; then
15128 if test $wxUSE_MOUSEWHEEL = yes; then
15129 result=no
15130 else
15131 result=yes
15132 fi
15133 else
15134 result=$wxUSE_MOUSEWHEEL
15135 fi
15136
15137 { echo "$as_me:$LINENO: result: $result" >&5
15138 echo "${ECHO_T}$result" >&6; }
15139
15140
15141 enablestring=
15142 defaultval=$wxUSE_ALL_FEATURES
15143 if test -z "$defaultval"; then
15144 if test x"$enablestring" = xdisable; then
15145 defaultval=yes
15146 else
15147 defaultval=no
15148 fi
15149 fi
15150
15151 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
15152 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6; }
15153 # Check whether --enable-validators was given.
15154 if test "${enable_validators+set}" = set; then
15155 enableval=$enable_validators;
15156 if test "$enableval" = yes; then
15157 wx_cv_use_validators='wxUSE_VALIDATORS=yes'
15158 else
15159 wx_cv_use_validators='wxUSE_VALIDATORS=no'
15160 fi
15161 cache=yes
15162
15163 else
15164
15165 LINE=`grep "^wxUSE_VALIDATORS=" ${wx_arg_cache_file}`
15166 if test "x$LINE" != x ; then
15167 eval "DEFAULT_$LINE"
15168 cache=yes
15169 else
15170 cache=no
15171 fi
15172
15173 wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
15174
15175 fi
15176
15177
15178 eval "$wx_cv_use_validators"
15179 if test "x$cache" = xyes; then
15180 echo "wxUSE_VALIDATORS=$wxUSE_VALIDATORS" >> ${wx_arg_cache_file}.tmp
15181 fi
15182
15183 if test x"$enablestring" = xdisable; then
15184 if test $wxUSE_VALIDATORS = yes; then
15185 result=no
15186 else
15187 result=yes
15188 fi
15189 else
15190 result=$wxUSE_VALIDATORS
15191 fi
15192
15193 { echo "$as_me:$LINENO: result: $result" >&5
15194 echo "${ECHO_T}$result" >&6; }
15195
15196
15197 enablestring=
15198 defaultval=$wxUSE_ALL_FEATURES
15199 if test -z "$defaultval"; then
15200 if test x"$enablestring" = xdisable; then
15201 defaultval=yes
15202 else
15203 defaultval=no
15204 fi
15205 fi
15206
15207 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
15208 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6; }
15209 # Check whether --enable-busyinfo was given.
15210 if test "${enable_busyinfo+set}" = set; then
15211 enableval=$enable_busyinfo;
15212 if test "$enableval" = yes; then
15213 wx_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
15214 else
15215 wx_cv_use_busyinfo='wxUSE_BUSYINFO=no'
15216 fi
15217 cache=yes
15218
15219 else
15220
15221 LINE=`grep "^wxUSE_BUSYINFO=" ${wx_arg_cache_file}`
15222 if test "x$LINE" != x ; then
15223 eval "DEFAULT_$LINE"
15224 cache=yes
15225 else
15226 cache=no
15227 fi
15228
15229 wx_cv_use_busyinfo='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
15230
15231 fi
15232
15233
15234 eval "$wx_cv_use_busyinfo"
15235 if test "x$cache" = xyes; then
15236 echo "wxUSE_BUSYINFO=$wxUSE_BUSYINFO" >> ${wx_arg_cache_file}.tmp
15237 fi
15238
15239 if test x"$enablestring" = xdisable; then
15240 if test $wxUSE_BUSYINFO = yes; then
15241 result=no
15242 else
15243 result=yes
15244 fi
15245 else
15246 result=$wxUSE_BUSYINFO
15247 fi
15248
15249 { echo "$as_me:$LINENO: result: $result" >&5
15250 echo "${ECHO_T}$result" >&6; }
15251
15252
15253 enablestring=
15254 defaultval=$wxUSE_ALL_FEATURES
15255 if test -z "$defaultval"; then
15256 if test x"$enablestring" = xdisable; then
15257 defaultval=yes
15258 else
15259 defaultval=no
15260 fi
15261 fi
15262
15263 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
15264 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6; }
15265 # Check whether --enable-joystick was given.
15266 if test "${enable_joystick+set}" = set; then
15267 enableval=$enable_joystick;
15268 if test "$enableval" = yes; then
15269 wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
15270 else
15271 wx_cv_use_joystick='wxUSE_JOYSTICK=no'
15272 fi
15273 cache=yes
15274
15275 else
15276
15277 LINE=`grep "^wxUSE_JOYSTICK=" ${wx_arg_cache_file}`
15278 if test "x$LINE" != x ; then
15279 eval "DEFAULT_$LINE"
15280 cache=yes
15281 else
15282 cache=no
15283 fi
15284
15285 wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
15286
15287 fi
15288
15289
15290 eval "$wx_cv_use_joystick"
15291 if test "x$cache" = xyes; then
15292 echo "wxUSE_JOYSTICK=$wxUSE_JOYSTICK" >> ${wx_arg_cache_file}.tmp
15293 fi
15294
15295 if test x"$enablestring" = xdisable; then
15296 if test $wxUSE_JOYSTICK = yes; then
15297 result=no
15298 else
15299 result=yes
15300 fi
15301 else
15302 result=$wxUSE_JOYSTICK
15303 fi
15304
15305 { echo "$as_me:$LINENO: result: $result" >&5
15306 echo "${ECHO_T}$result" >&6; }
15307
15308
15309 enablestring=
15310 defaultval=$wxUSE_ALL_FEATURES
15311 if test -z "$defaultval"; then
15312 if test x"$enablestring" = xdisable; then
15313 defaultval=yes
15314 else
15315 defaultval=no
15316 fi
15317 fi
15318
15319 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
15320 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
15321 # Check whether --enable-metafile was given.
15322 if test "${enable_metafile+set}" = set; then
15323 enableval=$enable_metafile;
15324 if test "$enableval" = yes; then
15325 wx_cv_use_metafile='wxUSE_METAFILE=yes'
15326 else
15327 wx_cv_use_metafile='wxUSE_METAFILE=no'
15328 fi
15329 cache=yes
15330
15331 else
15332
15333 LINE=`grep "^wxUSE_METAFILE=" ${wx_arg_cache_file}`
15334 if test "x$LINE" != x ; then
15335 eval "DEFAULT_$LINE"
15336 cache=yes
15337 else
15338 cache=no
15339 fi
15340
15341 wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
15342
15343 fi
15344
15345
15346 eval "$wx_cv_use_metafile"
15347 if test "x$cache" = xyes; then
15348 echo "wxUSE_METAFILE=$wxUSE_METAFILE" >> ${wx_arg_cache_file}.tmp
15349 fi
15350
15351 if test x"$enablestring" = xdisable; then
15352 if test $wxUSE_METAFILE = yes; then
15353 result=no
15354 else
15355 result=yes
15356 fi
15357 else
15358 result=$wxUSE_METAFILE
15359 fi
15360
15361 { echo "$as_me:$LINENO: result: $result" >&5
15362 echo "${ECHO_T}$result" >&6; }
15363
15364
15365 enablestring=
15366 defaultval=$wxUSE_ALL_FEATURES
15367 if test -z "$defaultval"; then
15368 if test x"$enablestring" = xdisable; then
15369 defaultval=yes
15370 else
15371 defaultval=no
15372 fi
15373 fi
15374
15375 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
15376 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6; }
15377 # Check whether --enable-dragimage was given.
15378 if test "${enable_dragimage+set}" = set; then
15379 enableval=$enable_dragimage;
15380 if test "$enableval" = yes; then
15381 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
15382 else
15383 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
15384 fi
15385 cache=yes
15386
15387 else
15388
15389 LINE=`grep "^wxUSE_DRAGIMAGE=" ${wx_arg_cache_file}`
15390 if test "x$LINE" != x ; then
15391 eval "DEFAULT_$LINE"
15392 cache=yes
15393 else
15394 cache=no
15395 fi
15396
15397 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
15398
15399 fi
15400
15401
15402 eval "$wx_cv_use_dragimage"
15403 if test "x$cache" = xyes; then
15404 echo "wxUSE_DRAGIMAGE=$wxUSE_DRAGIMAGE" >> ${wx_arg_cache_file}.tmp
15405 fi
15406
15407 if test x"$enablestring" = xdisable; then
15408 if test $wxUSE_DRAGIMAGE = yes; then
15409 result=no
15410 else
15411 result=yes
15412 fi
15413 else
15414 result=$wxUSE_DRAGIMAGE
15415 fi
15416
15417 { echo "$as_me:$LINENO: result: $result" >&5
15418 echo "${ECHO_T}$result" >&6; }
15419
15420
15421 enablestring=
15422 defaultval=$wxUSE_ALL_FEATURES
15423 if test -z "$defaultval"; then
15424 if test x"$enablestring" = xdisable; then
15425 defaultval=yes
15426 else
15427 defaultval=no
15428 fi
15429 fi
15430
15431 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
15432 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6; }
15433 # Check whether --enable-accessibility was given.
15434 if test "${enable_accessibility+set}" = set; then
15435 enableval=$enable_accessibility;
15436 if test "$enableval" = yes; then
15437 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
15438 else
15439 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
15440 fi
15441 cache=yes
15442
15443 else
15444
15445 LINE=`grep "^wxUSE_ACCESSIBILITY=" ${wx_arg_cache_file}`
15446 if test "x$LINE" != x ; then
15447 eval "DEFAULT_$LINE"
15448 cache=yes
15449 else
15450 cache=no
15451 fi
15452
15453 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
15454
15455 fi
15456
15457
15458 eval "$wx_cv_use_accessibility"
15459 if test "x$cache" = xyes; then
15460 echo "wxUSE_ACCESSIBILITY=$wxUSE_ACCESSIBILITY" >> ${wx_arg_cache_file}.tmp
15461 fi
15462
15463 if test x"$enablestring" = xdisable; then
15464 if test $wxUSE_ACCESSIBILITY = yes; then
15465 result=no
15466 else
15467 result=yes
15468 fi
15469 else
15470 result=$wxUSE_ACCESSIBILITY
15471 fi
15472
15473 { echo "$as_me:$LINENO: result: $result" >&5
15474 echo "${ECHO_T}$result" >&6; }
15475
15476
15477
15478
15479 enablestring=
15480 defaultval=$wxUSE_ALL_FEATURES
15481 if test -z "$defaultval"; then
15482 if test x"$enablestring" = xdisable; then
15483 defaultval=yes
15484 else
15485 defaultval=no
15486 fi
15487 fi
15488
15489 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
15490 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6; }
15491 # Check whether --enable-palette was given.
15492 if test "${enable_palette+set}" = set; then
15493 enableval=$enable_palette;
15494 if test "$enableval" = yes; then
15495 wx_cv_use_palette='wxUSE_PALETTE=yes'
15496 else
15497 wx_cv_use_palette='wxUSE_PALETTE=no'
15498 fi
15499 cache=yes
15500
15501 else
15502
15503 LINE=`grep "^wxUSE_PALETTE=" ${wx_arg_cache_file}`
15504 if test "x$LINE" != x ; then
15505 eval "DEFAULT_$LINE"
15506 cache=yes
15507 else
15508 cache=no
15509 fi
15510
15511 wx_cv_use_palette='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
15512
15513 fi
15514
15515
15516 eval "$wx_cv_use_palette"
15517 if test "x$cache" = xyes; then
15518 echo "wxUSE_PALETTE=$wxUSE_PALETTE" >> ${wx_arg_cache_file}.tmp
15519 fi
15520
15521 if test x"$enablestring" = xdisable; then
15522 if test $wxUSE_PALETTE = yes; then
15523 result=no
15524 else
15525 result=yes
15526 fi
15527 else
15528 result=$wxUSE_PALETTE
15529 fi
15530
15531 { echo "$as_me:$LINENO: result: $result" >&5
15532 echo "${ECHO_T}$result" >&6; }
15533
15534
15535 enablestring=
15536 defaultval=$wxUSE_ALL_FEATURES
15537 if test -z "$defaultval"; then
15538 if test x"$enablestring" = xdisable; then
15539 defaultval=yes
15540 else
15541 defaultval=no
15542 fi
15543 fi
15544
15545 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
15546 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6; }
15547 # Check whether --enable-image was given.
15548 if test "${enable_image+set}" = set; then
15549 enableval=$enable_image;
15550 if test "$enableval" = yes; then
15551 wx_cv_use_image='wxUSE_IMAGE=yes'
15552 else
15553 wx_cv_use_image='wxUSE_IMAGE=no'
15554 fi
15555 cache=yes
15556
15557 else
15558
15559 LINE=`grep "^wxUSE_IMAGE=" ${wx_arg_cache_file}`
15560 if test "x$LINE" != x ; then
15561 eval "DEFAULT_$LINE"
15562 cache=yes
15563 else
15564 cache=no
15565 fi
15566
15567 wx_cv_use_image='wxUSE_IMAGE=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
15568
15569 fi
15570
15571
15572 eval "$wx_cv_use_image"
15573 if test "x$cache" = xyes; then
15574 echo "wxUSE_IMAGE=$wxUSE_IMAGE" >> ${wx_arg_cache_file}.tmp
15575 fi
15576
15577 if test x"$enablestring" = xdisable; then
15578 if test $wxUSE_IMAGE = yes; then
15579 result=no
15580 else
15581 result=yes
15582 fi
15583 else
15584 result=$wxUSE_IMAGE
15585 fi
15586
15587 { echo "$as_me:$LINENO: result: $result" >&5
15588 echo "${ECHO_T}$result" >&6; }
15589
15590
15591 enablestring=
15592 defaultval=$wxUSE_ALL_FEATURES
15593 if test -z "$defaultval"; then
15594 if test x"$enablestring" = xdisable; then
15595 defaultval=yes
15596 else
15597 defaultval=no
15598 fi
15599 fi
15600
15601 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
15602 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6; }
15603 # Check whether --enable-gif was given.
15604 if test "${enable_gif+set}" = set; then
15605 enableval=$enable_gif;
15606 if test "$enableval" = yes; then
15607 wx_cv_use_gif='wxUSE_GIF=yes'
15608 else
15609 wx_cv_use_gif='wxUSE_GIF=no'
15610 fi
15611 cache=yes
15612
15613 else
15614
15615 LINE=`grep "^wxUSE_GIF=" ${wx_arg_cache_file}`
15616 if test "x$LINE" != x ; then
15617 eval "DEFAULT_$LINE"
15618 cache=yes
15619 else
15620 cache=no
15621 fi
15622
15623 wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
15624
15625 fi
15626
15627
15628 eval "$wx_cv_use_gif"
15629 if test "x$cache" = xyes; then
15630 echo "wxUSE_GIF=$wxUSE_GIF" >> ${wx_arg_cache_file}.tmp
15631 fi
15632
15633 if test x"$enablestring" = xdisable; then
15634 if test $wxUSE_GIF = yes; then
15635 result=no
15636 else
15637 result=yes
15638 fi
15639 else
15640 result=$wxUSE_GIF
15641 fi
15642
15643 { echo "$as_me:$LINENO: result: $result" >&5
15644 echo "${ECHO_T}$result" >&6; }
15645
15646
15647 enablestring=
15648 defaultval=$wxUSE_ALL_FEATURES
15649 if test -z "$defaultval"; then
15650 if test x"$enablestring" = xdisable; then
15651 defaultval=yes
15652 else
15653 defaultval=no
15654 fi
15655 fi
15656
15657 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
15658 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6; }
15659 # Check whether --enable-pcx was given.
15660 if test "${enable_pcx+set}" = set; then
15661 enableval=$enable_pcx;
15662 if test "$enableval" = yes; then
15663 wx_cv_use_pcx='wxUSE_PCX=yes'
15664 else
15665 wx_cv_use_pcx='wxUSE_PCX=no'
15666 fi
15667 cache=yes
15668
15669 else
15670
15671 LINE=`grep "^wxUSE_PCX=" ${wx_arg_cache_file}`
15672 if test "x$LINE" != x ; then
15673 eval "DEFAULT_$LINE"
15674 cache=yes
15675 else
15676 cache=no
15677 fi
15678
15679 wx_cv_use_pcx='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
15680
15681 fi
15682
15683
15684 eval "$wx_cv_use_pcx"
15685 if test "x$cache" = xyes; then
15686 echo "wxUSE_PCX=$wxUSE_PCX" >> ${wx_arg_cache_file}.tmp
15687 fi
15688
15689 if test x"$enablestring" = xdisable; then
15690 if test $wxUSE_PCX = yes; then
15691 result=no
15692 else
15693 result=yes
15694 fi
15695 else
15696 result=$wxUSE_PCX
15697 fi
15698
15699 { echo "$as_me:$LINENO: result: $result" >&5
15700 echo "${ECHO_T}$result" >&6; }
15701
15702
15703 enablestring=
15704 defaultval=$wxUSE_ALL_FEATURES
15705 if test -z "$defaultval"; then
15706 if test x"$enablestring" = xdisable; then
15707 defaultval=yes
15708 else
15709 defaultval=no
15710 fi
15711 fi
15712
15713 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tga" >&5
15714 echo $ECHO_N "checking for --${enablestring:-enable}-tga... $ECHO_C" >&6; }
15715 # Check whether --enable-tga was given.
15716 if test "${enable_tga+set}" = set; then
15717 enableval=$enable_tga;
15718 if test "$enableval" = yes; then
15719 wx_cv_use_tga='wxUSE_TGA=yes'
15720 else
15721 wx_cv_use_tga='wxUSE_TGA=no'
15722 fi
15723 cache=yes
15724
15725 else
15726
15727 LINE=`grep "^wxUSE_TGA=" ${wx_arg_cache_file}`
15728 if test "x$LINE" != x ; then
15729 eval "DEFAULT_$LINE"
15730 cache=yes
15731 else
15732 cache=no
15733 fi
15734
15735 wx_cv_use_tga='wxUSE_TGA=${'DEFAULT_wxUSE_TGA":-$defaultval}"
15736
15737 fi
15738
15739
15740 eval "$wx_cv_use_tga"
15741 if test "x$cache" = xyes; then
15742 echo "wxUSE_TGA=$wxUSE_TGA" >> ${wx_arg_cache_file}.tmp
15743 fi
15744
15745 if test x"$enablestring" = xdisable; then
15746 if test $wxUSE_TGA = yes; then
15747 result=no
15748 else
15749 result=yes
15750 fi
15751 else
15752 result=$wxUSE_TGA
15753 fi
15754
15755 { echo "$as_me:$LINENO: result: $result" >&5
15756 echo "${ECHO_T}$result" >&6; }
15757
15758
15759 enablestring=
15760 defaultval=$wxUSE_ALL_FEATURES
15761 if test -z "$defaultval"; then
15762 if test x"$enablestring" = xdisable; then
15763 defaultval=yes
15764 else
15765 defaultval=no
15766 fi
15767 fi
15768
15769 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
15770 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6; }
15771 # Check whether --enable-iff was given.
15772 if test "${enable_iff+set}" = set; then
15773 enableval=$enable_iff;
15774 if test "$enableval" = yes; then
15775 wx_cv_use_iff='wxUSE_IFF=yes'
15776 else
15777 wx_cv_use_iff='wxUSE_IFF=no'
15778 fi
15779 cache=yes
15780
15781 else
15782
15783 LINE=`grep "^wxUSE_IFF=" ${wx_arg_cache_file}`
15784 if test "x$LINE" != x ; then
15785 eval "DEFAULT_$LINE"
15786 cache=yes
15787 else
15788 cache=no
15789 fi
15790
15791 wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
15792
15793 fi
15794
15795
15796 eval "$wx_cv_use_iff"
15797 if test "x$cache" = xyes; then
15798 echo "wxUSE_IFF=$wxUSE_IFF" >> ${wx_arg_cache_file}.tmp
15799 fi
15800
15801 if test x"$enablestring" = xdisable; then
15802 if test $wxUSE_IFF = yes; then
15803 result=no
15804 else
15805 result=yes
15806 fi
15807 else
15808 result=$wxUSE_IFF
15809 fi
15810
15811 { echo "$as_me:$LINENO: result: $result" >&5
15812 echo "${ECHO_T}$result" >&6; }
15813
15814
15815 enablestring=
15816 defaultval=$wxUSE_ALL_FEATURES
15817 if test -z "$defaultval"; then
15818 if test x"$enablestring" = xdisable; then
15819 defaultval=yes
15820 else
15821 defaultval=no
15822 fi
15823 fi
15824
15825 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
15826 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6; }
15827 # Check whether --enable-pnm was given.
15828 if test "${enable_pnm+set}" = set; then
15829 enableval=$enable_pnm;
15830 if test "$enableval" = yes; then
15831 wx_cv_use_pnm='wxUSE_PNM=yes'
15832 else
15833 wx_cv_use_pnm='wxUSE_PNM=no'
15834 fi
15835 cache=yes
15836
15837 else
15838
15839 LINE=`grep "^wxUSE_PNM=" ${wx_arg_cache_file}`
15840 if test "x$LINE" != x ; then
15841 eval "DEFAULT_$LINE"
15842 cache=yes
15843 else
15844 cache=no
15845 fi
15846
15847 wx_cv_use_pnm='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
15848
15849 fi
15850
15851
15852 eval "$wx_cv_use_pnm"
15853 if test "x$cache" = xyes; then
15854 echo "wxUSE_PNM=$wxUSE_PNM" >> ${wx_arg_cache_file}.tmp
15855 fi
15856
15857 if test x"$enablestring" = xdisable; then
15858 if test $wxUSE_PNM = yes; then
15859 result=no
15860 else
15861 result=yes
15862 fi
15863 else
15864 result=$wxUSE_PNM
15865 fi
15866
15867 { echo "$as_me:$LINENO: result: $result" >&5
15868 echo "${ECHO_T}$result" >&6; }
15869
15870
15871 enablestring=
15872 defaultval=$wxUSE_ALL_FEATURES
15873 if test -z "$defaultval"; then
15874 if test x"$enablestring" = xdisable; then
15875 defaultval=yes
15876 else
15877 defaultval=no
15878 fi
15879 fi
15880
15881 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
15882 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6; }
15883 # Check whether --enable-xpm was given.
15884 if test "${enable_xpm+set}" = set; then
15885 enableval=$enable_xpm;
15886 if test "$enableval" = yes; then
15887 wx_cv_use_xpm='wxUSE_XPM=yes'
15888 else
15889 wx_cv_use_xpm='wxUSE_XPM=no'
15890 fi
15891 cache=yes
15892
15893 else
15894
15895 LINE=`grep "^wxUSE_XPM=" ${wx_arg_cache_file}`
15896 if test "x$LINE" != x ; then
15897 eval "DEFAULT_$LINE"
15898 cache=yes
15899 else
15900 cache=no
15901 fi
15902
15903 wx_cv_use_xpm='wxUSE_XPM=${'DEFAULT_wxUSE_XPM":-$defaultval}"
15904
15905 fi
15906
15907
15908 eval "$wx_cv_use_xpm"
15909 if test "x$cache" = xyes; then
15910 echo "wxUSE_XPM=$wxUSE_XPM" >> ${wx_arg_cache_file}.tmp
15911 fi
15912
15913 if test x"$enablestring" = xdisable; then
15914 if test $wxUSE_XPM = yes; then
15915 result=no
15916 else
15917 result=yes
15918 fi
15919 else
15920 result=$wxUSE_XPM
15921 fi
15922
15923 { echo "$as_me:$LINENO: result: $result" >&5
15924 echo "${ECHO_T}$result" >&6; }
15925
15926
15927 enablestring=
15928 defaultval=$wxUSE_ALL_FEATURES
15929 if test -z "$defaultval"; then
15930 if test x"$enablestring" = xdisable; then
15931 defaultval=yes
15932 else
15933 defaultval=no
15934 fi
15935 fi
15936
15937 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
15938 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6; }
15939 # Check whether --enable-ico_cur was given.
15940 if test "${enable_ico_cur+set}" = set; then
15941 enableval=$enable_ico_cur;
15942 if test "$enableval" = yes; then
15943 wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
15944 else
15945 wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
15946 fi
15947 cache=yes
15948
15949 else
15950
15951 LINE=`grep "^wxUSE_ICO_CUR=" ${wx_arg_cache_file}`
15952 if test "x$LINE" != x ; then
15953 eval "DEFAULT_$LINE"
15954 cache=yes
15955 else
15956 cache=no
15957 fi
15958
15959 wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
15960
15961 fi
15962
15963
15964 eval "$wx_cv_use_ico_cur"
15965 if test "x$cache" = xyes; then
15966 echo "wxUSE_ICO_CUR=$wxUSE_ICO_CUR" >> ${wx_arg_cache_file}.tmp
15967 fi
15968
15969 if test x"$enablestring" = xdisable; then
15970 if test $wxUSE_ICO_CUR = yes; then
15971 result=no
15972 else
15973 result=yes
15974 fi
15975 else
15976 result=$wxUSE_ICO_CUR
15977 fi
15978
15979 { echo "$as_me:$LINENO: result: $result" >&5
15980 echo "${ECHO_T}$result" >&6; }
15981
15982
15983
15984
15985 enablestring=
15986 defaultval=$wxUSE_ALL_FEATURES
15987 if test -z "$defaultval"; then
15988 if test x"$enablestring" = xdisable; then
15989 defaultval=yes
15990 else
15991 defaultval=no
15992 fi
15993 fi
15994
15995 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
15996 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6; }
15997 # Check whether --enable-dccache was given.
15998 if test "${enable_dccache+set}" = set; then
15999 enableval=$enable_dccache;
16000 if test "$enableval" = yes; then
16001 wx_cv_use_dccache='wxUSE_DC_CACHEING=yes'
16002 else
16003 wx_cv_use_dccache='wxUSE_DC_CACHEING=no'
16004 fi
16005 cache=yes
16006
16007 else
16008
16009 LINE=`grep "^wxUSE_DC_CACHEING=" ${wx_arg_cache_file}`
16010 if test "x$LINE" != x ; then
16011 eval "DEFAULT_$LINE"
16012 cache=yes
16013 else
16014 cache=no
16015 fi
16016
16017 wx_cv_use_dccache='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
16018
16019 fi
16020
16021
16022 eval "$wx_cv_use_dccache"
16023 if test "x$cache" = xyes; then
16024 echo "wxUSE_DC_CACHEING=$wxUSE_DC_CACHEING" >> ${wx_arg_cache_file}.tmp
16025 fi
16026
16027 if test x"$enablestring" = xdisable; then
16028 if test $wxUSE_DC_CACHEING = yes; then
16029 result=no
16030 else
16031 result=yes
16032 fi
16033 else
16034 result=$wxUSE_DC_CACHEING
16035 fi
16036
16037 { echo "$as_me:$LINENO: result: $result" >&5
16038 echo "${ECHO_T}$result" >&6; }
16039
16040
16041 enablestring=
16042 defaultval=
16043 if test -z "$defaultval"; then
16044 if test x"$enablestring" = xdisable; then
16045 defaultval=yes
16046 else
16047 defaultval=no
16048 fi
16049 fi
16050
16051 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iniconf" >&5
16052 echo $ECHO_N "checking for --${enablestring:-enable}-iniconf... $ECHO_C" >&6; }
16053 # Check whether --enable-iniconf was given.
16054 if test "${enable_iniconf+set}" = set; then
16055 enableval=$enable_iniconf;
16056 if test "$enableval" = yes; then
16057 wx_cv_use_iniconf='wxUSE_INICONF=yes'
16058 else
16059 wx_cv_use_iniconf='wxUSE_INICONF=no'
16060 fi
16061 cache=yes
16062
16063 else
16064
16065 LINE=`grep "^wxUSE_INICONF=" ${wx_arg_cache_file}`
16066 if test "x$LINE" != x ; then
16067 eval "DEFAULT_$LINE"
16068 cache=yes
16069 else
16070 cache=no
16071 fi
16072
16073 wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
16074
16075 fi
16076
16077
16078 eval "$wx_cv_use_iniconf"
16079 if test "x$cache" = xyes; then
16080 echo "wxUSE_INICONF=$wxUSE_INICONF" >> ${wx_arg_cache_file}.tmp
16081 fi
16082
16083 if test x"$enablestring" = xdisable; then
16084 if test $wxUSE_INICONF = yes; then
16085 result=no
16086 else
16087 result=yes
16088 fi
16089 else
16090 result=$wxUSE_INICONF
16091 fi
16092
16093 { echo "$as_me:$LINENO: result: $result" >&5
16094 echo "${ECHO_T}$result" >&6; }
16095
16096
16097 enablestring=
16098 defaultval=$wxUSE_ALL_FEATURES
16099 if test -z "$defaultval"; then
16100 if test x"$enablestring" = xdisable; then
16101 defaultval=yes
16102 else
16103 defaultval=no
16104 fi
16105 fi
16106
16107 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ps-in-msw" >&5
16108 echo $ECHO_N "checking for --${enablestring:-enable}-ps-in-msw... $ECHO_C" >&6; }
16109 # Check whether --enable-ps-in-msw was given.
16110 if test "${enable_ps_in_msw+set}" = set; then
16111 enableval=$enable_ps_in_msw;
16112 if test "$enableval" = yes; then
16113 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=yes'
16114 else
16115 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=no'
16116 fi
16117 cache=yes
16118
16119 else
16120
16121 LINE=`grep "^wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=" ${wx_arg_cache_file}`
16122 if test "x$LINE" != x ; then
16123 eval "DEFAULT_$LINE"
16124 cache=yes
16125 else
16126 cache=no
16127 fi
16128
16129 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
16130
16131 fi
16132
16133
16134 eval "$wx_cv_use_ps_in_msw"
16135 if test "x$cache" = xyes; then
16136 echo "wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" >> ${wx_arg_cache_file}.tmp
16137 fi
16138
16139 if test x"$enablestring" = xdisable; then
16140 if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = yes; then
16141 result=no
16142 else
16143 result=yes
16144 fi
16145 else
16146 result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
16147 fi
16148
16149 { echo "$as_me:$LINENO: result: $result" >&5
16150 echo "${ECHO_T}$result" >&6; }
16151
16152
16153 enablestring=
16154 defaultval=$wxUSE_ALL_FEATURES
16155 if test -z "$defaultval"; then
16156 if test x"$enablestring" = xdisable; then
16157 defaultval=yes
16158 else
16159 defaultval=no
16160 fi
16161 fi
16162
16163 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ownerdrawn" >&5
16164 echo $ECHO_N "checking for --${enablestring:-enable}-ownerdrawn... $ECHO_C" >&6; }
16165 # Check whether --enable-ownerdrawn was given.
16166 if test "${enable_ownerdrawn+set}" = set; then
16167 enableval=$enable_ownerdrawn;
16168 if test "$enableval" = yes; then
16169 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
16170 else
16171 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
16172 fi
16173 cache=yes
16174
16175 else
16176
16177 LINE=`grep "^wxUSE_OWNER_DRAWN=" ${wx_arg_cache_file}`
16178 if test "x$LINE" != x ; then
16179 eval "DEFAULT_$LINE"
16180 cache=yes
16181 else
16182 cache=no
16183 fi
16184
16185 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
16186
16187 fi
16188
16189
16190 eval "$wx_cv_use_ownerdrawn"
16191 if test "x$cache" = xyes; then
16192 echo "wxUSE_OWNER_DRAWN=$wxUSE_OWNER_DRAWN" >> ${wx_arg_cache_file}.tmp
16193 fi
16194
16195 if test x"$enablestring" = xdisable; then
16196 if test $wxUSE_OWNER_DRAWN = yes; then
16197 result=no
16198 else
16199 result=yes
16200 fi
16201 else
16202 result=$wxUSE_OWNER_DRAWN
16203 fi
16204
16205 { echo "$as_me:$LINENO: result: $result" >&5
16206 echo "${ECHO_T}$result" >&6; }
16207
16208
16209 enablestring=
16210 defaultval=$wxUSE_ALL_FEATURES
16211 if test -z "$defaultval"; then
16212 if test x"$enablestring" = xdisable; then
16213 defaultval=yes
16214 else
16215 defaultval=no
16216 fi
16217 fi
16218
16219 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-regkey" >&5
16220 echo $ECHO_N "checking for --${enablestring:-enable}-regkey... $ECHO_C" >&6; }
16221 # Check whether --enable-regkey was given.
16222 if test "${enable_regkey+set}" = set; then
16223 enableval=$enable_regkey;
16224 if test "$enableval" = yes; then
16225 wx_cv_use_regkey='wxUSE_REGKEY=yes'
16226 else
16227 wx_cv_use_regkey='wxUSE_REGKEY=no'
16228 fi
16229 cache=yes
16230
16231 else
16232
16233 LINE=`grep "^wxUSE_REGKEY=" ${wx_arg_cache_file}`
16234 if test "x$LINE" != x ; then
16235 eval "DEFAULT_$LINE"
16236 cache=yes
16237 else
16238 cache=no
16239 fi
16240
16241 wx_cv_use_regkey='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
16242
16243 fi
16244
16245
16246 eval "$wx_cv_use_regkey"
16247 if test "x$cache" = xyes; then
16248 echo "wxUSE_REGKEY=$wxUSE_REGKEY" >> ${wx_arg_cache_file}.tmp
16249 fi
16250
16251 if test x"$enablestring" = xdisable; then
16252 if test $wxUSE_REGKEY = yes; then
16253 result=no
16254 else
16255 result=yes
16256 fi
16257 else
16258 result=$wxUSE_REGKEY
16259 fi
16260
16261 { echo "$as_me:$LINENO: result: $result" >&5
16262 echo "${ECHO_T}$result" >&6; }
16263
16264
16265 enablestring=
16266 defaultval=$wxUSE_ALL_FEATURES
16267 if test -z "$defaultval"; then
16268 if test x"$enablestring" = xdisable; then
16269 defaultval=yes
16270 else
16271 defaultval=no
16272 fi
16273 fi
16274
16275 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-uxtheme" >&5
16276 echo $ECHO_N "checking for --${enablestring:-enable}-uxtheme... $ECHO_C" >&6; }
16277 # Check whether --enable-uxtheme was given.
16278 if test "${enable_uxtheme+set}" = set; then
16279 enableval=$enable_uxtheme;
16280 if test "$enableval" = yes; then
16281 wx_cv_use_uxtheme='wxUSE_UXTHEME=yes'
16282 else
16283 wx_cv_use_uxtheme='wxUSE_UXTHEME=no'
16284 fi
16285 cache=yes
16286
16287 else
16288
16289 LINE=`grep "^wxUSE_UXTHEME=" ${wx_arg_cache_file}`
16290 if test "x$LINE" != x ; then
16291 eval "DEFAULT_$LINE"
16292 cache=yes
16293 else
16294 cache=no
16295 fi
16296
16297 wx_cv_use_uxtheme='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
16298
16299 fi
16300
16301
16302 eval "$wx_cv_use_uxtheme"
16303 if test "x$cache" = xyes; then
16304 echo "wxUSE_UXTHEME=$wxUSE_UXTHEME" >> ${wx_arg_cache_file}.tmp
16305 fi
16306
16307 if test x"$enablestring" = xdisable; then
16308 if test $wxUSE_UXTHEME = yes; then
16309 result=no
16310 else
16311 result=yes
16312 fi
16313 else
16314 result=$wxUSE_UXTHEME
16315 fi
16316
16317 { echo "$as_me:$LINENO: result: $result" >&5
16318 echo "${ECHO_T}$result" >&6; }
16319
16320
16321 enablestring=
16322 defaultval=$wxUSE_ALL_FEATURES
16323 if test -z "$defaultval"; then
16324 if test x"$enablestring" = xdisable; then
16325 defaultval=yes
16326 else
16327 defaultval=no
16328 fi
16329 fi
16330
16331 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxdib" >&5
16332 echo $ECHO_N "checking for --${enablestring:-enable}-wxdib... $ECHO_C" >&6; }
16333 # Check whether --enable-wxdib was given.
16334 if test "${enable_wxdib+set}" = set; then
16335 enableval=$enable_wxdib;
16336 if test "$enableval" = yes; then
16337 wx_cv_use_wxdib='wxUSE_DIB=yes'
16338 else
16339 wx_cv_use_wxdib='wxUSE_DIB=no'
16340 fi
16341 cache=yes
16342
16343 else
16344
16345 LINE=`grep "^wxUSE_DIB=" ${wx_arg_cache_file}`
16346 if test "x$LINE" != x ; then
16347 eval "DEFAULT_$LINE"
16348 cache=yes
16349 else
16350 cache=no
16351 fi
16352
16353 wx_cv_use_wxdib='wxUSE_DIB=${'DEFAULT_wxUSE_DIB":-$defaultval}"
16354
16355 fi
16356
16357
16358 eval "$wx_cv_use_wxdib"
16359 if test "x$cache" = xyes; then
16360 echo "wxUSE_DIB=$wxUSE_DIB" >> ${wx_arg_cache_file}.tmp
16361 fi
16362
16363 if test x"$enablestring" = xdisable; then
16364 if test $wxUSE_DIB = yes; then
16365 result=no
16366 else
16367 result=yes
16368 fi
16369 else
16370 result=$wxUSE_DIB
16371 fi
16372
16373 { echo "$as_me:$LINENO: result: $result" >&5
16374 echo "${ECHO_T}$result" >&6; }
16375
16376
16377 fi
16378
16379
16380 echo "saving argument cache $wx_arg_cache_file"
16381 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
16382
16383
16384
16385 { echo "$as_me:$LINENO: checking for toolkit" >&5
16386 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6; }
16387
16388 # In Wine, we need to default to MSW, not GTK or MOTIF
16389 if test "$wxUSE_WINE" = "yes"; then
16390 DEFAULT_DEFAULT_wxUSE_GTK=0
16391 DEFAULT_DEFAULT_wxUSE_MOTIF=0
16392 DEFAULT_DEFAULT_wxUSE_MSW=1
16393 wxUSE_SHARED=no
16394 CC=${CC:-winegcc}
16395 CXX=${CXX:-wineg++}
16396 fi
16397
16398
16399 if test "$wxUSE_GUI" = "yes"; then
16400
16401 if test "$USE_BEOS" = 1; then
16402 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
16403 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
16404 { (exit 1); exit 1; }; }
16405 fi
16406
16407 if test "$TOOLKIT_GIVEN" = 1; then
16408 for toolkit in `echo $ALL_TOOLKITS`; do
16409 var=wxUSE_$toolkit
16410 eval "value=\$${var}"
16411 if test "x$value" = "xno"; then
16412 eval "$var=0"
16413 elif test "x$value" != "x"; then
16414 eval "$var=1"
16415 fi
16416
16417 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
16418 eval "wx${toolkit}_VERSION=$value"
16419 fi
16420 done
16421 else
16422 for toolkit in `echo $ALL_TOOLKITS`; do
16423 if test "$has_toolkit_in_cache" != 1; then
16424 var=DEFAULT_DEFAULT_wxUSE_$toolkit
16425 else
16426 var=DEFAULT_wxUSE_$toolkit
16427
16428 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
16429 if test "x$version" != "x"; then
16430 eval "wx${toolkit}_VERSION=$version"
16431 fi
16432 fi
16433 eval "wxUSE_$toolkit=\$${var}"
16434 done
16435 fi
16436
16437 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
16438 + ${wxUSE_MGL:-0} + ${wxUSE_DFB:-0} + ${wxUSE_MICROWIN:-0} \
16439 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
16440
16441 case "${host}" in
16442 *-pc-os2_emx | *-pc-os2-emx )
16443 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
16444 esac
16445
16446 case "$NUM_TOOLKITS" in
16447 1)
16448 ;;
16449 0)
16450 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
16451 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
16452 { (exit 1); exit 1; }; }
16453 ;;
16454 *)
16455 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
16456 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
16457 { (exit 1); exit 1; }; }
16458 esac
16459
16460 # to be removed when --disable-gtk2 isn't needed
16461 if test "x$wxUSE_GTK2" = "xyes"; then
16462 wxGTK_VERSION=2
16463 elif test "x$wxUSE_GTK2" = "xno"; then
16464 wxGTK_VERSION=1
16465 fi
16466
16467 for toolkit in `echo $ALL_TOOLKITS`; do
16468 var=wxUSE_$toolkit
16469 eval "value=\$${var}"
16470 if test "x$value" != x; then
16471 cache_var=CACHE_$toolkit
16472 eval "cache=\$${cache_var}"
16473 if test "$cache" = 1; then
16474 echo "$var=$value" >> ${wx_arg_cache_file}
16475 eval "version=\$wx${toolkit}_VERSION"
16476 if test "x$version" != "x"; then
16477 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
16478 fi
16479 fi
16480 if test "$value" = 1; then
16481 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
16482 { echo "$as_me:$LINENO: result: $toolkit_echo" >&5
16483 echo "${ECHO_T}$toolkit_echo" >&6; }
16484 fi
16485 fi
16486 done
16487 else
16488 if test "x$host_alias" != "x"; then
16489 { echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
16490 echo "${ECHO_T}base ($host_alias hosted) only" >&6; }
16491 else
16492 { echo "$as_me:$LINENO: result: base only" >&5
16493 echo "${ECHO_T}base only" >&6; }
16494 fi
16495 fi
16496
16497
16498 cat >confcache <<\_ACEOF
16499 # This file is a shell script that caches the results of configure
16500 # tests run on this system so they can be shared between configure
16501 # scripts and configure runs, see configure's option --config-cache.
16502 # It is not useful on other systems. If it contains results you don't
16503 # want to keep, you may remove or edit it.
16504 #
16505 # config.status only pays attention to the cache file if you give it
16506 # the --recheck option to rerun configure.
16507 #
16508 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16509 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16510 # following values.
16511
16512 _ACEOF
16513
16514 # The following way of writing the cache mishandles newlines in values,
16515 # but we know of no workaround that is simple, portable, and efficient.
16516 # So, we kill variables containing newlines.
16517 # Ultrix sh set writes to stderr and can't be redirected directly,
16518 # and sets the high bit in the cache file unless we assign to the vars.
16519 (
16520 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16521 eval ac_val=\$$ac_var
16522 case $ac_val in #(
16523 *${as_nl}*)
16524 case $ac_var in #(
16525 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
16526 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
16527 esac
16528 case $ac_var in #(
16529 _ | IFS | as_nl) ;; #(
16530 *) $as_unset $ac_var ;;
16531 esac ;;
16532 esac
16533 done
16534
16535 (set) 2>&1 |
16536 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16537 *${as_nl}ac_space=\ *)
16538 # `set' does not quote correctly, so add quotes (double-quote
16539 # substitution turns \\\\ into \\, and sed turns \\ into \).
16540 sed -n \
16541 "s/'/'\\\\''/g;
16542 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16543 ;; #(
16544 *)
16545 # `set' quotes correctly as required by POSIX, so do not add quotes.
16546 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16547 ;;
16548 esac |
16549 sort
16550 ) |
16551 sed '
16552 /^ac_cv_env_/b end
16553 t clear
16554 :clear
16555 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16556 t end
16557 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16558 :end' >>confcache
16559 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16560 if test -w "$cache_file"; then
16561 test "x$cache_file" != "x/dev/null" &&
16562 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
16563 echo "$as_me: updating cache $cache_file" >&6;}
16564 cat confcache >$cache_file
16565 else
16566 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
16567 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16568 fi
16569 fi
16570 rm -f confcache
16571
16572 CFLAGS=${CFLAGS:=}
16573
16574
16575
16576 ac_ext=c
16577 ac_cpp='$CPP $CPPFLAGS'
16578 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16579 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16580 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16581 if test -n "$ac_tool_prefix"; then
16582 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
16583 set dummy ${ac_tool_prefix}gcc; ac_word=$2
16584 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16585 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16586 if test "${ac_cv_prog_CC+set}" = set; then
16587 echo $ECHO_N "(cached) $ECHO_C" >&6
16588 else
16589 if test -n "$CC"; then
16590 ac_cv_prog_CC="$CC" # Let the user override the test.
16591 else
16592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16593 for as_dir in $PATH
16594 do
16595 IFS=$as_save_IFS
16596 test -z "$as_dir" && as_dir=.
16597 for ac_exec_ext in '' $ac_executable_extensions; do
16598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16599 ac_cv_prog_CC="${ac_tool_prefix}gcc"
16600 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16601 break 2
16602 fi
16603 done
16604 done
16605 IFS=$as_save_IFS
16606
16607 fi
16608 fi
16609 CC=$ac_cv_prog_CC
16610 if test -n "$CC"; then
16611 { echo "$as_me:$LINENO: result: $CC" >&5
16612 echo "${ECHO_T}$CC" >&6; }
16613 else
16614 { echo "$as_me:$LINENO: result: no" >&5
16615 echo "${ECHO_T}no" >&6; }
16616 fi
16617
16618
16619 fi
16620 if test -z "$ac_cv_prog_CC"; then
16621 ac_ct_CC=$CC
16622 # Extract the first word of "gcc", so it can be a program name with args.
16623 set dummy gcc; ac_word=$2
16624 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16625 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16626 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
16627 echo $ECHO_N "(cached) $ECHO_C" >&6
16628 else
16629 if test -n "$ac_ct_CC"; then
16630 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
16631 else
16632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16633 for as_dir in $PATH
16634 do
16635 IFS=$as_save_IFS
16636 test -z "$as_dir" && as_dir=.
16637 for ac_exec_ext in '' $ac_executable_extensions; do
16638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16639 ac_cv_prog_ac_ct_CC="gcc"
16640 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16641 break 2
16642 fi
16643 done
16644 done
16645 IFS=$as_save_IFS
16646
16647 fi
16648 fi
16649 ac_ct_CC=$ac_cv_prog_ac_ct_CC
16650 if test -n "$ac_ct_CC"; then
16651 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
16652 echo "${ECHO_T}$ac_ct_CC" >&6; }
16653 else
16654 { echo "$as_me:$LINENO: result: no" >&5
16655 echo "${ECHO_T}no" >&6; }
16656 fi
16657
16658 if test "x$ac_ct_CC" = x; then
16659 CC=""
16660 else
16661 case $cross_compiling:$ac_tool_warned in
16662 yes:)
16663 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
16664 whose name does not start with the host triplet. If you think this
16665 configuration is useful to you, please write to autoconf@gnu.org." >&5
16666 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
16667 whose name does not start with the host triplet. If you think this
16668 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
16669 ac_tool_warned=yes ;;
16670 esac
16671 CC=$ac_ct_CC
16672 fi
16673 else
16674 CC="$ac_cv_prog_CC"
16675 fi
16676
16677 if test -z "$CC"; then
16678 if test -n "$ac_tool_prefix"; then
16679 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
16680 set dummy ${ac_tool_prefix}cc; ac_word=$2
16681 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16682 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16683 if test "${ac_cv_prog_CC+set}" = set; then
16684 echo $ECHO_N "(cached) $ECHO_C" >&6
16685 else
16686 if test -n "$CC"; then
16687 ac_cv_prog_CC="$CC" # Let the user override the test.
16688 else
16689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16690 for as_dir in $PATH
16691 do
16692 IFS=$as_save_IFS
16693 test -z "$as_dir" && as_dir=.
16694 for ac_exec_ext in '' $ac_executable_extensions; do
16695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16696 ac_cv_prog_CC="${ac_tool_prefix}cc"
16697 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16698 break 2
16699 fi
16700 done
16701 done
16702 IFS=$as_save_IFS
16703
16704 fi
16705 fi
16706 CC=$ac_cv_prog_CC
16707 if test -n "$CC"; then
16708 { echo "$as_me:$LINENO: result: $CC" >&5
16709 echo "${ECHO_T}$CC" >&6; }
16710 else
16711 { echo "$as_me:$LINENO: result: no" >&5
16712 echo "${ECHO_T}no" >&6; }
16713 fi
16714
16715
16716 fi
16717 fi
16718 if test -z "$CC"; then
16719 # Extract the first word of "cc", so it can be a program name with args.
16720 set dummy cc; ac_word=$2
16721 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16722 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16723 if test "${ac_cv_prog_CC+set}" = set; then
16724 echo $ECHO_N "(cached) $ECHO_C" >&6
16725 else
16726 if test -n "$CC"; then
16727 ac_cv_prog_CC="$CC" # Let the user override the test.
16728 else
16729 ac_prog_rejected=no
16730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16731 for as_dir in $PATH
16732 do
16733 IFS=$as_save_IFS
16734 test -z "$as_dir" && as_dir=.
16735 for ac_exec_ext in '' $ac_executable_extensions; do
16736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16737 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
16738 ac_prog_rejected=yes
16739 continue
16740 fi
16741 ac_cv_prog_CC="cc"
16742 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16743 break 2
16744 fi
16745 done
16746 done
16747 IFS=$as_save_IFS
16748
16749 if test $ac_prog_rejected = yes; then
16750 # We found a bogon in the path, so make sure we never use it.
16751 set dummy $ac_cv_prog_CC
16752 shift
16753 if test $# != 0; then
16754 # We chose a different compiler from the bogus one.
16755 # However, it has the same basename, so the bogon will be chosen
16756 # first if we set CC to just the basename; use the full file name.
16757 shift
16758 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
16759 fi
16760 fi
16761 fi
16762 fi
16763 CC=$ac_cv_prog_CC
16764 if test -n "$CC"; then
16765 { echo "$as_me:$LINENO: result: $CC" >&5
16766 echo "${ECHO_T}$CC" >&6; }
16767 else
16768 { echo "$as_me:$LINENO: result: no" >&5
16769 echo "${ECHO_T}no" >&6; }
16770 fi
16771
16772
16773 fi
16774 if test -z "$CC"; then
16775 if test -n "$ac_tool_prefix"; then
16776 for ac_prog in cl.exe
16777 do
16778 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16779 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
16780 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16781 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16782 if test "${ac_cv_prog_CC+set}" = set; then
16783 echo $ECHO_N "(cached) $ECHO_C" >&6
16784 else
16785 if test -n "$CC"; then
16786 ac_cv_prog_CC="$CC" # Let the user override the test.
16787 else
16788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16789 for as_dir in $PATH
16790 do
16791 IFS=$as_save_IFS
16792 test -z "$as_dir" && as_dir=.
16793 for ac_exec_ext in '' $ac_executable_extensions; do
16794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16795 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
16796 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16797 break 2
16798 fi
16799 done
16800 done
16801 IFS=$as_save_IFS
16802
16803 fi
16804 fi
16805 CC=$ac_cv_prog_CC
16806 if test -n "$CC"; then
16807 { echo "$as_me:$LINENO: result: $CC" >&5
16808 echo "${ECHO_T}$CC" >&6; }
16809 else
16810 { echo "$as_me:$LINENO: result: no" >&5
16811 echo "${ECHO_T}no" >&6; }
16812 fi
16813
16814
16815 test -n "$CC" && break
16816 done
16817 fi
16818 if test -z "$CC"; then
16819 ac_ct_CC=$CC
16820 for ac_prog in cl.exe
16821 do
16822 # Extract the first word of "$ac_prog", so it can be a program name with args.
16823 set dummy $ac_prog; ac_word=$2
16824 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16825 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16826 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
16827 echo $ECHO_N "(cached) $ECHO_C" >&6
16828 else
16829 if test -n "$ac_ct_CC"; then
16830 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
16831 else
16832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16833 for as_dir in $PATH
16834 do
16835 IFS=$as_save_IFS
16836 test -z "$as_dir" && as_dir=.
16837 for ac_exec_ext in '' $ac_executable_extensions; do
16838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16839 ac_cv_prog_ac_ct_CC="$ac_prog"
16840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16841 break 2
16842 fi
16843 done
16844 done
16845 IFS=$as_save_IFS
16846
16847 fi
16848 fi
16849 ac_ct_CC=$ac_cv_prog_ac_ct_CC
16850 if test -n "$ac_ct_CC"; then
16851 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
16852 echo "${ECHO_T}$ac_ct_CC" >&6; }
16853 else
16854 { echo "$as_me:$LINENO: result: no" >&5
16855 echo "${ECHO_T}no" >&6; }
16856 fi
16857
16858
16859 test -n "$ac_ct_CC" && break
16860 done
16861
16862 if test "x$ac_ct_CC" = x; then
16863 CC=""
16864 else
16865 case $cross_compiling:$ac_tool_warned in
16866 yes:)
16867 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
16868 whose name does not start with the host triplet. If you think this
16869 configuration is useful to you, please write to autoconf@gnu.org." >&5
16870 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
16871 whose name does not start with the host triplet. If you think this
16872 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
16873 ac_tool_warned=yes ;;
16874 esac
16875 CC=$ac_ct_CC
16876 fi
16877 fi
16878
16879 fi
16880
16881
16882 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
16883 See \`config.log' for more details." >&5
16884 echo "$as_me: error: no acceptable C compiler found in \$PATH
16885 See \`config.log' for more details." >&2;}
16886 { (exit 1); exit 1; }; }
16887
16888 # Provide some information about the compiler.
16889 echo "$as_me:$LINENO: checking for C compiler version" >&5
16890 ac_compiler=`set X $ac_compile; echo $2`
16891 { (ac_try="$ac_compiler --version >&5"
16892 case "(($ac_try" in
16893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16894 *) ac_try_echo=$ac_try;;
16895 esac
16896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16897 (eval "$ac_compiler --version >&5") 2>&5
16898 ac_status=$?
16899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16900 (exit $ac_status); }
16901 { (ac_try="$ac_compiler -v >&5"
16902 case "(($ac_try" in
16903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16904 *) ac_try_echo=$ac_try;;
16905 esac
16906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16907 (eval "$ac_compiler -v >&5") 2>&5
16908 ac_status=$?
16909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16910 (exit $ac_status); }
16911 { (ac_try="$ac_compiler -V >&5"
16912 case "(($ac_try" in
16913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16914 *) ac_try_echo=$ac_try;;
16915 esac
16916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16917 (eval "$ac_compiler -V >&5") 2>&5
16918 ac_status=$?
16919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16920 (exit $ac_status); }
16921
16922 cat >conftest.$ac_ext <<_ACEOF
16923 /* confdefs.h. */
16924 _ACEOF
16925 cat confdefs.h >>conftest.$ac_ext
16926 cat >>conftest.$ac_ext <<_ACEOF
16927 /* end confdefs.h. */
16928
16929 int
16930 main ()
16931 {
16932
16933 ;
16934 return 0;
16935 }
16936 _ACEOF
16937 ac_clean_files_save=$ac_clean_files
16938 ac_clean_files="$ac_clean_files a.out a.exe b.out"
16939 # Try to create an executable without -o first, disregard a.out.
16940 # It will help us diagnose broken compilers, and finding out an intuition
16941 # of exeext.
16942 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
16943 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
16944 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
16945 #
16946 # List of possible output files, starting from the most likely.
16947 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
16948 # only as a last resort. b.out is created by i960 compilers.
16949 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
16950 #
16951 # The IRIX 6 linker writes into existing files which may not be
16952 # executable, retaining their permissions. Remove them first so a
16953 # subsequent execution test works.
16954 ac_rmfiles=
16955 for ac_file in $ac_files
16956 do
16957 case $ac_file in
16958 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
16959 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
16960 esac
16961 done
16962 rm -f $ac_rmfiles
16963
16964 if { (ac_try="$ac_link_default"
16965 case "(($ac_try" in
16966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16967 *) ac_try_echo=$ac_try;;
16968 esac
16969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16970 (eval "$ac_link_default") 2>&5
16971 ac_status=$?
16972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16973 (exit $ac_status); }; then
16974 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
16975 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
16976 # in a Makefile. We should not override ac_cv_exeext if it was cached,
16977 # so that the user can short-circuit this test for compilers unknown to
16978 # Autoconf.
16979 for ac_file in $ac_files ''
16980 do
16981 test -f "$ac_file" || continue
16982 case $ac_file in
16983 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
16984 ;;
16985 [ab].out )
16986 # We found the default executable, but exeext='' is most
16987 # certainly right.
16988 break;;
16989 *.* )
16990 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
16991 then :; else
16992 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
16993 fi
16994 # We set ac_cv_exeext here because the later test for it is not
16995 # safe: cross compilers may not add the suffix if given an `-o'
16996 # argument, so we may need to know it at that point already.
16997 # Even if this section looks crufty: it has the advantage of
16998 # actually working.
16999 break;;
17000 * )
17001 break;;
17002 esac
17003 done
17004 test "$ac_cv_exeext" = no && ac_cv_exeext=
17005
17006 else
17007 ac_file=''
17008 fi
17009
17010 { echo "$as_me:$LINENO: result: $ac_file" >&5
17011 echo "${ECHO_T}$ac_file" >&6; }
17012 if test -z "$ac_file"; then
17013 echo "$as_me: failed program was:" >&5
17014 sed 's/^/| /' conftest.$ac_ext >&5
17015
17016 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
17017 See \`config.log' for more details." >&5
17018 echo "$as_me: error: C compiler cannot create executables
17019 See \`config.log' for more details." >&2;}
17020 { (exit 77); exit 77; }; }
17021 fi
17022
17023 ac_exeext=$ac_cv_exeext
17024
17025 # Check that the compiler produces executables we can run. If not, either
17026 # the compiler is broken, or we cross compile.
17027 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
17028 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
17029 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
17030 # If not cross compiling, check that we can run a simple program.
17031 if test "$cross_compiling" != yes; then
17032 if { ac_try='./$ac_file'
17033 { (case "(($ac_try" in
17034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17035 *) ac_try_echo=$ac_try;;
17036 esac
17037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17038 (eval "$ac_try") 2>&5
17039 ac_status=$?
17040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17041 (exit $ac_status); }; }; then
17042 cross_compiling=no
17043 else
17044 if test "$cross_compiling" = maybe; then
17045 cross_compiling=yes
17046 else
17047 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
17048 If you meant to cross compile, use \`--host'.
17049 See \`config.log' for more details." >&5
17050 echo "$as_me: error: cannot run C compiled programs.
17051 If you meant to cross compile, use \`--host'.
17052 See \`config.log' for more details." >&2;}
17053 { (exit 1); exit 1; }; }
17054 fi
17055 fi
17056 fi
17057 { echo "$as_me:$LINENO: result: yes" >&5
17058 echo "${ECHO_T}yes" >&6; }
17059
17060 rm -f a.out a.exe conftest$ac_cv_exeext b.out
17061 ac_clean_files=$ac_clean_files_save
17062 # Check that the compiler produces executables we can run. If not, either
17063 # the compiler is broken, or we cross compile.
17064 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
17065 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
17066 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
17067 echo "${ECHO_T}$cross_compiling" >&6; }
17068
17069 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
17070 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
17071 if { (ac_try="$ac_link"
17072 case "(($ac_try" in
17073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17074 *) ac_try_echo=$ac_try;;
17075 esac
17076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17077 (eval "$ac_link") 2>&5
17078 ac_status=$?
17079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17080 (exit $ac_status); }; then
17081 # If both `conftest.exe' and `conftest' are `present' (well, observable)
17082 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
17083 # work properly (i.e., refer to `conftest.exe'), while it won't with
17084 # `rm'.
17085 for ac_file in conftest.exe conftest conftest.*; do
17086 test -f "$ac_file" || continue
17087 case $ac_file in
17088 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
17089 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
17090 break;;
17091 * ) break;;
17092 esac
17093 done
17094 else
17095 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
17096 See \`config.log' for more details." >&5
17097 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
17098 See \`config.log' for more details." >&2;}
17099 { (exit 1); exit 1; }; }
17100 fi
17101
17102 rm -f conftest$ac_cv_exeext
17103 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
17104 echo "${ECHO_T}$ac_cv_exeext" >&6; }
17105
17106 rm -f conftest.$ac_ext
17107 EXEEXT=$ac_cv_exeext
17108 ac_exeext=$EXEEXT
17109 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
17110 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
17111 if test "${ac_cv_objext+set}" = set; then
17112 echo $ECHO_N "(cached) $ECHO_C" >&6
17113 else
17114 cat >conftest.$ac_ext <<_ACEOF
17115 /* confdefs.h. */
17116 _ACEOF
17117 cat confdefs.h >>conftest.$ac_ext
17118 cat >>conftest.$ac_ext <<_ACEOF
17119 /* end confdefs.h. */
17120
17121 int
17122 main ()
17123 {
17124
17125 ;
17126 return 0;
17127 }
17128 _ACEOF
17129 rm -f conftest.o conftest.obj
17130 if { (ac_try="$ac_compile"
17131 case "(($ac_try" in
17132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17133 *) ac_try_echo=$ac_try;;
17134 esac
17135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17136 (eval "$ac_compile") 2>&5
17137 ac_status=$?
17138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17139 (exit $ac_status); }; then
17140 for ac_file in conftest.o conftest.obj conftest.*; do
17141 test -f "$ac_file" || continue;
17142 case $ac_file in
17143 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
17144 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
17145 break;;
17146 esac
17147 done
17148 else
17149 echo "$as_me: failed program was:" >&5
17150 sed 's/^/| /' conftest.$ac_ext >&5
17151
17152 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
17153 See \`config.log' for more details." >&5
17154 echo "$as_me: error: cannot compute suffix of object files: cannot compile
17155 See \`config.log' for more details." >&2;}
17156 { (exit 1); exit 1; }; }
17157 fi
17158
17159 rm -f conftest.$ac_cv_objext conftest.$ac_ext
17160 fi
17161 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
17162 echo "${ECHO_T}$ac_cv_objext" >&6; }
17163 OBJEXT=$ac_cv_objext
17164 ac_objext=$OBJEXT
17165 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
17166 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
17167 if test "${ac_cv_c_compiler_gnu+set}" = set; then
17168 echo $ECHO_N "(cached) $ECHO_C" >&6
17169 else
17170 cat >conftest.$ac_ext <<_ACEOF
17171 /* confdefs.h. */
17172 _ACEOF
17173 cat confdefs.h >>conftest.$ac_ext
17174 cat >>conftest.$ac_ext <<_ACEOF
17175 /* end confdefs.h. */
17176
17177 int
17178 main ()
17179 {
17180 #ifndef __GNUC__
17181 choke me
17182 #endif
17183
17184 ;
17185 return 0;
17186 }
17187 _ACEOF
17188 rm -f conftest.$ac_objext
17189 if { (ac_try="$ac_compile"
17190 case "(($ac_try" in
17191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17192 *) ac_try_echo=$ac_try;;
17193 esac
17194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17195 (eval "$ac_compile") 2>conftest.er1
17196 ac_status=$?
17197 grep -v '^ *+' conftest.er1 >conftest.err
17198 rm -f conftest.er1
17199 cat conftest.err >&5
17200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17201 (exit $ac_status); } && {
17202 test -z "$ac_c_werror_flag" ||
17203 test ! -s conftest.err
17204 } && test -s conftest.$ac_objext; then
17205 ac_compiler_gnu=yes
17206 else
17207 echo "$as_me: failed program was:" >&5
17208 sed 's/^/| /' conftest.$ac_ext >&5
17209
17210 ac_compiler_gnu=no
17211 fi
17212
17213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17214 ac_cv_c_compiler_gnu=$ac_compiler_gnu
17215
17216 fi
17217 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
17218 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
17219 GCC=`test $ac_compiler_gnu = yes && echo yes`
17220 ac_test_CFLAGS=${CFLAGS+set}
17221 ac_save_CFLAGS=$CFLAGS
17222 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
17223 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
17224 if test "${ac_cv_prog_cc_g+set}" = set; then
17225 echo $ECHO_N "(cached) $ECHO_C" >&6
17226 else
17227 ac_save_c_werror_flag=$ac_c_werror_flag
17228 ac_c_werror_flag=yes
17229 ac_cv_prog_cc_g=no
17230 CFLAGS="-g"
17231 cat >conftest.$ac_ext <<_ACEOF
17232 /* confdefs.h. */
17233 _ACEOF
17234 cat confdefs.h >>conftest.$ac_ext
17235 cat >>conftest.$ac_ext <<_ACEOF
17236 /* end confdefs.h. */
17237
17238 int
17239 main ()
17240 {
17241
17242 ;
17243 return 0;
17244 }
17245 _ACEOF
17246 rm -f conftest.$ac_objext
17247 if { (ac_try="$ac_compile"
17248 case "(($ac_try" in
17249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17250 *) ac_try_echo=$ac_try;;
17251 esac
17252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17253 (eval "$ac_compile") 2>conftest.er1
17254 ac_status=$?
17255 grep -v '^ *+' conftest.er1 >conftest.err
17256 rm -f conftest.er1
17257 cat conftest.err >&5
17258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17259 (exit $ac_status); } && {
17260 test -z "$ac_c_werror_flag" ||
17261 test ! -s conftest.err
17262 } && test -s conftest.$ac_objext; then
17263 ac_cv_prog_cc_g=yes
17264 else
17265 echo "$as_me: failed program was:" >&5
17266 sed 's/^/| /' conftest.$ac_ext >&5
17267
17268 CFLAGS=""
17269 cat >conftest.$ac_ext <<_ACEOF
17270 /* confdefs.h. */
17271 _ACEOF
17272 cat confdefs.h >>conftest.$ac_ext
17273 cat >>conftest.$ac_ext <<_ACEOF
17274 /* end confdefs.h. */
17275
17276 int
17277 main ()
17278 {
17279
17280 ;
17281 return 0;
17282 }
17283 _ACEOF
17284 rm -f conftest.$ac_objext
17285 if { (ac_try="$ac_compile"
17286 case "(($ac_try" in
17287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17288 *) ac_try_echo=$ac_try;;
17289 esac
17290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17291 (eval "$ac_compile") 2>conftest.er1
17292 ac_status=$?
17293 grep -v '^ *+' conftest.er1 >conftest.err
17294 rm -f conftest.er1
17295 cat conftest.err >&5
17296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17297 (exit $ac_status); } && {
17298 test -z "$ac_c_werror_flag" ||
17299 test ! -s conftest.err
17300 } && test -s conftest.$ac_objext; then
17301 :
17302 else
17303 echo "$as_me: failed program was:" >&5
17304 sed 's/^/| /' conftest.$ac_ext >&5
17305
17306 ac_c_werror_flag=$ac_save_c_werror_flag
17307 CFLAGS="-g"
17308 cat >conftest.$ac_ext <<_ACEOF
17309 /* confdefs.h. */
17310 _ACEOF
17311 cat confdefs.h >>conftest.$ac_ext
17312 cat >>conftest.$ac_ext <<_ACEOF
17313 /* end confdefs.h. */
17314
17315 int
17316 main ()
17317 {
17318
17319 ;
17320 return 0;
17321 }
17322 _ACEOF
17323 rm -f conftest.$ac_objext
17324 if { (ac_try="$ac_compile"
17325 case "(($ac_try" in
17326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17327 *) ac_try_echo=$ac_try;;
17328 esac
17329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17330 (eval "$ac_compile") 2>conftest.er1
17331 ac_status=$?
17332 grep -v '^ *+' conftest.er1 >conftest.err
17333 rm -f conftest.er1
17334 cat conftest.err >&5
17335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17336 (exit $ac_status); } && {
17337 test -z "$ac_c_werror_flag" ||
17338 test ! -s conftest.err
17339 } && test -s conftest.$ac_objext; then
17340 ac_cv_prog_cc_g=yes
17341 else
17342 echo "$as_me: failed program was:" >&5
17343 sed 's/^/| /' conftest.$ac_ext >&5
17344
17345
17346 fi
17347
17348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17349 fi
17350
17351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17352 fi
17353
17354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17355 ac_c_werror_flag=$ac_save_c_werror_flag
17356 fi
17357 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
17358 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
17359 if test "$ac_test_CFLAGS" = set; then
17360 CFLAGS=$ac_save_CFLAGS
17361 elif test $ac_cv_prog_cc_g = yes; then
17362 if test "$GCC" = yes; then
17363 CFLAGS="-g -O2"
17364 else
17365 CFLAGS="-g"
17366 fi
17367 else
17368 if test "$GCC" = yes; then
17369 CFLAGS="-O2"
17370 else
17371 CFLAGS=
17372 fi
17373 fi
17374 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
17375 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
17376 if test "${ac_cv_prog_cc_c89+set}" = set; then
17377 echo $ECHO_N "(cached) $ECHO_C" >&6
17378 else
17379 ac_cv_prog_cc_c89=no
17380 ac_save_CC=$CC
17381 cat >conftest.$ac_ext <<_ACEOF
17382 /* confdefs.h. */
17383 _ACEOF
17384 cat confdefs.h >>conftest.$ac_ext
17385 cat >>conftest.$ac_ext <<_ACEOF
17386 /* end confdefs.h. */
17387 #include <stdarg.h>
17388 #include <stdio.h>
17389 #include <sys/types.h>
17390 #include <sys/stat.h>
17391 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
17392 struct buf { int x; };
17393 FILE * (*rcsopen) (struct buf *, struct stat *, int);
17394 static char *e (p, i)
17395 char **p;
17396 int i;
17397 {
17398 return p[i];
17399 }
17400 static char *f (char * (*g) (char **, int), char **p, ...)
17401 {
17402 char *s;
17403 va_list v;
17404 va_start (v,p);
17405 s = g (p, va_arg (v,int));
17406 va_end (v);
17407 return s;
17408 }
17409
17410 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
17411 function prototypes and stuff, but not '\xHH' hex character constants.
17412 These don't provoke an error unfortunately, instead are silently treated
17413 as 'x'. The following induces an error, until -std is added to get
17414 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
17415 array size at least. It's necessary to write '\x00'==0 to get something
17416 that's true only with -std. */
17417 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
17418
17419 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
17420 inside strings and character constants. */
17421 #define FOO(x) 'x'
17422 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
17423
17424 int test (int i, double x);
17425 struct s1 {int (*f) (int a);};
17426 struct s2 {int (*f) (double a);};
17427 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
17428 int argc;
17429 char **argv;
17430 int
17431 main ()
17432 {
17433 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
17434 ;
17435 return 0;
17436 }
17437 _ACEOF
17438 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
17439 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
17440 do
17441 CC="$ac_save_CC $ac_arg"
17442 rm -f conftest.$ac_objext
17443 if { (ac_try="$ac_compile"
17444 case "(($ac_try" in
17445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17446 *) ac_try_echo=$ac_try;;
17447 esac
17448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17449 (eval "$ac_compile") 2>conftest.er1
17450 ac_status=$?
17451 grep -v '^ *+' conftest.er1 >conftest.err
17452 rm -f conftest.er1
17453 cat conftest.err >&5
17454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17455 (exit $ac_status); } && {
17456 test -z "$ac_c_werror_flag" ||
17457 test ! -s conftest.err
17458 } && test -s conftest.$ac_objext; then
17459 ac_cv_prog_cc_c89=$ac_arg
17460 else
17461 echo "$as_me: failed program was:" >&5
17462 sed 's/^/| /' conftest.$ac_ext >&5
17463
17464
17465 fi
17466
17467 rm -f core conftest.err conftest.$ac_objext
17468 test "x$ac_cv_prog_cc_c89" != "xno" && break
17469 done
17470 rm -f conftest.$ac_ext
17471 CC=$ac_save_CC
17472
17473 fi
17474 # AC_CACHE_VAL
17475 case "x$ac_cv_prog_cc_c89" in
17476 x)
17477 { echo "$as_me:$LINENO: result: none needed" >&5
17478 echo "${ECHO_T}none needed" >&6; } ;;
17479 xno)
17480 { echo "$as_me:$LINENO: result: unsupported" >&5
17481 echo "${ECHO_T}unsupported" >&6; } ;;
17482 *)
17483 CC="$CC $ac_cv_prog_cc_c89"
17484 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
17485 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
17486 esac
17487
17488
17489 ac_ext=c
17490 ac_cpp='$CPP $CPPFLAGS'
17491 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17492 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17493 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17494
17495
17496
17497
17498 ac_ext=c
17499 ac_cpp='$CPP $CPPFLAGS'
17500 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17501 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17502 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17503
17504 { echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
17505 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6; }
17506 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
17507 echo $ECHO_N "(cached) $ECHO_C" >&6
17508 else
17509 cat >conftest.$ac_ext <<_ACEOF
17510 /* confdefs.h. */
17511 _ACEOF
17512 cat confdefs.h >>conftest.$ac_ext
17513 cat >>conftest.$ac_ext <<_ACEOF
17514 /* end confdefs.h. */
17515
17516 int
17517 main ()
17518 {
17519
17520 #ifndef __INTEL_COMPILER
17521 choke me
17522 #endif
17523
17524 ;
17525 return 0;
17526 }
17527 _ACEOF
17528 rm -f conftest.$ac_objext
17529 if { (ac_try="$ac_compile"
17530 case "(($ac_try" in
17531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17532 *) ac_try_echo=$ac_try;;
17533 esac
17534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17535 (eval "$ac_compile") 2>conftest.er1
17536 ac_status=$?
17537 grep -v '^ *+' conftest.er1 >conftest.err
17538 rm -f conftest.er1
17539 cat conftest.err >&5
17540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17541 (exit $ac_status); } && {
17542 test -z "$ac_c_werror_flag" ||
17543 test ! -s conftest.err
17544 } && test -s conftest.$ac_objext; then
17545 bakefile_cv_c_compiler___INTEL_COMPILER=yes
17546 else
17547 echo "$as_me: failed program was:" >&5
17548 sed 's/^/| /' conftest.$ac_ext >&5
17549
17550 bakefile_cv_c_compiler___INTEL_COMPILER=no
17551
17552 fi
17553
17554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17555
17556
17557 fi
17558 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
17559 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
17560 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
17561 :; INTELCC=yes
17562 else
17563 :;
17564 fi
17565 ac_ext=c
17566 ac_cpp='$CPP $CPPFLAGS'
17567 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17568 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17569 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17570
17571
17572
17573
17574 if test "x$GCC" != "xyes"; then
17575 if test "xCC" = "xC"; then
17576 { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
17577 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
17578 if test "${bakefile_cv_c_exto+set}" = set; then
17579 echo $ECHO_N "(cached) $ECHO_C" >&6
17580 else
17581 cat >conftest.$ac_ext <<_ACEOF
17582 /* confdefs.h. */
17583 _ACEOF
17584 cat confdefs.h >>conftest.$ac_ext
17585 cat >>conftest.$ac_ext <<_ACEOF
17586 /* end confdefs.h. */
17587
17588 int
17589 main ()
17590 {
17591
17592 ;
17593 return 0;
17594 }
17595 _ACEOF
17596 rm -f conftest.$ac_objext conftest.$ac_ext.o
17597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17598 (eval $ac_compile) 2>&5
17599 ac_status=$?
17600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17601 (exit $ac_status); }; then
17602 for ac_file in `(ls conftest.* 2>/dev/null)`; do
17603 case $ac_file in
17604 conftest.$ac_ext.o)
17605 bakefile_cv_c_exto="-ext o"
17606 ;;
17607 *)
17608 ;;
17609 esac
17610 done
17611 else
17612 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
17613 See \`config.log' for more details." >&5
17614 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
17615 See \`config.log' for more details." >&2;}
17616 { (exit 1); exit 1; }; }
17617
17618 fi
17619
17620 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
17621
17622 fi
17623 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
17624 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
17625 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17626 if test "c" = "c"; then
17627 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
17628 fi
17629 if test "c" = "cxx"; then
17630 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
17631 fi
17632 fi
17633
17634 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17635 unset ac_cv_prog_cc_g
17636 ac_test_CFLAGS=${CFLAGS+set}
17637 ac_save_CFLAGS=$CFLAGS
17638 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
17639 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
17640 if test "${ac_cv_prog_cc_g+set}" = set; then
17641 echo $ECHO_N "(cached) $ECHO_C" >&6
17642 else
17643 ac_save_c_werror_flag=$ac_c_werror_flag
17644 ac_c_werror_flag=yes
17645 ac_cv_prog_cc_g=no
17646 CFLAGS="-g"
17647 cat >conftest.$ac_ext <<_ACEOF
17648 /* confdefs.h. */
17649 _ACEOF
17650 cat confdefs.h >>conftest.$ac_ext
17651 cat >>conftest.$ac_ext <<_ACEOF
17652 /* end confdefs.h. */
17653
17654 int
17655 main ()
17656 {
17657
17658 ;
17659 return 0;
17660 }
17661 _ACEOF
17662 rm -f conftest.$ac_objext
17663 if { (ac_try="$ac_compile"
17664 case "(($ac_try" in
17665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17666 *) ac_try_echo=$ac_try;;
17667 esac
17668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17669 (eval "$ac_compile") 2>conftest.er1
17670 ac_status=$?
17671 grep -v '^ *+' conftest.er1 >conftest.err
17672 rm -f conftest.er1
17673 cat conftest.err >&5
17674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17675 (exit $ac_status); } && {
17676 test -z "$ac_c_werror_flag" ||
17677 test ! -s conftest.err
17678 } && test -s conftest.$ac_objext; then
17679 ac_cv_prog_cc_g=yes
17680 else
17681 echo "$as_me: failed program was:" >&5
17682 sed 's/^/| /' conftest.$ac_ext >&5
17683
17684 CFLAGS=""
17685 cat >conftest.$ac_ext <<_ACEOF
17686 /* confdefs.h. */
17687 _ACEOF
17688 cat confdefs.h >>conftest.$ac_ext
17689 cat >>conftest.$ac_ext <<_ACEOF
17690 /* end confdefs.h. */
17691
17692 int
17693 main ()
17694 {
17695
17696 ;
17697 return 0;
17698 }
17699 _ACEOF
17700 rm -f conftest.$ac_objext
17701 if { (ac_try="$ac_compile"
17702 case "(($ac_try" in
17703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17704 *) ac_try_echo=$ac_try;;
17705 esac
17706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17707 (eval "$ac_compile") 2>conftest.er1
17708 ac_status=$?
17709 grep -v '^ *+' conftest.er1 >conftest.err
17710 rm -f conftest.er1
17711 cat conftest.err >&5
17712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17713 (exit $ac_status); } && {
17714 test -z "$ac_c_werror_flag" ||
17715 test ! -s conftest.err
17716 } && test -s conftest.$ac_objext; then
17717 :
17718 else
17719 echo "$as_me: failed program was:" >&5
17720 sed 's/^/| /' conftest.$ac_ext >&5
17721
17722 ac_c_werror_flag=$ac_save_c_werror_flag
17723 CFLAGS="-g"
17724 cat >conftest.$ac_ext <<_ACEOF
17725 /* confdefs.h. */
17726 _ACEOF
17727 cat confdefs.h >>conftest.$ac_ext
17728 cat >>conftest.$ac_ext <<_ACEOF
17729 /* end confdefs.h. */
17730
17731 int
17732 main ()
17733 {
17734
17735 ;
17736 return 0;
17737 }
17738 _ACEOF
17739 rm -f conftest.$ac_objext
17740 if { (ac_try="$ac_compile"
17741 case "(($ac_try" in
17742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17743 *) ac_try_echo=$ac_try;;
17744 esac
17745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17746 (eval "$ac_compile") 2>conftest.er1
17747 ac_status=$?
17748 grep -v '^ *+' conftest.er1 >conftest.err
17749 rm -f conftest.er1
17750 cat conftest.err >&5
17751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17752 (exit $ac_status); } && {
17753 test -z "$ac_c_werror_flag" ||
17754 test ! -s conftest.err
17755 } && test -s conftest.$ac_objext; then
17756 ac_cv_prog_cc_g=yes
17757 else
17758 echo "$as_me: failed program was:" >&5
17759 sed 's/^/| /' conftest.$ac_ext >&5
17760
17761
17762 fi
17763
17764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17765 fi
17766
17767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17768 fi
17769
17770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17771 ac_c_werror_flag=$ac_save_c_werror_flag
17772 fi
17773 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
17774 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
17775 if test "$ac_test_CFLAGS" = set; then
17776 CFLAGS=$ac_save_CFLAGS
17777 elif test $ac_cv_prog_cc_g = yes; then
17778 if test "$GCC" = yes; then
17779 CFLAGS="-g -O2"
17780 else
17781 CFLAGS="-g"
17782 fi
17783 else
17784 if test "$GCC" = yes; then
17785 CFLAGS="-O2"
17786 else
17787 CFLAGS=
17788 fi
17789 fi
17790 fi
17791 fi
17792
17793 case `uname -s` in
17794 AIX*)
17795
17796
17797 ac_ext=c
17798 ac_cpp='$CPP $CPPFLAGS'
17799 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17800 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17801 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17802
17803 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
17804 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
17805 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
17806 echo $ECHO_N "(cached) $ECHO_C" >&6
17807 else
17808 cat >conftest.$ac_ext <<_ACEOF
17809 /* confdefs.h. */
17810 _ACEOF
17811 cat confdefs.h >>conftest.$ac_ext
17812 cat >>conftest.$ac_ext <<_ACEOF
17813 /* end confdefs.h. */
17814
17815 int
17816 main ()
17817 {
17818
17819 #ifndef __xlC__
17820 choke me
17821 #endif
17822
17823 ;
17824 return 0;
17825 }
17826 _ACEOF
17827 rm -f conftest.$ac_objext
17828 if { (ac_try="$ac_compile"
17829 case "(($ac_try" in
17830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17831 *) ac_try_echo=$ac_try;;
17832 esac
17833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17834 (eval "$ac_compile") 2>conftest.er1
17835 ac_status=$?
17836 grep -v '^ *+' conftest.er1 >conftest.err
17837 rm -f conftest.er1
17838 cat conftest.err >&5
17839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17840 (exit $ac_status); } && {
17841 test -z "$ac_c_werror_flag" ||
17842 test ! -s conftest.err
17843 } && test -s conftest.$ac_objext; then
17844 bakefile_cv_c_compiler___xlC__=yes
17845 else
17846 echo "$as_me: failed program was:" >&5
17847 sed 's/^/| /' conftest.$ac_ext >&5
17848
17849 bakefile_cv_c_compiler___xlC__=no
17850
17851 fi
17852
17853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17854
17855
17856 fi
17857 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
17858 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
17859 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17860 :; XLCC=yes
17861 else
17862 :;
17863 fi
17864 ac_ext=c
17865 ac_cpp='$CPP $CPPFLAGS'
17866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17869
17870
17871
17872 ;;
17873
17874 Darwin)
17875
17876
17877 ac_ext=c
17878 ac_cpp='$CPP $CPPFLAGS'
17879 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17880 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17881 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17882
17883 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
17884 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6; }
17885 if test "${bakefile_cv_c_compiler___MWERKS__+set}" = set; then
17886 echo $ECHO_N "(cached) $ECHO_C" >&6
17887 else
17888 cat >conftest.$ac_ext <<_ACEOF
17889 /* confdefs.h. */
17890 _ACEOF
17891 cat confdefs.h >>conftest.$ac_ext
17892 cat >>conftest.$ac_ext <<_ACEOF
17893 /* end confdefs.h. */
17894
17895 int
17896 main ()
17897 {
17898
17899 #ifndef __MWERKS__
17900 choke me
17901 #endif
17902
17903 ;
17904 return 0;
17905 }
17906 _ACEOF
17907 rm -f conftest.$ac_objext
17908 if { (ac_try="$ac_compile"
17909 case "(($ac_try" in
17910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17911 *) ac_try_echo=$ac_try;;
17912 esac
17913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17914 (eval "$ac_compile") 2>conftest.er1
17915 ac_status=$?
17916 grep -v '^ *+' conftest.er1 >conftest.err
17917 rm -f conftest.er1
17918 cat conftest.err >&5
17919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17920 (exit $ac_status); } && {
17921 test -z "$ac_c_werror_flag" ||
17922 test ! -s conftest.err
17923 } && test -s conftest.$ac_objext; then
17924 bakefile_cv_c_compiler___MWERKS__=yes
17925 else
17926 echo "$as_me: failed program was:" >&5
17927 sed 's/^/| /' conftest.$ac_ext >&5
17928
17929 bakefile_cv_c_compiler___MWERKS__=no
17930
17931 fi
17932
17933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17934
17935
17936 fi
17937 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___MWERKS__" >&5
17938 echo "${ECHO_T}$bakefile_cv_c_compiler___MWERKS__" >&6; }
17939 if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
17940 :; MWCC=yes
17941 else
17942 :;
17943 fi
17944 ac_ext=c
17945 ac_cpp='$CPP $CPPFLAGS'
17946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17949
17950
17951
17952
17953
17954 ac_ext=c
17955 ac_cpp='$CPP $CPPFLAGS'
17956 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17957 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17958 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17959
17960 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
17961 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
17962 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
17963 echo $ECHO_N "(cached) $ECHO_C" >&6
17964 else
17965 cat >conftest.$ac_ext <<_ACEOF
17966 /* confdefs.h. */
17967 _ACEOF
17968 cat confdefs.h >>conftest.$ac_ext
17969 cat >>conftest.$ac_ext <<_ACEOF
17970 /* end confdefs.h. */
17971
17972 int
17973 main ()
17974 {
17975
17976 #ifndef __xlC__
17977 choke me
17978 #endif
17979
17980 ;
17981 return 0;
17982 }
17983 _ACEOF
17984 rm -f conftest.$ac_objext
17985 if { (ac_try="$ac_compile"
17986 case "(($ac_try" in
17987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17988 *) ac_try_echo=$ac_try;;
17989 esac
17990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17991 (eval "$ac_compile") 2>conftest.er1
17992 ac_status=$?
17993 grep -v '^ *+' conftest.er1 >conftest.err
17994 rm -f conftest.er1
17995 cat conftest.err >&5
17996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17997 (exit $ac_status); } && {
17998 test -z "$ac_c_werror_flag" ||
17999 test ! -s conftest.err
18000 } && test -s conftest.$ac_objext; then
18001 bakefile_cv_c_compiler___xlC__=yes
18002 else
18003 echo "$as_me: failed program was:" >&5
18004 sed 's/^/| /' conftest.$ac_ext >&5
18005
18006 bakefile_cv_c_compiler___xlC__=no
18007
18008 fi
18009
18010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18011
18012
18013 fi
18014 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
18015 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
18016 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
18017 :; XLCC=yes
18018 else
18019 :;
18020 fi
18021 ac_ext=c
18022 ac_cpp='$CPP $CPPFLAGS'
18023 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18024 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18025 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18026
18027
18028
18029 ;;
18030
18031 IRIX*)
18032
18033
18034 ac_ext=c
18035 ac_cpp='$CPP $CPPFLAGS'
18036 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18037 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18038 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18039
18040 { echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
18041 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6; }
18042 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
18043 echo $ECHO_N "(cached) $ECHO_C" >&6
18044 else
18045 cat >conftest.$ac_ext <<_ACEOF
18046 /* confdefs.h. */
18047 _ACEOF
18048 cat confdefs.h >>conftest.$ac_ext
18049 cat >>conftest.$ac_ext <<_ACEOF
18050 /* end confdefs.h. */
18051
18052 int
18053 main ()
18054 {
18055
18056 #ifndef _SGI_COMPILER_VERSION
18057 choke me
18058 #endif
18059
18060 ;
18061 return 0;
18062 }
18063 _ACEOF
18064 rm -f conftest.$ac_objext
18065 if { (ac_try="$ac_compile"
18066 case "(($ac_try" in
18067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18068 *) ac_try_echo=$ac_try;;
18069 esac
18070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18071 (eval "$ac_compile") 2>conftest.er1
18072 ac_status=$?
18073 grep -v '^ *+' conftest.er1 >conftest.err
18074 rm -f conftest.er1
18075 cat conftest.err >&5
18076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18077 (exit $ac_status); } && {
18078 test -z "$ac_c_werror_flag" ||
18079 test ! -s conftest.err
18080 } && test -s conftest.$ac_objext; then
18081 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
18082 else
18083 echo "$as_me: failed program was:" >&5
18084 sed 's/^/| /' conftest.$ac_ext >&5
18085
18086 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
18087
18088 fi
18089
18090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18091
18092
18093 fi
18094 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
18095 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
18096 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
18097 :; SGICC=yes
18098 else
18099 :;
18100 fi
18101 ac_ext=c
18102 ac_cpp='$CPP $CPPFLAGS'
18103 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18104 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18105 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18106
18107
18108
18109 ;;
18110
18111 Linux*)
18112
18113
18114 ac_ext=c
18115 ac_cpp='$CPP $CPPFLAGS'
18116 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18117 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18118 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18119
18120 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
18121 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
18122 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
18123 echo $ECHO_N "(cached) $ECHO_C" >&6
18124 else
18125 cat >conftest.$ac_ext <<_ACEOF
18126 /* confdefs.h. */
18127 _ACEOF
18128 cat confdefs.h >>conftest.$ac_ext
18129 cat >>conftest.$ac_ext <<_ACEOF
18130 /* end confdefs.h. */
18131
18132 int
18133 main ()
18134 {
18135
18136 #ifndef __SUNPRO_C
18137 choke me
18138 #endif
18139
18140 ;
18141 return 0;
18142 }
18143 _ACEOF
18144 rm -f conftest.$ac_objext
18145 if { (ac_try="$ac_compile"
18146 case "(($ac_try" in
18147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18148 *) ac_try_echo=$ac_try;;
18149 esac
18150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18151 (eval "$ac_compile") 2>conftest.er1
18152 ac_status=$?
18153 grep -v '^ *+' conftest.er1 >conftest.err
18154 rm -f conftest.er1
18155 cat conftest.err >&5
18156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18157 (exit $ac_status); } && {
18158 test -z "$ac_c_werror_flag" ||
18159 test ! -s conftest.err
18160 } && test -s conftest.$ac_objext; then
18161 bakefile_cv_c_compiler___SUNPRO_C=yes
18162 else
18163 echo "$as_me: failed program was:" >&5
18164 sed 's/^/| /' conftest.$ac_ext >&5
18165
18166 bakefile_cv_c_compiler___SUNPRO_C=no
18167
18168 fi
18169
18170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18171
18172
18173 fi
18174 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
18175 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
18176 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
18177 :; SUNCC=yes
18178 else
18179 :;
18180 fi
18181 ac_ext=c
18182 ac_cpp='$CPP $CPPFLAGS'
18183 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18184 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18185 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18186
18187
18188
18189 ;;
18190
18191 HP-UX*)
18192
18193
18194 ac_ext=c
18195 ac_cpp='$CPP $CPPFLAGS'
18196 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18197 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18198 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18199
18200 { echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
18201 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6; }
18202 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
18203 echo $ECHO_N "(cached) $ECHO_C" >&6
18204 else
18205 cat >conftest.$ac_ext <<_ACEOF
18206 /* confdefs.h. */
18207 _ACEOF
18208 cat confdefs.h >>conftest.$ac_ext
18209 cat >>conftest.$ac_ext <<_ACEOF
18210 /* end confdefs.h. */
18211
18212 int
18213 main ()
18214 {
18215
18216 #ifndef __HP_cc
18217 choke me
18218 #endif
18219
18220 ;
18221 return 0;
18222 }
18223 _ACEOF
18224 rm -f conftest.$ac_objext
18225 if { (ac_try="$ac_compile"
18226 case "(($ac_try" in
18227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18228 *) ac_try_echo=$ac_try;;
18229 esac
18230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18231 (eval "$ac_compile") 2>conftest.er1
18232 ac_status=$?
18233 grep -v '^ *+' conftest.er1 >conftest.err
18234 rm -f conftest.er1
18235 cat conftest.err >&5
18236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18237 (exit $ac_status); } && {
18238 test -z "$ac_c_werror_flag" ||
18239 test ! -s conftest.err
18240 } && test -s conftest.$ac_objext; then
18241 bakefile_cv_c_compiler___HP_cc=yes
18242 else
18243 echo "$as_me: failed program was:" >&5
18244 sed 's/^/| /' conftest.$ac_ext >&5
18245
18246 bakefile_cv_c_compiler___HP_cc=no
18247
18248 fi
18249
18250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18251
18252
18253 fi
18254 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
18255 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6; }
18256 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
18257 :; HPCC=yes
18258 else
18259 :;
18260 fi
18261 ac_ext=c
18262 ac_cpp='$CPP $CPPFLAGS'
18263 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18264 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18265 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18266
18267
18268
18269 ;;
18270
18271 OSF1)
18272
18273
18274 ac_ext=c
18275 ac_cpp='$CPP $CPPFLAGS'
18276 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18277 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18278 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18279
18280 { echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
18281 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6; }
18282 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
18283 echo $ECHO_N "(cached) $ECHO_C" >&6
18284 else
18285 cat >conftest.$ac_ext <<_ACEOF
18286 /* confdefs.h. */
18287 _ACEOF
18288 cat confdefs.h >>conftest.$ac_ext
18289 cat >>conftest.$ac_ext <<_ACEOF
18290 /* end confdefs.h. */
18291
18292 int
18293 main ()
18294 {
18295
18296 #ifndef __DECC
18297 choke me
18298 #endif
18299
18300 ;
18301 return 0;
18302 }
18303 _ACEOF
18304 rm -f conftest.$ac_objext
18305 if { (ac_try="$ac_compile"
18306 case "(($ac_try" in
18307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18308 *) ac_try_echo=$ac_try;;
18309 esac
18310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18311 (eval "$ac_compile") 2>conftest.er1
18312 ac_status=$?
18313 grep -v '^ *+' conftest.er1 >conftest.err
18314 rm -f conftest.er1
18315 cat conftest.err >&5
18316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18317 (exit $ac_status); } && {
18318 test -z "$ac_c_werror_flag" ||
18319 test ! -s conftest.err
18320 } && test -s conftest.$ac_objext; then
18321 bakefile_cv_c_compiler___DECC=yes
18322 else
18323 echo "$as_me: failed program was:" >&5
18324 sed 's/^/| /' conftest.$ac_ext >&5
18325
18326 bakefile_cv_c_compiler___DECC=no
18327
18328 fi
18329
18330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18331
18332
18333 fi
18334 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
18335 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6; }
18336 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
18337 :; COMPAQCC=yes
18338 else
18339 :;
18340 fi
18341 ac_ext=c
18342 ac_cpp='$CPP $CPPFLAGS'
18343 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18344 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18345 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18346
18347
18348
18349 ;;
18350
18351 SunOS)
18352
18353
18354 ac_ext=c
18355 ac_cpp='$CPP $CPPFLAGS'
18356 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18357 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18358 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18359
18360 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
18361 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
18362 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
18363 echo $ECHO_N "(cached) $ECHO_C" >&6
18364 else
18365 cat >conftest.$ac_ext <<_ACEOF
18366 /* confdefs.h. */
18367 _ACEOF
18368 cat confdefs.h >>conftest.$ac_ext
18369 cat >>conftest.$ac_ext <<_ACEOF
18370 /* end confdefs.h. */
18371
18372 int
18373 main ()
18374 {
18375
18376 #ifndef __SUNPRO_C
18377 choke me
18378 #endif
18379
18380 ;
18381 return 0;
18382 }
18383 _ACEOF
18384 rm -f conftest.$ac_objext
18385 if { (ac_try="$ac_compile"
18386 case "(($ac_try" in
18387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18388 *) ac_try_echo=$ac_try;;
18389 esac
18390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18391 (eval "$ac_compile") 2>conftest.er1
18392 ac_status=$?
18393 grep -v '^ *+' conftest.er1 >conftest.err
18394 rm -f conftest.er1
18395 cat conftest.err >&5
18396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18397 (exit $ac_status); } && {
18398 test -z "$ac_c_werror_flag" ||
18399 test ! -s conftest.err
18400 } && test -s conftest.$ac_objext; then
18401 bakefile_cv_c_compiler___SUNPRO_C=yes
18402 else
18403 echo "$as_me: failed program was:" >&5
18404 sed 's/^/| /' conftest.$ac_ext >&5
18405
18406 bakefile_cv_c_compiler___SUNPRO_C=no
18407
18408 fi
18409
18410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18411
18412
18413 fi
18414 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
18415 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
18416 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
18417 :; SUNCC=yes
18418 else
18419 :;
18420 fi
18421 ac_ext=c
18422 ac_cpp='$CPP $CPPFLAGS'
18423 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18424 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18425 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18426
18427
18428
18429 ;;
18430 esac
18431 fi
18432
18433
18434
18435 ac_ext=c
18436 ac_cpp='$CPP $CPPFLAGS'
18437 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18438 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18439 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18440 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
18441 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
18442 # On Suns, sometimes $CPP names a directory.
18443 if test -n "$CPP" && test -d "$CPP"; then
18444 CPP=
18445 fi
18446 if test -z "$CPP"; then
18447 if test "${ac_cv_prog_CPP+set}" = set; then
18448 echo $ECHO_N "(cached) $ECHO_C" >&6
18449 else
18450 # Double quotes because CPP needs to be expanded
18451 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
18452 do
18453 ac_preproc_ok=false
18454 for ac_c_preproc_warn_flag in '' yes
18455 do
18456 # Use a header file that comes with gcc, so configuring glibc
18457 # with a fresh cross-compiler works.
18458 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18459 # <limits.h> exists even on freestanding compilers.
18460 # On the NeXT, cc -E runs the code through the compiler's parser,
18461 # not just through cpp. "Syntax error" is here to catch this case.
18462 cat >conftest.$ac_ext <<_ACEOF
18463 /* confdefs.h. */
18464 _ACEOF
18465 cat confdefs.h >>conftest.$ac_ext
18466 cat >>conftest.$ac_ext <<_ACEOF
18467 /* end confdefs.h. */
18468 #ifdef __STDC__
18469 # include <limits.h>
18470 #else
18471 # include <assert.h>
18472 #endif
18473 Syntax error
18474 _ACEOF
18475 if { (ac_try="$ac_cpp conftest.$ac_ext"
18476 case "(($ac_try" in
18477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18478 *) ac_try_echo=$ac_try;;
18479 esac
18480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18481 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18482 ac_status=$?
18483 grep -v '^ *+' conftest.er1 >conftest.err
18484 rm -f conftest.er1
18485 cat conftest.err >&5
18486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18487 (exit $ac_status); } >/dev/null && {
18488 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18489 test ! -s conftest.err
18490 }; then
18491 :
18492 else
18493 echo "$as_me: failed program was:" >&5
18494 sed 's/^/| /' conftest.$ac_ext >&5
18495
18496 # Broken: fails on valid input.
18497 continue
18498 fi
18499
18500 rm -f conftest.err conftest.$ac_ext
18501
18502 # OK, works on sane cases. Now check whether nonexistent headers
18503 # can be detected and how.
18504 cat >conftest.$ac_ext <<_ACEOF
18505 /* confdefs.h. */
18506 _ACEOF
18507 cat confdefs.h >>conftest.$ac_ext
18508 cat >>conftest.$ac_ext <<_ACEOF
18509 /* end confdefs.h. */
18510 #include <ac_nonexistent.h>
18511 _ACEOF
18512 if { (ac_try="$ac_cpp conftest.$ac_ext"
18513 case "(($ac_try" in
18514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18515 *) ac_try_echo=$ac_try;;
18516 esac
18517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18518 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18519 ac_status=$?
18520 grep -v '^ *+' conftest.er1 >conftest.err
18521 rm -f conftest.er1
18522 cat conftest.err >&5
18523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18524 (exit $ac_status); } >/dev/null && {
18525 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18526 test ! -s conftest.err
18527 }; then
18528 # Broken: success on invalid input.
18529 continue
18530 else
18531 echo "$as_me: failed program was:" >&5
18532 sed 's/^/| /' conftest.$ac_ext >&5
18533
18534 # Passes both tests.
18535 ac_preproc_ok=:
18536 break
18537 fi
18538
18539 rm -f conftest.err conftest.$ac_ext
18540
18541 done
18542 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18543 rm -f conftest.err conftest.$ac_ext
18544 if $ac_preproc_ok; then
18545 break
18546 fi
18547
18548 done
18549 ac_cv_prog_CPP=$CPP
18550
18551 fi
18552 CPP=$ac_cv_prog_CPP
18553 else
18554 ac_cv_prog_CPP=$CPP
18555 fi
18556 { echo "$as_me:$LINENO: result: $CPP" >&5
18557 echo "${ECHO_T}$CPP" >&6; }
18558 ac_preproc_ok=false
18559 for ac_c_preproc_warn_flag in '' yes
18560 do
18561 # Use a header file that comes with gcc, so configuring glibc
18562 # with a fresh cross-compiler works.
18563 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18564 # <limits.h> exists even on freestanding compilers.
18565 # On the NeXT, cc -E runs the code through the compiler's parser,
18566 # not just through cpp. "Syntax error" is here to catch this case.
18567 cat >conftest.$ac_ext <<_ACEOF
18568 /* confdefs.h. */
18569 _ACEOF
18570 cat confdefs.h >>conftest.$ac_ext
18571 cat >>conftest.$ac_ext <<_ACEOF
18572 /* end confdefs.h. */
18573 #ifdef __STDC__
18574 # include <limits.h>
18575 #else
18576 # include <assert.h>
18577 #endif
18578 Syntax error
18579 _ACEOF
18580 if { (ac_try="$ac_cpp conftest.$ac_ext"
18581 case "(($ac_try" in
18582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18583 *) ac_try_echo=$ac_try;;
18584 esac
18585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18586 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18587 ac_status=$?
18588 grep -v '^ *+' conftest.er1 >conftest.err
18589 rm -f conftest.er1
18590 cat conftest.err >&5
18591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18592 (exit $ac_status); } >/dev/null && {
18593 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18594 test ! -s conftest.err
18595 }; then
18596 :
18597 else
18598 echo "$as_me: failed program was:" >&5
18599 sed 's/^/| /' conftest.$ac_ext >&5
18600
18601 # Broken: fails on valid input.
18602 continue
18603 fi
18604
18605 rm -f conftest.err conftest.$ac_ext
18606
18607 # OK, works on sane cases. Now check whether nonexistent headers
18608 # can be detected and how.
18609 cat >conftest.$ac_ext <<_ACEOF
18610 /* confdefs.h. */
18611 _ACEOF
18612 cat confdefs.h >>conftest.$ac_ext
18613 cat >>conftest.$ac_ext <<_ACEOF
18614 /* end confdefs.h. */
18615 #include <ac_nonexistent.h>
18616 _ACEOF
18617 if { (ac_try="$ac_cpp conftest.$ac_ext"
18618 case "(($ac_try" in
18619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18620 *) ac_try_echo=$ac_try;;
18621 esac
18622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18623 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18624 ac_status=$?
18625 grep -v '^ *+' conftest.er1 >conftest.err
18626 rm -f conftest.er1
18627 cat conftest.err >&5
18628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18629 (exit $ac_status); } >/dev/null && {
18630 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18631 test ! -s conftest.err
18632 }; then
18633 # Broken: success on invalid input.
18634 continue
18635 else
18636 echo "$as_me: failed program was:" >&5
18637 sed 's/^/| /' conftest.$ac_ext >&5
18638
18639 # Passes both tests.
18640 ac_preproc_ok=:
18641 break
18642 fi
18643
18644 rm -f conftest.err conftest.$ac_ext
18645
18646 done
18647 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18648 rm -f conftest.err conftest.$ac_ext
18649 if $ac_preproc_ok; then
18650 :
18651 else
18652 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
18653 See \`config.log' for more details." >&5
18654 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
18655 See \`config.log' for more details." >&2;}
18656 { (exit 1); exit 1; }; }
18657 fi
18658
18659 ac_ext=c
18660 ac_cpp='$CPP $CPPFLAGS'
18661 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18662 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18663 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18664
18665
18666 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
18667 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
18668 if test "${ac_cv_path_GREP+set}" = set; then
18669 echo $ECHO_N "(cached) $ECHO_C" >&6
18670 else
18671 # Extract the first word of "grep ggrep" to use in msg output
18672 if test -z "$GREP"; then
18673 set dummy grep ggrep; ac_prog_name=$2
18674 if test "${ac_cv_path_GREP+set}" = set; then
18675 echo $ECHO_N "(cached) $ECHO_C" >&6
18676 else
18677 ac_path_GREP_found=false
18678 # Loop through the user's path and test for each of PROGNAME-LIST
18679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18680 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
18681 do
18682 IFS=$as_save_IFS
18683 test -z "$as_dir" && as_dir=.
18684 for ac_prog in grep ggrep; do
18685 for ac_exec_ext in '' $ac_executable_extensions; do
18686 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
18687 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
18688 # Check for GNU ac_path_GREP and select it if it is found.
18689 # Check for GNU $ac_path_GREP
18690 case `"$ac_path_GREP" --version 2>&1` in
18691 *GNU*)
18692 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
18693 *)
18694 ac_count=0
18695 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
18696 while :
18697 do
18698 cat "conftest.in" "conftest.in" >"conftest.tmp"
18699 mv "conftest.tmp" "conftest.in"
18700 cp "conftest.in" "conftest.nl"
18701 echo 'GREP' >> "conftest.nl"
18702 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
18703 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
18704 ac_count=`expr $ac_count + 1`
18705 if test $ac_count -gt ${ac_path_GREP_max-0}; then
18706 # Best one so far, save it but keep looking for a better one
18707 ac_cv_path_GREP="$ac_path_GREP"
18708 ac_path_GREP_max=$ac_count
18709 fi
18710 # 10*(2^10) chars as input seems more than enough
18711 test $ac_count -gt 10 && break
18712 done
18713 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
18714 esac
18715
18716
18717 $ac_path_GREP_found && break 3
18718 done
18719 done
18720
18721 done
18722 IFS=$as_save_IFS
18723
18724
18725 fi
18726
18727 GREP="$ac_cv_path_GREP"
18728 if test -z "$GREP"; then
18729 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
18730 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
18731 { (exit 1); exit 1; }; }
18732 fi
18733
18734 else
18735 ac_cv_path_GREP=$GREP
18736 fi
18737
18738
18739 fi
18740 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
18741 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
18742 GREP="$ac_cv_path_GREP"
18743
18744
18745 { echo "$as_me:$LINENO: checking for egrep" >&5
18746 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
18747 if test "${ac_cv_path_EGREP+set}" = set; then
18748 echo $ECHO_N "(cached) $ECHO_C" >&6
18749 else
18750 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
18751 then ac_cv_path_EGREP="$GREP -E"
18752 else
18753 # Extract the first word of "egrep" to use in msg output
18754 if test -z "$EGREP"; then
18755 set dummy egrep; ac_prog_name=$2
18756 if test "${ac_cv_path_EGREP+set}" = set; then
18757 echo $ECHO_N "(cached) $ECHO_C" >&6
18758 else
18759 ac_path_EGREP_found=false
18760 # Loop through the user's path and test for each of PROGNAME-LIST
18761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18762 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
18763 do
18764 IFS=$as_save_IFS
18765 test -z "$as_dir" && as_dir=.
18766 for ac_prog in egrep; do
18767 for ac_exec_ext in '' $ac_executable_extensions; do
18768 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
18769 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
18770 # Check for GNU ac_path_EGREP and select it if it is found.
18771 # Check for GNU $ac_path_EGREP
18772 case `"$ac_path_EGREP" --version 2>&1` in
18773 *GNU*)
18774 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
18775 *)
18776 ac_count=0
18777 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
18778 while :
18779 do
18780 cat "conftest.in" "conftest.in" >"conftest.tmp"
18781 mv "conftest.tmp" "conftest.in"
18782 cp "conftest.in" "conftest.nl"
18783 echo 'EGREP' >> "conftest.nl"
18784 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
18785 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
18786 ac_count=`expr $ac_count + 1`
18787 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
18788 # Best one so far, save it but keep looking for a better one
18789 ac_cv_path_EGREP="$ac_path_EGREP"
18790 ac_path_EGREP_max=$ac_count
18791 fi
18792 # 10*(2^10) chars as input seems more than enough
18793 test $ac_count -gt 10 && break
18794 done
18795 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
18796 esac
18797
18798
18799 $ac_path_EGREP_found && break 3
18800 done
18801 done
18802
18803 done
18804 IFS=$as_save_IFS
18805
18806
18807 fi
18808
18809 EGREP="$ac_cv_path_EGREP"
18810 if test -z "$EGREP"; then
18811 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
18812 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
18813 { (exit 1); exit 1; }; }
18814 fi
18815
18816 else
18817 ac_cv_path_EGREP=$EGREP
18818 fi
18819
18820
18821 fi
18822 fi
18823 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
18824 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
18825 EGREP="$ac_cv_path_EGREP"
18826
18827
18828 if test $ac_cv_c_compiler_gnu = yes; then
18829 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
18830 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
18831 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
18832 echo $ECHO_N "(cached) $ECHO_C" >&6
18833 else
18834 ac_pattern="Autoconf.*'x'"
18835 cat >conftest.$ac_ext <<_ACEOF
18836 /* confdefs.h. */
18837 _ACEOF
18838 cat confdefs.h >>conftest.$ac_ext
18839 cat >>conftest.$ac_ext <<_ACEOF
18840 /* end confdefs.h. */
18841 #include <sgtty.h>
18842 Autoconf TIOCGETP
18843 _ACEOF
18844 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18845 $EGREP "$ac_pattern" >/dev/null 2>&1; then
18846 ac_cv_prog_gcc_traditional=yes
18847 else
18848 ac_cv_prog_gcc_traditional=no
18849 fi
18850 rm -f conftest*
18851
18852
18853 if test $ac_cv_prog_gcc_traditional = no; then
18854 cat >conftest.$ac_ext <<_ACEOF
18855 /* confdefs.h. */
18856 _ACEOF
18857 cat confdefs.h >>conftest.$ac_ext
18858 cat >>conftest.$ac_ext <<_ACEOF
18859 /* end confdefs.h. */
18860 #include <termio.h>
18861 Autoconf TCGETA
18862 _ACEOF
18863 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18864 $EGREP "$ac_pattern" >/dev/null 2>&1; then
18865 ac_cv_prog_gcc_traditional=yes
18866 fi
18867 rm -f conftest*
18868
18869 fi
18870 fi
18871 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
18872 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
18873 if test $ac_cv_prog_gcc_traditional = yes; then
18874 CC="$CC -traditional"
18875 fi
18876 fi
18877
18878
18879 CXXFLAGS=${CXXFLAGS:=}
18880
18881
18882
18883 ac_ext=cpp
18884 ac_cpp='$CXXCPP $CPPFLAGS'
18885 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18886 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18887 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18888 if test -z "$CXX"; then
18889 if test -n "$CCC"; then
18890 CXX=$CCC
18891 else
18892 if test -n "$ac_tool_prefix"; then
18893 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18894 do
18895 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
18896 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
18897 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18898 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18899 if test "${ac_cv_prog_CXX+set}" = set; then
18900 echo $ECHO_N "(cached) $ECHO_C" >&6
18901 else
18902 if test -n "$CXX"; then
18903 ac_cv_prog_CXX="$CXX" # Let the user override the test.
18904 else
18905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18906 for as_dir in $PATH
18907 do
18908 IFS=$as_save_IFS
18909 test -z "$as_dir" && as_dir=.
18910 for ac_exec_ext in '' $ac_executable_extensions; do
18911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18912 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
18913 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18914 break 2
18915 fi
18916 done
18917 done
18918 IFS=$as_save_IFS
18919
18920 fi
18921 fi
18922 CXX=$ac_cv_prog_CXX
18923 if test -n "$CXX"; then
18924 { echo "$as_me:$LINENO: result: $CXX" >&5
18925 echo "${ECHO_T}$CXX" >&6; }
18926 else
18927 { echo "$as_me:$LINENO: result: no" >&5
18928 echo "${ECHO_T}no" >&6; }
18929 fi
18930
18931
18932 test -n "$CXX" && break
18933 done
18934 fi
18935 if test -z "$CXX"; then
18936 ac_ct_CXX=$CXX
18937 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18938 do
18939 # Extract the first word of "$ac_prog", so it can be a program name with args.
18940 set dummy $ac_prog; ac_word=$2
18941 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18943 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
18944 echo $ECHO_N "(cached) $ECHO_C" >&6
18945 else
18946 if test -n "$ac_ct_CXX"; then
18947 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
18948 else
18949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18950 for as_dir in $PATH
18951 do
18952 IFS=$as_save_IFS
18953 test -z "$as_dir" && as_dir=.
18954 for ac_exec_ext in '' $ac_executable_extensions; do
18955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18956 ac_cv_prog_ac_ct_CXX="$ac_prog"
18957 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18958 break 2
18959 fi
18960 done
18961 done
18962 IFS=$as_save_IFS
18963
18964 fi
18965 fi
18966 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
18967 if test -n "$ac_ct_CXX"; then
18968 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
18969 echo "${ECHO_T}$ac_ct_CXX" >&6; }
18970 else
18971 { echo "$as_me:$LINENO: result: no" >&5
18972 echo "${ECHO_T}no" >&6; }
18973 fi
18974
18975
18976 test -n "$ac_ct_CXX" && break
18977 done
18978
18979 if test "x$ac_ct_CXX" = x; then
18980 CXX="g++"
18981 else
18982 case $cross_compiling:$ac_tool_warned in
18983 yes:)
18984 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
18985 whose name does not start with the host triplet. If you think this
18986 configuration is useful to you, please write to autoconf@gnu.org." >&5
18987 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
18988 whose name does not start with the host triplet. If you think this
18989 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
18990 ac_tool_warned=yes ;;
18991 esac
18992 CXX=$ac_ct_CXX
18993 fi
18994 fi
18995
18996 fi
18997 fi
18998 # Provide some information about the compiler.
18999 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
19000 ac_compiler=`set X $ac_compile; echo $2`
19001 { (ac_try="$ac_compiler --version >&5"
19002 case "(($ac_try" in
19003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19004 *) ac_try_echo=$ac_try;;
19005 esac
19006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19007 (eval "$ac_compiler --version >&5") 2>&5
19008 ac_status=$?
19009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19010 (exit $ac_status); }
19011 { (ac_try="$ac_compiler -v >&5"
19012 case "(($ac_try" in
19013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19014 *) ac_try_echo=$ac_try;;
19015 esac
19016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19017 (eval "$ac_compiler -v >&5") 2>&5
19018 ac_status=$?
19019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19020 (exit $ac_status); }
19021 { (ac_try="$ac_compiler -V >&5"
19022 case "(($ac_try" in
19023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19024 *) ac_try_echo=$ac_try;;
19025 esac
19026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19027 (eval "$ac_compiler -V >&5") 2>&5
19028 ac_status=$?
19029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19030 (exit $ac_status); }
19031
19032 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
19033 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
19034 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
19035 echo $ECHO_N "(cached) $ECHO_C" >&6
19036 else
19037 cat >conftest.$ac_ext <<_ACEOF
19038 /* confdefs.h. */
19039 _ACEOF
19040 cat confdefs.h >>conftest.$ac_ext
19041 cat >>conftest.$ac_ext <<_ACEOF
19042 /* end confdefs.h. */
19043
19044 int
19045 main ()
19046 {
19047 #ifndef __GNUC__
19048 choke me
19049 #endif
19050
19051 ;
19052 return 0;
19053 }
19054 _ACEOF
19055 rm -f conftest.$ac_objext
19056 if { (ac_try="$ac_compile"
19057 case "(($ac_try" in
19058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19059 *) ac_try_echo=$ac_try;;
19060 esac
19061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19062 (eval "$ac_compile") 2>conftest.er1
19063 ac_status=$?
19064 grep -v '^ *+' conftest.er1 >conftest.err
19065 rm -f conftest.er1
19066 cat conftest.err >&5
19067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19068 (exit $ac_status); } && {
19069 test -z "$ac_cxx_werror_flag" ||
19070 test ! -s conftest.err
19071 } && test -s conftest.$ac_objext; then
19072 ac_compiler_gnu=yes
19073 else
19074 echo "$as_me: failed program was:" >&5
19075 sed 's/^/| /' conftest.$ac_ext >&5
19076
19077 ac_compiler_gnu=no
19078 fi
19079
19080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19081 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
19082
19083 fi
19084 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
19085 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
19086 GXX=`test $ac_compiler_gnu = yes && echo yes`
19087 ac_test_CXXFLAGS=${CXXFLAGS+set}
19088 ac_save_CXXFLAGS=$CXXFLAGS
19089 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
19090 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
19091 if test "${ac_cv_prog_cxx_g+set}" = set; then
19092 echo $ECHO_N "(cached) $ECHO_C" >&6
19093 else
19094 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
19095 ac_cxx_werror_flag=yes
19096 ac_cv_prog_cxx_g=no
19097 CXXFLAGS="-g"
19098 cat >conftest.$ac_ext <<_ACEOF
19099 /* confdefs.h. */
19100 _ACEOF
19101 cat confdefs.h >>conftest.$ac_ext
19102 cat >>conftest.$ac_ext <<_ACEOF
19103 /* end confdefs.h. */
19104
19105 int
19106 main ()
19107 {
19108
19109 ;
19110 return 0;
19111 }
19112 _ACEOF
19113 rm -f conftest.$ac_objext
19114 if { (ac_try="$ac_compile"
19115 case "(($ac_try" in
19116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19117 *) ac_try_echo=$ac_try;;
19118 esac
19119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19120 (eval "$ac_compile") 2>conftest.er1
19121 ac_status=$?
19122 grep -v '^ *+' conftest.er1 >conftest.err
19123 rm -f conftest.er1
19124 cat conftest.err >&5
19125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19126 (exit $ac_status); } && {
19127 test -z "$ac_cxx_werror_flag" ||
19128 test ! -s conftest.err
19129 } && test -s conftest.$ac_objext; then
19130 ac_cv_prog_cxx_g=yes
19131 else
19132 echo "$as_me: failed program was:" >&5
19133 sed 's/^/| /' conftest.$ac_ext >&5
19134
19135 CXXFLAGS=""
19136 cat >conftest.$ac_ext <<_ACEOF
19137 /* confdefs.h. */
19138 _ACEOF
19139 cat confdefs.h >>conftest.$ac_ext
19140 cat >>conftest.$ac_ext <<_ACEOF
19141 /* end confdefs.h. */
19142
19143 int
19144 main ()
19145 {
19146
19147 ;
19148 return 0;
19149 }
19150 _ACEOF
19151 rm -f conftest.$ac_objext
19152 if { (ac_try="$ac_compile"
19153 case "(($ac_try" in
19154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19155 *) ac_try_echo=$ac_try;;
19156 esac
19157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19158 (eval "$ac_compile") 2>conftest.er1
19159 ac_status=$?
19160 grep -v '^ *+' conftest.er1 >conftest.err
19161 rm -f conftest.er1
19162 cat conftest.err >&5
19163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19164 (exit $ac_status); } && {
19165 test -z "$ac_cxx_werror_flag" ||
19166 test ! -s conftest.err
19167 } && test -s conftest.$ac_objext; then
19168 :
19169 else
19170 echo "$as_me: failed program was:" >&5
19171 sed 's/^/| /' conftest.$ac_ext >&5
19172
19173 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
19174 CXXFLAGS="-g"
19175 cat >conftest.$ac_ext <<_ACEOF
19176 /* confdefs.h. */
19177 _ACEOF
19178 cat confdefs.h >>conftest.$ac_ext
19179 cat >>conftest.$ac_ext <<_ACEOF
19180 /* end confdefs.h. */
19181
19182 int
19183 main ()
19184 {
19185
19186 ;
19187 return 0;
19188 }
19189 _ACEOF
19190 rm -f conftest.$ac_objext
19191 if { (ac_try="$ac_compile"
19192 case "(($ac_try" in
19193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19194 *) ac_try_echo=$ac_try;;
19195 esac
19196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19197 (eval "$ac_compile") 2>conftest.er1
19198 ac_status=$?
19199 grep -v '^ *+' conftest.er1 >conftest.err
19200 rm -f conftest.er1
19201 cat conftest.err >&5
19202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19203 (exit $ac_status); } && {
19204 test -z "$ac_cxx_werror_flag" ||
19205 test ! -s conftest.err
19206 } && test -s conftest.$ac_objext; then
19207 ac_cv_prog_cxx_g=yes
19208 else
19209 echo "$as_me: failed program was:" >&5
19210 sed 's/^/| /' conftest.$ac_ext >&5
19211
19212
19213 fi
19214
19215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19216 fi
19217
19218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19219 fi
19220
19221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19222 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
19223 fi
19224 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
19225 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
19226 if test "$ac_test_CXXFLAGS" = set; then
19227 CXXFLAGS=$ac_save_CXXFLAGS
19228 elif test $ac_cv_prog_cxx_g = yes; then
19229 if test "$GXX" = yes; then
19230 CXXFLAGS="-g -O2"
19231 else
19232 CXXFLAGS="-g"
19233 fi
19234 else
19235 if test "$GXX" = yes; then
19236 CXXFLAGS="-O2"
19237 else
19238 CXXFLAGS=
19239 fi
19240 fi
19241 ac_ext=c
19242 ac_cpp='$CPP $CPPFLAGS'
19243 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19244 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19245 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19246
19247
19248
19249
19250 ac_ext=cpp
19251 ac_cpp='$CXXCPP $CPPFLAGS'
19252 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19253 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19254 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19255
19256 { echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
19257 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6; }
19258 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
19259 echo $ECHO_N "(cached) $ECHO_C" >&6
19260 else
19261 cat >conftest.$ac_ext <<_ACEOF
19262 /* confdefs.h. */
19263 _ACEOF
19264 cat confdefs.h >>conftest.$ac_ext
19265 cat >>conftest.$ac_ext <<_ACEOF
19266 /* end confdefs.h. */
19267
19268 int
19269 main ()
19270 {
19271
19272 #ifndef __INTEL_COMPILER
19273 choke me
19274 #endif
19275
19276 ;
19277 return 0;
19278 }
19279 _ACEOF
19280 rm -f conftest.$ac_objext
19281 if { (ac_try="$ac_compile"
19282 case "(($ac_try" in
19283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19284 *) ac_try_echo=$ac_try;;
19285 esac
19286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19287 (eval "$ac_compile") 2>conftest.er1
19288 ac_status=$?
19289 grep -v '^ *+' conftest.er1 >conftest.err
19290 rm -f conftest.er1
19291 cat conftest.err >&5
19292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19293 (exit $ac_status); } && {
19294 test -z "$ac_cxx_werror_flag" ||
19295 test ! -s conftest.err
19296 } && test -s conftest.$ac_objext; then
19297 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
19298 else
19299 echo "$as_me: failed program was:" >&5
19300 sed 's/^/| /' conftest.$ac_ext >&5
19301
19302 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
19303
19304 fi
19305
19306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19307
19308
19309 fi
19310 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
19311 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
19312 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
19313 :; INTELCXX=yes
19314 else
19315 :;
19316 fi
19317 ac_ext=c
19318 ac_cpp='$CPP $CPPFLAGS'
19319 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19320 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19321 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19322
19323
19324
19325
19326 if test "x$GCXX" != "xyes"; then
19327 if test "xCXX" = "xC"; then
19328 { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
19329 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
19330 if test "${bakefile_cv_c_exto+set}" = set; then
19331 echo $ECHO_N "(cached) $ECHO_C" >&6
19332 else
19333 cat >conftest.$ac_ext <<_ACEOF
19334 /* confdefs.h. */
19335 _ACEOF
19336 cat confdefs.h >>conftest.$ac_ext
19337 cat >>conftest.$ac_ext <<_ACEOF
19338 /* end confdefs.h. */
19339
19340 int
19341 main ()
19342 {
19343
19344 ;
19345 return 0;
19346 }
19347 _ACEOF
19348 rm -f conftest.$ac_objext conftest.$ac_ext.o
19349 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19350 (eval $ac_compile) 2>&5
19351 ac_status=$?
19352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19353 (exit $ac_status); }; then
19354 for ac_file in `(ls conftest.* 2>/dev/null)`; do
19355 case $ac_file in
19356 conftest.$ac_ext.o)
19357 bakefile_cv_c_exto="-ext o"
19358 ;;
19359 *)
19360 ;;
19361 esac
19362 done
19363 else
19364 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
19365 See \`config.log' for more details." >&5
19366 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
19367 See \`config.log' for more details." >&2;}
19368 { (exit 1); exit 1; }; }
19369
19370 fi
19371
19372 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
19373
19374 fi
19375 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
19376 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
19377 if test "x$bakefile_cv_c_exto" '!=' "x"; then
19378 if test "c" = "c"; then
19379 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
19380 fi
19381 if test "c" = "cxx"; then
19382 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
19383 fi
19384 fi
19385
19386 if test "x$bakefile_cv_c_exto" '!=' "x"; then
19387 unset ac_cv_prog_cc_g
19388 ac_test_CFLAGS=${CFLAGS+set}
19389 ac_save_CFLAGS=$CFLAGS
19390 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
19391 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
19392 if test "${ac_cv_prog_cc_g+set}" = set; then
19393 echo $ECHO_N "(cached) $ECHO_C" >&6
19394 else
19395 ac_save_c_werror_flag=$ac_c_werror_flag
19396 ac_c_werror_flag=yes
19397 ac_cv_prog_cc_g=no
19398 CFLAGS="-g"
19399 cat >conftest.$ac_ext <<_ACEOF
19400 /* confdefs.h. */
19401 _ACEOF
19402 cat confdefs.h >>conftest.$ac_ext
19403 cat >>conftest.$ac_ext <<_ACEOF
19404 /* end confdefs.h. */
19405
19406 int
19407 main ()
19408 {
19409
19410 ;
19411 return 0;
19412 }
19413 _ACEOF
19414 rm -f conftest.$ac_objext
19415 if { (ac_try="$ac_compile"
19416 case "(($ac_try" in
19417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19418 *) ac_try_echo=$ac_try;;
19419 esac
19420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19421 (eval "$ac_compile") 2>conftest.er1
19422 ac_status=$?
19423 grep -v '^ *+' conftest.er1 >conftest.err
19424 rm -f conftest.er1
19425 cat conftest.err >&5
19426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19427 (exit $ac_status); } && {
19428 test -z "$ac_c_werror_flag" ||
19429 test ! -s conftest.err
19430 } && test -s conftest.$ac_objext; then
19431 ac_cv_prog_cc_g=yes
19432 else
19433 echo "$as_me: failed program was:" >&5
19434 sed 's/^/| /' conftest.$ac_ext >&5
19435
19436 CFLAGS=""
19437 cat >conftest.$ac_ext <<_ACEOF
19438 /* confdefs.h. */
19439 _ACEOF
19440 cat confdefs.h >>conftest.$ac_ext
19441 cat >>conftest.$ac_ext <<_ACEOF
19442 /* end confdefs.h. */
19443
19444 int
19445 main ()
19446 {
19447
19448 ;
19449 return 0;
19450 }
19451 _ACEOF
19452 rm -f conftest.$ac_objext
19453 if { (ac_try="$ac_compile"
19454 case "(($ac_try" in
19455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19456 *) ac_try_echo=$ac_try;;
19457 esac
19458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19459 (eval "$ac_compile") 2>conftest.er1
19460 ac_status=$?
19461 grep -v '^ *+' conftest.er1 >conftest.err
19462 rm -f conftest.er1
19463 cat conftest.err >&5
19464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19465 (exit $ac_status); } && {
19466 test -z "$ac_c_werror_flag" ||
19467 test ! -s conftest.err
19468 } && test -s conftest.$ac_objext; then
19469 :
19470 else
19471 echo "$as_me: failed program was:" >&5
19472 sed 's/^/| /' conftest.$ac_ext >&5
19473
19474 ac_c_werror_flag=$ac_save_c_werror_flag
19475 CFLAGS="-g"
19476 cat >conftest.$ac_ext <<_ACEOF
19477 /* confdefs.h. */
19478 _ACEOF
19479 cat confdefs.h >>conftest.$ac_ext
19480 cat >>conftest.$ac_ext <<_ACEOF
19481 /* end confdefs.h. */
19482
19483 int
19484 main ()
19485 {
19486
19487 ;
19488 return 0;
19489 }
19490 _ACEOF
19491 rm -f conftest.$ac_objext
19492 if { (ac_try="$ac_compile"
19493 case "(($ac_try" in
19494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19495 *) ac_try_echo=$ac_try;;
19496 esac
19497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19498 (eval "$ac_compile") 2>conftest.er1
19499 ac_status=$?
19500 grep -v '^ *+' conftest.er1 >conftest.err
19501 rm -f conftest.er1
19502 cat conftest.err >&5
19503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19504 (exit $ac_status); } && {
19505 test -z "$ac_c_werror_flag" ||
19506 test ! -s conftest.err
19507 } && test -s conftest.$ac_objext; then
19508 ac_cv_prog_cc_g=yes
19509 else
19510 echo "$as_me: failed program was:" >&5
19511 sed 's/^/| /' conftest.$ac_ext >&5
19512
19513
19514 fi
19515
19516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19517 fi
19518
19519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19520 fi
19521
19522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19523 ac_c_werror_flag=$ac_save_c_werror_flag
19524 fi
19525 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
19526 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
19527 if test "$ac_test_CFLAGS" = set; then
19528 CFLAGS=$ac_save_CFLAGS
19529 elif test $ac_cv_prog_cc_g = yes; then
19530 if test "$GCC" = yes; then
19531 CFLAGS="-g -O2"
19532 else
19533 CFLAGS="-g"
19534 fi
19535 else
19536 if test "$GCC" = yes; then
19537 CFLAGS="-O2"
19538 else
19539 CFLAGS=
19540 fi
19541 fi
19542 fi
19543 fi
19544
19545 case `uname -s` in
19546 AIX*)
19547
19548
19549 ac_ext=cpp
19550 ac_cpp='$CXXCPP $CPPFLAGS'
19551 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19552 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19553 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19554
19555 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
19556 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
19557 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
19558 echo $ECHO_N "(cached) $ECHO_C" >&6
19559 else
19560 cat >conftest.$ac_ext <<_ACEOF
19561 /* confdefs.h. */
19562 _ACEOF
19563 cat confdefs.h >>conftest.$ac_ext
19564 cat >>conftest.$ac_ext <<_ACEOF
19565 /* end confdefs.h. */
19566
19567 int
19568 main ()
19569 {
19570
19571 #ifndef __xlC__
19572 choke me
19573 #endif
19574
19575 ;
19576 return 0;
19577 }
19578 _ACEOF
19579 rm -f conftest.$ac_objext
19580 if { (ac_try="$ac_compile"
19581 case "(($ac_try" in
19582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19583 *) ac_try_echo=$ac_try;;
19584 esac
19585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19586 (eval "$ac_compile") 2>conftest.er1
19587 ac_status=$?
19588 grep -v '^ *+' conftest.er1 >conftest.err
19589 rm -f conftest.er1
19590 cat conftest.err >&5
19591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19592 (exit $ac_status); } && {
19593 test -z "$ac_cxx_werror_flag" ||
19594 test ! -s conftest.err
19595 } && test -s conftest.$ac_objext; then
19596 bakefile_cv_cxx_compiler___xlC__=yes
19597 else
19598 echo "$as_me: failed program was:" >&5
19599 sed 's/^/| /' conftest.$ac_ext >&5
19600
19601 bakefile_cv_cxx_compiler___xlC__=no
19602
19603 fi
19604
19605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19606
19607
19608 fi
19609 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
19610 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
19611 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
19612 :; XLCXX=yes
19613 else
19614 :;
19615 fi
19616 ac_ext=c
19617 ac_cpp='$CPP $CPPFLAGS'
19618 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19619 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19620 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19621
19622
19623
19624 ;;
19625
19626 Darwin)
19627
19628
19629 ac_ext=cpp
19630 ac_cpp='$CXXCPP $CPPFLAGS'
19631 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19632 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19633 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19634
19635 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
19636 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6; }
19637 if test "${bakefile_cv_cxx_compiler___MWERKS__+set}" = set; then
19638 echo $ECHO_N "(cached) $ECHO_C" >&6
19639 else
19640 cat >conftest.$ac_ext <<_ACEOF
19641 /* confdefs.h. */
19642 _ACEOF
19643 cat confdefs.h >>conftest.$ac_ext
19644 cat >>conftest.$ac_ext <<_ACEOF
19645 /* end confdefs.h. */
19646
19647 int
19648 main ()
19649 {
19650
19651 #ifndef __MWERKS__
19652 choke me
19653 #endif
19654
19655 ;
19656 return 0;
19657 }
19658 _ACEOF
19659 rm -f conftest.$ac_objext
19660 if { (ac_try="$ac_compile"
19661 case "(($ac_try" in
19662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19663 *) ac_try_echo=$ac_try;;
19664 esac
19665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19666 (eval "$ac_compile") 2>conftest.er1
19667 ac_status=$?
19668 grep -v '^ *+' conftest.er1 >conftest.err
19669 rm -f conftest.er1
19670 cat conftest.err >&5
19671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19672 (exit $ac_status); } && {
19673 test -z "$ac_cxx_werror_flag" ||
19674 test ! -s conftest.err
19675 } && test -s conftest.$ac_objext; then
19676 bakefile_cv_cxx_compiler___MWERKS__=yes
19677 else
19678 echo "$as_me: failed program was:" >&5
19679 sed 's/^/| /' conftest.$ac_ext >&5
19680
19681 bakefile_cv_cxx_compiler___MWERKS__=no
19682
19683 fi
19684
19685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19686
19687
19688 fi
19689 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
19690 echo "${ECHO_T}$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
19691 if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
19692 :; MWCXX=yes
19693 else
19694 :;
19695 fi
19696 ac_ext=c
19697 ac_cpp='$CPP $CPPFLAGS'
19698 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19699 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19700 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19701
19702
19703
19704
19705
19706 ac_ext=cpp
19707 ac_cpp='$CXXCPP $CPPFLAGS'
19708 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19709 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19710 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19711
19712 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
19713 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
19714 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
19715 echo $ECHO_N "(cached) $ECHO_C" >&6
19716 else
19717 cat >conftest.$ac_ext <<_ACEOF
19718 /* confdefs.h. */
19719 _ACEOF
19720 cat confdefs.h >>conftest.$ac_ext
19721 cat >>conftest.$ac_ext <<_ACEOF
19722 /* end confdefs.h. */
19723
19724 int
19725 main ()
19726 {
19727
19728 #ifndef __xlC__
19729 choke me
19730 #endif
19731
19732 ;
19733 return 0;
19734 }
19735 _ACEOF
19736 rm -f conftest.$ac_objext
19737 if { (ac_try="$ac_compile"
19738 case "(($ac_try" in
19739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19740 *) ac_try_echo=$ac_try;;
19741 esac
19742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19743 (eval "$ac_compile") 2>conftest.er1
19744 ac_status=$?
19745 grep -v '^ *+' conftest.er1 >conftest.err
19746 rm -f conftest.er1
19747 cat conftest.err >&5
19748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19749 (exit $ac_status); } && {
19750 test -z "$ac_cxx_werror_flag" ||
19751 test ! -s conftest.err
19752 } && test -s conftest.$ac_objext; then
19753 bakefile_cv_cxx_compiler___xlC__=yes
19754 else
19755 echo "$as_me: failed program was:" >&5
19756 sed 's/^/| /' conftest.$ac_ext >&5
19757
19758 bakefile_cv_cxx_compiler___xlC__=no
19759
19760 fi
19761
19762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19763
19764
19765 fi
19766 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
19767 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
19768 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
19769 :; XLCXX=yes
19770 else
19771 :;
19772 fi
19773 ac_ext=c
19774 ac_cpp='$CPP $CPPFLAGS'
19775 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19776 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19777 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19778
19779
19780
19781 ;;
19782
19783 IRIX*)
19784
19785
19786 ac_ext=cpp
19787 ac_cpp='$CXXCPP $CPPFLAGS'
19788 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19789 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19790 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19791
19792 { echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
19793 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6; }
19794 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
19795 echo $ECHO_N "(cached) $ECHO_C" >&6
19796 else
19797 cat >conftest.$ac_ext <<_ACEOF
19798 /* confdefs.h. */
19799 _ACEOF
19800 cat confdefs.h >>conftest.$ac_ext
19801 cat >>conftest.$ac_ext <<_ACEOF
19802 /* end confdefs.h. */
19803
19804 int
19805 main ()
19806 {
19807
19808 #ifndef _SGI_COMPILER_VERSION
19809 choke me
19810 #endif
19811
19812 ;
19813 return 0;
19814 }
19815 _ACEOF
19816 rm -f conftest.$ac_objext
19817 if { (ac_try="$ac_compile"
19818 case "(($ac_try" in
19819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19820 *) ac_try_echo=$ac_try;;
19821 esac
19822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19823 (eval "$ac_compile") 2>conftest.er1
19824 ac_status=$?
19825 grep -v '^ *+' conftest.er1 >conftest.err
19826 rm -f conftest.er1
19827 cat conftest.err >&5
19828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19829 (exit $ac_status); } && {
19830 test -z "$ac_cxx_werror_flag" ||
19831 test ! -s conftest.err
19832 } && test -s conftest.$ac_objext; then
19833 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
19834 else
19835 echo "$as_me: failed program was:" >&5
19836 sed 's/^/| /' conftest.$ac_ext >&5
19837
19838 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
19839
19840 fi
19841
19842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19843
19844
19845 fi
19846 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
19847 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
19848 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
19849 :; SGICXX=yes
19850 else
19851 :;
19852 fi
19853 ac_ext=c
19854 ac_cpp='$CPP $CPPFLAGS'
19855 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19856 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19857 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19858
19859
19860
19861 ;;
19862
19863 Linux*)
19864
19865
19866 ac_ext=cpp
19867 ac_cpp='$CXXCPP $CPPFLAGS'
19868 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19869 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19870 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19871
19872 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
19873 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
19874 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
19875 echo $ECHO_N "(cached) $ECHO_C" >&6
19876 else
19877 cat >conftest.$ac_ext <<_ACEOF
19878 /* confdefs.h. */
19879 _ACEOF
19880 cat confdefs.h >>conftest.$ac_ext
19881 cat >>conftest.$ac_ext <<_ACEOF
19882 /* end confdefs.h. */
19883
19884 int
19885 main ()
19886 {
19887
19888 #ifndef __SUNPRO_CC
19889 choke me
19890 #endif
19891
19892 ;
19893 return 0;
19894 }
19895 _ACEOF
19896 rm -f conftest.$ac_objext
19897 if { (ac_try="$ac_compile"
19898 case "(($ac_try" in
19899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19900 *) ac_try_echo=$ac_try;;
19901 esac
19902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19903 (eval "$ac_compile") 2>conftest.er1
19904 ac_status=$?
19905 grep -v '^ *+' conftest.er1 >conftest.err
19906 rm -f conftest.er1
19907 cat conftest.err >&5
19908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19909 (exit $ac_status); } && {
19910 test -z "$ac_cxx_werror_flag" ||
19911 test ! -s conftest.err
19912 } && test -s conftest.$ac_objext; then
19913 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
19914 else
19915 echo "$as_me: failed program was:" >&5
19916 sed 's/^/| /' conftest.$ac_ext >&5
19917
19918 bakefile_cv_cxx_compiler___SUNPRO_CC=no
19919
19920 fi
19921
19922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19923
19924
19925 fi
19926 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
19927 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
19928 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
19929 :; SUNCXX=yes
19930 else
19931 :;
19932 fi
19933 ac_ext=c
19934 ac_cpp='$CPP $CPPFLAGS'
19935 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19936 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19937 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19938
19939
19940
19941 ;;
19942
19943 HP-UX*)
19944
19945
19946 ac_ext=cpp
19947 ac_cpp='$CXXCPP $CPPFLAGS'
19948 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19949 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19950 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19951
19952 { echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
19953 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6; }
19954 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
19955 echo $ECHO_N "(cached) $ECHO_C" >&6
19956 else
19957 cat >conftest.$ac_ext <<_ACEOF
19958 /* confdefs.h. */
19959 _ACEOF
19960 cat confdefs.h >>conftest.$ac_ext
19961 cat >>conftest.$ac_ext <<_ACEOF
19962 /* end confdefs.h. */
19963
19964 int
19965 main ()
19966 {
19967
19968 #ifndef __HP_aCC
19969 choke me
19970 #endif
19971
19972 ;
19973 return 0;
19974 }
19975 _ACEOF
19976 rm -f conftest.$ac_objext
19977 if { (ac_try="$ac_compile"
19978 case "(($ac_try" in
19979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19980 *) ac_try_echo=$ac_try;;
19981 esac
19982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19983 (eval "$ac_compile") 2>conftest.er1
19984 ac_status=$?
19985 grep -v '^ *+' conftest.er1 >conftest.err
19986 rm -f conftest.er1
19987 cat conftest.err >&5
19988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19989 (exit $ac_status); } && {
19990 test -z "$ac_cxx_werror_flag" ||
19991 test ! -s conftest.err
19992 } && test -s conftest.$ac_objext; then
19993 bakefile_cv_cxx_compiler___HP_aCC=yes
19994 else
19995 echo "$as_me: failed program was:" >&5
19996 sed 's/^/| /' conftest.$ac_ext >&5
19997
19998 bakefile_cv_cxx_compiler___HP_aCC=no
19999
20000 fi
20001
20002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20003
20004
20005 fi
20006 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
20007 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
20008 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
20009 :; HPCXX=yes
20010 else
20011 :;
20012 fi
20013 ac_ext=c
20014 ac_cpp='$CPP $CPPFLAGS'
20015 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20016 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20017 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20018
20019
20020
20021 ;;
20022
20023 OSF1)
20024
20025
20026 ac_ext=cpp
20027 ac_cpp='$CXXCPP $CPPFLAGS'
20028 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20029 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20030 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20031
20032 { echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
20033 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6; }
20034 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
20035 echo $ECHO_N "(cached) $ECHO_C" >&6
20036 else
20037 cat >conftest.$ac_ext <<_ACEOF
20038 /* confdefs.h. */
20039 _ACEOF
20040 cat confdefs.h >>conftest.$ac_ext
20041 cat >>conftest.$ac_ext <<_ACEOF
20042 /* end confdefs.h. */
20043
20044 int
20045 main ()
20046 {
20047
20048 #ifndef __DECCXX
20049 choke me
20050 #endif
20051
20052 ;
20053 return 0;
20054 }
20055 _ACEOF
20056 rm -f conftest.$ac_objext
20057 if { (ac_try="$ac_compile"
20058 case "(($ac_try" in
20059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20060 *) ac_try_echo=$ac_try;;
20061 esac
20062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20063 (eval "$ac_compile") 2>conftest.er1
20064 ac_status=$?
20065 grep -v '^ *+' conftest.er1 >conftest.err
20066 rm -f conftest.er1
20067 cat conftest.err >&5
20068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20069 (exit $ac_status); } && {
20070 test -z "$ac_cxx_werror_flag" ||
20071 test ! -s conftest.err
20072 } && test -s conftest.$ac_objext; then
20073 bakefile_cv_cxx_compiler___DECCXX=yes
20074 else
20075 echo "$as_me: failed program was:" >&5
20076 sed 's/^/| /' conftest.$ac_ext >&5
20077
20078 bakefile_cv_cxx_compiler___DECCXX=no
20079
20080 fi
20081
20082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20083
20084
20085 fi
20086 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
20087 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6; }
20088 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
20089 :; COMPAQCXX=yes
20090 else
20091 :;
20092 fi
20093 ac_ext=c
20094 ac_cpp='$CPP $CPPFLAGS'
20095 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20096 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20097 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20098
20099
20100
20101 ;;
20102
20103 SunOS)
20104
20105
20106 ac_ext=cpp
20107 ac_cpp='$CXXCPP $CPPFLAGS'
20108 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20109 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20110 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20111
20112 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
20113 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
20114 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
20115 echo $ECHO_N "(cached) $ECHO_C" >&6
20116 else
20117 cat >conftest.$ac_ext <<_ACEOF
20118 /* confdefs.h. */
20119 _ACEOF
20120 cat confdefs.h >>conftest.$ac_ext
20121 cat >>conftest.$ac_ext <<_ACEOF
20122 /* end confdefs.h. */
20123
20124 int
20125 main ()
20126 {
20127
20128 #ifndef __SUNPRO_CC
20129 choke me
20130 #endif
20131
20132 ;
20133 return 0;
20134 }
20135 _ACEOF
20136 rm -f conftest.$ac_objext
20137 if { (ac_try="$ac_compile"
20138 case "(($ac_try" in
20139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20140 *) ac_try_echo=$ac_try;;
20141 esac
20142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20143 (eval "$ac_compile") 2>conftest.er1
20144 ac_status=$?
20145 grep -v '^ *+' conftest.er1 >conftest.err
20146 rm -f conftest.er1
20147 cat conftest.err >&5
20148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20149 (exit $ac_status); } && {
20150 test -z "$ac_cxx_werror_flag" ||
20151 test ! -s conftest.err
20152 } && test -s conftest.$ac_objext; then
20153 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
20154 else
20155 echo "$as_me: failed program was:" >&5
20156 sed 's/^/| /' conftest.$ac_ext >&5
20157
20158 bakefile_cv_cxx_compiler___SUNPRO_CC=no
20159
20160 fi
20161
20162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20163
20164
20165 fi
20166 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
20167 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
20168 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
20169 :; SUNCXX=yes
20170 else
20171 :;
20172 fi
20173 ac_ext=c
20174 ac_cpp='$CPP $CPPFLAGS'
20175 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20176 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20177 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20178
20179
20180
20181 ;;
20182 esac
20183 fi
20184
20185
20186
20187 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
20188 { { echo "$as_me:$LINENO: error: C++ compiler is needed to build wxWidgets" >&5
20189 echo "$as_me: error: C++ compiler is needed to build wxWidgets" >&2;}
20190 { (exit 1); exit 1; }; }
20191 fi
20192
20193 if test -n "$ac_tool_prefix"; then
20194 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
20195 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
20196 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20198 if test "${ac_cv_prog_RANLIB+set}" = set; then
20199 echo $ECHO_N "(cached) $ECHO_C" >&6
20200 else
20201 if test -n "$RANLIB"; then
20202 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
20203 else
20204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20205 for as_dir in $PATH
20206 do
20207 IFS=$as_save_IFS
20208 test -z "$as_dir" && as_dir=.
20209 for ac_exec_ext in '' $ac_executable_extensions; do
20210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20211 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
20212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20213 break 2
20214 fi
20215 done
20216 done
20217 IFS=$as_save_IFS
20218
20219 fi
20220 fi
20221 RANLIB=$ac_cv_prog_RANLIB
20222 if test -n "$RANLIB"; then
20223 { echo "$as_me:$LINENO: result: $RANLIB" >&5
20224 echo "${ECHO_T}$RANLIB" >&6; }
20225 else
20226 { echo "$as_me:$LINENO: result: no" >&5
20227 echo "${ECHO_T}no" >&6; }
20228 fi
20229
20230
20231 fi
20232 if test -z "$ac_cv_prog_RANLIB"; then
20233 ac_ct_RANLIB=$RANLIB
20234 # Extract the first word of "ranlib", so it can be a program name with args.
20235 set dummy ranlib; ac_word=$2
20236 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20237 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20238 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
20239 echo $ECHO_N "(cached) $ECHO_C" >&6
20240 else
20241 if test -n "$ac_ct_RANLIB"; then
20242 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
20243 else
20244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20245 for as_dir in $PATH
20246 do
20247 IFS=$as_save_IFS
20248 test -z "$as_dir" && as_dir=.
20249 for ac_exec_ext in '' $ac_executable_extensions; do
20250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20251 ac_cv_prog_ac_ct_RANLIB="ranlib"
20252 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20253 break 2
20254 fi
20255 done
20256 done
20257 IFS=$as_save_IFS
20258
20259 fi
20260 fi
20261 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
20262 if test -n "$ac_ct_RANLIB"; then
20263 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
20264 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
20265 else
20266 { echo "$as_me:$LINENO: result: no" >&5
20267 echo "${ECHO_T}no" >&6; }
20268 fi
20269
20270 if test "x$ac_ct_RANLIB" = x; then
20271 RANLIB=":"
20272 else
20273 case $cross_compiling:$ac_tool_warned in
20274 yes:)
20275 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
20276 whose name does not start with the host triplet. If you think this
20277 configuration is useful to you, please write to autoconf@gnu.org." >&5
20278 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
20279 whose name does not start with the host triplet. If you think this
20280 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
20281 ac_tool_warned=yes ;;
20282 esac
20283 RANLIB=$ac_ct_RANLIB
20284 fi
20285 else
20286 RANLIB="$ac_cv_prog_RANLIB"
20287 fi
20288
20289
20290 if test "x$SUNCXX" != xyes; then
20291 if test -n "$ac_tool_prefix"; then
20292 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
20293 set dummy ${ac_tool_prefix}ar; ac_word=$2
20294 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20295 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20296 if test "${ac_cv_prog_AR+set}" = set; then
20297 echo $ECHO_N "(cached) $ECHO_C" >&6
20298 else
20299 if test -n "$AR"; then
20300 ac_cv_prog_AR="$AR" # Let the user override the test.
20301 else
20302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20303 for as_dir in $PATH
20304 do
20305 IFS=$as_save_IFS
20306 test -z "$as_dir" && as_dir=.
20307 for ac_exec_ext in '' $ac_executable_extensions; do
20308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20309 ac_cv_prog_AR="${ac_tool_prefix}ar"
20310 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20311 break 2
20312 fi
20313 done
20314 done
20315 IFS=$as_save_IFS
20316
20317 fi
20318 fi
20319 AR=$ac_cv_prog_AR
20320 if test -n "$AR"; then
20321 { echo "$as_me:$LINENO: result: $AR" >&5
20322 echo "${ECHO_T}$AR" >&6; }
20323 else
20324 { echo "$as_me:$LINENO: result: no" >&5
20325 echo "${ECHO_T}no" >&6; }
20326 fi
20327
20328
20329 fi
20330 if test -z "$ac_cv_prog_AR"; then
20331 ac_ct_AR=$AR
20332 # Extract the first word of "ar", so it can be a program name with args.
20333 set dummy ar; ac_word=$2
20334 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20335 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20336 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
20337 echo $ECHO_N "(cached) $ECHO_C" >&6
20338 else
20339 if test -n "$ac_ct_AR"; then
20340 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
20341 else
20342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20343 for as_dir in $PATH
20344 do
20345 IFS=$as_save_IFS
20346 test -z "$as_dir" && as_dir=.
20347 for ac_exec_ext in '' $ac_executable_extensions; do
20348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20349 ac_cv_prog_ac_ct_AR="ar"
20350 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20351 break 2
20352 fi
20353 done
20354 done
20355 IFS=$as_save_IFS
20356
20357 fi
20358 fi
20359 ac_ct_AR=$ac_cv_prog_ac_ct_AR
20360 if test -n "$ac_ct_AR"; then
20361 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
20362 echo "${ECHO_T}$ac_ct_AR" >&6; }
20363 else
20364 { echo "$as_me:$LINENO: result: no" >&5
20365 echo "${ECHO_T}no" >&6; }
20366 fi
20367
20368 if test "x$ac_ct_AR" = x; then
20369 AR=""
20370 else
20371 case $cross_compiling:$ac_tool_warned in
20372 yes:)
20373 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
20374 whose name does not start with the host triplet. If you think this
20375 configuration is useful to you, please write to autoconf@gnu.org." >&5
20376 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
20377 whose name does not start with the host triplet. If you think this
20378 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
20379 ac_tool_warned=yes ;;
20380 esac
20381 AR=$ac_ct_AR
20382 fi
20383 else
20384 AR="$ac_cv_prog_AR"
20385 fi
20386
20387 if test "x$AR" = "x" ; then
20388 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
20389 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
20390 { (exit 1); exit 1; }; }
20391 fi
20392 fi
20393
20394 # Find a good install program. We prefer a C program (faster),
20395 # so one script is as good as another. But avoid the broken or
20396 # incompatible versions:
20397 # SysV /etc/install, /usr/sbin/install
20398 # SunOS /usr/etc/install
20399 # IRIX /sbin/install
20400 # AIX /bin/install
20401 # AmigaOS /C/install, which installs bootblocks on floppy discs
20402 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
20403 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
20404 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
20405 # OS/2's system install, which has a completely different semantic
20406 # ./install, which can be erroneously created by make from ./install.sh.
20407 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
20408 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
20409 if test -z "$INSTALL"; then
20410 if test "${ac_cv_path_install+set}" = set; then
20411 echo $ECHO_N "(cached) $ECHO_C" >&6
20412 else
20413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20414 for as_dir in $PATH
20415 do
20416 IFS=$as_save_IFS
20417 test -z "$as_dir" && as_dir=.
20418 # Account for people who put trailing slashes in PATH elements.
20419 case $as_dir/ in
20420 ./ | .// | /cC/* | \
20421 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
20422 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
20423 /usr/ucb/* ) ;;
20424 *)
20425 # OSF1 and SCO ODT 3.0 have their own names for install.
20426 # Don't use installbsd from OSF since it installs stuff as root
20427 # by default.
20428 for ac_prog in ginstall scoinst install; do
20429 for ac_exec_ext in '' $ac_executable_extensions; do
20430 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
20431 if test $ac_prog = install &&
20432 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
20433 # AIX install. It has an incompatible calling convention.
20434 :
20435 elif test $ac_prog = install &&
20436 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
20437 # program-specific install script used by HP pwplus--don't use.
20438 :
20439 else
20440 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
20441 break 3
20442 fi
20443 fi
20444 done
20445 done
20446 ;;
20447 esac
20448 done
20449 IFS=$as_save_IFS
20450
20451
20452 fi
20453 if test "${ac_cv_path_install+set}" = set; then
20454 INSTALL=$ac_cv_path_install
20455 else
20456 # As a last resort, use the slow shell script. Don't cache a
20457 # value for INSTALL within a source directory, because that will
20458 # break other packages using the cache if that directory is
20459 # removed, or if the value is a relative name.
20460 INSTALL=$ac_install_sh
20461 fi
20462 fi
20463 { echo "$as_me:$LINENO: result: $INSTALL" >&5
20464 echo "${ECHO_T}$INSTALL" >&6; }
20465
20466 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
20467 # It thinks the first close brace ends the variable substitution.
20468 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
20469
20470 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
20471
20472 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
20473
20474
20475 case ${INSTALL} in
20476 /* ) # Absolute
20477 ;;
20478 ?:* ) # Drive letter, considered as absolute.
20479 ;;
20480 *)
20481 INSTALL=`pwd`/${INSTALL} ;;
20482 esac
20483
20484 retest_macosx_linking=no
20485
20486 #if test "$wxUSE_MAC" = 1; then
20487 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
20488 if test "x$wxUSE_UNIVERSAL_BINARY" == xyes; then
20489 # Implicitly turn on the new --with-macosx-sdk using the default
20490 # SDK which provides the behavior this option has always had.
20491 if test "x$wxUSE_MACOSX_SDK" = "x"; then
20492 { echo "$as_me:$LINENO: WARNING: Enabling default SDK due to --enable-universal_binary." >&5
20493 echo "$as_me: WARNING: Enabling default SDK due to --enable-universal_binary." >&2;}
20494 { echo "$as_me:$LINENO: WARNING: If you don't want this, specify --without-macosx-sdk" >&5
20495 echo "$as_me: WARNING: If you don't want this, specify --without-macosx-sdk" >&2;}
20496 wxUSE_MACOSX_SDK=yes
20497 fi
20498 else
20499 # Complain to user if he specified an argument to --enable-universal_binary
20500 # and also 1) specified --with-macosx-sdk using the default (yes) or
20501 # 2) specified --with-macosx-sdk using a path or 3) specified
20502 # --without-macosx-sdk (no).
20503 if test "x$wxUSE_MACOSX_SDK" != "x" ; then
20504 { { echo "$as_me:$LINENO: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
20505 See \`config.log' for more details." >&5
20506 echo "$as_me: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
20507 See \`config.log' for more details." >&2;}
20508 { (exit 1); exit 1; }; }
20509 else
20510 # Put the SDK path into the wxUSE_MACOSX_SDK. We don't have to
20511 # special-case the empty string because the below test simply
20512 # converts "no" to the empty string anyway.
20513 wxUSE_MACOSX_SDK="$wxUSE_UNIVERSAL_BINARY"
20514 { echo "$as_me:$LINENO: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&5
20515 echo "$as_me: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&2;}
20516 fi
20517 fi
20518 OSX_UNIV_OPTS="-arch ppc -arch i386"
20519 CXXFLAGS="$OSX_UNIV_OPTS $CXXFLAGS"
20520 CFLAGS="$OSX_UNIV_OPTS $CFLAGS"
20521 LDFLAGS="$OSX_UNIV_OPTS $LDFLAGS"
20522 retest_macosx_linking=yes
20523
20524 { echo "$as_me:$LINENO: WARNING: Disabling precompiled headers due to universal binary build." >&5
20525 echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
20526 bk_use_pch=no
20527 fi
20528 #fi
20529
20530 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
20531 wxUSE_MACOSX_SDK=
20532 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
20533 # TODO: Search for most recent SDK and use it.
20534 wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
20535 fi
20536
20537
20538 if test "x$wxUSE_MACOSX_SDK" != "x"; then
20539 { echo "$as_me:$LINENO: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
20540 echo $ECHO_N "checking for SDK directory $wxUSE_MACOSX_SDK... $ECHO_C" >&6; }
20541 if ! test -d "$wxUSE_MACOSX_SDK"; then
20542 { { echo "$as_me:$LINENO: error: not found
20543 See \`config.log' for more details." >&5
20544 echo "$as_me: error: not found
20545 See \`config.log' for more details." >&2;}
20546 { (exit 1); exit 1; }; }
20547 else
20548 { echo "$as_me:$LINENO: result: exists" >&5
20549 echo "${ECHO_T}exists" >&6; }
20550 fi
20551 MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
20552 eval "CC=\"$CC $MACOSX_SDK_OPTS\""
20553 eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
20554 eval "LD=\"$LD $MACOSX_SDK_OPTS\""
20555 retest_macosx_linking=yes
20556 fi
20557
20558 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
20559 wxUSE_MACOSX_VERSION_MIN=
20560 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
20561 if test "x$wxUSE_MACOSX_SDK" != "x"; then
20562 { echo "$as_me:$LINENO: checking SDK deployment version" >&5
20563 echo $ECHO_N "checking SDK deployment version... $ECHO_C" >&6; }
20564
20565 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/'`
20566
20567 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
20568 wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
20569 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
20570 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
20571 else
20572 { echo "$as_me:$LINENO: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
20573 echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
20574 wxUSE_MACOSX_VERSION_MIN=
20575 fi
20576 else
20577 wxUSE_MACOSX_VERSION_MIN=
20578 fi
20579 fi
20580
20581 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
20582 MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
20583 eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
20584 eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
20585 eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
20586 retest_macosx_linking=yes
20587 fi
20588
20589 if test "x$retest_macosx_linking" = "xyes"; then
20590 ac_ext=c
20591 ac_cpp='$CPP $CPPFLAGS'
20592 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20593 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20594 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20595
20596 { echo "$as_me:$LINENO: checking if C compiler works with SDK/version options" >&5
20597 echo $ECHO_N "checking if C compiler works with SDK/version options... $ECHO_C" >&6; }
20598 cat >conftest.$ac_ext <<_ACEOF
20599 /* confdefs.h. */
20600 _ACEOF
20601 cat confdefs.h >>conftest.$ac_ext
20602 cat >>conftest.$ac_ext <<_ACEOF
20603 /* end confdefs.h. */
20604
20605 int
20606 main ()
20607 {
20608
20609 ;
20610 return 0;
20611 }
20612 _ACEOF
20613 rm -f conftest.$ac_objext conftest$ac_exeext
20614 if { (ac_try="$ac_link"
20615 case "(($ac_try" in
20616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20617 *) ac_try_echo=$ac_try;;
20618 esac
20619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20620 (eval "$ac_link") 2>conftest.er1
20621 ac_status=$?
20622 grep -v '^ *+' conftest.er1 >conftest.err
20623 rm -f conftest.er1
20624 cat conftest.err >&5
20625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20626 (exit $ac_status); } && {
20627 test -z "$ac_c_werror_flag" ||
20628 test ! -s conftest.err
20629 } && test -s conftest$ac_exeext &&
20630 $as_test_x conftest$ac_exeext; then
20631 { echo "$as_me:$LINENO: result: yes" >&5
20632 echo "${ECHO_T}yes" >&6; }
20633 else
20634 echo "$as_me: failed program was:" >&5
20635 sed 's/^/| /' conftest.$ac_ext >&5
20636
20637 { { echo "$as_me:$LINENO: error: no. Try a different SDK
20638 See \`config.log' for more details." >&5
20639 echo "$as_me: error: no. Try a different SDK
20640 See \`config.log' for more details." >&2;}
20641 { (exit 1); exit 1; }; }; exit 1
20642 fi
20643
20644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20645 conftest$ac_exeext conftest.$ac_ext
20646 ac_ext=c
20647 ac_cpp='$CPP $CPPFLAGS'
20648 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20649 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20650 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20651
20652
20653 ac_ext=cpp
20654 ac_cpp='$CXXCPP $CPPFLAGS'
20655 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20656 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20657 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20658
20659 { echo "$as_me:$LINENO: checking if C++ compiler works with SDK/version options" >&5
20660 echo $ECHO_N "checking if C++ compiler works with SDK/version options... $ECHO_C" >&6; }
20661 cat >conftest.$ac_ext <<_ACEOF
20662 /* confdefs.h. */
20663 _ACEOF
20664 cat confdefs.h >>conftest.$ac_ext
20665 cat >>conftest.$ac_ext <<_ACEOF
20666 /* end confdefs.h. */
20667
20668 int
20669 main ()
20670 {
20671
20672 ;
20673 return 0;
20674 }
20675 _ACEOF
20676 rm -f conftest.$ac_objext conftest$ac_exeext
20677 if { (ac_try="$ac_link"
20678 case "(($ac_try" in
20679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20680 *) ac_try_echo=$ac_try;;
20681 esac
20682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20683 (eval "$ac_link") 2>conftest.er1
20684 ac_status=$?
20685 grep -v '^ *+' conftest.er1 >conftest.err
20686 rm -f conftest.er1
20687 cat conftest.err >&5
20688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); } && {
20690 test -z "$ac_cxx_werror_flag" ||
20691 test ! -s conftest.err
20692 } && test -s conftest$ac_exeext &&
20693 $as_test_x conftest$ac_exeext; then
20694 { echo "$as_me:$LINENO: result: yes" >&5
20695 echo "${ECHO_T}yes" >&6; }
20696 else
20697 echo "$as_me: failed program was:" >&5
20698 sed 's/^/| /' conftest.$ac_ext >&5
20699
20700 { { echo "$as_me:$LINENO: error: no. Try a different SDK
20701 See \`config.log' for more details." >&5
20702 echo "$as_me: error: no. Try a different SDK
20703 See \`config.log' for more details." >&2;}
20704 { (exit 1); exit 1; }; }; exit 1
20705 fi
20706
20707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20708 conftest$ac_exeext conftest.$ac_ext
20709 ac_ext=c
20710 ac_cpp='$CPP $CPPFLAGS'
20711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20714
20715 fi
20716
20717
20718 case "${host}" in
20719
20720 *-*-darwin* )
20721 INSTALL_PROGRAM="cp -fp"
20722 INSTALL_DATA="cp -fp"
20723 ;;
20724 *)
20725 ;;
20726 esac
20727
20728 if test -n "$ac_tool_prefix"; then
20729 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
20730 set dummy ${ac_tool_prefix}strip; ac_word=$2
20731 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20733 if test "${ac_cv_prog_STRIP+set}" = set; then
20734 echo $ECHO_N "(cached) $ECHO_C" >&6
20735 else
20736 if test -n "$STRIP"; then
20737 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
20738 else
20739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20740 for as_dir in $PATH
20741 do
20742 IFS=$as_save_IFS
20743 test -z "$as_dir" && as_dir=.
20744 for ac_exec_ext in '' $ac_executable_extensions; do
20745 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20746 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
20747 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20748 break 2
20749 fi
20750 done
20751 done
20752 IFS=$as_save_IFS
20753
20754 fi
20755 fi
20756 STRIP=$ac_cv_prog_STRIP
20757 if test -n "$STRIP"; then
20758 { echo "$as_me:$LINENO: result: $STRIP" >&5
20759 echo "${ECHO_T}$STRIP" >&6; }
20760 else
20761 { echo "$as_me:$LINENO: result: no" >&5
20762 echo "${ECHO_T}no" >&6; }
20763 fi
20764
20765
20766 fi
20767 if test -z "$ac_cv_prog_STRIP"; then
20768 ac_ct_STRIP=$STRIP
20769 # Extract the first word of "strip", so it can be a program name with args.
20770 set dummy strip; ac_word=$2
20771 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20772 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20773 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
20774 echo $ECHO_N "(cached) $ECHO_C" >&6
20775 else
20776 if test -n "$ac_ct_STRIP"; then
20777 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
20778 else
20779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20780 for as_dir in $PATH
20781 do
20782 IFS=$as_save_IFS
20783 test -z "$as_dir" && as_dir=.
20784 for ac_exec_ext in '' $ac_executable_extensions; do
20785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20786 ac_cv_prog_ac_ct_STRIP="strip"
20787 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20788 break 2
20789 fi
20790 done
20791 done
20792 IFS=$as_save_IFS
20793
20794 fi
20795 fi
20796 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
20797 if test -n "$ac_ct_STRIP"; then
20798 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
20799 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
20800 else
20801 { echo "$as_me:$LINENO: result: no" >&5
20802 echo "${ECHO_T}no" >&6; }
20803 fi
20804
20805 if test "x$ac_ct_STRIP" = x; then
20806 STRIP="true"
20807 else
20808 case $cross_compiling:$ac_tool_warned in
20809 yes:)
20810 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
20811 whose name does not start with the host triplet. If you think this
20812 configuration is useful to you, please write to autoconf@gnu.org." >&5
20813 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
20814 whose name does not start with the host triplet. If you think this
20815 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
20816 ac_tool_warned=yes ;;
20817 esac
20818 STRIP=$ac_ct_STRIP
20819 fi
20820 else
20821 STRIP="$ac_cv_prog_STRIP"
20822 fi
20823
20824
20825 if test "$wxUSE_WINE" = "yes"; then
20826 if test -n "$ac_tool_prefix"; then
20827 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
20828 set dummy ${ac_tool_prefix}wrc; ac_word=$2
20829 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20830 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20831 if test "${ac_cv_prog_WINDRES+set}" = set; then
20832 echo $ECHO_N "(cached) $ECHO_C" >&6
20833 else
20834 if test -n "$WINDRES"; then
20835 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
20836 else
20837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20838 for as_dir in $PATH
20839 do
20840 IFS=$as_save_IFS
20841 test -z "$as_dir" && as_dir=.
20842 for ac_exec_ext in '' $ac_executable_extensions; do
20843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20844 ac_cv_prog_WINDRES="${ac_tool_prefix}wrc"
20845 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20846 break 2
20847 fi
20848 done
20849 done
20850 IFS=$as_save_IFS
20851
20852 fi
20853 fi
20854 WINDRES=$ac_cv_prog_WINDRES
20855 if test -n "$WINDRES"; then
20856 { echo "$as_me:$LINENO: result: $WINDRES" >&5
20857 echo "${ECHO_T}$WINDRES" >&6; }
20858 else
20859 { echo "$as_me:$LINENO: result: no" >&5
20860 echo "${ECHO_T}no" >&6; }
20861 fi
20862
20863
20864 fi
20865 if test -z "$ac_cv_prog_WINDRES"; then
20866 ac_ct_WINDRES=$WINDRES
20867 # Extract the first word of "wrc", so it can be a program name with args.
20868 set dummy wrc; ac_word=$2
20869 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20871 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
20872 echo $ECHO_N "(cached) $ECHO_C" >&6
20873 else
20874 if test -n "$ac_ct_WINDRES"; then
20875 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
20876 else
20877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20878 for as_dir in $PATH
20879 do
20880 IFS=$as_save_IFS
20881 test -z "$as_dir" && as_dir=.
20882 for ac_exec_ext in '' $ac_executable_extensions; do
20883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20884 ac_cv_prog_ac_ct_WINDRES="wrc"
20885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20886 break 2
20887 fi
20888 done
20889 done
20890 IFS=$as_save_IFS
20891
20892 fi
20893 fi
20894 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
20895 if test -n "$ac_ct_WINDRES"; then
20896 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
20897 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
20898 else
20899 { echo "$as_me:$LINENO: result: no" >&5
20900 echo "${ECHO_T}no" >&6; }
20901 fi
20902
20903 if test "x$ac_ct_WINDRES" = x; then
20904 WINDRES=""
20905 else
20906 case $cross_compiling:$ac_tool_warned in
20907 yes:)
20908 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
20909 whose name does not start with the host triplet. If you think this
20910 configuration is useful to you, please write to autoconf@gnu.org." >&5
20911 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
20912 whose name does not start with the host triplet. If you think this
20913 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
20914 ac_tool_warned=yes ;;
20915 esac
20916 WINDRES=$ac_ct_WINDRES
20917 fi
20918 else
20919 WINDRES="$ac_cv_prog_WINDRES"
20920 fi
20921
20922 RESCOMP="$WINDRES"
20923 else
20924 case "${host}" in
20925 *-*-cygwin* | *-*-mingw32* )
20926 if test -n "$ac_tool_prefix"; then
20927 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
20928 set dummy ${ac_tool_prefix}windres; ac_word=$2
20929 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20930 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20931 if test "${ac_cv_prog_WINDRES+set}" = set; then
20932 echo $ECHO_N "(cached) $ECHO_C" >&6
20933 else
20934 if test -n "$WINDRES"; then
20935 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
20936 else
20937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20938 for as_dir in $PATH
20939 do
20940 IFS=$as_save_IFS
20941 test -z "$as_dir" && as_dir=.
20942 for ac_exec_ext in '' $ac_executable_extensions; do
20943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20944 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
20945 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20946 break 2
20947 fi
20948 done
20949 done
20950 IFS=$as_save_IFS
20951
20952 fi
20953 fi
20954 WINDRES=$ac_cv_prog_WINDRES
20955 if test -n "$WINDRES"; then
20956 { echo "$as_me:$LINENO: result: $WINDRES" >&5
20957 echo "${ECHO_T}$WINDRES" >&6; }
20958 else
20959 { echo "$as_me:$LINENO: result: no" >&5
20960 echo "${ECHO_T}no" >&6; }
20961 fi
20962
20963
20964 fi
20965 if test -z "$ac_cv_prog_WINDRES"; then
20966 ac_ct_WINDRES=$WINDRES
20967 # Extract the first word of "windres", so it can be a program name with args.
20968 set dummy windres; ac_word=$2
20969 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20970 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20971 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
20972 echo $ECHO_N "(cached) $ECHO_C" >&6
20973 else
20974 if test -n "$ac_ct_WINDRES"; then
20975 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
20976 else
20977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20978 for as_dir in $PATH
20979 do
20980 IFS=$as_save_IFS
20981 test -z "$as_dir" && as_dir=.
20982 for ac_exec_ext in '' $ac_executable_extensions; do
20983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20984 ac_cv_prog_ac_ct_WINDRES="windres"
20985 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20986 break 2
20987 fi
20988 done
20989 done
20990 IFS=$as_save_IFS
20991
20992 fi
20993 fi
20994 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
20995 if test -n "$ac_ct_WINDRES"; then
20996 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
20997 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
20998 else
20999 { echo "$as_me:$LINENO: result: no" >&5
21000 echo "${ECHO_T}no" >&6; }
21001 fi
21002
21003 if test "x$ac_ct_WINDRES" = x; then
21004 WINDRES=""
21005 else
21006 case $cross_compiling:$ac_tool_warned in
21007 yes:)
21008 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
21009 whose name does not start with the host triplet. If you think this
21010 configuration is useful to you, please write to autoconf@gnu.org." >&5
21011 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
21012 whose name does not start with the host triplet. If you think this
21013 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
21014 ac_tool_warned=yes ;;
21015 esac
21016 WINDRES=$ac_ct_WINDRES
21017 fi
21018 else
21019 WINDRES="$ac_cv_prog_WINDRES"
21020 fi
21021
21022 RESCOMP="$WINDRES"
21023 if test -n "$ac_tool_prefix"; then
21024 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
21025 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
21026 { echo "$as_me:$LINENO: checking for $ac_word" >&5
21027 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21028 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
21029 echo $ECHO_N "(cached) $ECHO_C" >&6
21030 else
21031 if test -n "$DLLTOOL"; then
21032 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
21033 else
21034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21035 for as_dir in $PATH
21036 do
21037 IFS=$as_save_IFS
21038 test -z "$as_dir" && as_dir=.
21039 for ac_exec_ext in '' $ac_executable_extensions; do
21040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21041 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
21042 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21043 break 2
21044 fi
21045 done
21046 done
21047 IFS=$as_save_IFS
21048
21049 fi
21050 fi
21051 DLLTOOL=$ac_cv_prog_DLLTOOL
21052 if test -n "$DLLTOOL"; then
21053 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
21054 echo "${ECHO_T}$DLLTOOL" >&6; }
21055 else
21056 { echo "$as_me:$LINENO: result: no" >&5
21057 echo "${ECHO_T}no" >&6; }
21058 fi
21059
21060
21061 fi
21062 if test -z "$ac_cv_prog_DLLTOOL"; then
21063 ac_ct_DLLTOOL=$DLLTOOL
21064 # Extract the first word of "dlltool", so it can be a program name with args.
21065 set dummy dlltool; ac_word=$2
21066 { echo "$as_me:$LINENO: checking for $ac_word" >&5
21067 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21068 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
21069 echo $ECHO_N "(cached) $ECHO_C" >&6
21070 else
21071 if test -n "$ac_ct_DLLTOOL"; then
21072 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
21073 else
21074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21075 for as_dir in $PATH
21076 do
21077 IFS=$as_save_IFS
21078 test -z "$as_dir" && as_dir=.
21079 for ac_exec_ext in '' $ac_executable_extensions; do
21080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21081 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
21082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21083 break 2
21084 fi
21085 done
21086 done
21087 IFS=$as_save_IFS
21088
21089 fi
21090 fi
21091 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
21092 if test -n "$ac_ct_DLLTOOL"; then
21093 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
21094 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
21095 else
21096 { echo "$as_me:$LINENO: result: no" >&5
21097 echo "${ECHO_T}no" >&6; }
21098 fi
21099
21100 if test "x$ac_ct_DLLTOOL" = x; then
21101 DLLTOOL=""
21102 else
21103 case $cross_compiling:$ac_tool_warned in
21104 yes:)
21105 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
21106 whose name does not start with the host triplet. If you think this
21107 configuration is useful to you, please write to autoconf@gnu.org." >&5
21108 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
21109 whose name does not start with the host triplet. If you think this
21110 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
21111 ac_tool_warned=yes ;;
21112 esac
21113 DLLTOOL=$ac_ct_DLLTOOL
21114 fi
21115 else
21116 DLLTOOL="$ac_cv_prog_DLLTOOL"
21117 fi
21118
21119 ;;
21120 esac
21121 fi
21122
21123 { echo "$as_me:$LINENO: checking if make is GNU make" >&5
21124 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6; }
21125 if test "${wx_cv_prog_makeisgnu+set}" = set; then
21126 echo $ECHO_N "(cached) $ECHO_C" >&6
21127 else
21128
21129 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
21130 $EGREP -s GNU > /dev/null); then
21131 wx_cv_prog_makeisgnu="yes"
21132 else
21133 wx_cv_prog_makeisgnu="no"
21134 fi
21135
21136 fi
21137 { echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
21138 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6; }
21139
21140 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
21141 IF_GNU_MAKE=""
21142 else
21143 IF_GNU_MAKE="#"
21144 fi
21145
21146
21147
21148 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
21149 { echo "$as_me:$LINENO: checking if make supports VPATH" >&5
21150 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6; }
21151 if test "${wx_cv_prog_makevpath+set}" = set; then
21152 echo $ECHO_N "(cached) $ECHO_C" >&6
21153 else
21154
21155 cat - << EOF > confMake
21156 check : file
21157 cp \$? \$@
21158 cp \$? final_file
21159 EOF
21160
21161 if test ! -d sub ; then
21162 mkdir sub
21163 fi
21164 echo dummy > sub/file
21165 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
21166 RESULT=$?
21167 rm -f sub/file check final_file confMake
21168 rmdir sub
21169 if test "$RESULT" = 0; then
21170 wx_cv_prog_makevpath="yes"
21171 else
21172 wx_cv_prog_makevpath="no"
21173 fi
21174
21175 fi
21176 { echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
21177 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6; }
21178
21179 if test "x$wx_cv_prog_makevpath" != "xyes"; then
21180 { { echo "$as_me:$LINENO: error:
21181 You need a make-utility that is able to use the variable
21182 VPATH correctly.
21183 If your version of make does not support VPATH correctly,
21184 please install GNU-make (possibly as gmake), and start
21185 configure with the following command:
21186 export MAKE=gmake; ./configure for sh-type shells
21187 setenv MAKE gmake; ./configure for csh-type shells
21188 Also please do remember to use gmake in this case every time
21189 you are trying to compile.
21190 " >&5
21191 echo "$as_me: error:
21192 You need a make-utility that is able to use the variable
21193 VPATH correctly.
21194 If your version of make does not support VPATH correctly,
21195 please install GNU-make (possibly as gmake), and start
21196 configure with the following command:
21197 export MAKE=gmake; ./configure for sh-type shells
21198 setenv MAKE gmake; ./configure for csh-type shells
21199 Also please do remember to use gmake in this case every time
21200 you are trying to compile.
21201 " >&2;}
21202 { (exit 1); exit 1; }; }
21203 fi fi
21204 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
21205 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
21206 LN_S=$as_ln_s
21207 if test "$LN_S" = "ln -s"; then
21208 { echo "$as_me:$LINENO: result: yes" >&5
21209 echo "${ECHO_T}yes" >&6; }
21210 else
21211 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
21212 echo "${ECHO_T}no, using $LN_S" >&6; }
21213 fi
21214
21215
21216
21217
21218 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
21219 CXXFLAGS="-qunique $CXXFLAGS"
21220 fi
21221
21222 case "${host}" in
21223 powerpc-*-darwin* )
21224 { echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
21225 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6; }
21226 cat >conftest.$ac_ext <<_ACEOF
21227 /* confdefs.h. */
21228 _ACEOF
21229 cat confdefs.h >>conftest.$ac_ext
21230 cat >>conftest.$ac_ext <<_ACEOF
21231 /* end confdefs.h. */
21232
21233 int
21234 main ()
21235 {
21236 #ifndef __POWERPC__
21237 choke me for lack of PowerPC
21238 #endif
21239
21240 ;
21241 return 0;
21242 }
21243 _ACEOF
21244 rm -f conftest.$ac_objext
21245 if { (ac_try="$ac_compile"
21246 case "(($ac_try" in
21247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21248 *) ac_try_echo=$ac_try;;
21249 esac
21250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21251 (eval "$ac_compile") 2>conftest.er1
21252 ac_status=$?
21253 grep -v '^ *+' conftest.er1 >conftest.err
21254 rm -f conftest.er1
21255 cat conftest.err >&5
21256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21257 (exit $ac_status); } && {
21258 test -z "$ac_c_werror_flag" ||
21259 test ! -s conftest.err
21260 } && test -s conftest.$ac_objext; then
21261 { echo "$as_me:$LINENO: result: yes" >&5
21262 echo "${ECHO_T}yes" >&6; }
21263 else
21264 echo "$as_me: failed program was:" >&5
21265 sed 's/^/| /' conftest.$ac_ext >&5
21266
21267 { echo "$as_me:$LINENO: result: no" >&5
21268 echo "${ECHO_T}no" >&6; }
21269 cat >>confdefs.h <<\_ACEOF
21270 #define __POWERPC__ 1
21271 _ACEOF
21272
21273
21274 fi
21275
21276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21277 ;;
21278 esac
21279
21280 case "${host}" in
21281 *-*-darwin* )
21282 { echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
21283 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6; }
21284 cat >conftest.$ac_ext <<_ACEOF
21285 /* confdefs.h. */
21286 _ACEOF
21287 cat confdefs.h >>conftest.$ac_ext
21288 cat >>conftest.$ac_ext <<_ACEOF
21289 /* end confdefs.h. */
21290 #include <CoreFoundation/CFBase.h>
21291
21292 int
21293 main ()
21294 {
21295
21296 ;
21297 return 0;
21298 }
21299 _ACEOF
21300 rm -f conftest.$ac_objext
21301 if { (ac_try="$ac_compile"
21302 case "(($ac_try" in
21303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21304 *) ac_try_echo=$ac_try;;
21305 esac
21306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21307 (eval "$ac_compile") 2>conftest.er1
21308 ac_status=$?
21309 grep -v '^ *+' conftest.er1 >conftest.err
21310 rm -f conftest.er1
21311 cat conftest.err >&5
21312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21313 (exit $ac_status); } && {
21314 test -z "$ac_c_werror_flag" ||
21315 test ! -s conftest.err
21316 } && test -s conftest.$ac_objext; then
21317 { echo "$as_me:$LINENO: result: yes" >&5
21318 echo "${ECHO_T}yes" >&6; }
21319 else
21320 echo "$as_me: failed program was:" >&5
21321 sed 's/^/| /' conftest.$ac_ext >&5
21322
21323 { echo "$as_me:$LINENO: result: no" >&5
21324 echo "${ECHO_T}no" >&6; }
21325 { echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
21326 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6; }
21327 cat >conftest.$ac_ext <<_ACEOF
21328 /* confdefs.h. */
21329 _ACEOF
21330 cat confdefs.h >>conftest.$ac_ext
21331 cat >>conftest.$ac_ext <<_ACEOF
21332 /* end confdefs.h. */
21333 #define __CF_USE_FRAMEWORK_INCLUDES__
21334 #include <CoreFoundation/CFBase.h>
21335
21336 int
21337 main ()
21338 {
21339
21340 ;
21341 return 0;
21342 }
21343 _ACEOF
21344 rm -f conftest.$ac_objext
21345 if { (ac_try="$ac_compile"
21346 case "(($ac_try" in
21347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21348 *) ac_try_echo=$ac_try;;
21349 esac
21350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21351 (eval "$ac_compile") 2>conftest.er1
21352 ac_status=$?
21353 grep -v '^ *+' conftest.er1 >conftest.err
21354 rm -f conftest.er1
21355 cat conftest.err >&5
21356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21357 (exit $ac_status); } && {
21358 test -z "$ac_c_werror_flag" ||
21359 test ! -s conftest.err
21360 } && test -s conftest.$ac_objext; then
21361 { echo "$as_me:$LINENO: result: yes" >&5
21362 echo "${ECHO_T}yes" >&6; }
21363 CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
21364 else
21365 echo "$as_me: failed program was:" >&5
21366 sed 's/^/| /' conftest.$ac_ext >&5
21367
21368 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
21369 See \`config.log' for more details." >&5
21370 echo "$as_me: error: no. CoreFoundation not available.
21371 See \`config.log' for more details." >&2;}
21372 { (exit 1); exit 1; }; }
21373
21374 fi
21375
21376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21377
21378
21379 fi
21380
21381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21382 ;;
21383 esac
21384
21385 wants_win32=0
21386 doesnt_want_win32=0
21387 case "${host}" in
21388 *-*-cygwin*)
21389 if test "$wxUSE_MSW" = 1 ; then
21390 wants_win32=1
21391 else
21392 { echo "$as_me:$LINENO: checking if -mno-cygwin is in effect" >&5
21393 echo $ECHO_N "checking if -mno-cygwin is in effect... $ECHO_C" >&6; }
21394 if test "${wx_cv_nocygwin+set}" = set; then
21395 echo $ECHO_N "(cached) $ECHO_C" >&6
21396 else
21397
21398 cat >conftest.$ac_ext <<_ACEOF
21399 /* confdefs.h. */
21400 _ACEOF
21401 cat confdefs.h >>conftest.$ac_ext
21402 cat >>conftest.$ac_ext <<_ACEOF
21403 /* end confdefs.h. */
21404
21405 int
21406 main ()
21407 {
21408
21409 #ifdef __MINGW32__
21410 choke me
21411 #endif
21412
21413 ;
21414 return 0;
21415 }
21416 _ACEOF
21417 rm -f conftest.$ac_objext
21418 if { (ac_try="$ac_compile"
21419 case "(($ac_try" in
21420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21421 *) ac_try_echo=$ac_try;;
21422 esac
21423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21424 (eval "$ac_compile") 2>conftest.er1
21425 ac_status=$?
21426 grep -v '^ *+' conftest.er1 >conftest.err
21427 rm -f conftest.er1
21428 cat conftest.err >&5
21429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21430 (exit $ac_status); } && {
21431 test -z "$ac_c_werror_flag" ||
21432 test ! -s conftest.err
21433 } && test -s conftest.$ac_objext; then
21434 wx_cv_nocygwin=no
21435 else
21436 echo "$as_me: failed program was:" >&5
21437 sed 's/^/| /' conftest.$ac_ext >&5
21438
21439 wx_cv_nocygwin=yes
21440
21441 fi
21442
21443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21444
21445
21446 fi
21447 { echo "$as_me:$LINENO: result: $wx_cv_nocygwin" >&5
21448 echo "${ECHO_T}$wx_cv_nocygwin" >&6; }
21449
21450 if test "$wx_cv_nocygwin" = "yes"; then
21451 wants_win32=1
21452 else
21453 doesnt_want_win32=1
21454 fi
21455 fi
21456 if test "$wants_win32" = 1 ; then
21457 BAKEFILE_FORCE_PLATFORM=win32
21458 fi
21459 ;;
21460 *-*-mingw*)
21461 wants_win32=1
21462 ;;
21463 esac
21464
21465 if test "$wxUSE_WINE" = "yes"; then
21466 wants_win32=1
21467 LDFLAGS_GUI="-mwindows"
21468 fi
21469
21470 if test "$wants_win32" = 1 ; then
21471 USE_UNIX=0
21472 USE_WIN32=1
21473 cat >>confdefs.h <<\_ACEOF
21474 #define __WIN32__ 1
21475 _ACEOF
21476
21477 cat >>confdefs.h <<\_ACEOF
21478 #define __WIN95__ 1
21479 _ACEOF
21480
21481 cat >>confdefs.h <<\_ACEOF
21482 #define __WINDOWS__ 1
21483 _ACEOF
21484
21485 cat >>confdefs.h <<\_ACEOF
21486 #define __GNUWIN32__ 1
21487 _ACEOF
21488
21489 cat >>confdefs.h <<\_ACEOF
21490 #define STRICT 1
21491 _ACEOF
21492
21493 fi
21494 if test "$doesnt_want_win32" = 1 ; then
21495 USE_UNIX=1
21496 USE_WIN32=0
21497 fi
21498
21499 if test "$USE_UNIX" = 1 ; then
21500 wxUSE_UNIX=yes
21501 cat >>confdefs.h <<\_ACEOF
21502 #define __UNIX__ 1
21503 _ACEOF
21504
21505 fi
21506
21507 case "${host}" in
21508 *-pc-os2_emx | *-pc-os2-emx )
21509 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
21510 { echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
21511 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6; }
21512 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
21513 echo $ECHO_N "(cached) $ECHO_C" >&6
21514 else
21515 ac_check_lib_save_LIBS=$LIBS
21516 LIBS="-lcExt $LIBS"
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
21524 /* Override any GCC internal prototype to avoid an error.
21525 Use char because int might match the return type of a GCC
21526 builtin and then its argument prototype would still apply. */
21527 #ifdef __cplusplus
21528 extern "C"
21529 #endif
21530 char drand48 ();
21531 int
21532 main ()
21533 {
21534 return drand48 ();
21535 ;
21536 return 0;
21537 }
21538 _ACEOF
21539 rm -f conftest.$ac_objext conftest$ac_exeext
21540 if { (ac_try="$ac_link"
21541 case "(($ac_try" in
21542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21543 *) ac_try_echo=$ac_try;;
21544 esac
21545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21546 (eval "$ac_link") 2>conftest.er1
21547 ac_status=$?
21548 grep -v '^ *+' conftest.er1 >conftest.err
21549 rm -f conftest.er1
21550 cat conftest.err >&5
21551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21552 (exit $ac_status); } && {
21553 test -z "$ac_c_werror_flag" ||
21554 test ! -s conftest.err
21555 } && test -s conftest$ac_exeext &&
21556 $as_test_x conftest$ac_exeext; then
21557 ac_cv_lib_cExt_drand48=yes
21558 else
21559 echo "$as_me: failed program was:" >&5
21560 sed 's/^/| /' conftest.$ac_ext >&5
21561
21562 ac_cv_lib_cExt_drand48=no
21563 fi
21564
21565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21566 conftest$ac_exeext conftest.$ac_ext
21567 LIBS=$ac_check_lib_save_LIBS
21568 fi
21569 { echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
21570 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6; }
21571 if test $ac_cv_lib_cExt_drand48 = yes; then
21572 LIBS="$LIBS -lcExt"
21573 fi
21574
21575 else
21576 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
21577 fi
21578 { echo "$as_me:$LINENO: checking for gcc/libc version" >&5
21579 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6; }
21580 if test "${wx_cv_gccversion+set}" = set; then
21581 echo $ECHO_N "(cached) $ECHO_C" >&6
21582 else
21583
21584 if test "$cross_compiling" = yes; then
21585 wx_cv_gccversion="EMX2"
21586
21587 else
21588 cat >conftest.$ac_ext <<_ACEOF
21589 /* confdefs.h. */
21590 _ACEOF
21591 cat confdefs.h >>conftest.$ac_ext
21592 cat >>conftest.$ac_ext <<_ACEOF
21593 /* end confdefs.h. */
21594
21595 #include <stdio.h>
21596
21597 int main()
21598 {
21599 FILE *f=fopen("conftestval", "w");
21600 if (!f) exit(1);
21601 fprintf(f,
21602 #if (__GNUC__ < 3)
21603 "EMX2"
21604 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
21605 "EMX3"
21606 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
21607 "Innotek5"
21608 #else
21609 "Innotek6"
21610 #endif
21611 );
21612 exit(0);
21613 }
21614
21615 _ACEOF
21616 rm -f conftest$ac_exeext
21617 if { (ac_try="$ac_link"
21618 case "(($ac_try" in
21619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21620 *) ac_try_echo=$ac_try;;
21621 esac
21622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21623 (eval "$ac_link") 2>&5
21624 ac_status=$?
21625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21626 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21627 { (case "(($ac_try" in
21628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21629 *) ac_try_echo=$ac_try;;
21630 esac
21631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21632 (eval "$ac_try") 2>&5
21633 ac_status=$?
21634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21635 (exit $ac_status); }; }; then
21636 wx_cv_gccversion=`cat conftestval`
21637 else
21638 echo "$as_me: program exited with status $ac_status" >&5
21639 echo "$as_me: failed program was:" >&5
21640 sed 's/^/| /' conftest.$ac_ext >&5
21641
21642 ( exit $ac_status )
21643 wx_cv_gccversion="EMX2"
21644 fi
21645 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21646 fi
21647
21648
21649
21650 fi
21651 { echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
21652 echo "${ECHO_T}$wx_cv_gccversion" >&6; }
21653 if test "$wx_cv_gccversion" = "EMX2"; then
21654 LIBS="$LIBS -lstdcpp"
21655 LDFLAGS="$LDFLAGS -Zsysv-signals"
21656 else
21657 if test "$wx_cv_gccversion" = "EMX3"; then
21658 LIBS="$LIBS -lstdcxx -lgcc"
21659 LDFLAGS="$LDFLAGS -Zsysv-signals"
21660 else
21661 LIBS="$LIBS -lstdc++"
21662 fi
21663 fi
21664 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
21665 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
21666 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
21667 wxUSE_OMF=yes
21668 enable_omf=yes
21669 fi
21670 ;;
21671 *)
21672
21673 { echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
21674 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6; }
21675 if test "${ac_cv_string_strcasecmp+set}" = set; then
21676 echo $ECHO_N "(cached) $ECHO_C" >&6
21677 else
21678
21679 cat >conftest.$ac_ext <<_ACEOF
21680 /* confdefs.h. */
21681 _ACEOF
21682 cat confdefs.h >>conftest.$ac_ext
21683 cat >>conftest.$ac_ext <<_ACEOF
21684 /* end confdefs.h. */
21685
21686 #include <string.h>
21687
21688 int
21689 main ()
21690 {
21691
21692 strcasecmp("foo", "bar");
21693
21694 ;
21695 return 0;
21696 }
21697 _ACEOF
21698 rm -f conftest.$ac_objext conftest$ac_exeext
21699 if { (ac_try="$ac_link"
21700 case "(($ac_try" in
21701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21702 *) ac_try_echo=$ac_try;;
21703 esac
21704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21705 (eval "$ac_link") 2>conftest.er1
21706 ac_status=$?
21707 grep -v '^ *+' conftest.er1 >conftest.err
21708 rm -f conftest.er1
21709 cat conftest.err >&5
21710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21711 (exit $ac_status); } && {
21712 test -z "$ac_c_werror_flag" ||
21713 test ! -s conftest.err
21714 } && test -s conftest$ac_exeext &&
21715 $as_test_x conftest$ac_exeext; then
21716 ac_cv_string_strcasecmp=yes
21717 else
21718 echo "$as_me: failed program was:" >&5
21719 sed 's/^/| /' conftest.$ac_ext >&5
21720
21721 ac_cv_string_strcasecmp=no
21722
21723 fi
21724
21725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21726 conftest$ac_exeext conftest.$ac_ext
21727
21728 fi
21729 { echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
21730 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6; }
21731
21732 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
21733 cat >>confdefs.h <<\_ACEOF
21734 #define HAVE_STRCASECMP_IN_STRING_H 1
21735 _ACEOF
21736
21737 else
21738 { echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
21739 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6; }
21740 if test "${ac_cv_strings_strcasecmp+set}" = set; then
21741 echo $ECHO_N "(cached) $ECHO_C" >&6
21742 else
21743
21744 cat >conftest.$ac_ext <<_ACEOF
21745 /* confdefs.h. */
21746 _ACEOF
21747 cat confdefs.h >>conftest.$ac_ext
21748 cat >>conftest.$ac_ext <<_ACEOF
21749 /* end confdefs.h. */
21750
21751 #include <strings.h>
21752
21753 int
21754 main ()
21755 {
21756
21757 strcasecmp("foo", "bar");
21758
21759 ;
21760 return 0;
21761 }
21762 _ACEOF
21763 rm -f conftest.$ac_objext conftest$ac_exeext
21764 if { (ac_try="$ac_link"
21765 case "(($ac_try" in
21766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21767 *) ac_try_echo=$ac_try;;
21768 esac
21769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21770 (eval "$ac_link") 2>conftest.er1
21771 ac_status=$?
21772 grep -v '^ *+' conftest.er1 >conftest.err
21773 rm -f conftest.er1
21774 cat conftest.err >&5
21775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21776 (exit $ac_status); } && {
21777 test -z "$ac_c_werror_flag" ||
21778 test ! -s conftest.err
21779 } && test -s conftest$ac_exeext &&
21780 $as_test_x conftest$ac_exeext; then
21781 ac_cv_strings_strcasecmp=yes
21782 else
21783 echo "$as_me: failed program was:" >&5
21784 sed 's/^/| /' conftest.$ac_ext >&5
21785
21786 ac_cv_strings_strcasecmp=no
21787
21788 fi
21789
21790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21791 conftest$ac_exeext conftest.$ac_ext
21792
21793 fi
21794 { echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
21795 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6; }
21796
21797 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
21798 cat >>confdefs.h <<\_ACEOF
21799 #define HAVE_STRCASECMP_IN_STRINGS_H 1
21800 _ACEOF
21801
21802 else
21803 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
21804 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
21805 { (exit 1); exit 1; }; }
21806 fi
21807 fi
21808
21809 ;;
21810 esac
21811
21812
21813 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
21814 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
21815 if test "${ac_cv_header_stdc+set}" = set; then
21816 echo $ECHO_N "(cached) $ECHO_C" >&6
21817 else
21818 cat >conftest.$ac_ext <<_ACEOF
21819 /* confdefs.h. */
21820 _ACEOF
21821 cat confdefs.h >>conftest.$ac_ext
21822 cat >>conftest.$ac_ext <<_ACEOF
21823 /* end confdefs.h. */
21824 #include <stdlib.h>
21825 #include <stdarg.h>
21826 #include <string.h>
21827 #include <float.h>
21828
21829 int
21830 main ()
21831 {
21832
21833 ;
21834 return 0;
21835 }
21836 _ACEOF
21837 rm -f conftest.$ac_objext
21838 if { (ac_try="$ac_compile"
21839 case "(($ac_try" in
21840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21841 *) ac_try_echo=$ac_try;;
21842 esac
21843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21844 (eval "$ac_compile") 2>conftest.er1
21845 ac_status=$?
21846 grep -v '^ *+' conftest.er1 >conftest.err
21847 rm -f conftest.er1
21848 cat conftest.err >&5
21849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21850 (exit $ac_status); } && {
21851 test -z "$ac_c_werror_flag" ||
21852 test ! -s conftest.err
21853 } && test -s conftest.$ac_objext; then
21854 ac_cv_header_stdc=yes
21855 else
21856 echo "$as_me: failed program was:" >&5
21857 sed 's/^/| /' conftest.$ac_ext >&5
21858
21859 ac_cv_header_stdc=no
21860 fi
21861
21862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21863
21864 if test $ac_cv_header_stdc = yes; then
21865 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
21866 cat >conftest.$ac_ext <<_ACEOF
21867 /* confdefs.h. */
21868 _ACEOF
21869 cat confdefs.h >>conftest.$ac_ext
21870 cat >>conftest.$ac_ext <<_ACEOF
21871 /* end confdefs.h. */
21872 #include <string.h>
21873
21874 _ACEOF
21875 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21876 $EGREP "memchr" >/dev/null 2>&1; then
21877 :
21878 else
21879 ac_cv_header_stdc=no
21880 fi
21881 rm -f conftest*
21882
21883 fi
21884
21885 if test $ac_cv_header_stdc = yes; then
21886 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
21887 cat >conftest.$ac_ext <<_ACEOF
21888 /* confdefs.h. */
21889 _ACEOF
21890 cat confdefs.h >>conftest.$ac_ext
21891 cat >>conftest.$ac_ext <<_ACEOF
21892 /* end confdefs.h. */
21893 #include <stdlib.h>
21894
21895 _ACEOF
21896 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21897 $EGREP "free" >/dev/null 2>&1; then
21898 :
21899 else
21900 ac_cv_header_stdc=no
21901 fi
21902 rm -f conftest*
21903
21904 fi
21905
21906 if test $ac_cv_header_stdc = yes; then
21907 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
21908 if test "$cross_compiling" = yes; then
21909 :
21910 else
21911 cat >conftest.$ac_ext <<_ACEOF
21912 /* confdefs.h. */
21913 _ACEOF
21914 cat confdefs.h >>conftest.$ac_ext
21915 cat >>conftest.$ac_ext <<_ACEOF
21916 /* end confdefs.h. */
21917 #include <ctype.h>
21918 #include <stdlib.h>
21919 #if ((' ' & 0x0FF) == 0x020)
21920 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
21921 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
21922 #else
21923 # define ISLOWER(c) \
21924 (('a' <= (c) && (c) <= 'i') \
21925 || ('j' <= (c) && (c) <= 'r') \
21926 || ('s' <= (c) && (c) <= 'z'))
21927 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
21928 #endif
21929
21930 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
21931 int
21932 main ()
21933 {
21934 int i;
21935 for (i = 0; i < 256; i++)
21936 if (XOR (islower (i), ISLOWER (i))
21937 || toupper (i) != TOUPPER (i))
21938 return 2;
21939 return 0;
21940 }
21941 _ACEOF
21942 rm -f conftest$ac_exeext
21943 if { (ac_try="$ac_link"
21944 case "(($ac_try" in
21945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21946 *) ac_try_echo=$ac_try;;
21947 esac
21948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21949 (eval "$ac_link") 2>&5
21950 ac_status=$?
21951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21952 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21953 { (case "(($ac_try" in
21954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21955 *) ac_try_echo=$ac_try;;
21956 esac
21957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21958 (eval "$ac_try") 2>&5
21959 ac_status=$?
21960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21961 (exit $ac_status); }; }; then
21962 :
21963 else
21964 echo "$as_me: program exited with status $ac_status" >&5
21965 echo "$as_me: failed program was:" >&5
21966 sed 's/^/| /' conftest.$ac_ext >&5
21967
21968 ( exit $ac_status )
21969 ac_cv_header_stdc=no
21970 fi
21971 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21972 fi
21973
21974
21975 fi
21976 fi
21977 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
21978 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
21979 if test $ac_cv_header_stdc = yes; then
21980
21981 cat >>confdefs.h <<\_ACEOF
21982 #define STDC_HEADERS 1
21983 _ACEOF
21984
21985 fi
21986
21987 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
21988
21989
21990
21991
21992
21993
21994
21995
21996
21997 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
21998 inttypes.h stdint.h unistd.h
21999 do
22000 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22001 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22002 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22003 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22004 echo $ECHO_N "(cached) $ECHO_C" >&6
22005 else
22006 cat >conftest.$ac_ext <<_ACEOF
22007 /* confdefs.h. */
22008 _ACEOF
22009 cat confdefs.h >>conftest.$ac_ext
22010 cat >>conftest.$ac_ext <<_ACEOF
22011 /* end confdefs.h. */
22012 $ac_includes_default
22013
22014 #include <$ac_header>
22015 _ACEOF
22016 rm -f conftest.$ac_objext
22017 if { (ac_try="$ac_compile"
22018 case "(($ac_try" in
22019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22020 *) ac_try_echo=$ac_try;;
22021 esac
22022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22023 (eval "$ac_compile") 2>conftest.er1
22024 ac_status=$?
22025 grep -v '^ *+' conftest.er1 >conftest.err
22026 rm -f conftest.er1
22027 cat conftest.err >&5
22028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22029 (exit $ac_status); } && {
22030 test -z "$ac_c_werror_flag" ||
22031 test ! -s conftest.err
22032 } && test -s conftest.$ac_objext; then
22033 eval "$as_ac_Header=yes"
22034 else
22035 echo "$as_me: failed program was:" >&5
22036 sed 's/^/| /' conftest.$ac_ext >&5
22037
22038 eval "$as_ac_Header=no"
22039 fi
22040
22041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22042 fi
22043 ac_res=`eval echo '${'$as_ac_Header'}'`
22044 { echo "$as_me:$LINENO: result: $ac_res" >&5
22045 echo "${ECHO_T}$ac_res" >&6; }
22046 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22047 cat >>confdefs.h <<_ACEOF
22048 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22049 _ACEOF
22050
22051 fi
22052
22053 done
22054
22055
22056
22057
22058
22059
22060
22061
22062 for ac_header in stdlib.h fnmatch.h langinfo.h malloc.h unistd.h wchar.h
22063 do
22064 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22065 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22066 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22067 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22068 echo $ECHO_N "(cached) $ECHO_C" >&6
22069 else
22070 cat >conftest.$ac_ext <<_ACEOF
22071 /* confdefs.h. */
22072 _ACEOF
22073 cat confdefs.h >>conftest.$ac_ext
22074 cat >>conftest.$ac_ext <<_ACEOF
22075 /* end confdefs.h. */
22076 $ac_includes_default
22077
22078 #include <$ac_header>
22079 _ACEOF
22080 rm -f conftest.$ac_objext
22081 if { (ac_try="$ac_compile"
22082 case "(($ac_try" in
22083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22084 *) ac_try_echo=$ac_try;;
22085 esac
22086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22087 (eval "$ac_compile") 2>conftest.er1
22088 ac_status=$?
22089 grep -v '^ *+' conftest.er1 >conftest.err
22090 rm -f conftest.er1
22091 cat conftest.err >&5
22092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22093 (exit $ac_status); } && {
22094 test -z "$ac_c_werror_flag" ||
22095 test ! -s conftest.err
22096 } && test -s conftest.$ac_objext; then
22097 eval "$as_ac_Header=yes"
22098 else
22099 echo "$as_me: failed program was:" >&5
22100 sed 's/^/| /' conftest.$ac_ext >&5
22101
22102 eval "$as_ac_Header=no"
22103 fi
22104
22105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22106 fi
22107 ac_res=`eval echo '${'$as_ac_Header'}'`
22108 { echo "$as_me:$LINENO: result: $ac_res" >&5
22109 echo "${ECHO_T}$ac_res" >&6; }
22110 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22111 cat >>confdefs.h <<_ACEOF
22112 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22113 _ACEOF
22114
22115 fi
22116
22117 done
22118
22119
22120 if test "$ac_cv_header_wchar_h" != "yes"; then
22121
22122 for ac_header in wcstr.h
22123 do
22124 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22125 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22126 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22127 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22128 echo $ECHO_N "(cached) $ECHO_C" >&6
22129 else
22130 cat >conftest.$ac_ext <<_ACEOF
22131 /* confdefs.h. */
22132 _ACEOF
22133 cat confdefs.h >>conftest.$ac_ext
22134 cat >>conftest.$ac_ext <<_ACEOF
22135 /* end confdefs.h. */
22136 $ac_includes_default
22137
22138 #include <$ac_header>
22139 _ACEOF
22140 rm -f conftest.$ac_objext
22141 if { (ac_try="$ac_compile"
22142 case "(($ac_try" in
22143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22144 *) ac_try_echo=$ac_try;;
22145 esac
22146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22147 (eval "$ac_compile") 2>conftest.er1
22148 ac_status=$?
22149 grep -v '^ *+' conftest.er1 >conftest.err
22150 rm -f conftest.er1
22151 cat conftest.err >&5
22152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22153 (exit $ac_status); } && {
22154 test -z "$ac_c_werror_flag" ||
22155 test ! -s conftest.err
22156 } && test -s conftest.$ac_objext; then
22157 eval "$as_ac_Header=yes"
22158 else
22159 echo "$as_me: failed program was:" >&5
22160 sed 's/^/| /' conftest.$ac_ext >&5
22161
22162 eval "$as_ac_Header=no"
22163 fi
22164
22165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22166 fi
22167 ac_res=`eval echo '${'$as_ac_Header'}'`
22168 { echo "$as_me:$LINENO: result: $ac_res" >&5
22169 echo "${ECHO_T}$ac_res" >&6; }
22170 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22171 cat >>confdefs.h <<_ACEOF
22172 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22173 _ACEOF
22174
22175 fi
22176
22177 done
22178
22179 fi
22180
22181 case "${host}" in
22182 *-pc-os2_emx | *-pc-os2-emx )
22183 if test $ac_cv_header_langinfo_h = "yes" \
22184 -a \( "$wx_cv_gccversion" = "EMX2" \
22185 -o "$wx_cv_gccversion" = "EMX3" \
22186 -o "$wx_cv_gccversion" = "Innotek5" \); then
22187 LIBS="$LIBS -lintl"
22188 fi
22189 ;;
22190 esac
22191
22192 if test "$USE_UNIX" = 1 ; then
22193
22194 for ac_header in sys/select.h
22195 do
22196 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22197 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22198 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22199 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22200 echo $ECHO_N "(cached) $ECHO_C" >&6
22201 else
22202 cat >conftest.$ac_ext <<_ACEOF
22203 /* confdefs.h. */
22204 _ACEOF
22205 cat confdefs.h >>conftest.$ac_ext
22206 cat >>conftest.$ac_ext <<_ACEOF
22207 /* end confdefs.h. */
22208 $ac_includes_default
22209
22210 #include <$ac_header>
22211 _ACEOF
22212 rm -f conftest.$ac_objext
22213 if { (ac_try="$ac_compile"
22214 case "(($ac_try" in
22215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22216 *) ac_try_echo=$ac_try;;
22217 esac
22218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22219 (eval "$ac_compile") 2>conftest.er1
22220 ac_status=$?
22221 grep -v '^ *+' conftest.er1 >conftest.err
22222 rm -f conftest.er1
22223 cat conftest.err >&5
22224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22225 (exit $ac_status); } && {
22226 test -z "$ac_c_werror_flag" ||
22227 test ! -s conftest.err
22228 } && test -s conftest.$ac_objext; then
22229 eval "$as_ac_Header=yes"
22230 else
22231 echo "$as_me: failed program was:" >&5
22232 sed 's/^/| /' conftest.$ac_ext >&5
22233
22234 eval "$as_ac_Header=no"
22235 fi
22236
22237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22238 fi
22239 ac_res=`eval echo '${'$as_ac_Header'}'`
22240 { echo "$as_me:$LINENO: result: $ac_res" >&5
22241 echo "${ECHO_T}$ac_res" >&6; }
22242 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22243 cat >>confdefs.h <<_ACEOF
22244 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22245 _ACEOF
22246
22247 fi
22248
22249 done
22250
22251 fi
22252
22253
22254 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
22255 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
22256 if test "${ac_cv_c_const+set}" = set; then
22257 echo $ECHO_N "(cached) $ECHO_C" >&6
22258 else
22259 cat >conftest.$ac_ext <<_ACEOF
22260 /* confdefs.h. */
22261 _ACEOF
22262 cat confdefs.h >>conftest.$ac_ext
22263 cat >>conftest.$ac_ext <<_ACEOF
22264 /* end confdefs.h. */
22265
22266 int
22267 main ()
22268 {
22269 /* FIXME: Include the comments suggested by Paul. */
22270 #ifndef __cplusplus
22271 /* Ultrix mips cc rejects this. */
22272 typedef int charset[2];
22273 const charset cs;
22274 /* SunOS 4.1.1 cc rejects this. */
22275 char const *const *pcpcc;
22276 char **ppc;
22277 /* NEC SVR4.0.2 mips cc rejects this. */
22278 struct point {int x, y;};
22279 static struct point const zero = {0,0};
22280 /* AIX XL C 1.02.0.0 rejects this.
22281 It does not let you subtract one const X* pointer from another in
22282 an arm of an if-expression whose if-part is not a constant
22283 expression */
22284 const char *g = "string";
22285 pcpcc = &g + (g ? g-g : 0);
22286 /* HPUX 7.0 cc rejects these. */
22287 ++pcpcc;
22288 ppc = (char**) pcpcc;
22289 pcpcc = (char const *const *) ppc;
22290 { /* SCO 3.2v4 cc rejects this. */
22291 char *t;
22292 char const *s = 0 ? (char *) 0 : (char const *) 0;
22293
22294 *t++ = 0;
22295 if (s) return 0;
22296 }
22297 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
22298 int x[] = {25, 17};
22299 const int *foo = &x[0];
22300 ++foo;
22301 }
22302 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
22303 typedef const int *iptr;
22304 iptr p = 0;
22305 ++p;
22306 }
22307 { /* AIX XL C 1.02.0.0 rejects this saying
22308 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
22309 struct s { int j; const int *ap[3]; };
22310 struct s *b; b->j = 5;
22311 }
22312 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
22313 const int foo = 10;
22314 if (!foo) return 0;
22315 }
22316 return !cs[0] && !zero.x;
22317 #endif
22318
22319 ;
22320 return 0;
22321 }
22322 _ACEOF
22323 rm -f conftest.$ac_objext
22324 if { (ac_try="$ac_compile"
22325 case "(($ac_try" in
22326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22327 *) ac_try_echo=$ac_try;;
22328 esac
22329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22330 (eval "$ac_compile") 2>conftest.er1
22331 ac_status=$?
22332 grep -v '^ *+' conftest.er1 >conftest.err
22333 rm -f conftest.er1
22334 cat conftest.err >&5
22335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22336 (exit $ac_status); } && {
22337 test -z "$ac_c_werror_flag" ||
22338 test ! -s conftest.err
22339 } && test -s conftest.$ac_objext; then
22340 ac_cv_c_const=yes
22341 else
22342 echo "$as_me: failed program was:" >&5
22343 sed 's/^/| /' conftest.$ac_ext >&5
22344
22345 ac_cv_c_const=no
22346 fi
22347
22348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22349 fi
22350 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
22351 echo "${ECHO_T}$ac_cv_c_const" >&6; }
22352 if test $ac_cv_c_const = no; then
22353
22354 cat >>confdefs.h <<\_ACEOF
22355 #define const
22356 _ACEOF
22357
22358 fi
22359
22360 { echo "$as_me:$LINENO: checking for inline" >&5
22361 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
22362 if test "${ac_cv_c_inline+set}" = set; then
22363 echo $ECHO_N "(cached) $ECHO_C" >&6
22364 else
22365 ac_cv_c_inline=no
22366 for ac_kw in inline __inline__ __inline; do
22367 cat >conftest.$ac_ext <<_ACEOF
22368 /* confdefs.h. */
22369 _ACEOF
22370 cat confdefs.h >>conftest.$ac_ext
22371 cat >>conftest.$ac_ext <<_ACEOF
22372 /* end confdefs.h. */
22373 #ifndef __cplusplus
22374 typedef int foo_t;
22375 static $ac_kw foo_t static_foo () {return 0; }
22376 $ac_kw foo_t foo () {return 0; }
22377 #endif
22378
22379 _ACEOF
22380 rm -f conftest.$ac_objext
22381 if { (ac_try="$ac_compile"
22382 case "(($ac_try" in
22383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22384 *) ac_try_echo=$ac_try;;
22385 esac
22386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22387 (eval "$ac_compile") 2>conftest.er1
22388 ac_status=$?
22389 grep -v '^ *+' conftest.er1 >conftest.err
22390 rm -f conftest.er1
22391 cat conftest.err >&5
22392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22393 (exit $ac_status); } && {
22394 test -z "$ac_c_werror_flag" ||
22395 test ! -s conftest.err
22396 } && test -s conftest.$ac_objext; then
22397 ac_cv_c_inline=$ac_kw
22398 else
22399 echo "$as_me: failed program was:" >&5
22400 sed 's/^/| /' conftest.$ac_ext >&5
22401
22402
22403 fi
22404
22405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22406 test "$ac_cv_c_inline" != no && break
22407 done
22408
22409 fi
22410 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
22411 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
22412
22413
22414 case $ac_cv_c_inline in
22415 inline | yes) ;;
22416 *)
22417 case $ac_cv_c_inline in
22418 no) ac_val=;;
22419 *) ac_val=$ac_cv_c_inline;;
22420 esac
22421 cat >>confdefs.h <<_ACEOF
22422 #ifndef __cplusplus
22423 #define inline $ac_val
22424 #endif
22425 _ACEOF
22426 ;;
22427 esac
22428
22429
22430 { echo "$as_me:$LINENO: checking for short" >&5
22431 echo $ECHO_N "checking for short... $ECHO_C" >&6; }
22432 if test "${ac_cv_type_short+set}" = set; then
22433 echo $ECHO_N "(cached) $ECHO_C" >&6
22434 else
22435 cat >conftest.$ac_ext <<_ACEOF
22436 /* confdefs.h. */
22437 _ACEOF
22438 cat confdefs.h >>conftest.$ac_ext
22439 cat >>conftest.$ac_ext <<_ACEOF
22440 /* end confdefs.h. */
22441 $ac_includes_default
22442 typedef short ac__type_new_;
22443 int
22444 main ()
22445 {
22446 if ((ac__type_new_ *) 0)
22447 return 0;
22448 if (sizeof (ac__type_new_))
22449 return 0;
22450 ;
22451 return 0;
22452 }
22453 _ACEOF
22454 rm -f conftest.$ac_objext
22455 if { (ac_try="$ac_compile"
22456 case "(($ac_try" in
22457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22458 *) ac_try_echo=$ac_try;;
22459 esac
22460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22461 (eval "$ac_compile") 2>conftest.er1
22462 ac_status=$?
22463 grep -v '^ *+' conftest.er1 >conftest.err
22464 rm -f conftest.er1
22465 cat conftest.err >&5
22466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22467 (exit $ac_status); } && {
22468 test -z "$ac_c_werror_flag" ||
22469 test ! -s conftest.err
22470 } && test -s conftest.$ac_objext; then
22471 ac_cv_type_short=yes
22472 else
22473 echo "$as_me: failed program was:" >&5
22474 sed 's/^/| /' conftest.$ac_ext >&5
22475
22476 ac_cv_type_short=no
22477 fi
22478
22479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22480 fi
22481 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
22482 echo "${ECHO_T}$ac_cv_type_short" >&6; }
22483
22484 # The cast to long int works around a bug in the HP C Compiler
22485 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22486 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22487 # This bug is HP SR number 8606223364.
22488 { echo "$as_me:$LINENO: checking size of short" >&5
22489 echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
22490 if test "${ac_cv_sizeof_short+set}" = set; then
22491 echo $ECHO_N "(cached) $ECHO_C" >&6
22492 else
22493 if test "$cross_compiling" = yes; then
22494 # Depending upon the size, compute the lo and hi bounds.
22495 cat >conftest.$ac_ext <<_ACEOF
22496 /* confdefs.h. */
22497 _ACEOF
22498 cat confdefs.h >>conftest.$ac_ext
22499 cat >>conftest.$ac_ext <<_ACEOF
22500 /* end confdefs.h. */
22501 $ac_includes_default
22502 typedef short ac__type_sizeof_;
22503 int
22504 main ()
22505 {
22506 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22507 test_array [0] = 0
22508
22509 ;
22510 return 0;
22511 }
22512 _ACEOF
22513 rm -f conftest.$ac_objext
22514 if { (ac_try="$ac_compile"
22515 case "(($ac_try" in
22516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22517 *) ac_try_echo=$ac_try;;
22518 esac
22519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22520 (eval "$ac_compile") 2>conftest.er1
22521 ac_status=$?
22522 grep -v '^ *+' conftest.er1 >conftest.err
22523 rm -f conftest.er1
22524 cat conftest.err >&5
22525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22526 (exit $ac_status); } && {
22527 test -z "$ac_c_werror_flag" ||
22528 test ! -s conftest.err
22529 } && test -s conftest.$ac_objext; then
22530 ac_lo=0 ac_mid=0
22531 while :; do
22532 cat >conftest.$ac_ext <<_ACEOF
22533 /* confdefs.h. */
22534 _ACEOF
22535 cat confdefs.h >>conftest.$ac_ext
22536 cat >>conftest.$ac_ext <<_ACEOF
22537 /* end confdefs.h. */
22538 $ac_includes_default
22539 typedef short ac__type_sizeof_;
22540 int
22541 main ()
22542 {
22543 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22544 test_array [0] = 0
22545
22546 ;
22547 return 0;
22548 }
22549 _ACEOF
22550 rm -f conftest.$ac_objext
22551 if { (ac_try="$ac_compile"
22552 case "(($ac_try" in
22553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22554 *) ac_try_echo=$ac_try;;
22555 esac
22556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22557 (eval "$ac_compile") 2>conftest.er1
22558 ac_status=$?
22559 grep -v '^ *+' conftest.er1 >conftest.err
22560 rm -f conftest.er1
22561 cat conftest.err >&5
22562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22563 (exit $ac_status); } && {
22564 test -z "$ac_c_werror_flag" ||
22565 test ! -s conftest.err
22566 } && test -s conftest.$ac_objext; then
22567 ac_hi=$ac_mid; break
22568 else
22569 echo "$as_me: failed program was:" >&5
22570 sed 's/^/| /' conftest.$ac_ext >&5
22571
22572 ac_lo=`expr $ac_mid + 1`
22573 if test $ac_lo -le $ac_mid; then
22574 ac_lo= ac_hi=
22575 break
22576 fi
22577 ac_mid=`expr 2 '*' $ac_mid + 1`
22578 fi
22579
22580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22581 done
22582 else
22583 echo "$as_me: failed program was:" >&5
22584 sed 's/^/| /' conftest.$ac_ext >&5
22585
22586 cat >conftest.$ac_ext <<_ACEOF
22587 /* confdefs.h. */
22588 _ACEOF
22589 cat confdefs.h >>conftest.$ac_ext
22590 cat >>conftest.$ac_ext <<_ACEOF
22591 /* end confdefs.h. */
22592 $ac_includes_default
22593 typedef short ac__type_sizeof_;
22594 int
22595 main ()
22596 {
22597 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22598 test_array [0] = 0
22599
22600 ;
22601 return 0;
22602 }
22603 _ACEOF
22604 rm -f conftest.$ac_objext
22605 if { (ac_try="$ac_compile"
22606 case "(($ac_try" in
22607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22608 *) ac_try_echo=$ac_try;;
22609 esac
22610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22611 (eval "$ac_compile") 2>conftest.er1
22612 ac_status=$?
22613 grep -v '^ *+' conftest.er1 >conftest.err
22614 rm -f conftest.er1
22615 cat conftest.err >&5
22616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22617 (exit $ac_status); } && {
22618 test -z "$ac_c_werror_flag" ||
22619 test ! -s conftest.err
22620 } && test -s conftest.$ac_objext; then
22621 ac_hi=-1 ac_mid=-1
22622 while :; do
22623 cat >conftest.$ac_ext <<_ACEOF
22624 /* confdefs.h. */
22625 _ACEOF
22626 cat confdefs.h >>conftest.$ac_ext
22627 cat >>conftest.$ac_ext <<_ACEOF
22628 /* end confdefs.h. */
22629 $ac_includes_default
22630 typedef short ac__type_sizeof_;
22631 int
22632 main ()
22633 {
22634 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22635 test_array [0] = 0
22636
22637 ;
22638 return 0;
22639 }
22640 _ACEOF
22641 rm -f conftest.$ac_objext
22642 if { (ac_try="$ac_compile"
22643 case "(($ac_try" in
22644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22645 *) ac_try_echo=$ac_try;;
22646 esac
22647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22648 (eval "$ac_compile") 2>conftest.er1
22649 ac_status=$?
22650 grep -v '^ *+' conftest.er1 >conftest.err
22651 rm -f conftest.er1
22652 cat conftest.err >&5
22653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22654 (exit $ac_status); } && {
22655 test -z "$ac_c_werror_flag" ||
22656 test ! -s conftest.err
22657 } && test -s conftest.$ac_objext; then
22658 ac_lo=$ac_mid; break
22659 else
22660 echo "$as_me: failed program was:" >&5
22661 sed 's/^/| /' conftest.$ac_ext >&5
22662
22663 ac_hi=`expr '(' $ac_mid ')' - 1`
22664 if test $ac_mid -le $ac_hi; then
22665 ac_lo= ac_hi=
22666 break
22667 fi
22668 ac_mid=`expr 2 '*' $ac_mid`
22669 fi
22670
22671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22672 done
22673 else
22674 echo "$as_me: failed program was:" >&5
22675 sed 's/^/| /' conftest.$ac_ext >&5
22676
22677 ac_lo= ac_hi=
22678 fi
22679
22680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22681 fi
22682
22683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22684 # Binary search between lo and hi bounds.
22685 while test "x$ac_lo" != "x$ac_hi"; do
22686 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22687 cat >conftest.$ac_ext <<_ACEOF
22688 /* confdefs.h. */
22689 _ACEOF
22690 cat confdefs.h >>conftest.$ac_ext
22691 cat >>conftest.$ac_ext <<_ACEOF
22692 /* end confdefs.h. */
22693 $ac_includes_default
22694 typedef short ac__type_sizeof_;
22695 int
22696 main ()
22697 {
22698 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22699 test_array [0] = 0
22700
22701 ;
22702 return 0;
22703 }
22704 _ACEOF
22705 rm -f conftest.$ac_objext
22706 if { (ac_try="$ac_compile"
22707 case "(($ac_try" in
22708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22709 *) ac_try_echo=$ac_try;;
22710 esac
22711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22712 (eval "$ac_compile") 2>conftest.er1
22713 ac_status=$?
22714 grep -v '^ *+' conftest.er1 >conftest.err
22715 rm -f conftest.er1
22716 cat conftest.err >&5
22717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22718 (exit $ac_status); } && {
22719 test -z "$ac_c_werror_flag" ||
22720 test ! -s conftest.err
22721 } && test -s conftest.$ac_objext; then
22722 ac_hi=$ac_mid
22723 else
22724 echo "$as_me: failed program was:" >&5
22725 sed 's/^/| /' conftest.$ac_ext >&5
22726
22727 ac_lo=`expr '(' $ac_mid ')' + 1`
22728 fi
22729
22730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22731 done
22732 case $ac_lo in
22733 ?*) ac_cv_sizeof_short=$ac_lo;;
22734 '') if test "$ac_cv_type_short" = yes; then
22735 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
22736 See \`config.log' for more details." >&5
22737 echo "$as_me: error: cannot compute sizeof (short)
22738 See \`config.log' for more details." >&2;}
22739 { (exit 77); exit 77; }; }
22740 else
22741 ac_cv_sizeof_short=0
22742 fi ;;
22743 esac
22744 else
22745 cat >conftest.$ac_ext <<_ACEOF
22746 /* confdefs.h. */
22747 _ACEOF
22748 cat confdefs.h >>conftest.$ac_ext
22749 cat >>conftest.$ac_ext <<_ACEOF
22750 /* end confdefs.h. */
22751 $ac_includes_default
22752 typedef short ac__type_sizeof_;
22753 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22754 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22755 #include <stdio.h>
22756 #include <stdlib.h>
22757 int
22758 main ()
22759 {
22760
22761 FILE *f = fopen ("conftest.val", "w");
22762 if (! f)
22763 return 1;
22764 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22765 {
22766 long int i = longval ();
22767 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22768 return 1;
22769 fprintf (f, "%ld\n", i);
22770 }
22771 else
22772 {
22773 unsigned long int i = ulongval ();
22774 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22775 return 1;
22776 fprintf (f, "%lu\n", i);
22777 }
22778 return ferror (f) || fclose (f) != 0;
22779
22780 ;
22781 return 0;
22782 }
22783 _ACEOF
22784 rm -f conftest$ac_exeext
22785 if { (ac_try="$ac_link"
22786 case "(($ac_try" in
22787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22788 *) ac_try_echo=$ac_try;;
22789 esac
22790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22791 (eval "$ac_link") 2>&5
22792 ac_status=$?
22793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22794 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22795 { (case "(($ac_try" in
22796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22797 *) ac_try_echo=$ac_try;;
22798 esac
22799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22800 (eval "$ac_try") 2>&5
22801 ac_status=$?
22802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22803 (exit $ac_status); }; }; then
22804 ac_cv_sizeof_short=`cat conftest.val`
22805 else
22806 echo "$as_me: program exited with status $ac_status" >&5
22807 echo "$as_me: failed program was:" >&5
22808 sed 's/^/| /' conftest.$ac_ext >&5
22809
22810 ( exit $ac_status )
22811 if test "$ac_cv_type_short" = yes; then
22812 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
22813 See \`config.log' for more details." >&5
22814 echo "$as_me: error: cannot compute sizeof (short)
22815 See \`config.log' for more details." >&2;}
22816 { (exit 77); exit 77; }; }
22817 else
22818 ac_cv_sizeof_short=0
22819 fi
22820 fi
22821 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22822 fi
22823 rm -f conftest.val
22824 fi
22825 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
22826 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
22827
22828
22829
22830 cat >>confdefs.h <<_ACEOF
22831 #define SIZEOF_SHORT $ac_cv_sizeof_short
22832 _ACEOF
22833
22834
22835 { echo "$as_me:$LINENO: checking for void *" >&5
22836 echo $ECHO_N "checking for void *... $ECHO_C" >&6; }
22837 if test "${ac_cv_type_void_p+set}" = set; then
22838 echo $ECHO_N "(cached) $ECHO_C" >&6
22839 else
22840 cat >conftest.$ac_ext <<_ACEOF
22841 /* confdefs.h. */
22842 _ACEOF
22843 cat confdefs.h >>conftest.$ac_ext
22844 cat >>conftest.$ac_ext <<_ACEOF
22845 /* end confdefs.h. */
22846 $ac_includes_default
22847 typedef void * ac__type_new_;
22848 int
22849 main ()
22850 {
22851 if ((ac__type_new_ *) 0)
22852 return 0;
22853 if (sizeof (ac__type_new_))
22854 return 0;
22855 ;
22856 return 0;
22857 }
22858 _ACEOF
22859 rm -f conftest.$ac_objext
22860 if { (ac_try="$ac_compile"
22861 case "(($ac_try" in
22862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22863 *) ac_try_echo=$ac_try;;
22864 esac
22865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22866 (eval "$ac_compile") 2>conftest.er1
22867 ac_status=$?
22868 grep -v '^ *+' conftest.er1 >conftest.err
22869 rm -f conftest.er1
22870 cat conftest.err >&5
22871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22872 (exit $ac_status); } && {
22873 test -z "$ac_c_werror_flag" ||
22874 test ! -s conftest.err
22875 } && test -s conftest.$ac_objext; then
22876 ac_cv_type_void_p=yes
22877 else
22878 echo "$as_me: failed program was:" >&5
22879 sed 's/^/| /' conftest.$ac_ext >&5
22880
22881 ac_cv_type_void_p=no
22882 fi
22883
22884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22885 fi
22886 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
22887 echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
22888
22889 # The cast to long int works around a bug in the HP C Compiler
22890 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22891 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22892 # This bug is HP SR number 8606223364.
22893 { echo "$as_me:$LINENO: checking size of void *" >&5
22894 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; }
22895 if test "${ac_cv_sizeof_void_p+set}" = set; then
22896 echo $ECHO_N "(cached) $ECHO_C" >&6
22897 else
22898 if test "$cross_compiling" = yes; then
22899 # Depending upon the size, compute the lo and hi bounds.
22900 cat >conftest.$ac_ext <<_ACEOF
22901 /* confdefs.h. */
22902 _ACEOF
22903 cat confdefs.h >>conftest.$ac_ext
22904 cat >>conftest.$ac_ext <<_ACEOF
22905 /* end confdefs.h. */
22906 $ac_includes_default
22907 typedef void * ac__type_sizeof_;
22908 int
22909 main ()
22910 {
22911 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22912 test_array [0] = 0
22913
22914 ;
22915 return 0;
22916 }
22917 _ACEOF
22918 rm -f conftest.$ac_objext
22919 if { (ac_try="$ac_compile"
22920 case "(($ac_try" in
22921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22922 *) ac_try_echo=$ac_try;;
22923 esac
22924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22925 (eval "$ac_compile") 2>conftest.er1
22926 ac_status=$?
22927 grep -v '^ *+' conftest.er1 >conftest.err
22928 rm -f conftest.er1
22929 cat conftest.err >&5
22930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22931 (exit $ac_status); } && {
22932 test -z "$ac_c_werror_flag" ||
22933 test ! -s conftest.err
22934 } && test -s conftest.$ac_objext; then
22935 ac_lo=0 ac_mid=0
22936 while :; do
22937 cat >conftest.$ac_ext <<_ACEOF
22938 /* confdefs.h. */
22939 _ACEOF
22940 cat confdefs.h >>conftest.$ac_ext
22941 cat >>conftest.$ac_ext <<_ACEOF
22942 /* end confdefs.h. */
22943 $ac_includes_default
22944 typedef void * ac__type_sizeof_;
22945 int
22946 main ()
22947 {
22948 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22949 test_array [0] = 0
22950
22951 ;
22952 return 0;
22953 }
22954 _ACEOF
22955 rm -f conftest.$ac_objext
22956 if { (ac_try="$ac_compile"
22957 case "(($ac_try" in
22958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22959 *) ac_try_echo=$ac_try;;
22960 esac
22961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22962 (eval "$ac_compile") 2>conftest.er1
22963 ac_status=$?
22964 grep -v '^ *+' conftest.er1 >conftest.err
22965 rm -f conftest.er1
22966 cat conftest.err >&5
22967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22968 (exit $ac_status); } && {
22969 test -z "$ac_c_werror_flag" ||
22970 test ! -s conftest.err
22971 } && test -s conftest.$ac_objext; then
22972 ac_hi=$ac_mid; break
22973 else
22974 echo "$as_me: failed program was:" >&5
22975 sed 's/^/| /' conftest.$ac_ext >&5
22976
22977 ac_lo=`expr $ac_mid + 1`
22978 if test $ac_lo -le $ac_mid; then
22979 ac_lo= ac_hi=
22980 break
22981 fi
22982 ac_mid=`expr 2 '*' $ac_mid + 1`
22983 fi
22984
22985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22986 done
22987 else
22988 echo "$as_me: failed program was:" >&5
22989 sed 's/^/| /' conftest.$ac_ext >&5
22990
22991 cat >conftest.$ac_ext <<_ACEOF
22992 /* confdefs.h. */
22993 _ACEOF
22994 cat confdefs.h >>conftest.$ac_ext
22995 cat >>conftest.$ac_ext <<_ACEOF
22996 /* end confdefs.h. */
22997 $ac_includes_default
22998 typedef void * ac__type_sizeof_;
22999 int
23000 main ()
23001 {
23002 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23003 test_array [0] = 0
23004
23005 ;
23006 return 0;
23007 }
23008 _ACEOF
23009 rm -f conftest.$ac_objext
23010 if { (ac_try="$ac_compile"
23011 case "(($ac_try" in
23012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23013 *) ac_try_echo=$ac_try;;
23014 esac
23015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23016 (eval "$ac_compile") 2>conftest.er1
23017 ac_status=$?
23018 grep -v '^ *+' conftest.er1 >conftest.err
23019 rm -f conftest.er1
23020 cat conftest.err >&5
23021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23022 (exit $ac_status); } && {
23023 test -z "$ac_c_werror_flag" ||
23024 test ! -s conftest.err
23025 } && test -s conftest.$ac_objext; then
23026 ac_hi=-1 ac_mid=-1
23027 while :; do
23028 cat >conftest.$ac_ext <<_ACEOF
23029 /* confdefs.h. */
23030 _ACEOF
23031 cat confdefs.h >>conftest.$ac_ext
23032 cat >>conftest.$ac_ext <<_ACEOF
23033 /* end confdefs.h. */
23034 $ac_includes_default
23035 typedef void * ac__type_sizeof_;
23036 int
23037 main ()
23038 {
23039 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23040 test_array [0] = 0
23041
23042 ;
23043 return 0;
23044 }
23045 _ACEOF
23046 rm -f conftest.$ac_objext
23047 if { (ac_try="$ac_compile"
23048 case "(($ac_try" in
23049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23050 *) ac_try_echo=$ac_try;;
23051 esac
23052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23053 (eval "$ac_compile") 2>conftest.er1
23054 ac_status=$?
23055 grep -v '^ *+' conftest.er1 >conftest.err
23056 rm -f conftest.er1
23057 cat conftest.err >&5
23058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23059 (exit $ac_status); } && {
23060 test -z "$ac_c_werror_flag" ||
23061 test ! -s conftest.err
23062 } && test -s conftest.$ac_objext; then
23063 ac_lo=$ac_mid; break
23064 else
23065 echo "$as_me: failed program was:" >&5
23066 sed 's/^/| /' conftest.$ac_ext >&5
23067
23068 ac_hi=`expr '(' $ac_mid ')' - 1`
23069 if test $ac_mid -le $ac_hi; then
23070 ac_lo= ac_hi=
23071 break
23072 fi
23073 ac_mid=`expr 2 '*' $ac_mid`
23074 fi
23075
23076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23077 done
23078 else
23079 echo "$as_me: failed program was:" >&5
23080 sed 's/^/| /' conftest.$ac_ext >&5
23081
23082 ac_lo= ac_hi=
23083 fi
23084
23085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23086 fi
23087
23088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23089 # Binary search between lo and hi bounds.
23090 while test "x$ac_lo" != "x$ac_hi"; do
23091 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23092 cat >conftest.$ac_ext <<_ACEOF
23093 /* confdefs.h. */
23094 _ACEOF
23095 cat confdefs.h >>conftest.$ac_ext
23096 cat >>conftest.$ac_ext <<_ACEOF
23097 /* end confdefs.h. */
23098 $ac_includes_default
23099 typedef void * ac__type_sizeof_;
23100 int
23101 main ()
23102 {
23103 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
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_hi=$ac_mid
23128 else
23129 echo "$as_me: failed program was:" >&5
23130 sed 's/^/| /' conftest.$ac_ext >&5
23131
23132 ac_lo=`expr '(' $ac_mid ')' + 1`
23133 fi
23134
23135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23136 done
23137 case $ac_lo in
23138 ?*) ac_cv_sizeof_void_p=$ac_lo;;
23139 '') if test "$ac_cv_type_void_p" = yes; then
23140 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
23141 See \`config.log' for more details." >&5
23142 echo "$as_me: error: cannot compute sizeof (void *)
23143 See \`config.log' for more details." >&2;}
23144 { (exit 77); exit 77; }; }
23145 else
23146 ac_cv_sizeof_void_p=0
23147 fi ;;
23148 esac
23149 else
23150 cat >conftest.$ac_ext <<_ACEOF
23151 /* confdefs.h. */
23152 _ACEOF
23153 cat confdefs.h >>conftest.$ac_ext
23154 cat >>conftest.$ac_ext <<_ACEOF
23155 /* end confdefs.h. */
23156 $ac_includes_default
23157 typedef void * ac__type_sizeof_;
23158 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23159 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23160 #include <stdio.h>
23161 #include <stdlib.h>
23162 int
23163 main ()
23164 {
23165
23166 FILE *f = fopen ("conftest.val", "w");
23167 if (! f)
23168 return 1;
23169 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23170 {
23171 long int i = longval ();
23172 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23173 return 1;
23174 fprintf (f, "%ld\n", i);
23175 }
23176 else
23177 {
23178 unsigned long int i = ulongval ();
23179 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23180 return 1;
23181 fprintf (f, "%lu\n", i);
23182 }
23183 return ferror (f) || fclose (f) != 0;
23184
23185 ;
23186 return 0;
23187 }
23188 _ACEOF
23189 rm -f conftest$ac_exeext
23190 if { (ac_try="$ac_link"
23191 case "(($ac_try" in
23192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23193 *) ac_try_echo=$ac_try;;
23194 esac
23195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23196 (eval "$ac_link") 2>&5
23197 ac_status=$?
23198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23199 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23200 { (case "(($ac_try" in
23201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23202 *) ac_try_echo=$ac_try;;
23203 esac
23204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23205 (eval "$ac_try") 2>&5
23206 ac_status=$?
23207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23208 (exit $ac_status); }; }; then
23209 ac_cv_sizeof_void_p=`cat conftest.val`
23210 else
23211 echo "$as_me: program exited with status $ac_status" >&5
23212 echo "$as_me: failed program was:" >&5
23213 sed 's/^/| /' conftest.$ac_ext >&5
23214
23215 ( exit $ac_status )
23216 if test "$ac_cv_type_void_p" = yes; then
23217 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
23218 See \`config.log' for more details." >&5
23219 echo "$as_me: error: cannot compute sizeof (void *)
23220 See \`config.log' for more details." >&2;}
23221 { (exit 77); exit 77; }; }
23222 else
23223 ac_cv_sizeof_void_p=0
23224 fi
23225 fi
23226 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23227 fi
23228 rm -f conftest.val
23229 fi
23230 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
23231 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; }
23232
23233
23234
23235 cat >>confdefs.h <<_ACEOF
23236 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
23237 _ACEOF
23238
23239
23240 { echo "$as_me:$LINENO: checking for int" >&5
23241 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
23242 if test "${ac_cv_type_int+set}" = set; then
23243 echo $ECHO_N "(cached) $ECHO_C" >&6
23244 else
23245 cat >conftest.$ac_ext <<_ACEOF
23246 /* confdefs.h. */
23247 _ACEOF
23248 cat confdefs.h >>conftest.$ac_ext
23249 cat >>conftest.$ac_ext <<_ACEOF
23250 /* end confdefs.h. */
23251 $ac_includes_default
23252 typedef int ac__type_new_;
23253 int
23254 main ()
23255 {
23256 if ((ac__type_new_ *) 0)
23257 return 0;
23258 if (sizeof (ac__type_new_))
23259 return 0;
23260 ;
23261 return 0;
23262 }
23263 _ACEOF
23264 rm -f conftest.$ac_objext
23265 if { (ac_try="$ac_compile"
23266 case "(($ac_try" in
23267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23268 *) ac_try_echo=$ac_try;;
23269 esac
23270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23271 (eval "$ac_compile") 2>conftest.er1
23272 ac_status=$?
23273 grep -v '^ *+' conftest.er1 >conftest.err
23274 rm -f conftest.er1
23275 cat conftest.err >&5
23276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23277 (exit $ac_status); } && {
23278 test -z "$ac_c_werror_flag" ||
23279 test ! -s conftest.err
23280 } && test -s conftest.$ac_objext; then
23281 ac_cv_type_int=yes
23282 else
23283 echo "$as_me: failed program was:" >&5
23284 sed 's/^/| /' conftest.$ac_ext >&5
23285
23286 ac_cv_type_int=no
23287 fi
23288
23289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23290 fi
23291 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
23292 echo "${ECHO_T}$ac_cv_type_int" >&6; }
23293
23294 # The cast to long int works around a bug in the HP C Compiler
23295 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23296 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23297 # This bug is HP SR number 8606223364.
23298 { echo "$as_me:$LINENO: checking size of int" >&5
23299 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
23300 if test "${ac_cv_sizeof_int+set}" = set; then
23301 echo $ECHO_N "(cached) $ECHO_C" >&6
23302 else
23303 if test "$cross_compiling" = yes; then
23304 # Depending upon the size, compute the lo and hi bounds.
23305 cat >conftest.$ac_ext <<_ACEOF
23306 /* confdefs.h. */
23307 _ACEOF
23308 cat confdefs.h >>conftest.$ac_ext
23309 cat >>conftest.$ac_ext <<_ACEOF
23310 /* end confdefs.h. */
23311 $ac_includes_default
23312 typedef int ac__type_sizeof_;
23313 int
23314 main ()
23315 {
23316 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23317 test_array [0] = 0
23318
23319 ;
23320 return 0;
23321 }
23322 _ACEOF
23323 rm -f conftest.$ac_objext
23324 if { (ac_try="$ac_compile"
23325 case "(($ac_try" in
23326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23327 *) ac_try_echo=$ac_try;;
23328 esac
23329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23330 (eval "$ac_compile") 2>conftest.er1
23331 ac_status=$?
23332 grep -v '^ *+' conftest.er1 >conftest.err
23333 rm -f conftest.er1
23334 cat conftest.err >&5
23335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23336 (exit $ac_status); } && {
23337 test -z "$ac_c_werror_flag" ||
23338 test ! -s conftest.err
23339 } && test -s conftest.$ac_objext; then
23340 ac_lo=0 ac_mid=0
23341 while :; do
23342 cat >conftest.$ac_ext <<_ACEOF
23343 /* confdefs.h. */
23344 _ACEOF
23345 cat confdefs.h >>conftest.$ac_ext
23346 cat >>conftest.$ac_ext <<_ACEOF
23347 /* end confdefs.h. */
23348 $ac_includes_default
23349 typedef int ac__type_sizeof_;
23350 int
23351 main ()
23352 {
23353 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23354 test_array [0] = 0
23355
23356 ;
23357 return 0;
23358 }
23359 _ACEOF
23360 rm -f conftest.$ac_objext
23361 if { (ac_try="$ac_compile"
23362 case "(($ac_try" in
23363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23364 *) ac_try_echo=$ac_try;;
23365 esac
23366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23367 (eval "$ac_compile") 2>conftest.er1
23368 ac_status=$?
23369 grep -v '^ *+' conftest.er1 >conftest.err
23370 rm -f conftest.er1
23371 cat conftest.err >&5
23372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23373 (exit $ac_status); } && {
23374 test -z "$ac_c_werror_flag" ||
23375 test ! -s conftest.err
23376 } && test -s conftest.$ac_objext; then
23377 ac_hi=$ac_mid; break
23378 else
23379 echo "$as_me: failed program was:" >&5
23380 sed 's/^/| /' conftest.$ac_ext >&5
23381
23382 ac_lo=`expr $ac_mid + 1`
23383 if test $ac_lo -le $ac_mid; then
23384 ac_lo= ac_hi=
23385 break
23386 fi
23387 ac_mid=`expr 2 '*' $ac_mid + 1`
23388 fi
23389
23390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23391 done
23392 else
23393 echo "$as_me: failed program was:" >&5
23394 sed 's/^/| /' conftest.$ac_ext >&5
23395
23396 cat >conftest.$ac_ext <<_ACEOF
23397 /* confdefs.h. */
23398 _ACEOF
23399 cat confdefs.h >>conftest.$ac_ext
23400 cat >>conftest.$ac_ext <<_ACEOF
23401 /* end confdefs.h. */
23402 $ac_includes_default
23403 typedef int ac__type_sizeof_;
23404 int
23405 main ()
23406 {
23407 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23408 test_array [0] = 0
23409
23410 ;
23411 return 0;
23412 }
23413 _ACEOF
23414 rm -f conftest.$ac_objext
23415 if { (ac_try="$ac_compile"
23416 case "(($ac_try" in
23417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23418 *) ac_try_echo=$ac_try;;
23419 esac
23420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23421 (eval "$ac_compile") 2>conftest.er1
23422 ac_status=$?
23423 grep -v '^ *+' conftest.er1 >conftest.err
23424 rm -f conftest.er1
23425 cat conftest.err >&5
23426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23427 (exit $ac_status); } && {
23428 test -z "$ac_c_werror_flag" ||
23429 test ! -s conftest.err
23430 } && test -s conftest.$ac_objext; then
23431 ac_hi=-1 ac_mid=-1
23432 while :; do
23433 cat >conftest.$ac_ext <<_ACEOF
23434 /* confdefs.h. */
23435 _ACEOF
23436 cat confdefs.h >>conftest.$ac_ext
23437 cat >>conftest.$ac_ext <<_ACEOF
23438 /* end confdefs.h. */
23439 $ac_includes_default
23440 typedef int ac__type_sizeof_;
23441 int
23442 main ()
23443 {
23444 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23445 test_array [0] = 0
23446
23447 ;
23448 return 0;
23449 }
23450 _ACEOF
23451 rm -f conftest.$ac_objext
23452 if { (ac_try="$ac_compile"
23453 case "(($ac_try" in
23454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23455 *) ac_try_echo=$ac_try;;
23456 esac
23457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23458 (eval "$ac_compile") 2>conftest.er1
23459 ac_status=$?
23460 grep -v '^ *+' conftest.er1 >conftest.err
23461 rm -f conftest.er1
23462 cat conftest.err >&5
23463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23464 (exit $ac_status); } && {
23465 test -z "$ac_c_werror_flag" ||
23466 test ! -s conftest.err
23467 } && test -s conftest.$ac_objext; then
23468 ac_lo=$ac_mid; break
23469 else
23470 echo "$as_me: failed program was:" >&5
23471 sed 's/^/| /' conftest.$ac_ext >&5
23472
23473 ac_hi=`expr '(' $ac_mid ')' - 1`
23474 if test $ac_mid -le $ac_hi; then
23475 ac_lo= ac_hi=
23476 break
23477 fi
23478 ac_mid=`expr 2 '*' $ac_mid`
23479 fi
23480
23481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23482 done
23483 else
23484 echo "$as_me: failed program was:" >&5
23485 sed 's/^/| /' conftest.$ac_ext >&5
23486
23487 ac_lo= ac_hi=
23488 fi
23489
23490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23491 fi
23492
23493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23494 # Binary search between lo and hi bounds.
23495 while test "x$ac_lo" != "x$ac_hi"; do
23496 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23497 cat >conftest.$ac_ext <<_ACEOF
23498 /* confdefs.h. */
23499 _ACEOF
23500 cat confdefs.h >>conftest.$ac_ext
23501 cat >>conftest.$ac_ext <<_ACEOF
23502 /* end confdefs.h. */
23503 $ac_includes_default
23504 typedef int ac__type_sizeof_;
23505 int
23506 main ()
23507 {
23508 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23509 test_array [0] = 0
23510
23511 ;
23512 return 0;
23513 }
23514 _ACEOF
23515 rm -f conftest.$ac_objext
23516 if { (ac_try="$ac_compile"
23517 case "(($ac_try" in
23518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23519 *) ac_try_echo=$ac_try;;
23520 esac
23521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23522 (eval "$ac_compile") 2>conftest.er1
23523 ac_status=$?
23524 grep -v '^ *+' conftest.er1 >conftest.err
23525 rm -f conftest.er1
23526 cat conftest.err >&5
23527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23528 (exit $ac_status); } && {
23529 test -z "$ac_c_werror_flag" ||
23530 test ! -s conftest.err
23531 } && test -s conftest.$ac_objext; then
23532 ac_hi=$ac_mid
23533 else
23534 echo "$as_me: failed program was:" >&5
23535 sed 's/^/| /' conftest.$ac_ext >&5
23536
23537 ac_lo=`expr '(' $ac_mid ')' + 1`
23538 fi
23539
23540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23541 done
23542 case $ac_lo in
23543 ?*) ac_cv_sizeof_int=$ac_lo;;
23544 '') if test "$ac_cv_type_int" = yes; then
23545 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
23546 See \`config.log' for more details." >&5
23547 echo "$as_me: error: cannot compute sizeof (int)
23548 See \`config.log' for more details." >&2;}
23549 { (exit 77); exit 77; }; }
23550 else
23551 ac_cv_sizeof_int=0
23552 fi ;;
23553 esac
23554 else
23555 cat >conftest.$ac_ext <<_ACEOF
23556 /* confdefs.h. */
23557 _ACEOF
23558 cat confdefs.h >>conftest.$ac_ext
23559 cat >>conftest.$ac_ext <<_ACEOF
23560 /* end confdefs.h. */
23561 $ac_includes_default
23562 typedef int ac__type_sizeof_;
23563 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23564 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23565 #include <stdio.h>
23566 #include <stdlib.h>
23567 int
23568 main ()
23569 {
23570
23571 FILE *f = fopen ("conftest.val", "w");
23572 if (! f)
23573 return 1;
23574 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23575 {
23576 long int i = longval ();
23577 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23578 return 1;
23579 fprintf (f, "%ld\n", i);
23580 }
23581 else
23582 {
23583 unsigned long int i = ulongval ();
23584 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23585 return 1;
23586 fprintf (f, "%lu\n", i);
23587 }
23588 return ferror (f) || fclose (f) != 0;
23589
23590 ;
23591 return 0;
23592 }
23593 _ACEOF
23594 rm -f conftest$ac_exeext
23595 if { (ac_try="$ac_link"
23596 case "(($ac_try" in
23597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23598 *) ac_try_echo=$ac_try;;
23599 esac
23600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23601 (eval "$ac_link") 2>&5
23602 ac_status=$?
23603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23604 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23605 { (case "(($ac_try" in
23606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23607 *) ac_try_echo=$ac_try;;
23608 esac
23609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23610 (eval "$ac_try") 2>&5
23611 ac_status=$?
23612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23613 (exit $ac_status); }; }; then
23614 ac_cv_sizeof_int=`cat conftest.val`
23615 else
23616 echo "$as_me: program exited with status $ac_status" >&5
23617 echo "$as_me: failed program was:" >&5
23618 sed 's/^/| /' conftest.$ac_ext >&5
23619
23620 ( exit $ac_status )
23621 if test "$ac_cv_type_int" = yes; then
23622 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
23623 See \`config.log' for more details." >&5
23624 echo "$as_me: error: cannot compute sizeof (int)
23625 See \`config.log' for more details." >&2;}
23626 { (exit 77); exit 77; }; }
23627 else
23628 ac_cv_sizeof_int=0
23629 fi
23630 fi
23631 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23632 fi
23633 rm -f conftest.val
23634 fi
23635 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
23636 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
23637
23638
23639
23640 cat >>confdefs.h <<_ACEOF
23641 #define SIZEOF_INT $ac_cv_sizeof_int
23642 _ACEOF
23643
23644
23645 { echo "$as_me:$LINENO: checking for long" >&5
23646 echo $ECHO_N "checking for long... $ECHO_C" >&6; }
23647 if test "${ac_cv_type_long+set}" = set; then
23648 echo $ECHO_N "(cached) $ECHO_C" >&6
23649 else
23650 cat >conftest.$ac_ext <<_ACEOF
23651 /* confdefs.h. */
23652 _ACEOF
23653 cat confdefs.h >>conftest.$ac_ext
23654 cat >>conftest.$ac_ext <<_ACEOF
23655 /* end confdefs.h. */
23656 $ac_includes_default
23657 typedef long ac__type_new_;
23658 int
23659 main ()
23660 {
23661 if ((ac__type_new_ *) 0)
23662 return 0;
23663 if (sizeof (ac__type_new_))
23664 return 0;
23665 ;
23666 return 0;
23667 }
23668 _ACEOF
23669 rm -f conftest.$ac_objext
23670 if { (ac_try="$ac_compile"
23671 case "(($ac_try" in
23672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23673 *) ac_try_echo=$ac_try;;
23674 esac
23675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23676 (eval "$ac_compile") 2>conftest.er1
23677 ac_status=$?
23678 grep -v '^ *+' conftest.er1 >conftest.err
23679 rm -f conftest.er1
23680 cat conftest.err >&5
23681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23682 (exit $ac_status); } && {
23683 test -z "$ac_c_werror_flag" ||
23684 test ! -s conftest.err
23685 } && test -s conftest.$ac_objext; then
23686 ac_cv_type_long=yes
23687 else
23688 echo "$as_me: failed program was:" >&5
23689 sed 's/^/| /' conftest.$ac_ext >&5
23690
23691 ac_cv_type_long=no
23692 fi
23693
23694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23695 fi
23696 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
23697 echo "${ECHO_T}$ac_cv_type_long" >&6; }
23698
23699 # The cast to long int works around a bug in the HP C Compiler
23700 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23701 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23702 # This bug is HP SR number 8606223364.
23703 { echo "$as_me:$LINENO: checking size of long" >&5
23704 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
23705 if test "${ac_cv_sizeof_long+set}" = set; then
23706 echo $ECHO_N "(cached) $ECHO_C" >&6
23707 else
23708 if test "$cross_compiling" = yes; then
23709 # Depending upon the size, compute the lo and hi bounds.
23710 cat >conftest.$ac_ext <<_ACEOF
23711 /* confdefs.h. */
23712 _ACEOF
23713 cat confdefs.h >>conftest.$ac_ext
23714 cat >>conftest.$ac_ext <<_ACEOF
23715 /* end confdefs.h. */
23716 $ac_includes_default
23717 typedef long ac__type_sizeof_;
23718 int
23719 main ()
23720 {
23721 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23722 test_array [0] = 0
23723
23724 ;
23725 return 0;
23726 }
23727 _ACEOF
23728 rm -f conftest.$ac_objext
23729 if { (ac_try="$ac_compile"
23730 case "(($ac_try" in
23731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23732 *) ac_try_echo=$ac_try;;
23733 esac
23734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23735 (eval "$ac_compile") 2>conftest.er1
23736 ac_status=$?
23737 grep -v '^ *+' conftest.er1 >conftest.err
23738 rm -f conftest.er1
23739 cat conftest.err >&5
23740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23741 (exit $ac_status); } && {
23742 test -z "$ac_c_werror_flag" ||
23743 test ! -s conftest.err
23744 } && test -s conftest.$ac_objext; then
23745 ac_lo=0 ac_mid=0
23746 while :; do
23747 cat >conftest.$ac_ext <<_ACEOF
23748 /* confdefs.h. */
23749 _ACEOF
23750 cat confdefs.h >>conftest.$ac_ext
23751 cat >>conftest.$ac_ext <<_ACEOF
23752 /* end confdefs.h. */
23753 $ac_includes_default
23754 typedef long ac__type_sizeof_;
23755 int
23756 main ()
23757 {
23758 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23759 test_array [0] = 0
23760
23761 ;
23762 return 0;
23763 }
23764 _ACEOF
23765 rm -f conftest.$ac_objext
23766 if { (ac_try="$ac_compile"
23767 case "(($ac_try" in
23768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23769 *) ac_try_echo=$ac_try;;
23770 esac
23771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23772 (eval "$ac_compile") 2>conftest.er1
23773 ac_status=$?
23774 grep -v '^ *+' conftest.er1 >conftest.err
23775 rm -f conftest.er1
23776 cat conftest.err >&5
23777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23778 (exit $ac_status); } && {
23779 test -z "$ac_c_werror_flag" ||
23780 test ! -s conftest.err
23781 } && test -s conftest.$ac_objext; then
23782 ac_hi=$ac_mid; break
23783 else
23784 echo "$as_me: failed program was:" >&5
23785 sed 's/^/| /' conftest.$ac_ext >&5
23786
23787 ac_lo=`expr $ac_mid + 1`
23788 if test $ac_lo -le $ac_mid; then
23789 ac_lo= ac_hi=
23790 break
23791 fi
23792 ac_mid=`expr 2 '*' $ac_mid + 1`
23793 fi
23794
23795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23796 done
23797 else
23798 echo "$as_me: failed program was:" >&5
23799 sed 's/^/| /' conftest.$ac_ext >&5
23800
23801 cat >conftest.$ac_ext <<_ACEOF
23802 /* confdefs.h. */
23803 _ACEOF
23804 cat confdefs.h >>conftest.$ac_ext
23805 cat >>conftest.$ac_ext <<_ACEOF
23806 /* end confdefs.h. */
23807 $ac_includes_default
23808 typedef long ac__type_sizeof_;
23809 int
23810 main ()
23811 {
23812 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23813 test_array [0] = 0
23814
23815 ;
23816 return 0;
23817 }
23818 _ACEOF
23819 rm -f conftest.$ac_objext
23820 if { (ac_try="$ac_compile"
23821 case "(($ac_try" in
23822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23823 *) ac_try_echo=$ac_try;;
23824 esac
23825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23826 (eval "$ac_compile") 2>conftest.er1
23827 ac_status=$?
23828 grep -v '^ *+' conftest.er1 >conftest.err
23829 rm -f conftest.er1
23830 cat conftest.err >&5
23831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23832 (exit $ac_status); } && {
23833 test -z "$ac_c_werror_flag" ||
23834 test ! -s conftest.err
23835 } && test -s conftest.$ac_objext; then
23836 ac_hi=-1 ac_mid=-1
23837 while :; do
23838 cat >conftest.$ac_ext <<_ACEOF
23839 /* confdefs.h. */
23840 _ACEOF
23841 cat confdefs.h >>conftest.$ac_ext
23842 cat >>conftest.$ac_ext <<_ACEOF
23843 /* end confdefs.h. */
23844 $ac_includes_default
23845 typedef long ac__type_sizeof_;
23846 int
23847 main ()
23848 {
23849 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23850 test_array [0] = 0
23851
23852 ;
23853 return 0;
23854 }
23855 _ACEOF
23856 rm -f conftest.$ac_objext
23857 if { (ac_try="$ac_compile"
23858 case "(($ac_try" in
23859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23860 *) ac_try_echo=$ac_try;;
23861 esac
23862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23863 (eval "$ac_compile") 2>conftest.er1
23864 ac_status=$?
23865 grep -v '^ *+' conftest.er1 >conftest.err
23866 rm -f conftest.er1
23867 cat conftest.err >&5
23868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23869 (exit $ac_status); } && {
23870 test -z "$ac_c_werror_flag" ||
23871 test ! -s conftest.err
23872 } && test -s conftest.$ac_objext; then
23873 ac_lo=$ac_mid; break
23874 else
23875 echo "$as_me: failed program was:" >&5
23876 sed 's/^/| /' conftest.$ac_ext >&5
23877
23878 ac_hi=`expr '(' $ac_mid ')' - 1`
23879 if test $ac_mid -le $ac_hi; then
23880 ac_lo= ac_hi=
23881 break
23882 fi
23883 ac_mid=`expr 2 '*' $ac_mid`
23884 fi
23885
23886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23887 done
23888 else
23889 echo "$as_me: failed program was:" >&5
23890 sed 's/^/| /' conftest.$ac_ext >&5
23891
23892 ac_lo= ac_hi=
23893 fi
23894
23895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23896 fi
23897
23898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23899 # Binary search between lo and hi bounds.
23900 while test "x$ac_lo" != "x$ac_hi"; do
23901 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23902 cat >conftest.$ac_ext <<_ACEOF
23903 /* confdefs.h. */
23904 _ACEOF
23905 cat confdefs.h >>conftest.$ac_ext
23906 cat >>conftest.$ac_ext <<_ACEOF
23907 /* end confdefs.h. */
23908 $ac_includes_default
23909 typedef long ac__type_sizeof_;
23910 int
23911 main ()
23912 {
23913 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23914 test_array [0] = 0
23915
23916 ;
23917 return 0;
23918 }
23919 _ACEOF
23920 rm -f conftest.$ac_objext
23921 if { (ac_try="$ac_compile"
23922 case "(($ac_try" in
23923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23924 *) ac_try_echo=$ac_try;;
23925 esac
23926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23927 (eval "$ac_compile") 2>conftest.er1
23928 ac_status=$?
23929 grep -v '^ *+' conftest.er1 >conftest.err
23930 rm -f conftest.er1
23931 cat conftest.err >&5
23932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23933 (exit $ac_status); } && {
23934 test -z "$ac_c_werror_flag" ||
23935 test ! -s conftest.err
23936 } && test -s conftest.$ac_objext; then
23937 ac_hi=$ac_mid
23938 else
23939 echo "$as_me: failed program was:" >&5
23940 sed 's/^/| /' conftest.$ac_ext >&5
23941
23942 ac_lo=`expr '(' $ac_mid ')' + 1`
23943 fi
23944
23945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23946 done
23947 case $ac_lo in
23948 ?*) ac_cv_sizeof_long=$ac_lo;;
23949 '') if test "$ac_cv_type_long" = yes; then
23950 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
23951 See \`config.log' for more details." >&5
23952 echo "$as_me: error: cannot compute sizeof (long)
23953 See \`config.log' for more details." >&2;}
23954 { (exit 77); exit 77; }; }
23955 else
23956 ac_cv_sizeof_long=0
23957 fi ;;
23958 esac
23959 else
23960 cat >conftest.$ac_ext <<_ACEOF
23961 /* confdefs.h. */
23962 _ACEOF
23963 cat confdefs.h >>conftest.$ac_ext
23964 cat >>conftest.$ac_ext <<_ACEOF
23965 /* end confdefs.h. */
23966 $ac_includes_default
23967 typedef long ac__type_sizeof_;
23968 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23969 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23970 #include <stdio.h>
23971 #include <stdlib.h>
23972 int
23973 main ()
23974 {
23975
23976 FILE *f = fopen ("conftest.val", "w");
23977 if (! f)
23978 return 1;
23979 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23980 {
23981 long int i = longval ();
23982 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23983 return 1;
23984 fprintf (f, "%ld\n", i);
23985 }
23986 else
23987 {
23988 unsigned long int i = ulongval ();
23989 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23990 return 1;
23991 fprintf (f, "%lu\n", i);
23992 }
23993 return ferror (f) || fclose (f) != 0;
23994
23995 ;
23996 return 0;
23997 }
23998 _ACEOF
23999 rm -f conftest$ac_exeext
24000 if { (ac_try="$ac_link"
24001 case "(($ac_try" in
24002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24003 *) ac_try_echo=$ac_try;;
24004 esac
24005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24006 (eval "$ac_link") 2>&5
24007 ac_status=$?
24008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24009 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24010 { (case "(($ac_try" in
24011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24012 *) ac_try_echo=$ac_try;;
24013 esac
24014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24015 (eval "$ac_try") 2>&5
24016 ac_status=$?
24017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24018 (exit $ac_status); }; }; then
24019 ac_cv_sizeof_long=`cat conftest.val`
24020 else
24021 echo "$as_me: program exited with status $ac_status" >&5
24022 echo "$as_me: failed program was:" >&5
24023 sed 's/^/| /' conftest.$ac_ext >&5
24024
24025 ( exit $ac_status )
24026 if test "$ac_cv_type_long" = yes; then
24027 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
24028 See \`config.log' for more details." >&5
24029 echo "$as_me: error: cannot compute sizeof (long)
24030 See \`config.log' for more details." >&2;}
24031 { (exit 77); exit 77; }; }
24032 else
24033 ac_cv_sizeof_long=0
24034 fi
24035 fi
24036 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24037 fi
24038 rm -f conftest.val
24039 fi
24040 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
24041 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
24042
24043
24044
24045 cat >>confdefs.h <<_ACEOF
24046 #define SIZEOF_LONG $ac_cv_sizeof_long
24047 _ACEOF
24048
24049
24050 { echo "$as_me:$LINENO: checking for size_t" >&5
24051 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
24052 if test "${ac_cv_type_size_t+set}" = set; then
24053 echo $ECHO_N "(cached) $ECHO_C" >&6
24054 else
24055 cat >conftest.$ac_ext <<_ACEOF
24056 /* confdefs.h. */
24057 _ACEOF
24058 cat confdefs.h >>conftest.$ac_ext
24059 cat >>conftest.$ac_ext <<_ACEOF
24060 /* end confdefs.h. */
24061 $ac_includes_default
24062 typedef size_t ac__type_new_;
24063 int
24064 main ()
24065 {
24066 if ((ac__type_new_ *) 0)
24067 return 0;
24068 if (sizeof (ac__type_new_))
24069 return 0;
24070 ;
24071 return 0;
24072 }
24073 _ACEOF
24074 rm -f conftest.$ac_objext
24075 if { (ac_try="$ac_compile"
24076 case "(($ac_try" in
24077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24078 *) ac_try_echo=$ac_try;;
24079 esac
24080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24081 (eval "$ac_compile") 2>conftest.er1
24082 ac_status=$?
24083 grep -v '^ *+' conftest.er1 >conftest.err
24084 rm -f conftest.er1
24085 cat conftest.err >&5
24086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24087 (exit $ac_status); } && {
24088 test -z "$ac_c_werror_flag" ||
24089 test ! -s conftest.err
24090 } && test -s conftest.$ac_objext; then
24091 ac_cv_type_size_t=yes
24092 else
24093 echo "$as_me: failed program was:" >&5
24094 sed 's/^/| /' conftest.$ac_ext >&5
24095
24096 ac_cv_type_size_t=no
24097 fi
24098
24099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24100 fi
24101 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
24102 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
24103
24104 # The cast to long int works around a bug in the HP C Compiler
24105 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
24106 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
24107 # This bug is HP SR number 8606223364.
24108 { echo "$as_me:$LINENO: checking size of size_t" >&5
24109 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
24110 if test "${ac_cv_sizeof_size_t+set}" = set; then
24111 echo $ECHO_N "(cached) $ECHO_C" >&6
24112 else
24113 if test "$cross_compiling" = yes; then
24114 # Depending upon the size, compute the lo and hi bounds.
24115 cat >conftest.$ac_ext <<_ACEOF
24116 /* confdefs.h. */
24117 _ACEOF
24118 cat confdefs.h >>conftest.$ac_ext
24119 cat >>conftest.$ac_ext <<_ACEOF
24120 /* end confdefs.h. */
24121 $ac_includes_default
24122 typedef size_t ac__type_sizeof_;
24123 int
24124 main ()
24125 {
24126 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
24127 test_array [0] = 0
24128
24129 ;
24130 return 0;
24131 }
24132 _ACEOF
24133 rm -f conftest.$ac_objext
24134 if { (ac_try="$ac_compile"
24135 case "(($ac_try" in
24136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24137 *) ac_try_echo=$ac_try;;
24138 esac
24139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24140 (eval "$ac_compile") 2>conftest.er1
24141 ac_status=$?
24142 grep -v '^ *+' conftest.er1 >conftest.err
24143 rm -f conftest.er1
24144 cat conftest.err >&5
24145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24146 (exit $ac_status); } && {
24147 test -z "$ac_c_werror_flag" ||
24148 test ! -s conftest.err
24149 } && test -s conftest.$ac_objext; then
24150 ac_lo=0 ac_mid=0
24151 while :; do
24152 cat >conftest.$ac_ext <<_ACEOF
24153 /* confdefs.h. */
24154 _ACEOF
24155 cat confdefs.h >>conftest.$ac_ext
24156 cat >>conftest.$ac_ext <<_ACEOF
24157 /* end confdefs.h. */
24158 $ac_includes_default
24159 typedef size_t ac__type_sizeof_;
24160 int
24161 main ()
24162 {
24163 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24164 test_array [0] = 0
24165
24166 ;
24167 return 0;
24168 }
24169 _ACEOF
24170 rm -f conftest.$ac_objext
24171 if { (ac_try="$ac_compile"
24172 case "(($ac_try" in
24173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24174 *) ac_try_echo=$ac_try;;
24175 esac
24176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24177 (eval "$ac_compile") 2>conftest.er1
24178 ac_status=$?
24179 grep -v '^ *+' conftest.er1 >conftest.err
24180 rm -f conftest.er1
24181 cat conftest.err >&5
24182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24183 (exit $ac_status); } && {
24184 test -z "$ac_c_werror_flag" ||
24185 test ! -s conftest.err
24186 } && test -s conftest.$ac_objext; then
24187 ac_hi=$ac_mid; break
24188 else
24189 echo "$as_me: failed program was:" >&5
24190 sed 's/^/| /' conftest.$ac_ext >&5
24191
24192 ac_lo=`expr $ac_mid + 1`
24193 if test $ac_lo -le $ac_mid; then
24194 ac_lo= ac_hi=
24195 break
24196 fi
24197 ac_mid=`expr 2 '*' $ac_mid + 1`
24198 fi
24199
24200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24201 done
24202 else
24203 echo "$as_me: failed program was:" >&5
24204 sed 's/^/| /' conftest.$ac_ext >&5
24205
24206 cat >conftest.$ac_ext <<_ACEOF
24207 /* confdefs.h. */
24208 _ACEOF
24209 cat confdefs.h >>conftest.$ac_ext
24210 cat >>conftest.$ac_ext <<_ACEOF
24211 /* end confdefs.h. */
24212 $ac_includes_default
24213 typedef size_t ac__type_sizeof_;
24214 int
24215 main ()
24216 {
24217 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
24218 test_array [0] = 0
24219
24220 ;
24221 return 0;
24222 }
24223 _ACEOF
24224 rm -f conftest.$ac_objext
24225 if { (ac_try="$ac_compile"
24226 case "(($ac_try" in
24227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24228 *) ac_try_echo=$ac_try;;
24229 esac
24230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24231 (eval "$ac_compile") 2>conftest.er1
24232 ac_status=$?
24233 grep -v '^ *+' conftest.er1 >conftest.err
24234 rm -f conftest.er1
24235 cat conftest.err >&5
24236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24237 (exit $ac_status); } && {
24238 test -z "$ac_c_werror_flag" ||
24239 test ! -s conftest.err
24240 } && test -s conftest.$ac_objext; then
24241 ac_hi=-1 ac_mid=-1
24242 while :; do
24243 cat >conftest.$ac_ext <<_ACEOF
24244 /* confdefs.h. */
24245 _ACEOF
24246 cat confdefs.h >>conftest.$ac_ext
24247 cat >>conftest.$ac_ext <<_ACEOF
24248 /* end confdefs.h. */
24249 $ac_includes_default
24250 typedef size_t ac__type_sizeof_;
24251 int
24252 main ()
24253 {
24254 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
24255 test_array [0] = 0
24256
24257 ;
24258 return 0;
24259 }
24260 _ACEOF
24261 rm -f conftest.$ac_objext
24262 if { (ac_try="$ac_compile"
24263 case "(($ac_try" in
24264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24265 *) ac_try_echo=$ac_try;;
24266 esac
24267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24268 (eval "$ac_compile") 2>conftest.er1
24269 ac_status=$?
24270 grep -v '^ *+' conftest.er1 >conftest.err
24271 rm -f conftest.er1
24272 cat conftest.err >&5
24273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24274 (exit $ac_status); } && {
24275 test -z "$ac_c_werror_flag" ||
24276 test ! -s conftest.err
24277 } && test -s conftest.$ac_objext; then
24278 ac_lo=$ac_mid; break
24279 else
24280 echo "$as_me: failed program was:" >&5
24281 sed 's/^/| /' conftest.$ac_ext >&5
24282
24283 ac_hi=`expr '(' $ac_mid ')' - 1`
24284 if test $ac_mid -le $ac_hi; then
24285 ac_lo= ac_hi=
24286 break
24287 fi
24288 ac_mid=`expr 2 '*' $ac_mid`
24289 fi
24290
24291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24292 done
24293 else
24294 echo "$as_me: failed program was:" >&5
24295 sed 's/^/| /' conftest.$ac_ext >&5
24296
24297 ac_lo= ac_hi=
24298 fi
24299
24300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24301 fi
24302
24303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24304 # Binary search between lo and hi bounds.
24305 while test "x$ac_lo" != "x$ac_hi"; do
24306 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
24307 cat >conftest.$ac_ext <<_ACEOF
24308 /* confdefs.h. */
24309 _ACEOF
24310 cat confdefs.h >>conftest.$ac_ext
24311 cat >>conftest.$ac_ext <<_ACEOF
24312 /* end confdefs.h. */
24313 $ac_includes_default
24314 typedef size_t ac__type_sizeof_;
24315 int
24316 main ()
24317 {
24318 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24319 test_array [0] = 0
24320
24321 ;
24322 return 0;
24323 }
24324 _ACEOF
24325 rm -f conftest.$ac_objext
24326 if { (ac_try="$ac_compile"
24327 case "(($ac_try" in
24328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24329 *) ac_try_echo=$ac_try;;
24330 esac
24331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24332 (eval "$ac_compile") 2>conftest.er1
24333 ac_status=$?
24334 grep -v '^ *+' conftest.er1 >conftest.err
24335 rm -f conftest.er1
24336 cat conftest.err >&5
24337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24338 (exit $ac_status); } && {
24339 test -z "$ac_c_werror_flag" ||
24340 test ! -s conftest.err
24341 } && test -s conftest.$ac_objext; then
24342 ac_hi=$ac_mid
24343 else
24344 echo "$as_me: failed program was:" >&5
24345 sed 's/^/| /' conftest.$ac_ext >&5
24346
24347 ac_lo=`expr '(' $ac_mid ')' + 1`
24348 fi
24349
24350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24351 done
24352 case $ac_lo in
24353 ?*) ac_cv_sizeof_size_t=$ac_lo;;
24354 '') if test "$ac_cv_type_size_t" = yes; then
24355 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
24356 See \`config.log' for more details." >&5
24357 echo "$as_me: error: cannot compute sizeof (size_t)
24358 See \`config.log' for more details." >&2;}
24359 { (exit 77); exit 77; }; }
24360 else
24361 ac_cv_sizeof_size_t=0
24362 fi ;;
24363 esac
24364 else
24365 cat >conftest.$ac_ext <<_ACEOF
24366 /* confdefs.h. */
24367 _ACEOF
24368 cat confdefs.h >>conftest.$ac_ext
24369 cat >>conftest.$ac_ext <<_ACEOF
24370 /* end confdefs.h. */
24371 $ac_includes_default
24372 typedef size_t ac__type_sizeof_;
24373 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
24374 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
24375 #include <stdio.h>
24376 #include <stdlib.h>
24377 int
24378 main ()
24379 {
24380
24381 FILE *f = fopen ("conftest.val", "w");
24382 if (! f)
24383 return 1;
24384 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
24385 {
24386 long int i = longval ();
24387 if (i != ((long int) (sizeof (ac__type_sizeof_))))
24388 return 1;
24389 fprintf (f, "%ld\n", i);
24390 }
24391 else
24392 {
24393 unsigned long int i = ulongval ();
24394 if (i != ((long int) (sizeof (ac__type_sizeof_))))
24395 return 1;
24396 fprintf (f, "%lu\n", i);
24397 }
24398 return ferror (f) || fclose (f) != 0;
24399
24400 ;
24401 return 0;
24402 }
24403 _ACEOF
24404 rm -f conftest$ac_exeext
24405 if { (ac_try="$ac_link"
24406 case "(($ac_try" in
24407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24408 *) ac_try_echo=$ac_try;;
24409 esac
24410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24411 (eval "$ac_link") 2>&5
24412 ac_status=$?
24413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24414 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24415 { (case "(($ac_try" in
24416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24417 *) ac_try_echo=$ac_try;;
24418 esac
24419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24420 (eval "$ac_try") 2>&5
24421 ac_status=$?
24422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24423 (exit $ac_status); }; }; then
24424 ac_cv_sizeof_size_t=`cat conftest.val`
24425 else
24426 echo "$as_me: program exited with status $ac_status" >&5
24427 echo "$as_me: failed program was:" >&5
24428 sed 's/^/| /' conftest.$ac_ext >&5
24429
24430 ( exit $ac_status )
24431 if test "$ac_cv_type_size_t" = yes; then
24432 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
24433 See \`config.log' for more details." >&5
24434 echo "$as_me: error: cannot compute sizeof (size_t)
24435 See \`config.log' for more details." >&2;}
24436 { (exit 77); exit 77; }; }
24437 else
24438 ac_cv_sizeof_size_t=0
24439 fi
24440 fi
24441 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24442 fi
24443 rm -f conftest.val
24444 fi
24445 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
24446 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
24447
24448
24449
24450 cat >>confdefs.h <<_ACEOF
24451 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
24452 _ACEOF
24453
24454
24455
24456 case "${host}" in
24457 arm-*-linux* )
24458 { echo "$as_me:$LINENO: checking for long long" >&5
24459 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
24460 if test "${ac_cv_type_long_long+set}" = set; then
24461 echo $ECHO_N "(cached) $ECHO_C" >&6
24462 else
24463 cat >conftest.$ac_ext <<_ACEOF
24464 /* confdefs.h. */
24465 _ACEOF
24466 cat confdefs.h >>conftest.$ac_ext
24467 cat >>conftest.$ac_ext <<_ACEOF
24468 /* end confdefs.h. */
24469 $ac_includes_default
24470 typedef long long ac__type_new_;
24471 int
24472 main ()
24473 {
24474 if ((ac__type_new_ *) 0)
24475 return 0;
24476 if (sizeof (ac__type_new_))
24477 return 0;
24478 ;
24479 return 0;
24480 }
24481 _ACEOF
24482 rm -f conftest.$ac_objext
24483 if { (ac_try="$ac_compile"
24484 case "(($ac_try" in
24485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24486 *) ac_try_echo=$ac_try;;
24487 esac
24488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24489 (eval "$ac_compile") 2>conftest.er1
24490 ac_status=$?
24491 grep -v '^ *+' conftest.er1 >conftest.err
24492 rm -f conftest.er1
24493 cat conftest.err >&5
24494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24495 (exit $ac_status); } && {
24496 test -z "$ac_c_werror_flag" ||
24497 test ! -s conftest.err
24498 } && test -s conftest.$ac_objext; then
24499 ac_cv_type_long_long=yes
24500 else
24501 echo "$as_me: failed program was:" >&5
24502 sed 's/^/| /' conftest.$ac_ext >&5
24503
24504 ac_cv_type_long_long=no
24505 fi
24506
24507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24508 fi
24509 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
24510 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
24511
24512 # The cast to long int works around a bug in the HP C Compiler
24513 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
24514 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
24515 # This bug is HP SR number 8606223364.
24516 { echo "$as_me:$LINENO: checking size of long long" >&5
24517 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
24518 if test "${ac_cv_sizeof_long_long+set}" = set; then
24519 echo $ECHO_N "(cached) $ECHO_C" >&6
24520 else
24521 if test "$cross_compiling" = yes; then
24522 # Depending upon the size, compute the lo and hi bounds.
24523 cat >conftest.$ac_ext <<_ACEOF
24524 /* confdefs.h. */
24525 _ACEOF
24526 cat confdefs.h >>conftest.$ac_ext
24527 cat >>conftest.$ac_ext <<_ACEOF
24528 /* end confdefs.h. */
24529 $ac_includes_default
24530 typedef long long ac__type_sizeof_;
24531 int
24532 main ()
24533 {
24534 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
24535 test_array [0] = 0
24536
24537 ;
24538 return 0;
24539 }
24540 _ACEOF
24541 rm -f conftest.$ac_objext
24542 if { (ac_try="$ac_compile"
24543 case "(($ac_try" in
24544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24545 *) ac_try_echo=$ac_try;;
24546 esac
24547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24548 (eval "$ac_compile") 2>conftest.er1
24549 ac_status=$?
24550 grep -v '^ *+' conftest.er1 >conftest.err
24551 rm -f conftest.er1
24552 cat conftest.err >&5
24553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24554 (exit $ac_status); } && {
24555 test -z "$ac_c_werror_flag" ||
24556 test ! -s conftest.err
24557 } && test -s conftest.$ac_objext; then
24558 ac_lo=0 ac_mid=0
24559 while :; do
24560 cat >conftest.$ac_ext <<_ACEOF
24561 /* confdefs.h. */
24562 _ACEOF
24563 cat confdefs.h >>conftest.$ac_ext
24564 cat >>conftest.$ac_ext <<_ACEOF
24565 /* end confdefs.h. */
24566 $ac_includes_default
24567 typedef long long ac__type_sizeof_;
24568 int
24569 main ()
24570 {
24571 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24572 test_array [0] = 0
24573
24574 ;
24575 return 0;
24576 }
24577 _ACEOF
24578 rm -f conftest.$ac_objext
24579 if { (ac_try="$ac_compile"
24580 case "(($ac_try" in
24581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24582 *) ac_try_echo=$ac_try;;
24583 esac
24584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24585 (eval "$ac_compile") 2>conftest.er1
24586 ac_status=$?
24587 grep -v '^ *+' conftest.er1 >conftest.err
24588 rm -f conftest.er1
24589 cat conftest.err >&5
24590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24591 (exit $ac_status); } && {
24592 test -z "$ac_c_werror_flag" ||
24593 test ! -s conftest.err
24594 } && test -s conftest.$ac_objext; then
24595 ac_hi=$ac_mid; break
24596 else
24597 echo "$as_me: failed program was:" >&5
24598 sed 's/^/| /' conftest.$ac_ext >&5
24599
24600 ac_lo=`expr $ac_mid + 1`
24601 if test $ac_lo -le $ac_mid; then
24602 ac_lo= ac_hi=
24603 break
24604 fi
24605 ac_mid=`expr 2 '*' $ac_mid + 1`
24606 fi
24607
24608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24609 done
24610 else
24611 echo "$as_me: failed program was:" >&5
24612 sed 's/^/| /' conftest.$ac_ext >&5
24613
24614 cat >conftest.$ac_ext <<_ACEOF
24615 /* confdefs.h. */
24616 _ACEOF
24617 cat confdefs.h >>conftest.$ac_ext
24618 cat >>conftest.$ac_ext <<_ACEOF
24619 /* end confdefs.h. */
24620 $ac_includes_default
24621 typedef long long ac__type_sizeof_;
24622 int
24623 main ()
24624 {
24625 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
24626 test_array [0] = 0
24627
24628 ;
24629 return 0;
24630 }
24631 _ACEOF
24632 rm -f conftest.$ac_objext
24633 if { (ac_try="$ac_compile"
24634 case "(($ac_try" in
24635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24636 *) ac_try_echo=$ac_try;;
24637 esac
24638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24639 (eval "$ac_compile") 2>conftest.er1
24640 ac_status=$?
24641 grep -v '^ *+' conftest.er1 >conftest.err
24642 rm -f conftest.er1
24643 cat conftest.err >&5
24644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24645 (exit $ac_status); } && {
24646 test -z "$ac_c_werror_flag" ||
24647 test ! -s conftest.err
24648 } && test -s conftest.$ac_objext; then
24649 ac_hi=-1 ac_mid=-1
24650 while :; do
24651 cat >conftest.$ac_ext <<_ACEOF
24652 /* confdefs.h. */
24653 _ACEOF
24654 cat confdefs.h >>conftest.$ac_ext
24655 cat >>conftest.$ac_ext <<_ACEOF
24656 /* end confdefs.h. */
24657 $ac_includes_default
24658 typedef long long ac__type_sizeof_;
24659 int
24660 main ()
24661 {
24662 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
24663 test_array [0] = 0
24664
24665 ;
24666 return 0;
24667 }
24668 _ACEOF
24669 rm -f conftest.$ac_objext
24670 if { (ac_try="$ac_compile"
24671 case "(($ac_try" in
24672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24673 *) ac_try_echo=$ac_try;;
24674 esac
24675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24676 (eval "$ac_compile") 2>conftest.er1
24677 ac_status=$?
24678 grep -v '^ *+' conftest.er1 >conftest.err
24679 rm -f conftest.er1
24680 cat conftest.err >&5
24681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24682 (exit $ac_status); } && {
24683 test -z "$ac_c_werror_flag" ||
24684 test ! -s conftest.err
24685 } && test -s conftest.$ac_objext; then
24686 ac_lo=$ac_mid; break
24687 else
24688 echo "$as_me: failed program was:" >&5
24689 sed 's/^/| /' conftest.$ac_ext >&5
24690
24691 ac_hi=`expr '(' $ac_mid ')' - 1`
24692 if test $ac_mid -le $ac_hi; then
24693 ac_lo= ac_hi=
24694 break
24695 fi
24696 ac_mid=`expr 2 '*' $ac_mid`
24697 fi
24698
24699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24700 done
24701 else
24702 echo "$as_me: failed program was:" >&5
24703 sed 's/^/| /' conftest.$ac_ext >&5
24704
24705 ac_lo= ac_hi=
24706 fi
24707
24708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24709 fi
24710
24711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24712 # Binary search between lo and hi bounds.
24713 while test "x$ac_lo" != "x$ac_hi"; do
24714 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
24715 cat >conftest.$ac_ext <<_ACEOF
24716 /* confdefs.h. */
24717 _ACEOF
24718 cat confdefs.h >>conftest.$ac_ext
24719 cat >>conftest.$ac_ext <<_ACEOF
24720 /* end confdefs.h. */
24721 $ac_includes_default
24722 typedef long long ac__type_sizeof_;
24723 int
24724 main ()
24725 {
24726 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24727 test_array [0] = 0
24728
24729 ;
24730 return 0;
24731 }
24732 _ACEOF
24733 rm -f conftest.$ac_objext
24734 if { (ac_try="$ac_compile"
24735 case "(($ac_try" in
24736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24737 *) ac_try_echo=$ac_try;;
24738 esac
24739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24740 (eval "$ac_compile") 2>conftest.er1
24741 ac_status=$?
24742 grep -v '^ *+' conftest.er1 >conftest.err
24743 rm -f conftest.er1
24744 cat conftest.err >&5
24745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24746 (exit $ac_status); } && {
24747 test -z "$ac_c_werror_flag" ||
24748 test ! -s conftest.err
24749 } && test -s conftest.$ac_objext; then
24750 ac_hi=$ac_mid
24751 else
24752 echo "$as_me: failed program was:" >&5
24753 sed 's/^/| /' conftest.$ac_ext >&5
24754
24755 ac_lo=`expr '(' $ac_mid ')' + 1`
24756 fi
24757
24758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24759 done
24760 case $ac_lo in
24761 ?*) ac_cv_sizeof_long_long=$ac_lo;;
24762 '') if test "$ac_cv_type_long_long" = yes; then
24763 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
24764 See \`config.log' for more details." >&5
24765 echo "$as_me: error: cannot compute sizeof (long long)
24766 See \`config.log' for more details." >&2;}
24767 { (exit 77); exit 77; }; }
24768 else
24769 ac_cv_sizeof_long_long=0
24770 fi ;;
24771 esac
24772 else
24773 cat >conftest.$ac_ext <<_ACEOF
24774 /* confdefs.h. */
24775 _ACEOF
24776 cat confdefs.h >>conftest.$ac_ext
24777 cat >>conftest.$ac_ext <<_ACEOF
24778 /* end confdefs.h. */
24779 $ac_includes_default
24780 typedef long long ac__type_sizeof_;
24781 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
24782 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
24783 #include <stdio.h>
24784 #include <stdlib.h>
24785 int
24786 main ()
24787 {
24788
24789 FILE *f = fopen ("conftest.val", "w");
24790 if (! f)
24791 return 1;
24792 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
24793 {
24794 long int i = longval ();
24795 if (i != ((long int) (sizeof (ac__type_sizeof_))))
24796 return 1;
24797 fprintf (f, "%ld\n", i);
24798 }
24799 else
24800 {
24801 unsigned long int i = ulongval ();
24802 if (i != ((long int) (sizeof (ac__type_sizeof_))))
24803 return 1;
24804 fprintf (f, "%lu\n", i);
24805 }
24806 return ferror (f) || fclose (f) != 0;
24807
24808 ;
24809 return 0;
24810 }
24811 _ACEOF
24812 rm -f conftest$ac_exeext
24813 if { (ac_try="$ac_link"
24814 case "(($ac_try" in
24815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24816 *) ac_try_echo=$ac_try;;
24817 esac
24818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24819 (eval "$ac_link") 2>&5
24820 ac_status=$?
24821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24822 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24823 { (case "(($ac_try" in
24824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24825 *) ac_try_echo=$ac_try;;
24826 esac
24827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24828 (eval "$ac_try") 2>&5
24829 ac_status=$?
24830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24831 (exit $ac_status); }; }; then
24832 ac_cv_sizeof_long_long=`cat conftest.val`
24833 else
24834 echo "$as_me: program exited with status $ac_status" >&5
24835 echo "$as_me: failed program was:" >&5
24836 sed 's/^/| /' conftest.$ac_ext >&5
24837
24838 ( exit $ac_status )
24839 if test "$ac_cv_type_long_long" = yes; then
24840 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
24841 See \`config.log' for more details." >&5
24842 echo "$as_me: error: cannot compute sizeof (long long)
24843 See \`config.log' for more details." >&2;}
24844 { (exit 77); exit 77; }; }
24845 else
24846 ac_cv_sizeof_long_long=0
24847 fi
24848 fi
24849 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24850 fi
24851 rm -f conftest.val
24852 fi
24853 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
24854 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
24855
24856
24857
24858 cat >>confdefs.h <<_ACEOF
24859 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
24860 _ACEOF
24861
24862
24863 ;;
24864 *-hp-hpux* )
24865 { echo "$as_me:$LINENO: checking for long long" >&5
24866 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
24867 if test "${ac_cv_type_long_long+set}" = set; then
24868 echo $ECHO_N "(cached) $ECHO_C" >&6
24869 else
24870 cat >conftest.$ac_ext <<_ACEOF
24871 /* confdefs.h. */
24872 _ACEOF
24873 cat confdefs.h >>conftest.$ac_ext
24874 cat >>conftest.$ac_ext <<_ACEOF
24875 /* end confdefs.h. */
24876 $ac_includes_default
24877 typedef long long ac__type_new_;
24878 int
24879 main ()
24880 {
24881 if ((ac__type_new_ *) 0)
24882 return 0;
24883 if (sizeof (ac__type_new_))
24884 return 0;
24885 ;
24886 return 0;
24887 }
24888 _ACEOF
24889 rm -f conftest.$ac_objext
24890 if { (ac_try="$ac_compile"
24891 case "(($ac_try" in
24892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24893 *) ac_try_echo=$ac_try;;
24894 esac
24895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24896 (eval "$ac_compile") 2>conftest.er1
24897 ac_status=$?
24898 grep -v '^ *+' conftest.er1 >conftest.err
24899 rm -f conftest.er1
24900 cat conftest.err >&5
24901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24902 (exit $ac_status); } && {
24903 test -z "$ac_c_werror_flag" ||
24904 test ! -s conftest.err
24905 } && test -s conftest.$ac_objext; then
24906 ac_cv_type_long_long=yes
24907 else
24908 echo "$as_me: failed program was:" >&5
24909 sed 's/^/| /' conftest.$ac_ext >&5
24910
24911 ac_cv_type_long_long=no
24912 fi
24913
24914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24915 fi
24916 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
24917 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
24918
24919 # The cast to long int works around a bug in the HP C Compiler
24920 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
24921 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
24922 # This bug is HP SR number 8606223364.
24923 { echo "$as_me:$LINENO: checking size of long long" >&5
24924 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
24925 if test "${ac_cv_sizeof_long_long+set}" = set; then
24926 echo $ECHO_N "(cached) $ECHO_C" >&6
24927 else
24928 if test "$cross_compiling" = yes; then
24929 # Depending upon the size, compute the lo and hi bounds.
24930 cat >conftest.$ac_ext <<_ACEOF
24931 /* confdefs.h. */
24932 _ACEOF
24933 cat confdefs.h >>conftest.$ac_ext
24934 cat >>conftest.$ac_ext <<_ACEOF
24935 /* end confdefs.h. */
24936 $ac_includes_default
24937 typedef long long ac__type_sizeof_;
24938 int
24939 main ()
24940 {
24941 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
24942 test_array [0] = 0
24943
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_c_werror_flag" ||
24963 test ! -s conftest.err
24964 } && test -s conftest.$ac_objext; then
24965 ac_lo=0 ac_mid=0
24966 while :; do
24967 cat >conftest.$ac_ext <<_ACEOF
24968 /* confdefs.h. */
24969 _ACEOF
24970 cat confdefs.h >>conftest.$ac_ext
24971 cat >>conftest.$ac_ext <<_ACEOF
24972 /* end confdefs.h. */
24973 $ac_includes_default
24974 typedef long long ac__type_sizeof_;
24975 int
24976 main ()
24977 {
24978 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24979 test_array [0] = 0
24980
24981 ;
24982 return 0;
24983 }
24984 _ACEOF
24985 rm -f conftest.$ac_objext
24986 if { (ac_try="$ac_compile"
24987 case "(($ac_try" in
24988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24989 *) ac_try_echo=$ac_try;;
24990 esac
24991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24992 (eval "$ac_compile") 2>conftest.er1
24993 ac_status=$?
24994 grep -v '^ *+' conftest.er1 >conftest.err
24995 rm -f conftest.er1
24996 cat conftest.err >&5
24997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24998 (exit $ac_status); } && {
24999 test -z "$ac_c_werror_flag" ||
25000 test ! -s conftest.err
25001 } && test -s conftest.$ac_objext; then
25002 ac_hi=$ac_mid; break
25003 else
25004 echo "$as_me: failed program was:" >&5
25005 sed 's/^/| /' conftest.$ac_ext >&5
25006
25007 ac_lo=`expr $ac_mid + 1`
25008 if test $ac_lo -le $ac_mid; then
25009 ac_lo= ac_hi=
25010 break
25011 fi
25012 ac_mid=`expr 2 '*' $ac_mid + 1`
25013 fi
25014
25015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25016 done
25017 else
25018 echo "$as_me: failed program was:" >&5
25019 sed 's/^/| /' conftest.$ac_ext >&5
25020
25021 cat >conftest.$ac_ext <<_ACEOF
25022 /* confdefs.h. */
25023 _ACEOF
25024 cat confdefs.h >>conftest.$ac_ext
25025 cat >>conftest.$ac_ext <<_ACEOF
25026 /* end confdefs.h. */
25027 $ac_includes_default
25028 typedef long long ac__type_sizeof_;
25029 int
25030 main ()
25031 {
25032 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
25033 test_array [0] = 0
25034
25035 ;
25036 return 0;
25037 }
25038 _ACEOF
25039 rm -f conftest.$ac_objext
25040 if { (ac_try="$ac_compile"
25041 case "(($ac_try" in
25042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25043 *) ac_try_echo=$ac_try;;
25044 esac
25045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25046 (eval "$ac_compile") 2>conftest.er1
25047 ac_status=$?
25048 grep -v '^ *+' conftest.er1 >conftest.err
25049 rm -f conftest.er1
25050 cat conftest.err >&5
25051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25052 (exit $ac_status); } && {
25053 test -z "$ac_c_werror_flag" ||
25054 test ! -s conftest.err
25055 } && test -s conftest.$ac_objext; then
25056 ac_hi=-1 ac_mid=-1
25057 while :; do
25058 cat >conftest.$ac_ext <<_ACEOF
25059 /* confdefs.h. */
25060 _ACEOF
25061 cat confdefs.h >>conftest.$ac_ext
25062 cat >>conftest.$ac_ext <<_ACEOF
25063 /* end confdefs.h. */
25064 $ac_includes_default
25065 typedef long long ac__type_sizeof_;
25066 int
25067 main ()
25068 {
25069 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
25070 test_array [0] = 0
25071
25072 ;
25073 return 0;
25074 }
25075 _ACEOF
25076 rm -f conftest.$ac_objext
25077 if { (ac_try="$ac_compile"
25078 case "(($ac_try" in
25079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25080 *) ac_try_echo=$ac_try;;
25081 esac
25082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25083 (eval "$ac_compile") 2>conftest.er1
25084 ac_status=$?
25085 grep -v '^ *+' conftest.er1 >conftest.err
25086 rm -f conftest.er1
25087 cat conftest.err >&5
25088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25089 (exit $ac_status); } && {
25090 test -z "$ac_c_werror_flag" ||
25091 test ! -s conftest.err
25092 } && test -s conftest.$ac_objext; then
25093 ac_lo=$ac_mid; break
25094 else
25095 echo "$as_me: failed program was:" >&5
25096 sed 's/^/| /' conftest.$ac_ext >&5
25097
25098 ac_hi=`expr '(' $ac_mid ')' - 1`
25099 if test $ac_mid -le $ac_hi; then
25100 ac_lo= ac_hi=
25101 break
25102 fi
25103 ac_mid=`expr 2 '*' $ac_mid`
25104 fi
25105
25106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25107 done
25108 else
25109 echo "$as_me: failed program was:" >&5
25110 sed 's/^/| /' conftest.$ac_ext >&5
25111
25112 ac_lo= ac_hi=
25113 fi
25114
25115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25116 fi
25117
25118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25119 # Binary search between lo and hi bounds.
25120 while test "x$ac_lo" != "x$ac_hi"; do
25121 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
25122 cat >conftest.$ac_ext <<_ACEOF
25123 /* confdefs.h. */
25124 _ACEOF
25125 cat confdefs.h >>conftest.$ac_ext
25126 cat >>conftest.$ac_ext <<_ACEOF
25127 /* end confdefs.h. */
25128 $ac_includes_default
25129 typedef long long ac__type_sizeof_;
25130 int
25131 main ()
25132 {
25133 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
25134 test_array [0] = 0
25135
25136 ;
25137 return 0;
25138 }
25139 _ACEOF
25140 rm -f conftest.$ac_objext
25141 if { (ac_try="$ac_compile"
25142 case "(($ac_try" in
25143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25144 *) ac_try_echo=$ac_try;;
25145 esac
25146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25147 (eval "$ac_compile") 2>conftest.er1
25148 ac_status=$?
25149 grep -v '^ *+' conftest.er1 >conftest.err
25150 rm -f conftest.er1
25151 cat conftest.err >&5
25152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25153 (exit $ac_status); } && {
25154 test -z "$ac_c_werror_flag" ||
25155 test ! -s conftest.err
25156 } && test -s conftest.$ac_objext; then
25157 ac_hi=$ac_mid
25158 else
25159 echo "$as_me: failed program was:" >&5
25160 sed 's/^/| /' conftest.$ac_ext >&5
25161
25162 ac_lo=`expr '(' $ac_mid ')' + 1`
25163 fi
25164
25165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25166 done
25167 case $ac_lo in
25168 ?*) ac_cv_sizeof_long_long=$ac_lo;;
25169 '') if test "$ac_cv_type_long_long" = yes; then
25170 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
25171 See \`config.log' for more details." >&5
25172 echo "$as_me: error: cannot compute sizeof (long long)
25173 See \`config.log' for more details." >&2;}
25174 { (exit 77); exit 77; }; }
25175 else
25176 ac_cv_sizeof_long_long=0
25177 fi ;;
25178 esac
25179 else
25180 cat >conftest.$ac_ext <<_ACEOF
25181 /* confdefs.h. */
25182 _ACEOF
25183 cat confdefs.h >>conftest.$ac_ext
25184 cat >>conftest.$ac_ext <<_ACEOF
25185 /* end confdefs.h. */
25186 $ac_includes_default
25187 typedef long long ac__type_sizeof_;
25188 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
25189 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
25190 #include <stdio.h>
25191 #include <stdlib.h>
25192 int
25193 main ()
25194 {
25195
25196 FILE *f = fopen ("conftest.val", "w");
25197 if (! f)
25198 return 1;
25199 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
25200 {
25201 long int i = longval ();
25202 if (i != ((long int) (sizeof (ac__type_sizeof_))))
25203 return 1;
25204 fprintf (f, "%ld\n", i);
25205 }
25206 else
25207 {
25208 unsigned long int i = ulongval ();
25209 if (i != ((long int) (sizeof (ac__type_sizeof_))))
25210 return 1;
25211 fprintf (f, "%lu\n", i);
25212 }
25213 return ferror (f) || fclose (f) != 0;
25214
25215 ;
25216 return 0;
25217 }
25218 _ACEOF
25219 rm -f conftest$ac_exeext
25220 if { (ac_try="$ac_link"
25221 case "(($ac_try" in
25222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25223 *) ac_try_echo=$ac_try;;
25224 esac
25225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25226 (eval "$ac_link") 2>&5
25227 ac_status=$?
25228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25229 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25230 { (case "(($ac_try" in
25231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25232 *) ac_try_echo=$ac_try;;
25233 esac
25234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25235 (eval "$ac_try") 2>&5
25236 ac_status=$?
25237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25238 (exit $ac_status); }; }; then
25239 ac_cv_sizeof_long_long=`cat conftest.val`
25240 else
25241 echo "$as_me: program exited with status $ac_status" >&5
25242 echo "$as_me: failed program was:" >&5
25243 sed 's/^/| /' conftest.$ac_ext >&5
25244
25245 ( exit $ac_status )
25246 if test "$ac_cv_type_long_long" = yes; then
25247 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
25248 See \`config.log' for more details." >&5
25249 echo "$as_me: error: cannot compute sizeof (long long)
25250 See \`config.log' for more details." >&2;}
25251 { (exit 77); exit 77; }; }
25252 else
25253 ac_cv_sizeof_long_long=0
25254 fi
25255 fi
25256 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25257 fi
25258 rm -f conftest.val
25259 fi
25260 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
25261 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
25262
25263
25264
25265 cat >>confdefs.h <<_ACEOF
25266 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
25267 _ACEOF
25268
25269
25270 if test "$ac_cv_sizeof_long_long" != "0"; then
25271 CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
25272 fi
25273 ;;
25274 * )
25275 { echo "$as_me:$LINENO: checking for long long" >&5
25276 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
25277 if test "${ac_cv_type_long_long+set}" = set; then
25278 echo $ECHO_N "(cached) $ECHO_C" >&6
25279 else
25280 cat >conftest.$ac_ext <<_ACEOF
25281 /* confdefs.h. */
25282 _ACEOF
25283 cat confdefs.h >>conftest.$ac_ext
25284 cat >>conftest.$ac_ext <<_ACEOF
25285 /* end confdefs.h. */
25286 $ac_includes_default
25287 typedef long long ac__type_new_;
25288 int
25289 main ()
25290 {
25291 if ((ac__type_new_ *) 0)
25292 return 0;
25293 if (sizeof (ac__type_new_))
25294 return 0;
25295 ;
25296 return 0;
25297 }
25298 _ACEOF
25299 rm -f conftest.$ac_objext
25300 if { (ac_try="$ac_compile"
25301 case "(($ac_try" in
25302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25303 *) ac_try_echo=$ac_try;;
25304 esac
25305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25306 (eval "$ac_compile") 2>conftest.er1
25307 ac_status=$?
25308 grep -v '^ *+' conftest.er1 >conftest.err
25309 rm -f conftest.er1
25310 cat conftest.err >&5
25311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25312 (exit $ac_status); } && {
25313 test -z "$ac_c_werror_flag" ||
25314 test ! -s conftest.err
25315 } && test -s conftest.$ac_objext; then
25316 ac_cv_type_long_long=yes
25317 else
25318 echo "$as_me: failed program was:" >&5
25319 sed 's/^/| /' conftest.$ac_ext >&5
25320
25321 ac_cv_type_long_long=no
25322 fi
25323
25324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25325 fi
25326 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
25327 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
25328
25329 # The cast to long int works around a bug in the HP C Compiler
25330 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
25331 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
25332 # This bug is HP SR number 8606223364.
25333 { echo "$as_me:$LINENO: checking size of long long" >&5
25334 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
25335 if test "${ac_cv_sizeof_long_long+set}" = set; then
25336 echo $ECHO_N "(cached) $ECHO_C" >&6
25337 else
25338 if test "$cross_compiling" = yes; then
25339 # Depending upon the size, compute the lo and hi bounds.
25340 cat >conftest.$ac_ext <<_ACEOF
25341 /* confdefs.h. */
25342 _ACEOF
25343 cat confdefs.h >>conftest.$ac_ext
25344 cat >>conftest.$ac_ext <<_ACEOF
25345 /* end confdefs.h. */
25346 $ac_includes_default
25347 typedef long long ac__type_sizeof_;
25348 int
25349 main ()
25350 {
25351 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
25352 test_array [0] = 0
25353
25354 ;
25355 return 0;
25356 }
25357 _ACEOF
25358 rm -f conftest.$ac_objext
25359 if { (ac_try="$ac_compile"
25360 case "(($ac_try" in
25361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25362 *) ac_try_echo=$ac_try;;
25363 esac
25364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25365 (eval "$ac_compile") 2>conftest.er1
25366 ac_status=$?
25367 grep -v '^ *+' conftest.er1 >conftest.err
25368 rm -f conftest.er1
25369 cat conftest.err >&5
25370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25371 (exit $ac_status); } && {
25372 test -z "$ac_c_werror_flag" ||
25373 test ! -s conftest.err
25374 } && test -s conftest.$ac_objext; then
25375 ac_lo=0 ac_mid=0
25376 while :; do
25377 cat >conftest.$ac_ext <<_ACEOF
25378 /* confdefs.h. */
25379 _ACEOF
25380 cat confdefs.h >>conftest.$ac_ext
25381 cat >>conftest.$ac_ext <<_ACEOF
25382 /* end confdefs.h. */
25383 $ac_includes_default
25384 typedef long long ac__type_sizeof_;
25385 int
25386 main ()
25387 {
25388 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
25389 test_array [0] = 0
25390
25391 ;
25392 return 0;
25393 }
25394 _ACEOF
25395 rm -f conftest.$ac_objext
25396 if { (ac_try="$ac_compile"
25397 case "(($ac_try" in
25398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25399 *) ac_try_echo=$ac_try;;
25400 esac
25401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25402 (eval "$ac_compile") 2>conftest.er1
25403 ac_status=$?
25404 grep -v '^ *+' conftest.er1 >conftest.err
25405 rm -f conftest.er1
25406 cat conftest.err >&5
25407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25408 (exit $ac_status); } && {
25409 test -z "$ac_c_werror_flag" ||
25410 test ! -s conftest.err
25411 } && test -s conftest.$ac_objext; then
25412 ac_hi=$ac_mid; break
25413 else
25414 echo "$as_me: failed program was:" >&5
25415 sed 's/^/| /' conftest.$ac_ext >&5
25416
25417 ac_lo=`expr $ac_mid + 1`
25418 if test $ac_lo -le $ac_mid; then
25419 ac_lo= ac_hi=
25420 break
25421 fi
25422 ac_mid=`expr 2 '*' $ac_mid + 1`
25423 fi
25424
25425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25426 done
25427 else
25428 echo "$as_me: failed program was:" >&5
25429 sed 's/^/| /' conftest.$ac_ext >&5
25430
25431 cat >conftest.$ac_ext <<_ACEOF
25432 /* confdefs.h. */
25433 _ACEOF
25434 cat confdefs.h >>conftest.$ac_ext
25435 cat >>conftest.$ac_ext <<_ACEOF
25436 /* end confdefs.h. */
25437 $ac_includes_default
25438 typedef long long ac__type_sizeof_;
25439 int
25440 main ()
25441 {
25442 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
25443 test_array [0] = 0
25444
25445 ;
25446 return 0;
25447 }
25448 _ACEOF
25449 rm -f conftest.$ac_objext
25450 if { (ac_try="$ac_compile"
25451 case "(($ac_try" in
25452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25453 *) ac_try_echo=$ac_try;;
25454 esac
25455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25456 (eval "$ac_compile") 2>conftest.er1
25457 ac_status=$?
25458 grep -v '^ *+' conftest.er1 >conftest.err
25459 rm -f conftest.er1
25460 cat conftest.err >&5
25461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25462 (exit $ac_status); } && {
25463 test -z "$ac_c_werror_flag" ||
25464 test ! -s conftest.err
25465 } && test -s conftest.$ac_objext; then
25466 ac_hi=-1 ac_mid=-1
25467 while :; do
25468 cat >conftest.$ac_ext <<_ACEOF
25469 /* confdefs.h. */
25470 _ACEOF
25471 cat confdefs.h >>conftest.$ac_ext
25472 cat >>conftest.$ac_ext <<_ACEOF
25473 /* end confdefs.h. */
25474 $ac_includes_default
25475 typedef long long ac__type_sizeof_;
25476 int
25477 main ()
25478 {
25479 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
25480 test_array [0] = 0
25481
25482 ;
25483 return 0;
25484 }
25485 _ACEOF
25486 rm -f conftest.$ac_objext
25487 if { (ac_try="$ac_compile"
25488 case "(($ac_try" in
25489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25490 *) ac_try_echo=$ac_try;;
25491 esac
25492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25493 (eval "$ac_compile") 2>conftest.er1
25494 ac_status=$?
25495 grep -v '^ *+' conftest.er1 >conftest.err
25496 rm -f conftest.er1
25497 cat conftest.err >&5
25498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25499 (exit $ac_status); } && {
25500 test -z "$ac_c_werror_flag" ||
25501 test ! -s conftest.err
25502 } && test -s conftest.$ac_objext; then
25503 ac_lo=$ac_mid; break
25504 else
25505 echo "$as_me: failed program was:" >&5
25506 sed 's/^/| /' conftest.$ac_ext >&5
25507
25508 ac_hi=`expr '(' $ac_mid ')' - 1`
25509 if test $ac_mid -le $ac_hi; then
25510 ac_lo= ac_hi=
25511 break
25512 fi
25513 ac_mid=`expr 2 '*' $ac_mid`
25514 fi
25515
25516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25517 done
25518 else
25519 echo "$as_me: failed program was:" >&5
25520 sed 's/^/| /' conftest.$ac_ext >&5
25521
25522 ac_lo= ac_hi=
25523 fi
25524
25525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25526 fi
25527
25528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25529 # Binary search between lo and hi bounds.
25530 while test "x$ac_lo" != "x$ac_hi"; do
25531 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
25532 cat >conftest.$ac_ext <<_ACEOF
25533 /* confdefs.h. */
25534 _ACEOF
25535 cat confdefs.h >>conftest.$ac_ext
25536 cat >>conftest.$ac_ext <<_ACEOF
25537 /* end confdefs.h. */
25538 $ac_includes_default
25539 typedef long long ac__type_sizeof_;
25540 int
25541 main ()
25542 {
25543 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
25544 test_array [0] = 0
25545
25546 ;
25547 return 0;
25548 }
25549 _ACEOF
25550 rm -f conftest.$ac_objext
25551 if { (ac_try="$ac_compile"
25552 case "(($ac_try" in
25553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25554 *) ac_try_echo=$ac_try;;
25555 esac
25556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25557 (eval "$ac_compile") 2>conftest.er1
25558 ac_status=$?
25559 grep -v '^ *+' conftest.er1 >conftest.err
25560 rm -f conftest.er1
25561 cat conftest.err >&5
25562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25563 (exit $ac_status); } && {
25564 test -z "$ac_c_werror_flag" ||
25565 test ! -s conftest.err
25566 } && test -s conftest.$ac_objext; then
25567 ac_hi=$ac_mid
25568 else
25569 echo "$as_me: failed program was:" >&5
25570 sed 's/^/| /' conftest.$ac_ext >&5
25571
25572 ac_lo=`expr '(' $ac_mid ')' + 1`
25573 fi
25574
25575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25576 done
25577 case $ac_lo in
25578 ?*) ac_cv_sizeof_long_long=$ac_lo;;
25579 '') if test "$ac_cv_type_long_long" = yes; then
25580 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
25581 See \`config.log' for more details." >&5
25582 echo "$as_me: error: cannot compute sizeof (long long)
25583 See \`config.log' for more details." >&2;}
25584 { (exit 77); exit 77; }; }
25585 else
25586 ac_cv_sizeof_long_long=0
25587 fi ;;
25588 esac
25589 else
25590 cat >conftest.$ac_ext <<_ACEOF
25591 /* confdefs.h. */
25592 _ACEOF
25593 cat confdefs.h >>conftest.$ac_ext
25594 cat >>conftest.$ac_ext <<_ACEOF
25595 /* end confdefs.h. */
25596 $ac_includes_default
25597 typedef long long ac__type_sizeof_;
25598 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
25599 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
25600 #include <stdio.h>
25601 #include <stdlib.h>
25602 int
25603 main ()
25604 {
25605
25606 FILE *f = fopen ("conftest.val", "w");
25607 if (! f)
25608 return 1;
25609 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
25610 {
25611 long int i = longval ();
25612 if (i != ((long int) (sizeof (ac__type_sizeof_))))
25613 return 1;
25614 fprintf (f, "%ld\n", i);
25615 }
25616 else
25617 {
25618 unsigned long int i = ulongval ();
25619 if (i != ((long int) (sizeof (ac__type_sizeof_))))
25620 return 1;
25621 fprintf (f, "%lu\n", i);
25622 }
25623 return ferror (f) || fclose (f) != 0;
25624
25625 ;
25626 return 0;
25627 }
25628 _ACEOF
25629 rm -f conftest$ac_exeext
25630 if { (ac_try="$ac_link"
25631 case "(($ac_try" in
25632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25633 *) ac_try_echo=$ac_try;;
25634 esac
25635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25636 (eval "$ac_link") 2>&5
25637 ac_status=$?
25638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25639 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25640 { (case "(($ac_try" in
25641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25642 *) ac_try_echo=$ac_try;;
25643 esac
25644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25645 (eval "$ac_try") 2>&5
25646 ac_status=$?
25647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25648 (exit $ac_status); }; }; then
25649 ac_cv_sizeof_long_long=`cat conftest.val`
25650 else
25651 echo "$as_me: program exited with status $ac_status" >&5
25652 echo "$as_me: failed program was:" >&5
25653 sed 's/^/| /' conftest.$ac_ext >&5
25654
25655 ( exit $ac_status )
25656 if test "$ac_cv_type_long_long" = yes; then
25657 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
25658 See \`config.log' for more details." >&5
25659 echo "$as_me: error: cannot compute sizeof (long long)
25660 See \`config.log' for more details." >&2;}
25661 { (exit 77); exit 77; }; }
25662 else
25663 ac_cv_sizeof_long_long=0
25664 fi
25665 fi
25666 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25667 fi
25668 rm -f conftest.val
25669 fi
25670 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
25671 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
25672
25673
25674
25675 cat >>confdefs.h <<_ACEOF
25676 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
25677 _ACEOF
25678
25679
25680 esac
25681
25682 { echo "$as_me:$LINENO: checking for wchar_t" >&5
25683 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
25684 if test "${ac_cv_type_wchar_t+set}" = set; then
25685 echo $ECHO_N "(cached) $ECHO_C" >&6
25686 else
25687 cat >conftest.$ac_ext <<_ACEOF
25688 /* confdefs.h. */
25689 _ACEOF
25690 cat confdefs.h >>conftest.$ac_ext
25691 cat >>conftest.$ac_ext <<_ACEOF
25692 /* end confdefs.h. */
25693
25694 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25695 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25696 # error "fake wchar_t"
25697 #endif
25698 #ifdef HAVE_WCHAR_H
25699 # ifdef __CYGWIN__
25700 # include <stddef.h>
25701 # endif
25702 # include <wchar.h>
25703 #endif
25704 #ifdef HAVE_STDLIB_H
25705 # include <stdlib.h>
25706 #endif
25707 #include <stdio.h>
25708
25709
25710
25711 typedef wchar_t ac__type_new_;
25712 int
25713 main ()
25714 {
25715 if ((ac__type_new_ *) 0)
25716 return 0;
25717 if (sizeof (ac__type_new_))
25718 return 0;
25719 ;
25720 return 0;
25721 }
25722 _ACEOF
25723 rm -f conftest.$ac_objext
25724 if { (ac_try="$ac_compile"
25725 case "(($ac_try" in
25726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25727 *) ac_try_echo=$ac_try;;
25728 esac
25729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25730 (eval "$ac_compile") 2>conftest.er1
25731 ac_status=$?
25732 grep -v '^ *+' conftest.er1 >conftest.err
25733 rm -f conftest.er1
25734 cat conftest.err >&5
25735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25736 (exit $ac_status); } && {
25737 test -z "$ac_c_werror_flag" ||
25738 test ! -s conftest.err
25739 } && test -s conftest.$ac_objext; then
25740 ac_cv_type_wchar_t=yes
25741 else
25742 echo "$as_me: failed program was:" >&5
25743 sed 's/^/| /' conftest.$ac_ext >&5
25744
25745 ac_cv_type_wchar_t=no
25746 fi
25747
25748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25749 fi
25750 { echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
25751 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6; }
25752
25753 # The cast to long int works around a bug in the HP C Compiler
25754 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
25755 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
25756 # This bug is HP SR number 8606223364.
25757 { echo "$as_me:$LINENO: checking size of wchar_t" >&5
25758 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6; }
25759 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
25760 echo $ECHO_N "(cached) $ECHO_C" >&6
25761 else
25762 if test "$cross_compiling" = yes; then
25763 # Depending upon the size, compute the lo and hi bounds.
25764 cat >conftest.$ac_ext <<_ACEOF
25765 /* confdefs.h. */
25766 _ACEOF
25767 cat confdefs.h >>conftest.$ac_ext
25768 cat >>conftest.$ac_ext <<_ACEOF
25769 /* end confdefs.h. */
25770
25771 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25772 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25773 # error "fake wchar_t"
25774 #endif
25775 #ifdef HAVE_WCHAR_H
25776 # ifdef __CYGWIN__
25777 # include <stddef.h>
25778 # endif
25779 # include <wchar.h>
25780 #endif
25781 #ifdef HAVE_STDLIB_H
25782 # include <stdlib.h>
25783 #endif
25784 #include <stdio.h>
25785
25786
25787
25788 typedef wchar_t ac__type_sizeof_;
25789 int
25790 main ()
25791 {
25792 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
25793 test_array [0] = 0
25794
25795 ;
25796 return 0;
25797 }
25798 _ACEOF
25799 rm -f conftest.$ac_objext
25800 if { (ac_try="$ac_compile"
25801 case "(($ac_try" in
25802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25803 *) ac_try_echo=$ac_try;;
25804 esac
25805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25806 (eval "$ac_compile") 2>conftest.er1
25807 ac_status=$?
25808 grep -v '^ *+' conftest.er1 >conftest.err
25809 rm -f conftest.er1
25810 cat conftest.err >&5
25811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25812 (exit $ac_status); } && {
25813 test -z "$ac_c_werror_flag" ||
25814 test ! -s conftest.err
25815 } && test -s conftest.$ac_objext; then
25816 ac_lo=0 ac_mid=0
25817 while :; do
25818 cat >conftest.$ac_ext <<_ACEOF
25819 /* confdefs.h. */
25820 _ACEOF
25821 cat confdefs.h >>conftest.$ac_ext
25822 cat >>conftest.$ac_ext <<_ACEOF
25823 /* end confdefs.h. */
25824
25825 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25826 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25827 # error "fake wchar_t"
25828 #endif
25829 #ifdef HAVE_WCHAR_H
25830 # ifdef __CYGWIN__
25831 # include <stddef.h>
25832 # endif
25833 # include <wchar.h>
25834 #endif
25835 #ifdef HAVE_STDLIB_H
25836 # include <stdlib.h>
25837 #endif
25838 #include <stdio.h>
25839
25840
25841
25842 typedef wchar_t ac__type_sizeof_;
25843 int
25844 main ()
25845 {
25846 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
25847 test_array [0] = 0
25848
25849 ;
25850 return 0;
25851 }
25852 _ACEOF
25853 rm -f conftest.$ac_objext
25854 if { (ac_try="$ac_compile"
25855 case "(($ac_try" in
25856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25857 *) ac_try_echo=$ac_try;;
25858 esac
25859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25860 (eval "$ac_compile") 2>conftest.er1
25861 ac_status=$?
25862 grep -v '^ *+' conftest.er1 >conftest.err
25863 rm -f conftest.er1
25864 cat conftest.err >&5
25865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25866 (exit $ac_status); } && {
25867 test -z "$ac_c_werror_flag" ||
25868 test ! -s conftest.err
25869 } && test -s conftest.$ac_objext; then
25870 ac_hi=$ac_mid; break
25871 else
25872 echo "$as_me: failed program was:" >&5
25873 sed 's/^/| /' conftest.$ac_ext >&5
25874
25875 ac_lo=`expr $ac_mid + 1`
25876 if test $ac_lo -le $ac_mid; then
25877 ac_lo= ac_hi=
25878 break
25879 fi
25880 ac_mid=`expr 2 '*' $ac_mid + 1`
25881 fi
25882
25883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25884 done
25885 else
25886 echo "$as_me: failed program was:" >&5
25887 sed 's/^/| /' conftest.$ac_ext >&5
25888
25889 cat >conftest.$ac_ext <<_ACEOF
25890 /* confdefs.h. */
25891 _ACEOF
25892 cat confdefs.h >>conftest.$ac_ext
25893 cat >>conftest.$ac_ext <<_ACEOF
25894 /* end confdefs.h. */
25895
25896 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25897 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25898 # error "fake wchar_t"
25899 #endif
25900 #ifdef HAVE_WCHAR_H
25901 # ifdef __CYGWIN__
25902 # include <stddef.h>
25903 # endif
25904 # include <wchar.h>
25905 #endif
25906 #ifdef HAVE_STDLIB_H
25907 # include <stdlib.h>
25908 #endif
25909 #include <stdio.h>
25910
25911
25912
25913 typedef wchar_t ac__type_sizeof_;
25914 int
25915 main ()
25916 {
25917 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
25918 test_array [0] = 0
25919
25920 ;
25921 return 0;
25922 }
25923 _ACEOF
25924 rm -f conftest.$ac_objext
25925 if { (ac_try="$ac_compile"
25926 case "(($ac_try" in
25927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25928 *) ac_try_echo=$ac_try;;
25929 esac
25930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25931 (eval "$ac_compile") 2>conftest.er1
25932 ac_status=$?
25933 grep -v '^ *+' conftest.er1 >conftest.err
25934 rm -f conftest.er1
25935 cat conftest.err >&5
25936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25937 (exit $ac_status); } && {
25938 test -z "$ac_c_werror_flag" ||
25939 test ! -s conftest.err
25940 } && test -s conftest.$ac_objext; then
25941 ac_hi=-1 ac_mid=-1
25942 while :; do
25943 cat >conftest.$ac_ext <<_ACEOF
25944 /* confdefs.h. */
25945 _ACEOF
25946 cat confdefs.h >>conftest.$ac_ext
25947 cat >>conftest.$ac_ext <<_ACEOF
25948 /* end confdefs.h. */
25949
25950 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25951 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25952 # error "fake wchar_t"
25953 #endif
25954 #ifdef HAVE_WCHAR_H
25955 # ifdef __CYGWIN__
25956 # include <stddef.h>
25957 # endif
25958 # include <wchar.h>
25959 #endif
25960 #ifdef HAVE_STDLIB_H
25961 # include <stdlib.h>
25962 #endif
25963 #include <stdio.h>
25964
25965
25966
25967 typedef wchar_t ac__type_sizeof_;
25968 int
25969 main ()
25970 {
25971 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
25972 test_array [0] = 0
25973
25974 ;
25975 return 0;
25976 }
25977 _ACEOF
25978 rm -f conftest.$ac_objext
25979 if { (ac_try="$ac_compile"
25980 case "(($ac_try" in
25981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25982 *) ac_try_echo=$ac_try;;
25983 esac
25984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25985 (eval "$ac_compile") 2>conftest.er1
25986 ac_status=$?
25987 grep -v '^ *+' conftest.er1 >conftest.err
25988 rm -f conftest.er1
25989 cat conftest.err >&5
25990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25991 (exit $ac_status); } && {
25992 test -z "$ac_c_werror_flag" ||
25993 test ! -s conftest.err
25994 } && test -s conftest.$ac_objext; then
25995 ac_lo=$ac_mid; break
25996 else
25997 echo "$as_me: failed program was:" >&5
25998 sed 's/^/| /' conftest.$ac_ext >&5
25999
26000 ac_hi=`expr '(' $ac_mid ')' - 1`
26001 if test $ac_mid -le $ac_hi; then
26002 ac_lo= ac_hi=
26003 break
26004 fi
26005 ac_mid=`expr 2 '*' $ac_mid`
26006 fi
26007
26008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26009 done
26010 else
26011 echo "$as_me: failed program was:" >&5
26012 sed 's/^/| /' conftest.$ac_ext >&5
26013
26014 ac_lo= ac_hi=
26015 fi
26016
26017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26018 fi
26019
26020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26021 # Binary search between lo and hi bounds.
26022 while test "x$ac_lo" != "x$ac_hi"; do
26023 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
26024 cat >conftest.$ac_ext <<_ACEOF
26025 /* confdefs.h. */
26026 _ACEOF
26027 cat confdefs.h >>conftest.$ac_ext
26028 cat >>conftest.$ac_ext <<_ACEOF
26029 /* end confdefs.h. */
26030
26031 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
26032 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
26033 # error "fake wchar_t"
26034 #endif
26035 #ifdef HAVE_WCHAR_H
26036 # ifdef __CYGWIN__
26037 # include <stddef.h>
26038 # endif
26039 # include <wchar.h>
26040 #endif
26041 #ifdef HAVE_STDLIB_H
26042 # include <stdlib.h>
26043 #endif
26044 #include <stdio.h>
26045
26046
26047
26048 typedef wchar_t ac__type_sizeof_;
26049 int
26050 main ()
26051 {
26052 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
26053 test_array [0] = 0
26054
26055 ;
26056 return 0;
26057 }
26058 _ACEOF
26059 rm -f conftest.$ac_objext
26060 if { (ac_try="$ac_compile"
26061 case "(($ac_try" in
26062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26063 *) ac_try_echo=$ac_try;;
26064 esac
26065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26066 (eval "$ac_compile") 2>conftest.er1
26067 ac_status=$?
26068 grep -v '^ *+' conftest.er1 >conftest.err
26069 rm -f conftest.er1
26070 cat conftest.err >&5
26071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26072 (exit $ac_status); } && {
26073 test -z "$ac_c_werror_flag" ||
26074 test ! -s conftest.err
26075 } && test -s conftest.$ac_objext; then
26076 ac_hi=$ac_mid
26077 else
26078 echo "$as_me: failed program was:" >&5
26079 sed 's/^/| /' conftest.$ac_ext >&5
26080
26081 ac_lo=`expr '(' $ac_mid ')' + 1`
26082 fi
26083
26084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26085 done
26086 case $ac_lo in
26087 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
26088 '') if test "$ac_cv_type_wchar_t" = yes; then
26089 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
26090 See \`config.log' for more details." >&5
26091 echo "$as_me: error: cannot compute sizeof (wchar_t)
26092 See \`config.log' for more details." >&2;}
26093 { (exit 77); exit 77; }; }
26094 else
26095 ac_cv_sizeof_wchar_t=0
26096 fi ;;
26097 esac
26098 else
26099 cat >conftest.$ac_ext <<_ACEOF
26100 /* confdefs.h. */
26101 _ACEOF
26102 cat confdefs.h >>conftest.$ac_ext
26103 cat >>conftest.$ac_ext <<_ACEOF
26104 /* end confdefs.h. */
26105
26106 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
26107 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
26108 # error "fake wchar_t"
26109 #endif
26110 #ifdef HAVE_WCHAR_H
26111 # ifdef __CYGWIN__
26112 # include <stddef.h>
26113 # endif
26114 # include <wchar.h>
26115 #endif
26116 #ifdef HAVE_STDLIB_H
26117 # include <stdlib.h>
26118 #endif
26119 #include <stdio.h>
26120
26121
26122
26123 typedef wchar_t ac__type_sizeof_;
26124 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
26125 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
26126 #include <stdio.h>
26127 #include <stdlib.h>
26128 int
26129 main ()
26130 {
26131
26132 FILE *f = fopen ("conftest.val", "w");
26133 if (! f)
26134 return 1;
26135 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
26136 {
26137 long int i = longval ();
26138 if (i != ((long int) (sizeof (ac__type_sizeof_))))
26139 return 1;
26140 fprintf (f, "%ld\n", i);
26141 }
26142 else
26143 {
26144 unsigned long int i = ulongval ();
26145 if (i != ((long int) (sizeof (ac__type_sizeof_))))
26146 return 1;
26147 fprintf (f, "%lu\n", i);
26148 }
26149 return ferror (f) || fclose (f) != 0;
26150
26151 ;
26152 return 0;
26153 }
26154 _ACEOF
26155 rm -f conftest$ac_exeext
26156 if { (ac_try="$ac_link"
26157 case "(($ac_try" in
26158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26159 *) ac_try_echo=$ac_try;;
26160 esac
26161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26162 (eval "$ac_link") 2>&5
26163 ac_status=$?
26164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26165 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26166 { (case "(($ac_try" in
26167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26168 *) ac_try_echo=$ac_try;;
26169 esac
26170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26171 (eval "$ac_try") 2>&5
26172 ac_status=$?
26173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26174 (exit $ac_status); }; }; then
26175 ac_cv_sizeof_wchar_t=`cat conftest.val`
26176 else
26177 echo "$as_me: program exited with status $ac_status" >&5
26178 echo "$as_me: failed program was:" >&5
26179 sed 's/^/| /' conftest.$ac_ext >&5
26180
26181 ( exit $ac_status )
26182 if test "$ac_cv_type_wchar_t" = yes; then
26183 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
26184 See \`config.log' for more details." >&5
26185 echo "$as_me: error: cannot compute sizeof (wchar_t)
26186 See \`config.log' for more details." >&2;}
26187 { (exit 77); exit 77; }; }
26188 else
26189 ac_cv_sizeof_wchar_t=0
26190 fi
26191 fi
26192 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26193 fi
26194 rm -f conftest.val
26195 fi
26196 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
26197 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6; }
26198
26199
26200
26201 cat >>confdefs.h <<_ACEOF
26202 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
26203 _ACEOF
26204
26205
26206 if test "$ac_cv_sizeof_wchar_t" != "0"; then
26207 wxUSE_WCHAR_T=yes
26208 else
26209 wxUSE_WCHAR_T=no
26210 fi
26211
26212 { echo "$as_me:$LINENO: checking for va_copy" >&5
26213 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
26214 if test "${wx_cv_func_va_copy+set}" = set; then
26215 echo $ECHO_N "(cached) $ECHO_C" >&6
26216 else
26217
26218 ac_ext=cpp
26219 ac_cpp='$CXXCPP $CPPFLAGS'
26220 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26221 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26222 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26223
26224 cat >conftest.$ac_ext <<_ACEOF
26225
26226 #include <stdarg.h>
26227 void foo(char *f, ...)
26228 {
26229 va_list ap1, ap2;
26230 va_start(ap1, f);
26231 va_copy(ap2, ap1);
26232 va_end(ap2);
26233 va_end(ap1);
26234 }
26235 int main()
26236 {
26237 foo("hi", 17);
26238 return 0;
26239 }
26240 _ACEOF
26241 rm -f conftest.$ac_objext conftest$ac_exeext
26242 if { (ac_try="$ac_link"
26243 case "(($ac_try" in
26244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26245 *) ac_try_echo=$ac_try;;
26246 esac
26247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26248 (eval "$ac_link") 2>conftest.er1
26249 ac_status=$?
26250 grep -v '^ *+' conftest.er1 >conftest.err
26251 rm -f conftest.er1
26252 cat conftest.err >&5
26253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26254 (exit $ac_status); } && {
26255 test -z "$ac_cxx_werror_flag" ||
26256 test ! -s conftest.err
26257 } && test -s conftest$ac_exeext &&
26258 $as_test_x conftest$ac_exeext; then
26259 wx_cv_func_va_copy=yes
26260 else
26261 echo "$as_me: failed program was:" >&5
26262 sed 's/^/| /' conftest.$ac_ext >&5
26263
26264 wx_cv_func_va_copy=no
26265
26266 fi
26267
26268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26269 conftest$ac_exeext conftest.$ac_ext
26270 ac_ext=c
26271 ac_cpp='$CPP $CPPFLAGS'
26272 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26273 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26274 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26275
26276
26277
26278 fi
26279 { echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
26280 echo "${ECHO_T}$wx_cv_func_va_copy" >&6; }
26281
26282 if test $wx_cv_func_va_copy = "yes"; then
26283 cat >>confdefs.h <<\_ACEOF
26284 #define HAVE_VA_COPY 1
26285 _ACEOF
26286
26287 else
26288 { echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
26289 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6; }
26290 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
26291 echo $ECHO_N "(cached) $ECHO_C" >&6
26292 else
26293
26294 if test "$cross_compiling" = yes; then
26295 wx_cv_type_va_list_lvalue=yes
26296
26297 else
26298 cat >conftest.$ac_ext <<_ACEOF
26299
26300 #include <stdarg.h>
26301 int foo(char *f, ...)
26302 {
26303 va_list ap1, ap2;
26304 va_start(ap1, f);
26305 ap2 = ap1;
26306 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
26307 return 1;
26308 va_end(ap2);
26309 va_end(ap1);
26310 return 0;
26311 }
26312 int main()
26313 {
26314 return foo("hi", 17);
26315 }
26316 _ACEOF
26317 rm -f conftest$ac_exeext
26318 if { (ac_try="$ac_link"
26319 case "(($ac_try" in
26320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26321 *) ac_try_echo=$ac_try;;
26322 esac
26323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26324 (eval "$ac_link") 2>&5
26325 ac_status=$?
26326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26327 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26328 { (case "(($ac_try" in
26329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26330 *) ac_try_echo=$ac_try;;
26331 esac
26332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26333 (eval "$ac_try") 2>&5
26334 ac_status=$?
26335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26336 (exit $ac_status); }; }; then
26337 wx_cv_type_va_list_lvalue=yes
26338 else
26339 echo "$as_me: program exited with status $ac_status" >&5
26340 echo "$as_me: failed program was:" >&5
26341 sed 's/^/| /' conftest.$ac_ext >&5
26342
26343 ( exit $ac_status )
26344 wx_cv_type_va_list_lvalue=no
26345 fi
26346 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26347 fi
26348
26349
26350
26351
26352 fi
26353 { echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
26354 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6; }
26355
26356 if test $wx_cv_type_va_list_lvalue != "yes"; then
26357 cat >>confdefs.h <<\_ACEOF
26358 #define VA_LIST_IS_ARRAY 1
26359 _ACEOF
26360
26361 fi
26362 fi
26363
26364 if test "$wxUSE_VARARG_MACROS" = "yes"; then
26365
26366 { echo "$as_me:$LINENO: checking whether the compiler supports variadic macros" >&5
26367 echo $ECHO_N "checking whether the compiler supports variadic macros... $ECHO_C" >&6; }
26368 if test "${wx_cv_have_variadic_macros+set}" = set; then
26369 echo $ECHO_N "(cached) $ECHO_C" >&6
26370 else
26371
26372 ac_ext=cpp
26373 ac_cpp='$CXXCPP $CPPFLAGS'
26374 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26375 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26376 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26377
26378 cat >conftest.$ac_ext <<_ACEOF
26379 /* confdefs.h. */
26380 _ACEOF
26381 cat confdefs.h >>conftest.$ac_ext
26382 cat >>conftest.$ac_ext <<_ACEOF
26383 /* end confdefs.h. */
26384
26385 #include <stdio.h>
26386 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
26387
26388 int
26389 main ()
26390 {
26391
26392 test("%s %d %p", "test", 1, 0);
26393
26394
26395 ;
26396 return 0;
26397 }
26398 _ACEOF
26399 rm -f conftest.$ac_objext
26400 if { (ac_try="$ac_compile"
26401 case "(($ac_try" in
26402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26403 *) ac_try_echo=$ac_try;;
26404 esac
26405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26406 (eval "$ac_compile") 2>conftest.er1
26407 ac_status=$?
26408 grep -v '^ *+' conftest.er1 >conftest.err
26409 rm -f conftest.er1
26410 cat conftest.err >&5
26411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26412 (exit $ac_status); } && {
26413 test -z "$ac_cxx_werror_flag" ||
26414 test ! -s conftest.err
26415 } && test -s conftest.$ac_objext; then
26416 wx_cv_have_variadic_macros=yes
26417 else
26418 echo "$as_me: failed program was:" >&5
26419 sed 's/^/| /' conftest.$ac_ext >&5
26420
26421 wx_cv_have_variadic_macros=no
26422
26423 fi
26424
26425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26426 ac_ext=c
26427 ac_cpp='$CPP $CPPFLAGS'
26428 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26429 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26430 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26431
26432
26433
26434 fi
26435 { echo "$as_me:$LINENO: result: $wx_cv_have_variadic_macros" >&5
26436 echo "${ECHO_T}$wx_cv_have_variadic_macros" >&6; }
26437
26438 if test $wx_cv_have_variadic_macros = "yes"; then
26439 cat >>confdefs.h <<\_ACEOF
26440 #define HAVE_VARIADIC_MACROS 1
26441 _ACEOF
26442
26443 fi
26444
26445 fi
26446 # Check whether --enable-largefile was given.
26447 if test "${enable_largefile+set}" = set; then
26448 enableval=$enable_largefile;
26449 fi
26450
26451 if test "$enable_largefile" != no; then
26452 wx_largefile=no
26453
26454 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
26455 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
26456 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
26457 echo $ECHO_N "(cached) $ECHO_C" >&6
26458 else
26459
26460 cat >conftest.$ac_ext <<_ACEOF
26461 /* confdefs.h. */
26462 _ACEOF
26463 cat confdefs.h >>conftest.$ac_ext
26464 cat >>conftest.$ac_ext <<_ACEOF
26465 /* end confdefs.h. */
26466 #define _FILE_OFFSET_BITS 64
26467 #include <sys/types.h>
26468 int
26469 main ()
26470 {
26471 typedef struct {
26472 unsigned int field: sizeof(off_t) == 8;
26473 } wxlf;
26474
26475 ;
26476 return 0;
26477 }
26478 _ACEOF
26479 rm -f conftest.$ac_objext
26480 if { (ac_try="$ac_compile"
26481 case "(($ac_try" in
26482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26483 *) ac_try_echo=$ac_try;;
26484 esac
26485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26486 (eval "$ac_compile") 2>conftest.er1
26487 ac_status=$?
26488 grep -v '^ *+' conftest.er1 >conftest.err
26489 rm -f conftest.er1
26490 cat conftest.err >&5
26491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26492 (exit $ac_status); } && {
26493 test -z "$ac_c_werror_flag" ||
26494 test ! -s conftest.err
26495 } && test -s conftest.$ac_objext; then
26496 ac_cv_sys_file_offset_bits=64
26497 else
26498 echo "$as_me: failed program was:" >&5
26499 sed 's/^/| /' conftest.$ac_ext >&5
26500
26501 ac_cv_sys_file_offset_bits=no
26502 fi
26503
26504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26505
26506
26507 fi
26508 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
26509 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
26510
26511 if test "$ac_cv_sys_file_offset_bits" != no; then
26512 wx_largefile=yes
26513 cat >>confdefs.h <<_ACEOF
26514 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
26515 _ACEOF
26516
26517 fi
26518
26519 if test "x$wx_largefile" != "xyes"; then
26520
26521 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
26522 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
26523 if test "${ac_cv_sys_large_files+set}" = set; then
26524 echo $ECHO_N "(cached) $ECHO_C" >&6
26525 else
26526
26527 cat >conftest.$ac_ext <<_ACEOF
26528 /* confdefs.h. */
26529 _ACEOF
26530 cat confdefs.h >>conftest.$ac_ext
26531 cat >>conftest.$ac_ext <<_ACEOF
26532 /* end confdefs.h. */
26533 #define _LARGE_FILES 1
26534 #include <sys/types.h>
26535 int
26536 main ()
26537 {
26538 typedef struct {
26539 unsigned int field: sizeof(off_t) == 8;
26540 } wxlf;
26541
26542 ;
26543 return 0;
26544 }
26545 _ACEOF
26546 rm -f conftest.$ac_objext
26547 if { (ac_try="$ac_compile"
26548 case "(($ac_try" in
26549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26550 *) ac_try_echo=$ac_try;;
26551 esac
26552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26553 (eval "$ac_compile") 2>conftest.er1
26554 ac_status=$?
26555 grep -v '^ *+' conftest.er1 >conftest.err
26556 rm -f conftest.er1
26557 cat conftest.err >&5
26558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26559 (exit $ac_status); } && {
26560 test -z "$ac_c_werror_flag" ||
26561 test ! -s conftest.err
26562 } && test -s conftest.$ac_objext; then
26563 ac_cv_sys_large_files=1
26564 else
26565 echo "$as_me: failed program was:" >&5
26566 sed 's/^/| /' conftest.$ac_ext >&5
26567
26568 ac_cv_sys_large_files=no
26569 fi
26570
26571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26572
26573
26574 fi
26575 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
26576 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
26577
26578 if test "$ac_cv_sys_large_files" != no; then
26579 wx_largefile=yes
26580 cat >>confdefs.h <<_ACEOF
26581 #define _LARGE_FILES $ac_cv_sys_large_files
26582 _ACEOF
26583
26584 fi
26585
26586 fi
26587
26588 { echo "$as_me:$LINENO: checking if large file support is available" >&5
26589 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6; }
26590 if test "x$wx_largefile" = "xyes"; then
26591 cat >>confdefs.h <<\_ACEOF
26592 #define HAVE_LARGEFILE_SUPPORT 1
26593 _ACEOF
26594
26595 fi
26596 { echo "$as_me:$LINENO: result: $wx_largefile" >&5
26597 echo "${ECHO_T}$wx_largefile" >&6; }
26598 fi
26599
26600
26601 if test "x$wx_largefile" = "xyes"; then
26602 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
26603 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
26604
26605 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
26606 { echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
26607 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6; }
26608 if test "${wx_cv_STDC_EXT_required+set}" = set; then
26609 echo $ECHO_N "(cached) $ECHO_C" >&6
26610 else
26611
26612 ac_ext=cpp
26613 ac_cpp='$CXXCPP $CPPFLAGS'
26614 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26615 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26616 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26617
26618 cat >conftest.$ac_ext <<_ACEOF
26619 /* confdefs.h. */
26620 _ACEOF
26621 cat confdefs.h >>conftest.$ac_ext
26622 cat >>conftest.$ac_ext <<_ACEOF
26623 /* end confdefs.h. */
26624
26625 int
26626 main ()
26627 {
26628
26629 #ifndef __STDC_EXT__
26630 choke me
26631 #endif
26632
26633 ;
26634 return 0;
26635 }
26636 _ACEOF
26637 rm -f conftest.$ac_objext
26638 if { (ac_try="$ac_compile"
26639 case "(($ac_try" in
26640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26641 *) ac_try_echo=$ac_try;;
26642 esac
26643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26644 (eval "$ac_compile") 2>conftest.er1
26645 ac_status=$?
26646 grep -v '^ *+' conftest.er1 >conftest.err
26647 rm -f conftest.er1
26648 cat conftest.err >&5
26649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26650 (exit $ac_status); } && {
26651 test -z "$ac_cxx_werror_flag" ||
26652 test ! -s conftest.err
26653 } && test -s conftest.$ac_objext; then
26654 wx_cv_STDC_EXT_required=no
26655 else
26656 echo "$as_me: failed program was:" >&5
26657 sed 's/^/| /' conftest.$ac_ext >&5
26658
26659 wx_cv_STDC_EXT_required=yes
26660
26661 fi
26662
26663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26664 ac_ext=c
26665 ac_cpp='$CPP $CPPFLAGS'
26666 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26667 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26668 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26669
26670
26671
26672 fi
26673 { echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
26674 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6; }
26675 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
26676 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
26677 fi
26678 fi
26679 else
26680 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGE_FILES"
26681 fi
26682 { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
26683 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
26684 if test "${ac_cv_sys_largefile_source+set}" = set; then
26685 echo $ECHO_N "(cached) $ECHO_C" >&6
26686 else
26687 while :; do
26688 cat >conftest.$ac_ext <<_ACEOF
26689 /* confdefs.h. */
26690 _ACEOF
26691 cat confdefs.h >>conftest.$ac_ext
26692 cat >>conftest.$ac_ext <<_ACEOF
26693 /* end confdefs.h. */
26694 #include <sys/types.h> /* for off_t */
26695 #include <stdio.h>
26696 int
26697 main ()
26698 {
26699 int (*fp) (FILE *, off_t, int) = fseeko;
26700 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
26701 ;
26702 return 0;
26703 }
26704 _ACEOF
26705 rm -f conftest.$ac_objext conftest$ac_exeext
26706 if { (ac_try="$ac_link"
26707 case "(($ac_try" in
26708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26709 *) ac_try_echo=$ac_try;;
26710 esac
26711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26712 (eval "$ac_link") 2>conftest.er1
26713 ac_status=$?
26714 grep -v '^ *+' conftest.er1 >conftest.err
26715 rm -f conftest.er1
26716 cat conftest.err >&5
26717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26718 (exit $ac_status); } && {
26719 test -z "$ac_c_werror_flag" ||
26720 test ! -s conftest.err
26721 } && test -s conftest$ac_exeext &&
26722 $as_test_x conftest$ac_exeext; then
26723 ac_cv_sys_largefile_source=no; break
26724 else
26725 echo "$as_me: failed program was:" >&5
26726 sed 's/^/| /' conftest.$ac_ext >&5
26727
26728
26729 fi
26730
26731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26732 conftest$ac_exeext conftest.$ac_ext
26733 cat >conftest.$ac_ext <<_ACEOF
26734 /* confdefs.h. */
26735 _ACEOF
26736 cat confdefs.h >>conftest.$ac_ext
26737 cat >>conftest.$ac_ext <<_ACEOF
26738 /* end confdefs.h. */
26739 #define _LARGEFILE_SOURCE 1
26740 #include <sys/types.h> /* for off_t */
26741 #include <stdio.h>
26742 int
26743 main ()
26744 {
26745 int (*fp) (FILE *, off_t, int) = fseeko;
26746 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
26747 ;
26748 return 0;
26749 }
26750 _ACEOF
26751 rm -f conftest.$ac_objext conftest$ac_exeext
26752 if { (ac_try="$ac_link"
26753 case "(($ac_try" in
26754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26755 *) ac_try_echo=$ac_try;;
26756 esac
26757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26758 (eval "$ac_link") 2>conftest.er1
26759 ac_status=$?
26760 grep -v '^ *+' conftest.er1 >conftest.err
26761 rm -f conftest.er1
26762 cat conftest.err >&5
26763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26764 (exit $ac_status); } && {
26765 test -z "$ac_c_werror_flag" ||
26766 test ! -s conftest.err
26767 } && test -s conftest$ac_exeext &&
26768 $as_test_x conftest$ac_exeext; then
26769 ac_cv_sys_largefile_source=1; break
26770 else
26771 echo "$as_me: failed program was:" >&5
26772 sed 's/^/| /' conftest.$ac_ext >&5
26773
26774
26775 fi
26776
26777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26778 conftest$ac_exeext conftest.$ac_ext
26779 ac_cv_sys_largefile_source=unknown
26780 break
26781 done
26782 fi
26783 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
26784 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
26785 case $ac_cv_sys_largefile_source in #(
26786 no | unknown) ;;
26787 *)
26788 cat >>confdefs.h <<_ACEOF
26789 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
26790 _ACEOF
26791 ;;
26792 esac
26793 rm -f conftest*
26794
26795 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
26796 # in glibc 2.1.3, but that breaks too many other things.
26797 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
26798 if test $ac_cv_sys_largefile_source != unknown; then
26799
26800 cat >>confdefs.h <<\_ACEOF
26801 #define HAVE_FSEEKO 1
26802 _ACEOF
26803
26804 fi
26805
26806 if test "$ac_cv_sys_largefile_source" != no; then
26807 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
26808 fi
26809 fi
26810
26811 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
26812 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
26813 if test "${ac_cv_c_bigendian+set}" = set; then
26814 echo $ECHO_N "(cached) $ECHO_C" >&6
26815 else
26816 ac_cv_c_bigendian=unknown
26817 # See if sys/param.h defines the BYTE_ORDER macro.
26818 cat >conftest.$ac_ext <<_ACEOF
26819 /* confdefs.h. */
26820 _ACEOF
26821 cat confdefs.h >>conftest.$ac_ext
26822 cat >>conftest.$ac_ext <<_ACEOF
26823 /* end confdefs.h. */
26824 #include <sys/types.h>
26825 #include <sys/param.h>
26826 int
26827 main ()
26828 {
26829
26830 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
26831 bogus endian macros
26832 #endif
26833 ;
26834 return 0;
26835 }
26836 _ACEOF
26837 rm -f conftest.$ac_objext
26838 if { (ac_try="$ac_compile"
26839 case "(($ac_try" in
26840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26841 *) ac_try_echo=$ac_try;;
26842 esac
26843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26844 (eval "$ac_compile") 2>conftest.er1
26845 ac_status=$?
26846 grep -v '^ *+' conftest.er1 >conftest.err
26847 rm -f conftest.er1
26848 cat conftest.err >&5
26849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26850 (exit $ac_status); } && {
26851 test -z "$ac_c_werror_flag" ||
26852 test ! -s conftest.err
26853 } && test -s conftest.$ac_objext; then
26854 # It does; now see whether it defined to BIG_ENDIAN or not.
26855 cat >conftest.$ac_ext <<_ACEOF
26856 /* confdefs.h. */
26857 _ACEOF
26858 cat confdefs.h >>conftest.$ac_ext
26859 cat >>conftest.$ac_ext <<_ACEOF
26860 /* end confdefs.h. */
26861 #include <sys/types.h>
26862 #include <sys/param.h>
26863 int
26864 main ()
26865 {
26866
26867 #if BYTE_ORDER != BIG_ENDIAN
26868 not big endian
26869 #endif
26870 ;
26871 return 0;
26872 }
26873 _ACEOF
26874 rm -f conftest.$ac_objext
26875 if { (ac_try="$ac_compile"
26876 case "(($ac_try" in
26877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26878 *) ac_try_echo=$ac_try;;
26879 esac
26880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26881 (eval "$ac_compile") 2>conftest.er1
26882 ac_status=$?
26883 grep -v '^ *+' conftest.er1 >conftest.err
26884 rm -f conftest.er1
26885 cat conftest.err >&5
26886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26887 (exit $ac_status); } && {
26888 test -z "$ac_c_werror_flag" ||
26889 test ! -s conftest.err
26890 } && test -s conftest.$ac_objext; then
26891 ac_cv_c_bigendian=yes
26892 else
26893 echo "$as_me: failed program was:" >&5
26894 sed 's/^/| /' conftest.$ac_ext >&5
26895
26896 ac_cv_c_bigendian=no
26897 fi
26898
26899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26900 else
26901 echo "$as_me: failed program was:" >&5
26902 sed 's/^/| /' conftest.$ac_ext >&5
26903
26904
26905 fi
26906
26907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26908 if test $ac_cv_c_bigendian = unknown; then
26909 if test "$cross_compiling" = yes; then
26910 ac_cv_c_bigendian=unknown
26911 else
26912 cat >conftest.$ac_ext <<_ACEOF
26913 /* confdefs.h. */
26914 _ACEOF
26915 cat confdefs.h >>conftest.$ac_ext
26916 cat >>conftest.$ac_ext <<_ACEOF
26917 /* end confdefs.h. */
26918 main () {
26919 /* Are we little or big endian? From Harbison&Steele. */
26920 union
26921 {
26922 long l;
26923 char c[sizeof (long)];
26924 } u;
26925 u.l = 1;
26926 exit (u.c[sizeof (long) - 1] == 1);
26927 }
26928 _ACEOF
26929 rm -f conftest$ac_exeext
26930 if { (ac_try="$ac_link"
26931 case "(($ac_try" in
26932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26933 *) ac_try_echo=$ac_try;;
26934 esac
26935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26936 (eval "$ac_link") 2>&5
26937 ac_status=$?
26938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26939 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26940 { (case "(($ac_try" in
26941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26942 *) ac_try_echo=$ac_try;;
26943 esac
26944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26945 (eval "$ac_try") 2>&5
26946 ac_status=$?
26947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26948 (exit $ac_status); }; }; then
26949 ac_cv_c_bigendian=no
26950 else
26951 echo "$as_me: program exited with status $ac_status" >&5
26952 echo "$as_me: failed program was:" >&5
26953 sed 's/^/| /' conftest.$ac_ext >&5
26954
26955 ( exit $ac_status )
26956 ac_cv_c_bigendian=yes
26957 fi
26958 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26959 fi
26960
26961
26962 fi
26963 fi
26964 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
26965 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
26966 if test $ac_cv_c_bigendian = unknown; then
26967 { 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
26968 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;}
26969 fi
26970 if test $ac_cv_c_bigendian = yes; then
26971 cat >>confdefs.h <<\_ACEOF
26972 #define WORDS_BIGENDIAN 1
26973 _ACEOF
26974
26975 fi
26976
26977
26978
26979
26980 ac_ext=cpp
26981 ac_cpp='$CXXCPP $CPPFLAGS'
26982 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26983 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26984 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26985
26986
26987
26988 for ac_header in iostream
26989 do
26990 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26991 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26992 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26993 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26994 echo $ECHO_N "(cached) $ECHO_C" >&6
26995 else
26996 cat >conftest.$ac_ext <<_ACEOF
26997 /* confdefs.h. */
26998 _ACEOF
26999 cat confdefs.h >>conftest.$ac_ext
27000 cat >>conftest.$ac_ext <<_ACEOF
27001 /* end confdefs.h. */
27002
27003
27004 #include <$ac_header>
27005 _ACEOF
27006 rm -f conftest.$ac_objext
27007 if { (ac_try="$ac_compile"
27008 case "(($ac_try" in
27009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27010 *) ac_try_echo=$ac_try;;
27011 esac
27012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27013 (eval "$ac_compile") 2>conftest.er1
27014 ac_status=$?
27015 grep -v '^ *+' conftest.er1 >conftest.err
27016 rm -f conftest.er1
27017 cat conftest.err >&5
27018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27019 (exit $ac_status); } && {
27020 test -z "$ac_cxx_werror_flag" ||
27021 test ! -s conftest.err
27022 } && test -s conftest.$ac_objext; then
27023 eval "$as_ac_Header=yes"
27024 else
27025 echo "$as_me: failed program was:" >&5
27026 sed 's/^/| /' conftest.$ac_ext >&5
27027
27028 eval "$as_ac_Header=no"
27029 fi
27030
27031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27032 fi
27033 ac_res=`eval echo '${'$as_ac_Header'}'`
27034 { echo "$as_me:$LINENO: result: $ac_res" >&5
27035 echo "${ECHO_T}$ac_res" >&6; }
27036 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27037 cat >>confdefs.h <<_ACEOF
27038 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27039 _ACEOF
27040
27041 fi
27042
27043 done
27044
27045
27046 if test "$ac_cv_header_iostream" = "yes" ; then
27047 :
27048 else
27049 cat >>confdefs.h <<\_ACEOF
27050 #define wxUSE_IOSTREAMH 1
27051 _ACEOF
27052
27053 fi
27054
27055 ac_ext=c
27056 ac_cpp='$CPP $CPPFLAGS'
27057 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27058 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27059 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27060
27061
27062
27063
27064 { echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
27065 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6; }
27066 if test "${wx_cv_cpp_bool+set}" = set; then
27067 echo $ECHO_N "(cached) $ECHO_C" >&6
27068 else
27069
27070
27071 ac_ext=cpp
27072 ac_cpp='$CXXCPP $CPPFLAGS'
27073 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27074 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27075 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27076
27077
27078 cat >conftest.$ac_ext <<_ACEOF
27079 /* confdefs.h. */
27080 _ACEOF
27081 cat confdefs.h >>conftest.$ac_ext
27082 cat >>conftest.$ac_ext <<_ACEOF
27083 /* end confdefs.h. */
27084
27085
27086 int
27087 main ()
27088 {
27089
27090 bool b = true;
27091
27092 return 0;
27093
27094 ;
27095 return 0;
27096 }
27097 _ACEOF
27098 rm -f conftest.$ac_objext
27099 if { (ac_try="$ac_compile"
27100 case "(($ac_try" in
27101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27102 *) ac_try_echo=$ac_try;;
27103 esac
27104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27105 (eval "$ac_compile") 2>conftest.er1
27106 ac_status=$?
27107 grep -v '^ *+' conftest.er1 >conftest.err
27108 rm -f conftest.er1
27109 cat conftest.err >&5
27110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27111 (exit $ac_status); } && {
27112 test -z "$ac_cxx_werror_flag" ||
27113 test ! -s conftest.err
27114 } && test -s conftest.$ac_objext; then
27115
27116 wx_cv_cpp_bool=yes
27117
27118 else
27119 echo "$as_me: failed program was:" >&5
27120 sed 's/^/| /' conftest.$ac_ext >&5
27121
27122
27123 wx_cv_cpp_bool=no
27124
27125
27126 fi
27127
27128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27129
27130 ac_ext=c
27131 ac_cpp='$CPP $CPPFLAGS'
27132 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27133 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27134 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27135
27136
27137 fi
27138 { echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
27139 echo "${ECHO_T}$wx_cv_cpp_bool" >&6; }
27140
27141 if test "$wx_cv_cpp_bool" = "yes"; then
27142 cat >>confdefs.h <<\_ACEOF
27143 #define HAVE_BOOL 1
27144 _ACEOF
27145
27146 fi
27147
27148
27149
27150 { echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
27151 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6; }
27152 if test "${wx_cv_explicit+set}" = set; then
27153 echo $ECHO_N "(cached) $ECHO_C" >&6
27154 else
27155
27156
27157 ac_ext=cpp
27158 ac_cpp='$CXXCPP $CPPFLAGS'
27159 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27160 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27161 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27162
27163
27164 cat >conftest.$ac_ext <<_ACEOF
27165 /* confdefs.h. */
27166 _ACEOF
27167 cat confdefs.h >>conftest.$ac_ext
27168 cat >>conftest.$ac_ext <<_ACEOF
27169 /* end confdefs.h. */
27170
27171 class Foo { public: explicit Foo(int) {} };
27172
27173 int
27174 main ()
27175 {
27176
27177 return 0;
27178
27179 ;
27180 return 0;
27181 }
27182 _ACEOF
27183 rm -f conftest.$ac_objext
27184 if { (ac_try="$ac_compile"
27185 case "(($ac_try" in
27186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27187 *) ac_try_echo=$ac_try;;
27188 esac
27189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27190 (eval "$ac_compile") 2>conftest.er1
27191 ac_status=$?
27192 grep -v '^ *+' conftest.er1 >conftest.err
27193 rm -f conftest.er1
27194 cat conftest.err >&5
27195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27196 (exit $ac_status); } && {
27197 test -z "$ac_cxx_werror_flag" ||
27198 test ! -s conftest.err
27199 } && test -s conftest.$ac_objext; then
27200
27201 cat >conftest.$ac_ext <<_ACEOF
27202 /* confdefs.h. */
27203 _ACEOF
27204 cat confdefs.h >>conftest.$ac_ext
27205 cat >>conftest.$ac_ext <<_ACEOF
27206 /* end confdefs.h. */
27207
27208 class Foo { public: explicit Foo(int) {} };
27209 static void TakeFoo(const Foo& foo) { }
27210
27211 int
27212 main ()
27213 {
27214
27215 TakeFoo(17);
27216 return 0;
27217
27218 ;
27219 return 0;
27220 }
27221 _ACEOF
27222 rm -f conftest.$ac_objext
27223 if { (ac_try="$ac_compile"
27224 case "(($ac_try" in
27225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27226 *) ac_try_echo=$ac_try;;
27227 esac
27228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27229 (eval "$ac_compile") 2>conftest.er1
27230 ac_status=$?
27231 grep -v '^ *+' conftest.er1 >conftest.err
27232 rm -f conftest.er1
27233 cat conftest.err >&5
27234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27235 (exit $ac_status); } && {
27236 test -z "$ac_cxx_werror_flag" ||
27237 test ! -s conftest.err
27238 } && test -s conftest.$ac_objext; then
27239 wx_cv_explicit=no
27240 else
27241 echo "$as_me: failed program was:" >&5
27242 sed 's/^/| /' conftest.$ac_ext >&5
27243
27244 wx_cv_explicit=yes
27245
27246 fi
27247
27248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27249
27250 else
27251 echo "$as_me: failed program was:" >&5
27252 sed 's/^/| /' conftest.$ac_ext >&5
27253
27254 wx_cv_explicit=no
27255
27256 fi
27257
27258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27259
27260 ac_ext=c
27261 ac_cpp='$CPP $CPPFLAGS'
27262 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27263 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27264 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27265
27266
27267 fi
27268 { echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
27269 echo "${ECHO_T}$wx_cv_explicit" >&6; }
27270
27271 if test "$wx_cv_explicit" = "yes"; then
27272 cat >>confdefs.h <<\_ACEOF
27273 #define HAVE_EXPLICIT 1
27274 _ACEOF
27275
27276 fi
27277
27278
27279 { echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
27280 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6; }
27281 if test "${ac_cv_cxx_const_cast+set}" = set; then
27282 echo $ECHO_N "(cached) $ECHO_C" >&6
27283 else
27284
27285 ac_ext=cpp
27286 ac_cpp='$CXXCPP $CPPFLAGS'
27287 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27288 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27289 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27290
27291 cat >conftest.$ac_ext <<_ACEOF
27292 /* confdefs.h. */
27293 _ACEOF
27294 cat confdefs.h >>conftest.$ac_ext
27295 cat >>conftest.$ac_ext <<_ACEOF
27296 /* end confdefs.h. */
27297
27298 int
27299 main ()
27300 {
27301 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
27302 ;
27303 return 0;
27304 }
27305 _ACEOF
27306 rm -f conftest.$ac_objext
27307 if { (ac_try="$ac_compile"
27308 case "(($ac_try" in
27309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27310 *) ac_try_echo=$ac_try;;
27311 esac
27312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27313 (eval "$ac_compile") 2>conftest.er1
27314 ac_status=$?
27315 grep -v '^ *+' conftest.er1 >conftest.err
27316 rm -f conftest.er1
27317 cat conftest.err >&5
27318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27319 (exit $ac_status); } && {
27320 test -z "$ac_cxx_werror_flag" ||
27321 test ! -s conftest.err
27322 } && test -s conftest.$ac_objext; then
27323 ac_cv_cxx_const_cast=yes
27324 else
27325 echo "$as_me: failed program was:" >&5
27326 sed 's/^/| /' conftest.$ac_ext >&5
27327
27328 ac_cv_cxx_const_cast=no
27329 fi
27330
27331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27332 ac_ext=c
27333 ac_cpp='$CPP $CPPFLAGS'
27334 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27335 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27336 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27337
27338
27339 fi
27340 { echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
27341 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6; }
27342 if test "$ac_cv_cxx_const_cast" = yes; then
27343
27344 cat >>confdefs.h <<\_ACEOF
27345 #define HAVE_CONST_CAST
27346 _ACEOF
27347
27348 fi
27349
27350 { echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
27351 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6; }
27352 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
27353 echo $ECHO_N "(cached) $ECHO_C" >&6
27354 else
27355
27356 ac_ext=cpp
27357 ac_cpp='$CXXCPP $CPPFLAGS'
27358 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27359 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27360 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27361
27362 cat >conftest.$ac_ext <<_ACEOF
27363 /* confdefs.h. */
27364 _ACEOF
27365 cat confdefs.h >>conftest.$ac_ext
27366 cat >>conftest.$ac_ext <<_ACEOF
27367 /* end confdefs.h. */
27368 #include <typeinfo>
27369 class Base { public : Base () {} virtual void f () = 0;};
27370 class Derived : public Base { public : Derived () {} virtual void f () {} };
27371 class Unrelated { public : Unrelated () {} };
27372 int g (Unrelated&) { return 0; }
27373 int
27374 main ()
27375 {
27376
27377 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
27378 ;
27379 return 0;
27380 }
27381 _ACEOF
27382 rm -f conftest.$ac_objext
27383 if { (ac_try="$ac_compile"
27384 case "(($ac_try" in
27385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27386 *) ac_try_echo=$ac_try;;
27387 esac
27388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27389 (eval "$ac_compile") 2>conftest.er1
27390 ac_status=$?
27391 grep -v '^ *+' conftest.er1 >conftest.err
27392 rm -f conftest.er1
27393 cat conftest.err >&5
27394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27395 (exit $ac_status); } && {
27396 test -z "$ac_cxx_werror_flag" ||
27397 test ! -s conftest.err
27398 } && test -s conftest.$ac_objext; then
27399 ac_cv_cxx_reinterpret_cast=yes
27400 else
27401 echo "$as_me: failed program was:" >&5
27402 sed 's/^/| /' conftest.$ac_ext >&5
27403
27404 ac_cv_cxx_reinterpret_cast=no
27405 fi
27406
27407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27408 ac_ext=c
27409 ac_cpp='$CPP $CPPFLAGS'
27410 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27411 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27412 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27413
27414
27415 fi
27416 { echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
27417 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6; }
27418 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
27419
27420 cat >>confdefs.h <<\_ACEOF
27421 #define HAVE_REINTERPRET_CAST
27422 _ACEOF
27423
27424 fi
27425
27426 { echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
27427 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6; }
27428 if test "${ac_cv_cxx_static_cast+set}" = set; then
27429 echo $ECHO_N "(cached) $ECHO_C" >&6
27430 else
27431
27432 ac_ext=cpp
27433 ac_cpp='$CXXCPP $CPPFLAGS'
27434 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27435 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27436 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27437
27438 cat >conftest.$ac_ext <<_ACEOF
27439 /* confdefs.h. */
27440 _ACEOF
27441 cat confdefs.h >>conftest.$ac_ext
27442 cat >>conftest.$ac_ext <<_ACEOF
27443 /* end confdefs.h. */
27444 #include <typeinfo>
27445 class Base { public : Base () {} virtual void f () = 0; };
27446 class Derived : public Base { public : Derived () {} virtual void f () {} };
27447 int g (Derived&) { return 0; }
27448 int
27449 main ()
27450 {
27451
27452 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
27453 ;
27454 return 0;
27455 }
27456 _ACEOF
27457 rm -f conftest.$ac_objext
27458 if { (ac_try="$ac_compile"
27459 case "(($ac_try" in
27460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27461 *) ac_try_echo=$ac_try;;
27462 esac
27463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27464 (eval "$ac_compile") 2>conftest.er1
27465 ac_status=$?
27466 grep -v '^ *+' conftest.er1 >conftest.err
27467 rm -f conftest.er1
27468 cat conftest.err >&5
27469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27470 (exit $ac_status); } && {
27471 test -z "$ac_cxx_werror_flag" ||
27472 test ! -s conftest.err
27473 } && test -s conftest.$ac_objext; then
27474 ac_cv_cxx_static_cast=yes
27475 else
27476 echo "$as_me: failed program was:" >&5
27477 sed 's/^/| /' conftest.$ac_ext >&5
27478
27479 ac_cv_cxx_static_cast=no
27480 fi
27481
27482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27483 ac_ext=c
27484 ac_cpp='$CPP $CPPFLAGS'
27485 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27486 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27487 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27488
27489
27490 fi
27491 { echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
27492 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6; }
27493 if test "$ac_cv_cxx_static_cast" = yes; then
27494
27495 cat >>confdefs.h <<\_ACEOF
27496 #define HAVE_STATIC_CAST
27497 _ACEOF
27498
27499 fi
27500
27501
27502 if test "x$SUNCXX" = xyes; then
27503 CXXFLAGS="-features=tmplife $CXXFLAGS"
27504 fi
27505
27506 if test "x$SUNCC" = xyes; then
27507 CFLAGS="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
27508 fi
27509
27510 if test "x$SGICC" = "xyes"; then
27511 CFLAGS="-woff 3970 $CFLAGS"
27512 fi
27513 if test "x$SGICXX" = "xyes"; then
27514 CXXFLAGS="-woff 3970 $CXXFLAGS"
27515 fi
27516
27517 if test "x$HPCC" = "xyes"; then
27518 CFLAGS="+W 2011,2450 $CFLAGS"
27519 fi
27520 if test "x$HPCXX" = "xyes"; then
27521 CXXFLAGS="+W 2340 $CXXFLAGS"
27522 fi
27523
27524 if test "x$COMPAQCXX" = "xyes"; then
27525 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
27526 fi
27527
27528 ac_ext=cpp
27529 ac_cpp='$CXXCPP $CPPFLAGS'
27530 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27531 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27532 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27533
27534
27535 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
27536 if test "$wxUSE_UNICODE" = "yes"; then
27537 std_string="std::wstring"
27538 char_type="wchar_t"
27539 else
27540 std_string="std::string"
27541 char_type="char"
27542 fi
27543
27544 { echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
27545 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6; }
27546 if test "${wx_cv_class_stdstring+set}" = set; then
27547 echo $ECHO_N "(cached) $ECHO_C" >&6
27548 else
27549
27550 cat >conftest.$ac_ext <<_ACEOF
27551 /* confdefs.h. */
27552 _ACEOF
27553 cat confdefs.h >>conftest.$ac_ext
27554 cat >>conftest.$ac_ext <<_ACEOF
27555 /* end confdefs.h. */
27556 #include <string>
27557 int
27558 main ()
27559 {
27560 $std_string foo;
27561 ;
27562 return 0;
27563 }
27564 _ACEOF
27565 rm -f conftest.$ac_objext
27566 if { (ac_try="$ac_compile"
27567 case "(($ac_try" in
27568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27569 *) ac_try_echo=$ac_try;;
27570 esac
27571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27572 (eval "$ac_compile") 2>conftest.er1
27573 ac_status=$?
27574 grep -v '^ *+' conftest.er1 >conftest.err
27575 rm -f conftest.er1
27576 cat conftest.err >&5
27577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27578 (exit $ac_status); } && {
27579 test -z "$ac_cxx_werror_flag" ||
27580 test ! -s conftest.err
27581 } && test -s conftest.$ac_objext; then
27582 wx_cv_class_stdstring=yes
27583 else
27584 echo "$as_me: failed program was:" >&5
27585 sed 's/^/| /' conftest.$ac_ext >&5
27586
27587 wx_cv_class_stdstring=no
27588
27589 fi
27590
27591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27592
27593
27594 fi
27595 { echo "$as_me:$LINENO: result: $wx_cv_class_stdstring" >&5
27596 echo "${ECHO_T}$wx_cv_class_stdstring" >&6; }
27597
27598 if test "$wx_cv_class_stdstring" = yes; then
27599 if test "$wxUSE_UNICODE" = "yes"; then
27600 cat >>confdefs.h <<\_ACEOF
27601 #define HAVE_STD_WSTRING 1
27602 _ACEOF
27603
27604 fi
27605 else
27606 { echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
27607 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6; }
27608 if test "${wx_cv_class_stdbasicstring+set}" = set; then
27609 echo $ECHO_N "(cached) $ECHO_C" >&6
27610 else
27611
27612 cat >conftest.$ac_ext <<_ACEOF
27613 /* confdefs.h. */
27614 _ACEOF
27615 cat confdefs.h >>conftest.$ac_ext
27616 cat >>conftest.$ac_ext <<_ACEOF
27617 /* end confdefs.h. */
27618
27619 #ifdef HAVE_WCHAR_H
27620 # ifdef __CYGWIN__
27621 # include <stddef.h>
27622 # endif
27623 # include <wchar.h>
27624 #endif
27625 #ifdef HAVE_STDLIB_H
27626 # include <stdlib.h>
27627 #endif
27628 #include <stdio.h>
27629 #include <string>
27630
27631 int
27632 main ()
27633 {
27634 std::basic_string<$char_type> foo;
27635 const $char_type* dummy = foo.c_str();
27636 ;
27637 return 0;
27638 }
27639 _ACEOF
27640 rm -f conftest.$ac_objext
27641 if { (ac_try="$ac_compile"
27642 case "(($ac_try" in
27643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27644 *) ac_try_echo=$ac_try;;
27645 esac
27646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27647 (eval "$ac_compile") 2>conftest.er1
27648 ac_status=$?
27649 grep -v '^ *+' conftest.er1 >conftest.err
27650 rm -f conftest.er1
27651 cat conftest.err >&5
27652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27653 (exit $ac_status); } && {
27654 test -z "$ac_cxx_werror_flag" ||
27655 test ! -s conftest.err
27656 } && test -s conftest.$ac_objext; then
27657 wx_cv_class_stdbasicstring=yes
27658 else
27659 echo "$as_me: failed program was:" >&5
27660 sed 's/^/| /' conftest.$ac_ext >&5
27661
27662 wx_cv_class_stdbasicstring=no
27663
27664 fi
27665
27666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27667
27668
27669 fi
27670 { echo "$as_me:$LINENO: result: $wx_cv_class_stdbasicstring" >&5
27671 echo "${ECHO_T}$wx_cv_class_stdbasicstring" >&6; }
27672
27673 if test "$wx_cv_class_stdbasicstring" != yes; then
27674 if test "$wxUSE_STL" = "yes"; then
27675 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
27676 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
27677 { (exit 1); exit 1; }; }
27678 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
27679 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
27680 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
27681 { (exit 1); exit 1; }; }
27682 else
27683 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
27684 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
27685 wxUSE_STD_STRING=no
27686 fi
27687 fi
27688 fi
27689 fi
27690
27691 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
27692 { echo "$as_me:$LINENO: checking for std::istream" >&5
27693 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6; }
27694 if test "${ac_cv_type_std__istream+set}" = set; then
27695 echo $ECHO_N "(cached) $ECHO_C" >&6
27696 else
27697 cat >conftest.$ac_ext <<_ACEOF
27698 /* confdefs.h. */
27699 _ACEOF
27700 cat confdefs.h >>conftest.$ac_ext
27701 cat >>conftest.$ac_ext <<_ACEOF
27702 /* end confdefs.h. */
27703 #include <iostream>
27704
27705 typedef std::istream ac__type_new_;
27706 int
27707 main ()
27708 {
27709 if ((ac__type_new_ *) 0)
27710 return 0;
27711 if (sizeof (ac__type_new_))
27712 return 0;
27713 ;
27714 return 0;
27715 }
27716 _ACEOF
27717 rm -f conftest.$ac_objext
27718 if { (ac_try="$ac_compile"
27719 case "(($ac_try" in
27720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27721 *) ac_try_echo=$ac_try;;
27722 esac
27723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27724 (eval "$ac_compile") 2>conftest.er1
27725 ac_status=$?
27726 grep -v '^ *+' conftest.er1 >conftest.err
27727 rm -f conftest.er1
27728 cat conftest.err >&5
27729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27730 (exit $ac_status); } && {
27731 test -z "$ac_cxx_werror_flag" ||
27732 test ! -s conftest.err
27733 } && test -s conftest.$ac_objext; then
27734 ac_cv_type_std__istream=yes
27735 else
27736 echo "$as_me: failed program was:" >&5
27737 sed 's/^/| /' conftest.$ac_ext >&5
27738
27739 ac_cv_type_std__istream=no
27740 fi
27741
27742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27743 fi
27744 { echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
27745 echo "${ECHO_T}$ac_cv_type_std__istream" >&6; }
27746 if test $ac_cv_type_std__istream = yes; then
27747
27748 cat >>confdefs.h <<_ACEOF
27749 #define HAVE_STD__ISTREAM 1
27750 _ACEOF
27751
27752
27753 else
27754 wxUSE_STD_IOSTREAM=no
27755 fi
27756 { echo "$as_me:$LINENO: checking for std::ostream" >&5
27757 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6; }
27758 if test "${ac_cv_type_std__ostream+set}" = set; then
27759 echo $ECHO_N "(cached) $ECHO_C" >&6
27760 else
27761 cat >conftest.$ac_ext <<_ACEOF
27762 /* confdefs.h. */
27763 _ACEOF
27764 cat confdefs.h >>conftest.$ac_ext
27765 cat >>conftest.$ac_ext <<_ACEOF
27766 /* end confdefs.h. */
27767 #include <iostream>
27768
27769 typedef std::ostream ac__type_new_;
27770 int
27771 main ()
27772 {
27773 if ((ac__type_new_ *) 0)
27774 return 0;
27775 if (sizeof (ac__type_new_))
27776 return 0;
27777 ;
27778 return 0;
27779 }
27780 _ACEOF
27781 rm -f conftest.$ac_objext
27782 if { (ac_try="$ac_compile"
27783 case "(($ac_try" in
27784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27785 *) ac_try_echo=$ac_try;;
27786 esac
27787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27788 (eval "$ac_compile") 2>conftest.er1
27789 ac_status=$?
27790 grep -v '^ *+' conftest.er1 >conftest.err
27791 rm -f conftest.er1
27792 cat conftest.err >&5
27793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27794 (exit $ac_status); } && {
27795 test -z "$ac_cxx_werror_flag" ||
27796 test ! -s conftest.err
27797 } && test -s conftest.$ac_objext; then
27798 ac_cv_type_std__ostream=yes
27799 else
27800 echo "$as_me: failed program was:" >&5
27801 sed 's/^/| /' conftest.$ac_ext >&5
27802
27803 ac_cv_type_std__ostream=no
27804 fi
27805
27806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27807 fi
27808 { echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
27809 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6; }
27810 if test $ac_cv_type_std__ostream = yes; then
27811
27812 cat >>confdefs.h <<_ACEOF
27813 #define HAVE_STD__OSTREAM 1
27814 _ACEOF
27815
27816
27817 else
27818 wxUSE_STD_IOSTREAM=no
27819 fi
27820
27821
27822 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
27823 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
27824 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
27825 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
27826 { (exit 1); exit 1; }; }
27827 else
27828 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
27829 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
27830 fi
27831 fi
27832 fi
27833
27834 if test "$wxUSE_STL" = "yes"; then
27835 { echo "$as_me:$LINENO: checking for basic STL functionality" >&5
27836 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6; }
27837 if test "${wx_cv_lib_stl+set}" = set; then
27838 echo $ECHO_N "(cached) $ECHO_C" >&6
27839 else
27840 cat >conftest.$ac_ext <<_ACEOF
27841 /* confdefs.h. */
27842 _ACEOF
27843 cat confdefs.h >>conftest.$ac_ext
27844 cat >>conftest.$ac_ext <<_ACEOF
27845 /* end confdefs.h. */
27846 #include <string>
27847 #include <functional>
27848 #include <algorithm>
27849 #include <vector>
27850 #include <list>
27851 int
27852 main ()
27853 {
27854 std::vector<int> moo;
27855 std::list<int> foo;
27856 std::vector<int>::iterator it =
27857 std::find_if(moo.begin(), moo.end(),
27858 std::bind2nd(std::less<int>(), 3));
27859 ;
27860 return 0;
27861 }
27862 _ACEOF
27863 rm -f conftest.$ac_objext
27864 if { (ac_try="$ac_compile"
27865 case "(($ac_try" in
27866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27867 *) ac_try_echo=$ac_try;;
27868 esac
27869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27870 (eval "$ac_compile") 2>conftest.er1
27871 ac_status=$?
27872 grep -v '^ *+' conftest.er1 >conftest.err
27873 rm -f conftest.er1
27874 cat conftest.err >&5
27875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27876 (exit $ac_status); } && {
27877 test -z "$ac_cxx_werror_flag" ||
27878 test ! -s conftest.err
27879 } && test -s conftest.$ac_objext; then
27880 wx_cv_lib_stl=yes
27881 else
27882 echo "$as_me: failed program was:" >&5
27883 sed 's/^/| /' conftest.$ac_ext >&5
27884
27885 wx_cv_lib_stl=no
27886
27887 fi
27888
27889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27890
27891 fi
27892 { echo "$as_me:$LINENO: result: $wx_cv_lib_stl" >&5
27893 echo "${ECHO_T}$wx_cv_lib_stl" >&6; }
27894
27895 if test "$wx_cv_lib_stl" != yes; then
27896 { { echo "$as_me:$LINENO: error: Can't use --enable-stl as basic STL functionality is missing" >&5
27897 echo "$as_me: error: Can't use --enable-stl as basic STL functionality is missing" >&2;}
27898 { (exit 1); exit 1; }; }
27899 fi
27900
27901 { echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
27902 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6; }
27903 if test "${wx_cv_func_stdstring_compare+set}" = set; then
27904 echo $ECHO_N "(cached) $ECHO_C" >&6
27905 else
27906 cat >conftest.$ac_ext <<_ACEOF
27907 /* confdefs.h. */
27908 _ACEOF
27909 cat confdefs.h >>conftest.$ac_ext
27910 cat >>conftest.$ac_ext <<_ACEOF
27911 /* end confdefs.h. */
27912 #include <string>
27913 int
27914 main ()
27915 {
27916 std::string foo, bar;
27917 foo.compare(bar);
27918 foo.compare(1, 1, bar);
27919 foo.compare(1, 1, bar, 1, 1);
27920 foo.compare("");
27921 foo.compare(1, 1, "");
27922 foo.compare(1, 1, "", 2);
27923 ;
27924 return 0;
27925 }
27926 _ACEOF
27927 rm -f conftest.$ac_objext
27928 if { (ac_try="$ac_compile"
27929 case "(($ac_try" in
27930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27931 *) ac_try_echo=$ac_try;;
27932 esac
27933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27934 (eval "$ac_compile") 2>conftest.er1
27935 ac_status=$?
27936 grep -v '^ *+' conftest.er1 >conftest.err
27937 rm -f conftest.er1
27938 cat conftest.err >&5
27939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27940 (exit $ac_status); } && {
27941 test -z "$ac_cxx_werror_flag" ||
27942 test ! -s conftest.err
27943 } && test -s conftest.$ac_objext; then
27944 wx_cv_func_stdstring_compare=yes
27945 else
27946 echo "$as_me: failed program was:" >&5
27947 sed 's/^/| /' conftest.$ac_ext >&5
27948
27949 wx_cv_func_stdstring_compare=no
27950
27951 fi
27952
27953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27954
27955 fi
27956 { echo "$as_me:$LINENO: result: $wx_cv_func_stdstring_compare" >&5
27957 echo "${ECHO_T}$wx_cv_func_stdstring_compare" >&6; }
27958
27959 if test "$wx_cv_func_stdstring_compare" = yes; then
27960 cat >>confdefs.h <<\_ACEOF
27961 #define HAVE_STD_STRING_COMPARE 1
27962 _ACEOF
27963
27964 fi
27965
27966 { echo "$as_me:$LINENO: checking for hash_map" >&5
27967 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6; }
27968 if test "${ac_cv_header_hash_map+set}" = set; then
27969 echo $ECHO_N "(cached) $ECHO_C" >&6
27970 else
27971 cat >conftest.$ac_ext <<_ACEOF
27972 /* confdefs.h. */
27973 _ACEOF
27974 cat confdefs.h >>conftest.$ac_ext
27975 cat >>conftest.$ac_ext <<_ACEOF
27976 /* end confdefs.h. */
27977
27978
27979
27980 #include <hash_map>
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 ac_cv_header_hash_map=yes
28000 else
28001 echo "$as_me: failed program was:" >&5
28002 sed 's/^/| /' conftest.$ac_ext >&5
28003
28004 ac_cv_header_hash_map=no
28005 fi
28006
28007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28008 fi
28009 { echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
28010 echo "${ECHO_T}$ac_cv_header_hash_map" >&6; }
28011 if test $ac_cv_header_hash_map = yes; then
28012 { echo "$as_me:$LINENO: checking for standard hash_map and hash_set" >&5
28013 echo $ECHO_N "checking for standard hash_map and hash_set... $ECHO_C" >&6; }
28014 if test "${wx_cv_class_stdhashmapset+set}" = set; then
28015 echo $ECHO_N "(cached) $ECHO_C" >&6
28016 else
28017 cat >conftest.$ac_ext <<_ACEOF
28018 /* confdefs.h. */
28019 _ACEOF
28020 cat confdefs.h >>conftest.$ac_ext
28021 cat >>conftest.$ac_ext <<_ACEOF
28022 /* end confdefs.h. */
28023 #include <hash_map>
28024 #include <hash_set>
28025 int
28026 main ()
28027 {
28028 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
28029 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
28030 ;
28031 return 0;
28032 }
28033 _ACEOF
28034 rm -f conftest.$ac_objext
28035 if { (ac_try="$ac_compile"
28036 case "(($ac_try" in
28037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28038 *) ac_try_echo=$ac_try;;
28039 esac
28040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28041 (eval "$ac_compile") 2>conftest.er1
28042 ac_status=$?
28043 grep -v '^ *+' conftest.er1 >conftest.err
28044 rm -f conftest.er1
28045 cat conftest.err >&5
28046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28047 (exit $ac_status); } && {
28048 test -z "$ac_cxx_werror_flag" ||
28049 test ! -s conftest.err
28050 } && test -s conftest.$ac_objext; then
28051 wx_cv_class_stdhashmapset=yes
28052 else
28053 echo "$as_me: failed program was:" >&5
28054 sed 's/^/| /' conftest.$ac_ext >&5
28055
28056 wx_cv_class_stdhashmapset=no
28057 fi
28058
28059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28060
28061
28062 fi
28063 { echo "$as_me:$LINENO: result: $wx_cv_class_stdhashmapset" >&5
28064 echo "${ECHO_T}$wx_cv_class_stdhashmapset" >&6; }
28065 fi
28066
28067
28068
28069 if test "$wx_cv_class_stdhashmapset" = yes; then
28070 cat >>confdefs.h <<\_ACEOF
28071 #define HAVE_HASH_MAP 1
28072 _ACEOF
28073
28074 cat >>confdefs.h <<\_ACEOF
28075 #define HAVE_STD_HASH_MAP 1
28076 _ACEOF
28077
28078 fi
28079
28080 { echo "$as_me:$LINENO: checking for ext/hash_map" >&5
28081 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6; }
28082 if test "${ac_cv_header_ext_hash_map+set}" = set; then
28083 echo $ECHO_N "(cached) $ECHO_C" >&6
28084 else
28085 cat >conftest.$ac_ext <<_ACEOF
28086 /* confdefs.h. */
28087 _ACEOF
28088 cat confdefs.h >>conftest.$ac_ext
28089 cat >>conftest.$ac_ext <<_ACEOF
28090 /* end confdefs.h. */
28091
28092
28093
28094 #include <ext/hash_map>
28095 _ACEOF
28096 rm -f conftest.$ac_objext
28097 if { (ac_try="$ac_compile"
28098 case "(($ac_try" in
28099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28100 *) ac_try_echo=$ac_try;;
28101 esac
28102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28103 (eval "$ac_compile") 2>conftest.er1
28104 ac_status=$?
28105 grep -v '^ *+' conftest.er1 >conftest.err
28106 rm -f conftest.er1
28107 cat conftest.err >&5
28108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28109 (exit $ac_status); } && {
28110 test -z "$ac_cxx_werror_flag" ||
28111 test ! -s conftest.err
28112 } && test -s conftest.$ac_objext; then
28113 ac_cv_header_ext_hash_map=yes
28114 else
28115 echo "$as_me: failed program was:" >&5
28116 sed 's/^/| /' conftest.$ac_ext >&5
28117
28118 ac_cv_header_ext_hash_map=no
28119 fi
28120
28121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28122 fi
28123 { echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
28124 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6; }
28125 if test $ac_cv_header_ext_hash_map = yes; then
28126 { echo "$as_me:$LINENO: checking for GNU hash_map and hash_set" >&5
28127 echo $ECHO_N "checking for GNU hash_map and hash_set... $ECHO_C" >&6; }
28128 if test "${wx_cv_class_gnuhashmapset+set}" = set; then
28129 echo $ECHO_N "(cached) $ECHO_C" >&6
28130 else
28131 cat >conftest.$ac_ext <<_ACEOF
28132 /* confdefs.h. */
28133 _ACEOF
28134 cat confdefs.h >>conftest.$ac_ext
28135 cat >>conftest.$ac_ext <<_ACEOF
28136 /* end confdefs.h. */
28137 #include <ext/hash_map>
28138 #include <ext/hash_set>
28139 int
28140 main ()
28141 {
28142 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
28143 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
28144 ;
28145 return 0;
28146 }
28147 _ACEOF
28148 rm -f conftest.$ac_objext
28149 if { (ac_try="$ac_compile"
28150 case "(($ac_try" in
28151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28152 *) ac_try_echo=$ac_try;;
28153 esac
28154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28155 (eval "$ac_compile") 2>conftest.er1
28156 ac_status=$?
28157 grep -v '^ *+' conftest.er1 >conftest.err
28158 rm -f conftest.er1
28159 cat conftest.err >&5
28160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28161 (exit $ac_status); } && {
28162 test -z "$ac_cxx_werror_flag" ||
28163 test ! -s conftest.err
28164 } && test -s conftest.$ac_objext; then
28165 wx_cv_class_gnuhashmapset=yes
28166 else
28167 echo "$as_me: failed program was:" >&5
28168 sed 's/^/| /' conftest.$ac_ext >&5
28169
28170 wx_cv_class_gnuhashmapset=no
28171 fi
28172
28173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28174
28175
28176 fi
28177 { echo "$as_me:$LINENO: result: $wx_cv_class_gnuhashmapset" >&5
28178 echo "${ECHO_T}$wx_cv_class_gnuhashmapset" >&6; }
28179 fi
28180
28181
28182
28183 if test "$wx_cv_class_gnuhashmapset" = yes; then
28184 cat >>confdefs.h <<\_ACEOF
28185 #define HAVE_EXT_HASH_MAP 1
28186 _ACEOF
28187
28188 cat >>confdefs.h <<\_ACEOF
28189 #define HAVE_GNU_CXX_HASH_MAP 1
28190 _ACEOF
28191
28192 fi
28193 fi
28194
28195 ac_ext=c
28196 ac_cpp='$CPP $CPPFLAGS'
28197 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28198 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28199 ac_compiler_gnu=$ac_cv_c_compiler_gnu
28200
28201
28202
28203 SEARCH_INCLUDE="\
28204 /usr/local/include \
28205 \
28206 /usr/Motif-2.1/include \
28207 /usr/Motif-1.2/include \
28208 /usr/include/Motif1.2 \
28209 \
28210 /usr/dt/include \
28211 /usr/openwin/include \
28212 \
28213 /usr/include/Xm \
28214 \
28215 /usr/X11R6/include \
28216 /usr/X11R6.4/include \
28217 /usr/X11R5/include \
28218 /usr/X11R4/include \
28219 \
28220 /usr/include/X11R6 \
28221 /usr/include/X11R5 \
28222 /usr/include/X11R4 \
28223 \
28224 /usr/local/X11R6/include \
28225 /usr/local/X11R5/include \
28226 /usr/local/X11R4/include \
28227 \
28228 /usr/local/include/X11R6 \
28229 /usr/local/include/X11R5 \
28230 /usr/local/include/X11R4 \
28231 \
28232 /usr/X11/include \
28233 /usr/include/X11 \
28234 /usr/local/X11/include \
28235 /usr/local/include/X11 \
28236 \
28237 /usr/XFree86/include/X11 \
28238 /usr/pkg/include \
28239 \
28240 /usr/openwin/share/include"
28241
28242 { echo "$as_me:$LINENO: checking for libraries directory" >&5
28243 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6; }
28244
28245 case "${host}" in
28246 *-*-irix6* )
28247 if test "${wx_cv_std_libpath+set}" = set; then
28248 echo $ECHO_N "(cached) $ECHO_C" >&6
28249 else
28250
28251 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
28252 for e in a so sl dylib dll.a; do
28253 libc="$d/libc.$e"
28254 if test -f $libc; then
28255 save_LIBS="$LIBS"
28256 LIBS="$libc"
28257 cat >conftest.$ac_ext <<_ACEOF
28258 int main() { return 0; }
28259 _ACEOF
28260 rm -f conftest.$ac_objext conftest$ac_exeext
28261 if { (ac_try="$ac_link"
28262 case "(($ac_try" in
28263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28264 *) ac_try_echo=$ac_try;;
28265 esac
28266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28267 (eval "$ac_link") 2>conftest.er1
28268 ac_status=$?
28269 grep -v '^ *+' conftest.er1 >conftest.err
28270 rm -f conftest.er1
28271 cat conftest.err >&5
28272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28273 (exit $ac_status); } && {
28274 test -z "$ac_c_werror_flag" ||
28275 test ! -s conftest.err
28276 } && test -s conftest$ac_exeext &&
28277 $as_test_x conftest$ac_exeext; then
28278 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
28279 else
28280 echo "$as_me: failed program was:" >&5
28281 sed 's/^/| /' conftest.$ac_ext >&5
28282
28283
28284 fi
28285
28286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28287 conftest$ac_exeext conftest.$ac_ext
28288 LIBS="$save_LIBS"
28289 if test "x$wx_cv_std_libpath" != "x"; then
28290 break 2
28291 fi
28292 fi
28293 done
28294 done
28295 if test "x$wx_cv_std_libpath" = "x"; then
28296 wx_cv_std_libpath="lib"
28297 fi
28298
28299
28300 fi
28301
28302 ;;
28303
28304 *-*-solaris2* )
28305 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
28306 wx_cv_std_libpath="lib/64"
28307 else
28308 wx_cv_std_libpath="lib"
28309 fi
28310 ;;
28311
28312 *-*-linux* )
28313 if test "$ac_cv_sizeof_void_p" = 8 -a \
28314 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
28315 wx_cv_std_libpath="lib64"
28316 else
28317 wx_cv_std_libpath="lib"
28318 fi
28319 ;;
28320
28321 *)
28322 wx_cv_std_libpath="lib";
28323 ;;
28324 esac
28325
28326 { echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
28327 echo "${ECHO_T}$wx_cv_std_libpath" >&6; }
28328
28329 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
28330
28331 if test "$build" != "$host" -a "$GCC" = yes; then
28332 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
28333 cross_root=`dirname $cross_root`
28334 cross_root=`dirname $cross_root`
28335
28336 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
28337 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
28338 SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
28339
28340 if test -z "$PKG_CONFIG_PATH"; then
28341 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
28342 export PKG_CONFIG_PATH
28343 fi
28344
28345 if test -z "$x_includes" -o "$x_includes" = NONE; then
28346
28347 ac_find_includes=
28348 for ac_dir in $SEARCH_INCLUDE /usr/include;
28349 do
28350 if test -f "$ac_dir/X11/Intrinsic.h"; then
28351 ac_find_includes=$ac_dir
28352 break
28353 fi
28354 done
28355
28356 x_includes=$ac_find_includes
28357 fi
28358 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
28359
28360 ac_find_libraries=
28361 for ac_dir in $SEARCH_LIB;
28362 do
28363 for ac_extension in a so sl dylib dll.a; do
28364 if test -f "$ac_dir/libXt.$ac_extension"; then
28365 ac_find_libraries=$ac_dir
28366 break 2
28367 fi
28368 done
28369 done
28370
28371 x_libraries=$ac_find_libraries
28372 fi
28373 fi
28374 fi
28375
28376
28377 cat >confcache <<\_ACEOF
28378 # This file is a shell script that caches the results of configure
28379 # tests run on this system so they can be shared between configure
28380 # scripts and configure runs, see configure's option --config-cache.
28381 # It is not useful on other systems. If it contains results you don't
28382 # want to keep, you may remove or edit it.
28383 #
28384 # config.status only pays attention to the cache file if you give it
28385 # the --recheck option to rerun configure.
28386 #
28387 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28388 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28389 # following values.
28390
28391 _ACEOF
28392
28393 # The following way of writing the cache mishandles newlines in values,
28394 # but we know of no workaround that is simple, portable, and efficient.
28395 # So, we kill variables containing newlines.
28396 # Ultrix sh set writes to stderr and can't be redirected directly,
28397 # and sets the high bit in the cache file unless we assign to the vars.
28398 (
28399 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28400 eval ac_val=\$$ac_var
28401 case $ac_val in #(
28402 *${as_nl}*)
28403 case $ac_var in #(
28404 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
28405 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
28406 esac
28407 case $ac_var in #(
28408 _ | IFS | as_nl) ;; #(
28409 *) $as_unset $ac_var ;;
28410 esac ;;
28411 esac
28412 done
28413
28414 (set) 2>&1 |
28415 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28416 *${as_nl}ac_space=\ *)
28417 # `set' does not quote correctly, so add quotes (double-quote
28418 # substitution turns \\\\ into \\, and sed turns \\ into \).
28419 sed -n \
28420 "s/'/'\\\\''/g;
28421 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28422 ;; #(
28423 *)
28424 # `set' quotes correctly as required by POSIX, so do not add quotes.
28425 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28426 ;;
28427 esac |
28428 sort
28429 ) |
28430 sed '
28431 /^ac_cv_env_/b end
28432 t clear
28433 :clear
28434 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28435 t end
28436 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28437 :end' >>confcache
28438 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28439 if test -w "$cache_file"; then
28440 test "x$cache_file" != "x/dev/null" &&
28441 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
28442 echo "$as_me: updating cache $cache_file" >&6;}
28443 cat confcache >$cache_file
28444 else
28445 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28446 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28447 fi
28448 fi
28449 rm -f confcache
28450
28451 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
28452 { echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
28453 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6; }
28454 if test "${wx_cv_lib_glibc21+set}" = set; then
28455 echo $ECHO_N "(cached) $ECHO_C" >&6
28456 else
28457
28458 cat >conftest.$ac_ext <<_ACEOF
28459 /* confdefs.h. */
28460 _ACEOF
28461 cat confdefs.h >>conftest.$ac_ext
28462 cat >>conftest.$ac_ext <<_ACEOF
28463 /* end confdefs.h. */
28464 #include <features.h>
28465 int
28466 main ()
28467 {
28468
28469 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
28470 not glibc 2.1
28471 #endif
28472
28473 ;
28474 return 0;
28475 }
28476 _ACEOF
28477 rm -f conftest.$ac_objext
28478 if { (ac_try="$ac_compile"
28479 case "(($ac_try" in
28480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28481 *) ac_try_echo=$ac_try;;
28482 esac
28483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28484 (eval "$ac_compile") 2>conftest.er1
28485 ac_status=$?
28486 grep -v '^ *+' conftest.er1 >conftest.err
28487 rm -f conftest.er1
28488 cat conftest.err >&5
28489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28490 (exit $ac_status); } && {
28491 test -z "$ac_c_werror_flag" ||
28492 test ! -s conftest.err
28493 } && test -s conftest.$ac_objext; then
28494
28495 wx_cv_lib_glibc21=yes
28496
28497 else
28498 echo "$as_me: failed program was:" >&5
28499 sed 's/^/| /' conftest.$ac_ext >&5
28500
28501
28502 wx_cv_lib_glibc21=no
28503
28504
28505 fi
28506
28507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28508
28509 fi
28510 { echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
28511 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6; }
28512 if test "$wx_cv_lib_glibc21" = "yes"; then
28513 cat >>confdefs.h <<\_ACEOF
28514 #define wxHAVE_GLIBC2 1
28515 _ACEOF
28516
28517 fi
28518 fi
28519
28520 if test "x$wx_cv_lib_glibc21" = "xyes"; then
28521 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
28522 cat >>confdefs.h <<\_ACEOF
28523 #define _GNU_SOURCE 1
28524 _ACEOF
28525
28526 fi
28527 fi
28528
28529 have_cos=0
28530 have_floor=0
28531
28532 for ac_func in cos
28533 do
28534 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28535 { echo "$as_me:$LINENO: checking for $ac_func" >&5
28536 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
28537 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28538 echo $ECHO_N "(cached) $ECHO_C" >&6
28539 else
28540 cat >conftest.$ac_ext <<_ACEOF
28541 /* confdefs.h. */
28542 _ACEOF
28543 cat confdefs.h >>conftest.$ac_ext
28544 cat >>conftest.$ac_ext <<_ACEOF
28545 /* end confdefs.h. */
28546 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28547 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28548 #define $ac_func innocuous_$ac_func
28549
28550 /* System header to define __stub macros and hopefully few prototypes,
28551 which can conflict with char $ac_func (); below.
28552 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28553 <limits.h> exists even on freestanding compilers. */
28554
28555 #ifdef __STDC__
28556 # include <limits.h>
28557 #else
28558 # include <assert.h>
28559 #endif
28560
28561 #undef $ac_func
28562
28563 /* Override any GCC internal prototype to avoid an error.
28564 Use char because int might match the return type of a GCC
28565 builtin and then its argument prototype would still apply. */
28566 #ifdef __cplusplus
28567 extern "C"
28568 #endif
28569 char $ac_func ();
28570 /* The GNU C library defines this for functions which it implements
28571 to always fail with ENOSYS. Some functions are actually named
28572 something starting with __ and the normal name is an alias. */
28573 #if defined __stub_$ac_func || defined __stub___$ac_func
28574 choke me
28575 #endif
28576
28577 int
28578 main ()
28579 {
28580 return $ac_func ();
28581 ;
28582 return 0;
28583 }
28584 _ACEOF
28585 rm -f conftest.$ac_objext conftest$ac_exeext
28586 if { (ac_try="$ac_link"
28587 case "(($ac_try" in
28588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28589 *) ac_try_echo=$ac_try;;
28590 esac
28591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28592 (eval "$ac_link") 2>conftest.er1
28593 ac_status=$?
28594 grep -v '^ *+' conftest.er1 >conftest.err
28595 rm -f conftest.er1
28596 cat conftest.err >&5
28597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28598 (exit $ac_status); } && {
28599 test -z "$ac_c_werror_flag" ||
28600 test ! -s conftest.err
28601 } && test -s conftest$ac_exeext &&
28602 $as_test_x conftest$ac_exeext; then
28603 eval "$as_ac_var=yes"
28604 else
28605 echo "$as_me: failed program was:" >&5
28606 sed 's/^/| /' conftest.$ac_ext >&5
28607
28608 eval "$as_ac_var=no"
28609 fi
28610
28611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28612 conftest$ac_exeext conftest.$ac_ext
28613 fi
28614 ac_res=`eval echo '${'$as_ac_var'}'`
28615 { echo "$as_me:$LINENO: result: $ac_res" >&5
28616 echo "${ECHO_T}$ac_res" >&6; }
28617 if test `eval echo '${'$as_ac_var'}'` = yes; then
28618 cat >>confdefs.h <<_ACEOF
28619 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28620 _ACEOF
28621 have_cos=1
28622 fi
28623 done
28624
28625
28626 for ac_func in floor
28627 do
28628 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28629 { echo "$as_me:$LINENO: checking for $ac_func" >&5
28630 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
28631 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28632 echo $ECHO_N "(cached) $ECHO_C" >&6
28633 else
28634 cat >conftest.$ac_ext <<_ACEOF
28635 /* confdefs.h. */
28636 _ACEOF
28637 cat confdefs.h >>conftest.$ac_ext
28638 cat >>conftest.$ac_ext <<_ACEOF
28639 /* end confdefs.h. */
28640 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28641 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28642 #define $ac_func innocuous_$ac_func
28643
28644 /* System header to define __stub macros and hopefully few prototypes,
28645 which can conflict with char $ac_func (); below.
28646 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28647 <limits.h> exists even on freestanding compilers. */
28648
28649 #ifdef __STDC__
28650 # include <limits.h>
28651 #else
28652 # include <assert.h>
28653 #endif
28654
28655 #undef $ac_func
28656
28657 /* Override any GCC internal prototype to avoid an error.
28658 Use char because int might match the return type of a GCC
28659 builtin and then its argument prototype would still apply. */
28660 #ifdef __cplusplus
28661 extern "C"
28662 #endif
28663 char $ac_func ();
28664 /* The GNU C library defines this for functions which it implements
28665 to always fail with ENOSYS. Some functions are actually named
28666 something starting with __ and the normal name is an alias. */
28667 #if defined __stub_$ac_func || defined __stub___$ac_func
28668 choke me
28669 #endif
28670
28671 int
28672 main ()
28673 {
28674 return $ac_func ();
28675 ;
28676 return 0;
28677 }
28678 _ACEOF
28679 rm -f conftest.$ac_objext conftest$ac_exeext
28680 if { (ac_try="$ac_link"
28681 case "(($ac_try" in
28682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28683 *) ac_try_echo=$ac_try;;
28684 esac
28685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28686 (eval "$ac_link") 2>conftest.er1
28687 ac_status=$?
28688 grep -v '^ *+' conftest.er1 >conftest.err
28689 rm -f conftest.er1
28690 cat conftest.err >&5
28691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28692 (exit $ac_status); } && {
28693 test -z "$ac_c_werror_flag" ||
28694 test ! -s conftest.err
28695 } && test -s conftest$ac_exeext &&
28696 $as_test_x conftest$ac_exeext; then
28697 eval "$as_ac_var=yes"
28698 else
28699 echo "$as_me: failed program was:" >&5
28700 sed 's/^/| /' conftest.$ac_ext >&5
28701
28702 eval "$as_ac_var=no"
28703 fi
28704
28705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28706 conftest$ac_exeext conftest.$ac_ext
28707 fi
28708 ac_res=`eval echo '${'$as_ac_var'}'`
28709 { echo "$as_me:$LINENO: result: $ac_res" >&5
28710 echo "${ECHO_T}$ac_res" >&6; }
28711 if test `eval echo '${'$as_ac_var'}'` = yes; then
28712 cat >>confdefs.h <<_ACEOF
28713 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28714 _ACEOF
28715 have_floor=1
28716 fi
28717 done
28718
28719 { echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
28720 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6; }
28721 if test "$have_cos" = 1 -a "$have_floor" = 1; then
28722 { echo "$as_me:$LINENO: result: yes" >&5
28723 echo "${ECHO_T}yes" >&6; }
28724 else
28725 { echo "$as_me:$LINENO: result: no" >&5
28726 echo "${ECHO_T}no" >&6; }
28727 LIBS="$LIBS -lm"
28728 # use different functions to avoid configure caching
28729 have_sin=0
28730 have_ceil=0
28731
28732 for ac_func in sin
28733 do
28734 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28735 { echo "$as_me:$LINENO: checking for $ac_func" >&5
28736 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
28737 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28738 echo $ECHO_N "(cached) $ECHO_C" >&6
28739 else
28740 cat >conftest.$ac_ext <<_ACEOF
28741 /* confdefs.h. */
28742 _ACEOF
28743 cat confdefs.h >>conftest.$ac_ext
28744 cat >>conftest.$ac_ext <<_ACEOF
28745 /* end confdefs.h. */
28746 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28747 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28748 #define $ac_func innocuous_$ac_func
28749
28750 /* System header to define __stub macros and hopefully few prototypes,
28751 which can conflict with char $ac_func (); below.
28752 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28753 <limits.h> exists even on freestanding compilers. */
28754
28755 #ifdef __STDC__
28756 # include <limits.h>
28757 #else
28758 # include <assert.h>
28759 #endif
28760
28761 #undef $ac_func
28762
28763 /* Override any GCC internal prototype to avoid an error.
28764 Use char because int might match the return type of a GCC
28765 builtin and then its argument prototype would still apply. */
28766 #ifdef __cplusplus
28767 extern "C"
28768 #endif
28769 char $ac_func ();
28770 /* The GNU C library defines this for functions which it implements
28771 to always fail with ENOSYS. Some functions are actually named
28772 something starting with __ and the normal name is an alias. */
28773 #if defined __stub_$ac_func || defined __stub___$ac_func
28774 choke me
28775 #endif
28776
28777 int
28778 main ()
28779 {
28780 return $ac_func ();
28781 ;
28782 return 0;
28783 }
28784 _ACEOF
28785 rm -f conftest.$ac_objext conftest$ac_exeext
28786 if { (ac_try="$ac_link"
28787 case "(($ac_try" in
28788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28789 *) ac_try_echo=$ac_try;;
28790 esac
28791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28792 (eval "$ac_link") 2>conftest.er1
28793 ac_status=$?
28794 grep -v '^ *+' conftest.er1 >conftest.err
28795 rm -f conftest.er1
28796 cat conftest.err >&5
28797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28798 (exit $ac_status); } && {
28799 test -z "$ac_c_werror_flag" ||
28800 test ! -s conftest.err
28801 } && test -s conftest$ac_exeext &&
28802 $as_test_x conftest$ac_exeext; then
28803 eval "$as_ac_var=yes"
28804 else
28805 echo "$as_me: failed program was:" >&5
28806 sed 's/^/| /' conftest.$ac_ext >&5
28807
28808 eval "$as_ac_var=no"
28809 fi
28810
28811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28812 conftest$ac_exeext conftest.$ac_ext
28813 fi
28814 ac_res=`eval echo '${'$as_ac_var'}'`
28815 { echo "$as_me:$LINENO: result: $ac_res" >&5
28816 echo "${ECHO_T}$ac_res" >&6; }
28817 if test `eval echo '${'$as_ac_var'}'` = yes; then
28818 cat >>confdefs.h <<_ACEOF
28819 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28820 _ACEOF
28821 have_sin=1
28822 fi
28823 done
28824
28825
28826 for ac_func in ceil
28827 do
28828 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28829 { echo "$as_me:$LINENO: checking for $ac_func" >&5
28830 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
28831 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28832 echo $ECHO_N "(cached) $ECHO_C" >&6
28833 else
28834 cat >conftest.$ac_ext <<_ACEOF
28835 /* confdefs.h. */
28836 _ACEOF
28837 cat confdefs.h >>conftest.$ac_ext
28838 cat >>conftest.$ac_ext <<_ACEOF
28839 /* end confdefs.h. */
28840 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28841 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28842 #define $ac_func innocuous_$ac_func
28843
28844 /* System header to define __stub macros and hopefully few prototypes,
28845 which can conflict with char $ac_func (); below.
28846 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28847 <limits.h> exists even on freestanding compilers. */
28848
28849 #ifdef __STDC__
28850 # include <limits.h>
28851 #else
28852 # include <assert.h>
28853 #endif
28854
28855 #undef $ac_func
28856
28857 /* Override any GCC internal prototype to avoid an error.
28858 Use char because int might match the return type of a GCC
28859 builtin and then its argument prototype would still apply. */
28860 #ifdef __cplusplus
28861 extern "C"
28862 #endif
28863 char $ac_func ();
28864 /* The GNU C library defines this for functions which it implements
28865 to always fail with ENOSYS. Some functions are actually named
28866 something starting with __ and the normal name is an alias. */
28867 #if defined __stub_$ac_func || defined __stub___$ac_func
28868 choke me
28869 #endif
28870
28871 int
28872 main ()
28873 {
28874 return $ac_func ();
28875 ;
28876 return 0;
28877 }
28878 _ACEOF
28879 rm -f conftest.$ac_objext conftest$ac_exeext
28880 if { (ac_try="$ac_link"
28881 case "(($ac_try" in
28882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28883 *) ac_try_echo=$ac_try;;
28884 esac
28885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28886 (eval "$ac_link") 2>conftest.er1
28887 ac_status=$?
28888 grep -v '^ *+' conftest.er1 >conftest.err
28889 rm -f conftest.er1
28890 cat conftest.err >&5
28891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28892 (exit $ac_status); } && {
28893 test -z "$ac_c_werror_flag" ||
28894 test ! -s conftest.err
28895 } && test -s conftest$ac_exeext &&
28896 $as_test_x conftest$ac_exeext; then
28897 eval "$as_ac_var=yes"
28898 else
28899 echo "$as_me: failed program was:" >&5
28900 sed 's/^/| /' conftest.$ac_ext >&5
28901
28902 eval "$as_ac_var=no"
28903 fi
28904
28905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28906 conftest$ac_exeext conftest.$ac_ext
28907 fi
28908 ac_res=`eval echo '${'$as_ac_var'}'`
28909 { echo "$as_me:$LINENO: result: $ac_res" >&5
28910 echo "${ECHO_T}$ac_res" >&6; }
28911 if test `eval echo '${'$as_ac_var'}'` = yes; then
28912 cat >>confdefs.h <<_ACEOF
28913 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28914 _ACEOF
28915 have_ceil=1
28916 fi
28917 done
28918
28919 { echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
28920 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6; }
28921 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
28922 { echo "$as_me:$LINENO: result: yes" >&5
28923 echo "${ECHO_T}yes" >&6; }
28924 else
28925 { echo "$as_me:$LINENO: result: no" >&5
28926 echo "${ECHO_T}no" >&6; }
28927 # not sure we should warn the user, crash, etc.
28928 fi
28929 fi
28930
28931 ac_ext=cpp
28932 ac_cpp='$CXXCPP $CPPFLAGS'
28933 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28934 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28935 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28936
28937 if test "wxUSE_UNICODE" = "yes"; then
28938
28939 for wx_func in wcstoull
28940 do
28941 { echo "$as_me:$LINENO: checking for $wx_func" >&5
28942 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
28943 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
28944 echo $ECHO_N "(cached) $ECHO_C" >&6
28945 else
28946
28947 cat >conftest.$ac_ext <<_ACEOF
28948
28949 /* confdefs.h. */
28950 _ACEOF
28951 cat confdefs.h >>conftest.$ac_ext
28952 cat >>conftest.$ac_ext <<_ACEOF
28953 /* end confdefs.h. */
28954
28955
28956 $ac_includes_default
28957
28958 int
28959 main ()
28960 {
28961
28962 #ifndef $wx_func
28963 &$wx_func;
28964 #endif
28965
28966
28967 ;
28968 return 0;
28969 }
28970
28971 _ACEOF
28972 rm -f conftest.$ac_objext conftest$ac_exeext
28973 if { (ac_try="$ac_link"
28974 case "(($ac_try" in
28975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28976 *) ac_try_echo=$ac_try;;
28977 esac
28978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28979 (eval "$ac_link") 2>conftest.er1
28980 ac_status=$?
28981 grep -v '^ *+' conftest.er1 >conftest.err
28982 rm -f conftest.er1
28983 cat conftest.err >&5
28984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28985 (exit $ac_status); } && {
28986 test -z "$ac_cxx_werror_flag" ||
28987 test ! -s conftest.err
28988 } && test -s conftest$ac_exeext &&
28989 $as_test_x conftest$ac_exeext; then
28990 eval wx_cv_func_$wx_func=yes
28991 else
28992 echo "$as_me: failed program was:" >&5
28993 sed 's/^/| /' conftest.$ac_ext >&5
28994
28995 eval wx_cv_func_$wx_func=no
28996 fi
28997
28998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28999 conftest$ac_exeext conftest.$ac_ext
29000
29001 fi
29002 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
29003 { echo "$as_me:$LINENO: result: $ac_res" >&5
29004 echo "${ECHO_T}$ac_res" >&6; }
29005
29006 if eval test \$wx_cv_func_$wx_func = yes
29007 then
29008 cat >>confdefs.h <<_ACEOF
29009 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
29010 _ACEOF
29011
29012
29013 else
29014 :
29015
29016 fi
29017 done
29018
29019 else
29020
29021 for wx_func in strtoull
29022 do
29023 { echo "$as_me:$LINENO: checking for $wx_func" >&5
29024 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
29025 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
29026 echo $ECHO_N "(cached) $ECHO_C" >&6
29027 else
29028
29029 cat >conftest.$ac_ext <<_ACEOF
29030
29031 /* confdefs.h. */
29032 _ACEOF
29033 cat confdefs.h >>conftest.$ac_ext
29034 cat >>conftest.$ac_ext <<_ACEOF
29035 /* end confdefs.h. */
29036
29037
29038 $ac_includes_default
29039
29040 int
29041 main ()
29042 {
29043
29044 #ifndef $wx_func
29045 &$wx_func;
29046 #endif
29047
29048
29049 ;
29050 return 0;
29051 }
29052
29053 _ACEOF
29054 rm -f conftest.$ac_objext conftest$ac_exeext
29055 if { (ac_try="$ac_link"
29056 case "(($ac_try" in
29057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29058 *) ac_try_echo=$ac_try;;
29059 esac
29060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29061 (eval "$ac_link") 2>conftest.er1
29062 ac_status=$?
29063 grep -v '^ *+' conftest.er1 >conftest.err
29064 rm -f conftest.er1
29065 cat conftest.err >&5
29066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29067 (exit $ac_status); } && {
29068 test -z "$ac_cxx_werror_flag" ||
29069 test ! -s conftest.err
29070 } && test -s conftest$ac_exeext &&
29071 $as_test_x conftest$ac_exeext; then
29072 eval wx_cv_func_$wx_func=yes
29073 else
29074 echo "$as_me: failed program was:" >&5
29075 sed 's/^/| /' conftest.$ac_ext >&5
29076
29077 eval wx_cv_func_$wx_func=no
29078 fi
29079
29080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29081 conftest$ac_exeext conftest.$ac_ext
29082
29083 fi
29084 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
29085 { echo "$as_me:$LINENO: result: $ac_res" >&5
29086 echo "${ECHO_T}$ac_res" >&6; }
29087
29088 if eval test \$wx_cv_func_$wx_func = yes
29089 then
29090 cat >>confdefs.h <<_ACEOF
29091 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
29092 _ACEOF
29093
29094
29095 else
29096 :
29097
29098 fi
29099 done
29100
29101 fi
29102 ac_ext=c
29103 ac_cpp='$CPP $CPPFLAGS'
29104 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29105 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29106 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29107
29108
29109
29110
29111 if test "$wxUSE_REGEX" != "no"; then
29112 cat >>confdefs.h <<\_ACEOF
29113 #define wxUSE_REGEX 1
29114 _ACEOF
29115
29116
29117 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
29118 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
29119 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
29120 wxUSE_REGEX=builtin
29121 fi
29122
29123 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
29124 { echo "$as_me:$LINENO: checking for regex.h" >&5
29125 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6; }
29126 if test "${ac_cv_header_regex_h+set}" = set; then
29127 echo $ECHO_N "(cached) $ECHO_C" >&6
29128 else
29129 cat >conftest.$ac_ext <<_ACEOF
29130 /* confdefs.h. */
29131 _ACEOF
29132 cat confdefs.h >>conftest.$ac_ext
29133 cat >>conftest.$ac_ext <<_ACEOF
29134 /* end confdefs.h. */
29135
29136
29137 #include <regex.h>
29138 _ACEOF
29139 rm -f conftest.$ac_objext
29140 if { (ac_try="$ac_compile"
29141 case "(($ac_try" in
29142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29143 *) ac_try_echo=$ac_try;;
29144 esac
29145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29146 (eval "$ac_compile") 2>conftest.er1
29147 ac_status=$?
29148 grep -v '^ *+' conftest.er1 >conftest.err
29149 rm -f conftest.er1
29150 cat conftest.err >&5
29151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29152 (exit $ac_status); } && {
29153 test -z "$ac_c_werror_flag" ||
29154 test ! -s conftest.err
29155 } && test -s conftest.$ac_objext; then
29156 ac_cv_header_regex_h=yes
29157 else
29158 echo "$as_me: failed program was:" >&5
29159 sed 's/^/| /' conftest.$ac_ext >&5
29160
29161 ac_cv_header_regex_h=no
29162 fi
29163
29164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29165 fi
29166 { echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
29167 echo "${ECHO_T}$ac_cv_header_regex_h" >&6; }
29168 if test $ac_cv_header_regex_h = yes; then
29169
29170
29171 for ac_func in regcomp re_search
29172 do
29173 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29174 { echo "$as_me:$LINENO: checking for $ac_func" >&5
29175 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
29176 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
29177 echo $ECHO_N "(cached) $ECHO_C" >&6
29178 else
29179 cat >conftest.$ac_ext <<_ACEOF
29180 /* confdefs.h. */
29181 _ACEOF
29182 cat confdefs.h >>conftest.$ac_ext
29183 cat >>conftest.$ac_ext <<_ACEOF
29184 /* end confdefs.h. */
29185 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29186 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29187 #define $ac_func innocuous_$ac_func
29188
29189 /* System header to define __stub macros and hopefully few prototypes,
29190 which can conflict with char $ac_func (); below.
29191 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29192 <limits.h> exists even on freestanding compilers. */
29193
29194 #ifdef __STDC__
29195 # include <limits.h>
29196 #else
29197 # include <assert.h>
29198 #endif
29199
29200 #undef $ac_func
29201
29202 /* Override any GCC internal prototype to avoid an error.
29203 Use char because int might match the return type of a GCC
29204 builtin and then its argument prototype would still apply. */
29205 #ifdef __cplusplus
29206 extern "C"
29207 #endif
29208 char $ac_func ();
29209 /* The GNU C library defines this for functions which it implements
29210 to always fail with ENOSYS. Some functions are actually named
29211 something starting with __ and the normal name is an alias. */
29212 #if defined __stub_$ac_func || defined __stub___$ac_func
29213 choke me
29214 #endif
29215
29216 int
29217 main ()
29218 {
29219 return $ac_func ();
29220 ;
29221 return 0;
29222 }
29223 _ACEOF
29224 rm -f conftest.$ac_objext conftest$ac_exeext
29225 if { (ac_try="$ac_link"
29226 case "(($ac_try" in
29227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29228 *) ac_try_echo=$ac_try;;
29229 esac
29230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29231 (eval "$ac_link") 2>conftest.er1
29232 ac_status=$?
29233 grep -v '^ *+' conftest.er1 >conftest.err
29234 rm -f conftest.er1
29235 cat conftest.err >&5
29236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29237 (exit $ac_status); } && {
29238 test -z "$ac_c_werror_flag" ||
29239 test ! -s conftest.err
29240 } && test -s conftest$ac_exeext &&
29241 $as_test_x conftest$ac_exeext; then
29242 eval "$as_ac_var=yes"
29243 else
29244 echo "$as_me: failed program was:" >&5
29245 sed 's/^/| /' conftest.$ac_ext >&5
29246
29247 eval "$as_ac_var=no"
29248 fi
29249
29250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29251 conftest$ac_exeext conftest.$ac_ext
29252 fi
29253 ac_res=`eval echo '${'$as_ac_var'}'`
29254 { echo "$as_me:$LINENO: result: $ac_res" >&5
29255 echo "${ECHO_T}$ac_res" >&6; }
29256 if test `eval echo '${'$as_ac_var'}'` = yes; then
29257 cat >>confdefs.h <<_ACEOF
29258 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29259 _ACEOF
29260
29261 fi
29262 done
29263
29264 fi
29265
29266
29267
29268 if test "x$ac_cv_func_regcomp" != "xyes"; then
29269 if test "$wxUSE_REGEX" = "sys" ; then
29270 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
29271 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
29272 { (exit 1); exit 1; }; }
29273 else
29274 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
29275 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
29276 wxUSE_REGEX=builtin
29277 fi
29278 else
29279 wxUSE_REGEX=sys
29280 cat >>confdefs.h <<\_ACEOF
29281 #define WX_NO_REGEX_ADVANCED 1
29282 _ACEOF
29283
29284 fi
29285 fi
29286 fi
29287
29288
29289 ZLIB_LINK=
29290 if test "$wxUSE_ZLIB" != "no" ; then
29291 cat >>confdefs.h <<\_ACEOF
29292 #define wxUSE_ZLIB 1
29293 _ACEOF
29294
29295
29296 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
29297 if test "$USE_DARWIN" = 1; then
29298 system_zlib_h_ok="yes"
29299 else
29300 { echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
29301 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6; }
29302 if test "${ac_cv_header_zlib_h+set}" = set; then
29303 echo $ECHO_N "(cached) $ECHO_C" >&6
29304 else
29305 if test "$cross_compiling" = yes; then
29306 unset ac_cv_header_zlib_h
29307
29308 else
29309 cat >conftest.$ac_ext <<_ACEOF
29310 /* confdefs.h. */
29311 _ACEOF
29312 cat confdefs.h >>conftest.$ac_ext
29313 cat >>conftest.$ac_ext <<_ACEOF
29314 /* end confdefs.h. */
29315
29316 #include <zlib.h>
29317 #include <stdio.h>
29318
29319 int main()
29320 {
29321 FILE *f=fopen("conftestval", "w");
29322 if (!f) exit(1);
29323 fprintf(f, "%s",
29324 ZLIB_VERSION[0] == '1' &&
29325 (ZLIB_VERSION[2] > '1' ||
29326 (ZLIB_VERSION[2] == '1' &&
29327 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
29328 exit(0);
29329 }
29330
29331 _ACEOF
29332 rm -f conftest$ac_exeext
29333 if { (ac_try="$ac_link"
29334 case "(($ac_try" in
29335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29336 *) ac_try_echo=$ac_try;;
29337 esac
29338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29339 (eval "$ac_link") 2>&5
29340 ac_status=$?
29341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29342 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29343 { (case "(($ac_try" in
29344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29345 *) ac_try_echo=$ac_try;;
29346 esac
29347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29348 (eval "$ac_try") 2>&5
29349 ac_status=$?
29350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29351 (exit $ac_status); }; }; then
29352 ac_cv_header_zlib_h=`cat conftestval`
29353 else
29354 echo "$as_me: program exited with status $ac_status" >&5
29355 echo "$as_me: failed program was:" >&5
29356 sed 's/^/| /' conftest.$ac_ext >&5
29357
29358 ( exit $ac_status )
29359 ac_cv_header_zlib_h=no
29360 fi
29361 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29362 fi
29363
29364
29365
29366 fi
29367 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
29368 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
29369 { echo "$as_me:$LINENO: checking for zlib.h" >&5
29370 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
29371 if test "${ac_cv_header_zlib_h+set}" = set; then
29372 echo $ECHO_N "(cached) $ECHO_C" >&6
29373 else
29374 cat >conftest.$ac_ext <<_ACEOF
29375 /* confdefs.h. */
29376 _ACEOF
29377 cat confdefs.h >>conftest.$ac_ext
29378 cat >>conftest.$ac_ext <<_ACEOF
29379 /* end confdefs.h. */
29380
29381
29382 #include <zlib.h>
29383 _ACEOF
29384 rm -f conftest.$ac_objext
29385 if { (ac_try="$ac_compile"
29386 case "(($ac_try" in
29387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29388 *) ac_try_echo=$ac_try;;
29389 esac
29390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29391 (eval "$ac_compile") 2>conftest.er1
29392 ac_status=$?
29393 grep -v '^ *+' conftest.er1 >conftest.err
29394 rm -f conftest.er1
29395 cat conftest.err >&5
29396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29397 (exit $ac_status); } && {
29398 test -z "$ac_c_werror_flag" ||
29399 test ! -s conftest.err
29400 } && test -s conftest.$ac_objext; then
29401 ac_cv_header_zlib_h=yes
29402 else
29403 echo "$as_me: failed program was:" >&5
29404 sed 's/^/| /' conftest.$ac_ext >&5
29405
29406 ac_cv_header_zlib_h=no
29407 fi
29408
29409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29410 fi
29411 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
29412 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
29413
29414
29415
29416 system_zlib_h_ok=$ac_cv_header_zlib_h
29417 fi
29418
29419 if test "$system_zlib_h_ok" = "yes"; then
29420 { echo "$as_me:$LINENO: checking for deflate in -lz" >&5
29421 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
29422 if test "${ac_cv_lib_z_deflate+set}" = set; then
29423 echo $ECHO_N "(cached) $ECHO_C" >&6
29424 else
29425 ac_check_lib_save_LIBS=$LIBS
29426 LIBS="-lz $LIBS"
29427 cat >conftest.$ac_ext <<_ACEOF
29428 /* confdefs.h. */
29429 _ACEOF
29430 cat confdefs.h >>conftest.$ac_ext
29431 cat >>conftest.$ac_ext <<_ACEOF
29432 /* end confdefs.h. */
29433
29434 /* Override any GCC internal prototype to avoid an error.
29435 Use char because int might match the return type of a GCC
29436 builtin and then its argument prototype would still apply. */
29437 #ifdef __cplusplus
29438 extern "C"
29439 #endif
29440 char deflate ();
29441 int
29442 main ()
29443 {
29444 return deflate ();
29445 ;
29446 return 0;
29447 }
29448 _ACEOF
29449 rm -f conftest.$ac_objext conftest$ac_exeext
29450 if { (ac_try="$ac_link"
29451 case "(($ac_try" in
29452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29453 *) ac_try_echo=$ac_try;;
29454 esac
29455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29456 (eval "$ac_link") 2>conftest.er1
29457 ac_status=$?
29458 grep -v '^ *+' conftest.er1 >conftest.err
29459 rm -f conftest.er1
29460 cat conftest.err >&5
29461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29462 (exit $ac_status); } && {
29463 test -z "$ac_c_werror_flag" ||
29464 test ! -s conftest.err
29465 } && test -s conftest$ac_exeext &&
29466 $as_test_x conftest$ac_exeext; then
29467 ac_cv_lib_z_deflate=yes
29468 else
29469 echo "$as_me: failed program was:" >&5
29470 sed 's/^/| /' conftest.$ac_ext >&5
29471
29472 ac_cv_lib_z_deflate=no
29473 fi
29474
29475 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29476 conftest$ac_exeext conftest.$ac_ext
29477 LIBS=$ac_check_lib_save_LIBS
29478 fi
29479 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
29480 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
29481 if test $ac_cv_lib_z_deflate = yes; then
29482 ZLIB_LINK=" -lz"
29483 fi
29484
29485 fi
29486
29487 if test "x$ZLIB_LINK" = "x" ; then
29488 if test "$wxUSE_ZLIB" = "sys" ; then
29489 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
29490 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
29491 { (exit 1); exit 1; }; }
29492 else
29493 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
29494 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
29495 wxUSE_ZLIB=builtin
29496 fi
29497 else
29498 wxUSE_ZLIB=sys
29499 fi
29500 fi
29501 fi
29502
29503
29504 PNG_LINK=
29505 if test "$wxUSE_LIBPNG" != "no" ; then
29506 cat >>confdefs.h <<\_ACEOF
29507 #define wxUSE_LIBPNG 1
29508 _ACEOF
29509
29510
29511 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
29512 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
29513 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
29514 wxUSE_LIBPNG=sys
29515 fi
29516
29517 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
29518 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
29519 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
29520 wxUSE_LIBPNG=builtin
29521 fi
29522
29523 if test "$wxUSE_MGL" != 1 ; then
29524 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
29525 { echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
29526 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6; }
29527 if test "${ac_cv_header_png_h+set}" = set; then
29528 echo $ECHO_N "(cached) $ECHO_C" >&6
29529 else
29530 if test "$cross_compiling" = yes; then
29531 unset ac_cv_header_png_h
29532
29533 else
29534 cat >conftest.$ac_ext <<_ACEOF
29535 /* confdefs.h. */
29536 _ACEOF
29537 cat confdefs.h >>conftest.$ac_ext
29538 cat >>conftest.$ac_ext <<_ACEOF
29539 /* end confdefs.h. */
29540
29541 #include <png.h>
29542 #include <stdio.h>
29543
29544 int main()
29545 {
29546 FILE *f=fopen("conftestval", "w");
29547 if (!f) exit(1);
29548 fprintf(f, "%s",
29549 PNG_LIBPNG_VER > 90 ? "yes" : "no");
29550 exit(0);
29551 }
29552
29553 _ACEOF
29554 rm -f conftest$ac_exeext
29555 if { (ac_try="$ac_link"
29556 case "(($ac_try" in
29557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29558 *) ac_try_echo=$ac_try;;
29559 esac
29560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29561 (eval "$ac_link") 2>&5
29562 ac_status=$?
29563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29564 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29565 { (case "(($ac_try" in
29566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29567 *) ac_try_echo=$ac_try;;
29568 esac
29569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29570 (eval "$ac_try") 2>&5
29571 ac_status=$?
29572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29573 (exit $ac_status); }; }; then
29574 ac_cv_header_png_h=`cat conftestval`
29575 else
29576 echo "$as_me: program exited with status $ac_status" >&5
29577 echo "$as_me: failed program was:" >&5
29578 sed 's/^/| /' conftest.$ac_ext >&5
29579
29580 ( exit $ac_status )
29581 ac_cv_header_png_h=no
29582 fi
29583 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29584 fi
29585
29586
29587
29588 fi
29589 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
29590 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
29591 { echo "$as_me:$LINENO: checking for png.h" >&5
29592 echo $ECHO_N "checking for png.h... $ECHO_C" >&6; }
29593 if test "${ac_cv_header_png_h+set}" = set; then
29594 echo $ECHO_N "(cached) $ECHO_C" >&6
29595 else
29596 cat >conftest.$ac_ext <<_ACEOF
29597 /* confdefs.h. */
29598 _ACEOF
29599 cat confdefs.h >>conftest.$ac_ext
29600 cat >>conftest.$ac_ext <<_ACEOF
29601 /* end confdefs.h. */
29602
29603
29604 #include <png.h>
29605 _ACEOF
29606 rm -f conftest.$ac_objext
29607 if { (ac_try="$ac_compile"
29608 case "(($ac_try" in
29609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29610 *) ac_try_echo=$ac_try;;
29611 esac
29612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29613 (eval "$ac_compile") 2>conftest.er1
29614 ac_status=$?
29615 grep -v '^ *+' conftest.er1 >conftest.err
29616 rm -f conftest.er1
29617 cat conftest.err >&5
29618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29619 (exit $ac_status); } && {
29620 test -z "$ac_c_werror_flag" ||
29621 test ! -s conftest.err
29622 } && test -s conftest.$ac_objext; then
29623 ac_cv_header_png_h=yes
29624 else
29625 echo "$as_me: failed program was:" >&5
29626 sed 's/^/| /' conftest.$ac_ext >&5
29627
29628 ac_cv_header_png_h=no
29629 fi
29630
29631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29632 fi
29633 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
29634 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
29635
29636
29637
29638 if test "$ac_cv_header_png_h" = "yes"; then
29639 { echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
29640 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6; }
29641 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
29642 echo $ECHO_N "(cached) $ECHO_C" >&6
29643 else
29644 ac_check_lib_save_LIBS=$LIBS
29645 LIBS="-lpng -lz -lm $LIBS"
29646 cat >conftest.$ac_ext <<_ACEOF
29647 /* confdefs.h. */
29648 _ACEOF
29649 cat confdefs.h >>conftest.$ac_ext
29650 cat >>conftest.$ac_ext <<_ACEOF
29651 /* end confdefs.h. */
29652
29653 /* Override any GCC internal prototype to avoid an error.
29654 Use char because int might match the return type of a GCC
29655 builtin and then its argument prototype would still apply. */
29656 #ifdef __cplusplus
29657 extern "C"
29658 #endif
29659 char png_check_sig ();
29660 int
29661 main ()
29662 {
29663 return png_check_sig ();
29664 ;
29665 return 0;
29666 }
29667 _ACEOF
29668 rm -f conftest.$ac_objext conftest$ac_exeext
29669 if { (ac_try="$ac_link"
29670 case "(($ac_try" in
29671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29672 *) ac_try_echo=$ac_try;;
29673 esac
29674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29675 (eval "$ac_link") 2>conftest.er1
29676 ac_status=$?
29677 grep -v '^ *+' conftest.er1 >conftest.err
29678 rm -f conftest.er1
29679 cat conftest.err >&5
29680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29681 (exit $ac_status); } && {
29682 test -z "$ac_c_werror_flag" ||
29683 test ! -s conftest.err
29684 } && test -s conftest$ac_exeext &&
29685 $as_test_x conftest$ac_exeext; then
29686 ac_cv_lib_png_png_check_sig=yes
29687 else
29688 echo "$as_me: failed program was:" >&5
29689 sed 's/^/| /' conftest.$ac_ext >&5
29690
29691 ac_cv_lib_png_png_check_sig=no
29692 fi
29693
29694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29695 conftest$ac_exeext conftest.$ac_ext
29696 LIBS=$ac_check_lib_save_LIBS
29697 fi
29698 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
29699 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6; }
29700 if test $ac_cv_lib_png_png_check_sig = yes; then
29701 PNG_LINK=" -lpng -lz"
29702 fi
29703
29704 fi
29705
29706 if test "x$PNG_LINK" = "x" ; then
29707 if test "$wxUSE_LIBPNG" = "sys" ; then
29708 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
29709 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
29710 { (exit 1); exit 1; }; }
29711 else
29712 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
29713 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
29714 wxUSE_LIBPNG=builtin
29715 fi
29716 else
29717 wxUSE_LIBPNG=sys
29718 fi
29719 fi
29720 fi
29721 fi
29722
29723
29724 JPEG_LINK=
29725 if test "$wxUSE_LIBJPEG" != "no" ; then
29726 cat >>confdefs.h <<\_ACEOF
29727 #define wxUSE_LIBJPEG 1
29728 _ACEOF
29729
29730
29731 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
29732 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
29733 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
29734 wxUSE_LIBJPEG=sys
29735 fi
29736
29737 if test "$wxUSE_MGL" != 1 ; then
29738 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
29739 { echo "$as_me:$LINENO: checking for jpeglib.h" >&5
29740 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; }
29741 if test "${ac_cv_header_jpeglib_h+set}" = set; then
29742 echo $ECHO_N "(cached) $ECHO_C" >&6
29743 else
29744 cat >conftest.$ac_ext <<_ACEOF
29745 /* confdefs.h. */
29746 _ACEOF
29747 cat confdefs.h >>conftest.$ac_ext
29748 cat >>conftest.$ac_ext <<_ACEOF
29749 /* end confdefs.h. */
29750
29751 #undef HAVE_STDLIB_H
29752 #include <stdio.h>
29753 #include <jpeglib.h>
29754
29755 int
29756 main ()
29757 {
29758
29759
29760 ;
29761 return 0;
29762 }
29763 _ACEOF
29764 rm -f conftest.$ac_objext
29765 if { (ac_try="$ac_compile"
29766 case "(($ac_try" in
29767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29768 *) ac_try_echo=$ac_try;;
29769 esac
29770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29771 (eval "$ac_compile") 2>conftest.er1
29772 ac_status=$?
29773 grep -v '^ *+' conftest.er1 >conftest.err
29774 rm -f conftest.er1
29775 cat conftest.err >&5
29776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29777 (exit $ac_status); } && {
29778 test -z "$ac_c_werror_flag" ||
29779 test ! -s conftest.err
29780 } && test -s conftest.$ac_objext; then
29781 ac_cv_header_jpeglib_h=yes
29782 else
29783 echo "$as_me: failed program was:" >&5
29784 sed 's/^/| /' conftest.$ac_ext >&5
29785
29786 ac_cv_header_jpeglib_h=no
29787
29788 fi
29789
29790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29791
29792 fi
29793
29794 { echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
29795 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; }
29796
29797 if test "$ac_cv_header_jpeglib_h" = "yes"; then
29798 { echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
29799 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6; }
29800 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
29801 echo $ECHO_N "(cached) $ECHO_C" >&6
29802 else
29803 ac_check_lib_save_LIBS=$LIBS
29804 LIBS="-ljpeg $LIBS"
29805 cat >conftest.$ac_ext <<_ACEOF
29806 /* confdefs.h. */
29807 _ACEOF
29808 cat confdefs.h >>conftest.$ac_ext
29809 cat >>conftest.$ac_ext <<_ACEOF
29810 /* end confdefs.h. */
29811
29812 /* Override any GCC internal prototype to avoid an error.
29813 Use char because int might match the return type of a GCC
29814 builtin and then its argument prototype would still apply. */
29815 #ifdef __cplusplus
29816 extern "C"
29817 #endif
29818 char jpeg_read_header ();
29819 int
29820 main ()
29821 {
29822 return jpeg_read_header ();
29823 ;
29824 return 0;
29825 }
29826 _ACEOF
29827 rm -f conftest.$ac_objext conftest$ac_exeext
29828 if { (ac_try="$ac_link"
29829 case "(($ac_try" in
29830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29831 *) ac_try_echo=$ac_try;;
29832 esac
29833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29834 (eval "$ac_link") 2>conftest.er1
29835 ac_status=$?
29836 grep -v '^ *+' conftest.er1 >conftest.err
29837 rm -f conftest.er1
29838 cat conftest.err >&5
29839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29840 (exit $ac_status); } && {
29841 test -z "$ac_c_werror_flag" ||
29842 test ! -s conftest.err
29843 } && test -s conftest$ac_exeext &&
29844 $as_test_x conftest$ac_exeext; then
29845 ac_cv_lib_jpeg_jpeg_read_header=yes
29846 else
29847 echo "$as_me: failed program was:" >&5
29848 sed 's/^/| /' conftest.$ac_ext >&5
29849
29850 ac_cv_lib_jpeg_jpeg_read_header=no
29851 fi
29852
29853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29854 conftest$ac_exeext conftest.$ac_ext
29855 LIBS=$ac_check_lib_save_LIBS
29856 fi
29857 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
29858 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
29859 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
29860 JPEG_LINK=" -ljpeg"
29861 fi
29862
29863 fi
29864
29865 if test "x$JPEG_LINK" = "x" ; then
29866 if test "$wxUSE_LIBJPEG" = "sys" ; then
29867 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
29868 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
29869 { (exit 1); exit 1; }; }
29870 else
29871 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
29872 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
29873 wxUSE_LIBJPEG=builtin
29874 fi
29875 else
29876 wxUSE_LIBJPEG=sys
29877
29878 if test "$wxUSE_MSW" = 1; then
29879 { echo "$as_me:$LINENO: checking for boolean" >&5
29880 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
29881 if test "${ac_cv_type_boolean+set}" = set; then
29882 echo $ECHO_N "(cached) $ECHO_C" >&6
29883 else
29884 cat >conftest.$ac_ext <<_ACEOF
29885 /* confdefs.h. */
29886 _ACEOF
29887 cat confdefs.h >>conftest.$ac_ext
29888 cat >>conftest.$ac_ext <<_ACEOF
29889 /* end confdefs.h. */
29890 #include <windows.h>
29891
29892 typedef boolean ac__type_new_;
29893 int
29894 main ()
29895 {
29896 if ((ac__type_new_ *) 0)
29897 return 0;
29898 if (sizeof (ac__type_new_))
29899 return 0;
29900 ;
29901 return 0;
29902 }
29903 _ACEOF
29904 rm -f conftest.$ac_objext
29905 if { (ac_try="$ac_compile"
29906 case "(($ac_try" in
29907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29908 *) ac_try_echo=$ac_try;;
29909 esac
29910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29911 (eval "$ac_compile") 2>conftest.er1
29912 ac_status=$?
29913 grep -v '^ *+' conftest.er1 >conftest.err
29914 rm -f conftest.er1
29915 cat conftest.err >&5
29916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29917 (exit $ac_status); } && {
29918 test -z "$ac_c_werror_flag" ||
29919 test ! -s conftest.err
29920 } && test -s conftest.$ac_objext; then
29921 ac_cv_type_boolean=yes
29922 else
29923 echo "$as_me: failed program was:" >&5
29924 sed 's/^/| /' conftest.$ac_ext >&5
29925
29926 ac_cv_type_boolean=no
29927 fi
29928
29929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29930 fi
29931 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
29932 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
29933 if test $ac_cv_type_boolean = yes; then
29934
29935 cat >>confdefs.h <<_ACEOF
29936 #define HAVE_BOOLEAN 1
29937 _ACEOF
29938
29939
29940 { echo "$as_me:$LINENO: checking for boolean" >&5
29941 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
29942 if test "${ac_cv_type_boolean+set}" = set; then
29943 echo $ECHO_N "(cached) $ECHO_C" >&6
29944 else
29945 cat >conftest.$ac_ext <<_ACEOF
29946 /* confdefs.h. */
29947 _ACEOF
29948 cat confdefs.h >>conftest.$ac_ext
29949 cat >>conftest.$ac_ext <<_ACEOF
29950 /* end confdefs.h. */
29951
29952 #undef HAVE_BOOLEAN
29953 #include <stdio.h>
29954 #include <jpeglib.h>
29955
29956
29957 typedef boolean ac__type_new_;
29958 int
29959 main ()
29960 {
29961 if ((ac__type_new_ *) 0)
29962 return 0;
29963 if (sizeof (ac__type_new_))
29964 return 0;
29965 ;
29966 return 0;
29967 }
29968 _ACEOF
29969 rm -f conftest.$ac_objext
29970 if { (ac_try="$ac_compile"
29971 case "(($ac_try" in
29972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29973 *) ac_try_echo=$ac_try;;
29974 esac
29975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29976 (eval "$ac_compile") 2>conftest.er1
29977 ac_status=$?
29978 grep -v '^ *+' conftest.er1 >conftest.err
29979 rm -f conftest.er1
29980 cat conftest.err >&5
29981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29982 (exit $ac_status); } && {
29983 test -z "$ac_c_werror_flag" ||
29984 test ! -s conftest.err
29985 } && test -s conftest.$ac_objext; then
29986 ac_cv_type_boolean=yes
29987 else
29988 echo "$as_me: failed program was:" >&5
29989 sed 's/^/| /' conftest.$ac_ext >&5
29990
29991 ac_cv_type_boolean=no
29992 fi
29993
29994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29995 fi
29996 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
29997 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
29998
29999 # The cast to long int works around a bug in the HP C Compiler
30000 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
30001 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
30002 # This bug is HP SR number 8606223364.
30003 { echo "$as_me:$LINENO: checking size of boolean" >&5
30004 echo $ECHO_N "checking size of boolean... $ECHO_C" >&6; }
30005 if test "${ac_cv_sizeof_boolean+set}" = set; then
30006 echo $ECHO_N "(cached) $ECHO_C" >&6
30007 else
30008 if test "$cross_compiling" = yes; then
30009 # Depending upon the size, compute the lo and hi bounds.
30010 cat >conftest.$ac_ext <<_ACEOF
30011 /* confdefs.h. */
30012 _ACEOF
30013 cat confdefs.h >>conftest.$ac_ext
30014 cat >>conftest.$ac_ext <<_ACEOF
30015 /* end confdefs.h. */
30016
30017 #undef HAVE_BOOLEAN
30018 #include <stdio.h>
30019 #include <jpeglib.h>
30020
30021
30022 typedef boolean ac__type_sizeof_;
30023 int
30024 main ()
30025 {
30026 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
30027 test_array [0] = 0
30028
30029 ;
30030 return 0;
30031 }
30032 _ACEOF
30033 rm -f conftest.$ac_objext
30034 if { (ac_try="$ac_compile"
30035 case "(($ac_try" in
30036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30037 *) ac_try_echo=$ac_try;;
30038 esac
30039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30040 (eval "$ac_compile") 2>conftest.er1
30041 ac_status=$?
30042 grep -v '^ *+' conftest.er1 >conftest.err
30043 rm -f conftest.er1
30044 cat conftest.err >&5
30045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30046 (exit $ac_status); } && {
30047 test -z "$ac_c_werror_flag" ||
30048 test ! -s conftest.err
30049 } && test -s conftest.$ac_objext; then
30050 ac_lo=0 ac_mid=0
30051 while :; do
30052 cat >conftest.$ac_ext <<_ACEOF
30053 /* confdefs.h. */
30054 _ACEOF
30055 cat confdefs.h >>conftest.$ac_ext
30056 cat >>conftest.$ac_ext <<_ACEOF
30057 /* end confdefs.h. */
30058
30059 #undef HAVE_BOOLEAN
30060 #include <stdio.h>
30061 #include <jpeglib.h>
30062
30063
30064 typedef boolean ac__type_sizeof_;
30065 int
30066 main ()
30067 {
30068 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
30069 test_array [0] = 0
30070
30071 ;
30072 return 0;
30073 }
30074 _ACEOF
30075 rm -f conftest.$ac_objext
30076 if { (ac_try="$ac_compile"
30077 case "(($ac_try" in
30078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30079 *) ac_try_echo=$ac_try;;
30080 esac
30081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30082 (eval "$ac_compile") 2>conftest.er1
30083 ac_status=$?
30084 grep -v '^ *+' conftest.er1 >conftest.err
30085 rm -f conftest.er1
30086 cat conftest.err >&5
30087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30088 (exit $ac_status); } && {
30089 test -z "$ac_c_werror_flag" ||
30090 test ! -s conftest.err
30091 } && test -s conftest.$ac_objext; then
30092 ac_hi=$ac_mid; break
30093 else
30094 echo "$as_me: failed program was:" >&5
30095 sed 's/^/| /' conftest.$ac_ext >&5
30096
30097 ac_lo=`expr $ac_mid + 1`
30098 if test $ac_lo -le $ac_mid; then
30099 ac_lo= ac_hi=
30100 break
30101 fi
30102 ac_mid=`expr 2 '*' $ac_mid + 1`
30103 fi
30104
30105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30106 done
30107 else
30108 echo "$as_me: failed program was:" >&5
30109 sed 's/^/| /' conftest.$ac_ext >&5
30110
30111 cat >conftest.$ac_ext <<_ACEOF
30112 /* confdefs.h. */
30113 _ACEOF
30114 cat confdefs.h >>conftest.$ac_ext
30115 cat >>conftest.$ac_ext <<_ACEOF
30116 /* end confdefs.h. */
30117
30118 #undef HAVE_BOOLEAN
30119 #include <stdio.h>
30120 #include <jpeglib.h>
30121
30122
30123 typedef boolean ac__type_sizeof_;
30124 int
30125 main ()
30126 {
30127 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
30128 test_array [0] = 0
30129
30130 ;
30131 return 0;
30132 }
30133 _ACEOF
30134 rm -f conftest.$ac_objext
30135 if { (ac_try="$ac_compile"
30136 case "(($ac_try" in
30137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30138 *) ac_try_echo=$ac_try;;
30139 esac
30140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30141 (eval "$ac_compile") 2>conftest.er1
30142 ac_status=$?
30143 grep -v '^ *+' conftest.er1 >conftest.err
30144 rm -f conftest.er1
30145 cat conftest.err >&5
30146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30147 (exit $ac_status); } && {
30148 test -z "$ac_c_werror_flag" ||
30149 test ! -s conftest.err
30150 } && test -s conftest.$ac_objext; then
30151 ac_hi=-1 ac_mid=-1
30152 while :; do
30153 cat >conftest.$ac_ext <<_ACEOF
30154 /* confdefs.h. */
30155 _ACEOF
30156 cat confdefs.h >>conftest.$ac_ext
30157 cat >>conftest.$ac_ext <<_ACEOF
30158 /* end confdefs.h. */
30159
30160 #undef HAVE_BOOLEAN
30161 #include <stdio.h>
30162 #include <jpeglib.h>
30163
30164
30165 typedef boolean ac__type_sizeof_;
30166 int
30167 main ()
30168 {
30169 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
30170 test_array [0] = 0
30171
30172 ;
30173 return 0;
30174 }
30175 _ACEOF
30176 rm -f conftest.$ac_objext
30177 if { (ac_try="$ac_compile"
30178 case "(($ac_try" in
30179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30180 *) ac_try_echo=$ac_try;;
30181 esac
30182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30183 (eval "$ac_compile") 2>conftest.er1
30184 ac_status=$?
30185 grep -v '^ *+' conftest.er1 >conftest.err
30186 rm -f conftest.er1
30187 cat conftest.err >&5
30188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30189 (exit $ac_status); } && {
30190 test -z "$ac_c_werror_flag" ||
30191 test ! -s conftest.err
30192 } && test -s conftest.$ac_objext; then
30193 ac_lo=$ac_mid; break
30194 else
30195 echo "$as_me: failed program was:" >&5
30196 sed 's/^/| /' conftest.$ac_ext >&5
30197
30198 ac_hi=`expr '(' $ac_mid ')' - 1`
30199 if test $ac_mid -le $ac_hi; then
30200 ac_lo= ac_hi=
30201 break
30202 fi
30203 ac_mid=`expr 2 '*' $ac_mid`
30204 fi
30205
30206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30207 done
30208 else
30209 echo "$as_me: failed program was:" >&5
30210 sed 's/^/| /' conftest.$ac_ext >&5
30211
30212 ac_lo= ac_hi=
30213 fi
30214
30215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30216 fi
30217
30218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30219 # Binary search between lo and hi bounds.
30220 while test "x$ac_lo" != "x$ac_hi"; do
30221 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
30222 cat >conftest.$ac_ext <<_ACEOF
30223 /* confdefs.h. */
30224 _ACEOF
30225 cat confdefs.h >>conftest.$ac_ext
30226 cat >>conftest.$ac_ext <<_ACEOF
30227 /* end confdefs.h. */
30228
30229 #undef HAVE_BOOLEAN
30230 #include <stdio.h>
30231 #include <jpeglib.h>
30232
30233
30234 typedef boolean ac__type_sizeof_;
30235 int
30236 main ()
30237 {
30238 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
30239 test_array [0] = 0
30240
30241 ;
30242 return 0;
30243 }
30244 _ACEOF
30245 rm -f conftest.$ac_objext
30246 if { (ac_try="$ac_compile"
30247 case "(($ac_try" in
30248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30249 *) ac_try_echo=$ac_try;;
30250 esac
30251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30252 (eval "$ac_compile") 2>conftest.er1
30253 ac_status=$?
30254 grep -v '^ *+' conftest.er1 >conftest.err
30255 rm -f conftest.er1
30256 cat conftest.err >&5
30257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30258 (exit $ac_status); } && {
30259 test -z "$ac_c_werror_flag" ||
30260 test ! -s conftest.err
30261 } && test -s conftest.$ac_objext; then
30262 ac_hi=$ac_mid
30263 else
30264 echo "$as_me: failed program was:" >&5
30265 sed 's/^/| /' conftest.$ac_ext >&5
30266
30267 ac_lo=`expr '(' $ac_mid ')' + 1`
30268 fi
30269
30270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30271 done
30272 case $ac_lo in
30273 ?*) ac_cv_sizeof_boolean=$ac_lo;;
30274 '') if test "$ac_cv_type_boolean" = yes; then
30275 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
30276 See \`config.log' for more details." >&5
30277 echo "$as_me: error: cannot compute sizeof (boolean)
30278 See \`config.log' for more details." >&2;}
30279 { (exit 77); exit 77; }; }
30280 else
30281 ac_cv_sizeof_boolean=0
30282 fi ;;
30283 esac
30284 else
30285 cat >conftest.$ac_ext <<_ACEOF
30286 /* confdefs.h. */
30287 _ACEOF
30288 cat confdefs.h >>conftest.$ac_ext
30289 cat >>conftest.$ac_ext <<_ACEOF
30290 /* end confdefs.h. */
30291
30292 #undef HAVE_BOOLEAN
30293 #include <stdio.h>
30294 #include <jpeglib.h>
30295
30296
30297 typedef boolean ac__type_sizeof_;
30298 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
30299 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
30300 #include <stdio.h>
30301 #include <stdlib.h>
30302 int
30303 main ()
30304 {
30305
30306 FILE *f = fopen ("conftest.val", "w");
30307 if (! f)
30308 return 1;
30309 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
30310 {
30311 long int i = longval ();
30312 if (i != ((long int) (sizeof (ac__type_sizeof_))))
30313 return 1;
30314 fprintf (f, "%ld\n", i);
30315 }
30316 else
30317 {
30318 unsigned long int i = ulongval ();
30319 if (i != ((long int) (sizeof (ac__type_sizeof_))))
30320 return 1;
30321 fprintf (f, "%lu\n", i);
30322 }
30323 return ferror (f) || fclose (f) != 0;
30324
30325 ;
30326 return 0;
30327 }
30328 _ACEOF
30329 rm -f conftest$ac_exeext
30330 if { (ac_try="$ac_link"
30331 case "(($ac_try" in
30332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30333 *) ac_try_echo=$ac_try;;
30334 esac
30335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30336 (eval "$ac_link") 2>&5
30337 ac_status=$?
30338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30339 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30340 { (case "(($ac_try" in
30341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30342 *) ac_try_echo=$ac_try;;
30343 esac
30344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30345 (eval "$ac_try") 2>&5
30346 ac_status=$?
30347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30348 (exit $ac_status); }; }; then
30349 ac_cv_sizeof_boolean=`cat conftest.val`
30350 else
30351 echo "$as_me: program exited with status $ac_status" >&5
30352 echo "$as_me: failed program was:" >&5
30353 sed 's/^/| /' conftest.$ac_ext >&5
30354
30355 ( exit $ac_status )
30356 if test "$ac_cv_type_boolean" = yes; then
30357 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
30358 See \`config.log' for more details." >&5
30359 echo "$as_me: error: cannot compute sizeof (boolean)
30360 See \`config.log' for more details." >&2;}
30361 { (exit 77); exit 77; }; }
30362 else
30363 ac_cv_sizeof_boolean=0
30364 fi
30365 fi
30366 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30367 fi
30368 rm -f conftest.val
30369 fi
30370 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_boolean" >&5
30371 echo "${ECHO_T}$ac_cv_sizeof_boolean" >&6; }
30372
30373
30374
30375 cat >>confdefs.h <<_ACEOF
30376 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
30377 _ACEOF
30378
30379
30380 cat >>confdefs.h <<_ACEOF
30381 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
30382 _ACEOF
30383
30384
30385 fi
30386
30387 fi
30388 fi
30389 fi
30390 fi
30391 fi
30392
30393
30394 TIFF_LINK=
30395 TIFF_PREREQ_LINKS=-lm
30396 if test "$wxUSE_LIBTIFF" != "no" ; then
30397 cat >>confdefs.h <<\_ACEOF
30398 #define wxUSE_LIBTIFF 1
30399 _ACEOF
30400
30401
30402 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
30403 if test "$wxUSE_LIBJPEG" = "sys"; then
30404 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
30405 fi
30406 if test "$wxUSE_ZLIB" = "sys"; then
30407 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
30408 fi
30409 { echo "$as_me:$LINENO: checking for tiffio.h" >&5
30410 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
30411 if test "${ac_cv_header_tiffio_h+set}" = set; then
30412 echo $ECHO_N "(cached) $ECHO_C" >&6
30413 else
30414 cat >conftest.$ac_ext <<_ACEOF
30415 /* confdefs.h. */
30416 _ACEOF
30417 cat confdefs.h >>conftest.$ac_ext
30418 cat >>conftest.$ac_ext <<_ACEOF
30419 /* end confdefs.h. */
30420
30421
30422
30423 #include <tiffio.h>
30424 _ACEOF
30425 rm -f conftest.$ac_objext
30426 if { (ac_try="$ac_compile"
30427 case "(($ac_try" in
30428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30429 *) ac_try_echo=$ac_try;;
30430 esac
30431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30432 (eval "$ac_compile") 2>conftest.er1
30433 ac_status=$?
30434 grep -v '^ *+' conftest.er1 >conftest.err
30435 rm -f conftest.er1
30436 cat conftest.err >&5
30437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30438 (exit $ac_status); } && {
30439 test -z "$ac_c_werror_flag" ||
30440 test ! -s conftest.err
30441 } && test -s conftest.$ac_objext; then
30442 ac_cv_header_tiffio_h=yes
30443 else
30444 echo "$as_me: failed program was:" >&5
30445 sed 's/^/| /' conftest.$ac_ext >&5
30446
30447 ac_cv_header_tiffio_h=no
30448 fi
30449
30450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30451 fi
30452 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
30453 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
30454 if test $ac_cv_header_tiffio_h = yes; then
30455
30456 { echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
30457 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6; }
30458 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
30459 echo $ECHO_N "(cached) $ECHO_C" >&6
30460 else
30461 ac_check_lib_save_LIBS=$LIBS
30462 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
30463 cat >conftest.$ac_ext <<_ACEOF
30464 /* confdefs.h. */
30465 _ACEOF
30466 cat confdefs.h >>conftest.$ac_ext
30467 cat >>conftest.$ac_ext <<_ACEOF
30468 /* end confdefs.h. */
30469
30470 /* Override any GCC internal prototype to avoid an error.
30471 Use char because int might match the return type of a GCC
30472 builtin and then its argument prototype would still apply. */
30473 #ifdef __cplusplus
30474 extern "C"
30475 #endif
30476 char TIFFError ();
30477 int
30478 main ()
30479 {
30480 return TIFFError ();
30481 ;
30482 return 0;
30483 }
30484 _ACEOF
30485 rm -f conftest.$ac_objext conftest$ac_exeext
30486 if { (ac_try="$ac_link"
30487 case "(($ac_try" in
30488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30489 *) ac_try_echo=$ac_try;;
30490 esac
30491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30492 (eval "$ac_link") 2>conftest.er1
30493 ac_status=$?
30494 grep -v '^ *+' conftest.er1 >conftest.err
30495 rm -f conftest.er1
30496 cat conftest.err >&5
30497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30498 (exit $ac_status); } && {
30499 test -z "$ac_c_werror_flag" ||
30500 test ! -s conftest.err
30501 } && test -s conftest$ac_exeext &&
30502 $as_test_x conftest$ac_exeext; then
30503 ac_cv_lib_tiff_TIFFError=yes
30504 else
30505 echo "$as_me: failed program was:" >&5
30506 sed 's/^/| /' conftest.$ac_ext >&5
30507
30508 ac_cv_lib_tiff_TIFFError=no
30509 fi
30510
30511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30512 conftest$ac_exeext conftest.$ac_ext
30513 LIBS=$ac_check_lib_save_LIBS
30514 fi
30515 { echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
30516 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6; }
30517 if test $ac_cv_lib_tiff_TIFFError = yes; then
30518 TIFF_LINK=" -ltiff"
30519 fi
30520
30521
30522 fi
30523
30524
30525
30526 if test "x$TIFF_LINK" = "x" ; then
30527 if test "$wxUSE_LIBTIFF" = "sys" ; then
30528 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
30529 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
30530 { (exit 1); exit 1; }; }
30531 else
30532 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
30533 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
30534 wxUSE_LIBTIFF=builtin
30535 fi
30536 else
30537 wxUSE_LIBTIFF=sys
30538 fi
30539 fi
30540 fi
30541
30542
30543 if test "$wxUSE_WCHAR_T" != "yes"; then
30544 if test "$wxUSE_EXPAT" != "no"; then
30545 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
30546 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
30547 wxUSE_EXPAT=no
30548 fi
30549 if test "$wxUSE_XML" != "no"; then
30550 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
30551 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
30552 wxUSE_XML=no
30553 fi
30554 fi
30555
30556 if test "$wxUSE_EXPAT" != "no"; then
30557 wxUSE_XML=yes
30558 cat >>confdefs.h <<\_ACEOF
30559 #define wxUSE_EXPAT 1
30560 _ACEOF
30561
30562 cat >>confdefs.h <<\_ACEOF
30563 #define wxUSE_XML 1
30564 _ACEOF
30565
30566
30567 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
30568 { echo "$as_me:$LINENO: checking for expat.h" >&5
30569 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6; }
30570 if test "${ac_cv_header_expat_h+set}" = set; then
30571 echo $ECHO_N "(cached) $ECHO_C" >&6
30572 else
30573 cat >conftest.$ac_ext <<_ACEOF
30574 /* confdefs.h. */
30575 _ACEOF
30576 cat confdefs.h >>conftest.$ac_ext
30577 cat >>conftest.$ac_ext <<_ACEOF
30578 /* end confdefs.h. */
30579
30580
30581 #include <expat.h>
30582 _ACEOF
30583 rm -f conftest.$ac_objext
30584 if { (ac_try="$ac_compile"
30585 case "(($ac_try" in
30586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30587 *) ac_try_echo=$ac_try;;
30588 esac
30589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30590 (eval "$ac_compile") 2>conftest.er1
30591 ac_status=$?
30592 grep -v '^ *+' conftest.er1 >conftest.err
30593 rm -f conftest.er1
30594 cat conftest.err >&5
30595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30596 (exit $ac_status); } && {
30597 test -z "$ac_c_werror_flag" ||
30598 test ! -s conftest.err
30599 } && test -s conftest.$ac_objext; then
30600 ac_cv_header_expat_h=yes
30601 else
30602 echo "$as_me: failed program was:" >&5
30603 sed 's/^/| /' conftest.$ac_ext >&5
30604
30605 ac_cv_header_expat_h=no
30606 fi
30607
30608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30609 fi
30610 { echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
30611 echo "${ECHO_T}$ac_cv_header_expat_h" >&6; }
30612 if test $ac_cv_header_expat_h = yes; then
30613 found_expat_h=1
30614 fi
30615
30616
30617 if test "x$found_expat_h" = "x1"; then
30618 { echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
30619 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6; }
30620 if test "${wx_cv_expat_is_not_broken+set}" = set; then
30621 echo $ECHO_N "(cached) $ECHO_C" >&6
30622 else
30623
30624 ac_ext=cpp
30625 ac_cpp='$CXXCPP $CPPFLAGS'
30626 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30627 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30628 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30629
30630 cat >conftest.$ac_ext <<_ACEOF
30631 /* confdefs.h. */
30632 _ACEOF
30633 cat confdefs.h >>conftest.$ac_ext
30634 cat >>conftest.$ac_ext <<_ACEOF
30635 /* end confdefs.h. */
30636 #include <expat.h>
30637 int
30638 main ()
30639 {
30640
30641 ;
30642 return 0;
30643 }
30644 _ACEOF
30645 rm -f conftest.$ac_objext
30646 if { (ac_try="$ac_compile"
30647 case "(($ac_try" in
30648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30649 *) ac_try_echo=$ac_try;;
30650 esac
30651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30652 (eval "$ac_compile") 2>conftest.er1
30653 ac_status=$?
30654 grep -v '^ *+' conftest.er1 >conftest.err
30655 rm -f conftest.er1
30656 cat conftest.err >&5
30657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30658 (exit $ac_status); } && {
30659 test -z "$ac_cxx_werror_flag" ||
30660 test ! -s conftest.err
30661 } && test -s conftest.$ac_objext; then
30662 wx_cv_expat_is_not_broken=yes
30663 else
30664 echo "$as_me: failed program was:" >&5
30665 sed 's/^/| /' conftest.$ac_ext >&5
30666
30667 wx_cv_expat_is_not_broken=no
30668
30669 fi
30670
30671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30672 ac_ext=c
30673 ac_cpp='$CPP $CPPFLAGS'
30674 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30675 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30676 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30677
30678
30679
30680 fi
30681 { echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
30682 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6; }
30683 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
30684 { echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
30685 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6; }
30686 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
30687 echo $ECHO_N "(cached) $ECHO_C" >&6
30688 else
30689 ac_check_lib_save_LIBS=$LIBS
30690 LIBS="-lexpat $LIBS"
30691 cat >conftest.$ac_ext <<_ACEOF
30692 /* confdefs.h. */
30693 _ACEOF
30694 cat confdefs.h >>conftest.$ac_ext
30695 cat >>conftest.$ac_ext <<_ACEOF
30696 /* end confdefs.h. */
30697
30698 /* Override any GCC internal prototype to avoid an error.
30699 Use char because int might match the return type of a GCC
30700 builtin and then its argument prototype would still apply. */
30701 #ifdef __cplusplus
30702 extern "C"
30703 #endif
30704 char XML_ParserCreate ();
30705 int
30706 main ()
30707 {
30708 return XML_ParserCreate ();
30709 ;
30710 return 0;
30711 }
30712 _ACEOF
30713 rm -f conftest.$ac_objext conftest$ac_exeext
30714 if { (ac_try="$ac_link"
30715 case "(($ac_try" in
30716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30717 *) ac_try_echo=$ac_try;;
30718 esac
30719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30720 (eval "$ac_link") 2>conftest.er1
30721 ac_status=$?
30722 grep -v '^ *+' conftest.er1 >conftest.err
30723 rm -f conftest.er1
30724 cat conftest.err >&5
30725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30726 (exit $ac_status); } && {
30727 test -z "$ac_c_werror_flag" ||
30728 test ! -s conftest.err
30729 } && test -s conftest$ac_exeext &&
30730 $as_test_x conftest$ac_exeext; then
30731 ac_cv_lib_expat_XML_ParserCreate=yes
30732 else
30733 echo "$as_me: failed program was:" >&5
30734 sed 's/^/| /' conftest.$ac_ext >&5
30735
30736 ac_cv_lib_expat_XML_ParserCreate=no
30737 fi
30738
30739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30740 conftest$ac_exeext conftest.$ac_ext
30741 LIBS=$ac_check_lib_save_LIBS
30742 fi
30743 { echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
30744 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6; }
30745 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
30746 EXPAT_LINK=" -lexpat"
30747 fi
30748
30749 fi
30750 fi
30751 if test "x$EXPAT_LINK" = "x" ; then
30752 if test "$wxUSE_EXPAT" = "sys" ; then
30753 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
30754 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
30755 { (exit 1); exit 1; }; }
30756 else
30757 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
30758 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
30759 wxUSE_EXPAT=builtin
30760 fi
30761 else
30762 wxUSE_EXPAT=sys
30763 fi
30764 fi
30765 if test "$wxUSE_EXPAT" = "builtin" ; then
30766 subdirs="$subdirs src/expat"
30767
30768 fi
30769 fi
30770
30771
30772
30773 if test "$wxUSE_LIBMSPACK" != "no"; then
30774 { echo "$as_me:$LINENO: checking for mspack.h" >&5
30775 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6; }
30776 if test "${ac_cv_header_mspack_h+set}" = set; then
30777 echo $ECHO_N "(cached) $ECHO_C" >&6
30778 else
30779 cat >conftest.$ac_ext <<_ACEOF
30780 /* confdefs.h. */
30781 _ACEOF
30782 cat confdefs.h >>conftest.$ac_ext
30783 cat >>conftest.$ac_ext <<_ACEOF
30784 /* end confdefs.h. */
30785
30786
30787 #include <mspack.h>
30788 _ACEOF
30789 rm -f conftest.$ac_objext
30790 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
30806 ac_cv_header_mspack_h=yes
30807 else
30808 echo "$as_me: failed program was:" >&5
30809 sed 's/^/| /' conftest.$ac_ext >&5
30810
30811 ac_cv_header_mspack_h=no
30812 fi
30813
30814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30815 fi
30816 { echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
30817 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6; }
30818 if test $ac_cv_header_mspack_h = yes; then
30819 found_mspack_h=1
30820 fi
30821
30822
30823 if test "x$found_mspack_h" = "x1"; then
30824 { echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
30825 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6; }
30826 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
30827 echo $ECHO_N "(cached) $ECHO_C" >&6
30828 else
30829 ac_check_lib_save_LIBS=$LIBS
30830 LIBS="-lmspack $LIBS"
30831 cat >conftest.$ac_ext <<_ACEOF
30832 /* confdefs.h. */
30833 _ACEOF
30834 cat confdefs.h >>conftest.$ac_ext
30835 cat >>conftest.$ac_ext <<_ACEOF
30836 /* end confdefs.h. */
30837
30838 /* Override any GCC internal prototype to avoid an error.
30839 Use char because int might match the return type of a GCC
30840 builtin and then its argument prototype would still apply. */
30841 #ifdef __cplusplus
30842 extern "C"
30843 #endif
30844 char mspack_create_chm_decompressor ();
30845 int
30846 main ()
30847 {
30848 return mspack_create_chm_decompressor ();
30849 ;
30850 return 0;
30851 }
30852 _ACEOF
30853 rm -f conftest.$ac_objext conftest$ac_exeext
30854 if { (ac_try="$ac_link"
30855 case "(($ac_try" in
30856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30857 *) ac_try_echo=$ac_try;;
30858 esac
30859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30860 (eval "$ac_link") 2>conftest.er1
30861 ac_status=$?
30862 grep -v '^ *+' conftest.er1 >conftest.err
30863 rm -f conftest.er1
30864 cat conftest.err >&5
30865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30866 (exit $ac_status); } && {
30867 test -z "$ac_c_werror_flag" ||
30868 test ! -s conftest.err
30869 } && test -s conftest$ac_exeext &&
30870 $as_test_x conftest$ac_exeext; then
30871 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
30872 else
30873 echo "$as_me: failed program was:" >&5
30874 sed 's/^/| /' conftest.$ac_ext >&5
30875
30876 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
30877 fi
30878
30879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30880 conftest$ac_exeext conftest.$ac_ext
30881 LIBS=$ac_check_lib_save_LIBS
30882 fi
30883 { echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
30884 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
30885 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
30886 MSPACK_LINK=" -lmspack"
30887 fi
30888
30889 fi
30890 if test "x$MSPACK_LINK" = "x" ; then
30891 wxUSE_LIBMSPACK=no
30892 fi
30893 fi
30894
30895 if test "$wxUSE_LIBMSPACK" != "no"; then
30896 cat >>confdefs.h <<\_ACEOF
30897 #define wxUSE_LIBMSPACK 1
30898 _ACEOF
30899
30900 fi
30901
30902
30903
30904 AFMINSTALL=
30905 WIN32INSTALL=
30906
30907 TOOLKIT=
30908 TOOLKIT_INCLUDE=
30909 WIDGET_SET=
30910
30911 if test "$USE_WIN32" = 1 ; then
30912
30913 for ac_header in w32api.h
30914 do
30915 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30916 { echo "$as_me:$LINENO: checking for $ac_header" >&5
30917 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
30918 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30919 echo $ECHO_N "(cached) $ECHO_C" >&6
30920 else
30921 cat >conftest.$ac_ext <<_ACEOF
30922 /* confdefs.h. */
30923 _ACEOF
30924 cat confdefs.h >>conftest.$ac_ext
30925 cat >>conftest.$ac_ext <<_ACEOF
30926 /* end confdefs.h. */
30927
30928
30929 #include <$ac_header>
30930 _ACEOF
30931 rm -f conftest.$ac_objext
30932 if { (ac_try="$ac_compile"
30933 case "(($ac_try" in
30934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30935 *) ac_try_echo=$ac_try;;
30936 esac
30937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30938 (eval "$ac_compile") 2>conftest.er1
30939 ac_status=$?
30940 grep -v '^ *+' conftest.er1 >conftest.err
30941 rm -f conftest.er1
30942 cat conftest.err >&5
30943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30944 (exit $ac_status); } && {
30945 test -z "$ac_c_werror_flag" ||
30946 test ! -s conftest.err
30947 } && test -s conftest.$ac_objext; then
30948 eval "$as_ac_Header=yes"
30949 else
30950 echo "$as_me: failed program was:" >&5
30951 sed 's/^/| /' conftest.$ac_ext >&5
30952
30953 eval "$as_ac_Header=no"
30954 fi
30955
30956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30957 fi
30958 ac_res=`eval echo '${'$as_ac_Header'}'`
30959 { echo "$as_me:$LINENO: result: $ac_res" >&5
30960 echo "${ECHO_T}$ac_res" >&6; }
30961 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30962 cat >>confdefs.h <<_ACEOF
30963 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30964 _ACEOF
30965
30966 fi
30967
30968 done
30969
30970 { echo "$as_me:$LINENO: checking for windows.h" >&5
30971 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6; }
30972 if test "${ac_cv_header_windows_h+set}" = set; then
30973 echo $ECHO_N "(cached) $ECHO_C" >&6
30974 else
30975 cat >conftest.$ac_ext <<_ACEOF
30976 /* confdefs.h. */
30977 _ACEOF
30978 cat confdefs.h >>conftest.$ac_ext
30979 cat >>conftest.$ac_ext <<_ACEOF
30980 /* end confdefs.h. */
30981
30982
30983 #include <windows.h>
30984 _ACEOF
30985 rm -f conftest.$ac_objext
30986 if { (ac_try="$ac_compile"
30987 case "(($ac_try" in
30988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30989 *) ac_try_echo=$ac_try;;
30990 esac
30991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30992 (eval "$ac_compile") 2>conftest.er1
30993 ac_status=$?
30994 grep -v '^ *+' conftest.er1 >conftest.err
30995 rm -f conftest.er1
30996 cat conftest.err >&5
30997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30998 (exit $ac_status); } && {
30999 test -z "$ac_c_werror_flag" ||
31000 test ! -s conftest.err
31001 } && test -s conftest.$ac_objext; then
31002 ac_cv_header_windows_h=yes
31003 else
31004 echo "$as_me: failed program was:" >&5
31005 sed 's/^/| /' conftest.$ac_ext >&5
31006
31007 ac_cv_header_windows_h=no
31008 fi
31009
31010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31011 fi
31012 { echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
31013 echo "${ECHO_T}$ac_cv_header_windows_h" >&6; }
31014 if test $ac_cv_header_windows_h = yes; then
31015 :
31016 else
31017
31018 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
31019 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
31020 { (exit 1); exit 1; }; }
31021
31022 fi
31023
31024
31025
31026 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
31027
31028 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
31029 LIBS="$LIBS -loleacc"
31030 fi
31031
31032 case "${host}" in
31033 *-*-cygwin* )
31034 LIBS="$LIBS -lkernel32 -luser32"
31035 esac
31036
31037 if test "$wxUSE_ODBC" = "sys" ; then
31038 wxUSE_ODBC = "yes"
31039 fi
31040 if test "$wxUSE_ODBC" = "yes" ; then
31041 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
31042 cat >>confdefs.h <<\_ACEOF
31043 #define wxUSE_ODBC 1
31044 _ACEOF
31045
31046 fi
31047
31048 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
31049 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
31050
31051 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
31052
31053 WIN32INSTALL=win32install
31054
31055 { echo "$as_me:$LINENO: checking for pbt.h" >&5
31056 echo $ECHO_N "checking for pbt.h... $ECHO_C" >&6; }
31057 if test "${ac_cv_header_pbt_h+set}" = set; then
31058 echo $ECHO_N "(cached) $ECHO_C" >&6
31059 else
31060 cat >conftest.$ac_ext <<_ACEOF
31061 /* confdefs.h. */
31062 _ACEOF
31063 cat confdefs.h >>conftest.$ac_ext
31064 cat >>conftest.$ac_ext <<_ACEOF
31065 /* end confdefs.h. */
31066
31067
31068 #include <pbt.h>
31069 _ACEOF
31070 rm -f conftest.$ac_objext
31071 if { (ac_try="$ac_compile"
31072 case "(($ac_try" in
31073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31074 *) ac_try_echo=$ac_try;;
31075 esac
31076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31077 (eval "$ac_compile") 2>conftest.er1
31078 ac_status=$?
31079 grep -v '^ *+' conftest.er1 >conftest.err
31080 rm -f conftest.er1
31081 cat conftest.err >&5
31082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31083 (exit $ac_status); } && {
31084 test -z "$ac_c_werror_flag" ||
31085 test ! -s conftest.err
31086 } && test -s conftest.$ac_objext; then
31087 ac_cv_header_pbt_h=yes
31088 else
31089 echo "$as_me: failed program was:" >&5
31090 sed 's/^/| /' conftest.$ac_ext >&5
31091
31092 ac_cv_header_pbt_h=no
31093 fi
31094
31095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31096 fi
31097 { echo "$as_me:$LINENO: result: $ac_cv_header_pbt_h" >&5
31098 echo "${ECHO_T}$ac_cv_header_pbt_h" >&6; }
31099 if test $ac_cv_header_pbt_h = yes; then
31100 :
31101 else
31102 cat >>confdefs.h <<\_ACEOF
31103 #define NEED_PBT_H 1
31104 _ACEOF
31105
31106 fi
31107
31108
31109 fi
31110
31111 if test "$wxUSE_GUI" = "yes"; then
31112 USE_GUI=1
31113
31114 GUI_TK_LIBRARY=
31115
31116 WXGTK12=
31117 WXGTK127=
31118 WXGTK20=
31119 WXGPE=
31120
31121 if test "$wxUSE_COCOA" = 1 ; then
31122 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
31123 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
31124 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
31125 wxUSE_PRINTING_ARCHITECTURE=no
31126 fi
31127 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
31128 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
31129 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
31130 wxUSE_DRAG_AND_DROP=no
31131 fi
31132 if test "$wxUSE_DRAGIMAGE" = "yes"; then
31133 { echo "$as_me:$LINENO: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
31134 echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
31135 wxUSE_DRAGIMAGE=no
31136 fi
31137 fi
31138
31139 if test "$wxUSE_MSW" = 1 ; then
31140 TOOLKIT=MSW
31141 GUIDIST=MSW_DIST
31142
31143 case "${host}" in
31144 *-*-mingw32* )
31145 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
31146 esac
31147 fi
31148
31149 if test "$wxUSE_GTK" = 1; then
31150 { echo "$as_me:$LINENO: checking for GTK+ version" >&5
31151 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6; }
31152
31153 gtk_version_cached=1
31154 if test "${wx_cv_lib_gtk+set}" = set; then
31155 echo $ECHO_N "(cached) $ECHO_C" >&6
31156 else
31157
31158 gtk_version_cached=0
31159 { echo "$as_me:$LINENO: result: " >&5
31160 echo "${ECHO_T}" >&6; }
31161
31162 GTK_MODULES=
31163 if test "$wxUSE_THREADS" = "yes"; then
31164 GTK_MODULES=gthread
31165 fi
31166
31167 wx_cv_lib_gtk=
31168 if test "x$wxGTK_VERSION" != "x1"
31169 then
31170 case "${host}" in
31171 *-*-solaris2* )
31172 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
31173 enable_gtktest=no
31174 fi
31175 esac
31176
31177 # Check whether --enable-gtktest was given.
31178 if test "${enable_gtktest+set}" = set; then
31179 enableval=$enable_gtktest;
31180 else
31181 enable_gtktest=yes
31182 fi
31183
31184
31185 pkg_config_args=gtk+-2.0
31186 for module in . $GTK_MODULES
31187 do
31188 case "$module" in
31189 gthread)
31190 pkg_config_args="$pkg_config_args gthread-2.0"
31191 ;;
31192 esac
31193 done
31194
31195 no_gtk=""
31196
31197 # Extract the first word of "pkg-config", so it can be a program name with args.
31198 set dummy pkg-config; ac_word=$2
31199 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31201 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
31202 echo $ECHO_N "(cached) $ECHO_C" >&6
31203 else
31204 case $PKG_CONFIG in
31205 [\\/]* | ?:[\\/]*)
31206 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
31207 ;;
31208 *)
31209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31210 for as_dir in $PATH
31211 do
31212 IFS=$as_save_IFS
31213 test -z "$as_dir" && as_dir=.
31214 for ac_exec_ext in '' $ac_executable_extensions; do
31215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31216 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31217 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31218 break 2
31219 fi
31220 done
31221 done
31222 IFS=$as_save_IFS
31223
31224 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
31225 ;;
31226 esac
31227 fi
31228 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
31229 if test -n "$PKG_CONFIG"; then
31230 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
31231 echo "${ECHO_T}$PKG_CONFIG" >&6; }
31232 else
31233 { echo "$as_me:$LINENO: result: no" >&5
31234 echo "${ECHO_T}no" >&6; }
31235 fi
31236
31237
31238
31239 if test x$PKG_CONFIG != xno ; then
31240 if pkg-config --atleast-pkgconfig-version 0.7 ; then
31241 :
31242 else
31243 echo "*** pkg-config too old; version 0.7 or better required."
31244 no_gtk=yes
31245 PKG_CONFIG=no
31246 fi
31247 else
31248 no_gtk=yes
31249 fi
31250
31251 min_gtk_version=2.0.0
31252 { echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
31253 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6; }
31254
31255 if test x$PKG_CONFIG != xno ; then
31256 ## don't try to run the test against uninstalled libtool libs
31257 if $PKG_CONFIG --uninstalled $pkg_config_args; then
31258 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
31259 enable_gtktest=no
31260 fi
31261
31262 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
31263 :
31264 else
31265 no_gtk=yes
31266 fi
31267 fi
31268
31269 if test x"$no_gtk" = x ; then
31270 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
31271 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
31272 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
31273 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
31274 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
31275 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
31276 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
31277 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
31278 if test "x$enable_gtktest" = "xyes" ; then
31279 ac_save_CFLAGS="$CFLAGS"
31280 ac_save_LIBS="$LIBS"
31281 CFLAGS="$CFLAGS $GTK_CFLAGS"
31282 LIBS="$GTK_LIBS $LIBS"
31283 rm -f conf.gtktest
31284 if test "$cross_compiling" = yes; then
31285 echo $ac_n "cross compiling; assumed OK... $ac_c"
31286 else
31287 cat >conftest.$ac_ext <<_ACEOF
31288 /* confdefs.h. */
31289 _ACEOF
31290 cat confdefs.h >>conftest.$ac_ext
31291 cat >>conftest.$ac_ext <<_ACEOF
31292 /* end confdefs.h. */
31293
31294 #include <gtk/gtk.h>
31295 #include <stdio.h>
31296 #include <stdlib.h>
31297
31298 int
31299 main ()
31300 {
31301 int major, minor, micro;
31302 char *tmp_version;
31303
31304 system ("touch conf.gtktest");
31305
31306 /* HP/UX 9 (%@#!) writes to sscanf strings */
31307 tmp_version = g_strdup("$min_gtk_version");
31308 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
31309 printf("%s, bad version string\n", "$min_gtk_version");
31310 exit(1);
31311 }
31312
31313 if ((gtk_major_version != $gtk_config_major_version) ||
31314 (gtk_minor_version != $gtk_config_minor_version) ||
31315 (gtk_micro_version != $gtk_config_micro_version))
31316 {
31317 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
31318 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
31319 gtk_major_version, gtk_minor_version, gtk_micro_version);
31320 printf ("*** was found! If pkg-config was correct, then it is best\n");
31321 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
31322 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
31323 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
31324 printf("*** required on your system.\n");
31325 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
31326 printf("*** to point to the correct configuration files\n");
31327 }
31328 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
31329 (gtk_minor_version != GTK_MINOR_VERSION) ||
31330 (gtk_micro_version != GTK_MICRO_VERSION))
31331 {
31332 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
31333 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
31334 printf("*** library (version %d.%d.%d)\n",
31335 gtk_major_version, gtk_minor_version, gtk_micro_version);
31336 }
31337 else
31338 {
31339 if ((gtk_major_version > major) ||
31340 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
31341 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
31342 {
31343 return 0;
31344 }
31345 else
31346 {
31347 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
31348 gtk_major_version, gtk_minor_version, gtk_micro_version);
31349 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
31350 major, minor, micro);
31351 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
31352 printf("***\n");
31353 printf("*** If you have already installed a sufficiently new version, this error\n");
31354 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
31355 printf("*** being found. The easiest way to fix this is to remove the old version\n");
31356 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
31357 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
31358 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
31359 printf("*** so that the correct libraries are found at run-time))\n");
31360 }
31361 }
31362 return 1;
31363 }
31364
31365 _ACEOF
31366 rm -f conftest$ac_exeext
31367 if { (ac_try="$ac_link"
31368 case "(($ac_try" in
31369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31370 *) ac_try_echo=$ac_try;;
31371 esac
31372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31373 (eval "$ac_link") 2>&5
31374 ac_status=$?
31375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31376 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
31377 { (case "(($ac_try" in
31378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31379 *) ac_try_echo=$ac_try;;
31380 esac
31381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31382 (eval "$ac_try") 2>&5
31383 ac_status=$?
31384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31385 (exit $ac_status); }; }; then
31386 :
31387 else
31388 echo "$as_me: program exited with status $ac_status" >&5
31389 echo "$as_me: failed program was:" >&5
31390 sed 's/^/| /' conftest.$ac_ext >&5
31391
31392 ( exit $ac_status )
31393 no_gtk=yes
31394 fi
31395 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
31396 fi
31397
31398
31399 CFLAGS="$ac_save_CFLAGS"
31400 LIBS="$ac_save_LIBS"
31401 fi
31402 fi
31403 if test "x$no_gtk" = x ; then
31404 { echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
31405 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
31406 wx_cv_lib_gtk=2.0
31407 else
31408 { echo "$as_me:$LINENO: result: no" >&5
31409 echo "${ECHO_T}no" >&6; }
31410 if test "$PKG_CONFIG" = "no" ; then
31411 echo "*** A new enough version of pkg-config was not found."
31412 echo "*** See http://pkgconfig.sourceforge.net"
31413 else
31414 if test -f conf.gtktest ; then
31415 :
31416 else
31417 echo "*** Could not run GTK+ test program, checking why..."
31418 ac_save_CFLAGS="$CFLAGS"
31419 ac_save_LIBS="$LIBS"
31420 CFLAGS="$CFLAGS $GTK_CFLAGS"
31421 LIBS="$LIBS $GTK_LIBS"
31422 cat >conftest.$ac_ext <<_ACEOF
31423 /* confdefs.h. */
31424 _ACEOF
31425 cat confdefs.h >>conftest.$ac_ext
31426 cat >>conftest.$ac_ext <<_ACEOF
31427 /* end confdefs.h. */
31428
31429 #include <gtk/gtk.h>
31430 #include <stdio.h>
31431
31432 int
31433 main ()
31434 {
31435 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
31436 ;
31437 return 0;
31438 }
31439 _ACEOF
31440 rm -f conftest.$ac_objext conftest$ac_exeext
31441 if { (ac_try="$ac_link"
31442 case "(($ac_try" in
31443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31444 *) ac_try_echo=$ac_try;;
31445 esac
31446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31447 (eval "$ac_link") 2>conftest.er1
31448 ac_status=$?
31449 grep -v '^ *+' conftest.er1 >conftest.err
31450 rm -f conftest.er1
31451 cat conftest.err >&5
31452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31453 (exit $ac_status); } && {
31454 test -z "$ac_c_werror_flag" ||
31455 test ! -s conftest.err
31456 } && test -s conftest$ac_exeext &&
31457 $as_test_x conftest$ac_exeext; then
31458 echo "*** The test program compiled, but did not run. This usually means"
31459 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
31460 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
31461 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
31462 echo "*** to the installed location Also, make sure you have run ldconfig if that"
31463 echo "*** is required on your system"
31464 echo "***"
31465 echo "*** If you have an old version installed, it is best to remove it, although"
31466 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
31467 else
31468 echo "$as_me: failed program was:" >&5
31469 sed 's/^/| /' conftest.$ac_ext >&5
31470
31471 echo "*** The test program failed to compile or link. See the file config.log for the"
31472 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
31473 fi
31474
31475 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31476 conftest$ac_exeext conftest.$ac_ext
31477 CFLAGS="$ac_save_CFLAGS"
31478 LIBS="$ac_save_LIBS"
31479 fi
31480 fi
31481 GTK_CFLAGS=""
31482 GTK_LIBS=""
31483 :
31484 fi
31485
31486
31487 rm -f conf.gtktest
31488
31489
31490 case "${host}" in
31491 *-*-solaris2* )
31492 if test "$wxUSE_SHARED" != "yes"; then
31493 GTK_LIBS="$GTK_LIBS -lX11"
31494 fi
31495 esac
31496 fi
31497
31498 if test -z "$wx_cv_lib_gtk"; then
31499 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
31500
31501 # Check whether --with-gtk-prefix was given.
31502 if test "${with_gtk_prefix+set}" = set; then
31503 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
31504 else
31505 gtk_config_prefix=""
31506 fi
31507
31508
31509 # Check whether --with-gtk-exec-prefix was given.
31510 if test "${with_gtk_exec_prefix+set}" = set; then
31511 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
31512 else
31513 gtk_config_exec_prefix=""
31514 fi
31515
31516 # Check whether --enable-gtktest was given.
31517 if test "${enable_gtktest+set}" = set; then
31518 enableval=$enable_gtktest;
31519 else
31520 enable_gtktest=yes
31521 fi
31522
31523
31524 for module in . $GTK_MODULES
31525 do
31526 case "$module" in
31527 gthread)
31528 gtk_config_args="$gtk_config_args gthread"
31529 ;;
31530 esac
31531 done
31532
31533 if test x$gtk_config_exec_prefix != x ; then
31534 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
31535 if test x${GTK_CONFIG+set} != xset ; then
31536 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
31537 fi
31538 fi
31539 if test x$gtk_config_prefix != x ; then
31540 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
31541 if test x${GTK_CONFIG+set} != xset ; then
31542 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
31543 fi
31544 fi
31545
31546 # Extract the first word of "gtk-config", so it can be a program name with args.
31547 set dummy gtk-config; ac_word=$2
31548 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31549 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31550 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
31551 echo $ECHO_N "(cached) $ECHO_C" >&6
31552 else
31553 case $GTK_CONFIG in
31554 [\\/]* | ?:[\\/]*)
31555 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
31556 ;;
31557 *)
31558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31559 for as_dir in $PATH
31560 do
31561 IFS=$as_save_IFS
31562 test -z "$as_dir" && as_dir=.
31563 for ac_exec_ext in '' $ac_executable_extensions; do
31564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31565 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31566 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31567 break 2
31568 fi
31569 done
31570 done
31571 IFS=$as_save_IFS
31572
31573 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
31574 ;;
31575 esac
31576 fi
31577 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
31578 if test -n "$GTK_CONFIG"; then
31579 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
31580 echo "${ECHO_T}$GTK_CONFIG" >&6; }
31581 else
31582 { echo "$as_me:$LINENO: result: no" >&5
31583 echo "${ECHO_T}no" >&6; }
31584 fi
31585
31586
31587 min_gtk_version=1.2.7
31588 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
31589 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
31590 no_gtk=""
31591 if test "$GTK_CONFIG" = "no" ; then
31592 no_gtk=yes
31593 else
31594 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
31595 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
31596 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
31597 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
31598 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
31599 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
31600 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
31601 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
31602 if test "x$enable_gtktest" = "xyes" ; then
31603 ac_save_CFLAGS="$CFLAGS"
31604 ac_save_LIBS="$LIBS"
31605 CFLAGS="$CFLAGS $GTK_CFLAGS"
31606 LIBS="$GTK_LIBS $LIBS"
31607 rm -f conf.gtktest
31608 if test "$cross_compiling" = yes; then
31609 echo $ac_n "cross compiling; assumed OK... $ac_c"
31610 else
31611 cat >conftest.$ac_ext <<_ACEOF
31612 /* confdefs.h. */
31613 _ACEOF
31614 cat confdefs.h >>conftest.$ac_ext
31615 cat >>conftest.$ac_ext <<_ACEOF
31616 /* end confdefs.h. */
31617
31618 #include <gtk/gtk.h>
31619 #include <stdio.h>
31620 #include <stdlib.h>
31621
31622 int
31623 main ()
31624 {
31625 int major, minor, micro;
31626 char *tmp_version;
31627
31628 system ("touch conf.gtktest");
31629
31630 /* HP/UX 9 (%@#!) writes to sscanf strings */
31631 tmp_version = g_strdup("$min_gtk_version");
31632 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
31633 printf("%s, bad version string\n", "$min_gtk_version");
31634 exit(1);
31635 }
31636
31637 if ((gtk_major_version != $gtk_config_major_version) ||
31638 (gtk_minor_version != $gtk_config_minor_version) ||
31639 (gtk_micro_version != $gtk_config_micro_version))
31640 {
31641 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
31642 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
31643 gtk_major_version, gtk_minor_version, gtk_micro_version);
31644 printf ("*** was found! If gtk-config was correct, then it is best\n");
31645 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
31646 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
31647 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
31648 printf("*** required on your system.\n");
31649 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
31650 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
31651 printf("*** before re-running configure\n");
31652 }
31653 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
31654 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
31655 (gtk_minor_version != GTK_MINOR_VERSION) ||
31656 (gtk_micro_version != GTK_MICRO_VERSION))
31657 {
31658 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
31659 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
31660 printf("*** library (version %d.%d.%d)\n",
31661 gtk_major_version, gtk_minor_version, gtk_micro_version);
31662 }
31663 #endif /* defined (GTK_MAJOR_VERSION) ... */
31664 else
31665 {
31666 if ((gtk_major_version > major) ||
31667 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
31668 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
31669 {
31670 return 0;
31671 }
31672 else
31673 {
31674 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
31675 gtk_major_version, gtk_minor_version, gtk_micro_version);
31676 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
31677 major, minor, micro);
31678 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
31679 printf("***\n");
31680 printf("*** If you have already installed a sufficiently new version, this error\n");
31681 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
31682 printf("*** being found. The easiest way to fix this is to remove the old version\n");
31683 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
31684 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
31685 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
31686 printf("*** so that the correct libraries are found at run-time))\n");
31687 }
31688 }
31689 return 1;
31690 }
31691
31692 _ACEOF
31693 rm -f conftest$ac_exeext
31694 if { (ac_try="$ac_link"
31695 case "(($ac_try" in
31696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31697 *) ac_try_echo=$ac_try;;
31698 esac
31699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31700 (eval "$ac_link") 2>&5
31701 ac_status=$?
31702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31703 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
31704 { (case "(($ac_try" in
31705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31706 *) ac_try_echo=$ac_try;;
31707 esac
31708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31709 (eval "$ac_try") 2>&5
31710 ac_status=$?
31711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31712 (exit $ac_status); }; }; then
31713 :
31714 else
31715 echo "$as_me: program exited with status $ac_status" >&5
31716 echo "$as_me: failed program was:" >&5
31717 sed 's/^/| /' conftest.$ac_ext >&5
31718
31719 ( exit $ac_status )
31720 no_gtk=yes
31721 fi
31722 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
31723 fi
31724
31725
31726 CFLAGS="$ac_save_CFLAGS"
31727 LIBS="$ac_save_LIBS"
31728 fi
31729 fi
31730 if test "x$no_gtk" = x ; then
31731 { echo "$as_me:$LINENO: result: yes" >&5
31732 echo "${ECHO_T}yes" >&6; }
31733 wx_cv_lib_gtk=1.2.7
31734 else
31735 { echo "$as_me:$LINENO: result: no" >&5
31736 echo "${ECHO_T}no" >&6; }
31737 if test "$GTK_CONFIG" = "no" ; then
31738 echo "*** The gtk-config script installed by GTK could not be found"
31739 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
31740 echo "*** your path, or set the GTK_CONFIG environment variable to the"
31741 echo "*** full path to gtk-config."
31742 else
31743 if test -f conf.gtktest ; then
31744 :
31745 else
31746 echo "*** Could not run GTK test program, checking why..."
31747 CFLAGS="$CFLAGS $GTK_CFLAGS"
31748 LIBS="$LIBS $GTK_LIBS"
31749 cat >conftest.$ac_ext <<_ACEOF
31750 /* confdefs.h. */
31751 _ACEOF
31752 cat confdefs.h >>conftest.$ac_ext
31753 cat >>conftest.$ac_ext <<_ACEOF
31754 /* end confdefs.h. */
31755
31756 #include <gtk/gtk.h>
31757 #include <stdio.h>
31758
31759 int
31760 main ()
31761 {
31762 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
31763 ;
31764 return 0;
31765 }
31766 _ACEOF
31767 rm -f conftest.$ac_objext conftest$ac_exeext
31768 if { (ac_try="$ac_link"
31769 case "(($ac_try" in
31770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31771 *) ac_try_echo=$ac_try;;
31772 esac
31773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31774 (eval "$ac_link") 2>conftest.er1
31775 ac_status=$?
31776 grep -v '^ *+' conftest.er1 >conftest.err
31777 rm -f conftest.er1
31778 cat conftest.err >&5
31779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31780 (exit $ac_status); } && {
31781 test -z "$ac_c_werror_flag" ||
31782 test ! -s conftest.err
31783 } && test -s conftest$ac_exeext &&
31784 $as_test_x conftest$ac_exeext; then
31785 echo "*** The test program compiled, but did not run. This usually means"
31786 echo "*** that the run-time linker is not finding GTK or finding the wrong"
31787 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
31788 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
31789 echo "*** to the installed location Also, make sure you have run ldconfig if that"
31790 echo "*** is required on your system"
31791 echo "***"
31792 echo "*** If you have an old version installed, it is best to remove it, although"
31793 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
31794 echo "***"
31795 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
31796 echo "*** came with the system with the command"
31797 echo "***"
31798 echo "*** rpm --erase --nodeps gtk gtk-devel"
31799 else
31800 echo "$as_me: failed program was:" >&5
31801 sed 's/^/| /' conftest.$ac_ext >&5
31802
31803 echo "*** The test program failed to compile or link. See the file config.log for the"
31804 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
31805 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
31806 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
31807 fi
31808
31809 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31810 conftest$ac_exeext conftest.$ac_ext
31811 CFLAGS="$ac_save_CFLAGS"
31812 LIBS="$ac_save_LIBS"
31813 fi
31814 fi
31815 GTK_CFLAGS=""
31816 GTK_LIBS=""
31817 :
31818 fi
31819
31820
31821 rm -f conf.gtktest
31822
31823
31824 if test -z "$wx_cv_lib_gtk"; then
31825
31826 # Check whether --with-gtk-prefix was given.
31827 if test "${with_gtk_prefix+set}" = set; then
31828 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
31829 else
31830 gtk_config_prefix=""
31831 fi
31832
31833
31834 # Check whether --with-gtk-exec-prefix was given.
31835 if test "${with_gtk_exec_prefix+set}" = set; then
31836 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
31837 else
31838 gtk_config_exec_prefix=""
31839 fi
31840
31841 # Check whether --enable-gtktest was given.
31842 if test "${enable_gtktest+set}" = set; then
31843 enableval=$enable_gtktest;
31844 else
31845 enable_gtktest=yes
31846 fi
31847
31848
31849 for module in . $GTK_MODULES
31850 do
31851 case "$module" in
31852 gthread)
31853 gtk_config_args="$gtk_config_args gthread"
31854 ;;
31855 esac
31856 done
31857
31858 if test x$gtk_config_exec_prefix != x ; then
31859 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
31860 if test x${GTK_CONFIG+set} != xset ; then
31861 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
31862 fi
31863 fi
31864 if test x$gtk_config_prefix != x ; then
31865 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
31866 if test x${GTK_CONFIG+set} != xset ; then
31867 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
31868 fi
31869 fi
31870
31871 # Extract the first word of "gtk-config", so it can be a program name with args.
31872 set dummy gtk-config; ac_word=$2
31873 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31874 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31875 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
31876 echo $ECHO_N "(cached) $ECHO_C" >&6
31877 else
31878 case $GTK_CONFIG in
31879 [\\/]* | ?:[\\/]*)
31880 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
31881 ;;
31882 *)
31883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31884 for as_dir in $PATH
31885 do
31886 IFS=$as_save_IFS
31887 test -z "$as_dir" && as_dir=.
31888 for ac_exec_ext in '' $ac_executable_extensions; do
31889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31890 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31891 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31892 break 2
31893 fi
31894 done
31895 done
31896 IFS=$as_save_IFS
31897
31898 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
31899 ;;
31900 esac
31901 fi
31902 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
31903 if test -n "$GTK_CONFIG"; then
31904 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
31905 echo "${ECHO_T}$GTK_CONFIG" >&6; }
31906 else
31907 { echo "$as_me:$LINENO: result: no" >&5
31908 echo "${ECHO_T}no" >&6; }
31909 fi
31910
31911
31912 min_gtk_version=1.2.3
31913 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
31914 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
31915 no_gtk=""
31916 if test "$GTK_CONFIG" = "no" ; then
31917 no_gtk=yes
31918 else
31919 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
31920 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
31921 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
31922 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
31923 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
31924 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
31925 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
31926 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
31927 if test "x$enable_gtktest" = "xyes" ; then
31928 ac_save_CFLAGS="$CFLAGS"
31929 ac_save_LIBS="$LIBS"
31930 CFLAGS="$CFLAGS $GTK_CFLAGS"
31931 LIBS="$GTK_LIBS $LIBS"
31932 rm -f conf.gtktest
31933 if test "$cross_compiling" = yes; then
31934 echo $ac_n "cross compiling; assumed OK... $ac_c"
31935 else
31936 cat >conftest.$ac_ext <<_ACEOF
31937 /* confdefs.h. */
31938 _ACEOF
31939 cat confdefs.h >>conftest.$ac_ext
31940 cat >>conftest.$ac_ext <<_ACEOF
31941 /* end confdefs.h. */
31942
31943 #include <gtk/gtk.h>
31944 #include <stdio.h>
31945 #include <stdlib.h>
31946
31947 int
31948 main ()
31949 {
31950 int major, minor, micro;
31951 char *tmp_version;
31952
31953 system ("touch conf.gtktest");
31954
31955 /* HP/UX 9 (%@#!) writes to sscanf strings */
31956 tmp_version = g_strdup("$min_gtk_version");
31957 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
31958 printf("%s, bad version string\n", "$min_gtk_version");
31959 exit(1);
31960 }
31961
31962 if ((gtk_major_version != $gtk_config_major_version) ||
31963 (gtk_minor_version != $gtk_config_minor_version) ||
31964 (gtk_micro_version != $gtk_config_micro_version))
31965 {
31966 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
31967 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
31968 gtk_major_version, gtk_minor_version, gtk_micro_version);
31969 printf ("*** was found! If gtk-config was correct, then it is best\n");
31970 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
31971 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
31972 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
31973 printf("*** required on your system.\n");
31974 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
31975 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
31976 printf("*** before re-running configure\n");
31977 }
31978 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
31979 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
31980 (gtk_minor_version != GTK_MINOR_VERSION) ||
31981 (gtk_micro_version != GTK_MICRO_VERSION))
31982 {
31983 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
31984 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
31985 printf("*** library (version %d.%d.%d)\n",
31986 gtk_major_version, gtk_minor_version, gtk_micro_version);
31987 }
31988 #endif /* defined (GTK_MAJOR_VERSION) ... */
31989 else
31990 {
31991 if ((gtk_major_version > major) ||
31992 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
31993 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
31994 {
31995 return 0;
31996 }
31997 else
31998 {
31999 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
32000 gtk_major_version, gtk_minor_version, gtk_micro_version);
32001 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
32002 major, minor, micro);
32003 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
32004 printf("***\n");
32005 printf("*** If you have already installed a sufficiently new version, this error\n");
32006 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
32007 printf("*** being found. The easiest way to fix this is to remove the old version\n");
32008 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
32009 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
32010 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
32011 printf("*** so that the correct libraries are found at run-time))\n");
32012 }
32013 }
32014 return 1;
32015 }
32016
32017 _ACEOF
32018 rm -f conftest$ac_exeext
32019 if { (ac_try="$ac_link"
32020 case "(($ac_try" in
32021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32022 *) ac_try_echo=$ac_try;;
32023 esac
32024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32025 (eval "$ac_link") 2>&5
32026 ac_status=$?
32027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32028 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
32029 { (case "(($ac_try" in
32030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32031 *) ac_try_echo=$ac_try;;
32032 esac
32033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32034 (eval "$ac_try") 2>&5
32035 ac_status=$?
32036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32037 (exit $ac_status); }; }; then
32038 :
32039 else
32040 echo "$as_me: program exited with status $ac_status" >&5
32041 echo "$as_me: failed program was:" >&5
32042 sed 's/^/| /' conftest.$ac_ext >&5
32043
32044 ( exit $ac_status )
32045 no_gtk=yes
32046 fi
32047 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
32048 fi
32049
32050
32051 CFLAGS="$ac_save_CFLAGS"
32052 LIBS="$ac_save_LIBS"
32053 fi
32054 fi
32055 if test "x$no_gtk" = x ; then
32056 { echo "$as_me:$LINENO: result: yes" >&5
32057 echo "${ECHO_T}yes" >&6; }
32058 wx_cv_lib_gtk=1.2.3
32059 else
32060 { echo "$as_me:$LINENO: result: no" >&5
32061 echo "${ECHO_T}no" >&6; }
32062 if test "$GTK_CONFIG" = "no" ; then
32063 echo "*** The gtk-config script installed by GTK could not be found"
32064 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
32065 echo "*** your path, or set the GTK_CONFIG environment variable to the"
32066 echo "*** full path to gtk-config."
32067 else
32068 if test -f conf.gtktest ; then
32069 :
32070 else
32071 echo "*** Could not run GTK test program, checking why..."
32072 CFLAGS="$CFLAGS $GTK_CFLAGS"
32073 LIBS="$LIBS $GTK_LIBS"
32074 cat >conftest.$ac_ext <<_ACEOF
32075 /* confdefs.h. */
32076 _ACEOF
32077 cat confdefs.h >>conftest.$ac_ext
32078 cat >>conftest.$ac_ext <<_ACEOF
32079 /* end confdefs.h. */
32080
32081 #include <gtk/gtk.h>
32082 #include <stdio.h>
32083
32084 int
32085 main ()
32086 {
32087 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
32088 ;
32089 return 0;
32090 }
32091 _ACEOF
32092 rm -f conftest.$ac_objext conftest$ac_exeext
32093 if { (ac_try="$ac_link"
32094 case "(($ac_try" in
32095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32096 *) ac_try_echo=$ac_try;;
32097 esac
32098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32099 (eval "$ac_link") 2>conftest.er1
32100 ac_status=$?
32101 grep -v '^ *+' conftest.er1 >conftest.err
32102 rm -f conftest.er1
32103 cat conftest.err >&5
32104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32105 (exit $ac_status); } && {
32106 test -z "$ac_c_werror_flag" ||
32107 test ! -s conftest.err
32108 } && test -s conftest$ac_exeext &&
32109 $as_test_x conftest$ac_exeext; then
32110 echo "*** The test program compiled, but did not run. This usually means"
32111 echo "*** that the run-time linker is not finding GTK or finding the wrong"
32112 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
32113 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
32114 echo "*** to the installed location Also, make sure you have run ldconfig if that"
32115 echo "*** is required on your system"
32116 echo "***"
32117 echo "*** If you have an old version installed, it is best to remove it, although"
32118 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
32119 echo "***"
32120 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
32121 echo "*** came with the system with the command"
32122 echo "***"
32123 echo "*** rpm --erase --nodeps gtk gtk-devel"
32124 else
32125 echo "$as_me: failed program was:" >&5
32126 sed 's/^/| /' conftest.$ac_ext >&5
32127
32128 echo "*** The test program failed to compile or link. See the file config.log for the"
32129 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
32130 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
32131 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
32132 fi
32133
32134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32135 conftest$ac_exeext conftest.$ac_ext
32136 CFLAGS="$ac_save_CFLAGS"
32137 LIBS="$ac_save_LIBS"
32138 fi
32139 fi
32140 GTK_CFLAGS=""
32141 GTK_LIBS=""
32142 :
32143 fi
32144
32145
32146 rm -f conf.gtktest
32147
32148 fi
32149 fi
32150 fi
32151
32152 if test -z "$wx_cv_lib_gtk"; then
32153 wx_cv_lib_gtk=none
32154 else
32155 wx_cv_cflags_gtk=$GTK_CFLAGS
32156 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
32157 fi
32158
32159
32160 fi
32161
32162
32163 if test "$gtk_version_cached" = 1; then
32164 { echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
32165 echo "${ECHO_T}$wx_cv_lib_gtk" >&6; }
32166 fi
32167
32168 case "$wx_cv_lib_gtk" in
32169 2.0) WXGTK20=1
32170 TOOLKIT_VERSION=2
32171 ;;
32172 1.2.7) WXGTK127=1
32173 WXGTK12=1
32174 ;;
32175 1.2.3) WXGTK12=1
32176 ;;
32177 *) { { echo "$as_me:$LINENO: error:
32178 The development files for GTK+ were not found. For GTK+ 2, please
32179 ensure that pkg-config is in the path and that gtk+-2.0.pc is
32180 installed. For GTK+ 1.2 please check that gtk-config is in the path,
32181 and that the version is 1.2.3 or above. Also check that the
32182 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
32183 --libs' are in the LD_LIBRARY_PATH or equivalent.
32184 " >&5
32185 echo "$as_me: error:
32186 The development files for GTK+ were not found. For GTK+ 2, please
32187 ensure that pkg-config is in the path and that gtk+-2.0.pc is
32188 installed. For GTK+ 1.2 please check that gtk-config is in the path,
32189 and that the version is 1.2.3 or above. Also check that the
32190 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
32191 --libs' are in the LD_LIBRARY_PATH or equivalent.
32192 " >&2;}
32193 { (exit 1); exit 1; }; }
32194 ;;
32195 esac
32196
32197 if test "$WXGTK20" = 1; then
32198 save_CFLAGS="$CFLAGS"
32199 save_LIBS="$LIBS"
32200 CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
32201 LIBS="$LIBS $wx_cv_libs_gtk"
32202
32203 { echo "$as_me:$LINENO: checking whether gtk_icon_size_lookup is declared" >&5
32204 echo $ECHO_N "checking whether gtk_icon_size_lookup is declared... $ECHO_C" >&6; }
32205 if test "${ac_cv_have_decl_gtk_icon_size_lookup+set}" = set; then
32206 echo $ECHO_N "(cached) $ECHO_C" >&6
32207 else
32208 cat >conftest.$ac_ext <<_ACEOF
32209 /* confdefs.h. */
32210 _ACEOF
32211 cat confdefs.h >>conftest.$ac_ext
32212 cat >>conftest.$ac_ext <<_ACEOF
32213 /* end confdefs.h. */
32214 #include <gtk/gtk.h>
32215
32216 int
32217 main ()
32218 {
32219 #ifndef gtk_icon_size_lookup
32220 (void) gtk_icon_size_lookup;
32221 #endif
32222
32223 ;
32224 return 0;
32225 }
32226 _ACEOF
32227 rm -f conftest.$ac_objext
32228 if { (ac_try="$ac_compile"
32229 case "(($ac_try" in
32230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32231 *) ac_try_echo=$ac_try;;
32232 esac
32233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32234 (eval "$ac_compile") 2>conftest.er1
32235 ac_status=$?
32236 grep -v '^ *+' conftest.er1 >conftest.err
32237 rm -f conftest.er1
32238 cat conftest.err >&5
32239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32240 (exit $ac_status); } && {
32241 test -z "$ac_c_werror_flag" ||
32242 test ! -s conftest.err
32243 } && test -s conftest.$ac_objext; then
32244 ac_cv_have_decl_gtk_icon_size_lookup=yes
32245 else
32246 echo "$as_me: failed program was:" >&5
32247 sed 's/^/| /' conftest.$ac_ext >&5
32248
32249 ac_cv_have_decl_gtk_icon_size_lookup=no
32250 fi
32251
32252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32253 fi
32254 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_gtk_icon_size_lookup" >&5
32255 echo "${ECHO_T}$ac_cv_have_decl_gtk_icon_size_lookup" >&6; }
32256 if test $ac_cv_have_decl_gtk_icon_size_lookup = yes; then
32257
32258 cat >>confdefs.h <<_ACEOF
32259 #define HAVE_DECL_GTK_ICON_SIZE_LOOKUP 1
32260 _ACEOF
32261
32262
32263 else
32264 cat >>confdefs.h <<_ACEOF
32265 #define HAVE_DECL_GTK_ICON_SIZE_LOOKUP 0
32266 _ACEOF
32267
32268 cat >>confdefs.h <<\_ACEOF
32269 #define NEED_GTK_ICON_SIZE_LOOKUP 1
32270 _ACEOF
32271
32272 fi
32273
32274
32275
32276
32277 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.10" >&5
32278 echo $ECHO_N "checking if GTK+ is version >= 2.10... $ECHO_C" >&6; }
32279 cat >conftest.$ac_ext <<_ACEOF
32280 /* confdefs.h. */
32281 _ACEOF
32282 cat confdefs.h >>conftest.$ac_ext
32283 cat >>conftest.$ac_ext <<_ACEOF
32284 /* end confdefs.h. */
32285
32286 #include <gtk/gtk.h>
32287
32288 int
32289 main ()
32290 {
32291
32292 #if !GTK_CHECK_VERSION(2,10,0)
32293 Not GTK+ 2.10
32294 #endif
32295
32296 ;
32297 return 0;
32298 }
32299 _ACEOF
32300 rm -f conftest.$ac_objext
32301 if { (ac_try="$ac_compile"
32302 case "(($ac_try" in
32303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32304 *) ac_try_echo=$ac_try;;
32305 esac
32306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32307 (eval "$ac_compile") 2>conftest.er1
32308 ac_status=$?
32309 grep -v '^ *+' conftest.er1 >conftest.err
32310 rm -f conftest.er1
32311 cat conftest.err >&5
32312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32313 (exit $ac_status); } && {
32314 test -z "$ac_c_werror_flag" ||
32315 test ! -s conftest.err
32316 } && test -s conftest.$ac_objext; then
32317
32318 cat >>confdefs.h <<\_ACEOF
32319 #define __WXGTK210__ 1
32320 _ACEOF
32321
32322 cat >>confdefs.h <<\_ACEOF
32323 #define __WXGTK26__ 1
32324 _ACEOF
32325
32326 cat >>confdefs.h <<\_ACEOF
32327 #define __WXGTK24__ 1
32328 _ACEOF
32329
32330 { echo "$as_me:$LINENO: result: yes" >&5
32331 echo "${ECHO_T}yes" >&6; }
32332 ac_wxgtk210=1
32333
32334 else
32335 echo "$as_me: failed program was:" >&5
32336 sed 's/^/| /' conftest.$ac_ext >&5
32337
32338
32339 { echo "$as_me:$LINENO: result: no" >&5
32340 echo "${ECHO_T}no" >&6; }
32341 ac_wxgtk210=0
32342
32343 fi
32344
32345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32346
32347 if test "$ac_wxgtk210" = 0; then
32348 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
32349 echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6; }
32350 cat >conftest.$ac_ext <<_ACEOF
32351 /* confdefs.h. */
32352 _ACEOF
32353 cat confdefs.h >>conftest.$ac_ext
32354 cat >>conftest.$ac_ext <<_ACEOF
32355 /* end confdefs.h. */
32356
32357 #include <gtk/gtk.h>
32358
32359 int
32360 main ()
32361 {
32362
32363 #if !GTK_CHECK_VERSION(2,6,0)
32364 Not GTK+ 2.6
32365 #endif
32366
32367 ;
32368 return 0;
32369 }
32370 _ACEOF
32371 rm -f conftest.$ac_objext
32372 if { (ac_try="$ac_compile"
32373 case "(($ac_try" in
32374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32375 *) ac_try_echo=$ac_try;;
32376 esac
32377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32378 (eval "$ac_compile") 2>conftest.er1
32379 ac_status=$?
32380 grep -v '^ *+' conftest.er1 >conftest.err
32381 rm -f conftest.er1
32382 cat conftest.err >&5
32383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32384 (exit $ac_status); } && {
32385 test -z "$ac_c_werror_flag" ||
32386 test ! -s conftest.err
32387 } && test -s conftest.$ac_objext; then
32388
32389 cat >>confdefs.h <<\_ACEOF
32390 #define __WXGTK26__ 1
32391 _ACEOF
32392
32393 cat >>confdefs.h <<\_ACEOF
32394 #define __WXGTK24__ 1
32395 _ACEOF
32396
32397 { echo "$as_me:$LINENO: result: yes" >&5
32398 echo "${ECHO_T}yes" >&6; }
32399 ac_wxgtk26=1
32400
32401 else
32402 echo "$as_me: failed program was:" >&5
32403 sed 's/^/| /' conftest.$ac_ext >&5
32404
32405
32406 { echo "$as_me:$LINENO: result: no" >&5
32407 echo "${ECHO_T}no" >&6; }
32408 ac_wxgtk26=0
32409
32410 fi
32411
32412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32413 fi
32414
32415 if test "$ac_wxgtk26" = 0; then
32416 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
32417 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6; }
32418 cat >conftest.$ac_ext <<_ACEOF
32419 /* confdefs.h. */
32420 _ACEOF
32421 cat confdefs.h >>conftest.$ac_ext
32422 cat >>conftest.$ac_ext <<_ACEOF
32423 /* end confdefs.h. */
32424
32425 #include <gtk/gtk.h>
32426
32427 int
32428 main ()
32429 {
32430
32431 #if !GTK_CHECK_VERSION(2,4,0)
32432 Not GTK+ 2.4
32433 #endif
32434
32435 ;
32436 return 0;
32437 }
32438 _ACEOF
32439 rm -f conftest.$ac_objext
32440 if { (ac_try="$ac_compile"
32441 case "(($ac_try" in
32442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32443 *) ac_try_echo=$ac_try;;
32444 esac
32445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32446 (eval "$ac_compile") 2>conftest.er1
32447 ac_status=$?
32448 grep -v '^ *+' conftest.er1 >conftest.err
32449 rm -f conftest.er1
32450 cat conftest.err >&5
32451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32452 (exit $ac_status); } && {
32453 test -z "$ac_c_werror_flag" ||
32454 test ! -s conftest.err
32455 } && test -s conftest.$ac_objext; then
32456
32457 cat >>confdefs.h <<\_ACEOF
32458 #define __WXGTK24__ 1
32459 _ACEOF
32460
32461 { echo "$as_me:$LINENO: result: yes" >&5
32462 echo "${ECHO_T}yes" >&6; }
32463
32464 else
32465 echo "$as_me: failed program was:" >&5
32466 sed 's/^/| /' conftest.$ac_ext >&5
32467
32468
32469 { echo "$as_me:$LINENO: result: no" >&5
32470 echo "${ECHO_T}no" >&6; }
32471
32472 fi
32473
32474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32475 fi
32476
32477 CFLAGS="$save_CFLAGS"
32478 LIBS="$save_LIBS"
32479 else
32480 if test "$wxUSE_UNICODE" = "yes"; then
32481 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
32482 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
32483 wxUSE_UNICODE=no
32484 fi
32485
32486 { echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
32487 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6; }
32488 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
32489 echo $ECHO_N "(cached) $ECHO_C" >&6
32490 else
32491 ac_check_lib_save_LIBS=$LIBS
32492 LIBS="-lgdk $LIBS"
32493 cat >conftest.$ac_ext <<_ACEOF
32494 /* confdefs.h. */
32495 _ACEOF
32496 cat confdefs.h >>conftest.$ac_ext
32497 cat >>conftest.$ac_ext <<_ACEOF
32498 /* end confdefs.h. */
32499
32500 /* Override any GCC internal prototype to avoid an error.
32501 Use char because int might match the return type of a GCC
32502 builtin and then its argument prototype would still apply. */
32503 #ifdef __cplusplus
32504 extern "C"
32505 #endif
32506 char gdk_im_open ();
32507 int
32508 main ()
32509 {
32510 return gdk_im_open ();
32511 ;
32512 return 0;
32513 }
32514 _ACEOF
32515 rm -f conftest.$ac_objext conftest$ac_exeext
32516 if { (ac_try="$ac_link"
32517 case "(($ac_try" in
32518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32519 *) ac_try_echo=$ac_try;;
32520 esac
32521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32522 (eval "$ac_link") 2>conftest.er1
32523 ac_status=$?
32524 grep -v '^ *+' conftest.er1 >conftest.err
32525 rm -f conftest.er1
32526 cat conftest.err >&5
32527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32528 (exit $ac_status); } && {
32529 test -z "$ac_c_werror_flag" ||
32530 test ! -s conftest.err
32531 } && test -s conftest$ac_exeext &&
32532 $as_test_x conftest$ac_exeext; then
32533 ac_cv_lib_gdk_gdk_im_open=yes
32534 else
32535 echo "$as_me: failed program was:" >&5
32536 sed 's/^/| /' conftest.$ac_ext >&5
32537
32538 ac_cv_lib_gdk_gdk_im_open=no
32539 fi
32540
32541 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32542 conftest$ac_exeext conftest.$ac_ext
32543 LIBS=$ac_check_lib_save_LIBS
32544 fi
32545 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
32546 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6; }
32547 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
32548 cat >>confdefs.h <<\_ACEOF
32549 #define HAVE_XIM 1
32550 _ACEOF
32551
32552 fi
32553
32554
32555 if test "$USE_DARWIN" != 1; then
32556
32557 for ac_func in poll
32558 do
32559 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32560 { echo "$as_me:$LINENO: checking for $ac_func" >&5
32561 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
32562 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
32563 echo $ECHO_N "(cached) $ECHO_C" >&6
32564 else
32565 cat >conftest.$ac_ext <<_ACEOF
32566 /* confdefs.h. */
32567 _ACEOF
32568 cat confdefs.h >>conftest.$ac_ext
32569 cat >>conftest.$ac_ext <<_ACEOF
32570 /* end confdefs.h. */
32571 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32572 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32573 #define $ac_func innocuous_$ac_func
32574
32575 /* System header to define __stub macros and hopefully few prototypes,
32576 which can conflict with char $ac_func (); below.
32577 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32578 <limits.h> exists even on freestanding compilers. */
32579
32580 #ifdef __STDC__
32581 # include <limits.h>
32582 #else
32583 # include <assert.h>
32584 #endif
32585
32586 #undef $ac_func
32587
32588 /* Override any GCC internal prototype to avoid an error.
32589 Use char because int might match the return type of a GCC
32590 builtin and then its argument prototype would still apply. */
32591 #ifdef __cplusplus
32592 extern "C"
32593 #endif
32594 char $ac_func ();
32595 /* The GNU C library defines this for functions which it implements
32596 to always fail with ENOSYS. Some functions are actually named
32597 something starting with __ and the normal name is an alias. */
32598 #if defined __stub_$ac_func || defined __stub___$ac_func
32599 choke me
32600 #endif
32601
32602 int
32603 main ()
32604 {
32605 return $ac_func ();
32606 ;
32607 return 0;
32608 }
32609 _ACEOF
32610 rm -f conftest.$ac_objext conftest$ac_exeext
32611 if { (ac_try="$ac_link"
32612 case "(($ac_try" in
32613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32614 *) ac_try_echo=$ac_try;;
32615 esac
32616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32617 (eval "$ac_link") 2>conftest.er1
32618 ac_status=$?
32619 grep -v '^ *+' conftest.er1 >conftest.err
32620 rm -f conftest.er1
32621 cat conftest.err >&5
32622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32623 (exit $ac_status); } && {
32624 test -z "$ac_c_werror_flag" ||
32625 test ! -s conftest.err
32626 } && test -s conftest$ac_exeext &&
32627 $as_test_x conftest$ac_exeext; then
32628 eval "$as_ac_var=yes"
32629 else
32630 echo "$as_me: failed program was:" >&5
32631 sed 's/^/| /' conftest.$ac_ext >&5
32632
32633 eval "$as_ac_var=no"
32634 fi
32635
32636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32637 conftest$ac_exeext conftest.$ac_ext
32638 fi
32639 ac_res=`eval echo '${'$as_ac_var'}'`
32640 { echo "$as_me:$LINENO: result: $ac_res" >&5
32641 echo "${ECHO_T}$ac_res" >&6; }
32642 if test `eval echo '${'$as_ac_var'}'` = yes; then
32643 cat >>confdefs.h <<_ACEOF
32644 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32645 _ACEOF
32646
32647 fi
32648 done
32649
32650 fi
32651 fi
32652
32653 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
32654 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
32655
32656 AFMINSTALL=afminstall
32657 TOOLKIT=GTK
32658 GUIDIST=GTK_DIST
32659
32660 if test "$wxUSE_GPE" = "yes"; then
32661 { echo "$as_me:$LINENO: checking for gpewidget library" >&5
32662 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6; }
32663
32664 ac_find_libraries=
32665 for ac_dir in $SEARCH_LIB;
32666 do
32667 for ac_extension in a so sl dylib dll.a; do
32668 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
32669 ac_find_libraries=$ac_dir
32670 break 2
32671 fi
32672 done
32673 done
32674
32675 if test "$ac_find_libraries" != "" ; then
32676
32677 if test "$ac_find_libraries" = "default location"; then
32678 ac_path_to_link=""
32679 else
32680 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
32681 result=$?
32682 if test $result = 0; then
32683 ac_path_to_link=""
32684 else
32685 ac_path_to_link=" -L$ac_find_libraries"
32686 fi
32687 fi
32688
32689 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
32690 WXGPE=1
32691 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
32692 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
32693 else
32694 { echo "$as_me:$LINENO: result: not found" >&5
32695 echo "${ECHO_T}not found" >&6; }
32696 fi
32697
32698 fi
32699 fi
32700
32701 if test "$wxUSE_MGL" = 1; then
32702 { echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
32703 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6; }
32704 if test "x$MGL_ROOT" = x ; then
32705 { echo "$as_me:$LINENO: result: not found" >&5
32706 echo "${ECHO_T}not found" >&6; }
32707 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
32708 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
32709 { (exit 1); exit 1; }; }
32710 else
32711 { echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
32712 echo "${ECHO_T}$MGL_ROOT" >&6; }
32713 fi
32714
32715 { echo "$as_me:$LINENO: checking for libmgl location" >&5
32716 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6; }
32717 case "${host}" in
32718 *-*-linux* )
32719 if test "x$wxUSE_SHARED" = xyes ; then
32720 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
32721 else
32722 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
32723 fi
32724 ;;
32725 *-pc-msdosdjgpp )
32726 mgl_os_candidates="dos32/dj2"
32727 ;;
32728 *)
32729 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
32730 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
32731 { (exit 1); exit 1; }; }
32732 esac
32733
32734 mgl_lib_type=""
32735 mgl_os=""
32736
32737 for mgl_os_i in $mgl_os_candidates ; do
32738 if test "x$mgl_os" = x ; then
32739 if test "$wxUSE_DEBUG_FLAG" = yes ; then
32740 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
32741 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
32742 mgl_lib_type=debug
32743 mgl_os=$mgl_os_i
32744 fi
32745 fi
32746 if test "x$mgl_lib_type" = x ; then
32747 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
32748 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
32749 mgl_lib_type=release
32750 mgl_os=$mgl_os_i
32751 fi
32752 fi
32753 fi
32754 done
32755
32756 if test "x$mgl_os" = x ; then
32757 { echo "$as_me:$LINENO: result: not found" >&5
32758 echo "${ECHO_T}not found" >&6; }
32759 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
32760 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
32761 { (exit 1); exit 1; }; }
32762 fi
32763 { echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
32764 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6; }
32765
32766 wxUSE_UNIVERSAL="yes"
32767
32768 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
32769 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
32770
32771 AFMINSTALL=afminstall
32772 TOOLKIT=MGL
32773 GUIDIST=MGL_DIST
32774 fi
32775
32776 if test "$wxUSE_DFB" = 1; then
32777
32778
32779 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
32780 if test -n "$ac_tool_prefix"; then
32781 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
32782 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
32783 { echo "$as_me:$LINENO: checking for $ac_word" >&5
32784 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32785 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
32786 echo $ECHO_N "(cached) $ECHO_C" >&6
32787 else
32788 case $PKG_CONFIG in
32789 [\\/]* | ?:[\\/]*)
32790 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
32791 ;;
32792 *)
32793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32794 for as_dir in $PATH
32795 do
32796 IFS=$as_save_IFS
32797 test -z "$as_dir" && as_dir=.
32798 for ac_exec_ext in '' $ac_executable_extensions; do
32799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32800 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
32801 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32802 break 2
32803 fi
32804 done
32805 done
32806 IFS=$as_save_IFS
32807
32808 ;;
32809 esac
32810 fi
32811 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
32812 if test -n "$PKG_CONFIG"; then
32813 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
32814 echo "${ECHO_T}$PKG_CONFIG" >&6; }
32815 else
32816 { echo "$as_me:$LINENO: result: no" >&5
32817 echo "${ECHO_T}no" >&6; }
32818 fi
32819
32820
32821 fi
32822 if test -z "$ac_cv_path_PKG_CONFIG"; then
32823 ac_pt_PKG_CONFIG=$PKG_CONFIG
32824 # Extract the first word of "pkg-config", so it can be a program name with args.
32825 set dummy pkg-config; ac_word=$2
32826 { echo "$as_me:$LINENO: checking for $ac_word" >&5
32827 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32828 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
32829 echo $ECHO_N "(cached) $ECHO_C" >&6
32830 else
32831 case $ac_pt_PKG_CONFIG in
32832 [\\/]* | ?:[\\/]*)
32833 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
32834 ;;
32835 *)
32836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32837 for as_dir in $PATH
32838 do
32839 IFS=$as_save_IFS
32840 test -z "$as_dir" && as_dir=.
32841 for ac_exec_ext in '' $ac_executable_extensions; do
32842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32843 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
32844 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32845 break 2
32846 fi
32847 done
32848 done
32849 IFS=$as_save_IFS
32850
32851 ;;
32852 esac
32853 fi
32854 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
32855 if test -n "$ac_pt_PKG_CONFIG"; then
32856 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
32857 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
32858 else
32859 { echo "$as_me:$LINENO: result: no" >&5
32860 echo "${ECHO_T}no" >&6; }
32861 fi
32862
32863 if test "x$ac_pt_PKG_CONFIG" = x; then
32864 PKG_CONFIG=""
32865 else
32866 case $cross_compiling:$ac_tool_warned in
32867 yes:)
32868 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
32869 whose name does not start with the host triplet. If you think this
32870 configuration is useful to you, please write to autoconf@gnu.org." >&5
32871 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
32872 whose name does not start with the host triplet. If you think this
32873 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
32874 ac_tool_warned=yes ;;
32875 esac
32876 PKG_CONFIG=$ac_pt_PKG_CONFIG
32877 fi
32878 else
32879 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
32880 fi
32881
32882 fi
32883 if test -n "$PKG_CONFIG"; then
32884 _pkg_min_version=0.9.0
32885 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
32886 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
32887 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
32888 { echo "$as_me:$LINENO: result: yes" >&5
32889 echo "${ECHO_T}yes" >&6; }
32890 else
32891 { echo "$as_me:$LINENO: result: no" >&5
32892 echo "${ECHO_T}no" >&6; }
32893 PKG_CONFIG=""
32894 fi
32895
32896 fi
32897
32898
32899 pkg_failed=no
32900 { echo "$as_me:$LINENO: checking for DIRECTFB" >&5
32901 echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6; }
32902
32903 if test -n "$PKG_CONFIG"; then
32904 if test -n "$DIRECTFB_CFLAGS"; then
32905 pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
32906 else
32907 if test -n "$PKG_CONFIG" && \
32908 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
32909 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
32910 ac_status=$?
32911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32912 (exit $ac_status); }; then
32913 pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
32914 else
32915 pkg_failed=yes
32916 fi
32917 fi
32918 else
32919 pkg_failed=untried
32920 fi
32921 if test -n "$PKG_CONFIG"; then
32922 if test -n "$DIRECTFB_LIBS"; then
32923 pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
32924 else
32925 if test -n "$PKG_CONFIG" && \
32926 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
32927 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
32928 ac_status=$?
32929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32930 (exit $ac_status); }; then
32931 pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
32932 else
32933 pkg_failed=yes
32934 fi
32935 fi
32936 else
32937 pkg_failed=untried
32938 fi
32939
32940
32941
32942 if test $pkg_failed = yes; then
32943
32944 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
32945 _pkg_short_errors_supported=yes
32946 else
32947 _pkg_short_errors_supported=no
32948 fi
32949 if test $_pkg_short_errors_supported = yes; then
32950 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
32951 else
32952 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
32953 fi
32954 # Put the nasty error message in config.log where it belongs
32955 echo "$DIRECTFB_PKG_ERRORS" >&5
32956
32957
32958 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
32959 echo "$as_me: error: DirectFB not found." >&2;}
32960 { (exit 1); exit 1; }; }
32961
32962
32963 elif test $pkg_failed = untried; then
32964
32965 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
32966 echo "$as_me: error: DirectFB not found." >&2;}
32967 { (exit 1); exit 1; }; }
32968
32969
32970 else
32971 DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
32972 DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
32973 { echo "$as_me:$LINENO: result: yes" >&5
32974 echo "${ECHO_T}yes" >&6; }
32975
32976 wxUSE_UNIVERSAL="yes"
32977 TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
32978 GUI_TK_LIBRARY="$DIRECTFB_LIBS"
32979 TOOLKIT=DFB
32980 GUIDIST=DFB_DIST
32981
32982 fi
32983 fi
32984
32985 if test "$wxUSE_MICROWIN" = 1; then
32986 { echo "$as_me:$LINENO: checking for MicroWindows" >&5
32987 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6; }
32988 if test "x$MICROWINDOWS" = x ; then
32989 { echo "$as_me:$LINENO: result: not found" >&5
32990 echo "${ECHO_T}not found" >&6; }
32991 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
32992 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
32993 { (exit 1); exit 1; }; }
32994 else
32995 { echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
32996 echo "${ECHO_T}$MICROWINDOWS" >&6; }
32997 fi
32998
32999 if test -f $MICROWINDOWS/lib/libmwin.a; then
33000 { echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
33001 echo "${ECHO_T}MicroWindows' libraries found." >&6; }
33002 else
33003 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
33004 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
33005 { (exit 1); exit 1; }; }
33006 fi
33007
33008 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
33009 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
33010
33011 wxUSE_UNIVERSAL="yes"
33012
33013 AFMINSTALL=afminstall
33014 TOOLKIT=MICROWIN
33015 GUIDIST=MICROWIN_DIST
33016
33017 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
33018 fi
33019
33020 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
33021 { echo "$as_me:$LINENO: checking for X" >&5
33022 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
33023
33024
33025 # Check whether --with-x was given.
33026 if test "${with_x+set}" = set; then
33027 withval=$with_x;
33028 fi
33029
33030 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
33031 if test "x$with_x" = xno; then
33032 # The user explicitly disabled X.
33033 have_x=disabled
33034 else
33035 case $x_includes,$x_libraries in #(
33036 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
33037 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
33038 { (exit 1); exit 1; }; };; #(
33039 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
33040 echo $ECHO_N "(cached) $ECHO_C" >&6
33041 else
33042 # One or both of the vars are not set, and there is no cached value.
33043 ac_x_includes=no ac_x_libraries=no
33044 rm -f -r conftest.dir
33045 if mkdir conftest.dir; then
33046 cd conftest.dir
33047 cat >Imakefile <<'_ACEOF'
33048 incroot:
33049 @echo incroot='${INCROOT}'
33050 usrlibdir:
33051 @echo usrlibdir='${USRLIBDIR}'
33052 libdir:
33053 @echo libdir='${LIBDIR}'
33054 _ACEOF
33055 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
33056 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
33057 for ac_var in incroot usrlibdir libdir; do
33058 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
33059 done
33060 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
33061 for ac_extension in a so sl; do
33062 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
33063 test -f "$ac_im_libdir/libX11.$ac_extension"; then
33064 ac_im_usrlibdir=$ac_im_libdir; break
33065 fi
33066 done
33067 # Screen out bogus values from the imake configuration. They are
33068 # bogus both because they are the default anyway, and because
33069 # using them would break gcc on systems where it needs fixed includes.
33070 case $ac_im_incroot in
33071 /usr/include) ac_x_includes= ;;
33072 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
33073 esac
33074 case $ac_im_usrlibdir in
33075 /usr/lib | /lib) ;;
33076 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
33077 esac
33078 fi
33079 cd ..
33080 rm -f -r conftest.dir
33081 fi
33082
33083 # Standard set of common directories for X headers.
33084 # Check X11 before X11Rn because it is often a symlink to the current release.
33085 ac_x_header_dirs='
33086 /usr/X11/include
33087 /usr/X11R6/include
33088 /usr/X11R5/include
33089 /usr/X11R4/include
33090
33091 /usr/include/X11
33092 /usr/include/X11R6
33093 /usr/include/X11R5
33094 /usr/include/X11R4
33095
33096 /usr/local/X11/include
33097 /usr/local/X11R6/include
33098 /usr/local/X11R5/include
33099 /usr/local/X11R4/include
33100
33101 /usr/local/include/X11
33102 /usr/local/include/X11R6
33103 /usr/local/include/X11R5
33104 /usr/local/include/X11R4
33105
33106 /usr/X386/include
33107 /usr/x386/include
33108 /usr/XFree86/include/X11
33109
33110 /usr/include
33111 /usr/local/include
33112 /usr/unsupported/include
33113 /usr/athena/include
33114 /usr/local/x11r5/include
33115 /usr/lpp/Xamples/include
33116
33117 /usr/openwin/include
33118 /usr/openwin/share/include'
33119
33120 if test "$ac_x_includes" = no; then
33121 # Guess where to find include files, by looking for Xlib.h.
33122 # First, try using that file with no special directory specified.
33123 cat >conftest.$ac_ext <<_ACEOF
33124 /* confdefs.h. */
33125 _ACEOF
33126 cat confdefs.h >>conftest.$ac_ext
33127 cat >>conftest.$ac_ext <<_ACEOF
33128 /* end confdefs.h. */
33129 #include <X11/Xlib.h>
33130 _ACEOF
33131 if { (ac_try="$ac_cpp conftest.$ac_ext"
33132 case "(($ac_try" in
33133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33134 *) ac_try_echo=$ac_try;;
33135 esac
33136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33137 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33138 ac_status=$?
33139 grep -v '^ *+' conftest.er1 >conftest.err
33140 rm -f conftest.er1
33141 cat conftest.err >&5
33142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33143 (exit $ac_status); } >/dev/null && {
33144 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33145 test ! -s conftest.err
33146 }; then
33147 # We can compile using X headers with no special include directory.
33148 ac_x_includes=
33149 else
33150 echo "$as_me: failed program was:" >&5
33151 sed 's/^/| /' conftest.$ac_ext >&5
33152
33153 for ac_dir in $ac_x_header_dirs; do
33154 if test -r "$ac_dir/X11/Xlib.h"; then
33155 ac_x_includes=$ac_dir
33156 break
33157 fi
33158 done
33159 fi
33160
33161 rm -f conftest.err conftest.$ac_ext
33162 fi # $ac_x_includes = no
33163
33164 if test "$ac_x_libraries" = no; then
33165 # Check for the libraries.
33166 # See if we find them without any special options.
33167 # Don't add to $LIBS permanently.
33168 ac_save_LIBS=$LIBS
33169 LIBS="-lX11 $LIBS"
33170 cat >conftest.$ac_ext <<_ACEOF
33171 /* confdefs.h. */
33172 _ACEOF
33173 cat confdefs.h >>conftest.$ac_ext
33174 cat >>conftest.$ac_ext <<_ACEOF
33175 /* end confdefs.h. */
33176 #include <X11/Xlib.h>
33177 int
33178 main ()
33179 {
33180 XrmInitialize ()
33181 ;
33182 return 0;
33183 }
33184 _ACEOF
33185 rm -f conftest.$ac_objext conftest$ac_exeext
33186 if { (ac_try="$ac_link"
33187 case "(($ac_try" in
33188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33189 *) ac_try_echo=$ac_try;;
33190 esac
33191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33192 (eval "$ac_link") 2>conftest.er1
33193 ac_status=$?
33194 grep -v '^ *+' conftest.er1 >conftest.err
33195 rm -f conftest.er1
33196 cat conftest.err >&5
33197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33198 (exit $ac_status); } && {
33199 test -z "$ac_c_werror_flag" ||
33200 test ! -s conftest.err
33201 } && test -s conftest$ac_exeext &&
33202 $as_test_x conftest$ac_exeext; then
33203 LIBS=$ac_save_LIBS
33204 # We can link X programs with no special library path.
33205 ac_x_libraries=
33206 else
33207 echo "$as_me: failed program was:" >&5
33208 sed 's/^/| /' conftest.$ac_ext >&5
33209
33210 LIBS=$ac_save_LIBS
33211 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
33212 do
33213 # Don't even attempt the hair of trying to link an X program!
33214 for ac_extension in a so sl; do
33215 if test -r "$ac_dir/libX11.$ac_extension"; then
33216 ac_x_libraries=$ac_dir
33217 break 2
33218 fi
33219 done
33220 done
33221 fi
33222
33223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33224 conftest$ac_exeext conftest.$ac_ext
33225 fi # $ac_x_libraries = no
33226
33227 case $ac_x_includes,$ac_x_libraries in #(
33228 no,* | *,no | *\'*)
33229 # Didn't find X, or a directory has "'" in its name.
33230 ac_cv_have_x="have_x=no";; #(
33231 *)
33232 # Record where we found X for the cache.
33233 ac_cv_have_x="have_x=yes\
33234 ac_x_includes='$ac_x_includes'\
33235 ac_x_libraries='$ac_x_libraries'"
33236 esac
33237 fi
33238 ;; #(
33239 *) have_x=yes;;
33240 esac
33241 eval "$ac_cv_have_x"
33242 fi # $with_x != no
33243
33244 if test "$have_x" != yes; then
33245 { echo "$as_me:$LINENO: result: $have_x" >&5
33246 echo "${ECHO_T}$have_x" >&6; }
33247 no_x=yes
33248 else
33249 # If each of the values was on the command line, it overrides each guess.
33250 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
33251 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
33252 # Update the cache value to reflect the command line values.
33253 ac_cv_have_x="have_x=yes\
33254 ac_x_includes='$x_includes'\
33255 ac_x_libraries='$x_libraries'"
33256 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
33257 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
33258 fi
33259
33260 if test "$no_x" = yes; then
33261 # Not all programs may use this symbol, but it does not hurt to define it.
33262
33263 cat >>confdefs.h <<\_ACEOF
33264 #define X_DISPLAY_MISSING 1
33265 _ACEOF
33266
33267 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
33268 else
33269 if test -n "$x_includes"; then
33270 X_CFLAGS="$X_CFLAGS -I$x_includes"
33271 fi
33272
33273 # It would also be nice to do this for all -L options, not just this one.
33274 if test -n "$x_libraries"; then
33275 X_LIBS="$X_LIBS -L$x_libraries"
33276 # For Solaris; some versions of Sun CC require a space after -R and
33277 # others require no space. Words are not sufficient . . . .
33278 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
33279 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
33280 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
33281 ac_xsave_c_werror_flag=$ac_c_werror_flag
33282 ac_c_werror_flag=yes
33283 cat >conftest.$ac_ext <<_ACEOF
33284 /* confdefs.h. */
33285 _ACEOF
33286 cat confdefs.h >>conftest.$ac_ext
33287 cat >>conftest.$ac_ext <<_ACEOF
33288 /* end confdefs.h. */
33289
33290 int
33291 main ()
33292 {
33293
33294 ;
33295 return 0;
33296 }
33297 _ACEOF
33298 rm -f conftest.$ac_objext conftest$ac_exeext
33299 if { (ac_try="$ac_link"
33300 case "(($ac_try" in
33301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33302 *) ac_try_echo=$ac_try;;
33303 esac
33304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33305 (eval "$ac_link") 2>conftest.er1
33306 ac_status=$?
33307 grep -v '^ *+' conftest.er1 >conftest.err
33308 rm -f conftest.er1
33309 cat conftest.err >&5
33310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33311 (exit $ac_status); } && {
33312 test -z "$ac_c_werror_flag" ||
33313 test ! -s conftest.err
33314 } && test -s conftest$ac_exeext &&
33315 $as_test_x conftest$ac_exeext; then
33316 { echo "$as_me:$LINENO: result: no" >&5
33317 echo "${ECHO_T}no" >&6; }
33318 X_LIBS="$X_LIBS -R$x_libraries"
33319 else
33320 echo "$as_me: failed program was:" >&5
33321 sed 's/^/| /' conftest.$ac_ext >&5
33322
33323 LIBS="$ac_xsave_LIBS -R $x_libraries"
33324 cat >conftest.$ac_ext <<_ACEOF
33325 /* confdefs.h. */
33326 _ACEOF
33327 cat confdefs.h >>conftest.$ac_ext
33328 cat >>conftest.$ac_ext <<_ACEOF
33329 /* end confdefs.h. */
33330
33331 int
33332 main ()
33333 {
33334
33335 ;
33336 return 0;
33337 }
33338 _ACEOF
33339 rm -f conftest.$ac_objext conftest$ac_exeext
33340 if { (ac_try="$ac_link"
33341 case "(($ac_try" in
33342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33343 *) ac_try_echo=$ac_try;;
33344 esac
33345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33346 (eval "$ac_link") 2>conftest.er1
33347 ac_status=$?
33348 grep -v '^ *+' conftest.er1 >conftest.err
33349 rm -f conftest.er1
33350 cat conftest.err >&5
33351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33352 (exit $ac_status); } && {
33353 test -z "$ac_c_werror_flag" ||
33354 test ! -s conftest.err
33355 } && test -s conftest$ac_exeext &&
33356 $as_test_x conftest$ac_exeext; then
33357 { echo "$as_me:$LINENO: result: yes" >&5
33358 echo "${ECHO_T}yes" >&6; }
33359 X_LIBS="$X_LIBS -R $x_libraries"
33360 else
33361 echo "$as_me: failed program was:" >&5
33362 sed 's/^/| /' conftest.$ac_ext >&5
33363
33364 { echo "$as_me:$LINENO: result: neither works" >&5
33365 echo "${ECHO_T}neither works" >&6; }
33366 fi
33367
33368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33369 conftest$ac_exeext conftest.$ac_ext
33370 fi
33371
33372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33373 conftest$ac_exeext conftest.$ac_ext
33374 ac_c_werror_flag=$ac_xsave_c_werror_flag
33375 LIBS=$ac_xsave_LIBS
33376 fi
33377
33378 # Check for system-dependent libraries X programs must link with.
33379 # Do this before checking for the system-independent R6 libraries
33380 # (-lICE), since we may need -lsocket or whatever for X linking.
33381
33382 if test "$ISC" = yes; then
33383 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
33384 else
33385 # Martyn Johnson says this is needed for Ultrix, if the X
33386 # libraries were built with DECnet support. And Karl Berry says
33387 # the Alpha needs dnet_stub (dnet does not exist).
33388 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
33389 cat >conftest.$ac_ext <<_ACEOF
33390 /* confdefs.h. */
33391 _ACEOF
33392 cat confdefs.h >>conftest.$ac_ext
33393 cat >>conftest.$ac_ext <<_ACEOF
33394 /* end confdefs.h. */
33395
33396 /* Override any GCC internal prototype to avoid an error.
33397 Use char because int might match the return type of a GCC
33398 builtin and then its argument prototype would still apply. */
33399 #ifdef __cplusplus
33400 extern "C"
33401 #endif
33402 char XOpenDisplay ();
33403 int
33404 main ()
33405 {
33406 return XOpenDisplay ();
33407 ;
33408 return 0;
33409 }
33410 _ACEOF
33411 rm -f conftest.$ac_objext conftest$ac_exeext
33412 if { (ac_try="$ac_link"
33413 case "(($ac_try" in
33414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33415 *) ac_try_echo=$ac_try;;
33416 esac
33417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33418 (eval "$ac_link") 2>conftest.er1
33419 ac_status=$?
33420 grep -v '^ *+' conftest.er1 >conftest.err
33421 rm -f conftest.er1
33422 cat conftest.err >&5
33423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33424 (exit $ac_status); } && {
33425 test -z "$ac_c_werror_flag" ||
33426 test ! -s conftest.err
33427 } && test -s conftest$ac_exeext &&
33428 $as_test_x conftest$ac_exeext; then
33429 :
33430 else
33431 echo "$as_me: failed program was:" >&5
33432 sed 's/^/| /' conftest.$ac_ext >&5
33433
33434 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
33435 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
33436 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
33437 echo $ECHO_N "(cached) $ECHO_C" >&6
33438 else
33439 ac_check_lib_save_LIBS=$LIBS
33440 LIBS="-ldnet $LIBS"
33441 cat >conftest.$ac_ext <<_ACEOF
33442 /* confdefs.h. */
33443 _ACEOF
33444 cat confdefs.h >>conftest.$ac_ext
33445 cat >>conftest.$ac_ext <<_ACEOF
33446 /* end confdefs.h. */
33447
33448 /* Override any GCC internal prototype to avoid an error.
33449 Use char because int might match the return type of a GCC
33450 builtin and then its argument prototype would still apply. */
33451 #ifdef __cplusplus
33452 extern "C"
33453 #endif
33454 char dnet_ntoa ();
33455 int
33456 main ()
33457 {
33458 return dnet_ntoa ();
33459 ;
33460 return 0;
33461 }
33462 _ACEOF
33463 rm -f conftest.$ac_objext conftest$ac_exeext
33464 if { (ac_try="$ac_link"
33465 case "(($ac_try" in
33466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33467 *) ac_try_echo=$ac_try;;
33468 esac
33469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33470 (eval "$ac_link") 2>conftest.er1
33471 ac_status=$?
33472 grep -v '^ *+' conftest.er1 >conftest.err
33473 rm -f conftest.er1
33474 cat conftest.err >&5
33475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33476 (exit $ac_status); } && {
33477 test -z "$ac_c_werror_flag" ||
33478 test ! -s conftest.err
33479 } && test -s conftest$ac_exeext &&
33480 $as_test_x conftest$ac_exeext; then
33481 ac_cv_lib_dnet_dnet_ntoa=yes
33482 else
33483 echo "$as_me: failed program was:" >&5
33484 sed 's/^/| /' conftest.$ac_ext >&5
33485
33486 ac_cv_lib_dnet_dnet_ntoa=no
33487 fi
33488
33489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33490 conftest$ac_exeext conftest.$ac_ext
33491 LIBS=$ac_check_lib_save_LIBS
33492 fi
33493 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
33494 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
33495 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
33496 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
33497 fi
33498
33499 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
33500 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
33501 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
33502 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
33503 echo $ECHO_N "(cached) $ECHO_C" >&6
33504 else
33505 ac_check_lib_save_LIBS=$LIBS
33506 LIBS="-ldnet_stub $LIBS"
33507 cat >conftest.$ac_ext <<_ACEOF
33508 /* confdefs.h. */
33509 _ACEOF
33510 cat confdefs.h >>conftest.$ac_ext
33511 cat >>conftest.$ac_ext <<_ACEOF
33512 /* end confdefs.h. */
33513
33514 /* Override any GCC internal prototype to avoid an error.
33515 Use char because int might match the return type of a GCC
33516 builtin and then its argument prototype would still apply. */
33517 #ifdef __cplusplus
33518 extern "C"
33519 #endif
33520 char dnet_ntoa ();
33521 int
33522 main ()
33523 {
33524 return dnet_ntoa ();
33525 ;
33526 return 0;
33527 }
33528 _ACEOF
33529 rm -f conftest.$ac_objext conftest$ac_exeext
33530 if { (ac_try="$ac_link"
33531 case "(($ac_try" in
33532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33533 *) ac_try_echo=$ac_try;;
33534 esac
33535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33536 (eval "$ac_link") 2>conftest.er1
33537 ac_status=$?
33538 grep -v '^ *+' conftest.er1 >conftest.err
33539 rm -f conftest.er1
33540 cat conftest.err >&5
33541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33542 (exit $ac_status); } && {
33543 test -z "$ac_c_werror_flag" ||
33544 test ! -s conftest.err
33545 } && test -s conftest$ac_exeext &&
33546 $as_test_x conftest$ac_exeext; then
33547 ac_cv_lib_dnet_stub_dnet_ntoa=yes
33548 else
33549 echo "$as_me: failed program was:" >&5
33550 sed 's/^/| /' conftest.$ac_ext >&5
33551
33552 ac_cv_lib_dnet_stub_dnet_ntoa=no
33553 fi
33554
33555 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33556 conftest$ac_exeext conftest.$ac_ext
33557 LIBS=$ac_check_lib_save_LIBS
33558 fi
33559 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
33560 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
33561 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
33562 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
33563 fi
33564
33565 fi
33566 fi
33567
33568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33569 conftest$ac_exeext conftest.$ac_ext
33570 LIBS="$ac_xsave_LIBS"
33571
33572 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
33573 # to get the SysV transport functions.
33574 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
33575 # needs -lnsl.
33576 # The nsl library prevents programs from opening the X display
33577 # on Irix 5.2, according to T.E. Dickey.
33578 # The functions gethostbyname, getservbyname, and inet_addr are
33579 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
33580 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
33581 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
33582 if test "${ac_cv_func_gethostbyname+set}" = set; then
33583 echo $ECHO_N "(cached) $ECHO_C" >&6
33584 else
33585 cat >conftest.$ac_ext <<_ACEOF
33586 /* confdefs.h. */
33587 _ACEOF
33588 cat confdefs.h >>conftest.$ac_ext
33589 cat >>conftest.$ac_ext <<_ACEOF
33590 /* end confdefs.h. */
33591 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
33592 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33593 #define gethostbyname innocuous_gethostbyname
33594
33595 /* System header to define __stub macros and hopefully few prototypes,
33596 which can conflict with char gethostbyname (); below.
33597 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33598 <limits.h> exists even on freestanding compilers. */
33599
33600 #ifdef __STDC__
33601 # include <limits.h>
33602 #else
33603 # include <assert.h>
33604 #endif
33605
33606 #undef gethostbyname
33607
33608 /* Override any GCC internal prototype to avoid an error.
33609 Use char because int might match the return type of a GCC
33610 builtin and then its argument prototype would still apply. */
33611 #ifdef __cplusplus
33612 extern "C"
33613 #endif
33614 char gethostbyname ();
33615 /* The GNU C library defines this for functions which it implements
33616 to always fail with ENOSYS. Some functions are actually named
33617 something starting with __ and the normal name is an alias. */
33618 #if defined __stub_gethostbyname || defined __stub___gethostbyname
33619 choke me
33620 #endif
33621
33622 int
33623 main ()
33624 {
33625 return gethostbyname ();
33626 ;
33627 return 0;
33628 }
33629 _ACEOF
33630 rm -f conftest.$ac_objext conftest$ac_exeext
33631 if { (ac_try="$ac_link"
33632 case "(($ac_try" in
33633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33634 *) ac_try_echo=$ac_try;;
33635 esac
33636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33637 (eval "$ac_link") 2>conftest.er1
33638 ac_status=$?
33639 grep -v '^ *+' conftest.er1 >conftest.err
33640 rm -f conftest.er1
33641 cat conftest.err >&5
33642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33643 (exit $ac_status); } && {
33644 test -z "$ac_c_werror_flag" ||
33645 test ! -s conftest.err
33646 } && test -s conftest$ac_exeext &&
33647 $as_test_x conftest$ac_exeext; then
33648 ac_cv_func_gethostbyname=yes
33649 else
33650 echo "$as_me: failed program was:" >&5
33651 sed 's/^/| /' conftest.$ac_ext >&5
33652
33653 ac_cv_func_gethostbyname=no
33654 fi
33655
33656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33657 conftest$ac_exeext conftest.$ac_ext
33658 fi
33659 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
33660 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
33661
33662 if test $ac_cv_func_gethostbyname = no; then
33663 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
33664 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
33665 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
33666 echo $ECHO_N "(cached) $ECHO_C" >&6
33667 else
33668 ac_check_lib_save_LIBS=$LIBS
33669 LIBS="-lnsl $LIBS"
33670 cat >conftest.$ac_ext <<_ACEOF
33671 /* confdefs.h. */
33672 _ACEOF
33673 cat confdefs.h >>conftest.$ac_ext
33674 cat >>conftest.$ac_ext <<_ACEOF
33675 /* end confdefs.h. */
33676
33677 /* Override any GCC internal prototype to avoid an error.
33678 Use char because int might match the return type of a GCC
33679 builtin and then its argument prototype would still apply. */
33680 #ifdef __cplusplus
33681 extern "C"
33682 #endif
33683 char gethostbyname ();
33684 int
33685 main ()
33686 {
33687 return gethostbyname ();
33688 ;
33689 return 0;
33690 }
33691 _ACEOF
33692 rm -f conftest.$ac_objext conftest$ac_exeext
33693 if { (ac_try="$ac_link"
33694 case "(($ac_try" in
33695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33696 *) ac_try_echo=$ac_try;;
33697 esac
33698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33699 (eval "$ac_link") 2>conftest.er1
33700 ac_status=$?
33701 grep -v '^ *+' conftest.er1 >conftest.err
33702 rm -f conftest.er1
33703 cat conftest.err >&5
33704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33705 (exit $ac_status); } && {
33706 test -z "$ac_c_werror_flag" ||
33707 test ! -s conftest.err
33708 } && test -s conftest$ac_exeext &&
33709 $as_test_x conftest$ac_exeext; then
33710 ac_cv_lib_nsl_gethostbyname=yes
33711 else
33712 echo "$as_me: failed program was:" >&5
33713 sed 's/^/| /' conftest.$ac_ext >&5
33714
33715 ac_cv_lib_nsl_gethostbyname=no
33716 fi
33717
33718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33719 conftest$ac_exeext conftest.$ac_ext
33720 LIBS=$ac_check_lib_save_LIBS
33721 fi
33722 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
33723 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
33724 if test $ac_cv_lib_nsl_gethostbyname = yes; then
33725 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
33726 fi
33727
33728 if test $ac_cv_lib_nsl_gethostbyname = no; then
33729 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
33730 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
33731 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
33732 echo $ECHO_N "(cached) $ECHO_C" >&6
33733 else
33734 ac_check_lib_save_LIBS=$LIBS
33735 LIBS="-lbsd $LIBS"
33736 cat >conftest.$ac_ext <<_ACEOF
33737 /* confdefs.h. */
33738 _ACEOF
33739 cat confdefs.h >>conftest.$ac_ext
33740 cat >>conftest.$ac_ext <<_ACEOF
33741 /* end confdefs.h. */
33742
33743 /* Override any GCC internal prototype to avoid an error.
33744 Use char because int might match the return type of a GCC
33745 builtin and then its argument prototype would still apply. */
33746 #ifdef __cplusplus
33747 extern "C"
33748 #endif
33749 char gethostbyname ();
33750 int
33751 main ()
33752 {
33753 return gethostbyname ();
33754 ;
33755 return 0;
33756 }
33757 _ACEOF
33758 rm -f conftest.$ac_objext conftest$ac_exeext
33759 if { (ac_try="$ac_link"
33760 case "(($ac_try" in
33761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33762 *) ac_try_echo=$ac_try;;
33763 esac
33764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33765 (eval "$ac_link") 2>conftest.er1
33766 ac_status=$?
33767 grep -v '^ *+' conftest.er1 >conftest.err
33768 rm -f conftest.er1
33769 cat conftest.err >&5
33770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33771 (exit $ac_status); } && {
33772 test -z "$ac_c_werror_flag" ||
33773 test ! -s conftest.err
33774 } && test -s conftest$ac_exeext &&
33775 $as_test_x conftest$ac_exeext; then
33776 ac_cv_lib_bsd_gethostbyname=yes
33777 else
33778 echo "$as_me: failed program was:" >&5
33779 sed 's/^/| /' conftest.$ac_ext >&5
33780
33781 ac_cv_lib_bsd_gethostbyname=no
33782 fi
33783
33784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33785 conftest$ac_exeext conftest.$ac_ext
33786 LIBS=$ac_check_lib_save_LIBS
33787 fi
33788 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
33789 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
33790 if test $ac_cv_lib_bsd_gethostbyname = yes; then
33791 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
33792 fi
33793
33794 fi
33795 fi
33796
33797 # lieder@skyler.mavd.honeywell.com says without -lsocket,
33798 # socket/setsockopt and other routines are undefined under SCO ODT
33799 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
33800 # on later versions), says Simon Leinen: it contains gethostby*
33801 # variants that don't use the name server (or something). -lsocket
33802 # must be given before -lnsl if both are needed. We assume that
33803 # if connect needs -lnsl, so does gethostbyname.
33804 { echo "$as_me:$LINENO: checking for connect" >&5
33805 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
33806 if test "${ac_cv_func_connect+set}" = set; then
33807 echo $ECHO_N "(cached) $ECHO_C" >&6
33808 else
33809 cat >conftest.$ac_ext <<_ACEOF
33810 /* confdefs.h. */
33811 _ACEOF
33812 cat confdefs.h >>conftest.$ac_ext
33813 cat >>conftest.$ac_ext <<_ACEOF
33814 /* end confdefs.h. */
33815 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
33816 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33817 #define connect innocuous_connect
33818
33819 /* System header to define __stub macros and hopefully few prototypes,
33820 which can conflict with char connect (); below.
33821 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33822 <limits.h> exists even on freestanding compilers. */
33823
33824 #ifdef __STDC__
33825 # include <limits.h>
33826 #else
33827 # include <assert.h>
33828 #endif
33829
33830 #undef connect
33831
33832 /* Override any GCC internal prototype to avoid an error.
33833 Use char because int might match the return type of a GCC
33834 builtin and then its argument prototype would still apply. */
33835 #ifdef __cplusplus
33836 extern "C"
33837 #endif
33838 char connect ();
33839 /* The GNU C library defines this for functions which it implements
33840 to always fail with ENOSYS. Some functions are actually named
33841 something starting with __ and the normal name is an alias. */
33842 #if defined __stub_connect || defined __stub___connect
33843 choke me
33844 #endif
33845
33846 int
33847 main ()
33848 {
33849 return connect ();
33850 ;
33851 return 0;
33852 }
33853 _ACEOF
33854 rm -f conftest.$ac_objext conftest$ac_exeext
33855 if { (ac_try="$ac_link"
33856 case "(($ac_try" in
33857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33858 *) ac_try_echo=$ac_try;;
33859 esac
33860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33861 (eval "$ac_link") 2>conftest.er1
33862 ac_status=$?
33863 grep -v '^ *+' conftest.er1 >conftest.err
33864 rm -f conftest.er1
33865 cat conftest.err >&5
33866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33867 (exit $ac_status); } && {
33868 test -z "$ac_c_werror_flag" ||
33869 test ! -s conftest.err
33870 } && test -s conftest$ac_exeext &&
33871 $as_test_x conftest$ac_exeext; then
33872 ac_cv_func_connect=yes
33873 else
33874 echo "$as_me: failed program was:" >&5
33875 sed 's/^/| /' conftest.$ac_ext >&5
33876
33877 ac_cv_func_connect=no
33878 fi
33879
33880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33881 conftest$ac_exeext conftest.$ac_ext
33882 fi
33883 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
33884 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
33885
33886 if test $ac_cv_func_connect = no; then
33887 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
33888 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
33889 if test "${ac_cv_lib_socket_connect+set}" = set; then
33890 echo $ECHO_N "(cached) $ECHO_C" >&6
33891 else
33892 ac_check_lib_save_LIBS=$LIBS
33893 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
33894 cat >conftest.$ac_ext <<_ACEOF
33895 /* confdefs.h. */
33896 _ACEOF
33897 cat confdefs.h >>conftest.$ac_ext
33898 cat >>conftest.$ac_ext <<_ACEOF
33899 /* end confdefs.h. */
33900
33901 /* Override any GCC internal prototype to avoid an error.
33902 Use char because int might match the return type of a GCC
33903 builtin and then its argument prototype would still apply. */
33904 #ifdef __cplusplus
33905 extern "C"
33906 #endif
33907 char connect ();
33908 int
33909 main ()
33910 {
33911 return connect ();
33912 ;
33913 return 0;
33914 }
33915 _ACEOF
33916 rm -f conftest.$ac_objext conftest$ac_exeext
33917 if { (ac_try="$ac_link"
33918 case "(($ac_try" in
33919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33920 *) ac_try_echo=$ac_try;;
33921 esac
33922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33923 (eval "$ac_link") 2>conftest.er1
33924 ac_status=$?
33925 grep -v '^ *+' conftest.er1 >conftest.err
33926 rm -f conftest.er1
33927 cat conftest.err >&5
33928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33929 (exit $ac_status); } && {
33930 test -z "$ac_c_werror_flag" ||
33931 test ! -s conftest.err
33932 } && test -s conftest$ac_exeext &&
33933 $as_test_x conftest$ac_exeext; then
33934 ac_cv_lib_socket_connect=yes
33935 else
33936 echo "$as_me: failed program was:" >&5
33937 sed 's/^/| /' conftest.$ac_ext >&5
33938
33939 ac_cv_lib_socket_connect=no
33940 fi
33941
33942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33943 conftest$ac_exeext conftest.$ac_ext
33944 LIBS=$ac_check_lib_save_LIBS
33945 fi
33946 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
33947 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
33948 if test $ac_cv_lib_socket_connect = yes; then
33949 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
33950 fi
33951
33952 fi
33953
33954 # Guillermo Gomez says -lposix is necessary on A/UX.
33955 { echo "$as_me:$LINENO: checking for remove" >&5
33956 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
33957 if test "${ac_cv_func_remove+set}" = set; then
33958 echo $ECHO_N "(cached) $ECHO_C" >&6
33959 else
33960 cat >conftest.$ac_ext <<_ACEOF
33961 /* confdefs.h. */
33962 _ACEOF
33963 cat confdefs.h >>conftest.$ac_ext
33964 cat >>conftest.$ac_ext <<_ACEOF
33965 /* end confdefs.h. */
33966 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
33967 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33968 #define remove innocuous_remove
33969
33970 /* System header to define __stub macros and hopefully few prototypes,
33971 which can conflict with char remove (); below.
33972 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33973 <limits.h> exists even on freestanding compilers. */
33974
33975 #ifdef __STDC__
33976 # include <limits.h>
33977 #else
33978 # include <assert.h>
33979 #endif
33980
33981 #undef remove
33982
33983 /* Override any GCC internal prototype to avoid an error.
33984 Use char because int might match the return type of a GCC
33985 builtin and then its argument prototype would still apply. */
33986 #ifdef __cplusplus
33987 extern "C"
33988 #endif
33989 char remove ();
33990 /* The GNU C library defines this for functions which it implements
33991 to always fail with ENOSYS. Some functions are actually named
33992 something starting with __ and the normal name is an alias. */
33993 #if defined __stub_remove || defined __stub___remove
33994 choke me
33995 #endif
33996
33997 int
33998 main ()
33999 {
34000 return remove ();
34001 ;
34002 return 0;
34003 }
34004 _ACEOF
34005 rm -f conftest.$ac_objext conftest$ac_exeext
34006 if { (ac_try="$ac_link"
34007 case "(($ac_try" in
34008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34009 *) ac_try_echo=$ac_try;;
34010 esac
34011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34012 (eval "$ac_link") 2>conftest.er1
34013 ac_status=$?
34014 grep -v '^ *+' conftest.er1 >conftest.err
34015 rm -f conftest.er1
34016 cat conftest.err >&5
34017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34018 (exit $ac_status); } && {
34019 test -z "$ac_c_werror_flag" ||
34020 test ! -s conftest.err
34021 } && test -s conftest$ac_exeext &&
34022 $as_test_x conftest$ac_exeext; then
34023 ac_cv_func_remove=yes
34024 else
34025 echo "$as_me: failed program was:" >&5
34026 sed 's/^/| /' conftest.$ac_ext >&5
34027
34028 ac_cv_func_remove=no
34029 fi
34030
34031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34032 conftest$ac_exeext conftest.$ac_ext
34033 fi
34034 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
34035 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
34036
34037 if test $ac_cv_func_remove = no; then
34038 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
34039 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
34040 if test "${ac_cv_lib_posix_remove+set}" = set; then
34041 echo $ECHO_N "(cached) $ECHO_C" >&6
34042 else
34043 ac_check_lib_save_LIBS=$LIBS
34044 LIBS="-lposix $LIBS"
34045 cat >conftest.$ac_ext <<_ACEOF
34046 /* confdefs.h. */
34047 _ACEOF
34048 cat confdefs.h >>conftest.$ac_ext
34049 cat >>conftest.$ac_ext <<_ACEOF
34050 /* end confdefs.h. */
34051
34052 /* Override any GCC internal prototype to avoid an error.
34053 Use char because int might match the return type of a GCC
34054 builtin and then its argument prototype would still apply. */
34055 #ifdef __cplusplus
34056 extern "C"
34057 #endif
34058 char remove ();
34059 int
34060 main ()
34061 {
34062 return remove ();
34063 ;
34064 return 0;
34065 }
34066 _ACEOF
34067 rm -f conftest.$ac_objext conftest$ac_exeext
34068 if { (ac_try="$ac_link"
34069 case "(($ac_try" in
34070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34071 *) ac_try_echo=$ac_try;;
34072 esac
34073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34074 (eval "$ac_link") 2>conftest.er1
34075 ac_status=$?
34076 grep -v '^ *+' conftest.er1 >conftest.err
34077 rm -f conftest.er1
34078 cat conftest.err >&5
34079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34080 (exit $ac_status); } && {
34081 test -z "$ac_c_werror_flag" ||
34082 test ! -s conftest.err
34083 } && test -s conftest$ac_exeext &&
34084 $as_test_x conftest$ac_exeext; then
34085 ac_cv_lib_posix_remove=yes
34086 else
34087 echo "$as_me: failed program was:" >&5
34088 sed 's/^/| /' conftest.$ac_ext >&5
34089
34090 ac_cv_lib_posix_remove=no
34091 fi
34092
34093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34094 conftest$ac_exeext conftest.$ac_ext
34095 LIBS=$ac_check_lib_save_LIBS
34096 fi
34097 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
34098 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
34099 if test $ac_cv_lib_posix_remove = yes; then
34100 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
34101 fi
34102
34103 fi
34104
34105 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
34106 { echo "$as_me:$LINENO: checking for shmat" >&5
34107 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
34108 if test "${ac_cv_func_shmat+set}" = set; then
34109 echo $ECHO_N "(cached) $ECHO_C" >&6
34110 else
34111 cat >conftest.$ac_ext <<_ACEOF
34112 /* confdefs.h. */
34113 _ACEOF
34114 cat confdefs.h >>conftest.$ac_ext
34115 cat >>conftest.$ac_ext <<_ACEOF
34116 /* end confdefs.h. */
34117 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
34118 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34119 #define shmat innocuous_shmat
34120
34121 /* System header to define __stub macros and hopefully few prototypes,
34122 which can conflict with char shmat (); below.
34123 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34124 <limits.h> exists even on freestanding compilers. */
34125
34126 #ifdef __STDC__
34127 # include <limits.h>
34128 #else
34129 # include <assert.h>
34130 #endif
34131
34132 #undef shmat
34133
34134 /* Override any GCC internal prototype to avoid an error.
34135 Use char because int might match the return type of a GCC
34136 builtin and then its argument prototype would still apply. */
34137 #ifdef __cplusplus
34138 extern "C"
34139 #endif
34140 char shmat ();
34141 /* The GNU C library defines this for functions which it implements
34142 to always fail with ENOSYS. Some functions are actually named
34143 something starting with __ and the normal name is an alias. */
34144 #if defined __stub_shmat || defined __stub___shmat
34145 choke me
34146 #endif
34147
34148 int
34149 main ()
34150 {
34151 return shmat ();
34152 ;
34153 return 0;
34154 }
34155 _ACEOF
34156 rm -f conftest.$ac_objext conftest$ac_exeext
34157 if { (ac_try="$ac_link"
34158 case "(($ac_try" in
34159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34160 *) ac_try_echo=$ac_try;;
34161 esac
34162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34163 (eval "$ac_link") 2>conftest.er1
34164 ac_status=$?
34165 grep -v '^ *+' conftest.er1 >conftest.err
34166 rm -f conftest.er1
34167 cat conftest.err >&5
34168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34169 (exit $ac_status); } && {
34170 test -z "$ac_c_werror_flag" ||
34171 test ! -s conftest.err
34172 } && test -s conftest$ac_exeext &&
34173 $as_test_x conftest$ac_exeext; then
34174 ac_cv_func_shmat=yes
34175 else
34176 echo "$as_me: failed program was:" >&5
34177 sed 's/^/| /' conftest.$ac_ext >&5
34178
34179 ac_cv_func_shmat=no
34180 fi
34181
34182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34183 conftest$ac_exeext conftest.$ac_ext
34184 fi
34185 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
34186 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
34187
34188 if test $ac_cv_func_shmat = no; then
34189 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
34190 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
34191 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
34192 echo $ECHO_N "(cached) $ECHO_C" >&6
34193 else
34194 ac_check_lib_save_LIBS=$LIBS
34195 LIBS="-lipc $LIBS"
34196 cat >conftest.$ac_ext <<_ACEOF
34197 /* confdefs.h. */
34198 _ACEOF
34199 cat confdefs.h >>conftest.$ac_ext
34200 cat >>conftest.$ac_ext <<_ACEOF
34201 /* end confdefs.h. */
34202
34203 /* Override any GCC internal prototype to avoid an error.
34204 Use char because int might match the return type of a GCC
34205 builtin and then its argument prototype would still apply. */
34206 #ifdef __cplusplus
34207 extern "C"
34208 #endif
34209 char shmat ();
34210 int
34211 main ()
34212 {
34213 return shmat ();
34214 ;
34215 return 0;
34216 }
34217 _ACEOF
34218 rm -f conftest.$ac_objext conftest$ac_exeext
34219 if { (ac_try="$ac_link"
34220 case "(($ac_try" in
34221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34222 *) ac_try_echo=$ac_try;;
34223 esac
34224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34225 (eval "$ac_link") 2>conftest.er1
34226 ac_status=$?
34227 grep -v '^ *+' conftest.er1 >conftest.err
34228 rm -f conftest.er1
34229 cat conftest.err >&5
34230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34231 (exit $ac_status); } && {
34232 test -z "$ac_c_werror_flag" ||
34233 test ! -s conftest.err
34234 } && test -s conftest$ac_exeext &&
34235 $as_test_x conftest$ac_exeext; then
34236 ac_cv_lib_ipc_shmat=yes
34237 else
34238 echo "$as_me: failed program was:" >&5
34239 sed 's/^/| /' conftest.$ac_ext >&5
34240
34241 ac_cv_lib_ipc_shmat=no
34242 fi
34243
34244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34245 conftest$ac_exeext conftest.$ac_ext
34246 LIBS=$ac_check_lib_save_LIBS
34247 fi
34248 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
34249 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
34250 if test $ac_cv_lib_ipc_shmat = yes; then
34251 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
34252 fi
34253
34254 fi
34255 fi
34256
34257 # Check for libraries that X11R6 Xt/Xaw programs need.
34258 ac_save_LDFLAGS=$LDFLAGS
34259 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
34260 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
34261 # check for ICE first), but we must link in the order -lSM -lICE or
34262 # we get undefined symbols. So assume we have SM if we have ICE.
34263 # These have to be linked with before -lX11, unlike the other
34264 # libraries we check for below, so use a different variable.
34265 # John Interrante, Karl Berry
34266 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
34267 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
34268 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
34269 echo $ECHO_N "(cached) $ECHO_C" >&6
34270 else
34271 ac_check_lib_save_LIBS=$LIBS
34272 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
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
34280 /* Override any GCC internal prototype to avoid an error.
34281 Use char because int might match the return type of a GCC
34282 builtin and then its argument prototype would still apply. */
34283 #ifdef __cplusplus
34284 extern "C"
34285 #endif
34286 char IceConnectionNumber ();
34287 int
34288 main ()
34289 {
34290 return IceConnectionNumber ();
34291 ;
34292 return 0;
34293 }
34294 _ACEOF
34295 rm -f conftest.$ac_objext conftest$ac_exeext
34296 if { (ac_try="$ac_link"
34297 case "(($ac_try" in
34298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34299 *) ac_try_echo=$ac_try;;
34300 esac
34301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34302 (eval "$ac_link") 2>conftest.er1
34303 ac_status=$?
34304 grep -v '^ *+' conftest.er1 >conftest.err
34305 rm -f conftest.er1
34306 cat conftest.err >&5
34307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34308 (exit $ac_status); } && {
34309 test -z "$ac_c_werror_flag" ||
34310 test ! -s conftest.err
34311 } && test -s conftest$ac_exeext &&
34312 $as_test_x conftest$ac_exeext; then
34313 ac_cv_lib_ICE_IceConnectionNumber=yes
34314 else
34315 echo "$as_me: failed program was:" >&5
34316 sed 's/^/| /' conftest.$ac_ext >&5
34317
34318 ac_cv_lib_ICE_IceConnectionNumber=no
34319 fi
34320
34321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34322 conftest$ac_exeext conftest.$ac_ext
34323 LIBS=$ac_check_lib_save_LIBS
34324 fi
34325 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
34326 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
34327 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
34328 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
34329 fi
34330
34331 LDFLAGS=$ac_save_LDFLAGS
34332
34333 fi
34334
34335
34336 if test "$no_x" = "yes"; then
34337 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
34338 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
34339 { (exit 1); exit 1; }; }
34340 fi
34341
34342 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
34343 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
34344 AFMINSTALL=afminstall
34345 COMPILED_X_PROGRAM=0
34346
34347 fi
34348
34349 if test "$wxUSE_X11" = 1; then
34350 if test "$wxUSE_NANOX" = "yes"; then
34351 { echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
34352 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6; }
34353 if test "x$MICROWIN" = x ; then
34354 { echo "$as_me:$LINENO: result: not found" >&5
34355 echo "${ECHO_T}not found" >&6; }
34356 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
34357 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
34358 { (exit 1); exit 1; }; }
34359 else
34360 { echo "$as_me:$LINENO: result: $MICROWIN" >&5
34361 echo "${ECHO_T}$MICROWIN" >&6; }
34362 cat >>confdefs.h <<\_ACEOF
34363 #define wxUSE_NANOX 1
34364 _ACEOF
34365
34366 fi
34367 fi
34368
34369 if test "$wxUSE_UNICODE" = "yes"; then
34370
34371
34372 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
34373 if test -n "$ac_tool_prefix"; then
34374 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
34375 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
34376 { echo "$as_me:$LINENO: checking for $ac_word" >&5
34377 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
34378 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
34379 echo $ECHO_N "(cached) $ECHO_C" >&6
34380 else
34381 case $PKG_CONFIG in
34382 [\\/]* | ?:[\\/]*)
34383 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
34384 ;;
34385 *)
34386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34387 for as_dir in $PATH
34388 do
34389 IFS=$as_save_IFS
34390 test -z "$as_dir" && as_dir=.
34391 for ac_exec_ext in '' $ac_executable_extensions; do
34392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
34393 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
34394 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34395 break 2
34396 fi
34397 done
34398 done
34399 IFS=$as_save_IFS
34400
34401 ;;
34402 esac
34403 fi
34404 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
34405 if test -n "$PKG_CONFIG"; then
34406 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
34407 echo "${ECHO_T}$PKG_CONFIG" >&6; }
34408 else
34409 { echo "$as_me:$LINENO: result: no" >&5
34410 echo "${ECHO_T}no" >&6; }
34411 fi
34412
34413
34414 fi
34415 if test -z "$ac_cv_path_PKG_CONFIG"; then
34416 ac_pt_PKG_CONFIG=$PKG_CONFIG
34417 # Extract the first word of "pkg-config", so it can be a program name with args.
34418 set dummy pkg-config; ac_word=$2
34419 { echo "$as_me:$LINENO: checking for $ac_word" >&5
34420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
34421 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
34422 echo $ECHO_N "(cached) $ECHO_C" >&6
34423 else
34424 case $ac_pt_PKG_CONFIG in
34425 [\\/]* | ?:[\\/]*)
34426 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
34427 ;;
34428 *)
34429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34430 for as_dir in $PATH
34431 do
34432 IFS=$as_save_IFS
34433 test -z "$as_dir" && as_dir=.
34434 for ac_exec_ext in '' $ac_executable_extensions; do
34435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
34436 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
34437 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34438 break 2
34439 fi
34440 done
34441 done
34442 IFS=$as_save_IFS
34443
34444 ;;
34445 esac
34446 fi
34447 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
34448 if test -n "$ac_pt_PKG_CONFIG"; then
34449 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
34450 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
34451 else
34452 { echo "$as_me:$LINENO: result: no" >&5
34453 echo "${ECHO_T}no" >&6; }
34454 fi
34455
34456 if test "x$ac_pt_PKG_CONFIG" = x; then
34457 PKG_CONFIG=""
34458 else
34459 case $cross_compiling:$ac_tool_warned in
34460 yes:)
34461 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
34462 whose name does not start with the host triplet. If you think this
34463 configuration is useful to you, please write to autoconf@gnu.org." >&5
34464 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
34465 whose name does not start with the host triplet. If you think this
34466 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
34467 ac_tool_warned=yes ;;
34468 esac
34469 PKG_CONFIG=$ac_pt_PKG_CONFIG
34470 fi
34471 else
34472 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
34473 fi
34474
34475 fi
34476 if test -n "$PKG_CONFIG"; then
34477 _pkg_min_version=0.9.0
34478 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
34479 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
34480 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
34481 { echo "$as_me:$LINENO: result: yes" >&5
34482 echo "${ECHO_T}yes" >&6; }
34483 else
34484 { echo "$as_me:$LINENO: result: no" >&5
34485 echo "${ECHO_T}no" >&6; }
34486 PKG_CONFIG=""
34487 fi
34488
34489 fi
34490
34491
34492 pkg_failed=no
34493 { echo "$as_me:$LINENO: checking for PANGOX" >&5
34494 echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6; }
34495
34496 if test -n "$PKG_CONFIG"; then
34497 if test -n "$PANGOX_CFLAGS"; then
34498 pkg_cv_PANGOX_CFLAGS="$PANGOX_CFLAGS"
34499 else
34500 if test -n "$PKG_CONFIG" && \
34501 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
34502 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
34503 ac_status=$?
34504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34505 (exit $ac_status); }; then
34506 pkg_cv_PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
34507 else
34508 pkg_failed=yes
34509 fi
34510 fi
34511 else
34512 pkg_failed=untried
34513 fi
34514 if test -n "$PKG_CONFIG"; then
34515 if test -n "$PANGOX_LIBS"; then
34516 pkg_cv_PANGOX_LIBS="$PANGOX_LIBS"
34517 else
34518 if test -n "$PKG_CONFIG" && \
34519 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
34520 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
34521 ac_status=$?
34522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34523 (exit $ac_status); }; then
34524 pkg_cv_PANGOX_LIBS=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
34525 else
34526 pkg_failed=yes
34527 fi
34528 fi
34529 else
34530 pkg_failed=untried
34531 fi
34532
34533
34534
34535 if test $pkg_failed = yes; then
34536
34537 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34538 _pkg_short_errors_supported=yes
34539 else
34540 _pkg_short_errors_supported=no
34541 fi
34542 if test $_pkg_short_errors_supported = yes; then
34543 PANGOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
34544 else
34545 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
34546 fi
34547 # Put the nasty error message in config.log where it belongs
34548 echo "$PANGOX_PKG_ERRORS" >&5
34549
34550
34551 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
34552 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
34553 { (exit 1); exit 1; }; }
34554
34555
34556 elif test $pkg_failed = untried; then
34557
34558 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
34559 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
34560 { (exit 1); exit 1; }; }
34561
34562
34563 else
34564 PANGOX_CFLAGS=$pkg_cv_PANGOX_CFLAGS
34565 PANGOX_LIBS=$pkg_cv_PANGOX_LIBS
34566 { echo "$as_me:$LINENO: result: yes" >&5
34567 echo "${ECHO_T}yes" >&6; }
34568
34569 CFLAGS="$PANGOX_CFLAGS $CFLAGS"
34570 CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
34571 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
34572
34573 fi
34574
34575 pkg_failed=no
34576 { echo "$as_me:$LINENO: checking for PANGOFT2" >&5
34577 echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6; }
34578
34579 if test -n "$PKG_CONFIG"; then
34580 if test -n "$PANGOFT2_CFLAGS"; then
34581 pkg_cv_PANGOFT2_CFLAGS="$PANGOFT2_CFLAGS"
34582 else
34583 if test -n "$PKG_CONFIG" && \
34584 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
34585 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
34586 ac_status=$?
34587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34588 (exit $ac_status); }; then
34589 pkg_cv_PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
34590 else
34591 pkg_failed=yes
34592 fi
34593 fi
34594 else
34595 pkg_failed=untried
34596 fi
34597 if test -n "$PKG_CONFIG"; then
34598 if test -n "$PANGOFT2_LIBS"; then
34599 pkg_cv_PANGOFT2_LIBS="$PANGOFT2_LIBS"
34600 else
34601 if test -n "$PKG_CONFIG" && \
34602 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
34603 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
34604 ac_status=$?
34605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34606 (exit $ac_status); }; then
34607 pkg_cv_PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
34608 else
34609 pkg_failed=yes
34610 fi
34611 fi
34612 else
34613 pkg_failed=untried
34614 fi
34615
34616
34617
34618 if test $pkg_failed = yes; then
34619
34620 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34621 _pkg_short_errors_supported=yes
34622 else
34623 _pkg_short_errors_supported=no
34624 fi
34625 if test $_pkg_short_errors_supported = yes; then
34626 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
34627 else
34628 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
34629 fi
34630 # Put the nasty error message in config.log where it belongs
34631 echo "$PANGOFT2_PKG_ERRORS" >&5
34632
34633
34634 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
34635 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
34636 wxUSE_PRINTING_ARCHITECTURE="no"
34637
34638
34639 elif test $pkg_failed = untried; then
34640
34641 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
34642 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
34643 wxUSE_PRINTING_ARCHITECTURE="no"
34644
34645
34646 else
34647 PANGOFT2_CFLAGS=$pkg_cv_PANGOFT2_CFLAGS
34648 PANGOFT2_LIBS=$pkg_cv_PANGOFT2_LIBS
34649 { echo "$as_me:$LINENO: result: yes" >&5
34650 echo "${ECHO_T}yes" >&6; }
34651
34652 CFLAGS="$PANGOFT2_CFLAGS $CFLAGS"
34653 CXXFLAGS="$PANGOFT2_CFLAGS $CXXFLAGS"
34654 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
34655
34656 fi
34657
34658 pkg_failed=no
34659 { echo "$as_me:$LINENO: checking for PANGOXFT" >&5
34660 echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6; }
34661
34662 if test -n "$PKG_CONFIG"; then
34663 if test -n "$PANGOXFT_CFLAGS"; then
34664 pkg_cv_PANGOXFT_CFLAGS="$PANGOXFT_CFLAGS"
34665 else
34666 if test -n "$PKG_CONFIG" && \
34667 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
34668 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
34669 ac_status=$?
34670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34671 (exit $ac_status); }; then
34672 pkg_cv_PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
34673 else
34674 pkg_failed=yes
34675 fi
34676 fi
34677 else
34678 pkg_failed=untried
34679 fi
34680 if test -n "$PKG_CONFIG"; then
34681 if test -n "$PANGOXFT_LIBS"; then
34682 pkg_cv_PANGOXFT_LIBS="$PANGOXFT_LIBS"
34683 else
34684 if test -n "$PKG_CONFIG" && \
34685 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
34686 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
34687 ac_status=$?
34688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34689 (exit $ac_status); }; then
34690 pkg_cv_PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
34691 else
34692 pkg_failed=yes
34693 fi
34694 fi
34695 else
34696 pkg_failed=untried
34697 fi
34698
34699
34700
34701 if test $pkg_failed = yes; then
34702
34703 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34704 _pkg_short_errors_supported=yes
34705 else
34706 _pkg_short_errors_supported=no
34707 fi
34708 if test $_pkg_short_errors_supported = yes; then
34709 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
34710 else
34711 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
34712 fi
34713 # Put the nasty error message in config.log where it belongs
34714 echo "$PANGOXFT_PKG_ERRORS" >&5
34715
34716
34717 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
34718 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
34719
34720
34721 elif test $pkg_failed = untried; then
34722
34723 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
34724 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
34725
34726
34727 else
34728 PANGOXFT_CFLAGS=$pkg_cv_PANGOXFT_CFLAGS
34729 PANGOXFT_LIBS=$pkg_cv_PANGOXFT_LIBS
34730 { echo "$as_me:$LINENO: result: yes" >&5
34731 echo "${ECHO_T}yes" >&6; }
34732
34733 cat >>confdefs.h <<\_ACEOF
34734 #define HAVE_PANGO_XFT 1
34735 _ACEOF
34736
34737 CFLAGS="$PANGOXFT_CFLAGS $CFLAGS"
34738 CXXFLAGS="$PANGOXFT_CFLAGS $CXXFLAGS"
34739 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
34740
34741 fi
34742 save_LIBS="$LIBS"
34743 LIBS="$LIBS $PANGOX_LIBS"
34744
34745 for ac_func in pango_font_family_is_monospace
34746 do
34747 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34748 { echo "$as_me:$LINENO: checking for $ac_func" >&5
34749 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
34750 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
34751 echo $ECHO_N "(cached) $ECHO_C" >&6
34752 else
34753 cat >conftest.$ac_ext <<_ACEOF
34754 /* confdefs.h. */
34755 _ACEOF
34756 cat confdefs.h >>conftest.$ac_ext
34757 cat >>conftest.$ac_ext <<_ACEOF
34758 /* end confdefs.h. */
34759 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34760 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34761 #define $ac_func innocuous_$ac_func
34762
34763 /* System header to define __stub macros and hopefully few prototypes,
34764 which can conflict with char $ac_func (); below.
34765 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34766 <limits.h> exists even on freestanding compilers. */
34767
34768 #ifdef __STDC__
34769 # include <limits.h>
34770 #else
34771 # include <assert.h>
34772 #endif
34773
34774 #undef $ac_func
34775
34776 /* Override any GCC internal prototype to avoid an error.
34777 Use char because int might match the return type of a GCC
34778 builtin and then its argument prototype would still apply. */
34779 #ifdef __cplusplus
34780 extern "C"
34781 #endif
34782 char $ac_func ();
34783 /* The GNU C library defines this for functions which it implements
34784 to always fail with ENOSYS. Some functions are actually named
34785 something starting with __ and the normal name is an alias. */
34786 #if defined __stub_$ac_func || defined __stub___$ac_func
34787 choke me
34788 #endif
34789
34790 int
34791 main ()
34792 {
34793 return $ac_func ();
34794 ;
34795 return 0;
34796 }
34797 _ACEOF
34798 rm -f conftest.$ac_objext conftest$ac_exeext
34799 if { (ac_try="$ac_link"
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_link") 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_c_werror_flag" ||
34813 test ! -s conftest.err
34814 } && test -s conftest$ac_exeext &&
34815 $as_test_x conftest$ac_exeext; then
34816 eval "$as_ac_var=yes"
34817 else
34818 echo "$as_me: failed program was:" >&5
34819 sed 's/^/| /' conftest.$ac_ext >&5
34820
34821 eval "$as_ac_var=no"
34822 fi
34823
34824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34825 conftest$ac_exeext conftest.$ac_ext
34826 fi
34827 ac_res=`eval echo '${'$as_ac_var'}'`
34828 { echo "$as_me:$LINENO: result: $ac_res" >&5
34829 echo "${ECHO_T}$ac_res" >&6; }
34830 if test `eval echo '${'$as_ac_var'}'` = yes; then
34831 cat >>confdefs.h <<_ACEOF
34832 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34833 _ACEOF
34834
34835 fi
34836 done
34837
34838 LIBS="$save_LIBS"
34839 fi
34840
34841 wxUSE_UNIVERSAL="yes"
34842
34843 if test "$wxUSE_NANOX" = "yes"; then
34844 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
34845 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"
34846 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
34847 else
34848 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
34849 fi
34850
34851 TOOLKIT=X11
34852 GUIDIST=X11_DIST
34853 fi
34854
34855 if test "$wxUSE_MOTIF" = 1; then
34856 { echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
34857 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6; }
34858
34859 ac_find_includes=
34860 for ac_dir in $SEARCH_INCLUDE /usr/include;
34861 do
34862 if test -f "$ac_dir/Xm/Xm.h"; then
34863 ac_find_includes=$ac_dir
34864 break
34865 fi
34866 done
34867
34868 if test "$ac_find_includes" != "" ; then
34869 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
34870 echo "${ECHO_T}found in $ac_find_includes" >&6; }
34871
34872 if test "x$ac_find_includes" = "x/usr/include"; then
34873 ac_path_to_include=""
34874 else
34875 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
34876 result=$?
34877 if test $result = 0; then
34878 ac_path_to_include=""
34879 else
34880 ac_path_to_include=" -I$ac_find_includes"
34881 fi
34882 fi
34883
34884 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
34885 else
34886 save_CFLAGS=$CFLAGS
34887 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34888
34889 cat >conftest.$ac_ext <<_ACEOF
34890 /* confdefs.h. */
34891 _ACEOF
34892 cat confdefs.h >>conftest.$ac_ext
34893 cat >>conftest.$ac_ext <<_ACEOF
34894 /* end confdefs.h. */
34895
34896 #include <Xm/Xm.h>
34897
34898 int
34899 main ()
34900 {
34901
34902 int version;
34903 version = xmUseVersion;
34904
34905 ;
34906 return 0;
34907 }
34908 _ACEOF
34909 rm -f conftest.$ac_objext
34910 if { (ac_try="$ac_compile"
34911 case "(($ac_try" in
34912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34913 *) ac_try_echo=$ac_try;;
34914 esac
34915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34916 (eval "$ac_compile") 2>conftest.er1
34917 ac_status=$?
34918 grep -v '^ *+' conftest.er1 >conftest.err
34919 rm -f conftest.er1
34920 cat conftest.err >&5
34921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34922 (exit $ac_status); } && {
34923 test -z "$ac_c_werror_flag" ||
34924 test ! -s conftest.err
34925 } && test -s conftest.$ac_objext; then
34926
34927 { echo "$as_me:$LINENO: result: found in default search path" >&5
34928 echo "${ECHO_T}found in default search path" >&6; }
34929 COMPILED_X_PROGRAM=1
34930
34931 else
34932 echo "$as_me: failed program was:" >&5
34933 sed 's/^/| /' conftest.$ac_ext >&5
34934
34935
34936 { echo "$as_me:$LINENO: result: no" >&5
34937 echo "${ECHO_T}no" >&6; }
34938 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
34939 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
34940 { (exit 1); exit 1; }; }
34941
34942
34943 fi
34944
34945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34946
34947 CFLAGS=$save_CFLAGS
34948 fi
34949
34950
34951 { echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
34952 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6; }
34953
34954 ac_find_libraries=
34955 for ac_dir in $SEARCH_LIB;
34956 do
34957 for ac_extension in a so sl dylib dll.a; do
34958 if test -f "$ac_dir/libXm.$ac_extension"; then
34959 ac_find_libraries=$ac_dir
34960 break 2
34961 fi
34962 done
34963 done
34964
34965
34966 if test "x$ac_find_libraries" != "x" ; then
34967 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
34968 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
34969
34970
34971 if test "$ac_find_libraries" = "default location"; then
34972 ac_path_to_link=""
34973 else
34974 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
34975 result=$?
34976 if test $result = 0; then
34977 ac_path_to_link=""
34978 else
34979 ac_path_to_link=" -L$ac_find_libraries"
34980 fi
34981 fi
34982
34983 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
34984 else
34985 save_CFLAGS=$CFLAGS
34986 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34987 save_LIBS="$LIBS"
34988 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
34989
34990 cat >conftest.$ac_ext <<_ACEOF
34991 /* confdefs.h. */
34992 _ACEOF
34993 cat confdefs.h >>conftest.$ac_ext
34994 cat >>conftest.$ac_ext <<_ACEOF
34995 /* end confdefs.h. */
34996
34997 #include <Xm/Xm.h>
34998
34999 int
35000 main ()
35001 {
35002
35003 int version;
35004 version = xmUseVersion;
35005
35006 ;
35007 return 0;
35008 }
35009 _ACEOF
35010 rm -f conftest.$ac_objext conftest$ac_exeext
35011 if { (ac_try="$ac_link"
35012 case "(($ac_try" in
35013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35014 *) ac_try_echo=$ac_try;;
35015 esac
35016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35017 (eval "$ac_link") 2>conftest.er1
35018 ac_status=$?
35019 grep -v '^ *+' conftest.er1 >conftest.err
35020 rm -f conftest.er1
35021 cat conftest.err >&5
35022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35023 (exit $ac_status); } && {
35024 test -z "$ac_c_werror_flag" ||
35025 test ! -s conftest.err
35026 } && test -s conftest$ac_exeext &&
35027 $as_test_x conftest$ac_exeext; then
35028
35029 { echo "$as_me:$LINENO: result: found in default search path" >&5
35030 echo "${ECHO_T}found in default search path" >&6; }
35031 COMPILED_X_PROGRAM=1
35032
35033 else
35034 echo "$as_me: failed program was:" >&5
35035 sed 's/^/| /' conftest.$ac_ext >&5
35036
35037
35038 { echo "$as_me:$LINENO: result: no" >&5
35039 echo "${ECHO_T}no" >&6; }
35040 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
35041 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
35042 { (exit 1); exit 1; }; }
35043
35044
35045 fi
35046
35047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35048 conftest$ac_exeext conftest.$ac_ext
35049
35050 CFLAGS=$save_CFLAGS
35051 LIBS="$save_LIBS"
35052 fi
35053
35054 { echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
35055 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6; }
35056 libp_link=""
35057 libsm_ice_link=""
35058 libs_found=0
35059 for libp in "" " -lXp"; do
35060 if test "$libs_found" = "0"; then
35061 for libsm_ice in "" " -lSM -lICE"; do
35062 if test "$libs_found" = "0"; then
35063 save_LIBS="$LIBS"
35064 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
35065 save_CFLAGS=$CFLAGS
35066 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
35067
35068 cat >conftest.$ac_ext <<_ACEOF
35069 /* confdefs.h. */
35070 _ACEOF
35071 cat confdefs.h >>conftest.$ac_ext
35072 cat >>conftest.$ac_ext <<_ACEOF
35073 /* end confdefs.h. */
35074
35075 #include <Xm/Xm.h>
35076 #include <Xm/List.h>
35077
35078 int
35079 main ()
35080 {
35081
35082 XmString string = NULL;
35083 Widget w = NULL;
35084 int position = 0;
35085 XmListAddItem(w, string, position);
35086
35087 ;
35088 return 0;
35089 }
35090 _ACEOF
35091 rm -f conftest.$ac_objext conftest$ac_exeext
35092 if { (ac_try="$ac_link"
35093 case "(($ac_try" in
35094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35095 *) ac_try_echo=$ac_try;;
35096 esac
35097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35098 (eval "$ac_link") 2>conftest.er1
35099 ac_status=$?
35100 grep -v '^ *+' conftest.er1 >conftest.err
35101 rm -f conftest.er1
35102 cat conftest.err >&5
35103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35104 (exit $ac_status); } && {
35105 test -z "$ac_c_werror_flag" ||
35106 test ! -s conftest.err
35107 } && test -s conftest$ac_exeext &&
35108 $as_test_x conftest$ac_exeext; then
35109
35110 libp_link="$libp"
35111 libsm_ice_link="$libsm_ice"
35112 { echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
35113 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6; }
35114 libs_found=1
35115
35116 else
35117 echo "$as_me: failed program was:" >&5
35118 sed 's/^/| /' conftest.$ac_ext >&5
35119
35120
35121
35122 fi
35123
35124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35125 conftest$ac_exeext conftest.$ac_ext
35126
35127 LIBS="$save_LIBS"
35128 CFLAGS=$save_CFLAGS
35129 fi
35130 done
35131 fi
35132 done
35133
35134 if test "$libs_found" = "0"; then
35135 { echo "$as_me:$LINENO: result: can't find the right libraries" >&5
35136 echo "${ECHO_T}can't find the right libraries" >&6; }
35137 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
35138 echo "$as_me: error: can't link a simple motif program" >&2;}
35139 { (exit 1); exit 1; }; }
35140 fi
35141
35142 { echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
35143 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6; }
35144 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
35145 echo $ECHO_N "(cached) $ECHO_C" >&6
35146 else
35147 ac_check_lib_save_LIBS=$LIBS
35148 LIBS="-lSgm $LIBS"
35149 cat >conftest.$ac_ext <<_ACEOF
35150 /* confdefs.h. */
35151 _ACEOF
35152 cat confdefs.h >>conftest.$ac_ext
35153 cat >>conftest.$ac_ext <<_ACEOF
35154 /* end confdefs.h. */
35155
35156 /* Override any GCC internal prototype to avoid an error.
35157 Use char because int might match the return type of a GCC
35158 builtin and then its argument prototype would still apply. */
35159 #ifdef __cplusplus
35160 extern "C"
35161 #endif
35162 char SgCreateList ();
35163 int
35164 main ()
35165 {
35166 return SgCreateList ();
35167 ;
35168 return 0;
35169 }
35170 _ACEOF
35171 rm -f conftest.$ac_objext conftest$ac_exeext
35172 if { (ac_try="$ac_link"
35173 case "(($ac_try" in
35174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35175 *) ac_try_echo=$ac_try;;
35176 esac
35177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35178 (eval "$ac_link") 2>conftest.er1
35179 ac_status=$?
35180 grep -v '^ *+' conftest.er1 >conftest.err
35181 rm -f conftest.er1
35182 cat conftest.err >&5
35183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35184 (exit $ac_status); } && {
35185 test -z "$ac_c_werror_flag" ||
35186 test ! -s conftest.err
35187 } && test -s conftest$ac_exeext &&
35188 $as_test_x conftest$ac_exeext; then
35189 ac_cv_lib_Sgm_SgCreateList=yes
35190 else
35191 echo "$as_me: failed program was:" >&5
35192 sed 's/^/| /' conftest.$ac_ext >&5
35193
35194 ac_cv_lib_Sgm_SgCreateList=no
35195 fi
35196
35197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35198 conftest$ac_exeext conftest.$ac_ext
35199 LIBS=$ac_check_lib_save_LIBS
35200 fi
35201 { echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
35202 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6; }
35203 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
35204 libsgm_link=" -lSgm"
35205 fi
35206
35207
35208 save_CFLAGS=$CFLAGS
35209 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
35210
35211 { echo "$as_me:$LINENO: checking for Motif 2" >&5
35212 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6; }
35213 if test "${wx_cv_lib_motif2+set}" = set; then
35214 echo $ECHO_N "(cached) $ECHO_C" >&6
35215 else
35216 cat >conftest.$ac_ext <<_ACEOF
35217 /* confdefs.h. */
35218 _ACEOF
35219 cat confdefs.h >>conftest.$ac_ext
35220 cat >>conftest.$ac_ext <<_ACEOF
35221 /* end confdefs.h. */
35222
35223 #include <Xm/Xm.h>
35224
35225 int
35226 main ()
35227 {
35228
35229 #if XmVersion < 2000
35230 Not Motif 2
35231 #endif
35232
35233 ;
35234 return 0;
35235 }
35236 _ACEOF
35237 rm -f conftest.$ac_objext
35238 if { (ac_try="$ac_compile"
35239 case "(($ac_try" in
35240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35241 *) ac_try_echo=$ac_try;;
35242 esac
35243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35244 (eval "$ac_compile") 2>conftest.er1
35245 ac_status=$?
35246 grep -v '^ *+' conftest.er1 >conftest.err
35247 rm -f conftest.er1
35248 cat conftest.err >&5
35249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35250 (exit $ac_status); } && {
35251 test -z "$ac_c_werror_flag" ||
35252 test ! -s conftest.err
35253 } && test -s conftest.$ac_objext; then
35254 wx_cv_lib_motif2="yes"
35255 else
35256 echo "$as_me: failed program was:" >&5
35257 sed 's/^/| /' conftest.$ac_ext >&5
35258
35259 wx_cv_lib_motif2="no"
35260 fi
35261
35262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35263 fi
35264 { echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
35265 echo "${ECHO_T}$wx_cv_lib_motif2" >&6; }
35266 if test "$wx_cv_lib_motif2" = "yes"; then
35267 cat >>confdefs.h <<\_ACEOF
35268 #define __WXMOTIF20__ 1
35269 _ACEOF
35270
35271 else
35272 cat >>confdefs.h <<\_ACEOF
35273 #define __WXMOTIF20__ 0
35274 _ACEOF
35275
35276 fi
35277
35278 { echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
35279 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6; }
35280 if test "${wx_cv_lib_lesstif+set}" = set; then
35281 echo $ECHO_N "(cached) $ECHO_C" >&6
35282 else
35283 cat >conftest.$ac_ext <<_ACEOF
35284 /* confdefs.h. */
35285 _ACEOF
35286 cat confdefs.h >>conftest.$ac_ext
35287 cat >>conftest.$ac_ext <<_ACEOF
35288 /* end confdefs.h. */
35289
35290 #include <Xm/Xm.h>
35291
35292 int
35293 main ()
35294 {
35295
35296 #if !defined(LesstifVersion) || LesstifVersion <= 0
35297 Not Lesstif
35298 #endif
35299
35300 ;
35301 return 0;
35302 }
35303 _ACEOF
35304 rm -f conftest.$ac_objext
35305 if { (ac_try="$ac_compile"
35306 case "(($ac_try" in
35307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35308 *) ac_try_echo=$ac_try;;
35309 esac
35310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35311 (eval "$ac_compile") 2>conftest.er1
35312 ac_status=$?
35313 grep -v '^ *+' conftest.er1 >conftest.err
35314 rm -f conftest.er1
35315 cat conftest.err >&5
35316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35317 (exit $ac_status); } && {
35318 test -z "$ac_c_werror_flag" ||
35319 test ! -s conftest.err
35320 } && test -s conftest.$ac_objext; then
35321 wx_cv_lib_lesstif="yes"
35322 else
35323 echo "$as_me: failed program was:" >&5
35324 sed 's/^/| /' conftest.$ac_ext >&5
35325
35326 wx_cv_lib_lesstif="no"
35327 fi
35328
35329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35330
35331 fi
35332 { echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
35333 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6; }
35334 if test "$wx_cv_lib_lesstif" = "yes"; then
35335 cat >>confdefs.h <<\_ACEOF
35336 #define __WXLESSTIF__ 1
35337 _ACEOF
35338
35339 else
35340 cat >>confdefs.h <<\_ACEOF
35341 #define __WXLESSTIF__ 0
35342 _ACEOF
35343
35344 fi
35345
35346 CFLAGS=$save_CFLAGS
35347
35348 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
35349 TOOLKIT=MOTIF
35350 GUIDIST=MOTIF_DIST
35351 fi
35352
35353 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
35354 if test "$wxUSE_LIBXPM" = "sys"; then
35355 { echo "$as_me:$LINENO: checking for Xpm library" >&5
35356 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6; }
35357
35358 ac_find_libraries=
35359 for ac_dir in $SEARCH_LIB;
35360 do
35361 for ac_extension in a so sl dylib dll.a; do
35362 if test -f "$ac_dir/libXpm.$ac_extension"; then
35363 ac_find_libraries=$ac_dir
35364 break 2
35365 fi
35366 done
35367 done
35368
35369 if test "$ac_find_libraries" != "" ; then
35370
35371 if test "$ac_find_libraries" = "default location"; then
35372 ac_path_to_link=""
35373 else
35374 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
35375 result=$?
35376 if test $result = 0; then
35377 ac_path_to_link=""
35378 else
35379 ac_path_to_link=" -L$ac_find_libraries"
35380 fi
35381 fi
35382
35383 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
35384 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
35385 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
35386
35387 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
35388 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
35389 if test "${wx_cv_x11_xpm_h+set}" = set; then
35390 echo $ECHO_N "(cached) $ECHO_C" >&6
35391 else
35392
35393 save_CFLAGS=$CFLAGS
35394 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
35395
35396 cat >conftest.$ac_ext <<_ACEOF
35397 /* confdefs.h. */
35398 _ACEOF
35399 cat confdefs.h >>conftest.$ac_ext
35400 cat >>conftest.$ac_ext <<_ACEOF
35401 /* end confdefs.h. */
35402
35403 #include <X11/xpm.h>
35404
35405 int
35406 main ()
35407 {
35408
35409 int version;
35410 version = XpmLibraryVersion();
35411
35412 ;
35413 return 0;
35414 }
35415 _ACEOF
35416 rm -f conftest.$ac_objext
35417 if { (ac_try="$ac_compile"
35418 case "(($ac_try" in
35419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35420 *) ac_try_echo=$ac_try;;
35421 esac
35422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35423 (eval "$ac_compile") 2>conftest.er1
35424 ac_status=$?
35425 grep -v '^ *+' conftest.er1 >conftest.err
35426 rm -f conftest.er1
35427 cat conftest.err >&5
35428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35429 (exit $ac_status); } && {
35430 test -z "$ac_c_werror_flag" ||
35431 test ! -s conftest.err
35432 } && test -s conftest.$ac_objext; then
35433 wx_cv_x11_xpm_h=yes
35434 else
35435 echo "$as_me: failed program was:" >&5
35436 sed 's/^/| /' conftest.$ac_ext >&5
35437
35438 wx_cv_x11_xpm_h=no
35439
35440 fi
35441
35442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35443
35444 CFLAGS=$save_CFLAGS
35445
35446
35447 fi
35448 { echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
35449 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6; }
35450
35451 if test $wx_cv_x11_xpm_h = "yes"; then
35452 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
35453 cat >>confdefs.h <<\_ACEOF
35454 #define wxHAVE_LIB_XPM 1
35455 _ACEOF
35456
35457 else
35458 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
35459 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
35460 fi
35461 fi
35462
35463 fi
35464
35465 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
35466 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
35467 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
35468 echo $ECHO_N "(cached) $ECHO_C" >&6
35469 else
35470 ac_check_lib_save_LIBS=$LIBS
35471 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
35472 cat >conftest.$ac_ext <<_ACEOF
35473 /* confdefs.h. */
35474 _ACEOF
35475 cat confdefs.h >>conftest.$ac_ext
35476 cat >>conftest.$ac_ext <<_ACEOF
35477 /* end confdefs.h. */
35478
35479 /* Override any GCC internal prototype to avoid an error.
35480 Use char because int might match the return type of a GCC
35481 builtin and then its argument prototype would still apply. */
35482 #ifdef __cplusplus
35483 extern "C"
35484 #endif
35485 char XShapeQueryExtension ();
35486 int
35487 main ()
35488 {
35489 return XShapeQueryExtension ();
35490 ;
35491 return 0;
35492 }
35493 _ACEOF
35494 rm -f conftest.$ac_objext conftest$ac_exeext
35495 if { (ac_try="$ac_link"
35496 case "(($ac_try" in
35497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35498 *) ac_try_echo=$ac_try;;
35499 esac
35500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35501 (eval "$ac_link") 2>conftest.er1
35502 ac_status=$?
35503 grep -v '^ *+' conftest.er1 >conftest.err
35504 rm -f conftest.er1
35505 cat conftest.err >&5
35506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35507 (exit $ac_status); } && {
35508 test -z "$ac_c_werror_flag" ||
35509 test ! -s conftest.err
35510 } && test -s conftest$ac_exeext &&
35511 $as_test_x conftest$ac_exeext; then
35512 ac_cv_lib_Xext_XShapeQueryExtension=yes
35513 else
35514 echo "$as_me: failed program was:" >&5
35515 sed 's/^/| /' conftest.$ac_ext >&5
35516
35517 ac_cv_lib_Xext_XShapeQueryExtension=no
35518 fi
35519
35520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35521 conftest$ac_exeext conftest.$ac_ext
35522 LIBS=$ac_check_lib_save_LIBS
35523 fi
35524 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
35525 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
35526 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
35527
35528 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
35529 wxHAVE_XEXT_LIB=1
35530
35531 fi
35532
35533
35534 if test "$wxHAVE_XEXT_LIB" = 1; then
35535 save_CFLAGS="$CFLAGS"
35536 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
35537
35538 { echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
35539 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6; }
35540 cat >conftest.$ac_ext <<_ACEOF
35541 /* confdefs.h. */
35542 _ACEOF
35543 cat confdefs.h >>conftest.$ac_ext
35544 cat >>conftest.$ac_ext <<_ACEOF
35545 /* end confdefs.h. */
35546
35547 #include <X11/Xlib.h>
35548 #include <X11/extensions/shape.h>
35549
35550 int
35551 main ()
35552 {
35553
35554 int dummy1, dummy2;
35555 XShapeQueryExtension((Display*)NULL,
35556 (int*)NULL, (int*)NULL);
35557
35558 ;
35559 return 0;
35560 }
35561 _ACEOF
35562 rm -f conftest.$ac_objext
35563 if { (ac_try="$ac_compile"
35564 case "(($ac_try" in
35565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35566 *) ac_try_echo=$ac_try;;
35567 esac
35568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35569 (eval "$ac_compile") 2>conftest.er1
35570 ac_status=$?
35571 grep -v '^ *+' conftest.er1 >conftest.err
35572 rm -f conftest.er1
35573 cat conftest.err >&5
35574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35575 (exit $ac_status); } && {
35576 test -z "$ac_c_werror_flag" ||
35577 test ! -s conftest.err
35578 } && test -s conftest.$ac_objext; then
35579
35580 cat >>confdefs.h <<\_ACEOF
35581 #define HAVE_XSHAPE 1
35582 _ACEOF
35583
35584 { echo "$as_me:$LINENO: result: found" >&5
35585 echo "${ECHO_T}found" >&6; }
35586
35587 else
35588 echo "$as_me: failed program was:" >&5
35589 sed 's/^/| /' conftest.$ac_ext >&5
35590
35591
35592 { echo "$as_me:$LINENO: result: not found" >&5
35593 echo "${ECHO_T}not found" >&6; }
35594
35595 fi
35596
35597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35598 CFLAGS="$save_CFLAGS"
35599
35600 fi
35601 fi
35602
35603 if test "$wxUSE_MAC" = 1; then
35604 { echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
35605 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6; }
35606 if test "$GCC" = yes; then
35607 { echo "$as_me:$LINENO: result: gcc" >&5
35608 echo "${ECHO_T}gcc" >&6; }
35609 CPPFLAGS_PASCAL="-fpascal-strings"
35610 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
35611 { echo "$as_me:$LINENO: result: xlc" >&5
35612 echo "${ECHO_T}xlc" >&6; }
35613 CPPFLAGS_PASCAL="-qmacpstr"
35614 else
35615 { echo "$as_me:$LINENO: result: none" >&5
35616 echo "${ECHO_T}none" >&6; }
35617 fi
35618
35619 if test "x$wxUSE_UNIX" = "xyes"; then
35620 CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon $CPPFLAGS"
35621 else
35622 CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON $CPPFLAGS"
35623 fi
35624
35625 TOOLKIT=MAC
35626 GUIDIST=MACX_DIST
35627 WXBASEPORT="_carbon"
35628 fi
35629
35630 if test "$wxUSE_COCOA" = 1; then
35631 TOOLKIT=COCOA
35632 GUIDIST=COCOA_DIST
35633 fi
35634
35635 if test "$wxUSE_PM" = 1; then
35636 TOOLKIT=PM
35637 GUIDIST=PM_DIST
35638 { echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
35639 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6; }
35640 if test "${wx_cv_spbcdata+set}" = set; then
35641 echo $ECHO_N "(cached) $ECHO_C" >&6
35642 else
35643
35644 cat >conftest.$ac_ext <<_ACEOF
35645 /* confdefs.h. */
35646 _ACEOF
35647 cat confdefs.h >>conftest.$ac_ext
35648 cat >>conftest.$ac_ext <<_ACEOF
35649 /* end confdefs.h. */
35650
35651 #define INCL_PM
35652 #include <os2.h>
35653
35654 int
35655 main ()
35656 {
35657
35658 SPBCDATA test;
35659
35660 ;
35661 return 0;
35662 }
35663 _ACEOF
35664 rm -f conftest.$ac_objext
35665 if { (ac_try="$ac_compile"
35666 case "(($ac_try" in
35667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35668 *) ac_try_echo=$ac_try;;
35669 esac
35670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35671 (eval "$ac_compile") 2>conftest.er1
35672 ac_status=$?
35673 grep -v '^ *+' conftest.er1 >conftest.err
35674 rm -f conftest.er1
35675 cat conftest.err >&5
35676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35677 (exit $ac_status); } && {
35678 test -z "$ac_c_werror_flag" ||
35679 test ! -s conftest.err
35680 } && test -s conftest.$ac_objext; then
35681 wx_cv_spbcdata=yes
35682 else
35683 echo "$as_me: failed program was:" >&5
35684 sed 's/^/| /' conftest.$ac_ext >&5
35685
35686 wx_cv_spbcdata=no
35687
35688 fi
35689
35690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35691
35692
35693 fi
35694 { echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
35695 echo "${ECHO_T}$wx_cv_spbcdata" >&6; }
35696
35697 if test $wx_cv_spbcdata = "yes"; then
35698 cat >>confdefs.h <<\_ACEOF
35699 #define HAVE_SPBCDATA 1
35700 _ACEOF
35701
35702 fi
35703 fi
35704
35705 if test "$TOOLKIT" = "PM" ; then
35706 TOOLKIT_DIR="os2"
35707 else
35708 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
35709 fi
35710
35711 if test "$wxUSE_UNIVERSAL" = "yes"; then
35712 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
35713 WIDGET_SET=univ
35714 fi
35715
35716 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
35717 DISTDIR="wx\$(TOOLKIT)"
35718 else
35719 USE_GUI=0
35720
35721 TOOLKIT_DIR="base"
35722
35723 if test "$USE_WIN32" = 1 ; then
35724 TOOLKIT="MSW"
35725 fi
35726
35727 GUIDIST="BASE_DIST"
35728 DISTDIR="wxBase"
35729 fi
35730
35731
35732
35733 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
35734 if test "$TOOLKIT" = "DFB" ; then
35735 wxUSE_UNICODE_UTF8=yes
35736 elif test "$TOOLKIT" = "GTK" -a "$WXGTK20" = "1" ; then
35737 wxUSE_UNICODE_UTF8=yes
35738 elif test "$USE_OS2" = "1" ; then
35739 wxUSE_UNICODE_UTF8=yes
35740 else
35741 wxUSE_UNICODE_UTF8=no
35742 fi
35743 fi
35744
35745
35746 if test "$wxUSE_GUI" = "yes"; then
35747 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
35748
35749 for ac_header in X11/Xlib.h
35750 do
35751 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35752 { echo "$as_me:$LINENO: checking for $ac_header" >&5
35753 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35755 echo $ECHO_N "(cached) $ECHO_C" >&6
35756 else
35757 cat >conftest.$ac_ext <<_ACEOF
35758 /* confdefs.h. */
35759 _ACEOF
35760 cat confdefs.h >>conftest.$ac_ext
35761 cat >>conftest.$ac_ext <<_ACEOF
35762 /* end confdefs.h. */
35763
35764
35765 #include <$ac_header>
35766 _ACEOF
35767 rm -f conftest.$ac_objext
35768 if { (ac_try="$ac_compile"
35769 case "(($ac_try" in
35770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35771 *) ac_try_echo=$ac_try;;
35772 esac
35773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35774 (eval "$ac_compile") 2>conftest.er1
35775 ac_status=$?
35776 grep -v '^ *+' conftest.er1 >conftest.err
35777 rm -f conftest.er1
35778 cat conftest.err >&5
35779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35780 (exit $ac_status); } && {
35781 test -z "$ac_c_werror_flag" ||
35782 test ! -s conftest.err
35783 } && test -s conftest.$ac_objext; then
35784 eval "$as_ac_Header=yes"
35785 else
35786 echo "$as_me: failed program was:" >&5
35787 sed 's/^/| /' conftest.$ac_ext >&5
35788
35789 eval "$as_ac_Header=no"
35790 fi
35791
35792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35793 fi
35794 ac_res=`eval echo '${'$as_ac_Header'}'`
35795 { echo "$as_me:$LINENO: result: $ac_res" >&5
35796 echo "${ECHO_T}$ac_res" >&6; }
35797 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35798 cat >>confdefs.h <<_ACEOF
35799 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35800 _ACEOF
35801
35802 fi
35803
35804 done
35805
35806
35807 for ac_header in X11/XKBlib.h
35808 do
35809 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35810 { echo "$as_me:$LINENO: checking for $ac_header" >&5
35811 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35812 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35813 echo $ECHO_N "(cached) $ECHO_C" >&6
35814 else
35815 cat >conftest.$ac_ext <<_ACEOF
35816 /* confdefs.h. */
35817 _ACEOF
35818 cat confdefs.h >>conftest.$ac_ext
35819 cat >>conftest.$ac_ext <<_ACEOF
35820 /* end confdefs.h. */
35821
35822 #if HAVE_X11_XLIB_H
35823 #include <X11/Xlib.h>
35824 #endif
35825
35826
35827 #include <$ac_header>
35828 _ACEOF
35829 rm -f conftest.$ac_objext
35830 if { (ac_try="$ac_compile"
35831 case "(($ac_try" in
35832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35833 *) ac_try_echo=$ac_try;;
35834 esac
35835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35836 (eval "$ac_compile") 2>conftest.er1
35837 ac_status=$?
35838 grep -v '^ *+' conftest.er1 >conftest.err
35839 rm -f conftest.er1
35840 cat conftest.err >&5
35841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35842 (exit $ac_status); } && {
35843 test -z "$ac_c_werror_flag" ||
35844 test ! -s conftest.err
35845 } && test -s conftest.$ac_objext; then
35846 eval "$as_ac_Header=yes"
35847 else
35848 echo "$as_me: failed program was:" >&5
35849 sed 's/^/| /' conftest.$ac_ext >&5
35850
35851 eval "$as_ac_Header=no"
35852 fi
35853
35854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35855 fi
35856 ac_res=`eval echo '${'$as_ac_Header'}'`
35857 { echo "$as_me:$LINENO: result: $ac_res" >&5
35858 echo "${ECHO_T}$ac_res" >&6; }
35859 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35860 cat >>confdefs.h <<_ACEOF
35861 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35862 _ACEOF
35863
35864 fi
35865
35866 done
35867
35868 fi
35869 fi
35870
35871
35872
35873 IODBC_C_SRC=""
35874
35875
35876 if test "$TOOLKIT" != "MSW" ; then
35877
35878 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
35879
35880 { echo "$as_me:$LINENO: checking for sql.h" >&5
35881 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6; }
35882 if test "${ac_cv_header_sql_h+set}" = set; then
35883 echo $ECHO_N "(cached) $ECHO_C" >&6
35884 else
35885 cat >conftest.$ac_ext <<_ACEOF
35886 /* confdefs.h. */
35887 _ACEOF
35888 cat confdefs.h >>conftest.$ac_ext
35889 cat >>conftest.$ac_ext <<_ACEOF
35890 /* end confdefs.h. */
35891
35892
35893 #include <sql.h>
35894 _ACEOF
35895 rm -f conftest.$ac_objext
35896 if { (ac_try="$ac_compile"
35897 case "(($ac_try" in
35898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35899 *) ac_try_echo=$ac_try;;
35900 esac
35901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35902 (eval "$ac_compile") 2>conftest.er1
35903 ac_status=$?
35904 grep -v '^ *+' conftest.er1 >conftest.err
35905 rm -f conftest.er1
35906 cat conftest.err >&5
35907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35908 (exit $ac_status); } && {
35909 test -z "$ac_c_werror_flag" ||
35910 test ! -s conftest.err
35911 } && test -s conftest.$ac_objext; then
35912 ac_cv_header_sql_h=yes
35913 else
35914 echo "$as_me: failed program was:" >&5
35915 sed 's/^/| /' conftest.$ac_ext >&5
35916
35917 ac_cv_header_sql_h=no
35918 fi
35919
35920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35921 fi
35922 { echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
35923 echo "${ECHO_T}$ac_cv_header_sql_h" >&6; }
35924 if test $ac_cv_header_sql_h = yes; then
35925 found_sql_h=1
35926 fi
35927
35928
35929 if test "x$found_sql_h" = "x1" ; then
35930 { echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
35931 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6; }
35932 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
35933 echo $ECHO_N "(cached) $ECHO_C" >&6
35934 else
35935 ac_check_lib_save_LIBS=$LIBS
35936 LIBS="-liodbc $LIBS"
35937 cat >conftest.$ac_ext <<_ACEOF
35938 /* confdefs.h. */
35939 _ACEOF
35940 cat confdefs.h >>conftest.$ac_ext
35941 cat >>conftest.$ac_ext <<_ACEOF
35942 /* end confdefs.h. */
35943
35944 /* Override any GCC internal prototype to avoid an error.
35945 Use char because int might match the return type of a GCC
35946 builtin and then its argument prototype would still apply. */
35947 #ifdef __cplusplus
35948 extern "C"
35949 #endif
35950 char SQLAllocEnv ();
35951 int
35952 main ()
35953 {
35954 return SQLAllocEnv ();
35955 ;
35956 return 0;
35957 }
35958 _ACEOF
35959 rm -f conftest.$ac_objext conftest$ac_exeext
35960 if { (ac_try="$ac_link"
35961 case "(($ac_try" in
35962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35963 *) ac_try_echo=$ac_try;;
35964 esac
35965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35966 (eval "$ac_link") 2>conftest.er1
35967 ac_status=$?
35968 grep -v '^ *+' conftest.er1 >conftest.err
35969 rm -f conftest.er1
35970 cat conftest.err >&5
35971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35972 (exit $ac_status); } && {
35973 test -z "$ac_c_werror_flag" ||
35974 test ! -s conftest.err
35975 } && test -s conftest$ac_exeext &&
35976 $as_test_x conftest$ac_exeext; then
35977 ac_cv_lib_iodbc_SQLAllocEnv=yes
35978 else
35979 echo "$as_me: failed program was:" >&5
35980 sed 's/^/| /' conftest.$ac_ext >&5
35981
35982 ac_cv_lib_iodbc_SQLAllocEnv=no
35983 fi
35984
35985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35986 conftest$ac_exeext conftest.$ac_ext
35987 LIBS=$ac_check_lib_save_LIBS
35988 fi
35989 { echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
35990 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6; }
35991 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
35992 ODBC_LINK=" -liodbc"
35993 else
35994
35995 { echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
35996 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6; }
35997 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
35998 echo $ECHO_N "(cached) $ECHO_C" >&6
35999 else
36000 ac_check_lib_save_LIBS=$LIBS
36001 LIBS="-lunixodbc $LIBS"
36002 cat >conftest.$ac_ext <<_ACEOF
36003 /* confdefs.h. */
36004 _ACEOF
36005 cat confdefs.h >>conftest.$ac_ext
36006 cat >>conftest.$ac_ext <<_ACEOF
36007 /* end confdefs.h. */
36008
36009 /* Override any GCC internal prototype to avoid an error.
36010 Use char because int might match the return type of a GCC
36011 builtin and then its argument prototype would still apply. */
36012 #ifdef __cplusplus
36013 extern "C"
36014 #endif
36015 char SQLAllocEnv ();
36016 int
36017 main ()
36018 {
36019 return SQLAllocEnv ();
36020 ;
36021 return 0;
36022 }
36023 _ACEOF
36024 rm -f conftest.$ac_objext conftest$ac_exeext
36025 if { (ac_try="$ac_link"
36026 case "(($ac_try" in
36027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36028 *) ac_try_echo=$ac_try;;
36029 esac
36030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36031 (eval "$ac_link") 2>conftest.er1
36032 ac_status=$?
36033 grep -v '^ *+' conftest.er1 >conftest.err
36034 rm -f conftest.er1
36035 cat conftest.err >&5
36036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36037 (exit $ac_status); } && {
36038 test -z "$ac_c_werror_flag" ||
36039 test ! -s conftest.err
36040 } && test -s conftest$ac_exeext &&
36041 $as_test_x conftest$ac_exeext; then
36042 ac_cv_lib_unixodbc_SQLAllocEnv=yes
36043 else
36044 echo "$as_me: failed program was:" >&5
36045 sed 's/^/| /' conftest.$ac_ext >&5
36046
36047 ac_cv_lib_unixodbc_SQLAllocEnv=no
36048 fi
36049
36050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36051 conftest$ac_exeext conftest.$ac_ext
36052 LIBS=$ac_check_lib_save_LIBS
36053 fi
36054 { echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
36055 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6; }
36056 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
36057 ODBC_LINK=" -lunixodbc"
36058 else
36059
36060 { echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
36061 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6; }
36062 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
36063 echo $ECHO_N "(cached) $ECHO_C" >&6
36064 else
36065 ac_check_lib_save_LIBS=$LIBS
36066 LIBS="-lodbc $LIBS"
36067 cat >conftest.$ac_ext <<_ACEOF
36068 /* confdefs.h. */
36069 _ACEOF
36070 cat confdefs.h >>conftest.$ac_ext
36071 cat >>conftest.$ac_ext <<_ACEOF
36072 /* end confdefs.h. */
36073
36074 /* Override any GCC internal prototype to avoid an error.
36075 Use char because int might match the return type of a GCC
36076 builtin and then its argument prototype would still apply. */
36077 #ifdef __cplusplus
36078 extern "C"
36079 #endif
36080 char SQLAllocEnv ();
36081 int
36082 main ()
36083 {
36084 return SQLAllocEnv ();
36085 ;
36086 return 0;
36087 }
36088 _ACEOF
36089 rm -f conftest.$ac_objext conftest$ac_exeext
36090 if { (ac_try="$ac_link"
36091 case "(($ac_try" in
36092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36093 *) ac_try_echo=$ac_try;;
36094 esac
36095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36096 (eval "$ac_link") 2>conftest.er1
36097 ac_status=$?
36098 grep -v '^ *+' conftest.er1 >conftest.err
36099 rm -f conftest.er1
36100 cat conftest.err >&5
36101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36102 (exit $ac_status); } && {
36103 test -z "$ac_c_werror_flag" ||
36104 test ! -s conftest.err
36105 } && test -s conftest$ac_exeext &&
36106 $as_test_x conftest$ac_exeext; then
36107 ac_cv_lib_odbc_SQLAllocEnv=yes
36108 else
36109 echo "$as_me: failed program was:" >&5
36110 sed 's/^/| /' conftest.$ac_ext >&5
36111
36112 ac_cv_lib_odbc_SQLAllocEnv=no
36113 fi
36114
36115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36116 conftest$ac_exeext conftest.$ac_ext
36117 LIBS=$ac_check_lib_save_LIBS
36118 fi
36119 { echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
36120 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6; }
36121 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
36122 ODBC_LINK=" -lodbc"
36123 fi
36124
36125
36126 fi
36127
36128
36129 fi
36130
36131 fi
36132 if test "x$ODBC_LINK" = "x" ; then
36133 if test "$wxUSE_ODBC" = "sys" ; then
36134 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
36135 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
36136 { (exit 1); exit 1; }; }
36137 else
36138 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
36139 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
36140 wxUSE_ODBC=builtin
36141 fi
36142 else
36143 wxUSE_ODBC=sys
36144 fi
36145 fi
36146
36147 if test "$wxUSE_ODBC" = "builtin" ; then
36148 cat >>confdefs.h <<\_ACEOF
36149 #define wxUSE_BUILTIN_IODBC 1
36150 _ACEOF
36151
36152 fi
36153 fi
36154
36155 if test "$wxUSE_ODBC" != "no" ; then
36156 cat >>confdefs.h <<\_ACEOF
36157 #define wxUSE_ODBC 1
36158 _ACEOF
36159
36160 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
36161
36162 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_IODBC_"
36163 fi
36164
36165
36166 if test "$wxUSE_DISPLAY" = "yes"; then
36167 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
36168 { echo "$as_me:$LINENO: checking for Xinerama" >&5
36169 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6; }
36170
36171 ac_find_libraries=
36172 for ac_dir in $SEARCH_LIB;
36173 do
36174 for ac_extension in a so sl dylib dll.a; do
36175 if test -f "$ac_dir/libXinerama.$ac_extension"; then
36176 ac_find_libraries=$ac_dir
36177 break 2
36178 fi
36179 done
36180 done
36181
36182 if test "$ac_find_libraries" != "" ; then
36183
36184 if test "$ac_find_libraries" = "default location"; then
36185 ac_path_to_link=""
36186 else
36187 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
36188 result=$?
36189 if test $result = 0; then
36190 ac_path_to_link=""
36191 else
36192 ac_path_to_link=" -L$ac_find_libraries"
36193 fi
36194 fi
36195
36196 if test "$ac_path_to_link" != " -L/usr/lib" ; then
36197 LDFLAGS="$LDFLAGS $ac_path_to_link"
36198 fi
36199 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
36200 { echo "$as_me:$LINENO: result: yes" >&5
36201 echo "${ECHO_T}yes" >&6; }
36202
36203 { echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
36204 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6; }
36205
36206 ac_find_libraries=
36207 for ac_dir in $SEARCH_LIB;
36208 do
36209 for ac_extension in a so sl dylib dll.a; do
36210 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
36211 ac_find_libraries=$ac_dir
36212 break 2
36213 fi
36214 done
36215 done
36216
36217 if test "$ac_find_libraries" != "" ; then
36218 { echo "$as_me:$LINENO: result: yes" >&5
36219 echo "${ECHO_T}yes" >&6; }
36220
36221 for ac_header in X11/extensions/xf86vmode.h
36222 do
36223 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36224 { echo "$as_me:$LINENO: checking for $ac_header" >&5
36225 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
36226 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
36227 echo $ECHO_N "(cached) $ECHO_C" >&6
36228 else
36229 cat >conftest.$ac_ext <<_ACEOF
36230 /* confdefs.h. */
36231 _ACEOF
36232 cat confdefs.h >>conftest.$ac_ext
36233 cat >>conftest.$ac_ext <<_ACEOF
36234 /* end confdefs.h. */
36235
36236 #if HAVE_X11_XLIB_H
36237 #include <X11/Xlib.h>
36238 #endif
36239
36240
36241 #include <$ac_header>
36242 _ACEOF
36243 rm -f conftest.$ac_objext
36244 if { (ac_try="$ac_compile"
36245 case "(($ac_try" in
36246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36247 *) ac_try_echo=$ac_try;;
36248 esac
36249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36250 (eval "$ac_compile") 2>conftest.er1
36251 ac_status=$?
36252 grep -v '^ *+' conftest.er1 >conftest.err
36253 rm -f conftest.er1
36254 cat conftest.err >&5
36255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36256 (exit $ac_status); } && {
36257 test -z "$ac_c_werror_flag" ||
36258 test ! -s conftest.err
36259 } && test -s conftest.$ac_objext; then
36260 eval "$as_ac_Header=yes"
36261 else
36262 echo "$as_me: failed program was:" >&5
36263 sed 's/^/| /' conftest.$ac_ext >&5
36264
36265 eval "$as_ac_Header=no"
36266 fi
36267
36268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36269 fi
36270 ac_res=`eval echo '${'$as_ac_Header'}'`
36271 { echo "$as_me:$LINENO: result: $ac_res" >&5
36272 echo "${ECHO_T}$ac_res" >&6; }
36273 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36274 cat >>confdefs.h <<_ACEOF
36275 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36276 _ACEOF
36277
36278 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
36279
36280 fi
36281
36282 done
36283
36284 else
36285 { echo "$as_me:$LINENO: result: no" >&5
36286 echo "${ECHO_T}no" >&6; }
36287 fi
36288
36289 else
36290 { echo "$as_me:$LINENO: result: no" >&5
36291 echo "${ECHO_T}no" >&6; }
36292 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
36293 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
36294 wxUSE_DISPLAY="no"
36295 fi
36296 elif test "$wxUSE_MSW" = 1; then
36297 { echo "$as_me:$LINENO: checking for ddraw.h" >&5
36298 echo $ECHO_N "checking for ddraw.h... $ECHO_C" >&6; }
36299 if test "${ac_cv_header_ddraw_h+set}" = set; then
36300 echo $ECHO_N "(cached) $ECHO_C" >&6
36301 else
36302 cat >conftest.$ac_ext <<_ACEOF
36303 /* confdefs.h. */
36304 _ACEOF
36305 cat confdefs.h >>conftest.$ac_ext
36306 cat >>conftest.$ac_ext <<_ACEOF
36307 /* end confdefs.h. */
36308 #include <windows.h>
36309
36310 #include <ddraw.h>
36311 _ACEOF
36312 rm -f conftest.$ac_objext
36313 if { (ac_try="$ac_compile"
36314 case "(($ac_try" in
36315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36316 *) ac_try_echo=$ac_try;;
36317 esac
36318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36319 (eval "$ac_compile") 2>conftest.er1
36320 ac_status=$?
36321 grep -v '^ *+' conftest.er1 >conftest.err
36322 rm -f conftest.er1
36323 cat conftest.err >&5
36324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36325 (exit $ac_status); } && {
36326 test -z "$ac_c_werror_flag" ||
36327 test ! -s conftest.err
36328 } && test -s conftest.$ac_objext; then
36329 ac_cv_header_ddraw_h=yes
36330 else
36331 echo "$as_me: failed program was:" >&5
36332 sed 's/^/| /' conftest.$ac_ext >&5
36333
36334 ac_cv_header_ddraw_h=no
36335 fi
36336
36337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36338 fi
36339 { echo "$as_me:$LINENO: result: $ac_cv_header_ddraw_h" >&5
36340 echo "${ECHO_T}$ac_cv_header_ddraw_h" >&6; }
36341
36342
36343 fi
36344 fi
36345
36346 if test "$wxUSE_DETECT_SM" = "yes"; then
36347 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
36348 { echo "$as_me:$LINENO: checking for -lSM - X11 session management" >&5
36349 echo $ECHO_N "checking for -lSM - X11 session management... $ECHO_C" >&6; }
36350
36351 ac_find_libraries=
36352 for ac_dir in $SEARCH_LIB;
36353 do
36354 for ac_extension in a so sl dylib dll.a; do
36355 if test -f "$ac_dir/libSM.$ac_extension"; then
36356 ac_find_libraries=$ac_dir
36357 break 2
36358 fi
36359 done
36360 done
36361
36362 if test "$ac_find_libraries" != "" ; then
36363
36364 if test "$ac_find_libraries" = "default location"; then
36365 ac_path_to_link=""
36366 else
36367 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
36368 result=$?
36369 if test $result = 0; then
36370 ac_path_to_link=""
36371 else
36372 ac_path_to_link=" -L$ac_find_libraries"
36373 fi
36374 fi
36375
36376 if test "$ac_path_to_link" != " -L/usr/lib" ; then
36377 LDFLAGS="$LDFLAGS $ac_path_to_link"
36378 fi
36379 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lSM"
36380 { echo "$as_me:$LINENO: result: yes" >&5
36381 echo "${ECHO_T}yes" >&6; }
36382 else
36383 { echo "$as_me:$LINENO: result: no" >&5
36384 echo "${ECHO_T}no" >&6; }
36385 { echo "$as_me:$LINENO: WARNING: libSM not found; disabling session management detection" >&5
36386 echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
36387 wxUSE_DETECT_SM="no"
36388 fi
36389 else
36390 wxUSE_DETECT_SM="no"
36391 fi
36392 fi
36393
36394
36395
36396 USE_OPENGL=0
36397 if test "$wxUSE_OPENGL" = "yes"; then
36398 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = "1"; then
36399 { echo "$as_me:$LINENO: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
36400 echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
36401 wxUSE_OPENGL="no"
36402 elif test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
36403 OPENGL_LIBS="-framework OpenGL -framework AGL"
36404 elif test "$wxUSE_MSW" = 1; then
36405 OPENGL_LIBS="-lopengl32 -lglu32"
36406 else
36407 { echo "$as_me:$LINENO: checking for OpenGL headers" >&5
36408 echo $ECHO_N "checking for OpenGL headers... $ECHO_C" >&6; }
36409
36410 ac_find_includes=
36411 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include;
36412 do
36413 if test -f "$ac_dir/GL/gl.h"; then
36414 ac_find_includes=$ac_dir
36415 break
36416 fi
36417 done
36418
36419 if test "$ac_find_includes" != "" ; then
36420 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
36421 echo "${ECHO_T}found in $ac_find_includes" >&6; }
36422
36423 if test "x$ac_find_includes" = "x/usr/include"; then
36424 ac_path_to_include=""
36425 else
36426 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
36427 result=$?
36428 if test $result = 0; then
36429 ac_path_to_include=""
36430 else
36431 ac_path_to_include=" -I$ac_find_includes"
36432 fi
36433 fi
36434
36435 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
36436 else
36437 { echo "$as_me:$LINENO: result: not found" >&5
36438 echo "${ECHO_T}not found" >&6; }
36439 fi
36440
36441 { echo "$as_me:$LINENO: checking for GL/gl.h" >&5
36442 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6; }
36443 if test "${ac_cv_header_GL_gl_h+set}" = set; then
36444 echo $ECHO_N "(cached) $ECHO_C" >&6
36445 else
36446 cat >conftest.$ac_ext <<_ACEOF
36447 /* confdefs.h. */
36448 _ACEOF
36449 cat confdefs.h >>conftest.$ac_ext
36450 cat >>conftest.$ac_ext <<_ACEOF
36451 /* end confdefs.h. */
36452
36453
36454 #include <GL/gl.h>
36455 _ACEOF
36456 rm -f conftest.$ac_objext
36457 if { (ac_try="$ac_compile"
36458 case "(($ac_try" in
36459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36460 *) ac_try_echo=$ac_try;;
36461 esac
36462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36463 (eval "$ac_compile") 2>conftest.er1
36464 ac_status=$?
36465 grep -v '^ *+' conftest.er1 >conftest.err
36466 rm -f conftest.er1
36467 cat conftest.err >&5
36468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36469 (exit $ac_status); } && {
36470 test -z "$ac_c_werror_flag" ||
36471 test ! -s conftest.err
36472 } && test -s conftest.$ac_objext; then
36473 ac_cv_header_GL_gl_h=yes
36474 else
36475 echo "$as_me: failed program was:" >&5
36476 sed 's/^/| /' conftest.$ac_ext >&5
36477
36478 ac_cv_header_GL_gl_h=no
36479 fi
36480
36481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36482 fi
36483 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
36484 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6; }
36485 if test $ac_cv_header_GL_gl_h = yes; then
36486
36487 { echo "$as_me:$LINENO: checking for GL/glu.h" >&5
36488 echo $ECHO_N "checking for GL/glu.h... $ECHO_C" >&6; }
36489 if test "${ac_cv_header_GL_glu_h+set}" = set; then
36490 echo $ECHO_N "(cached) $ECHO_C" >&6
36491 else
36492 cat >conftest.$ac_ext <<_ACEOF
36493 /* confdefs.h. */
36494 _ACEOF
36495 cat confdefs.h >>conftest.$ac_ext
36496 cat >>conftest.$ac_ext <<_ACEOF
36497 /* end confdefs.h. */
36498
36499
36500 #include <GL/glu.h>
36501 _ACEOF
36502 rm -f conftest.$ac_objext
36503 if { (ac_try="$ac_compile"
36504 case "(($ac_try" in
36505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36506 *) ac_try_echo=$ac_try;;
36507 esac
36508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36509 (eval "$ac_compile") 2>conftest.er1
36510 ac_status=$?
36511 grep -v '^ *+' conftest.er1 >conftest.err
36512 rm -f conftest.er1
36513 cat conftest.err >&5
36514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36515 (exit $ac_status); } && {
36516 test -z "$ac_c_werror_flag" ||
36517 test ! -s conftest.err
36518 } && test -s conftest.$ac_objext; then
36519 ac_cv_header_GL_glu_h=yes
36520 else
36521 echo "$as_me: failed program was:" >&5
36522 sed 's/^/| /' conftest.$ac_ext >&5
36523
36524 ac_cv_header_GL_glu_h=no
36525 fi
36526
36527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36528 fi
36529 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_glu_h" >&5
36530 echo "${ECHO_T}$ac_cv_header_GL_glu_h" >&6; }
36531 if test $ac_cv_header_GL_glu_h = yes; then
36532
36533 found_gl=0
36534
36535 { echo "$as_me:$LINENO: checking for -lGL" >&5
36536 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
36537
36538 ac_find_libraries=
36539 for ac_dir in $SEARCH_LIB /opt/graphics/OpenGL/lib;
36540 do
36541 for ac_extension in a so sl dylib dll.a; do
36542 if test -f "$ac_dir/libGL.$ac_extension"; then
36543 ac_find_libraries=$ac_dir
36544 break 2
36545 fi
36546 done
36547 done
36548
36549 if test "$ac_find_libraries" != "" ; then
36550 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
36551 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
36552
36553
36554 if test "$ac_find_libraries" = "default location"; then
36555 ac_path_to_link=""
36556 else
36557 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
36558 result=$?
36559 if test $result = 0; then
36560 ac_path_to_link=""
36561 else
36562 ac_path_to_link=" -L$ac_find_libraries"
36563 fi
36564 fi
36565
36566 if test "$ac_path_to_link" != " -L/usr/lib" ; then
36567 LDFLAGS_GL="$ac_path_to_link"
36568 fi
36569
36570 { echo "$as_me:$LINENO: checking for -lGLU" >&5
36571 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
36572
36573 ac_find_libraries=
36574 for ac_dir in $SEARCH_LIB;
36575 do
36576 for ac_extension in a so sl dylib dll.a; do
36577 if test -f "$ac_dir/libGLU.$ac_extension"; then
36578 ac_find_libraries=$ac_dir
36579 break 2
36580 fi
36581 done
36582 done
36583
36584 if test "$ac_find_libraries" != "" ; then
36585
36586 if test "$ac_find_libraries" = "default location"; then
36587 ac_path_to_link=""
36588 else
36589 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
36590 result=$?
36591 if test $result = 0; then
36592 ac_path_to_link=""
36593 else
36594 ac_path_to_link=" -L$ac_find_libraries"
36595 fi
36596 fi
36597
36598 if test "$ac_path_to_link" != " -L/usr/lib" -a \
36599 "$ac_path_to_link" != "$LDFLAGS_GL"; then
36600 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
36601 fi
36602
36603 found_gl=1
36604 OPENGL_LIBS="-lGL -lGLU"
36605 { echo "$as_me:$LINENO: result: yes" >&5
36606 echo "${ECHO_T}yes" >&6; }
36607 else
36608 { echo "$as_me:$LINENO: result: no" >&5
36609 echo "${ECHO_T}no" >&6; }
36610 fi
36611 else
36612 { echo "$as_me:$LINENO: result: no" >&5
36613 echo "${ECHO_T}no" >&6; }
36614 fi
36615
36616 if test "$found_gl" != 1; then
36617 { echo "$as_me:$LINENO: checking for -lMesaGL" >&5
36618 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6; }
36619
36620 ac_find_libraries=
36621 for ac_dir in $SEARCH_LIB;
36622 do
36623 for ac_extension in a so sl dylib dll.a; do
36624 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
36625 ac_find_libraries=$ac_dir
36626 break 2
36627 fi
36628 done
36629 done
36630
36631 if test "$ac_find_libraries" != "" ; then
36632
36633 if test "$ac_find_libraries" = "default location"; then
36634 ac_path_to_link=""
36635 else
36636 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
36637 result=$?
36638 if test $result = 0; then
36639 ac_path_to_link=""
36640 else
36641 ac_path_to_link=" -L$ac_find_libraries"
36642 fi
36643 fi
36644
36645 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
36646 OPENGL_LIBS="-lMesaGL -lMesaGLU"
36647 { echo "$as_me:$LINENO: result: yes" >&5
36648 echo "${ECHO_T}yes" >&6; }
36649 else
36650 { echo "$as_me:$LINENO: result: no" >&5
36651 echo "${ECHO_T}no" >&6; }
36652 fi
36653 fi
36654
36655 fi
36656
36657
36658
36659 fi
36660
36661
36662
36663 if test "x$OPENGL_LIBS" = "x"; then
36664 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
36665 echo "$as_me: error: OpenGL libraries not available" >&2;}
36666 { (exit 1); exit 1; }; }
36667 fi
36668 fi
36669
36670 if test "$wxUSE_OPENGL" = "yes"; then
36671 USE_OPENGL=1
36672 cat >>confdefs.h <<\_ACEOF
36673 #define wxUSE_OPENGL 1
36674 _ACEOF
36675
36676 cat >>confdefs.h <<\_ACEOF
36677 #define wxUSE_GLCANVAS 1
36678 _ACEOF
36679
36680 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
36681 fi
36682 fi
36683
36684
36685 if test -n "$TOOLKIT" ; then
36686 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
36687 fi
36688
36689
36690
36691 if test "$wxUSE_SHARED" = "yes"; then
36692 case "${host}" in
36693 *-pc-msdosdjgpp )
36694 wxUSE_SHARED=no
36695 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
36696 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
36697 ;;
36698 esac
36699 fi
36700
36701 if test "$wxUSE_SHARED" = "yes"; then
36702
36703
36704 case "${host}" in
36705 *-*-cygwin* | *-*-mingw* )
36706 wx_cv_version_script=no
36707 ;;
36708
36709 *)
36710 { echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
36711 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6; }
36712 if test "${wx_cv_version_script+set}" = set; then
36713 echo $ECHO_N "(cached) $ECHO_C" >&6
36714 else
36715
36716 echo "VER_1 { *; };" >conftest.sym
36717 echo "int main() { return 0; }" >conftest.cpp
36718
36719 if { ac_try='
36720 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
36721 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
36722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36723 (eval $ac_try) 2>&5
36724 ac_status=$?
36725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36726 (exit $ac_status); }; } ; then
36727 if test -s conftest.stderr ; then
36728 wx_cv_version_script=no
36729 else
36730 wx_cv_version_script=yes
36731 fi
36732 else
36733 wx_cv_version_script=no
36734 fi
36735
36736 if test $wx_cv_version_script = yes
36737 then
36738 echo "struct B { virtual ~B() { } }; \
36739 struct D : public B { }; \
36740 void F() { D d; }" > conftest.cpp
36741
36742 if { ac_try='
36743 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
36744 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
36745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36746 (eval $ac_try) 2>&5
36747 ac_status=$?
36748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36749 (exit $ac_status); }; } &&
36750 { ac_try='
36751 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
36752 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
36753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36754 (eval $ac_try) 2>&5
36755 ac_status=$?
36756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36757 (exit $ac_status); }; }
36758 then
36759 if { ac_try='
36760 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
36761 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
36762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36763 (eval $ac_try) 2>&5
36764 ac_status=$?
36765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36766 (exit $ac_status); }; }
36767 then
36768 wx_cv_version_script=yes
36769 else
36770 wx_cv_version_script=no
36771 fi
36772 fi
36773 fi
36774
36775 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
36776 rm -f conftest1.output conftest2.output conftest3.output
36777
36778 fi
36779 { echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
36780 echo "${ECHO_T}$wx_cv_version_script" >&6; }
36781
36782 if test $wx_cv_version_script = yes ; then
36783 LDFLAGS_VERSIONING="-Wl,--version-script,\$(wx_top_builddir)/version-script"
36784 fi
36785 ;;
36786 esac
36787
36788
36789 if test "$wxUSE_VISIBILITY" != "no"; then
36790
36791
36792 if test -n "$GCC"; then
36793 CFLAGS_VISIBILITY="-fvisibility=hidden"
36794 CXXFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden"
36795 { echo "$as_me:$LINENO: checking for symbols visibility support" >&5
36796 echo $ECHO_N "checking for symbols visibility support... $ECHO_C" >&6; }
36797 if test "${wx_cv_cc_visibility+set}" = set; then
36798 echo $ECHO_N "(cached) $ECHO_C" >&6
36799 else
36800
36801 wx_save_CXXFLAGS="$CXXFLAGS"
36802 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
36803 ac_ext=cpp
36804 ac_cpp='$CXXCPP $CPPFLAGS'
36805 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36806 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36807 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36808
36809 cat >conftest.$ac_ext <<_ACEOF
36810 /* confdefs.h. */
36811 _ACEOF
36812 cat confdefs.h >>conftest.$ac_ext
36813 cat >>conftest.$ac_ext <<_ACEOF
36814 /* end confdefs.h. */
36815
36816 /* we need gcc >= 4.0, older versions with visibility support
36817 didn't have class visibility: */
36818 #if defined(__GNUC__) && __GNUC__ < 4
36819 error this gcc is too old;
36820 #endif
36821
36822 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
36823 extern __attribute__((__visibility__("default"))) int exportedvar;
36824 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
36825 extern __attribute__((__visibility__("default"))) int exportedfunc (void);
36826 class __attribute__((__visibility__("default"))) Foo {
36827 Foo() {}
36828 };
36829
36830 int
36831 main ()
36832 {
36833
36834 ;
36835 return 0;
36836 }
36837 _ACEOF
36838 rm -f conftest.$ac_objext
36839 if { (ac_try="$ac_compile"
36840 case "(($ac_try" in
36841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36842 *) ac_try_echo=$ac_try;;
36843 esac
36844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36845 (eval "$ac_compile") 2>conftest.er1
36846 ac_status=$?
36847 grep -v '^ *+' conftest.er1 >conftest.err
36848 rm -f conftest.er1
36849 cat conftest.err >&5
36850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36851 (exit $ac_status); } && {
36852 test -z "$ac_cxx_werror_flag" ||
36853 test ! -s conftest.err
36854 } && test -s conftest.$ac_objext; then
36855 wx_cv_cc_visibility=yes
36856 else
36857 echo "$as_me: failed program was:" >&5
36858 sed 's/^/| /' conftest.$ac_ext >&5
36859
36860 wx_cv_cc_visibility=no
36861 fi
36862
36863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36864 ac_ext=c
36865 ac_cpp='$CPP $CPPFLAGS'
36866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36869
36870 CXXFLAGS="$wx_save_CXXFLAGS"
36871 fi
36872
36873 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility" >&5
36874 echo "${ECHO_T}$wx_cv_cc_visibility" >&6; }
36875 if test $wx_cv_cc_visibility = yes; then
36876 cat >>confdefs.h <<\_ACEOF
36877 #define HAVE_VISIBILITY 1
36878 _ACEOF
36879
36880
36881 { echo "$as_me:$LINENO: checking for broken libstdc++ visibility" >&5
36882 echo $ECHO_N "checking for broken libstdc++ visibility... $ECHO_C" >&6; }
36883 if test "${wx_cv_cc_broken_libstdcxx_visibility+set}" = set; then
36884 echo $ECHO_N "(cached) $ECHO_C" >&6
36885 else
36886
36887 wx_save_CXXFLAGS="$CXXFLAGS"
36888 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
36889 ac_ext=cpp
36890 ac_cpp='$CXXCPP $CPPFLAGS'
36891 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36892 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36893 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36894
36895 cat >conftest.$ac_ext <<_ACEOF
36896 /* confdefs.h. */
36897 _ACEOF
36898 cat confdefs.h >>conftest.$ac_ext
36899 cat >>conftest.$ac_ext <<_ACEOF
36900 /* end confdefs.h. */
36901
36902 #include <string>
36903
36904 int
36905 main ()
36906 {
36907
36908 std::string x;
36909
36910 ;
36911 return 0;
36912 }
36913 _ACEOF
36914 rm -f conftest.$ac_objext conftest$ac_exeext
36915 if { (ac_try="$ac_link"
36916 case "(($ac_try" in
36917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36918 *) ac_try_echo=$ac_try;;
36919 esac
36920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36921 (eval "$ac_link") 2>conftest.er1
36922 ac_status=$?
36923 grep -v '^ *+' conftest.er1 >conftest.err
36924 rm -f conftest.er1
36925 cat conftest.err >&5
36926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36927 (exit $ac_status); } && {
36928 test -z "$ac_cxx_werror_flag" ||
36929 test ! -s conftest.err
36930 } && test -s conftest$ac_exeext &&
36931 $as_test_x conftest$ac_exeext; then
36932 wx_cv_cc_broken_libstdcxx_visibility=no
36933 else
36934 echo "$as_me: failed program was:" >&5
36935 sed 's/^/| /' conftest.$ac_ext >&5
36936
36937 wx_cv_cc_broken_libstdcxx_visibility=yes
36938 fi
36939
36940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36941 conftest$ac_exeext conftest.$ac_ext
36942 ac_ext=c
36943 ac_cpp='$CPP $CPPFLAGS'
36944 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36945 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36946 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36947
36948 CXXFLAGS="$wx_save_CXXFLAGS"
36949 fi
36950
36951 { echo "$as_me:$LINENO: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
36952 echo "${ECHO_T}$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
36953 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
36954 cat >>confdefs.h <<\_ACEOF
36955 #define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1
36956 _ACEOF
36957
36958 fi
36959
36960 else
36961 CFLAGS_VISIBILITY=""
36962 CXXFLAGS_VISIBILITY=""
36963 fi
36964
36965
36966 fi
36967
36968 fi
36969
36970 if test "x$SUNCXX" = xyes; then
36971 SAMPLES_RPATH_FLAG="-R\$(wx_top_builddir)/lib"
36972 WXCONFIG_RPATH="-R\$libdir"
36973 else
36974 case "${host}" in
36975 *-*-linux* | *-*-gnu* )
36976 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
36977 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
36978 ;;
36979
36980 *-*-solaris2* )
36981
36982 CPPFLAGS="-isystem /usr/openwin/include $CPPFLAGS"
36983
36984 saveLdflags="$LDFLAGS"
36985 LDFLAGS="$saveLdflags -Wl,-rpath,/"
36986 { echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
36987 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6; }
36988 cat >conftest.$ac_ext <<_ACEOF
36989 /* confdefs.h. */
36990 _ACEOF
36991 cat confdefs.h >>conftest.$ac_ext
36992 cat >>conftest.$ac_ext <<_ACEOF
36993 /* end confdefs.h. */
36994
36995 int
36996 main ()
36997 {
36998
36999 ;
37000 return 0;
37001 }
37002 _ACEOF
37003 rm -f conftest.$ac_objext conftest$ac_exeext
37004 if { (ac_try="$ac_link"
37005 case "(($ac_try" in
37006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37007 *) ac_try_echo=$ac_try;;
37008 esac
37009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37010 (eval "$ac_link") 2>conftest.er1
37011 ac_status=$?
37012 grep -v '^ *+' conftest.er1 >conftest.err
37013 rm -f conftest.er1
37014 cat conftest.err >&5
37015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37016 (exit $ac_status); } && {
37017 test -z "$ac_c_werror_flag" ||
37018 test ! -s conftest.err
37019 } && test -s conftest$ac_exeext &&
37020 $as_test_x conftest$ac_exeext; then
37021
37022 { echo "$as_me:$LINENO: result: yes" >&5
37023 echo "${ECHO_T}yes" >&6; }
37024 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
37025 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
37026
37027 else
37028 echo "$as_me: failed program was:" >&5
37029 sed 's/^/| /' conftest.$ac_ext >&5
37030
37031
37032 { echo "$as_me:$LINENO: result: no" >&5
37033 echo "${ECHO_T}no" >&6; }
37034 { echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
37035 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6; }
37036 LDFLAGS="$saveLdflags -Wl,-R,/"
37037 cat >conftest.$ac_ext <<_ACEOF
37038 /* confdefs.h. */
37039 _ACEOF
37040 cat confdefs.h >>conftest.$ac_ext
37041 cat >>conftest.$ac_ext <<_ACEOF
37042 /* end confdefs.h. */
37043
37044 int
37045 main ()
37046 {
37047
37048 ;
37049 return 0;
37050 }
37051 _ACEOF
37052 rm -f conftest.$ac_objext conftest$ac_exeext
37053 if { (ac_try="$ac_link"
37054 case "(($ac_try" in
37055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37056 *) ac_try_echo=$ac_try;;
37057 esac
37058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37059 (eval "$ac_link") 2>conftest.er1
37060 ac_status=$?
37061 grep -v '^ *+' conftest.er1 >conftest.err
37062 rm -f conftest.er1
37063 cat conftest.err >&5
37064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37065 (exit $ac_status); } && {
37066 test -z "$ac_c_werror_flag" ||
37067 test ! -s conftest.err
37068 } && test -s conftest$ac_exeext &&
37069 $as_test_x conftest$ac_exeext; then
37070
37071 { echo "$as_me:$LINENO: result: yes" >&5
37072 echo "${ECHO_T}yes" >&6; }
37073 SAMPLES_RPATH_FLAG="-Wl,-R,\$(wx_top_builddir)/lib"
37074 WXCONFIG_RPATH="-Wl,-R,\$libdir"
37075
37076 else
37077 echo "$as_me: failed program was:" >&5
37078 sed 's/^/| /' conftest.$ac_ext >&5
37079
37080
37081 { echo "$as_me:$LINENO: result: no" >&5
37082 echo "${ECHO_T}no" >&6; }
37083
37084 fi
37085
37086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37087 conftest$ac_exeext conftest.$ac_ext
37088
37089 fi
37090
37091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37092 conftest$ac_exeext conftest.$ac_ext
37093 LDFLAGS="$saveLdflags"
37094 ;;
37095
37096 *-*-darwin* )
37097 install_name_tool=`which install_name_tool`
37098 if test "$install_name_tool" -a -x "$install_name_tool"; then
37099 SAMPLES_RPATH_POSTLINK="\$(wx_top_builddir)/change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
37100 cat <<EOF >change-install-names
37101 #!/bin/sh
37102 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
37103 inst_cmd="install_name_tool "
37104 for i in \${libnames} ; do
37105 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
37106 done
37107 \${inst_cmd} \${3}
37108 EOF
37109 chmod +x change-install-names
37110 fi
37111 ;;
37112
37113 *-*-cygwin* | *-*-mingw32* )
37114 WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
37115 ;;
37116
37117 *-*-hpux* )
37118 SAMPLES_RPATH_FLAG="-Wl,+b,\$(wx_top_builddir)/lib"
37119 WXCONFIG_RPATH="-Wl,+b,\$libdir"
37120 ;;
37121
37122 esac
37123 fi
37124
37125 if test $wxUSE_RPATH = "no"; then
37126 SAMPLES_RPATH_FLAG=''
37127 SAMPLES_RPATH_POSTLINK=''
37128 WXCONFIG_RPATH=''
37129 fi
37130
37131 SHARED=1
37132
37133 else
37134
37135 config_linkage_component="-static"
37136 SHARED=0
37137
37138 fi
37139
37140
37141 UNICODE=0
37142 lib_unicode_suffix=
37143 WX_CHARTYPE="ansi"
37144 if test "$wxUSE_UNICODE" = "yes"; then
37145 lib_unicode_suffix=u
37146 WX_CHARTYPE="unicode"
37147 UNICODE=1
37148 fi
37149
37150 lib_debug_suffix=
37151 WX_DEBUGTYPE="release"
37152 DEBUG_FLAG=0
37153 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
37154 lib_debug_suffix=d
37155 WX_DEBUGTYPE="debug"
37156 DEBUG_FLAG=1
37157 fi
37158
37159 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
37160 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
37161
37162 DEBUG_INFO=0
37163 if test "$wxUSE_DEBUG_INFO" = "yes"; then
37164 DEBUG_INFO=1
37165 fi
37166
37167 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
37168
37169 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
37170
37171 TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
37172
37173 if test "$cross_compiling" = "yes"; then
37174 HOST_SUFFIX="-$host_alias"
37175 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
37176 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
37177 fi
37178
37179 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
37180 if test "${TOOLKIT_DIR}" = "os2"; then
37181 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
37182 else
37183 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
37184 fi
37185
37186
37187
37188 if test "$wxUSE_COCOA" = 1; then
37189
37190 ac_ext=c
37191 ac_cpp='$CPP $CPPFLAGS'
37192 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37193 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37194 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37195
37196 ac_ext=m
37197
37198 { echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
37199 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6; }
37200 cat >conftest.$ac_ext <<_ACEOF
37201 /* confdefs.h. */
37202 _ACEOF
37203 cat confdefs.h >>conftest.$ac_ext
37204 cat >>conftest.$ac_ext <<_ACEOF
37205 /* end confdefs.h. */
37206 #include <AppKit/NSEvent.h>
37207 #include <CoreFoundation/CoreFoundation.h>
37208
37209 int
37210 main ()
37211 {
37212
37213 ;
37214 return 0;
37215 }
37216 _ACEOF
37217 rm -f conftest.$ac_objext
37218 if { (ac_try="$ac_compile"
37219 case "(($ac_try" in
37220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37221 *) ac_try_echo=$ac_try;;
37222 esac
37223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37224 (eval "$ac_compile") 2>conftest.er1
37225 ac_status=$?
37226 grep -v '^ *+' conftest.er1 >conftest.err
37227 rm -f conftest.er1
37228 cat conftest.err >&5
37229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37230 (exit $ac_status); } && {
37231 test -z "$ac_c_werror_flag" ||
37232 test ! -s conftest.err
37233 } && test -s conftest.$ac_objext; then
37234 { echo "$as_me:$LINENO: result: no" >&5
37235 echo "${ECHO_T}no" >&6; }
37236 else
37237 echo "$as_me: failed program was:" >&5
37238 sed 's/^/| /' conftest.$ac_ext >&5
37239
37240 { echo "$as_me:$LINENO: result: yes" >&5
37241 echo "${ECHO_T}yes" >&6; }
37242 { echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
37243 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6; }
37244 cat >conftest.$ac_ext <<_ACEOF
37245 /* confdefs.h. */
37246 _ACEOF
37247 cat confdefs.h >>conftest.$ac_ext
37248 cat >>conftest.$ac_ext <<_ACEOF
37249 /* end confdefs.h. */
37250 #define __Point__ 1
37251 #include <AppKit/NSEvent.h>
37252 #include <CoreFoundation/CoreFoundation.h>
37253
37254 int
37255 main ()
37256 {
37257
37258 ;
37259 return 0;
37260 }
37261 _ACEOF
37262 rm -f conftest.$ac_objext
37263 if { (ac_try="$ac_compile"
37264 case "(($ac_try" in
37265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37266 *) ac_try_echo=$ac_try;;
37267 esac
37268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37269 (eval "$ac_compile") 2>conftest.er1
37270 ac_status=$?
37271 grep -v '^ *+' conftest.er1 >conftest.err
37272 rm -f conftest.er1
37273 cat conftest.err >&5
37274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37275 (exit $ac_status); } && {
37276 test -z "$ac_c_werror_flag" ||
37277 test ! -s conftest.err
37278 } && test -s conftest.$ac_objext; then
37279 { echo "$as_me:$LINENO: result: yes" >&5
37280 echo "${ECHO_T}yes" >&6; }
37281 cat >>confdefs.h <<\_ACEOF
37282 #define __Point__ 1
37283 _ACEOF
37284
37285
37286 else
37287 echo "$as_me: failed program was:" >&5
37288 sed 's/^/| /' conftest.$ac_ext >&5
37289
37290 { { echo "$as_me:$LINENO: error: no
37291 See \`config.log' for more details." >&5
37292 echo "$as_me: error: no
37293 See \`config.log' for more details." >&2;}
37294 { (exit 1); exit 1; }; }
37295
37296 fi
37297
37298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37299
37300 fi
37301
37302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37303 ac_ext=c
37304 ac_cpp='$CPP $CPPFLAGS'
37305 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37306 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37307 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37308
37309 fi
37310
37311 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
37312 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
37313 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
37314
37315 LIBWXMACRES="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
37316
37317 # Extract the first word of "Rez", so it can be a program name with args.
37318 set dummy Rez; ac_word=$2
37319 { echo "$as_me:$LINENO: checking for $ac_word" >&5
37320 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
37321 if test "${ac_cv_prog_REZ+set}" = set; then
37322 echo $ECHO_N "(cached) $ECHO_C" >&6
37323 else
37324 if test -n "$REZ"; then
37325 ac_cv_prog_REZ="$REZ" # Let the user override the test.
37326 else
37327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37328 for as_dir in $PATH
37329 do
37330 IFS=$as_save_IFS
37331 test -z "$as_dir" && as_dir=.
37332 for ac_exec_ext in '' $ac_executable_extensions; do
37333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
37334 ac_cv_prog_REZ="Rez"
37335 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37336 break 2
37337 fi
37338 done
37339 done
37340 IFS=$as_save_IFS
37341
37342 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
37343 fi
37344 fi
37345 REZ=$ac_cv_prog_REZ
37346 if test -n "$REZ"; then
37347 { echo "$as_me:$LINENO: result: $REZ" >&5
37348 echo "${ECHO_T}$REZ" >&6; }
37349 else
37350 { echo "$as_me:$LINENO: result: no" >&5
37351 echo "${ECHO_T}no" >&6; }
37352 fi
37353
37354
37355 # Extract the first word of "DeRez", so it can be a program name with args.
37356 set dummy DeRez; ac_word=$2
37357 { echo "$as_me:$LINENO: checking for $ac_word" >&5
37358 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
37359 if test "${ac_cv_prog_DEREZ+set}" = set; then
37360 echo $ECHO_N "(cached) $ECHO_C" >&6
37361 else
37362 if test -n "$DEREZ"; then
37363 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
37364 else
37365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37366 for as_dir in $PATH
37367 do
37368 IFS=$as_save_IFS
37369 test -z "$as_dir" && as_dir=.
37370 for ac_exec_ext in '' $ac_executable_extensions; do
37371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
37372 ac_cv_prog_DEREZ="DeRez"
37373 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37374 break 2
37375 fi
37376 done
37377 done
37378 IFS=$as_save_IFS
37379
37380 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
37381 fi
37382 fi
37383 DEREZ=$ac_cv_prog_DEREZ
37384 if test -n "$DEREZ"; then
37385 { echo "$as_me:$LINENO: result: $DEREZ" >&5
37386 echo "${ECHO_T}$DEREZ" >&6; }
37387 else
37388 { echo "$as_me:$LINENO: result: no" >&5
37389 echo "${ECHO_T}no" >&6; }
37390 fi
37391
37392
37393 # Extract the first word of "SetFile", so it can be a program name with args.
37394 set dummy SetFile; ac_word=$2
37395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
37396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
37397 if test "${ac_cv_prog_SETFILE+set}" = set; then
37398 echo $ECHO_N "(cached) $ECHO_C" >&6
37399 else
37400 if test -n "$SETFILE"; then
37401 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
37402 else
37403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37404 for as_dir in $PATH
37405 do
37406 IFS=$as_save_IFS
37407 test -z "$as_dir" && as_dir=.
37408 for ac_exec_ext in '' $ac_executable_extensions; do
37409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
37410 ac_cv_prog_SETFILE="SetFile"
37411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37412 break 2
37413 fi
37414 done
37415 done
37416 IFS=$as_save_IFS
37417
37418 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
37419 fi
37420 fi
37421 SETFILE=$ac_cv_prog_SETFILE
37422 if test -n "$SETFILE"; then
37423 { echo "$as_me:$LINENO: result: $SETFILE" >&5
37424 echo "${ECHO_T}$SETFILE" >&6; }
37425 else
37426 { echo "$as_me:$LINENO: result: no" >&5
37427 echo "${ECHO_T}no" >&6; }
37428 fi
37429
37430
37431
37432 MACSETFILE="\$(SETFILE)"
37433
37434 if test "$wxUSE_MAC" = 1; then
37435 POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
37436 RESCOMP="$REZ"
37437 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
37438 else
37439 POSTLINK_COMMAND="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
37440 RESCOMP="cat /dev/null \| $REZ"
37441 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
37442 fi
37443
37444 else
37445 MACSETFILE="@true"
37446
37447 if test "$wxUSE_PM" = 1; then
37448 RESCOMP="emxbind"
37449 WXCONFIG_RESFLAGS="-ep"
37450
37451 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
37452 else
37453 POSTLINK_COMMAND="@true"
37454 fi
37455
37456 fi
37457
37458
37459
37460 { echo "$as_me:$LINENO: checking for mode_t" >&5
37461 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
37462 if test "${ac_cv_type_mode_t+set}" = set; then
37463 echo $ECHO_N "(cached) $ECHO_C" >&6
37464 else
37465 cat >conftest.$ac_ext <<_ACEOF
37466 /* confdefs.h. */
37467 _ACEOF
37468 cat confdefs.h >>conftest.$ac_ext
37469 cat >>conftest.$ac_ext <<_ACEOF
37470 /* end confdefs.h. */
37471 $ac_includes_default
37472 typedef mode_t ac__type_new_;
37473 int
37474 main ()
37475 {
37476 if ((ac__type_new_ *) 0)
37477 return 0;
37478 if (sizeof (ac__type_new_))
37479 return 0;
37480 ;
37481 return 0;
37482 }
37483 _ACEOF
37484 rm -f conftest.$ac_objext
37485 if { (ac_try="$ac_compile"
37486 case "(($ac_try" in
37487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37488 *) ac_try_echo=$ac_try;;
37489 esac
37490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37491 (eval "$ac_compile") 2>conftest.er1
37492 ac_status=$?
37493 grep -v '^ *+' conftest.er1 >conftest.err
37494 rm -f conftest.er1
37495 cat conftest.err >&5
37496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37497 (exit $ac_status); } && {
37498 test -z "$ac_c_werror_flag" ||
37499 test ! -s conftest.err
37500 } && test -s conftest.$ac_objext; then
37501 ac_cv_type_mode_t=yes
37502 else
37503 echo "$as_me: failed program was:" >&5
37504 sed 's/^/| /' conftest.$ac_ext >&5
37505
37506 ac_cv_type_mode_t=no
37507 fi
37508
37509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37510 fi
37511 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
37512 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
37513 if test $ac_cv_type_mode_t = yes; then
37514 :
37515 else
37516
37517 cat >>confdefs.h <<_ACEOF
37518 #define mode_t int
37519 _ACEOF
37520
37521 fi
37522
37523 { echo "$as_me:$LINENO: checking for off_t" >&5
37524 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
37525 if test "${ac_cv_type_off_t+set}" = set; then
37526 echo $ECHO_N "(cached) $ECHO_C" >&6
37527 else
37528 cat >conftest.$ac_ext <<_ACEOF
37529 /* confdefs.h. */
37530 _ACEOF
37531 cat confdefs.h >>conftest.$ac_ext
37532 cat >>conftest.$ac_ext <<_ACEOF
37533 /* end confdefs.h. */
37534 $ac_includes_default
37535 typedef off_t ac__type_new_;
37536 int
37537 main ()
37538 {
37539 if ((ac__type_new_ *) 0)
37540 return 0;
37541 if (sizeof (ac__type_new_))
37542 return 0;
37543 ;
37544 return 0;
37545 }
37546 _ACEOF
37547 rm -f conftest.$ac_objext
37548 if { (ac_try="$ac_compile"
37549 case "(($ac_try" in
37550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37551 *) ac_try_echo=$ac_try;;
37552 esac
37553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37554 (eval "$ac_compile") 2>conftest.er1
37555 ac_status=$?
37556 grep -v '^ *+' conftest.er1 >conftest.err
37557 rm -f conftest.er1
37558 cat conftest.err >&5
37559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37560 (exit $ac_status); } && {
37561 test -z "$ac_c_werror_flag" ||
37562 test ! -s conftest.err
37563 } && test -s conftest.$ac_objext; then
37564 ac_cv_type_off_t=yes
37565 else
37566 echo "$as_me: failed program was:" >&5
37567 sed 's/^/| /' conftest.$ac_ext >&5
37568
37569 ac_cv_type_off_t=no
37570 fi
37571
37572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37573 fi
37574 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
37575 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
37576 if test $ac_cv_type_off_t = yes; then
37577 :
37578 else
37579
37580 cat >>confdefs.h <<_ACEOF
37581 #define off_t long int
37582 _ACEOF
37583
37584 fi
37585
37586 { echo "$as_me:$LINENO: checking for pid_t" >&5
37587 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
37588 if test "${ac_cv_type_pid_t+set}" = set; then
37589 echo $ECHO_N "(cached) $ECHO_C" >&6
37590 else
37591 cat >conftest.$ac_ext <<_ACEOF
37592 /* confdefs.h. */
37593 _ACEOF
37594 cat confdefs.h >>conftest.$ac_ext
37595 cat >>conftest.$ac_ext <<_ACEOF
37596 /* end confdefs.h. */
37597 $ac_includes_default
37598 typedef pid_t ac__type_new_;
37599 int
37600 main ()
37601 {
37602 if ((ac__type_new_ *) 0)
37603 return 0;
37604 if (sizeof (ac__type_new_))
37605 return 0;
37606 ;
37607 return 0;
37608 }
37609 _ACEOF
37610 rm -f conftest.$ac_objext
37611 if { (ac_try="$ac_compile"
37612 case "(($ac_try" in
37613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37614 *) ac_try_echo=$ac_try;;
37615 esac
37616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37617 (eval "$ac_compile") 2>conftest.er1
37618 ac_status=$?
37619 grep -v '^ *+' conftest.er1 >conftest.err
37620 rm -f conftest.er1
37621 cat conftest.err >&5
37622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37623 (exit $ac_status); } && {
37624 test -z "$ac_c_werror_flag" ||
37625 test ! -s conftest.err
37626 } && test -s conftest.$ac_objext; then
37627 ac_cv_type_pid_t=yes
37628 else
37629 echo "$as_me: failed program was:" >&5
37630 sed 's/^/| /' conftest.$ac_ext >&5
37631
37632 ac_cv_type_pid_t=no
37633 fi
37634
37635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37636 fi
37637 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
37638 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
37639 if test $ac_cv_type_pid_t = yes; then
37640 :
37641 else
37642
37643 cat >>confdefs.h <<_ACEOF
37644 #define pid_t int
37645 _ACEOF
37646
37647 fi
37648
37649 { echo "$as_me:$LINENO: checking for size_t" >&5
37650 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
37651 if test "${ac_cv_type_size_t+set}" = set; then
37652 echo $ECHO_N "(cached) $ECHO_C" >&6
37653 else
37654 cat >conftest.$ac_ext <<_ACEOF
37655 /* confdefs.h. */
37656 _ACEOF
37657 cat confdefs.h >>conftest.$ac_ext
37658 cat >>conftest.$ac_ext <<_ACEOF
37659 /* end confdefs.h. */
37660 $ac_includes_default
37661 typedef size_t ac__type_new_;
37662 int
37663 main ()
37664 {
37665 if ((ac__type_new_ *) 0)
37666 return 0;
37667 if (sizeof (ac__type_new_))
37668 return 0;
37669 ;
37670 return 0;
37671 }
37672 _ACEOF
37673 rm -f conftest.$ac_objext
37674 if { (ac_try="$ac_compile"
37675 case "(($ac_try" in
37676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37677 *) ac_try_echo=$ac_try;;
37678 esac
37679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37680 (eval "$ac_compile") 2>conftest.er1
37681 ac_status=$?
37682 grep -v '^ *+' conftest.er1 >conftest.err
37683 rm -f conftest.er1
37684 cat conftest.err >&5
37685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37686 (exit $ac_status); } && {
37687 test -z "$ac_c_werror_flag" ||
37688 test ! -s conftest.err
37689 } && test -s conftest.$ac_objext; then
37690 ac_cv_type_size_t=yes
37691 else
37692 echo "$as_me: failed program was:" >&5
37693 sed 's/^/| /' conftest.$ac_ext >&5
37694
37695 ac_cv_type_size_t=no
37696 fi
37697
37698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37699 fi
37700 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
37701 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
37702 if test $ac_cv_type_size_t = yes; then
37703 :
37704 else
37705
37706 cat >>confdefs.h <<_ACEOF
37707 #define size_t unsigned int
37708 _ACEOF
37709
37710 fi
37711
37712 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
37713 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
37714 if test "${ac_cv_type_uid_t+set}" = set; then
37715 echo $ECHO_N "(cached) $ECHO_C" >&6
37716 else
37717 cat >conftest.$ac_ext <<_ACEOF
37718 /* confdefs.h. */
37719 _ACEOF
37720 cat confdefs.h >>conftest.$ac_ext
37721 cat >>conftest.$ac_ext <<_ACEOF
37722 /* end confdefs.h. */
37723 #include <sys/types.h>
37724
37725 _ACEOF
37726 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
37727 $EGREP "uid_t" >/dev/null 2>&1; then
37728 ac_cv_type_uid_t=yes
37729 else
37730 ac_cv_type_uid_t=no
37731 fi
37732 rm -f conftest*
37733
37734 fi
37735 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
37736 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
37737 if test $ac_cv_type_uid_t = no; then
37738
37739 cat >>confdefs.h <<\_ACEOF
37740 #define uid_t int
37741 _ACEOF
37742
37743
37744 cat >>confdefs.h <<\_ACEOF
37745 #define gid_t int
37746 _ACEOF
37747
37748 fi
37749
37750
37751 { echo "$as_me:$LINENO: checking for ssize_t" >&5
37752 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
37753 if test "${ac_cv_type_ssize_t+set}" = set; then
37754 echo $ECHO_N "(cached) $ECHO_C" >&6
37755 else
37756 cat >conftest.$ac_ext <<_ACEOF
37757 /* confdefs.h. */
37758 _ACEOF
37759 cat confdefs.h >>conftest.$ac_ext
37760 cat >>conftest.$ac_ext <<_ACEOF
37761 /* end confdefs.h. */
37762 $ac_includes_default
37763 typedef ssize_t ac__type_new_;
37764 int
37765 main ()
37766 {
37767 if ((ac__type_new_ *) 0)
37768 return 0;
37769 if (sizeof (ac__type_new_))
37770 return 0;
37771 ;
37772 return 0;
37773 }
37774 _ACEOF
37775 rm -f conftest.$ac_objext
37776 if { (ac_try="$ac_compile"
37777 case "(($ac_try" in
37778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37779 *) ac_try_echo=$ac_try;;
37780 esac
37781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37782 (eval "$ac_compile") 2>conftest.er1
37783 ac_status=$?
37784 grep -v '^ *+' conftest.er1 >conftest.err
37785 rm -f conftest.er1
37786 cat conftest.err >&5
37787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37788 (exit $ac_status); } && {
37789 test -z "$ac_c_werror_flag" ||
37790 test ! -s conftest.err
37791 } && test -s conftest.$ac_objext; then
37792 ac_cv_type_ssize_t=yes
37793 else
37794 echo "$as_me: failed program was:" >&5
37795 sed 's/^/| /' conftest.$ac_ext >&5
37796
37797 ac_cv_type_ssize_t=no
37798 fi
37799
37800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37801 fi
37802 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
37803 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
37804 if test $ac_cv_type_ssize_t = yes; then
37805
37806 cat >>confdefs.h <<_ACEOF
37807 #define HAVE_SSIZE_T 1
37808 _ACEOF
37809
37810
37811 fi
37812
37813
37814 ac_ext=cpp
37815 ac_cpp='$CXXCPP $CPPFLAGS'
37816 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37817 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37818 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37819 { echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
37820 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6; }
37821 if test "${wx_cv_size_t_is_uint+set}" = set; then
37822 echo $ECHO_N "(cached) $ECHO_C" >&6
37823 else
37824
37825 cat >conftest.$ac_ext <<_ACEOF
37826 /* confdefs.h. */
37827 _ACEOF
37828 cat confdefs.h >>conftest.$ac_ext
37829 cat >>conftest.$ac_ext <<_ACEOF
37830 /* end confdefs.h. */
37831 #include <stddef.h>
37832 int
37833 main ()
37834 {
37835
37836 return 0; }
37837
37838 struct Foo { void foo(size_t); void foo(unsigned int); };
37839
37840 int bar() {
37841
37842 ;
37843 return 0;
37844 }
37845 _ACEOF
37846 rm -f conftest.$ac_objext
37847 if { (ac_try="$ac_compile"
37848 case "(($ac_try" in
37849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37850 *) ac_try_echo=$ac_try;;
37851 esac
37852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37853 (eval "$ac_compile") 2>conftest.er1
37854 ac_status=$?
37855 grep -v '^ *+' conftest.er1 >conftest.err
37856 rm -f conftest.er1
37857 cat conftest.err >&5
37858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37859 (exit $ac_status); } && {
37860 test -z "$ac_cxx_werror_flag" ||
37861 test ! -s conftest.err
37862 } && test -s conftest.$ac_objext; then
37863 wx_cv_size_t_is_uint=no
37864 else
37865 echo "$as_me: failed program was:" >&5
37866 sed 's/^/| /' conftest.$ac_ext >&5
37867
37868 wx_cv_size_t_is_uint=yes
37869
37870 fi
37871
37872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37873
37874
37875 fi
37876 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
37877 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6; }
37878
37879 if test "$wx_cv_size_t_is_uint" = "yes"; then
37880 cat >>confdefs.h <<\_ACEOF
37881 #define wxSIZE_T_IS_UINT 1
37882 _ACEOF
37883
37884 else
37885 { echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
37886 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6; }
37887 if test "${wx_cv_size_t_is_ulong+set}" = set; then
37888 echo $ECHO_N "(cached) $ECHO_C" >&6
37889 else
37890 cat >conftest.$ac_ext <<_ACEOF
37891 /* confdefs.h. */
37892 _ACEOF
37893 cat confdefs.h >>conftest.$ac_ext
37894 cat >>conftest.$ac_ext <<_ACEOF
37895 /* end confdefs.h. */
37896 #include <stddef.h>
37897 int
37898 main ()
37899 {
37900
37901 return 0; }
37902
37903 struct Foo { void foo(size_t); void foo(unsigned long); };
37904
37905 int bar() {
37906
37907 ;
37908 return 0;
37909 }
37910 _ACEOF
37911 rm -f conftest.$ac_objext
37912 if { (ac_try="$ac_compile"
37913 case "(($ac_try" in
37914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37915 *) ac_try_echo=$ac_try;;
37916 esac
37917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37918 (eval "$ac_compile") 2>conftest.er1
37919 ac_status=$?
37920 grep -v '^ *+' conftest.er1 >conftest.err
37921 rm -f conftest.er1
37922 cat conftest.err >&5
37923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37924 (exit $ac_status); } && {
37925 test -z "$ac_cxx_werror_flag" ||
37926 test ! -s conftest.err
37927 } && test -s conftest.$ac_objext; then
37928 wx_cv_size_t_is_ulong=no
37929 else
37930 echo "$as_me: failed program was:" >&5
37931 sed 's/^/| /' conftest.$ac_ext >&5
37932
37933 wx_cv_size_t_is_ulong=yes
37934
37935 fi
37936
37937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37938
37939 fi
37940 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
37941 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6; }
37942
37943 if test "$wx_cv_size_t_is_ulong" = "yes"; then
37944 cat >>confdefs.h <<\_ACEOF
37945 #define wxSIZE_T_IS_ULONG 1
37946 _ACEOF
37947
37948 fi
37949 fi
37950
37951 { echo "$as_me:$LINENO: checking if wchar_t is separate type" >&5
37952 echo $ECHO_N "checking if wchar_t is separate type... $ECHO_C" >&6; }
37953 if test "${wx_cv_wchar_t_is_separate_type+set}" = set; then
37954 echo $ECHO_N "(cached) $ECHO_C" >&6
37955 else
37956 cat >conftest.$ac_ext <<_ACEOF
37957 /* confdefs.h. */
37958 _ACEOF
37959 cat confdefs.h >>conftest.$ac_ext
37960 cat >>conftest.$ac_ext <<_ACEOF
37961 /* end confdefs.h. */
37962 #include <wchar.h>
37963 int
37964 main ()
37965 {
37966
37967 return 0; }
37968
37969 struct Foo { void foo(wchar_t);
37970 void foo(unsigned short);
37971 void foo(unsigned int);
37972 void foo(unsigned long); };
37973
37974 int bar() {
37975
37976 ;
37977 return 0;
37978 }
37979 _ACEOF
37980 rm -f conftest.$ac_objext
37981 if { (ac_try="$ac_compile"
37982 case "(($ac_try" in
37983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37984 *) ac_try_echo=$ac_try;;
37985 esac
37986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37987 (eval "$ac_compile") 2>conftest.er1
37988 ac_status=$?
37989 grep -v '^ *+' conftest.er1 >conftest.err
37990 rm -f conftest.er1
37991 cat conftest.err >&5
37992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37993 (exit $ac_status); } && {
37994 test -z "$ac_cxx_werror_flag" ||
37995 test ! -s conftest.err
37996 } && test -s conftest.$ac_objext; then
37997 wx_cv_wchar_t_is_separate_type=yes
37998 else
37999 echo "$as_me: failed program was:" >&5
38000 sed 's/^/| /' conftest.$ac_ext >&5
38001
38002 wx_cv_wchar_t_is_separate_type=no
38003
38004 fi
38005
38006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38007
38008 fi
38009 { echo "$as_me:$LINENO: result: $wx_cv_wchar_t_is_separate_type" >&5
38010 echo "${ECHO_T}$wx_cv_wchar_t_is_separate_type" >&6; }
38011
38012 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
38013 cat >>confdefs.h <<\_ACEOF
38014 #define wxWCHAR_T_IS_REAL_TYPE 1
38015 _ACEOF
38016
38017 else
38018 cat >>confdefs.h <<\_ACEOF
38019 #define wxWCHAR_T_IS_REAL_TYPE 0
38020 _ACEOF
38021
38022 fi
38023
38024 ac_ext=c
38025 ac_cpp='$CPP $CPPFLAGS'
38026 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38027 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38028 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38029
38030
38031 { echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
38032 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6; }
38033 if test "${wx_cv_struct_pw_gecos+set}" = set; then
38034 echo $ECHO_N "(cached) $ECHO_C" >&6
38035 else
38036
38037 cat >conftest.$ac_ext <<_ACEOF
38038 /* confdefs.h. */
38039 _ACEOF
38040 cat confdefs.h >>conftest.$ac_ext
38041 cat >>conftest.$ac_ext <<_ACEOF
38042 /* end confdefs.h. */
38043 #include <pwd.h>
38044 int
38045 main ()
38046 {
38047
38048 char *p;
38049 struct passwd *pw;
38050 p = pw->pw_gecos;
38051
38052 ;
38053 return 0;
38054 }
38055 _ACEOF
38056 rm -f conftest.$ac_objext
38057 if { (ac_try="$ac_compile"
38058 case "(($ac_try" in
38059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38060 *) ac_try_echo=$ac_try;;
38061 esac
38062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38063 (eval "$ac_compile") 2>conftest.er1
38064 ac_status=$?
38065 grep -v '^ *+' conftest.er1 >conftest.err
38066 rm -f conftest.er1
38067 cat conftest.err >&5
38068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38069 (exit $ac_status); } && {
38070 test -z "$ac_c_werror_flag" ||
38071 test ! -s conftest.err
38072 } && test -s conftest.$ac_objext; then
38073
38074 wx_cv_struct_pw_gecos=yes
38075
38076 else
38077 echo "$as_me: failed program was:" >&5
38078 sed 's/^/| /' conftest.$ac_ext >&5
38079
38080
38081 wx_cv_struct_pw_gecos=no
38082
38083
38084 fi
38085
38086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38087
38088
38089 fi
38090 { echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
38091 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6; }
38092
38093 if test "$wx_cv_struct_pw_gecos" = "yes"; then
38094 cat >>confdefs.h <<\_ACEOF
38095 #define HAVE_PW_GECOS 1
38096 _ACEOF
38097
38098 fi
38099
38100
38101 if test "$wxUSE_WCHAR_T" = "yes"; then
38102 cat >>confdefs.h <<\_ACEOF
38103 #define wxUSE_WCHAR_T 1
38104 _ACEOF
38105
38106
38107 WCSLEN_FOUND=0
38108 WCHAR_LINK=
38109
38110 for ac_func in wcslen
38111 do
38112 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38113 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38114 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38115 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38116 echo $ECHO_N "(cached) $ECHO_C" >&6
38117 else
38118 cat >conftest.$ac_ext <<_ACEOF
38119 /* confdefs.h. */
38120 _ACEOF
38121 cat confdefs.h >>conftest.$ac_ext
38122 cat >>conftest.$ac_ext <<_ACEOF
38123 /* end confdefs.h. */
38124 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38125 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38126 #define $ac_func innocuous_$ac_func
38127
38128 /* System header to define __stub macros and hopefully few prototypes,
38129 which can conflict with char $ac_func (); below.
38130 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38131 <limits.h> exists even on freestanding compilers. */
38132
38133 #ifdef __STDC__
38134 # include <limits.h>
38135 #else
38136 # include <assert.h>
38137 #endif
38138
38139 #undef $ac_func
38140
38141 /* Override any GCC internal prototype to avoid an error.
38142 Use char because int might match the return type of a GCC
38143 builtin and then its argument prototype would still apply. */
38144 #ifdef __cplusplus
38145 extern "C"
38146 #endif
38147 char $ac_func ();
38148 /* The GNU C library defines this for functions which it implements
38149 to always fail with ENOSYS. Some functions are actually named
38150 something starting with __ and the normal name is an alias. */
38151 #if defined __stub_$ac_func || defined __stub___$ac_func
38152 choke me
38153 #endif
38154
38155 int
38156 main ()
38157 {
38158 return $ac_func ();
38159 ;
38160 return 0;
38161 }
38162 _ACEOF
38163 rm -f conftest.$ac_objext conftest$ac_exeext
38164 if { (ac_try="$ac_link"
38165 case "(($ac_try" in
38166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38167 *) ac_try_echo=$ac_try;;
38168 esac
38169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38170 (eval "$ac_link") 2>conftest.er1
38171 ac_status=$?
38172 grep -v '^ *+' conftest.er1 >conftest.err
38173 rm -f conftest.er1
38174 cat conftest.err >&5
38175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38176 (exit $ac_status); } && {
38177 test -z "$ac_c_werror_flag" ||
38178 test ! -s conftest.err
38179 } && test -s conftest$ac_exeext &&
38180 $as_test_x conftest$ac_exeext; then
38181 eval "$as_ac_var=yes"
38182 else
38183 echo "$as_me: failed program was:" >&5
38184 sed 's/^/| /' conftest.$ac_ext >&5
38185
38186 eval "$as_ac_var=no"
38187 fi
38188
38189 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38190 conftest$ac_exeext conftest.$ac_ext
38191 fi
38192 ac_res=`eval echo '${'$as_ac_var'}'`
38193 { echo "$as_me:$LINENO: result: $ac_res" >&5
38194 echo "${ECHO_T}$ac_res" >&6; }
38195 if test `eval echo '${'$as_ac_var'}'` = yes; then
38196 cat >>confdefs.h <<_ACEOF
38197 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38198 _ACEOF
38199 WCSLEN_FOUND=1
38200 fi
38201 done
38202
38203
38204 if test "$WCSLEN_FOUND" = 0; then
38205 if test "$TOOLKIT" = "MSW"; then
38206 { echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
38207 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6; }
38208 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
38209 echo $ECHO_N "(cached) $ECHO_C" >&6
38210 else
38211 ac_check_lib_save_LIBS=$LIBS
38212 LIBS="-lmsvcrt $LIBS"
38213 cat >conftest.$ac_ext <<_ACEOF
38214 /* confdefs.h. */
38215 _ACEOF
38216 cat confdefs.h >>conftest.$ac_ext
38217 cat >>conftest.$ac_ext <<_ACEOF
38218 /* end confdefs.h. */
38219
38220 /* Override any GCC internal prototype to avoid an error.
38221 Use char because int might match the return type of a GCC
38222 builtin and then its argument prototype would still apply. */
38223 #ifdef __cplusplus
38224 extern "C"
38225 #endif
38226 char wcslen ();
38227 int
38228 main ()
38229 {
38230 return wcslen ();
38231 ;
38232 return 0;
38233 }
38234 _ACEOF
38235 rm -f conftest.$ac_objext conftest$ac_exeext
38236 if { (ac_try="$ac_link"
38237 case "(($ac_try" in
38238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38239 *) ac_try_echo=$ac_try;;
38240 esac
38241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38242 (eval "$ac_link") 2>conftest.er1
38243 ac_status=$?
38244 grep -v '^ *+' conftest.er1 >conftest.err
38245 rm -f conftest.er1
38246 cat conftest.err >&5
38247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38248 (exit $ac_status); } && {
38249 test -z "$ac_c_werror_flag" ||
38250 test ! -s conftest.err
38251 } && test -s conftest$ac_exeext &&
38252 $as_test_x conftest$ac_exeext; then
38253 ac_cv_lib_msvcrt_wcslen=yes
38254 else
38255 echo "$as_me: failed program was:" >&5
38256 sed 's/^/| /' conftest.$ac_ext >&5
38257
38258 ac_cv_lib_msvcrt_wcslen=no
38259 fi
38260
38261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38262 conftest$ac_exeext conftest.$ac_ext
38263 LIBS=$ac_check_lib_save_LIBS
38264 fi
38265 { echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
38266 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6; }
38267 if test $ac_cv_lib_msvcrt_wcslen = yes; then
38268 WCHAR_OK=1
38269 fi
38270
38271 else
38272 { echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
38273 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6; }
38274 if test "${ac_cv_lib_w_wcslen+set}" = set; then
38275 echo $ECHO_N "(cached) $ECHO_C" >&6
38276 else
38277 ac_check_lib_save_LIBS=$LIBS
38278 LIBS="-lw $LIBS"
38279 cat >conftest.$ac_ext <<_ACEOF
38280 /* confdefs.h. */
38281 _ACEOF
38282 cat confdefs.h >>conftest.$ac_ext
38283 cat >>conftest.$ac_ext <<_ACEOF
38284 /* end confdefs.h. */
38285
38286 /* Override any GCC internal prototype to avoid an error.
38287 Use char because int might match the return type of a GCC
38288 builtin and then its argument prototype would still apply. */
38289 #ifdef __cplusplus
38290 extern "C"
38291 #endif
38292 char wcslen ();
38293 int
38294 main ()
38295 {
38296 return wcslen ();
38297 ;
38298 return 0;
38299 }
38300 _ACEOF
38301 rm -f conftest.$ac_objext conftest$ac_exeext
38302 if { (ac_try="$ac_link"
38303 case "(($ac_try" in
38304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38305 *) ac_try_echo=$ac_try;;
38306 esac
38307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38308 (eval "$ac_link") 2>conftest.er1
38309 ac_status=$?
38310 grep -v '^ *+' conftest.er1 >conftest.err
38311 rm -f conftest.er1
38312 cat conftest.err >&5
38313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38314 (exit $ac_status); } && {
38315 test -z "$ac_c_werror_flag" ||
38316 test ! -s conftest.err
38317 } && test -s conftest$ac_exeext &&
38318 $as_test_x conftest$ac_exeext; then
38319 ac_cv_lib_w_wcslen=yes
38320 else
38321 echo "$as_me: failed program was:" >&5
38322 sed 's/^/| /' conftest.$ac_ext >&5
38323
38324 ac_cv_lib_w_wcslen=no
38325 fi
38326
38327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38328 conftest$ac_exeext conftest.$ac_ext
38329 LIBS=$ac_check_lib_save_LIBS
38330 fi
38331 { echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
38332 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6; }
38333 if test $ac_cv_lib_w_wcslen = yes; then
38334
38335 WCHAR_LINK=" -lw"
38336 WCSLEN_FOUND=1
38337
38338 fi
38339
38340 fi
38341 fi
38342
38343 if test "$WCSLEN_FOUND" = 1; then
38344 cat >>confdefs.h <<\_ACEOF
38345 #define HAVE_WCSLEN 1
38346 _ACEOF
38347
38348 fi
38349
38350
38351 for ac_func in wcsdup
38352 do
38353 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38354 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38355 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38356 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38357 echo $ECHO_N "(cached) $ECHO_C" >&6
38358 else
38359 cat >conftest.$ac_ext <<_ACEOF
38360 /* confdefs.h. */
38361 _ACEOF
38362 cat confdefs.h >>conftest.$ac_ext
38363 cat >>conftest.$ac_ext <<_ACEOF
38364 /* end confdefs.h. */
38365 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38366 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38367 #define $ac_func innocuous_$ac_func
38368
38369 /* System header to define __stub macros and hopefully few prototypes,
38370 which can conflict with char $ac_func (); below.
38371 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38372 <limits.h> exists even on freestanding compilers. */
38373
38374 #ifdef __STDC__
38375 # include <limits.h>
38376 #else
38377 # include <assert.h>
38378 #endif
38379
38380 #undef $ac_func
38381
38382 /* Override any GCC internal prototype to avoid an error.
38383 Use char because int might match the return type of a GCC
38384 builtin and then its argument prototype would still apply. */
38385 #ifdef __cplusplus
38386 extern "C"
38387 #endif
38388 char $ac_func ();
38389 /* The GNU C library defines this for functions which it implements
38390 to always fail with ENOSYS. Some functions are actually named
38391 something starting with __ and the normal name is an alias. */
38392 #if defined __stub_$ac_func || defined __stub___$ac_func
38393 choke me
38394 #endif
38395
38396 int
38397 main ()
38398 {
38399 return $ac_func ();
38400 ;
38401 return 0;
38402 }
38403 _ACEOF
38404 rm -f conftest.$ac_objext conftest$ac_exeext
38405 if { (ac_try="$ac_link"
38406 case "(($ac_try" in
38407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38408 *) ac_try_echo=$ac_try;;
38409 esac
38410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38411 (eval "$ac_link") 2>conftest.er1
38412 ac_status=$?
38413 grep -v '^ *+' conftest.er1 >conftest.err
38414 rm -f conftest.er1
38415 cat conftest.err >&5
38416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38417 (exit $ac_status); } && {
38418 test -z "$ac_c_werror_flag" ||
38419 test ! -s conftest.err
38420 } && test -s conftest$ac_exeext &&
38421 $as_test_x conftest$ac_exeext; then
38422 eval "$as_ac_var=yes"
38423 else
38424 echo "$as_me: failed program was:" >&5
38425 sed 's/^/| /' conftest.$ac_ext >&5
38426
38427 eval "$as_ac_var=no"
38428 fi
38429
38430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38431 conftest$ac_exeext conftest.$ac_ext
38432 fi
38433 ac_res=`eval echo '${'$as_ac_var'}'`
38434 { echo "$as_me:$LINENO: result: $ac_res" >&5
38435 echo "${ECHO_T}$ac_res" >&6; }
38436 if test `eval echo '${'$as_ac_var'}'` = yes; then
38437 cat >>confdefs.h <<_ACEOF
38438 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38439 _ACEOF
38440
38441 fi
38442 done
38443
38444
38445 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
38446 CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
38447 fi
38448
38449 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
38450 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
38451 if test "${ac_cv_type_mbstate_t+set}" = set; then
38452 echo $ECHO_N "(cached) $ECHO_C" >&6
38453 else
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 #include <wchar.h>
38461
38462 typedef mbstate_t ac__type_new_;
38463 int
38464 main ()
38465 {
38466 if ((ac__type_new_ *) 0)
38467 return 0;
38468 if (sizeof (ac__type_new_))
38469 return 0;
38470 ;
38471 return 0;
38472 }
38473 _ACEOF
38474 rm -f conftest.$ac_objext
38475 if { (ac_try="$ac_compile"
38476 case "(($ac_try" in
38477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38478 *) ac_try_echo=$ac_try;;
38479 esac
38480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38481 (eval "$ac_compile") 2>conftest.er1
38482 ac_status=$?
38483 grep -v '^ *+' conftest.er1 >conftest.err
38484 rm -f conftest.er1
38485 cat conftest.err >&5
38486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38487 (exit $ac_status); } && {
38488 test -z "$ac_c_werror_flag" ||
38489 test ! -s conftest.err
38490 } && test -s conftest.$ac_objext; then
38491 ac_cv_type_mbstate_t=yes
38492 else
38493 echo "$as_me: failed program was:" >&5
38494 sed 's/^/| /' conftest.$ac_ext >&5
38495
38496 ac_cv_type_mbstate_t=no
38497 fi
38498
38499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38500 fi
38501 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
38502 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
38503 if test $ac_cv_type_mbstate_t = yes; then
38504
38505 cat >>confdefs.h <<_ACEOF
38506 #define HAVE_MBSTATE_T 1
38507 _ACEOF
38508
38509
38510 for ac_func in wcsrtombs
38511 do
38512 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38513 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38514 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38515 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38516 echo $ECHO_N "(cached) $ECHO_C" >&6
38517 else
38518 cat >conftest.$ac_ext <<_ACEOF
38519 /* confdefs.h. */
38520 _ACEOF
38521 cat confdefs.h >>conftest.$ac_ext
38522 cat >>conftest.$ac_ext <<_ACEOF
38523 /* end confdefs.h. */
38524 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38525 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38526 #define $ac_func innocuous_$ac_func
38527
38528 /* System header to define __stub macros and hopefully few prototypes,
38529 which can conflict with char $ac_func (); below.
38530 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38531 <limits.h> exists even on freestanding compilers. */
38532
38533 #ifdef __STDC__
38534 # include <limits.h>
38535 #else
38536 # include <assert.h>
38537 #endif
38538
38539 #undef $ac_func
38540
38541 /* Override any GCC internal prototype to avoid an error.
38542 Use char because int might match the return type of a GCC
38543 builtin and then its argument prototype would still apply. */
38544 #ifdef __cplusplus
38545 extern "C"
38546 #endif
38547 char $ac_func ();
38548 /* The GNU C library defines this for functions which it implements
38549 to always fail with ENOSYS. Some functions are actually named
38550 something starting with __ and the normal name is an alias. */
38551 #if defined __stub_$ac_func || defined __stub___$ac_func
38552 choke me
38553 #endif
38554
38555 int
38556 main ()
38557 {
38558 return $ac_func ();
38559 ;
38560 return 0;
38561 }
38562 _ACEOF
38563 rm -f conftest.$ac_objext conftest$ac_exeext
38564 if { (ac_try="$ac_link"
38565 case "(($ac_try" in
38566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38567 *) ac_try_echo=$ac_try;;
38568 esac
38569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38570 (eval "$ac_link") 2>conftest.er1
38571 ac_status=$?
38572 grep -v '^ *+' conftest.er1 >conftest.err
38573 rm -f conftest.er1
38574 cat conftest.err >&5
38575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38576 (exit $ac_status); } && {
38577 test -z "$ac_c_werror_flag" ||
38578 test ! -s conftest.err
38579 } && test -s conftest$ac_exeext &&
38580 $as_test_x conftest$ac_exeext; then
38581 eval "$as_ac_var=yes"
38582 else
38583 echo "$as_me: failed program was:" >&5
38584 sed 's/^/| /' conftest.$ac_ext >&5
38585
38586 eval "$as_ac_var=no"
38587 fi
38588
38589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38590 conftest$ac_exeext conftest.$ac_ext
38591 fi
38592 ac_res=`eval echo '${'$as_ac_var'}'`
38593 { echo "$as_me:$LINENO: result: $ac_res" >&5
38594 echo "${ECHO_T}$ac_res" >&6; }
38595 if test `eval echo '${'$as_ac_var'}'` = yes; then
38596 cat >>confdefs.h <<_ACEOF
38597 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38598 _ACEOF
38599
38600 fi
38601 done
38602
38603 fi
38604
38605 else
38606 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
38607 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
38608 fi
38609
38610
38611
38612 for ac_func in snprintf vsnprintf
38613 do
38614 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38615 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38616 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38617 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38618 echo $ECHO_N "(cached) $ECHO_C" >&6
38619 else
38620 cat >conftest.$ac_ext <<_ACEOF
38621 /* confdefs.h. */
38622 _ACEOF
38623 cat confdefs.h >>conftest.$ac_ext
38624 cat >>conftest.$ac_ext <<_ACEOF
38625 /* end confdefs.h. */
38626 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38627 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38628 #define $ac_func innocuous_$ac_func
38629
38630 /* System header to define __stub macros and hopefully few prototypes,
38631 which can conflict with char $ac_func (); below.
38632 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38633 <limits.h> exists even on freestanding compilers. */
38634
38635 #ifdef __STDC__
38636 # include <limits.h>
38637 #else
38638 # include <assert.h>
38639 #endif
38640
38641 #undef $ac_func
38642
38643 /* Override any GCC internal prototype to avoid an error.
38644 Use char because int might match the return type of a GCC
38645 builtin and then its argument prototype would still apply. */
38646 #ifdef __cplusplus
38647 extern "C"
38648 #endif
38649 char $ac_func ();
38650 /* The GNU C library defines this for functions which it implements
38651 to always fail with ENOSYS. Some functions are actually named
38652 something starting with __ and the normal name is an alias. */
38653 #if defined __stub_$ac_func || defined __stub___$ac_func
38654 choke me
38655 #endif
38656
38657 int
38658 main ()
38659 {
38660 return $ac_func ();
38661 ;
38662 return 0;
38663 }
38664 _ACEOF
38665 rm -f conftest.$ac_objext conftest$ac_exeext
38666 if { (ac_try="$ac_link"
38667 case "(($ac_try" in
38668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38669 *) ac_try_echo=$ac_try;;
38670 esac
38671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38672 (eval "$ac_link") 2>conftest.er1
38673 ac_status=$?
38674 grep -v '^ *+' conftest.er1 >conftest.err
38675 rm -f conftest.er1
38676 cat conftest.err >&5
38677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38678 (exit $ac_status); } && {
38679 test -z "$ac_c_werror_flag" ||
38680 test ! -s conftest.err
38681 } && test -s conftest$ac_exeext &&
38682 $as_test_x conftest$ac_exeext; then
38683 eval "$as_ac_var=yes"
38684 else
38685 echo "$as_me: failed program was:" >&5
38686 sed 's/^/| /' conftest.$ac_ext >&5
38687
38688 eval "$as_ac_var=no"
38689 fi
38690
38691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38692 conftest$ac_exeext conftest.$ac_ext
38693 fi
38694 ac_res=`eval echo '${'$as_ac_var'}'`
38695 { echo "$as_me:$LINENO: result: $ac_res" >&5
38696 echo "${ECHO_T}$ac_res" >&6; }
38697 if test `eval echo '${'$as_ac_var'}'` = yes; then
38698 cat >>confdefs.h <<_ACEOF
38699 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38700 _ACEOF
38701
38702 fi
38703 done
38704
38705
38706 if test "$ac_cv_func_vsnprintf" = "yes"; then
38707 { echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
38708 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6; }
38709 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
38710 echo $ECHO_N "(cached) $ECHO_C" >&6
38711 else
38712
38713 cat >conftest.$ac_ext <<_ACEOF
38714 /* confdefs.h. */
38715 _ACEOF
38716 cat confdefs.h >>conftest.$ac_ext
38717 cat >>conftest.$ac_ext <<_ACEOF
38718 /* end confdefs.h. */
38719
38720 #include <stdio.h>
38721 #include <stdarg.h>
38722 #ifdef __MSL__
38723 #if __MSL__ >= 0x6000
38724 namespace std {}
38725 using namespace std;
38726 #endif
38727 #endif
38728
38729 int
38730 main ()
38731 {
38732
38733 char *buf;
38734 va_list ap;
38735 vsnprintf(buf, 10u, "%s", ap);
38736
38737 ;
38738 return 0;
38739 }
38740 _ACEOF
38741 rm -f conftest.$ac_objext
38742 if { (ac_try="$ac_compile"
38743 case "(($ac_try" in
38744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38745 *) ac_try_echo=$ac_try;;
38746 esac
38747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38748 (eval "$ac_compile") 2>conftest.er1
38749 ac_status=$?
38750 grep -v '^ *+' conftest.er1 >conftest.err
38751 rm -f conftest.er1
38752 cat conftest.err >&5
38753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38754 (exit $ac_status); } && {
38755 test -z "$ac_c_werror_flag" ||
38756 test ! -s conftest.err
38757 } && test -s conftest.$ac_objext; then
38758 wx_cv_func_vsnprintf_decl=yes
38759 else
38760 echo "$as_me: failed program was:" >&5
38761 sed 's/^/| /' conftest.$ac_ext >&5
38762
38763 wx_cv_func_vsnprintf_decl=no
38764
38765 fi
38766
38767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38768
38769
38770 fi
38771 { echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
38772 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6; }
38773
38774 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
38775 cat >>confdefs.h <<\_ACEOF
38776 #define HAVE_VSNPRINTF_DECL 1
38777 _ACEOF
38778
38779
38780 { echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
38781 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6; }
38782 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
38783 echo $ECHO_N "(cached) $ECHO_C" >&6
38784 else
38785
38786 cat >conftest.$ac_ext <<_ACEOF
38787 /* confdefs.h. */
38788 _ACEOF
38789 cat confdefs.h >>conftest.$ac_ext
38790 cat >>conftest.$ac_ext <<_ACEOF
38791 /* end confdefs.h. */
38792
38793 #include <stdio.h>
38794 #include <stdarg.h>
38795 #ifdef __MSL__
38796 #if __MSL__ >= 0x6000
38797 namespace std {}
38798 using namespace std;
38799 #endif
38800 #endif
38801
38802 int
38803 main ()
38804 {
38805
38806 char *buf;
38807 va_list ap;
38808 const char *fmt = "%s";
38809 vsnprintf(buf, 10u, fmt, ap);
38810
38811 ;
38812 return 0;
38813 }
38814 _ACEOF
38815 rm -f conftest.$ac_objext
38816 if { (ac_try="$ac_compile"
38817 case "(($ac_try" in
38818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38819 *) ac_try_echo=$ac_try;;
38820 esac
38821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38822 (eval "$ac_compile") 2>conftest.er1
38823 ac_status=$?
38824 grep -v '^ *+' conftest.er1 >conftest.err
38825 rm -f conftest.er1
38826 cat conftest.err >&5
38827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38828 (exit $ac_status); } && {
38829 test -z "$ac_c_werror_flag" ||
38830 test ! -s conftest.err
38831 } && test -s conftest.$ac_objext; then
38832 wx_cv_func_broken_vsnprintf_decl=no
38833 else
38834 echo "$as_me: failed program was:" >&5
38835 sed 's/^/| /' conftest.$ac_ext >&5
38836
38837 wx_cv_func_broken_vsnprintf_decl=yes
38838
38839 fi
38840
38841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38842
38843
38844 fi
38845 { echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
38846 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6; }
38847
38848 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
38849 cat >>confdefs.h <<\_ACEOF
38850 #define HAVE_BROKEN_VSNPRINTF_DECL 1
38851 _ACEOF
38852
38853 fi
38854 fi
38855 fi
38856
38857 if test "$ac_cv_func_snprintf" = "yes"; then
38858 { echo "$as_me:$LINENO: checking for snprintf declaration" >&5
38859 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6; }
38860 if test "${wx_cv_func_snprintf_decl+set}" = set; then
38861 echo $ECHO_N "(cached) $ECHO_C" >&6
38862 else
38863
38864 cat >conftest.$ac_ext <<_ACEOF
38865 /* confdefs.h. */
38866 _ACEOF
38867 cat confdefs.h >>conftest.$ac_ext
38868 cat >>conftest.$ac_ext <<_ACEOF
38869 /* end confdefs.h. */
38870
38871 #include <stdio.h>
38872 #include <stdarg.h>
38873 #ifdef __MSL__
38874 #if __MSL__ >= 0x6000
38875 namespace std {}
38876 using namespace std;
38877 #endif
38878 #endif
38879
38880 int
38881 main ()
38882 {
38883
38884 char *buf;
38885 snprintf(buf, 10u, "%s", "wx");
38886
38887 ;
38888 return 0;
38889 }
38890 _ACEOF
38891 rm -f conftest.$ac_objext
38892 if { (ac_try="$ac_compile"
38893 case "(($ac_try" in
38894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38895 *) ac_try_echo=$ac_try;;
38896 esac
38897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38898 (eval "$ac_compile") 2>conftest.er1
38899 ac_status=$?
38900 grep -v '^ *+' conftest.er1 >conftest.err
38901 rm -f conftest.er1
38902 cat conftest.err >&5
38903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38904 (exit $ac_status); } && {
38905 test -z "$ac_c_werror_flag" ||
38906 test ! -s conftest.err
38907 } && test -s conftest.$ac_objext; then
38908 wx_cv_func_snprintf_decl=yes
38909 else
38910 echo "$as_me: failed program was:" >&5
38911 sed 's/^/| /' conftest.$ac_ext >&5
38912
38913 wx_cv_func_snprintf_decl=no
38914
38915 fi
38916
38917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38918
38919
38920 fi
38921 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
38922 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6; }
38923
38924 if test "$wx_cv_func_snprintf_decl" = "yes"; then
38925 cat >>confdefs.h <<\_ACEOF
38926 #define HAVE_SNPRINTF_DECL 1
38927 _ACEOF
38928
38929
38930 { echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
38931 echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6; }
38932 if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
38933 echo $ECHO_N "(cached) $ECHO_C" >&6
38934 else
38935
38936 cat >conftest.$ac_ext <<_ACEOF
38937 /* confdefs.h. */
38938 _ACEOF
38939 cat confdefs.h >>conftest.$ac_ext
38940 cat >>conftest.$ac_ext <<_ACEOF
38941 /* end confdefs.h. */
38942
38943 #include <stdio.h>
38944 #include <stdarg.h>
38945 #ifdef __MSL__
38946 #if __MSL__ >= 0x6000
38947 namespace std {}
38948 using namespace std;
38949 #endif
38950 #endif
38951
38952 int
38953 main ()
38954 {
38955
38956 char *buf;
38957 const char *fmt = "%s";
38958 snprintf(buf, 10u, fmt, "wx");
38959
38960 ;
38961 return 0;
38962 }
38963 _ACEOF
38964 rm -f conftest.$ac_objext
38965 if { (ac_try="$ac_compile"
38966 case "(($ac_try" in
38967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38968 *) ac_try_echo=$ac_try;;
38969 esac
38970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38971 (eval "$ac_compile") 2>conftest.er1
38972 ac_status=$?
38973 grep -v '^ *+' conftest.er1 >conftest.err
38974 rm -f conftest.er1
38975 cat conftest.err >&5
38976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38977 (exit $ac_status); } && {
38978 test -z "$ac_c_werror_flag" ||
38979 test ! -s conftest.err
38980 } && test -s conftest.$ac_objext; then
38981 wx_cv_func_broken_snprintf_decl=no
38982 else
38983 echo "$as_me: failed program was:" >&5
38984 sed 's/^/| /' conftest.$ac_ext >&5
38985
38986 wx_cv_func_broken_snprintf_decl=yes
38987
38988 fi
38989
38990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38991
38992
38993 fi
38994 { echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
38995 echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6; }
38996
38997 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
38998 cat >>confdefs.h <<\_ACEOF
38999 #define HAVE_BROKEN_SNPRINTF_DECL 1
39000 _ACEOF
39001
39002 fi
39003 fi
39004
39005 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
39006
39007 { echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
39008 echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6; }
39009 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
39010 echo $ECHO_N "(cached) $ECHO_C" >&6
39011 else
39012
39013 if test "$cross_compiling" = yes; then
39014
39015 { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
39016 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
39017 echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
39018 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
39019 wx_cv_func_snprintf_pos_params=no
39020
39021
39022 else
39023 cat >conftest.$ac_ext <<_ACEOF
39024 /* confdefs.h. */
39025 _ACEOF
39026 cat confdefs.h >>conftest.$ac_ext
39027 cat >>conftest.$ac_ext <<_ACEOF
39028 /* end confdefs.h. */
39029
39030 #include <stdio.h>
39031
39032 int main (void)
39033 {
39034 char buffer[128];
39035 snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
39036 if (strcmp ("2 3 1", buffer) == 0)
39037 exit (0);
39038 exit (1);
39039 }
39040
39041 _ACEOF
39042 rm -f conftest$ac_exeext
39043 if { (ac_try="$ac_link"
39044 case "(($ac_try" in
39045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39046 *) ac_try_echo=$ac_try;;
39047 esac
39048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39049 (eval "$ac_link") 2>&5
39050 ac_status=$?
39051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39052 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
39053 { (case "(($ac_try" in
39054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39055 *) ac_try_echo=$ac_try;;
39056 esac
39057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39058 (eval "$ac_try") 2>&5
39059 ac_status=$?
39060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39061 (exit $ac_status); }; }; then
39062 wx_cv_func_snprintf_pos_params=no
39063 else
39064 echo "$as_me: program exited with status $ac_status" >&5
39065 echo "$as_me: failed program was:" >&5
39066 sed 's/^/| /' conftest.$ac_ext >&5
39067
39068 ( exit $ac_status )
39069 wx_cv_func_snprintf_pos_params=yes
39070 fi
39071 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
39072 fi
39073
39074
39075
39076
39077 fi
39078 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
39079 echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6; }
39080
39081 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
39082 cat >>confdefs.h <<\_ACEOF
39083 #define HAVE_UNIX98_PRINTF 1
39084 _ACEOF
39085
39086 fi
39087 fi
39088 fi
39089
39090 if test "$wxUSE_UNICODE" = yes; then
39091
39092
39093 for ac_func in swprintf
39094 do
39095 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39096 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39097 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39098 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39099 echo $ECHO_N "(cached) $ECHO_C" >&6
39100 else
39101 cat >conftest.$ac_ext <<_ACEOF
39102 /* confdefs.h. */
39103 _ACEOF
39104 cat confdefs.h >>conftest.$ac_ext
39105 cat >>conftest.$ac_ext <<_ACEOF
39106 /* end confdefs.h. */
39107 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39108 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39109 #define $ac_func innocuous_$ac_func
39110
39111 /* System header to define __stub macros and hopefully few prototypes,
39112 which can conflict with char $ac_func (); below.
39113 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39114 <limits.h> exists even on freestanding compilers. */
39115
39116 #ifdef __STDC__
39117 # include <limits.h>
39118 #else
39119 # include <assert.h>
39120 #endif
39121
39122 #undef $ac_func
39123
39124 /* Override any GCC internal prototype to avoid an error.
39125 Use char because int might match the return type of a GCC
39126 builtin and then its argument prototype would still apply. */
39127 #ifdef __cplusplus
39128 extern "C"
39129 #endif
39130 char $ac_func ();
39131 /* The GNU C library defines this for functions which it implements
39132 to always fail with ENOSYS. Some functions are actually named
39133 something starting with __ and the normal name is an alias. */
39134 #if defined __stub_$ac_func || defined __stub___$ac_func
39135 choke me
39136 #endif
39137
39138 int
39139 main ()
39140 {
39141 return $ac_func ();
39142 ;
39143 return 0;
39144 }
39145 _ACEOF
39146 rm -f conftest.$ac_objext conftest$ac_exeext
39147 if { (ac_try="$ac_link"
39148 case "(($ac_try" in
39149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39150 *) ac_try_echo=$ac_try;;
39151 esac
39152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39153 (eval "$ac_link") 2>conftest.er1
39154 ac_status=$?
39155 grep -v '^ *+' conftest.er1 >conftest.err
39156 rm -f conftest.er1
39157 cat conftest.err >&5
39158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39159 (exit $ac_status); } && {
39160 test -z "$ac_c_werror_flag" ||
39161 test ! -s conftest.err
39162 } && test -s conftest$ac_exeext &&
39163 $as_test_x conftest$ac_exeext; then
39164 eval "$as_ac_var=yes"
39165 else
39166 echo "$as_me: failed program was:" >&5
39167 sed 's/^/| /' conftest.$ac_ext >&5
39168
39169 eval "$as_ac_var=no"
39170 fi
39171
39172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39173 conftest$ac_exeext conftest.$ac_ext
39174 fi
39175 ac_res=`eval echo '${'$as_ac_var'}'`
39176 { echo "$as_me:$LINENO: result: $ac_res" >&5
39177 echo "${ECHO_T}$ac_res" >&6; }
39178 if test `eval echo '${'$as_ac_var'}'` = yes; then
39179 cat >>confdefs.h <<_ACEOF
39180 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39181 _ACEOF
39182
39183 fi
39184 done
39185
39186
39187 if test "$ac_cv_func_swprintf" = "yes"; then
39188 { echo "$as_me:$LINENO: checking if swprintf declaration is broken" >&5
39189 echo $ECHO_N "checking if swprintf declaration is broken... $ECHO_C" >&6; }
39190 if test "${wx_cv_func_broken_swprintf_decl+set}" = set; then
39191 echo $ECHO_N "(cached) $ECHO_C" >&6
39192 else
39193
39194 cat >conftest.$ac_ext <<_ACEOF
39195 /* confdefs.h. */
39196 _ACEOF
39197 cat confdefs.h >>conftest.$ac_ext
39198 cat >>conftest.$ac_ext <<_ACEOF
39199 /* end confdefs.h. */
39200
39201 #include <stdio.h>
39202 #include <stdarg.h>
39203 #include <wchar.h>
39204
39205 int
39206 main ()
39207 {
39208
39209 wchar_t *buf;
39210 const wchar_t *fmt = L"test";
39211 swprintf(buf, 10u, fmt);
39212
39213 ;
39214 return 0;
39215 }
39216 _ACEOF
39217 rm -f conftest.$ac_objext
39218 if { (ac_try="$ac_compile"
39219 case "(($ac_try" in
39220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39221 *) ac_try_echo=$ac_try;;
39222 esac
39223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39224 (eval "$ac_compile") 2>conftest.er1
39225 ac_status=$?
39226 grep -v '^ *+' conftest.er1 >conftest.err
39227 rm -f conftest.er1
39228 cat conftest.err >&5
39229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39230 (exit $ac_status); } && {
39231 test -z "$ac_c_werror_flag" ||
39232 test ! -s conftest.err
39233 } && test -s conftest.$ac_objext; then
39234 wx_cv_func_broken_swprintf_decl=no
39235 else
39236 echo "$as_me: failed program was:" >&5
39237 sed 's/^/| /' conftest.$ac_ext >&5
39238
39239 wx_cv_func_broken_swprintf_decl=yes
39240
39241 fi
39242
39243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39244
39245
39246 fi
39247 { echo "$as_me:$LINENO: result: $wx_cv_func_broken_swprintf_decl" >&5
39248 echo "${ECHO_T}$wx_cv_func_broken_swprintf_decl" >&6; }
39249
39250 if test "$wx_cv_func_broken_swprintf_decl" = "yes"; then
39251 cat >>confdefs.h <<\_ACEOF
39252 #define HAVE_BROKEN_SWPRINTF_DECL 1
39253 _ACEOF
39254
39255 fi
39256 fi
39257
39258 wchar_headers="#include <stdio.h>
39259 #include <wchar.h>"
39260 case "${host}" in
39261 *-*-solaris2* )
39262
39263 for ac_header in widec.h
39264 do
39265 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39266 { echo "$as_me:$LINENO: checking for $ac_header" >&5
39267 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
39268 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
39269 echo $ECHO_N "(cached) $ECHO_C" >&6
39270 else
39271 cat >conftest.$ac_ext <<_ACEOF
39272 /* confdefs.h. */
39273 _ACEOF
39274 cat confdefs.h >>conftest.$ac_ext
39275 cat >>conftest.$ac_ext <<_ACEOF
39276 /* end confdefs.h. */
39277 $ac_includes_default
39278
39279 #include <$ac_header>
39280 _ACEOF
39281 rm -f conftest.$ac_objext
39282 if { (ac_try="$ac_compile"
39283 case "(($ac_try" in
39284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39285 *) ac_try_echo=$ac_try;;
39286 esac
39287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39288 (eval "$ac_compile") 2>conftest.er1
39289 ac_status=$?
39290 grep -v '^ *+' conftest.er1 >conftest.err
39291 rm -f conftest.er1
39292 cat conftest.err >&5
39293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39294 (exit $ac_status); } && {
39295 test -z "$ac_c_werror_flag" ||
39296 test ! -s conftest.err
39297 } && test -s conftest.$ac_objext; then
39298 eval "$as_ac_Header=yes"
39299 else
39300 echo "$as_me: failed program was:" >&5
39301 sed 's/^/| /' conftest.$ac_ext >&5
39302
39303 eval "$as_ac_Header=no"
39304 fi
39305
39306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39307 fi
39308 ac_res=`eval echo '${'$as_ac_Header'}'`
39309 { echo "$as_me:$LINENO: result: $ac_res" >&5
39310 echo "${ECHO_T}$ac_res" >&6; }
39311 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39312 cat >>confdefs.h <<_ACEOF
39313 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39314 _ACEOF
39315
39316 fi
39317
39318 done
39319
39320 if test "$ac_cv_header_widec_h" = "yes"; then
39321 wchar_headers="$wchar_headers
39322 #include <widec.h>"
39323 fi
39324 esac
39325
39326
39327 for wx_func in wputc wputchar putws fputws wprintf vswprintf
39328 do
39329 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39330 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39331 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39332 echo $ECHO_N "(cached) $ECHO_C" >&6
39333 else
39334
39335 cat >conftest.$ac_ext <<_ACEOF
39336
39337 /* confdefs.h. */
39338 _ACEOF
39339 cat confdefs.h >>conftest.$ac_ext
39340 cat >>conftest.$ac_ext <<_ACEOF
39341 /* end confdefs.h. */
39342
39343 $wchar_headers
39344 $ac_includes_default
39345
39346 int
39347 main ()
39348 {
39349
39350 #ifndef $wx_func
39351 &$wx_func;
39352 #endif
39353
39354
39355 ;
39356 return 0;
39357 }
39358
39359 _ACEOF
39360 rm -f conftest.$ac_objext conftest$ac_exeext
39361 if { (ac_try="$ac_link"
39362 case "(($ac_try" in
39363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39364 *) ac_try_echo=$ac_try;;
39365 esac
39366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39367 (eval "$ac_link") 2>conftest.er1
39368 ac_status=$?
39369 grep -v '^ *+' conftest.er1 >conftest.err
39370 rm -f conftest.er1
39371 cat conftest.err >&5
39372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39373 (exit $ac_status); } && {
39374 test -z "$ac_c_werror_flag" ||
39375 test ! -s conftest.err
39376 } && test -s conftest$ac_exeext &&
39377 $as_test_x conftest$ac_exeext; then
39378 eval wx_cv_func_$wx_func=yes
39379 else
39380 echo "$as_me: failed program was:" >&5
39381 sed 's/^/| /' conftest.$ac_ext >&5
39382
39383 eval wx_cv_func_$wx_func=no
39384 fi
39385
39386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39387 conftest$ac_exeext conftest.$ac_ext
39388
39389 fi
39390 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39391 { echo "$as_me:$LINENO: result: $ac_res" >&5
39392 echo "${ECHO_T}$ac_res" >&6; }
39393
39394 if eval test \$wx_cv_func_$wx_func = yes
39395 then
39396 cat >>confdefs.h <<_ACEOF
39397 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
39398 _ACEOF
39399
39400
39401 else
39402 :
39403
39404 fi
39405 done
39406
39407
39408 { echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
39409 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6; }
39410 cat >conftest.$ac_ext <<_ACEOF
39411 /* confdefs.h. */
39412 _ACEOF
39413 cat confdefs.h >>conftest.$ac_ext
39414 cat >>conftest.$ac_ext <<_ACEOF
39415 /* end confdefs.h. */
39416 #include <wchar.h>
39417 int
39418 main ()
39419 {
39420 &_vsnwprintf;
39421 ;
39422 return 0;
39423 }
39424 _ACEOF
39425 rm -f conftest.$ac_objext
39426 if { (ac_try="$ac_compile"
39427 case "(($ac_try" in
39428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39429 *) ac_try_echo=$ac_try;;
39430 esac
39431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39432 (eval "$ac_compile") 2>conftest.er1
39433 ac_status=$?
39434 grep -v '^ *+' conftest.er1 >conftest.err
39435 rm -f conftest.er1
39436 cat conftest.err >&5
39437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39438 (exit $ac_status); } && {
39439 test -z "$ac_c_werror_flag" ||
39440 test ! -s conftest.err
39441 } && test -s conftest.$ac_objext; then
39442 { echo "$as_me:$LINENO: result: yes" >&5
39443 echo "${ECHO_T}yes" >&6; }
39444 cat >>confdefs.h <<\_ACEOF
39445 #define HAVE__VSNWPRINTF 1
39446 _ACEOF
39447
39448 else
39449 echo "$as_me: failed program was:" >&5
39450 sed 's/^/| /' conftest.$ac_ext >&5
39451
39452 { echo "$as_me:$LINENO: result: no" >&5
39453 echo "${ECHO_T}no" >&6; }
39454 fi
39455
39456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
39457 fi
39458
39459 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
39460
39461 for wx_func in fnmatch
39462 do
39463 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39464 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39465 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39466 echo $ECHO_N "(cached) $ECHO_C" >&6
39467 else
39468
39469 cat >conftest.$ac_ext <<_ACEOF
39470
39471 /* confdefs.h. */
39472 _ACEOF
39473 cat confdefs.h >>conftest.$ac_ext
39474 cat >>conftest.$ac_ext <<_ACEOF
39475 /* end confdefs.h. */
39476
39477 #include <fnmatch.h>
39478 $ac_includes_default
39479
39480 int
39481 main ()
39482 {
39483
39484 #ifndef $wx_func
39485 &$wx_func;
39486 #endif
39487
39488
39489 ;
39490 return 0;
39491 }
39492
39493 _ACEOF
39494 rm -f conftest.$ac_objext conftest$ac_exeext
39495 if { (ac_try="$ac_link"
39496 case "(($ac_try" in
39497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39498 *) ac_try_echo=$ac_try;;
39499 esac
39500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39501 (eval "$ac_link") 2>conftest.er1
39502 ac_status=$?
39503 grep -v '^ *+' conftest.er1 >conftest.err
39504 rm -f conftest.er1
39505 cat conftest.err >&5
39506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39507 (exit $ac_status); } && {
39508 test -z "$ac_c_werror_flag" ||
39509 test ! -s conftest.err
39510 } && test -s conftest$ac_exeext &&
39511 $as_test_x conftest$ac_exeext; then
39512 eval wx_cv_func_$wx_func=yes
39513 else
39514 echo "$as_me: failed program was:" >&5
39515 sed 's/^/| /' conftest.$ac_ext >&5
39516
39517 eval wx_cv_func_$wx_func=no
39518 fi
39519
39520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39521 conftest$ac_exeext conftest.$ac_ext
39522
39523 fi
39524 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39525 { echo "$as_me:$LINENO: result: $ac_res" >&5
39526 echo "${ECHO_T}$ac_res" >&6; }
39527
39528 if eval test \$wx_cv_func_$wx_func = yes
39529 then
39530 cat >>confdefs.h <<_ACEOF
39531 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
39532 _ACEOF
39533
39534
39535 else
39536 :
39537
39538 fi
39539 done
39540
39541 fi
39542
39543 if test "$wxUSE_FILE" = "yes"; then
39544
39545 for wx_func in fsync
39546 do
39547 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39548 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39549 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39550 echo $ECHO_N "(cached) $ECHO_C" >&6
39551 else
39552
39553 cat >conftest.$ac_ext <<_ACEOF
39554
39555 /* confdefs.h. */
39556 _ACEOF
39557 cat confdefs.h >>conftest.$ac_ext
39558 cat >>conftest.$ac_ext <<_ACEOF
39559 /* end confdefs.h. */
39560
39561
39562 $ac_includes_default
39563
39564 int
39565 main ()
39566 {
39567
39568 #ifndef $wx_func
39569 &$wx_func;
39570 #endif
39571
39572
39573 ;
39574 return 0;
39575 }
39576
39577 _ACEOF
39578 rm -f conftest.$ac_objext conftest$ac_exeext
39579 if { (ac_try="$ac_link"
39580 case "(($ac_try" in
39581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39582 *) ac_try_echo=$ac_try;;
39583 esac
39584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39585 (eval "$ac_link") 2>conftest.er1
39586 ac_status=$?
39587 grep -v '^ *+' conftest.er1 >conftest.err
39588 rm -f conftest.er1
39589 cat conftest.err >&5
39590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39591 (exit $ac_status); } && {
39592 test -z "$ac_c_werror_flag" ||
39593 test ! -s conftest.err
39594 } && test -s conftest$ac_exeext &&
39595 $as_test_x conftest$ac_exeext; then
39596 eval wx_cv_func_$wx_func=yes
39597 else
39598 echo "$as_me: failed program was:" >&5
39599 sed 's/^/| /' conftest.$ac_ext >&5
39600
39601 eval wx_cv_func_$wx_func=no
39602 fi
39603
39604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39605 conftest$ac_exeext conftest.$ac_ext
39606
39607 fi
39608 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39609 { echo "$as_me:$LINENO: result: $ac_res" >&5
39610 echo "${ECHO_T}$ac_res" >&6; }
39611
39612 if eval test \$wx_cv_func_$wx_func = yes
39613 then
39614 cat >>confdefs.h <<_ACEOF
39615 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
39616 _ACEOF
39617
39618
39619 else
39620 :
39621
39622 fi
39623 done
39624
39625 fi
39626
39627 ac_ext=cpp
39628 ac_cpp='$CXXCPP $CPPFLAGS'
39629 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39630 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39631 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39632
39633
39634 for wx_func in round
39635 do
39636 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39637 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39638 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39639 echo $ECHO_N "(cached) $ECHO_C" >&6
39640 else
39641
39642 cat >conftest.$ac_ext <<_ACEOF
39643
39644 /* confdefs.h. */
39645 _ACEOF
39646 cat confdefs.h >>conftest.$ac_ext
39647 cat >>conftest.$ac_ext <<_ACEOF
39648 /* end confdefs.h. */
39649
39650 #include <math.h>
39651 $ac_includes_default
39652
39653 int
39654 main ()
39655 {
39656
39657 #ifndef $wx_func
39658 &$wx_func;
39659 #endif
39660
39661
39662 ;
39663 return 0;
39664 }
39665
39666 _ACEOF
39667 rm -f conftest.$ac_objext conftest$ac_exeext
39668 if { (ac_try="$ac_link"
39669 case "(($ac_try" in
39670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39671 *) ac_try_echo=$ac_try;;
39672 esac
39673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39674 (eval "$ac_link") 2>conftest.er1
39675 ac_status=$?
39676 grep -v '^ *+' conftest.er1 >conftest.err
39677 rm -f conftest.er1
39678 cat conftest.err >&5
39679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39680 (exit $ac_status); } && {
39681 test -z "$ac_cxx_werror_flag" ||
39682 test ! -s conftest.err
39683 } && test -s conftest$ac_exeext &&
39684 $as_test_x conftest$ac_exeext; then
39685 eval wx_cv_func_$wx_func=yes
39686 else
39687 echo "$as_me: failed program was:" >&5
39688 sed 's/^/| /' conftest.$ac_ext >&5
39689
39690 eval wx_cv_func_$wx_func=no
39691 fi
39692
39693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39694 conftest$ac_exeext conftest.$ac_ext
39695
39696 fi
39697 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39698 { echo "$as_me:$LINENO: result: $ac_res" >&5
39699 echo "${ECHO_T}$ac_res" >&6; }
39700
39701 if eval test \$wx_cv_func_$wx_func = yes
39702 then
39703 cat >>confdefs.h <<_ACEOF
39704 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
39705 _ACEOF
39706
39707
39708 else
39709 :
39710
39711 fi
39712 done
39713
39714 ac_ext=c
39715 ac_cpp='$CPP $CPPFLAGS'
39716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39719
39720
39721 if test "$TOOLKIT" != "MSW"; then
39722
39723
39724
39725
39726
39727 # Check whether --with-libiconv-prefix was given.
39728 if test "${with_libiconv_prefix+set}" = set; then
39729 withval=$with_libiconv_prefix;
39730 for dir in `echo "$withval" | tr : ' '`; do
39731 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
39732 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
39733 done
39734
39735 fi
39736
39737
39738 { echo "$as_me:$LINENO: checking for iconv" >&5
39739 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
39740 if test "${am_cv_func_iconv+set}" = set; then
39741 echo $ECHO_N "(cached) $ECHO_C" >&6
39742 else
39743
39744 am_cv_func_iconv="no, consider installing GNU libiconv"
39745 am_cv_lib_iconv=no
39746 cat >conftest.$ac_ext <<_ACEOF
39747 /* confdefs.h. */
39748 _ACEOF
39749 cat confdefs.h >>conftest.$ac_ext
39750 cat >>conftest.$ac_ext <<_ACEOF
39751 /* end confdefs.h. */
39752 #include <stdlib.h>
39753 #include <iconv.h>
39754 int
39755 main ()
39756 {
39757 iconv_t cd = iconv_open("","");
39758 iconv(cd,NULL,NULL,NULL,NULL);
39759 iconv_close(cd);
39760 ;
39761 return 0;
39762 }
39763 _ACEOF
39764 rm -f conftest.$ac_objext conftest$ac_exeext
39765 if { (ac_try="$ac_link"
39766 case "(($ac_try" in
39767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39768 *) ac_try_echo=$ac_try;;
39769 esac
39770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39771 (eval "$ac_link") 2>conftest.er1
39772 ac_status=$?
39773 grep -v '^ *+' conftest.er1 >conftest.err
39774 rm -f conftest.er1
39775 cat conftest.err >&5
39776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39777 (exit $ac_status); } && {
39778 test -z "$ac_c_werror_flag" ||
39779 test ! -s conftest.err
39780 } && test -s conftest$ac_exeext &&
39781 $as_test_x conftest$ac_exeext; then
39782 am_cv_func_iconv=yes
39783 else
39784 echo "$as_me: failed program was:" >&5
39785 sed 's/^/| /' conftest.$ac_ext >&5
39786
39787
39788 fi
39789
39790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39791 conftest$ac_exeext conftest.$ac_ext
39792 if test "$am_cv_func_iconv" != yes; then
39793 am_save_LIBS="$LIBS"
39794 LIBS="$LIBS -liconv"
39795 cat >conftest.$ac_ext <<_ACEOF
39796 /* confdefs.h. */
39797 _ACEOF
39798 cat confdefs.h >>conftest.$ac_ext
39799 cat >>conftest.$ac_ext <<_ACEOF
39800 /* end confdefs.h. */
39801 #include <stdlib.h>
39802 #include <iconv.h>
39803 int
39804 main ()
39805 {
39806 iconv_t cd = iconv_open("","");
39807 iconv(cd,NULL,NULL,NULL,NULL);
39808 iconv_close(cd);
39809 ;
39810 return 0;
39811 }
39812 _ACEOF
39813 rm -f conftest.$ac_objext conftest$ac_exeext
39814 if { (ac_try="$ac_link"
39815 case "(($ac_try" in
39816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39817 *) ac_try_echo=$ac_try;;
39818 esac
39819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39820 (eval "$ac_link") 2>conftest.er1
39821 ac_status=$?
39822 grep -v '^ *+' conftest.er1 >conftest.err
39823 rm -f conftest.er1
39824 cat conftest.err >&5
39825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39826 (exit $ac_status); } && {
39827 test -z "$ac_c_werror_flag" ||
39828 test ! -s conftest.err
39829 } && test -s conftest$ac_exeext &&
39830 $as_test_x conftest$ac_exeext; then
39831 am_cv_lib_iconv=yes
39832 am_cv_func_iconv=yes
39833 else
39834 echo "$as_me: failed program was:" >&5
39835 sed 's/^/| /' conftest.$ac_ext >&5
39836
39837
39838 fi
39839
39840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39841 conftest$ac_exeext conftest.$ac_ext
39842 LIBS="$am_save_LIBS"
39843 fi
39844
39845 fi
39846 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
39847 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
39848 if test "$am_cv_func_iconv" = yes; then
39849
39850 cat >>confdefs.h <<\_ACEOF
39851 #define HAVE_ICONV 1
39852 _ACEOF
39853
39854 { echo "$as_me:$LINENO: checking if iconv needs const" >&5
39855 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6; }
39856 if test "${wx_cv_func_iconv_const+set}" = set; then
39857 echo $ECHO_N "(cached) $ECHO_C" >&6
39858 else
39859 cat >conftest.$ac_ext <<_ACEOF
39860 /* confdefs.h. */
39861 _ACEOF
39862 cat confdefs.h >>conftest.$ac_ext
39863 cat >>conftest.$ac_ext <<_ACEOF
39864 /* end confdefs.h. */
39865
39866 #include <stdlib.h>
39867 #include <iconv.h>
39868 extern
39869 #ifdef __cplusplus
39870 "C"
39871 #endif
39872 #if defined(__STDC__) || defined(__cplusplus)
39873 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
39874 #else
39875 size_t iconv();
39876 #endif
39877
39878 int
39879 main ()
39880 {
39881
39882 ;
39883 return 0;
39884 }
39885 _ACEOF
39886 rm -f conftest.$ac_objext
39887 if { (ac_try="$ac_compile"
39888 case "(($ac_try" in
39889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39890 *) ac_try_echo=$ac_try;;
39891 esac
39892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39893 (eval "$ac_compile") 2>conftest.er1
39894 ac_status=$?
39895 grep -v '^ *+' conftest.er1 >conftest.err
39896 rm -f conftest.er1
39897 cat conftest.err >&5
39898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39899 (exit $ac_status); } && {
39900 test -z "$ac_c_werror_flag" ||
39901 test ! -s conftest.err
39902 } && test -s conftest.$ac_objext; then
39903 wx_cv_func_iconv_const="no"
39904 else
39905 echo "$as_me: failed program was:" >&5
39906 sed 's/^/| /' conftest.$ac_ext >&5
39907
39908 wx_cv_func_iconv_const="yes"
39909
39910 fi
39911
39912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39913
39914 fi
39915 { echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
39916 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6; }
39917
39918 iconv_const=
39919 if test "x$wx_cv_func_iconv_const" = "xyes"; then
39920 iconv_const="const"
39921 fi
39922
39923
39924 cat >>confdefs.h <<_ACEOF
39925 #define ICONV_CONST $iconv_const
39926 _ACEOF
39927
39928 fi
39929 LIBICONV=
39930 if test "$am_cv_lib_iconv" = yes; then
39931 LIBICONV="-liconv"
39932 fi
39933
39934
39935 LIBS="$LIBICONV $LIBS"
39936
39937 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
39938
39939 for ac_func in sigaction
39940 do
39941 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39942 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39943 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39944 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39945 echo $ECHO_N "(cached) $ECHO_C" >&6
39946 else
39947 cat >conftest.$ac_ext <<_ACEOF
39948 /* confdefs.h. */
39949 _ACEOF
39950 cat confdefs.h >>conftest.$ac_ext
39951 cat >>conftest.$ac_ext <<_ACEOF
39952 /* end confdefs.h. */
39953 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39954 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39955 #define $ac_func innocuous_$ac_func
39956
39957 /* System header to define __stub macros and hopefully few prototypes,
39958 which can conflict with char $ac_func (); below.
39959 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39960 <limits.h> exists even on freestanding compilers. */
39961
39962 #ifdef __STDC__
39963 # include <limits.h>
39964 #else
39965 # include <assert.h>
39966 #endif
39967
39968 #undef $ac_func
39969
39970 /* Override any GCC internal prototype to avoid an error.
39971 Use char because int might match the return type of a GCC
39972 builtin and then its argument prototype would still apply. */
39973 #ifdef __cplusplus
39974 extern "C"
39975 #endif
39976 char $ac_func ();
39977 /* The GNU C library defines this for functions which it implements
39978 to always fail with ENOSYS. Some functions are actually named
39979 something starting with __ and the normal name is an alias. */
39980 #if defined __stub_$ac_func || defined __stub___$ac_func
39981 choke me
39982 #endif
39983
39984 int
39985 main ()
39986 {
39987 return $ac_func ();
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 eval "$as_ac_var=yes"
40011 else
40012 echo "$as_me: failed program was:" >&5
40013 sed 's/^/| /' conftest.$ac_ext >&5
40014
40015 eval "$as_ac_var=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 fi
40021 ac_res=`eval echo '${'$as_ac_var'}'`
40022 { echo "$as_me:$LINENO: result: $ac_res" >&5
40023 echo "${ECHO_T}$ac_res" >&6; }
40024 if test `eval echo '${'$as_ac_var'}'` = yes; then
40025 cat >>confdefs.h <<_ACEOF
40026 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40027 _ACEOF
40028
40029 fi
40030 done
40031
40032
40033 if test "$ac_cv_func_sigaction" = "no"; then
40034 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
40035 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
40036 wxUSE_ON_FATAL_EXCEPTION=no
40037 fi
40038
40039 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
40040 { echo "$as_me:$LINENO: checking for sa_handler type" >&5
40041 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6; }
40042 if test "${wx_cv_type_sa_handler+set}" = set; then
40043 echo $ECHO_N "(cached) $ECHO_C" >&6
40044 else
40045
40046 ac_ext=cpp
40047 ac_cpp='$CXXCPP $CPPFLAGS'
40048 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40049 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40050 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40051
40052 cat >conftest.$ac_ext <<_ACEOF
40053 /* confdefs.h. */
40054 _ACEOF
40055 cat confdefs.h >>conftest.$ac_ext
40056 cat >>conftest.$ac_ext <<_ACEOF
40057 /* end confdefs.h. */
40058 #include <signal.h>
40059 int
40060 main ()
40061 {
40062
40063 extern void testSigHandler(int);
40064
40065 struct sigaction sa;
40066 sa.sa_handler = testSigHandler;
40067
40068 ;
40069 return 0;
40070 }
40071 _ACEOF
40072 rm -f conftest.$ac_objext
40073 if { (ac_try="$ac_compile"
40074 case "(($ac_try" in
40075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40076 *) ac_try_echo=$ac_try;;
40077 esac
40078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40079 (eval "$ac_compile") 2>conftest.er1
40080 ac_status=$?
40081 grep -v '^ *+' conftest.er1 >conftest.err
40082 rm -f conftest.er1
40083 cat conftest.err >&5
40084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40085 (exit $ac_status); } && {
40086 test -z "$ac_cxx_werror_flag" ||
40087 test ! -s conftest.err
40088 } && test -s conftest.$ac_objext; then
40089
40090 wx_cv_type_sa_handler=int
40091
40092 else
40093 echo "$as_me: failed program was:" >&5
40094 sed 's/^/| /' conftest.$ac_ext >&5
40095
40096
40097 wx_cv_type_sa_handler=void
40098
40099 fi
40100
40101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40102 ac_ext=c
40103 ac_cpp='$CPP $CPPFLAGS'
40104 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40105 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40106 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40107
40108
40109 fi
40110 { echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
40111 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6; }
40112
40113 cat >>confdefs.h <<_ACEOF
40114 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
40115 _ACEOF
40116
40117 fi
40118 fi
40119
40120 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
40121 { echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
40122 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6; }
40123 if test "${wx_cv_func_backtrace+set}" = set; then
40124 echo $ECHO_N "(cached) $ECHO_C" >&6
40125 else
40126
40127 ac_ext=cpp
40128 ac_cpp='$CXXCPP $CPPFLAGS'
40129 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40130 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40131 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40132
40133 cat >conftest.$ac_ext <<_ACEOF
40134 /* confdefs.h. */
40135 _ACEOF
40136 cat confdefs.h >>conftest.$ac_ext
40137 cat >>conftest.$ac_ext <<_ACEOF
40138 /* end confdefs.h. */
40139 #include <execinfo.h>
40140 int
40141 main ()
40142 {
40143
40144 void *trace[1];
40145 char **messages;
40146
40147 backtrace(trace, 1);
40148 messages = backtrace_symbols(trace, 1);
40149
40150 ;
40151 return 0;
40152 }
40153 _ACEOF
40154 rm -f conftest.$ac_objext
40155 if { (ac_try="$ac_compile"
40156 case "(($ac_try" in
40157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40158 *) ac_try_echo=$ac_try;;
40159 esac
40160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40161 (eval "$ac_compile") 2>conftest.er1
40162 ac_status=$?
40163 grep -v '^ *+' conftest.er1 >conftest.err
40164 rm -f conftest.er1
40165 cat conftest.err >&5
40166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40167 (exit $ac_status); } && {
40168 test -z "$ac_cxx_werror_flag" ||
40169 test ! -s conftest.err
40170 } && test -s conftest.$ac_objext; then
40171 wx_cv_func_backtrace=yes
40172 else
40173 echo "$as_me: failed program was:" >&5
40174 sed 's/^/| /' conftest.$ac_ext >&5
40175
40176 wx_cv_func_backtrace=no
40177
40178 fi
40179
40180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40181 ac_ext=c
40182 ac_cpp='$CPP $CPPFLAGS'
40183 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40184 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40185 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40186
40187
40188
40189 fi
40190 { echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
40191 echo "${ECHO_T}$wx_cv_func_backtrace" >&6; }
40192
40193
40194 if test "$wx_cv_func_backtrace" = "no"; then
40195 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
40196 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
40197 wxUSE_STACKWALKER=no
40198 else
40199 { echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
40200 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6; }
40201 if test "${wx_cv_func_cxa_demangle+set}" = set; then
40202 echo $ECHO_N "(cached) $ECHO_C" >&6
40203 else
40204
40205 ac_ext=cpp
40206 ac_cpp='$CXXCPP $CPPFLAGS'
40207 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40208 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40209 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40210
40211 cat >conftest.$ac_ext <<_ACEOF
40212 /* confdefs.h. */
40213 _ACEOF
40214 cat confdefs.h >>conftest.$ac_ext
40215 cat >>conftest.$ac_ext <<_ACEOF
40216 /* end confdefs.h. */
40217 #include <cxxabi.h>
40218 int
40219 main ()
40220 {
40221
40222 int rc;
40223 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
40224
40225 ;
40226 return 0;
40227 }
40228 _ACEOF
40229 rm -f conftest.$ac_objext conftest$ac_exeext
40230 if { (ac_try="$ac_link"
40231 case "(($ac_try" in
40232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40233 *) ac_try_echo=$ac_try;;
40234 esac
40235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40236 (eval "$ac_link") 2>conftest.er1
40237 ac_status=$?
40238 grep -v '^ *+' conftest.er1 >conftest.err
40239 rm -f conftest.er1
40240 cat conftest.err >&5
40241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40242 (exit $ac_status); } && {
40243 test -z "$ac_cxx_werror_flag" ||
40244 test ! -s conftest.err
40245 } && test -s conftest$ac_exeext &&
40246 $as_test_x conftest$ac_exeext; then
40247 wx_cv_func_cxa_demangle=yes
40248 else
40249 echo "$as_me: failed program was:" >&5
40250 sed 's/^/| /' conftest.$ac_ext >&5
40251
40252 wx_cv_func_cxa_demangle=no
40253
40254 fi
40255
40256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40257 conftest$ac_exeext conftest.$ac_ext
40258 ac_ext=c
40259 ac_cpp='$CPP $CPPFLAGS'
40260 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40261 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40262 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40263
40264
40265
40266 fi
40267 { echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
40268 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6; }
40269
40270 if test "$wx_cv_func_cxa_demangle" = "yes"; then
40271 cat >>confdefs.h <<\_ACEOF
40272 #define HAVE_CXA_DEMANGLE 1
40273 _ACEOF
40274
40275 fi
40276 fi
40277 fi
40278
40279 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
40280 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
40281 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
40282 wxUSE_STACKWALKER=no
40283 fi
40284
40285
40286
40287
40288 for ac_func in mkstemp mktemp
40289 do
40290 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40291 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40292 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40293 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40294 echo $ECHO_N "(cached) $ECHO_C" >&6
40295 else
40296 cat >conftest.$ac_ext <<_ACEOF
40297 /* confdefs.h. */
40298 _ACEOF
40299 cat confdefs.h >>conftest.$ac_ext
40300 cat >>conftest.$ac_ext <<_ACEOF
40301 /* end confdefs.h. */
40302 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40303 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40304 #define $ac_func innocuous_$ac_func
40305
40306 /* System header to define __stub macros and hopefully few prototypes,
40307 which can conflict with char $ac_func (); below.
40308 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40309 <limits.h> exists even on freestanding compilers. */
40310
40311 #ifdef __STDC__
40312 # include <limits.h>
40313 #else
40314 # include <assert.h>
40315 #endif
40316
40317 #undef $ac_func
40318
40319 /* Override any GCC internal prototype to avoid an error.
40320 Use char because int might match the return type of a GCC
40321 builtin and then its argument prototype would still apply. */
40322 #ifdef __cplusplus
40323 extern "C"
40324 #endif
40325 char $ac_func ();
40326 /* The GNU C library defines this for functions which it implements
40327 to always fail with ENOSYS. Some functions are actually named
40328 something starting with __ and the normal name is an alias. */
40329 #if defined __stub_$ac_func || defined __stub___$ac_func
40330 choke me
40331 #endif
40332
40333 int
40334 main ()
40335 {
40336 return $ac_func ();
40337 ;
40338 return 0;
40339 }
40340 _ACEOF
40341 rm -f conftest.$ac_objext conftest$ac_exeext
40342 if { (ac_try="$ac_link"
40343 case "(($ac_try" in
40344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40345 *) ac_try_echo=$ac_try;;
40346 esac
40347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40348 (eval "$ac_link") 2>conftest.er1
40349 ac_status=$?
40350 grep -v '^ *+' conftest.er1 >conftest.err
40351 rm -f conftest.er1
40352 cat conftest.err >&5
40353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40354 (exit $ac_status); } && {
40355 test -z "$ac_c_werror_flag" ||
40356 test ! -s conftest.err
40357 } && test -s conftest$ac_exeext &&
40358 $as_test_x conftest$ac_exeext; then
40359 eval "$as_ac_var=yes"
40360 else
40361 echo "$as_me: failed program was:" >&5
40362 sed 's/^/| /' conftest.$ac_ext >&5
40363
40364 eval "$as_ac_var=no"
40365 fi
40366
40367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40368 conftest$ac_exeext conftest.$ac_ext
40369 fi
40370 ac_res=`eval echo '${'$as_ac_var'}'`
40371 { echo "$as_me:$LINENO: result: $ac_res" >&5
40372 echo "${ECHO_T}$ac_res" >&6; }
40373 if test `eval echo '${'$as_ac_var'}'` = yes; then
40374 cat >>confdefs.h <<_ACEOF
40375 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40376 _ACEOF
40377 break
40378 fi
40379 done
40380
40381
40382 { echo "$as_me:$LINENO: checking for statfs" >&5
40383 echo $ECHO_N "checking for statfs... $ECHO_C" >&6; }
40384 if test "${wx_cv_func_statfs+set}" = set; then
40385 echo $ECHO_N "(cached) $ECHO_C" >&6
40386 else
40387 cat >conftest.$ac_ext <<_ACEOF
40388 /* confdefs.h. */
40389 _ACEOF
40390 cat confdefs.h >>conftest.$ac_ext
40391 cat >>conftest.$ac_ext <<_ACEOF
40392 /* end confdefs.h. */
40393
40394 #if defined(__BSD__)
40395 #include <sys/param.h>
40396 #include <sys/mount.h>
40397 #else
40398 #include <sys/vfs.h>
40399 #endif
40400
40401 int
40402 main ()
40403 {
40404
40405 long l;
40406 struct statfs fs;
40407 statfs("/", &fs);
40408 l = fs.f_bsize;
40409 l += fs.f_blocks;
40410 l += fs.f_bavail;
40411
40412 ;
40413 return 0;
40414 }
40415 _ACEOF
40416 rm -f conftest.$ac_objext
40417 if { (ac_try="$ac_compile"
40418 case "(($ac_try" in
40419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40420 *) ac_try_echo=$ac_try;;
40421 esac
40422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40423 (eval "$ac_compile") 2>conftest.er1
40424 ac_status=$?
40425 grep -v '^ *+' conftest.er1 >conftest.err
40426 rm -f conftest.er1
40427 cat conftest.err >&5
40428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40429 (exit $ac_status); } && {
40430 test -z "$ac_c_werror_flag" ||
40431 test ! -s conftest.err
40432 } && test -s conftest.$ac_objext; then
40433 wx_cv_func_statfs=yes
40434 else
40435 echo "$as_me: failed program was:" >&5
40436 sed 's/^/| /' conftest.$ac_ext >&5
40437
40438 wx_cv_func_statfs=no
40439
40440 fi
40441
40442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40443
40444 fi
40445 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
40446 echo "${ECHO_T}$wx_cv_func_statfs" >&6; }
40447
40448 if test "$wx_cv_func_statfs" = "yes"; then
40449 { echo "$as_me:$LINENO: checking for statfs declaration" >&5
40450 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6; }
40451 if test "${wx_cv_func_statfs_decl+set}" = set; then
40452 echo $ECHO_N "(cached) $ECHO_C" >&6
40453 else
40454 ac_ext=cpp
40455 ac_cpp='$CXXCPP $CPPFLAGS'
40456 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40457 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40458 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40459
40460 cat >conftest.$ac_ext <<_ACEOF
40461 /* confdefs.h. */
40462 _ACEOF
40463 cat confdefs.h >>conftest.$ac_ext
40464 cat >>conftest.$ac_ext <<_ACEOF
40465 /* end confdefs.h. */
40466
40467 #if defined(__BSD__)
40468 #include <sys/param.h>
40469 #include <sys/mount.h>
40470 #else
40471 #include <sys/vfs.h>
40472 #endif
40473
40474 int
40475 main ()
40476 {
40477
40478 struct statfs fs;
40479 statfs("", &fs);
40480
40481 ;
40482 return 0;
40483 }
40484 _ACEOF
40485 rm -f conftest.$ac_objext
40486 if { (ac_try="$ac_compile"
40487 case "(($ac_try" in
40488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40489 *) ac_try_echo=$ac_try;;
40490 esac
40491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40492 (eval "$ac_compile") 2>conftest.er1
40493 ac_status=$?
40494 grep -v '^ *+' conftest.er1 >conftest.err
40495 rm -f conftest.er1
40496 cat conftest.err >&5
40497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40498 (exit $ac_status); } && {
40499 test -z "$ac_cxx_werror_flag" ||
40500 test ! -s conftest.err
40501 } && test -s conftest.$ac_objext; then
40502 wx_cv_func_statfs_decl=yes
40503 else
40504 echo "$as_me: failed program was:" >&5
40505 sed 's/^/| /' conftest.$ac_ext >&5
40506
40507 wx_cv_func_statfs_decl=no
40508
40509 fi
40510
40511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40512 ac_ext=c
40513 ac_cpp='$CPP $CPPFLAGS'
40514 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40515 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40516 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40517
40518
40519 fi
40520 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
40521 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6; }
40522
40523 if test "$wx_cv_func_statfs_decl" = "yes"; then
40524 cat >>confdefs.h <<\_ACEOF
40525 #define HAVE_STATFS_DECL 1
40526 _ACEOF
40527
40528 fi
40529
40530 wx_cv_type_statvfs_t="struct statfs"
40531 cat >>confdefs.h <<\_ACEOF
40532 #define HAVE_STATFS 1
40533 _ACEOF
40534
40535 else
40536 { echo "$as_me:$LINENO: checking for statvfs" >&5
40537 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6; }
40538 if test "${wx_cv_func_statvfs+set}" = set; then
40539 echo $ECHO_N "(cached) $ECHO_C" >&6
40540 else
40541 cat >conftest.$ac_ext <<_ACEOF
40542 /* confdefs.h. */
40543 _ACEOF
40544 cat confdefs.h >>conftest.$ac_ext
40545 cat >>conftest.$ac_ext <<_ACEOF
40546 /* end confdefs.h. */
40547
40548 #include <stddef.h>
40549 #include <sys/statvfs.h>
40550
40551 int
40552 main ()
40553 {
40554
40555 statvfs("/", NULL);
40556
40557 ;
40558 return 0;
40559 }
40560 _ACEOF
40561 rm -f conftest.$ac_objext
40562 if { (ac_try="$ac_compile"
40563 case "(($ac_try" in
40564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40565 *) ac_try_echo=$ac_try;;
40566 esac
40567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40568 (eval "$ac_compile") 2>conftest.er1
40569 ac_status=$?
40570 grep -v '^ *+' conftest.er1 >conftest.err
40571 rm -f conftest.er1
40572 cat conftest.err >&5
40573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40574 (exit $ac_status); } && {
40575 test -z "$ac_c_werror_flag" ||
40576 test ! -s conftest.err
40577 } && test -s conftest.$ac_objext; then
40578 wx_cv_func_statvfs=yes
40579 else
40580 echo "$as_me: failed program was:" >&5
40581 sed 's/^/| /' conftest.$ac_ext >&5
40582
40583 wx_cv_func_statvfs=no
40584
40585 fi
40586
40587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40588
40589 fi
40590 { echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
40591 echo "${ECHO_T}$wx_cv_func_statvfs" >&6; }
40592
40593 if test "$wx_cv_func_statvfs" = "yes"; then
40594 { echo "$as_me:$LINENO: checking for statvfs argument type" >&5
40595 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6; }
40596 if test "${wx_cv_type_statvfs_t+set}" = set; then
40597 echo $ECHO_N "(cached) $ECHO_C" >&6
40598 else
40599 ac_ext=cpp
40600 ac_cpp='$CXXCPP $CPPFLAGS'
40601 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40602 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40603 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40604
40605 cat >conftest.$ac_ext <<_ACEOF
40606 /* confdefs.h. */
40607 _ACEOF
40608 cat confdefs.h >>conftest.$ac_ext
40609 cat >>conftest.$ac_ext <<_ACEOF
40610 /* end confdefs.h. */
40611
40612 #include <sys/statvfs.h>
40613
40614 int
40615 main ()
40616 {
40617
40618 long l;
40619 statvfs_t fs;
40620 statvfs("/", &fs);
40621 l = fs.f_bsize;
40622 l += fs.f_blocks;
40623 l += fs.f_bavail;
40624
40625 ;
40626 return 0;
40627 }
40628 _ACEOF
40629 rm -f conftest.$ac_objext
40630 if { (ac_try="$ac_compile"
40631 case "(($ac_try" in
40632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40633 *) ac_try_echo=$ac_try;;
40634 esac
40635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40636 (eval "$ac_compile") 2>conftest.er1
40637 ac_status=$?
40638 grep -v '^ *+' conftest.er1 >conftest.err
40639 rm -f conftest.er1
40640 cat conftest.err >&5
40641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40642 (exit $ac_status); } && {
40643 test -z "$ac_cxx_werror_flag" ||
40644 test ! -s conftest.err
40645 } && test -s conftest.$ac_objext; then
40646 wx_cv_type_statvfs_t=statvfs_t
40647 else
40648 echo "$as_me: failed program was:" >&5
40649 sed 's/^/| /' conftest.$ac_ext >&5
40650
40651
40652 cat >conftest.$ac_ext <<_ACEOF
40653 /* confdefs.h. */
40654 _ACEOF
40655 cat confdefs.h >>conftest.$ac_ext
40656 cat >>conftest.$ac_ext <<_ACEOF
40657 /* end confdefs.h. */
40658
40659 #include <sys/statvfs.h>
40660
40661 int
40662 main ()
40663 {
40664
40665 long l;
40666 struct statvfs fs;
40667 statvfs("/", &fs);
40668 l = fs.f_bsize;
40669 l += fs.f_blocks;
40670 l += fs.f_bavail;
40671
40672 ;
40673 return 0;
40674 }
40675 _ACEOF
40676 rm -f conftest.$ac_objext
40677 if { (ac_try="$ac_compile"
40678 case "(($ac_try" in
40679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40680 *) ac_try_echo=$ac_try;;
40681 esac
40682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40683 (eval "$ac_compile") 2>conftest.er1
40684 ac_status=$?
40685 grep -v '^ *+' conftest.er1 >conftest.err
40686 rm -f conftest.er1
40687 cat conftest.err >&5
40688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40689 (exit $ac_status); } && {
40690 test -z "$ac_cxx_werror_flag" ||
40691 test ! -s conftest.err
40692 } && test -s conftest.$ac_objext; then
40693 wx_cv_type_statvfs_t="struct statvfs"
40694 else
40695 echo "$as_me: failed program was:" >&5
40696 sed 's/^/| /' conftest.$ac_ext >&5
40697
40698 wx_cv_type_statvfs_t="unknown"
40699
40700 fi
40701
40702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40703
40704
40705 fi
40706
40707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40708 ac_ext=c
40709 ac_cpp='$CPP $CPPFLAGS'
40710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40713
40714
40715 fi
40716 { echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
40717 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6; }
40718
40719 if test "$wx_cv_type_statvfs_t" != "unknown"; then
40720 cat >>confdefs.h <<\_ACEOF
40721 #define HAVE_STATVFS 1
40722 _ACEOF
40723
40724 fi
40725 else
40726 wx_cv_type_statvfs_t="unknown"
40727 fi
40728 fi
40729
40730 if test "$wx_cv_type_statvfs_t" != "unknown"; then
40731 cat >>confdefs.h <<_ACEOF
40732 #define WX_STATFS_T $wx_cv_type_statvfs_t
40733 _ACEOF
40734
40735 else
40736 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
40737 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
40738 fi
40739
40740 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
40741
40742
40743 for ac_func in fcntl flock
40744 do
40745 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40746 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40747 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40748 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40749 echo $ECHO_N "(cached) $ECHO_C" >&6
40750 else
40751 cat >conftest.$ac_ext <<_ACEOF
40752 /* confdefs.h. */
40753 _ACEOF
40754 cat confdefs.h >>conftest.$ac_ext
40755 cat >>conftest.$ac_ext <<_ACEOF
40756 /* end confdefs.h. */
40757 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40758 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40759 #define $ac_func innocuous_$ac_func
40760
40761 /* System header to define __stub macros and hopefully few prototypes,
40762 which can conflict with char $ac_func (); below.
40763 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40764 <limits.h> exists even on freestanding compilers. */
40765
40766 #ifdef __STDC__
40767 # include <limits.h>
40768 #else
40769 # include <assert.h>
40770 #endif
40771
40772 #undef $ac_func
40773
40774 /* Override any GCC internal prototype to avoid an error.
40775 Use char because int might match the return type of a GCC
40776 builtin and then its argument prototype would still apply. */
40777 #ifdef __cplusplus
40778 extern "C"
40779 #endif
40780 char $ac_func ();
40781 /* The GNU C library defines this for functions which it implements
40782 to always fail with ENOSYS. Some functions are actually named
40783 something starting with __ and the normal name is an alias. */
40784 #if defined __stub_$ac_func || defined __stub___$ac_func
40785 choke me
40786 #endif
40787
40788 int
40789 main ()
40790 {
40791 return $ac_func ();
40792 ;
40793 return 0;
40794 }
40795 _ACEOF
40796 rm -f conftest.$ac_objext conftest$ac_exeext
40797 if { (ac_try="$ac_link"
40798 case "(($ac_try" in
40799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40800 *) ac_try_echo=$ac_try;;
40801 esac
40802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40803 (eval "$ac_link") 2>conftest.er1
40804 ac_status=$?
40805 grep -v '^ *+' conftest.er1 >conftest.err
40806 rm -f conftest.er1
40807 cat conftest.err >&5
40808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40809 (exit $ac_status); } && {
40810 test -z "$ac_c_werror_flag" ||
40811 test ! -s conftest.err
40812 } && test -s conftest$ac_exeext &&
40813 $as_test_x conftest$ac_exeext; then
40814 eval "$as_ac_var=yes"
40815 else
40816 echo "$as_me: failed program was:" >&5
40817 sed 's/^/| /' conftest.$ac_ext >&5
40818
40819 eval "$as_ac_var=no"
40820 fi
40821
40822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40823 conftest$ac_exeext conftest.$ac_ext
40824 fi
40825 ac_res=`eval echo '${'$as_ac_var'}'`
40826 { echo "$as_me:$LINENO: result: $ac_res" >&5
40827 echo "${ECHO_T}$ac_res" >&6; }
40828 if test `eval echo '${'$as_ac_var'}'` = yes; then
40829 cat >>confdefs.h <<_ACEOF
40830 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40831 _ACEOF
40832 break
40833 fi
40834 done
40835
40836
40837 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
40838 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
40839 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
40840 wxUSE_SNGLINST_CHECKER=no
40841 fi
40842 fi
40843
40844
40845 for ac_func in timegm
40846 do
40847 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40848 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40849 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40850 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40851 echo $ECHO_N "(cached) $ECHO_C" >&6
40852 else
40853 cat >conftest.$ac_ext <<_ACEOF
40854 /* confdefs.h. */
40855 _ACEOF
40856 cat confdefs.h >>conftest.$ac_ext
40857 cat >>conftest.$ac_ext <<_ACEOF
40858 /* end confdefs.h. */
40859 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40860 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40861 #define $ac_func innocuous_$ac_func
40862
40863 /* System header to define __stub macros and hopefully few prototypes,
40864 which can conflict with char $ac_func (); below.
40865 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40866 <limits.h> exists even on freestanding compilers. */
40867
40868 #ifdef __STDC__
40869 # include <limits.h>
40870 #else
40871 # include <assert.h>
40872 #endif
40873
40874 #undef $ac_func
40875
40876 /* Override any GCC internal prototype to avoid an error.
40877 Use char because int might match the return type of a GCC
40878 builtin and then its argument prototype would still apply. */
40879 #ifdef __cplusplus
40880 extern "C"
40881 #endif
40882 char $ac_func ();
40883 /* The GNU C library defines this for functions which it implements
40884 to always fail with ENOSYS. Some functions are actually named
40885 something starting with __ and the normal name is an alias. */
40886 #if defined __stub_$ac_func || defined __stub___$ac_func
40887 choke me
40888 #endif
40889
40890 int
40891 main ()
40892 {
40893 return $ac_func ();
40894 ;
40895 return 0;
40896 }
40897 _ACEOF
40898 rm -f conftest.$ac_objext conftest$ac_exeext
40899 if { (ac_try="$ac_link"
40900 case "(($ac_try" in
40901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40902 *) ac_try_echo=$ac_try;;
40903 esac
40904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40905 (eval "$ac_link") 2>conftest.er1
40906 ac_status=$?
40907 grep -v '^ *+' conftest.er1 >conftest.err
40908 rm -f conftest.er1
40909 cat conftest.err >&5
40910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40911 (exit $ac_status); } && {
40912 test -z "$ac_c_werror_flag" ||
40913 test ! -s conftest.err
40914 } && test -s conftest$ac_exeext &&
40915 $as_test_x conftest$ac_exeext; then
40916 eval "$as_ac_var=yes"
40917 else
40918 echo "$as_me: failed program was:" >&5
40919 sed 's/^/| /' conftest.$ac_ext >&5
40920
40921 eval "$as_ac_var=no"
40922 fi
40923
40924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40925 conftest$ac_exeext conftest.$ac_ext
40926 fi
40927 ac_res=`eval echo '${'$as_ac_var'}'`
40928 { echo "$as_me:$LINENO: result: $ac_res" >&5
40929 echo "${ECHO_T}$ac_res" >&6; }
40930 if test `eval echo '${'$as_ac_var'}'` = yes; then
40931 cat >>confdefs.h <<_ACEOF
40932 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40933 _ACEOF
40934
40935 fi
40936 done
40937
40938
40939
40940
40941 for ac_func in setenv putenv
40942 do
40943 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40944 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40945 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40946 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40947 echo $ECHO_N "(cached) $ECHO_C" >&6
40948 else
40949 cat >conftest.$ac_ext <<_ACEOF
40950 /* confdefs.h. */
40951 _ACEOF
40952 cat confdefs.h >>conftest.$ac_ext
40953 cat >>conftest.$ac_ext <<_ACEOF
40954 /* end confdefs.h. */
40955 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40956 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40957 #define $ac_func innocuous_$ac_func
40958
40959 /* System header to define __stub macros and hopefully few prototypes,
40960 which can conflict with char $ac_func (); below.
40961 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40962 <limits.h> exists even on freestanding compilers. */
40963
40964 #ifdef __STDC__
40965 # include <limits.h>
40966 #else
40967 # include <assert.h>
40968 #endif
40969
40970 #undef $ac_func
40971
40972 /* Override any GCC internal prototype to avoid an error.
40973 Use char because int might match the return type of a GCC
40974 builtin and then its argument prototype would still apply. */
40975 #ifdef __cplusplus
40976 extern "C"
40977 #endif
40978 char $ac_func ();
40979 /* The GNU C library defines this for functions which it implements
40980 to always fail with ENOSYS. Some functions are actually named
40981 something starting with __ and the normal name is an alias. */
40982 #if defined __stub_$ac_func || defined __stub___$ac_func
40983 choke me
40984 #endif
40985
40986 int
40987 main ()
40988 {
40989 return $ac_func ();
40990 ;
40991 return 0;
40992 }
40993 _ACEOF
40994 rm -f conftest.$ac_objext conftest$ac_exeext
40995 if { (ac_try="$ac_link"
40996 case "(($ac_try" in
40997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40998 *) ac_try_echo=$ac_try;;
40999 esac
41000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41001 (eval "$ac_link") 2>conftest.er1
41002 ac_status=$?
41003 grep -v '^ *+' conftest.er1 >conftest.err
41004 rm -f conftest.er1
41005 cat conftest.err >&5
41006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41007 (exit $ac_status); } && {
41008 test -z "$ac_c_werror_flag" ||
41009 test ! -s conftest.err
41010 } && test -s conftest$ac_exeext &&
41011 $as_test_x conftest$ac_exeext; then
41012 eval "$as_ac_var=yes"
41013 else
41014 echo "$as_me: failed program was:" >&5
41015 sed 's/^/| /' conftest.$ac_ext >&5
41016
41017 eval "$as_ac_var=no"
41018 fi
41019
41020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41021 conftest$ac_exeext conftest.$ac_ext
41022 fi
41023 ac_res=`eval echo '${'$as_ac_var'}'`
41024 { echo "$as_me:$LINENO: result: $ac_res" >&5
41025 echo "${ECHO_T}$ac_res" >&6; }
41026 if test `eval echo '${'$as_ac_var'}'` = yes; then
41027 cat >>confdefs.h <<_ACEOF
41028 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41029 _ACEOF
41030 break
41031 fi
41032 done
41033
41034
41035 HAVE_SOME_SLEEP_FUNC=0
41036 if test "$USE_BEOS" = 1; then
41037 cat >>confdefs.h <<\_ACEOF
41038 #define HAVE_SLEEP 1
41039 _ACEOF
41040
41041 HAVE_SOME_SLEEP_FUNC=1
41042 fi
41043
41044 if test "$USE_DARWIN" = 1; then
41045 cat >>confdefs.h <<\_ACEOF
41046 #define HAVE_USLEEP 1
41047 _ACEOF
41048
41049 HAVE_SOME_SLEEP_FUNC=1
41050 fi
41051
41052 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
41053 POSIX4_LINK=
41054
41055 for ac_func in nanosleep
41056 do
41057 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41058 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41059 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41060 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41061 echo $ECHO_N "(cached) $ECHO_C" >&6
41062 else
41063 cat >conftest.$ac_ext <<_ACEOF
41064 /* confdefs.h. */
41065 _ACEOF
41066 cat confdefs.h >>conftest.$ac_ext
41067 cat >>conftest.$ac_ext <<_ACEOF
41068 /* end confdefs.h. */
41069 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41070 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41071 #define $ac_func innocuous_$ac_func
41072
41073 /* System header to define __stub macros and hopefully few prototypes,
41074 which can conflict with char $ac_func (); below.
41075 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41076 <limits.h> exists even on freestanding compilers. */
41077
41078 #ifdef __STDC__
41079 # include <limits.h>
41080 #else
41081 # include <assert.h>
41082 #endif
41083
41084 #undef $ac_func
41085
41086 /* Override any GCC internal prototype to avoid an error.
41087 Use char because int might match the return type of a GCC
41088 builtin and then its argument prototype would still apply. */
41089 #ifdef __cplusplus
41090 extern "C"
41091 #endif
41092 char $ac_func ();
41093 /* The GNU C library defines this for functions which it implements
41094 to always fail with ENOSYS. Some functions are actually named
41095 something starting with __ and the normal name is an alias. */
41096 #if defined __stub_$ac_func || defined __stub___$ac_func
41097 choke me
41098 #endif
41099
41100 int
41101 main ()
41102 {
41103 return $ac_func ();
41104 ;
41105 return 0;
41106 }
41107 _ACEOF
41108 rm -f conftest.$ac_objext conftest$ac_exeext
41109 if { (ac_try="$ac_link"
41110 case "(($ac_try" in
41111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41112 *) ac_try_echo=$ac_try;;
41113 esac
41114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41115 (eval "$ac_link") 2>conftest.er1
41116 ac_status=$?
41117 grep -v '^ *+' conftest.er1 >conftest.err
41118 rm -f conftest.er1
41119 cat conftest.err >&5
41120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41121 (exit $ac_status); } && {
41122 test -z "$ac_c_werror_flag" ||
41123 test ! -s conftest.err
41124 } && test -s conftest$ac_exeext &&
41125 $as_test_x conftest$ac_exeext; then
41126 eval "$as_ac_var=yes"
41127 else
41128 echo "$as_me: failed program was:" >&5
41129 sed 's/^/| /' conftest.$ac_ext >&5
41130
41131 eval "$as_ac_var=no"
41132 fi
41133
41134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41135 conftest$ac_exeext conftest.$ac_ext
41136 fi
41137 ac_res=`eval echo '${'$as_ac_var'}'`
41138 { echo "$as_me:$LINENO: result: $ac_res" >&5
41139 echo "${ECHO_T}$ac_res" >&6; }
41140 if test `eval echo '${'$as_ac_var'}'` = yes; then
41141 cat >>confdefs.h <<_ACEOF
41142 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41143 _ACEOF
41144 cat >>confdefs.h <<\_ACEOF
41145 #define HAVE_NANOSLEEP 1
41146 _ACEOF
41147
41148 else
41149
41150 { echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
41151 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6; }
41152 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
41153 echo $ECHO_N "(cached) $ECHO_C" >&6
41154 else
41155 ac_check_lib_save_LIBS=$LIBS
41156 LIBS="-lposix4 $LIBS"
41157 cat >conftest.$ac_ext <<_ACEOF
41158 /* confdefs.h. */
41159 _ACEOF
41160 cat confdefs.h >>conftest.$ac_ext
41161 cat >>conftest.$ac_ext <<_ACEOF
41162 /* end confdefs.h. */
41163
41164 /* Override any GCC internal prototype to avoid an error.
41165 Use char because int might match the return type of a GCC
41166 builtin and then its argument prototype would still apply. */
41167 #ifdef __cplusplus
41168 extern "C"
41169 #endif
41170 char nanosleep ();
41171 int
41172 main ()
41173 {
41174 return nanosleep ();
41175 ;
41176 return 0;
41177 }
41178 _ACEOF
41179 rm -f conftest.$ac_objext conftest$ac_exeext
41180 if { (ac_try="$ac_link"
41181 case "(($ac_try" in
41182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41183 *) ac_try_echo=$ac_try;;
41184 esac
41185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41186 (eval "$ac_link") 2>conftest.er1
41187 ac_status=$?
41188 grep -v '^ *+' conftest.er1 >conftest.err
41189 rm -f conftest.er1
41190 cat conftest.err >&5
41191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41192 (exit $ac_status); } && {
41193 test -z "$ac_c_werror_flag" ||
41194 test ! -s conftest.err
41195 } && test -s conftest$ac_exeext &&
41196 $as_test_x conftest$ac_exeext; then
41197 ac_cv_lib_posix4_nanosleep=yes
41198 else
41199 echo "$as_me: failed program was:" >&5
41200 sed 's/^/| /' conftest.$ac_ext >&5
41201
41202 ac_cv_lib_posix4_nanosleep=no
41203 fi
41204
41205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41206 conftest$ac_exeext conftest.$ac_ext
41207 LIBS=$ac_check_lib_save_LIBS
41208 fi
41209 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
41210 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6; }
41211 if test $ac_cv_lib_posix4_nanosleep = yes; then
41212
41213 cat >>confdefs.h <<\_ACEOF
41214 #define HAVE_NANOSLEEP 1
41215 _ACEOF
41216
41217 POSIX4_LINK=" -lposix4"
41218
41219 else
41220
41221
41222 for wx_func in usleep
41223 do
41224 { echo "$as_me:$LINENO: checking for $wx_func" >&5
41225 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41226 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41227 echo $ECHO_N "(cached) $ECHO_C" >&6
41228 else
41229
41230 cat >conftest.$ac_ext <<_ACEOF
41231
41232 /* confdefs.h. */
41233 _ACEOF
41234 cat confdefs.h >>conftest.$ac_ext
41235 cat >>conftest.$ac_ext <<_ACEOF
41236 /* end confdefs.h. */
41237
41238
41239 $ac_includes_default
41240
41241 int
41242 main ()
41243 {
41244
41245 #ifndef $wx_func
41246 &$wx_func;
41247 #endif
41248
41249
41250 ;
41251 return 0;
41252 }
41253
41254 _ACEOF
41255 rm -f conftest.$ac_objext conftest$ac_exeext
41256 if { (ac_try="$ac_link"
41257 case "(($ac_try" in
41258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41259 *) ac_try_echo=$ac_try;;
41260 esac
41261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41262 (eval "$ac_link") 2>conftest.er1
41263 ac_status=$?
41264 grep -v '^ *+' conftest.er1 >conftest.err
41265 rm -f conftest.er1
41266 cat conftest.err >&5
41267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41268 (exit $ac_status); } && {
41269 test -z "$ac_c_werror_flag" ||
41270 test ! -s conftest.err
41271 } && test -s conftest$ac_exeext &&
41272 $as_test_x conftest$ac_exeext; then
41273 eval wx_cv_func_$wx_func=yes
41274 else
41275 echo "$as_me: failed program was:" >&5
41276 sed 's/^/| /' conftest.$ac_ext >&5
41277
41278 eval wx_cv_func_$wx_func=no
41279 fi
41280
41281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41282 conftest$ac_exeext conftest.$ac_ext
41283
41284 fi
41285 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41286 { echo "$as_me:$LINENO: result: $ac_res" >&5
41287 echo "${ECHO_T}$ac_res" >&6; }
41288
41289 if eval test \$wx_cv_func_$wx_func = yes
41290 then
41291 cat >>confdefs.h <<_ACEOF
41292 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
41293 _ACEOF
41294
41295
41296 else
41297 :
41298 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
41299 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
41300
41301 fi
41302 done
41303
41304
41305
41306 fi
41307
41308
41309
41310 fi
41311 done
41312
41313 fi
41314
41315
41316 for wx_func in uname
41317 do
41318 { echo "$as_me:$LINENO: checking for $wx_func" >&5
41319 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41320 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41321 echo $ECHO_N "(cached) $ECHO_C" >&6
41322 else
41323
41324 cat >conftest.$ac_ext <<_ACEOF
41325
41326 /* confdefs.h. */
41327 _ACEOF
41328 cat confdefs.h >>conftest.$ac_ext
41329 cat >>conftest.$ac_ext <<_ACEOF
41330 /* end confdefs.h. */
41331
41332 #include <sys/utsname.h>
41333 $ac_includes_default
41334
41335 int
41336 main ()
41337 {
41338
41339 #ifndef $wx_func
41340 &$wx_func;
41341 #endif
41342
41343
41344 ;
41345 return 0;
41346 }
41347
41348 _ACEOF
41349 rm -f conftest.$ac_objext conftest$ac_exeext
41350 if { (ac_try="$ac_link"
41351 case "(($ac_try" in
41352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41353 *) ac_try_echo=$ac_try;;
41354 esac
41355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41356 (eval "$ac_link") 2>conftest.er1
41357 ac_status=$?
41358 grep -v '^ *+' conftest.er1 >conftest.err
41359 rm -f conftest.er1
41360 cat conftest.err >&5
41361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41362 (exit $ac_status); } && {
41363 test -z "$ac_c_werror_flag" ||
41364 test ! -s conftest.err
41365 } && test -s conftest$ac_exeext &&
41366 $as_test_x conftest$ac_exeext; then
41367 eval wx_cv_func_$wx_func=yes
41368 else
41369 echo "$as_me: failed program was:" >&5
41370 sed 's/^/| /' conftest.$ac_ext >&5
41371
41372 eval wx_cv_func_$wx_func=no
41373 fi
41374
41375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41376 conftest$ac_exeext conftest.$ac_ext
41377
41378 fi
41379 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41380 { echo "$as_me:$LINENO: result: $ac_res" >&5
41381 echo "${ECHO_T}$ac_res" >&6; }
41382
41383 if eval test \$wx_cv_func_$wx_func = yes
41384 then
41385 cat >>confdefs.h <<_ACEOF
41386 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
41387 _ACEOF
41388
41389
41390 else
41391 :
41392
41393 fi
41394 done
41395
41396 if test "$wx_cv_func_uname" != yes; then
41397
41398 for wx_func in gethostname
41399 do
41400 { echo "$as_me:$LINENO: checking for $wx_func" >&5
41401 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41402 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41403 echo $ECHO_N "(cached) $ECHO_C" >&6
41404 else
41405
41406 cat >conftest.$ac_ext <<_ACEOF
41407
41408 /* confdefs.h. */
41409 _ACEOF
41410 cat confdefs.h >>conftest.$ac_ext
41411 cat >>conftest.$ac_ext <<_ACEOF
41412 /* end confdefs.h. */
41413
41414
41415 $ac_includes_default
41416
41417 int
41418 main ()
41419 {
41420
41421 #ifndef $wx_func
41422 &$wx_func;
41423 #endif
41424
41425
41426 ;
41427 return 0;
41428 }
41429
41430 _ACEOF
41431 rm -f conftest.$ac_objext conftest$ac_exeext
41432 if { (ac_try="$ac_link"
41433 case "(($ac_try" in
41434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41435 *) ac_try_echo=$ac_try;;
41436 esac
41437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41438 (eval "$ac_link") 2>conftest.er1
41439 ac_status=$?
41440 grep -v '^ *+' conftest.er1 >conftest.err
41441 rm -f conftest.er1
41442 cat conftest.err >&5
41443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41444 (exit $ac_status); } && {
41445 test -z "$ac_c_werror_flag" ||
41446 test ! -s conftest.err
41447 } && test -s conftest$ac_exeext &&
41448 $as_test_x conftest$ac_exeext; then
41449 eval wx_cv_func_$wx_func=yes
41450 else
41451 echo "$as_me: failed program was:" >&5
41452 sed 's/^/| /' conftest.$ac_ext >&5
41453
41454 eval wx_cv_func_$wx_func=no
41455 fi
41456
41457 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41458 conftest$ac_exeext conftest.$ac_ext
41459
41460 fi
41461 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41462 { echo "$as_me:$LINENO: result: $ac_res" >&5
41463 echo "${ECHO_T}$ac_res" >&6; }
41464
41465 if eval test \$wx_cv_func_$wx_func = yes
41466 then
41467 cat >>confdefs.h <<_ACEOF
41468 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
41469 _ACEOF
41470
41471
41472 else
41473 :
41474
41475 fi
41476 done
41477
41478 fi
41479
41480
41481 for wx_func in strtok_r
41482 do
41483 { echo "$as_me:$LINENO: checking for $wx_func" >&5
41484 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41485 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41486 echo $ECHO_N "(cached) $ECHO_C" >&6
41487 else
41488
41489 cat >conftest.$ac_ext <<_ACEOF
41490
41491 /* confdefs.h. */
41492 _ACEOF
41493 cat confdefs.h >>conftest.$ac_ext
41494 cat >>conftest.$ac_ext <<_ACEOF
41495 /* end confdefs.h. */
41496
41497 #define _REENTRANT
41498 $ac_includes_default
41499
41500 int
41501 main ()
41502 {
41503
41504 #ifndef $wx_func
41505 &$wx_func;
41506 #endif
41507
41508
41509 ;
41510 return 0;
41511 }
41512
41513 _ACEOF
41514 rm -f conftest.$ac_objext conftest$ac_exeext
41515 if { (ac_try="$ac_link"
41516 case "(($ac_try" in
41517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41518 *) ac_try_echo=$ac_try;;
41519 esac
41520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41521 (eval "$ac_link") 2>conftest.er1
41522 ac_status=$?
41523 grep -v '^ *+' conftest.er1 >conftest.err
41524 rm -f conftest.er1
41525 cat conftest.err >&5
41526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41527 (exit $ac_status); } && {
41528 test -z "$ac_c_werror_flag" ||
41529 test ! -s conftest.err
41530 } && test -s conftest$ac_exeext &&
41531 $as_test_x conftest$ac_exeext; then
41532 eval wx_cv_func_$wx_func=yes
41533 else
41534 echo "$as_me: failed program was:" >&5
41535 sed 's/^/| /' conftest.$ac_ext >&5
41536
41537 eval wx_cv_func_$wx_func=no
41538 fi
41539
41540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41541 conftest$ac_exeext conftest.$ac_ext
41542
41543 fi
41544 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41545 { echo "$as_me:$LINENO: result: $ac_res" >&5
41546 echo "${ECHO_T}$ac_res" >&6; }
41547
41548 if eval test \$wx_cv_func_$wx_func = yes
41549 then
41550 cat >>confdefs.h <<_ACEOF
41551 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
41552 _ACEOF
41553
41554
41555 else
41556 :
41557
41558 fi
41559 done
41560
41561
41562 INET_LINK=
41563
41564 for ac_func in inet_addr
41565 do
41566 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41567 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41568 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41569 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41570 echo $ECHO_N "(cached) $ECHO_C" >&6
41571 else
41572 cat >conftest.$ac_ext <<_ACEOF
41573 /* confdefs.h. */
41574 _ACEOF
41575 cat confdefs.h >>conftest.$ac_ext
41576 cat >>conftest.$ac_ext <<_ACEOF
41577 /* end confdefs.h. */
41578 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41579 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41580 #define $ac_func innocuous_$ac_func
41581
41582 /* System header to define __stub macros and hopefully few prototypes,
41583 which can conflict with char $ac_func (); below.
41584 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41585 <limits.h> exists even on freestanding compilers. */
41586
41587 #ifdef __STDC__
41588 # include <limits.h>
41589 #else
41590 # include <assert.h>
41591 #endif
41592
41593 #undef $ac_func
41594
41595 /* Override any GCC internal prototype to avoid an error.
41596 Use char because int might match the return type of a GCC
41597 builtin and then its argument prototype would still apply. */
41598 #ifdef __cplusplus
41599 extern "C"
41600 #endif
41601 char $ac_func ();
41602 /* The GNU C library defines this for functions which it implements
41603 to always fail with ENOSYS. Some functions are actually named
41604 something starting with __ and the normal name is an alias. */
41605 #if defined __stub_$ac_func || defined __stub___$ac_func
41606 choke me
41607 #endif
41608
41609 int
41610 main ()
41611 {
41612 return $ac_func ();
41613 ;
41614 return 0;
41615 }
41616 _ACEOF
41617 rm -f conftest.$ac_objext conftest$ac_exeext
41618 if { (ac_try="$ac_link"
41619 case "(($ac_try" in
41620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41621 *) ac_try_echo=$ac_try;;
41622 esac
41623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41624 (eval "$ac_link") 2>conftest.er1
41625 ac_status=$?
41626 grep -v '^ *+' conftest.er1 >conftest.err
41627 rm -f conftest.er1
41628 cat conftest.err >&5
41629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41630 (exit $ac_status); } && {
41631 test -z "$ac_c_werror_flag" ||
41632 test ! -s conftest.err
41633 } && test -s conftest$ac_exeext &&
41634 $as_test_x conftest$ac_exeext; then
41635 eval "$as_ac_var=yes"
41636 else
41637 echo "$as_me: failed program was:" >&5
41638 sed 's/^/| /' conftest.$ac_ext >&5
41639
41640 eval "$as_ac_var=no"
41641 fi
41642
41643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41644 conftest$ac_exeext conftest.$ac_ext
41645 fi
41646 ac_res=`eval echo '${'$as_ac_var'}'`
41647 { echo "$as_me:$LINENO: result: $ac_res" >&5
41648 echo "${ECHO_T}$ac_res" >&6; }
41649 if test `eval echo '${'$as_ac_var'}'` = yes; then
41650 cat >>confdefs.h <<_ACEOF
41651 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41652 _ACEOF
41653 cat >>confdefs.h <<\_ACEOF
41654 #define HAVE_INET_ADDR 1
41655 _ACEOF
41656
41657 else
41658
41659 { echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
41660 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6; }
41661 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
41662 echo $ECHO_N "(cached) $ECHO_C" >&6
41663 else
41664 ac_check_lib_save_LIBS=$LIBS
41665 LIBS="-lnsl $LIBS"
41666 cat >conftest.$ac_ext <<_ACEOF
41667 /* confdefs.h. */
41668 _ACEOF
41669 cat confdefs.h >>conftest.$ac_ext
41670 cat >>conftest.$ac_ext <<_ACEOF
41671 /* end confdefs.h. */
41672
41673 /* Override any GCC internal prototype to avoid an error.
41674 Use char because int might match the return type of a GCC
41675 builtin and then its argument prototype would still apply. */
41676 #ifdef __cplusplus
41677 extern "C"
41678 #endif
41679 char inet_addr ();
41680 int
41681 main ()
41682 {
41683 return inet_addr ();
41684 ;
41685 return 0;
41686 }
41687 _ACEOF
41688 rm -f conftest.$ac_objext conftest$ac_exeext
41689 if { (ac_try="$ac_link"
41690 case "(($ac_try" in
41691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41692 *) ac_try_echo=$ac_try;;
41693 esac
41694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41695 (eval "$ac_link") 2>conftest.er1
41696 ac_status=$?
41697 grep -v '^ *+' conftest.er1 >conftest.err
41698 rm -f conftest.er1
41699 cat conftest.err >&5
41700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41701 (exit $ac_status); } && {
41702 test -z "$ac_c_werror_flag" ||
41703 test ! -s conftest.err
41704 } && test -s conftest$ac_exeext &&
41705 $as_test_x conftest$ac_exeext; then
41706 ac_cv_lib_nsl_inet_addr=yes
41707 else
41708 echo "$as_me: failed program was:" >&5
41709 sed 's/^/| /' conftest.$ac_ext >&5
41710
41711 ac_cv_lib_nsl_inet_addr=no
41712 fi
41713
41714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41715 conftest$ac_exeext conftest.$ac_ext
41716 LIBS=$ac_check_lib_save_LIBS
41717 fi
41718 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
41719 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6; }
41720 if test $ac_cv_lib_nsl_inet_addr = yes; then
41721 INET_LINK="nsl"
41722 else
41723
41724 { echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
41725 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6; }
41726 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
41727 echo $ECHO_N "(cached) $ECHO_C" >&6
41728 else
41729 ac_check_lib_save_LIBS=$LIBS
41730 LIBS="-lresolv $LIBS"
41731 cat >conftest.$ac_ext <<_ACEOF
41732 /* confdefs.h. */
41733 _ACEOF
41734 cat confdefs.h >>conftest.$ac_ext
41735 cat >>conftest.$ac_ext <<_ACEOF
41736 /* end confdefs.h. */
41737
41738 /* Override any GCC internal prototype to avoid an error.
41739 Use char because int might match the return type of a GCC
41740 builtin and then its argument prototype would still apply. */
41741 #ifdef __cplusplus
41742 extern "C"
41743 #endif
41744 char inet_addr ();
41745 int
41746 main ()
41747 {
41748 return inet_addr ();
41749 ;
41750 return 0;
41751 }
41752 _ACEOF
41753 rm -f conftest.$ac_objext conftest$ac_exeext
41754 if { (ac_try="$ac_link"
41755 case "(($ac_try" in
41756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41757 *) ac_try_echo=$ac_try;;
41758 esac
41759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41760 (eval "$ac_link") 2>conftest.er1
41761 ac_status=$?
41762 grep -v '^ *+' conftest.er1 >conftest.err
41763 rm -f conftest.er1
41764 cat conftest.err >&5
41765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41766 (exit $ac_status); } && {
41767 test -z "$ac_c_werror_flag" ||
41768 test ! -s conftest.err
41769 } && test -s conftest$ac_exeext &&
41770 $as_test_x conftest$ac_exeext; then
41771 ac_cv_lib_resolv_inet_addr=yes
41772 else
41773 echo "$as_me: failed program was:" >&5
41774 sed 's/^/| /' conftest.$ac_ext >&5
41775
41776 ac_cv_lib_resolv_inet_addr=no
41777 fi
41778
41779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41780 conftest$ac_exeext conftest.$ac_ext
41781 LIBS=$ac_check_lib_save_LIBS
41782 fi
41783 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
41784 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6; }
41785 if test $ac_cv_lib_resolv_inet_addr = yes; then
41786 INET_LINK="resolv"
41787 else
41788
41789 { echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
41790 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6; }
41791 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
41792 echo $ECHO_N "(cached) $ECHO_C" >&6
41793 else
41794 ac_check_lib_save_LIBS=$LIBS
41795 LIBS="-lsocket $LIBS"
41796 cat >conftest.$ac_ext <<_ACEOF
41797 /* confdefs.h. */
41798 _ACEOF
41799 cat confdefs.h >>conftest.$ac_ext
41800 cat >>conftest.$ac_ext <<_ACEOF
41801 /* end confdefs.h. */
41802
41803 /* Override any GCC internal prototype to avoid an error.
41804 Use char because int might match the return type of a GCC
41805 builtin and then its argument prototype would still apply. */
41806 #ifdef __cplusplus
41807 extern "C"
41808 #endif
41809 char inet_addr ();
41810 int
41811 main ()
41812 {
41813 return inet_addr ();
41814 ;
41815 return 0;
41816 }
41817 _ACEOF
41818 rm -f conftest.$ac_objext conftest$ac_exeext
41819 if { (ac_try="$ac_link"
41820 case "(($ac_try" in
41821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41822 *) ac_try_echo=$ac_try;;
41823 esac
41824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41825 (eval "$ac_link") 2>conftest.er1
41826 ac_status=$?
41827 grep -v '^ *+' conftest.er1 >conftest.err
41828 rm -f conftest.er1
41829 cat conftest.err >&5
41830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41831 (exit $ac_status); } && {
41832 test -z "$ac_c_werror_flag" ||
41833 test ! -s conftest.err
41834 } && test -s conftest$ac_exeext &&
41835 $as_test_x conftest$ac_exeext; then
41836 ac_cv_lib_socket_inet_addr=yes
41837 else
41838 echo "$as_me: failed program was:" >&5
41839 sed 's/^/| /' conftest.$ac_ext >&5
41840
41841 ac_cv_lib_socket_inet_addr=no
41842 fi
41843
41844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41845 conftest$ac_exeext conftest.$ac_ext
41846 LIBS=$ac_check_lib_save_LIBS
41847 fi
41848 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
41849 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6; }
41850 if test $ac_cv_lib_socket_inet_addr = yes; then
41851 INET_LINK="socket"
41852
41853 fi
41854
41855
41856
41857 fi
41858
41859
41860
41861 fi
41862
41863
41864
41865 fi
41866 done
41867
41868
41869
41870 for ac_func in inet_aton
41871 do
41872 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41873 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41874 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41875 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41876 echo $ECHO_N "(cached) $ECHO_C" >&6
41877 else
41878 cat >conftest.$ac_ext <<_ACEOF
41879 /* confdefs.h. */
41880 _ACEOF
41881 cat confdefs.h >>conftest.$ac_ext
41882 cat >>conftest.$ac_ext <<_ACEOF
41883 /* end confdefs.h. */
41884 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41885 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41886 #define $ac_func innocuous_$ac_func
41887
41888 /* System header to define __stub macros and hopefully few prototypes,
41889 which can conflict with char $ac_func (); below.
41890 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41891 <limits.h> exists even on freestanding compilers. */
41892
41893 #ifdef __STDC__
41894 # include <limits.h>
41895 #else
41896 # include <assert.h>
41897 #endif
41898
41899 #undef $ac_func
41900
41901 /* Override any GCC internal prototype to avoid an error.
41902 Use char because int might match the return type of a GCC
41903 builtin and then its argument prototype would still apply. */
41904 #ifdef __cplusplus
41905 extern "C"
41906 #endif
41907 char $ac_func ();
41908 /* The GNU C library defines this for functions which it implements
41909 to always fail with ENOSYS. Some functions are actually named
41910 something starting with __ and the normal name is an alias. */
41911 #if defined __stub_$ac_func || defined __stub___$ac_func
41912 choke me
41913 #endif
41914
41915 int
41916 main ()
41917 {
41918 return $ac_func ();
41919 ;
41920 return 0;
41921 }
41922 _ACEOF
41923 rm -f conftest.$ac_objext conftest$ac_exeext
41924 if { (ac_try="$ac_link"
41925 case "(($ac_try" in
41926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41927 *) ac_try_echo=$ac_try;;
41928 esac
41929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41930 (eval "$ac_link") 2>conftest.er1
41931 ac_status=$?
41932 grep -v '^ *+' conftest.er1 >conftest.err
41933 rm -f conftest.er1
41934 cat conftest.err >&5
41935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41936 (exit $ac_status); } && {
41937 test -z "$ac_c_werror_flag" ||
41938 test ! -s conftest.err
41939 } && test -s conftest$ac_exeext &&
41940 $as_test_x conftest$ac_exeext; then
41941 eval "$as_ac_var=yes"
41942 else
41943 echo "$as_me: failed program was:" >&5
41944 sed 's/^/| /' conftest.$ac_ext >&5
41945
41946 eval "$as_ac_var=no"
41947 fi
41948
41949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41950 conftest$ac_exeext conftest.$ac_ext
41951 fi
41952 ac_res=`eval echo '${'$as_ac_var'}'`
41953 { echo "$as_me:$LINENO: result: $ac_res" >&5
41954 echo "${ECHO_T}$ac_res" >&6; }
41955 if test `eval echo '${'$as_ac_var'}'` = yes; then
41956 cat >>confdefs.h <<_ACEOF
41957 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41958 _ACEOF
41959 cat >>confdefs.h <<\_ACEOF
41960 #define HAVE_INET_ATON 1
41961 _ACEOF
41962
41963 else
41964
41965 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
41966 { echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
41967 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6; }
41968 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
41969 echo $ECHO_N "(cached) $ECHO_C" >&6
41970 else
41971 ac_check_lib_save_LIBS=$LIBS
41972 LIBS="-l$INET_LINK $LIBS"
41973 cat >conftest.$ac_ext <<_ACEOF
41974 /* confdefs.h. */
41975 _ACEOF
41976 cat confdefs.h >>conftest.$ac_ext
41977 cat >>conftest.$ac_ext <<_ACEOF
41978 /* end confdefs.h. */
41979
41980 /* Override any GCC internal prototype to avoid an error.
41981 Use char because int might match the return type of a GCC
41982 builtin and then its argument prototype would still apply. */
41983 #ifdef __cplusplus
41984 extern "C"
41985 #endif
41986 char inet_aton ();
41987 int
41988 main ()
41989 {
41990 return inet_aton ();
41991 ;
41992 return 0;
41993 }
41994 _ACEOF
41995 rm -f conftest.$ac_objext conftest$ac_exeext
41996 if { (ac_try="$ac_link"
41997 case "(($ac_try" in
41998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41999 *) ac_try_echo=$ac_try;;
42000 esac
42001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42002 (eval "$ac_link") 2>conftest.er1
42003 ac_status=$?
42004 grep -v '^ *+' conftest.er1 >conftest.err
42005 rm -f conftest.er1
42006 cat conftest.err >&5
42007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42008 (exit $ac_status); } && {
42009 test -z "$ac_c_werror_flag" ||
42010 test ! -s conftest.err
42011 } && test -s conftest$ac_exeext &&
42012 $as_test_x conftest$ac_exeext; then
42013 eval "$as_ac_Lib=yes"
42014 else
42015 echo "$as_me: failed program was:" >&5
42016 sed 's/^/| /' conftest.$ac_ext >&5
42017
42018 eval "$as_ac_Lib=no"
42019 fi
42020
42021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42022 conftest$ac_exeext conftest.$ac_ext
42023 LIBS=$ac_check_lib_save_LIBS
42024 fi
42025 ac_res=`eval echo '${'$as_ac_Lib'}'`
42026 { echo "$as_me:$LINENO: result: $ac_res" >&5
42027 echo "${ECHO_T}$ac_res" >&6; }
42028 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
42029 cat >>confdefs.h <<\_ACEOF
42030 #define HAVE_INET_ATON 1
42031 _ACEOF
42032
42033 fi
42034
42035
42036 fi
42037 done
42038
42039
42040 if test "x$INET_LINK" != "x"; then
42041 cat >>confdefs.h <<\_ACEOF
42042 #define HAVE_INET_ADDR 1
42043 _ACEOF
42044
42045 INET_LINK=" -l$INET_LINK"
42046 fi
42047
42048
42049 for wx_func in fdopen
42050 do
42051 { echo "$as_me:$LINENO: checking for $wx_func" >&5
42052 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
42053 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
42054 echo $ECHO_N "(cached) $ECHO_C" >&6
42055 else
42056
42057 cat >conftest.$ac_ext <<_ACEOF
42058
42059 /* confdefs.h. */
42060 _ACEOF
42061 cat confdefs.h >>conftest.$ac_ext
42062 cat >>conftest.$ac_ext <<_ACEOF
42063 /* end confdefs.h. */
42064
42065
42066 $ac_includes_default
42067
42068 int
42069 main ()
42070 {
42071
42072 #ifndef $wx_func
42073 &$wx_func;
42074 #endif
42075
42076
42077 ;
42078 return 0;
42079 }
42080
42081 _ACEOF
42082 rm -f conftest.$ac_objext conftest$ac_exeext
42083 if { (ac_try="$ac_link"
42084 case "(($ac_try" in
42085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42086 *) ac_try_echo=$ac_try;;
42087 esac
42088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42089 (eval "$ac_link") 2>conftest.er1
42090 ac_status=$?
42091 grep -v '^ *+' conftest.er1 >conftest.err
42092 rm -f conftest.er1
42093 cat conftest.err >&5
42094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42095 (exit $ac_status); } && {
42096 test -z "$ac_c_werror_flag" ||
42097 test ! -s conftest.err
42098 } && test -s conftest$ac_exeext &&
42099 $as_test_x conftest$ac_exeext; then
42100 eval wx_cv_func_$wx_func=yes
42101 else
42102 echo "$as_me: failed program was:" >&5
42103 sed 's/^/| /' conftest.$ac_ext >&5
42104
42105 eval wx_cv_func_$wx_func=no
42106 fi
42107
42108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42109 conftest$ac_exeext conftest.$ac_ext
42110
42111 fi
42112 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
42113 { echo "$as_me:$LINENO: result: $ac_res" >&5
42114 echo "${ECHO_T}$ac_res" >&6; }
42115
42116 if eval test \$wx_cv_func_$wx_func = yes
42117 then
42118 cat >>confdefs.h <<_ACEOF
42119 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
42120 _ACEOF
42121
42122
42123 else
42124 :
42125
42126 fi
42127 done
42128
42129
42130 fi
42131
42132
42133
42134 cat >confcache <<\_ACEOF
42135 # This file is a shell script that caches the results of configure
42136 # tests run on this system so they can be shared between configure
42137 # scripts and configure runs, see configure's option --config-cache.
42138 # It is not useful on other systems. If it contains results you don't
42139 # want to keep, you may remove or edit it.
42140 #
42141 # config.status only pays attention to the cache file if you give it
42142 # the --recheck option to rerun configure.
42143 #
42144 # `ac_cv_env_foo' variables (set or unset) will be overridden when
42145 # loading this file, other *unset* `ac_cv_foo' will be assigned the
42146 # following values.
42147
42148 _ACEOF
42149
42150 # The following way of writing the cache mishandles newlines in values,
42151 # but we know of no workaround that is simple, portable, and efficient.
42152 # So, we kill variables containing newlines.
42153 # Ultrix sh set writes to stderr and can't be redirected directly,
42154 # and sets the high bit in the cache file unless we assign to the vars.
42155 (
42156 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
42157 eval ac_val=\$$ac_var
42158 case $ac_val in #(
42159 *${as_nl}*)
42160 case $ac_var in #(
42161 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
42162 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
42163 esac
42164 case $ac_var in #(
42165 _ | IFS | as_nl) ;; #(
42166 *) $as_unset $ac_var ;;
42167 esac ;;
42168 esac
42169 done
42170
42171 (set) 2>&1 |
42172 case $as_nl`(ac_space=' '; set) 2>&1` in #(
42173 *${as_nl}ac_space=\ *)
42174 # `set' does not quote correctly, so add quotes (double-quote
42175 # substitution turns \\\\ into \\, and sed turns \\ into \).
42176 sed -n \
42177 "s/'/'\\\\''/g;
42178 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
42179 ;; #(
42180 *)
42181 # `set' quotes correctly as required by POSIX, so do not add quotes.
42182 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42183 ;;
42184 esac |
42185 sort
42186 ) |
42187 sed '
42188 /^ac_cv_env_/b end
42189 t clear
42190 :clear
42191 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
42192 t end
42193 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
42194 :end' >>confcache
42195 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
42196 if test -w "$cache_file"; then
42197 test "x$cache_file" != "x/dev/null" &&
42198 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
42199 echo "$as_me: updating cache $cache_file" >&6;}
42200 cat confcache >$cache_file
42201 else
42202 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
42203 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42204 fi
42205 fi
42206 rm -f confcache
42207
42208
42209 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
42210
42211
42212 THREADS_LINK=
42213 THREADS_CFLAGS=
42214
42215 if test "$wxUSE_THREADS" = "yes" ; then
42216 if test "$USE_BEOS" = 1; then
42217 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
42218 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
42219 wxUSE_THREADS="no"
42220 fi
42221 fi
42222
42223 if test "$wxUSE_THREADS" = "yes" ; then
42224
42225
42226 THREAD_OPTS="-pthread"
42227 if test "x$SUNCXX" = xyes; then
42228 THREAD_OPTS="-mt lthread $THREAD_OPTS"
42229 fi
42230
42231 case "${host}" in
42232 *-*-solaris2* | *-*-sunos4* )
42233 if test "x$GCC" = "xyes"; then
42234 THREAD_OPTS="-pthreads $THREAD_OPTS"
42235 fi
42236 ;;
42237 *-*-freebsd*)
42238 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
42239 ;;
42240 *-*-darwin* | *-*-cygwin* )
42241 THREAD_OPTS=""
42242 ;;
42243 *-*-aix*)
42244 THREAD_OPTS="pthreads"
42245 ;;
42246 *-hp-hpux* )
42247 if test "x$GCC" = "xyes"; then
42248 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
42249 THREAD_OPTS=""
42250 else
42251 THREAD_OPTS="-mt"
42252 fi
42253 ;;
42254
42255 *-*-irix* )
42256 if test "x$GCC" = "xyes"; then
42257 THREAD_OPTS=""
42258 fi
42259 ;;
42260
42261 *-*-*UnixWare*)
42262 if test "x$GCC" != "xyes"; then
42263 THREAD_OPTS="-Ethread"
42264 fi
42265 ;;
42266 esac
42267
42268 THREAD_OPTS="$THREAD_OPTS pthread none"
42269
42270 THREADS_OK=no
42271 for flag in $THREAD_OPTS; do
42272 case $flag in
42273 none)
42274 { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
42275 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; }
42276 ;;
42277
42278 -*)
42279 { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
42280 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; }
42281 THREADS_CFLAGS="$flag"
42282 ;;
42283
42284 *)
42285 { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
42286 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; }
42287 THREADS_LINK="-l$flag"
42288 ;;
42289 esac
42290
42291 save_LIBS="$LIBS"
42292 save_CFLAGS="$CFLAGS"
42293 LIBS="$THREADS_LINK $LIBS"
42294 CFLAGS="$THREADS_CFLAGS $CFLAGS"
42295
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 #include <pthread.h>
42303 int
42304 main ()
42305 {
42306 pthread_create(0,0,0,0);
42307 ;
42308 return 0;
42309 }
42310 _ACEOF
42311 rm -f conftest.$ac_objext conftest$ac_exeext
42312 if { (ac_try="$ac_link"
42313 case "(($ac_try" in
42314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42315 *) ac_try_echo=$ac_try;;
42316 esac
42317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42318 (eval "$ac_link") 2>conftest.er1
42319 ac_status=$?
42320 grep -v '^ *+' conftest.er1 >conftest.err
42321 rm -f conftest.er1
42322 cat conftest.err >&5
42323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42324 (exit $ac_status); } && {
42325 test -z "$ac_c_werror_flag" ||
42326 test ! -s conftest.err
42327 } && test -s conftest$ac_exeext &&
42328 $as_test_x conftest$ac_exeext; then
42329 THREADS_OK=yes
42330 else
42331 echo "$as_me: failed program was:" >&5
42332 sed 's/^/| /' conftest.$ac_ext >&5
42333
42334
42335 fi
42336
42337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42338 conftest$ac_exeext conftest.$ac_ext
42339
42340 LIBS="$save_LIBS"
42341 CFLAGS="$save_CFLAGS"
42342
42343 { echo "$as_me:$LINENO: result: $THREADS_OK" >&5
42344 echo "${ECHO_T}$THREADS_OK" >&6; }
42345 if test "x$THREADS_OK" = "xyes"; then
42346 break;
42347 fi
42348
42349 THREADS_LINK=""
42350 THREADS_CFLAGS=""
42351 done
42352
42353 if test "x$THREADS_OK" != "xyes"; then
42354 wxUSE_THREADS=no
42355 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
42356 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
42357 else
42358 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
42359 LIBS="$THREADS_LINK $LIBS"
42360
42361 { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
42362 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; }
42363 flag=no
42364 case "${host}" in
42365 *-aix*)
42366 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
42367 flag="-D_THREAD_SAFE"
42368 ;;
42369 *-freebsd*)
42370 flag="-D_THREAD_SAFE"
42371 ;;
42372 *-hp-hpux* )
42373 flag="-D_REENTRANT"
42374 if test "x$GCC" != "xyes"; then
42375 flag="$flag -D_RWSTD_MULTI_THREAD"
42376 fi
42377 ;;
42378 *solaris* | alpha*-osf*)
42379 flag="-D_REENTRANT"
42380 ;;
42381 esac
42382 { echo "$as_me:$LINENO: result: ${flag}" >&5
42383 echo "${ECHO_T}${flag}" >&6; }
42384 if test "x$flag" != xno; then
42385 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
42386 fi
42387
42388 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
42389 fi
42390 fi
42391
42392 if test "$wxUSE_THREADS" = "yes" ; then
42393
42394 for ac_func in thr_setconcurrency
42395 do
42396 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42397 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42398 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42399 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42400 echo $ECHO_N "(cached) $ECHO_C" >&6
42401 else
42402 cat >conftest.$ac_ext <<_ACEOF
42403 /* confdefs.h. */
42404 _ACEOF
42405 cat confdefs.h >>conftest.$ac_ext
42406 cat >>conftest.$ac_ext <<_ACEOF
42407 /* end confdefs.h. */
42408 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42409 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42410 #define $ac_func innocuous_$ac_func
42411
42412 /* System header to define __stub macros and hopefully few prototypes,
42413 which can conflict with char $ac_func (); below.
42414 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42415 <limits.h> exists even on freestanding compilers. */
42416
42417 #ifdef __STDC__
42418 # include <limits.h>
42419 #else
42420 # include <assert.h>
42421 #endif
42422
42423 #undef $ac_func
42424
42425 /* Override any GCC internal prototype to avoid an error.
42426 Use char because int might match the return type of a GCC
42427 builtin and then its argument prototype would still apply. */
42428 #ifdef __cplusplus
42429 extern "C"
42430 #endif
42431 char $ac_func ();
42432 /* The GNU C library defines this for functions which it implements
42433 to always fail with ENOSYS. Some functions are actually named
42434 something starting with __ and the normal name is an alias. */
42435 #if defined __stub_$ac_func || defined __stub___$ac_func
42436 choke me
42437 #endif
42438
42439 int
42440 main ()
42441 {
42442 return $ac_func ();
42443 ;
42444 return 0;
42445 }
42446 _ACEOF
42447 rm -f conftest.$ac_objext conftest$ac_exeext
42448 if { (ac_try="$ac_link"
42449 case "(($ac_try" in
42450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42451 *) ac_try_echo=$ac_try;;
42452 esac
42453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42454 (eval "$ac_link") 2>conftest.er1
42455 ac_status=$?
42456 grep -v '^ *+' conftest.er1 >conftest.err
42457 rm -f conftest.er1
42458 cat conftest.err >&5
42459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42460 (exit $ac_status); } && {
42461 test -z "$ac_c_werror_flag" ||
42462 test ! -s conftest.err
42463 } && test -s conftest$ac_exeext &&
42464 $as_test_x conftest$ac_exeext; then
42465 eval "$as_ac_var=yes"
42466 else
42467 echo "$as_me: failed program was:" >&5
42468 sed 's/^/| /' conftest.$ac_ext >&5
42469
42470 eval "$as_ac_var=no"
42471 fi
42472
42473 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42474 conftest$ac_exeext conftest.$ac_ext
42475 fi
42476 ac_res=`eval echo '${'$as_ac_var'}'`
42477 { echo "$as_me:$LINENO: result: $ac_res" >&5
42478 echo "${ECHO_T}$ac_res" >&6; }
42479 if test `eval echo '${'$as_ac_var'}'` = yes; then
42480 cat >>confdefs.h <<_ACEOF
42481 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42482 _ACEOF
42483
42484 fi
42485 done
42486
42487
42488 { echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
42489 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6; }
42490 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
42491 echo $ECHO_N "(cached) $ECHO_C" >&6
42492 else
42493
42494 ac_ext=cpp
42495 ac_cpp='$CXXCPP $CPPFLAGS'
42496 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42497 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42498 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42499
42500 cat >conftest.$ac_ext <<_ACEOF
42501 /* confdefs.h. */
42502 _ACEOF
42503 cat confdefs.h >>conftest.$ac_ext
42504 cat >>conftest.$ac_ext <<_ACEOF
42505 /* end confdefs.h. */
42506 #include <pthread.h>
42507 void ThreadCleanupFunc(void *p);
42508
42509 int
42510 main ()
42511 {
42512
42513 void *p;
42514 pthread_cleanup_push(ThreadCleanupFunc, p);
42515 pthread_cleanup_pop(0);
42516
42517 ;
42518 return 0;
42519 }
42520 _ACEOF
42521 rm -f conftest.$ac_objext
42522 if { (ac_try="$ac_compile"
42523 case "(($ac_try" in
42524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42525 *) ac_try_echo=$ac_try;;
42526 esac
42527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42528 (eval "$ac_compile") 2>conftest.er1
42529 ac_status=$?
42530 grep -v '^ *+' conftest.er1 >conftest.err
42531 rm -f conftest.er1
42532 cat conftest.err >&5
42533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42534 (exit $ac_status); } && {
42535 test -z "$ac_cxx_werror_flag" ||
42536 test ! -s conftest.err
42537 } && test -s conftest.$ac_objext; then
42538
42539 wx_cv_func_pthread_cleanup=yes
42540
42541 else
42542 echo "$as_me: failed program was:" >&5
42543 sed 's/^/| /' conftest.$ac_ext >&5
42544
42545
42546 wx_cv_func_pthread_cleanup=no
42547
42548
42549 fi
42550
42551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42552 ac_ext=c
42553 ac_cpp='$CPP $CPPFLAGS'
42554 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42555 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42556 ac_compiler_gnu=$ac_cv_c_compiler_gnu
42557
42558
42559 fi
42560 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
42561 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6; }
42562 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
42563 cat >>confdefs.h <<\_ACEOF
42564 #define wxHAVE_PTHREAD_CLEANUP 1
42565 _ACEOF
42566
42567 fi
42568
42569
42570 for ac_header in sched.h
42571 do
42572 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
42573 { echo "$as_me:$LINENO: checking for $ac_header" >&5
42574 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
42575 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
42576 echo $ECHO_N "(cached) $ECHO_C" >&6
42577 else
42578 cat >conftest.$ac_ext <<_ACEOF
42579 /* confdefs.h. */
42580 _ACEOF
42581 cat confdefs.h >>conftest.$ac_ext
42582 cat >>conftest.$ac_ext <<_ACEOF
42583 /* end confdefs.h. */
42584 $ac_includes_default
42585
42586 #include <$ac_header>
42587 _ACEOF
42588 rm -f conftest.$ac_objext
42589 if { (ac_try="$ac_compile"
42590 case "(($ac_try" in
42591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42592 *) ac_try_echo=$ac_try;;
42593 esac
42594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42595 (eval "$ac_compile") 2>conftest.er1
42596 ac_status=$?
42597 grep -v '^ *+' conftest.er1 >conftest.err
42598 rm -f conftest.er1
42599 cat conftest.err >&5
42600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42601 (exit $ac_status); } && {
42602 test -z "$ac_c_werror_flag" ||
42603 test ! -s conftest.err
42604 } && test -s conftest.$ac_objext; then
42605 eval "$as_ac_Header=yes"
42606 else
42607 echo "$as_me: failed program was:" >&5
42608 sed 's/^/| /' conftest.$ac_ext >&5
42609
42610 eval "$as_ac_Header=no"
42611 fi
42612
42613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42614 fi
42615 ac_res=`eval echo '${'$as_ac_Header'}'`
42616 { echo "$as_me:$LINENO: result: $ac_res" >&5
42617 echo "${ECHO_T}$ac_res" >&6; }
42618 if test `eval echo '${'$as_ac_Header'}'` = yes; then
42619 cat >>confdefs.h <<_ACEOF
42620 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
42621 _ACEOF
42622
42623 fi
42624
42625 done
42626
42627 if test "$ac_cv_header_sched_h" = "yes"; then
42628 { echo "$as_me:$LINENO: checking for sched_yield" >&5
42629 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6; }
42630 if test "${ac_cv_func_sched_yield+set}" = set; then
42631 echo $ECHO_N "(cached) $ECHO_C" >&6
42632 else
42633 cat >conftest.$ac_ext <<_ACEOF
42634 /* confdefs.h. */
42635 _ACEOF
42636 cat confdefs.h >>conftest.$ac_ext
42637 cat >>conftest.$ac_ext <<_ACEOF
42638 /* end confdefs.h. */
42639 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
42640 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42641 #define sched_yield innocuous_sched_yield
42642
42643 /* System header to define __stub macros and hopefully few prototypes,
42644 which can conflict with char sched_yield (); below.
42645 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42646 <limits.h> exists even on freestanding compilers. */
42647
42648 #ifdef __STDC__
42649 # include <limits.h>
42650 #else
42651 # include <assert.h>
42652 #endif
42653
42654 #undef sched_yield
42655
42656 /* Override any GCC internal prototype to avoid an error.
42657 Use char because int might match the return type of a GCC
42658 builtin and then its argument prototype would still apply. */
42659 #ifdef __cplusplus
42660 extern "C"
42661 #endif
42662 char sched_yield ();
42663 /* The GNU C library defines this for functions which it implements
42664 to always fail with ENOSYS. Some functions are actually named
42665 something starting with __ and the normal name is an alias. */
42666 #if defined __stub_sched_yield || defined __stub___sched_yield
42667 choke me
42668 #endif
42669
42670 int
42671 main ()
42672 {
42673 return sched_yield ();
42674 ;
42675 return 0;
42676 }
42677 _ACEOF
42678 rm -f conftest.$ac_objext conftest$ac_exeext
42679 if { (ac_try="$ac_link"
42680 case "(($ac_try" in
42681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42682 *) ac_try_echo=$ac_try;;
42683 esac
42684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42685 (eval "$ac_link") 2>conftest.er1
42686 ac_status=$?
42687 grep -v '^ *+' conftest.er1 >conftest.err
42688 rm -f conftest.er1
42689 cat conftest.err >&5
42690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42691 (exit $ac_status); } && {
42692 test -z "$ac_c_werror_flag" ||
42693 test ! -s conftest.err
42694 } && test -s conftest$ac_exeext &&
42695 $as_test_x conftest$ac_exeext; then
42696 ac_cv_func_sched_yield=yes
42697 else
42698 echo "$as_me: failed program was:" >&5
42699 sed 's/^/| /' conftest.$ac_ext >&5
42700
42701 ac_cv_func_sched_yield=no
42702 fi
42703
42704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42705 conftest$ac_exeext conftest.$ac_ext
42706 fi
42707 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
42708 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6; }
42709 if test $ac_cv_func_sched_yield = yes; then
42710 cat >>confdefs.h <<\_ACEOF
42711 #define HAVE_SCHED_YIELD 1
42712 _ACEOF
42713
42714 else
42715
42716 { echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
42717 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6; }
42718 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
42719 echo $ECHO_N "(cached) $ECHO_C" >&6
42720 else
42721 ac_check_lib_save_LIBS=$LIBS
42722 LIBS="-lposix4 $LIBS"
42723 cat >conftest.$ac_ext <<_ACEOF
42724 /* confdefs.h. */
42725 _ACEOF
42726 cat confdefs.h >>conftest.$ac_ext
42727 cat >>conftest.$ac_ext <<_ACEOF
42728 /* end confdefs.h. */
42729
42730 /* Override any GCC internal prototype to avoid an error.
42731 Use char because int might match the return type of a GCC
42732 builtin and then its argument prototype would still apply. */
42733 #ifdef __cplusplus
42734 extern "C"
42735 #endif
42736 char sched_yield ();
42737 int
42738 main ()
42739 {
42740 return sched_yield ();
42741 ;
42742 return 0;
42743 }
42744 _ACEOF
42745 rm -f conftest.$ac_objext conftest$ac_exeext
42746 if { (ac_try="$ac_link"
42747 case "(($ac_try" in
42748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42749 *) ac_try_echo=$ac_try;;
42750 esac
42751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42752 (eval "$ac_link") 2>conftest.er1
42753 ac_status=$?
42754 grep -v '^ *+' conftest.er1 >conftest.err
42755 rm -f conftest.er1
42756 cat conftest.err >&5
42757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42758 (exit $ac_status); } && {
42759 test -z "$ac_c_werror_flag" ||
42760 test ! -s conftest.err
42761 } && test -s conftest$ac_exeext &&
42762 $as_test_x conftest$ac_exeext; then
42763 ac_cv_lib_posix4_sched_yield=yes
42764 else
42765 echo "$as_me: failed program was:" >&5
42766 sed 's/^/| /' conftest.$ac_ext >&5
42767
42768 ac_cv_lib_posix4_sched_yield=no
42769 fi
42770
42771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42772 conftest$ac_exeext conftest.$ac_ext
42773 LIBS=$ac_check_lib_save_LIBS
42774 fi
42775 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
42776 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6; }
42777 if test $ac_cv_lib_posix4_sched_yield = yes; then
42778 cat >>confdefs.h <<\_ACEOF
42779 #define HAVE_SCHED_YIELD 1
42780 _ACEOF
42781 POSIX4_LINK=" -lposix4"
42782 else
42783 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
42784 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
42785
42786 fi
42787
42788
42789
42790 fi
42791
42792 fi
42793
42794 HAVE_PRIOR_FUNCS=0
42795 { echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
42796 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6; }
42797 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
42798 echo $ECHO_N "(cached) $ECHO_C" >&6
42799 else
42800 cat >conftest.$ac_ext <<_ACEOF
42801 /* confdefs.h. */
42802 _ACEOF
42803 cat confdefs.h >>conftest.$ac_ext
42804 cat >>conftest.$ac_ext <<_ACEOF
42805 /* end confdefs.h. */
42806 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
42807 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42808 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
42809
42810 /* System header to define __stub macros and hopefully few prototypes,
42811 which can conflict with char pthread_attr_getschedpolicy (); below.
42812 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42813 <limits.h> exists even on freestanding compilers. */
42814
42815 #ifdef __STDC__
42816 # include <limits.h>
42817 #else
42818 # include <assert.h>
42819 #endif
42820
42821 #undef pthread_attr_getschedpolicy
42822
42823 /* Override any GCC internal prototype to avoid an error.
42824 Use char because int might match the return type of a GCC
42825 builtin and then its argument prototype would still apply. */
42826 #ifdef __cplusplus
42827 extern "C"
42828 #endif
42829 char pthread_attr_getschedpolicy ();
42830 /* The GNU C library defines this for functions which it implements
42831 to always fail with ENOSYS. Some functions are actually named
42832 something starting with __ and the normal name is an alias. */
42833 #if defined __stub_pthread_attr_getschedpolicy || defined __stub___pthread_attr_getschedpolicy
42834 choke me
42835 #endif
42836
42837 int
42838 main ()
42839 {
42840 return pthread_attr_getschedpolicy ();
42841 ;
42842 return 0;
42843 }
42844 _ACEOF
42845 rm -f conftest.$ac_objext conftest$ac_exeext
42846 if { (ac_try="$ac_link"
42847 case "(($ac_try" in
42848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42849 *) ac_try_echo=$ac_try;;
42850 esac
42851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42852 (eval "$ac_link") 2>conftest.er1
42853 ac_status=$?
42854 grep -v '^ *+' conftest.er1 >conftest.err
42855 rm -f conftest.er1
42856 cat conftest.err >&5
42857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42858 (exit $ac_status); } && {
42859 test -z "$ac_c_werror_flag" ||
42860 test ! -s conftest.err
42861 } && test -s conftest$ac_exeext &&
42862 $as_test_x conftest$ac_exeext; then
42863 ac_cv_func_pthread_attr_getschedpolicy=yes
42864 else
42865 echo "$as_me: failed program was:" >&5
42866 sed 's/^/| /' conftest.$ac_ext >&5
42867
42868 ac_cv_func_pthread_attr_getschedpolicy=no
42869 fi
42870
42871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42872 conftest$ac_exeext conftest.$ac_ext
42873 fi
42874 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
42875 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6; }
42876 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
42877 { echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
42878 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6; }
42879 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
42880 echo $ECHO_N "(cached) $ECHO_C" >&6
42881 else
42882 cat >conftest.$ac_ext <<_ACEOF
42883 /* confdefs.h. */
42884 _ACEOF
42885 cat confdefs.h >>conftest.$ac_ext
42886 cat >>conftest.$ac_ext <<_ACEOF
42887 /* end confdefs.h. */
42888 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
42889 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42890 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
42891
42892 /* System header to define __stub macros and hopefully few prototypes,
42893 which can conflict with char pthread_attr_setschedparam (); below.
42894 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42895 <limits.h> exists even on freestanding compilers. */
42896
42897 #ifdef __STDC__
42898 # include <limits.h>
42899 #else
42900 # include <assert.h>
42901 #endif
42902
42903 #undef pthread_attr_setschedparam
42904
42905 /* Override any GCC internal prototype to avoid an error.
42906 Use char because int might match the return type of a GCC
42907 builtin and then its argument prototype would still apply. */
42908 #ifdef __cplusplus
42909 extern "C"
42910 #endif
42911 char pthread_attr_setschedparam ();
42912 /* The GNU C library defines this for functions which it implements
42913 to always fail with ENOSYS. Some functions are actually named
42914 something starting with __ and the normal name is an alias. */
42915 #if defined __stub_pthread_attr_setschedparam || defined __stub___pthread_attr_setschedparam
42916 choke me
42917 #endif
42918
42919 int
42920 main ()
42921 {
42922 return pthread_attr_setschedparam ();
42923 ;
42924 return 0;
42925 }
42926 _ACEOF
42927 rm -f conftest.$ac_objext conftest$ac_exeext
42928 if { (ac_try="$ac_link"
42929 case "(($ac_try" in
42930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42931 *) ac_try_echo=$ac_try;;
42932 esac
42933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42934 (eval "$ac_link") 2>conftest.er1
42935 ac_status=$?
42936 grep -v '^ *+' conftest.er1 >conftest.err
42937 rm -f conftest.er1
42938 cat conftest.err >&5
42939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42940 (exit $ac_status); } && {
42941 test -z "$ac_c_werror_flag" ||
42942 test ! -s conftest.err
42943 } && test -s conftest$ac_exeext &&
42944 $as_test_x conftest$ac_exeext; then
42945 ac_cv_func_pthread_attr_setschedparam=yes
42946 else
42947 echo "$as_me: failed program was:" >&5
42948 sed 's/^/| /' conftest.$ac_ext >&5
42949
42950 ac_cv_func_pthread_attr_setschedparam=no
42951 fi
42952
42953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42954 conftest$ac_exeext conftest.$ac_ext
42955 fi
42956 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
42957 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6; }
42958 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
42959 { echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
42960 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6; }
42961 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
42962 echo $ECHO_N "(cached) $ECHO_C" >&6
42963 else
42964 cat >conftest.$ac_ext <<_ACEOF
42965 /* confdefs.h. */
42966 _ACEOF
42967 cat confdefs.h >>conftest.$ac_ext
42968 cat >>conftest.$ac_ext <<_ACEOF
42969 /* end confdefs.h. */
42970 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
42971 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42972 #define sched_get_priority_max innocuous_sched_get_priority_max
42973
42974 /* System header to define __stub macros and hopefully few prototypes,
42975 which can conflict with char sched_get_priority_max (); below.
42976 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42977 <limits.h> exists even on freestanding compilers. */
42978
42979 #ifdef __STDC__
42980 # include <limits.h>
42981 #else
42982 # include <assert.h>
42983 #endif
42984
42985 #undef sched_get_priority_max
42986
42987 /* Override any GCC internal prototype to avoid an error.
42988 Use char because int might match the return type of a GCC
42989 builtin and then its argument prototype would still apply. */
42990 #ifdef __cplusplus
42991 extern "C"
42992 #endif
42993 char sched_get_priority_max ();
42994 /* The GNU C library defines this for functions which it implements
42995 to always fail with ENOSYS. Some functions are actually named
42996 something starting with __ and the normal name is an alias. */
42997 #if defined __stub_sched_get_priority_max || defined __stub___sched_get_priority_max
42998 choke me
42999 #endif
43000
43001 int
43002 main ()
43003 {
43004 return sched_get_priority_max ();
43005 ;
43006 return 0;
43007 }
43008 _ACEOF
43009 rm -f conftest.$ac_objext conftest$ac_exeext
43010 if { (ac_try="$ac_link"
43011 case "(($ac_try" in
43012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43013 *) ac_try_echo=$ac_try;;
43014 esac
43015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43016 (eval "$ac_link") 2>conftest.er1
43017 ac_status=$?
43018 grep -v '^ *+' conftest.er1 >conftest.err
43019 rm -f conftest.er1
43020 cat conftest.err >&5
43021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43022 (exit $ac_status); } && {
43023 test -z "$ac_c_werror_flag" ||
43024 test ! -s conftest.err
43025 } && test -s conftest$ac_exeext &&
43026 $as_test_x conftest$ac_exeext; then
43027 ac_cv_func_sched_get_priority_max=yes
43028 else
43029 echo "$as_me: failed program was:" >&5
43030 sed 's/^/| /' conftest.$ac_ext >&5
43031
43032 ac_cv_func_sched_get_priority_max=no
43033 fi
43034
43035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43036 conftest$ac_exeext conftest.$ac_ext
43037 fi
43038 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
43039 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6; }
43040 if test $ac_cv_func_sched_get_priority_max = yes; then
43041 HAVE_PRIOR_FUNCS=1
43042 else
43043 { echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
43044 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6; }
43045 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
43046 echo $ECHO_N "(cached) $ECHO_C" >&6
43047 else
43048 ac_check_lib_save_LIBS=$LIBS
43049 LIBS="-lposix4 $LIBS"
43050 cat >conftest.$ac_ext <<_ACEOF
43051 /* confdefs.h. */
43052 _ACEOF
43053 cat confdefs.h >>conftest.$ac_ext
43054 cat >>conftest.$ac_ext <<_ACEOF
43055 /* end confdefs.h. */
43056
43057 /* Override any GCC internal prototype to avoid an error.
43058 Use char because int might match the return type of a GCC
43059 builtin and then its argument prototype would still apply. */
43060 #ifdef __cplusplus
43061 extern "C"
43062 #endif
43063 char sched_get_priority_max ();
43064 int
43065 main ()
43066 {
43067 return sched_get_priority_max ();
43068 ;
43069 return 0;
43070 }
43071 _ACEOF
43072 rm -f conftest.$ac_objext conftest$ac_exeext
43073 if { (ac_try="$ac_link"
43074 case "(($ac_try" in
43075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43076 *) ac_try_echo=$ac_try;;
43077 esac
43078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43079 (eval "$ac_link") 2>conftest.er1
43080 ac_status=$?
43081 grep -v '^ *+' conftest.er1 >conftest.err
43082 rm -f conftest.er1
43083 cat conftest.err >&5
43084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43085 (exit $ac_status); } && {
43086 test -z "$ac_c_werror_flag" ||
43087 test ! -s conftest.err
43088 } && test -s conftest$ac_exeext &&
43089 $as_test_x conftest$ac_exeext; then
43090 ac_cv_lib_posix4_sched_get_priority_max=yes
43091 else
43092 echo "$as_me: failed program was:" >&5
43093 sed 's/^/| /' conftest.$ac_ext >&5
43094
43095 ac_cv_lib_posix4_sched_get_priority_max=no
43096 fi
43097
43098 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43099 conftest$ac_exeext conftest.$ac_ext
43100 LIBS=$ac_check_lib_save_LIBS
43101 fi
43102 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
43103 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
43104 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
43105
43106 HAVE_PRIOR_FUNCS=1
43107 POSIX4_LINK=" -lposix4"
43108
43109 fi
43110
43111
43112 fi
43113
43114
43115 fi
43116
43117
43118 fi
43119
43120
43121 if test "$HAVE_PRIOR_FUNCS" = 1; then
43122 cat >>confdefs.h <<\_ACEOF
43123 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
43124 _ACEOF
43125
43126 else
43127 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
43128 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
43129 fi
43130
43131 { echo "$as_me:$LINENO: checking for pthread_cancel" >&5
43132 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6; }
43133 if test "${ac_cv_func_pthread_cancel+set}" = set; then
43134 echo $ECHO_N "(cached) $ECHO_C" >&6
43135 else
43136 cat >conftest.$ac_ext <<_ACEOF
43137 /* confdefs.h. */
43138 _ACEOF
43139 cat confdefs.h >>conftest.$ac_ext
43140 cat >>conftest.$ac_ext <<_ACEOF
43141 /* end confdefs.h. */
43142 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
43143 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43144 #define pthread_cancel innocuous_pthread_cancel
43145
43146 /* System header to define __stub macros and hopefully few prototypes,
43147 which can conflict with char pthread_cancel (); below.
43148 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43149 <limits.h> exists even on freestanding compilers. */
43150
43151 #ifdef __STDC__
43152 # include <limits.h>
43153 #else
43154 # include <assert.h>
43155 #endif
43156
43157 #undef pthread_cancel
43158
43159 /* Override any GCC internal prototype to avoid an error.
43160 Use char because int might match the return type of a GCC
43161 builtin and then its argument prototype would still apply. */
43162 #ifdef __cplusplus
43163 extern "C"
43164 #endif
43165 char pthread_cancel ();
43166 /* The GNU C library defines this for functions which it implements
43167 to always fail with ENOSYS. Some functions are actually named
43168 something starting with __ and the normal name is an alias. */
43169 #if defined __stub_pthread_cancel || defined __stub___pthread_cancel
43170 choke me
43171 #endif
43172
43173 int
43174 main ()
43175 {
43176 return pthread_cancel ();
43177 ;
43178 return 0;
43179 }
43180 _ACEOF
43181 rm -f conftest.$ac_objext conftest$ac_exeext
43182 if { (ac_try="$ac_link"
43183 case "(($ac_try" in
43184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43185 *) ac_try_echo=$ac_try;;
43186 esac
43187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43188 (eval "$ac_link") 2>conftest.er1
43189 ac_status=$?
43190 grep -v '^ *+' conftest.er1 >conftest.err
43191 rm -f conftest.er1
43192 cat conftest.err >&5
43193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43194 (exit $ac_status); } && {
43195 test -z "$ac_c_werror_flag" ||
43196 test ! -s conftest.err
43197 } && test -s conftest$ac_exeext &&
43198 $as_test_x conftest$ac_exeext; then
43199 ac_cv_func_pthread_cancel=yes
43200 else
43201 echo "$as_me: failed program was:" >&5
43202 sed 's/^/| /' conftest.$ac_ext >&5
43203
43204 ac_cv_func_pthread_cancel=no
43205 fi
43206
43207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43208 conftest$ac_exeext conftest.$ac_ext
43209 fi
43210 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
43211 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6; }
43212 if test $ac_cv_func_pthread_cancel = yes; then
43213 cat >>confdefs.h <<\_ACEOF
43214 #define HAVE_PTHREAD_CANCEL 1
43215 _ACEOF
43216
43217 else
43218 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
43219 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
43220 fi
43221
43222
43223 { echo "$as_me:$LINENO: checking for pthread_mutex_timedlock" >&5
43224 echo $ECHO_N "checking for pthread_mutex_timedlock... $ECHO_C" >&6; }
43225 if test "${ac_cv_func_pthread_mutex_timedlock+set}" = set; then
43226 echo $ECHO_N "(cached) $ECHO_C" >&6
43227 else
43228 cat >conftest.$ac_ext <<_ACEOF
43229 /* confdefs.h. */
43230 _ACEOF
43231 cat confdefs.h >>conftest.$ac_ext
43232 cat >>conftest.$ac_ext <<_ACEOF
43233 /* end confdefs.h. */
43234 /* Define pthread_mutex_timedlock to an innocuous variant, in case <limits.h> declares pthread_mutex_timedlock.
43235 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43236 #define pthread_mutex_timedlock innocuous_pthread_mutex_timedlock
43237
43238 /* System header to define __stub macros and hopefully few prototypes,
43239 which can conflict with char pthread_mutex_timedlock (); below.
43240 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43241 <limits.h> exists even on freestanding compilers. */
43242
43243 #ifdef __STDC__
43244 # include <limits.h>
43245 #else
43246 # include <assert.h>
43247 #endif
43248
43249 #undef pthread_mutex_timedlock
43250
43251 /* Override any GCC internal prototype to avoid an error.
43252 Use char because int might match the return type of a GCC
43253 builtin and then its argument prototype would still apply. */
43254 #ifdef __cplusplus
43255 extern "C"
43256 #endif
43257 char pthread_mutex_timedlock ();
43258 /* The GNU C library defines this for functions which it implements
43259 to always fail with ENOSYS. Some functions are actually named
43260 something starting with __ and the normal name is an alias. */
43261 #if defined __stub_pthread_mutex_timedlock || defined __stub___pthread_mutex_timedlock
43262 choke me
43263 #endif
43264
43265 int
43266 main ()
43267 {
43268 return pthread_mutex_timedlock ();
43269 ;
43270 return 0;
43271 }
43272 _ACEOF
43273 rm -f conftest.$ac_objext conftest$ac_exeext
43274 if { (ac_try="$ac_link"
43275 case "(($ac_try" in
43276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43277 *) ac_try_echo=$ac_try;;
43278 esac
43279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43280 (eval "$ac_link") 2>conftest.er1
43281 ac_status=$?
43282 grep -v '^ *+' conftest.er1 >conftest.err
43283 rm -f conftest.er1
43284 cat conftest.err >&5
43285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43286 (exit $ac_status); } && {
43287 test -z "$ac_c_werror_flag" ||
43288 test ! -s conftest.err
43289 } && test -s conftest$ac_exeext &&
43290 $as_test_x conftest$ac_exeext; then
43291 ac_cv_func_pthread_mutex_timedlock=yes
43292 else
43293 echo "$as_me: failed program was:" >&5
43294 sed 's/^/| /' conftest.$ac_ext >&5
43295
43296 ac_cv_func_pthread_mutex_timedlock=no
43297 fi
43298
43299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43300 conftest$ac_exeext conftest.$ac_ext
43301 fi
43302 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_mutex_timedlock" >&5
43303 echo "${ECHO_T}$ac_cv_func_pthread_mutex_timedlock" >&6; }
43304 if test $ac_cv_func_pthread_mutex_timedlock = yes; then
43305 cat >>confdefs.h <<\_ACEOF
43306 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
43307 _ACEOF
43308
43309 else
43310 { echo "$as_me:$LINENO: WARNING: wxMutex::LockTimeout() will not work" >&5
43311 echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
43312 fi
43313
43314
43315 { echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
43316 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6; }
43317 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
43318 echo $ECHO_N "(cached) $ECHO_C" >&6
43319 else
43320 cat >conftest.$ac_ext <<_ACEOF
43321 /* confdefs.h. */
43322 _ACEOF
43323 cat confdefs.h >>conftest.$ac_ext
43324 cat >>conftest.$ac_ext <<_ACEOF
43325 /* end confdefs.h. */
43326 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
43327 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43328 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
43329
43330 /* System header to define __stub macros and hopefully few prototypes,
43331 which can conflict with char pthread_attr_setstacksize (); below.
43332 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43333 <limits.h> exists even on freestanding compilers. */
43334
43335 #ifdef __STDC__
43336 # include <limits.h>
43337 #else
43338 # include <assert.h>
43339 #endif
43340
43341 #undef pthread_attr_setstacksize
43342
43343 /* Override any GCC internal prototype to avoid an error.
43344 Use char because int might match the return type of a GCC
43345 builtin and then its argument prototype would still apply. */
43346 #ifdef __cplusplus
43347 extern "C"
43348 #endif
43349 char pthread_attr_setstacksize ();
43350 /* The GNU C library defines this for functions which it implements
43351 to always fail with ENOSYS. Some functions are actually named
43352 something starting with __ and the normal name is an alias. */
43353 #if defined __stub_pthread_attr_setstacksize || defined __stub___pthread_attr_setstacksize
43354 choke me
43355 #endif
43356
43357 int
43358 main ()
43359 {
43360 return pthread_attr_setstacksize ();
43361 ;
43362 return 0;
43363 }
43364 _ACEOF
43365 rm -f conftest.$ac_objext conftest$ac_exeext
43366 if { (ac_try="$ac_link"
43367 case "(($ac_try" in
43368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43369 *) ac_try_echo=$ac_try;;
43370 esac
43371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43372 (eval "$ac_link") 2>conftest.er1
43373 ac_status=$?
43374 grep -v '^ *+' conftest.er1 >conftest.err
43375 rm -f conftest.er1
43376 cat conftest.err >&5
43377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43378 (exit $ac_status); } && {
43379 test -z "$ac_c_werror_flag" ||
43380 test ! -s conftest.err
43381 } && test -s conftest$ac_exeext &&
43382 $as_test_x conftest$ac_exeext; then
43383 ac_cv_func_pthread_attr_setstacksize=yes
43384 else
43385 echo "$as_me: failed program was:" >&5
43386 sed 's/^/| /' conftest.$ac_ext >&5
43387
43388 ac_cv_func_pthread_attr_setstacksize=no
43389 fi
43390
43391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43392 conftest$ac_exeext conftest.$ac_ext
43393 fi
43394 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
43395 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6; }
43396 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
43397 cat >>confdefs.h <<\_ACEOF
43398 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
43399 _ACEOF
43400
43401 fi
43402
43403
43404
43405 { echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
43406 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6; }
43407 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
43408 echo $ECHO_N "(cached) $ECHO_C" >&6
43409 else
43410
43411 cat >conftest.$ac_ext <<_ACEOF
43412 /* confdefs.h. */
43413 _ACEOF
43414 cat confdefs.h >>conftest.$ac_ext
43415 cat >>conftest.$ac_ext <<_ACEOF
43416 /* end confdefs.h. */
43417 #include <pthread.h>
43418 int
43419 main ()
43420 {
43421
43422 pthread_mutexattr_t attr;
43423 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
43424
43425 ;
43426 return 0;
43427 }
43428 _ACEOF
43429 rm -f conftest.$ac_objext
43430 if { (ac_try="$ac_compile"
43431 case "(($ac_try" in
43432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43433 *) ac_try_echo=$ac_try;;
43434 esac
43435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43436 (eval "$ac_compile") 2>conftest.er1
43437 ac_status=$?
43438 grep -v '^ *+' conftest.er1 >conftest.err
43439 rm -f conftest.er1
43440 cat conftest.err >&5
43441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43442 (exit $ac_status); } && {
43443 test -z "$ac_c_werror_flag" ||
43444 test ! -s conftest.err
43445 } && test -s conftest.$ac_objext; then
43446 wx_cv_type_pthread_mutexattr_t=yes
43447 else
43448 echo "$as_me: failed program was:" >&5
43449 sed 's/^/| /' conftest.$ac_ext >&5
43450
43451 wx_cv_type_pthread_mutexattr_t=no
43452
43453 fi
43454
43455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43456
43457 fi
43458 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
43459 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6; }
43460
43461 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
43462 cat >>confdefs.h <<\_ACEOF
43463 #define HAVE_PTHREAD_MUTEXATTR_T 1
43464 _ACEOF
43465
43466
43467 { echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
43468 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6; }
43469 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
43470 echo $ECHO_N "(cached) $ECHO_C" >&6
43471 else
43472
43473 cat >conftest.$ac_ext <<_ACEOF
43474 /* confdefs.h. */
43475 _ACEOF
43476 cat confdefs.h >>conftest.$ac_ext
43477 cat >>conftest.$ac_ext <<_ACEOF
43478 /* end confdefs.h. */
43479 #include <pthread.h>
43480 int
43481 main ()
43482 {
43483
43484 pthread_mutexattr_t attr;
43485 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
43486
43487 ;
43488 return 0;
43489 }
43490 _ACEOF
43491 rm -f conftest.$ac_objext
43492 if { (ac_try="$ac_compile"
43493 case "(($ac_try" in
43494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43495 *) ac_try_echo=$ac_try;;
43496 esac
43497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43498 (eval "$ac_compile") 2>conftest.er1
43499 ac_status=$?
43500 grep -v '^ *+' conftest.er1 >conftest.err
43501 rm -f conftest.er1
43502 cat conftest.err >&5
43503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43504 (exit $ac_status); } && {
43505 test -z "$ac_c_werror_flag" ||
43506 test ! -s conftest.err
43507 } && test -s conftest.$ac_objext; then
43508 wx_cv_func_pthread_mutexattr_settype_decl=yes
43509 else
43510 echo "$as_me: failed program was:" >&5
43511 sed 's/^/| /' conftest.$ac_ext >&5
43512
43513 wx_cv_func_pthread_mutexattr_settype_decl=no
43514
43515 fi
43516
43517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43518
43519 fi
43520 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
43521 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
43522 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
43523 cat >>confdefs.h <<\_ACEOF
43524 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
43525 _ACEOF
43526
43527 fi
43528 else
43529 { echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
43530 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6; }
43531 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
43532 echo $ECHO_N "(cached) $ECHO_C" >&6
43533 else
43534
43535 cat >conftest.$ac_ext <<_ACEOF
43536 /* confdefs.h. */
43537 _ACEOF
43538 cat confdefs.h >>conftest.$ac_ext
43539 cat >>conftest.$ac_ext <<_ACEOF
43540 /* end confdefs.h. */
43541 #include <pthread.h>
43542 int
43543 main ()
43544 {
43545
43546 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
43547
43548 ;
43549 return 0;
43550 }
43551 _ACEOF
43552 rm -f conftest.$ac_objext
43553 if { (ac_try="$ac_compile"
43554 case "(($ac_try" in
43555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43556 *) ac_try_echo=$ac_try;;
43557 esac
43558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43559 (eval "$ac_compile") 2>conftest.er1
43560 ac_status=$?
43561 grep -v '^ *+' conftest.er1 >conftest.err
43562 rm -f conftest.er1
43563 cat conftest.err >&5
43564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43565 (exit $ac_status); } && {
43566 test -z "$ac_c_werror_flag" ||
43567 test ! -s conftest.err
43568 } && test -s conftest.$ac_objext; then
43569
43570 wx_cv_type_pthread_rec_mutex_init=yes
43571
43572 else
43573 echo "$as_me: failed program was:" >&5
43574 sed 's/^/| /' conftest.$ac_ext >&5
43575
43576
43577 wx_cv_type_pthread_rec_mutex_init=no
43578
43579
43580 fi
43581
43582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43583
43584 fi
43585 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
43586 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6; }
43587 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
43588 cat >>confdefs.h <<\_ACEOF
43589 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
43590 _ACEOF
43591
43592 else
43593 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
43594 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
43595 fi
43596 fi
43597 fi
43598
43599 else
43600 if test "$wxUSE_THREADS" = "yes" ; then
43601 case "${host}" in
43602 *-*-mingw32* )
43603 { echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
43604 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6; }
43605 if test "${wx_cv_cflags_mthread+set}" = set; then
43606 echo $ECHO_N "(cached) $ECHO_C" >&6
43607 else
43608
43609 CFLAGS_OLD="$CFLAGS"
43610 CFLAGS="-mthreads $CFLAGS"
43611 cat >conftest.$ac_ext <<_ACEOF
43612 /* confdefs.h. */
43613 _ACEOF
43614 cat confdefs.h >>conftest.$ac_ext
43615 cat >>conftest.$ac_ext <<_ACEOF
43616 /* end confdefs.h. */
43617
43618 int
43619 main ()
43620 {
43621
43622 ;
43623 return 0;
43624 }
43625 _ACEOF
43626 rm -f conftest.$ac_objext
43627 if { (ac_try="$ac_compile"
43628 case "(($ac_try" in
43629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43630 *) ac_try_echo=$ac_try;;
43631 esac
43632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43633 (eval "$ac_compile") 2>conftest.er1
43634 ac_status=$?
43635 grep -v '^ *+' conftest.er1 >conftest.err
43636 rm -f conftest.er1
43637 cat conftest.err >&5
43638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43639 (exit $ac_status); } && {
43640 test -z "$ac_c_werror_flag" ||
43641 test ! -s conftest.err
43642 } && test -s conftest.$ac_objext; then
43643 wx_cv_cflags_mthread=yes
43644 else
43645 echo "$as_me: failed program was:" >&5
43646 sed 's/^/| /' conftest.$ac_ext >&5
43647
43648 wx_cv_cflags_mthread=no
43649
43650 fi
43651
43652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43653
43654
43655 fi
43656 { echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
43657 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6; }
43658
43659 if test "$wx_cv_cflags_mthread" = "yes"; then
43660 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
43661 LDFLAGS="$LDFLAGS -mthreads"
43662 else
43663 CFLAGS="$CFLAGS_OLD"
43664 fi
43665 ;;
43666 *-pc-os2*emx )
43667 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
43668 LDFLAGS="$LDFLAGS -Zmt"
43669 ;;
43670 esac
43671 fi
43672 fi
43673
43674 { echo "$as_me:$LINENO: checking for localtime_r" >&5
43675 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6; }
43676 if test "${ac_cv_func_localtime_r+set}" = set; then
43677 echo $ECHO_N "(cached) $ECHO_C" >&6
43678 else
43679 cat >conftest.$ac_ext <<_ACEOF
43680 /* confdefs.h. */
43681 _ACEOF
43682 cat confdefs.h >>conftest.$ac_ext
43683 cat >>conftest.$ac_ext <<_ACEOF
43684 /* end confdefs.h. */
43685 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
43686 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43687 #define localtime_r innocuous_localtime_r
43688
43689 /* System header to define __stub macros and hopefully few prototypes,
43690 which can conflict with char localtime_r (); below.
43691 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43692 <limits.h> exists even on freestanding compilers. */
43693
43694 #ifdef __STDC__
43695 # include <limits.h>
43696 #else
43697 # include <assert.h>
43698 #endif
43699
43700 #undef localtime_r
43701
43702 /* Override any GCC internal prototype to avoid an error.
43703 Use char because int might match the return type of a GCC
43704 builtin and then its argument prototype would still apply. */
43705 #ifdef __cplusplus
43706 extern "C"
43707 #endif
43708 char localtime_r ();
43709 /* The GNU C library defines this for functions which it implements
43710 to always fail with ENOSYS. Some functions are actually named
43711 something starting with __ and the normal name is an alias. */
43712 #if defined __stub_localtime_r || defined __stub___localtime_r
43713 choke me
43714 #endif
43715
43716 int
43717 main ()
43718 {
43719 return localtime_r ();
43720 ;
43721 return 0;
43722 }
43723 _ACEOF
43724 rm -f conftest.$ac_objext conftest$ac_exeext
43725 if { (ac_try="$ac_link"
43726 case "(($ac_try" in
43727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43728 *) ac_try_echo=$ac_try;;
43729 esac
43730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43731 (eval "$ac_link") 2>conftest.er1
43732 ac_status=$?
43733 grep -v '^ *+' conftest.er1 >conftest.err
43734 rm -f conftest.er1
43735 cat conftest.err >&5
43736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43737 (exit $ac_status); } && {
43738 test -z "$ac_c_werror_flag" ||
43739 test ! -s conftest.err
43740 } && test -s conftest$ac_exeext &&
43741 $as_test_x conftest$ac_exeext; then
43742 ac_cv_func_localtime_r=yes
43743 else
43744 echo "$as_me: failed program was:" >&5
43745 sed 's/^/| /' conftest.$ac_ext >&5
43746
43747 ac_cv_func_localtime_r=no
43748 fi
43749
43750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43751 conftest$ac_exeext conftest.$ac_ext
43752 fi
43753 { echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
43754 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6; }
43755 if test $ac_cv_func_localtime_r = yes; then
43756 cat >>confdefs.h <<\_ACEOF
43757 #define HAVE_LOCALTIME_R 1
43758 _ACEOF
43759
43760 fi
43761
43762 { echo "$as_me:$LINENO: checking for gmtime_r" >&5
43763 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6; }
43764 if test "${ac_cv_func_gmtime_r+set}" = set; then
43765 echo $ECHO_N "(cached) $ECHO_C" >&6
43766 else
43767 cat >conftest.$ac_ext <<_ACEOF
43768 /* confdefs.h. */
43769 _ACEOF
43770 cat confdefs.h >>conftest.$ac_ext
43771 cat >>conftest.$ac_ext <<_ACEOF
43772 /* end confdefs.h. */
43773 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
43774 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43775 #define gmtime_r innocuous_gmtime_r
43776
43777 /* System header to define __stub macros and hopefully few prototypes,
43778 which can conflict with char gmtime_r (); below.
43779 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43780 <limits.h> exists even on freestanding compilers. */
43781
43782 #ifdef __STDC__
43783 # include <limits.h>
43784 #else
43785 # include <assert.h>
43786 #endif
43787
43788 #undef gmtime_r
43789
43790 /* Override any GCC internal prototype to avoid an error.
43791 Use char because int might match the return type of a GCC
43792 builtin and then its argument prototype would still apply. */
43793 #ifdef __cplusplus
43794 extern "C"
43795 #endif
43796 char gmtime_r ();
43797 /* The GNU C library defines this for functions which it implements
43798 to always fail with ENOSYS. Some functions are actually named
43799 something starting with __ and the normal name is an alias. */
43800 #if defined __stub_gmtime_r || defined __stub___gmtime_r
43801 choke me
43802 #endif
43803
43804 int
43805 main ()
43806 {
43807 return gmtime_r ();
43808 ;
43809 return 0;
43810 }
43811 _ACEOF
43812 rm -f conftest.$ac_objext conftest$ac_exeext
43813 if { (ac_try="$ac_link"
43814 case "(($ac_try" in
43815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43816 *) ac_try_echo=$ac_try;;
43817 esac
43818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43819 (eval "$ac_link") 2>conftest.er1
43820 ac_status=$?
43821 grep -v '^ *+' conftest.er1 >conftest.err
43822 rm -f conftest.er1
43823 cat conftest.err >&5
43824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43825 (exit $ac_status); } && {
43826 test -z "$ac_c_werror_flag" ||
43827 test ! -s conftest.err
43828 } && test -s conftest$ac_exeext &&
43829 $as_test_x conftest$ac_exeext; then
43830 ac_cv_func_gmtime_r=yes
43831 else
43832 echo "$as_me: failed program was:" >&5
43833 sed 's/^/| /' conftest.$ac_ext >&5
43834
43835 ac_cv_func_gmtime_r=no
43836 fi
43837
43838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43839 conftest$ac_exeext conftest.$ac_ext
43840 fi
43841 { echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
43842 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6; }
43843 if test $ac_cv_func_gmtime_r = yes; then
43844 cat >>confdefs.h <<\_ACEOF
43845 #define HAVE_GMTIME_R 1
43846 _ACEOF
43847
43848 fi
43849
43850 { echo "$as_me:$LINENO: checking for readdir_r" >&5
43851 echo $ECHO_N "checking for readdir_r... $ECHO_C" >&6; }
43852 if test "${ac_cv_func_readdir_r+set}" = set; then
43853 echo $ECHO_N "(cached) $ECHO_C" >&6
43854 else
43855 cat >conftest.$ac_ext <<_ACEOF
43856 /* confdefs.h. */
43857 _ACEOF
43858 cat confdefs.h >>conftest.$ac_ext
43859 cat >>conftest.$ac_ext <<_ACEOF
43860 /* end confdefs.h. */
43861 /* Define readdir_r to an innocuous variant, in case <limits.h> declares readdir_r.
43862 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43863 #define readdir_r innocuous_readdir_r
43864
43865 /* System header to define __stub macros and hopefully few prototypes,
43866 which can conflict with char readdir_r (); below.
43867 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43868 <limits.h> exists even on freestanding compilers. */
43869
43870 #ifdef __STDC__
43871 # include <limits.h>
43872 #else
43873 # include <assert.h>
43874 #endif
43875
43876 #undef readdir_r
43877
43878 /* Override any GCC internal prototype to avoid an error.
43879 Use char because int might match the return type of a GCC
43880 builtin and then its argument prototype would still apply. */
43881 #ifdef __cplusplus
43882 extern "C"
43883 #endif
43884 char readdir_r ();
43885 /* The GNU C library defines this for functions which it implements
43886 to always fail with ENOSYS. Some functions are actually named
43887 something starting with __ and the normal name is an alias. */
43888 #if defined __stub_readdir_r || defined __stub___readdir_r
43889 choke me
43890 #endif
43891
43892 int
43893 main ()
43894 {
43895 return readdir_r ();
43896 ;
43897 return 0;
43898 }
43899 _ACEOF
43900 rm -f conftest.$ac_objext conftest$ac_exeext
43901 if { (ac_try="$ac_link"
43902 case "(($ac_try" in
43903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43904 *) ac_try_echo=$ac_try;;
43905 esac
43906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43907 (eval "$ac_link") 2>conftest.er1
43908 ac_status=$?
43909 grep -v '^ *+' conftest.er1 >conftest.err
43910 rm -f conftest.er1
43911 cat conftest.err >&5
43912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43913 (exit $ac_status); } && {
43914 test -z "$ac_c_werror_flag" ||
43915 test ! -s conftest.err
43916 } && test -s conftest$ac_exeext &&
43917 $as_test_x conftest$ac_exeext; then
43918 ac_cv_func_readdir_r=yes
43919 else
43920 echo "$as_me: failed program was:" >&5
43921 sed 's/^/| /' conftest.$ac_ext >&5
43922
43923 ac_cv_func_readdir_r=no
43924 fi
43925
43926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43927 conftest$ac_exeext conftest.$ac_ext
43928 fi
43929 { echo "$as_me:$LINENO: result: $ac_cv_func_readdir_r" >&5
43930 echo "${ECHO_T}$ac_cv_func_readdir_r" >&6; }
43931 if test $ac_cv_func_readdir_r = yes; then
43932 cat >>confdefs.h <<\_ACEOF
43933 #define HAVE_READDIR_R 1
43934 _ACEOF
43935
43936 fi
43937
43938
43939
43940
43941 ac_ext=c
43942 ac_cpp='$CPP $CPPFLAGS'
43943 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43944 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43945 ac_compiler_gnu=$ac_cv_c_compiler_gnu
43946
43947 { echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
43948 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6; }
43949
43950 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
43951 echo $ECHO_N "(cached) $ECHO_C" >&6
43952 else
43953
43954
43955 ################################################################
43956
43957 ac_cv_func_which_gethostbyname_r=unknown
43958
43959 #
43960 # ONE ARGUMENT (sanity check)
43961 #
43962
43963 # This should fail, as there is no variant of gethostbyname_r() that takes
43964 # a single argument. If it actually compiles, then we can assume that
43965 # netdb.h is not declaring the function, and the compiler is thereby
43966 # assuming an implicit prototype. In which case, we're out of luck.
43967 #
43968 cat >conftest.$ac_ext <<_ACEOF
43969 /* confdefs.h. */
43970 _ACEOF
43971 cat confdefs.h >>conftest.$ac_ext
43972 cat >>conftest.$ac_ext <<_ACEOF
43973 /* end confdefs.h. */
43974 #include <netdb.h>
43975 int
43976 main ()
43977 {
43978
43979 char *name = "www.gnu.org";
43980 (void)gethostbyname_r(name) /* ; */
43981
43982 ;
43983 return 0;
43984 }
43985 _ACEOF
43986 rm -f conftest.$ac_objext
43987 if { (ac_try="$ac_compile"
43988 case "(($ac_try" in
43989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43990 *) ac_try_echo=$ac_try;;
43991 esac
43992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43993 (eval "$ac_compile") 2>conftest.er1
43994 ac_status=$?
43995 grep -v '^ *+' conftest.er1 >conftest.err
43996 rm -f conftest.er1
43997 cat conftest.err >&5
43998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43999 (exit $ac_status); } && {
44000 test -z "$ac_c_werror_flag" ||
44001 test ! -s conftest.err
44002 } && test -s conftest.$ac_objext; then
44003 ac_cv_func_which_gethostbyname_r=no
44004 else
44005 echo "$as_me: failed program was:" >&5
44006 sed 's/^/| /' conftest.$ac_ext >&5
44007
44008
44009 fi
44010
44011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44012
44013 #
44014 # SIX ARGUMENTS
44015 # (e.g. Linux)
44016 #
44017
44018 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
44019
44020 cat >conftest.$ac_ext <<_ACEOF
44021 /* confdefs.h. */
44022 _ACEOF
44023 cat confdefs.h >>conftest.$ac_ext
44024 cat >>conftest.$ac_ext <<_ACEOF
44025 /* end confdefs.h. */
44026 #include <netdb.h>
44027 int
44028 main ()
44029 {
44030
44031 char *name = "www.gnu.org";
44032 struct hostent ret, *retp;
44033 char buf[1024];
44034 int buflen = 1024;
44035 int my_h_errno;
44036 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
44037
44038 ;
44039 return 0;
44040 }
44041 _ACEOF
44042 rm -f conftest.$ac_objext
44043 if { (ac_try="$ac_compile"
44044 case "(($ac_try" in
44045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44046 *) ac_try_echo=$ac_try;;
44047 esac
44048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44049 (eval "$ac_compile") 2>conftest.er1
44050 ac_status=$?
44051 grep -v '^ *+' conftest.er1 >conftest.err
44052 rm -f conftest.er1
44053 cat conftest.err >&5
44054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44055 (exit $ac_status); } && {
44056 test -z "$ac_c_werror_flag" ||
44057 test ! -s conftest.err
44058 } && test -s conftest.$ac_objext; then
44059 ac_cv_func_which_gethostbyname_r=six
44060 else
44061 echo "$as_me: failed program was:" >&5
44062 sed 's/^/| /' conftest.$ac_ext >&5
44063
44064
44065 fi
44066
44067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44068
44069 fi
44070
44071 #
44072 # FIVE ARGUMENTS
44073 # (e.g. Solaris)
44074 #
44075
44076 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
44077
44078 cat >conftest.$ac_ext <<_ACEOF
44079 /* confdefs.h. */
44080 _ACEOF
44081 cat confdefs.h >>conftest.$ac_ext
44082 cat >>conftest.$ac_ext <<_ACEOF
44083 /* end confdefs.h. */
44084 #include <netdb.h>
44085 int
44086 main ()
44087 {
44088
44089 char *name = "www.gnu.org";
44090 struct hostent ret;
44091 char buf[1024];
44092 int buflen = 1024;
44093 int my_h_errno;
44094 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
44095
44096 ;
44097 return 0;
44098 }
44099 _ACEOF
44100 rm -f conftest.$ac_objext
44101 if { (ac_try="$ac_compile"
44102 case "(($ac_try" in
44103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44104 *) ac_try_echo=$ac_try;;
44105 esac
44106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44107 (eval "$ac_compile") 2>conftest.er1
44108 ac_status=$?
44109 grep -v '^ *+' conftest.er1 >conftest.err
44110 rm -f conftest.er1
44111 cat conftest.err >&5
44112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44113 (exit $ac_status); } && {
44114 test -z "$ac_c_werror_flag" ||
44115 test ! -s conftest.err
44116 } && test -s conftest.$ac_objext; then
44117 ac_cv_func_which_gethostbyname_r=five
44118 else
44119 echo "$as_me: failed program was:" >&5
44120 sed 's/^/| /' conftest.$ac_ext >&5
44121
44122
44123 fi
44124
44125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44126
44127 fi
44128
44129 #
44130 # THREE ARGUMENTS
44131 # (e.g. AIX, HP-UX, Tru64)
44132 #
44133
44134 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
44135
44136 cat >conftest.$ac_ext <<_ACEOF
44137 /* confdefs.h. */
44138 _ACEOF
44139 cat confdefs.h >>conftest.$ac_ext
44140 cat >>conftest.$ac_ext <<_ACEOF
44141 /* end confdefs.h. */
44142 #include <netdb.h>
44143 int
44144 main ()
44145 {
44146
44147 char *name = "www.gnu.org";
44148 struct hostent ret;
44149 struct hostent_data data;
44150 (void)gethostbyname_r(name, &ret, &data) /* ; */
44151
44152 ;
44153 return 0;
44154 }
44155 _ACEOF
44156 rm -f conftest.$ac_objext
44157 if { (ac_try="$ac_compile"
44158 case "(($ac_try" in
44159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44160 *) ac_try_echo=$ac_try;;
44161 esac
44162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44163 (eval "$ac_compile") 2>conftest.er1
44164 ac_status=$?
44165 grep -v '^ *+' conftest.er1 >conftest.err
44166 rm -f conftest.er1
44167 cat conftest.err >&5
44168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44169 (exit $ac_status); } && {
44170 test -z "$ac_c_werror_flag" ||
44171 test ! -s conftest.err
44172 } && test -s conftest.$ac_objext; then
44173 ac_cv_func_which_gethostbyname_r=three
44174 else
44175 echo "$as_me: failed program was:" >&5
44176 sed 's/^/| /' conftest.$ac_ext >&5
44177
44178
44179 fi
44180
44181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44182
44183 fi
44184
44185 ################################################################
44186
44187
44188 fi
44189
44190 case "$ac_cv_func_which_gethostbyname_r" in
44191 three)
44192 { echo "$as_me:$LINENO: result: three" >&5
44193 echo "${ECHO_T}three" >&6; }
44194 cat >>confdefs.h <<\_ACEOF
44195 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
44196 _ACEOF
44197
44198 ;;
44199
44200 five)
44201 { echo "$as_me:$LINENO: result: five" >&5
44202 echo "${ECHO_T}five" >&6; }
44203 cat >>confdefs.h <<\_ACEOF
44204 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
44205 _ACEOF
44206
44207 ;;
44208
44209 six)
44210 { echo "$as_me:$LINENO: result: six" >&5
44211 echo "${ECHO_T}six" >&6; }
44212 cat >>confdefs.h <<\_ACEOF
44213 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
44214 _ACEOF
44215
44216 ;;
44217
44218 no)
44219 { echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
44220 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6; }
44221 ;;
44222
44223 unknown)
44224 { echo "$as_me:$LINENO: result: can't tell" >&5
44225 echo "${ECHO_T}can't tell" >&6; }
44226 ;;
44227
44228 *)
44229 { { echo "$as_me:$LINENO: error: internal error" >&5
44230 echo "$as_me: error: internal error" >&2;}
44231 { (exit 1); exit 1; }; }
44232 ;;
44233 esac
44234
44235 ac_ext=c
44236 ac_cpp='$CPP $CPPFLAGS'
44237 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44238 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44239 ac_compiler_gnu=$ac_cv_c_compiler_gnu
44240
44241
44242
44243 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
44244 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
44245 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
44246 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
44247 if test "${ac_cv_func_gethostbyname+set}" = set; then
44248 echo $ECHO_N "(cached) $ECHO_C" >&6
44249 else
44250 cat >conftest.$ac_ext <<_ACEOF
44251 /* confdefs.h. */
44252 _ACEOF
44253 cat confdefs.h >>conftest.$ac_ext
44254 cat >>conftest.$ac_ext <<_ACEOF
44255 /* end confdefs.h. */
44256 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
44257 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44258 #define gethostbyname innocuous_gethostbyname
44259
44260 /* System header to define __stub macros and hopefully few prototypes,
44261 which can conflict with char gethostbyname (); below.
44262 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44263 <limits.h> exists even on freestanding compilers. */
44264
44265 #ifdef __STDC__
44266 # include <limits.h>
44267 #else
44268 # include <assert.h>
44269 #endif
44270
44271 #undef gethostbyname
44272
44273 /* Override any GCC internal prototype to avoid an error.
44274 Use char because int might match the return type of a GCC
44275 builtin and then its argument prototype would still apply. */
44276 #ifdef __cplusplus
44277 extern "C"
44278 #endif
44279 char gethostbyname ();
44280 /* The GNU C library defines this for functions which it implements
44281 to always fail with ENOSYS. Some functions are actually named
44282 something starting with __ and the normal name is an alias. */
44283 #if defined __stub_gethostbyname || defined __stub___gethostbyname
44284 choke me
44285 #endif
44286
44287 int
44288 main ()
44289 {
44290 return gethostbyname ();
44291 ;
44292 return 0;
44293 }
44294 _ACEOF
44295 rm -f conftest.$ac_objext conftest$ac_exeext
44296 if { (ac_try="$ac_link"
44297 case "(($ac_try" in
44298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44299 *) ac_try_echo=$ac_try;;
44300 esac
44301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44302 (eval "$ac_link") 2>conftest.er1
44303 ac_status=$?
44304 grep -v '^ *+' conftest.er1 >conftest.err
44305 rm -f conftest.er1
44306 cat conftest.err >&5
44307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44308 (exit $ac_status); } && {
44309 test -z "$ac_c_werror_flag" ||
44310 test ! -s conftest.err
44311 } && test -s conftest$ac_exeext &&
44312 $as_test_x conftest$ac_exeext; then
44313 ac_cv_func_gethostbyname=yes
44314 else
44315 echo "$as_me: failed program was:" >&5
44316 sed 's/^/| /' conftest.$ac_ext >&5
44317
44318 ac_cv_func_gethostbyname=no
44319 fi
44320
44321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44322 conftest$ac_exeext conftest.$ac_ext
44323 fi
44324 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
44325 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
44326 if test $ac_cv_func_gethostbyname = yes; then
44327 cat >>confdefs.h <<\_ACEOF
44328 #define HAVE_GETHOSTBYNAME 1
44329 _ACEOF
44330
44331 fi
44332
44333 fi
44334
44335 { echo "$as_me:$LINENO: checking how many arguments getservbyname_r() takes" >&5
44336 echo $ECHO_N "checking how many arguments getservbyname_r() takes... $ECHO_C" >&6; }
44337 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
44338 echo $ECHO_N "(cached) $ECHO_C" >&6
44339 else
44340
44341 ac_ext=cpp
44342 ac_cpp='$CXXCPP $CPPFLAGS'
44343 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44344 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44345 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44346
44347
44348 cat >conftest.$ac_ext <<_ACEOF
44349 /* confdefs.h. */
44350 _ACEOF
44351 cat confdefs.h >>conftest.$ac_ext
44352 cat >>conftest.$ac_ext <<_ACEOF
44353 /* end confdefs.h. */
44354 #include <netdb.h>
44355 int
44356 main ()
44357 {
44358
44359 char *name;
44360 char *proto;
44361 struct servent *se, *res;
44362 char buffer[2048];
44363 int buflen = 2048;
44364 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
44365
44366 ;
44367 return 0;
44368 }
44369 _ACEOF
44370 rm -f conftest.$ac_objext
44371 if { (ac_try="$ac_compile"
44372 case "(($ac_try" in
44373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44374 *) ac_try_echo=$ac_try;;
44375 esac
44376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44377 (eval "$ac_compile") 2>conftest.er1
44378 ac_status=$?
44379 grep -v '^ *+' conftest.er1 >conftest.err
44380 rm -f conftest.er1
44381 cat conftest.err >&5
44382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44383 (exit $ac_status); } && {
44384 test -z "$ac_cxx_werror_flag" ||
44385 test ! -s conftest.err
44386 } && test -s conftest.$ac_objext; then
44387 ac_cv_func_which_getservbyname_r=six
44388 else
44389 echo "$as_me: failed program was:" >&5
44390 sed 's/^/| /' conftest.$ac_ext >&5
44391
44392
44393 cat >conftest.$ac_ext <<_ACEOF
44394 /* confdefs.h. */
44395 _ACEOF
44396 cat confdefs.h >>conftest.$ac_ext
44397 cat >>conftest.$ac_ext <<_ACEOF
44398 /* end confdefs.h. */
44399 #include <netdb.h>
44400 int
44401 main ()
44402 {
44403
44404 char *name;
44405 char *proto;
44406 struct servent *se;
44407 char buffer[2048];
44408 int buflen = 2048;
44409 (void) getservbyname_r(name, proto, se, buffer, buflen)
44410
44411 ;
44412 return 0;
44413 }
44414 _ACEOF
44415 rm -f conftest.$ac_objext
44416 if { (ac_try="$ac_compile"
44417 case "(($ac_try" in
44418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44419 *) ac_try_echo=$ac_try;;
44420 esac
44421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44422 (eval "$ac_compile") 2>conftest.er1
44423 ac_status=$?
44424 grep -v '^ *+' conftest.er1 >conftest.err
44425 rm -f conftest.er1
44426 cat conftest.err >&5
44427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44428 (exit $ac_status); } && {
44429 test -z "$ac_cxx_werror_flag" ||
44430 test ! -s conftest.err
44431 } && test -s conftest.$ac_objext; then
44432 ac_cv_func_which_getservbyname_r=five
44433 else
44434 echo "$as_me: failed program was:" >&5
44435 sed 's/^/| /' conftest.$ac_ext >&5
44436
44437
44438 cat >conftest.$ac_ext <<_ACEOF
44439 /* confdefs.h. */
44440 _ACEOF
44441 cat confdefs.h >>conftest.$ac_ext
44442 cat >>conftest.$ac_ext <<_ACEOF
44443 /* end confdefs.h. */
44444 #include <netdb.h>
44445 int
44446 main ()
44447 {
44448
44449 char *name;
44450 char *proto;
44451 struct servent *se;
44452 struct servent_data data;
44453 (void) getservbyname_r(name, proto, se, &data);
44454
44455 ;
44456 return 0;
44457 }
44458 _ACEOF
44459 rm -f conftest.$ac_objext
44460 if { (ac_try="$ac_compile"
44461 case "(($ac_try" in
44462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44463 *) ac_try_echo=$ac_try;;
44464 esac
44465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44466 (eval "$ac_compile") 2>conftest.er1
44467 ac_status=$?
44468 grep -v '^ *+' conftest.er1 >conftest.err
44469 rm -f conftest.er1
44470 cat conftest.err >&5
44471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44472 (exit $ac_status); } && {
44473 test -z "$ac_cxx_werror_flag" ||
44474 test ! -s conftest.err
44475 } && test -s conftest.$ac_objext; then
44476 ac_cv_func_which_getservbyname_r=four
44477 else
44478 echo "$as_me: failed program was:" >&5
44479 sed 's/^/| /' conftest.$ac_ext >&5
44480
44481 ac_cv_func_which_getservbyname_r=no
44482
44483 fi
44484
44485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44486
44487
44488 fi
44489
44490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44491
44492
44493 fi
44494
44495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44496 ac_ext=c
44497 ac_cpp='$CPP $CPPFLAGS'
44498 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44499 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44500 ac_compiler_gnu=$ac_cv_c_compiler_gnu
44501
44502
44503
44504 fi
44505 { echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
44506 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6; }
44507
44508 if test $ac_cv_func_which_getservbyname_r = six; then
44509 cat >>confdefs.h <<\_ACEOF
44510 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
44511 _ACEOF
44512
44513 elif test $ac_cv_func_which_getservbyname_r = five; then
44514 cat >>confdefs.h <<\_ACEOF
44515 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
44516 _ACEOF
44517
44518 elif test $ac_cv_func_which_getservbyname_r = four; then
44519 cat >>confdefs.h <<\_ACEOF
44520 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
44521 _ACEOF
44522
44523 fi
44524
44525
44526 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
44527 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
44528
44529 for ac_func in getservbyname
44530 do
44531 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44532 { echo "$as_me:$LINENO: checking for $ac_func" >&5
44533 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
44534 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
44535 echo $ECHO_N "(cached) $ECHO_C" >&6
44536 else
44537 cat >conftest.$ac_ext <<_ACEOF
44538 /* confdefs.h. */
44539 _ACEOF
44540 cat confdefs.h >>conftest.$ac_ext
44541 cat >>conftest.$ac_ext <<_ACEOF
44542 /* end confdefs.h. */
44543 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44544 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44545 #define $ac_func innocuous_$ac_func
44546
44547 /* System header to define __stub macros and hopefully few prototypes,
44548 which can conflict with char $ac_func (); below.
44549 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44550 <limits.h> exists even on freestanding compilers. */
44551
44552 #ifdef __STDC__
44553 # include <limits.h>
44554 #else
44555 # include <assert.h>
44556 #endif
44557
44558 #undef $ac_func
44559
44560 /* Override any GCC internal prototype to avoid an error.
44561 Use char because int might match the return type of a GCC
44562 builtin and then its argument prototype would still apply. */
44563 #ifdef __cplusplus
44564 extern "C"
44565 #endif
44566 char $ac_func ();
44567 /* The GNU C library defines this for functions which it implements
44568 to always fail with ENOSYS. Some functions are actually named
44569 something starting with __ and the normal name is an alias. */
44570 #if defined __stub_$ac_func || defined __stub___$ac_func
44571 choke me
44572 #endif
44573
44574 int
44575 main ()
44576 {
44577 return $ac_func ();
44578 ;
44579 return 0;
44580 }
44581 _ACEOF
44582 rm -f conftest.$ac_objext conftest$ac_exeext
44583 if { (ac_try="$ac_link"
44584 case "(($ac_try" in
44585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44586 *) ac_try_echo=$ac_try;;
44587 esac
44588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44589 (eval "$ac_link") 2>conftest.er1
44590 ac_status=$?
44591 grep -v '^ *+' conftest.er1 >conftest.err
44592 rm -f conftest.er1
44593 cat conftest.err >&5
44594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44595 (exit $ac_status); } && {
44596 test -z "$ac_c_werror_flag" ||
44597 test ! -s conftest.err
44598 } && test -s conftest$ac_exeext &&
44599 $as_test_x conftest$ac_exeext; then
44600 eval "$as_ac_var=yes"
44601 else
44602 echo "$as_me: failed program was:" >&5
44603 sed 's/^/| /' conftest.$ac_ext >&5
44604
44605 eval "$as_ac_var=no"
44606 fi
44607
44608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44609 conftest$ac_exeext conftest.$ac_ext
44610 fi
44611 ac_res=`eval echo '${'$as_ac_var'}'`
44612 { echo "$as_me:$LINENO: result: $ac_res" >&5
44613 echo "${ECHO_T}$ac_res" >&6; }
44614 if test `eval echo '${'$as_ac_var'}'` = yes; then
44615 cat >>confdefs.h <<_ACEOF
44616 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44617 _ACEOF
44618 cat >>confdefs.h <<\_ACEOF
44619 #define HAVE_GETSERVBYNAME 1
44620 _ACEOF
44621
44622 fi
44623 done
44624
44625 fi
44626
44627 if test "$wxUSE_THREADS" = "yes"; then
44628 cat >>confdefs.h <<\_ACEOF
44629 #define wxUSE_THREADS 1
44630 _ACEOF
44631
44632
44633 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
44634 else
44635 if test "$wx_cv_func_strtok_r" = "yes"; then
44636 { echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
44637 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6; }
44638 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
44639 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
44640 { echo "$as_me:$LINENO: result: yes" >&5
44641 echo "${ECHO_T}yes" >&6; }
44642 else
44643 { echo "$as_me:$LINENO: result: no" >&5
44644 echo "${ECHO_T}no" >&6; }
44645 fi
44646 fi
44647 fi
44648
44649 if test "$WXGTK20" = 1 ; then
44650 cat >>confdefs.h <<_ACEOF
44651 #define __WXGTK20__ $WXGTK20
44652 _ACEOF
44653
44654 WXGTK12=1
44655 fi
44656
44657 if test "$WXGTK12" = 1 ; then
44658 cat >>confdefs.h <<_ACEOF
44659 #define __WXGTK12__ $WXGTK12
44660 _ACEOF
44661
44662 fi
44663
44664 if test "$WXGTK127" = 1 ; then
44665 cat >>confdefs.h <<_ACEOF
44666 #define __WXGTK127__ $WXGTK127
44667 _ACEOF
44668
44669 fi
44670
44671 if test "$WXGPE" = 1 ; then
44672 cat >>confdefs.h <<_ACEOF
44673 #define __WXGPE__ $WXGPE
44674 _ACEOF
44675
44676 fi
44677
44678 DEBUG_CFLAGS=
44679 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
44680 DEBUG_CFLAGS="-g"
44681 wxUSE_OPTIMISE=no
44682 fi
44683
44684 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
44685 wxUSE_DEBUG_INFO=yes
44686 if test "$GCC" = yes; then
44687 DEBUG_CFLAGS="-ggdb"
44688 fi
44689 fi
44690
44691 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
44692 cat >>confdefs.h <<\_ACEOF
44693 #define WXDEBUG 1
44694 _ACEOF
44695
44696 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D__WXDEBUG__"
44697 else
44698 if test "$wxUSE_GTK" = 1 ; then
44699 if test "x$wxGTK_VERSION" = "x1" ; then
44700 CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
44701 fi
44702 fi
44703 fi
44704
44705 if test "$wxUSE_MEM_TRACING" = "yes" ; then
44706 cat >>confdefs.h <<\_ACEOF
44707 #define wxUSE_MEMORY_TRACING 1
44708 _ACEOF
44709
44710 cat >>confdefs.h <<\_ACEOF
44711 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
44712 _ACEOF
44713
44714 cat >>confdefs.h <<\_ACEOF
44715 #define wxUSE_DEBUG_NEW_ALWAYS 1
44716 _ACEOF
44717
44718 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
44719 fi
44720
44721 if test "$wxUSE_DMALLOC" = "yes" ; then
44722 DMALLOC_LIBS="-ldmallocthcxx"
44723 fi
44724
44725 PROFILE_FLAGS=
44726 if test "$wxUSE_PROFILE" = "yes" ; then
44727 PROFILE_FLAGS=" -pg"
44728 fi
44729
44730 if test "$GCC" = "yes" ; then
44731 if test "$wxUSE_NO_RTTI" = "yes" ; then
44732 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-rtti"
44733 fi
44734 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
44735 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
44736 fi
44737 if test "$wxUSE_PERMISSIVE" = "yes" ; then
44738 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
44739 fi
44740
44741 case "${host}" in
44742 powerpc*-*-aix* )
44743 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
44744 ;;
44745 *-hppa* )
44746 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
44747 ;;
44748 esac
44749 fi
44750
44751 OPTIMISE_CFLAGS=
44752 if test "$wxUSE_OPTIMISE" = "no" ; then
44753 if test "$GCC" = yes ; then
44754 OPTIMISE_CFLAGS="-O0"
44755 fi
44756 else
44757 if test "$GCC" = yes ; then
44758 case "${host}" in
44759 *-pc-os2_emx | *-pc-os2-emx )
44760 OPTIMISE_CFLAGS="-O2"
44761 ;;
44762 *)
44763 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
44764 ;;
44765 esac
44766 else
44767 OPTIMISE_CFLAGS="-O"
44768 fi
44769 fi
44770
44771
44772 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
44773 cat >>confdefs.h <<\_ACEOF
44774 #define WXWIN_COMPATIBILITY_2_6 1
44775 _ACEOF
44776
44777
44778 WXWIN_COMPATIBILITY_2_8="yes"
44779 fi
44780
44781 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
44782 cat >>confdefs.h <<\_ACEOF
44783 #define WXWIN_COMPATIBILITY_2_8 1
44784 _ACEOF
44785
44786 fi
44787
44788
44789 if test "$wxUSE_GUI" = "yes"; then
44790 cat >>confdefs.h <<\_ACEOF
44791 #define wxUSE_GUI 1
44792 _ACEOF
44793
44794
44795 fi
44796
44797
44798 if test "$wxUSE_UNIX" = "yes"; then
44799 cat >>confdefs.h <<\_ACEOF
44800 #define wxUSE_UNIX 1
44801 _ACEOF
44802
44803 fi
44804
44805
44806 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
44807
44808 HAVE_DL_FUNCS=0
44809 HAVE_SHL_FUNCS=0
44810 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
44811 if test "$USE_DARWIN" = 1; then
44812 HAVE_DL_FUNCS=1
44813 elif test "$USE_DOS" = 1; then
44814 HAVE_DL_FUNCS=0
44815 else
44816
44817 for ac_func in dlopen
44818 do
44819 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44820 { echo "$as_me:$LINENO: checking for $ac_func" >&5
44821 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
44822 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
44823 echo $ECHO_N "(cached) $ECHO_C" >&6
44824 else
44825 cat >conftest.$ac_ext <<_ACEOF
44826 /* confdefs.h. */
44827 _ACEOF
44828 cat confdefs.h >>conftest.$ac_ext
44829 cat >>conftest.$ac_ext <<_ACEOF
44830 /* end confdefs.h. */
44831 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44832 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44833 #define $ac_func innocuous_$ac_func
44834
44835 /* System header to define __stub macros and hopefully few prototypes,
44836 which can conflict with char $ac_func (); below.
44837 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44838 <limits.h> exists even on freestanding compilers. */
44839
44840 #ifdef __STDC__
44841 # include <limits.h>
44842 #else
44843 # include <assert.h>
44844 #endif
44845
44846 #undef $ac_func
44847
44848 /* Override any GCC internal prototype to avoid an error.
44849 Use char because int might match the return type of a GCC
44850 builtin and then its argument prototype would still apply. */
44851 #ifdef __cplusplus
44852 extern "C"
44853 #endif
44854 char $ac_func ();
44855 /* The GNU C library defines this for functions which it implements
44856 to always fail with ENOSYS. Some functions are actually named
44857 something starting with __ and the normal name is an alias. */
44858 #if defined __stub_$ac_func || defined __stub___$ac_func
44859 choke me
44860 #endif
44861
44862 int
44863 main ()
44864 {
44865 return $ac_func ();
44866 ;
44867 return 0;
44868 }
44869 _ACEOF
44870 rm -f conftest.$ac_objext conftest$ac_exeext
44871 if { (ac_try="$ac_link"
44872 case "(($ac_try" in
44873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44874 *) ac_try_echo=$ac_try;;
44875 esac
44876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44877 (eval "$ac_link") 2>conftest.er1
44878 ac_status=$?
44879 grep -v '^ *+' conftest.er1 >conftest.err
44880 rm -f conftest.er1
44881 cat conftest.err >&5
44882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44883 (exit $ac_status); } && {
44884 test -z "$ac_c_werror_flag" ||
44885 test ! -s conftest.err
44886 } && test -s conftest$ac_exeext &&
44887 $as_test_x conftest$ac_exeext; then
44888 eval "$as_ac_var=yes"
44889 else
44890 echo "$as_me: failed program was:" >&5
44891 sed 's/^/| /' conftest.$ac_ext >&5
44892
44893 eval "$as_ac_var=no"
44894 fi
44895
44896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44897 conftest$ac_exeext conftest.$ac_ext
44898 fi
44899 ac_res=`eval echo '${'$as_ac_var'}'`
44900 { echo "$as_me:$LINENO: result: $ac_res" >&5
44901 echo "${ECHO_T}$ac_res" >&6; }
44902 if test `eval echo '${'$as_ac_var'}'` = yes; then
44903 cat >>confdefs.h <<_ACEOF
44904 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44905 _ACEOF
44906
44907 cat >>confdefs.h <<\_ACEOF
44908 #define HAVE_DLOPEN 1
44909 _ACEOF
44910
44911 HAVE_DL_FUNCS=1
44912
44913 else
44914
44915 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
44916 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
44917 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
44918 echo $ECHO_N "(cached) $ECHO_C" >&6
44919 else
44920 ac_check_lib_save_LIBS=$LIBS
44921 LIBS="-ldl $LIBS"
44922 cat >conftest.$ac_ext <<_ACEOF
44923 /* confdefs.h. */
44924 _ACEOF
44925 cat confdefs.h >>conftest.$ac_ext
44926 cat >>conftest.$ac_ext <<_ACEOF
44927 /* end confdefs.h. */
44928
44929 /* Override any GCC internal prototype to avoid an error.
44930 Use char because int might match the return type of a GCC
44931 builtin and then its argument prototype would still apply. */
44932 #ifdef __cplusplus
44933 extern "C"
44934 #endif
44935 char dlopen ();
44936 int
44937 main ()
44938 {
44939 return dlopen ();
44940 ;
44941 return 0;
44942 }
44943 _ACEOF
44944 rm -f conftest.$ac_objext conftest$ac_exeext
44945 if { (ac_try="$ac_link"
44946 case "(($ac_try" in
44947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44948 *) ac_try_echo=$ac_try;;
44949 esac
44950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44951 (eval "$ac_link") 2>conftest.er1
44952 ac_status=$?
44953 grep -v '^ *+' conftest.er1 >conftest.err
44954 rm -f conftest.er1
44955 cat conftest.err >&5
44956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44957 (exit $ac_status); } && {
44958 test -z "$ac_c_werror_flag" ||
44959 test ! -s conftest.err
44960 } && test -s conftest$ac_exeext &&
44961 $as_test_x conftest$ac_exeext; then
44962 ac_cv_lib_dl_dlopen=yes
44963 else
44964 echo "$as_me: failed program was:" >&5
44965 sed 's/^/| /' conftest.$ac_ext >&5
44966
44967 ac_cv_lib_dl_dlopen=no
44968 fi
44969
44970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44971 conftest$ac_exeext conftest.$ac_ext
44972 LIBS=$ac_check_lib_save_LIBS
44973 fi
44974 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
44975 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
44976 if test $ac_cv_lib_dl_dlopen = yes; then
44977
44978 cat >>confdefs.h <<\_ACEOF
44979 #define HAVE_DLOPEN 1
44980 _ACEOF
44981
44982 HAVE_DL_FUNCS=1
44983 DL_LINK=" -ldl$DL_LINK"
44984
44985 else
44986
44987
44988 for ac_func in shl_load
44989 do
44990 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44991 { echo "$as_me:$LINENO: checking for $ac_func" >&5
44992 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
44993 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
44994 echo $ECHO_N "(cached) $ECHO_C" >&6
44995 else
44996 cat >conftest.$ac_ext <<_ACEOF
44997 /* confdefs.h. */
44998 _ACEOF
44999 cat confdefs.h >>conftest.$ac_ext
45000 cat >>conftest.$ac_ext <<_ACEOF
45001 /* end confdefs.h. */
45002 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
45003 For example, HP-UX 11i <limits.h> declares gettimeofday. */
45004 #define $ac_func innocuous_$ac_func
45005
45006 /* System header to define __stub macros and hopefully few prototypes,
45007 which can conflict with char $ac_func (); below.
45008 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
45009 <limits.h> exists even on freestanding compilers. */
45010
45011 #ifdef __STDC__
45012 # include <limits.h>
45013 #else
45014 # include <assert.h>
45015 #endif
45016
45017 #undef $ac_func
45018
45019 /* Override any GCC internal prototype to avoid an error.
45020 Use char because int might match the return type of a GCC
45021 builtin and then its argument prototype would still apply. */
45022 #ifdef __cplusplus
45023 extern "C"
45024 #endif
45025 char $ac_func ();
45026 /* The GNU C library defines this for functions which it implements
45027 to always fail with ENOSYS. Some functions are actually named
45028 something starting with __ and the normal name is an alias. */
45029 #if defined __stub_$ac_func || defined __stub___$ac_func
45030 choke me
45031 #endif
45032
45033 int
45034 main ()
45035 {
45036 return $ac_func ();
45037 ;
45038 return 0;
45039 }
45040 _ACEOF
45041 rm -f conftest.$ac_objext conftest$ac_exeext
45042 if { (ac_try="$ac_link"
45043 case "(($ac_try" in
45044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45045 *) ac_try_echo=$ac_try;;
45046 esac
45047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45048 (eval "$ac_link") 2>conftest.er1
45049 ac_status=$?
45050 grep -v '^ *+' conftest.er1 >conftest.err
45051 rm -f conftest.er1
45052 cat conftest.err >&5
45053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45054 (exit $ac_status); } && {
45055 test -z "$ac_c_werror_flag" ||
45056 test ! -s conftest.err
45057 } && test -s conftest$ac_exeext &&
45058 $as_test_x conftest$ac_exeext; then
45059 eval "$as_ac_var=yes"
45060 else
45061 echo "$as_me: failed program was:" >&5
45062 sed 's/^/| /' conftest.$ac_ext >&5
45063
45064 eval "$as_ac_var=no"
45065 fi
45066
45067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45068 conftest$ac_exeext conftest.$ac_ext
45069 fi
45070 ac_res=`eval echo '${'$as_ac_var'}'`
45071 { echo "$as_me:$LINENO: result: $ac_res" >&5
45072 echo "${ECHO_T}$ac_res" >&6; }
45073 if test `eval echo '${'$as_ac_var'}'` = yes; then
45074 cat >>confdefs.h <<_ACEOF
45075 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
45076 _ACEOF
45077
45078 cat >>confdefs.h <<\_ACEOF
45079 #define HAVE_SHL_LOAD 1
45080 _ACEOF
45081
45082 HAVE_SHL_FUNCS=1
45083
45084 else
45085
45086 { echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
45087 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6; }
45088 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
45089 echo $ECHO_N "(cached) $ECHO_C" >&6
45090 else
45091 ac_check_lib_save_LIBS=$LIBS
45092 LIBS="-lshl_load $LIBS"
45093 cat >conftest.$ac_ext <<_ACEOF
45094 /* confdefs.h. */
45095 _ACEOF
45096 cat confdefs.h >>conftest.$ac_ext
45097 cat >>conftest.$ac_ext <<_ACEOF
45098 /* end confdefs.h. */
45099
45100 /* Override any GCC internal prototype to avoid an error.
45101 Use char because int might match the return type of a GCC
45102 builtin and then its argument prototype would still apply. */
45103 #ifdef __cplusplus
45104 extern "C"
45105 #endif
45106 char dld ();
45107 int
45108 main ()
45109 {
45110 return dld ();
45111 ;
45112 return 0;
45113 }
45114 _ACEOF
45115 rm -f conftest.$ac_objext conftest$ac_exeext
45116 if { (ac_try="$ac_link"
45117 case "(($ac_try" in
45118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45119 *) ac_try_echo=$ac_try;;
45120 esac
45121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45122 (eval "$ac_link") 2>conftest.er1
45123 ac_status=$?
45124 grep -v '^ *+' conftest.er1 >conftest.err
45125 rm -f conftest.er1
45126 cat conftest.err >&5
45127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45128 (exit $ac_status); } && {
45129 test -z "$ac_c_werror_flag" ||
45130 test ! -s conftest.err
45131 } && test -s conftest$ac_exeext &&
45132 $as_test_x conftest$ac_exeext; then
45133 ac_cv_lib_shl_load_dld=yes
45134 else
45135 echo "$as_me: failed program was:" >&5
45136 sed 's/^/| /' conftest.$ac_ext >&5
45137
45138 ac_cv_lib_shl_load_dld=no
45139 fi
45140
45141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45142 conftest$ac_exeext conftest.$ac_ext
45143 LIBS=$ac_check_lib_save_LIBS
45144 fi
45145 { echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
45146 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6; }
45147 if test $ac_cv_lib_shl_load_dld = yes; then
45148
45149 HAVE_SHL_FUNCS=1
45150 DL_LINK=" -ldld$DL_LINK"
45151
45152 fi
45153
45154
45155 fi
45156 done
45157
45158
45159 fi
45160
45161
45162 fi
45163 done
45164
45165
45166 if test "$HAVE_DL_FUNCS" = 1; then
45167
45168 for ac_func in dlerror
45169 do
45170 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
45171 { echo "$as_me:$LINENO: checking for $ac_func" >&5
45172 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
45173 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
45174 echo $ECHO_N "(cached) $ECHO_C" >&6
45175 else
45176 cat >conftest.$ac_ext <<_ACEOF
45177 /* confdefs.h. */
45178 _ACEOF
45179 cat confdefs.h >>conftest.$ac_ext
45180 cat >>conftest.$ac_ext <<_ACEOF
45181 /* end confdefs.h. */
45182 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
45183 For example, HP-UX 11i <limits.h> declares gettimeofday. */
45184 #define $ac_func innocuous_$ac_func
45185
45186 /* System header to define __stub macros and hopefully few prototypes,
45187 which can conflict with char $ac_func (); below.
45188 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
45189 <limits.h> exists even on freestanding compilers. */
45190
45191 #ifdef __STDC__
45192 # include <limits.h>
45193 #else
45194 # include <assert.h>
45195 #endif
45196
45197 #undef $ac_func
45198
45199 /* Override any GCC internal prototype to avoid an error.
45200 Use char because int might match the return type of a GCC
45201 builtin and then its argument prototype would still apply. */
45202 #ifdef __cplusplus
45203 extern "C"
45204 #endif
45205 char $ac_func ();
45206 /* The GNU C library defines this for functions which it implements
45207 to always fail with ENOSYS. Some functions are actually named
45208 something starting with __ and the normal name is an alias. */
45209 #if defined __stub_$ac_func || defined __stub___$ac_func
45210 choke me
45211 #endif
45212
45213 int
45214 main ()
45215 {
45216 return $ac_func ();
45217 ;
45218 return 0;
45219 }
45220 _ACEOF
45221 rm -f conftest.$ac_objext conftest$ac_exeext
45222 if { (ac_try="$ac_link"
45223 case "(($ac_try" in
45224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45225 *) ac_try_echo=$ac_try;;
45226 esac
45227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45228 (eval "$ac_link") 2>conftest.er1
45229 ac_status=$?
45230 grep -v '^ *+' conftest.er1 >conftest.err
45231 rm -f conftest.er1
45232 cat conftest.err >&5
45233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45234 (exit $ac_status); } && {
45235 test -z "$ac_c_werror_flag" ||
45236 test ! -s conftest.err
45237 } && test -s conftest$ac_exeext &&
45238 $as_test_x conftest$ac_exeext; then
45239 eval "$as_ac_var=yes"
45240 else
45241 echo "$as_me: failed program was:" >&5
45242 sed 's/^/| /' conftest.$ac_ext >&5
45243
45244 eval "$as_ac_var=no"
45245 fi
45246
45247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45248 conftest$ac_exeext conftest.$ac_ext
45249 fi
45250 ac_res=`eval echo '${'$as_ac_var'}'`
45251 { echo "$as_me:$LINENO: result: $ac_res" >&5
45252 echo "${ECHO_T}$ac_res" >&6; }
45253 if test `eval echo '${'$as_ac_var'}'` = yes; then
45254 cat >>confdefs.h <<_ACEOF
45255 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
45256 _ACEOF
45257 cat >>confdefs.h <<\_ACEOF
45258 #define HAVE_DLERROR 1
45259 _ACEOF
45260
45261 else
45262
45263 { echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
45264 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6; }
45265 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
45266 echo $ECHO_N "(cached) $ECHO_C" >&6
45267 else
45268 ac_check_lib_save_LIBS=$LIBS
45269 LIBS="-ldl $LIBS"
45270 cat >conftest.$ac_ext <<_ACEOF
45271 /* confdefs.h. */
45272 _ACEOF
45273 cat confdefs.h >>conftest.$ac_ext
45274 cat >>conftest.$ac_ext <<_ACEOF
45275 /* end confdefs.h. */
45276
45277 /* Override any GCC internal prototype to avoid an error.
45278 Use char because int might match the return type of a GCC
45279 builtin and then its argument prototype would still apply. */
45280 #ifdef __cplusplus
45281 extern "C"
45282 #endif
45283 char dlerror ();
45284 int
45285 main ()
45286 {
45287 return dlerror ();
45288 ;
45289 return 0;
45290 }
45291 _ACEOF
45292 rm -f conftest.$ac_objext conftest$ac_exeext
45293 if { (ac_try="$ac_link"
45294 case "(($ac_try" in
45295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45296 *) ac_try_echo=$ac_try;;
45297 esac
45298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45299 (eval "$ac_link") 2>conftest.er1
45300 ac_status=$?
45301 grep -v '^ *+' conftest.er1 >conftest.err
45302 rm -f conftest.er1
45303 cat conftest.err >&5
45304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45305 (exit $ac_status); } && {
45306 test -z "$ac_c_werror_flag" ||
45307 test ! -s conftest.err
45308 } && test -s conftest$ac_exeext &&
45309 $as_test_x conftest$ac_exeext; then
45310 ac_cv_lib_dl_dlerror=yes
45311 else
45312 echo "$as_me: failed program was:" >&5
45313 sed 's/^/| /' conftest.$ac_ext >&5
45314
45315 ac_cv_lib_dl_dlerror=no
45316 fi
45317
45318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45319 conftest$ac_exeext conftest.$ac_ext
45320 LIBS=$ac_check_lib_save_LIBS
45321 fi
45322 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
45323 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6; }
45324 if test $ac_cv_lib_dl_dlerror = yes; then
45325 cat >>confdefs.h <<\_ACEOF
45326 #define HAVE_DLERROR 1
45327 _ACEOF
45328
45329 fi
45330
45331
45332
45333 fi
45334 done
45335
45336 fi
45337 fi
45338
45339 if test "$HAVE_DL_FUNCS" = 0; then
45340 if test "$HAVE_SHL_FUNCS" = 0; then
45341 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
45342 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
45343 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
45344 wxUSE_DYNAMIC_LOADER=no
45345 wxUSE_DYNLIB_CLASS=no
45346 else
45347 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
45348 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
45349 fi
45350 fi
45351 fi
45352 fi
45353 fi
45354
45355 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
45356 cat >>confdefs.h <<\_ACEOF
45357 #define wxUSE_DYNAMIC_LOADER 1
45358 _ACEOF
45359
45360 fi
45361 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
45362 cat >>confdefs.h <<\_ACEOF
45363 #define wxUSE_DYNLIB_CLASS 1
45364 _ACEOF
45365
45366 fi
45367
45368
45369
45370 if test "$wxUSE_PLUGINS" = "yes" ; then
45371 if test "$wxUSE_SHARED" = "no" ; then
45372 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
45373 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
45374 wxUSE_PLUGINS=no
45375 fi
45376 if test "$wxUSE_MONOLITHIC" = "yes" ; then
45377 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
45378 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
45379 wxUSE_PLUGINS=no
45380 fi
45381 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
45382 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
45383 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
45384 wxUSE_PLUGINS=no
45385 fi
45386 if test "$wxUSE_PLUGINS" = "yes" ; then
45387 cat >>confdefs.h <<\_ACEOF
45388 #define wxUSE_PLUGINS 1
45389 _ACEOF
45390
45391 fi
45392 fi
45393
45394
45395 if test "$wxUSE_STL" = "yes"; then
45396 cat >>confdefs.h <<\_ACEOF
45397 #define wxUSE_STL 1
45398 _ACEOF
45399
45400 fi
45401
45402 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
45403 cat >>confdefs.h <<\_ACEOF
45404 #define wxUSE_EXTENDED_RTTI 1
45405 _ACEOF
45406
45407 fi
45408
45409 if test "$wxUSE_APPLE_IEEE" = "yes"; then
45410 cat >>confdefs.h <<\_ACEOF
45411 #define wxUSE_APPLE_IEEE 1
45412 _ACEOF
45413
45414 fi
45415
45416 if test "$wxUSE_TIMER" = "yes"; then
45417 cat >>confdefs.h <<\_ACEOF
45418 #define wxUSE_TIMER 1
45419 _ACEOF
45420
45421 fi
45422
45423 if test "$USE_UNIX" = "1" ; then
45424 if test "$wxUSE_MGL" != 1; then
45425 { echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
45426 echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6; }
45427 if test "${ac_cv_header_sys_soundcard+set}" = set; then
45428 echo $ECHO_N "(cached) $ECHO_C" >&6
45429 else
45430
45431 cat >conftest.$ac_ext <<_ACEOF
45432 /* confdefs.h. */
45433 _ACEOF
45434 cat confdefs.h >>conftest.$ac_ext
45435 cat >>conftest.$ac_ext <<_ACEOF
45436 /* end confdefs.h. */
45437
45438 #include <sys/ioctl.h>
45439 #include <sys/soundcard.h>
45440
45441 int
45442 main ()
45443 {
45444
45445 ioctl(0, SNDCTL_DSP_SPEED, 0);
45446
45447 ;
45448 return 0;
45449 }
45450 _ACEOF
45451 rm -f conftest.$ac_objext conftest$ac_exeext
45452 if { (ac_try="$ac_link"
45453 case "(($ac_try" in
45454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45455 *) ac_try_echo=$ac_try;;
45456 esac
45457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45458 (eval "$ac_link") 2>conftest.er1
45459 ac_status=$?
45460 grep -v '^ *+' conftest.er1 >conftest.err
45461 rm -f conftest.er1
45462 cat conftest.err >&5
45463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45464 (exit $ac_status); } && {
45465 test -z "$ac_c_werror_flag" ||
45466 test ! -s conftest.err
45467 } && test -s conftest$ac_exeext &&
45468 $as_test_x conftest$ac_exeext; then
45469 ac_cv_header_sys_soundcard=yes
45470 else
45471 echo "$as_me: failed program was:" >&5
45472 sed 's/^/| /' conftest.$ac_ext >&5
45473
45474
45475 saveLibs="$LIBS"
45476 LIBS="$saveLibs -lossaudio"
45477 cat >conftest.$ac_ext <<_ACEOF
45478 /* confdefs.h. */
45479 _ACEOF
45480 cat confdefs.h >>conftest.$ac_ext
45481 cat >>conftest.$ac_ext <<_ACEOF
45482 /* end confdefs.h. */
45483
45484 #include <sys/ioctl.h>
45485 #include <sys/soundcard.h>
45486
45487 int
45488 main ()
45489 {
45490
45491 ioctl(0, SNDCTL_DSP_SPEED, 0);
45492
45493 ;
45494 return 0;
45495 }
45496 _ACEOF
45497 rm -f conftest.$ac_objext conftest$ac_exeext
45498 if { (ac_try="$ac_link"
45499 case "(($ac_try" in
45500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45501 *) ac_try_echo=$ac_try;;
45502 esac
45503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45504 (eval "$ac_link") 2>conftest.er1
45505 ac_status=$?
45506 grep -v '^ *+' conftest.er1 >conftest.err
45507 rm -f conftest.er1
45508 cat conftest.err >&5
45509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45510 (exit $ac_status); } && {
45511 test -z "$ac_c_werror_flag" ||
45512 test ! -s conftest.err
45513 } && test -s conftest$ac_exeext &&
45514 $as_test_x conftest$ac_exeext; then
45515 ac_cv_header_sys_soundcard=yes
45516 else
45517 echo "$as_me: failed program was:" >&5
45518 sed 's/^/| /' conftest.$ac_ext >&5
45519
45520
45521 LIBS="$saveLibs"
45522 ac_cv_header_sys_soundcard=no
45523
45524
45525 fi
45526
45527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45528 conftest$ac_exeext conftest.$ac_ext
45529
45530
45531 fi
45532
45533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45534 conftest$ac_exeext conftest.$ac_ext
45535
45536 fi
45537 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
45538 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6; }
45539 fi
45540
45541 if test "$ac_cv_header_sys_soundcard" = "yes"; then
45542 cat >>confdefs.h <<\_ACEOF
45543 #define HAVE_SYS_SOUNDCARD_H 1
45544 _ACEOF
45545
45546 fi
45547 fi
45548
45549 WITH_PLUGIN_SDL=0
45550 if test "$wxUSE_SOUND" = "yes"; then
45551 if test "$USE_UNIX" = "1" ; then
45552 if test "$wxUSE_LIBSDL" != "no"; then
45553
45554 # Check whether --with-sdl-prefix was given.
45555 if test "${with_sdl_prefix+set}" = set; then
45556 withval=$with_sdl_prefix; sdl_prefix="$withval"
45557 else
45558 sdl_prefix=""
45559 fi
45560
45561
45562 # Check whether --with-sdl-exec-prefix was given.
45563 if test "${with_sdl_exec_prefix+set}" = set; then
45564 withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
45565 else
45566 sdl_exec_prefix=""
45567 fi
45568
45569 # Check whether --enable-sdltest was given.
45570 if test "${enable_sdltest+set}" = set; then
45571 enableval=$enable_sdltest;
45572 else
45573 enable_sdltest=yes
45574 fi
45575
45576
45577 if test x$sdl_exec_prefix != x ; then
45578 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
45579 if test x${SDL_CONFIG+set} != xset ; then
45580 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
45581 fi
45582 fi
45583 if test x$sdl_prefix != x ; then
45584 sdl_args="$sdl_args --prefix=$sdl_prefix"
45585 if test x${SDL_CONFIG+set} != xset ; then
45586 SDL_CONFIG=$sdl_prefix/bin/sdl-config
45587 fi
45588 fi
45589
45590 if test "x$prefix" != xNONE; then
45591 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
45592 fi
45593 # Extract the first word of "sdl-config", so it can be a program name with args.
45594 set dummy sdl-config; ac_word=$2
45595 { echo "$as_me:$LINENO: checking for $ac_word" >&5
45596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
45597 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
45598 echo $ECHO_N "(cached) $ECHO_C" >&6
45599 else
45600 case $SDL_CONFIG in
45601 [\\/]* | ?:[\\/]*)
45602 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
45603 ;;
45604 *)
45605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45606 for as_dir in $PATH
45607 do
45608 IFS=$as_save_IFS
45609 test -z "$as_dir" && as_dir=.
45610 for ac_exec_ext in '' $ac_executable_extensions; do
45611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
45612 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
45613 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45614 break 2
45615 fi
45616 done
45617 done
45618 IFS=$as_save_IFS
45619
45620 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
45621 ;;
45622 esac
45623 fi
45624 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
45625 if test -n "$SDL_CONFIG"; then
45626 { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
45627 echo "${ECHO_T}$SDL_CONFIG" >&6; }
45628 else
45629 { echo "$as_me:$LINENO: result: no" >&5
45630 echo "${ECHO_T}no" >&6; }
45631 fi
45632
45633
45634 min_sdl_version=1.2.0
45635 { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
45636 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; }
45637 no_sdl=""
45638 if test "$SDL_CONFIG" = "no" ; then
45639 no_sdl=yes
45640 else
45641 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
45642 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
45643
45644 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
45645 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
45646 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
45647 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
45648 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
45649 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
45650 if test "x$enable_sdltest" = "xyes" ; then
45651 ac_save_CFLAGS="$CFLAGS"
45652 ac_save_CXXFLAGS="$CXXFLAGS"
45653 ac_save_LIBS="$LIBS"
45654 CFLAGS="$CFLAGS $SDL_CFLAGS"
45655 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
45656 LIBS="$LIBS $SDL_LIBS"
45657 rm -f conf.sdltest
45658 if test "$cross_compiling" = yes; then
45659 echo $ac_n "cross compiling; assumed OK... $ac_c"
45660 else
45661 cat >conftest.$ac_ext <<_ACEOF
45662 /* confdefs.h. */
45663 _ACEOF
45664 cat confdefs.h >>conftest.$ac_ext
45665 cat >>conftest.$ac_ext <<_ACEOF
45666 /* end confdefs.h. */
45667
45668 #include <stdio.h>
45669 #include <stdlib.h>
45670 #include <string.h>
45671 #include "SDL.h"
45672
45673 char*
45674 my_strdup (char *str)
45675 {
45676 char *new_str;
45677
45678 if (str)
45679 {
45680 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
45681 strcpy (new_str, str);
45682 }
45683 else
45684 new_str = NULL;
45685
45686 return new_str;
45687 }
45688
45689 int main (int argc, char *argv[])
45690 {
45691 int major, minor, micro;
45692 char *tmp_version;
45693
45694 /* This hangs on some systems (?)
45695 system ("touch conf.sdltest");
45696 */
45697 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
45698
45699 /* HP/UX 9 (%@#!) writes to sscanf strings */
45700 tmp_version = my_strdup("$min_sdl_version");
45701 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
45702 printf("%s, bad version string\n", "$min_sdl_version");
45703 exit(1);
45704 }
45705
45706 if (($sdl_major_version > major) ||
45707 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
45708 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
45709 {
45710 return 0;
45711 }
45712 else
45713 {
45714 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
45715 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
45716 printf("*** best to upgrade to the required version.\n");
45717 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
45718 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
45719 printf("*** config.cache before re-running configure\n");
45720 return 1;
45721 }
45722 }
45723
45724
45725 _ACEOF
45726 rm -f conftest$ac_exeext
45727 if { (ac_try="$ac_link"
45728 case "(($ac_try" in
45729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45730 *) ac_try_echo=$ac_try;;
45731 esac
45732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45733 (eval "$ac_link") 2>&5
45734 ac_status=$?
45735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45736 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
45737 { (case "(($ac_try" in
45738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45739 *) ac_try_echo=$ac_try;;
45740 esac
45741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45742 (eval "$ac_try") 2>&5
45743 ac_status=$?
45744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45745 (exit $ac_status); }; }; then
45746 :
45747 else
45748 echo "$as_me: program exited with status $ac_status" >&5
45749 echo "$as_me: failed program was:" >&5
45750 sed 's/^/| /' conftest.$ac_ext >&5
45751
45752 ( exit $ac_status )
45753 no_sdl=yes
45754 fi
45755 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
45756 fi
45757
45758
45759 CFLAGS="$ac_save_CFLAGS"
45760 CXXFLAGS="$ac_save_CXXFLAGS"
45761 LIBS="$ac_save_LIBS"
45762 fi
45763 fi
45764 if test "x$no_sdl" = x ; then
45765 { echo "$as_me:$LINENO: result: yes" >&5
45766 echo "${ECHO_T}yes" >&6; }
45767
45768 EXTRALIBS_SDL="$SDL_LIBS"
45769 CFLAGS="$SDL_CFLAGS $CFLAGS"
45770 CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
45771 cat >>confdefs.h <<\_ACEOF
45772 #define wxUSE_LIBSDL 1
45773 _ACEOF
45774
45775
45776 else
45777 { echo "$as_me:$LINENO: result: no" >&5
45778 echo "${ECHO_T}no" >&6; }
45779 if test "$SDL_CONFIG" = "no" ; then
45780 echo "*** The sdl-config script installed by SDL could not be found"
45781 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
45782 echo "*** your path, or set the SDL_CONFIG environment variable to the"
45783 echo "*** full path to sdl-config."
45784 else
45785 if test -f conf.sdltest ; then
45786 :
45787 else
45788 echo "*** Could not run SDL test program, checking why..."
45789 CFLAGS="$CFLAGS $SDL_CFLAGS"
45790 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
45791 LIBS="$LIBS $SDL_LIBS"
45792 cat >conftest.$ac_ext <<_ACEOF
45793 /* confdefs.h. */
45794 _ACEOF
45795 cat confdefs.h >>conftest.$ac_ext
45796 cat >>conftest.$ac_ext <<_ACEOF
45797 /* end confdefs.h. */
45798
45799 #include <stdio.h>
45800 #include "SDL.h"
45801
45802 int main(int argc, char *argv[])
45803 { return 0; }
45804 #undef main
45805 #define main K_and_R_C_main
45806
45807 int
45808 main ()
45809 {
45810 return 0;
45811 ;
45812 return 0;
45813 }
45814 _ACEOF
45815 rm -f conftest.$ac_objext conftest$ac_exeext
45816 if { (ac_try="$ac_link"
45817 case "(($ac_try" in
45818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45819 *) ac_try_echo=$ac_try;;
45820 esac
45821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45822 (eval "$ac_link") 2>conftest.er1
45823 ac_status=$?
45824 grep -v '^ *+' conftest.er1 >conftest.err
45825 rm -f conftest.er1
45826 cat conftest.err >&5
45827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45828 (exit $ac_status); } && {
45829 test -z "$ac_c_werror_flag" ||
45830 test ! -s conftest.err
45831 } && test -s conftest$ac_exeext &&
45832 $as_test_x conftest$ac_exeext; then
45833 echo "*** The test program compiled, but did not run. This usually means"
45834 echo "*** that the run-time linker is not finding SDL or finding the wrong"
45835 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
45836 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
45837 echo "*** to the installed location Also, make sure you have run ldconfig if that"
45838 echo "*** is required on your system"
45839 echo "***"
45840 echo "*** If you have an old version installed, it is best to remove it, although"
45841 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
45842 else
45843 echo "$as_me: failed program was:" >&5
45844 sed 's/^/| /' conftest.$ac_ext >&5
45845
45846 echo "*** The test program failed to compile or link. See the file config.log for the"
45847 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
45848 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
45849 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
45850 fi
45851
45852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45853 conftest$ac_exeext conftest.$ac_ext
45854 CFLAGS="$ac_save_CFLAGS"
45855 CXXFLAGS="$ac_save_CXXFLAGS"
45856 LIBS="$ac_save_LIBS"
45857 fi
45858 fi
45859 SDL_CFLAGS=""
45860 SDL_LIBS=""
45861 wxUSE_LIBSDL="no"
45862 fi
45863
45864
45865 rm -f conf.sdltest
45866
45867 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
45868 WITH_PLUGIN_SDL=1
45869 fi
45870 fi
45871 else
45872 if test "$wxUSE_MGL" = 1; then
45873 { echo "$as_me:$LINENO: WARNING: wxSound not supported in MGL under DOS... disabled" >&5
45874 echo "$as_me: WARNING: wxSound not supported in MGL under DOS... disabled" >&2;}
45875 wxUSE_SOUND="no"
45876 fi
45877 fi
45878 fi
45879
45880 if test "$wxUSE_SOUND" = "yes"; then
45881 cat >>confdefs.h <<\_ACEOF
45882 #define wxUSE_SOUND 1
45883 _ACEOF
45884
45885 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
45886 fi
45887
45888 if test "$WXGTK20" = 1; then
45889
45890
45891 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
45892 if test -n "$ac_tool_prefix"; then
45893 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
45894 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
45895 { echo "$as_me:$LINENO: checking for $ac_word" >&5
45896 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
45897 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
45898 echo $ECHO_N "(cached) $ECHO_C" >&6
45899 else
45900 case $PKG_CONFIG in
45901 [\\/]* | ?:[\\/]*)
45902 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
45903 ;;
45904 *)
45905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45906 for as_dir in $PATH
45907 do
45908 IFS=$as_save_IFS
45909 test -z "$as_dir" && as_dir=.
45910 for ac_exec_ext in '' $ac_executable_extensions; do
45911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
45912 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
45913 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45914 break 2
45915 fi
45916 done
45917 done
45918 IFS=$as_save_IFS
45919
45920 ;;
45921 esac
45922 fi
45923 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
45924 if test -n "$PKG_CONFIG"; then
45925 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
45926 echo "${ECHO_T}$PKG_CONFIG" >&6; }
45927 else
45928 { echo "$as_me:$LINENO: result: no" >&5
45929 echo "${ECHO_T}no" >&6; }
45930 fi
45931
45932
45933 fi
45934 if test -z "$ac_cv_path_PKG_CONFIG"; then
45935 ac_pt_PKG_CONFIG=$PKG_CONFIG
45936 # Extract the first word of "pkg-config", so it can be a program name with args.
45937 set dummy pkg-config; ac_word=$2
45938 { echo "$as_me:$LINENO: checking for $ac_word" >&5
45939 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
45940 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
45941 echo $ECHO_N "(cached) $ECHO_C" >&6
45942 else
45943 case $ac_pt_PKG_CONFIG in
45944 [\\/]* | ?:[\\/]*)
45945 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
45946 ;;
45947 *)
45948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45949 for as_dir in $PATH
45950 do
45951 IFS=$as_save_IFS
45952 test -z "$as_dir" && as_dir=.
45953 for ac_exec_ext in '' $ac_executable_extensions; do
45954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
45955 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
45956 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45957 break 2
45958 fi
45959 done
45960 done
45961 IFS=$as_save_IFS
45962
45963 ;;
45964 esac
45965 fi
45966 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
45967 if test -n "$ac_pt_PKG_CONFIG"; then
45968 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
45969 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
45970 else
45971 { echo "$as_me:$LINENO: result: no" >&5
45972 echo "${ECHO_T}no" >&6; }
45973 fi
45974
45975 if test "x$ac_pt_PKG_CONFIG" = x; then
45976 PKG_CONFIG=""
45977 else
45978 case $cross_compiling:$ac_tool_warned in
45979 yes:)
45980 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
45981 whose name does not start with the host triplet. If you think this
45982 configuration is useful to you, please write to autoconf@gnu.org." >&5
45983 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
45984 whose name does not start with the host triplet. If you think this
45985 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
45986 ac_tool_warned=yes ;;
45987 esac
45988 PKG_CONFIG=$ac_pt_PKG_CONFIG
45989 fi
45990 else
45991 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
45992 fi
45993
45994 fi
45995 if test -n "$PKG_CONFIG"; then
45996 _pkg_min_version=0.9.0
45997 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
45998 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
45999 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
46000 { echo "$as_me:$LINENO: result: yes" >&5
46001 echo "${ECHO_T}yes" >&6; }
46002 else
46003 { echo "$as_me:$LINENO: result: no" >&5
46004 echo "${ECHO_T}no" >&6; }
46005 PKG_CONFIG=""
46006 fi
46007
46008 fi
46009
46010 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
46011 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
46012
46013
46014 pkg_failed=no
46015 { echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
46016 echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6; }
46017
46018 if test -n "$PKG_CONFIG"; then
46019 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
46020 pkg_cv_LIBGNOMEPRINTUI_CFLAGS="$LIBGNOMEPRINTUI_CFLAGS"
46021 else
46022 if test -n "$PKG_CONFIG" && \
46023 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
46024 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
46025 ac_status=$?
46026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46027 (exit $ac_status); }; then
46028 pkg_cv_LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
46029 else
46030 pkg_failed=yes
46031 fi
46032 fi
46033 else
46034 pkg_failed=untried
46035 fi
46036 if test -n "$PKG_CONFIG"; then
46037 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
46038 pkg_cv_LIBGNOMEPRINTUI_LIBS="$LIBGNOMEPRINTUI_LIBS"
46039 else
46040 if test -n "$PKG_CONFIG" && \
46041 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
46042 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
46043 ac_status=$?
46044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46045 (exit $ac_status); }; then
46046 pkg_cv_LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
46047 else
46048 pkg_failed=yes
46049 fi
46050 fi
46051 else
46052 pkg_failed=untried
46053 fi
46054
46055
46056
46057 if test $pkg_failed = yes; then
46058
46059 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46060 _pkg_short_errors_supported=yes
46061 else
46062 _pkg_short_errors_supported=no
46063 fi
46064 if test $_pkg_short_errors_supported = yes; then
46065 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
46066 else
46067 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
46068 fi
46069 # Put the nasty error message in config.log where it belongs
46070 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
46071
46072
46073 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
46074 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
46075 wxUSE_LIBGNOMEPRINT="no"
46076
46077
46078 elif test $pkg_failed = untried; then
46079
46080 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
46081 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
46082 wxUSE_LIBGNOMEPRINT="no"
46083
46084
46085 else
46086 LIBGNOMEPRINTUI_CFLAGS=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
46087 LIBGNOMEPRINTUI_LIBS=$pkg_cv_LIBGNOMEPRINTUI_LIBS
46088 { echo "$as_me:$LINENO: result: yes" >&5
46089 echo "${ECHO_T}yes" >&6; }
46090
46091 CFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
46092 CXXFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
46093 cat >>confdefs.h <<\_ACEOF
46094 #define wxUSE_LIBGNOMEPRINT 1
46095 _ACEOF
46096
46097
46098 fi
46099 fi
46100 fi
46101
46102 if test "$wxUSE_MIMETYPE" = "yes" ; then
46103 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
46104
46105
46106 pkg_failed=no
46107 { echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
46108 echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6; }
46109
46110 if test -n "$PKG_CONFIG"; then
46111 if test -n "$GNOMEVFS_CFLAGS"; then
46112 pkg_cv_GNOMEVFS_CFLAGS="$GNOMEVFS_CFLAGS"
46113 else
46114 if test -n "$PKG_CONFIG" && \
46115 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
46116 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
46117 ac_status=$?
46118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46119 (exit $ac_status); }; then
46120 pkg_cv_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
46121 else
46122 pkg_failed=yes
46123 fi
46124 fi
46125 else
46126 pkg_failed=untried
46127 fi
46128 if test -n "$PKG_CONFIG"; then
46129 if test -n "$GNOMEVFS_LIBS"; then
46130 pkg_cv_GNOMEVFS_LIBS="$GNOMEVFS_LIBS"
46131 else
46132 if test -n "$PKG_CONFIG" && \
46133 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
46134 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
46135 ac_status=$?
46136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46137 (exit $ac_status); }; then
46138 pkg_cv_GNOMEVFS_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
46139 else
46140 pkg_failed=yes
46141 fi
46142 fi
46143 else
46144 pkg_failed=untried
46145 fi
46146
46147
46148
46149 if test $pkg_failed = yes; then
46150
46151 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46152 _pkg_short_errors_supported=yes
46153 else
46154 _pkg_short_errors_supported=no
46155 fi
46156 if test $_pkg_short_errors_supported = yes; then
46157 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
46158 else
46159 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
46160 fi
46161 # Put the nasty error message in config.log where it belongs
46162 echo "$GNOMEVFS_PKG_ERRORS" >&5
46163
46164
46165 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
46166 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
46167 wxUSE_LIBGNOMEVFS="no"
46168
46169
46170 elif test $pkg_failed = untried; then
46171
46172 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
46173 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
46174 wxUSE_LIBGNOMEVFS="no"
46175
46176
46177 else
46178 GNOMEVFS_CFLAGS=$pkg_cv_GNOMEVFS_CFLAGS
46179 GNOMEVFS_LIBS=$pkg_cv_GNOMEVFS_LIBS
46180 { echo "$as_me:$LINENO: result: yes" >&5
46181 echo "${ECHO_T}yes" >&6; }
46182
46183 CFLAGS="$GNOMEVFS_CFLAGS $CFLAGS"
46184 CXXFLAGS="$GNOMEVFS_CFLAGS $CXXFLAGS"
46185 cat >>confdefs.h <<\_ACEOF
46186 #define wxUSE_LIBGNOMEVFS 1
46187 _ACEOF
46188
46189
46190 fi
46191 fi
46192 fi
46193
46194 if test "$wxUSE_LIBHILDON" = "yes" ; then
46195
46196 pkg_failed=no
46197 { echo "$as_me:$LINENO: checking for HILDON" >&5
46198 echo $ECHO_N "checking for HILDON... $ECHO_C" >&6; }
46199
46200 if test -n "$PKG_CONFIG"; then
46201 if test -n "$HILDON_CFLAGS"; then
46202 pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
46203 else
46204 if test -n "$PKG_CONFIG" && \
46205 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
46206 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
46207 ac_status=$?
46208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46209 (exit $ac_status); }; then
46210 pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
46211 else
46212 pkg_failed=yes
46213 fi
46214 fi
46215 else
46216 pkg_failed=untried
46217 fi
46218 if test -n "$PKG_CONFIG"; then
46219 if test -n "$HILDON_LIBS"; then
46220 pkg_cv_HILDON_LIBS="$HILDON_LIBS"
46221 else
46222 if test -n "$PKG_CONFIG" && \
46223 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
46224 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
46225 ac_status=$?
46226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46227 (exit $ac_status); }; then
46228 pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
46229 else
46230 pkg_failed=yes
46231 fi
46232 fi
46233 else
46234 pkg_failed=untried
46235 fi
46236
46237
46238
46239 if test $pkg_failed = yes; then
46240
46241 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46242 _pkg_short_errors_supported=yes
46243 else
46244 _pkg_short_errors_supported=no
46245 fi
46246 if test $_pkg_short_errors_supported = yes; then
46247 HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
46248 else
46249 HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
46250 fi
46251 # Put the nasty error message in config.log where it belongs
46252 echo "$HILDON_PKG_ERRORS" >&5
46253
46254
46255 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
46256 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
46257 wxUSE_LIBHILDON="no"
46258
46259
46260 elif test $pkg_failed = untried; then
46261
46262 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
46263 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
46264 wxUSE_LIBHILDON="no"
46265
46266
46267 else
46268 HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
46269 HILDON_LIBS=$pkg_cv_HILDON_LIBS
46270 { echo "$as_me:$LINENO: result: yes" >&5
46271 echo "${ECHO_T}yes" >&6; }
46272
46273 EXTRALIBS_HILDON="$HILDON_LIBS"
46274 CFLAGS="$CFLAGS $HILDON_CFLAGS"
46275 CXXFLAGS="$CXXFLAGS $HILDON_CFLAGS"
46276 cat >>confdefs.h <<\_ACEOF
46277 #define wxUSE_LIBHILDON 1
46278 _ACEOF
46279
46280
46281 fi
46282 fi
46283 fi
46284
46285 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
46286 cat >>confdefs.h <<\_ACEOF
46287 #define wxUSE_CMDLINE_PARSER 1
46288 _ACEOF
46289
46290 fi
46291
46292 if test "$wxUSE_STOPWATCH" = "yes"; then
46293 cat >>confdefs.h <<\_ACEOF
46294 #define wxUSE_STOPWATCH 1
46295 _ACEOF
46296
46297 fi
46298
46299 if test "$wxUSE_DATETIME" = "yes"; then
46300 cat >>confdefs.h <<\_ACEOF
46301 #define wxUSE_DATETIME 1
46302 _ACEOF
46303
46304 fi
46305
46306 if test "$wxUSE_FILE" = "yes"; then
46307 cat >>confdefs.h <<\_ACEOF
46308 #define wxUSE_FILE 1
46309 _ACEOF
46310
46311 fi
46312
46313 if test "$wxUSE_FFILE" = "yes"; then
46314 cat >>confdefs.h <<\_ACEOF
46315 #define wxUSE_FFILE 1
46316 _ACEOF
46317
46318 fi
46319
46320 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
46321 if test "$wxUSE_STREAMS" != yes; then
46322 { echo "$as_me:$LINENO: WARNING: wxArchive requires wxStreams... disabled" >&5
46323 echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
46324 wxUSE_ARCHIVE_STREAMS=no
46325 else
46326 cat >>confdefs.h <<\_ACEOF
46327 #define wxUSE_ARCHIVE_STREAMS 1
46328 _ACEOF
46329
46330 fi
46331 fi
46332
46333 if test "$wxUSE_ZIPSTREAM" = "yes"; then
46334 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
46335 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
46336 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
46337 elif test "$wxUSE_ZLIB" = "no"; then
46338 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
46339 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
46340 else
46341 cat >>confdefs.h <<\_ACEOF
46342 #define wxUSE_ZIPSTREAM 1
46343 _ACEOF
46344
46345 fi
46346 fi
46347
46348 if test "$wxUSE_TARSTREAM" = "yes"; then
46349 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
46350 { echo "$as_me:$LINENO: WARNING: wxTar requires wxArchive... disabled" >&5
46351 echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
46352 else
46353 cat >>confdefs.h <<\_ACEOF
46354 #define wxUSE_TARSTREAM 1
46355 _ACEOF
46356
46357 fi
46358 fi
46359
46360 if test "$wxUSE_FILESYSTEM" = "yes"; then
46361 if test "$wxUSE_STREAMS" != yes -o \( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \); then
46362 { echo "$as_me:$LINENO: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
46363 echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
46364 wxUSE_FILESYSTEM=no
46365 else
46366 cat >>confdefs.h <<\_ACEOF
46367 #define wxUSE_FILESYSTEM 1
46368 _ACEOF
46369
46370 fi
46371 fi
46372
46373 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
46374 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
46375 { echo "$as_me:$LINENO: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
46376 echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
46377 else
46378 cat >>confdefs.h <<\_ACEOF
46379 #define wxUSE_FS_ARCHIVE 1
46380 _ACEOF
46381
46382 fi
46383 fi
46384
46385 if test "$wxUSE_FS_ZIP" = "yes"; then
46386 if test "$wxUSE_FS_ARCHIVE" != yes; then
46387 { echo "$as_me:$LINENO: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
46388 echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
46389 else
46390 cat >>confdefs.h <<\_ACEOF
46391 #define wxUSE_FS_ZIP 1
46392 _ACEOF
46393
46394 fi
46395 fi
46396
46397 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
46398 if test "$USE_UNIX" != 1; then
46399 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
46400 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
46401 wxUSE_ON_FATAL_EXCEPTION=no
46402 else
46403 cat >>confdefs.h <<\_ACEOF
46404 #define wxUSE_ON_FATAL_EXCEPTION 1
46405 _ACEOF
46406
46407 fi
46408 fi
46409
46410 if test "$wxUSE_STACKWALKER" = "yes"; then
46411 cat >>confdefs.h <<\_ACEOF
46412 #define wxUSE_STACKWALKER 1
46413 _ACEOF
46414
46415 fi
46416
46417 if test "$wxUSE_DEBUGREPORT" = "yes"; then
46418 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
46419 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
46420 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
46421 wxUSE_DEBUGREPORT=no
46422 else
46423 cat >>confdefs.h <<\_ACEOF
46424 #define wxUSE_DEBUGREPORT 1
46425 _ACEOF
46426
46427 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
46428 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
46429 fi
46430 fi
46431 fi
46432
46433 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
46434 cat >>confdefs.h <<\_ACEOF
46435 #define wxUSE_SNGLINST_CHECKER 1
46436 _ACEOF
46437
46438 fi
46439
46440 if test "$wxUSE_BUSYINFO" = "yes"; then
46441 cat >>confdefs.h <<\_ACEOF
46442 #define wxUSE_BUSYINFO 1
46443 _ACEOF
46444
46445 fi
46446
46447 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
46448 cat >>confdefs.h <<\_ACEOF
46449 #define wxUSE_STD_IOSTREAM 1
46450 _ACEOF
46451
46452 fi
46453
46454 if test "$wxUSE_STD_STRING" = "yes"; then
46455 cat >>confdefs.h <<\_ACEOF
46456 #define wxUSE_STD_STRING 1
46457 _ACEOF
46458
46459 fi
46460
46461 if test "$wxUSE_STDPATHS" = "yes"; then
46462 cat >>confdefs.h <<\_ACEOF
46463 #define wxUSE_STDPATHS 1
46464 _ACEOF
46465
46466 fi
46467
46468 if test "$wxUSE_TEXTBUFFER" = "yes"; then
46469 cat >>confdefs.h <<\_ACEOF
46470 #define wxUSE_TEXTBUFFER 1
46471 _ACEOF
46472
46473 fi
46474
46475 if test "$wxUSE_TEXTFILE" = "yes"; then
46476 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
46477 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
46478 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
46479 else
46480 cat >>confdefs.h <<\_ACEOF
46481 #define wxUSE_TEXTFILE 1
46482 _ACEOF
46483
46484 fi
46485 fi
46486
46487 if test "$wxUSE_CONFIG" = "yes" ; then
46488 if test "$wxUSE_TEXTFILE" != "yes"; then
46489 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
46490 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
46491 else
46492 cat >>confdefs.h <<\_ACEOF
46493 #define wxUSE_CONFIG 1
46494 _ACEOF
46495
46496 cat >>confdefs.h <<\_ACEOF
46497 #define wxUSE_CONFIG_NATIVE 1
46498 _ACEOF
46499
46500 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
46501 fi
46502 fi
46503
46504 if test "$wxUSE_INTL" = "yes" ; then
46505 if test "$wxUSE_FILE" != "yes"; then
46506 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
46507 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
46508 else
46509 cat >>confdefs.h <<\_ACEOF
46510 #define wxUSE_INTL 1
46511 _ACEOF
46512
46513 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
46514 GUIDIST="$GUIDIST INTL_DIST"
46515 fi
46516 fi
46517
46518 if test "$wxUSE_LOG" = "yes"; then
46519 cat >>confdefs.h <<\_ACEOF
46520 #define wxUSE_LOG 1
46521 _ACEOF
46522
46523
46524 if test "$wxUSE_LOGGUI" = "yes"; then
46525 cat >>confdefs.h <<\_ACEOF
46526 #define wxUSE_LOGGUI 1
46527 _ACEOF
46528
46529 fi
46530
46531 if test "$wxUSE_LOGWINDOW" = "yes"; then
46532 cat >>confdefs.h <<\_ACEOF
46533 #define wxUSE_LOGWINDOW 1
46534 _ACEOF
46535
46536 fi
46537
46538 if test "$wxUSE_LOGDIALOG" = "yes"; then
46539 cat >>confdefs.h <<\_ACEOF
46540 #define wxUSE_LOG_DIALOG 1
46541 _ACEOF
46542
46543 fi
46544
46545 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
46546 fi
46547
46548 if test "$wxUSE_LONGLONG" = "yes"; then
46549 cat >>confdefs.h <<\_ACEOF
46550 #define wxUSE_LONGLONG 1
46551 _ACEOF
46552
46553 fi
46554
46555 if test "$wxUSE_GEOMETRY" = "yes"; then
46556 cat >>confdefs.h <<\_ACEOF
46557 #define wxUSE_GEOMETRY 1
46558 _ACEOF
46559
46560 fi
46561
46562 if test "$wxUSE_BASE64" = "yes"; then
46563 cat >>confdefs.h <<\_ACEOF
46564 #define wxUSE_BASE64 1
46565 _ACEOF
46566
46567 fi
46568
46569 if test "$wxUSE_STREAMS" = "yes" ; then
46570 cat >>confdefs.h <<\_ACEOF
46571 #define wxUSE_STREAMS 1
46572 _ACEOF
46573
46574 fi
46575
46576 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
46577 cat >>confdefs.h <<\_ACEOF
46578 #define wxUSE_PRINTF_POS_PARAMS 1
46579 _ACEOF
46580
46581 fi
46582
46583 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
46584 cat >>confdefs.h <<\_ACEOF
46585 #define wxUSE_OBJC_UNIQUIFYING 1
46586 _ACEOF
46587
46588 fi
46589
46590
46591 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
46592 cat >>confdefs.h <<\_ACEOF
46593 #define wxUSE_CONSOLE_EVENTLOOP 1
46594 _ACEOF
46595
46596
46597 if test "$wxUSE_UNIX" = "yes"; then
46598 if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
46599 cat >>confdefs.h <<\_ACEOF
46600 #define wxUSE_SELECT_DISPATCHER 1
46601 _ACEOF
46602
46603 fi
46604
46605 if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
46606
46607 for ac_header in sys/epoll.h
46608 do
46609 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
46610 { echo "$as_me:$LINENO: checking for $ac_header" >&5
46611 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
46612 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
46613 echo $ECHO_N "(cached) $ECHO_C" >&6
46614 else
46615 cat >conftest.$ac_ext <<_ACEOF
46616 /* confdefs.h. */
46617 _ACEOF
46618 cat confdefs.h >>conftest.$ac_ext
46619 cat >>conftest.$ac_ext <<_ACEOF
46620 /* end confdefs.h. */
46621 $ac_includes_default
46622
46623 #include <$ac_header>
46624 _ACEOF
46625 rm -f conftest.$ac_objext
46626 if { (ac_try="$ac_compile"
46627 case "(($ac_try" in
46628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46629 *) ac_try_echo=$ac_try;;
46630 esac
46631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46632 (eval "$ac_compile") 2>conftest.er1
46633 ac_status=$?
46634 grep -v '^ *+' conftest.er1 >conftest.err
46635 rm -f conftest.er1
46636 cat conftest.err >&5
46637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46638 (exit $ac_status); } && {
46639 test -z "$ac_c_werror_flag" ||
46640 test ! -s conftest.err
46641 } && test -s conftest.$ac_objext; then
46642 eval "$as_ac_Header=yes"
46643 else
46644 echo "$as_me: failed program was:" >&5
46645 sed 's/^/| /' conftest.$ac_ext >&5
46646
46647 eval "$as_ac_Header=no"
46648 fi
46649
46650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46651 fi
46652 ac_res=`eval echo '${'$as_ac_Header'}'`
46653 { echo "$as_me:$LINENO: result: $ac_res" >&5
46654 echo "${ECHO_T}$ac_res" >&6; }
46655 if test `eval echo '${'$as_ac_Header'}'` = yes; then
46656 cat >>confdefs.h <<_ACEOF
46657 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
46658 _ACEOF
46659
46660 fi
46661
46662 done
46663
46664 if test "$ac_cv_header_sys_epoll_h" = "yes"; then
46665 cat >>confdefs.h <<\_ACEOF
46666 #define wxUSE_EPOLL_DISPATCHER 1
46667 _ACEOF
46668
46669 else
46670 { echo "$as_me:$LINENO: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
46671 echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
46672 fi
46673 fi
46674 fi
46675 fi
46676
46677
46678
46679
46680 for ac_func in gettimeofday ftime
46681 do
46682 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
46683 { echo "$as_me:$LINENO: checking for $ac_func" >&5
46684 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
46685 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
46686 echo $ECHO_N "(cached) $ECHO_C" >&6
46687 else
46688 cat >conftest.$ac_ext <<_ACEOF
46689 /* confdefs.h. */
46690 _ACEOF
46691 cat confdefs.h >>conftest.$ac_ext
46692 cat >>conftest.$ac_ext <<_ACEOF
46693 /* end confdefs.h. */
46694 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
46695 For example, HP-UX 11i <limits.h> declares gettimeofday. */
46696 #define $ac_func innocuous_$ac_func
46697
46698 /* System header to define __stub macros and hopefully few prototypes,
46699 which can conflict with char $ac_func (); below.
46700 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46701 <limits.h> exists even on freestanding compilers. */
46702
46703 #ifdef __STDC__
46704 # include <limits.h>
46705 #else
46706 # include <assert.h>
46707 #endif
46708
46709 #undef $ac_func
46710
46711 /* Override any GCC internal prototype to avoid an error.
46712 Use char because int might match the return type of a GCC
46713 builtin and then its argument prototype would still apply. */
46714 #ifdef __cplusplus
46715 extern "C"
46716 #endif
46717 char $ac_func ();
46718 /* The GNU C library defines this for functions which it implements
46719 to always fail with ENOSYS. Some functions are actually named
46720 something starting with __ and the normal name is an alias. */
46721 #if defined __stub_$ac_func || defined __stub___$ac_func
46722 choke me
46723 #endif
46724
46725 int
46726 main ()
46727 {
46728 return $ac_func ();
46729 ;
46730 return 0;
46731 }
46732 _ACEOF
46733 rm -f conftest.$ac_objext conftest$ac_exeext
46734 if { (ac_try="$ac_link"
46735 case "(($ac_try" in
46736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46737 *) ac_try_echo=$ac_try;;
46738 esac
46739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46740 (eval "$ac_link") 2>conftest.er1
46741 ac_status=$?
46742 grep -v '^ *+' conftest.er1 >conftest.err
46743 rm -f conftest.er1
46744 cat conftest.err >&5
46745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46746 (exit $ac_status); } && {
46747 test -z "$ac_c_werror_flag" ||
46748 test ! -s conftest.err
46749 } && test -s conftest$ac_exeext &&
46750 $as_test_x conftest$ac_exeext; then
46751 eval "$as_ac_var=yes"
46752 else
46753 echo "$as_me: failed program was:" >&5
46754 sed 's/^/| /' conftest.$ac_ext >&5
46755
46756 eval "$as_ac_var=no"
46757 fi
46758
46759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46760 conftest$ac_exeext conftest.$ac_ext
46761 fi
46762 ac_res=`eval echo '${'$as_ac_var'}'`
46763 { echo "$as_me:$LINENO: result: $ac_res" >&5
46764 echo "${ECHO_T}$ac_res" >&6; }
46765 if test `eval echo '${'$as_ac_var'}'` = yes; then
46766 cat >>confdefs.h <<_ACEOF
46767 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
46768 _ACEOF
46769 break
46770 fi
46771 done
46772
46773
46774 if test "$ac_cv_func_gettimeofday" = "yes"; then
46775 { echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
46776 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6; }
46777 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
46778 echo $ECHO_N "(cached) $ECHO_C" >&6
46779 else
46780
46781 cat >conftest.$ac_ext <<_ACEOF
46782 /* confdefs.h. */
46783 _ACEOF
46784 cat confdefs.h >>conftest.$ac_ext
46785 cat >>conftest.$ac_ext <<_ACEOF
46786 /* end confdefs.h. */
46787
46788 #include <sys/time.h>
46789 #include <unistd.h>
46790
46791 int
46792 main ()
46793 {
46794
46795 struct timeval tv;
46796 gettimeofday(&tv, NULL);
46797
46798 ;
46799 return 0;
46800 }
46801 _ACEOF
46802 rm -f conftest.$ac_objext
46803 if { (ac_try="$ac_compile"
46804 case "(($ac_try" in
46805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46806 *) ac_try_echo=$ac_try;;
46807 esac
46808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46809 (eval "$ac_compile") 2>conftest.er1
46810 ac_status=$?
46811 grep -v '^ *+' conftest.er1 >conftest.err
46812 rm -f conftest.er1
46813 cat conftest.err >&5
46814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46815 (exit $ac_status); } && {
46816 test -z "$ac_c_werror_flag" ||
46817 test ! -s conftest.err
46818 } && test -s conftest.$ac_objext; then
46819 wx_cv_func_gettimeofday_has_2_args=yes
46820 else
46821 echo "$as_me: failed program was:" >&5
46822 sed 's/^/| /' conftest.$ac_ext >&5
46823
46824 cat >conftest.$ac_ext <<_ACEOF
46825 /* confdefs.h. */
46826 _ACEOF
46827 cat confdefs.h >>conftest.$ac_ext
46828 cat >>conftest.$ac_ext <<_ACEOF
46829 /* end confdefs.h. */
46830
46831 #include <sys/time.h>
46832 #include <unistd.h>
46833
46834 int
46835 main ()
46836 {
46837
46838 struct timeval tv;
46839 gettimeofday(&tv);
46840
46841 ;
46842 return 0;
46843 }
46844 _ACEOF
46845 rm -f conftest.$ac_objext
46846 if { (ac_try="$ac_compile"
46847 case "(($ac_try" in
46848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46849 *) ac_try_echo=$ac_try;;
46850 esac
46851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46852 (eval "$ac_compile") 2>conftest.er1
46853 ac_status=$?
46854 grep -v '^ *+' conftest.er1 >conftest.err
46855 rm -f conftest.er1
46856 cat conftest.err >&5
46857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46858 (exit $ac_status); } && {
46859 test -z "$ac_c_werror_flag" ||
46860 test ! -s conftest.err
46861 } && test -s conftest.$ac_objext; then
46862 wx_cv_func_gettimeofday_has_2_args=no
46863 else
46864 echo "$as_me: failed program was:" >&5
46865 sed 's/^/| /' conftest.$ac_ext >&5
46866
46867
46868 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
46869 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
46870 wx_cv_func_gettimeofday_has_2_args=unknown
46871
46872
46873 fi
46874
46875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46876
46877 fi
46878
46879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46880
46881 fi
46882 { echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
46883 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6; }
46884
46885 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
46886 cat >>confdefs.h <<\_ACEOF
46887 #define WX_GETTIMEOFDAY_NO_TZ 1
46888 _ACEOF
46889
46890 fi
46891 fi
46892
46893 if test "$wxUSE_DATETIME" = "yes"; then
46894 { echo "$as_me:$LINENO: checking for strptime" >&5
46895 echo $ECHO_N "checking for strptime... $ECHO_C" >&6; }
46896 if test "${ac_cv_func_strptime+set}" = set; then
46897 echo $ECHO_N "(cached) $ECHO_C" >&6
46898 else
46899 cat >conftest.$ac_ext <<_ACEOF
46900 /* confdefs.h. */
46901 _ACEOF
46902 cat confdefs.h >>conftest.$ac_ext
46903 cat >>conftest.$ac_ext <<_ACEOF
46904 /* end confdefs.h. */
46905 /* Define strptime to an innocuous variant, in case <limits.h> declares strptime.
46906 For example, HP-UX 11i <limits.h> declares gettimeofday. */
46907 #define strptime innocuous_strptime
46908
46909 /* System header to define __stub macros and hopefully few prototypes,
46910 which can conflict with char strptime (); below.
46911 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46912 <limits.h> exists even on freestanding compilers. */
46913
46914 #ifdef __STDC__
46915 # include <limits.h>
46916 #else
46917 # include <assert.h>
46918 #endif
46919
46920 #undef strptime
46921
46922 /* Override any GCC internal prototype to avoid an error.
46923 Use char because int might match the return type of a GCC
46924 builtin and then its argument prototype would still apply. */
46925 #ifdef __cplusplus
46926 extern "C"
46927 #endif
46928 char strptime ();
46929 /* The GNU C library defines this for functions which it implements
46930 to always fail with ENOSYS. Some functions are actually named
46931 something starting with __ and the normal name is an alias. */
46932 #if defined __stub_strptime || defined __stub___strptime
46933 choke me
46934 #endif
46935
46936 int
46937 main ()
46938 {
46939 return strptime ();
46940 ;
46941 return 0;
46942 }
46943 _ACEOF
46944 rm -f conftest.$ac_objext conftest$ac_exeext
46945 if { (ac_try="$ac_link"
46946 case "(($ac_try" in
46947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46948 *) ac_try_echo=$ac_try;;
46949 esac
46950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46951 (eval "$ac_link") 2>conftest.er1
46952 ac_status=$?
46953 grep -v '^ *+' conftest.er1 >conftest.err
46954 rm -f conftest.er1
46955 cat conftest.err >&5
46956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46957 (exit $ac_status); } && {
46958 test -z "$ac_c_werror_flag" ||
46959 test ! -s conftest.err
46960 } && test -s conftest$ac_exeext &&
46961 $as_test_x conftest$ac_exeext; then
46962 ac_cv_func_strptime=yes
46963 else
46964 echo "$as_me: failed program was:" >&5
46965 sed 's/^/| /' conftest.$ac_ext >&5
46966
46967 ac_cv_func_strptime=no
46968 fi
46969
46970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46971 conftest$ac_exeext conftest.$ac_ext
46972 fi
46973 { echo "$as_me:$LINENO: result: $ac_cv_func_strptime" >&5
46974 echo "${ECHO_T}$ac_cv_func_strptime" >&6; }
46975
46976 if test "$ac_cv_func_strptime" = "yes"; then
46977 { echo "$as_me:$LINENO: checking for strptime declaration" >&5
46978 echo $ECHO_N "checking for strptime declaration... $ECHO_C" >&6; }
46979 if test "${wx_cv_func_strptime_decl+set}" = set; then
46980 echo $ECHO_N "(cached) $ECHO_C" >&6
46981 else
46982
46983 ac_ext=cpp
46984 ac_cpp='$CXXCPP $CPPFLAGS'
46985 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46986 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46987 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46988
46989 cat >conftest.$ac_ext <<_ACEOF
46990 /* confdefs.h. */
46991 _ACEOF
46992 cat confdefs.h >>conftest.$ac_ext
46993 cat >>conftest.$ac_ext <<_ACEOF
46994 /* end confdefs.h. */
46995
46996 #include <time.h>
46997
46998 int
46999 main ()
47000 {
47001
47002 struct tm t;
47003 strptime("foo", "bar", &t);
47004
47005 ;
47006 return 0;
47007 }
47008 _ACEOF
47009 rm -f conftest.$ac_objext
47010 if { (ac_try="$ac_compile"
47011 case "(($ac_try" in
47012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47013 *) ac_try_echo=$ac_try;;
47014 esac
47015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47016 (eval "$ac_compile") 2>conftest.er1
47017 ac_status=$?
47018 grep -v '^ *+' conftest.er1 >conftest.err
47019 rm -f conftest.er1
47020 cat conftest.err >&5
47021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47022 (exit $ac_status); } && {
47023 test -z "$ac_cxx_werror_flag" ||
47024 test ! -s conftest.err
47025 } && test -s conftest.$ac_objext; then
47026 wx_cv_func_strptime_decl=yes
47027 else
47028 echo "$as_me: failed program was:" >&5
47029 sed 's/^/| /' conftest.$ac_ext >&5
47030
47031 wx_cv_func_strptime_decl=no
47032
47033 fi
47034
47035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47036 ac_ext=c
47037 ac_cpp='$CPP $CPPFLAGS'
47038 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47039 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47040 ac_compiler_gnu=$ac_cv_c_compiler_gnu
47041
47042
47043
47044 fi
47045 { echo "$as_me:$LINENO: result: $wx_cv_func_strptime_decl" >&5
47046 echo "${ECHO_T}$wx_cv_func_strptime_decl" >&6; }
47047 fi
47048 if test "$wx_cv_func_strptime_decl" = "yes"; then
47049 cat >>confdefs.h <<\_ACEOF
47050 #define HAVE_STRPTIME_DECL 1
47051 _ACEOF
47052
47053 else
47054 wx_strptime_decl="extern char *strptime(const char *, const char *, struct tm *);"
47055 fi
47056 if test "$ac_cv_func_strptime" = "yes"; then
47057 { echo "$as_me:$LINENO: checking whether strptime() fails on invalid strings" >&5
47058 echo $ECHO_N "checking whether strptime() fails on invalid strings... $ECHO_C" >&6; }
47059 if test "${wx_cv_func_strptime_ok+set}" = set; then
47060 echo $ECHO_N "(cached) $ECHO_C" >&6
47061 else
47062 if test "$cross_compiling" = yes; then
47063 wx_cv_func_strptime_ok=no
47064
47065 else
47066 cat >conftest.$ac_ext <<_ACEOF
47067
47068 #include <stdlib.h>
47069 #include <time.h>
47070 #include "confdefs.h"
47071
47072 $wx_strptime_decl
47073
47074 int main()
47075 {
47076 struct tm t;
47077 return !!strptime("", "%x", &t);
47078 }
47079
47080 _ACEOF
47081 rm -f conftest$ac_exeext
47082 if { (ac_try="$ac_link"
47083 case "(($ac_try" in
47084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47085 *) ac_try_echo=$ac_try;;
47086 esac
47087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47088 (eval "$ac_link") 2>&5
47089 ac_status=$?
47090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47091 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
47092 { (case "(($ac_try" in
47093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47094 *) ac_try_echo=$ac_try;;
47095 esac
47096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47097 (eval "$ac_try") 2>&5
47098 ac_status=$?
47099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47100 (exit $ac_status); }; }; then
47101 wx_cv_func_strptime_ok=yes
47102 else
47103 echo "$as_me: program exited with status $ac_status" >&5
47104 echo "$as_me: failed program was:" >&5
47105 sed 's/^/| /' conftest.$ac_ext >&5
47106
47107 ( exit $ac_status )
47108 wx_cv_func_strptime_ok=no
47109 fi
47110 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
47111 fi
47112
47113
47114
47115 fi
47116 { echo "$as_me:$LINENO: result: $wx_cv_func_strptime_ok" >&5
47117 echo "${ECHO_T}$wx_cv_func_strptime_ok" >&6; }
47118
47119 if test "$wx_cv_func_strptime_ok" = "yes"; then
47120 cat >>confdefs.h <<\_ACEOF
47121 #define HAVE_STRPTIME 1
47122 _ACEOF
47123
47124 fi
47125 fi
47126
47127 { echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
47128 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6; }
47129 if test "${wx_cv_var_timezone+set}" = set; then
47130 echo $ECHO_N "(cached) $ECHO_C" >&6
47131 else
47132
47133 ac_ext=cpp
47134 ac_cpp='$CXXCPP $CPPFLAGS'
47135 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47136 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47137 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47138
47139 cat >conftest.$ac_ext <<_ACEOF
47140 /* confdefs.h. */
47141 _ACEOF
47142 cat confdefs.h >>conftest.$ac_ext
47143 cat >>conftest.$ac_ext <<_ACEOF
47144 /* end confdefs.h. */
47145
47146 #include <time.h>
47147
47148 int
47149 main ()
47150 {
47151
47152 int tz;
47153 tz = timezone;
47154
47155 ;
47156 return 0;
47157 }
47158 _ACEOF
47159 rm -f conftest.$ac_objext
47160 if { (ac_try="$ac_compile"
47161 case "(($ac_try" in
47162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47163 *) ac_try_echo=$ac_try;;
47164 esac
47165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47166 (eval "$ac_compile") 2>conftest.er1
47167 ac_status=$?
47168 grep -v '^ *+' conftest.er1 >conftest.err
47169 rm -f conftest.er1
47170 cat conftest.err >&5
47171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47172 (exit $ac_status); } && {
47173 test -z "$ac_cxx_werror_flag" ||
47174 test ! -s conftest.err
47175 } && test -s conftest.$ac_objext; then
47176
47177 wx_cv_var_timezone=timezone
47178
47179 else
47180 echo "$as_me: failed program was:" >&5
47181 sed 's/^/| /' conftest.$ac_ext >&5
47182
47183
47184 cat >conftest.$ac_ext <<_ACEOF
47185 /* confdefs.h. */
47186 _ACEOF
47187 cat confdefs.h >>conftest.$ac_ext
47188 cat >>conftest.$ac_ext <<_ACEOF
47189 /* end confdefs.h. */
47190
47191 #include <time.h>
47192
47193 int
47194 main ()
47195 {
47196
47197 int tz;
47198 tz = _timezone;
47199
47200 ;
47201 return 0;
47202 }
47203 _ACEOF
47204 rm -f conftest.$ac_objext
47205 if { (ac_try="$ac_compile"
47206 case "(($ac_try" in
47207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47208 *) ac_try_echo=$ac_try;;
47209 esac
47210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47211 (eval "$ac_compile") 2>conftest.er1
47212 ac_status=$?
47213 grep -v '^ *+' conftest.er1 >conftest.err
47214 rm -f conftest.er1
47215 cat conftest.err >&5
47216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47217 (exit $ac_status); } && {
47218 test -z "$ac_cxx_werror_flag" ||
47219 test ! -s conftest.err
47220 } && test -s conftest.$ac_objext; then
47221
47222 wx_cv_var_timezone=_timezone
47223
47224 else
47225 echo "$as_me: failed program was:" >&5
47226 sed 's/^/| /' conftest.$ac_ext >&5
47227
47228
47229 cat >conftest.$ac_ext <<_ACEOF
47230 /* confdefs.h. */
47231 _ACEOF
47232 cat confdefs.h >>conftest.$ac_ext
47233 cat >>conftest.$ac_ext <<_ACEOF
47234 /* end confdefs.h. */
47235
47236 #include <time.h>
47237
47238 int
47239 main ()
47240 {
47241
47242 int tz;
47243 tz = __timezone;
47244
47245 ;
47246 return 0;
47247 }
47248 _ACEOF
47249 rm -f conftest.$ac_objext
47250 if { (ac_try="$ac_compile"
47251 case "(($ac_try" in
47252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47253 *) ac_try_echo=$ac_try;;
47254 esac
47255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47256 (eval "$ac_compile") 2>conftest.er1
47257 ac_status=$?
47258 grep -v '^ *+' conftest.er1 >conftest.err
47259 rm -f conftest.er1
47260 cat conftest.err >&5
47261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47262 (exit $ac_status); } && {
47263 test -z "$ac_cxx_werror_flag" ||
47264 test ! -s conftest.err
47265 } && test -s conftest.$ac_objext; then
47266
47267 wx_cv_var_timezone=__timezone
47268
47269 else
47270 echo "$as_me: failed program was:" >&5
47271 sed 's/^/| /' conftest.$ac_ext >&5
47272
47273
47274 if test "$USE_DOS" = 0 ; then
47275 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
47276 echo "$as_me: WARNING: no timezone variable" >&2;}
47277 fi
47278
47279
47280 fi
47281
47282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47283
47284
47285 fi
47286
47287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47288
47289
47290 fi
47291
47292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47293 ac_ext=c
47294 ac_cpp='$CPP $CPPFLAGS'
47295 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47296 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47297 ac_compiler_gnu=$ac_cv_c_compiler_gnu
47298
47299
47300
47301 fi
47302 { echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
47303 echo "${ECHO_T}$wx_cv_var_timezone" >&6; }
47304
47305 if test "x$wx_cv_var_timezone" != x ; then
47306 cat >>confdefs.h <<_ACEOF
47307 #define WX_TIMEZONE $wx_cv_var_timezone
47308 _ACEOF
47309
47310 fi
47311
47312
47313 for ac_func in localtime
47314 do
47315 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
47316 { echo "$as_me:$LINENO: checking for $ac_func" >&5
47317 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
47318 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
47319 echo $ECHO_N "(cached) $ECHO_C" >&6
47320 else
47321 cat >conftest.$ac_ext <<_ACEOF
47322 /* confdefs.h. */
47323 _ACEOF
47324 cat confdefs.h >>conftest.$ac_ext
47325 cat >>conftest.$ac_ext <<_ACEOF
47326 /* end confdefs.h. */
47327 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
47328 For example, HP-UX 11i <limits.h> declares gettimeofday. */
47329 #define $ac_func innocuous_$ac_func
47330
47331 /* System header to define __stub macros and hopefully few prototypes,
47332 which can conflict with char $ac_func (); below.
47333 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
47334 <limits.h> exists even on freestanding compilers. */
47335
47336 #ifdef __STDC__
47337 # include <limits.h>
47338 #else
47339 # include <assert.h>
47340 #endif
47341
47342 #undef $ac_func
47343
47344 /* Override any GCC internal prototype to avoid an error.
47345 Use char because int might match the return type of a GCC
47346 builtin and then its argument prototype would still apply. */
47347 #ifdef __cplusplus
47348 extern "C"
47349 #endif
47350 char $ac_func ();
47351 /* The GNU C library defines this for functions which it implements
47352 to always fail with ENOSYS. Some functions are actually named
47353 something starting with __ and the normal name is an alias. */
47354 #if defined __stub_$ac_func || defined __stub___$ac_func
47355 choke me
47356 #endif
47357
47358 int
47359 main ()
47360 {
47361 return $ac_func ();
47362 ;
47363 return 0;
47364 }
47365 _ACEOF
47366 rm -f conftest.$ac_objext conftest$ac_exeext
47367 if { (ac_try="$ac_link"
47368 case "(($ac_try" in
47369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47370 *) ac_try_echo=$ac_try;;
47371 esac
47372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47373 (eval "$ac_link") 2>conftest.er1
47374 ac_status=$?
47375 grep -v '^ *+' conftest.er1 >conftest.err
47376 rm -f conftest.er1
47377 cat conftest.err >&5
47378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47379 (exit $ac_status); } && {
47380 test -z "$ac_c_werror_flag" ||
47381 test ! -s conftest.err
47382 } && test -s conftest$ac_exeext &&
47383 $as_test_x conftest$ac_exeext; then
47384 eval "$as_ac_var=yes"
47385 else
47386 echo "$as_me: failed program was:" >&5
47387 sed 's/^/| /' conftest.$ac_ext >&5
47388
47389 eval "$as_ac_var=no"
47390 fi
47391
47392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47393 conftest$ac_exeext conftest.$ac_ext
47394 fi
47395 ac_res=`eval echo '${'$as_ac_var'}'`
47396 { echo "$as_me:$LINENO: result: $ac_res" >&5
47397 echo "${ECHO_T}$ac_res" >&6; }
47398 if test `eval echo '${'$as_ac_var'}'` = yes; then
47399 cat >>confdefs.h <<_ACEOF
47400 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
47401 _ACEOF
47402
47403 fi
47404 done
47405
47406
47407 if test "$ac_cv_func_localtime" = "yes"; then
47408 { echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
47409 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6; }
47410 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
47411 echo $ECHO_N "(cached) $ECHO_C" >&6
47412 else
47413
47414 cat >conftest.$ac_ext <<_ACEOF
47415 /* confdefs.h. */
47416 _ACEOF
47417 cat confdefs.h >>conftest.$ac_ext
47418 cat >>conftest.$ac_ext <<_ACEOF
47419 /* end confdefs.h. */
47420
47421 #include <time.h>
47422
47423 int
47424 main ()
47425 {
47426
47427 struct tm tm;
47428 tm.tm_gmtoff++;
47429
47430 ;
47431 return 0;
47432 }
47433 _ACEOF
47434 rm -f conftest.$ac_objext
47435 if { (ac_try="$ac_compile"
47436 case "(($ac_try" in
47437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47438 *) ac_try_echo=$ac_try;;
47439 esac
47440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47441 (eval "$ac_compile") 2>conftest.er1
47442 ac_status=$?
47443 grep -v '^ *+' conftest.er1 >conftest.err
47444 rm -f conftest.er1
47445 cat conftest.err >&5
47446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47447 (exit $ac_status); } && {
47448 test -z "$ac_c_werror_flag" ||
47449 test ! -s conftest.err
47450 } && test -s conftest.$ac_objext; then
47451
47452 wx_cv_struct_tm_has_gmtoff=yes
47453
47454 else
47455 echo "$as_me: failed program was:" >&5
47456 sed 's/^/| /' conftest.$ac_ext >&5
47457
47458 wx_cv_struct_tm_has_gmtoff=no
47459
47460 fi
47461
47462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47463
47464 fi
47465 { echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
47466 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6; }
47467 fi
47468
47469 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
47470 cat >>confdefs.h <<\_ACEOF
47471 #define WX_GMTOFF_IN_TM 1
47472 _ACEOF
47473
47474 fi
47475
47476 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
47477 fi
47478
47479
47480 if test "$wxUSE_SOCKETS" = "yes"; then
47481 if test "$wxUSE_MGL" = "1"; then
47482 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
47483 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
47484 wxUSE_SOCKETS="no"
47485 fi
47486 fi
47487
47488 if test "$wxUSE_SOCKETS" = "yes"; then
47489 if test "$TOOLKIT" != "MSW"; then
47490 { echo "$as_me:$LINENO: checking for socket" >&5
47491 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
47492 if test "${ac_cv_func_socket+set}" = set; then
47493 echo $ECHO_N "(cached) $ECHO_C" >&6
47494 else
47495 cat >conftest.$ac_ext <<_ACEOF
47496 /* confdefs.h. */
47497 _ACEOF
47498 cat confdefs.h >>conftest.$ac_ext
47499 cat >>conftest.$ac_ext <<_ACEOF
47500 /* end confdefs.h. */
47501 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
47502 For example, HP-UX 11i <limits.h> declares gettimeofday. */
47503 #define socket innocuous_socket
47504
47505 /* System header to define __stub macros and hopefully few prototypes,
47506 which can conflict with char socket (); below.
47507 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
47508 <limits.h> exists even on freestanding compilers. */
47509
47510 #ifdef __STDC__
47511 # include <limits.h>
47512 #else
47513 # include <assert.h>
47514 #endif
47515
47516 #undef socket
47517
47518 /* Override any GCC internal prototype to avoid an error.
47519 Use char because int might match the return type of a GCC
47520 builtin and then its argument prototype would still apply. */
47521 #ifdef __cplusplus
47522 extern "C"
47523 #endif
47524 char socket ();
47525 /* The GNU C library defines this for functions which it implements
47526 to always fail with ENOSYS. Some functions are actually named
47527 something starting with __ and the normal name is an alias. */
47528 #if defined __stub_socket || defined __stub___socket
47529 choke me
47530 #endif
47531
47532 int
47533 main ()
47534 {
47535 return socket ();
47536 ;
47537 return 0;
47538 }
47539 _ACEOF
47540 rm -f conftest.$ac_objext conftest$ac_exeext
47541 if { (ac_try="$ac_link"
47542 case "(($ac_try" in
47543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47544 *) ac_try_echo=$ac_try;;
47545 esac
47546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47547 (eval "$ac_link") 2>conftest.er1
47548 ac_status=$?
47549 grep -v '^ *+' conftest.er1 >conftest.err
47550 rm -f conftest.er1
47551 cat conftest.err >&5
47552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47553 (exit $ac_status); } && {
47554 test -z "$ac_c_werror_flag" ||
47555 test ! -s conftest.err
47556 } && test -s conftest$ac_exeext &&
47557 $as_test_x conftest$ac_exeext; then
47558 ac_cv_func_socket=yes
47559 else
47560 echo "$as_me: failed program was:" >&5
47561 sed 's/^/| /' conftest.$ac_ext >&5
47562
47563 ac_cv_func_socket=no
47564 fi
47565
47566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47567 conftest$ac_exeext conftest.$ac_ext
47568 fi
47569 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
47570 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
47571 if test $ac_cv_func_socket = yes; then
47572 :
47573 else
47574
47575 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
47576 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
47577 if test "${ac_cv_lib_socket_socket+set}" = set; then
47578 echo $ECHO_N "(cached) $ECHO_C" >&6
47579 else
47580 ac_check_lib_save_LIBS=$LIBS
47581 LIBS="-lsocket $LIBS"
47582 cat >conftest.$ac_ext <<_ACEOF
47583 /* confdefs.h. */
47584 _ACEOF
47585 cat confdefs.h >>conftest.$ac_ext
47586 cat >>conftest.$ac_ext <<_ACEOF
47587 /* end confdefs.h. */
47588
47589 /* Override any GCC internal prototype to avoid an error.
47590 Use char because int might match the return type of a GCC
47591 builtin and then its argument prototype would still apply. */
47592 #ifdef __cplusplus
47593 extern "C"
47594 #endif
47595 char socket ();
47596 int
47597 main ()
47598 {
47599 return socket ();
47600 ;
47601 return 0;
47602 }
47603 _ACEOF
47604 rm -f conftest.$ac_objext conftest$ac_exeext
47605 if { (ac_try="$ac_link"
47606 case "(($ac_try" in
47607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47608 *) ac_try_echo=$ac_try;;
47609 esac
47610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47611 (eval "$ac_link") 2>conftest.er1
47612 ac_status=$?
47613 grep -v '^ *+' conftest.er1 >conftest.err
47614 rm -f conftest.er1
47615 cat conftest.err >&5
47616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47617 (exit $ac_status); } && {
47618 test -z "$ac_c_werror_flag" ||
47619 test ! -s conftest.err
47620 } && test -s conftest$ac_exeext &&
47621 $as_test_x conftest$ac_exeext; then
47622 ac_cv_lib_socket_socket=yes
47623 else
47624 echo "$as_me: failed program was:" >&5
47625 sed 's/^/| /' conftest.$ac_ext >&5
47626
47627 ac_cv_lib_socket_socket=no
47628 fi
47629
47630 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47631 conftest$ac_exeext conftest.$ac_ext
47632 LIBS=$ac_check_lib_save_LIBS
47633 fi
47634 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
47635 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
47636 if test $ac_cv_lib_socket_socket = yes; then
47637 if test "$INET_LINK" != " -lsocket"; then
47638 INET_LINK="$INET_LINK -lsocket"
47639 fi
47640 else
47641
47642 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
47643 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
47644 wxUSE_SOCKETS=no
47645
47646
47647 fi
47648
47649
47650
47651 fi
47652
47653 fi
47654 fi
47655
47656 if test "$wxUSE_SOCKETS" = "yes" ; then
47657 if test "$TOOLKIT" != "MSW"; then
47658 { echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
47659 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6; }
47660 if test "${wx_cv_type_getsockname3+set}" = set; then
47661 echo $ECHO_N "(cached) $ECHO_C" >&6
47662 else
47663
47664 ac_ext=cpp
47665 ac_cpp='$CXXCPP $CPPFLAGS'
47666 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47667 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47668 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47669
47670 cat >conftest.$ac_ext <<_ACEOF
47671 /* confdefs.h. */
47672 _ACEOF
47673 cat confdefs.h >>conftest.$ac_ext
47674 cat >>conftest.$ac_ext <<_ACEOF
47675 /* end confdefs.h. */
47676
47677 #include <sys/types.h>
47678 #include <sys/socket.h>
47679
47680 int
47681 main ()
47682 {
47683
47684 socklen_t len;
47685 getsockname(0, 0, &len);
47686
47687 ;
47688 return 0;
47689 }
47690 _ACEOF
47691 rm -f conftest.$ac_objext
47692 if { (ac_try="$ac_compile"
47693 case "(($ac_try" in
47694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47695 *) ac_try_echo=$ac_try;;
47696 esac
47697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47698 (eval "$ac_compile") 2>conftest.er1
47699 ac_status=$?
47700 grep -v '^ *+' conftest.er1 >conftest.err
47701 rm -f conftest.er1
47702 cat conftest.err >&5
47703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47704 (exit $ac_status); } && {
47705 test -z "$ac_cxx_werror_flag" ||
47706 test ! -s conftest.err
47707 } && test -s conftest.$ac_objext; then
47708 wx_cv_type_getsockname3=socklen_t
47709 else
47710 echo "$as_me: failed program was:" >&5
47711 sed 's/^/| /' conftest.$ac_ext >&5
47712
47713
47714 CFLAGS_OLD="$CFLAGS"
47715 if test "$GCC" = yes ; then
47716 CFLAGS="-Werror $CFLAGS"
47717 fi
47718
47719 cat >conftest.$ac_ext <<_ACEOF
47720 /* confdefs.h. */
47721 _ACEOF
47722 cat confdefs.h >>conftest.$ac_ext
47723 cat >>conftest.$ac_ext <<_ACEOF
47724 /* end confdefs.h. */
47725
47726 #include <sys/types.h>
47727 #include <sys/socket.h>
47728
47729 int
47730 main ()
47731 {
47732
47733 size_t len;
47734 getsockname(0, 0, &len);
47735
47736 ;
47737 return 0;
47738 }
47739 _ACEOF
47740 rm -f conftest.$ac_objext
47741 if { (ac_try="$ac_compile"
47742 case "(($ac_try" in
47743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47744 *) ac_try_echo=$ac_try;;
47745 esac
47746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47747 (eval "$ac_compile") 2>conftest.er1
47748 ac_status=$?
47749 grep -v '^ *+' conftest.er1 >conftest.err
47750 rm -f conftest.er1
47751 cat conftest.err >&5
47752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47753 (exit $ac_status); } && {
47754 test -z "$ac_cxx_werror_flag" ||
47755 test ! -s conftest.err
47756 } && test -s conftest.$ac_objext; then
47757 wx_cv_type_getsockname3=size_t
47758 else
47759 echo "$as_me: failed program was:" >&5
47760 sed 's/^/| /' conftest.$ac_ext >&5
47761
47762 cat >conftest.$ac_ext <<_ACEOF
47763 /* confdefs.h. */
47764 _ACEOF
47765 cat confdefs.h >>conftest.$ac_ext
47766 cat >>conftest.$ac_ext <<_ACEOF
47767 /* end confdefs.h. */
47768
47769 #include <sys/types.h>
47770 #include <sys/socket.h>
47771
47772 int
47773 main ()
47774 {
47775
47776 int len;
47777 getsockname(0, 0, &len);
47778
47779 ;
47780 return 0;
47781 }
47782 _ACEOF
47783 rm -f conftest.$ac_objext
47784 if { (ac_try="$ac_compile"
47785 case "(($ac_try" in
47786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47787 *) ac_try_echo=$ac_try;;
47788 esac
47789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47790 (eval "$ac_compile") 2>conftest.er1
47791 ac_status=$?
47792 grep -v '^ *+' conftest.er1 >conftest.err
47793 rm -f conftest.er1
47794 cat conftest.err >&5
47795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47796 (exit $ac_status); } && {
47797 test -z "$ac_cxx_werror_flag" ||
47798 test ! -s conftest.err
47799 } && test -s conftest.$ac_objext; then
47800 wx_cv_type_getsockname3=int
47801 else
47802 echo "$as_me: failed program was:" >&5
47803 sed 's/^/| /' conftest.$ac_ext >&5
47804
47805 wx_cv_type_getsockname3=unknown
47806
47807 fi
47808
47809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47810
47811 fi
47812
47813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47814
47815 CFLAGS="$CFLAGS_OLD"
47816
47817
47818 fi
47819
47820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47821 ac_ext=c
47822 ac_cpp='$CPP $CPPFLAGS'
47823 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47824 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47825 ac_compiler_gnu=$ac_cv_c_compiler_gnu
47826
47827
47828 fi
47829 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
47830 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6; }
47831
47832 if test "$wx_cv_type_getsockname3" = "unknown"; then
47833 wxUSE_SOCKETS=no
47834 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
47835 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
47836 else
47837 cat >>confdefs.h <<_ACEOF
47838 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
47839 _ACEOF
47840
47841 fi
47842 { echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
47843 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6; }
47844 if test "${wx_cv_type_getsockopt5+set}" = set; then
47845 echo $ECHO_N "(cached) $ECHO_C" >&6
47846 else
47847
47848 ac_ext=cpp
47849 ac_cpp='$CXXCPP $CPPFLAGS'
47850 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47851 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47852 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47853
47854 cat >conftest.$ac_ext <<_ACEOF
47855 /* confdefs.h. */
47856 _ACEOF
47857 cat confdefs.h >>conftest.$ac_ext
47858 cat >>conftest.$ac_ext <<_ACEOF
47859 /* end confdefs.h. */
47860
47861 #include <sys/types.h>
47862 #include <sys/socket.h>
47863
47864 int
47865 main ()
47866 {
47867
47868 socklen_t len;
47869 getsockopt(0, 0, 0, 0, &len);
47870
47871 ;
47872 return 0;
47873 }
47874 _ACEOF
47875 rm -f conftest.$ac_objext
47876 if { (ac_try="$ac_compile"
47877 case "(($ac_try" in
47878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47879 *) ac_try_echo=$ac_try;;
47880 esac
47881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47882 (eval "$ac_compile") 2>conftest.er1
47883 ac_status=$?
47884 grep -v '^ *+' conftest.er1 >conftest.err
47885 rm -f conftest.er1
47886 cat conftest.err >&5
47887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47888 (exit $ac_status); } && {
47889 test -z "$ac_cxx_werror_flag" ||
47890 test ! -s conftest.err
47891 } && test -s conftest.$ac_objext; then
47892 wx_cv_type_getsockopt5=socklen_t
47893 else
47894 echo "$as_me: failed program was:" >&5
47895 sed 's/^/| /' conftest.$ac_ext >&5
47896
47897
47898 cat >conftest.$ac_ext <<_ACEOF
47899 /* confdefs.h. */
47900 _ACEOF
47901 cat confdefs.h >>conftest.$ac_ext
47902 cat >>conftest.$ac_ext <<_ACEOF
47903 /* end confdefs.h. */
47904
47905 #include <sys/types.h>
47906 #include <sys/socket.h>
47907
47908 int
47909 main ()
47910 {
47911
47912 size_t len;
47913 getsockopt(0, 0, 0, 0, &len);
47914
47915 ;
47916 return 0;
47917 }
47918 _ACEOF
47919 rm -f conftest.$ac_objext
47920 if { (ac_try="$ac_compile"
47921 case "(($ac_try" in
47922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47923 *) ac_try_echo=$ac_try;;
47924 esac
47925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47926 (eval "$ac_compile") 2>conftest.er1
47927 ac_status=$?
47928 grep -v '^ *+' conftest.er1 >conftest.err
47929 rm -f conftest.er1
47930 cat conftest.err >&5
47931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47932 (exit $ac_status); } && {
47933 test -z "$ac_cxx_werror_flag" ||
47934 test ! -s conftest.err
47935 } && test -s conftest.$ac_objext; then
47936 wx_cv_type_getsockopt5=size_t
47937 else
47938 echo "$as_me: failed program was:" >&5
47939 sed 's/^/| /' conftest.$ac_ext >&5
47940
47941 cat >conftest.$ac_ext <<_ACEOF
47942 /* confdefs.h. */
47943 _ACEOF
47944 cat confdefs.h >>conftest.$ac_ext
47945 cat >>conftest.$ac_ext <<_ACEOF
47946 /* end confdefs.h. */
47947
47948 #include <sys/types.h>
47949 #include <sys/socket.h>
47950
47951 int
47952 main ()
47953 {
47954
47955 int len;
47956 getsockopt(0, 0, 0, 0, &len);
47957
47958 ;
47959 return 0;
47960 }
47961 _ACEOF
47962 rm -f conftest.$ac_objext
47963 if { (ac_try="$ac_compile"
47964 case "(($ac_try" in
47965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47966 *) ac_try_echo=$ac_try;;
47967 esac
47968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47969 (eval "$ac_compile") 2>conftest.er1
47970 ac_status=$?
47971 grep -v '^ *+' conftest.er1 >conftest.err
47972 rm -f conftest.er1
47973 cat conftest.err >&5
47974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47975 (exit $ac_status); } && {
47976 test -z "$ac_cxx_werror_flag" ||
47977 test ! -s conftest.err
47978 } && test -s conftest.$ac_objext; then
47979 wx_cv_type_getsockopt5=int
47980 else
47981 echo "$as_me: failed program was:" >&5
47982 sed 's/^/| /' conftest.$ac_ext >&5
47983
47984 wx_cv_type_getsockopt5=unknown
47985
47986 fi
47987
47988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47989
47990 fi
47991
47992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47993
47994
47995 fi
47996
47997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47998 ac_ext=c
47999 ac_cpp='$CPP $CPPFLAGS'
48000 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48001 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48002 ac_compiler_gnu=$ac_cv_c_compiler_gnu
48003
48004
48005 fi
48006 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
48007 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6; }
48008
48009 if test "$wx_cv_type_getsockopt5" = "unknown"; then
48010 wxUSE_SOCKETS=no
48011 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
48012 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
48013 else
48014 cat >>confdefs.h <<_ACEOF
48015 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
48016 _ACEOF
48017
48018 fi
48019 fi
48020 fi
48021
48022 if test "$wxUSE_SOCKETS" = "yes" ; then
48023 cat >>confdefs.h <<\_ACEOF
48024 #define wxUSE_SOCKETS 1
48025 _ACEOF
48026
48027 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
48028 fi
48029
48030 if test "$wxUSE_PROTOCOL" = "yes"; then
48031 if test "$wxUSE_SOCKETS" != "yes"; then
48032 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
48033 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
48034 wxUSE_PROTOCOL=no
48035 fi
48036 fi
48037
48038 if test "$wxUSE_PROTOCOL" = "yes"; then
48039 cat >>confdefs.h <<\_ACEOF
48040 #define wxUSE_PROTOCOL 1
48041 _ACEOF
48042
48043
48044 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
48045 cat >>confdefs.h <<\_ACEOF
48046 #define wxUSE_PROTOCOL_HTTP 1
48047 _ACEOF
48048
48049 fi
48050 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
48051 cat >>confdefs.h <<\_ACEOF
48052 #define wxUSE_PROTOCOL_FTP 1
48053 _ACEOF
48054
48055 fi
48056 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
48057 cat >>confdefs.h <<\_ACEOF
48058 #define wxUSE_PROTOCOL_FILE 1
48059 _ACEOF
48060
48061 fi
48062 else
48063 if test "$wxUSE_FS_INET" = "yes"; then
48064 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
48065 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
48066 wxUSE_FS_INET="no"
48067 fi
48068 fi
48069
48070 if test "$wxUSE_URL" = "yes"; then
48071 if test "$wxUSE_PROTOCOL" != "yes"; then
48072 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
48073 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
48074 wxUSE_URL=no
48075 fi
48076 if test "$wxUSE_URL" = "yes"; then
48077 cat >>confdefs.h <<\_ACEOF
48078 #define wxUSE_URL 1
48079 _ACEOF
48080
48081 fi
48082 fi
48083
48084 if test "$wxUSE_VARIANT" = "yes"; then
48085 cat >>confdefs.h <<\_ACEOF
48086 #define wxUSE_VARIANT 1
48087 _ACEOF
48088
48089 fi
48090
48091 if test "$wxUSE_FS_INET" = "yes"; then
48092 cat >>confdefs.h <<\_ACEOF
48093 #define wxUSE_FS_INET 1
48094 _ACEOF
48095
48096 fi
48097
48098
48099 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
48100 wxUSE_JOYSTICK=no
48101
48102 if test "$TOOLKIT" = "MSW"; then
48103 wxUSE_JOYSTICK=yes
48104
48105 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
48106 if test "$USE_DARWIN" = 1; then
48107 { echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
48108 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6; }
48109 ac_ext=cpp
48110 ac_cpp='$CXXCPP $CPPFLAGS'
48111 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48112 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48113 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48114
48115 cat >conftest.$ac_ext <<_ACEOF
48116 /* confdefs.h. */
48117 _ACEOF
48118 cat confdefs.h >>conftest.$ac_ext
48119 cat >>conftest.$ac_ext <<_ACEOF
48120 /* end confdefs.h. */
48121 #include <IOKit/hid/IOHIDLib.h>
48122 int
48123 main ()
48124 {
48125 IOHIDQueueInterface *qi = NULL;
48126 IOHIDCallbackFunction cb = NULL;
48127 qi->setEventCallout(NULL, cb, NULL, NULL);
48128 ;
48129 return 0;
48130 }
48131 _ACEOF
48132 rm -f conftest.$ac_objext
48133 if { (ac_try="$ac_compile"
48134 case "(($ac_try" in
48135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48136 *) ac_try_echo=$ac_try;;
48137 esac
48138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48139 (eval "$ac_compile") 2>conftest.er1
48140 ac_status=$?
48141 grep -v '^ *+' conftest.er1 >conftest.err
48142 rm -f conftest.er1
48143 cat conftest.err >&5
48144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48145 (exit $ac_status); } && {
48146 test -z "$ac_cxx_werror_flag" ||
48147 test ! -s conftest.err
48148 } && test -s conftest.$ac_objext; then
48149 wxUSE_JOYSTICK=yes
48150
48151 else
48152 echo "$as_me: failed program was:" >&5
48153 sed 's/^/| /' conftest.$ac_ext >&5
48154
48155
48156 fi
48157
48158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48159 ac_ext=c
48160 ac_cpp='$CPP $CPPFLAGS'
48161 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48162 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48163 ac_compiler_gnu=$ac_cv_c_compiler_gnu
48164
48165 { echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
48166 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6; }
48167 fi
48168
48169 else
48170 if test "$wxUSE_MGL" != "1"; then
48171
48172 for ac_header in linux/joystick.h
48173 do
48174 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
48175 { echo "$as_me:$LINENO: checking for $ac_header" >&5
48176 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
48177 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
48178 echo $ECHO_N "(cached) $ECHO_C" >&6
48179 else
48180 cat >conftest.$ac_ext <<_ACEOF
48181 /* confdefs.h. */
48182 _ACEOF
48183 cat confdefs.h >>conftest.$ac_ext
48184 cat >>conftest.$ac_ext <<_ACEOF
48185 /* end confdefs.h. */
48186 $ac_includes_default
48187
48188 #include <$ac_header>
48189 _ACEOF
48190 rm -f conftest.$ac_objext
48191 if { (ac_try="$ac_compile"
48192 case "(($ac_try" in
48193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48194 *) ac_try_echo=$ac_try;;
48195 esac
48196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48197 (eval "$ac_compile") 2>conftest.er1
48198 ac_status=$?
48199 grep -v '^ *+' conftest.er1 >conftest.err
48200 rm -f conftest.er1
48201 cat conftest.err >&5
48202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48203 (exit $ac_status); } && {
48204 test -z "$ac_c_werror_flag" ||
48205 test ! -s conftest.err
48206 } && test -s conftest.$ac_objext; then
48207 eval "$as_ac_Header=yes"
48208 else
48209 echo "$as_me: failed program was:" >&5
48210 sed 's/^/| /' conftest.$ac_ext >&5
48211
48212 eval "$as_ac_Header=no"
48213 fi
48214
48215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48216 fi
48217 ac_res=`eval echo '${'$as_ac_Header'}'`
48218 { echo "$as_me:$LINENO: result: $ac_res" >&5
48219 echo "${ECHO_T}$ac_res" >&6; }
48220 if test `eval echo '${'$as_ac_Header'}'` = yes; then
48221 cat >>confdefs.h <<_ACEOF
48222 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
48223 _ACEOF
48224 wxUSE_JOYSTICK=yes
48225 fi
48226
48227 done
48228
48229 fi
48230 fi
48231
48232 if test "$wxUSE_JOYSTICK" = "yes"; then
48233 cat >>confdefs.h <<\_ACEOF
48234 #define wxUSE_JOYSTICK 1
48235 _ACEOF
48236
48237 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
48238 else
48239 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
48240 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
48241 fi
48242 fi
48243
48244
48245
48246 if test "$wxUSE_FONTENUM" = "yes" ; then
48247 cat >>confdefs.h <<\_ACEOF
48248 #define wxUSE_FONTENUM 1
48249 _ACEOF
48250
48251 fi
48252
48253 if test "$wxUSE_FONTMAP" = "yes" ; then
48254 cat >>confdefs.h <<\_ACEOF
48255 #define wxUSE_FONTMAP 1
48256 _ACEOF
48257
48258 fi
48259
48260 if test "$wxUSE_UNICODE" = "yes" ; then
48261 cat >>confdefs.h <<\_ACEOF
48262 #define wxUSE_UNICODE 1
48263 _ACEOF
48264
48265
48266 if test "$USE_WIN32" != 1; then
48267 wxUSE_UNICODE_MSLU=no
48268 fi
48269
48270 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
48271 { echo "$as_me:$LINENO: checking for main in -lunicows" >&5
48272 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6; }
48273 if test "${ac_cv_lib_unicows_main+set}" = set; then
48274 echo $ECHO_N "(cached) $ECHO_C" >&6
48275 else
48276 ac_check_lib_save_LIBS=$LIBS
48277 LIBS="-lunicows $LIBS"
48278 cat >conftest.$ac_ext <<_ACEOF
48279 /* confdefs.h. */
48280 _ACEOF
48281 cat confdefs.h >>conftest.$ac_ext
48282 cat >>conftest.$ac_ext <<_ACEOF
48283 /* end confdefs.h. */
48284
48285
48286 int
48287 main ()
48288 {
48289 return main ();
48290 ;
48291 return 0;
48292 }
48293 _ACEOF
48294 rm -f conftest.$ac_objext conftest$ac_exeext
48295 if { (ac_try="$ac_link"
48296 case "(($ac_try" in
48297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48298 *) ac_try_echo=$ac_try;;
48299 esac
48300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48301 (eval "$ac_link") 2>conftest.er1
48302 ac_status=$?
48303 grep -v '^ *+' conftest.er1 >conftest.err
48304 rm -f conftest.er1
48305 cat conftest.err >&5
48306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48307 (exit $ac_status); } && {
48308 test -z "$ac_c_werror_flag" ||
48309 test ! -s conftest.err
48310 } && test -s conftest$ac_exeext &&
48311 $as_test_x conftest$ac_exeext; then
48312 ac_cv_lib_unicows_main=yes
48313 else
48314 echo "$as_me: failed program was:" >&5
48315 sed 's/^/| /' conftest.$ac_ext >&5
48316
48317 ac_cv_lib_unicows_main=no
48318 fi
48319
48320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
48321 conftest$ac_exeext conftest.$ac_ext
48322 LIBS=$ac_check_lib_save_LIBS
48323 fi
48324 { echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
48325 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6; }
48326 if test $ac_cv_lib_unicows_main = yes; then
48327
48328 cat >>confdefs.h <<\_ACEOF
48329 #define wxUSE_UNICODE_MSLU 1
48330 _ACEOF
48331
48332
48333 else
48334
48335 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
48336 Applications will only run on Windows NT/2000/XP!" >&5
48337 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
48338 Applications will only run on Windows NT/2000/XP!" >&2;}
48339 wxUSE_UNICODE_MSLU=no
48340
48341 fi
48342
48343 fi
48344 fi
48345
48346 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
48347 cat >>confdefs.h <<\_ACEOF
48348 #define wxUSE_UNICODE_UTF8 1
48349 _ACEOF
48350
48351
48352 if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
48353 cat >>confdefs.h <<\_ACEOF
48354 #define wxUSE_UTF8_LOCALE_ONLY 1
48355 _ACEOF
48356
48357 fi
48358 fi
48359
48360
48361 if test "$wxUSE_CONSTRAINTS" = "yes"; then
48362 cat >>confdefs.h <<\_ACEOF
48363 #define wxUSE_CONSTRAINTS 1
48364 _ACEOF
48365
48366 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
48367 fi
48368
48369 if test "$wxUSE_MDI" = "yes"; then
48370 cat >>confdefs.h <<\_ACEOF
48371 #define wxUSE_MDI 1
48372 _ACEOF
48373
48374
48375 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
48376 cat >>confdefs.h <<\_ACEOF
48377 #define wxUSE_MDI_ARCHITECTURE 1
48378 _ACEOF
48379
48380 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
48381 fi
48382 fi
48383
48384 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
48385 cat >>confdefs.h <<\_ACEOF
48386 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
48387 _ACEOF
48388
48389 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
48390 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
48391 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
48392 fi
48393 fi
48394
48395 if test "$wxUSE_HELP" = "yes"; then
48396 cat >>confdefs.h <<\_ACEOF
48397 #define wxUSE_HELP 1
48398 _ACEOF
48399
48400 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
48401
48402 if test "$wxUSE_MSW" = 1; then
48403 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
48404 cat >>confdefs.h <<\_ACEOF
48405 #define wxUSE_MS_HTML_HELP 1
48406 _ACEOF
48407
48408 fi
48409 fi
48410
48411 if test "$wxUSE_WXHTML_HELP" = "yes"; then
48412 if test "$wxUSE_HTML" = "yes"; then
48413 cat >>confdefs.h <<\_ACEOF
48414 #define wxUSE_WXHTML_HELP 1
48415 _ACEOF
48416
48417 else
48418 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
48419 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
48420 wxUSE_WXHTML_HELP=no
48421 fi
48422 fi
48423 fi
48424
48425 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
48426 if test "$wxUSE_CONSTRAINTS" != "yes"; then
48427 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
48428 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
48429 else
48430 cat >>confdefs.h <<\_ACEOF
48431 #define wxUSE_PRINTING_ARCHITECTURE 1
48432 _ACEOF
48433
48434 fi
48435 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
48436 fi
48437
48438 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
48439 cat >>confdefs.h <<\_ACEOF
48440 #define wxUSE_POSTSCRIPT 1
48441 _ACEOF
48442
48443 fi
48444
48445 cat >>confdefs.h <<\_ACEOF
48446 #define wxUSE_AFM_FOR_POSTSCRIPT 1
48447 _ACEOF
48448
48449
48450 if test "$wxUSE_SVG" = "yes"; then
48451 cat >>confdefs.h <<\_ACEOF
48452 #define wxUSE_SVG 1
48453 _ACEOF
48454
48455 fi
48456
48457
48458 if test "$wxUSE_METAFILE" = "yes"; then
48459 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
48460 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
48461 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
48462 wxUSE_METAFILE=no
48463 fi
48464 fi
48465
48466
48467 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
48468 -o "$wxUSE_CLIPBOARD" = "yes" \
48469 -o "$wxUSE_OLE" = "yes" \
48470 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
48471 { echo "$as_me:$LINENO: checking for ole2.h" >&5
48472 echo $ECHO_N "checking for ole2.h... $ECHO_C" >&6; }
48473 if test "${ac_cv_header_ole2_h+set}" = set; then
48474 echo $ECHO_N "(cached) $ECHO_C" >&6
48475 else
48476 cat >conftest.$ac_ext <<_ACEOF
48477 /* confdefs.h. */
48478 _ACEOF
48479 cat confdefs.h >>conftest.$ac_ext
48480 cat >>conftest.$ac_ext <<_ACEOF
48481 /* end confdefs.h. */
48482
48483
48484 #include <ole2.h>
48485 _ACEOF
48486 rm -f conftest.$ac_objext
48487 if { (ac_try="$ac_compile"
48488 case "(($ac_try" in
48489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48490 *) ac_try_echo=$ac_try;;
48491 esac
48492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48493 (eval "$ac_compile") 2>conftest.er1
48494 ac_status=$?
48495 grep -v '^ *+' conftest.er1 >conftest.err
48496 rm -f conftest.er1
48497 cat conftest.err >&5
48498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48499 (exit $ac_status); } && {
48500 test -z "$ac_c_werror_flag" ||
48501 test ! -s conftest.err
48502 } && test -s conftest.$ac_objext; then
48503 ac_cv_header_ole2_h=yes
48504 else
48505 echo "$as_me: failed program was:" >&5
48506 sed 's/^/| /' conftest.$ac_ext >&5
48507
48508 ac_cv_header_ole2_h=no
48509 fi
48510
48511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48512 fi
48513 { echo "$as_me:$LINENO: result: $ac_cv_header_ole2_h" >&5
48514 echo "${ECHO_T}$ac_cv_header_ole2_h" >&6; }
48515
48516
48517
48518 if test "$ac_cv_header_ole2_h" = "yes" ; then
48519 if test "$GCC" = yes ; then
48520 { echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
48521 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6; }
48522 cat >conftest.$ac_ext <<_ACEOF
48523 /* confdefs.h. */
48524 _ACEOF
48525 cat confdefs.h >>conftest.$ac_ext
48526 cat >>conftest.$ac_ext <<_ACEOF
48527 /* end confdefs.h. */
48528 #include <windows.h>
48529 #include <ole2.h>
48530 int
48531 main ()
48532 {
48533
48534 ;
48535 return 0;
48536 }
48537 _ACEOF
48538 rm -f conftest.$ac_objext
48539 if { (ac_try="$ac_compile"
48540 case "(($ac_try" in
48541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48542 *) ac_try_echo=$ac_try;;
48543 esac
48544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48545 (eval "$ac_compile") 2>conftest.er1
48546 ac_status=$?
48547 grep -v '^ *+' conftest.er1 >conftest.err
48548 rm -f conftest.er1
48549 cat conftest.err >&5
48550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48551 (exit $ac_status); } && {
48552 test -z "$ac_c_werror_flag" ||
48553 test ! -s conftest.err
48554 } && test -s conftest.$ac_objext; then
48555 { echo "$as_me:$LINENO: result: no" >&5
48556 echo "${ECHO_T}no" >&6; }
48557 else
48558 echo "$as_me: failed program was:" >&5
48559 sed 's/^/| /' conftest.$ac_ext >&5
48560
48561 { echo "$as_me:$LINENO: result: yes" >&5
48562 echo "${ECHO_T}yes" >&6; }
48563 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
48564 fi
48565
48566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48567 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
48568 if test "$wxUSE_OLE" = "yes" ; then
48569 cat >>confdefs.h <<\_ACEOF
48570 #define wxUSE_OLE 1
48571 _ACEOF
48572
48573 cat >>confdefs.h <<\_ACEOF
48574 #define wxUSE_OLE_AUTOMATION 1
48575 _ACEOF
48576
48577 cat >>confdefs.h <<\_ACEOF
48578 #define wxUSE_ACTIVEX 1
48579 _ACEOF
48580
48581 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
48582 fi
48583 fi
48584
48585 if test "$wxUSE_DATAOBJ" = "yes" ; then
48586 cat >>confdefs.h <<\_ACEOF
48587 #define wxUSE_DATAOBJ 1
48588 _ACEOF
48589
48590 fi
48591 else
48592 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
48593 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
48594
48595 wxUSE_CLIPBOARD=no
48596 wxUSE_DRAG_AND_DROP=no
48597 wxUSE_DATAOBJ=no
48598 wxUSE_OLE=no
48599 fi
48600
48601 if test "$wxUSE_METAFILE" = "yes"; then
48602 cat >>confdefs.h <<\_ACEOF
48603 #define wxUSE_METAFILE 1
48604 _ACEOF
48605
48606
48607 cat >>confdefs.h <<\_ACEOF
48608 #define wxUSE_ENH_METAFILE 1
48609 _ACEOF
48610
48611 fi
48612 fi
48613
48614 if test "$wxUSE_IPC" = "yes"; then
48615 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
48616 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
48617 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
48618 wxUSE_IPC=no
48619 fi
48620
48621 if test "$wxUSE_IPC" = "yes"; then
48622 cat >>confdefs.h <<\_ACEOF
48623 #define wxUSE_IPC 1
48624 _ACEOF
48625
48626 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
48627 fi
48628 fi
48629
48630 if test "$wxUSE_DATAOBJ" = "yes"; then
48631 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
48632 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&5
48633 echo "$as_me: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&2;}
48634 wxUSE_DATAOBJ=no
48635 else
48636 cat >>confdefs.h <<\_ACEOF
48637 #define wxUSE_DATAOBJ 1
48638 _ACEOF
48639
48640 fi
48641 else
48642 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
48643 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
48644 wxUSE_CLIPBOARD=no
48645 wxUSE_DRAG_AND_DROP=no
48646 fi
48647
48648 if test "$wxUSE_CLIPBOARD" = "yes"; then
48649 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
48650 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
48651 echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
48652 wxUSE_CLIPBOARD=no
48653 fi
48654
48655 if test "$wxUSE_CLIPBOARD" = "yes"; then
48656 cat >>confdefs.h <<\_ACEOF
48657 #define wxUSE_CLIPBOARD 1
48658 _ACEOF
48659
48660 fi
48661 fi
48662
48663 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
48664 if test "$wxUSE_GTK" = 1; then
48665 if test "$WXGTK12" != 1; then
48666 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
48667 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
48668 wxUSE_DRAG_AND_DROP=no
48669 fi
48670 fi
48671
48672 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_MGL" = 1 -o \
48673 "$wxUSE_DFB" = 1; then
48674 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
48675 echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
48676 wxUSE_DRAG_AND_DROP=no
48677 fi
48678
48679 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
48680 cat >>confdefs.h <<\_ACEOF
48681 #define wxUSE_DRAG_AND_DROP 1
48682 _ACEOF
48683
48684 fi
48685
48686 fi
48687
48688 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
48689 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
48690 fi
48691
48692 if test "$wxUSE_SPLINES" = "yes" ; then
48693 cat >>confdefs.h <<\_ACEOF
48694 #define wxUSE_SPLINES 1
48695 _ACEOF
48696
48697 fi
48698
48699 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
48700 cat >>confdefs.h <<\_ACEOF
48701 #define wxUSE_MOUSEWHEEL 1
48702 _ACEOF
48703
48704 fi
48705
48706
48707 USES_CONTROLS=0
48708 if test "$wxUSE_CONTROLS" = "yes"; then
48709 USES_CONTROLS=1
48710 fi
48711
48712 if test "$wxUSE_ACCEL" = "yes"; then
48713 cat >>confdefs.h <<\_ACEOF
48714 #define wxUSE_ACCEL 1
48715 _ACEOF
48716
48717 USES_CONTROLS=1
48718 fi
48719
48720 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
48721 cat >>confdefs.h <<\_ACEOF
48722 #define wxUSE_ANIMATIONCTRL 1
48723 _ACEOF
48724
48725 USES_CONTROLS=1
48726 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS animate"
48727 fi
48728
48729 if test "$wxUSE_BUTTON" = "yes"; then
48730 cat >>confdefs.h <<\_ACEOF
48731 #define wxUSE_BUTTON 1
48732 _ACEOF
48733
48734 USES_CONTROLS=1
48735 fi
48736
48737 if test "$wxUSE_BMPBUTTON" = "yes"; then
48738 cat >>confdefs.h <<\_ACEOF
48739 #define wxUSE_BMPBUTTON 1
48740 _ACEOF
48741
48742 USES_CONTROLS=1
48743 fi
48744
48745 if test "$wxUSE_CALCTRL" = "yes"; then
48746 cat >>confdefs.h <<\_ACEOF
48747 #define wxUSE_CALENDARCTRL 1
48748 _ACEOF
48749
48750 USES_CONTROLS=1
48751 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
48752 fi
48753
48754 if test "$wxUSE_CARET" = "yes"; then
48755 cat >>confdefs.h <<\_ACEOF
48756 #define wxUSE_CARET 1
48757 _ACEOF
48758
48759 USES_CONTROLS=1
48760 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
48761 fi
48762
48763 if test "$wxUSE_COLLPANE" = "yes"; then
48764 cat >>confdefs.h <<\_ACEOF
48765 #define wxUSE_COLLPANE 1
48766 _ACEOF
48767
48768 USES_CONTROLS=1
48769 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS collpane"
48770 fi
48771
48772 if test "$wxUSE_COMBOBOX" = "yes"; then
48773 cat >>confdefs.h <<\_ACEOF
48774 #define wxUSE_COMBOBOX 1
48775 _ACEOF
48776
48777 USES_CONTROLS=1
48778 fi
48779
48780 if test "$wxUSE_COMBOCTRL" = "yes"; then
48781 cat >>confdefs.h <<\_ACEOF
48782 #define wxUSE_COMBOCTRL 1
48783 _ACEOF
48784
48785 USES_CONTROLS=1
48786 fi
48787
48788 if test "$wxUSE_CHOICE" = "yes"; then
48789 cat >>confdefs.h <<\_ACEOF
48790 #define wxUSE_CHOICE 1
48791 _ACEOF
48792
48793 USES_CONTROLS=1
48794 fi
48795
48796 if test "$wxUSE_CHOICEBOOK" = "yes"; then
48797 cat >>confdefs.h <<\_ACEOF
48798 #define wxUSE_CHOICEBOOK 1
48799 _ACEOF
48800
48801 USES_CONTROLS=1
48802 fi
48803
48804 if test "$wxUSE_CHECKBOX" = "yes"; then
48805 cat >>confdefs.h <<\_ACEOF
48806 #define wxUSE_CHECKBOX 1
48807 _ACEOF
48808
48809 USES_CONTROLS=1
48810 fi
48811
48812 if test "$wxUSE_CHECKLST" = "yes"; then
48813 cat >>confdefs.h <<\_ACEOF
48814 #define wxUSE_CHECKLISTBOX 1
48815 _ACEOF
48816
48817 USES_CONTROLS=1
48818 fi
48819
48820 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
48821 cat >>confdefs.h <<\_ACEOF
48822 #define wxUSE_COLOURPICKERCTRL 1
48823 _ACEOF
48824
48825 USES_CONTROLS=1
48826 fi
48827
48828 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
48829 cat >>confdefs.h <<\_ACEOF
48830 #define wxUSE_DATEPICKCTRL 1
48831 _ACEOF
48832
48833 USES_CONTROLS=1
48834 fi
48835
48836 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
48837 cat >>confdefs.h <<\_ACEOF
48838 #define wxUSE_DIRPICKERCTRL 1
48839 _ACEOF
48840
48841 USES_CONTROLS=1
48842 fi
48843
48844 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
48845 cat >>confdefs.h <<\_ACEOF
48846 #define wxUSE_FILEPICKERCTRL 1
48847 _ACEOF
48848
48849 USES_CONTROLS=1
48850 fi
48851
48852 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
48853 cat >>confdefs.h <<\_ACEOF
48854 #define wxUSE_FONTPICKERCTRL 1
48855 _ACEOF
48856
48857 USES_CONTROLS=1
48858 fi
48859
48860 if test "$wxUSE_DISPLAY" = "yes"; then
48861 if test "$wxUSE_DFB" = 1 -o "$wxUSE_MGL" = 1; then
48862 { echo "$as_me:$LINENO: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
48863 echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
48864 wxUSE_DISPLAY=no
48865 else
48866 cat >>confdefs.h <<\_ACEOF
48867 #define wxUSE_DISPLAY 1
48868 _ACEOF
48869
48870 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
48871 fi
48872 fi
48873
48874 if test "$wxUSE_DETECT_SM" = "yes"; then
48875 cat >>confdefs.h <<\_ACEOF
48876 #define wxUSE_DETECT_SM 1
48877 _ACEOF
48878
48879 fi
48880
48881 if test "$wxUSE_GAUGE" = "yes"; then
48882 cat >>confdefs.h <<\_ACEOF
48883 #define wxUSE_GAUGE 1
48884 _ACEOF
48885
48886 USES_CONTROLS=1
48887 fi
48888
48889 if test "$wxUSE_GRID" = "yes"; then
48890 cat >>confdefs.h <<\_ACEOF
48891 #define wxUSE_GRID 1
48892 _ACEOF
48893
48894 USES_CONTROLS=1
48895 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
48896 fi
48897
48898 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
48899 cat >>confdefs.h <<\_ACEOF
48900 #define wxUSE_HYPERLINKCTRL 1
48901 _ACEOF
48902
48903 USES_CONTROLS=1
48904 fi
48905
48906 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
48907 cat >>confdefs.h <<\_ACEOF
48908 #define wxUSE_BITMAPCOMBOBOX 1
48909 _ACEOF
48910
48911 USES_CONTROLS=1
48912 fi
48913
48914 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
48915 cat >>confdefs.h <<\_ACEOF
48916 #define wxUSE_DATAVIEWCTRL 1
48917 _ACEOF
48918
48919 USES_CONTROLS=1
48920 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dataview"
48921 fi
48922
48923 if test "$wxUSE_IMAGLIST" = "yes"; then
48924 cat >>confdefs.h <<\_ACEOF
48925 #define wxUSE_IMAGLIST 1
48926 _ACEOF
48927
48928 fi
48929
48930 if test "$wxUSE_LISTBOOK" = "yes"; then
48931 cat >>confdefs.h <<\_ACEOF
48932 #define wxUSE_LISTBOOK 1
48933 _ACEOF
48934
48935 USES_CONTROLS=1
48936 fi
48937
48938 if test "$wxUSE_LISTBOX" = "yes"; then
48939 cat >>confdefs.h <<\_ACEOF
48940 #define wxUSE_LISTBOX 1
48941 _ACEOF
48942
48943 USES_CONTROLS=1
48944 fi
48945
48946 if test "$wxUSE_LISTCTRL" = "yes"; then
48947 if test "$wxUSE_IMAGLIST" = "yes"; then
48948 cat >>confdefs.h <<\_ACEOF
48949 #define wxUSE_LISTCTRL 1
48950 _ACEOF
48951
48952 USES_CONTROLS=1
48953 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
48954 else
48955 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
48956 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
48957 fi
48958 fi
48959
48960 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
48961 cat >>confdefs.h <<\_ACEOF
48962 #define wxUSE_EDITABLELISTBOX 1
48963 _ACEOF
48964
48965 USES_CONTROLS=1
48966 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS editlbox"
48967 fi
48968
48969 if test "$wxUSE_NOTEBOOK" = "yes"; then
48970 cat >>confdefs.h <<\_ACEOF
48971 #define wxUSE_NOTEBOOK 1
48972 _ACEOF
48973
48974 USES_CONTROLS=1
48975 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
48976 fi
48977
48978 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
48979 cat >>confdefs.h <<\_ACEOF
48980 #define wxUSE_ODCOMBOBOX 1
48981 _ACEOF
48982
48983 USES_CONTROLS=1
48984 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS combo"
48985 fi
48986
48987 if test "$wxUSE_RADIOBOX" = "yes"; then
48988 cat >>confdefs.h <<\_ACEOF
48989 #define wxUSE_RADIOBOX 1
48990 _ACEOF
48991
48992 USES_CONTROLS=1
48993 fi
48994
48995 if test "$wxUSE_RADIOBTN" = "yes"; then
48996 cat >>confdefs.h <<\_ACEOF
48997 #define wxUSE_RADIOBTN 1
48998 _ACEOF
48999
49000 USES_CONTROLS=1
49001 fi
49002
49003 if test "$wxUSE_SASH" = "yes"; then
49004 cat >>confdefs.h <<\_ACEOF
49005 #define wxUSE_SASH 1
49006 _ACEOF
49007
49008 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
49009 fi
49010
49011 if test "$wxUSE_SCROLLBAR" = "yes"; then
49012 cat >>confdefs.h <<\_ACEOF
49013 #define wxUSE_SCROLLBAR 1
49014 _ACEOF
49015
49016 USES_CONTROLS=1
49017 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
49018 fi
49019
49020 if test "$wxUSE_SEARCHCTRL" = "yes"; then
49021 cat >>confdefs.h <<\_ACEOF
49022 #define wxUSE_SEARCHCTRL 1
49023 _ACEOF
49024
49025 USES_CONTROLS=1
49026 fi
49027
49028 if test "$wxUSE_SLIDER" = "yes"; then
49029 cat >>confdefs.h <<\_ACEOF
49030 #define wxUSE_SLIDER 1
49031 _ACEOF
49032
49033 USES_CONTROLS=1
49034 fi
49035
49036 if test "$wxUSE_SPINBTN" = "yes"; then
49037 cat >>confdefs.h <<\_ACEOF
49038 #define wxUSE_SPINBTN 1
49039 _ACEOF
49040
49041 USES_CONTROLS=1
49042 fi
49043
49044 if test "$wxUSE_SPINCTRL" = "yes"; then
49045 cat >>confdefs.h <<\_ACEOF
49046 #define wxUSE_SPINCTRL 1
49047 _ACEOF
49048
49049 USES_CONTROLS=1
49050 fi
49051
49052 if test "$wxUSE_SPLITTER" = "yes"; then
49053 cat >>confdefs.h <<\_ACEOF
49054 #define wxUSE_SPLITTER 1
49055 _ACEOF
49056
49057 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
49058 fi
49059
49060 if test "$wxUSE_STATBMP" = "yes"; then
49061 cat >>confdefs.h <<\_ACEOF
49062 #define wxUSE_STATBMP 1
49063 _ACEOF
49064
49065 USES_CONTROLS=1
49066 fi
49067
49068 if test "$wxUSE_STATBOX" = "yes"; then
49069 cat >>confdefs.h <<\_ACEOF
49070 #define wxUSE_STATBOX 1
49071 _ACEOF
49072
49073 USES_CONTROLS=1
49074 fi
49075
49076 if test "$wxUSE_STATTEXT" = "yes"; then
49077 cat >>confdefs.h <<\_ACEOF
49078 #define wxUSE_STATTEXT 1
49079 _ACEOF
49080
49081 USES_CONTROLS=1
49082 fi
49083
49084 if test "$wxUSE_STATLINE" = "yes"; then
49085 cat >>confdefs.h <<\_ACEOF
49086 #define wxUSE_STATLINE 1
49087 _ACEOF
49088
49089 USES_CONTROLS=1
49090 fi
49091
49092 if test "$wxUSE_STATUSBAR" = "yes"; then
49093 cat >>confdefs.h <<\_ACEOF
49094 #define wxUSE_NATIVE_STATUSBAR 1
49095 _ACEOF
49096
49097 cat >>confdefs.h <<\_ACEOF
49098 #define wxUSE_STATUSBAR 1
49099 _ACEOF
49100
49101 USES_CONTROLS=1
49102
49103 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
49104 fi
49105
49106 if test "$wxUSE_TAB_DIALOG" = "yes"; then
49107 cat >>confdefs.h <<\_ACEOF
49108 #define wxUSE_TAB_DIALOG 1
49109 _ACEOF
49110
49111 fi
49112
49113 if test "$wxUSE_TEXTCTRL" = "yes"; then
49114 cat >>confdefs.h <<\_ACEOF
49115 #define wxUSE_TEXTCTRL 1
49116 _ACEOF
49117
49118 USES_CONTROLS=1
49119 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
49120 fi
49121
49122 if test "$wxUSE_TOGGLEBTN" = "yes"; then
49123 if test "$wxUSE_COCOA" = 1 ; then
49124 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
49125 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
49126 wxUSE_TOGGLEBTN=no
49127 fi
49128
49129 if test "$wxUSE_TOGGLEBTN" = "yes"; then
49130 cat >>confdefs.h <<\_ACEOF
49131 #define wxUSE_TOGGLEBTN 1
49132 _ACEOF
49133
49134 USES_CONTROLS=1
49135 fi
49136 fi
49137
49138 if test "$wxUSE_TOOLBAR" = "yes"; then
49139 cat >>confdefs.h <<\_ACEOF
49140 #define wxUSE_TOOLBAR 1
49141 _ACEOF
49142
49143 USES_CONTROLS=1
49144
49145 if test "$wxUSE_UNIVERSAL" = "yes"; then
49146 wxUSE_TOOLBAR_NATIVE="no"
49147 else
49148 wxUSE_TOOLBAR_NATIVE="yes"
49149 cat >>confdefs.h <<\_ACEOF
49150 #define wxUSE_TOOLBAR_NATIVE 1
49151 _ACEOF
49152
49153 fi
49154
49155 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
49156 fi
49157
49158 if test "$wxUSE_TOOLTIPS" = "yes"; then
49159 if test "$wxUSE_MOTIF" = 1; then
49160 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
49161 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
49162 else
49163 if test "$wxUSE_UNIVERSAL" = "yes"; then
49164 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
49165 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
49166 else
49167 cat >>confdefs.h <<\_ACEOF
49168 #define wxUSE_TOOLTIPS 1
49169 _ACEOF
49170
49171 fi
49172 fi
49173 fi
49174
49175 if test "$wxUSE_TREEBOOK" = "yes"; then
49176 cat >>confdefs.h <<\_ACEOF
49177 #define wxUSE_TREEBOOK 1
49178 _ACEOF
49179
49180 USES_CONTROLS=1
49181 fi
49182
49183 if test "$wxUSE_TOOLBOOK" = "yes"; then
49184 cat >>confdefs.h <<\_ACEOF
49185 #define wxUSE_TOOLBOOK 1
49186 _ACEOF
49187
49188 USES_CONTROLS=1
49189 fi
49190
49191 if test "$wxUSE_TREECTRL" = "yes"; then
49192 if test "$wxUSE_IMAGLIST" = "yes"; then
49193 cat >>confdefs.h <<\_ACEOF
49194 #define wxUSE_TREECTRL 1
49195 _ACEOF
49196
49197 USES_CONTROLS=1
49198 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
49199 else
49200 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
49201 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
49202 fi
49203 fi
49204
49205 if test "$wxUSE_POPUPWIN" = "yes"; then
49206 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
49207 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
49208 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
49209 else
49210 if test "$wxUSE_PM" = 1; then
49211 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
49212 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
49213 else
49214 cat >>confdefs.h <<\_ACEOF
49215 #define wxUSE_POPUPWIN 1
49216 _ACEOF
49217
49218 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
49219
49220 USES_CONTROLS=1
49221 fi
49222 fi
49223 fi
49224
49225 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
49226 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 -o "$wxUSE_MGL" = 1; then
49227 { echo "$as_me:$LINENO: WARNING: Dialup manager not supported on this platform... disabled" >&5
49228 echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
49229 else
49230 cat >>confdefs.h <<\_ACEOF
49231 #define wxUSE_DIALUP_MANAGER 1
49232 _ACEOF
49233
49234 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
49235 fi
49236 fi
49237
49238 if test "$wxUSE_TIPWINDOW" = "yes"; then
49239 if test "$wxUSE_PM" = 1; then
49240 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
49241 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
49242 else
49243 cat >>confdefs.h <<\_ACEOF
49244 #define wxUSE_TIPWINDOW 1
49245 _ACEOF
49246
49247 fi
49248 fi
49249
49250 if test "$USES_CONTROLS" = 1; then
49251 cat >>confdefs.h <<\_ACEOF
49252 #define wxUSE_CONTROLS 1
49253 _ACEOF
49254
49255 fi
49256
49257
49258 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
49259 cat >>confdefs.h <<\_ACEOF
49260 #define wxUSE_ACCESSIBILITY 1
49261 _ACEOF
49262
49263 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
49264 fi
49265
49266 if test "$wxUSE_DRAGIMAGE" = "yes"; then
49267 cat >>confdefs.h <<\_ACEOF
49268 #define wxUSE_DRAGIMAGE 1
49269 _ACEOF
49270
49271 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
49272 fi
49273
49274 if test "$wxUSE_EXCEPTIONS" = "yes"; then
49275 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
49276 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
49277 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
49278 else
49279 cat >>confdefs.h <<\_ACEOF
49280 #define wxUSE_EXCEPTIONS 1
49281 _ACEOF
49282
49283 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
49284 fi
49285 fi
49286
49287 USE_HTML=0
49288 if test "$wxUSE_HTML" = "yes"; then
49289 cat >>confdefs.h <<\_ACEOF
49290 #define wxUSE_HTML 1
49291 _ACEOF
49292
49293 USE_HTML=1
49294 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
49295 if test "$wxUSE_MAC" = 1; then
49296 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
49297 fi
49298 fi
49299 if test "$wxUSE_WEBKIT" = "yes"; then
49300 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
49301 old_CPPFLAGS="$CPPFLAGS"
49302 CPPFLAGS="-x objective-c++ $CPPFLAGS"
49303 { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
49304 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
49305 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
49306 echo $ECHO_N "(cached) $ECHO_C" >&6
49307 else
49308 cat >conftest.$ac_ext <<_ACEOF
49309 /* confdefs.h. */
49310 _ACEOF
49311 cat confdefs.h >>conftest.$ac_ext
49312 cat >>conftest.$ac_ext <<_ACEOF
49313 /* end confdefs.h. */
49314
49315 #include <Carbon/Carbon.h>
49316 #include <WebKit/WebKit.h>
49317
49318
49319 #include <WebKit/HIWebView.h>
49320 _ACEOF
49321 rm -f conftest.$ac_objext
49322 if { (ac_try="$ac_compile"
49323 case "(($ac_try" in
49324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49325 *) ac_try_echo=$ac_try;;
49326 esac
49327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49328 (eval "$ac_compile") 2>conftest.er1
49329 ac_status=$?
49330 grep -v '^ *+' conftest.er1 >conftest.err
49331 rm -f conftest.er1
49332 cat conftest.err >&5
49333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49334 (exit $ac_status); } && {
49335 test -z "$ac_c_werror_flag" ||
49336 test ! -s conftest.err
49337 } && test -s conftest.$ac_objext; then
49338 ac_cv_header_WebKit_HIWebView_h=yes
49339 else
49340 echo "$as_me: failed program was:" >&5
49341 sed 's/^/| /' conftest.$ac_ext >&5
49342
49343 ac_cv_header_WebKit_HIWebView_h=no
49344 fi
49345
49346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49347 fi
49348 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
49349 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
49350 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
49351
49352 cat >>confdefs.h <<\_ACEOF
49353 #define wxUSE_WEBKIT 1
49354 _ACEOF
49355
49356 WEBKIT_LINK="-framework WebKit"
49357
49358 else
49359
49360 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
49361 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
49362 wxUSE_WEBKIT=no
49363
49364 fi
49365
49366
49367 CPPFLAGS="$old_CPPFLAGS"
49368 elif test "$wxUSE_COCOA" = 1; then
49369 cat >>confdefs.h <<\_ACEOF
49370 #define wxUSE_WEBKIT 1
49371 _ACEOF
49372
49373 else
49374 wxUSE_WEBKIT=no
49375 fi
49376 fi
49377
49378 USE_XRC=0
49379 if test "$wxUSE_XRC" = "yes"; then
49380 if test "$wxUSE_XML" != "yes"; then
49381 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
49382 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
49383 wxUSE_XRC=no
49384 else
49385 cat >>confdefs.h <<\_ACEOF
49386 #define wxUSE_XRC 1
49387 _ACEOF
49388
49389 USE_XRC=1
49390 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
49391 fi
49392 fi
49393
49394 USE_AUI=0
49395 if test "$wxUSE_AUI" = "yes"; then
49396 cat >>confdefs.h <<\_ACEOF
49397 #define wxUSE_AUI 1
49398 _ACEOF
49399
49400 USE_AUI=1
49401 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
49402 fi
49403
49404 USE_STC=0
49405 if test "$wxUSE_STC" = "yes"; then
49406 cat >>confdefs.h <<\_ACEOF
49407 #define wxUSE_STC 1
49408 _ACEOF
49409
49410 USE_STC=1
49411 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS stc"
49412 fi
49413
49414 if test "$wxUSE_MENUS" = "yes"; then
49415 cat >>confdefs.h <<\_ACEOF
49416 #define wxUSE_MENUS 1
49417 _ACEOF
49418
49419 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
49420 fi
49421
49422 if test "$wxUSE_METAFILE" = "yes"; then
49423 cat >>confdefs.h <<\_ACEOF
49424 #define wxUSE_METAFILE 1
49425 _ACEOF
49426
49427 fi
49428
49429 if test "$wxUSE_MIMETYPE" = "yes"; then
49430 cat >>confdefs.h <<\_ACEOF
49431 #define wxUSE_MIMETYPE 1
49432 _ACEOF
49433
49434 fi
49435
49436 if test "$wxUSE_MINIFRAME" = "yes"; then
49437 cat >>confdefs.h <<\_ACEOF
49438 #define wxUSE_MINIFRAME 1
49439 _ACEOF
49440
49441 fi
49442
49443 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
49444 cat >>confdefs.h <<\_ACEOF
49445 #define wxUSE_SYSTEM_OPTIONS 1
49446 _ACEOF
49447
49448 fi
49449
49450 if test "$wxUSE_TASKBARICON" = "yes"; then
49451 cat >>confdefs.h <<\_ACEOF
49452 #define wxUSE_TASKBARICON 1
49453 _ACEOF
49454
49455 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
49456 fi
49457
49458
49459 if test "$wxUSE_VALIDATORS" = "yes"; then
49460 cat >>confdefs.h <<\_ACEOF
49461 #define wxUSE_VALIDATORS 1
49462 _ACEOF
49463
49464 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
49465 fi
49466
49467 if test "$wxUSE_PALETTE" = "yes" ; then
49468 if test "$wxUSE_DFB" = 1; then
49469 { echo "$as_me:$LINENO: WARNING: wxPalette not yet supported under DFB... disabled" >&5
49470 echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
49471 wxUSE_PALETTE=no
49472 else
49473 cat >>confdefs.h <<\_ACEOF
49474 #define wxUSE_PALETTE 1
49475 _ACEOF
49476
49477 fi
49478 fi
49479
49480 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
49481 LIBS=" -lunicows $LIBS"
49482 fi
49483
49484 USE_RICHTEXT=0
49485 if test "$wxUSE_RICHTEXT" = "yes"; then
49486 cat >>confdefs.h <<\_ACEOF
49487 #define wxUSE_RICHTEXT 1
49488 _ACEOF
49489
49490 USE_RICHTEXT=1
49491 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
49492 fi
49493
49494
49495 if test "$wxUSE_IMAGE" = "yes" ; then
49496 cat >>confdefs.h <<\_ACEOF
49497 #define wxUSE_IMAGE 1
49498 _ACEOF
49499
49500
49501 if test "$wxUSE_GIF" = "yes" ; then
49502 cat >>confdefs.h <<\_ACEOF
49503 #define wxUSE_GIF 1
49504 _ACEOF
49505
49506 fi
49507
49508 if test "$wxUSE_PCX" = "yes" ; then
49509 cat >>confdefs.h <<\_ACEOF
49510 #define wxUSE_PCX 1
49511 _ACEOF
49512
49513 fi
49514
49515 if test "$wxUSE_TGA" = "yes" ; then
49516 cat >>confdefs.h <<\_ACEOF
49517 #define wxUSE_TGA 1
49518 _ACEOF
49519
49520 fi
49521
49522 if test "$wxUSE_IFF" = "yes" ; then
49523 cat >>confdefs.h <<\_ACEOF
49524 #define wxUSE_IFF 1
49525 _ACEOF
49526
49527 fi
49528
49529 if test "$wxUSE_PNM" = "yes" ; then
49530 cat >>confdefs.h <<\_ACEOF
49531 #define wxUSE_PNM 1
49532 _ACEOF
49533
49534 fi
49535
49536 if test "$wxUSE_XPM" = "yes" ; then
49537 cat >>confdefs.h <<\_ACEOF
49538 #define wxUSE_XPM 1
49539 _ACEOF
49540
49541 fi
49542
49543 if test "$wxUSE_ICO_CUR" = "yes" ; then
49544 cat >>confdefs.h <<\_ACEOF
49545 #define wxUSE_ICO_CUR 1
49546 _ACEOF
49547
49548 fi
49549 fi
49550
49551
49552 if test "$wxUSE_ABOUTDLG" = "yes"; then
49553 cat >>confdefs.h <<\_ACEOF
49554 #define wxUSE_ABOUTDLG 1
49555 _ACEOF
49556
49557 fi
49558
49559 if test "$wxUSE_CHOICEDLG" = "yes"; then
49560 cat >>confdefs.h <<\_ACEOF
49561 #define wxUSE_CHOICEDLG 1
49562 _ACEOF
49563
49564 fi
49565
49566 if test "$wxUSE_COLOURDLG" = "yes"; then
49567 cat >>confdefs.h <<\_ACEOF
49568 #define wxUSE_COLOURDLG 1
49569 _ACEOF
49570
49571 fi
49572
49573 if test "$wxUSE_FILEDLG" = "yes"; then
49574 cat >>confdefs.h <<\_ACEOF
49575 #define wxUSE_FILEDLG 1
49576 _ACEOF
49577
49578 fi
49579
49580 if test "$wxUSE_FINDREPLDLG" = "yes"; then
49581 cat >>confdefs.h <<\_ACEOF
49582 #define wxUSE_FINDREPLDLG 1
49583 _ACEOF
49584
49585 fi
49586
49587 if test "$wxUSE_FONTDLG" = "yes"; then
49588 cat >>confdefs.h <<\_ACEOF
49589 #define wxUSE_FONTDLG 1
49590 _ACEOF
49591
49592 fi
49593
49594 if test "$wxUSE_DIRDLG" = "yes"; then
49595 if test "$wxUSE_TREECTRL" != "yes"; then
49596 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
49597 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
49598 else
49599 cat >>confdefs.h <<\_ACEOF
49600 #define wxUSE_DIRDLG 1
49601 _ACEOF
49602
49603 fi
49604 fi
49605
49606 if test "$wxUSE_MSGDLG" = "yes"; then
49607 cat >>confdefs.h <<\_ACEOF
49608 #define wxUSE_MSGDLG 1
49609 _ACEOF
49610
49611 fi
49612
49613 if test "$wxUSE_NUMBERDLG" = "yes"; then
49614 cat >>confdefs.h <<\_ACEOF
49615 #define wxUSE_NUMBERDLG 1
49616 _ACEOF
49617
49618 fi
49619
49620 if test "$wxUSE_PROGRESSDLG" = "yes"; then
49621 if test "$wxUSE_CONSTRAINTS" != "yes"; then
49622 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
49623 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
49624 else
49625 cat >>confdefs.h <<\_ACEOF
49626 #define wxUSE_PROGRESSDLG 1
49627 _ACEOF
49628
49629 fi
49630 fi
49631
49632 if test "$wxUSE_SPLASH" = "yes"; then
49633 cat >>confdefs.h <<\_ACEOF
49634 #define wxUSE_SPLASH 1
49635 _ACEOF
49636
49637 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
49638 fi
49639
49640 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
49641 if test "$wxUSE_CONSTRAINTS" != "yes"; then
49642 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
49643 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
49644 else
49645 cat >>confdefs.h <<\_ACEOF
49646 #define wxUSE_STARTUP_TIPS 1
49647 _ACEOF
49648
49649 fi
49650 fi
49651
49652 if test "$wxUSE_TEXTDLG" = "yes"; then
49653 cat >>confdefs.h <<\_ACEOF
49654 #define wxUSE_TEXTDLG 1
49655 _ACEOF
49656
49657 fi
49658
49659 if test "$wxUSE_WIZARDDLG" = "yes"; then
49660 cat >>confdefs.h <<\_ACEOF
49661 #define wxUSE_WIZARDDLG 1
49662 _ACEOF
49663
49664 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
49665 fi
49666
49667
49668 if test "$wxUSE_MSW" = 1 ; then
49669
49670 if test "$wxUSE_DC_CACHEING" = "yes"; then
49671 cat >>confdefs.h <<\_ACEOF
49672 #define wxUSE_DC_CACHEING 1
49673 _ACEOF
49674
49675 fi
49676
49677 if test "$wxUSE_INICONF" = "yes"; then
49678 cat >>confdefs.h <<\_ACEOF
49679 #define wxUSE_INICONF 1
49680 _ACEOF
49681
49682 fi
49683
49684 if test "$wxUSE_DIB" = "yes"; then
49685 cat >>confdefs.h <<\_ACEOF
49686 #define wxUSE_WXDIB 1
49687 _ACEOF
49688
49689 fi
49690
49691 if test "$wxUSE_OWNER_DRAWN" = "yes"; then
49692 cat >>confdefs.h <<\_ACEOF
49693 #define wxUSE_OWNER_DRAWN 1
49694 _ACEOF
49695
49696 fi
49697
49698 if test "$wxUSE_REGKEY" = "yes"; then
49699 cat >>confdefs.h <<\_ACEOF
49700 #define wxUSE_REGKEY 1
49701 _ACEOF
49702
49703 fi
49704
49705 if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
49706 cat >>confdefs.h <<\_ACEOF
49707 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
49708 _ACEOF
49709
49710 fi
49711
49712 if test "$wxUSE_UXTHEME" = "yes"; then
49713 cat >>confdefs.h <<\_ACEOF
49714 #define wxUSE_UXTHEME 1
49715 _ACEOF
49716
49717 fi
49718
49719 fi
49720
49721
49722 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
49723 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
49724 cat >>confdefs.h <<\_ACEOF
49725 #define wxUSE_GRAPHICS_CONTEXT 1
49726 _ACEOF
49727
49728 elif test "$wxUSE_GTK" != 1; then
49729 cat >>confdefs.h <<\_ACEOF
49730 #define wxUSE_GRAPHICS_CONTEXT 1
49731 _ACEOF
49732
49733 else
49734
49735 pkg_failed=no
49736 { echo "$as_me:$LINENO: checking for CAIRO" >&5
49737 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6; }
49738
49739 if test -n "$PKG_CONFIG"; then
49740 if test -n "$CAIRO_CFLAGS"; then
49741 pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
49742 else
49743 if test -n "$PKG_CONFIG" && \
49744 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
49745 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
49746 ac_status=$?
49747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49748 (exit $ac_status); }; then
49749 pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
49750 else
49751 pkg_failed=yes
49752 fi
49753 fi
49754 else
49755 pkg_failed=untried
49756 fi
49757 if test -n "$PKG_CONFIG"; then
49758 if test -n "$CAIRO_LIBS"; then
49759 pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
49760 else
49761 if test -n "$PKG_CONFIG" && \
49762 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
49763 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
49764 ac_status=$?
49765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49766 (exit $ac_status); }; then
49767 pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
49768 else
49769 pkg_failed=yes
49770 fi
49771 fi
49772 else
49773 pkg_failed=untried
49774 fi
49775
49776
49777
49778 if test $pkg_failed = yes; then
49779
49780 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
49781 _pkg_short_errors_supported=yes
49782 else
49783 _pkg_short_errors_supported=no
49784 fi
49785 if test $_pkg_short_errors_supported = yes; then
49786 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
49787 else
49788 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
49789 fi
49790 # Put the nasty error message in config.log where it belongs
49791 echo "$CAIRO_PKG_ERRORS" >&5
49792
49793 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
49794 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
49795
49796 elif test $pkg_failed = untried; then
49797 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
49798 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
49799
49800 else
49801 CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
49802 CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
49803 { echo "$as_me:$LINENO: result: yes" >&5
49804 echo "${ECHO_T}yes" >&6; }
49805 cat >>confdefs.h <<\_ACEOF
49806 #define wxUSE_GRAPHICS_CONTEXT 1
49807 _ACEOF
49808
49809 fi
49810 fi
49811 fi
49812
49813
49814 USE_MEDIA=0
49815
49816 if test "$wxUSE_MEDIACTRL" = "yes"; then
49817 USE_MEDIA=1
49818
49819 if test "$wxUSE_GTK" = 1; then
49820 wxUSE_GSTREAMER="no"
49821
49822 GST_VERSION_MAJOR=0
49823 GST_VERSION_MINOR=10
49824 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
49825
49826 if test "$wxUSE_GSTREAMER8" = "no"; then
49827
49828 pkg_failed=no
49829 { echo "$as_me:$LINENO: checking for GST" >&5
49830 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
49831
49832 if test -n "$PKG_CONFIG"; then
49833 if test -n "$GST_CFLAGS"; then
49834 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
49835 else
49836 if test -n "$PKG_CONFIG" && \
49837 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
49838 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
49839 ac_status=$?
49840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49841 (exit $ac_status); }; then
49842 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
49843 else
49844 pkg_failed=yes
49845 fi
49846 fi
49847 else
49848 pkg_failed=untried
49849 fi
49850 if test -n "$PKG_CONFIG"; then
49851 if test -n "$GST_LIBS"; then
49852 pkg_cv_GST_LIBS="$GST_LIBS"
49853 else
49854 if test -n "$PKG_CONFIG" && \
49855 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
49856 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
49857 ac_status=$?
49858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49859 (exit $ac_status); }; then
49860 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
49861 else
49862 pkg_failed=yes
49863 fi
49864 fi
49865 else
49866 pkg_failed=untried
49867 fi
49868
49869
49870
49871 if test $pkg_failed = yes; then
49872
49873 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
49874 _pkg_short_errors_supported=yes
49875 else
49876 _pkg_short_errors_supported=no
49877 fi
49878 if test $_pkg_short_errors_supported = yes; then
49879 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
49880 else
49881 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
49882 fi
49883 # Put the nasty error message in config.log where it belongs
49884 echo "$GST_PKG_ERRORS" >&5
49885
49886
49887 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
49888 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
49889 GST_VERSION_MINOR=8
49890
49891
49892 elif test $pkg_failed = untried; then
49893
49894 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
49895 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
49896 GST_VERSION_MINOR=8
49897
49898
49899 else
49900 GST_CFLAGS=$pkg_cv_GST_CFLAGS
49901 GST_LIBS=$pkg_cv_GST_LIBS
49902 { echo "$as_me:$LINENO: result: yes" >&5
49903 echo "${ECHO_T}yes" >&6; }
49904
49905 wxUSE_GSTREAMER="yes"
49906 GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_VERSION"
49907
49908 fi
49909 else
49910 GST_VERSION_MINOR=8
49911 fi
49912
49913 if test $GST_VERSION_MINOR = "8"; then
49914 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
49915
49916 pkg_failed=no
49917 { echo "$as_me:$LINENO: checking for GST" >&5
49918 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
49919
49920 if test -n "$PKG_CONFIG"; then
49921 if test -n "$GST_CFLAGS"; then
49922 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
49923 else
49924 if test -n "$PKG_CONFIG" && \
49925 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
49926 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
49927 ac_status=$?
49928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49929 (exit $ac_status); }; then
49930 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
49931 else
49932 pkg_failed=yes
49933 fi
49934 fi
49935 else
49936 pkg_failed=untried
49937 fi
49938 if test -n "$PKG_CONFIG"; then
49939 if test -n "$GST_LIBS"; then
49940 pkg_cv_GST_LIBS="$GST_LIBS"
49941 else
49942 if test -n "$PKG_CONFIG" && \
49943 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
49944 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
49945 ac_status=$?
49946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49947 (exit $ac_status); }; then
49948 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
49949 else
49950 pkg_failed=yes
49951 fi
49952 fi
49953 else
49954 pkg_failed=untried
49955 fi
49956
49957
49958
49959 if test $pkg_failed = yes; then
49960
49961 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
49962 _pkg_short_errors_supported=yes
49963 else
49964 _pkg_short_errors_supported=no
49965 fi
49966 if test $_pkg_short_errors_supported = yes; then
49967 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
49968 else
49969 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
49970 fi
49971 # Put the nasty error message in config.log where it belongs
49972 echo "$GST_PKG_ERRORS" >&5
49973
49974
49975 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
49976 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
49977
49978 elif test $pkg_failed = untried; then
49979
49980 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
49981 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
49982
49983 else
49984 GST_CFLAGS=$pkg_cv_GST_CFLAGS
49985 GST_LIBS=$pkg_cv_GST_LIBS
49986 { echo "$as_me:$LINENO: result: yes" >&5
49987 echo "${ECHO_T}yes" >&6; }
49988 wxUSE_GSTREAMER="yes"
49989 fi
49990 fi
49991
49992
49993 if test "$wxUSE_GSTREAMER" = "yes"; then
49994 CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
49995 LIBS="$GST_LIBS $LIBS"
49996
49997 cat >>confdefs.h <<\_ACEOF
49998 #define wxUSE_GSTREAMER 1
49999 _ACEOF
50000
50001 else
50002 USE_MEDIA=0
50003 fi
50004 fi
50005
50006 if test $USE_MEDIA = 1; then
50007 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
50008 cat >>confdefs.h <<\_ACEOF
50009 #define wxUSE_MEDIACTRL 1
50010 _ACEOF
50011
50012 fi
50013 fi
50014
50015
50016 if test "$cross_compiling" = "yes"; then
50017 OSINFO="\"$host\""
50018 else
50019 OSINFO=`uname -s -r -m`
50020 OSINFO="\"$OSINFO\""
50021 fi
50022
50023 cat >>confdefs.h <<_ACEOF
50024 #define WXWIN_OS_DESCRIPTION $OSINFO
50025 _ACEOF
50026
50027
50028
50029 if test "x$prefix" != "xNONE"; then
50030 wxPREFIX=$prefix
50031 else
50032 wxPREFIX=$ac_default_prefix
50033 fi
50034
50035 cat >>confdefs.h <<_ACEOF
50036 #define wxINSTALL_PREFIX "$wxPREFIX"
50037 _ACEOF
50038
50039
50040
50041
50042 STD_BASE_LIBS="base"
50043 STD_GUI_LIBS=""
50044 BUILT_WX_LIBS="base"
50045 ALL_WX_LIBS="xrc stc gl media dbgrid qa html adv core odbc xml net base"
50046
50047 if test "$wxUSE_SOCKETS" = "yes" ; then
50048 STD_BASE_LIBS="net $STD_BASE_LIBS"
50049 BUILT_WX_LIBS="net $BUILT_WX_LIBS"
50050 fi
50051 if test "$wxUSE_ODBC" != "no" ; then
50052 BUILT_WX_LIBS="odbc $BUILT_WX_LIBS"
50053 fi
50054 if test "$wxUSE_XML" = "yes" ; then
50055 STD_BASE_LIBS="xml $STD_BASE_LIBS"
50056 BUILT_WX_LIBS="xml $BUILT_WX_LIBS"
50057 fi
50058
50059 if test "$wxUSE_GUI" = "yes"; then
50060 STD_GUI_LIBS="adv core"
50061 BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
50062
50063 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
50064 STD_GUI_LIBS="qa $STD_GUI_LIBS"
50065 BUILT_WX_LIBS="qa $BUILT_WX_LIBS"
50066 fi
50067 if test "$wxUSE_ODBC" != "no" ; then
50068 BUILT_WX_LIBS="dbgrid $BUILT_WX_LIBS"
50069 fi
50070 if test "$wxUSE_HTML" = "yes" ; then
50071 STD_GUI_LIBS="html $STD_GUI_LIBS"
50072 BUILT_WX_LIBS="html $BUILT_WX_LIBS"
50073 fi
50074 if test "$wxUSE_MEDIACTRL" = "yes" ; then
50075 BUILT_WX_LIBS="media $BUILT_WX_LIBS"
50076 fi
50077 if test "$wxUSE_OPENGL" = "yes" ; then
50078 BUILT_WX_LIBS="gl $BUILT_WX_LIBS"
50079 fi
50080 if test "$wxUSE_AUI" = "yes" ; then
50081 BUILT_WX_LIBS="aui $BUILT_WX_LIBS"
50082 fi
50083 if test "$wxUSE_STC" = "yes" ; then
50084 BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
50085 fi
50086 if test "$wxUSE_XRC" = "yes" ; then
50087 STD_GUI_LIBS="xrc $STD_GUI_LIBS"
50088 BUILT_WX_LIBS="xrc $BUILT_WX_LIBS"
50089 fi
50090 fi
50091
50092
50093
50094
50095
50096
50097
50098
50099 if test "$wxUSE_MAC" = 1 ; then
50100 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
50101 if test "$USE_DARWIN" = 1; then
50102 LDFLAGS="$LDFLAGS -framework QuickTime"
50103 else
50104 LDFLAGS="$LDFLAGS -lQuickTimeLib"
50105 fi
50106 fi
50107 if test "$USE_DARWIN" = 1; then
50108 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
50109 else
50110 LDFLAGS="$LDFLAGS -lCarbonLib"
50111 fi
50112 fi
50113 if test "$wxUSE_COCOA" = 1 ; then
50114 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
50115 if test "$wxUSE_MEDIACTRL" = "yes"; then
50116 LDFLAGS="$LDFLAGS -framework QuickTime"
50117 fi
50118 fi
50119 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
50120 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
50121 fi
50122
50123 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
50124
50125 if test "$wxUSE_GUI" = "yes"; then
50126
50127
50128 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
50129 erase event exec font image minimal mobile \
50130 mobile/wxedit mobile/styles render \
50131 shaped svg taborder vscroll widgets"
50132
50133 if test "$wxUSE_MONOLITHIC" != "yes"; then
50134 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
50135 fi
50136 if test "$TOOLKIT" = "MSW"; then
50137 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
50138 if test "$wxUSE_UNIVERSAL" != "yes"; then
50139 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
50140 fi
50141 fi
50142 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
50143 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
50144 fi
50145 else
50146 SAMPLES_SUBDIRS="console"
50147 fi
50148
50149
50150 if test "x$INTELCC" = "xyes" ; then
50151 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684"
50152 elif test "$GCC" = yes ; then
50153 CWARNINGS="-Wall -Wundef"
50154 fi
50155
50156 if test "x$INTELCXX" = "xyes" ; then
50157 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419"
50158 elif test "$GXX" = yes ; then
50159 CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy"
50160 fi
50161
50162
50163 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
50164 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
50165
50166
50167 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
50168 -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
50169 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
50170 $CPPFLAGS `
50171
50172 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
50173 CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
50174 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
50175
50176 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
50177
50178
50179 if test "x$MWCC" = "xyes"; then
50180
50181 CC="$CC -cwd source -I-"
50182 CXX="$CXX -cwd source -I-"
50183 fi
50184
50185
50186 LIBS=`echo $LIBS`
50187 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
50188 EXTRALIBS_XML="$EXPAT_LINK"
50189 EXTRALIBS_HTML="$MSPACK_LINK"
50190 EXTRALIBS_ODBC="$ODBC_LINK"
50191 EXTRALIBS_STC="-lwxscintilla${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
50192 if test "$wxUSE_GUI" = "yes"; then
50193 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
50194 fi
50195 if test "$wxUSE_OPENGL" = "yes"; then
50196 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
50197 fi
50198
50199 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
50200
50201 WXCONFIG_LIBS="$LIBS"
50202
50203 if test "$wxUSE_REGEX" = "builtin" ; then
50204 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
50205 fi
50206 if test "$wxUSE_EXPAT" = "builtin" ; then
50207 wxconfig_3rdparty="expat $wxconfig_3rdparty"
50208 fi
50209 if test "$wxUSE_ODBC" = "builtin" ; then
50210 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
50211 fi
50212 if test "$wxUSE_LIBTIFF" = "builtin" ; then
50213 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
50214 fi
50215 if test "$wxUSE_LIBJPEG" = "builtin" ; then
50216 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
50217 fi
50218 if test "$wxUSE_LIBPNG" = "builtin" ; then
50219 wxconfig_3rdparty="png $wxconfig_3rdparty"
50220 fi
50221 if test "$wxUSE_ZLIB" = "builtin" ; then
50222 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
50223 fi
50224
50225 for i in $wxconfig_3rdparty ; do
50226 WXCONFIG_LIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
50227 done
50228
50229
50230 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
50231 WXUNIV=1
50232
50233 case "$wxUNIV_THEMES" in
50234 ''|all)
50235 cat >>confdefs.h <<\_ACEOF
50236 #define wxUSE_ALL_THEMES 1
50237 _ACEOF
50238
50239 ;;
50240
50241 *)
50242 for t in `echo $wxUNIV_THEMES | tr , ' ' | tr a-z A-Z`; do
50243 cat >>confdefs.h <<_ACEOF
50244 #define wxUSE_THEME_$t 1
50245 _ACEOF
50246
50247 done
50248 esac
50249 else
50250 WXUNIV=0
50251 fi
50252
50253
50254
50255
50256
50257
50258
50259
50260
50261 if test $wxUSE_MONOLITHIC = "yes" ; then
50262 MONOLITHIC=1
50263 else
50264 MONOLITHIC=0
50265 fi
50266
50267 if test $wxUSE_PLUGINS = "yes" ; then
50268 USE_PLUGINS=1
50269 else
50270 USE_PLUGINS=0
50271 fi
50272
50273 if test $wxUSE_ODBC != "no" ; then
50274 USE_ODBC=1
50275 else
50276 USE_ODBC=0
50277 fi
50278
50279 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
50280 USE_QA=1
50281 else
50282 USE_QA=0
50283 fi
50284
50285 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
50286 OFFICIAL_BUILD=1
50287 else
50288 OFFICIAL_BUILD=0
50289 fi
50290
50291
50292
50293
50294
50295
50296
50297
50298
50299
50300
50301
50302
50303
50304
50305
50306
50307
50308
50309
50310
50311
50312
50313
50314
50315
50316 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
50317
50318
50319
50320
50321
50322
50323
50324
50325 case "$TOOLKIT" in
50326 GTK)
50327 TOOLKIT_DESC="GTK+"
50328 if test "$WXGTK20" = 1; then
50329 TOOLKIT_DESC="$TOOLKIT_DESC 2"
50330 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
50331 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
50332 fi
50333 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
50334 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
50335 fi
50336 if test "$wxUSE_LIBHILDON" = "yes"; then
50337 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
50338 fi
50339
50340 if test "$TOOLKIT_EXTRA" != ""; then
50341 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
50342 fi
50343 fi
50344 ;;
50345
50346 ?*)
50347 TOOLKIT_DESC=$TOOLKIT_LOWERCASE
50348 ;;
50349
50350 *)
50351 TOOLKIT_DESC="base only"
50352 ;;
50353 esac
50354
50355 if test "$wxUSE_WINE" = "yes"; then
50356 BAKEFILE_FORCE_PLATFORM=win32
50357 fi
50358
50359 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
50360 then
50361 { echo "$as_me:$LINENO: checking for gcc precompiled header bug" >&5
50362 echo $ECHO_N "checking for gcc precompiled header bug... $ECHO_C" >&6; }
50363 if test "${wx_cv_gcc_pch_bug+set}" = set; then
50364 echo $ECHO_N "(cached) $ECHO_C" >&6
50365 else
50366
50367 echo '#include <stdio.h>
50368 const wchar_t test_var[] = L"awidetest";' > conftest.h
50369
50370 echo '#include "conftest.h"
50371 int main()
50372 {
50373 printf("%ls", test_var);
50374 return 0;
50375 }' > conftest.cpp
50376
50377 wx_cv_gcc_pch_bug="pch not supported"
50378
50379 if $CXX conftest.h >/dev/null 2>&1
50380 then
50381 wx_cv_gcc_pch_bug=
50382
50383 if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
50384 then
50385 if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
50386 grep awidetest >/dev/null
50387 then
50388 wx_cv_gcc_pch_bug=no
50389 else
50390 wx_cv_gcc_pch_bug=yes
50391 fi
50392 fi
50393 fi
50394
50395 rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT
50396
50397 fi
50398 { echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5
50399 echo "${ECHO_T}$wx_cv_gcc_pch_bug" >&6; }
50400
50401 if test "$wx_cv_gcc_pch_bug" = yes; then
50402 bk_use_pch=no
50403 fi
50404 fi
50405
50406
50407
50408
50409 if test "x$BAKEFILE_HOST" = "x"; then
50410 if test "x${host}" = "x" ; then
50411 { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
50412 echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
50413 { (exit 1); exit 1; }; }
50414 fi
50415
50416 BAKEFILE_HOST="${host}"
50417 fi
50418
50419 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
50420
50421 if test -n "$ac_tool_prefix"; then
50422 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
50423 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
50424 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50425 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50426 if test "${ac_cv_prog_RANLIB+set}" = set; then
50427 echo $ECHO_N "(cached) $ECHO_C" >&6
50428 else
50429 if test -n "$RANLIB"; then
50430 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
50431 else
50432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50433 for as_dir in $PATH
50434 do
50435 IFS=$as_save_IFS
50436 test -z "$as_dir" && as_dir=.
50437 for ac_exec_ext in '' $ac_executable_extensions; do
50438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50439 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
50440 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50441 break 2
50442 fi
50443 done
50444 done
50445 IFS=$as_save_IFS
50446
50447 fi
50448 fi
50449 RANLIB=$ac_cv_prog_RANLIB
50450 if test -n "$RANLIB"; then
50451 { echo "$as_me:$LINENO: result: $RANLIB" >&5
50452 echo "${ECHO_T}$RANLIB" >&6; }
50453 else
50454 { echo "$as_me:$LINENO: result: no" >&5
50455 echo "${ECHO_T}no" >&6; }
50456 fi
50457
50458
50459 fi
50460 if test -z "$ac_cv_prog_RANLIB"; then
50461 ac_ct_RANLIB=$RANLIB
50462 # Extract the first word of "ranlib", so it can be a program name with args.
50463 set dummy ranlib; ac_word=$2
50464 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50465 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50466 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
50467 echo $ECHO_N "(cached) $ECHO_C" >&6
50468 else
50469 if test -n "$ac_ct_RANLIB"; then
50470 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
50471 else
50472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50473 for as_dir in $PATH
50474 do
50475 IFS=$as_save_IFS
50476 test -z "$as_dir" && as_dir=.
50477 for ac_exec_ext in '' $ac_executable_extensions; do
50478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50479 ac_cv_prog_ac_ct_RANLIB="ranlib"
50480 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50481 break 2
50482 fi
50483 done
50484 done
50485 IFS=$as_save_IFS
50486
50487 fi
50488 fi
50489 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
50490 if test -n "$ac_ct_RANLIB"; then
50491 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
50492 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
50493 else
50494 { echo "$as_me:$LINENO: result: no" >&5
50495 echo "${ECHO_T}no" >&6; }
50496 fi
50497
50498 if test "x$ac_ct_RANLIB" = x; then
50499 RANLIB=":"
50500 else
50501 case $cross_compiling:$ac_tool_warned in
50502 yes:)
50503 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50504 whose name does not start with the host triplet. If you think this
50505 configuration is useful to you, please write to autoconf@gnu.org." >&5
50506 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50507 whose name does not start with the host triplet. If you think this
50508 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50509 ac_tool_warned=yes ;;
50510 esac
50511 RANLIB=$ac_ct_RANLIB
50512 fi
50513 else
50514 RANLIB="$ac_cv_prog_RANLIB"
50515 fi
50516
50517 # Find a good install program. We prefer a C program (faster),
50518 # so one script is as good as another. But avoid the broken or
50519 # incompatible versions:
50520 # SysV /etc/install, /usr/sbin/install
50521 # SunOS /usr/etc/install
50522 # IRIX /sbin/install
50523 # AIX /bin/install
50524 # AmigaOS /C/install, which installs bootblocks on floppy discs
50525 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
50526 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
50527 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
50528 # OS/2's system install, which has a completely different semantic
50529 # ./install, which can be erroneously created by make from ./install.sh.
50530 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
50531 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
50532 if test -z "$INSTALL"; then
50533 if test "${ac_cv_path_install+set}" = set; then
50534 echo $ECHO_N "(cached) $ECHO_C" >&6
50535 else
50536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50537 for as_dir in $PATH
50538 do
50539 IFS=$as_save_IFS
50540 test -z "$as_dir" && as_dir=.
50541 # Account for people who put trailing slashes in PATH elements.
50542 case $as_dir/ in
50543 ./ | .// | /cC/* | \
50544 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
50545 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
50546 /usr/ucb/* ) ;;
50547 *)
50548 # OSF1 and SCO ODT 3.0 have their own names for install.
50549 # Don't use installbsd from OSF since it installs stuff as root
50550 # by default.
50551 for ac_prog in ginstall scoinst install; do
50552 for ac_exec_ext in '' $ac_executable_extensions; do
50553 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
50554 if test $ac_prog = install &&
50555 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
50556 # AIX install. It has an incompatible calling convention.
50557 :
50558 elif test $ac_prog = install &&
50559 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
50560 # program-specific install script used by HP pwplus--don't use.
50561 :
50562 else
50563 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
50564 break 3
50565 fi
50566 fi
50567 done
50568 done
50569 ;;
50570 esac
50571 done
50572 IFS=$as_save_IFS
50573
50574
50575 fi
50576 if test "${ac_cv_path_install+set}" = set; then
50577 INSTALL=$ac_cv_path_install
50578 else
50579 # As a last resort, use the slow shell script. Don't cache a
50580 # value for INSTALL within a source directory, because that will
50581 # break other packages using the cache if that directory is
50582 # removed, or if the value is a relative name.
50583 INSTALL=$ac_install_sh
50584 fi
50585 fi
50586 { echo "$as_me:$LINENO: result: $INSTALL" >&5
50587 echo "${ECHO_T}$INSTALL" >&6; }
50588
50589 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
50590 # It thinks the first close brace ends the variable substitution.
50591 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
50592
50593 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
50594
50595 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
50596
50597 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
50598 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
50599 LN_S=$as_ln_s
50600 if test "$LN_S" = "ln -s"; then
50601 { echo "$as_me:$LINENO: result: yes" >&5
50602 echo "${ECHO_T}yes" >&6; }
50603 else
50604 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
50605 echo "${ECHO_T}no, using $LN_S" >&6; }
50606 fi
50607
50608
50609 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
50610 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
50611 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
50612 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
50613 echo $ECHO_N "(cached) $ECHO_C" >&6
50614 else
50615 cat >conftest.make <<\_ACEOF
50616 SHELL = /bin/sh
50617 all:
50618 @echo '@@@%%%=$(MAKE)=@@@%%%'
50619 _ACEOF
50620 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
50621 case `${MAKE-make} -f conftest.make 2>/dev/null` in
50622 *@@@%%%=?*=@@@%%%*)
50623 eval ac_cv_prog_make_${ac_make}_set=yes;;
50624 *)
50625 eval ac_cv_prog_make_${ac_make}_set=no;;
50626 esac
50627 rm -f conftest.make
50628 fi
50629 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
50630 { echo "$as_me:$LINENO: result: yes" >&5
50631 echo "${ECHO_T}yes" >&6; }
50632 SET_MAKE=
50633 else
50634 { echo "$as_me:$LINENO: result: no" >&5
50635 echo "${ECHO_T}no" >&6; }
50636 SET_MAKE="MAKE=${MAKE-make}"
50637 fi
50638
50639
50640
50641 if test "x$SUNCXX" = "xyes"; then
50642 AR=$CXX
50643 AROPTIONS="-xar -o"
50644
50645 elif test "x$SGICC" = "xyes"; then
50646 AR=$CXX
50647 AROPTIONS="-ar -o"
50648
50649 else
50650 if test -n "$ac_tool_prefix"; then
50651 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
50652 set dummy ${ac_tool_prefix}ar; ac_word=$2
50653 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50654 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50655 if test "${ac_cv_prog_AR+set}" = set; then
50656 echo $ECHO_N "(cached) $ECHO_C" >&6
50657 else
50658 if test -n "$AR"; then
50659 ac_cv_prog_AR="$AR" # Let the user override the test.
50660 else
50661 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50662 for as_dir in $PATH
50663 do
50664 IFS=$as_save_IFS
50665 test -z "$as_dir" && as_dir=.
50666 for ac_exec_ext in '' $ac_executable_extensions; do
50667 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50668 ac_cv_prog_AR="${ac_tool_prefix}ar"
50669 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50670 break 2
50671 fi
50672 done
50673 done
50674 IFS=$as_save_IFS
50675
50676 fi
50677 fi
50678 AR=$ac_cv_prog_AR
50679 if test -n "$AR"; then
50680 { echo "$as_me:$LINENO: result: $AR" >&5
50681 echo "${ECHO_T}$AR" >&6; }
50682 else
50683 { echo "$as_me:$LINENO: result: no" >&5
50684 echo "${ECHO_T}no" >&6; }
50685 fi
50686
50687
50688 fi
50689 if test -z "$ac_cv_prog_AR"; then
50690 ac_ct_AR=$AR
50691 # Extract the first word of "ar", so it can be a program name with args.
50692 set dummy ar; ac_word=$2
50693 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50694 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50695 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
50696 echo $ECHO_N "(cached) $ECHO_C" >&6
50697 else
50698 if test -n "$ac_ct_AR"; then
50699 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
50700 else
50701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50702 for as_dir in $PATH
50703 do
50704 IFS=$as_save_IFS
50705 test -z "$as_dir" && as_dir=.
50706 for ac_exec_ext in '' $ac_executable_extensions; do
50707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50708 ac_cv_prog_ac_ct_AR="ar"
50709 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50710 break 2
50711 fi
50712 done
50713 done
50714 IFS=$as_save_IFS
50715
50716 fi
50717 fi
50718 ac_ct_AR=$ac_cv_prog_ac_ct_AR
50719 if test -n "$ac_ct_AR"; then
50720 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
50721 echo "${ECHO_T}$ac_ct_AR" >&6; }
50722 else
50723 { echo "$as_me:$LINENO: result: no" >&5
50724 echo "${ECHO_T}no" >&6; }
50725 fi
50726
50727 if test "x$ac_ct_AR" = x; then
50728 AR="ar"
50729 else
50730 case $cross_compiling:$ac_tool_warned in
50731 yes:)
50732 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50733 whose name does not start with the host triplet. If you think this
50734 configuration is useful to you, please write to autoconf@gnu.org." >&5
50735 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50736 whose name does not start with the host triplet. If you think this
50737 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50738 ac_tool_warned=yes ;;
50739 esac
50740 AR=$ac_ct_AR
50741 fi
50742 else
50743 AR="$ac_cv_prog_AR"
50744 fi
50745
50746 AROPTIONS=rcu
50747 fi
50748
50749
50750 if test -n "$ac_tool_prefix"; then
50751 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
50752 set dummy ${ac_tool_prefix}strip; ac_word=$2
50753 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50754 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50755 if test "${ac_cv_prog_STRIP+set}" = set; then
50756 echo $ECHO_N "(cached) $ECHO_C" >&6
50757 else
50758 if test -n "$STRIP"; then
50759 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
50760 else
50761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50762 for as_dir in $PATH
50763 do
50764 IFS=$as_save_IFS
50765 test -z "$as_dir" && as_dir=.
50766 for ac_exec_ext in '' $ac_executable_extensions; do
50767 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50768 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
50769 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50770 break 2
50771 fi
50772 done
50773 done
50774 IFS=$as_save_IFS
50775
50776 fi
50777 fi
50778 STRIP=$ac_cv_prog_STRIP
50779 if test -n "$STRIP"; then
50780 { echo "$as_me:$LINENO: result: $STRIP" >&5
50781 echo "${ECHO_T}$STRIP" >&6; }
50782 else
50783 { echo "$as_me:$LINENO: result: no" >&5
50784 echo "${ECHO_T}no" >&6; }
50785 fi
50786
50787
50788 fi
50789 if test -z "$ac_cv_prog_STRIP"; then
50790 ac_ct_STRIP=$STRIP
50791 # Extract the first word of "strip", so it can be a program name with args.
50792 set dummy strip; ac_word=$2
50793 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50794 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50795 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
50796 echo $ECHO_N "(cached) $ECHO_C" >&6
50797 else
50798 if test -n "$ac_ct_STRIP"; then
50799 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
50800 else
50801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50802 for as_dir in $PATH
50803 do
50804 IFS=$as_save_IFS
50805 test -z "$as_dir" && as_dir=.
50806 for ac_exec_ext in '' $ac_executable_extensions; do
50807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50808 ac_cv_prog_ac_ct_STRIP="strip"
50809 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50810 break 2
50811 fi
50812 done
50813 done
50814 IFS=$as_save_IFS
50815
50816 fi
50817 fi
50818 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
50819 if test -n "$ac_ct_STRIP"; then
50820 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
50821 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
50822 else
50823 { echo "$as_me:$LINENO: result: no" >&5
50824 echo "${ECHO_T}no" >&6; }
50825 fi
50826
50827 if test "x$ac_ct_STRIP" = x; then
50828 STRIP=":"
50829 else
50830 case $cross_compiling:$ac_tool_warned in
50831 yes:)
50832 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50833 whose name does not start with the host triplet. If you think this
50834 configuration is useful to you, please write to autoconf@gnu.org." >&5
50835 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50836 whose name does not start with the host triplet. If you think this
50837 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50838 ac_tool_warned=yes ;;
50839 esac
50840 STRIP=$ac_ct_STRIP
50841 fi
50842 else
50843 STRIP="$ac_cv_prog_STRIP"
50844 fi
50845
50846 if test -n "$ac_tool_prefix"; then
50847 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
50848 set dummy ${ac_tool_prefix}nm; ac_word=$2
50849 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50850 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50851 if test "${ac_cv_prog_NM+set}" = set; then
50852 echo $ECHO_N "(cached) $ECHO_C" >&6
50853 else
50854 if test -n "$NM"; then
50855 ac_cv_prog_NM="$NM" # Let the user override the test.
50856 else
50857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50858 for as_dir in $PATH
50859 do
50860 IFS=$as_save_IFS
50861 test -z "$as_dir" && as_dir=.
50862 for ac_exec_ext in '' $ac_executable_extensions; do
50863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50864 ac_cv_prog_NM="${ac_tool_prefix}nm"
50865 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50866 break 2
50867 fi
50868 done
50869 done
50870 IFS=$as_save_IFS
50871
50872 fi
50873 fi
50874 NM=$ac_cv_prog_NM
50875 if test -n "$NM"; then
50876 { echo "$as_me:$LINENO: result: $NM" >&5
50877 echo "${ECHO_T}$NM" >&6; }
50878 else
50879 { echo "$as_me:$LINENO: result: no" >&5
50880 echo "${ECHO_T}no" >&6; }
50881 fi
50882
50883
50884 fi
50885 if test -z "$ac_cv_prog_NM"; then
50886 ac_ct_NM=$NM
50887 # Extract the first word of "nm", so it can be a program name with args.
50888 set dummy nm; ac_word=$2
50889 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50890 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50891 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
50892 echo $ECHO_N "(cached) $ECHO_C" >&6
50893 else
50894 if test -n "$ac_ct_NM"; then
50895 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
50896 else
50897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50898 for as_dir in $PATH
50899 do
50900 IFS=$as_save_IFS
50901 test -z "$as_dir" && as_dir=.
50902 for ac_exec_ext in '' $ac_executable_extensions; do
50903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50904 ac_cv_prog_ac_ct_NM="nm"
50905 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50906 break 2
50907 fi
50908 done
50909 done
50910 IFS=$as_save_IFS
50911
50912 fi
50913 fi
50914 ac_ct_NM=$ac_cv_prog_ac_ct_NM
50915 if test -n "$ac_ct_NM"; then
50916 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
50917 echo "${ECHO_T}$ac_ct_NM" >&6; }
50918 else
50919 { echo "$as_me:$LINENO: result: no" >&5
50920 echo "${ECHO_T}no" >&6; }
50921 fi
50922
50923 if test "x$ac_ct_NM" = x; then
50924 NM=":"
50925 else
50926 case $cross_compiling:$ac_tool_warned in
50927 yes:)
50928 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50929 whose name does not start with the host triplet. If you think this
50930 configuration is useful to you, please write to autoconf@gnu.org." >&5
50931 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50932 whose name does not start with the host triplet. If you think this
50933 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50934 ac_tool_warned=yes ;;
50935 esac
50936 NM=$ac_ct_NM
50937 fi
50938 else
50939 NM="$ac_cv_prog_NM"
50940 fi
50941
50942
50943 case ${BAKEFILE_HOST} in
50944 *-hp-hpux* )
50945 INSTALL_DIR="mkdir -p"
50946 ;;
50947 * )
50948 INSTALL_DIR='$(INSTALL) -d'
50949 ;;
50950 esac
50951
50952
50953 LDFLAGS_GUI=
50954 case ${BAKEFILE_HOST} in
50955 *-*-cygwin* | *-*-mingw32* )
50956 LDFLAGS_GUI="-mwindows"
50957 esac
50958
50959
50960 fi
50961
50962 { echo "$as_me:$LINENO: checking if make is GNU make" >&5
50963 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6; }
50964 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
50965 echo $ECHO_N "(cached) $ECHO_C" >&6
50966 else
50967
50968 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
50969 egrep -s GNU > /dev/null); then
50970 bakefile_cv_prog_makeisgnu="yes"
50971 else
50972 bakefile_cv_prog_makeisgnu="no"
50973 fi
50974
50975 fi
50976 { echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
50977 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6; }
50978
50979 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
50980 IF_GNU_MAKE=""
50981 else
50982 IF_GNU_MAKE="#"
50983 fi
50984
50985
50986
50987 PLATFORM_UNIX=0
50988 PLATFORM_WIN32=0
50989 PLATFORM_MSDOS=0
50990 PLATFORM_MAC=0
50991 PLATFORM_MACOS=0
50992 PLATFORM_MACOSX=0
50993 PLATFORM_OS2=0
50994 PLATFORM_BEOS=0
50995
50996 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
50997 case "${BAKEFILE_HOST}" in
50998 *-*-mingw32* )
50999 PLATFORM_WIN32=1
51000 ;;
51001 *-pc-msdosdjgpp )
51002 PLATFORM_MSDOS=1
51003 ;;
51004 *-pc-os2_emx | *-pc-os2-emx )
51005 PLATFORM_OS2=1
51006 ;;
51007 *-*-darwin* )
51008 PLATFORM_MAC=1
51009 PLATFORM_MACOSX=1
51010 ;;
51011 *-*-beos* )
51012 PLATFORM_BEOS=1
51013 ;;
51014 powerpc-apple-macos* )
51015 PLATFORM_MAC=1
51016 PLATFORM_MACOS=1
51017 ;;
51018 * )
51019 PLATFORM_UNIX=1
51020 ;;
51021 esac
51022 else
51023 case "$BAKEFILE_FORCE_PLATFORM" in
51024 win32 )
51025 PLATFORM_WIN32=1
51026 ;;
51027 msdos )
51028 PLATFORM_MSDOS=1
51029 ;;
51030 os2 )
51031 PLATFORM_OS2=1
51032 ;;
51033 darwin )
51034 PLATFORM_MAC=1
51035 PLATFORM_MACOSX=1
51036 ;;
51037 unix )
51038 PLATFORM_UNIX=1
51039 ;;
51040 beos )
51041 PLATFORM_BEOS=1
51042 ;;
51043 * )
51044 ;;
51045 esac
51046 fi
51047
51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058 # Check whether --enable-omf was given.
51059 if test "${enable_omf+set}" = set; then
51060 enableval=$enable_omf; bk_os2_use_omf="$enableval"
51061 fi
51062
51063
51064 case "${BAKEFILE_HOST}" in
51065 *-*-darwin* )
51066 if test "x$GCC" = "xyes"; then
51067 CFLAGS="$CFLAGS -fno-common"
51068 CXXFLAGS="$CXXFLAGS -fno-common"
51069 fi
51070 if test "x$XLCC" = "xyes"; then
51071 CFLAGS="$CFLAGS -qnocommon"
51072 CXXFLAGS="$CXXFLAGS -qnocommon"
51073 fi
51074 ;;
51075
51076 *-pc-os2_emx | *-pc-os2-emx )
51077 if test "x$bk_os2_use_omf" = "xyes" ; then
51078 AR=emxomfar
51079 RANLIB=:
51080 LDFLAGS="-Zomf $LDFLAGS"
51081 CFLAGS="-Zomf $CFLAGS"
51082 CXXFLAGS="-Zomf $CXXFLAGS"
51083 OS2_LIBEXT="lib"
51084 else
51085 OS2_LIBEXT="a"
51086 fi
51087 ;;
51088
51089 i*86-*-beos* )
51090 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
51091 ;;
51092 esac
51093
51094
51095 SO_SUFFIX="so"
51096 SO_SUFFIX_MODULE="so"
51097 EXEEXT=""
51098 LIBPREFIX="lib"
51099 LIBEXT=".a"
51100 DLLPREFIX="lib"
51101 DLLPREFIX_MODULE=""
51102 DLLIMP_SUFFIX=""
51103 dlldir="$libdir"
51104
51105 case "${BAKEFILE_HOST}" in
51106 *-hp-hpux* )
51107 SO_SUFFIX="sl"
51108 SO_SUFFIX_MODULE="sl"
51109 ;;
51110 *-*-aix* )
51111 SO_SUFFIX="a"
51112 SO_SUFFIX_MODULE="a"
51113 ;;
51114 *-*-cygwin* )
51115 SO_SUFFIX="dll"
51116 SO_SUFFIX_MODULE="dll"
51117 DLLIMP_SUFFIX="dll.a"
51118 EXEEXT=".exe"
51119 DLLPREFIX="cyg"
51120 dlldir="$bindir"
51121 ;;
51122 *-*-mingw32* )
51123 SO_SUFFIX="dll"
51124 SO_SUFFIX_MODULE="dll"
51125 DLLIMP_SUFFIX="dll.a"
51126 EXEEXT=".exe"
51127 DLLPREFIX=""
51128 dlldir="$bindir"
51129 ;;
51130 *-pc-msdosdjgpp )
51131 EXEEXT=".exe"
51132 DLLPREFIX=""
51133 dlldir="$bindir"
51134 ;;
51135 *-pc-os2_emx | *-pc-os2-emx )
51136 SO_SUFFIX="dll"
51137 SO_SUFFIX_MODULE="dll"
51138 DLLIMP_SUFFIX=$OS2_LIBEXT
51139 EXEEXT=".exe"
51140 DLLPREFIX=""
51141 LIBPREFIX=""
51142 LIBEXT=".$OS2_LIBEXT"
51143 dlldir="$bindir"
51144 ;;
51145 *-*-darwin* )
51146 SO_SUFFIX="dylib"
51147 SO_SUFFIX_MODULE="bundle"
51148 ;;
51149 esac
51150
51151 if test "x$DLLIMP_SUFFIX" = "x" ; then
51152 DLLIMP_SUFFIX="$SO_SUFFIX"
51153 fi
51154
51155
51156
51157
51158
51159
51160
51161
51162
51163
51164
51165
51166 PIC_FLAG=""
51167 if test "x$GCC" = "xyes"; then
51168 PIC_FLAG="-fPIC"
51169 fi
51170
51171 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
51172 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
51173 WINDOWS_IMPLIB=0
51174
51175 case "${BAKEFILE_HOST}" in
51176 *-hp-hpux* )
51177 if test "x$GCC" != "xyes"; then
51178 LDFLAGS="$LDFLAGS -L/usr/lib"
51179
51180 SHARED_LD_CC="${CC} -b -o"
51181 SHARED_LD_CXX="${CXX} -b -o"
51182 PIC_FLAG="+Z"
51183 fi
51184 ;;
51185
51186 *-*-linux* )
51187 if test "$INTELCC" = "yes"; then
51188 PIC_FLAG="-KPIC"
51189 elif test "x$SUNCXX" = "xyes"; then
51190 SHARED_LD_CC="${CC} -G -o"
51191 SHARED_LD_CXX="${CXX} -G -o"
51192 PIC_FLAG="-KPIC"
51193 fi
51194 ;;
51195
51196 *-*-solaris2* )
51197 if test "x$SUNCXX" = xyes ; then
51198 SHARED_LD_CC="${CC} -G -o"
51199 SHARED_LD_CXX="${CXX} -G -o"
51200 PIC_FLAG="-KPIC"
51201 fi
51202 ;;
51203
51204 *-*-darwin* )
51205
51206 D='$'
51207 cat <<EOF >shared-ld-sh
51208 #!/bin/sh
51209 #-----------------------------------------------------------------------------
51210 #-- Name: distrib/mac/shared-ld-sh
51211 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
51212 #-- Author: Gilles Depeyrot
51213 #-- Copyright: (c) 2002 Gilles Depeyrot
51214 #-- Licence: any use permitted
51215 #-----------------------------------------------------------------------------
51216
51217 verbose=0
51218 args=""
51219 objects=""
51220 linking_flag="-dynamiclib"
51221 ldargs="-r -keep_private_externs -nostdlib"
51222
51223 while test ${D}# -gt 0; do
51224 case ${D}1 in
51225
51226 -v)
51227 verbose=1
51228 ;;
51229
51230 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
51231 # collect these options and values
51232 args="${D}{args} ${D}1 ${D}2"
51233 shift
51234 ;;
51235
51236 -s|-Wl,*)
51237 # collect these load args
51238 ldargs="${D}{ldargs} ${D}1"
51239 ;;
51240
51241 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
51242 # collect these options
51243 args="${D}{args} ${D}1"
51244 ;;
51245
51246 -dynamiclib|-bundle)
51247 linking_flag="${D}1"
51248 ;;
51249
51250 -*)
51251 echo "shared-ld: unhandled option '${D}1'"
51252 exit 1
51253 ;;
51254
51255 *.o | *.a | *.dylib)
51256 # collect object files
51257 objects="${D}{objects} ${D}1"
51258 ;;
51259
51260 *)
51261 echo "shared-ld: unhandled argument '${D}1'"
51262 exit 1
51263 ;;
51264
51265 esac
51266 shift
51267 done
51268
51269 status=0
51270
51271 #
51272 # Link one module containing all the others
51273 #
51274 if test ${D}{verbose} = 1; then
51275 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
51276 fi
51277 c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
51278 status=${D}?
51279
51280 #
51281 # Link the shared library from the single module created, but only if the
51282 # previous command didn't fail:
51283 #
51284 if test ${D}{status} = 0; then
51285 if test ${D}{verbose} = 1; then
51286 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
51287 fi
51288 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
51289 status=${D}?
51290 fi
51291
51292 #
51293 # Remove intermediate module
51294 #
51295 rm -f master.${D}${D}.o
51296
51297 exit ${D}status
51298 EOF
51299
51300 chmod +x shared-ld-sh
51301
51302 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
51303 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
51304
51305
51306 { echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
51307 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6; }
51308 if test "${bakefile_cv_gcc31+set}" = set; then
51309 echo $ECHO_N "(cached) $ECHO_C" >&6
51310 else
51311
51312 cat >conftest.$ac_ext <<_ACEOF
51313 /* confdefs.h. */
51314 _ACEOF
51315 cat confdefs.h >>conftest.$ac_ext
51316 cat >>conftest.$ac_ext <<_ACEOF
51317 /* end confdefs.h. */
51318
51319 int
51320 main ()
51321 {
51322
51323 #if (__GNUC__ < 3) || \
51324 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
51325 This is old gcc
51326 #endif
51327
51328 ;
51329 return 0;
51330 }
51331 _ACEOF
51332 rm -f conftest.$ac_objext
51333 if { (ac_try="$ac_compile"
51334 case "(($ac_try" in
51335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51336 *) ac_try_echo=$ac_try;;
51337 esac
51338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
51339 (eval "$ac_compile") 2>conftest.er1
51340 ac_status=$?
51341 grep -v '^ *+' conftest.er1 >conftest.err
51342 rm -f conftest.er1
51343 cat conftest.err >&5
51344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
51345 (exit $ac_status); } && {
51346 test -z "$ac_c_werror_flag" ||
51347 test ! -s conftest.err
51348 } && test -s conftest.$ac_objext; then
51349
51350 bakefile_cv_gcc31=yes
51351
51352 else
51353 echo "$as_me: failed program was:" >&5
51354 sed 's/^/| /' conftest.$ac_ext >&5
51355
51356
51357 bakefile_cv_gcc31=no
51358
51359
51360 fi
51361
51362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51363
51364 fi
51365 { echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
51366 echo "${ECHO_T}$bakefile_cv_gcc31" >&6; }
51367 if test "$bakefile_cv_gcc31" = "no"; then
51368 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
51369 SHARED_LD_CXX="$SHARED_LD_CC"
51370 else
51371 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
51372 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
51373 fi
51374
51375 if test "x$GCC" == "xyes"; then
51376 PIC_FLAG="-dynamic -fPIC"
51377 fi
51378 if test "x$XLCC" = "xyes"; then
51379 PIC_FLAG="-dynamic -DPIC"
51380 fi
51381 ;;
51382
51383 *-*-aix* )
51384 if test "x$GCC" = "xyes"; then
51385 PIC_FLAG=""
51386
51387 case "${BAKEFILE_HOST}" in
51388 *-*-aix5* )
51389 LD_EXPFULL="-Wl,-bexpfull"
51390 ;;
51391 esac
51392
51393 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
51394 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
51395 else
51396 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
51397 set dummy makeC++SharedLib; ac_word=$2
51398 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51399 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51400 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
51401 echo $ECHO_N "(cached) $ECHO_C" >&6
51402 else
51403 if test -n "$AIX_CXX_LD"; then
51404 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
51405 else
51406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51407 for as_dir in $PATH
51408 do
51409 IFS=$as_save_IFS
51410 test -z "$as_dir" && as_dir=.
51411 for ac_exec_ext in '' $ac_executable_extensions; do
51412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51413 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
51414 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51415 break 2
51416 fi
51417 done
51418 done
51419 IFS=$as_save_IFS
51420
51421 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
51422 fi
51423 fi
51424 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
51425 if test -n "$AIX_CXX_LD"; then
51426 { echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
51427 echo "${ECHO_T}$AIX_CXX_LD" >&6; }
51428 else
51429 { echo "$as_me:$LINENO: result: no" >&5
51430 echo "${ECHO_T}no" >&6; }
51431 fi
51432
51433
51434 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
51435 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
51436 fi
51437 ;;
51438
51439 *-*-beos* )
51440 SHARED_LD_CC="${LD} -nostart -o"
51441 SHARED_LD_CXX="${LD} -nostart -o"
51442 ;;
51443
51444 *-*-irix* )
51445 if test "x$GCC" != "xyes"; then
51446 PIC_FLAG="-KPIC"
51447 fi
51448 ;;
51449
51450 *-*-cygwin* | *-*-mingw32* )
51451 PIC_FLAG=""
51452 SHARED_LD_CC="\$(CC) -shared -o"
51453 SHARED_LD_CXX="\$(CXX) -shared -o"
51454 WINDOWS_IMPLIB=1
51455 ;;
51456
51457 *-pc-os2_emx | *-pc-os2-emx )
51458 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
51459 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
51460 PIC_FLAG=""
51461
51462 D='$'
51463 cat <<EOF >dllar.sh
51464 #!/bin/sh
51465 #
51466 # dllar - a tool to build both a .dll and an .a file
51467 # from a set of object (.o) files for EMX/OS2.
51468 #
51469 # Written by Andrew Zabolotny, bit@freya.etu.ru
51470 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
51471 #
51472 # This script will accept a set of files on the command line.
51473 # All the public symbols from the .o files will be exported into
51474 # a .DEF file, then linker will be run (through gcc) against them to
51475 # build a shared library consisting of all given .o files. All libraries
51476 # (.a) will be first decompressed into component .o files then act as
51477 # described above. You can optionally give a description (-d "description")
51478 # which will be put into .DLL. To see the list of accepted options (as well
51479 # as command-line format) simply run this program without options. The .DLL
51480 # is built to be imported by name (there is no guarantee that new versions
51481 # of the library you build will have same ordinals for same symbols).
51482 #
51483 # dllar is free software; you can redistribute it and/or modify
51484 # it under the terms of the GNU General Public License as published by
51485 # the Free Software Foundation; either version 2, or (at your option)
51486 # any later version.
51487 #
51488 # dllar is distributed in the hope that it will be useful,
51489 # but WITHOUT ANY WARRANTY; without even the implied warranty of
51490 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
51491 # GNU General Public License for more details.
51492 #
51493 # You should have received a copy of the GNU General Public License
51494 # along with dllar; see the file COPYING. If not, write to the Free
51495 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
51496 # 02111-1307, USA.
51497
51498 # To successfuly run this program you will need:
51499 # - Current drive should have LFN support (HPFS, ext2, network, etc)
51500 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
51501 # - gcc
51502 # (used to build the .dll)
51503 # - emxexp
51504 # (used to create .def file from .o files)
51505 # - emximp
51506 # (used to create .a file from .def file)
51507 # - GNU text utilites (cat, sort, uniq)
51508 # used to process emxexp output
51509 # - GNU file utilities (mv, rm)
51510 # - GNU sed
51511 # - lxlite (optional, see flag below)
51512 # (used for general .dll cleanup)
51513 #
51514
51515 flag_USE_LXLITE=1;
51516
51517 #
51518 # helper functions
51519 # basnam, variant of basename, which does _not_ remove the path, _iff_
51520 # second argument (suffix to remove) is given
51521 basnam(){
51522 case ${D}# in
51523 1)
51524 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
51525 ;;
51526 2)
51527 echo ${D}1 | sed 's/'${D}2'${D}//'
51528 ;;
51529 *)
51530 echo "error in basnam ${D}*"
51531 exit 8
51532 ;;
51533 esac
51534 }
51535
51536 # Cleanup temporary files and output
51537 CleanUp() {
51538 cd ${D}curDir
51539 for i in ${D}inputFiles ; do
51540 case ${D}i in
51541 *!)
51542 rm -rf \`basnam ${D}i !\`
51543 ;;
51544 *)
51545 ;;
51546 esac
51547 done
51548
51549 # Kill result in case of failure as there is just to many stupid make/nmake
51550 # things out there which doesn't do this.
51551 if [ ${D}# -eq 0 ]; then
51552 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
51553 fi
51554 }
51555
51556 # Print usage and exit script with rc=1.
51557 PrintHelp() {
51558 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
51559 echo ' [-name-mangler-script script.sh]'
51560 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
51561 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
51562 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
51563 echo ' [*.o] [*.a]'
51564 echo '*> "output_file" should have no extension.'
51565 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
51566 echo ' The import library name is derived from this and is set to "name".a,'
51567 echo ' unless overridden by -import'
51568 echo '*> "importlib_name" should have no extension.'
51569 echo ' If it has the .o, or .a extension, it is automatically removed.'
51570 echo ' This name is used as the import library name and may be longer and'
51571 echo ' more descriptive than the DLL name which has to follow the old '
51572 echo ' 8.3 convention of FAT.'
51573 echo '*> "script.sh may be given to override the output_file name by a'
51574 echo ' different name. It is mainly useful if the regular make process'
51575 echo ' of some package does not take into account OS/2 restriction of'
51576 echo ' DLL name lengths. It takes the importlib name as input and is'
51577 echo ' supposed to procude a shorter name as output. The script should'
51578 echo ' expect to get importlib_name without extension and should produce'
51579 echo ' a (max.) 8 letter name without extension.'
51580 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
51581 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
51582 echo ' These flags will be put at the start of GCC command line.'
51583 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
51584 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
51585 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
51586 echo ' If the last character of a symbol is "*", all symbols beginning'
51587 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
51588 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
51589 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
51590 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
51591 echo ' C runtime DLLs.'
51592 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
51593 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
51594 echo ' unchanged to GCC at the end of command line.'
51595 echo '*> If you create a DLL from a library and you do not specify -o,'
51596 echo ' the basename for DLL and import library will be set to library name,'
51597 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
51598 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
51599 echo ' library will be renamed into gcc_s.a.'
51600 echo '--------'
51601 echo 'Example:'
51602 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
51603 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
51604 CleanUp
51605 exit 1
51606 }
51607
51608 # Execute a command.
51609 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
51610 # @Uses Whatever CleanUp() uses.
51611 doCommand() {
51612 echo "${D}*"
51613 eval ${D}*
51614 rcCmd=${D}?
51615
51616 if [ ${D}rcCmd -ne 0 ]; then
51617 echo "command failed, exit code="${D}rcCmd
51618 CleanUp
51619 exit ${D}rcCmd
51620 fi
51621 }
51622
51623 # main routine
51624 # setup globals
51625 cmdLine=${D}*
51626 outFile=""
51627 outimpFile=""
51628 inputFiles=""
51629 renameScript=""
51630 description=""
51631 CC=gcc.exe
51632 CFLAGS="-s -Zcrtdll"
51633 EXTRA_CFLAGS=""
51634 EXPORT_BY_ORDINALS=0
51635 exclude_symbols=""
51636 library_flags=""
51637 curDir=\`pwd\`
51638 curDirS=curDir
51639 case ${D}curDirS in
51640 */)
51641 ;;
51642 *)
51643 curDirS=${D}{curDirS}"/"
51644 ;;
51645 esac
51646 # Parse commandline
51647 libsToLink=0
51648 omfLinking=0
51649 while [ ${D}1 ]; do
51650 case ${D}1 in
51651 -ord*)
51652 EXPORT_BY_ORDINALS=1;
51653 ;;
51654 -o*)
51655 shift
51656 outFile=${D}1
51657 ;;
51658 -i*)
51659 shift
51660 outimpFile=${D}1
51661 ;;
51662 -name-mangler-script)
51663 shift
51664 renameScript=${D}1
51665 ;;
51666 -d*)
51667 shift
51668 description=${D}1
51669 ;;
51670 -f*)
51671 shift
51672 CFLAGS=${D}1
51673 ;;
51674 -c*)
51675 shift
51676 CC=${D}1
51677 ;;
51678 -h*)
51679 PrintHelp
51680 ;;
51681 -ex*)
51682 shift
51683 exclude_symbols=${D}{exclude_symbols}${D}1" "
51684 ;;
51685 -libf*)
51686 shift
51687 library_flags=${D}{library_flags}${D}1" "
51688 ;;
51689 -nocrt*)
51690 CFLAGS="-s"
51691 ;;
51692 -nolxl*)
51693 flag_USE_LXLITE=0
51694 ;;
51695 -* | /*)
51696 case ${D}1 in
51697 -L* | -l*)
51698 libsToLink=1
51699 ;;
51700 -Zomf)
51701 omfLinking=1
51702 ;;
51703 *)
51704 ;;
51705 esac
51706 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
51707 ;;
51708 *.dll)
51709 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
51710 if [ ${D}omfLinking -eq 1 ]; then
51711 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
51712 else
51713 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
51714 fi
51715 ;;
51716 *)
51717 found=0;
51718 if [ ${D}libsToLink -ne 0 ]; then
51719 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
51720 else
51721 for file in ${D}1 ; do
51722 if [ -f ${D}file ]; then
51723 inputFiles="${D}{inputFiles} ${D}file"
51724 found=1
51725 fi
51726 done
51727 if [ ${D}found -eq 0 ]; then
51728 echo "ERROR: No file(s) found: "${D}1
51729 exit 8
51730 fi
51731 fi
51732 ;;
51733 esac
51734 shift
51735 done # iterate cmdline words
51736
51737 #
51738 if [ -z "${D}inputFiles" ]; then
51739 echo "dllar: no input files"
51740 PrintHelp
51741 fi
51742
51743 # Now extract all .o files from .a files
51744 newInputFiles=""
51745 for file in ${D}inputFiles ; do
51746 case ${D}file in
51747 *.a | *.lib)
51748 case ${D}file in
51749 *.a)
51750 suffix=".a"
51751 AR="ar"
51752 ;;
51753 *.lib)
51754 suffix=".lib"
51755 AR="emxomfar"
51756 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
51757 ;;
51758 *)
51759 ;;
51760 esac
51761 dirname=\`basnam ${D}file ${D}suffix\`"_%"
51762 mkdir ${D}dirname
51763 if [ ${D}? -ne 0 ]; then
51764 echo "Failed to create subdirectory ./${D}dirname"
51765 CleanUp
51766 exit 8;
51767 fi
51768 # Append '!' to indicate archive
51769 newInputFiles="${D}newInputFiles ${D}{dirname}!"
51770 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
51771 cd ${D}curDir
51772 found=0;
51773 for subfile in ${D}dirname/*.o* ; do
51774 if [ -f ${D}subfile ]; then
51775 found=1
51776 if [ -s ${D}subfile ]; then
51777 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
51778 newInputFiles="${D}newInputFiles ${D}subfile"
51779 fi
51780 fi
51781 done
51782 if [ ${D}found -eq 0 ]; then
51783 echo "WARNING: there are no files in archive \\'${D}file\\'"
51784 fi
51785 ;;
51786 *)
51787 newInputFiles="${D}{newInputFiles} ${D}file"
51788 ;;
51789 esac
51790 done
51791 inputFiles="${D}newInputFiles"
51792
51793 # Output filename(s).
51794 do_backup=0;
51795 if [ -z ${D}outFile ]; then
51796 do_backup=1;
51797 set outFile ${D}inputFiles; outFile=${D}2
51798 fi
51799
51800 # If it is an archive, remove the '!' and the '_%' suffixes
51801 case ${D}outFile in
51802 *_%!)
51803 outFile=\`basnam ${D}outFile _%!\`
51804 ;;
51805 *)
51806 ;;
51807 esac
51808 case ${D}outFile in
51809 *.dll)
51810 outFile=\`basnam ${D}outFile .dll\`
51811 ;;
51812 *.DLL)
51813 outFile=\`basnam ${D}outFile .DLL\`
51814 ;;
51815 *.o)
51816 outFile=\`basnam ${D}outFile .o\`
51817 ;;
51818 *.obj)
51819 outFile=\`basnam ${D}outFile .obj\`
51820 ;;
51821 *.a)
51822 outFile=\`basnam ${D}outFile .a\`
51823 ;;
51824 *.lib)
51825 outFile=\`basnam ${D}outFile .lib\`
51826 ;;
51827 *)
51828 ;;
51829 esac
51830 case ${D}outimpFile in
51831 *.a)
51832 outimpFile=\`basnam ${D}outimpFile .a\`
51833 ;;
51834 *.lib)
51835 outimpFile=\`basnam ${D}outimpFile .lib\`
51836 ;;
51837 *)
51838 ;;
51839 esac
51840 if [ -z ${D}outimpFile ]; then
51841 outimpFile=${D}outFile
51842 fi
51843 defFile="${D}{outFile}.def"
51844 arcFile="${D}{outimpFile}.a"
51845 arcFile2="${D}{outimpFile}.lib"
51846
51847 #create ${D}dllFile as something matching 8.3 restrictions,
51848 if [ -z ${D}renameScript ] ; then
51849 dllFile="${D}outFile"
51850 else
51851 dllFile=\`${D}renameScript ${D}outimpFile\`
51852 fi
51853
51854 if [ ${D}do_backup -ne 0 ] ; then
51855 if [ -f ${D}arcFile ] ; then
51856 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
51857 fi
51858 if [ -f ${D}arcFile2 ] ; then
51859 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
51860 fi
51861 fi
51862
51863 # Extract public symbols from all the object files.
51864 tmpdefFile=${D}{defFile}_%
51865 rm -f ${D}tmpdefFile
51866 for file in ${D}inputFiles ; do
51867 case ${D}file in
51868 *!)
51869 ;;
51870 *)
51871 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
51872 ;;
51873 esac
51874 done
51875
51876 # Create the def file.
51877 rm -f ${D}defFile
51878 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
51879 dllFile="${D}{dllFile}.dll"
51880 if [ ! -z ${D}description ]; then
51881 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
51882 fi
51883 echo "EXPORTS" >> ${D}defFile
51884
51885 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
51886 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
51887
51888 # Checks if the export is ok or not.
51889 for word in ${D}exclude_symbols; do
51890 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
51891 mv ${D}{tmpdefFile}% ${D}tmpdefFile
51892 done
51893
51894
51895 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
51896 sed "=" < ${D}tmpdefFile | \\
51897 sed '
51898 N
51899 : loop
51900 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
51901 t loop
51902 ' > ${D}{tmpdefFile}%
51903 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
51904 else
51905 rm -f ${D}{tmpdefFile}%
51906 fi
51907 cat ${D}tmpdefFile >> ${D}defFile
51908 rm -f ${D}tmpdefFile
51909
51910 # Do linking, create implib, and apply lxlite.
51911 gccCmdl="";
51912 for file in ${D}inputFiles ; do
51913 case ${D}file in
51914 *!)
51915 ;;
51916 *)
51917 gccCmdl="${D}gccCmdl ${D}file"
51918 ;;
51919 esac
51920 done
51921 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
51922 touch "${D}{outFile}.dll"
51923
51924 doCommand "emximp -o ${D}arcFile ${D}defFile"
51925 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
51926 add_flags="";
51927 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
51928 add_flags="-ynd"
51929 fi
51930 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
51931 fi
51932 doCommand "emxomf -s -l ${D}arcFile"
51933
51934 # Successful exit.
51935 CleanUp 1
51936 exit 0
51937 EOF
51938
51939 chmod +x dllar.sh
51940 ;;
51941
51942 powerpc-apple-macos* | \
51943 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
51944 *-*-mirbsd* | \
51945 *-*-sunos4* | \
51946 *-*-osf* | \
51947 *-*-dgux5* | \
51948 *-*-sysv5* | \
51949 *-pc-msdosdjgpp )
51950 ;;
51951
51952 *)
51953 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
51954 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
51955 { (exit 1); exit 1; }; }
51956 esac
51957
51958 if test "x$PIC_FLAG" != "x" ; then
51959 PIC_FLAG="$PIC_FLAG -DPIC"
51960 fi
51961
51962 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
51963 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
51964 fi
51965 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
51966 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
51967 fi
51968
51969
51970
51971
51972
51973
51974
51975
51976
51977 USE_SOVERSION=0
51978 USE_SOVERLINUX=0
51979 USE_SOVERSOLARIS=0
51980 USE_SOVERCYGWIN=0
51981 USE_SOSYMLINKS=0
51982 USE_MACVERSION=0
51983 SONAME_FLAG=
51984
51985 case "${BAKEFILE_HOST}" in
51986 *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu )
51987 if test "x$SUNCXX" = "xyes"; then
51988 SONAME_FLAG="-h "
51989 else
51990 SONAME_FLAG="-Wl,-soname,"
51991 fi
51992 USE_SOVERSION=1
51993 USE_SOVERLINUX=1
51994 USE_SOSYMLINKS=1
51995 ;;
51996
51997 *-*-solaris2* )
51998 SONAME_FLAG="-h "
51999 USE_SOVERSION=1
52000 USE_SOVERSOLARIS=1
52001 USE_SOSYMLINKS=1
52002 ;;
52003
52004 *-*-darwin* )
52005 USE_MACVERSION=1
52006 USE_SOVERSION=1
52007 USE_SOSYMLINKS=1
52008 ;;
52009
52010 *-*-cygwin* )
52011 USE_SOVERSION=1
52012 USE_SOVERCYGWIN=1
52013 ;;
52014 esac
52015
52016
52017
52018
52019
52020
52021
52022
52023
52024
52025 # Check whether --enable-dependency-tracking was given.
52026 if test "${enable_dependency_tracking+set}" = set; then
52027 enableval=$enable_dependency_tracking; bk_use_trackdeps="$enableval"
52028 fi
52029
52030
52031 { echo "$as_me:$LINENO: checking for dependency tracking method" >&5
52032 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6; }
52033
52034 BK_DEPS=""
52035 if test "x$bk_use_trackdeps" = "xno" ; then
52036 DEPS_TRACKING=0
52037 { echo "$as_me:$LINENO: result: disabled" >&5
52038 echo "${ECHO_T}disabled" >&6; }
52039 else
52040 DEPS_TRACKING=1
52041
52042 if test "x$GCC" = "xyes"; then
52043 DEPSMODE=gcc
52044 case "${BAKEFILE_HOST}" in
52045 *-*-darwin* )
52046 DEPSFLAG="-no-cpp-precomp -MMD"
52047 ;;
52048 * )
52049 DEPSFLAG="-MMD"
52050 ;;
52051 esac
52052 { echo "$as_me:$LINENO: result: gcc" >&5
52053 echo "${ECHO_T}gcc" >&6; }
52054 elif test "x$MWCC" = "xyes"; then
52055 DEPSMODE=mwcc
52056 DEPSFLAG="-MM"
52057 { echo "$as_me:$LINENO: result: mwcc" >&5
52058 echo "${ECHO_T}mwcc" >&6; }
52059 elif test "x$SUNCC" = "xyes"; then
52060 DEPSMODE=unixcc
52061 DEPSFLAG="-xM1"
52062 { echo "$as_me:$LINENO: result: Sun cc" >&5
52063 echo "${ECHO_T}Sun cc" >&6; }
52064 elif test "x$SGICC" = "xyes"; then
52065 DEPSMODE=unixcc
52066 DEPSFLAG="-M"
52067 { echo "$as_me:$LINENO: result: SGI cc" >&5
52068 echo "${ECHO_T}SGI cc" >&6; }
52069 elif test "x$HPCC" = "xyes"; then
52070 DEPSMODE=unixcc
52071 DEPSFLAG="+make"
52072 { echo "$as_me:$LINENO: result: HP cc" >&5
52073 echo "${ECHO_T}HP cc" >&6; }
52074 elif test "x$COMPAQCC" = "xyes"; then
52075 DEPSMODE=gcc
52076 DEPSFLAG="-MD"
52077 { echo "$as_me:$LINENO: result: Compaq cc" >&5
52078 echo "${ECHO_T}Compaq cc" >&6; }
52079 else
52080 DEPS_TRACKING=0
52081 { echo "$as_me:$LINENO: result: none" >&5
52082 echo "${ECHO_T}none" >&6; }
52083 fi
52084
52085 if test $DEPS_TRACKING = 1 ; then
52086
52087 D='$'
52088 cat <<EOF >bk-deps
52089 #!/bin/sh
52090
52091 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
52092 # script. It is used to track C/C++ files dependencies in portable way.
52093 #
52094 # Permission is given to use this file in any way.
52095
52096 DEPSMODE=${DEPSMODE}
52097 DEPSDIR=.deps
52098 DEPSFLAG="${DEPSFLAG}"
52099
52100 mkdir -p ${D}DEPSDIR
52101
52102 if test ${D}DEPSMODE = gcc ; then
52103 ${D}* ${D}{DEPSFLAG}
52104 status=${D}?
52105 if test ${D}{status} != 0 ; then
52106 exit ${D}{status}
52107 fi
52108 # move created file to the location we want it in:
52109 while test ${D}# -gt 0; do
52110 case "${D}1" in
52111 -o )
52112 shift
52113 objfile=${D}1
52114 ;;
52115 -* )
52116 ;;
52117 * )
52118 srcfile=${D}1
52119 ;;
52120 esac
52121 shift
52122 done
52123 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
52124 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
52125 if test -f ${D}depfile ; then
52126 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
52127 rm -f ${D}depfile
52128 else
52129 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
52130 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
52131 if test ! -f ${D}depfile ; then
52132 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
52133 depfile="${D}objfile.d"
52134 fi
52135 if test -f ${D}depfile ; then
52136 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
52137 rm -f ${D}depfile
52138 fi
52139 fi
52140 exit 0
52141 elif test ${D}DEPSMODE = mwcc ; then
52142 ${D}* || exit ${D}?
52143 # Run mwcc again with -MM and redirect into the dep file we want
52144 # NOTE: We can't use shift here because we need ${D}* to be valid
52145 prevarg=
52146 for arg in ${D}* ; do
52147 if test "${D}prevarg" = "-o"; then
52148 objfile=${D}arg
52149 else
52150 case "${D}arg" in
52151 -* )
52152 ;;
52153 * )
52154 srcfile=${D}arg
52155 ;;
52156 esac
52157 fi
52158 prevarg="${D}arg"
52159 done
52160 ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
52161 exit 0
52162 elif test ${D}DEPSMODE = unixcc; then
52163 ${D}* || exit ${D}?
52164 # Run compiler again with deps flag and redirect into the dep file.
52165 # It doesn't work if the '-o FILE' option is used, but without it the
52166 # dependency file will contain the wrong name for the object. So it is
52167 # removed from the command line, and the dep file is fixed with sed.
52168 cmd=""
52169 while test ${D}# -gt 0; do
52170 case "${D}1" in
52171 -o )
52172 shift
52173 objfile=${D}1
52174 ;;
52175 * )
52176 eval arg${D}#=\\${D}1
52177 cmd="${D}cmd \\${D}arg${D}#"
52178 ;;
52179 esac
52180 shift
52181 done
52182 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
52183 exit 0
52184 else
52185 ${D}*
52186 exit ${D}?
52187 fi
52188 EOF
52189
52190 chmod +x bk-deps
52191 BK_DEPS="`pwd`/bk-deps"
52192 fi
52193 fi
52194
52195
52196
52197
52198
52199 case ${BAKEFILE_HOST} in
52200 *-*-cygwin* | *-*-mingw32* )
52201 if test -n "$ac_tool_prefix"; then
52202 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
52203 set dummy ${ac_tool_prefix}windres; ac_word=$2
52204 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52205 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52206 if test "${ac_cv_prog_WINDRES+set}" = set; then
52207 echo $ECHO_N "(cached) $ECHO_C" >&6
52208 else
52209 if test -n "$WINDRES"; then
52210 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
52211 else
52212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52213 for as_dir in $PATH
52214 do
52215 IFS=$as_save_IFS
52216 test -z "$as_dir" && as_dir=.
52217 for ac_exec_ext in '' $ac_executable_extensions; do
52218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52219 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
52220 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52221 break 2
52222 fi
52223 done
52224 done
52225 IFS=$as_save_IFS
52226
52227 fi
52228 fi
52229 WINDRES=$ac_cv_prog_WINDRES
52230 if test -n "$WINDRES"; then
52231 { echo "$as_me:$LINENO: result: $WINDRES" >&5
52232 echo "${ECHO_T}$WINDRES" >&6; }
52233 else
52234 { echo "$as_me:$LINENO: result: no" >&5
52235 echo "${ECHO_T}no" >&6; }
52236 fi
52237
52238
52239 fi
52240 if test -z "$ac_cv_prog_WINDRES"; then
52241 ac_ct_WINDRES=$WINDRES
52242 # Extract the first word of "windres", so it can be a program name with args.
52243 set dummy windres; ac_word=$2
52244 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52246 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
52247 echo $ECHO_N "(cached) $ECHO_C" >&6
52248 else
52249 if test -n "$ac_ct_WINDRES"; then
52250 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
52251 else
52252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52253 for as_dir in $PATH
52254 do
52255 IFS=$as_save_IFS
52256 test -z "$as_dir" && as_dir=.
52257 for ac_exec_ext in '' $ac_executable_extensions; do
52258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52259 ac_cv_prog_ac_ct_WINDRES="windres"
52260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52261 break 2
52262 fi
52263 done
52264 done
52265 IFS=$as_save_IFS
52266
52267 fi
52268 fi
52269 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
52270 if test -n "$ac_ct_WINDRES"; then
52271 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
52272 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
52273 else
52274 { echo "$as_me:$LINENO: result: no" >&5
52275 echo "${ECHO_T}no" >&6; }
52276 fi
52277
52278 if test "x$ac_ct_WINDRES" = x; then
52279 WINDRES=""
52280 else
52281 case $cross_compiling:$ac_tool_warned in
52282 yes:)
52283 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
52284 whose name does not start with the host triplet. If you think this
52285 configuration is useful to you, please write to autoconf@gnu.org." >&5
52286 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
52287 whose name does not start with the host triplet. If you think this
52288 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
52289 ac_tool_warned=yes ;;
52290 esac
52291 WINDRES=$ac_ct_WINDRES
52292 fi
52293 else
52294 WINDRES="$ac_cv_prog_WINDRES"
52295 fi
52296
52297 ;;
52298
52299 *-*-darwin* | powerpc-apple-macos* )
52300 # Extract the first word of "Rez", so it can be a program name with args.
52301 set dummy Rez; ac_word=$2
52302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52304 if test "${ac_cv_prog_REZ+set}" = set; then
52305 echo $ECHO_N "(cached) $ECHO_C" >&6
52306 else
52307 if test -n "$REZ"; then
52308 ac_cv_prog_REZ="$REZ" # Let the user override the test.
52309 else
52310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52311 for as_dir in $PATH
52312 do
52313 IFS=$as_save_IFS
52314 test -z "$as_dir" && as_dir=.
52315 for ac_exec_ext in '' $ac_executable_extensions; do
52316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52317 ac_cv_prog_REZ="Rez"
52318 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52319 break 2
52320 fi
52321 done
52322 done
52323 IFS=$as_save_IFS
52324
52325 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
52326 fi
52327 fi
52328 REZ=$ac_cv_prog_REZ
52329 if test -n "$REZ"; then
52330 { echo "$as_me:$LINENO: result: $REZ" >&5
52331 echo "${ECHO_T}$REZ" >&6; }
52332 else
52333 { echo "$as_me:$LINENO: result: no" >&5
52334 echo "${ECHO_T}no" >&6; }
52335 fi
52336
52337
52338 # Extract the first word of "SetFile", so it can be a program name with args.
52339 set dummy SetFile; ac_word=$2
52340 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52341 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52342 if test "${ac_cv_prog_SETFILE+set}" = set; then
52343 echo $ECHO_N "(cached) $ECHO_C" >&6
52344 else
52345 if test -n "$SETFILE"; then
52346 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
52347 else
52348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52349 for as_dir in $PATH
52350 do
52351 IFS=$as_save_IFS
52352 test -z "$as_dir" && as_dir=.
52353 for ac_exec_ext in '' $ac_executable_extensions; do
52354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52355 ac_cv_prog_SETFILE="SetFile"
52356 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52357 break 2
52358 fi
52359 done
52360 done
52361 IFS=$as_save_IFS
52362
52363 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
52364 fi
52365 fi
52366 SETFILE=$ac_cv_prog_SETFILE
52367 if test -n "$SETFILE"; then
52368 { echo "$as_me:$LINENO: result: $SETFILE" >&5
52369 echo "${ECHO_T}$SETFILE" >&6; }
52370 else
52371 { echo "$as_me:$LINENO: result: no" >&5
52372 echo "${ECHO_T}no" >&6; }
52373 fi
52374
52375
52376 ;;
52377 esac
52378
52379
52380
52381
52382
52383
52384 BAKEFILE_BAKEFILE_M4_VERSION="0.2.2"
52385
52386
52387 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.2"
52388
52389
52390
52391 # Check whether --enable-precomp-headers was given.
52392 if test "${enable_precomp_headers+set}" = set; then
52393 enableval=$enable_precomp_headers; bk_use_pch="$enableval"
52394 fi
52395
52396
52397 GCC_PCH=0
52398 ICC_PCH=0
52399 USE_PCH=0
52400 BK_MAKE_PCH=""
52401
52402 case ${BAKEFILE_HOST} in
52403 *-*-cygwin* )
52404 bk_use_pch="no"
52405 ;;
52406 esac
52407
52408 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
52409 if test "x$GCC" = "xyes"; then
52410 { echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
52411 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6; }
52412 cat >conftest.$ac_ext <<_ACEOF
52413 /* confdefs.h. */
52414 _ACEOF
52415 cat confdefs.h >>conftest.$ac_ext
52416 cat >>conftest.$ac_ext <<_ACEOF
52417 /* end confdefs.h. */
52418
52419 int
52420 main ()
52421 {
52422
52423 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
52424 There is no PCH support
52425 #endif
52426 #if (__GNUC__ < 3)
52427 There is no PCH support
52428 #endif
52429 #if (__GNUC__ == 3) && \
52430 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
52431 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
52432 ( defined(__INTEL_COMPILER) )
52433 There is no PCH support
52434 #endif
52435
52436 ;
52437 return 0;
52438 }
52439 _ACEOF
52440 rm -f conftest.$ac_objext
52441 if { (ac_try="$ac_compile"
52442 case "(($ac_try" in
52443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52444 *) ac_try_echo=$ac_try;;
52445 esac
52446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
52447 (eval "$ac_compile") 2>conftest.er1
52448 ac_status=$?
52449 grep -v '^ *+' conftest.er1 >conftest.err
52450 rm -f conftest.er1
52451 cat conftest.err >&5
52452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
52453 (exit $ac_status); } && {
52454 test -z "$ac_c_werror_flag" ||
52455 test ! -s conftest.err
52456 } && test -s conftest.$ac_objext; then
52457
52458 { echo "$as_me:$LINENO: result: yes" >&5
52459 echo "${ECHO_T}yes" >&6; }
52460 GCC_PCH=1
52461
52462 else
52463 echo "$as_me: failed program was:" >&5
52464 sed 's/^/| /' conftest.$ac_ext >&5
52465
52466
52467 cat >conftest.$ac_ext <<_ACEOF
52468 /* confdefs.h. */
52469 _ACEOF
52470 cat confdefs.h >>conftest.$ac_ext
52471 cat >>conftest.$ac_ext <<_ACEOF
52472 /* end confdefs.h. */
52473
52474 int
52475 main ()
52476 {
52477
52478 #if !defined(__INTEL_COMPILER) || \
52479 (__INTEL_COMPILER < 800)
52480 There is no PCH support
52481 #endif
52482
52483 ;
52484 return 0;
52485 }
52486 _ACEOF
52487 rm -f conftest.$ac_objext
52488 if { (ac_try="$ac_compile"
52489 case "(($ac_try" in
52490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52491 *) ac_try_echo=$ac_try;;
52492 esac
52493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
52494 (eval "$ac_compile") 2>conftest.er1
52495 ac_status=$?
52496 grep -v '^ *+' conftest.er1 >conftest.err
52497 rm -f conftest.er1
52498 cat conftest.err >&5
52499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
52500 (exit $ac_status); } && {
52501 test -z "$ac_c_werror_flag" ||
52502 test ! -s conftest.err
52503 } && test -s conftest.$ac_objext; then
52504
52505 { echo "$as_me:$LINENO: result: yes" >&5
52506 echo "${ECHO_T}yes" >&6; }
52507 ICC_PCH=1
52508
52509 else
52510 echo "$as_me: failed program was:" >&5
52511 sed 's/^/| /' conftest.$ac_ext >&5
52512
52513
52514 { echo "$as_me:$LINENO: result: no" >&5
52515 echo "${ECHO_T}no" >&6; }
52516
52517 fi
52518
52519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52520
52521 fi
52522
52523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52524 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
52525 USE_PCH=1
52526
52527 D='$'
52528 cat <<EOF >bk-make-pch
52529 #!/bin/sh
52530
52531 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
52532 # script. It is used to generated precompiled headers.
52533 #
52534 # Permission is given to use this file in any way.
52535
52536 outfile="${D}{1}"
52537 header="${D}{2}"
52538 shift
52539 shift
52540
52541 compiler=""
52542 headerfile=""
52543
52544 while test ${D}{#} -gt 0; do
52545 add_to_cmdline=1
52546 case "${D}{1}" in
52547 -I* )
52548 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
52549 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
52550 headerfile="${D}{incdir}/${D}{header}"
52551 fi
52552 ;;
52553 -use-pch|-use_pch )
52554 shift
52555 add_to_cmdline=0
52556 ;;
52557 esac
52558 if test ${D}add_to_cmdline = 1 ; then
52559 compiler="${D}{compiler} ${D}{1}"
52560 fi
52561 shift
52562 done
52563
52564 if test "x${D}{headerfile}" = "x" ; then
52565 echo "error: can't find header ${D}{header} in include paths" >&2
52566 else
52567 if test -f ${D}{outfile} ; then
52568 rm -f ${D}{outfile}
52569 else
52570 mkdir -p \`dirname ${D}{outfile}\`
52571 fi
52572 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
52573 mkdir -p .deps
52574 if test "x${GCC_PCH}" = "x1" ; then
52575 # can do this because gcc is >= 3.4:
52576 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
52577 elif test "x${ICC_PCH}" = "x1" ; then
52578 filename=pch_gen-${D}${D}
52579 file=${D}{filename}.c
52580 dfile=${D}{filename}.d
52581 cat > ${D}file <<EOT
52582 #include "${D}header"
52583 EOT
52584 # using -MF icc complains about differing command lines in creation/use
52585 ${D}compiler -c -create_pch ${D}outfile -MMD ${D}file && \\
52586 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
52587 rm -f ${D}file ${D}dfile ${D}{filename}.o
52588 fi
52589 exit ${D}{?}
52590 fi
52591 EOF
52592
52593 chmod +x bk-make-pch
52594 BK_MAKE_PCH="`pwd`/bk-make-pch"
52595 fi
52596 fi
52597 fi
52598
52599
52600
52601
52602
52603 COND_BUILD_DEBUG="#"
52604 if test "x$BUILD" = "xdebug" ; then
52605 COND_BUILD_DEBUG=""
52606 fi
52607
52608 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
52609 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
52610 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
52611 fi
52612
52613 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
52614 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
52615 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
52616 fi
52617
52618 COND_BUILD_DEBUG_UNICODE_0="#"
52619 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
52620 COND_BUILD_DEBUG_UNICODE_0=""
52621 fi
52622
52623 COND_BUILD_DEBUG_UNICODE_1="#"
52624 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
52625 COND_BUILD_DEBUG_UNICODE_1=""
52626 fi
52627
52628 COND_BUILD_RELEASE="#"
52629 if test "x$BUILD" = "xrelease" ; then
52630 COND_BUILD_RELEASE=""
52631 fi
52632
52633 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
52634 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
52635 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
52636 fi
52637
52638 COND_BUILD_RELEASE_UNICODE_0="#"
52639 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
52640 COND_BUILD_RELEASE_UNICODE_0=""
52641 fi
52642
52643 COND_BUILD_RELEASE_UNICODE_1="#"
52644 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
52645 COND_BUILD_RELEASE_UNICODE_1=""
52646 fi
52647
52648 COND_DEBUG_FLAG_1="#"
52649 if test "x$DEBUG_FLAG" = "x1" ; then
52650 COND_DEBUG_FLAG_1=""
52651 fi
52652
52653 COND_DEBUG_INFO_0="#"
52654 if test "x$DEBUG_INFO" = "x0" ; then
52655 COND_DEBUG_INFO_0=""
52656 fi
52657
52658 COND_DEBUG_INFO_1="#"
52659 if test "x$DEBUG_INFO" = "x1" ; then
52660 COND_DEBUG_INFO_1=""
52661 fi
52662
52663 COND_DEPS_TRACKING_0="#"
52664 if test "x$DEPS_TRACKING" = "x0" ; then
52665 COND_DEPS_TRACKING_0=""
52666 fi
52667
52668 COND_DEPS_TRACKING_1="#"
52669 if test "x$DEPS_TRACKING" = "x1" ; then
52670 COND_DEPS_TRACKING_1=""
52671 fi
52672
52673 COND_GCC_PCH_1="#"
52674 if test "x$GCC_PCH" = "x1" ; then
52675 COND_GCC_PCH_1=""
52676 fi
52677
52678 COND_ICC_PCH_1="#"
52679 if test "x$ICC_PCH" = "x1" ; then
52680 COND_ICC_PCH_1=""
52681 fi
52682
52683 COND_MONOLITHIC_0="#"
52684 if test "x$MONOLITHIC" = "x0" ; then
52685 COND_MONOLITHIC_0=""
52686 fi
52687
52688 COND_MONOLITHIC_0_SHARED_0="#"
52689 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
52690 COND_MONOLITHIC_0_SHARED_0=""
52691 fi
52692
52693 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
52694 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
52695 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
52696 fi
52697
52698 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
52699 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
52700 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
52701 fi
52702
52703 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
52704 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
52705 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
52706 fi
52707
52708 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
52709 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52710 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
52711 fi
52712
52713 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
52714 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
52715 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
52716 fi
52717
52718 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
52719 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
52720 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
52721 fi
52722
52723 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
52724 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
52725 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
52726 fi
52727
52728 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
52729 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
52730 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
52731 fi
52732
52733 COND_MONOLITHIC_0_SHARED_0_USE_STC_1="#"
52734 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
52735 COND_MONOLITHIC_0_SHARED_0_USE_STC_1=""
52736 fi
52737
52738 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
52739 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
52740 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
52741 fi
52742
52743 COND_MONOLITHIC_0_SHARED_1="#"
52744 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
52745 COND_MONOLITHIC_0_SHARED_1=""
52746 fi
52747
52748 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
52749 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
52750 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
52751 fi
52752
52753 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
52754 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
52755 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
52756 fi
52757
52758 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
52759 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
52760 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
52761 fi
52762
52763 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
52764 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52765 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
52766 fi
52767
52768 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
52769 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
52770 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
52771 fi
52772
52773 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
52774 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
52775 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
52776 fi
52777
52778 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
52779 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
52780 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
52781 fi
52782
52783 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
52784 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
52785 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
52786 fi
52787
52788 COND_MONOLITHIC_0_SHARED_1_USE_STC_1="#"
52789 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
52790 COND_MONOLITHIC_0_SHARED_1_USE_STC_1=""
52791 fi
52792
52793 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
52794 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
52795 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
52796 fi
52797
52798 COND_MONOLITHIC_0_USE_AUI_1="#"
52799 if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
52800 COND_MONOLITHIC_0_USE_AUI_1=""
52801 fi
52802
52803 COND_MONOLITHIC_0_USE_GUI_1="#"
52804 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
52805 COND_MONOLITHIC_0_USE_GUI_1=""
52806 fi
52807
52808 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1="#"
52809 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52810 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=""
52811 fi
52812
52813 COND_MONOLITHIC_0_USE_GUI_1_USE_ODBC_1="#"
52814 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
52815 COND_MONOLITHIC_0_USE_GUI_1_USE_ODBC_1=""
52816 fi
52817
52818 COND_MONOLITHIC_0_USE_HTML_1="#"
52819 if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
52820 COND_MONOLITHIC_0_USE_HTML_1=""
52821 fi
52822
52823 COND_MONOLITHIC_0_USE_MEDIA_1="#"
52824 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
52825 COND_MONOLITHIC_0_USE_MEDIA_1=""
52826 fi
52827
52828 COND_MONOLITHIC_0_USE_ODBC_1="#"
52829 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
52830 COND_MONOLITHIC_0_USE_ODBC_1=""
52831 fi
52832
52833 COND_MONOLITHIC_0_USE_QA_1="#"
52834 if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
52835 COND_MONOLITHIC_0_USE_QA_1=""
52836 fi
52837
52838 COND_MONOLITHIC_0_USE_RICHTEXT_1="#"
52839 if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
52840 COND_MONOLITHIC_0_USE_RICHTEXT_1=""
52841 fi
52842
52843 COND_MONOLITHIC_0_USE_STC_1="#"
52844 if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
52845 COND_MONOLITHIC_0_USE_STC_1=""
52846 fi
52847
52848 COND_MONOLITHIC_0_USE_XRC_1="#"
52849 if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
52850 COND_MONOLITHIC_0_USE_XRC_1=""
52851 fi
52852
52853 COND_MONOLITHIC_1="#"
52854 if test "x$MONOLITHIC" = "x1" ; then
52855 COND_MONOLITHIC_1=""
52856 fi
52857
52858 COND_MONOLITHIC_1_SHARED_0="#"
52859 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
52860 COND_MONOLITHIC_1_SHARED_0=""
52861 fi
52862
52863 COND_MONOLITHIC_1_SHARED_1="#"
52864 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
52865 COND_MONOLITHIC_1_SHARED_1=""
52866 fi
52867
52868 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
52869 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
52870 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
52871 fi
52872
52873 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
52874 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
52875 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
52876 fi
52877
52878 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
52879 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
52880 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
52881 fi
52882
52883 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
52884 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
52885 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
52886 fi
52887
52888 COND_PLATFORM_MACOSX_1="#"
52889 if test "x$PLATFORM_MACOSX" = "x1" ; then
52890 COND_PLATFORM_MACOSX_1=""
52891 fi
52892
52893 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
52894 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
52895 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
52896 fi
52897
52898 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
52899 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
52900 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
52901 fi
52902
52903 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
52904 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
52905 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
52906 fi
52907
52908 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
52909 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
52910 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
52911 fi
52912
52913 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
52914 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
52915 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
52916 fi
52917
52918 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
52919 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
52920 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
52921 fi
52922
52923 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
52924 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
52925 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
52926 fi
52927
52928 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
52929 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
52930 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
52931 fi
52932
52933 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
52934 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
52935 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
52936 fi
52937
52938 COND_PLATFORM_MACOS_1="#"
52939 if test "x$PLATFORM_MACOS" = "x1" ; then
52940 COND_PLATFORM_MACOS_1=""
52941 fi
52942
52943 COND_PLATFORM_MAC_1="#"
52944 if test "x$PLATFORM_MAC" = "x1" ; then
52945 COND_PLATFORM_MAC_1=""
52946 fi
52947
52948 COND_PLATFORM_MSDOS_0="#"
52949 if test "x$PLATFORM_MSDOS" = "x0" ; then
52950 COND_PLATFORM_MSDOS_0=""
52951 fi
52952
52953 COND_PLATFORM_MSDOS_1="#"
52954 if test "x$PLATFORM_MSDOS" = "x1" ; then
52955 COND_PLATFORM_MSDOS_1=""
52956 fi
52957
52958 COND_PLATFORM_OS2_1="#"
52959 if test "x$PLATFORM_OS2" = "x1" ; then
52960 COND_PLATFORM_OS2_1=""
52961 fi
52962
52963 COND_PLATFORM_UNIX_0="#"
52964 if test "x$PLATFORM_UNIX" = "x0" ; then
52965 COND_PLATFORM_UNIX_0=""
52966 fi
52967
52968 COND_PLATFORM_UNIX_1="#"
52969 if test "x$PLATFORM_UNIX" = "x1" ; then
52970 COND_PLATFORM_UNIX_1=""
52971 fi
52972
52973 COND_PLATFORM_UNIX_1_TOOLKIT_MGL="#"
52974 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" ; then
52975 COND_PLATFORM_UNIX_1_TOOLKIT_MGL=""
52976 fi
52977
52978 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1="#"
52979 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
52980 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1=""
52981 fi
52982
52983 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
52984 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
52985 COND_PLATFORM_UNIX_1_USE_GUI_1=""
52986 fi
52987
52988 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
52989 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
52990 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
52991 fi
52992
52993 COND_PLATFORM_WIN32_0="#"
52994 if test "x$PLATFORM_WIN32" = "x0" ; then
52995 COND_PLATFORM_WIN32_0=""
52996 fi
52997
52998 COND_PLATFORM_WIN32_1="#"
52999 if test "x$PLATFORM_WIN32" = "x1" ; then
53000 COND_PLATFORM_WIN32_1=""
53001 fi
53002
53003 COND_SHARED_0="#"
53004 if test "x$SHARED" = "x0" ; then
53005 COND_SHARED_0=""
53006 fi
53007
53008 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
53009 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
53010 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
53011 fi
53012
53013 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
53014 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
53015 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
53016 fi
53017
53018 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
53019 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
53020 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
53021 fi
53022
53023 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
53024 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
53025 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
53026 fi
53027
53028 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
53029 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
53030 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
53031 fi
53032
53033 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
53034 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
53035 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
53036 fi
53037
53038 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
53039 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
53040 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
53041 fi
53042
53043 COND_SHARED_0_USE_STC_1="#"
53044 if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
53045 COND_SHARED_0_USE_STC_1=""
53046 fi
53047
53048 COND_SHARED_0_USE_XRC_1="#"
53049 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
53050 COND_SHARED_0_USE_XRC_1=""
53051 fi
53052
53053 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
53054 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
53055 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
53056 fi
53057
53058 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
53059 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
53060 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
53061 fi
53062
53063 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
53064 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
53065 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
53066 fi
53067
53068 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
53069 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
53070 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
53071 fi
53072
53073 COND_SHARED_1="#"
53074 if test "x$SHARED" = "x1" ; then
53075 COND_SHARED_1=""
53076 fi
53077
53078 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
53079 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
53080 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
53081 fi
53082
53083 COND_SHARED_1_USE_XRC_1="#"
53084 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
53085 COND_SHARED_1_USE_XRC_1=""
53086 fi
53087
53088 COND_TOOLKIT_="#"
53089 if test "x$TOOLKIT" = "x" ; then
53090 COND_TOOLKIT_=""
53091 fi
53092
53093 COND_TOOLKIT_COCOA="#"
53094 if test "x$TOOLKIT" = "xCOCOA" ; then
53095 COND_TOOLKIT_COCOA=""
53096 fi
53097
53098 COND_TOOLKIT_COCOA_USE_GUI_1="#"
53099 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
53100 COND_TOOLKIT_COCOA_USE_GUI_1=""
53101 fi
53102
53103 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
53104 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
53105 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
53106 fi
53107
53108 COND_TOOLKIT_DFB="#"
53109 if test "x$TOOLKIT" = "xDFB" ; then
53110 COND_TOOLKIT_DFB=""
53111 fi
53112
53113 COND_TOOLKIT_DFB_USE_GUI_1="#"
53114 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
53115 COND_TOOLKIT_DFB_USE_GUI_1=""
53116 fi
53117
53118 COND_TOOLKIT_GTK="#"
53119 if test "x$TOOLKIT" = "xGTK" ; then
53120 COND_TOOLKIT_GTK=""
53121 fi
53122
53123 COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
53124 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
53125 COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
53126 fi
53127
53128 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
53129 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
53130 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
53131 fi
53132
53133 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
53134 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
53135 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
53136 fi
53137
53138 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
53139 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
53140 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
53141 fi
53142
53143 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
53144 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
53145 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
53146 fi
53147
53148 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
53149 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
53150 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
53151 fi
53152
53153 COND_TOOLKIT_GTK_USE_GUI_1="#"
53154 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
53155 COND_TOOLKIT_GTK_USE_GUI_1=""
53156 fi
53157
53158 COND_TOOLKIT_MAC="#"
53159 if test "x$TOOLKIT" = "xMAC" ; then
53160 COND_TOOLKIT_MAC=""
53161 fi
53162
53163 COND_TOOLKIT_MAC_USE_GUI_1="#"
53164 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
53165 COND_TOOLKIT_MAC_USE_GUI_1=""
53166 fi
53167
53168 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
53169 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
53170 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
53171 fi
53172
53173 COND_TOOLKIT_MGL="#"
53174 if test "x$TOOLKIT" = "xMGL" ; then
53175 COND_TOOLKIT_MGL=""
53176 fi
53177
53178 COND_TOOLKIT_MGL_USE_GUI_1="#"
53179 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
53180 COND_TOOLKIT_MGL_USE_GUI_1=""
53181 fi
53182
53183 COND_TOOLKIT_MOTIF="#"
53184 if test "x$TOOLKIT" = "xMOTIF" ; then
53185 COND_TOOLKIT_MOTIF=""
53186 fi
53187
53188 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
53189 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
53190 COND_TOOLKIT_MOTIF_USE_GUI_1=""
53191 fi
53192
53193 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
53194 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
53195 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
53196 fi
53197
53198 COND_TOOLKIT_MSW="#"
53199 if test "x$TOOLKIT" = "xMSW" ; then
53200 COND_TOOLKIT_MSW=""
53201 fi
53202
53203 COND_TOOLKIT_MSW_USE_GUI_1="#"
53204 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
53205 COND_TOOLKIT_MSW_USE_GUI_1=""
53206 fi
53207
53208 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
53209 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
53210 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
53211 fi
53212
53213 COND_TOOLKIT_MSW_WXUNIV_0="#"
53214 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
53215 COND_TOOLKIT_MSW_WXUNIV_0=""
53216 fi
53217
53218 COND_TOOLKIT_PM="#"
53219 if test "x$TOOLKIT" = "xPM" ; then
53220 COND_TOOLKIT_PM=""
53221 fi
53222
53223 COND_TOOLKIT_PM_USE_GUI_1="#"
53224 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
53225 COND_TOOLKIT_PM_USE_GUI_1=""
53226 fi
53227
53228 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
53229 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
53230 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
53231 fi
53232
53233 COND_TOOLKIT_WINCE="#"
53234 if test "x$TOOLKIT" = "xWINCE" ; then
53235 COND_TOOLKIT_WINCE=""
53236 fi
53237
53238 COND_TOOLKIT_WINCE_USE_GUI_1="#"
53239 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
53240 COND_TOOLKIT_WINCE_USE_GUI_1=""
53241 fi
53242
53243 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
53244 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
53245 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
53246 fi
53247
53248 COND_TOOLKIT_WINCE_WXUNIV_0="#"
53249 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
53250 COND_TOOLKIT_WINCE_WXUNIV_0=""
53251 fi
53252
53253 COND_TOOLKIT_X11="#"
53254 if test "x$TOOLKIT" = "xX11" ; then
53255 COND_TOOLKIT_X11=""
53256 fi
53257
53258 COND_TOOLKIT_X11_USE_GUI_1="#"
53259 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
53260 COND_TOOLKIT_X11_USE_GUI_1=""
53261 fi
53262
53263 COND_UNICODE_1="#"
53264 if test "x$UNICODE" = "x1" ; then
53265 COND_UNICODE_1=""
53266 fi
53267
53268 COND_USE_EXCEPTIONS_0="#"
53269 if test "x$USE_EXCEPTIONS" = "x0" ; then
53270 COND_USE_EXCEPTIONS_0=""
53271 fi
53272
53273 COND_USE_EXCEPTIONS_1="#"
53274 if test "x$USE_EXCEPTIONS" = "x1" ; then
53275 COND_USE_EXCEPTIONS_1=""
53276 fi
53277
53278 COND_USE_GUI_0="#"
53279 if test "x$USE_GUI" = "x0" ; then
53280 COND_USE_GUI_0=""
53281 fi
53282
53283 COND_USE_GUI_1="#"
53284 if test "x$USE_GUI" = "x1" ; then
53285 COND_USE_GUI_1=""
53286 fi
53287
53288 COND_USE_GUI_1_USE_OPENGL_1="#"
53289 if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
53290 COND_USE_GUI_1_USE_OPENGL_1=""
53291 fi
53292
53293 COND_USE_GUI_1_WXUNIV_0="#"
53294 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
53295 COND_USE_GUI_1_WXUNIV_0=""
53296 fi
53297
53298 COND_USE_GUI_1_WXUNIV_1="#"
53299 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
53300 COND_USE_GUI_1_WXUNIV_1=""
53301 fi
53302
53303 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
53304 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
53305 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
53306 fi
53307
53308 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
53309 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
53310 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
53311 fi
53312
53313 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
53314 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
53315 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
53316 fi
53317
53318 COND_USE_ODBC_1="#"
53319 if test "x$USE_ODBC" = "x1" ; then
53320 COND_USE_ODBC_1=""
53321 fi
53322
53323 COND_USE_OPENGL_1="#"
53324 if test "x$USE_OPENGL" = "x1" ; then
53325 COND_USE_OPENGL_1=""
53326 fi
53327
53328 COND_USE_PCH_1="#"
53329 if test "x$USE_PCH" = "x1" ; then
53330 COND_USE_PCH_1=""
53331 fi
53332
53333 COND_USE_PLUGINS_0="#"
53334 if test "x$USE_PLUGINS" = "x0" ; then
53335 COND_USE_PLUGINS_0=""
53336 fi
53337
53338 COND_USE_RTTI_0="#"
53339 if test "x$USE_RTTI" = "x0" ; then
53340 COND_USE_RTTI_0=""
53341 fi
53342
53343 COND_USE_RTTI_1="#"
53344 if test "x$USE_RTTI" = "x1" ; then
53345 COND_USE_RTTI_1=""
53346 fi
53347
53348 COND_USE_SOSYMLINKS_1="#"
53349 if test "x$USE_SOSYMLINKS" = "x1" ; then
53350 COND_USE_SOSYMLINKS_1=""
53351 fi
53352
53353 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
53354 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
53355 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
53356 fi
53357
53358 COND_USE_SOVERLINUX_1="#"
53359 if test "x$USE_SOVERLINUX" = "x1" ; then
53360 COND_USE_SOVERLINUX_1=""
53361 fi
53362
53363 COND_USE_SOVERSION_0="#"
53364 if test "x$USE_SOVERSION" = "x0" ; then
53365 COND_USE_SOVERSION_0=""
53366 fi
53367
53368 COND_USE_SOVERSOLARIS_1="#"
53369 if test "x$USE_SOVERSOLARIS" = "x1" ; then
53370 COND_USE_SOVERSOLARIS_1=""
53371 fi
53372
53373 COND_USE_STC_1="#"
53374 if test "x$USE_STC" = "x1" ; then
53375 COND_USE_STC_1=""
53376 fi
53377
53378 COND_USE_THREADS_0="#"
53379 if test "x$USE_THREADS" = "x0" ; then
53380 COND_USE_THREADS_0=""
53381 fi
53382
53383 COND_USE_THREADS_1="#"
53384 if test "x$USE_THREADS" = "x1" ; then
53385 COND_USE_THREADS_1=""
53386 fi
53387
53388 COND_USE_XRC_1="#"
53389 if test "x$USE_XRC" = "x1" ; then
53390 COND_USE_XRC_1=""
53391 fi
53392
53393 COND_WINDOWS_IMPLIB_1="#"
53394 if test "x$WINDOWS_IMPLIB" = "x1" ; then
53395 COND_WINDOWS_IMPLIB_1=""
53396 fi
53397
53398 COND_WITH_PLUGIN_SDL_1="#"
53399 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
53400 COND_WITH_PLUGIN_SDL_1=""
53401 fi
53402
53403 COND_WXUNIV_0="#"
53404 if test "x$WXUNIV" = "x0" ; then
53405 COND_WXUNIV_0=""
53406 fi
53407
53408 COND_WXUNIV_1="#"
53409 if test "x$WXUNIV" = "x1" ; then
53410 COND_WXUNIV_1=""
53411 fi
53412
53413 COND_WXUSE_EXPAT_BUILTIN="#"
53414 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
53415 COND_WXUSE_EXPAT_BUILTIN=""
53416 fi
53417
53418 COND_WXUSE_LIBJPEG_BUILTIN="#"
53419 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
53420 COND_WXUSE_LIBJPEG_BUILTIN=""
53421 fi
53422
53423 COND_WXUSE_LIBPNG_BUILTIN="#"
53424 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
53425 COND_WXUSE_LIBPNG_BUILTIN=""
53426 fi
53427
53428 COND_WXUSE_LIBTIFF_BUILTIN="#"
53429 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
53430 COND_WXUSE_LIBTIFF_BUILTIN=""
53431 fi
53432
53433 COND_WXUSE_ODBC_BUILTIN="#"
53434 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
53435 COND_WXUSE_ODBC_BUILTIN=""
53436 fi
53437
53438 COND_WXUSE_REGEX_BUILTIN="#"
53439 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
53440 COND_WXUSE_REGEX_BUILTIN=""
53441 fi
53442
53443 COND_WXUSE_ZLIB_BUILTIN="#"
53444 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
53445 COND_WXUSE_ZLIB_BUILTIN=""
53446 fi
53447
53448
53449
53450 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
53451 { { 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
53452 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;}
53453 { (exit 1); exit 1; }; }
53454 fi
53455
53456 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
53457 { { 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
53458 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;}
53459 { (exit 1); exit 1; }; }
53460 fi
53461
53462
53463 if test $GCC_PCH = 1
53464 then
53465 if test "$wx_cv_gcc_pch_bug" = yes; then
53466 { echo "$as_me:$LINENO: WARNING: *** Precompiled header support is broken on this compiler" >&5
53467 echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
53468 { echo "$as_me:$LINENO: WARNING: *** --enable-precomp-headers is not recommended" >&5
53469 echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
53470 { echo "$as_me:$LINENO: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
53471 echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
53472 fi
53473
53474 CPPFLAGS="-DWX_PRECOMP $CPPFLAGS"
53475 fi
53476
53477
53478 if test "$wxUSE_MAC" = 1 ; then
53479 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
53480 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
53481 mv temp bk-deps
53482 chmod +x bk-deps
53483 fi
53484 fi
53485
53486 if test "$wxUSE_SHARED" = "yes"; then
53487
53488 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
53489 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
53490
53491 case "${host}" in
53492 *-pc-os2_emx | *-pc-os2-emx )
53493 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
53494 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
53495 cp -p ${srcdir}/src/os2/dllnames.sh .
53496 cp -p ${srcdir}/src/os2/dllar.sh .
53497 ;;
53498 esac
53499 else
53500
53501 EXE_LINKER="$CXX -o"
53502
53503 fi
53504 if test "$wxUSE_OMF" = "yes"; then
53505 case "${host}" in
53506 *-pc-os2_emx | *-pc-os2-emx )
53507 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
53508 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
53509 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
53510 ;;
53511 esac
53512 fi
53513
53514 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
53515
53516
53517 case "${host}" in
53518 *-*-solaris2* )
53519 if "$GCC" = yes; then
53520 CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//'`
53521 LIBS=`echo $LIBS | sed 's/-mt//'`
53522 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//'`
53523 fi
53524 ;;
53525
53526 *-*-linux* )
53527 if test "x$SUNCXX" = xyes; then
53528 CPPFLAGS=`echo $CPPFLAGS | sed 's/-pthread//'`
53529 LIBS=`echo $LIBS | sed 's/-pthread//'`
53530 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-pthread//'`
53531 fi
53532 ;;
53533 esac
53534
53535 CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
53536 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
53537
53538 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
53539
53540
53541
53542
53543
53544
53545
53546
53547
53548
53549
53550
53551
53552
53553
53554
53555
53556
53557
53558
53559
53560
53561
53562
53563
53564
53565
53566
53567
53568
53569
53570
53571
53572
53573
53574
53575
53576
53577
53578
53579
53580
53581
53582
53583
53584
53585
53586
53587
53588
53589
53590
53591
53592
53593
53594
53595
53596
53597
53598
53599
53600 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
53601 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
53602 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
53603 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
53604 echo $ECHO_N "(cached) $ECHO_C" >&6
53605 else
53606 cat >conftest.make <<\_ACEOF
53607 SHELL = /bin/sh
53608 all:
53609 @echo '@@@%%%=$(MAKE)=@@@%%%'
53610 _ACEOF
53611 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
53612 case `${MAKE-make} -f conftest.make 2>/dev/null` in
53613 *@@@%%%=?*=@@@%%%*)
53614 eval ac_cv_prog_make_${ac_make}_set=yes;;
53615 *)
53616 eval ac_cv_prog_make_${ac_make}_set=no;;
53617 esac
53618 rm -f conftest.make
53619 fi
53620 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
53621 { echo "$as_me:$LINENO: result: yes" >&5
53622 echo "${ECHO_T}yes" >&6; }
53623 SET_MAKE=
53624 else
53625 { echo "$as_me:$LINENO: result: no" >&5
53626 echo "${ECHO_T}no" >&6; }
53627 SET_MAKE="MAKE=${MAKE-make}"
53628 fi
53629
53630
53631
53632 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
53633
53634
53635 if test "$USE_WIN32" = 1; then
53636 ac_config_commands="$ac_config_commands
53637 rcdefs.h
53638 "
53639
53640 fi
53641
53642 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
53643
53644
53645 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
53646
53647
53648 if test "$wx_cv_version_script" = "yes"; then
53649 ac_config_files="$ac_config_files version-script"
53650
53651 fi
53652 ac_config_files="$ac_config_files Makefile"
53653
53654
53655 ac_config_commands="$ac_config_commands wx-config"
53656
53657
53658
53659 if test "$wxWITH_SUBDIRS" != "no"; then
53660 if test "$wxUSE_GUI" = "yes"; then
53661 SUBDIRS="samples demos utils"
53662 else SUBDIRS="samples utils"
53663 fi
53664
53665
53666
53667 # Check whether --with-cppunit-prefix was given.
53668 if test "${with_cppunit_prefix+set}" = set; then
53669 withval=$with_cppunit_prefix; cppunit_config_prefix="$withval"
53670 else
53671 cppunit_config_prefix=""
53672 fi
53673
53674
53675 # Check whether --with-cppunit-exec-prefix was given.
53676 if test "${with_cppunit_exec_prefix+set}" = set; then
53677 withval=$with_cppunit_exec_prefix; cppunit_config_exec_prefix="$withval"
53678 else
53679 cppunit_config_exec_prefix=""
53680 fi
53681
53682
53683 if test x$cppunit_config_exec_prefix != x ; then
53684 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
53685 if test x${CPPUNIT_CONFIG+set} != xset ; then
53686 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
53687 fi
53688 fi
53689 if test x$cppunit_config_prefix != x ; then
53690 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
53691 if test x${CPPUNIT_CONFIG+set} != xset ; then
53692 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
53693 fi
53694 fi
53695
53696 # Extract the first word of "cppunit-config", so it can be a program name with args.
53697 set dummy cppunit-config; ac_word=$2
53698 { echo "$as_me:$LINENO: checking for $ac_word" >&5
53699 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
53700 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
53701 echo $ECHO_N "(cached) $ECHO_C" >&6
53702 else
53703 case $CPPUNIT_CONFIG in
53704 [\\/]* | ?:[\\/]*)
53705 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
53706 ;;
53707 *)
53708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53709 for as_dir in $PATH
53710 do
53711 IFS=$as_save_IFS
53712 test -z "$as_dir" && as_dir=.
53713 for ac_exec_ext in '' $ac_executable_extensions; do
53714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53715 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
53716 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53717 break 2
53718 fi
53719 done
53720 done
53721 IFS=$as_save_IFS
53722
53723 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
53724 ;;
53725 esac
53726 fi
53727 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
53728 if test -n "$CPPUNIT_CONFIG"; then
53729 { echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
53730 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6; }
53731 else
53732 { echo "$as_me:$LINENO: result: no" >&5
53733 echo "${ECHO_T}no" >&6; }
53734 fi
53735
53736
53737 cppunit_version_min=1.8.0
53738
53739 { echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
53740 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6; }
53741 no_cppunit=""
53742 if test "$CPPUNIT_CONFIG" = "no" ; then
53743 { echo "$as_me:$LINENO: result: no" >&5
53744 echo "${ECHO_T}no" >&6; }
53745 no_cppunit=yes
53746 else
53747 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
53748 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
53749 cppunit_version=`$CPPUNIT_CONFIG --version`
53750
53751 cppunit_major_version=`echo $cppunit_version | \
53752 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
53753 cppunit_minor_version=`echo $cppunit_version | \
53754 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
53755 cppunit_micro_version=`echo $cppunit_version | \
53756 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
53757
53758 cppunit_major_min=`echo $cppunit_version_min | \
53759 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
53760 cppunit_minor_min=`echo $cppunit_version_min | \
53761 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
53762 cppunit_micro_min=`echo $cppunit_version_min | \
53763 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
53764
53765 cppunit_version_proper=`expr \
53766 $cppunit_major_version \> $cppunit_major_min \| \
53767 $cppunit_major_version \= $cppunit_major_min \& \
53768 $cppunit_minor_version \> $cppunit_minor_min \| \
53769 $cppunit_major_version \= $cppunit_major_min \& \
53770 $cppunit_minor_version \= $cppunit_minor_min \& \
53771 $cppunit_micro_version \>= $cppunit_micro_min `
53772
53773 if test "$cppunit_version_proper" = "1" ; then
53774 { echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
53775 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
53776 else
53777 { echo "$as_me:$LINENO: result: no" >&5
53778 echo "${ECHO_T}no" >&6; }
53779 no_cppunit=yes
53780 fi
53781 fi
53782
53783 if test "x$no_cppunit" = x ; then
53784 SUBDIRS="$SUBDIRS tests"
53785 else
53786 CPPUNIT_CFLAGS=""
53787 CPPUNIT_LIBS=""
53788 :
53789 fi
53790
53791
53792
53793
53794
53795 for subdir in `echo $SUBDIRS`; do
53796 if test -d ${srcdir}/${subdir} ; then
53797 if test "$wxUSE_GUI" = "yes"; then
53798 if test ${subdir} = "samples"; then
53799 makefiles="samples/Makefile.in $makefiles"
53800 for sample in `echo $SAMPLES_SUBDIRS`; do
53801 if test -d $srcdir/samples/$sample; then
53802 makefiles="samples/$sample/Makefile.in $makefiles"
53803 fi
53804 done
53805 else
53806 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
53807 eval "disabled=\$$disabled_var"
53808 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
53809 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
53810 fi
53811 else if test ${subdir} = "samples"; then
53812 makefiles="samples/Makefile.in samples/console/Makefile.in"
53813 elif test ${subdir} = "utils"; then
53814 makefiles=""
53815 for util in HelpGen tex2rtf ; do
53816 if test -d $srcdir/utils/$util ; then
53817 makefiles="utils/$util/Makefile.in \
53818 utils/$util/src/Makefile.in \
53819 $makefiles"
53820 fi
53821 done
53822 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
53823 fi
53824 fi
53825
53826 for mkin in $makefiles ; do
53827 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
53828 ac_config_files="$ac_config_files $mk"
53829
53830 done
53831 fi
53832 done
53833 fi
53834 cat >confcache <<\_ACEOF
53835 # This file is a shell script that caches the results of configure
53836 # tests run on this system so they can be shared between configure
53837 # scripts and configure runs, see configure's option --config-cache.
53838 # It is not useful on other systems. If it contains results you don't
53839 # want to keep, you may remove or edit it.
53840 #
53841 # config.status only pays attention to the cache file if you give it
53842 # the --recheck option to rerun configure.
53843 #
53844 # `ac_cv_env_foo' variables (set or unset) will be overridden when
53845 # loading this file, other *unset* `ac_cv_foo' will be assigned the
53846 # following values.
53847
53848 _ACEOF
53849
53850 # The following way of writing the cache mishandles newlines in values,
53851 # but we know of no workaround that is simple, portable, and efficient.
53852 # So, we kill variables containing newlines.
53853 # Ultrix sh set writes to stderr and can't be redirected directly,
53854 # and sets the high bit in the cache file unless we assign to the vars.
53855 (
53856 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
53857 eval ac_val=\$$ac_var
53858 case $ac_val in #(
53859 *${as_nl}*)
53860 case $ac_var in #(
53861 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
53862 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
53863 esac
53864 case $ac_var in #(
53865 _ | IFS | as_nl) ;; #(
53866 *) $as_unset $ac_var ;;
53867 esac ;;
53868 esac
53869 done
53870
53871 (set) 2>&1 |
53872 case $as_nl`(ac_space=' '; set) 2>&1` in #(
53873 *${as_nl}ac_space=\ *)
53874 # `set' does not quote correctly, so add quotes (double-quote
53875 # substitution turns \\\\ into \\, and sed turns \\ into \).
53876 sed -n \
53877 "s/'/'\\\\''/g;
53878 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
53879 ;; #(
53880 *)
53881 # `set' quotes correctly as required by POSIX, so do not add quotes.
53882 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
53883 ;;
53884 esac |
53885 sort
53886 ) |
53887 sed '
53888 /^ac_cv_env_/b end
53889 t clear
53890 :clear
53891 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
53892 t end
53893 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
53894 :end' >>confcache
53895 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
53896 if test -w "$cache_file"; then
53897 test "x$cache_file" != "x/dev/null" &&
53898 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
53899 echo "$as_me: updating cache $cache_file" >&6;}
53900 cat confcache >$cache_file
53901 else
53902 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
53903 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
53904 fi
53905 fi
53906 rm -f confcache
53907
53908 test "x$prefix" = xNONE && prefix=$ac_default_prefix
53909 # Let make expand exec_prefix.
53910 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
53911
53912 DEFS=-DHAVE_CONFIG_H
53913
53914 ac_libobjs=
53915 ac_ltlibobjs=
53916 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
53917 # 1. Remove the extension, and $U if already installed.
53918 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
53919 ac_i=`echo "$ac_i" | sed "$ac_script"`
53920 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
53921 # will be set to the directory where LIBOBJS objects are built.
53922 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
53923 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
53924 done
53925 LIBOBJS=$ac_libobjs
53926
53927 LTLIBOBJS=$ac_ltlibobjs
53928
53929
53930
53931 : ${CONFIG_STATUS=./config.status}
53932 ac_clean_files_save=$ac_clean_files
53933 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
53934 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
53935 echo "$as_me: creating $CONFIG_STATUS" >&6;}
53936 cat >$CONFIG_STATUS <<_ACEOF
53937 #! $SHELL
53938 # Generated by $as_me.
53939 # Run this file to recreate the current configuration.
53940 # Compiler output produced by configure, useful for debugging
53941 # configure, is in config.log if it exists.
53942
53943 debug=false
53944 ac_cs_recheck=false
53945 ac_cs_silent=false
53946 SHELL=\${CONFIG_SHELL-$SHELL}
53947 _ACEOF
53948
53949 cat >>$CONFIG_STATUS <<\_ACEOF
53950 ## --------------------- ##
53951 ## M4sh Initialization. ##
53952 ## --------------------- ##
53953
53954 # Be more Bourne compatible
53955 DUALCASE=1; export DUALCASE # for MKS sh
53956 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
53957 emulate sh
53958 NULLCMD=:
53959 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
53960 # is contrary to our usage. Disable this feature.
53961 alias -g '${1+"$@"}'='"$@"'
53962 setopt NO_GLOB_SUBST
53963 else
53964 case `(set -o) 2>/dev/null` in
53965 *posix*) set -o posix ;;
53966 esac
53967
53968 fi
53969
53970
53971
53972
53973 # PATH needs CR
53974 # Avoid depending upon Character Ranges.
53975 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
53976 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
53977 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
53978 as_cr_digits='0123456789'
53979 as_cr_alnum=$as_cr_Letters$as_cr_digits
53980
53981 # The user is always right.
53982 if test "${PATH_SEPARATOR+set}" != set; then
53983 echo "#! /bin/sh" >conf$$.sh
53984 echo "exit 0" >>conf$$.sh
53985 chmod +x conf$$.sh
53986 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
53987 PATH_SEPARATOR=';'
53988 else
53989 PATH_SEPARATOR=:
53990 fi
53991 rm -f conf$$.sh
53992 fi
53993
53994 # Support unset when possible.
53995 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
53996 as_unset=unset
53997 else
53998 as_unset=false
53999 fi
54000
54001
54002 # IFS
54003 # We need space, tab and new line, in precisely that order. Quoting is
54004 # there to prevent editors from complaining about space-tab.
54005 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
54006 # splitting by setting IFS to empty value.)
54007 as_nl='
54008 '
54009 IFS=" "" $as_nl"
54010
54011 # Find who we are. Look in the path if we contain no directory separator.
54012 case $0 in
54013 *[\\/]* ) as_myself=$0 ;;
54014 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
54015 for as_dir in $PATH
54016 do
54017 IFS=$as_save_IFS
54018 test -z "$as_dir" && as_dir=.
54019 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
54020 done
54021 IFS=$as_save_IFS
54022
54023 ;;
54024 esac
54025 # We did not find ourselves, most probably we were run as `sh COMMAND'
54026 # in which case we are not to be found in the path.
54027 if test "x$as_myself" = x; then
54028 as_myself=$0
54029 fi
54030 if test ! -f "$as_myself"; then
54031 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
54032 { (exit 1); exit 1; }
54033 fi
54034
54035 # Work around bugs in pre-3.0 UWIN ksh.
54036 for as_var in ENV MAIL MAILPATH
54037 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
54038 done
54039 PS1='$ '
54040 PS2='> '
54041 PS4='+ '
54042
54043 # NLS nuisances.
54044 for as_var in \
54045 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
54046 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
54047 LC_TELEPHONE LC_TIME
54048 do
54049 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
54050 eval $as_var=C; export $as_var
54051 else
54052 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
54053 fi
54054 done
54055
54056 # Required to use basename.
54057 if expr a : '\(a\)' >/dev/null 2>&1 &&
54058 test "X`expr 00001 : '.*\(...\)'`" = X001; then
54059 as_expr=expr
54060 else
54061 as_expr=false
54062 fi
54063
54064 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
54065 as_basename=basename
54066 else
54067 as_basename=false
54068 fi
54069
54070
54071 # Name of the executable.
54072 as_me=`$as_basename -- "$0" ||
54073 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
54074 X"$0" : 'X\(//\)$' \| \
54075 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
54076 echo X/"$0" |
54077 sed '/^.*\/\([^/][^/]*\)\/*$/{
54078 s//\1/
54079 q
54080 }
54081 /^X\/\(\/\/\)$/{
54082 s//\1/
54083 q
54084 }
54085 /^X\/\(\/\).*/{
54086 s//\1/
54087 q
54088 }
54089 s/.*/./; q'`
54090
54091 # CDPATH.
54092 $as_unset CDPATH
54093
54094
54095
54096 as_lineno_1=$LINENO
54097 as_lineno_2=$LINENO
54098 test "x$as_lineno_1" != "x$as_lineno_2" &&
54099 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
54100
54101 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
54102 # uniformly replaced by the line number. The first 'sed' inserts a
54103 # line-number line after each line using $LINENO; the second 'sed'
54104 # does the real work. The second script uses 'N' to pair each
54105 # line-number line with the line containing $LINENO, and appends
54106 # trailing '-' during substitution so that $LINENO is not a special
54107 # case at line end.
54108 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
54109 # scripts with optimization help from Paolo Bonzini. Blame Lee
54110 # E. McMahon (1931-1989) for sed's syntax. :-)
54111 sed -n '
54112 p
54113 /[$]LINENO/=
54114 ' <$as_myself |
54115 sed '
54116 s/[$]LINENO.*/&-/
54117 t lineno
54118 b
54119 :lineno
54120 N
54121 :loop
54122 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
54123 t loop
54124 s/-\n.*//
54125 ' >$as_me.lineno &&
54126 chmod +x "$as_me.lineno" ||
54127 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
54128 { (exit 1); exit 1; }; }
54129
54130 # Don't try to exec as it changes $[0], causing all sort of problems
54131 # (the dirname of $[0] is not the place where we might find the
54132 # original and so on. Autoconf is especially sensitive to this).
54133 . "./$as_me.lineno"
54134 # Exit status is that of the last command.
54135 exit
54136 }
54137
54138
54139 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
54140 as_dirname=dirname
54141 else
54142 as_dirname=false
54143 fi
54144
54145 ECHO_C= ECHO_N= ECHO_T=
54146 case `echo -n x` in
54147 -n*)
54148 case `echo 'x\c'` in
54149 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
54150 *) ECHO_C='\c';;
54151 esac;;
54152 *)
54153 ECHO_N='-n';;
54154 esac
54155
54156 if expr a : '\(a\)' >/dev/null 2>&1 &&
54157 test "X`expr 00001 : '.*\(...\)'`" = X001; then
54158 as_expr=expr
54159 else
54160 as_expr=false
54161 fi
54162
54163 rm -f conf$$ conf$$.exe conf$$.file
54164 if test -d conf$$.dir; then
54165 rm -f conf$$.dir/conf$$.file
54166 else
54167 rm -f conf$$.dir
54168 mkdir conf$$.dir
54169 fi
54170 echo >conf$$.file
54171 if ln -s conf$$.file conf$$ 2>/dev/null; then
54172 as_ln_s='ln -s'
54173 # ... but there are two gotchas:
54174 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
54175 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
54176 # In both cases, we have to default to `cp -p'.
54177 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
54178 as_ln_s='cp -p'
54179 elif ln conf$$.file conf$$ 2>/dev/null; then
54180 as_ln_s=ln
54181 else
54182 as_ln_s='cp -p'
54183 fi
54184 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
54185 rmdir conf$$.dir 2>/dev/null
54186
54187 if mkdir -p . 2>/dev/null; then
54188 as_mkdir_p=:
54189 else
54190 test -d ./-p && rmdir ./-p
54191 as_mkdir_p=false
54192 fi
54193
54194 if test -x / >/dev/null 2>&1; then
54195 as_test_x='test -x'
54196 else
54197 if ls -dL / >/dev/null 2>&1; then
54198 as_ls_L_option=L
54199 else
54200 as_ls_L_option=
54201 fi
54202 as_test_x='
54203 eval sh -c '\''
54204 if test -d "$1"; then
54205 test -d "$1/.";
54206 else
54207 case $1 in
54208 -*)set "./$1";;
54209 esac;
54210 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
54211 ???[sx]*):;;*)false;;esac;fi
54212 '\'' sh
54213 '
54214 fi
54215 as_executable_p=$as_test_x
54216
54217 # Sed expression to map a string onto a valid CPP name.
54218 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
54219
54220 # Sed expression to map a string onto a valid variable name.
54221 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
54222
54223
54224 exec 6>&1
54225
54226 # Save the log message, to keep $[0] and so on meaningful, and to
54227 # report actual input values of CONFIG_FILES etc. instead of their
54228 # values after options handling.
54229 ac_log="
54230 This file was extended by wxWidgets $as_me 2.9.0, which was
54231 generated by GNU Autoconf 2.61. Invocation command line was
54232
54233 CONFIG_FILES = $CONFIG_FILES
54234 CONFIG_HEADERS = $CONFIG_HEADERS
54235 CONFIG_LINKS = $CONFIG_LINKS
54236 CONFIG_COMMANDS = $CONFIG_COMMANDS
54237 $ $0 $@
54238
54239 on `(hostname || uname -n) 2>/dev/null | sed 1q`
54240 "
54241
54242 _ACEOF
54243
54244 cat >>$CONFIG_STATUS <<_ACEOF
54245 # Files that config.status was made for.
54246 config_files="$ac_config_files"
54247 config_headers="$ac_config_headers"
54248 config_commands="$ac_config_commands"
54249
54250 _ACEOF
54251
54252 cat >>$CONFIG_STATUS <<\_ACEOF
54253 ac_cs_usage="\
54254 \`$as_me' instantiates files from templates according to the
54255 current configuration.
54256
54257 Usage: $0 [OPTIONS] [FILE]...
54258
54259 -h, --help print this help, then exit
54260 -V, --version print version number and configuration settings, then exit
54261 -q, --quiet do not print progress messages
54262 -d, --debug don't remove temporary files
54263 --recheck update $as_me by reconfiguring in the same conditions
54264 --file=FILE[:TEMPLATE]
54265 instantiate the configuration file FILE
54266 --header=FILE[:TEMPLATE]
54267 instantiate the configuration header FILE
54268
54269 Configuration files:
54270 $config_files
54271
54272 Configuration headers:
54273 $config_headers
54274
54275 Configuration commands:
54276 $config_commands
54277
54278 Report bugs to <bug-autoconf@gnu.org>."
54279
54280 _ACEOF
54281 cat >>$CONFIG_STATUS <<_ACEOF
54282 ac_cs_version="\\
54283 wxWidgets config.status 2.9.0
54284 configured by $0, generated by GNU Autoconf 2.61,
54285 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
54286
54287 Copyright (C) 2006 Free Software Foundation, Inc.
54288 This config.status script is free software; the Free Software Foundation
54289 gives unlimited permission to copy, distribute and modify it."
54290
54291 ac_pwd='$ac_pwd'
54292 srcdir='$srcdir'
54293 INSTALL='$INSTALL'
54294 _ACEOF
54295
54296 cat >>$CONFIG_STATUS <<\_ACEOF
54297 # If no file are specified by the user, then we need to provide default
54298 # value. By we need to know if files were specified by the user.
54299 ac_need_defaults=:
54300 while test $# != 0
54301 do
54302 case $1 in
54303 --*=*)
54304 ac_option=`expr "X$1" : 'X\([^=]*\)='`
54305 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
54306 ac_shift=:
54307 ;;
54308 *)
54309 ac_option=$1
54310 ac_optarg=$2
54311 ac_shift=shift
54312 ;;
54313 esac
54314
54315 case $ac_option in
54316 # Handling of the options.
54317 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
54318 ac_cs_recheck=: ;;
54319 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
54320 echo "$ac_cs_version"; exit ;;
54321 --debug | --debu | --deb | --de | --d | -d )
54322 debug=: ;;
54323 --file | --fil | --fi | --f )
54324 $ac_shift
54325 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
54326 ac_need_defaults=false;;
54327 --header | --heade | --head | --hea )
54328 $ac_shift
54329 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
54330 ac_need_defaults=false;;
54331 --he | --h)
54332 # Conflict between --help and --header
54333 { echo "$as_me: error: ambiguous option: $1
54334 Try \`$0 --help' for more information." >&2
54335 { (exit 1); exit 1; }; };;
54336 --help | --hel | -h )
54337 echo "$ac_cs_usage"; exit ;;
54338 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
54339 | -silent | --silent | --silen | --sile | --sil | --si | --s)
54340 ac_cs_silent=: ;;
54341
54342 # This is an error.
54343 -*) { echo "$as_me: error: unrecognized option: $1
54344 Try \`$0 --help' for more information." >&2
54345 { (exit 1); exit 1; }; } ;;
54346
54347 *) ac_config_targets="$ac_config_targets $1"
54348 ac_need_defaults=false ;;
54349
54350 esac
54351 shift
54352 done
54353
54354 ac_configure_extra_args=
54355
54356 if $ac_cs_silent; then
54357 exec 6>/dev/null
54358 ac_configure_extra_args="$ac_configure_extra_args --silent"
54359 fi
54360
54361 _ACEOF
54362 cat >>$CONFIG_STATUS <<_ACEOF
54363 if \$ac_cs_recheck; then
54364 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
54365 CONFIG_SHELL=$SHELL
54366 export CONFIG_SHELL
54367 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
54368 fi
54369
54370 _ACEOF
54371 cat >>$CONFIG_STATUS <<\_ACEOF
54372 exec 5>>config.log
54373 {
54374 echo
54375 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
54376 ## Running $as_me. ##
54377 _ASBOX
54378 echo "$ac_log"
54379 } >&5
54380
54381 _ACEOF
54382 cat >>$CONFIG_STATUS <<_ACEOF
54383 #
54384 # INIT-COMMANDS
54385 #
54386
54387 CPP="$CPP"
54388 infile="$srcdir/include/wx/msw/genrcdefs.h"
54389 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
54390
54391
54392 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
54393 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
54394 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
54395 LN_S="${LN_S}"
54396
54397
54398 _ACEOF
54399
54400 cat >>$CONFIG_STATUS <<\_ACEOF
54401
54402 # Handling of arguments.
54403 for ac_config_target in $ac_config_targets
54404 do
54405 case $ac_config_target in
54406 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
54407 "rcdefs.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
54408 "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
54409 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
54410 "version-script") CONFIG_FILES="$CONFIG_FILES version-script" ;;
54411 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
54412 "wx-config") CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
54413 "$mk") CONFIG_FILES="$CONFIG_FILES $mk" ;;
54414
54415 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
54416 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
54417 { (exit 1); exit 1; }; };;
54418 esac
54419 done
54420
54421
54422 # If the user did not use the arguments to specify the items to instantiate,
54423 # then the envvar interface is used. Set only those that are not.
54424 # We use the long form for the default assignment because of an extremely
54425 # bizarre bug on SunOS 4.1.3.
54426 if $ac_need_defaults; then
54427 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
54428 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
54429 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
54430 fi
54431
54432 # Have a temporary directory for convenience. Make it in the build tree
54433 # simply because there is no reason against having it here, and in addition,
54434 # creating and moving files from /tmp can sometimes cause problems.
54435 # Hook for its removal unless debugging.
54436 # Note that there is a small window in which the directory will not be cleaned:
54437 # after its creation but before its name has been assigned to `$tmp'.
54438 $debug ||
54439 {
54440 tmp=
54441 trap 'exit_status=$?
54442 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
54443 ' 0
54444 trap '{ (exit 1); exit 1; }' 1 2 13 15
54445 }
54446 # Create a (secure) tmp directory for tmp files.
54447
54448 {
54449 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
54450 test -n "$tmp" && test -d "$tmp"
54451 } ||
54452 {
54453 tmp=./conf$$-$RANDOM
54454 (umask 077 && mkdir "$tmp")
54455 } ||
54456 {
54457 echo "$me: cannot create a temporary directory in ." >&2
54458 { (exit 1); exit 1; }
54459 }
54460
54461 #
54462 # Set up the sed scripts for CONFIG_FILES section.
54463 #
54464
54465 # No need to generate the scripts if there are no CONFIG_FILES.
54466 # This happens for instance when ./config.status config.h
54467 if test -n "$CONFIG_FILES"; then
54468
54469 _ACEOF
54470
54471
54472
54473 ac_delim='%!_!# '
54474 for ac_last_try in false false false false false :; do
54475 cat >conf$$subs.sed <<_ACEOF
54476 SHELL!$SHELL$ac_delim
54477 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
54478 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
54479 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
54480 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
54481 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
54482 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
54483 exec_prefix!$exec_prefix$ac_delim
54484 prefix!$prefix$ac_delim
54485 program_transform_name!$program_transform_name$ac_delim
54486 bindir!$bindir$ac_delim
54487 sbindir!$sbindir$ac_delim
54488 libexecdir!$libexecdir$ac_delim
54489 datarootdir!$datarootdir$ac_delim
54490 datadir!$datadir$ac_delim
54491 sysconfdir!$sysconfdir$ac_delim
54492 sharedstatedir!$sharedstatedir$ac_delim
54493 localstatedir!$localstatedir$ac_delim
54494 includedir!$includedir$ac_delim
54495 oldincludedir!$oldincludedir$ac_delim
54496 docdir!$docdir$ac_delim
54497 infodir!$infodir$ac_delim
54498 htmldir!$htmldir$ac_delim
54499 dvidir!$dvidir$ac_delim
54500 pdfdir!$pdfdir$ac_delim
54501 psdir!$psdir$ac_delim
54502 libdir!$libdir$ac_delim
54503 localedir!$localedir$ac_delim
54504 mandir!$mandir$ac_delim
54505 DEFS!$DEFS$ac_delim
54506 ECHO_C!$ECHO_C$ac_delim
54507 ECHO_N!$ECHO_N$ac_delim
54508 ECHO_T!$ECHO_T$ac_delim
54509 LIBS!$LIBS$ac_delim
54510 build_alias!$build_alias$ac_delim
54511 host_alias!$host_alias$ac_delim
54512 target_alias!$target_alias$ac_delim
54513 build!$build$ac_delim
54514 build_cpu!$build_cpu$ac_delim
54515 build_vendor!$build_vendor$ac_delim
54516 build_os!$build_os$ac_delim
54517 host!$host$ac_delim
54518 host_cpu!$host_cpu$ac_delim
54519 host_vendor!$host_vendor$ac_delim
54520 host_os!$host_os$ac_delim
54521 target!$target$ac_delim
54522 target_cpu!$target_cpu$ac_delim
54523 target_vendor!$target_vendor$ac_delim
54524 target_os!$target_os$ac_delim
54525 wx_top_builddir!$wx_top_builddir$ac_delim
54526 CC!$CC$ac_delim
54527 CFLAGS!$CFLAGS$ac_delim
54528 LDFLAGS!$LDFLAGS$ac_delim
54529 CPPFLAGS!$CPPFLAGS$ac_delim
54530 ac_ct_CC!$ac_ct_CC$ac_delim
54531 EXEEXT!$EXEEXT$ac_delim
54532 OBJEXT!$OBJEXT$ac_delim
54533 CPP!$CPP$ac_delim
54534 GREP!$GREP$ac_delim
54535 EGREP!$EGREP$ac_delim
54536 CXX!$CXX$ac_delim
54537 CXXFLAGS!$CXXFLAGS$ac_delim
54538 ac_ct_CXX!$ac_ct_CXX$ac_delim
54539 RANLIB!$RANLIB$ac_delim
54540 AR!$AR$ac_delim
54541 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
54542 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
54543 INSTALL_DATA!$INSTALL_DATA$ac_delim
54544 STRIP!$STRIP$ac_delim
54545 WINDRES!$WINDRES$ac_delim
54546 DLLTOOL!$DLLTOOL$ac_delim
54547 IF_GNU_MAKE!$IF_GNU_MAKE$ac_delim
54548 LN_S!$LN_S$ac_delim
54549 subdirs!$subdirs$ac_delim
54550 PKG_CONFIG!$PKG_CONFIG$ac_delim
54551 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
54552 GTK_LIBS!$GTK_LIBS$ac_delim
54553 GTK_CONFIG!$GTK_CONFIG$ac_delim
54554 DIRECTFB_CFLAGS!$DIRECTFB_CFLAGS$ac_delim
54555 DIRECTFB_LIBS!$DIRECTFB_LIBS$ac_delim
54556 XMKMF!$XMKMF$ac_delim
54557 X_CFLAGS!$X_CFLAGS$ac_delim
54558 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
54559 X_LIBS!$X_LIBS$ac_delim
54560 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
54561 PANGOX_CFLAGS!$PANGOX_CFLAGS$ac_delim
54562 PANGOX_LIBS!$PANGOX_LIBS$ac_delim
54563 PANGOFT2_CFLAGS!$PANGOFT2_CFLAGS$ac_delim
54564 PANGOFT2_LIBS!$PANGOFT2_LIBS$ac_delim
54565 PANGOXFT_CFLAGS!$PANGOXFT_CFLAGS$ac_delim
54566 PANGOXFT_LIBS!$PANGOXFT_LIBS$ac_delim
54567 CFLAGS_VISIBILITY!$CFLAGS_VISIBILITY$ac_delim
54568 CXXFLAGS_VISIBILITY!$CXXFLAGS_VISIBILITY$ac_delim
54569 REZ!$REZ$ac_delim
54570 DEREZ!$DEREZ$ac_delim
54571 SETFILE!$SETFILE$ac_delim
54572 LIBICONV!$LIBICONV$ac_delim
54573 _ACEOF
54574
54575 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54576 break
54577 elif $ac_last_try; then
54578 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54579 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54580 { (exit 1); exit 1; }; }
54581 else
54582 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54583 fi
54584 done
54585
54586 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54587 if test -n "$ac_eof"; then
54588 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54589 ac_eof=`expr $ac_eof + 1`
54590 fi
54591
54592 cat >>$CONFIG_STATUS <<_ACEOF
54593 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
54594 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54595 _ACEOF
54596 sed '
54597 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54598 s/^/s,@/; s/!/@,|#_!!_#|/
54599 :n
54600 t n
54601 s/'"$ac_delim"'$/,g/; t
54602 s/$/\\/; p
54603 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54604 ' >>$CONFIG_STATUS <conf$$subs.sed
54605 rm -f conf$$subs.sed
54606 cat >>$CONFIG_STATUS <<_ACEOF
54607 CEOF$ac_eof
54608 _ACEOF
54609
54610
54611 ac_delim='%!_!# '
54612 for ac_last_try in false false false false false :; do
54613 cat >conf$$subs.sed <<_ACEOF
54614 SDL_CONFIG!$SDL_CONFIG$ac_delim
54615 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
54616 SDL_LIBS!$SDL_LIBS$ac_delim
54617 LIBGNOMEPRINTUI_CFLAGS!$LIBGNOMEPRINTUI_CFLAGS$ac_delim
54618 LIBGNOMEPRINTUI_LIBS!$LIBGNOMEPRINTUI_LIBS$ac_delim
54619 GNOMEVFS_CFLAGS!$GNOMEVFS_CFLAGS$ac_delim
54620 GNOMEVFS_LIBS!$GNOMEVFS_LIBS$ac_delim
54621 HILDON_CFLAGS!$HILDON_CFLAGS$ac_delim
54622 HILDON_LIBS!$HILDON_LIBS$ac_delim
54623 CAIRO_CFLAGS!$CAIRO_CFLAGS$ac_delim
54624 CAIRO_LIBS!$CAIRO_LIBS$ac_delim
54625 GST_CFLAGS!$GST_CFLAGS$ac_delim
54626 GST_LIBS!$GST_LIBS$ac_delim
54627 ALL_WX_LIBS!$ALL_WX_LIBS$ac_delim
54628 BUILT_WX_LIBS!$BUILT_WX_LIBS$ac_delim
54629 STD_BASE_LIBS!$STD_BASE_LIBS$ac_delim
54630 STD_GUI_LIBS!$STD_GUI_LIBS$ac_delim
54631 wxUSE_ZLIB!$wxUSE_ZLIB$ac_delim
54632 wxUSE_REGEX!$wxUSE_REGEX$ac_delim
54633 wxUSE_EXPAT!$wxUSE_EXPAT$ac_delim
54634 wxUSE_ODBC!$wxUSE_ODBC$ac_delim
54635 wxUSE_LIBJPEG!$wxUSE_LIBJPEG$ac_delim
54636 wxUSE_LIBPNG!$wxUSE_LIBPNG$ac_delim
54637 wxUSE_LIBTIFF!$wxUSE_LIBTIFF$ac_delim
54638 VENDOR!$VENDOR$ac_delim
54639 OFFICIAL_BUILD!$OFFICIAL_BUILD$ac_delim
54640 WX_FLAVOUR!$WX_FLAVOUR$ac_delim
54641 WX_LIB_FLAVOUR!$WX_LIB_FLAVOUR$ac_delim
54642 WXUNIV!$WXUNIV$ac_delim
54643 MONOLITHIC!$MONOLITHIC$ac_delim
54644 USE_PLUGINS!$USE_PLUGINS$ac_delim
54645 CXXWARNINGS!$CXXWARNINGS$ac_delim
54646 EXTRALIBS!$EXTRALIBS$ac_delim
54647 EXTRALIBS_XML!$EXTRALIBS_XML$ac_delim
54648 EXTRALIBS_HTML!$EXTRALIBS_HTML$ac_delim
54649 EXTRALIBS_ODBC!$EXTRALIBS_ODBC$ac_delim
54650 EXTRALIBS_GUI!$EXTRALIBS_GUI$ac_delim
54651 EXTRALIBS_OPENGL!$EXTRALIBS_OPENGL$ac_delim
54652 EXTRALIBS_SDL!$EXTRALIBS_SDL$ac_delim
54653 WITH_PLUGIN_SDL!$WITH_PLUGIN_SDL$ac_delim
54654 EXTRALIBS_GNOMEPRINT!$EXTRALIBS_GNOMEPRINT$ac_delim
54655 EXTRALIBS_GNOMEVFS!$EXTRALIBS_GNOMEVFS$ac_delim
54656 EXTRALIBS_HILDON!$EXTRALIBS_HILDON$ac_delim
54657 UNICODE!$UNICODE$ac_delim
54658 BUILD!$BUILD$ac_delim
54659 DEBUG_INFO!$DEBUG_INFO$ac_delim
54660 DEBUG_FLAG!$DEBUG_FLAG$ac_delim
54661 TOOLKIT_LOWERCASE!$TOOLKIT_LOWERCASE$ac_delim
54662 TOOLKIT_VERSION!$TOOLKIT_VERSION$ac_delim
54663 SAMPLES_RPATH_FLAG!$SAMPLES_RPATH_FLAG$ac_delim
54664 SAMPLES_RPATH_POSTLINK!$SAMPLES_RPATH_POSTLINK$ac_delim
54665 HOST_SUFFIX!$HOST_SUFFIX$ac_delim
54666 CPPUNIT_CFLAGS!$CPPUNIT_CFLAGS$ac_delim
54667 CPPUNIT_LIBS!$CPPUNIT_LIBS$ac_delim
54668 SET_MAKE!$SET_MAKE$ac_delim
54669 MAKE_SET!$MAKE_SET$ac_delim
54670 AROPTIONS!$AROPTIONS$ac_delim
54671 NM!$NM$ac_delim
54672 INSTALL_DIR!$INSTALL_DIR$ac_delim
54673 LDFLAGS_GUI!$LDFLAGS_GUI$ac_delim
54674 PLATFORM_UNIX!$PLATFORM_UNIX$ac_delim
54675 PLATFORM_WIN32!$PLATFORM_WIN32$ac_delim
54676 PLATFORM_MSDOS!$PLATFORM_MSDOS$ac_delim
54677 PLATFORM_MAC!$PLATFORM_MAC$ac_delim
54678 PLATFORM_MACOS!$PLATFORM_MACOS$ac_delim
54679 PLATFORM_MACOSX!$PLATFORM_MACOSX$ac_delim
54680 PLATFORM_OS2!$PLATFORM_OS2$ac_delim
54681 PLATFORM_BEOS!$PLATFORM_BEOS$ac_delim
54682 SO_SUFFIX!$SO_SUFFIX$ac_delim
54683 SO_SUFFIX_MODULE!$SO_SUFFIX_MODULE$ac_delim
54684 DLLIMP_SUFFIX!$DLLIMP_SUFFIX$ac_delim
54685 LIBPREFIX!$LIBPREFIX$ac_delim
54686 LIBEXT!$LIBEXT$ac_delim
54687 DLLPREFIX!$DLLPREFIX$ac_delim
54688 DLLPREFIX_MODULE!$DLLPREFIX_MODULE$ac_delim
54689 dlldir!$dlldir$ac_delim
54690 AIX_CXX_LD!$AIX_CXX_LD$ac_delim
54691 SHARED_LD_CC!$SHARED_LD_CC$ac_delim
54692 SHARED_LD_CXX!$SHARED_LD_CXX$ac_delim
54693 SHARED_LD_MODULE_CC!$SHARED_LD_MODULE_CC$ac_delim
54694 SHARED_LD_MODULE_CXX!$SHARED_LD_MODULE_CXX$ac_delim
54695 PIC_FLAG!$PIC_FLAG$ac_delim
54696 WINDOWS_IMPLIB!$WINDOWS_IMPLIB$ac_delim
54697 USE_SOVERSION!$USE_SOVERSION$ac_delim
54698 USE_SOVERLINUX!$USE_SOVERLINUX$ac_delim
54699 USE_SOVERSOLARIS!$USE_SOVERSOLARIS$ac_delim
54700 USE_SOVERCYGWIN!$USE_SOVERCYGWIN$ac_delim
54701 USE_MACVERSION!$USE_MACVERSION$ac_delim
54702 USE_SOSYMLINKS!$USE_SOSYMLINKS$ac_delim
54703 SONAME_FLAG!$SONAME_FLAG$ac_delim
54704 DEPS_TRACKING!$DEPS_TRACKING$ac_delim
54705 BK_DEPS!$BK_DEPS$ac_delim
54706 GCC_PCH!$GCC_PCH$ac_delim
54707 ICC_PCH!$ICC_PCH$ac_delim
54708 BK_MAKE_PCH!$BK_MAKE_PCH$ac_delim
54709 COND_BUILD_DEBUG!$COND_BUILD_DEBUG$ac_delim
54710 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT!$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT$ac_delim
54711 _ACEOF
54712
54713 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54714 break
54715 elif $ac_last_try; then
54716 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54717 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54718 { (exit 1); exit 1; }; }
54719 else
54720 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54721 fi
54722 done
54723
54724 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54725 if test -n "$ac_eof"; then
54726 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54727 ac_eof=`expr $ac_eof + 1`
54728 fi
54729
54730 cat >>$CONFIG_STATUS <<_ACEOF
54731 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
54732 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54733 _ACEOF
54734 sed '
54735 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54736 s/^/s,@/; s/!/@,|#_!!_#|/
54737 :n
54738 t n
54739 s/'"$ac_delim"'$/,g/; t
54740 s/$/\\/; p
54741 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54742 ' >>$CONFIG_STATUS <conf$$subs.sed
54743 rm -f conf$$subs.sed
54744 cat >>$CONFIG_STATUS <<_ACEOF
54745 CEOF$ac_eof
54746 _ACEOF
54747
54748
54749 ac_delim='%!_!# '
54750 for ac_last_try in false false false false false :; do
54751 cat >conf$$subs.sed <<_ACEOF
54752 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT!$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT$ac_delim
54753 COND_BUILD_DEBUG_UNICODE_0!$COND_BUILD_DEBUG_UNICODE_0$ac_delim
54754 COND_BUILD_DEBUG_UNICODE_1!$COND_BUILD_DEBUG_UNICODE_1$ac_delim
54755 COND_BUILD_RELEASE!$COND_BUILD_RELEASE$ac_delim
54756 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT!$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT$ac_delim
54757 COND_BUILD_RELEASE_UNICODE_0!$COND_BUILD_RELEASE_UNICODE_0$ac_delim
54758 COND_BUILD_RELEASE_UNICODE_1!$COND_BUILD_RELEASE_UNICODE_1$ac_delim
54759 COND_DEBUG_FLAG_1!$COND_DEBUG_FLAG_1$ac_delim
54760 COND_DEBUG_INFO_0!$COND_DEBUG_INFO_0$ac_delim
54761 COND_DEBUG_INFO_1!$COND_DEBUG_INFO_1$ac_delim
54762 COND_DEPS_TRACKING_0!$COND_DEPS_TRACKING_0$ac_delim
54763 COND_DEPS_TRACKING_1!$COND_DEPS_TRACKING_1$ac_delim
54764 COND_GCC_PCH_1!$COND_GCC_PCH_1$ac_delim
54765 COND_ICC_PCH_1!$COND_ICC_PCH_1$ac_delim
54766 COND_MONOLITHIC_0!$COND_MONOLITHIC_0$ac_delim
54767 COND_MONOLITHIC_0_SHARED_0!$COND_MONOLITHIC_0_SHARED_0$ac_delim
54768 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1$ac_delim
54769 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1$ac_delim
54770 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1$ac_delim
54771 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1$ac_delim
54772 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1$ac_delim
54773 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1$ac_delim
54774 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1!$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1$ac_delim
54775 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1$ac_delim
54776 COND_MONOLITHIC_0_SHARED_0_USE_STC_1!$COND_MONOLITHIC_0_SHARED_0_USE_STC_1$ac_delim
54777 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1$ac_delim
54778 COND_MONOLITHIC_0_SHARED_1!$COND_MONOLITHIC_0_SHARED_1$ac_delim
54779 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1$ac_delim
54780 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1$ac_delim
54781 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1$ac_delim
54782 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1$ac_delim
54783 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1$ac_delim
54784 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1$ac_delim
54785 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1!$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1$ac_delim
54786 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1$ac_delim
54787 COND_MONOLITHIC_0_SHARED_1_USE_STC_1!$COND_MONOLITHIC_0_SHARED_1_USE_STC_1$ac_delim
54788 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1$ac_delim
54789 COND_MONOLITHIC_0_USE_AUI_1!$COND_MONOLITHIC_0_USE_AUI_1$ac_delim
54790 COND_MONOLITHIC_0_USE_GUI_1!$COND_MONOLITHIC_0_USE_GUI_1$ac_delim
54791 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1$ac_delim
54792 COND_MONOLITHIC_0_USE_GUI_1_USE_ODBC_1!$COND_MONOLITHIC_0_USE_GUI_1_USE_ODBC_1$ac_delim
54793 COND_MONOLITHIC_0_USE_HTML_1!$COND_MONOLITHIC_0_USE_HTML_1$ac_delim
54794 COND_MONOLITHIC_0_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_MEDIA_1$ac_delim
54795 COND_MONOLITHIC_0_USE_ODBC_1!$COND_MONOLITHIC_0_USE_ODBC_1$ac_delim
54796 COND_MONOLITHIC_0_USE_QA_1!$COND_MONOLITHIC_0_USE_QA_1$ac_delim
54797 COND_MONOLITHIC_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_USE_RICHTEXT_1$ac_delim
54798 COND_MONOLITHIC_0_USE_STC_1!$COND_MONOLITHIC_0_USE_STC_1$ac_delim
54799 COND_MONOLITHIC_0_USE_XRC_1!$COND_MONOLITHIC_0_USE_XRC_1$ac_delim
54800 COND_MONOLITHIC_1!$COND_MONOLITHIC_1$ac_delim
54801 COND_MONOLITHIC_1_SHARED_0!$COND_MONOLITHIC_1_SHARED_0$ac_delim
54802 COND_MONOLITHIC_1_SHARED_1!$COND_MONOLITHIC_1_SHARED_1$ac_delim
54803 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1$ac_delim
54804 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1$ac_delim
54805 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1$ac_delim
54806 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1$ac_delim
54807 COND_PLATFORM_MACOSX_1!$COND_PLATFORM_MACOSX_1$ac_delim
54808 COND_PLATFORM_MACOSX_1_TOOLKIT_!$COND_PLATFORM_MACOSX_1_TOOLKIT_$ac_delim
54809 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA!$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA$ac_delim
54810 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK!$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK$ac_delim
54811 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC!$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC$ac_delim
54812 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1$ac_delim
54813 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF!$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF$ac_delim
54814 COND_PLATFORM_MACOSX_1_TOOLKIT_X11!$COND_PLATFORM_MACOSX_1_TOOLKIT_X11$ac_delim
54815 COND_PLATFORM_MACOSX_1_USE_GUI_1!$COND_PLATFORM_MACOSX_1_USE_GUI_1$ac_delim
54816 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1$ac_delim
54817 COND_PLATFORM_MACOS_1!$COND_PLATFORM_MACOS_1$ac_delim
54818 COND_PLATFORM_MAC_1!$COND_PLATFORM_MAC_1$ac_delim
54819 COND_PLATFORM_MSDOS_0!$COND_PLATFORM_MSDOS_0$ac_delim
54820 COND_PLATFORM_MSDOS_1!$COND_PLATFORM_MSDOS_1$ac_delim
54821 COND_PLATFORM_OS2_1!$COND_PLATFORM_OS2_1$ac_delim
54822 COND_PLATFORM_UNIX_0!$COND_PLATFORM_UNIX_0$ac_delim
54823 COND_PLATFORM_UNIX_1!$COND_PLATFORM_UNIX_1$ac_delim
54824 COND_PLATFORM_UNIX_1_TOOLKIT_MGL!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL$ac_delim
54825 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1$ac_delim
54826 COND_PLATFORM_UNIX_1_USE_GUI_1!$COND_PLATFORM_UNIX_1_USE_GUI_1$ac_delim
54827 COND_PLATFORM_UNIX_1_USE_PLUGINS_0!$COND_PLATFORM_UNIX_1_USE_PLUGINS_0$ac_delim
54828 COND_PLATFORM_WIN32_0!$COND_PLATFORM_WIN32_0$ac_delim
54829 COND_PLATFORM_WIN32_1!$COND_PLATFORM_WIN32_1$ac_delim
54830 COND_SHARED_0!$COND_SHARED_0$ac_delim
54831 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0$ac_delim
54832 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0$ac_delim
54833 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0!$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0$ac_delim
54834 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1$ac_delim
54835 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN!$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN$ac_delim
54836 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN!$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN$ac_delim
54837 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN!$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN$ac_delim
54838 COND_SHARED_0_USE_STC_1!$COND_SHARED_0_USE_STC_1$ac_delim
54839 COND_SHARED_0_USE_XRC_1!$COND_SHARED_0_USE_XRC_1$ac_delim
54840 COND_SHARED_0_WXUSE_EXPAT_BUILTIN!$COND_SHARED_0_WXUSE_EXPAT_BUILTIN$ac_delim
54841 COND_SHARED_0_WXUSE_ODBC_BUILTIN!$COND_SHARED_0_WXUSE_ODBC_BUILTIN$ac_delim
54842 COND_SHARED_0_WXUSE_REGEX_BUILTIN!$COND_SHARED_0_WXUSE_REGEX_BUILTIN$ac_delim
54843 COND_SHARED_0_WXUSE_ZLIB_BUILTIN!$COND_SHARED_0_WXUSE_ZLIB_BUILTIN$ac_delim
54844 COND_SHARED_1!$COND_SHARED_1$ac_delim
54845 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1$ac_delim
54846 COND_SHARED_1_USE_XRC_1!$COND_SHARED_1_USE_XRC_1$ac_delim
54847 COND_TOOLKIT_!$COND_TOOLKIT_$ac_delim
54848 COND_TOOLKIT_COCOA!$COND_TOOLKIT_COCOA$ac_delim
54849 _ACEOF
54850
54851 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54852 break
54853 elif $ac_last_try; then
54854 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54855 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54856 { (exit 1); exit 1; }; }
54857 else
54858 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54859 fi
54860 done
54861
54862 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54863 if test -n "$ac_eof"; then
54864 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54865 ac_eof=`expr $ac_eof + 1`
54866 fi
54867
54868 cat >>$CONFIG_STATUS <<_ACEOF
54869 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
54870 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54871 _ACEOF
54872 sed '
54873 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54874 s/^/s,@/; s/!/@,|#_!!_#|/
54875 :n
54876 t n
54877 s/'"$ac_delim"'$/,g/; t
54878 s/$/\\/; p
54879 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54880 ' >>$CONFIG_STATUS <conf$$subs.sed
54881 rm -f conf$$subs.sed
54882 cat >>$CONFIG_STATUS <<_ACEOF
54883 CEOF$ac_eof
54884 _ACEOF
54885
54886
54887 ac_delim='%!_!# '
54888 for ac_last_try in false false false false false :; do
54889 cat >conf$$subs.sed <<_ACEOF
54890 COND_TOOLKIT_COCOA_USE_GUI_1!$COND_TOOLKIT_COCOA_USE_GUI_1$ac_delim
54891 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
54892 COND_TOOLKIT_DFB!$COND_TOOLKIT_DFB$ac_delim
54893 COND_TOOLKIT_DFB_USE_GUI_1!$COND_TOOLKIT_DFB_USE_GUI_1$ac_delim
54894 COND_TOOLKIT_GTK!$COND_TOOLKIT_GTK$ac_delim
54895 COND_TOOLKIT_GTK_TOOLKIT_VERSION_!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_$ac_delim
54896 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2$ac_delim
54897 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1$ac_delim
54898 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0$ac_delim
54899 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1$ac_delim
54900 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0$ac_delim
54901 COND_TOOLKIT_GTK_USE_GUI_1!$COND_TOOLKIT_GTK_USE_GUI_1$ac_delim
54902 COND_TOOLKIT_MAC!$COND_TOOLKIT_MAC$ac_delim
54903 COND_TOOLKIT_MAC_USE_GUI_1!$COND_TOOLKIT_MAC_USE_GUI_1$ac_delim
54904 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0$ac_delim
54905 COND_TOOLKIT_MGL!$COND_TOOLKIT_MGL$ac_delim
54906 COND_TOOLKIT_MGL_USE_GUI_1!$COND_TOOLKIT_MGL_USE_GUI_1$ac_delim
54907 COND_TOOLKIT_MOTIF!$COND_TOOLKIT_MOTIF$ac_delim
54908 COND_TOOLKIT_MOTIF_USE_GUI_1!$COND_TOOLKIT_MOTIF_USE_GUI_1$ac_delim
54909 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0$ac_delim
54910 COND_TOOLKIT_MSW!$COND_TOOLKIT_MSW$ac_delim
54911 COND_TOOLKIT_MSW_USE_GUI_1!$COND_TOOLKIT_MSW_USE_GUI_1$ac_delim
54912 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0$ac_delim
54913 COND_TOOLKIT_MSW_WXUNIV_0!$COND_TOOLKIT_MSW_WXUNIV_0$ac_delim
54914 COND_TOOLKIT_PM!$COND_TOOLKIT_PM$ac_delim
54915 COND_TOOLKIT_PM_USE_GUI_1!$COND_TOOLKIT_PM_USE_GUI_1$ac_delim
54916 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0$ac_delim
54917 COND_TOOLKIT_WINCE!$COND_TOOLKIT_WINCE$ac_delim
54918 COND_TOOLKIT_WINCE_USE_GUI_1!$COND_TOOLKIT_WINCE_USE_GUI_1$ac_delim
54919 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0$ac_delim
54920 COND_TOOLKIT_WINCE_WXUNIV_0!$COND_TOOLKIT_WINCE_WXUNIV_0$ac_delim
54921 COND_TOOLKIT_X11!$COND_TOOLKIT_X11$ac_delim
54922 COND_TOOLKIT_X11_USE_GUI_1!$COND_TOOLKIT_X11_USE_GUI_1$ac_delim
54923 COND_UNICODE_1!$COND_UNICODE_1$ac_delim
54924 COND_USE_EXCEPTIONS_0!$COND_USE_EXCEPTIONS_0$ac_delim
54925 COND_USE_EXCEPTIONS_1!$COND_USE_EXCEPTIONS_1$ac_delim
54926 COND_USE_GUI_0!$COND_USE_GUI_0$ac_delim
54927 COND_USE_GUI_1!$COND_USE_GUI_1$ac_delim
54928 COND_USE_GUI_1_USE_OPENGL_1!$COND_USE_GUI_1_USE_OPENGL_1$ac_delim
54929 COND_USE_GUI_1_WXUNIV_0!$COND_USE_GUI_1_WXUNIV_0$ac_delim
54930 COND_USE_GUI_1_WXUNIV_1!$COND_USE_GUI_1_WXUNIV_1$ac_delim
54931 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN$ac_delim
54932 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN$ac_delim
54933 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN$ac_delim
54934 COND_USE_ODBC_1!$COND_USE_ODBC_1$ac_delim
54935 COND_USE_OPENGL_1!$COND_USE_OPENGL_1$ac_delim
54936 COND_USE_PCH_1!$COND_USE_PCH_1$ac_delim
54937 COND_USE_PLUGINS_0!$COND_USE_PLUGINS_0$ac_delim
54938 COND_USE_RTTI_0!$COND_USE_RTTI_0$ac_delim
54939 COND_USE_RTTI_1!$COND_USE_RTTI_1$ac_delim
54940 COND_USE_SOSYMLINKS_1!$COND_USE_SOSYMLINKS_1$ac_delim
54941 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1!$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1$ac_delim
54942 COND_USE_SOVERLINUX_1!$COND_USE_SOVERLINUX_1$ac_delim
54943 COND_USE_SOVERSION_0!$COND_USE_SOVERSION_0$ac_delim
54944 COND_USE_SOVERSOLARIS_1!$COND_USE_SOVERSOLARIS_1$ac_delim
54945 COND_USE_STC_1!$COND_USE_STC_1$ac_delim
54946 COND_USE_THREADS_0!$COND_USE_THREADS_0$ac_delim
54947 COND_USE_THREADS_1!$COND_USE_THREADS_1$ac_delim
54948 COND_USE_XRC_1!$COND_USE_XRC_1$ac_delim
54949 COND_WINDOWS_IMPLIB_1!$COND_WINDOWS_IMPLIB_1$ac_delim
54950 COND_WITH_PLUGIN_SDL_1!$COND_WITH_PLUGIN_SDL_1$ac_delim
54951 COND_WXUNIV_0!$COND_WXUNIV_0$ac_delim
54952 COND_WXUNIV_1!$COND_WXUNIV_1$ac_delim
54953 COND_WXUSE_EXPAT_BUILTIN!$COND_WXUSE_EXPAT_BUILTIN$ac_delim
54954 COND_WXUSE_LIBJPEG_BUILTIN!$COND_WXUSE_LIBJPEG_BUILTIN$ac_delim
54955 COND_WXUSE_LIBPNG_BUILTIN!$COND_WXUSE_LIBPNG_BUILTIN$ac_delim
54956 COND_WXUSE_LIBTIFF_BUILTIN!$COND_WXUSE_LIBTIFF_BUILTIN$ac_delim
54957 COND_WXUSE_ODBC_BUILTIN!$COND_WXUSE_ODBC_BUILTIN$ac_delim
54958 COND_WXUSE_REGEX_BUILTIN!$COND_WXUSE_REGEX_BUILTIN$ac_delim
54959 COND_WXUSE_ZLIB_BUILTIN!$COND_WXUSE_ZLIB_BUILTIN$ac_delim
54960 SHARED!$SHARED$ac_delim
54961 WX_LIBRARY_BASENAME_NOGUI!$WX_LIBRARY_BASENAME_NOGUI$ac_delim
54962 WX_LIBRARY_BASENAME_GUI!$WX_LIBRARY_BASENAME_GUI$ac_delim
54963 USE_GUI!$USE_GUI$ac_delim
54964 AFMINSTALL!$AFMINSTALL$ac_delim
54965 WIN32INSTALL!$WIN32INSTALL$ac_delim
54966 TOOLKIT!$TOOLKIT$ac_delim
54967 TOOLKIT_DIR!$TOOLKIT_DIR$ac_delim
54968 TOOLCHAIN_NAME!$TOOLCHAIN_NAME$ac_delim
54969 TOOLCHAIN_FULLNAME!$TOOLCHAIN_FULLNAME$ac_delim
54970 cross_compiling!$cross_compiling$ac_delim
54971 WIDGET_SET!$WIDGET_SET$ac_delim
54972 WX_RELEASE!$WX_RELEASE$ac_delim
54973 WX_VERSION!$WX_VERSION$ac_delim
54974 WX_SUBVERSION!$WX_SUBVERSION$ac_delim
54975 WX_CHARTYPE!$WX_CHARTYPE$ac_delim
54976 WX_DEBUGTYPE!$WX_DEBUGTYPE$ac_delim
54977 WXCONFIG_CPPFLAGS!$WXCONFIG_CPPFLAGS$ac_delim
54978 WXCONFIG_CFLAGS!$WXCONFIG_CFLAGS$ac_delim
54979 WXCONFIG_CXXFLAGS!$WXCONFIG_CXXFLAGS$ac_delim
54980 WXCONFIG_LIBS!$WXCONFIG_LIBS$ac_delim
54981 WXCONFIG_RPATH!$WXCONFIG_RPATH$ac_delim
54982 WXCONFIG_LDFLAGS_GUI!$WXCONFIG_LDFLAGS_GUI$ac_delim
54983 WXCONFIG_RESFLAGS!$WXCONFIG_RESFLAGS$ac_delim
54984 EXE_LINKER!$EXE_LINKER$ac_delim
54985 GUIDIST!$GUIDIST$ac_delim
54986 DISTDIR!$DISTDIR$ac_delim
54987 _ACEOF
54988
54989 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54990 break
54991 elif $ac_last_try; then
54992 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54993 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54994 { (exit 1); exit 1; }; }
54995 else
54996 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54997 fi
54998 done
54999
55000 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
55001 if test -n "$ac_eof"; then
55002 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
55003 ac_eof=`expr $ac_eof + 1`
55004 fi
55005
55006 cat >>$CONFIG_STATUS <<_ACEOF
55007 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
55008 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
55009 _ACEOF
55010 sed '
55011 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
55012 s/^/s,@/; s/!/@,|#_!!_#|/
55013 :n
55014 t n
55015 s/'"$ac_delim"'$/,g/; t
55016 s/$/\\/; p
55017 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
55018 ' >>$CONFIG_STATUS <conf$$subs.sed
55019 rm -f conf$$subs.sed
55020 cat >>$CONFIG_STATUS <<_ACEOF
55021 CEOF$ac_eof
55022 _ACEOF
55023
55024
55025 ac_delim='%!_!# '
55026 for ac_last_try in false false false false false :; do
55027 cat >conf$$subs.sed <<_ACEOF
55028 SAMPLES_SUBDIRS!$SAMPLES_SUBDIRS$ac_delim
55029 LDFLAGS_GL!$LDFLAGS_GL$ac_delim
55030 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
55031 DMALLOC_LIBS!$DMALLOC_LIBS$ac_delim
55032 WX_VERSION_TAG!$WX_VERSION_TAG$ac_delim
55033 RESCOMP!$RESCOMP$ac_delim
55034 RESFLAGS!$RESFLAGS$ac_delim
55035 RESPROGRAMOBJ!$RESPROGRAMOBJ$ac_delim
55036 WX_RESOURCES_MACOSX_ASCII!$WX_RESOURCES_MACOSX_ASCII$ac_delim
55037 WX_RESOURCES_MACOSX_DATA!$WX_RESOURCES_MACOSX_DATA$ac_delim
55038 LIBWXMACRES!$LIBWXMACRES$ac_delim
55039 POSTLINK_COMMAND!$POSTLINK_COMMAND$ac_delim
55040 MACSETFILE!$MACSETFILE$ac_delim
55041 GCC!$GCC$ac_delim
55042 CPPUNIT_CONFIG!$CPPUNIT_CONFIG$ac_delim
55043 LIBOBJS!$LIBOBJS$ac_delim
55044 LTLIBOBJS!$LTLIBOBJS$ac_delim
55045 _ACEOF
55046
55047 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 17; then
55048 break
55049 elif $ac_last_try; then
55050 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
55051 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
55052 { (exit 1); exit 1; }; }
55053 else
55054 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
55055 fi
55056 done
55057
55058 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
55059 if test -n "$ac_eof"; then
55060 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
55061 ac_eof=`expr $ac_eof + 1`
55062 fi
55063
55064 cat >>$CONFIG_STATUS <<_ACEOF
55065 cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof
55066 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
55067 _ACEOF
55068 sed '
55069 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
55070 s/^/s,@/; s/!/@,|#_!!_#|/
55071 :n
55072 t n
55073 s/'"$ac_delim"'$/,g/; t
55074 s/$/\\/; p
55075 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
55076 ' >>$CONFIG_STATUS <conf$$subs.sed
55077 rm -f conf$$subs.sed
55078 cat >>$CONFIG_STATUS <<_ACEOF
55079 :end
55080 s/|#_!!_#|//g
55081 CEOF$ac_eof
55082 _ACEOF
55083
55084
55085 # VPATH may cause trouble with some makes, so we remove $(srcdir),
55086 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
55087 # trailing colons and then remove the whole line if VPATH becomes empty
55088 # (actually we leave an empty line to preserve line numbers).
55089 if test "x$srcdir" = x.; then
55090 ac_vpsub='/^[ ]*VPATH[ ]*=/{
55091 s/:*\$(srcdir):*/:/
55092 s/:*\${srcdir}:*/:/
55093 s/:*@srcdir@:*/:/
55094 s/^\([^=]*=[ ]*\):*/\1/
55095 s/:*$//
55096 s/^[^=]*=[ ]*$//
55097 }'
55098 fi
55099
55100 cat >>$CONFIG_STATUS <<\_ACEOF
55101 fi # test -n "$CONFIG_FILES"
55102
55103
55104 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
55105 do
55106 case $ac_tag in
55107 :[FHLC]) ac_mode=$ac_tag; continue;;
55108 esac
55109 case $ac_mode$ac_tag in
55110 :[FHL]*:*);;
55111 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
55112 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
55113 { (exit 1); exit 1; }; };;
55114 :[FH]-) ac_tag=-:-;;
55115 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
55116 esac
55117 ac_save_IFS=$IFS
55118 IFS=:
55119 set x $ac_tag
55120 IFS=$ac_save_IFS
55121 shift
55122 ac_file=$1
55123 shift
55124
55125 case $ac_mode in
55126 :L) ac_source=$1;;
55127 :[FH])
55128 ac_file_inputs=
55129 for ac_f
55130 do
55131 case $ac_f in
55132 -) ac_f="$tmp/stdin";;
55133 *) # Look for the file first in the build tree, then in the source tree
55134 # (if the path is not absolute). The absolute path cannot be DOS-style,
55135 # because $ac_f cannot contain `:'.
55136 test -f "$ac_f" ||
55137 case $ac_f in
55138 [\\/$]*) false;;
55139 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
55140 esac ||
55141 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
55142 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
55143 { (exit 1); exit 1; }; };;
55144 esac
55145 ac_file_inputs="$ac_file_inputs $ac_f"
55146 done
55147
55148 # Let's still pretend it is `configure' which instantiates (i.e., don't
55149 # use $as_me), people would be surprised to read:
55150 # /* config.h. Generated by config.status. */
55151 configure_input="Generated from "`IFS=:
55152 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
55153 if test x"$ac_file" != x-; then
55154 configure_input="$ac_file. $configure_input"
55155 { echo "$as_me:$LINENO: creating $ac_file" >&5
55156 echo "$as_me: creating $ac_file" >&6;}
55157 fi
55158
55159 case $ac_tag in
55160 *:-:* | *:-) cat >"$tmp/stdin";;
55161 esac
55162 ;;
55163 esac
55164
55165 ac_dir=`$as_dirname -- "$ac_file" ||
55166 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
55167 X"$ac_file" : 'X\(//\)[^/]' \| \
55168 X"$ac_file" : 'X\(//\)$' \| \
55169 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
55170 echo X"$ac_file" |
55171 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
55172 s//\1/
55173 q
55174 }
55175 /^X\(\/\/\)[^/].*/{
55176 s//\1/
55177 q
55178 }
55179 /^X\(\/\/\)$/{
55180 s//\1/
55181 q
55182 }
55183 /^X\(\/\).*/{
55184 s//\1/
55185 q
55186 }
55187 s/.*/./; q'`
55188 { as_dir="$ac_dir"
55189 case $as_dir in #(
55190 -*) as_dir=./$as_dir;;
55191 esac
55192 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
55193 as_dirs=
55194 while :; do
55195 case $as_dir in #(
55196 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
55197 *) as_qdir=$as_dir;;
55198 esac
55199 as_dirs="'$as_qdir' $as_dirs"
55200 as_dir=`$as_dirname -- "$as_dir" ||
55201 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
55202 X"$as_dir" : 'X\(//\)[^/]' \| \
55203 X"$as_dir" : 'X\(//\)$' \| \
55204 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
55205 echo X"$as_dir" |
55206 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
55207 s//\1/
55208 q
55209 }
55210 /^X\(\/\/\)[^/].*/{
55211 s//\1/
55212 q
55213 }
55214 /^X\(\/\/\)$/{
55215 s//\1/
55216 q
55217 }
55218 /^X\(\/\).*/{
55219 s//\1/
55220 q
55221 }
55222 s/.*/./; q'`
55223 test -d "$as_dir" && break
55224 done
55225 test -z "$as_dirs" || eval "mkdir $as_dirs"
55226 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
55227 echo "$as_me: error: cannot create directory $as_dir" >&2;}
55228 { (exit 1); exit 1; }; }; }
55229 ac_builddir=.
55230
55231 case "$ac_dir" in
55232 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
55233 *)
55234 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
55235 # A ".." for each directory in $ac_dir_suffix.
55236 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
55237 case $ac_top_builddir_sub in
55238 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
55239 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
55240 esac ;;
55241 esac
55242 ac_abs_top_builddir=$ac_pwd
55243 ac_abs_builddir=$ac_pwd$ac_dir_suffix
55244 # for backward compatibility:
55245 ac_top_builddir=$ac_top_build_prefix
55246
55247 case $srcdir in
55248 .) # We are building in place.
55249 ac_srcdir=.
55250 ac_top_srcdir=$ac_top_builddir_sub
55251 ac_abs_top_srcdir=$ac_pwd ;;
55252 [\\/]* | ?:[\\/]* ) # Absolute name.
55253 ac_srcdir=$srcdir$ac_dir_suffix;
55254 ac_top_srcdir=$srcdir
55255 ac_abs_top_srcdir=$srcdir ;;
55256 *) # Relative name.
55257 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
55258 ac_top_srcdir=$ac_top_build_prefix$srcdir
55259 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
55260 esac
55261 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
55262
55263
55264 case $ac_mode in
55265 :F)
55266 #
55267 # CONFIG_FILE
55268 #
55269
55270 case $INSTALL in
55271 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
55272 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
55273 esac
55274 _ACEOF
55275
55276 cat >>$CONFIG_STATUS <<\_ACEOF
55277 # If the template does not know about datarootdir, expand it.
55278 # FIXME: This hack should be removed a few years after 2.60.
55279 ac_datarootdir_hack=; ac_datarootdir_seen=
55280
55281 case `sed -n '/datarootdir/ {
55282 p
55283 q
55284 }
55285 /@datadir@/p
55286 /@docdir@/p
55287 /@infodir@/p
55288 /@localedir@/p
55289 /@mandir@/p
55290 ' $ac_file_inputs` in
55291 *datarootdir*) ac_datarootdir_seen=yes;;
55292 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
55293 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
55294 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
55295 _ACEOF
55296 cat >>$CONFIG_STATUS <<_ACEOF
55297 ac_datarootdir_hack='
55298 s&@datadir@&$datadir&g
55299 s&@docdir@&$docdir&g
55300 s&@infodir@&$infodir&g
55301 s&@localedir@&$localedir&g
55302 s&@mandir@&$mandir&g
55303 s&\\\${datarootdir}&$datarootdir&g' ;;
55304 esac
55305 _ACEOF
55306
55307 # Neutralize VPATH when `$srcdir' = `.'.
55308 # Shell code in configure.ac might set extrasub.
55309 # FIXME: do we really want to maintain this feature?
55310 cat >>$CONFIG_STATUS <<_ACEOF
55311 sed "$ac_vpsub
55312 $extrasub
55313 _ACEOF
55314 cat >>$CONFIG_STATUS <<\_ACEOF
55315 :t
55316 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
55317 s&@configure_input@&$configure_input&;t t
55318 s&@top_builddir@&$ac_top_builddir_sub&;t t
55319 s&@srcdir@&$ac_srcdir&;t t
55320 s&@abs_srcdir@&$ac_abs_srcdir&;t t
55321 s&@top_srcdir@&$ac_top_srcdir&;t t
55322 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
55323 s&@builddir@&$ac_builddir&;t t
55324 s&@abs_builddir@&$ac_abs_builddir&;t t
55325 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
55326 s&@INSTALL@&$ac_INSTALL&;t t
55327 $ac_datarootdir_hack
55328 " $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
55329
55330 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
55331 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
55332 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
55333 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
55334 which seems to be undefined. Please make sure it is defined." >&5
55335 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
55336 which seems to be undefined. Please make sure it is defined." >&2;}
55337
55338 rm -f "$tmp/stdin"
55339 case $ac_file in
55340 -) cat "$tmp/out"; rm -f "$tmp/out";;
55341 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
55342 esac
55343 ;;
55344 :H)
55345 #
55346 # CONFIG_HEADER
55347 #
55348 _ACEOF
55349
55350 # Transform confdefs.h into a sed script `conftest.defines', that
55351 # substitutes the proper values into config.h.in to produce config.h.
55352 rm -f conftest.defines conftest.tail
55353 # First, append a space to every undef/define line, to ease matching.
55354 echo 's/$/ /' >conftest.defines
55355 # Then, protect against being on the right side of a sed subst, or in
55356 # an unquoted here document, in config.status. If some macros were
55357 # called several times there might be several #defines for the same
55358 # symbol, which is useless. But do not sort them, since the last
55359 # AC_DEFINE must be honored.
55360 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
55361 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
55362 # NAME is the cpp macro being defined, VALUE is the value it is being given.
55363 # PARAMS is the parameter list in the macro definition--in most cases, it's
55364 # just an empty string.
55365 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
55366 ac_dB='\\)[ (].*,\\1define\\2'
55367 ac_dC=' '
55368 ac_dD=' ,'
55369
55370 uniq confdefs.h |
55371 sed -n '
55372 t rset
55373 :rset
55374 s/^[ ]*#[ ]*define[ ][ ]*//
55375 t ok
55376 d
55377 :ok
55378 s/[\\&,]/\\&/g
55379 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
55380 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
55381 ' >>conftest.defines
55382
55383 # Remove the space that was appended to ease matching.
55384 # Then replace #undef with comments. This is necessary, for
55385 # example, in the case of _POSIX_SOURCE, which is predefined and required
55386 # on some systems where configure will not decide to define it.
55387 # (The regexp can be short, since the line contains either #define or #undef.)
55388 echo 's/ $//
55389 s,^[ #]*u.*,/* & */,' >>conftest.defines
55390
55391 # Break up conftest.defines:
55392 ac_max_sed_lines=50
55393
55394 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
55395 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
55396 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
55397 # et cetera.
55398 ac_in='$ac_file_inputs'
55399 ac_out='"$tmp/out1"'
55400 ac_nxt='"$tmp/out2"'
55401
55402 while :
55403 do
55404 # Write a here document:
55405 cat >>$CONFIG_STATUS <<_ACEOF
55406 # First, check the format of the line:
55407 cat >"\$tmp/defines.sed" <<\\CEOF
55408 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
55409 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
55410 b
55411 :def
55412 _ACEOF
55413 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
55414 echo 'CEOF
55415 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
55416 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
55417 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
55418 grep . conftest.tail >/dev/null || break
55419 rm -f conftest.defines
55420 mv conftest.tail conftest.defines
55421 done
55422 rm -f conftest.defines conftest.tail
55423
55424 echo "ac_result=$ac_in" >>$CONFIG_STATUS
55425 cat >>$CONFIG_STATUS <<\_ACEOF
55426 if test x"$ac_file" != x-; then
55427 echo "/* $configure_input */" >"$tmp/config.h"
55428 cat "$ac_result" >>"$tmp/config.h"
55429 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
55430 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
55431 echo "$as_me: $ac_file is unchanged" >&6;}
55432 else
55433 rm -f $ac_file
55434 mv "$tmp/config.h" $ac_file
55435 fi
55436 else
55437 echo "/* $configure_input */"
55438 cat "$ac_result"
55439 fi
55440 rm -f "$tmp/out12"
55441 ;;
55442
55443 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
55444 echo "$as_me: executing $ac_file commands" >&6;}
55445 ;;
55446 esac
55447
55448
55449 case $ac_file$ac_mode in
55450 "rcdefs.h":C)
55451 mkdir -p $outdir &&
55452 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
55453 ;;
55454 "lib/wx/config/${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
55455 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
55456 "wx-config":C) rm -f wx-config
55457 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
55458 ;;
55459
55460 esac
55461 done # for ac_tag
55462
55463
55464 { (exit 0); exit 0; }
55465 _ACEOF
55466 chmod +x $CONFIG_STATUS
55467 ac_clean_files=$ac_clean_files_save
55468
55469
55470 # configure is writing to config.log, and then calls config.status.
55471 # config.status does its own redirection, appending to config.log.
55472 # Unfortunately, on DOS this fails, as config.log is still kept open
55473 # by configure, so config.status won't be able to write to it; its
55474 # output is simply discarded. So we exec the FD to /dev/null,
55475 # effectively closing config.log, so it can be properly (re)opened and
55476 # appended to by config.status. When coming back to configure, we
55477 # need to make the FD available again.
55478 if test "$no_create" != yes; then
55479 ac_cs_success=:
55480 ac_config_status_args=
55481 test "$silent" = yes &&
55482 ac_config_status_args="$ac_config_status_args --quiet"
55483 exec 5>/dev/null
55484 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
55485 exec 5>>config.log
55486 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
55487 # would make configure fail if this is the last instruction.
55488 $ac_cs_success || { (exit 1); exit 1; }
55489 fi
55490
55491 #
55492 # CONFIG_SUBDIRS section.
55493 #
55494 if test "$no_recursion" != yes; then
55495
55496 # Remove --cache-file and --srcdir arguments so they do not pile up.
55497 ac_sub_configure_args=
55498 ac_prev=
55499 eval "set x $ac_configure_args"
55500 shift
55501 for ac_arg
55502 do
55503 if test -n "$ac_prev"; then
55504 ac_prev=
55505 continue
55506 fi
55507 case $ac_arg in
55508 -cache-file | --cache-file | --cache-fil | --cache-fi \
55509 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
55510 ac_prev=cache_file ;;
55511 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
55512 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
55513 | --c=*)
55514 ;;
55515 --config-cache | -C)
55516 ;;
55517 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
55518 ac_prev=srcdir ;;
55519 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
55520 ;;
55521 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
55522 ac_prev=prefix ;;
55523 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
55524 ;;
55525 *)
55526 case $ac_arg in
55527 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
55528 esac
55529 ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
55530 esac
55531 done
55532
55533 # Always prepend --prefix to ensure using the same prefix
55534 # in subdir configurations.
55535 ac_arg="--prefix=$prefix"
55536 case $ac_arg in
55537 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
55538 esac
55539 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
55540
55541 # Pass --silent
55542 if test "$silent" = yes; then
55543 ac_sub_configure_args="--silent $ac_sub_configure_args"
55544 fi
55545
55546 ac_popdir=`pwd`
55547 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
55548
55549 # Do not complain, so a configure script can configure whichever
55550 # parts of a large source tree are present.
55551 test -d "$srcdir/$ac_dir" || continue
55552
55553 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
55554 echo "$as_me:$LINENO: $ac_msg" >&5
55555 echo "$ac_msg" >&6
55556 { as_dir="$ac_dir"
55557 case $as_dir in #(
55558 -*) as_dir=./$as_dir;;
55559 esac
55560 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
55561 as_dirs=
55562 while :; do
55563 case $as_dir in #(
55564 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
55565 *) as_qdir=$as_dir;;
55566 esac
55567 as_dirs="'$as_qdir' $as_dirs"
55568 as_dir=`$as_dirname -- "$as_dir" ||
55569 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
55570 X"$as_dir" : 'X\(//\)[^/]' \| \
55571 X"$as_dir" : 'X\(//\)$' \| \
55572 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
55573 echo X"$as_dir" |
55574 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
55575 s//\1/
55576 q
55577 }
55578 /^X\(\/\/\)[^/].*/{
55579 s//\1/
55580 q
55581 }
55582 /^X\(\/\/\)$/{
55583 s//\1/
55584 q
55585 }
55586 /^X\(\/\).*/{
55587 s//\1/
55588 q
55589 }
55590 s/.*/./; q'`
55591 test -d "$as_dir" && break
55592 done
55593 test -z "$as_dirs" || eval "mkdir $as_dirs"
55594 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
55595 echo "$as_me: error: cannot create directory $as_dir" >&2;}
55596 { (exit 1); exit 1; }; }; }
55597 ac_builddir=.
55598
55599 case "$ac_dir" in
55600 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
55601 *)
55602 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
55603 # A ".." for each directory in $ac_dir_suffix.
55604 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
55605 case $ac_top_builddir_sub in
55606 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
55607 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
55608 esac ;;
55609 esac
55610 ac_abs_top_builddir=$ac_pwd
55611 ac_abs_builddir=$ac_pwd$ac_dir_suffix
55612 # for backward compatibility:
55613 ac_top_builddir=$ac_top_build_prefix
55614
55615 case $srcdir in
55616 .) # We are building in place.
55617 ac_srcdir=.
55618 ac_top_srcdir=$ac_top_builddir_sub
55619 ac_abs_top_srcdir=$ac_pwd ;;
55620 [\\/]* | ?:[\\/]* ) # Absolute name.
55621 ac_srcdir=$srcdir$ac_dir_suffix;
55622 ac_top_srcdir=$srcdir
55623 ac_abs_top_srcdir=$srcdir ;;
55624 *) # Relative name.
55625 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
55626 ac_top_srcdir=$ac_top_build_prefix$srcdir
55627 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
55628 esac
55629 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
55630
55631
55632 cd "$ac_dir"
55633
55634 # Check for guested configure; otherwise get Cygnus style configure.
55635 if test -f "$ac_srcdir/configure.gnu"; then
55636 ac_sub_configure=$ac_srcdir/configure.gnu
55637 elif test -f "$ac_srcdir/configure"; then
55638 ac_sub_configure=$ac_srcdir/configure
55639 elif test -f "$ac_srcdir/configure.in"; then
55640 # This should be Cygnus configure.
55641 ac_sub_configure=$ac_aux_dir/configure
55642 else
55643 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
55644 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
55645 ac_sub_configure=
55646 fi
55647
55648 # The recursion is here.
55649 if test -n "$ac_sub_configure"; then
55650 # Make the cache file name correct relative to the subdirectory.
55651 case $cache_file in
55652 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
55653 *) # Relative name.
55654 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
55655 esac
55656
55657 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
55658 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
55659 # The eval makes quoting arguments work.
55660 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
55661 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
55662 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
55663 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
55664 { (exit 1); exit 1; }; }
55665 fi
55666
55667 cd "$ac_popdir"
55668 done
55669 fi
55670
55671
55672 echo
55673 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
55674 echo ""
55675 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
55676 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
55677
55678 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
55679 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
55680 echo $ECHO_N " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}$ECHO_C"
55681 if test "$wxUSE_UNICODE" = "yes"; then
55682 if test "$wxUSE_UNICODE_UTF8" = "yes"; then
55683 echo " (using UTF-8)"
55684 else
55685 echo " (using wchar_t)"
55686 fi
55687 else
55688 echo
55689 fi
55690
55691 echo " What level of wxWidgets compatibility should be enabled?"
55692 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}"
55693 echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}"
55694
55695 echo " Which libraries should wxWidgets use?"
55696 echo " STL ${wxUSE_STL}"
55697 echo " jpeg ${wxUSE_LIBJPEG-none}"
55698 echo " png ${wxUSE_LIBPNG-none}"
55699 echo " regex ${wxUSE_REGEX}"
55700 echo " tiff ${wxUSE_LIBTIFF-none}"
55701 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
55702 echo " xpm ${wxUSE_LIBXPM-none}"
55703 fi
55704 echo " zlib ${wxUSE_ZLIB}"
55705 echo " odbc ${wxUSE_ODBC}"
55706 echo " expat ${wxUSE_EXPAT}"
55707 echo " libmspack ${wxUSE_LIBMSPACK}"
55708 echo " sdl ${wxUSE_LIBSDL}"
55709
55710 echo ""
55711