]> andersk Git - splint.git/blame_incremental - configure
Added files for the splint.sf.net repository as part of the merge process.
[splint.git] / configure
... / ...
CommitLineData
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by Autoconf 2.52 for Splint 3.0.1.7.
4#
5# Report bugs to <splint-bug@splint.org>.
6#
7# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
8# Free Software Foundation, Inc.
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11
12# Avoid depending upon Character Ranges.
13as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16as_cr_digits='0123456789'
17as_cr_alnum=$as_cr_Letters$as_cr_digits
18
19# Sed expression to map a string onto a valid variable name.
20as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
21
22# Sed expression to map a string onto a valid CPP name.
23as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
24
25# Be Bourne compatible
26if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27 emulate sh
28 NULLCMD=:
29elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
30 set -o posix
31fi
32
33# Name of the executable.
34as_me=`echo "$0" |sed 's,.*[\\/],,'`
35
36if expr a : '\(a\)' >/dev/null 2>&1; then
37 as_expr=expr
38else
39 as_expr=false
40fi
41
42rm -f conf$$ conf$$.exe conf$$.file
43echo >conf$$.file
44if ln -s conf$$.file conf$$ 2>/dev/null; then
45 # We could just check for DJGPP; but this test a) works b) is more generic
46 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
47 if test -f conf$$.exe; then
48 # Don't use ln at all; we don't have any links
49 as_ln_s='cp -p'
50 else
51 as_ln_s='ln -s'
52 fi
53elif ln conf$$.file conf$$ 2>/dev/null; then
54 as_ln_s=ln
55else
56 as_ln_s='cp -p'
57fi
58rm -f conf$$ conf$$.exe conf$$.file
59
60as_executable_p="test -f"
61
62# Support unset when possible.
63if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
64 as_unset=unset
65else
66 as_unset=false
67fi
68
69# NLS nuisances.
70$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
71$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
72$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
73$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
74$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
75$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
76$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
77$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
78
79# IFS
80# We need space, tab and new line, in precisely that order.
81as_nl='
82'
83IFS=" $as_nl"
84
85# CDPATH.
86$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
87
88# Name of the host.
89# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
90# so uname gets run too.
91ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
92
93exec 6>&1
94
95#
96# Initializations.
97#
98ac_default_prefix=/usr/local
99cross_compiling=no
100subdirs=
101MFLAGS= MAKEFLAGS=
102SHELL=${CONFIG_SHELL-/bin/sh}
103
104# Maximum number of lines to put in a shell here document.
105# This variable seems obsolete. It should probably be removed, and
106# only ac_max_sed_lines should be used.
107: ${ac_max_here_lines=38}
108
109ac_unique_file="src/lclinit.c"
110
111# Initialize some variables set by options.
112ac_init_help=
113ac_init_version=false
114# The variables have the same names as the options, with
115# dashes changed to underlines.
116cache_file=/dev/null
117exec_prefix=NONE
118no_create=
119no_recursion=
120prefix=NONE
121program_prefix=NONE
122program_suffix=NONE
123program_transform_name=s,x,x,
124silent=
125site=
126srcdir=
127verbose=
128x_includes=NONE
129x_libraries=NONE
130
131# Installation directory options.
132# These are left unexpanded so users can "make install exec_prefix=/foo"
133# and all the variables that are supposed to be based on exec_prefix
134# by default will actually change.
135# Use braces instead of parens because sh, perl, etc. also accept them.
136bindir='${exec_prefix}/bin'
137sbindir='${exec_prefix}/sbin'
138libexecdir='${exec_prefix}/libexec'
139datadir='${prefix}/share'
140sysconfdir='${prefix}/etc'
141sharedstatedir='${prefix}/com'
142localstatedir='${prefix}/var'
143libdir='${exec_prefix}/lib'
144includedir='${prefix}/include'
145oldincludedir='/usr/include'
146infodir='${prefix}/info'
147mandir='${prefix}/man'
148
149# Identity of this package.
150PACKAGE_NAME='Splint'
151PACKAGE_TARNAME='splint'
152PACKAGE_VERSION='3.0.1.7'
153PACKAGE_STRING='Splint 3.0.1.7'
154PACKAGE_BUGREPORT='splint-bug@splint.org'
155
156ac_prev=
157for ac_option
158do
159 # If the previous option needs an argument, assign it.
160 if test -n "$ac_prev"; then
161 eval "$ac_prev=\$ac_option"
162 ac_prev=
163 continue
164 fi
165
166 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
167
168 # Accept the important Cygnus configure options, so we can diagnose typos.
169
170 case $ac_option in
171
172 -bindir | --bindir | --bindi | --bind | --bin | --bi)
173 ac_prev=bindir ;;
174 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
175 bindir=$ac_optarg ;;
176
177 -build | --build | --buil | --bui | --bu)
178 ac_prev=build_alias ;;
179 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
180 build_alias=$ac_optarg ;;
181
182 -cache-file | --cache-file | --cache-fil | --cache-fi \
183 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
184 ac_prev=cache_file ;;
185 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
186 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
187 cache_file=$ac_optarg ;;
188
189 --config-cache | -C)
190 cache_file=config.cache ;;
191
192 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
193 ac_prev=datadir ;;
194 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
195 | --da=*)
196 datadir=$ac_optarg ;;
197
198 -disable-* | --disable-*)
199 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
200 # Reject names that are not valid shell variable names.
201 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
202 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
203 { (exit 1); exit 1; }; }
204 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
205 eval "enable_$ac_feature=no" ;;
206
207 -enable-* | --enable-*)
208 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
209 # Reject names that are not valid shell variable names.
210 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
211 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
212 { (exit 1); exit 1; }; }
213 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
214 case $ac_option in
215 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
216 *) ac_optarg=yes ;;
217 esac
218 eval "enable_$ac_feature='$ac_optarg'" ;;
219
220 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
221 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
222 | --exec | --exe | --ex)
223 ac_prev=exec_prefix ;;
224 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
225 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
226 | --exec=* | --exe=* | --ex=*)
227 exec_prefix=$ac_optarg ;;
228
229 -gas | --gas | --ga | --g)
230 # Obsolete; use --with-gas.
231 with_gas=yes ;;
232
233 -help | --help | --hel | --he | -h)
234 ac_init_help=long ;;
235 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
236 ac_init_help=recursive ;;
237 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
238 ac_init_help=short ;;
239
240 -host | --host | --hos | --ho)
241 ac_prev=host_alias ;;
242 -host=* | --host=* | --hos=* | --ho=*)
243 host_alias=$ac_optarg ;;
244
245 -includedir | --includedir | --includedi | --included | --include \
246 | --includ | --inclu | --incl | --inc)
247 ac_prev=includedir ;;
248 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
249 | --includ=* | --inclu=* | --incl=* | --inc=*)
250 includedir=$ac_optarg ;;
251
252 -infodir | --infodir | --infodi | --infod | --info | --inf)
253 ac_prev=infodir ;;
254 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
255 infodir=$ac_optarg ;;
256
257 -libdir | --libdir | --libdi | --libd)
258 ac_prev=libdir ;;
259 -libdir=* | --libdir=* | --libdi=* | --libd=*)
260 libdir=$ac_optarg ;;
261
262 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
263 | --libexe | --libex | --libe)
264 ac_prev=libexecdir ;;
265 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
266 | --libexe=* | --libex=* | --libe=*)
267 libexecdir=$ac_optarg ;;
268
269 -localstatedir | --localstatedir | --localstatedi | --localstated \
270 | --localstate | --localstat | --localsta | --localst \
271 | --locals | --local | --loca | --loc | --lo)
272 ac_prev=localstatedir ;;
273 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
274 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
275 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
276 localstatedir=$ac_optarg ;;
277
278 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
279 ac_prev=mandir ;;
280 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
281 mandir=$ac_optarg ;;
282
283 -nfp | --nfp | --nf)
284 # Obsolete; use --without-fp.
285 with_fp=no ;;
286
287 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
288 | --no-cr | --no-c)
289 no_create=yes ;;
290
291 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
292 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
293 no_recursion=yes ;;
294
295 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
296 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
297 | --oldin | --oldi | --old | --ol | --o)
298 ac_prev=oldincludedir ;;
299 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
300 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
301 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
302 oldincludedir=$ac_optarg ;;
303
304 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
305 ac_prev=prefix ;;
306 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
307 prefix=$ac_optarg ;;
308
309 -program-prefix | --program-prefix | --program-prefi | --program-pref \
310 | --program-pre | --program-pr | --program-p)
311 ac_prev=program_prefix ;;
312 -program-prefix=* | --program-prefix=* | --program-prefi=* \
313 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
314 program_prefix=$ac_optarg ;;
315
316 -program-suffix | --program-suffix | --program-suffi | --program-suff \
317 | --program-suf | --program-su | --program-s)
318 ac_prev=program_suffix ;;
319 -program-suffix=* | --program-suffix=* | --program-suffi=* \
320 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
321 program_suffix=$ac_optarg ;;
322
323 -program-transform-name | --program-transform-name \
324 | --program-transform-nam | --program-transform-na \
325 | --program-transform-n | --program-transform- \
326 | --program-transform | --program-transfor \
327 | --program-transfo | --program-transf \
328 | --program-trans | --program-tran \
329 | --progr-tra | --program-tr | --program-t)
330 ac_prev=program_transform_name ;;
331 -program-transform-name=* | --program-transform-name=* \
332 | --program-transform-nam=* | --program-transform-na=* \
333 | --program-transform-n=* | --program-transform-=* \
334 | --program-transform=* | --program-transfor=* \
335 | --program-transfo=* | --program-transf=* \
336 | --program-trans=* | --program-tran=* \
337 | --progr-tra=* | --program-tr=* | --program-t=*)
338 program_transform_name=$ac_optarg ;;
339
340 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
341 | -silent | --silent | --silen | --sile | --sil)
342 silent=yes ;;
343
344 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
345 ac_prev=sbindir ;;
346 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
347 | --sbi=* | --sb=*)
348 sbindir=$ac_optarg ;;
349
350 -sharedstatedir | --sharedstatedir | --sharedstatedi \
351 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
352 | --sharedst | --shareds | --shared | --share | --shar \
353 | --sha | --sh)
354 ac_prev=sharedstatedir ;;
355 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
356 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
357 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
358 | --sha=* | --sh=*)
359 sharedstatedir=$ac_optarg ;;
360
361 -site | --site | --sit)
362 ac_prev=site ;;
363 -site=* | --site=* | --sit=*)
364 site=$ac_optarg ;;
365
366 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
367 ac_prev=srcdir ;;
368 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
369 srcdir=$ac_optarg ;;
370
371 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
372 | --syscon | --sysco | --sysc | --sys | --sy)
373 ac_prev=sysconfdir ;;
374 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
375 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
376 sysconfdir=$ac_optarg ;;
377
378 -target | --target | --targe | --targ | --tar | --ta | --t)
379 ac_prev=target_alias ;;
380 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
381 target_alias=$ac_optarg ;;
382
383 -v | -verbose | --verbose | --verbos | --verbo | --verb)
384 verbose=yes ;;
385
386 -version | --version | --versio | --versi | --vers | -V)
387 ac_init_version=: ;;
388
389 -with-* | --with-*)
390 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
391 # Reject names that are not valid shell variable names.
392 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
393 { echo "$as_me: error: invalid package name: $ac_package" >&2
394 { (exit 1); exit 1; }; }
395 ac_package=`echo $ac_package| sed 's/-/_/g'`
396 case $ac_option in
397 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
398 *) ac_optarg=yes ;;
399 esac
400 eval "with_$ac_package='$ac_optarg'" ;;
401
402 -without-* | --without-*)
403 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
404 # Reject names that are not valid shell variable names.
405 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
406 { echo "$as_me: error: invalid package name: $ac_package" >&2
407 { (exit 1); exit 1; }; }
408 ac_package=`echo $ac_package | sed 's/-/_/g'`
409 eval "with_$ac_package=no" ;;
410
411 --x)
412 # Obsolete; use --with-x.
413 with_x=yes ;;
414
415 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
416 | --x-incl | --x-inc | --x-in | --x-i)
417 ac_prev=x_includes ;;
418 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
419 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
420 x_includes=$ac_optarg ;;
421
422 -x-libraries | --x-libraries | --x-librarie | --x-librari \
423 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
424 ac_prev=x_libraries ;;
425 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
426 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
427 x_libraries=$ac_optarg ;;
428
429 -*) { echo "$as_me: error: unrecognized option: $ac_option
430Try \`$0 --help' for more information." >&2
431 { (exit 1); exit 1; }; }
432 ;;
433
434 *=*)
435 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
436 # Reject names that are not valid shell variable names.
437 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
438 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
439 { (exit 1); exit 1; }; }
440 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
441 eval "$ac_envvar='$ac_optarg'"
442 export $ac_envvar ;;
443
444 *)
445 # FIXME: should be removed in autoconf 3.0.
446 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
447 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
448 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
449 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
450 ;;
451
452 esac
453done
454
455if test -n "$ac_prev"; then
456 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
457 { echo "$as_me: error: missing argument to $ac_option" >&2
458 { (exit 1); exit 1; }; }
459fi
460
461# Be sure to have absolute paths.
462for ac_var in exec_prefix prefix
463do
464 eval ac_val=$`echo $ac_var`
465 case $ac_val in
466 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
467 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
468 { (exit 1); exit 1; }; };;
469 esac
470done
471
472# Be sure to have absolute paths.
473for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
474 localstatedir libdir includedir oldincludedir infodir mandir
475do
476 eval ac_val=$`echo $ac_var`
477 case $ac_val in
478 [\\/$]* | ?:[\\/]* ) ;;
479 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
480 { (exit 1); exit 1; }; };;
481 esac
482done
483
484# There might be people who depend on the old broken behavior: `$host'
485# used to hold the argument of --host etc.
486build=$build_alias
487host=$host_alias
488target=$target_alias
489
490# FIXME: should be removed in autoconf 3.0.
491if test "x$host_alias" != x; then
492 if test "x$build_alias" = x; then
493 cross_compiling=maybe
494 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
495 If a cross compiler is detected then cross compile mode will be used." >&2
496 elif test "x$build_alias" != "x$host_alias"; then
497 cross_compiling=yes
498 fi
499fi
500
501ac_tool_prefix=
502test -n "$host_alias" && ac_tool_prefix=$host_alias-
503
504test "$silent" = yes && exec 6>/dev/null
505
506# Find the source files, if location was not specified.
507if test -z "$srcdir"; then
508 ac_srcdir_defaulted=yes
509 # Try the directory containing this script, then its parent.
510 ac_prog=$0
511 ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
512 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
513 srcdir=$ac_confdir
514 if test ! -r $srcdir/$ac_unique_file; then
515 srcdir=..
516 fi
517else
518 ac_srcdir_defaulted=no
519fi
520if test ! -r $srcdir/$ac_unique_file; then
521 if test "$ac_srcdir_defaulted" = yes; then
522 { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
523 { (exit 1); exit 1; }; }
524 else
525 { echo "$as_me: error: cannot find sources in $srcdir" >&2
526 { (exit 1); exit 1; }; }
527 fi
528fi
529srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
530ac_env_build_alias_set=${build_alias+set}
531ac_env_build_alias_value=$build_alias
532ac_cv_env_build_alias_set=${build_alias+set}
533ac_cv_env_build_alias_value=$build_alias
534ac_env_host_alias_set=${host_alias+set}
535ac_env_host_alias_value=$host_alias
536ac_cv_env_host_alias_set=${host_alias+set}
537ac_cv_env_host_alias_value=$host_alias
538ac_env_target_alias_set=${target_alias+set}
539ac_env_target_alias_value=$target_alias
540ac_cv_env_target_alias_set=${target_alias+set}
541ac_cv_env_target_alias_value=$target_alias
542ac_env_CC_set=${CC+set}
543ac_env_CC_value=$CC
544ac_cv_env_CC_set=${CC+set}
545ac_cv_env_CC_value=$CC
546ac_env_CFLAGS_set=${CFLAGS+set}
547ac_env_CFLAGS_value=$CFLAGS
548ac_cv_env_CFLAGS_set=${CFLAGS+set}
549ac_cv_env_CFLAGS_value=$CFLAGS
550ac_env_LDFLAGS_set=${LDFLAGS+set}
551ac_env_LDFLAGS_value=$LDFLAGS
552ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
553ac_cv_env_LDFLAGS_value=$LDFLAGS
554ac_env_CPPFLAGS_set=${CPPFLAGS+set}
555ac_env_CPPFLAGS_value=$CPPFLAGS
556ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
557ac_cv_env_CPPFLAGS_value=$CPPFLAGS
558ac_env_CPP_set=${CPP+set}
559ac_env_CPP_value=$CPP
560ac_cv_env_CPP_set=${CPP+set}
561ac_cv_env_CPP_value=$CPP
562
563#
564# Report the --help message.
565#
566if test "$ac_init_help" = "long"; then
567 # Omit some internal or obsolete options to make the list less imposing.
568 # This message is too long to be a string in the A/UX 3.1 sh.
569 cat <<EOF
570\`configure' configures Splint 3.0.1.7 to adapt to many kinds of systems.
571
572Usage: $0 [OPTION]... [VAR=VALUE]...
573
574To assign environment variables (e.g., CC, CFLAGS...), specify them as
575VAR=VALUE. See below for descriptions of some of the useful variables.
576
577Defaults for the options are specified in brackets.
578
579Configuration:
580 -h, --help display this help and exit
581 --help=short display options specific to this package
582 --help=recursive display the short help of all the included packages
583 -V, --version display version information and exit
584 -q, --quiet, --silent do not print \`checking...' messages
585 --cache-file=FILE cache test results in FILE [disabled]
586 -C, --config-cache alias for \`--cache-file=config.cache'
587 -n, --no-create do not create output files
588 --srcdir=DIR find the sources in DIR [configure dir or \`..']
589
590EOF
591
592 cat <<EOF
593Installation directories:
594 --prefix=PREFIX install architecture-independent files in PREFIX
595 [$ac_default_prefix]
596 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
597 [PREFIX]
598
599By default, \`make install' will install all the files in
600\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
601an installation prefix other than \`$ac_default_prefix' using \`--prefix',
602for instance \`--prefix=\$HOME'.
603
604For better control, use the options below.
605
606Fine tuning of the installation directories:
607 --bindir=DIR user executables [EPREFIX/bin]
608 --sbindir=DIR system admin executables [EPREFIX/sbin]
609 --libexecdir=DIR program executables [EPREFIX/libexec]
610 --datadir=DIR read-only architecture-independent data [PREFIX/share]
611 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
612 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
613 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
614 --libdir=DIR object code libraries [EPREFIX/lib]
615 --includedir=DIR C header files [PREFIX/include]
616 --oldincludedir=DIR C header files for non-gcc [/usr/include]
617 --infodir=DIR info documentation [PREFIX/info]
618 --mandir=DIR man documentation [PREFIX/man]
619EOF
620
621 cat <<\EOF
622
623Program names:
624 --program-prefix=PREFIX prepend PREFIX to installed program names
625 --program-suffix=SUFFIX append SUFFIX to installed program names
626 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
627
628System types:
629 --build=BUILD configure for building on BUILD [guessed]
630 --host=HOST build programs to run on HOST [BUILD]
631 --target=TARGET configure for building compilers for TARGET [HOST]
632EOF
633fi
634
635if test -n "$ac_init_help"; then
636 case $ac_init_help in
637 short | recursive ) echo "Configuration of Splint 3.0.1.7:";;
638 esac
639 cat <<\EOF
640
641Optional Features:
642 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
643 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
644 --disable-dependency-tracking Speeds up one-time builds
645 --enable-dependency-tracking Do not reject slow dependency extractors
646
647Optional Packages:
648 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
649 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
650 --without-lcl don't include support for LCL files
651
652Some influential environment variables:
653 CC C compiler command
654 CFLAGS C compiler flags
655 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
656 nonstandard directory <lib dir>
657 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
658 headers in a nonstandard directory <include dir>
659 CPP C preprocessor
660
661Use these variables to override the choices made by `configure' or to help
662it to find libraries and programs with nonstandard names/locations.
663
664Report bugs to <splint-bug@splint.org>.
665EOF
666fi
667
668if test "$ac_init_help" = "recursive"; then
669 # If there are subdirs, report their specific --help.
670 ac_popdir=`pwd`
671 for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
672 cd $ac_subdir
673 # A "../" for each directory in /$ac_subdir.
674 ac_dots=`echo $ac_subdir |
675 sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
676
677 case $srcdir in
678 .) # No --srcdir option. We are building in place.
679 ac_sub_srcdir=$srcdir ;;
680 [\\/]* | ?:[\\/]* ) # Absolute path.
681 ac_sub_srcdir=$srcdir/$ac_subdir ;;
682 *) # Relative path.
683 ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
684 esac
685
686 # Check for guested configure; otherwise get Cygnus style configure.
687 if test -f $ac_sub_srcdir/configure.gnu; then
688 echo
689 $SHELL $ac_sub_srcdir/configure.gnu --help=recursive
690 elif test -f $ac_sub_srcdir/configure; then
691 echo
692 $SHELL $ac_sub_srcdir/configure --help=recursive
693 elif test -f $ac_sub_srcdir/configure.ac ||
694 test -f $ac_sub_srcdir/configure.in; then
695 echo
696 $ac_configure --help
697 else
698 echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
699 fi
700 cd $ac_popdir
701 done
702fi
703
704test -n "$ac_init_help" && exit 0
705if $ac_init_version; then
706 cat <<\EOF
707Splint configure 3.0.1.7
708generated by GNU Autoconf 2.52
709
710Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
711Free Software Foundation, Inc.
712This configure script is free software; the Free Software Foundation
713gives unlimited permission to copy, distribute and modify it.
714EOF
715 exit 0
716fi
717exec 5>config.log
718cat >&5 <<EOF
719This file contains any messages produced by compilers while
720running configure, to aid debugging if configure makes a mistake.
721
722It was created by Splint $as_me 3.0.1.7, which was
723generated by GNU Autoconf 2.52. Invocation command line was
724
725 $ $0 $@
726
727EOF
728{
729cat <<_ASUNAME
730## ---------- ##
731## Platform. ##
732## ---------- ##
733
734hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
735uname -m = `(uname -m) 2>/dev/null || echo unknown`
736uname -r = `(uname -r) 2>/dev/null || echo unknown`
737uname -s = `(uname -s) 2>/dev/null || echo unknown`
738uname -v = `(uname -v) 2>/dev/null || echo unknown`
739
740/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
741/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
742
743/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
744/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
745/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
746hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
747/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
748/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
749/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
750
751PATH = $PATH
752
753_ASUNAME
754} >&5
755
756cat >&5 <<EOF
757## ------------ ##
758## Core tests. ##
759## ------------ ##
760
761EOF
762
763# Keep a trace of the command line.
764# Strip out --no-create and --no-recursion so they do not pile up.
765# Also quote any args containing shell meta-characters.
766ac_configure_args=
767ac_sep=
768for ac_arg
769do
770 case $ac_arg in
771 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
772 | --no-cr | --no-c) ;;
773 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
774 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
775 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
776 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
777 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
778 ac_sep=" " ;;
779 *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
780 ac_sep=" " ;;
781 esac
782 # Get rid of the leading space.
783done
784
785# When interrupted or exit'd, cleanup temporary files, and complete
786# config.log. We remove comments because anyway the quotes in there
787# would cause problems or look ugly.
788trap 'exit_status=$?
789 # Save into config.log some information that might help in debugging.
790 echo >&5
791 echo "## ----------------- ##" >&5
792 echo "## Cache variables. ##" >&5
793 echo "## ----------------- ##" >&5
794 echo >&5
795 # The following way of writing the cache mishandles newlines in values,
796{
797 (set) 2>&1 |
798 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
799 *ac_space=\ *)
800 sed -n \
801 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
802 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
803 ;;
804 *)
805 sed -n \
806 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
807 ;;
808 esac;
809} >&5
810 sed "/^$/d" confdefs.h >conftest.log
811 if test -s conftest.log; then
812 echo >&5
813 echo "## ------------ ##" >&5
814 echo "## confdefs.h. ##" >&5
815 echo "## ------------ ##" >&5
816 echo >&5
817 cat conftest.log >&5
818 fi
819 (echo; echo) >&5
820 test "$ac_signal" != 0 &&
821 echo "$as_me: caught signal $ac_signal" >&5
822 echo "$as_me: exit $exit_status" >&5
823 rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
824 exit $exit_status
825 ' 0
826for ac_signal in 1 2 13 15; do
827 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
828done
829ac_signal=0
830
831# confdefs.h avoids OS command line length limits that DEFS can exceed.
832rm -rf conftest* confdefs.h
833# AIX cpp loses on an empty file, so make sure it contains at least a newline.
834echo >confdefs.h
835
836# Let the site file select an alternate cache file if it wants to.
837# Prefer explicitly selected file to automatically selected ones.
838if test -z "$CONFIG_SITE"; then
839 if test "x$prefix" != xNONE; then
840 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
841 else
842 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
843 fi
844fi
845for ac_site_file in $CONFIG_SITE; do
846 if test -r "$ac_site_file"; then
847 { echo "$as_me:847: loading site script $ac_site_file" >&5
848echo "$as_me: loading site script $ac_site_file" >&6;}
849 cat "$ac_site_file" >&5
850 . "$ac_site_file"
851 fi
852done
853
854if test -r "$cache_file"; then
855 # Some versions of bash will fail to source /dev/null (special
856 # files actually), so we avoid doing that.
857 if test -f "$cache_file"; then
858 { echo "$as_me:858: loading cache $cache_file" >&5
859echo "$as_me: loading cache $cache_file" >&6;}
860 case $cache_file in
861 [\\/]* | ?:[\\/]* ) . $cache_file;;
862 *) . ./$cache_file;;
863 esac
864 fi
865else
866 { echo "$as_me:866: creating cache $cache_file" >&5
867echo "$as_me: creating cache $cache_file" >&6;}
868 >$cache_file
869fi
870
871# Check that the precious variables saved in the cache have kept the same
872# value.
873ac_cache_corrupted=false
874for ac_var in `(set) 2>&1 |
875 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
876 eval ac_old_set=\$ac_cv_env_${ac_var}_set
877 eval ac_new_set=\$ac_env_${ac_var}_set
878 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
879 eval ac_new_val="\$ac_env_${ac_var}_value"
880 case $ac_old_set,$ac_new_set in
881 set,)
882 { echo "$as_me:882: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
883echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
884 ac_cache_corrupted=: ;;
885 ,set)
886 { echo "$as_me:886: error: \`$ac_var' was not set in the previous run" >&5
887echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
888 ac_cache_corrupted=: ;;
889 ,);;
890 *)
891 if test "x$ac_old_val" != "x$ac_new_val"; then
892 { echo "$as_me:892: error: \`$ac_var' has changed since the previous run:" >&5
893echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
894 { echo "$as_me:894: former value: $ac_old_val" >&5
895echo "$as_me: former value: $ac_old_val" >&2;}
896 { echo "$as_me:896: current value: $ac_new_val" >&5
897echo "$as_me: current value: $ac_new_val" >&2;}
898 ac_cache_corrupted=:
899 fi;;
900 esac
901 # Pass precious variables to config.status. It doesn't matter if
902 # we pass some twice (in addition to the command line arguments).
903 if test "$ac_new_set" = set; then
904 case $ac_new_val in
905 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
906 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
907 ac_configure_args="$ac_configure_args '$ac_arg'"
908 ;;
909 *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
910 ;;
911 esac
912 fi
913done
914if $ac_cache_corrupted; then
915 { echo "$as_me:915: error: changes in the environment can compromise the build" >&5
916echo "$as_me: error: changes in the environment can compromise the build" >&2;}
917 { { echo "$as_me:917: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
918echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
919 { (exit 1); exit 1; }; }
920fi
921
922ac_ext=c
923ac_cpp='$CPP $CPPFLAGS'
924ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
925ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
926ac_compiler_gnu=$ac_cv_c_compiler_gnu
927
928case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
929 *c*,-n*) ECHO_N= ECHO_C='
930' ECHO_T=' ' ;;
931 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
932 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
933esac
934echo "#! $SHELL" >conftest.sh
935echo "exit 0" >>conftest.sh
936chmod +x conftest.sh
937if { (echo "$as_me:937: PATH=\".;.\"; conftest.sh") >&5
938 (PATH=".;."; conftest.sh) 2>&5
939 ac_status=$?
940 echo "$as_me:940: \$? = $ac_status" >&5
941 (exit $ac_status); }; then
942 ac_path_separator=';'
943else
944 ac_path_separator=:
945fi
946PATH_SEPARATOR="$ac_path_separator"
947rm -f conftest.sh
948
949ac_aux_dir=
950for ac_dir in config $srcdir/config; do
951 if test -f $ac_dir/install-sh; then
952 ac_aux_dir=$ac_dir
953 ac_install_sh="$ac_aux_dir/install-sh -c"
954 break
955 elif test -f $ac_dir/install.sh; then
956 ac_aux_dir=$ac_dir
957 ac_install_sh="$ac_aux_dir/install.sh -c"
958 break
959 elif test -f $ac_dir/shtool; then
960 ac_aux_dir=$ac_dir
961 ac_install_sh="$ac_aux_dir/shtool install -c"
962 break
963 fi
964done
965if test -z "$ac_aux_dir"; then
966 { { echo "$as_me:966: error: cannot find install-sh or install.sh in config $srcdir/config" >&5
967echo "$as_me: error: cannot find install-sh or install.sh in config $srcdir/config" >&2;}
968 { (exit 1); exit 1; }; }
969fi
970ac_config_guess="$SHELL $ac_aux_dir/config.guess"
971ac_config_sub="$SHELL $ac_aux_dir/config.sub"
972ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
973
974# Make sure we can run config.sub.
975$ac_config_sub sun4 >/dev/null 2>&1 ||
976 { { echo "$as_me:976: error: cannot run $ac_config_sub" >&5
977echo "$as_me: error: cannot run $ac_config_sub" >&2;}
978 { (exit 1); exit 1; }; }
979
980echo "$as_me:980: checking build system type" >&5
981echo $ECHO_N "checking build system type... $ECHO_C" >&6
982if test "${ac_cv_build+set}" = set; then
983 echo $ECHO_N "(cached) $ECHO_C" >&6
984else
985 ac_cv_build_alias=$build_alias
986test -z "$ac_cv_build_alias" &&
987 ac_cv_build_alias=`$ac_config_guess`
988test -z "$ac_cv_build_alias" &&
989 { { echo "$as_me:989: error: cannot guess build type; you must specify one" >&5
990echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
991 { (exit 1); exit 1; }; }
992ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
993 { { echo "$as_me:993: error: $ac_config_sub $ac_cv_build_alias failed." >&5
994echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
995 { (exit 1); exit 1; }; }
996
997fi
998echo "$as_me:998: result: $ac_cv_build" >&5
999echo "${ECHO_T}$ac_cv_build" >&6
1000build=$ac_cv_build
1001build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1002build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1003build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1004
1005echo "$as_me:1005: checking host system type" >&5
1006echo $ECHO_N "checking host system type... $ECHO_C" >&6
1007if test "${ac_cv_host+set}" = set; then
1008 echo $ECHO_N "(cached) $ECHO_C" >&6
1009else
1010 ac_cv_host_alias=$host_alias
1011test -z "$ac_cv_host_alias" &&
1012 ac_cv_host_alias=$ac_cv_build_alias
1013ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1014 { { echo "$as_me:1014: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1015echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1016 { (exit 1); exit 1; }; }
1017
1018fi
1019echo "$as_me:1019: result: $ac_cv_host" >&5
1020echo "${ECHO_T}$ac_cv_host" >&6
1021host=$ac_cv_host
1022host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1023host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1024host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1025
1026echo "$as_me:1026: checking target system type" >&5
1027echo $ECHO_N "checking target system type... $ECHO_C" >&6
1028if test "${ac_cv_target+set}" = set; then
1029 echo $ECHO_N "(cached) $ECHO_C" >&6
1030else
1031 ac_cv_target_alias=$target_alias
1032test "x$ac_cv_target_alias" = "x" &&
1033 ac_cv_target_alias=$ac_cv_host_alias
1034ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1035 { { echo "$as_me:1035: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1036echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1037 { (exit 1); exit 1; }; }
1038
1039fi
1040echo "$as_me:1040: result: $ac_cv_target" >&5
1041echo "${ECHO_T}$ac_cv_target" >&6
1042target=$ac_cv_target
1043target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1044target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1045target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1046
1047# The aliases save the names the user supplied, while $host etc.
1048# will get canonicalized.
1049test -n "$target_alias" &&
1050 test "$program_prefix$program_suffix$program_transform_name" = \
1051 NONENONEs,x,x, &&
1052 program_prefix=${target_alias}-
1053
1054# Find a good install program. We prefer a C program (faster),
1055# so one script is as good as another. But avoid the broken or
1056# incompatible versions:
1057# SysV /etc/install, /usr/sbin/install
1058# SunOS /usr/etc/install
1059# IRIX /sbin/install
1060# AIX /bin/install
1061# AmigaOS /C/install, which installs bootblocks on floppy discs
1062# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1063# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1064# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1065# ./install, which can be erroneously created by make from ./install.sh.
1066echo "$as_me:1066: checking for a BSD compatible install" >&5
1067echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
1068if test -z "$INSTALL"; then
1069if test "${ac_cv_path_install+set}" = set; then
1070 echo $ECHO_N "(cached) $ECHO_C" >&6
1071else
1072 ac_save_IFS=$IFS; IFS=$ac_path_separator
1073 for ac_dir in $PATH; do
1074 IFS=$ac_save_IFS
1075 # Account for people who put trailing slashes in PATH elements.
1076 case $ac_dir/ in
1077 / | ./ | .// | /cC/* \
1078 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
1079 | /usr/ucb/* ) ;;
1080 *)
1081 # OSF1 and SCO ODT 3.0 have their own names for install.
1082 # Don't use installbsd from OSF since it installs stuff as root
1083 # by default.
1084 for ac_prog in ginstall scoinst install; do
1085 if $as_executable_p "$ac_dir/$ac_prog"; then
1086 if test $ac_prog = install &&
1087 grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
1088 # AIX install. It has an incompatible calling convention.
1089 :
1090 elif test $ac_prog = install &&
1091 grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
1092 # program-specific install script used by HP pwplus--don't use.
1093 :
1094 else
1095 ac_cv_path_install="$ac_dir/$ac_prog -c"
1096 break 2
1097 fi
1098 fi
1099 done
1100 ;;
1101 esac
1102 done
1103
1104fi
1105 if test "${ac_cv_path_install+set}" = set; then
1106 INSTALL=$ac_cv_path_install
1107 else
1108 # As a last resort, use the slow shell script. We don't cache a
1109 # path for INSTALL within a source directory, because that will
1110 # break other packages using the cache if that directory is
1111 # removed, or if the path is relative.
1112 INSTALL=$ac_install_sh
1113 fi
1114fi
1115echo "$as_me:1115: result: $INSTALL" >&5
1116echo "${ECHO_T}$INSTALL" >&6
1117
1118# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1119# It thinks the first close brace ends the variable substitution.
1120test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1121
1122test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1123
1124test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1125
1126echo "$as_me:1126: checking whether build environment is sane" >&5
1127echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1128# Just in case
1129sleep 1
1130echo timestamp > conftest.file
1131# Do `set' in a subshell so we don't clobber the current shell's
1132# arguments. Must try -L first in case configure is actually a
1133# symlink; some systems play weird games with the mod time of symlinks
1134# (eg FreeBSD returns the mod time of the symlink's containing
1135# directory).
1136if (
1137 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1138 if test "$*" = "X"; then
1139 # -L didn't work.
1140 set X `ls -t $srcdir/configure conftest.file`
1141 fi
1142 rm -f conftest.file
1143 if test "$*" != "X $srcdir/configure conftest.file" \
1144 && test "$*" != "X conftest.file $srcdir/configure"; then
1145
1146 # If neither matched, then we have a broken ls. This can happen
1147 # if, for instance, CONFIG_SHELL is bash and it inherits a
1148 # broken ls alias from the environment. This has actually
1149 # happened. Such a system could not be considered "sane".
1150 { { echo "$as_me:1150: error: ls -t appears to fail. Make sure there is not a broken
1151alias in your environment" >&5
1152echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1153alias in your environment" >&2;}
1154 { (exit 1); exit 1; }; }
1155 fi
1156
1157 test "$2" = conftest.file
1158 )
1159then
1160 # Ok.
1161 :
1162else
1163 { { echo "$as_me:1163: error: newly created file is older than distributed files!
1164Check your system clock" >&5
1165echo "$as_me: error: newly created file is older than distributed files!
1166Check your system clock" >&2;}
1167 { (exit 1); exit 1; }; }
1168fi
1169echo "$as_me:1169: result: yes" >&5
1170echo "${ECHO_T}yes" >&6
1171test "$program_prefix" != NONE &&
1172 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1173# Use a double $ so make ignores it.
1174test "$program_suffix" != NONE &&
1175 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1176# Double any \ or $. echo might interpret backslashes.
1177# By default was `s,x,x', remove it if useless.
1178cat <<\_ACEOF >conftest.sed
1179s/[\\$]/&&/g;s/;s,x,x,$//
1180_ACEOF
1181program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1182rm conftest.sed
1183
1184# expand $ac_aux_dir to an absolute path
1185am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
1186
1187test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1188# Use eval to expand $SHELL
1189if eval "$MISSING --run true"; then
1190 am_missing_run="$MISSING --run "
1191else
1192 am_missing_run=
1193 am_backtick='`'
1194 { echo "$as_me:1194: WARNING: ${am_backtick}missing' script is too old or missing" >&5
1195echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}
1196fi
1197
1198for ac_prog in mawk gawk nawk awk
1199do
1200 # Extract the first word of "$ac_prog", so it can be a program name with args.
1201set dummy $ac_prog; ac_word=$2
1202echo "$as_me:1202: checking for $ac_word" >&5
1203echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1204if test "${ac_cv_prog_AWK+set}" = set; then
1205 echo $ECHO_N "(cached) $ECHO_C" >&6
1206else
1207 if test -n "$AWK"; then
1208 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1209else
1210 ac_save_IFS=$IFS; IFS=$ac_path_separator
1211ac_dummy="$PATH"
1212for ac_dir in $ac_dummy; do
1213 IFS=$ac_save_IFS
1214 test -z "$ac_dir" && ac_dir=.
1215 $as_executable_p "$ac_dir/$ac_word" || continue
1216ac_cv_prog_AWK="$ac_prog"
1217echo "$as_me:1217: found $ac_dir/$ac_word" >&5
1218break
1219done
1220
1221fi
1222fi
1223AWK=$ac_cv_prog_AWK
1224if test -n "$AWK"; then
1225 echo "$as_me:1225: result: $AWK" >&5
1226echo "${ECHO_T}$AWK" >&6
1227else
1228 echo "$as_me:1228: result: no" >&5
1229echo "${ECHO_T}no" >&6
1230fi
1231
1232 test -n "$AWK" && break
1233done
1234
1235echo "$as_me:1235: checking whether ${MAKE-make} sets \${MAKE}" >&5
1236echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
1237set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
1238if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1239 echo $ECHO_N "(cached) $ECHO_C" >&6
1240else
1241 cat >conftest.make <<\EOF
1242all:
1243 @echo 'ac_maketemp="${MAKE}"'
1244EOF
1245# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1246eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1247if test -n "$ac_maketemp"; then
1248 eval ac_cv_prog_make_${ac_make}_set=yes
1249else
1250 eval ac_cv_prog_make_${ac_make}_set=no
1251fi
1252rm -f conftest.make
1253fi
1254if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1255 echo "$as_me:1255: result: yes" >&5
1256echo "${ECHO_T}yes" >&6
1257 SET_MAKE=
1258else
1259 echo "$as_me:1259: result: no" >&5
1260echo "${ECHO_T}no" >&6
1261 SET_MAKE="MAKE=${MAKE-make}"
1262fi
1263
1264# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
1265if test "${enable_dependency_tracking+set}" = set; then
1266 enableval="$enable_dependency_tracking"
1267
1268fi;
1269if test "x$enable_dependency_tracking" != xno; then
1270 am_depcomp="$ac_aux_dir/depcomp"
1271 AMDEPBACKSLASH='\'
1272fi
1273
1274if test "x$enable_dependency_tracking" != xno; then
1275 AMDEP_TRUE=
1276 AMDEP_FALSE='#'
1277else
1278 AMDEP_TRUE='#'
1279 AMDEP_FALSE=
1280fi
1281
1282rm -f .deps 2>/dev/null
1283mkdir .deps 2>/dev/null
1284if test -d .deps; then
1285 DEPDIR=.deps
1286else
1287 # MS-DOS does not allow filenames that begin with a dot.
1288 DEPDIR=_deps
1289fi
1290rmdir .deps 2>/dev/null
1291
1292# test to see if srcdir already configured
1293if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
1294 test -f $srcdir/config.status; then
1295 { { echo "$as_me:1295: error: source directory already configured; run \"make distclean\" there first" >&5
1296echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1297 { (exit 1); exit 1; }; }
1298fi
1299
1300# Define the identity of the package.
1301PACKAGE=splint
1302VERSION=3.0.1.7
1303
1304# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
1305# the ones we care about.
1306
1307# Autoconf 2.50 always computes EXEEXT. However we need to be
1308# compatible with 2.13, for now. So we always define EXEEXT, but we
1309# don't compute it.
1310
1311# Similar for OBJEXT -- only we only use OBJEXT if the user actually
1312# requests that it be used. This is a bit dumb.
1313: ${OBJEXT=o}
1314
1315# Some tools Automake needs.
1316
1317ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}
1318
1319AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1320
1321AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"}
1322
1323AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1324
1325MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1326
1327AMTAR=${AMTAR-"${am_missing_run}tar"}
1328
1329install_sh=${install_sh-"$am_aux_dir/install-sh"}
1330
1331INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1332
1333# We need awk for the "check" target. The system "awk" is bad on
1334# some platforms.
1335
1336 ac_config_headers="$ac_config_headers config.h:config.hin"
1337
1338#drl 12-19-2001 commented out so Splint won't depend on C++
1339#AC_PROG_CXX
1340ac_ext=c
1341ac_cpp='$CPP $CPPFLAGS'
1342ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1343ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1344ac_compiler_gnu=$ac_cv_c_compiler_gnu
1345if test -n "$ac_tool_prefix"; then
1346 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1347set dummy ${ac_tool_prefix}gcc; ac_word=$2
1348echo "$as_me:1348: checking for $ac_word" >&5
1349echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1350if test "${ac_cv_prog_CC+set}" = set; then
1351 echo $ECHO_N "(cached) $ECHO_C" >&6
1352else
1353 if test -n "$CC"; then
1354 ac_cv_prog_CC="$CC" # Let the user override the test.
1355else
1356 ac_save_IFS=$IFS; IFS=$ac_path_separator
1357ac_dummy="$PATH"
1358for ac_dir in $ac_dummy; do
1359 IFS=$ac_save_IFS
1360 test -z "$ac_dir" && ac_dir=.
1361 $as_executable_p "$ac_dir/$ac_word" || continue
1362ac_cv_prog_CC="${ac_tool_prefix}gcc"
1363echo "$as_me:1363: found $ac_dir/$ac_word" >&5
1364break
1365done
1366
1367fi
1368fi
1369CC=$ac_cv_prog_CC
1370if test -n "$CC"; then
1371 echo "$as_me:1371: result: $CC" >&5
1372echo "${ECHO_T}$CC" >&6
1373else
1374 echo "$as_me:1374: result: no" >&5
1375echo "${ECHO_T}no" >&6
1376fi
1377
1378fi
1379if test -z "$ac_cv_prog_CC"; then
1380 ac_ct_CC=$CC
1381 # Extract the first word of "gcc", so it can be a program name with args.
1382set dummy gcc; ac_word=$2
1383echo "$as_me:1383: checking for $ac_word" >&5
1384echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1385if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1386 echo $ECHO_N "(cached) $ECHO_C" >&6
1387else
1388 if test -n "$ac_ct_CC"; then
1389 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1390else
1391 ac_save_IFS=$IFS; IFS=$ac_path_separator
1392ac_dummy="$PATH"
1393for ac_dir in $ac_dummy; do
1394 IFS=$ac_save_IFS
1395 test -z "$ac_dir" && ac_dir=.
1396 $as_executable_p "$ac_dir/$ac_word" || continue
1397ac_cv_prog_ac_ct_CC="gcc"
1398echo "$as_me:1398: found $ac_dir/$ac_word" >&5
1399break
1400done
1401
1402fi
1403fi
1404ac_ct_CC=$ac_cv_prog_ac_ct_CC
1405if test -n "$ac_ct_CC"; then
1406 echo "$as_me:1406: result: $ac_ct_CC" >&5
1407echo "${ECHO_T}$ac_ct_CC" >&6
1408else
1409 echo "$as_me:1409: result: no" >&5
1410echo "${ECHO_T}no" >&6
1411fi
1412
1413 CC=$ac_ct_CC
1414else
1415 CC="$ac_cv_prog_CC"
1416fi
1417
1418if test -z "$CC"; then
1419 if test -n "$ac_tool_prefix"; then
1420 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1421set dummy ${ac_tool_prefix}cc; ac_word=$2
1422echo "$as_me:1422: checking for $ac_word" >&5
1423echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1424if test "${ac_cv_prog_CC+set}" = set; then
1425 echo $ECHO_N "(cached) $ECHO_C" >&6
1426else
1427 if test -n "$CC"; then
1428 ac_cv_prog_CC="$CC" # Let the user override the test.
1429else
1430 ac_save_IFS=$IFS; IFS=$ac_path_separator
1431ac_dummy="$PATH"
1432for ac_dir in $ac_dummy; do
1433 IFS=$ac_save_IFS
1434 test -z "$ac_dir" && ac_dir=.
1435 $as_executable_p "$ac_dir/$ac_word" || continue
1436ac_cv_prog_CC="${ac_tool_prefix}cc"
1437echo "$as_me:1437: found $ac_dir/$ac_word" >&5
1438break
1439done
1440
1441fi
1442fi
1443CC=$ac_cv_prog_CC
1444if test -n "$CC"; then
1445 echo "$as_me:1445: result: $CC" >&5
1446echo "${ECHO_T}$CC" >&6
1447else
1448 echo "$as_me:1448: result: no" >&5
1449echo "${ECHO_T}no" >&6
1450fi
1451
1452fi
1453if test -z "$ac_cv_prog_CC"; then
1454 ac_ct_CC=$CC
1455 # Extract the first word of "cc", so it can be a program name with args.
1456set dummy cc; ac_word=$2
1457echo "$as_me:1457: checking for $ac_word" >&5
1458echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1459if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1460 echo $ECHO_N "(cached) $ECHO_C" >&6
1461else
1462 if test -n "$ac_ct_CC"; then
1463 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1464else
1465 ac_save_IFS=$IFS; IFS=$ac_path_separator
1466ac_dummy="$PATH"
1467for ac_dir in $ac_dummy; do
1468 IFS=$ac_save_IFS
1469 test -z "$ac_dir" && ac_dir=.
1470 $as_executable_p "$ac_dir/$ac_word" || continue
1471ac_cv_prog_ac_ct_CC="cc"
1472echo "$as_me:1472: found $ac_dir/$ac_word" >&5
1473break
1474done
1475
1476fi
1477fi
1478ac_ct_CC=$ac_cv_prog_ac_ct_CC
1479if test -n "$ac_ct_CC"; then
1480 echo "$as_me:1480: result: $ac_ct_CC" >&5
1481echo "${ECHO_T}$ac_ct_CC" >&6
1482else
1483 echo "$as_me:1483: result: no" >&5
1484echo "${ECHO_T}no" >&6
1485fi
1486
1487 CC=$ac_ct_CC
1488else
1489 CC="$ac_cv_prog_CC"
1490fi
1491
1492fi
1493if test -z "$CC"; then
1494 # Extract the first word of "cc", so it can be a program name with args.
1495set dummy cc; ac_word=$2
1496echo "$as_me:1496: checking for $ac_word" >&5
1497echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1498if test "${ac_cv_prog_CC+set}" = set; then
1499 echo $ECHO_N "(cached) $ECHO_C" >&6
1500else
1501 if test -n "$CC"; then
1502 ac_cv_prog_CC="$CC" # Let the user override the test.
1503else
1504 ac_prog_rejected=no
1505 ac_save_IFS=$IFS; IFS=$ac_path_separator
1506ac_dummy="$PATH"
1507for ac_dir in $ac_dummy; do
1508 IFS=$ac_save_IFS
1509 test -z "$ac_dir" && ac_dir=.
1510 $as_executable_p "$ac_dir/$ac_word" || continue
1511if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1512 ac_prog_rejected=yes
1513 continue
1514fi
1515ac_cv_prog_CC="cc"
1516echo "$as_me:1516: found $ac_dir/$ac_word" >&5
1517break
1518done
1519
1520if test $ac_prog_rejected = yes; then
1521 # We found a bogon in the path, so make sure we never use it.
1522 set dummy $ac_cv_prog_CC
1523 shift
1524 if test $# != 0; then
1525 # We chose a different compiler from the bogus one.
1526 # However, it has the same basename, so the bogon will be chosen
1527 # first if we set CC to just the basename; use the full file name.
1528 shift
1529 set dummy "$ac_dir/$ac_word" ${1+"$@"}
1530 shift
1531 ac_cv_prog_CC="$@"
1532 fi
1533fi
1534fi
1535fi
1536CC=$ac_cv_prog_CC
1537if test -n "$CC"; then
1538 echo "$as_me:1538: result: $CC" >&5
1539echo "${ECHO_T}$CC" >&6
1540else
1541 echo "$as_me:1541: result: no" >&5
1542echo "${ECHO_T}no" >&6
1543fi
1544
1545fi
1546if test -z "$CC"; then
1547 if test -n "$ac_tool_prefix"; then
1548 for ac_prog in cl
1549 do
1550 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1551set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1552echo "$as_me:1552: checking for $ac_word" >&5
1553echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1554if test "${ac_cv_prog_CC+set}" = set; then
1555 echo $ECHO_N "(cached) $ECHO_C" >&6
1556else
1557 if test -n "$CC"; then
1558 ac_cv_prog_CC="$CC" # Let the user override the test.
1559else
1560 ac_save_IFS=$IFS; IFS=$ac_path_separator
1561ac_dummy="$PATH"
1562for ac_dir in $ac_dummy; do
1563 IFS=$ac_save_IFS
1564 test -z "$ac_dir" && ac_dir=.
1565 $as_executable_p "$ac_dir/$ac_word" || continue
1566ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1567echo "$as_me:1567: found $ac_dir/$ac_word" >&5
1568break
1569done
1570
1571fi
1572fi
1573CC=$ac_cv_prog_CC
1574if test -n "$CC"; then
1575 echo "$as_me:1575: result: $CC" >&5
1576echo "${ECHO_T}$CC" >&6
1577else
1578 echo "$as_me:1578: result: no" >&5
1579echo "${ECHO_T}no" >&6
1580fi
1581
1582 test -n "$CC" && break
1583 done
1584fi
1585if test -z "$CC"; then
1586 ac_ct_CC=$CC
1587 for ac_prog in cl
1588do
1589 # Extract the first word of "$ac_prog", so it can be a program name with args.
1590set dummy $ac_prog; ac_word=$2
1591echo "$as_me:1591: checking for $ac_word" >&5
1592echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1593if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1594 echo $ECHO_N "(cached) $ECHO_C" >&6
1595else
1596 if test -n "$ac_ct_CC"; then
1597 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1598else
1599 ac_save_IFS=$IFS; IFS=$ac_path_separator
1600ac_dummy="$PATH"
1601for ac_dir in $ac_dummy; do
1602 IFS=$ac_save_IFS
1603 test -z "$ac_dir" && ac_dir=.
1604 $as_executable_p "$ac_dir/$ac_word" || continue
1605ac_cv_prog_ac_ct_CC="$ac_prog"
1606echo "$as_me:1606: found $ac_dir/$ac_word" >&5
1607break
1608done
1609
1610fi
1611fi
1612ac_ct_CC=$ac_cv_prog_ac_ct_CC
1613if test -n "$ac_ct_CC"; then
1614 echo "$as_me:1614: result: $ac_ct_CC" >&5
1615echo "${ECHO_T}$ac_ct_CC" >&6
1616else
1617 echo "$as_me:1617: result: no" >&5
1618echo "${ECHO_T}no" >&6
1619fi
1620
1621 test -n "$ac_ct_CC" && break
1622done
1623
1624 CC=$ac_ct_CC
1625fi
1626
1627fi
1628
1629test -z "$CC" && { { echo "$as_me:1629: error: no acceptable cc found in \$PATH" >&5
1630echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
1631 { (exit 1); exit 1; }; }
1632
1633# Provide some information about the compiler.
1634echo "$as_me:1634:" \
1635 "checking for C compiler version" >&5
1636ac_compiler=`set X $ac_compile; echo $2`
1637{ (eval echo "$as_me:1637: \"$ac_compiler --version </dev/null >&5\"") >&5
1638 (eval $ac_compiler --version </dev/null >&5) 2>&5
1639 ac_status=$?
1640 echo "$as_me:1640: \$? = $ac_status" >&5
1641 (exit $ac_status); }
1642{ (eval echo "$as_me:1642: \"$ac_compiler -v </dev/null >&5\"") >&5
1643 (eval $ac_compiler -v </dev/null >&5) 2>&5
1644 ac_status=$?
1645 echo "$as_me:1645: \$? = $ac_status" >&5
1646 (exit $ac_status); }
1647{ (eval echo "$as_me:1647: \"$ac_compiler -V </dev/null >&5\"") >&5
1648 (eval $ac_compiler -V </dev/null >&5) 2>&5
1649 ac_status=$?
1650 echo "$as_me:1650: \$? = $ac_status" >&5
1651 (exit $ac_status); }
1652
1653cat >conftest.$ac_ext <<_ACEOF
1654#line 1654 "configure"
1655#include "confdefs.h"
1656
1657int
1658main ()
1659{
1660
1661 ;
1662 return 0;
1663}
1664_ACEOF
1665ac_clean_files_save=$ac_clean_files
1666ac_clean_files="$ac_clean_files a.out a.exe"
1667# Try to create an executable without -o first, disregard a.out.
1668# It will help us diagnose broken compilers, and finding out an intuition
1669# of exeext.
1670echo "$as_me:1670: checking for C compiler default output" >&5
1671echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
1672ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1673if { (eval echo "$as_me:1673: \"$ac_link_default\"") >&5
1674 (eval $ac_link_default) 2>&5
1675 ac_status=$?
1676 echo "$as_me:1676: \$? = $ac_status" >&5
1677 (exit $ac_status); }; then
1678 # Find the output, starting from the most likely. This scheme is
1679# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1680# resort.
1681for ac_file in `ls a.exe conftest.exe 2>/dev/null;
1682 ls a.out conftest 2>/dev/null;
1683 ls a.* conftest.* 2>/dev/null`; do
1684 case $ac_file in
1685 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
1686 a.out ) # We found the default executable, but exeext='' is most
1687 # certainly right.
1688 break;;
1689 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1690 # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
1691 export ac_cv_exeext
1692 break;;
1693 * ) break;;
1694 esac
1695done
1696else
1697 echo "$as_me: failed program was:" >&5
1698cat conftest.$ac_ext >&5
1699{ { echo "$as_me:1699: error: C compiler cannot create executables" >&5
1700echo "$as_me: error: C compiler cannot create executables" >&2;}
1701 { (exit 77); exit 77; }; }
1702fi
1703
1704ac_exeext=$ac_cv_exeext
1705echo "$as_me:1705: result: $ac_file" >&5
1706echo "${ECHO_T}$ac_file" >&6
1707
1708# Check the compiler produces executables we can run. If not, either
1709# the compiler is broken, or we cross compile.
1710echo "$as_me:1710: checking whether the C compiler works" >&5
1711echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1712# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1713# If not cross compiling, check that we can run a simple program.
1714if test "$cross_compiling" != yes; then
1715 if { ac_try='./$ac_file'
1716 { (eval echo "$as_me:1716: \"$ac_try\"") >&5
1717 (eval $ac_try) 2>&5
1718 ac_status=$?
1719 echo "$as_me:1719: \$? = $ac_status" >&5
1720 (exit $ac_status); }; }; then
1721 cross_compiling=no
1722 else
1723 if test "$cross_compiling" = maybe; then
1724 cross_compiling=yes
1725 else
1726 { { echo "$as_me:1726: error: cannot run C compiled programs.
1727If you meant to cross compile, use \`--host'." >&5
1728echo "$as_me: error: cannot run C compiled programs.
1729If you meant to cross compile, use \`--host'." >&2;}
1730 { (exit 1); exit 1; }; }
1731 fi
1732 fi
1733fi
1734echo "$as_me:1734: result: yes" >&5
1735echo "${ECHO_T}yes" >&6
1736
1737rm -f a.out a.exe conftest$ac_cv_exeext
1738ac_clean_files=$ac_clean_files_save
1739# Check the compiler produces executables we can run. If not, either
1740# the compiler is broken, or we cross compile.
1741echo "$as_me:1741: checking whether we are cross compiling" >&5
1742echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1743echo "$as_me:1743: result: $cross_compiling" >&5
1744echo "${ECHO_T}$cross_compiling" >&6
1745
1746echo "$as_me:1746: checking for executable suffix" >&5
1747echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
1748if { (eval echo "$as_me:1748: \"$ac_link\"") >&5
1749 (eval $ac_link) 2>&5
1750 ac_status=$?
1751 echo "$as_me:1751: \$? = $ac_status" >&5
1752 (exit $ac_status); }; then
1753 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1754# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1755# work properly (i.e., refer to `conftest.exe'), while it won't with
1756# `rm'.
1757for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
1758 case $ac_file in
1759 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
1760 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1761 export ac_cv_exeext
1762 break;;
1763 * ) break;;
1764 esac
1765done
1766else
1767 { { echo "$as_me:1767: error: cannot compute EXEEXT: cannot compile and link" >&5
1768echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
1769 { (exit 1); exit 1; }; }
1770fi
1771
1772rm -f conftest$ac_cv_exeext
1773echo "$as_me:1773: result: $ac_cv_exeext" >&5
1774echo "${ECHO_T}$ac_cv_exeext" >&6
1775
1776rm -f conftest.$ac_ext
1777EXEEXT=$ac_cv_exeext
1778ac_exeext=$EXEEXT
1779echo "$as_me:1779: checking for object suffix" >&5
1780echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
1781if test "${ac_cv_objext+set}" = set; then
1782 echo $ECHO_N "(cached) $ECHO_C" >&6
1783else
1784 cat >conftest.$ac_ext <<_ACEOF
1785#line 1785 "configure"
1786#include "confdefs.h"
1787
1788int
1789main ()
1790{
1791
1792 ;
1793 return 0;
1794}
1795_ACEOF
1796rm -f conftest.o conftest.obj
1797if { (eval echo "$as_me:1797: \"$ac_compile\"") >&5
1798 (eval $ac_compile) 2>&5
1799 ac_status=$?
1800 echo "$as_me:1800: \$? = $ac_status" >&5
1801 (exit $ac_status); }; then
1802 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1803 case $ac_file in
1804 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
1805 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1806 break;;
1807 esac
1808done
1809else
1810 echo "$as_me: failed program was:" >&5
1811cat conftest.$ac_ext >&5
1812{ { echo "$as_me:1812: error: cannot compute OBJEXT: cannot compile" >&5
1813echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
1814 { (exit 1); exit 1; }; }
1815fi
1816
1817rm -f conftest.$ac_cv_objext conftest.$ac_ext
1818fi
1819echo "$as_me:1819: result: $ac_cv_objext" >&5
1820echo "${ECHO_T}$ac_cv_objext" >&6
1821OBJEXT=$ac_cv_objext
1822ac_objext=$OBJEXT
1823echo "$as_me:1823: checking whether we are using the GNU C compiler" >&5
1824echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1825if test "${ac_cv_c_compiler_gnu+set}" = set; then
1826 echo $ECHO_N "(cached) $ECHO_C" >&6
1827else
1828 cat >conftest.$ac_ext <<_ACEOF
1829#line 1829 "configure"
1830#include "confdefs.h"
1831
1832int
1833main ()
1834{
1835#ifndef __GNUC__
1836 choke me
1837#endif
1838
1839 ;
1840 return 0;
1841}
1842_ACEOF
1843rm -f conftest.$ac_objext
1844if { (eval echo "$as_me:1844: \"$ac_compile\"") >&5
1845 (eval $ac_compile) 2>&5
1846 ac_status=$?
1847 echo "$as_me:1847: \$? = $ac_status" >&5
1848 (exit $ac_status); } &&
1849 { ac_try='test -s conftest.$ac_objext'
1850 { (eval echo "$as_me:1850: \"$ac_try\"") >&5
1851 (eval $ac_try) 2>&5
1852 ac_status=$?
1853 echo "$as_me:1853: \$? = $ac_status" >&5
1854 (exit $ac_status); }; }; then
1855 ac_compiler_gnu=yes
1856else
1857 echo "$as_me: failed program was:" >&5
1858cat conftest.$ac_ext >&5
1859ac_compiler_gnu=no
1860fi
1861rm -f conftest.$ac_objext conftest.$ac_ext
1862ac_cv_c_compiler_gnu=$ac_compiler_gnu
1863
1864fi
1865echo "$as_me:1865: result: $ac_cv_c_compiler_gnu" >&5
1866echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1867GCC=`test $ac_compiler_gnu = yes && echo yes`
1868ac_test_CFLAGS=${CFLAGS+set}
1869ac_save_CFLAGS=$CFLAGS
1870CFLAGS="-g"
1871echo "$as_me:1871: checking whether $CC accepts -g" >&5
1872echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1873if test "${ac_cv_prog_cc_g+set}" = set; then
1874 echo $ECHO_N "(cached) $ECHO_C" >&6
1875else
1876 cat >conftest.$ac_ext <<_ACEOF
1877#line 1877 "configure"
1878#include "confdefs.h"
1879
1880int
1881main ()
1882{
1883
1884 ;
1885 return 0;
1886}
1887_ACEOF
1888rm -f conftest.$ac_objext
1889if { (eval echo "$as_me:1889: \"$ac_compile\"") >&5
1890 (eval $ac_compile) 2>&5
1891 ac_status=$?
1892 echo "$as_me:1892: \$? = $ac_status" >&5
1893 (exit $ac_status); } &&
1894 { ac_try='test -s conftest.$ac_objext'
1895 { (eval echo "$as_me:1895: \"$ac_try\"") >&5
1896 (eval $ac_try) 2>&5
1897 ac_status=$?
1898 echo "$as_me:1898: \$? = $ac_status" >&5
1899 (exit $ac_status); }; }; then
1900 ac_cv_prog_cc_g=yes
1901else
1902 echo "$as_me: failed program was:" >&5
1903cat conftest.$ac_ext >&5
1904ac_cv_prog_cc_g=no
1905fi
1906rm -f conftest.$ac_objext conftest.$ac_ext
1907fi
1908echo "$as_me:1908: result: $ac_cv_prog_cc_g" >&5
1909echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1910if test "$ac_test_CFLAGS" = set; then
1911 CFLAGS=$ac_save_CFLAGS
1912elif test $ac_cv_prog_cc_g = yes; then
1913 if test "$GCC" = yes; then
1914 CFLAGS="-g -O2"
1915 else
1916 CFLAGS="-g"
1917 fi
1918else
1919 if test "$GCC" = yes; then
1920 CFLAGS="-O2"
1921 else
1922 CFLAGS=
1923 fi
1924fi
1925# Some people use a C++ compiler to compile C. Since we use `exit',
1926# in C++ we need to declare it. In case someone uses the same compiler
1927# for both compiling C and C++ we need to have the C++ compiler decide
1928# the declaration of exit, since it's the most demanding environment.
1929cat >conftest.$ac_ext <<_ACEOF
1930#ifndef __cplusplus
1931 choke me
1932#endif
1933_ACEOF
1934rm -f conftest.$ac_objext
1935if { (eval echo "$as_me:1935: \"$ac_compile\"") >&5
1936 (eval $ac_compile) 2>&5
1937 ac_status=$?
1938 echo "$as_me:1938: \$? = $ac_status" >&5
1939 (exit $ac_status); } &&
1940 { ac_try='test -s conftest.$ac_objext'
1941 { (eval echo "$as_me:1941: \"$ac_try\"") >&5
1942 (eval $ac_try) 2>&5
1943 ac_status=$?
1944 echo "$as_me:1944: \$? = $ac_status" >&5
1945 (exit $ac_status); }; }; then
1946 for ac_declaration in \
1947 ''\
1948 '#include <stdlib.h>' \
1949 'extern "C" void std::exit (int) throw (); using std::exit;' \
1950 'extern "C" void std::exit (int); using std::exit;' \
1951 'extern "C" void exit (int) throw ();' \
1952 'extern "C" void exit (int);' \
1953 'void exit (int);'
1954do
1955 cat >conftest.$ac_ext <<_ACEOF
1956#line 1956 "configure"
1957#include "confdefs.h"
1958#include <stdlib.h>
1959$ac_declaration
1960int
1961main ()
1962{
1963exit (42);
1964 ;
1965 return 0;
1966}
1967_ACEOF
1968rm -f conftest.$ac_objext
1969if { (eval echo "$as_me:1969: \"$ac_compile\"") >&5
1970 (eval $ac_compile) 2>&5
1971 ac_status=$?
1972 echo "$as_me:1972: \$? = $ac_status" >&5
1973 (exit $ac_status); } &&
1974 { ac_try='test -s conftest.$ac_objext'
1975 { (eval echo "$as_me:1975: \"$ac_try\"") >&5
1976 (eval $ac_try) 2>&5
1977 ac_status=$?
1978 echo "$as_me:1978: \$? = $ac_status" >&5
1979 (exit $ac_status); }; }; then
1980 :
1981else
1982 echo "$as_me: failed program was:" >&5
1983cat conftest.$ac_ext >&5
1984continue
1985fi
1986rm -f conftest.$ac_objext conftest.$ac_ext
1987 cat >conftest.$ac_ext <<_ACEOF
1988#line 1988 "configure"
1989#include "confdefs.h"
1990$ac_declaration
1991int
1992main ()
1993{
1994exit (42);
1995 ;
1996 return 0;
1997}
1998_ACEOF
1999rm -f conftest.$ac_objext
2000if { (eval echo "$as_me:2000: \"$ac_compile\"") >&5
2001 (eval $ac_compile) 2>&5
2002 ac_status=$?
2003 echo "$as_me:2003: \$? = $ac_status" >&5
2004 (exit $ac_status); } &&
2005 { ac_try='test -s conftest.$ac_objext'
2006 { (eval echo "$as_me:2006: \"$ac_try\"") >&5
2007 (eval $ac_try) 2>&5
2008 ac_status=$?
2009 echo "$as_me:2009: \$? = $ac_status" >&5
2010 (exit $ac_status); }; }; then
2011 break
2012else
2013 echo "$as_me: failed program was:" >&5
2014cat conftest.$ac_ext >&5
2015fi
2016rm -f conftest.$ac_objext conftest.$ac_ext
2017done
2018rm -f conftest*
2019if test -n "$ac_declaration"; then
2020 echo '#ifdef __cplusplus' >>confdefs.h
2021 echo $ac_declaration >>confdefs.h
2022 echo '#endif' >>confdefs.h
2023fi
2024
2025else
2026 echo "$as_me: failed program was:" >&5
2027cat conftest.$ac_ext >&5
2028fi
2029rm -f conftest.$ac_objext conftest.$ac_ext
2030ac_ext=c
2031ac_cpp='$CPP $CPPFLAGS'
2032ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2033ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2034ac_compiler_gnu=$ac_cv_c_compiler_gnu
2035
2036ac_config_commands="$ac_config_commands default-1"
2037
2038am_make=${MAKE-make}
2039cat > confinc << 'END'
2040doit:
2041 @echo done
2042END
2043# If we don't find an include directive, just comment out the code.
2044echo "$as_me:2044: checking for style of include used by $am_make" >&5
2045echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2046am__include='#'
2047am__quote=
2048_am_result=none
2049# First try GNU make style include.
2050echo "include confinc" > confmf
2051# We grep out `Entering directory' and `Leaving directory'
2052# messages which can occur if `w' ends up in MAKEFLAGS.
2053# In particular we don't look at `^make:' because GNU make might
2054# be invoked under some other name (usually "gmake"), in which
2055# case it prints its new name instead of `make'.
2056if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
2057 am__include=include
2058 am__quote=
2059 _am_result=GNU
2060fi
2061# Now try BSD make style include.
2062if test "$am__include" = "#"; then
2063 echo '.include "confinc"' > confmf
2064 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2065 am__include=.include
2066 am__quote='"'
2067 _am_result=BSD
2068 fi
2069fi
2070
2071echo "$as_me:2071: result: $_am_result" >&5
2072echo "${ECHO_T}$_am_result" >&6
2073rm -f confinc confmf
2074
2075depcc="$CC" am_compiler_list=
2076
2077echo "$as_me:2077: checking dependency style of $depcc" >&5
2078echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2079if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2080 echo $ECHO_N "(cached) $ECHO_C" >&6
2081else
2082 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2083 # We make a subdir and do the tests there. Otherwise we can end up
2084 # making bogus files that we don't know about and never remove. For
2085 # instance it was reported that on HP-UX the gcc test will end up
2086 # making a dummy file named `D' -- because `-MD' means `put the output
2087 # in D'.
2088 mkdir conftest.dir
2089 # Copy depcomp to subdir because otherwise we won't find it if we're
2090 # using a relative directory.
2091 cp "$am_depcomp" conftest.dir
2092 cd conftest.dir
2093
2094 am_cv_CC_dependencies_compiler_type=none
2095 if test "$am_compiler_list" = ""; then
2096 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2097 fi
2098 for depmode in $am_compiler_list; do
2099 # We need to recreate these files for each test, as the compiler may
2100 # overwrite some of them when testing with obscure command lines.
2101 # This happens at least with the AIX C compiler.
2102 echo '#include "conftest.h"' > conftest.c
2103 echo 'int i;' > conftest.h
2104 echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
2105
2106 case $depmode in
2107 nosideeffect)
2108 # after this tag, mechanisms are not by side-effect, so they'll
2109 # only be used when explicitly requested
2110 if test "x$enable_dependency_tracking" = xyes; then
2111 continue
2112 else
2113 break
2114 fi
2115 ;;
2116 none) break ;;
2117 esac
2118 # We check with `-c' and `-o' for the sake of the "dashmstdout"
2119 # mode. It turns out that the SunPro C++ compiler does not properly
2120 # handle `-M -o', and we need to detect this.
2121 if depmode=$depmode \
2122 source=conftest.c object=conftest.o \
2123 depfile=conftest.Po tmpdepfile=conftest.TPo \
2124 $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
2125 grep conftest.h conftest.Po > /dev/null 2>&1 &&
2126 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2127 am_cv_CC_dependencies_compiler_type=$depmode
2128 break
2129 fi
2130 done
2131
2132 cd ..
2133 rm -rf conftest.dir
2134else
2135 am_cv_CC_dependencies_compiler_type=none
2136fi
2137
2138fi
2139echo "$as_me:2139: result: $am_cv_CC_dependencies_compiler_type" >&5
2140echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2141CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
2142
2143ac_ext=c
2144ac_cpp='$CPP $CPPFLAGS'
2145ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2146ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2147ac_compiler_gnu=$ac_cv_c_compiler_gnu
2148echo "$as_me:2148: checking how to run the C preprocessor" >&5
2149echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2150# On Suns, sometimes $CPP names a directory.
2151if test -n "$CPP" && test -d "$CPP"; then
2152 CPP=
2153fi
2154if test -z "$CPP"; then
2155 if test "${ac_cv_prog_CPP+set}" = set; then
2156 echo $ECHO_N "(cached) $ECHO_C" >&6
2157else
2158 # Double quotes because CPP needs to be expanded
2159 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2160 do
2161 ac_preproc_ok=false
2162for ac_c_preproc_warn_flag in '' yes
2163do
2164 # Use a header file that comes with gcc, so configuring glibc
2165 # with a fresh cross-compiler works.
2166 # On the NeXT, cc -E runs the code through the compiler's parser,
2167 # not just through cpp. "Syntax error" is here to catch this case.
2168 cat >conftest.$ac_ext <<_ACEOF
2169#line 2169 "configure"
2170#include "confdefs.h"
2171#include <assert.h>
2172 Syntax error
2173_ACEOF
2174if { (eval echo "$as_me:2174: \"$ac_cpp conftest.$ac_ext\"") >&5
2175 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2176 ac_status=$?
2177 egrep -v '^ *\+' conftest.er1 >conftest.err
2178 rm -f conftest.er1
2179 cat conftest.err >&5
2180 echo "$as_me:2180: \$? = $ac_status" >&5
2181 (exit $ac_status); } >/dev/null; then
2182 if test -s conftest.err; then
2183 ac_cpp_err=$ac_c_preproc_warn_flag
2184 else
2185 ac_cpp_err=
2186 fi
2187else
2188 ac_cpp_err=yes
2189fi
2190if test -z "$ac_cpp_err"; then
2191 :
2192else
2193 echo "$as_me: failed program was:" >&5
2194 cat conftest.$ac_ext >&5
2195 # Broken: fails on valid input.
2196continue
2197fi
2198rm -f conftest.err conftest.$ac_ext
2199
2200 # OK, works on sane cases. Now check whether non-existent headers
2201 # can be detected and how.
2202 cat >conftest.$ac_ext <<_ACEOF
2203#line 2203 "configure"
2204#include "confdefs.h"
2205#include <ac_nonexistent.h>
2206_ACEOF
2207if { (eval echo "$as_me:2207: \"$ac_cpp conftest.$ac_ext\"") >&5
2208 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2209 ac_status=$?
2210 egrep -v '^ *\+' conftest.er1 >conftest.err
2211 rm -f conftest.er1
2212 cat conftest.err >&5
2213 echo "$as_me:2213: \$? = $ac_status" >&5
2214 (exit $ac_status); } >/dev/null; then
2215 if test -s conftest.err; then
2216 ac_cpp_err=$ac_c_preproc_warn_flag
2217 else
2218 ac_cpp_err=
2219 fi
2220else
2221 ac_cpp_err=yes
2222fi
2223if test -z "$ac_cpp_err"; then
2224 # Broken: success on invalid input.
2225continue
2226else
2227 echo "$as_me: failed program was:" >&5
2228 cat conftest.$ac_ext >&5
2229 # Passes both tests.
2230ac_preproc_ok=:
2231break
2232fi
2233rm -f conftest.err conftest.$ac_ext
2234
2235done
2236# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2237rm -f conftest.err conftest.$ac_ext
2238if $ac_preproc_ok; then
2239 break
2240fi
2241
2242 done
2243 ac_cv_prog_CPP=$CPP
2244
2245fi
2246 CPP=$ac_cv_prog_CPP
2247else
2248 ac_cv_prog_CPP=$CPP
2249fi
2250echo "$as_me:2250: result: $CPP" >&5
2251echo "${ECHO_T}$CPP" >&6
2252ac_preproc_ok=false
2253for ac_c_preproc_warn_flag in '' yes
2254do
2255 # Use a header file that comes with gcc, so configuring glibc
2256 # with a fresh cross-compiler works.
2257 # On the NeXT, cc -E runs the code through the compiler's parser,
2258 # not just through cpp. "Syntax error" is here to catch this case.
2259 cat >conftest.$ac_ext <<_ACEOF
2260#line 2260 "configure"
2261#include "confdefs.h"
2262#include <assert.h>
2263 Syntax error
2264_ACEOF
2265if { (eval echo "$as_me:2265: \"$ac_cpp conftest.$ac_ext\"") >&5
2266 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2267 ac_status=$?
2268 egrep -v '^ *\+' conftest.er1 >conftest.err
2269 rm -f conftest.er1
2270 cat conftest.err >&5
2271 echo "$as_me:2271: \$? = $ac_status" >&5
2272 (exit $ac_status); } >/dev/null; then
2273 if test -s conftest.err; then
2274 ac_cpp_err=$ac_c_preproc_warn_flag
2275 else
2276 ac_cpp_err=
2277 fi
2278else
2279 ac_cpp_err=yes
2280fi
2281if test -z "$ac_cpp_err"; then
2282 :
2283else
2284 echo "$as_me: failed program was:" >&5
2285 cat conftest.$ac_ext >&5
2286 # Broken: fails on valid input.
2287continue
2288fi
2289rm -f conftest.err conftest.$ac_ext
2290
2291 # OK, works on sane cases. Now check whether non-existent headers
2292 # can be detected and how.
2293 cat >conftest.$ac_ext <<_ACEOF
2294#line 2294 "configure"
2295#include "confdefs.h"
2296#include <ac_nonexistent.h>
2297_ACEOF
2298if { (eval echo "$as_me:2298: \"$ac_cpp conftest.$ac_ext\"") >&5
2299 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2300 ac_status=$?
2301 egrep -v '^ *\+' conftest.er1 >conftest.err
2302 rm -f conftest.er1
2303 cat conftest.err >&5
2304 echo "$as_me:2304: \$? = $ac_status" >&5
2305 (exit $ac_status); } >/dev/null; then
2306 if test -s conftest.err; then
2307 ac_cpp_err=$ac_c_preproc_warn_flag
2308 else
2309 ac_cpp_err=
2310 fi
2311else
2312 ac_cpp_err=yes
2313fi
2314if test -z "$ac_cpp_err"; then
2315 # Broken: success on invalid input.
2316continue
2317else
2318 echo "$as_me: failed program was:" >&5
2319 cat conftest.$ac_ext >&5
2320 # Passes both tests.
2321ac_preproc_ok=:
2322break
2323fi
2324rm -f conftest.err conftest.$ac_ext
2325
2326done
2327# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2328rm -f conftest.err conftest.$ac_ext
2329if $ac_preproc_ok; then
2330 :
2331else
2332 { { echo "$as_me:2332: error: C preprocessor \"$CPP\" fails sanity check" >&5
2333echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
2334 { (exit 1); exit 1; }; }
2335fi
2336
2337ac_ext=c
2338ac_cpp='$CPP $CPPFLAGS'
2339ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2340ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2341ac_compiler_gnu=$ac_cv_c_compiler_gnu
2342
2343for ac_prog in flex lex
2344do
2345 # Extract the first word of "$ac_prog", so it can be a program name with args.
2346set dummy $ac_prog; ac_word=$2
2347echo "$as_me:2347: checking for $ac_word" >&5
2348echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2349if test "${ac_cv_prog_LEX+set}" = set; then
2350 echo $ECHO_N "(cached) $ECHO_C" >&6
2351else
2352 if test -n "$LEX"; then
2353 ac_cv_prog_LEX="$LEX" # Let the user override the test.
2354else
2355 ac_save_IFS=$IFS; IFS=$ac_path_separator
2356ac_dummy="$PATH"
2357for ac_dir in $ac_dummy; do
2358 IFS=$ac_save_IFS
2359 test -z "$ac_dir" && ac_dir=.
2360 $as_executable_p "$ac_dir/$ac_word" || continue
2361ac_cv_prog_LEX="$ac_prog"
2362echo "$as_me:2362: found $ac_dir/$ac_word" >&5
2363break
2364done
2365
2366fi
2367fi
2368LEX=$ac_cv_prog_LEX
2369if test -n "$LEX"; then
2370 echo "$as_me:2370: result: $LEX" >&5
2371echo "${ECHO_T}$LEX" >&6
2372else
2373 echo "$as_me:2373: result: no" >&5
2374echo "${ECHO_T}no" >&6
2375fi
2376
2377 test -n "$LEX" && break
2378done
2379test -n "$LEX" || LEX="${am_missing_run}flex"
2380
2381for ac_prog in flex lex
2382do
2383 # Extract the first word of "$ac_prog", so it can be a program name with args.
2384set dummy $ac_prog; ac_word=$2
2385echo "$as_me:2385: checking for $ac_word" >&5
2386echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2387if test "${ac_cv_prog_LEX+set}" = set; then
2388 echo $ECHO_N "(cached) $ECHO_C" >&6
2389else
2390 if test -n "$LEX"; then
2391 ac_cv_prog_LEX="$LEX" # Let the user override the test.
2392else
2393 ac_save_IFS=$IFS; IFS=$ac_path_separator
2394ac_dummy="$PATH"
2395for ac_dir in $ac_dummy; do
2396 IFS=$ac_save_IFS
2397 test -z "$ac_dir" && ac_dir=.
2398 $as_executable_p "$ac_dir/$ac_word" || continue
2399ac_cv_prog_LEX="$ac_prog"
2400echo "$as_me:2400: found $ac_dir/$ac_word" >&5
2401break
2402done
2403
2404fi
2405fi
2406LEX=$ac_cv_prog_LEX
2407if test -n "$LEX"; then
2408 echo "$as_me:2408: result: $LEX" >&5
2409echo "${ECHO_T}$LEX" >&6
2410else
2411 echo "$as_me:2411: result: no" >&5
2412echo "${ECHO_T}no" >&6
2413fi
2414
2415 test -n "$LEX" && break
2416done
2417test -n "$LEX" || LEX=":"
2418
2419if test -z "$LEXLIB"
2420then
2421 echo "$as_me:2421: checking for yywrap in -lfl" >&5
2422echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
2423if test "${ac_cv_lib_fl_yywrap+set}" = set; then
2424 echo $ECHO_N "(cached) $ECHO_C" >&6
2425else
2426 ac_check_lib_save_LIBS=$LIBS
2427LIBS="-lfl $LIBS"
2428cat >conftest.$ac_ext <<_ACEOF
2429#line 2429 "configure"
2430#include "confdefs.h"
2431
2432/* Override any gcc2 internal prototype to avoid an error. */
2433#ifdef __cplusplus
2434extern "C"
2435#endif
2436/* We use char because int might match the return type of a gcc2
2437 builtin and then its argument prototype would still apply. */
2438char yywrap ();
2439int
2440main ()
2441{
2442yywrap ();
2443 ;
2444 return 0;
2445}
2446_ACEOF
2447rm -f conftest.$ac_objext conftest$ac_exeext
2448if { (eval echo "$as_me:2448: \"$ac_link\"") >&5
2449 (eval $ac_link) 2>&5
2450 ac_status=$?
2451 echo "$as_me:2451: \$? = $ac_status" >&5
2452 (exit $ac_status); } &&
2453 { ac_try='test -s conftest$ac_exeext'
2454 { (eval echo "$as_me:2454: \"$ac_try\"") >&5
2455 (eval $ac_try) 2>&5
2456 ac_status=$?
2457 echo "$as_me:2457: \$? = $ac_status" >&5
2458 (exit $ac_status); }; }; then
2459 ac_cv_lib_fl_yywrap=yes
2460else
2461 echo "$as_me: failed program was:" >&5
2462cat conftest.$ac_ext >&5
2463ac_cv_lib_fl_yywrap=no
2464fi
2465rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
2466LIBS=$ac_check_lib_save_LIBS
2467fi
2468echo "$as_me:2468: result: $ac_cv_lib_fl_yywrap" >&5
2469echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
2470if test $ac_cv_lib_fl_yywrap = yes; then
2471 LEXLIB="-lfl"
2472else
2473 echo "$as_me:2473: checking for yywrap in -ll" >&5
2474echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
2475if test "${ac_cv_lib_l_yywrap+set}" = set; then
2476 echo $ECHO_N "(cached) $ECHO_C" >&6
2477else
2478 ac_check_lib_save_LIBS=$LIBS
2479LIBS="-ll $LIBS"
2480cat >conftest.$ac_ext <<_ACEOF
2481#line 2481 "configure"
2482#include "confdefs.h"
2483
2484/* Override any gcc2 internal prototype to avoid an error. */
2485#ifdef __cplusplus
2486extern "C"
2487#endif
2488/* We use char because int might match the return type of a gcc2
2489 builtin and then its argument prototype would still apply. */
2490char yywrap ();
2491int
2492main ()
2493{
2494yywrap ();
2495 ;
2496 return 0;
2497}
2498_ACEOF
2499rm -f conftest.$ac_objext conftest$ac_exeext
2500if { (eval echo "$as_me:2500: \"$ac_link\"") >&5
2501 (eval $ac_link) 2>&5
2502 ac_status=$?
2503 echo "$as_me:2503: \$? = $ac_status" >&5
2504 (exit $ac_status); } &&
2505 { ac_try='test -s conftest$ac_exeext'
2506 { (eval echo "$as_me:2506: \"$ac_try\"") >&5
2507 (eval $ac_try) 2>&5
2508 ac_status=$?
2509 echo "$as_me:2509: \$? = $ac_status" >&5
2510 (exit $ac_status); }; }; then
2511 ac_cv_lib_l_yywrap=yes
2512else
2513 echo "$as_me: failed program was:" >&5
2514cat conftest.$ac_ext >&5
2515ac_cv_lib_l_yywrap=no
2516fi
2517rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
2518LIBS=$ac_check_lib_save_LIBS
2519fi
2520echo "$as_me:2520: result: $ac_cv_lib_l_yywrap" >&5
2521echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
2522if test $ac_cv_lib_l_yywrap = yes; then
2523 LEXLIB="-ll"
2524fi
2525
2526fi
2527
2528fi
2529
2530if test "x$LEX" != "x:"; then
2531 echo "$as_me:2531: checking lex output file root" >&5
2532echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
2533if test "${ac_cv_prog_lex_root+set}" = set; then
2534 echo $ECHO_N "(cached) $ECHO_C" >&6
2535else
2536 # The minimal lex program is just a single line: %%. But some broken lexes
2537# (Solaris, I think it was) want two %% lines, so accommodate them.
2538echo '%%
2539%%' | $LEX
2540if test -f lex.yy.c; then
2541 ac_cv_prog_lex_root=lex.yy
2542elif test -f lexyy.c; then
2543 ac_cv_prog_lex_root=lexyy
2544else
2545 { { echo "$as_me:2545: error: cannot find output from $LEX; giving up" >&5
2546echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
2547 { (exit 1); exit 1; }; }
2548fi
2549fi
2550echo "$as_me:2550: result: $ac_cv_prog_lex_root" >&5
2551echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
2552LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
2553
2554echo "$as_me:2554: checking whether yytext is a pointer" >&5
2555echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
2556if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
2557 echo $ECHO_N "(cached) $ECHO_C" >&6
2558else
2559 # POSIX says lex can declare yytext either as a pointer or an array; the
2560# default is implementation-dependent. Figure out which it is, since
2561# not all implementations provide the %pointer and %array declarations.
2562ac_cv_prog_lex_yytext_pointer=no
2563echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
2564ac_save_LIBS=$LIBS
2565LIBS="$LIBS $LEXLIB"
2566cat >conftest.$ac_ext <<_ACEOF
2567`cat $LEX_OUTPUT_ROOT.c`
2568_ACEOF
2569rm -f conftest.$ac_objext conftest$ac_exeext
2570if { (eval echo "$as_me:2570: \"$ac_link\"") >&5
2571 (eval $ac_link) 2>&5
2572 ac_status=$?
2573 echo "$as_me:2573: \$? = $ac_status" >&5
2574 (exit $ac_status); } &&
2575 { ac_try='test -s conftest$ac_exeext'
2576 { (eval echo "$as_me:2576: \"$ac_try\"") >&5
2577 (eval $ac_try) 2>&5
2578 ac_status=$?
2579 echo "$as_me:2579: \$? = $ac_status" >&5
2580 (exit $ac_status); }; }; then
2581 ac_cv_prog_lex_yytext_pointer=yes
2582else
2583 echo "$as_me: failed program was:" >&5
2584cat conftest.$ac_ext >&5
2585fi
2586rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
2587LIBS=$ac_save_LIBS
2588rm -f "${LEX_OUTPUT_ROOT}.c"
2589
2590fi
2591echo "$as_me:2591: result: $ac_cv_prog_lex_yytext_pointer" >&5
2592echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
2593if test $ac_cv_prog_lex_yytext_pointer = yes; then
2594
2595cat >>confdefs.h <<\EOF
2596#define YYTEXT_POINTER 1
2597EOF
2598
2599fi
2600
2601fi
2602
2603# Find a good install program. We prefer a C program (faster),
2604# so one script is as good as another. But avoid the broken or
2605# incompatible versions:
2606# SysV /etc/install, /usr/sbin/install
2607# SunOS /usr/etc/install
2608# IRIX /sbin/install
2609# AIX /bin/install
2610# AmigaOS /C/install, which installs bootblocks on floppy discs
2611# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2612# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2613# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2614# ./install, which can be erroneously created by make from ./install.sh.
2615echo "$as_me:2615: checking for a BSD compatible install" >&5
2616echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
2617if test -z "$INSTALL"; then
2618if test "${ac_cv_path_install+set}" = set; then
2619 echo $ECHO_N "(cached) $ECHO_C" >&6
2620else
2621 ac_save_IFS=$IFS; IFS=$ac_path_separator
2622 for ac_dir in $PATH; do
2623 IFS=$ac_save_IFS
2624 # Account for people who put trailing slashes in PATH elements.
2625 case $ac_dir/ in
2626 / | ./ | .// | /cC/* \
2627 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
2628 | /usr/ucb/* ) ;;
2629 *)
2630 # OSF1 and SCO ODT 3.0 have their own names for install.
2631 # Don't use installbsd from OSF since it installs stuff as root
2632 # by default.
2633 for ac_prog in ginstall scoinst install; do
2634 if $as_executable_p "$ac_dir/$ac_prog"; then
2635 if test $ac_prog = install &&
2636 grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
2637 # AIX install. It has an incompatible calling convention.
2638 :
2639 elif test $ac_prog = install &&
2640 grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
2641 # program-specific install script used by HP pwplus--don't use.
2642 :
2643 else
2644 ac_cv_path_install="$ac_dir/$ac_prog -c"
2645 break 2
2646 fi
2647 fi
2648 done
2649 ;;
2650 esac
2651 done
2652
2653fi
2654 if test "${ac_cv_path_install+set}" = set; then
2655 INSTALL=$ac_cv_path_install
2656 else
2657 # As a last resort, use the slow shell script. We don't cache a
2658 # path for INSTALL within a source directory, because that will
2659 # break other packages using the cache if that directory is
2660 # removed, or if the path is relative.
2661 INSTALL=$ac_install_sh
2662 fi
2663fi
2664echo "$as_me:2664: result: $INSTALL" >&5
2665echo "${ECHO_T}$INSTALL" >&6
2666
2667# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2668# It thinks the first close brace ends the variable substitution.
2669test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2670
2671test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2672
2673test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2674
2675echo "$as_me:2675: checking whether ${MAKE-make} sets \${MAKE}" >&5
2676echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
2677set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
2678if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2679 echo $ECHO_N "(cached) $ECHO_C" >&6
2680else
2681 cat >conftest.make <<\EOF
2682all:
2683 @echo 'ac_maketemp="${MAKE}"'
2684EOF
2685# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2686eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2687if test -n "$ac_maketemp"; then
2688 eval ac_cv_prog_make_${ac_make}_set=yes
2689else
2690 eval ac_cv_prog_make_${ac_make}_set=no
2691fi
2692rm -f conftest.make
2693fi
2694if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2695 echo "$as_me:2695: result: yes" >&5
2696echo "${ECHO_T}yes" >&6
2697 SET_MAKE=
2698else
2699 echo "$as_me:2699: result: no" >&5
2700echo "${ECHO_T}no" >&6
2701 SET_MAKE="MAKE=${MAKE-make}"
2702fi
2703
2704echo "$as_me:2704: checking whether ln -s works" >&5
2705echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
2706LN_S=$as_ln_s
2707if test "$LN_S" = "ln -s"; then
2708 echo "$as_me:2708: result: yes" >&5
2709echo "${ECHO_T}yes" >&6
2710else
2711 echo "$as_me:2711: result: no, using $LN_S" >&5
2712echo "${ECHO_T}no, using $LN_S" >&6
2713fi
2714
2715# Extract the first word of "bison", so it can be a program name with args.
2716set dummy bison; ac_word=$2
2717echo "$as_me:2717: checking for $ac_word" >&5
2718echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2719if test "${ac_cv_prog_BISON+set}" = set; then
2720 echo $ECHO_N "(cached) $ECHO_C" >&6
2721else
2722 if test -n "$BISON"; then
2723 ac_cv_prog_BISON="$BISON" # Let the user override the test.
2724else
2725 ac_save_IFS=$IFS; IFS=$ac_path_separator
2726ac_dummy="$PATH"
2727for ac_dir in $ac_dummy; do
2728 IFS=$ac_save_IFS
2729 test -z "$ac_dir" && ac_dir=.
2730 $as_executable_p "$ac_dir/$ac_word" || continue
2731ac_cv_prog_BISON="bison"
2732echo "$as_me:2732: found $ac_dir/$ac_word" >&5
2733break
2734done
2735
2736 test -z "$ac_cv_prog_BISON" && ac_cv_prog_BISON="no"
2737fi
2738fi
2739BISON=$ac_cv_prog_BISON
2740if test -n "$BISON"; then
2741 echo "$as_me:2741: result: $BISON" >&5
2742echo "${ECHO_T}$BISON" >&6
2743else
2744 echo "$as_me:2744: result: no" >&5
2745echo "${ECHO_T}no" >&6
2746fi
2747
2748# Extract the first word of "grep", so it can be a program name with args.
2749set dummy grep; ac_word=$2
2750echo "$as_me:2750: checking for $ac_word" >&5
2751echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2752if test "${ac_cv_prog_GREP+set}" = set; then
2753 echo $ECHO_N "(cached) $ECHO_C" >&6
2754else
2755 if test -n "$GREP"; then
2756 ac_cv_prog_GREP="$GREP" # Let the user override the test.
2757else
2758 ac_save_IFS=$IFS; IFS=$ac_path_separator
2759ac_dummy="$PATH"
2760for ac_dir in $ac_dummy; do
2761 IFS=$ac_save_IFS
2762 test -z "$ac_dir" && ac_dir=.
2763 $as_executable_p "$ac_dir/$ac_word" || continue
2764ac_cv_prog_GREP="grep"
2765echo "$as_me:2765: found $ac_dir/$ac_word" >&5
2766break
2767done
2768
2769 test -z "$ac_cv_prog_GREP" && ac_cv_prog_GREP="grep-is-missing"
2770fi
2771fi
2772GREP=$ac_cv_prog_GREP
2773if test -n "$GREP"; then
2774 echo "$as_me:2774: result: $GREP" >&5
2775echo "${ECHO_T}$GREP" >&6
2776else
2777 echo "$as_me:2777: result: no" >&5
2778echo "${ECHO_T}no" >&6
2779fi
2780
2781# Extract the first word of "diff", so it can be a program name with args.
2782set dummy diff; ac_word=$2
2783echo "$as_me:2783: checking for $ac_word" >&5
2784echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2785if test "${ac_cv_prog_DIFF+set}" = set; then
2786 echo $ECHO_N "(cached) $ECHO_C" >&6
2787else
2788 if test -n "$DIFF"; then
2789 ac_cv_prog_DIFF="$DIFF" # Let the user override the test.
2790else
2791 ac_save_IFS=$IFS; IFS=$ac_path_separator
2792ac_dummy="$PATH"
2793for ac_dir in $ac_dummy; do
2794 IFS=$ac_save_IFS
2795 test -z "$ac_dir" && ac_dir=.
2796 $as_executable_p "$ac_dir/$ac_word" || continue
2797ac_cv_prog_DIFF="diff"
2798echo "$as_me:2798: found $ac_dir/$ac_word" >&5
2799break
2800done
2801
2802 test -z "$ac_cv_prog_DIFF" && ac_cv_prog_DIFF="diff-is-missing"
2803fi
2804fi
2805DIFF=$ac_cv_prog_DIFF
2806if test -n "$DIFF"; then
2807 echo "$as_me:2807: result: $DIFF" >&5
2808echo "${ECHO_T}$DIFF" >&6
2809else
2810 echo "$as_me:2810: result: no" >&5
2811echo "${ECHO_T}no" >&6
2812fi
2813
2814# Extract the first word of "cat", so it can be a program name with args.
2815set dummy cat; ac_word=$2
2816echo "$as_me:2816: checking for $ac_word" >&5
2817echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2818if test "${ac_cv_prog_CAT+set}" = set; then
2819 echo $ECHO_N "(cached) $ECHO_C" >&6
2820else
2821 if test -n "$CAT"; then
2822 ac_cv_prog_CAT="$CAT" # Let the user override the test.
2823else
2824 ac_save_IFS=$IFS; IFS=$ac_path_separator
2825ac_dummy="$PATH"
2826for ac_dir in $ac_dummy; do
2827 IFS=$ac_save_IFS
2828 test -z "$ac_dir" && ac_dir=.
2829 $as_executable_p "$ac_dir/$ac_word" || continue
2830ac_cv_prog_CAT="cat"
2831echo "$as_me:2831: found $ac_dir/$ac_word" >&5
2832break
2833done
2834
2835 test -z "$ac_cv_prog_CAT" && ac_cv_prog_CAT="cat-is-missing"
2836fi
2837fi
2838CAT=$ac_cv_prog_CAT
2839if test -n "$CAT"; then
2840 echo "$as_me:2840: result: $CAT" >&5
2841echo "${ECHO_T}$CAT" >&6
2842else
2843 echo "$as_me:2843: result: no" >&5
2844echo "${ECHO_T}no" >&6
2845fi
2846
2847# Extract the first word of "rm", so it can be a program name with args.
2848set dummy rm; ac_word=$2
2849echo "$as_me:2849: checking for $ac_word" >&5
2850echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2851if test "${ac_cv_prog_RM+set}" = set; then
2852 echo $ECHO_N "(cached) $ECHO_C" >&6
2853else
2854 if test -n "$RM"; then
2855 ac_cv_prog_RM="$RM" # Let the user override the test.
2856else
2857 ac_save_IFS=$IFS; IFS=$ac_path_separator
2858ac_dummy="$PATH"
2859for ac_dir in $ac_dummy; do
2860 IFS=$ac_save_IFS
2861 test -z "$ac_dir" && ac_dir=.
2862 $as_executable_p "$ac_dir/$ac_word" || continue
2863ac_cv_prog_RM="rm"
2864echo "$as_me:2864: found $ac_dir/$ac_word" >&5
2865break
2866done
2867
2868 test -z "$ac_cv_prog_RM" && ac_cv_prog_RM="rm-is-missing"
2869fi
2870fi
2871RM=$ac_cv_prog_RM
2872if test -n "$RM"; then
2873 echo "$as_me:2873: result: $RM" >&5
2874echo "${ECHO_T}$RM" >&6
2875else
2876 echo "$as_me:2876: result: no" >&5
2877echo "${ECHO_T}no" >&6
2878fi
2879
2880# Extract the first word of "mv", so it can be a program name with args.
2881set dummy mv; ac_word=$2
2882echo "$as_me:2882: checking for $ac_word" >&5
2883echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2884if test "${ac_cv_prog_MV+set}" = set; then
2885 echo $ECHO_N "(cached) $ECHO_C" >&6
2886else
2887 if test -n "$MV"; then
2888 ac_cv_prog_MV="$MV" # Let the user override the test.
2889else
2890 ac_save_IFS=$IFS; IFS=$ac_path_separator
2891ac_dummy="$PATH"
2892for ac_dir in $ac_dummy; do
2893 IFS=$ac_save_IFS
2894 test -z "$ac_dir" && ac_dir=.
2895 $as_executable_p "$ac_dir/$ac_word" || continue
2896ac_cv_prog_MV="mv"
2897echo "$as_me:2897: found $ac_dir/$ac_word" >&5
2898break
2899done
2900
2901 test -z "$ac_cv_prog_MV" && ac_cv_prog_MV="mv-is-missing"
2902fi
2903fi
2904MV=$ac_cv_prog_MV
2905if test -n "$MV"; then
2906 echo "$as_me:2906: result: $MV" >&5
2907echo "${ECHO_T}$MV" >&6
2908else
2909 echo "$as_me:2909: result: no" >&5
2910echo "${ECHO_T}no" >&6
2911fi
2912
2913# Extract the first word of "cp", so it can be a program name with args.
2914set dummy cp; ac_word=$2
2915echo "$as_me:2915: checking for $ac_word" >&5
2916echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2917if test "${ac_cv_prog_CP+set}" = set; then
2918 echo $ECHO_N "(cached) $ECHO_C" >&6
2919else
2920 if test -n "$CP"; then
2921 ac_cv_prog_CP="$CP" # Let the user override the test.
2922else
2923 ac_save_IFS=$IFS; IFS=$ac_path_separator
2924ac_dummy="$PATH"
2925for ac_dir in $ac_dummy; do
2926 IFS=$ac_save_IFS
2927 test -z "$ac_dir" && ac_dir=.
2928 $as_executable_p "$ac_dir/$ac_word" || continue
2929ac_cv_prog_CP="cp"
2930echo "$as_me:2930: found $ac_dir/$ac_word" >&5
2931break
2932done
2933
2934 test -z "$ac_cv_prog_CP" && ac_cv_prog_CP="cp-is-missing"
2935fi
2936fi
2937CP=$ac_cv_prog_CP
2938if test -n "$CP"; then
2939 echo "$as_me:2939: result: $CP" >&5
2940echo "${ECHO_T}$CP" >&6
2941else
2942 echo "$as_me:2942: result: no" >&5
2943echo "${ECHO_T}no" >&6
2944fi
2945
2946echo "$as_me:2946: checking whether we need _ALL_SOURCE to expose mode_t" >&5
2947echo $ECHO_N "checking whether we need _ALL_SOURCE to expose mode_t... $ECHO_C" >&6
2948all=no
2949cat >conftest.$ac_ext <<_ACEOF
2950#line 2950 "configure"
2951#include "confdefs.h"
2952
2953#include <stdio.h>
2954mode_t x;
2955
2956int
2957main ()
2958{
2959
2960 ;
2961 return 0;
2962}
2963_ACEOF
2964rm -f conftest.$ac_objext
2965if { (eval echo "$as_me:2965: \"$ac_compile\"") >&5
2966 (eval $ac_compile) 2>&5
2967 ac_status=$?
2968 echo "$as_me:2968: \$? = $ac_status" >&5
2969 (exit $ac_status); } &&
2970 { ac_try='test -s conftest.$ac_objext'
2971 { (eval echo "$as_me:2971: \"$ac_try\"") >&5
2972 (eval $ac_try) 2>&5
2973 ac_status=$?
2974 echo "$as_me:2974: \$? = $ac_status" >&5
2975 (exit $ac_status); }; }; then
2976 :
2977else
2978 echo "$as_me: failed program was:" >&5
2979cat conftest.$ac_ext >&5
2980all=maybe
2981fi
2982rm -f conftest.$ac_objext conftest.$ac_ext
2983if test $all = maybe ; then
2984cat >conftest.$ac_ext <<_ACEOF
2985#line 2985 "configure"
2986#include "confdefs.h"
2987
2988#define _ALL_SOURCE
2989#include <stdio.h>
2990mode_t x;
2991
2992int
2993main ()
2994{
2995
2996 ;
2997 return 0;
2998}
2999_ACEOF
3000rm -f conftest.$ac_objext
3001if { (eval echo "$as_me:3001: \"$ac_compile\"") >&5
3002 (eval $ac_compile) 2>&5
3003 ac_status=$?
3004 echo "$as_me:3004: \$? = $ac_status" >&5
3005 (exit $ac_status); } &&
3006 { ac_try='test -s conftest.$ac_objext'
3007 { (eval echo "$as_me:3007: \"$ac_try\"") >&5
3008 (eval $ac_try) 2>&5
3009 ac_status=$?
3010 echo "$as_me:3010: \$? = $ac_status" >&5
3011 (exit $ac_status); }; }; then
3012 cat >>confdefs.h <<\EOF
3013#define _ALL_SOURCE 1
3014EOF
3015 all=yes
3016else
3017 echo "$as_me: failed program was:" >&5
3018cat conftest.$ac_ext >&5
3019fi
3020rm -f conftest.$ac_objext conftest.$ac_ext
3021fi
3022if test $all = maybe ; then all=no ; fi
3023echo "$as_me:3023: result: $all" >&5
3024echo "${ECHO_T}$all" >&6
3025
3026LCLOBJ='$(lcl_OBJECTS)'
3027
3028# Check whether --with-lcl or --without-lcl was given.
3029if test "${with_lcl+set}" = set; then
3030 withval="$with_lcl"
3031 ac_cv_use_lcl=$withval
3032else
3033 echo "$as_me:3033: checking whether to include support for LCL files" >&5
3034echo $ECHO_N "checking whether to include support for LCL files... $ECHO_C" >&6
3035if test "${ac_cv_use_lcl+set}" = set; then
3036 echo $ECHO_N "(cached) $ECHO_C" >&6
3037else
3038 ac_cv_use_lcl=yes
3039fi
3040echo "$as_me:3040: result: $ac_cv_use_lcl" >&5
3041echo "${ECHO_T}$ac_cv_use_lcl" >&6
3042fi;
3043if test x$ac_cv_use_lcl != xyes; then
3044 LCLOBJ=
3045
3046cat >>confdefs.h <<\EOF
3047#define NOLCL 1
3048EOF
3049
3050fi
3051
3052# Make sure we have an actual value for $prefix
3053myprefix=$prefix
3054test x$myprefix = xNONE && myprefix=$ac_default_prefix
3055
3056### Yuck! This is really kludgey, but I don't understand autoconf well
3057### enough to do something simple that always works. Hopefully this does.
3058
3059# cpplib.h defines 2 include dirs; one is $includedir, the other is gcc's
3060# include dir. Not the most portable setup, but let's do our best.
3061
3062if test x$GCC = xyes; then
3063
3064# This breaks on gcc-3.0 on redhat fixing drl 11-15-2001
3065# GCC_INCLUDE_DIR=`LANGUAGE= LANG= $CC -v 2>&1 | sed -e '/^gcc/ d' -e 's/.* \(.*\)specs/\1include/'`
3066GCC_INCLUDE_DIR=/usr/include
3067# was /usr/lib/gcc-lib/i386-linux/2.7.2.1/include
3068# GCC_INCLUDE_DIR=`LANGUAGE= LANG= $CC -v 2>&1 | sed -n -e '/^gcc/ d' -e 's/.* \(.*\)specs/\1include/p'`
3069
3070cat >>confdefs.h <<EOF
3071#define GCC_INCLUDE_DIR "$GCC_INCLUDE_DIR"
3072EOF
3073
3074else
3075
3076cat >>confdefs.h <<EOF
3077#define GCC_INCLUDE_DIR "/usr/include"
3078EOF
3079
3080fi
3081
3082cat >>confdefs.h <<EOF
3083#define GCC_INCLUDE_DIR2 "$myprefix/include"
3084EOF
3085
3086# These used to be in local_constants.h
3087
3088cat >>confdefs.h <<EOF
3089#define SYSTEM_LIBDIR "$myprefix/include"
3090EOF
3091
3092cat >>confdefs.h <<EOF
3093#define DEFAULT_LARCHPATH ".$PATH_SEPARATOR$myprefix/share/splint/lib$PATH_SEPARATOR`pwd`/lib$PATH_SEPARATOR"
3094EOF
3095
3096cat >>confdefs.h <<EOF
3097#define DEFAULT_LCLIMPORTDIR ".$PATH_SEPARATOR$myprefix/share/splint/imports$PATH_SEPARATOR`pwd`/imports"
3098EOF
3099
3100# These used to be in herald.h
3101LCL_PARSE_VERSION="Splint 3.0.1.7"
3102
3103cat >>confdefs.h <<EOF
3104#define SPLINT_VERSION "$LCL_PARSE_VERSION --- `date +"%d %b %Y"`"
3105EOF
3106
3107cat >>confdefs.h <<EOF
3108#define LCL_PARSE_VERSION "$LCL_PARSE_VERSION"
3109EOF
3110
3111cat >>confdefs.h <<EOF
3112#define LCL_COMPILE "Compiled using $CC $CFLAGS on `uname -a` by `whoami`"
3113EOF
3114
3115cat >>confdefs.h <<\EOF
3116#define UNIX 1
3117EOF
3118
3119#just define some Header constants for now...
3120
3121UNAME=`uname`
3122cat >>confdefs.h <<EOF
3123#define UNAME "${UNAME}"
3124EOF
3125
3126cat >>confdefs.h <<EOF
3127#define BUILD "${build}"
3128EOF
3129
3130cat >>confdefs.h <<EOF
3131#define HOST "${host}"
3132EOF
3133
3134cat >>confdefs.h <<EOF
3135#define TARGET "${target}"
3136EOF
3137
3138cat >>confdefs.h <<EOF
3139#define BUILD_ALIAS "${build_alias}"
3140EOF
3141
3142cat >>confdefs.h <<EOF
3143#define HOST_ALIAS "${host_alias}"
3144EOF
3145
3146cat >>confdefs.h <<EOF
3147#define TARGET_ALIAS "${TARGET_ALIAS}"
3148EOF
3149
3150cat >>confdefs.h <<EOF
3151#define BUILD_CPU "${build_cpu}"
3152EOF
3153
3154cat >>confdefs.h <<EOF
3155#define HOST_CPU "$host_cpu"
3156EOF
3157
3158cat >>confdefs.h <<EOF
3159#define TARGET_CPU "${target_cpu}"
3160EOF
3161
3162cat >>confdefs.h <<EOF
3163#define BUILD_VENDOR "${build_vendor}"
3164EOF
3165
3166cat >>confdefs.h <<EOF
3167#define HOST_VENDOR "${host_vendor}"
3168EOF
3169
3170cat >>confdefs.h <<EOF
3171#define TARGET_VENDOR "${target_vendor}"
3172EOF
3173
3174cat >>confdefs.h <<EOF
3175#define BUILD_OS "${build_os}"
3176EOF
3177
3178cat >>confdefs.h <<EOF
3179#define HOST_OS "${host_os}"
3180EOF
3181
3182cat >>confdefs.h <<EOF
3183#define TARGET_OS "${target_os}"
3184EOF
3185
3186ac_config_files="$ac_config_files Makefile imports/Makefile lib/Makefile src/Makefile test/Makefile doc/Makefile bin/Makefile"
3187
3188cat >confcache <<\_ACEOF
3189# This file is a shell script that caches the results of configure
3190# tests run on this system so they can be shared between configure
3191# scripts and configure runs, see configure's option --config-cache.
3192# It is not useful on other systems. If it contains results you don't
3193# want to keep, you may remove or edit it.
3194#
3195# config.status only pays attention to the cache file if you give it
3196# the --recheck option to rerun configure.
3197#
3198# `ac_cv_env_foo' variables (set or unset) will be overriden when
3199# loading this file, other *unset* `ac_cv_foo' will be assigned the
3200# following values.
3201
3202_ACEOF
3203
3204# The following way of writing the cache mishandles newlines in values,
3205# but we know of no workaround that is simple, portable, and efficient.
3206# So, don't put newlines in cache variables' values.
3207# Ultrix sh set writes to stderr and can't be redirected directly,
3208# and sets the high bit in the cache file unless we assign to the vars.
3209{
3210 (set) 2>&1 |
3211 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3212 *ac_space=\ *)
3213 # `set' does not quote correctly, so add quotes (double-quote
3214 # substitution turns \\\\ into \\, and sed turns \\ into \).
3215 sed -n \
3216 "s/'/'\\\\''/g;
3217 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3218 ;;
3219 *)
3220 # `set' quotes correctly as required by POSIX, so do not add quotes.
3221 sed -n \
3222 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3223 ;;
3224 esac;
3225} |
3226 sed '
3227 t clear
3228 : clear
3229 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3230 t end
3231 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3232 : end' >>confcache
3233if cmp -s $cache_file confcache; then :; else
3234 if test -w $cache_file; then
3235 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3236 cat confcache >$cache_file
3237 else
3238 echo "not updating unwritable cache $cache_file"
3239 fi
3240fi
3241rm -f confcache
3242
3243test "x$prefix" = xNONE && prefix=$ac_default_prefix
3244# Let make expand exec_prefix.
3245test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3246
3247# VPATH may cause trouble with some makes, so we remove $(srcdir),
3248# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3249# trailing colons and then remove the whole line if VPATH becomes empty
3250# (actually we leave an empty line to preserve line numbers).
3251if test "x$srcdir" = x.; then
3252 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3253s/:*\$(srcdir):*/:/;
3254s/:*\${srcdir}:*/:/;
3255s/:*@srcdir@:*/:/;
3256s/^\([^=]*=[ ]*\):*/\1/;
3257s/:*$//;
3258s/^[^=]*=[ ]*$//;
3259}'
3260fi
3261
3262DEFS=-DHAVE_CONFIG_H
3263
3264: ${CONFIG_STATUS=./config.status}
3265ac_clean_files_save=$ac_clean_files
3266ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3267{ echo "$as_me:3267: creating $CONFIG_STATUS" >&5
3268echo "$as_me: creating $CONFIG_STATUS" >&6;}
3269cat >$CONFIG_STATUS <<_ACEOF
3270#! $SHELL
3271# Generated automatically by configure.
3272# Run this file to recreate the current configuration.
3273# Compiler output produced by configure, useful for debugging
3274# configure, is in config.log if it exists.
3275
3276debug=false
3277SHELL=\${CONFIG_SHELL-$SHELL}
3278ac_cs_invocation="\$0 \$@"
3279
3280_ACEOF
3281
3282cat >>$CONFIG_STATUS <<\_ACEOF
3283# Be Bourne compatible
3284if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3285 emulate sh
3286 NULLCMD=:
3287elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
3288 set -o posix
3289fi
3290
3291# Name of the executable.
3292as_me=`echo "$0" |sed 's,.*[\\/],,'`
3293
3294if expr a : '\(a\)' >/dev/null 2>&1; then
3295 as_expr=expr
3296else
3297 as_expr=false
3298fi
3299
3300rm -f conf$$ conf$$.exe conf$$.file
3301echo >conf$$.file
3302if ln -s conf$$.file conf$$ 2>/dev/null; then
3303 # We could just check for DJGPP; but this test a) works b) is more generic
3304 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
3305 if test -f conf$$.exe; then
3306 # Don't use ln at all; we don't have any links
3307 as_ln_s='cp -p'
3308 else
3309 as_ln_s='ln -s'
3310 fi
3311elif ln conf$$.file conf$$ 2>/dev/null; then
3312 as_ln_s=ln
3313else
3314 as_ln_s='cp -p'
3315fi
3316rm -f conf$$ conf$$.exe conf$$.file
3317
3318as_executable_p="test -f"
3319
3320# Support unset when possible.
3321if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
3322 as_unset=unset
3323else
3324 as_unset=false
3325fi
3326
3327# NLS nuisances.
3328$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
3329$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
3330$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
3331$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
3332$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
3333$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
3334$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
3335$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
3336
3337# IFS
3338# We need space, tab and new line, in precisely that order.
3339as_nl='
3340'
3341IFS=" $as_nl"
3342
3343# CDPATH.
3344$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
3345
3346exec 6>&1
3347
3348_ACEOF
3349
3350# Files that config.status was made for.
3351if test -n "$ac_config_files"; then
3352 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
3353fi
3354
3355if test -n "$ac_config_headers"; then
3356 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3357fi
3358
3359if test -n "$ac_config_links"; then
3360 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3361fi
3362
3363if test -n "$ac_config_commands"; then
3364 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3365fi
3366
3367cat >>$CONFIG_STATUS <<\EOF
3368
3369ac_cs_usage="\
3370\`$as_me' instantiates files from templates according to the
3371current configuration.
3372
3373Usage: $0 [OPTIONS] [FILE]...
3374
3375 -h, --help print this help, then exit
3376 -V, --version print version number, then exit
3377 -d, --debug don't remove temporary files
3378 --recheck update $as_me by reconfiguring in the same conditions
3379 --file=FILE[:TEMPLATE]
3380 instantiate the configuration file FILE
3381 --header=FILE[:TEMPLATE]
3382 instantiate the configuration header FILE
3383
3384Configuration files:
3385$config_files
3386
3387Configuration headers:
3388$config_headers
3389
3390Configuration commands:
3391$config_commands
3392
3393Report bugs to <bug-autoconf@gnu.org>."
3394EOF
3395
3396cat >>$CONFIG_STATUS <<EOF
3397ac_cs_version="\\
3398Splint config.status 3.0.1.7
3399configured by $0, generated by GNU Autoconf 2.52,
3400 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3401
3402Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
3403Free Software Foundation, Inc.
3404This config.status script is free software; the Free Software Foundation
3405gives unlimited permission to copy, distribute and modify it."
3406srcdir=$srcdir
3407INSTALL="$INSTALL"
3408EOF
3409
3410cat >>$CONFIG_STATUS <<\EOF
3411# If no file are specified by the user, then we need to provide default
3412# value. By we need to know if files were specified by the user.
3413ac_need_defaults=:
3414while test $# != 0
3415do
3416 case $1 in
3417 --*=*)
3418 ac_option=`expr "x$1" : 'x\([^=]*\)='`
3419 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3420 shift
3421 set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
3422 shift
3423 ;;
3424 -*);;
3425 *) # This is not an option, so the user has probably given explicit
3426 # arguments.
3427 ac_need_defaults=false;;
3428 esac
3429
3430 case $1 in
3431 # Handling of the options.
3432EOF
3433cat >>$CONFIG_STATUS <<EOF
3434 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3435 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
3436 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
3437EOF
3438cat >>$CONFIG_STATUS <<\EOF
3439 --version | --vers* | -V )
3440 echo "$ac_cs_version"; exit 0 ;;
3441 --he | --h)
3442 # Conflict between --help and --header
3443 { { echo "$as_me:3443: error: ambiguous option: $1
3444Try \`$0 --help' for more information." >&5
3445echo "$as_me: error: ambiguous option: $1
3446Try \`$0 --help' for more information." >&2;}
3447 { (exit 1); exit 1; }; };;
3448 --help | --hel | -h )
3449 echo "$ac_cs_usage"; exit 0 ;;
3450 --debug | --d* | -d )
3451 debug=: ;;
3452 --file | --fil | --fi | --f )
3453 shift
3454 CONFIG_FILES="$CONFIG_FILES $1"
3455 ac_need_defaults=false;;
3456 --header | --heade | --head | --hea )
3457 shift
3458 CONFIG_HEADERS="$CONFIG_HEADERS $1"
3459 ac_need_defaults=false;;
3460
3461 # This is an error.
3462 -*) { { echo "$as_me:3462: error: unrecognized option: $1
3463Try \`$0 --help' for more information." >&5
3464echo "$as_me: error: unrecognized option: $1
3465Try \`$0 --help' for more information." >&2;}
3466 { (exit 1); exit 1; }; } ;;
3467
3468 *) ac_config_targets="$ac_config_targets $1" ;;
3469
3470 esac
3471 shift
3472done
3473
3474exec 5>>config.log
3475cat >&5 << _ACEOF
3476
3477## ----------------------- ##
3478## Running config.status. ##
3479## ----------------------- ##
3480
3481This file was extended by $as_me (Splint 3.0.1.7) 2.52, executed with
3482 CONFIG_FILES = $CONFIG_FILES
3483 CONFIG_HEADERS = $CONFIG_HEADERS
3484 CONFIG_LINKS = $CONFIG_LINKS
3485 CONFIG_COMMANDS = $CONFIG_COMMANDS
3486 > $ac_cs_invocation
3487on `(hostname || uname -n) 2>/dev/null | sed 1q`
3488
3489_ACEOF
3490EOF
3491
3492cat >>$CONFIG_STATUS <<EOF
3493#
3494# INIT-COMMANDS section.
3495#
3496
3497AMDEP_TRUE="$AMDEP_TRUE"
3498ac_aux_dir="$ac_aux_dir"
3499
3500EOF
3501
3502cat >>$CONFIG_STATUS <<\EOF
3503for ac_config_target in $ac_config_targets
3504do
3505 case "$ac_config_target" in
3506 # Handling of arguments.
3507 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3508 "imports/Makefile" ) CONFIG_FILES="$CONFIG_FILES imports/Makefile" ;;
3509 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
3510 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
3511 "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
3512 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
3513 "bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
3514 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
3515 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.hin" ;;
3516 *) { { echo "$as_me:3516: error: invalid argument: $ac_config_target" >&5
3517echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3518 { (exit 1); exit 1; }; };;
3519 esac
3520done
3521
3522# If the user did not use the arguments to specify the items to instantiate,
3523# then the envvar interface is used. Set only those that are not.
3524# We use the long form for the default assignment because of an extremely
3525# bizarre bug on SunOS 4.1.3.
3526if $ac_need_defaults; then
3527 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3528 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
3529 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3530fi
3531
3532# Create a temporary directory, and hook for its removal unless debugging.
3533$debug ||
3534{
3535 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3536 trap '{ (exit 1); exit 1; }' 1 2 13 15
3537}
3538
3539# Create a (secure) tmp directory for tmp files.
3540: ${TMPDIR=/tmp}
3541{
3542 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
3543 test -n "$tmp" && test -d "$tmp"
3544} ||
3545{
3546 tmp=$TMPDIR/cs$$-$RANDOM
3547 (umask 077 && mkdir $tmp)
3548} ||
3549{
3550 echo "$me: cannot create a temporary directory in $TMPDIR" >&2
3551 { (exit 1); exit 1; }
3552}
3553
3554EOF
3555
3556cat >>$CONFIG_STATUS <<EOF
3557
3558#
3559# CONFIG_FILES section.
3560#
3561
3562# No need to generate the scripts if there are no CONFIG_FILES.
3563# This happens for instance when ./config.status config.h
3564if test -n "\$CONFIG_FILES"; then
3565 # Protect against being on the right side of a sed subst in config.status.
3566 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3567 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3568s,@SHELL@,$SHELL,;t t
3569s,@exec_prefix@,$exec_prefix,;t t
3570s,@prefix@,$prefix,;t t
3571s,@program_transform_name@,$program_transform_name,;t t
3572s,@bindir@,$bindir,;t t
3573s,@sbindir@,$sbindir,;t t
3574s,@libexecdir@,$libexecdir,;t t
3575s,@datadir@,$datadir,;t t
3576s,@sysconfdir@,$sysconfdir,;t t
3577s,@sharedstatedir@,$sharedstatedir,;t t
3578s,@localstatedir@,$localstatedir,;t t
3579s,@libdir@,$libdir,;t t
3580s,@includedir@,$includedir,;t t
3581s,@oldincludedir@,$oldincludedir,;t t
3582s,@infodir@,$infodir,;t t
3583s,@mandir@,$mandir,;t t
3584s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3585s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3586s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3587s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3588s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3589s,@build_alias@,$build_alias,;t t
3590s,@host_alias@,$host_alias,;t t
3591s,@target_alias@,$target_alias,;t t
3592s,@ECHO_C@,$ECHO_C,;t t
3593s,@ECHO_N@,$ECHO_N,;t t
3594s,@ECHO_T@,$ECHO_T,;t t
3595s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3596s,@DEFS@,$DEFS,;t t
3597s,@LIBS@,$LIBS,;t t
3598s,@build@,$build,;t t
3599s,@build_cpu@,$build_cpu,;t t
3600s,@build_vendor@,$build_vendor,;t t
3601s,@build_os@,$build_os,;t t
3602s,@host@,$host,;t t
3603s,@host_cpu@,$host_cpu,;t t
3604s,@host_vendor@,$host_vendor,;t t
3605s,@host_os@,$host_os,;t t
3606s,@target@,$target,;t t
3607s,@target_cpu@,$target_cpu,;t t
3608s,@target_vendor@,$target_vendor,;t t
3609s,@target_os@,$target_os,;t t
3610s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
3611s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
3612s,@INSTALL_DATA@,$INSTALL_DATA,;t t
3613s,@PACKAGE@,$PACKAGE,;t t
3614s,@VERSION@,$VERSION,;t t
3615s,@EXEEXT@,$EXEEXT,;t t
3616s,@OBJEXT@,$OBJEXT,;t t
3617s,@ACLOCAL@,$ACLOCAL,;t t
3618s,@AUTOCONF@,$AUTOCONF,;t t
3619s,@AUTOMAKE@,$AUTOMAKE,;t t
3620s,@AUTOHEADER@,$AUTOHEADER,;t t
3621s,@MAKEINFO@,$MAKEINFO,;t t
3622s,@AMTAR@,$AMTAR,;t t
3623s,@install_sh@,$install_sh,;t t
3624s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
3625s,@AWK@,$AWK,;t t
3626s,@SET_MAKE@,$SET_MAKE,;t t
3627s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
3628s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
3629s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
3630s,@DEPDIR@,$DEPDIR,;t t
3631s,@CC@,$CC,;t t
3632s,@CFLAGS@,$CFLAGS,;t t
3633s,@LDFLAGS@,$LDFLAGS,;t t
3634s,@CPPFLAGS@,$CPPFLAGS,;t t
3635s,@ac_ct_CC@,$ac_ct_CC,;t t
3636s,@am__include@,$am__include,;t t
3637s,@am__quote@,$am__quote,;t t
3638s,@CCDEPMODE@,$CCDEPMODE,;t t
3639s,@CPP@,$CPP,;t t
3640s,@LEX@,$LEX,;t t
3641s,@LEXLIB@,$LEXLIB,;t t
3642s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
3643s,@LN_S@,$LN_S,;t t
3644s,@BISON@,$BISON,;t t
3645s,@GREP@,$GREP,;t t
3646s,@DIFF@,$DIFF,;t t
3647s,@CAT@,$CAT,;t t
3648s,@RM@,$RM,;t t
3649s,@MV@,$MV,;t t
3650s,@CP@,$CP,;t t
3651s,@LCLOBJ@,$LCLOBJ,;t t
3652CEOF
3653
3654EOF
3655
3656 cat >>$CONFIG_STATUS <<\EOF
3657 # Split the substitutions into bite-sized pieces for seds with
3658 # small command number limits, like on Digital OSF/1 and HP-UX.
3659 ac_max_sed_lines=48
3660 ac_sed_frag=1 # Number of current file.
3661 ac_beg=1 # First line for current file.
3662 ac_end=$ac_max_sed_lines # Line after last line for current file.
3663 ac_more_lines=:
3664 ac_sed_cmds=
3665 while $ac_more_lines; do
3666 if test $ac_beg -gt 1; then
3667 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3668 else
3669 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3670 fi
3671 if test ! -s $tmp/subs.frag; then
3672 ac_more_lines=false
3673 else
3674 # The purpose of the label and of the branching condition is to
3675 # speed up the sed processing (if there are no `@' at all, there
3676 # is no need to browse any of the substitutions).
3677 # These are the two extra sed commands mentioned above.
3678 (echo ':t
3679 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3680 if test -z "$ac_sed_cmds"; then
3681 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3682 else
3683 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3684 fi
3685 ac_sed_frag=`expr $ac_sed_frag + 1`
3686 ac_beg=$ac_end
3687 ac_end=`expr $ac_end + $ac_max_sed_lines`
3688 fi
3689 done
3690 if test -z "$ac_sed_cmds"; then
3691 ac_sed_cmds=cat
3692 fi
3693fi # test -n "$CONFIG_FILES"
3694
3695EOF
3696cat >>$CONFIG_STATUS <<\EOF
3697for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3698 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3699 case $ac_file in
3700 - | *:- | *:-:* ) # input from stdin
3701 cat >$tmp/stdin
3702 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3703 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3704 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3705 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3706 * ) ac_file_in=$ac_file.in ;;
3707 esac
3708
3709 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3710 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3711 X"$ac_file" : 'X\(//\)[^/]' \| \
3712 X"$ac_file" : 'X\(//\)$' \| \
3713 X"$ac_file" : 'X\(/\)' \| \
3714 . : '\(.\)' 2>/dev/null ||
3715echo X"$ac_file" |
3716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3718 /^X\(\/\/\)$/{ s//\1/; q; }
3719 /^X\(\/\).*/{ s//\1/; q; }
3720 s/.*/./; q'`
3721 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3722 { case "$ac_dir" in
3723 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
3724 *) as_incr_dir=.;;
3725esac
3726as_dummy="$ac_dir"
3727for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
3728 case $as_mkdir_dir in
3729 # Skip DOS drivespec
3730 ?:) as_incr_dir=$as_mkdir_dir ;;
3731 *)
3732 as_incr_dir=$as_incr_dir/$as_mkdir_dir
3733 test -d "$as_incr_dir" || mkdir "$as_incr_dir"
3734 ;;
3735 esac
3736done; }
3737
3738 ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
3739 # A "../" for each directory in $ac_dir_suffix.
3740 ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
3741 else
3742 ac_dir_suffix= ac_dots=
3743 fi
3744
3745 case $srcdir in
3746 .) ac_srcdir=.
3747 if test -z "$ac_dots"; then
3748 ac_top_srcdir=.
3749 else
3750 ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
3751 fi ;;
3752 [\\/]* | ?:[\\/]* )
3753 ac_srcdir=$srcdir$ac_dir_suffix;
3754 ac_top_srcdir=$srcdir ;;
3755 *) # Relative path.
3756 ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
3757 ac_top_srcdir=$ac_dots$srcdir ;;
3758 esac
3759
3760 case $INSTALL in
3761 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3762 *) ac_INSTALL=$ac_dots$INSTALL ;;
3763 esac
3764
3765 if test x"$ac_file" != x-; then
3766 { echo "$as_me:3766: creating $ac_file" >&5
3767echo "$as_me: creating $ac_file" >&6;}
3768 rm -f "$ac_file"
3769 fi
3770 # Let's still pretend it is `configure' which instantiates (i.e., don't
3771 # use $as_me), people would be surprised to read:
3772 # /* config.h. Generated automatically by config.status. */
3773 configure_input="Generated automatically from `echo $ac_file_in |
3774 sed 's,.*/,,'` by configure."
3775
3776 # First look for the input files in the build tree, otherwise in the
3777 # src tree.
3778 ac_file_inputs=`IFS=:
3779 for f in $ac_file_in; do
3780 case $f in
3781 -) echo $tmp/stdin ;;
3782 [\\/$]*)
3783 # Absolute (can't be DOS-style, as IFS=:)
3784 test -f "$f" || { { echo "$as_me:3784: error: cannot find input file: $f" >&5
3785echo "$as_me: error: cannot find input file: $f" >&2;}
3786 { (exit 1); exit 1; }; }
3787 echo $f;;
3788 *) # Relative
3789 if test -f "$f"; then
3790 # Build tree
3791 echo $f
3792 elif test -f "$srcdir/$f"; then
3793 # Source tree
3794 echo $srcdir/$f
3795 else
3796 # /dev/null tree
3797 { { echo "$as_me:3797: error: cannot find input file: $f" >&5
3798echo "$as_me: error: cannot find input file: $f" >&2;}
3799 { (exit 1); exit 1; }; }
3800 fi;;
3801 esac
3802 done` || { (exit 1); exit 1; }
3803EOF
3804cat >>$CONFIG_STATUS <<EOF
3805 sed "$ac_vpsub
3806$extrasub
3807EOF
3808cat >>$CONFIG_STATUS <<\EOF
3809:t
3810/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3811s,@configure_input@,$configure_input,;t t
3812s,@srcdir@,$ac_srcdir,;t t
3813s,@top_srcdir@,$ac_top_srcdir,;t t
3814s,@INSTALL@,$ac_INSTALL,;t t
3815" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3816 rm -f $tmp/stdin
3817 if test x"$ac_file" != x-; then
3818 mv $tmp/out $ac_file
3819 else
3820 cat $tmp/out
3821 rm -f $tmp/out
3822 fi
3823
3824done
3825EOF
3826cat >>$CONFIG_STATUS <<\EOF
3827
3828#
3829# CONFIG_HEADER section.
3830#
3831
3832# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3833# NAME is the cpp macro being defined and VALUE is the value it is being given.
3834#
3835# ac_d sets the value in "#define NAME VALUE" lines.
3836ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
3837ac_dB='[ ].*$,\1#\2'
3838ac_dC=' '
3839ac_dD=',;t'
3840# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3841ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3842ac_uB='$,\1#\2define\3'
3843ac_uC=' '
3844ac_uD=',;t'
3845
3846for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
3847 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3848 case $ac_file in
3849 - | *:- | *:-:* ) # input from stdin
3850 cat >$tmp/stdin
3851 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3852 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3853 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3854 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3855 * ) ac_file_in=$ac_file.in ;;
3856 esac
3857
3858 test x"$ac_file" != x- && { echo "$as_me:3858: creating $ac_file" >&5
3859echo "$as_me: creating $ac_file" >&6;}
3860
3861 # First look for the input files in the build tree, otherwise in the
3862 # src tree.
3863 ac_file_inputs=`IFS=:
3864 for f in $ac_file_in; do
3865 case $f in
3866 -) echo $tmp/stdin ;;
3867 [\\/$]*)
3868 # Absolute (can't be DOS-style, as IFS=:)
3869 test -f "$f" || { { echo "$as_me:3869: error: cannot find input file: $f" >&5
3870echo "$as_me: error: cannot find input file: $f" >&2;}
3871 { (exit 1); exit 1; }; }
3872 echo $f;;
3873 *) # Relative
3874 if test -f "$f"; then
3875 # Build tree
3876 echo $f
3877 elif test -f "$srcdir/$f"; then
3878 # Source tree
3879 echo $srcdir/$f
3880 else
3881 # /dev/null tree
3882 { { echo "$as_me:3882: error: cannot find input file: $f" >&5
3883echo "$as_me: error: cannot find input file: $f" >&2;}
3884 { (exit 1); exit 1; }; }
3885 fi;;
3886 esac
3887 done` || { (exit 1); exit 1; }
3888 # Remove the trailing spaces.
3889 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
3890
3891EOF
3892
3893# Transform confdefs.h into two sed scripts, `conftest.defines' and
3894# `conftest.undefs', that substitutes the proper values into
3895# config.h.in to produce config.h. The first handles `#define'
3896# templates, and the second `#undef' templates.
3897# And first: Protect against being on the right side of a sed subst in
3898# config.status. Protect against being in an unquoted here document
3899# in config.status.
3900rm -f conftest.defines conftest.undefs
3901# Using a here document instead of a string reduces the quoting nightmare.
3902# Putting comments in sed scripts is not portable.
3903#
3904# `end' is used to avoid that the second main sed command (meant for
3905# 0-ary CPP macros) applies to n-ary macro definitions.
3906# See the Autoconf documentation for `clear'.
3907cat >confdef2sed.sed <<\EOF
3908s/[\\&,]/\\&/g
3909s,[\\$`],\\&,g
3910t clear
3911: clear
3912s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
3913t end
3914s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
3915: end
3916EOF
3917# If some macros were called several times there might be several times
3918# the same #defines, which is useless. Nevertheless, we may not want to
3919# sort them, since we want the *last* AC-DEFINE to be honored.
3920uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
3921sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
3922rm -f confdef2sed.sed
3923
3924# This sed command replaces #undef with comments. This is necessary, for
3925# example, in the case of _POSIX_SOURCE, which is predefined and required
3926# on some systems where configure will not decide to define it.
3927cat >>conftest.undefs <<\EOF
3928s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
3929EOF
3930
3931# Break up conftest.defines because some shells have a limit on the size
3932# of here documents, and old seds have small limits too (100 cmds).
3933echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
3934echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
3935echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
3936echo ' :' >>$CONFIG_STATUS
3937rm -f conftest.tail
3938while grep . conftest.defines >/dev/null
3939do
3940 # Write a limited-size here document to $tmp/defines.sed.
3941 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
3942 # Speed up: don't consider the non `#define' lines.
3943 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
3944 # Work around the forget-to-reset-the-flag bug.
3945 echo 't clr' >>$CONFIG_STATUS
3946 echo ': clr' >>$CONFIG_STATUS
3947 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
3948 echo 'CEOF
3949 sed -f $tmp/defines.sed $tmp/in >$tmp/out
3950 rm -f $tmp/in
3951 mv $tmp/out $tmp/in
3952' >>$CONFIG_STATUS
3953 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
3954 rm -f conftest.defines
3955 mv conftest.tail conftest.defines
3956done
3957rm -f conftest.defines
3958echo ' fi # egrep' >>$CONFIG_STATUS
3959echo >>$CONFIG_STATUS
3960
3961# Break up conftest.undefs because some shells have a limit on the size
3962# of here documents, and old seds have small limits too (100 cmds).
3963echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
3964rm -f conftest.tail
3965while grep . conftest.undefs >/dev/null
3966do
3967 # Write a limited-size here document to $tmp/undefs.sed.
3968 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
3969 # Speed up: don't consider the non `#undef'
3970 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
3971 # Work around the forget-to-reset-the-flag bug.
3972 echo 't clr' >>$CONFIG_STATUS
3973 echo ': clr' >>$CONFIG_STATUS
3974 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
3975 echo 'CEOF
3976 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
3977 rm -f $tmp/in
3978 mv $tmp/out $tmp/in
3979' >>$CONFIG_STATUS
3980 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
3981 rm -f conftest.undefs
3982 mv conftest.tail conftest.undefs
3983done
3984rm -f conftest.undefs
3985
3986cat >>$CONFIG_STATUS <<\EOF
3987 # Let's still pretend it is `configure' which instantiates (i.e., don't
3988 # use $as_me), people would be surprised to read:
3989 # /* config.h. Generated automatically by config.status. */
3990 if test x"$ac_file" = x-; then
3991 echo "/* Generated automatically by configure. */" >$tmp/config.h
3992 else
3993 echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h
3994 fi
3995 cat $tmp/in >>$tmp/config.h
3996 rm -f $tmp/in
3997 if test x"$ac_file" != x-; then
3998 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
3999 { echo "$as_me:3999: $ac_file is unchanged" >&5
4000echo "$as_me: $ac_file is unchanged" >&6;}
4001 else
4002 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4003 X"$ac_file" : 'X\(//\)[^/]' \| \
4004 X"$ac_file" : 'X\(//\)$' \| \
4005 X"$ac_file" : 'X\(/\)' \| \
4006 . : '\(.\)' 2>/dev/null ||
4007echo X"$ac_file" |
4008 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4009 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4010 /^X\(\/\/\)$/{ s//\1/; q; }
4011 /^X\(\/\).*/{ s//\1/; q; }
4012 s/.*/./; q'`
4013 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4014 { case "$ac_dir" in
4015 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
4016 *) as_incr_dir=.;;
4017esac
4018as_dummy="$ac_dir"
4019for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
4020 case $as_mkdir_dir in
4021 # Skip DOS drivespec
4022 ?:) as_incr_dir=$as_mkdir_dir ;;
4023 *)
4024 as_incr_dir=$as_incr_dir/$as_mkdir_dir
4025 test -d "$as_incr_dir" || mkdir "$as_incr_dir"
4026 ;;
4027 esac
4028done; }
4029
4030 fi
4031 rm -f $ac_file
4032 mv $tmp/config.h $ac_file
4033 fi
4034 else
4035 cat $tmp/config.h
4036 rm -f $tmp/config.h
4037 fi
4038 # Run the commands associated with the file.
4039 case $ac_file in
4040 config.h ) # update the timestamp
4041echo timestamp >"./stamp-h1"
4042 ;;
4043 esac
4044done
4045EOF
4046cat >>$CONFIG_STATUS <<\EOF
4047
4048#
4049# CONFIG_COMMANDS section.
4050#
4051for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
4052 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
4053 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
4054
4055 case $ac_dest in
4056 default-1 )
4057test x"$AMDEP_TRUE" != x"" ||
4058for mf in $CONFIG_FILES; do
4059 case "$mf" in
4060 Makefile) dirpart=.;;
4061 */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
4062 *) continue;;
4063 esac
4064 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
4065 # Extract the definition of DEP_FILES from the Makefile without
4066 # running `make'.
4067 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
4068 test -z "$DEPDIR" && continue
4069 # When using ansi2knr, U may be empty or an underscore; expand it
4070 U=`sed -n -e '/^U = / s///p' < "$mf"`
4071 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
4072 # We invoke sed twice because it is the simplest approach to
4073 # changing $(DEPDIR) to its actual value in the expansion.
4074 for file in `sed -n -e '
4075 /^DEP_FILES = .*\\\\$/ {
4076 s/^DEP_FILES = //
4077 :loop
4078 s/\\\\$//
4079 p
4080 n
4081 /\\\\$/ b loop
4082 p
4083 }
4084 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
4085 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4086 # Make sure the directory exists.
4087 test -f "$dirpart/$file" && continue
4088 fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
4089 $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
4090 # echo "creating $dirpart/$file"
4091 echo '# dummy' > "$dirpart/$file"
4092 done
4093done
4094 ;;
4095 esac
4096done
4097EOF
4098
4099cat >>$CONFIG_STATUS <<\EOF
4100
4101{ (exit 0); exit 0; }
4102EOF
4103chmod +x $CONFIG_STATUS
4104ac_clean_files=$ac_clean_files_save
4105
4106# configure is writing to config.log, and then calls config.status.
4107# config.status does its own redirection, appending to config.log.
4108# Unfortunately, on DOS this fails, as config.log is still kept open
4109# by configure, so config.status won't be able to write to it; its
4110# output is simply discarded. So we exec the FD to /dev/null,
4111# effectively closing config.log, so it can be properly (re)opened and
4112# appended to by config.status. When coming back to configure, we
4113# need to make the FD available again.
4114if test "$no_create" != yes; then
4115 ac_cs_success=:
4116 exec 5>/dev/null
4117 $SHELL $CONFIG_STATUS || ac_cs_success=false
4118 exec 5>>config.log
4119 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4120 # would make configure fail if this is the last instruction.
4121 $ac_cs_success || { (exit 1); exit 1; }
4122fi
4123
This page took 0.106572 seconds and 5 git commands to generate.