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