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