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