]> git.saurik.com Git - wxWidgets.git/blame - install/gtk/configure
added SetRecordDefaults() and IsRecordingDefaults() methods
[wxWidgets.git] / install / gtk / configure
CommitLineData
c801d85f
KB
1#! /bin/sh
2
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.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14ac_help="$ac_help
15 --with-x use the X Window System"
bdc6fff9
GL
16ac_help="$ac_help
17 --without-threads Force disabling threads "
c801d85f
KB
18ac_help="$ac_help
19**--with-shared create shared libraries"
20ac_help="$ac_help
c0392997 21**--with-optimise create optimised code"
c801d85f 22ac_help="$ac_help
4acbf245 23**--with-debug_flag create code with WXDEBUG define set to 1"
c801d85f
KB
24ac_help="$ac_help
25**--with-debug_info create code with debuging information included"
26ac_help="$ac_help
27**--with-mem_traing create code with memory tracing"
28ac_help="$ac_help
29**--with-profile create code with profiling information included"
30ac_help="$ac_help
cf447356 31**--with-zlib use zlib (LZW comression)"
c801d85f 32ac_help="$ac_help
cf447356 33**--with-gdk_imlib use Raster's gdk_imlib (Image library)"
c801d85f 34ac_help="$ac_help
cf447356 35**--with-libpng use libpng (PNG image format)"
c801d85f 36ac_help="$ac_help
cf447356 37**--with-opengl use opengl (OpenGL or Mesa)"
c801d85f 38ac_help="$ac_help
595bcfe9 39**--with_apple_ieee use the Apple IEEE codec"
c801d85f 40ac_help="$ac_help
cf447356
GL
41**--with-storable use storable classes"
42ac_help="$ac_help
43**--with-autotrans use gettext automatic translation"
c801d85f
KB
44ac_help="$ac_help
45**--with-afmfonts use Adobe Font Metric Font table"
46ac_help="$ac_help
47**--with-PS-normalized use normalized PS fonts"
48ac_help="$ac_help
49**--with-rpc use RPC"
50ac_help="$ac_help
51**--with-wxresources use wxresources"
52ac_help="$ac_help
53**--with-prologio use prologio"
54ac_help="$ac_help
55**--with-postscript use postscript-device-context"
56ac_help="$ac_help
53b28675
RR
57**--with-wxconfig use wxconfig"
58ac_help="$ac_help
c801d85f
KB
59**--with-metafile use metafile"
60ac_help="$ac_help
61**--with-form use form"
62ac_help="$ac_help
63**--with-help use help"
64ac_help="$ac_help
65**--with-ipc use ipc"
66ac_help="$ac_help
67**--with-enhanceddialog use enhanced dialog"
68ac_help="$ac_help
69**--with-resources use resources"
70ac_help="$ac_help
71**--with-clipboard use clipboard"
72ac_help="$ac_help
73**--with-timedate use timedate"
74ac_help="$ac_help
75**--with-fraction use fraction"
76ac_help="$ac_help
77**--with-constraints use constraints"
78ac_help="$ac_help
79**--with-toolbar use toolbar"
80ac_help="$ac_help
81**--with-gauge use gauge"
82ac_help="$ac_help
83**--with-vlbox use virtual list box"
84ac_help="$ac_help
85**--with-scrollbar use scrollbar"
86ac_help="$ac_help
87**--with-docview use document view architecture"
88ac_help="$ac_help
89**--with-printarch use printing architecture"
90ac_help="$ac_help
91**--with-typetree use typetree"
92ac_help="$ac_help
93**--with-wxgraph use wxgraph"
94ac_help="$ac_help
95**--with-wxtree use wxtree"
96ac_help="$ac_help
97 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
98ac_help="$ac_help
99 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
100
101# Initialize some variables set by options.
102# The variables have the same names as the options, with
103# dashes changed to underlines.
104build=NONE
105cache_file=./config.cache
106exec_prefix=NONE
107host=NONE
108no_create=
109nonopt=NONE
110no_recursion=
111prefix=NONE
112program_prefix=NONE
113program_suffix=NONE
114program_transform_name=s,x,x,
115silent=
116site=
117srcdir=
118target=NONE
119verbose=
120x_includes=NONE
121x_libraries=NONE
122bindir='${exec_prefix}/bin'
123sbindir='${exec_prefix}/sbin'
124libexecdir='${exec_prefix}/libexec'
125datadir='${prefix}/share'
126sysconfdir='${prefix}/etc'
127sharedstatedir='${prefix}/com'
128localstatedir='${prefix}/var'
129libdir='${exec_prefix}/lib'
130includedir='${prefix}/include'
131oldincludedir='/usr/include'
132infodir='${prefix}/info'
133mandir='${prefix}/man'
134
135# Initialize some other variables.
136subdirs=
137MFLAGS= MAKEFLAGS=
138# Maximum number of lines to put in a shell here document.
139ac_max_here_lines=12
140
141ac_prev=
142for ac_option
143do
144
145 # If the previous option needs an argument, assign it.
146 if test -n "$ac_prev"; then
147 eval "$ac_prev=\$ac_option"
148 ac_prev=
149 continue
150 fi
151
152 case "$ac_option" in
153 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
154 *) ac_optarg= ;;
155 esac
156
157 # Accept the important Cygnus configure options, so we can diagnose typos.
158
159 case "$ac_option" in
160
161 -bindir | --bindir | --bindi | --bind | --bin | --bi)
162 ac_prev=bindir ;;
163 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
164 bindir="$ac_optarg" ;;
165
166 -build | --build | --buil | --bui | --bu)
167 ac_prev=build ;;
168 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
169 build="$ac_optarg" ;;
170
171 -cache-file | --cache-file | --cache-fil | --cache-fi \
172 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
173 ac_prev=cache_file ;;
174 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
175 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
176 cache_file="$ac_optarg" ;;
177
178 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
179 ac_prev=datadir ;;
180 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
181 | --da=*)
182 datadir="$ac_optarg" ;;
183
184 -disable-* | --disable-*)
185 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
186 # Reject names that are not valid shell variable names.
187 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
188 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
189 fi
190 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
191 eval "enable_${ac_feature}=no" ;;
192
193 -enable-* | --enable-*)
194 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
195 # Reject names that are not valid shell variable names.
196 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
197 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
198 fi
199 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
200 case "$ac_option" in
201 *=*) ;;
202 *) ac_optarg=yes ;;
203 esac
204 eval "enable_${ac_feature}='$ac_optarg'" ;;
205
206 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
207 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
208 | --exec | --exe | --ex)
209 ac_prev=exec_prefix ;;
210 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
211 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
212 | --exec=* | --exe=* | --ex=*)
213 exec_prefix="$ac_optarg" ;;
214
215 -gas | --gas | --ga | --g)
216 # Obsolete; use --with-gas.
217 with_gas=yes ;;
218
219 -help | --help | --hel | --he)
220 # Omit some internal or obsolete options to make the list less imposing.
221 # This message is too long to be a string in the A/UX 3.1 sh.
222 cat << EOF
223Usage: configure [options] [host]
224Options: [defaults in brackets after descriptions]
225Configuration:
226 --cache-file=FILE cache test results in FILE
227 --help print this message
228 --no-create do not create output files
229 --quiet, --silent do not print \`checking...' messages
230 --version print the version of autoconf that created configure
231Directory and file names:
232 --prefix=PREFIX install architecture-independent files in PREFIX
233 [$ac_default_prefix]
234 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
235 [same as prefix]
236 --bindir=DIR user executables in DIR [EPREFIX/bin]
237 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
238 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
239 --datadir=DIR read-only architecture-independent data in DIR
240 [PREFIX/share]
241 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
242 --sharedstatedir=DIR modifiable architecture-independent data in DIR
243 [PREFIX/com]
244 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
245 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
246 --includedir=DIR C header files in DIR [PREFIX/include]
247 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
248 --infodir=DIR info documentation in DIR [PREFIX/info]
249 --mandir=DIR man documentation in DIR [PREFIX/man]
250 --srcdir=DIR find the sources in DIR [configure dir or ..]
251 --program-prefix=PREFIX prepend PREFIX to installed program names
252 --program-suffix=SUFFIX append SUFFIX to installed program names
253 --program-transform-name=PROGRAM
254 run sed PROGRAM on installed program names
255EOF
256 cat << EOF
257Host type:
258 --build=BUILD configure for building on BUILD [BUILD=HOST]
259 --host=HOST configure for HOST [guessed]
260 --target=TARGET configure for TARGET [TARGET=HOST]
261Features and packages:
262 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
263 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
264 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
265 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
266 --x-includes=DIR X include files are in DIR
267 --x-libraries=DIR X library files are in DIR
268EOF
269 if test -n "$ac_help"; then
270 echo "--enable and --with options recognized:$ac_help"
271 fi
272 exit 0 ;;
273
274 -host | --host | --hos | --ho)
275 ac_prev=host ;;
276 -host=* | --host=* | --hos=* | --ho=*)
277 host="$ac_optarg" ;;
278
279 -includedir | --includedir | --includedi | --included | --include \
280 | --includ | --inclu | --incl | --inc)
281 ac_prev=includedir ;;
282 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
283 | --includ=* | --inclu=* | --incl=* | --inc=*)
284 includedir="$ac_optarg" ;;
285
286 -infodir | --infodir | --infodi | --infod | --info | --inf)
287 ac_prev=infodir ;;
288 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
289 infodir="$ac_optarg" ;;
290
291 -libdir | --libdir | --libdi | --libd)
292 ac_prev=libdir ;;
293 -libdir=* | --libdir=* | --libdi=* | --libd=*)
294 libdir="$ac_optarg" ;;
295
296 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
297 | --libexe | --libex | --libe)
298 ac_prev=libexecdir ;;
299 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
300 | --libexe=* | --libex=* | --libe=*)
301 libexecdir="$ac_optarg" ;;
302
303 -localstatedir | --localstatedir | --localstatedi | --localstated \
304 | --localstate | --localstat | --localsta | --localst \
305 | --locals | --local | --loca | --loc | --lo)
306 ac_prev=localstatedir ;;
307 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
308 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
309 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
310 localstatedir="$ac_optarg" ;;
311
312 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
313 ac_prev=mandir ;;
314 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
315 mandir="$ac_optarg" ;;
316
317 -nfp | --nfp | --nf)
318 # Obsolete; use --without-fp.
319 with_fp=no ;;
320
321 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
322 | --no-cr | --no-c)
323 no_create=yes ;;
324
325 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
326 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
327 no_recursion=yes ;;
328
329 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
330 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
331 | --oldin | --oldi | --old | --ol | --o)
332 ac_prev=oldincludedir ;;
333 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
334 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
335 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
336 oldincludedir="$ac_optarg" ;;
337
338 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
339 ac_prev=prefix ;;
340 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
341 prefix="$ac_optarg" ;;
342
343 -program-prefix | --program-prefix | --program-prefi | --program-pref \
344 | --program-pre | --program-pr | --program-p)
345 ac_prev=program_prefix ;;
346 -program-prefix=* | --program-prefix=* | --program-prefi=* \
347 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
348 program_prefix="$ac_optarg" ;;
349
350 -program-suffix | --program-suffix | --program-suffi | --program-suff \
351 | --program-suf | --program-su | --program-s)
352 ac_prev=program_suffix ;;
353 -program-suffix=* | --program-suffix=* | --program-suffi=* \
354 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
355 program_suffix="$ac_optarg" ;;
356
357 -program-transform-name | --program-transform-name \
358 | --program-transform-nam | --program-transform-na \
359 | --program-transform-n | --program-transform- \
360 | --program-transform | --program-transfor \
361 | --program-transfo | --program-transf \
362 | --program-trans | --program-tran \
363 | --progr-tra | --program-tr | --program-t)
364 ac_prev=program_transform_name ;;
365 -program-transform-name=* | --program-transform-name=* \
366 | --program-transform-nam=* | --program-transform-na=* \
367 | --program-transform-n=* | --program-transform-=* \
368 | --program-transform=* | --program-transfor=* \
369 | --program-transfo=* | --program-transf=* \
370 | --program-trans=* | --program-tran=* \
371 | --progr-tra=* | --program-tr=* | --program-t=*)
372 program_transform_name="$ac_optarg" ;;
373
374 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
375 | -silent | --silent | --silen | --sile | --sil)
376 silent=yes ;;
377
378 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
379 ac_prev=sbindir ;;
380 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
381 | --sbi=* | --sb=*)
382 sbindir="$ac_optarg" ;;
383
384 -sharedstatedir | --sharedstatedir | --sharedstatedi \
385 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
386 | --sharedst | --shareds | --shared | --share | --shar \
387 | --sha | --sh)
388 ac_prev=sharedstatedir ;;
389 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
390 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
391 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
392 | --sha=* | --sh=*)
393 sharedstatedir="$ac_optarg" ;;
394
395 -site | --site | --sit)
396 ac_prev=site ;;
397 -site=* | --site=* | --sit=*)
398 site="$ac_optarg" ;;
399
400 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
401 ac_prev=srcdir ;;
402 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
403 srcdir="$ac_optarg" ;;
404
405 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
406 | --syscon | --sysco | --sysc | --sys | --sy)
407 ac_prev=sysconfdir ;;
408 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
409 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
410 sysconfdir="$ac_optarg" ;;
411
412 -target | --target | --targe | --targ | --tar | --ta | --t)
413 ac_prev=target ;;
414 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
415 target="$ac_optarg" ;;
416
417 -v | -verbose | --verbose | --verbos | --verbo | --verb)
418 verbose=yes ;;
419
420 -version | --version | --versio | --versi | --vers)
421 echo "configure generated by autoconf version 2.12"
422 exit 0 ;;
423
424 -with-* | --with-*)
425 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
426 # Reject names that are not valid shell variable names.
427 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
428 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
429 fi
430 ac_package=`echo $ac_package| sed 's/-/_/g'`
431 case "$ac_option" in
432 *=*) ;;
433 *) ac_optarg=yes ;;
434 esac
435 eval "with_${ac_package}='$ac_optarg'" ;;
436
437 -without-* | --without-*)
438 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
439 # Reject names that are not valid shell variable names.
440 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
441 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
442 fi
443 ac_package=`echo $ac_package| sed 's/-/_/g'`
444 eval "with_${ac_package}=no" ;;
445
446 --x)
447 # Obsolete; use --with-x.
448 with_x=yes ;;
449
450 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
451 | --x-incl | --x-inc | --x-in | --x-i)
452 ac_prev=x_includes ;;
453 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
454 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
455 x_includes="$ac_optarg" ;;
456
457 -x-libraries | --x-libraries | --x-librarie | --x-librari \
458 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
459 ac_prev=x_libraries ;;
460 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
461 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
462 x_libraries="$ac_optarg" ;;
463
464 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
465 ;;
466
467 *)
468 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
469 echo "configure: warning: $ac_option: invalid host type" 1>&2
470 fi
471 if test "x$nonopt" != xNONE; then
472 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
473 fi
474 nonopt="$ac_option"
475 ;;
476
477 esac
478done
479
480if test -n "$ac_prev"; then
481 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
482fi
483
484trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
485
486# File descriptor usage:
487# 0 standard input
488# 1 file creation
489# 2 errors and warnings
490# 3 some systems may open it to /dev/tty
491# 4 used on the Kubota Titan
492# 6 checking for... messages and results
493# 5 compiler messages saved in config.log
494if test "$silent" = yes; then
495 exec 6>/dev/null
496else
497 exec 6>&1
498fi
499exec 5>./config.log
500
501echo "\
502This file contains any messages produced by compilers while
503running configure, to aid debugging if configure makes a mistake.
504" 1>&5
505
506# Strip out --no-create and --no-recursion so they do not pile up.
507# Also quote any args containing shell metacharacters.
508ac_configure_args=
509for ac_arg
510do
511 case "$ac_arg" in
512 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
513 | --no-cr | --no-c) ;;
514 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
515 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
516 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
517 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
518 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
519 esac
520done
521
522# NLS nuisances.
523# Only set these to C if already set. These must not be set unconditionally
524# because not all systems understand e.g. LANG=C (notably SCO).
525# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
526# Non-C LC_CTYPE values break the ctype check.
527if test "${LANG+set}" = set; then LANG=C; export LANG; fi
528if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
529if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
530if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
531
532# confdefs.h avoids OS command line length limits that DEFS can exceed.
533rm -rf conftest* confdefs.h
534# AIX cpp loses on an empty file, so make sure it contains at least a newline.
535echo > confdefs.h
536
537# A filename unique to this package, relative to the directory that
538# configure is in, which we can look for to find out if srcdir is correct.
539ac_unique_file=configure.in
540
541# Find the source files, if location was not specified.
542if test -z "$srcdir"; then
543 ac_srcdir_defaulted=yes
544 # Try the directory containing this script, then its parent.
545 ac_prog=$0
546 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
547 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
548 srcdir=$ac_confdir
549 if test ! -r $srcdir/$ac_unique_file; then
550 srcdir=..
551 fi
552else
553 ac_srcdir_defaulted=no
554fi
555if test ! -r $srcdir/$ac_unique_file; then
556 if test "$ac_srcdir_defaulted" = yes; then
557 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
558 else
559 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
560 fi
561fi
562srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
563
564# Prefer explicitly selected file to automatically selected ones.
565if test -z "$CONFIG_SITE"; then
566 if test "x$prefix" != xNONE; then
567 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
568 else
569 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
570 fi
571fi
572for ac_site_file in $CONFIG_SITE; do
573 if test -r "$ac_site_file"; then
574 echo "loading site script $ac_site_file"
575 . "$ac_site_file"
576 fi
577done
578
579if test -r "$cache_file"; then
580 echo "loading cache $cache_file"
581 . $cache_file
582else
583 echo "creating cache $cache_file"
584 > $cache_file
585fi
586
587ac_ext=c
588# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
589ac_cpp='$CPP $CPPFLAGS'
590ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
591ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
592cross_compiling=$ac_cv_prog_cc_cross
593
594if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
595 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
596 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
597 ac_n= ac_c='
598' ac_t=' '
599 else
600 ac_n=-n ac_c= ac_t=
601 fi
602else
603 ac_n= ac_c='\c' ac_t=
604fi
605
606
607
608
609OS="${OSTYPE}"
610
611if test "x$OS" = "x"; then
612 UNAME=`uname`
613 { echo "configure: error: "The system variable OS has not been set"
614 "please set is everytime befor compiling on this system"
615 "A good example for this system would be:"
616 "setenv OSTYPE $UNAME for csh as a SHELL"
617 "EXPORT OSTYPE=$UNAME for sh as SHELL"
618 "please set this and restart again."
619 " 1>&2; exit 1; }
620fi
621
622
abe1d62e 623cd ../..
c801d85f 624WXBASEDIR=`pwd`
abe1d62e 625cd install/gtk
c801d85f
KB
626
627
628
629SEARCH_INCLUDE="\
630 /usr/Motif1.2/include \
631 \
632 /usr/X11R6/include \
633 /usr/X11R5/include \
634 /usr/X11R4/include \
635 \
636 /usr/include/X11R6 \
637 /usr/include/X11R5 \
638 /usr/include/X11R4 \
639 \
640 /usr/local/X11R6/include \
641 /usr/local/X11R5/include \
642 /usr/local/X11R4/include \
643 \
644 /usr/local/include/X11R6 \
645 /usr/local/include/X11R5 \
646 /usr/local/include/X11R4 \
647 \
648 /usr/X11/include \
649 /usr/include/X11 \
650 /usr/local/X11/include \
651 /usr/local/include/X11 \
652 \
653 /usr/X386/include \
654 /usr/x386/include \
655 /usr/XFree86/include/X11 \
656 \
657 /usr/include \
658 /usr/local/include \
659 /usr/local/include/gtk \
660 /usr/unsupported/include \
661 /usr/athena/include \
662 /usr/local/x11r5/include \
663 /usr/lpp/Xamples/include \
664 \
665 /usr/openwin/include \
666 /usr/openwin/share/include \
667 "
668
669SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` \
670 "
671
672
673
674# Extract the first word of "gcc", so it can be a program name with args.
675set dummy gcc; ac_word=$2
676echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7a4b9130 677echo "configure:678: checking for $ac_word" >&5
c801d85f
KB
678if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
679 echo $ac_n "(cached) $ac_c" 1>&6
680else
681 if test -n "$CC"; then
682 ac_cv_prog_CC="$CC" # Let the user override the test.
683else
684 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
685 for ac_dir in $PATH; do
686 test -z "$ac_dir" && ac_dir=.
687 if test -f $ac_dir/$ac_word; then
688 ac_cv_prog_CC="gcc"
689 break
690 fi
691 done
692 IFS="$ac_save_ifs"
693fi
694fi
695CC="$ac_cv_prog_CC"
696if test -n "$CC"; then
697 echo "$ac_t""$CC" 1>&6
698else
699 echo "$ac_t""no" 1>&6
700fi
701
702if test -z "$CC"; then
703 # Extract the first word of "cc", so it can be a program name with args.
704set dummy cc; ac_word=$2
705echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7a4b9130 706echo "configure:707: checking for $ac_word" >&5
c801d85f
KB
707if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
708 echo $ac_n "(cached) $ac_c" 1>&6
709else
710 if test -n "$CC"; then
711 ac_cv_prog_CC="$CC" # Let the user override the test.
712else
713 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
714 ac_prog_rejected=no
715 for ac_dir in $PATH; do
716 test -z "$ac_dir" && ac_dir=.
717 if test -f $ac_dir/$ac_word; then
718 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
719 ac_prog_rejected=yes
720 continue
721 fi
722 ac_cv_prog_CC="cc"
723 break
724 fi
725 done
726 IFS="$ac_save_ifs"
727if test $ac_prog_rejected = yes; then
728 # We found a bogon in the path, so make sure we never use it.
729 set dummy $ac_cv_prog_CC
730 shift
731 if test $# -gt 0; then
732 # We chose a different compiler from the bogus one.
733 # However, it has the same basename, so the bogon will be chosen
734 # first if we set CC to just the basename; use the full file name.
735 shift
736 set dummy "$ac_dir/$ac_word" "$@"
737 shift
738 ac_cv_prog_CC="$@"
739 fi
740fi
741fi
742fi
743CC="$ac_cv_prog_CC"
744if test -n "$CC"; then
745 echo "$ac_t""$CC" 1>&6
746else
747 echo "$ac_t""no" 1>&6
748fi
749
750 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
751fi
752
753echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
7a4b9130 754echo "configure:755: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
c801d85f
KB
755
756ac_ext=c
757# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
758ac_cpp='$CPP $CPPFLAGS'
759ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
760ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
761cross_compiling=$ac_cv_prog_cc_cross
762
763cat > conftest.$ac_ext <<EOF
7a4b9130 764#line 765 "configure"
c801d85f
KB
765#include "confdefs.h"
766main(){return(0);}
767EOF
7a4b9130 768if { (eval echo configure:769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
769 ac_cv_prog_cc_works=yes
770 # If we can't run a trivial program, we are probably using a cross compiler.
771 if (./conftest; exit) 2>/dev/null; then
772 ac_cv_prog_cc_cross=no
773 else
774 ac_cv_prog_cc_cross=yes
775 fi
776else
777 echo "configure: failed program was:" >&5
778 cat conftest.$ac_ext >&5
779 ac_cv_prog_cc_works=no
780fi
781rm -fr conftest*
782
783echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
784if test $ac_cv_prog_cc_works = no; then
785 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
786fi
787echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
7a4b9130 788echo "configure:789: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
c801d85f
KB
789echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
790cross_compiling=$ac_cv_prog_cc_cross
791
792echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
7a4b9130 793echo "configure:794: checking whether we are using GNU C" >&5
c801d85f
KB
794if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
795 echo $ac_n "(cached) $ac_c" 1>&6
796else
797 cat > conftest.c <<EOF
798#ifdef __GNUC__
799 yes;
800#endif
801EOF
7a4b9130 802if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:803: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
c801d85f
KB
803 ac_cv_prog_gcc=yes
804else
805 ac_cv_prog_gcc=no
806fi
807fi
808
809echo "$ac_t""$ac_cv_prog_gcc" 1>&6
810
811if test $ac_cv_prog_gcc = yes; then
812 GCC=yes
813 ac_test_CFLAGS="${CFLAGS+set}"
814 ac_save_CFLAGS="$CFLAGS"
815 CFLAGS=
816 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
7a4b9130 817echo "configure:818: checking whether ${CC-cc} accepts -g" >&5
c801d85f
KB
818if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
819 echo $ac_n "(cached) $ac_c" 1>&6
820else
821 echo 'void f(){}' > conftest.c
822if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
823 ac_cv_prog_cc_g=yes
824else
825 ac_cv_prog_cc_g=no
826fi
827rm -f conftest*
828
829fi
830
831echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
832 if test "$ac_test_CFLAGS" = set; then
833 CFLAGS="$ac_save_CFLAGS"
834 elif test $ac_cv_prog_cc_g = yes; then
835 CFLAGS="-g -O2"
836 else
837 CFLAGS="-O2"
838 fi
839else
840 GCC=
841 test "${CFLAGS+set}" = set || CFLAGS="-g"
842fi
843
844
845CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
846
847if test "x$CC" != xcc; then
848 echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
7a4b9130 849echo "configure:850: checking whether $CC and cc understand -c and -o together" >&5
c801d85f
KB
850else
851 echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
7a4b9130 852echo "configure:853: checking whether cc understands -c and -o together" >&5
c801d85f
KB
853fi
854set dummy $CC; ac_cc="`echo $2 |
855 sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
856if eval "test \"`echo '$''{'ac_cv_prog_cc_${ac_cc}_c_o'+set}'`\" = set"; then
857 echo $ac_n "(cached) $ac_c" 1>&6
858else
859 echo 'foo(){}' > conftest.c
860# Make sure it works both with $CC and with simple cc.
861# We do the test twice because some compilers refuse to overwrite an
862# existing .o file with -o, though they will create one.
863ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5'
7a4b9130
GL
864if { (eval echo configure:865: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
865 test -f conftest.o && { (eval echo configure:866: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
c801d85f
KB
866then
867 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
868 if test "x$CC" != xcc; then
869 # Test first that cc exists at all.
7a4b9130 870 if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:871: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
c801d85f 871 ac_try='cc -c conftest.c -o conftest.o 1>&5'
7a4b9130
GL
872 if { (eval echo configure:873: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
873 test -f conftest.o && { (eval echo configure:874: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
c801d85f
KB
874 then
875 # cc works too.
876 :
877 else
878 # cc exists but doesn't like -o.
879 eval ac_cv_prog_cc_${ac_cc}_c_o=no
880 fi
881 fi
882 fi
883else
884 eval ac_cv_prog_cc_${ac_cc}_c_o=no
885fi
886rm -f conftest*
887
888fi
889if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
890 echo "$ac_t""yes" 1>&6
891else
892 echo "$ac_t""no" 1>&6
893 cat >> confdefs.h <<\EOF
894#define NO_MINUS_C_MINUS_O 1
895EOF
896
897fi
898
899echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
7a4b9130 900echo "configure:901: checking how to run the C preprocessor" >&5
c801d85f
KB
901# On Suns, sometimes $CPP names a directory.
902if test -n "$CPP" && test -d "$CPP"; then
903 CPP=
904fi
905if test -z "$CPP"; then
906if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
907 echo $ac_n "(cached) $ac_c" 1>&6
908else
909 # This must be in double quotes, not single quotes, because CPP may get
910 # substituted into the Makefile and "${CC-cc}" will confuse make.
911 CPP="${CC-cc} -E"
912 # On the NeXT, cc -E runs the code through the compiler's parser,
913 # not just through cpp.
914 cat > conftest.$ac_ext <<EOF
7a4b9130 915#line 916 "configure"
c801d85f
KB
916#include "confdefs.h"
917#include <assert.h>
918Syntax Error
919EOF
920ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 921{ (eval echo configure:922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c801d85f
KB
922ac_err=`grep -v '^ *+' conftest.out`
923if test -z "$ac_err"; then
924 :
925else
926 echo "$ac_err" >&5
927 echo "configure: failed program was:" >&5
928 cat conftest.$ac_ext >&5
929 rm -rf conftest*
930 CPP="${CC-cc} -E -traditional-cpp"
931 cat > conftest.$ac_ext <<EOF
7a4b9130 932#line 933 "configure"
c801d85f
KB
933#include "confdefs.h"
934#include <assert.h>
935Syntax Error
936EOF
937ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 938{ (eval echo configure:939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c801d85f
KB
939ac_err=`grep -v '^ *+' conftest.out`
940if test -z "$ac_err"; then
941 :
942else
943 echo "$ac_err" >&5
944 echo "configure: failed program was:" >&5
945 cat conftest.$ac_ext >&5
946 rm -rf conftest*
947 CPP=/lib/cpp
948fi
949rm -f conftest*
950fi
951rm -f conftest*
952 ac_cv_prog_CPP="$CPP"
953fi
954 CPP="$ac_cv_prog_CPP"
955else
956 ac_cv_prog_CPP="$CPP"
957fi
958echo "$ac_t""$CPP" 1>&6
959
960if test $ac_cv_prog_gcc = yes; then
961 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
7a4b9130 962echo "configure:963: checking whether ${CC-cc} needs -traditional" >&5
c801d85f
KB
963if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
964 echo $ac_n "(cached) $ac_c" 1>&6
965else
966 ac_pattern="Autoconf.*'x'"
967 cat > conftest.$ac_ext <<EOF
7a4b9130 968#line 969 "configure"
c801d85f
KB
969#include "confdefs.h"
970#include <sgtty.h>
971Autoconf TIOCGETP
972EOF
973if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
974 egrep "$ac_pattern" >/dev/null 2>&1; then
975 rm -rf conftest*
976 ac_cv_prog_gcc_traditional=yes
977else
978 rm -rf conftest*
979 ac_cv_prog_gcc_traditional=no
980fi
981rm -f conftest*
982
983
984 if test $ac_cv_prog_gcc_traditional = no; then
985 cat > conftest.$ac_ext <<EOF
7a4b9130 986#line 987 "configure"
c801d85f
KB
987#include "confdefs.h"
988#include <termio.h>
989Autoconf TCGETA
990EOF
991if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
992 egrep "$ac_pattern" >/dev/null 2>&1; then
993 rm -rf conftest*
994 ac_cv_prog_gcc_traditional=yes
995fi
996rm -f conftest*
997
998 fi
999fi
1000
1001echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
1002 if test $ac_cv_prog_gcc_traditional = yes; then
1003 CC="$CC -traditional"
1004 fi
1005fi
1006
1007
1008
1009
1010for ac_prog in $CCC c++ g++ gcc CC cxx cc++
1011do
1012# Extract the first word of "$ac_prog", so it can be a program name with args.
1013set dummy $ac_prog; ac_word=$2
1014echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7a4b9130 1015echo "configure:1016: checking for $ac_word" >&5
c801d85f
KB
1016if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1017 echo $ac_n "(cached) $ac_c" 1>&6
1018else
1019 if test -n "$CXX"; then
1020 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1021else
1022 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1023 for ac_dir in $PATH; do
1024 test -z "$ac_dir" && ac_dir=.
1025 if test -f $ac_dir/$ac_word; then
1026 ac_cv_prog_CXX="$ac_prog"
1027 break
1028 fi
1029 done
1030 IFS="$ac_save_ifs"
1031fi
1032fi
1033CXX="$ac_cv_prog_CXX"
1034if test -n "$CXX"; then
1035 echo "$ac_t""$CXX" 1>&6
1036else
1037 echo "$ac_t""no" 1>&6
1038fi
1039
1040test -n "$CXX" && break
1041done
1042test -n "$CXX" || CXX="gcc"
1043
1044
1045echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
7a4b9130 1046echo "configure:1047: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
c801d85f
KB
1047
1048ac_ext=C
1049# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1050ac_cpp='$CXXCPP $CPPFLAGS'
1051ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1052ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1053cross_compiling=$ac_cv_prog_cxx_cross
1054
1055cat > conftest.$ac_ext <<EOF
7a4b9130 1056#line 1057 "configure"
c801d85f
KB
1057#include "confdefs.h"
1058main(){return(0);}
1059EOF
7a4b9130 1060if { (eval echo configure:1061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
1061 ac_cv_prog_cxx_works=yes
1062 # If we can't run a trivial program, we are probably using a cross compiler.
1063 if (./conftest; exit) 2>/dev/null; then
1064 ac_cv_prog_cxx_cross=no
1065 else
1066 ac_cv_prog_cxx_cross=yes
1067 fi
1068else
1069 echo "configure: failed program was:" >&5
1070 cat conftest.$ac_ext >&5
1071 ac_cv_prog_cxx_works=no
1072fi
1073rm -fr conftest*
1074ac_ext=c
1075# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1076ac_cpp='$CPP $CPPFLAGS'
1077ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1078ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1079cross_compiling=$ac_cv_prog_cc_cross
1080
1081echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
1082if test $ac_cv_prog_cxx_works = no; then
1083 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1084fi
1085echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
7a4b9130 1086echo "configure:1087: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
c801d85f
KB
1087echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1088cross_compiling=$ac_cv_prog_cxx_cross
1089
1090echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
7a4b9130 1091echo "configure:1092: checking whether we are using GNU C++" >&5
c801d85f
KB
1092if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1093 echo $ac_n "(cached) $ac_c" 1>&6
1094else
1095 cat > conftest.C <<EOF
1096#ifdef __GNUC__
1097 yes;
1098#endif
1099EOF
7a4b9130 1100if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1101: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
c801d85f
KB
1101 ac_cv_prog_gxx=yes
1102else
1103 ac_cv_prog_gxx=no
1104fi
1105fi
1106
1107echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1108
1109if test $ac_cv_prog_gxx = yes; then
1110 GXX=yes
1111 ac_test_CXXFLAGS="${CXXFLAGS+set}"
1112 ac_save_CXXFLAGS="$CXXFLAGS"
1113 CXXFLAGS=
1114 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
7a4b9130 1115echo "configure:1116: checking whether ${CXX-g++} accepts -g" >&5
c801d85f
KB
1116if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1117 echo $ac_n "(cached) $ac_c" 1>&6
1118else
1119 echo 'void f(){}' > conftest.cc
1120if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1121 ac_cv_prog_cxx_g=yes
1122else
1123 ac_cv_prog_cxx_g=no
1124fi
1125rm -f conftest*
1126
1127fi
1128
1129echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1130 if test "$ac_test_CXXFLAGS" = set; then
1131 CXXFLAGS="$ac_save_CXXFLAGS"
1132 elif test $ac_cv_prog_cxx_g = yes; then
1133 CXXFLAGS="-g -O2"
1134 else
1135 CXXFLAGS="-O2"
1136 fi
1137else
1138 GXX=
1139 test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
1140fi
1141
1142echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
7a4b9130 1143echo "configure:1144: checking how to run the C++ preprocessor" >&5
c801d85f
KB
1144if test -z "$CXXCPP"; then
1145if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
1146 echo $ac_n "(cached) $ac_c" 1>&6
1147else
1148 ac_ext=C
1149# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1150ac_cpp='$CXXCPP $CPPFLAGS'
1151ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1152ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1153cross_compiling=$ac_cv_prog_cxx_cross
1154 CXXCPP="${CXX-g++} -E"
1155 cat > conftest.$ac_ext <<EOF
7a4b9130 1156#line 1157 "configure"
c801d85f
KB
1157#include "confdefs.h"
1158#include <stdlib.h>
1159EOF
1160ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 1161{ (eval echo configure:1162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c801d85f
KB
1162ac_err=`grep -v '^ *+' conftest.out`
1163if test -z "$ac_err"; then
1164 :
1165else
1166 echo "$ac_err" >&5
1167 echo "configure: failed program was:" >&5
1168 cat conftest.$ac_ext >&5
1169 rm -rf conftest*
1170 CXXCPP=/lib/cpp
1171fi
1172rm -f conftest*
1173 ac_cv_prog_CXXCPP="$CXXCPP"
1174ac_ext=c
1175# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1176ac_cpp='$CPP $CPPFLAGS'
1177ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1178ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1179cross_compiling=$ac_cv_prog_cc_cross
1180fi
1181fi
1182CXXCPP="$ac_cv_prog_CXXCPP"
1183echo "$ac_t""$CXXCPP" 1>&6
1184
1185
1186CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
1187
1188
1189
1190# Extract the first word of "ranlib", so it can be a program name with args.
1191set dummy ranlib; ac_word=$2
1192echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7a4b9130 1193echo "configure:1194: checking for $ac_word" >&5
c801d85f
KB
1194if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1195 echo $ac_n "(cached) $ac_c" 1>&6
1196else
1197 if test -n "$RANLIB"; then
1198 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1199else
1200 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1201 for ac_dir in $PATH; do
1202 test -z "$ac_dir" && ac_dir=.
1203 if test -f $ac_dir/$ac_word; then
1204 ac_cv_prog_RANLIB="ranlib"
1205 break
1206 fi
1207 done
1208 IFS="$ac_save_ifs"
1209 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1210fi
1211fi
1212RANLIB="$ac_cv_prog_RANLIB"
1213if test -n "$RANLIB"; then
1214 echo "$ac_t""$RANLIB" 1>&6
1215else
1216 echo "$ac_t""no" 1>&6
1217fi
1218
1219
1220# Extract the first word of "ar", so it can be a program name with args.
1221set dummy ar; ac_word=$2
1222echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7a4b9130 1223echo "configure:1224: checking for $ac_word" >&5
c801d85f
KB
1224if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1225 echo $ac_n "(cached) $ac_c" 1>&6
1226else
1227 if test -n "$AR"; then
1228 ac_cv_prog_AR="$AR" # Let the user override the test.
1229else
1230 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1231 for ac_dir in $PATH; do
1232 test -z "$ac_dir" && ac_dir=.
1233 if test -f $ac_dir/$ac_word; then
1234 ac_cv_prog_AR="ar"
1235 break
1236 fi
1237 done
1238 IFS="$ac_save_ifs"
1239 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1240fi
1241fi
1242AR="$ac_cv_prog_AR"
1243if test -n "$AR"; then
1244 echo "$ac_t""$AR" 1>&6
1245else
1246 echo "$ac_t""no" 1>&6
1247fi
1248
1249
1250ac_aux_dir=
1251for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1252 if test -f $ac_dir/install-sh; then
1253 ac_aux_dir=$ac_dir
1254 ac_install_sh="$ac_aux_dir/install-sh -c"
1255 break
1256 elif test -f $ac_dir/install.sh; then
1257 ac_aux_dir=$ac_dir
1258 ac_install_sh="$ac_aux_dir/install.sh -c"
1259 break
1260 fi
1261done
1262if test -z "$ac_aux_dir"; then
1263 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
1264fi
1265ac_config_guess=$ac_aux_dir/config.guess
1266ac_config_sub=$ac_aux_dir/config.sub
1267ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
1268
1269# Find a good install program. We prefer a C program (faster),
1270# so one script is as good as another. But avoid the broken or
1271# incompatible versions:
1272# SysV /etc/install, /usr/sbin/install
1273# SunOS /usr/etc/install
1274# IRIX /sbin/install
1275# AIX /bin/install
1276# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1277# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1278# ./install, which can be erroneously created by make from ./install.sh.
1279echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
7a4b9130 1280echo "configure:1281: checking for a BSD compatible install" >&5
c801d85f
KB
1281if test -z "$INSTALL"; then
1282if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1283 echo $ac_n "(cached) $ac_c" 1>&6
1284else
1285 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
1286 for ac_dir in $PATH; do
1287 # Account for people who put trailing slashes in PATH elements.
1288 case "$ac_dir/" in
1289 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1290 *)
1291 # OSF1 and SCO ODT 3.0 have their own names for install.
1292 for ac_prog in ginstall installbsd scoinst install; do
1293 if test -f $ac_dir/$ac_prog; then
1294 if test $ac_prog = install &&
1295 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1296 # AIX install. It has an incompatible calling convention.
1297 # OSF/1 installbsd also uses dspmsg, but is usable.
1298 :
1299 else
1300 ac_cv_path_install="$ac_dir/$ac_prog -c"
1301 break 2
1302 fi
1303 fi
1304 done
1305 ;;
1306 esac
1307 done
1308 IFS="$ac_save_IFS"
1309
1310fi
1311 if test "${ac_cv_path_install+set}" = set; then
1312 INSTALL="$ac_cv_path_install"
1313 else
1314 # As a last resort, use the slow shell script. We don't cache a
1315 # path for INSTALL within a source directory, because that will
1316 # break other packages using the cache if that directory is
1317 # removed, or if the path is relative.
1318 INSTALL="$ac_install_sh"
1319 fi
1320fi
1321echo "$ac_t""$INSTALL" 1>&6
1322
1323# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1324# It thinks the first close brace ends the variable substitution.
1325test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1326
1327test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1328
1329
1330echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
7a4b9130 1331echo "configure:1332: checking whether ln -s works" >&5
c801d85f
KB
1332if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1333 echo $ac_n "(cached) $ac_c" 1>&6
1334else
1335 rm -f conftestdata
1336if ln -s X conftestdata 2>/dev/null
1337then
1338 rm -f conftestdata
1339 ac_cv_prog_LN_S="ln -s"
1340else
1341 ac_cv_prog_LN_S=ln
1342fi
1343fi
1344LN_S="$ac_cv_prog_LN_S"
1345if test "$ac_cv_prog_LN_S" = "ln -s"; then
1346 echo "$ac_t""yes" 1>&6
1347else
1348 echo "$ac_t""no" 1>&6
1349fi
1350
1351
1352for ac_prog in mawk gawk nawk awk
1353do
1354# Extract the first word of "$ac_prog", so it can be a program name with args.
1355set dummy $ac_prog; ac_word=$2
1356echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7a4b9130 1357echo "configure:1358: checking for $ac_word" >&5
c801d85f
KB
1358if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
1359 echo $ac_n "(cached) $ac_c" 1>&6
1360else
1361 if test -n "$AWK"; then
1362 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1363else
1364 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1365 for ac_dir in $PATH; do
1366 test -z "$ac_dir" && ac_dir=.
1367 if test -f $ac_dir/$ac_word; then
1368 ac_cv_prog_AWK="$ac_prog"
1369 break
1370 fi
1371 done
1372 IFS="$ac_save_ifs"
1373fi
1374fi
1375AWK="$ac_cv_prog_AWK"
1376if test -n "$AWK"; then
1377 echo "$ac_t""$AWK" 1>&6
1378else
1379 echo "$ac_t""no" 1>&6
1380fi
1381
1382test -n "$AWK" && break
1383done
1384
1385
1386echo $ac_n "checking "make for VPATH support"""... $ac_c" 1>&6
7a4b9130 1387echo "configure:1388: checking "make for VPATH support"" >&5
c801d85f
KB
1388cat - << EOF > confMake
1389check : file
1390 cp \$? \$@
1391 cp \$? final_file
1392EOF
1393
1394if test ! -d sub ; then
1395 mkdir sub
1396fi
1397echo dummy > sub/file
1398${MAKE-make} -f confMake VPATH=sub 2> config.log > /dev/null
1399RESULT=$?
1400rm -f sub/file check final_file config.log confMake
1401rmdir sub
1402if test "$RESULT" = 0; then
1403 echo "$ac_t""yes" 1>&6
1404else
1405 echo "$ac_t""no" 1>&6
1406 { echo "configure: error: You need a make-utility that is able to use the variable
1407VPATH correctly.
1408If your version of make does not support VPATH correctly" 1>&2; exit 1; }
1409fi
1410
1411
1412# If we find X, set shell vars x_includes and x_libraries to the
1413# paths, otherwise set no_x=yes.
1414# Uses ac_ vars as temps to allow command line to override cache and checks.
1415# --without-x overrides everything else, but does not touch the cache.
1416echo $ac_n "checking for X""... $ac_c" 1>&6
7a4b9130 1417echo "configure:1418: checking for X" >&5
c801d85f
KB
1418
1419# Check whether --with-x or --without-x was given.
1420if test "${with_x+set}" = set; then
1421 withval="$with_x"
1422 :
1423fi
1424
1425# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
1426if test "x$with_x" = xno; then
1427 # The user explicitly disabled X.
1428 have_x=disabled
1429else
1430 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
1431 # Both variables are already set.
1432 have_x=yes
1433 else
1434if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
1435 echo $ac_n "(cached) $ac_c" 1>&6
1436else
1437 # One or both of the vars are not set, and there is no cached value.
1438ac_x_includes=NO ac_x_libraries=NO
1439rm -fr conftestdir
1440if mkdir conftestdir; then
1441 cd conftestdir
1442 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
1443 cat > Imakefile <<'EOF'
1444acfindx:
1445 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
1446EOF
1447 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
1448 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1449 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
1450 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
1451 for ac_extension in a so sl; do
1452 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
1453 test -f $ac_im_libdir/libX11.$ac_extension; then
1454 ac_im_usrlibdir=$ac_im_libdir; break
1455 fi
1456 done
1457 # Screen out bogus values from the imake configuration. They are
1458 # bogus both because they are the default anyway, and because
1459 # using them would break gcc on systems where it needs fixed includes.
1460 case "$ac_im_incroot" in
1461 /usr/include) ;;
1462 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
1463 esac
1464 case "$ac_im_usrlibdir" in
1465 /usr/lib | /lib) ;;
1466 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
1467 esac
1468 fi
1469 cd ..
1470 rm -fr conftestdir
1471fi
1472
1473if test "$ac_x_includes" = NO; then
1474 # Guess where to find include files, by looking for this one X11 .h file.
1475 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
1476
1477 # First, try using that file with no special directory specified.
1478cat > conftest.$ac_ext <<EOF
7a4b9130 1479#line 1480 "configure"
c801d85f
KB
1480#include "confdefs.h"
1481#include <$x_direct_test_include>
1482EOF
1483ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 1484{ (eval echo configure:1485: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c801d85f
KB
1485ac_err=`grep -v '^ *+' conftest.out`
1486if test -z "$ac_err"; then
1487 rm -rf conftest*
1488 # We can compile using X headers with no special include directory.
1489ac_x_includes=
1490else
1491 echo "$ac_err" >&5
1492 echo "configure: failed program was:" >&5
1493 cat conftest.$ac_ext >&5
1494 rm -rf conftest*
1495 # Look for the header file in a standard set of common directories.
1496# Check X11 before X11Rn because it is often a symlink to the current release.
1497 for ac_dir in \
1498 /usr/X11/include \
1499 /usr/X11R6/include \
1500 /usr/X11R5/include \
1501 /usr/X11R4/include \
1502 \
1503 /usr/include/X11 \
1504 /usr/include/X11R6 \
1505 /usr/include/X11R5 \
1506 /usr/include/X11R4 \
1507 \
1508 /usr/local/X11/include \
1509 /usr/local/X11R6/include \
1510 /usr/local/X11R5/include \
1511 /usr/local/X11R4/include \
1512 \
1513 /usr/local/include/X11 \
1514 /usr/local/include/X11R6 \
1515 /usr/local/include/X11R5 \
1516 /usr/local/include/X11R4 \
1517 \
1518 /usr/X386/include \
1519 /usr/x386/include \
1520 /usr/XFree86/include/X11 \
1521 \
1522 /usr/include \
1523 /usr/local/include \
1524 /usr/unsupported/include \
1525 /usr/athena/include \
1526 /usr/local/x11r5/include \
1527 /usr/lpp/Xamples/include \
1528 \
1529 /usr/openwin/include \
1530 /usr/openwin/share/include \
1531 ; \
1532 do
1533 if test -r "$ac_dir/$x_direct_test_include"; then
1534 ac_x_includes=$ac_dir
1535 break
1536 fi
1537 done
1538fi
1539rm -f conftest*
1540fi # $ac_x_includes = NO
1541
1542if test "$ac_x_libraries" = NO; then
1543 # Check for the libraries.
1544
1545 test -z "$x_direct_test_library" && x_direct_test_library=Xt
1546 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
1547
1548 # See if we find them without any special options.
1549 # Don't add to $LIBS permanently.
1550 ac_save_LIBS="$LIBS"
1551 LIBS="-l$x_direct_test_library $LIBS"
1552cat > conftest.$ac_ext <<EOF
7a4b9130 1553#line 1554 "configure"
c801d85f
KB
1554#include "confdefs.h"
1555
1556int main() {
1557${x_direct_test_function}()
1558; return 0; }
1559EOF
7a4b9130 1560if { (eval echo configure:1561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
1561 rm -rf conftest*
1562 LIBS="$ac_save_LIBS"
1563# We can link X programs with no special library path.
1564ac_x_libraries=
1565else
1566 echo "configure: failed program was:" >&5
1567 cat conftest.$ac_ext >&5
1568 rm -rf conftest*
1569 LIBS="$ac_save_LIBS"
1570# First see if replacing the include by lib works.
1571# Check X11 before X11Rn because it is often a symlink to the current release.
1572for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
1573 /usr/X11/lib \
1574 /usr/X11R6/lib \
1575 /usr/X11R5/lib \
1576 /usr/X11R4/lib \
1577 \
1578 /usr/lib/X11 \
1579 /usr/lib/X11R6 \
1580 /usr/lib/X11R5 \
1581 /usr/lib/X11R4 \
1582 \
1583 /usr/local/X11/lib \
1584 /usr/local/X11R6/lib \
1585 /usr/local/X11R5/lib \
1586 /usr/local/X11R4/lib \
1587 \
1588 /usr/local/lib/X11 \
1589 /usr/local/lib/X11R6 \
1590 /usr/local/lib/X11R5 \
1591 /usr/local/lib/X11R4 \
1592 \
1593 /usr/X386/lib \
1594 /usr/x386/lib \
1595 /usr/XFree86/lib/X11 \
1596 \
1597 /usr/lib \
1598 /usr/local/lib \
1599 /usr/unsupported/lib \
1600 /usr/athena/lib \
1601 /usr/local/x11r5/lib \
1602 /usr/lpp/Xamples/lib \
1603 /lib/usr/lib/X11 \
1604 \
1605 /usr/openwin/lib \
1606 /usr/openwin/share/lib \
1607 ; \
1608do
1609 for ac_extension in a so sl; do
1610 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
1611 ac_x_libraries=$ac_dir
1612 break 2
1613 fi
1614 done
1615done
1616fi
1617rm -f conftest*
1618fi # $ac_x_libraries = NO
1619
1620if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
1621 # Didn't find X anywhere. Cache the known absence of X.
1622 ac_cv_have_x="have_x=no"
1623else
1624 # Record where we found X for the cache.
1625 ac_cv_have_x="have_x=yes \
1626 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
1627fi
1628fi
1629 fi
1630 eval "$ac_cv_have_x"
1631fi # $with_x != no
1632
1633if test "$have_x" != yes; then
1634 echo "$ac_t""$have_x" 1>&6
1635 no_x=yes
1636else
1637 # If each of the values was on the command line, it overrides each guess.
1638 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
1639 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
1640 # Update the cache value to reflect the command line values.
1641 ac_cv_have_x="have_x=yes \
1642 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
1643 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
1644fi
1645
1646if test "$no_x" = yes; then
1647 # Not all programs may use this symbol, but it does not hurt to define it.
1648 cat >> confdefs.h <<\EOF
1649#define X_DISPLAY_MISSING 1
1650EOF
1651
1652 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
1653else
1654 if test -n "$x_includes"; then
1655 X_CFLAGS="$X_CFLAGS -I$x_includes"
1656 fi
1657
1658 # It would also be nice to do this for all -L options, not just this one.
1659 if test -n "$x_libraries"; then
1660 X_LIBS="$X_LIBS -L$x_libraries"
1661 # For Solaris; some versions of Sun CC require a space after -R and
1662 # others require no space. Words are not sufficient . . . .
1663 case "`(uname -sr) 2>/dev/null`" in
1664 "SunOS 5"*)
1665 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
7a4b9130 1666echo "configure:1667: checking whether -R must be followed by a space" >&5
c801d85f
KB
1667 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
1668 cat > conftest.$ac_ext <<EOF
7a4b9130 1669#line 1670 "configure"
c801d85f
KB
1670#include "confdefs.h"
1671
1672int main() {
1673
1674; return 0; }
1675EOF
7a4b9130 1676if { (eval echo configure:1677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
1677 rm -rf conftest*
1678 ac_R_nospace=yes
1679else
1680 echo "configure: failed program was:" >&5
1681 cat conftest.$ac_ext >&5
1682 rm -rf conftest*
1683 ac_R_nospace=no
1684fi
1685rm -f conftest*
1686 if test $ac_R_nospace = yes; then
1687 echo "$ac_t""no" 1>&6
1688 X_LIBS="$X_LIBS -R$x_libraries"
1689 else
1690 LIBS="$ac_xsave_LIBS -R $x_libraries"
1691 cat > conftest.$ac_ext <<EOF
7a4b9130 1692#line 1693 "configure"
c801d85f
KB
1693#include "confdefs.h"
1694
1695int main() {
1696
1697; return 0; }
1698EOF
7a4b9130 1699if { (eval echo configure:1700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
1700 rm -rf conftest*
1701 ac_R_space=yes
1702else
1703 echo "configure: failed program was:" >&5
1704 cat conftest.$ac_ext >&5
1705 rm -rf conftest*
1706 ac_R_space=no
1707fi
1708rm -f conftest*
1709 if test $ac_R_space = yes; then
1710 echo "$ac_t""yes" 1>&6
1711 X_LIBS="$X_LIBS -R $x_libraries"
1712 else
1713 echo "$ac_t""neither works" 1>&6
1714 fi
1715 fi
1716 LIBS="$ac_xsave_LIBS"
1717 esac
1718 fi
1719
1720 # Check for system-dependent libraries X programs must link with.
1721 # Do this before checking for the system-independent R6 libraries
1722 # (-lICE), since we may need -lsocket or whatever for X linking.
1723
1724 if test "$ISC" = yes; then
1725 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
1726 else
1727 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
1728 # libraries were built with DECnet support. And karl@cs.umb.edu says
1729 # the Alpha needs dnet_stub (dnet does not exist).
1730 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
7a4b9130 1731echo "configure:1732: checking for dnet_ntoa in -ldnet" >&5
c801d85f
KB
1732ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1733if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1734 echo $ac_n "(cached) $ac_c" 1>&6
1735else
1736 ac_save_LIBS="$LIBS"
1737LIBS="-ldnet $LIBS"
1738cat > conftest.$ac_ext <<EOF
7a4b9130 1739#line 1740 "configure"
c801d85f
KB
1740#include "confdefs.h"
1741/* Override any gcc2 internal prototype to avoid an error. */
1742/* We use char because int might match the return type of a gcc2
1743 builtin and then its argument prototype would still apply. */
1744char dnet_ntoa();
1745
1746int main() {
1747dnet_ntoa()
1748; return 0; }
1749EOF
7a4b9130 1750if { (eval echo configure:1751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
1751 rm -rf conftest*
1752 eval "ac_cv_lib_$ac_lib_var=yes"
1753else
1754 echo "configure: failed program was:" >&5
1755 cat conftest.$ac_ext >&5
1756 rm -rf conftest*
1757 eval "ac_cv_lib_$ac_lib_var=no"
1758fi
1759rm -f conftest*
1760LIBS="$ac_save_LIBS"
1761
1762fi
1763if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1764 echo "$ac_t""yes" 1>&6
1765 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
1766else
1767 echo "$ac_t""no" 1>&6
1768fi
1769
1770 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
1771 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
7a4b9130 1772echo "configure:1773: checking for dnet_ntoa in -ldnet_stub" >&5
c801d85f
KB
1773ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1774if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1775 echo $ac_n "(cached) $ac_c" 1>&6
1776else
1777 ac_save_LIBS="$LIBS"
1778LIBS="-ldnet_stub $LIBS"
1779cat > conftest.$ac_ext <<EOF
7a4b9130 1780#line 1781 "configure"
c801d85f
KB
1781#include "confdefs.h"
1782/* Override any gcc2 internal prototype to avoid an error. */
1783/* We use char because int might match the return type of a gcc2
1784 builtin and then its argument prototype would still apply. */
1785char dnet_ntoa();
1786
1787int main() {
1788dnet_ntoa()
1789; return 0; }
1790EOF
7a4b9130 1791if { (eval echo configure:1792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
1792 rm -rf conftest*
1793 eval "ac_cv_lib_$ac_lib_var=yes"
1794else
1795 echo "configure: failed program was:" >&5
1796 cat conftest.$ac_ext >&5
1797 rm -rf conftest*
1798 eval "ac_cv_lib_$ac_lib_var=no"
1799fi
1800rm -f conftest*
1801LIBS="$ac_save_LIBS"
1802
1803fi
1804if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1805 echo "$ac_t""yes" 1>&6
1806 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
1807else
1808 echo "$ac_t""no" 1>&6
1809fi
1810
1811 fi
1812
1813 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
1814 # to get the SysV transport functions.
1815 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
1816 # needs -lnsl.
1817 # The nsl library prevents programs from opening the X display
1818 # on Irix 5.2, according to dickey@clark.net.
1819 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
7a4b9130 1820echo "configure:1821: checking for gethostbyname" >&5
c801d85f
KB
1821if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1822 echo $ac_n "(cached) $ac_c" 1>&6
1823else
1824 cat > conftest.$ac_ext <<EOF
7a4b9130 1825#line 1826 "configure"
c801d85f
KB
1826#include "confdefs.h"
1827/* System header to define __stub macros and hopefully few prototypes,
1828 which can conflict with char gethostbyname(); below. */
1829#include <assert.h>
1830/* Override any gcc2 internal prototype to avoid an error. */
1831/* We use char because int might match the return type of a gcc2
1832 builtin and then its argument prototype would still apply. */
1833char gethostbyname();
1834
1835int main() {
1836
1837/* The GNU C library defines this for functions which it implements
1838 to always fail with ENOSYS. Some functions are actually named
1839 something starting with __ and the normal name is an alias. */
1840#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1841choke me
1842#else
1843gethostbyname();
1844#endif
1845
1846; return 0; }
1847EOF
7a4b9130 1848if { (eval echo configure:1849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
1849 rm -rf conftest*
1850 eval "ac_cv_func_gethostbyname=yes"
1851else
1852 echo "configure: failed program was:" >&5
1853 cat conftest.$ac_ext >&5
1854 rm -rf conftest*
1855 eval "ac_cv_func_gethostbyname=no"
1856fi
1857rm -f conftest*
1858fi
1859
1860if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1861 echo "$ac_t""yes" 1>&6
1862 :
1863else
1864 echo "$ac_t""no" 1>&6
1865fi
1866
1867 if test $ac_cv_func_gethostbyname = no; then
1868 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
7a4b9130 1869echo "configure:1870: checking for gethostbyname in -lnsl" >&5
c801d85f
KB
1870ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
1871if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1872 echo $ac_n "(cached) $ac_c" 1>&6
1873else
1874 ac_save_LIBS="$LIBS"
1875LIBS="-lnsl $LIBS"
1876cat > conftest.$ac_ext <<EOF
7a4b9130 1877#line 1878 "configure"
c801d85f
KB
1878#include "confdefs.h"
1879/* Override any gcc2 internal prototype to avoid an error. */
1880/* We use char because int might match the return type of a gcc2
1881 builtin and then its argument prototype would still apply. */
1882char gethostbyname();
1883
1884int main() {
1885gethostbyname()
1886; return 0; }
1887EOF
7a4b9130 1888if { (eval echo configure:1889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
1889 rm -rf conftest*
1890 eval "ac_cv_lib_$ac_lib_var=yes"
1891else
1892 echo "configure: failed program was:" >&5
1893 cat conftest.$ac_ext >&5
1894 rm -rf conftest*
1895 eval "ac_cv_lib_$ac_lib_var=no"
1896fi
1897rm -f conftest*
1898LIBS="$ac_save_LIBS"
1899
1900fi
1901if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1902 echo "$ac_t""yes" 1>&6
1903 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
1904else
1905 echo "$ac_t""no" 1>&6
1906fi
1907
1908 fi
1909
1910 # lieder@skyler.mavd.honeywell.com says without -lsocket,
1911 # socket/setsockopt and other routines are undefined under SCO ODT
1912 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
1913 # on later versions), says simon@lia.di.epfl.ch: it contains
1914 # gethostby* variants that don't use the nameserver (or something).
1915 # -lsocket must be given before -lnsl if both are needed.
1916 # We assume that if connect needs -lnsl, so does gethostbyname.
1917 echo $ac_n "checking for connect""... $ac_c" 1>&6
7a4b9130 1918echo "configure:1919: checking for connect" >&5
c801d85f
KB
1919if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
1920 echo $ac_n "(cached) $ac_c" 1>&6
1921else
1922 cat > conftest.$ac_ext <<EOF
7a4b9130 1923#line 1924 "configure"
c801d85f
KB
1924#include "confdefs.h"
1925/* System header to define __stub macros and hopefully few prototypes,
1926 which can conflict with char connect(); below. */
1927#include <assert.h>
1928/* Override any gcc2 internal prototype to avoid an error. */
1929/* We use char because int might match the return type of a gcc2
1930 builtin and then its argument prototype would still apply. */
1931char connect();
1932
1933int main() {
1934
1935/* The GNU C library defines this for functions which it implements
1936 to always fail with ENOSYS. Some functions are actually named
1937 something starting with __ and the normal name is an alias. */
1938#if defined (__stub_connect) || defined (__stub___connect)
1939choke me
1940#else
1941connect();
1942#endif
1943
1944; return 0; }
1945EOF
7a4b9130 1946if { (eval echo configure:1947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
1947 rm -rf conftest*
1948 eval "ac_cv_func_connect=yes"
1949else
1950 echo "configure: failed program was:" >&5
1951 cat conftest.$ac_ext >&5
1952 rm -rf conftest*
1953 eval "ac_cv_func_connect=no"
1954fi
1955rm -f conftest*
1956fi
1957
1958if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
1959 echo "$ac_t""yes" 1>&6
1960 :
1961else
1962 echo "$ac_t""no" 1>&6
1963fi
1964
1965 if test $ac_cv_func_connect = no; then
1966 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
7a4b9130 1967echo "configure:1968: checking for connect in -lsocket" >&5
c801d85f
KB
1968ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
1969if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1970 echo $ac_n "(cached) $ac_c" 1>&6
1971else
1972 ac_save_LIBS="$LIBS"
1973LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
1974cat > conftest.$ac_ext <<EOF
7a4b9130 1975#line 1976 "configure"
c801d85f
KB
1976#include "confdefs.h"
1977/* Override any gcc2 internal prototype to avoid an error. */
1978/* We use char because int might match the return type of a gcc2
1979 builtin and then its argument prototype would still apply. */
1980char connect();
1981
1982int main() {
1983connect()
1984; return 0; }
1985EOF
7a4b9130 1986if { (eval echo configure:1987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
1987 rm -rf conftest*
1988 eval "ac_cv_lib_$ac_lib_var=yes"
1989else
1990 echo "configure: failed program was:" >&5
1991 cat conftest.$ac_ext >&5
1992 rm -rf conftest*
1993 eval "ac_cv_lib_$ac_lib_var=no"
1994fi
1995rm -f conftest*
1996LIBS="$ac_save_LIBS"
1997
1998fi
1999if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2000 echo "$ac_t""yes" 1>&6
2001 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
2002else
2003 echo "$ac_t""no" 1>&6
2004fi
2005
2006 fi
2007
2008 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
2009 echo $ac_n "checking for remove""... $ac_c" 1>&6
7a4b9130 2010echo "configure:2011: checking for remove" >&5
c801d85f
KB
2011if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
2012 echo $ac_n "(cached) $ac_c" 1>&6
2013else
2014 cat > conftest.$ac_ext <<EOF
7a4b9130 2015#line 2016 "configure"
c801d85f
KB
2016#include "confdefs.h"
2017/* System header to define __stub macros and hopefully few prototypes,
2018 which can conflict with char remove(); below. */
2019#include <assert.h>
2020/* Override any gcc2 internal prototype to avoid an error. */
2021/* We use char because int might match the return type of a gcc2
2022 builtin and then its argument prototype would still apply. */
2023char remove();
2024
2025int main() {
2026
2027/* The GNU C library defines this for functions which it implements
2028 to always fail with ENOSYS. Some functions are actually named
2029 something starting with __ and the normal name is an alias. */
2030#if defined (__stub_remove) || defined (__stub___remove)
2031choke me
2032#else
2033remove();
2034#endif
2035
2036; return 0; }
2037EOF
7a4b9130 2038if { (eval echo configure:2039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
2039 rm -rf conftest*
2040 eval "ac_cv_func_remove=yes"
2041else
2042 echo "configure: failed program was:" >&5
2043 cat conftest.$ac_ext >&5
2044 rm -rf conftest*
2045 eval "ac_cv_func_remove=no"
2046fi
2047rm -f conftest*
2048fi
2049
2050if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
2051 echo "$ac_t""yes" 1>&6
2052 :
2053else
2054 echo "$ac_t""no" 1>&6
2055fi
2056
2057 if test $ac_cv_func_remove = no; then
2058 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
7a4b9130 2059echo "configure:2060: checking for remove in -lposix" >&5
c801d85f
KB
2060ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
2061if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2062 echo $ac_n "(cached) $ac_c" 1>&6
2063else
2064 ac_save_LIBS="$LIBS"
2065LIBS="-lposix $LIBS"
2066cat > conftest.$ac_ext <<EOF
7a4b9130 2067#line 2068 "configure"
c801d85f
KB
2068#include "confdefs.h"
2069/* Override any gcc2 internal prototype to avoid an error. */
2070/* We use char because int might match the return type of a gcc2
2071 builtin and then its argument prototype would still apply. */
2072char remove();
2073
2074int main() {
2075remove()
2076; return 0; }
2077EOF
7a4b9130 2078if { (eval echo configure:2079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
2079 rm -rf conftest*
2080 eval "ac_cv_lib_$ac_lib_var=yes"
2081else
2082 echo "configure: failed program was:" >&5
2083 cat conftest.$ac_ext >&5
2084 rm -rf conftest*
2085 eval "ac_cv_lib_$ac_lib_var=no"
2086fi
2087rm -f conftest*
2088LIBS="$ac_save_LIBS"
2089
2090fi
2091if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2092 echo "$ac_t""yes" 1>&6
2093 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
2094else
2095 echo "$ac_t""no" 1>&6
2096fi
2097
2098 fi
2099
2100 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
2101 echo $ac_n "checking for shmat""... $ac_c" 1>&6
7a4b9130 2102echo "configure:2103: checking for shmat" >&5
c801d85f
KB
2103if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
2104 echo $ac_n "(cached) $ac_c" 1>&6
2105else
2106 cat > conftest.$ac_ext <<EOF
7a4b9130 2107#line 2108 "configure"
c801d85f
KB
2108#include "confdefs.h"
2109/* System header to define __stub macros and hopefully few prototypes,
2110 which can conflict with char shmat(); below. */
2111#include <assert.h>
2112/* Override any gcc2 internal prototype to avoid an error. */
2113/* We use char because int might match the return type of a gcc2
2114 builtin and then its argument prototype would still apply. */
2115char shmat();
2116
2117int main() {
2118
2119/* The GNU C library defines this for functions which it implements
2120 to always fail with ENOSYS. Some functions are actually named
2121 something starting with __ and the normal name is an alias. */
2122#if defined (__stub_shmat) || defined (__stub___shmat)
2123choke me
2124#else
2125shmat();
2126#endif
2127
2128; return 0; }
2129EOF
7a4b9130 2130if { (eval echo configure:2131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
2131 rm -rf conftest*
2132 eval "ac_cv_func_shmat=yes"
2133else
2134 echo "configure: failed program was:" >&5
2135 cat conftest.$ac_ext >&5
2136 rm -rf conftest*
2137 eval "ac_cv_func_shmat=no"
2138fi
2139rm -f conftest*
2140fi
2141
2142if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
2143 echo "$ac_t""yes" 1>&6
2144 :
2145else
2146 echo "$ac_t""no" 1>&6
2147fi
2148
2149 if test $ac_cv_func_shmat = no; then
2150 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
7a4b9130 2151echo "configure:2152: checking for shmat in -lipc" >&5
c801d85f
KB
2152ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
2153if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2154 echo $ac_n "(cached) $ac_c" 1>&6
2155else
2156 ac_save_LIBS="$LIBS"
2157LIBS="-lipc $LIBS"
2158cat > conftest.$ac_ext <<EOF
7a4b9130 2159#line 2160 "configure"
c801d85f
KB
2160#include "confdefs.h"
2161/* Override any gcc2 internal prototype to avoid an error. */
2162/* We use char because int might match the return type of a gcc2
2163 builtin and then its argument prototype would still apply. */
2164char shmat();
2165
2166int main() {
2167shmat()
2168; return 0; }
2169EOF
7a4b9130 2170if { (eval echo configure:2171: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
2171 rm -rf conftest*
2172 eval "ac_cv_lib_$ac_lib_var=yes"
2173else
2174 echo "configure: failed program was:" >&5
2175 cat conftest.$ac_ext >&5
2176 rm -rf conftest*
2177 eval "ac_cv_lib_$ac_lib_var=no"
2178fi
2179rm -f conftest*
2180LIBS="$ac_save_LIBS"
2181
2182fi
2183if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2184 echo "$ac_t""yes" 1>&6
2185 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
2186else
2187 echo "$ac_t""no" 1>&6
2188fi
2189
2190 fi
2191 fi
2192
2193 # Check for libraries that X11R6 Xt/Xaw programs need.
2194 ac_save_LDFLAGS="$LDFLAGS"
2195 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
2196 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
2197 # check for ICE first), but we must link in the order -lSM -lICE or
2198 # we get undefined symbols. So assume we have SM if we have ICE.
2199 # These have to be linked with before -lX11, unlike the other
2200 # libraries we check for below, so use a different variable.
2201 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
2202 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
7a4b9130 2203echo "configure:2204: checking for IceConnectionNumber in -lICE" >&5
c801d85f
KB
2204ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
2205if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2206 echo $ac_n "(cached) $ac_c" 1>&6
2207else
2208 ac_save_LIBS="$LIBS"
2209LIBS="-lICE $LIBS"
2210cat > conftest.$ac_ext <<EOF
7a4b9130 2211#line 2212 "configure"
c801d85f
KB
2212#include "confdefs.h"
2213/* Override any gcc2 internal prototype to avoid an error. */
2214/* We use char because int might match the return type of a gcc2
2215 builtin and then its argument prototype would still apply. */
2216char IceConnectionNumber();
2217
2218int main() {
2219IceConnectionNumber()
2220; return 0; }
2221EOF
7a4b9130 2222if { (eval echo configure:2223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
2223 rm -rf conftest*
2224 eval "ac_cv_lib_$ac_lib_var=yes"
2225else
2226 echo "configure: failed program was:" >&5
2227 cat conftest.$ac_ext >&5
2228 rm -rf conftest*
2229 eval "ac_cv_lib_$ac_lib_var=no"
2230fi
2231rm -f conftest*
2232LIBS="$ac_save_LIBS"
2233
2234fi
2235if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2236 echo "$ac_t""yes" 1>&6
2237 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
2238else
2239 echo "$ac_t""no" 1>&6
2240fi
2241
2242 LDFLAGS="$ac_save_LDFLAGS"
2243
2244fi
2245
2246
2247ac_header_dirent=no
2248for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
2249do
2250ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2251echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
7a4b9130 2252echo "configure:2253: checking for $ac_hdr that defines DIR" >&5
c801d85f
KB
2253if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
2254 echo $ac_n "(cached) $ac_c" 1>&6
2255else
2256 cat > conftest.$ac_ext <<EOF
7a4b9130 2257#line 2258 "configure"
c801d85f
KB
2258#include "confdefs.h"
2259#include <sys/types.h>
2260#include <$ac_hdr>
2261int main() {
2262DIR *dirp = 0;
2263; return 0; }
2264EOF
7a4b9130 2265if { (eval echo configure:2266: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
2266 rm -rf conftest*
2267 eval "ac_cv_header_dirent_$ac_safe=yes"
2268else
2269 echo "configure: failed program was:" >&5
2270 cat conftest.$ac_ext >&5
2271 rm -rf conftest*
2272 eval "ac_cv_header_dirent_$ac_safe=no"
2273fi
2274rm -f conftest*
2275fi
2276if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
2277 echo "$ac_t""yes" 1>&6
2278 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2279 cat >> confdefs.h <<EOF
2280#define $ac_tr_hdr 1
2281EOF
2282 ac_header_dirent=$ac_hdr; break
2283else
2284 echo "$ac_t""no" 1>&6
2285fi
2286done
2287# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
2288if test $ac_header_dirent = dirent.h; then
2289echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
7a4b9130 2290echo "configure:2291: checking for opendir in -ldir" >&5
c801d85f
KB
2291ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
2292if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2293 echo $ac_n "(cached) $ac_c" 1>&6
2294else
2295 ac_save_LIBS="$LIBS"
2296LIBS="-ldir $LIBS"
2297cat > conftest.$ac_ext <<EOF
7a4b9130 2298#line 2299 "configure"
c801d85f
KB
2299#include "confdefs.h"
2300/* Override any gcc2 internal prototype to avoid an error. */
2301/* We use char because int might match the return type of a gcc2
2302 builtin and then its argument prototype would still apply. */
2303char opendir();
2304
2305int main() {
2306opendir()
2307; return 0; }
2308EOF
7a4b9130 2309if { (eval echo configure:2310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
2310 rm -rf conftest*
2311 eval "ac_cv_lib_$ac_lib_var=yes"
2312else
2313 echo "configure: failed program was:" >&5
2314 cat conftest.$ac_ext >&5
2315 rm -rf conftest*
2316 eval "ac_cv_lib_$ac_lib_var=no"
2317fi
2318rm -f conftest*
2319LIBS="$ac_save_LIBS"
2320
2321fi
2322if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2323 echo "$ac_t""yes" 1>&6
2324 LIBS="$LIBS -ldir"
2325else
2326 echo "$ac_t""no" 1>&6
2327fi
2328
2329else
2330echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
7a4b9130 2331echo "configure:2332: checking for opendir in -lx" >&5
c801d85f
KB
2332ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
2333if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2334 echo $ac_n "(cached) $ac_c" 1>&6
2335else
2336 ac_save_LIBS="$LIBS"
2337LIBS="-lx $LIBS"
2338cat > conftest.$ac_ext <<EOF
7a4b9130 2339#line 2340 "configure"
c801d85f
KB
2340#include "confdefs.h"
2341/* Override any gcc2 internal prototype to avoid an error. */
2342/* We use char because int might match the return type of a gcc2
2343 builtin and then its argument prototype would still apply. */
2344char opendir();
2345
2346int main() {
2347opendir()
2348; return 0; }
2349EOF
7a4b9130 2350if { (eval echo configure:2351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
2351 rm -rf conftest*
2352 eval "ac_cv_lib_$ac_lib_var=yes"
2353else
2354 echo "configure: failed program was:" >&5
2355 cat conftest.$ac_ext >&5
2356 rm -rf conftest*
2357 eval "ac_cv_lib_$ac_lib_var=no"
2358fi
2359rm -f conftest*
2360LIBS="$ac_save_LIBS"
2361
2362fi
2363if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2364 echo "$ac_t""yes" 1>&6
2365 LIBS="$LIBS -lx"
2366else
2367 echo "$ac_t""no" 1>&6
2368fi
2369
2370fi
2371
2372echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
7a4b9130 2373echo "configure:2374: checking for ANSI C header files" >&5
c801d85f
KB
2374if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2375 echo $ac_n "(cached) $ac_c" 1>&6
2376else
2377 cat > conftest.$ac_ext <<EOF
7a4b9130 2378#line 2379 "configure"
c801d85f
KB
2379#include "confdefs.h"
2380#include <stdlib.h>
2381#include <stdarg.h>
2382#include <string.h>
2383#include <float.h>
2384EOF
2385ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 2386{ (eval echo configure:2387: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c801d85f
KB
2387ac_err=`grep -v '^ *+' conftest.out`
2388if test -z "$ac_err"; then
2389 rm -rf conftest*
2390 ac_cv_header_stdc=yes
2391else
2392 echo "$ac_err" >&5
2393 echo "configure: failed program was:" >&5
2394 cat conftest.$ac_ext >&5
2395 rm -rf conftest*
2396 ac_cv_header_stdc=no
2397fi
2398rm -f conftest*
2399
2400if test $ac_cv_header_stdc = yes; then
2401 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2402cat > conftest.$ac_ext <<EOF
7a4b9130 2403#line 2404 "configure"
c801d85f
KB
2404#include "confdefs.h"
2405#include <string.h>
2406EOF
2407if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2408 egrep "memchr" >/dev/null 2>&1; then
2409 :
2410else
2411 rm -rf conftest*
2412 ac_cv_header_stdc=no
2413fi
2414rm -f conftest*
2415
2416fi
2417
2418if test $ac_cv_header_stdc = yes; then
2419 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2420cat > conftest.$ac_ext <<EOF
7a4b9130 2421#line 2422 "configure"
c801d85f
KB
2422#include "confdefs.h"
2423#include <stdlib.h>
2424EOF
2425if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2426 egrep "free" >/dev/null 2>&1; then
2427 :
2428else
2429 rm -rf conftest*
2430 ac_cv_header_stdc=no
2431fi
2432rm -f conftest*
2433
2434fi
2435
2436if test $ac_cv_header_stdc = yes; then
2437 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2438if test "$cross_compiling" = yes; then
2439 :
2440else
2441 cat > conftest.$ac_ext <<EOF
7a4b9130 2442#line 2443 "configure"
c801d85f
KB
2443#include "confdefs.h"
2444#include <ctype.h>
2445#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2446#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2447#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2448int main () { int i; for (i = 0; i < 256; i++)
2449if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2450exit (0); }
2451
2452EOF
7a4b9130 2453if { (eval echo configure:2454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
c801d85f
KB
2454then
2455 :
2456else
2457 echo "configure: failed program was:" >&5
2458 cat conftest.$ac_ext >&5
2459 rm -fr conftest*
2460 ac_cv_header_stdc=no
2461fi
2462rm -fr conftest*
2463fi
2464
2465fi
2466fi
2467
2468echo "$ac_t""$ac_cv_header_stdc" 1>&6
2469if test $ac_cv_header_stdc = yes; then
2470 cat >> confdefs.h <<\EOF
2471#define STDC_HEADERS 1
2472EOF
2473
2474fi
2475
2476echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
7a4b9130 2477echo "configure:2478: checking for sys/wait.h that is POSIX.1 compatible" >&5
c801d85f
KB
2478if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
2479 echo $ac_n "(cached) $ac_c" 1>&6
2480else
2481 cat > conftest.$ac_ext <<EOF
7a4b9130 2482#line 2483 "configure"
c801d85f
KB
2483#include "confdefs.h"
2484#include <sys/types.h>
2485#include <sys/wait.h>
2486#ifndef WEXITSTATUS
2487#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
2488#endif
2489#ifndef WIFEXITED
2490#define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
2491#endif
2492int main() {
2493int s;
2494wait (&s);
2495s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
2496; return 0; }
2497EOF
7a4b9130 2498if { (eval echo configure:2499: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
2499 rm -rf conftest*
2500 ac_cv_header_sys_wait_h=yes
2501else
2502 echo "configure: failed program was:" >&5
2503 cat conftest.$ac_ext >&5
2504 rm -rf conftest*
2505 ac_cv_header_sys_wait_h=no
2506fi
2507rm -f conftest*
2508fi
2509
2510echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
2511if test $ac_cv_header_sys_wait_h = yes; then
2512 cat >> confdefs.h <<\EOF
2513#define HAVE_SYS_WAIT_H 1
2514EOF
2515
2516fi
2517
2518ac_safe=`echo "fcntl.h" | sed 'y%./+-%__p_%'`
2519echo $ac_n "checking for fcntl.h""... $ac_c" 1>&6
7a4b9130 2520echo "configure:2521: checking for fcntl.h" >&5
c801d85f
KB
2521if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2522 echo $ac_n "(cached) $ac_c" 1>&6
2523else
2524 cat > conftest.$ac_ext <<EOF
7a4b9130 2525#line 2526 "configure"
c801d85f
KB
2526#include "confdefs.h"
2527#include <fcntl.h>
2528EOF
2529ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 2530{ (eval echo configure:2531: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c801d85f
KB
2531ac_err=`grep -v '^ *+' conftest.out`
2532if test -z "$ac_err"; then
2533 rm -rf conftest*
2534 eval "ac_cv_header_$ac_safe=yes"
2535else
2536 echo "$ac_err" >&5
2537 echo "configure: failed program was:" >&5
2538 cat conftest.$ac_ext >&5
2539 rm -rf conftest*
2540 eval "ac_cv_header_$ac_safe=no"
2541fi
2542rm -f conftest*
2543fi
2544if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2545 echo "$ac_t""yes" 1>&6
2546 :
2547else
2548 echo "$ac_t""no" 1>&6
2549fi
2550
2551ac_safe=`echo "limits.h" | sed 'y%./+-%__p_%'`
2552echo $ac_n "checking for limits.h""... $ac_c" 1>&6
7a4b9130 2553echo "configure:2554: checking for limits.h" >&5
c801d85f
KB
2554if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2555 echo $ac_n "(cached) $ac_c" 1>&6
2556else
2557 cat > conftest.$ac_ext <<EOF
7a4b9130 2558#line 2559 "configure"
c801d85f
KB
2559#include "confdefs.h"
2560#include <limits.h>
2561EOF
2562ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 2563{ (eval echo configure:2564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c801d85f
KB
2564ac_err=`grep -v '^ *+' conftest.out`
2565if test -z "$ac_err"; then
2566 rm -rf conftest*
2567 eval "ac_cv_header_$ac_safe=yes"
2568else
2569 echo "$ac_err" >&5
2570 echo "configure: failed program was:" >&5
2571 cat conftest.$ac_ext >&5
2572 rm -rf conftest*
2573 eval "ac_cv_header_$ac_safe=no"
2574fi
2575rm -f conftest*
2576fi
2577if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2578 echo "$ac_t""yes" 1>&6
2579 :
2580else
2581 echo "$ac_t""no" 1>&6
2582fi
2583
2584ac_safe=`echo "sys/file.h" | sed 'y%./+-%__p_%'`
2585echo $ac_n "checking for sys/file.h""... $ac_c" 1>&6
7a4b9130 2586echo "configure:2587: checking for sys/file.h" >&5
c801d85f
KB
2587if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2588 echo $ac_n "(cached) $ac_c" 1>&6
2589else
2590 cat > conftest.$ac_ext <<EOF
7a4b9130 2591#line 2592 "configure"
c801d85f
KB
2592#include "confdefs.h"
2593#include <sys/file.h>
2594EOF
2595ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 2596{ (eval echo configure:2597: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c801d85f
KB
2597ac_err=`grep -v '^ *+' conftest.out`
2598if test -z "$ac_err"; then
2599 rm -rf conftest*
2600 eval "ac_cv_header_$ac_safe=yes"
2601else
2602 echo "$ac_err" >&5
2603 echo "configure: failed program was:" >&5
2604 cat conftest.$ac_ext >&5
2605 rm -rf conftest*
2606 eval "ac_cv_header_$ac_safe=no"
2607fi
2608rm -f conftest*
2609fi
2610if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2611 echo "$ac_t""yes" 1>&6
2612 :
2613else
2614 echo "$ac_t""no" 1>&6
2615fi
2616
2617ac_safe=`echo "sys/time.h" | sed 'y%./+-%__p_%'`
2618echo $ac_n "checking for sys/time.h""... $ac_c" 1>&6
7a4b9130 2619echo "configure:2620: checking for sys/time.h" >&5
c801d85f
KB
2620if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2621 echo $ac_n "(cached) $ac_c" 1>&6
2622else
2623 cat > conftest.$ac_ext <<EOF
7a4b9130 2624#line 2625 "configure"
c801d85f
KB
2625#include "confdefs.h"
2626#include <sys/time.h>
2627EOF
2628ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 2629{ (eval echo configure:2630: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c801d85f
KB
2630ac_err=`grep -v '^ *+' conftest.out`
2631if test -z "$ac_err"; then
2632 rm -rf conftest*
2633 eval "ac_cv_header_$ac_safe=yes"
2634else
2635 echo "$ac_err" >&5
2636 echo "configure: failed program was:" >&5
2637 cat conftest.$ac_ext >&5
2638 rm -rf conftest*
2639 eval "ac_cv_header_$ac_safe=no"
2640fi
2641rm -f conftest*
2642fi
2643if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2644 echo "$ac_t""yes" 1>&6
2645 :
2646else
2647 echo "$ac_t""no" 1>&6
2648fi
2649
2650ac_safe=`echo "unistd.h" | sed 'y%./+-%__p_%'`
2651echo $ac_n "checking for unistd.h""... $ac_c" 1>&6
7a4b9130 2652echo "configure:2653: checking for unistd.h" >&5
c801d85f
KB
2653if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2654 echo $ac_n "(cached) $ac_c" 1>&6
2655else
2656 cat > conftest.$ac_ext <<EOF
7a4b9130 2657#line 2658 "configure"
c801d85f
KB
2658#include "confdefs.h"
2659#include <unistd.h>
2660EOF
2661ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 2662{ (eval echo configure:2663: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c801d85f
KB
2663ac_err=`grep -v '^ *+' conftest.out`
2664if test -z "$ac_err"; then
2665 rm -rf conftest*
2666 eval "ac_cv_header_$ac_safe=yes"
2667else
2668 echo "$ac_err" >&5
2669 echo "configure: failed program was:" >&5
2670 cat conftest.$ac_ext >&5
2671 rm -rf conftest*
2672 eval "ac_cv_header_$ac_safe=no"
2673fi
2674rm -f conftest*
2675fi
2676if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2677 echo "$ac_t""yes" 1>&6
2678 :
2679else
2680 echo "$ac_t""no" 1>&6
2681fi
2682
7c351dad
GL
2683ac_safe=`echo "linux/joystick.h" | sed 'y%./+-%__p_%'`
2684echo $ac_n "checking for linux/joystick.h""... $ac_c" 1>&6
7a4b9130 2685echo "configure:2686: checking for linux/joystick.h" >&5
7c351dad
GL
2686if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2687 echo $ac_n "(cached) $ac_c" 1>&6
2688else
2689 cat > conftest.$ac_ext <<EOF
7a4b9130 2690#line 2691 "configure"
7c351dad
GL
2691#include "confdefs.h"
2692#include <linux/joystick.h>
2693EOF
2694ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 2695{ (eval echo configure:2696: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7c351dad
GL
2696ac_err=`grep -v '^ *+' conftest.out`
2697if test -z "$ac_err"; then
2698 rm -rf conftest*
2699 eval "ac_cv_header_$ac_safe=yes"
2700else
2701 echo "$ac_err" >&5
2702 echo "configure: failed program was:" >&5
2703 cat conftest.$ac_ext >&5
2704 rm -rf conftest*
2705 eval "ac_cv_header_$ac_safe=no"
2706fi
2707rm -f conftest*
2708fi
2709if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2710 echo "$ac_t""yes" 1>&6
2711 :
2712else
2713 echo "$ac_t""no" 1>&6
2714fi
2715
2716GTK_JOYSTICK=""
8d31c138 2717if test "$ac_cv_header_linux_joystick_h" = "yes"; then
7c351dad
GL
2718 GTK_JOYSTICK="gtk/joystick.cpp"
2719fi
2720
c801d85f
KB
2721
2722echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
7a4b9130 2723echo "configure:2724: checking for uid_t in sys/types.h" >&5
c801d85f
KB
2724if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
2725 echo $ac_n "(cached) $ac_c" 1>&6
2726else
2727 cat > conftest.$ac_ext <<EOF
7a4b9130 2728#line 2729 "configure"
c801d85f
KB
2729#include "confdefs.h"
2730#include <sys/types.h>
2731EOF
2732if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2733 egrep "uid_t" >/dev/null 2>&1; then
2734 rm -rf conftest*
2735 ac_cv_type_uid_t=yes
2736else
2737 rm -rf conftest*
2738 ac_cv_type_uid_t=no
2739fi
2740rm -f conftest*
2741
2742fi
2743
2744echo "$ac_t""$ac_cv_type_uid_t" 1>&6
2745if test $ac_cv_type_uid_t = no; then
2746 cat >> confdefs.h <<\EOF
2747#define uid_t int
2748EOF
2749
2750 cat >> confdefs.h <<\EOF
2751#define gid_t int
2752EOF
2753
2754fi
2755
2756echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
7a4b9130 2757echo "configure:2758: checking type of array argument to getgroups" >&5
c801d85f
KB
2758if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then
2759 echo $ac_n "(cached) $ac_c" 1>&6
2760else
2761 if test "$cross_compiling" = yes; then
2762 ac_cv_type_getgroups=cross
2763else
2764 cat > conftest.$ac_ext <<EOF
7a4b9130 2765#line 2766 "configure"
c801d85f
KB
2766#include "confdefs.h"
2767
2768/* Thanks to Mike Rendell for this test. */
2769#include <sys/types.h>
2770#define NGID 256
2771#undef MAX
2772#define MAX(x, y) ((x) > (y) ? (x) : (y))
2773main()
2774{
2775 gid_t gidset[NGID];
2776 int i, n;
2777 union { gid_t gval; long lval; } val;
2778
2779 val.lval = -1;
2780 for (i = 0; i < NGID; i++)
2781 gidset[i] = val.gval;
2782 n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
2783 gidset);
2784 /* Exit non-zero if getgroups seems to require an array of ints. This
2785 happens when gid_t is short but getgroups modifies an array of ints. */
2786 exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
2787}
2788
2789EOF
7a4b9130 2790if { (eval echo configure:2791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
c801d85f
KB
2791then
2792 ac_cv_type_getgroups=gid_t
2793else
2794 echo "configure: failed program was:" >&5
2795 cat conftest.$ac_ext >&5
2796 rm -fr conftest*
2797 ac_cv_type_getgroups=int
2798fi
2799rm -fr conftest*
2800fi
2801
2802if test $ac_cv_type_getgroups = cross; then
2803 cat > conftest.$ac_ext <<EOF
7a4b9130 2804#line 2805 "configure"
c801d85f
KB
2805#include "confdefs.h"
2806#include <unistd.h>
2807EOF
2808if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2809 egrep "getgroups.*int.*gid_t" >/dev/null 2>&1; then
2810 rm -rf conftest*
2811 ac_cv_type_getgroups=gid_t
2812else
2813 rm -rf conftest*
2814 ac_cv_type_getgroups=int
2815fi
2816rm -f conftest*
2817
2818fi
2819fi
2820
2821echo "$ac_t""$ac_cv_type_getgroups" 1>&6
2822cat >> confdefs.h <<EOF
2823#define GETGROUPS_T $ac_cv_type_getgroups
2824EOF
2825
2826
2827echo $ac_n "checking for mode_t""... $ac_c" 1>&6
7a4b9130 2828echo "configure:2829: checking for mode_t" >&5
c801d85f
KB
2829if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
2830 echo $ac_n "(cached) $ac_c" 1>&6
2831else
2832 cat > conftest.$ac_ext <<EOF
7a4b9130 2833#line 2834 "configure"
c801d85f
KB
2834#include "confdefs.h"
2835#include <sys/types.h>
2836#if STDC_HEADERS
2837#include <stdlib.h>
2838#include <stddef.h>
2839#endif
2840EOF
2841if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2842 egrep "mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2843 rm -rf conftest*
2844 ac_cv_type_mode_t=yes
2845else
2846 rm -rf conftest*
2847 ac_cv_type_mode_t=no
2848fi
2849rm -f conftest*
2850
2851fi
2852echo "$ac_t""$ac_cv_type_mode_t" 1>&6
2853if test $ac_cv_type_mode_t = no; then
2854 cat >> confdefs.h <<\EOF
2855#define mode_t int
2856EOF
2857
2858fi
2859
2860echo $ac_n "checking for off_t""... $ac_c" 1>&6
7a4b9130 2861echo "configure:2862: checking for off_t" >&5
c801d85f
KB
2862if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
2863 echo $ac_n "(cached) $ac_c" 1>&6
2864else
2865 cat > conftest.$ac_ext <<EOF
7a4b9130 2866#line 2867 "configure"
c801d85f
KB
2867#include "confdefs.h"
2868#include <sys/types.h>
2869#if STDC_HEADERS
2870#include <stdlib.h>
2871#include <stddef.h>
2872#endif
2873EOF
2874if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2875 egrep "off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2876 rm -rf conftest*
2877 ac_cv_type_off_t=yes
2878else
2879 rm -rf conftest*
2880 ac_cv_type_off_t=no
2881fi
2882rm -f conftest*
2883
2884fi
2885echo "$ac_t""$ac_cv_type_off_t" 1>&6
2886if test $ac_cv_type_off_t = no; then
2887 cat >> confdefs.h <<\EOF
2888#define off_t long
2889EOF
2890
2891fi
2892
2893echo $ac_n "checking for pid_t""... $ac_c" 1>&6
7a4b9130 2894echo "configure:2895: checking for pid_t" >&5
c801d85f
KB
2895if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
2896 echo $ac_n "(cached) $ac_c" 1>&6
2897else
2898 cat > conftest.$ac_ext <<EOF
7a4b9130 2899#line 2900 "configure"
c801d85f
KB
2900#include "confdefs.h"
2901#include <sys/types.h>
2902#if STDC_HEADERS
2903#include <stdlib.h>
2904#include <stddef.h>
2905#endif
2906EOF
2907if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2908 egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2909 rm -rf conftest*
2910 ac_cv_type_pid_t=yes
2911else
2912 rm -rf conftest*
2913 ac_cv_type_pid_t=no
2914fi
2915rm -f conftest*
2916
2917fi
2918echo "$ac_t""$ac_cv_type_pid_t" 1>&6
2919if test $ac_cv_type_pid_t = no; then
2920 cat >> confdefs.h <<\EOF
2921#define pid_t int
2922EOF
2923
2924fi
2925
2926echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
7a4b9130 2927echo "configure:2928: checking return type of signal handlers" >&5
c801d85f
KB
2928if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
2929 echo $ac_n "(cached) $ac_c" 1>&6
2930else
2931 cat > conftest.$ac_ext <<EOF
7a4b9130 2932#line 2933 "configure"
c801d85f
KB
2933#include "confdefs.h"
2934#include <sys/types.h>
2935#include <signal.h>
2936#ifdef signal
2937#undef signal
2938#endif
2939#ifdef __cplusplus
2940extern "C" void (*signal (int, void (*)(int)))(int);
2941#else
2942void (*signal ()) ();
2943#endif
2944
2945int main() {
2946int i;
2947; return 0; }
2948EOF
7a4b9130 2949if { (eval echo configure:2950: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
2950 rm -rf conftest*
2951 ac_cv_type_signal=void
2952else
2953 echo "configure: failed program was:" >&5
2954 cat conftest.$ac_ext >&5
2955 rm -rf conftest*
2956 ac_cv_type_signal=int
2957fi
2958rm -f conftest*
2959fi
2960
2961echo "$ac_t""$ac_cv_type_signal" 1>&6
2962cat >> confdefs.h <<EOF
2963#define RETSIGTYPE $ac_cv_type_signal
2964EOF
2965
2966
2967echo $ac_n "checking for size_t""... $ac_c" 1>&6
7a4b9130 2968echo "configure:2969: checking for size_t" >&5
c801d85f
KB
2969if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
2970 echo $ac_n "(cached) $ac_c" 1>&6
2971else
2972 cat > conftest.$ac_ext <<EOF
7a4b9130 2973#line 2974 "configure"
c801d85f
KB
2974#include "confdefs.h"
2975#include <sys/types.h>
2976#if STDC_HEADERS
2977#include <stdlib.h>
2978#include <stddef.h>
2979#endif
2980EOF
2981if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2982 egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2983 rm -rf conftest*
2984 ac_cv_type_size_t=yes
2985else
2986 rm -rf conftest*
2987 ac_cv_type_size_t=no
2988fi
2989rm -f conftest*
2990
2991fi
2992echo "$ac_t""$ac_cv_type_size_t" 1>&6
2993if test $ac_cv_type_size_t = no; then
2994 cat >> confdefs.h <<\EOF
2995#define size_t unsigned
2996EOF
2997
2998fi
2999
3000echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
7a4b9130 3001echo "configure:3002: checking for uid_t in sys/types.h" >&5
c801d85f
KB
3002if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
3003 echo $ac_n "(cached) $ac_c" 1>&6
3004else
3005 cat > conftest.$ac_ext <<EOF
7a4b9130 3006#line 3007 "configure"
c801d85f
KB
3007#include "confdefs.h"
3008#include <sys/types.h>
3009EOF
3010if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3011 egrep "uid_t" >/dev/null 2>&1; then
3012 rm -rf conftest*
3013 ac_cv_type_uid_t=yes
3014else
3015 rm -rf conftest*
3016 ac_cv_type_uid_t=no
3017fi
3018rm -f conftest*
3019
3020fi
3021
3022echo "$ac_t""$ac_cv_type_uid_t" 1>&6
3023if test $ac_cv_type_uid_t = no; then
3024 cat >> confdefs.h <<\EOF
3025#define uid_t int
3026EOF
3027
3028 cat >> confdefs.h <<\EOF
3029#define gid_t int
3030EOF
3031
3032fi
3033
3034
3035
3036echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
7a4b9130 3037echo "configure:3038: checking whether stat file-mode macros are broken" >&5
c801d85f
KB
3038if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
3039 echo $ac_n "(cached) $ac_c" 1>&6
3040else
3041 cat > conftest.$ac_ext <<EOF
7a4b9130 3042#line 3043 "configure"
c801d85f
KB
3043#include "confdefs.h"
3044#include <sys/types.h>
3045#include <sys/stat.h>
3046
3047#if defined(S_ISBLK) && defined(S_IFDIR)
3048# if S_ISBLK (S_IFDIR)
3049You lose.
3050# endif
3051#endif
3052
3053#if defined(S_ISBLK) && defined(S_IFCHR)
3054# if S_ISBLK (S_IFCHR)
3055You lose.
3056# endif
3057#endif
3058
3059#if defined(S_ISLNK) && defined(S_IFREG)
3060# if S_ISLNK (S_IFREG)
3061You lose.
3062# endif
3063#endif
3064
3065#if defined(S_ISSOCK) && defined(S_IFREG)
3066# if S_ISSOCK (S_IFREG)
3067You lose.
3068# endif
3069#endif
3070
3071EOF
3072if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3073 egrep "You lose" >/dev/null 2>&1; then
3074 rm -rf conftest*
3075 ac_cv_header_stat_broken=yes
3076else
3077 rm -rf conftest*
3078 ac_cv_header_stat_broken=no
3079fi
3080rm -f conftest*
3081
3082fi
3083
3084echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
3085if test $ac_cv_header_stat_broken = yes; then
3086 cat >> confdefs.h <<\EOF
3087#define STAT_MACROS_BROKEN 1
3088EOF
3089
3090fi
3091
3092echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
7a4b9130 3093echo "configure:3094: checking whether time.h and sys/time.h may both be included" >&5
c801d85f
KB
3094if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
3095 echo $ac_n "(cached) $ac_c" 1>&6
3096else
3097 cat > conftest.$ac_ext <<EOF
7a4b9130 3098#line 3099 "configure"
c801d85f
KB
3099#include "confdefs.h"
3100#include <sys/types.h>
3101#include <sys/time.h>
3102#include <time.h>
3103int main() {
3104struct tm *tp;
3105; return 0; }
3106EOF
7a4b9130 3107if { (eval echo configure:3108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
3108 rm -rf conftest*
3109 ac_cv_header_time=yes
3110else
3111 echo "configure: failed program was:" >&5
3112 cat conftest.$ac_ext >&5
3113 rm -rf conftest*
3114 ac_cv_header_time=no
3115fi
3116rm -f conftest*
3117fi
3118
3119echo "$ac_t""$ac_cv_header_time" 1>&6
3120if test $ac_cv_header_time = yes; then
3121 cat >> confdefs.h <<\EOF
3122#define TIME_WITH_SYS_TIME 1
3123EOF
3124
3125fi
3126
3127echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
7a4b9130 3128echo "configure:3129: checking for st_blksize in struct stat" >&5
c801d85f
KB
3129if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
3130 echo $ac_n "(cached) $ac_c" 1>&6
3131else
3132 cat > conftest.$ac_ext <<EOF
7a4b9130 3133#line 3134 "configure"
c801d85f
KB
3134#include "confdefs.h"
3135#include <sys/types.h>
3136#include <sys/stat.h>
3137int main() {
3138struct stat s; s.st_blksize;
3139; return 0; }
3140EOF
7a4b9130 3141if { (eval echo configure:3142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
3142 rm -rf conftest*
3143 ac_cv_struct_st_blksize=yes
3144else
3145 echo "configure: failed program was:" >&5
3146 cat conftest.$ac_ext >&5
3147 rm -rf conftest*
3148 ac_cv_struct_st_blksize=no
3149fi
3150rm -f conftest*
3151fi
3152
3153echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6
3154if test $ac_cv_struct_st_blksize = yes; then
3155 cat >> confdefs.h <<\EOF
3156#define HAVE_ST_BLKSIZE 1
3157EOF
3158
3159fi
3160
3161echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&6
7a4b9130 3162echo "configure:3163: checking for st_blocks in struct stat" >&5
c801d85f
KB
3163if eval "test \"`echo '$''{'ac_cv_struct_st_blocks'+set}'`\" = set"; then
3164 echo $ac_n "(cached) $ac_c" 1>&6
3165else
3166 cat > conftest.$ac_ext <<EOF
7a4b9130 3167#line 3168 "configure"
c801d85f
KB
3168#include "confdefs.h"
3169#include <sys/types.h>
3170#include <sys/stat.h>
3171int main() {
3172struct stat s; s.st_blocks;
3173; return 0; }
3174EOF
7a4b9130 3175if { (eval echo configure:3176: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
3176 rm -rf conftest*
3177 ac_cv_struct_st_blocks=yes
3178else
3179 echo "configure: failed program was:" >&5
3180 cat conftest.$ac_ext >&5
3181 rm -rf conftest*
3182 ac_cv_struct_st_blocks=no
3183fi
3184rm -f conftest*
3185fi
3186
3187echo "$ac_t""$ac_cv_struct_st_blocks" 1>&6
3188if test $ac_cv_struct_st_blocks = yes; then
3189 cat >> confdefs.h <<\EOF
3190#define HAVE_ST_BLOCKS 1
3191EOF
3192
3193else
3194 LIBOBJS="$LIBOBJS fileblocks.o"
3195fi
3196
3197echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6
7a4b9130 3198echo "configure:3199: checking for st_rdev in struct stat" >&5
c801d85f
KB
3199if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then
3200 echo $ac_n "(cached) $ac_c" 1>&6
3201else
3202 cat > conftest.$ac_ext <<EOF
7a4b9130 3203#line 3204 "configure"
c801d85f
KB
3204#include "confdefs.h"
3205#include <sys/types.h>
3206#include <sys/stat.h>
3207int main() {
3208struct stat s; s.st_rdev;
3209; return 0; }
3210EOF
7a4b9130 3211if { (eval echo configure:3212: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
3212 rm -rf conftest*
3213 ac_cv_struct_st_rdev=yes
3214else
3215 echo "configure: failed program was:" >&5
3216 cat conftest.$ac_ext >&5
3217 rm -rf conftest*
3218 ac_cv_struct_st_rdev=no
3219fi
3220rm -f conftest*
3221fi
3222
3223echo "$ac_t""$ac_cv_struct_st_rdev" 1>&6
3224if test $ac_cv_struct_st_rdev = yes; then
3225 cat >> confdefs.h <<\EOF
3226#define HAVE_ST_RDEV 1
3227EOF
3228
3229fi
3230
3231echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
7a4b9130 3232echo "configure:3233: checking whether struct tm is in sys/time.h or time.h" >&5
c801d85f
KB
3233if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
3234 echo $ac_n "(cached) $ac_c" 1>&6
3235else
3236 cat > conftest.$ac_ext <<EOF
7a4b9130 3237#line 3238 "configure"
c801d85f
KB
3238#include "confdefs.h"
3239#include <sys/types.h>
3240#include <time.h>
3241int main() {
3242struct tm *tp; tp->tm_sec;
3243; return 0; }
3244EOF
7a4b9130 3245if { (eval echo configure:3246: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
3246 rm -rf conftest*
3247 ac_cv_struct_tm=time.h
3248else
3249 echo "configure: failed program was:" >&5
3250 cat conftest.$ac_ext >&5
3251 rm -rf conftest*
3252 ac_cv_struct_tm=sys/time.h
3253fi
3254rm -f conftest*
3255fi
3256
3257echo "$ac_t""$ac_cv_struct_tm" 1>&6
3258if test $ac_cv_struct_tm = sys/time.h; then
3259 cat >> confdefs.h <<\EOF
3260#define TM_IN_SYS_TIME 1
3261EOF
3262
3263fi
3264
3265echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
7a4b9130 3266echo "configure:3267: checking for tm_zone in struct tm" >&5
c801d85f
KB
3267if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
3268 echo $ac_n "(cached) $ac_c" 1>&6
3269else
3270 cat > conftest.$ac_ext <<EOF
7a4b9130 3271#line 3272 "configure"
c801d85f
KB
3272#include "confdefs.h"
3273#include <sys/types.h>
3274#include <$ac_cv_struct_tm>
3275int main() {
3276struct tm tm; tm.tm_zone;
3277; return 0; }
3278EOF
7a4b9130 3279if { (eval echo configure:3280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
3280 rm -rf conftest*
3281 ac_cv_struct_tm_zone=yes
3282else
3283 echo "configure: failed program was:" >&5
3284 cat conftest.$ac_ext >&5
3285 rm -rf conftest*
3286 ac_cv_struct_tm_zone=no
3287fi
3288rm -f conftest*
3289fi
3290
3291echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
3292if test "$ac_cv_struct_tm_zone" = yes; then
3293 cat >> confdefs.h <<\EOF
3294#define HAVE_TM_ZONE 1
3295EOF
3296
3297else
3298 echo $ac_n "checking for tzname""... $ac_c" 1>&6
7a4b9130 3299echo "configure:3300: checking for tzname" >&5
c801d85f
KB
3300if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
3301 echo $ac_n "(cached) $ac_c" 1>&6
3302else
3303 cat > conftest.$ac_ext <<EOF
7a4b9130 3304#line 3305 "configure"
c801d85f
KB
3305#include "confdefs.h"
3306#include <time.h>
3307#ifndef tzname /* For SGI. */
3308extern char *tzname[]; /* RS6000 and others reject char **tzname. */
3309#endif
3310int main() {
3311atoi(*tzname);
3312; return 0; }
3313EOF
7a4b9130 3314if { (eval echo configure:3315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
3315 rm -rf conftest*
3316 ac_cv_var_tzname=yes
3317else
3318 echo "configure: failed program was:" >&5
3319 cat conftest.$ac_ext >&5
3320 rm -rf conftest*
3321 ac_cv_var_tzname=no
3322fi
3323rm -f conftest*
3324fi
3325
3326echo "$ac_t""$ac_cv_var_tzname" 1>&6
3327 if test $ac_cv_var_tzname = yes; then
3328 cat >> confdefs.h <<\EOF
3329#define HAVE_TZNAME 1
3330EOF
3331
3332 fi
3333fi
3334
3335
3336
3337echo $ac_n "checking for working const""... $ac_c" 1>&6
7a4b9130 3338echo "configure:3339: checking for working const" >&5
c801d85f
KB
3339if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
3340 echo $ac_n "(cached) $ac_c" 1>&6
3341else
3342 cat > conftest.$ac_ext <<EOF
7a4b9130 3343#line 3344 "configure"
c801d85f
KB
3344#include "confdefs.h"
3345
3346int main() {
3347
3348/* Ultrix mips cc rejects this. */
3349typedef int charset[2]; const charset x;
3350/* SunOS 4.1.1 cc rejects this. */
3351char const *const *ccp;
3352char **p;
3353/* NEC SVR4.0.2 mips cc rejects this. */
3354struct point {int x, y;};
3355static struct point const zero = {0,0};
3356/* AIX XL C 1.02.0.0 rejects this.
3357 It does not let you subtract one const X* pointer from another in an arm
3358 of an if-expression whose if-part is not a constant expression */
3359const char *g = "string";
3360ccp = &g + (g ? g-g : 0);
3361/* HPUX 7.0 cc rejects these. */
3362++ccp;
3363p = (char**) ccp;
3364ccp = (char const *const *) p;
3365{ /* SCO 3.2v4 cc rejects this. */
3366 char *t;
3367 char const *s = 0 ? (char *) 0 : (char const *) 0;
3368
3369 *t++ = 0;
3370}
3371{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
3372 int x[] = {25, 17};
3373 const int *foo = &x[0];
3374 ++foo;
3375}
3376{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3377 typedef const int *iptr;
3378 iptr p = 0;
3379 ++p;
3380}
3381{ /* AIX XL C 1.02.0.0 rejects this saying
3382 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3383 struct s { int j; const int *ap[3]; };
3384 struct s *b; b->j = 5;
3385}
3386{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3387 const int foo = 10;
3388}
3389
3390; return 0; }
3391EOF
7a4b9130 3392if { (eval echo configure:3393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
3393 rm -rf conftest*
3394 ac_cv_c_const=yes
3395else
3396 echo "configure: failed program was:" >&5
3397 cat conftest.$ac_ext >&5
3398 rm -rf conftest*
3399 ac_cv_c_const=no
3400fi
3401rm -f conftest*
3402fi
3403
3404echo "$ac_t""$ac_cv_c_const" 1>&6
3405if test $ac_cv_c_const = no; then
3406 cat >> confdefs.h <<\EOF
3407#define const
3408EOF
3409
3410fi
3411
3412echo $ac_n "checking for inline""... $ac_c" 1>&6
7a4b9130 3413echo "configure:3414: checking for inline" >&5
c801d85f
KB
3414if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
3415 echo $ac_n "(cached) $ac_c" 1>&6
3416else
3417 ac_cv_c_inline=no
3418for ac_kw in inline __inline__ __inline; do
3419 cat > conftest.$ac_ext <<EOF
7a4b9130 3420#line 3421 "configure"
c801d85f
KB
3421#include "confdefs.h"
3422
3423int main() {
3424} $ac_kw foo() {
3425; return 0; }
3426EOF
7a4b9130 3427if { (eval echo configure:3428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
3428 rm -rf conftest*
3429 ac_cv_c_inline=$ac_kw; break
3430else
3431 echo "configure: failed program was:" >&5
3432 cat conftest.$ac_ext >&5
3433fi
3434rm -f conftest*
3435done
3436
3437fi
3438
3439echo "$ac_t""$ac_cv_c_inline" 1>&6
3440case "$ac_cv_c_inline" in
3441 inline | yes) ;;
3442 no) cat >> confdefs.h <<\EOF
3443#define inline
3444EOF
3445 ;;
3446 *) cat >> confdefs.h <<EOF
3447#define inline $ac_cv_c_inline
3448EOF
3449 ;;
3450esac
3451
3452echo $ac_n "checking whether char is unsigned""... $ac_c" 1>&6
7a4b9130 3453echo "configure:3454: checking whether char is unsigned" >&5
c801d85f
KB
3454if eval "test \"`echo '$''{'ac_cv_c_char_unsigned'+set}'`\" = set"; then
3455 echo $ac_n "(cached) $ac_c" 1>&6
3456else
3457 if test "$GCC" = yes; then
3458 # GCC predefines this symbol on systems where it applies.
3459cat > conftest.$ac_ext <<EOF
7a4b9130 3460#line 3461 "configure"
c801d85f
KB
3461#include "confdefs.h"
3462#ifdef __CHAR_UNSIGNED__
3463 yes
3464#endif
3465
3466EOF
3467if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3468 egrep "yes" >/dev/null 2>&1; then
3469 rm -rf conftest*
3470 ac_cv_c_char_unsigned=yes
3471else
3472 rm -rf conftest*
3473 ac_cv_c_char_unsigned=no
3474fi
3475rm -f conftest*
3476
3477else
3478if test "$cross_compiling" = yes; then
3479 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3480else
3481 cat > conftest.$ac_ext <<EOF
7a4b9130 3482#line 3483 "configure"
c801d85f
KB
3483#include "confdefs.h"
3484/* volatile prevents gcc2 from optimizing the test away on sparcs. */
3485#if !defined(__STDC__) || __STDC__ != 1
3486#define volatile
3487#endif
3488main() {
3489 volatile char c = 255; exit(c < 0);
3490}
3491EOF
7a4b9130 3492if { (eval echo configure:3493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
c801d85f
KB
3493then
3494 ac_cv_c_char_unsigned=yes
3495else
3496 echo "configure: failed program was:" >&5
3497 cat conftest.$ac_ext >&5
3498 rm -fr conftest*
3499 ac_cv_c_char_unsigned=no
3500fi
3501rm -fr conftest*
3502fi
3503
3504fi
3505fi
3506
3507echo "$ac_t""$ac_cv_c_char_unsigned" 1>&6
3508if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then
3509 cat >> confdefs.h <<\EOF
3510#define __CHAR_UNSIGNED__ 1
3511EOF
3512
3513fi
3514
3515echo $ac_n "checking for long double""... $ac_c" 1>&6
7a4b9130 3516echo "configure:3517: checking for long double" >&5
c801d85f
KB
3517if eval "test \"`echo '$''{'ac_cv_c_long_double'+set}'`\" = set"; then
3518 echo $ac_n "(cached) $ac_c" 1>&6
3519else
3520 if test "$GCC" = yes; then
3521 ac_cv_c_long_double=yes
3522else
3523if test "$cross_compiling" = yes; then
3524 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3525else
3526 cat > conftest.$ac_ext <<EOF
7a4b9130 3527#line 3528 "configure"
c801d85f
KB
3528#include "confdefs.h"
3529int main() {
3530/* The Stardent Vistra knows sizeof(long double), but does not support it. */
3531long double foo = 0.0;
3532/* On Ultrix 4.3 cc, long double is 4 and double is 8. */
3533exit(sizeof(long double) < sizeof(double)); }
3534EOF
7a4b9130 3535if { (eval echo configure:3536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
c801d85f
KB
3536then
3537 ac_cv_c_long_double=yes
3538else
3539 echo "configure: failed program was:" >&5
3540 cat conftest.$ac_ext >&5
3541 rm -fr conftest*
3542 ac_cv_c_long_double=no
3543fi
3544rm -fr conftest*
3545fi
3546
3547fi
3548fi
3549
3550echo "$ac_t""$ac_cv_c_long_double" 1>&6
3551if test $ac_cv_c_long_double = yes; then
3552 cat >> confdefs.h <<\EOF
3553#define HAVE_LONG_DOUBLE 1
3554EOF
3555
3556fi
3557
3558
3559echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
7a4b9130 3560echo "configure:3561: checking whether byte ordering is bigendian" >&5
c801d85f
KB
3561if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
3562 echo $ac_n "(cached) $ac_c" 1>&6
3563else
3564 ac_cv_c_bigendian=unknown
3565# See if sys/param.h defines the BYTE_ORDER macro.
3566cat > conftest.$ac_ext <<EOF
7a4b9130 3567#line 3568 "configure"
c801d85f
KB
3568#include "confdefs.h"
3569#include <sys/types.h>
3570#include <sys/param.h>
3571int main() {
3572
3573#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
3574 bogus endian macros
3575#endif
3576; return 0; }
3577EOF
7a4b9130 3578if { (eval echo configure:3579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
3579 rm -rf conftest*
3580 # It does; now see whether it defined to BIG_ENDIAN or not.
3581cat > conftest.$ac_ext <<EOF
7a4b9130 3582#line 3583 "configure"
c801d85f
KB
3583#include "confdefs.h"
3584#include <sys/types.h>
3585#include <sys/param.h>
3586int main() {
3587
3588#if BYTE_ORDER != BIG_ENDIAN
3589 not big endian
3590#endif
3591; return 0; }
3592EOF
7a4b9130 3593if { (eval echo configure:3594: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
c801d85f
KB
3594 rm -rf conftest*
3595 ac_cv_c_bigendian=yes
3596else
3597 echo "configure: failed program was:" >&5
3598 cat conftest.$ac_ext >&5
3599 rm -rf conftest*
3600 ac_cv_c_bigendian=no
3601fi
3602rm -f conftest*
3603else
3604 echo "configure: failed program was:" >&5
3605 cat conftest.$ac_ext >&5
3606fi
3607rm -f conftest*
3608if test $ac_cv_c_bigendian = unknown; then
3609if test "$cross_compiling" = yes; then
3610 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3611else
3612 cat > conftest.$ac_ext <<EOF
7a4b9130 3613#line 3614 "configure"
c801d85f
KB
3614#include "confdefs.h"
3615main () {
3616 /* Are we little or big endian? From Harbison&Steele. */
3617 union
3618 {
3619 long l;
3620 char c[sizeof (long)];
3621 } u;
3622 u.l = 1;
3623 exit (u.c[sizeof (long) - 1] == 1);
3624}
3625EOF
7a4b9130 3626if { (eval echo configure:3627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
c801d85f
KB
3627then
3628 ac_cv_c_bigendian=no
3629else
3630 echo "configure: failed program was:" >&5
3631 cat conftest.$ac_ext >&5
3632 rm -fr conftest*
3633 ac_cv_c_bigendian=yes
3634fi
3635rm -fr conftest*
3636fi
3637
3638fi
3639fi
3640
3641echo "$ac_t""$ac_cv_c_bigendian" 1>&6
3642if test $ac_cv_c_bigendian = yes; then
3643 cat >> confdefs.h <<\EOF
3644#define WORDS_BIGENDIAN 1
3645EOF
3646
3647fi
3648
3649
3650echo $ac_n "checking size of int *""... $ac_c" 1>&6
7a4b9130 3651echo "configure:3652: checking size of int *" >&5
c801d85f
KB
3652if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
3653 echo $ac_n "(cached) $ac_c" 1>&6
3654else
3655 if test "$cross_compiling" = yes; then
3656 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3657else
3658 cat > conftest.$ac_ext <<EOF
7a4b9130 3659#line 3660 "configure"
c801d85f
KB
3660#include "confdefs.h"
3661#include <stdio.h>
3662main()
3663{
3664 FILE *f=fopen("conftestval", "w");
3665 if (!f) exit(1);
3666 fprintf(f, "%d\n", sizeof(int *));
3667 exit(0);
3668}
3669EOF
7a4b9130 3670if { (eval echo configure:3671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
c801d85f
KB
3671then
3672 ac_cv_sizeof_int_p=`cat conftestval`
3673else
3674 echo "configure: failed program was:" >&5
3675 cat conftest.$ac_ext >&5
3676 rm -fr conftest*
3677 ac_cv_sizeof_int_p=0
3678fi
3679rm -fr conftest*
3680fi
3681
3682fi
3683echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
3684cat >> confdefs.h <<EOF
3685#define SIZEOF_INT_P $ac_cv_sizeof_int_p
3686EOF
3687
3688
3689echo $ac_n "checking size of int""... $ac_c" 1>&6
7a4b9130 3690echo "configure:3691: checking size of int" >&5
c801d85f
KB
3691if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
3692 echo $ac_n "(cached) $ac_c" 1>&6
3693else
3694 if test "$cross_compiling" = yes; then
3695 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3696else
3697 cat > conftest.$ac_ext <<EOF
7a4b9130 3698#line 3699 "configure"
c801d85f
KB
3699#include "confdefs.h"
3700#include <stdio.h>
3701main()
3702{
3703 FILE *f=fopen("conftestval", "w");
3704 if (!f) exit(1);
3705 fprintf(f, "%d\n", sizeof(int));
3706 exit(0);
3707}
3708EOF
7a4b9130 3709if { (eval echo configure:3710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
c801d85f
KB
3710then
3711 ac_cv_sizeof_int=`cat conftestval`
3712else
3713 echo "configure: failed program was:" >&5
3714 cat conftest.$ac_ext >&5
3715 rm -fr conftest*
3716 ac_cv_sizeof_int=0
3717fi
3718rm -fr conftest*
3719fi
3720
3721fi
3722echo "$ac_t""$ac_cv_sizeof_int" 1>&6
3723cat >> confdefs.h <<EOF
3724#define SIZEOF_INT $ac_cv_sizeof_int
3725EOF
3726
3727
3728echo $ac_n "checking size of long""... $ac_c" 1>&6
7a4b9130 3729echo "configure:3730: checking size of long" >&5
c801d85f
KB
3730if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
3731 echo $ac_n "(cached) $ac_c" 1>&6
3732else
3733 if test "$cross_compiling" = yes; then
3734 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
3735else
3736 cat > conftest.$ac_ext <<EOF
7a4b9130 3737#line 3738 "configure"
c801d85f
KB
3738#include "confdefs.h"
3739#include <stdio.h>
3740main()
3741{
3742 FILE *f=fopen("conftestval", "w");
3743 if (!f) exit(1);
3744 fprintf(f, "%d\n", sizeof(long));
3745 exit(0);
3746}
3747EOF
7a4b9130 3748if { (eval echo configure:3749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
c801d85f
KB
3749then
3750 ac_cv_sizeof_long=`cat conftestval`
3751else
3752 echo "configure: failed program was:" >&5
3753 cat conftest.$ac_ext >&5
3754 rm -fr conftest*
3755 ac_cv_sizeof_long=0
3756fi
3757rm -fr conftest*
3758fi
3759
3760fi
3761echo "$ac_t""$ac_cv_sizeof_long" 1>&6
3762cat >> confdefs.h <<EOF
3763#define SIZEOF_LONG $ac_cv_sizeof_long
3764EOF
3765
3766
3767
3768
82052aff
GL
3769
3770
bdc6fff9
GL
3771USE_THREADS=1
3772THREADS_LINK=""
7a4b9130 3773UNIX_THREAD="gtk/threadno.cpp"
bdc6fff9
GL
3774
3775# Check whether --with-threads or --without-threads was given.
3776if test "${with_threads+set}" = set; then
3777 withval="$with_threads"
3778 USE_THREADS="$withval"
3779fi
3780
3781
3782if test "$USE_THREADS" = "1"; then
bdc6fff9
GL
3783
3784 echo $ac_n "checking for pthread_create in -lpthread-0.7""... $ac_c" 1>&6
7a4b9130 3785echo "configure:3786: checking for pthread_create in -lpthread-0.7" >&5
bdc6fff9
GL
3786ac_lib_var=`echo pthread-0.7'_'pthread_create | sed 'y%./+-%__p_%'`
3787if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3788 echo $ac_n "(cached) $ac_c" 1>&6
3789else
3790 ac_save_LIBS="$LIBS"
3791LIBS="-lpthread-0.7 $LIBS"
3792cat > conftest.$ac_ext <<EOF
7a4b9130 3793#line 3794 "configure"
bdc6fff9
GL
3794#include "confdefs.h"
3795/* Override any gcc2 internal prototype to avoid an error. */
3796/* We use char because int might match the return type of a gcc2
3797 builtin and then its argument prototype would still apply. */
3798char pthread_create();
3799
3800int main() {
3801pthread_create()
3802; return 0; }
3803EOF
7a4b9130 3804if { (eval echo configure:3805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
bdc6fff9
GL
3805 rm -rf conftest*
3806 eval "ac_cv_lib_$ac_lib_var=yes"
3807else
3808 echo "configure: failed program was:" >&5
3809 cat conftest.$ac_ext >&5
3810 rm -rf conftest*
3811 eval "ac_cv_lib_$ac_lib_var=no"
3812fi
3813rm -f conftest*
3814LIBS="$ac_save_LIBS"
3815
3816fi
3817if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3818 echo "$ac_t""yes" 1>&6
3819
3820 UNIX_THREAD="gtk/threadpsx.cpp"
3821 THREADS_LINK="-lpthread-0.7"
3822 cat >> confdefs.h <<\EOF
3823#define USE_THREADS 1
3824EOF
3825
3826
3827else
3828 echo "$ac_t""no" 1>&6
3829
3830 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
7a4b9130 3831echo "configure:3832: checking for pthread_create in -lpthread" >&5
7c351dad
GL
3832ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
3833if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3834 echo $ac_n "(cached) $ac_c" 1>&6
3835else
3836 ac_save_LIBS="$LIBS"
3837LIBS="-lpthread $LIBS"
3838cat > conftest.$ac_ext <<EOF
7a4b9130 3839#line 3840 "configure"
7c351dad
GL
3840#include "confdefs.h"
3841/* Override any gcc2 internal prototype to avoid an error. */
3842/* We use char because int might match the return type of a gcc2
3843 builtin and then its argument prototype would still apply. */
3844char pthread_create();
3845
3846int main() {
3847pthread_create()
3848; return 0; }
3849EOF
7a4b9130 3850if { (eval echo configure:3851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
7c351dad
GL
3851 rm -rf conftest*
3852 eval "ac_cv_lib_$ac_lib_var=yes"
3853else
3854 echo "configure: failed program was:" >&5
3855 cat conftest.$ac_ext >&5
3856 rm -rf conftest*
3857 eval "ac_cv_lib_$ac_lib_var=no"
3858fi
3859rm -f conftest*
3860LIBS="$ac_save_LIBS"
3861
3862fi
3863if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3864 echo "$ac_t""yes" 1>&6
82052aff 3865
bdc6fff9
GL
3866 UNIX_THREAD="gtk/threadpsx.cpp"
3867 THREADS_LINK="-lpthread"
3868 cat >> confdefs.h <<\EOF
82052aff 3869#define USE_THREADS 1
7c351dad 3870EOF
7c351dad 3871
bdc6fff9 3872
7c351dad
GL
3873else
3874 echo "$ac_t""no" 1>&6
3875fi
3876
bdc6fff9
GL
3877
3878fi
3879
3880 echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
7a4b9130 3881echo "configure:3882: checking for pthread_create in -lpthreads" >&5
7c351dad
GL
3882ac_lib_var=`echo pthreads'_'pthread_create | sed 'y%./+-%__p_%'`
3883if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3884 echo $ac_n "(cached) $ac_c" 1>&6
3885else
3886 ac_save_LIBS="$LIBS"
3887LIBS="-lpthreads $LIBS"
3888cat > conftest.$ac_ext <<EOF
7a4b9130 3889#line 3890 "configure"
7c351dad
GL
3890#include "confdefs.h"
3891/* Override any gcc2 internal prototype to avoid an error. */
3892/* We use char because int might match the return type of a gcc2
3893 builtin and then its argument prototype would still apply. */
3894char pthread_create();
3895
3896int main() {
3897pthread_create()
3898; return 0; }
3899EOF
7a4b9130 3900if { (eval echo configure:3901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
7c351dad
GL
3901 rm -rf conftest*
3902 eval "ac_cv_lib_$ac_lib_var=yes"
3903else
3904 echo "configure: failed program was:" >&5
3905 cat conftest.$ac_ext >&5
3906 rm -rf conftest*
3907 eval "ac_cv_lib_$ac_lib_var=no"
3908fi
3909rm -f conftest*
3910LIBS="$ac_save_LIBS"
3911
3912fi
3913if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3914 echo "$ac_t""yes" 1>&6
82052aff 3915
bdc6fff9
GL
3916 UNIX_THREAD="gtk/threadpsx.cpp"
3917 THREADS_LINK="-lpthreads"
3918 cat >> confdefs.h <<\EOF
82052aff
GL
3919#define USE_THREADS 1
3920EOF
3921
bdc6fff9 3922
7c351dad
GL
3923else
3924 echo "$ac_t""no" 1>&6
3925fi
3926
7a4b9130
GL
3927 echo $ac_n "checking for sproc""... $ac_c" 1>&6
3928echo "configure:3929: checking for sproc" >&5
3929if eval "test \"`echo '$''{'ac_cv_func_sproc'+set}'`\" = set"; then
3930 echo $ac_n "(cached) $ac_c" 1>&6
3931else
3932 cat > conftest.$ac_ext <<EOF
3933#line 3934 "configure"
3934#include "confdefs.h"
3935/* System header to define __stub macros and hopefully few prototypes,
3936 which can conflict with char sproc(); below. */
3937#include <assert.h>
3938/* Override any gcc2 internal prototype to avoid an error. */
3939/* We use char because int might match the return type of a gcc2
3940 builtin and then its argument prototype would still apply. */
3941char sproc();
3942
3943int main() {
3944
3945/* The GNU C library defines this for functions which it implements
3946 to always fail with ENOSYS. Some functions are actually named
3947 something starting with __ and the normal name is an alias. */
3948#if defined (__stub_sproc) || defined (__stub___sproc)
3949choke me
3950#else
3951sproc();
3952#endif
3953
3954; return 0; }
3955EOF
3956if { (eval echo configure:3957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3957 rm -rf conftest*
3958 eval "ac_cv_func_sproc=yes"
3959else
3960 echo "configure: failed program was:" >&5
3961 cat conftest.$ac_ext >&5
3962 rm -rf conftest*
3963 eval "ac_cv_func_sproc=no"
3964fi
3965rm -f conftest*
3966fi
3967
3968if eval "test \"`echo '$ac_cv_func_'sproc`\" = yes"; then
3969 echo "$ac_t""yes" 1>&6
3970
3971 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
7c351dad 3972echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
7a4b9130 3973echo "configure:3974: checking for sys/prctl.h" >&5
7c351dad
GL
3974if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3975 echo $ac_n "(cached) $ac_c" 1>&6
3976else
3977 cat > conftest.$ac_ext <<EOF
7a4b9130 3978#line 3979 "configure"
7c351dad
GL
3979#include "confdefs.h"
3980#include <sys/prctl.h>
3981EOF
3982ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7a4b9130 3983{ (eval echo configure:3984: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7c351dad
GL
3984ac_err=`grep -v '^ *+' conftest.out`
3985if test -z "$ac_err"; then
3986 rm -rf conftest*
3987 eval "ac_cv_header_$ac_safe=yes"
3988else
3989 echo "$ac_err" >&5
3990 echo "configure: failed program was:" >&5
3991 cat conftest.$ac_ext >&5
3992 rm -rf conftest*
3993 eval "ac_cv_header_$ac_safe=no"
3994fi
3995rm -f conftest*
3996fi
3997if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3998 echo "$ac_t""yes" 1>&6
82052aff 3999
7a4b9130
GL
4000 UNIX_THREAD="gtk/threadsgi.cpp"
4001 cat >> confdefs.h <<\EOF
82052aff
GL
4002#define USE_THREADS 1
4003EOF
4004
7a4b9130
GL
4005
4006else
4007 echo "$ac_t""no" 1>&6
4008fi
4009
bdc6fff9 4010
7c351dad
GL
4011else
4012 echo "$ac_t""no" 1>&6
4013fi
4014
bdc6fff9
GL
4015fi
4016
7c351dad 4017
c801d85f 4018
82052aff 4019
c801d85f 4020echo $ac_n "checking for long file names""... $ac_c" 1>&6
7a4b9130 4021echo "configure:4022: checking for long file names" >&5
c801d85f
KB
4022if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then
4023 echo $ac_n "(cached) $ac_c" 1>&6
4024else
4025 ac_cv_sys_long_file_names=yes
4026# Test for long file names in all the places we know might matter:
4027# . the current directory, where building will happen
4028# $prefix/lib where we will be installing things
4029# $exec_prefix/lib likewise
4030# eval it to expand exec_prefix.
4031# $TMPDIR if set, where it might want to write temporary files
4032# if $TMPDIR is not set:
4033# /tmp where it might want to write temporary files
4034# /var/tmp likewise
4035# /usr/tmp likewise
4036if test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; then
4037 ac_tmpdirs="$TMPDIR"
4038else
4039 ac_tmpdirs='/tmp /var/tmp /usr/tmp'
4040fi
4041for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
4042 test -d $ac_dir || continue
4043 test -w $ac_dir || continue # It is less confusing to not echo anything here.
4044 (echo 1 > $ac_dir/conftest9012345) 2>/dev/null
4045 (echo 2 > $ac_dir/conftest9012346) 2>/dev/null
4046 val=`cat $ac_dir/conftest9012345 2>/dev/null`
4047 if test ! -f $ac_dir/conftest9012345 || test "$val" != 1; then
4048 ac_cv_sys_long_file_names=no
4049 rm -f $ac_dir/conftest9012345 $ac_dir/conftest9012346 2>/dev/null
4050 break
4051 fi
4052 rm -f $ac_dir/conftest9012345 $ac_dir/conftest9012346 2>/dev/null
4053done
4054fi
4055
4056echo "$ac_t""$ac_cv_sys_long_file_names" 1>&6
4057if test $ac_cv_sys_long_file_names = yes; then
4058 cat >> confdefs.h <<\EOF
4059#define HAVE_LONG_FILE_NAMES 1
4060EOF
4061
4062fi
4063
4064
4065
4066
4067for ac_prog in 'bison -y' byacc
4068do
4069# Extract the first word of "$ac_prog", so it can be a program name with args.
4070set dummy $ac_prog; ac_word=$2
4071echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7a4b9130 4072echo "configure:4073: checking for $ac_word" >&5
c801d85f
KB
4073if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
4074 echo $ac_n "(cached) $ac_c" 1>&6
4075else
4076 if test -n "$YACC"; then
4077 ac_cv_prog_YACC="$YACC" # Let the user override the test.
4078else
4079 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4080 for ac_dir in $PATH; do
4081 test -z "$ac_dir" && ac_dir=.
4082 if test -f $ac_dir/$ac_word; then
4083 ac_cv_prog_YACC="$ac_prog"
4084 break
4085 fi
4086 done
4087 IFS="$ac_save_ifs"
4088fi
4089fi
4090YACC="$ac_cv_prog_YACC"
4091if test -n "$YACC"; then
4092 echo "$ac_t""$YACC" 1>&6
4093else
4094 echo "$ac_t""no" 1>&6
4095fi
4096
4097test -n "$YACC" && break
4098done
4099test -n "$YACC" || YACC="yacc"
4100
4101
4102# Extract the first word of "flex", so it can be a program name with args.
4103set dummy flex; ac_word=$2
4104echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7a4b9130 4105echo "configure:4106: checking for $ac_word" >&5
c801d85f
KB
4106if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
4107 echo $ac_n "(cached) $ac_c" 1>&6
4108else
4109 if test -n "$LEX"; then
4110 ac_cv_prog_LEX="$LEX" # Let the user override the test.
4111else
4112 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4113 for ac_dir in $PATH; do
4114 test -z "$ac_dir" && ac_dir=.
4115 if test -f $ac_dir/$ac_word; then
4116 ac_cv_prog_LEX="flex"
4117 break
4118 fi
4119 done
4120 IFS="$ac_save_ifs"
4121 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
4122fi
4123fi
4124LEX="$ac_cv_prog_LEX"
4125if test -n "$LEX"; then
4126 echo "$ac_t""$LEX" 1>&6
4127else
4128 echo "$ac_t""no" 1>&6
4129fi
4130
4131if test -z "$LEXLIB"
4132then
4133 case "$LEX" in
4134 flex*) ac_lib=fl ;;
4135 *) ac_lib=l ;;
4136 esac
4137 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
7a4b9130 4138echo "configure:4139: checking for yywrap in -l$ac_lib" >&5
c801d85f
KB
4139ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
4140if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4141 echo $ac_n "(cached) $ac_c" 1>&6
4142else
4143 ac_save_LIBS="$LIBS"
4144LIBS="-l$ac_lib $LIBS"
4145cat > conftest.$ac_ext <<EOF
7a4b9130 4146#line 4147 "configure"
c801d85f
KB
4147#include "confdefs.h"
4148/* Override any gcc2 internal prototype to avoid an error. */
4149/* We use char because int might match the return type of a gcc2
4150 builtin and then its argument prototype would still apply. */
4151char yywrap();
4152
4153int main() {
4154yywrap()
4155; return 0; }
4156EOF
7a4b9130 4157if { (eval echo configure:4158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
4158 rm -rf conftest*
4159 eval "ac_cv_lib_$ac_lib_var=yes"
4160else
4161 echo "configure: failed program was:" >&5
4162 cat conftest.$ac_ext >&5
4163 rm -rf conftest*
4164 eval "ac_cv_lib_$ac_lib_var=no"
4165fi
4166rm -f conftest*
4167LIBS="$ac_save_LIBS"
4168
4169fi
4170if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4171 echo "$ac_t""yes" 1>&6
4172 LEXLIB="-l$ac_lib"
4173else
4174 echo "$ac_t""no" 1>&6
4175fi
4176
4177fi
4178
4179echo $ac_n "checking lex output file root""... $ac_c" 1>&6
7a4b9130 4180echo "configure:4181: checking lex output file root" >&5
c801d85f
KB
4181if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
4182 echo $ac_n "(cached) $ac_c" 1>&6
4183else
4184 # The minimal lex program is just a single line: %%. But some broken lexes
4185# (Solaris, I think it was) want two %% lines, so accommodate them.
4186echo '%%
4187%%' | $LEX
4188if test -f lex.yy.c; then
4189 ac_cv_prog_lex_root=lex.yy
4190elif test -f lexyy.c; then
4191 ac_cv_prog_lex_root=lexyy
4192else
4193 { echo "configure: error: cannot find output from $LEX; giving up" 1>&2; exit 1; }
4194fi
4195fi
4196
4197echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
4198LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
4199
4200echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
7a4b9130 4201echo "configure:4202: checking whether yytext is a pointer" >&5
c801d85f
KB
4202if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
4203 echo $ac_n "(cached) $ac_c" 1>&6
4204else
4205 # POSIX says lex can declare yytext either as a pointer or an array; the
4206# default is implementation-dependent. Figure out which it is, since
4207# not all implementations provide the %pointer and %array declarations.
4208ac_cv_prog_lex_yytext_pointer=no
4209echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
4210ac_save_LIBS="$LIBS"
4211LIBS="$LIBS $LEXLIB"
4212cat > conftest.$ac_ext <<EOF
7a4b9130 4213#line 4214 "configure"
c801d85f
KB
4214#include "confdefs.h"
4215`cat $LEX_OUTPUT_ROOT.c`
4216int main() {
4217
4218; return 0; }
4219EOF
7a4b9130 4220if { (eval echo configure:4221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
c801d85f
KB
4221 rm -rf conftest*
4222 ac_cv_prog_lex_yytext_pointer=yes
4223else
4224 echo "configure: failed program was:" >&5
4225 cat conftest.$ac_ext >&5
4226fi
4227rm -f conftest*
4228LIBS="$ac_save_LIBS"
4229rm -f "${LEX_OUTPUT_ROOT}.c"
4230
4231fi
4232
4233echo "$ac_t""$ac_cv_prog_lex_yytext_pointer" 1>&6
4234if test $ac_cv_prog_lex_yytext_pointer = yes; then
4235 cat >> confdefs.h <<\EOF
4236#define YYTEXT_POINTER 1
4237EOF
4238
4239fi
4240
4241
4242
4243CHECK_INCLUDE="-I/usr/include $X_CFLAGS"
4244CHECK_LIB="-L/lib -L/usr/lib $X_LIBS"
4245
4246
4247
4248# Make sure we can run config.sub.
4249if $ac_config_sub sun4 >/dev/null 2>&1; then :
4250else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
4251fi
4252
4253echo $ac_n "checking host system type""... $ac_c" 1>&6
7a4b9130 4254echo "configure:4255: checking host system type" >&5
c801d85f
KB
4255
4256host_alias=$host
4257case "$host_alias" in
4258NONE)
4259 case $nonopt in
4260 NONE)
4261 if host_alias=`$ac_config_guess`; then :
4262 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
4263 fi ;;
4264 *) host_alias=$nonopt ;;
4265 esac ;;
4266esac
4267
4268host=`$ac_config_sub $host_alias`
4269host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
4270host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
4271host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4272echo "$ac_t""$host" 1>&6
4273
4274canonical=$host
4275configuration=$host_alias
4276
4277
4278USE_GTK=1
4279USE_UNIX=1
4280
4281TOOLKIT=GTK
2049ba38 4282TOOLKIT_DEF=__WXGTK__
c801d85f
KB
4283
4284USE_LINUX=
4285USE_SGI=
4286USE_HPUX=
4287USE_SYSV=
4288USE_SVR4=
4289USE_AIX=
4290USE_SUN=
4291USE_SOLARIS=
4292USE_SUNOS=
4293USE_ALPHA=
4294USE_OSF=
4295USE_BSD=
4296USE_FREEBSD=
4297USE_VMS=
4298USE_ULTRIX=
4299USE_DATA_GENERAL=
4300
4301case "${canonical}" in
4302 *-hp-hpux* )
4303 USE_HPUX=1
4304 cat >> confdefs.h <<\EOF
4305#define __HPUX__ 1
4306EOF
4307
4308 ;;
4309 *-*-linux* )
4310 USE_LINUX=1
4311 cat >> confdefs.h <<\EOF
4312#define __LINUX__ 1
4313EOF
4314
4315 ;;
4316 *-*-irix5* | *-*-irix6* )
4317 USE_SGI=1
4318 USE_SVR4=1
4319 cat >> confdefs.h <<\EOF
4320#define __SGI__ 1
4321EOF
4322
4323 cat >> confdefs.h <<\EOF
4324#define __SVR4__ 1
4325EOF
4326
4327 ;;
4328 *-*-solaris2* )
4329 USE_SUN=1
4330 USE_SOLARIS=1
4331 USE_SVR4=1
4332 cat >> confdefs.h <<\EOF
4333#define __SUN__ 1
4334EOF
4335
4336 cat >> confdefs.h <<\EOF
4337#define __SOLARIS__ 1
4338EOF
4339
4340 cat >> confdefs.h <<\EOF
4341#define __SVR4__ 1
4342EOF
4343
4344 ;;
4345 *-*-sunos4* )
4346 USE_SUN=1
4347 USE_SUNOS=1
4348 USE_BSD=1
4349 cat >> confdefs.h <<\EOF
4350#define __SUN__ 1
4351EOF
4352
4353 cat >> confdefs.h <<\EOF
4354#define __SUNOS__ 1
4355EOF
4356
4357 cat >> confdefs.h <<\EOF
4358#define __BSD__ 1
4359EOF
4360
4361 ;;
4362 *-*-freebsd* | *-*-netbsd*)
4363 USE_BSD=1
4364 USE_FREEBSD=1
4365 cat >> confdefs.h <<\EOF
4366#define __FREEBSD__ 1
4367EOF
4368
4369 cat >> confdefs.h <<\EOF
4370#define __BSD__ 1
4371EOF
4372
4373 ;;
4374 *-*-osf* )
4375 USE_ALPHA=1
4376 USE_OSF=1
4377 cat >> confdefs.h <<\EOF
4378#define __ALPHA__ 1
4379EOF
4380
4381 cat >> confdefs.h <<\EOF
4382#define __OSF__ 1
4383EOF
4384
4385 ;;
4386 *-*-dgux5* )
4387 USE_ALPHA=1
4388 USE_SVR4=1
4389 cat >> confdefs.h <<\EOF
4390#define __ALPHA__ 1
4391EOF
4392
4393 cat >> confdefs.h <<\EOF
4394#define __SVR4__ 1
4395EOF
4396
4397 ;;
4398 *-*-sysv5* )
4399 USE_SYSV=1
4400 USE_SVR4=1
4401 cat >> confdefs.h <<\EOF
4402#define __SYSV__ 1
4403EOF
4404
4405 cat >> confdefs.h <<\EOF
4406#define __SVR4__ 1
4407EOF
4408
4409 ;;
4410 *-*-aix* )
4411 USE_AIX=1
4412 USE_SYSV=1
4413 USE_SVR4=1
4414 cat >> confdefs.h <<\EOF
4415#define __AIX__ 1
4416EOF
4417
4418 cat >> confdefs.h <<\EOF
4419#define __SYSV__ 1
4420EOF
4421
4422 cat >> confdefs.h <<\EOF
4423#define __SVR4__ 1
4424EOF
4425
4426 ;;
4427 *)
4428 { echo "configure: error: I don't know your system type." 1>&2; exit 1; }
4429esac
4430
4431
4432
4433rm -f ${OSTYPE}.system.cache.tmp
4434touch ${OSTYPE}.system.cache.tmp
4435touch ${OSTYPE}.system.cache
4436
4437
4438DEFAULT_USE_SHARED=0
4439DEFAULT_USE_OPTIMISE=1
4440DEFAULT_USE_PROFILE=0
4441DEFAULT_USE_DEBUG_FLAG=0
4442DEFAULT_USE_DEBUG_INFO=0
4443DEFAULT_USE_MEM_TRACING=0
4444
4445DEFAULT_USE_ZLIB=1
4446DEFAULT_USE_GDK_IMLIB=1
4447DEFAULT_USE_LIBPNG=1
4448
cf447356 4449DEFAULT_USE_APPLE_IEEE=1
c801d85f
KB
4450DEFAULT_USE_STORABLE_CLASSES=1
4451DEFAULT_USE_AUTOTRANS=1
4452DEFAULT_USE_AFM_FOR_POSTSCRIPT=1
4453DEFAULT_WX_NORMALIZED_PS_FONTS=1
4454
4455DEFAULT_USE_IOSTREAMH=1
4456
c801d85f
KB
4457DEFAULT_USE_OPENGL=0
4458
53b28675 4459DEFAULT_USE_WXCONFIG=1
c801d85f
KB
4460DEFAULT_USE_POSTSCRIPT=1
4461DEFAULT_USE_IPC=1
4462DEFAULT_USE_RESOURCES=1
4463DEFAULT_USE_TIMEDATE=1
4464DEFAULT_USE_FRACTION=1
4465DEFAULT_USE_CONSTRAINTS=1
4466DEFAULT_USE_TOOLBAR=1
4467DEFAULT_USE_GAUGE=1
4468DEFAULT_USE_SCROLLBAR=1
4469DEFAULT_USE_DOC_VIEW_ARCHITECTURE=1
4470DEFAULT_USE_PRINTING_ARCHITECTURE=1
4471
4472DEFAULT_USE_METAFILE=0
4473DEFAULT_USE_HELP=0
4474DEFAULT_USE_CLIPBOARD=0
4475DEFAULT_USE_VLBOX=0
4476DEFAULT_USE_WXGRAPH=0
4477DEFAULT_USE_WXTREE=0
4478DEFAULT_USE_ENHANCED_DIALOG=0
4479
4480DEFAULT_USE_FORM=0
53b28675 4481DEFAULT_USE_PROLOGIO=1
c801d85f
KB
4482DEFAULT_USE_RPC=0
4483DEFAULT_USE_WX_RESOURCES=1
4484
4485
4486
4487echo $ac_n "checking "for shared"""... $ac_c" 1>&6
7a4b9130 4488echo "configure:4489: checking "for shared"" >&5
c801d85f
KB
4489# Check whether --with-shared or --without-shared was given.
4490if test "${with_shared+set}" = set; then
4491 withval="$with_shared"
4492 if test "x$with_shared" = xyes; then
4493 ac_cv_use_shared='USE_SHARED="1"'
4494else
4495 ac_cv_use_shared='USE_SHARED="0"'
4496fi
4497else
4498
4499 LINE=`grep "USE_SHARED" ${OSTYPE}.system.cache`
4500 if test "x$LINE" != x ; then
4501 eval "DEFAULT_$LINE"
4502 fi
4503 ac_cv_use_shared='USE_SHARED='$DEFAULT_USE_SHARED
4504
4505fi
4506
4507eval "$ac_cv_use_shared"
4508echo $ac_cv_use_shared >> ${OSTYPE}.system.cache.tmp
4509if test "$USE_SHARED" = 1; then
4510 echo "$ac_t""yes" 1>&6
4511else
4512 echo "$ac_t""no" 1>&6
4513fi
4514
4515
4516
4517echo $ac_n "checking "for optimise"""... $ac_c" 1>&6
7a4b9130 4518echo "configure:4519: checking "for optimise"" >&5
c801d85f
KB
4519# Check whether --with-optimise or --without-optimise was given.
4520if test "${with_optimise+set}" = set; then
4521 withval="$with_optimise"
4522 if test "x$with_optimise" = xyes; then
4523 ac_cv_use_optimise='USE_OPTIMISE="1"'
4524else
4525 ac_cv_use_optimise='USE_OPTIMISE="0"'
4526fi
4527else
4528
4529 LINE=`grep "USE_OPTIMISE" ${OSTYPE}.system.cache`
4530 if test "x$LINE" != x ; then
4531 eval "DEFAULT_$LINE"
4532 fi
4533 ac_cv_use_optimise='USE_OPTIMISE='$DEFAULT_USE_OPTIMISE
4534
4535fi
4536
4537eval "$ac_cv_use_optimise"
4538echo $ac_cv_use_optimise >> ${OSTYPE}.system.cache.tmp
4539if test "$USE_OPTIMISE" = 1; then
4540 echo "$ac_t""yes" 1>&6
4541else
4542 echo "$ac_t""no" 1>&6
4543fi
4544
4545
4546
4547echo $ac_n "checking "for debug_flag"""... $ac_c" 1>&6
7a4b9130 4548echo "configure:4549: checking "for debug_flag"" >&5
c801d85f
KB
4549# Check whether --with-debug_flag or --without-debug_flag was given.
4550if test "${with_debug_flag+set}" = set; then
4551 withval="$with_debug_flag"
4552 if test "x$with_debug_flag" = xyes; then
4553 ac_cv_use_debug_flag='USE_DEBUG_FLAG="1"'
4554else
4555 ac_cv_use_debug_flag='USE_DEBUG_FLAG="0"'
4556fi
4557else
4558
4559 LINE=`grep "USE_DEBUG_FLAG" ${OSTYPE}.system.cache`
4560 if test "x$LINE" != x ; then
4561 eval "DEFAULT_$LINE"
4562 fi
4563 ac_cv_use_debug_flag='USE_DEBUG_FLAG='$DEFAULT_USE_DEBUG_FLAG
4564
4565fi
4566
4567eval "$ac_cv_use_debug_flag"
4568echo $ac_cv_use_debug_flag >> ${OSTYPE}.system.cache.tmp
4569if test "$USE_DEBUG_FLAG" = 1; then
4570 echo "$ac_t""yes" 1>&6
4571else
4572 echo "$ac_t""no" 1>&6
4573fi
4574
4575
4576
4577echo $ac_n "checking "for debug_info"""... $ac_c" 1>&6
7a4b9130 4578echo "configure:4579: checking "for debug_info"" >&5
c801d85f
KB
4579# Check whether --with-debug_info or --without-debug_info was given.
4580if test "${with_debug_info+set}" = set; then
4581 withval="$with_debug_info"
4582 if test "x$with_debug_info" = xyes; then
4583 ac_cv_use_debug_info='USE_DEBUG_INFO="1"'
4584else
4585 ac_cv_use_debug_info='USE_DEBUG_INFO="0"'
4586fi
4587else
4588
4589 LINE=`grep "USE_DEBUG_INFO" ${OSTYPE}.system.cache`
4590 if test "x$LINE" != x ; then
4591 eval "DEFAULT_$LINE"
4592 fi
4593 ac_cv_use_debug_info='USE_DEBUG_INFO='$DEFAULT_USE_DEBUG_INFO
4594
4595fi
4596
4597eval "$ac_cv_use_debug_info"
4598echo $ac_cv_use_debug_info >> ${OSTYPE}.system.cache.tmp
4599if test "$USE_DEBUG_INFO" = 1; then
4600 echo "$ac_t""yes" 1>&6
4601else
4602 echo "$ac_t""no" 1>&6
4603fi
4604
4605
4606
4607echo $ac_n "checking "for mem_tracing"""... $ac_c" 1>&6
7a4b9130 4608echo "configure:4609: checking "for mem_tracing"" >&5
c801d85f
KB
4609# Check whether --with-mem_tracing or --without-mem_tracing was given.
4610if test "${with_mem_tracing+set}" = set; then
4611 withval="$with_mem_tracing"
4612 if test "x$with_mem_tracing" = xyes; then
4613 ac_cv_use_mem_tracing='USE_MEM_TRACING="1"'
4614else
4615 ac_cv_use_mem_tracing='USE_MEM_TRACING="0"'
4616fi
4617else
4618
4619 LINE=`grep "USE_MEM_TRACING" ${OSTYPE}.system.cache`
4620 if test "x$LINE" != x ; then
4621 eval "DEFAULT_$LINE"
4622 fi
4623 ac_cv_use_mem_tracing='USE_MEM_TRACING='$DEFAULT_USE_MEM_TRACING
4624
4625fi
4626
4627eval "$ac_cv_use_mem_tracing"
4628echo $ac_cv_use_mem_tracing >> ${OSTYPE}.system.cache.tmp
4629if test "$USE_MEM_TRACING" = 1; then
4630 echo "$ac_t""yes" 1>&6
4631else
4632 echo "$ac_t""no" 1>&6
4633fi
4634
4635
4636
4637echo $ac_n "checking "for profile"""... $ac_c" 1>&6
7a4b9130 4638echo "configure:4639: checking "for profile"" >&5
c801d85f
KB
4639# Check whether --with-profile or --without-profile was given.
4640if test "${with_profile+set}" = set; then
4641 withval="$with_profile"
4642 if test "x$with_profile" = xyes; then
4643 ac_cv_use_profile='USE_PROFILE="1"'
4644else
4645 ac_cv_use_profile='USE_PROFILE="0"'
4646fi
4647else
4648
4649 LINE=`grep "USE_PROFILE" ${OSTYPE}.system.cache`
4650 if test "x$LINE" != x ; then
4651 eval "DEFAULT_$LINE"
4652 fi
4653 ac_cv_use_profile='USE_PROFILE='$DEFAULT_USE_PROFILE
4654
4655fi
4656
4657eval "$ac_cv_use_profile"
4658echo $ac_cv_use_profile >> ${OSTYPE}.system.cache.tmp
4659if test "$USE_PROFILE" = 1; then
4660 echo "$ac_t""yes" 1>&6
4661else
4662 echo "$ac_t""no" 1>&6
4663fi
4664
4665
4666
4667
4668echo $ac_n "checking "for zlib"""... $ac_c" 1>&6
7a4b9130 4669echo "configure:4670: checking "for zlib"" >&5
c801d85f
KB
4670# Check whether --with-zlib or --without-zlib was given.
4671if test "${with_zlib+set}" = set; then
4672 withval="$with_zlib"
4673 if test "x$with_zlib" = xyes; then
4674 ac_cv_use_zlib='USE_ZLIB="1"'
4675else
4676 ac_cv_use_zlib='USE_ZLIB="0"'
4677fi
4678else
4679
4680 LINE=`grep "USE_ZLIB" ${OSTYPE}.system.cache`
4681 if test "x$LINE" != x ; then
4682 eval "DEFAULT_$LINE"
4683 fi
4684 ac_cv_use_zlib='USE_ZLIB='$DEFAULT_USE_ZLIB
4685
4686fi
4687
4688eval "$ac_cv_use_zlib"
4689echo $ac_cv_use_zlib >> ${OSTYPE}.system.cache.tmp
4690if test "$USE_ZLIB" = 1; then
4691 echo "$ac_t""yes" 1>&6
4692else
4693 echo "$ac_t""no" 1>&6
4694fi
4695
4696
4697
4698echo $ac_n "checking "for gdk_imlib"""... $ac_c" 1>&6
7a4b9130 4699echo "configure:4700: checking "for gdk_imlib"" >&5
c801d85f
KB
4700# Check whether --with-gdk_imlib or --without-gdk_imlib was given.
4701if test "${with_gdk_imlib+set}" = set; then
4702 withval="$with_gdk_imlib"
4703 if test "x$with_gdk_imlib" = xyes; then
4704 ac_cv_use_gdk_imlib='USE_GDK_IMLIB="1"'
4705else
4706 ac_cv_use_gdk_imlib='USE_GDK_IMLIB="0"'
4707fi
4708else
4709
4710 LINE=`grep "USE_GDK_IMLIB" ${OSTYPE}.system.cache`
4711 if test "x$LINE" != x ; then
4712 eval "DEFAULT_$LINE"
4713 fi
4714 ac_cv_use_gdk_imlib='USE_GDK_IMLIB='$DEFAULT_USE_GDK_IMLIB
4715
4716fi
4717
4718eval "$ac_cv_use_gdk_imlib"
4719echo $ac_cv_use_gdk_imlib >> ${OSTYPE}.system.cache.tmp
4720if test "$USE_GDK_IMLIB" = 1; then
4721 echo "$ac_t""yes" 1>&6
4722else
4723 echo "$ac_t""no" 1>&6
4724fi
4725
4726
4727
4728echo $ac_n "checking "for libpng"""... $ac_c" 1>&6
7a4b9130 4729echo "configure:4730: checking "for libpng"" >&5
c801d85f
KB
4730# Check whether --with-libpng or --without-libpng was given.
4731if test "${with_libpng+set}" = set; then
4732 withval="$with_libpng"
4733 if test "x$with_libpng" = xyes; then
4734 ac_cv_use_libpng='USE_LIBPNG="1"'
4735else
4736 ac_cv_use_libpng='USE_LIBPNG="0"'
4737fi
4738else
4739
4740 LINE=`grep "USE_LIBPNG" ${OSTYPE}.system.cache`
4741 if test "x$LINE" != x ; then
4742 eval "DEFAULT_$LINE"
4743 fi
4744 ac_cv_use_libpng='USE_LIBPNG='$DEFAULT_USE_LIBPNG
4745
4746fi
4747
4748eval "$ac_cv_use_libpng"
4749echo $ac_cv_use_libpng >> ${OSTYPE}.system.cache.tmp
4750if test "$USE_LIBPNG" = 1; then
4751 echo "$ac_t""yes" 1>&6
4752else
4753 echo "$ac_t""no" 1>&6
4754fi
4755
4756
4757
c801d85f 4758echo $ac_n "checking "for opengl"""... $ac_c" 1>&6
7a4b9130 4759echo "configure:4760: checking "for opengl"" >&5
c801d85f
KB
4760# Check whether --with-opengl or --without-opengl was given.
4761if test "${with_opengl+set}" = set; then
4762 withval="$with_opengl"
4763 if test "x$with_opengl" = xyes; then
4764 ac_cv_use_opengl='USE_OPENGL="1"'
4765else
4766 ac_cv_use_opengl='USE_OPENGL="0"'
4767fi
4768else
4769
4770 LINE=`grep "USE_OPENGL" ${OSTYPE}.system.cache`
4771 if test "x$LINE" != x ; then
4772 eval "DEFAULT_$LINE"
4773 fi
4774 ac_cv_use_opengl='USE_OPENGL='$DEFAULT_USE_OPENGL
4775
4776fi
4777
4778eval "$ac_cv_use_opengl"
4779echo $ac_cv_use_opengl >> ${OSTYPE}.system.cache.tmp
4780if test "$USE_OPENGL" = 1; then
4781 echo "$ac_t""yes" 1>&6
4782else
4783 echo "$ac_t""no" 1>&6
4784fi
4785
4786
4787
4788
595bcfe9 4789echo $ac_n "checking "for apple_ieee"""... $ac_c" 1>&6
7a4b9130 4790echo "configure:4791: checking "for apple_ieee"" >&5
595bcfe9 4791# Check whether --with-apple_ieee or --without-apple_ieee was given.
cf447356
GL
4792if test "${with_apple_ieee+set}" = set; then
4793 withval="$with_apple_ieee"
595bcfe9
KB
4794 if test "x$with_apple_ieee" = xyes; then
4795 ac_cv_use_apple_ieee='USE_APPLE_IEEE="1"'
cf447356 4796else
595bcfe9 4797 ac_cv_use_apple_ieee='USE_APPLE_IEEE="0"'
cf447356
GL
4798fi
4799else
4800
4801 LINE=`grep "USE_APPLE_IEEE" ${OSTYPE}.system.cache`
4802 if test "x$LINE" != x ; then
4803 eval "DEFAULT_$LINE"
4804 fi
595bcfe9 4805 ac_cv_use_apple_ieee='USE_APPLE_IEEE='$DEFAULT_USE_APPLE_IEEE
cf447356
GL
4806
4807fi
4808
595bcfe9
KB
4809eval "$ac_cv_use_apple_ieee"
4810echo $ac_cv_use_apple_ieee >> ${OSTYPE}.system.cache.tmp
cf447356
GL
4811if test "$USE_APPLE_IEEE" = 1; then
4812 echo "$ac_t""yes" 1>&6
4813else
4814 echo "$ac_t""no" 1>&6
4815fi
4816
4817
4818
c801d85f 4819echo $ac_n "checking "for storable"""... $ac_c" 1>&6
7a4b9130 4820echo "configure:4821: checking "for storable"" >&5
c801d85f
KB
4821# Check whether --with-storable or --without-storable was given.
4822if test "${with_storable+set}" = set; then
4823 withval="$with_storable"
4824 if test "x$with_storable" = xyes; then
4825 ac_cv_use_storable='USE_STORABLE_CLASSES="1"'
4826else
4827 ac_cv_use_storable='USE_STORABLE_CLASSES="0"'
4828fi
4829else
4830
4831 LINE=`grep "USE_STORABLE_CLASSES" ${OSTYPE}.system.cache`
4832 if test "x$LINE" != x ; then
4833 eval "DEFAULT_$LINE"
4834 fi
4835 ac_cv_use_storable='USE_STORABLE_CLASSES='$DEFAULT_USE_STORABLE_CLASSES
4836
4837fi
4838
4839eval "$ac_cv_use_storable"
4840echo $ac_cv_use_storable >> ${OSTYPE}.system.cache.tmp
4841if test "$USE_STORABLE_CLASSES" = 1; then
4842 echo "$ac_t""yes" 1>&6
4843else
4844 echo "$ac_t""no" 1>&6
4845fi
4846
4847
4848
4849echo $ac_n "checking "for autotrans"""... $ac_c" 1>&6
7a4b9130 4850echo "configure:4851: checking "for autotrans"" >&5
c801d85f
KB
4851# Check whether --with-autotrans or --without-autotrans was given.
4852if test "${with_autotrans+set}" = set; then
4853 withval="$with_autotrans"
4854 if test "x$with_autotrans" = xyes; then
4855 ac_cv_use_autotrans='USE_AUTOTRANS="1"'
4856else
4857 ac_cv_use_autotrans='USE_AUTOTRANS="0"'
4858fi
4859else
4860
4861 LINE=`grep "USE_AUTOTRANS" ${OSTYPE}.system.cache`
4862 if test "x$LINE" != x ; then
4863 eval "DEFAULT_$LINE"
4864 fi
4865 ac_cv_use_autotrans='USE_AUTOTRANS='$DEFAULT_USE_AUTOTRANS
4866
4867fi
4868
4869eval "$ac_cv_use_autotrans"
4870echo $ac_cv_use_autotrans >> ${OSTYPE}.system.cache.tmp
4871if test "$USE_AUTOTRANS" = 1; then
4872 echo "$ac_t""yes" 1>&6
4873else
4874 echo "$ac_t""no" 1>&6
4875fi
4876
4877
4878
4879echo $ac_n "checking "for afmfonts"""... $ac_c" 1>&6
7a4b9130 4880echo "configure:4881: checking "for afmfonts"" >&5
c801d85f
KB
4881# Check whether --with-afmfonts or --without-afmfonts was given.
4882if test "${with_afmfonts+set}" = set; then
4883 withval="$with_afmfonts"
4884 if test "x$with_afmfonts" = xyes; then
4885 ac_cv_use_afmfonts='USE_AFM_FOR_POSTSCRIPT="1"'
4886else
4887 ac_cv_use_afmfonts='USE_AFM_FOR_POSTSCRIPT="0"'
4888fi
4889else
4890
4891 LINE=`grep "USE_AFM_FOR_POSTSCRIPT" ${OSTYPE}.system.cache`
4892 if test "x$LINE" != x ; then
4893 eval "DEFAULT_$LINE"
4894 fi
4895 ac_cv_use_afmfonts='USE_AFM_FOR_POSTSCRIPT='$DEFAULT_USE_AFM_FOR_POSTSCRIPT
4896
4897fi
4898
4899eval "$ac_cv_use_afmfonts"
4900echo $ac_cv_use_afmfonts >> ${OSTYPE}.system.cache.tmp
4901if test "$USE_AFM_FOR_POSTSCRIPT" = 1; then
4902 echo "$ac_t""yes" 1>&6
4903else
4904 echo "$ac_t""no" 1>&6
4905fi
4906
4907
4908
4909echo $ac_n "checking "for normalized"""... $ac_c" 1>&6
7a4b9130 4910echo "configure:4911: checking "for normalized"" >&5
c801d85f
KB
4911# Check whether --with-normalized or --without-normalized was given.
4912if test "${with_normalized+set}" = set; then
4913 withval="$with_normalized"
4914 if test "x$with_normalized" = xyes; then
4915 ac_cv_use_normalized='WX_NORMALIZED_PS_FONTS="1"'
4916else
4917 ac_cv_use_normalized='WX_NORMALIZED_PS_FONTS="0"'
4918fi
4919else
4920
4921 LINE=`grep "WX_NORMALIZED_PS_FONTS" ${OSTYPE}.system.cache`
4922 if test "x$LINE" != x ; then
4923 eval "DEFAULT_$LINE"
4924 fi
4925 ac_cv_use_normalized='WX_NORMALIZED_PS_FONTS='$DEFAULT_WX_NORMALIZED_PS_FONTS
4926
4927fi
4928
4929eval "$ac_cv_use_normalized"
4930echo $ac_cv_use_normalized >> ${OSTYPE}.system.cache.tmp
4931if test "$WX_NORMALIZED_PS_FONTS" = 1; then
4932 echo "$ac_t""yes" 1>&6
4933else
4934 echo "$ac_t""no" 1>&6
4935fi
4936
4937
4938
4939echo $ac_n "checking "for RPC"""... $ac_c" 1>&6
7a4b9130 4940echo "configure:4941: checking "for RPC"" >&5
c801d85f
KB
4941# Check whether --with-rpc or --without-rpc was given.
4942if test "${with_rpc+set}" = set; then
4943 withval="$with_rpc"
4944 if test "x$with_rpc" = xyes; then
4945 ac_cv_use_rpc='USE_RPC="1"'
4946else
4947 ac_cv_use_rpc='USE_RPC="0"'
4948fi
4949else
4950
4951 LINE=`grep "USE_RPC" ${OSTYPE}.system.cache`
4952 if test "x$LINE" != x ; then
4953 eval "DEFAULT_$LINE"
4954 fi
4955 ac_cv_use_rpc='USE_RPC='$DEFAULT_USE_RPC
4956
4957fi
4958
4959eval "$ac_cv_use_rpc"
4960echo $ac_cv_use_rpc >> ${OSTYPE}.system.cache.tmp
4961if test "$USE_RPC" = 1; then
4962 echo "$ac_t""yes" 1>&6
4963else
4964 echo "$ac_t""no" 1>&6
4965fi
4966
4967
4968
4969echo $ac_n "checking "for wxresources"""... $ac_c" 1>&6
7a4b9130 4970echo "configure:4971: checking "for wxresources"" >&5
c801d85f
KB
4971# Check whether --with-wxresources or --without-wxresources was given.
4972if test "${with_wxresources+set}" = set; then
4973 withval="$with_wxresources"
4974 if test "x$with_wxresources" = xyes; then
4975 ac_cv_use_wxresources='USE_WX_RESOURCES="1"'
4976else
4977 ac_cv_use_wxresources='USE_WX_RESOURCES="0"'
4978fi
4979else
4980
4981 LINE=`grep "USE_WX_RESOURCES" ${OSTYPE}.system.cache`
4982 if test "x$LINE" != x ; then
4983 eval "DEFAULT_$LINE"
4984 fi
4985 ac_cv_use_wxresources='USE_WX_RESOURCES='$DEFAULT_USE_WX_RESOURCES
4986
4987fi
4988
4989eval "$ac_cv_use_wxresources"
4990echo $ac_cv_use_wxresources >> ${OSTYPE}.system.cache.tmp
4991if test "$USE_WX_RESOURCES" = 1; then
4992 echo "$ac_t""yes" 1>&6
4993else
4994 echo "$ac_t""no" 1>&6
4995fi
4996
4997
4998
4999echo $ac_n "checking "for prologio"""... $ac_c" 1>&6
7a4b9130 5000echo "configure:5001: checking "for prologio"" >&5
c801d85f
KB
5001# Check whether --with-prologio or --without-prologio was given.
5002if test "${with_prologio+set}" = set; then
5003 withval="$with_prologio"
5004 if test "x$with_prologio" = xyes; then
5005 ac_cv_use_prologio='USE_PROLOGIO="1"'
5006else
5007 ac_cv_use_prologio='USE_PROLOGIO="0"'
5008fi
5009else
5010
5011 LINE=`grep "USE_PROLOGIO" ${OSTYPE}.system.cache`
5012 if test "x$LINE" != x ; then
5013 eval "DEFAULT_$LINE"
5014 fi
5015 ac_cv_use_prologio='USE_PROLOGIO='$DEFAULT_USE_PROLOGIO
5016
5017fi
5018
5019eval "$ac_cv_use_prologio"
5020echo $ac_cv_use_prologio >> ${OSTYPE}.system.cache.tmp
5021if test "$USE_PROLOGIO" = 1; then
5022 echo "$ac_t""yes" 1>&6
5023else
5024 echo "$ac_t""no" 1>&6
5025fi
5026
5027
5028
5029echo $ac_n "checking "for postscript"""... $ac_c" 1>&6
7a4b9130 5030echo "configure:5031: checking "for postscript"" >&5
c801d85f
KB
5031# Check whether --with-postscript or --without-postscript was given.
5032if test "${with_postscript+set}" = set; then
5033 withval="$with_postscript"
5034 if test "x$with_postscript" = xyes; then
5035 ac_cv_use_postscript='USE_POSTSCRIPT="1"'
5036else
5037 ac_cv_use_postscript='USE_POSTSCRIPT="0"'
5038fi
5039else
5040
5041 LINE=`grep "USE_POSTSCRIPT" ${OSTYPE}.system.cache`
5042 if test "x$LINE" != x ; then
5043 eval "DEFAULT_$LINE"
5044 fi
5045 ac_cv_use_postscript='USE_POSTSCRIPT='$DEFAULT_USE_POSTSCRIPT
5046
5047fi
5048
5049eval "$ac_cv_use_postscript"
5050echo $ac_cv_use_postscript >> ${OSTYPE}.system.cache.tmp
5051if test "$USE_POSTSCRIPT" = 1; then
5052 echo "$ac_t""yes" 1>&6
5053else
5054 echo "$ac_t""no" 1>&6
5055fi
5056
5057
5058
53b28675 5059echo $ac_n "checking "for wxconfig"""... $ac_c" 1>&6
7a4b9130 5060echo "configure:5061: checking "for wxconfig"" >&5
53b28675
RR
5061# Check whether --with-wxconfig or --without-wxconfig was given.
5062if test "${with_wxconfig+set}" = set; then
5063 withval="$with_wxconfig"
5064 if test "x$with_wxconfig" = xyes; then
5065 ac_cv_use_wxconfig='USE_WXCONFIG="1"'
5066else
5067 ac_cv_use_wxconfig='USE_WXCONFIG="0"'
5068fi
5069else
5070
5071 LINE=`grep "USE_WXCONFIG" ${OSTYPE}.system.cache`
5072 if test "x$LINE" != x ; then
5073 eval "DEFAULT_$LINE"
5074 fi
5075 ac_cv_use_wxconfig='USE_WXCONFIG='$DEFAULT_USE_WXCONFIG
5076
5077fi
5078
5079eval "$ac_cv_use_wxconfig"
5080echo $ac_cv_use_wxconfig >> ${OSTYPE}.system.cache.tmp
5081if test "$USE_WXCONFIG" = 1; then
5082 echo "$ac_t""yes" 1>&6
5083else
5084 echo "$ac_t""no" 1>&6
5085fi
5086
5087
5088
c801d85f 5089echo $ac_n "checking "for metafile"""... $ac_c" 1>&6
7a4b9130 5090echo "configure:5091: checking "for metafile"" >&5
c801d85f
KB
5091# Check whether --with-metafile or --without-metafile was given.
5092if test "${with_metafile+set}" = set; then
5093 withval="$with_metafile"
5094 if test "x$with_metafile" = xyes; then
5095 ac_cv_use_metafile='USE_METAFILE="1"'
5096else
5097 ac_cv_use_metafile='USE_METAFILE="0"'
5098fi
5099else
5100
5101 LINE=`grep "USE_METAFILE" ${OSTYPE}.system.cache`
5102 if test "x$LINE" != x ; then
5103 eval "DEFAULT_$LINE"
5104 fi
5105 ac_cv_use_metafile='USE_METAFILE='$DEFAULT_USE_METAFILE
5106
5107fi
5108
5109eval "$ac_cv_use_metafile"
5110echo $ac_cv_use_metafile >> ${OSTYPE}.system.cache.tmp
5111if test "$USE_METAFILE" = 1; then
5112 echo "$ac_t""yes" 1>&6
5113else
5114 echo "$ac_t""no" 1>&6
5115fi
5116
5117
5118
5119echo $ac_n "checking "for form"""... $ac_c" 1>&6
7a4b9130 5120echo "configure:5121: checking "for form"" >&5
c801d85f
KB
5121# Check whether --with-form or --without-form was given.
5122if test "${with_form+set}" = set; then
5123 withval="$with_form"
5124 if test "x$with_form" = xyes; then
5125 ac_cv_use_form='USE_FORM="1"'
5126else
5127 ac_cv_use_form='USE_FORM="0"'
5128fi
5129else
5130
5131 LINE=`grep "USE_FORM" ${OSTYPE}.system.cache`
5132 if test "x$LINE" != x ; then
5133 eval "DEFAULT_$LINE"
5134 fi
5135 ac_cv_use_form='USE_FORM='$DEFAULT_USE_FORM
5136
5137fi
5138
5139eval "$ac_cv_use_form"
5140echo $ac_cv_use_form >> ${OSTYPE}.system.cache.tmp
5141if test "$USE_FORM" = 1; then
5142 echo "$ac_t""yes" 1>&6
5143else
5144 echo "$ac_t""no" 1>&6
5145fi
5146
5147
5148
5149echo $ac_n "checking "for help"""... $ac_c" 1>&6
7a4b9130 5150echo "configure:5151: checking "for help"" >&5
c801d85f
KB
5151# Check whether --with-help or --without-help was given.
5152if test "${with_help+set}" = set; then
5153 withval="$with_help"
5154 if test "x$with_help" = xyes; then
5155 ac_cv_use_help='USE_HELP="1"'
5156else
5157 ac_cv_use_help='USE_HELP="0"'
5158fi
5159else
5160
5161 LINE=`grep "USE_HELP" ${OSTYPE}.system.cache`
5162 if test "x$LINE" != x ; then
5163 eval "DEFAULT_$LINE"
5164 fi
5165 ac_cv_use_help='USE_HELP='$DEFAULT_USE_HELP
5166
5167fi
5168
5169eval "$ac_cv_use_help"
5170echo $ac_cv_use_help >> ${OSTYPE}.system.cache.tmp
5171if test "$USE_HELP" = 1; then
5172 echo "$ac_t""yes" 1>&6
5173else
5174 echo "$ac_t""no" 1>&6
5175fi
5176
5177
5178
5179echo $ac_n "checking "for IPC"""... $ac_c" 1>&6
7a4b9130 5180echo "configure:5181: checking "for IPC"" >&5
c801d85f
KB
5181# Check whether --with-ipc or --without-ipc was given.
5182if test "${with_ipc+set}" = set; then
5183 withval="$with_ipc"
5184 if test "x$with_ipc" = xyes; then
5185 ac_cv_use_ipc='USE_IPC="1"'
5186else
5187 ac_cv_use_ipc='USE_IPC="0"'
5188fi
5189else
5190
5191 LINE=`grep "USE_IPC" ${OSTYPE}.system.cache`
5192 if test "x$LINE" != x ; then
5193 eval "DEFAULT_$LINE"
5194 fi
5195 ac_cv_use_ipc='USE_IPC='$DEFAULT_USE_IPC
5196
5197fi
5198
5199eval "$ac_cv_use_ipc"
5200echo $ac_cv_use_ipc >> ${OSTYPE}.system.cache.tmp
5201if test "$USE_IPC" = 1; then
5202 echo "$ac_t""yes" 1>&6
5203else
5204 echo "$ac_t""no" 1>&6
5205fi
5206
5207
5208
5209echo $ac_n "checking "for enhanced dialog"""... $ac_c" 1>&6
7a4b9130 5210echo "configure:5211: checking "for enhanced dialog"" >&5
c801d85f
KB
5211# Check whether --with-enhanceddialog or --without-enhanceddialog was given.
5212if test "${with_enhanceddialog+set}" = set; then
5213 withval="$with_enhanceddialog"
5214 if test "x$with_enhanceddialog" = xyes; then
5215 ac_cv_use_enhanceddialog='USE_ENHANCED_DIALOG="1"'
5216else
5217 ac_cv_use_enhanceddialog='USE_ENHANCED_DIALOG="0"'
5218fi
5219else
5220
5221 LINE=`grep "USE_ENHANCED_DIALOG" ${OSTYPE}.system.cache`
5222 if test "x$LINE" != x ; then
5223 eval "DEFAULT_$LINE"
5224 fi
5225 ac_cv_use_enhanceddialog='USE_ENHANCED_DIALOG='$DEFAULT_USE_ENHANCED_DIALOG
5226
5227fi
5228
5229eval "$ac_cv_use_enhanceddialog"
5230echo $ac_cv_use_enhanceddialog >> ${OSTYPE}.system.cache.tmp
5231if test "$USE_ENHANCED_DIALOG" = 1; then
5232 echo "$ac_t""yes" 1>&6
5233else
5234 echo "$ac_t""no" 1>&6
5235fi
5236
5237
5238
5239echo $ac_n "checking "for resources"""... $ac_c" 1>&6
7a4b9130 5240echo "configure:5241: checking "for resources"" >&5
c801d85f
KB
5241# Check whether --with-resources or --without-resources was given.
5242if test "${with_resources+set}" = set; then
5243 withval="$with_resources"
5244 if test "x$with_resources" = xyes; then
5245 ac_cv_use_resources='USE_RESOURCES="1"'
5246else
5247 ac_cv_use_resources='USE_RESOURCES="0"'
5248fi
5249else
5250
5251 LINE=`grep "USE_RESOURCES" ${OSTYPE}.system.cache`
5252 if test "x$LINE" != x ; then
5253 eval "DEFAULT_$LINE"
5254 fi
5255 ac_cv_use_resources='USE_RESOURCES='$DEFAULT_USE_RESOURCES
5256
5257fi
5258
5259eval "$ac_cv_use_resources"
5260echo $ac_cv_use_resources >> ${OSTYPE}.system.cache.tmp
5261if test "$USE_RESOURCES" = 1; then
5262 echo "$ac_t""yes" 1>&6
5263else
5264 echo "$ac_t""no" 1>&6
5265fi
5266
5267
5268
5269echo $ac_n "checking "for clipboard"""... $ac_c" 1>&6
7a4b9130 5270echo "configure:5271: checking "for clipboard"" >&5
c801d85f
KB
5271# Check whether --with-clipboard or --without-clipboard was given.
5272if test "${with_clipboard+set}" = set; then
5273 withval="$with_clipboard"
5274 if test "x$with_clipboard" = xyes; then
5275 ac_cv_use_clipboard='USE_CLIPBOARD="1"'
5276else
5277 ac_cv_use_clipboard='USE_CLIPBOARD="0"'
5278fi
5279else
5280
5281 LINE=`grep "USE_CLIPBOARD" ${OSTYPE}.system.cache`
5282 if test "x$LINE" != x ; then
5283 eval "DEFAULT_$LINE"
5284 fi
5285 ac_cv_use_clipboard='USE_CLIPBOARD='$DEFAULT_USE_CLIPBOARD
5286
5287fi
5288
5289eval "$ac_cv_use_clipboard"
5290echo $ac_cv_use_clipboard >> ${OSTYPE}.system.cache.tmp
5291if test "$USE_CLIPBOARD" = 1; then
5292 echo "$ac_t""yes" 1>&6
5293else
5294 echo "$ac_t""no" 1>&6
5295fi
5296
5297
5298
5299echo $ac_n "checking "for timedate"""... $ac_c" 1>&6
7a4b9130 5300echo "configure:5301: checking "for timedate"" >&5
c801d85f
KB
5301# Check whether --with-timedate or --without-timedate was given.
5302if test "${with_timedate+set}" = set; then
5303 withval="$with_timedate"
5304 if test "x$with_timedate" = xyes; then
5305 ac_cv_use_timedate='USE_TIMEDATE="1"'
5306else
5307 ac_cv_use_timedate='USE_TIMEDATE="0"'
5308fi
5309else
5310
5311 LINE=`grep "USE_TIMEDATE" ${OSTYPE}.system.cache`
5312 if test "x$LINE" != x ; then
5313 eval "DEFAULT_$LINE"
5314 fi
5315 ac_cv_use_timedate='USE_TIMEDATE='$DEFAULT_USE_TIMEDATE
5316
5317fi
5318
5319eval "$ac_cv_use_timedate"
5320echo $ac_cv_use_timedate >> ${OSTYPE}.system.cache.tmp
5321if test "$USE_TIMEDATE" = 1; then
5322 echo "$ac_t""yes" 1>&6
5323else
5324 echo "$ac_t""no" 1>&6
5325fi
5326
5327
5328
5329echo $ac_n "checking "for fraction"""... $ac_c" 1>&6
7a4b9130 5330echo "configure:5331: checking "for fraction"" >&5
c801d85f
KB
5331# Check whether --with-fraction or --without-fraction was given.
5332if test "${with_fraction+set}" = set; then
5333 withval="$with_fraction"
5334 if test "x$with_fraction" = xyes; then
5335 ac_cv_use_fraction='USE_FRACTION="1"'
5336else
5337 ac_cv_use_fraction='USE_FRACTION="0"'
5338fi
5339else
5340
5341 LINE=`grep "USE_FRACTION" ${OSTYPE}.system.cache`
5342 if test "x$LINE" != x ; then
5343 eval "DEFAULT_$LINE"
5344 fi
5345 ac_cv_use_fraction='USE_FRACTION='$DEFAULT_USE_FRACTION
5346
5347fi
5348
5349eval "$ac_cv_use_fraction"
5350echo $ac_cv_use_fraction >> ${OSTYPE}.system.cache.tmp
5351if test "$USE_FRACTION" = 1; then
5352 echo "$ac_t""yes" 1>&6
5353else
5354 echo "$ac_t""no" 1>&6
5355fi
5356
5357
5358
5359echo $ac_n "checking "for constrains"""... $ac_c" 1>&6
7a4b9130 5360echo "configure:5361: checking "for constrains"" >&5
c801d85f
KB
5361# Check whether --with-constraints or --without-constraints was given.
5362if test "${with_constraints+set}" = set; then
5363 withval="$with_constraints"
5364 if test "x$with_constraints" = xyes; then
5365 ac_cv_use_constraints='USE_CONSTRAINTS="1"'
5366else
5367 ac_cv_use_constraints='USE_CONSTRAINTS="0"'
5368fi
5369else
5370
5371 LINE=`grep "USE_CONSTRAINTS" ${OSTYPE}.system.cache`
5372 if test "x$LINE" != x ; then
5373 eval "DEFAULT_$LINE"
5374 fi
5375 ac_cv_use_constraints='USE_CONSTRAINTS='$DEFAULT_USE_CONSTRAINTS
5376
5377fi
5378
5379eval "$ac_cv_use_constraints"
5380echo $ac_cv_use_constraints >> ${OSTYPE}.system.cache.tmp
5381if test "$USE_CONSTRAINTS" = 1; then
5382 echo "$ac_t""yes" 1>&6
5383else
5384 echo "$ac_t""no" 1>&6
5385fi
5386
5387
5388
5389echo $ac_n "checking "for toolbar"""... $ac_c" 1>&6
7a4b9130 5390echo "configure:5391: checking "for toolbar"" >&5
c801d85f
KB
5391# Check whether --with-toolbar or --without-toolbar was given.
5392if test "${with_toolbar+set}" = set; then
5393 withval="$with_toolbar"
5394 if test "x$with_toolbar" = xyes; then
5395 ac_cv_use_toolbar='USE_TOOLBAR="1"'
5396else
5397 ac_cv_use_toolbar='USE_TOOLBAR="0"'
5398fi
5399else
5400
5401 LINE=`grep "USE_TOOLBAR" ${OSTYPE}.system.cache`
5402 if test "x$LINE" != x ; then
5403 eval "DEFAULT_$LINE"
5404 fi
5405 ac_cv_use_toolbar='USE_TOOLBAR='$DEFAULT_USE_TOOLBAR
5406
5407fi
5408
5409eval "$ac_cv_use_toolbar"
5410echo $ac_cv_use_toolbar >> ${OSTYPE}.system.cache.tmp
5411if test "$USE_TOOLBAR" = 1; then
5412 echo "$ac_t""yes" 1>&6
5413else
5414 echo "$ac_t""no" 1>&6
5415fi
5416
5417
5418
5419echo $ac_n "checking "for gauge"""... $ac_c" 1>&6
7a4b9130 5420echo "configure:5421: checking "for gauge"" >&5
c801d85f
KB
5421# Check whether --with-gauge or --without-gauge was given.
5422if test "${with_gauge+set}" = set; then
5423 withval="$with_gauge"
5424 if test "x$with_gauge" = xyes; then
5425 ac_cv_use_gauge='USE_GAUGE="1"'
5426else
5427 ac_cv_use_gauge='USE_GAUGE="0"'
5428fi
5429else
5430
5431 LINE=`grep "USE_GAUGE" ${OSTYPE}.system.cache`
5432 if test "x$LINE" != x ; then
5433 eval "DEFAULT_$LINE"
5434 fi
5435 ac_cv_use_gauge='USE_GAUGE='$DEFAULT_USE_GAUGE
5436
5437fi
5438
5439eval "$ac_cv_use_gauge"
5440echo $ac_cv_use_gauge >> ${OSTYPE}.system.cache.tmp
5441if test "$USE_GAUGE" = 1; then
5442 echo "$ac_t""yes" 1>&6
5443else
5444 echo "$ac_t""no" 1>&6
5445fi
5446
5447
5448
5449echo $ac_n "checking "for vllist"""... $ac_c" 1>&6
7a4b9130 5450echo "configure:5451: checking "for vllist"" >&5
c801d85f
KB
5451# Check whether --with-vllist or --without-vllist was given.
5452if test "${with_vllist+set}" = set; then
5453 withval="$with_vllist"
5454 if test "x$with_vllist" = xyes; then
5455 ac_cv_use_vllist='USE_VLBOX="1"'
5456else
5457 ac_cv_use_vllist='USE_VLBOX="0"'
5458fi
5459else
5460
5461 LINE=`grep "USE_VLBOX" ${OSTYPE}.system.cache`
5462 if test "x$LINE" != x ; then
5463 eval "DEFAULT_$LINE"
5464 fi
5465 ac_cv_use_vllist='USE_VLBOX='$DEFAULT_USE_VLBOX
5466
5467fi
5468
5469eval "$ac_cv_use_vllist"
5470echo $ac_cv_use_vllist >> ${OSTYPE}.system.cache.tmp
5471if test "$USE_VLBOX" = 1; then
5472 echo "$ac_t""yes" 1>&6
5473else
5474 echo "$ac_t""no" 1>&6
5475fi
5476
5477
5478
5479echo $ac_n "checking "for scrollbar"""... $ac_c" 1>&6
7a4b9130 5480echo "configure:5481: checking "for scrollbar"" >&5
c801d85f
KB
5481# Check whether --with-scrollbar or --without-scrollbar was given.
5482if test "${with_scrollbar+set}" = set; then
5483 withval="$with_scrollbar"
5484 if test "x$with_scrollbar" = xyes; then
5485 ac_cv_use_scrollbar='USE_SCROLLBAR="1"'
5486else
5487 ac_cv_use_scrollbar='USE_SCROLLBAR="0"'
5488fi
5489else
5490
5491 LINE=`grep "USE_SCROLLBAR" ${OSTYPE}.system.cache`
5492 if test "x$LINE" != x ; then
5493 eval "DEFAULT_$LINE"
5494 fi
5495 ac_cv_use_scrollbar='USE_SCROLLBAR='$DEFAULT_USE_SCROLLBAR
5496
5497fi
5498
5499eval "$ac_cv_use_scrollbar"
5500echo $ac_cv_use_scrollbar >> ${OSTYPE}.system.cache.tmp
5501if test "$USE_SCROLLBAR" = 1; then
5502 echo "$ac_t""yes" 1>&6
5503else
5504 echo "$ac_t""no" 1>&6
5505fi
5506
5507
5508
5509echo $ac_n "checking "for docview"""... $ac_c" 1>&6
7a4b9130 5510echo "configure:5511: checking "for docview"" >&5
c801d85f
KB
5511# Check whether --with-docview or --without-docview was given.
5512if test "${with_docview+set}" = set; then
5513 withval="$with_docview"
5514 if test "x$with_docview" = xyes; then
5515 ac_cv_use_docview='USE_DOC_VIEW_ARCHITECTURE="1"'
5516else
5517 ac_cv_use_docview='USE_DOC_VIEW_ARCHITECTURE="0"'
5518fi
5519else
5520
5521 LINE=`grep "USE_DOC_VIEW_ARCHITECTURE" ${OSTYPE}.system.cache`
5522 if test "x$LINE" != x ; then
5523 eval "DEFAULT_$LINE"
5524 fi
5525 ac_cv_use_docview='USE_DOC_VIEW_ARCHITECTURE='$DEFAULT_USE_DOC_VIEW_ARCHITECTURE
5526
5527fi
5528
5529eval "$ac_cv_use_docview"
5530echo $ac_cv_use_docview >> ${OSTYPE}.system.cache.tmp
5531if test "$USE_DOC_VIEW_ARCHITECTURE" = 1; then
5532 echo "$ac_t""yes" 1>&6
5533else
5534 echo "$ac_t""no" 1>&6
5535fi
5536
5537
5538
5539echo $ac_n "checking "for printarch"""... $ac_c" 1>&6
7a4b9130 5540echo "configure:5541: checking "for printarch"" >&5
c801d85f
KB
5541# Check whether --with-printarch or --without-printarch was given.
5542if test "${with_printarch+set}" = set; then
5543 withval="$with_printarch"
5544 if test "x$with_printarch" = xyes; then
5545 ac_cv_use_printarch='USE_PRINTING_ARCHITECTURE="1"'
5546else
5547 ac_cv_use_printarch='USE_PRINTING_ARCHITECTURE="0"'
5548fi
5549else
5550
5551 LINE=`grep "USE_PRINTING_ARCHITECTURE" ${OSTYPE}.system.cache`
5552 if test "x$LINE" != x ; then
5553 eval "DEFAULT_$LINE"
5554 fi
5555 ac_cv_use_printarch='USE_PRINTING_ARCHITECTURE='$DEFAULT_USE_PRINTING_ARCHITECTURE
5556
5557fi
5558
5559eval "$ac_cv_use_printarch"
5560echo $ac_cv_use_printarch >> ${OSTYPE}.system.cache.tmp
5561if test "$USE_PRINTING_ARCHITECTURE" = 1; then
5562 echo "$ac_t""yes" 1>&6
5563else
5564 echo "$ac_t""no" 1>&6
5565fi
5566
5567
5568
5569echo $ac_n "checking "for typetree"""... $ac_c" 1>&6
7a4b9130 5570echo "configure:5571: checking "for typetree"" >&5
c801d85f
KB
5571# Check whether --with-typetree or --without-typetree was given.
5572if test "${with_typetree+set}" = set; then
5573 withval="$with_typetree"
5574 if test "x$with_typetree" = xyes; then
5575 ac_cv_use_typetree='USE_TYPETREE="1"'
5576else
5577 ac_cv_use_typetree='USE_TYPETREE="0"'
5578fi
5579else
5580
5581 LINE=`grep "USE_TYPETREE" ${OSTYPE}.system.cache`
5582 if test "x$LINE" != x ; then
5583 eval "DEFAULT_$LINE"
5584 fi
5585 ac_cv_use_typetree='USE_TYPETREE='$DEFAULT_USE_TYPETREE
5586
5587fi
5588
5589eval "$ac_cv_use_typetree"
5590echo $ac_cv_use_typetree >> ${OSTYPE}.system.cache.tmp
5591if test "$USE_TYPETREE" = 1; then
5592 echo "$ac_t""yes" 1>&6
5593else
5594 echo "$ac_t""no" 1>&6
5595fi
5596
5597
5598
5599echo $ac_n "checking "for wxgraph"""... $ac_c" 1>&6
7a4b9130 5600echo "configure:5601: checking "for wxgraph"" >&5
c801d85f
KB
5601# Check whether --with-wxgraph or --without-wxgraph was given.
5602if test "${with_wxgraph+set}" = set; then
5603 withval="$with_wxgraph"
5604 if test "x$with_wxgraph" = xyes; then
5605 ac_cv_use_wxgraph='USE_WXGRAPH="1"'
5606else
5607 ac_cv_use_wxgraph='USE_WXGRAPH="0"'
5608fi
5609else
5610
5611 LINE=`grep "USE_WXGRAPH" ${OSTYPE}.system.cache`
5612 if test "x$LINE" != x ; then
5613 eval "DEFAULT_$LINE"
5614 fi
5615 ac_cv_use_wxgraph='USE_WXGRAPH='$DEFAULT_USE_WXGRAPH
5616
5617fi
5618
5619eval "$ac_cv_use_wxgraph"
5620echo $ac_cv_use_wxgraph >> ${OSTYPE}.system.cache.tmp
5621if test "$USE_WXGRAPH" = 1; then
5622 echo "$ac_t""yes" 1>&6
5623else
5624 echo "$ac_t""no" 1>&6
5625fi
5626
5627
5628
5629echo $ac_n "checking "for wxtree"""... $ac_c" 1>&6
7a4b9130 5630echo "configure:5631: checking "for wxtree"" >&5
c801d85f
KB
5631# Check whether --with-wxtree or --without-wxtree was given.
5632if test "${with_wxtree+set}" = set; then
5633 withval="$with_wxtree"
5634 if test "x$with_wxtree" = xyes; then
5635 ac_cv_use_wxtree='USE_WXTREE="1"'
5636else
5637 ac_cv_use_wxtree='USE_WXTREE="0"'
5638fi
5639else
5640
5641 LINE=`grep "USE_WXTREE" ${OSTYPE}.system.cache`
5642 if test "x$LINE" != x ; then
5643 eval "DEFAULT_$LINE"
5644 fi
5645 ac_cv_use_wxtree='USE_WXTREE='$DEFAULT_USE_WXTREE
5646
5647fi
5648
5649eval "$ac_cv_use_wxtree"
5650echo $ac_cv_use_wxtree >> ${OSTYPE}.system.cache.tmp
5651if test "$USE_WXTREE" = 1; then
5652 echo "$ac_t""yes" 1>&6
5653else
5654 echo "$ac_t""no" 1>&6
5655fi
5656
5657
5658
5659
5660ZLIB=NONE
5661if test "$USE_ZLIB" = 1 ; then
5662 ZLIB="ZLIB"
5663fi
5664
5665GDK_IMLIB=NONE
5666if test "$USE_GDK_IMLIB" = 1 ; then
5667 GDK_IMLIB="GDK_IMLIB"
5668fi
5669
5670LIBPNG=NONE
5671if test "$USE_LIBPNG" = 1 ; then
5672 LIBPNG="LIBPNG"
5673fi
5674
8c46af49
GL
5675APPLE_IEEE=NONE
5676if test "$USE_APPLE_IEEE" = 1 ; then
5677 APPLE_IEEE="APPLE_IEEE"
5678 cat >> confdefs.h <<EOF
5679#define USE_APPLE_IEEE $USE_APPLE_IEEE
5680EOF
5681
5682fi
c801d85f
KB
5683
5684STORABLE=NONE
5685if test "$USE_STORABLE_CLASSES" = 1 ; then
5686 STORABLE="STORABLE"
5687 cat >> confdefs.h <<EOF
5688#define USE_STORABLE_CLASSES $USE_STORABLE_CLASSES
5689EOF
5690
5691fi
5692
5693AUTOTRANS=NONE
5694if test "$USE_AUTOTRANS" = 1 ; then
5695 AUTOTRANS="AUTOTRANS"
5696 cat >> confdefs.h <<EOF
5697#define USE_AUTOTRANS $USE_AUTOTRANS
5698EOF
5699
5700fi
5701
2216f571 5702WXDEBUG=
c801d85f 5703if test "$USE_DEBUG_INFO" = 1 ; then
7a4b9130 5704 WXDEBUG="-g"
c801d85f
KB
5705fi
5706
5707
5708if test "$USE_DEBUG_FLAG" = 1 ; then
5709 cat >> confdefs.h <<EOF
b2aef89b 5710#define WXDEBUG $USE_DEBUG_FLAG
4acbf245
KB
5711EOF
5712
5713 WXDEBUG_DEFINE="-D__WXDEBUG__"
5714
c801d85f
KB
5715fi
5716
5717if test "$USE_MEM_TRACING" = 1 ; then
5718 cat >> confdefs.h <<EOF
5719#define USE_MEMORY_TRACING $USE_MEM_TRACING
5720EOF
5721
7a4b9130
GL
5722 cat >> confdefs.h <<EOF
5723#define USE_GLOBAL_MEMORY_OPERATORS $USE_MEM_TRACING
5724EOF
5725
5726fi
c801d85f
KB
5727
5728PROFILE=
5729if test "$USE_PROFILE" = 1 ; then
5730 PROFILE="-pg"
5731fi
5732
5733
5734CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
5735CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
5736if test "$USE_OPTIMISE" = 0 ; then
5737 OPTIMISE=
5738else
5739 if test "$GCC" = yes ; then
5740 OPTIMISE="-O2"
5741 case "${canonical}" in
5742 i586-*-*|i686-*-* )
5743 OPTIMISE="${OPTIMISE} "
5744 ;;
5745 esac
5746 else
5747 OPTIMISE="-O"
5748 fi
5749fi
5750
5751
5752USE_IOSTREAMH=$DEFAULT_USE_IOSTREAMH
5753cat >> confdefs.h <<EOF
5754#define USE_IOSTREAMH $USE_IOSTREAMH
5755EOF
5756
5757
5758RPC=NONE
5759if test "$USE_RPC" = 1 ; then
5760 RPC="RPC"
5761 cat >> confdefs.h <<EOF
5762#define USE_RPC $USE_RPC
5763EOF
5764
5765fi
5766
5767
5768WXRESOURCES=NONE
5769if test "$USE_WX_RESOURCES" = 1 ; then
5770 WXRESOURCES="WXRESOURCES"
5771 cat >> confdefs.h <<EOF
5772#define USE_WX_RESOURCES $USE_WX_RESOURCES
5773EOF
5774
5775fi
5776
5777
5778PROLOGIO=NONE
5779PROLOGIOSRC=NONE
5780if test "$USE_PROLOGIO" = 1 ; then
5781 PROLOGIO="PROLOGIO"
5782 PROLOGIOSRC="PROLOGIOSRC"
5783 cat >> confdefs.h <<EOF
5784#define USE_PROLOGIO 1
5785EOF
5786
5787fi
5788
5789
5790
5791POSTSCRIPTDC=NONE
5792if test "$USE_POSTSCRIPT" = 1 ; then
5793 POSTSCRIPTDC="POSTSCRIPTDC"
5794 cat >> confdefs.h <<EOF
5795#define USE_POSTSCRIPT 1
5796EOF
5797
5798fi
5799
5800
53b28675
RR
5801if test "$USE_WXCONFIG" = 1 ; then
5802 cat >> confdefs.h <<EOF
5803#define USE_WXCONFIG $USE_WXCONFIG
5804EOF
5805
5806fi
5807
c801d85f
KB
5808METAFILE=NONE
5809if test "$USE_METAFILE" = 1 ; then
5810 METAFILE="METAFILE"
5811 cat >> confdefs.h <<EOF
5812#define USE_METAFILE $USE_METAFILE
5813EOF
5814
5815fi
5816
5817
5818FORM=NONE
5819if test "$USE_FORM" = 1 ; then
5820 FORM="FORM"
5821 cat >> confdefs.h <<EOF
5822#define USE_FORM $USE_FORM
5823EOF
5824
5825fi
5826
5827
5828HELP=NONE
5829if test "$USE_HELP" = 1 ; then
5830 HELP="HELP"
5831 cat >> confdefs.h <<EOF
5832#define USE_HELP $USE_HELP
5833EOF
5834
5835fi
5836
5837
5838IPC=NONE
5839if test "$USE_IPC" = 1 ; then
5840 IPC="IPC"
5841 cat >> confdefs.h <<EOF
5842#define USE_IPC 1
5843EOF
5844
5845fi
5846
5847
5848ENHDIALOGBOX=NONE
5849if test "$USE_ENHANCED_DIALOG" = 1 ; then
5850 ENHDIALOGBOX="ENHDIALOGBOX"
5851 cat >> confdefs.h <<EOF
5852#define USE_ENHANCED_DIALOG $USE_ENHANCED_DIALOG
5853EOF
5854
5855fi
5856
5857
5858XRESOURCES=NONE
5859if test "$USE_RESOURCES" = 1 ; then
5860 XRESOURCES="XRESOURCES"
5861 cat >> confdefs.h <<EOF
5862#define USE_RESOURCES $USE_RESOURCES
5863EOF
5864
5865fi
5866
5867
5868CLIPBOARD=NONE
5869if test "$USE_CLIPBOARD" = 1 ; then
5870 CLIPBOARD="CLIPBOARD"
5871 cat >> confdefs.h <<EOF
5872#define USE_CLIPBOARD $USE_CLIPBOARD
5873EOF
5874
5875fi
5876
5877
5878CONSTRAINTS=NONE
5879if test "$USE_CONSTRAINTS" = 1 ; then
5880 CONSTRAINTS="CONSTRAINTS"
5881 cat >> confdefs.h <<EOF
5882#define USE_CONSTRAINTS $USE_CONSTRAINTS
5883EOF
5884
5885fi
5886
5887
5888TIMEDATE=NONE
5889if test "$USE_TIMEDATE" = 1 ; then
5890 TIMEDATE="TIMEDATE"
5891 cat >> confdefs.h <<EOF
5892#define USE_TIMEDATE $USE_TIMEDATE
5893EOF
5894
5895fi
5896
5897
5898FRACTION=NONE
5899if test "$USE_FRACTION" = 1 ; then
5900 FRACTION="FRACTION"
5901 cat >> confdefs.h <<EOF
5902#define USE_FRACTION $USE_FRACTION
5903EOF
5904
5905fi
5906
5907
5908TOOLBAR=NONE
5909if test "$USE_TOOLBAR" = 1 ; then
5910 TOOLBAR="TOOLBAR"
5911 cat >> confdefs.h <<EOF
5912#define USE_TOOLBAR $USE_TOOLBAR
5913EOF
5914
5915 cat >> confdefs.h <<EOF
5916#define USE_XT_TOOLBAR $USE_XT_TOOLBAR
5917EOF
5918
5919fi
5920
5921
5922GAUGE=NONE
5923if test "$USE_GAUGE" = 1 ; then
5924 GAUGE="GAUGE"
5925
5926 cat >> confdefs.h <<EOF
5927#define USE_GAUGE $USE_GAUGE
5928EOF
5929
5930fi
5931
5932VIRLISTBOX=NONE
5933if test "$USE_VLBOX" = 1 ; then
5934 VIRTLISTBOX="VIRLISTBOX"
5935 cat >> confdefs.h <<EOF
5936#define USE_VIRLISTBOX $USE_VIRLISTBOX
5937EOF
5938
5939fi
5940
5941
5942SCROLLBAR=NONE
5943if test "$USE_SCROLLBAR" = 1 ; then
5944 SCROLLBAR="SCROLLBAR"
5945 cat >> confdefs.h <<EOF
5946#define USE_SCROLLBAR $USE_SCROLLBAR
5947EOF
5948
5949fi
5950
5951
5952DOCVIEW=NONE
5953if test "$USE_DOC_VIEW_ARCHITECTURE" = 1 ; then
5954 DOCVIEW="DOCVIEW"
5955 cat >> confdefs.h <<EOF
5956#define USE_DOC_VIEW_ARCHITECTURE $USE_DOC_VIEW_ARCHITECTURE
5957EOF
5958
5959fi
5960
5961
5962PRINTPREVIEW=NONE
5963if test "$USE_PRINTING_ARCHITECTURE" = 1 ; then
5964 PRINTPREVIEW="PRINTPREVIEW"
5965 cat >> confdefs.h <<EOF
5966#define USE_PRINTING_ARCHITECTURE $USE_PRINTING_ARCHITECTURE
5967EOF
5968
5969fi
5970
5971
5972TYPETREE=NONE
5973if test "$USE_TYPETREE" = 1 ; then
5974 TYPETREE="TYPETREE"
5975 cat >> confdefs.h <<EOF
5976#define USE_TYPETREE $USE_TYPETREE
5977EOF
5978
5979fi
5980
5981
5982WXGRAPH=NONE
5983if test "$USE_WXGRAPH" = 1 ; then
5984 WXGRAPH="WXGRAPH"
5985 cat >> confdefs.h <<EOF
5986#define USE_WXGRAPH $USE_WXGRAPH
5987EOF
5988
5989fi
5990
5991
5992WXTREE=NONE
5993if test "$USE_WXTREE" = 1 ; then
5994 WXTREE="WXTREE"
5995 cat >> confdefs.h <<EOF
5996#define USE_WXTREE $USE_WXTREE
5997EOF
5998
5999fi
6000
6001
6002GLCANVAS=NONE
6003if test "$USE_OPENGL" = 1 ; then
6004 GLCANVAS="GLCANVAS"
6005fi
6006
6007cat >> confdefs.h <<EOF
6008#define USE_AFM_FOR_POSTSCRIPT $USE_AFM_FOR_POSTSCRIPT
6009EOF
6010
6011
6012cat >> confdefs.h <<EOF
6013#define WX_NORMALIZED_PS_FONTS $WX_NORMALIZED_PS_FONTS
6014EOF
6015
6016
6017
6018if test "$USE_UNIX" = 1 ; then
6019 cat >> confdefs.h <<\EOF
6020#define __UNIX__ 1
6021EOF
6022
6023fi
6024
6025
6026GUI_TK_INCLUDE=
6027GUI_TK_LIBRARY=
6028GUI_TK_LINK=
6029
6030if test "$USE_GTK" = 1; then
6031 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
6032if test "${with_gtk_prefix+set}" = set; then
6033 withval="$with_gtk_prefix"
6034 gtk_config_prefix="$withval"
6035else
6036 gtk_config_prefix=""
6037fi
6038
6039# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
6040if test "${with_gtk_exec_prefix+set}" = set; then
6041 withval="$with_gtk_exec_prefix"
6042 gtk_config_exec_prefix="$withval"
6043else
6044 gtk_config_exec_prefix=""
6045fi
6046
6047
6048 if test x$gtk_config_exec_prefix != x ; then
6049 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
6050 if test x${GTK_CONFIG+set} != xset ; then
6051 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
6052 fi
6053 fi
6054 if test x$gtk_config_prefix != x ; then
6055 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
6056 if test x${GTK_CONFIG+set} != xset ; then
6057 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
6058 fi
6059 fi
6060
6061 # Extract the first word of "gtk-config", so it can be a program name with args.
6062set dummy gtk-config; ac_word=$2
6063echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7a4b9130 6064echo "configure:6065: checking for $ac_word" >&5
c801d85f
KB
6065if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
6066 echo $ac_n "(cached) $ac_c" 1>&6
6067else
6068 case "$GTK_CONFIG" in
6069 /*)
6070 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
6071 ;;
6072 *)
6073 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
6074 for ac_dir in $PATH; do
6075 test -z "$ac_dir" && ac_dir=.
6076 if test -f $ac_dir/$ac_word; then
6077 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
6078 break
6079 fi
6080 done
6081 IFS="$ac_save_ifs"
6082 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
6083 ;;
6084esac
6085fi
6086GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
6087if test -n "$GTK_CONFIG"; then
6088 echo "$ac_t""$GTK_CONFIG" 1>&6
6089else
6090 echo "$ac_t""no" 1>&6
6091fi
6092
6093 min_gtk_version=0.99.7
6094 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7a4b9130 6095echo "configure:6096: checking for GTK - version >= $min_gtk_version" >&5
c801d85f
KB
6096 no_gtk=""
6097 if test "$GTK_CONFIG" != "no" ; then
6098 GTK_CFLAGS=`$GTK_CONFIG --cflags`
6099 GTK_LIBS=`$GTK_CONFIG --libs`
6100 ac_save_CFLAGS="$CFLAGS"
6101 ac_save_LIBS="$LIBS"
6102 CFLAGS="$CFLAGS $GTK_CFLAGS"
6103 LIBS="$LIBS $GTK_LIBS"
6104 if test "$cross_compiling" = yes; then
6105 echo $ac_n "cross compiling; assumed OK... $ac_c"
6106else
6107 cat > conftest.$ac_ext <<EOF
7a4b9130 6108#line 6109 "configure"
c801d85f
KB
6109#include "confdefs.h"
6110
6111#include <gtk/gtk.h>
6112#include <stdio.h>
6113
6114int
6115main ()
6116{
6117 int major, minor, micro;
6118
6119 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
6120 printf("%s, bad version string\n", "$min_gtk_version");
6121 exit(1);
6122 }
6123
6124 return !((gtk_major_version > major) ||
6125 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
6126 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
6127}
6128
6129EOF
7a4b9130 6130if { (eval echo configure:6131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
c801d85f
KB
6131then
6132 :
6133else
6134 echo "configure: failed program was:" >&5
6135 cat conftest.$ac_ext >&5
6136 rm -fr conftest*
6137 no_gtk=yes
6138fi
6139rm -fr conftest*
6140fi
6141
6142 CFLAGS="$ac_save_CFLAGS"
6143 LIBS="$ac_save_LIBS"
6144 else
6145 no_gtk=yes
6146 fi
6147 if test "x$no_gtk" = x ; then
6148 echo "$ac_t""yes" 1>&6
6149
6150 GUI_TK_INCLUDE="$GTK_CFLAGS"
6151 GUI_TK_LIBRARY="$GTK_LIBS"
6152
6153 else
6154 echo "$ac_t""no" 1>&6
6155 GTK_CFLAGS=""
6156 GTK_LIBS=""
6157 { echo "configure: error: Are gtk-config and the GTK in path and up-to-date?" 1>&2; exit 1; }
6158 fi
6159
6160
6161
6162 cat >> confdefs.h <<\EOF
2049ba38 6163#define __WXGTK__ 1
c801d85f
KB
6164EOF
6165
6166fi
6167
6168
6169
6170
6171
6172
6173
6174
6175OPENGL_INCLUDE=
6176OPENGL_LIBRARY=
6177OPENGL_LINK=
6178
6179if test "$USE_OPENGL" = 1; then
6180 echo $ac_n "checking for OpenGL includes""... $ac_c" 1>&6
7a4b9130 6181echo "configure:6182: checking for OpenGL includes" >&5
c801d85f
KB
6182
6183ac_find_includes=
6184for ac_dir in $SEARCH_INCLUDE;
6185 do
6186 if test -f "$ac_dir/GL/gl.h"; then
6187 ac_find_includes=$ac_dir
6188 break
6189 fi
6190 done
6191
6192 if test "$ac_find_includes" != "" ; then
6193 OPENGL_INCLUDE="-I$ac_find_includes"
6194 echo "$ac_t""found $ac_find_includes" 1>&6
6195 echo $ac_n "checking for OpenGL library""... $ac_c" 1>&6
7a4b9130 6196echo "configure:6197: checking for OpenGL library" >&5
c801d85f
KB
6197
6198ac_find_libraries=
6199for ac_dir in $SEARCH_LIB;
6200 do
6201 for ac_extension in a so sl; do
6202 if test -f "$ac_dir/libGL.$ac_extension"; then
6203 ac_find_libraries=$ac_dir
6204 break 2
6205 fi
6206 done
6207 done
6208
6209 if test "$ac_find_libraries" != "" ; then
6210
6211 ac_path_to_include=$ac_find_includes
6212 echo "$CHECK_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
6213 result=$?
6214 if test $result = 0; then
6215 ac_path_to_include=""
6216 else
6217 ac_path_to_include="-I$ac_find_includes"
6218 fi
6219
6220
6221 echo "$CHECK_LIB" | grep "\-L$ac_find_libraries" > /dev/null
6222 result=$?
6223 if test $result = 0; then
6224 ac_path_to_link=""
6225 else
6226 ac_path_to_link="-L$ac_find_libraries"
6227 fi
6228
6229 CHECK_LINK="$CHECK_INCLUDE $ac_path_to_link"
6230 CHECK_INCLUDE="$CHECK_INCLUDE $ac_path_to_include"
6231 OPENGL_LIBRARY="$ac_path_to_link"
6232 OPENGL_INCLUDE="$ac_path_to_include"
6233 OPENGL_LINK="-lGL"
6234 echo "$ac_t""found OpenGL at $ac_find_libraries" 1>&6
6235 else
6236
6237ac_find_libraries=
6238for ac_dir in $SEARCH_LIB;
6239 do
6240 for ac_extension in a so sl; do
6241 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
6242 ac_find_libraries=$ac_dir
6243 break 2
6244 fi
6245 done
6246 done
6247
6248 if test "$ac_find_libraries" != "" ; then
6249
6250 ac_path_to_include=$ac_find_includes
6251 echo "$CHECK_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
6252 result=$?
6253 if test $result = 0; then
6254 ac_path_to_include=""
6255 else
6256 ac_path_to_include="-I$ac_find_includes"
6257 fi
6258
6259
6260 echo "$CHECK_LIB" | grep "\-L$ac_find_libraries" > /dev/null
6261 result=$?
6262 if test $result = 0; then
6263 ac_path_to_link=""
6264 else
6265 ac_path_to_link="-L$ac_find_libraries"
6266 fi
6267
6268 CHECK_LINK="$CHECK_INCLUDE $ac_path_to_link"
6269 CHECK_INCLUDE="$CHECK_INCLUDE $ac_path_to_include"
6270 OPENGL_LIBRARY="$ac_path_to_link"
6271 OPENGL_INCLUDE="$ac_path_to_include"
6272 OPENGL_LINK="-lMesaGL"
6273 echo "$ac_t""found MESA at $ac_find_libraries" 1>&6
6274 else
6275 { echo "configure: error: no" 1>&2; exit 1; }
6276 fi
6277 fi
6278 else
6279 { echo "configure: error: no" 1>&2; exit 1; }
6280 fi
6281fi
6282
6283 if test "$USE_GDK_IMLIB" = 1; then
6284 cat >> confdefs.h <<EOF
6285#define USE_GDK_IMLIB $USE_GDK_IMLIB
6286EOF
6287
6288 fi
6289
6290 if test "$USE_ZLIB" = 1; then
6291 cat >> confdefs.h <<EOF
6292#define USE_ZLIB $USE_ZLIB
6293EOF
6294
6295 fi
6296
6297 if test "$USE_LIBPNG" = 1; then
6298 cat >> confdefs.h <<EOF
6299#define USE_LIBPNG $USE_LIBPNG
6300EOF
6301
6302 fi
6303
6304
6305
6306
6307USE_GLX=$USE_OPENGL
6308if test "$USE_OPENGL" != 1; then
6309 OPENGL_LIBRARIES=
6310 OPENGL_INCLUDE=
6311 OPENGL_LINK=
6312 GLCANVAS=NONE
6313fi
6314
6315cat >> confdefs.h <<EOF
6316#define USE_GLX $USE_GLX
6317EOF
6318
6319
6320
6321
6322
6323
6324
6325PICFLAGS=
6326CREATE_SHARED=
6327case "${canonical}" in
6328
6329 *-hp-hpux* )
6330 if test "${CC}" != "gcc" ; then
6331 CXXFLAGS="${CXXFLAGS} +a1 -z -Aa -D_HPUX_SOURCE"
6332 CFLAGS="${CFLAGS} -z -D_HPUX_SOURCE"
6333 PICFLAGS="+z"
6334 else
6335 PICFLAGS="-fPIC"
6336 fi
6337 LDFLAGS="-Wl,+s"
6338 CREATE_SHARED=sharedHpux
6339 ;;
6340
6341 *-*-linux* )
6342 PICFLAGS=-fPIC
6343 CREATE_SHARED=sharedLinux
6344 ;;
6345
6346 *-*-irix5* | *-*-irix6* )
6347 # PICFLAGS can remain empty, as pic is the default
6348 LDFLAGS="-Wl,+s"
6349 CREATE_SHARED=sharedIrix
6350 cat >> confdefs.h <<\EOF
6351#define SVR4 1
6352EOF
6353
6354 ;;
6355
6356 *-*-solaris2* )
6357 if test "${CC}" != "gcc" ; then
6358 PICFLAGS="-KPIC"
6359 else
6360 PICFLAGS="-fPIC"
6361 fi
6362 CREATE_SHARED=sharedSolaris2
6363 cat >> confdefs.h <<\EOF
6364#define SVR4 1
6365EOF
6366
6367 ;;
6368
6369 *-*-sunos4* )
6370 if test "${CC}" != "gcc" ; then
6371 PICFLAGS="-PIC"
6372 else
6373 PICFLAGS="-fPIC"
6374 fi
6375 LDFLAGS="-Wl,+s"
6376 CREATE_SHARED=sharedSunos4
6377 cat >> confdefs.h <<\EOF
6378#define BSD 1
6379EOF
6380
6381 ;;
6382
6383 *-*-freebsd* | *-*-netbsd*)
6384 PICFLAGS=-fPIC
6385 CREATE_SHARED=sharedBsd
6386 cat >> confdefs.h <<\EOF
6387#define BSD 1
6388EOF
6389
6390 ;;
6391
6392 *-*-osf* )
6393 PICFLAGS="-fPIC"
6394 CREATE_SHARED=sharedOSF
6395 ;;
6396
6397 *-*-dgux5* )
6398 if test "${CC}" != "gcc" ; then
6399 PICFLAGS="-K PIC"
6400 else
6401 PICFLAGS="-fPIC"
6402 fi
6403 CREATE_SHARED=sharedDgux
6404 cat >> confdefs.h <<\EOF
6405#define SVR4 1
6406EOF
6407
6408 ;;
6409
6410 *-*-sysv5* )
6411 if test "${CC}" != "gcc" ; then
6412 PICFLAGS="-K PIC"
6413 else
6414 PICFLAGS="-fPIC"
6415 fi
6416 CREATE_SHARED=sharedSysV
6417 cat >> confdefs.h <<\EOF
6418#define SVR4 1
6419EOF
6420
6421 ;;
6422
6423 *-*-aix* )
6424 if test "${CC}" != "gcc" ; then
6425 PICFLAGS="-bM\:SRE"
6426 else
6427 PICFLAGS="-fPIC"
6428 fi
6429 CREATE_SHARED=sharedAIX
6430 cat >> confdefs.h <<\EOF
6431#define SYSV 1
6432EOF
6433
6434 ;;
6435
6436 *)
6437 CREATE_SHARED=
6438 PICFLAGS=
6439esac
6440
6441if test "x$GCC" = xyes; then
6442 CFLAGS="${CFLAGS} -Wall"
6443fi
6444
6445if test "x$GXX" = xyes; then
6446 CXXFLAGS="${CXXFLAGS} -Wall"
6447fi
6448
6449if test "$USE_SHARED" != 1; then
6450 CREATE_SHARED=
6451 PICFLAGS=
6452fi
6453
6454
6455
6456
6457
6458
6459echo $OS >> system.list
abe1d62e 6460echo $OS >> ../../system.list
c801d85f
KB
6461
6462
6463trap '' 1 2 15
6464cat > confcache <<\EOF
6465# This file is a shell script that caches the results of configure
6466# tests run on this system so they can be shared between configure
6467# scripts and configure runs. It is not useful on other systems.
6468# If it contains results you don't want to keep, you may remove or edit it.
6469#
6470# By default, configure uses ./config.cache as the cache file,
6471# creating it if it does not exist already. You can give configure
6472# the --cache-file=FILE option to use a different cache file; that is
6473# what configure does when it calls configure scripts in
6474# subdirectories, so they share the cache.
6475# Giving --cache-file=/dev/null disables caching, for debugging configure.
6476# config.status only pays attention to the cache file if you give it the
6477# --recheck option to rerun configure.
6478#
6479EOF
6480# The following way of writing the cache mishandles newlines in values,
6481# but we know of no workaround that is simple, portable, and efficient.
6482# So, don't put newlines in cache variables' values.
6483# Ultrix sh set writes to stderr and can't be redirected directly,
6484# and sets the high bit in the cache file unless we assign to the vars.
6485(set) 2>&1 |
6486 case `(ac_space=' '; set) 2>&1` in
6487 *ac_space=\ *)
6488 # `set' does not quote correctly, so add quotes (double-quote substitution
6489 # turns \\\\ into \\, and sed turns \\ into \).
6490 sed -n \
6491 -e "s/'/'\\\\''/g" \
6492 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6493 ;;
6494 *)
6495 # `set' quotes correctly as required by POSIX, so do not add quotes.
6496 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6497 ;;
6498 esac >> confcache
6499if cmp -s $cache_file confcache; then
6500 :
6501else
6502 if test -w $cache_file; then
6503 echo "updating cache $cache_file"
6504 cat confcache > $cache_file
6505 else
6506 echo "not updating unwritable cache $cache_file"
6507 fi
6508fi
6509rm -f confcache
6510
6511trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
6512
6513test "x$prefix" = xNONE && prefix=$ac_default_prefix
6514# Let make expand exec_prefix.
6515test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6516
6517# Any assignment to VPATH causes Sun make to only execute
6518# the first set of double-colon rules, so remove it if not needed.
6519# If there is a colon in the path, we need to keep it.
6520if test "x$srcdir" = x.; then
6521 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
6522fi
6523
6524trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
6525
6526DEFS=-DHAVE_CONFIG_H
6527
6528# Without the "./", some shells look in PATH for config.status.
6529: ${CONFIG_STATUS=./config.status}
6530
6531echo creating $CONFIG_STATUS
6532rm -f $CONFIG_STATUS
6533cat > $CONFIG_STATUS <<EOF
6534#! /bin/sh
6535# Generated automatically by configure.
6536# Run this file to recreate the current configuration.
6537# This directory was configured as follows,
6538# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
6539#
6540# $0 $ac_configure_args
6541#
6542# Compiler output produced by configure, useful for debugging
6543# configure, is in ./config.log if it exists.
6544
6545ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
6546for ac_option
6547do
6548 case "\$ac_option" in
6549 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6550 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
6551 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
6552 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
6553 echo "$CONFIG_STATUS generated by autoconf version 2.12"
6554 exit 0 ;;
6555 -help | --help | --hel | --he | --h)
6556 echo "\$ac_cs_usage"; exit 0 ;;
6557 *) echo "\$ac_cs_usage"; exit 1 ;;
6558 esac
6559done
6560
6561ac_given_srcdir=$srcdir
6562ac_given_INSTALL="$INSTALL"
6563
abe1d62e 6564trap 'rm -fr `echo "../../src/gtk/setup/substit ../../include/wx/gtk/setup.h:../../src/gtk/setup/setup.hin" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
c801d85f
KB
6565EOF
6566cat >> $CONFIG_STATUS <<EOF
6567
6568# Protect against being on the right side of a sed subst in config.status.
6569sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
6570 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
6571$ac_vpsub
6572$extrasub
6573s%@CFLAGS@%$CFLAGS%g
6574s%@CPPFLAGS@%$CPPFLAGS%g
6575s%@CXXFLAGS@%$CXXFLAGS%g
6576s%@DEFS@%$DEFS%g
6577s%@LDFLAGS@%$LDFLAGS%g
6578s%@LIBS@%$LIBS%g
6579s%@exec_prefix@%$exec_prefix%g
6580s%@prefix@%$prefix%g
6581s%@program_transform_name@%$program_transform_name%g
6582s%@bindir@%$bindir%g
6583s%@sbindir@%$sbindir%g
6584s%@libexecdir@%$libexecdir%g
6585s%@datadir@%$datadir%g
6586s%@sysconfdir@%$sysconfdir%g
6587s%@sharedstatedir@%$sharedstatedir%g
6588s%@localstatedir@%$localstatedir%g
6589s%@libdir@%$libdir%g
6590s%@includedir@%$includedir%g
6591s%@oldincludedir@%$oldincludedir%g
6592s%@infodir@%$infodir%g
6593s%@mandir@%$mandir%g
6594s%@WXBASEDIR@%$WXBASEDIR%g
6595s%@CC@%$CC%g
6596s%@CPP@%$CPP%g
6597s%@CXX@%$CXX%g
6598s%@CXXCPP@%$CXXCPP%g
6599s%@RANLIB@%$RANLIB%g
6600s%@AR@%$AR%g
6601s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
6602s%@INSTALL_DATA@%$INSTALL_DATA%g
6603s%@LN_S@%$LN_S%g
6604s%@AWK@%$AWK%g
6605s%@X_CFLAGS@%$X_CFLAGS%g
6606s%@X_PRE_LIBS@%$X_PRE_LIBS%g
6607s%@X_LIBS@%$X_LIBS%g
6608s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
7c351dad 6609s%@GTK_JOYSTICK@%$GTK_JOYSTICK%g
c801d85f 6610s%@LIBOBJS@%$LIBOBJS%g
7c351dad 6611s%@UNIX_THREAD@%$UNIX_THREAD%g
82052aff 6612s%@THREADS_LINK@%$THREADS_LINK%g
c801d85f
KB
6613s%@YACC@%$YACC%g
6614s%@LEX@%$LEX%g
6615s%@LEXLIB@%$LEXLIB%g
6616s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g
6617s%@host@%$host%g
6618s%@host_alias@%$host_alias%g
6619s%@host_cpu@%$host_cpu%g
6620s%@host_vendor@%$host_vendor%g
6621s%@host_os@%$host_os%g
2216f571 6622s%@WXDEBUG@%$WXDEBUG%g
4acbf245 6623s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
c801d85f
KB
6624s%@PROFILE@%$PROFILE%g
6625s%@OPTIMISE@%$OPTIMISE%g
6626s%@RPC@%$RPC%g
6627s%@WXRESOURCES@%$WXRESOURCES%g
6628s%@PROLOGIO@%$PROLOGIO%g
6629s%@PROLOGIOSRC@%$PROLOGIOSRC%g
6630s%@POSTSCRIPTDC@%$POSTSCRIPTDC%g
6631s%@METAFILE@%$METAFILE%g
6632s%@FORM@%$FORM%g
6633s%@HELP@%$HELP%g
6634s%@IPC@%$IPC%g
6635s%@ENHDIALOGBOX@%$ENHDIALOGBOX%g
6636s%@XRESOURCES@%$XRESOURCES%g
6637s%@CLIPBOARD@%$CLIPBOARD%g
6638s%@CONSTRAINTS@%$CONSTRAINTS%g
6639s%@TIMEDATE@%$TIMEDATE%g
6640s%@FRACTION@%$FRACTION%g
6641s%@TOOLBAR@%$TOOLBAR%g
6642s%@GAUGE@%$GAUGE%g
6643s%@VIRLISTBOX@%$VIRLISTBOX%g
6644s%@SCROLLBAR@%$SCROLLBAR%g
6645s%@DOCVIEW@%$DOCVIEW%g
6646s%@PRINTPREVIEW@%$PRINTPREVIEW%g
6647s%@TYPETREE@%$TYPETREE%g
6648s%@WXGRAPH@%$WXGRAPH%g
6649s%@WXTREE@%$WXTREE%g
6650s%@GTK_CONFIG@%$GTK_CONFIG%g
6651s%@GTK_CFLAGS@%$GTK_CFLAGS%g
6652s%@GTK_LIBS@%$GTK_LIBS%g
6653s%@GUI_TK_INCLUDE@%$GUI_TK_INCLUDE%g
6654s%@GUI_TK_LIBRARY@%$GUI_TK_LIBRARY%g
6655s%@GUI_TK_LINK@%$GUI_TK_LINK%g
6656s%@TOOLKIT@%$TOOLKIT%g
6657s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
6658s%@OPENGL_INCLUDE@%$OPENGL_INCLUDE%g
6659s%@OPENGL_LIBRARY@%$OPENGL_LIBRARY%g
6660s%@OPENGL_LINK@%$OPENGL_LINK%g
6661s%@GLCANVAS@%$GLCANVAS%g
6662s%@OS@%$OS%g
6663s%@PICFLAGS@%$PICFLAGS%g
6664s%@CREATE_SHARED@%$CREATE_SHARED%g
6665
6666CEOF
6667EOF
6668
6669cat >> $CONFIG_STATUS <<\EOF
6670
6671# Split the substitutions into bite-sized pieces for seds with
6672# small command number limits, like on Digital OSF/1 and HP-UX.
6673ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
6674ac_file=1 # Number of current file.
6675ac_beg=1 # First line for current file.
6676ac_end=$ac_max_sed_cmds # Line after last line for current file.
6677ac_more_lines=:
6678ac_sed_cmds=""
6679while $ac_more_lines; do
6680 if test $ac_beg -gt 1; then
6681 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
6682 else
6683 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
6684 fi
6685 if test ! -s conftest.s$ac_file; then
6686 ac_more_lines=false
6687 rm -f conftest.s$ac_file
6688 else
6689 if test -z "$ac_sed_cmds"; then
6690 ac_sed_cmds="sed -f conftest.s$ac_file"
6691 else
6692 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
6693 fi
6694 ac_file=`expr $ac_file + 1`
6695 ac_beg=$ac_end
6696 ac_end=`expr $ac_end + $ac_max_sed_cmds`
6697 fi
6698done
6699if test -z "$ac_sed_cmds"; then
6700 ac_sed_cmds=cat
6701fi
6702EOF
6703
6704cat >> $CONFIG_STATUS <<EOF
6705
abe1d62e 6706CONFIG_FILES=\${CONFIG_FILES-"../../src/gtk/setup/substit"}
c801d85f
KB
6707EOF
6708cat >> $CONFIG_STATUS <<\EOF
6709for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
6710 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6711 case "$ac_file" in
6712 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6713 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6714 *) ac_file_in="${ac_file}.in" ;;
6715 esac
6716
6717 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
6718
6719 # Remove last slash and all that follows it. Not all systems have dirname.
6720 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6721 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6722 # The file is in a subdirectory.
6723 test ! -d "$ac_dir" && mkdir "$ac_dir"
6724 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
6725 # A "../" for each directory in $ac_dir_suffix.
6726 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
6727 else
6728 ac_dir_suffix= ac_dots=
6729 fi
6730
6731 case "$ac_given_srcdir" in
6732 .) srcdir=.
6733 if test -z "$ac_dots"; then top_srcdir=.
6734 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
6735 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
6736 *) # Relative path.
6737 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
6738 top_srcdir="$ac_dots$ac_given_srcdir" ;;
6739 esac
6740
6741 case "$ac_given_INSTALL" in
6742 [/$]*) INSTALL="$ac_given_INSTALL" ;;
6743 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
6744 esac
6745
6746 echo creating "$ac_file"
6747 rm -f "$ac_file"
6748 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
6749 case "$ac_file" in
6750 *Makefile*) ac_comsub="1i\\
6751# $configure_input" ;;
6752 *) ac_comsub= ;;
6753 esac
6754
6755 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6756 sed -e "$ac_comsub
6757s%@configure_input@%$configure_input%g
6758s%@srcdir@%$srcdir%g
6759s%@top_srcdir@%$top_srcdir%g
6760s%@INSTALL@%$INSTALL%g
6761" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
6762fi; done
6763rm -f conftest.s*
6764
6765# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6766# NAME is the cpp macro being defined and VALUE is the value it is being given.
6767#
6768# ac_d sets the value in "#define NAME VALUE" lines.
6769ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6770ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
6771ac_dC='\3'
6772ac_dD='%g'
6773# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
6774ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6775ac_uB='\([ ]\)%\1#\2define\3'
6776ac_uC=' '
6777ac_uD='\4%g'
6778# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6779ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6780ac_eB='$%\1#\2define\3'
6781ac_eC=' '
6782ac_eD='%g'
6783
6784if test "${CONFIG_HEADERS+set}" != set; then
6785EOF
6786cat >> $CONFIG_STATUS <<EOF
abe1d62e 6787 CONFIG_HEADERS="../../include/wx/gtk/setup.h:../../src/gtk/setup/setup.hin"
c801d85f
KB
6788EOF
6789cat >> $CONFIG_STATUS <<\EOF
6790fi
6791for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
6792 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6793 case "$ac_file" in
6794 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
6795 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
6796 *) ac_file_in="${ac_file}.in" ;;
6797 esac
6798
6799 echo creating $ac_file
6800
6801 rm -f conftest.frag conftest.in conftest.out
6802 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
6803 cat $ac_file_inputs > conftest.in
6804
6805EOF
6806
6807# Transform confdefs.h into a sed script conftest.vals that substitutes
6808# the proper values into config.h.in to produce config.h. And first:
6809# Protect against being on the right side of a sed subst in config.status.
6810# Protect against being in an unquoted here document in config.status.
6811rm -f conftest.vals
6812cat > conftest.hdr <<\EOF
6813s/[\\&%]/\\&/g
6814s%[\\$`]%\\&%g
6815s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
6816s%ac_d%ac_u%gp
6817s%ac_u%ac_e%gp
6818EOF
6819sed -n -f conftest.hdr confdefs.h > conftest.vals
6820rm -f conftest.hdr
6821
6822# This sed command replaces #undef with comments. This is necessary, for
6823# example, in the case of _POSIX_SOURCE, which is predefined and required
6824# on some systems where configure will not decide to define it.
6825cat >> conftest.vals <<\EOF
6826s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
6827EOF
6828
6829# Break up conftest.vals because some shells have a limit on
6830# the size of here documents, and old seds have small limits too.
6831
6832rm -f conftest.tail
6833while :
6834do
6835 ac_lines=`grep -c . conftest.vals`
6836 # grep -c gives empty output for an empty file on some AIX systems.
6837 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
6838 # Write a limited-size here document to conftest.frag.
6839 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
6840 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
6841 echo 'CEOF
6842 sed -f conftest.frag conftest.in > conftest.out
6843 rm -f conftest.in
6844 mv conftest.out conftest.in
6845' >> $CONFIG_STATUS
6846 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
6847 rm -f conftest.vals
6848 mv conftest.tail conftest.vals
6849done
6850rm -f conftest.vals
6851
6852cat >> $CONFIG_STATUS <<\EOF
6853 rm -f conftest.frag conftest.h
6854 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
6855 cat conftest.in >> conftest.h
6856 rm -f conftest.in
6857 if cmp -s $ac_file conftest.h 2>/dev/null; then
6858 echo "$ac_file is unchanged"
6859 rm -f conftest.h
6860 else
6861 # Remove last slash and all that follows it. Not all systems have dirname.
6862 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
6863 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
6864 # The file is in a subdirectory.
6865 test ! -d "$ac_dir" && mkdir "$ac_dir"
6866 fi
6867 rm -f $ac_file
6868 mv conftest.h $ac_file
6869 fi
6870fi; done
6871
6872EOF
6873cat >> $CONFIG_STATUS <<EOF
6874
6875EOF
6876cat >> $CONFIG_STATUS <<\EOF
abe1d62e 6877
c801d85f
KB
6878exit 0
6879EOF
6880chmod +x $CONFIG_STATUS
6881rm -fr confdefs* $ac_clean_files
6882test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
6883
6884
6885mv ${OSTYPE}.system.cache.tmp ${OSTYPE}.system.cache
6886