]> git.wh0rd.org - dump.git/blame - configure
Get the install paths from configure.
[dump.git] / configure
CommitLineData
1227625a
SP
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
ddd2ef55 4# Generated automatically using autoconf version 2.13
1227625a
SP
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
1227625a 14ac_help="$ac_help
d8574d45 15 --enable-debug include debugging code"
1227625a 16ac_help="$ac_help
d8574d45 17 --enable-static link dump and restore statically"
1227625a 18ac_help="$ac_help
d8574d45 19 --enable-rmt compile and install rmt"
2ed89fda 20ac_help="$ac_help
d8574d45 21 --enable-kerberos compile kerberos extensions"
c38e5b6a 22ac_help="$ac_help
d8574d45 23 --enable-readline enable readline support in restore"
1227625a 24ac_help="$ac_help
d8574d45 25 --enable-oldstylefscript enable old style F script (no arguments)"
d6967896
SP
26ac_help="$ac_help
27 --enable-largefile enable Large File System support (your glibc needs to support it)"
1227625a 28ac_help="$ac_help
d8574d45 29 --with-cc=COMPILER select compiler to use"
1227625a 30ac_help="$ac_help
d8574d45 31 --with-linker=LINKER select linker to use"
1227625a 32ac_help="$ac_help
d8574d45 33 --with-ccopts=CCOPTS select compiler command line options"
1227625a 34ac_help="$ac_help
d8574d45 35 --with-ldopts=LDOPTS select linker command line options"
1227625a 36ac_help="$ac_help
d8574d45 37 --with-binowner=USER select owner for binaries"
1227625a 38ac_help="$ac_help
d8574d45 39 --with-bingrp=GROUP select group for binaries"
1227625a 40ac_help="$ac_help
d8574d45 41 --with-binmode=MODE select mode for binaries"
1227625a 42ac_help="$ac_help
d8574d45 43 --with-manowner=USER select owner for manual pages"
1227625a 44ac_help="$ac_help
d8574d45 45 --with-mangrp=GROUP select group for manual pages"
8d4197bb 46ac_help="$ac_help
d8574d45
SP
47 --with-manmode=MODE select mode for manual pages"
48ac_help="$ac_help
49 --with-dumpdatespath=PATH select path for dumpdates file"
1227625a
SP
50
51# Initialize some variables set by options.
52# The variables have the same names as the options, with
53# dashes changed to underlines.
54build=NONE
55cache_file=./config.cache
56exec_prefix=NONE
57host=NONE
58no_create=
59nonopt=NONE
60no_recursion=
61prefix=NONE
62program_prefix=NONE
63program_suffix=NONE
64program_transform_name=s,x,x,
65silent=
66site=
67srcdir=
68target=NONE
69verbose=
70x_includes=NONE
71x_libraries=NONE
72bindir='${exec_prefix}/bin'
73sbindir='${exec_prefix}/sbin'
74libexecdir='${exec_prefix}/libexec'
75datadir='${prefix}/share'
76sysconfdir='${prefix}/etc'
77sharedstatedir='${prefix}/com'
78localstatedir='${prefix}/var'
79libdir='${exec_prefix}/lib'
80includedir='${prefix}/include'
81oldincludedir='/usr/include'
82infodir='${prefix}/info'
83mandir='${prefix}/man'
84
85# Initialize some other variables.
86subdirs=
87MFLAGS= MAKEFLAGS=
ddd2ef55 88SHELL=${CONFIG_SHELL-/bin/sh}
1227625a
SP
89# Maximum number of lines to put in a shell here document.
90ac_max_here_lines=12
91
92ac_prev=
93for ac_option
94do
95
96 # If the previous option needs an argument, assign it.
97 if test -n "$ac_prev"; then
98 eval "$ac_prev=\$ac_option"
99 ac_prev=
100 continue
101 fi
102
103 case "$ac_option" in
104 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
105 *) ac_optarg= ;;
106 esac
107
108 # Accept the important Cygnus configure options, so we can diagnose typos.
109
110 case "$ac_option" in
111
112 -bindir | --bindir | --bindi | --bind | --bin | --bi)
113 ac_prev=bindir ;;
114 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
115 bindir="$ac_optarg" ;;
116
117 -build | --build | --buil | --bui | --bu)
118 ac_prev=build ;;
119 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
120 build="$ac_optarg" ;;
121
122 -cache-file | --cache-file | --cache-fil | --cache-fi \
123 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
124 ac_prev=cache_file ;;
125 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
126 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
127 cache_file="$ac_optarg" ;;
128
129 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
130 ac_prev=datadir ;;
131 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
132 | --da=*)
133 datadir="$ac_optarg" ;;
134
135 -disable-* | --disable-*)
136 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
137 # Reject names that are not valid shell variable names.
138 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
139 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
140 fi
141 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
142 eval "enable_${ac_feature}=no" ;;
143
144 -enable-* | --enable-*)
145 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
146 # Reject names that are not valid shell variable names.
147 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
148 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
149 fi
150 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
151 case "$ac_option" in
152 *=*) ;;
153 *) ac_optarg=yes ;;
154 esac
155 eval "enable_${ac_feature}='$ac_optarg'" ;;
156
157 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
158 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
159 | --exec | --exe | --ex)
160 ac_prev=exec_prefix ;;
161 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
162 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
163 | --exec=* | --exe=* | --ex=*)
164 exec_prefix="$ac_optarg" ;;
165
166 -gas | --gas | --ga | --g)
167 # Obsolete; use --with-gas.
168 with_gas=yes ;;
169
170 -help | --help | --hel | --he)
171 # Omit some internal or obsolete options to make the list less imposing.
172 # This message is too long to be a string in the A/UX 3.1 sh.
173 cat << EOF
174Usage: configure [options] [host]
175Options: [defaults in brackets after descriptions]
176Configuration:
177 --cache-file=FILE cache test results in FILE
178 --help print this message
179 --no-create do not create output files
180 --quiet, --silent do not print \`checking...' messages
181 --version print the version of autoconf that created configure
182Directory and file names:
183 --prefix=PREFIX install architecture-independent files in PREFIX
184 [$ac_default_prefix]
185 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
186 [same as prefix]
187 --bindir=DIR user executables in DIR [EPREFIX/bin]
188 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
189 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
190 --datadir=DIR read-only architecture-independent data in DIR
191 [PREFIX/share]
192 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
193 --sharedstatedir=DIR modifiable architecture-independent data in DIR
194 [PREFIX/com]
195 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
196 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
197 --includedir=DIR C header files in DIR [PREFIX/include]
198 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
199 --infodir=DIR info documentation in DIR [PREFIX/info]
200 --mandir=DIR man documentation in DIR [PREFIX/man]
201 --srcdir=DIR find the sources in DIR [configure dir or ..]
202 --program-prefix=PREFIX prepend PREFIX to installed program names
203 --program-suffix=SUFFIX append SUFFIX to installed program names
204 --program-transform-name=PROGRAM
205 run sed PROGRAM on installed program names
206EOF
207 cat << EOF
208Host type:
209 --build=BUILD configure for building on BUILD [BUILD=HOST]
210 --host=HOST configure for HOST [guessed]
211 --target=TARGET configure for TARGET [TARGET=HOST]
212Features and packages:
213 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
214 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
215 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
216 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
217 --x-includes=DIR X include files are in DIR
218 --x-libraries=DIR X library files are in DIR
219EOF
220 if test -n "$ac_help"; then
221 echo "--enable and --with options recognized:$ac_help"
222 fi
223 exit 0 ;;
224
225 -host | --host | --hos | --ho)
226 ac_prev=host ;;
227 -host=* | --host=* | --hos=* | --ho=*)
228 host="$ac_optarg" ;;
229
230 -includedir | --includedir | --includedi | --included | --include \
231 | --includ | --inclu | --incl | --inc)
232 ac_prev=includedir ;;
233 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
234 | --includ=* | --inclu=* | --incl=* | --inc=*)
235 includedir="$ac_optarg" ;;
236
237 -infodir | --infodir | --infodi | --infod | --info | --inf)
238 ac_prev=infodir ;;
239 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
240 infodir="$ac_optarg" ;;
241
242 -libdir | --libdir | --libdi | --libd)
243 ac_prev=libdir ;;
244 -libdir=* | --libdir=* | --libdi=* | --libd=*)
245 libdir="$ac_optarg" ;;
246
247 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
248 | --libexe | --libex | --libe)
249 ac_prev=libexecdir ;;
250 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
251 | --libexe=* | --libex=* | --libe=*)
252 libexecdir="$ac_optarg" ;;
253
254 -localstatedir | --localstatedir | --localstatedi | --localstated \
255 | --localstate | --localstat | --localsta | --localst \
256 | --locals | --local | --loca | --loc | --lo)
257 ac_prev=localstatedir ;;
258 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
259 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
260 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
261 localstatedir="$ac_optarg" ;;
262
263 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
264 ac_prev=mandir ;;
265 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
266 mandir="$ac_optarg" ;;
267
268 -nfp | --nfp | --nf)
269 # Obsolete; use --without-fp.
270 with_fp=no ;;
271
272 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
273 | --no-cr | --no-c)
274 no_create=yes ;;
275
276 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
277 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
278 no_recursion=yes ;;
279
280 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
281 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
282 | --oldin | --oldi | --old | --ol | --o)
283 ac_prev=oldincludedir ;;
284 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
285 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
286 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
287 oldincludedir="$ac_optarg" ;;
288
289 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
290 ac_prev=prefix ;;
291 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
292 prefix="$ac_optarg" ;;
293
294 -program-prefix | --program-prefix | --program-prefi | --program-pref \
295 | --program-pre | --program-pr | --program-p)
296 ac_prev=program_prefix ;;
297 -program-prefix=* | --program-prefix=* | --program-prefi=* \
298 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
299 program_prefix="$ac_optarg" ;;
300
301 -program-suffix | --program-suffix | --program-suffi | --program-suff \
302 | --program-suf | --program-su | --program-s)
303 ac_prev=program_suffix ;;
304 -program-suffix=* | --program-suffix=* | --program-suffi=* \
305 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
306 program_suffix="$ac_optarg" ;;
307
308 -program-transform-name | --program-transform-name \
309 | --program-transform-nam | --program-transform-na \
310 | --program-transform-n | --program-transform- \
311 | --program-transform | --program-transfor \
312 | --program-transfo | --program-transf \
313 | --program-trans | --program-tran \
314 | --progr-tra | --program-tr | --program-t)
315 ac_prev=program_transform_name ;;
316 -program-transform-name=* | --program-transform-name=* \
317 | --program-transform-nam=* | --program-transform-na=* \
318 | --program-transform-n=* | --program-transform-=* \
319 | --program-transform=* | --program-transfor=* \
320 | --program-transfo=* | --program-transf=* \
321 | --program-trans=* | --program-tran=* \
322 | --progr-tra=* | --program-tr=* | --program-t=*)
323 program_transform_name="$ac_optarg" ;;
324
325 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
326 | -silent | --silent | --silen | --sile | --sil)
327 silent=yes ;;
328
329 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
330 ac_prev=sbindir ;;
331 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
332 | --sbi=* | --sb=*)
333 sbindir="$ac_optarg" ;;
334
335 -sharedstatedir | --sharedstatedir | --sharedstatedi \
336 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
337 | --sharedst | --shareds | --shared | --share | --shar \
338 | --sha | --sh)
339 ac_prev=sharedstatedir ;;
340 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
341 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
342 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
343 | --sha=* | --sh=*)
344 sharedstatedir="$ac_optarg" ;;
345
346 -site | --site | --sit)
347 ac_prev=site ;;
348 -site=* | --site=* | --sit=*)
349 site="$ac_optarg" ;;
350
351 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
352 ac_prev=srcdir ;;
353 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
354 srcdir="$ac_optarg" ;;
355
356 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
357 | --syscon | --sysco | --sysc | --sys | --sy)
358 ac_prev=sysconfdir ;;
359 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
360 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
361 sysconfdir="$ac_optarg" ;;
362
363 -target | --target | --targe | --targ | --tar | --ta | --t)
364 ac_prev=target ;;
365 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
366 target="$ac_optarg" ;;
367
368 -v | -verbose | --verbose | --verbos | --verbo | --verb)
369 verbose=yes ;;
370
371 -version | --version | --versio | --versi | --vers)
ddd2ef55 372 echo "configure generated by autoconf version 2.13"
1227625a
SP
373 exit 0 ;;
374
375 -with-* | --with-*)
376 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
377 # Reject names that are not valid shell variable names.
378 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
379 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
380 fi
381 ac_package=`echo $ac_package| sed 's/-/_/g'`
382 case "$ac_option" in
383 *=*) ;;
384 *) ac_optarg=yes ;;
385 esac
386 eval "with_${ac_package}='$ac_optarg'" ;;
387
388 -without-* | --without-*)
389 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
390 # Reject names that are not valid shell variable names.
391 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
392 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
393 fi
394 ac_package=`echo $ac_package| sed 's/-/_/g'`
395 eval "with_${ac_package}=no" ;;
396
397 --x)
398 # Obsolete; use --with-x.
399 with_x=yes ;;
400
401 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
402 | --x-incl | --x-inc | --x-in | --x-i)
403 ac_prev=x_includes ;;
404 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
405 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
406 x_includes="$ac_optarg" ;;
407
408 -x-libraries | --x-libraries | --x-librarie | --x-librari \
409 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
410 ac_prev=x_libraries ;;
411 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
412 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
413 x_libraries="$ac_optarg" ;;
414
415 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
416 ;;
417
418 *)
419 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
420 echo "configure: warning: $ac_option: invalid host type" 1>&2
421 fi
422 if test "x$nonopt" != xNONE; then
423 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
424 fi
425 nonopt="$ac_option"
426 ;;
427
428 esac
429done
430
431if test -n "$ac_prev"; then
432 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
433fi
434
435trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
436
437# File descriptor usage:
438# 0 standard input
439# 1 file creation
440# 2 errors and warnings
441# 3 some systems may open it to /dev/tty
442# 4 used on the Kubota Titan
443# 6 checking for... messages and results
444# 5 compiler messages saved in config.log
445if test "$silent" = yes; then
446 exec 6>/dev/null
447else
448 exec 6>&1
449fi
450exec 5>./config.log
451
452echo "\
453This file contains any messages produced by compilers while
454running configure, to aid debugging if configure makes a mistake.
455" 1>&5
456
457# Strip out --no-create and --no-recursion so they do not pile up.
458# Also quote any args containing shell metacharacters.
459ac_configure_args=
460for ac_arg
461do
462 case "$ac_arg" in
463 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
464 | --no-cr | --no-c) ;;
465 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
466 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
467 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
468 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
469 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
470 esac
471done
472
473# NLS nuisances.
474# Only set these to C if already set. These must not be set unconditionally
475# because not all systems understand e.g. LANG=C (notably SCO).
476# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
477# Non-C LC_CTYPE values break the ctype check.
478if test "${LANG+set}" = set; then LANG=C; export LANG; fi
479if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
480if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
481if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
482
483# confdefs.h avoids OS command line length limits that DEFS can exceed.
484rm -rf conftest* confdefs.h
485# AIX cpp loses on an empty file, so make sure it contains at least a newline.
486echo > confdefs.h
487
488# A filename unique to this package, relative to the directory that
489# configure is in, which we can look for to find out if srcdir is correct.
490ac_unique_file=dump/dump.h
491
492# Find the source files, if location was not specified.
493if test -z "$srcdir"; then
494 ac_srcdir_defaulted=yes
495 # Try the directory containing this script, then its parent.
496 ac_prog=$0
497 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
498 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
499 srcdir=$ac_confdir
500 if test ! -r $srcdir/$ac_unique_file; then
501 srcdir=..
502 fi
503else
504 ac_srcdir_defaulted=no
505fi
506if test ! -r $srcdir/$ac_unique_file; then
507 if test "$ac_srcdir_defaulted" = yes; then
508 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
509 else
510 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
511 fi
512fi
513srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
514
515# Prefer explicitly selected file to automatically selected ones.
516if test -z "$CONFIG_SITE"; then
517 if test "x$prefix" != xNONE; then
518 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
519 else
520 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
521 fi
522fi
523for ac_site_file in $CONFIG_SITE; do
524 if test -r "$ac_site_file"; then
525 echo "loading site script $ac_site_file"
526 . "$ac_site_file"
527 fi
528done
529
530if test -r "$cache_file"; then
531 echo "loading cache $cache_file"
532 . $cache_file
533else
534 echo "creating cache $cache_file"
535 > $cache_file
536fi
537
538ac_ext=c
539# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
540ac_cpp='$CPP $CPPFLAGS'
541ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ddd2ef55 542ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1227625a
SP
543cross_compiling=$ac_cv_prog_cc_cross
544
ddd2ef55
SP
545ac_exeext=
546ac_objext=o
1227625a
SP
547if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
548 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
549 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
550 ac_n= ac_c='
551' ac_t=' '
552 else
553 ac_n=-n ac_c= ac_t=
554 fi
555else
556 ac_n= ac_c='\c' ac_t=
557fi
558
559
560
561MCONFIG=./MCONFIG
562
563
564
565
566echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
d6967896 567echo "configure:568: checking whether ${MAKE-make} sets \${MAKE}" >&5
1227625a
SP
568set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
569if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
570 echo $ac_n "(cached) $ac_c" 1>&6
571else
572 cat > conftestmake <<\EOF
573all:
574 @echo 'ac_maketemp="${MAKE}"'
575EOF
576# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
577eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
578if test -n "$ac_maketemp"; then
579 eval ac_cv_prog_make_${ac_make}_set=yes
580else
581 eval ac_cv_prog_make_${ac_make}_set=no
582fi
583rm -f conftestmake
584fi
585if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
586 echo "$ac_t""yes" 1>&6
587 SET_MAKE=
588else
589 echo "$ac_t""no" 1>&6
590 SET_MAKE="MAKE=${MAKE-make}"
591fi
592
593echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
d6967896 594echo "configure:595: checking whether ln -s works" >&5
1227625a
SP
595if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
596 echo $ac_n "(cached) $ac_c" 1>&6
597else
598 rm -f conftestdata
599if ln -s X conftestdata 2>/dev/null
600then
601 rm -f conftestdata
602 ac_cv_prog_LN_S="ln -s"
603else
604 ac_cv_prog_LN_S=ln
605fi
606fi
607LN_S="$ac_cv_prog_LN_S"
608if test "$ac_cv_prog_LN_S" = "ln -s"; then
609 echo "$ac_t""yes" 1>&6
610else
611 echo "$ac_t""no" 1>&6
612fi
613
614# Extract the first word of "cp", so it can be a program name with args.
615set dummy cp; ac_word=$2
616echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 617echo "configure:618: checking for $ac_word" >&5
1227625a
SP
618if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then
619 echo $ac_n "(cached) $ac_c" 1>&6
620else
621 case "$CP" in
622 /*)
623 ac_cv_path_CP="$CP" # Let the user override the test with a path.
624 ;;
ddd2ef55
SP
625 ?:/*)
626 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
627 ;;
1227625a 628 *)
ddd2ef55
SP
629 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
630 ac_dummy="$PATH"
631 for ac_dir in $ac_dummy; do
1227625a
SP
632 test -z "$ac_dir" && ac_dir=.
633 if test -f $ac_dir/$ac_word; then
634 ac_cv_path_CP="$ac_dir/$ac_word"
635 break
636 fi
637 done
638 IFS="$ac_save_ifs"
639 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
640 ;;
641esac
642fi
643CP="$ac_cv_path_CP"
644if test -n "$CP"; then
645 echo "$ac_t""$CP" 1>&6
646else
647 echo "$ac_t""no" 1>&6
648fi
649
650# Extract the first word of "mv", so it can be a program name with args.
651set dummy mv; ac_word=$2
652echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 653echo "configure:654: checking for $ac_word" >&5
1227625a
SP
654if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then
655 echo $ac_n "(cached) $ac_c" 1>&6
656else
657 case "$MV" in
658 /*)
659 ac_cv_path_MV="$MV" # Let the user override the test with a path.
660 ;;
ddd2ef55
SP
661 ?:/*)
662 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
663 ;;
1227625a 664 *)
ddd2ef55
SP
665 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
666 ac_dummy="$PATH"
667 for ac_dir in $ac_dummy; do
1227625a
SP
668 test -z "$ac_dir" && ac_dir=.
669 if test -f $ac_dir/$ac_word; then
670 ac_cv_path_MV="$ac_dir/$ac_word"
671 break
672 fi
673 done
674 IFS="$ac_save_ifs"
675 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
676 ;;
677esac
678fi
679MV="$ac_cv_path_MV"
680if test -n "$MV"; then
681 echo "$ac_t""$MV" 1>&6
682else
683 echo "$ac_t""no" 1>&6
684fi
685
686# Extract the first word of "rm", so it can be a program name with args.
687set dummy rm; ac_word=$2
688echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 689echo "configure:690: checking for $ac_word" >&5
1227625a
SP
690if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then
691 echo $ac_n "(cached) $ac_c" 1>&6
692else
693 case "$RM" in
694 /*)
695 ac_cv_path_RM="$RM" # Let the user override the test with a path.
696 ;;
ddd2ef55
SP
697 ?:/*)
698 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
699 ;;
1227625a 700 *)
ddd2ef55
SP
701 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
702 ac_dummy="$PATH"
703 for ac_dir in $ac_dummy; do
1227625a
SP
704 test -z "$ac_dir" && ac_dir=.
705 if test -f $ac_dir/$ac_word; then
706 ac_cv_path_RM="$ac_dir/$ac_word"
707 break
708 fi
709 done
710 IFS="$ac_save_ifs"
711 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
712 ;;
713esac
714fi
715RM="$ac_cv_path_RM"
716if test -n "$RM"; then
717 echo "$ac_t""$RM" 1>&6
718else
719 echo "$ac_t""no" 1>&6
720fi
721
722ac_aux_dir=
723for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
724 if test -f $ac_dir/install-sh; then
725 ac_aux_dir=$ac_dir
726 ac_install_sh="$ac_aux_dir/install-sh -c"
727 break
728 elif test -f $ac_dir/install.sh; then
729 ac_aux_dir=$ac_dir
730 ac_install_sh="$ac_aux_dir/install.sh -c"
731 break
732 fi
733done
734if test -z "$ac_aux_dir"; then
735 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
736fi
737ac_config_guess=$ac_aux_dir/config.guess
738ac_config_sub=$ac_aux_dir/config.sub
739ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
740
741
742# Make sure we can run config.sub.
ddd2ef55 743if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1227625a
SP
744else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
745fi
746
747echo $ac_n "checking host system type""... $ac_c" 1>&6
d6967896 748echo "configure:749: checking host system type" >&5
1227625a
SP
749
750host_alias=$host
751case "$host_alias" in
752NONE)
753 case $nonopt in
754 NONE)
ddd2ef55 755 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1227625a
SP
756 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
757 fi ;;
758 *) host_alias=$nonopt ;;
759 esac ;;
760esac
761
ddd2ef55 762host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1227625a
SP
763host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
764host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
765host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
766echo "$ac_t""$host" 1>&6
767
768echo $ac_n "checking build system type""... $ac_c" 1>&6
d6967896 769echo "configure:770: checking build system type" >&5
1227625a
SP
770
771build_alias=$build
772case "$build_alias" in
773NONE)
774 case $nonopt in
775 NONE) build_alias=$host_alias ;;
776 *) build_alias=$nonopt ;;
777 esac ;;
778esac
779
ddd2ef55 780build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1227625a
SP
781build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
782build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
783build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
784echo "$ac_t""$build" 1>&6
785
786if test $host != $build; then
787 ac_tool_prefix=${host_alias}-
788else
789 ac_tool_prefix=
790fi
791
792# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
793set dummy ${ac_tool_prefix}ar; ac_word=$2
794echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 795echo "configure:796: checking for $ac_word" >&5
1227625a
SP
796if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
797 echo $ac_n "(cached) $ac_c" 1>&6
798else
799 if test -n "$AR"; then
800 ac_cv_prog_AR="$AR" # Let the user override the test.
801else
ddd2ef55
SP
802 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
803 ac_dummy="$PATH"
804 for ac_dir in $ac_dummy; do
1227625a
SP
805 test -z "$ac_dir" && ac_dir=.
806 if test -f $ac_dir/$ac_word; then
807 ac_cv_prog_AR="${ac_tool_prefix}ar"
808 break
809 fi
810 done
811 IFS="$ac_save_ifs"
812fi
813fi
814AR="$ac_cv_prog_AR"
815if test -n "$AR"; then
816 echo "$ac_t""$AR" 1>&6
817else
818 echo "$ac_t""no" 1>&6
819fi
820
821
822if test -z "$ac_cv_prog_AR"; then
823if test -n "$ac_tool_prefix"; then
824 # Extract the first word of "ar", so it can be a program name with args.
825set dummy ar; ac_word=$2
826echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 827echo "configure:828: checking for $ac_word" >&5
1227625a
SP
828if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
829 echo $ac_n "(cached) $ac_c" 1>&6
830else
831 if test -n "$AR"; then
832 ac_cv_prog_AR="$AR" # Let the user override the test.
833else
ddd2ef55
SP
834 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
835 ac_dummy="$PATH"
836 for ac_dir in $ac_dummy; do
1227625a
SP
837 test -z "$ac_dir" && ac_dir=.
838 if test -f $ac_dir/$ac_word; then
839 ac_cv_prog_AR="ar"
840 break
841 fi
842 done
843 IFS="$ac_save_ifs"
844 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
845fi
846fi
847AR="$ac_cv_prog_AR"
848if test -n "$AR"; then
849 echo "$ac_t""$AR" 1>&6
850else
851 echo "$ac_t""no" 1>&6
852fi
853
854else
855 AR="ar"
856fi
857fi
858
859# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
860set dummy ${ac_tool_prefix}ranlib; ac_word=$2
861echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 862echo "configure:863: checking for $ac_word" >&5
1227625a
SP
863if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
864 echo $ac_n "(cached) $ac_c" 1>&6
865else
866 if test -n "$RANLIB"; then
867 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
868else
ddd2ef55
SP
869 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
870 ac_dummy="$PATH"
871 for ac_dir in $ac_dummy; do
1227625a
SP
872 test -z "$ac_dir" && ac_dir=.
873 if test -f $ac_dir/$ac_word; then
874 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
875 break
876 fi
877 done
878 IFS="$ac_save_ifs"
879fi
880fi
881RANLIB="$ac_cv_prog_RANLIB"
882if test -n "$RANLIB"; then
883 echo "$ac_t""$RANLIB" 1>&6
884else
885 echo "$ac_t""no" 1>&6
886fi
887
888
889if test -z "$ac_cv_prog_RANLIB"; then
890if test -n "$ac_tool_prefix"; then
891 # Extract the first word of "ranlib", so it can be a program name with args.
892set dummy ranlib; ac_word=$2
893echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 894echo "configure:895: checking for $ac_word" >&5
1227625a
SP
895if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
896 echo $ac_n "(cached) $ac_c" 1>&6
897else
898 if test -n "$RANLIB"; then
899 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
900else
ddd2ef55
SP
901 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
902 ac_dummy="$PATH"
903 for ac_dir in $ac_dummy; do
1227625a
SP
904 test -z "$ac_dir" && ac_dir=.
905 if test -f $ac_dir/$ac_word; then
906 ac_cv_prog_RANLIB="ranlib"
907 break
908 fi
909 done
910 IFS="$ac_save_ifs"
911 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
912fi
913fi
914RANLIB="$ac_cv_prog_RANLIB"
915if test -n "$RANLIB"; then
916 echo "$ac_t""$RANLIB" 1>&6
917else
918 echo "$ac_t""no" 1>&6
919fi
920
921else
922 RANLIB=":"
923fi
924fi
925
926# Extract the first word of "${ac_tool_prefix}patch", so it can be a program name with args.
927set dummy ${ac_tool_prefix}patch; ac_word=$2
928echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 929echo "configure:930: checking for $ac_word" >&5
1227625a
SP
930if eval "test \"`echo '$''{'ac_cv_prog_PATCH'+set}'`\" = set"; then
931 echo $ac_n "(cached) $ac_c" 1>&6
932else
933 if test -n "$PATCH"; then
934 ac_cv_prog_PATCH="$PATCH" # Let the user override the test.
935else
ddd2ef55
SP
936 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
937 ac_dummy="$PATH"
938 for ac_dir in $ac_dummy; do
1227625a
SP
939 test -z "$ac_dir" && ac_dir=.
940 if test -f $ac_dir/$ac_word; then
941 ac_cv_prog_PATCH="${ac_tool_prefix}patch"
942 break
943 fi
944 done
945 IFS="$ac_save_ifs"
946fi
947fi
948PATCH="$ac_cv_prog_PATCH"
949if test -n "$PATCH"; then
950 echo "$ac_t""$PATCH" 1>&6
951else
952 echo "$ac_t""no" 1>&6
953fi
954
955
956if test -z "$ac_cv_prog_PATCH"; then
957if test -n "$ac_tool_prefix"; then
958 # Extract the first word of "patch", so it can be a program name with args.
959set dummy patch; ac_word=$2
960echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 961echo "configure:962: checking for $ac_word" >&5
1227625a
SP
962if eval "test \"`echo '$''{'ac_cv_prog_PATCH'+set}'`\" = set"; then
963 echo $ac_n "(cached) $ac_c" 1>&6
964else
965 if test -n "$PATCH"; then
966 ac_cv_prog_PATCH="$PATCH" # Let the user override the test.
967else
ddd2ef55
SP
968 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
969 ac_dummy="$PATH"
970 for ac_dir in $ac_dummy; do
1227625a
SP
971 test -z "$ac_dir" && ac_dir=.
972 if test -f $ac_dir/$ac_word; then
973 ac_cv_prog_PATCH="patch"
974 break
975 fi
976 done
977 IFS="$ac_save_ifs"
978 test -z "$ac_cv_prog_PATCH" && ac_cv_prog_PATCH=":"
979fi
980fi
981PATCH="$ac_cv_prog_PATCH"
982if test -n "$PATCH"; then
983 echo "$ac_t""$PATCH" 1>&6
984else
985 echo "$ac_t""no" 1>&6
986fi
987
988else
989 PATCH=":"
990fi
991fi
992
993# Extract the first word of "gcc", so it can be a program name with args.
994set dummy gcc; ac_word=$2
995echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 996echo "configure:997: checking for $ac_word" >&5
1227625a
SP
997if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
998 echo $ac_n "(cached) $ac_c" 1>&6
999else
1000 if test -n "$CC"; then
1001 ac_cv_prog_CC="$CC" # Let the user override the test.
1002else
ddd2ef55
SP
1003 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1004 ac_dummy="$PATH"
1005 for ac_dir in $ac_dummy; do
1227625a
SP
1006 test -z "$ac_dir" && ac_dir=.
1007 if test -f $ac_dir/$ac_word; then
1008 ac_cv_prog_CC="gcc"
1009 break
1010 fi
1011 done
1012 IFS="$ac_save_ifs"
1013fi
1014fi
1015CC="$ac_cv_prog_CC"
1016if test -n "$CC"; then
1017 echo "$ac_t""$CC" 1>&6
1018else
1019 echo "$ac_t""no" 1>&6
1020fi
1021
1022if test -z "$CC"; then
1023 # Extract the first word of "cc", so it can be a program name with args.
1024set dummy cc; ac_word=$2
1025echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 1026echo "configure:1027: checking for $ac_word" >&5
1227625a
SP
1027if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1028 echo $ac_n "(cached) $ac_c" 1>&6
1029else
1030 if test -n "$CC"; then
1031 ac_cv_prog_CC="$CC" # Let the user override the test.
1032else
ddd2ef55 1033 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1227625a 1034 ac_prog_rejected=no
ddd2ef55
SP
1035 ac_dummy="$PATH"
1036 for ac_dir in $ac_dummy; do
1227625a
SP
1037 test -z "$ac_dir" && ac_dir=.
1038 if test -f $ac_dir/$ac_word; then
1039 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1040 ac_prog_rejected=yes
1041 continue
1042 fi
1043 ac_cv_prog_CC="cc"
1044 break
1045 fi
1046 done
1047 IFS="$ac_save_ifs"
1048if test $ac_prog_rejected = yes; then
1049 # We found a bogon in the path, so make sure we never use it.
1050 set dummy $ac_cv_prog_CC
1051 shift
1052 if test $# -gt 0; then
1053 # We chose a different compiler from the bogus one.
1054 # However, it has the same basename, so the bogon will be chosen
1055 # first if we set CC to just the basename; use the full file name.
1056 shift
1057 set dummy "$ac_dir/$ac_word" "$@"
1058 shift
1059 ac_cv_prog_CC="$@"
1060 fi
1061fi
1062fi
1063fi
1064CC="$ac_cv_prog_CC"
1065if test -n "$CC"; then
1066 echo "$ac_t""$CC" 1>&6
1067else
1068 echo "$ac_t""no" 1>&6
1069fi
1070
ddd2ef55
SP
1071 if test -z "$CC"; then
1072 case "`uname -s`" in
1073 *win32* | *WIN32*)
1074 # Extract the first word of "cl", so it can be a program name with args.
1075set dummy cl; ac_word=$2
1076echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d6967896 1077echo "configure:1078: checking for $ac_word" >&5
ddd2ef55
SP
1078if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1079 echo $ac_n "(cached) $ac_c" 1>&6
1080else
1081 if test -n "$CC"; then
1082 ac_cv_prog_CC="$CC" # Let the user override the test.
1083else
1084 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1085 ac_dummy="$PATH"
1086 for ac_dir in $ac_dummy; do
1087 test -z "$ac_dir" && ac_dir=.
1088 if test -f $ac_dir/$ac_word; then
1089 ac_cv_prog_CC="cl"
1090 break
1091 fi
1092 done
1093 IFS="$ac_save_ifs"
1094fi
1095fi
1096CC="$ac_cv_prog_CC"
1097if test -n "$CC"; then
1098 echo "$ac_t""$CC" 1>&6
1099else
1100 echo "$ac_t""no" 1>&6
1101fi
1102 ;;
1103 esac
1104 fi
1227625a
SP
1105 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1106fi
1107
1108echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
d6967896 1109echo "configure:1110: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1227625a
SP
1110
1111ac_ext=c
1112# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1113ac_cpp='$CPP $CPPFLAGS'
1114ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ddd2ef55 1115ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1227625a
SP
1116cross_compiling=$ac_cv_prog_cc_cross
1117
ddd2ef55
SP
1118cat > conftest.$ac_ext << EOF
1119
d6967896 1120#line 1121 "configure"
1227625a 1121#include "confdefs.h"
ddd2ef55 1122
1227625a
SP
1123main(){return(0);}
1124EOF
d6967896 1125if { (eval echo configure:1126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1227625a
SP
1126 ac_cv_prog_cc_works=yes
1127 # If we can't run a trivial program, we are probably using a cross compiler.
1128 if (./conftest; exit) 2>/dev/null; then
1129 ac_cv_prog_cc_cross=no
1130 else
1131 ac_cv_prog_cc_cross=yes
1132 fi
1133else
1134 echo "configure: failed program was:" >&5
1135 cat conftest.$ac_ext >&5
1136 ac_cv_prog_cc_works=no
1137fi
1138rm -fr conftest*
ddd2ef55
SP
1139ac_ext=c
1140# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1141ac_cpp='$CPP $CPPFLAGS'
1142ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1143ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1144cross_compiling=$ac_cv_prog_cc_cross
1227625a
SP
1145
1146echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1147if test $ac_cv_prog_cc_works = no; then
1148 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1149fi
1150echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
d6967896 1151echo "configure:1152: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1227625a
SP
1152echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1153cross_compiling=$ac_cv_prog_cc_cross
1154
1155echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
d6967896 1156echo "configure:1157: checking whether we are using GNU C" >&5
1227625a
SP
1157if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1158 echo $ac_n "(cached) $ac_c" 1>&6
1159else
1160 cat > conftest.c <<EOF
1161#ifdef __GNUC__
1162 yes;
1163#endif
1164EOF
d6967896 1165if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1166: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1227625a
SP
1166 ac_cv_prog_gcc=yes
1167else
1168 ac_cv_prog_gcc=no
1169fi
1170fi
1171
1172echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1173
1174if test $ac_cv_prog_gcc = yes; then
1175 GCC=yes
ddd2ef55
SP
1176else
1177 GCC=
1178fi
1179
1180ac_test_CFLAGS="${CFLAGS+set}"
1181ac_save_CFLAGS="$CFLAGS"
1182CFLAGS=
1183echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
d6967896 1184echo "configure:1185: checking whether ${CC-cc} accepts -g" >&5
1227625a
SP
1185if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1186 echo $ac_n "(cached) $ac_c" 1>&6
1187else
1188 echo 'void f(){}' > conftest.c
1189if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1190 ac_cv_prog_cc_g=yes
1191else
1192 ac_cv_prog_cc_g=no
1193fi
1194rm -f conftest*
1195
1196fi
1197
1198echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
ddd2ef55
SP
1199if test "$ac_test_CFLAGS" = set; then
1200 CFLAGS="$ac_save_CFLAGS"
1201elif test $ac_cv_prog_cc_g = yes; then
1202 if test "$GCC" = yes; then
1227625a
SP
1203 CFLAGS="-g -O2"
1204 else
ddd2ef55 1205 CFLAGS="-g"
1227625a
SP
1206 fi
1207else
ddd2ef55
SP
1208 if test "$GCC" = yes; then
1209 CFLAGS="-O2"
1210 else
1211 CFLAGS=
1212 fi
1227625a
SP
1213fi
1214
1215# Find a good install program. We prefer a C program (faster),
1216# so one script is as good as another. But avoid the broken or
1217# incompatible versions:
1218# SysV /etc/install, /usr/sbin/install
1219# SunOS /usr/etc/install
1220# IRIX /sbin/install
1221# AIX /bin/install
ddd2ef55 1222# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1227625a
SP
1223# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1224# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1225# ./install, which can be erroneously created by make from ./install.sh.
1226echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
d6967896 1227echo "configure:1228: checking for a BSD compatible install" >&5
1227625a
SP
1228if test -z "$INSTALL"; then
1229if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1230 echo $ac_n "(cached) $ac_c" 1>&6
1231else
ddd2ef55 1232 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
1227625a
SP
1233 for ac_dir in $PATH; do
1234 # Account for people who put trailing slashes in PATH elements.
1235 case "$ac_dir/" in
1236 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1237 *)
1238 # OSF1 and SCO ODT 3.0 have their own names for install.
ddd2ef55
SP
1239 # Don't use installbsd from OSF since it installs stuff as root
1240 # by default.
1241 for ac_prog in ginstall scoinst install; do
1227625a
SP
1242 if test -f $ac_dir/$ac_prog; then
1243 if test $ac_prog = install &&
1244 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1245 # AIX install. It has an incompatible calling convention.
1227625a
SP
1246 :
1247 else
1248 ac_cv_path_install="$ac_dir/$ac_prog -c"
1249 break 2
1250 fi
1251 fi
1252 done
1253 ;;
1254 esac
1255 done
1256 IFS="$ac_save_IFS"
1257
1258fi
1259 if test "${ac_cv_path_install+set}" = set; then
1260 INSTALL="$ac_cv_path_install"
1261 else
1262 # As a last resort, use the slow shell script. We don't cache a
1263 # path for INSTALL within a source directory, because that will
1264 # break other packages using the cache if that directory is
1265 # removed, or if the path is relative.
1266 INSTALL="$ac_install_sh"
1267 fi
1268fi
1269echo "$ac_t""$INSTALL" 1>&6
1270
1271# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1272# It thinks the first close brace ends the variable substitution.
1273test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1274
ddd2ef55
SP
1275test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1276
1227625a
SP
1277test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1278
1279
1227625a
SP
1280# Check whether --enable-debug or --disable-debug was given.
1281if test "${enable_debug+set}" = set; then
1282 enableval="$enable_debug"
1283 if test "$enableval" = "no"
1284then
1285 DUMPDEBUG=""
1286 RESTOREDEBUG=""
1287else
1288 DUMPDEBUG="-DFDEBUG -DTDEBUG -DWRITEDEBUG -DDIRDEBUG"
1289 RESTOREDEBUG="-DDIRDEBUG"
1290fi
1291else
1292 DUMPDEBUG=""
1293RESTOREDEBUG=""
1294
1295fi
1296
1297
1298
1299
1300# Check whether --enable-static or --disable-static was given.
1301if test "${enable_static+set}" = set; then
1302 enableval="$enable_static"
1303 if test "$enableval" = "no"
1304then
1305 STATIC=""
1306else
1307 STATIC="-static"
1308fi
1309
1310else
1311 STATIC=""
1312echo "Linking dump and restore dynamically by default"
1313
1314fi
1315
1316
1317
1318# Check whether --enable-rmt or --disable-rmt was given.
1319if test "${enable_rmt+set}" = set; then
1320 enableval="$enable_rmt"
1321 if test "$enableval" = "no"
1322then
1323 RMTDIR=""
1324 RMTMAKEFILE=""
1325else
1326 RMTDIR="rmt"
1327 RMTMAKEFILE="rmt/Makefile"
1328fi
1329
1330else
1331 RMTDIR=""
1332echo "Not compiling rmt by default"
1333
1334fi
1335
1336
1337
2ed89fda
SP
1338# Check whether --enable-kerberos or --disable-kerberos was given.
1339if test "${enable_kerberos+set}" = set; then
1340 enableval="$enable_kerberos"
1341 if test "$enableval" = "yes"
1342then
1343 OPTDEFS="-DKERBEROS"
1344else
1345 OPTDEFS=""
1346fi
1347
1348else
1349 OPTDEFS=""
1350echo "Not compiling kerberos extensions by default"
1351
1352fi
1353
1354
1355
c38e5b6a
SP
1356# Check whether --enable-readline or --disable-readline was given.
1357if test "${enable_readline+set}" = set; then
1358 enableval="$enable_readline"
1359 if test "$enableval" = "no"
1360then
1361 READLINE=""
1362else
5e04cc92 1363 READLINE="-lreadline -ltermcap"
c38e5b6a
SP
1364 cat >> confdefs.h <<\EOF
1365#define HAVE_READLINE 1
1366EOF
1367
1368fi
1369
1370else
1371 READLINE=""
1372echo "Not including readline support by default"
1373
1374fi
1375
1376
1377
d8574d45
SP
1378# Check whether --enable-oldstylefscript or --disable-oldstylefscript was given.
1379if test "${enable_oldstylefscript+set}" = set; then
1380 enableval="$enable_oldstylefscript"
1381 if test "$enableval" = "yes"
1382then
1383 cat >> confdefs.h <<\EOF
1384#define OLD_STYLE_FSCRIPT 1
1385EOF
1386
1387fi
1388
1389else
1390 echo "Using new style F script"
1391
1392fi
1393
1394
d6967896
SP
1395# Check whether --enable-largefile or --disable-largefile was given.
1396if test "${enable_largefile+set}" = set; then
1397 enableval="$enable_largefile"
1398 if test "$enableval" = "yes"
1399then
1400 cat >> confdefs.h <<\EOF
1401#define _FILE_OFFSET_BITS 64
1402EOF
1403
1404fi
1405
1406else
1407 echo "Not enabling Large File System support"
1408
1409fi
1410
1411
1227625a
SP
1412# Check whether --with-cc or --without-cc was given.
1413if test "${with_cc+set}" = set; then
1414 withval="$with_cc"
1415 echo "$ac_t""CC=$withval" 1>&6
1416CC=$withval
1417else
1418 if test -z "$CC" ; then CC=cc; fi
1419echo "$ac_t""CC defaults to $CC" 1>&6
1420fi
1421export CC
1422
1423
1424# Check whether --with-linker or --without-linker was given.
1425if test "${with_linker+set}" = set; then
1426 withval="$with_linker"
1427 echo "$ac_t""LD=$withval" 1>&6
1428LD=$withval
1429else
1430 if test -z "$LD" ; then LD=$CC; fi
1431echo "$ac_t""LD defaults to $LD" 1>&6
1432fi
1433export LD
1434
1435
1436# Check whether --with-ccopts or --without-ccopts was given.
1437if test "${with_ccopts+set}" = set; then
1438 withval="$with_ccopts"
1439 echo "$ac_t""CCOPTS is $withval" 1>&6
1440CCOPTS=$withval
1441CFLAGS="$CFLAGS $withval"
1442else
1443 CCOPTS=
1444fi
1445
1446
1447# Check whether --with-ldopts or --without-ldopts was given.
1448if test "${with_ldopts+set}" = set; then
1449 withval="$with_ldopts"
1450 echo "$ac_t""LDFLAGS is $withval" 1>&6
1451LDFLAGS=$withval
1452else
1453 LDFLAGS=
1454fi
1455
1456
1457# Check whether --with-binowner or --without-binowner was given.
1458if test "${with_binowner+set}" = set; then
1459 withval="$with_binowner"
1460 echo "$ac_t""BINOWNER is $withval" 1>&6
1461BINOWNER=$withval
1462else
1463 BINOWNER=root
1464echo "BINOWNER defaults to $BINOWNER"
1465
1466fi
1467
1468
1469# Check whether --with-bingrp or --without-bingrp was given.
1470if test "${with_bingrp+set}" = set; then
1471 withval="$with_bingrp"
1472 echo "$ac_t""BINGRP is $withval" 1>&6
1473BINGRP=$withval
1474else
1475 BINGRP=tty
1476echo "BINGRP defaults to $BINGRP"
1477
1478fi
1479
1480
1481# Check whether --with-binmode or --without-binmode was given.
1482if test "${with_binmode+set}" = set; then
1483 withval="$with_binmode"
1484 echo "$ac_t""BINMODE is $withval" 1>&6
1485BINMODE=$withval
1486else
882090d1 1487 BINMODE=0755
1227625a
SP
1488echo "BINMODE defaults to $BINMODE"
1489
1490fi
1491
1492
1493# Check whether --with-manowner or --without-manowner was given.
1494if test "${with_manowner+set}" = set; then
1495 withval="$with_manowner"
1496 echo "$ac_t""MANOWNER is $withval" 1>&6
1497MANOWNER=$withval
1498else
1499 MANOWNER=man
1500echo "MANOWNER defaults to $MANOWNER"
1501
1502fi
1503
1504
1505# Check whether --with-mangrp or --without-mangrp was given.
1506if test "${with_mangrp+set}" = set; then
1507 withval="$with_mangrp"
1508 echo "$ac_t""MANGRP is $withval" 1>&6
1509MANGRP=$withval
1510else
1511 MANGRP=tty
1512echo "MANGRP defaults to $MANGRP"
1513
1514fi
1515
1516
1517# Check whether --with-manmode or --without-manmode was given.
1518if test "${with_manmode+set}" = set; then
1519 withval="$with_manmode"
1520 echo "$ac_t""MANMODE is $withval" 1>&6
1521MANMODE=$withval
1522else
882090d1 1523 MANMODE=0644
1227625a
SP
1524echo "MANMODE defaults to $MANMODE"
1525
1526fi
1527
1528
8d4197bb
SP
1529# Check whether --with-dumpdatespath or --without-dumpdatespath was given.
1530if test "${with_dumpdatespath+set}" = set; then
1531 withval="$with_dumpdatespath"
1532 echo "$ac_t""DUMPDATESPATH is $withval" 1>&6
1533DUMPDATESPATH=$withval
1534else
60d46c35 1535 DUMPDATESPATH="${sysconfdir}/dumpdates"
8d4197bb
SP
1536echo "DUMPDATESPATH defaults to $DUMPDATESPATH"
1537
1538fi
1539
1540
1227625a 1541echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
d6967896 1542echo "configure:1543: checking how to run the C preprocessor" >&5
1227625a
SP
1543# On Suns, sometimes $CPP names a directory.
1544if test -n "$CPP" && test -d "$CPP"; then
1545 CPP=
1546fi
1547if test -z "$CPP"; then
1548if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1549 echo $ac_n "(cached) $ac_c" 1>&6
1550else
1551 # This must be in double quotes, not single quotes, because CPP may get
1552 # substituted into the Makefile and "${CC-cc}" will confuse make.
1553 CPP="${CC-cc} -E"
1554 # On the NeXT, cc -E runs the code through the compiler's parser,
1555 # not just through cpp.
1556 cat > conftest.$ac_ext <<EOF
d6967896 1557#line 1558 "configure"
1227625a
SP
1558#include "confdefs.h"
1559#include <assert.h>
1560Syntax Error
1561EOF
1562ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
d6967896 1563{ (eval echo configure:1564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ddd2ef55 1564ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1227625a
SP
1565if test -z "$ac_err"; then
1566 :
1567else
1568 echo "$ac_err" >&5
1569 echo "configure: failed program was:" >&5
1570 cat conftest.$ac_ext >&5
1571 rm -rf conftest*
1572 CPP="${CC-cc} -E -traditional-cpp"
1573 cat > conftest.$ac_ext <<EOF
d6967896 1574#line 1575 "configure"
1227625a
SP
1575#include "confdefs.h"
1576#include <assert.h>
1577Syntax Error
1578EOF
1579ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
d6967896 1580{ (eval echo configure:1581: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ddd2ef55
SP
1581ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1582if test -z "$ac_err"; then
1583 :
1584else
1585 echo "$ac_err" >&5
1586 echo "configure: failed program was:" >&5
1587 cat conftest.$ac_ext >&5
1588 rm -rf conftest*
1589 CPP="${CC-cc} -nologo -E"
1590 cat > conftest.$ac_ext <<EOF
d6967896 1591#line 1592 "configure"
ddd2ef55
SP
1592#include "confdefs.h"
1593#include <assert.h>
1594Syntax Error
1595EOF
1596ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
d6967896 1597{ (eval echo configure:1598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ddd2ef55 1598ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1227625a
SP
1599if test -z "$ac_err"; then
1600 :
1601else
1602 echo "$ac_err" >&5
1603 echo "configure: failed program was:" >&5
1604 cat conftest.$ac_ext >&5
1605 rm -rf conftest*
1606 CPP=/lib/cpp
1607fi
1608rm -f conftest*
1609fi
ddd2ef55
SP
1610rm -f conftest*
1611fi
1227625a
SP
1612rm -f conftest*
1613 ac_cv_prog_CPP="$CPP"
1614fi
1615 CPP="$ac_cv_prog_CPP"
1616else
1617 ac_cv_prog_CPP="$CPP"
1618fi
1619echo "$ac_t""$CPP" 1>&6
1620
1621ac_safe=`echo "ext2fs/ext2fs.h" | sed 'y%./+-%__p_%'`
1622echo $ac_n "checking for ext2fs/ext2fs.h""... $ac_c" 1>&6
d6967896 1623echo "configure:1624: checking for ext2fs/ext2fs.h" >&5
1227625a
SP
1624if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1625 echo $ac_n "(cached) $ac_c" 1>&6
1626else
1627 cat > conftest.$ac_ext <<EOF
d6967896 1628#line 1629 "configure"
1227625a
SP
1629#include "confdefs.h"
1630#include <ext2fs/ext2fs.h>
1631EOF
1632ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
d6967896 1633{ (eval echo configure:1634: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ddd2ef55 1634ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1227625a
SP
1635if test -z "$ac_err"; then
1636 rm -rf conftest*
1637 eval "ac_cv_header_$ac_safe=yes"
1638else
1639 echo "$ac_err" >&5
1640 echo "configure: failed program was:" >&5
1641 cat conftest.$ac_ext >&5
1642 rm -rf conftest*
1643 eval "ac_cv_header_$ac_safe=no"
1644fi
1645rm -f conftest*
1646fi
1647if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1648 echo "$ac_t""yes" 1>&6
1649 ext2fs_h=yes
1650else
1651 echo "$ac_t""no" 1>&6
1652ext2fs_h=no
1653fi
1654
1655echo $ac_n "checking for ext2fs_open in -lext2fs""... $ac_c" 1>&6
d6967896 1656echo "configure:1657: checking for ext2fs_open in -lext2fs" >&5
1227625a
SP
1657ac_lib_var=`echo ext2fs'_'ext2fs_open | sed 'y%./+-%__p_%'`
1658if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1659 echo $ac_n "(cached) $ac_c" 1>&6
1660else
1661 ac_save_LIBS="$LIBS"
1662LIBS="-lext2fs -lcom_err $LIBS"
1663cat > conftest.$ac_ext <<EOF
d6967896 1664#line 1665 "configure"
1227625a
SP
1665#include "confdefs.h"
1666/* Override any gcc2 internal prototype to avoid an error. */
1667/* We use char because int might match the return type of a gcc2
1668 builtin and then its argument prototype would still apply. */
1669char ext2fs_open();
1670
1671int main() {
1672ext2fs_open()
1673; return 0; }
1674EOF
d6967896 1675if { (eval echo configure:1676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1227625a
SP
1676 rm -rf conftest*
1677 eval "ac_cv_lib_$ac_lib_var=yes"
1678else
1679 echo "configure: failed program was:" >&5
1680 cat conftest.$ac_ext >&5
1681 rm -rf conftest*
1682 eval "ac_cv_lib_$ac_lib_var=no"
1683fi
1684rm -f conftest*
1685LIBS="$ac_save_LIBS"
1686
1687fi
1688if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1689 echo "$ac_t""yes" 1>&6
1690 ext2fs_lib=yes
1691else
1692 echo "$ac_t""no" 1>&6
1693ext2fs_lib=no
1694fi
1695
1696if test "$ext2fs_h" = no -o "$ext2fs_lib" = no; then
d3393043 1697 { echo "configure: error: You need to install the Ext2fs libraries from the E2fsprogs distribution first - hint: make install-libs" 1>&2; exit 1; }
1227625a
SP
1698fi
1699
7422942f
SP
1700echo $ac_n "checking for ext2_ino_t type in libext2fs headers""... $ac_c" 1>&6
1701echo "configure:1702: checking for ext2_ino_t type in libext2fs headers" >&5
a4f547cd
SP
1702cat > conftest.$ac_ext <<EOF
1703#line 1704 "configure"
1704#include "confdefs.h"
1705#include <stdio.h>
1706#include <linux/ext2_fs.h>
1707#include <ext2fs/ext2fs.h>
1708int main() {
1709ext2_ino_t ino = 0;
1710; return 0; }
1711EOF
1712if { (eval echo configure:1713: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1713 rm -rf conftest*
1714 cat >> confdefs.h <<\EOF
1715#define HAVE_EXT2_INO_T 1
1716EOF
7422942f 1717 echo "$ac_t""yes" 1>&6
a4f547cd
SP
1718else
1719 echo "configure: failed program was:" >&5
1720 cat conftest.$ac_ext >&5
1721 rm -rf conftest*
1722 echo "$ac_t""no" 1>&6
1723fi
1724rm -f conftest*
1725
1726echo $ac_n "checking for s_journal_inum field in ext2_super_block struct""... $ac_c" 1>&6
1727echo "configure:1728: checking for s_journal_inum field in ext2_super_block struct" >&5
1728cat > conftest.$ac_ext <<EOF
1729#line 1730 "configure"
1730#include "confdefs.h"
1731#include <stdio.h>
1732#include <linux/ext2_fs.h>
1733#include <ext2fs/ext2fs.h>
1734int main() {
1735struct ext2_super_block es; es.s_journal_inum = 0;
1736; return 0; }
1737EOF
1738if { (eval echo configure:1739: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1739 rm -rf conftest*
1740 cat >> confdefs.h <<\EOF
1741#define HAVE_EXT2_JOURNAL_INUM 1
1742EOF
7422942f 1743 echo "$ac_t""yes" 1>&6
a4f547cd
SP
1744else
1745 echo "configure: failed program was:" >&5
1746 cat conftest.$ac_ext >&5
1747 rm -rf conftest*
1748 echo "$ac_t""no" 1>&6
1749fi
1750rm -f conftest*
1751
3e815572 1752echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
a4f547cd 1753echo "configure:1754: checking for tgetent in -ltermcap" >&5
3e815572
SP
1754ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
1755if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1756 echo $ac_n "(cached) $ac_c" 1>&6
1757else
1758 ac_save_LIBS="$LIBS"
1759LIBS="-ltermcap $LIBS"
1760cat > conftest.$ac_ext <<EOF
a4f547cd 1761#line 1762 "configure"
3e815572
SP
1762#include "confdefs.h"
1763/* Override any gcc2 internal prototype to avoid an error. */
1764/* We use char because int might match the return type of a gcc2
1765 builtin and then its argument prototype would still apply. */
1766char tgetent();
1767
1768int main() {
1769tgetent()
1770; return 0; }
1771EOF
a4f547cd 1772if { (eval echo configure:1773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3e815572
SP
1773 rm -rf conftest*
1774 eval "ac_cv_lib_$ac_lib_var=yes"
1775else
1776 echo "configure: failed program was:" >&5
1777 cat conftest.$ac_ext >&5
1778 rm -rf conftest*
1779 eval "ac_cv_lib_$ac_lib_var=no"
1780fi
1781rm -f conftest*
1782LIBS="$ac_save_LIBS"
1783
1784fi
1785if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1786 echo "$ac_t""yes" 1>&6
1787 termcap_lib=yes
1788else
1789 echo "$ac_t""no" 1>&6
1790termcap_lib=no
1791fi
1792
1793if test "$termcap_lib" = no; then
1794 if test "$READLINE" = "-lreadline -ltermcap"; then
1795 { echo "configure: error: You need to install the GNU termcap libraries first" 1>&2; exit 1; }
1796 fi
1797fi
1798
c38e5b6a
SP
1799ac_safe=`echo "readline/readline.h" | sed 'y%./+-%__p_%'`
1800echo $ac_n "checking for readline/readline.h""... $ac_c" 1>&6
a4f547cd 1801echo "configure:1802: checking for readline/readline.h" >&5
c38e5b6a
SP
1802if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1803 echo $ac_n "(cached) $ac_c" 1>&6
1804else
1805 cat > conftest.$ac_ext <<EOF
a4f547cd 1806#line 1807 "configure"
c38e5b6a
SP
1807#include "confdefs.h"
1808#include <readline/readline.h>
1809EOF
1810ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a4f547cd 1811{ (eval echo configure:1812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
c38e5b6a
SP
1812ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1813if test -z "$ac_err"; then
1814 rm -rf conftest*
1815 eval "ac_cv_header_$ac_safe=yes"
1816else
1817 echo "$ac_err" >&5
1818 echo "configure: failed program was:" >&5
1819 cat conftest.$ac_ext >&5
1820 rm -rf conftest*
1821 eval "ac_cv_header_$ac_safe=no"
1822fi
1823rm -f conftest*
1824fi
1825if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1826 echo "$ac_t""yes" 1>&6
1827 readline_h=yes
1828else
1829 echo "$ac_t""no" 1>&6
1830readline_h=no
1831fi
1832
1833echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
a4f547cd 1834echo "configure:1835: checking for readline in -lreadline" >&5
c38e5b6a
SP
1835ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
1836if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1837 echo $ac_n "(cached) $ac_c" 1>&6
1838else
1839 ac_save_LIBS="$LIBS"
3e815572 1840LIBS="-lreadline "-ltermcap" $LIBS"
c38e5b6a 1841cat > conftest.$ac_ext <<EOF
a4f547cd 1842#line 1843 "configure"
c38e5b6a
SP
1843#include "confdefs.h"
1844/* Override any gcc2 internal prototype to avoid an error. */
1845/* We use char because int might match the return type of a gcc2
1846 builtin and then its argument prototype would still apply. */
1847char readline();
1848
1849int main() {
1850readline()
1851; return 0; }
1852EOF
a4f547cd 1853if { (eval echo configure:1854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c38e5b6a
SP
1854 rm -rf conftest*
1855 eval "ac_cv_lib_$ac_lib_var=yes"
1856else
1857 echo "configure: failed program was:" >&5
1858 cat conftest.$ac_ext >&5
1859 rm -rf conftest*
1860 eval "ac_cv_lib_$ac_lib_var=no"
1861fi
1862rm -f conftest*
1863LIBS="$ac_save_LIBS"
1864
1865fi
1866if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1867 echo "$ac_t""yes" 1>&6
1868 readline_lib=yes
1869else
1870 echo "$ac_t""no" 1>&6
1871readline_lib=no
1872fi
1873
1874if test "$readline_h" = no -o "$readline_lib" = no; then
3e815572 1875 if test "$READLINE" = "-lreadline -ltermcap"; then
c38e5b6a
SP
1876 { echo "configure: error: You need to install the GNU readline libraries first" 1>&2; exit 1; }
1877 fi
1878fi
1879
4d5ed2f3
SP
1880ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
1881echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
a4f547cd 1882echo "configure:1883: checking for zlib.h" >&5
4d5ed2f3
SP
1883if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1884 echo $ac_n "(cached) $ac_c" 1>&6
1885else
1886 cat > conftest.$ac_ext <<EOF
a4f547cd 1887#line 1888 "configure"
4d5ed2f3
SP
1888#include "confdefs.h"
1889#include <zlib.h>
1890EOF
1891ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a4f547cd 1892{ (eval echo configure:1893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4d5ed2f3
SP
1893ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1894if test -z "$ac_err"; then
1895 rm -rf conftest*
1896 eval "ac_cv_header_$ac_safe=yes"
1897else
1898 echo "$ac_err" >&5
1899 echo "configure: failed program was:" >&5
1900 cat conftest.$ac_ext >&5
1901 rm -rf conftest*
1902 eval "ac_cv_header_$ac_safe=no"
1903fi
1904rm -f conftest*
1905fi
1906if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1907 echo "$ac_t""yes" 1>&6
1908 zlib_h=yes
1909else
1910 echo "$ac_t""no" 1>&6
1911zlib_h=no
1912fi
1913
1914echo $ac_n "checking for compress2 in -lz""... $ac_c" 1>&6
a4f547cd 1915echo "configure:1916: checking for compress2 in -lz" >&5
4d5ed2f3
SP
1916ac_lib_var=`echo z'_'compress2 | sed 'y%./+-%__p_%'`
1917if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1918 echo $ac_n "(cached) $ac_c" 1>&6
1919else
1920 ac_save_LIBS="$LIBS"
1921LIBS="-lz $LIBS"
1922cat > conftest.$ac_ext <<EOF
a4f547cd 1923#line 1924 "configure"
4d5ed2f3
SP
1924#include "confdefs.h"
1925/* Override any gcc2 internal prototype to avoid an error. */
1926/* We use char because int might match the return type of a gcc2
1927 builtin and then its argument prototype would still apply. */
1928char compress2();
1929
1930int main() {
1931compress2()
1932; return 0; }
1933EOF
a4f547cd 1934if { (eval echo configure:1935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4d5ed2f3
SP
1935 rm -rf conftest*
1936 eval "ac_cv_lib_$ac_lib_var=yes"
1937else
1938 echo "configure: failed program was:" >&5
1939 cat conftest.$ac_ext >&5
1940 rm -rf conftest*
1941 eval "ac_cv_lib_$ac_lib_var=no"
1942fi
1943rm -f conftest*
1944LIBS="$ac_save_LIBS"
1945
1946fi
1947if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1948 echo "$ac_t""yes" 1>&6
1949 zlib_lib=yes
1950else
1951 echo "$ac_t""no" 1>&6
1952zlib_lib=no
1953fi
1954
1955if test "$zlib_h" = yes -a "$zlib_lib" = yes; then
1956 ZLIB="-lz"
1957 cat >> confdefs.h <<\EOF
1958#define HAVE_ZLIB 1
1959EOF
1960
1961else
1962 ZLIB=""
1963fi
1964
1965
5c1faba5 1966for ac_func in err errx verr verrx vwarn vwarnx warn warnx realpath lchown
1227625a
SP
1967do
1968echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
a4f547cd 1969echo "configure:1970: checking for $ac_func" >&5
1227625a
SP
1970if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1971 echo $ac_n "(cached) $ac_c" 1>&6
1972else
1973 cat > conftest.$ac_ext <<EOF
a4f547cd 1974#line 1975 "configure"
1227625a
SP
1975#include "confdefs.h"
1976/* System header to define __stub macros and hopefully few prototypes,
1977 which can conflict with char $ac_func(); below. */
1978#include <assert.h>
1979/* Override any gcc2 internal prototype to avoid an error. */
1980/* We use char because int might match the return type of a gcc2
1981 builtin and then its argument prototype would still apply. */
1982char $ac_func();
1983
1984int main() {
1985
1986/* The GNU C library defines this for functions which it implements
1987 to always fail with ENOSYS. Some functions are actually named
1988 something starting with __ and the normal name is an alias. */
1989#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1990choke me
1991#else
1992$ac_func();
1993#endif
1994
1995; return 0; }
1996EOF
a4f547cd 1997if { (eval echo configure:1998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1227625a
SP
1998 rm -rf conftest*
1999 eval "ac_cv_func_$ac_func=yes"
2000else
2001 echo "configure: failed program was:" >&5
2002 cat conftest.$ac_ext >&5
2003 rm -rf conftest*
2004 eval "ac_cv_func_$ac_func=no"
2005fi
2006rm -f conftest*
2007fi
2008
2009if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2010 echo "$ac_t""yes" 1>&6
2011 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2012 cat >> confdefs.h <<EOF
2013#define $ac_tr_func 1
2014EOF
2015
2016else
2017 echo "$ac_t""no" 1>&6
2018fi
2019done
2020
5c1faba5 2021echo $ac_n "checking for glob""... $ac_c" 1>&6
a4f547cd 2022echo "configure:2023: checking for glob" >&5
5c1faba5
SP
2023if eval "test \"`echo '$''{'ac_cv_func_glob'+set}'`\" = set"; then
2024 echo $ac_n "(cached) $ac_c" 1>&6
2025else
2026 cat > conftest.$ac_ext <<EOF
a4f547cd 2027#line 2028 "configure"
5c1faba5
SP
2028#include "confdefs.h"
2029/* System header to define __stub macros and hopefully few prototypes,
2030 which can conflict with char glob(); below. */
2031#include <assert.h>
2032/* Override any gcc2 internal prototype to avoid an error. */
2033/* We use char because int might match the return type of a gcc2
2034 builtin and then its argument prototype would still apply. */
2035char glob();
2036
2037int main() {
2038
2039/* The GNU C library defines this for functions which it implements
2040 to always fail with ENOSYS. Some functions are actually named
2041 something starting with __ and the normal name is an alias. */
2042#if defined (__stub_glob) || defined (__stub___glob)
2043choke me
2044#else
2045glob();
2046#endif
2047
2048; return 0; }
2049EOF
a4f547cd 2050if { (eval echo configure:2051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5c1faba5
SP
2051 rm -rf conftest*
2052 eval "ac_cv_func_glob=yes"
2053else
2054 echo "configure: failed program was:" >&5
2055 cat conftest.$ac_ext >&5
2056 rm -rf conftest*
2057 eval "ac_cv_func_glob=no"
2058fi
2059rm -f conftest*
2060fi
2061
2062if eval "test \"`echo '$ac_cv_func_'glob`\" = yes"; then
2063 echo "$ac_t""yes" 1>&6
2064 :
2065else
2066 echo "$ac_t""no" 1>&6
2067fi
2068
2069
a4f547cd
SP
2070echo $ac_n "checking for extended glob routines""... $ac_c" 1>&6
2071echo "configure:2072: checking for extended glob routines" >&5
5c1faba5
SP
2072if test "$ac_cv_func_glob" = "yes"; then
2073 cat > conftest.$ac_ext <<EOF
a4f547cd 2074#line 2075 "configure"
5c1faba5
SP
2075#include "confdefs.h"
2076
2077# include <glob.h>
2078# ifdef GLOB_ALTDIRFUNC
2079 yes
2080# endif
2081
2082EOF
2083if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2084 egrep "yes" >/dev/null 2>&1; then
2085 rm -rf conftest*
a4f547cd
SP
2086
2087 cat >> confdefs.h <<\EOF
5c1faba5
SP
2088#define HAVE_GLOB 1
2089EOF
2090
a4f547cd
SP
2091 echo "$ac_t""yes" 1>&6
2092
5c1faba5
SP
2093else
2094 rm -rf conftest*
a4f547cd
SP
2095
2096 echo "$ac_t""no" 1>&6
2097 echo "Your system does not support extended glob, will use the internal routines"
2098
5c1faba5
SP
2099fi
2100rm -f conftest*
2101
5c1faba5 2102fi
1227625a
SP
2103
2104echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
a4f547cd 2105echo "configure:2106: checking for ANSI C header files" >&5
1227625a
SP
2106if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2107 echo $ac_n "(cached) $ac_c" 1>&6
2108else
2109 cat > conftest.$ac_ext <<EOF
a4f547cd 2110#line 2111 "configure"
1227625a
SP
2111#include "confdefs.h"
2112#include <stdlib.h>
2113#include <stdarg.h>
2114#include <string.h>
2115#include <float.h>
2116EOF
2117ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a4f547cd 2118{ (eval echo configure:2119: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ddd2ef55 2119ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1227625a
SP
2120if test -z "$ac_err"; then
2121 rm -rf conftest*
2122 ac_cv_header_stdc=yes
2123else
2124 echo "$ac_err" >&5
2125 echo "configure: failed program was:" >&5
2126 cat conftest.$ac_ext >&5
2127 rm -rf conftest*
2128 ac_cv_header_stdc=no
2129fi
2130rm -f conftest*
2131
2132if test $ac_cv_header_stdc = yes; then
2133 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2134cat > conftest.$ac_ext <<EOF
a4f547cd 2135#line 2136 "configure"
1227625a
SP
2136#include "confdefs.h"
2137#include <string.h>
2138EOF
2139if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2140 egrep "memchr" >/dev/null 2>&1; then
2141 :
2142else
2143 rm -rf conftest*
2144 ac_cv_header_stdc=no
2145fi
2146rm -f conftest*
2147
2148fi
2149
2150if test $ac_cv_header_stdc = yes; then
2151 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2152cat > conftest.$ac_ext <<EOF
a4f547cd 2153#line 2154 "configure"
1227625a
SP
2154#include "confdefs.h"
2155#include <stdlib.h>
2156EOF
2157if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2158 egrep "free" >/dev/null 2>&1; then
2159 :
2160else
2161 rm -rf conftest*
2162 ac_cv_header_stdc=no
2163fi
2164rm -f conftest*
2165
2166fi
2167
2168if test $ac_cv_header_stdc = yes; then
2169 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2170if test "$cross_compiling" = yes; then
2171 :
2172else
2173 cat > conftest.$ac_ext <<EOF
a4f547cd 2174#line 2175 "configure"
1227625a
SP
2175#include "confdefs.h"
2176#include <ctype.h>
2177#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2178#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2179#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2180int main () { int i; for (i = 0; i < 256; i++)
2181if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2182exit (0); }
2183
2184EOF
a4f547cd 2185if { (eval echo configure:2186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1227625a
SP
2186then
2187 :
2188else
2189 echo "configure: failed program was:" >&5
2190 cat conftest.$ac_ext >&5
2191 rm -fr conftest*
2192 ac_cv_header_stdc=no
2193fi
2194rm -fr conftest*
2195fi
2196
2197fi
2198fi
2199
2200echo "$ac_t""$ac_cv_header_stdc" 1>&6
2201if test $ac_cv_header_stdc = yes; then
2202 cat >> confdefs.h <<\EOF
2203#define STDC_HEADERS 1
2204EOF
2205
2206fi
2207
2208echo $ac_n "checking for quad_t""... $ac_c" 1>&6
a4f547cd 2209echo "configure:2210: checking for quad_t" >&5
1227625a
SP
2210if eval "test \"`echo '$''{'ac_cv_type_quad_t'+set}'`\" = set"; then
2211 echo $ac_n "(cached) $ac_c" 1>&6
2212else
2213 cat > conftest.$ac_ext <<EOF
a4f547cd 2214#line 2215 "configure"
1227625a
SP
2215#include "confdefs.h"
2216#include <sys/types.h>
2217#if STDC_HEADERS
2218#include <stdlib.h>
2219#include <stddef.h>
2220#endif
2221EOF
2222if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ddd2ef55 2223 egrep "(^|[^a-zA-Z_0-9])quad_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1227625a
SP
2224 rm -rf conftest*
2225 ac_cv_type_quad_t=yes
2226else
2227 rm -rf conftest*
2228 ac_cv_type_quad_t=no
2229fi
2230rm -f conftest*
2231
2232fi
2233echo "$ac_t""$ac_cv_type_quad_t" 1>&6
2234if test $ac_cv_type_quad_t = no; then
2235 cat >> confdefs.h <<\EOF
2236#define quad_t __s64
2237EOF
2238
2239fi
2240
2241echo $ac_n "checking for u_quad_t""... $ac_c" 1>&6
a4f547cd 2242echo "configure:2243: checking for u_quad_t" >&5
1227625a
SP
2243if eval "test \"`echo '$''{'ac_cv_type_u_quad_t'+set}'`\" = set"; then
2244 echo $ac_n "(cached) $ac_c" 1>&6
2245else
2246 cat > conftest.$ac_ext <<EOF
a4f547cd 2247#line 2248 "configure"
1227625a
SP
2248#include "confdefs.h"
2249#include <sys/types.h>
2250#if STDC_HEADERS
2251#include <stdlib.h>
2252#include <stddef.h>
2253#endif
2254EOF
2255if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ddd2ef55 2256 egrep "(^|[^a-zA-Z_0-9])u_quad_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1227625a
SP
2257 rm -rf conftest*
2258 ac_cv_type_u_quad_t=yes
2259else
2260 rm -rf conftest*
2261 ac_cv_type_u_quad_t=no
2262fi
2263rm -f conftest*
2264
2265fi
2266echo "$ac_t""$ac_cv_type_u_quad_t" 1>&6
2267if test $ac_cv_type_u_quad_t = no; then
2268 cat >> confdefs.h <<\EOF
2269#define u_quad_t __u64
2270EOF
2271
2272fi
2273
2274
2275top_builddir=`cd .; pwd`
2276
2277
2278test -d compat || mkdir compat
2279test -d compat/lib || mkdir compat/lib
2280
2281trap '' 1 2 15
2282cat > confcache <<\EOF
2283# This file is a shell script that caches the results of configure
2284# tests run on this system so they can be shared between configure
2285# scripts and configure runs. It is not useful on other systems.
2286# If it contains results you don't want to keep, you may remove or edit it.
2287#
2288# By default, configure uses ./config.cache as the cache file,
2289# creating it if it does not exist already. You can give configure
2290# the --cache-file=FILE option to use a different cache file; that is
2291# what configure does when it calls configure scripts in
2292# subdirectories, so they share the cache.
2293# Giving --cache-file=/dev/null disables caching, for debugging configure.
2294# config.status only pays attention to the cache file if you give it the
2295# --recheck option to rerun configure.
2296#
2297EOF
2298# The following way of writing the cache mishandles newlines in values,
2299# but we know of no workaround that is simple, portable, and efficient.
2300# So, don't put newlines in cache variables' values.
2301# Ultrix sh set writes to stderr and can't be redirected directly,
2302# and sets the high bit in the cache file unless we assign to the vars.
2303(set) 2>&1 |
ddd2ef55 2304 case `(ac_space=' '; set | grep ac_space) 2>&1` in
1227625a
SP
2305 *ac_space=\ *)
2306 # `set' does not quote correctly, so add quotes (double-quote substitution
2307 # turns \\\\ into \\, and sed turns \\ into \).
2308 sed -n \
2309 -e "s/'/'\\\\''/g" \
2310 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2311 ;;
2312 *)
2313 # `set' quotes correctly as required by POSIX, so do not add quotes.
2314 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2315 ;;
2316 esac >> confcache
2317if cmp -s $cache_file confcache; then
2318 :
2319else
2320 if test -w $cache_file; then
2321 echo "updating cache $cache_file"
2322 cat confcache > $cache_file
2323 else
2324 echo "not updating unwritable cache $cache_file"
2325 fi
2326fi
2327rm -f confcache
2328
2329trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2330
2331test "x$prefix" = xNONE && prefix=$ac_default_prefix
2332# Let make expand exec_prefix.
2333test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2334
2335# Any assignment to VPATH causes Sun make to only execute
2336# the first set of double-colon rules, so remove it if not needed.
2337# If there is a colon in the path, we need to keep it.
2338if test "x$srcdir" = x.; then
2339 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2340fi
2341
2342trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2343
2344DEFS=-DHAVE_CONFIG_H
2345
2346# Without the "./", some shells look in PATH for config.status.
2347: ${CONFIG_STATUS=./config.status}
2348
2349echo creating $CONFIG_STATUS
2350rm -f $CONFIG_STATUS
2351cat > $CONFIG_STATUS <<EOF
2352#! /bin/sh
2353# Generated automatically by configure.
2354# Run this file to recreate the current configuration.
2355# This directory was configured as follows,
2356# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2357#
2358# $0 $ac_configure_args
2359#
2360# Compiler output produced by configure, useful for debugging
2361# configure, is in ./config.log if it exists.
2362
2363ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2364for ac_option
2365do
2366 case "\$ac_option" in
2367 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2368 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2369 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2370 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
ddd2ef55 2371 echo "$CONFIG_STATUS generated by autoconf version 2.13"
1227625a
SP
2372 exit 0 ;;
2373 -help | --help | --hel | --he | --h)
2374 echo "\$ac_cs_usage"; exit 0 ;;
2375 *) echo "\$ac_cs_usage"; exit 1 ;;
2376 esac
2377done
2378
2379ac_given_srcdir=$srcdir
2380ac_given_INSTALL="$INSTALL"
2381
8d4197bb 2382trap 'rm -fr `echo "MCONFIG Makefile common/Makefile compat/include/Makefile compat/lib/Makefile dump/Makefile restore/Makefile $RMTMAKEFILE config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1227625a
SP
2383EOF
2384cat >> $CONFIG_STATUS <<EOF
2385
2386# Protect against being on the right side of a sed subst in config.status.
2387sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2388 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2389$ac_vpsub
2390$extrasub
ddd2ef55 2391s%@SHELL@%$SHELL%g
1227625a
SP
2392s%@CFLAGS@%$CFLAGS%g
2393s%@CPPFLAGS@%$CPPFLAGS%g
2394s%@CXXFLAGS@%$CXXFLAGS%g
ddd2ef55 2395s%@FFLAGS@%$FFLAGS%g
1227625a
SP
2396s%@DEFS@%$DEFS%g
2397s%@LDFLAGS@%$LDFLAGS%g
2398s%@LIBS@%$LIBS%g
2399s%@exec_prefix@%$exec_prefix%g
2400s%@prefix@%$prefix%g
2401s%@program_transform_name@%$program_transform_name%g
2402s%@bindir@%$bindir%g
2403s%@sbindir@%$sbindir%g
2404s%@libexecdir@%$libexecdir%g
2405s%@datadir@%$datadir%g
2406s%@sysconfdir@%$sysconfdir%g
2407s%@sharedstatedir@%$sharedstatedir%g
2408s%@localstatedir@%$localstatedir%g
2409s%@libdir@%$libdir%g
2410s%@includedir@%$includedir%g
2411s%@oldincludedir@%$oldincludedir%g
2412s%@infodir@%$infodir%g
2413s%@mandir@%$mandir%g
2414/@MCONFIG@/r $MCONFIG
2415s%@MCONFIG@%%g
2416s%@SET_MAKE@%$SET_MAKE%g
2417s%@LN_S@%$LN_S%g
2418s%@CP@%$CP%g
2419s%@MV@%$MV%g
2420s%@RM@%$RM%g
2421s%@host@%$host%g
2422s%@host_alias@%$host_alias%g
2423s%@host_cpu@%$host_cpu%g
2424s%@host_vendor@%$host_vendor%g
2425s%@host_os@%$host_os%g
2426s%@build@%$build%g
2427s%@build_alias@%$build_alias%g
2428s%@build_cpu@%$build_cpu%g
2429s%@build_vendor@%$build_vendor%g
2430s%@build_os@%$build_os%g
2431s%@AR@%$AR%g
2432s%@RANLIB@%$RANLIB%g
2433s%@PATCH@%$PATCH%g
2434s%@CC@%$CC%g
2435s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
ddd2ef55 2436s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
1227625a
SP
2437s%@INSTALL_DATA@%$INSTALL_DATA%g
2438s%@DUMPDEBUG@%$DUMPDEBUG%g
2439s%@RESTOREDEBUG@%$RESTOREDEBUG%g
2440s%@STATIC@%$STATIC%g
2441s%@RMTDIR@%$RMTDIR%g
2ed89fda 2442s%@OPTDEFS@%$OPTDEFS%g
c38e5b6a 2443s%@READLINE@%$READLINE%g
1227625a
SP
2444s%@LD@%$LD%g
2445s%@CCOPTS@%$CCOPTS%g
2446s%@BINOWNER@%$BINOWNER%g
2447s%@BINGRP@%$BINGRP%g
2448s%@BINMODE@%$BINMODE%g
2449s%@MANOWNER@%$MANOWNER%g
2450s%@MANGRP@%$MANGRP%g
2451s%@MANMODE@%$MANMODE%g
8d4197bb 2452s%@DUMPDATESPATH@%$DUMPDATESPATH%g
1227625a 2453s%@CPP@%$CPP%g
4d5ed2f3 2454s%@ZLIB@%$ZLIB%g
1227625a
SP
2455s%@top_builddir@%$top_builddir%g
2456
2457CEOF
2458EOF
2459
2460cat >> $CONFIG_STATUS <<\EOF
2461
2462# Split the substitutions into bite-sized pieces for seds with
2463# small command number limits, like on Digital OSF/1 and HP-UX.
2464ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2465ac_file=1 # Number of current file.
2466ac_beg=1 # First line for current file.
2467ac_end=$ac_max_sed_cmds # Line after last line for current file.
2468ac_more_lines=:
2469ac_sed_cmds=""
2470while $ac_more_lines; do
2471 if test $ac_beg -gt 1; then
2472 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2473 else
2474 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2475 fi
2476 if test ! -s conftest.s$ac_file; then
2477 ac_more_lines=false
2478 rm -f conftest.s$ac_file
2479 else
2480 if test -z "$ac_sed_cmds"; then
2481 ac_sed_cmds="sed -f conftest.s$ac_file"
2482 else
2483 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2484 fi
2485 ac_file=`expr $ac_file + 1`
2486 ac_beg=$ac_end
2487 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2488 fi
2489done
2490if test -z "$ac_sed_cmds"; then
2491 ac_sed_cmds=cat
2492fi
2493EOF
2494
2495cat >> $CONFIG_STATUS <<EOF
2496
8d4197bb 2497CONFIG_FILES=\${CONFIG_FILES-"MCONFIG Makefile common/Makefile compat/include/Makefile compat/lib/Makefile dump/Makefile restore/Makefile $RMTMAKEFILE"}
1227625a
SP
2498EOF
2499cat >> $CONFIG_STATUS <<\EOF
2500for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2501 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2502 case "$ac_file" in
2503 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2504 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2505 *) ac_file_in="${ac_file}.in" ;;
2506 esac
2507
2508 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2509
2510 # Remove last slash and all that follows it. Not all systems have dirname.
2511 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2512 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2513 # The file is in a subdirectory.
2514 test ! -d "$ac_dir" && mkdir "$ac_dir"
2515 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2516 # A "../" for each directory in $ac_dir_suffix.
2517 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2518 else
2519 ac_dir_suffix= ac_dots=
2520 fi
2521
2522 case "$ac_given_srcdir" in
2523 .) srcdir=.
2524 if test -z "$ac_dots"; then top_srcdir=.
2525 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2526 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2527 *) # Relative path.
2528 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2529 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2530 esac
2531
2532 case "$ac_given_INSTALL" in
2533 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2534 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2535 esac
2536
2537 echo creating "$ac_file"
2538 rm -f "$ac_file"
2539 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2540 case "$ac_file" in
2541 *Makefile*) ac_comsub="1i\\
2542# $configure_input" ;;
2543 *) ac_comsub= ;;
2544 esac
2545
2546 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2547 sed -e "$ac_comsub
2548s%@configure_input@%$configure_input%g
2549s%@srcdir@%$srcdir%g
2550s%@top_srcdir@%$top_srcdir%g
2551s%@INSTALL@%$INSTALL%g
2552" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2553fi; done
2554rm -f conftest.s*
2555
2556# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2557# NAME is the cpp macro being defined and VALUE is the value it is being given.
2558#
2559# ac_d sets the value in "#define NAME VALUE" lines.
2560ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2561ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2562ac_dC='\3'
2563ac_dD='%g'
2564# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2565ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2566ac_uB='\([ ]\)%\1#\2define\3'
2567ac_uC=' '
2568ac_uD='\4%g'
2569# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2570ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2571ac_eB='$%\1#\2define\3'
2572ac_eC=' '
2573ac_eD='%g'
2574
2575if test "${CONFIG_HEADERS+set}" != set; then
2576EOF
2577cat >> $CONFIG_STATUS <<EOF
2578 CONFIG_HEADERS="config.h"
2579EOF
2580cat >> $CONFIG_STATUS <<\EOF
2581fi
2582for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2583 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2584 case "$ac_file" in
2585 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2586 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2587 *) ac_file_in="${ac_file}.in" ;;
2588 esac
2589
2590 echo creating $ac_file
2591
2592 rm -f conftest.frag conftest.in conftest.out
2593 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2594 cat $ac_file_inputs > conftest.in
2595
2596EOF
2597
2598# Transform confdefs.h into a sed script conftest.vals that substitutes
2599# the proper values into config.h.in to produce config.h. And first:
2600# Protect against being on the right side of a sed subst in config.status.
2601# Protect against being in an unquoted here document in config.status.
2602rm -f conftest.vals
2603cat > conftest.hdr <<\EOF
2604s/[\\&%]/\\&/g
2605s%[\\$`]%\\&%g
2606s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2607s%ac_d%ac_u%gp
2608s%ac_u%ac_e%gp
2609EOF
2610sed -n -f conftest.hdr confdefs.h > conftest.vals
2611rm -f conftest.hdr
2612
2613# This sed command replaces #undef with comments. This is necessary, for
2614# example, in the case of _POSIX_SOURCE, which is predefined and required
2615# on some systems where configure will not decide to define it.
2616cat >> conftest.vals <<\EOF
2617s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2618EOF
2619
2620# Break up conftest.vals because some shells have a limit on
2621# the size of here documents, and old seds have small limits too.
2622
2623rm -f conftest.tail
2624while :
2625do
2626 ac_lines=`grep -c . conftest.vals`
2627 # grep -c gives empty output for an empty file on some AIX systems.
2628 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2629 # Write a limited-size here document to conftest.frag.
2630 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2631 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2632 echo 'CEOF
2633 sed -f conftest.frag conftest.in > conftest.out
2634 rm -f conftest.in
2635 mv conftest.out conftest.in
2636' >> $CONFIG_STATUS
2637 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2638 rm -f conftest.vals
2639 mv conftest.tail conftest.vals
2640done
2641rm -f conftest.vals
2642
2643cat >> $CONFIG_STATUS <<\EOF
2644 rm -f conftest.frag conftest.h
2645 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
2646 cat conftest.in >> conftest.h
2647 rm -f conftest.in
2648 if cmp -s $ac_file conftest.h 2>/dev/null; then
2649 echo "$ac_file is unchanged"
2650 rm -f conftest.h
2651 else
2652 # Remove last slash and all that follows it. Not all systems have dirname.
2653 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2654 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2655 # The file is in a subdirectory.
2656 test ! -d "$ac_dir" && mkdir "$ac_dir"
2657 fi
2658 rm -f $ac_file
2659 mv conftest.h $ac_file
2660 fi
2661fi; done
2662
2663EOF
2664cat >> $CONFIG_STATUS <<EOF
2665
2666EOF
2667cat >> $CONFIG_STATUS <<\EOF
2668
2669exit 0
2670EOF
2671chmod +x $CONFIG_STATUS
2672rm -fr confdefs* $ac_clean_files
2673test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2674