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