]> andersk Git - splint.git/blame - configure
Added signature_gen.h
[splint.git] / configure
CommitLineData
8fe44445 1#! /bin/sh
885824d3 2# Guess values for system-dependent variables and create Makefiles.
7ac543fa 3# Generated by Autoconf 2.52 for Splint 3.0.1.7.
8fe44445 4#
4dd72714 5# Report bugs to <splint-bug@splint.org>.
8fe44445 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.
885824d3 11
8fe44445 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
885824d3 18
8fe44445 19# Sed expression to map a string onto a valid variable name.
20as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
885824d3 21
8fe44445 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"
885824d3 24
8fe44445 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
885824d3 32
8fe44445 33# Name of the executable.
34as_me=`echo "$0" |sed 's,.*[\\/],,'`
885824d3 35
8fe44445 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'
885824d3 50 else
8fe44445 51 as_ln_s='ln -s'
52 fi
53elif ln conf$$.file conf$$ 2>/dev/null; then
54 as_ln_s=ln
55else
56 as_ln_s='cp -p'
57fi
58rm -f conf$$ conf$$.exe conf$$.file
59
60as_executable_p="test -f"
61
62# Support unset when possible.
63if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
64 as_unset=unset
65else
66 as_unset=false
67fi
68
69# NLS nuisances.
70$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
71$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
72$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
73$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
74$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
75$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
76$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
77$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
78
79# IFS
80# We need space, tab and new line, in precisely that order.
81as_nl='
82'
83IFS=" $as_nl"
84
85# CDPATH.
86$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
87
88# Name of the host.
89# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
90# so uname gets run too.
91ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
92
93exec 6>&1
94
95#
96# Initializations.
97#
98ac_default_prefix=/usr/local
99cross_compiling=no
100subdirs=
101MFLAGS= MAKEFLAGS=
102SHELL=${CONFIG_SHELL-/bin/sh}
103
104# Maximum number of lines to put in a shell here document.
105# This variable seems obsolete. It should probably be removed, and
106# only ac_max_sed_lines should be used.
107: ${ac_max_here_lines=38}
108
109ac_unique_file="src/lclinit.c"
110
111# Initialize some variables set by options.
112ac_init_help=
113ac_init_version=false
114# The variables have the same names as the options, with
115# dashes changed to underlines.
116cache_file=/dev/null
117exec_prefix=NONE
118no_create=
119no_recursion=
120prefix=NONE
121program_prefix=NONE
122program_suffix=NONE
123program_transform_name=s,x,x,
124silent=
125site=
126srcdir=
127verbose=
128x_includes=NONE
129x_libraries=NONE
130
131# Installation directory options.
132# These are left unexpanded so users can "make install exec_prefix=/foo"
133# and all the variables that are supposed to be based on exec_prefix
134# by default will actually change.
135# Use braces instead of parens because sh, perl, etc. also accept them.
136bindir='${exec_prefix}/bin'
137sbindir='${exec_prefix}/sbin'
138libexecdir='${exec_prefix}/libexec'
139datadir='${prefix}/share'
140sysconfdir='${prefix}/etc'
141sharedstatedir='${prefix}/com'
142localstatedir='${prefix}/var'
143libdir='${exec_prefix}/lib'
144includedir='${prefix}/include'
145oldincludedir='/usr/include'
146infodir='${prefix}/info'
147mandir='${prefix}/man'
148
149# Identity of this package.
11db3170 150PACKAGE_NAME='Splint'
151PACKAGE_TARNAME='splint'
7ac543fa 152PACKAGE_VERSION='3.0.1.7'
153PACKAGE_STRING='Splint 3.0.1.7'
4dd72714 154PACKAGE_BUGREPORT='splint-bug@splint.org'
8fe44445 155
156ac_prev=
157for ac_option
158do
159 # If the previous option needs an argument, assign it.
160 if test -n "$ac_prev"; then
161 eval "$ac_prev=\$ac_option"
162 ac_prev=
163 continue
885824d3 164 fi
8fe44445 165
166 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
167
168 # Accept the important Cygnus configure options, so we can diagnose typos.
169
170 case $ac_option in
171
172 -bindir | --bindir | --bindi | --bind | --bin | --bi)
173 ac_prev=bindir ;;
174 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
175 bindir=$ac_optarg ;;
176
177 -build | --build | --buil | --bui | --bu)
178 ac_prev=build_alias ;;
179 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
180 build_alias=$ac_optarg ;;
181
182 -cache-file | --cache-file | --cache-fil | --cache-fi \
183 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
184 ac_prev=cache_file ;;
185 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
186 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
187 cache_file=$ac_optarg ;;
188
189 --config-cache | -C)
190 cache_file=config.cache ;;
191
192 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
193 ac_prev=datadir ;;
194 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
195 | --da=*)
196 datadir=$ac_optarg ;;
197
198 -disable-* | --disable-*)
199 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
200 # Reject names that are not valid shell variable names.
201 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
202 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
203 { (exit 1); exit 1; }; }
204 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
205 eval "enable_$ac_feature=no" ;;
206
207 -enable-* | --enable-*)
208 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
209 # Reject names that are not valid shell variable names.
210 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
211 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
212 { (exit 1); exit 1; }; }
213 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
214 case $ac_option in
215 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
216 *) ac_optarg=yes ;;
217 esac
218 eval "enable_$ac_feature='$ac_optarg'" ;;
219
220 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
221 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
222 | --exec | --exe | --ex)
223 ac_prev=exec_prefix ;;
224 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
225 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
226 | --exec=* | --exe=* | --ex=*)
227 exec_prefix=$ac_optarg ;;
228
229 -gas | --gas | --ga | --g)
230 # Obsolete; use --with-gas.
231 with_gas=yes ;;
232
233 -help | --help | --hel | --he | -h)
234 ac_init_help=long ;;
235 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
236 ac_init_help=recursive ;;
237 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
238 ac_init_help=short ;;
239
240 -host | --host | --hos | --ho)
241 ac_prev=host_alias ;;
242 -host=* | --host=* | --hos=* | --ho=*)
243 host_alias=$ac_optarg ;;
244
245 -includedir | --includedir | --includedi | --included | --include \
246 | --includ | --inclu | --incl | --inc)
247 ac_prev=includedir ;;
248 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
249 | --includ=* | --inclu=* | --incl=* | --inc=*)
250 includedir=$ac_optarg ;;
251
252 -infodir | --infodir | --infodi | --infod | --info | --inf)
253 ac_prev=infodir ;;
254 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
255 infodir=$ac_optarg ;;
256
257 -libdir | --libdir | --libdi | --libd)
258 ac_prev=libdir ;;
259 -libdir=* | --libdir=* | --libdi=* | --libd=*)
260 libdir=$ac_optarg ;;
261
262 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
263 | --libexe | --libex | --libe)
264 ac_prev=libexecdir ;;
265 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
266 | --libexe=* | --libex=* | --libe=*)
267 libexecdir=$ac_optarg ;;
268
269 -localstatedir | --localstatedir | --localstatedi | --localstated \
270 | --localstate | --localstat | --localsta | --localst \
271 | --locals | --local | --loca | --loc | --lo)
272 ac_prev=localstatedir ;;
273 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
274 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
275 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
276 localstatedir=$ac_optarg ;;
277
278 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
279 ac_prev=mandir ;;
280 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
281 mandir=$ac_optarg ;;
282
283 -nfp | --nfp | --nf)
284 # Obsolete; use --without-fp.
285 with_fp=no ;;
286
287 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
288 | --no-cr | --no-c)
289 no_create=yes ;;
290
291 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
292 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
293 no_recursion=yes ;;
294
295 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
296 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
297 | --oldin | --oldi | --old | --ol | --o)
298 ac_prev=oldincludedir ;;
299 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
300 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
301 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
302 oldincludedir=$ac_optarg ;;
303
304 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
305 ac_prev=prefix ;;
306 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
307 prefix=$ac_optarg ;;
308
309 -program-prefix | --program-prefix | --program-prefi | --program-pref \
310 | --program-pre | --program-pr | --program-p)
311 ac_prev=program_prefix ;;
312 -program-prefix=* | --program-prefix=* | --program-prefi=* \
313 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
314 program_prefix=$ac_optarg ;;
315
316 -program-suffix | --program-suffix | --program-suffi | --program-suff \
317 | --program-suf | --program-su | --program-s)
318 ac_prev=program_suffix ;;
319 -program-suffix=* | --program-suffix=* | --program-suffi=* \
320 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
321 program_suffix=$ac_optarg ;;
322
323 -program-transform-name | --program-transform-name \
324 | --program-transform-nam | --program-transform-na \
325 | --program-transform-n | --program-transform- \
326 | --program-transform | --program-transfor \
327 | --program-transfo | --program-transf \
328 | --program-trans | --program-tran \
329 | --progr-tra | --program-tr | --program-t)
330 ac_prev=program_transform_name ;;
331 -program-transform-name=* | --program-transform-name=* \
332 | --program-transform-nam=* | --program-transform-na=* \
333 | --program-transform-n=* | --program-transform-=* \
334 | --program-transform=* | --program-transfor=* \
335 | --program-transfo=* | --program-transf=* \
336 | --program-trans=* | --program-tran=* \
337 | --progr-tra=* | --program-tr=* | --program-t=*)
338 program_transform_name=$ac_optarg ;;
339
340 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
341 | -silent | --silent | --silen | --sile | --sil)
342 silent=yes ;;
343
344 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
345 ac_prev=sbindir ;;
346 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
347 | --sbi=* | --sb=*)
348 sbindir=$ac_optarg ;;
349
350 -sharedstatedir | --sharedstatedir | --sharedstatedi \
351 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
352 | --sharedst | --shareds | --shared | --share | --shar \
353 | --sha | --sh)
354 ac_prev=sharedstatedir ;;
355 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
356 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
357 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
358 | --sha=* | --sh=*)
359 sharedstatedir=$ac_optarg ;;
360
361 -site | --site | --sit)
362 ac_prev=site ;;
363 -site=* | --site=* | --sit=*)
364 site=$ac_optarg ;;
365
366 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
367 ac_prev=srcdir ;;
368 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
369 srcdir=$ac_optarg ;;
370
371 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
372 | --syscon | --sysco | --sysc | --sys | --sy)
373 ac_prev=sysconfdir ;;
374 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
375 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
376 sysconfdir=$ac_optarg ;;
377
378 -target | --target | --targe | --targ | --tar | --ta | --t)
379 ac_prev=target_alias ;;
380 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
381 target_alias=$ac_optarg ;;
382
383 -v | -verbose | --verbose | --verbos | --verbo | --verb)
384 verbose=yes ;;
385
386 -version | --version | --versio | --versi | --vers | -V)
387 ac_init_version=: ;;
388
389 -with-* | --with-*)
390 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
391 # Reject names that are not valid shell variable names.
392 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
393 { echo "$as_me: error: invalid package name: $ac_package" >&2
394 { (exit 1); exit 1; }; }
395 ac_package=`echo $ac_package| sed 's/-/_/g'`
396 case $ac_option in
397 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
398 *) ac_optarg=yes ;;
399 esac
400 eval "with_$ac_package='$ac_optarg'" ;;
401
402 -without-* | --without-*)
403 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
404 # Reject names that are not valid shell variable names.
405 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
406 { echo "$as_me: error: invalid package name: $ac_package" >&2
407 { (exit 1); exit 1; }; }
408 ac_package=`echo $ac_package | sed 's/-/_/g'`
409 eval "with_$ac_package=no" ;;
410
411 --x)
412 # Obsolete; use --with-x.
413 with_x=yes ;;
414
415 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
416 | --x-incl | --x-inc | --x-in | --x-i)
417 ac_prev=x_includes ;;
418 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
419 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
420 x_includes=$ac_optarg ;;
421
422 -x-libraries | --x-libraries | --x-librarie | --x-librari \
423 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
424 ac_prev=x_libraries ;;
425 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
426 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
427 x_libraries=$ac_optarg ;;
428
429 -*) { echo "$as_me: error: unrecognized option: $ac_option
430Try \`$0 --help' for more information." >&2
431 { (exit 1); exit 1; }; }
432 ;;
433
434 *=*)
435 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
436 # Reject names that are not valid shell variable names.
437 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
438 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
439 { (exit 1); exit 1; }; }
440 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
441 eval "$ac_envvar='$ac_optarg'"
442 export $ac_envvar ;;
443
444 *)
445 # FIXME: should be removed in autoconf 3.0.
446 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
447 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
448 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
449 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
450 ;;
451
452 esac
453done
454
455if test -n "$ac_prev"; then
456 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
457 { echo "$as_me: error: missing argument to $ac_option" >&2
458 { (exit 1); exit 1; }; }
459fi
460
461# Be sure to have absolute paths.
462for ac_var in exec_prefix prefix
463do
464 eval ac_val=$`echo $ac_var`
465 case $ac_val in
466 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
467 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
468 { (exit 1); exit 1; }; };;
469 esac
470done
471
472# Be sure to have absolute paths.
473for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
474 localstatedir libdir includedir oldincludedir infodir mandir
475do
476 eval ac_val=$`echo $ac_var`
477 case $ac_val in
478 [\\/$]* | ?:[\\/]* ) ;;
479 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
480 { (exit 1); exit 1; }; };;
481 esac
885824d3 482done
483
8fe44445 484# There might be people who depend on the old broken behavior: `$host'
485# used to hold the argument of --host etc.
486build=$build_alias
487host=$host_alias
488target=$target_alias
885824d3 489
8fe44445 490# FIXME: should be removed in autoconf 3.0.
491if test "x$host_alias" != x; then
492 if test "x$build_alias" = x; then
493 cross_compiling=maybe
494 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
495 If a cross compiler is detected then cross compile mode will be used." >&2
496 elif test "x$build_alias" != "x$host_alias"; then
497 cross_compiling=yes
498 fi
885824d3 499fi
500
8fe44445 501ac_tool_prefix=
502test -n "$host_alias" && ac_tool_prefix=$host_alias-
885824d3 503
8fe44445 504test "$silent" = yes && exec 6>/dev/null
885824d3 505
506# Find the source files, if location was not specified.
507if test -z "$srcdir"; then
8fe44445 508 ac_srcdir_defaulted=yes
509 # Try the directory containing this script, then its parent.
510 ac_prog=$0
511 ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
512 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
513 srcdir=$ac_confdir
514 if test ! -r $srcdir/$ac_unique_file; then
885824d3 515 srcdir=..
516 fi
8fe44445 517else
518 ac_srcdir_defaulted=no
885824d3 519fi
8fe44445 520if test ! -r $srcdir/$ac_unique_file; then
521 if test "$ac_srcdir_defaulted" = yes; then
522 { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
523 { (exit 1); exit 1; }; }
885824d3 524 else
8fe44445 525 { echo "$as_me: error: cannot find sources in $srcdir" >&2
526 { (exit 1); exit 1; }; }
885824d3 527 fi
885824d3 528fi
8fe44445 529srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
530ac_env_build_alias_set=${build_alias+set}
531ac_env_build_alias_value=$build_alias
532ac_cv_env_build_alias_set=${build_alias+set}
533ac_cv_env_build_alias_value=$build_alias
534ac_env_host_alias_set=${host_alias+set}
535ac_env_host_alias_value=$host_alias
536ac_cv_env_host_alias_set=${host_alias+set}
537ac_cv_env_host_alias_value=$host_alias
538ac_env_target_alias_set=${target_alias+set}
539ac_env_target_alias_value=$target_alias
540ac_cv_env_target_alias_set=${target_alias+set}
541ac_cv_env_target_alias_value=$target_alias
8fe44445 542ac_env_CC_set=${CC+set}
543ac_env_CC_value=$CC
544ac_cv_env_CC_set=${CC+set}
545ac_cv_env_CC_value=$CC
546ac_env_CFLAGS_set=${CFLAGS+set}
547ac_env_CFLAGS_value=$CFLAGS
548ac_cv_env_CFLAGS_set=${CFLAGS+set}
549ac_cv_env_CFLAGS_value=$CFLAGS
c1dda563 550ac_env_LDFLAGS_set=${LDFLAGS+set}
551ac_env_LDFLAGS_value=$LDFLAGS
552ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
553ac_cv_env_LDFLAGS_value=$LDFLAGS
554ac_env_CPPFLAGS_set=${CPPFLAGS+set}
555ac_env_CPPFLAGS_value=$CPPFLAGS
556ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
557ac_cv_env_CPPFLAGS_value=$CPPFLAGS
8fe44445 558ac_env_CPP_set=${CPP+set}
559ac_env_CPP_value=$CPP
560ac_cv_env_CPP_set=${CPP+set}
561ac_cv_env_CPP_value=$CPP
885824d3 562
8fe44445 563#
564# Report the --help message.
565#
566if test "$ac_init_help" = "long"; then
567 # Omit some internal or obsolete options to make the list less imposing.
568 # This message is too long to be a string in the A/UX 3.1 sh.
569 cat <<EOF
7ac543fa 570\`configure' configures Splint 3.0.1.7 to adapt to many kinds of systems.
885824d3 571
8fe44445 572Usage: $0 [OPTION]... [VAR=VALUE]...
885824d3 573
8fe44445 574To assign environment variables (e.g., CC, CFLAGS...), specify them as
575VAR=VALUE. See below for descriptions of some of the useful variables.
576
577Defaults for the options are specified in brackets.
578
579Configuration:
580 -h, --help display this help and exit
581 --help=short display options specific to this package
582 --help=recursive display the short help of all the included packages
583 -V, --version display version information and exit
584 -q, --quiet, --silent do not print \`checking...' messages
585 --cache-file=FILE cache test results in FILE [disabled]
586 -C, --config-cache alias for \`--cache-file=config.cache'
587 -n, --no-create do not create output files
588 --srcdir=DIR find the sources in DIR [configure dir or \`..']
589
590EOF
591
592 cat <<EOF
593Installation directories:
594 --prefix=PREFIX install architecture-independent files in PREFIX
595 [$ac_default_prefix]
596 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
597 [PREFIX]
598
599By default, \`make install' will install all the files in
600\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
601an installation prefix other than \`$ac_default_prefix' using \`--prefix',
602for instance \`--prefix=\$HOME'.
603
604For better control, use the options below.
605
606Fine tuning of the installation directories:
607 --bindir=DIR user executables [EPREFIX/bin]
608 --sbindir=DIR system admin executables [EPREFIX/sbin]
609 --libexecdir=DIR program executables [EPREFIX/libexec]
610 --datadir=DIR read-only architecture-independent data [PREFIX/share]
611 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
612 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
613 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
614 --libdir=DIR object code libraries [EPREFIX/lib]
615 --includedir=DIR C header files [PREFIX/include]
616 --oldincludedir=DIR C header files for non-gcc [/usr/include]
617 --infodir=DIR info documentation [PREFIX/info]
618 --mandir=DIR man documentation [PREFIX/man]
619EOF
620
621 cat <<\EOF
622
623Program names:
624 --program-prefix=PREFIX prepend PREFIX to installed program names
625 --program-suffix=SUFFIX append SUFFIX to installed program names
626 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
627
628System types:
629 --build=BUILD configure for building on BUILD [guessed]
630 --host=HOST build programs to run on HOST [BUILD]
f7bbce9e 631 --target=TARGET configure for building compilers for TARGET [HOST]
885824d3 632EOF
885824d3 633fi
885824d3 634
8fe44445 635if test -n "$ac_init_help"; then
636 case $ac_init_help in
7ac543fa 637 short | recursive ) echo "Configuration of Splint 3.0.1.7:";;
8fe44445 638 esac
639 cat <<\EOF
640
a889b5ee 641Optional Features:
642 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
643 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
644 --disable-dependency-tracking Speeds up one-time builds
645 --enable-dependency-tracking Do not reject slow dependency extractors
646
8fe44445 647Optional Packages:
648 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
649 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
650 --without-lcl don't include support for LCL files
651
652Some influential environment variables:
c1dda563 653 CC C compiler command
654 CFLAGS C compiler flags
8fe44445 655 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
656 nonstandard directory <lib dir>
657 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
658 headers in a nonstandard directory <include dir>
8fe44445 659 CPP C preprocessor
660
661Use these variables to override the choices made by `configure' or to help
662it to find libraries and programs with nonstandard names/locations.
663
4dd72714 664Report bugs to <splint-bug@splint.org>.
8fe44445 665EOF
885824d3 666fi
667
8fe44445 668if test "$ac_init_help" = "recursive"; then
669 # If there are subdirs, report their specific --help.
670 ac_popdir=`pwd`
671 for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
672 cd $ac_subdir
673 # A "../" for each directory in /$ac_subdir.
674 ac_dots=`echo $ac_subdir |
675 sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
885824d3 676
8fe44445 677 case $srcdir in
678 .) # No --srcdir option. We are building in place.
679 ac_sub_srcdir=$srcdir ;;
680 [\\/]* | ?:[\\/]* ) # Absolute path.
681 ac_sub_srcdir=$srcdir/$ac_subdir ;;
682 *) # Relative path.
683 ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
684 esac
685
686 # Check for guested configure; otherwise get Cygnus style configure.
687 if test -f $ac_sub_srcdir/configure.gnu; then
688 echo
689 $SHELL $ac_sub_srcdir/configure.gnu --help=recursive
690 elif test -f $ac_sub_srcdir/configure; then
691 echo
692 $SHELL $ac_sub_srcdir/configure --help=recursive
693 elif test -f $ac_sub_srcdir/configure.ac ||
694 test -f $ac_sub_srcdir/configure.in; then
695 echo
696 $ac_configure --help
697 else
698 echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
885824d3 699 fi
8fe44445 700 cd $ac_popdir
885824d3 701 done
885824d3 702fi
703
8fe44445 704test -n "$ac_init_help" && exit 0
705if $ac_init_version; then
706 cat <<\EOF
7ac543fa 707Splint configure 3.0.1.7
8fe44445 708generated by GNU Autoconf 2.52
885824d3 709
8fe44445 710Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
711Free Software Foundation, Inc.
712This configure script is free software; the Free Software Foundation
713gives unlimited permission to copy, distribute and modify it.
885824d3 714EOF
8fe44445 715 exit 0
885824d3 716fi
8fe44445 717exec 5>config.log
718cat >&5 <<EOF
719This file contains any messages produced by compilers while
720running configure, to aid debugging if configure makes a mistake.
721
7ac543fa 722It was created by Splint $as_me 3.0.1.7, which was
8fe44445 723generated by GNU Autoconf 2.52. Invocation command line was
724
725 $ $0 $@
726
727EOF
728{
729cat <<_ASUNAME
730## ---------- ##
731## Platform. ##
732## ---------- ##
733
734hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
735uname -m = `(uname -m) 2>/dev/null || echo unknown`
736uname -r = `(uname -r) 2>/dev/null || echo unknown`
737uname -s = `(uname -s) 2>/dev/null || echo unknown`
738uname -v = `(uname -v) 2>/dev/null || echo unknown`
739
740/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
741/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
742
743/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
744/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
745/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
746hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
747/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
748/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
749/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
750
751PATH = $PATH
752
753_ASUNAME
754} >&5
755
756cat >&5 <<EOF
757## ------------ ##
758## Core tests. ##
759## ------------ ##
760
761EOF
762
763# Keep a trace of the command line.
764# Strip out --no-create and --no-recursion so they do not pile up.
765# Also quote any args containing shell meta-characters.
766ac_configure_args=
767ac_sep=
768for ac_arg
769do
770 case $ac_arg in
771 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
772 | --no-cr | --no-c) ;;
773 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
774 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
775 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
776 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
777 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
778 ac_sep=" " ;;
779 *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
780 ac_sep=" " ;;
781 esac
782 # Get rid of the leading space.
783done
784
785# When interrupted or exit'd, cleanup temporary files, and complete
786# config.log. We remove comments because anyway the quotes in there
787# would cause problems or look ugly.
788trap 'exit_status=$?
789 # Save into config.log some information that might help in debugging.
790 echo >&5
791 echo "## ----------------- ##" >&5
792 echo "## Cache variables. ##" >&5
793 echo "## ----------------- ##" >&5
794 echo >&5
795 # The following way of writing the cache mishandles newlines in values,
796{
797 (set) 2>&1 |
798 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
799 *ac_space=\ *)
800 sed -n \
801 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
802 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
803 ;;
804 *)
805 sed -n \
806 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
807 ;;
808 esac;
809} >&5
810 sed "/^$/d" confdefs.h >conftest.log
811 if test -s conftest.log; then
812 echo >&5
813 echo "## ------------ ##" >&5
814 echo "## confdefs.h. ##" >&5
815 echo "## ------------ ##" >&5
816 echo >&5
817 cat conftest.log >&5
818 fi
819 (echo; echo) >&5
820 test "$ac_signal" != 0 &&
821 echo "$as_me: caught signal $ac_signal" >&5
822 echo "$as_me: exit $exit_status" >&5
823 rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
824 exit $exit_status
825 ' 0
826for ac_signal in 1 2 13 15; do
827 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
828done
829ac_signal=0
830
831# confdefs.h avoids OS command line length limits that DEFS can exceed.
832rm -rf conftest* confdefs.h
833# AIX cpp loses on an empty file, so make sure it contains at least a newline.
834echo >confdefs.h
885824d3 835
8fe44445 836# Let the site file select an alternate cache file if it wants to.
837# Prefer explicitly selected file to automatically selected ones.
838if test -z "$CONFIG_SITE"; then
839 if test "x$prefix" != xNONE; then
840 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
841 else
842 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
843 fi
885824d3 844fi
8fe44445 845for ac_site_file in $CONFIG_SITE; do
846 if test -r "$ac_site_file"; then
a889b5ee 847 { echo "$as_me:847: loading site script $ac_site_file" >&5
8fe44445 848echo "$as_me: loading site script $ac_site_file" >&6;}
849 cat "$ac_site_file" >&5
850 . "$ac_site_file"
851 fi
852done
885824d3 853
8fe44445 854if test -r "$cache_file"; then
855 # Some versions of bash will fail to source /dev/null (special
856 # files actually), so we avoid doing that.
857 if test -f "$cache_file"; then
a889b5ee 858 { echo "$as_me:858: loading cache $cache_file" >&5
8fe44445 859echo "$as_me: loading cache $cache_file" >&6;}
860 case $cache_file in
861 [\\/]* | ?:[\\/]* ) . $cache_file;;
862 *) . ./$cache_file;;
863 esac
864 fi
885824d3 865else
a889b5ee 866 { echo "$as_me:866: creating cache $cache_file" >&5
8fe44445 867echo "$as_me: creating cache $cache_file" >&6;}
868 >$cache_file
885824d3 869fi
885824d3 870
8fe44445 871# Check that the precious variables saved in the cache have kept the same
872# value.
873ac_cache_corrupted=false
874for ac_var in `(set) 2>&1 |
875 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
876 eval ac_old_set=\$ac_cv_env_${ac_var}_set
877 eval ac_new_set=\$ac_env_${ac_var}_set
878 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
879 eval ac_new_val="\$ac_env_${ac_var}_value"
880 case $ac_old_set,$ac_new_set in
881 set,)
a889b5ee 882 { echo "$as_me:882: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
8fe44445 883echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
884 ac_cache_corrupted=: ;;
885 ,set)
a889b5ee 886 { echo "$as_me:886: error: \`$ac_var' was not set in the previous run" >&5
8fe44445 887echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
888 ac_cache_corrupted=: ;;
889 ,);;
885824d3 890 *)
8fe44445 891 if test "x$ac_old_val" != "x$ac_new_val"; then
a889b5ee 892 { echo "$as_me:892: error: \`$ac_var' has changed since the previous run:" >&5
8fe44445 893echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
a889b5ee 894 { echo "$as_me:894: former value: $ac_old_val" >&5
8fe44445 895echo "$as_me: former value: $ac_old_val" >&2;}
a889b5ee 896 { echo "$as_me:896: current value: $ac_new_val" >&5
8fe44445 897echo "$as_me: current value: $ac_new_val" >&2;}
898 ac_cache_corrupted=:
899 fi;;
900 esac
901 # Pass precious variables to config.status. It doesn't matter if
902 # we pass some twice (in addition to the command line arguments).
903 if test "$ac_new_set" = set; then
904 case $ac_new_val in
905 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
906 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
907 ac_configure_args="$ac_configure_args '$ac_arg'"
885824d3 908 ;;
8fe44445 909 *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
910 ;;
885824d3 911 esac
8fe44445 912 fi
913done
914if $ac_cache_corrupted; then
a889b5ee 915 { echo "$as_me:915: error: changes in the environment can compromise the build" >&5
8fe44445 916echo "$as_me: error: changes in the environment can compromise the build" >&2;}
a889b5ee 917 { { echo "$as_me:917: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
8fe44445 918echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
919 { (exit 1); exit 1; }; }
885824d3 920fi
885824d3 921
8fe44445 922ac_ext=c
923ac_cpp='$CPP $CPPFLAGS'
924ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
925ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
926ac_compiler_gnu=$ac_cv_c_compiler_gnu
885824d3 927
8fe44445 928case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
929 *c*,-n*) ECHO_N= ECHO_C='
930' ECHO_T=' ' ;;
931 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
932 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
933esac
934echo "#! $SHELL" >conftest.sh
935echo "exit 0" >>conftest.sh
936chmod +x conftest.sh
a889b5ee 937if { (echo "$as_me:937: PATH=\".;.\"; conftest.sh") >&5
8fe44445 938 (PATH=".;."; conftest.sh) 2>&5
939 ac_status=$?
a889b5ee 940 echo "$as_me:940: \$? = $ac_status" >&5
8fe44445 941 (exit $ac_status); }; then
942 ac_path_separator=';'
943else
944 ac_path_separator=:
885824d3 945fi
8fe44445 946PATH_SEPARATOR="$ac_path_separator"
947rm -f conftest.sh
885824d3 948
8fe44445 949ac_aux_dir=
950for ac_dir in config $srcdir/config; do
951 if test -f $ac_dir/install-sh; then
952 ac_aux_dir=$ac_dir
953 ac_install_sh="$ac_aux_dir/install-sh -c"
954 break
955 elif test -f $ac_dir/install.sh; then
956 ac_aux_dir=$ac_dir
957 ac_install_sh="$ac_aux_dir/install.sh -c"
958 break
959 elif test -f $ac_dir/shtool; then
960 ac_aux_dir=$ac_dir
961 ac_install_sh="$ac_aux_dir/shtool install -c"
962 break
963 fi
964done
965if test -z "$ac_aux_dir"; then
a889b5ee 966 { { echo "$as_me:966: error: cannot find install-sh or install.sh in config $srcdir/config" >&5
8fe44445 967echo "$as_me: error: cannot find install-sh or install.sh in config $srcdir/config" >&2;}
968 { (exit 1); exit 1; }; }
885824d3 969fi
8fe44445 970ac_config_guess="$SHELL $ac_aux_dir/config.guess"
971ac_config_sub="$SHELL $ac_aux_dir/config.sub"
972ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
885824d3 973
8fe44445 974# Make sure we can run config.sub.
975$ac_config_sub sun4 >/dev/null 2>&1 ||
a889b5ee 976 { { echo "$as_me:976: error: cannot run $ac_config_sub" >&5
8fe44445 977echo "$as_me: error: cannot run $ac_config_sub" >&2;}
978 { (exit 1); exit 1; }; }
885824d3 979
a889b5ee 980echo "$as_me:980: checking build system type" >&5
8fe44445 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
885824d3 984else
8fe44445 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" &&
a889b5ee 989 { { echo "$as_me:989: error: cannot guess build type; you must specify one" >&5
8fe44445 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` ||
a889b5ee 993 { { echo "$as_me:993: error: $ac_config_sub $ac_cv_build_alias failed." >&5
8fe44445 994echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
995 { (exit 1); exit 1; }; }
885824d3 996
997fi
a889b5ee 998echo "$as_me:998: result: $ac_cv_build" >&5
8fe44445 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/'`
885824d3 1004
a889b5ee 1005echo "$as_me:1005: checking host system type" >&5
8fe44445 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
885824d3 1009else
8fe44445 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` ||
a889b5ee 1014 { { echo "$as_me:1014: error: $ac_config_sub $ac_cv_host_alias failed" >&5
8fe44445 1015echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1016 { (exit 1); exit 1; }; }
885824d3 1017
1018fi
a889b5ee 1019echo "$as_me:1019: result: $ac_cv_host" >&5
8fe44445 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/'`
885824d3 1025
a889b5ee 1026echo "$as_me:1026: checking target system type" >&5
f7bbce9e 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` ||
a889b5ee 1035 { { echo "$as_me:1035: error: $ac_config_sub $ac_cv_target_alias failed" >&5
f7bbce9e 1036echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1037 { (exit 1); exit 1; }; }
1038
1039fi
a889b5ee 1040echo "$as_me:1040: result: $ac_cv_target" >&5
f7bbce9e 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
8fe44445 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.
a889b5ee 1066echo "$as_me:1066: checking for a BSD compatible install" >&5
8fe44445 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
885824d3 1071else
8fe44445 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
885824d3 1103
1104fi
8fe44445 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
a889b5ee 1115echo "$as_me:1115: result: $INSTALL" >&5
8fe44445 1116echo "${ECHO_T}$INSTALL" >&6
885824d3 1117
8fe44445 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
a889b5ee 1126echo "$as_me:1126: checking whether build environment is sane" >&5
8fe44445 1127echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1128# Just in case
1129sleep 1
a889b5ee 1130echo timestamp > conftest.file
8fe44445 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 (
a889b5ee 1137 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
8fe44445 1138 if test "$*" = "X"; then
1139 # -L didn't work.
a889b5ee 1140 set X `ls -t $srcdir/configure conftest.file`
8fe44445 1141 fi
a889b5ee 1142 rm -f conftest.file
1143 if test "$*" != "X $srcdir/configure conftest.file" \
1144 && test "$*" != "X conftest.file $srcdir/configure"; then
8fe44445 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".
a889b5ee 1150 { { echo "$as_me:1150: error: ls -t appears to fail. Make sure there is not a broken
8fe44445 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
a889b5ee 1157 test "$2" = conftest.file
8fe44445 1158 )
1159then
1160 # Ok.
1161 :
885824d3 1162else
a889b5ee 1163 { { echo "$as_me:1163: error: newly created file is older than distributed files!
8fe44445 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; }; }
885824d3 1168fi
a889b5ee 1169echo "$as_me:1169: result: yes" >&5
8fe44445 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
885824d3 1183
a889b5ee 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
8fe44445 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
885824d3 1240else
8fe44445 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
885824d3 1249else
8fe44445 1250 eval ac_cv_prog_make_${ac_make}_set=no
885824d3 1251fi
8fe44445 1252rm -f conftest.make
1253fi
1254if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
a889b5ee 1255 echo "$as_me:1255: result: yes" >&5
8fe44445 1256echo "${ECHO_T}yes" >&6
1257 SET_MAKE=
1258else
a889b5ee 1259 echo "$as_me:1259: result: no" >&5
8fe44445 1260echo "${ECHO_T}no" >&6
1261 SET_MAKE="MAKE=${MAKE-make}"
885824d3 1262fi
885824d3 1263
a889b5ee 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"
8fe44445 1267
a889b5ee 1268fi;
1269if test "x$enable_dependency_tracking" != xno; then
1270 am_depcomp="$ac_aux_dir/depcomp"
1271 AMDEPBACKSLASH='\'
1272fi
8fe44445 1273
a889b5ee 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
8fe44445 1296echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1297 { (exit 1); exit 1; }; }
885824d3 1298fi
885824d3 1299
a889b5ee 1300# Define the identity of the package.
1301PACKAGE=splint
7ac543fa 1302VERSION=3.0.1.7
8fe44445 1303
a889b5ee 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"
c1dda563 1337
11db3170 1338#drl 12-19-2001 commented out so Splint won't depend on C++
c1dda563 1339#AC_PROG_CXX
8fe44445 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
a889b5ee 1348echo "$as_me:1348: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 1363echo "$as_me:1363: found $ac_dir/$ac_word" >&5
8fe44445 1364break
1365done
1366
1367fi
1368fi
1369CC=$ac_cv_prog_CC
1370if test -n "$CC"; then
a889b5ee 1371 echo "$as_me:1371: result: $CC" >&5
8fe44445 1372echo "${ECHO_T}$CC" >&6
1373else
a889b5ee 1374 echo "$as_me:1374: result: no" >&5
8fe44445 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
a889b5ee 1383echo "$as_me:1383: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 1398echo "$as_me:1398: found $ac_dir/$ac_word" >&5
8fe44445 1399break
1400done
1401
1402fi
1403fi
1404ac_ct_CC=$ac_cv_prog_ac_ct_CC
1405if test -n "$ac_ct_CC"; then
a889b5ee 1406 echo "$as_me:1406: result: $ac_ct_CC" >&5
8fe44445 1407echo "${ECHO_T}$ac_ct_CC" >&6
1408else
a889b5ee 1409 echo "$as_me:1409: result: no" >&5
8fe44445 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
a889b5ee 1422echo "$as_me:1422: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 1437echo "$as_me:1437: found $ac_dir/$ac_word" >&5
8fe44445 1438break
1439done
1440
1441fi
1442fi
1443CC=$ac_cv_prog_CC
1444if test -n "$CC"; then
a889b5ee 1445 echo "$as_me:1445: result: $CC" >&5
8fe44445 1446echo "${ECHO_T}$CC" >&6
1447else
a889b5ee 1448 echo "$as_me:1448: result: no" >&5
8fe44445 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
a889b5ee 1457echo "$as_me:1457: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 1472echo "$as_me:1472: found $ac_dir/$ac_word" >&5
8fe44445 1473break
1474done
1475
1476fi
1477fi
1478ac_ct_CC=$ac_cv_prog_ac_ct_CC
1479if test -n "$ac_ct_CC"; then
a889b5ee 1480 echo "$as_me:1480: result: $ac_ct_CC" >&5
8fe44445 1481echo "${ECHO_T}$ac_ct_CC" >&6
1482else
a889b5ee 1483 echo "$as_me:1483: result: no" >&5
8fe44445 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
a889b5ee 1496echo "$as_me:1496: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 1516echo "$as_me:1516: found $ac_dir/$ac_word" >&5
8fe44445 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
a889b5ee 1538 echo "$as_me:1538: result: $CC" >&5
8fe44445 1539echo "${ECHO_T}$CC" >&6
1540else
a889b5ee 1541 echo "$as_me:1541: result: no" >&5
8fe44445 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
a889b5ee 1552echo "$as_me:1552: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 1567echo "$as_me:1567: found $ac_dir/$ac_word" >&5
8fe44445 1568break
1569done
1570
1571fi
1572fi
1573CC=$ac_cv_prog_CC
1574if test -n "$CC"; then
a889b5ee 1575 echo "$as_me:1575: result: $CC" >&5
8fe44445 1576echo "${ECHO_T}$CC" >&6
1577else
a889b5ee 1578 echo "$as_me:1578: result: no" >&5
8fe44445 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
a889b5ee 1591echo "$as_me:1591: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 1606echo "$as_me:1606: found $ac_dir/$ac_word" >&5
8fe44445 1607break
1608done
1609
1610fi
1611fi
1612ac_ct_CC=$ac_cv_prog_ac_ct_CC
1613if test -n "$ac_ct_CC"; then
a889b5ee 1614 echo "$as_me:1614: result: $ac_ct_CC" >&5
8fe44445 1615echo "${ECHO_T}$ac_ct_CC" >&6
1616else
a889b5ee 1617 echo "$as_me:1617: result: no" >&5
8fe44445 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
a889b5ee 1629test -z "$CC" && { { echo "$as_me:1629: error: no acceptable cc found in \$PATH" >&5
8fe44445 1630echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
1631 { (exit 1); exit 1; }; }
1632
1633# Provide some information about the compiler.
a889b5ee 1634echo "$as_me:1634:" \
8fe44445 1635 "checking for C compiler version" >&5
1636ac_compiler=`set X $ac_compile; echo $2`
a889b5ee 1637{ (eval echo "$as_me:1637: \"$ac_compiler --version </dev/null >&5\"") >&5
8fe44445 1638 (eval $ac_compiler --version </dev/null >&5) 2>&5
1639 ac_status=$?
a889b5ee 1640 echo "$as_me:1640: \$? = $ac_status" >&5
8fe44445 1641 (exit $ac_status); }
a889b5ee 1642{ (eval echo "$as_me:1642: \"$ac_compiler -v </dev/null >&5\"") >&5
8fe44445 1643 (eval $ac_compiler -v </dev/null >&5) 2>&5
1644 ac_status=$?
a889b5ee 1645 echo "$as_me:1645: \$? = $ac_status" >&5
8fe44445 1646 (exit $ac_status); }
a889b5ee 1647{ (eval echo "$as_me:1647: \"$ac_compiler -V </dev/null >&5\"") >&5
8fe44445 1648 (eval $ac_compiler -V </dev/null >&5) 2>&5
1649 ac_status=$?
a889b5ee 1650 echo "$as_me:1650: \$? = $ac_status" >&5
8fe44445 1651 (exit $ac_status); }
1652
c1dda563 1653cat >conftest.$ac_ext <<_ACEOF
a889b5ee 1654#line 1654 "configure"
c1dda563 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.
a889b5ee 1670echo "$as_me:1670: checking for C compiler default output" >&5
c1dda563 1671echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
1672ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
a889b5ee 1673if { (eval echo "$as_me:1673: \"$ac_link_default\"") >&5
c1dda563 1674 (eval $ac_link_default) 2>&5
1675 ac_status=$?
a889b5ee 1676 echo "$as_me:1676: \$? = $ac_status" >&5
c1dda563 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
a889b5ee 1699{ { echo "$as_me:1699: error: C compiler cannot create executables" >&5
c1dda563 1700echo "$as_me: error: C compiler cannot create executables" >&2;}
1701 { (exit 77); exit 77; }; }
1702fi
1703
1704ac_exeext=$ac_cv_exeext
a889b5ee 1705echo "$as_me:1705: result: $ac_file" >&5
c1dda563 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.
a889b5ee 1710echo "$as_me:1710: checking whether the C compiler works" >&5
c1dda563 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'
a889b5ee 1716 { (eval echo "$as_me:1716: \"$ac_try\"") >&5
c1dda563 1717 (eval $ac_try) 2>&5
1718 ac_status=$?
a889b5ee 1719 echo "$as_me:1719: \$? = $ac_status" >&5
c1dda563 1720 (exit $ac_status); }; }; then
1721 cross_compiling=no
1722 else
1723 if test "$cross_compiling" = maybe; then
1724 cross_compiling=yes
1725 else
a889b5ee 1726 { { echo "$as_me:1726: error: cannot run C compiled programs.
c1dda563 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
a889b5ee 1734echo "$as_me:1734: result: yes" >&5
c1dda563 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.
a889b5ee 1741echo "$as_me:1741: checking whether we are cross compiling" >&5
c1dda563 1742echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
a889b5ee 1743echo "$as_me:1743: result: $cross_compiling" >&5
c1dda563 1744echo "${ECHO_T}$cross_compiling" >&6
1745
a889b5ee 1746echo "$as_me:1746: checking for executable suffix" >&5
c1dda563 1747echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
a889b5ee 1748if { (eval echo "$as_me:1748: \"$ac_link\"") >&5
c1dda563 1749 (eval $ac_link) 2>&5
1750 ac_status=$?
a889b5ee 1751 echo "$as_me:1751: \$? = $ac_status" >&5
c1dda563 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
a889b5ee 1767 { { echo "$as_me:1767: error: cannot compute EXEEXT: cannot compile and link" >&5
c1dda563 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
a889b5ee 1773echo "$as_me:1773: result: $ac_cv_exeext" >&5
c1dda563 1774echo "${ECHO_T}$ac_cv_exeext" >&6
1775
1776rm -f conftest.$ac_ext
1777EXEEXT=$ac_cv_exeext
1778ac_exeext=$EXEEXT
a889b5ee 1779echo "$as_me:1779: checking for object suffix" >&5
c1dda563 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
a889b5ee 1785#line 1785 "configure"
c1dda563 1786#include "confdefs.h"
1787
1788int
1789main ()
1790{
1791
1792 ;
1793 return 0;
1794}
1795_ACEOF
1796rm -f conftest.o conftest.obj
a889b5ee 1797if { (eval echo "$as_me:1797: \"$ac_compile\"") >&5
c1dda563 1798 (eval $ac_compile) 2>&5
1799 ac_status=$?
a889b5ee 1800 echo "$as_me:1800: \$? = $ac_status" >&5
c1dda563 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
a889b5ee 1812{ { echo "$as_me:1812: error: cannot compute OBJEXT: cannot compile" >&5
c1dda563 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
a889b5ee 1819echo "$as_me:1819: result: $ac_cv_objext" >&5
c1dda563 1820echo "${ECHO_T}$ac_cv_objext" >&6
1821OBJEXT=$ac_cv_objext
1822ac_objext=$OBJEXT
a889b5ee 1823echo "$as_me:1823: checking whether we are using the GNU C compiler" >&5
8fe44445 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
a889b5ee 1829#line 1829 "configure"
8fe44445 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
a889b5ee 1844if { (eval echo "$as_me:1844: \"$ac_compile\"") >&5
8fe44445 1845 (eval $ac_compile) 2>&5
1846 ac_status=$?
a889b5ee 1847 echo "$as_me:1847: \$? = $ac_status" >&5
8fe44445 1848 (exit $ac_status); } &&
1849 { ac_try='test -s conftest.$ac_objext'
a889b5ee 1850 { (eval echo "$as_me:1850: \"$ac_try\"") >&5
8fe44445 1851 (eval $ac_try) 2>&5
1852 ac_status=$?
a889b5ee 1853 echo "$as_me:1853: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 1865echo "$as_me:1865: result: $ac_cv_c_compiler_gnu" >&5
8fe44445 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"
a889b5ee 1871echo "$as_me:1871: checking whether $CC accepts -g" >&5
8fe44445 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
a889b5ee 1877#line 1877 "configure"
8fe44445 1878#include "confdefs.h"
1879
1880int
1881main ()
1882{
1883
1884 ;
1885 return 0;
1886}
1887_ACEOF
1888rm -f conftest.$ac_objext
a889b5ee 1889if { (eval echo "$as_me:1889: \"$ac_compile\"") >&5
8fe44445 1890 (eval $ac_compile) 2>&5
1891 ac_status=$?
a889b5ee 1892 echo "$as_me:1892: \$? = $ac_status" >&5
8fe44445 1893 (exit $ac_status); } &&
1894 { ac_try='test -s conftest.$ac_objext'
a889b5ee 1895 { (eval echo "$as_me:1895: \"$ac_try\"") >&5
8fe44445 1896 (eval $ac_try) 2>&5
1897 ac_status=$?
a889b5ee 1898 echo "$as_me:1898: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 1908echo "$as_me:1908: result: $ac_cv_prog_cc_g" >&5
8fe44445 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
a889b5ee 1935if { (eval echo "$as_me:1935: \"$ac_compile\"") >&5
8fe44445 1936 (eval $ac_compile) 2>&5
1937 ac_status=$?
a889b5ee 1938 echo "$as_me:1938: \$? = $ac_status" >&5
8fe44445 1939 (exit $ac_status); } &&
1940 { ac_try='test -s conftest.$ac_objext'
a889b5ee 1941 { (eval echo "$as_me:1941: \"$ac_try\"") >&5
8fe44445 1942 (eval $ac_try) 2>&5
1943 ac_status=$?
a889b5ee 1944 echo "$as_me:1944: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 1956#line 1956 "configure"
8fe44445 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
a889b5ee 1969if { (eval echo "$as_me:1969: \"$ac_compile\"") >&5
8fe44445 1970 (eval $ac_compile) 2>&5
1971 ac_status=$?
a889b5ee 1972 echo "$as_me:1972: \$? = $ac_status" >&5
8fe44445 1973 (exit $ac_status); } &&
1974 { ac_try='test -s conftest.$ac_objext'
a889b5ee 1975 { (eval echo "$as_me:1975: \"$ac_try\"") >&5
8fe44445 1976 (eval $ac_try) 2>&5
1977 ac_status=$?
a889b5ee 1978 echo "$as_me:1978: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 1988#line 1988 "configure"
8fe44445 1989#include "confdefs.h"
1990$ac_declaration
1991int
1992main ()
1993{
1994exit (42);
1995 ;
1996 return 0;
1997}
1998_ACEOF
1999rm -f conftest.$ac_objext
a889b5ee 2000if { (eval echo "$as_me:2000: \"$ac_compile\"") >&5
8fe44445 2001 (eval $ac_compile) 2>&5
2002 ac_status=$?
a889b5ee 2003 echo "$as_me:2003: \$? = $ac_status" >&5
8fe44445 2004 (exit $ac_status); } &&
2005 { ac_try='test -s conftest.$ac_objext'
a889b5ee 2006 { (eval echo "$as_me:2006: \"$ac_try\"") >&5
8fe44445 2007 (eval $ac_try) 2>&5
2008 ac_status=$?
a889b5ee 2009 echo "$as_me:2009: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 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
8fe44445 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
a889b5ee 2148echo "$as_me:2148: checking how to run the C preprocessor" >&5
8fe44445 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
a889b5ee 2169#line 2169 "configure"
8fe44445 2170#include "confdefs.h"
2171#include <assert.h>
2172 Syntax error
2173_ACEOF
a889b5ee 2174if { (eval echo "$as_me:2174: \"$ac_cpp conftest.$ac_ext\"") >&5
8fe44445 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
a889b5ee 2180 echo "$as_me:2180: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 2203#line 2203 "configure"
8fe44445 2204#include "confdefs.h"
2205#include <ac_nonexistent.h>
2206_ACEOF
a889b5ee 2207if { (eval echo "$as_me:2207: \"$ac_cpp conftest.$ac_ext\"") >&5
8fe44445 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
a889b5ee 2213 echo "$as_me:2213: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 2250echo "$as_me:2250: result: $CPP" >&5
8fe44445 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
a889b5ee 2260#line 2260 "configure"
8fe44445 2261#include "confdefs.h"
2262#include <assert.h>
2263 Syntax error
2264_ACEOF
a889b5ee 2265if { (eval echo "$as_me:2265: \"$ac_cpp conftest.$ac_ext\"") >&5
8fe44445 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
a889b5ee 2271 echo "$as_me:2271: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 2294#line 2294 "configure"
8fe44445 2295#include "confdefs.h"
2296#include <ac_nonexistent.h>
2297_ACEOF
a889b5ee 2298if { (eval echo "$as_me:2298: \"$ac_cpp conftest.$ac_ext\"") >&5
8fe44445 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
a889b5ee 2304 echo "$as_me:2304: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 2332 { { echo "$as_me:2332: error: C preprocessor \"$CPP\" fails sanity check" >&5
8fe44445 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
a889b5ee 2347echo "$as_me:2347: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 2362echo "$as_me:2362: found $ac_dir/$ac_word" >&5
8fe44445 2363break
2364done
2365
2366fi
2367fi
2368LEX=$ac_cv_prog_LEX
2369if test -n "$LEX"; then
a889b5ee 2370 echo "$as_me:2370: result: $LEX" >&5
8fe44445 2371echo "${ECHO_T}$LEX" >&6
2372else
a889b5ee 2373 echo "$as_me:2373: result: no" >&5
8fe44445 2374echo "${ECHO_T}no" >&6
2375fi
2376
2377 test -n "$LEX" && break
2378done
a889b5ee 2379test -n "$LEX" || LEX="${am_missing_run}flex"
8fe44445 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
a889b5ee 2385echo "$as_me:2385: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 2400echo "$as_me:2400: found $ac_dir/$ac_word" >&5
8fe44445 2401break
2402done
2403
2404fi
2405fi
2406LEX=$ac_cv_prog_LEX
2407if test -n "$LEX"; then
a889b5ee 2408 echo "$as_me:2408: result: $LEX" >&5
8fe44445 2409echo "${ECHO_T}$LEX" >&6
2410else
a889b5ee 2411 echo "$as_me:2411: result: no" >&5
8fe44445 2412echo "${ECHO_T}no" >&6
2413fi
2414
2415 test -n "$LEX" && break
2416done
2417test -n "$LEX" || LEX=":"
2418
2419if test -z "$LEXLIB"
2420then
a889b5ee 2421 echo "$as_me:2421: checking for yywrap in -lfl" >&5
8fe44445 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
a889b5ee 2429#line 2429 "configure"
8fe44445 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
a889b5ee 2448if { (eval echo "$as_me:2448: \"$ac_link\"") >&5
8fe44445 2449 (eval $ac_link) 2>&5
2450 ac_status=$?
a889b5ee 2451 echo "$as_me:2451: \$? = $ac_status" >&5
8fe44445 2452 (exit $ac_status); } &&
2453 { ac_try='test -s conftest$ac_exeext'
a889b5ee 2454 { (eval echo "$as_me:2454: \"$ac_try\"") >&5
8fe44445 2455 (eval $ac_try) 2>&5
2456 ac_status=$?
a889b5ee 2457 echo "$as_me:2457: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 2468echo "$as_me:2468: result: $ac_cv_lib_fl_yywrap" >&5
8fe44445 2469echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
2470if test $ac_cv_lib_fl_yywrap = yes; then
2471 LEXLIB="-lfl"
2472else
a889b5ee 2473 echo "$as_me:2473: checking for yywrap in -ll" >&5
8fe44445 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
a889b5ee 2481#line 2481 "configure"
8fe44445 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
a889b5ee 2500if { (eval echo "$as_me:2500: \"$ac_link\"") >&5
8fe44445 2501 (eval $ac_link) 2>&5
2502 ac_status=$?
a889b5ee 2503 echo "$as_me:2503: \$? = $ac_status" >&5
8fe44445 2504 (exit $ac_status); } &&
2505 { ac_try='test -s conftest$ac_exeext'
a889b5ee 2506 { (eval echo "$as_me:2506: \"$ac_try\"") >&5
8fe44445 2507 (eval $ac_try) 2>&5
2508 ac_status=$?
a889b5ee 2509 echo "$as_me:2509: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 2520echo "$as_me:2520: result: $ac_cv_lib_l_yywrap" >&5
8fe44445 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
a889b5ee 2531 echo "$as_me:2531: checking lex output file root" >&5
8fe44445 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
a889b5ee 2545 { { echo "$as_me:2545: error: cannot find output from $LEX; giving up" >&5
8fe44445 2546echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
2547 { (exit 1); exit 1; }; }
2548fi
2549fi
a889b5ee 2550echo "$as_me:2550: result: $ac_cv_prog_lex_root" >&5
8fe44445 2551echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
2552LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
2553
a889b5ee 2554echo "$as_me:2554: checking whether yytext is a pointer" >&5
8fe44445 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
a889b5ee 2570if { (eval echo "$as_me:2570: \"$ac_link\"") >&5
8fe44445 2571 (eval $ac_link) 2>&5
2572 ac_status=$?
a889b5ee 2573 echo "$as_me:2573: \$? = $ac_status" >&5
8fe44445 2574 (exit $ac_status); } &&
2575 { ac_try='test -s conftest$ac_exeext'
a889b5ee 2576 { (eval echo "$as_me:2576: \"$ac_try\"") >&5
8fe44445 2577 (eval $ac_try) 2>&5
2578 ac_status=$?
a889b5ee 2579 echo "$as_me:2579: \$? = $ac_status" >&5
8fe44445 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
a889b5ee 2591echo "$as_me:2591: result: $ac_cv_prog_lex_yytext_pointer" >&5
8fe44445 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.
a889b5ee 2615echo "$as_me:2615: checking for a BSD compatible install" >&5
8fe44445 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
a889b5ee 2664echo "$as_me:2664: result: $INSTALL" >&5
8fe44445 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
a889b5ee 2675echo "$as_me:2675: checking whether ${MAKE-make} sets \${MAKE}" >&5
8fe44445 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
a889b5ee 2695 echo "$as_me:2695: result: yes" >&5
8fe44445 2696echo "${ECHO_T}yes" >&6
2697 SET_MAKE=
2698else
a889b5ee 2699 echo "$as_me:2699: result: no" >&5
8fe44445 2700echo "${ECHO_T}no" >&6
2701 SET_MAKE="MAKE=${MAKE-make}"
2702fi
2703
a889b5ee 2704echo "$as_me:2704: checking whether ln -s works" >&5
8fe44445 2705echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
2706LN_S=$as_ln_s
2707if test "$LN_S" = "ln -s"; then
a889b5ee 2708 echo "$as_me:2708: result: yes" >&5
8fe44445 2709echo "${ECHO_T}yes" >&6
2710else
a889b5ee 2711 echo "$as_me:2711: result: no, using $LN_S" >&5
8fe44445 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
a889b5ee 2717echo "$as_me:2717: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 2732echo "$as_me:2732: found $ac_dir/$ac_word" >&5
8fe44445 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
a889b5ee 2741 echo "$as_me:2741: result: $BISON" >&5
8fe44445 2742echo "${ECHO_T}$BISON" >&6
2743else
a889b5ee 2744 echo "$as_me:2744: result: no" >&5
8fe44445 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
a889b5ee 2750echo "$as_me:2750: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 2765echo "$as_me:2765: found $ac_dir/$ac_word" >&5
8fe44445 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
a889b5ee 2774 echo "$as_me:2774: result: $GREP" >&5
8fe44445 2775echo "${ECHO_T}$GREP" >&6
2776else
a889b5ee 2777 echo "$as_me:2777: result: no" >&5
8fe44445 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
a889b5ee 2783echo "$as_me:2783: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 2798echo "$as_me:2798: found $ac_dir/$ac_word" >&5
8fe44445 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
a889b5ee 2807 echo "$as_me:2807: result: $DIFF" >&5
8fe44445 2808echo "${ECHO_T}$DIFF" >&6
2809else
a889b5ee 2810 echo "$as_me:2810: result: no" >&5
8fe44445 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
a889b5ee 2816echo "$as_me:2816: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 2831echo "$as_me:2831: found $ac_dir/$ac_word" >&5
8fe44445 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
a889b5ee 2840 echo "$as_me:2840: result: $CAT" >&5
8fe44445 2841echo "${ECHO_T}$CAT" >&6
2842else
a889b5ee 2843 echo "$as_me:2843: result: no" >&5
8fe44445 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
a889b5ee 2849echo "$as_me:2849: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 2864echo "$as_me:2864: found $ac_dir/$ac_word" >&5
8fe44445 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
a889b5ee 2873 echo "$as_me:2873: result: $RM" >&5
8fe44445 2874echo "${ECHO_T}$RM" >&6
2875else
a889b5ee 2876 echo "$as_me:2876: result: no" >&5
8fe44445 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
a889b5ee 2882echo "$as_me:2882: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 2897echo "$as_me:2897: found $ac_dir/$ac_word" >&5
8fe44445 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
a889b5ee 2906 echo "$as_me:2906: result: $MV" >&5
8fe44445 2907echo "${ECHO_T}$MV" >&6
2908else
a889b5ee 2909 echo "$as_me:2909: result: no" >&5
8fe44445 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
a889b5ee 2915echo "$as_me:2915: checking for $ac_word" >&5
8fe44445 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"
a889b5ee 2930echo "$as_me:2930: found $ac_dir/$ac_word" >&5
8fe44445 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
a889b5ee 2939 echo "$as_me:2939: result: $CP" >&5
8fe44445 2940echo "${ECHO_T}$CP" >&6
2941else
a889b5ee 2942 echo "$as_me:2942: result: no" >&5
8fe44445 2943echo "${ECHO_T}no" >&6
2944fi
2945
a889b5ee 2946echo "$as_me:2946: checking whether we need _ALL_SOURCE to expose mode_t" >&5
55c181ed 2947echo $ECHO_N "checking whether we need _ALL_SOURCE to expose mode_t... $ECHO_C" >&6
2948all=no
2949cat >conftest.$ac_ext <<_ACEOF
a889b5ee 2950#line 2950 "configure"
55c181ed 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
a889b5ee 2965if { (eval echo "$as_me:2965: \"$ac_compile\"") >&5
55c181ed 2966 (eval $ac_compile) 2>&5
2967 ac_status=$?
a889b5ee 2968 echo "$as_me:2968: \$? = $ac_status" >&5
55c181ed 2969 (exit $ac_status); } &&
2970 { ac_try='test -s conftest.$ac_objext'
a889b5ee 2971 { (eval echo "$as_me:2971: \"$ac_try\"") >&5
55c181ed 2972 (eval $ac_try) 2>&5
2973 ac_status=$?
a889b5ee 2974 echo "$as_me:2974: \$? = $ac_status" >&5
55c181ed 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
a889b5ee 2985#line 2985 "configure"
55c181ed 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
a889b5ee 3001if { (eval echo "$as_me:3001: \"$ac_compile\"") >&5
55c181ed 3002 (eval $ac_compile) 2>&5
3003 ac_status=$?
a889b5ee 3004 echo "$as_me:3004: \$? = $ac_status" >&5
55c181ed 3005 (exit $ac_status); } &&
3006 { ac_try='test -s conftest.$ac_objext'
a889b5ee 3007 { (eval echo "$as_me:3007: \"$ac_try\"") >&5
55c181ed 3008 (eval $ac_try) 2>&5
3009 ac_status=$?
a889b5ee 3010 echo "$as_me:3010: \$? = $ac_status" >&5
55c181ed 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
a889b5ee 3023echo "$as_me:3023: result: $all" >&5
55c181ed 3024echo "${ECHO_T}$all" >&6
3025
8fe44445 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
a889b5ee 3033 echo "$as_me:3033: checking whether to include support for LCL files" >&5
8fe44445 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
a889b5ee 3040echo "$as_me:3040: result: $ac_cv_use_lcl" >&5
8fe44445 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
e5f31c00 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/'`
f2b6724f 3062GCC_INCLUDE_DIR=/usr/include
3063# was /usr/lib/gcc-lib/i386-linux/2.7.2.1/include
e5f31c00 3064# GCC_INCLUDE_DIR=`LANGUAGE= LANG= $CC -v 2>&1 | sed -n -e '/^gcc/ d' -e 's/.* \(.*\)specs/\1include/p'`
8fe44445 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
11db3170 3083#define DEFAULT_LARCHPATH ".$PATH_SEPARATOR$myprefix/share/splint/lib$PATH_SEPARATOR`pwd`/lib$PATH_SEPARATOR"
8fe44445 3084EOF
3085
3086cat >>confdefs.h <<EOF
11db3170 3087#define DEFAULT_LCLIMPORTDIR ".$PATH_SEPARATOR$myprefix/share/splint/imports$PATH_SEPARATOR`pwd`/imports"
8fe44445 3088EOF
3089
3090# These used to be in herald.h
7ac543fa 3091LCL_PARSE_VERSION="Splint 3.0.1.7"
8fe44445 3092
3093cat >>confdefs.h <<EOF
146e25eb 3094#define SPLINT_VERSION "$LCL_PARSE_VERSION --- `date +"%d %b %Y"`"
8fe44445 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
f7bbce9e 3109#just define some Header constants for now...
3110
9882c722 3111UNAME=`uname`
3112cat >>confdefs.h <<EOF
3113#define UNAME "${UNAME}"
3114EOF
3115
f7bbce9e 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 src/Makefile test/Makefile doc/Makefile bin/Makefile"
8fe44445 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
02b84d4b 3252DEFS=-DHAVE_CONFIG_H
8fe44445 3253
3254: ${CONFIG_STATUS=./config.status}
3255ac_clean_files_save=$ac_clean_files
3256ac_clean_files="$ac_clean_files $CONFIG_STATUS"
a889b5ee 3257{ echo "$as_me:3257: creating $CONFIG_STATUS" >&5
8fe44445 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="\\
7ac543fa 3388Splint config.status 3.0.1.7
8fe44445 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
a889b5ee 3433 { { echo "$as_me:3433: error: ambiguous option: $1
8fe44445 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.
a889b5ee 3452 -*) { { echo "$as_me:3452: error: unrecognized option: $1
8fe44445 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
7ac543fa 3471This file was extended by $as_me (Splint 3.0.1.7) 2.52, executed with
8fe44445 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
a889b5ee 3487AMDEP_TRUE="$AMDEP_TRUE"
3488ac_aux_dir="$ac_aux_dir"
3489
8fe44445 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 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
3501 "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
3739432e 3502 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
fc97bef4 3503 "bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
8fe44445 3504 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
3505 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.hin" ;;
a889b5ee 3506 *) { { echo "$as_me:3506: error: invalid argument: $ac_config_target" >&5
8fe44445 3507echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3508 { (exit 1); exit 1; }; };;
3509 esac
3510done
3511
3512# If the user did not use the arguments to specify the items to instantiate,
3513# then the envvar interface is used. Set only those that are not.
3514# We use the long form for the default assignment because of an extremely
3515# bizarre bug on SunOS 4.1.3.
3516if $ac_need_defaults; then
3517 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3518 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
3519 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3520fi
3521
3522# Create a temporary directory, and hook for its removal unless debugging.
3523$debug ||
3524{
3525 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3526 trap '{ (exit 1); exit 1; }' 1 2 13 15
3527}
3528
3529# Create a (secure) tmp directory for tmp files.
3530: ${TMPDIR=/tmp}
3531{
3532 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
3533 test -n "$tmp" && test -d "$tmp"
3534} ||
3535{
3536 tmp=$TMPDIR/cs$$-$RANDOM
3537 (umask 077 && mkdir $tmp)
3538} ||
3539{
3540 echo "$me: cannot create a temporary directory in $TMPDIR" >&2
3541 { (exit 1); exit 1; }
3542}
3543
3544EOF
3545
3546cat >>$CONFIG_STATUS <<EOF
3547
3548#
3549# CONFIG_FILES section.
3550#
3551
3552# No need to generate the scripts if there are no CONFIG_FILES.
3553# This happens for instance when ./config.status config.h
3554if test -n "\$CONFIG_FILES"; then
3555 # Protect against being on the right side of a sed subst in config.status.
3556 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3557 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3558s,@SHELL@,$SHELL,;t t
3559s,@exec_prefix@,$exec_prefix,;t t
3560s,@prefix@,$prefix,;t t
3561s,@program_transform_name@,$program_transform_name,;t t
3562s,@bindir@,$bindir,;t t
3563s,@sbindir@,$sbindir,;t t
3564s,@libexecdir@,$libexecdir,;t t
3565s,@datadir@,$datadir,;t t
3566s,@sysconfdir@,$sysconfdir,;t t
3567s,@sharedstatedir@,$sharedstatedir,;t t
3568s,@localstatedir@,$localstatedir,;t t
3569s,@libdir@,$libdir,;t t
3570s,@includedir@,$includedir,;t t
3571s,@oldincludedir@,$oldincludedir,;t t
3572s,@infodir@,$infodir,;t t
3573s,@mandir@,$mandir,;t t
3574s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3575s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3576s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3577s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3578s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3579s,@build_alias@,$build_alias,;t t
3580s,@host_alias@,$host_alias,;t t
3581s,@target_alias@,$target_alias,;t t
3582s,@ECHO_C@,$ECHO_C,;t t
3583s,@ECHO_N@,$ECHO_N,;t t
3584s,@ECHO_T@,$ECHO_T,;t t
3585s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3586s,@DEFS@,$DEFS,;t t
3587s,@LIBS@,$LIBS,;t t
3588s,@build@,$build,;t t
3589s,@build_cpu@,$build_cpu,;t t
3590s,@build_vendor@,$build_vendor,;t t
3591s,@build_os@,$build_os,;t t
3592s,@host@,$host,;t t
3593s,@host_cpu@,$host_cpu,;t t
3594s,@host_vendor@,$host_vendor,;t t
3595s,@host_os@,$host_os,;t t
f7bbce9e 3596s,@target@,$target,;t t
3597s,@target_cpu@,$target_cpu,;t t
3598s,@target_vendor@,$target_vendor,;t t
3599s,@target_os@,$target_os,;t t
8fe44445 3600s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
3601s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
3602s,@INSTALL_DATA@,$INSTALL_DATA,;t t
3603s,@PACKAGE@,$PACKAGE,;t t
3604s,@VERSION@,$VERSION,;t t
a889b5ee 3605s,@EXEEXT@,$EXEEXT,;t t
3606s,@OBJEXT@,$OBJEXT,;t t
8fe44445 3607s,@ACLOCAL@,$ACLOCAL,;t t
3608s,@AUTOCONF@,$AUTOCONF,;t t
3609s,@AUTOMAKE@,$AUTOMAKE,;t t
3610s,@AUTOHEADER@,$AUTOHEADER,;t t
3611s,@MAKEINFO@,$MAKEINFO,;t t
a889b5ee 3612s,@AMTAR@,$AMTAR,;t t
3613s,@install_sh@,$install_sh,;t t
3614s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
3615s,@AWK@,$AWK,;t t
8fe44445 3616s,@SET_MAKE@,$SET_MAKE,;t t
a889b5ee 3617s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
3618s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
3619s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
3620s,@DEPDIR@,$DEPDIR,;t t
c1dda563 3621s,@CC@,$CC,;t t
3622s,@CFLAGS@,$CFLAGS,;t t
8fe44445 3623s,@LDFLAGS@,$LDFLAGS,;t t
3624s,@CPPFLAGS@,$CPPFLAGS,;t t
c1dda563 3625s,@ac_ct_CC@,$ac_ct_CC,;t t
a889b5ee 3626s,@am__include@,$am__include,;t t
3627s,@am__quote@,$am__quote,;t t
3628s,@CCDEPMODE@,$CCDEPMODE,;t t
8fe44445 3629s,@CPP@,$CPP,;t t
3630s,@LEX@,$LEX,;t t
3631s,@LEXLIB@,$LEXLIB,;t t
3632s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
3633s,@LN_S@,$LN_S,;t t
3634s,@BISON@,$BISON,;t t
3635s,@GREP@,$GREP,;t t
3636s,@DIFF@,$DIFF,;t t
3637s,@CAT@,$CAT,;t t
3638s,@RM@,$RM,;t t
3639s,@MV@,$MV,;t t
3640s,@CP@,$CP,;t t
3641s,@LCLOBJ@,$LCLOBJ,;t t
3642CEOF
3643
3644EOF
3645
3646 cat >>$CONFIG_STATUS <<\EOF
3647 # Split the substitutions into bite-sized pieces for seds with
3648 # small command number limits, like on Digital OSF/1 and HP-UX.
3649 ac_max_sed_lines=48
3650 ac_sed_frag=1 # Number of current file.
3651 ac_beg=1 # First line for current file.
3652 ac_end=$ac_max_sed_lines # Line after last line for current file.
3653 ac_more_lines=:
3654 ac_sed_cmds=
3655 while $ac_more_lines; do
3656 if test $ac_beg -gt 1; then
3657 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3658 else
3659 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3660 fi
3661 if test ! -s $tmp/subs.frag; then
3662 ac_more_lines=false
3663 else
3664 # The purpose of the label and of the branching condition is to
3665 # speed up the sed processing (if there are no `@' at all, there
3666 # is no need to browse any of the substitutions).
3667 # These are the two extra sed commands mentioned above.
3668 (echo ':t
3669 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3670 if test -z "$ac_sed_cmds"; then
3671 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3672 else
3673 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3674 fi
3675 ac_sed_frag=`expr $ac_sed_frag + 1`
3676 ac_beg=$ac_end
3677 ac_end=`expr $ac_end + $ac_max_sed_lines`
3678 fi
3679 done
3680 if test -z "$ac_sed_cmds"; then
3681 ac_sed_cmds=cat
3682 fi
3683fi # test -n "$CONFIG_FILES"
3684
3685EOF
3686cat >>$CONFIG_STATUS <<\EOF
3687for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3688 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3689 case $ac_file in
3690 - | *:- | *:-:* ) # input from stdin
3691 cat >$tmp/stdin
3692 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3693 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3694 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3695 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3696 * ) ac_file_in=$ac_file.in ;;
3697 esac
3698
3699 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3700 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3701 X"$ac_file" : 'X\(//\)[^/]' \| \
3702 X"$ac_file" : 'X\(//\)$' \| \
3703 X"$ac_file" : 'X\(/\)' \| \
3704 . : '\(.\)' 2>/dev/null ||
3705echo X"$ac_file" |
3706 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3707 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3708 /^X\(\/\/\)$/{ s//\1/; q; }
3709 /^X\(\/\).*/{ s//\1/; q; }
3710 s/.*/./; q'`
3711 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3712 { case "$ac_dir" in
3713 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
3714 *) as_incr_dir=.;;
3715esac
3716as_dummy="$ac_dir"
3717for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
3718 case $as_mkdir_dir in
3719 # Skip DOS drivespec
3720 ?:) as_incr_dir=$as_mkdir_dir ;;
3721 *)
3722 as_incr_dir=$as_incr_dir/$as_mkdir_dir
3723 test -d "$as_incr_dir" || mkdir "$as_incr_dir"
3724 ;;
3725 esac
3726done; }
3727
3728 ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
3729 # A "../" for each directory in $ac_dir_suffix.
3730 ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
3731 else
3732 ac_dir_suffix= ac_dots=
3733 fi
3734
3735 case $srcdir in
3736 .) ac_srcdir=.
3737 if test -z "$ac_dots"; then
3738 ac_top_srcdir=.
3739 else
3740 ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
3741 fi ;;
3742 [\\/]* | ?:[\\/]* )
3743 ac_srcdir=$srcdir$ac_dir_suffix;
3744 ac_top_srcdir=$srcdir ;;
3745 *) # Relative path.
3746 ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
3747 ac_top_srcdir=$ac_dots$srcdir ;;
3748 esac
3749
3750 case $INSTALL in
3751 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3752 *) ac_INSTALL=$ac_dots$INSTALL ;;
3753 esac
3754
3755 if test x"$ac_file" != x-; then
a889b5ee 3756 { echo "$as_me:3756: creating $ac_file" >&5
8fe44445 3757echo "$as_me: creating $ac_file" >&6;}
3758 rm -f "$ac_file"
3759 fi
3760 # Let's still pretend it is `configure' which instantiates (i.e., don't
3761 # use $as_me), people would be surprised to read:
3762 # /* config.h. Generated automatically by config.status. */
3763 configure_input="Generated automatically from `echo $ac_file_in |
3764 sed 's,.*/,,'` by configure."
3765
3766 # First look for the input files in the build tree, otherwise in the
3767 # src tree.
3768 ac_file_inputs=`IFS=:
3769 for f in $ac_file_in; do
3770 case $f in
3771 -) echo $tmp/stdin ;;
3772 [\\/$]*)
3773 # Absolute (can't be DOS-style, as IFS=:)
a889b5ee 3774 test -f "$f" || { { echo "$as_me:3774: error: cannot find input file: $f" >&5
8fe44445 3775echo "$as_me: error: cannot find input file: $f" >&2;}
3776 { (exit 1); exit 1; }; }
3777 echo $f;;
3778 *) # Relative
3779 if test -f "$f"; then
3780 # Build tree
3781 echo $f
3782 elif test -f "$srcdir/$f"; then
3783 # Source tree
3784 echo $srcdir/$f
3785 else
3786 # /dev/null tree
a889b5ee 3787 { { echo "$as_me:3787: error: cannot find input file: $f" >&5
8fe44445 3788echo "$as_me: error: cannot find input file: $f" >&2;}
3789 { (exit 1); exit 1; }; }
3790 fi;;
3791 esac
3792 done` || { (exit 1); exit 1; }
3793EOF
3794cat >>$CONFIG_STATUS <<EOF
3795 sed "$ac_vpsub
3796$extrasub
3797EOF
3798cat >>$CONFIG_STATUS <<\EOF
3799:t
3800/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3801s,@configure_input@,$configure_input,;t t
3802s,@srcdir@,$ac_srcdir,;t t
3803s,@top_srcdir@,$ac_top_srcdir,;t t
3804s,@INSTALL@,$ac_INSTALL,;t t
3805" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3806 rm -f $tmp/stdin
3807 if test x"$ac_file" != x-; then
3808 mv $tmp/out $ac_file
3809 else
3810 cat $tmp/out
3811 rm -f $tmp/out
3812 fi
3813
3814done
3815EOF
3816cat >>$CONFIG_STATUS <<\EOF
3817
3818#
3819# CONFIG_HEADER section.
3820#
3821
3822# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3823# NAME is the cpp macro being defined and VALUE is the value it is being given.
3824#
3825# ac_d sets the value in "#define NAME VALUE" lines.
3826ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
3827ac_dB='[ ].*$,\1#\2'
3828ac_dC=' '
3829ac_dD=',;t'
3830# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3831ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3832ac_uB='$,\1#\2define\3'
3833ac_uC=' '
3834ac_uD=',;t'
3835
3836for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
3837 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3838 case $ac_file in
3839 - | *:- | *:-:* ) # input from stdin
3840 cat >$tmp/stdin
3841 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3842 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3843 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3844 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3845 * ) ac_file_in=$ac_file.in ;;
3846 esac
3847
a889b5ee 3848 test x"$ac_file" != x- && { echo "$as_me:3848: creating $ac_file" >&5
8fe44445 3849echo "$as_me: creating $ac_file" >&6;}
3850
3851 # First look for the input files in the build tree, otherwise in the
3852 # src tree.
3853 ac_file_inputs=`IFS=:
3854 for f in $ac_file_in; do
3855 case $f in
3856 -) echo $tmp/stdin ;;
3857 [\\/$]*)
3858 # Absolute (can't be DOS-style, as IFS=:)
a889b5ee 3859 test -f "$f" || { { echo "$as_me:3859: error: cannot find input file: $f" >&5
8fe44445 3860echo "$as_me: error: cannot find input file: $f" >&2;}
3861 { (exit 1); exit 1; }; }
3862 echo $f;;
3863 *) # Relative
3864 if test -f "$f"; then
3865 # Build tree
3866 echo $f
3867 elif test -f "$srcdir/$f"; then
3868 # Source tree
3869 echo $srcdir/$f
3870 else
3871 # /dev/null tree
a889b5ee 3872 { { echo "$as_me:3872: error: cannot find input file: $f" >&5
8fe44445 3873echo "$as_me: error: cannot find input file: $f" >&2;}
3874 { (exit 1); exit 1; }; }
3875 fi;;
3876 esac
3877 done` || { (exit 1); exit 1; }
3878 # Remove the trailing spaces.
3879 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
3880
3881EOF
3882
3883# Transform confdefs.h into two sed scripts, `conftest.defines' and
3884# `conftest.undefs', that substitutes the proper values into
3885# config.h.in to produce config.h. The first handles `#define'
3886# templates, and the second `#undef' templates.
3887# And first: Protect against being on the right side of a sed subst in
3888# config.status. Protect against being in an unquoted here document
3889# in config.status.
3890rm -f conftest.defines conftest.undefs
3891# Using a here document instead of a string reduces the quoting nightmare.
3892# Putting comments in sed scripts is not portable.
3893#
3894# `end' is used to avoid that the second main sed command (meant for
3895# 0-ary CPP macros) applies to n-ary macro definitions.
3896# See the Autoconf documentation for `clear'.
3897cat >confdef2sed.sed <<\EOF
3898s/[\\&,]/\\&/g
3899s,[\\$`],\\&,g
3900t clear
3901: clear
3902s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
3903t end
3904s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
3905: end
3906EOF
3907# If some macros were called several times there might be several times
3908# the same #defines, which is useless. Nevertheless, we may not want to
3909# sort them, since we want the *last* AC-DEFINE to be honored.
3910uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
3911sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
3912rm -f confdef2sed.sed
3913
3914# This sed command replaces #undef with comments. This is necessary, for
3915# example, in the case of _POSIX_SOURCE, which is predefined and required
3916# on some systems where configure will not decide to define it.
3917cat >>conftest.undefs <<\EOF
3918s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
3919EOF
3920
3921# Break up conftest.defines because some shells have a limit on the size
3922# of here documents, and old seds have small limits too (100 cmds).
3923echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
3924echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
3925echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
3926echo ' :' >>$CONFIG_STATUS
3927rm -f conftest.tail
3928while grep . conftest.defines >/dev/null
3929do
3930 # Write a limited-size here document to $tmp/defines.sed.
3931 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
3932 # Speed up: don't consider the non `#define' lines.
3933 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
3934 # Work around the forget-to-reset-the-flag bug.
3935 echo 't clr' >>$CONFIG_STATUS
3936 echo ': clr' >>$CONFIG_STATUS
3937 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
3938 echo 'CEOF
3939 sed -f $tmp/defines.sed $tmp/in >$tmp/out
3940 rm -f $tmp/in
3941 mv $tmp/out $tmp/in
3942' >>$CONFIG_STATUS
3943 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
3944 rm -f conftest.defines
3945 mv conftest.tail conftest.defines
3946done
3947rm -f conftest.defines
3948echo ' fi # egrep' >>$CONFIG_STATUS
3949echo >>$CONFIG_STATUS
3950
3951# Break up conftest.undefs because some shells have a limit on the size
3952# of here documents, and old seds have small limits too (100 cmds).
3953echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
3954rm -f conftest.tail
3955while grep . conftest.undefs >/dev/null
3956do
3957 # Write a limited-size here document to $tmp/undefs.sed.
3958 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
3959 # Speed up: don't consider the non `#undef'
3960 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
3961 # Work around the forget-to-reset-the-flag bug.
3962 echo 't clr' >>$CONFIG_STATUS
3963 echo ': clr' >>$CONFIG_STATUS
3964 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
3965 echo 'CEOF
3966 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
3967 rm -f $tmp/in
3968 mv $tmp/out $tmp/in
3969' >>$CONFIG_STATUS
3970 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
3971 rm -f conftest.undefs
3972 mv conftest.tail conftest.undefs
3973done
3974rm -f conftest.undefs
3975
3976cat >>$CONFIG_STATUS <<\EOF
3977 # Let's still pretend it is `configure' which instantiates (i.e., don't
3978 # use $as_me), people would be surprised to read:
3979 # /* config.h. Generated automatically by config.status. */
3980 if test x"$ac_file" = x-; then
3981 echo "/* Generated automatically by configure. */" >$tmp/config.h
3982 else
3983 echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h
3984 fi
3985 cat $tmp/in >>$tmp/config.h
3986 rm -f $tmp/in
3987 if test x"$ac_file" != x-; then
3988 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
a889b5ee 3989 { echo "$as_me:3989: $ac_file is unchanged" >&5
8fe44445 3990echo "$as_me: $ac_file is unchanged" >&6;}
3991 else
3992 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3993 X"$ac_file" : 'X\(//\)[^/]' \| \
3994 X"$ac_file" : 'X\(//\)$' \| \
3995 X"$ac_file" : 'X\(/\)' \| \
3996 . : '\(.\)' 2>/dev/null ||
3997echo X"$ac_file" |
3998 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3999 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4000 /^X\(\/\/\)$/{ s//\1/; q; }
4001 /^X\(\/\).*/{ s//\1/; q; }
4002 s/.*/./; q'`
4003 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4004 { case "$ac_dir" in
4005 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
4006 *) as_incr_dir=.;;
4007esac
4008as_dummy="$ac_dir"
4009for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
4010 case $as_mkdir_dir in
4011 # Skip DOS drivespec
4012 ?:) as_incr_dir=$as_mkdir_dir ;;
4013 *)
4014 as_incr_dir=$as_incr_dir/$as_mkdir_dir
4015 test -d "$as_incr_dir" || mkdir "$as_incr_dir"
4016 ;;
4017 esac
4018done; }
4019
4020 fi
4021 rm -f $ac_file
4022 mv $tmp/config.h $ac_file
4023 fi
4024 else
4025 cat $tmp/config.h
4026 rm -f $tmp/config.h
4027 fi
a889b5ee 4028 # Run the commands associated with the file.
4029 case $ac_file in
4030 config.h ) # update the timestamp
4031echo timestamp >"./stamp-h1"
4032 ;;
4033 esac
8fe44445 4034done
4035EOF
4036cat >>$CONFIG_STATUS <<\EOF
4037
4038#
4039# CONFIG_COMMANDS section.
4040#
4041for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
4042 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
4043 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
4044
4045 case $ac_dest in
a889b5ee 4046 default-1 )
4047test x"$AMDEP_TRUE" != x"" ||
4048for mf in $CONFIG_FILES; do
4049 case "$mf" in
4050 Makefile) dirpart=.;;
4051 */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
4052 *) continue;;
4053 esac
4054 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
4055 # Extract the definition of DEP_FILES from the Makefile without
4056 # running `make'.
4057 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
4058 test -z "$DEPDIR" && continue
4059 # When using ansi2knr, U may be empty or an underscore; expand it
4060 U=`sed -n -e '/^U = / s///p' < "$mf"`
4061 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
4062 # We invoke sed twice because it is the simplest approach to
4063 # changing $(DEPDIR) to its actual value in the expansion.
4064 for file in `sed -n -e '
4065 /^DEP_FILES = .*\\\\$/ {
4066 s/^DEP_FILES = //
4067 :loop
4068 s/\\\\$//
4069 p
4070 n
4071 /\\\\$/ b loop
4072 p
4073 }
4074 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
4075 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4076 # Make sure the directory exists.
4077 test -f "$dirpart/$file" && continue
4078 fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
4079 $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
4080 # echo "creating $dirpart/$file"
4081 echo '# dummy' > "$dirpart/$file"
4082 done
4083done
4084 ;;
8fe44445 4085 esac
4086done
4087EOF
4088
4089cat >>$CONFIG_STATUS <<\EOF
4090
4091{ (exit 0); exit 0; }
4092EOF
4093chmod +x $CONFIG_STATUS
4094ac_clean_files=$ac_clean_files_save
4095
4096# configure is writing to config.log, and then calls config.status.
4097# config.status does its own redirection, appending to config.log.
4098# Unfortunately, on DOS this fails, as config.log is still kept open
4099# by configure, so config.status won't be able to write to it; its
4100# output is simply discarded. So we exec the FD to /dev/null,
4101# effectively closing config.log, so it can be properly (re)opened and
4102# appended to by config.status. When coming back to configure, we
4103# need to make the FD available again.
4104if test "$no_create" != yes; then
4105 ac_cs_success=:
4106 exec 5>/dev/null
4107 $SHELL $CONFIG_STATUS || ac_cs_success=false
4108 exec 5>>config.log
4109 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4110 # would make configure fail if this is the last instruction.
4111 $ac_cs_success || { (exit 1); exit 1; }
4112fi
885824d3 4113
This page took 0.678474 seconds and 5 git commands to generate.