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