~ubuntu-branches/ubuntu/oneiric/nagios-plugins/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Jan Wagner
  • Date: 2010-01-23 01:07:49 UTC
  • mto: (12.1.3 sid) (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20100123010749-pbdjhe76lbueoawi
Tags: upstream-1.4.14
ImportĀ upstreamĀ versionĀ 1.4.14

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.61 for nagios-plugins 1.4.13.
 
3
# Generated by GNU Autoconf 2.61 for nagios-plugins 1.4.14.
4
4
#
5
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
6
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
726
726
# Identity of this package.
727
727
PACKAGE_NAME='nagios-plugins'
728
728
PACKAGE_TARNAME='nagios-plugins'
729
 
PACKAGE_VERSION='1.4.13'
730
 
PACKAGE_STRING='nagios-plugins 1.4.13'
 
729
PACKAGE_VERSION='1.4.14'
 
730
PACKAGE_STRING='nagios-plugins 1.4.14'
731
731
PACKAGE_BUGREPORT=''
732
732
 
733
733
ac_unique_file="NPTest.pm"
811
811
INSTALL_PROGRAM
812
812
INSTALL_SCRIPT
813
813
INSTALL_DATA
 
814
am__isrc
814
815
CYGPATH_W
815
816
PACKAGE
816
817
VERSION
1899
1900
  # Omit some internal or obsolete options to make the list less imposing.
1900
1901
  # This message is too long to be a string in the A/UX 3.1 sh.
1901
1902
  cat <<_ACEOF
1902
 
\`configure' configures nagios-plugins 1.4.13 to adapt to many kinds of systems.
 
1903
\`configure' configures nagios-plugins 1.4.14 to adapt to many kinds of systems.
1903
1904
 
1904
1905
Usage: $0 [OPTION]... [VAR=VALUE]...
1905
1906
 
1969
1970
 
1970
1971
if test -n "$ac_init_help"; then
1971
1972
  case $ac_init_help in
1972
 
     short | recursive ) echo "Configuration of nagios-plugins 1.4.13:";;
 
1973
     short | recursive ) echo "Configuration of nagios-plugins 1.4.14:";;
1973
1974
   esac
1974
1975
  cat <<\_ACEOF
1975
1976
 
2123
2124
test -n "$ac_init_help" && exit $ac_status
2124
2125
if $ac_init_version; then
2125
2126
  cat <<\_ACEOF
2126
 
nagios-plugins configure 1.4.13
 
2127
nagios-plugins configure 1.4.14
2127
2128
generated by GNU Autoconf 2.61
2128
2129
 
2129
2130
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2137
2138
This file contains any messages produced by compilers while
2138
2139
running configure, to aid debugging if configure makes a mistake.
2139
2140
 
2140
 
It was created by nagios-plugins $as_me 1.4.13, which was
 
2141
It was created by nagios-plugins $as_me 1.4.14, which was
2141
2142
generated by GNU Autoconf 2.61.  Invocation command line was
2142
2143
 
2143
2144
  $ $0 $@
2558
2559
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2559
2560
 
2560
2561
 
2561
 
am__api_version="1.9"
 
2562
am__api_version='1.10'
 
2563
 
2562
2564
# Find a good install program.  We prefer a C program (faster),
2563
2565
# so one script is as good as another.  But avoid the broken or
2564
2566
# incompatible versions:
2710
2712
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2711
2713
fi
2712
2714
 
2713
 
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2714
 
  # We used to keeping the `.' as first argument, in order to
2715
 
  # allow $(mkdir_p) to be used without argument.  As in
2716
 
  #   $(mkdir_p) $(somedir)
2717
 
  # where $(somedir) is conditionally defined.  However this is wrong
2718
 
  # for two reasons:
2719
 
  #  1. if the package is installed by a user who cannot write `.'
2720
 
  #     make install will fail,
2721
 
  #  2. the above comment should most certainly read
2722
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
2723
 
  #     so it does not work when $(somedir) is undefined and
2724
 
  #     $(DESTDIR) is not.
2725
 
  #  To support the latter case, we have to write
2726
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2727
 
  #  so the `.' trick is pointless.
2728
 
  mkdir_p='mkdir -p --'
 
2715
{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
2716
echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
 
2717
if test -z "$MKDIR_P"; then
 
2718
  if test "${ac_cv_path_mkdir+set}" = set; then
 
2719
  echo $ECHO_N "(cached) $ECHO_C" >&6
2729
2720
else
2730
 
  # On NextStep and OpenStep, the `mkdir' command does not
2731
 
  # recognize any option.  It will interpret all options as
2732
 
  # directories to create, and then abort because `.' already
2733
 
  # exists.
2734
 
  for d in ./-p ./--version;
2735
 
  do
2736
 
    test -d $d && rmdir $d
2737
 
  done
2738
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2739
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
2740
 
    mkdir_p='$(mkinstalldirs)'
 
2721
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2722
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
2723
do
 
2724
  IFS=$as_save_IFS
 
2725
  test -z "$as_dir" && as_dir=.
 
2726
  for ac_prog in mkdir gmkdir; do
 
2727
         for ac_exec_ext in '' $ac_executable_extensions; do
 
2728
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
2729
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
2730
             'mkdir (GNU coreutils) '* | \
 
2731
             'mkdir (coreutils) '* | \
 
2732
             'mkdir (fileutils) '4.1*)
 
2733
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
 
2734
               break 3;;
 
2735
           esac
 
2736
         done
 
2737
       done
 
2738
done
 
2739
IFS=$as_save_IFS
 
2740
 
 
2741
fi
 
2742
 
 
2743
  if test "${ac_cv_path_mkdir+set}" = set; then
 
2744
    MKDIR_P="$ac_cv_path_mkdir -p"
2741
2745
  else
2742
 
    mkdir_p='$(install_sh) -d'
 
2746
    # As a last resort, use the slow shell script.  Don't cache a
 
2747
    # value for MKDIR_P within a source directory, because that will
 
2748
    # break other packages using the cache if that directory is
 
2749
    # removed, or if the value is a relative name.
 
2750
    test -d ./--version && rmdir ./--version
 
2751
    MKDIR_P="$ac_install_sh -d"
2743
2752
  fi
2744
2753
fi
 
2754
{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
2755
echo "${ECHO_T}$MKDIR_P" >&6; }
 
2756
 
 
2757
mkdir_p="$MKDIR_P"
 
2758
case $mkdir_p in
 
2759
  [\\/$]* | ?:[\\/]*) ;;
 
2760
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
2761
esac
2745
2762
 
2746
2763
for ac_prog in gawk mawk nawk awk
2747
2764
do
2824
2841
fi
2825
2842
rmdir .tst 2>/dev/null
2826
2843
 
2827
 
# test to see if srcdir already configured
2828
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
2829
 
   test -f $srcdir/config.status; then
2830
 
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
2844
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
2845
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
2846
  # is not polluted with repeated "-I."
 
2847
  am__isrc=' -I$(srcdir)'
 
2848
  # test to see if srcdir already configured
 
2849
  if test -f $srcdir/config.status; then
 
2850
    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2831
2851
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2832
2852
   { (exit 1); exit 1; }; }
 
2853
  fi
2833
2854
fi
2834
2855
 
2835
2856
# test whether we have cygpath
2844
2865
 
2845
2866
# Define the identity of the package.
2846
2867
 PACKAGE='nagios-plugins'
2847
 
 VERSION='1.4.13'
 
2868
 VERSION='1.4.14'
2848
2869
 
2849
2870
 
2850
2871
cat >>confdefs.h <<_ACEOF
2872
2893
 
2873
2894
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2874
2895
 
2875
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
2896
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2876
2897
 
2877
2898
# Installed binaries are usually stripped using `strip' when the user
2878
2899
# run `make install-strip'.  However `strip' might not be the right
2976
2997
fi
2977
2998
 
2978
2999
fi
2979
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
3000
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2980
3001
 
2981
3002
# We need awk for the "check" target.  The system "awk" is bad on
2982
3003
# some platforms.
4082
4103
  am_depcomp="$ac_aux_dir/depcomp"
4083
4104
  AMDEPBACKSLASH='\'
4084
4105
fi
4085
 
 
4086
 
 
4087
 
if test "x$enable_dependency_tracking" != xno; then
 
4106
 if test "x$enable_dependency_tracking" != xno; then
4088
4107
  AMDEP_TRUE=
4089
4108
  AMDEP_FALSE='#'
4090
4109
else
4094
4113
 
4095
4114
 
4096
4115
 
4097
 
 
4098
4116
depcc="$CC"   am_compiler_list=
4099
4117
 
4100
4118
{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4162
4180
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4163
4181
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4164
4182
         >/dev/null 2>conftest.err &&
 
4183
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4165
4184
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4166
4185
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4167
4186
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4191
4210
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
4192
4211
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4193
4212
 
4194
 
 
4195
 
 
4196
 
if
 
4213
 if
4197
4214
  test "x$enable_dependency_tracking" != xno \
4198
4215
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4199
4216
  am__fastdepCC_TRUE=
5618
5635
  lt_cv_deplibs_check_method=pass_all
5619
5636
  ;;
5620
5637
 
5621
 
freebsd* | dragonfly*)
 
5638
freebsd* | kfreebsd*-gnu | dragonfly*)
5622
5639
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
5623
5640
    case $host_cpu in
5624
5641
    i*86 )
5672
5689
  ;;
5673
5690
 
5674
5691
# This must be Linux ELF.
5675
 
linux* | k*bsd*-gnu)
 
5692
linux*)
5676
5693
  lt_cv_deplibs_check_method=pass_all
5677
5694
  ;;
5678
5695
 
5679
 
netbsd* | netbsdelf*-gnu)
 
5696
netbsd*)
5680
5697
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
5681
5698
    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5682
5699
  else
5792
5809
  ;;
5793
5810
*-*-irix6*)
5794
5811
  # Find out which ABI we are using.
5795
 
  echo '#line 5795 "configure"' > conftest.$ac_ext
 
5812
  echo '#line 5812 "configure"' > conftest.$ac_ext
5796
5813
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5797
5814
  (eval $ac_compile) 2>&5
5798
5815
  ac_status=$?
6542
6559
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6543
6560
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6544
6561
         >/dev/null 2>conftest.err &&
 
6562
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6545
6563
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6546
6564
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6547
6565
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6571
6589
echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
6572
6590
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6573
6591
 
6574
 
 
6575
 
 
6576
 
if
 
6592
 if
6577
6593
  test "x$enable_dependency_tracking" != xno \
6578
6594
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6579
6595
  am__fastdepCXX_TRUE=
7239
7255
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7240
7256
  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
7241
7257
  ;;
7242
 
linux* | k*bsd*-gnu)
 
7258
linux*)
7243
7259
  if test "$host_cpu" = ia64; then
7244
7260
    symcode='[ABCDGIRSTW]'
7245
7261
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
8045
8061
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8046
8062
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8047
8063
   -e 's:$: $lt_compiler_flag:'`
8048
 
   (eval echo "\"\$as_me:8048: $lt_compile\"" >&5)
 
8064
   (eval echo "\"\$as_me:8064: $lt_compile\"" >&5)
8049
8065
   (eval "$lt_compile" 2>conftest.err)
8050
8066
   ac_status=$?
8051
8067
   cat conftest.err >&5
8052
 
   echo "$as_me:8052: \$? = $ac_status" >&5
 
8068
   echo "$as_me:8068: \$? = $ac_status" >&5
8053
8069
   if (exit $ac_status) && test -s "$ac_outfile"; then
8054
8070
     # The compiler can only warn and ignore the option if not recognized
8055
8071
     # So say no if there are warnings other than the usual output.
8207
8223
      lt_prog_compiler_static='-Bstatic'
8208
8224
      ;;
8209
8225
 
8210
 
    linux* | k*bsd*-gnu)
 
8226
    linux*)
8211
8227
      case $cc_basename in
8212
8228
      icc* | ecc*)
8213
8229
        lt_prog_compiler_wl='-Wl,'
8313
8329
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8314
8330
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8315
8331
   -e 's:$: $lt_compiler_flag:'`
8316
 
   (eval echo "\"\$as_me:8316: $lt_compile\"" >&5)
 
8332
   (eval echo "\"\$as_me:8332: $lt_compile\"" >&5)
8317
8333
   (eval "$lt_compile" 2>conftest.err)
8318
8334
   ac_status=$?
8319
8335
   cat conftest.err >&5
8320
 
   echo "$as_me:8320: \$? = $ac_status" >&5
 
8336
   echo "$as_me:8336: \$? = $ac_status" >&5
8321
8337
   if (exit $ac_status) && test -s "$ac_outfile"; then
8322
8338
     # The compiler can only warn and ignore the option if not recognized
8323
8339
     # So say no if there are warnings other than the usual output.
8417
8433
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8418
8434
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8419
8435
   -e 's:$: $lt_compiler_flag:'`
8420
 
   (eval echo "\"\$as_me:8420: $lt_compile\"" >&5)
 
8436
   (eval echo "\"\$as_me:8436: $lt_compile\"" >&5)
8421
8437
   (eval "$lt_compile" 2>out/conftest.err)
8422
8438
   ac_status=$?
8423
8439
   cat out/conftest.err >&5
8424
 
   echo "$as_me:8424: \$? = $ac_status" >&5
 
8440
   echo "$as_me:8440: \$? = $ac_status" >&5
8425
8441
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8426
8442
   then
8427
8443
     # The compiler can only warn and ignore the option if not recognized
8646
8662
      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8647
8663
      ;;
8648
8664
 
8649
 
    linux* | k*bsd*-gnu)
 
8665
    linux*)
8650
8666
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
8651
8667
        tmp_addflag=
8652
8668
        case $cc_basename,$host_cpu in
8672
8688
  $echo "local: *; };" >> $output_objdir/$libname.ver~
8673
8689
          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8674
8690
        fi
8675
 
        link_all_deplibs=no
8676
8691
      else
8677
8692
        ld_shlibs=no
8678
8693
      fi
8679
8694
      ;;
8680
8695
 
8681
 
    netbsd* | netbsdelf*-gnu)
 
8696
    netbsd*)
8682
8697
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
8683
8698
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8684
8699
        wlarc=
9106
9121
      ;;
9107
9122
 
9108
9123
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9109
 
    freebsd* | dragonfly*)
 
9124
    freebsd* | kfreebsd*-gnu | dragonfly*)
9110
9125
      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9111
9126
      hardcode_libdir_flag_spec='-R$libdir'
9112
9127
      hardcode_direct=yes
9208
9223
      link_all_deplibs=yes
9209
9224
      ;;
9210
9225
 
9211
 
    netbsd* | netbsdelf*-gnu)
 
9226
    netbsd*)
9212
9227
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
9213
9228
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9214
9229
      else
9671
9686
  version_type=darwin
9672
9687
  need_lib_prefix=no
9673
9688
  need_version=no
9674
 
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
9689
  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
9675
9690
  soname_spec='${libname}${release}${major}$shared_ext'
9676
9691
  shlibpath_overrides_runpath=yes
9677
9692
  shlibpath_var=DYLD_LIBRARY_PATH
9698
9713
  dynamic_linker=no
9699
9714
  ;;
9700
9715
 
 
9716
kfreebsd*-gnu)
 
9717
  version_type=linux
 
9718
  need_lib_prefix=no
 
9719
  need_version=no
 
9720
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
9721
  soname_spec='${libname}${release}${shared_ext}$major'
 
9722
  shlibpath_var=LD_LIBRARY_PATH
 
9723
  shlibpath_overrides_runpath=no
 
9724
  hardcode_into_libs=yes
 
9725
  dynamic_linker='GNU ld.so'
 
9726
  ;;
 
9727
 
9701
9728
freebsd* | dragonfly*)
9702
9729
  # DragonFly does not have aout.  When/if they implement a new
9703
9730
  # versioning mechanism, adjust this.
9853
9880
  ;;
9854
9881
 
9855
9882
# This must be Linux ELF.
9856
 
linux* | k*bsd*-gnu)
 
9883
linux*)
9857
9884
  version_type=linux
9858
9885
  need_lib_prefix=no
9859
9886
  need_version=no
9882
9909
  dynamic_linker='GNU/Linux ld.so'
9883
9910
  ;;
9884
9911
 
9885
 
netbsdelf*-gnu)
 
9912
knetbsd*-gnu)
9886
9913
  version_type=linux
9887
9914
  need_lib_prefix=no
9888
9915
  need_version=no
9891
9918
  shlibpath_var=LD_LIBRARY_PATH
9892
9919
  shlibpath_overrides_runpath=no
9893
9920
  hardcode_into_libs=yes
9894
 
  dynamic_linker='NetBSD ld.elf_so'
 
9921
  dynamic_linker='GNU ld.so'
9895
9922
  ;;
9896
9923
 
9897
9924
netbsd*)
10714
10741
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10715
10742
  lt_status=$lt_dlunknown
10716
10743
  cat > conftest.$ac_ext <<EOF
10717
 
#line 10717 "configure"
 
10744
#line 10744 "configure"
10718
10745
#include "confdefs.h"
10719
10746
 
10720
10747
#if HAVE_DLFCN_H
10814
10841
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10815
10842
  lt_status=$lt_dlunknown
10816
10843
  cat > conftest.$ac_ext <<EOF
10817
 
#line 10817 "configure"
 
10844
#line 10844 "configure"
10818
10845
#include "confdefs.h"
10819
10846
 
10820
10847
#if HAVE_DLFCN_H
12127
12154
  freebsd-elf*)
12128
12155
    archive_cmds_need_lc_CXX=no
12129
12156
    ;;
12130
 
  freebsd* | dragonfly*)
 
12157
  freebsd* | kfreebsd*-gnu | dragonfly*)
12131
12158
    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12132
12159
    # conventions
12133
12160
    ld_shlibs_CXX=yes
12286
12313
    hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12287
12314
    hardcode_libdir_separator_CXX=:
12288
12315
    ;;
12289
 
  linux* | k*bsd*-gnu)
 
12316
  linux*)
12290
12317
    case $cc_basename in
12291
12318
      KCC*)
12292
12319
        # Kuck and Associates, Inc. (KAI) C++ Compiler
12388
12415
        ;;
12389
12416
    esac
12390
12417
    ;;
12391
 
  netbsd* | netbsdelf*-gnu)
 
12418
  netbsd*)
12392
12419
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
12393
12420
      archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12394
12421
      wlarc=
12955
12982
            ;;
12956
12983
        esac
12957
12984
        ;;
12958
 
      freebsd* | dragonfly*)
 
12985
      freebsd* | kfreebsd*-gnu | dragonfly*)
12959
12986
        # FreeBSD uses GNU C++
12960
12987
        ;;
12961
12988
      hpux9* | hpux10* | hpux11*)
12998
13025
            ;;
12999
13026
        esac
13000
13027
        ;;
13001
 
      linux* | k*bsd*-gnu)
 
13028
      linux*)
13002
13029
        case $cc_basename in
13003
13030
          KCC*)
13004
13031
            # KAI C++ Compiler
13041
13068
            ;;
13042
13069
        esac
13043
13070
        ;;
13044
 
      netbsd* | netbsdelf*-gnu)
 
13071
      netbsd*)
13045
13072
        ;;
13046
13073
      osf3* | osf4* | osf5*)
13047
13074
        case $cc_basename in
13150
13177
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13151
13178
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13152
13179
   -e 's:$: $lt_compiler_flag:'`
13153
 
   (eval echo "\"\$as_me:13153: $lt_compile\"" >&5)
 
13180
   (eval echo "\"\$as_me:13180: $lt_compile\"" >&5)
13154
13181
   (eval "$lt_compile" 2>conftest.err)
13155
13182
   ac_status=$?
13156
13183
   cat conftest.err >&5
13157
 
   echo "$as_me:13157: \$? = $ac_status" >&5
 
13184
   echo "$as_me:13184: \$? = $ac_status" >&5
13158
13185
   if (exit $ac_status) && test -s "$ac_outfile"; then
13159
13186
     # The compiler can only warn and ignore the option if not recognized
13160
13187
     # So say no if there are warnings other than the usual output.
13254
13281
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13255
13282
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13256
13283
   -e 's:$: $lt_compiler_flag:'`
13257
 
   (eval echo "\"\$as_me:13257: $lt_compile\"" >&5)
 
13284
   (eval echo "\"\$as_me:13284: $lt_compile\"" >&5)
13258
13285
   (eval "$lt_compile" 2>out/conftest.err)
13259
13286
   ac_status=$?
13260
13287
   cat out/conftest.err >&5
13261
 
   echo "$as_me:13261: \$? = $ac_status" >&5
 
13288
   echo "$as_me:13288: \$? = $ac_status" >&5
13262
13289
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
13263
13290
   then
13264
13291
     # The compiler can only warn and ignore the option if not recognized
13326
13353
  cygwin* | mingw*)
13327
13354
    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
13328
13355
  ;;
13329
 
  linux* | k*bsd*-gnu)
13330
 
    link_all_deplibs_CXX=no
13331
 
  ;;
13332
13356
  *)
13333
13357
    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13334
13358
  ;;
13581
13605
  version_type=darwin
13582
13606
  need_lib_prefix=no
13583
13607
  need_version=no
13584
 
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
13608
  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
13585
13609
  soname_spec='${libname}${release}${major}$shared_ext'
13586
13610
  shlibpath_overrides_runpath=yes
13587
13611
  shlibpath_var=DYLD_LIBRARY_PATH
13608
13632
  dynamic_linker=no
13609
13633
  ;;
13610
13634
 
 
13635
kfreebsd*-gnu)
 
13636
  version_type=linux
 
13637
  need_lib_prefix=no
 
13638
  need_version=no
 
13639
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
13640
  soname_spec='${libname}${release}${shared_ext}$major'
 
13641
  shlibpath_var=LD_LIBRARY_PATH
 
13642
  shlibpath_overrides_runpath=no
 
13643
  hardcode_into_libs=yes
 
13644
  dynamic_linker='GNU ld.so'
 
13645
  ;;
 
13646
 
13611
13647
freebsd* | dragonfly*)
13612
13648
  # DragonFly does not have aout.  When/if they implement a new
13613
13649
  # versioning mechanism, adjust this.
13763
13799
  ;;
13764
13800
 
13765
13801
# This must be Linux ELF.
13766
 
linux* | k*bsd*-gnu)
 
13802
linux*)
13767
13803
  version_type=linux
13768
13804
  need_lib_prefix=no
13769
13805
  need_version=no
13792
13828
  dynamic_linker='GNU/Linux ld.so'
13793
13829
  ;;
13794
13830
 
13795
 
netbsdelf*-gnu)
 
13831
knetbsd*-gnu)
13796
13832
  version_type=linux
13797
13833
  need_lib_prefix=no
13798
13834
  need_version=no
13801
13837
  shlibpath_var=LD_LIBRARY_PATH
13802
13838
  shlibpath_overrides_runpath=no
13803
13839
  hardcode_into_libs=yes
13804
 
  dynamic_linker='NetBSD ld.elf_so'
 
13840
  dynamic_linker='GNU ld.so'
13805
13841
  ;;
13806
13842
 
13807
13843
netbsd*)
14709
14745
      lt_prog_compiler_static_F77='-Bstatic'
14710
14746
      ;;
14711
14747
 
14712
 
    linux* | k*bsd*-gnu)
 
14748
    linux*)
14713
14749
      case $cc_basename in
14714
14750
      icc* | ecc*)
14715
14751
        lt_prog_compiler_wl_F77='-Wl,'
14815
14851
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14816
14852
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14817
14853
   -e 's:$: $lt_compiler_flag:'`
14818
 
   (eval echo "\"\$as_me:14818: $lt_compile\"" >&5)
 
14854
   (eval echo "\"\$as_me:14854: $lt_compile\"" >&5)
14819
14855
   (eval "$lt_compile" 2>conftest.err)
14820
14856
   ac_status=$?
14821
14857
   cat conftest.err >&5
14822
 
   echo "$as_me:14822: \$? = $ac_status" >&5
 
14858
   echo "$as_me:14858: \$? = $ac_status" >&5
14823
14859
   if (exit $ac_status) && test -s "$ac_outfile"; then
14824
14860
     # The compiler can only warn and ignore the option if not recognized
14825
14861
     # So say no if there are warnings other than the usual output.
14919
14955
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14920
14956
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14921
14957
   -e 's:$: $lt_compiler_flag:'`
14922
 
   (eval echo "\"\$as_me:14922: $lt_compile\"" >&5)
 
14958
   (eval echo "\"\$as_me:14958: $lt_compile\"" >&5)
14923
14959
   (eval "$lt_compile" 2>out/conftest.err)
14924
14960
   ac_status=$?
14925
14961
   cat out/conftest.err >&5
14926
 
   echo "$as_me:14926: \$? = $ac_status" >&5
 
14962
   echo "$as_me:14962: \$? = $ac_status" >&5
14927
14963
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14928
14964
   then
14929
14965
     # The compiler can only warn and ignore the option if not recognized
15148
15184
      archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
15149
15185
      ;;
15150
15186
 
15151
 
    linux* | k*bsd*-gnu)
 
15187
    linux*)
15152
15188
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
15153
15189
        tmp_addflag=
15154
15190
        case $cc_basename,$host_cpu in
15174
15210
  $echo "local: *; };" >> $output_objdir/$libname.ver~
15175
15211
          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
15176
15212
        fi
15177
 
        link_all_deplibs_F77=no
15178
15213
      else
15179
15214
        ld_shlibs_F77=no
15180
15215
      fi
15181
15216
      ;;
15182
15217
 
15183
 
    netbsd* | netbsdelf*-gnu)
 
15218
    netbsd*)
15184
15219
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
15185
15220
        archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
15186
15221
        wlarc=
15588
15623
      ;;
15589
15624
 
15590
15625
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
15591
 
    freebsd* | dragonfly*)
 
15626
    freebsd* | kfreebsd*-gnu | dragonfly*)
15592
15627
      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
15593
15628
      hardcode_libdir_flag_spec_F77='-R$libdir'
15594
15629
      hardcode_direct_F77=yes
15690
15725
      link_all_deplibs_F77=yes
15691
15726
      ;;
15692
15727
 
15693
 
    netbsd* | netbsdelf*-gnu)
 
15728
    netbsd*)
15694
15729
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
15695
15730
        archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
15696
15731
      else
16153
16188
  version_type=darwin
16154
16189
  need_lib_prefix=no
16155
16190
  need_version=no
16156
 
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
16191
  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
16157
16192
  soname_spec='${libname}${release}${major}$shared_ext'
16158
16193
  shlibpath_overrides_runpath=yes
16159
16194
  shlibpath_var=DYLD_LIBRARY_PATH
16180
16215
  dynamic_linker=no
16181
16216
  ;;
16182
16217
 
 
16218
kfreebsd*-gnu)
 
16219
  version_type=linux
 
16220
  need_lib_prefix=no
 
16221
  need_version=no
 
16222
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
16223
  soname_spec='${libname}${release}${shared_ext}$major'
 
16224
  shlibpath_var=LD_LIBRARY_PATH
 
16225
  shlibpath_overrides_runpath=no
 
16226
  hardcode_into_libs=yes
 
16227
  dynamic_linker='GNU ld.so'
 
16228
  ;;
 
16229
 
16183
16230
freebsd* | dragonfly*)
16184
16231
  # DragonFly does not have aout.  When/if they implement a new
16185
16232
  # versioning mechanism, adjust this.
16335
16382
  ;;
16336
16383
 
16337
16384
# This must be Linux ELF.
16338
 
linux* | k*bsd*-gnu)
 
16385
linux*)
16339
16386
  version_type=linux
16340
16387
  need_lib_prefix=no
16341
16388
  need_version=no
16364
16411
  dynamic_linker='GNU/Linux ld.so'
16365
16412
  ;;
16366
16413
 
16367
 
netbsdelf*-gnu)
 
16414
knetbsd*-gnu)
16368
16415
  version_type=linux
16369
16416
  need_lib_prefix=no
16370
16417
  need_version=no
16373
16420
  shlibpath_var=LD_LIBRARY_PATH
16374
16421
  shlibpath_overrides_runpath=no
16375
16422
  hardcode_into_libs=yes
16376
 
  dynamic_linker='NetBSD ld.elf_so'
 
16423
  dynamic_linker='GNU ld.so'
16377
16424
  ;;
16378
16425
 
16379
16426
netbsd*)
17106
17153
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17107
17154
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17108
17155
   -e 's:$: $lt_compiler_flag:'`
17109
 
   (eval echo "\"\$as_me:17109: $lt_compile\"" >&5)
 
17156
   (eval echo "\"\$as_me:17156: $lt_compile\"" >&5)
17110
17157
   (eval "$lt_compile" 2>conftest.err)
17111
17158
   ac_status=$?
17112
17159
   cat conftest.err >&5
17113
 
   echo "$as_me:17113: \$? = $ac_status" >&5
 
17160
   echo "$as_me:17160: \$? = $ac_status" >&5
17114
17161
   if (exit $ac_status) && test -s "$ac_outfile"; then
17115
17162
     # The compiler can only warn and ignore the option if not recognized
17116
17163
     # So say no if there are warnings other than the usual output.
17268
17315
      lt_prog_compiler_static_GCJ='-Bstatic'
17269
17316
      ;;
17270
17317
 
17271
 
    linux* | k*bsd*-gnu)
 
17318
    linux*)
17272
17319
      case $cc_basename in
17273
17320
      icc* | ecc*)
17274
17321
        lt_prog_compiler_wl_GCJ='-Wl,'
17374
17421
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17375
17422
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17376
17423
   -e 's:$: $lt_compiler_flag:'`
17377
 
   (eval echo "\"\$as_me:17377: $lt_compile\"" >&5)
 
17424
   (eval echo "\"\$as_me:17424: $lt_compile\"" >&5)
17378
17425
   (eval "$lt_compile" 2>conftest.err)
17379
17426
   ac_status=$?
17380
17427
   cat conftest.err >&5
17381
 
   echo "$as_me:17381: \$? = $ac_status" >&5
 
17428
   echo "$as_me:17428: \$? = $ac_status" >&5
17382
17429
   if (exit $ac_status) && test -s "$ac_outfile"; then
17383
17430
     # The compiler can only warn and ignore the option if not recognized
17384
17431
     # So say no if there are warnings other than the usual output.
17478
17525
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17479
17526
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17480
17527
   -e 's:$: $lt_compiler_flag:'`
17481
 
   (eval echo "\"\$as_me:17481: $lt_compile\"" >&5)
 
17528
   (eval echo "\"\$as_me:17528: $lt_compile\"" >&5)
17482
17529
   (eval "$lt_compile" 2>out/conftest.err)
17483
17530
   ac_status=$?
17484
17531
   cat out/conftest.err >&5
17485
 
   echo "$as_me:17485: \$? = $ac_status" >&5
 
17532
   echo "$as_me:17532: \$? = $ac_status" >&5
17486
17533
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17487
17534
   then
17488
17535
     # The compiler can only warn and ignore the option if not recognized
17707
17754
      archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
17708
17755
      ;;
17709
17756
 
17710
 
    linux* | k*bsd*-gnu)
 
17757
    linux*)
17711
17758
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
17712
17759
        tmp_addflag=
17713
17760
        case $cc_basename,$host_cpu in
17733
17780
  $echo "local: *; };" >> $output_objdir/$libname.ver~
17734
17781
          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
17735
17782
        fi
17736
 
        link_all_deplibs_GCJ=no
17737
17783
      else
17738
17784
        ld_shlibs_GCJ=no
17739
17785
      fi
17740
17786
      ;;
17741
17787
 
17742
 
    netbsd* | netbsdelf*-gnu)
 
17788
    netbsd*)
17743
17789
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
17744
17790
        archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
17745
17791
        wlarc=
18167
18213
      ;;
18168
18214
 
18169
18215
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
18170
 
    freebsd* | dragonfly*)
 
18216
    freebsd* | kfreebsd*-gnu | dragonfly*)
18171
18217
      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
18172
18218
      hardcode_libdir_flag_spec_GCJ='-R$libdir'
18173
18219
      hardcode_direct_GCJ=yes
18269
18315
      link_all_deplibs_GCJ=yes
18270
18316
      ;;
18271
18317
 
18272
 
    netbsd* | netbsdelf*-gnu)
 
18318
    netbsd*)
18273
18319
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
18274
18320
        archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
18275
18321
      else
18732
18778
  version_type=darwin
18733
18779
  need_lib_prefix=no
18734
18780
  need_version=no
18735
 
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
18781
  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
18736
18782
  soname_spec='${libname}${release}${major}$shared_ext'
18737
18783
  shlibpath_overrides_runpath=yes
18738
18784
  shlibpath_var=DYLD_LIBRARY_PATH
18759
18805
  dynamic_linker=no
18760
18806
  ;;
18761
18807
 
 
18808
kfreebsd*-gnu)
 
18809
  version_type=linux
 
18810
  need_lib_prefix=no
 
18811
  need_version=no
 
18812
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
18813
  soname_spec='${libname}${release}${shared_ext}$major'
 
18814
  shlibpath_var=LD_LIBRARY_PATH
 
18815
  shlibpath_overrides_runpath=no
 
18816
  hardcode_into_libs=yes
 
18817
  dynamic_linker='GNU ld.so'
 
18818
  ;;
 
18819
 
18762
18820
freebsd* | dragonfly*)
18763
18821
  # DragonFly does not have aout.  When/if they implement a new
18764
18822
  # versioning mechanism, adjust this.
18914
18972
  ;;
18915
18973
 
18916
18974
# This must be Linux ELF.
18917
 
linux* | k*bsd*-gnu)
 
18975
linux*)
18918
18976
  version_type=linux
18919
18977
  need_lib_prefix=no
18920
18978
  need_version=no
18943
19001
  dynamic_linker='GNU/Linux ld.so'
18944
19002
  ;;
18945
19003
 
18946
 
netbsdelf*-gnu)
 
19004
knetbsd*-gnu)
18947
19005
  version_type=linux
18948
19006
  need_lib_prefix=no
18949
19007
  need_version=no
18952
19010
  shlibpath_var=LD_LIBRARY_PATH
18953
19011
  shlibpath_overrides_runpath=no
18954
19012
  hardcode_into_libs=yes
18955
 
  dynamic_linker='NetBSD ld.elf_so'
 
19013
  dynamic_linker='GNU ld.so'
18956
19014
  ;;
18957
19015
 
18958
19016
netbsd*)
20256
20314
fi
20257
20315
 
20258
20316
 
 
20317
 
20259
20318
{ echo "$as_me:$LINENO: checking for error_at_line" >&5
20260
20319
echo $ECHO_N "checking for error_at_line... $ECHO_C" >&6; }
20261
20320
if test "${ac_cv_lib_error_at_line+set}" = set; then
20964
21023
 
20965
21024
 
20966
21025
 
20967
 
 
20968
 
 
20969
 
if test -f release; then
 
21026
 if test -f release; then
20970
21027
  RELEASE_PRESENT_TRUE=
20971
21028
  RELEASE_PRESENT_FALSE='#'
20972
21029
else
21711
21768
  enable_libtap=no
21712
21769
fi
21713
21770
 
21714
 
 
21715
 
 
21716
 
if test "$enable_libtap" = "yes"; then
 
21771
 if test "$enable_libtap" = "yes"; then
21717
21772
  USE_LIBTAP_LOCAL_TRUE=
21718
21773
  USE_LIBTAP_LOCAL_FALSE='#'
21719
21774
else
21805
21860
  enable_extra_opts=no
21806
21861
fi
21807
21862
 
21808
 
 
21809
 
 
21810
 
if test "$enable_extra_opts" = "yes"; then
 
21863
 if test "$enable_extra_opts" = "yes"; then
21811
21864
  USE_PARSE_INI_TRUE=
21812
21865
  USE_PARSE_INI_FALSE='#'
21813
21866
else
38857
38910
 
38858
38911
 
38859
38912
 
38860
 
 
38861
 
 
38862
 
if false; then
 
38913
   if false; then
38863
38914
  GL_COND_LIBTOOL_TRUE=
38864
38915
  GL_COND_LIBTOOL_FALSE='#'
38865
38916
else
56120
56171
# report actual input values of CONFIG_FILES etc. instead of their
56121
56172
# values after options handling.
56122
56173
ac_log="
56123
 
This file was extended by nagios-plugins $as_me 1.4.13, which was
 
56174
This file was extended by nagios-plugins $as_me 1.4.14, which was
56124
56175
generated by GNU Autoconf 2.61.  Invocation command line was
56125
56176
 
56126
56177
  CONFIG_FILES    = $CONFIG_FILES
56173
56224
_ACEOF
56174
56225
cat >>$CONFIG_STATUS <<_ACEOF
56175
56226
ac_cs_version="\\
56176
 
nagios-plugins config.status 1.4.13
 
56227
nagios-plugins config.status 1.4.14
56177
56228
configured by $0, generated by GNU Autoconf 2.61,
56178
56229
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
56179
56230
 
56415
56466
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
56416
56467
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
56417
56468
INSTALL_DATA!$INSTALL_DATA$ac_delim
 
56469
am__isrc!$am__isrc$ac_delim
56418
56470
CYGPATH_W!$CYGPATH_W$ac_delim
56419
56471
PACKAGE!$PACKAGE$ac_delim
56420
56472
VERSION!$VERSION$ac_delim
56471
56523
ac_ct_CXX!$ac_ct_CXX$ac_delim
56472
56524
CXXDEPMODE!$CXXDEPMODE$ac_delim
56473
56525
am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
 
56526
_ACEOF
 
56527
 
 
56528
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
56529
    break
 
56530
  elif $ac_last_try; then
 
56531
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
56532
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
56533
   { (exit 1); exit 1; }; }
 
56534
  else
 
56535
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
56536
  fi
 
56537
done
 
56538
 
 
56539
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
56540
if test -n "$ac_eof"; then
 
56541
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
56542
  ac_eof=`expr $ac_eof + 1`
 
56543
fi
 
56544
 
 
56545
cat >>$CONFIG_STATUS <<_ACEOF
 
56546
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
56547
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
56548
_ACEOF
 
56549
sed '
 
56550
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
56551
s/^/s,@/; s/!/@,|#_!!_#|/
 
56552
:n
 
56553
t n
 
56554
s/'"$ac_delim"'$/,g/; t
 
56555
s/$/\\/; p
 
56556
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
56557
' >>$CONFIG_STATUS <conf$$subs.sed
 
56558
rm -f conf$$subs.sed
 
56559
cat >>$CONFIG_STATUS <<_ACEOF
 
56560
CEOF$ac_eof
 
56561
_ACEOF
 
56562
 
 
56563
 
 
56564
ac_delim='%!_!# '
 
56565
for ac_last_try in false false false false false :; do
 
56566
  cat >conf$$subs.sed <<_ACEOF
56474
56567
am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
56475
 
_ACEOF
56476
 
 
56477
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
56478
 
    break
56479
 
  elif $ac_last_try; then
56480
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
56481
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
56482
 
   { (exit 1); exit 1; }; }
56483
 
  else
56484
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
56485
 
  fi
56486
 
done
56487
 
 
56488
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
56489
 
if test -n "$ac_eof"; then
56490
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
56491
 
  ac_eof=`expr $ac_eof + 1`
56492
 
fi
56493
 
 
56494
 
cat >>$CONFIG_STATUS <<_ACEOF
56495
 
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
56496
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
56497
 
_ACEOF
56498
 
sed '
56499
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
56500
 
s/^/s,@/; s/!/@,|#_!!_#|/
56501
 
:n
56502
 
t n
56503
 
s/'"$ac_delim"'$/,g/; t
56504
 
s/$/\\/; p
56505
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
56506
 
' >>$CONFIG_STATUS <conf$$subs.sed
56507
 
rm -f conf$$subs.sed
56508
 
cat >>$CONFIG_STATUS <<_ACEOF
56509
 
CEOF$ac_eof
56510
 
_ACEOF
56511
 
 
56512
 
 
56513
 
ac_delim='%!_!# '
56514
 
for ac_last_try in false false false false false :; do
56515
 
  cat >conf$$subs.sed <<_ACEOF
56516
56568
CXXCPP!$CXXCPP$ac_delim
56517
56569
F77!$F77$ac_delim
56518
56570
FFLAGS!$FFLAGS$ac_delim
56609
56661
GNULIB_INET_PTON!$GNULIB_INET_PTON$ac_delim
56610
56662
HAVE_DECL_INET_NTOP!$HAVE_DECL_INET_NTOP$ac_delim
56611
56663
HAVE_DECL_INET_PTON!$HAVE_DECL_INET_PTON$ac_delim
 
56664
_ACEOF
 
56665
 
 
56666
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
56667
    break
 
56668
  elif $ac_last_try; then
 
56669
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
56670
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
56671
   { (exit 1); exit 1; }; }
 
56672
  else
 
56673
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
56674
  fi
 
56675
done
 
56676
 
 
56677
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
56678
if test -n "$ac_eof"; then
 
56679
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
56680
  ac_eof=`expr $ac_eof + 1`
 
56681
fi
 
56682
 
 
56683
cat >>$CONFIG_STATUS <<_ACEOF
 
56684
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 
56685
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
56686
_ACEOF
 
56687
sed '
 
56688
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
56689
s/^/s,@/; s/!/@,|#_!!_#|/
 
56690
:n
 
56691
t n
 
56692
s/'"$ac_delim"'$/,g/; t
 
56693
s/$/\\/; p
 
56694
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
56695
' >>$CONFIG_STATUS <conf$$subs.sed
 
56696
rm -f conf$$subs.sed
 
56697
cat >>$CONFIG_STATUS <<_ACEOF
 
56698
CEOF$ac_eof
 
56699
_ACEOF
 
56700
 
 
56701
 
 
56702
ac_delim='%!_!# '
 
56703
for ac_last_try in false false false false false :; do
 
56704
  cat >conf$$subs.sed <<_ACEOF
56612
56705
ARPA_INET_H!$ARPA_INET_H$ac_delim
56613
 
_ACEOF
56614
 
 
56615
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
56616
 
    break
56617
 
  elif $ac_last_try; then
56618
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
56619
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
56620
 
   { (exit 1); exit 1; }; }
56621
 
  else
56622
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
56623
 
  fi
56624
 
done
56625
 
 
56626
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
56627
 
if test -n "$ac_eof"; then
56628
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
56629
 
  ac_eof=`expr $ac_eof + 1`
56630
 
fi
56631
 
 
56632
 
cat >>$CONFIG_STATUS <<_ACEOF
56633
 
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
56634
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
56635
 
_ACEOF
56636
 
sed '
56637
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
56638
 
s/^/s,@/; s/!/@,|#_!!_#|/
56639
 
:n
56640
 
t n
56641
 
s/'"$ac_delim"'$/,g/; t
56642
 
s/$/\\/; p
56643
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
56644
 
' >>$CONFIG_STATUS <conf$$subs.sed
56645
 
rm -f conf$$subs.sed
56646
 
cat >>$CONFIG_STATUS <<_ACEOF
56647
 
CEOF$ac_eof
56648
 
_ACEOF
56649
 
 
56650
 
 
56651
 
ac_delim='%!_!# '
56652
 
for ac_last_try in false false false false false :; do
56653
 
  cat >conf$$subs.sed <<_ACEOF
56654
56706
HAVE_ARPA_INET_H!$HAVE_ARPA_INET_H$ac_delim
56655
56707
INCLUDE_NEXT!$INCLUDE_NEXT$ac_delim
56656
56708
INCLUDE_NEXT_AS_FIRST_DIRECTIVE!$INCLUDE_NEXT_AS_FIRST_DIRECTIVE$ac_delim
56747
56799
REPLACE_CEILL!$REPLACE_CEILL$ac_delim
56748
56800
REPLACE_FLOORF!$REPLACE_FLOORF$ac_delim
56749
56801
REPLACE_FLOORL!$REPLACE_FLOORL$ac_delim
 
56802
_ACEOF
 
56803
 
 
56804
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
56805
    break
 
56806
  elif $ac_last_try; then
 
56807
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
56808
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
56809
   { (exit 1); exit 1; }; }
 
56810
  else
 
56811
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
56812
  fi
 
56813
done
 
56814
 
 
56815
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
56816
if test -n "$ac_eof"; then
 
56817
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
56818
  ac_eof=`expr $ac_eof + 1`
 
56819
fi
 
56820
 
 
56821
cat >>$CONFIG_STATUS <<_ACEOF
 
56822
cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
 
56823
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
56824
_ACEOF
 
56825
sed '
 
56826
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
56827
s/^/s,@/; s/!/@,|#_!!_#|/
 
56828
:n
 
56829
t n
 
56830
s/'"$ac_delim"'$/,g/; t
 
56831
s/$/\\/; p
 
56832
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
56833
' >>$CONFIG_STATUS <conf$$subs.sed
 
56834
rm -f conf$$subs.sed
 
56835
cat >>$CONFIG_STATUS <<_ACEOF
 
56836
CEOF$ac_eof
 
56837
_ACEOF
 
56838
 
 
56839
 
 
56840
ac_delim='%!_!# '
 
56841
for ac_last_try in false false false false false :; do
 
56842
  cat >conf$$subs.sed <<_ACEOF
56750
56843
REPLACE_FREXP!$REPLACE_FREXP$ac_delim
56751
 
_ACEOF
56752
 
 
56753
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
56754
 
    break
56755
 
  elif $ac_last_try; then
56756
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
56757
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
56758
 
   { (exit 1); exit 1; }; }
56759
 
  else
56760
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
56761
 
  fi
56762
 
done
56763
 
 
56764
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
56765
 
if test -n "$ac_eof"; then
56766
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
56767
 
  ac_eof=`expr $ac_eof + 1`
56768
 
fi
56769
 
 
56770
 
cat >>$CONFIG_STATUS <<_ACEOF
56771
 
cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
56772
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
56773
 
_ACEOF
56774
 
sed '
56775
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
56776
 
s/^/s,@/; s/!/@,|#_!!_#|/
56777
 
:n
56778
 
t n
56779
 
s/'"$ac_delim"'$/,g/; t
56780
 
s/$/\\/; p
56781
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
56782
 
' >>$CONFIG_STATUS <conf$$subs.sed
56783
 
rm -f conf$$subs.sed
56784
 
cat >>$CONFIG_STATUS <<_ACEOF
56785
 
CEOF$ac_eof
56786
 
_ACEOF
56787
 
 
56788
 
 
56789
 
ac_delim='%!_!# '
56790
 
for ac_last_try in false false false false false :; do
56791
 
  cat >conf$$subs.sed <<_ACEOF
56792
56844
REPLACE_FREXPL!$REPLACE_FREXPL$ac_delim
56793
56845
REPLACE_HUGE_VAL!$REPLACE_HUGE_VAL$ac_delim
56794
56846
REPLACE_ISFINITE!$REPLACE_ISFINITE$ac_delim
56885
56937
GNULIB_MALLOC_POSIX!$GNULIB_MALLOC_POSIX$ac_delim
56886
56938
GNULIB_REALLOC_POSIX!$GNULIB_REALLOC_POSIX$ac_delim
56887
56939
GNULIB_CALLOC_POSIX!$GNULIB_CALLOC_POSIX$ac_delim
 
56940
_ACEOF
 
56941
 
 
56942
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
56943
    break
 
56944
  elif $ac_last_try; then
 
56945
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
56946
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
56947
   { (exit 1); exit 1; }; }
 
56948
  else
 
56949
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
56950
  fi
 
56951
done
 
56952
 
 
56953
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
56954
if test -n "$ac_eof"; then
 
56955
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
56956
  ac_eof=`expr $ac_eof + 1`
 
56957
fi
 
56958
 
 
56959
cat >>$CONFIG_STATUS <<_ACEOF
 
56960
cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
 
56961
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
56962
_ACEOF
 
56963
sed '
 
56964
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
56965
s/^/s,@/; s/!/@,|#_!!_#|/
 
56966
:n
 
56967
t n
 
56968
s/'"$ac_delim"'$/,g/; t
 
56969
s/$/\\/; p
 
56970
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
56971
' >>$CONFIG_STATUS <conf$$subs.sed
 
56972
rm -f conf$$subs.sed
 
56973
cat >>$CONFIG_STATUS <<_ACEOF
 
56974
CEOF$ac_eof
 
56975
_ACEOF
 
56976
 
 
56977
 
 
56978
ac_delim='%!_!# '
 
56979
for ac_last_try in false false false false false :; do
 
56980
  cat >conf$$subs.sed <<_ACEOF
56888
56981
GNULIB_ATOLL!$GNULIB_ATOLL$ac_delim
56889
 
_ACEOF
56890
 
 
56891
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
56892
 
    break
56893
 
  elif $ac_last_try; then
56894
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
56895
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
56896
 
   { (exit 1); exit 1; }; }
56897
 
  else
56898
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
56899
 
  fi
56900
 
done
56901
 
 
56902
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
56903
 
if test -n "$ac_eof"; then
56904
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
56905
 
  ac_eof=`expr $ac_eof + 1`
56906
 
fi
56907
 
 
56908
 
cat >>$CONFIG_STATUS <<_ACEOF
56909
 
cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
56910
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
56911
 
_ACEOF
56912
 
sed '
56913
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
56914
 
s/^/s,@/; s/!/@,|#_!!_#|/
56915
 
:n
56916
 
t n
56917
 
s/'"$ac_delim"'$/,g/; t
56918
 
s/$/\\/; p
56919
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
56920
 
' >>$CONFIG_STATUS <conf$$subs.sed
56921
 
rm -f conf$$subs.sed
56922
 
cat >>$CONFIG_STATUS <<_ACEOF
56923
 
CEOF$ac_eof
56924
 
_ACEOF
56925
 
 
56926
 
 
56927
 
ac_delim='%!_!# '
56928
 
for ac_last_try in false false false false false :; do
56929
 
  cat >conf$$subs.sed <<_ACEOF
56930
56982
GNULIB_GETLOADAVG!$GNULIB_GETLOADAVG$ac_delim
56931
56983
GNULIB_GETSUBOPT!$GNULIB_GETSUBOPT$ac_delim
56932
56984
GNULIB_MKDTEMP!$GNULIB_MKDTEMP$ac_delim
57023
57075
REPLACE_DPRINTF!$REPLACE_DPRINTF$ac_delim
57024
57076
HAVE_VDPRINTF!$HAVE_VDPRINTF$ac_delim
57025
57077
REPLACE_VDPRINTF!$REPLACE_VDPRINTF$ac_delim
 
57078
_ACEOF
 
57079
 
 
57080
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
57081
    break
 
57082
  elif $ac_last_try; then
 
57083
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
57084
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
57085
   { (exit 1); exit 1; }; }
 
57086
  else
 
57087
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
57088
  fi
 
57089
done
 
57090
 
 
57091
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
57092
if test -n "$ac_eof"; then
 
57093
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
57094
  ac_eof=`expr $ac_eof + 1`
 
57095
fi
 
57096
 
 
57097
cat >>$CONFIG_STATUS <<_ACEOF
 
57098
cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof
 
57099
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
57100
_ACEOF
 
57101
sed '
 
57102
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
57103
s/^/s,@/; s/!/@,|#_!!_#|/
 
57104
:n
 
57105
t n
 
57106
s/'"$ac_delim"'$/,g/; t
 
57107
s/$/\\/; p
 
57108
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
57109
' >>$CONFIG_STATUS <conf$$subs.sed
 
57110
rm -f conf$$subs.sed
 
57111
cat >>$CONFIG_STATUS <<_ACEOF
 
57112
CEOF$ac_eof
 
57113
_ACEOF
 
57114
 
 
57115
 
 
57116
ac_delim='%!_!# '
 
57117
for ac_last_try in false false false false false :; do
 
57118
  cat >conf$$subs.sed <<_ACEOF
57026
57119
HAVE_VASPRINTF!$HAVE_VASPRINTF$ac_delim
57027
 
_ACEOF
57028
 
 
57029
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
57030
 
    break
57031
 
  elif $ac_last_try; then
57032
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
57033
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
57034
 
   { (exit 1); exit 1; }; }
57035
 
  else
57036
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
57037
 
  fi
57038
 
done
57039
 
 
57040
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
57041
 
if test -n "$ac_eof"; then
57042
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
57043
 
  ac_eof=`expr $ac_eof + 1`
57044
 
fi
57045
 
 
57046
 
cat >>$CONFIG_STATUS <<_ACEOF
57047
 
cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof
57048
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
57049
 
_ACEOF
57050
 
sed '
57051
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
57052
 
s/^/s,@/; s/!/@,|#_!!_#|/
57053
 
:n
57054
 
t n
57055
 
s/'"$ac_delim"'$/,g/; t
57056
 
s/$/\\/; p
57057
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
57058
 
' >>$CONFIG_STATUS <conf$$subs.sed
57059
 
rm -f conf$$subs.sed
57060
 
cat >>$CONFIG_STATUS <<_ACEOF
57061
 
CEOF$ac_eof
57062
 
_ACEOF
57063
 
 
57064
 
 
57065
 
ac_delim='%!_!# '
57066
 
for ac_last_try in false false false false false :; do
57067
 
  cat >conf$$subs.sed <<_ACEOF
57068
57120
REPLACE_VASPRINTF!$REPLACE_VASPRINTF$ac_delim
57069
57121
HAVE_DECL_OBSTACK_PRINTF!$HAVE_DECL_OBSTACK_PRINTF$ac_delim
57070
57122
REPLACE_OBSTACK_PRINTF!$REPLACE_OBSTACK_PRINTF$ac_delim
57161
57213
HAVE_STRVERSCMP!$HAVE_STRVERSCMP$ac_delim
57162
57214
REPLACE_MEMMEM!$REPLACE_MEMMEM$ac_delim
57163
57215
REPLACE_STRDUP!$REPLACE_STRDUP$ac_delim
 
57216
_ACEOF
 
57217
 
 
57218
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
57219
    break
 
57220
  elif $ac_last_try; then
 
57221
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
57222
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
57223
   { (exit 1); exit 1; }; }
 
57224
  else
 
57225
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
57226
  fi
 
57227
done
 
57228
 
 
57229
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
57230
if test -n "$ac_eof"; then
 
57231
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
57232
  ac_eof=`expr $ac_eof + 1`
 
57233
fi
 
57234
 
 
57235
cat >>$CONFIG_STATUS <<_ACEOF
 
57236
cat >"\$tmp/subs-6.sed" <<\CEOF$ac_eof
 
57237
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
57238
_ACEOF
 
57239
sed '
 
57240
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
57241
s/^/s,@/; s/!/@,|#_!!_#|/
 
57242
:n
 
57243
t n
 
57244
s/'"$ac_delim"'$/,g/; t
 
57245
s/$/\\/; p
 
57246
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
57247
' >>$CONFIG_STATUS <conf$$subs.sed
 
57248
rm -f conf$$subs.sed
 
57249
cat >>$CONFIG_STATUS <<_ACEOF
 
57250
CEOF$ac_eof
 
57251
_ACEOF
 
57252
 
 
57253
 
 
57254
ac_delim='%!_!# '
 
57255
for ac_last_try in false false false false false :; do
 
57256
  cat >conf$$subs.sed <<_ACEOF
57164
57257
REPLACE_STRSTR!$REPLACE_STRSTR$ac_delim
57165
 
_ACEOF
57166
 
 
57167
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
57168
 
    break
57169
 
  elif $ac_last_try; then
57170
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
57171
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
57172
 
   { (exit 1); exit 1; }; }
57173
 
  else
57174
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
57175
 
  fi
57176
 
done
57177
 
 
57178
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
57179
 
if test -n "$ac_eof"; then
57180
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
57181
 
  ac_eof=`expr $ac_eof + 1`
57182
 
fi
57183
 
 
57184
 
cat >>$CONFIG_STATUS <<_ACEOF
57185
 
cat >"\$tmp/subs-6.sed" <<\CEOF$ac_eof
57186
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
57187
 
_ACEOF
57188
 
sed '
57189
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
57190
 
s/^/s,@/; s/!/@,|#_!!_#|/
57191
 
:n
57192
 
t n
57193
 
s/'"$ac_delim"'$/,g/; t
57194
 
s/$/\\/; p
57195
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
57196
 
' >>$CONFIG_STATUS <conf$$subs.sed
57197
 
rm -f conf$$subs.sed
57198
 
cat >>$CONFIG_STATUS <<_ACEOF
57199
 
CEOF$ac_eof
57200
 
_ACEOF
57201
 
 
57202
 
 
57203
 
ac_delim='%!_!# '
57204
 
for ac_last_try in false false false false false :; do
57205
 
  cat >conf$$subs.sed <<_ACEOF
57206
57258
REPLACE_STRCASESTR!$REPLACE_STRCASESTR$ac_delim
57207
57259
REPLACE_STRERROR!$REPLACE_STRERROR$ac_delim
57208
57260
REPLACE_STRSIGNAL!$REPLACE_STRSIGNAL$ac_delim
57233
57285
gltests_LTLIBOBJS!$gltests_LTLIBOBJS$ac_delim
57234
57286
_ACEOF
57235
57287
 
57236
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 28; then
 
57288
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 29; then
57237
57289
    break
57238
57290
  elif $ac_last_try; then
57239
57291
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
57683
57735
  # some people rename them; so instead we look at the file content.
57684
57736
  # Grep'ing the first line is not enough: some people post-process
57685
57737
  # each Makefile.in and add a new line on top of each file to say so.
57686
 
  # So let's grep whole file.
57687
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
57738
  # Grep'ing the whole file is not good either: AIX grep has a line
 
57739
  # limit of 2048, but all sed's we know have understand at least 4000.
 
57740
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
57688
57741
    dirpart=`$as_dirname -- "$mf" ||
57689
57742
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
57690
57743
         X"$mf" : 'X\(//\)[^/]' \| \