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