blob: 75317a79656af6339a903b621e4f8e4aa360f64a [file] [log] [blame]
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
Theodore Ts'o21c84b71997-04-29 16:15:03 +00004# Generated automatically using autoconf version 2.12
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
Theodore Ts'o50e1e101997-04-26 13:58:21 +00006#
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:
14ac_help="$ac_help
Theodore Ts'o74becf31997-04-26 14:37:06 +000015 --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"
22ac_help="$ac_help
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +000023 --with-root-prefix=PREFIX override prefix variable for files to be placed in the root"
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000024ac_help="$ac_help
Theodore Ts'oa4d09611997-04-29 14:28:00 +000025 --enable-dll-shlibs select DLL libraries"
Theodore Ts'o50e1e101997-04-26 13:58:21 +000026ac_help="$ac_help
Theodore Ts'oa4d09611997-04-29 14:28:00 +000027 --enable-elf-shlibs select ELF shared libraries"
Theodore Ts'o50e1e101997-04-26 13:58:21 +000028ac_help="$ac_help
Theodore Ts'oa4d09611997-04-29 14:28:00 +000029 --enable-bsd-shlibs select BSD shared libraries"
Theodore Ts'o50e1e101997-04-26 13:58:21 +000030ac_help="$ac_help
Theodore Ts'oa4d09611997-04-29 14:28:00 +000031 --enable-profile build profiling libraries"
Theodore Ts'o50e1e101997-04-26 13:58:21 +000032ac_help="$ac_help
Theodore Ts'oa4d09611997-04-29 14:28:00 +000033 --enable-checker build checker libraries"
Theodore Ts'o50e1e101997-04-26 13:58:21 +000034ac_help="$ac_help
Theodore Ts'ob0b9c4d1997-10-20 23:36:30 +000035 --enable-gcc-wall enable GCC anal warnings (DON'T USE IN PRODUCTION)"
Theodore Ts'oa4d09611997-04-29 14:28:00 +000036ac_help="$ac_help
37 --enable-dynamic-e2fsck build e2fsck dynamically"
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000038ac_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"
Theodore Ts'o50e1e101997-04-26 13:58:21 +000042
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
Theodore Ts'o21c84b71997-04-29 16:15:03 +000064bindir='${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'
Theodore Ts'o50e1e101997-04-26 13:58:21 +000076
77# Initialize some other variables.
78subdirs=
Theodore Ts'o21c84b71997-04-29 16:15:03 +000079MFLAGS= MAKEFLAGS=
80# Maximum number of lines to put in a shell here document.
81ac_max_here_lines=12
Theodore Ts'o50e1e101997-04-26 13:58:21 +000082
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
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000103 -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)
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000109 ac_prev=build ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000110 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000111 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
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000120 -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
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000126 -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]
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000176 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000177 [same as prefix]
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000178 --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]
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000192 --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
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000195 --program-transform-name=PROGRAM
196 run sed PROGRAM on installed program names
197EOF
198 cat << EOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000199Host 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
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000210EOF
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000211 if test -n "$ac_help"; then
212 echo "--enable and --with options recognized:$ac_help"
213 fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000214 exit 0 ;;
215
216 -host | --host | --hos | --ho)
217 ac_prev=host ;;
218 -host=* | --host=* | --hos=* | --ho=*)
219 host="$ac_optarg" ;;
220
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000221 -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
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000259 -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
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000271 -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
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000280 -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
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000320 -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
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000337 -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
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000347 -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
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000354 -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)
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000363 echo "configure generated by autoconf version 2.12"
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000364 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
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000409 *)
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000410 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.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000465# 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.
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000469if test "${LANG+set}" = set; then LANG=C; export LANG; fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000470if 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
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000473
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'
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000532ac_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
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000535
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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +0000549
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000550MCONFIG=./MCONFIG
551
Theodore Ts'o74becf31997-04-26 14:37:06 +0000552BINARY_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
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000588
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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +0000615echo "configure:616: checking host system type" >&5
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000616
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`
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000630host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
631host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
632host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000633echo "$ac_t""$host" 1>&6
634
Theodore Ts'o74becf31997-04-26 14:37:06 +0000635# Check whether --with-cc or --without-cc was given.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000636if test "${with_cc+set}" = set; then
637 withval="$with_cc"
Theodore Ts'o74becf31997-04-26 14:37:06 +0000638 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.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000647if test "${with_linker+set}" = set; then
648 withval="$with_linker"
Theodore Ts'o74becf31997-04-26 14:37:06 +0000649 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.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000658if test "${with_ccopts+set}" = set; then
659 withval="$with_ccopts"
Theodore Ts'o74becf31997-04-26 14:37:06 +0000660 echo "$ac_t""CCOPTS is $withval" 1>&6
661CCOPTS=$withval
662CFLAGS="$CFLAGS $withval"
663else
664 CCOPTS=
665fi
666
Theodore Ts'oa4d09611997-04-29 14:28:00 +0000667LIB_EXT=.a
668STATIC_LIB_EXT=.a
669PROFILE_LIB_EXT=.a
Theodore Ts'o74becf31997-04-26 14:37:06 +0000670# Check whether --with-ldopts or --without-ldopts was given.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000671if test "${with_ldopts+set}" = set; then
672 withval="$with_ldopts"
Theodore Ts'o74becf31997-04-26 14:37:06 +0000673 echo "$ac_t""LDFLAGS is $withval" 1>&6
674LDFLAGS=$withval
675else
676 LDFLAGS=
677fi
678
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +0000679# 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
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000683else
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +0000684 root_prefix=NONE
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000685fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000686# Check whether --enable-dll-shlibs or --disable-dll-shlibs was given.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000687if test "${enable_dll_shlibs+set}" = set; then
688 enableval="$enable_dll_shlibs"
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000689 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
Theodore Ts'o74becf31997-04-26 14:37:06 +0000697 BINARY_TYPE=dllbin
Theodore Ts'oa4d09611997-04-29 14:28:00 +0000698 LIB_EXT=.sa
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000699 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.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000712if test "${enable_elf_shlibs+set}" = set; then
713 enableval="$enable_elf_shlibs"
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000714 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
Theodore Ts'o74becf31997-04-26 14:37:06 +0000722 BINARY_TYPE=elfbin
Theodore Ts'oa4d09611997-04-29 14:28:00 +0000723 LIB_EXT=.so
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000724 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.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000737if test "${enable_bsd_shlibs+set}" = set; then
738 enableval="$enable_bsd_shlibs"
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000739 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
Theodore Ts'oa4d09611997-04-29 14:28:00 +0000747 LIB_EXT=.so
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000748 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.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000761if test "${enable_profile+set}" = set; then
762 enableval="$enable_profile"
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000763 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
Theodore Ts'oa4d09611997-04-29 14:28:00 +0000771 PROFILED_LIB_EXT=_p.a
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000772 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.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000785if test "${enable_checker+set}" = set; then
786 enableval="$enable_checker"
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000787 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
Theodore Ts'oa4d09611997-04-29 14:28:00 +0000807
808
809
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000810# Check whether --enable-gcc-wall or --disable-gcc-wall was given.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000811if test "${enable_gcc_wall+set}" = set; then
812 enableval="$enable_gcc_wall"
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000813 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
Theodore Ts'oa4d09611997-04-29 14:28:00 +0000829# Check whether --enable-dynamic-e2fsck or --disable-dynamic-e2fsck was given.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000830if test "${enable_dynamic_e2fsck+set}" = set; then
831 enableval="$enable_dynamic_e2fsck"
Theodore Ts'oa4d09611997-04-29 14:28:00 +0000832 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
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000848# Check whether --enable-fsck or --disable-fsck was given.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000849if test "${enable_fsck+set}" = set; then
850 enableval="$enable_fsck"
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000851 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
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000875MAKEFILE_LIBRARY=$srcdir/lib/Makefile.library
876
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000877# Check whether --enable-old-bitops or --disable-old-bitops was given.
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000878if test "${enable_old_bitops+set}" = set; then
879 enableval="$enable_old_bitops"
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000880 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
Theodore Ts'o74becf31997-04-26 14:37:06 +0000897
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000898echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +0000899echo "configure:900: checking whether ${MAKE-make} sets \${MAKE}" >&5
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000900set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000901if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +0000928echo "configure:929: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000929if 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
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000957echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +0000958echo "configure:959: checking whether ln -s works" >&5
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000959if 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
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000978# 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +0000981echo "configure:982: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000982if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001013echo "configure:1014: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001014if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001045echo "configure:1046: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001046if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001077echo "configure:1078: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001078if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001109echo "configure:1110: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001110if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001141echo "configure:1142: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001142if 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
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001170echo $ac_n "checking build system type""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001171echo "configure:1172: checking build system type" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001172
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`
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001183build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1184build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1185build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001186echo "$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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001197echo "configure:1198: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001198if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001228echo "configure:1229: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001229if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001262echo "configure:1263: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001263if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001293echo "configure:1294: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001294if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001327echo "configure:1328: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001328if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001358echo "configure:1359: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001359if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001392echo "configure:1393: checking for $ac_word" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001393if 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"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001408fi
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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001417if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001421echo "configure:1422: checking for $ac_word" >&5
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001422if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001469echo "configure:1470: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001470
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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001479#line 1480 "configure"
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001480#include "confdefs.h"
1481main(){return(0);}
1482EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001483if { (eval echo configure:1484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001484 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001503echo "configure:1504: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001504echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1505cross_compiling=$ac_cv_prog_cc_cross
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001506
1507echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001508echo "configure:1509: checking whether we are using GNU C" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001509if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001517if { 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
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001518 ac_cv_prog_gcc=yes
1519else
1520 ac_cv_prog_gcc=no
1521fi
1522fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001523
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001524echo "$ac_t""$ac_cv_prog_gcc" 1>&6
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001525
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001526if test $ac_cv_prog_gcc = yes; then
1527 GCC=yes
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001528 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001532echo "configure:1533: checking whether ${CC-cc} accepts -g" >&5
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001533if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001534 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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001538 ac_cv_prog_cc_g=yes
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001539else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001540 ac_cv_prog_cc_g=no
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001541fi
1542rm -f conftest*
1543
1544fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001545
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"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001553 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001570echo "configure:1571: checking for a BSD compatible install" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001571if 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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001575 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001576 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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001598 IFS="$ac_save_IFS"
1599
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001600fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001601 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
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001610fi
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
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001619
1620echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001621echo "configure:1622: checking how to run the C preprocessor" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001622# 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001636#line 1637 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001637#include "confdefs.h"
1638#include <assert.h>
1639Syntax Error
1640EOF
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001641ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001642{ (eval echo configure:1643: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001643ac_err=`grep -v '^ *+' conftest.out`
1644if test -z "$ac_err"; then
1645 :
1646else
1647 echo "$ac_err" >&5
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001648 echo "configure: failed program was:" >&5
1649 cat conftest.$ac_ext >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001650 rm -rf conftest*
1651 CPP="${CC-cc} -E -traditional-cpp"
1652 cat > conftest.$ac_ext <<EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001653#line 1654 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001654#include "confdefs.h"
1655#include <assert.h>
1656Syntax Error
1657EOF
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001658ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001659{ (eval echo configure:1660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001660ac_err=`grep -v '^ *+' conftest.out`
1661if test -z "$ac_err"; then
1662 :
1663else
1664 echo "$ac_err" >&5
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001665 echo "configure: failed program was:" >&5
1666 cat conftest.$ac_ext >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001667 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
Theodore Ts'o556ad131998-12-19 08:10:58 +00001681for 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
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001682do
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001683ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001684echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001685echo "configure:1686: checking for $ac_hdr" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001686if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001690#line 1691 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001691#include "confdefs.h"
1692#include <$ac_hdr>
1693EOF
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001694ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001695{ (eval echo configure:1696: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001696ac_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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001702 echo "configure: failed program was:" >&5
1703 cat conftest.$ac_ext >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001704 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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001711 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001712 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001722echo "configure:1723: checking for vprintf" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001723if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001727#line 1728 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001728#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. */
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001733/* 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();
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001736
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001737int main() {
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001738
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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001750if { (eval echo configure:1751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001751 rm -rf conftest*
1752 eval "ac_cv_func_vprintf=yes"
1753else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001754 echo "configure: failed program was:" >&5
1755 cat conftest.$ac_ext >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001756 rm -rf conftest*
1757 eval "ac_cv_func_vprintf=no"
1758fi
1759rm -f conftest*
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001760fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001761
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001762if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001774echo "configure:1775: checking for _doprnt" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001775if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001779#line 1780 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001780#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. */
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001785/* 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();
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001788
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001789int main() {
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001790
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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001802if { (eval echo configure:1803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001803 rm -rf conftest*
1804 eval "ac_cv_func__doprnt=yes"
1805else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001806 echo "configure: failed program was:" >&5
1807 cat conftest.$ac_ext >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001808 rm -rf conftest*
1809 eval "ac_cv_func__doprnt=no"
1810fi
1811rm -f conftest*
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001812fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001813
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001814if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001827echo "configure:1828: checking whether struct dirent has a d_namlen field" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001828if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001832#line 1833 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001833#include "confdefs.h"
1834#include <sys/types.h>
1835#include <dirent.h>
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001836int main() {
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001837struct dirent de; de.d_namlen = 0;
1838; return 0; }
1839EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001840if { (eval echo configure:1841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001841 rm -rf conftest*
1842 e2fsprogs_cv_struct_d_namlen=yes
1843else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001844 echo "configure: failed program was:" >&5
1845 cat conftest.$ac_ext >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001846 rm -rf conftest*
1847 e2fsprogs_cv_struct_d_namlen=no
1848fi
1849rm -f conftest*
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001850fi
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
1858fi
Theodore Ts'ob0b9c4d1997-10-20 23:36:30 +00001859echo $ac_n "checking whether llseek declared in unistd.h""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001860echo "configure:1861: checking whether llseek declared in unistd.h" >&5
Theodore Ts'ob0b9c4d1997-10-20 23:36:30 +00001861if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001865#line 1866 "configure"
Theodore Ts'ob0b9c4d1997-10-20 23:36:30 +00001866#include "confdefs.h"
1867#include <unistd.h>
1868int main() {
1869extern int llseek(int);
1870; return 0; }
1871EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001872if { (eval echo configure:1873: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
Theodore Ts'ob0b9c4d1997-10-20 23:36:30 +00001873 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
1890fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001891if 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
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00001896 ac_cv_sizeof_long_long=0
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001897 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001900echo "configure:1901: checking size of short" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001901if 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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001907 cat > conftest.$ac_ext <<EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001908#line 1909 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001909#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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001919if { (eval echo configure:1920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001920then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001921 ac_cv_sizeof_short=`cat conftestval`
1922else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001923 echo "configure: failed program was:" >&5
1924 cat conftest.$ac_ext >&5
1925 rm -fr conftest*
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001926 ac_cv_sizeof_short=0
1927fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001928rm -fr conftest*
1929fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001930
1931fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001932echo "$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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001939echo "configure:1940: checking size of int" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001940if 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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001946 cat > conftest.$ac_ext <<EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001947#line 1948 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001948#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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001958if { (eval echo configure:1959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001959then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001960 ac_cv_sizeof_int=`cat conftestval`
1961else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001962 echo "configure: failed program was:" >&5
1963 cat conftest.$ac_ext >&5
1964 rm -fr conftest*
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001965 ac_cv_sizeof_int=0
1966fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001967rm -fr conftest*
1968fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001969
1970fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001971echo "$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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001978echo "configure:1979: checking size of long" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001979if 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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001985 cat > conftest.$ac_ext <<EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001986#line 1987 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001987#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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00001997if { (eval echo configure:1998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001998then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001999 ac_cv_sizeof_long=`cat conftestval`
2000else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002001 echo "configure: failed program was:" >&5
2002 cat conftest.$ac_ext >&5
2003 rm -fr conftest*
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002004 ac_cv_sizeof_long=0
2005fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002006rm -fr conftest*
2007fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002008
2009fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002010echo "$ac_t""$ac_cv_sizeof_long" 1>&6
2011cat >> confdefs.h <<EOF
2012#define SIZEOF_LONG $ac_cv_sizeof_long
2013EOF
2014
2015
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002016echo $ac_n "checking size of long long""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002017echo "configure:2018: checking size of long long" >&5
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002018if 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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002024 cat > conftest.$ac_ext <<EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002025#line 2026 "configure"
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002026#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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002036if { (eval echo configure:2037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002037then
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002038 ac_cv_sizeof_long_long=`cat conftestval`
2039else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002040 echo "configure: failed program was:" >&5
2041 cat conftest.$ac_ext >&5
2042 rm -fr conftest*
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002043 ac_cv_sizeof_long_long=0
2044fi
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002045rm -fr conftest*
2046fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002047
2048fi
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002049echo "$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
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002055SIZEOF_SHORT=$ac_cv_sizeof_short
2056SIZEOF_INT=$ac_cv_sizeof_int
2057SIZEOF_LONG=$ac_cv_sizeof_long
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002058SIZEOF_LONG_LONG=$ac_cv_sizeof_long_long
2059
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002060
2061
2062
2063echo $ac_n "checking whether struct stat has a st_flags field""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002064echo "configure:2065: checking whether struct stat has a st_flags field" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002065if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002069#line 2070 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002070#include "confdefs.h"
2071#include <sys/stat.h>
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002072int main() {
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002073struct stat stat; stat.st_flags = 0;
2074; return 0; }
2075EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002076if { (eval echo configure:2077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002077 rm -rf conftest*
2078 e2fsprogs_cv_struct_st_flags=yes
2079else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002080 echo "configure: failed program was:" >&5
2081 cat conftest.$ac_ext >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002082 rm -rf conftest*
2083 e2fsprogs_cv_struct_st_flags=no
2084fi
2085rm -f conftest*
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002086fi
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
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002095for ac_func in chflags getrusage llseek strdup getmntinfo strcasecmp srandom fchown
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002096do
2097echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002098echo "configure:2099: checking for $ac_func" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002099if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002103#line 2104 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002104#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. */
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002109/* 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();
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002112
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002113int main() {
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002114
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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002126if { (eval echo configure:2127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002127 rm -rf conftest*
2128 eval "ac_cv_func_$ac_func=yes"
2129else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002130 echo "configure: failed program was:" >&5
2131 cat conftest.$ac_ext >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002132 rm -rf conftest*
2133 eval "ac_cv_func_$ac_func=no"
2134fi
2135rm -f conftest*
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002136fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002137
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002138if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2139 echo "$ac_t""yes" 1>&6
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002140 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002141 cat >> confdefs.h <<EOF
2142#define $ac_tr_func 1
2143EOF
2144
2145else
2146 echo "$ac_t""no" 1>&6
2147fi
2148done
2149
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002150echo $ac_n "checking ino_t defined by sys/types.h""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002151echo "configure:2152: checking ino_t defined by sys/types.h" >&5
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002152if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002156#line 2157 "configure"
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002157#include "confdefs.h"
2158#include <sys/types.h>
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002159int main() {
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002160ino_t ino; ino = 0;
2161; return 0; }
2162EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002163if { (eval echo configure:2164: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002164 rm -rf conftest*
2165 e2fsprogs_cv_ino_t=yes
2166else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002167 echo "configure: failed program was:" >&5
2168 cat conftest.$ac_ext >&5
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002169 rm -rf conftest*
2170 e2fsprogs_cv_ino_t=no
2171fi
2172rm -f conftest*
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002173fi
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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002182ac_safe=`echo "linux/fs.h" | sed 'y%./+-%__p_%'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002183echo $ac_n "checking for linux/fs.h""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002184echo "configure:2185: checking for linux/fs.h" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002185if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002189#line 2190 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002190#include "confdefs.h"
2191#include <linux/fs.h>
2192EOF
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002193ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002194{ (eval echo configure:2195: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002195ac_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
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002201 echo "configure: failed program was:" >&5
2202 cat conftest.$ac_ext >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002203 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
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002216if test "$linux_headers" = yes; then
2217 cat >> confdefs.h <<\EOF
2218#define HAVE_LINUX_FS_H 1
2219EOF
2220
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002221else
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
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002227SOCKET_LIB=''
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002228echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002229echo "configure:2230: checking for socket in -lsocket" >&5
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002230ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
2231if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002232 echo $ac_n "(cached) $ac_c" 1>&6
2233else
2234 ac_save_LIBS="$LIBS"
2235LIBS="-lsocket $LIBS"
2236cat > conftest.$ac_ext <<EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002237#line 2238 "configure"
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002238#include "confdefs.h"
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002239/* 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();
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002243
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002244int main() {
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002245socket()
2246; return 0; }
2247EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002248if { (eval echo configure:2249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002249 rm -rf conftest*
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002250 eval "ac_cv_lib_$ac_lib_var=yes"
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002251else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002252 echo "configure: failed program was:" >&5
2253 cat conftest.$ac_ext >&5
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002254 rm -rf conftest*
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002255 eval "ac_cv_lib_$ac_lib_var=no"
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002256fi
2257rm -f conftest*
2258LIBS="$ac_save_LIBS"
2259
2260fi
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002261if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002262 echo "$ac_t""yes" 1>&6
2263 SOCKET_LIB=-lsocket
2264else
2265 echo "$ac_t""no" 1>&6
2266fi
2267
2268
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002269echo $ac_n "checking for optreset""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002270echo "configure:2271: checking for optreset" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002271if eval "test \"`echo '$''{'ac_cv_have_optreset'+set}'`\" = set"; then
2272 echo $ac_n "(cached) $ac_c" 1>&6
2273else
2274 cat > conftest.$ac_ext <<EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002275#line 2276 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002276#include "confdefs.h"
2277#include <unistd.h>
2278EOF
2279if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2280 egrep "optreset" >/dev/null 2>&1; then
2281 rm -rf conftest*
2282 ac_cv_have_optreset=yes
2283else
2284 rm -rf conftest*
2285 ac_cv_have_optreset=no
2286fi
2287rm -f conftest*
2288
2289fi
2290echo "$ac_t""$ac_cv_have_optreset" 1>&6
2291if test $ac_cv_have_optreset = yes; then
2292 cat >> confdefs.h <<\EOF
2293#define HAVE_OPTRESET 1
2294EOF
2295
2296fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002297echo $ac_n "checking whether the ext2 ioctls compile""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002298echo "configure:2299: checking whether the ext2 ioctls compile" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002299if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002303#line 2304 "configure"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002304#include "confdefs.h"
2305#include <linux/ext2_fs.h>
2306#include <sys/ioctl.h>
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002307int main() {
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002308ioctl (0, EXT2_IOC_SETVERSION, 0);
2309; return 0; }
2310EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002311if { (eval echo configure:2312: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002312 rm -rf conftest*
2313 e2fsprogs_cv_ioctl_ext2=yes
2314else
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002315 echo "configure: failed program was:" >&5
2316 cat conftest.$ac_ext >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002317 rm -rf conftest*
2318 e2fsprogs_cv_ioctl_ext2=no
2319fi
2320rm -f conftest*
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002321fi
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
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002330case "$host_os" in
2331linux*)
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002332 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then
2333 root_prefix="";
2334 echo "On $host_os systems, root_prefix defaults to ''"
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002335 fi
2336 ;;
2337esac
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002338case "$host_os" in
2339linux* | gnu*)
2340 if test "$prefix" = NONE ; then
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002341 prefix="/usr";
2342 echo "On $host_os systems, prefix defaults to /usr"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002343 fi
2344;;
2345esac
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002346if test "$root_prefix" = NONE ; then
Theodore Ts'offe19911998-04-08 06:05:49 +00002347 if test "$prefix" = NONE ; then
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002348 root_prefix="$ac_default_prefix"
2349 else
2350 root_prefix="$prefix"
2351 fi
2352fi
2353
Theodore Ts'oae851481997-04-29 18:13:24 +00002354echo $ac_n "checking whether linker accepts -static""... $ac_c" 1>&6
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002355echo "configure:2356: checking whether linker accepts -static" >&5
Theodore Ts'oae851481997-04-29 18:13:24 +00002356if 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
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002361#line 2362 "configure"
Theodore Ts'oae851481997-04-29 18:13:24 +00002362#include "confdefs.h"
2363#include <stdio.h>
2364int main() {
2365fflush(stdout);
2366; return 0; }
2367EOF
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002368if { (eval echo configure:2369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
Theodore Ts'oae851481997-04-29 18:13:24 +00002369 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
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002380
Theodore Ts'odefde781999-01-04 07:39:19 +00002381case "$host_os" in
2382solaris2.*)
2383 ac_cv_e2fsprogs_use_static=no
2384;;
2385esac
Theodore Ts'oae851481997-04-29 18:13:24 +00002386echo "$ac_t""$ac_cv_e2fsprogs_use_static" 1>&6
Theodore Ts'o74becf31997-04-26 14:37:06 +00002387LDFLAG_STATIC=
Theodore Ts'oae851481997-04-29 18:13:24 +00002388if test $ac_cv_e2fsprogs_use_static = yes; then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002389 LDFLAG_STATIC=-static
Theodore Ts'oae851481997-04-29 18:13:24 +00002390fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002391
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002392SS_DIR=`cd ${srcdir}/lib/ss; pwd`
2393ET_DIR=`cd ${srcdir}/lib/et; pwd`
2394
2395
2396if test "$cross_compiling" = yes ; then
2397 DO_TEST_SUITE=
2398else
2399 DO_TEST_SUITE=check
2400fi
2401
Theodore Ts'oa4d09611997-04-29 14:28:00 +00002402DO_SUBSTITUTE_SCRIPT=$srcdir/lib/do_substitute
2403
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002404test -d lib || mkdir lib
2405test -d include || mkdir include
2406test -d include/linux || mkdir include/linux
Theodore Ts'odefde781999-01-04 07:39:19 +00002407test -d include/asm || mkdir include/asm
Theodore Ts'obc210071997-06-17 05:41:36 +00002408rmakefile=
2409if test -d ${srcdir}/resize ; then
2410 rmakefile=resize/Makefile
2411fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002412trap '' 1 2 15
2413cat > confcache <<\EOF
2414# This file is a shell script that caches the results of configure
2415# tests run on this system so they can be shared between configure
2416# scripts and configure runs. It is not useful on other systems.
2417# If it contains results you don't want to keep, you may remove or edit it.
2418#
2419# By default, configure uses ./config.cache as the cache file,
2420# creating it if it does not exist already. You can give configure
2421# the --cache-file=FILE option to use a different cache file; that is
2422# what configure does when it calls configure scripts in
2423# subdirectories, so they share the cache.
2424# Giving --cache-file=/dev/null disables caching, for debugging configure.
2425# config.status only pays attention to the cache file if you give it the
2426# --recheck option to rerun configure.
2427#
2428EOF
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002429# The following way of writing the cache mishandles newlines in values,
2430# but we know of no workaround that is simple, portable, and efficient.
2431# So, don't put newlines in cache variables' values.
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002432# Ultrix sh set writes to stderr and can't be redirected directly,
2433# and sets the high bit in the cache file unless we assign to the vars.
2434(set) 2>&1 |
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002435 case `(ac_space=' '; set) 2>&1` in
2436 *ac_space=\ *)
2437 # `set' does not quote correctly, so add quotes (double-quote substitution
2438 # turns \\\\ into \\, and sed turns \\ into \).
2439 sed -n \
2440 -e "s/'/'\\\\''/g" \
2441 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2442 ;;
2443 *)
2444 # `set' quotes correctly as required by POSIX, so do not add quotes.
2445 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2446 ;;
2447 esac >> confcache
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002448if cmp -s $cache_file confcache; then
2449 :
2450else
2451 if test -w $cache_file; then
2452 echo "updating cache $cache_file"
2453 cat confcache > $cache_file
2454 else
2455 echo "not updating unwritable cache $cache_file"
2456 fi
2457fi
2458rm -f confcache
2459
2460trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2461
2462test "x$prefix" = xNONE && prefix=$ac_default_prefix
2463# Let make expand exec_prefix.
2464test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2465
2466# Any assignment to VPATH causes Sun make to only execute
2467# the first set of double-colon rules, so remove it if not needed.
2468# If there is a colon in the path, we need to keep it.
2469if test "x$srcdir" = x.; then
2470 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2471fi
2472
2473trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2474
2475# Transform confdefs.h into DEFS.
2476# Protect against shell expansion while executing Makefile rules.
2477# Protect against Makefile macro expansion.
2478cat > conftest.defs <<\EOF
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002479s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002480s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
2481s%\[%\\&%g
2482s%\]%\\&%g
2483s%\$%$$%g
2484EOF
2485DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
2486rm -f conftest.defs
2487
2488
2489# Without the "./", some shells look in PATH for config.status.
2490: ${CONFIG_STATUS=./config.status}
2491
2492echo creating $CONFIG_STATUS
2493rm -f $CONFIG_STATUS
2494cat > $CONFIG_STATUS <<EOF
2495#! /bin/sh
2496# Generated automatically by configure.
2497# Run this file to recreate the current configuration.
2498# This directory was configured as follows,
2499# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2500#
2501# $0 $ac_configure_args
2502#
2503# Compiler output produced by configure, useful for debugging
2504# configure, is in ./config.log if it exists.
2505
2506ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2507for ac_option
2508do
2509 case "\$ac_option" in
2510 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2511 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2512 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2513 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002514 echo "$CONFIG_STATUS generated by autoconf version 2.12"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002515 exit 0 ;;
2516 -help | --help | --hel | --he | --h)
2517 echo "\$ac_cs_usage"; exit 0 ;;
2518 *) echo "\$ac_cs_usage"; exit 1 ;;
2519 esac
2520done
2521
2522ac_given_srcdir=$srcdir
2523ac_given_INSTALL="$INSTALL"
2524
Theodore Ts'o44339bd1997-10-15 02:47:20 +00002525trap 'rm -fr `echo "MCONFIG Makefile util/Makefile util/subst.conf lib/et/Makefile
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002526 lib/ss/Makefile lib/ext2fs/Makefile lib/e2p/Makefile lib/uuid/Makefile
2527 misc/Makefile e2fsck/Makefile debugfs/Makefile tests/Makefile
Theodore Ts'obc210071997-06-17 05:41:36 +00002528 tests/progs/Makefile $rmakefile doc/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002529EOF
2530cat >> $CONFIG_STATUS <<EOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002531
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002532# Protect against being on the right side of a sed subst in config.status.
2533sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2534 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002535$ac_vpsub
2536$extrasub
2537s%@CFLAGS@%$CFLAGS%g
2538s%@CPPFLAGS@%$CPPFLAGS%g
2539s%@CXXFLAGS@%$CXXFLAGS%g
2540s%@DEFS@%$DEFS%g
2541s%@LDFLAGS@%$LDFLAGS%g
2542s%@LIBS@%$LIBS%g
2543s%@exec_prefix@%$exec_prefix%g
2544s%@prefix@%$prefix%g
2545s%@program_transform_name@%$program_transform_name%g
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002546s%@bindir@%$bindir%g
2547s%@sbindir@%$sbindir%g
2548s%@libexecdir@%$libexecdir%g
2549s%@datadir@%$datadir%g
2550s%@sysconfdir@%$sysconfdir%g
2551s%@sharedstatedir@%$sharedstatedir%g
2552s%@localstatedir@%$localstatedir%g
2553s%@libdir@%$libdir%g
2554s%@includedir@%$includedir%g
2555s%@oldincludedir@%$oldincludedir%g
2556s%@infodir@%$infodir%g
2557s%@mandir@%$mandir%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002558/@MCONFIG@/r $MCONFIG
2559s%@MCONFIG@%%g
Theodore Ts'o74becf31997-04-26 14:37:06 +00002560s%@E2FSPROGS_YEAR@%$E2FSPROGS_YEAR%g
2561s%@E2FSPROGS_MONTH@%$E2FSPROGS_MONTH%g
2562s%@E2FSPROGS_VERSION@%$E2FSPROGS_VERSION%g
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002563s%@host@%$host%g
2564s%@host_alias@%$host_alias%g
2565s%@host_cpu@%$host_cpu%g
2566s%@host_vendor@%$host_vendor%g
2567s%@host_os@%$host_os%g
Theodore Ts'o74becf31997-04-26 14:37:06 +00002568s%@CC@%$CC%g
2569s%@LD@%$LD%g
2570s%@CCOPTS@%$CCOPTS%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002571s%@DLL_CMT@%$DLL_CMT%g
2572/@MAKEFILE_DLL@/r $MAKEFILE_DLL
2573s%@MAKEFILE_DLL@%%g
2574s%@ELF_CMT@%$ELF_CMT%g
2575/@MAKEFILE_ELF@/r $MAKEFILE_ELF
2576s%@MAKEFILE_ELF@%%g
2577s%@BSDLIB_CMT@%$BSDLIB_CMT%g
2578/@MAKEFILE_BSDLIB@/r $MAKEFILE_BSDLIB
2579s%@MAKEFILE_BSDLIB@%%g
2580s%@PROFILE_CMT@%$PROFILE_CMT%g
2581/@MAKEFILE_PROFILE@/r $MAKEFILE_PROFILE
2582s%@MAKEFILE_PROFILE@%%g
2583s%@CHECKER_CMT@%$CHECKER_CMT%g
2584/@MAKEFILE_CHECKER@/r $MAKEFILE_CHECKER
2585s%@MAKEFILE_CHECKER@%%g
Theodore Ts'oa4d09611997-04-29 14:28:00 +00002586s%@LIB_EXT@%$LIB_EXT%g
2587s%@STATIC_LIB_EXT@%$STATIC_LIB_EXT%g
2588s%@PROFILED_LIB_EXT@%$PROFILED_LIB_EXT%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002589s%@W@%$W%g
Theodore Ts'oa4d09611997-04-29 14:28:00 +00002590s%@E2FSCK_TYPE@%$E2FSCK_TYPE%g
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002591s%@FSCK_PROG@%$FSCK_PROG%g
2592s%@FSCK_MAN@%$FSCK_MAN%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002593/@MAKEFILE_LIBRARY@/r $MAKEFILE_LIBRARY
2594s%@MAKEFILE_LIBRARY@%%g
Theodore Ts'o74becf31997-04-26 14:37:06 +00002595s%@BINARY_TYPE@%$BINARY_TYPE%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002596s%@SET_MAKE@%$SET_MAKE%g
2597s%@LN@%$LN%g
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002598s%@LN_S@%$LN_S%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002599s%@MV@%$MV%g
2600s%@CP@%$CP%g
2601s%@RM@%$RM%g
2602s%@CHMOD@%$CHMOD%g
2603s%@AWK@%$AWK%g
2604s%@SED@%$SED%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002605s%@build@%$build%g
2606s%@build_alias@%$build_alias%g
2607s%@build_cpu@%$build_cpu%g
2608s%@build_vendor@%$build_vendor%g
2609s%@build_os@%$build_os%g
2610s%@AR@%$AR%g
2611s%@RANLIB@%$RANLIB%g
2612s%@STRIP@%$STRIP%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002613s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2614s%@INSTALL_DATA@%$INSTALL_DATA%g
2615s%@CPP@%$CPP%g
2616s%@SIZEOF_SHORT@%$SIZEOF_SHORT%g
2617s%@SIZEOF_INT@%$SIZEOF_INT%g
2618s%@SIZEOF_LONG@%$SIZEOF_LONG%g
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002619s%@SIZEOF_LONG_LONG@%$SIZEOF_LONG_LONG%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002620s%@LINUX_INCLUDE@%$LINUX_INCLUDE%g
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002621s%@SOCKET_LIB@%$SOCKET_LIB%g
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002622s%@root_prefix@%$root_prefix%g
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002623s%@LDFLAG_STATIC@%$LDFLAG_STATIC%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002624s%@SS_DIR@%$SS_DIR%g
2625s%@ET_DIR@%$ET_DIR%g
2626s%@DO_TEST_SUITE@%$DO_TEST_SUITE%g
Theodore Ts'oa4d09611997-04-29 14:28:00 +00002627/@DO_SUBSTITUTE_SCRIPT@/r $DO_SUBSTITUTE_SCRIPT
2628s%@DO_SUBSTITUTE_SCRIPT@%%g
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002629
2630CEOF
2631EOF
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002632
2633cat >> $CONFIG_STATUS <<\EOF
2634
2635# Split the substitutions into bite-sized pieces for seds with
2636# small command number limits, like on Digital OSF/1 and HP-UX.
2637ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2638ac_file=1 # Number of current file.
2639ac_beg=1 # First line for current file.
2640ac_end=$ac_max_sed_cmds # Line after last line for current file.
2641ac_more_lines=:
2642ac_sed_cmds=""
2643while $ac_more_lines; do
2644 if test $ac_beg -gt 1; then
2645 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2646 else
2647 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2648 fi
2649 if test ! -s conftest.s$ac_file; then
2650 ac_more_lines=false
2651 rm -f conftest.s$ac_file
2652 else
2653 if test -z "$ac_sed_cmds"; then
2654 ac_sed_cmds="sed -f conftest.s$ac_file"
2655 else
2656 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2657 fi
2658 ac_file=`expr $ac_file + 1`
2659 ac_beg=$ac_end
2660 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2661 fi
2662done
2663if test -z "$ac_sed_cmds"; then
2664 ac_sed_cmds=cat
2665fi
2666EOF
2667
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002668cat >> $CONFIG_STATUS <<EOF
2669
Theodore Ts'o44339bd1997-10-15 02:47:20 +00002670CONFIG_FILES=\${CONFIG_FILES-"MCONFIG Makefile util/Makefile util/subst.conf lib/et/Makefile
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002671 lib/ss/Makefile lib/ext2fs/Makefile lib/e2p/Makefile lib/uuid/Makefile
2672 misc/Makefile e2fsck/Makefile debugfs/Makefile tests/Makefile
Theodore Ts'obc210071997-06-17 05:41:36 +00002673 tests/progs/Makefile $rmakefile doc/Makefile"}
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002674EOF
2675cat >> $CONFIG_STATUS <<\EOF
2676for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002677 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002678 case "$ac_file" in
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002679 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002680 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2681 *) ac_file_in="${ac_file}.in" ;;
2682 esac
2683
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002684 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002685
2686 # Remove last slash and all that follows it. Not all systems have dirname.
2687 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2688 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2689 # The file is in a subdirectory.
2690 test ! -d "$ac_dir" && mkdir "$ac_dir"
2691 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2692 # A "../" for each directory in $ac_dir_suffix.
2693 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2694 else
2695 ac_dir_suffix= ac_dots=
2696 fi
2697
2698 case "$ac_given_srcdir" in
2699 .) srcdir=.
2700 if test -z "$ac_dots"; then top_srcdir=.
2701 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2702 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2703 *) # Relative path.
2704 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2705 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2706 esac
2707
2708 case "$ac_given_INSTALL" in
2709 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2710 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2711 esac
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002712
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002713 echo creating "$ac_file"
2714 rm -f "$ac_file"
2715 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2716 case "$ac_file" in
2717 *Makefile*) ac_comsub="1i\\
2718# $configure_input" ;;
2719 *) ac_comsub= ;;
2720 esac
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002721
2722 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002723 sed -e "$ac_comsub
2724s%@configure_input@%$configure_input%g
2725s%@srcdir@%$srcdir%g
2726s%@top_srcdir@%$top_srcdir%g
2727s%@INSTALL@%$INSTALL%g
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002728" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002729fi; done
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002730rm -f conftest.s*
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002731
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002732EOF
2733cat >> $CONFIG_STATUS <<EOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002734
Theodore Ts'o21c84b71997-04-29 16:15:03 +00002735EOF
2736cat >> $CONFIG_STATUS <<\EOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002737
2738exit 0
2739EOF
2740chmod +x $CONFIG_STATUS
2741rm -fr confdefs* $ac_clean_files
2742test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2743