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