~ubuntu-branches/debian/stretch/nfs-utils/stretch

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar, Anibal Monsalve Salazar, Ben Hutchings
  • Date: 2010-04-06 16:11:22 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20100406161122-x7erw0q8xiitoyp6
Tags: 1:1.2.2-1
[ Anibal Monsalve Salazar ]
* New upstream release 
  Build depend on libcap-dev
  Set configure option --enable-nfsv41
* X-ref nfsd({7,8})
  02-524255-manpages.patch by Cyril Brulebois
  Closes: 524255

[ Ben Hutchings ]
* Change maintainer to Debian kernel team; move Aníbal to uploaders and
  add myself to uploaders
* Check for nfsd in /proc/filesystems rather than looking for signs of it in
  /proc/kallsyms (Closes: #563104, #572736)
* Document the -n option to svcgssd, thanks to Alberto Gonzalez Iniesta
  (Closes: #451402, #550270)
* Replace upstream reference in package descriptions with Homepage fields,
  and do not refer to the obsolete CVS repository
* Update policy version to 3.8.4; no changes required
* Override lintian error 'init.d-script-missing-dependency-on-remote_fs';
  the init script does work without /usr mounted

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.63 for linux nfs-utils 1.2.1.
 
3
# Generated by GNU Autoconf 2.63 for linux nfs-utils 1.2.2.
4
4
#
5
5
# Report bugs to <linux-nfs@vger.kernel.org>.
6
6
#
745
745
# Identity of this package.
746
746
PACKAGE_NAME='linux nfs-utils'
747
747
PACKAGE_TARNAME='nfs-utils'
748
 
PACKAGE_VERSION='1.2.1'
749
 
PACKAGE_STRING='linux nfs-utils 1.2.1'
 
748
PACKAGE_VERSION='1.2.2'
 
749
PACKAGE_STRING='linux nfs-utils 1.2.2'
750
750
PACKAGE_BUGREPORT='linux-nfs@vger.kernel.org'
751
751
 
752
752
ac_default_prefix=/usr
841
841
HAVE_TCP_WRAPPER
842
842
HAVE_LIBWRAP
843
843
LIBWRAP
 
844
LIBCAP
844
845
EGREP
845
846
GREP
846
847
CPP
879
880
enable_gss
880
881
SVCGSSD
881
882
GSSD
 
883
CONFIG_NFSV41_FALSE
 
884
CONFIG_NFSV41_TRUE
 
885
enable_nfsv41
882
886
CONFIG_NFSV4_FALSE
883
887
CONFIG_NFSV4_TRUE
884
888
enable_nfsv4
969
973
with_start_statd
970
974
enable_nfsv3
971
975
enable_nfsv4
 
976
enable_nfsv41
972
977
enable_gss
973
978
enable_kprefix
974
979
with_rpcgen
1560
1565
  # Omit some internal or obsolete options to make the list less imposing.
1561
1566
  # This message is too long to be a string in the A/UX 3.1 sh.
1562
1567
  cat <<_ACEOF
1563
 
\`configure' configures linux nfs-utils 1.2.1 to adapt to many kinds of systems.
 
1568
\`configure' configures linux nfs-utils 1.2.2 to adapt to many kinds of systems.
1564
1569
 
1565
1570
Usage: $0 [OPTION]... [VAR=VALUE]...
1566
1571
 
1630
1635
 
1631
1636
if test -n "$ac_init_help"; then
1632
1637
  case $ac_init_help in
1633
 
     short | recursive ) echo "Configuration of linux nfs-utils 1.2.1:";;
 
1638
     short | recursive ) echo "Configuration of linux nfs-utils 1.2.2:";;
1634
1639
   esac
1635
1640
  cat <<\_ACEOF
1636
1641
 
1642
1647
                          (and sometimes confusing) to the casual installer
1643
1648
  --enable-nfsv3          enable support for NFSv3 [default=yes]
1644
1649
  --enable-nfsv4          enable support for NFSv4 [default=yes]
 
1650
  --enable-nfsv41         enable support for NFSv41 [default=no]
1645
1651
  --enable-gss            enable support for rpcsec_gss [default=yes]
1646
1652
  --enable-kprefix        install progs as rpc.knfsd etc
1647
1653
  --disable-uuid          Exclude uuid support to avoid buggy libblkid
1769
1775
test -n "$ac_init_help" && exit $ac_status
1770
1776
if $ac_init_version; then
1771
1777
  cat <<\_ACEOF
1772
 
linux nfs-utils configure 1.2.1
 
1778
linux nfs-utils configure 1.2.2
1773
1779
generated by GNU Autoconf 2.63
1774
1780
 
1775
1781
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1783
1789
This file contains any messages produced by compilers while
1784
1790
running configure, to aid debugging if configure makes a mistake.
1785
1791
 
1786
 
It was created by linux nfs-utils $as_me 1.2.1, which was
 
1792
It was created by linux nfs-utils $as_me 1.2.2, which was
1787
1793
generated by GNU Autoconf 2.63.  Invocation command line was
1788
1794
 
1789
1795
  $ $0 $@
2716
2722
 
2717
2723
# Define the identity of the package.
2718
2724
 PACKAGE='nfs-utils'
2719
 
 VERSION='1.2.1'
 
2725
 VERSION='1.2.2'
2720
2726
 
2721
2727
 
2722
2728
cat >>confdefs.h <<_ACEOF
2877
2883
  CONFIG_NFSV4_FALSE=
2878
2884
fi
2879
2885
 
 
2886
 
 
2887
# Check whether --enable-nfsv41 was given.
 
2888
if test "${enable_nfsv41+set}" = set; then
 
2889
  enableval=$enable_nfsv41; enable_nfsv41=$enableval
 
2890
else
 
2891
  enable_nfsv41=no
 
2892
fi
 
2893
 
 
2894
        if test "$enable_nfsv41" = yes; then
 
2895
 
 
2896
cat >>confdefs.h <<\_ACEOF
 
2897
#define NFS41_SUPPORTED 1
 
2898
_ACEOF
 
2899
 
 
2900
        else
 
2901
                enable_nfsv4=
 
2902
        fi
 
2903
 
 
2904
         if test "$enable_nfsv41" = "yes"; then
 
2905
  CONFIG_NFSV41_TRUE=
 
2906
  CONFIG_NFSV41_FALSE='#'
 
2907
else
 
2908
  CONFIG_NFSV41_TRUE='#'
 
2909
  CONFIG_NFSV41_FALSE=
 
2910
fi
 
2911
 
 
2912
 
2880
2913
# Check whether --enable-gss was given.
2881
2914
if test "${enable_gss+set}" = set; then
2882
2915
  enableval=$enable_gss; enable_gss=$enableval
5060
5093
 
5061
5094
 
5062
5095
 
 
5096
 
 
5097
 
 
5098
    { $as_echo "$as_me:$LINENO: checking for prctl" >&5
 
5099
$as_echo_n "checking for prctl... " >&6; }
 
5100
if test "${ac_cv_func_prctl+set}" = set; then
 
5101
  $as_echo_n "(cached) " >&6
 
5102
else
 
5103
  cat >conftest.$ac_ext <<_ACEOF
 
5104
/* confdefs.h.  */
 
5105
_ACEOF
 
5106
cat confdefs.h >>conftest.$ac_ext
 
5107
cat >>conftest.$ac_ext <<_ACEOF
 
5108
/* end confdefs.h.  */
 
5109
/* Define prctl to an innocuous variant, in case <limits.h> declares prctl.
 
5110
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
5111
#define prctl innocuous_prctl
 
5112
 
 
5113
/* System header to define __stub macros and hopefully few prototypes,
 
5114
    which can conflict with char prctl (); below.
 
5115
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
5116
    <limits.h> exists even on freestanding compilers.  */
 
5117
 
 
5118
#ifdef __STDC__
 
5119
# include <limits.h>
 
5120
#else
 
5121
# include <assert.h>
 
5122
#endif
 
5123
 
 
5124
#undef prctl
 
5125
 
 
5126
/* Override any GCC internal prototype to avoid an error.
 
5127
   Use char because int might match the return type of a GCC
 
5128
   builtin and then its argument prototype would still apply.  */
 
5129
#ifdef __cplusplus
 
5130
extern "C"
 
5131
#endif
 
5132
char prctl ();
 
5133
/* The GNU C library defines this for functions which it implements
 
5134
    to always fail with ENOSYS.  Some functions are actually named
 
5135
    something starting with __ and the normal name is an alias.  */
 
5136
#if defined __stub_prctl || defined __stub___prctl
 
5137
choke me
 
5138
#endif
 
5139
 
 
5140
int
 
5141
main ()
 
5142
{
 
5143
return prctl ();
 
5144
  ;
 
5145
  return 0;
 
5146
}
 
5147
_ACEOF
 
5148
rm -f conftest.$ac_objext conftest$ac_exeext
 
5149
if { (ac_try="$ac_link"
 
5150
case "(($ac_try" in
 
5151
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5152
  *) ac_try_echo=$ac_try;;
 
5153
esac
 
5154
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5155
$as_echo "$ac_try_echo") >&5
 
5156
  (eval "$ac_link") 2>conftest.er1
 
5157
  ac_status=$?
 
5158
  grep -v '^ *+' conftest.er1 >conftest.err
 
5159
  rm -f conftest.er1
 
5160
  cat conftest.err >&5
 
5161
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5162
  (exit $ac_status); } && {
 
5163
         test -z "$ac_c_werror_flag" ||
 
5164
         test ! -s conftest.err
 
5165
       } && test -s conftest$ac_exeext && {
 
5166
         test "$cross_compiling" = yes ||
 
5167
         $as_test_x conftest$ac_exeext
 
5168
       }; then
 
5169
  ac_cv_func_prctl=yes
 
5170
else
 
5171
  $as_echo "$as_me: failed program was:" >&5
 
5172
sed 's/^/| /' conftest.$ac_ext >&5
 
5173
 
 
5174
        ac_cv_func_prctl=no
 
5175
fi
 
5176
 
 
5177
rm -rf conftest.dSYM
 
5178
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5179
      conftest$ac_exeext conftest.$ac_ext
 
5180
fi
 
5181
{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_prctl" >&5
 
5182
$as_echo "$ac_cv_func_prctl" >&6; }
 
5183
 
 
5184
 
 
5185
    { $as_echo "$as_me:$LINENO: checking for cap_get_proc in -lcap" >&5
 
5186
$as_echo_n "checking for cap_get_proc in -lcap... " >&6; }
 
5187
if test "${ac_cv_lib_cap_cap_get_proc+set}" = set; then
 
5188
  $as_echo_n "(cached) " >&6
 
5189
else
 
5190
  ac_check_lib_save_LIBS=$LIBS
 
5191
LIBS="-lcap  $LIBS"
 
5192
cat >conftest.$ac_ext <<_ACEOF
 
5193
/* confdefs.h.  */
 
5194
_ACEOF
 
5195
cat confdefs.h >>conftest.$ac_ext
 
5196
cat >>conftest.$ac_ext <<_ACEOF
 
5197
/* end confdefs.h.  */
 
5198
 
 
5199
/* Override any GCC internal prototype to avoid an error.
 
5200
   Use char because int might match the return type of a GCC
 
5201
   builtin and then its argument prototype would still apply.  */
 
5202
#ifdef __cplusplus
 
5203
extern "C"
 
5204
#endif
 
5205
char cap_get_proc ();
 
5206
int
 
5207
main ()
 
5208
{
 
5209
return cap_get_proc ();
 
5210
  ;
 
5211
  return 0;
 
5212
}
 
5213
_ACEOF
 
5214
rm -f conftest.$ac_objext conftest$ac_exeext
 
5215
if { (ac_try="$ac_link"
 
5216
case "(($ac_try" in
 
5217
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5218
  *) ac_try_echo=$ac_try;;
 
5219
esac
 
5220
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5221
$as_echo "$ac_try_echo") >&5
 
5222
  (eval "$ac_link") 2>conftest.er1
 
5223
  ac_status=$?
 
5224
  grep -v '^ *+' conftest.er1 >conftest.err
 
5225
  rm -f conftest.er1
 
5226
  cat conftest.err >&5
 
5227
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5228
  (exit $ac_status); } && {
 
5229
         test -z "$ac_c_werror_flag" ||
 
5230
         test ! -s conftest.err
 
5231
       } && test -s conftest$ac_exeext && {
 
5232
         test "$cross_compiling" = yes ||
 
5233
         $as_test_x conftest$ac_exeext
 
5234
       }; then
 
5235
  ac_cv_lib_cap_cap_get_proc=yes
 
5236
else
 
5237
  $as_echo "$as_me: failed program was:" >&5
 
5238
sed 's/^/| /' conftest.$ac_ext >&5
 
5239
 
 
5240
        ac_cv_lib_cap_cap_get_proc=no
 
5241
fi
 
5242
 
 
5243
rm -rf conftest.dSYM
 
5244
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5245
      conftest$ac_exeext conftest.$ac_ext
 
5246
LIBS=$ac_check_lib_save_LIBS
 
5247
fi
 
5248
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_cap_cap_get_proc" >&5
 
5249
$as_echo "$ac_cv_lib_cap_cap_get_proc" >&6; }
 
5250
if test "x$ac_cv_lib_cap_cap_get_proc" = x""yes; then
 
5251
  LIBCAP=-lcap
 
5252
fi
 
5253
 
 
5254
 
 
5255
 
 
5256
 
 
5257
for ac_header in sys/capability.h
 
5258
do
 
5259
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
5260
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
5261
  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
5262
$as_echo_n "checking for $ac_header... " >&6; }
 
5263
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
5264
  $as_echo_n "(cached) " >&6
 
5265
fi
 
5266
ac_res=`eval 'as_val=${'$as_ac_Header'}
 
5267
                 $as_echo "$as_val"'`
 
5268
               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
5269
$as_echo "$ac_res" >&6; }
 
5270
else
 
5271
  # Is the header compilable?
 
5272
{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
5273
$as_echo_n "checking $ac_header usability... " >&6; }
 
5274
cat >conftest.$ac_ext <<_ACEOF
 
5275
/* confdefs.h.  */
 
5276
_ACEOF
 
5277
cat confdefs.h >>conftest.$ac_ext
 
5278
cat >>conftest.$ac_ext <<_ACEOF
 
5279
/* end confdefs.h.  */
 
5280
$ac_includes_default
 
5281
#include <$ac_header>
 
5282
_ACEOF
 
5283
rm -f conftest.$ac_objext
 
5284
if { (ac_try="$ac_compile"
 
5285
case "(($ac_try" in
 
5286
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5287
  *) ac_try_echo=$ac_try;;
 
5288
esac
 
5289
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5290
$as_echo "$ac_try_echo") >&5
 
5291
  (eval "$ac_compile") 2>conftest.er1
 
5292
  ac_status=$?
 
5293
  grep -v '^ *+' conftest.er1 >conftest.err
 
5294
  rm -f conftest.er1
 
5295
  cat conftest.err >&5
 
5296
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5297
  (exit $ac_status); } && {
 
5298
         test -z "$ac_c_werror_flag" ||
 
5299
         test ! -s conftest.err
 
5300
       } && test -s conftest.$ac_objext; then
 
5301
  ac_header_compiler=yes
 
5302
else
 
5303
  $as_echo "$as_me: failed program was:" >&5
 
5304
sed 's/^/| /' conftest.$ac_ext >&5
 
5305
 
 
5306
        ac_header_compiler=no
 
5307
fi
 
5308
 
 
5309
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
5310
{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
5311
$as_echo "$ac_header_compiler" >&6; }
 
5312
 
 
5313
# Is the header present?
 
5314
{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
5315
$as_echo_n "checking $ac_header presence... " >&6; }
 
5316
cat >conftest.$ac_ext <<_ACEOF
 
5317
/* confdefs.h.  */
 
5318
_ACEOF
 
5319
cat confdefs.h >>conftest.$ac_ext
 
5320
cat >>conftest.$ac_ext <<_ACEOF
 
5321
/* end confdefs.h.  */
 
5322
#include <$ac_header>
 
5323
_ACEOF
 
5324
if { (ac_try="$ac_cpp conftest.$ac_ext"
 
5325
case "(($ac_try" in
 
5326
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5327
  *) ac_try_echo=$ac_try;;
 
5328
esac
 
5329
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5330
$as_echo "$ac_try_echo") >&5
 
5331
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
5332
  ac_status=$?
 
5333
  grep -v '^ *+' conftest.er1 >conftest.err
 
5334
  rm -f conftest.er1
 
5335
  cat conftest.err >&5
 
5336
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5337
  (exit $ac_status); } >/dev/null && {
 
5338
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
5339
         test ! -s conftest.err
 
5340
       }; then
 
5341
  ac_header_preproc=yes
 
5342
else
 
5343
  $as_echo "$as_me: failed program was:" >&5
 
5344
sed 's/^/| /' conftest.$ac_ext >&5
 
5345
 
 
5346
  ac_header_preproc=no
 
5347
fi
 
5348
 
 
5349
rm -f conftest.err conftest.$ac_ext
 
5350
{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
5351
$as_echo "$ac_header_preproc" >&6; }
 
5352
 
 
5353
# So?  What about this header?
 
5354
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
5355
  yes:no: )
 
5356
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
5357
$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
5358
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
5359
$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
5360
    ac_header_preproc=yes
 
5361
    ;;
 
5362
  no:yes:* )
 
5363
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
5364
$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
5365
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
5366
$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
5367
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
5368
$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
5369
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
5370
$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
5371
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
5372
$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
5373
    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
5374
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
5375
    ( cat <<\_ASBOX
 
5376
## ---------------------------------------- ##
 
5377
## Report this to linux-nfs@vger.kernel.org ##
 
5378
## ---------------------------------------- ##
 
5379
_ASBOX
 
5380
     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
5381
    ;;
 
5382
esac
 
5383
{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
5384
$as_echo_n "checking for $ac_header... " >&6; }
 
5385
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
5386
  $as_echo_n "(cached) " >&6
 
5387
else
 
5388
  eval "$as_ac_Header=\$ac_header_preproc"
 
5389
fi
 
5390
ac_res=`eval 'as_val=${'$as_ac_Header'}
 
5391
                 $as_echo "$as_val"'`
 
5392
               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
5393
$as_echo "$ac_res" >&6; }
 
5394
 
 
5395
fi
 
5396
as_val=`eval 'as_val=${'$as_ac_Header'}
 
5397
                 $as_echo "$as_val"'`
 
5398
   if test "x$as_val" = x""yes; then
 
5399
  cat >>confdefs.h <<_ACEOF
 
5400
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
5401
_ACEOF
 
5402
 
 
5403
else
 
5404
  { { $as_echo "$as_me:$LINENO: error: libcap headers not found." >&5
 
5405
$as_echo "$as_me: error: libcap headers not found." >&2;}
 
5406
   { (exit 1); exit 1; }; }
 
5407
fi
 
5408
 
 
5409
done
 
5410
 
 
5411
 
 
5412
 
 
5413
 
5063
5414
# Check whether user wants TCP wrappers support
5064
5415
 
5065
5416
  TCPW_MSG="no"
7232
7583
 
7233
7584
 
7234
7585
 
7235
 
macro_version='2.2.6'
7236
 
macro_revision='1.3012'
 
7586
macro_version='2.2.6b'
 
7587
macro_revision='1.3017'
7237
7588
 
7238
7589
 
7239
7590
 
7709
8060
else
7710
8061
  lt_cv_nm_interface="BSD nm"
7711
8062
  echo "int some_variable = 0;" > conftest.$ac_ext
7712
 
  (eval echo "\"\$as_me:7712: $ac_compile\"" >&5)
 
8063
  (eval echo "\"\$as_me:8063: $ac_compile\"" >&5)
7713
8064
  (eval "$ac_compile" 2>conftest.err)
7714
8065
  cat conftest.err >&5
7715
 
  (eval echo "\"\$as_me:7715: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
8066
  (eval echo "\"\$as_me:8066: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
7716
8067
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
7717
8068
  cat conftest.err >&5
7718
 
  (eval echo "\"\$as_me:7718: output\"" >&5)
 
8069
  (eval echo "\"\$as_me:8069: output\"" >&5)
7719
8070
  cat conftest.out >&5
7720
8071
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
7721
8072
    lt_cv_nm_interface="MS dumpbin"
8909
9260
  ;;
8910
9261
*-*-irix6*)
8911
9262
  # Find out which ABI we are using.
8912
 
  echo '#line 8912 "configure"' > conftest.$ac_ext
 
9263
  echo '#line 9263 "configure"' > conftest.$ac_ext
8913
9264
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8914
9265
  (eval $ac_compile) 2>&5
8915
9266
  ac_status=$?
11012
11363
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11013
11364
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11014
11365
   -e 's:$: $lt_compiler_flag:'`
11015
 
   (eval echo "\"\$as_me:11015: $lt_compile\"" >&5)
 
11366
   (eval echo "\"\$as_me:11366: $lt_compile\"" >&5)
11016
11367
   (eval "$lt_compile" 2>conftest.err)
11017
11368
   ac_status=$?
11018
11369
   cat conftest.err >&5
11019
 
   echo "$as_me:11019: \$? = $ac_status" >&5
 
11370
   echo "$as_me:11370: \$? = $ac_status" >&5
11020
11371
   if (exit $ac_status) && test -s "$ac_outfile"; then
11021
11372
     # The compiler can only warn and ignore the option if not recognized
11022
11373
     # So say no if there are warnings other than the usual output.
11351
11702
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11352
11703
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11353
11704
   -e 's:$: $lt_compiler_flag:'`
11354
 
   (eval echo "\"\$as_me:11354: $lt_compile\"" >&5)
 
11705
   (eval echo "\"\$as_me:11705: $lt_compile\"" >&5)
11355
11706
   (eval "$lt_compile" 2>conftest.err)
11356
11707
   ac_status=$?
11357
11708
   cat conftest.err >&5
11358
 
   echo "$as_me:11358: \$? = $ac_status" >&5
 
11709
   echo "$as_me:11709: \$? = $ac_status" >&5
11359
11710
   if (exit $ac_status) && test -s "$ac_outfile"; then
11360
11711
     # The compiler can only warn and ignore the option if not recognized
11361
11712
     # So say no if there are warnings other than the usual output.
11456
11807
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11457
11808
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11458
11809
   -e 's:$: $lt_compiler_flag:'`
11459
 
   (eval echo "\"\$as_me:11459: $lt_compile\"" >&5)
 
11810
   (eval echo "\"\$as_me:11810: $lt_compile\"" >&5)
11460
11811
   (eval "$lt_compile" 2>out/conftest.err)
11461
11812
   ac_status=$?
11462
11813
   cat out/conftest.err >&5
11463
 
   echo "$as_me:11463: \$? = $ac_status" >&5
 
11814
   echo "$as_me:11814: \$? = $ac_status" >&5
11464
11815
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
11465
11816
   then
11466
11817
     # The compiler can only warn and ignore the option if not recognized
11511
11862
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11512
11863
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11513
11864
   -e 's:$: $lt_compiler_flag:'`
11514
 
   (eval echo "\"\$as_me:11514: $lt_compile\"" >&5)
 
11865
   (eval echo "\"\$as_me:11865: $lt_compile\"" >&5)
11515
11866
   (eval "$lt_compile" 2>out/conftest.err)
11516
11867
   ac_status=$?
11517
11868
   cat out/conftest.err >&5
11518
 
   echo "$as_me:11518: \$? = $ac_status" >&5
 
11869
   echo "$as_me:11869: \$? = $ac_status" >&5
11519
11870
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
11520
11871
   then
11521
11872
     # The compiler can only warn and ignore the option if not recognized
14314
14665
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14315
14666
  lt_status=$lt_dlunknown
14316
14667
  cat > conftest.$ac_ext <<_LT_EOF
14317
 
#line 14317 "configure"
 
14668
#line 14668 "configure"
14318
14669
#include "confdefs.h"
14319
14670
 
14320
14671
#if HAVE_DLFCN_H
14410
14761
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14411
14762
  lt_status=$lt_dlunknown
14412
14763
  cat > conftest.$ac_ext <<_LT_EOF
14413
 
#line 14413 "configure"
 
14764
#line 14764 "configure"
14414
14765
#include "confdefs.h"
14415
14766
 
14416
14767
#if HAVE_DLFCN_H
16430
16781
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16431
16782
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16432
16783
   -e 's:$: $lt_compiler_flag:'`
16433
 
   (eval echo "\"\$as_me:16433: $lt_compile\"" >&5)
 
16784
   (eval echo "\"\$as_me:16784: $lt_compile\"" >&5)
16434
16785
   (eval "$lt_compile" 2>conftest.err)
16435
16786
   ac_status=$?
16436
16787
   cat conftest.err >&5
16437
 
   echo "$as_me:16437: \$? = $ac_status" >&5
 
16788
   echo "$as_me:16788: \$? = $ac_status" >&5
16438
16789
   if (exit $ac_status) && test -s "$ac_outfile"; then
16439
16790
     # The compiler can only warn and ignore the option if not recognized
16440
16791
     # So say no if there are warnings other than the usual output.
16529
16880
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16530
16881
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16531
16882
   -e 's:$: $lt_compiler_flag:'`
16532
 
   (eval echo "\"\$as_me:16532: $lt_compile\"" >&5)
 
16883
   (eval echo "\"\$as_me:16883: $lt_compile\"" >&5)
16533
16884
   (eval "$lt_compile" 2>out/conftest.err)
16534
16885
   ac_status=$?
16535
16886
   cat out/conftest.err >&5
16536
 
   echo "$as_me:16536: \$? = $ac_status" >&5
 
16887
   echo "$as_me:16887: \$? = $ac_status" >&5
16537
16888
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16538
16889
   then
16539
16890
     # The compiler can only warn and ignore the option if not recognized
16581
16932
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16582
16933
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16583
16934
   -e 's:$: $lt_compiler_flag:'`
16584
 
   (eval echo "\"\$as_me:16584: $lt_compile\"" >&5)
 
16935
   (eval echo "\"\$as_me:16935: $lt_compile\"" >&5)
16585
16936
   (eval "$lt_compile" 2>out/conftest.err)
16586
16937
   ac_status=$?
16587
16938
   cat out/conftest.err >&5
16588
 
   echo "$as_me:16588: \$? = $ac_status" >&5
 
16939
   echo "$as_me:16939: \$? = $ac_status" >&5
16589
16940
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16590
16941
   then
16591
16942
     # The compiler can only warn and ignore the option if not recognized
21455
21806
 
21456
21807
 
21457
21808
 
21458
 
for ac_func in getnameinfo bindresvport_sa
 
21809
 
 
21810
for ac_func in getifaddrs getnameinfo bindresvport_sa
21459
21811
do
21460
21812
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
21461
21813
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
21553
21905
_ACEOF
21554
21906
 
21555
21907
else
21556
 
  { { $as_echo "$as_me:$LINENO: error: Missing functions needed for IPv6." >&5
21557
 
$as_echo "$as_me: error: Missing functions needed for IPv6." >&2;}
 
21908
  { { $as_echo "$as_me:$LINENO: error: Missing library functions needed for IPv6." >&5
 
21909
$as_echo "$as_me: error: Missing library functions needed for IPv6." >&2;}
21558
21910
   { (exit 1); exit 1; }; }
21559
21911
fi
21560
21912
done
25530
25882
 
25531
25883
 
25532
25884
 
 
25885
 
25533
25886
for ac_func in alarm atexit dup2 fdatasync ftruncate getcwd \
25534
25887
               gethostbyaddr gethostbyname gethostname getmntent \
25535
 
               getnameinfo getrpcbyname \
 
25888
               getnameinfo getrpcbyname getifaddrs \
25536
25889
               gettimeofday hasmntopt inet_ntoa innetgr memset mkdir pathconf \
25537
25890
               realpath rmdir select socket strcasecmp strchr strdup \
25538
25891
               strerror strrchr strtol strtoul sigprocmask
27476
27829
ACLOCAL_AMFLAGS="-I $ac_macro_dir \$(ACLOCAL_FLAGS)"
27477
27830
 
27478
27831
 
27479
 
ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile tools/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/showmount/Makefile utils/statd/Makefile"
 
27832
ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile support/nsm/Makefile tools/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/showmount/Makefile utils/statd/Makefile tests/Makefile tests/nsm_client/Makefile"
27480
27833
 
27481
27834
cat >confcache <<\_ACEOF
27482
27835
# This file is a shell script that caches the results of configure
27597
27950
Usually this means the macro was only invoked conditionally." >&2;}
27598
27951
   { (exit 1); exit 1; }; }
27599
27952
fi
 
27953
if test -z "${CONFIG_NFSV41_TRUE}" && test -z "${CONFIG_NFSV41_FALSE}"; then
 
27954
  { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_NFSV41\" was never defined.
 
27955
Usually this means the macro was only invoked conditionally." >&5
 
27956
$as_echo "$as_me: error: conditional \"CONFIG_NFSV41\" was never defined.
 
27957
Usually this means the macro was only invoked conditionally." >&2;}
 
27958
   { (exit 1); exit 1; }; }
 
27959
fi
27600
27960
if test -z "${CONFIG_GSS_TRUE}" && test -z "${CONFIG_GSS_FALSE}"; then
27601
27961
  { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_GSS\" was never defined.
27602
27962
Usually this means the macro was only invoked conditionally." >&5
27996
28356
# report actual input values of CONFIG_FILES etc. instead of their
27997
28357
# values after options handling.
27998
28358
ac_log="
27999
 
This file was extended by linux nfs-utils $as_me 1.2.1, which was
 
28359
This file was extended by linux nfs-utils $as_me 1.2.2, which was
28000
28360
generated by GNU Autoconf 2.63.  Invocation command line was
28001
28361
 
28002
28362
  CONFIG_FILES    = $CONFIG_FILES
28059
28419
_ACEOF
28060
28420
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28061
28421
ac_cs_version="\\
28062
 
linux nfs-utils config.status 1.2.1
 
28422
linux nfs-utils config.status 1.2.2
28063
28423
configured by $0, generated by GNU Autoconf 2.63,
28064
28424
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28065
28425
 
28547
28907
    "support/include/Makefile") CONFIG_FILES="$CONFIG_FILES support/include/Makefile" ;;
28548
28908
    "support/misc/Makefile") CONFIG_FILES="$CONFIG_FILES support/misc/Makefile" ;;
28549
28909
    "support/nfs/Makefile") CONFIG_FILES="$CONFIG_FILES support/nfs/Makefile" ;;
 
28910
    "support/nsm/Makefile") CONFIG_FILES="$CONFIG_FILES support/nsm/Makefile" ;;
28550
28911
    "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28551
28912
    "tools/locktest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/locktest/Makefile" ;;
28552
28913
    "tools/nlmtest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/nlmtest/Makefile" ;;
28562
28923
    "utils/nfsstat/Makefile") CONFIG_FILES="$CONFIG_FILES utils/nfsstat/Makefile" ;;
28563
28924
    "utils/showmount/Makefile") CONFIG_FILES="$CONFIG_FILES utils/showmount/Makefile" ;;
28564
28925
    "utils/statd/Makefile") CONFIG_FILES="$CONFIG_FILES utils/statd/Makefile" ;;
 
28926
    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
 
28927
    "tests/nsm_client/Makefile") CONFIG_FILES="$CONFIG_FILES tests/nsm_client/Makefile" ;;
28565
28928
 
28566
28929
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28567
28930
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}