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