]> git.wh0rd.org - dump.git/blame_incremental - configure
Fix SELinux xattr handling.
[dump.git] / configure
... / ...
CommitLineData
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.60.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ##
10## M4sh Initialization. ##
11## --------------------- ##
12
13# Be Bourne compatible
14if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15 emulate sh
16 NULLCMD=:
17 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18 # is contrary to our usage. Disable this feature.
19 alias -g '${1+"$@"}'='"$@"'
20 setopt NO_GLOB_SUBST
21else
22 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
23fi
24BIN_SH=xpg4; export BIN_SH # for Tru64
25DUALCASE=1; export DUALCASE # for MKS sh
26
27
28# PATH needs CR
29# Avoid depending upon Character Ranges.
30as_cr_letters='abcdefghijklmnopqrstuvwxyz'
31as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
32as_cr_Letters=$as_cr_letters$as_cr_LETTERS
33as_cr_digits='0123456789'
34as_cr_alnum=$as_cr_Letters$as_cr_digits
35
36# The user is always right.
37if test "${PATH_SEPARATOR+set}" != set; then
38 echo "#! /bin/sh" >conf$$.sh
39 echo "exit 0" >>conf$$.sh
40 chmod +x conf$$.sh
41 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
42 PATH_SEPARATOR=';'
43 else
44 PATH_SEPARATOR=:
45 fi
46 rm -f conf$$.sh
47fi
48
49# Support unset when possible.
50if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
51 as_unset=unset
52else
53 as_unset=false
54fi
55
56
57# IFS
58# We need space, tab and new line, in precisely that order. Quoting is
59# there to prevent editors from complaining about space-tab.
60# (If _AS_PATH_WALK were called with IFS unset, it would disable word
61# splitting by setting IFS to empty value.)
62as_nl='
63'
64IFS=" "" $as_nl"
65
66# Find who we are. Look in the path if we contain no directory separator.
67case $0 in
68 *[\\/]* ) as_myself=$0 ;;
69 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
70for as_dir in $PATH
71do
72 IFS=$as_save_IFS
73 test -z "$as_dir" && as_dir=.
74 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
75done
76IFS=$as_save_IFS
77
78 ;;
79esac
80# We did not find ourselves, most probably we were run as `sh COMMAND'
81# in which case we are not to be found in the path.
82if test "x$as_myself" = x; then
83 as_myself=$0
84fi
85if test ! -f "$as_myself"; then
86 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
87 { (exit 1); exit 1; }
88fi
89
90# Work around bugs in pre-3.0 UWIN ksh.
91for as_var in ENV MAIL MAILPATH
92do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
93done
94PS1='$ '
95PS2='> '
96PS4='+ '
97
98# NLS nuisances.
99for as_var in \
100 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
101 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
102 LC_TELEPHONE LC_TIME
103do
104 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
105 eval $as_var=C; export $as_var
106 else
107 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
108 fi
109done
110
111# Required to use basename.
112if expr a : '\(a\)' >/dev/null 2>&1 &&
113 test "X`expr 00001 : '.*\(...\)'`" = X001; then
114 as_expr=expr
115else
116 as_expr=false
117fi
118
119if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
120 as_basename=basename
121else
122 as_basename=false
123fi
124
125
126# Name of the executable.
127as_me=`$as_basename -- "$0" ||
128$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
129 X"$0" : 'X\(//\)$' \| \
130 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
131echo X/"$0" |
132 sed '/^.*\/\([^/][^/]*\)\/*$/{
133 s//\1/
134 q
135 }
136 /^X\/\(\/\/\)$/{
137 s//\1/
138 q
139 }
140 /^X\/\(\/\).*/{
141 s//\1/
142 q
143 }
144 s/.*/./; q'`
145
146# CDPATH.
147$as_unset CDPATH
148
149
150if test "x$CONFIG_SHELL" = x; then
151 if (eval ":") 2>/dev/null; then
152 as_have_required=yes
153else
154 as_have_required=no
155fi
156
157 if test $as_have_required = yes && (eval ":
158(as_func_return () {
159 (exit \$1)
160}
161as_func_success () {
162 as_func_return 0
163}
164as_func_failure () {
165 as_func_return 1
166}
167as_func_ret_success () {
168 return 0
169}
170as_func_ret_failure () {
171 return 1
172}
173
174exitcode=0
175if as_func_success; then
176 :
177else
178 exitcode=1
179 echo as_func_success failed.
180fi
181
182if as_func_failure; then
183 exitcode=1
184 echo as_func_failure succeeded.
185fi
186
187if as_func_ret_success; then
188 :
189else
190 exitcode=1
191 echo as_func_ret_success failed.
192fi
193
194if as_func_ret_failure; then
195 exitcode=1
196 echo as_func_ret_failure succeeded.
197fi
198
199if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
200 :
201else
202 exitcode=1
203 echo positional parameters were not saved.
204fi
205
206test \$exitcode = 0) || { (exit 1); exit 1; }
207
208(
209 as_lineno_1=\$LINENO
210 as_lineno_2=\$LINENO
211 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
212 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
213") 2> /dev/null; then
214 :
215else
216 as_candidate_shells=
217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
218for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 case $as_dir in
223 /*)
224 for as_base in sh bash ksh sh5; do
225 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
226 done;;
227 esac
228done
229IFS=$as_save_IFS
230
231
232 for as_shell in $as_candidate_shells $SHELL; do
233 # Try only shells that exist, to save several forks.
234 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
235 { ("$as_shell") 2> /dev/null <<\_ASEOF
236# Be Bourne compatible
237if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
238 emulate sh
239 NULLCMD=:
240 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
241 # is contrary to our usage. Disable this feature.
242 alias -g '${1+"$@"}'='"$@"'
243 setopt NO_GLOB_SUBST
244else
245 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
246fi
247BIN_SH=xpg4; export BIN_SH # for Tru64
248DUALCASE=1; export DUALCASE # for MKS sh
249
250:
251_ASEOF
252}; then
253 CONFIG_SHELL=$as_shell
254 as_have_required=yes
255 if { "$as_shell" 2> /dev/null <<\_ASEOF
256# Be Bourne compatible
257if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
258 emulate sh
259 NULLCMD=:
260 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
261 # is contrary to our usage. Disable this feature.
262 alias -g '${1+"$@"}'='"$@"'
263 setopt NO_GLOB_SUBST
264else
265 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
266fi
267BIN_SH=xpg4; export BIN_SH # for Tru64
268DUALCASE=1; export DUALCASE # for MKS sh
269
270:
271(as_func_return () {
272 (exit $1)
273}
274as_func_success () {
275 as_func_return 0
276}
277as_func_failure () {
278 as_func_return 1
279}
280as_func_ret_success () {
281 return 0
282}
283as_func_ret_failure () {
284 return 1
285}
286
287exitcode=0
288if as_func_success; then
289 :
290else
291 exitcode=1
292 echo as_func_success failed.
293fi
294
295if as_func_failure; then
296 exitcode=1
297 echo as_func_failure succeeded.
298fi
299
300if as_func_ret_success; then
301 :
302else
303 exitcode=1
304 echo as_func_ret_success failed.
305fi
306
307if as_func_ret_failure; then
308 exitcode=1
309 echo as_func_ret_failure succeeded.
310fi
311
312if ( set x; as_func_ret_success y && test x = "$1" ); then
313 :
314else
315 exitcode=1
316 echo positional parameters were not saved.
317fi
318
319test $exitcode = 0) || { (exit 1); exit 1; }
320
321(
322 as_lineno_1=$LINENO
323 as_lineno_2=$LINENO
324 test "x$as_lineno_1" != "x$as_lineno_2" &&
325 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
326
327_ASEOF
328}; then
329 break
330fi
331
332fi
333
334 done
335
336 if test "x$CONFIG_SHELL" != x; then
337 for as_var in BASH_ENV ENV
338 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
339 done
340 export CONFIG_SHELL
341 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
342fi
343
344
345 if test $as_have_required = no; then
346 echo This script requires a shell more modern than all the
347 echo shells that I found on your system. Please install a
348 echo modern shell, or manually run the script under such a
349 echo shell if you do have one.
350 { (exit 1); exit 1; }
351fi
352
353
354fi
355
356fi
357
358
359
360(eval "as_func_return () {
361 (exit \$1)
362}
363as_func_success () {
364 as_func_return 0
365}
366as_func_failure () {
367 as_func_return 1
368}
369as_func_ret_success () {
370 return 0
371}
372as_func_ret_failure () {
373 return 1
374}
375
376exitcode=0
377if as_func_success; then
378 :
379else
380 exitcode=1
381 echo as_func_success failed.
382fi
383
384if as_func_failure; then
385 exitcode=1
386 echo as_func_failure succeeded.
387fi
388
389if as_func_ret_success; then
390 :
391else
392 exitcode=1
393 echo as_func_ret_success failed.
394fi
395
396if as_func_ret_failure; then
397 exitcode=1
398 echo as_func_ret_failure succeeded.
399fi
400
401if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
402 :
403else
404 exitcode=1
405 echo positional parameters were not saved.
406fi
407
408test \$exitcode = 0") || {
409 echo No shell found that supports shell functions.
410 echo Please tell autoconf@gnu.org about your system,
411 echo including any error possibly output before this
412 echo message
413}
414
415
416
417 as_lineno_1=$LINENO
418 as_lineno_2=$LINENO
419 test "x$as_lineno_1" != "x$as_lineno_2" &&
420 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
421
422 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
423 # uniformly replaced by the line number. The first 'sed' inserts a
424 # line-number line after each line using $LINENO; the second 'sed'
425 # does the real work. The second script uses 'N' to pair each
426 # line-number line with the line containing $LINENO, and appends
427 # trailing '-' during substitution so that $LINENO is not a special
428 # case at line end.
429 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
430 # scripts with optimization help from Paolo Bonzini. Blame Lee
431 # E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
449 { (exit 1); exit 1; }; }
450
451 # Don't try to exec as it changes $[0], causing all sort of problems
452 # (the dirname of $[0] is not the place where we might find the
453 # original and so on. Autoconf is especially sensitive to this).
454 . "./$as_me.lineno"
455 # Exit status is that of the last command.
456 exit
457}
458
459
460if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
461 as_dirname=dirname
462else
463 as_dirname=false
464fi
465
466ECHO_C= ECHO_N= ECHO_T=
467case `echo -n x` in
468-n*)
469 case `echo 'x\c'` in
470 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
471 *) ECHO_C='\c';;
472 esac;;
473*)
474 ECHO_N='-n';;
475esac
476
477if expr a : '\(a\)' >/dev/null 2>&1 &&
478 test "X`expr 00001 : '.*\(...\)'`" = X001; then
479 as_expr=expr
480else
481 as_expr=false
482fi
483
484rm -f conf$$ conf$$.exe conf$$.file
485if test -d conf$$.dir; then
486 rm -f conf$$.dir/conf$$.file
487else
488 rm -f conf$$.dir
489 mkdir conf$$.dir
490fi
491echo >conf$$.file
492if ln -s conf$$.file conf$$ 2>/dev/null; then
493 as_ln_s='ln -s'
494 # ... but there are two gotchas:
495 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
496 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
497 # In both cases, we have to default to `cp -p'.
498 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
499 as_ln_s='cp -p'
500elif ln conf$$.file conf$$ 2>/dev/null; then
501 as_ln_s=ln
502else
503 as_ln_s='cp -p'
504fi
505rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
506rmdir conf$$.dir 2>/dev/null
507
508if mkdir -p . 2>/dev/null; then
509 as_mkdir_p=:
510else
511 test -d ./-p && rmdir ./-p
512 as_mkdir_p=false
513fi
514
515# Find out whether ``test -x'' works. Don't use a zero-byte file, as
516# systems may use methods other than mode bits to determine executability.
517cat >conf$$.file <<_ASEOF
518#! /bin/sh
519exit 0
520_ASEOF
521chmod +x conf$$.file
522if test -x conf$$.file >/dev/null 2>&1; then
523 as_executable_p="test -x"
524else
525 as_executable_p=:
526fi
527rm -f conf$$.file
528
529# Sed expression to map a string onto a valid CPP name.
530as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531
532# Sed expression to map a string onto a valid variable name.
533as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534
535
536
537exec 7<&0 </dev/null 6>&1
538
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
548ac_clean_files=
549ac_config_libobj_dir=.
550LIBOBJS=
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
555SHELL=${CONFIG_SHELL-/bin/sh}
556
557# Identity of this package.
558PACKAGE_NAME=
559PACKAGE_TARNAME=
560PACKAGE_VERSION=
561PACKAGE_STRING=
562PACKAGE_BUGREPORT=
563
564ac_unique_file="dump/dump.h"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
568#if HAVE_SYS_TYPES_H
569# include <sys/types.h>
570#endif
571#if HAVE_SYS_STAT_H
572# include <sys/stat.h>
573#endif
574#if STDC_HEADERS
575# include <stdlib.h>
576# include <stddef.h>
577#else
578# if HAVE_STDLIB_H
579# include <stdlib.h>
580# endif
581#endif
582#if HAVE_STRING_H
583# if !STDC_HEADERS && HAVE_MEMORY_H
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
588#if HAVE_STRINGS_H
589# include <strings.h>
590#endif
591#if HAVE_INTTYPES_H
592# include <inttypes.h>
593#endif
594#if HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#if HAVE_UNISTD_H
598# include <unistd.h>
599#endif"
600
601ac_subst_vars='SHELL
602PATH_SEPARATOR
603PACKAGE_NAME
604PACKAGE_TARNAME
605PACKAGE_VERSION
606PACKAGE_STRING
607PACKAGE_BUGREPORT
608exec_prefix
609prefix
610program_transform_name
611bindir
612sbindir
613libexecdir
614datarootdir
615datadir
616sysconfdir
617sharedstatedir
618localstatedir
619includedir
620oldincludedir
621docdir
622infodir
623htmldir
624dvidir
625pdfdir
626psdir
627libdir
628localedir
629mandir
630DEFS
631ECHO_C
632ECHO_N
633ECHO_T
634LIBS
635build_alias
636host_alias
637target_alias
638SET_MAKE
639LN_S
640CP
641MV
642RM
643AR
644RANLIB
645PATCH
646CC
647CFLAGS
648LDFLAGS
649CPPFLAGS
650ac_ct_CC
651EXEEXT
652OBJEXT
653INSTALL_PROGRAM
654INSTALL_SCRIPT
655INSTALL_DATA
656CPP
657GREP
658EGREP
659DUMPDEBUG
660RESTOREDEBUG
661STATIC
662RMTDIR
663ERMT
664CRYPTO
665OPTDEFS
666LTRANSSELINUX
667CCTRANSSELINUX
668LD
669CCOPTS
670LDOPTS
671BINOWNER
672BINGRP
673BINMODE
674MANOWNER
675MANGRP
676MANMODE
677DUMPDATESPATH
678BLKID
679READLINE
680ZLIB
681BZLIB
682top_builddir
683LIBOBJS
684LTLIBOBJS'
685ac_subst_files='MCONFIG'
686 ac_precious_vars='build_alias
687host_alias
688target_alias
689CC
690CFLAGS
691LDFLAGS
692CPPFLAGS
693CPP'
694
695
696# Initialize some variables set by options.
697ac_init_help=
698ac_init_version=false
699# The variables have the same names as the options, with
700# dashes changed to underlines.
701cache_file=/dev/null
702exec_prefix=NONE
703no_create=
704no_recursion=
705prefix=NONE
706program_prefix=NONE
707program_suffix=NONE
708program_transform_name=s,x,x,
709silent=
710site=
711srcdir=
712verbose=
713x_includes=NONE
714x_libraries=NONE
715
716# Installation directory options.
717# These are left unexpanded so users can "make install exec_prefix=/foo"
718# and all the variables that are supposed to be based on exec_prefix
719# by default will actually change.
720# Use braces instead of parens because sh, perl, etc. also accept them.
721# (The list follows the same order as the GNU Coding Standards.)
722bindir='${exec_prefix}/bin'
723sbindir='${exec_prefix}/sbin'
724libexecdir='${exec_prefix}/libexec'
725datarootdir='${prefix}/share'
726datadir='${datarootdir}'
727sysconfdir='${prefix}/etc'
728sharedstatedir='${prefix}/com'
729localstatedir='${prefix}/var'
730includedir='${prefix}/include'
731oldincludedir='/usr/include'
732docdir='${datarootdir}/doc/${PACKAGE}'
733infodir='${datarootdir}/info'
734htmldir='${docdir}'
735dvidir='${docdir}'
736pdfdir='${docdir}'
737psdir='${docdir}'
738libdir='${exec_prefix}/lib'
739localedir='${datarootdir}/locale'
740mandir='${datarootdir}/man'
741
742ac_prev=
743ac_dashdash=
744for ac_option
745do
746 # If the previous option needs an argument, assign it.
747 if test -n "$ac_prev"; then
748 eval $ac_prev=\$ac_option
749 ac_prev=
750 continue
751 fi
752
753 case $ac_option in
754 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
755 *) ac_optarg=yes ;;
756 esac
757
758 # Accept the important Cygnus configure options, so we can diagnose typos.
759
760 case $ac_dashdash$ac_option in
761 --)
762 ac_dashdash=yes ;;
763
764 -bindir | --bindir | --bindi | --bind | --bin | --bi)
765 ac_prev=bindir ;;
766 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
767 bindir=$ac_optarg ;;
768
769 -build | --build | --buil | --bui | --bu)
770 ac_prev=build_alias ;;
771 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
772 build_alias=$ac_optarg ;;
773
774 -cache-file | --cache-file | --cache-fil | --cache-fi \
775 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
776 ac_prev=cache_file ;;
777 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
778 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
779 cache_file=$ac_optarg ;;
780
781 --config-cache | -C)
782 cache_file=config.cache ;;
783
784 -datadir | --datadir | --datadi | --datad)
785 ac_prev=datadir ;;
786 -datadir=* | --datadir=* | --datadi=* | --datad=*)
787 datadir=$ac_optarg ;;
788
789 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
790 | --dataroo | --dataro | --datar)
791 ac_prev=datarootdir ;;
792 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
793 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
794 datarootdir=$ac_optarg ;;
795
796 -disable-* | --disable-*)
797 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
798 # Reject names that are not valid shell variable names.
799 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
800 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
801 { (exit 1); exit 1; }; }
802 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
803 eval enable_$ac_feature=no ;;
804
805 -docdir | --docdir | --docdi | --doc | --do)
806 ac_prev=docdir ;;
807 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
808 docdir=$ac_optarg ;;
809
810 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
811 ac_prev=dvidir ;;
812 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
813 dvidir=$ac_optarg ;;
814
815 -enable-* | --enable-*)
816 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
817 # Reject names that are not valid shell variable names.
818 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
819 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
820 { (exit 1); exit 1; }; }
821 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
822 eval enable_$ac_feature=\$ac_optarg ;;
823
824 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
825 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
826 | --exec | --exe | --ex)
827 ac_prev=exec_prefix ;;
828 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
829 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
830 | --exec=* | --exe=* | --ex=*)
831 exec_prefix=$ac_optarg ;;
832
833 -gas | --gas | --ga | --g)
834 # Obsolete; use --with-gas.
835 with_gas=yes ;;
836
837 -help | --help | --hel | --he | -h)
838 ac_init_help=long ;;
839 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
840 ac_init_help=recursive ;;
841 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
842 ac_init_help=short ;;
843
844 -host | --host | --hos | --ho)
845 ac_prev=host_alias ;;
846 -host=* | --host=* | --hos=* | --ho=*)
847 host_alias=$ac_optarg ;;
848
849 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
850 ac_prev=htmldir ;;
851 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
852 | --ht=*)
853 htmldir=$ac_optarg ;;
854
855 -includedir | --includedir | --includedi | --included | --include \
856 | --includ | --inclu | --incl | --inc)
857 ac_prev=includedir ;;
858 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
859 | --includ=* | --inclu=* | --incl=* | --inc=*)
860 includedir=$ac_optarg ;;
861
862 -infodir | --infodir | --infodi | --infod | --info | --inf)
863 ac_prev=infodir ;;
864 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
865 infodir=$ac_optarg ;;
866
867 -libdir | --libdir | --libdi | --libd)
868 ac_prev=libdir ;;
869 -libdir=* | --libdir=* | --libdi=* | --libd=*)
870 libdir=$ac_optarg ;;
871
872 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
873 | --libexe | --libex | --libe)
874 ac_prev=libexecdir ;;
875 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
876 | --libexe=* | --libex=* | --libe=*)
877 libexecdir=$ac_optarg ;;
878
879 -localedir | --localedir | --localedi | --localed | --locale)
880 ac_prev=localedir ;;
881 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
882 localedir=$ac_optarg ;;
883
884 -localstatedir | --localstatedir | --localstatedi | --localstated \
885 | --localstate | --localstat | --localsta | --localst | --locals)
886 ac_prev=localstatedir ;;
887 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
888 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
889 localstatedir=$ac_optarg ;;
890
891 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
892 ac_prev=mandir ;;
893 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
894 mandir=$ac_optarg ;;
895
896 -nfp | --nfp | --nf)
897 # Obsolete; use --without-fp.
898 with_fp=no ;;
899
900 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
901 | --no-cr | --no-c | -n)
902 no_create=yes ;;
903
904 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
905 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
906 no_recursion=yes ;;
907
908 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
909 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
910 | --oldin | --oldi | --old | --ol | --o)
911 ac_prev=oldincludedir ;;
912 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
913 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
914 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
915 oldincludedir=$ac_optarg ;;
916
917 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
918 ac_prev=prefix ;;
919 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
920 prefix=$ac_optarg ;;
921
922 -program-prefix | --program-prefix | --program-prefi | --program-pref \
923 | --program-pre | --program-pr | --program-p)
924 ac_prev=program_prefix ;;
925 -program-prefix=* | --program-prefix=* | --program-prefi=* \
926 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
927 program_prefix=$ac_optarg ;;
928
929 -program-suffix | --program-suffix | --program-suffi | --program-suff \
930 | --program-suf | --program-su | --program-s)
931 ac_prev=program_suffix ;;
932 -program-suffix=* | --program-suffix=* | --program-suffi=* \
933 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
934 program_suffix=$ac_optarg ;;
935
936 -program-transform-name | --program-transform-name \
937 | --program-transform-nam | --program-transform-na \
938 | --program-transform-n | --program-transform- \
939 | --program-transform | --program-transfor \
940 | --program-transfo | --program-transf \
941 | --program-trans | --program-tran \
942 | --progr-tra | --program-tr | --program-t)
943 ac_prev=program_transform_name ;;
944 -program-transform-name=* | --program-transform-name=* \
945 | --program-transform-nam=* | --program-transform-na=* \
946 | --program-transform-n=* | --program-transform-=* \
947 | --program-transform=* | --program-transfor=* \
948 | --program-transfo=* | --program-transf=* \
949 | --program-trans=* | --program-tran=* \
950 | --progr-tra=* | --program-tr=* | --program-t=*)
951 program_transform_name=$ac_optarg ;;
952
953 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
954 ac_prev=pdfdir ;;
955 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
956 pdfdir=$ac_optarg ;;
957
958 -psdir | --psdir | --psdi | --psd | --ps)
959 ac_prev=psdir ;;
960 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
961 psdir=$ac_optarg ;;
962
963 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
964 | -silent | --silent | --silen | --sile | --sil)
965 silent=yes ;;
966
967 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
968 ac_prev=sbindir ;;
969 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
970 | --sbi=* | --sb=*)
971 sbindir=$ac_optarg ;;
972
973 -sharedstatedir | --sharedstatedir | --sharedstatedi \
974 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
975 | --sharedst | --shareds | --shared | --share | --shar \
976 | --sha | --sh)
977 ac_prev=sharedstatedir ;;
978 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
979 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
980 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
981 | --sha=* | --sh=*)
982 sharedstatedir=$ac_optarg ;;
983
984 -site | --site | --sit)
985 ac_prev=site ;;
986 -site=* | --site=* | --sit=*)
987 site=$ac_optarg ;;
988
989 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
990 ac_prev=srcdir ;;
991 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
992 srcdir=$ac_optarg ;;
993
994 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
995 | --syscon | --sysco | --sysc | --sys | --sy)
996 ac_prev=sysconfdir ;;
997 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
998 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
999 sysconfdir=$ac_optarg ;;
1000
1001 -target | --target | --targe | --targ | --tar | --ta | --t)
1002 ac_prev=target_alias ;;
1003 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1004 target_alias=$ac_optarg ;;
1005
1006 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1007 verbose=yes ;;
1008
1009 -version | --version | --versio | --versi | --vers | -V)
1010 ac_init_version=: ;;
1011
1012 -with-* | --with-*)
1013 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1014 # Reject names that are not valid shell variable names.
1015 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1016 { echo "$as_me: error: invalid package name: $ac_package" >&2
1017 { (exit 1); exit 1; }; }
1018 ac_package=`echo $ac_package| sed 's/-/_/g'`
1019 eval with_$ac_package=\$ac_optarg ;;
1020
1021 -without-* | --without-*)
1022 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1023 # Reject names that are not valid shell variable names.
1024 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1025 { echo "$as_me: error: invalid package name: $ac_package" >&2
1026 { (exit 1); exit 1; }; }
1027 ac_package=`echo $ac_package | sed 's/-/_/g'`
1028 eval with_$ac_package=no ;;
1029
1030 --x)
1031 # Obsolete; use --with-x.
1032 with_x=yes ;;
1033
1034 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1035 | --x-incl | --x-inc | --x-in | --x-i)
1036 ac_prev=x_includes ;;
1037 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1038 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1039 x_includes=$ac_optarg ;;
1040
1041 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1042 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1043 ac_prev=x_libraries ;;
1044 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1045 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1046 x_libraries=$ac_optarg ;;
1047
1048 -*) { echo "$as_me: error: unrecognized option: $ac_option
1049Try \`$0 --help' for more information." >&2
1050 { (exit 1); exit 1; }; }
1051 ;;
1052
1053 *=*)
1054 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1055 # Reject names that are not valid shell variable names.
1056 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1057 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1058 { (exit 1); exit 1; }; }
1059 eval $ac_envvar=\$ac_optarg
1060 export $ac_envvar ;;
1061
1062 *)
1063 # FIXME: should be removed in autoconf 3.0.
1064 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1065 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1066 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1067 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1068 ;;
1069
1070 esac
1071done
1072
1073if test -n "$ac_prev"; then
1074 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1075 { echo "$as_me: error: missing argument to $ac_option" >&2
1076 { (exit 1); exit 1; }; }
1077fi
1078
1079# Be sure to have absolute directory names.
1080for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1081 datadir sysconfdir sharedstatedir localstatedir includedir \
1082 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1083 libdir localedir mandir
1084do
1085 eval ac_val=\$$ac_var
1086 case $ac_val in
1087 [\\/$]* | ?:[\\/]* ) continue;;
1088 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1089 esac
1090 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1091 { (exit 1); exit 1; }; }
1092done
1093
1094# There might be people who depend on the old broken behavior: `$host'
1095# used to hold the argument of --host etc.
1096# FIXME: To remove some day.
1097build=$build_alias
1098host=$host_alias
1099target=$target_alias
1100
1101# FIXME: To remove some day.
1102if test "x$host_alias" != x; then
1103 if test "x$build_alias" = x; then
1104 cross_compiling=maybe
1105 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1106 If a cross compiler is detected then cross compile mode will be used." >&2
1107 elif test "x$build_alias" != "x$host_alias"; then
1108 cross_compiling=yes
1109 fi
1110fi
1111
1112ac_tool_prefix=
1113test -n "$host_alias" && ac_tool_prefix=$host_alias-
1114
1115test "$silent" = yes && exec 6>/dev/null
1116
1117
1118ac_pwd=`pwd` && test -n "$ac_pwd" &&
1119ac_ls_di=`ls -di .` &&
1120ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1121 { echo "$as_me: error: Working directory cannot be determined" >&2
1122 { (exit 1); exit 1; }; }
1123test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1124 { echo "$as_me: error: pwd does not report name of working directory" >&2
1125 { (exit 1); exit 1; }; }
1126
1127
1128# Find the source files, if location was not specified.
1129if test -z "$srcdir"; then
1130 ac_srcdir_defaulted=yes
1131 # Try the directory containing this script, then the parent directory.
1132 ac_confdir=`$as_dirname -- "$0" ||
1133$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1134 X"$0" : 'X\(//\)[^/]' \| \
1135 X"$0" : 'X\(//\)$' \| \
1136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1137echo X"$0" |
1138 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1139 s//\1/
1140 q
1141 }
1142 /^X\(\/\/\)[^/].*/{
1143 s//\1/
1144 q
1145 }
1146 /^X\(\/\/\)$/{
1147 s//\1/
1148 q
1149 }
1150 /^X\(\/\).*/{
1151 s//\1/
1152 q
1153 }
1154 s/.*/./; q'`
1155 srcdir=$ac_confdir
1156 if test ! -r "$srcdir/$ac_unique_file"; then
1157 srcdir=..
1158 fi
1159else
1160 ac_srcdir_defaulted=no
1161fi
1162if test ! -r "$srcdir/$ac_unique_file"; then
1163 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1164 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1165 { (exit 1); exit 1; }; }
1166fi
1167ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1168ac_abs_confdir=`(
1169 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1170 { (exit 1); exit 1; }; }
1171 pwd)`
1172# When building in place, set srcdir=.
1173if test "$ac_abs_confdir" = "$ac_pwd"; then
1174 srcdir=.
1175fi
1176# Remove unnecessary trailing slashes from srcdir.
1177# Double slashes in file names in object file debugging info
1178# mess up M-x gdb in Emacs.
1179case $srcdir in
1180*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1181esac
1182for ac_var in $ac_precious_vars; do
1183 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1184 eval ac_env_${ac_var}_value=\$${ac_var}
1185 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1186 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1187done
1188
1189#
1190# Report the --help message.
1191#
1192if test "$ac_init_help" = "long"; then
1193 # Omit some internal or obsolete options to make the list less imposing.
1194 # This message is too long to be a string in the A/UX 3.1 sh.
1195 cat <<_ACEOF
1196\`configure' configures this package to adapt to many kinds of systems.
1197
1198Usage: $0 [OPTION]... [VAR=VALUE]...
1199
1200To assign environment variables (e.g., CC, CFLAGS...), specify them as
1201VAR=VALUE. See below for descriptions of some of the useful variables.
1202
1203Defaults for the options are specified in brackets.
1204
1205Configuration:
1206 -h, --help display this help and exit
1207 --help=short display options specific to this package
1208 --help=recursive display the short help of all the included packages
1209 -V, --version display version information and exit
1210 -q, --quiet, --silent do not print \`checking...' messages
1211 --cache-file=FILE cache test results in FILE [disabled]
1212 -C, --config-cache alias for \`--cache-file=config.cache'
1213 -n, --no-create do not create output files
1214 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1215
1216Installation directories:
1217 --prefix=PREFIX install architecture-independent files in PREFIX
1218 [$ac_default_prefix]
1219 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1220 [PREFIX]
1221
1222By default, \`make install' will install all the files in
1223\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1224an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1225for instance \`--prefix=\$HOME'.
1226
1227For better control, use the options below.
1228
1229Fine tuning of the installation directories:
1230 --bindir=DIR user executables [EPREFIX/bin]
1231 --sbindir=DIR system admin executables [EPREFIX/sbin]
1232 --libexecdir=DIR program executables [EPREFIX/libexec]
1233 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1234 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1235 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1236 --libdir=DIR object code libraries [EPREFIX/lib]
1237 --includedir=DIR C header files [PREFIX/include]
1238 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1239 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1240 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1241 --infodir=DIR info documentation [DATAROOTDIR/info]
1242 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1243 --mandir=DIR man documentation [DATAROOTDIR/man]
1244 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1245 --htmldir=DIR html documentation [DOCDIR]
1246 --dvidir=DIR dvi documentation [DOCDIR]
1247 --pdfdir=DIR pdf documentation [DOCDIR]
1248 --psdir=DIR ps documentation [DOCDIR]
1249_ACEOF
1250
1251 cat <<\_ACEOF
1252_ACEOF
1253fi
1254
1255if test -n "$ac_init_help"; then
1256
1257 cat <<\_ACEOF
1258
1259Optional Features:
1260 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1261 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1262 --enable-debug include debugging code (default is NO)
1263 --enable-static link dump and restore statically (default is NO)
1264 --enable-staticz link libz and libbz2 statically (default is NO)
1265 --enable-rmt compile and install rmt (default is YES)
1266 --enable-ermt compile ermt, an encrypting version of rmt (default is NO)
1267 --enable-kerberos compile kerberos extensions (default is NO)
1268 --enable-readline enable readline support in restore (default is YES)
1269 --enable-oldstylefscript enable old style F script (no arguments) (default is NO)
1270 --enable-largefile enable Large File System support (default is YES)
1271 --enable-qfa enable Quick File Access support (default is YES)
1272 --enable-qfadebug include Quick File Access debugging code (default is NO)
1273 --enable-macosx include Mac OSX restore compatibility (default is NO)
1274 --enable-transselinux restore can translate SELinux EAs (default is YES)
1275
1276Optional Packages:
1277 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1278 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1279 --with-cc=COMPILER select compiler to use
1280 --with-linker=LINKER select linker to use
1281 --with-ccopts=CCOPTS select compiler command line options
1282 --with-ldopts=LDOPTS select linker command line options
1283 --with-binowner=USER select owner for binaries
1284 --with-bingrp=GROUP select group for binaries
1285 --with-binmode=MODE select mode for binaries
1286 --with-manowner=USER select owner for manual pages
1287 --with-mangrp=GROUP select group for manual pages
1288 --with-manmode=MODE select mode for manual pages
1289 --with-dumpdatespath=PATH select path for dumpdates file
1290
1291Some influential environment variables:
1292 CC C compiler command
1293 CFLAGS C compiler flags
1294 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1295 nonstandard directory <lib dir>
1296 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1297 you have headers in a nonstandard directory <include dir>
1298 CPP C preprocessor
1299
1300Use these variables to override the choices made by `configure' or to help
1301it to find libraries and programs with nonstandard names/locations.
1302
1303_ACEOF
1304ac_status=$?
1305fi
1306
1307if test "$ac_init_help" = "recursive"; then
1308 # If there are subdirs, report their specific --help.
1309 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1310 test -d "$ac_dir" || continue
1311 ac_builddir=.
1312
1313case "$ac_dir" in
1314.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1315*)
1316 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1317 # A ".." for each directory in $ac_dir_suffix.
1318 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1319 case $ac_top_builddir_sub in
1320 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1321 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1322 esac ;;
1323esac
1324ac_abs_top_builddir=$ac_pwd
1325ac_abs_builddir=$ac_pwd$ac_dir_suffix
1326# for backward compatibility:
1327ac_top_builddir=$ac_top_build_prefix
1328
1329case $srcdir in
1330 .) # We are building in place.
1331 ac_srcdir=.
1332 ac_top_srcdir=$ac_top_builddir_sub
1333 ac_abs_top_srcdir=$ac_pwd ;;
1334 [\\/]* | ?:[\\/]* ) # Absolute name.
1335 ac_srcdir=$srcdir$ac_dir_suffix;
1336 ac_top_srcdir=$srcdir
1337 ac_abs_top_srcdir=$srcdir ;;
1338 *) # Relative name.
1339 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1340 ac_top_srcdir=$ac_top_build_prefix$srcdir
1341 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1342esac
1343ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1344
1345 cd "$ac_dir" || { ac_status=$?; continue; }
1346 # Check for guested configure.
1347 if test -f "$ac_srcdir/configure.gnu"; then
1348 echo &&
1349 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1350 elif test -f "$ac_srcdir/configure"; then
1351 echo &&
1352 $SHELL "$ac_srcdir/configure" --help=recursive
1353 else
1354 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1355 fi || ac_status=$?
1356 cd "$ac_pwd" || { ac_status=$?; break; }
1357 done
1358fi
1359
1360test -n "$ac_init_help" && exit $ac_status
1361if $ac_init_version; then
1362 cat <<\_ACEOF
1363configure
1364generated by GNU Autoconf 2.60
1365
1366Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
13672002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1368This configure script is free software; the Free Software Foundation
1369gives unlimited permission to copy, distribute and modify it.
1370_ACEOF
1371 exit
1372fi
1373cat >config.log <<_ACEOF
1374This file contains any messages produced by compilers while
1375running configure, to aid debugging if configure makes a mistake.
1376
1377It was created by $as_me, which was
1378generated by GNU Autoconf 2.60. Invocation command line was
1379
1380 $ $0 $@
1381
1382_ACEOF
1383exec 5>>config.log
1384{
1385cat <<_ASUNAME
1386## --------- ##
1387## Platform. ##
1388## --------- ##
1389
1390hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1391uname -m = `(uname -m) 2>/dev/null || echo unknown`
1392uname -r = `(uname -r) 2>/dev/null || echo unknown`
1393uname -s = `(uname -s) 2>/dev/null || echo unknown`
1394uname -v = `(uname -v) 2>/dev/null || echo unknown`
1395
1396/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1397/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1398
1399/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1400/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1401/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1402/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1403/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1404/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1405/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1406
1407_ASUNAME
1408
1409as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1410for as_dir in $PATH
1411do
1412 IFS=$as_save_IFS
1413 test -z "$as_dir" && as_dir=.
1414 echo "PATH: $as_dir"
1415done
1416IFS=$as_save_IFS
1417
1418} >&5
1419
1420cat >&5 <<_ACEOF
1421
1422
1423## ----------- ##
1424## Core tests. ##
1425## ----------- ##
1426
1427_ACEOF
1428
1429
1430# Keep a trace of the command line.
1431# Strip out --no-create and --no-recursion so they do not pile up.
1432# Strip out --silent because we don't want to record it for future runs.
1433# Also quote any args containing shell meta-characters.
1434# Make two passes to allow for proper duplicate-argument suppression.
1435ac_configure_args=
1436ac_configure_args0=
1437ac_configure_args1=
1438ac_must_keep_next=false
1439for ac_pass in 1 2
1440do
1441 for ac_arg
1442 do
1443 case $ac_arg in
1444 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1445 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1446 | -silent | --silent | --silen | --sile | --sil)
1447 continue ;;
1448 *\'*)
1449 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1450 esac
1451 case $ac_pass in
1452 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1453 2)
1454 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1455 if test $ac_must_keep_next = true; then
1456 ac_must_keep_next=false # Got value, back to normal.
1457 else
1458 case $ac_arg in
1459 *=* | --config-cache | -C | -disable-* | --disable-* \
1460 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1461 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1462 | -with-* | --with-* | -without-* | --without-* | --x)
1463 case "$ac_configure_args0 " in
1464 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1465 esac
1466 ;;
1467 -* ) ac_must_keep_next=true ;;
1468 esac
1469 fi
1470 ac_configure_args="$ac_configure_args '$ac_arg'"
1471 ;;
1472 esac
1473 done
1474done
1475$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1476$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1477
1478# When interrupted or exit'd, cleanup temporary files, and complete
1479# config.log. We remove comments because anyway the quotes in there
1480# would cause problems or look ugly.
1481# WARNING: Use '\'' to represent an apostrophe within the trap.
1482# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1483trap 'exit_status=$?
1484 # Save into config.log some information that might help in debugging.
1485 {
1486 echo
1487
1488 cat <<\_ASBOX
1489## ---------------- ##
1490## Cache variables. ##
1491## ---------------- ##
1492_ASBOX
1493 echo
1494 # The following way of writing the cache mishandles newlines in values,
1495(
1496 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1497 eval ac_val=\$$ac_var
1498 case $ac_val in #(
1499 *${as_nl}*)
1500 case $ac_var in #(
1501 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1502echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1503 esac
1504 case $ac_var in #(
1505 _ | IFS | as_nl) ;; #(
1506 *) $as_unset $ac_var ;;
1507 esac ;;
1508 esac
1509 done
1510 (set) 2>&1 |
1511 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1512 *${as_nl}ac_space=\ *)
1513 sed -n \
1514 "s/'\''/'\''\\\\'\'''\''/g;
1515 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1516 ;; #(
1517 *)
1518 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1519 ;;
1520 esac |
1521 sort
1522)
1523 echo
1524
1525 cat <<\_ASBOX
1526## ----------------- ##
1527## Output variables. ##
1528## ----------------- ##
1529_ASBOX
1530 echo
1531 for ac_var in $ac_subst_vars
1532 do
1533 eval ac_val=\$$ac_var
1534 case $ac_val in
1535 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1536 esac
1537 echo "$ac_var='\''$ac_val'\''"
1538 done | sort
1539 echo
1540
1541 if test -n "$ac_subst_files"; then
1542 cat <<\_ASBOX
1543## ------------------- ##
1544## File substitutions. ##
1545## ------------------- ##
1546_ASBOX
1547 echo
1548 for ac_var in $ac_subst_files
1549 do
1550 eval ac_val=\$$ac_var
1551 case $ac_val in
1552 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1553 esac
1554 echo "$ac_var='\''$ac_val'\''"
1555 done | sort
1556 echo
1557 fi
1558
1559 if test -s confdefs.h; then
1560 cat <<\_ASBOX
1561## ----------- ##
1562## confdefs.h. ##
1563## ----------- ##
1564_ASBOX
1565 echo
1566 cat confdefs.h
1567 echo
1568 fi
1569 test "$ac_signal" != 0 &&
1570 echo "$as_me: caught signal $ac_signal"
1571 echo "$as_me: exit $exit_status"
1572 } >&5
1573 rm -f core *.core core.conftest.* &&
1574 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1575 exit $exit_status
1576' 0
1577for ac_signal in 1 2 13 15; do
1578 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1579done
1580ac_signal=0
1581
1582# confdefs.h avoids OS command line length limits that DEFS can exceed.
1583rm -f -r conftest* confdefs.h
1584
1585# Predefined preprocessor variables.
1586
1587cat >>confdefs.h <<_ACEOF
1588#define PACKAGE_NAME "$PACKAGE_NAME"
1589_ACEOF
1590
1591
1592cat >>confdefs.h <<_ACEOF
1593#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1594_ACEOF
1595
1596
1597cat >>confdefs.h <<_ACEOF
1598#define PACKAGE_VERSION "$PACKAGE_VERSION"
1599_ACEOF
1600
1601
1602cat >>confdefs.h <<_ACEOF
1603#define PACKAGE_STRING "$PACKAGE_STRING"
1604_ACEOF
1605
1606
1607cat >>confdefs.h <<_ACEOF
1608#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1609_ACEOF
1610
1611
1612# Let the site file select an alternate cache file if it wants to.
1613# Prefer explicitly selected file to automatically selected ones.
1614if test -n "$CONFIG_SITE"; then
1615 set x "$CONFIG_SITE"
1616elif test "x$prefix" != xNONE; then
1617 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1618else
1619 set x "$ac_default_prefix/share/config.site" \
1620 "$ac_default_prefix/etc/config.site"
1621fi
1622shift
1623for ac_site_file
1624do
1625 if test -r "$ac_site_file"; then
1626 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1627echo "$as_me: loading site script $ac_site_file" >&6;}
1628 sed 's/^/| /' "$ac_site_file" >&5
1629 . "$ac_site_file"
1630 fi
1631done
1632
1633if test -r "$cache_file"; then
1634 # Some versions of bash will fail to source /dev/null (special
1635 # files actually), so we avoid doing that.
1636 if test -f "$cache_file"; then
1637 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1638echo "$as_me: loading cache $cache_file" >&6;}
1639 case $cache_file in
1640 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1641 *) . "./$cache_file";;
1642 esac
1643 fi
1644else
1645 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1646echo "$as_me: creating cache $cache_file" >&6;}
1647 >$cache_file
1648fi
1649
1650# Check that the precious variables saved in the cache have kept the same
1651# value.
1652ac_cache_corrupted=false
1653for ac_var in $ac_precious_vars; do
1654 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1655 eval ac_new_set=\$ac_env_${ac_var}_set
1656 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1657 eval ac_new_val=\$ac_env_${ac_var}_value
1658 case $ac_old_set,$ac_new_set in
1659 set,)
1660 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1661echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1662 ac_cache_corrupted=: ;;
1663 ,set)
1664 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1665echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1666 ac_cache_corrupted=: ;;
1667 ,);;
1668 *)
1669 if test "x$ac_old_val" != "x$ac_new_val"; then
1670 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1671echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1672 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1673echo "$as_me: former value: $ac_old_val" >&2;}
1674 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1675echo "$as_me: current value: $ac_new_val" >&2;}
1676 ac_cache_corrupted=:
1677 fi;;
1678 esac
1679 # Pass precious variables to config.status.
1680 if test "$ac_new_set" = set; then
1681 case $ac_new_val in
1682 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1683 *) ac_arg=$ac_var=$ac_new_val ;;
1684 esac
1685 case " $ac_configure_args " in
1686 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1687 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1688 esac
1689 fi
1690done
1691if $ac_cache_corrupted; then
1692 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1693echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1694 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1695echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1696 { (exit 1); exit 1; }; }
1697fi
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715ac_ext=c
1716ac_cpp='$CPP $CPPFLAGS'
1717ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1718ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1719ac_compiler_gnu=$ac_cv_c_compiler_gnu
1720
1721
1722
1723
1724MCONFIG=./MCONFIG
1725
1726
1727ac_config_headers="$ac_config_headers config.h"
1728
1729
1730{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1731echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1732set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1733if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1734 echo $ECHO_N "(cached) $ECHO_C" >&6
1735else
1736 cat >conftest.make <<\_ACEOF
1737SHELL = /bin/sh
1738all:
1739 @echo '@@@%%%=$(MAKE)=@@@%%%'
1740_ACEOF
1741# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1742case `${MAKE-make} -f conftest.make 2>/dev/null` in
1743 *@@@%%%=?*=@@@%%%*)
1744 eval ac_cv_prog_make_${ac_make}_set=yes;;
1745 *)
1746 eval ac_cv_prog_make_${ac_make}_set=no;;
1747esac
1748rm -f conftest.make
1749fi
1750if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1751 { echo "$as_me:$LINENO: result: yes" >&5
1752echo "${ECHO_T}yes" >&6; }
1753 SET_MAKE=
1754else
1755 { echo "$as_me:$LINENO: result: no" >&5
1756echo "${ECHO_T}no" >&6; }
1757 SET_MAKE="MAKE=${MAKE-make}"
1758fi
1759
1760{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
1761echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
1762LN_S=$as_ln_s
1763if test "$LN_S" = "ln -s"; then
1764 { echo "$as_me:$LINENO: result: yes" >&5
1765echo "${ECHO_T}yes" >&6; }
1766else
1767 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1768echo "${ECHO_T}no, using $LN_S" >&6; }
1769fi
1770
1771# Extract the first word of "cp", so it can be a program name with args.
1772set dummy cp; ac_word=$2
1773{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1774echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1775if test "${ac_cv_path_CP+set}" = set; then
1776 echo $ECHO_N "(cached) $ECHO_C" >&6
1777else
1778 case $CP in
1779 [\\/]* | ?:[\\/]*)
1780 ac_cv_path_CP="$CP" # Let the user override the test with a path.
1781 ;;
1782 *)
1783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1784for as_dir in $PATH
1785do
1786 IFS=$as_save_IFS
1787 test -z "$as_dir" && as_dir=.
1788 for ac_exec_ext in '' $ac_executable_extensions; do
1789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1790 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
1791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1792 break 2
1793 fi
1794done
1795done
1796IFS=$as_save_IFS
1797
1798 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
1799 ;;
1800esac
1801fi
1802CP=$ac_cv_path_CP
1803if test -n "$CP"; then
1804 { echo "$as_me:$LINENO: result: $CP" >&5
1805echo "${ECHO_T}$CP" >&6; }
1806else
1807 { echo "$as_me:$LINENO: result: no" >&5
1808echo "${ECHO_T}no" >&6; }
1809fi
1810
1811
1812# Extract the first word of "mv", so it can be a program name with args.
1813set dummy mv; ac_word=$2
1814{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1815echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1816if test "${ac_cv_path_MV+set}" = set; then
1817 echo $ECHO_N "(cached) $ECHO_C" >&6
1818else
1819 case $MV in
1820 [\\/]* | ?:[\\/]*)
1821 ac_cv_path_MV="$MV" # Let the user override the test with a path.
1822 ;;
1823 *)
1824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1825for as_dir in $PATH
1826do
1827 IFS=$as_save_IFS
1828 test -z "$as_dir" && as_dir=.
1829 for ac_exec_ext in '' $ac_executable_extensions; do
1830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1831 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
1832 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1833 break 2
1834 fi
1835done
1836done
1837IFS=$as_save_IFS
1838
1839 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
1840 ;;
1841esac
1842fi
1843MV=$ac_cv_path_MV
1844if test -n "$MV"; then
1845 { echo "$as_me:$LINENO: result: $MV" >&5
1846echo "${ECHO_T}$MV" >&6; }
1847else
1848 { echo "$as_me:$LINENO: result: no" >&5
1849echo "${ECHO_T}no" >&6; }
1850fi
1851
1852
1853# Extract the first word of "rm", so it can be a program name with args.
1854set dummy rm; ac_word=$2
1855{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1856echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1857if test "${ac_cv_path_RM+set}" = set; then
1858 echo $ECHO_N "(cached) $ECHO_C" >&6
1859else
1860 case $RM in
1861 [\\/]* | ?:[\\/]*)
1862 ac_cv_path_RM="$RM" # Let the user override the test with a path.
1863 ;;
1864 *)
1865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1866for as_dir in $PATH
1867do
1868 IFS=$as_save_IFS
1869 test -z "$as_dir" && as_dir=.
1870 for ac_exec_ext in '' $ac_executable_extensions; do
1871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1872 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
1873 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1874 break 2
1875 fi
1876done
1877done
1878IFS=$as_save_IFS
1879
1880 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
1881 ;;
1882esac
1883fi
1884RM=$ac_cv_path_RM
1885if test -n "$RM"; then
1886 { echo "$as_me:$LINENO: result: $RM" >&5
1887echo "${ECHO_T}$RM" >&6; }
1888else
1889 { echo "$as_me:$LINENO: result: no" >&5
1890echo "${ECHO_T}no" >&6; }
1891fi
1892
1893
1894if test -n "$ac_tool_prefix"; then
1895 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1896set dummy ${ac_tool_prefix}ar; ac_word=$2
1897{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1898echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1899if test "${ac_cv_prog_AR+set}" = set; then
1900 echo $ECHO_N "(cached) $ECHO_C" >&6
1901else
1902 if test -n "$AR"; then
1903 ac_cv_prog_AR="$AR" # Let the user override the test.
1904else
1905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1906for as_dir in $PATH
1907do
1908 IFS=$as_save_IFS
1909 test -z "$as_dir" && as_dir=.
1910 for ac_exec_ext in '' $ac_executable_extensions; do
1911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1912 ac_cv_prog_AR="${ac_tool_prefix}ar"
1913 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1914 break 2
1915 fi
1916done
1917done
1918IFS=$as_save_IFS
1919
1920fi
1921fi
1922AR=$ac_cv_prog_AR
1923if test -n "$AR"; then
1924 { echo "$as_me:$LINENO: result: $AR" >&5
1925echo "${ECHO_T}$AR" >&6; }
1926else
1927 { echo "$as_me:$LINENO: result: no" >&5
1928echo "${ECHO_T}no" >&6; }
1929fi
1930
1931
1932fi
1933if test -z "$ac_cv_prog_AR"; then
1934 ac_ct_AR=$AR
1935 # Extract the first word of "ar", so it can be a program name with args.
1936set dummy ar; ac_word=$2
1937{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1938echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1939if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
1940 echo $ECHO_N "(cached) $ECHO_C" >&6
1941else
1942 if test -n "$ac_ct_AR"; then
1943 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
1944else
1945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1946for as_dir in $PATH
1947do
1948 IFS=$as_save_IFS
1949 test -z "$as_dir" && as_dir=.
1950 for ac_exec_ext in '' $ac_executable_extensions; do
1951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1952 ac_cv_prog_ac_ct_AR="ar"
1953 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1954 break 2
1955 fi
1956done
1957done
1958IFS=$as_save_IFS
1959
1960fi
1961fi
1962ac_ct_AR=$ac_cv_prog_ac_ct_AR
1963if test -n "$ac_ct_AR"; then
1964 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
1965echo "${ECHO_T}$ac_ct_AR" >&6; }
1966else
1967 { echo "$as_me:$LINENO: result: no" >&5
1968echo "${ECHO_T}no" >&6; }
1969fi
1970
1971 if test "x$ac_ct_AR" = x; then
1972 AR="ar"
1973 else
1974 case $cross_compiling:$ac_tool_warned in
1975yes:)
1976{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1977whose name does not start with the host triplet. If you think this
1978configuration is useful to you, please write to autoconf@gnu.org." >&5
1979echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1980whose name does not start with the host triplet. If you think this
1981configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1982ac_tool_warned=yes ;;
1983esac
1984 AR=$ac_ct_AR
1985 fi
1986else
1987 AR="$ac_cv_prog_AR"
1988fi
1989
1990if test -n "$ac_tool_prefix"; then
1991 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1992set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1993{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1994echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1995if test "${ac_cv_prog_RANLIB+set}" = set; then
1996 echo $ECHO_N "(cached) $ECHO_C" >&6
1997else
1998 if test -n "$RANLIB"; then
1999 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2000else
2001as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2002for as_dir in $PATH
2003do
2004 IFS=$as_save_IFS
2005 test -z "$as_dir" && as_dir=.
2006 for ac_exec_ext in '' $ac_executable_extensions; do
2007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2008 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2009 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2010 break 2
2011 fi
2012done
2013done
2014IFS=$as_save_IFS
2015
2016fi
2017fi
2018RANLIB=$ac_cv_prog_RANLIB
2019if test -n "$RANLIB"; then
2020 { echo "$as_me:$LINENO: result: $RANLIB" >&5
2021echo "${ECHO_T}$RANLIB" >&6; }
2022else
2023 { echo "$as_me:$LINENO: result: no" >&5
2024echo "${ECHO_T}no" >&6; }
2025fi
2026
2027
2028fi
2029if test -z "$ac_cv_prog_RANLIB"; then
2030 ac_ct_RANLIB=$RANLIB
2031 # Extract the first word of "ranlib", so it can be a program name with args.
2032set dummy ranlib; ac_word=$2
2033{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2034echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2035if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2036 echo $ECHO_N "(cached) $ECHO_C" >&6
2037else
2038 if test -n "$ac_ct_RANLIB"; then
2039 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2040else
2041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2042for as_dir in $PATH
2043do
2044 IFS=$as_save_IFS
2045 test -z "$as_dir" && as_dir=.
2046 for ac_exec_ext in '' $ac_executable_extensions; do
2047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2048 ac_cv_prog_ac_ct_RANLIB="ranlib"
2049 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2050 break 2
2051 fi
2052done
2053done
2054IFS=$as_save_IFS
2055
2056fi
2057fi
2058ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2059if test -n "$ac_ct_RANLIB"; then
2060 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2061echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
2062else
2063 { echo "$as_me:$LINENO: result: no" >&5
2064echo "${ECHO_T}no" >&6; }
2065fi
2066
2067 if test "x$ac_ct_RANLIB" = x; then
2068 RANLIB=":"
2069 else
2070 case $cross_compiling:$ac_tool_warned in
2071yes:)
2072{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2073whose name does not start with the host triplet. If you think this
2074configuration is useful to you, please write to autoconf@gnu.org." >&5
2075echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2076whose name does not start with the host triplet. If you think this
2077configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2078ac_tool_warned=yes ;;
2079esac
2080 RANLIB=$ac_ct_RANLIB
2081 fi
2082else
2083 RANLIB="$ac_cv_prog_RANLIB"
2084fi
2085
2086if test -n "$ac_tool_prefix"; then
2087 # Extract the first word of "${ac_tool_prefix}patch", so it can be a program name with args.
2088set dummy ${ac_tool_prefix}patch; ac_word=$2
2089{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2090echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2091if test "${ac_cv_prog_PATCH+set}" = set; then
2092 echo $ECHO_N "(cached) $ECHO_C" >&6
2093else
2094 if test -n "$PATCH"; then
2095 ac_cv_prog_PATCH="$PATCH" # Let the user override the test.
2096else
2097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2098for as_dir in $PATH
2099do
2100 IFS=$as_save_IFS
2101 test -z "$as_dir" && as_dir=.
2102 for ac_exec_ext in '' $ac_executable_extensions; do
2103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2104 ac_cv_prog_PATCH="${ac_tool_prefix}patch"
2105 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2106 break 2
2107 fi
2108done
2109done
2110IFS=$as_save_IFS
2111
2112fi
2113fi
2114PATCH=$ac_cv_prog_PATCH
2115if test -n "$PATCH"; then
2116 { echo "$as_me:$LINENO: result: $PATCH" >&5
2117echo "${ECHO_T}$PATCH" >&6; }
2118else
2119 { echo "$as_me:$LINENO: result: no" >&5
2120echo "${ECHO_T}no" >&6; }
2121fi
2122
2123
2124fi
2125if test -z "$ac_cv_prog_PATCH"; then
2126 ac_ct_PATCH=$PATCH
2127 # Extract the first word of "patch", so it can be a program name with args.
2128set dummy patch; ac_word=$2
2129{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2130echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2131if test "${ac_cv_prog_ac_ct_PATCH+set}" = set; then
2132 echo $ECHO_N "(cached) $ECHO_C" >&6
2133else
2134 if test -n "$ac_ct_PATCH"; then
2135 ac_cv_prog_ac_ct_PATCH="$ac_ct_PATCH" # Let the user override the test.
2136else
2137as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2138for as_dir in $PATH
2139do
2140 IFS=$as_save_IFS
2141 test -z "$as_dir" && as_dir=.
2142 for ac_exec_ext in '' $ac_executable_extensions; do
2143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2144 ac_cv_prog_ac_ct_PATCH="patch"
2145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2146 break 2
2147 fi
2148done
2149done
2150IFS=$as_save_IFS
2151
2152fi
2153fi
2154ac_ct_PATCH=$ac_cv_prog_ac_ct_PATCH
2155if test -n "$ac_ct_PATCH"; then
2156 { echo "$as_me:$LINENO: result: $ac_ct_PATCH" >&5
2157echo "${ECHO_T}$ac_ct_PATCH" >&6; }
2158else
2159 { echo "$as_me:$LINENO: result: no" >&5
2160echo "${ECHO_T}no" >&6; }
2161fi
2162
2163 if test "x$ac_ct_PATCH" = x; then
2164 PATCH=":"
2165 else
2166 case $cross_compiling:$ac_tool_warned in
2167yes:)
2168{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2169whose name does not start with the host triplet. If you think this
2170configuration is useful to you, please write to autoconf@gnu.org." >&5
2171echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2172whose name does not start with the host triplet. If you think this
2173configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2174ac_tool_warned=yes ;;
2175esac
2176 PATCH=$ac_ct_PATCH
2177 fi
2178else
2179 PATCH="$ac_cv_prog_PATCH"
2180fi
2181
2182ac_ext=c
2183ac_cpp='$CPP $CPPFLAGS'
2184ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2185ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2186ac_compiler_gnu=$ac_cv_c_compiler_gnu
2187if test -n "$ac_tool_prefix"; then
2188 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2189set dummy ${ac_tool_prefix}gcc; ac_word=$2
2190{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2191echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2192if test "${ac_cv_prog_CC+set}" = set; then
2193 echo $ECHO_N "(cached) $ECHO_C" >&6
2194else
2195 if test -n "$CC"; then
2196 ac_cv_prog_CC="$CC" # Let the user override the test.
2197else
2198as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2199for as_dir in $PATH
2200do
2201 IFS=$as_save_IFS
2202 test -z "$as_dir" && as_dir=.
2203 for ac_exec_ext in '' $ac_executable_extensions; do
2204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2205 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2206 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2207 break 2
2208 fi
2209done
2210done
2211IFS=$as_save_IFS
2212
2213fi
2214fi
2215CC=$ac_cv_prog_CC
2216if test -n "$CC"; then
2217 { echo "$as_me:$LINENO: result: $CC" >&5
2218echo "${ECHO_T}$CC" >&6; }
2219else
2220 { echo "$as_me:$LINENO: result: no" >&5
2221echo "${ECHO_T}no" >&6; }
2222fi
2223
2224
2225fi
2226if test -z "$ac_cv_prog_CC"; then
2227 ac_ct_CC=$CC
2228 # Extract the first word of "gcc", so it can be a program name with args.
2229set dummy gcc; ac_word=$2
2230{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2231echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2232if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2233 echo $ECHO_N "(cached) $ECHO_C" >&6
2234else
2235 if test -n "$ac_ct_CC"; then
2236 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2237else
2238as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2239for as_dir in $PATH
2240do
2241 IFS=$as_save_IFS
2242 test -z "$as_dir" && as_dir=.
2243 for ac_exec_ext in '' $ac_executable_extensions; do
2244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2245 ac_cv_prog_ac_ct_CC="gcc"
2246 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2247 break 2
2248 fi
2249done
2250done
2251IFS=$as_save_IFS
2252
2253fi
2254fi
2255ac_ct_CC=$ac_cv_prog_ac_ct_CC
2256if test -n "$ac_ct_CC"; then
2257 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2258echo "${ECHO_T}$ac_ct_CC" >&6; }
2259else
2260 { echo "$as_me:$LINENO: result: no" >&5
2261echo "${ECHO_T}no" >&6; }
2262fi
2263
2264 if test "x$ac_ct_CC" = x; then
2265 CC=""
2266 else
2267 case $cross_compiling:$ac_tool_warned in
2268yes:)
2269{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2270whose name does not start with the host triplet. If you think this
2271configuration is useful to you, please write to autoconf@gnu.org." >&5
2272echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2273whose name does not start with the host triplet. If you think this
2274configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2275ac_tool_warned=yes ;;
2276esac
2277 CC=$ac_ct_CC
2278 fi
2279else
2280 CC="$ac_cv_prog_CC"
2281fi
2282
2283if test -z "$CC"; then
2284 if test -n "$ac_tool_prefix"; then
2285 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2286set dummy ${ac_tool_prefix}cc; ac_word=$2
2287{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2288echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2289if test "${ac_cv_prog_CC+set}" = set; then
2290 echo $ECHO_N "(cached) $ECHO_C" >&6
2291else
2292 if test -n "$CC"; then
2293 ac_cv_prog_CC="$CC" # Let the user override the test.
2294else
2295as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2296for as_dir in $PATH
2297do
2298 IFS=$as_save_IFS
2299 test -z "$as_dir" && as_dir=.
2300 for ac_exec_ext in '' $ac_executable_extensions; do
2301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2302 ac_cv_prog_CC="${ac_tool_prefix}cc"
2303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2304 break 2
2305 fi
2306done
2307done
2308IFS=$as_save_IFS
2309
2310fi
2311fi
2312CC=$ac_cv_prog_CC
2313if test -n "$CC"; then
2314 { echo "$as_me:$LINENO: result: $CC" >&5
2315echo "${ECHO_T}$CC" >&6; }
2316else
2317 { echo "$as_me:$LINENO: result: no" >&5
2318echo "${ECHO_T}no" >&6; }
2319fi
2320
2321
2322 fi
2323fi
2324if test -z "$CC"; then
2325 # Extract the first word of "cc", so it can be a program name with args.
2326set dummy cc; ac_word=$2
2327{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2328echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2329if test "${ac_cv_prog_CC+set}" = set; then
2330 echo $ECHO_N "(cached) $ECHO_C" >&6
2331else
2332 if test -n "$CC"; then
2333 ac_cv_prog_CC="$CC" # Let the user override the test.
2334else
2335 ac_prog_rejected=no
2336as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2337for as_dir in $PATH
2338do
2339 IFS=$as_save_IFS
2340 test -z "$as_dir" && as_dir=.
2341 for ac_exec_ext in '' $ac_executable_extensions; do
2342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2343 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2344 ac_prog_rejected=yes
2345 continue
2346 fi
2347 ac_cv_prog_CC="cc"
2348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2349 break 2
2350 fi
2351done
2352done
2353IFS=$as_save_IFS
2354
2355if test $ac_prog_rejected = yes; then
2356 # We found a bogon in the path, so make sure we never use it.
2357 set dummy $ac_cv_prog_CC
2358 shift
2359 if test $# != 0; then
2360 # We chose a different compiler from the bogus one.
2361 # However, it has the same basename, so the bogon will be chosen
2362 # first if we set CC to just the basename; use the full file name.
2363 shift
2364 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2365 fi
2366fi
2367fi
2368fi
2369CC=$ac_cv_prog_CC
2370if test -n "$CC"; then
2371 { echo "$as_me:$LINENO: result: $CC" >&5
2372echo "${ECHO_T}$CC" >&6; }
2373else
2374 { echo "$as_me:$LINENO: result: no" >&5
2375echo "${ECHO_T}no" >&6; }
2376fi
2377
2378
2379fi
2380if test -z "$CC"; then
2381 if test -n "$ac_tool_prefix"; then
2382 for ac_prog in cl.exe
2383 do
2384 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2385set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2386{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2387echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2388if test "${ac_cv_prog_CC+set}" = set; then
2389 echo $ECHO_N "(cached) $ECHO_C" >&6
2390else
2391 if test -n "$CC"; then
2392 ac_cv_prog_CC="$CC" # Let the user override the test.
2393else
2394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2395for as_dir in $PATH
2396do
2397 IFS=$as_save_IFS
2398 test -z "$as_dir" && as_dir=.
2399 for ac_exec_ext in '' $ac_executable_extensions; do
2400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2401 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2403 break 2
2404 fi
2405done
2406done
2407IFS=$as_save_IFS
2408
2409fi
2410fi
2411CC=$ac_cv_prog_CC
2412if test -n "$CC"; then
2413 { echo "$as_me:$LINENO: result: $CC" >&5
2414echo "${ECHO_T}$CC" >&6; }
2415else
2416 { echo "$as_me:$LINENO: result: no" >&5
2417echo "${ECHO_T}no" >&6; }
2418fi
2419
2420
2421 test -n "$CC" && break
2422 done
2423fi
2424if test -z "$CC"; then
2425 ac_ct_CC=$CC
2426 for ac_prog in cl.exe
2427do
2428 # Extract the first word of "$ac_prog", so it can be a program name with args.
2429set dummy $ac_prog; ac_word=$2
2430{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2431echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2432if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2433 echo $ECHO_N "(cached) $ECHO_C" >&6
2434else
2435 if test -n "$ac_ct_CC"; then
2436 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2437else
2438as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2439for as_dir in $PATH
2440do
2441 IFS=$as_save_IFS
2442 test -z "$as_dir" && as_dir=.
2443 for ac_exec_ext in '' $ac_executable_extensions; do
2444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2445 ac_cv_prog_ac_ct_CC="$ac_prog"
2446 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2447 break 2
2448 fi
2449done
2450done
2451IFS=$as_save_IFS
2452
2453fi
2454fi
2455ac_ct_CC=$ac_cv_prog_ac_ct_CC
2456if test -n "$ac_ct_CC"; then
2457 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2458echo "${ECHO_T}$ac_ct_CC" >&6; }
2459else
2460 { echo "$as_me:$LINENO: result: no" >&5
2461echo "${ECHO_T}no" >&6; }
2462fi
2463
2464
2465 test -n "$ac_ct_CC" && break
2466done
2467
2468 if test "x$ac_ct_CC" = x; then
2469 CC=""
2470 else
2471 case $cross_compiling:$ac_tool_warned in
2472yes:)
2473{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2474whose name does not start with the host triplet. If you think this
2475configuration is useful to you, please write to autoconf@gnu.org." >&5
2476echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2477whose name does not start with the host triplet. If you think this
2478configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2479ac_tool_warned=yes ;;
2480esac
2481 CC=$ac_ct_CC
2482 fi
2483fi
2484
2485fi
2486
2487
2488test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2489See \`config.log' for more details." >&5
2490echo "$as_me: error: no acceptable C compiler found in \$PATH
2491See \`config.log' for more details." >&2;}
2492 { (exit 1); exit 1; }; }
2493
2494# Provide some information about the compiler.
2495echo "$as_me:$LINENO: checking for C compiler version" >&5
2496ac_compiler=`set X $ac_compile; echo $2`
2497{ (ac_try="$ac_compiler --version >&5"
2498case "(($ac_try" in
2499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2500 *) ac_try_echo=$ac_try;;
2501esac
2502eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2503 (eval "$ac_compiler --version >&5") 2>&5
2504 ac_status=$?
2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2506 (exit $ac_status); }
2507{ (ac_try="$ac_compiler -v >&5"
2508case "(($ac_try" in
2509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2510 *) ac_try_echo=$ac_try;;
2511esac
2512eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2513 (eval "$ac_compiler -v >&5") 2>&5
2514 ac_status=$?
2515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2516 (exit $ac_status); }
2517{ (ac_try="$ac_compiler -V >&5"
2518case "(($ac_try" in
2519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2520 *) ac_try_echo=$ac_try;;
2521esac
2522eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2523 (eval "$ac_compiler -V >&5") 2>&5
2524 ac_status=$?
2525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2526 (exit $ac_status); }
2527
2528cat >conftest.$ac_ext <<_ACEOF
2529/* confdefs.h. */
2530_ACEOF
2531cat confdefs.h >>conftest.$ac_ext
2532cat >>conftest.$ac_ext <<_ACEOF
2533/* end confdefs.h. */
2534
2535int
2536main ()
2537{
2538
2539 ;
2540 return 0;
2541}
2542_ACEOF
2543ac_clean_files_save=$ac_clean_files
2544ac_clean_files="$ac_clean_files a.out a.exe b.out"
2545# Try to create an executable without -o first, disregard a.out.
2546# It will help us diagnose broken compilers, and finding out an intuition
2547# of exeext.
2548{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2549echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2550ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2551#
2552# List of possible output files, starting from the most likely.
2553# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2554# only as a last resort. b.out is created by i960 compilers.
2555ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2556#
2557# The IRIX 6 linker writes into existing files which may not be
2558# executable, retaining their permissions. Remove them first so a
2559# subsequent execution test works.
2560ac_rmfiles=
2561for ac_file in $ac_files
2562do
2563 case $ac_file in
2564 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2565 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2566 esac
2567done
2568rm -f $ac_rmfiles
2569
2570if { (ac_try="$ac_link_default"
2571case "(($ac_try" in
2572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2573 *) ac_try_echo=$ac_try;;
2574esac
2575eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2576 (eval "$ac_link_default") 2>&5
2577 ac_status=$?
2578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2579 (exit $ac_status); }; then
2580 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2581# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2582# in a Makefile. We should not override ac_cv_exeext if it was cached,
2583# so that the user can short-circuit this test for compilers unknown to
2584# Autoconf.
2585for ac_file in $ac_files
2586do
2587 test -f "$ac_file" || continue
2588 case $ac_file in
2589 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2590 ;;
2591 [ab].out )
2592 # We found the default executable, but exeext='' is most
2593 # certainly right.
2594 break;;
2595 *.* )
2596 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2597 then :; else
2598 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2599 fi
2600 # We set ac_cv_exeext here because the later test for it is not
2601 # safe: cross compilers may not add the suffix if given an `-o'
2602 # argument, so we may need to know it at that point already.
2603 # Even if this section looks crufty: it has the advantage of
2604 # actually working.
2605 break;;
2606 * )
2607 break;;
2608 esac
2609done
2610test "$ac_cv_exeext" = no && ac_cv_exeext=
2611
2612else
2613 echo "$as_me: failed program was:" >&5
2614sed 's/^/| /' conftest.$ac_ext >&5
2615
2616{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2617See \`config.log' for more details." >&5
2618echo "$as_me: error: C compiler cannot create executables
2619See \`config.log' for more details." >&2;}
2620 { (exit 77); exit 77; }; }
2621fi
2622
2623ac_exeext=$ac_cv_exeext
2624{ echo "$as_me:$LINENO: result: $ac_file" >&5
2625echo "${ECHO_T}$ac_file" >&6; }
2626
2627# Check that the compiler produces executables we can run. If not, either
2628# the compiler is broken, or we cross compile.
2629{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2630echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2631# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2632# If not cross compiling, check that we can run a simple program.
2633if test "$cross_compiling" != yes; then
2634 if { ac_try='./$ac_file'
2635 { (case "(($ac_try" in
2636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2637 *) ac_try_echo=$ac_try;;
2638esac
2639eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2640 (eval "$ac_try") 2>&5
2641 ac_status=$?
2642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2643 (exit $ac_status); }; }; then
2644 cross_compiling=no
2645 else
2646 if test "$cross_compiling" = maybe; then
2647 cross_compiling=yes
2648 else
2649 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2650If you meant to cross compile, use \`--host'.
2651See \`config.log' for more details." >&5
2652echo "$as_me: error: cannot run C compiled programs.
2653If you meant to cross compile, use \`--host'.
2654See \`config.log' for more details." >&2;}
2655 { (exit 1); exit 1; }; }
2656 fi
2657 fi
2658fi
2659{ echo "$as_me:$LINENO: result: yes" >&5
2660echo "${ECHO_T}yes" >&6; }
2661
2662rm -f a.out a.exe conftest$ac_cv_exeext b.out
2663ac_clean_files=$ac_clean_files_save
2664# Check that the compiler produces executables we can run. If not, either
2665# the compiler is broken, or we cross compile.
2666{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2667echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2668{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
2669echo "${ECHO_T}$cross_compiling" >&6; }
2670
2671{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
2672echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2673if { (ac_try="$ac_link"
2674case "(($ac_try" in
2675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2676 *) ac_try_echo=$ac_try;;
2677esac
2678eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2679 (eval "$ac_link") 2>&5
2680 ac_status=$?
2681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2682 (exit $ac_status); }; then
2683 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2684# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2685# work properly (i.e., refer to `conftest.exe'), while it won't with
2686# `rm'.
2687for ac_file in conftest.exe conftest conftest.*; do
2688 test -f "$ac_file" || continue
2689 case $ac_file in
2690 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2691 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2692 break;;
2693 * ) break;;
2694 esac
2695done
2696else
2697 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2698See \`config.log' for more details." >&5
2699echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2700See \`config.log' for more details." >&2;}
2701 { (exit 1); exit 1; }; }
2702fi
2703
2704rm -f conftest$ac_cv_exeext
2705{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2706echo "${ECHO_T}$ac_cv_exeext" >&6; }
2707
2708rm -f conftest.$ac_ext
2709EXEEXT=$ac_cv_exeext
2710ac_exeext=$EXEEXT
2711{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
2712echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2713if test "${ac_cv_objext+set}" = set; then
2714 echo $ECHO_N "(cached) $ECHO_C" >&6
2715else
2716 cat >conftest.$ac_ext <<_ACEOF
2717/* confdefs.h. */
2718_ACEOF
2719cat confdefs.h >>conftest.$ac_ext
2720cat >>conftest.$ac_ext <<_ACEOF
2721/* end confdefs.h. */
2722
2723int
2724main ()
2725{
2726
2727 ;
2728 return 0;
2729}
2730_ACEOF
2731rm -f conftest.o conftest.obj
2732if { (ac_try="$ac_compile"
2733case "(($ac_try" in
2734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2735 *) ac_try_echo=$ac_try;;
2736esac
2737eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2738 (eval "$ac_compile") 2>&5
2739 ac_status=$?
2740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2741 (exit $ac_status); }; then
2742 for ac_file in conftest.o conftest.obj conftest.*; do
2743 test -f "$ac_file" || continue;
2744 case $ac_file in
2745 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2746 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2747 break;;
2748 esac
2749done
2750else
2751 echo "$as_me: failed program was:" >&5
2752sed 's/^/| /' conftest.$ac_ext >&5
2753
2754{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2755See \`config.log' for more details." >&5
2756echo "$as_me: error: cannot compute suffix of object files: cannot compile
2757See \`config.log' for more details." >&2;}
2758 { (exit 1); exit 1; }; }
2759fi
2760
2761rm -f conftest.$ac_cv_objext conftest.$ac_ext
2762fi
2763{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2764echo "${ECHO_T}$ac_cv_objext" >&6; }
2765OBJEXT=$ac_cv_objext
2766ac_objext=$OBJEXT
2767{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2768echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2769if test "${ac_cv_c_compiler_gnu+set}" = set; then
2770 echo $ECHO_N "(cached) $ECHO_C" >&6
2771else
2772 cat >conftest.$ac_ext <<_ACEOF
2773/* confdefs.h. */
2774_ACEOF
2775cat confdefs.h >>conftest.$ac_ext
2776cat >>conftest.$ac_ext <<_ACEOF
2777/* end confdefs.h. */
2778
2779int
2780main ()
2781{
2782#ifndef __GNUC__
2783 choke me
2784#endif
2785
2786 ;
2787 return 0;
2788}
2789_ACEOF
2790rm -f conftest.$ac_objext
2791if { (ac_try="$ac_compile"
2792case "(($ac_try" in
2793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2794 *) ac_try_echo=$ac_try;;
2795esac
2796eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2797 (eval "$ac_compile") 2>conftest.er1
2798 ac_status=$?
2799 grep -v '^ *+' conftest.er1 >conftest.err
2800 rm -f conftest.er1
2801 cat conftest.err >&5
2802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2803 (exit $ac_status); } &&
2804 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2805 { (case "(($ac_try" in
2806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2807 *) ac_try_echo=$ac_try;;
2808esac
2809eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2810 (eval "$ac_try") 2>&5
2811 ac_status=$?
2812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2813 (exit $ac_status); }; } &&
2814 { ac_try='test -s conftest.$ac_objext'
2815 { (case "(($ac_try" in
2816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2817 *) ac_try_echo=$ac_try;;
2818esac
2819eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2820 (eval "$ac_try") 2>&5
2821 ac_status=$?
2822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2823 (exit $ac_status); }; }; then
2824 ac_compiler_gnu=yes
2825else
2826 echo "$as_me: failed program was:" >&5
2827sed 's/^/| /' conftest.$ac_ext >&5
2828
2829 ac_compiler_gnu=no
2830fi
2831
2832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2833ac_cv_c_compiler_gnu=$ac_compiler_gnu
2834
2835fi
2836{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2837echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2838GCC=`test $ac_compiler_gnu = yes && echo yes`
2839ac_test_CFLAGS=${CFLAGS+set}
2840ac_save_CFLAGS=$CFLAGS
2841{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2842echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2843if test "${ac_cv_prog_cc_g+set}" = set; then
2844 echo $ECHO_N "(cached) $ECHO_C" >&6
2845else
2846 ac_save_c_werror_flag=$ac_c_werror_flag
2847 ac_c_werror_flag=yes
2848 ac_cv_prog_cc_g=no
2849 CFLAGS="-g"
2850 cat >conftest.$ac_ext <<_ACEOF
2851/* confdefs.h. */
2852_ACEOF
2853cat confdefs.h >>conftest.$ac_ext
2854cat >>conftest.$ac_ext <<_ACEOF
2855/* end confdefs.h. */
2856
2857int
2858main ()
2859{
2860
2861 ;
2862 return 0;
2863}
2864_ACEOF
2865rm -f conftest.$ac_objext
2866if { (ac_try="$ac_compile"
2867case "(($ac_try" in
2868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2869 *) ac_try_echo=$ac_try;;
2870esac
2871eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2872 (eval "$ac_compile") 2>conftest.er1
2873 ac_status=$?
2874 grep -v '^ *+' conftest.er1 >conftest.err
2875 rm -f conftest.er1
2876 cat conftest.err >&5
2877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2878 (exit $ac_status); } &&
2879 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2880 { (case "(($ac_try" in
2881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2882 *) ac_try_echo=$ac_try;;
2883esac
2884eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2885 (eval "$ac_try") 2>&5
2886 ac_status=$?
2887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2888 (exit $ac_status); }; } &&
2889 { ac_try='test -s conftest.$ac_objext'
2890 { (case "(($ac_try" in
2891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2892 *) ac_try_echo=$ac_try;;
2893esac
2894eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2895 (eval "$ac_try") 2>&5
2896 ac_status=$?
2897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2898 (exit $ac_status); }; }; then
2899 ac_cv_prog_cc_g=yes
2900else
2901 echo "$as_me: failed program was:" >&5
2902sed 's/^/| /' conftest.$ac_ext >&5
2903
2904 CFLAGS=""
2905 cat >conftest.$ac_ext <<_ACEOF
2906/* confdefs.h. */
2907_ACEOF
2908cat confdefs.h >>conftest.$ac_ext
2909cat >>conftest.$ac_ext <<_ACEOF
2910/* end confdefs.h. */
2911
2912int
2913main ()
2914{
2915
2916 ;
2917 return 0;
2918}
2919_ACEOF
2920rm -f conftest.$ac_objext
2921if { (ac_try="$ac_compile"
2922case "(($ac_try" in
2923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2924 *) ac_try_echo=$ac_try;;
2925esac
2926eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2927 (eval "$ac_compile") 2>conftest.er1
2928 ac_status=$?
2929 grep -v '^ *+' conftest.er1 >conftest.err
2930 rm -f conftest.er1
2931 cat conftest.err >&5
2932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2933 (exit $ac_status); } &&
2934 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2935 { (case "(($ac_try" in
2936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2937 *) ac_try_echo=$ac_try;;
2938esac
2939eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2940 (eval "$ac_try") 2>&5
2941 ac_status=$?
2942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2943 (exit $ac_status); }; } &&
2944 { ac_try='test -s conftest.$ac_objext'
2945 { (case "(($ac_try" in
2946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2947 *) ac_try_echo=$ac_try;;
2948esac
2949eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2950 (eval "$ac_try") 2>&5
2951 ac_status=$?
2952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2953 (exit $ac_status); }; }; then
2954 :
2955else
2956 echo "$as_me: failed program was:" >&5
2957sed 's/^/| /' conftest.$ac_ext >&5
2958
2959 ac_c_werror_flag=$ac_save_c_werror_flag
2960 CFLAGS="-g"
2961 cat >conftest.$ac_ext <<_ACEOF
2962/* confdefs.h. */
2963_ACEOF
2964cat confdefs.h >>conftest.$ac_ext
2965cat >>conftest.$ac_ext <<_ACEOF
2966/* end confdefs.h. */
2967
2968int
2969main ()
2970{
2971
2972 ;
2973 return 0;
2974}
2975_ACEOF
2976rm -f conftest.$ac_objext
2977if { (ac_try="$ac_compile"
2978case "(($ac_try" in
2979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2980 *) ac_try_echo=$ac_try;;
2981esac
2982eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2983 (eval "$ac_compile") 2>conftest.er1
2984 ac_status=$?
2985 grep -v '^ *+' conftest.er1 >conftest.err
2986 rm -f conftest.er1
2987 cat conftest.err >&5
2988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2989 (exit $ac_status); } &&
2990 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2991 { (case "(($ac_try" in
2992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2993 *) ac_try_echo=$ac_try;;
2994esac
2995eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2996 (eval "$ac_try") 2>&5
2997 ac_status=$?
2998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2999 (exit $ac_status); }; } &&
3000 { ac_try='test -s conftest.$ac_objext'
3001 { (case "(($ac_try" in
3002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3003 *) ac_try_echo=$ac_try;;
3004esac
3005eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3006 (eval "$ac_try") 2>&5
3007 ac_status=$?
3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009 (exit $ac_status); }; }; then
3010 ac_cv_prog_cc_g=yes
3011else
3012 echo "$as_me: failed program was:" >&5
3013sed 's/^/| /' conftest.$ac_ext >&5
3014
3015
3016fi
3017
3018rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3019fi
3020
3021rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3022fi
3023
3024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3025 ac_c_werror_flag=$ac_save_c_werror_flag
3026fi
3027{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3028echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3029if test "$ac_test_CFLAGS" = set; then
3030 CFLAGS=$ac_save_CFLAGS
3031elif test $ac_cv_prog_cc_g = yes; then
3032 if test "$GCC" = yes; then
3033 CFLAGS="-g -O2"
3034 else
3035 CFLAGS="-g"
3036 fi
3037else
3038 if test "$GCC" = yes; then
3039 CFLAGS="-O2"
3040 else
3041 CFLAGS=
3042 fi
3043fi
3044{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3045echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3046if test "${ac_cv_prog_cc_c89+set}" = set; then
3047 echo $ECHO_N "(cached) $ECHO_C" >&6
3048else
3049 ac_cv_prog_cc_c89=no
3050ac_save_CC=$CC
3051cat >conftest.$ac_ext <<_ACEOF
3052/* confdefs.h. */
3053_ACEOF
3054cat confdefs.h >>conftest.$ac_ext
3055cat >>conftest.$ac_ext <<_ACEOF
3056/* end confdefs.h. */
3057#include <stdarg.h>
3058#include <stdio.h>
3059#include <sys/types.h>
3060#include <sys/stat.h>
3061/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3062struct buf { int x; };
3063FILE * (*rcsopen) (struct buf *, struct stat *, int);
3064static char *e (p, i)
3065 char **p;
3066 int i;
3067{
3068 return p[i];
3069}
3070static char *f (char * (*g) (char **, int), char **p, ...)
3071{
3072 char *s;
3073 va_list v;
3074 va_start (v,p);
3075 s = g (p, va_arg (v,int));
3076 va_end (v);
3077 return s;
3078}
3079
3080/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3081 function prototypes and stuff, but not '\xHH' hex character constants.
3082 These don't provoke an error unfortunately, instead are silently treated
3083 as 'x'. The following induces an error, until -std is added to get
3084 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3085 array size at least. It's necessary to write '\x00'==0 to get something
3086 that's true only with -std. */
3087int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3088
3089/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3090 inside strings and character constants. */
3091#define FOO(x) 'x'
3092int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3093
3094int test (int i, double x);
3095struct s1 {int (*f) (int a);};
3096struct s2 {int (*f) (double a);};
3097int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3098int argc;
3099char **argv;
3100int
3101main ()
3102{
3103return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3104 ;
3105 return 0;
3106}
3107_ACEOF
3108for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3109 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3110do
3111 CC="$ac_save_CC $ac_arg"
3112 rm -f conftest.$ac_objext
3113if { (ac_try="$ac_compile"
3114case "(($ac_try" in
3115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3116 *) ac_try_echo=$ac_try;;
3117esac
3118eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3119 (eval "$ac_compile") 2>conftest.er1
3120 ac_status=$?
3121 grep -v '^ *+' conftest.er1 >conftest.err
3122 rm -f conftest.er1
3123 cat conftest.err >&5
3124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3125 (exit $ac_status); } &&
3126 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3127 { (case "(($ac_try" in
3128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3129 *) ac_try_echo=$ac_try;;
3130esac
3131eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3132 (eval "$ac_try") 2>&5
3133 ac_status=$?
3134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3135 (exit $ac_status); }; } &&
3136 { ac_try='test -s conftest.$ac_objext'
3137 { (case "(($ac_try" in
3138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3139 *) ac_try_echo=$ac_try;;
3140esac
3141eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3142 (eval "$ac_try") 2>&5
3143 ac_status=$?
3144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3145 (exit $ac_status); }; }; then
3146 ac_cv_prog_cc_c89=$ac_arg
3147else
3148 echo "$as_me: failed program was:" >&5
3149sed 's/^/| /' conftest.$ac_ext >&5
3150
3151
3152fi
3153
3154rm -f core conftest.err conftest.$ac_objext
3155 test "x$ac_cv_prog_cc_c89" != "xno" && break
3156done
3157rm -f conftest.$ac_ext
3158CC=$ac_save_CC
3159
3160fi
3161# AC_CACHE_VAL
3162case "x$ac_cv_prog_cc_c89" in
3163 x)
3164 { echo "$as_me:$LINENO: result: none needed" >&5
3165echo "${ECHO_T}none needed" >&6; } ;;
3166 xno)
3167 { echo "$as_me:$LINENO: result: unsupported" >&5
3168echo "${ECHO_T}unsupported" >&6; } ;;
3169 *)
3170 CC="$CC $ac_cv_prog_cc_c89"
3171 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3172echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3173esac
3174
3175
3176ac_ext=c
3177ac_cpp='$CPP $CPPFLAGS'
3178ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3179ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3180ac_compiler_gnu=$ac_cv_c_compiler_gnu
3181
3182ac_aux_dir=
3183for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3184 if test -f "$ac_dir/install-sh"; then
3185 ac_aux_dir=$ac_dir
3186 ac_install_sh="$ac_aux_dir/install-sh -c"
3187 break
3188 elif test -f "$ac_dir/install.sh"; then
3189 ac_aux_dir=$ac_dir
3190 ac_install_sh="$ac_aux_dir/install.sh -c"
3191 break
3192 elif test -f "$ac_dir/shtool"; then
3193 ac_aux_dir=$ac_dir
3194 ac_install_sh="$ac_aux_dir/shtool install -c"
3195 break
3196 fi
3197done
3198if test -z "$ac_aux_dir"; then
3199 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
3200echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
3201 { (exit 1); exit 1; }; }
3202fi
3203
3204# These three variables are undocumented and unsupported,
3205# and are intended to be withdrawn in a future Autoconf release.
3206# They can cause serious problems if a builder's source tree is in a directory
3207# whose full name contains unusual characters.
3208ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3209ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3210ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3211
3212
3213# Find a good install program. We prefer a C program (faster),
3214# so one script is as good as another. But avoid the broken or
3215# incompatible versions:
3216# SysV /etc/install, /usr/sbin/install
3217# SunOS /usr/etc/install
3218# IRIX /sbin/install
3219# AIX /bin/install
3220# AmigaOS /C/install, which installs bootblocks on floppy discs
3221# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3222# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3223# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3224# OS/2's system install, which has a completely different semantic
3225# ./install, which can be erroneously created by make from ./install.sh.
3226{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3227echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
3228if test -z "$INSTALL"; then
3229if test "${ac_cv_path_install+set}" = set; then
3230 echo $ECHO_N "(cached) $ECHO_C" >&6
3231else
3232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3233for as_dir in $PATH
3234do
3235 IFS=$as_save_IFS
3236 test -z "$as_dir" && as_dir=.
3237 # Account for people who put trailing slashes in PATH elements.
3238case $as_dir/ in
3239 ./ | .// | /cC/* | \
3240 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3241 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3242 /usr/ucb/* ) ;;
3243 *)
3244 # OSF1 and SCO ODT 3.0 have their own names for install.
3245 # Don't use installbsd from OSF since it installs stuff as root
3246 # by default.
3247 for ac_prog in ginstall scoinst install; do
3248 for ac_exec_ext in '' $ac_executable_extensions; do
3249 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
3250 if test $ac_prog = install &&
3251 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3252 # AIX install. It has an incompatible calling convention.
3253 :
3254 elif test $ac_prog = install &&
3255 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3256 # program-specific install script used by HP pwplus--don't use.
3257 :
3258 else
3259 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3260 break 3
3261 fi
3262 fi
3263 done
3264 done
3265 ;;
3266esac
3267done
3268IFS=$as_save_IFS
3269
3270
3271fi
3272 if test "${ac_cv_path_install+set}" = set; then
3273 INSTALL=$ac_cv_path_install
3274 else
3275 # As a last resort, use the slow shell script. Don't cache a
3276 # value for INSTALL within a source directory, because that will
3277 # break other packages using the cache if that directory is
3278 # removed, or if the value is a relative name.
3279 INSTALL=$ac_install_sh
3280 fi
3281fi
3282{ echo "$as_me:$LINENO: result: $INSTALL" >&5
3283echo "${ECHO_T}$INSTALL" >&6; }
3284
3285# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3286# It thinks the first close brace ends the variable substitution.
3287test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3288
3289test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3290
3291test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3292
3293
3294
3295ac_ext=c
3296ac_cpp='$CPP $CPPFLAGS'
3297ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3298ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3299ac_compiler_gnu=$ac_cv_c_compiler_gnu
3300{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3301echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3302# On Suns, sometimes $CPP names a directory.
3303if test -n "$CPP" && test -d "$CPP"; then
3304 CPP=
3305fi
3306if test -z "$CPP"; then
3307 if test "${ac_cv_prog_CPP+set}" = set; then
3308 echo $ECHO_N "(cached) $ECHO_C" >&6
3309else
3310 # Double quotes because CPP needs to be expanded
3311 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3312 do
3313 ac_preproc_ok=false
3314for ac_c_preproc_warn_flag in '' yes
3315do
3316 # Use a header file that comes with gcc, so configuring glibc
3317 # with a fresh cross-compiler works.
3318 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3319 # <limits.h> exists even on freestanding compilers.
3320 # On the NeXT, cc -E runs the code through the compiler's parser,
3321 # not just through cpp. "Syntax error" is here to catch this case.
3322 cat >conftest.$ac_ext <<_ACEOF
3323/* confdefs.h. */
3324_ACEOF
3325cat confdefs.h >>conftest.$ac_ext
3326cat >>conftest.$ac_ext <<_ACEOF
3327/* end confdefs.h. */
3328#ifdef __STDC__
3329# include <limits.h>
3330#else
3331# include <assert.h>
3332#endif
3333 Syntax error
3334_ACEOF
3335if { (ac_try="$ac_cpp conftest.$ac_ext"
3336case "(($ac_try" in
3337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338 *) ac_try_echo=$ac_try;;
3339esac
3340eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3341 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3342 ac_status=$?
3343 grep -v '^ *+' conftest.er1 >conftest.err
3344 rm -f conftest.er1
3345 cat conftest.err >&5
3346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3347 (exit $ac_status); } >/dev/null; then
3348 if test -s conftest.err; then
3349 ac_cpp_err=$ac_c_preproc_warn_flag
3350 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3351 else
3352 ac_cpp_err=
3353 fi
3354else
3355 ac_cpp_err=yes
3356fi
3357if test -z "$ac_cpp_err"; then
3358 :
3359else
3360 echo "$as_me: failed program was:" >&5
3361sed 's/^/| /' conftest.$ac_ext >&5
3362
3363 # Broken: fails on valid input.
3364continue
3365fi
3366
3367rm -f conftest.err conftest.$ac_ext
3368
3369 # OK, works on sane cases. Now check whether nonexistent headers
3370 # can be detected and how.
3371 cat >conftest.$ac_ext <<_ACEOF
3372/* confdefs.h. */
3373_ACEOF
3374cat confdefs.h >>conftest.$ac_ext
3375cat >>conftest.$ac_ext <<_ACEOF
3376/* end confdefs.h. */
3377#include <ac_nonexistent.h>
3378_ACEOF
3379if { (ac_try="$ac_cpp conftest.$ac_ext"
3380case "(($ac_try" in
3381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3382 *) ac_try_echo=$ac_try;;
3383esac
3384eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3385 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3386 ac_status=$?
3387 grep -v '^ *+' conftest.er1 >conftest.err
3388 rm -f conftest.er1
3389 cat conftest.err >&5
3390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3391 (exit $ac_status); } >/dev/null; then
3392 if test -s conftest.err; then
3393 ac_cpp_err=$ac_c_preproc_warn_flag
3394 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3395 else
3396 ac_cpp_err=
3397 fi
3398else
3399 ac_cpp_err=yes
3400fi
3401if test -z "$ac_cpp_err"; then
3402 # Broken: success on invalid input.
3403continue
3404else
3405 echo "$as_me: failed program was:" >&5
3406sed 's/^/| /' conftest.$ac_ext >&5
3407
3408 # Passes both tests.
3409ac_preproc_ok=:
3410break
3411fi
3412
3413rm -f conftest.err conftest.$ac_ext
3414
3415done
3416# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3417rm -f conftest.err conftest.$ac_ext
3418if $ac_preproc_ok; then
3419 break
3420fi
3421
3422 done
3423 ac_cv_prog_CPP=$CPP
3424
3425fi
3426 CPP=$ac_cv_prog_CPP
3427else
3428 ac_cv_prog_CPP=$CPP
3429fi
3430{ echo "$as_me:$LINENO: result: $CPP" >&5
3431echo "${ECHO_T}$CPP" >&6; }
3432ac_preproc_ok=false
3433for ac_c_preproc_warn_flag in '' yes
3434do
3435 # Use a header file that comes with gcc, so configuring glibc
3436 # with a fresh cross-compiler works.
3437 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3438 # <limits.h> exists even on freestanding compilers.
3439 # On the NeXT, cc -E runs the code through the compiler's parser,
3440 # not just through cpp. "Syntax error" is here to catch this case.
3441 cat >conftest.$ac_ext <<_ACEOF
3442/* confdefs.h. */
3443_ACEOF
3444cat confdefs.h >>conftest.$ac_ext
3445cat >>conftest.$ac_ext <<_ACEOF
3446/* end confdefs.h. */
3447#ifdef __STDC__
3448# include <limits.h>
3449#else
3450# include <assert.h>
3451#endif
3452 Syntax error
3453_ACEOF
3454if { (ac_try="$ac_cpp conftest.$ac_ext"
3455case "(($ac_try" in
3456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3457 *) ac_try_echo=$ac_try;;
3458esac
3459eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3460 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3461 ac_status=$?
3462 grep -v '^ *+' conftest.er1 >conftest.err
3463 rm -f conftest.er1
3464 cat conftest.err >&5
3465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3466 (exit $ac_status); } >/dev/null; then
3467 if test -s conftest.err; then
3468 ac_cpp_err=$ac_c_preproc_warn_flag
3469 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3470 else
3471 ac_cpp_err=
3472 fi
3473else
3474 ac_cpp_err=yes
3475fi
3476if test -z "$ac_cpp_err"; then
3477 :
3478else
3479 echo "$as_me: failed program was:" >&5
3480sed 's/^/| /' conftest.$ac_ext >&5
3481
3482 # Broken: fails on valid input.
3483continue
3484fi
3485
3486rm -f conftest.err conftest.$ac_ext
3487
3488 # OK, works on sane cases. Now check whether nonexistent headers
3489 # can be detected and how.
3490 cat >conftest.$ac_ext <<_ACEOF
3491/* confdefs.h. */
3492_ACEOF
3493cat confdefs.h >>conftest.$ac_ext
3494cat >>conftest.$ac_ext <<_ACEOF
3495/* end confdefs.h. */
3496#include <ac_nonexistent.h>
3497_ACEOF
3498if { (ac_try="$ac_cpp conftest.$ac_ext"
3499case "(($ac_try" in
3500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3501 *) ac_try_echo=$ac_try;;
3502esac
3503eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3504 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3505 ac_status=$?
3506 grep -v '^ *+' conftest.er1 >conftest.err
3507 rm -f conftest.er1
3508 cat conftest.err >&5
3509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3510 (exit $ac_status); } >/dev/null; then
3511 if test -s conftest.err; then
3512 ac_cpp_err=$ac_c_preproc_warn_flag
3513 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3514 else
3515 ac_cpp_err=
3516 fi
3517else
3518 ac_cpp_err=yes
3519fi
3520if test -z "$ac_cpp_err"; then
3521 # Broken: success on invalid input.
3522continue
3523else
3524 echo "$as_me: failed program was:" >&5
3525sed 's/^/| /' conftest.$ac_ext >&5
3526
3527 # Passes both tests.
3528ac_preproc_ok=:
3529break
3530fi
3531
3532rm -f conftest.err conftest.$ac_ext
3533
3534done
3535# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3536rm -f conftest.err conftest.$ac_ext
3537if $ac_preproc_ok; then
3538 :
3539else
3540 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3541See \`config.log' for more details." >&5
3542echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3543See \`config.log' for more details." >&2;}
3544 { (exit 1); exit 1; }; }
3545fi
3546
3547ac_ext=c
3548ac_cpp='$CPP $CPPFLAGS'
3549ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3550ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3551ac_compiler_gnu=$ac_cv_c_compiler_gnu
3552
3553
3554{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3555echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
3556if test "${ac_cv_path_GREP+set}" = set; then
3557 echo $ECHO_N "(cached) $ECHO_C" >&6
3558else
3559 # Extract the first word of "grep ggrep" to use in msg output
3560if test -z "$GREP"; then
3561set dummy grep ggrep; ac_prog_name=$2
3562if test "${ac_cv_path_GREP+set}" = set; then
3563 echo $ECHO_N "(cached) $ECHO_C" >&6
3564else
3565 ac_path_GREP_found=false
3566# Loop through the user's path and test for each of PROGNAME-LIST
3567as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3568for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3569do
3570 IFS=$as_save_IFS
3571 test -z "$as_dir" && as_dir=.
3572 for ac_prog in grep ggrep; do
3573 for ac_exec_ext in '' $ac_executable_extensions; do
3574 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3575 { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
3576 # Check for GNU ac_path_GREP and select it if it is found.
3577 # Check for GNU $ac_path_GREP
3578case `"$ac_path_GREP" --version 2>&1` in
3579*GNU*)
3580 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3581*)
3582 ac_count=0
3583 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3584 while :
3585 do
3586 cat "conftest.in" "conftest.in" >"conftest.tmp"
3587 mv "conftest.tmp" "conftest.in"
3588 cp "conftest.in" "conftest.nl"
3589 echo 'GREP' >> "conftest.nl"
3590 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3591 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3592 ac_count=`expr $ac_count + 1`
3593 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3594 # Best one so far, save it but keep looking for a better one
3595 ac_cv_path_GREP="$ac_path_GREP"
3596 ac_path_GREP_max=$ac_count
3597 fi
3598 # 10*(2^10) chars as input seems more than enough
3599 test $ac_count -gt 10 && break
3600 done
3601 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3602esac
3603
3604
3605 $ac_path_GREP_found && break 3
3606 done
3607done
3608
3609done
3610IFS=$as_save_IFS
3611
3612
3613fi
3614
3615GREP="$ac_cv_path_GREP"
3616if test -z "$GREP"; then
3617 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3618echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3619 { (exit 1); exit 1; }; }
3620fi
3621
3622else
3623 ac_cv_path_GREP=$GREP
3624fi
3625
3626
3627fi
3628{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3629echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
3630 GREP="$ac_cv_path_GREP"
3631
3632
3633{ echo "$as_me:$LINENO: checking for egrep" >&5
3634echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
3635if test "${ac_cv_path_EGREP+set}" = set; then
3636 echo $ECHO_N "(cached) $ECHO_C" >&6
3637else
3638 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3639 then ac_cv_path_EGREP="$GREP -E"
3640 else
3641 # Extract the first word of "egrep" to use in msg output
3642if test -z "$EGREP"; then
3643set dummy egrep; ac_prog_name=$2
3644if test "${ac_cv_path_EGREP+set}" = set; then
3645 echo $ECHO_N "(cached) $ECHO_C" >&6
3646else
3647 ac_path_EGREP_found=false
3648# Loop through the user's path and test for each of PROGNAME-LIST
3649as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3650for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3651do
3652 IFS=$as_save_IFS
3653 test -z "$as_dir" && as_dir=.
3654 for ac_prog in egrep; do
3655 for ac_exec_ext in '' $ac_executable_extensions; do
3656 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3657 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
3658 # Check for GNU ac_path_EGREP and select it if it is found.
3659 # Check for GNU $ac_path_EGREP
3660case `"$ac_path_EGREP" --version 2>&1` in
3661*GNU*)
3662 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3663*)
3664 ac_count=0
3665 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
3666 while :
3667 do
3668 cat "conftest.in" "conftest.in" >"conftest.tmp"
3669 mv "conftest.tmp" "conftest.in"
3670 cp "conftest.in" "conftest.nl"
3671 echo 'EGREP' >> "conftest.nl"
3672 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3673 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3674 ac_count=`expr $ac_count + 1`
3675 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3676 # Best one so far, save it but keep looking for a better one
3677 ac_cv_path_EGREP="$ac_path_EGREP"
3678 ac_path_EGREP_max=$ac_count
3679 fi
3680 # 10*(2^10) chars as input seems more than enough
3681 test $ac_count -gt 10 && break
3682 done
3683 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3684esac
3685
3686
3687 $ac_path_EGREP_found && break 3
3688 done
3689done
3690
3691done
3692IFS=$as_save_IFS
3693
3694
3695fi
3696
3697EGREP="$ac_cv_path_EGREP"
3698if test -z "$EGREP"; then
3699 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3700echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3701 { (exit 1); exit 1; }; }
3702fi
3703
3704else
3705 ac_cv_path_EGREP=$EGREP
3706fi
3707
3708
3709 fi
3710fi
3711{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
3712echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
3713 EGREP="$ac_cv_path_EGREP"
3714
3715
3716{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3717echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
3718if test "${ac_cv_header_stdc+set}" = set; then
3719 echo $ECHO_N "(cached) $ECHO_C" >&6
3720else
3721 cat >conftest.$ac_ext <<_ACEOF
3722/* confdefs.h. */
3723_ACEOF
3724cat confdefs.h >>conftest.$ac_ext
3725cat >>conftest.$ac_ext <<_ACEOF
3726/* end confdefs.h. */
3727#include <stdlib.h>
3728#include <stdarg.h>
3729#include <string.h>
3730#include <float.h>
3731
3732int
3733main ()
3734{
3735
3736 ;
3737 return 0;
3738}
3739_ACEOF
3740rm -f conftest.$ac_objext
3741if { (ac_try="$ac_compile"
3742case "(($ac_try" in
3743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3744 *) ac_try_echo=$ac_try;;
3745esac
3746eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3747 (eval "$ac_compile") 2>conftest.er1
3748 ac_status=$?
3749 grep -v '^ *+' conftest.er1 >conftest.err
3750 rm -f conftest.er1
3751 cat conftest.err >&5
3752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3753 (exit $ac_status); } &&
3754 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3755 { (case "(($ac_try" in
3756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3757 *) ac_try_echo=$ac_try;;
3758esac
3759eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3760 (eval "$ac_try") 2>&5
3761 ac_status=$?
3762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3763 (exit $ac_status); }; } &&
3764 { ac_try='test -s conftest.$ac_objext'
3765 { (case "(($ac_try" in
3766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3767 *) ac_try_echo=$ac_try;;
3768esac
3769eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3770 (eval "$ac_try") 2>&5
3771 ac_status=$?
3772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3773 (exit $ac_status); }; }; then
3774 ac_cv_header_stdc=yes
3775else
3776 echo "$as_me: failed program was:" >&5
3777sed 's/^/| /' conftest.$ac_ext >&5
3778
3779 ac_cv_header_stdc=no
3780fi
3781
3782rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3783
3784if test $ac_cv_header_stdc = yes; then
3785 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3786 cat >conftest.$ac_ext <<_ACEOF
3787/* confdefs.h. */
3788_ACEOF
3789cat confdefs.h >>conftest.$ac_ext
3790cat >>conftest.$ac_ext <<_ACEOF
3791/* end confdefs.h. */
3792#include <string.h>
3793
3794_ACEOF
3795if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3796 $EGREP "memchr" >/dev/null 2>&1; then
3797 :
3798else
3799 ac_cv_header_stdc=no
3800fi
3801rm -f conftest*
3802
3803fi
3804
3805if test $ac_cv_header_stdc = yes; then
3806 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3807 cat >conftest.$ac_ext <<_ACEOF
3808/* confdefs.h. */
3809_ACEOF
3810cat confdefs.h >>conftest.$ac_ext
3811cat >>conftest.$ac_ext <<_ACEOF
3812/* end confdefs.h. */
3813#include <stdlib.h>
3814
3815_ACEOF
3816if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3817 $EGREP "free" >/dev/null 2>&1; then
3818 :
3819else
3820 ac_cv_header_stdc=no
3821fi
3822rm -f conftest*
3823
3824fi
3825
3826if test $ac_cv_header_stdc = yes; then
3827 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3828 if test "$cross_compiling" = yes; then
3829 :
3830else
3831 cat >conftest.$ac_ext <<_ACEOF
3832/* confdefs.h. */
3833_ACEOF
3834cat confdefs.h >>conftest.$ac_ext
3835cat >>conftest.$ac_ext <<_ACEOF
3836/* end confdefs.h. */
3837#include <ctype.h>
3838#include <stdlib.h>
3839#if ((' ' & 0x0FF) == 0x020)
3840# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3841# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3842#else
3843# define ISLOWER(c) \
3844 (('a' <= (c) && (c) <= 'i') \
3845 || ('j' <= (c) && (c) <= 'r') \
3846 || ('s' <= (c) && (c) <= 'z'))
3847# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3848#endif
3849
3850#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3851int
3852main ()
3853{
3854 int i;
3855 for (i = 0; i < 256; i++)
3856 if (XOR (islower (i), ISLOWER (i))
3857 || toupper (i) != TOUPPER (i))
3858 return 2;
3859 return 0;
3860}
3861_ACEOF
3862rm -f conftest$ac_exeext
3863if { (ac_try="$ac_link"
3864case "(($ac_try" in
3865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3866 *) ac_try_echo=$ac_try;;
3867esac
3868eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3869 (eval "$ac_link") 2>&5
3870 ac_status=$?
3871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3872 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3873 { (case "(($ac_try" in
3874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3875 *) ac_try_echo=$ac_try;;
3876esac
3877eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3878 (eval "$ac_try") 2>&5
3879 ac_status=$?
3880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3881 (exit $ac_status); }; }; then
3882 :
3883else
3884 echo "$as_me: program exited with status $ac_status" >&5
3885echo "$as_me: failed program was:" >&5
3886sed 's/^/| /' conftest.$ac_ext >&5
3887
3888( exit $ac_status )
3889ac_cv_header_stdc=no
3890fi
3891rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3892fi
3893
3894
3895fi
3896fi
3897{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3898echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
3899if test $ac_cv_header_stdc = yes; then
3900
3901cat >>confdefs.h <<\_ACEOF
3902#define STDC_HEADERS 1
3903_ACEOF
3904
3905fi
3906
3907# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3918 inttypes.h stdint.h unistd.h
3919do
3920as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3921{ echo "$as_me:$LINENO: checking for $ac_header" >&5
3922echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
3923if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3924 echo $ECHO_N "(cached) $ECHO_C" >&6
3925else
3926 cat >conftest.$ac_ext <<_ACEOF
3927/* confdefs.h. */
3928_ACEOF
3929cat confdefs.h >>conftest.$ac_ext
3930cat >>conftest.$ac_ext <<_ACEOF
3931/* end confdefs.h. */
3932$ac_includes_default
3933
3934#include <$ac_header>
3935_ACEOF
3936rm -f conftest.$ac_objext
3937if { (ac_try="$ac_compile"
3938case "(($ac_try" in
3939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3940 *) ac_try_echo=$ac_try;;
3941esac
3942eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3943 (eval "$ac_compile") 2>conftest.er1
3944 ac_status=$?
3945 grep -v '^ *+' conftest.er1 >conftest.err
3946 rm -f conftest.er1
3947 cat conftest.err >&5
3948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3949 (exit $ac_status); } &&
3950 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3951 { (case "(($ac_try" in
3952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3953 *) ac_try_echo=$ac_try;;
3954esac
3955eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3956 (eval "$ac_try") 2>&5
3957 ac_status=$?
3958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3959 (exit $ac_status); }; } &&
3960 { ac_try='test -s conftest.$ac_objext'
3961 { (case "(($ac_try" in
3962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3963 *) ac_try_echo=$ac_try;;
3964esac
3965eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3966 (eval "$ac_try") 2>&5
3967 ac_status=$?
3968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 (exit $ac_status); }; }; then
3970 eval "$as_ac_Header=yes"
3971else
3972 echo "$as_me: failed program was:" >&5
3973sed 's/^/| /' conftest.$ac_ext >&5
3974
3975 eval "$as_ac_Header=no"
3976fi
3977
3978rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3979fi
3980ac_res=`eval echo '${'$as_ac_Header'}'`
3981 { echo "$as_me:$LINENO: result: $ac_res" >&5
3982echo "${ECHO_T}$ac_res" >&6; }
3983if test `eval echo '${'$as_ac_Header'}'` = yes; then
3984 cat >>confdefs.h <<_ACEOF
3985#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3986_ACEOF
3987
3988fi
3989
3990done
3991
3992
3993
3994for ac_header in sys/types.h
3995do
3996as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3997if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3998 { echo "$as_me:$LINENO: checking for $ac_header" >&5
3999echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4000if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4001 echo $ECHO_N "(cached) $ECHO_C" >&6
4002fi
4003ac_res=`eval echo '${'$as_ac_Header'}'`
4004 { echo "$as_me:$LINENO: result: $ac_res" >&5
4005echo "${ECHO_T}$ac_res" >&6; }
4006else
4007 # Is the header compilable?
4008{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
4009echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
4010cat >conftest.$ac_ext <<_ACEOF
4011/* confdefs.h. */
4012_ACEOF
4013cat confdefs.h >>conftest.$ac_ext
4014cat >>conftest.$ac_ext <<_ACEOF
4015/* end confdefs.h. */
4016$ac_includes_default
4017#include <$ac_header>
4018_ACEOF
4019rm -f conftest.$ac_objext
4020if { (ac_try="$ac_compile"
4021case "(($ac_try" in
4022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4023 *) ac_try_echo=$ac_try;;
4024esac
4025eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4026 (eval "$ac_compile") 2>conftest.er1
4027 ac_status=$?
4028 grep -v '^ *+' conftest.er1 >conftest.err
4029 rm -f conftest.er1
4030 cat conftest.err >&5
4031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4032 (exit $ac_status); } &&
4033 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4034 { (case "(($ac_try" in
4035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4036 *) ac_try_echo=$ac_try;;
4037esac
4038eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4039 (eval "$ac_try") 2>&5
4040 ac_status=$?
4041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4042 (exit $ac_status); }; } &&
4043 { ac_try='test -s conftest.$ac_objext'
4044 { (case "(($ac_try" in
4045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4046 *) ac_try_echo=$ac_try;;
4047esac
4048eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4049 (eval "$ac_try") 2>&5
4050 ac_status=$?
4051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4052 (exit $ac_status); }; }; then
4053 ac_header_compiler=yes
4054else
4055 echo "$as_me: failed program was:" >&5
4056sed 's/^/| /' conftest.$ac_ext >&5
4057
4058 ac_header_compiler=no
4059fi
4060
4061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4062{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4063echo "${ECHO_T}$ac_header_compiler" >&6; }
4064
4065# Is the header present?
4066{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
4067echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
4068cat >conftest.$ac_ext <<_ACEOF
4069/* confdefs.h. */
4070_ACEOF
4071cat confdefs.h >>conftest.$ac_ext
4072cat >>conftest.$ac_ext <<_ACEOF
4073/* end confdefs.h. */
4074#include <$ac_header>
4075_ACEOF
4076if { (ac_try="$ac_cpp conftest.$ac_ext"
4077case "(($ac_try" in
4078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4079 *) ac_try_echo=$ac_try;;
4080esac
4081eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4082 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4083 ac_status=$?
4084 grep -v '^ *+' conftest.er1 >conftest.err
4085 rm -f conftest.er1
4086 cat conftest.err >&5
4087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4088 (exit $ac_status); } >/dev/null; then
4089 if test -s conftest.err; then
4090 ac_cpp_err=$ac_c_preproc_warn_flag
4091 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4092 else
4093 ac_cpp_err=
4094 fi
4095else
4096 ac_cpp_err=yes
4097fi
4098if test -z "$ac_cpp_err"; then
4099 ac_header_preproc=yes
4100else
4101 echo "$as_me: failed program was:" >&5
4102sed 's/^/| /' conftest.$ac_ext >&5
4103
4104 ac_header_preproc=no
4105fi
4106
4107rm -f conftest.err conftest.$ac_ext
4108{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4109echo "${ECHO_T}$ac_header_preproc" >&6; }
4110
4111# So? What about this header?
4112case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4113 yes:no: )
4114 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4115echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4116 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4117echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4118 ac_header_preproc=yes
4119 ;;
4120 no:yes:* )
4121 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4122echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4123 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4124echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4125 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4126echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4127 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4128echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4129 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4130echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4131 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4132echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4133
4134 ;;
4135esac
4136{ echo "$as_me:$LINENO: checking for $ac_header" >&5
4137echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4138if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4139 echo $ECHO_N "(cached) $ECHO_C" >&6
4140else
4141 eval "$as_ac_Header=\$ac_header_preproc"
4142fi
4143ac_res=`eval echo '${'$as_ac_Header'}'`
4144 { echo "$as_me:$LINENO: result: $ac_res" >&5
4145echo "${ECHO_T}$ac_res" >&6; }
4146
4147fi
4148if test `eval echo '${'$as_ac_Header'}'` = yes; then
4149 cat >>confdefs.h <<_ACEOF
4150#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4151_ACEOF
4152
4153fi
4154
4155done
4156
4157
4158CPPFLAGS="-D_BSD_SOURCE -D_USE_BSD_SIGNAL ${CPPFLAGS}"
4159
4160# Check whether --enable-debug was given.
4161if test "${enable_debug+set}" = set; then
4162 enableval=$enable_debug; if test "$enableval" = "no"
4163then
4164 DUMPDEBUG=""
4165 RESTOREDEBUG=""
4166 echo "Not including debugging code"
4167else
4168 DUMPDEBUG="-DFDEBUG -DTDEBUG -DWRITEDEBUG -DDIRDEBUG"
4169 RESTOREDEBUG="-DDIRDEBUG"
4170 echo "Including debugging code"
4171fi
4172else
4173 DUMPDEBUG=""
4174RESTOREDEBUG=""
4175echo "Not including debugging code by default"
4176
4177fi
4178
4179
4180
4181
4182# Check whether --enable-static was given.
4183if test "${enable_static+set}" = set; then
4184 enableval=$enable_static; if test "$enableval" = "no"
4185then
4186 STATIC=""
4187 echo "Linking dump and restore dynamically"
4188else
4189 STATIC="-static"
4190 echo "Linking dump and restore statically"
4191fi
4192
4193else
4194 STATIC=""
4195echo "Linking dump and restore dynamically by default"
4196
4197fi
4198
4199
4200
4201# Check whether --enable-staticz was given.
4202if test "${enable_staticz+set}" = set; then
4203 enableval=$enable_staticz; if test "$enableval" = "no"
4204then
4205 STATICZ="no"
4206 echo "Linking libz and libbz2 dynamically"
4207else
4208 STATICZ="yes"
4209 echo "Linking libz and libbz2 statically"
4210fi
4211
4212else
4213 STATICZ="no"
4214echo "Linking libz and libbz2 dynamically by default"
4215
4216fi
4217
4218
4219# Check whether --enable-rmt was given.
4220if test "${enable_rmt+set}" = set; then
4221 enableval=$enable_rmt; if test "$enableval" = "no"
4222then
4223 RMTDIR=""
4224 RMTMAKEFILE=""
4225 echo "Not compiling rmt"
4226else
4227 RMTDIR="rmt"
4228 RMTMAKEFILE="rmt/Makefile"
4229 echo "Compiling rmt"
4230fi
4231
4232else
4233 RMTDIR="rmt"
4234RMTMAKEFILE="rmt/Makefile"
4235echo "Compiling rmt by default"
4236
4237fi
4238
4239
4240
4241# Check whether --enable-ermt was given.
4242if test "${enable_ermt+set}" = set; then
4243 enableval=$enable_ermt; if test "$enableval" = "no"
4244then
4245 ERMT=""
4246 CRYPTO=""
4247 echo "Not compiling ermt"
4248else
4249 if test "$RMTDIR" = ""
4250 then
4251 { { echo "$as_me:$LINENO: error: ermt requires --enable-rmt" >&5
4252echo "$as_me: error: ermt requires --enable-rmt" >&2;}
4253 { (exit 1); exit 1; }; }
4254 fi
4255 ERMT="ermt"
4256 CRYPTO="-lcrypto"
4257 echo "Compiling ermt"
4258fi
4259
4260else
4261 ERMT=""
4262CRYPTO=""
4263echo "Not compiling ermt by default"
4264
4265fi
4266
4267
4268
4269
4270# Check whether --enable-kerberos was given.
4271if test "${enable_kerberos+set}" = set; then
4272 enableval=$enable_kerberos; if test "$enableval" = "yes"
4273then
4274 OPTDEFS="-DKERBEROS"
4275 echo "Compiling kerberos extensions"
4276else
4277 OPTDEFS=""
4278 echo "Not compiling kerberos extensions"
4279fi
4280
4281else
4282 OPTDEFS=""
4283echo "Not compiling kerberos extensions by default"
4284
4285fi
4286
4287
4288
4289# Check whether --enable-readline was given.
4290if test "${enable_readline+set}" = set; then
4291 enableval=$enable_readline; if test "$enableval" = "no"
4292then
4293 READLINE=""
4294 echo "Not including readline support"
4295else
4296 READLINE="yes"
4297
4298cat >>confdefs.h <<\_ACEOF
4299#define HAVE_READLINE 1
4300_ACEOF
4301
4302 echo "Including readline support"
4303fi
4304
4305else
4306 READLINE="yes"
4307
4308cat >>confdefs.h <<\_ACEOF
4309#define HAVE_READLINE 1
4310_ACEOF
4311
4312echo "Including readline support by default"
4313
4314fi
4315
4316
4317# Check whether --enable-oldstylefscript was given.
4318if test "${enable_oldstylefscript+set}" = set; then
4319 enableval=$enable_oldstylefscript; if test "$enableval" = "yes"
4320then
4321
4322cat >>confdefs.h <<\_ACEOF
4323#define OLD_STYLE_FSCRIPT 1
4324_ACEOF
4325
4326 echo "Using old style F script"
4327else
4328 echo "Using new style F script"
4329fi
4330
4331else
4332 echo "Using new style F script by default"
4333
4334fi
4335
4336
4337# Check whether --enable-largefile was given.
4338if test "${enable_largefile+set}" = set; then
4339 enableval=$enable_largefile; if test "$enableval" = "yes"
4340then
4341
4342cat >>confdefs.h <<\_ACEOF
4343#define USE_LFS 1
4344_ACEOF
4345
4346 echo "Enabling Large File System support"
4347else
4348 echo "Not enabling Large File System support"
4349fi
4350
4351else
4352
4353cat >>confdefs.h <<\_ACEOF
4354#define USE_LFS 1
4355_ACEOF
4356
4357echo "Enabling Large File System support by default"
4358
4359fi
4360
4361
4362# Check whether --enable-qfa was given.
4363if test "${enable_qfa+set}" = set; then
4364 enableval=$enable_qfa; if test "$enableval" = "yes"
4365then
4366
4367cat >>confdefs.h <<\_ACEOF
4368#define USE_QFA 1
4369_ACEOF
4370
4371 echo "Enabling Quick File Access support"
4372else
4373 echo "Not enabling Quick File Access support"
4374fi
4375
4376else
4377
4378cat >>confdefs.h <<\_ACEOF
4379#define USE_QFA 1
4380_ACEOF
4381
4382echo "Enabling Quick File Access support by default"
4383
4384fi
4385
4386
4387# Check whether --enable-qfadebug was given.
4388if test "${enable_qfadebug+set}" = set; then
4389 enableval=$enable_qfadebug; if test "$enableval" = "yes"
4390then
4391
4392cat >>confdefs.h <<\_ACEOF
4393#define DEBUG_QFA 1
4394_ACEOF
4395
4396 echo "Including Quick File Access debugging code"
4397else
4398 echo "Not including Quick File Access debugging code"
4399fi
4400
4401else
4402 echo "Not including Quick File Access debugging code by default"
4403
4404fi
4405
4406
4407# Check whether --enable-macosx was given.
4408if test "${enable_macosx+set}" = set; then
4409 enableval=$enable_macosx; if test "$enableval" = "yes"
4410then
4411
4412cat >>confdefs.h <<\_ACEOF
4413#define DUMP_MACOSX 1
4414_ACEOF
4415
4416 echo "Including Mac OSX restore compatibility code"
4417else
4418 echo "Not including Mac OSX restore compatibility code"
4419fi
4420
4421else
4422 echo "Not including Mac OSX restore compatibility code by default"
4423
4424fi
4425
4426
4427# Check whether --enable-transselinux was given.
4428if test "${enable_transselinux+set}" = set; then
4429 enableval=$enable_transselinux; if test "$enableval" = "yes"
4430then
4431 LTRANSSELINUX="-lselinux"
4432 CCTRANSSELINUX="-DTRANSSELINUX"
4433 echo "restore can translate SELinux EAs"
4434else
4435 LTRANSSELINUX=""
4436 CCTRANSSELINUX=""
4437 echo "restore can not translate SELinux EAs"
4438fi
4439
4440else
4441 LTRANSSELINUX="-lselinux"
4442CCTRANSSELINUX="-DTRANSSELINUX"
4443echo "restore can translate SELinux EAs by default"
4444
4445fi
4446
4447
4448
4449
4450
4451
4452# Check whether --with-cc was given.
4453if test "${with_cc+set}" = set; then
4454 withval=$with_cc; { echo "$as_me:$LINENO: result: CC=$withval" >&5
4455echo "${ECHO_T}CC=$withval" >&6; }
4456CC=$withval
4457else
4458 if test -z "$CC" ; then CC=cc; fi
4459{ echo "$as_me:$LINENO: result: CC defaults to $CC" >&5
4460echo "${ECHO_T}CC defaults to $CC" >&6; }
4461fi
4462export CC
4463
4464
4465
4466# Check whether --with-linker was given.
4467if test "${with_linker+set}" = set; then
4468 withval=$with_linker; { echo "$as_me:$LINENO: result: LD=$withval" >&5
4469echo "${ECHO_T}LD=$withval" >&6; }
4470LD=$withval
4471else
4472 if test -z "$LD" ; then LD=$CC; fi
4473{ echo "$as_me:$LINENO: result: LD defaults to $LD" >&5
4474echo "${ECHO_T}LD defaults to $LD" >&6; }
4475fi
4476export LD
4477
4478
4479
4480# Check whether --with-ccopts was given.
4481if test "${with_ccopts+set}" = set; then
4482 withval=$with_ccopts; { echo "$as_me:$LINENO: result: CCOPTS is $withval" >&5
4483echo "${ECHO_T}CCOPTS is $withval" >&6; }
4484CCOPTS=$withval
4485CFLAGS="$CFLAGS $withval"
4486else
4487 CCOPTS=
4488fi
4489
4490
4491
4492# Check whether --with-ldopts was given.
4493if test "${with_ldopts+set}" = set; then
4494 withval=$with_ldopts; { echo "$as_me:$LINENO: result: LDFLAGS is $withval" >&5
4495echo "${ECHO_T}LDFLAGS is $withval" >&6; }
4496LDOPTS=$withval
4497LDFLAGS="$LDFLAGS $withval"
4498else
4499 LDOPTS=
4500fi
4501
4502
4503
4504# Check whether --with-binowner was given.
4505if test "${with_binowner+set}" = set; then
4506 withval=$with_binowner; { echo "$as_me:$LINENO: result: BINOWNER is $withval" >&5
4507echo "${ECHO_T}BINOWNER is $withval" >&6; }
4508BINOWNER=$withval
4509else
4510 BINOWNER=root
4511echo "BINOWNER defaults to $BINOWNER"
4512
4513fi
4514
4515
4516
4517# Check whether --with-bingrp was given.
4518if test "${with_bingrp+set}" = set; then
4519 withval=$with_bingrp; { echo "$as_me:$LINENO: result: BINGRP is $withval" >&5
4520echo "${ECHO_T}BINGRP is $withval" >&6; }
4521BINGRP=$withval
4522else
4523 BINGRP=tty
4524echo "BINGRP defaults to $BINGRP"
4525
4526fi
4527
4528
4529
4530# Check whether --with-binmode was given.
4531if test "${with_binmode+set}" = set; then
4532 withval=$with_binmode; { echo "$as_me:$LINENO: result: BINMODE is $withval" >&5
4533echo "${ECHO_T}BINMODE is $withval" >&6; }
4534BINMODE=$withval
4535else
4536 BINMODE=0755
4537echo "BINMODE defaults to $BINMODE"
4538
4539fi
4540
4541
4542
4543# Check whether --with-manowner was given.
4544if test "${with_manowner+set}" = set; then
4545 withval=$with_manowner; { echo "$as_me:$LINENO: result: MANOWNER is $withval" >&5
4546echo "${ECHO_T}MANOWNER is $withval" >&6; }
4547MANOWNER=$withval
4548else
4549 MANOWNER=man
4550echo "MANOWNER defaults to $MANOWNER"
4551
4552fi
4553
4554
4555
4556# Check whether --with-mangrp was given.
4557if test "${with_mangrp+set}" = set; then
4558 withval=$with_mangrp; { echo "$as_me:$LINENO: result: MANGRP is $withval" >&5
4559echo "${ECHO_T}MANGRP is $withval" >&6; }
4560MANGRP=$withval
4561else
4562 MANGRP=tty
4563echo "MANGRP defaults to $MANGRP"
4564
4565fi
4566
4567
4568
4569# Check whether --with-manmode was given.
4570if test "${with_manmode+set}" = set; then
4571 withval=$with_manmode; { echo "$as_me:$LINENO: result: MANMODE is $withval" >&5
4572echo "${ECHO_T}MANMODE is $withval" >&6; }
4573MANMODE=$withval
4574else
4575 MANMODE=0644
4576echo "MANMODE defaults to $MANMODE"
4577
4578fi
4579
4580
4581
4582# Check whether --with-dumpdatespath was given.
4583if test "${with_dumpdatespath+set}" = set; then
4584 withval=$with_dumpdatespath; { echo "$as_me:$LINENO: result: DUMPDATESPATH is $withval" >&5
4585echo "${ECHO_T}DUMPDATESPATH is $withval" >&6; }
4586DUMPDATESPATH=$withval
4587else
4588 DUMPDATESPATH="${sysconfdir}/dumpdates"
4589echo "DUMPDATESPATH defaults to $DUMPDATESPATH"
4590
4591fi
4592
4593
4594{ echo "$as_me:$LINENO: checking for ext2fs/ext2fs.h" >&5
4595echo $ECHO_N "checking for ext2fs/ext2fs.h... $ECHO_C" >&6; }
4596if test "${ac_cv_header_ext2fs_ext2fs_h+set}" = set; then
4597 echo $ECHO_N "(cached) $ECHO_C" >&6
4598else
4599 cat >conftest.$ac_ext <<_ACEOF
4600/* confdefs.h. */
4601_ACEOF
4602cat confdefs.h >>conftest.$ac_ext
4603cat >>conftest.$ac_ext <<_ACEOF
4604/* end confdefs.h. */
4605#include <ext2fs/ext2fs.h>
4606_ACEOF
4607if { (ac_try="$ac_cpp conftest.$ac_ext"
4608case "(($ac_try" in
4609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4610 *) ac_try_echo=$ac_try;;
4611esac
4612eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4613 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4614 ac_status=$?
4615 grep -v '^ *+' conftest.er1 >conftest.err
4616 rm -f conftest.er1
4617 cat conftest.err >&5
4618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4619 (exit $ac_status); } >/dev/null; then
4620 if test -s conftest.err; then
4621 ac_cpp_err=$ac_c_preproc_warn_flag
4622 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4623 else
4624 ac_cpp_err=
4625 fi
4626else
4627 ac_cpp_err=yes
4628fi
4629if test -z "$ac_cpp_err"; then
4630 ac_cv_header_ext2fs_ext2fs_h=yes
4631else
4632 echo "$as_me: failed program was:" >&5
4633sed 's/^/| /' conftest.$ac_ext >&5
4634
4635 ac_cv_header_ext2fs_ext2fs_h=no
4636fi
4637
4638rm -f conftest.err conftest.$ac_ext
4639fi
4640{ echo "$as_me:$LINENO: result: $ac_cv_header_ext2fs_ext2fs_h" >&5
4641echo "${ECHO_T}$ac_cv_header_ext2fs_ext2fs_h" >&6; }
4642if test $ac_cv_header_ext2fs_ext2fs_h = yes; then
4643 ext2fs_h=yes
4644else
4645 ext2fs_h=no
4646fi
4647
4648
4649{ echo "$as_me:$LINENO: checking for ext2fs_open in -lext2fs" >&5
4650echo $ECHO_N "checking for ext2fs_open in -lext2fs... $ECHO_C" >&6; }
4651if test "${ac_cv_lib_ext2fs_ext2fs_open+set}" = set; then
4652 echo $ECHO_N "(cached) $ECHO_C" >&6
4653else
4654 ac_check_lib_save_LIBS=$LIBS
4655LIBS="-lext2fs -lcom_err $LIBS"
4656cat >conftest.$ac_ext <<_ACEOF
4657/* confdefs.h. */
4658_ACEOF
4659cat confdefs.h >>conftest.$ac_ext
4660cat >>conftest.$ac_ext <<_ACEOF
4661/* end confdefs.h. */
4662
4663/* Override any GCC internal prototype to avoid an error.
4664 Use char because int might match the return type of a GCC
4665 builtin and then its argument prototype would still apply. */
4666#ifdef __cplusplus
4667extern "C"
4668#endif
4669char ext2fs_open ();
4670int
4671main ()
4672{
4673return ext2fs_open ();
4674 ;
4675 return 0;
4676}
4677_ACEOF
4678rm -f conftest.$ac_objext conftest$ac_exeext
4679if { (ac_try="$ac_link"
4680case "(($ac_try" in
4681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4682 *) ac_try_echo=$ac_try;;
4683esac
4684eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4685 (eval "$ac_link") 2>conftest.er1
4686 ac_status=$?
4687 grep -v '^ *+' conftest.er1 >conftest.err
4688 rm -f conftest.er1
4689 cat conftest.err >&5
4690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4691 (exit $ac_status); } &&
4692 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4693 { (case "(($ac_try" in
4694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4695 *) ac_try_echo=$ac_try;;
4696esac
4697eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4698 (eval "$ac_try") 2>&5
4699 ac_status=$?
4700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4701 (exit $ac_status); }; } &&
4702 { ac_try='test -s conftest$ac_exeext'
4703 { (case "(($ac_try" in
4704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4705 *) ac_try_echo=$ac_try;;
4706esac
4707eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4708 (eval "$ac_try") 2>&5
4709 ac_status=$?
4710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4711 (exit $ac_status); }; }; then
4712 ac_cv_lib_ext2fs_ext2fs_open=yes
4713else
4714 echo "$as_me: failed program was:" >&5
4715sed 's/^/| /' conftest.$ac_ext >&5
4716
4717 ac_cv_lib_ext2fs_ext2fs_open=no
4718fi
4719
4720rm -f core conftest.err conftest.$ac_objext \
4721 conftest$ac_exeext conftest.$ac_ext
4722LIBS=$ac_check_lib_save_LIBS
4723fi
4724{ echo "$as_me:$LINENO: result: $ac_cv_lib_ext2fs_ext2fs_open" >&5
4725echo "${ECHO_T}$ac_cv_lib_ext2fs_ext2fs_open" >&6; }
4726if test $ac_cv_lib_ext2fs_ext2fs_open = yes; then
4727 ext2fs_lib=yes
4728else
4729 ext2fs_lib=no
4730fi
4731
4732if test "$ext2fs_h" = no -o "$ext2fs_lib" = no; then
4733 { { echo "$as_me:$LINENO: error: You need to install the Ext2fs libraries from the E2fsprogs distribution first - hint: make install-libs" >&5
4734echo "$as_me: error: You need to install the Ext2fs libraries from the E2fsprogs distribution first - hint: make install-libs" >&2;}
4735 { (exit 1); exit 1; }; }
4736fi
4737
4738{ echo "$as_me:$LINENO: checking for ext2fs_read_inode_full in -lext2fs" >&5
4739echo $ECHO_N "checking for ext2fs_read_inode_full in -lext2fs... $ECHO_C" >&6; }
4740if test "${ac_cv_lib_ext2fs_ext2fs_read_inode_full+set}" = set; then
4741 echo $ECHO_N "(cached) $ECHO_C" >&6
4742else
4743 ac_check_lib_save_LIBS=$LIBS
4744LIBS="-lext2fs -lcom_err $LIBS"
4745cat >conftest.$ac_ext <<_ACEOF
4746/* confdefs.h. */
4747_ACEOF
4748cat confdefs.h >>conftest.$ac_ext
4749cat >>conftest.$ac_ext <<_ACEOF
4750/* end confdefs.h. */
4751
4752/* Override any GCC internal prototype to avoid an error.
4753 Use char because int might match the return type of a GCC
4754 builtin and then its argument prototype would still apply. */
4755#ifdef __cplusplus
4756extern "C"
4757#endif
4758char ext2fs_read_inode_full ();
4759int
4760main ()
4761{
4762return ext2fs_read_inode_full ();
4763 ;
4764 return 0;
4765}
4766_ACEOF
4767rm -f conftest.$ac_objext conftest$ac_exeext
4768if { (ac_try="$ac_link"
4769case "(($ac_try" in
4770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4771 *) ac_try_echo=$ac_try;;
4772esac
4773eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4774 (eval "$ac_link") 2>conftest.er1
4775 ac_status=$?
4776 grep -v '^ *+' conftest.er1 >conftest.err
4777 rm -f conftest.er1
4778 cat conftest.err >&5
4779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4780 (exit $ac_status); } &&
4781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4782 { (case "(($ac_try" in
4783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4784 *) ac_try_echo=$ac_try;;
4785esac
4786eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4787 (eval "$ac_try") 2>&5
4788 ac_status=$?
4789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4790 (exit $ac_status); }; } &&
4791 { ac_try='test -s conftest$ac_exeext'
4792 { (case "(($ac_try" in
4793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4794 *) ac_try_echo=$ac_try;;
4795esac
4796eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4797 (eval "$ac_try") 2>&5
4798 ac_status=$?
4799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4800 (exit $ac_status); }; }; then
4801 ac_cv_lib_ext2fs_ext2fs_read_inode_full=yes
4802else
4803 echo "$as_me: failed program was:" >&5
4804sed 's/^/| /' conftest.$ac_ext >&5
4805
4806 ac_cv_lib_ext2fs_ext2fs_read_inode_full=no
4807fi
4808
4809rm -f core conftest.err conftest.$ac_objext \
4810 conftest$ac_exeext conftest.$ac_ext
4811LIBS=$ac_check_lib_save_LIBS
4812fi
4813{ echo "$as_me:$LINENO: result: $ac_cv_lib_ext2fs_ext2fs_read_inode_full" >&5
4814echo "${ECHO_T}$ac_cv_lib_ext2fs_ext2fs_read_inode_full" >&6; }
4815if test $ac_cv_lib_ext2fs_ext2fs_read_inode_full = yes; then
4816 rif=yes
4817else
4818 rif=no
4819fi
4820
4821if test "$rif" = yes; then
4822
4823cat >>confdefs.h <<\_ACEOF
4824#define HAVE_EXT2FS_READ_INODE_FULL 1
4825_ACEOF
4826
4827fi
4828
4829
4830for ac_header in ext2fs/ext2_fs.h
4831do
4832as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4833{ echo "$as_me:$LINENO: checking for $ac_header" >&5
4834echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4835if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4836 echo $ECHO_N "(cached) $ECHO_C" >&6
4837else
4838 cat >conftest.$ac_ext <<_ACEOF
4839/* confdefs.h. */
4840_ACEOF
4841cat confdefs.h >>conftest.$ac_ext
4842cat >>conftest.$ac_ext <<_ACEOF
4843/* end confdefs.h. */
4844#include <$ac_header>
4845_ACEOF
4846if { (ac_try="$ac_cpp conftest.$ac_ext"
4847case "(($ac_try" in
4848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4849 *) ac_try_echo=$ac_try;;
4850esac
4851eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4852 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4853 ac_status=$?
4854 grep -v '^ *+' conftest.er1 >conftest.err
4855 rm -f conftest.er1
4856 cat conftest.err >&5
4857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4858 (exit $ac_status); } >/dev/null; then
4859 if test -s conftest.err; then
4860 ac_cpp_err=$ac_c_preproc_warn_flag
4861 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4862 else
4863 ac_cpp_err=
4864 fi
4865else
4866 ac_cpp_err=yes
4867fi
4868if test -z "$ac_cpp_err"; then
4869 eval "$as_ac_Header=yes"
4870else
4871 echo "$as_me: failed program was:" >&5
4872sed 's/^/| /' conftest.$ac_ext >&5
4873
4874 eval "$as_ac_Header=no"
4875fi
4876
4877rm -f conftest.err conftest.$ac_ext
4878fi
4879ac_res=`eval echo '${'$as_ac_Header'}'`
4880 { echo "$as_me:$LINENO: result: $ac_res" >&5
4881echo "${ECHO_T}$ac_res" >&6; }
4882if test `eval echo '${'$as_ac_Header'}'` = yes; then
4883 cat >>confdefs.h <<_ACEOF
4884#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4885_ACEOF
4886
4887fi
4888
4889done
4890
4891
4892{ echo "$as_me:$LINENO: checking for ext2_ino_t type in libext2fs headers" >&5
4893echo $ECHO_N "checking for ext2_ino_t type in libext2fs headers... $ECHO_C" >&6; }
4894cat >conftest.$ac_ext <<_ACEOF
4895/* confdefs.h. */
4896_ACEOF
4897cat confdefs.h >>conftest.$ac_ext
4898cat >>conftest.$ac_ext <<_ACEOF
4899/* end confdefs.h. */
4900#include <stdio.h>
4901#ifdef HAVE_EXT2FS_EXT2_FS_H
4902#include <ext2fs/ext2_fs.h>
4903#else
4904#include <linux/ext2_fs.h>
4905#endif
4906#include <ext2fs/ext2fs.h>
4907int
4908main ()
4909{
4910ext2_ino_t ino = 0;
4911 ;
4912 return 0;
4913}
4914_ACEOF
4915rm -f conftest.$ac_objext
4916if { (ac_try="$ac_compile"
4917case "(($ac_try" in
4918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4919 *) ac_try_echo=$ac_try;;
4920esac
4921eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4922 (eval "$ac_compile") 2>conftest.er1
4923 ac_status=$?
4924 grep -v '^ *+' conftest.er1 >conftest.err
4925 rm -f conftest.er1
4926 cat conftest.err >&5
4927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4928 (exit $ac_status); } &&
4929 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4930 { (case "(($ac_try" in
4931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4932 *) ac_try_echo=$ac_try;;
4933esac
4934eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4935 (eval "$ac_try") 2>&5
4936 ac_status=$?
4937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4938 (exit $ac_status); }; } &&
4939 { ac_try='test -s conftest.$ac_objext'
4940 { (case "(($ac_try" in
4941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4942 *) ac_try_echo=$ac_try;;
4943esac
4944eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4945 (eval "$ac_try") 2>&5
4946 ac_status=$?
4947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4948 (exit $ac_status); }; }; then
4949
4950cat >>confdefs.h <<\_ACEOF
4951#define HAVE_EXT2_INO_T 1
4952_ACEOF
4953
4954 { echo "$as_me:$LINENO: result: yes" >&5
4955echo "${ECHO_T}yes" >&6; }
4956else
4957 echo "$as_me: failed program was:" >&5
4958sed 's/^/| /' conftest.$ac_ext >&5
4959
4960 { echo "$as_me:$LINENO: result: no" >&5
4961echo "${ECHO_T}no" >&6; }
4962fi
4963
4964rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4965
4966{ echo "$as_me:$LINENO: checking for s_journal_inum field in ext2_super_block struct" >&5
4967echo $ECHO_N "checking for s_journal_inum field in ext2_super_block struct... $ECHO_C" >&6; }
4968cat >conftest.$ac_ext <<_ACEOF
4969/* confdefs.h. */
4970_ACEOF
4971cat confdefs.h >>conftest.$ac_ext
4972cat >>conftest.$ac_ext <<_ACEOF
4973/* end confdefs.h. */
4974#include <stdio.h>
4975#ifdef HAVE_EXT2FS_EXT2_FS_H
4976#include <ext2fs/ext2_fs.h>
4977#else
4978#include <linux/ext2_fs.h>
4979#endif
4980#include <ext2fs/ext2fs.h>
4981int
4982main ()
4983{
4984struct ext2_super_block es; es.s_journal_inum = 0;
4985 ;
4986 return 0;
4987}
4988_ACEOF
4989rm -f conftest.$ac_objext
4990if { (ac_try="$ac_compile"
4991case "(($ac_try" in
4992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4993 *) ac_try_echo=$ac_try;;
4994esac
4995eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4996 (eval "$ac_compile") 2>conftest.er1
4997 ac_status=$?
4998 grep -v '^ *+' conftest.er1 >conftest.err
4999 rm -f conftest.er1
5000 cat conftest.err >&5
5001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5002 (exit $ac_status); } &&
5003 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5004 { (case "(($ac_try" in
5005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5006 *) ac_try_echo=$ac_try;;
5007esac
5008eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5009 (eval "$ac_try") 2>&5
5010 ac_status=$?
5011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5012 (exit $ac_status); }; } &&
5013 { ac_try='test -s conftest.$ac_objext'
5014 { (case "(($ac_try" in
5015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5016 *) ac_try_echo=$ac_try;;
5017esac
5018eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5019 (eval "$ac_try") 2>&5
5020 ac_status=$?
5021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5022 (exit $ac_status); }; }; then
5023
5024cat >>confdefs.h <<\_ACEOF
5025#define HAVE_EXT2_JOURNAL_INUM 1
5026_ACEOF
5027
5028 { echo "$as_me:$LINENO: result: yes" >&5
5029echo "${ECHO_T}yes" >&6; }
5030else
5031 echo "$as_me: failed program was:" >&5
5032sed 's/^/| /' conftest.$ac_ext >&5
5033
5034 { echo "$as_me:$LINENO: result: no" >&5
5035echo "${ECHO_T}no" >&6; }
5036fi
5037
5038rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5039
5040{ echo "$as_me:$LINENO: checking for blkid/blkid.h" >&5
5041echo $ECHO_N "checking for blkid/blkid.h... $ECHO_C" >&6; }
5042if test "${ac_cv_header_blkid_blkid_h+set}" = set; then
5043 echo $ECHO_N "(cached) $ECHO_C" >&6
5044else
5045 cat >conftest.$ac_ext <<_ACEOF
5046/* confdefs.h. */
5047_ACEOF
5048cat confdefs.h >>conftest.$ac_ext
5049cat >>conftest.$ac_ext <<_ACEOF
5050/* end confdefs.h. */
5051#include <blkid/blkid.h>
5052_ACEOF
5053if { (ac_try="$ac_cpp conftest.$ac_ext"
5054case "(($ac_try" in
5055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5056 *) ac_try_echo=$ac_try;;
5057esac
5058eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5059 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5060 ac_status=$?
5061 grep -v '^ *+' conftest.er1 >conftest.err
5062 rm -f conftest.er1
5063 cat conftest.err >&5
5064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065 (exit $ac_status); } >/dev/null; then
5066 if test -s conftest.err; then
5067 ac_cpp_err=$ac_c_preproc_warn_flag
5068 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5069 else
5070 ac_cpp_err=
5071 fi
5072else
5073 ac_cpp_err=yes
5074fi
5075if test -z "$ac_cpp_err"; then
5076 ac_cv_header_blkid_blkid_h=yes
5077else
5078 echo "$as_me: failed program was:" >&5
5079sed 's/^/| /' conftest.$ac_ext >&5
5080
5081 ac_cv_header_blkid_blkid_h=no
5082fi
5083
5084rm -f conftest.err conftest.$ac_ext
5085fi
5086{ echo "$as_me:$LINENO: result: $ac_cv_header_blkid_blkid_h" >&5
5087echo "${ECHO_T}$ac_cv_header_blkid_blkid_h" >&6; }
5088if test $ac_cv_header_blkid_blkid_h = yes; then
5089 blkid_h=yes
5090else
5091 blkid_h=no
5092fi
5093
5094
5095{ echo "$as_me:$LINENO: checking for blkid_get_devname in -lblkid" >&5
5096echo $ECHO_N "checking for blkid_get_devname in -lblkid... $ECHO_C" >&6; }
5097if test "${ac_cv_lib_blkid_blkid_get_devname+set}" = set; then
5098 echo $ECHO_N "(cached) $ECHO_C" >&6
5099else
5100 ac_check_lib_save_LIBS=$LIBS
5101LIBS="-lblkid -luuid $LIBS"
5102cat >conftest.$ac_ext <<_ACEOF
5103/* confdefs.h. */
5104_ACEOF
5105cat confdefs.h >>conftest.$ac_ext
5106cat >>conftest.$ac_ext <<_ACEOF
5107/* end confdefs.h. */
5108
5109/* Override any GCC internal prototype to avoid an error.
5110 Use char because int might match the return type of a GCC
5111 builtin and then its argument prototype would still apply. */
5112#ifdef __cplusplus
5113extern "C"
5114#endif
5115char blkid_get_devname ();
5116int
5117main ()
5118{
5119return blkid_get_devname ();
5120 ;
5121 return 0;
5122}
5123_ACEOF
5124rm -f conftest.$ac_objext conftest$ac_exeext
5125if { (ac_try="$ac_link"
5126case "(($ac_try" in
5127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5128 *) ac_try_echo=$ac_try;;
5129esac
5130eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5131 (eval "$ac_link") 2>conftest.er1
5132 ac_status=$?
5133 grep -v '^ *+' conftest.er1 >conftest.err
5134 rm -f conftest.er1
5135 cat conftest.err >&5
5136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5137 (exit $ac_status); } &&
5138 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5139 { (case "(($ac_try" in
5140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5141 *) ac_try_echo=$ac_try;;
5142esac
5143eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5144 (eval "$ac_try") 2>&5
5145 ac_status=$?
5146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5147 (exit $ac_status); }; } &&
5148 { ac_try='test -s conftest$ac_exeext'
5149 { (case "(($ac_try" in
5150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5151 *) ac_try_echo=$ac_try;;
5152esac
5153eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5154 (eval "$ac_try") 2>&5
5155 ac_status=$?
5156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5157 (exit $ac_status); }; }; then
5158 ac_cv_lib_blkid_blkid_get_devname=yes
5159else
5160 echo "$as_me: failed program was:" >&5
5161sed 's/^/| /' conftest.$ac_ext >&5
5162
5163 ac_cv_lib_blkid_blkid_get_devname=no
5164fi
5165
5166rm -f core conftest.err conftest.$ac_objext \
5167 conftest$ac_exeext conftest.$ac_ext
5168LIBS=$ac_check_lib_save_LIBS
5169fi
5170{ echo "$as_me:$LINENO: result: $ac_cv_lib_blkid_blkid_get_devname" >&5
5171echo "${ECHO_T}$ac_cv_lib_blkid_blkid_get_devname" >&6; }
5172if test $ac_cv_lib_blkid_blkid_get_devname = yes; then
5173 blkid_lib=yes
5174else
5175 blkid_lib=no
5176fi
5177
5178if test "$blkid_h" = yes -a "$blkid_lib" = yes; then
5179
5180cat >>confdefs.h <<\_ACEOF
5181#define HAVE_BLKID 1
5182_ACEOF
5183
5184 BLKID="-lblkid -luuid -ldevmapper -lselinux -lsepol"
5185fi
5186
5187
5188{ echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5
5189echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6; }
5190if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then
5191 echo $ECHO_N "(cached) $ECHO_C" >&6
5192else
5193 ac_check_lib_save_LIBS=$LIBS
5194LIBS="-lncurses $LIBS"
5195cat >conftest.$ac_ext <<_ACEOF
5196/* confdefs.h. */
5197_ACEOF
5198cat confdefs.h >>conftest.$ac_ext
5199cat >>conftest.$ac_ext <<_ACEOF
5200/* end confdefs.h. */
5201
5202/* Override any GCC internal prototype to avoid an error.
5203 Use char because int might match the return type of a GCC
5204 builtin and then its argument prototype would still apply. */
5205#ifdef __cplusplus
5206extern "C"
5207#endif
5208char tgetent ();
5209int
5210main ()
5211{
5212return tgetent ();
5213 ;
5214 return 0;
5215}
5216_ACEOF
5217rm -f conftest.$ac_objext conftest$ac_exeext
5218if { (ac_try="$ac_link"
5219case "(($ac_try" in
5220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5221 *) ac_try_echo=$ac_try;;
5222esac
5223eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5224 (eval "$ac_link") 2>conftest.er1
5225 ac_status=$?
5226 grep -v '^ *+' conftest.er1 >conftest.err
5227 rm -f conftest.er1
5228 cat conftest.err >&5
5229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5230 (exit $ac_status); } &&
5231 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5232 { (case "(($ac_try" in
5233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5234 *) ac_try_echo=$ac_try;;
5235esac
5236eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5237 (eval "$ac_try") 2>&5
5238 ac_status=$?
5239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5240 (exit $ac_status); }; } &&
5241 { ac_try='test -s conftest$ac_exeext'
5242 { (case "(($ac_try" in
5243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5244 *) ac_try_echo=$ac_try;;
5245esac
5246eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5247 (eval "$ac_try") 2>&5
5248 ac_status=$?
5249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5250 (exit $ac_status); }; }; then
5251 ac_cv_lib_ncurses_tgetent=yes
5252else
5253 echo "$as_me: failed program was:" >&5
5254sed 's/^/| /' conftest.$ac_ext >&5
5255
5256 ac_cv_lib_ncurses_tgetent=no
5257fi
5258
5259rm -f core conftest.err conftest.$ac_objext \
5260 conftest$ac_exeext conftest.$ac_ext
5261LIBS=$ac_check_lib_save_LIBS
5262fi
5263{ echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5
5264echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6; }
5265if test $ac_cv_lib_ncurses_tgetent = yes; then
5266 ncurses_lib=yes
5267else
5268 ncurses_lib=no
5269fi
5270
5271{ echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5
5272echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; }
5273if test "${ac_cv_lib_termcap_tgetent+set}" = set; then
5274 echo $ECHO_N "(cached) $ECHO_C" >&6
5275else
5276 ac_check_lib_save_LIBS=$LIBS
5277LIBS="-ltermcap $LIBS"
5278cat >conftest.$ac_ext <<_ACEOF
5279/* confdefs.h. */
5280_ACEOF
5281cat confdefs.h >>conftest.$ac_ext
5282cat >>conftest.$ac_ext <<_ACEOF
5283/* end confdefs.h. */
5284
5285/* Override any GCC internal prototype to avoid an error.
5286 Use char because int might match the return type of a GCC
5287 builtin and then its argument prototype would still apply. */
5288#ifdef __cplusplus
5289extern "C"
5290#endif
5291char tgetent ();
5292int
5293main ()
5294{
5295return tgetent ();
5296 ;
5297 return 0;
5298}
5299_ACEOF
5300rm -f conftest.$ac_objext conftest$ac_exeext
5301if { (ac_try="$ac_link"
5302case "(($ac_try" in
5303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5304 *) ac_try_echo=$ac_try;;
5305esac
5306eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5307 (eval "$ac_link") 2>conftest.er1
5308 ac_status=$?
5309 grep -v '^ *+' conftest.er1 >conftest.err
5310 rm -f conftest.er1
5311 cat conftest.err >&5
5312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5313 (exit $ac_status); } &&
5314 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5315 { (case "(($ac_try" in
5316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5317 *) ac_try_echo=$ac_try;;
5318esac
5319eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5320 (eval "$ac_try") 2>&5
5321 ac_status=$?
5322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5323 (exit $ac_status); }; } &&
5324 { ac_try='test -s conftest$ac_exeext'
5325 { (case "(($ac_try" in
5326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5327 *) ac_try_echo=$ac_try;;
5328esac
5329eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5330 (eval "$ac_try") 2>&5
5331 ac_status=$?
5332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5333 (exit $ac_status); }; }; then
5334 ac_cv_lib_termcap_tgetent=yes
5335else
5336 echo "$as_me: failed program was:" >&5
5337sed 's/^/| /' conftest.$ac_ext >&5
5338
5339 ac_cv_lib_termcap_tgetent=no
5340fi
5341
5342rm -f core conftest.err conftest.$ac_objext \
5343 conftest$ac_exeext conftest.$ac_ext
5344LIBS=$ac_check_lib_save_LIBS
5345fi
5346{ echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5
5347echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; }
5348if test $ac_cv_lib_termcap_tgetent = yes; then
5349 termcap_lib=yes
5350else
5351 termcap_lib=no
5352fi
5353
5354
5355if test "$ncurses_lib" = no -a "$termcap_lib" = no; then
5356 if test "$READLINE" = "yes"; then
5357 { { echo "$as_me:$LINENO: error: You need to install the ncurses or termcap library or configure without --enable-readline" >&5
5358echo "$as_me: error: You need to install the ncurses or termcap library or configure without --enable-readline" >&2;}
5359 { (exit 1); exit 1; }; }
5360 fi
5361fi
5362if test "$ncurses_lib" = yes; then
5363 rdllib="-lncurses"
5364elif test "$termcap_lib" = yes; then
5365 rdllib="-ltermcap"
5366fi
5367
5368{ echo "$as_me:$LINENO: checking for readline/readline.h" >&5
5369echo $ECHO_N "checking for readline/readline.h... $ECHO_C" >&6; }
5370if test "${ac_cv_header_readline_readline_h+set}" = set; then
5371 echo $ECHO_N "(cached) $ECHO_C" >&6
5372else
5373 cat >conftest.$ac_ext <<_ACEOF
5374/* confdefs.h. */
5375_ACEOF
5376cat confdefs.h >>conftest.$ac_ext
5377cat >>conftest.$ac_ext <<_ACEOF
5378/* end confdefs.h. */
5379#include <readline/readline.h>
5380_ACEOF
5381if { (ac_try="$ac_cpp conftest.$ac_ext"
5382case "(($ac_try" in
5383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5384 *) ac_try_echo=$ac_try;;
5385esac
5386eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5387 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5388 ac_status=$?
5389 grep -v '^ *+' conftest.er1 >conftest.err
5390 rm -f conftest.er1
5391 cat conftest.err >&5
5392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5393 (exit $ac_status); } >/dev/null; then
5394 if test -s conftest.err; then
5395 ac_cpp_err=$ac_c_preproc_warn_flag
5396 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5397 else
5398 ac_cpp_err=
5399 fi
5400else
5401 ac_cpp_err=yes
5402fi
5403if test -z "$ac_cpp_err"; then
5404 ac_cv_header_readline_readline_h=yes
5405else
5406 echo "$as_me: failed program was:" >&5
5407sed 's/^/| /' conftest.$ac_ext >&5
5408
5409 ac_cv_header_readline_readline_h=no
5410fi
5411
5412rm -f conftest.err conftest.$ac_ext
5413fi
5414{ echo "$as_me:$LINENO: result: $ac_cv_header_readline_readline_h" >&5
5415echo "${ECHO_T}$ac_cv_header_readline_readline_h" >&6; }
5416if test $ac_cv_header_readline_readline_h = yes; then
5417 readline_h=yes
5418else
5419 readline_h=no
5420fi
5421
5422
5423{ echo "$as_me:$LINENO: checking for readline in -lreadline" >&5
5424echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6; }
5425if test "${ac_cv_lib_readline_readline+set}" = set; then
5426 echo $ECHO_N "(cached) $ECHO_C" >&6
5427else
5428 ac_check_lib_save_LIBS=$LIBS
5429LIBS="-lreadline $rdllib $LIBS"
5430cat >conftest.$ac_ext <<_ACEOF
5431/* confdefs.h. */
5432_ACEOF
5433cat confdefs.h >>conftest.$ac_ext
5434cat >>conftest.$ac_ext <<_ACEOF
5435/* end confdefs.h. */
5436
5437/* Override any GCC internal prototype to avoid an error.
5438 Use char because int might match the return type of a GCC
5439 builtin and then its argument prototype would still apply. */
5440#ifdef __cplusplus
5441extern "C"
5442#endif
5443char readline ();
5444int
5445main ()
5446{
5447return readline ();
5448 ;
5449 return 0;
5450}
5451_ACEOF
5452rm -f conftest.$ac_objext conftest$ac_exeext
5453if { (ac_try="$ac_link"
5454case "(($ac_try" in
5455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5456 *) ac_try_echo=$ac_try;;
5457esac
5458eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5459 (eval "$ac_link") 2>conftest.er1
5460 ac_status=$?
5461 grep -v '^ *+' conftest.er1 >conftest.err
5462 rm -f conftest.er1
5463 cat conftest.err >&5
5464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5465 (exit $ac_status); } &&
5466 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5467 { (case "(($ac_try" in
5468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5469 *) ac_try_echo=$ac_try;;
5470esac
5471eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5472 (eval "$ac_try") 2>&5
5473 ac_status=$?
5474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5475 (exit $ac_status); }; } &&
5476 { ac_try='test -s conftest$ac_exeext'
5477 { (case "(($ac_try" in
5478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5479 *) ac_try_echo=$ac_try;;
5480esac
5481eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5482 (eval "$ac_try") 2>&5
5483 ac_status=$?
5484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5485 (exit $ac_status); }; }; then
5486 ac_cv_lib_readline_readline=yes
5487else
5488 echo "$as_me: failed program was:" >&5
5489sed 's/^/| /' conftest.$ac_ext >&5
5490
5491 ac_cv_lib_readline_readline=no
5492fi
5493
5494rm -f core conftest.err conftest.$ac_objext \
5495 conftest$ac_exeext conftest.$ac_ext
5496LIBS=$ac_check_lib_save_LIBS
5497fi
5498{ echo "$as_me:$LINENO: result: $ac_cv_lib_readline_readline" >&5
5499echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6; }
5500if test $ac_cv_lib_readline_readline = yes; then
5501 readline_lib=yes
5502else
5503 readline_lib=no
5504fi
5505
5506if test "$readline_h" = no -o "$readline_lib" = no; then
5507 if test "$READLINE" = "yes"; then
5508 { { echo "$as_me:$LINENO: error: You need to install the GNU readline library or configure without --enable-readline" >&5
5509echo "$as_me: error: You need to install the GNU readline library or configure without --enable-readline" >&2;}
5510 { (exit 1); exit 1; }; }
5511 fi
5512fi
5513if test "$READLINE" = yes; then
5514 READLINE="-lreadline $rdllib"
5515fi
5516
5517
5518{ echo "$as_me:$LINENO: checking for rl_completion_matches in -lreadline" >&5
5519echo $ECHO_N "checking for rl_completion_matches in -lreadline... $ECHO_C" >&6; }
5520if test "${ac_cv_lib_readline_rl_completion_matches+set}" = set; then
5521 echo $ECHO_N "(cached) $ECHO_C" >&6
5522else
5523 ac_check_lib_save_LIBS=$LIBS
5524LIBS="-lreadline "-ltermcap" $LIBS"
5525cat >conftest.$ac_ext <<_ACEOF
5526/* confdefs.h. */
5527_ACEOF
5528cat confdefs.h >>conftest.$ac_ext
5529cat >>conftest.$ac_ext <<_ACEOF
5530/* end confdefs.h. */
5531
5532/* Override any GCC internal prototype to avoid an error.
5533 Use char because int might match the return type of a GCC
5534 builtin and then its argument prototype would still apply. */
5535#ifdef __cplusplus
5536extern "C"
5537#endif
5538char rl_completion_matches ();
5539int
5540main ()
5541{
5542return rl_completion_matches ();
5543 ;
5544 return 0;
5545}
5546_ACEOF
5547rm -f conftest.$ac_objext conftest$ac_exeext
5548if { (ac_try="$ac_link"
5549case "(($ac_try" in
5550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5551 *) ac_try_echo=$ac_try;;
5552esac
5553eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5554 (eval "$ac_link") 2>conftest.er1
5555 ac_status=$?
5556 grep -v '^ *+' conftest.er1 >conftest.err
5557 rm -f conftest.er1
5558 cat conftest.err >&5
5559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5560 (exit $ac_status); } &&
5561 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5562 { (case "(($ac_try" in
5563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5564 *) ac_try_echo=$ac_try;;
5565esac
5566eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5567 (eval "$ac_try") 2>&5
5568 ac_status=$?
5569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5570 (exit $ac_status); }; } &&
5571 { ac_try='test -s conftest$ac_exeext'
5572 { (case "(($ac_try" in
5573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5574 *) ac_try_echo=$ac_try;;
5575esac
5576eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5577 (eval "$ac_try") 2>&5
5578 ac_status=$?
5579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5580 (exit $ac_status); }; }; then
5581 ac_cv_lib_readline_rl_completion_matches=yes
5582else
5583 echo "$as_me: failed program was:" >&5
5584sed 's/^/| /' conftest.$ac_ext >&5
5585
5586 ac_cv_lib_readline_rl_completion_matches=no
5587fi
5588
5589rm -f core conftest.err conftest.$ac_objext \
5590 conftest$ac_exeext conftest.$ac_ext
5591LIBS=$ac_check_lib_save_LIBS
5592fi
5593{ echo "$as_me:$LINENO: result: $ac_cv_lib_readline_rl_completion_matches" >&5
5594echo "${ECHO_T}$ac_cv_lib_readline_rl_completion_matches" >&6; }
5595if test $ac_cv_lib_readline_rl_completion_matches = yes; then
5596 rlcm=yes
5597else
5598 rlcm=no
5599fi
5600
5601if test "$rlcm" = yes; then
5602
5603cat >>confdefs.h <<\_ACEOF
5604#define HAVE_READLINE_RLCM 1
5605_ACEOF
5606
5607fi
5608
5609{ echo "$as_me:$LINENO: checking for rl_completion_append_character in -lreadline" >&5
5610echo $ECHO_N "checking for rl_completion_append_character in -lreadline... $ECHO_C" >&6; }
5611if test "${ac_cv_lib_readline_rl_completion_append_character+set}" = set; then
5612 echo $ECHO_N "(cached) $ECHO_C" >&6
5613else
5614 ac_check_lib_save_LIBS=$LIBS
5615LIBS="-lreadline "-ltermcap" $LIBS"
5616cat >conftest.$ac_ext <<_ACEOF
5617/* confdefs.h. */
5618_ACEOF
5619cat confdefs.h >>conftest.$ac_ext
5620cat >>conftest.$ac_ext <<_ACEOF
5621/* end confdefs.h. */
5622
5623/* Override any GCC internal prototype to avoid an error.
5624 Use char because int might match the return type of a GCC
5625 builtin and then its argument prototype would still apply. */
5626#ifdef __cplusplus
5627extern "C"
5628#endif
5629char rl_completion_append_character ();
5630int
5631main ()
5632{
5633return rl_completion_append_character ();
5634 ;
5635 return 0;
5636}
5637_ACEOF
5638rm -f conftest.$ac_objext conftest$ac_exeext
5639if { (ac_try="$ac_link"
5640case "(($ac_try" in
5641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5642 *) ac_try_echo=$ac_try;;
5643esac
5644eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5645 (eval "$ac_link") 2>conftest.er1
5646 ac_status=$?
5647 grep -v '^ *+' conftest.er1 >conftest.err
5648 rm -f conftest.er1
5649 cat conftest.err >&5
5650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5651 (exit $ac_status); } &&
5652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5653 { (case "(($ac_try" in
5654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5655 *) ac_try_echo=$ac_try;;
5656esac
5657eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5658 (eval "$ac_try") 2>&5
5659 ac_status=$?
5660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5661 (exit $ac_status); }; } &&
5662 { ac_try='test -s conftest$ac_exeext'
5663 { (case "(($ac_try" in
5664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5665 *) ac_try_echo=$ac_try;;
5666esac
5667eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5668 (eval "$ac_try") 2>&5
5669 ac_status=$?
5670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5671 (exit $ac_status); }; }; then
5672 ac_cv_lib_readline_rl_completion_append_character=yes
5673else
5674 echo "$as_me: failed program was:" >&5
5675sed 's/^/| /' conftest.$ac_ext >&5
5676
5677 ac_cv_lib_readline_rl_completion_append_character=no
5678fi
5679
5680rm -f core conftest.err conftest.$ac_objext \
5681 conftest$ac_exeext conftest.$ac_ext
5682LIBS=$ac_check_lib_save_LIBS
5683fi
5684{ echo "$as_me:$LINENO: result: $ac_cv_lib_readline_rl_completion_append_character" >&5
5685echo "${ECHO_T}$ac_cv_lib_readline_rl_completion_append_character" >&6; }
5686if test $ac_cv_lib_readline_rl_completion_append_character = yes; then
5687 rcac=yes
5688else
5689 rcac=no
5690fi
5691
5692if test "$rcac" = yes; then
5693
5694cat >>confdefs.h <<\_ACEOF
5695#define HAVE_READLINE_CAC 1
5696_ACEOF
5697
5698fi
5699
5700{ echo "$as_me:$LINENO: checking for zlib.h" >&5
5701echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
5702if test "${ac_cv_header_zlib_h+set}" = set; then
5703 echo $ECHO_N "(cached) $ECHO_C" >&6
5704else
5705 cat >conftest.$ac_ext <<_ACEOF
5706/* confdefs.h. */
5707_ACEOF
5708cat confdefs.h >>conftest.$ac_ext
5709cat >>conftest.$ac_ext <<_ACEOF
5710/* end confdefs.h. */
5711#include <zlib.h>
5712_ACEOF
5713if { (ac_try="$ac_cpp conftest.$ac_ext"
5714case "(($ac_try" in
5715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5716 *) ac_try_echo=$ac_try;;
5717esac
5718eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5719 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5720 ac_status=$?
5721 grep -v '^ *+' conftest.er1 >conftest.err
5722 rm -f conftest.er1
5723 cat conftest.err >&5
5724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5725 (exit $ac_status); } >/dev/null; then
5726 if test -s conftest.err; then
5727 ac_cpp_err=$ac_c_preproc_warn_flag
5728 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5729 else
5730 ac_cpp_err=
5731 fi
5732else
5733 ac_cpp_err=yes
5734fi
5735if test -z "$ac_cpp_err"; then
5736 ac_cv_header_zlib_h=yes
5737else
5738 echo "$as_me: failed program was:" >&5
5739sed 's/^/| /' conftest.$ac_ext >&5
5740
5741 ac_cv_header_zlib_h=no
5742fi
5743
5744rm -f conftest.err conftest.$ac_ext
5745fi
5746{ echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
5747echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
5748if test $ac_cv_header_zlib_h = yes; then
5749 zlib_h=yes
5750else
5751 zlib_h=no
5752fi
5753
5754
5755{ echo "$as_me:$LINENO: checking for compress2 in -lz" >&5
5756echo $ECHO_N "checking for compress2 in -lz... $ECHO_C" >&6; }
5757if test "${ac_cv_lib_z_compress2+set}" = set; then
5758 echo $ECHO_N "(cached) $ECHO_C" >&6
5759else
5760 ac_check_lib_save_LIBS=$LIBS
5761LIBS="-lz $LIBS"
5762cat >conftest.$ac_ext <<_ACEOF
5763/* confdefs.h. */
5764_ACEOF
5765cat confdefs.h >>conftest.$ac_ext
5766cat >>conftest.$ac_ext <<_ACEOF
5767/* end confdefs.h. */
5768
5769/* Override any GCC internal prototype to avoid an error.
5770 Use char because int might match the return type of a GCC
5771 builtin and then its argument prototype would still apply. */
5772#ifdef __cplusplus
5773extern "C"
5774#endif
5775char compress2 ();
5776int
5777main ()
5778{
5779return compress2 ();
5780 ;
5781 return 0;
5782}
5783_ACEOF
5784rm -f conftest.$ac_objext conftest$ac_exeext
5785if { (ac_try="$ac_link"
5786case "(($ac_try" in
5787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5788 *) ac_try_echo=$ac_try;;
5789esac
5790eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5791 (eval "$ac_link") 2>conftest.er1
5792 ac_status=$?
5793 grep -v '^ *+' conftest.er1 >conftest.err
5794 rm -f conftest.er1
5795 cat conftest.err >&5
5796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5797 (exit $ac_status); } &&
5798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5799 { (case "(($ac_try" in
5800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5801 *) ac_try_echo=$ac_try;;
5802esac
5803eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5804 (eval "$ac_try") 2>&5
5805 ac_status=$?
5806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5807 (exit $ac_status); }; } &&
5808 { ac_try='test -s conftest$ac_exeext'
5809 { (case "(($ac_try" in
5810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5811 *) ac_try_echo=$ac_try;;
5812esac
5813eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5814 (eval "$ac_try") 2>&5
5815 ac_status=$?
5816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5817 (exit $ac_status); }; }; then
5818 ac_cv_lib_z_compress2=yes
5819else
5820 echo "$as_me: failed program was:" >&5
5821sed 's/^/| /' conftest.$ac_ext >&5
5822
5823 ac_cv_lib_z_compress2=no
5824fi
5825
5826rm -f core conftest.err conftest.$ac_objext \
5827 conftest$ac_exeext conftest.$ac_ext
5828LIBS=$ac_check_lib_save_LIBS
5829fi
5830{ echo "$as_me:$LINENO: result: $ac_cv_lib_z_compress2" >&5
5831echo "${ECHO_T}$ac_cv_lib_z_compress2" >&6; }
5832if test $ac_cv_lib_z_compress2 = yes; then
5833 zlib_lib=yes
5834else
5835 zlib_lib=no
5836fi
5837
5838if test "$zlib_h" = yes -a "$zlib_lib" = yes; then
5839 if test "$STATICZ" = yes; then
5840 ZLIB="-Wl,-Bstatic -lz -Wl,-Bdynamic"
5841 else
5842 ZLIB="-lz"
5843 fi
5844
5845cat >>confdefs.h <<\_ACEOF
5846#define HAVE_ZLIB 1
5847_ACEOF
5848
5849else
5850 ZLIB=""
5851fi
5852
5853
5854{ echo "$as_me:$LINENO: checking for bzlib.h" >&5
5855echo $ECHO_N "checking for bzlib.h... $ECHO_C" >&6; }
5856if test "${ac_cv_header_bzlib_h+set}" = set; then
5857 echo $ECHO_N "(cached) $ECHO_C" >&6
5858else
5859 cat >conftest.$ac_ext <<_ACEOF
5860/* confdefs.h. */
5861_ACEOF
5862cat confdefs.h >>conftest.$ac_ext
5863cat >>conftest.$ac_ext <<_ACEOF
5864/* end confdefs.h. */
5865#include <bzlib.h>
5866_ACEOF
5867if { (ac_try="$ac_cpp conftest.$ac_ext"
5868case "(($ac_try" in
5869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5870 *) ac_try_echo=$ac_try;;
5871esac
5872eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5873 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5874 ac_status=$?
5875 grep -v '^ *+' conftest.er1 >conftest.err
5876 rm -f conftest.er1
5877 cat conftest.err >&5
5878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5879 (exit $ac_status); } >/dev/null; then
5880 if test -s conftest.err; then
5881 ac_cpp_err=$ac_c_preproc_warn_flag
5882 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5883 else
5884 ac_cpp_err=
5885 fi
5886else
5887 ac_cpp_err=yes
5888fi
5889if test -z "$ac_cpp_err"; then
5890 ac_cv_header_bzlib_h=yes
5891else
5892 echo "$as_me: failed program was:" >&5
5893sed 's/^/| /' conftest.$ac_ext >&5
5894
5895 ac_cv_header_bzlib_h=no
5896fi
5897
5898rm -f conftest.err conftest.$ac_ext
5899fi
5900{ echo "$as_me:$LINENO: result: $ac_cv_header_bzlib_h" >&5
5901echo "${ECHO_T}$ac_cv_header_bzlib_h" >&6; }
5902if test $ac_cv_header_bzlib_h = yes; then
5903 bzlib_h=yes
5904else
5905 bzlib_h=no
5906fi
5907
5908
5909{ echo "$as_me:$LINENO: checking for BZ2_bzBuffToBuffCompress in -lbz2" >&5
5910echo $ECHO_N "checking for BZ2_bzBuffToBuffCompress in -lbz2... $ECHO_C" >&6; }
5911if test "${ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress+set}" = set; then
5912 echo $ECHO_N "(cached) $ECHO_C" >&6
5913else
5914 ac_check_lib_save_LIBS=$LIBS
5915LIBS="-lbz2 $LIBS"
5916cat >conftest.$ac_ext <<_ACEOF
5917/* confdefs.h. */
5918_ACEOF
5919cat confdefs.h >>conftest.$ac_ext
5920cat >>conftest.$ac_ext <<_ACEOF
5921/* end confdefs.h. */
5922
5923/* Override any GCC internal prototype to avoid an error.
5924 Use char because int might match the return type of a GCC
5925 builtin and then its argument prototype would still apply. */
5926#ifdef __cplusplus
5927extern "C"
5928#endif
5929char BZ2_bzBuffToBuffCompress ();
5930int
5931main ()
5932{
5933return BZ2_bzBuffToBuffCompress ();
5934 ;
5935 return 0;
5936}
5937_ACEOF
5938rm -f conftest.$ac_objext conftest$ac_exeext
5939if { (ac_try="$ac_link"
5940case "(($ac_try" in
5941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5942 *) ac_try_echo=$ac_try;;
5943esac
5944eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5945 (eval "$ac_link") 2>conftest.er1
5946 ac_status=$?
5947 grep -v '^ *+' conftest.er1 >conftest.err
5948 rm -f conftest.er1
5949 cat conftest.err >&5
5950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5951 (exit $ac_status); } &&
5952 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5953 { (case "(($ac_try" in
5954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5955 *) ac_try_echo=$ac_try;;
5956esac
5957eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5958 (eval "$ac_try") 2>&5
5959 ac_status=$?
5960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5961 (exit $ac_status); }; } &&
5962 { ac_try='test -s conftest$ac_exeext'
5963 { (case "(($ac_try" in
5964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5965 *) ac_try_echo=$ac_try;;
5966esac
5967eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5968 (eval "$ac_try") 2>&5
5969 ac_status=$?
5970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5971 (exit $ac_status); }; }; then
5972 ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress=yes
5973else
5974 echo "$as_me: failed program was:" >&5
5975sed 's/^/| /' conftest.$ac_ext >&5
5976
5977 ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress=no
5978fi
5979
5980rm -f core conftest.err conftest.$ac_objext \
5981 conftest$ac_exeext conftest.$ac_ext
5982LIBS=$ac_check_lib_save_LIBS
5983fi
5984{ echo "$as_me:$LINENO: result: $ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress" >&5
5985echo "${ECHO_T}$ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress" >&6; }
5986if test $ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress = yes; then
5987 bzlib_lib=yes
5988else
5989 bzlib_lib=no
5990fi
5991
5992if test "$bzlib_h" = yes -a "$bzlib_lib" = yes; then
5993 if test "$STATICZ" = yes; then
5994 BZLIB="-Wl,-Bstatic -lbz2 -Wl,-Bdynamic"
5995 else
5996 BZLIB="-lbz2"
5997 fi
5998
5999cat >>confdefs.h <<\_ACEOF
6000#define HAVE_BZLIB 1
6001_ACEOF
6002
6003else
6004 BZLIB=""
6005fi
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018for ac_func in err errx verr verrx vwarn vwarnx warn warnx realpath lchown
6019do
6020as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6021{ echo "$as_me:$LINENO: checking for $ac_func" >&5
6022echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
6023if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
6024 echo $ECHO_N "(cached) $ECHO_C" >&6
6025else
6026 cat >conftest.$ac_ext <<_ACEOF
6027/* confdefs.h. */
6028_ACEOF
6029cat confdefs.h >>conftest.$ac_ext
6030cat >>conftest.$ac_ext <<_ACEOF
6031/* end confdefs.h. */
6032/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6033 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6034#define $ac_func innocuous_$ac_func
6035
6036/* System header to define __stub macros and hopefully few prototypes,
6037 which can conflict with char $ac_func (); below.
6038 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6039 <limits.h> exists even on freestanding compilers. */
6040
6041#ifdef __STDC__
6042# include <limits.h>
6043#else
6044# include <assert.h>
6045#endif
6046
6047#undef $ac_func
6048
6049/* Override any GCC internal prototype to avoid an error.
6050 Use char because int might match the return type of a GCC
6051 builtin and then its argument prototype would still apply. */
6052#ifdef __cplusplus
6053extern "C"
6054#endif
6055char $ac_func ();
6056/* The GNU C library defines this for functions which it implements
6057 to always fail with ENOSYS. Some functions are actually named
6058 something starting with __ and the normal name is an alias. */
6059#if defined __stub_$ac_func || defined __stub___$ac_func
6060choke me
6061#endif
6062
6063int
6064main ()
6065{
6066return $ac_func ();
6067 ;
6068 return 0;
6069}
6070_ACEOF
6071rm -f conftest.$ac_objext conftest$ac_exeext
6072if { (ac_try="$ac_link"
6073case "(($ac_try" in
6074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6075 *) ac_try_echo=$ac_try;;
6076esac
6077eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6078 (eval "$ac_link") 2>conftest.er1
6079 ac_status=$?
6080 grep -v '^ *+' conftest.er1 >conftest.err
6081 rm -f conftest.er1
6082 cat conftest.err >&5
6083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6084 (exit $ac_status); } &&
6085 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6086 { (case "(($ac_try" in
6087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6088 *) ac_try_echo=$ac_try;;
6089esac
6090eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6091 (eval "$ac_try") 2>&5
6092 ac_status=$?
6093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6094 (exit $ac_status); }; } &&
6095 { ac_try='test -s conftest$ac_exeext'
6096 { (case "(($ac_try" in
6097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6098 *) ac_try_echo=$ac_try;;
6099esac
6100eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6101 (eval "$ac_try") 2>&5
6102 ac_status=$?
6103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6104 (exit $ac_status); }; }; then
6105 eval "$as_ac_var=yes"
6106else
6107 echo "$as_me: failed program was:" >&5
6108sed 's/^/| /' conftest.$ac_ext >&5
6109
6110 eval "$as_ac_var=no"
6111fi
6112
6113rm -f core conftest.err conftest.$ac_objext \
6114 conftest$ac_exeext conftest.$ac_ext
6115fi
6116ac_res=`eval echo '${'$as_ac_var'}'`
6117 { echo "$as_me:$LINENO: result: $ac_res" >&5
6118echo "${ECHO_T}$ac_res" >&6; }
6119if test `eval echo '${'$as_ac_var'}'` = yes; then
6120 cat >>confdefs.h <<_ACEOF
6121#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6122_ACEOF
6123
6124fi
6125done
6126
6127{ echo "$as_me:$LINENO: checking for glob" >&5
6128echo $ECHO_N "checking for glob... $ECHO_C" >&6; }
6129if test "${ac_cv_func_glob+set}" = set; then
6130 echo $ECHO_N "(cached) $ECHO_C" >&6
6131else
6132 cat >conftest.$ac_ext <<_ACEOF
6133/* confdefs.h. */
6134_ACEOF
6135cat confdefs.h >>conftest.$ac_ext
6136cat >>conftest.$ac_ext <<_ACEOF
6137/* end confdefs.h. */
6138/* Define glob to an innocuous variant, in case <limits.h> declares glob.
6139 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6140#define glob innocuous_glob
6141
6142/* System header to define __stub macros and hopefully few prototypes,
6143 which can conflict with char glob (); below.
6144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6145 <limits.h> exists even on freestanding compilers. */
6146
6147#ifdef __STDC__
6148# include <limits.h>
6149#else
6150# include <assert.h>
6151#endif
6152
6153#undef glob
6154
6155/* Override any GCC internal prototype to avoid an error.
6156 Use char because int might match the return type of a GCC
6157 builtin and then its argument prototype would still apply. */
6158#ifdef __cplusplus
6159extern "C"
6160#endif
6161char glob ();
6162/* The GNU C library defines this for functions which it implements
6163 to always fail with ENOSYS. Some functions are actually named
6164 something starting with __ and the normal name is an alias. */
6165#if defined __stub_glob || defined __stub___glob
6166choke me
6167#endif
6168
6169int
6170main ()
6171{
6172return glob ();
6173 ;
6174 return 0;
6175}
6176_ACEOF
6177rm -f conftest.$ac_objext conftest$ac_exeext
6178if { (ac_try="$ac_link"
6179case "(($ac_try" in
6180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6181 *) ac_try_echo=$ac_try;;
6182esac
6183eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6184 (eval "$ac_link") 2>conftest.er1
6185 ac_status=$?
6186 grep -v '^ *+' conftest.er1 >conftest.err
6187 rm -f conftest.er1
6188 cat conftest.err >&5
6189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6190 (exit $ac_status); } &&
6191 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6192 { (case "(($ac_try" in
6193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6194 *) ac_try_echo=$ac_try;;
6195esac
6196eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6197 (eval "$ac_try") 2>&5
6198 ac_status=$?
6199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6200 (exit $ac_status); }; } &&
6201 { ac_try='test -s conftest$ac_exeext'
6202 { (case "(($ac_try" in
6203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6204 *) ac_try_echo=$ac_try;;
6205esac
6206eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6207 (eval "$ac_try") 2>&5
6208 ac_status=$?
6209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6210 (exit $ac_status); }; }; then
6211 ac_cv_func_glob=yes
6212else
6213 echo "$as_me: failed program was:" >&5
6214sed 's/^/| /' conftest.$ac_ext >&5
6215
6216 ac_cv_func_glob=no
6217fi
6218
6219rm -f core conftest.err conftest.$ac_objext \
6220 conftest$ac_exeext conftest.$ac_ext
6221fi
6222{ echo "$as_me:$LINENO: result: $ac_cv_func_glob" >&5
6223echo "${ECHO_T}$ac_cv_func_glob" >&6; }
6224
6225
6226{ echo "$as_me:$LINENO: checking for extended glob routines" >&5
6227echo $ECHO_N "checking for extended glob routines... $ECHO_C" >&6; }
6228if test "$ac_cv_func_glob" = "yes"; then
6229 cat >conftest.$ac_ext <<_ACEOF
6230/* confdefs.h. */
6231_ACEOF
6232cat confdefs.h >>conftest.$ac_ext
6233cat >>conftest.$ac_ext <<_ACEOF
6234/* end confdefs.h. */
6235
6236# include <glob.h>
6237# ifdef GLOB_ALTDIRFUNC
6238 yes
6239# endif
6240
6241_ACEOF
6242if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6243 $EGREP "yes" >/dev/null 2>&1; then
6244
6245
6246cat >>confdefs.h <<\_ACEOF
6247#define HAVE_GLOB 1
6248_ACEOF
6249
6250 { echo "$as_me:$LINENO: result: yes" >&5
6251echo "${ECHO_T}yes" >&6; }
6252
6253else
6254
6255 { echo "$as_me:$LINENO: result: no" >&5
6256echo "${ECHO_T}no" >&6; }
6257 echo "Your system does not support extended glob, will use the internal routines"
6258
6259fi
6260rm -f conftest*
6261
6262fi
6263
6264if test "$ERMT" != ""; then
6265 if test "${ac_cv_header_openssl_evp_h+set}" = set; then
6266 { echo "$as_me:$LINENO: checking for openssl/evp.h" >&5
6267echo $ECHO_N "checking for openssl/evp.h... $ECHO_C" >&6; }
6268if test "${ac_cv_header_openssl_evp_h+set}" = set; then
6269 echo $ECHO_N "(cached) $ECHO_C" >&6
6270fi
6271{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_evp_h" >&5
6272echo "${ECHO_T}$ac_cv_header_openssl_evp_h" >&6; }
6273else
6274 # Is the header compilable?
6275{ echo "$as_me:$LINENO: checking openssl/evp.h usability" >&5
6276echo $ECHO_N "checking openssl/evp.h usability... $ECHO_C" >&6; }
6277cat >conftest.$ac_ext <<_ACEOF
6278/* confdefs.h. */
6279_ACEOF
6280cat confdefs.h >>conftest.$ac_ext
6281cat >>conftest.$ac_ext <<_ACEOF
6282/* end confdefs.h. */
6283$ac_includes_default
6284#include <openssl/evp.h>
6285_ACEOF
6286rm -f conftest.$ac_objext
6287if { (ac_try="$ac_compile"
6288case "(($ac_try" in
6289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6290 *) ac_try_echo=$ac_try;;
6291esac
6292eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6293 (eval "$ac_compile") 2>conftest.er1
6294 ac_status=$?
6295 grep -v '^ *+' conftest.er1 >conftest.err
6296 rm -f conftest.er1
6297 cat conftest.err >&5
6298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6299 (exit $ac_status); } &&
6300 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6301 { (case "(($ac_try" in
6302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6303 *) ac_try_echo=$ac_try;;
6304esac
6305eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6306 (eval "$ac_try") 2>&5
6307 ac_status=$?
6308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6309 (exit $ac_status); }; } &&
6310 { ac_try='test -s conftest.$ac_objext'
6311 { (case "(($ac_try" in
6312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6313 *) ac_try_echo=$ac_try;;
6314esac
6315eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6316 (eval "$ac_try") 2>&5
6317 ac_status=$?
6318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6319 (exit $ac_status); }; }; then
6320 ac_header_compiler=yes
6321else
6322 echo "$as_me: failed program was:" >&5
6323sed 's/^/| /' conftest.$ac_ext >&5
6324
6325 ac_header_compiler=no
6326fi
6327
6328rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6329{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6330echo "${ECHO_T}$ac_header_compiler" >&6; }
6331
6332# Is the header present?
6333{ echo "$as_me:$LINENO: checking openssl/evp.h presence" >&5
6334echo $ECHO_N "checking openssl/evp.h presence... $ECHO_C" >&6; }
6335cat >conftest.$ac_ext <<_ACEOF
6336/* confdefs.h. */
6337_ACEOF
6338cat confdefs.h >>conftest.$ac_ext
6339cat >>conftest.$ac_ext <<_ACEOF
6340/* end confdefs.h. */
6341#include <openssl/evp.h>
6342_ACEOF
6343if { (ac_try="$ac_cpp conftest.$ac_ext"
6344case "(($ac_try" in
6345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6346 *) ac_try_echo=$ac_try;;
6347esac
6348eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6349 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6350 ac_status=$?
6351 grep -v '^ *+' conftest.er1 >conftest.err
6352 rm -f conftest.er1
6353 cat conftest.err >&5
6354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6355 (exit $ac_status); } >/dev/null; then
6356 if test -s conftest.err; then
6357 ac_cpp_err=$ac_c_preproc_warn_flag
6358 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6359 else
6360 ac_cpp_err=
6361 fi
6362else
6363 ac_cpp_err=yes
6364fi
6365if test -z "$ac_cpp_err"; then
6366 ac_header_preproc=yes
6367else
6368 echo "$as_me: failed program was:" >&5
6369sed 's/^/| /' conftest.$ac_ext >&5
6370
6371 ac_header_preproc=no
6372fi
6373
6374rm -f conftest.err conftest.$ac_ext
6375{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6376echo "${ECHO_T}$ac_header_preproc" >&6; }
6377
6378# So? What about this header?
6379case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6380 yes:no: )
6381 { echo "$as_me:$LINENO: WARNING: openssl/evp.h: accepted by the compiler, rejected by the preprocessor!" >&5
6382echo "$as_me: WARNING: openssl/evp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6383 { echo "$as_me:$LINENO: WARNING: openssl/evp.h: proceeding with the compiler's result" >&5
6384echo "$as_me: WARNING: openssl/evp.h: proceeding with the compiler's result" >&2;}
6385 ac_header_preproc=yes
6386 ;;
6387 no:yes:* )
6388 { echo "$as_me:$LINENO: WARNING: openssl/evp.h: present but cannot be compiled" >&5
6389echo "$as_me: WARNING: openssl/evp.h: present but cannot be compiled" >&2;}
6390 { echo "$as_me:$LINENO: WARNING: openssl/evp.h: check for missing prerequisite headers?" >&5
6391echo "$as_me: WARNING: openssl/evp.h: check for missing prerequisite headers?" >&2;}
6392 { echo "$as_me:$LINENO: WARNING: openssl/evp.h: see the Autoconf documentation" >&5
6393echo "$as_me: WARNING: openssl/evp.h: see the Autoconf documentation" >&2;}
6394 { echo "$as_me:$LINENO: WARNING: openssl/evp.h: section \"Present But Cannot Be Compiled\"" >&5
6395echo "$as_me: WARNING: openssl/evp.h: section \"Present But Cannot Be Compiled\"" >&2;}
6396 { echo "$as_me:$LINENO: WARNING: openssl/evp.h: proceeding with the preprocessor's result" >&5
6397echo "$as_me: WARNING: openssl/evp.h: proceeding with the preprocessor's result" >&2;}
6398 { echo "$as_me:$LINENO: WARNING: openssl/evp.h: in the future, the compiler will take precedence" >&5
6399echo "$as_me: WARNING: openssl/evp.h: in the future, the compiler will take precedence" >&2;}
6400
6401 ;;
6402esac
6403{ echo "$as_me:$LINENO: checking for openssl/evp.h" >&5
6404echo $ECHO_N "checking for openssl/evp.h... $ECHO_C" >&6; }
6405if test "${ac_cv_header_openssl_evp_h+set}" = set; then
6406 echo $ECHO_N "(cached) $ECHO_C" >&6
6407else
6408 ac_cv_header_openssl_evp_h=$ac_header_preproc
6409fi
6410{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_evp_h" >&5
6411echo "${ECHO_T}$ac_cv_header_openssl_evp_h" >&6; }
6412
6413fi
6414if test $ac_cv_header_openssl_evp_h = yes; then
6415 evp_h=yes
6416else
6417 evp_h=no
6418fi
6419
6420
6421 { echo "$as_me:$LINENO: checking for EVP_CIPHER_CTX_set_padding in -lcrypto" >&5
6422echo $ECHO_N "checking for EVP_CIPHER_CTX_set_padding in -lcrypto... $ECHO_C" >&6; }
6423if test "${ac_cv_lib_crypto_EVP_CIPHER_CTX_set_padding+set}" = set; then
6424 echo $ECHO_N "(cached) $ECHO_C" >&6
6425else
6426 ac_check_lib_save_LIBS=$LIBS
6427LIBS="-lcrypto $LIBS"
6428cat >conftest.$ac_ext <<_ACEOF
6429/* confdefs.h. */
6430_ACEOF
6431cat confdefs.h >>conftest.$ac_ext
6432cat >>conftest.$ac_ext <<_ACEOF
6433/* end confdefs.h. */
6434
6435/* Override any GCC internal prototype to avoid an error.
6436 Use char because int might match the return type of a GCC
6437 builtin and then its argument prototype would still apply. */
6438#ifdef __cplusplus
6439extern "C"
6440#endif
6441char EVP_CIPHER_CTX_set_padding ();
6442int
6443main ()
6444{
6445return EVP_CIPHER_CTX_set_padding ();
6446 ;
6447 return 0;
6448}
6449_ACEOF
6450rm -f conftest.$ac_objext conftest$ac_exeext
6451if { (ac_try="$ac_link"
6452case "(($ac_try" in
6453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6454 *) ac_try_echo=$ac_try;;
6455esac
6456eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6457 (eval "$ac_link") 2>conftest.er1
6458 ac_status=$?
6459 grep -v '^ *+' conftest.er1 >conftest.err
6460 rm -f conftest.er1
6461 cat conftest.err >&5
6462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6463 (exit $ac_status); } &&
6464 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6465 { (case "(($ac_try" in
6466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6467 *) ac_try_echo=$ac_try;;
6468esac
6469eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6470 (eval "$ac_try") 2>&5
6471 ac_status=$?
6472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6473 (exit $ac_status); }; } &&
6474 { ac_try='test -s conftest$ac_exeext'
6475 { (case "(($ac_try" in
6476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6477 *) ac_try_echo=$ac_try;;
6478esac
6479eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6480 (eval "$ac_try") 2>&5
6481 ac_status=$?
6482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6483 (exit $ac_status); }; }; then
6484 ac_cv_lib_crypto_EVP_CIPHER_CTX_set_padding=yes
6485else
6486 echo "$as_me: failed program was:" >&5
6487sed 's/^/| /' conftest.$ac_ext >&5
6488
6489 ac_cv_lib_crypto_EVP_CIPHER_CTX_set_padding=no
6490fi
6491
6492rm -f core conftest.err conftest.$ac_objext \
6493 conftest$ac_exeext conftest.$ac_ext
6494LIBS=$ac_check_lib_save_LIBS
6495fi
6496{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_EVP_CIPHER_CTX_set_padding" >&5
6497echo "${ECHO_T}$ac_cv_lib_crypto_EVP_CIPHER_CTX_set_padding" >&6; }
6498if test $ac_cv_lib_crypto_EVP_CIPHER_CTX_set_padding = yes; then
6499 crypto_lib=yes
6500else
6501 crypto_lib=no
6502fi
6503
6504 if test "$evp_h" = no -o "$crypto_lib" = no; then
6505 { { echo "$as_me:$LINENO: error: You need to install the OpenSSL library (version 0.9.7a or later)" >&5
6506echo "$as_me: error: You need to install the OpenSSL library (version 0.9.7a or later)" >&2;}
6507 { (exit or configure without --enable-ermt); exit or configure without --enable-ermt; }; }
6508 fi
6509fi
6510
6511{ echo "$as_me:$LINENO: checking for quad_t" >&5
6512echo $ECHO_N "checking for quad_t... $ECHO_C" >&6; }
6513if test "${ac_cv_type_quad_t+set}" = set; then
6514 echo $ECHO_N "(cached) $ECHO_C" >&6
6515else
6516 cat >conftest.$ac_ext <<_ACEOF
6517/* confdefs.h. */
6518_ACEOF
6519cat confdefs.h >>conftest.$ac_ext
6520cat >>conftest.$ac_ext <<_ACEOF
6521/* end confdefs.h. */
6522$ac_includes_default
6523typedef quad_t ac__type_new_;
6524int
6525main ()
6526{
6527if ((ac__type_new_ *) 0)
6528 return 0;
6529if (sizeof (ac__type_new_))
6530 return 0;
6531 ;
6532 return 0;
6533}
6534_ACEOF
6535rm -f conftest.$ac_objext
6536if { (ac_try="$ac_compile"
6537case "(($ac_try" in
6538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6539 *) ac_try_echo=$ac_try;;
6540esac
6541eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6542 (eval "$ac_compile") 2>conftest.er1
6543 ac_status=$?
6544 grep -v '^ *+' conftest.er1 >conftest.err
6545 rm -f conftest.er1
6546 cat conftest.err >&5
6547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6548 (exit $ac_status); } &&
6549 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6550 { (case "(($ac_try" in
6551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6552 *) ac_try_echo=$ac_try;;
6553esac
6554eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6555 (eval "$ac_try") 2>&5
6556 ac_status=$?
6557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6558 (exit $ac_status); }; } &&
6559 { ac_try='test -s conftest.$ac_objext'
6560 { (case "(($ac_try" in
6561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6562 *) ac_try_echo=$ac_try;;
6563esac
6564eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6565 (eval "$ac_try") 2>&5
6566 ac_status=$?
6567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6568 (exit $ac_status); }; }; then
6569 ac_cv_type_quad_t=yes
6570else
6571 echo "$as_me: failed program was:" >&5
6572sed 's/^/| /' conftest.$ac_ext >&5
6573
6574 ac_cv_type_quad_t=no
6575fi
6576
6577rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6578fi
6579{ echo "$as_me:$LINENO: result: $ac_cv_type_quad_t" >&5
6580echo "${ECHO_T}$ac_cv_type_quad_t" >&6; }
6581if test $ac_cv_type_quad_t = yes; then
6582 :
6583else
6584
6585cat >>confdefs.h <<_ACEOF
6586#define quad_t int64_t
6587_ACEOF
6588
6589fi
6590
6591{ echo "$as_me:$LINENO: checking for u_quad_t" >&5
6592echo $ECHO_N "checking for u_quad_t... $ECHO_C" >&6; }
6593if test "${ac_cv_type_u_quad_t+set}" = set; then
6594 echo $ECHO_N "(cached) $ECHO_C" >&6
6595else
6596 cat >conftest.$ac_ext <<_ACEOF
6597/* confdefs.h. */
6598_ACEOF
6599cat confdefs.h >>conftest.$ac_ext
6600cat >>conftest.$ac_ext <<_ACEOF
6601/* end confdefs.h. */
6602$ac_includes_default
6603typedef u_quad_t ac__type_new_;
6604int
6605main ()
6606{
6607if ((ac__type_new_ *) 0)
6608 return 0;
6609if (sizeof (ac__type_new_))
6610 return 0;
6611 ;
6612 return 0;
6613}
6614_ACEOF
6615rm -f conftest.$ac_objext
6616if { (ac_try="$ac_compile"
6617case "(($ac_try" in
6618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6619 *) ac_try_echo=$ac_try;;
6620esac
6621eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6622 (eval "$ac_compile") 2>conftest.er1
6623 ac_status=$?
6624 grep -v '^ *+' conftest.er1 >conftest.err
6625 rm -f conftest.er1
6626 cat conftest.err >&5
6627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6628 (exit $ac_status); } &&
6629 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6630 { (case "(($ac_try" in
6631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6632 *) ac_try_echo=$ac_try;;
6633esac
6634eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6635 (eval "$ac_try") 2>&5
6636 ac_status=$?
6637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6638 (exit $ac_status); }; } &&
6639 { ac_try='test -s conftest.$ac_objext'
6640 { (case "(($ac_try" in
6641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6642 *) ac_try_echo=$ac_try;;
6643esac
6644eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6645 (eval "$ac_try") 2>&5
6646 ac_status=$?
6647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6648 (exit $ac_status); }; }; then
6649 ac_cv_type_u_quad_t=yes
6650else
6651 echo "$as_me: failed program was:" >&5
6652sed 's/^/| /' conftest.$ac_ext >&5
6653
6654 ac_cv_type_u_quad_t=no
6655fi
6656
6657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6658fi
6659{ echo "$as_me:$LINENO: result: $ac_cv_type_u_quad_t" >&5
6660echo "${ECHO_T}$ac_cv_type_u_quad_t" >&6; }
6661if test $ac_cv_type_u_quad_t = yes; then
6662 :
6663else
6664
6665cat >>confdefs.h <<_ACEOF
6666#define u_quad_t uint64_t
6667_ACEOF
6668
6669fi
6670
6671
6672top_builddir=`cd .; pwd`
6673
6674
6675test -d compat || mkdir compat
6676test -d compat/lib || mkdir compat/lib
6677
6678ac_config_files="$ac_config_files MCONFIG Makefile common/Makefile compat/include/Makefile compat/lib/Makefile dump/Makefile restore/Makefile $RMTMAKEFILE"
6679
6680cat >confcache <<\_ACEOF
6681# This file is a shell script that caches the results of configure
6682# tests run on this system so they can be shared between configure
6683# scripts and configure runs, see configure's option --config-cache.
6684# It is not useful on other systems. If it contains results you don't
6685# want to keep, you may remove or edit it.
6686#
6687# config.status only pays attention to the cache file if you give it
6688# the --recheck option to rerun configure.
6689#
6690# `ac_cv_env_foo' variables (set or unset) will be overridden when
6691# loading this file, other *unset* `ac_cv_foo' will be assigned the
6692# following values.
6693
6694_ACEOF
6695
6696# The following way of writing the cache mishandles newlines in values,
6697# but we know of no workaround that is simple, portable, and efficient.
6698# So, we kill variables containing newlines.
6699# Ultrix sh set writes to stderr and can't be redirected directly,
6700# and sets the high bit in the cache file unless we assign to the vars.
6701(
6702 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
6703 eval ac_val=\$$ac_var
6704 case $ac_val in #(
6705 *${as_nl}*)
6706 case $ac_var in #(
6707 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
6708echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
6709 esac
6710 case $ac_var in #(
6711 _ | IFS | as_nl) ;; #(
6712 *) $as_unset $ac_var ;;
6713 esac ;;
6714 esac
6715 done
6716
6717 (set) 2>&1 |
6718 case $as_nl`(ac_space=' '; set) 2>&1` in #(
6719 *${as_nl}ac_space=\ *)
6720 # `set' does not quote correctly, so add quotes (double-quote
6721 # substitution turns \\\\ into \\, and sed turns \\ into \).
6722 sed -n \
6723 "s/'/'\\\\''/g;
6724 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6725 ;; #(
6726 *)
6727 # `set' quotes correctly as required by POSIX, so do not add quotes.
6728 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6729 ;;
6730 esac |
6731 sort
6732) |
6733 sed '
6734 /^ac_cv_env_/b end
6735 t clear
6736 :clear
6737 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6738 t end
6739 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6740 :end' >>confcache
6741if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6742 if test -w "$cache_file"; then
6743 test "x$cache_file" != "x/dev/null" &&
6744 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
6745echo "$as_me: updating cache $cache_file" >&6;}
6746 cat confcache >$cache_file
6747 else
6748 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
6749echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6750 fi
6751fi
6752rm -f confcache
6753
6754test "x$prefix" = xNONE && prefix=$ac_default_prefix
6755# Let make expand exec_prefix.
6756test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6757
6758DEFS=-DHAVE_CONFIG_H
6759
6760ac_libobjs=
6761ac_ltlibobjs=
6762for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6763 # 1. Remove the extension, and $U if already installed.
6764 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
6765 ac_i=`echo "$ac_i" | sed "$ac_script"`
6766 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
6767 # will be set to the directory where LIBOBJS objects are built.
6768 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
6769 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
6770done
6771LIBOBJS=$ac_libobjs
6772
6773LTLIBOBJS=$ac_ltlibobjs
6774
6775
6776
6777: ${CONFIG_STATUS=./config.status}
6778ac_clean_files_save=$ac_clean_files
6779ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6780{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
6781echo "$as_me: creating $CONFIG_STATUS" >&6;}
6782cat >$CONFIG_STATUS <<_ACEOF
6783#! $SHELL
6784# Generated by $as_me.
6785# Run this file to recreate the current configuration.
6786# Compiler output produced by configure, useful for debugging
6787# configure, is in config.log if it exists.
6788
6789debug=false
6790ac_cs_recheck=false
6791ac_cs_silent=false
6792SHELL=\${CONFIG_SHELL-$SHELL}
6793_ACEOF
6794
6795cat >>$CONFIG_STATUS <<\_ACEOF
6796## --------------------- ##
6797## M4sh Initialization. ##
6798## --------------------- ##
6799
6800# Be Bourne compatible
6801if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
6802 emulate sh
6803 NULLCMD=:
6804 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
6805 # is contrary to our usage. Disable this feature.
6806 alias -g '${1+"$@"}'='"$@"'
6807 setopt NO_GLOB_SUBST
6808else
6809 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
6810fi
6811BIN_SH=xpg4; export BIN_SH # for Tru64
6812DUALCASE=1; export DUALCASE # for MKS sh
6813
6814
6815# PATH needs CR
6816# Avoid depending upon Character Ranges.
6817as_cr_letters='abcdefghijklmnopqrstuvwxyz'
6818as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6819as_cr_Letters=$as_cr_letters$as_cr_LETTERS
6820as_cr_digits='0123456789'
6821as_cr_alnum=$as_cr_Letters$as_cr_digits
6822
6823# The user is always right.
6824if test "${PATH_SEPARATOR+set}" != set; then
6825 echo "#! /bin/sh" >conf$$.sh
6826 echo "exit 0" >>conf$$.sh
6827 chmod +x conf$$.sh
6828 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6829 PATH_SEPARATOR=';'
6830 else
6831 PATH_SEPARATOR=:
6832 fi
6833 rm -f conf$$.sh
6834fi
6835
6836# Support unset when possible.
6837if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6838 as_unset=unset
6839else
6840 as_unset=false
6841fi
6842
6843
6844# IFS
6845# We need space, tab and new line, in precisely that order. Quoting is
6846# there to prevent editors from complaining about space-tab.
6847# (If _AS_PATH_WALK were called with IFS unset, it would disable word
6848# splitting by setting IFS to empty value.)
6849as_nl='
6850'
6851IFS=" "" $as_nl"
6852
6853# Find who we are. Look in the path if we contain no directory separator.
6854case $0 in
6855 *[\\/]* ) as_myself=$0 ;;
6856 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6857for as_dir in $PATH
6858do
6859 IFS=$as_save_IFS
6860 test -z "$as_dir" && as_dir=.
6861 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
6862done
6863IFS=$as_save_IFS
6864
6865 ;;
6866esac
6867# We did not find ourselves, most probably we were run as `sh COMMAND'
6868# in which case we are not to be found in the path.
6869if test "x$as_myself" = x; then
6870 as_myself=$0
6871fi
6872if test ! -f "$as_myself"; then
6873 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
6874 { (exit 1); exit 1; }
6875fi
6876
6877# Work around bugs in pre-3.0 UWIN ksh.
6878for as_var in ENV MAIL MAILPATH
6879do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
6880done
6881PS1='$ '
6882PS2='> '
6883PS4='+ '
6884
6885# NLS nuisances.
6886for as_var in \
6887 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
6888 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
6889 LC_TELEPHONE LC_TIME
6890do
6891 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
6892 eval $as_var=C; export $as_var
6893 else
6894 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
6895 fi
6896done
6897
6898# Required to use basename.
6899if expr a : '\(a\)' >/dev/null 2>&1 &&
6900 test "X`expr 00001 : '.*\(...\)'`" = X001; then
6901 as_expr=expr
6902else
6903 as_expr=false
6904fi
6905
6906if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
6907 as_basename=basename
6908else
6909 as_basename=false
6910fi
6911
6912
6913# Name of the executable.
6914as_me=`$as_basename -- "$0" ||
6915$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6916 X"$0" : 'X\(//\)$' \| \
6917 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
6918echo X/"$0" |
6919 sed '/^.*\/\([^/][^/]*\)\/*$/{
6920 s//\1/
6921 q
6922 }
6923 /^X\/\(\/\/\)$/{
6924 s//\1/
6925 q
6926 }
6927 /^X\/\(\/\).*/{
6928 s//\1/
6929 q
6930 }
6931 s/.*/./; q'`
6932
6933# CDPATH.
6934$as_unset CDPATH
6935
6936
6937
6938 as_lineno_1=$LINENO
6939 as_lineno_2=$LINENO
6940 test "x$as_lineno_1" != "x$as_lineno_2" &&
6941 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
6942
6943 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
6944 # uniformly replaced by the line number. The first 'sed' inserts a
6945 # line-number line after each line using $LINENO; the second 'sed'
6946 # does the real work. The second script uses 'N' to pair each
6947 # line-number line with the line containing $LINENO, and appends
6948 # trailing '-' during substitution so that $LINENO is not a special
6949 # case at line end.
6950 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
6951 # scripts with optimization help from Paolo Bonzini. Blame Lee
6952 # E. McMahon (1931-1989) for sed's syntax. :-)
6953 sed -n '
6954 p
6955 /[$]LINENO/=
6956 ' <$as_myself |
6957 sed '
6958 s/[$]LINENO.*/&-/
6959 t lineno
6960 b
6961 :lineno
6962 N
6963 :loop
6964 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
6965 t loop
6966 s/-\n.*//
6967 ' >$as_me.lineno &&
6968 chmod +x "$as_me.lineno" ||
6969 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
6970 { (exit 1); exit 1; }; }
6971
6972 # Don't try to exec as it changes $[0], causing all sort of problems
6973 # (the dirname of $[0] is not the place where we might find the
6974 # original and so on. Autoconf is especially sensitive to this).
6975 . "./$as_me.lineno"
6976 # Exit status is that of the last command.
6977 exit
6978}
6979
6980
6981if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
6982 as_dirname=dirname
6983else
6984 as_dirname=false
6985fi
6986
6987ECHO_C= ECHO_N= ECHO_T=
6988case `echo -n x` in
6989-n*)
6990 case `echo 'x\c'` in
6991 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
6992 *) ECHO_C='\c';;
6993 esac;;
6994*)
6995 ECHO_N='-n';;
6996esac
6997
6998if expr a : '\(a\)' >/dev/null 2>&1 &&
6999 test "X`expr 00001 : '.*\(...\)'`" = X001; then
7000 as_expr=expr
7001else
7002 as_expr=false
7003fi
7004
7005rm -f conf$$ conf$$.exe conf$$.file
7006if test -d conf$$.dir; then
7007 rm -f conf$$.dir/conf$$.file
7008else
7009 rm -f conf$$.dir
7010 mkdir conf$$.dir
7011fi
7012echo >conf$$.file
7013if ln -s conf$$.file conf$$ 2>/dev/null; then
7014 as_ln_s='ln -s'
7015 # ... but there are two gotchas:
7016 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
7017 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
7018 # In both cases, we have to default to `cp -p'.
7019 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7020 as_ln_s='cp -p'
7021elif ln conf$$.file conf$$ 2>/dev/null; then
7022 as_ln_s=ln
7023else
7024 as_ln_s='cp -p'
7025fi
7026rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
7027rmdir conf$$.dir 2>/dev/null
7028
7029if mkdir -p . 2>/dev/null; then
7030 as_mkdir_p=:
7031else
7032 test -d ./-p && rmdir ./-p
7033 as_mkdir_p=false
7034fi
7035
7036# Find out whether ``test -x'' works. Don't use a zero-byte file, as
7037# systems may use methods other than mode bits to determine executability.
7038cat >conf$$.file <<_ASEOF
7039#! /bin/sh
7040exit 0
7041_ASEOF
7042chmod +x conf$$.file
7043if test -x conf$$.file >/dev/null 2>&1; then
7044 as_executable_p="test -x"
7045else
7046 as_executable_p=:
7047fi
7048rm -f conf$$.file
7049
7050# Sed expression to map a string onto a valid CPP name.
7051as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7052
7053# Sed expression to map a string onto a valid variable name.
7054as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7055
7056
7057exec 6>&1
7058
7059# Save the log message, to keep $[0] and so on meaningful, and to
7060# report actual input values of CONFIG_FILES etc. instead of their
7061# values after options handling.
7062ac_log="
7063This file was extended by $as_me, which was
7064generated by GNU Autoconf 2.60. Invocation command line was
7065
7066 CONFIG_FILES = $CONFIG_FILES
7067 CONFIG_HEADERS = $CONFIG_HEADERS
7068 CONFIG_LINKS = $CONFIG_LINKS
7069 CONFIG_COMMANDS = $CONFIG_COMMANDS
7070 $ $0 $@
7071
7072on `(hostname || uname -n) 2>/dev/null | sed 1q`
7073"
7074
7075_ACEOF
7076
7077cat >>$CONFIG_STATUS <<_ACEOF
7078# Files that config.status was made for.
7079config_files="$ac_config_files"
7080config_headers="$ac_config_headers"
7081
7082_ACEOF
7083
7084cat >>$CONFIG_STATUS <<\_ACEOF
7085ac_cs_usage="\
7086\`$as_me' instantiates files from templates according to the
7087current configuration.
7088
7089Usage: $0 [OPTIONS] [FILE]...
7090
7091 -h, --help print this help, then exit
7092 -V, --version print version number, then exit
7093 -q, --quiet do not print progress messages
7094 -d, --debug don't remove temporary files
7095 --recheck update $as_me by reconfiguring in the same conditions
7096 --file=FILE[:TEMPLATE]
7097 instantiate the configuration file FILE
7098 --header=FILE[:TEMPLATE]
7099 instantiate the configuration header FILE
7100
7101Configuration files:
7102$config_files
7103
7104Configuration headers:
7105$config_headers
7106
7107Report bugs to <bug-autoconf@gnu.org>."
7108
7109_ACEOF
7110cat >>$CONFIG_STATUS <<_ACEOF
7111ac_cs_version="\\
7112config.status
7113configured by $0, generated by GNU Autoconf 2.60,
7114 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
7115
7116Copyright (C) 2006 Free Software Foundation, Inc.
7117This config.status script is free software; the Free Software Foundation
7118gives unlimited permission to copy, distribute and modify it."
7119
7120ac_pwd='$ac_pwd'
7121srcdir='$srcdir'
7122INSTALL='$INSTALL'
7123_ACEOF
7124
7125cat >>$CONFIG_STATUS <<\_ACEOF
7126# If no file are specified by the user, then we need to provide default
7127# value. By we need to know if files were specified by the user.
7128ac_need_defaults=:
7129while test $# != 0
7130do
7131 case $1 in
7132 --*=*)
7133 ac_option=`expr "X$1" : 'X\([^=]*\)='`
7134 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
7135 ac_shift=:
7136 ;;
7137 *)
7138 ac_option=$1
7139 ac_optarg=$2
7140 ac_shift=shift
7141 ;;
7142 esac
7143
7144 case $ac_option in
7145 # Handling of the options.
7146 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7147 ac_cs_recheck=: ;;
7148 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
7149 echo "$ac_cs_version"; exit ;;
7150 --debug | --debu | --deb | --de | --d | -d )
7151 debug=: ;;
7152 --file | --fil | --fi | --f )
7153 $ac_shift
7154 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
7155 ac_need_defaults=false;;
7156 --header | --heade | --head | --hea )
7157 $ac_shift
7158 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
7159 ac_need_defaults=false;;
7160 --he | --h)
7161 # Conflict between --help and --header
7162 { echo "$as_me: error: ambiguous option: $1
7163Try \`$0 --help' for more information." >&2
7164 { (exit 1); exit 1; }; };;
7165 --help | --hel | -h )
7166 echo "$ac_cs_usage"; exit ;;
7167 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7168 | -silent | --silent | --silen | --sile | --sil | --si | --s)
7169 ac_cs_silent=: ;;
7170
7171 # This is an error.
7172 -*) { echo "$as_me: error: unrecognized option: $1
7173Try \`$0 --help' for more information." >&2
7174 { (exit 1); exit 1; }; } ;;
7175
7176 *) ac_config_targets="$ac_config_targets $1"
7177 ac_need_defaults=false ;;
7178
7179 esac
7180 shift
7181done
7182
7183ac_configure_extra_args=
7184
7185if $ac_cs_silent; then
7186 exec 6>/dev/null
7187 ac_configure_extra_args="$ac_configure_extra_args --silent"
7188fi
7189
7190_ACEOF
7191cat >>$CONFIG_STATUS <<_ACEOF
7192if \$ac_cs_recheck; then
7193 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
7194 CONFIG_SHELL=$SHELL
7195 export CONFIG_SHELL
7196 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7197fi
7198
7199_ACEOF
7200cat >>$CONFIG_STATUS <<\_ACEOF
7201exec 5>>config.log
7202{
7203 echo
7204 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7205## Running $as_me. ##
7206_ASBOX
7207 echo "$ac_log"
7208} >&5
7209
7210_ACEOF
7211cat >>$CONFIG_STATUS <<_ACEOF
7212_ACEOF
7213
7214cat >>$CONFIG_STATUS <<\_ACEOF
7215
7216# Handling of arguments.
7217for ac_config_target in $ac_config_targets
7218do
7219 case $ac_config_target in
7220 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
7221 "MCONFIG") CONFIG_FILES="$CONFIG_FILES MCONFIG" ;;
7222 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7223 "common/Makefile") CONFIG_FILES="$CONFIG_FILES common/Makefile" ;;
7224 "compat/include/Makefile") CONFIG_FILES="$CONFIG_FILES compat/include/Makefile" ;;
7225 "compat/lib/Makefile") CONFIG_FILES="$CONFIG_FILES compat/lib/Makefile" ;;
7226 "dump/Makefile") CONFIG_FILES="$CONFIG_FILES dump/Makefile" ;;
7227 "restore/Makefile") CONFIG_FILES="$CONFIG_FILES restore/Makefile" ;;
7228 "$RMTMAKEFILE") CONFIG_FILES="$CONFIG_FILES $RMTMAKEFILE" ;;
7229
7230 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7231echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7232 { (exit 1); exit 1; }; };;
7233 esac
7234done
7235
7236
7237# If the user did not use the arguments to specify the items to instantiate,
7238# then the envvar interface is used. Set only those that are not.
7239# We use the long form for the default assignment because of an extremely
7240# bizarre bug on SunOS 4.1.3.
7241if $ac_need_defaults; then
7242 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7243 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7244fi
7245
7246# Have a temporary directory for convenience. Make it in the build tree
7247# simply because there is no reason against having it here, and in addition,
7248# creating and moving files from /tmp can sometimes cause problems.
7249# Hook for its removal unless debugging.
7250# Note that there is a small window in which the directory will not be cleaned:
7251# after its creation but before its name has been assigned to `$tmp'.
7252$debug ||
7253{
7254 tmp=
7255 trap 'exit_status=$?
7256 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
7257' 0
7258 trap '{ (exit 1); exit 1; }' 1 2 13 15
7259}
7260# Create a (secure) tmp directory for tmp files.
7261
7262{
7263 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
7264 test -n "$tmp" && test -d "$tmp"
7265} ||
7266{
7267 tmp=./conf$$-$RANDOM
7268 (umask 077 && mkdir "$tmp")
7269} ||
7270{
7271 echo "$me: cannot create a temporary directory in ." >&2
7272 { (exit 1); exit 1; }
7273}
7274
7275#
7276# Set up the sed scripts for CONFIG_FILES section.
7277#
7278
7279# No need to generate the scripts if there are no CONFIG_FILES.
7280# This happens for instance when ./config.status config.h
7281if test -n "$CONFIG_FILES"; then
7282
7283_ACEOF
7284
7285# Create sed commands to just substitute file output variables.
7286
7287# Remaining file output variables are in a fragment that also has non-file
7288# output varibles.
7289
7290
7291
7292ac_delim='%!_!# '
7293for ac_last_try in false false false false false :; do
7294 cat >conf$$subs.sed <<_ACEOF
7295SHELL!$SHELL$ac_delim
7296PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
7297PACKAGE_NAME!$PACKAGE_NAME$ac_delim
7298PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
7299PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
7300PACKAGE_STRING!$PACKAGE_STRING$ac_delim
7301PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
7302exec_prefix!$exec_prefix$ac_delim
7303prefix!$prefix$ac_delim
7304program_transform_name!$program_transform_name$ac_delim
7305bindir!$bindir$ac_delim
7306sbindir!$sbindir$ac_delim
7307libexecdir!$libexecdir$ac_delim
7308datarootdir!$datarootdir$ac_delim
7309datadir!$datadir$ac_delim
7310sysconfdir!$sysconfdir$ac_delim
7311sharedstatedir!$sharedstatedir$ac_delim
7312localstatedir!$localstatedir$ac_delim
7313includedir!$includedir$ac_delim
7314oldincludedir!$oldincludedir$ac_delim
7315docdir!$docdir$ac_delim
7316infodir!$infodir$ac_delim
7317htmldir!$htmldir$ac_delim
7318dvidir!$dvidir$ac_delim
7319pdfdir!$pdfdir$ac_delim
7320psdir!$psdir$ac_delim
7321libdir!$libdir$ac_delim
7322localedir!$localedir$ac_delim
7323mandir!$mandir$ac_delim
7324DEFS!$DEFS$ac_delim
7325ECHO_C!$ECHO_C$ac_delim
7326ECHO_N!$ECHO_N$ac_delim
7327ECHO_T!$ECHO_T$ac_delim
7328LIBS!$LIBS$ac_delim
7329build_alias!$build_alias$ac_delim
7330host_alias!$host_alias$ac_delim
7331target_alias!$target_alias$ac_delim
7332SET_MAKE!$SET_MAKE$ac_delim
7333LN_S!$LN_S$ac_delim
7334CP!$CP$ac_delim
7335MV!$MV$ac_delim
7336RM!$RM$ac_delim
7337AR!$AR$ac_delim
7338RANLIB!$RANLIB$ac_delim
7339PATCH!$PATCH$ac_delim
7340CC!$CC$ac_delim
7341CFLAGS!$CFLAGS$ac_delim
7342LDFLAGS!$LDFLAGS$ac_delim
7343CPPFLAGS!$CPPFLAGS$ac_delim
7344ac_ct_CC!$ac_ct_CC$ac_delim
7345EXEEXT!$EXEEXT$ac_delim
7346OBJEXT!$OBJEXT$ac_delim
7347INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
7348INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
7349INSTALL_DATA!$INSTALL_DATA$ac_delim
7350CPP!$CPP$ac_delim
7351GREP!$GREP$ac_delim
7352EGREP!$EGREP$ac_delim
7353DUMPDEBUG!$DUMPDEBUG$ac_delim
7354RESTOREDEBUG!$RESTOREDEBUG$ac_delim
7355STATIC!$STATIC$ac_delim
7356RMTDIR!$RMTDIR$ac_delim
7357ERMT!$ERMT$ac_delim
7358CRYPTO!$CRYPTO$ac_delim
7359OPTDEFS!$OPTDEFS$ac_delim
7360LTRANSSELINUX!$LTRANSSELINUX$ac_delim
7361CCTRANSSELINUX!$CCTRANSSELINUX$ac_delim
7362LD!$LD$ac_delim
7363CCOPTS!$CCOPTS$ac_delim
7364LDOPTS!$LDOPTS$ac_delim
7365BINOWNER!$BINOWNER$ac_delim
7366BINGRP!$BINGRP$ac_delim
7367BINMODE!$BINMODE$ac_delim
7368MANOWNER!$MANOWNER$ac_delim
7369MANGRP!$MANGRP$ac_delim
7370MANMODE!$MANMODE$ac_delim
7371DUMPDATESPATH!$DUMPDATESPATH$ac_delim
7372BLKID!$BLKID$ac_delim
7373READLINE!$READLINE$ac_delim
7374ZLIB!$ZLIB$ac_delim
7375BZLIB!$BZLIB$ac_delim
7376top_builddir!$top_builddir$ac_delim
7377LIBOBJS!$LIBOBJS$ac_delim
7378LTLIBOBJS!$LTLIBOBJS$ac_delim
7379_ACEOF
7380
7381 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
7382 break
7383 elif $ac_last_try; then
7384 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
7385echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
7386 { (exit 1); exit 1; }; }
7387 else
7388 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7389 fi
7390done
7391
7392ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
7393if test -n "$ac_eof"; then
7394 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
7395 ac_eof=`expr $ac_eof + 1`
7396fi
7397
7398cat >>$CONFIG_STATUS <<_ACEOF
7399cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
7400/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
7401/^[ ]*@MCONFIG@[ ]*$/{
7402r $MCONFIG
7403d
7404}
7405_ACEOF
7406sed '
7407s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
7408s/^/s,@/; s/!/@,|#_!!_#|/
7409:n
7410t n
7411s/'"$ac_delim"'$/,g/; t
7412s/$/\\/; p
7413N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
7414' >>$CONFIG_STATUS <conf$$subs.sed
7415rm -f conf$$subs.sed
7416cat >>$CONFIG_STATUS <<_ACEOF
7417:end
7418s/|#_!!_#|//g
7419CEOF$ac_eof
7420_ACEOF
7421
7422
7423# VPATH may cause trouble with some makes, so we remove $(srcdir),
7424# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
7425# trailing colons and then remove the whole line if VPATH becomes empty
7426# (actually we leave an empty line to preserve line numbers).
7427if test "x$srcdir" = x.; then
7428 ac_vpsub='/^[ ]*VPATH[ ]*=/{
7429s/:*\$(srcdir):*/:/
7430s/:*\${srcdir}:*/:/
7431s/:*@srcdir@:*/:/
7432s/^\([^=]*=[ ]*\):*/\1/
7433s/:*$//
7434s/^[^=]*=[ ]*$//
7435}'
7436fi
7437
7438cat >>$CONFIG_STATUS <<\_ACEOF
7439fi # test -n "$CONFIG_FILES"
7440
7441
7442for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS
7443do
7444 case $ac_tag in
7445 :[FHLC]) ac_mode=$ac_tag; continue;;
7446 esac
7447 case $ac_mode$ac_tag in
7448 :[FHL]*:*);;
7449 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
7450echo "$as_me: error: Invalid tag $ac_tag." >&2;}
7451 { (exit 1); exit 1; }; };;
7452 :[FH]-) ac_tag=-:-;;
7453 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
7454 esac
7455 ac_save_IFS=$IFS
7456 IFS=:
7457 set x $ac_tag
7458 IFS=$ac_save_IFS
7459 shift
7460 ac_file=$1
7461 shift
7462
7463 case $ac_mode in
7464 :L) ac_source=$1;;
7465 :[FH])
7466 ac_file_inputs=
7467 for ac_f
7468 do
7469 case $ac_f in
7470 -) ac_f="$tmp/stdin";;
7471 *) # Look for the file first in the build tree, then in the source tree
7472 # (if the path is not absolute). The absolute path cannot be DOS-style,
7473 # because $ac_f cannot contain `:'.
7474 test -f "$ac_f" ||
7475 case $ac_f in
7476 [\\/$]*) false;;
7477 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
7478 esac ||
7479 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
7480echo "$as_me: error: cannot find input file: $ac_f" >&2;}
7481 { (exit 1); exit 1; }; };;
7482 esac
7483 ac_file_inputs="$ac_file_inputs $ac_f"
7484 done
7485
7486 # Let's still pretend it is `configure' which instantiates (i.e., don't
7487 # use $as_me), people would be surprised to read:
7488 # /* config.h. Generated by config.status. */
7489 configure_input="Generated from "`IFS=:
7490 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
7491 if test x"$ac_file" != x-; then
7492 configure_input="$ac_file. $configure_input"
7493 { echo "$as_me:$LINENO: creating $ac_file" >&5
7494echo "$as_me: creating $ac_file" >&6;}
7495 fi
7496
7497 case $ac_tag in
7498 *:-:* | *:-) cat >"$tmp/stdin";;
7499 esac
7500 ;;
7501 esac
7502
7503 ac_dir=`$as_dirname -- "$ac_file" ||
7504$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7505 X"$ac_file" : 'X\(//\)[^/]' \| \
7506 X"$ac_file" : 'X\(//\)$' \| \
7507 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7508echo X"$ac_file" |
7509 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7510 s//\1/
7511 q
7512 }
7513 /^X\(\/\/\)[^/].*/{
7514 s//\1/
7515 q
7516 }
7517 /^X\(\/\/\)$/{
7518 s//\1/
7519 q
7520 }
7521 /^X\(\/\).*/{
7522 s//\1/
7523 q
7524 }
7525 s/.*/./; q'`
7526 { as_dir="$ac_dir"
7527 case $as_dir in #(
7528 -*) as_dir=./$as_dir;;
7529 esac
7530 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
7531 as_dirs=
7532 while :; do
7533 case $as_dir in #(
7534 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
7535 *) as_qdir=$as_dir;;
7536 esac
7537 as_dirs="'$as_qdir' $as_dirs"
7538 as_dir=`$as_dirname -- "$as_dir" ||
7539$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7540 X"$as_dir" : 'X\(//\)[^/]' \| \
7541 X"$as_dir" : 'X\(//\)$' \| \
7542 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7543echo X"$as_dir" |
7544 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7545 s//\1/
7546 q
7547 }
7548 /^X\(\/\/\)[^/].*/{
7549 s//\1/
7550 q
7551 }
7552 /^X\(\/\/\)$/{
7553 s//\1/
7554 q
7555 }
7556 /^X\(\/\).*/{
7557 s//\1/
7558 q
7559 }
7560 s/.*/./; q'`
7561 test -d "$as_dir" && break
7562 done
7563 test -z "$as_dirs" || eval "mkdir $as_dirs"
7564 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
7565echo "$as_me: error: cannot create directory $as_dir" >&2;}
7566 { (exit 1); exit 1; }; }; }
7567 ac_builddir=.
7568
7569case "$ac_dir" in
7570.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
7571*)
7572 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7573 # A ".." for each directory in $ac_dir_suffix.
7574 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
7575 case $ac_top_builddir_sub in
7576 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
7577 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
7578 esac ;;
7579esac
7580ac_abs_top_builddir=$ac_pwd
7581ac_abs_builddir=$ac_pwd$ac_dir_suffix
7582# for backward compatibility:
7583ac_top_builddir=$ac_top_build_prefix
7584
7585case $srcdir in
7586 .) # We are building in place.
7587 ac_srcdir=.
7588 ac_top_srcdir=$ac_top_builddir_sub
7589 ac_abs_top_srcdir=$ac_pwd ;;
7590 [\\/]* | ?:[\\/]* ) # Absolute name.
7591 ac_srcdir=$srcdir$ac_dir_suffix;
7592 ac_top_srcdir=$srcdir
7593 ac_abs_top_srcdir=$srcdir ;;
7594 *) # Relative name.
7595 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
7596 ac_top_srcdir=$ac_top_build_prefix$srcdir
7597 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
7598esac
7599ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
7600
7601
7602 case $ac_mode in
7603 :F)
7604 #
7605 # CONFIG_FILE
7606 #
7607
7608 case $INSTALL in
7609 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7610 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
7611 esac
7612_ACEOF
7613
7614cat >>$CONFIG_STATUS <<\_ACEOF
7615# If the template does not know about datarootdir, expand it.
7616# FIXME: This hack should be removed a few years after 2.60.
7617ac_datarootdir_hack=; ac_datarootdir_seen=
7618
7619case `sed -n '/datarootdir/ {
7620 p
7621 q
7622}
7623/@datadir@/p
7624/@docdir@/p
7625/@infodir@/p
7626/@localedir@/p
7627/@mandir@/p
7628' $ac_file_inputs` in
7629*datarootdir*) ac_datarootdir_seen=yes;;
7630*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
7631 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
7632echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7633_ACEOF
7634cat >>$CONFIG_STATUS <<_ACEOF
7635 ac_datarootdir_hack='
7636 s&@datadir@&$datadir&g
7637 s&@docdir@&$docdir&g
7638 s&@infodir@&$infodir&g
7639 s&@localedir@&$localedir&g
7640 s&@mandir@&$mandir&g
7641 s&\\\${datarootdir}&$datarootdir&g' ;;
7642esac
7643_ACEOF
7644
7645# Neutralize VPATH when `$srcdir' = `.'.
7646# Shell code in configure.ac might set extrasub.
7647# FIXME: do we really want to maintain this feature?
7648cat >>$CONFIG_STATUS <<_ACEOF
7649 sed "$ac_vpsub
7650$extrasub
7651_ACEOF
7652cat >>$CONFIG_STATUS <<\_ACEOF
7653:t
7654/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7655s&@configure_input@&$configure_input&;t t
7656s&@top_builddir@&$ac_top_builddir_sub&;t t
7657s&@srcdir@&$ac_srcdir&;t t
7658s&@abs_srcdir@&$ac_abs_srcdir&;t t
7659s&@top_srcdir@&$ac_top_srcdir&;t t
7660s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
7661s&@builddir@&$ac_builddir&;t t
7662s&@abs_builddir@&$ac_abs_builddir&;t t
7663s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
7664s&@INSTALL@&$ac_INSTALL&;t t
7665$ac_datarootdir_hack
7666" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
7667
7668test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
7669 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
7670 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
7671 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7672which seems to be undefined. Please make sure it is defined." >&5
7673echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7674which seems to be undefined. Please make sure it is defined." >&2;}
7675
7676 rm -f "$tmp/stdin"
7677 case $ac_file in
7678 -) cat "$tmp/out"; rm -f "$tmp/out";;
7679 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
7680 esac
7681 ;;
7682 :H)
7683 #
7684 # CONFIG_HEADER
7685 #
7686_ACEOF
7687
7688# Transform confdefs.h into a sed script `conftest.defines', that
7689# substitutes the proper values into config.h.in to produce config.h.
7690rm -f conftest.defines conftest.tail
7691# First, append a space to every undef/define line, to ease matching.
7692echo 's/$/ /' >conftest.defines
7693# Then, protect against being on the right side of a sed subst, or in
7694# an unquoted here document, in config.status. If some macros were
7695# called several times there might be several #defines for the same
7696# symbol, which is useless. But do not sort them, since the last
7697# AC_DEFINE must be honored.
7698ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
7699# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
7700# NAME is the cpp macro being defined, VALUE is the value it is being given.
7701# PARAMS is the parameter list in the macro definition--in most cases, it's
7702# just an empty string.
7703ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
7704ac_dB='\\)[ (].*,\\1define\\2'
7705ac_dC=' '
7706ac_dD=' ,'
7707
7708uniq confdefs.h |
7709 sed -n '
7710 t rset
7711 :rset
7712 s/^[ ]*#[ ]*define[ ][ ]*//
7713 t ok
7714 d
7715 :ok
7716 s/[\\&,]/\\&/g
7717 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
7718 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
7719 ' >>conftest.defines
7720
7721# Remove the space that was appended to ease matching.
7722# Then replace #undef with comments. This is necessary, for
7723# example, in the case of _POSIX_SOURCE, which is predefined and required
7724# on some systems where configure will not decide to define it.
7725# (The regexp can be short, since the line contains either #define or #undef.)
7726echo 's/ $//
7727s,^[ #]*u.*,/* & */,' >>conftest.defines
7728
7729# Break up conftest.defines:
7730ac_max_sed_lines=50
7731
7732# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
7733# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
7734# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
7735# et cetera.
7736ac_in='$ac_file_inputs'
7737ac_out='"$tmp/out1"'
7738ac_nxt='"$tmp/out2"'
7739
7740while :
7741do
7742 # Write a here document:
7743 cat >>$CONFIG_STATUS <<_ACEOF
7744 # First, check the format of the line:
7745 cat >"\$tmp/defines.sed" <<\\CEOF
7746/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
7747/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
7748b
7749:def
7750_ACEOF
7751 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
7752 echo 'CEOF
7753 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
7754 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
7755 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
7756 grep . conftest.tail >/dev/null || break
7757 rm -f conftest.defines
7758 mv conftest.tail conftest.defines
7759done
7760rm -f conftest.defines conftest.tail
7761
7762echo "ac_result=$ac_in" >>$CONFIG_STATUS
7763cat >>$CONFIG_STATUS <<\_ACEOF
7764 if test x"$ac_file" != x-; then
7765 echo "/* $configure_input */" >"$tmp/config.h"
7766 cat "$ac_result" >>"$tmp/config.h"
7767 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
7768 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
7769echo "$as_me: $ac_file is unchanged" >&6;}
7770 else
7771 rm -f $ac_file
7772 mv "$tmp/config.h" $ac_file
7773 fi
7774 else
7775 echo "/* $configure_input */"
7776 cat "$ac_result"
7777 fi
7778 rm -f "$tmp/out12"
7779 ;;
7780
7781
7782 esac
7783
7784done # for ac_tag
7785
7786
7787{ (exit 0); exit 0; }
7788_ACEOF
7789chmod +x $CONFIG_STATUS
7790ac_clean_files=$ac_clean_files_save
7791
7792
7793# configure is writing to config.log, and then calls config.status.
7794# config.status does its own redirection, appending to config.log.
7795# Unfortunately, on DOS this fails, as config.log is still kept open
7796# by configure, so config.status won't be able to write to it; its
7797# output is simply discarded. So we exec the FD to /dev/null,
7798# effectively closing config.log, so it can be properly (re)opened and
7799# appended to by config.status. When coming back to configure, we
7800# need to make the FD available again.
7801if test "$no_create" != yes; then
7802 ac_cs_success=:
7803 ac_config_status_args=
7804 test "$silent" = yes &&
7805 ac_config_status_args="$ac_config_status_args --quiet"
7806 exec 5>/dev/null
7807 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
7808 exec 5>>config.log
7809 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7810 # would make configure fail if this is the last instruction.
7811 $ac_cs_success || { (exit 1); exit 1; }
7812fi
7813