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