]> andersk Git - splint.git/blame - configure.binary
Fixed bug causing Splint is suggest using the +ignoresigns flag even if it was alread...
[splint.git] / configure.binary
CommitLineData
60a00c26 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by Autoconf 2.52 for Splint 3.0.1.2.
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
109# Initialize some variables set by options.
110ac_init_help=
111ac_init_version=false
112# The variables have the same names as the options, with
113# dashes changed to underlines.
114cache_file=/dev/null
115exec_prefix=NONE
116no_create=
117no_recursion=
118prefix=NONE
119program_prefix=NONE
120program_suffix=NONE
121program_transform_name=s,x,x,
122silent=
123site=
124srcdir=
125verbose=
126x_includes=NONE
127x_libraries=NONE
128
129# Installation directory options.
130# These are left unexpanded so users can "make install exec_prefix=/foo"
131# and all the variables that are supposed to be based on exec_prefix
132# by default will actually change.
133# Use braces instead of parens because sh, perl, etc. also accept them.
134bindir='${exec_prefix}/bin'
135sbindir='${exec_prefix}/sbin'
136libexecdir='${exec_prefix}/libexec'
137datadir='${prefix}/share'
138sysconfdir='${prefix}/etc'
139sharedstatedir='${prefix}/com'
140localstatedir='${prefix}/var'
141libdir='${exec_prefix}/lib'
142includedir='${prefix}/include'
143oldincludedir='/usr/include'
144infodir='${prefix}/info'
145mandir='${prefix}/man'
146
147# Identity of this package.
148PACKAGE_NAME='Splint'
149PACKAGE_TARNAME='splint'
150PACKAGE_VERSION='3.0.1.2'
151PACKAGE_STRING='Splint 3.0.1.2'
152PACKAGE_BUGREPORT='splint-bug@splint.org'
153
154ac_prev=
155for ac_option
156do
157 # If the previous option needs an argument, assign it.
158 if test -n "$ac_prev"; then
159 eval "$ac_prev=\$ac_option"
160 ac_prev=
161 continue
162 fi
163
164 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
165
166 # Accept the important Cygnus configure options, so we can diagnose typos.
167
168 case $ac_option in
169
170 -bindir | --bindir | --bindi | --bind | --bin | --bi)
171 ac_prev=bindir ;;
172 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
173 bindir=$ac_optarg ;;
174
175 -build | --build | --buil | --bui | --bu)
176 ac_prev=build_alias ;;
177 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
178 build_alias=$ac_optarg ;;
179
180 -cache-file | --cache-file | --cache-fil | --cache-fi \
181 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
182 ac_prev=cache_file ;;
183 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
184 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
185 cache_file=$ac_optarg ;;
186
187 --config-cache | -C)
188 cache_file=config.cache ;;
189
190 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
191 ac_prev=datadir ;;
192 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
193 | --da=*)
194 datadir=$ac_optarg ;;
195
196 -disable-* | --disable-*)
197 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
198 # Reject names that are not valid shell variable names.
199 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
200 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
201 { (exit 1); exit 1; }; }
202 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
203 eval "enable_$ac_feature=no" ;;
204
205 -enable-* | --enable-*)
206 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
207 # Reject names that are not valid shell variable names.
208 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
209 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
210 { (exit 1); exit 1; }; }
211 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
212 case $ac_option in
213 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
214 *) ac_optarg=yes ;;
215 esac
216 eval "enable_$ac_feature='$ac_optarg'" ;;
217
218 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
219 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
220 | --exec | --exe | --ex)
221 ac_prev=exec_prefix ;;
222 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
223 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
224 | --exec=* | --exe=* | --ex=*)
225 exec_prefix=$ac_optarg ;;
226
227 -gas | --gas | --ga | --g)
228 # Obsolete; use --with-gas.
229 with_gas=yes ;;
230
231 -help | --help | --hel | --he | -h)
232 ac_init_help=long ;;
233 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
234 ac_init_help=recursive ;;
235 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
236 ac_init_help=short ;;
237
238 -host | --host | --hos | --ho)
239 ac_prev=host_alias ;;
240 -host=* | --host=* | --hos=* | --ho=*)
241 host_alias=$ac_optarg ;;
242
243 -includedir | --includedir | --includedi | --included | --include \
244 | --includ | --inclu | --incl | --inc)
245 ac_prev=includedir ;;
246 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
247 | --includ=* | --inclu=* | --incl=* | --inc=*)
248 includedir=$ac_optarg ;;
249
250 -infodir | --infodir | --infodi | --infod | --info | --inf)
251 ac_prev=infodir ;;
252 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
253 infodir=$ac_optarg ;;
254
255 -libdir | --libdir | --libdi | --libd)
256 ac_prev=libdir ;;
257 -libdir=* | --libdir=* | --libdi=* | --libd=*)
258 libdir=$ac_optarg ;;
259
260 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
261 | --libexe | --libex | --libe)
262 ac_prev=libexecdir ;;
263 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
264 | --libexe=* | --libex=* | --libe=*)
265 libexecdir=$ac_optarg ;;
266
267 -localstatedir | --localstatedir | --localstatedi | --localstated \
268 | --localstate | --localstat | --localsta | --localst \
269 | --locals | --local | --loca | --loc | --lo)
270 ac_prev=localstatedir ;;
271 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
272 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
273 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
274 localstatedir=$ac_optarg ;;
275
276 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
277 ac_prev=mandir ;;
278 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
279 mandir=$ac_optarg ;;
280
281 -nfp | --nfp | --nf)
282 # Obsolete; use --without-fp.
283 with_fp=no ;;
284
285 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
286 | --no-cr | --no-c)
287 no_create=yes ;;
288
289 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
290 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
291 no_recursion=yes ;;
292
293 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
294 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
295 | --oldin | --oldi | --old | --ol | --o)
296 ac_prev=oldincludedir ;;
297 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
298 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
299 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
300 oldincludedir=$ac_optarg ;;
301
302 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
303 ac_prev=prefix ;;
304 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
305 prefix=$ac_optarg ;;
306
307 -program-prefix | --program-prefix | --program-prefi | --program-pref \
308 | --program-pre | --program-pr | --program-p)
309 ac_prev=program_prefix ;;
310 -program-prefix=* | --program-prefix=* | --program-prefi=* \
311 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
312 program_prefix=$ac_optarg ;;
313
314 -program-suffix | --program-suffix | --program-suffi | --program-suff \
315 | --program-suf | --program-su | --program-s)
316 ac_prev=program_suffix ;;
317 -program-suffix=* | --program-suffix=* | --program-suffi=* \
318 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
319 program_suffix=$ac_optarg ;;
320
321 -program-transform-name | --program-transform-name \
322 | --program-transform-nam | --program-transform-na \
323 | --program-transform-n | --program-transform- \
324 | --program-transform | --program-transfor \
325 | --program-transfo | --program-transf \
326 | --program-trans | --program-tran \
327 | --progr-tra | --program-tr | --program-t)
328 ac_prev=program_transform_name ;;
329 -program-transform-name=* | --program-transform-name=* \
330 | --program-transform-nam=* | --program-transform-na=* \
331 | --program-transform-n=* | --program-transform-=* \
332 | --program-transform=* | --program-transfor=* \
333 | --program-transfo=* | --program-transf=* \
334 | --program-trans=* | --program-tran=* \
335 | --progr-tra=* | --program-tr=* | --program-t=*)
336 program_transform_name=$ac_optarg ;;
337
338 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
339 | -silent | --silent | --silen | --sile | --sil)
340 silent=yes ;;
341
342 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
343 ac_prev=sbindir ;;
344 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
345 | --sbi=* | --sb=*)
346 sbindir=$ac_optarg ;;
347
348 -sharedstatedir | --sharedstatedir | --sharedstatedi \
349 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
350 | --sharedst | --shareds | --shared | --share | --shar \
351 | --sha | --sh)
352 ac_prev=sharedstatedir ;;
353 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
354 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
355 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
356 | --sha=* | --sh=*)
357 sharedstatedir=$ac_optarg ;;
358
359 -site | --site | --sit)
360 ac_prev=site ;;
361 -site=* | --site=* | --sit=*)
362 site=$ac_optarg ;;
363
364 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
365 ac_prev=srcdir ;;
366 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
367 srcdir=$ac_optarg ;;
368
369 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
370 | --syscon | --sysco | --sysc | --sys | --sy)
371 ac_prev=sysconfdir ;;
372 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
373 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
374 sysconfdir=$ac_optarg ;;
375
376 -target | --target | --targe | --targ | --tar | --ta | --t)
377 ac_prev=target_alias ;;
378 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
379 target_alias=$ac_optarg ;;
380
381 -v | -verbose | --verbose | --verbos | --verbo | --verb)
382 verbose=yes ;;
383
384 -version | --version | --versio | --versi | --vers | -V)
385 ac_init_version=: ;;
386
387 -with-* | --with-*)
388 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
389 # Reject names that are not valid shell variable names.
390 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
391 { echo "$as_me: error: invalid package name: $ac_package" >&2
392 { (exit 1); exit 1; }; }
393 ac_package=`echo $ac_package| sed 's/-/_/g'`
394 case $ac_option in
395 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
396 *) ac_optarg=yes ;;
397 esac
398 eval "with_$ac_package='$ac_optarg'" ;;
399
400 -without-* | --without-*)
401 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
402 # Reject names that are not valid shell variable names.
403 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
404 { echo "$as_me: error: invalid package name: $ac_package" >&2
405 { (exit 1); exit 1; }; }
406 ac_package=`echo $ac_package | sed 's/-/_/g'`
407 eval "with_$ac_package=no" ;;
408
409 --x)
410 # Obsolete; use --with-x.
411 with_x=yes ;;
412
413 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
414 | --x-incl | --x-inc | --x-in | --x-i)
415 ac_prev=x_includes ;;
416 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
417 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
418 x_includes=$ac_optarg ;;
419
420 -x-libraries | --x-libraries | --x-librarie | --x-librari \
421 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
422 ac_prev=x_libraries ;;
423 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
424 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
425 x_libraries=$ac_optarg ;;
426
427 -*) { echo "$as_me: error: unrecognized option: $ac_option
428Try \`$0 --help' for more information." >&2
429 { (exit 1); exit 1; }; }
430 ;;
431
432 *=*)
433 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
434 # Reject names that are not valid shell variable names.
435 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
436 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
437 { (exit 1); exit 1; }; }
438 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
439 eval "$ac_envvar='$ac_optarg'"
440 export $ac_envvar ;;
441
442 *)
443 # FIXME: should be removed in autoconf 3.0.
444 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
445 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
446 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
447 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
448 ;;
449
450 esac
451done
452
453if test -n "$ac_prev"; then
454 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
455 { echo "$as_me: error: missing argument to $ac_option" >&2
456 { (exit 1); exit 1; }; }
457fi
458
459# Be sure to have absolute paths.
460for ac_var in exec_prefix prefix
461do
462 eval ac_val=$`echo $ac_var`
463 case $ac_val in
464 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
465 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
466 { (exit 1); exit 1; }; };;
467 esac
468done
469
470# Be sure to have absolute paths.
471for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
472 localstatedir libdir includedir oldincludedir infodir mandir
473do
474 eval ac_val=$`echo $ac_var`
475 case $ac_val in
476 [\\/$]* | ?:[\\/]* ) ;;
477 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
478 { (exit 1); exit 1; }; };;
479 esac
480done
481
482# There might be people who depend on the old broken behavior: `$host'
483# used to hold the argument of --host etc.
484build=$build_alias
485host=$host_alias
486target=$target_alias
487
488# FIXME: should be removed in autoconf 3.0.
489if test "x$host_alias" != x; then
490 if test "x$build_alias" = x; then
491 cross_compiling=maybe
492 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
493 If a cross compiler is detected then cross compile mode will be used." >&2
494 elif test "x$build_alias" != "x$host_alias"; then
495 cross_compiling=yes
496 fi
497fi
498
499ac_tool_prefix=
500test -n "$host_alias" && ac_tool_prefix=$host_alias-
501
502test "$silent" = yes && exec 6>/dev/null
503
504# Find the source files, if location was not specified.
505if test -z "$srcdir"; then
506 ac_srcdir_defaulted=yes
507 # Try the directory containing this script, then its parent.
508 ac_prog=$0
509 ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
510 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
511 srcdir=$ac_confdir
512 if test ! -r $srcdir/$ac_unique_file; then
513 srcdir=..
514 fi
515else
516 ac_srcdir_defaulted=no
517fi
518if test ! -r $srcdir/$ac_unique_file; then
519 if test "$ac_srcdir_defaulted" = yes; then
520 { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
521 { (exit 1); exit 1; }; }
522 else
523 { echo "$as_me: error: cannot find sources in $srcdir" >&2
524 { (exit 1); exit 1; }; }
525 fi
526fi
527srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
528ac_env_build_alias_set=${build_alias+set}
529ac_env_build_alias_value=$build_alias
530ac_cv_env_build_alias_set=${build_alias+set}
531ac_cv_env_build_alias_value=$build_alias
532ac_env_host_alias_set=${host_alias+set}
533ac_env_host_alias_value=$host_alias
534ac_cv_env_host_alias_set=${host_alias+set}
535ac_cv_env_host_alias_value=$host_alias
536ac_env_target_alias_set=${target_alias+set}
537ac_env_target_alias_value=$target_alias
538ac_cv_env_target_alias_set=${target_alias+set}
539ac_cv_env_target_alias_value=$target_alias
540ac_env_CC_set=${CC+set}
541ac_env_CC_value=$CC
542ac_cv_env_CC_set=${CC+set}
543ac_cv_env_CC_value=$CC
544ac_env_CFLAGS_set=${CFLAGS+set}
545ac_env_CFLAGS_value=$CFLAGS
546ac_cv_env_CFLAGS_set=${CFLAGS+set}
547ac_cv_env_CFLAGS_value=$CFLAGS
548ac_env_LDFLAGS_set=${LDFLAGS+set}
549ac_env_LDFLAGS_value=$LDFLAGS
550ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
551ac_cv_env_LDFLAGS_value=$LDFLAGS
552ac_env_CPPFLAGS_set=${CPPFLAGS+set}
553ac_env_CPPFLAGS_value=$CPPFLAGS
554ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
555ac_cv_env_CPPFLAGS_value=$CPPFLAGS
556ac_env_CPP_set=${CPP+set}
557ac_env_CPP_value=$CPP
558ac_cv_env_CPP_set=${CPP+set}
559ac_cv_env_CPP_value=$CPP
560
561#
562# Report the --help message.
563#
564if test "$ac_init_help" = "long"; then
565 # Omit some internal or obsolete options to make the list less imposing.
566 # This message is too long to be a string in the A/UX 3.1 sh.
567 cat <<EOF
568\`configure' configures Splint 3.0.1.2 to adapt to many kinds of systems.
569
570Usage: $0 [OPTION]... [VAR=VALUE]...
571
572To assign environment variables (e.g., CC, CFLAGS...), specify them as
573VAR=VALUE. See below for descriptions of some of the useful variables.
574
575Defaults for the options are specified in brackets.
576
577Configuration:
578 -h, --help display this help and exit
579 --help=short display options specific to this package
580 --help=recursive display the short help of all the included packages
581 -V, --version display version information and exit
582 -q, --quiet, --silent do not print \`checking...' messages
583 --cache-file=FILE cache test results in FILE [disabled]
584 -C, --config-cache alias for \`--cache-file=config.cache'
585 -n, --no-create do not create output files
586 --srcdir=DIR find the sources in DIR [configure dir or \`..']
587
588EOF
589
590 cat <<EOF
591Installation directories:
592 --prefix=PREFIX install architecture-independent files in PREFIX
593 [$ac_default_prefix]
594 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
595 [PREFIX]
596
597By default, \`make install' will install all the files in
598\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
599an installation prefix other than \`$ac_default_prefix' using \`--prefix',
600for instance \`--prefix=\$HOME'.
601
602For better control, use the options below.
603
604Fine tuning of the installation directories:
605 --bindir=DIR user executables [EPREFIX/bin]
606 --sbindir=DIR system admin executables [EPREFIX/sbin]
607 --libexecdir=DIR program executables [EPREFIX/libexec]
608 --datadir=DIR read-only architecture-independent data [PREFIX/share]
609 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
610 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
611 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
612 --libdir=DIR object code libraries [EPREFIX/lib]
613 --includedir=DIR C header files [PREFIX/include]
614 --oldincludedir=DIR C header files for non-gcc [/usr/include]
615 --infodir=DIR info documentation [PREFIX/info]
616 --mandir=DIR man documentation [PREFIX/man]
617EOF
618
619 cat <<\EOF
620
621Program names:
622 --program-prefix=PREFIX prepend PREFIX to installed program names
623 --program-suffix=SUFFIX append SUFFIX to installed program names
624 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
625
626System types:
627 --build=BUILD configure for building on BUILD [guessed]
628 --host=HOST build programs to run on HOST [BUILD]
629 --target=TARGET configure for building compilers for TARGET [HOST]
630EOF
631fi
632
633if test -n "$ac_init_help"; then
634 case $ac_init_help in
635 short | recursive ) echo "Configuration of Splint 3.0.1.2:";;
636 esac
637 cat <<\EOF
638
639Optional Features:
640 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
641 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
642 --disable-dependency-tracking Speeds up one-time builds
643 --enable-dependency-tracking Do not reject slow dependency extractors
644
645Optional Packages:
646 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
647 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
648 --without-lcl don't include support for LCL files
649
650Some influential environment variables:
651 CC C compiler command
652 CFLAGS C compiler flags
653 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
654 nonstandard directory <lib dir>
655 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
656 headers in a nonstandard directory <include dir>
657 CPP C preprocessor
658
659Use these variables to override the choices made by `configure' or to help
660it to find libraries and programs with nonstandard names/locations.
661
662Report bugs to <splint-bug@splint.org>.
663EOF
664fi
665
666if test "$ac_init_help" = "recursive"; then
667 # If there are subdirs, report their specific --help.
668 ac_popdir=`pwd`
669 for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
670 cd $ac_subdir
671 # A "../" for each directory in /$ac_subdir.
672 ac_dots=`echo $ac_subdir |
673 sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
674
675 case $srcdir in
676 .) # No --srcdir option. We are building in place.
677 ac_sub_srcdir=$srcdir ;;
678 [\\/]* | ?:[\\/]* ) # Absolute path.
679 ac_sub_srcdir=$srcdir/$ac_subdir ;;
680 *) # Relative path.
681 ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
682 esac
683
684 # Check for guested configure; otherwise get Cygnus style configure.
685 if test -f $ac_sub_srcdir/configure.gnu; then
686 echo
687 $SHELL $ac_sub_srcdir/configure.gnu --help=recursive
688 elif test -f $ac_sub_srcdir/configure; then
689 echo
690 $SHELL $ac_sub_srcdir/configure --help=recursive
691 elif test -f $ac_sub_srcdir/configure.ac ||
692 test -f $ac_sub_srcdir/configure.in; then
693 echo
694 $ac_configure --help
695 else
696 echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
697 fi
698 cd $ac_popdir
699 done
700fi
701
702test -n "$ac_init_help" && exit 0
703if $ac_init_version; then
704 cat <<\EOF
705Splint configure 3.0.1.2
706generated by GNU Autoconf 2.52
707
708Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
709Free Software Foundation, Inc.
710This configure script is free software; the Free Software Foundation
711gives unlimited permission to copy, distribute and modify it.
712EOF
713 exit 0
714fi
715exec 5>config.log
716cat >&5 <<EOF
717This file contains any messages produced by compilers while
718running configure, to aid debugging if configure makes a mistake.
719
720It was created by Splint $as_me 3.0.1.2, which was
721generated by GNU Autoconf 2.52. Invocation command line was
722
723 $ $0 $@
724
725EOF
726{
727cat <<_ASUNAME
728## ---------- ##
729## Platform. ##
730## ---------- ##
731
732hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
733uname -m = `(uname -m) 2>/dev/null || echo unknown`
734uname -r = `(uname -r) 2>/dev/null || echo unknown`
735uname -s = `(uname -s) 2>/dev/null || echo unknown`
736uname -v = `(uname -v) 2>/dev/null || echo unknown`
737
738/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
739/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
740
741/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
742/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
743/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
744hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
745/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
746/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
747/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
748
749PATH = $PATH
750
751_ASUNAME
752} >&5
753
754cat >&5 <<EOF
755## ------------ ##
756## Core tests. ##
757## ------------ ##
758
759EOF
760
761# Keep a trace of the command line.
762# Strip out --no-create and --no-recursion so they do not pile up.
763# Also quote any args containing shell meta-characters.
764ac_configure_args=
765ac_sep=
766for ac_arg
767do
768 case $ac_arg in
769 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
770 | --no-cr | --no-c) ;;
771 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
772 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
773 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
774 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
775 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
776 ac_sep=" " ;;
777 *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
778 ac_sep=" " ;;
779 esac
780 # Get rid of the leading space.
781done
782
783# When interrupted or exit'd, cleanup temporary files, and complete
784# config.log. We remove comments because anyway the quotes in there
785# would cause problems or look ugly.
786trap 'exit_status=$?
787 # Save into config.log some information that might help in debugging.
788 echo >&5
789 echo "## ----------------- ##" >&5
790 echo "## Cache variables. ##" >&5
791 echo "## ----------------- ##" >&5
792 echo >&5
793 # The following way of writing the cache mishandles newlines in values,
794{
795 (set) 2>&1 |
796 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
797 *ac_space=\ *)
798 sed -n \
799 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
800 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
801 ;;
802 *)
803 sed -n \
804 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
805 ;;
806 esac;
807} >&5
808 sed "/^$/d" confdefs.h >conftest.log
809 if test -s conftest.log; then
810 echo >&5
811 echo "## ------------ ##" >&5
812 echo "## confdefs.h. ##" >&5
813 echo "## ------------ ##" >&5
814 echo >&5
815 cat conftest.log >&5
816 fi
817 (echo; echo) >&5
818 test "$ac_signal" != 0 &&
819 echo "$as_me: caught signal $ac_signal" >&5
820 echo "$as_me: exit $exit_status" >&5
821 rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
822 exit $exit_status
823 ' 0
824for ac_signal in 1 2 13 15; do
825 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
826done
827ac_signal=0
828
829# confdefs.h avoids OS command line length limits that DEFS can exceed.
830rm -rf conftest* confdefs.h
831# AIX cpp loses on an empty file, so make sure it contains at least a newline.
832echo >confdefs.h
833
834# Let the site file select an alternate cache file if it wants to.
835# Prefer explicitly selected file to automatically selected ones.
836if test -z "$CONFIG_SITE"; then
837 if test "x$prefix" != xNONE; then
838 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
839 else
840 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
841 fi
842fi
843for ac_site_file in $CONFIG_SITE; do
844 if test -r "$ac_site_file"; then
845 { echo "$as_me:845: loading site script $ac_site_file" >&5
846echo "$as_me: loading site script $ac_site_file" >&6;}
847 cat "$ac_site_file" >&5
848 . "$ac_site_file"
849 fi
850done
851
852if test -r "$cache_file"; then
853 # Some versions of bash will fail to source /dev/null (special
854 # files actually), so we avoid doing that.
855 if test -f "$cache_file"; then
856 { echo "$as_me:856: loading cache $cache_file" >&5
857echo "$as_me: loading cache $cache_file" >&6;}
858 case $cache_file in
859 [\\/]* | ?:[\\/]* ) . $cache_file;;
860 *) . ./$cache_file;;
861 esac
862 fi
863else
864 { echo "$as_me:864: creating cache $cache_file" >&5
865echo "$as_me: creating cache $cache_file" >&6;}
866 >$cache_file
867fi
868
869# Check that the precious variables saved in the cache have kept the same
870# value.
871ac_cache_corrupted=false
872for ac_var in `(set) 2>&1 |
873 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
874 eval ac_old_set=\$ac_cv_env_${ac_var}_set
875 eval ac_new_set=\$ac_env_${ac_var}_set
876 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
877 eval ac_new_val="\$ac_env_${ac_var}_value"
878 case $ac_old_set,$ac_new_set in
879 set,)
880 { echo "$as_me:880: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
881echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
882 ac_cache_corrupted=: ;;
883 ,set)
884 { echo "$as_me:884: error: \`$ac_var' was not set in the previous run" >&5
885echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
886 ac_cache_corrupted=: ;;
887 ,);;
888 *)
889 if test "x$ac_old_val" != "x$ac_new_val"; then
890 { echo "$as_me:890: error: \`$ac_var' has changed since the previous run:" >&5
891echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
892 { echo "$as_me:892: former value: $ac_old_val" >&5
893echo "$as_me: former value: $ac_old_val" >&2;}
894 { echo "$as_me:894: current value: $ac_new_val" >&5
895echo "$as_me: current value: $ac_new_val" >&2;}
896 ac_cache_corrupted=:
897 fi;;
898 esac
899 # Pass precious variables to config.status. It doesn't matter if
900 # we pass some twice (in addition to the command line arguments).
901 if test "$ac_new_set" = set; then
902 case $ac_new_val in
903 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
904 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
905 ac_configure_args="$ac_configure_args '$ac_arg'"
906 ;;
907 *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
908 ;;
909 esac
910 fi
911done
912if $ac_cache_corrupted; then
913 { echo "$as_me:913: error: changes in the environment can compromise the build" >&5
914echo "$as_me: error: changes in the environment can compromise the build" >&2;}
915 { { echo "$as_me:915: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
916echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
917 { (exit 1); exit 1; }; }
918fi
919
920ac_ext=c
921ac_cpp='$CPP $CPPFLAGS'
922ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
923ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
924ac_compiler_gnu=$ac_cv_c_compiler_gnu
925
926case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
927 *c*,-n*) ECHO_N= ECHO_C='
928' ECHO_T=' ' ;;
929 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
930 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
931esac
932echo "#! $SHELL" >conftest.sh
933echo "exit 0" >>conftest.sh
934chmod +x conftest.sh
935if { (echo "$as_me:935: PATH=\".;.\"; conftest.sh") >&5
936 (PATH=".;."; conftest.sh) 2>&5
937 ac_status=$?
938 echo "$as_me:938: \$? = $ac_status" >&5
939 (exit $ac_status); }; then
940 ac_path_separator=';'
941else
942 ac_path_separator=:
943fi
944PATH_SEPARATOR="$ac_path_separator"
945rm -f conftest.sh
946
947ac_aux_dir=
948for ac_dir in config $srcdir/config; do
949 if test -f $ac_dir/install-sh; then
950 ac_aux_dir=$ac_dir
951 ac_install_sh="$ac_aux_dir/install-sh -c"
952 break
953 elif test -f $ac_dir/install.sh; then
954 ac_aux_dir=$ac_dir
955 ac_install_sh="$ac_aux_dir/install.sh -c"
956 break
957 elif test -f $ac_dir/shtool; then
958 ac_aux_dir=$ac_dir
959 ac_install_sh="$ac_aux_dir/shtool install -c"
960 break
961 fi
962done
963if test -z "$ac_aux_dir"; then
964 { { echo "$as_me:964: error: cannot find install-sh or install.sh in config $srcdir/config" >&5
965echo "$as_me: error: cannot find install-sh or install.sh in config $srcdir/config" >&2;}
966 { (exit 1); exit 1; }; }
967fi
968ac_config_guess="$SHELL $ac_aux_dir/config.guess"
969ac_config_sub="$SHELL $ac_aux_dir/config.sub"
970ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
971
972#AC_CONFIG_SRCDIR([src/lclinit.c])
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.2
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# cpplib.h defines 2 include dirs; one is $includedir, the other is gcc's
3057# include dir. Not the most portable setup, but let's do our best.
3058if test x$ac_cv_c_compiler_gnu = xyes; then
3059
3060# This breaks on gcc-3.0 on redhat fixing drl 11-15-2001
3061# GCC_INCLUDE_DIR=`LANGUAGE= LANG= $CC -v 2>&1 | sed -e '/^gcc/ d' -e 's/.* \(.*\)specs/\1include/'`
3062GCC_INCLUDE_DIR=/usr/include
3063# was /usr/lib/gcc-lib/i386-linux/2.7.2.1/include
3064# GCC_INCLUDE_DIR=`LANGUAGE= LANG= $CC -v 2>&1 | sed -n -e '/^gcc/ d' -e 's/.* \(.*\)specs/\1include/p'`
3065
3066cat >>confdefs.h <<EOF
3067#define GCC_INCLUDE_DIR "$GCC_INCLUDE_DIR"
3068EOF
3069
3070fi
3071
3072cat >>confdefs.h <<EOF
3073#define GCC_INCLUDE_DIR2 "$myprefix/include"
3074EOF
3075
3076# These used to be in local_constants.h
3077
3078cat >>confdefs.h <<EOF
3079#define SYSTEM_LIBDIR "$myprefix/include"
3080EOF
3081
3082cat >>confdefs.h <<EOF
3083#define DEFAULT_LARCHPATH ".$PATH_SEPARATOR$myprefix/share/splint/lib$PATH_SEPARATOR`pwd`/lib$PATH_SEPARATOR"
3084EOF
3085
3086cat >>confdefs.h <<EOF
3087#define DEFAULT_LCLIMPORTDIR ".$PATH_SEPARATOR$myprefix/share/splint/imports$PATH_SEPARATOR`pwd`/imports"
3088EOF
3089
3090# These used to be in herald.h
3091LCL_PARSE_VERSION="Splint 3.0.1.2"
3092
3093cat >>confdefs.h <<EOF
3094#define SPLINT_VERSION "$LCL_PARSE_VERSION --- `date +"%d %b %Y"`"
3095EOF
3096
3097cat >>confdefs.h <<EOF
3098#define LCL_PARSE_VERSION "$LCL_PARSE_VERSION"
3099EOF
3100
3101cat >>confdefs.h <<EOF
3102#define LCL_COMPILE "Compiled using $CC $CFLAGS on `uname -a` by `whoami`"
3103EOF
3104
3105cat >>confdefs.h <<\EOF
3106#define UNIX 1
3107EOF
3108
3109#just define some Header constants for now...
3110
3111UNAME=`uname`
3112cat >>confdefs.h <<EOF
3113#define UNAME "${UNAME}"
3114EOF
3115
3116cat >>confdefs.h <<EOF
3117#define BUILD "${build}"
3118EOF
3119
3120cat >>confdefs.h <<EOF
3121#define HOST "${host}"
3122EOF
3123
3124cat >>confdefs.h <<EOF
3125#define TARGET "${target}"
3126EOF
3127
3128cat >>confdefs.h <<EOF
3129#define BUILD_ALIAS "${build_alias}"
3130EOF
3131
3132cat >>confdefs.h <<EOF
3133#define HOST_ALIAS "${host_alias}"
3134EOF
3135
3136cat >>confdefs.h <<EOF
3137#define TARGET_ALIAS "${TARGET_ALIAS}"
3138EOF
3139
3140cat >>confdefs.h <<EOF
3141#define BUILD_CPU "${build_cpu}"
3142EOF
3143
3144cat >>confdefs.h <<EOF
3145#define HOST_CPU "$host_cpu"
3146EOF
3147
3148cat >>confdefs.h <<EOF
3149#define TARGET_CPU "${target_cpu}"
3150EOF
3151
3152cat >>confdefs.h <<EOF
3153#define BUILD_VENDOR "${build_vendor}"
3154EOF
3155
3156cat >>confdefs.h <<EOF
3157#define HOST_VENDOR "${host_vendor}"
3158EOF
3159
3160cat >>confdefs.h <<EOF
3161#define TARGET_VENDOR "${target_vendor}"
3162EOF
3163
3164cat >>confdefs.h <<EOF
3165#define BUILD_OS "${build_os}"
3166EOF
3167
3168cat >>confdefs.h <<EOF
3169#define HOST_OS "${host_os}"
3170EOF
3171
3172cat >>confdefs.h <<EOF
3173#define TARGET_OS "${target_os}"
3174EOF
3175
fc97bef4 3176ac_config_files="$ac_config_files Makefile imports/Makefile lib/Makefile doc/Makefile bin/Makefile"
60a00c26 3177
3178cat >confcache <<\_ACEOF
3179# This file is a shell script that caches the results of configure
3180# tests run on this system so they can be shared between configure
3181# scripts and configure runs, see configure's option --config-cache.
3182# It is not useful on other systems. If it contains results you don't
3183# want to keep, you may remove or edit it.
3184#
3185# config.status only pays attention to the cache file if you give it
3186# the --recheck option to rerun configure.
3187#
3188# `ac_cv_env_foo' variables (set or unset) will be overriden when
3189# loading this file, other *unset* `ac_cv_foo' will be assigned the
3190# following values.
3191
3192_ACEOF
3193
3194# The following way of writing the cache mishandles newlines in values,
3195# but we know of no workaround that is simple, portable, and efficient.
3196# So, don't put newlines in cache variables' values.
3197# Ultrix sh set writes to stderr and can't be redirected directly,
3198# and sets the high bit in the cache file unless we assign to the vars.
3199{
3200 (set) 2>&1 |
3201 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3202 *ac_space=\ *)
3203 # `set' does not quote correctly, so add quotes (double-quote
3204 # substitution turns \\\\ into \\, and sed turns \\ into \).
3205 sed -n \
3206 "s/'/'\\\\''/g;
3207 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3208 ;;
3209 *)
3210 # `set' quotes correctly as required by POSIX, so do not add quotes.
3211 sed -n \
3212 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3213 ;;
3214 esac;
3215} |
3216 sed '
3217 t clear
3218 : clear
3219 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3220 t end
3221 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3222 : end' >>confcache
3223if cmp -s $cache_file confcache; then :; else
3224 if test -w $cache_file; then
3225 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3226 cat confcache >$cache_file
3227 else
3228 echo "not updating unwritable cache $cache_file"
3229 fi
3230fi
3231rm -f confcache
3232
3233test "x$prefix" = xNONE && prefix=$ac_default_prefix
3234# Let make expand exec_prefix.
3235test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3236
3237# VPATH may cause trouble with some makes, so we remove $(srcdir),
3238# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3239# trailing colons and then remove the whole line if VPATH becomes empty
3240# (actually we leave an empty line to preserve line numbers).
3241if test "x$srcdir" = x.; then
3242 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3243s/:*\$(srcdir):*/:/;
3244s/:*\${srcdir}:*/:/;
3245s/:*@srcdir@:*/:/;
3246s/^\([^=]*=[ ]*\):*/\1/;
3247s/:*$//;
3248s/^[^=]*=[ ]*$//;
3249}'
3250fi
3251
3252DEFS=-DHAVE_CONFIG_H
3253
3254: ${CONFIG_STATUS=./config.status}
3255ac_clean_files_save=$ac_clean_files
3256ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3257{ echo "$as_me:3257: creating $CONFIG_STATUS" >&5
3258echo "$as_me: creating $CONFIG_STATUS" >&6;}
3259cat >$CONFIG_STATUS <<_ACEOF
3260#! $SHELL
3261# Generated automatically by configure.
3262# Run this file to recreate the current configuration.
3263# Compiler output produced by configure, useful for debugging
3264# configure, is in config.log if it exists.
3265
3266debug=false
3267SHELL=\${CONFIG_SHELL-$SHELL}
3268ac_cs_invocation="\$0 \$@"
3269
3270_ACEOF
3271
3272cat >>$CONFIG_STATUS <<\_ACEOF
3273# Be Bourne compatible
3274if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3275 emulate sh
3276 NULLCMD=:
3277elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
3278 set -o posix
3279fi
3280
3281# Name of the executable.
3282as_me=`echo "$0" |sed 's,.*[\\/],,'`
3283
3284if expr a : '\(a\)' >/dev/null 2>&1; then
3285 as_expr=expr
3286else
3287 as_expr=false
3288fi
3289
3290rm -f conf$$ conf$$.exe conf$$.file
3291echo >conf$$.file
3292if ln -s conf$$.file conf$$ 2>/dev/null; then
3293 # We could just check for DJGPP; but this test a) works b) is more generic
3294 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
3295 if test -f conf$$.exe; then
3296 # Don't use ln at all; we don't have any links
3297 as_ln_s='cp -p'
3298 else
3299 as_ln_s='ln -s'
3300 fi
3301elif ln conf$$.file conf$$ 2>/dev/null; then
3302 as_ln_s=ln
3303else
3304 as_ln_s='cp -p'
3305fi
3306rm -f conf$$ conf$$.exe conf$$.file
3307
3308as_executable_p="test -f"
3309
3310# Support unset when possible.
3311if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
3312 as_unset=unset
3313else
3314 as_unset=false
3315fi
3316
3317# NLS nuisances.
3318$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
3319$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
3320$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
3321$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
3322$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
3323$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
3324$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
3325$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
3326
3327# IFS
3328# We need space, tab and new line, in precisely that order.
3329as_nl='
3330'
3331IFS=" $as_nl"
3332
3333# CDPATH.
3334$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
3335
3336exec 6>&1
3337
3338_ACEOF
3339
3340# Files that config.status was made for.
3341if test -n "$ac_config_files"; then
3342 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
3343fi
3344
3345if test -n "$ac_config_headers"; then
3346 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3347fi
3348
3349if test -n "$ac_config_links"; then
3350 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3351fi
3352
3353if test -n "$ac_config_commands"; then
3354 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3355fi
3356
3357cat >>$CONFIG_STATUS <<\EOF
3358
3359ac_cs_usage="\
3360\`$as_me' instantiates files from templates according to the
3361current configuration.
3362
3363Usage: $0 [OPTIONS] [FILE]...
3364
3365 -h, --help print this help, then exit
3366 -V, --version print version number, then exit
3367 -d, --debug don't remove temporary files
3368 --recheck update $as_me by reconfiguring in the same conditions
3369 --file=FILE[:TEMPLATE]
3370 instantiate the configuration file FILE
3371 --header=FILE[:TEMPLATE]
3372 instantiate the configuration header FILE
3373
3374Configuration files:
3375$config_files
3376
3377Configuration headers:
3378$config_headers
3379
3380Configuration commands:
3381$config_commands
3382
3383Report bugs to <bug-autoconf@gnu.org>."
3384EOF
3385
3386cat >>$CONFIG_STATUS <<EOF
3387ac_cs_version="\\
3388Splint config.status 3.0.1.2
3389configured by $0, generated by GNU Autoconf 2.52,
3390 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3391
3392Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
3393Free Software Foundation, Inc.
3394This config.status script is free software; the Free Software Foundation
3395gives unlimited permission to copy, distribute and modify it."
3396srcdir=$srcdir
3397INSTALL="$INSTALL"
3398EOF
3399
3400cat >>$CONFIG_STATUS <<\EOF
3401# If no file are specified by the user, then we need to provide default
3402# value. By we need to know if files were specified by the user.
3403ac_need_defaults=:
3404while test $# != 0
3405do
3406 case $1 in
3407 --*=*)
3408 ac_option=`expr "x$1" : 'x\([^=]*\)='`
3409 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3410 shift
3411 set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
3412 shift
3413 ;;
3414 -*);;
3415 *) # This is not an option, so the user has probably given explicit
3416 # arguments.
3417 ac_need_defaults=false;;
3418 esac
3419
3420 case $1 in
3421 # Handling of the options.
3422EOF
3423cat >>$CONFIG_STATUS <<EOF
3424 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3425 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
3426 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
3427EOF
3428cat >>$CONFIG_STATUS <<\EOF
3429 --version | --vers* | -V )
3430 echo "$ac_cs_version"; exit 0 ;;
3431 --he | --h)
3432 # Conflict between --help and --header
3433 { { echo "$as_me:3433: error: ambiguous option: $1
3434Try \`$0 --help' for more information." >&5
3435echo "$as_me: error: ambiguous option: $1
3436Try \`$0 --help' for more information." >&2;}
3437 { (exit 1); exit 1; }; };;
3438 --help | --hel | -h )
3439 echo "$ac_cs_usage"; exit 0 ;;
3440 --debug | --d* | -d )
3441 debug=: ;;
3442 --file | --fil | --fi | --f )
3443 shift
3444 CONFIG_FILES="$CONFIG_FILES $1"
3445 ac_need_defaults=false;;
3446 --header | --heade | --head | --hea )
3447 shift
3448 CONFIG_HEADERS="$CONFIG_HEADERS $1"
3449 ac_need_defaults=false;;
3450
3451 # This is an error.
3452 -*) { { echo "$as_me:3452: error: unrecognized option: $1
3453Try \`$0 --help' for more information." >&5
3454echo "$as_me: error: unrecognized option: $1
3455Try \`$0 --help' for more information." >&2;}
3456 { (exit 1); exit 1; }; } ;;
3457
3458 *) ac_config_targets="$ac_config_targets $1" ;;
3459
3460 esac
3461 shift
3462done
3463
3464exec 5>>config.log
3465cat >&5 << _ACEOF
3466
3467## ----------------------- ##
3468## Running config.status. ##
3469## ----------------------- ##
3470
3471This file was extended by $as_me (Splint 3.0.1.2) 2.52, executed with
3472 CONFIG_FILES = $CONFIG_FILES
3473 CONFIG_HEADERS = $CONFIG_HEADERS
3474 CONFIG_LINKS = $CONFIG_LINKS
3475 CONFIG_COMMANDS = $CONFIG_COMMANDS
3476 > $ac_cs_invocation
3477on `(hostname || uname -n) 2>/dev/null | sed 1q`
3478
3479_ACEOF
3480EOF
3481
3482cat >>$CONFIG_STATUS <<EOF
3483#
3484# INIT-COMMANDS section.
3485#
3486
3487AMDEP_TRUE="$AMDEP_TRUE"
3488ac_aux_dir="$ac_aux_dir"
3489
3490EOF
3491
3492cat >>$CONFIG_STATUS <<\EOF
3493for ac_config_target in $ac_config_targets
3494do
3495 case "$ac_config_target" in
3496 # Handling of arguments.
3497 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3498 "imports/Makefile" ) CONFIG_FILES="$CONFIG_FILES imports/Makefile" ;;
3499 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
3500 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
fc97bef4 3501 "bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
60a00c26 3502 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
3503 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.hin" ;;
3504 *) { { echo "$as_me:3504: error: invalid argument: $ac_config_target" >&5
3505echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3506 { (exit 1); exit 1; }; };;
3507 esac
3508done
3509
3510# If the user did not use the arguments to specify the items to instantiate,
3511# then the envvar interface is used. Set only those that are not.
3512# We use the long form for the default assignment because of an extremely
3513# bizarre bug on SunOS 4.1.3.
3514if $ac_need_defaults; then
3515 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3516 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
3517 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3518fi
3519
3520# Create a temporary directory, and hook for its removal unless debugging.
3521$debug ||
3522{
3523 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3524 trap '{ (exit 1); exit 1; }' 1 2 13 15
3525}
3526
3527# Create a (secure) tmp directory for tmp files.
3528: ${TMPDIR=/tmp}
3529{
3530 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
3531 test -n "$tmp" && test -d "$tmp"
3532} ||
3533{
3534 tmp=$TMPDIR/cs$$-$RANDOM
3535 (umask 077 && mkdir $tmp)
3536} ||
3537{
3538 echo "$me: cannot create a temporary directory in $TMPDIR" >&2
3539 { (exit 1); exit 1; }
3540}
3541
3542EOF
3543
3544cat >>$CONFIG_STATUS <<EOF
3545
3546#
3547# CONFIG_FILES section.
3548#
3549
3550# No need to generate the scripts if there are no CONFIG_FILES.
3551# This happens for instance when ./config.status config.h
3552if test -n "\$CONFIG_FILES"; then
3553 # Protect against being on the right side of a sed subst in config.status.
3554 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3555 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3556s,@SHELL@,$SHELL,;t t
3557s,@exec_prefix@,$exec_prefix,;t t
3558s,@prefix@,$prefix,;t t
3559s,@program_transform_name@,$program_transform_name,;t t
3560s,@bindir@,$bindir,;t t
3561s,@sbindir@,$sbindir,;t t
3562s,@libexecdir@,$libexecdir,;t t
3563s,@datadir@,$datadir,;t t
3564s,@sysconfdir@,$sysconfdir,;t t
3565s,@sharedstatedir@,$sharedstatedir,;t t
3566s,@localstatedir@,$localstatedir,;t t
3567s,@libdir@,$libdir,;t t
3568s,@includedir@,$includedir,;t t
3569s,@oldincludedir@,$oldincludedir,;t t
3570s,@infodir@,$infodir,;t t
3571s,@mandir@,$mandir,;t t
3572s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3573s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3574s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3575s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3576s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3577s,@build_alias@,$build_alias,;t t
3578s,@host_alias@,$host_alias,;t t
3579s,@target_alias@,$target_alias,;t t
3580s,@ECHO_C@,$ECHO_C,;t t
3581s,@ECHO_N@,$ECHO_N,;t t
3582s,@ECHO_T@,$ECHO_T,;t t
3583s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3584s,@DEFS@,$DEFS,;t t
3585s,@LIBS@,$LIBS,;t t
3586s,@build@,$build,;t t
3587s,@build_cpu@,$build_cpu,;t t
3588s,@build_vendor@,$build_vendor,;t t
3589s,@build_os@,$build_os,;t t
3590s,@host@,$host,;t t
3591s,@host_cpu@,$host_cpu,;t t
3592s,@host_vendor@,$host_vendor,;t t
3593s,@host_os@,$host_os,;t t
3594s,@target@,$target,;t t
3595s,@target_cpu@,$target_cpu,;t t
3596s,@target_vendor@,$target_vendor,;t t
3597s,@target_os@,$target_os,;t t
3598s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
3599s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
3600s,@INSTALL_DATA@,$INSTALL_DATA,;t t
3601s,@PACKAGE@,$PACKAGE,;t t
3602s,@VERSION@,$VERSION,;t t
3603s,@EXEEXT@,$EXEEXT,;t t
3604s,@OBJEXT@,$OBJEXT,;t t
3605s,@ACLOCAL@,$ACLOCAL,;t t
3606s,@AUTOCONF@,$AUTOCONF,;t t
3607s,@AUTOMAKE@,$AUTOMAKE,;t t
3608s,@AUTOHEADER@,$AUTOHEADER,;t t
3609s,@MAKEINFO@,$MAKEINFO,;t t
3610s,@AMTAR@,$AMTAR,;t t
3611s,@install_sh@,$install_sh,;t t
3612s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
3613s,@AWK@,$AWK,;t t
3614s,@SET_MAKE@,$SET_MAKE,;t t
3615s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
3616s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
3617s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
3618s,@DEPDIR@,$DEPDIR,;t t
3619s,@CC@,$CC,;t t
3620s,@CFLAGS@,$CFLAGS,;t t
3621s,@LDFLAGS@,$LDFLAGS,;t t
3622s,@CPPFLAGS@,$CPPFLAGS,;t t
3623s,@ac_ct_CC@,$ac_ct_CC,;t t
3624s,@am__include@,$am__include,;t t
3625s,@am__quote@,$am__quote,;t t
3626s,@CCDEPMODE@,$CCDEPMODE,;t t
3627s,@CPP@,$CPP,;t t
3628s,@LEX@,$LEX,;t t
3629s,@LEXLIB@,$LEXLIB,;t t
3630s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
3631s,@LN_S@,$LN_S,;t t
3632s,@BISON@,$BISON,;t t
3633s,@GREP@,$GREP,;t t
3634s,@DIFF@,$DIFF,;t t
3635s,@CAT@,$CAT,;t t
3636s,@RM@,$RM,;t t
3637s,@MV@,$MV,;t t
3638s,@CP@,$CP,;t t
3639s,@LCLOBJ@,$LCLOBJ,;t t
3640CEOF
3641
3642EOF
3643
3644 cat >>$CONFIG_STATUS <<\EOF
3645 # Split the substitutions into bite-sized pieces for seds with
3646 # small command number limits, like on Digital OSF/1 and HP-UX.
3647 ac_max_sed_lines=48
3648 ac_sed_frag=1 # Number of current file.
3649 ac_beg=1 # First line for current file.
3650 ac_end=$ac_max_sed_lines # Line after last line for current file.
3651 ac_more_lines=:
3652 ac_sed_cmds=
3653 while $ac_more_lines; do
3654 if test $ac_beg -gt 1; then
3655 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3656 else
3657 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3658 fi
3659 if test ! -s $tmp/subs.frag; then
3660 ac_more_lines=false
3661 else
3662 # The purpose of the label and of the branching condition is to
3663 # speed up the sed processing (if there are no `@' at all, there
3664 # is no need to browse any of the substitutions).
3665 # These are the two extra sed commands mentioned above.
3666 (echo ':t
3667 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3668 if test -z "$ac_sed_cmds"; then
3669 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3670 else
3671 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3672 fi
3673 ac_sed_frag=`expr $ac_sed_frag + 1`
3674 ac_beg=$ac_end
3675 ac_end=`expr $ac_end + $ac_max_sed_lines`
3676 fi
3677 done
3678 if test -z "$ac_sed_cmds"; then
3679 ac_sed_cmds=cat
3680 fi
3681fi # test -n "$CONFIG_FILES"
3682
3683EOF
3684cat >>$CONFIG_STATUS <<\EOF
3685for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3686 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3687 case $ac_file in
3688 - | *:- | *:-:* ) # input from stdin
3689 cat >$tmp/stdin
3690 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3691 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3692 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3693 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3694 * ) ac_file_in=$ac_file.in ;;
3695 esac
3696
3697 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3698 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3699 X"$ac_file" : 'X\(//\)[^/]' \| \
3700 X"$ac_file" : 'X\(//\)$' \| \
3701 X"$ac_file" : 'X\(/\)' \| \
3702 . : '\(.\)' 2>/dev/null ||
3703echo X"$ac_file" |
3704 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3705 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3706 /^X\(\/\/\)$/{ s//\1/; q; }
3707 /^X\(\/\).*/{ s//\1/; q; }
3708 s/.*/./; q'`
3709 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3710 { case "$ac_dir" in
3711 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
3712 *) as_incr_dir=.;;
3713esac
3714as_dummy="$ac_dir"
3715for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
3716 case $as_mkdir_dir in
3717 # Skip DOS drivespec
3718 ?:) as_incr_dir=$as_mkdir_dir ;;
3719 *)
3720 as_incr_dir=$as_incr_dir/$as_mkdir_dir
3721 test -d "$as_incr_dir" || mkdir "$as_incr_dir"
3722 ;;
3723 esac
3724done; }
3725
3726 ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
3727 # A "../" for each directory in $ac_dir_suffix.
3728 ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
3729 else
3730 ac_dir_suffix= ac_dots=
3731 fi
3732
3733 case $srcdir in
3734 .) ac_srcdir=.
3735 if test -z "$ac_dots"; then
3736 ac_top_srcdir=.
3737 else
3738 ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
3739 fi ;;
3740 [\\/]* | ?:[\\/]* )
3741 ac_srcdir=$srcdir$ac_dir_suffix;
3742 ac_top_srcdir=$srcdir ;;
3743 *) # Relative path.
3744 ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
3745 ac_top_srcdir=$ac_dots$srcdir ;;
3746 esac
3747
3748 case $INSTALL in
3749 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3750 *) ac_INSTALL=$ac_dots$INSTALL ;;
3751 esac
3752
3753 if test x"$ac_file" != x-; then
3754 { echo "$as_me:3754: creating $ac_file" >&5
3755echo "$as_me: creating $ac_file" >&6;}
3756 rm -f "$ac_file"
3757 fi
3758 # Let's still pretend it is `configure' which instantiates (i.e., don't
3759 # use $as_me), people would be surprised to read:
3760 # /* config.h. Generated automatically by config.status. */
3761 configure_input="Generated automatically from `echo $ac_file_in |
3762 sed 's,.*/,,'` by configure."
3763
3764 # First look for the input files in the build tree, otherwise in the
3765 # src tree.
3766 ac_file_inputs=`IFS=:
3767 for f in $ac_file_in; do
3768 case $f in
3769 -) echo $tmp/stdin ;;
3770 [\\/$]*)
3771 # Absolute (can't be DOS-style, as IFS=:)
3772 test -f "$f" || { { echo "$as_me:3772: error: cannot find input file: $f" >&5
3773echo "$as_me: error: cannot find input file: $f" >&2;}
3774 { (exit 1); exit 1; }; }
3775 echo $f;;
3776 *) # Relative
3777 if test -f "$f"; then
3778 # Build tree
3779 echo $f
3780 elif test -f "$srcdir/$f"; then
3781 # Source tree
3782 echo $srcdir/$f
3783 else
3784 # /dev/null tree
3785 { { echo "$as_me:3785: error: cannot find input file: $f" >&5
3786echo "$as_me: error: cannot find input file: $f" >&2;}
3787 { (exit 1); exit 1; }; }
3788 fi;;
3789 esac
3790 done` || { (exit 1); exit 1; }
3791EOF
3792cat >>$CONFIG_STATUS <<EOF
3793 sed "$ac_vpsub
3794$extrasub
3795EOF
3796cat >>$CONFIG_STATUS <<\EOF
3797:t
3798/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3799s,@configure_input@,$configure_input,;t t
3800s,@srcdir@,$ac_srcdir,;t t
3801s,@top_srcdir@,$ac_top_srcdir,;t t
3802s,@INSTALL@,$ac_INSTALL,;t t
3803" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3804 rm -f $tmp/stdin
3805 if test x"$ac_file" != x-; then
3806 mv $tmp/out $ac_file
3807 else
3808 cat $tmp/out
3809 rm -f $tmp/out
3810 fi
3811
3812done
3813EOF
3814cat >>$CONFIG_STATUS <<\EOF
3815
3816#
3817# CONFIG_HEADER section.
3818#
3819
3820# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3821# NAME is the cpp macro being defined and VALUE is the value it is being given.
3822#
3823# ac_d sets the value in "#define NAME VALUE" lines.
3824ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
3825ac_dB='[ ].*$,\1#\2'
3826ac_dC=' '
3827ac_dD=',;t'
3828# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3829ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3830ac_uB='$,\1#\2define\3'
3831ac_uC=' '
3832ac_uD=',;t'
3833
3834for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
3835 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3836 case $ac_file in
3837 - | *:- | *:-:* ) # input from stdin
3838 cat >$tmp/stdin
3839 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3840 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3841 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3842 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3843 * ) ac_file_in=$ac_file.in ;;
3844 esac
3845
3846 test x"$ac_file" != x- && { echo "$as_me:3846: creating $ac_file" >&5
3847echo "$as_me: creating $ac_file" >&6;}
3848
3849 # First look for the input files in the build tree, otherwise in the
3850 # src tree.
3851 ac_file_inputs=`IFS=:
3852 for f in $ac_file_in; do
3853 case $f in
3854 -) echo $tmp/stdin ;;
3855 [\\/$]*)
3856 # Absolute (can't be DOS-style, as IFS=:)
3857 test -f "$f" || { { echo "$as_me:3857: error: cannot find input file: $f" >&5
3858echo "$as_me: error: cannot find input file: $f" >&2;}
3859 { (exit 1); exit 1; }; }
3860 echo $f;;
3861 *) # Relative
3862 if test -f "$f"; then
3863 # Build tree
3864 echo $f
3865 elif test -f "$srcdir/$f"; then
3866 # Source tree
3867 echo $srcdir/$f
3868 else
3869 # /dev/null tree
3870 { { echo "$as_me:3870: error: cannot find input file: $f" >&5
3871echo "$as_me: error: cannot find input file: $f" >&2;}
3872 { (exit 1); exit 1; }; }
3873 fi;;
3874 esac
3875 done` || { (exit 1); exit 1; }
3876 # Remove the trailing spaces.
3877 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
3878
3879EOF
3880
3881# Transform confdefs.h into two sed scripts, `conftest.defines' and
3882# `conftest.undefs', that substitutes the proper values into
3883# config.h.in to produce config.h. The first handles `#define'
3884# templates, and the second `#undef' templates.
3885# And first: Protect against being on the right side of a sed subst in
3886# config.status. Protect against being in an unquoted here document
3887# in config.status.
3888rm -f conftest.defines conftest.undefs
3889# Using a here document instead of a string reduces the quoting nightmare.
3890# Putting comments in sed scripts is not portable.
3891#
3892# `end' is used to avoid that the second main sed command (meant for
3893# 0-ary CPP macros) applies to n-ary macro definitions.
3894# See the Autoconf documentation for `clear'.
3895cat >confdef2sed.sed <<\EOF
3896s/[\\&,]/\\&/g
3897s,[\\$`],\\&,g
3898t clear
3899: clear
3900s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
3901t end
3902s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
3903: end
3904EOF
3905# If some macros were called several times there might be several times
3906# the same #defines, which is useless. Nevertheless, we may not want to
3907# sort them, since we want the *last* AC-DEFINE to be honored.
3908uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
3909sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
3910rm -f confdef2sed.sed
3911
3912# This sed command replaces #undef with comments. This is necessary, for
3913# example, in the case of _POSIX_SOURCE, which is predefined and required
3914# on some systems where configure will not decide to define it.
3915cat >>conftest.undefs <<\EOF
3916s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
3917EOF
3918
3919# Break up conftest.defines because some shells have a limit on the size
3920# of here documents, and old seds have small limits too (100 cmds).
3921echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
3922echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
3923echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
3924echo ' :' >>$CONFIG_STATUS
3925rm -f conftest.tail
3926while grep . conftest.defines >/dev/null
3927do
3928 # Write a limited-size here document to $tmp/defines.sed.
3929 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
3930 # Speed up: don't consider the non `#define' lines.
3931 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
3932 # Work around the forget-to-reset-the-flag bug.
3933 echo 't clr' >>$CONFIG_STATUS
3934 echo ': clr' >>$CONFIG_STATUS
3935 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
3936 echo 'CEOF
3937 sed -f $tmp/defines.sed $tmp/in >$tmp/out
3938 rm -f $tmp/in
3939 mv $tmp/out $tmp/in
3940' >>$CONFIG_STATUS
3941 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
3942 rm -f conftest.defines
3943 mv conftest.tail conftest.defines
3944done
3945rm -f conftest.defines
3946echo ' fi # egrep' >>$CONFIG_STATUS
3947echo >>$CONFIG_STATUS
3948
3949# Break up conftest.undefs because some shells have a limit on the size
3950# of here documents, and old seds have small limits too (100 cmds).
3951echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
3952rm -f conftest.tail
3953while grep . conftest.undefs >/dev/null
3954do
3955 # Write a limited-size here document to $tmp/undefs.sed.
3956 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
3957 # Speed up: don't consider the non `#undef'
3958 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
3959 # Work around the forget-to-reset-the-flag bug.
3960 echo 't clr' >>$CONFIG_STATUS
3961 echo ': clr' >>$CONFIG_STATUS
3962 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
3963 echo 'CEOF
3964 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
3965 rm -f $tmp/in
3966 mv $tmp/out $tmp/in
3967' >>$CONFIG_STATUS
3968 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
3969 rm -f conftest.undefs
3970 mv conftest.tail conftest.undefs
3971done
3972rm -f conftest.undefs
3973
3974cat >>$CONFIG_STATUS <<\EOF
3975 # Let's still pretend it is `configure' which instantiates (i.e., don't
3976 # use $as_me), people would be surprised to read:
3977 # /* config.h. Generated automatically by config.status. */
3978 if test x"$ac_file" = x-; then
3979 echo "/* Generated automatically by configure. */" >$tmp/config.h
3980 else
3981 echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h
3982 fi
3983 cat $tmp/in >>$tmp/config.h
3984 rm -f $tmp/in
3985 if test x"$ac_file" != x-; then
3986 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
3987 { echo "$as_me:3987: $ac_file is unchanged" >&5
3988echo "$as_me: $ac_file is unchanged" >&6;}
3989 else
3990 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3991 X"$ac_file" : 'X\(//\)[^/]' \| \
3992 X"$ac_file" : 'X\(//\)$' \| \
3993 X"$ac_file" : 'X\(/\)' \| \
3994 . : '\(.\)' 2>/dev/null ||
3995echo X"$ac_file" |
3996 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3997 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3998 /^X\(\/\/\)$/{ s//\1/; q; }
3999 /^X\(\/\).*/{ s//\1/; q; }
4000 s/.*/./; q'`
4001 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4002 { case "$ac_dir" in
4003 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
4004 *) as_incr_dir=.;;
4005esac
4006as_dummy="$ac_dir"
4007for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
4008 case $as_mkdir_dir in
4009 # Skip DOS drivespec
4010 ?:) as_incr_dir=$as_mkdir_dir ;;
4011 *)
4012 as_incr_dir=$as_incr_dir/$as_mkdir_dir
4013 test -d "$as_incr_dir" || mkdir "$as_incr_dir"
4014 ;;
4015 esac
4016done; }
4017
4018 fi
4019 rm -f $ac_file
4020 mv $tmp/config.h $ac_file
4021 fi
4022 else
4023 cat $tmp/config.h
4024 rm -f $tmp/config.h
4025 fi
4026 # Run the commands associated with the file.
4027 case $ac_file in
4028 config.h ) # update the timestamp
4029echo timestamp >"./stamp-h1"
4030 ;;
4031 esac
4032done
4033EOF
4034cat >>$CONFIG_STATUS <<\EOF
4035
4036#
4037# CONFIG_COMMANDS section.
4038#
4039for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
4040 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
4041 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
4042
4043 case $ac_dest in
4044 default-1 )
4045test x"$AMDEP_TRUE" != x"" ||
4046for mf in $CONFIG_FILES; do
4047 case "$mf" in
4048 Makefile) dirpart=.;;
4049 */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
4050 *) continue;;
4051 esac
4052 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
4053 # Extract the definition of DEP_FILES from the Makefile without
4054 # running `make'.
4055 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
4056 test -z "$DEPDIR" && continue
4057 # When using ansi2knr, U may be empty or an underscore; expand it
4058 U=`sed -n -e '/^U = / s///p' < "$mf"`
4059 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
4060 # We invoke sed twice because it is the simplest approach to
4061 # changing $(DEPDIR) to its actual value in the expansion.
4062 for file in `sed -n -e '
4063 /^DEP_FILES = .*\\\\$/ {
4064 s/^DEP_FILES = //
4065 :loop
4066 s/\\\\$//
4067 p
4068 n
4069 /\\\\$/ b loop
4070 p
4071 }
4072 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
4073 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4074 # Make sure the directory exists.
4075 test -f "$dirpart/$file" && continue
4076 fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
4077 $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
4078 # echo "creating $dirpart/$file"
4079 echo '# dummy' > "$dirpart/$file"
4080 done
4081done
4082 ;;
4083 esac
4084done
4085EOF
4086
4087cat >>$CONFIG_STATUS <<\EOF
4088
4089{ (exit 0); exit 0; }
4090EOF
4091chmod +x $CONFIG_STATUS
4092ac_clean_files=$ac_clean_files_save
4093
4094# configure is writing to config.log, and then calls config.status.
4095# config.status does its own redirection, appending to config.log.
4096# Unfortunately, on DOS this fails, as config.log is still kept open
4097# by configure, so config.status won't be able to write to it; its
4098# output is simply discarded. So we exec the FD to /dev/null,
4099# effectively closing config.log, so it can be properly (re)opened and
4100# appended to by config.status. When coming back to configure, we
4101# need to make the FD available again.
4102if test "$no_create" != yes; then
4103 ac_cs_success=:
4104 exec 5>/dev/null
4105 $SHELL $CONFIG_STATUS || ac_cs_success=false
4106 exec 5>>config.log
4107 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4108 # would make configure fail if this is the last instruction.
4109 $ac_cs_success || { (exit 1); exit 1; }
4110fi
4111
This page took 0.599576 seconds and 5 git commands to generate.