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