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