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