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