3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.12
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
12 ac_default_prefix
=/usr
/local
13 # Any additions from configure.in:
15 --with-x use the X Window System"
21 **--with-motif use Motif/Lesstif"
23 **--with-shared create shared libraries"
25 **--with-optimise create optimised code"
27 **--with-debug_flag create code with WXDEBUG define set to 1"
29 **--with-debug_info create code with debuging information"
31 **--with-mem_traing create code with memory tracing"
33 **--with-dmalloc use dmalloc memory debug library (www.letters.com/dmalloc/)"
35 **--with-profile create code with profiling information"
37 **--with_apple_ieee use the Apple IEEE codec"
39 **--with-zlib use zlib for LZW comression"
41 **--with-gdk_imlib use Raster's gdk_imlib (Image library)"
43 **--with-libpng use libpng (PNG image format)"
45 **--with-odbc use iODBC and wxODBC classes"
47 **--with-opengl use OpenGL (or Mesa)"
49 **--with-gauge use wxGauge class"
51 **--with-combobox use wxComboBox class"
53 **--with-scrollbar use wxScrollbar class"
55 **--with-listctrl use wxListCtrl class"
57 **--with-treectrl use wxTreeCtrl class"
59 **--with-grid use wxGrid class"
61 **--with-tab_dialog use wxTabDia class"
63 **--with-notebook use wxNotebook class"
65 **--with-timedate use wxTime and wxDate classes"
67 **--with-fraction use wxFraction class"
69 **--with-log use logging system"
71 **--with-intl use internationalization system"
73 **--with-config use wxConfig class"
75 **--with-streams use wxStream etc classes"
77 **--with-serial use class serialization"
79 **--with-file use wxFile class"
81 **--with-textfile use wxTextFile class"
83 **--with-afmfonts use Adobe Font Metric Font table"
85 **--with-PS-normalized use normalized PS fonts"
87 **--with-postscript use wxPostscriptDC device context"
89 **--with-wxresources use wxWindows's resources"
91 **--with-prologio use Prolog IO library"
93 **--with-rpc use Prolog's remote procedure calls"
95 **--with-ipc use interprocess communication (wxSocket etc.)"
97 **--with-resources use X resources for saving information"
99 **--with-clipboard use wxClipboard classes"
101 **--with-dnd use Drag'n'Drop classes"
103 **--with-constraints use layout-constraints system"
105 **--with-mdi use multiple document interface architecture"
107 **--with-docview use document view architecture"
109 **--with-printarch use printing architecture"
111 **--with-gtk-prefix=PFX Prefix where GTK is installed"
113 **--with-gtk-exec-prefix=PFX Exec prefix where GTK is installed"
115 **--without-threads Force disabling threads"
117 # Initialize some variables set by options.
118 # The variables have the same names as the options, with
119 # dashes changed to underlines.
121 cache_file
=.
/config.cache
130 program_transform_name
=s
,x
,x
,
138 bindir
='${exec_prefix}/bin'
139 sbindir
='${exec_prefix}/sbin'
140 libexecdir
='${exec_prefix}/libexec'
141 datadir
='${prefix}/share'
142 sysconfdir
='${prefix}/etc'
143 sharedstatedir
='${prefix}/com'
144 localstatedir
='${prefix}/var'
145 libdir
='${exec_prefix}/lib'
146 includedir
='${prefix}/include'
147 oldincludedir
='/usr/include'
148 infodir
='${prefix}/info'
149 mandir
='${prefix}/man'
151 # Initialize some other variables.
154 # Maximum number of lines to put in a shell here document.
161 # If the previous option needs an argument, assign it.
162 if test -n "$ac_prev"; then
163 eval "$ac_prev=\$ac_option"
169 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
173 # Accept the important Cygnus configure options, so we can diagnose typos.
177 -bindir | --bindir | --bindi | --bind | --bin | --bi)
179 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
180 bindir
="$ac_optarg" ;;
182 -build | --build | --buil | --bui | --bu)
184 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
185 build
="$ac_optarg" ;;
187 -cache-file | --cache-file | --cache-fil | --cache-fi \
188 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
189 ac_prev
=cache_file
;;
190 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
191 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
192 cache_file
="$ac_optarg" ;;
194 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
196 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
198 datadir
="$ac_optarg" ;;
200 -disable-* | --disable-*)
201 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
202 # Reject names that are not valid shell variable names.
203 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
204 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
206 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
207 eval "enable_${ac_feature}=no" ;;
209 -enable-* | --enable-*)
210 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
211 # Reject names that are not valid shell variable names.
212 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
213 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
215 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
220 eval "enable_${ac_feature}='$ac_optarg'" ;;
222 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
223 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
224 | --exec | --exe | --ex)
225 ac_prev
=exec_prefix
;;
226 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
227 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
228 | --exec=* | --exe=* | --ex=*)
229 exec_prefix
="$ac_optarg" ;;
231 -gas | --gas | --ga | --g)
232 # Obsolete; use --with-gas.
235 -help | --help | --hel | --he)
236 # Omit some internal or obsolete options to make the list less imposing.
237 # This message is too long to be a string in the A/UX 3.1 sh.
239 Usage: configure [options] [host]
240 Options: [defaults in brackets after descriptions]
242 --cache-file=FILE cache test results in FILE
243 --help print this message
244 --no-create do not create output files
245 --quiet, --silent do not print \`checking...' messages
246 --version print the version of autoconf that created configure
247 Directory and file names:
248 --prefix=PREFIX install architecture-independent files in PREFIX
250 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
252 --bindir=DIR user executables in DIR [EPREFIX/bin]
253 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
254 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
255 --datadir=DIR read-only architecture-independent data in DIR
257 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
258 --sharedstatedir=DIR modifiable architecture-independent data in DIR
260 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
261 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
262 --includedir=DIR C header files in DIR [PREFIX/include]
263 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
264 --infodir=DIR info documentation in DIR [PREFIX/info]
265 --mandir=DIR man documentation in DIR [PREFIX/man]
266 --srcdir=DIR find the sources in DIR [configure dir or ..]
267 --program-prefix=PREFIX prepend PREFIX to installed program names
268 --program-suffix=SUFFIX append SUFFIX to installed program names
269 --program-transform-name=PROGRAM
270 run sed PROGRAM on installed program names
274 --build=BUILD configure for building on BUILD [BUILD=HOST]
275 --host=HOST configure for HOST [guessed]
276 --target=TARGET configure for TARGET [TARGET=HOST]
277 Features and packages:
278 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
279 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
280 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
281 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
282 --x-includes=DIR X include files are in DIR
283 --x-libraries=DIR X library files are in DIR
285 if test -n "$ac_help"; then
286 echo "--enable and --with options recognized:$ac_help"
290 -host | --host | --hos | --ho)
292 -host=* | --host=* | --hos=* | --ho=*)
295 -includedir | --includedir | --includedi | --included | --include \
296 | --includ | --inclu | --incl | --inc)
297 ac_prev
=includedir
;;
298 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
299 | --includ=* | --inclu=* | --incl=* | --inc=*)
300 includedir
="$ac_optarg" ;;
302 -infodir | --infodir | --infodi | --infod | --info | --inf)
304 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
305 infodir
="$ac_optarg" ;;
307 -libdir | --libdir | --libdi | --libd)
309 -libdir=* | --libdir=* | --libdi=* | --libd=*)
310 libdir
="$ac_optarg" ;;
312 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
313 | --libexe | --libex | --libe)
314 ac_prev
=libexecdir
;;
315 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
316 | --libexe=* | --libex=* | --libe=*)
317 libexecdir
="$ac_optarg" ;;
319 -localstatedir | --localstatedir | --localstatedi | --localstated \
320 | --localstate | --localstat | --localsta | --localst \
321 | --locals | --local | --loca | --loc | --lo)
322 ac_prev
=localstatedir
;;
323 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
324 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
325 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
326 localstatedir
="$ac_optarg" ;;
328 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
330 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
331 mandir
="$ac_optarg" ;;
334 # Obsolete; use --without-fp.
337 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
341 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
342 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
345 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
346 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
347 | --oldin | --oldi | --old | --ol | --o)
348 ac_prev
=oldincludedir
;;
349 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
350 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
351 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
352 oldincludedir
="$ac_optarg" ;;
354 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
356 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
357 prefix
="$ac_optarg" ;;
359 -program-prefix | --program-prefix | --program-prefi | --program-pref \
360 | --program-pre | --program-pr | --program-p)
361 ac_prev
=program_prefix
;;
362 -program-prefix=* | --program-prefix=* | --program-prefi=* \
363 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
364 program_prefix
="$ac_optarg" ;;
366 -program-suffix | --program-suffix | --program-suffi | --program-suff \
367 | --program-suf | --program-su | --program-s)
368 ac_prev
=program_suffix
;;
369 -program-suffix=* | --program-suffix=* | --program-suffi=* \
370 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
371 program_suffix
="$ac_optarg" ;;
373 -program-transform-name | --program-transform-name \
374 | --program-transform-nam | --program-transform-na \
375 | --program-transform-n | --program-transform- \
376 | --program-transform | --program-transfor \
377 | --program-transfo | --program-transf \
378 | --program-trans | --program-tran \
379 | --progr-tra | --program-tr | --program-t)
380 ac_prev
=program_transform_name
;;
381 -program-transform-name=* | --program-transform-name=* \
382 | --program-transform-nam=* | --program-transform-na=* \
383 | --program-transform-n=* | --program-transform-=* \
384 | --program-transform=* | --program-transfor=* \
385 | --program-transfo=* | --program-transf=* \
386 | --program-trans=* | --program-tran=* \
387 | --progr-tra=* | --program-tr=* | --program-t=*)
388 program_transform_name
="$ac_optarg" ;;
390 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
391 | -silent | --silent | --silen | --sile | --sil)
394 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
396 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
398 sbindir
="$ac_optarg" ;;
400 -sharedstatedir | --sharedstatedir | --sharedstatedi \
401 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
402 | --sharedst | --shareds | --shared | --share | --shar \
404 ac_prev
=sharedstatedir
;;
405 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
406 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
407 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
409 sharedstatedir
="$ac_optarg" ;;
411 -site | --site | --sit)
413 -site=* | --site=* | --sit=*)
416 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
418 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
419 srcdir
="$ac_optarg" ;;
421 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
422 | --syscon | --sysco | --sysc | --sys | --sy)
423 ac_prev
=sysconfdir
;;
424 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
425 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
426 sysconfdir
="$ac_optarg" ;;
428 -target | --target | --targe | --targ | --tar | --ta | --t)
430 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
431 target
="$ac_optarg" ;;
433 -v | -verbose | --verbose | --verbos | --verbo | --verb)
436 -version | --version | --versio | --versi | --vers)
437 echo "configure generated by autoconf version 2.12"
441 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
442 # Reject names that are not valid shell variable names.
443 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
444 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
446 ac_package
=`echo $ac_package| sed 's/-/_/g'`
451 eval "with_${ac_package}='$ac_optarg'" ;;
453 -without-* | --without-*)
454 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
455 # Reject names that are not valid shell variable names.
456 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
457 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
459 ac_package
=`echo $ac_package| sed 's/-/_/g'`
460 eval "with_${ac_package}=no" ;;
463 # Obsolete; use --with-x.
466 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
467 | --x-incl | --x-inc | --x-in | --x-i)
468 ac_prev
=x_includes
;;
469 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
470 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
471 x_includes
="$ac_optarg" ;;
473 -x-libraries | --x-libraries | --x-librarie | --x-librari \
474 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
475 ac_prev
=x_libraries
;;
476 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
477 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
478 x_libraries
="$ac_optarg" ;;
480 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
484 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
485 echo "configure: warning: $ac_option: invalid host type" 1>&2
487 if test "x$nonopt" != xNONE
; then
488 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
496 if test -n "$ac_prev"; then
497 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
500 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
502 # File descriptor usage:
505 # 2 errors and warnings
506 # 3 some systems may open it to /dev/tty
507 # 4 used on the Kubota Titan
508 # 6 checking for... messages and results
509 # 5 compiler messages saved in config.log
510 if test "$silent" = yes; then
518 This file contains any messages produced by compilers while
519 running configure, to aid debugging if configure makes a mistake.
522 # Strip out --no-create and --no-recursion so they do not pile up.
523 # Also quote any args containing shell metacharacters.
528 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
529 | --no-cr | --no-c) ;;
530 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
531 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
532 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
533 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
534 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
539 # Only set these to C if already set. These must not be set unconditionally
540 # because not all systems understand e.g. LANG=C (notably SCO).
541 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
542 # Non-C LC_CTYPE values break the ctype check.
543 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
544 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
545 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
546 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
548 # confdefs.h avoids OS command line length limits that DEFS can exceed.
549 rm -rf conftest
* confdefs.h
550 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
553 # A filename unique to this package, relative to the directory that
554 # configure is in, which we can look for to find out if srcdir is correct.
555 ac_unique_file
=configure.
in
557 # Find the source files, if location was not specified.
558 if test -z "$srcdir"; then
559 ac_srcdir_defaulted
=yes
560 # Try the directory containing this script, then its parent.
562 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
563 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
565 if test ! -r $srcdir/$ac_unique_file; then
569 ac_srcdir_defaulted
=no
571 if test ! -r $srcdir/$ac_unique_file; then
572 if test "$ac_srcdir_defaulted" = yes; then
573 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
575 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
578 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
580 # Prefer explicitly selected file to automatically selected ones.
581 if test -z "$CONFIG_SITE"; then
582 if test "x$prefix" != xNONE
; then
583 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
585 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
588 for ac_site_file
in $CONFIG_SITE; do
589 if test -r "$ac_site_file"; then
590 echo "loading site script $ac_site_file"
595 if test -r "$cache_file"; then
596 echo "loading cache $cache_file"
599 echo "creating cache $cache_file"
604 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
605 ac_cpp
='$CPP $CPPFLAGS'
606 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
607 ac_link
='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
608 cross_compiling
=$ac_cv_prog_cc_cross
610 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
611 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
612 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
619 ac_n
= ac_c
='\c' ac_t
=
627 if test "x$OS" = "x"; then
629 { echo "configure: error: "The system variable OS has not been
set"
630 "please
set is everytime befor compiling on this system
"
631 "A good example
for this system would be
:"
632 "setenv OSTYPE
$UNAME for csh as a SHELL
"
633 "EXPORT OSTYPE
=$UNAME for sh as SHELL
"
634 "please
set this and restart again.
"
644 /usr/Motif1.2/include \
654 /usr/local/X11R6/include \
655 /usr/local/X11R5/include \
656 /usr/local/X11R4/include \
658 /usr/local/include/X11R6 \
659 /usr/local/include/X11R5 \
660 /usr/local/include/X11R4 \
664 /usr/local/X11/include \
665 /usr/local/include/X11 \
669 /usr/XFree86/include/X11 \
673 /usr/unsupported/include \
674 /usr/athena/include \
675 /usr/local/x11r5/include \
676 /usr/lpp/Xamples/include \
678 /usr/local/include/gtk \
679 /usr/X11R6/include/Xm \
680 /usr/X11/include/Xm \
683 /usr/openwin/include \
684 /usr/openwin/share/include \
687 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` \
692 # Extract the first word of "gcc", so it can be a program name with args.
693 set dummy gcc
; ac_word
=$2
694 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
695 echo "configure:696: checking for $ac_word" >&5
696 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
697 echo $ac_n "(cached) $ac_c" 1>&6
699 if test -n "$CC"; then
700 ac_cv_prog_CC
="$CC" # Let the user override the test.
702 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
703 for ac_dir
in $PATH; do
704 test -z "$ac_dir" && ac_dir
=.
705 if test -f $ac_dir/$ac_word; then
714 if test -n "$CC"; then
715 echo "$ac_t""$CC" 1>&6
717 echo "$ac_t""no" 1>&6
720 if test -z "$CC"; then
721 # Extract the first word of "cc", so it can be a program name with args.
722 set dummy cc
; ac_word
=$2
723 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
724 echo "configure:725: checking for $ac_word" >&5
725 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
726 echo $ac_n "(cached) $ac_c" 1>&6
728 if test -n "$CC"; then
729 ac_cv_prog_CC
="$CC" # Let the user override the test.
731 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
733 for ac_dir
in $PATH; do
734 test -z "$ac_dir" && ac_dir
=.
735 if test -f $ac_dir/$ac_word; then
736 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
745 if test $ac_prog_rejected = yes; then
746 # We found a bogon in the path, so make sure we never use it.
747 set dummy
$ac_cv_prog_CC
749 if test $# -gt 0; then
750 # We chose a different compiler from the bogus one.
751 # However, it has the same basename, so the bogon will be chosen
752 # first if we set CC to just the basename; use the full file name.
754 set dummy
"$ac_dir/$ac_word" "$@"
762 if test -n "$CC"; then
763 echo "$ac_t""$CC" 1>&6
765 echo "$ac_t""no" 1>&6
768 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
771 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
772 echo "configure:773: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
775 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
776 ac_cpp
='$CPP $CPPFLAGS'
777 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
778 ac_link
='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
779 cross_compiling
=$ac_cv_prog_cc_cross
781 cat > conftest.
$ac_ext <<EOF
782 #line 783 "configure"
783 #include "confdefs.h"
786 if { (eval echo configure
:787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
787 ac_cv_prog_cc_works
=yes
788 # If we can't run a trivial program, we are probably using a cross compiler.
789 if (.
/conftest
; exit) 2>/dev
/null
; then
790 ac_cv_prog_cc_cross
=no
792 ac_cv_prog_cc_cross
=yes
795 echo "configure: failed program was:" >&5
796 cat conftest.
$ac_ext >&5
797 ac_cv_prog_cc_works
=no
801 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
802 if test $ac_cv_prog_cc_works = no
; then
803 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
805 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
806 echo "configure:807: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
807 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
808 cross_compiling
=$ac_cv_prog_cc_cross
810 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
811 echo "configure:812: checking whether we are using GNU C" >&5
812 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
813 echo $ac_n "(cached) $ac_c" 1>&6
815 cat > conftest.c
<<EOF
820 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
827 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
829 if test $ac_cv_prog_gcc = yes; then
831 ac_test_CFLAGS
="${CFLAGS+set}"
832 ac_save_CFLAGS
="$CFLAGS"
834 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
835 echo "configure:836: checking whether ${CC-cc} accepts -g" >&5
836 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
837 echo $ac_n "(cached) $ac_c" 1>&6
839 echo 'void f(){}' > conftest.c
840 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
849 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
850 if test "$ac_test_CFLAGS" = set; then
851 CFLAGS
="$ac_save_CFLAGS"
852 elif test $ac_cv_prog_cc_g = yes; then
859 test "${CFLAGS+set}" = set || CFLAGS
="-g"
863 CFLAGS
=`echo "$CFLAGS" | sed 's/-g//g'`
865 if test "x$CC" != xcc
; then
866 echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
867 echo "configure:868: checking whether $CC and cc understand -c and -o together" >&5
869 echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
870 echo "configure:871: checking whether cc understands -c and -o together" >&5
872 set dummy
$CC; ac_cc
="`echo $2 |
873 sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
874 if eval "test \"`echo '$''{'ac_cv_prog_cc_${ac_cc}_c_o'+set}'`\" = set"; then
875 echo $ac_n "(cached) $ac_c" 1>&6
877 echo 'foo(){}' > conftest.c
878 # Make sure it works both with $CC and with simple cc.
879 # We do the test twice because some compilers refuse to overwrite an
880 # existing .o file with -o, though they will create one.
881 ac_try
='${CC-cc} -c conftest.c -o conftest.o 1>&5'
882 if { (eval echo configure
:883: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
883 test -f conftest.o
&& { (eval echo configure
:884: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
885 eval ac_cv_prog_cc_
${ac_cc}_c_o
=yes
886 if test "x$CC" != xcc
; then
887 # Test first that cc exists at all.
888 if { ac_try
='cc -c conftest.c 1>&5'; { (eval echo configure
:889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
889 ac_try
='cc -c conftest.c -o conftest.o 1>&5'
890 if { (eval echo configure
:891: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
891 test -f conftest.o
&& { (eval echo configure
:892: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
896 # cc exists but doesn't like -o.
897 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
902 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
907 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
908 echo "$ac_t""yes" 1>&6
910 echo "$ac_t""no" 1>&6
911 cat >> confdefs.h
<<\EOF
912 #define NO_MINUS_C_MINUS_O 1
917 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
918 echo "configure:919: checking how to run the C preprocessor" >&5
919 # On Suns, sometimes $CPP names a directory.
920 if test -n "$CPP" && test -d "$CPP"; then
923 if test -z "$CPP"; then
924 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
925 echo $ac_n "(cached) $ac_c" 1>&6
927 # This must be in double quotes, not single quotes, because CPP may get
928 # substituted into the Makefile and "${CC-cc}" will confuse make.
930 # On the NeXT, cc -E runs the code through the compiler's parser,
931 # not just through cpp.
932 cat > conftest.
$ac_ext <<EOF
933 #line 934 "configure"
934 #include "confdefs.h"
938 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
939 { (eval echo configure
:940: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
940 ac_err
=`grep -v '^ *+' conftest.out`
941 if test -z "$ac_err"; then
945 echo "configure: failed program was:" >&5
946 cat conftest.
$ac_ext >&5
948 CPP
="${CC-cc} -E -traditional-cpp"
949 cat > conftest.
$ac_ext <<EOF
950 #line 951 "configure"
951 #include "confdefs.h"
955 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
956 { (eval echo configure
:957: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
957 ac_err
=`grep -v '^ *+' conftest.out`
958 if test -z "$ac_err"; then
962 echo "configure: failed program was:" >&5
963 cat conftest.
$ac_ext >&5
970 ac_cv_prog_CPP
="$CPP"
972 CPP
="$ac_cv_prog_CPP"
974 ac_cv_prog_CPP
="$CPP"
976 echo "$ac_t""$CPP" 1>&6
978 if test $ac_cv_prog_gcc = yes; then
979 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
980 echo "configure:981: checking whether ${CC-cc} needs -traditional" >&5
981 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
982 echo $ac_n "(cached) $ac_c" 1>&6
984 ac_pattern
="Autoconf.*'x'"
985 cat > conftest.
$ac_ext <<EOF
986 #line 987 "configure"
987 #include "confdefs.h"
991 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
992 egrep "$ac_pattern" >/dev
/null
2>&1; then
994 ac_cv_prog_gcc_traditional
=yes
997 ac_cv_prog_gcc_traditional
=no
1002 if test $ac_cv_prog_gcc_traditional = no
; then
1003 cat > conftest.
$ac_ext <<EOF
1004 #line 1005 "configure"
1005 #include "confdefs.h"
1009 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1010 egrep "$ac_pattern" >/dev
/null
2>&1; then
1012 ac_cv_prog_gcc_traditional
=yes
1019 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
1020 if test $ac_cv_prog_gcc_traditional = yes; then
1021 CC
="$CC -traditional"
1028 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++
1030 # Extract the first word of "$ac_prog", so it can be a program name with args.
1031 set dummy
$ac_prog; ac_word
=$2
1032 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1033 echo "configure:1034: checking for $ac_word" >&5
1034 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1035 echo $ac_n "(cached) $ac_c" 1>&6
1037 if test -n "$CXX"; then
1038 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
1040 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
1041 for ac_dir
in $PATH; do
1042 test -z "$ac_dir" && ac_dir
=.
1043 if test -f $ac_dir/$ac_word; then
1044 ac_cv_prog_CXX
="$ac_prog"
1051 CXX
="$ac_cv_prog_CXX"
1052 if test -n "$CXX"; then
1053 echo "$ac_t""$CXX" 1>&6
1055 echo "$ac_t""no" 1>&6
1058 test -n "$CXX" && break
1060 test -n "$CXX" || CXX
="gcc"
1063 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1064 echo "configure:1065: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1067 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1068 ac_cpp
='$CXXCPP $CPPFLAGS'
1069 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1070 ac_link
='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1071 cross_compiling
=$ac_cv_prog_cxx_cross
1073 cat > conftest.
$ac_ext <<EOF
1074 #line 1075 "configure"
1075 #include "confdefs.h"
1078 if { (eval echo configure
:1079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1079 ac_cv_prog_cxx_works
=yes
1080 # If we can't run a trivial program, we are probably using a cross compiler.
1081 if (.
/conftest
; exit) 2>/dev
/null
; then
1082 ac_cv_prog_cxx_cross
=no
1084 ac_cv_prog_cxx_cross
=yes
1087 echo "configure: failed program was:" >&5
1088 cat conftest.
$ac_ext >&5
1089 ac_cv_prog_cxx_works
=no
1093 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1094 ac_cpp
='$CPP $CPPFLAGS'
1095 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1096 ac_link
='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1097 cross_compiling
=$ac_cv_prog_cc_cross
1099 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
1100 if test $ac_cv_prog_cxx_works = no
; then
1101 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1103 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1104 echo "configure:1105: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1105 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1106 cross_compiling
=$ac_cv_prog_cxx_cross
1108 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1109 echo "configure:1110: checking whether we are using GNU C++" >&5
1110 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1111 echo $ac_n "(cached) $ac_c" 1>&6
1113 cat > conftest.C
<<EOF
1118 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:1119: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
1125 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1127 if test $ac_cv_prog_gxx = yes; then
1129 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
1130 ac_save_CXXFLAGS
="$CXXFLAGS"
1132 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1133 echo "configure:1134: checking whether ${CXX-g++} accepts -g" >&5
1134 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1135 echo $ac_n "(cached) $ac_c" 1>&6
1137 echo 'void f(){}' > conftest.cc
1138 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1139 ac_cv_prog_cxx_g
=yes
1147 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1148 if test "$ac_test_CXXFLAGS" = set; then
1149 CXXFLAGS
="$ac_save_CXXFLAGS"
1150 elif test $ac_cv_prog_cxx_g = yes; then
1157 test "${CXXFLAGS+set}" = set || CXXFLAGS
="-g"
1160 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
1161 echo "configure:1162: checking how to run the C++ preprocessor" >&5
1162 if test -z "$CXXCPP"; then
1163 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
1164 echo $ac_n "(cached) $ac_c" 1>&6
1167 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1168 ac_cpp
='$CXXCPP $CPPFLAGS'
1169 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1170 ac_link
='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1171 cross_compiling
=$ac_cv_prog_cxx_cross
1172 CXXCPP
="${CXX-g++} -E"
1173 cat > conftest.
$ac_ext <<EOF
1174 #line 1175 "configure"
1175 #include "confdefs.h"
1178 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1179 { (eval echo configure
:1180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1180 ac_err
=`grep -v '^ *+' conftest.out`
1181 if test -z "$ac_err"; then
1185 echo "configure: failed program was:" >&5
1186 cat conftest.
$ac_ext >&5
1191 ac_cv_prog_CXXCPP
="$CXXCPP"
1193 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1194 ac_cpp
='$CPP $CPPFLAGS'
1195 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1196 ac_link
='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1197 cross_compiling
=$ac_cv_prog_cc_cross
1200 CXXCPP
="$ac_cv_prog_CXXCPP"
1201 echo "$ac_t""$CXXCPP" 1>&6
1204 CXXFLAGS
=`echo "$CXXFLAGS" | sed 's/-g//g'`
1208 # Extract the first word of "ranlib", so it can be a program name with args.
1209 set dummy ranlib
; ac_word
=$2
1210 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1211 echo "configure:1212: checking for $ac_word" >&5
1212 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1213 echo $ac_n "(cached) $ac_c" 1>&6
1215 if test -n "$RANLIB"; then
1216 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
1218 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
1219 for ac_dir
in $PATH; do
1220 test -z "$ac_dir" && ac_dir
=.
1221 if test -f $ac_dir/$ac_word; then
1222 ac_cv_prog_RANLIB
="ranlib"
1227 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
1230 RANLIB
="$ac_cv_prog_RANLIB"
1231 if test -n "$RANLIB"; then
1232 echo "$ac_t""$RANLIB" 1>&6
1234 echo "$ac_t""no" 1>&6
1238 # Extract the first word of "ar", so it can be a program name with args.
1239 set dummy
ar; ac_word
=$2
1240 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1241 echo "configure:1242: checking for $ac_word" >&5
1242 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1243 echo $ac_n "(cached) $ac_c" 1>&6
1245 if test -n "$AR"; then
1246 ac_cv_prog_AR
="$AR" # Let the user override the test.
1248 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
1249 for ac_dir
in $PATH; do
1250 test -z "$ac_dir" && ac_dir
=.
1251 if test -f $ac_dir/$ac_word; then
1257 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
1261 if test -n "$AR"; then
1262 echo "$ac_t""$AR" 1>&6
1264 echo "$ac_t""no" 1>&6
1269 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1270 if test -f $ac_dir/install-sh; then
1272 ac_install_sh
="$ac_aux_dir/install-sh -c"
1274 elif test -f $ac_dir/install.sh
; then
1276 ac_install_sh
="$ac_aux_dir/install.sh -c"
1280 if test -z "$ac_aux_dir"; then
1281 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
1283 ac_config_guess
=$ac_aux_dir/config.guess
1284 ac_config_sub
=$ac_aux_dir/config.sub
1285 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
1287 # Find a good install program. We prefer a C program (faster),
1288 # so one script is as good as another. But avoid the broken or
1289 # incompatible versions:
1290 # SysV /etc/install, /usr/sbin/install
1291 # SunOS /usr/etc/install
1292 # IRIX /sbin/install
1294 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1295 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1296 # ./install, which can be erroneously created by make from ./install.sh.
1297 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1298 echo "configure:1299: checking for a BSD compatible install" >&5
1299 if test -z "$INSTALL"; then
1300 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1301 echo $ac_n "(cached) $ac_c" 1>&6
1303 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
="${IFS}:"
1304 for ac_dir
in $PATH; do
1305 # Account for people who put trailing slashes in PATH elements.
1307 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
1309 # OSF1 and SCO ODT 3.0 have their own names for install.
1310 for ac_prog
in ginstall installbsd scoinst
install; do
1311 if test -f $ac_dir/$ac_prog; then
1312 if test $ac_prog = install &&
1313 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
1314 # AIX install. It has an incompatible calling convention.
1315 # OSF/1 installbsd also uses dspmsg, but is usable.
1318 ac_cv_path_install
="$ac_dir/$ac_prog -c"
1329 if test "${ac_cv_path_install+set}" = set; then
1330 INSTALL
="$ac_cv_path_install"
1332 # As a last resort, use the slow shell script. We don't cache a
1333 # path for INSTALL within a source directory, because that will
1334 # break other packages using the cache if that directory is
1335 # removed, or if the path is relative.
1336 INSTALL
="$ac_install_sh"
1339 echo "$ac_t""$INSTALL" 1>&6
1341 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1342 # It thinks the first close brace ends the variable substitution.
1343 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1345 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1348 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1349 echo "configure:1350: checking whether ln -s works" >&5
1350 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1351 echo $ac_n "(cached) $ac_c" 1>&6
1354 if ln -s X conftestdata
2>/dev
/null
1357 ac_cv_prog_LN_S
="ln -s"
1362 LN_S
="$ac_cv_prog_LN_S"
1363 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1364 echo "$ac_t""yes" 1>&6
1366 echo "$ac_t""no" 1>&6
1370 for ac_prog
in mawk gawk nawk
awk
1372 # Extract the first word of "$ac_prog", so it can be a program name with args.
1373 set dummy
$ac_prog; ac_word
=$2
1374 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1375 echo "configure:1376: checking for $ac_word" >&5
1376 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
1377 echo $ac_n "(cached) $ac_c" 1>&6
1379 if test -n "$AWK"; then
1380 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
1382 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
1383 for ac_dir
in $PATH; do
1384 test -z "$ac_dir" && ac_dir
=.
1385 if test -f $ac_dir/$ac_word; then
1386 ac_cv_prog_AWK
="$ac_prog"
1393 AWK
="$ac_cv_prog_AWK"
1394 if test -n "$AWK"; then
1395 echo "$ac_t""$AWK" 1>&6
1397 echo "$ac_t""no" 1>&6
1400 test -n "$AWK" && break
1404 echo $ac_n "checking "make for VPATH support
"""... $ac_c" 1>&6
1405 echo "configure:1406: checking "make for VPATH support
"" >&5
1406 cat - << EOF > confMake
1412 if test ! -d sub
; then
1415 echo dummy
> sub
/file
1416 ${MAKE-make} -f confMake VPATH
=sub
2> config.log
> /dev
/null
1418 rm -f sub
/file check final_file config.log confMake
1420 if test "$RESULT" = 0; then
1421 echo "$ac_t""yes" 1>&6
1423 echo "$ac_t""no" 1>&6
1424 { echo "configure: error: You need a make-utility that is able to use the variable
1426 If your version of make does not support VPATH correctly" 1>&2; exit 1; }
1430 # If we find X, set shell vars x_includes and x_libraries to the
1431 # paths, otherwise set no_x=yes.
1432 # Uses ac_ vars as temps to allow command line to override cache and checks.
1433 # --without-x overrides everything else, but does not touch the cache.
1434 echo $ac_n "checking for X""... $ac_c" 1>&6
1435 echo "configure:1436: checking for X" >&5
1437 # Check whether --with-x or --without-x was given.
1438 if test "${with_x+set}" = set; then
1443 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
1444 if test "x$with_x" = xno
; then
1445 # The user explicitly disabled X.
1448 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
1449 # Both variables are already set.
1452 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
1453 echo $ac_n "(cached) $ac_c" 1>&6
1455 # One or both of the vars are not set, and there is no cached value.
1456 ac_x_includes
=NO ac_x_libraries
=NO
1458 if mkdir conftestdir
; then
1460 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
1461 cat > Imakefile
<<'EOF'
1463 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
1465 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
1466 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1467 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
1468 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
1469 for ac_extension
in a so sl
; do
1470 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
1471 test -f $ac_im_libdir/libX11.
$ac_extension; then
1472 ac_im_usrlibdir
=$ac_im_libdir; break
1475 # Screen out bogus values from the imake configuration. They are
1476 # bogus both because they are the default anyway, and because
1477 # using them would break gcc on systems where it needs fixed includes.
1478 case "$ac_im_incroot" in
1480 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
1482 case "$ac_im_usrlibdir" in
1484 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
1491 if test "$ac_x_includes" = NO
; then
1492 # Guess where to find include files, by looking for this one X11 .h file.
1493 test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
1495 # First, try using that file with no special directory specified.
1496 cat > conftest.
$ac_ext <<EOF
1497 #line 1498 "configure"
1498 #include "confdefs.h"
1499 #include <$x_direct_test_include>
1501 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1502 { (eval echo configure
:1503: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1503 ac_err
=`grep -v '^ *+' conftest.out`
1504 if test -z "$ac_err"; then
1506 # We can compile using X headers with no special include directory.
1510 echo "configure: failed program was:" >&5
1511 cat conftest.
$ac_ext >&5
1513 # Look for the header file in a standard set of common directories.
1514 # Check X11 before X11Rn because it is often a symlink to the current release.
1517 /usr
/X
11R
6/include \
1518 /usr
/X
11R
5/include \
1519 /usr
/X
11R
4/include \
1522 /usr
/include
/X11R6 \
1523 /usr
/include
/X11R5 \
1524 /usr
/include
/X11R4 \
1526 /usr
/local
/X
11/include \
1527 /usr
/local
/X
11R
6/include \
1528 /usr
/local
/X
11R
5/include \
1529 /usr
/local
/X
11R
4/include \
1531 /usr
/local
/include
/X11 \
1532 /usr
/local
/include
/X11R6 \
1533 /usr
/local
/include
/X11R5 \
1534 /usr
/local
/include
/X11R4 \
1538 /usr
/XFree
86/include
/X11 \
1541 /usr
/local
/include \
1542 /usr
/unsupported
/include \
1543 /usr
/athena
/include \
1544 /usr
/local
/x
11r
5/include \
1545 /usr
/lpp
/Xamples
/include \
1547 /usr
/openwin
/include \
1548 /usr
/openwin
/share
/include \
1551 if test -r "$ac_dir/$x_direct_test_include"; then
1552 ac_x_includes
=$ac_dir
1558 fi # $ac_x_includes = NO
1560 if test "$ac_x_libraries" = NO
; then
1561 # Check for the libraries.
1563 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
1564 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
1566 # See if we find them without any special options.
1567 # Don't add to $LIBS permanently.
1568 ac_save_LIBS
="$LIBS"
1569 LIBS
="-l$x_direct_test_library $LIBS"
1570 cat > conftest.
$ac_ext <<EOF
1571 #line 1572 "configure"
1572 #include "confdefs.h"
1575 ${x_direct_test_function}()
1578 if { (eval echo configure
:1579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1580 LIBS
="$ac_save_LIBS"
1581 # We can link X programs with no special library path.
1584 echo "configure: failed program was:" >&5
1585 cat conftest.
$ac_ext >&5
1587 LIBS
="$ac_save_LIBS"
1588 # First see if replacing the include by lib works.
1589 # Check X11 before X11Rn because it is often a symlink to the current release.
1590 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
1601 /usr
/local
/X
11/lib \
1602 /usr
/local
/X
11R
6/lib \
1603 /usr
/local
/X
11R
5/lib \
1604 /usr
/local
/X
11R
4/lib \
1606 /usr
/local
/lib
/X11 \
1607 /usr
/local
/lib
/X11R6 \
1608 /usr
/local
/lib
/X11R5 \
1609 /usr
/local
/lib
/X11R4 \
1613 /usr
/XFree
86/lib
/X11 \
1617 /usr
/unsupported
/lib \
1619 /usr
/local
/x
11r
5/lib \
1620 /usr
/lpp
/Xamples
/lib \
1624 /usr
/openwin
/share
/lib \
1627 for ac_extension
in a so sl
; do
1628 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
1629 ac_x_libraries
=$ac_dir
1636 fi # $ac_x_libraries = NO
1638 if test "$ac_x_includes" = NO
|| test "$ac_x_libraries" = NO
; then
1639 # Didn't find X anywhere. Cache the known absence of X.
1640 ac_cv_have_x
="have_x=no"
1642 # Record where we found X for the cache.
1643 ac_cv_have_x
="have_x=yes \
1644 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
1648 eval "$ac_cv_have_x"
1651 if test "$have_x" != yes; then
1652 echo "$ac_t""$have_x" 1>&6
1655 # If each of the values was on the command line, it overrides each guess.
1656 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
1657 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
1658 # Update the cache value to reflect the command line values.
1659 ac_cv_have_x
="have_x=yes \
1660 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
1661 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
1664 if test "$no_x" = yes; then
1665 # Not all programs may use this symbol, but it does not hurt to define it.
1666 cat >> confdefs.h
<<\EOF
1667 #define X_DISPLAY_MISSING 1
1670 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
1672 if test -n "$x_includes"; then
1673 X_CFLAGS
="$X_CFLAGS -I$x_includes"
1676 # It would also be nice to do this for all -L options, not just this one.
1677 if test -n "$x_libraries"; then
1678 X_LIBS
="$X_LIBS -L$x_libraries"
1679 # For Solaris; some versions of Sun CC require a space after -R and
1680 # others require no space. Words are not sufficient . . . .
1681 case "`(uname -sr) 2>/dev/null`" in
1683 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
1684 echo "configure:1685: checking whether -R must be followed by a space" >&5
1685 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
1686 cat > conftest.
$ac_ext <<EOF
1687 #line 1688 "configure"
1688 #include "confdefs.h"
1694 if { (eval echo configure
:1695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1698 echo "configure: failed program was:" >&5
1699 cat conftest.
$ac_ext >&5
1704 if test $ac_R_nospace = yes; then
1705 echo "$ac_t""no" 1>&6
1706 X_LIBS
="$X_LIBS -R$x_libraries"
1708 LIBS
="$ac_xsave_LIBS -R $x_libraries"
1709 cat > conftest.
$ac_ext <<EOF
1710 #line 1711 "configure"
1711 #include "confdefs.h"
1717 if { (eval echo configure
:1718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1721 echo "configure: failed program was:" >&5
1722 cat conftest.
$ac_ext >&5
1727 if test $ac_R_space = yes; then
1728 echo "$ac_t""yes" 1>&6
1729 X_LIBS
="$X_LIBS -R $x_libraries"
1731 echo "$ac_t""neither works" 1>&6
1734 LIBS
="$ac_xsave_LIBS"
1738 # Check for system-dependent libraries X programs must link with.
1739 # Do this before checking for the system-independent R6 libraries
1740 # (-lICE), since we may need -lsocket or whatever for X linking.
1742 if test "$ISC" = yes; then
1743 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
1745 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
1746 # libraries were built with DECnet support. And karl@cs.umb.edu says
1747 # the Alpha needs dnet_stub (dnet does not exist).
1748 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
1749 echo "configure:1750: checking for dnet_ntoa in -ldnet" >&5
1750 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1751 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1752 echo $ac_n "(cached) $ac_c" 1>&6
1754 ac_save_LIBS
="$LIBS"
1756 cat > conftest.
$ac_ext <<EOF
1757 #line 1758 "configure"
1758 #include "confdefs.h"
1759 /* Override any gcc2 internal prototype to avoid an error. */
1760 /* We use char because int might match the return type of a gcc2
1761 builtin and then its argument prototype would still apply. */
1768 if { (eval echo configure
:1769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1770 eval "ac_cv_lib_$ac_lib_var=yes"
1772 echo "configure: failed program was:" >&5
1773 cat conftest.
$ac_ext >&5
1775 eval "ac_cv_lib_$ac_lib_var=no"
1778 LIBS
="$ac_save_LIBS"
1781 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1782 echo "$ac_t""yes" 1>&6
1783 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
1785 echo "$ac_t""no" 1>&6
1788 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
1789 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
1790 echo "configure:1791: checking for dnet_ntoa in -ldnet_stub" >&5
1791 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1792 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1793 echo $ac_n "(cached) $ac_c" 1>&6
1795 ac_save_LIBS
="$LIBS"
1796 LIBS
="-ldnet_stub $LIBS"
1797 cat > conftest.
$ac_ext <<EOF
1798 #line 1799 "configure"
1799 #include "confdefs.h"
1800 /* Override any gcc2 internal prototype to avoid an error. */
1801 /* We use char because int might match the return type of a gcc2
1802 builtin and then its argument prototype would still apply. */
1809 if { (eval echo configure
:1810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1811 eval "ac_cv_lib_$ac_lib_var=yes"
1813 echo "configure: failed program was:" >&5
1814 cat conftest.
$ac_ext >&5
1816 eval "ac_cv_lib_$ac_lib_var=no"
1819 LIBS
="$ac_save_LIBS"
1822 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1823 echo "$ac_t""yes" 1>&6
1824 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
1826 echo "$ac_t""no" 1>&6
1831 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
1832 # to get the SysV transport functions.
1833 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
1835 # The nsl library prevents programs from opening the X display
1836 # on Irix 5.2, according to dickey@clark.net.
1837 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
1838 echo "configure:1839: checking for gethostbyname" >&5
1839 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1840 echo $ac_n "(cached) $ac_c" 1>&6
1842 cat > conftest.
$ac_ext <<EOF
1843 #line 1844 "configure"
1844 #include "confdefs.h"
1845 /* System header to define __stub macros and hopefully few prototypes,
1846 which can conflict with char gethostbyname(); below. */
1848 /* Override any gcc2 internal prototype to avoid an error. */
1849 /* We use char because int might match the return type of a gcc2
1850 builtin and then its argument prototype would still apply. */
1851 char gethostbyname();
1855 /* The GNU C library defines this for functions which it implements
1856 to always fail with ENOSYS. Some functions are actually named
1857 something starting with __ and the normal name is an alias. */
1858 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1866 if { (eval echo configure
:1867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1868 eval "ac_cv_func_gethostbyname=yes"
1870 echo "configure: failed program was:" >&5
1871 cat conftest.
$ac_ext >&5
1873 eval "ac_cv_func_gethostbyname=no"
1878 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1879 echo "$ac_t""yes" 1>&6
1882 echo "$ac_t""no" 1>&6
1885 if test $ac_cv_func_gethostbyname = no
; then
1886 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
1887 echo "configure:1888: checking for gethostbyname in -lnsl" >&5
1888 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
1889 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1890 echo $ac_n "(cached) $ac_c" 1>&6
1892 ac_save_LIBS
="$LIBS"
1894 cat > conftest.
$ac_ext <<EOF
1895 #line 1896 "configure"
1896 #include "confdefs.h"
1897 /* Override any gcc2 internal prototype to avoid an error. */
1898 /* We use char because int might match the return type of a gcc2
1899 builtin and then its argument prototype would still apply. */
1900 char gethostbyname();
1906 if { (eval echo configure
:1907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1908 eval "ac_cv_lib_$ac_lib_var=yes"
1910 echo "configure: failed program was:" >&5
1911 cat conftest.
$ac_ext >&5
1913 eval "ac_cv_lib_$ac_lib_var=no"
1916 LIBS
="$ac_save_LIBS"
1919 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1920 echo "$ac_t""yes" 1>&6
1921 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
1923 echo "$ac_t""no" 1>&6
1928 # lieder@skyler.mavd.honeywell.com says without -lsocket,
1929 # socket/setsockopt and other routines are undefined under SCO ODT
1930 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
1931 # on later versions), says simon@lia.di.epfl.ch: it contains
1932 # gethostby* variants that don't use the nameserver (or something).
1933 # -lsocket must be given before -lnsl if both are needed.
1934 # We assume that if connect needs -lnsl, so does gethostbyname.
1935 echo $ac_n "checking for connect""... $ac_c" 1>&6
1936 echo "configure:1937: checking for connect" >&5
1937 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
1938 echo $ac_n "(cached) $ac_c" 1>&6
1940 cat > conftest.
$ac_ext <<EOF
1941 #line 1942 "configure"
1942 #include "confdefs.h"
1943 /* System header to define __stub macros and hopefully few prototypes,
1944 which can conflict with char connect(); below. */
1946 /* Override any gcc2 internal prototype to avoid an error. */
1947 /* We use char because int might match the return type of a gcc2
1948 builtin and then its argument prototype would still apply. */
1953 /* The GNU C library defines this for functions which it implements
1954 to always fail with ENOSYS. Some functions are actually named
1955 something starting with __ and the normal name is an alias. */
1956 #if defined (__stub_connect) || defined (__stub___connect)
1964 if { (eval echo configure
:1965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
1966 eval "ac_cv_func_connect=yes"
1968 echo "configure: failed program was:" >&5
1969 cat conftest.
$ac_ext >&5
1971 eval "ac_cv_func_connect=no"
1976 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
1977 echo "$ac_t""yes" 1>&6
1980 echo "$ac_t""no" 1>&6
1983 if test $ac_cv_func_connect = no
; then
1984 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
1985 echo "configure:1986: checking for connect in -lsocket" >&5
1986 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
1987 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1988 echo $ac_n "(cached) $ac_c" 1>&6
1990 ac_save_LIBS
="$LIBS"
1991 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
1992 cat > conftest.
$ac_ext <<EOF
1993 #line 1994 "configure"
1994 #include "confdefs.h"
1995 /* Override any gcc2 internal prototype to avoid an error. */
1996 /* We use char because int might match the return type of a gcc2
1997 builtin and then its argument prototype would still apply. */
2004 if { (eval echo configure
:2005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2006 eval "ac_cv_lib_$ac_lib_var=yes"
2008 echo "configure: failed program was:" >&5
2009 cat conftest.
$ac_ext >&5
2011 eval "ac_cv_lib_$ac_lib_var=no"
2014 LIBS
="$ac_save_LIBS"
2017 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2018 echo "$ac_t""yes" 1>&6
2019 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
2021 echo "$ac_t""no" 1>&6
2026 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
2027 echo $ac_n "checking for remove""... $ac_c" 1>&6
2028 echo "configure:2029: checking for remove" >&5
2029 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
2030 echo $ac_n "(cached) $ac_c" 1>&6
2032 cat > conftest.
$ac_ext <<EOF
2033 #line 2034 "configure"
2034 #include "confdefs.h"
2035 /* System header to define __stub macros and hopefully few prototypes,
2036 which can conflict with char remove(); below. */
2038 /* Override any gcc2 internal prototype to avoid an error. */
2039 /* We use char because int might match the return type of a gcc2
2040 builtin and then its argument prototype would still apply. */
2045 /* The GNU C library defines this for functions which it implements
2046 to always fail with ENOSYS. Some functions are actually named
2047 something starting with __ and the normal name is an alias. */
2048 #if defined (__stub_remove) || defined (__stub___remove)
2056 if { (eval echo configure
:2057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2058 eval "ac_cv_func_remove=yes"
2060 echo "configure: failed program was:" >&5
2061 cat conftest.
$ac_ext >&5
2063 eval "ac_cv_func_remove=no"
2068 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
2069 echo "$ac_t""yes" 1>&6
2072 echo "$ac_t""no" 1>&6
2075 if test $ac_cv_func_remove = no
; then
2076 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
2077 echo "configure:2078: checking for remove in -lposix" >&5
2078 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
2079 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2080 echo $ac_n "(cached) $ac_c" 1>&6
2082 ac_save_LIBS
="$LIBS"
2083 LIBS
="-lposix $LIBS"
2084 cat > conftest.
$ac_ext <<EOF
2085 #line 2086 "configure"
2086 #include "confdefs.h"
2087 /* Override any gcc2 internal prototype to avoid an error. */
2088 /* We use char because int might match the return type of a gcc2
2089 builtin and then its argument prototype would still apply. */
2096 if { (eval echo configure
:2097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2098 eval "ac_cv_lib_$ac_lib_var=yes"
2100 echo "configure: failed program was:" >&5
2101 cat conftest.
$ac_ext >&5
2103 eval "ac_cv_lib_$ac_lib_var=no"
2106 LIBS
="$ac_save_LIBS"
2109 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2110 echo "$ac_t""yes" 1>&6
2111 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
2113 echo "$ac_t""no" 1>&6
2118 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
2119 echo $ac_n "checking for shmat""... $ac_c" 1>&6
2120 echo "configure:2121: checking for shmat" >&5
2121 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
2122 echo $ac_n "(cached) $ac_c" 1>&6
2124 cat > conftest.
$ac_ext <<EOF
2125 #line 2126 "configure"
2126 #include "confdefs.h"
2127 /* System header to define __stub macros and hopefully few prototypes,
2128 which can conflict with char shmat(); below. */
2130 /* Override any gcc2 internal prototype to avoid an error. */
2131 /* We use char because int might match the return type of a gcc2
2132 builtin and then its argument prototype would still apply. */
2137 /* The GNU C library defines this for functions which it implements
2138 to always fail with ENOSYS. Some functions are actually named
2139 something starting with __ and the normal name is an alias. */
2140 #if defined (__stub_shmat) || defined (__stub___shmat)
2148 if { (eval echo configure
:2149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2150 eval "ac_cv_func_shmat=yes"
2152 echo "configure: failed program was:" >&5
2153 cat conftest.
$ac_ext >&5
2155 eval "ac_cv_func_shmat=no"
2160 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
2161 echo "$ac_t""yes" 1>&6
2164 echo "$ac_t""no" 1>&6
2167 if test $ac_cv_func_shmat = no
; then
2168 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
2169 echo "configure:2170: checking for shmat in -lipc" >&5
2170 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
2171 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2172 echo $ac_n "(cached) $ac_c" 1>&6
2174 ac_save_LIBS
="$LIBS"
2176 cat > conftest.
$ac_ext <<EOF
2177 #line 2178 "configure"
2178 #include "confdefs.h"
2179 /* Override any gcc2 internal prototype to avoid an error. */
2180 /* We use char because int might match the return type of a gcc2
2181 builtin and then its argument prototype would still apply. */
2188 if { (eval echo configure
:2189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2190 eval "ac_cv_lib_$ac_lib_var=yes"
2192 echo "configure: failed program was:" >&5
2193 cat conftest.
$ac_ext >&5
2195 eval "ac_cv_lib_$ac_lib_var=no"
2198 LIBS
="$ac_save_LIBS"
2201 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2202 echo "$ac_t""yes" 1>&6
2203 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
2205 echo "$ac_t""no" 1>&6
2211 # Check for libraries that X11R6 Xt/Xaw programs need.
2212 ac_save_LDFLAGS
="$LDFLAGS"
2213 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
2214 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
2215 # check for ICE first), but we must link in the order -lSM -lICE or
2216 # we get undefined symbols. So assume we have SM if we have ICE.
2217 # These have to be linked with before -lX11, unlike the other
2218 # libraries we check for below, so use a different variable.
2219 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
2220 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
2221 echo "configure:2222: checking for IceConnectionNumber in -lICE" >&5
2222 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
2223 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2224 echo $ac_n "(cached) $ac_c" 1>&6
2226 ac_save_LIBS
="$LIBS"
2228 cat > conftest.
$ac_ext <<EOF
2229 #line 2230 "configure"
2230 #include "confdefs.h"
2231 /* Override any gcc2 internal prototype to avoid an error. */
2232 /* We use char because int might match the return type of a gcc2
2233 builtin and then its argument prototype would still apply. */
2234 char IceConnectionNumber();
2237 IceConnectionNumber()
2240 if { (eval echo configure
:2241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2242 eval "ac_cv_lib_$ac_lib_var=yes"
2244 echo "configure: failed program was:" >&5
2245 cat conftest.
$ac_ext >&5
2247 eval "ac_cv_lib_$ac_lib_var=no"
2250 LIBS
="$ac_save_LIBS"
2253 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2254 echo "$ac_t""yes" 1>&6
2255 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
2257 echo "$ac_t""no" 1>&6
2260 LDFLAGS
="$ac_save_LDFLAGS"
2266 for ac_hdr
in dirent.h sys
/ndir.h sys
/dir.h ndir.h
2268 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2269 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
2270 echo "configure:2271: checking for $ac_hdr that defines DIR" >&5
2271 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
2272 echo $ac_n "(cached) $ac_c" 1>&6
2274 cat > conftest.
$ac_ext <<EOF
2275 #line 2276 "configure"
2276 #include "confdefs.h"
2277 #include <sys/types.h>
2283 if { (eval echo configure
:2284: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2285 eval "ac_cv_header_dirent_$ac_safe=yes"
2287 echo "configure: failed program was:" >&5
2288 cat conftest.
$ac_ext >&5
2290 eval "ac_cv_header_dirent_$ac_safe=no"
2294 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
2295 echo "$ac_t""yes" 1>&6
2296 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2297 cat >> confdefs.h
<<EOF
2298 #define $ac_tr_hdr 1
2300 ac_header_dirent
=$ac_hdr; break
2302 echo "$ac_t""no" 1>&6
2305 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
2306 if test $ac_header_dirent = dirent.h
; then
2307 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
2308 echo "configure:2309: checking for opendir in -ldir" >&5
2309 ac_lib_var
=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
2310 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2311 echo $ac_n "(cached) $ac_c" 1>&6
2313 ac_save_LIBS
="$LIBS"
2315 cat > conftest.
$ac_ext <<EOF
2316 #line 2317 "configure"
2317 #include "confdefs.h"
2318 /* Override any gcc2 internal prototype to avoid an error. */
2319 /* We use char because int might match the return type of a gcc2
2320 builtin and then its argument prototype would still apply. */
2327 if { (eval echo configure
:2328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2329 eval "ac_cv_lib_$ac_lib_var=yes"
2331 echo "configure: failed program was:" >&5
2332 cat conftest.
$ac_ext >&5
2334 eval "ac_cv_lib_$ac_lib_var=no"
2337 LIBS
="$ac_save_LIBS"
2340 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2341 echo "$ac_t""yes" 1>&6
2344 echo "$ac_t""no" 1>&6
2348 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
2349 echo "configure:2350: checking for opendir in -lx" >&5
2350 ac_lib_var
=`echo x'_'opendir | sed 'y%./+-%__p_%'`
2351 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2352 echo $ac_n "(cached) $ac_c" 1>&6
2354 ac_save_LIBS
="$LIBS"
2356 cat > conftest.
$ac_ext <<EOF
2357 #line 2358 "configure"
2358 #include "confdefs.h"
2359 /* Override any gcc2 internal prototype to avoid an error. */
2360 /* We use char because int might match the return type of a gcc2
2361 builtin and then its argument prototype would still apply. */
2368 if { (eval echo configure
:2369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
2370 eval "ac_cv_lib_$ac_lib_var=yes"
2372 echo "configure: failed program was:" >&5
2373 cat conftest.
$ac_ext >&5
2375 eval "ac_cv_lib_$ac_lib_var=no"
2378 LIBS
="$ac_save_LIBS"
2381 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2382 echo "$ac_t""yes" 1>&6
2385 echo "$ac_t""no" 1>&6
2390 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2391 echo "configure:2392: checking for ANSI C header files" >&5
2392 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2393 echo $ac_n "(cached) $ac_c" 1>&6
2395 cat > conftest.
$ac_ext <<EOF
2396 #line 2397 "configure"
2397 #include "confdefs.h"
2403 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2404 { (eval echo configure
:2405: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2405 ac_err
=`grep -v '^ *+' conftest.out`
2406 if test -z "$ac_err"; then
2408 ac_cv_header_stdc
=yes
2411 echo "configure: failed program was:" >&5
2412 cat conftest.
$ac_ext >&5
2414 ac_cv_header_stdc
=no
2418 if test $ac_cv_header_stdc = yes; then
2419 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2420 cat > conftest.
$ac_ext <<EOF
2421 #line 2422 "configure"
2422 #include "confdefs.h"
2425 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2426 egrep "memchr" >/dev
/null
2>&1; then
2430 ac_cv_header_stdc
=no
2436 if test $ac_cv_header_stdc = yes; then
2437 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2438 cat > conftest.
$ac_ext <<EOF
2439 #line 2440 "configure"
2440 #include "confdefs.h"
2443 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2444 egrep "free" >/dev
/null
2>&1; then
2448 ac_cv_header_stdc
=no
2454 if test $ac_cv_header_stdc = yes; then
2455 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2456 if test "$cross_compiling" = yes; then
2459 cat > conftest.
$ac_ext <<EOF
2460 #line 2461 "configure"
2461 #include "confdefs.h"
2463 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2464 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2465 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2466 int main () { int i; for (i = 0; i < 256; i++)
2467 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2471 if { (eval echo configure
:2472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
2475 echo "configure: failed program was:" >&5
2476 cat conftest.
$ac_ext >&5
2478 ac_cv_header_stdc
=no
2486 echo "$ac_t""$ac_cv_header_stdc" 1>&6
2487 if test $ac_cv_header_stdc = yes; then
2488 cat >> confdefs.h
<<\EOF
2489 #define STDC_HEADERS 1
2494 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
2495 echo "configure:2496: checking for sys/wait.h that is POSIX.1 compatible" >&5
2496 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
2497 echo $ac_n "(cached) $ac_c" 1>&6
2499 cat > conftest.
$ac_ext <<EOF
2500 #line 2501 "configure"
2501 #include "confdefs.h"
2502 #include <sys/types.h>
2503 #include <sys/wait.h>
2505 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
2508 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
2513 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
2516 if { (eval echo configure
:2517: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2518 ac_cv_header_sys_wait_h
=yes
2520 echo "configure: failed program was:" >&5
2521 cat conftest.
$ac_ext >&5
2523 ac_cv_header_sys_wait_h
=no
2528 echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
2529 if test $ac_cv_header_sys_wait_h = yes; then
2530 cat >> confdefs.h
<<\EOF
2531 #define HAVE_SYS_WAIT_H 1
2536 ac_safe
=`echo "fcntl.h" | sed 'y%./+-%__p_%'`
2537 echo $ac_n "checking for fcntl.h""... $ac_c" 1>&6
2538 echo "configure:2539: checking for fcntl.h" >&5
2539 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2540 echo $ac_n "(cached) $ac_c" 1>&6
2542 cat > conftest.
$ac_ext <<EOF
2543 #line 2544 "configure"
2544 #include "confdefs.h"
2547 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2548 { (eval echo configure
:2549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2549 ac_err
=`grep -v '^ *+' conftest.out`
2550 if test -z "$ac_err"; then
2552 eval "ac_cv_header_$ac_safe=yes"
2555 echo "configure: failed program was:" >&5
2556 cat conftest.
$ac_ext >&5
2558 eval "ac_cv_header_$ac_safe=no"
2562 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2563 echo "$ac_t""yes" 1>&6
2566 echo "$ac_t""no" 1>&6
2569 ac_safe
=`echo "limits.h" | sed 'y%./+-%__p_%'`
2570 echo $ac_n "checking for limits.h""... $ac_c" 1>&6
2571 echo "configure:2572: checking for limits.h" >&5
2572 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2573 echo $ac_n "(cached) $ac_c" 1>&6
2575 cat > conftest.
$ac_ext <<EOF
2576 #line 2577 "configure"
2577 #include "confdefs.h"
2580 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2581 { (eval echo configure
:2582: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2582 ac_err
=`grep -v '^ *+' conftest.out`
2583 if test -z "$ac_err"; then
2585 eval "ac_cv_header_$ac_safe=yes"
2588 echo "configure: failed program was:" >&5
2589 cat conftest.
$ac_ext >&5
2591 eval "ac_cv_header_$ac_safe=no"
2595 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2596 echo "$ac_t""yes" 1>&6
2599 echo "$ac_t""no" 1>&6
2602 ac_safe
=`echo "sys/file.h" | sed 'y%./+-%__p_%'`
2603 echo $ac_n "checking for sys/file.h""... $ac_c" 1>&6
2604 echo "configure:2605: checking for sys/file.h" >&5
2605 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2606 echo $ac_n "(cached) $ac_c" 1>&6
2608 cat > conftest.
$ac_ext <<EOF
2609 #line 2610 "configure"
2610 #include "confdefs.h"
2611 #include <sys/file.h>
2613 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2614 { (eval echo configure
:2615: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2615 ac_err
=`grep -v '^ *+' conftest.out`
2616 if test -z "$ac_err"; then
2618 eval "ac_cv_header_$ac_safe=yes"
2621 echo "configure: failed program was:" >&5
2622 cat conftest.
$ac_ext >&5
2624 eval "ac_cv_header_$ac_safe=no"
2628 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2629 echo "$ac_t""yes" 1>&6
2632 echo "$ac_t""no" 1>&6
2635 ac_safe
=`echo "sys/time.h" | sed 'y%./+-%__p_%'`
2636 echo $ac_n "checking for sys/time.h""... $ac_c" 1>&6
2637 echo "configure:2638: checking for sys/time.h" >&5
2638 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2639 echo $ac_n "(cached) $ac_c" 1>&6
2641 cat > conftest.
$ac_ext <<EOF
2642 #line 2643 "configure"
2643 #include "confdefs.h"
2644 #include <sys/time.h>
2646 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2647 { (eval echo configure
:2648: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2648 ac_err
=`grep -v '^ *+' conftest.out`
2649 if test -z "$ac_err"; then
2651 eval "ac_cv_header_$ac_safe=yes"
2654 echo "configure: failed program was:" >&5
2655 cat conftest.
$ac_ext >&5
2657 eval "ac_cv_header_$ac_safe=no"
2661 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2662 echo "$ac_t""yes" 1>&6
2665 echo "$ac_t""no" 1>&6
2668 ac_safe
=`echo "unistd.h" | sed 'y%./+-%__p_%'`
2669 echo $ac_n "checking for unistd.h""... $ac_c" 1>&6
2670 echo "configure:2671: checking for unistd.h" >&5
2671 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2672 echo $ac_n "(cached) $ac_c" 1>&6
2674 cat > conftest.
$ac_ext <<EOF
2675 #line 2676 "configure"
2676 #include "confdefs.h"
2679 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2680 { (eval echo configure
:2681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2681 ac_err
=`grep -v '^ *+' conftest.out`
2682 if test -z "$ac_err"; then
2684 eval "ac_cv_header_$ac_safe=yes"
2687 echo "configure: failed program was:" >&5
2688 cat conftest.
$ac_ext >&5
2690 eval "ac_cv_header_$ac_safe=no"
2694 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2695 echo "$ac_t""yes" 1>&6
2698 echo "$ac_t""no" 1>&6
2701 ac_safe
=`echo "linux/joystick.h" | sed 'y%./+-%__p_%'`
2702 echo $ac_n "checking for linux/joystick.h""... $ac_c" 1>&6
2703 echo "configure:2704: checking for linux/joystick.h" >&5
2704 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2705 echo $ac_n "(cached) $ac_c" 1>&6
2707 cat > conftest.
$ac_ext <<EOF
2708 #line 2709 "configure"
2709 #include "confdefs.h"
2710 #include <linux/joystick.h>
2712 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2713 { (eval echo configure
:2714: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2714 ac_err
=`grep -v '^ *+' conftest.out`
2715 if test -z "$ac_err"; then
2717 eval "ac_cv_header_$ac_safe=yes"
2720 echo "configure: failed program was:" >&5
2721 cat conftest.
$ac_ext >&5
2723 eval "ac_cv_header_$ac_safe=no"
2727 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2728 echo "$ac_t""yes" 1>&6
2731 echo "$ac_t""no" 1>&6
2735 if test "$ac_cv_header_linux_joystick_h" = "yes"; then
2736 GTK_JOYSTICK
="gtk/joystick.cpp"
2740 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
2741 echo "configure:2742: checking for uid_t in sys/types.h" >&5
2742 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
2743 echo $ac_n "(cached) $ac_c" 1>&6
2745 cat > conftest.
$ac_ext <<EOF
2746 #line 2747 "configure"
2747 #include "confdefs.h"
2748 #include <sys/types.h>
2750 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2751 egrep "uid_t" >/dev
/null
2>&1; then
2753 ac_cv_type_uid_t
=yes
2762 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
2763 if test $ac_cv_type_uid_t = no
; then
2764 cat >> confdefs.h
<<\EOF
2768 cat >> confdefs.h
<<\EOF
2774 echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
2775 echo "configure:2776: checking type of array argument to getgroups" >&5
2776 if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then
2777 echo $ac_n "(cached) $ac_c" 1>&6
2779 if test "$cross_compiling" = yes; then
2780 ac_cv_type_getgroups
=cross
2782 cat > conftest.
$ac_ext <<EOF
2783 #line 2784 "configure"
2784 #include "confdefs.h"
2786 /* Thanks to Mike Rendell for this test. */
2787 #include <sys/types.h>
2790 #define MAX(x, y) ((x) > (y) ? (x) : (y))
2795 union { gid_t gval; long lval; } val;
2798 for (i = 0; i < NGID; i++)
2799 gidset[i] = val.gval;
2800 n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
2802 /* Exit non-zero if getgroups seems to require an array of ints. This
2803 happens when gid_t is short but getgroups modifies an array of ints. */
2804 exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
2808 if { (eval echo configure
:2809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
2810 ac_cv_type_getgroups
=gid_t
2812 echo "configure: failed program was:" >&5
2813 cat conftest.
$ac_ext >&5
2815 ac_cv_type_getgroups
=int
2820 if test $ac_cv_type_getgroups = cross
; then
2821 cat > conftest.
$ac_ext <<EOF
2822 #line 2823 "configure"
2823 #include "confdefs.h"
2826 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2827 egrep "getgroups.*int.*gid_t" >/dev
/null
2>&1; then
2829 ac_cv_type_getgroups
=gid_t
2832 ac_cv_type_getgroups
=int
2839 echo "$ac_t""$ac_cv_type_getgroups" 1>&6
2840 cat >> confdefs.h
<<EOF
2841 #define GETGROUPS_T $ac_cv_type_getgroups
2845 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
2846 echo "configure:2847: checking for mode_t" >&5
2847 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
2848 echo $ac_n "(cached) $ac_c" 1>&6
2850 cat > conftest.
$ac_ext <<EOF
2851 #line 2852 "configure"
2852 #include "confdefs.h"
2853 #include <sys/types.h>
2859 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2860 egrep "mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
2862 ac_cv_type_mode_t
=yes
2865 ac_cv_type_mode_t
=no
2870 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
2871 if test $ac_cv_type_mode_t = no
; then
2872 cat >> confdefs.h
<<\EOF
2878 echo $ac_n "checking for off_t""... $ac_c" 1>&6
2879 echo "configure:2880: checking for off_t" >&5
2880 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
2881 echo $ac_n "(cached) $ac_c" 1>&6
2883 cat > conftest.
$ac_ext <<EOF
2884 #line 2885 "configure"
2885 #include "confdefs.h"
2886 #include <sys/types.h>
2892 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2893 egrep "off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
2895 ac_cv_type_off_t
=yes
2903 echo "$ac_t""$ac_cv_type_off_t" 1>&6
2904 if test $ac_cv_type_off_t = no
; then
2905 cat >> confdefs.h
<<\EOF
2911 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
2912 echo "configure:2913: checking for pid_t" >&5
2913 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
2914 echo $ac_n "(cached) $ac_c" 1>&6
2916 cat > conftest.
$ac_ext <<EOF
2917 #line 2918 "configure"
2918 #include "confdefs.h"
2919 #include <sys/types.h>
2925 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2926 egrep "pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
2928 ac_cv_type_pid_t
=yes
2936 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
2937 if test $ac_cv_type_pid_t = no
; then
2938 cat >> confdefs.h
<<\EOF
2944 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
2945 echo "configure:2946: checking return type of signal handlers" >&5
2946 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
2947 echo $ac_n "(cached) $ac_c" 1>&6
2949 cat > conftest.
$ac_ext <<EOF
2950 #line 2951 "configure"
2951 #include "confdefs.h"
2952 #include <sys/types.h>
2958 extern "C" void (*signal (int, void (*)(int)))(int);
2960 void (*signal ()) ();
2967 if { (eval echo configure
:2968: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2969 ac_cv_type_signal
=void
2971 echo "configure: failed program was:" >&5
2972 cat conftest.
$ac_ext >&5
2974 ac_cv_type_signal
=int
2979 echo "$ac_t""$ac_cv_type_signal" 1>&6
2980 cat >> confdefs.h
<<EOF
2981 #define RETSIGTYPE $ac_cv_type_signal
2985 echo $ac_n "checking for size_t""... $ac_c" 1>&6
2986 echo "configure:2987: checking for size_t" >&5
2987 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
2988 echo $ac_n "(cached) $ac_c" 1>&6
2990 cat > conftest.
$ac_ext <<EOF
2991 #line 2992 "configure"
2992 #include "confdefs.h"
2993 #include <sys/types.h>
2999 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3000 egrep "size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
3002 ac_cv_type_size_t
=yes
3005 ac_cv_type_size_t
=no
3010 echo "$ac_t""$ac_cv_type_size_t" 1>&6
3011 if test $ac_cv_type_size_t = no
; then
3012 cat >> confdefs.h
<<\EOF
3013 #define size_t unsigned
3018 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
3019 echo "configure:3020: checking for uid_t in sys/types.h" >&5
3020 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
3021 echo $ac_n "(cached) $ac_c" 1>&6
3023 cat > conftest.
$ac_ext <<EOF
3024 #line 3025 "configure"
3025 #include "confdefs.h"
3026 #include <sys/types.h>
3028 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3029 egrep "uid_t" >/dev
/null
2>&1; then
3031 ac_cv_type_uid_t
=yes
3040 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
3041 if test $ac_cv_type_uid_t = no
; then
3042 cat >> confdefs.h
<<\EOF
3046 cat >> confdefs.h
<<\EOF
3054 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
3055 echo "configure:3056: checking whether stat file-mode macros are broken" >&5
3056 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
3057 echo $ac_n "(cached) $ac_c" 1>&6
3059 cat > conftest.
$ac_ext <<EOF
3060 #line 3061 "configure"
3061 #include "confdefs.h"
3062 #include <sys/types.h>
3063 #include <sys/stat.h>
3065 #if defined(S_ISBLK) && defined(S_IFDIR)
3066 # if S_ISBLK (S_IFDIR)
3071 #if defined(S_ISBLK) && defined(S_IFCHR)
3072 # if S_ISBLK (S_IFCHR)
3077 #if defined(S_ISLNK) && defined(S_IFREG)
3078 # if S_ISLNK (S_IFREG)
3083 #if defined(S_ISSOCK) && defined(S_IFREG)
3084 # if S_ISSOCK (S_IFREG)
3090 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3091 egrep "You lose" >/dev
/null
2>&1; then
3093 ac_cv_header_stat_broken
=yes
3096 ac_cv_header_stat_broken
=no
3102 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
3103 if test $ac_cv_header_stat_broken = yes; then
3104 cat >> confdefs.h
<<\EOF
3105 #define STAT_MACROS_BROKEN 1
3110 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
3111 echo "configure:3112: checking whether time.h and sys/time.h may both be included" >&5
3112 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
3113 echo $ac_n "(cached) $ac_c" 1>&6
3115 cat > conftest.
$ac_ext <<EOF
3116 #line 3117 "configure"
3117 #include "confdefs.h"
3118 #include <sys/types.h>
3119 #include <sys/time.h>
3125 if { (eval echo configure
:3126: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3127 ac_cv_header_time
=yes
3129 echo "configure: failed program was:" >&5
3130 cat conftest.
$ac_ext >&5
3132 ac_cv_header_time
=no
3137 echo "$ac_t""$ac_cv_header_time" 1>&6
3138 if test $ac_cv_header_time = yes; then
3139 cat >> confdefs.h
<<\EOF
3140 #define TIME_WITH_SYS_TIME 1
3145 echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
3146 echo "configure:3147: checking for st_blksize in struct stat" >&5
3147 if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
3148 echo $ac_n "(cached) $ac_c" 1>&6
3150 cat > conftest.
$ac_ext <<EOF
3151 #line 3152 "configure"
3152 #include "confdefs.h"
3153 #include <sys/types.h>
3154 #include <sys/stat.h>
3156 struct stat s; s.st_blksize;
3159 if { (eval echo configure
:3160: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3161 ac_cv_struct_st_blksize
=yes
3163 echo "configure: failed program was:" >&5
3164 cat conftest.
$ac_ext >&5
3166 ac_cv_struct_st_blksize
=no
3171 echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6
3172 if test $ac_cv_struct_st_blksize = yes; then
3173 cat >> confdefs.h
<<\EOF
3174 #define HAVE_ST_BLKSIZE 1
3179 echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&6
3180 echo "configure:3181: checking for st_blocks in struct stat" >&5
3181 if eval "test \"`echo '$''{'ac_cv_struct_st_blocks'+set}'`\" = set"; then
3182 echo $ac_n "(cached) $ac_c" 1>&6
3184 cat > conftest.
$ac_ext <<EOF
3185 #line 3186 "configure"
3186 #include "confdefs.h"
3187 #include <sys/types.h>
3188 #include <sys/stat.h>
3190 struct stat s; s.st_blocks;
3193 if { (eval echo configure
:3194: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3195 ac_cv_struct_st_blocks
=yes
3197 echo "configure: failed program was:" >&5
3198 cat conftest.
$ac_ext >&5
3200 ac_cv_struct_st_blocks
=no
3205 echo "$ac_t""$ac_cv_struct_st_blocks" 1>&6
3206 if test $ac_cv_struct_st_blocks = yes; then
3207 cat >> confdefs.h
<<\EOF
3208 #define HAVE_ST_BLOCKS 1
3212 LIBOBJS
="$LIBOBJS fileblocks.o"
3215 echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6
3216 echo "configure:3217: checking for st_rdev in struct stat" >&5
3217 if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then
3218 echo $ac_n "(cached) $ac_c" 1>&6
3220 cat > conftest.
$ac_ext <<EOF
3221 #line 3222 "configure"
3222 #include "confdefs.h"
3223 #include <sys/types.h>
3224 #include <sys/stat.h>
3226 struct stat s; s.st_rdev;
3229 if { (eval echo configure
:3230: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3231 ac_cv_struct_st_rdev
=yes
3233 echo "configure: failed program was:" >&5
3234 cat conftest.
$ac_ext >&5
3236 ac_cv_struct_st_rdev
=no
3241 echo "$ac_t""$ac_cv_struct_st_rdev" 1>&6
3242 if test $ac_cv_struct_st_rdev = yes; then
3243 cat >> confdefs.h
<<\EOF
3244 #define HAVE_ST_RDEV 1
3249 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
3250 echo "configure:3251: checking whether struct tm is in sys/time.h or time.h" >&5
3251 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
3252 echo $ac_n "(cached) $ac_c" 1>&6
3254 cat > conftest.
$ac_ext <<EOF
3255 #line 3256 "configure"
3256 #include "confdefs.h"
3257 #include <sys/types.h>
3260 struct tm *tp; tp->tm_sec;
3263 if { (eval echo configure
:3264: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3265 ac_cv_struct_tm
=time.h
3267 echo "configure: failed program was:" >&5
3268 cat conftest.
$ac_ext >&5
3270 ac_cv_struct_tm
=sys
/time.h
3275 echo "$ac_t""$ac_cv_struct_tm" 1>&6
3276 if test $ac_cv_struct_tm = sys
/time.h
; then
3277 cat >> confdefs.h
<<\EOF
3278 #define TM_IN_SYS_TIME 1
3283 echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
3284 echo "configure:3285: checking for tm_zone in struct tm" >&5
3285 if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
3286 echo $ac_n "(cached) $ac_c" 1>&6
3288 cat > conftest.
$ac_ext <<EOF
3289 #line 3290 "configure"
3290 #include "confdefs.h"
3291 #include <sys/types.h>
3292 #include <$ac_cv_struct_tm>
3294 struct tm tm; tm.tm_zone;
3297 if { (eval echo configure
:3298: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3299 ac_cv_struct_tm_zone
=yes
3301 echo "configure: failed program was:" >&5
3302 cat conftest.
$ac_ext >&5
3304 ac_cv_struct_tm_zone
=no
3309 echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
3310 if test "$ac_cv_struct_tm_zone" = yes; then
3311 cat >> confdefs.h
<<\EOF
3312 #define HAVE_TM_ZONE 1
3316 echo $ac_n "checking for tzname""... $ac_c" 1>&6
3317 echo "configure:3318: checking for tzname" >&5
3318 if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
3319 echo $ac_n "(cached) $ac_c" 1>&6
3321 cat > conftest.
$ac_ext <<EOF
3322 #line 3323 "configure"
3323 #include "confdefs.h"
3325 #ifndef tzname /* For SGI. */
3326 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
3332 if { (eval echo configure
:3333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3334 ac_cv_var_tzname
=yes
3336 echo "configure: failed program was:" >&5
3337 cat conftest.
$ac_ext >&5
3344 echo "$ac_t""$ac_cv_var_tzname" 1>&6
3345 if test $ac_cv_var_tzname = yes; then
3346 cat >> confdefs.h
<<\EOF
3347 #define HAVE_TZNAME 1
3355 echo $ac_n "checking for working const""... $ac_c" 1>&6
3356 echo "configure:3357: checking for working const" >&5
3357 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
3358 echo $ac_n "(cached) $ac_c" 1>&6
3360 cat > conftest.
$ac_ext <<EOF
3361 #line 3362 "configure"
3362 #include "confdefs.h"
3366 /* Ultrix mips cc rejects this. */
3367 typedef int charset[2]; const charset x;
3368 /* SunOS 4.1.1 cc rejects this. */
3369 char const *const *ccp;
3371 /* NEC SVR4.0.2 mips cc rejects this. */
3372 struct point {int x, y;};
3373 static struct point const zero = {0,0};
3374 /* AIX XL C 1.02.0.0 rejects this.
3375 It does not let you subtract one const X* pointer from another in an arm
3376 of an if-expression whose if-part is not a constant expression */
3377 const char *g = "string";
3378 ccp = &g + (g ? g-g : 0);
3379 /* HPUX 7.0 cc rejects these. */
3382 ccp = (char const *const *) p;
3383 { /* SCO 3.2v4 cc rejects this. */
3385 char const *s = 0 ? (char *) 0 : (char const *) 0;
3389 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
3391 const int *foo = &x[0];
3394 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3395 typedef const int *iptr;
3399 { /* AIX XL C 1.02.0.0 rejects this saying
3400 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3401 struct s { int j; const int *ap[3]; };
3402 struct s *b; b->j = 5;
3404 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3410 if { (eval echo configure
:3411: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3414 echo "configure: failed program was:" >&5
3415 cat conftest.
$ac_ext >&5
3422 echo "$ac_t""$ac_cv_c_const" 1>&6
3423 if test $ac_cv_c_const = no
; then
3424 cat >> confdefs.h
<<\EOF
3430 echo $ac_n "checking for inline""... $ac_c" 1>&6
3431 echo "configure:3432: checking for inline" >&5
3432 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
3433 echo $ac_n "(cached) $ac_c" 1>&6
3436 for ac_kw
in inline __inline__ __inline
; do
3437 cat > conftest.
$ac_ext <<EOF
3438 #line 3439 "configure"
3439 #include "confdefs.h"
3445 if { (eval echo configure
:3446: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3447 ac_cv_c_inline
=$ac_kw; break
3449 echo "configure: failed program was:" >&5
3450 cat conftest.
$ac_ext >&5
3457 echo "$ac_t""$ac_cv_c_inline" 1>&6
3458 case "$ac_cv_c_inline" in
3460 no
) cat >> confdefs.h
<<\EOF
3464 *) cat >> confdefs.h
<<EOF
3465 #define inline $ac_cv_c_inline
3470 echo $ac_n "checking whether char is unsigned""... $ac_c" 1>&6
3471 echo "configure:3472: checking whether char is unsigned" >&5
3472 if eval "test \"`echo '$''{'ac_cv_c_char_unsigned'+set}'`\" = set"; then
3473 echo $ac_n "(cached) $ac_c" 1>&6
3475 if test "$GCC" = yes; then
3476 # GCC predefines this symbol on systems where it applies.
3477 cat > conftest.
$ac_ext <<EOF
3478 #line 3479 "configure"
3479 #include "confdefs.h"
3480 #ifdef __CHAR_UNSIGNED__
3485 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3486 egrep "yes" >/dev
/null
2>&1; then
3488 ac_cv_c_char_unsigned
=yes
3491 ac_cv_c_char_unsigned
=no
3496 if test "$cross_compiling" = yes; then
3497 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3499 cat > conftest.
$ac_ext <<EOF
3500 #line 3501 "configure"
3501 #include "confdefs.h"
3502 /* volatile prevents gcc2 from optimizing the test away on sparcs. */
3503 #if !defined(__STDC__) || __STDC__ != 1
3507 volatile char c = 255; exit(c < 0);
3510 if { (eval echo configure
:3511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
3512 ac_cv_c_char_unsigned
=yes
3514 echo "configure: failed program was:" >&5
3515 cat conftest.
$ac_ext >&5
3517 ac_cv_c_char_unsigned
=no
3525 echo "$ac_t""$ac_cv_c_char_unsigned" 1>&6
3526 if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then
3527 cat >> confdefs.h
<<\EOF
3528 #define __CHAR_UNSIGNED__ 1
3533 echo $ac_n "checking for long double""... $ac_c" 1>&6
3534 echo "configure:3535: checking for long double" >&5
3535 if eval "test \"`echo '$''{'ac_cv_c_long_double'+set}'`\" = set"; then
3536 echo $ac_n "(cached) $ac_c" 1>&6
3538 if test "$GCC" = yes; then
3539 ac_cv_c_long_double
=yes
3541 if test "$cross_compiling" = yes; then
3542 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3544 cat > conftest.
$ac_ext <<EOF
3545 #line 3546 "configure"
3546 #include "confdefs.h"
3548 /* The Stardent Vistra knows sizeof(long double), but does not support it. */
3549 long double foo = 0.0;
3550 /* On Ultrix 4.3 cc, long double is 4 and double is 8. */
3551 exit(sizeof(long double) < sizeof(double)); }
3553 if { (eval echo configure
:3554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
3555 ac_cv_c_long_double
=yes
3557 echo "configure: failed program was:" >&5
3558 cat conftest.
$ac_ext >&5
3560 ac_cv_c_long_double
=no
3568 echo "$ac_t""$ac_cv_c_long_double" 1>&6
3569 if test $ac_cv_c_long_double = yes; then
3570 cat >> confdefs.h
<<\EOF
3571 #define HAVE_LONG_DOUBLE 1
3577 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
3578 echo "configure:3579: checking whether byte ordering is bigendian" >&5
3579 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
3580 echo $ac_n "(cached) $ac_c" 1>&6
3582 ac_cv_c_bigendian
=unknown
3583 # See if sys/param.h defines the BYTE_ORDER macro.
3584 cat > conftest.
$ac_ext <<EOF
3585 #line 3586 "configure"
3586 #include "confdefs.h"
3587 #include <sys/types.h>
3588 #include <sys/param.h>
3591 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
3596 if { (eval echo configure
:3597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3598 # It does; now see whether it defined to BIG_ENDIAN or not.
3599 cat > conftest.
$ac_ext <<EOF
3600 #line 3601 "configure"
3601 #include "confdefs.h"
3602 #include <sys/types.h>
3603 #include <sys/param.h>
3606 #if BYTE_ORDER != BIG_ENDIAN
3611 if { (eval echo configure
:3612: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3613 ac_cv_c_bigendian
=yes
3615 echo "configure: failed program was:" >&5
3616 cat conftest.
$ac_ext >&5
3618 ac_cv_c_bigendian
=no
3622 echo "configure: failed program was:" >&5
3623 cat conftest.
$ac_ext >&5
3626 if test $ac_cv_c_bigendian = unknown
; then
3627 if test "$cross_compiling" = yes; then
3628 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3630 cat > conftest.
$ac_ext <<EOF
3631 #line 3632 "configure"
3632 #include "confdefs.h"
3634 /* Are we little or big endian? From Harbison&Steele. */
3638 char c[sizeof (long)];
3641 exit (u.c[sizeof (long) - 1] == 1);
3644 if { (eval echo configure
:3645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
3646 ac_cv_c_bigendian
=no
3648 echo "configure: failed program was:" >&5
3649 cat conftest.
$ac_ext >&5
3651 ac_cv_c_bigendian
=yes
3659 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
3660 if test $ac_cv_c_bigendian = yes; then
3661 cat >> confdefs.h
<<\EOF
3662 #define WORDS_BIGENDIAN 1
3668 echo $ac_n "checking size of int *""... $ac_c" 1>&6
3669 echo "configure:3670: checking size of int *" >&5
3670 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
3671 echo $ac_n "(cached) $ac_c" 1>&6
3673 if test "$cross_compiling" = yes; then
3674 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3676 cat > conftest.
$ac_ext <<EOF
3677 #line 3678 "configure"
3678 #include "confdefs.h"
3682 FILE *f=fopen("conftestval", "w");
3684 fprintf(f, "%d\n", sizeof(int *));
3688 if { (eval echo configure
:3689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
3690 ac_cv_sizeof_int_p
=`cat conftestval`
3692 echo "configure: failed program was:" >&5
3693 cat conftest.
$ac_ext >&5
3695 ac_cv_sizeof_int_p
=0
3701 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
3702 cat >> confdefs.h
<<EOF
3703 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
3707 echo $ac_n "checking size of int""... $ac_c" 1>&6
3708 echo "configure:3709: checking size of int" >&5
3709 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
3710 echo $ac_n "(cached) $ac_c" 1>&6
3712 if test "$cross_compiling" = yes; then
3713 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3715 cat > conftest.
$ac_ext <<EOF
3716 #line 3717 "configure"
3717 #include "confdefs.h"
3721 FILE *f=fopen("conftestval", "w");
3723 fprintf(f, "%d\n", sizeof(int));
3727 if { (eval echo configure
:3728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
3729 ac_cv_sizeof_int
=`cat conftestval`
3731 echo "configure: failed program was:" >&5
3732 cat conftest.
$ac_ext >&5
3740 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
3741 cat >> confdefs.h
<<EOF
3742 #define SIZEOF_INT $ac_cv_sizeof_int
3746 echo $ac_n "checking size of long""... $ac_c" 1>&6
3747 echo "configure:3748: checking size of long" >&5
3748 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
3749 echo $ac_n "(cached) $ac_c" 1>&6
3751 if test "$cross_compiling" = yes; then
3752 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3754 cat > conftest.
$ac_ext <<EOF
3755 #line 3756 "configure"
3756 #include "confdefs.h"
3760 FILE *f=fopen("conftestval", "w");
3762 fprintf(f, "%d\n", sizeof(long));
3766 if { (eval echo configure
:3767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
3768 ac_cv_sizeof_long
=`cat conftestval`
3770 echo "configure: failed program was:" >&5
3771 cat conftest.
$ac_ext >&5
3779 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
3780 cat >> confdefs.h
<<EOF
3781 #define SIZEOF_LONG $ac_cv_sizeof_long
3789 echo $ac_n "checking for long file names""... $ac_c" 1>&6
3790 echo "configure:3791: checking for long file names" >&5
3791 if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then
3792 echo $ac_n "(cached) $ac_c" 1>&6
3794 ac_cv_sys_long_file_names
=yes
3795 # Test for long file names in all the places we know might matter:
3796 # . the current directory, where building will happen
3797 # $prefix/lib where we will be installing things
3798 # $exec_prefix/lib likewise
3799 # eval it to expand exec_prefix.
3800 # $TMPDIR if set, where it might want to write temporary files
3801 # if $TMPDIR is not set:
3802 # /tmp where it might want to write temporary files
3805 if test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; then
3806 ac_tmpdirs
="$TMPDIR"
3808 ac_tmpdirs
='/tmp /var/tmp /usr/tmp'
3810 for ac_dir
in .
$ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
3811 test -d $ac_dir || continue
3812 test -w $ac_dir || continue # It is less confusing to not echo anything here.
3813 (echo 1 > $ac_dir/conftest9012345
) 2>/dev
/null
3814 (echo 2 > $ac_dir/conftest9012346
) 2>/dev
/null
3815 val
=`cat $ac_dir/conftest9012345 2>/dev/null`
3816 if test ! -f $ac_dir/conftest9012345
|| test "$val" != 1; then
3817 ac_cv_sys_long_file_names
=no
3818 rm -f $ac_dir/conftest9012345
$ac_dir/conftest9012346
2>/dev
/null
3821 rm -f $ac_dir/conftest9012345
$ac_dir/conftest9012346
2>/dev
/null
3825 echo "$ac_t""$ac_cv_sys_long_file_names" 1>&6
3826 if test $ac_cv_sys_long_file_names = yes; then
3827 cat >> confdefs.h
<<\EOF
3828 #define HAVE_LONG_FILE_NAMES 1
3836 for ac_prog
in 'bison -y' byacc
3838 # Extract the first word of "$ac_prog", so it can be a program name with args.
3839 set dummy
$ac_prog; ac_word
=$2
3840 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3841 echo "configure:3842: checking for $ac_word" >&5
3842 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
3843 echo $ac_n "(cached) $ac_c" 1>&6
3845 if test -n "$YACC"; then
3846 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
3848 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
3849 for ac_dir
in $PATH; do
3850 test -z "$ac_dir" && ac_dir
=.
3851 if test -f $ac_dir/$ac_word; then
3852 ac_cv_prog_YACC
="$ac_prog"
3859 YACC
="$ac_cv_prog_YACC"
3860 if test -n "$YACC"; then
3861 echo "$ac_t""$YACC" 1>&6
3863 echo "$ac_t""no" 1>&6
3866 test -n "$YACC" && break
3868 test -n "$YACC" || YACC
="yacc"
3871 # Extract the first word of "flex", so it can be a program name with args.
3872 set dummy flex
; ac_word
=$2
3873 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3874 echo "configure:3875: checking for $ac_word" >&5
3875 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
3876 echo $ac_n "(cached) $ac_c" 1>&6
3878 if test -n "$LEX"; then
3879 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
3881 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
3882 for ac_dir
in $PATH; do
3883 test -z "$ac_dir" && ac_dir
=.
3884 if test -f $ac_dir/$ac_word; then
3885 ac_cv_prog_LEX
="flex"
3890 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
3893 LEX
="$ac_cv_prog_LEX"
3894 if test -n "$LEX"; then
3895 echo "$ac_t""$LEX" 1>&6
3897 echo "$ac_t""no" 1>&6
3900 if test -z "$LEXLIB"
3906 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
3907 echo "configure:3908: checking for yywrap in -l$ac_lib" >&5
3908 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
3909 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3910 echo $ac_n "(cached) $ac_c" 1>&6
3912 ac_save_LIBS
="$LIBS"
3913 LIBS
="-l$ac_lib $LIBS"
3914 cat > conftest.
$ac_ext <<EOF
3915 #line 3916 "configure"
3916 #include "confdefs.h"
3917 /* Override any gcc2 internal prototype to avoid an error. */
3918 /* We use char because int might match the return type of a gcc2
3919 builtin and then its argument prototype would still apply. */
3926 if { (eval echo configure
:3927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3928 eval "ac_cv_lib_$ac_lib_var=yes"
3930 echo "configure: failed program was:" >&5
3931 cat conftest.
$ac_ext >&5
3933 eval "ac_cv_lib_$ac_lib_var=no"
3936 LIBS
="$ac_save_LIBS"
3939 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3940 echo "$ac_t""yes" 1>&6
3943 echo "$ac_t""no" 1>&6
3948 echo $ac_n "checking lex output file root""... $ac_c" 1>&6
3949 echo "configure:3950: checking lex output file root" >&5
3950 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
3951 echo $ac_n "(cached) $ac_c" 1>&6
3953 # The minimal lex program is just a single line: %%. But some broken lexes
3954 # (Solaris, I think it was) want two %% lines, so accommodate them.
3957 if test -f lex.yy.c
; then
3958 ac_cv_prog_lex_root
=lex.yy
3959 elif test -f lexyy.c
; then
3960 ac_cv_prog_lex_root
=lexyy
3962 { echo "configure: error: cannot find output from $LEX; giving up" 1>&2; exit 1; }
3966 echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
3967 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
3969 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
3970 echo "configure:3971: checking whether yytext is a pointer" >&5
3971 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
3972 echo $ac_n "(cached) $ac_c" 1>&6
3974 # POSIX says lex can declare yytext either as a pointer or an array; the
3975 # default is implementation-dependent. Figure out which it is, since
3976 # not all implementations provide the %pointer and %array declarations.
3977 ac_cv_prog_lex_yytext_pointer
=no
3978 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
3979 ac_save_LIBS
="$LIBS"
3980 LIBS
="$LIBS $LEXLIB"
3981 cat > conftest.
$ac_ext <<EOF
3982 #line 3983 "configure"
3983 #include "confdefs.h"
3984 `cat $LEX_OUTPUT_ROOT.c`
3989 if { (eval echo configure
:3990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
3991 ac_cv_prog_lex_yytext_pointer
=yes
3993 echo "configure: failed program was:" >&5
3994 cat conftest.
$ac_ext >&5
3997 LIBS
="$ac_save_LIBS"
3998 rm -f "${LEX_OUTPUT_ROOT}.c"
4002 echo "$ac_t""$ac_cv_prog_lex_yytext_pointer" 1>&6
4003 if test $ac_cv_prog_lex_yytext_pointer = yes; then
4004 cat >> confdefs.h
<<\EOF
4005 #define YYTEXT_POINTER 1
4012 CHECK_INCLUDE
="-I/usr/include $X_CFLAGS"
4013 CHECK_LIB
="-L/lib -L/usr/lib $X_LIBS"
4017 # Make sure we can run config.sub.
4018 if $ac_config_sub sun4
>/dev
/null
2>&1; then :
4019 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
4022 echo $ac_n "checking host system type""... $ac_c" 1>&6
4023 echo "configure:4024: checking host system type" >&5
4026 case "$host_alias" in
4030 if host_alias
=`$ac_config_guess`; then :
4031 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
4033 *) host_alias
=$nonopt ;;
4037 host=`$ac_config_sub $host_alias`
4038 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
4039 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
4040 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4041 echo "$ac_t""$host" 1>&6
4044 configuration
=$host_alias
4067 case "${canonical}" in
4070 cat >> confdefs.h
<<\EOF
4077 cat >> confdefs.h
<<\EOF
4082 *-*-irix5* | *-*-irix6* )
4085 cat >> confdefs.h
<<\EOF
4089 cat >> confdefs.h
<<\EOF
4098 cat >> confdefs.h
<<\EOF
4102 cat >> confdefs.h
<<\EOF
4103 #define __SOLARIS__ 1
4106 cat >> confdefs.h
<<\EOF
4115 cat >> confdefs.h
<<\EOF
4119 cat >> confdefs.h
<<\EOF
4123 cat >> confdefs.h
<<\EOF
4128 *-*-freebsd* | *-*-netbsd*)
4131 cat >> confdefs.h
<<\EOF
4132 #define __FREEBSD__ 1
4135 cat >> confdefs.h
<<\EOF
4143 cat >> confdefs.h
<<\EOF
4147 cat >> confdefs.h
<<\EOF
4155 cat >> confdefs.h
<<\EOF
4159 cat >> confdefs.h
<<\EOF
4167 cat >> confdefs.h
<<\EOF
4171 cat >> confdefs.h
<<\EOF
4180 cat >> confdefs.h
<<\EOF
4184 cat >> confdefs.h
<<\EOF
4188 cat >> confdefs.h
<<\EOF
4194 { echo "configure: error: I don't know your system type." 1>&2; exit 1; }
4199 rm -f ${OSTYPE}.system.cache.tmp
4200 touch ${OSTYPE}.system.cache.tmp
4201 touch ${OSTYPE}.system.cache
4208 DEFAULT_USE_THREADS
=1
4210 DEFAULT_USE_SHARED
=1
4211 DEFAULT_USE_OPTIMISE
=1
4212 DEFAULT_USE_PROFILE
=0
4213 DEFAULT_USE_DEBUG_FLAG
=0
4214 DEFAULT_USE_DEBUG_INFO
=0
4215 DEFAULT_USE_MEM_TRACING
=0
4216 DEFAULT_USE_DMALLOC
=0
4217 DEFAULT_USE_APPLE_IEEE
=1
4218 DEFAULT_USE_IOSTREAMH
=1
4221 DEFAULT_USE_GDK_IMLIB
=1
4222 DEFAULT_USE_LIBPNG
=1
4225 DEFAULT_USE_COMBOBOX
=1
4227 DEFAULT_USE_SCROLLBAR
=1
4228 DEFAULT_USE_LISTCTRL
=1
4229 DEFAULT_USE_TREECTRL
=1
4231 DEFAULT_USE_TAB_DIALOG
=1
4232 DEFAULT_USE_NOTEBOOK
=1
4234 DEFAULT_USE_TIMEDATE
=1
4235 DEFAULT_USE_FRACTION
=1
4238 DEFAULT_USE_CONFIG
=1
4239 DEFAULT_USE_STREAMS
=1
4240 DEFAULT_USE_SERIAL
=1
4242 DEFAULT_USE_TEXTFILE
=1
4244 DEFAULT_USE_AFM_FOR_POSTSCRIPT
=1
4245 DEFAULT_WX_NORMALIZED_PS_FONTS
=1
4246 DEFAULT_USE_POSTSCRIPT
=1
4249 DEFAULT_USE_RESOURCES
=1
4250 DEFAULT_USE_CONSTRAINTS
=1
4251 DEFAULT_USE_CLIPBOARD
=0
4254 DEFAULT_USE_MDI_ARCHITECTURE
=1
4255 DEFAULT_USE_DOC_VIEW_ARCHITECTURE
=1
4256 DEFAULT_USE_PRINTING_ARCHITECTURE
=1
4258 DEFAULT_USE_PROLOGIO
=1
4259 DEFAULT_USE_WX_RESOURCES
=1
4262 DEFAULT_USE_OPENGL
=0
4263 DEFAULT_USE_METAFILE
=0
4264 DEFAULT_USE_WXGRAPH
=0
4265 DEFAULT_USE_WXTREE
=0
4270 echo $ac_n "checking "for gtk
"""... $ac_c" 1>&6
4271 echo "configure:4272: checking "for gtk
"" >&5
4272 # Check whether --with-gtk or --without-gtk was given.
4273 if test "${with_gtk+set}" = set; then
4275 if test "x$with_gtk" = xyes
; then
4276 ac_cv_use_gtk
='USE_GTK="1"'
4278 ac_cv_use_gtk
='USE_GTK="0"'
4282 LINE
=`grep "USE_GTK" ${OSTYPE}.system.cache`
4283 if test "x$LINE" != x
; then
4284 eval "DEFAULT_$LINE"
4286 ac_cv_use_gtk
='USE_GTK='$DEFAULT_USE_GTK
4290 eval "$ac_cv_use_gtk"
4291 echo $ac_cv_use_gtk >> ${OSTYPE}.system.cache.tmp
4292 if test "$USE_GTK" = 1; then
4293 echo "$ac_t""yes" 1>&6
4295 echo "$ac_t""no" 1>&6
4300 echo $ac_n "checking "for qt
"""... $ac_c" 1>&6
4301 echo "configure:4302: checking "for qt
"" >&5
4302 # Check whether --with-qt or --without-qt was given.
4303 if test "${with_qt+set}" = set; then
4305 if test "x$with_qt" = xyes
; then
4306 ac_cv_use_qt
='USE_QT="1"'
4308 ac_cv_use_qt
='USE_QT="0"'
4312 LINE
=`grep "USE_QT" ${OSTYPE}.system.cache`
4313 if test "x$LINE" != x
; then
4314 eval "DEFAULT_$LINE"
4316 ac_cv_use_qt
='USE_QT='$DEFAULT_USE_QT
4320 eval "$ac_cv_use_qt"
4321 echo $ac_cv_use_qt >> ${OSTYPE}.system.cache.tmp
4322 if test "$USE_QT" = 1; then
4323 echo "$ac_t""yes" 1>&6
4325 echo "$ac_t""no" 1>&6
4330 echo $ac_n "checking "for motif
"""... $ac_c" 1>&6
4331 echo "configure:4332: checking "for motif
"" >&5
4332 # Check whether --with-motif or --without-motif was given.
4333 if test "${with_motif+set}" = set; then
4334 withval
="$with_motif"
4335 if test "x$with_motif" = xyes
; then
4336 ac_cv_use_motif
='USE_MOTIF="1"'
4338 ac_cv_use_motif
='USE_MOTIF="0"'
4342 LINE
=`grep "USE_MOTIF" ${OSTYPE}.system.cache`
4343 if test "x$LINE" != x
; then
4344 eval "DEFAULT_$LINE"
4346 ac_cv_use_motif
='USE_MOTIF='$DEFAULT_USE_MOTIF
4350 eval "$ac_cv_use_motif"
4351 echo $ac_cv_use_motif >> ${OSTYPE}.system.cache.tmp
4352 if test "$USE_MOTIF" = 1; then
4353 echo "$ac_t""yes" 1>&6
4355 echo "$ac_t""no" 1>&6
4361 echo $ac_n "checking "for shared
"""... $ac_c" 1>&6
4362 echo "configure:4363: checking "for shared
"" >&5
4363 # Check whether --with-shared or --without-shared was given.
4364 if test "${with_shared+set}" = set; then
4365 withval
="$with_shared"
4366 if test "x$with_shared" = xyes
; then
4367 ac_cv_use_shared
='USE_SHARED="1"'
4369 ac_cv_use_shared
='USE_SHARED="0"'
4373 LINE
=`grep "USE_SHARED" ${OSTYPE}.system.cache`
4374 if test "x$LINE" != x
; then
4375 eval "DEFAULT_$LINE"
4377 ac_cv_use_shared
='USE_SHARED='$DEFAULT_USE_SHARED
4381 eval "$ac_cv_use_shared"
4382 echo $ac_cv_use_shared >> ${OSTYPE}.system.cache.tmp
4383 if test "$USE_SHARED" = 1; then
4384 echo "$ac_t""yes" 1>&6
4386 echo "$ac_t""no" 1>&6
4391 echo $ac_n "checking "for optimise
"""... $ac_c" 1>&6
4392 echo "configure:4393: checking "for optimise
"" >&5
4393 # Check whether --with-optimise or --without-optimise was given.
4394 if test "${with_optimise+set}" = set; then
4395 withval
="$with_optimise"
4396 if test "x$with_optimise" = xyes
; then
4397 ac_cv_use_optimise
='USE_OPTIMISE="1"'
4399 ac_cv_use_optimise
='USE_OPTIMISE="0"'
4403 LINE
=`grep "USE_OPTIMISE" ${OSTYPE}.system.cache`
4404 if test "x$LINE" != x
; then
4405 eval "DEFAULT_$LINE"
4407 ac_cv_use_optimise
='USE_OPTIMISE='$DEFAULT_USE_OPTIMISE
4411 eval "$ac_cv_use_optimise"
4412 echo $ac_cv_use_optimise >> ${OSTYPE}.system.cache.tmp
4413 if test "$USE_OPTIMISE" = 1; then
4414 echo "$ac_t""yes" 1>&6
4416 echo "$ac_t""no" 1>&6
4421 echo $ac_n "checking "for debug_flag
"""... $ac_c" 1>&6
4422 echo "configure:4423: checking "for debug_flag
"" >&5
4423 # Check whether --with-debug_flag or --without-debug_flag was given.
4424 if test "${with_debug_flag+set}" = set; then
4425 withval
="$with_debug_flag"
4426 if test "x$with_debug_flag" = xyes
; then
4427 ac_cv_use_debug_flag
='USE_DEBUG_FLAG="1"'
4429 ac_cv_use_debug_flag
='USE_DEBUG_FLAG="0"'
4433 LINE
=`grep "USE_DEBUG_FLAG" ${OSTYPE}.system.cache`
4434 if test "x$LINE" != x
; then
4435 eval "DEFAULT_$LINE"
4437 ac_cv_use_debug_flag
='USE_DEBUG_FLAG='$DEFAULT_USE_DEBUG_FLAG
4441 eval "$ac_cv_use_debug_flag"
4442 echo $ac_cv_use_debug_flag >> ${OSTYPE}.system.cache.tmp
4443 if test "$USE_DEBUG_FLAG" = 1; then
4444 echo "$ac_t""yes" 1>&6
4446 echo "$ac_t""no" 1>&6
4451 echo $ac_n "checking "for debug_info
"""... $ac_c" 1>&6
4452 echo "configure:4453: checking "for debug_info
"" >&5
4453 # Check whether --with-debug_info or --without-debug_info was given.
4454 if test "${with_debug_info+set}" = set; then
4455 withval
="$with_debug_info"
4456 if test "x$with_debug_info" = xyes
; then
4457 ac_cv_use_debug_info
='USE_DEBUG_INFO="1"'
4459 ac_cv_use_debug_info
='USE_DEBUG_INFO="0"'
4463 LINE
=`grep "USE_DEBUG_INFO" ${OSTYPE}.system.cache`
4464 if test "x$LINE" != x
; then
4465 eval "DEFAULT_$LINE"
4467 ac_cv_use_debug_info
='USE_DEBUG_INFO='$DEFAULT_USE_DEBUG_INFO
4471 eval "$ac_cv_use_debug_info"
4472 echo $ac_cv_use_debug_info >> ${OSTYPE}.system.cache.tmp
4473 if test "$USE_DEBUG_INFO" = 1; then
4474 echo "$ac_t""yes" 1>&6
4476 echo "$ac_t""no" 1>&6
4481 echo $ac_n "checking "for mem_tracing
"""... $ac_c" 1>&6
4482 echo "configure:4483: checking "for mem_tracing
"" >&5
4483 # Check whether --with-mem_tracing or --without-mem_tracing was given.
4484 if test "${with_mem_tracing+set}" = set; then
4485 withval
="$with_mem_tracing"
4486 if test "x$with_mem_tracing" = xyes
; then
4487 ac_cv_use_mem_tracing
='USE_MEM_TRACING="1"'
4489 ac_cv_use_mem_tracing
='USE_MEM_TRACING="0"'
4493 LINE
=`grep "USE_MEM_TRACING" ${OSTYPE}.system.cache`
4494 if test "x$LINE" != x
; then
4495 eval "DEFAULT_$LINE"
4497 ac_cv_use_mem_tracing
='USE_MEM_TRACING='$DEFAULT_USE_MEM_TRACING
4501 eval "$ac_cv_use_mem_tracing"
4502 echo $ac_cv_use_mem_tracing >> ${OSTYPE}.system.cache.tmp
4503 if test "$USE_MEM_TRACING" = 1; then
4504 echo "$ac_t""yes" 1>&6
4506 echo "$ac_t""no" 1>&6
4511 echo $ac_n "checking "for dmalloc
"""... $ac_c" 1>&6
4512 echo "configure:4513: checking "for dmalloc
"" >&5
4513 # Check whether --with-dmalloc or --without-dmalloc was given.
4514 if test "${with_dmalloc+set}" = set; then
4515 withval
="$with_dmalloc"
4516 if test "x$with_dmalloc" = xyes
; then
4517 ac_cv_use_dmalloc
='USE_DMALLOC="1"'
4519 ac_cv_use_dmalloc
='USE_DMALLOC="0"'
4523 LINE
=`grep "USE_DMALLOC" ${OSTYPE}.system.cache`
4524 if test "x$LINE" != x
; then
4525 eval "DEFAULT_$LINE"
4527 ac_cv_use_dmalloc
='USE_DMALLOC='$DEFAULT_USE_DMALLOC
4531 eval "$ac_cv_use_dmalloc"
4532 echo $ac_cv_use_dmalloc >> ${OSTYPE}.system.cache.tmp
4533 if test "$USE_DMALLOC" = 1; then
4534 echo "$ac_t""yes" 1>&6
4536 echo "$ac_t""no" 1>&6
4541 echo $ac_n "checking "for profile
"""... $ac_c" 1>&6
4542 echo "configure:4543: checking "for profile
"" >&5
4543 # Check whether --with-profile or --without-profile was given.
4544 if test "${with_profile+set}" = set; then
4545 withval
="$with_profile"
4546 if test "x$with_profile" = xyes
; then
4547 ac_cv_use_profile
='USE_PROFILE="1"'
4549 ac_cv_use_profile
='USE_PROFILE="0"'
4553 LINE
=`grep "USE_PROFILE" ${OSTYPE}.system.cache`
4554 if test "x$LINE" != x
; then
4555 eval "DEFAULT_$LINE"
4557 ac_cv_use_profile
='USE_PROFILE='$DEFAULT_USE_PROFILE
4561 eval "$ac_cv_use_profile"
4562 echo $ac_cv_use_profile >> ${OSTYPE}.system.cache.tmp
4563 if test "$USE_PROFILE" = 1; then
4564 echo "$ac_t""yes" 1>&6
4566 echo "$ac_t""no" 1>&6
4571 echo $ac_n "checking "for apple_ieee
"""... $ac_c" 1>&6
4572 echo "configure:4573: checking "for apple_ieee
"" >&5
4573 # Check whether --with-apple_ieee or --without-apple_ieee was given.
4574 if test "${with_apple_ieee+set}" = set; then
4575 withval
="$with_apple_ieee"
4576 if test "x$with_apple_ieee" = xyes
; then
4577 ac_cv_use_apple_ieee
='USE_APPLE_IEEE="1"'
4579 ac_cv_use_apple_ieee
='USE_APPLE_IEEE="0"'
4583 LINE
=`grep "USE_APPLE_IEEE" ${OSTYPE}.system.cache`
4584 if test "x$LINE" != x
; then
4585 eval "DEFAULT_$LINE"
4587 ac_cv_use_apple_ieee
='USE_APPLE_IEEE='$DEFAULT_USE_APPLE_IEEE
4591 eval "$ac_cv_use_apple_ieee"
4592 echo $ac_cv_use_apple_ieee >> ${OSTYPE}.system.cache.tmp
4593 if test "$USE_APPLE_IEEE" = 1; then
4594 echo "$ac_t""yes" 1>&6
4596 echo "$ac_t""no" 1>&6
4602 echo $ac_n "checking "for zlib
"""... $ac_c" 1>&6
4603 echo "configure:4604: checking "for zlib
"" >&5
4604 # Check whether --with-zlib or --without-zlib was given.
4605 if test "${with_zlib+set}" = set; then
4606 withval
="$with_zlib"
4607 if test "x$with_zlib" = xyes
; then
4608 ac_cv_use_zlib
='USE_ZLIB="1"'
4610 ac_cv_use_zlib
='USE_ZLIB="0"'
4614 LINE
=`grep "USE_ZLIB" ${OSTYPE}.system.cache`
4615 if test "x$LINE" != x
; then
4616 eval "DEFAULT_$LINE"
4618 ac_cv_use_zlib
='USE_ZLIB='$DEFAULT_USE_ZLIB
4622 eval "$ac_cv_use_zlib"
4623 echo $ac_cv_use_zlib >> ${OSTYPE}.system.cache.tmp
4624 if test "$USE_ZLIB" = 1; then
4625 echo "$ac_t""yes" 1>&6
4627 echo "$ac_t""no" 1>&6
4632 echo $ac_n "checking "for gdk_imlib
"""... $ac_c" 1>&6
4633 echo "configure:4634: checking "for gdk_imlib
"" >&5
4634 # Check whether --with-gdk_imlib or --without-gdk_imlib was given.
4635 if test "${with_gdk_imlib+set}" = set; then
4636 withval
="$with_gdk_imlib"
4637 if test "x$with_gdk_imlib" = xyes
; then
4638 ac_cv_use_gdk_imlib
='USE_GDK_IMLIB="1"'
4640 ac_cv_use_gdk_imlib
='USE_GDK_IMLIB="0"'
4644 LINE
=`grep "USE_GDK_IMLIB" ${OSTYPE}.system.cache`
4645 if test "x$LINE" != x
; then
4646 eval "DEFAULT_$LINE"
4648 ac_cv_use_gdk_imlib
='USE_GDK_IMLIB='$DEFAULT_USE_GDK_IMLIB
4652 eval "$ac_cv_use_gdk_imlib"
4653 echo $ac_cv_use_gdk_imlib >> ${OSTYPE}.system.cache.tmp
4654 if test "$USE_GDK_IMLIB" = 1; then
4655 echo "$ac_t""yes" 1>&6
4657 echo "$ac_t""no" 1>&6
4662 echo $ac_n "checking "for libpng
"""... $ac_c" 1>&6
4663 echo "configure:4664: checking "for libpng
"" >&5
4664 # Check whether --with-libpng or --without-libpng was given.
4665 if test "${with_libpng+set}" = set; then
4666 withval
="$with_libpng"
4667 if test "x$with_libpng" = xyes
; then
4668 ac_cv_use_libpng
='USE_LIBPNG="1"'
4670 ac_cv_use_libpng
='USE_LIBPNG="0"'
4674 LINE
=`grep "USE_LIBPNG" ${OSTYPE}.system.cache`
4675 if test "x$LINE" != x
; then
4676 eval "DEFAULT_$LINE"
4678 ac_cv_use_libpng
='USE_LIBPNG='$DEFAULT_USE_LIBPNG
4682 eval "$ac_cv_use_libpng"
4683 echo $ac_cv_use_libpng >> ${OSTYPE}.system.cache.tmp
4684 if test "$USE_LIBPNG" = 1; then
4685 echo "$ac_t""yes" 1>&6
4687 echo "$ac_t""no" 1>&6
4692 echo $ac_n "checking "for odbc
"""... $ac_c" 1>&6
4693 echo "configure:4694: checking "for odbc
"" >&5
4694 # Check whether --with-odbc or --without-odbc was given.
4695 if test "${with_odbc+set}" = set; then
4696 withval
="$with_odbc"
4697 if test "x$with_odbc" = xyes
; then
4698 ac_cv_use_odbc
='USE_ODBC="1"'
4700 ac_cv_use_odbc
='USE_ODBC="0"'
4704 LINE
=`grep "USE_ODBC" ${OSTYPE}.system.cache`
4705 if test "x$LINE" != x
; then
4706 eval "DEFAULT_$LINE"
4708 ac_cv_use_odbc
='USE_ODBC='$DEFAULT_USE_ODBC
4712 eval "$ac_cv_use_odbc"
4713 echo $ac_cv_use_odbc >> ${OSTYPE}.system.cache.tmp
4714 if test "$USE_ODBC" = 1; then
4715 echo "$ac_t""yes" 1>&6
4717 echo "$ac_t""no" 1>&6
4722 echo $ac_n "checking "for opengl
"""... $ac_c" 1>&6
4723 echo "configure:4724: checking "for opengl
"" >&5
4724 # Check whether --with-opengl or --without-opengl was given.
4725 if test "${with_opengl+set}" = set; then
4726 withval
="$with_opengl"
4727 if test "x$with_opengl" = xyes
; then
4728 ac_cv_use_opengl
='USE_OPENGL="1"'
4730 ac_cv_use_opengl
='USE_OPENGL="0"'
4734 LINE
=`grep "USE_OPENGL" ${OSTYPE}.system.cache`
4735 if test "x$LINE" != x
; then
4736 eval "DEFAULT_$LINE"
4738 ac_cv_use_opengl
='USE_OPENGL='$DEFAULT_USE_OPENGL
4742 eval "$ac_cv_use_opengl"
4743 echo $ac_cv_use_opengl >> ${OSTYPE}.system.cache.tmp
4744 if test "$USE_OPENGL" = 1; then
4745 echo "$ac_t""yes" 1>&6
4747 echo "$ac_t""no" 1>&6
4753 echo $ac_n "checking "for gauge
"""... $ac_c" 1>&6
4754 echo "configure:4755: checking "for gauge
"" >&5
4755 # Check whether --with-gauge or --without-gauge was given.
4756 if test "${with_gauge+set}" = set; then
4757 withval
="$with_gauge"
4758 if test "x$with_gauge" = xyes
; then
4759 ac_cv_use_gauge
='USE_GAUGE="1"'
4761 ac_cv_use_gauge
='USE_GAUGE="0"'
4765 LINE
=`grep "USE_GAUGE" ${OSTYPE}.system.cache`
4766 if test "x$LINE" != x
; then
4767 eval "DEFAULT_$LINE"
4769 ac_cv_use_gauge
='USE_GAUGE='$DEFAULT_USE_GAUGE
4773 eval "$ac_cv_use_gauge"
4774 echo $ac_cv_use_gauge >> ${OSTYPE}.system.cache.tmp
4775 if test "$USE_GAUGE" = 1; then
4776 echo "$ac_t""yes" 1>&6
4778 echo "$ac_t""no" 1>&6
4783 echo $ac_n "checking "for combobox
"""... $ac_c" 1>&6
4784 echo "configure:4785: checking "for combobox
"" >&5
4785 # Check whether --with-combobox or --without-combobox was given.
4786 if test "${with_combobox+set}" = set; then
4787 withval
="$with_combobox"
4788 if test "x$with_combobox" = xyes
; then
4789 ac_cv_use_combobox
='USE_COMBOBOX="1"'
4791 ac_cv_use_combobox
='USE_COMBOBOX="0"'
4795 LINE
=`grep "USE_COMBOBOX" ${OSTYPE}.system.cache`
4796 if test "x$LINE" != x
; then
4797 eval "DEFAULT_$LINE"
4799 ac_cv_use_combobox
='USE_COMBOBOX='$DEFAULT_USE_COMBOBOX
4803 eval "$ac_cv_use_combobox"
4804 echo $ac_cv_use_combobox >> ${OSTYPE}.system.cache.tmp
4805 if test "$USE_COMBOBOX" = 1; then
4806 echo "$ac_t""yes" 1>&6
4808 echo "$ac_t""no" 1>&6
4813 echo $ac_n "checking "for scrollbar
"""... $ac_c" 1>&6
4814 echo "configure:4815: checking "for scrollbar
"" >&5
4815 # Check whether --with-scrollbar or --without-scrollbar was given.
4816 if test "${with_scrollbar+set}" = set; then
4817 withval
="$with_scrollbar"
4818 if test "x$with_scrollbar" = xyes
; then
4819 ac_cv_use_scrollbar
='USE_SCROLLBAR="1"'
4821 ac_cv_use_scrollbar
='USE_SCROLLBAR="0"'
4825 LINE
=`grep "USE_SCROLLBAR" ${OSTYPE}.system.cache`
4826 if test "x$LINE" != x
; then
4827 eval "DEFAULT_$LINE"
4829 ac_cv_use_scrollbar
='USE_SCROLLBAR='$DEFAULT_USE_SCROLLBAR
4833 eval "$ac_cv_use_scrollbar"
4834 echo $ac_cv_use_scrollbar >> ${OSTYPE}.system.cache.tmp
4835 if test "$USE_SCROLLBAR" = 1; then
4836 echo "$ac_t""yes" 1>&6
4838 echo "$ac_t""no" 1>&6
4843 echo $ac_n "checking "for listctrl
"""... $ac_c" 1>&6
4844 echo "configure:4845: checking "for listctrl
"" >&5
4845 # Check whether --with-listctrl or --without-listctrl was given.
4846 if test "${with_listctrl+set}" = set; then
4847 withval
="$with_listctrl"
4848 if test "x$with_listctrl" = xyes
; then
4849 ac_cv_use_listctrl
='USE_LISTCTRL="1"'
4851 ac_cv_use_listctrl
='USE_LISTCTRL="0"'
4855 LINE
=`grep "USE_LISTCTRL" ${OSTYPE}.system.cache`
4856 if test "x$LINE" != x
; then
4857 eval "DEFAULT_$LINE"
4859 ac_cv_use_listctrl
='USE_LISTCTRL='$DEFAULT_USE_LISTCTRL
4863 eval "$ac_cv_use_listctrl"
4864 echo $ac_cv_use_listctrl >> ${OSTYPE}.system.cache.tmp
4865 if test "$USE_LISTCTRL" = 1; then
4866 echo "$ac_t""yes" 1>&6
4868 echo "$ac_t""no" 1>&6
4873 echo $ac_n "checking "for treectrl
"""... $ac_c" 1>&6
4874 echo "configure:4875: checking "for treectrl
"" >&5
4875 # Check whether --with-treectrl or --without-treectrl was given.
4876 if test "${with_treectrl+set}" = set; then
4877 withval
="$with_treectrl"
4878 if test "x$with_treectrl" = xyes
; then
4879 ac_cv_use_treectrl
='USE_TREECTRL="1"'
4881 ac_cv_use_treectrl
='USE_TREECTRL="0"'
4885 LINE
=`grep "USE_TREECTRL" ${OSTYPE}.system.cache`
4886 if test "x$LINE" != x
; then
4887 eval "DEFAULT_$LINE"
4889 ac_cv_use_treectrl
='USE_TREECTRL='$DEFAULT_USE_TREECTRL
4893 eval "$ac_cv_use_treectrl"
4894 echo $ac_cv_use_treectrl >> ${OSTYPE}.system.cache.tmp
4895 if test "$USE_TREECTRL" = 1; then
4896 echo "$ac_t""yes" 1>&6
4898 echo "$ac_t""no" 1>&6
4903 echo $ac_n "checking "for grid
"""... $ac_c" 1>&6
4904 echo "configure:4905: checking "for grid
"" >&5
4905 # Check whether --with-grid or --without-grid was given.
4906 if test "${with_grid+set}" = set; then
4907 withval
="$with_grid"
4908 if test "x$with_grid" = xyes
; then
4909 ac_cv_use_grid
='USE_GRID="1"'
4911 ac_cv_use_grid
='USE_GRID="0"'
4915 LINE
=`grep "USE_GRID" ${OSTYPE}.system.cache`
4916 if test "x$LINE" != x
; then
4917 eval "DEFAULT_$LINE"
4919 ac_cv_use_grid
='USE_GRID='$DEFAULT_USE_GRID
4923 eval "$ac_cv_use_grid"
4924 echo $ac_cv_use_grid >> ${OSTYPE}.system.cache.tmp
4925 if test "$USE_GRID" = 1; then
4926 echo "$ac_t""yes" 1>&6
4928 echo "$ac_t""no" 1>&6
4933 echo $ac_n "checking "for tab_dialog
"""... $ac_c" 1>&6
4934 echo "configure:4935: checking "for tab_dialog
"" >&5
4935 # Check whether --with-tab_dialog or --without-tab_dialog was given.
4936 if test "${with_tab_dialog+set}" = set; then
4937 withval
="$with_tab_dialog"
4938 if test "x$with_tab_dialog" = xyes
; then
4939 ac_cv_use_tab_dialog
='USE_TAB_DIALOG="1"'
4941 ac_cv_use_tab_dialog
='USE_TAB_DIALOG="0"'
4945 LINE
=`grep "USE_TAB_DIALOG" ${OSTYPE}.system.cache`
4946 if test "x$LINE" != x
; then
4947 eval "DEFAULT_$LINE"
4949 ac_cv_use_tab_dialog
='USE_TAB_DIALOG='$DEFAULT_USE_TAB_DIALOG
4953 eval "$ac_cv_use_tab_dialog"
4954 echo $ac_cv_use_tab_dialog >> ${OSTYPE}.system.cache.tmp
4955 if test "$USE_TAB_DIALOG" = 1; then
4956 echo "$ac_t""yes" 1>&6
4958 echo "$ac_t""no" 1>&6
4963 echo $ac_n "checking "for notebook
"""... $ac_c" 1>&6
4964 echo "configure:4965: checking "for notebook
"" >&5
4965 # Check whether --with-notebook or --without-notebook was given.
4966 if test "${with_notebook+set}" = set; then
4967 withval
="$with_notebook"
4968 if test "x$with_notebook" = xyes
; then
4969 ac_cv_use_notebook
='USE_NOTEBOOK="1"'
4971 ac_cv_use_notebook
='USE_NOTEBOOK="0"'
4975 LINE
=`grep "USE_NOTEBOOK" ${OSTYPE}.system.cache`
4976 if test "x$LINE" != x
; then
4977 eval "DEFAULT_$LINE"
4979 ac_cv_use_notebook
='USE_NOTEBOOK='$DEFAULT_USE_NOTEBOOK
4983 eval "$ac_cv_use_notebook"
4984 echo $ac_cv_use_notebook >> ${OSTYPE}.system.cache.tmp
4985 if test "$USE_NOTEBOOK" = 1; then
4986 echo "$ac_t""yes" 1>&6
4988 echo "$ac_t""no" 1>&6
4994 echo $ac_n "checking "for timedate
"""... $ac_c" 1>&6
4995 echo "configure:4996: checking "for timedate
"" >&5
4996 # Check whether --with-timedate or --without-timedate was given.
4997 if test "${with_timedate+set}" = set; then
4998 withval
="$with_timedate"
4999 if test "x$with_timedate" = xyes
; then
5000 ac_cv_use_timedate
='USE_TIMEDATE="1"'
5002 ac_cv_use_timedate
='USE_TIMEDATE="0"'
5006 LINE
=`grep "USE_TIMEDATE" ${OSTYPE}.system.cache`
5007 if test "x$LINE" != x
; then
5008 eval "DEFAULT_$LINE"
5010 ac_cv_use_timedate
='USE_TIMEDATE='$DEFAULT_USE_TIMEDATE
5014 eval "$ac_cv_use_timedate"
5015 echo $ac_cv_use_timedate >> ${OSTYPE}.system.cache.tmp
5016 if test "$USE_TIMEDATE" = 1; then
5017 echo "$ac_t""yes" 1>&6
5019 echo "$ac_t""no" 1>&6
5024 echo $ac_n "checking "for fraction
"""... $ac_c" 1>&6
5025 echo "configure:5026: checking "for fraction
"" >&5
5026 # Check whether --with-fraction or --without-fraction was given.
5027 if test "${with_fraction+set}" = set; then
5028 withval
="$with_fraction"
5029 if test "x$with_fraction" = xyes
; then
5030 ac_cv_use_fraction
='USE_FRACTION="1"'
5032 ac_cv_use_fraction
='USE_FRACTION="0"'
5036 LINE
=`grep "USE_FRACTION" ${OSTYPE}.system.cache`
5037 if test "x$LINE" != x
; then
5038 eval "DEFAULT_$LINE"
5040 ac_cv_use_fraction
='USE_FRACTION='$DEFAULT_USE_FRACTION
5044 eval "$ac_cv_use_fraction"
5045 echo $ac_cv_use_fraction >> ${OSTYPE}.system.cache.tmp
5046 if test "$USE_FRACTION" = 1; then
5047 echo "$ac_t""yes" 1>&6
5049 echo "$ac_t""no" 1>&6
5054 echo $ac_n "checking "for log
"""... $ac_c" 1>&6
5055 echo "configure:5056: checking "for log
"" >&5
5056 # Check whether --with-log or --without-log was given.
5057 if test "${with_log+set}" = set; then
5059 if test "x$with_log" = xyes
; then
5060 ac_cv_use_log
='USE_LOG="1"'
5062 ac_cv_use_log
='USE_LOG="0"'
5066 LINE
=`grep "USE_LOG" ${OSTYPE}.system.cache`
5067 if test "x$LINE" != x
; then
5068 eval "DEFAULT_$LINE"
5070 ac_cv_use_log
='USE_LOG='$DEFAULT_USE_LOG
5074 eval "$ac_cv_use_log"
5075 echo $ac_cv_use_log >> ${OSTYPE}.system.cache.tmp
5076 if test "$USE_LOG" = 1; then
5077 echo "$ac_t""yes" 1>&6
5079 echo "$ac_t""no" 1>&6
5084 echo $ac_n "checking "for intl
"""... $ac_c" 1>&6
5085 echo "configure:5086: checking "for intl
"" >&5
5086 # Check whether --with-intl or --without-intl was given.
5087 if test "${with_intl+set}" = set; then
5088 withval
="$with_intl"
5089 if test "x$with_intl" = xyes
; then
5090 ac_cv_use_intl
='USE_INTL="1"'
5092 ac_cv_use_intl
='USE_INTL="0"'
5096 LINE
=`grep "USE_INTL" ${OSTYPE}.system.cache`
5097 if test "x$LINE" != x
; then
5098 eval "DEFAULT_$LINE"
5100 ac_cv_use_intl
='USE_INTL='$DEFAULT_USE_INTL
5104 eval "$ac_cv_use_intl"
5105 echo $ac_cv_use_intl >> ${OSTYPE}.system.cache.tmp
5106 if test "$USE_INTL" = 1; then
5107 echo "$ac_t""yes" 1>&6
5109 echo "$ac_t""no" 1>&6
5114 echo $ac_n "checking "for config
"""... $ac_c" 1>&6
5115 echo "configure:5116: checking "for config
"" >&5
5116 # Check whether --with-config or --without-config was given.
5117 if test "${with_config+set}" = set; then
5118 withval
="$with_config"
5119 if test "x$with_config" = xyes
; then
5120 ac_cv_use_config
='USE_CONFIG="1"'
5122 ac_cv_use_config
='USE_CONFIG="0"'
5126 LINE
=`grep "USE_CONFIG" ${OSTYPE}.system.cache`
5127 if test "x$LINE" != x
; then
5128 eval "DEFAULT_$LINE"
5130 ac_cv_use_config
='USE_CONFIG='$DEFAULT_USE_CONFIG
5134 eval "$ac_cv_use_config"
5135 echo $ac_cv_use_config >> ${OSTYPE}.system.cache.tmp
5136 if test "$USE_CONFIG" = 1; then
5137 echo "$ac_t""yes" 1>&6
5139 echo "$ac_t""no" 1>&6
5144 echo $ac_n "checking "for streams
"""... $ac_c" 1>&6
5145 echo "configure:5146: checking "for streams
"" >&5
5146 # Check whether --with-streams or --without-streams was given.
5147 if test "${with_streams+set}" = set; then
5148 withval
="$with_streams"
5149 if test "x$with_streams" = xyes
; then
5150 ac_cv_use_streams
='USE_STREAMS="1"'
5152 ac_cv_use_streams
='USE_STREAMS="0"'
5156 LINE
=`grep "USE_STREAMS" ${OSTYPE}.system.cache`
5157 if test "x$LINE" != x
; then
5158 eval "DEFAULT_$LINE"
5160 ac_cv_use_streams
='USE_STREAMS='$DEFAULT_USE_STREAMS
5164 eval "$ac_cv_use_streams"
5165 echo $ac_cv_use_streams >> ${OSTYPE}.system.cache.tmp
5166 if test "$USE_STREAMS" = 1; then
5167 echo "$ac_t""yes" 1>&6
5169 echo "$ac_t""no" 1>&6
5174 echo $ac_n "checking "for serial
"""... $ac_c" 1>&6
5175 echo "configure:5176: checking "for serial
"" >&5
5176 # Check whether --with-serial or --without-serial was given.
5177 if test "${with_serial+set}" = set; then
5178 withval
="$with_serial"
5179 if test "x$with_serial" = xyes
; then
5180 ac_cv_use_serial
='USE_SERIAL="1"'
5182 ac_cv_use_serial
='USE_SERIAL="0"'
5186 LINE
=`grep "USE_SERIAL" ${OSTYPE}.system.cache`
5187 if test "x$LINE" != x
; then
5188 eval "DEFAULT_$LINE"
5190 ac_cv_use_serial
='USE_SERIAL='$DEFAULT_USE_SERIAL
5194 eval "$ac_cv_use_serial"
5195 echo $ac_cv_use_serial >> ${OSTYPE}.system.cache.tmp
5196 if test "$USE_SERIAL" = 1; then
5197 echo "$ac_t""yes" 1>&6
5199 echo "$ac_t""no" 1>&6
5204 echo $ac_n "checking "for file"""... $ac_c" 1>&6
5205 echo "configure:5206: checking "for file"" >&5
5206 # Check whether --with-file or --without-file was given.
5207 if test "${with_file+set}" = set; then
5208 withval
="$with_file"
5209 if test "x$with_file" = xyes
; then
5210 ac_cv_use_file
='USE_FILE="1"'
5212 ac_cv_use_file
='USE_FILE="0"'
5216 LINE
=`grep "USE_FILE" ${OSTYPE}.system.cache`
5217 if test "x$LINE" != x
; then
5218 eval "DEFAULT_$LINE"
5220 ac_cv_use_file
='USE_FILE='$DEFAULT_USE_FILE
5224 eval "$ac_cv_use_file"
5225 echo $ac_cv_use_file >> ${OSTYPE}.system.cache.tmp
5226 if test "$USE_FILE" = 1; then
5227 echo "$ac_t""yes" 1>&6
5229 echo "$ac_t""no" 1>&6
5234 echo $ac_n "checking "for textfile
"""... $ac_c" 1>&6
5235 echo "configure:5236: checking "for textfile
"" >&5
5236 # Check whether --with-textfile or --without-textfile was given.
5237 if test "${with_textfile+set}" = set; then
5238 withval
="$with_textfile"
5239 if test "x$with_textfile" = xyes
; then
5240 ac_cv_use_textfile
='USE_TEXTFILE="1"'
5242 ac_cv_use_textfile
='USE_TEXTFILE="0"'
5246 LINE
=`grep "USE_TEXTFILE" ${OSTYPE}.system.cache`
5247 if test "x$LINE" != x
; then
5248 eval "DEFAULT_$LINE"
5250 ac_cv_use_textfile
='USE_TEXTFILE='$DEFAULT_USE_TEXTFILE
5254 eval "$ac_cv_use_textfile"
5255 echo $ac_cv_use_textfile >> ${OSTYPE}.system.cache.tmp
5256 if test "$USE_TEXTFILE" = 1; then
5257 echo "$ac_t""yes" 1>&6
5259 echo "$ac_t""no" 1>&6
5265 echo $ac_n "checking "for afmfonts
"""... $ac_c" 1>&6
5266 echo "configure:5267: checking "for afmfonts
"" >&5
5267 # Check whether --with-afmfonts or --without-afmfonts was given.
5268 if test "${with_afmfonts+set}" = set; then
5269 withval
="$with_afmfonts"
5270 if test "x$with_afmfonts" = xyes
; then
5271 ac_cv_use_afmfonts
='USE_AFM_FOR_POSTSCRIPT="1"'
5273 ac_cv_use_afmfonts
='USE_AFM_FOR_POSTSCRIPT="0"'
5277 LINE
=`grep "USE_AFM_FOR_POSTSCRIPT" ${OSTYPE}.system.cache`
5278 if test "x$LINE" != x
; then
5279 eval "DEFAULT_$LINE"
5281 ac_cv_use_afmfonts
='USE_AFM_FOR_POSTSCRIPT='$DEFAULT_USE_AFM_FOR_POSTSCRIPT
5285 eval "$ac_cv_use_afmfonts"
5286 echo $ac_cv_use_afmfonts >> ${OSTYPE}.system.cache.tmp
5287 if test "$USE_AFM_FOR_POSTSCRIPT" = 1; then
5288 echo "$ac_t""yes" 1>&6
5290 echo "$ac_t""no" 1>&6
5295 echo $ac_n "checking "for normalized
"""... $ac_c" 1>&6
5296 echo "configure:5297: checking "for normalized
"" >&5
5297 # Check whether --with-normalized or --without-normalized was given.
5298 if test "${with_normalized+set}" = set; then
5299 withval
="$with_normalized"
5300 if test "x$with_normalized" = xyes
; then
5301 ac_cv_use_normalized
='WX_NORMALIZED_PS_FONTS="1"'
5303 ac_cv_use_normalized
='WX_NORMALIZED_PS_FONTS="0"'
5307 LINE
=`grep "WX_NORMALIZED_PS_FONTS" ${OSTYPE}.system.cache`
5308 if test "x$LINE" != x
; then
5309 eval "DEFAULT_$LINE"
5311 ac_cv_use_normalized
='WX_NORMALIZED_PS_FONTS='$DEFAULT_WX_NORMALIZED_PS_FONTS
5315 eval "$ac_cv_use_normalized"
5316 echo $ac_cv_use_normalized >> ${OSTYPE}.system.cache.tmp
5317 if test "$WX_NORMALIZED_PS_FONTS" = 1; then
5318 echo "$ac_t""yes" 1>&6
5320 echo "$ac_t""no" 1>&6
5325 echo $ac_n "checking "for postscript
"""... $ac_c" 1>&6
5326 echo "configure:5327: checking "for postscript
"" >&5
5327 # Check whether --with-postscript or --without-postscript was given.
5328 if test "${with_postscript+set}" = set; then
5329 withval
="$with_postscript"
5330 if test "x$with_postscript" = xyes
; then
5331 ac_cv_use_postscript
='USE_POSTSCRIPT="1"'
5333 ac_cv_use_postscript
='USE_POSTSCRIPT="0"'
5337 LINE
=`grep "USE_POSTSCRIPT" ${OSTYPE}.system.cache`
5338 if test "x$LINE" != x
; then
5339 eval "DEFAULT_$LINE"
5341 ac_cv_use_postscript
='USE_POSTSCRIPT='$DEFAULT_USE_POSTSCRIPT
5345 eval "$ac_cv_use_postscript"
5346 echo $ac_cv_use_postscript >> ${OSTYPE}.system.cache.tmp
5347 if test "$USE_POSTSCRIPT" = 1; then
5348 echo "$ac_t""yes" 1>&6
5350 echo "$ac_t""no" 1>&6
5356 echo $ac_n "checking "for wxresources
"""... $ac_c" 1>&6
5357 echo "configure:5358: checking "for wxresources
"" >&5
5358 # Check whether --with-wxresources or --without-wxresources was given.
5359 if test "${with_wxresources+set}" = set; then
5360 withval
="$with_wxresources"
5361 if test "x$with_wxresources" = xyes
; then
5362 ac_cv_use_wxresources
='USE_WX_RESOURCES="1"'
5364 ac_cv_use_wxresources
='USE_WX_RESOURCES="0"'
5368 LINE
=`grep "USE_WX_RESOURCES" ${OSTYPE}.system.cache`
5369 if test "x$LINE" != x
; then
5370 eval "DEFAULT_$LINE"
5372 ac_cv_use_wxresources
='USE_WX_RESOURCES='$DEFAULT_USE_WX_RESOURCES
5376 eval "$ac_cv_use_wxresources"
5377 echo $ac_cv_use_wxresources >> ${OSTYPE}.system.cache.tmp
5378 if test "$USE_WX_RESOURCES" = 1; then
5379 echo "$ac_t""yes" 1>&6
5381 echo "$ac_t""no" 1>&6
5386 echo $ac_n "checking "for prologio
"""... $ac_c" 1>&6
5387 echo "configure:5388: checking "for prologio
"" >&5
5388 # Check whether --with-prologio or --without-prologio was given.
5389 if test "${with_prologio+set}" = set; then
5390 withval
="$with_prologio"
5391 if test "x$with_prologio" = xyes
; then
5392 ac_cv_use_prologio
='USE_PROLOGIO="1"'
5394 ac_cv_use_prologio
='USE_PROLOGIO="0"'
5398 LINE
=`grep "USE_PROLOGIO" ${OSTYPE}.system.cache`
5399 if test "x$LINE" != x
; then
5400 eval "DEFAULT_$LINE"
5402 ac_cv_use_prologio
='USE_PROLOGIO='$DEFAULT_USE_PROLOGIO
5406 eval "$ac_cv_use_prologio"
5407 echo $ac_cv_use_prologio >> ${OSTYPE}.system.cache.tmp
5408 if test "$USE_PROLOGIO" = 1; then
5409 echo "$ac_t""yes" 1>&6
5411 echo "$ac_t""no" 1>&6
5416 echo $ac_n "checking "for RPC
"""... $ac_c" 1>&6
5417 echo "configure:5418: checking "for RPC
"" >&5
5418 # Check whether --with-rpc or --without-rpc was given.
5419 if test "${with_rpc+set}" = set; then
5421 if test "x$with_rpc" = xyes
; then
5422 ac_cv_use_rpc
='USE_RPC="1"'
5424 ac_cv_use_rpc
='USE_RPC="0"'
5428 LINE
=`grep "USE_RPC" ${OSTYPE}.system.cache`
5429 if test "x$LINE" != x
; then
5430 eval "DEFAULT_$LINE"
5432 ac_cv_use_rpc
='USE_RPC='$DEFAULT_USE_RPC
5436 eval "$ac_cv_use_rpc"
5437 echo $ac_cv_use_rpc >> ${OSTYPE}.system.cache.tmp
5438 if test "$USE_RPC" = 1; then
5439 echo "$ac_t""yes" 1>&6
5441 echo "$ac_t""no" 1>&6
5447 echo $ac_n "checking "for IPC
"""... $ac_c" 1>&6
5448 echo "configure:5449: checking "for IPC
"" >&5
5449 # Check whether --with-ipc or --without-ipc was given.
5450 if test "${with_ipc+set}" = set; then
5452 if test "x$with_ipc" = xyes
; then
5453 ac_cv_use_ipc
='USE_IPC="1"'
5455 ac_cv_use_ipc
='USE_IPC="0"'
5459 LINE
=`grep "USE_IPC" ${OSTYPE}.system.cache`
5460 if test "x$LINE" != x
; then
5461 eval "DEFAULT_$LINE"
5463 ac_cv_use_ipc
='USE_IPC='$DEFAULT_USE_IPC
5467 eval "$ac_cv_use_ipc"
5468 echo $ac_cv_use_ipc >> ${OSTYPE}.system.cache.tmp
5469 if test "$USE_IPC" = 1; then
5470 echo "$ac_t""yes" 1>&6
5472 echo "$ac_t""no" 1>&6
5477 echo $ac_n "checking "for resources
"""... $ac_c" 1>&6
5478 echo "configure:5479: checking "for resources
"" >&5
5479 # Check whether --with-resources or --without-resources was given.
5480 if test "${with_resources+set}" = set; then
5481 withval
="$with_resources"
5482 if test "x$with_resources" = xyes
; then
5483 ac_cv_use_resources
='USE_RESOURCES="1"'
5485 ac_cv_use_resources
='USE_RESOURCES="0"'
5489 LINE
=`grep "USE_RESOURCES" ${OSTYPE}.system.cache`
5490 if test "x$LINE" != x
; then
5491 eval "DEFAULT_$LINE"
5493 ac_cv_use_resources
='USE_RESOURCES='$DEFAULT_USE_RESOURCES
5497 eval "$ac_cv_use_resources"
5498 echo $ac_cv_use_resources >> ${OSTYPE}.system.cache.tmp
5499 if test "$USE_RESOURCES" = 1; then
5500 echo "$ac_t""yes" 1>&6
5502 echo "$ac_t""no" 1>&6
5507 echo $ac_n "checking "for clipboard
"""... $ac_c" 1>&6
5508 echo "configure:5509: checking "for clipboard
"" >&5
5509 # Check whether --with-clipboard or --without-clipboard was given.
5510 if test "${with_clipboard+set}" = set; then
5511 withval
="$with_clipboard"
5512 if test "x$with_clipboard" = xyes
; then
5513 ac_cv_use_clipboard
='USE_CLIPBOARD="1"'
5515 ac_cv_use_clipboard
='USE_CLIPBOARD="0"'
5519 LINE
=`grep "USE_CLIPBOARD" ${OSTYPE}.system.cache`
5520 if test "x$LINE" != x
; then
5521 eval "DEFAULT_$LINE"
5523 ac_cv_use_clipboard
='USE_CLIPBOARD='$DEFAULT_USE_CLIPBOARD
5527 eval "$ac_cv_use_clipboard"
5528 echo $ac_cv_use_clipboard >> ${OSTYPE}.system.cache.tmp
5529 if test "$USE_CLIPBOARD" = 1; then
5530 echo "$ac_t""yes" 1>&6
5532 echo "$ac_t""no" 1>&6
5537 echo $ac_n "checking "for dnd
"""... $ac_c" 1>&6
5538 echo "configure:5539: checking "for dnd
"" >&5
5539 # Check whether --with-dnd or --without-dnd was given.
5540 if test "${with_dnd+set}" = set; then
5542 if test "x$with_dnd" = xyes
; then
5543 ac_cv_use_dnd
='USE_DND="1"'
5545 ac_cv_use_dnd
='USE_DND="0"'
5549 LINE
=`grep "USE_DND" ${OSTYPE}.system.cache`
5550 if test "x$LINE" != x
; then
5551 eval "DEFAULT_$LINE"
5553 ac_cv_use_dnd
='USE_DND='$DEFAULT_USE_DND
5557 eval "$ac_cv_use_dnd"
5558 echo $ac_cv_use_dnd >> ${OSTYPE}.system.cache.tmp
5559 if test "$USE_DND" = 1; then
5560 echo "$ac_t""yes" 1>&6
5562 echo "$ac_t""no" 1>&6
5567 echo $ac_n "checking "for constrains
"""... $ac_c" 1>&6
5568 echo "configure:5569: checking "for constrains
"" >&5
5569 # Check whether --with-constraints or --without-constraints was given.
5570 if test "${with_constraints+set}" = set; then
5571 withval
="$with_constraints"
5572 if test "x$with_constraints" = xyes
; then
5573 ac_cv_use_constraints
='USE_CONSTRAINTS="1"'
5575 ac_cv_use_constraints
='USE_CONSTRAINTS="0"'
5579 LINE
=`grep "USE_CONSTRAINTS" ${OSTYPE}.system.cache`
5580 if test "x$LINE" != x
; then
5581 eval "DEFAULT_$LINE"
5583 ac_cv_use_constraints
='USE_CONSTRAINTS='$DEFAULT_USE_CONSTRAINTS
5587 eval "$ac_cv_use_constraints"
5588 echo $ac_cv_use_constraints >> ${OSTYPE}.system.cache.tmp
5589 if test "$USE_CONSTRAINTS" = 1; then
5590 echo "$ac_t""yes" 1>&6
5592 echo "$ac_t""no" 1>&6
5598 echo $ac_n "checking "for mdi
"""... $ac_c" 1>&6
5599 echo "configure:5600: checking "for mdi
"" >&5
5600 # Check whether --with-mdi or --without-mdi was given.
5601 if test "${with_mdi+set}" = set; then
5603 if test "x$with_mdi" = xyes
; then
5604 ac_cv_use_mdi
='USE_MDI_ARCHITECTURE="1"'
5606 ac_cv_use_mdi
='USE_MDI_ARCHITECTURE="0"'
5610 LINE
=`grep "USE_MDI_ARCHITECTURE" ${OSTYPE}.system.cache`
5611 if test "x$LINE" != x
; then
5612 eval "DEFAULT_$LINE"
5614 ac_cv_use_mdi
='USE_MDI_ARCHITECTURE='$DEFAULT_USE_MDI_ARCHITECTURE
5618 eval "$ac_cv_use_mdi"
5619 echo $ac_cv_use_mdi >> ${OSTYPE}.system.cache.tmp
5620 if test "$USE_MDI_ARCHITECTURE" = 1; then
5621 echo "$ac_t""yes" 1>&6
5623 echo "$ac_t""no" 1>&6
5628 echo $ac_n "checking "for docview
"""... $ac_c" 1>&6
5629 echo "configure:5630: checking "for docview
"" >&5
5630 # Check whether --with-docview or --without-docview was given.
5631 if test "${with_docview+set}" = set; then
5632 withval
="$with_docview"
5633 if test "x$with_docview" = xyes
; then
5634 ac_cv_use_docview
='USE_DOC_VIEW_ARCHITECTURE="1"'
5636 ac_cv_use_docview
='USE_DOC_VIEW_ARCHITECTURE="0"'
5640 LINE
=`grep "USE_DOC_VIEW_ARCHITECTURE" ${OSTYPE}.system.cache`
5641 if test "x$LINE" != x
; then
5642 eval "DEFAULT_$LINE"
5644 ac_cv_use_docview
='USE_DOC_VIEW_ARCHITECTURE='$DEFAULT_USE_DOC_VIEW_ARCHITECTURE
5648 eval "$ac_cv_use_docview"
5649 echo $ac_cv_use_docview >> ${OSTYPE}.system.cache.tmp
5650 if test "$USE_DOC_VIEW_ARCHITECTURE" = 1; then
5651 echo "$ac_t""yes" 1>&6
5653 echo "$ac_t""no" 1>&6
5658 echo $ac_n "checking "for printarch
"""... $ac_c" 1>&6
5659 echo "configure:5660: checking "for printarch
"" >&5
5660 # Check whether --with-printarch or --without-printarch was given.
5661 if test "${with_printarch+set}" = set; then
5662 withval
="$with_printarch"
5663 if test "x$with_printarch" = xyes
; then
5664 ac_cv_use_printarch
='USE_PRINTING_ARCHITECTURE="1"'
5666 ac_cv_use_printarch
='USE_PRINTING_ARCHITECTURE="0"'
5670 LINE
=`grep "USE_PRINTING_ARCHITECTURE" ${OSTYPE}.system.cache`
5671 if test "x$LINE" != x
; then
5672 eval "DEFAULT_$LINE"
5674 ac_cv_use_printarch
='USE_PRINTING_ARCHITECTURE='$DEFAULT_USE_PRINTING_ARCHITECTURE
5678 eval "$ac_cv_use_printarch"
5679 echo $ac_cv_use_printarch >> ${OSTYPE}.system.cache.tmp
5680 if test "$USE_PRINTING_ARCHITECTURE" = 1; then
5681 echo "$ac_t""yes" 1>&6
5683 echo "$ac_t""no" 1>&6
5688 if test "$USE_UNIX" = 1 ; then
5689 cat >> confdefs.h
<<\EOF
5705 if test "$USE_GTK" = 1; then
5706 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
5707 if test "${with_gtk_prefix+set}" = set; then
5708 withval
="$with_gtk_prefix"
5709 gtk_config_prefix
="$withval"
5711 gtk_config_prefix
=""
5714 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
5715 if test "${with_gtk_exec_prefix+set}" = set; then
5716 withval
="$with_gtk_exec_prefix"
5717 gtk_config_exec_prefix
="$withval"
5719 gtk_config_exec_prefix
=""
5723 if test x
$gtk_config_exec_prefix != x
; then
5724 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
5725 if test x
${GTK_CONFIG+set} != xset
; then
5726 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
5729 if test x
$gtk_config_prefix != x
; then
5730 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
5731 if test x
${GTK_CONFIG+set} != xset
; then
5732 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
5736 # Extract the first word of "gtk-config", so it can be a program name with args.
5737 set dummy gtk
-config; ac_word
=$2
5738 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5739 echo "configure:5740: checking for $ac_word" >&5
5740 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
5741 echo $ac_n "(cached) $ac_c" 1>&6
5743 case "$GTK_CONFIG" in
5745 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
5748 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
5749 for ac_dir
in $PATH; do
5750 test -z "$ac_dir" && ac_dir
=.
5751 if test -f $ac_dir/$ac_word; then
5752 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
5757 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
5761 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
5762 if test -n "$GTK_CONFIG"; then
5763 echo "$ac_t""$GTK_CONFIG" 1>&6
5765 echo "$ac_t""no" 1>&6
5768 min_gtk_version
=0.99.7
5769 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
5770 echo "configure:5771: checking for GTK - version >= $min_gtk_version" >&5
5772 if test "$GTK_CONFIG" != "no" ; then
5773 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
5774 GTK_LIBS
=`$GTK_CONFIG --libs`
5775 ac_save_CFLAGS
="$CFLAGS"
5776 ac_save_LIBS
="$LIBS"
5777 CFLAGS
="$CFLAGS $GTK_CFLAGS"
5778 LIBS
="$LIBS $GTK_LIBS"
5779 if test "$cross_compiling" = yes; then
5780 echo $ac_n "cross compiling; assumed OK... $ac_c"
5782 cat > conftest.
$ac_ext <<EOF
5783 #line 5784 "configure"
5784 #include "confdefs.h"
5786 #include <gtk/gtk.h>
5792 int major, minor, micro;
5794 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
5795 printf("%s, bad version string\n", "$min_gtk_version");
5799 return !((gtk_major_version > major) ||
5800 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
5801 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
5805 if { (eval echo configure
:5806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
&& (.
/conftest
; exit) 2>/dev
/null
5809 echo "configure: failed program was:" >&5
5810 cat conftest.
$ac_ext >&5
5817 CFLAGS
="$ac_save_CFLAGS"
5818 LIBS
="$ac_save_LIBS"
5822 if test "x$no_gtk" = x
; then
5823 echo "$ac_t""yes" 1>&6
5825 GUI_TK_INCLUDE
="$GTK_CFLAGS"
5826 GUI_TK_LIBRARY
="$GTK_LIBS"
5829 echo "$ac_t""no" 1>&6
5832 { echo "configure: error: Are gtk-config and the GTK in path and up-to-date?" 1>&2; exit 1; }
5838 TOOLKIT_DEF
=__WXGTK__
5839 MAKEINCLUDE
=..
/gtk.inc
5842 if test "$USE_QT" = 1; then
5843 echo $ac_n "checking for Qt includes""... $ac_c" 1>&6
5844 echo "configure:5845: checking for Qt includes" >&5
5847 for ac_dir
in $SEARCH_INCLUDE;
5849 if test -f "$ac_dir/qapp.h"; then
5850 ac_find_includes
=$ac_dir
5855 if test "$ac_find_includes" != "" ; then
5856 echo "$ac_t""found $ac_find_includes" 1>&6
5857 echo $ac_n "checking for Qt library""... $ac_c" 1>&6
5858 echo "configure:5859: checking for Qt library" >&5
5861 for ac_dir
in $SEARCH_LIB;
5863 for ac_extension
in a so sl
; do
5864 if test -f "$ac_dir/libqt.$ac_extension"; then
5865 ac_find_libraries
=$ac_dir
5871 if test "$ac_find_libraries" != "" ; then
5873 ac_path_to_include
=$ac_find_includes
5874 echo "$CHECK_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
5876 if test $result = 0; then
5877 ac_path_to_include
=""
5879 ac_path_to_include
="-I$ac_find_includes"
5883 echo "$CHECK_LIB" | grep "\-L$ac_find_libraries" > /dev
/null
5885 if test $result = 0; then
5888 ac_path_to_link
="-L$ac_find_libraries"
5891 CHECK_LINK
="$CHECK_INCLUDE $ac_path_to_link"
5892 CHECK_INCLUDE
="$CHECK_INCLUDE $ac_path_to_include"
5893 echo "$ac_t""found Qt at $ac_find_libraries" 1>&6
5895 { echo "configure: error: no" 1>&2; exit 1; }
5898 { echo "configure: error: no" 1>&2; exit 1; }
5900 GUI_TK_LINK
="-lXext -lX11 -lqt -lm"
5902 TOOLKIT_DEF
=__WXQT__
5903 MAKEINCLUDE
=..
/qt.inc
5906 if test "$USE_MOTIF" = 1; then
5907 echo $ac_n "checking for Motif/Lesstif includes""... $ac_c" 1>&6
5908 echo "configure:5909: checking for Motif/Lesstif includes" >&5
5911 for ac_dir
in $SEARCH_INCLUDE;
5913 if test -f "$ac_dir/Xm.h"; then
5914 ac_find_includes
=$ac_dir
5919 if test "$ac_find_includes" != "" ; then
5920 echo "$ac_t""found $ac_find_includes" 1>&6
5921 echo $ac_n "checking for Motif or Lesstif library""... $ac_c" 1>&6
5922 echo "configure:5923: checking for Motif or Lesstif library" >&5
5925 for ac_dir
in $SEARCH_LIB;
5927 for ac_extension
in a so sl
; do
5928 if test -f "$ac_dir/libXm.$ac_extension"; then
5929 ac_find_libraries
=$ac_dir
5935 if test "$ac_find_libraries" != "" ; then
5937 ac_path_to_include
=$ac_find_includes
5938 echo "$CHECK_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
5940 if test $result = 0; then
5941 ac_path_to_include
=""
5943 ac_path_to_include
="-I$ac_find_includes"
5947 echo "$CHECK_LIB" | grep "\-L$ac_find_libraries" > /dev
/null
5949 if test $result = 0; then
5952 ac_path_to_link
="-L$ac_find_libraries"
5955 CHECK_LINK
="$CHECK_INCLUDE $ac_path_to_link"
5956 CHECK_INCLUDE
="$CHECK_INCLUDE $ac_path_to_include"
5957 echo "$ac_t""found at $ac_find_libraries" 1>&6
5959 { echo "configure: error: no" 1>&2; exit 1; }
5962 { echo "configure: error: no" 1>&2; exit 1; }
5964 GUI_TK_LINK
="-lXext -lXt -lX11 -lXm -lm"
5966 TOOLKIT_DEF
=__WXMOTIF__
5967 MAKEINCLUDE
=..
/motif.inc
5970 if test "$TOOLKIT" = ""; then
5971 { echo "configure: error: You must specify a toolkit: --with-gtk --with-qt --with-motif" 1>&2; exit 1; }
5985 if test "$USE_DEBUG_INFO" = 1 ; then
5990 if test "$USE_DEBUG_FLAG" = 1 ; then
5991 cat >> confdefs.h
<<EOF
5992 #define WXDEBUG $USE_DEBUG_FLAG
5995 WXDEBUG_DEFINE
="-D__WXDEBUG__"
5999 if test "$USE_MEM_TRACING" = 1 ; then
6000 cat >> confdefs.h
<<EOF
6001 #define USE_MEMORY_TRACING $USE_MEM_TRACING
6004 cat >> confdefs.h
<<EOF
6005 #define USE_GLOBAL_MEMORY_OPERATORS $USE_MEM_TRACING
6011 if test "$USE_DMALLOC" = 1 ; then
6012 EXTRA_LINK
="$EXTRA_LINK -ldmalloc"
6017 if test "$USE_PROFILE" = 1 ; then
6022 CXXFLAGS
=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
6023 CFLAGS
=`echo "${CFLAGS}" | sed "s/\-O.//g" `
6024 if test "$USE_OPTIMISE" = 0 ; then
6027 if test "$GCC" = yes ; then
6029 case "${canonical}" in
6031 OPTIMISE
="${OPTIMISE} "
6041 if test "$USE_APPLE_IEEE" = 1 ; then
6042 APPLE_IEEE
="APPLE_IEEE"
6043 cat >> confdefs.h
<<EOF
6044 #define USE_APPLE_IEEE $USE_APPLE_IEEE
6049 USE_IOSTREAMH
=$DEFAULT_USE_IOSTREAMH
6050 cat >> confdefs.h
<<EOF
6051 #define USE_IOSTREAMH $USE_IOSTREAMH
6056 if test "$USE_ZLIB" = 1 ; then
6057 cat >> confdefs.h
<<EOF
6058 #define USE_ZLIB $USE_ZLIB
6063 if test "$USE_GDK_IMLIB" = 1 ; then
6064 cat >> confdefs.h
<<EOF
6065 #define USE_GDK_IMLIB $USE_GDK_IMLIB
6070 if test "$USE_LIBPNG" = 1 ; then
6071 cat >> confdefs.h
<<EOF
6072 #define USE_LIBPNG $USE_LIBPNG
6077 if test "$USE_ODBC" = 1 ; then
6078 cat >> confdefs.h
<<EOF
6079 #define USE_ODBC $USE_ODBC
6085 if test "$USE_GAUGE" = 1 ; then
6086 cat >> confdefs.h
<<EOF
6087 #define USE_GAUGE $USE_GAUGE
6092 if test "$USE_COMBOBOX" = 1 ; then
6093 cat >> confdefs.h
<<EOF
6094 #define USE_COMBOBOX $USE_COMBOBOX
6099 if test "$USE_SCROLLBAR" = 1 ; then
6100 cat >> confdefs.h
<<EOF
6101 #define USE_SCROLLBAR $USE_SCROLLBAR
6106 if test "$USE_LISTCTRL" = 1 ; then
6107 cat >> confdefs.h
<<EOF
6108 #define USE_LISTCTRL $USE_LISTCTRL
6113 if test "$USE_TREECTRL" = 1 ; then
6114 cat >> confdefs.h
<<EOF
6115 #define USE_TREECTRL $USE_TREECTRL
6120 if test "$USE_GRID" = 1 ; then
6121 cat >> confdefs.h
<<EOF
6122 #define USE_GRID $USE_GRID
6127 if test "$USE_TAB_DIALOG" = 1 ; then
6128 cat >> confdefs.h
<<EOF
6129 #define USE_TAB_DIALOG $USE_TAB_DIALOG
6134 if test "$USE_NOTEBOOK" = 1 ; then
6135 cat >> confdefs.h
<<EOF
6136 #define USE_NOTEBOOK $USE_NOTEBOOK
6142 if test "$USE_CONFIG" = 1 ; then
6143 cat >> confdefs.h
<<EOF
6144 #define USE_CONFIG $USE_CONFIG
6149 if test "$USE_TIMEDATE" = 1 ; then
6150 cat >> confdefs.h
<<EOF
6151 #define USE_TIMEDATE $USE_TIMEDATE
6156 if test "$USE_FRACTION" = 1 ; then
6157 cat >> confdefs.h
<<EOF
6158 #define USE_FRACTION $USE_FRACTION
6163 if test "$USE_LOG" = 1 ; then
6164 cat >> confdefs.h
<<EOF
6165 #define USE_LOG $USE_LOG
6170 if test "$USE_INTL" = 1 ; then
6171 cat >> confdefs.h
<<EOF
6172 #define USE_INTL $USE_INTL
6177 if test "$USE_STREAMS" = 1 ; then
6178 cat >> confdefs.h
<<EOF
6179 #define USE_STREAMS $USE_STREAMS
6184 if test "$USE_SERIAL" = 1 ; then
6185 cat >> confdefs.h
<<EOF
6186 #define USE_SERIAL $USE_SERIAL
6191 if test "$USE_FILE" = 1 ; then
6192 cat >> confdefs.h
<<EOF
6193 #define USE_FILE $USE_FILE
6198 if test "$USE_TEXTFILE" = 1 ; then
6199 cat >> confdefs.h
<<EOF
6200 #define USE_TEXTFILE $USE_TEXTFILE
6206 if test "$USE_RPC" = 1 ; then
6207 cat >> confdefs.h
<<EOF
6208 #define USE_RPC $USE_RPC
6213 if test "$USE_WX_RESOURCES" = 1 ; then
6214 cat >> confdefs.h
<<EOF
6215 #define USE_WX_RESOURCES $USE_WX_RESOURCES
6220 if test "$USE_PROLOGIO" = 1 ; then
6221 cat >> confdefs.h
<<EOF
6222 #define USE_PROLOGIO 1
6228 if test "$USE_POSTSCRIPT" = 1 ; then
6229 cat >> confdefs.h
<<EOF
6230 #define USE_POSTSCRIPT 1
6235 cat >> confdefs.h
<<EOF
6236 #define USE_AFM_FOR_POSTSCRIPT $USE_AFM_FOR_POSTSCRIPT
6240 cat >> confdefs.h
<<EOF
6241 #define WX_NORMALIZED_PS_FONTS $WX_NORMALIZED_PS_FONTS
6246 if test "$USE_MDI_ARCHITECTURE" = 1 ; then
6247 cat >> confdefs.h
<<EOF
6248 #define USE_MDI_ARCHITECTURE $USE_MDI_ARCHITECTURE
6253 if test "$USE_DOC_VIEW_ARCHITECTURE" = 1 ; then
6254 cat >> confdefs.h
<<EOF
6255 #define USE_DOC_VIEW_ARCHITECTURE $USE_DOC_VIEW_ARCHITECTURE
6260 if test "$USE_PRINTING_ARCHITECTURE" = 1 ; then
6261 cat >> confdefs.h
<<EOF
6262 #define USE_PRINTING_ARCHITECTURE $USE_PRINTING_ARCHITECTURE
6268 if test "$USE_IPC" = 1 ; then
6269 cat >> confdefs.h
<<EOF
6275 if test "$USE_RESOURCES" = 1 ; then
6276 cat >> confdefs.h
<<EOF
6277 #define USE_RESOURCES $USE_RESOURCES
6282 if test "$USE_CLIPBOARD" = 1 ; then
6283 cat >> confdefs.h
<<EOF
6284 #define USE_CLIPBOARD $USE_CLIPBOARD
6289 if test "$USE_DND" = 1 ; then
6290 cat >> confdefs.h
<<EOF
6291 #define USE_DND $USE_DND
6296 if test "$USE_CONSTRAINTS" = 1 ; then
6297 cat >> confdefs.h
<<EOF
6298 #define USE_CONSTRAINTS $USE_CONSTRAINTS
6305 if test "$USE_METAFILE" = 1 ; then
6307 cat >> confdefs.h
<<EOF
6308 #define USE_METAFILE $USE_METAFILE
6315 if test "$USE_HELP" = 1 ; then
6317 cat >> confdefs.h
<<EOF
6318 #define USE_HELP $USE_HELP
6325 if test "$USE_WXGRAPH" = 1 ; then
6327 cat >> confdefs.h
<<EOF
6328 #define USE_WXGRAPH $USE_WXGRAPH
6335 if test "$USE_WXTREE" = 1 ; then
6337 cat >> confdefs.h
<<EOF
6338 #define USE_WXTREE $USE_WXTREE
6345 if test "$USE_OPENGL" = 1 ; then
6350 echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
6351 echo "configure:6352: checking for main in -ldl" >&5
6352 ac_lib_var
=`echo dl'_'main | sed 'y%./+-%__p_%'`
6353 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6354 echo $ac_n "(cached) $ac_c" 1>&6
6356 ac_save_LIBS
="$LIBS"
6358 cat > conftest.
$ac_ext <<EOF
6359 #line 6360 "configure"
6360 #include "confdefs.h"
6366 if { (eval echo configure
:6367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
6368 eval "ac_cv_lib_$ac_lib_var=yes"
6370 echo "configure: failed program was:" >&5
6371 cat conftest.
$ac_ext >&5
6373 eval "ac_cv_lib_$ac_lib_var=no"
6376 LIBS
="$ac_save_LIBS"
6379 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6380 echo "$ac_t""yes" 1>&6
6383 echo "$ac_t""no" 1>&6
6392 UNIX_THREAD
="gtk/threadno.cpp"
6395 echo $ac_n "checking "for threads
"""... $ac_c" 1>&6
6396 echo "configure:6397: checking "for threads
"" >&5
6397 # Check whether --with-threads or --without-threads was given.
6398 if test "${with_threads+set}" = set; then
6399 withval
="$with_threads"
6400 if test "x$with_threads" = xyes
; then
6401 ac_cv_use_threads
='USE_THREADS="1"'
6403 ac_cv_use_threads
='USE_THREADS="0"'
6407 LINE
=`grep "USE_THREADS" ${OSTYPE}.system.cache`
6408 if test "x$LINE" != x
; then
6409 eval "DEFAULT_$LINE"
6411 ac_cv_use_threads
='USE_THREADS='$DEFAULT_USE_THREADS
6415 eval "$ac_cv_use_threads"
6416 echo $ac_cv_use_threads >> ${OSTYPE}.system.cache.tmp
6417 if test "$USE_THREADS" = 1; then
6418 echo "$ac_t""yes" 1>&6
6420 echo "$ac_t""no" 1>&6
6425 if test "$USE_THREADS" = "1"; then
6426 UNIX_THREAD
="gtk/threadno.cpp"
6429 echo $ac_n "checking for pthread_create in -lpthread-0.7""... $ac_c" 1>&6
6430 echo "configure:6431: checking for pthread_create in -lpthread-0.7" >&5
6431 ac_lib_var
=`echo pthread-0.7'_'pthread_create | sed 'y%./+-%__p_%'`
6432 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6433 echo $ac_n "(cached) $ac_c" 1>&6
6435 ac_save_LIBS
="$LIBS"
6436 LIBS
="-lpthread-0.7 $LIBS"
6437 cat > conftest.
$ac_ext <<EOF
6438 #line 6439 "configure"
6439 #include "confdefs.h"
6440 /* Override any gcc2 internal prototype to avoid an error. */
6441 /* We use char because int might match the return type of a gcc2
6442 builtin and then its argument prototype would still apply. */
6443 char pthread_create();
6449 if { (eval echo configure
:6450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
6451 eval "ac_cv_lib_$ac_lib_var=yes"
6453 echo "configure: failed program was:" >&5
6454 cat conftest.
$ac_ext >&5
6456 eval "ac_cv_lib_$ac_lib_var=no"
6459 LIBS
="$ac_save_LIBS"
6462 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6463 echo "$ac_t""yes" 1>&6
6465 UNIX_THREAD
="gtk/threadpsx.cpp"
6466 THREADS_LINK
="-lpthread-0.7"
6469 echo "$ac_t""no" 1>&6
6471 ac_safe
=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
6472 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
6473 echo "configure:6474: checking for sys/prctl.h" >&5
6474 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6475 echo $ac_n "(cached) $ac_c" 1>&6
6477 cat > conftest.
$ac_ext <<EOF
6478 #line 6479 "configure"
6479 #include "confdefs.h"
6480 #include <sys/prctl.h>
6482 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6483 { (eval echo configure
:6484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6484 ac_err
=`grep -v '^ *+' conftest.out`
6485 if test -z "$ac_err"; then
6487 eval "ac_cv_header_$ac_safe=yes"
6490 echo "configure: failed program was:" >&5
6491 cat conftest.
$ac_ext >&5
6493 eval "ac_cv_header_$ac_safe=no"
6497 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6498 echo "$ac_t""yes" 1>&6
6500 UNIX_THREAD
="gtk/threadsgi.cpp"
6503 echo "$ac_t""no" 1>&6
6508 echo $ac_n "checking for pthread_setcanceltype in -lpthread""... $ac_c" 1>&6
6509 echo "configure:6510: checking for pthread_setcanceltype in -lpthread" >&5
6510 ac_lib_var
=`echo pthread'_'pthread_setcanceltype | sed 'y%./+-%__p_%'`
6511 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6512 echo $ac_n "(cached) $ac_c" 1>&6
6514 ac_save_LIBS
="$LIBS"
6515 LIBS
="-lpthread $LIBS"
6516 cat > conftest.
$ac_ext <<EOF
6517 #line 6518 "configure"
6518 #include "confdefs.h"
6519 /* Override any gcc2 internal prototype to avoid an error. */
6520 /* We use char because int might match the return type of a gcc2
6521 builtin and then its argument prototype would still apply. */
6522 char pthread_setcanceltype();
6525 pthread_setcanceltype()
6528 if { (eval echo configure
:6529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
6530 eval "ac_cv_lib_$ac_lib_var=yes"
6532 echo "configure: failed program was:" >&5
6533 cat conftest.
$ac_ext >&5
6535 eval "ac_cv_lib_$ac_lib_var=no"
6538 LIBS
="$ac_save_LIBS"
6541 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6542 echo "$ac_t""yes" 1>&6
6544 UNIX_THREAD
="gtk/threadpsx.cpp"
6545 THREADS_LINK
="-lpthread"
6548 echo "$ac_t""no" 1>&6
6554 echo $ac_n "checking for pthread_setcanceltype in -lpthreads""... $ac_c" 1>&6
6555 echo "configure:6556: checking for pthread_setcanceltype in -lpthreads" >&5
6556 ac_lib_var
=`echo pthreads'_'pthread_setcanceltype | sed 'y%./+-%__p_%'`
6557 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6558 echo $ac_n "(cached) $ac_c" 1>&6
6560 ac_save_LIBS
="$LIBS"
6561 LIBS
="-lpthreads $LIBS"
6562 cat > conftest.
$ac_ext <<EOF
6563 #line 6564 "configure"
6564 #include "confdefs.h"
6565 /* Override any gcc2 internal prototype to avoid an error. */
6566 /* We use char because int might match the return type of a gcc2
6567 builtin and then its argument prototype would still apply. */
6568 char pthread_setcanceltype();
6571 pthread_setcanceltype()
6574 if { (eval echo configure
:6575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
; then
6576 eval "ac_cv_lib_$ac_lib_var=yes"
6578 echo "configure: failed program was:" >&5
6579 cat conftest.
$ac_ext >&5
6581 eval "ac_cv_lib_$ac_lib_var=no"
6584 LIBS
="$ac_save_LIBS"
6587 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6588 echo "$ac_t""yes" 1>&6
6590 UNIX_THREAD
="gtk/threadpsx.cpp"
6591 THREADS_LINK
="-lpthreads"
6594 echo "$ac_t""no" 1>&6
6599 if test -z "$UNIX_THREAD"; then
6605 cat >> confdefs.h
<<\EOF
6606 #define USE_THREADS 1
6616 if test "$USE_OPENGL" = 1; then
6617 echo $ac_n "checking for OpenGL includes""... $ac_c" 1>&6
6618 echo "configure:6619: checking for OpenGL includes" >&5
6621 for ac_dir
in $SEARCH_INCLUDE;
6623 if test -f "$ac_dir/GL/gl.h"; then
6624 ac_find_includes
=$ac_dir
6629 if test "$ac_find_includes" != "" ; then
6630 OPENGL_INCLUDE
="-I$ac_find_includes"
6631 echo "$ac_t""found $ac_find_includes" 1>&6
6632 echo $ac_n "checking for OpenGL library""... $ac_c" 1>&6
6633 echo "configure:6634: checking for OpenGL library" >&5
6636 for ac_dir
in $SEARCH_LIB;
6638 for ac_extension
in a so sl
; do
6639 if test -f "$ac_dir/libGL.$ac_extension"; then
6640 ac_find_libraries
=$ac_dir
6646 if test "$ac_find_libraries" != "" ; then
6648 ac_path_to_include
=$ac_find_includes
6649 echo "$CHECK_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
6651 if test $result = 0; then
6652 ac_path_to_include
=""
6654 ac_path_to_include
="-I$ac_find_includes"
6658 echo "$CHECK_LIB" | grep "\-L$ac_find_libraries" > /dev
/null
6660 if test $result = 0; then
6663 ac_path_to_link
="-L$ac_find_libraries"
6666 CHECK_LINK
="$CHECK_INCLUDE $ac_path_to_link"
6667 CHECK_INCLUDE
="$CHECK_INCLUDE $ac_path_to_include"
6668 OPENGL_LIBRARY
="$ac_path_to_link"
6669 OPENGL_INCLUDE
="$ac_path_to_include"
6671 echo "$ac_t""found OpenGL at $ac_find_libraries" 1>&6
6675 for ac_dir
in $SEARCH_LIB;
6677 for ac_extension
in a so sl
; do
6678 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
6679 ac_find_libraries
=$ac_dir
6685 if test "$ac_find_libraries" != "" ; then
6687 ac_path_to_include
=$ac_find_includes
6688 echo "$CHECK_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
6690 if test $result = 0; then
6691 ac_path_to_include
=""
6693 ac_path_to_include
="-I$ac_find_includes"
6697 echo "$CHECK_LIB" | grep "\-L$ac_find_libraries" > /dev
/null
6699 if test $result = 0; then
6702 ac_path_to_link
="-L$ac_find_libraries"
6705 CHECK_LINK
="$CHECK_INCLUDE $ac_path_to_link"
6706 CHECK_INCLUDE
="$CHECK_INCLUDE $ac_path_to_include"
6707 OPENGL_LIBRARY
="$ac_path_to_link"
6708 OPENGL_INCLUDE
="$ac_path_to_include"
6709 OPENGL_LINK
="-lMesaGL"
6710 echo "$ac_t""found MESA at $ac_find_libraries" 1>&6
6712 { echo "configure: error: no" 1>&2; exit 1; }
6716 { echo "configure: error: no" 1>&2; exit 1; }
6722 if test "$USE_OPENGL" != 1; then
6729 cat >> confdefs.h
<<EOF
6730 #define USE_GLX $USE_GLX
6741 case "${canonical}" in
6744 if test "${CC}" != "gcc" ; then
6745 CXXFLAGS
="${CXXFLAGS} +a1 -z -Aa -D_HPUX_SOURCE"
6746 CFLAGS
="${CFLAGS} -z -D_HPUX_SOURCE"
6752 CREATE_SHARED
=sharedHpux
6757 CREATE_SHARED
=sharedLinux
6760 *-*-irix5* | *-*-irix6* )
6761 # PICFLAGS can remain empty, as pic is the default
6763 CREATE_SHARED
=sharedIrix
6764 cat >> confdefs.h
<<\EOF
6771 if test "${CC}" != "gcc" ; then
6776 CREATE_SHARED
=sharedSolaris2
6777 cat >> confdefs.h
<<\EOF
6784 if test "${CC}" != "gcc" ; then
6790 CREATE_SHARED
=sharedSunos4
6791 cat >> confdefs.h
<<\EOF
6797 *-*-freebsd* | *-*-netbsd*)
6799 CREATE_SHARED
=sharedBsd
6800 cat >> confdefs.h
<<\EOF
6808 CREATE_SHARED
=sharedOSF
6812 if test "${CC}" != "gcc" ; then
6817 CREATE_SHARED
=sharedDgux
6818 cat >> confdefs.h
<<\EOF
6825 if test "${CC}" != "gcc" ; then
6830 CREATE_SHARED
=sharedSysV
6831 cat >> confdefs.h
<<\EOF
6838 if test "${CC}" != "gcc" ; then
6843 CREATE_SHARED
=sharedAIX
6844 cat >> confdefs.h
<<\EOF
6855 if test "x$GCC" = xyes
; then
6856 CFLAGS
="${CFLAGS} -Wall"
6859 if test "x$GXX" = xyes
; then
6860 CXXFLAGS
="${CXXFLAGS} -Wall"
6863 if test "$USE_SHARED" != 1; then
6873 echo $OS >> system.list
6877 cat > confcache
<<\EOF
6878 # This file is a shell script that caches the results of configure
6879 # tests run on this system so they can be shared between configure
6880 # scripts and configure runs. It is not useful on other systems.
6881 # If it contains results you don't want to keep, you may remove or edit it.
6883 # By default, configure uses ./config.cache as the cache file,
6884 # creating it if it does not exist already. You can give configure
6885 # the --cache-file=FILE option to use a different cache file; that is
6886 # what configure does when it calls configure scripts in
6887 # subdirectories, so they share the cache.
6888 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6889 # config.status only pays attention to the cache file if you give it the
6890 # --recheck option to rerun configure.
6893 # The following way of writing the cache mishandles newlines in values,
6894 # but we know of no workaround that is simple, portable, and efficient.
6895 # So, don't put newlines in cache variables' values.
6896 # Ultrix sh set writes to stderr and can't be redirected directly,
6897 # and sets the high bit in the cache file unless we assign to the vars.
6899 case `(ac_space=' '; set) 2>&1` in
6901 # `set' does not quote correctly, so add quotes (double-quote substitution
6902 # turns \\\\ into \\, and sed turns \\ into \).
6904 -e "s/'/'\\\\''/g" \
6905 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6908 # `set' quotes correctly as required by POSIX, so do not add quotes.
6909 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6912 if cmp -s $cache_file confcache
; then
6915 if test -w $cache_file; then
6916 echo "updating cache $cache_file"
6917 cat confcache
> $cache_file
6919 echo "not updating unwritable cache $cache_file"
6924 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
6926 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
6927 # Let make expand exec_prefix.
6928 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
6930 # Any assignment to VPATH causes Sun make to only execute
6931 # the first set of double-colon rules, so remove it if not needed.
6932 # If there is a colon in the path, we need to keep it.
6933 if test "x$srcdir" = x.
; then
6934 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
6937 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
6939 DEFS
=-DHAVE_CONFIG_H
6941 # Without the "./", some shells look in PATH for config.status.
6942 : ${CONFIG_STATUS=./config.status}
6944 echo creating
$CONFIG_STATUS
6945 rm -f $CONFIG_STATUS
6946 cat > $CONFIG_STATUS <<EOF
6948 # Generated automatically by configure.
6949 # Run this file to recreate the current configuration.
6950 # This directory was configured as follows,
6951 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
6953 # $0 $ac_configure_args
6955 # Compiler output produced by configure, useful for debugging
6956 # configure, is in ./config.log if it exists.
6958 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
6961 case "\$ac_option" in
6962 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6963 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
6964 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
6965 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
6966 echo "$CONFIG_STATUS generated by autoconf version 2.12"
6968 -help | --help | --hel | --he | --h)
6969 echo "\$ac_cs_usage"; exit 0 ;;
6970 *) echo "\$ac_cs_usage"; exit 1 ;;
6974 ac_given_srcdir=$srcdir
6975 ac_given_INSTALL="$INSTALL"
6977 trap 'rm -fr `echo "./setup/substit ./wx-config:./wx-config.in ./include/wx/gtk/setup.h:./setup/setup.hin" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
6979 cat >> $CONFIG_STATUS <<EOF
6981 # Protect against being on the right side of a sed subst in config.status.
6982 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
6983 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
6986 s%@CFLAGS@%$CFLAGS%g
6987 s%@CPPFLAGS@%$CPPFLAGS%g
6988 s%@CXXFLAGS@%$CXXFLAGS%g
6990 s%@LDFLAGS@%$LDFLAGS%g
6992 s%@exec_prefix@%$exec_prefix%g
6993 s%@prefix@%$prefix%g
6994 s%@program_transform_name@%$program_transform_name%g
6995 s%@bindir@%$bindir%g
6996 s%@sbindir@%$sbindir%g
6997 s%@libexecdir@%$libexecdir%g
6998 s%@datadir@%$datadir%g
6999 s%@sysconfdir@%$sysconfdir%g
7000 s%@sharedstatedir@%$sharedstatedir%g
7001 s%@localstatedir@%$localstatedir%g
7002 s%@libdir@%$libdir%g
7003 s%@includedir@%$includedir%g
7004 s%@oldincludedir@%$oldincludedir%g
7005 s%@infodir@%$infodir%g
7006 s%@mandir@%$mandir%g
7007 s%@WXBASEDIR@%$WXBASEDIR%g
7011 s%@CXXCPP@%$CXXCPP%g
7012 s%@RANLIB@%$RANLIB%g
7014 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
7015 s%@INSTALL_DATA@%$INSTALL_DATA%g
7018 s%@X_CFLAGS@%$X_CFLAGS%g
7019 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
7020 s%@X_LIBS@%$X_LIBS%g
7021 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
7022 s%@GTK_JOYSTICK@%$GTK_JOYSTICK%g
7023 s%@LIBOBJS@%$LIBOBJS%g
7026 s%@LEXLIB@%$LEXLIB%g
7027 s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g
7029 s%@host_alias@%$host_alias%g
7030 s%@host_cpu@%$host_cpu%g
7031 s%@host_vendor@%$host_vendor%g
7032 s%@host_os@%$host_os%g
7033 s%@GTK_CONFIG@%$GTK_CONFIG%g
7034 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
7035 s%@GTK_LIBS@%$GTK_LIBS%g
7036 s%@GUI_TK_INCLUDE@%$GUI_TK_INCLUDE%g
7037 s%@GUI_TK_LIBRARY@%$GUI_TK_LIBRARY%g
7038 s%@GUI_TK_LINK@%$GUI_TK_LINK%g
7039 s%@TOOLKIT@%$TOOLKIT%g
7040 s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
7041 s%@MAKEINCLUDE@%$MAKEINCLUDE%g
7042 s%@WXDEBUG@%$WXDEBUG%g
7043 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
7044 s%@EXTRA_LINK@%$EXTRA_LINK%g
7045 s%@PROFILE@%$PROFILE%g
7046 s%@OPTIMISE@%$OPTIMISE%g
7047 s%@METAFILE@%$METAFILE%g
7049 s%@WXGRAPH@%$WXGRAPH%g
7050 s%@WXTREE@%$WXTREE%g
7051 s%@DL_LIBRARY@%$DL_LIBRARY%g
7052 s%@UNIX_THREAD@%$UNIX_THREAD%g
7053 s%@THREADS_LINK@%$THREADS_LINK%g
7054 s%@OPENGL_INCLUDE@%$OPENGL_INCLUDE%g
7055 s%@OPENGL_LIBRARY@%$OPENGL_LIBRARY%g
7056 s%@OPENGL_LINK@%$OPENGL_LINK%g
7057 s%@GLCANVAS@%$GLCANVAS%g
7059 s%@PICFLAGS@%$PICFLAGS%g
7060 s%@CREATE_SHARED@%$CREATE_SHARED%g
7065 cat >> $CONFIG_STATUS <<\EOF
7067 # Split the substitutions into bite-sized pieces for seds with
7068 # small command number limits, like on Digital OSF/1 and HP-UX.
7069 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
7070 ac_file
=1 # Number of current file.
7071 ac_beg
=1 # First line for current file.
7072 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
7075 while $ac_more_lines; do
7076 if test $ac_beg -gt 1; then
7077 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
7079 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
7081 if test ! -s conftest.s
$ac_file; then
7083 rm -f conftest.s
$ac_file
7085 if test -z "$ac_sed_cmds"; then
7086 ac_sed_cmds
="sed -f conftest.s$ac_file"
7088 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
7090 ac_file
=`expr $ac_file + 1`
7092 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
7095 if test -z "$ac_sed_cmds"; then
7100 cat >> $CONFIG_STATUS <<EOF
7102 CONFIG_FILES=\${CONFIG_FILES-"./setup/substit ./wx-config:./wx-config.in"}
7104 cat >> $CONFIG_STATUS <<\EOF
7105 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
7106 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7108 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
7109 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
7110 *) ac_file_in
="${ac_file}.in" ;;
7113 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
7115 # Remove last slash and all that follows it. Not all systems have dirname.
7116 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
7117 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
7118 # The file is in a subdirectory.
7119 test ! -d "$ac_dir" && mkdir "$ac_dir"
7120 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
7121 # A "../" for each directory in $ac_dir_suffix.
7122 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
7124 ac_dir_suffix
= ac_dots
=
7127 case "$ac_given_srcdir" in
7129 if test -z "$ac_dots"; then top_srcdir
=.
7130 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
7131 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
7133 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
7134 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
7137 case "$ac_given_INSTALL" in
7138 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
7139 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
7142 echo creating
"$ac_file"
7144 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
7146 *Makefile
*) ac_comsub
="1i\\
7147 # $configure_input" ;;
7151 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7153 s%@configure_input@%$configure_input%g
7154 s%@srcdir@%$srcdir%g
7155 s%@top_srcdir@%$top_srcdir%g
7156 s%@INSTALL@%$INSTALL%g
7157 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
7161 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
7162 # NAME is the cpp macro being defined and VALUE is the value it is being given.
7164 # ac_d sets the value in "#define NAME VALUE" lines.
7165 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
7166 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
7169 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
7170 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
7171 ac_uB
='\([ ]\)%\1#\2define\3'
7174 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
7175 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
7176 ac_eB
='$%\1#\2define\3'
7180 if test "${CONFIG_HEADERS+set}" != set; then
7182 cat >> $CONFIG_STATUS <<EOF
7183 CONFIG_HEADERS="./include/wx/gtk/setup.h:./setup/setup.hin"
7185 cat >> $CONFIG_STATUS <<\EOF
7187 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
7188 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7190 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
7191 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
7192 *) ac_file_in
="${ac_file}.in" ;;
7195 echo creating
$ac_file
7197 rm -f conftest.frag conftest.
in conftest.out
7198 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7199 cat $ac_file_inputs > conftest.
in
7203 # Transform confdefs.h into a sed script conftest.vals that substitutes
7204 # the proper values into config.h.in to produce config.h. And first:
7205 # Protect against being on the right side of a sed subst in config.status.
7206 # Protect against being in an unquoted here document in config.status.
7208 cat > conftest.hdr
<<\EOF
7211 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
7215 sed -n -f conftest.hdr confdefs.h > conftest.vals
7218 # This sed command replaces #undef with comments. This is necessary, for
7219 # example, in the case of _POSIX_SOURCE, which is predefined and required
7220 # on some systems where configure will not decide to define it.
7221 cat >> conftest.vals <<\EOF
7222 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
7225 # Break up conftest.vals because some shells have a limit on
7226 # the size of here documents, and old seds have small limits too.
7231 ac_lines=`grep -c . conftest.vals
`
7232 # grep -c gives empty output for an empty file on some AIX systems.
7233 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
7234 # Write a limited-size here document to conftest.frag.
7235 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
7236 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
7238 sed -f conftest.frag conftest.in > conftest.out
7240 mv conftest.out conftest.in
7242 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
7244 mv conftest.tail conftest.vals
7248 cat >> $CONFIG_STATUS <<\EOF
7249 rm -f conftest.frag conftest.h
7250 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
7251 cat conftest.in >> conftest.h
7253 if cmp -s $ac_file conftest.h 2>/dev/null; then
7254 echo "$ac_file is unchanged"
7257 # Remove last slash and all that follows it. Not all systems have dirname.
7258 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
7259 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
7260 # The file is in a subdirectory.
7261 test ! -d "$ac_dir" && mkdir "$ac_dir"
7264 mv conftest.h $ac_file
7269 cat >> $CONFIG_STATUS <<EOF
7272 cat >> $CONFIG_STATUS <<\EOF
7273 ./setup/general/createall
7276 chmod +x $CONFIG_STATUS
7277 rm -fr confdefs* $ac_clean_files
7278 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
7282 mv ${OSTYPE}.system.cache.tmp ${OSTYPE}.system.cache