2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
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+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
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 \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
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
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
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
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; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
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
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
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 |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
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; }; }
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).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if 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
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
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}
267 # Identity of this package.
274 ac_unique_file
="jartool.h"
275 # Factoring default headers for most tests.
276 ac_includes_default
="\
279 # include <sys/types.h>
282 # include <sys/stat.h>
293 # if !STDC_HEADERS && HAVE_MEMORY_H
299 # include <strings.h>
302 # include <inttypes.h>
312 ac_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 AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot 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'
315 # Initialize some variables set by options.
317 ac_init_version
=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
327 program_transform_name
=s
,x
,x
,
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.
340 bindir
='${exec_prefix}/bin'
341 sbindir
='${exec_prefix}/sbin'
342 libexecdir
='${exec_prefix}/libexec'
343 datadir
='${prefix}/share'
344 sysconfdir
='${prefix}/etc'
345 sharedstatedir
='${prefix}/com'
346 localstatedir
='${prefix}/var'
347 libdir
='${exec_prefix}/lib'
348 includedir
='${prefix}/include'
349 oldincludedir
='/usr/include'
350 infodir
='${prefix}/info'
351 mandir
='${prefix}/man'
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
363 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
365 # Accept the important Cygnus configure options, so we can diagnose typos.
369 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
371 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
374 -build |
--build |
--buil |
--bui |
--bu)
375 ac_prev
=build_alias
;;
376 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
377 build_alias
=$ac_optarg ;;
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=*)
384 cache_file
=$ac_optarg ;;
387 cache_file
=config.cache
;;
389 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
391 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
393 datadir
=$ac_optarg ;;
395 -disable-* |
--disable-*)
396 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
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" ;;
404 -enable-* |
--enable-*)
405 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
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'`
412 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415 eval "enable_$ac_feature='$ac_optarg'" ;;
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=*)
424 exec_prefix
=$ac_optarg ;;
426 -gas |
--gas |
--ga |
--g)
427 # Obsolete; use --with-gas.
430 -help |
--help |
--hel |
--he |
-h)
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
;;
437 -host |
--host |
--hos |
--ho)
438 ac_prev
=host_alias
;;
439 -host=* |
--host=* |
--hos=* |
--ho=*)
440 host_alias
=$ac_optarg ;;
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=*)
447 includedir
=$ac_optarg ;;
449 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
451 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
452 infodir
=$ac_optarg ;;
454 -libdir |
--libdir |
--libdi |
--libd)
456 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
459 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
460 |
--libexe |
--libex |
--libe)
461 ac_prev
=libexecdir
;;
462 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
463 |
--libexe=* |
--libex=* |
--libe=*)
464 libexecdir
=$ac_optarg ;;
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=*)
473 localstatedir
=$ac_optarg ;;
475 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
477 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
481 # Obsolete; use --without-fp.
484 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
485 |
--no-cr |
--no-c |
-n)
488 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
489 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
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=*)
499 oldincludedir
=$ac_optarg ;;
501 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
503 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
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=*)
511 program_prefix
=$ac_optarg ;;
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=*)
518 program_suffix
=$ac_optarg ;;
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=*)
535 program_transform_name
=$ac_optarg ;;
537 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
538 |
-silent |
--silent |
--silen |
--sile |
--sil)
541 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
543 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
545 sbindir
=$ac_optarg ;;
547 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
548 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
549 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
551 ac_prev
=sharedstatedir
;;
552 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
553 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
554 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
556 sharedstatedir
=$ac_optarg ;;
558 -site |
--site |
--sit)
560 -site=* |
--site=* |
--sit=*)
563 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
565 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
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=*)
573 sysconfdir
=$ac_optarg ;;
575 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
576 ac_prev
=target_alias
;;
577 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
578 target_alias
=$ac_optarg ;;
580 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
583 -version |
--version |
--versio |
--versi |
--vers |
-V)
587 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
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; }; }
592 ac_package
=`echo $ac_package| sed 's/-/_/g'`
594 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597 eval "with_$ac_package='$ac_optarg'" ;;
599 -without-* |
--without-*)
600 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
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" ;;
609 # Obsolete; use --with-x.
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=*)
617 x_includes
=$ac_optarg ;;
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=*)
624 x_libraries
=$ac_optarg ;;
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
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'"
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}
652 if test -n "$ac_prev"; then
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; }; }
658 # Be sure to have absolute paths.
659 for ac_var
in exec_prefix prefix
661 eval ac_val
=$
`echo $ac_var`
663 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
669 # Be sure to have absolute paths.
670 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
673 eval ac_val
=$
`echo $ac_var`
675 [\\/$
]* | ?
:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
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.
688 # FIXME: To remove some day.
689 if 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
700 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
702 test "$silent" = yes && exec 6>/dev
/null
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted
=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir
=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
722 if test ! -r $srcdir/$ac_unique_file; then
726 ac_srcdir_defaulted
=no
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
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; }; }
740 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set
=${build_alias+set}
742 ac_env_build_alias_value
=$build_alias
743 ac_cv_env_build_alias_set
=${build_alias+set}
744 ac_cv_env_build_alias_value
=$build_alias
745 ac_env_host_alias_set
=${host_alias+set}
746 ac_env_host_alias_value
=$host_alias
747 ac_cv_env_host_alias_set
=${host_alias+set}
748 ac_cv_env_host_alias_value
=$host_alias
749 ac_env_target_alias_set
=${target_alias+set}
750 ac_env_target_alias_value
=$target_alias
751 ac_cv_env_target_alias_set
=${target_alias+set}
752 ac_cv_env_target_alias_value
=$target_alias
753 ac_env_CC_set
=${CC+set}
755 ac_cv_env_CC_set
=${CC+set}
756 ac_cv_env_CC_value
=$CC
757 ac_env_CFLAGS_set
=${CFLAGS+set}
758 ac_env_CFLAGS_value
=$CFLAGS
759 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value
=$CFLAGS
761 ac_env_LDFLAGS_set
=${LDFLAGS+set}
762 ac_env_LDFLAGS_value
=$LDFLAGS
763 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value
=$LDFLAGS
765 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value
=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
769 ac_env_CPP_set
=${CPP+set}
770 ac_env_CPP_value
=$CPP
771 ac_cv_env_CPP_set
=${CPP+set}
772 ac_cv_env_CPP_value
=$CPP
775 # Report the --help message.
777 if 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.
781 \`configure' configures this package to adapt to many kinds of systems.
783 Usage: $0 [OPTION]... [VAR=VALUE]...
785 To assign environment variables (e.g., CC, CFLAGS...), specify them as
786 VAR=VALUE. See below for descriptions of some of the useful variables.
788 Defaults for the options are specified in brackets.
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 \`..']
804 Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
810 By default, \`make install' will install all the files in
811 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813 for instance \`--prefix=\$HOME'.
815 For better control, use the options below.
817 Fine 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]
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
841 if test -n "$ac_init_help"; then
846 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
847 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
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
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.
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
862 Some 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
>
871 Use these variables to override the choices made by
`configure' or to help
872 it to find libraries and programs with nonstandard names/locations.
877 if test "$ac_init_help" = "recursive"; then
878 # If there are subdirs, report their specific --help.
880 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
881 test -d $ac_dir || continue
884 if 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'`
889 ac_dir_suffix= ac_top_builddir=
893 .) # No --srcdir option. We are building in place.
895 if test -z "$ac_top_builddir"; then
898 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
900 [\\/]* | ?:[\\/]* ) # Absolute path.
901 ac_srcdir=$srcdir$ac_dir_suffix;
902 ac_top_srcdir=$srcdir ;;
904 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
905 ac_top_srcdir=$ac_top_builddir$srcdir ;;
908 # Do not use `cd foo
&& pwd` to compute absolute paths, because
909 # the directories may not exist.
911 .) ac_abs_builddir="$ac_dir";;
914 .) ac_abs_builddir=`pwd`;;
915 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
916 *) ac_abs_builddir=`pwd`/"$ac_dir";;
919 case $ac_abs_builddir in
920 .) ac_abs_top_builddir=${ac_top_builddir}.;;
922 case ${ac_top_builddir}. in
923 .) ac_abs_top_builddir=$ac_abs_builddir;;
924 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
925 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
928 case $ac_abs_builddir in
929 .) ac_abs_srcdir=$ac_srcdir;;
932 .) ac_abs_srcdir=$ac_abs_builddir;;
933 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
934 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
937 case $ac_abs_builddir in
938 .) ac_abs_top_srcdir=$ac_top_srcdir;;
940 case $ac_top_srcdir in
941 .) ac_abs_top_srcdir=$ac_abs_builddir;;
942 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
943 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
948 # Check for guested configure; otherwise get Cygnus style configure.
949 if test -f $ac_srcdir/configure.gnu; then
951 $SHELL $ac_srcdir/configure.gnu --help=recursive
952 elif test -f $ac_srcdir/configure; then
954 $SHELL $ac_srcdir/configure --help=recursive
955 elif test -f $ac_srcdir/configure.ac ||
956 test -f $ac_srcdir/configure.in; then
960 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
966 test -n "$ac_init_help" && exit 0
967 if $ac_init_version; then
970 Copyright (C) 2003 Free Software Foundation, Inc.
971 This configure script is free software; the Free Software Foundation
972 gives unlimited permission to copy, distribute and modify it.
978 This file contains any messages produced by compilers while
979 running configure, to aid debugging if configure makes a mistake.
981 It was created by $as_me, which was
982 generated by GNU Autoconf 2.59. Invocation command line was
993 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
994 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
995 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
996 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
997 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
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
`
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
`
1005 hostinfo = `(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
`
1012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1016 test -z "$as_dir" && as_dir=.
1017 echo "PATH: $as_dir"
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.
1041 ac_must_keep_next=false
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)
1051 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1052 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1055 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1057 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1058 if test $ac_must_keep_next = true; then
1059 ac_must_keep_next=false # Got value, back to normal.
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 ;;
1070 -* ) ac_must_keep_next=true ;;
1073 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1074 # Get rid of the leading space.
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; }
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.
1088 trap 'exit_status
=$?
1089 # Save into config.log some information that might help in debugging.
1094 ## ---------------- ##
1095 ## Cache variables. ##
1096 ## ---------------- ##
1099 # The following way of writing the cache mishandles newlines in values,
1102 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1105 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1106 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1110 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1117 ## ----------------- ##
1118 ## Output variables. ##
1119 ## ----------------- ##
1122 for ac_var
in $ac_subst_vars
1124 eval ac_val
=$
`echo $ac_var`
1125 echo "$ac_var='"'"'$ac_val'"'"'"
1129 if test -n "$ac_subst_files"; then
1136 for ac_var
in $ac_subst_files
1138 eval ac_val
=$
`echo $ac_var`
1139 echo "$ac_var='"'"'$ac_val'"'"'"
1144 if test -s confdefs.h
; then
1151 sed "/^$/d" confdefs.h |
sort
1154 test "$ac_signal" != 0 &&
1155 echo "$as_me: caught signal $ac_signal"
1156 echo "$as_me: exit $exit_status"
1158 rm -f core
*.core
&&
1159 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1162 for ac_signal in 1 2 13 15; do
1163 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1167 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1168 rm -rf conftest* confdefs.h
1169 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1172 # Predefined preprocessor variables.
1174 cat >>confdefs.h <<_ACEOF
1175 #define PACKAGE_NAME "$PACKAGE_NAME"
1179 cat >>confdefs.h <<_ACEOF
1180 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1184 cat >>confdefs.h <<_ACEOF
1185 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1189 cat >>confdefs.h <<_ACEOF
1190 #define PACKAGE_STRING "$PACKAGE_STRING"
1194 cat >>confdefs.h <<_ACEOF
1195 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1199 # Let the site file select an alternate cache file if it wants to.
1200 # Prefer explicitly selected file to automatically selected ones.
1201 if test -z "$CONFIG_SITE"; then
1202 if test "x$prefix" != xNONE; then
1203 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1205 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1208 for ac_site_file in $CONFIG_SITE; do
1209 if test -r "$ac_site_file"; then
1210 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1211 echo "$as_me: loading site script $ac_site_file" >&6;}
1212 sed 's
/^
/|
/' "$ac_site_file" >&5
1217 if test -r "$cache_file"; then
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
1222 echo "$as_me: loading cache $cache_file" >&6;}
1224 [\\/]* | ?:[\\/]* ) . $cache_file;;
1225 *) . ./$cache_file;;
1229 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1230 echo "$as_me: creating cache $cache_file" >&6;}
1234 # Check that the precious variables saved in the cache have kept the same
1236 ac_cache_corrupted=false
1237 for ac_var in `(set) 2>&1 |
1238 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
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
1245 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1246 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1247 ac_cache_corrupted=: ;;
1249 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1250 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1251 ac_cache_corrupted=: ;;
1254 if test "x$ac_old_val" != "x$ac_new_val"; then
1255 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1256 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1257 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1258 echo "$as_me: former value: $ac_old_val" >&2;}
1259 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1260 echo "$as_me: current value: $ac_new_val" >&2;}
1261 ac_cache_corrupted=:
1264 # Pass precious variables to config.status.
1265 if test "$ac_new_set" = set; then
1267 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1268 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1269 *) ac_arg=$ac_var=$ac_new_val ;;
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'" ;;
1277 if $ac_cache_corrupted; then
1278 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1279 echo "$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
1281 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1282 { (exit 1); exit 1; }; }
1286 ac_cpp='$CPP $CPPFLAGS'
1287 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1288 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1289 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1309 am__api_version="1.8"
1311 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1312 if test -f $ac_dir/install-sh; then
1314 ac_install_sh="$ac_aux_dir/install-sh -c"
1316 elif test -f $ac_dir/install.sh; then
1318 ac_install_sh="$ac_aux_dir/install.sh -c"
1320 elif test -f $ac_dir/shtool; then
1322 ac_install_sh="$ac_aux_dir/shtool install -c"
1326 if test -z "$ac_aux_dir"; then
1327 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1328 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1329 { (exit 1); exit 1; }; }
1331 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1332 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1333 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
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
1342 # AmigaOS /C/install, which installs bootblocks on floppy discs
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"
1346 # OS/2's system install, which has a completely different semantic
1347 # ./install, which can be erroneously created by make from ./install.sh.
1348 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1349 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1350 if test -z "$INSTALL"; then
1351 if test "${ac_cv_path_install+set}" = set; then
1352 echo $ECHO_N "(cached) $ECHO_C" >&6
1354 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1358 test -z "$as_dir" && as_dir
=.
1359 # Account for people who put trailing slashes in PATH elements.
1361 .
/ | .
// |
/cC
/* | \
1362 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1363 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
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
1369 for ac_prog
in ginstall scoinst
install; do
1370 for ac_exec_ext
in '' $ac_executable_extensions; do
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.
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.
1381 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1393 if test "${ac_cv_path_install+set}" = set; then
1394 INSTALL
=$ac_cv_path_install
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.
1400 INSTALL
=$ac_install_sh
1403 echo "$as_me:$LINENO: result: $INSTALL" >&5
1404 echo "${ECHO_T}$INSTALL" >&6
1406 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1407 # It thinks the first close brace ends the variable substitution.
1408 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1410 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1412 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1414 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1415 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1418 echo timestamp
> conftest.
file
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
1425 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1426 if test "$*" = "X"; then
1428 set X
`ls -t $srcdir/configure conftest.file`
1431 if test "$*" != "X $srcdir/configure conftest.file" \
1432 && test "$*" != "X conftest.file $srcdir/configure"; then
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".
1438 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1439 alias in your environment" >&5
1440 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1441 alias in your environment" >&2;}
1442 { (exit 1); exit 1; }; }
1445 test "$2" = conftest.
file
1451 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1452 Check your system clock" >&5
1453 echo "$as_me: error: newly created file is older than distributed files!
1454 Check your system clock" >&2;}
1455 { (exit 1); exit 1; }; }
1457 echo "$as_me:$LINENO: result: yes" >&5
1458 echo "${ECHO_T}yes" >&6
1459 test "$program_prefix" != NONE
&&
1460 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1461 # Use a double $ so make ignores it.
1462 test "$program_suffix" != NONE
&&
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.
1466 cat <<\_ACEOF
>conftest.
sed
1467 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1469 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1472 # expand $ac_aux_dir to an absolute path
1473 am_aux_dir
=`cd $ac_aux_dir && pwd`
1475 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
1476 # Use eval to expand $SHELL
1477 if eval "$MISSING --run true"; then
1478 am_missing_run
="$MISSING --run "
1481 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1482 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1485 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
1486 # Keeping the `.' argument allows $(mkdir_p) to be used without
1487 # argument. Indeed, we sometimes output rules like
1488 # $(mkdir_p) $(somedir)
1489 # where $(somedir) is conditionally defined.
1490 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1491 # expensive solution, as it forces Make to start a sub-shell.)
1492 mkdir_p
='mkdir -p -- .'
1494 # On NextStep and OpenStep, the `mkdir' command does not
1495 # recognize any option. It will interpret all options as
1496 # directories to create, and then abort because `.' already
1498 for d
in .
/-p .
/--version;
1500 test -d $d && rmdir $d
1502 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1503 if test -f "$ac_aux_dir/mkinstalldirs"; then
1504 mkdir_p
='$(mkinstalldirs)'
1506 mkdir_p
='$(install_sh) -d'
1510 for ac_prog
in gawk mawk nawk
awk
1512 # Extract the first word of "$ac_prog", so it can be a program name with args.
1513 set dummy
$ac_prog; ac_word
=$2
1514 echo "$as_me:$LINENO: checking for $ac_word" >&5
1515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1516 if test "${ac_cv_prog_AWK+set}" = set; then
1517 echo $ECHO_N "(cached) $ECHO_C" >&6
1519 if test -n "$AWK"; then
1520 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
1522 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1526 test -z "$as_dir" && as_dir
=.
1527 for ac_exec_ext
in '' $ac_executable_extensions; do
1528 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1529 ac_cv_prog_AWK
="$ac_prog"
1530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1539 if test -n "$AWK"; then
1540 echo "$as_me:$LINENO: result: $AWK" >&5
1541 echo "${ECHO_T}$AWK" >&6
1543 echo "$as_me:$LINENO: result: no" >&5
1544 echo "${ECHO_T}no" >&6
1547 test -n "$AWK" && break
1550 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1551 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1552 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
1553 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1554 echo $ECHO_N "(cached) $ECHO_C" >&6
1556 cat >conftest.
make <<\_ACEOF
1558 @
echo 'ac_maketemp="$(MAKE)"'
1560 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1561 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1562 if test -n "$ac_maketemp"; then
1563 eval ac_cv_prog_make_
${ac_make}_set
=yes
1565 eval ac_cv_prog_make_
${ac_make}_set
=no
1569 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1570 echo "$as_me:$LINENO: result: yes" >&5
1571 echo "${ECHO_T}yes" >&6
1574 echo "$as_me:$LINENO: result: no" >&5
1575 echo "${ECHO_T}no" >&6
1576 SET_MAKE
="MAKE=${MAKE-make}"
1579 rm -rf .tst
2>/dev
/null
1580 mkdir .tst
2>/dev
/null
1581 if test -d .tst
; then
1586 rmdir .tst
2>/dev
/null
1588 # test to see if srcdir already configured
1589 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1590 test -f $srcdir/config.status
; then
1591 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1592 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1593 { (exit 1); exit 1; }; }
1596 # test whether we have cygpath
1597 if test -z "$CYGPATH_W"; then
1598 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
1599 CYGPATH_W
='cygpath -w'
1606 # Define the identity of the package.
1611 cat >>confdefs.h
<<_ACEOF
1612 #define PACKAGE "$PACKAGE"
1616 cat >>confdefs.h
<<_ACEOF
1617 #define VERSION "$VERSION"
1620 # Some tools Automake needs.
1622 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1625 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
1628 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1631 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
1634 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
1637 AMTAR
=${AMTAR-"${am_missing_run}tar"}
1639 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
1641 # Installed binaries are usually stripped using `strip' when the user
1642 # run `make install-strip'. However `strip' might not be the right
1643 # tool to use in cross-compilation environments, therefore Automake
1644 # will honor the `STRIP' environment variable to overrule this program.
1645 if test "$cross_compiling" != no
; then
1646 if test -n "$ac_tool_prefix"; then
1647 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1648 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
1649 echo "$as_me:$LINENO: checking for $ac_word" >&5
1650 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1651 if test "${ac_cv_prog_STRIP+set}" = set; then
1652 echo $ECHO_N "(cached) $ECHO_C" >&6
1654 if test -n "$STRIP"; then
1655 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
1657 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1661 test -z "$as_dir" && as_dir
=.
1662 for ac_exec_ext
in '' $ac_executable_extensions; do
1663 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1664 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
1665 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1673 STRIP
=$ac_cv_prog_STRIP
1674 if test -n "$STRIP"; then
1675 echo "$as_me:$LINENO: result: $STRIP" >&5
1676 echo "${ECHO_T}$STRIP" >&6
1678 echo "$as_me:$LINENO: result: no" >&5
1679 echo "${ECHO_T}no" >&6
1683 if test -z "$ac_cv_prog_STRIP"; then
1685 # Extract the first word of "strip", so it can be a program name with args.
1686 set dummy strip
; ac_word
=$2
1687 echo "$as_me:$LINENO: checking for $ac_word" >&5
1688 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1689 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1690 echo $ECHO_N "(cached) $ECHO_C" >&6
1692 if test -n "$ac_ct_STRIP"; then
1693 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
1695 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1699 test -z "$as_dir" && as_dir
=.
1700 for ac_exec_ext
in '' $ac_executable_extensions; do
1701 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1702 ac_cv_prog_ac_ct_STRIP
="strip"
1703 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1709 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
1712 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
1713 if test -n "$ac_ct_STRIP"; then
1714 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1715 echo "${ECHO_T}$ac_ct_STRIP" >&6
1717 echo "$as_me:$LINENO: result: no" >&5
1718 echo "${ECHO_T}no" >&6
1723 STRIP
="$ac_cv_prog_STRIP"
1727 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
1729 # We need awk for the "check" target. The system "awk" is bad on
1734 ac_config_headers
="$ac_config_headers config.h"
1738 ac_cpp
='$CPP $CPPFLAGS'
1739 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1740 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1741 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1742 if test -n "$ac_tool_prefix"; then
1743 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1744 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
1745 echo "$as_me:$LINENO: checking for $ac_word" >&5
1746 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1747 if test "${ac_cv_prog_CC+set}" = set; then
1748 echo $ECHO_N "(cached) $ECHO_C" >&6
1750 if test -n "$CC"; then
1751 ac_cv_prog_CC
="$CC" # Let the user override the test.
1753 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1757 test -z "$as_dir" && as_dir
=.
1758 for ac_exec_ext
in '' $ac_executable_extensions; do
1759 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1760 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
1761 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1770 if test -n "$CC"; then
1771 echo "$as_me:$LINENO: result: $CC" >&5
1772 echo "${ECHO_T}$CC" >&6
1774 echo "$as_me:$LINENO: result: no" >&5
1775 echo "${ECHO_T}no" >&6
1779 if test -z "$ac_cv_prog_CC"; then
1781 # Extract the first word of "gcc", so it can be a program name with args.
1782 set dummy gcc
; ac_word
=$2
1783 echo "$as_me:$LINENO: checking for $ac_word" >&5
1784 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1785 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1786 echo $ECHO_N "(cached) $ECHO_C" >&6
1788 if test -n "$ac_ct_CC"; then
1789 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1791 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1795 test -z "$as_dir" && as_dir
=.
1796 for ac_exec_ext
in '' $ac_executable_extensions; do
1797 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1798 ac_cv_prog_ac_ct_CC
="gcc"
1799 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1807 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1808 if test -n "$ac_ct_CC"; then
1809 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1810 echo "${ECHO_T}$ac_ct_CC" >&6
1812 echo "$as_me:$LINENO: result: no" >&5
1813 echo "${ECHO_T}no" >&6
1821 if test -z "$CC"; then
1822 if test -n "$ac_tool_prefix"; then
1823 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1824 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
1825 echo "$as_me:$LINENO: checking for $ac_word" >&5
1826 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1827 if test "${ac_cv_prog_CC+set}" = set; then
1828 echo $ECHO_N "(cached) $ECHO_C" >&6
1830 if test -n "$CC"; then
1831 ac_cv_prog_CC
="$CC" # Let the user override the test.
1833 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1837 test -z "$as_dir" && as_dir
=.
1838 for ac_exec_ext
in '' $ac_executable_extensions; do
1839 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1840 ac_cv_prog_CC
="${ac_tool_prefix}cc"
1841 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1850 if test -n "$CC"; then
1851 echo "$as_me:$LINENO: result: $CC" >&5
1852 echo "${ECHO_T}$CC" >&6
1854 echo "$as_me:$LINENO: result: no" >&5
1855 echo "${ECHO_T}no" >&6
1859 if test -z "$ac_cv_prog_CC"; then
1861 # Extract the first word of "cc", so it can be a program name with args.
1862 set dummy cc
; ac_word
=$2
1863 echo "$as_me:$LINENO: checking for $ac_word" >&5
1864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1865 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1866 echo $ECHO_N "(cached) $ECHO_C" >&6
1868 if test -n "$ac_ct_CC"; then
1869 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1871 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1875 test -z "$as_dir" && as_dir
=.
1876 for ac_exec_ext
in '' $ac_executable_extensions; do
1877 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1878 ac_cv_prog_ac_ct_CC
="cc"
1879 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1887 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1888 if test -n "$ac_ct_CC"; then
1889 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1890 echo "${ECHO_T}$ac_ct_CC" >&6
1892 echo "$as_me:$LINENO: result: no" >&5
1893 echo "${ECHO_T}no" >&6
1902 if test -z "$CC"; then
1903 # Extract the first word of "cc", so it can be a program name with args.
1904 set dummy cc
; ac_word
=$2
1905 echo "$as_me:$LINENO: checking for $ac_word" >&5
1906 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1907 if test "${ac_cv_prog_CC+set}" = set; then
1908 echo $ECHO_N "(cached) $ECHO_C" >&6
1910 if test -n "$CC"; then
1911 ac_cv_prog_CC
="$CC" # Let the user override the test.
1914 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1918 test -z "$as_dir" && as_dir
=.
1919 for ac_exec_ext
in '' $ac_executable_extensions; do
1920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1921 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1922 ac_prog_rejected
=yes
1926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1932 if test $ac_prog_rejected = yes; then
1933 # We found a bogon in the path, so make sure we never use it.
1934 set dummy
$ac_cv_prog_CC
1936 if test $# != 0; then
1937 # We chose a different compiler from the bogus one.
1938 # However, it has the same basename, so the bogon will be chosen
1939 # first if we set CC to just the basename; use the full file name.
1941 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
1947 if test -n "$CC"; then
1948 echo "$as_me:$LINENO: result: $CC" >&5
1949 echo "${ECHO_T}$CC" >&6
1951 echo "$as_me:$LINENO: result: no" >&5
1952 echo "${ECHO_T}no" >&6
1956 if test -z "$CC"; then
1957 if test -n "$ac_tool_prefix"; then
1960 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1961 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
1962 echo "$as_me:$LINENO: checking for $ac_word" >&5
1963 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1964 if test "${ac_cv_prog_CC+set}" = set; then
1965 echo $ECHO_N "(cached) $ECHO_C" >&6
1967 if test -n "$CC"; then
1968 ac_cv_prog_CC
="$CC" # Let the user override the test.
1970 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1974 test -z "$as_dir" && as_dir
=.
1975 for ac_exec_ext
in '' $ac_executable_extensions; do
1976 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1977 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
1978 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1987 if test -n "$CC"; then
1988 echo "$as_me:$LINENO: result: $CC" >&5
1989 echo "${ECHO_T}$CC" >&6
1991 echo "$as_me:$LINENO: result: no" >&5
1992 echo "${ECHO_T}no" >&6
1995 test -n "$CC" && break
1998 if test -z "$CC"; then
2002 # Extract the first word of "$ac_prog", so it can be a program name with args.
2003 set dummy
$ac_prog; ac_word
=$2
2004 echo "$as_me:$LINENO: checking for $ac_word" >&5
2005 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2006 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2007 echo $ECHO_N "(cached) $ECHO_C" >&6
2009 if test -n "$ac_ct_CC"; then
2010 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2012 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2016 test -z "$as_dir" && as_dir
=.
2017 for ac_exec_ext
in '' $ac_executable_extensions; do
2018 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2019 ac_cv_prog_ac_ct_CC
="$ac_prog"
2020 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2028 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2029 if test -n "$ac_ct_CC"; then
2030 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2031 echo "${ECHO_T}$ac_ct_CC" >&6
2033 echo "$as_me:$LINENO: result: no" >&5
2034 echo "${ECHO_T}no" >&6
2037 test -n "$ac_ct_CC" && break
2046 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2047 See \`config.log' for more details." >&5
2048 echo "$as_me: error: no acceptable C compiler found in \$PATH
2049 See \`config.log' for more details." >&2;}
2050 { (exit 1); exit 1; }; }
2052 # Provide some information about the compiler.
2053 echo "$as_me:$LINENO:" \
2054 "checking for C compiler version" >&5
2055 ac_compiler
=`set X $ac_compile; echo $2`
2056 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2057 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2060 (exit $ac_status); }
2061 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2062 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2065 (exit $ac_status); }
2066 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2067 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2070 (exit $ac_status); }
2072 cat >conftest.
$ac_ext <<_ACEOF
2075 cat confdefs.h
>>conftest.
$ac_ext
2076 cat >>conftest.
$ac_ext <<_ACEOF
2077 /* end confdefs.h. */
2087 ac_clean_files_save
=$ac_clean_files
2088 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2089 # Try to create an executable without -o first, disregard a.out.
2090 # It will help us diagnose broken compilers, and finding out an intuition
2092 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2093 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2094 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2095 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2096 (eval $ac_link_default) 2>&5
2098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2099 (exit $ac_status); }; then
2100 # Find the output, starting from the most likely. This scheme is
2101 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2104 # Be careful to initialize this variable, since it used to be cached.
2105 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2107 # b.out is created by i960 compilers.
2108 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2110 test -f "$ac_file" ||
continue
2112 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2115 # This is the source file.
2118 # We found the default executable, but exeext='' is most
2122 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2123 # FIXME: I believe we export ac_cv_exeext for Libtool,
2124 # but it would be cool to find out if it's true. Does anybody
2125 # maintain Libtool? --akim.
2133 echo "$as_me: failed program was:" >&5
2134 sed 's/^/| /' conftest.
$ac_ext >&5
2136 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2137 See \`config.log' for more details." >&5
2138 echo "$as_me: error: C compiler cannot create executables
2139 See \`config.log' for more details." >&2;}
2140 { (exit 77); exit 77; }; }
2143 ac_exeext
=$ac_cv_exeext
2144 echo "$as_me:$LINENO: result: $ac_file" >&5
2145 echo "${ECHO_T}$ac_file" >&6
2147 # Check the compiler produces executables we can run. If not, either
2148 # the compiler is broken, or we cross compile.
2149 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2150 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2151 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2152 # If not cross compiling, check that we can run a simple program.
2153 if test "$cross_compiling" != yes; then
2154 if { ac_try
='./$ac_file'
2155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2159 (exit $ac_status); }; }; then
2162 if test "$cross_compiling" = maybe
; then
2165 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2166 If you meant to cross compile, use \`--host'.
2167 See \`config.log' for more details." >&5
2168 echo "$as_me: error: cannot run C compiled programs.
2169 If you meant to cross compile, use \`--host'.
2170 See \`config.log' for more details." >&2;}
2171 { (exit 1); exit 1; }; }
2175 echo "$as_me:$LINENO: result: yes" >&5
2176 echo "${ECHO_T}yes" >&6
2178 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2179 ac_clean_files
=$ac_clean_files_save
2180 # Check the compiler produces executables we can run. If not, either
2181 # the compiler is broken, or we cross compile.
2182 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2183 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2184 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2185 echo "${ECHO_T}$cross_compiling" >&6
2187 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2188 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2190 (eval $ac_link) 2>&5
2192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2193 (exit $ac_status); }; then
2194 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2195 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2196 # work properly (i.e., refer to `conftest.exe'), while it won't with
2198 for ac_file
in conftest.exe conftest conftest.
*; do
2199 test -f "$ac_file" ||
continue
2201 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2202 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2209 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2210 See \`config.log' for more details." >&5
2211 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2212 See \`config.log' for more details." >&2;}
2213 { (exit 1); exit 1; }; }
2216 rm -f conftest
$ac_cv_exeext
2217 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2218 echo "${ECHO_T}$ac_cv_exeext" >&6
2220 rm -f conftest.
$ac_ext
2221 EXEEXT
=$ac_cv_exeext
2223 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2224 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2225 if test "${ac_cv_objext+set}" = set; then
2226 echo $ECHO_N "(cached) $ECHO_C" >&6
2228 cat >conftest.
$ac_ext <<_ACEOF
2231 cat confdefs.h
>>conftest.
$ac_ext
2232 cat >>conftest.
$ac_ext <<_ACEOF
2233 /* end confdefs.h. */
2243 rm -f conftest.o conftest.obj
2244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2245 (eval $ac_compile) 2>&5
2247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2248 (exit $ac_status); }; then
2249 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2251 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2252 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2257 echo "$as_me: failed program was:" >&5
2258 sed 's/^/| /' conftest.
$ac_ext >&5
2260 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2261 See \`config.log' for more details." >&5
2262 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2263 See \`config.log' for more details." >&2;}
2264 { (exit 1); exit 1; }; }
2267 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2269 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2270 echo "${ECHO_T}$ac_cv_objext" >&6
2271 OBJEXT
=$ac_cv_objext
2273 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2274 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2275 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2276 echo $ECHO_N "(cached) $ECHO_C" >&6
2278 cat >conftest.
$ac_ext <<_ACEOF
2281 cat confdefs.h
>>conftest.
$ac_ext
2282 cat >>conftest.
$ac_ext <<_ACEOF
2283 /* end confdefs.h. */
2296 rm -f conftest.
$ac_objext
2297 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2298 (eval $ac_compile) 2>conftest.er1
2300 grep -v '^ *+' conftest.er1
>conftest.err
2302 cat conftest.err
>&5
2303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2304 (exit $ac_status); } &&
2305 { ac_try
='test -z "$ac_c_werror_flag"
2306 || test ! -s conftest.err'
2307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2311 (exit $ac_status); }; } &&
2312 { ac_try
='test -s conftest.$ac_objext'
2313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2317 (exit $ac_status); }; }; then
2320 echo "$as_me: failed program was:" >&5
2321 sed 's/^/| /' conftest.
$ac_ext >&5
2325 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2326 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2329 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2330 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2331 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2332 ac_test_CFLAGS
=${CFLAGS+set}
2333 ac_save_CFLAGS
=$CFLAGS
2335 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2336 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2337 if test "${ac_cv_prog_cc_g+set}" = set; then
2338 echo $ECHO_N "(cached) $ECHO_C" >&6
2340 cat >conftest.
$ac_ext <<_ACEOF
2343 cat confdefs.h
>>conftest.
$ac_ext
2344 cat >>conftest.
$ac_ext <<_ACEOF
2345 /* end confdefs.h. */
2355 rm -f conftest.
$ac_objext
2356 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2357 (eval $ac_compile) 2>conftest.er1
2359 grep -v '^ *+' conftest.er1
>conftest.err
2361 cat conftest.err
>&5
2362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2363 (exit $ac_status); } &&
2364 { ac_try
='test -z "$ac_c_werror_flag"
2365 || test ! -s conftest.err'
2366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2370 (exit $ac_status); }; } &&
2371 { ac_try
='test -s conftest.$ac_objext'
2372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2376 (exit $ac_status); }; }; then
2379 echo "$as_me: failed program was:" >&5
2380 sed 's/^/| /' conftest.
$ac_ext >&5
2384 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2386 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2387 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2388 if test "$ac_test_CFLAGS" = set; then
2389 CFLAGS
=$ac_save_CFLAGS
2390 elif test $ac_cv_prog_cc_g = yes; then
2391 if test "$GCC" = yes; then
2397 if test "$GCC" = yes; then
2403 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2404 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2405 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2406 echo $ECHO_N "(cached) $ECHO_C" >&6
2408 ac_cv_prog_cc_stdc
=no
2410 cat >conftest.
$ac_ext <<_ACEOF
2413 cat confdefs.h
>>conftest.
$ac_ext
2414 cat >>conftest.
$ac_ext <<_ACEOF
2415 /* end confdefs.h. */
2418 #include <sys/types.h>
2419 #include <sys/stat.h>
2420 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2421 struct buf { int x; };
2422 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2423 static char *e (p, i)
2429 static char *f (char * (*g) (char **, int), char **p, ...)
2434 s = g (p, va_arg (v,int));
2439 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2440 function prototypes and stuff, but not '\xHH' hex character constants.
2441 These don't provoke an error unfortunately, instead are silently treated
2442 as 'x'. The following induces an error, until -std1 is added to get
2443 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2444 array size at least. It's necessary to write '\x00'==0 to get something
2445 that's true only with -std1. */
2446 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2448 int test (int i, double x);
2449 struct s1 {int (*f) (int a);};
2450 struct s2 {int (*f) (double a);};
2451 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2457 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2462 # Don't try gcc -ansi; that turns off useful extensions and
2463 # breaks some systems' header files.
2464 # AIX -qlanglvl=ansi
2465 # Ultrix and OSF/1 -std1
2466 # HP-UX 10.20 and later -Ae
2467 # HP-UX older versions -Aa -D_HPUX_SOURCE
2468 # SVR4 -Xc -D__EXTENSIONS__
2469 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2471 CC
="$ac_save_CC $ac_arg"
2472 rm -f conftest.
$ac_objext
2473 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2474 (eval $ac_compile) 2>conftest.er1
2476 grep -v '^ *+' conftest.er1
>conftest.err
2478 cat conftest.err
>&5
2479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2480 (exit $ac_status); } &&
2481 { ac_try
='test -z "$ac_c_werror_flag"
2482 || test ! -s conftest.err'
2483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2487 (exit $ac_status); }; } &&
2488 { ac_try
='test -s conftest.$ac_objext'
2489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2493 (exit $ac_status); }; }; then
2494 ac_cv_prog_cc_stdc
=$ac_arg
2497 echo "$as_me: failed program was:" >&5
2498 sed 's/^/| /' conftest.
$ac_ext >&5
2501 rm -f conftest.err conftest.
$ac_objext
2503 rm -f conftest.
$ac_ext conftest.
$ac_objext
2508 case "x$ac_cv_prog_cc_stdc" in
2510 echo "$as_me:$LINENO: result: none needed" >&5
2511 echo "${ECHO_T}none needed" >&6 ;;
2513 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2514 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2515 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2518 # Some people use a C++ compiler to compile C. Since we use `exit',
2519 # in C++ we need to declare it. In case someone uses the same compiler
2520 # for both compiling C and C++ we need to have the C++ compiler decide
2521 # the declaration of exit, since it's the most demanding environment.
2522 cat >conftest.
$ac_ext <<_ACEOF
2527 rm -f conftest.
$ac_objext
2528 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2529 (eval $ac_compile) 2>conftest.er1
2531 grep -v '^ *+' conftest.er1
>conftest.err
2533 cat conftest.err
>&5
2534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2535 (exit $ac_status); } &&
2536 { ac_try
='test -z "$ac_c_werror_flag"
2537 || test ! -s conftest.err'
2538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2542 (exit $ac_status); }; } &&
2543 { ac_try
='test -s conftest.$ac_objext'
2544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2548 (exit $ac_status); }; }; then
2549 for ac_declaration
in \
2551 'extern "C" void std::exit (int) throw (); using std::exit;' \
2552 'extern "C" void std::exit (int); using std::exit;' \
2553 'extern "C" void exit (int) throw ();' \
2554 'extern "C" void exit (int);' \
2557 cat >conftest.
$ac_ext <<_ACEOF
2560 cat confdefs.h
>>conftest.
$ac_ext
2561 cat >>conftest.
$ac_ext <<_ACEOF
2562 /* end confdefs.h. */
2573 rm -f conftest.
$ac_objext
2574 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2575 (eval $ac_compile) 2>conftest.er1
2577 grep -v '^ *+' conftest.er1
>conftest.err
2579 cat conftest.err
>&5
2580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2581 (exit $ac_status); } &&
2582 { ac_try
='test -z "$ac_c_werror_flag"
2583 || test ! -s conftest.err'
2584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2588 (exit $ac_status); }; } &&
2589 { ac_try
='test -s conftest.$ac_objext'
2590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2594 (exit $ac_status); }; }; then
2597 echo "$as_me: failed program was:" >&5
2598 sed 's/^/| /' conftest.
$ac_ext >&5
2602 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2603 cat >conftest.
$ac_ext <<_ACEOF
2606 cat confdefs.h
>>conftest.
$ac_ext
2607 cat >>conftest.
$ac_ext <<_ACEOF
2608 /* end confdefs.h. */
2618 rm -f conftest.
$ac_objext
2619 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2620 (eval $ac_compile) 2>conftest.er1
2622 grep -v '^ *+' conftest.er1
>conftest.err
2624 cat conftest.err
>&5
2625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2626 (exit $ac_status); } &&
2627 { ac_try
='test -z "$ac_c_werror_flag"
2628 || test ! -s conftest.err'
2629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633 (exit $ac_status); }; } &&
2634 { ac_try
='test -s conftest.$ac_objext'
2635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2639 (exit $ac_status); }; }; then
2642 echo "$as_me: failed program was:" >&5
2643 sed 's/^/| /' conftest.
$ac_ext >&5
2646 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2649 if test -n "$ac_declaration"; then
2650 echo '#ifdef __cplusplus' >>confdefs.h
2651 echo $ac_declaration >>confdefs.h
2652 echo '#endif' >>confdefs.h
2656 echo "$as_me: failed program was:" >&5
2657 sed 's/^/| /' conftest.
$ac_ext >&5
2660 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2662 ac_cpp
='$CPP $CPPFLAGS'
2663 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2664 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2665 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2666 DEPDIR
="${am__leading_dot}deps"
2668 ac_config_commands
="$ac_config_commands depfiles"
2671 am_make
=${MAKE-make}
2672 cat > confinc
<< 'END'
2677 # If we don't find an include directive, just comment out the code.
2678 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2679 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2683 # First try GNU make style include.
2684 echo "include confinc" > confmf
2685 # We grep out `Entering directory' and `Leaving directory'
2686 # messages which can occur if `w' ends up in MAKEFLAGS.
2687 # In particular we don't look at `^make:' because GNU make might
2688 # be invoked under some other name (usually "gmake"), in which
2689 # case it prints its new name instead of `make'.
2690 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2695 # Now try BSD make style include.
2696 if test "$am__include" = "#"; then
2697 echo '.include "confinc"' > confmf
2698 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2699 am__include
=.include
2706 echo "$as_me:$LINENO: result: $_am_result" >&5
2707 echo "${ECHO_T}$_am_result" >&6
2708 rm -f confinc confmf
2710 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2711 if test "${enable_dependency_tracking+set}" = set; then
2712 enableval
="$enable_dependency_tracking"
2715 if test "x$enable_dependency_tracking" != xno
; then
2716 am_depcomp
="$ac_aux_dir/depcomp"
2721 if test "x$enable_dependency_tracking" != xno; then
2732 depcc
="$CC" am_compiler_list
=
2734 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2735 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2736 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2737 echo $ECHO_N "(cached) $ECHO_C" >&6
2739 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2740 # We make a subdir and do the tests there. Otherwise we can end up
2741 # making bogus files that we don't know about and never remove. For
2742 # instance it was reported that on HP-UX the gcc test will end up
2743 # making a dummy file named `D' -- because `-MD' means `put the output
2746 # Copy depcomp to subdir because otherwise we won't find it if we're
2747 # using a relative directory.
2748 cp "$am_depcomp" conftest.dir
2750 # We will build objects and dependencies in a subdirectory because
2751 # it helps to detect inapplicable dependency modes. For instance
2752 # both Tru64's cc and ICC support -MD to output dependencies as a
2753 # side effect of compilation, but ICC will put the dependencies in
2754 # the current directory while Tru64 will put them in the object
2758 am_cv_CC_dependencies_compiler_type
=none
2759 if test "$am_compiler_list" = ""; then
2760 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2762 for depmode
in $am_compiler_list; do
2763 # Setup a source with many dependencies, because some compilers
2764 # like to wrap large dependency lists on column 80 (with \), and
2765 # we should not choose a depcomp mode which is confused by this.
2767 # We need to recreate these files for each test, as the compiler may
2768 # overwrite some of them when testing with obscure command lines.
2769 # This happens at least with the AIX C compiler.
2771 for i
in 1 2 3 4 5 6; do
2772 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
2773 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2774 # Solaris 8's {/usr,}/bin/sh.
2775 touch sub
/conftst
$i.h
2777 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2781 # after this tag, mechanisms are not by side-effect, so they'll
2782 # only be used when explicitly requested
2783 if test "x$enable_dependency_tracking" = xyes
; then
2791 # We check with `-c' and `-o' for the sake of the "dashmstdout"
2792 # mode. It turns out that the SunPro C++ compiler does not properly
2793 # handle `-M -o', and we need to detect this.
2794 if depmode
=$depmode \
2795 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
2796 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
2797 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
2798 >/dev
/null
2>conftest.err
&&
2799 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
2800 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
2801 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
2802 # icc doesn't choke on unknown options, it will just issue warnings
2803 # or remarks (even with -Werror). So we grep stderr for any message
2804 # that says an option was ignored or not supported.
2805 # When given -MP, icc 7.0 and 7.1 complain thusly:
2806 # icc: Command line warning: ignoring option '-M'; no argument required
2807 # The diagnosis changed in icc 8.0:
2808 # icc: Command line remark: option '-MP' not supported
2809 if (grep 'ignoring option' conftest.err ||
2810 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
2811 am_cv_CC_dependencies_compiler_type
=$depmode
2820 am_cv_CC_dependencies_compiler_type
=none
2824 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2825 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2826 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
2831 test "x$enable_dependency_tracking" != xno \
2832 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
2834 am__fastdepCC_FALSE
='#'
2836 am__fastdepCC_TRUE
='#'
2837 am__fastdepCC_FALSE
=
2841 # Find a good install program. We prefer a C program (faster),
2842 # so one script is as good as another. But avoid the broken or
2843 # incompatible versions:
2844 # SysV /etc/install, /usr/sbin/install
2845 # SunOS /usr/etc/install
2846 # IRIX /sbin/install
2848 # AmigaOS /C/install, which installs bootblocks on floppy discs
2849 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2850 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2851 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2852 # OS/2's system install, which has a completely different semantic
2853 # ./install, which can be erroneously created by make from ./install.sh.
2854 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2855 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2856 if test -z "$INSTALL"; then
2857 if test "${ac_cv_path_install+set}" = set; then
2858 echo $ECHO_N "(cached) $ECHO_C" >&6
2860 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2864 test -z "$as_dir" && as_dir
=.
2865 # Account for people who put trailing slashes in PATH elements.
2867 .
/ | .
// |
/cC
/* | \
2868 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2869 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2872 # OSF1 and SCO ODT 3.0 have their own names for install.
2873 # Don't use installbsd from OSF since it installs stuff as root
2875 for ac_prog
in ginstall scoinst
install; do
2876 for ac_exec_ext
in '' $ac_executable_extensions; do
2877 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2878 if test $ac_prog = install &&
2879 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2880 # AIX install. It has an incompatible calling convention.
2882 elif test $ac_prog = install &&
2883 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2884 # program-specific install script used by HP pwplus--don't use.
2887 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2899 if test "${ac_cv_path_install+set}" = set; then
2900 INSTALL
=$ac_cv_path_install
2902 # As a last resort, use the slow shell script. We don't cache a
2903 # path for INSTALL within a source directory, because that will
2904 # break other packages using the cache if that directory is
2905 # removed, or if the path is relative.
2906 INSTALL
=$ac_install_sh
2909 echo "$as_me:$LINENO: result: $INSTALL" >&5
2910 echo "${ECHO_T}$INSTALL" >&6
2912 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2913 # It thinks the first close brace ends the variable substitution.
2914 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2916 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2918 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2920 # Extract the first word of "rm", so it can be a program name with args.
2921 set dummy
rm; ac_word
=$2
2922 echo "$as_me:$LINENO: checking for $ac_word" >&5
2923 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2924 if test "${ac_cv_path_RM+set}" = set; then
2925 echo $ECHO_N "(cached) $ECHO_C" >&6
2929 ac_cv_path_RM
="$RM" # Let the user override the test with a path.
2932 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2933 as_dummy
="$PATH:/bin:/usr/bin:/usr/local/bin"
2934 for as_dir
in $as_dummy
2937 test -z "$as_dir" && as_dir
=.
2938 for ac_exec_ext
in '' $ac_executable_extensions; do
2939 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2940 ac_cv_path_RM
="$as_dir/$ac_word$ac_exec_ext"
2941 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2947 test -z "$ac_cv_path_RM" && ac_cv_path_RM
="/bin/rm"
2953 if test -n "$RM"; then
2954 echo "$as_me:$LINENO: result: $RM" >&5
2955 echo "${ECHO_T}$RM" >&6
2957 echo "$as_me:$LINENO: result: no" >&5
2958 echo "${ECHO_T}no" >&6
2961 # Extract the first word of "cp", so it can be a program name with args.
2962 set dummy
cp; ac_word
=$2
2963 echo "$as_me:$LINENO: checking for $ac_word" >&5
2964 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2965 if test "${ac_cv_path_CP+set}" = set; then
2966 echo $ECHO_N "(cached) $ECHO_C" >&6
2970 ac_cv_path_CP
="$CP" # Let the user override the test with a path.
2973 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2974 as_dummy
="$PATH:/bin:/usr/bin:/usr/local/bin"
2975 for as_dir
in $as_dummy
2978 test -z "$as_dir" && as_dir
=.
2979 for ac_exec_ext
in '' $ac_executable_extensions; do
2980 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2981 ac_cv_path_CP
="$as_dir/$ac_word$ac_exec_ext"
2982 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2988 test -z "$ac_cv_path_CP" && ac_cv_path_CP
="/bin/cp"
2994 if test -n "$CP"; then
2995 echo "$as_me:$LINENO: result: $CP" >&5
2996 echo "${ECHO_T}$CP" >&6
2998 echo "$as_me:$LINENO: result: no" >&5
2999 echo "${ECHO_T}no" >&6
3002 # Extract the first word of "strip", so it can be a program name with args.
3003 set dummy strip
; ac_word
=$2
3004 echo "$as_me:$LINENO: checking for $ac_word" >&5
3005 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3006 if test "${ac_cv_path_STRIP+set}" = set; then
3007 echo $ECHO_N "(cached) $ECHO_C" >&6
3011 ac_cv_path_STRIP
="$STRIP" # Let the user override the test with a path.
3014 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3015 as_dummy
="$PATH:/bin:/usr/bin:/usr/local/bin"
3016 for as_dir
in $as_dummy
3019 test -z "$as_dir" && as_dir
=.
3020 for ac_exec_ext
in '' $ac_executable_extensions; do
3021 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3022 ac_cv_path_STRIP
="$as_dir/$ac_word$ac_exec_ext"
3023 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3029 test -z "$ac_cv_path_STRIP" && ac_cv_path_STRIP
="/usr/bin/strip"
3033 STRIP
=$ac_cv_path_STRIP
3035 if test -n "$STRIP"; then
3036 echo "$as_me:$LINENO: result: $STRIP" >&5
3037 echo "${ECHO_T}$STRIP" >&6
3039 echo "$as_me:$LINENO: result: no" >&5
3040 echo "${ECHO_T}no" >&6
3043 # Extract the first word of "chmod", so it can be a program name with args.
3044 set dummy
chmod; ac_word
=$2
3045 echo "$as_me:$LINENO: checking for $ac_word" >&5
3046 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3047 if test "${ac_cv_path_CHMOD+set}" = set; then
3048 echo $ECHO_N "(cached) $ECHO_C" >&6
3052 ac_cv_path_CHMOD
="$CHMOD" # Let the user override the test with a path.
3055 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3056 as_dummy
="$PATH:/bin:/usr/bin:/usr/local/bin"
3057 for as_dir
in $as_dummy
3060 test -z "$as_dir" && as_dir
=.
3061 for ac_exec_ext
in '' $ac_executable_extensions; do
3062 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3063 ac_cv_path_CHMOD
="$as_dir/$ac_word$ac_exec_ext"
3064 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3070 test -z "$ac_cv_path_CHMOD" && ac_cv_path_CHMOD
="/bin/chmod"
3074 CHMOD
=$ac_cv_path_CHMOD
3076 if test -n "$CHMOD"; then
3077 echo "$as_me:$LINENO: result: $CHMOD" >&5
3078 echo "${ECHO_T}$CHMOD" >&6
3080 echo "$as_me:$LINENO: result: no" >&5
3081 echo "${ECHO_T}no" >&6
3086 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
3087 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
3088 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
3089 if test "${enable_maintainer_mode+set}" = set; then
3090 enableval
="$enable_maintainer_mode"
3091 USE_MAINTAINER_MODE
=$enableval
3093 USE_MAINTAINER_MODE
=no
3095 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
3096 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
3099 if test $USE_MAINTAINER_MODE = yes; then
3100 MAINTAINER_MODE_TRUE
=
3101 MAINTAINER_MODE_FALSE
='#'
3103 MAINTAINER_MODE_TRUE
='#'
3104 MAINTAINER_MODE_FALSE
=
3107 MAINT
=$MAINTAINER_MODE_TRUE
3111 if test "$GCC" = yes; then
3112 fastjar_warn_cflags
='-W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings'
3123 for ac_hdr
in dirent.h sys
/ndir.h sys
/dir.h ndir.h
; do
3124 as_ac_Header
=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
3125 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
3126 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
3127 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3128 echo $ECHO_N "(cached) $ECHO_C" >&6
3130 cat >conftest.
$ac_ext <<_ACEOF
3133 cat confdefs.h
>>conftest.
$ac_ext
3134 cat >>conftest.
$ac_ext <<_ACEOF
3135 /* end confdefs.h. */
3136 #include <sys/types.h>
3148 rm -f conftest.
$ac_objext
3149 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3150 (eval $ac_compile) 2>conftest.er1
3152 grep -v '^ *+' conftest.er1
>conftest.err
3154 cat conftest.err
>&5
3155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3156 (exit $ac_status); } &&
3157 { ac_try
='test -z "$ac_c_werror_flag"
3158 || test ! -s conftest.err'
3159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3163 (exit $ac_status); }; } &&
3164 { ac_try
='test -s conftest.$ac_objext'
3165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3169 (exit $ac_status); }; }; then
3170 eval "$as_ac_Header=yes"
3172 echo "$as_me: failed program was:" >&5
3173 sed 's/^/| /' conftest.
$ac_ext >&5
3175 eval "$as_ac_Header=no"
3177 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3179 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3180 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3181 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3182 cat >>confdefs.h
<<_ACEOF
3183 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
3186 ac_header_dirent
=$ac_hdr; break
3190 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
3191 if test $ac_header_dirent = dirent.h
; then
3192 echo "$as_me:$LINENO: checking for library containing opendir" >&5
3193 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
3194 if test "${ac_cv_search_opendir+set}" = set; then
3195 echo $ECHO_N "(cached) $ECHO_C" >&6
3197 ac_func_search_save_LIBS
=$LIBS
3198 ac_cv_search_opendir
=no
3199 cat >conftest.
$ac_ext <<_ACEOF
3202 cat confdefs.h
>>conftest.
$ac_ext
3203 cat >>conftest.
$ac_ext <<_ACEOF
3204 /* end confdefs.h. */
3206 /* Override any gcc2 internal prototype to avoid an error. */
3210 /* We use char because int might match the return type of a gcc2
3211 builtin and then its argument prototype would still apply. */
3221 rm -f conftest.
$ac_objext conftest
$ac_exeext
3222 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3223 (eval $ac_link) 2>conftest.er1
3225 grep -v '^ *+' conftest.er1
>conftest.err
3227 cat conftest.err
>&5
3228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3229 (exit $ac_status); } &&
3230 { ac_try
='test -z "$ac_c_werror_flag"
3231 || test ! -s conftest.err'
3232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3236 (exit $ac_status); }; } &&
3237 { ac_try
='test -s conftest$ac_exeext'
3238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3242 (exit $ac_status); }; }; then
3243 ac_cv_search_opendir
="none required"
3245 echo "$as_me: failed program was:" >&5
3246 sed 's/^/| /' conftest.
$ac_ext >&5
3249 rm -f conftest.err conftest.
$ac_objext \
3250 conftest
$ac_exeext conftest.
$ac_ext
3251 if test "$ac_cv_search_opendir" = no
; then
3252 for ac_lib
in dir
; do
3253 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
3254 cat >conftest.
$ac_ext <<_ACEOF
3257 cat confdefs.h
>>conftest.
$ac_ext
3258 cat >>conftest.
$ac_ext <<_ACEOF
3259 /* end confdefs.h. */
3261 /* Override any gcc2 internal prototype to avoid an error. */
3265 /* We use char because int might match the return type of a gcc2
3266 builtin and then its argument prototype would still apply. */
3276 rm -f conftest.
$ac_objext conftest
$ac_exeext
3277 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3278 (eval $ac_link) 2>conftest.er1
3280 grep -v '^ *+' conftest.er1
>conftest.err
3282 cat conftest.err
>&5
3283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3284 (exit $ac_status); } &&
3285 { ac_try
='test -z "$ac_c_werror_flag"
3286 || test ! -s conftest.err'
3287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3291 (exit $ac_status); }; } &&
3292 { ac_try
='test -s conftest$ac_exeext'
3293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3297 (exit $ac_status); }; }; then
3298 ac_cv_search_opendir
="-l$ac_lib"
3301 echo "$as_me: failed program was:" >&5
3302 sed 's/^/| /' conftest.
$ac_ext >&5
3305 rm -f conftest.err conftest.
$ac_objext \
3306 conftest
$ac_exeext conftest.
$ac_ext
3309 LIBS
=$ac_func_search_save_LIBS
3311 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
3312 echo "${ECHO_T}$ac_cv_search_opendir" >&6
3313 if test "$ac_cv_search_opendir" != no
; then
3314 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
3319 echo "$as_me:$LINENO: checking for library containing opendir" >&5
3320 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
3321 if test "${ac_cv_search_opendir+set}" = set; then
3322 echo $ECHO_N "(cached) $ECHO_C" >&6
3324 ac_func_search_save_LIBS
=$LIBS
3325 ac_cv_search_opendir
=no
3326 cat >conftest.
$ac_ext <<_ACEOF
3329 cat confdefs.h
>>conftest.
$ac_ext
3330 cat >>conftest.
$ac_ext <<_ACEOF
3331 /* end confdefs.h. */
3333 /* Override any gcc2 internal prototype to avoid an error. */
3337 /* We use char because int might match the return type of a gcc2
3338 builtin and then its argument prototype would still apply. */
3348 rm -f conftest.
$ac_objext conftest
$ac_exeext
3349 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3350 (eval $ac_link) 2>conftest.er1
3352 grep -v '^ *+' conftest.er1
>conftest.err
3354 cat conftest.err
>&5
3355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3356 (exit $ac_status); } &&
3357 { ac_try
='test -z "$ac_c_werror_flag"
3358 || test ! -s conftest.err'
3359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3363 (exit $ac_status); }; } &&
3364 { ac_try
='test -s conftest$ac_exeext'
3365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3369 (exit $ac_status); }; }; then
3370 ac_cv_search_opendir
="none required"
3372 echo "$as_me: failed program was:" >&5
3373 sed 's/^/| /' conftest.
$ac_ext >&5
3376 rm -f conftest.err conftest.
$ac_objext \
3377 conftest
$ac_exeext conftest.
$ac_ext
3378 if test "$ac_cv_search_opendir" = no
; then
3380 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
3381 cat >conftest.
$ac_ext <<_ACEOF
3384 cat confdefs.h
>>conftest.
$ac_ext
3385 cat >>conftest.
$ac_ext <<_ACEOF
3386 /* end confdefs.h. */
3388 /* Override any gcc2 internal prototype to avoid an error. */
3392 /* We use char because int might match the return type of a gcc2
3393 builtin and then its argument prototype would still apply. */
3403 rm -f conftest.
$ac_objext conftest
$ac_exeext
3404 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3405 (eval $ac_link) 2>conftest.er1
3407 grep -v '^ *+' conftest.er1
>conftest.err
3409 cat conftest.err
>&5
3410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3411 (exit $ac_status); } &&
3412 { ac_try
='test -z "$ac_c_werror_flag"
3413 || test ! -s conftest.err'
3414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3418 (exit $ac_status); }; } &&
3419 { ac_try
='test -s conftest$ac_exeext'
3420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3424 (exit $ac_status); }; }; then
3425 ac_cv_search_opendir
="-l$ac_lib"
3428 echo "$as_me: failed program was:" >&5
3429 sed 's/^/| /' conftest.
$ac_ext >&5
3432 rm -f conftest.err conftest.
$ac_objext \
3433 conftest
$ac_exeext conftest.
$ac_ext
3436 LIBS
=$ac_func_search_save_LIBS
3438 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
3439 echo "${ECHO_T}$ac_cv_search_opendir" >&6
3440 if test "$ac_cv_search_opendir" != no
; then
3441 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
3448 ac_cpp
='$CPP $CPPFLAGS'
3449 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3450 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3451 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3452 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3453 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3454 # On Suns, sometimes $CPP names a directory.
3455 if test -n "$CPP" && test -d "$CPP"; then
3458 if test -z "$CPP"; then
3459 if test "${ac_cv_prog_CPP+set}" = set; then
3460 echo $ECHO_N "(cached) $ECHO_C" >&6
3462 # Double quotes because CPP needs to be expanded
3463 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3466 for ac_c_preproc_warn_flag
in '' yes
3468 # Use a header file that comes with gcc, so configuring glibc
3469 # with a fresh cross-compiler works.
3470 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3471 # <limits.h> exists even on freestanding compilers.
3472 # On the NeXT, cc -E runs the code through the compiler's parser,
3473 # not just through cpp. "Syntax error" is here to catch this case.
3474 cat >conftest.
$ac_ext <<_ACEOF
3477 cat confdefs.h
>>conftest.
$ac_ext
3478 cat >>conftest.
$ac_ext <<_ACEOF
3479 /* end confdefs.h. */
3481 # include <limits.h>
3483 # include <assert.h>
3487 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3488 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3490 grep -v '^ *+' conftest.er1
>conftest.err
3492 cat conftest.err
>&5
3493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3494 (exit $ac_status); } >/dev
/null
; then
3495 if test -s conftest.err
; then
3496 ac_cpp_err
=$ac_c_preproc_warn_flag
3497 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3504 if test -z "$ac_cpp_err"; then
3507 echo "$as_me: failed program was:" >&5
3508 sed 's/^/| /' conftest.
$ac_ext >&5
3510 # Broken: fails on valid input.
3513 rm -f conftest.err conftest.
$ac_ext
3515 # OK, works on sane cases. Now check whether non-existent headers
3516 # can be detected and how.
3517 cat >conftest.
$ac_ext <<_ACEOF
3520 cat confdefs.h
>>conftest.
$ac_ext
3521 cat >>conftest.
$ac_ext <<_ACEOF
3522 /* end confdefs.h. */
3523 #include <ac_nonexistent.h>
3525 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3526 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3528 grep -v '^ *+' conftest.er1
>conftest.err
3530 cat conftest.err
>&5
3531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3532 (exit $ac_status); } >/dev
/null
; then
3533 if test -s conftest.err
; then
3534 ac_cpp_err
=$ac_c_preproc_warn_flag
3535 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3542 if test -z "$ac_cpp_err"; then
3543 # Broken: success on invalid input.
3546 echo "$as_me: failed program was:" >&5
3547 sed 's/^/| /' conftest.
$ac_ext >&5
3549 # Passes both tests.
3553 rm -f conftest.err conftest.
$ac_ext
3556 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3557 rm -f conftest.err conftest.
$ac_ext
3558 if $ac_preproc_ok; then
3570 echo "$as_me:$LINENO: result: $CPP" >&5
3571 echo "${ECHO_T}$CPP" >&6
3573 for ac_c_preproc_warn_flag
in '' yes
3575 # Use a header file that comes with gcc, so configuring glibc
3576 # with a fresh cross-compiler works.
3577 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3578 # <limits.h> exists even on freestanding compilers.
3579 # On the NeXT, cc -E runs the code through the compiler's parser,
3580 # not just through cpp. "Syntax error" is here to catch this case.
3581 cat >conftest.
$ac_ext <<_ACEOF
3584 cat confdefs.h
>>conftest.
$ac_ext
3585 cat >>conftest.
$ac_ext <<_ACEOF
3586 /* end confdefs.h. */
3588 # include <limits.h>
3590 # include <assert.h>
3594 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3595 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3597 grep -v '^ *+' conftest.er1
>conftest.err
3599 cat conftest.err
>&5
3600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3601 (exit $ac_status); } >/dev
/null
; then
3602 if test -s conftest.err
; then
3603 ac_cpp_err
=$ac_c_preproc_warn_flag
3604 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3611 if test -z "$ac_cpp_err"; then
3614 echo "$as_me: failed program was:" >&5
3615 sed 's/^/| /' conftest.
$ac_ext >&5
3617 # Broken: fails on valid input.
3620 rm -f conftest.err conftest.
$ac_ext
3622 # OK, works on sane cases. Now check whether non-existent headers
3623 # can be detected and how.
3624 cat >conftest.
$ac_ext <<_ACEOF
3627 cat confdefs.h
>>conftest.
$ac_ext
3628 cat >>conftest.
$ac_ext <<_ACEOF
3629 /* end confdefs.h. */
3630 #include <ac_nonexistent.h>
3632 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3633 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3635 grep -v '^ *+' conftest.er1
>conftest.err
3637 cat conftest.err
>&5
3638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3639 (exit $ac_status); } >/dev
/null
; then
3640 if test -s conftest.err
; then
3641 ac_cpp_err
=$ac_c_preproc_warn_flag
3642 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3649 if test -z "$ac_cpp_err"; then
3650 # Broken: success on invalid input.
3653 echo "$as_me: failed program was:" >&5
3654 sed 's/^/| /' conftest.
$ac_ext >&5
3656 # Passes both tests.
3660 rm -f conftest.err conftest.
$ac_ext
3663 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3664 rm -f conftest.err conftest.
$ac_ext
3665 if $ac_preproc_ok; then
3668 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3669 See \`config.log' for more details." >&5
3670 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3671 See \`config.log' for more details." >&2;}
3672 { (exit 1); exit 1; }; }
3676 ac_cpp
='$CPP $CPPFLAGS'
3677 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3678 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3679 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3682 echo "$as_me:$LINENO: checking for egrep" >&5
3683 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3684 if test "${ac_cv_prog_egrep+set}" = set; then
3685 echo $ECHO_N "(cached) $ECHO_C" >&6
3687 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
3688 then ac_cv_prog_egrep
='grep -E'
3689 else ac_cv_prog_egrep
='egrep'
3692 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3693 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3694 EGREP
=$ac_cv_prog_egrep
3697 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3698 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3699 if test "${ac_cv_header_stdc+set}" = set; then
3700 echo $ECHO_N "(cached) $ECHO_C" >&6
3702 cat >conftest.
$ac_ext <<_ACEOF
3705 cat confdefs.h
>>conftest.
$ac_ext
3706 cat >>conftest.
$ac_ext <<_ACEOF
3707 /* end confdefs.h. */
3721 rm -f conftest.
$ac_objext
3722 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3723 (eval $ac_compile) 2>conftest.er1
3725 grep -v '^ *+' conftest.er1
>conftest.err
3727 cat conftest.err
>&5
3728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3729 (exit $ac_status); } &&
3730 { ac_try
='test -z "$ac_c_werror_flag"
3731 || test ! -s conftest.err'
3732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3736 (exit $ac_status); }; } &&
3737 { ac_try
='test -s conftest.$ac_objext'
3738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3742 (exit $ac_status); }; }; then
3743 ac_cv_header_stdc
=yes
3745 echo "$as_me: failed program was:" >&5
3746 sed 's/^/| /' conftest.
$ac_ext >&5
3748 ac_cv_header_stdc
=no
3750 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3752 if test $ac_cv_header_stdc = yes; then
3753 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3754 cat >conftest.
$ac_ext <<_ACEOF
3757 cat confdefs.h
>>conftest.
$ac_ext
3758 cat >>conftest.
$ac_ext <<_ACEOF
3759 /* end confdefs.h. */
3763 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3764 $EGREP "memchr" >/dev
/null
2>&1; then
3767 ac_cv_header_stdc
=no
3773 if test $ac_cv_header_stdc = yes; then
3774 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3775 cat >conftest.
$ac_ext <<_ACEOF
3778 cat confdefs.h
>>conftest.
$ac_ext
3779 cat >>conftest.
$ac_ext <<_ACEOF
3780 /* end confdefs.h. */
3784 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3785 $EGREP "free" >/dev
/null
2>&1; then
3788 ac_cv_header_stdc
=no
3794 if test $ac_cv_header_stdc = yes; then
3795 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3796 if test "$cross_compiling" = yes; then
3799 cat >conftest.
$ac_ext <<_ACEOF
3802 cat confdefs.h
>>conftest.
$ac_ext
3803 cat >>conftest.
$ac_ext <<_ACEOF
3804 /* end confdefs.h. */
3806 #if ((' ' & 0x0FF) == 0x020)
3807 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3808 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3810 # define ISLOWER(c) \
3811 (('a' <= (c) && (c) <= 'i') \
3812 || ('j' <= (c) && (c) <= 'r') \
3813 || ('s' <= (c) && (c) <= 'z'))
3814 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3817 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3822 for (i = 0; i < 256; i++)
3823 if (XOR (islower (i), ISLOWER (i))
3824 || toupper (i) != TOUPPER (i))
3829 rm -f conftest
$ac_exeext
3830 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3831 (eval $ac_link) 2>&5
3833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3834 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
3835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3839 (exit $ac_status); }; }; then
3842 echo "$as_me: program exited with status $ac_status" >&5
3843 echo "$as_me: failed program was:" >&5
3844 sed 's/^/| /' conftest.
$ac_ext >&5
3847 ac_cv_header_stdc
=no
3849 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
3853 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3854 echo "${ECHO_T}$ac_cv_header_stdc" >&6
3855 if test $ac_cv_header_stdc = yes; then
3857 cat >>confdefs.h
<<\_ACEOF
3858 #define STDC_HEADERS 1
3863 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
3864 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
3865 if test "${ac_cv_struct_tm+set}" = set; then
3866 echo $ECHO_N "(cached) $ECHO_C" >&6
3868 cat >conftest.
$ac_ext <<_ACEOF
3871 cat confdefs.h
>>conftest.
$ac_ext
3872 cat >>conftest.
$ac_ext <<_ACEOF
3873 /* end confdefs.h. */
3874 #include <sys/types.h>
3880 struct tm *tp; tp->tm_sec;
3885 rm -f conftest.
$ac_objext
3886 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3887 (eval $ac_compile) 2>conftest.er1
3889 grep -v '^ *+' conftest.er1
>conftest.err
3891 cat conftest.err
>&5
3892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3893 (exit $ac_status); } &&
3894 { ac_try
='test -z "$ac_c_werror_flag"
3895 || test ! -s conftest.err'
3896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3900 (exit $ac_status); }; } &&
3901 { ac_try
='test -s conftest.$ac_objext'
3902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3906 (exit $ac_status); }; }; then
3907 ac_cv_struct_tm
=time.h
3909 echo "$as_me: failed program was:" >&5
3910 sed 's/^/| /' conftest.
$ac_ext >&5
3912 ac_cv_struct_tm
=sys
/time.h
3914 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3916 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
3917 echo "${ECHO_T}$ac_cv_struct_tm" >&6
3918 if test $ac_cv_struct_tm = sys
/time.h
; then
3920 cat >>confdefs.h
<<\_ACEOF
3921 #define TM_IN_SYS_TIME 1
3926 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3936 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
3937 inttypes.h stdint.h unistd.h
3939 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3940 echo "$as_me:$LINENO: checking for $ac_header" >&5
3941 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3942 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3943 echo $ECHO_N "(cached) $ECHO_C" >&6
3945 cat >conftest.
$ac_ext <<_ACEOF
3948 cat confdefs.h
>>conftest.
$ac_ext
3949 cat >>conftest.
$ac_ext <<_ACEOF
3950 /* end confdefs.h. */
3951 $ac_includes_default
3953 #include <$ac_header>
3955 rm -f conftest.
$ac_objext
3956 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3957 (eval $ac_compile) 2>conftest.er1
3959 grep -v '^ *+' conftest.er1
>conftest.err
3961 cat conftest.err
>&5
3962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3963 (exit $ac_status); } &&
3964 { ac_try
='test -z "$ac_c_werror_flag"
3965 || test ! -s conftest.err'
3966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3970 (exit $ac_status); }; } &&
3971 { ac_try
='test -s conftest.$ac_objext'
3972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3976 (exit $ac_status); }; }; then
3977 eval "$as_ac_Header=yes"
3979 echo "$as_me: failed program was:" >&5
3980 sed 's/^/| /' conftest.
$ac_ext >&5
3982 eval "$as_ac_Header=no"
3984 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3986 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3987 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3988 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3989 cat >>confdefs.h
<<_ACEOF
3990 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4003 for ac_header
in fcntl.h unistd.h sys
/param.h stdlib.h limits.h
4005 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4006 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4007 echo "$as_me:$LINENO: checking for $ac_header" >&5
4008 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4009 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4010 echo $ECHO_N "(cached) $ECHO_C" >&6
4012 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4013 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4015 # Is the header compilable?
4016 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4017 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4018 cat >conftest.
$ac_ext <<_ACEOF
4021 cat confdefs.h
>>conftest.
$ac_ext
4022 cat >>conftest.
$ac_ext <<_ACEOF
4023 /* end confdefs.h. */
4024 $ac_includes_default
4025 #include <$ac_header>
4027 rm -f conftest.
$ac_objext
4028 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4029 (eval $ac_compile) 2>conftest.er1
4031 grep -v '^ *+' conftest.er1
>conftest.err
4033 cat conftest.err
>&5
4034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4035 (exit $ac_status); } &&
4036 { ac_try
='test -z "$ac_c_werror_flag"
4037 || test ! -s conftest.err'
4038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4042 (exit $ac_status); }; } &&
4043 { ac_try
='test -s conftest.$ac_objext'
4044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4048 (exit $ac_status); }; }; then
4049 ac_header_compiler
=yes
4051 echo "$as_me: failed program was:" >&5
4052 sed 's/^/| /' conftest.
$ac_ext >&5
4054 ac_header_compiler
=no
4056 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4057 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4058 echo "${ECHO_T}$ac_header_compiler" >&6
4060 # Is the header present?
4061 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4062 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4063 cat >conftest.
$ac_ext <<_ACEOF
4066 cat confdefs.h
>>conftest.
$ac_ext
4067 cat >>conftest.
$ac_ext <<_ACEOF
4068 /* end confdefs.h. */
4069 #include <$ac_header>
4071 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4072 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4074 grep -v '^ *+' conftest.er1
>conftest.err
4076 cat conftest.err
>&5
4077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4078 (exit $ac_status); } >/dev
/null
; then
4079 if test -s conftest.err
; then
4080 ac_cpp_err
=$ac_c_preproc_warn_flag
4081 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4088 if test -z "$ac_cpp_err"; then
4089 ac_header_preproc
=yes
4091 echo "$as_me: failed program was:" >&5
4092 sed 's/^/| /' conftest.
$ac_ext >&5
4094 ac_header_preproc
=no
4096 rm -f conftest.err conftest.
$ac_ext
4097 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4098 echo "${ECHO_T}$ac_header_preproc" >&6
4100 # So? What about this header?
4101 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4103 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4104 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4105 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4106 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4107 ac_header_preproc
=yes
4110 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4111 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4112 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4113 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4114 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4115 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4116 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4117 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4118 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4119 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4120 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4121 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4124 ## ------------------------------------------ ##
4125 ## Report this to the AC_PACKAGE_NAME lists. ##
4126 ## ------------------------------------------ ##
4129 sed "s/^/$as_me: WARNING: /" >&2
4132 echo "$as_me:$LINENO: checking for $ac_header" >&5
4133 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4134 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4135 echo $ECHO_N "(cached) $ECHO_C" >&6
4137 eval "$as_ac_Header=\$ac_header_preproc"
4139 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4140 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4143 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4144 cat >>confdefs.h
<<_ACEOF
4145 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4155 for ac_func
in ftruncate _chsize
4157 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4158 echo "$as_me:$LINENO: checking for $ac_func" >&5
4159 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4160 if eval "test \"\${$as_ac_var+set}\" = set"; then
4161 echo $ECHO_N "(cached) $ECHO_C" >&6
4163 cat >conftest.
$ac_ext <<_ACEOF
4166 cat confdefs.h
>>conftest.
$ac_ext
4167 cat >>conftest.
$ac_ext <<_ACEOF
4168 /* end confdefs.h. */
4169 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4170 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4171 #define $ac_func innocuous_$ac_func
4173 /* System header to define __stub macros and hopefully few prototypes,
4174 which can conflict with char $ac_func (); below.
4175 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4176 <limits.h> exists even on freestanding compilers. */
4179 # include <limits.h>
4181 # include <assert.h>
4186 /* Override any gcc2 internal prototype to avoid an error. */
4191 /* We use char because int might match the return type of a gcc2
4192 builtin and then its argument prototype would still apply. */
4194 /* The GNU C library defines this for functions which it implements
4195 to always fail with ENOSYS. Some functions are actually named
4196 something starting with __ and the normal name is an alias. */
4197 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4200 char (*f) () = $ac_func;
4209 return f != $ac_func;
4214 rm -f conftest.
$ac_objext conftest
$ac_exeext
4215 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4216 (eval $ac_link) 2>conftest.er1
4218 grep -v '^ *+' conftest.er1
>conftest.err
4220 cat conftest.err
>&5
4221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4222 (exit $ac_status); } &&
4223 { ac_try
='test -z "$ac_c_werror_flag"
4224 || test ! -s conftest.err'
4225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4229 (exit $ac_status); }; } &&
4230 { ac_try
='test -s conftest$ac_exeext'
4231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4235 (exit $ac_status); }; }; then
4236 eval "$as_ac_var=yes"
4238 echo "$as_me: failed program was:" >&5
4239 sed 's/^/| /' conftest.
$ac_ext >&5
4241 eval "$as_ac_var=no"
4243 rm -f conftest.err conftest.
$ac_objext \
4244 conftest
$ac_exeext conftest.
$ac_ext
4246 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4247 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4248 if test `eval echo '${'$as_ac_var'}'` = yes; then
4249 cat >>confdefs.h
<<_ACEOF
4250 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4257 echo "$as_me:$LINENO: checking for off_t" >&5
4258 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
4259 if test "${ac_cv_type_off_t+set}" = set; then
4260 echo $ECHO_N "(cached) $ECHO_C" >&6
4262 cat >conftest.
$ac_ext <<_ACEOF
4265 cat confdefs.h
>>conftest.
$ac_ext
4266 cat >>conftest.
$ac_ext <<_ACEOF
4267 /* end confdefs.h. */
4268 $ac_includes_default
4280 rm -f conftest.
$ac_objext
4281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4282 (eval $ac_compile) 2>conftest.er1
4284 grep -v '^ *+' conftest.er1
>conftest.err
4286 cat conftest.err
>&5
4287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4288 (exit $ac_status); } &&
4289 { ac_try
='test -z "$ac_c_werror_flag"
4290 || test ! -s conftest.err'
4291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4295 (exit $ac_status); }; } &&
4296 { ac_try
='test -s conftest.$ac_objext'
4297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4301 (exit $ac_status); }; }; then
4302 ac_cv_type_off_t
=yes
4304 echo "$as_me: failed program was:" >&5
4305 sed 's/^/| /' conftest.
$ac_ext >&5
4309 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4311 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
4312 echo "${ECHO_T}$ac_cv_type_off_t" >&6
4313 if test $ac_cv_type_off_t = yes; then
4317 cat >>confdefs.h
<<_ACEOF
4323 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
4324 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
4325 if test "${ac_cv_struct_tm+set}" = set; then
4326 echo $ECHO_N "(cached) $ECHO_C" >&6
4328 cat >conftest.
$ac_ext <<_ACEOF
4331 cat confdefs.h
>>conftest.
$ac_ext
4332 cat >>conftest.
$ac_ext <<_ACEOF
4333 /* end confdefs.h. */
4334 #include <sys/types.h>
4340 struct tm *tp; tp->tm_sec;
4345 rm -f conftest.
$ac_objext
4346 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4347 (eval $ac_compile) 2>conftest.er1
4349 grep -v '^ *+' conftest.er1
>conftest.err
4351 cat conftest.err
>&5
4352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4353 (exit $ac_status); } &&
4354 { ac_try
='test -z "$ac_c_werror_flag"
4355 || test ! -s conftest.err'
4356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360 (exit $ac_status); }; } &&
4361 { ac_try
='test -s conftest.$ac_objext'
4362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4366 (exit $ac_status); }; }; then
4367 ac_cv_struct_tm
=time.h
4369 echo "$as_me: failed program was:" >&5
4370 sed 's/^/| /' conftest.
$ac_ext >&5
4372 ac_cv_struct_tm
=sys
/time.h
4374 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4376 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
4377 echo "${ECHO_T}$ac_cv_struct_tm" >&6
4378 if test $ac_cv_struct_tm = sys
/time.h
; then
4380 cat >>confdefs.h
<<\_ACEOF
4381 #define TM_IN_SYS_TIME 1
4387 # mkdir takes a single argument on some systems.
4388 echo "$as_me:$LINENO: checking if mkdir takes one argument" >&5
4389 echo $ECHO_N "checking if mkdir takes one argument... $ECHO_C" >&6
4390 if test "${gcc_cv_mkdir_takes_one_arg+set}" = set; then
4391 echo $ECHO_N "(cached) $ECHO_C" >&6
4393 cat >conftest.
$ac_ext <<_ACEOF
4396 cat confdefs.h
>>conftest.
$ac_ext
4397 cat >>conftest.
$ac_ext <<_ACEOF
4398 /* end confdefs.h. */
4400 #include <sys/types.h>
4401 #ifdef HAVE_SYS_STAT_H
4402 # include <sys/stat.h>
4404 #ifdef HAVE_UNISTD_H
4405 # include <unistd.h>
4407 #ifdef HAVE_DIRECT_H
4408 # include <direct.h>
4418 rm -f conftest.
$ac_objext
4419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4420 (eval $ac_compile) 2>conftest.er1
4422 grep -v '^ *+' conftest.er1
>conftest.err
4424 cat conftest.err
>&5
4425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4426 (exit $ac_status); } &&
4427 { ac_try
='test -z "$ac_c_werror_flag"
4428 || test ! -s conftest.err'
4429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4433 (exit $ac_status); }; } &&
4434 { ac_try
='test -s conftest.$ac_objext'
4435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4439 (exit $ac_status); }; }; then
4440 gcc_cv_mkdir_takes_one_arg
=no
4442 echo "$as_me: failed program was:" >&5
4443 sed 's/^/| /' conftest.
$ac_ext >&5
4445 gcc_cv_mkdir_takes_one_arg
=yes
4447 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4449 echo "$as_me:$LINENO: result: $gcc_cv_mkdir_takes_one_arg" >&5
4450 echo "${ECHO_T}$gcc_cv_mkdir_takes_one_arg" >&6
4451 if test $gcc_cv_mkdir_takes_one_arg = yes ; then
4453 cat >>confdefs.h
<<\_ACEOF
4454 #define MKDIR_TAKES_ONE_ARG 1
4460 echo "$as_me:$LINENO: checking size of char" >&5
4461 echo $ECHO_N "checking size of char... $ECHO_C" >&6
4462 if test "${ac_cv_sizeof_char+set}" = set; then
4463 echo $ECHO_N "(cached) $ECHO_C" >&6
4465 for ac_size
in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
4466 cat >conftest.
$ac_ext <<_ACEOF
4469 cat confdefs.h
>>conftest.
$ac_ext
4470 cat >>conftest.
$ac_ext <<_ACEOF
4471 /* end confdefs.h. */
4472 #include "confdefs.h"
4473 #include <sys/types.h>
4479 switch (0) case 0: case (sizeof (char) == $ac_size):;
4484 rm -f conftest.
$ac_objext
4485 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4486 (eval $ac_compile) 2>conftest.er1
4488 grep -v '^ *+' conftest.er1
>conftest.err
4490 cat conftest.err
>&5
4491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4492 (exit $ac_status); } &&
4493 { ac_try
='test -z "$ac_c_werror_flag"
4494 || test ! -s conftest.err'
4495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4499 (exit $ac_status); }; } &&
4500 { ac_try
='test -s conftest.$ac_objext'
4501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4505 (exit $ac_status); }; }; then
4506 ac_cv_sizeof_char
=$ac_size
4508 echo "$as_me: failed program was:" >&5
4509 sed 's/^/| /' conftest.
$ac_ext >&5
4512 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4513 if test x
$ac_cv_sizeof_char != x
; then break; fi
4518 if test x
$ac_cv_sizeof_char = x
; then
4519 { { echo "$as_me:$LINENO: error: cannot determine a size for char" >&5
4520 echo "$as_me: error: cannot determine a size for char" >&2;}
4521 { (exit 1); exit 1; }; }
4523 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
4524 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
4526 cat >>confdefs.h
<<_ACEOF
4527 #define SIZEOF_CHAR $ac_cv_sizeof_char
4531 echo "$as_me:$LINENO: checking size of short" >&5
4532 echo $ECHO_N "checking size of short... $ECHO_C" >&6
4533 if test "${ac_cv_sizeof_short+set}" = set; then
4534 echo $ECHO_N "(cached) $ECHO_C" >&6
4536 for ac_size
in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
4537 cat >conftest.
$ac_ext <<_ACEOF
4540 cat confdefs.h
>>conftest.
$ac_ext
4541 cat >>conftest.
$ac_ext <<_ACEOF
4542 /* end confdefs.h. */
4543 #include "confdefs.h"
4544 #include <sys/types.h>
4550 switch (0) case 0: case (sizeof (short) == $ac_size):;
4555 rm -f conftest.
$ac_objext
4556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4557 (eval $ac_compile) 2>conftest.er1
4559 grep -v '^ *+' conftest.er1
>conftest.err
4561 cat conftest.err
>&5
4562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4563 (exit $ac_status); } &&
4564 { ac_try
='test -z "$ac_c_werror_flag"
4565 || test ! -s conftest.err'
4566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4570 (exit $ac_status); }; } &&
4571 { ac_try
='test -s conftest.$ac_objext'
4572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4576 (exit $ac_status); }; }; then
4577 ac_cv_sizeof_short
=$ac_size
4579 echo "$as_me: failed program was:" >&5
4580 sed 's/^/| /' conftest.
$ac_ext >&5
4583 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4584 if test x
$ac_cv_sizeof_short != x
; then break; fi
4589 if test x
$ac_cv_sizeof_short = x
; then
4590 { { echo "$as_me:$LINENO: error: cannot determine a size for short" >&5
4591 echo "$as_me: error: cannot determine a size for short" >&2;}
4592 { (exit 1); exit 1; }; }
4594 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
4595 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
4597 cat >>confdefs.h
<<_ACEOF
4598 #define SIZEOF_SHORT $ac_cv_sizeof_short
4602 echo "$as_me:$LINENO: checking size of int" >&5
4603 echo $ECHO_N "checking size of int... $ECHO_C" >&6
4604 if test "${ac_cv_sizeof_int+set}" = set; then
4605 echo $ECHO_N "(cached) $ECHO_C" >&6
4607 for ac_size
in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
4608 cat >conftest.
$ac_ext <<_ACEOF
4611 cat confdefs.h
>>conftest.
$ac_ext
4612 cat >>conftest.
$ac_ext <<_ACEOF
4613 /* end confdefs.h. */
4614 #include "confdefs.h"
4615 #include <sys/types.h>
4621 switch (0) case 0: case (sizeof (int) == $ac_size):;
4626 rm -f conftest.
$ac_objext
4627 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4628 (eval $ac_compile) 2>conftest.er1
4630 grep -v '^ *+' conftest.er1
>conftest.err
4632 cat conftest.err
>&5
4633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4634 (exit $ac_status); } &&
4635 { ac_try
='test -z "$ac_c_werror_flag"
4636 || test ! -s conftest.err'
4637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4641 (exit $ac_status); }; } &&
4642 { ac_try
='test -s conftest.$ac_objext'
4643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4647 (exit $ac_status); }; }; then
4648 ac_cv_sizeof_int
=$ac_size
4650 echo "$as_me: failed program was:" >&5
4651 sed 's/^/| /' conftest.
$ac_ext >&5
4654 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4655 if test x
$ac_cv_sizeof_int != x
; then break; fi
4660 if test x
$ac_cv_sizeof_int = x
; then
4661 { { echo "$as_me:$LINENO: error: cannot determine a size for int" >&5
4662 echo "$as_me: error: cannot determine a size for int" >&2;}
4663 { (exit 1); exit 1; }; }
4665 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
4666 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
4668 cat >>confdefs.h
<<_ACEOF
4669 #define SIZEOF_INT $ac_cv_sizeof_int
4673 echo "$as_me:$LINENO: checking size of long" >&5
4674 echo $ECHO_N "checking size of long... $ECHO_C" >&6
4675 if test "${ac_cv_sizeof_long+set}" = set; then
4676 echo $ECHO_N "(cached) $ECHO_C" >&6
4678 for ac_size
in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
4679 cat >conftest.
$ac_ext <<_ACEOF
4682 cat confdefs.h
>>conftest.
$ac_ext
4683 cat >>conftest.
$ac_ext <<_ACEOF
4684 /* end confdefs.h. */
4685 #include "confdefs.h"
4686 #include <sys/types.h>
4692 switch (0) case 0: case (sizeof (long) == $ac_size):;
4697 rm -f conftest.
$ac_objext
4698 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4699 (eval $ac_compile) 2>conftest.er1
4701 grep -v '^ *+' conftest.er1
>conftest.err
4703 cat conftest.err
>&5
4704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4705 (exit $ac_status); } &&
4706 { ac_try
='test -z "$ac_c_werror_flag"
4707 || test ! -s conftest.err'
4708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4712 (exit $ac_status); }; } &&
4713 { ac_try
='test -s conftest.$ac_objext'
4714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4718 (exit $ac_status); }; }; then
4719 ac_cv_sizeof_long
=$ac_size
4721 echo "$as_me: failed program was:" >&5
4722 sed 's/^/| /' conftest.
$ac_ext >&5
4725 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4726 if test x
$ac_cv_sizeof_long != x
; then break; fi
4731 if test x
$ac_cv_sizeof_long = x
; then
4732 { { echo "$as_me:$LINENO: error: cannot determine a size for long" >&5
4733 echo "$as_me: error: cannot determine a size for long" >&2;}
4734 { (exit 1); exit 1; }; }
4736 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
4737 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
4739 cat >>confdefs.h
<<_ACEOF
4740 #define SIZEOF_LONG $ac_cv_sizeof_long
4744 echo "$as_me:$LINENO: checking for long long" >&5
4745 echo $ECHO_N "checking for long long... $ECHO_C" >&6
4746 if test "${ac_cv_type_long_long+set}" = set; then
4747 echo $ECHO_N "(cached) $ECHO_C" >&6
4749 cat >conftest.
$ac_ext <<_ACEOF
4752 cat confdefs.h
>>conftest.
$ac_ext
4753 cat >>conftest.
$ac_ext <<_ACEOF
4754 /* end confdefs.h. */
4755 $ac_includes_default
4759 if ((long long *) 0)
4761 if (sizeof (long long))
4767 rm -f conftest.
$ac_objext
4768 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4769 (eval $ac_compile) 2>conftest.er1
4771 grep -v '^ *+' conftest.er1
>conftest.err
4773 cat conftest.err
>&5
4774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4775 (exit $ac_status); } &&
4776 { ac_try
='test -z "$ac_c_werror_flag"
4777 || test ! -s conftest.err'
4778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4782 (exit $ac_status); }; } &&
4783 { ac_try
='test -s conftest.$ac_objext'
4784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4788 (exit $ac_status); }; }; then
4789 ac_cv_type_long_long
=yes
4791 echo "$as_me: failed program was:" >&5
4792 sed 's/^/| /' conftest.
$ac_ext >&5
4794 ac_cv_type_long_long
=no
4796 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4798 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
4799 echo "${ECHO_T}$ac_cv_type_long_long" >&6
4800 if test $ac_cv_type_long_long = yes; then
4802 cat >>confdefs.h
<<_ACEOF
4803 #define HAVE_LONG_LONG 1
4806 echo "$as_me:$LINENO: checking size of long long" >&5
4807 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
4808 if test "${ac_cv_sizeof_long_long+set}" = set; then
4809 echo $ECHO_N "(cached) $ECHO_C" >&6
4811 for ac_size
in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
4812 cat >conftest.
$ac_ext <<_ACEOF
4815 cat confdefs.h
>>conftest.
$ac_ext
4816 cat >>conftest.
$ac_ext <<_ACEOF
4817 /* end confdefs.h. */
4818 #include "confdefs.h"
4819 #include <sys/types.h>
4825 switch (0) case 0: case (sizeof (long long) == $ac_size):;
4830 rm -f conftest.
$ac_objext
4831 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4832 (eval $ac_compile) 2>conftest.er1
4834 grep -v '^ *+' conftest.er1
>conftest.err
4836 cat conftest.err
>&5
4837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4838 (exit $ac_status); } &&
4839 { ac_try
='test -z "$ac_c_werror_flag"
4840 || test ! -s conftest.err'
4841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4845 (exit $ac_status); }; } &&
4846 { ac_try
='test -s conftest.$ac_objext'
4847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4851 (exit $ac_status); }; }; then
4852 ac_cv_sizeof_long_long
=$ac_size
4854 echo "$as_me: failed program was:" >&5
4855 sed 's/^/| /' conftest.
$ac_ext >&5
4858 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4859 if test x
$ac_cv_sizeof_long_long != x
; then break; fi
4864 if test x
$ac_cv_sizeof_long_long = x
; then
4865 { { echo "$as_me:$LINENO: error: cannot determine a size for long long" >&5
4866 echo "$as_me: error: cannot determine a size for long long" >&2;}
4867 { (exit 1); exit 1; }; }
4869 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
4870 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
4872 cat >>confdefs.h
<<_ACEOF
4873 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
4880 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
4881 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
4882 if test "${ac_cv_c_bigendian+set}" = set; then
4883 echo $ECHO_N "(cached) $ECHO_C" >&6
4885 ac_cv_c_bigendian
=unknown
4886 # See if sys/param.h defines the BYTE_ORDER macro.
4887 cat >conftest.
$ac_ext <<_ACEOF
4890 cat confdefs.h
>>conftest.
$ac_ext
4891 cat >>conftest.
$ac_ext <<_ACEOF
4892 /* end confdefs.h. */
4893 #include <sys/types.h>
4894 #include <sys/param.h>
4899 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4906 rm -f conftest.
$ac_objext
4907 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4908 (eval $ac_compile) 2>conftest.er1
4910 grep -v '^ *+' conftest.er1
>conftest.err
4912 cat conftest.err
>&5
4913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4914 (exit $ac_status); } &&
4915 { ac_try
='test -z "$ac_c_werror_flag"
4916 || test ! -s conftest.err'
4917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4921 (exit $ac_status); }; } &&
4922 { ac_try
='test -s conftest.$ac_objext'
4923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4927 (exit $ac_status); }; }; then
4928 # It does; now see whether it defined to BIG_ENDIAN or not.
4929 cat >conftest.
$ac_ext <<_ACEOF
4932 cat confdefs.h
>>conftest.
$ac_ext
4933 cat >>conftest.
$ac_ext <<_ACEOF
4934 /* end confdefs.h. */
4935 #include <sys/types.h>
4936 #include <sys/param.h>
4941 #if BYTE_ORDER != BIG_ENDIAN
4948 rm -f conftest.
$ac_objext
4949 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4950 (eval $ac_compile) 2>conftest.er1
4952 grep -v '^ *+' conftest.er1
>conftest.err
4954 cat conftest.err
>&5
4955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4956 (exit $ac_status); } &&
4957 { ac_try
='test -z "$ac_c_werror_flag"
4958 || test ! -s conftest.err'
4959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4963 (exit $ac_status); }; } &&
4964 { ac_try
='test -s conftest.$ac_objext'
4965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4969 (exit $ac_status); }; }; then
4970 ac_cv_c_bigendian
=yes
4972 echo "$as_me: failed program was:" >&5
4973 sed 's/^/| /' conftest.
$ac_ext >&5
4975 ac_cv_c_bigendian
=no
4977 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4979 echo "$as_me: failed program was:" >&5
4980 sed 's/^/| /' conftest.
$ac_ext >&5
4983 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4984 if test $ac_cv_c_bigendian = unknown
; then
4985 if test "$cross_compiling" = yes; then
4986 echo $ac_n "cross-compiling... " 2>&6
4988 cat >conftest.
$ac_ext <<_ACEOF
4991 cat confdefs.h
>>conftest.
$ac_ext
4992 cat >>conftest.
$ac_ext <<_ACEOF
4993 /* end confdefs.h. */
4995 /* Are we little or big endian? From Harbison&Steele. */
4999 char c[sizeof (long)];
5002 exit (u.c[sizeof (long) - 1] == 1);
5005 rm -f conftest
$ac_exeext
5006 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5007 (eval $ac_link) 2>&5
5009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5010 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5015 (exit $ac_status); }; }; then
5016 ac_cv_c_bigendian
=no
5018 echo "$as_me: program exited with status $ac_status" >&5
5019 echo "$as_me: failed program was:" >&5
5020 sed 's/^/| /' conftest.
$ac_ext >&5
5023 ac_cv_c_bigendian
=yes
5025 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5029 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
5030 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
5031 if test $ac_cv_c_bigendian = unknown
; then
5032 echo "$as_me:$LINENO: checking to probe for byte ordering" >&5
5033 echo $ECHO_N "checking to probe for byte ordering... $ECHO_C" >&6
5035 cat >conftest.c
<<EOF
5036 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
5037 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
5038 void _ascii() { char* s = (char*) ascii_mm; s = (char*) ascii_ii; }
5039 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
5040 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
5041 void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; }
5042 int main() { _ascii (); _ebcdic (); return 0; }
5044 if test -f conftest.c
; then
5045 if ${CC-cc} ${CFLAGS} -c conftest.c
-o conftest.o
&& test -f conftest.o
; then
5046 if test `grep -l BIGenDianSyS conftest.o` ; then
5047 echo $ac_n ' big endian probe OK, ' 1>&6
5048 ac_cv_c_bigendian
=yes
5050 if test `grep -l LiTTleEnDian conftest.o` ; then
5051 echo $ac_n ' little endian probe OK, ' 1>&6
5052 if test $ac_cv_c_bigendian = yes ; then
5053 ac_cv_c_bigendian
=unknown
;
5055 ac_cv_c_bigendian
=no
5058 echo $ac_n 'guessing bigendian ... ' >&6
5061 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
5062 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
5064 if test $ac_cv_c_bigendian = yes; then
5066 cat >>confdefs.h
<<\_ACEOF
5067 #define WORDS_BIGENDIAN 1
5071 cat >>confdefs.h
<<\_ACEOF
5072 #define HOST_WORDS_BIG_ENDIAN 1
5080 cat >>confdefs.h
<<_ACEOF
5081 #define BYTEORDER $BYTEORDER
5084 if test $ac_cv_c_bigendian = unknown
; then
5085 { { echo "$as_me:$LINENO: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&5
5086 echo "$as_me: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&2;}
5087 { (exit 1); exit 1; }; }
5092 # Check whether --with-system-zlib or --without-system-zlib was given.
5093 if test "${with_system_zlib+set}" = set; then
5094 withval
="$with_system_zlib"
5102 if test "$with_system_zlib" = yes; then
5103 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
5104 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
5105 if test "${ac_cv_lib_z_deflate+set}" = set; then
5106 echo $ECHO_N "(cached) $ECHO_C" >&6
5108 ac_check_lib_save_LIBS
=$LIBS
5110 cat >conftest.
$ac_ext <<_ACEOF
5113 cat confdefs.h
>>conftest.
$ac_ext
5114 cat >>conftest.
$ac_ext <<_ACEOF
5115 /* end confdefs.h. */
5117 /* Override any gcc2 internal prototype to avoid an error. */
5121 /* We use char because int might match the return type of a gcc2
5122 builtin and then its argument prototype would still apply. */
5132 rm -f conftest.
$ac_objext conftest
$ac_exeext
5133 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5134 (eval $ac_link) 2>conftest.er1
5136 grep -v '^ *+' conftest.er1
>conftest.err
5138 cat conftest.err
>&5
5139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5140 (exit $ac_status); } &&
5141 { ac_try
='test -z "$ac_c_werror_flag"
5142 || test ! -s conftest.err'
5143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5147 (exit $ac_status); }; } &&
5148 { ac_try
='test -s conftest$ac_exeext'
5149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5153 (exit $ac_status); }; }; then
5154 ac_cv_lib_z_deflate
=yes
5156 echo "$as_me: failed program was:" >&5
5157 sed 's/^/| /' conftest.
$ac_ext >&5
5159 ac_cv_lib_z_deflate
=no
5161 rm -f conftest.err conftest.
$ac_objext \
5162 conftest
$ac_exeext conftest.
$ac_ext
5163 LIBS
=$ac_check_lib_save_LIBS
5165 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
5166 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
5167 if test $ac_cv_lib_z_deflate = yes; then
5177 if test "$use_zlib" = no
; then
5178 # Brain dead way to find tree's zlib.
5179 ZDEPS
='$(top_builddir)/../zlib/libz.a'
5180 ZLIBS
="$ZDEPS -L\$(here)/../zlib/$libsubdir"
5181 ZINCS
='-I$(top_srcdir)/../zlib'
5188 # We would like to our source tree to be readonly. However when releases or
5189 # pre-releases are generated, the man pages need to be included as they are
5190 # converted from the texi files via perl which we don't require end users to
5192 # Therefore we have --enable-generated-files-in-srcdir to do just that.
5194 echo "$as_me:$LINENO: checking whether to place generated files in the source directory" >&5
5195 echo $ECHO_N "checking whether to place generated files in the source directory... $ECHO_C" >&6
5196 # Check whether --enable-generated-files-in-srcdir or --disable-generated-files-in-srcdir was given.
5197 if test "${enable_generated_files_in_srcdir+set}" = set; then
5198 enableval
="$enable_generated_files_in_srcdir"
5199 generated_files_in_srcdir
=$enableval
5201 generated_files_in_srcdir
=no
5204 echo "$as_me:$LINENO: result: $generated_files_in_srcdir" >&5
5205 echo "${ECHO_T}$generated_files_in_srcdir" >&6
5208 if test x
$generated_files_in_srcdir = xyes
; then
5217 # Get the version trigger filename from the toplevel
5218 if test "${with_gcc_version_trigger+set}" = set; then
5219 gcc_version_trigger
=$with_gcc_version_trigger
5221 gcc_version_trigger
=${srcdir}/version.c
5223 gcc_version_full
=`grep version_string ${gcc_version_trigger} | sed -e 's/.*"\([^"]*\)".*/\1/'`
5224 gcc_version
=`echo ${gcc_version_full} | sed -e 's/\([^ ]*\) .*/\1/'`
5227 ac_config_files
="$ac_config_files Makefile install-defs.sh"
5228 cat >confcache
<<\_ACEOF
5229 # This file is a shell script that caches the results of configure
5230 # tests run on this system so they can be shared between configure
5231 # scripts and configure runs, see configure's option --config-cache.
5232 # It is not useful on other systems. If it contains results you don't
5233 # want to keep, you may remove or edit it.
5235 # config.status only pays attention to the cache file if you give it
5236 # the --recheck option to rerun configure.
5238 # `ac_cv_env_foo' variables (set or unset) will be overridden when
5239 # loading this file, other *unset* `ac_cv_foo' will be assigned the
5244 # The following way of writing the cache mishandles newlines in values,
5245 # but we know of no workaround that is simple, portable, and efficient.
5246 # So, don't put newlines in cache variables' values.
5247 # Ultrix sh set writes to stderr and can't be redirected directly,
5248 # and sets the high bit in the cache file unless we assign to the vars.
5251 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5253 # `set' does not quote correctly, so add quotes (double-quote
5254 # substitution turns \\\\ into \\, and sed turns \\ into \).
5257 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5260 # `set' quotes correctly as required by POSIX, so do not add quotes.
5262 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5269 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5271 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5273 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
5274 if test -w $cache_file; then
5275 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5276 cat confcache
>$cache_file
5278 echo "not updating unwritable cache $cache_file"
5283 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
5284 # Let make expand exec_prefix.
5285 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
5287 # VPATH may cause trouble with some makes, so we remove $(srcdir),
5288 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5289 # trailing colons and then remove the whole line if VPATH becomes empty
5290 # (actually we leave an empty line to preserve line numbers).
5291 if test "x$srcdir" = x.
; then
5292 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
5293 s/:*\$(srcdir):*/:/;
5294 s/:*\${srcdir}:*/:/;
5296 s/^\([^=]*=[ ]*\):*/\1/;
5302 DEFS
=-DHAVE_CONFIG_H
5306 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
5307 # 1. Remove the extension, and $U if already installed.
5308 ac_i
=`echo "$ac_i" |
5309 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
5311 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
5312 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
5316 LTLIBOBJS
=$ac_ltlibobjs
5319 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
5320 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
5321 Usually this means the macro was only invoked conditionally." >&5
5322 echo "$as_me: error: conditional \"AMDEP\" was never defined.
5323 Usually this means the macro was only invoked conditionally." >&2;}
5324 { (exit 1); exit 1; }; }
5326 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5327 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
5328 Usually this means the macro was only invoked conditionally." >&5
5329 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
5330 Usually this means the macro was only invoked conditionally." >&2;}
5331 { (exit 1); exit 1; }; }
5333 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
5334 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
5335 Usually this means the macro was only invoked conditionally." >&5
5336 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
5337 Usually this means the macro was only invoked conditionally." >&2;}
5338 { (exit 1); exit 1; }; }
5340 if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
5341 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC\" was never defined.
5342 Usually this means the macro was only invoked conditionally." >&5
5343 echo "$as_me: error: conditional \"GENINSRC\" was never defined.
5344 Usually this means the macro was only invoked conditionally." >&2;}
5345 { (exit 1); exit 1; }; }
5348 : ${CONFIG_STATUS=./config.status}
5349 ac_clean_files_save
=$ac_clean_files
5350 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
5351 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5352 echo "$as_me: creating $CONFIG_STATUS" >&6;}
5353 cat >$CONFIG_STATUS <<_ACEOF
5355 # Generated by $as_me.
5356 # Run this file to recreate the current configuration.
5357 # Compiler output produced by configure, useful for debugging
5358 # configure, is in config.log if it exists.
5363 SHELL=\${CONFIG_SHELL-$SHELL}
5366 cat >>$CONFIG_STATUS <<\_ACEOF
5367 ## --------------------- ##
5368 ## M4sh Initialization. ##
5369 ## --------------------- ##
5371 # Be Bourne compatible
5372 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
5375 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5376 # is contrary to our usage. Disable this feature.
5377 alias -g '${1+"$@"}'='"$@"'
5378 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
5381 DUALCASE
=1; export DUALCASE
# for MKS sh
5383 # Support unset when possible.
5384 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
5391 # Work around bugs in pre-3.0 UWIN ksh.
5392 $as_unset ENV MAIL MAILPATH
5399 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5400 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5401 LC_TELEPHONE LC_TIME
5403 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
5404 eval $as_var=C
; export $as_var
5410 # Required to use basename.
5411 if expr a
: '\(a\)' >/dev
/null
2>&1; then
5417 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
5418 as_basename
=basename
5424 # Name of the executable.
5425 as_me
=`$as_basename "$0" ||
5426 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5427 X"$0" : 'X\(//\)$' \| \
5428 X"$0" : 'X\(/\)$' \| \
5429 . : '\(.\)' 2>/dev/null ||
5431 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
5432 /^X\/\(\/\/\)$/{ s//\1/; q; }
5433 /^X\/\(\/\).*/{ s//\1/; q; }
5437 # PATH needs CR, and LINENO needs CR and PATH.
5438 # Avoid depending upon Character Ranges.
5439 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
5440 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5441 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
5442 as_cr_digits
='0123456789'
5443 as_cr_alnum
=$as_cr_Letters$as_cr_digits
5445 # The user is always right.
5446 if test "${PATH_SEPARATOR+set}" != set; then
5447 echo "#! /bin/sh" >conf$$.sh
5448 echo "exit 0" >>conf$$.sh
5450 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5461 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
5462 test "x$as_lineno_1" != "x$as_lineno_2" &&
5463 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
5464 # Find who we are. Look in the path if we contain no path at all
5467 *[\\/]* ) as_myself
=$0 ;;
5468 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5472 test -z "$as_dir" && as_dir
=.
5473 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
5478 # We did not find ourselves, most probably we were run as `sh COMMAND'
5479 # in which case we are not to be found in the path.
5480 if test "x$as_myself" = x
; then
5483 if test ! -f "$as_myself"; then
5484 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
5485 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
5486 { (exit 1); exit 1; }; }
5488 case $CONFIG_SHELL in
5490 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5491 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
5494 test -z "$as_dir" && as_dir
=.
5495 for as_base
in sh bash ksh sh5
; do
5498 if ("$as_dir/$as_base" -c '
5501 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5502 test "x$as_lineno_1" != "x$as_lineno_2" &&
5503 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
5504 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
5505 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
5506 CONFIG_SHELL
=$as_dir/$as_base
5508 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
5516 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5517 # uniformly replaced by the line number. The first 'sed' inserts a
5518 # line-number line before each line; the second 'sed' does the real
5519 # work. The second script uses 'N' to pair each line-number line
5520 # with the numbered line, and appends trailing '-' during
5521 # substitution so that $LINENO is not a special case at line end.
5522 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5523 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
5524 sed '=' <$as_myself |
5529 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
5532 s,^['$as_cr_digits']*\n,,
5534 chmod +x
$as_me.lineno ||
5535 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
5536 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
5537 { (exit 1); exit 1; }; }
5539 # Don't try to exec as it changes $[0], causing all sort of problems
5540 # (the dirname of $[0] is not the place where we might find the
5541 # original and so on. Autoconf is especially sensible to this).
5543 # Exit status is that of the last command.
5548 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
5549 *c
*,-n*) ECHO_N
= ECHO_C
='
5551 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
5552 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
5555 if expr a
: '\(a\)' >/dev
/null
2>&1; then
5561 rm -f conf$$ conf$$.exe conf$$.
file
5563 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
5564 # We could just check for DJGPP; but this test a) works b) is more generic
5565 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
5566 if test -f conf$$.exe
; then
5567 # Don't use ln at all; we don't have any links
5572 elif ln conf$$.
file conf$$
2>/dev
/null
; then
5577 rm -f conf$$ conf$$.exe conf$$.
file
5579 if mkdir
-p .
2>/dev
/null
; then
5582 test -d .
/-p && rmdir .
/-p
5586 as_executable_p
="test -f"
5588 # Sed expression to map a string onto a valid CPP name.
5589 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5591 # Sed expression to map a string onto a valid variable name.
5592 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5596 # We need space, tab and new line, in precisely that order.
5606 # Open the log real soon, to keep \$[0] and so on meaningful, and to
5607 # report actual input values of CONFIG_FILES etc. instead of their
5608 # values after options handling. Logging --version etc. is OK.
5612 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5613 ## Running $as_me. ##
5618 This file was extended by $as_me, which was
5619 generated by GNU Autoconf 2.59. Invocation command line was
5621 CONFIG_FILES = $CONFIG_FILES
5622 CONFIG_HEADERS = $CONFIG_HEADERS
5623 CONFIG_LINKS = $CONFIG_LINKS
5624 CONFIG_COMMANDS = $CONFIG_COMMANDS
5628 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
5632 # Files that config.status was made for.
5633 if test -n "$ac_config_files"; then
5634 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
5637 if test -n "$ac_config_headers"; then
5638 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
5641 if test -n "$ac_config_links"; then
5642 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
5645 if test -n "$ac_config_commands"; then
5646 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
5649 cat >>$CONFIG_STATUS <<\_ACEOF
5652 \`$as_me' instantiates files from templates according to the
5653 current configuration.
5655 Usage: $0 [OPTIONS] [FILE]...
5657 -h, --help print this help, then exit
5658 -V, --version print version number, then exit
5659 -q, --quiet do not print progress messages
5660 -d, --debug don't remove temporary files
5661 --recheck update $as_me by reconfiguring in the same conditions
5662 --file=FILE[:TEMPLATE]
5663 instantiate the configuration file FILE
5664 --header=FILE[:TEMPLATE]
5665 instantiate the configuration header FILE
5667 Configuration files:
5670 Configuration headers:
5673 Configuration commands:
5676 Report bugs to <bug-autoconf@gnu.org>."
5679 cat >>$CONFIG_STATUS <<_ACEOF
5682 configured by $0, generated by GNU Autoconf 2.59,
5683 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5685 Copyright (C) 2003 Free Software Foundation, Inc.
5686 This config.status script is free software; the Free Software Foundation
5687 gives unlimited permission to copy, distribute and modify it."
5692 cat >>$CONFIG_STATUS <<\_ACEOF
5693 # If no file are specified by the user, then we need to provide default
5694 # value. By we need to know if files were specified by the user.
5700 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
5701 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
5709 *) # This is not an option, so the user has probably given explicit
5712 ac_need_defaults
=false
;;
5716 # Handling of the options.
5718 cat >>$CONFIG_STATUS <<\_ACEOF
5719 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
5721 --version |
--vers* |
-V )
5722 echo "$ac_cs_version"; exit 0 ;;
5724 # Conflict between --help and --header
5725 { { echo "$as_me:$LINENO: error: ambiguous option: $1
5726 Try \`$0 --help' for more information." >&5
5727 echo "$as_me: error: ambiguous option: $1
5728 Try \`$0 --help' for more information." >&2;}
5729 { (exit 1); exit 1; }; };;
5730 --help |
--hel |
-h )
5731 echo "$ac_cs_usage"; exit 0 ;;
5732 --debug |
--d* |
-d )
5734 --file |
--fil |
--fi |
--f )
5736 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
5737 ac_need_defaults
=false
;;
5738 --header |
--heade |
--head |
--hea )
5740 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
5741 ac_need_defaults
=false
;;
5742 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
5743 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
5747 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
5748 Try \`$0 --help' for more information." >&5
5749 echo "$as_me: error: unrecognized option: $1
5750 Try \`$0 --help' for more information." >&2;}
5751 { (exit 1); exit 1; }; } ;;
5753 *) ac_config_targets
="$ac_config_targets $1" ;;
5759 ac_configure_extra_args
=
5761 if $ac_cs_silent; then
5763 ac_configure_extra_args
="$ac_configure_extra_args --silent"
5767 cat >>$CONFIG_STATUS <<_ACEOF
5768 if \$ac_cs_recheck; then
5769 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5770 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5775 cat >>$CONFIG_STATUS <<_ACEOF
5777 # INIT-COMMANDS section.
5780 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
5786 cat >>$CONFIG_STATUS <<\_ACEOF
5787 for ac_config_target
in $ac_config_targets
5789 case "$ac_config_target" in
5790 # Handling of arguments.
5791 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
5792 "install-defs.sh" ) CONFIG_FILES
="$CONFIG_FILES install-defs.sh" ;;
5793 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
5794 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
5795 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5796 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5797 { (exit 1); exit 1; }; };;
5801 # If the user did not use the arguments to specify the items to instantiate,
5802 # then the envvar interface is used. Set only those that are not.
5803 # We use the long form for the default assignment because of an extremely
5804 # bizarre bug on SunOS 4.1.3.
5805 if $ac_need_defaults; then
5806 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
5807 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
5808 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
5811 # Have a temporary directory for convenience. Make it in the build tree
5812 # simply because there is no reason to put it here, and in addition,
5813 # creating and moving files from /tmp can sometimes cause problems.
5814 # Create a temporary directory, and hook for its removal unless debugging.
5817 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
5818 trap '{ (exit 1); exit 1; }' 1 2 13 15
5821 # Create a (secure) tmp directory for tmp files.
5824 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
5825 test -n "$tmp" && test -d "$tmp"
5828 tmp
=.
/confstat$$
-$RANDOM
5829 (umask 077 && mkdir
$tmp)
5832 echo "$me: cannot create a temporary directory in ." >&2
5833 { (exit 1); exit 1; }
5838 cat >>$CONFIG_STATUS <<_ACEOF
5841 # CONFIG_FILES section.
5844 # No need to generate the scripts if there are no CONFIG_FILES.
5845 # This happens for instance when ./config.status config.h
5846 if test -n "\$CONFIG_FILES"; then
5847 # Protect against being on the right side of a sed subst in config.status.
5848 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
5849 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
5850 s,@SHELL@,$SHELL,;t t
5851 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
5852 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
5853 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
5854 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
5855 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
5856 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
5857 s,@exec_prefix@,$exec_prefix,;t t
5858 s,@prefix@,$prefix,;t t
5859 s,@program_transform_name@,$program_transform_name,;t t
5860 s,@bindir@,$bindir,;t t
5861 s,@sbindir@,$sbindir,;t t
5862 s,@libexecdir@,$libexecdir,;t t
5863 s,@datadir@,$datadir,;t t
5864 s,@sysconfdir@,$sysconfdir,;t t
5865 s,@sharedstatedir@,$sharedstatedir,;t t
5866 s,@localstatedir@,$localstatedir,;t t
5867 s,@libdir@,$libdir,;t t
5868 s,@includedir@,$includedir,;t t
5869 s,@oldincludedir@,$oldincludedir,;t t
5870 s,@infodir@,$infodir,;t t
5871 s,@mandir@,$mandir,;t t
5872 s,@build_alias@,$build_alias,;t t
5873 s,@host_alias@,$host_alias,;t t
5874 s,@target_alias@,$target_alias,;t t
5876 s,@ECHO_C@,$ECHO_C,;t t
5877 s,@ECHO_N@,$ECHO_N,;t t
5878 s,@ECHO_T@,$ECHO_T,;t t
5880 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
5881 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
5882 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
5883 s,@CYGPATH_W@,$CYGPATH_W,;t t
5884 s,@PACKAGE@,$PACKAGE,;t t
5885 s,@VERSION@,$VERSION,;t t
5886 s,@ACLOCAL@,$ACLOCAL,;t t
5887 s,@AUTOCONF@,$AUTOCONF,;t t
5888 s,@AUTOMAKE@,$AUTOMAKE,;t t
5889 s,@AUTOHEADER@,$AUTOHEADER,;t t
5890 s,@MAKEINFO@,$MAKEINFO,;t t
5891 s,@AMTAR@,$AMTAR,;t t
5892 s,@install_sh@,$install_sh,;t t
5893 s,@STRIP@,$STRIP,;t t
5894 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
5895 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
5896 s,@mkdir_p@,$mkdir_p,;t t
5898 s,@SET_MAKE@,$SET_MAKE,;t t
5899 s,@am__leading_dot@,$am__leading_dot,;t t
5901 s,@CFLAGS@,$CFLAGS,;t t
5902 s,@LDFLAGS@,$LDFLAGS,;t t
5903 s,@CPPFLAGS@,$CPPFLAGS,;t t
5904 s,@ac_ct_CC@,$ac_ct_CC,;t t
5905 s,@EXEEXT@,$EXEEXT,;t t
5906 s,@OBJEXT@,$OBJEXT,;t t
5907 s,@DEPDIR@,$DEPDIR,;t t
5908 s,@am__include@,$am__include,;t t
5909 s,@am__quote@,$am__quote,;t t
5910 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
5911 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
5912 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
5913 s,@CCDEPMODE@,$CCDEPMODE,;t t
5914 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
5915 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
5918 s,@CHMOD@,$CHMOD,;t t
5919 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
5920 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
5921 s,@MAINT@,$MAINT,;t t
5922 s,@fastjar_warn_cflags@,$fastjar_warn_cflags,;t t
5924 s,@EGREP@,$EGREP,;t t
5925 s,@ZLIBS@,$ZLIBS,;t t
5926 s,@ZDEPS@,$ZDEPS,;t t
5927 s,@ZINCS@,$ZINCS,;t t
5928 s,@GENINSRC_TRUE@,$GENINSRC_TRUE,;t t
5929 s,@GENINSRC_FALSE@,$GENINSRC_FALSE,;t t
5930 s,@gcc_version@,$gcc_version,;t t
5931 s,@LIBOBJS@,$LIBOBJS,;t t
5932 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
5937 cat >>$CONFIG_STATUS <<\_ACEOF
5938 # Split the substitutions into bite-sized pieces for seds with
5939 # small command number limits, like on Digital OSF/1 and HP-UX.
5941 ac_sed_frag
=1 # Number of current file.
5942 ac_beg
=1 # First line for current file.
5943 ac_end
=$ac_max_sed_lines # Line after last line for current file.
5946 while $ac_more_lines; do
5947 if test $ac_beg -gt 1; then
5948 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
5950 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
5952 if test ! -s $tmp/subs.frag
; then
5955 # The purpose of the label and of the branching condition is to
5956 # speed up the sed processing (if there are no `@' at all, there
5957 # is no need to browse any of the substitutions).
5958 # These are the two extra sed commands mentioned above.
5960 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
5961 if test -z "$ac_sed_cmds"; then
5962 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
5964 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
5966 ac_sed_frag
=`expr $ac_sed_frag + 1`
5968 ac_end
=`expr $ac_end + $ac_max_sed_lines`
5971 if test -z "$ac_sed_cmds"; then
5974 fi # test -n "$CONFIG_FILES"
5977 cat >>$CONFIG_STATUS <<\_ACEOF
5978 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
5979 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5981 - |
*:- |
*:-:* ) # input from stdin
5983 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
5984 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
5985 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
5986 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
5987 * ) ac_file_in
=$ac_file.
in ;;
5990 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
5991 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
5992 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5993 X"$ac_file" : 'X\(//\)[^/]' \| \
5994 X"$ac_file" : 'X\(//\)$' \| \
5995 X"$ac_file" : 'X\(/\)' \| \
5996 . : '\(.\)' 2>/dev/null ||
5998 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5999 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6000 /^X\(\/\/\)$/{ s//\1/; q; }
6001 /^X\(\/\).*/{ s//\1/; q; }
6003 { if $as_mkdir_p; then
6008 while test ! -d "$as_dir"; do
6009 as_dirs
="$as_dir $as_dirs"
6010 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6011 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6012 X"$as_dir" : 'X\(//\)[^/]' \| \
6013 X"$as_dir" : 'X\(//\)$' \| \
6014 X"$as_dir" : 'X\(/\)' \| \
6015 . : '\(.\)' 2>/dev/null ||
6017 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6018 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6019 /^X\(\/\/\)$/{ s//\1/; q; }
6020 /^X\(\/\).*/{ s//\1/; q; }
6023 test ! -n "$as_dirs" || mkdir
$as_dirs
6024 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6025 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6026 { (exit 1); exit 1; }; }; }
6030 if test "$ac_dir" != .
; then
6031 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6032 # A "../" for each directory in $ac_dir_suffix.
6033 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6035 ac_dir_suffix
= ac_top_builddir
=
6039 .
) # No --srcdir option. We are building in place.
6041 if test -z "$ac_top_builddir"; then
6044 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
6046 [\\/]* | ?
:[\\/]* ) # Absolute path.
6047 ac_srcdir
=$srcdir$ac_dir_suffix;
6048 ac_top_srcdir
=$srcdir ;;
6050 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
6051 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
6054 # Do not use `cd foo && pwd` to compute absolute paths, because
6055 # the directories may not exist.
6057 .
) ac_abs_builddir
="$ac_dir";;
6060 .
) ac_abs_builddir
=`pwd`;;
6061 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
6062 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
6065 case $ac_abs_builddir in
6066 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6068 case ${ac_top_builddir}.
in
6069 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
6070 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6071 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
6074 case $ac_abs_builddir in
6075 .
) ac_abs_srcdir
=$ac_srcdir;;
6078 .
) ac_abs_srcdir
=$ac_abs_builddir;;
6079 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
6080 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
6083 case $ac_abs_builddir in
6084 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
6086 case $ac_top_srcdir in
6087 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
6088 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
6089 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
6095 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
6096 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
6099 if test x
"$ac_file" != x-
; then
6100 { echo "$as_me:$LINENO: creating $ac_file" >&5
6101 echo "$as_me: creating $ac_file" >&6;}
6104 # Let's still pretend it is `configure' which instantiates (i.e., don't
6105 # use $as_me), people would be surprised to read:
6106 # /* config.h. Generated by config.status. */
6107 if test x
"$ac_file" = x-
; then
6110 configure_input
="$ac_file. "
6112 configure_input
=$configure_input"Generated from `echo $ac_file_in |
6113 sed 's,.*/,,'` by configure."
6115 # First look for the input files in the build tree, otherwise in the
6117 ac_file_inputs
=`IFS=:
6118 for f in $ac_file_in; do
6120 -) echo $tmp/stdin ;;
6122 # Absolute (can't be DOS-style, as IFS=:)
6123 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6124 echo "$as_me: error: cannot find input file: $f" >&2;}
6125 { (exit 1); exit 1; }; }
6128 if test -f "$f"; then
6131 elif test -f "$srcdir/$f"; then
6136 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6137 echo "$as_me: error: cannot find input file: $f" >&2;}
6138 { (exit 1); exit 1; }; }
6141 done` ||
{ (exit 1); exit 1; }
6143 cat >>$CONFIG_STATUS <<_ACEOF
6147 cat >>$CONFIG_STATUS <<\_ACEOF
6149 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
6150 s
,@configure_input@
,$configure_input,;t t
6151 s
,@srcdir@
,$ac_srcdir,;t t
6152 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
6153 s
,@top_srcdir@
,$ac_top_srcdir,;t t
6154 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
6155 s
,@builddir@
,$ac_builddir,;t t
6156 s
,@abs_builddir@
,$ac_abs_builddir,;t t
6157 s
,@top_builddir@
,$ac_top_builddir,;t t
6158 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
6159 s
,@INSTALL@
,$ac_INSTALL,;t t
6160 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
6162 if test x"$ac_file" != x-; then
6163 mv $tmp/out $ac_file
6171 cat >>$CONFIG_STATUS <<\_ACEOF
6174 # CONFIG_HEADER section.
6177 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
6178 # NAME is the cpp macro being defined and VALUE is the value it is being given.
6180 # ac_d sets the value in "#define NAME VALUE" lines.
6181 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6182 ac_dB
='[ ].*$,\1#\2'
6185 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6186 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6187 ac_uB
='$,\1#\2define\3'
6191 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
6192 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6194 - |
*:- |
*:-:* ) # input from stdin
6196 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6197 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
6198 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6199 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
6200 * ) ac_file_in
=$ac_file.
in ;;
6203 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
6204 echo "$as_me: creating $ac_file" >&6;}
6206 # First look for the input files in the build tree, otherwise in the
6208 ac_file_inputs
=`IFS=:
6209 for f in $ac_file_in; do
6211 -) echo $tmp/stdin ;;
6213 # Absolute (can't be DOS-style, as IFS=:)
6214 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6215 echo "$as_me: error: cannot find input file: $f" >&2;}
6216 { (exit 1); exit 1; }; }
6217 # Do quote $f, to prevent DOS paths from being IFS'd.
6220 if test -f "$f"; then
6223 elif test -f "$srcdir/$f"; then
6228 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6229 echo "$as_me: error: cannot find input file: $f" >&2;}
6230 { (exit 1); exit 1; }; }
6233 done` ||
{ (exit 1); exit 1; }
6234 # Remove the trailing spaces.
6235 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
6239 # Transform confdefs.h into two sed scripts, `conftest.defines' and
6240 # `conftest.undefs', that substitutes the proper values into
6241 # config.h.in to produce config.h. The first handles `#define'
6242 # templates, and the second `#undef' templates.
6243 # And first: Protect against being on the right side of a sed subst in
6244 # config.status. Protect against being in an unquoted here document
6246 rm -f conftest.defines conftest.undefs
6247 # Using a here document instead of a string reduces the quoting nightmare.
6248 # Putting comments in sed scripts is not portable.
6250 # `end' is used to avoid that the second main sed command (meant for
6251 # 0-ary CPP macros) applies to n-ary macro definitions.
6252 # See the Autoconf documentation for `clear'.
6253 cat >confdef2sed.
sed <<\_ACEOF
6258 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
6260 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
6263 # If some macros were called several times there might be several times
6264 # the same #defines, which is useless. Nevertheless, we may not want to
6265 # sort them, since we want the *last* AC-DEFINE to be honored.
6266 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
6267 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
6268 rm -f confdef2sed.sed
6270 # This sed command replaces #undef with comments. This is necessary, for
6271 # example, in the case of _POSIX_SOURCE, which is predefined and required
6272 # on some systems where configure will not decide to define it.
6273 cat >>conftest.undefs <<\_ACEOF
6274 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
6277 # Break up conftest.defines because some shells have a limit on the size
6278 # of here documents, and old seds have small limits too (100 cmds).
6279 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
6280 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
6281 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
6282 echo ' :' >>$CONFIG_STATUS
6284 while grep . conftest.defines >/dev/null
6286 # Write a limited-size here document to $tmp/defines.sed.
6287 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
6288 # Speed up: don't consider the non `#define' lines.
6289 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
6290 # Work around the forget-to-reset-the-flag bug.
6291 echo 't clr' >>$CONFIG_STATUS
6292 echo ': clr' >>$CONFIG_STATUS
6293 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
6295 sed -f $tmp/defines.sed $tmp/in >$tmp/out
6299 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
6300 rm -f conftest.defines
6301 mv conftest.
tail conftest.defines
6303 rm -f conftest.defines
6304 echo ' fi # grep' >>$CONFIG_STATUS
6305 echo >>$CONFIG_STATUS
6307 # Break up conftest.undefs because some shells have a limit on the size
6308 # of here documents, and old seds have small limits too (100 cmds).
6309 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
6311 while grep . conftest.undefs
>/dev
/null
6313 # Write a limited-size here document to $tmp/undefs.sed.
6314 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
6315 # Speed up: don't consider the non
`#undef'
6316 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
6317 # Work around the forget-to-reset-the-flag bug.
6318 echo 't clr' >>$CONFIG_STATUS
6319 echo ': clr' >>$CONFIG_STATUS
6320 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
6322 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
6326 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
6327 rm -f conftest.undefs
6328 mv conftest.tail conftest.undefs
6330 rm -f conftest.undefs
6332 cat >>$CONFIG_STATUS <<\_ACEOF
6333 # Let's still pretend it is `configure
' which instantiates (i.e., don't
6334 # use $as_me), people would be surprised to read:
6335 # /* config.h. Generated by config.status. */
6336 if test x
"$ac_file" = x-
; then
6337 echo "/* Generated by configure. */" >$tmp/config.h
6339 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
6341 cat $tmp/in >>$tmp/config.h
6343 if test x
"$ac_file" != x-
; then
6344 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
6345 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6346 echo "$as_me: $ac_file is unchanged" >&6;}
6348 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
6349 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6350 X"$ac_file" : 'X\(//\)[^/]' \| \
6351 X"$ac_file" : 'X\(//\)$' \| \
6352 X"$ac_file" : 'X\(/\)' \| \
6353 . : '\(.\)' 2>/dev/null ||
6355 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6356 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6357 /^X\(\/\/\)$/{ s//\1/; q; }
6358 /^X\(\/\).*/{ s//\1/; q; }
6360 { if $as_mkdir_p; then
6365 while test ! -d "$as_dir"; do
6366 as_dirs
="$as_dir $as_dirs"
6367 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6368 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6369 X"$as_dir" : 'X\(//\)[^/]' \| \
6370 X"$as_dir" : 'X\(//\)$' \| \
6371 X"$as_dir" : 'X\(/\)' \| \
6372 . : '\(.\)' 2>/dev/null ||
6374 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6375 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6376 /^X\(\/\/\)$/{ s//\1/; q; }
6377 /^X\(\/\).*/{ s//\1/; q; }
6380 test ! -n "$as_dirs" || mkdir
$as_dirs
6381 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6382 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6383 { (exit 1); exit 1; }; }; }
6386 mv $tmp/config.h
$ac_file
6392 # Compute $ac_file's index in $config_headers.
6394 for _am_header
in $config_headers :; do
6396 $ac_file |
$ac_file:* )
6399 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
6402 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
6403 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6404 X$ac_file : 'X\(//\)[^/]' \| \
6405 X$ac_file : 'X\(//\)$' \| \
6406 X$ac_file : 'X\(/\)' \| \
6407 . : '\(.\)' 2>/dev/null ||
6409 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6410 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6411 /^X\(\/\/\)$/{ s//\1/; q; }
6412 /^X\(\/\).*/{ s//\1/; q; }
6413 s/.*/./; q'`/stamp-h
$_am_stamp_count
6416 cat >>$CONFIG_STATUS <<\_ACEOF
6419 # CONFIG_COMMANDS section.
6421 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
6422 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
6423 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6424 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
6425 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6426 X"$ac_dest" : 'X\(//\)[^/]' \| \
6427 X"$ac_dest" : 'X\(//\)$' \| \
6428 X"$ac_dest" : 'X\(/\)' \| \
6429 . : '\(.\)' 2>/dev/null ||
6431 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6432 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6433 /^X\(\/\/\)$/{ s//\1/; q; }
6434 /^X\(\/\).*/{ s//\1/; q; }
6436 { if $as_mkdir_p; then
6441 while test ! -d "$as_dir"; do
6442 as_dirs
="$as_dir $as_dirs"
6443 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6444 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6445 X"$as_dir" : 'X\(//\)[^/]' \| \
6446 X"$as_dir" : 'X\(//\)$' \| \
6447 X"$as_dir" : 'X\(/\)' \| \
6448 . : '\(.\)' 2>/dev/null ||
6450 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6451 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6452 /^X\(\/\/\)$/{ s//\1/; q; }
6453 /^X\(\/\).*/{ s//\1/; q; }
6456 test ! -n "$as_dirs" || mkdir
$as_dirs
6457 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6458 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6459 { (exit 1); exit 1; }; }; }
6463 if test "$ac_dir" != .
; then
6464 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6465 # A "../" for each directory in $ac_dir_suffix.
6466 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6468 ac_dir_suffix
= ac_top_builddir
=
6472 .
) # No --srcdir option. We are building in place.
6474 if test -z "$ac_top_builddir"; then
6477 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
6479 [\\/]* | ?
:[\\/]* ) # Absolute path.
6480 ac_srcdir
=$srcdir$ac_dir_suffix;
6481 ac_top_srcdir
=$srcdir ;;
6483 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
6484 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
6487 # Do not use `cd foo && pwd` to compute absolute paths, because
6488 # the directories may not exist.
6490 .
) ac_abs_builddir
="$ac_dir";;
6493 .
) ac_abs_builddir
=`pwd`;;
6494 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
6495 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
6498 case $ac_abs_builddir in
6499 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6501 case ${ac_top_builddir}.
in
6502 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
6503 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6504 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
6507 case $ac_abs_builddir in
6508 .
) ac_abs_srcdir
=$ac_srcdir;;
6511 .
) ac_abs_srcdir
=$ac_abs_builddir;;
6512 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
6513 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
6516 case $ac_abs_builddir in
6517 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
6519 case $ac_top_srcdir in
6520 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
6521 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
6522 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
6527 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
6528 echo "$as_me: executing $ac_dest commands" >&6;}
6530 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
6531 # Strip MF so we end up with the name of the file.
6532 mf
=`echo "$mf" | sed -e 's/:.*$//'`
6533 # Check whether this is an Automake generated Makefile or not.
6534 # We used to match only the files named `Makefile.in', but
6535 # some people rename them; so instead we look at the file content.
6536 # Grep'ing the first line is not enough: some people post-process
6537 # each Makefile.in and add a new line on top of each file to say so.
6538 # So let's grep whole file.
6539 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
6540 dirpart
=`(dirname "$mf") 2>/dev/null ||
6541 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6542 X"$mf" : 'X\(//\)[^/]' \| \
6543 X"$mf" : 'X\(//\)$' \| \
6544 X"$mf" : 'X\(/\)' \| \
6545 . : '\(.\)' 2>/dev/null ||
6547 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6548 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6549 /^X\(\/\/\)$/{ s//\1/; q; }
6550 /^X\(\/\).*/{ s//\1/; q; }
6555 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev
/null ||
continue
6556 # Extract the definition of DEP_FILES from the Makefile without
6558 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
6559 test -z "$DEPDIR" && continue
6560 # When using ansi2knr, U may be empty or an underscore; expand it
6561 U
=`sed -n 's/^U = //p' < "$mf"`
6562 test -d "$dirpart/$DEPDIR" || mkdir
"$dirpart/$DEPDIR"
6563 # We invoke sed twice because it is the simplest approach to
6564 # changing $(DEPDIR) to its actual value in the expansion.
6565 for file in `sed -n '
6566 /^DEP_FILES = .*\\\\$/ {
6575 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
6576 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6577 # Make sure the directory exists.
6578 test -f "$dirpart/$file" && continue
6579 fdir
=`(dirname "$file") 2>/dev/null ||
6580 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6581 X"$file" : 'X\(//\)[^/]' \| \
6582 X"$file" : 'X\(//\)$' \| \
6583 X"$file" : 'X\(/\)' \| \
6584 . : '\(.\)' 2>/dev/null ||
6586 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6587 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6588 /^X\(\/\/\)$/{ s//\1/; q; }
6589 /^X\(\/\).*/{ s//\1/; q; }
6591 { if $as_mkdir_p; then
6592 mkdir
-p $dirpart/$fdir
6594 as_dir
=$dirpart/$fdir
6596 while test ! -d "$as_dir"; do
6597 as_dirs
="$as_dir $as_dirs"
6598 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6599 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6600 X"$as_dir" : 'X\(//\)[^/]' \| \
6601 X"$as_dir" : 'X\(//\)$' \| \
6602 X"$as_dir" : 'X\(/\)' \| \
6603 . : '\(.\)' 2>/dev/null ||
6605 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6606 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6607 /^X\(\/\/\)$/{ s//\1/; q; }
6608 /^X\(\/\).*/{ s//\1/; q; }
6611 test ! -n "$as_dirs" || mkdir
$as_dirs
6612 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
6613 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
6614 { (exit 1); exit 1; }; }; }
6616 # echo "creating $dirpart/$file"
6617 echo '# dummy' > "$dirpart/$file"
6625 cat >>$CONFIG_STATUS <<\_ACEOF
6627 { (exit 0); exit 0; }
6629 chmod +x
$CONFIG_STATUS
6630 ac_clean_files
=$ac_clean_files_save
6633 # configure is writing to config.log, and then calls config.status.
6634 # config.status does its own redirection, appending to config.log.
6635 # Unfortunately, on DOS this fails, as config.log is still kept open
6636 # by configure, so config.status won't be able to write to it; its
6637 # output is simply discarded. So we exec the FD to /dev/null,
6638 # effectively closing config.log, so it can be properly (re)opened and
6639 # appended to by config.status. When coming back to configure, we
6640 # need to make the FD available again.
6641 if test "$no_create" != yes; then
6643 ac_config_status_args
=
6644 test "$silent" = yes &&
6645 ac_config_status_args
="$ac_config_status_args --quiet"
6647 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
6649 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6650 # would make configure fail if this is the last instruction.
6651 $ac_cs_success ||
{ (exit 1); exit 1; }