]> gcc.gnu.org Git - gcc.git/blame - fastjar/configure
Makefile.am: Define ACLOCAL_AMFLAGS.
[gcc.git] / fastjar / configure
CommitLineData
bd8757b3 1#! /bin/sh
bd8757b3 2# Guess values for system-dependent variables and create Makefiles.
8ab705be 3# Generated by GNU Autoconf 2.59.
bd8757b3 4#
3beb1315 5# Copyright (C) 2003 Free Software Foundation, Inc.
bd8757b3
APB
6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it.
53d60c04
KC
8## --------------------- ##
9## M4sh Initialization. ##
10## --------------------- ##
11
12# Be Bourne compatible
13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21fi
3beb1315 22DUALCASE=1; export DUALCASE # for MKS sh
53d60c04
KC
23
24# Support unset when possible.
3beb1315 25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
53d60c04
KC
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43do
3beb1315 44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
53d60c04
KC
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
bd8757b3 185
53d60c04
KC
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
3beb1315 221 test -d ./-p && rmdir ./-p
53d60c04
KC
222 as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
3beb1315 228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
53d60c04
KC
229
230# Sed expression to map a string onto a valid variable name.
3beb1315 231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
53d60c04
KC
232
233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
243
244# Name of the host.
245# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246# so uname gets run too.
247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249exec 6>&1
250
251#
252# Initializations.
253#
bd8757b3 254ac_default_prefix=/usr/local
53d60c04
KC
255ac_config_libobj_dir=.
256cross_compiling=no
257subdirs=
258MFLAGS=
259MAKEFLAGS=
260SHELL=${CONFIG_SHELL-/bin/sh}
261
262# Maximum number of lines to put in a shell here document.
263# This variable seems obsolete. It should probably be removed, and
264# only ac_max_sed_lines should be used.
265: ${ac_max_here_lines=38}
266
267# Identity of this package.
268PACKAGE_NAME=
269PACKAGE_TARNAME=
270PACKAGE_VERSION=
271PACKAGE_STRING=
272PACKAGE_BUGREPORT=
273
274ac_unique_file="jartool.h"
275# Factoring default headers for most tests.
276ac_includes_default="\
277#include <stdio.h>
278#if HAVE_SYS_TYPES_H
279# include <sys/types.h>
280#endif
281#if HAVE_SYS_STAT_H
282# include <sys/stat.h>
283#endif
284#if STDC_HEADERS
285# include <stdlib.h>
286# include <stddef.h>
287#else
288# if HAVE_STDLIB_H
289# include <stdlib.h>
290# endif
291#endif
292#if HAVE_STRING_H
293# if !STDC_HEADERS && HAVE_MEMORY_H
294# include <memory.h>
295# endif
296# include <string.h>
297#endif
298#if HAVE_STRINGS_H
299# include <strings.h>
300#endif
301#if HAVE_INTTYPES_H
302# include <inttypes.h>
303#else
304# if HAVE_STDINT_H
305# include <stdint.h>
306# endif
307#endif
308#if HAVE_UNISTD_H
309# include <unistd.h>
310#endif"
311
3c374d91 312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE RM CP CHMOD MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT fastjar_warn_cflags CPP EGREP ZLIBS ZDEPS ZINCS GENINSRC_TRUE GENINSRC_FALSE gcc_version LIBOBJS LTLIBOBJS'
53d60c04 313ac_subst_files=''
bd8757b3
APB
314
315# Initialize some variables set by options.
53d60c04
KC
316ac_init_help=
317ac_init_version=false
bd8757b3
APB
318# The variables have the same names as the options, with
319# dashes changed to underlines.
53d60c04 320cache_file=/dev/null
bd8757b3 321exec_prefix=NONE
bd8757b3 322no_create=
bd8757b3
APB
323no_recursion=
324prefix=NONE
325program_prefix=NONE
326program_suffix=NONE
327program_transform_name=s,x,x,
328silent=
329site=
330srcdir=
bd8757b3
APB
331verbose=
332x_includes=NONE
333x_libraries=NONE
53d60c04
KC
334
335# Installation directory options.
336# These are left unexpanded so users can "make install exec_prefix=/foo"
337# and all the variables that are supposed to be based on exec_prefix
338# by default will actually change.
339# Use braces instead of parens because sh, perl, etc. also accept them.
bd8757b3
APB
340bindir='${exec_prefix}/bin'
341sbindir='${exec_prefix}/sbin'
342libexecdir='${exec_prefix}/libexec'
343datadir='${prefix}/share'
344sysconfdir='${prefix}/etc'
345sharedstatedir='${prefix}/com'
346localstatedir='${prefix}/var'
347libdir='${exec_prefix}/lib'
348includedir='${prefix}/include'
349oldincludedir='/usr/include'
350infodir='${prefix}/info'
351mandir='${prefix}/man'
352
bd8757b3
APB
353ac_prev=
354for ac_option
355do
bd8757b3
APB
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
359 ac_prev=
360 continue
361 fi
362
53d60c04 363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
bd8757b3
APB
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
53d60c04 367 case $ac_option in
bd8757b3
APB
368
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
370 ac_prev=bindir ;;
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
53d60c04 372 bindir=$ac_optarg ;;
bd8757b3
APB
373
374 -build | --build | --buil | --bui | --bu)
53d60c04 375 ac_prev=build_alias ;;
bd8757b3 376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
53d60c04 377 build_alias=$ac_optarg ;;
bd8757b3
APB
378
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381 ac_prev=cache_file ;;
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
53d60c04
KC
384 cache_file=$ac_optarg ;;
385
386 --config-cache | -C)
387 cache_file=config.cache ;;
bd8757b3
APB
388
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390 ac_prev=datadir ;;
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
53d60c04 393 datadir=$ac_optarg ;;
bd8757b3
APB
394
395 -disable-* | --disable-*)
53d60c04 396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
bd8757b3 397 # Reject names that are not valid shell variable names.
53d60c04
KC
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
bd8757b3
APB
403
404 -enable-* | --enable-*)
53d60c04 405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
bd8757b3 406 # Reject names that are not valid shell variable names.
53d60c04
KC
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411 case $ac_option in
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
bd8757b3
APB
413 *) ac_optarg=yes ;;
414 esac
53d60c04 415 eval "enable_$ac_feature='$ac_optarg'" ;;
bd8757b3
APB
416
417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419 | --exec | --exe | --ex)
420 ac_prev=exec_prefix ;;
421 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423 | --exec=* | --exe=* | --ex=*)
53d60c04 424 exec_prefix=$ac_optarg ;;
bd8757b3
APB
425
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
428 with_gas=yes ;;
429
53d60c04
KC
430 -help | --help | --hel | --he | -h)
431 ac_init_help=long ;;
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433 ac_init_help=recursive ;;
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435 ac_init_help=short ;;
bd8757b3
APB
436
437 -host | --host | --hos | --ho)
53d60c04 438 ac_prev=host_alias ;;
bd8757b3 439 -host=* | --host=* | --hos=* | --ho=*)
53d60c04 440 host_alias=$ac_optarg ;;
bd8757b3
APB
441
442 -includedir | --includedir | --includedi | --included | --include \
443 | --includ | --inclu | --incl | --inc)
444 ac_prev=includedir ;;
445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446 | --includ=* | --inclu=* | --incl=* | --inc=*)
53d60c04 447 includedir=$ac_optarg ;;
bd8757b3
APB
448
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
450 ac_prev=infodir ;;
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
53d60c04 452 infodir=$ac_optarg ;;
bd8757b3
APB
453
454 -libdir | --libdir | --libdi | --libd)
455 ac_prev=libdir ;;
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
53d60c04 457 libdir=$ac_optarg ;;
bd8757b3
APB
458
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
53d60c04 464 libexecdir=$ac_optarg ;;
bd8757b3
APB
465
466 -localstatedir | --localstatedir | --localstatedi | --localstated \
467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
469 ac_prev=localstatedir ;;
470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
53d60c04 473 localstatedir=$ac_optarg ;;
bd8757b3
APB
474
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476 ac_prev=mandir ;;
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
53d60c04 478 mandir=$ac_optarg ;;
bd8757b3
APB
479
480 -nfp | --nfp | --nf)
481 # Obsolete; use --without-fp.
482 with_fp=no ;;
483
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
53d60c04 485 | --no-cr | --no-c | -n)
bd8757b3
APB
486 no_create=yes ;;
487
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490 no_recursion=yes ;;
491
492 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494 | --oldin | --oldi | --old | --ol | --o)
495 ac_prev=oldincludedir ;;
496 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
53d60c04 499 oldincludedir=$ac_optarg ;;
bd8757b3
APB
500
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502 ac_prev=prefix ;;
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
53d60c04 504 prefix=$ac_optarg ;;
bd8757b3
APB
505
506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
508 ac_prev=program_prefix ;;
509 -program-prefix=* | --program-prefix=* | --program-prefi=* \
510 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
53d60c04 511 program_prefix=$ac_optarg ;;
bd8757b3
APB
512
513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
514 | --program-suf | --program-su | --program-s)
515 ac_prev=program_suffix ;;
516 -program-suffix=* | --program-suffix=* | --program-suffi=* \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
53d60c04 518 program_suffix=$ac_optarg ;;
bd8757b3
APB
519
520 -program-transform-name | --program-transform-name \
521 | --program-transform-nam | --program-transform-na \
522 | --program-transform-n | --program-transform- \
523 | --program-transform | --program-transfor \
524 | --program-transfo | --program-transf \
525 | --program-trans | --program-tran \
526 | --progr-tra | --program-tr | --program-t)
527 ac_prev=program_transform_name ;;
528 -program-transform-name=* | --program-transform-name=* \
529 | --program-transform-nam=* | --program-transform-na=* \
530 | --program-transform-n=* | --program-transform-=* \
531 | --program-transform=* | --program-transfor=* \
532 | --program-transfo=* | --program-transf=* \
533 | --program-trans=* | --program-tran=* \
534 | --progr-tra=* | --program-tr=* | --program-t=*)
53d60c04 535 program_transform_name=$ac_optarg ;;
bd8757b3
APB
536
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
539 silent=yes ;;
540
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542 ac_prev=sbindir ;;
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544 | --sbi=* | --sb=*)
53d60c04 545 sbindir=$ac_optarg ;;
bd8757b3
APB
546
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
550 | --sha | --sh)
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555 | --sha=* | --sh=*)
53d60c04 556 sharedstatedir=$ac_optarg ;;
bd8757b3
APB
557
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
53d60c04 561 site=$ac_optarg ;;
bd8757b3
APB
562
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564 ac_prev=srcdir ;;
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
53d60c04 566 srcdir=$ac_optarg ;;
bd8757b3
APB
567
568 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569 | --syscon | --sysco | --sysc | --sys | --sy)
570 ac_prev=sysconfdir ;;
571 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
53d60c04 573 sysconfdir=$ac_optarg ;;
bd8757b3
APB
574
575 -target | --target | --targe | --targ | --tar | --ta | --t)
53d60c04 576 ac_prev=target_alias ;;
bd8757b3 577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
53d60c04 578 target_alias=$ac_optarg ;;
bd8757b3
APB
579
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
581 verbose=yes ;;
582
53d60c04
KC
583 -version | --version | --versio | --versi | --vers | -V)
584 ac_init_version=: ;;
bd8757b3
APB
585
586 -with-* | --with-*)
53d60c04 587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
bd8757b3 588 # Reject names that are not valid shell variable names.
53d60c04
KC
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
bd8757b3 592 ac_package=`echo $ac_package| sed 's/-/_/g'`
53d60c04
KC
593 case $ac_option in
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
bd8757b3
APB
595 *) ac_optarg=yes ;;
596 esac
53d60c04 597 eval "with_$ac_package='$ac_optarg'" ;;
bd8757b3
APB
598
599 -without-* | --without-*)
53d60c04 600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
bd8757b3 601 # Reject names that are not valid shell variable names.
53d60c04
KC
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
bd8757b3
APB
607
608 --x)
609 # Obsolete; use --with-x.
610 with_x=yes ;;
611
612 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613 | --x-incl | --x-inc | --x-in | --x-i)
614 ac_prev=x_includes ;;
615 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
53d60c04 617 x_includes=$ac_optarg ;;
bd8757b3
APB
618
619 -x-libraries | --x-libraries | --x-librarie | --x-librari \
620 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621 ac_prev=x_libraries ;;
622 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
53d60c04 624 x_libraries=$ac_optarg ;;
bd8757b3 625
53d60c04
KC
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
bd8757b3
APB
629 ;;
630
53d60c04
KC
631 *=*)
632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
639 export $ac_envvar ;;
640
bd8757b3 641 *)
53d60c04
KC
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
bd8757b3
APB
647 ;;
648
649 esac
650done
651
652if test -n "$ac_prev"; then
53d60c04
KC
653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
bd8757b3 656fi
bd8757b3 657
53d60c04
KC
658# Be sure to have absolute paths.
659for ac_var in exec_prefix prefix
660do
661 eval ac_val=$`echo $ac_var`
662 case $ac_val in
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
666 esac
667done
bd8757b3 668
53d60c04
KC
669# Be sure to have absolute paths.
670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
3beb1315 671 localstatedir libdir includedir oldincludedir infodir mandir
bd8757b3 672do
53d60c04
KC
673 eval ac_val=$`echo $ac_var`
674 case $ac_val in
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
bd8757b3
APB
678 esac
679done
680
53d60c04
KC
681# There might be people who depend on the old broken behavior: `$host'
682# used to hold the argument of --host etc.
683# FIXME: To remove some day.
684build=$build_alias
685host=$host_alias
686target=$target_alias
687
688# FIXME: To remove some day.
689if test "x$host_alias" != x; then
690 if test "x$build_alias" = x; then
691 cross_compiling=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
695 cross_compiling=yes
696 fi
697fi
bd8757b3 698
53d60c04
KC
699ac_tool_prefix=
700test -n "$host_alias" && ac_tool_prefix=$host_alias-
701
702test "$silent" = yes && exec 6>/dev/null
bd8757b3 703
bd8757b3
APB
704
705# Find the source files, if location was not specified.
706if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
53d60c04
KC
709 ac_confdir=`(dirname "$0") 2>/dev/null ||
710$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3beb1315
HPN
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
53d60c04
KC
715echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
720 s/.*/./; q'`
bd8757b3
APB
721 srcdir=$ac_confdir
722 if test ! -r $srcdir/$ac_unique_file; then
723 srcdir=..
724 fi
725else
726 ac_srcdir_defaulted=no
727fi
728if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
53d60c04
KC
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
bd8757b3 732 else
53d60c04
KC
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
bd8757b3
APB
735 fi
736fi
53d60c04
KC
737(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741ac_env_build_alias_set=${build_alias+set}
742ac_env_build_alias_value=$build_alias
743ac_cv_env_build_alias_set=${build_alias+set}
744ac_cv_env_build_alias_value=$build_alias
745ac_env_host_alias_set=${host_alias+set}
746ac_env_host_alias_value=$host_alias
747ac_cv_env_host_alias_set=${host_alias+set}
748ac_cv_env_host_alias_value=$host_alias
749ac_env_target_alias_set=${target_alias+set}
750ac_env_target_alias_value=$target_alias
751ac_cv_env_target_alias_set=${target_alias+set}
752ac_cv_env_target_alias_value=$target_alias
753ac_env_CC_set=${CC+set}
754ac_env_CC_value=$CC
755ac_cv_env_CC_set=${CC+set}
756ac_cv_env_CC_value=$CC
757ac_env_CFLAGS_set=${CFLAGS+set}
758ac_env_CFLAGS_value=$CFLAGS
759ac_cv_env_CFLAGS_set=${CFLAGS+set}
760ac_cv_env_CFLAGS_value=$CFLAGS
761ac_env_LDFLAGS_set=${LDFLAGS+set}
762ac_env_LDFLAGS_value=$LDFLAGS
763ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764ac_cv_env_LDFLAGS_value=$LDFLAGS
765ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766ac_env_CPPFLAGS_value=$CPPFLAGS
767ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769ac_env_CPP_set=${CPP+set}
770ac_env_CPP_value=$CPP
771ac_cv_env_CPP_set=${CPP+set}
772ac_cv_env_CPP_value=$CPP
773
774#
775# Report the --help message.
776#
777if test "$ac_init_help" = "long"; then
778 # Omit some internal or obsolete options to make the list less imposing.
779 # This message is too long to be a string in the A/UX 3.1 sh.
780 cat <<_ACEOF
781\`configure' configures this package to adapt to many kinds of systems.
782
783Usage: $0 [OPTION]... [VAR=VALUE]...
784
785To assign environment variables (e.g., CC, CFLAGS...), specify them as
786VAR=VALUE. See below for descriptions of some of the useful variables.
787
788Defaults for the options are specified in brackets.
789
790Configuration:
791 -h, --help display this help and exit
792 --help=short display options specific to this package
793 --help=recursive display the short help of all the included packages
794 -V, --version display version information and exit
795 -q, --quiet, --silent do not print \`checking...' messages
796 --cache-file=FILE cache test results in FILE [disabled]
797 -C, --config-cache alias for \`--cache-file=config.cache'
798 -n, --no-create do not create output files
799 --srcdir=DIR find the sources in DIR [configure dir or \`..']
800
801_ACEOF
802
803 cat <<_ACEOF
804Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
3beb1315 806 [$ac_default_prefix]
53d60c04 807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
3beb1315 808 [PREFIX]
53d60c04
KC
809
810By default, \`make install' will install all the files in
811\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813for instance \`--prefix=\$HOME'.
814
815For better control, use the options below.
816
817Fine tuning of the installation directories:
818 --bindir=DIR user executables [EPREFIX/bin]
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
820 --libexecdir=DIR program executables [EPREFIX/libexec]
821 --datadir=DIR read-only architecture-independent data [PREFIX/share]
822 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
823 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
824 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
825 --libdir=DIR object code libraries [EPREFIX/lib]
826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
828 --infodir=DIR info documentation [PREFIX/info]
829 --mandir=DIR man documentation [PREFIX/man]
830_ACEOF
831
832 cat <<\_ACEOF
833
834Program names:
835 --program-prefix=PREFIX prepend PREFIX to installed program names
836 --program-suffix=SUFFIX append SUFFIX to installed program names
837 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
838_ACEOF
839fi
840
841if test -n "$ac_init_help"; then
842
843 cat <<\_ACEOF
844
845Optional Features:
846 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
847 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
608cb764
PB
848 --disable-dependency-tracking speeds up one-time build
849 --enable-dependency-tracking do not reject slow dependency extractors
850 --enable-maintainer-mode enable make rules and dependencies not useful
851 (and sometimes confusing) to the casual installer
040e098a
KC
852 --enable-generated-files-in-srcdir
853 put copies of generated files in source dir
854 intended for creating source tarballs for users
855 without texinfo, perl, bison or flex.
53d60c04
KC
856
857Optional Packages:
858 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
859 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
860 --with-system-zlib use installed libz
861
862Some influential environment variables:
863 CC C compiler command
864 CFLAGS C compiler flags
865 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
866 nonstandard directory <lib dir>
867 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
868 headers in a nonstandard directory <include dir>
869 CPP C preprocessor
870
871Use these variables to override the choices made by `configure' or to help
872it to find libraries and programs with nonstandard names/locations.
873
874_ACEOF
875fi
876
877if test "$ac_init_help" = "recursive"; then
878 # If there are subdirs, report their specific --help.
879 ac_popdir=`pwd`
880 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
881 test -d $ac_dir || continue
882 ac_builddir=.
883
884if test "$ac_dir" != .; then
885 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
886 # A "../" for each directory in $ac_dir_suffix.
887 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
888else
889 ac_dir_suffix= ac_top_builddir=
890fi
891
892case $srcdir in
893 .) # No --srcdir option. We are building in place.
894 ac_srcdir=.
895 if test -z "$ac_top_builddir"; then
896 ac_top_srcdir=.
897 else
898 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
899 fi ;;
900 [\\/]* | ?:[\\/]* ) # Absolute path.
901 ac_srcdir=$srcdir$ac_dir_suffix;
902 ac_top_srcdir=$srcdir ;;
903 *) # Relative path.
904 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
905 ac_top_srcdir=$ac_top_builddir$srcdir ;;
906esac
8ab705be
KC
907
908# Do not use `cd foo && pwd` to compute absolute paths, because
909# the directories may not exist.
910case `pwd` in
911.) ac_abs_builddir="$ac_dir";;
3beb1315 912*)
8ab705be
KC
913 case "$ac_dir" in
914 .) ac_abs_builddir=`pwd`;;
915 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
916 *) ac_abs_builddir=`pwd`/"$ac_dir";;
3beb1315
HPN
917 esac;;
918esac
8ab705be 919case $ac_abs_builddir in
3beb1315
HPN
920.) ac_abs_top_builddir=${ac_top_builddir}.;;
921*)
922 case ${ac_top_builddir}. in
8ab705be 923 .) ac_abs_top_builddir=$ac_abs_builddir;;
3beb1315 924 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8ab705be 925 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3beb1315
HPN
926 esac;;
927esac
8ab705be 928case $ac_abs_builddir in
3beb1315
HPN
929.) ac_abs_srcdir=$ac_srcdir;;
930*)
931 case $ac_srcdir in
8ab705be 932 .) ac_abs_srcdir=$ac_abs_builddir;;
3beb1315 933 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8ab705be 934 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3beb1315
HPN
935 esac;;
936esac
8ab705be 937case $ac_abs_builddir in
3beb1315
HPN
938.) ac_abs_top_srcdir=$ac_top_srcdir;;
939*)
940 case $ac_top_srcdir in
8ab705be 941 .) ac_abs_top_srcdir=$ac_abs_builddir;;
3beb1315 942 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8ab705be 943 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3beb1315
HPN
944 esac;;
945esac
53d60c04
KC
946
947 cd $ac_dir
948 # Check for guested configure; otherwise get Cygnus style configure.
949 if test -f $ac_srcdir/configure.gnu; then
950 echo
951 $SHELL $ac_srcdir/configure.gnu --help=recursive
952 elif test -f $ac_srcdir/configure; then
953 echo
954 $SHELL $ac_srcdir/configure --help=recursive
955 elif test -f $ac_srcdir/configure.ac ||
3beb1315 956 test -f $ac_srcdir/configure.in; then
53d60c04
KC
957 echo
958 $ac_configure --help
959 else
960 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
961 fi
79453222 962 cd $ac_popdir
53d60c04
KC
963 done
964fi
965
966test -n "$ac_init_help" && exit 0
967if $ac_init_version; then
968 cat <<\_ACEOF
969
3beb1315 970Copyright (C) 2003 Free Software Foundation, Inc.
53d60c04
KC
971This configure script is free software; the Free Software Foundation
972gives unlimited permission to copy, distribute and modify it.
973_ACEOF
974 exit 0
975fi
976exec 5>config.log
977cat >&5 <<_ACEOF
978This file contains any messages produced by compilers while
979running configure, to aid debugging if configure makes a mistake.
980
981It was created by $as_me, which was
8ab705be 982generated by GNU Autoconf 2.59. Invocation command line was
53d60c04
KC
983
984 $ $0 $@
985
986_ACEOF
987{
988cat <<_ASUNAME
989## --------- ##
990## Platform. ##
991## --------- ##
992
993hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
994uname -m = `(uname -m) 2>/dev/null || echo unknown`
995uname -r = `(uname -r) 2>/dev/null || echo unknown`
996uname -s = `(uname -s) 2>/dev/null || echo unknown`
997uname -v = `(uname -v) 2>/dev/null || echo unknown`
998
999/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1000/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1001
1002/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1003/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1004/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1005hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1006/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1007/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1008/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1009
1010_ASUNAME
1011
1012as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1013for as_dir in $PATH
1014do
1015 IFS=$as_save_IFS
1016 test -z "$as_dir" && as_dir=.
1017 echo "PATH: $as_dir"
1018done
1019
1020} >&5
1021
1022cat >&5 <<_ACEOF
1023
1024
1025## ----------- ##
1026## Core tests. ##
1027## ----------- ##
1028
1029_ACEOF
1030
1031
1032# Keep a trace of the command line.
1033# Strip out --no-create and --no-recursion so they do not pile up.
1034# Strip out --silent because we don't want to record it for future runs.
1035# Also quote any args containing shell meta-characters.
1036# Make two passes to allow for proper duplicate-argument suppression.
1037ac_configure_args=
1038ac_configure_args0=
1039ac_configure_args1=
1040ac_sep=
1041ac_must_keep_next=false
1042for ac_pass in 1 2
1043do
1044 for ac_arg
1045 do
1046 case $ac_arg in
1047 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1048 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1049 | -silent | --silent | --silen | --sile | --sil)
1050 continue ;;
1051 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1052 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1053 esac
1054 case $ac_pass in
1055 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1056 2)
1057 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1058 if test $ac_must_keep_next = true; then
3beb1315 1059 ac_must_keep_next=false # Got value, back to normal.
53d60c04 1060 else
3beb1315
HPN
1061 case $ac_arg in
1062 *=* | --config-cache | -C | -disable-* | --disable-* \
1063 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1064 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1065 | -with-* | --with-* | -without-* | --without-* | --x)
1066 case "$ac_configure_args0 " in
1067 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1068 esac
1069 ;;
1070 -* ) ac_must_keep_next=true ;;
1071 esac
53d60c04
KC
1072 fi
1073 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1074 # Get rid of the leading space.
1075 ac_sep=" "
1076 ;;
1077 esac
1078 done
1079done
1080$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1081$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1082
1083# When interrupted or exit'd, cleanup temporary files, and complete
1084# config.log. We remove comments because anyway the quotes in there
1085# would cause problems or look ugly.
1086# WARNING: Be sure not to use single quotes in there, as some shells,
1087# such as our DU 5.0 friend, will then `close' the trap.
1088trap 'exit_status=$?
1089 # Save into config.log some information that might help in debugging.
1090 {
1091 echo
1092
1093 cat <<\_ASBOX
1094## ---------------- ##
1095## Cache variables. ##
1096## ---------------- ##
1097_ASBOX
1098 echo
1099 # The following way of writing the cache mishandles newlines in values,
1100{
1101 (set) 2>&1 |
1102 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1103 *ac_space=\ *)
1104 sed -n \
3beb1315
HPN
1105 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1106 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
53d60c04
KC
1107 ;;
1108 *)
1109 sed -n \
3beb1315 1110 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
53d60c04
KC
1111 ;;
1112 esac;
1113}
1114 echo
1115
1116 cat <<\_ASBOX
1117## ----------------- ##
1118## Output variables. ##
1119## ----------------- ##
1120_ASBOX
1121 echo
1122 for ac_var in $ac_subst_vars
1123 do
1124 eval ac_val=$`echo $ac_var`
1125 echo "$ac_var='"'"'$ac_val'"'"'"
1126 done | sort
1127 echo
1128
1129 if test -n "$ac_subst_files"; then
1130 cat <<\_ASBOX
1131## ------------- ##
1132## Output files. ##
1133## ------------- ##
1134_ASBOX
1135 echo
1136 for ac_var in $ac_subst_files
1137 do
1138 eval ac_val=$`echo $ac_var`
3beb1315 1139 echo "$ac_var='"'"'$ac_val'"'"'"
53d60c04
KC
1140 done | sort
1141 echo
1142 fi
1143
1144 if test -s confdefs.h; then
1145 cat <<\_ASBOX
1146## ----------- ##
1147## confdefs.h. ##
1148## ----------- ##
1149_ASBOX
1150 echo
1151 sed "/^$/d" confdefs.h | sort
1152 echo
1153 fi
1154 test "$ac_signal" != 0 &&
1155 echo "$as_me: caught signal $ac_signal"
1156 echo "$as_me: exit $exit_status"
1157 } >&5
3beb1315 1158 rm -f core *.core &&
53d60c04
KC
1159 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1160 exit $exit_status
1161 ' 0
1162for ac_signal in 1 2 13 15; do
1163 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1164done
1165ac_signal=0
1166
1167# confdefs.h avoids OS command line length limits that DEFS can exceed.
1168rm -rf conftest* confdefs.h
1169# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1170echo >confdefs.h
1171
1172# Predefined preprocessor variables.
1173
1174cat >>confdefs.h <<_ACEOF
1175#define PACKAGE_NAME "$PACKAGE_NAME"
1176_ACEOF
1177
1178
1179cat >>confdefs.h <<_ACEOF
1180#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1181_ACEOF
1182
1183
1184cat >>confdefs.h <<_ACEOF
1185#define PACKAGE_VERSION "$PACKAGE_VERSION"
1186_ACEOF
1187
bd8757b3 1188
53d60c04
KC
1189cat >>confdefs.h <<_ACEOF
1190#define PACKAGE_STRING "$PACKAGE_STRING"
1191_ACEOF
1192
1193
1194cat >>confdefs.h <<_ACEOF
1195#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1196_ACEOF
1197
1198
1199# Let the site file select an alternate cache file if it wants to.
bd8757b3 1200# Prefer explicitly selected file to automatically selected ones.
4977bab6
ZW
1201if test -z "$CONFIG_SITE"; then
1202 if test "x$prefix" != xNONE; then
1203 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1204 else
1205 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
b4258f06 1206 fi
bd8757b3
APB
1207fi
1208for ac_site_file in $CONFIG_SITE; do
1209 if test -r "$ac_site_file"; then
53d60c04
KC
1210 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1211echo "$as_me: loading site script $ac_site_file" >&6;}
1212 sed 's/^/| /' "$ac_site_file" >&5
bd8757b3
APB
1213 . "$ac_site_file"
1214 fi
1215done
1216
1217if test -r "$cache_file"; then
53d60c04
KC
1218 # Some versions of bash will fail to source /dev/null (special
1219 # files actually), so we avoid doing that.
1220 if test -f "$cache_file"; then
1221 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1222echo "$as_me: loading cache $cache_file" >&6;}
1223 case $cache_file in
1224 [\\/]* | ?:[\\/]* ) . $cache_file;;
1225 *) . ./$cache_file;;
1226 esac
1227 fi
bd8757b3 1228else
53d60c04
KC
1229 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1230echo "$as_me: creating cache $cache_file" >&6;}
1231 >$cache_file
1232fi
1233
1234# Check that the precious variables saved in the cache have kept the same
1235# value.
1236ac_cache_corrupted=false
1237for ac_var in `(set) 2>&1 |
3beb1315 1238 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
53d60c04
KC
1239 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1240 eval ac_new_set=\$ac_env_${ac_var}_set
1241 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1242 eval ac_new_val="\$ac_env_${ac_var}_value"
1243 case $ac_old_set,$ac_new_set in
1244 set,)
1245 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1246echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1247 ac_cache_corrupted=: ;;
1248 ,set)
1249 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1250echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1251 ac_cache_corrupted=: ;;
1252 ,);;
1253 *)
1254 if test "x$ac_old_val" != "x$ac_new_val"; then
3beb1315 1255 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
53d60c04 1256echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3beb1315 1257 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
53d60c04 1258echo "$as_me: former value: $ac_old_val" >&2;}
3beb1315 1259 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
53d60c04 1260echo "$as_me: current value: $ac_new_val" >&2;}
3beb1315 1261 ac_cache_corrupted=:
53d60c04
KC
1262 fi;;
1263 esac
1264 # Pass precious variables to config.status.
1265 if test "$ac_new_set" = set; then
1266 case $ac_new_val in
1267 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1268 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1269 *) ac_arg=$ac_var=$ac_new_val ;;
1270 esac
1271 case " $ac_configure_args " in
1272 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1273 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1274 esac
1275 fi
1276done
1277if $ac_cache_corrupted; then
1278 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1279echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1280 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1281echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1282 { (exit 1); exit 1; }; }
bd8757b3
APB
1283fi
1284
1285ac_ext=c
bd8757b3 1286ac_cpp='$CPP $CPPFLAGS'
53d60c04
KC
1287ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1288ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1289ac_compiler_gnu=$ac_cv_c_compiler_gnu
bd8757b3
APB
1290
1291
53d60c04
KC
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
3c374d91 1309am__api_version="1.9"
bd8757b3
APB
1310ac_aux_dir=
1311for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1312 if test -f $ac_dir/install-sh; then
1313 ac_aux_dir=$ac_dir
1314 ac_install_sh="$ac_aux_dir/install-sh -c"
1315 break
1316 elif test -f $ac_dir/install.sh; then
1317 ac_aux_dir=$ac_dir
1318 ac_install_sh="$ac_aux_dir/install.sh -c"
1319 break
53d60c04
KC
1320 elif test -f $ac_dir/shtool; then
1321 ac_aux_dir=$ac_dir
1322 ac_install_sh="$ac_aux_dir/shtool install -c"
1323 break
bd8757b3
APB
1324 fi
1325done
1326if test -z "$ac_aux_dir"; then
53d60c04
KC
1327 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1328echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1329 { (exit 1); exit 1; }; }
bd8757b3 1330fi
53d60c04
KC
1331ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1332ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1333ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
bd8757b3
APB
1334
1335# Find a good install program. We prefer a C program (faster),
1336# so one script is as good as another. But avoid the broken or
1337# incompatible versions:
1338# SysV /etc/install, /usr/sbin/install
1339# SunOS /usr/etc/install
1340# IRIX /sbin/install
1341# AIX /bin/install
53d60c04 1342# AmigaOS /C/install, which installs bootblocks on floppy discs
bd8757b3
APB
1343# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1344# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1345# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3beb1315 1346# OS/2's system install, which has a completely different semantic
bd8757b3 1347# ./install, which can be erroneously created by make from ./install.sh.
53d60c04
KC
1348echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1349echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
bd8757b3 1350if test -z "$INSTALL"; then
53d60c04
KC
1351if test "${ac_cv_path_install+set}" = set; then
1352 echo $ECHO_N "(cached) $ECHO_C" >&6
1353else
1354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1355for as_dir in $PATH
1356do
1357 IFS=$as_save_IFS
1358 test -z "$as_dir" && as_dir=.
1359 # Account for people who put trailing slashes in PATH elements.
1360case $as_dir/ in
1361 ./ | .// | /cC/* | \
1362 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3beb1315 1363 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
53d60c04
KC
1364 /usr/ucb/* ) ;;
1365 *)
1366 # OSF1 and SCO ODT 3.0 have their own names for install.
1367 # Don't use installbsd from OSF since it installs stuff as root
1368 # by default.
1369 for ac_prog in ginstall scoinst install; do
1370 for ac_exec_ext in '' $ac_executable_extensions; do
3beb1315
HPN
1371 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1372 if test $ac_prog = install &&
1373 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1374 # AIX install. It has an incompatible calling convention.
1375 :
1376 elif test $ac_prog = install &&
1377 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1378 # program-specific install script used by HP pwplus--don't use.
1379 :
1380 else
1381 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1382 break 3
1383 fi
1384 fi
bd8757b3 1385 done
53d60c04
KC
1386 done
1387 ;;
1388esac
1389done
1390
bd8757b3
APB
1391
1392fi
1393 if test "${ac_cv_path_install+set}" = set; then
53d60c04 1394 INSTALL=$ac_cv_path_install
bd8757b3
APB
1395 else
1396 # As a last resort, use the slow shell script. We don't cache a
1397 # path for INSTALL within a source directory, because that will
1398 # break other packages using the cache if that directory is
1399 # removed, or if the path is relative.
53d60c04 1400 INSTALL=$ac_install_sh
bd8757b3
APB
1401 fi
1402fi
53d60c04
KC
1403echo "$as_me:$LINENO: result: $INSTALL" >&5
1404echo "${ECHO_T}$INSTALL" >&6
bd8757b3
APB
1405
1406# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1407# It thinks the first close brace ends the variable substitution.
1408test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1409
53d60c04 1410test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
bd8757b3
APB
1411
1412test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1413
53d60c04
KC
1414echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1415echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
bd8757b3
APB
1416# Just in case
1417sleep 1
53d60c04 1418echo timestamp > conftest.file
bd8757b3
APB
1419# Do `set' in a subshell so we don't clobber the current shell's
1420# arguments. Must try -L first in case configure is actually a
1421# symlink; some systems play weird games with the mod time of symlinks
1422# (eg FreeBSD returns the mod time of the symlink's containing
1423# directory).
1424if (
53d60c04 1425 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
bd8757b3
APB
1426 if test "$*" = "X"; then
1427 # -L didn't work.
53d60c04 1428 set X `ls -t $srcdir/configure conftest.file`
bd8757b3 1429 fi
53d60c04
KC
1430 rm -f conftest.file
1431 if test "$*" != "X $srcdir/configure conftest.file" \
1432 && test "$*" != "X conftest.file $srcdir/configure"; then
bd8757b3
APB
1433
1434 # If neither matched, then we have a broken ls. This can happen
1435 # if, for instance, CONFIG_SHELL is bash and it inherits a
1436 # broken ls alias from the environment. This has actually
1437 # happened. Such a system could not be considered "sane".
53d60c04
KC
1438 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1439alias in your environment" >&5
1440echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1441alias in your environment" >&2;}
1442 { (exit 1); exit 1; }; }
bd8757b3
APB
1443 fi
1444
53d60c04 1445 test "$2" = conftest.file
bd8757b3
APB
1446 )
1447then
1448 # Ok.
1449 :
1450else
53d60c04
KC
1451 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1452Check your system clock" >&5
1453echo "$as_me: error: newly created file is older than distributed files!
1454Check your system clock" >&2;}
1455 { (exit 1); exit 1; }; }
1456fi
1457echo "$as_me:$LINENO: result: yes" >&5
1458echo "${ECHO_T}yes" >&6
bd8757b3 1459test "$program_prefix" != NONE &&
53d60c04 1460 program_transform_name="s,^,$program_prefix,;$program_transform_name"
bd8757b3
APB
1461# Use a double $ so make ignores it.
1462test "$program_suffix" != NONE &&
53d60c04
KC
1463 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1464# Double any \ or $. echo might interpret backslashes.
1465# By default was `s,x,x', remove it if useless.
1466cat <<\_ACEOF >conftest.sed
1467s/[\\$]/&&/g;s/;s,x,x,$//
1468_ACEOF
1469program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1470rm conftest.sed
1471
53d60c04
KC
1472# expand $ac_aux_dir to an absolute path
1473am_aux_dir=`cd $ac_aux_dir && pwd`
1474
1475test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1476# Use eval to expand $SHELL
1477if eval "$MISSING --run true"; then
1478 am_missing_run="$MISSING --run "
1479else
1480 am_missing_run=
1481 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1482echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1483fi
1484
608cb764 1485if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
3c374d91
KC
1486 # We used to keeping the `.' as first argument, in order to
1487 # allow $(mkdir_p) to be used without argument. As in
608cb764 1488 # $(mkdir_p) $(somedir)
3c374d91
KC
1489 # where $(somedir) is conditionally defined. However this is wrong
1490 # for two reasons:
1491 # 1. if the package is installed by a user who cannot write `.'
1492 # make install will fail,
1493 # 2. the above comment should most certainly read
1494 # $(mkdir_p) $(DESTDIR)$(somedir)
1495 # so it does not work when $(somedir) is undefined and
1496 # $(DESTDIR) is not.
1497 # To support the latter case, we have to write
1498 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1499 # so the `.' trick is pointless.
1500 mkdir_p='mkdir -p --'
608cb764
PB
1501else
1502 # On NextStep and OpenStep, the `mkdir' command does not
1503 # recognize any option. It will interpret all options as
1504 # directories to create, and then abort because `.' already
1505 # exists.
1506 for d in ./-p ./--version;
1507 do
1508 test -d $d && rmdir $d
1509 done
1510 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1511 if test -f "$ac_aux_dir/mkinstalldirs"; then
1512 mkdir_p='$(mkinstalldirs)'
1513 else
1514 mkdir_p='$(install_sh) -d'
1515 fi
1516fi
1517
53d60c04
KC
1518for ac_prog in gawk mawk nawk awk
1519do
1520 # Extract the first word of "$ac_prog", so it can be a program name with args.
1521set dummy $ac_prog; ac_word=$2
1522echo "$as_me:$LINENO: checking for $ac_word" >&5
1523echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1524if test "${ac_cv_prog_AWK+set}" = set; then
1525 echo $ECHO_N "(cached) $ECHO_C" >&6
1526else
1527 if test -n "$AWK"; then
1528 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1529else
1530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1531for as_dir in $PATH
1532do
1533 IFS=$as_save_IFS
1534 test -z "$as_dir" && as_dir=.
1535 for ac_exec_ext in '' $ac_executable_extensions; do
1536 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1537 ac_cv_prog_AWK="$ac_prog"
1538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1539 break 2
1540 fi
1541done
1542done
1543
1544fi
1545fi
1546AWK=$ac_cv_prog_AWK
1547if test -n "$AWK"; then
1548 echo "$as_me:$LINENO: result: $AWK" >&5
1549echo "${ECHO_T}$AWK" >&6
1550else
1551 echo "$as_me:$LINENO: result: no" >&5
1552echo "${ECHO_T}no" >&6
1553fi
bd8757b3 1554
53d60c04
KC
1555 test -n "$AWK" && break
1556done
bd8757b3 1557
53d60c04
KC
1558echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1559echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3beb1315 1560set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
53d60c04
KC
1561if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1562 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 1563else
53d60c04 1564 cat >conftest.make <<\_ACEOF
bd8757b3 1565all:
53d60c04
KC
1566 @echo 'ac_maketemp="$(MAKE)"'
1567_ACEOF
bd8757b3 1568# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
53d60c04 1569eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
bd8757b3
APB
1570if test -n "$ac_maketemp"; then
1571 eval ac_cv_prog_make_${ac_make}_set=yes
1572else
1573 eval ac_cv_prog_make_${ac_make}_set=no
1574fi
53d60c04 1575rm -f conftest.make
bd8757b3
APB
1576fi
1577if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
53d60c04
KC
1578 echo "$as_me:$LINENO: result: yes" >&5
1579echo "${ECHO_T}yes" >&6
bd8757b3
APB
1580 SET_MAKE=
1581else
53d60c04
KC
1582 echo "$as_me:$LINENO: result: no" >&5
1583echo "${ECHO_T}no" >&6
bd8757b3
APB
1584 SET_MAKE="MAKE=${MAKE-make}"
1585fi
1586
53d60c04
KC
1587rm -rf .tst 2>/dev/null
1588mkdir .tst 2>/dev/null
1589if test -d .tst; then
1590 am__leading_dot=.
1591else
1592 am__leading_dot=_
1593fi
1594rmdir .tst 2>/dev/null
bd8757b3 1595
608cb764 1596# test to see if srcdir already configured
53d60c04
KC
1597if test "`cd $srcdir && pwd`" != "`pwd`" &&
1598 test -f $srcdir/config.status; then
1599 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1600echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1601 { (exit 1); exit 1; }; }
1602fi
bd8757b3 1603
53d60c04
KC
1604# test whether we have cygpath
1605if test -z "$CYGPATH_W"; then
1606 if (cygpath --version) >/dev/null 2>/dev/null; then
1607 CYGPATH_W='cygpath -w'
1608 else
1609 CYGPATH_W=echo
1610 fi
bd8757b3 1611fi
53d60c04
KC
1612
1613
1614# Define the identity of the package.
1615 PACKAGE=fastjar
1616 VERSION=0.92-gcc
1617
1618
1619cat >>confdefs.h <<_ACEOF
bd8757b3 1620#define PACKAGE "$PACKAGE"
53d60c04
KC
1621_ACEOF
1622
bd8757b3 1623
53d60c04 1624cat >>confdefs.h <<_ACEOF
bd8757b3 1625#define VERSION "$VERSION"
53d60c04
KC
1626_ACEOF
1627
1628# Some tools Automake needs.
1629
1630ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
bd8757b3
APB
1631
1632
53d60c04 1633AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
bd8757b3 1634
53d60c04
KC
1635
1636AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1637
1638
1639AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1640
1641
1642MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1643
53d60c04
KC
1644install_sh=${install_sh-"$am_aux_dir/install-sh"}
1645
1646# Installed binaries are usually stripped using `strip' when the user
1647# run `make install-strip'. However `strip' might not be the right
1648# tool to use in cross-compilation environments, therefore Automake
1649# will honor the `STRIP' environment variable to overrule this program.
1650if test "$cross_compiling" != no; then
1651 if test -n "$ac_tool_prefix"; then
1652 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1653set dummy ${ac_tool_prefix}strip; ac_word=$2
1654echo "$as_me:$LINENO: checking for $ac_word" >&5
1655echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1656if test "${ac_cv_prog_STRIP+set}" = set; then
1657 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 1658else
53d60c04
KC
1659 if test -n "$STRIP"; then
1660 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1661else
1662as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1663for as_dir in $PATH
1664do
1665 IFS=$as_save_IFS
1666 test -z "$as_dir" && as_dir=.
1667 for ac_exec_ext in '' $ac_executable_extensions; do
1668 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1669 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1671 break 2
1672 fi
1673done
1674done
bd8757b3 1675
53d60c04
KC
1676fi
1677fi
1678STRIP=$ac_cv_prog_STRIP
1679if test -n "$STRIP"; then
1680 echo "$as_me:$LINENO: result: $STRIP" >&5
1681echo "${ECHO_T}$STRIP" >&6
bd8757b3 1682else
53d60c04
KC
1683 echo "$as_me:$LINENO: result: no" >&5
1684echo "${ECHO_T}no" >&6
bd8757b3
APB
1685fi
1686
bd8757b3 1687fi
53d60c04
KC
1688if test -z "$ac_cv_prog_STRIP"; then
1689 ac_ct_STRIP=$STRIP
1690 # Extract the first word of "strip", so it can be a program name with args.
1691set dummy strip; ac_word=$2
1692echo "$as_me:$LINENO: checking for $ac_word" >&5
1693echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1694if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1695 echo $ECHO_N "(cached) $ECHO_C" >&6
1696else
1697 if test -n "$ac_ct_STRIP"; then
1698 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1699else
1700as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1701for as_dir in $PATH
1702do
1703 IFS=$as_save_IFS
1704 test -z "$as_dir" && as_dir=.
1705 for ac_exec_ext in '' $ac_executable_extensions; do
1706 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1707 ac_cv_prog_ac_ct_STRIP="strip"
1708 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1709 break 2
1710 fi
1711done
1712done
bd8757b3 1713
53d60c04
KC
1714 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1715fi
1716fi
1717ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1718if test -n "$ac_ct_STRIP"; then
1719 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1720echo "${ECHO_T}$ac_ct_STRIP" >&6
bd8757b3 1721else
53d60c04
KC
1722 echo "$as_me:$LINENO: result: no" >&5
1723echo "${ECHO_T}no" >&6
bd8757b3
APB
1724fi
1725
53d60c04 1726 STRIP=$ac_ct_STRIP
bd8757b3 1727else
53d60c04 1728 STRIP="$ac_cv_prog_STRIP"
bd8757b3
APB
1729fi
1730
53d60c04
KC
1731fi
1732INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
bd8757b3 1733
53d60c04
KC
1734# We need awk for the "check" target. The system "awk" is bad on
1735# some platforms.
3c374d91
KC
1736# Always define AMTAR for backward compatibility.
1737
1738AMTAR=${AMTAR-"${am_missing_run}tar"}
1739
1740am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1741
1742
bd8757b3
APB
1743
1744
1745
53d60c04
KC
1746 ac_config_headers="$ac_config_headers config.h"
1747
1748
1749ac_ext=c
1750ac_cpp='$CPP $CPPFLAGS'
1751ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1752ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1753ac_compiler_gnu=$ac_cv_c_compiler_gnu
1754if test -n "$ac_tool_prefix"; then
1755 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1756set dummy ${ac_tool_prefix}gcc; ac_word=$2
1757echo "$as_me:$LINENO: checking for $ac_word" >&5
1758echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1759if test "${ac_cv_prog_CC+set}" = set; then
1760 echo $ECHO_N "(cached) $ECHO_C" >&6
1761else
1762 if test -n "$CC"; then
1763 ac_cv_prog_CC="$CC" # Let the user override the test.
1764else
1765as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1766for as_dir in $PATH
1767do
1768 IFS=$as_save_IFS
1769 test -z "$as_dir" && as_dir=.
1770 for ac_exec_ext in '' $ac_executable_extensions; do
1771 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1772 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1773 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1774 break 2
1775 fi
1776done
1777done
1778
1779fi
1780fi
1781CC=$ac_cv_prog_CC
1782if test -n "$CC"; then
1783 echo "$as_me:$LINENO: result: $CC" >&5
1784echo "${ECHO_T}$CC" >&6
1785else
1786 echo "$as_me:$LINENO: result: no" >&5
1787echo "${ECHO_T}no" >&6
1788fi
bd8757b3 1789
53d60c04
KC
1790fi
1791if test -z "$ac_cv_prog_CC"; then
1792 ac_ct_CC=$CC
1793 # Extract the first word of "gcc", so it can be a program name with args.
bd8757b3 1794set dummy gcc; ac_word=$2
53d60c04
KC
1795echo "$as_me:$LINENO: checking for $ac_word" >&5
1796echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1797if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1798 echo $ECHO_N "(cached) $ECHO_C" >&6
1799else
1800 if test -n "$ac_ct_CC"; then
1801 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1802else
1803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1804for as_dir in $PATH
1805do
1806 IFS=$as_save_IFS
1807 test -z "$as_dir" && as_dir=.
1808 for ac_exec_ext in '' $ac_executable_extensions; do
1809 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1810 ac_cv_prog_ac_ct_CC="gcc"
1811 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1812 break 2
1813 fi
1814done
1815done
1816
1817fi
1818fi
1819ac_ct_CC=$ac_cv_prog_ac_ct_CC
1820if test -n "$ac_ct_CC"; then
1821 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1822echo "${ECHO_T}$ac_ct_CC" >&6
1823else
1824 echo "$as_me:$LINENO: result: no" >&5
1825echo "${ECHO_T}no" >&6
1826fi
1827
1828 CC=$ac_ct_CC
1829else
1830 CC="$ac_cv_prog_CC"
1831fi
1832
1833if test -z "$CC"; then
1834 if test -n "$ac_tool_prefix"; then
1835 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1836set dummy ${ac_tool_prefix}cc; ac_word=$2
1837echo "$as_me:$LINENO: checking for $ac_word" >&5
1838echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1839if test "${ac_cv_prog_CC+set}" = set; then
1840 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3
APB
1841else
1842 if test -n "$CC"; then
1843 ac_cv_prog_CC="$CC" # Let the user override the test.
1844else
53d60c04
KC
1845as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1846for as_dir in $PATH
1847do
1848 IFS=$as_save_IFS
1849 test -z "$as_dir" && as_dir=.
1850 for ac_exec_ext in '' $ac_executable_extensions; do
1851 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1852 ac_cv_prog_CC="${ac_tool_prefix}cc"
1853 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1854 break 2
1855 fi
1856done
1857done
1858
bd8757b3
APB
1859fi
1860fi
53d60c04 1861CC=$ac_cv_prog_CC
bd8757b3 1862if test -n "$CC"; then
53d60c04
KC
1863 echo "$as_me:$LINENO: result: $CC" >&5
1864echo "${ECHO_T}$CC" >&6
1865else
1866 echo "$as_me:$LINENO: result: no" >&5
1867echo "${ECHO_T}no" >&6
1868fi
1869
1870fi
1871if test -z "$ac_cv_prog_CC"; then
1872 ac_ct_CC=$CC
1873 # Extract the first word of "cc", so it can be a program name with args.
1874set dummy cc; ac_word=$2
1875echo "$as_me:$LINENO: checking for $ac_word" >&5
1876echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1877if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1878 echo $ECHO_N "(cached) $ECHO_C" >&6
1879else
1880 if test -n "$ac_ct_CC"; then
1881 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1882else
1883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1884for as_dir in $PATH
1885do
1886 IFS=$as_save_IFS
1887 test -z "$as_dir" && as_dir=.
1888 for ac_exec_ext in '' $ac_executable_extensions; do
1889 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1890 ac_cv_prog_ac_ct_CC="cc"
1891 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1892 break 2
1893 fi
1894done
1895done
1896
1897fi
1898fi
1899ac_ct_CC=$ac_cv_prog_ac_ct_CC
1900if test -n "$ac_ct_CC"; then
1901 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1902echo "${ECHO_T}$ac_ct_CC" >&6
bd8757b3 1903else
53d60c04
KC
1904 echo "$as_me:$LINENO: result: no" >&5
1905echo "${ECHO_T}no" >&6
bd8757b3
APB
1906fi
1907
53d60c04
KC
1908 CC=$ac_ct_CC
1909else
1910 CC="$ac_cv_prog_CC"
1911fi
1912
1913fi
bd8757b3
APB
1914if test -z "$CC"; then
1915 # Extract the first word of "cc", so it can be a program name with args.
1916set dummy cc; ac_word=$2
53d60c04
KC
1917echo "$as_me:$LINENO: checking for $ac_word" >&5
1918echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1919if test "${ac_cv_prog_CC+set}" = set; then
1920 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3
APB
1921else
1922 if test -n "$CC"; then
1923 ac_cv_prog_CC="$CC" # Let the user override the test.
1924else
bd8757b3 1925 ac_prog_rejected=no
53d60c04
KC
1926as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1927for as_dir in $PATH
1928do
1929 IFS=$as_save_IFS
1930 test -z "$as_dir" && as_dir=.
1931 for ac_exec_ext in '' $ac_executable_extensions; do
1932 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1933 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1934 ac_prog_rejected=yes
1935 continue
1936 fi
1937 ac_cv_prog_CC="cc"
1938 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1939 break 2
1940 fi
1941done
1942done
1943
bd8757b3
APB
1944if test $ac_prog_rejected = yes; then
1945 # We found a bogon in the path, so make sure we never use it.
1946 set dummy $ac_cv_prog_CC
1947 shift
53d60c04 1948 if test $# != 0; then
bd8757b3
APB
1949 # We chose a different compiler from the bogus one.
1950 # However, it has the same basename, so the bogon will be chosen
1951 # first if we set CC to just the basename; use the full file name.
1952 shift
53d60c04 1953 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
bd8757b3
APB
1954 fi
1955fi
1956fi
1957fi
53d60c04 1958CC=$ac_cv_prog_CC
bd8757b3 1959if test -n "$CC"; then
53d60c04
KC
1960 echo "$as_me:$LINENO: result: $CC" >&5
1961echo "${ECHO_T}$CC" >&6
bd8757b3 1962else
53d60c04
KC
1963 echo "$as_me:$LINENO: result: no" >&5
1964echo "${ECHO_T}no" >&6
bd8757b3
APB
1965fi
1966
53d60c04
KC
1967fi
1968if test -z "$CC"; then
1969 if test -n "$ac_tool_prefix"; then
1970 for ac_prog in cl
1971 do
1972 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1973set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1974echo "$as_me:$LINENO: checking for $ac_word" >&5
1975echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1976if test "${ac_cv_prog_CC+set}" = set; then
1977 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3
APB
1978else
1979 if test -n "$CC"; then
1980 ac_cv_prog_CC="$CC" # Let the user override the test.
1981else
53d60c04
KC
1982as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1983for as_dir in $PATH
1984do
1985 IFS=$as_save_IFS
1986 test -z "$as_dir" && as_dir=.
1987 for ac_exec_ext in '' $ac_executable_extensions; do
1988 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1989 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1990 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1991 break 2
1992 fi
1993done
1994done
1995
bd8757b3
APB
1996fi
1997fi
53d60c04 1998CC=$ac_cv_prog_CC
bd8757b3 1999if test -n "$CC"; then
53d60c04
KC
2000 echo "$as_me:$LINENO: result: $CC" >&5
2001echo "${ECHO_T}$CC" >&6
bd8757b3 2002else
53d60c04
KC
2003 echo "$as_me:$LINENO: result: no" >&5
2004echo "${ECHO_T}no" >&6
bd8757b3
APB
2005fi
2006
53d60c04
KC
2007 test -n "$CC" && break
2008 done
2009fi
2010if test -z "$CC"; then
2011 ac_ct_CC=$CC
2012 for ac_prog in cl
2013do
2014 # Extract the first word of "$ac_prog", so it can be a program name with args.
2015set dummy $ac_prog; ac_word=$2
2016echo "$as_me:$LINENO: checking for $ac_word" >&5
2017echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2018if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2019 echo $ECHO_N "(cached) $ECHO_C" >&6
2020else
2021 if test -n "$ac_ct_CC"; then
2022 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2023else
2024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2025for as_dir in $PATH
2026do
2027 IFS=$as_save_IFS
2028 test -z "$as_dir" && as_dir=.
2029 for ac_exec_ext in '' $ac_executable_extensions; do
2030 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2031 ac_cv_prog_ac_ct_CC="$ac_prog"
2032 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2033 break 2
2034 fi
2035done
2036done
bd8757b3 2037
53d60c04
KC
2038fi
2039fi
2040ac_ct_CC=$ac_cv_prog_ac_ct_CC
2041if test -n "$ac_ct_CC"; then
2042 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2043echo "${ECHO_T}$ac_ct_CC" >&6
2044else
2045 echo "$as_me:$LINENO: result: no" >&5
2046echo "${ECHO_T}no" >&6
2047fi
bd8757b3 2048
53d60c04
KC
2049 test -n "$ac_ct_CC" && break
2050done
bd8757b3 2051
53d60c04
KC
2052 CC=$ac_ct_CC
2053fi
2054
2055fi
2056
2057
2058test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2059See \`config.log' for more details." >&5
2060echo "$as_me: error: no acceptable C compiler found in \$PATH
2061See \`config.log' for more details." >&2;}
2062 { (exit 1); exit 1; }; }
2063
2064# Provide some information about the compiler.
2065echo "$as_me:$LINENO:" \
2066 "checking for C compiler version" >&5
2067ac_compiler=`set X $ac_compile; echo $2`
2068{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2069 (eval $ac_compiler --version </dev/null >&5) 2>&5
2070 ac_status=$?
2071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2072 (exit $ac_status); }
2073{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2074 (eval $ac_compiler -v </dev/null >&5) 2>&5
2075 ac_status=$?
2076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2077 (exit $ac_status); }
2078{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2079 (eval $ac_compiler -V </dev/null >&5) 2>&5
2080 ac_status=$?
2081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2082 (exit $ac_status); }
2083
2084cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
2085/* confdefs.h. */
2086_ACEOF
2087cat confdefs.h >>conftest.$ac_ext
2088cat >>conftest.$ac_ext <<_ACEOF
2089/* end confdefs.h. */
2090
2091int
2092main ()
2093{
2094
2095 ;
2096 return 0;
2097}
2098_ACEOF
2099ac_clean_files_save=$ac_clean_files
2100ac_clean_files="$ac_clean_files a.out a.exe b.out"
2101# Try to create an executable without -o first, disregard a.out.
2102# It will help us diagnose broken compilers, and finding out an intuition
2103# of exeext.
3beb1315
HPN
2104echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2105echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
53d60c04
KC
2106ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2107if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2108 (eval $ac_link_default) 2>&5
2109 ac_status=$?
2110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2111 (exit $ac_status); }; then
2112 # Find the output, starting from the most likely. This scheme is
2113# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2114# resort.
2115
2116# Be careful to initialize this variable, since it used to be cached.
2117# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2118ac_cv_exeext=
2119# b.out is created by i960 compilers.
2120for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2121do
2122 test -f "$ac_file" || continue
2123 case $ac_file in
2124 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
3beb1315 2125 ;;
53d60c04 2126 conftest.$ac_ext )
3beb1315
HPN
2127 # This is the source file.
2128 ;;
53d60c04 2129 [ab].out )
3beb1315
HPN
2130 # We found the default executable, but exeext='' is most
2131 # certainly right.
2132 break;;
53d60c04 2133 *.* )
3beb1315
HPN
2134 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2135 # FIXME: I believe we export ac_cv_exeext for Libtool,
2136 # but it would be cool to find out if it's true. Does anybody
2137 # maintain Libtool? --akim.
2138 export ac_cv_exeext
2139 break;;
53d60c04 2140 * )
3beb1315 2141 break;;
53d60c04
KC
2142 esac
2143done
2144else
2145 echo "$as_me: failed program was:" >&5
2146sed 's/^/| /' conftest.$ac_ext >&5
2147
2148{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2149See \`config.log' for more details." >&5
2150echo "$as_me: error: C compiler cannot create executables
2151See \`config.log' for more details." >&2;}
2152 { (exit 77); exit 77; }; }
2153fi
2154
2155ac_exeext=$ac_cv_exeext
2156echo "$as_me:$LINENO: result: $ac_file" >&5
2157echo "${ECHO_T}$ac_file" >&6
2158
2159# Check the compiler produces executables we can run. If not, either
2160# the compiler is broken, or we cross compile.
2161echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2162echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2163# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2164# If not cross compiling, check that we can run a simple program.
2165if test "$cross_compiling" != yes; then
2166 if { ac_try='./$ac_file'
2167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2168 (eval $ac_try) 2>&5
2169 ac_status=$?
2170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2171 (exit $ac_status); }; }; then
2172 cross_compiling=no
bd8757b3 2173 else
53d60c04
KC
2174 if test "$cross_compiling" = maybe; then
2175 cross_compiling=yes
2176 else
2177 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2178If you meant to cross compile, use \`--host'.
2179See \`config.log' for more details." >&5
2180echo "$as_me: error: cannot run C compiled programs.
2181If you meant to cross compile, use \`--host'.
2182See \`config.log' for more details." >&2;}
2183 { (exit 1); exit 1; }; }
2184 fi
bd8757b3 2185 fi
bd8757b3 2186fi
53d60c04
KC
2187echo "$as_me:$LINENO: result: yes" >&5
2188echo "${ECHO_T}yes" >&6
2189
2190rm -f a.out a.exe conftest$ac_cv_exeext b.out
2191ac_clean_files=$ac_clean_files_save
2192# Check the compiler produces executables we can run. If not, either
2193# the compiler is broken, or we cross compile.
2194echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2195echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2196echo "$as_me:$LINENO: result: $cross_compiling" >&5
2197echo "${ECHO_T}$cross_compiling" >&6
2198
2199echo "$as_me:$LINENO: checking for suffix of executables" >&5
2200echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2201if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2202 (eval $ac_link) 2>&5
2203 ac_status=$?
2204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2205 (exit $ac_status); }; then
2206 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2207# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2208# work properly (i.e., refer to `conftest.exe'), while it won't with
2209# `rm'.
2210for ac_file in conftest.exe conftest conftest.*; do
2211 test -f "$ac_file" || continue
2212 case $ac_file in
2213 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2214 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3beb1315
HPN
2215 export ac_cv_exeext
2216 break;;
53d60c04
KC
2217 * ) break;;
2218 esac
2219done
bd8757b3 2220else
53d60c04
KC
2221 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2222See \`config.log' for more details." >&5
2223echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2224See \`config.log' for more details." >&2;}
2225 { (exit 1); exit 1; }; }
bd8757b3
APB
2226fi
2227
53d60c04
KC
2228rm -f conftest$ac_cv_exeext
2229echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2230echo "${ECHO_T}$ac_cv_exeext" >&6
bd8757b3 2231
53d60c04
KC
2232rm -f conftest.$ac_ext
2233EXEEXT=$ac_cv_exeext
2234ac_exeext=$EXEEXT
2235echo "$as_me:$LINENO: checking for suffix of object files" >&5
2236echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2237if test "${ac_cv_objext+set}" = set; then
2238 echo $ECHO_N "(cached) $ECHO_C" >&6
2239else
2240 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
2241/* confdefs.h. */
2242_ACEOF
2243cat confdefs.h >>conftest.$ac_ext
2244cat >>conftest.$ac_ext <<_ACEOF
2245/* end confdefs.h. */
2246
2247int
2248main ()
2249{
2250
2251 ;
2252 return 0;
2253}
2254_ACEOF
2255rm -f conftest.o conftest.obj
2256if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2257 (eval $ac_compile) 2>&5
2258 ac_status=$?
2259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2260 (exit $ac_status); }; then
2261 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2262 case $ac_file in
2263 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2264 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2265 break;;
2266 esac
2267done
2268else
2269 echo "$as_me: failed program was:" >&5
2270sed 's/^/| /' conftest.$ac_ext >&5
2271
2272{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2273See \`config.log' for more details." >&5
2274echo "$as_me: error: cannot compute suffix of object files: cannot compile
2275See \`config.log' for more details." >&2;}
2276 { (exit 1); exit 1; }; }
2277fi
2278
2279rm -f conftest.$ac_cv_objext conftest.$ac_ext
2280fi
2281echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2282echo "${ECHO_T}$ac_cv_objext" >&6
2283OBJEXT=$ac_cv_objext
2284ac_objext=$OBJEXT
2285echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2286echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2287if test "${ac_cv_c_compiler_gnu+set}" = set; then
2288 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 2289else
53d60c04 2290 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
2291/* confdefs.h. */
2292_ACEOF
2293cat confdefs.h >>conftest.$ac_ext
2294cat >>conftest.$ac_ext <<_ACEOF
2295/* end confdefs.h. */
2296
2297int
2298main ()
2299{
2300#ifndef __GNUC__
2301 choke me
2302#endif
2303
2304 ;
2305 return 0;
2306}
2307_ACEOF
2308rm -f conftest.$ac_objext
2309if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 2310 (eval $ac_compile) 2>conftest.er1
53d60c04 2311 ac_status=$?
3beb1315
HPN
2312 grep -v '^ *+' conftest.er1 >conftest.err
2313 rm -f conftest.er1
2314 cat conftest.err >&5
53d60c04
KC
2315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2316 (exit $ac_status); } &&
79453222
KC
2317 { ac_try='test -z "$ac_c_werror_flag"
2318 || test ! -s conftest.err'
3beb1315
HPN
2319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2320 (eval $ac_try) 2>&5
2321 ac_status=$?
2322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2323 (exit $ac_status); }; } &&
2324 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
2325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2326 (eval $ac_try) 2>&5
2327 ac_status=$?
2328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2329 (exit $ac_status); }; }; then
2330 ac_compiler_gnu=yes
2331else
2332 echo "$as_me: failed program was:" >&5
2333sed 's/^/| /' conftest.$ac_ext >&5
2334
2335ac_compiler_gnu=no
bd8757b3 2336fi
3beb1315 2337rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
53d60c04 2338ac_cv_c_compiler_gnu=$ac_compiler_gnu
bd8757b3 2339
53d60c04
KC
2340fi
2341echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2342echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2343GCC=`test $ac_compiler_gnu = yes && echo yes`
2344ac_test_CFLAGS=${CFLAGS+set}
2345ac_save_CFLAGS=$CFLAGS
2346CFLAGS="-g"
2347echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2348echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2349if test "${ac_cv_prog_cc_g+set}" = set; then
2350 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 2351else
53d60c04 2352 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
2353/* confdefs.h. */
2354_ACEOF
2355cat confdefs.h >>conftest.$ac_ext
2356cat >>conftest.$ac_ext <<_ACEOF
2357/* end confdefs.h. */
2358
2359int
2360main ()
2361{
2362
2363 ;
2364 return 0;
2365}
2366_ACEOF
2367rm -f conftest.$ac_objext
2368if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 2369 (eval $ac_compile) 2>conftest.er1
53d60c04 2370 ac_status=$?
3beb1315
HPN
2371 grep -v '^ *+' conftest.er1 >conftest.err
2372 rm -f conftest.er1
2373 cat conftest.err >&5
53d60c04
KC
2374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2375 (exit $ac_status); } &&
79453222
KC
2376 { ac_try='test -z "$ac_c_werror_flag"
2377 || test ! -s conftest.err'
3beb1315
HPN
2378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2379 (eval $ac_try) 2>&5
2380 ac_status=$?
2381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2382 (exit $ac_status); }; } &&
2383 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
2384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2385 (eval $ac_try) 2>&5
2386 ac_status=$?
2387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2388 (exit $ac_status); }; }; then
bd8757b3
APB
2389 ac_cv_prog_cc_g=yes
2390else
53d60c04
KC
2391 echo "$as_me: failed program was:" >&5
2392sed 's/^/| /' conftest.$ac_ext >&5
bd8757b3 2393
53d60c04 2394ac_cv_prog_cc_g=no
bd8757b3 2395fi
3beb1315 2396rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
53d60c04
KC
2397fi
2398echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2399echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
bd8757b3 2400if test "$ac_test_CFLAGS" = set; then
53d60c04 2401 CFLAGS=$ac_save_CFLAGS
bd8757b3
APB
2402elif test $ac_cv_prog_cc_g = yes; then
2403 if test "$GCC" = yes; then
2404 CFLAGS="-g -O2"
2405 else
2406 CFLAGS="-g"
2407 fi
2408else
2409 if test "$GCC" = yes; then
2410 CFLAGS="-O2"
2411 else
2412 CFLAGS=
2413 fi
2414fi
53d60c04
KC
2415echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2416echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2417if test "${ac_cv_prog_cc_stdc+set}" = set; then
2418 echo $ECHO_N "(cached) $ECHO_C" >&6
2419else
2420 ac_cv_prog_cc_stdc=no
2421ac_save_CC=$CC
2422cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
2423/* confdefs.h. */
2424_ACEOF
2425cat confdefs.h >>conftest.$ac_ext
2426cat >>conftest.$ac_ext <<_ACEOF
2427/* end confdefs.h. */
2428#include <stdarg.h>
2429#include <stdio.h>
2430#include <sys/types.h>
2431#include <sys/stat.h>
2432/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2433struct buf { int x; };
2434FILE * (*rcsopen) (struct buf *, struct stat *, int);
2435static char *e (p, i)
2436 char **p;
2437 int i;
2438{
2439 return p[i];
2440}
2441static char *f (char * (*g) (char **, int), char **p, ...)
2442{
2443 char *s;
2444 va_list v;
2445 va_start (v,p);
2446 s = g (p, va_arg (v,int));
2447 va_end (v);
2448 return s;
2449}
3beb1315
HPN
2450
2451/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2452 function prototypes and stuff, but not '\xHH' hex character constants.
2453 These don't provoke an error unfortunately, instead are silently treated
2454 as 'x'. The following induces an error, until -std1 is added to get
2455 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2456 array size at least. It's necessary to write '\x00'==0 to get something
2457 that's true only with -std1. */
2458int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2459
53d60c04
KC
2460int test (int i, double x);
2461struct s1 {int (*f) (int a);};
2462struct s2 {int (*f) (double a);};
2463int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2464int argc;
2465char **argv;
2466int
2467main ()
2468{
2469return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2470 ;
2471 return 0;
2472}
2473_ACEOF
2474# Don't try gcc -ansi; that turns off useful extensions and
2475# breaks some systems' header files.
2476# AIX -qlanglvl=ansi
2477# Ultrix and OSF/1 -std1
2478# HP-UX 10.20 and later -Ae
2479# HP-UX older versions -Aa -D_HPUX_SOURCE
2480# SVR4 -Xc -D__EXTENSIONS__
2481for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2482do
2483 CC="$ac_save_CC $ac_arg"
2484 rm -f conftest.$ac_objext
2485if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 2486 (eval $ac_compile) 2>conftest.er1
53d60c04 2487 ac_status=$?
3beb1315
HPN
2488 grep -v '^ *+' conftest.er1 >conftest.err
2489 rm -f conftest.er1
2490 cat conftest.err >&5
53d60c04
KC
2491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2492 (exit $ac_status); } &&
79453222
KC
2493 { ac_try='test -z "$ac_c_werror_flag"
2494 || test ! -s conftest.err'
3beb1315
HPN
2495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2496 (eval $ac_try) 2>&5
2497 ac_status=$?
2498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2499 (exit $ac_status); }; } &&
2500 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
2501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2502 (eval $ac_try) 2>&5
2503 ac_status=$?
2504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2505 (exit $ac_status); }; }; then
2506 ac_cv_prog_cc_stdc=$ac_arg
2507break
2508else
2509 echo "$as_me: failed program was:" >&5
2510sed 's/^/| /' conftest.$ac_ext >&5
2511
2512fi
3beb1315 2513rm -f conftest.err conftest.$ac_objext
53d60c04
KC
2514done
2515rm -f conftest.$ac_ext conftest.$ac_objext
2516CC=$ac_save_CC
2517
2518fi
2519
2520case "x$ac_cv_prog_cc_stdc" in
2521 x|xno)
2522 echo "$as_me:$LINENO: result: none needed" >&5
2523echo "${ECHO_T}none needed" >&6 ;;
2524 *)
2525 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2526echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2527 CC="$CC $ac_cv_prog_cc_stdc" ;;
2528esac
2529
2530# Some people use a C++ compiler to compile C. Since we use `exit',
2531# in C++ we need to declare it. In case someone uses the same compiler
2532# for both compiling C and C++ we need to have the C++ compiler decide
2533# the declaration of exit, since it's the most demanding environment.
2534cat >conftest.$ac_ext <<_ACEOF
2535#ifndef __cplusplus
2536 choke me
2537#endif
2538_ACEOF
2539rm -f conftest.$ac_objext
2540if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 2541 (eval $ac_compile) 2>conftest.er1
53d60c04 2542 ac_status=$?
3beb1315
HPN
2543 grep -v '^ *+' conftest.er1 >conftest.err
2544 rm -f conftest.er1
2545 cat conftest.err >&5
53d60c04
KC
2546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2547 (exit $ac_status); } &&
79453222
KC
2548 { ac_try='test -z "$ac_c_werror_flag"
2549 || test ! -s conftest.err'
3beb1315
HPN
2550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2551 (eval $ac_try) 2>&5
2552 ac_status=$?
2553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2554 (exit $ac_status); }; } &&
2555 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
2556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2557 (eval $ac_try) 2>&5
2558 ac_status=$?
2559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2560 (exit $ac_status); }; }; then
2561 for ac_declaration in \
3beb1315 2562 '' \
53d60c04
KC
2563 'extern "C" void std::exit (int) throw (); using std::exit;' \
2564 'extern "C" void std::exit (int); using std::exit;' \
2565 'extern "C" void exit (int) throw ();' \
2566 'extern "C" void exit (int);' \
2567 'void exit (int);'
2568do
2569 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
2570/* confdefs.h. */
2571_ACEOF
2572cat confdefs.h >>conftest.$ac_ext
2573cat >>conftest.$ac_ext <<_ACEOF
2574/* end confdefs.h. */
53d60c04 2575$ac_declaration
3beb1315 2576#include <stdlib.h>
53d60c04
KC
2577int
2578main ()
2579{
2580exit (42);
2581 ;
2582 return 0;
2583}
2584_ACEOF
2585rm -f conftest.$ac_objext
2586if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 2587 (eval $ac_compile) 2>conftest.er1
53d60c04 2588 ac_status=$?
3beb1315
HPN
2589 grep -v '^ *+' conftest.er1 >conftest.err
2590 rm -f conftest.er1
2591 cat conftest.err >&5
53d60c04
KC
2592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2593 (exit $ac_status); } &&
79453222
KC
2594 { ac_try='test -z "$ac_c_werror_flag"
2595 || test ! -s conftest.err'
3beb1315
HPN
2596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2597 (eval $ac_try) 2>&5
2598 ac_status=$?
2599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2600 (exit $ac_status); }; } &&
2601 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
2602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2603 (eval $ac_try) 2>&5
2604 ac_status=$?
2605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2606 (exit $ac_status); }; }; then
2607 :
2608else
2609 echo "$as_me: failed program was:" >&5
2610sed 's/^/| /' conftest.$ac_ext >&5
2611
2612continue
2613fi
3beb1315 2614rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
53d60c04 2615 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
2616/* confdefs.h. */
2617_ACEOF
2618cat confdefs.h >>conftest.$ac_ext
2619cat >>conftest.$ac_ext <<_ACEOF
2620/* end confdefs.h. */
2621$ac_declaration
2622int
2623main ()
2624{
2625exit (42);
2626 ;
2627 return 0;
2628}
2629_ACEOF
2630rm -f conftest.$ac_objext
2631if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 2632 (eval $ac_compile) 2>conftest.er1
53d60c04 2633 ac_status=$?
3beb1315
HPN
2634 grep -v '^ *+' conftest.er1 >conftest.err
2635 rm -f conftest.er1
2636 cat conftest.err >&5
53d60c04
KC
2637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2638 (exit $ac_status); } &&
79453222
KC
2639 { ac_try='test -z "$ac_c_werror_flag"
2640 || test ! -s conftest.err'
3beb1315
HPN
2641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2642 (eval $ac_try) 2>&5
2643 ac_status=$?
2644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2645 (exit $ac_status); }; } &&
2646 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
2647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2648 (eval $ac_try) 2>&5
2649 ac_status=$?
2650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2651 (exit $ac_status); }; }; then
2652 break
2653else
2654 echo "$as_me: failed program was:" >&5
2655sed 's/^/| /' conftest.$ac_ext >&5
2656
2657fi
3beb1315 2658rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
53d60c04
KC
2659done
2660rm -f conftest*
2661if test -n "$ac_declaration"; then
2662 echo '#ifdef __cplusplus' >>confdefs.h
2663 echo $ac_declaration >>confdefs.h
2664 echo '#endif' >>confdefs.h
2665fi
2666
2667else
2668 echo "$as_me: failed program was:" >&5
2669sed 's/^/| /' conftest.$ac_ext >&5
2670
2671fi
3beb1315 2672rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
53d60c04
KC
2673ac_ext=c
2674ac_cpp='$CPP $CPPFLAGS'
2675ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2676ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2677ac_compiler_gnu=$ac_cv_c_compiler_gnu
2678DEPDIR="${am__leading_dot}deps"
2679
2680 ac_config_commands="$ac_config_commands depfiles"
2681
2682
2683am_make=${MAKE-make}
2684cat > confinc << 'END'
2685am__doit:
2686 @echo done
2687.PHONY: am__doit
2688END
2689# If we don't find an include directive, just comment out the code.
2690echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2691echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2692am__include="#"
2693am__quote=
2694_am_result=none
2695# First try GNU make style include.
2696echo "include confinc" > confmf
2697# We grep out `Entering directory' and `Leaving directory'
2698# messages which can occur if `w' ends up in MAKEFLAGS.
2699# In particular we don't look at `^make:' because GNU make might
2700# be invoked under some other name (usually "gmake"), in which
2701# case it prints its new name instead of `make'.
2702if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2703 am__include=include
2704 am__quote=
2705 _am_result=GNU
2706fi
2707# Now try BSD make style include.
2708if test "$am__include" = "#"; then
2709 echo '.include "confinc"' > confmf
2710 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2711 am__include=.include
2712 am__quote="\""
2713 _am_result=BSD
2714 fi
2715fi
2716
2717
2718echo "$as_me:$LINENO: result: $_am_result" >&5
2719echo "${ECHO_T}$_am_result" >&6
2720rm -f confinc confmf
2721
2722# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2723if test "${enable_dependency_tracking+set}" = set; then
2724 enableval="$enable_dependency_tracking"
2725
2726fi;
2727if test "x$enable_dependency_tracking" != xno; then
2728 am_depcomp="$ac_aux_dir/depcomp"
2729 AMDEPBACKSLASH='\'
2730fi
2731
2732
2733if test "x$enable_dependency_tracking" != xno; then
2734 AMDEP_TRUE=
2735 AMDEP_FALSE='#'
2736else
2737 AMDEP_TRUE='#'
2738 AMDEP_FALSE=
2739fi
2740
2741
2742
2743
2744depcc="$CC" am_compiler_list=
2745
2746echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2747echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2748if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2749 echo $ECHO_N "(cached) $ECHO_C" >&6
2750else
2751 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2752 # We make a subdir and do the tests there. Otherwise we can end up
2753 # making bogus files that we don't know about and never remove. For
2754 # instance it was reported that on HP-UX the gcc test will end up
2755 # making a dummy file named `D' -- because `-MD' means `put the output
2756 # in D'.
2757 mkdir conftest.dir
2758 # Copy depcomp to subdir because otherwise we won't find it if we're
2759 # using a relative directory.
2760 cp "$am_depcomp" conftest.dir
2761 cd conftest.dir
2762 # We will build objects and dependencies in a subdirectory because
2763 # it helps to detect inapplicable dependency modes. For instance
2764 # both Tru64's cc and ICC support -MD to output dependencies as a
2765 # side effect of compilation, but ICC will put the dependencies in
2766 # the current directory while Tru64 will put them in the object
2767 # directory.
2768 mkdir sub
2769
2770 am_cv_CC_dependencies_compiler_type=none
2771 if test "$am_compiler_list" = ""; then
2772 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2773 fi
2774 for depmode in $am_compiler_list; do
2775 # Setup a source with many dependencies, because some compilers
2776 # like to wrap large dependency lists on column 80 (with \), and
2777 # we should not choose a depcomp mode which is confused by this.
2778 #
2779 # We need to recreate these files for each test, as the compiler may
2780 # overwrite some of them when testing with obscure command lines.
2781 # This happens at least with the AIX C compiler.
2782 : > sub/conftest.c
2783 for i in 1 2 3 4 5 6; do
2784 echo '#include "conftst'$i'.h"' >> sub/conftest.c
608cb764
PB
2785 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2786 # Solaris 8's {/usr,}/bin/sh.
2787 touch sub/conftst$i.h
53d60c04
KC
2788 done
2789 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2790
2791 case $depmode in
2792 nosideeffect)
2793 # after this tag, mechanisms are not by side-effect, so they'll
2794 # only be used when explicitly requested
2795 if test "x$enable_dependency_tracking" = xyes; then
2796 continue
2797 else
2798 break
2799 fi
2800 ;;
2801 none) break ;;
2802 esac
2803 # We check with `-c' and `-o' for the sake of the "dashmstdout"
2804 # mode. It turns out that the SunPro C++ compiler does not properly
2805 # handle `-M -o', and we need to detect this.
2806 if depmode=$depmode \
2807 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2808 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2809 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2810 >/dev/null 2>conftest.err &&
2811 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2812 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2813 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2814 # icc doesn't choke on unknown options, it will just issue warnings
608cb764
PB
2815 # or remarks (even with -Werror). So we grep stderr for any message
2816 # that says an option was ignored or not supported.
2817 # When given -MP, icc 7.0 and 7.1 complain thusly:
2818 # icc: Command line warning: ignoring option '-M'; no argument required
2819 # The diagnosis changed in icc 8.0:
2820 # icc: Command line remark: option '-MP' not supported
2821 if (grep 'ignoring option' conftest.err ||
2822 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
53d60c04
KC
2823 am_cv_CC_dependencies_compiler_type=$depmode
2824 break
2825 fi
2826 fi
2827 done
2828
2829 cd ..
2830 rm -rf conftest.dir
2831else
2832 am_cv_CC_dependencies_compiler_type=none
2833fi
2834
2835fi
2836echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2837echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2838CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2839
2840
2841
2842if
2843 test "x$enable_dependency_tracking" != xno \
2844 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2845 am__fastdepCC_TRUE=
2846 am__fastdepCC_FALSE='#'
2847else
2848 am__fastdepCC_TRUE='#'
2849 am__fastdepCC_FALSE=
2850fi
2851
bd8757b3
APB
2852
2853# Find a good install program. We prefer a C program (faster),
2854# so one script is as good as another. But avoid the broken or
2855# incompatible versions:
2856# SysV /etc/install, /usr/sbin/install
2857# SunOS /usr/etc/install
2858# IRIX /sbin/install
2859# AIX /bin/install
53d60c04 2860# AmigaOS /C/install, which installs bootblocks on floppy discs
bd8757b3
APB
2861# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2862# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2863# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3beb1315 2864# OS/2's system install, which has a completely different semantic
bd8757b3 2865# ./install, which can be erroneously created by make from ./install.sh.
53d60c04
KC
2866echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2867echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
bd8757b3 2868if test -z "$INSTALL"; then
53d60c04
KC
2869if test "${ac_cv_path_install+set}" = set; then
2870 echo $ECHO_N "(cached) $ECHO_C" >&6
2871else
2872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2873for as_dir in $PATH
2874do
2875 IFS=$as_save_IFS
2876 test -z "$as_dir" && as_dir=.
2877 # Account for people who put trailing slashes in PATH elements.
2878case $as_dir/ in
2879 ./ | .// | /cC/* | \
2880 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3beb1315 2881 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
53d60c04
KC
2882 /usr/ucb/* ) ;;
2883 *)
2884 # OSF1 and SCO ODT 3.0 have their own names for install.
2885 # Don't use installbsd from OSF since it installs stuff as root
2886 # by default.
2887 for ac_prog in ginstall scoinst install; do
2888 for ac_exec_ext in '' $ac_executable_extensions; do
3beb1315
HPN
2889 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2890 if test $ac_prog = install &&
2891 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2892 # AIX install. It has an incompatible calling convention.
2893 :
2894 elif test $ac_prog = install &&
2895 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2896 # program-specific install script used by HP pwplus--don't use.
2897 :
2898 else
2899 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2900 break 3
2901 fi
2902 fi
bd8757b3 2903 done
53d60c04
KC
2904 done
2905 ;;
2906esac
2907done
2908
bd8757b3
APB
2909
2910fi
2911 if test "${ac_cv_path_install+set}" = set; then
53d60c04 2912 INSTALL=$ac_cv_path_install
bd8757b3
APB
2913 else
2914 # As a last resort, use the slow shell script. We don't cache a
2915 # path for INSTALL within a source directory, because that will
2916 # break other packages using the cache if that directory is
2917 # removed, or if the path is relative.
53d60c04 2918 INSTALL=$ac_install_sh
bd8757b3
APB
2919 fi
2920fi
53d60c04
KC
2921echo "$as_me:$LINENO: result: $INSTALL" >&5
2922echo "${ECHO_T}$INSTALL" >&6
bd8757b3
APB
2923
2924# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2925# It thinks the first close brace ends the variable substitution.
2926test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2927
53d60c04 2928test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
bd8757b3
APB
2929
2930test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2931
2932# Extract the first word of "rm", so it can be a program name with args.
2933set dummy rm; ac_word=$2
53d60c04
KC
2934echo "$as_me:$LINENO: checking for $ac_word" >&5
2935echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2936if test "${ac_cv_path_RM+set}" = set; then
2937 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 2938else
53d60c04
KC
2939 case $RM in
2940 [\\/]* | ?:[\\/]*)
bd8757b3
APB
2941 ac_cv_path_RM="$RM" # Let the user override the test with a path.
2942 ;;
bd8757b3 2943 *)
53d60c04
KC
2944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2945as_dummy="$PATH:/bin:/usr/bin:/usr/local/bin"
2946for as_dir in $as_dummy
2947do
2948 IFS=$as_save_IFS
2949 test -z "$as_dir" && as_dir=.
2950 for ac_exec_ext in '' $ac_executable_extensions; do
2951 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2952 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
2953 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2954 break 2
2955 fi
2956done
2957done
2958
bd8757b3
APB
2959 test -z "$ac_cv_path_RM" && ac_cv_path_RM="/bin/rm"
2960 ;;
2961esac
2962fi
53d60c04
KC
2963RM=$ac_cv_path_RM
2964
bd8757b3 2965if test -n "$RM"; then
53d60c04
KC
2966 echo "$as_me:$LINENO: result: $RM" >&5
2967echo "${ECHO_T}$RM" >&6
bd8757b3 2968else
53d60c04
KC
2969 echo "$as_me:$LINENO: result: no" >&5
2970echo "${ECHO_T}no" >&6
bd8757b3
APB
2971fi
2972
2973# Extract the first word of "cp", so it can be a program name with args.
2974set dummy cp; ac_word=$2
53d60c04
KC
2975echo "$as_me:$LINENO: checking for $ac_word" >&5
2976echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2977if test "${ac_cv_path_CP+set}" = set; then
2978 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 2979else
53d60c04
KC
2980 case $CP in
2981 [\\/]* | ?:[\\/]*)
bd8757b3
APB
2982 ac_cv_path_CP="$CP" # Let the user override the test with a path.
2983 ;;
bd8757b3 2984 *)
53d60c04
KC
2985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2986as_dummy="$PATH:/bin:/usr/bin:/usr/local/bin"
2987for as_dir in $as_dummy
2988do
2989 IFS=$as_save_IFS
2990 test -z "$as_dir" && as_dir=.
2991 for ac_exec_ext in '' $ac_executable_extensions; do
2992 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2993 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
2994 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2995 break 2
2996 fi
2997done
2998done
2999
bd8757b3
APB
3000 test -z "$ac_cv_path_CP" && ac_cv_path_CP="/bin/cp"
3001 ;;
3002esac
3003fi
53d60c04
KC
3004CP=$ac_cv_path_CP
3005
bd8757b3 3006if test -n "$CP"; then
53d60c04
KC
3007 echo "$as_me:$LINENO: result: $CP" >&5
3008echo "${ECHO_T}$CP" >&6
bd8757b3 3009else
53d60c04
KC
3010 echo "$as_me:$LINENO: result: no" >&5
3011echo "${ECHO_T}no" >&6
bd8757b3
APB
3012fi
3013
3014# Extract the first word of "strip", so it can be a program name with args.
3015set dummy strip; ac_word=$2
53d60c04
KC
3016echo "$as_me:$LINENO: checking for $ac_word" >&5
3017echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3018if test "${ac_cv_path_STRIP+set}" = set; then
3019 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 3020else
53d60c04
KC
3021 case $STRIP in
3022 [\\/]* | ?:[\\/]*)
bd8757b3
APB
3023 ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path.
3024 ;;
bd8757b3 3025 *)
53d60c04
KC
3026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3027as_dummy="$PATH:/bin:/usr/bin:/usr/local/bin"
3028for as_dir in $as_dummy
3029do
3030 IFS=$as_save_IFS
3031 test -z "$as_dir" && as_dir=.
3032 for ac_exec_ext in '' $ac_executable_extensions; do
3033 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3034 ac_cv_path_STRIP="$as_dir/$ac_word$ac_exec_ext"
3035 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3036 break 2
3037 fi
3038done
3039done
3040
bd8757b3
APB
3041 test -z "$ac_cv_path_STRIP" && ac_cv_path_STRIP="/usr/bin/strip"
3042 ;;
3043esac
3044fi
53d60c04
KC
3045STRIP=$ac_cv_path_STRIP
3046
bd8757b3 3047if test -n "$STRIP"; then
53d60c04
KC
3048 echo "$as_me:$LINENO: result: $STRIP" >&5
3049echo "${ECHO_T}$STRIP" >&6
bd8757b3 3050else
53d60c04
KC
3051 echo "$as_me:$LINENO: result: no" >&5
3052echo "${ECHO_T}no" >&6
bd8757b3
APB
3053fi
3054
3055# Extract the first word of "chmod", so it can be a program name with args.
3056set dummy chmod; ac_word=$2
53d60c04
KC
3057echo "$as_me:$LINENO: checking for $ac_word" >&5
3058echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3059if test "${ac_cv_path_CHMOD+set}" = set; then
3060 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 3061else
53d60c04
KC
3062 case $CHMOD in
3063 [\\/]* | ?:[\\/]*)
bd8757b3
APB
3064 ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a path.
3065 ;;
bd8757b3 3066 *)
53d60c04
KC
3067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3068as_dummy="$PATH:/bin:/usr/bin:/usr/local/bin"
3069for as_dir in $as_dummy
3070do
3071 IFS=$as_save_IFS
3072 test -z "$as_dir" && as_dir=.
3073 for ac_exec_ext in '' $ac_executable_extensions; do
3074 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3075 ac_cv_path_CHMOD="$as_dir/$ac_word$ac_exec_ext"
3076 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3077 break 2
3078 fi
3079done
3080done
3081
bd8757b3
APB
3082 test -z "$ac_cv_path_CHMOD" && ac_cv_path_CHMOD="/bin/chmod"
3083 ;;
3084esac
3085fi
53d60c04 3086CHMOD=$ac_cv_path_CHMOD
645ca343 3087
53d60c04
KC
3088if test -n "$CHMOD"; then
3089 echo "$as_me:$LINENO: result: $CHMOD" >&5
3090echo "${ECHO_T}$CHMOD" >&6
645ca343 3091else
53d60c04
KC
3092 echo "$as_me:$LINENO: result: no" >&5
3093echo "${ECHO_T}no" >&6
645ca343
TT
3094fi
3095
645ca343 3096
bd8757b3 3097
53d60c04
KC
3098echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
3099echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
7a93476d
TT
3100 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
3101if test "${enable_maintainer_mode+set}" = set; then
3102 enableval="$enable_maintainer_mode"
3103 USE_MAINTAINER_MODE=$enableval
3104else
3105 USE_MAINTAINER_MODE=no
53d60c04
KC
3106fi;
3107 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
3108echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
7a93476d 3109
7a93476d
TT
3110
3111if test $USE_MAINTAINER_MODE = yes; then
3112 MAINTAINER_MODE_TRUE=
3113 MAINTAINER_MODE_FALSE='#'
3114else
3115 MAINTAINER_MODE_TRUE='#'
3116 MAINTAINER_MODE_FALSE=
3117fi
53d60c04 3118
7a93476d 3119 MAINT=$MAINTAINER_MODE_TRUE
7a93476d
TT
3120
3121
53d60c04
KC
3122
3123if test "$GCC" = yes; then
3124 fastjar_warn_cflags='-W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings'
3125fi
3126
3127
3128
3129
3130
3131
37729557
KG
3132
3133
bd8757b3 3134ac_header_dirent=no
53d60c04
KC
3135for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
3136 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
3137echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
3138echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
3139if eval "test \"\${$as_ac_Header+set}\" = set"; then
3140 echo $ECHO_N "(cached) $ECHO_C" >&6
3141else
3142 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3143/* confdefs.h. */
3144_ACEOF
3145cat confdefs.h >>conftest.$ac_ext
3146cat >>conftest.$ac_ext <<_ACEOF
3147/* end confdefs.h. */
bd8757b3
APB
3148#include <sys/types.h>
3149#include <$ac_hdr>
53d60c04
KC
3150
3151int
3152main ()
3153{
3154if ((DIR *) 0)
3155return 0;
3156 ;
3157 return 0;
3158}
3159_ACEOF
3160rm -f conftest.$ac_objext
3161if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 3162 (eval $ac_compile) 2>conftest.er1
53d60c04 3163 ac_status=$?
3beb1315
HPN
3164 grep -v '^ *+' conftest.er1 >conftest.err
3165 rm -f conftest.er1
3166 cat conftest.err >&5
53d60c04
KC
3167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3168 (exit $ac_status); } &&
79453222
KC
3169 { ac_try='test -z "$ac_c_werror_flag"
3170 || test ! -s conftest.err'
3beb1315
HPN
3171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3172 (eval $ac_try) 2>&5
3173 ac_status=$?
3174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3175 (exit $ac_status); }; } &&
3176 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
3177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3178 (eval $ac_try) 2>&5
3179 ac_status=$?
3180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3181 (exit $ac_status); }; }; then
3182 eval "$as_ac_Header=yes"
bd8757b3 3183else
53d60c04
KC
3184 echo "$as_me: failed program was:" >&5
3185sed 's/^/| /' conftest.$ac_ext >&5
3186
3187eval "$as_ac_Header=no"
bd8757b3 3188fi
3beb1315 3189rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bd8757b3 3190fi
53d60c04
KC
3191echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3192echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3193if test `eval echo '${'$as_ac_Header'}'` = yes; then
3194 cat >>confdefs.h <<_ACEOF
3195#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
3196_ACEOF
3197
3198ac_header_dirent=$ac_hdr; break
bd8757b3 3199fi
53d60c04 3200
bd8757b3
APB
3201done
3202# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
3203if test $ac_header_dirent = dirent.h; then
53d60c04
KC
3204 echo "$as_me:$LINENO: checking for library containing opendir" >&5
3205echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
3206if test "${ac_cv_search_opendir+set}" = set; then
3207 echo $ECHO_N "(cached) $ECHO_C" >&6
3208else
3209 ac_func_search_save_LIBS=$LIBS
3210ac_cv_search_opendir=no
3211cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3212/* confdefs.h. */
3213_ACEOF
3214cat confdefs.h >>conftest.$ac_ext
3215cat >>conftest.$ac_ext <<_ACEOF
3216/* end confdefs.h. */
3217
bd8757b3 3218/* Override any gcc2 internal prototype to avoid an error. */
53d60c04
KC
3219#ifdef __cplusplus
3220extern "C"
3221#endif
bd8757b3 3222/* We use char because int might match the return type of a gcc2
53d60c04
KC
3223 builtin and then its argument prototype would still apply. */
3224char opendir ();
3225int
3226main ()
3227{
3228opendir ();
3229 ;
3230 return 0;
3231}
3232_ACEOF
3233rm -f conftest.$ac_objext conftest$ac_exeext
3234if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3beb1315 3235 (eval $ac_link) 2>conftest.er1
53d60c04 3236 ac_status=$?
3beb1315
HPN
3237 grep -v '^ *+' conftest.er1 >conftest.err
3238 rm -f conftest.er1
3239 cat conftest.err >&5
53d60c04
KC
3240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3241 (exit $ac_status); } &&
79453222
KC
3242 { ac_try='test -z "$ac_c_werror_flag"
3243 || test ! -s conftest.err'
3beb1315
HPN
3244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3245 (eval $ac_try) 2>&5
3246 ac_status=$?
3247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3248 (exit $ac_status); }; } &&
3249 { ac_try='test -s conftest$ac_exeext'
53d60c04
KC
3250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3251 (eval $ac_try) 2>&5
3252 ac_status=$?
3253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3254 (exit $ac_status); }; }; then
3255 ac_cv_search_opendir="none required"
3256else
3257 echo "$as_me: failed program was:" >&5
3258sed 's/^/| /' conftest.$ac_ext >&5
3259
3260fi
3beb1315
HPN
3261rm -f conftest.err conftest.$ac_objext \
3262 conftest$ac_exeext conftest.$ac_ext
53d60c04
KC
3263if test "$ac_cv_search_opendir" = no; then
3264 for ac_lib in dir; do
3265 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3266 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3267/* confdefs.h. */
3268_ACEOF
3269cat confdefs.h >>conftest.$ac_ext
3270cat >>conftest.$ac_ext <<_ACEOF
3271/* end confdefs.h. */
bd8757b3 3272
53d60c04
KC
3273/* Override any gcc2 internal prototype to avoid an error. */
3274#ifdef __cplusplus
3275extern "C"
3276#endif
3277/* We use char because int might match the return type of a gcc2
3278 builtin and then its argument prototype would still apply. */
3279char opendir ();
3280int
3281main ()
3282{
3283opendir ();
3284 ;
3285 return 0;
3286}
3287_ACEOF
3288rm -f conftest.$ac_objext conftest$ac_exeext
3289if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3beb1315 3290 (eval $ac_link) 2>conftest.er1
53d60c04 3291 ac_status=$?
3beb1315
HPN
3292 grep -v '^ *+' conftest.er1 >conftest.err
3293 rm -f conftest.er1
3294 cat conftest.err >&5
53d60c04
KC
3295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3296 (exit $ac_status); } &&
79453222
KC
3297 { ac_try='test -z "$ac_c_werror_flag"
3298 || test ! -s conftest.err'
3beb1315
HPN
3299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3300 (eval $ac_try) 2>&5
3301 ac_status=$?
3302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3303 (exit $ac_status); }; } &&
3304 { ac_try='test -s conftest$ac_exeext'
53d60c04
KC
3305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3306 (eval $ac_try) 2>&5
3307 ac_status=$?
3308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3309 (exit $ac_status); }; }; then
3310 ac_cv_search_opendir="-l$ac_lib"
3311break
bd8757b3 3312else
53d60c04
KC
3313 echo "$as_me: failed program was:" >&5
3314sed 's/^/| /' conftest.$ac_ext >&5
bd8757b3
APB
3315
3316fi
3beb1315
HPN
3317rm -f conftest.err conftest.$ac_objext \
3318 conftest$ac_exeext conftest.$ac_ext
53d60c04
KC
3319 done
3320fi
3321LIBS=$ac_func_search_save_LIBS
3322fi
3323echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
3324echo "${ECHO_T}$ac_cv_search_opendir" >&6
3325if test "$ac_cv_search_opendir" != no; then
3326 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
3327
bd8757b3
APB
3328fi
3329
3330else
53d60c04
KC
3331 echo "$as_me:$LINENO: checking for library containing opendir" >&5
3332echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
3333if test "${ac_cv_search_opendir+set}" = set; then
3334 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 3335else
53d60c04
KC
3336 ac_func_search_save_LIBS=$LIBS
3337ac_cv_search_opendir=no
3338cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3339/* confdefs.h. */
3340_ACEOF
3341cat confdefs.h >>conftest.$ac_ext
3342cat >>conftest.$ac_ext <<_ACEOF
3343/* end confdefs.h. */
3344
bd8757b3 3345/* Override any gcc2 internal prototype to avoid an error. */
53d60c04
KC
3346#ifdef __cplusplus
3347extern "C"
3348#endif
bd8757b3 3349/* We use char because int might match the return type of a gcc2
53d60c04
KC
3350 builtin and then its argument prototype would still apply. */
3351char opendir ();
3352int
3353main ()
3354{
3355opendir ();
3356 ;
3357 return 0;
3358}
3359_ACEOF
3360rm -f conftest.$ac_objext conftest$ac_exeext
3361if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3beb1315 3362 (eval $ac_link) 2>conftest.er1
53d60c04 3363 ac_status=$?
3beb1315
HPN
3364 grep -v '^ *+' conftest.er1 >conftest.err
3365 rm -f conftest.er1
3366 cat conftest.err >&5
53d60c04
KC
3367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3368 (exit $ac_status); } &&
79453222
KC
3369 { ac_try='test -z "$ac_c_werror_flag"
3370 || test ! -s conftest.err'
3beb1315
HPN
3371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3372 (eval $ac_try) 2>&5
3373 ac_status=$?
3374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3375 (exit $ac_status); }; } &&
3376 { ac_try='test -s conftest$ac_exeext'
53d60c04
KC
3377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3378 (eval $ac_try) 2>&5
3379 ac_status=$?
3380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3381 (exit $ac_status); }; }; then
3382 ac_cv_search_opendir="none required"
3383else
3384 echo "$as_me: failed program was:" >&5
3385sed 's/^/| /' conftest.$ac_ext >&5
3386
3387fi
3beb1315
HPN
3388rm -f conftest.err conftest.$ac_objext \
3389 conftest$ac_exeext conftest.$ac_ext
53d60c04
KC
3390if test "$ac_cv_search_opendir" = no; then
3391 for ac_lib in x; do
3392 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3393 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3394/* confdefs.h. */
3395_ACEOF
3396cat confdefs.h >>conftest.$ac_ext
3397cat >>conftest.$ac_ext <<_ACEOF
3398/* end confdefs.h. */
bd8757b3 3399
53d60c04
KC
3400/* Override any gcc2 internal prototype to avoid an error. */
3401#ifdef __cplusplus
3402extern "C"
3403#endif
3404/* We use char because int might match the return type of a gcc2
3405 builtin and then its argument prototype would still apply. */
3406char opendir ();
3407int
3408main ()
3409{
3410opendir ();
3411 ;
3412 return 0;
3413}
3414_ACEOF
3415rm -f conftest.$ac_objext conftest$ac_exeext
3416if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3beb1315 3417 (eval $ac_link) 2>conftest.er1
53d60c04 3418 ac_status=$?
3beb1315
HPN
3419 grep -v '^ *+' conftest.er1 >conftest.err
3420 rm -f conftest.er1
3421 cat conftest.err >&5
53d60c04
KC
3422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3423 (exit $ac_status); } &&
79453222
KC
3424 { ac_try='test -z "$ac_c_werror_flag"
3425 || test ! -s conftest.err'
3beb1315
HPN
3426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3427 (eval $ac_try) 2>&5
3428 ac_status=$?
3429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3430 (exit $ac_status); }; } &&
3431 { ac_try='test -s conftest$ac_exeext'
53d60c04
KC
3432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3433 (eval $ac_try) 2>&5
3434 ac_status=$?
3435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3436 (exit $ac_status); }; }; then
3437 ac_cv_search_opendir="-l$ac_lib"
3438break
bd8757b3 3439else
53d60c04
KC
3440 echo "$as_me: failed program was:" >&5
3441sed 's/^/| /' conftest.$ac_ext >&5
bd8757b3
APB
3442
3443fi
3beb1315
HPN
3444rm -f conftest.err conftest.$ac_objext \
3445 conftest$ac_exeext conftest.$ac_ext
53d60c04
KC
3446 done
3447fi
3448LIBS=$ac_func_search_save_LIBS
3449fi
3450echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
3451echo "${ECHO_T}$ac_cv_search_opendir" >&6
3452if test "$ac_cv_search_opendir" != no; then
3453 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
3454
bd8757b3
APB
3455fi
3456
3457fi
3458
53d60c04
KC
3459ac_ext=c
3460ac_cpp='$CPP $CPPFLAGS'
3461ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3462ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3463ac_compiler_gnu=$ac_cv_c_compiler_gnu
3464echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3465echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
bd8757b3
APB
3466# On Suns, sometimes $CPP names a directory.
3467if test -n "$CPP" && test -d "$CPP"; then
3468 CPP=
3469fi
3470if test -z "$CPP"; then
53d60c04
KC
3471 if test "${ac_cv_prog_CPP+set}" = set; then
3472 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 3473else
53d60c04
KC
3474 # Double quotes because CPP needs to be expanded
3475 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3476 do
3477 ac_preproc_ok=false
3478for ac_c_preproc_warn_flag in '' yes
3479do
3480 # Use a header file that comes with gcc, so configuring glibc
3481 # with a fresh cross-compiler works.
3482 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3483 # <limits.h> exists even on freestanding compilers.
bd8757b3 3484 # On the NeXT, cc -E runs the code through the compiler's parser,
53d60c04
KC
3485 # not just through cpp. "Syntax error" is here to catch this case.
3486 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3487/* confdefs.h. */
3488_ACEOF
3489cat confdefs.h >>conftest.$ac_ext
3490cat >>conftest.$ac_ext <<_ACEOF
3491/* end confdefs.h. */
3492#ifdef __STDC__
3493# include <limits.h>
3494#else
3495# include <assert.h>
3496#endif
3beb1315 3497 Syntax error
53d60c04
KC
3498_ACEOF
3499if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3500 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3501 ac_status=$?
3502 grep -v '^ *+' conftest.er1 >conftest.err
3503 rm -f conftest.er1
3504 cat conftest.err >&5
3505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3506 (exit $ac_status); } >/dev/null; then
3507 if test -s conftest.err; then
3508 ac_cpp_err=$ac_c_preproc_warn_flag
3beb1315 3509 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
53d60c04
KC
3510 else
3511 ac_cpp_err=
3512 fi
bd8757b3 3513else
53d60c04
KC
3514 ac_cpp_err=yes
3515fi
3516if test -z "$ac_cpp_err"; then
bd8757b3
APB
3517 :
3518else
53d60c04
KC
3519 echo "$as_me: failed program was:" >&5
3520sed 's/^/| /' conftest.$ac_ext >&5
3521
3522 # Broken: fails on valid input.
3523continue
3524fi
3525rm -f conftest.err conftest.$ac_ext
3526
3527 # OK, works on sane cases. Now check whether non-existent headers
3528 # can be detected and how.
3529 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3530/* confdefs.h. */
3531_ACEOF
3532cat confdefs.h >>conftest.$ac_ext
3533cat >>conftest.$ac_ext <<_ACEOF
3534/* end confdefs.h. */
3535#include <ac_nonexistent.h>
3536_ACEOF
3537if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3538 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3539 ac_status=$?
3540 grep -v '^ *+' conftest.er1 >conftest.err
3541 rm -f conftest.er1
3542 cat conftest.err >&5
3543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3544 (exit $ac_status); } >/dev/null; then
3545 if test -s conftest.err; then
3546 ac_cpp_err=$ac_c_preproc_warn_flag
3beb1315 3547 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
53d60c04
KC
3548 else
3549 ac_cpp_err=
3550 fi
bd8757b3 3551else
53d60c04 3552 ac_cpp_err=yes
bd8757b3 3553fi
53d60c04
KC
3554if test -z "$ac_cpp_err"; then
3555 # Broken: success on invalid input.
3556continue
3557else
3558 echo "$as_me: failed program was:" >&5
3559sed 's/^/| /' conftest.$ac_ext >&5
3560
3561 # Passes both tests.
3562ac_preproc_ok=:
3563break
bd8757b3 3564fi
53d60c04
KC
3565rm -f conftest.err conftest.$ac_ext
3566
3567done
3568# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3569rm -f conftest.err conftest.$ac_ext
3570if $ac_preproc_ok; then
3571 break
bd8757b3 3572fi
53d60c04
KC
3573
3574 done
3575 ac_cv_prog_CPP=$CPP
3576
3577fi
3578 CPP=$ac_cv_prog_CPP
3579else
3580 ac_cv_prog_CPP=$CPP
3581fi
3582echo "$as_me:$LINENO: result: $CPP" >&5
3583echo "${ECHO_T}$CPP" >&6
3584ac_preproc_ok=false
3585for ac_c_preproc_warn_flag in '' yes
3586do
3587 # Use a header file that comes with gcc, so configuring glibc
3588 # with a fresh cross-compiler works.
3589 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3590 # <limits.h> exists even on freestanding compilers.
3591 # On the NeXT, cc -E runs the code through the compiler's parser,
3592 # not just through cpp. "Syntax error" is here to catch this case.
3593 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3594/* confdefs.h. */
3595_ACEOF
3596cat confdefs.h >>conftest.$ac_ext
3597cat >>conftest.$ac_ext <<_ACEOF
3598/* end confdefs.h. */
3599#ifdef __STDC__
3600# include <limits.h>
3601#else
3602# include <assert.h>
3603#endif
3beb1315 3604 Syntax error
53d60c04
KC
3605_ACEOF
3606if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3607 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3608 ac_status=$?
3609 grep -v '^ *+' conftest.er1 >conftest.err
3610 rm -f conftest.er1
3611 cat conftest.err >&5
3612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3613 (exit $ac_status); } >/dev/null; then
3614 if test -s conftest.err; then
3615 ac_cpp_err=$ac_c_preproc_warn_flag
3beb1315 3616 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
53d60c04
KC
3617 else
3618 ac_cpp_err=
3619 fi
3620else
3621 ac_cpp_err=yes
3622fi
3623if test -z "$ac_cpp_err"; then
3624 :
3625else
3626 echo "$as_me: failed program was:" >&5
3627sed 's/^/| /' conftest.$ac_ext >&5
3628
3629 # Broken: fails on valid input.
3630continue
3631fi
3632rm -f conftest.err conftest.$ac_ext
3633
3634 # OK, works on sane cases. Now check whether non-existent headers
3635 # can be detected and how.
3636 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3637/* confdefs.h. */
3638_ACEOF
3639cat confdefs.h >>conftest.$ac_ext
3640cat >>conftest.$ac_ext <<_ACEOF
3641/* end confdefs.h. */
3642#include <ac_nonexistent.h>
3643_ACEOF
3644if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3645 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3646 ac_status=$?
3647 grep -v '^ *+' conftest.er1 >conftest.err
3648 rm -f conftest.er1
3649 cat conftest.err >&5
3650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3651 (exit $ac_status); } >/dev/null; then
3652 if test -s conftest.err; then
3653 ac_cpp_err=$ac_c_preproc_warn_flag
3beb1315 3654 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
53d60c04
KC
3655 else
3656 ac_cpp_err=
3657 fi
3658else
3659 ac_cpp_err=yes
3660fi
3661if test -z "$ac_cpp_err"; then
3662 # Broken: success on invalid input.
3663continue
3664else
3665 echo "$as_me: failed program was:" >&5
3666sed 's/^/| /' conftest.$ac_ext >&5
3667
3668 # Passes both tests.
3669ac_preproc_ok=:
3670break
bd8757b3 3671fi
53d60c04
KC
3672rm -f conftest.err conftest.$ac_ext
3673
3674done
3675# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3676rm -f conftest.err conftest.$ac_ext
3677if $ac_preproc_ok; then
3678 :
bd8757b3 3679else
53d60c04
KC
3680 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3681See \`config.log' for more details." >&5
3682echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3683See \`config.log' for more details." >&2;}
3684 { (exit 1); exit 1; }; }
bd8757b3 3685fi
bd8757b3 3686
53d60c04
KC
3687ac_ext=c
3688ac_cpp='$CPP $CPPFLAGS'
3689ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3690ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3691ac_compiler_gnu=$ac_cv_c_compiler_gnu
3692
3693
3694echo "$as_me:$LINENO: checking for egrep" >&5
3695echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3696if test "${ac_cv_prog_egrep+set}" = set; then
3697 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 3698else
53d60c04
KC
3699 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3700 then ac_cv_prog_egrep='grep -E'
3701 else ac_cv_prog_egrep='egrep'
3702 fi
3703fi
3704echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3705echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3706 EGREP=$ac_cv_prog_egrep
3707
3708
3709echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3710echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3711if test "${ac_cv_header_stdc+set}" = set; then
3712 echo $ECHO_N "(cached) $ECHO_C" >&6
3713else
3714 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3715/* confdefs.h. */
3716_ACEOF
3717cat confdefs.h >>conftest.$ac_ext
3718cat >>conftest.$ac_ext <<_ACEOF
3719/* end confdefs.h. */
bd8757b3
APB
3720#include <stdlib.h>
3721#include <stdarg.h>
3722#include <string.h>
3723#include <float.h>
53d60c04
KC
3724
3725int
3726main ()
3727{
3728
3729 ;
3730 return 0;
3731}
3732_ACEOF
3733rm -f conftest.$ac_objext
3734if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 3735 (eval $ac_compile) 2>conftest.er1
53d60c04 3736 ac_status=$?
3beb1315
HPN
3737 grep -v '^ *+' conftest.er1 >conftest.err
3738 rm -f conftest.er1
3739 cat conftest.err >&5
53d60c04
KC
3740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3741 (exit $ac_status); } &&
79453222
KC
3742 { ac_try='test -z "$ac_c_werror_flag"
3743 || test ! -s conftest.err'
3beb1315
HPN
3744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3745 (eval $ac_try) 2>&5
3746 ac_status=$?
3747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3748 (exit $ac_status); }; } &&
3749 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
3750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3751 (eval $ac_try) 2>&5
3752 ac_status=$?
3753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3754 (exit $ac_status); }; }; then
bd8757b3
APB
3755 ac_cv_header_stdc=yes
3756else
53d60c04
KC
3757 echo "$as_me: failed program was:" >&5
3758sed 's/^/| /' conftest.$ac_ext >&5
3759
3760ac_cv_header_stdc=no
bd8757b3 3761fi
3beb1315 3762rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bd8757b3
APB
3763
3764if test $ac_cv_header_stdc = yes; then
3765 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
53d60c04 3766 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3767/* confdefs.h. */
3768_ACEOF
3769cat confdefs.h >>conftest.$ac_ext
3770cat >>conftest.$ac_ext <<_ACEOF
3771/* end confdefs.h. */
bd8757b3 3772#include <string.h>
53d60c04
KC
3773
3774_ACEOF
bd8757b3 3775if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
53d60c04 3776 $EGREP "memchr" >/dev/null 2>&1; then
bd8757b3
APB
3777 :
3778else
bd8757b3
APB
3779 ac_cv_header_stdc=no
3780fi
3781rm -f conftest*
3782
3783fi
3784
3785if test $ac_cv_header_stdc = yes; then
3786 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
53d60c04 3787 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3788/* confdefs.h. */
3789_ACEOF
3790cat confdefs.h >>conftest.$ac_ext
3791cat >>conftest.$ac_ext <<_ACEOF
3792/* end confdefs.h. */
bd8757b3 3793#include <stdlib.h>
53d60c04
KC
3794
3795_ACEOF
bd8757b3 3796if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
53d60c04 3797 $EGREP "free" >/dev/null 2>&1; then
bd8757b3
APB
3798 :
3799else
bd8757b3
APB
3800 ac_cv_header_stdc=no
3801fi
3802rm -f conftest*
3803
3804fi
3805
3806if test $ac_cv_header_stdc = yes; then
3807 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
53d60c04 3808 if test "$cross_compiling" = yes; then
bd8757b3
APB
3809 :
3810else
53d60c04 3811 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3812/* confdefs.h. */
3813_ACEOF
3814cat confdefs.h >>conftest.$ac_ext
3815cat >>conftest.$ac_ext <<_ACEOF
3816/* end confdefs.h. */
bd8757b3 3817#include <ctype.h>
53d60c04
KC
3818#if ((' ' & 0x0FF) == 0x020)
3819# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3820# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3821#else
3822# define ISLOWER(c) \
3beb1315
HPN
3823 (('a' <= (c) && (c) <= 'i') \
3824 || ('j' <= (c) && (c) <= 'r') \
3825 || ('s' <= (c) && (c) <= 'z'))
53d60c04
KC
3826# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3827#endif
bd8757b3 3828
53d60c04
KC
3829#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3830int
3831main ()
3832{
3833 int i;
3834 for (i = 0; i < 256; i++)
3835 if (XOR (islower (i), ISLOWER (i))
3beb1315 3836 || toupper (i) != TOUPPER (i))
53d60c04
KC
3837 exit(2);
3838 exit (0);
3839}
3840_ACEOF
3841rm -f conftest$ac_exeext
3842if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3843 (eval $ac_link) 2>&5
3844 ac_status=$?
3845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3846 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3848 (eval $ac_try) 2>&5
3849 ac_status=$?
3850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); }; }; then
bd8757b3
APB
3852 :
3853else
53d60c04
KC
3854 echo "$as_me: program exited with status $ac_status" >&5
3855echo "$as_me: failed program was:" >&5
3856sed 's/^/| /' conftest.$ac_ext >&5
3857
3858( exit $ac_status )
3859ac_cv_header_stdc=no
bd8757b3 3860fi
3beb1315 3861rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
bd8757b3 3862fi
bd8757b3
APB
3863fi
3864fi
53d60c04
KC
3865echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3866echo "${ECHO_T}$ac_cv_header_stdc" >&6
bd8757b3 3867if test $ac_cv_header_stdc = yes; then
53d60c04
KC
3868
3869cat >>confdefs.h <<\_ACEOF
bd8757b3 3870#define STDC_HEADERS 1
53d60c04 3871_ACEOF
bd8757b3
APB
3872
3873fi
3874
53d60c04
KC
3875echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
3876echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
3877if test "${ac_cv_struct_tm+set}" = set; then
3878 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 3879else
53d60c04 3880 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3881/* confdefs.h. */
3882_ACEOF
3883cat confdefs.h >>conftest.$ac_ext
3884cat >>conftest.$ac_ext <<_ACEOF
3885/* end confdefs.h. */
bd8757b3
APB
3886#include <sys/types.h>
3887#include <time.h>
53d60c04
KC
3888
3889int
3890main ()
3891{
bd8757b3 3892struct tm *tp; tp->tm_sec;
53d60c04
KC
3893 ;
3894 return 0;
3895}
3896_ACEOF
3897rm -f conftest.$ac_objext
3898if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 3899 (eval $ac_compile) 2>conftest.er1
53d60c04 3900 ac_status=$?
3beb1315
HPN
3901 grep -v '^ *+' conftest.er1 >conftest.err
3902 rm -f conftest.er1
3903 cat conftest.err >&5
53d60c04
KC
3904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3905 (exit $ac_status); } &&
79453222
KC
3906 { ac_try='test -z "$ac_c_werror_flag"
3907 || test ! -s conftest.err'
3beb1315
HPN
3908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3909 (eval $ac_try) 2>&5
3910 ac_status=$?
3911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3912 (exit $ac_status); }; } &&
3913 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
3914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3915 (eval $ac_try) 2>&5
3916 ac_status=$?
3917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3918 (exit $ac_status); }; }; then
bd8757b3
APB
3919 ac_cv_struct_tm=time.h
3920else
53d60c04
KC
3921 echo "$as_me: failed program was:" >&5
3922sed 's/^/| /' conftest.$ac_ext >&5
3923
3924ac_cv_struct_tm=sys/time.h
bd8757b3 3925fi
3beb1315 3926rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bd8757b3 3927fi
53d60c04
KC
3928echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
3929echo "${ECHO_T}$ac_cv_struct_tm" >&6
bd8757b3 3930if test $ac_cv_struct_tm = sys/time.h; then
53d60c04
KC
3931
3932cat >>confdefs.h <<\_ACEOF
bd8757b3 3933#define TM_IN_SYS_TIME 1
53d60c04 3934_ACEOF
bd8757b3
APB
3935
3936fi
3937
53d60c04
KC
3938# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3beb1315 3949 inttypes.h stdint.h unistd.h
bd8757b3 3950do
53d60c04
KC
3951as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3952echo "$as_me:$LINENO: checking for $ac_header" >&5
3953echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3954if eval "test \"\${$as_ac_Header+set}\" = set"; then
3955 echo $ECHO_N "(cached) $ECHO_C" >&6
3956else
3957 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
3958/* confdefs.h. */
3959_ACEOF
3960cat confdefs.h >>conftest.$ac_ext
3961cat >>conftest.$ac_ext <<_ACEOF
3962/* end confdefs.h. */
3963$ac_includes_default
3964
3965#include <$ac_header>
3966_ACEOF
3967rm -f conftest.$ac_objext
3968if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 3969 (eval $ac_compile) 2>conftest.er1
53d60c04 3970 ac_status=$?
3beb1315
HPN
3971 grep -v '^ *+' conftest.er1 >conftest.err
3972 rm -f conftest.er1
3973 cat conftest.err >&5
53d60c04
KC
3974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3975 (exit $ac_status); } &&
79453222
KC
3976 { ac_try='test -z "$ac_c_werror_flag"
3977 || test ! -s conftest.err'
3beb1315
HPN
3978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3979 (eval $ac_try) 2>&5
3980 ac_status=$?
3981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3982 (exit $ac_status); }; } &&
3983 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
3984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3985 (eval $ac_try) 2>&5
3986 ac_status=$?
3987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3988 (exit $ac_status); }; }; then
3989 eval "$as_ac_Header=yes"
3990else
3991 echo "$as_me: failed program was:" >&5
3992sed 's/^/| /' conftest.$ac_ext >&5
3993
3994eval "$as_ac_Header=no"
bd8757b3 3995fi
3beb1315 3996rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bd8757b3 3997fi
53d60c04
KC
3998echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3999echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4000if test `eval echo '${'$as_ac_Header'}'` = yes; then
4001 cat >>confdefs.h <<_ACEOF
4002#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4003_ACEOF
4004
4005fi
4006
4007done
4008
4009
4010
4011
4012
4013
4014
4015for ac_header in fcntl.h unistd.h sys/param.h stdlib.h limits.h
4016do
4017as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4018if eval "test \"\${$as_ac_Header+set}\" = set"; then
4019 echo "$as_me:$LINENO: checking for $ac_header" >&5
4020echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4021if eval "test \"\${$as_ac_Header+set}\" = set"; then
4022 echo $ECHO_N "(cached) $ECHO_C" >&6
4023fi
4024echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4025echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4026else
4027 # Is the header compilable?
4028echo "$as_me:$LINENO: checking $ac_header usability" >&5
4029echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4030cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4031/* confdefs.h. */
4032_ACEOF
4033cat confdefs.h >>conftest.$ac_ext
4034cat >>conftest.$ac_ext <<_ACEOF
4035/* end confdefs.h. */
4036$ac_includes_default
4037#include <$ac_header>
4038_ACEOF
4039rm -f conftest.$ac_objext
4040if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 4041 (eval $ac_compile) 2>conftest.er1
53d60c04 4042 ac_status=$?
3beb1315
HPN
4043 grep -v '^ *+' conftest.er1 >conftest.err
4044 rm -f conftest.er1
4045 cat conftest.err >&5
53d60c04
KC
4046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4047 (exit $ac_status); } &&
79453222
KC
4048 { ac_try='test -z "$ac_c_werror_flag"
4049 || test ! -s conftest.err'
3beb1315
HPN
4050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4051 (eval $ac_try) 2>&5
4052 ac_status=$?
4053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4054 (exit $ac_status); }; } &&
4055 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
4056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4057 (eval $ac_try) 2>&5
4058 ac_status=$?
4059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4060 (exit $ac_status); }; }; then
4061 ac_header_compiler=yes
4062else
4063 echo "$as_me: failed program was:" >&5
4064sed 's/^/| /' conftest.$ac_ext >&5
4065
4066ac_header_compiler=no
4067fi
3beb1315 4068rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
53d60c04
KC
4069echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4070echo "${ECHO_T}$ac_header_compiler" >&6
4071
4072# Is the header present?
4073echo "$as_me:$LINENO: checking $ac_header presence" >&5
4074echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4075cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4076/* confdefs.h. */
4077_ACEOF
4078cat confdefs.h >>conftest.$ac_ext
4079cat >>conftest.$ac_ext <<_ACEOF
4080/* end confdefs.h. */
4081#include <$ac_header>
4082_ACEOF
4083if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4084 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4085 ac_status=$?
4086 grep -v '^ *+' conftest.er1 >conftest.err
4087 rm -f conftest.er1
4088 cat conftest.err >&5
4089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4090 (exit $ac_status); } >/dev/null; then
4091 if test -s conftest.err; then
4092 ac_cpp_err=$ac_c_preproc_warn_flag
3beb1315 4093 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
53d60c04
KC
4094 else
4095 ac_cpp_err=
4096 fi
4097else
4098 ac_cpp_err=yes
4099fi
4100if test -z "$ac_cpp_err"; then
4101 ac_header_preproc=yes
4102else
4103 echo "$as_me: failed program was:" >&5
4104sed 's/^/| /' conftest.$ac_ext >&5
4105
4106 ac_header_preproc=no
4107fi
4108rm -f conftest.err conftest.$ac_ext
4109echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4110echo "${ECHO_T}$ac_header_preproc" >&6
4111
4112# So? What about this header?
3beb1315
HPN
4113case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4114 yes:no: )
53d60c04
KC
4115 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4116echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3beb1315
HPN
4117 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4118echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4119 ac_header_preproc=yes
53d60c04 4120 ;;
3beb1315 4121 no:yes:* )
53d60c04
KC
4122 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4123echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3beb1315
HPN
4124 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4125echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4126 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4127echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4128 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4129echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
53d60c04
KC
4130 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4131echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3beb1315
HPN
4132 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4133echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
53d60c04
KC
4134 (
4135 cat <<\_ASBOX
3beb1315
HPN
4136## ------------------------------------------ ##
4137## Report this to the AC_PACKAGE_NAME lists. ##
4138## ------------------------------------------ ##
53d60c04
KC
4139_ASBOX
4140 ) |
4141 sed "s/^/$as_me: WARNING: /" >&2
4142 ;;
4143esac
4144echo "$as_me:$LINENO: checking for $ac_header" >&5
4145echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4146if eval "test \"\${$as_ac_Header+set}\" = set"; then
4147 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 4148else
3beb1315 4149 eval "$as_ac_Header=\$ac_header_preproc"
bd8757b3 4150fi
53d60c04
KC
4151echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4152echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4153
4154fi
4155if test `eval echo '${'$as_ac_Header'}'` = yes; then
4156 cat >>confdefs.h <<_ACEOF
4157#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4158_ACEOF
4159
4160fi
4161
bd8757b3
APB
4162done
4163
4164
fab62285
BM
4165
4166
4167for ac_func in ftruncate _chsize
4168do
4169as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4170echo "$as_me:$LINENO: checking for $ac_func" >&5
4171echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4172if eval "test \"\${$as_ac_var+set}\" = set"; then
4173 echo $ECHO_N "(cached) $ECHO_C" >&6
4174else
4175 cat >conftest.$ac_ext <<_ACEOF
4176/* confdefs.h. */
4177_ACEOF
4178cat confdefs.h >>conftest.$ac_ext
4179cat >>conftest.$ac_ext <<_ACEOF
4180/* end confdefs.h. */
4181/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4182 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4183#define $ac_func innocuous_$ac_func
4184
4185/* System header to define __stub macros and hopefully few prototypes,
4186 which can conflict with char $ac_func (); below.
4187 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4188 <limits.h> exists even on freestanding compilers. */
4189
4190#ifdef __STDC__
4191# include <limits.h>
4192#else
4193# include <assert.h>
4194#endif
4195
4196#undef $ac_func
4197
4198/* Override any gcc2 internal prototype to avoid an error. */
4199#ifdef __cplusplus
4200extern "C"
4201{
4202#endif
4203/* We use char because int might match the return type of a gcc2
4204 builtin and then its argument prototype would still apply. */
4205char $ac_func ();
4206/* The GNU C library defines this for functions which it implements
4207 to always fail with ENOSYS. Some functions are actually named
4208 something starting with __ and the normal name is an alias. */
4209#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4210choke me
4211#else
4212char (*f) () = $ac_func;
4213#endif
4214#ifdef __cplusplus
4215}
4216#endif
4217
4218int
4219main ()
4220{
4221return f != $ac_func;
4222 ;
4223 return 0;
4224}
4225_ACEOF
4226rm -f conftest.$ac_objext conftest$ac_exeext
4227if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4228 (eval $ac_link) 2>conftest.er1
4229 ac_status=$?
4230 grep -v '^ *+' conftest.er1 >conftest.err
4231 rm -f conftest.er1
4232 cat conftest.err >&5
4233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4234 (exit $ac_status); } &&
4235 { ac_try='test -z "$ac_c_werror_flag"
4236 || test ! -s conftest.err'
4237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4238 (eval $ac_try) 2>&5
4239 ac_status=$?
4240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4241 (exit $ac_status); }; } &&
4242 { ac_try='test -s conftest$ac_exeext'
4243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4244 (eval $ac_try) 2>&5
4245 ac_status=$?
4246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4247 (exit $ac_status); }; }; then
4248 eval "$as_ac_var=yes"
4249else
4250 echo "$as_me: failed program was:" >&5
4251sed 's/^/| /' conftest.$ac_ext >&5
4252
4253eval "$as_ac_var=no"
4254fi
4255rm -f conftest.err conftest.$ac_objext \
4256 conftest$ac_exeext conftest.$ac_ext
4257fi
4258echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4259echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4260if test `eval echo '${'$as_ac_var'}'` = yes; then
4261 cat >>confdefs.h <<_ACEOF
4262#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4263_ACEOF
4264
4265fi
4266done
4267
4268
53d60c04
KC
4269echo "$as_me:$LINENO: checking for off_t" >&5
4270echo $ECHO_N "checking for off_t... $ECHO_C" >&6
4271if test "${ac_cv_type_off_t+set}" = set; then
4272 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 4273else
53d60c04 4274 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4275/* confdefs.h. */
4276_ACEOF
4277cat confdefs.h >>conftest.$ac_ext
4278cat >>conftest.$ac_ext <<_ACEOF
4279/* end confdefs.h. */
4280$ac_includes_default
4281int
4282main ()
4283{
4284if ((off_t *) 0)
4285 return 0;
4286if (sizeof (off_t))
4287 return 0;
4288 ;
4289 return 0;
4290}
4291_ACEOF
4292rm -f conftest.$ac_objext
4293if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 4294 (eval $ac_compile) 2>conftest.er1
53d60c04 4295 ac_status=$?
3beb1315
HPN
4296 grep -v '^ *+' conftest.er1 >conftest.err
4297 rm -f conftest.er1
4298 cat conftest.err >&5
53d60c04
KC
4299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4300 (exit $ac_status); } &&
79453222
KC
4301 { ac_try='test -z "$ac_c_werror_flag"
4302 || test ! -s conftest.err'
3beb1315
HPN
4303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4304 (eval $ac_try) 2>&5
4305 ac_status=$?
4306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4307 (exit $ac_status); }; } &&
4308 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
4309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4310 (eval $ac_try) 2>&5
4311 ac_status=$?
4312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4313 (exit $ac_status); }; }; then
bd8757b3
APB
4314 ac_cv_type_off_t=yes
4315else
53d60c04
KC
4316 echo "$as_me: failed program was:" >&5
4317sed 's/^/| /' conftest.$ac_ext >&5
bd8757b3 4318
53d60c04
KC
4319ac_cv_type_off_t=no
4320fi
3beb1315 4321rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bd8757b3 4322fi
53d60c04
KC
4323echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
4324echo "${ECHO_T}$ac_cv_type_off_t" >&6
4325if test $ac_cv_type_off_t = yes; then
4326 :
4327else
4328
4329cat >>confdefs.h <<_ACEOF
bd8757b3 4330#define off_t long
53d60c04 4331_ACEOF
bd8757b3
APB
4332
4333fi
4334
53d60c04
KC
4335echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
4336echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
4337if test "${ac_cv_struct_tm+set}" = set; then
4338 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 4339else
53d60c04 4340 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4341/* confdefs.h. */
4342_ACEOF
4343cat confdefs.h >>conftest.$ac_ext
4344cat >>conftest.$ac_ext <<_ACEOF
4345/* end confdefs.h. */
bd8757b3
APB
4346#include <sys/types.h>
4347#include <time.h>
53d60c04
KC
4348
4349int
4350main ()
4351{
bd8757b3 4352struct tm *tp; tp->tm_sec;
53d60c04
KC
4353 ;
4354 return 0;
4355}
4356_ACEOF
4357rm -f conftest.$ac_objext
4358if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 4359 (eval $ac_compile) 2>conftest.er1
53d60c04 4360 ac_status=$?
3beb1315
HPN
4361 grep -v '^ *+' conftest.er1 >conftest.err
4362 rm -f conftest.er1
4363 cat conftest.err >&5
53d60c04
KC
4364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4365 (exit $ac_status); } &&
79453222
KC
4366 { ac_try='test -z "$ac_c_werror_flag"
4367 || test ! -s conftest.err'
3beb1315
HPN
4368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4369 (eval $ac_try) 2>&5
4370 ac_status=$?
4371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4372 (exit $ac_status); }; } &&
4373 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
4374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4375 (eval $ac_try) 2>&5
4376 ac_status=$?
4377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4378 (exit $ac_status); }; }; then
bd8757b3
APB
4379 ac_cv_struct_tm=time.h
4380else
53d60c04
KC
4381 echo "$as_me: failed program was:" >&5
4382sed 's/^/| /' conftest.$ac_ext >&5
4383
4384ac_cv_struct_tm=sys/time.h
bd8757b3 4385fi
3beb1315 4386rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bd8757b3 4387fi
53d60c04
KC
4388echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
4389echo "${ECHO_T}$ac_cv_struct_tm" >&6
bd8757b3 4390if test $ac_cv_struct_tm = sys/time.h; then
53d60c04
KC
4391
4392cat >>confdefs.h <<\_ACEOF
bd8757b3 4393#define TM_IN_SYS_TIME 1
53d60c04 4394_ACEOF
bd8757b3
APB
4395
4396fi
4397
4398
b4258f06 4399# mkdir takes a single argument on some systems.
53d60c04
KC
4400echo "$as_me:$LINENO: checking if mkdir takes one argument" >&5
4401echo $ECHO_N "checking if mkdir takes one argument... $ECHO_C" >&6
4402if test "${gcc_cv_mkdir_takes_one_arg+set}" = set; then
4403 echo $ECHO_N "(cached) $ECHO_C" >&6
b4258f06 4404else
53d60c04 4405 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4406/* confdefs.h. */
4407_ACEOF
4408cat confdefs.h >>conftest.$ac_ext
4409cat >>conftest.$ac_ext <<_ACEOF
4410/* end confdefs.h. */
b4258f06
RM
4411
4412#include <sys/types.h>
4413#ifdef HAVE_SYS_STAT_H
4414# include <sys/stat.h>
4415#endif
4416#ifdef HAVE_UNISTD_H
4417# include <unistd.h>
4418#endif
4419#ifdef HAVE_DIRECT_H
4420# include <direct.h>
4421#endif
53d60c04
KC
4422int
4423main ()
4424{
b4258f06 4425mkdir ("foo", 0);
53d60c04
KC
4426 ;
4427 return 0;
4428}
4429_ACEOF
4430rm -f conftest.$ac_objext
4431if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 4432 (eval $ac_compile) 2>conftest.er1
53d60c04 4433 ac_status=$?
3beb1315
HPN
4434 grep -v '^ *+' conftest.er1 >conftest.err
4435 rm -f conftest.er1
4436 cat conftest.err >&5
53d60c04
KC
4437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4438 (exit $ac_status); } &&
79453222
KC
4439 { ac_try='test -z "$ac_c_werror_flag"
4440 || test ! -s conftest.err'
3beb1315
HPN
4441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4442 (eval $ac_try) 2>&5
4443 ac_status=$?
4444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4445 (exit $ac_status); }; } &&
4446 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
4447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4448 (eval $ac_try) 2>&5
4449 ac_status=$?
4450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4451 (exit $ac_status); }; }; then
b4258f06
RM
4452 gcc_cv_mkdir_takes_one_arg=no
4453else
53d60c04
KC
4454 echo "$as_me: failed program was:" >&5
4455sed 's/^/| /' conftest.$ac_ext >&5
4456
4457gcc_cv_mkdir_takes_one_arg=yes
b4258f06 4458fi
3beb1315 4459rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
b4258f06 4460fi
53d60c04
KC
4461echo "$as_me:$LINENO: result: $gcc_cv_mkdir_takes_one_arg" >&5
4462echo "${ECHO_T}$gcc_cv_mkdir_takes_one_arg" >&6
b4258f06 4463if test $gcc_cv_mkdir_takes_one_arg = yes ; then
53d60c04
KC
4464
4465cat >>confdefs.h <<\_ACEOF
b4258f06 4466#define MKDIR_TAKES_ONE_ARG 1
53d60c04 4467_ACEOF
b4258f06
RM
4468
4469fi
4470
4471
53d60c04
KC
4472echo "$as_me:$LINENO: checking size of char" >&5
4473echo $ECHO_N "checking size of char... $ECHO_C" >&6
4474if test "${ac_cv_sizeof_char+set}" = set; then
4475 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 4476else
4977bab6 4477 for ac_size in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
53d60c04 4478 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4479/* confdefs.h. */
4480_ACEOF
4481cat confdefs.h >>conftest.$ac_ext
4482cat >>conftest.$ac_ext <<_ACEOF
4483/* end confdefs.h. */
bd8757b3 4484#include "confdefs.h"
824030c6
GK
4485#include <sys/types.h>
4486
4487
53d60c04
KC
4488int
4489main ()
4490{
824030c6 4491switch (0) case 0: case (sizeof (char) == $ac_size):;
53d60c04
KC
4492 ;
4493 return 0;
4494}
4495_ACEOF
4496rm -f conftest.$ac_objext
4497if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 4498 (eval $ac_compile) 2>conftest.er1
53d60c04 4499 ac_status=$?
3beb1315
HPN
4500 grep -v '^ *+' conftest.er1 >conftest.err
4501 rm -f conftest.er1
4502 cat conftest.err >&5
53d60c04
KC
4503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4504 (exit $ac_status); } &&
79453222
KC
4505 { ac_try='test -z "$ac_c_werror_flag"
4506 || test ! -s conftest.err'
3beb1315
HPN
4507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4508 (eval $ac_try) 2>&5
4509 ac_status=$?
4510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4511 (exit $ac_status); }; } &&
4512 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
4513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4514 (eval $ac_try) 2>&5
4515 ac_status=$?
4516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4517 (exit $ac_status); }; }; then
824030c6 4518 ac_cv_sizeof_char=$ac_size
bd8757b3 4519else
53d60c04
KC
4520 echo "$as_me: failed program was:" >&5
4521sed 's/^/| /' conftest.$ac_ext >&5
4522
bd8757b3 4523fi
3beb1315 4524rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
824030c6
GK
4525 if test x$ac_cv_sizeof_char != x ; then break; fi
4526done
4527
bd8757b3
APB
4528fi
4529
824030c6 4530if test x$ac_cv_sizeof_char = x ; then
53d60c04
KC
4531 { { echo "$as_me:$LINENO: error: cannot determine a size for char" >&5
4532echo "$as_me: error: cannot determine a size for char" >&2;}
4533 { (exit 1); exit 1; }; }
bd8757b3 4534fi
53d60c04
KC
4535echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
4536echo "${ECHO_T}$ac_cv_sizeof_char" >&6
4537
4538cat >>confdefs.h <<_ACEOF
bd8757b3 4539#define SIZEOF_CHAR $ac_cv_sizeof_char
53d60c04 4540_ACEOF
bd8757b3
APB
4541
4542
53d60c04
KC
4543echo "$as_me:$LINENO: checking size of short" >&5
4544echo $ECHO_N "checking size of short... $ECHO_C" >&6
4545if test "${ac_cv_sizeof_short+set}" = set; then
4546 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 4547else
4977bab6 4548 for ac_size in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
53d60c04 4549 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4550/* confdefs.h. */
4551_ACEOF
4552cat confdefs.h >>conftest.$ac_ext
4553cat >>conftest.$ac_ext <<_ACEOF
4554/* end confdefs.h. */
bd8757b3 4555#include "confdefs.h"
824030c6
GK
4556#include <sys/types.h>
4557
4558
53d60c04
KC
4559int
4560main ()
4561{
824030c6 4562switch (0) case 0: case (sizeof (short) == $ac_size):;
53d60c04
KC
4563 ;
4564 return 0;
4565}
4566_ACEOF
4567rm -f conftest.$ac_objext
4568if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 4569 (eval $ac_compile) 2>conftest.er1
53d60c04 4570 ac_status=$?
3beb1315
HPN
4571 grep -v '^ *+' conftest.er1 >conftest.err
4572 rm -f conftest.er1
4573 cat conftest.err >&5
53d60c04
KC
4574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4575 (exit $ac_status); } &&
79453222
KC
4576 { ac_try='test -z "$ac_c_werror_flag"
4577 || test ! -s conftest.err'
3beb1315
HPN
4578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4579 (eval $ac_try) 2>&5
4580 ac_status=$?
4581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4582 (exit $ac_status); }; } &&
4583 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
4584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4585 (eval $ac_try) 2>&5
4586 ac_status=$?
4587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4588 (exit $ac_status); }; }; then
824030c6 4589 ac_cv_sizeof_short=$ac_size
bd8757b3 4590else
53d60c04
KC
4591 echo "$as_me: failed program was:" >&5
4592sed 's/^/| /' conftest.$ac_ext >&5
4593
bd8757b3 4594fi
3beb1315 4595rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
824030c6
GK
4596 if test x$ac_cv_sizeof_short != x ; then break; fi
4597done
4598
bd8757b3
APB
4599fi
4600
824030c6 4601if test x$ac_cv_sizeof_short = x ; then
53d60c04
KC
4602 { { echo "$as_me:$LINENO: error: cannot determine a size for short" >&5
4603echo "$as_me: error: cannot determine a size for short" >&2;}
4604 { (exit 1); exit 1; }; }
bd8757b3 4605fi
53d60c04
KC
4606echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
4607echo "${ECHO_T}$ac_cv_sizeof_short" >&6
4608
4609cat >>confdefs.h <<_ACEOF
bd8757b3 4610#define SIZEOF_SHORT $ac_cv_sizeof_short
53d60c04 4611_ACEOF
bd8757b3
APB
4612
4613
53d60c04
KC
4614echo "$as_me:$LINENO: checking size of int" >&5
4615echo $ECHO_N "checking size of int... $ECHO_C" >&6
4616if test "${ac_cv_sizeof_int+set}" = set; then
4617 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 4618else
4977bab6 4619 for ac_size in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
53d60c04 4620 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4621/* confdefs.h. */
4622_ACEOF
4623cat confdefs.h >>conftest.$ac_ext
4624cat >>conftest.$ac_ext <<_ACEOF
4625/* end confdefs.h. */
bd8757b3 4626#include "confdefs.h"
824030c6
GK
4627#include <sys/types.h>
4628
4629
53d60c04
KC
4630int
4631main ()
4632{
824030c6 4633switch (0) case 0: case (sizeof (int) == $ac_size):;
53d60c04
KC
4634 ;
4635 return 0;
4636}
4637_ACEOF
4638rm -f conftest.$ac_objext
4639if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 4640 (eval $ac_compile) 2>conftest.er1
53d60c04 4641 ac_status=$?
3beb1315
HPN
4642 grep -v '^ *+' conftest.er1 >conftest.err
4643 rm -f conftest.er1
4644 cat conftest.err >&5
53d60c04
KC
4645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4646 (exit $ac_status); } &&
79453222
KC
4647 { ac_try='test -z "$ac_c_werror_flag"
4648 || test ! -s conftest.err'
3beb1315
HPN
4649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4650 (eval $ac_try) 2>&5
4651 ac_status=$?
4652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4653 (exit $ac_status); }; } &&
4654 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
4655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4656 (eval $ac_try) 2>&5
4657 ac_status=$?
4658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4659 (exit $ac_status); }; }; then
824030c6 4660 ac_cv_sizeof_int=$ac_size
bd8757b3 4661else
53d60c04
KC
4662 echo "$as_me: failed program was:" >&5
4663sed 's/^/| /' conftest.$ac_ext >&5
4664
bd8757b3 4665fi
3beb1315 4666rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
824030c6
GK
4667 if test x$ac_cv_sizeof_int != x ; then break; fi
4668done
4669
bd8757b3
APB
4670fi
4671
824030c6 4672if test x$ac_cv_sizeof_int = x ; then
53d60c04
KC
4673 { { echo "$as_me:$LINENO: error: cannot determine a size for int" >&5
4674echo "$as_me: error: cannot determine a size for int" >&2;}
4675 { (exit 1); exit 1; }; }
bd8757b3 4676fi
53d60c04
KC
4677echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
4678echo "${ECHO_T}$ac_cv_sizeof_int" >&6
4679
4680cat >>confdefs.h <<_ACEOF
bd8757b3 4681#define SIZEOF_INT $ac_cv_sizeof_int
53d60c04 4682_ACEOF
bd8757b3
APB
4683
4684
53d60c04
KC
4685echo "$as_me:$LINENO: checking size of long" >&5
4686echo $ECHO_N "checking size of long... $ECHO_C" >&6
4687if test "${ac_cv_sizeof_long+set}" = set; then
4688 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 4689else
4977bab6 4690 for ac_size in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
53d60c04 4691 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4692/* confdefs.h. */
4693_ACEOF
4694cat confdefs.h >>conftest.$ac_ext
4695cat >>conftest.$ac_ext <<_ACEOF
4696/* end confdefs.h. */
bd8757b3 4697#include "confdefs.h"
824030c6
GK
4698#include <sys/types.h>
4699
4700
53d60c04
KC
4701int
4702main ()
4703{
824030c6 4704switch (0) case 0: case (sizeof (long) == $ac_size):;
53d60c04
KC
4705 ;
4706 return 0;
4707}
4708_ACEOF
4709rm -f conftest.$ac_objext
4710if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 4711 (eval $ac_compile) 2>conftest.er1
53d60c04 4712 ac_status=$?
3beb1315
HPN
4713 grep -v '^ *+' conftest.er1 >conftest.err
4714 rm -f conftest.er1
4715 cat conftest.err >&5
53d60c04
KC
4716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4717 (exit $ac_status); } &&
79453222
KC
4718 { ac_try='test -z "$ac_c_werror_flag"
4719 || test ! -s conftest.err'
3beb1315
HPN
4720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4721 (eval $ac_try) 2>&5
4722 ac_status=$?
4723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4724 (exit $ac_status); }; } &&
4725 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
4726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4727 (eval $ac_try) 2>&5
4728 ac_status=$?
4729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4730 (exit $ac_status); }; }; then
824030c6 4731 ac_cv_sizeof_long=$ac_size
bd8757b3 4732else
53d60c04
KC
4733 echo "$as_me: failed program was:" >&5
4734sed 's/^/| /' conftest.$ac_ext >&5
4735
bd8757b3 4736fi
3beb1315 4737rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
824030c6
GK
4738 if test x$ac_cv_sizeof_long != x ; then break; fi
4739done
4740
bd8757b3
APB
4741fi
4742
824030c6 4743if test x$ac_cv_sizeof_long = x ; then
53d60c04
KC
4744 { { echo "$as_me:$LINENO: error: cannot determine a size for long" >&5
4745echo "$as_me: error: cannot determine a size for long" >&2;}
4746 { (exit 1); exit 1; }; }
bd8757b3 4747fi
53d60c04
KC
4748echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
4749echo "${ECHO_T}$ac_cv_sizeof_long" >&6
4750
4751cat >>confdefs.h <<_ACEOF
bd8757b3 4752#define SIZEOF_LONG $ac_cv_sizeof_long
53d60c04 4753_ACEOF
bd8757b3
APB
4754
4755
79453222
KC
4756echo "$as_me:$LINENO: checking for long long" >&5
4757echo $ECHO_N "checking for long long... $ECHO_C" >&6
4758if test "${ac_cv_type_long_long+set}" = set; then
4759 echo $ECHO_N "(cached) $ECHO_C" >&6
4760else
4761 cat >conftest.$ac_ext <<_ACEOF
4762/* confdefs.h. */
4763_ACEOF
4764cat confdefs.h >>conftest.$ac_ext
4765cat >>conftest.$ac_ext <<_ACEOF
4766/* end confdefs.h. */
4767$ac_includes_default
4768int
4769main ()
4770{
4771if ((long long *) 0)
4772 return 0;
4773if (sizeof (long long))
4774 return 0;
4775 ;
4776 return 0;
4777}
4778_ACEOF
4779rm -f conftest.$ac_objext
4780if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4781 (eval $ac_compile) 2>conftest.er1
4782 ac_status=$?
4783 grep -v '^ *+' conftest.er1 >conftest.err
4784 rm -f conftest.er1
4785 cat conftest.err >&5
4786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4787 (exit $ac_status); } &&
4788 { ac_try='test -z "$ac_c_werror_flag"
4789 || test ! -s conftest.err'
4790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4791 (eval $ac_try) 2>&5
4792 ac_status=$?
4793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4794 (exit $ac_status); }; } &&
4795 { ac_try='test -s conftest.$ac_objext'
4796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4797 (eval $ac_try) 2>&5
4798 ac_status=$?
4799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4800 (exit $ac_status); }; }; then
4801 ac_cv_type_long_long=yes
4802else
4803 echo "$as_me: failed program was:" >&5
4804sed 's/^/| /' conftest.$ac_ext >&5
4805
4806ac_cv_type_long_long=no
4807fi
4808rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4809fi
4810echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
4811echo "${ECHO_T}$ac_cv_type_long_long" >&6
4812if test $ac_cv_type_long_long = yes; then
4813
4814cat >>confdefs.h <<_ACEOF
4815#define HAVE_LONG_LONG 1
4816_ACEOF
4817
53d60c04
KC
4818echo "$as_me:$LINENO: checking size of long long" >&5
4819echo $ECHO_N "checking size of long long... $ECHO_C" >&6
4820if test "${ac_cv_sizeof_long_long+set}" = set; then
4821 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 4822else
4977bab6 4823 for ac_size in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
53d60c04 4824 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4825/* confdefs.h. */
4826_ACEOF
4827cat confdefs.h >>conftest.$ac_ext
4828cat >>conftest.$ac_ext <<_ACEOF
4829/* end confdefs.h. */
bd8757b3 4830#include "confdefs.h"
824030c6
GK
4831#include <sys/types.h>
4832
4833
53d60c04
KC
4834int
4835main ()
4836{
824030c6 4837switch (0) case 0: case (sizeof (long long) == $ac_size):;
53d60c04
KC
4838 ;
4839 return 0;
4840}
4841_ACEOF
4842rm -f conftest.$ac_objext
4843if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 4844 (eval $ac_compile) 2>conftest.er1
53d60c04 4845 ac_status=$?
3beb1315
HPN
4846 grep -v '^ *+' conftest.er1 >conftest.err
4847 rm -f conftest.er1
4848 cat conftest.err >&5
53d60c04
KC
4849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4850 (exit $ac_status); } &&
79453222
KC
4851 { ac_try='test -z "$ac_c_werror_flag"
4852 || test ! -s conftest.err'
3beb1315
HPN
4853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4854 (eval $ac_try) 2>&5
4855 ac_status=$?
4856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4857 (exit $ac_status); }; } &&
4858 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
4859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4860 (eval $ac_try) 2>&5
4861 ac_status=$?
4862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4863 (exit $ac_status); }; }; then
824030c6 4864 ac_cv_sizeof_long_long=$ac_size
bd8757b3 4865else
53d60c04
KC
4866 echo "$as_me: failed program was:" >&5
4867sed 's/^/| /' conftest.$ac_ext >&5
4868
bd8757b3 4869fi
3beb1315 4870rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
824030c6
GK
4871 if test x$ac_cv_sizeof_long_long != x ; then break; fi
4872done
4873
bd8757b3
APB
4874fi
4875
824030c6 4876if test x$ac_cv_sizeof_long_long = x ; then
53d60c04
KC
4877 { { echo "$as_me:$LINENO: error: cannot determine a size for long long" >&5
4878echo "$as_me: error: cannot determine a size for long long" >&2;}
4879 { (exit 1); exit 1; }; }
bd8757b3 4880fi
53d60c04
KC
4881echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
4882echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
4883
4884cat >>confdefs.h <<_ACEOF
bd8757b3 4885#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
53d60c04 4886_ACEOF
bd8757b3
APB
4887
4888
79453222
KC
4889fi
4890
bd8757b3 4891
53d60c04
KC
4892echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
4893echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
4894if test "${ac_cv_c_bigendian+set}" = set; then
4895 echo $ECHO_N "(cached) $ECHO_C" >&6
bd8757b3 4896else
4977bab6
ZW
4897 ac_cv_c_bigendian=unknown
4898# See if sys/param.h defines the BYTE_ORDER macro.
53d60c04 4899cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4900/* confdefs.h. */
4901_ACEOF
4902cat confdefs.h >>conftest.$ac_ext
4903cat >>conftest.$ac_ext <<_ACEOF
4904/* end confdefs.h. */
4977bab6
ZW
4905#include <sys/types.h>
4906#include <sys/param.h>
53d60c04
KC
4907int
4908main ()
4909{
bd8757b3 4910
4977bab6
ZW
4911#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4912 bogus endian macros
bd8757b3 4913#endif
53d60c04
KC
4914 ;
4915 return 0;
4916}
4917_ACEOF
4918rm -f conftest.$ac_objext
4919if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 4920 (eval $ac_compile) 2>conftest.er1
53d60c04 4921 ac_status=$?
3beb1315
HPN
4922 grep -v '^ *+' conftest.er1 >conftest.err
4923 rm -f conftest.er1
4924 cat conftest.err >&5
53d60c04
KC
4925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4926 (exit $ac_status); } &&
79453222
KC
4927 { ac_try='test -z "$ac_c_werror_flag"
4928 || test ! -s conftest.err'
3beb1315
HPN
4929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4930 (eval $ac_try) 2>&5
4931 ac_status=$?
4932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4933 (exit $ac_status); }; } &&
4934 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
4935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4936 (eval $ac_try) 2>&5
4937 ac_status=$?
4938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4939 (exit $ac_status); }; }; then
4977bab6 4940 # It does; now see whether it defined to BIG_ENDIAN or not.
53d60c04 4941cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
4942/* confdefs.h. */
4943_ACEOF
4944cat confdefs.h >>conftest.$ac_ext
4945cat >>conftest.$ac_ext <<_ACEOF
4946/* end confdefs.h. */
4977bab6
ZW
4947#include <sys/types.h>
4948#include <sys/param.h>
53d60c04
KC
4949int
4950main ()
4951{
4977bab6
ZW
4952
4953#if BYTE_ORDER != BIG_ENDIAN
4954 not big endian
824030c6 4955#endif
53d60c04
KC
4956 ;
4957 return 0;
4958}
4959_ACEOF
4960rm -f conftest.$ac_objext
4961if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3beb1315 4962 (eval $ac_compile) 2>conftest.er1
53d60c04 4963 ac_status=$?
3beb1315
HPN
4964 grep -v '^ *+' conftest.er1 >conftest.err
4965 rm -f conftest.er1
4966 cat conftest.err >&5
53d60c04
KC
4967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4968 (exit $ac_status); } &&
79453222
KC
4969 { ac_try='test -z "$ac_c_werror_flag"
4970 || test ! -s conftest.err'
3beb1315
HPN
4971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4972 (eval $ac_try) 2>&5
4973 ac_status=$?
4974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4975 (exit $ac_status); }; } &&
4976 { ac_try='test -s conftest.$ac_objext'
53d60c04
KC
4977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4978 (eval $ac_try) 2>&5
4979 ac_status=$?
4980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4981 (exit $ac_status); }; }; then
4977bab6
ZW
4982 ac_cv_c_bigendian=yes
4983else
53d60c04
KC
4984 echo "$as_me: failed program was:" >&5
4985sed 's/^/| /' conftest.$ac_ext >&5
4986
4987ac_cv_c_bigendian=no
4977bab6 4988fi
3beb1315 4989rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4977bab6 4990else
53d60c04
KC
4991 echo "$as_me: failed program was:" >&5
4992sed 's/^/| /' conftest.$ac_ext >&5
4993
4977bab6 4994fi
3beb1315 4995rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4977bab6
ZW
4996if test $ac_cv_c_bigendian = unknown; then
4997if test "$cross_compiling" = yes; then
53d60c04 4998 echo $ac_n "cross-compiling... " 2>&6
4977bab6 4999else
53d60c04 5000 cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
5001/* confdefs.h. */
5002_ACEOF
5003cat confdefs.h >>conftest.$ac_ext
5004cat >>conftest.$ac_ext <<_ACEOF
5005/* end confdefs.h. */
4977bab6
ZW
5006main () {
5007 /* Are we little or big endian? From Harbison&Steele. */
5008 union
5009 {
5010 long l;
5011 char c[sizeof (long)];
5012 } u;
5013 u.l = 1;
5014 exit (u.c[sizeof (long) - 1] == 1);
5015}
53d60c04
KC
5016_ACEOF
5017rm -f conftest$ac_exeext
5018if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5019 (eval $ac_link) 2>&5
5020 ac_status=$?
5021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5022 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5024 (eval $ac_try) 2>&5
5025 ac_status=$?
5026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5027 (exit $ac_status); }; }; then
4977bab6
ZW
5028 ac_cv_c_bigendian=no
5029else
53d60c04
KC
5030 echo "$as_me: program exited with status $ac_status" >&5
5031echo "$as_me: failed program was:" >&5
5032sed 's/^/| /' conftest.$ac_ext >&5
5033
5034( exit $ac_status )
5035ac_cv_c_bigendian=yes
4977bab6 5036fi
3beb1315 5037rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
bd8757b3 5038fi
4977bab6
ZW
5039fi
5040fi
53d60c04
KC
5041echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
5042echo "${ECHO_T}$ac_cv_c_bigendian" >&6
4977bab6 5043if test $ac_cv_c_bigendian = unknown; then
53d60c04
KC
5044echo "$as_me:$LINENO: checking to probe for byte ordering" >&5
5045echo $ECHO_N "checking to probe for byte ordering... $ECHO_C" >&6
4977bab6
ZW
5046
5047cat >conftest.c <<EOF
5048short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
5049short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
5050void _ascii() { char* s = (char*) ascii_mm; s = (char*) ascii_ii; }
5051short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
5052short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
5053void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; }
5054int main() { _ascii (); _ebcdic (); return 0; }
5055EOF
5056 if test -f conftest.c ; then
3beb1315 5057 if ${CC-cc} ${CFLAGS} -c conftest.c -o conftest.o && test -f conftest.o ; then
4977bab6
ZW
5058 if test `grep -l BIGenDianSyS conftest.o` ; then
5059 echo $ac_n ' big endian probe OK, ' 1>&6
5060 ac_cv_c_bigendian=yes
5061 fi
5062 if test `grep -l LiTTleEnDian conftest.o` ; then
5063 echo $ac_n ' little endian probe OK, ' 1>&6
5064 if test $ac_cv_c_bigendian = yes ; then
5065 ac_cv_c_bigendian=unknown;
5066 else
5067 ac_cv_c_bigendian=no
5068 fi
5069 fi
5070 echo $ac_n 'guessing bigendian ... ' >&6
5071 fi
5072 fi
53d60c04
KC
5073echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
5074echo "${ECHO_T}$ac_cv_c_bigendian" >&6
bd8757b3 5075fi
4977bab6 5076if test $ac_cv_c_bigendian = yes; then
53d60c04
KC
5077
5078cat >>confdefs.h <<\_ACEOF
4977bab6 5079#define WORDS_BIGENDIAN 1
53d60c04 5080_ACEOF
bd8757b3 5081
53d60c04
KC
5082
5083cat >>confdefs.h <<\_ACEOF
4977bab6 5084#define HOST_WORDS_BIG_ENDIAN 1
53d60c04 5085_ACEOF
4977bab6
ZW
5086
5087 BYTEORDER=4321
5088else
5089 BYTEORDER=1234
5090fi
53d60c04
KC
5091
5092cat >>confdefs.h <<_ACEOF
4977bab6 5093#define BYTEORDER $BYTEORDER
53d60c04 5094_ACEOF
bd8757b3 5095
4977bab6 5096if test $ac_cv_c_bigendian = unknown; then
3beb1315
HPN
5097 { { echo "$as_me:$LINENO: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&5
5098echo "$as_me: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&2;}
5099 { (exit 1); exit 1; }; }
bd8757b3
APB
5100fi
5101
5102
53d60c04 5103
d475215a
TT
5104# Check whether --with-system-zlib or --without-system-zlib was given.
5105if test "${with_system_zlib+set}" = set; then
5106 withval="$with_system_zlib"
d475215a 5107
53d60c04 5108fi;
d475215a
TT
5109
5110ZLIBS=
5111ZDEPS=
5112ZINCS=
5113use_zlib=maybe
5114if test "$with_system_zlib" = yes; then
53d60c04
KC
5115 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
5116echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
5117if test "${ac_cv_lib_z_deflate+set}" = set; then
5118 echo $ECHO_N "(cached) $ECHO_C" >&6
d475215a 5119else
53d60c04 5120 ac_check_lib_save_LIBS=$LIBS
d475215a 5121LIBS="-lz $LIBS"
53d60c04 5122cat >conftest.$ac_ext <<_ACEOF
53d60c04
KC
5123/* confdefs.h. */
5124_ACEOF
5125cat confdefs.h >>conftest.$ac_ext
5126cat >>conftest.$ac_ext <<_ACEOF
5127/* end confdefs.h. */
5128
d475215a 5129/* Override any gcc2 internal prototype to avoid an error. */
53d60c04
KC
5130#ifdef __cplusplus
5131extern "C"
5132#endif
d475215a 5133/* We use char because int might match the return type of a gcc2
53d60c04
KC
5134 builtin and then its argument prototype would still apply. */
5135char deflate ();
5136int
5137main ()
5138{
5139deflate ();
5140 ;
5141 return 0;
5142}
5143_ACEOF
5144rm -f conftest.$ac_objext conftest$ac_exeext
5145if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3beb1315 5146 (eval $ac_link) 2>conftest.er1
53d60c04 5147 ac_status=$?
3beb1315
HPN
5148 grep -v '^ *+' conftest.er1 >conftest.err
5149 rm -f conftest.er1
5150 cat conftest.err >&5
53d60c04
KC
5151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5152 (exit $ac_status); } &&
79453222
KC
5153 { ac_try='test -z "$ac_c_werror_flag"
5154 || test ! -s conftest.err'
3beb1315
HPN
5155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5156 (eval $ac_try) 2>&5
5157 ac_status=$?
5158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5159 (exit $ac_status); }; } &&
5160 { ac_try='test -s conftest$ac_exeext'
53d60c04
KC
5161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5162 (eval $ac_try) 2>&5
5163 ac_status=$?
5164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5165 (exit $ac_status); }; }; then
5166 ac_cv_lib_z_deflate=yes
d475215a 5167else
53d60c04
KC
5168 echo "$as_me: failed program was:" >&5
5169sed 's/^/| /' conftest.$ac_ext >&5
d475215a 5170
53d60c04
KC
5171ac_cv_lib_z_deflate=no
5172fi
3beb1315
HPN
5173rm -f conftest.err conftest.$ac_objext \
5174 conftest$ac_exeext conftest.$ac_ext
53d60c04 5175LIBS=$ac_check_lib_save_LIBS
d475215a 5176fi
53d60c04
KC
5177echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
5178echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
5179if test $ac_cv_lib_z_deflate = yes; then
d475215a
TT
5180 ZLIBS=-lz
5181else
53d60c04 5182 use_zlib=no
d475215a
TT
5183fi
5184
5185else
5186 use_zlib=no
5187fi
5188
5189if test "$use_zlib" = no; then
5190 # Brain dead way to find tree's zlib.
5191 ZDEPS='$(top_builddir)/../zlib/libz.a'
5192 ZLIBS="$ZDEPS -L\$(here)/../zlib/$libsubdir"
5193 ZINCS='-I$(top_srcdir)/../zlib'
5194fi
bd8757b3
APB
5195
5196
5197
5198
040e098a
KC
5199# GCC LOCAL CHANGE
5200# We would like to our source tree to be readonly. However when releases or
5201# pre-releases are generated, the man pages need to be included as they are
5202# converted from the texi files via perl which we don't require end users to
5203# have installed.
5204# Therefore we have --enable-generated-files-in-srcdir to do just that.
5205
5206echo "$as_me:$LINENO: checking whether to place generated files in the source directory" >&5
5207echo $ECHO_N "checking whether to place generated files in the source directory... $ECHO_C" >&6
5208 # Check whether --enable-generated-files-in-srcdir or --disable-generated-files-in-srcdir was given.
5209if test "${enable_generated_files_in_srcdir+set}" = set; then
5210 enableval="$enable_generated_files_in_srcdir"
5211 generated_files_in_srcdir=$enableval
5212else
5213 generated_files_in_srcdir=no
5214fi;
5215
5216echo "$as_me:$LINENO: result: $generated_files_in_srcdir" >&5
5217echo "${ECHO_T}$generated_files_in_srcdir" >&6
5218
5219
5220if test x$generated_files_in_srcdir = xyes; then
5221 GENINSRC_TRUE=
5222 GENINSRC_FALSE='#'
5223else
5224 GENINSRC_TRUE='#'
5225 GENINSRC_FALSE=
5226fi
5227
5228
42ac7b6d
MK
5229# Get the version trigger filename from the toplevel
5230if test "${with_gcc_version_trigger+set}" = set; then
5231 gcc_version_trigger=$with_gcc_version_trigger
5232else
5233 gcc_version_trigger=${srcdir}/version.c
5234fi
5235gcc_version_full=`grep version_string ${gcc_version_trigger} | sed -e 's/.*"\([^"]*\)".*/\1/'`
5236gcc_version=`echo ${gcc_version_full} | sed -e 's/\([^ ]*\) .*/\1/'`
5237
5238
53d60c04
KC
5239 ac_config_files="$ac_config_files Makefile install-defs.sh"
5240cat >confcache <<\_ACEOF
bd8757b3
APB
5241# This file is a shell script that caches the results of configure
5242# tests run on this system so they can be shared between configure
53d60c04
KC
5243# scripts and configure runs, see configure's option --config-cache.
5244# It is not useful on other systems. If it contains results you don't
5245# want to keep, you may remove or edit it.
bd8757b3 5246#
53d60c04
KC
5247# config.status only pays attention to the cache file if you give it
5248# the --recheck option to rerun configure.
bd8757b3 5249#
53d60c04
KC
5250# `ac_cv_env_foo' variables (set or unset) will be overridden when
5251# loading this file, other *unset* `ac_cv_foo' will be assigned the
5252# following values.
5253
5254_ACEOF
5255
bd8757b3
APB
5256# The following way of writing the cache mishandles newlines in values,
5257# but we know of no workaround that is simple, portable, and efficient.
5258# So, don't put newlines in cache variables' values.
5259# Ultrix sh set writes to stderr and can't be redirected directly,
5260# and sets the high bit in the cache file unless we assign to the vars.
53d60c04
KC
5261{
5262 (set) 2>&1 |
5263 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5264 *ac_space=\ *)
5265 # `set' does not quote correctly, so add quotes (double-quote
5266 # substitution turns \\\\ into \\, and sed turns \\ into \).
5267 sed -n \
3beb1315
HPN
5268 "s/'/'\\\\''/g;
5269 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
53d60c04
KC
5270 ;;
5271 *)
5272 # `set' quotes correctly as required by POSIX, so do not add quotes.
5273 sed -n \
3beb1315 5274 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
53d60c04
KC
5275 ;;
5276 esac;
5277} |
5278 sed '
5279 t clear
5280 : clear
5281 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5282 t end
5283 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5284 : end' >>confcache
5285if diff $cache_file confcache >/dev/null 2>&1; then :; else
bd8757b3 5286 if test -w $cache_file; then
53d60c04
KC
5287 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5288 cat confcache >$cache_file
bd8757b3
APB
5289 else
5290 echo "not updating unwritable cache $cache_file"
5291 fi
5292fi
5293rm -f confcache
5294
bd8757b3
APB
5295test "x$prefix" = xNONE && prefix=$ac_default_prefix
5296# Let make expand exec_prefix.
5297test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5298
53d60c04
KC
5299# VPATH may cause trouble with some makes, so we remove $(srcdir),
5300# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5301# trailing colons and then remove the whole line if VPATH becomes empty
5302# (actually we leave an empty line to preserve line numbers).
bd8757b3 5303if test "x$srcdir" = x.; then
3beb1315 5304 ac_vpsub='/^[ ]*VPATH[ ]*=/{
53d60c04
KC
5305s/:*\$(srcdir):*/:/;
5306s/:*\${srcdir}:*/:/;
5307s/:*@srcdir@:*/:/;
3beb1315 5308s/^\([^=]*=[ ]*\):*/\1/;
53d60c04 5309s/:*$//;
3beb1315 5310s/^[^=]*=[ ]*$//;
53d60c04 5311}'
bd8757b3
APB
5312fi
5313
bd8757b3
APB
5314DEFS=-DHAVE_CONFIG_H
5315
53d60c04
KC
5316ac_libobjs=
5317ac_ltlibobjs=
5318for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5319 # 1. Remove the extension, and $U if already installed.
5320 ac_i=`echo "$ac_i" |
3beb1315 5321 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
53d60c04
KC
5322 # 2. Add them.
5323 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
5324 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
5325done
5326LIBOBJS=$ac_libobjs
bd8757b3 5327
53d60c04
KC
5328LTLIBOBJS=$ac_ltlibobjs
5329
5330
5331if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
5332 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
5333Usually this means the macro was only invoked conditionally." >&5
5334echo "$as_me: error: conditional \"AMDEP\" was never defined.
5335Usually this means the macro was only invoked conditionally." >&2;}
5336 { (exit 1); exit 1; }; }
5337fi
5338if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5339 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
5340Usually this means the macro was only invoked conditionally." >&5
5341echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
5342Usually this means the macro was only invoked conditionally." >&2;}
5343 { (exit 1); exit 1; }; }
5344fi
5345if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
5346 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
5347Usually this means the macro was only invoked conditionally." >&5
5348echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
5349Usually this means the macro was only invoked conditionally." >&2;}
5350 { (exit 1); exit 1; }; }
5351fi
040e098a
KC
5352if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
5353 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC\" was never defined.
5354Usually this means the macro was only invoked conditionally." >&5
5355echo "$as_me: error: conditional \"GENINSRC\" was never defined.
5356Usually this means the macro was only invoked conditionally." >&2;}
5357 { (exit 1); exit 1; }; }
5358fi
53d60c04
KC
5359
5360: ${CONFIG_STATUS=./config.status}
5361ac_clean_files_save=$ac_clean_files
5362ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5363{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5364echo "$as_me: creating $CONFIG_STATUS" >&6;}
5365cat >$CONFIG_STATUS <<_ACEOF
5366#! $SHELL
5367# Generated by $as_me.
bd8757b3 5368# Run this file to recreate the current configuration.
bd8757b3 5369# Compiler output produced by configure, useful for debugging
53d60c04
KC
5370# configure, is in config.log if it exists.
5371
5372debug=false
5373ac_cs_recheck=false
5374ac_cs_silent=false
5375SHELL=\${CONFIG_SHELL-$SHELL}
5376_ACEOF
5377
5378cat >>$CONFIG_STATUS <<\_ACEOF
5379## --------------------- ##
5380## M4sh Initialization. ##
5381## --------------------- ##
5382
5383# Be Bourne compatible
5384if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
5385 emulate sh
5386 NULLCMD=:
5387 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5388 # is contrary to our usage. Disable this feature.
5389 alias -g '${1+"$@"}'='"$@"'
5390elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
5391 set -o posix
5392fi
3beb1315 5393DUALCASE=1; export DUALCASE # for MKS sh
53d60c04
KC
5394
5395# Support unset when possible.
3beb1315 5396if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
53d60c04
KC
5397 as_unset=unset
5398else
5399 as_unset=false
5400fi
bd8757b3 5401
53d60c04
KC
5402
5403# Work around bugs in pre-3.0 UWIN ksh.
5404$as_unset ENV MAIL MAILPATH
5405PS1='$ '
5406PS2='> '
5407PS4='+ '
5408
5409# NLS nuisances.
5410for as_var in \
5411 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5412 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5413 LC_TELEPHONE LC_TIME
bd8757b3 5414do
3beb1315 5415 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
53d60c04
KC
5416 eval $as_var=C; export $as_var
5417 else
5418 $as_unset $as_var
5419 fi
bd8757b3
APB
5420done
5421
53d60c04
KC
5422# Required to use basename.
5423if expr a : '\(a\)' >/dev/null 2>&1; then
5424 as_expr=expr
5425else
5426 as_expr=false
5427fi
bd8757b3 5428
53d60c04
KC
5429if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
5430 as_basename=basename
5431else
5432 as_basename=false
5433fi
5434
5435
5436# Name of the executable.
5437as_me=`$as_basename "$0" ||
5438$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5439 X"$0" : 'X\(//\)$' \| \
5440 X"$0" : 'X\(/\)$' \| \
5441 . : '\(.\)' 2>/dev/null ||
5442echo X/"$0" |
5443 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
5444 /^X\/\(\/\/\)$/{ s//\1/; q; }
5445 /^X\/\(\/\).*/{ s//\1/; q; }
5446 s/.*/./; q'`
5447
5448
5449# PATH needs CR, and LINENO needs CR and PATH.
5450# Avoid depending upon Character Ranges.
5451as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5452as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5453as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5454as_cr_digits='0123456789'
5455as_cr_alnum=$as_cr_Letters$as_cr_digits
5456
5457# The user is always right.
5458if test "${PATH_SEPARATOR+set}" != set; then
5459 echo "#! /bin/sh" >conf$$.sh
5460 echo "exit 0" >>conf$$.sh
5461 chmod +x conf$$.sh
5462 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5463 PATH_SEPARATOR=';'
5464 else
5465 PATH_SEPARATOR=:
5466 fi
5467 rm -f conf$$.sh
5468fi
bd8757b3 5469
bd8757b3 5470
53d60c04
KC
5471 as_lineno_1=$LINENO
5472 as_lineno_2=$LINENO
5473 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5474 test "x$as_lineno_1" != "x$as_lineno_2" &&
5475 test "x$as_lineno_3" = "x$as_lineno_2" || {
5476 # Find who we are. Look in the path if we contain no path at all
5477 # relative or not.
5478 case $0 in
5479 *[\\/]* ) as_myself=$0 ;;
5480 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5481for as_dir in $PATH
5482do
5483 IFS=$as_save_IFS
5484 test -z "$as_dir" && as_dir=.
5485 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5486done
bd8757b3 5487
53d60c04
KC
5488 ;;
5489 esac
5490 # We did not find ourselves, most probably we were run as `sh COMMAND'
5491 # in which case we are not to be found in the path.
5492 if test "x$as_myself" = x; then
5493 as_myself=$0
5494 fi
5495 if test ! -f "$as_myself"; then
5496 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
5497echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
5498 { (exit 1); exit 1; }; }
bd8757b3 5499 fi
53d60c04
KC
5500 case $CONFIG_SHELL in
5501 '')
5502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5503for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
5504do
5505 IFS=$as_save_IFS
5506 test -z "$as_dir" && as_dir=.
5507 for as_base in sh bash ksh sh5; do
5508 case $as_dir in
5509 /*)
5510 if ("$as_dir/$as_base" -c '
5511 as_lineno_1=$LINENO
5512 as_lineno_2=$LINENO
5513 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5514 test "x$as_lineno_1" != "x$as_lineno_2" &&
5515 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
5516 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
5517 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
5518 CONFIG_SHELL=$as_dir/$as_base
5519 export CONFIG_SHELL
5520 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
5521 fi;;
5522 esac
5523 done
5524done
5525;;
5526 esac
5527
5528 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5529 # uniformly replaced by the line number. The first 'sed' inserts a
5530 # line-number line before each line; the second 'sed' does the real
5531 # work. The second script uses 'N' to pair each line-number line
5532 # with the numbered line, and appends trailing '-' during
5533 # substitution so that $LINENO is not a special case at line end.
5534 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5535 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
5536 sed '=' <$as_myself |
5537 sed '
5538 N
5539 s,$,-,
5540 : loop
5541 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
5542 t loop
5543 s,-$,,
5544 s,^['$as_cr_digits']*\n,,
5545 ' >$as_me.lineno &&
5546 chmod +x $as_me.lineno ||
5547 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
5548echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
5549 { (exit 1); exit 1; }; }
5550
5551 # Don't try to exec as it changes $[0], causing all sort of problems
5552 # (the dirname of $[0] is not the place where we might find the
5553 # original and so on. Autoconf is especially sensible to this).
5554 . ./$as_me.lineno
5555 # Exit status is that of the last command.
5556 exit
5557}
5558
5559
5560case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
5561 *c*,-n*) ECHO_N= ECHO_C='
5562' ECHO_T=' ' ;;
5563 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
5564 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
5565esac
5566
5567if expr a : '\(a\)' >/dev/null 2>&1; then
5568 as_expr=expr
5569else
5570 as_expr=false
5571fi
5572
5573rm -f conf$$ conf$$.exe conf$$.file
5574echo >conf$$.file
5575if ln -s conf$$.file conf$$ 2>/dev/null; then
5576 # We could just check for DJGPP; but this test a) works b) is more generic
5577 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
5578 if test -f conf$$.exe; then
5579 # Don't use ln at all; we don't have any links
5580 as_ln_s='cp -p'
bd8757b3 5581 else
53d60c04 5582 as_ln_s='ln -s'
bd8757b3 5583 fi
53d60c04
KC
5584elif ln conf$$.file conf$$ 2>/dev/null; then
5585 as_ln_s=ln
5586else
5587 as_ln_s='cp -p'
5588fi
5589rm -f conf$$ conf$$.exe conf$$.file
5590
5591if mkdir -p . 2>/dev/null; then
5592 as_mkdir_p=:
5593else
3beb1315 5594 test -d ./-p && rmdir ./-p
53d60c04
KC
5595 as_mkdir_p=false
5596fi
5597
5598as_executable_p="test -f"
5599
5600# Sed expression to map a string onto a valid CPP name.
3beb1315 5601as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
53d60c04
KC
5602
5603# Sed expression to map a string onto a valid variable name.
3beb1315 5604as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
53d60c04
KC
5605
5606
5607# IFS
5608# We need space, tab and new line, in precisely that order.
5609as_nl='
5610'
5611IFS=" $as_nl"
5612
5613# CDPATH.
5614$as_unset CDPATH
5615
5616exec 6>&1
5617
5618# Open the log real soon, to keep \$[0] and so on meaningful, and to
5619# report actual input values of CONFIG_FILES etc. instead of their
5620# values after options handling. Logging --version etc. is OK.
5621exec 5>>config.log
5622{
5623 echo
5624 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5625## Running $as_me. ##
5626_ASBOX
5627} >&5
5628cat >&5 <<_CSEOF
5629
5630This file was extended by $as_me, which was
8ab705be 5631generated by GNU Autoconf 2.59. Invocation command line was
53d60c04
KC
5632
5633 CONFIG_FILES = $CONFIG_FILES
5634 CONFIG_HEADERS = $CONFIG_HEADERS
5635 CONFIG_LINKS = $CONFIG_LINKS
5636 CONFIG_COMMANDS = $CONFIG_COMMANDS
5637 $ $0 $@
5638
5639_CSEOF
5640echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
5641echo >&5
5642_ACEOF
5643
5644# Files that config.status was made for.
5645if test -n "$ac_config_files"; then
5646 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
5647fi
5648
5649if test -n "$ac_config_headers"; then
5650 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
5651fi
5652
5653if test -n "$ac_config_links"; then
5654 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
5655fi
5656
5657if test -n "$ac_config_commands"; then
5658 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
5659fi
5660
5661cat >>$CONFIG_STATUS <<\_ACEOF
5662
5663ac_cs_usage="\
5664\`$as_me' instantiates files from templates according to the
5665current configuration.
5666
5667Usage: $0 [OPTIONS] [FILE]...
5668
5669 -h, --help print this help, then exit
5670 -V, --version print version number, then exit
5671 -q, --quiet do not print progress messages
5672 -d, --debug don't remove temporary files
5673 --recheck update $as_me by reconfiguring in the same conditions
5674 --file=FILE[:TEMPLATE]
3beb1315 5675 instantiate the configuration file FILE
53d60c04 5676 --header=FILE[:TEMPLATE]
3beb1315 5677 instantiate the configuration header FILE
53d60c04
KC
5678
5679Configuration files:
5680$config_files
5681
5682Configuration headers:
5683$config_headers
5684
5685Configuration commands:
5686$config_commands
5687
5688Report bugs to <bug-autoconf@gnu.org>."
5689_ACEOF
5690
5691cat >>$CONFIG_STATUS <<_ACEOF
5692ac_cs_version="\\
5693config.status
8ab705be 5694configured by $0, generated by GNU Autoconf 2.59,
53d60c04
KC
5695 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5696
3beb1315 5697Copyright (C) 2003 Free Software Foundation, Inc.
53d60c04
KC
5698This config.status script is free software; the Free Software Foundation
5699gives unlimited permission to copy, distribute and modify it."
5700srcdir=$srcdir
5701INSTALL="$INSTALL"
5702_ACEOF
5703
5704cat >>$CONFIG_STATUS <<\_ACEOF
5705# If no file are specified by the user, then we need to provide default
5706# value. By we need to know if files were specified by the user.
5707ac_need_defaults=:
5708while test $# != 0
5709do
5710 case $1 in
5711 --*=*)
5712 ac_option=`expr "x$1" : 'x\([^=]*\)='`
5713 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
5714 ac_shift=:
5715 ;;
5716 -*)
5717 ac_option=$1
5718 ac_optarg=$2
5719 ac_shift=shift
5720 ;;
5721 *) # This is not an option, so the user has probably given explicit
5722 # arguments.
5723 ac_option=$1
5724 ac_need_defaults=false;;
5725 esac
5726
5727 case $ac_option in
5728 # Handling of the options.
5729_ACEOF
5730cat >>$CONFIG_STATUS <<\_ACEOF
5731 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5732 ac_cs_recheck=: ;;
5733 --version | --vers* | -V )
5734 echo "$ac_cs_version"; exit 0 ;;
5735 --he | --h)
5736 # Conflict between --help and --header
5737 { { echo "$as_me:$LINENO: error: ambiguous option: $1
5738Try \`$0 --help' for more information." >&5
5739echo "$as_me: error: ambiguous option: $1
5740Try \`$0 --help' for more information." >&2;}
5741 { (exit 1); exit 1; }; };;
5742 --help | --hel | -h )
5743 echo "$ac_cs_usage"; exit 0 ;;
5744 --debug | --d* | -d )
5745 debug=: ;;
5746 --file | --fil | --fi | --f )
5747 $ac_shift
5748 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
5749 ac_need_defaults=false;;
5750 --header | --heade | --head | --hea )
5751 $ac_shift
5752 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
5753 ac_need_defaults=false;;
5754 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5755 | -silent | --silent | --silen | --sile | --sil | --si | --s)
5756 ac_cs_silent=: ;;
5757
5758 # This is an error.
5759 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
5760Try \`$0 --help' for more information." >&5
5761echo "$as_me: error: unrecognized option: $1
5762Try \`$0 --help' for more information." >&2;}
5763 { (exit 1); exit 1; }; } ;;
5764
5765 *) ac_config_targets="$ac_config_targets $1" ;;
5766
5767 esac
5768 shift
bd8757b3 5769done
53d60c04
KC
5770
5771ac_configure_extra_args=
5772
5773if $ac_cs_silent; then
5774 exec 6>/dev/null
5775 ac_configure_extra_args="$ac_configure_extra_args --silent"
5776fi
5777
5778_ACEOF
5779cat >>$CONFIG_STATUS <<_ACEOF
5780if \$ac_cs_recheck; then
5781 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5782 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
bd8757b3 5783fi
bd8757b3 5784
53d60c04 5785_ACEOF
bd8757b3 5786
53d60c04
KC
5787cat >>$CONFIG_STATUS <<_ACEOF
5788#
5789# INIT-COMMANDS section.
5790#
5791
5792AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
5793
5794_ACEOF
5795
5796
5797
5798cat >>$CONFIG_STATUS <<\_ACEOF
5799for ac_config_target in $ac_config_targets
5800do
5801 case "$ac_config_target" in
5802 # Handling of arguments.
5803 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5804 "install-defs.sh" ) CONFIG_FILES="$CONFIG_FILES install-defs.sh" ;;
5805 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
5806 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
5807 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5808echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5809 { (exit 1); exit 1; }; };;
bd8757b3 5810 esac
53d60c04 5811done
bd8757b3 5812
53d60c04
KC
5813# If the user did not use the arguments to specify the items to instantiate,
5814# then the envvar interface is used. Set only those that are not.
5815# We use the long form for the default assignment because of an extremely
5816# bizarre bug on SunOS 4.1.3.
5817if $ac_need_defaults; then
5818 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5819 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
5820 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
5821fi
5822
5823# Have a temporary directory for convenience. Make it in the build tree
5824# simply because there is no reason to put it here, and in addition,
5825# creating and moving files from /tmp can sometimes cause problems.
5826# Create a temporary directory, and hook for its removal unless debugging.
5827$debug ||
5828{
5829 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
5830 trap '{ (exit 1); exit 1; }' 1 2 13 15
5831}
bd8757b3 5832
53d60c04
KC
5833# Create a (secure) tmp directory for tmp files.
5834
5835{
5836 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
5837 test -n "$tmp" && test -d "$tmp"
5838} ||
5839{
5840 tmp=./confstat$$-$RANDOM
5841 (umask 077 && mkdir $tmp)
5842} ||
5843{
5844 echo "$me: cannot create a temporary directory in ." >&2
5845 { (exit 1); exit 1; }
5846}
5847
5848_ACEOF
5849
5850cat >>$CONFIG_STATUS <<_ACEOF
5851
5852#
5853# CONFIG_FILES section.
5854#
5855
5856# No need to generate the scripts if there are no CONFIG_FILES.
5857# This happens for instance when ./config.status config.h
5858if test -n "\$CONFIG_FILES"; then
5859 # Protect against being on the right side of a sed subst in config.status.
5860 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
5861 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
5862s,@SHELL@,$SHELL,;t t
5863s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
5864s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
5865s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
5866s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
5867s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
5868s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
5869s,@exec_prefix@,$exec_prefix,;t t
5870s,@prefix@,$prefix,;t t
5871s,@program_transform_name@,$program_transform_name,;t t
5872s,@bindir@,$bindir,;t t
5873s,@sbindir@,$sbindir,;t t
5874s,@libexecdir@,$libexecdir,;t t
5875s,@datadir@,$datadir,;t t
5876s,@sysconfdir@,$sysconfdir,;t t
5877s,@sharedstatedir@,$sharedstatedir,;t t
5878s,@localstatedir@,$localstatedir,;t t
5879s,@libdir@,$libdir,;t t
5880s,@includedir@,$includedir,;t t
5881s,@oldincludedir@,$oldincludedir,;t t
5882s,@infodir@,$infodir,;t t
5883s,@mandir@,$mandir,;t t
5884s,@build_alias@,$build_alias,;t t
5885s,@host_alias@,$host_alias,;t t
5886s,@target_alias@,$target_alias,;t t
5887s,@DEFS@,$DEFS,;t t
5888s,@ECHO_C@,$ECHO_C,;t t
5889s,@ECHO_N@,$ECHO_N,;t t
5890s,@ECHO_T@,$ECHO_T,;t t
5891s,@LIBS@,$LIBS,;t t
5892s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
5893s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
5894s,@INSTALL_DATA@,$INSTALL_DATA,;t t
5895s,@CYGPATH_W@,$CYGPATH_W,;t t
5896s,@PACKAGE@,$PACKAGE,;t t
5897s,@VERSION@,$VERSION,;t t
5898s,@ACLOCAL@,$ACLOCAL,;t t
5899s,@AUTOCONF@,$AUTOCONF,;t t
5900s,@AUTOMAKE@,$AUTOMAKE,;t t
5901s,@AUTOHEADER@,$AUTOHEADER,;t t
5902s,@MAKEINFO@,$MAKEINFO,;t t
53d60c04
KC
5903s,@install_sh@,$install_sh,;t t
5904s,@STRIP@,$STRIP,;t t
5905s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
5906s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
608cb764 5907s,@mkdir_p@,$mkdir_p,;t t
53d60c04
KC
5908s,@AWK@,$AWK,;t t
5909s,@SET_MAKE@,$SET_MAKE,;t t
5910s,@am__leading_dot@,$am__leading_dot,;t t
3c374d91
KC
5911s,@AMTAR@,$AMTAR,;t t
5912s,@am__tar@,$am__tar,;t t
5913s,@am__untar@,$am__untar,;t t
53d60c04
KC
5914s,@CC@,$CC,;t t
5915s,@CFLAGS@,$CFLAGS,;t t
5916s,@LDFLAGS@,$LDFLAGS,;t t
5917s,@CPPFLAGS@,$CPPFLAGS,;t t
5918s,@ac_ct_CC@,$ac_ct_CC,;t t
5919s,@EXEEXT@,$EXEEXT,;t t
5920s,@OBJEXT@,$OBJEXT,;t t
5921s,@DEPDIR@,$DEPDIR,;t t
5922s,@am__include@,$am__include,;t t
5923s,@am__quote@,$am__quote,;t t
5924s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
5925s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
5926s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
5927s,@CCDEPMODE@,$CCDEPMODE,;t t
5928s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
5929s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
5930s,@RM@,$RM,;t t
5931s,@CP@,$CP,;t t
5932s,@CHMOD@,$CHMOD,;t t
5933s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
5934s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
5935s,@MAINT@,$MAINT,;t t
5936s,@fastjar_warn_cflags@,$fastjar_warn_cflags,;t t
5937s,@CPP@,$CPP,;t t
5938s,@EGREP@,$EGREP,;t t
5939s,@ZLIBS@,$ZLIBS,;t t
5940s,@ZDEPS@,$ZDEPS,;t t
5941s,@ZINCS@,$ZINCS,;t t
040e098a
KC
5942s,@GENINSRC_TRUE@,$GENINSRC_TRUE,;t t
5943s,@GENINSRC_FALSE@,$GENINSRC_FALSE,;t t
53d60c04
KC
5944s,@gcc_version@,$gcc_version,;t t
5945s,@LIBOBJS@,$LIBOBJS,;t t
5946s,@LTLIBOBJS@,$LTLIBOBJS,;t t
5947CEOF
5948
5949_ACEOF
5950
5951 cat >>$CONFIG_STATUS <<\_ACEOF
5952 # Split the substitutions into bite-sized pieces for seds with
5953 # small command number limits, like on Digital OSF/1 and HP-UX.
5954 ac_max_sed_lines=48
5955 ac_sed_frag=1 # Number of current file.
5956 ac_beg=1 # First line for current file.
5957 ac_end=$ac_max_sed_lines # Line after last line for current file.
5958 ac_more_lines=:
5959 ac_sed_cmds=
5960 while $ac_more_lines; do
5961 if test $ac_beg -gt 1; then
5962 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
5963 else
5964 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
5965 fi
5966 if test ! -s $tmp/subs.frag; then
5967 ac_more_lines=false
5968 else
5969 # The purpose of the label and of the branching condition is to
5970 # speed up the sed processing (if there are no `@' at all, there
5971 # is no need to browse any of the substitutions).
5972 # These are the two extra sed commands mentioned above.
5973 (echo ':t
5974 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
5975 if test -z "$ac_sed_cmds"; then
3beb1315 5976 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
53d60c04 5977 else
3beb1315 5978 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
53d60c04
KC
5979 fi
5980 ac_sed_frag=`expr $ac_sed_frag + 1`
5981 ac_beg=$ac_end
5982 ac_end=`expr $ac_end + $ac_max_sed_lines`
5983 fi
5984 done
5985 if test -z "$ac_sed_cmds"; then
5986 ac_sed_cmds=cat
bd8757b3 5987 fi
53d60c04 5988fi # test -n "$CONFIG_FILES"
bd8757b3 5989
53d60c04
KC
5990_ACEOF
5991cat >>$CONFIG_STATUS <<\_ACEOF
5992for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
5993 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5994 case $ac_file in
5995 - | *:- | *:-:* ) # input from stdin
3beb1315
HPN
5996 cat >$tmp/stdin
5997 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
5998 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
53d60c04 5999 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3beb1315 6000 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
53d60c04 6001 * ) ac_file_in=$ac_file.in ;;
bd8757b3
APB
6002 esac
6003
53d60c04
KC
6004 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
6005 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6006$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3beb1315
HPN
6007 X"$ac_file" : 'X\(//\)[^/]' \| \
6008 X"$ac_file" : 'X\(//\)$' \| \
6009 X"$ac_file" : 'X\(/\)' \| \
6010 . : '\(.\)' 2>/dev/null ||
53d60c04
KC
6011echo X"$ac_file" |
6012 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6013 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6014 /^X\(\/\/\)$/{ s//\1/; q; }
6015 /^X\(\/\).*/{ s//\1/; q; }
6016 s/.*/./; q'`
6017 { if $as_mkdir_p; then
6018 mkdir -p "$ac_dir"
6019 else
6020 as_dir="$ac_dir"
6021 as_dirs=
6022 while test ! -d "$as_dir"; do
6023 as_dirs="$as_dir $as_dirs"
6024 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6025$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3beb1315
HPN
6026 X"$as_dir" : 'X\(//\)[^/]' \| \
6027 X"$as_dir" : 'X\(//\)$' \| \
6028 X"$as_dir" : 'X\(/\)' \| \
6029 . : '\(.\)' 2>/dev/null ||
53d60c04
KC
6030echo X"$as_dir" |
6031 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6032 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6033 /^X\(\/\/\)$/{ s//\1/; q; }
6034 /^X\(\/\).*/{ s//\1/; q; }
6035 s/.*/./; q'`
6036 done
6037 test ! -n "$as_dirs" || mkdir $as_dirs
6038 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6039echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6040 { (exit 1); exit 1; }; }; }
6041
6042 ac_builddir=.
6043
6044if test "$ac_dir" != .; then
6045 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6046 # A "../" for each directory in $ac_dir_suffix.
6047 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6048else
6049 ac_dir_suffix= ac_top_builddir=
6050fi
6051
6052case $srcdir in
6053 .) # No --srcdir option. We are building in place.
6054 ac_srcdir=.
6055 if test -z "$ac_top_builddir"; then
6056 ac_top_srcdir=.
6057 else
6058 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6059 fi ;;
6060 [\\/]* | ?:[\\/]* ) # Absolute path.
6061 ac_srcdir=$srcdir$ac_dir_suffix;
6062 ac_top_srcdir=$srcdir ;;
6063 *) # Relative path.
6064 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6065 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6066esac
8ab705be
KC
6067
6068# Do not use `cd foo && pwd` to compute absolute paths, because
6069# the directories may not exist.
6070case `pwd` in
6071.) ac_abs_builddir="$ac_dir";;
3beb1315 6072*)
8ab705be
KC
6073 case "$ac_dir" in
6074 .) ac_abs_builddir=`pwd`;;
6075 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6076 *) ac_abs_builddir=`pwd`/"$ac_dir";;
3beb1315
HPN
6077 esac;;
6078esac
8ab705be 6079case $ac_abs_builddir in
3beb1315
HPN
6080.) ac_abs_top_builddir=${ac_top_builddir}.;;
6081*)
6082 case ${ac_top_builddir}. in
8ab705be 6083 .) ac_abs_top_builddir=$ac_abs_builddir;;
3beb1315 6084 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8ab705be 6085 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3beb1315
HPN
6086 esac;;
6087esac
8ab705be 6088case $ac_abs_builddir in
3beb1315
HPN
6089.) ac_abs_srcdir=$ac_srcdir;;
6090*)
6091 case $ac_srcdir in
8ab705be 6092 .) ac_abs_srcdir=$ac_abs_builddir;;
3beb1315 6093 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8ab705be 6094 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3beb1315
HPN
6095 esac;;
6096esac
8ab705be 6097case $ac_abs_builddir in
3beb1315
HPN
6098.) ac_abs_top_srcdir=$ac_top_srcdir;;
6099*)
6100 case $ac_top_srcdir in
8ab705be 6101 .) ac_abs_top_srcdir=$ac_abs_builddir;;
3beb1315 6102 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8ab705be 6103 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3beb1315
HPN
6104 esac;;
6105esac
bd8757b3 6106
53d60c04
KC
6107
6108 case $INSTALL in
6109 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6110 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
bd8757b3
APB
6111 esac
6112
79453222
KC
6113 if test x"$ac_file" != x-; then
6114 { echo "$as_me:$LINENO: creating $ac_file" >&5
6115echo "$as_me: creating $ac_file" >&6;}
6116 rm -f "$ac_file"
6117 fi
53d60c04
KC
6118 # Let's still pretend it is `configure' which instantiates (i.e., don't
6119 # use $as_me), people would be surprised to read:
6120 # /* config.h. Generated by config.status. */
6121 if test x"$ac_file" = x-; then
6122 configure_input=
6123 else
6124 configure_input="$ac_file. "
6125 fi
6126 configure_input=$configure_input"Generated from `echo $ac_file_in |
3beb1315 6127 sed 's,.*/,,'` by configure."
53d60c04
KC
6128
6129 # First look for the input files in the build tree, otherwise in the
6130 # src tree.
6131 ac_file_inputs=`IFS=:
6132 for f in $ac_file_in; do
6133 case $f in
6134 -) echo $tmp/stdin ;;
6135 [\\/$]*)
3beb1315
HPN
6136 # Absolute (can't be DOS-style, as IFS=:)
6137 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
53d60c04
KC
6138echo "$as_me: error: cannot find input file: $f" >&2;}
6139 { (exit 1); exit 1; }; }
3beb1315 6140 echo "$f";;
53d60c04 6141 *) # Relative
3beb1315
HPN
6142 if test -f "$f"; then
6143 # Build tree
6144 echo "$f"
6145 elif test -f "$srcdir/$f"; then
6146 # Source tree
6147 echo "$srcdir/$f"
6148 else
6149 # /dev/null tree
6150 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
53d60c04
KC
6151echo "$as_me: error: cannot find input file: $f" >&2;}
6152 { (exit 1); exit 1; }; }
3beb1315 6153 fi;;
53d60c04
KC
6154 esac
6155 done` || { (exit 1); exit 1; }
6156_ACEOF
6157cat >>$CONFIG_STATUS <<_ACEOF
6158 sed "$ac_vpsub
6159$extrasub
6160_ACEOF
6161cat >>$CONFIG_STATUS <<\_ACEOF
6162:t
6163/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6164s,@configure_input@,$configure_input,;t t
6165s,@srcdir@,$ac_srcdir,;t t
6166s,@abs_srcdir@,$ac_abs_srcdir,;t t
6167s,@top_srcdir@,$ac_top_srcdir,;t t
6168s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
6169s,@builddir@,$ac_builddir,;t t
6170s,@abs_builddir@,$ac_abs_builddir,;t t
6171s,@top_builddir@,$ac_top_builddir,;t t
6172s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
6173s,@INSTALL@,$ac_INSTALL,;t t
6174" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
6175 rm -f $tmp/stdin
6176 if test x"$ac_file" != x-; then
6177 mv $tmp/out $ac_file
6178 else
6179 cat $tmp/out
6180 rm -f $tmp/out
6181 fi
6182
6183done
6184_ACEOF
6185cat >>$CONFIG_STATUS <<\_ACEOF
6186
6187#
6188# CONFIG_HEADER section.
6189#
bd8757b3
APB
6190
6191# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6192# NAME is the cpp macro being defined and VALUE is the value it is being given.
6193#
6194# ac_d sets the value in "#define NAME VALUE" lines.
3beb1315
HPN
6195ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6196ac_dB='[ ].*$,\1#\2'
53d60c04
KC
6197ac_dC=' '
6198ac_dD=',;t'
6199# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3beb1315 6200ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
53d60c04 6201ac_uB='$,\1#\2define\3'
bd8757b3 6202ac_uC=' '
53d60c04
KC
6203ac_uD=',;t'
6204
6205for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
bd8757b3 6206 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
53d60c04
KC
6207 case $ac_file in
6208 - | *:- | *:-:* ) # input from stdin
3beb1315
HPN
6209 cat >$tmp/stdin
6210 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6211 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
53d60c04 6212 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3beb1315 6213 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
53d60c04 6214 * ) ac_file_in=$ac_file.in ;;
bd8757b3
APB
6215 esac
6216
53d60c04
KC
6217 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
6218echo "$as_me: creating $ac_file" >&6;}
6219
6220 # First look for the input files in the build tree, otherwise in the
6221 # src tree.
6222 ac_file_inputs=`IFS=:
6223 for f in $ac_file_in; do
6224 case $f in
6225 -) echo $tmp/stdin ;;
6226 [\\/$]*)
3beb1315
HPN
6227 # Absolute (can't be DOS-style, as IFS=:)
6228 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
53d60c04
KC
6229echo "$as_me: error: cannot find input file: $f" >&2;}
6230 { (exit 1); exit 1; }; }
3beb1315
HPN
6231 # Do quote $f, to prevent DOS paths from being IFS'd.
6232 echo "$f";;
53d60c04 6233 *) # Relative
3beb1315
HPN
6234 if test -f "$f"; then
6235 # Build tree
6236 echo "$f"
6237 elif test -f "$srcdir/$f"; then
6238 # Source tree
6239 echo "$srcdir/$f"
6240 else
6241 # /dev/null tree
6242 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
53d60c04
KC
6243echo "$as_me: error: cannot find input file: $f" >&2;}
6244 { (exit 1); exit 1; }; }
3beb1315 6245 fi;;
53d60c04
KC
6246 esac
6247 done` || { (exit 1); exit 1; }
6248 # Remove the trailing spaces.
3beb1315 6249 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
53d60c04
KC
6250
6251_ACEOF
6252
6253# Transform confdefs.h into two sed scripts, `conftest.defines' and
6254# `conftest.undefs', that substitutes the proper values into
6255# config.h.in to produce config.h. The first handles `#define'
6256# templates, and the second `#undef' templates.
6257# And first: Protect against being on the right side of a sed subst in
6258# config.status. Protect against being in an unquoted here document
6259# in config.status.
6260rm -f conftest.defines conftest.undefs
6261# Using a here document instead of a string reduces the quoting nightmare.
6262# Putting comments in sed scripts is not portable.
6263#
6264# `end' is used to avoid that the second main sed command (meant for
6265# 0-ary CPP macros) applies to n-ary macro definitions.
6266# See the Autoconf documentation for `clear'.
6267cat >confdef2sed.sed <<\_ACEOF
6268s/[\\&,]/\\&/g
6269s,[\\$`],\\&,g
6270t clear
6271: clear
3beb1315 6272s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
53d60c04 6273t end
3beb1315 6274s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
53d60c04
KC
6275: end
6276_ACEOF
6277# If some macros were called several times there might be several times
6278# the same #defines, which is useless. Nevertheless, we may not want to
6279# sort them, since we want the *last* AC-DEFINE to be honored.
6280uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
6281sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
6282rm -f confdef2sed.sed
bd8757b3
APB
6283
6284# This sed command replaces #undef with comments. This is necessary, for
6285# example, in the case of _POSIX_SOURCE, which is predefined and required
6286# on some systems where configure will not decide to define it.
53d60c04 6287cat >>conftest.undefs <<\_ACEOF
3beb1315 6288s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
53d60c04
KC
6289_ACEOF
6290
6291# Break up conftest.defines because some shells have a limit on the size
6292# of here documents, and old seds have small limits too (100 cmds).
6293echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
3beb1315 6294echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
53d60c04
KC
6295echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
6296echo ' :' >>$CONFIG_STATUS
6297rm -f conftest.tail
6298while grep . conftest.defines >/dev/null
6299do
6300 # Write a limited-size here document to $tmp/defines.sed.
6301 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
6302 # Speed up: don't consider the non `#define' lines.
3beb1315 6303 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
53d60c04
KC
6304 # Work around the forget-to-reset-the-flag bug.
6305 echo 't clr' >>$CONFIG_STATUS
6306 echo ': clr' >>$CONFIG_STATUS
6307 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
6308 echo 'CEOF
6309 sed -f $tmp/defines.sed $tmp/in >$tmp/out
6310 rm -f $tmp/in
6311 mv $tmp/out $tmp/in
6312' >>$CONFIG_STATUS
6313 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
6314 rm -f conftest.defines
6315 mv conftest.tail conftest.defines
6316done
6317rm -f conftest.defines
6318echo ' fi # grep' >>$CONFIG_STATUS
6319echo >>$CONFIG_STATUS
bd8757b3 6320
53d60c04
KC
6321# Break up conftest.undefs because some shells have a limit on the size
6322# of here documents, and old seds have small limits too (100 cmds).
6323echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
bd8757b3 6324rm -f conftest.tail
53d60c04 6325while grep . conftest.undefs >/dev/null
bd8757b3 6326do
53d60c04
KC
6327 # Write a limited-size here document to $tmp/undefs.sed.
6328 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
6329 # Speed up: don't consider the non `#undef'
3beb1315 6330 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
53d60c04
KC
6331 # Work around the forget-to-reset-the-flag bug.
6332 echo 't clr' >>$CONFIG_STATUS
6333 echo ': clr' >>$CONFIG_STATUS
6334 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
bd8757b3 6335 echo 'CEOF
53d60c04
KC
6336 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
6337 rm -f $tmp/in
6338 mv $tmp/out $tmp/in
6339' >>$CONFIG_STATUS
6340 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
6341 rm -f conftest.undefs
6342 mv conftest.tail conftest.undefs
6343done
6344rm -f conftest.undefs
6345
6346cat >>$CONFIG_STATUS <<\_ACEOF
6347 # Let's still pretend it is `configure' which instantiates (i.e., don't
6348 # use $as_me), people would be surprised to read:
6349 # /* config.h. Generated by config.status. */
6350 if test x"$ac_file" = x-; then
6351 echo "/* Generated by configure. */" >$tmp/config.h
6352 else
6353 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
6354 fi
6355 cat $tmp/in >>$tmp/config.h
6356 rm -f $tmp/in
6357 if test x"$ac_file" != x-; then
6358 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
6359 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6360echo "$as_me: $ac_file is unchanged" >&6;}
6361 else
6362 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6363$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3beb1315
HPN
6364 X"$ac_file" : 'X\(//\)[^/]' \| \
6365 X"$ac_file" : 'X\(//\)$' \| \
6366 X"$ac_file" : 'X\(/\)' \| \
6367 . : '\(.\)' 2>/dev/null ||
53d60c04
KC
6368echo X"$ac_file" |
6369 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6370 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6371 /^X\(\/\/\)$/{ s//\1/; q; }
6372 /^X\(\/\).*/{ s//\1/; q; }
6373 s/.*/./; q'`
6374 { if $as_mkdir_p; then
6375 mkdir -p "$ac_dir"
bd8757b3 6376 else
53d60c04
KC
6377 as_dir="$ac_dir"
6378 as_dirs=
6379 while test ! -d "$as_dir"; do
6380 as_dirs="$as_dir $as_dirs"
6381 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6382$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3beb1315
HPN
6383 X"$as_dir" : 'X\(//\)[^/]' \| \
6384 X"$as_dir" : 'X\(//\)$' \| \
6385 X"$as_dir" : 'X\(/\)' \| \
6386 . : '\(.\)' 2>/dev/null ||
53d60c04
KC
6387echo X"$as_dir" |
6388 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6389 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6390 /^X\(\/\/\)$/{ s//\1/; q; }
6391 /^X\(\/\).*/{ s//\1/; q; }
6392 s/.*/./; q'`
6393 done
6394 test ! -n "$as_dirs" || mkdir $as_dirs
6395 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6396echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6397 { (exit 1); exit 1; }; }; }
6398
6399 rm -f $ac_file
6400 mv $tmp/config.h $ac_file
bd8757b3 6401 fi
53d60c04
KC
6402 else
6403 cat $tmp/config.h
6404 rm -f $tmp/config.h
bd8757b3 6405 fi
53d60c04
KC
6406# Compute $ac_file's index in $config_headers.
6407_am_stamp_count=1
6408for _am_header in $config_headers :; do
6409 case $_am_header in
6410 $ac_file | $ac_file:* )
6411 break ;;
6412 * )
6413 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6414 esac
6415done
6416echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
6417$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3beb1315
HPN
6418 X$ac_file : 'X\(//\)[^/]' \| \
6419 X$ac_file : 'X\(//\)$' \| \
6420 X$ac_file : 'X\(/\)' \| \
6421 . : '\(.\)' 2>/dev/null ||
53d60c04
KC
6422echo X$ac_file |
6423 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6424 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6425 /^X\(\/\/\)$/{ s//\1/; q; }
6426 /^X\(\/\).*/{ s//\1/; q; }
6427 s/.*/./; q'`/stamp-h$_am_stamp_count
6428done
6429_ACEOF
6430cat >>$CONFIG_STATUS <<\_ACEOF
bd8757b3 6431
53d60c04
KC
6432#
6433# CONFIG_COMMANDS section.
6434#
6435for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
6436 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
6437 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
6438 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
6439$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3beb1315
HPN
6440 X"$ac_dest" : 'X\(//\)[^/]' \| \
6441 X"$ac_dest" : 'X\(//\)$' \| \
6442 X"$ac_dest" : 'X\(/\)' \| \
6443 . : '\(.\)' 2>/dev/null ||
53d60c04
KC
6444echo X"$ac_dest" |
6445 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6446 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6447 /^X\(\/\/\)$/{ s//\1/; q; }
6448 /^X\(\/\).*/{ s//\1/; q; }
6449 s/.*/./; q'`
3beb1315
HPN
6450 { if $as_mkdir_p; then
6451 mkdir -p "$ac_dir"
6452 else
6453 as_dir="$ac_dir"
6454 as_dirs=
6455 while test ! -d "$as_dir"; do
6456 as_dirs="$as_dir $as_dirs"
6457 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6458$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6459 X"$as_dir" : 'X\(//\)[^/]' \| \
6460 X"$as_dir" : 'X\(//\)$' \| \
6461 X"$as_dir" : 'X\(/\)' \| \
6462 . : '\(.\)' 2>/dev/null ||
6463echo X"$as_dir" |
6464 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6465 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6466 /^X\(\/\/\)$/{ s//\1/; q; }
6467 /^X\(\/\).*/{ s//\1/; q; }
6468 s/.*/./; q'`
6469 done
6470 test ! -n "$as_dirs" || mkdir $as_dirs
6471 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6472echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6473 { (exit 1); exit 1; }; }; }
6474
53d60c04
KC
6475 ac_builddir=.
6476
6477if test "$ac_dir" != .; then
6478 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6479 # A "../" for each directory in $ac_dir_suffix.
6480 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6481else
6482 ac_dir_suffix= ac_top_builddir=
6483fi
6484
6485case $srcdir in
6486 .) # No --srcdir option. We are building in place.
6487 ac_srcdir=.
6488 if test -z "$ac_top_builddir"; then
6489 ac_top_srcdir=.
6490 else
6491 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6492 fi ;;
6493 [\\/]* | ?:[\\/]* ) # Absolute path.
6494 ac_srcdir=$srcdir$ac_dir_suffix;
6495 ac_top_srcdir=$srcdir ;;
6496 *) # Relative path.
6497 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6498 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6499esac
8ab705be
KC
6500
6501# Do not use `cd foo && pwd` to compute absolute paths, because
6502# the directories may not exist.
6503case `pwd` in
6504.) ac_abs_builddir="$ac_dir";;
3beb1315 6505*)
8ab705be
KC
6506 case "$ac_dir" in
6507 .) ac_abs_builddir=`pwd`;;
6508 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6509 *) ac_abs_builddir=`pwd`/"$ac_dir";;
3beb1315
HPN
6510 esac;;
6511esac
8ab705be 6512case $ac_abs_builddir in
3beb1315
HPN
6513.) ac_abs_top_builddir=${ac_top_builddir}.;;
6514*)
6515 case ${ac_top_builddir}. in
8ab705be 6516 .) ac_abs_top_builddir=$ac_abs_builddir;;
3beb1315 6517 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8ab705be 6518 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3beb1315
HPN
6519 esac;;
6520esac
8ab705be 6521case $ac_abs_builddir in
3beb1315
HPN
6522.) ac_abs_srcdir=$ac_srcdir;;
6523*)
6524 case $ac_srcdir in
8ab705be 6525 .) ac_abs_srcdir=$ac_abs_builddir;;
3beb1315 6526 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8ab705be 6527 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3beb1315
HPN
6528 esac;;
6529esac
8ab705be 6530case $ac_abs_builddir in
3beb1315
HPN
6531.) ac_abs_top_srcdir=$ac_top_srcdir;;
6532*)
6533 case $ac_top_srcdir in
8ab705be 6534 .) ac_abs_top_srcdir=$ac_abs_builddir;;
3beb1315 6535 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8ab705be 6536 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3beb1315
HPN
6537 esac;;
6538esac
53d60c04
KC
6539
6540
6541 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
6542echo "$as_me: executing $ac_dest commands" >&6;}
6543 case $ac_dest in
6544 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
6545 # Strip MF so we end up with the name of the file.
6546 mf=`echo "$mf" | sed -e 's/:.*$//'`
6547 # Check whether this is an Automake generated Makefile or not.
6548 # We used to match only the files named `Makefile.in', but
6549 # some people rename them; so instead we look at the file content.
6550 # Grep'ing the first line is not enough: some people post-process
6551 # each Makefile.in and add a new line on top of each file to say so.
6552 # So let's grep whole file.
6553 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
6554 dirpart=`(dirname "$mf") 2>/dev/null ||
6555$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3beb1315
HPN
6556 X"$mf" : 'X\(//\)[^/]' \| \
6557 X"$mf" : 'X\(//\)$' \| \
6558 X"$mf" : 'X\(/\)' \| \
6559 . : '\(.\)' 2>/dev/null ||
53d60c04
KC
6560echo X"$mf" |
6561 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6562 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6563 /^X\(\/\/\)$/{ s//\1/; q; }
6564 /^X\(\/\).*/{ s//\1/; q; }
6565 s/.*/./; q'`
6566 else
6567 continue
6568 fi
3c374d91
KC
6569 # Extract the definition of DEPDIR, am__include, and am__quote
6570 # from the Makefile without running `make'.
608cb764 6571 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
53d60c04 6572 test -z "$DEPDIR" && continue
3c374d91
KC
6573 am__include=`sed -n 's/^am__include = //p' < "$mf"`
6574 test -z "am__include" && continue
6575 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
53d60c04 6576 # When using ansi2knr, U may be empty or an underscore; expand it
608cb764 6577 U=`sed -n 's/^U = //p' < "$mf"`
3c374d91
KC
6578 # Find all dependency output files, they are included files with
6579 # $(DEPDIR) in their names. We invoke sed twice because it is the
6580 # simplest approach to changing $(DEPDIR) to its actual value in the
6581 # expansion.
6582 for file in `sed -n "
6583 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
53d60c04
KC
6584 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6585 # Make sure the directory exists.
6586 test -f "$dirpart/$file" && continue
6587 fdir=`(dirname "$file") 2>/dev/null ||
6588$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3beb1315
HPN
6589 X"$file" : 'X\(//\)[^/]' \| \
6590 X"$file" : 'X\(//\)$' \| \
6591 X"$file" : 'X\(/\)' \| \
6592 . : '\(.\)' 2>/dev/null ||
53d60c04
KC
6593echo X"$file" |
6594 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6595 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6596 /^X\(\/\/\)$/{ s//\1/; q; }
6597 /^X\(\/\).*/{ s//\1/; q; }
6598 s/.*/./; q'`
6599 { if $as_mkdir_p; then
6600 mkdir -p $dirpart/$fdir
6601 else
6602 as_dir=$dirpart/$fdir
6603 as_dirs=
6604 while test ! -d "$as_dir"; do
6605 as_dirs="$as_dir $as_dirs"
6606 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6607$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3beb1315
HPN
6608 X"$as_dir" : 'X\(//\)[^/]' \| \
6609 X"$as_dir" : 'X\(//\)$' \| \
6610 X"$as_dir" : 'X\(/\)' \| \
6611 . : '\(.\)' 2>/dev/null ||
53d60c04
KC
6612echo X"$as_dir" |
6613 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6614 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6615 /^X\(\/\/\)$/{ s//\1/; q; }
6616 /^X\(\/\).*/{ s//\1/; q; }
6617 s/.*/./; q'`
6618 done
6619 test ! -n "$as_dirs" || mkdir $as_dirs
6620 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
6621echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
6622 { (exit 1); exit 1; }; }; }
bd8757b3 6623
53d60c04
KC
6624 # echo "creating $dirpart/$file"
6625 echo '# dummy' > "$dirpart/$file"
6626 done
6627done
6628 ;;
6629 esac
6630done
6631_ACEOF
bd8757b3 6632
53d60c04 6633cat >>$CONFIG_STATUS <<\_ACEOF
bd8757b3 6634
53d60c04
KC
6635{ (exit 0); exit 0; }
6636_ACEOF
bd8757b3 6637chmod +x $CONFIG_STATUS
53d60c04
KC
6638ac_clean_files=$ac_clean_files_save
6639
6640
6641# configure is writing to config.log, and then calls config.status.
6642# config.status does its own redirection, appending to config.log.
6643# Unfortunately, on DOS this fails, as config.log is still kept open
6644# by configure, so config.status won't be able to write to it; its
6645# output is simply discarded. So we exec the FD to /dev/null,
6646# effectively closing config.log, so it can be properly (re)opened and
6647# appended to by config.status. When coming back to configure, we
6648# need to make the FD available again.
6649if test "$no_create" != yes; then
6650 ac_cs_success=:
6651 ac_config_status_args=
6652 test "$silent" = yes &&
6653 ac_config_status_args="$ac_config_status_args --quiet"
6654 exec 5>/dev/null
6655 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6656 exec 5>>config.log
6657 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6658 # would make configure fail if this is the last instruction.
6659 $ac_cs_success || { (exit 1); exit 1; }
6660fi
bd8757b3 6661
This page took 0.984941 seconds and 5 git commands to generate.