[nmh] Add a patch to deal with autoconf issues

Josh Bressers bressers at fedoraproject.org
Fri Aug 9 18:47:07 UTC 2013


commit 3c8e42608c7fdbd4cf9e7ccb23c9cdaddf8bcc1b
Author: bress <josh at bress.net>
Date:   Fri Aug 9 13:46:27 2013 -0500

    Add a patch to deal with autoconf issues

 nmh-autoconf-2_69.patch |22325 +++++++++++++++++++++++++++++++++++++++++++++++
 nmh.spec                |    8 +-
 2 files changed, 22330 insertions(+), 3 deletions(-)
---
diff --git a/nmh-autoconf-2_69.patch b/nmh-autoconf-2_69.patch
new file mode 100644
index 0000000..70b091a
--- /dev/null
+++ b/nmh-autoconf-2_69.patch
@@ -0,0 +1,22325 @@
+diff -urNp nmh-1.5/aclocal.m4 nmh-1.5.fixed/aclocal.m4
+--- nmh-1.5/aclocal.m4	2012-06-10 23:14:04.000000000 -0500
++++ nmh-1.5.fixed/aclocal.m4	2013-08-09 10:08:27.218831995 -0500
+@@ -1,7 +1,7 @@
+-# generated automatically by aclocal 1.10 -*- Autoconf -*-
++# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
++
++# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+ 
+-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+-# 2005, 2006  Free Software Foundation, Inc.
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -11,12 +11,16 @@
+ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ # PARTICULAR PURPOSE.
+ 
+-m4_if(m4_PACKAGE_VERSION, [2.61],,
+-[m4_fatal([this file was generated for autoconf 2.61.
+-You have another version of autoconf.  If you want to use that,
+-you should regenerate the build system entirely.], [63])])
++m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
++m4_ifndef([AC_AUTOCONF_VERSION],
++  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
++m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
++[m4_warning([this file was generated for autoconf 2.69.
++You have another version of autoconf.  It may work, but is not guaranteed to.
++If you have problems, you may need to regenerate the build system entirely.
++To do so, use the procedure documented by the package, typically 'autoreconf'.])])
+ 
+-# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc.
++# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+@@ -28,10 +32,10 @@ you should regenerate the build system e
+ # generated from the m4 files accompanying Automake X.Y.
+ # (This private macro should not be called outside this file.)
+ AC_DEFUN([AM_AUTOMAKE_VERSION],
+-[am__api_version='1.10'
++[am__api_version='1.13'
+ dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
+ dnl require some minimum version.  Point them to the right macro.
+-m4_if([$1], [1.10], [],
++m4_if([$1], [1.13.4], [],
+       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
+ ])
+ 
+@@ -45,22 +49,83 @@ m4_define([_AM_AUTOCONF_VERSION], [])
+ # AM_SET_CURRENT_AUTOMAKE_VERSION
+ # -------------------------------
+ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
+-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
++# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
+ AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
+-[AM_AUTOMAKE_VERSION([1.10])dnl
+-_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
++[AM_AUTOMAKE_VERSION([1.13.4])dnl
++m4_ifndef([AC_AUTOCONF_VERSION],
++  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
++_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
++
++# Copyright (C) 2011-2013 Free Software Foundation, Inc.
++#
++# This file is free software; the Free Software Foundation
++# gives unlimited permission to copy and/or distribute it,
++# with or without modifications, as long as this notice is preserved.
++
++# AM_PROG_AR([ACT-IF-FAIL])
++# -------------------------
++# Try to determine the archiver interface, and trigger the ar-lib wrapper
++# if it is needed.  If the detection of archiver interface fails, run
++# ACT-IF-FAIL (default is to abort configure with a proper error message).
++AC_DEFUN([AM_PROG_AR],
++[AC_BEFORE([$0], [LT_INIT])dnl
++AC_BEFORE([$0], [AC_PROG_LIBTOOL])dnl
++AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
++AC_REQUIRE_AUX_FILE([ar-lib])dnl
++AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false])
++: ${AR=ar}
++
++AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
++  [am_cv_ar_interface=ar
++   AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])],
++     [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
++      AC_TRY_EVAL([am_ar_try])
++      if test "$ac_status" -eq 0; then
++        am_cv_ar_interface=ar
++      else
++        am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
++        AC_TRY_EVAL([am_ar_try])
++        if test "$ac_status" -eq 0; then
++          am_cv_ar_interface=lib
++        else
++          am_cv_ar_interface=unknown
++        fi
++      fi
++      rm -f conftest.lib libconftest.a
++     ])
++   ])
++
++case $am_cv_ar_interface in
++ar)
++  ;;
++lib)
++  # Microsoft lib, so override with the ar-lib wrapper script.
++  # FIXME: It is wrong to rewrite AR.
++  # But if we don't then we get into trouble of one sort or another.
++  # A longer-term fix would be to have automake use am__AR in this case,
++  # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
++  # similar.
++  AR="$am_aux_dir/ar-lib $AR"
++  ;;
++unknown)
++  m4_default([$1],
++             [AC_MSG_ERROR([could not determine $AR interface])])
++  ;;
++esac
++AC_SUBST([AR])dnl
++])
+ 
+ # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
+ 
+-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
++# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+ # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
+-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
+-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
++# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
++# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
+ #
+ # Of course, Automake must honor this variable whenever it calls a
+ # tool from the auxiliary directory.  The problem is that $srcdir (and
+@@ -79,7 +144,7 @@ _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)
+ #
+ # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
+ # are both prefixed by $srcdir.  In an in-source build this is usually
+-# harmless because $srcdir is `.', but things will broke when you
++# harmless because $srcdir is '.', but things will broke when you
+ # start a VPATH build or use an absolute $srcdir.
+ #
+ # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
+@@ -105,26 +170,24 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
+ 
+ # AM_CONDITIONAL                                            -*- Autoconf -*-
+ 
+-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
+-# Free Software Foundation, Inc.
++# Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# serial 8
+-
+ # AM_CONDITIONAL(NAME, SHELL-CONDITION)
+ # -------------------------------------
+ # Define a conditional.
+ AC_DEFUN([AM_CONDITIONAL],
+-[AC_PREREQ(2.52)dnl
+- ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
+-	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
++[AC_PREREQ([2.52])dnl
++ m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
++       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
+ AC_SUBST([$1_TRUE])dnl
+ AC_SUBST([$1_FALSE])dnl
+ _AM_SUBST_NOTMAKE([$1_TRUE])dnl
+ _AM_SUBST_NOTMAKE([$1_FALSE])dnl
++m4_define([_AM_COND_VALUE_$1], [$2])dnl
+ if $2; then
+   $1_TRUE=
+   $1_FALSE='#'
+@@ -138,16 +201,14 @@ AC_CONFIG_COMMANDS_PRE(
+ Usually this means the macro was only invoked conditionally.]])
+ fi])])
+ 
+-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+-# Free Software Foundation, Inc.
++# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# serial 9
+ 
+-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
++# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
+ # written in clear, in which case automake, when reading aclocal.m4,
+ # will think it sees a *use*, and therefore will trigger all it's
+ # C support machinery.  Also note that it means that autoscan, seeing
+@@ -157,7 +218,7 @@ fi])])
+ # _AM_DEPENDENCIES(NAME)
+ # ----------------------
+ # See how the compiler implements dependency checking.
+-# NAME is "CC", "CXX", "GCJ", or "OBJC".
++# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
+ # We try a few techniques and use that to set a single cache variable.
+ #
+ # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
+@@ -170,12 +231,13 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMAND
+ AC_REQUIRE([AM_MAKE_INCLUDE])dnl
+ AC_REQUIRE([AM_DEP_TRACK])dnl
+ 
+-ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
+-       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
+-       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
+-       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
+-       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
+-                   [depcc="$$1"   am_compiler_list=])
++m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
++      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
++      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
++      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
++      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
++      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
++                    [depcc="$$1"   am_compiler_list=])
+ 
+ AC_CACHE_CHECK([dependency style of $depcc],
+                [am_cv_$1_dependencies_compiler_type],
+@@ -183,8 +245,9 @@ AC_CACHE_CHECK([dependency style of $dep
+   # We make a subdir and do the tests there.  Otherwise we can end up
+   # making bogus files that we don't know about and never remove.  For
+   # instance it was reported that on HP-UX the gcc test will end up
+-  # making a dummy file named `D' -- because `-MD' means `put the output
+-  # in D'.
++  # making a dummy file named 'D' -- because '-MD' means "put the output
++  # in D".
++  rm -rf conftest.dir
+   mkdir conftest.dir
+   # Copy depcomp to subdir because otherwise we won't find it if we're
+   # using a relative directory.
+@@ -202,6 +265,16 @@ AC_CACHE_CHECK([dependency style of $dep
+   if test "$am_compiler_list" = ""; then
+      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
+   fi
++  am__universal=false
++  m4_case([$1], [CC],
++    [case " $depcc " in #(
++     *\ -arch\ *\ -arch\ *) am__universal=true ;;
++     esac],
++    [CXX],
++    [case " $depcc " in #(
++     *\ -arch\ *\ -arch\ *) am__universal=true ;;
++     esac])
++
+   for depmode in $am_compiler_list; do
+     # Setup a source with many dependencies, because some compilers
+     # like to wrap large dependency lists on column 80 (with \), and
+@@ -213,35 +286,49 @@ AC_CACHE_CHECK([dependency style of $dep
+     : > sub/conftest.c
+     for i in 1 2 3 4 5 6; do
+       echo '#include "conftst'$i'.h"' >> sub/conftest.c
+-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+-      # Solaris 8's {/usr,}/bin/sh.
+-      touch sub/conftst$i.h
++      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
++      # Solaris 10 /bin/sh.
++      echo '/* dummy */' > sub/conftst$i.h
+     done
+     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+ 
++    # We check with '-c' and '-o' for the sake of the "dashmstdout"
++    # mode.  It turns out that the SunPro C++ compiler does not properly
++    # handle '-M -o', and we need to detect this.  Also, some Intel
++    # versions had trouble with output in subdirs.
++    am__obj=sub/conftest.${OBJEXT-o}
++    am__minus_obj="-o $am__obj"
+     case $depmode in
++    gcc)
++      # This depmode causes a compiler race in universal mode.
++      test "$am__universal" = false || continue
++      ;;
+     nosideeffect)
+-      # after this tag, mechanisms are not by side-effect, so they'll
+-      # only be used when explicitly requested
++      # After this tag, mechanisms are not by side-effect, so they'll
++      # only be used when explicitly requested.
+       if test "x$enable_dependency_tracking" = xyes; then
+ 	continue
+       else
+ 	break
+       fi
+       ;;
++    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
++      # This compiler won't grok '-c -o', but also, the minuso test has
++      # not run yet.  These depmodes are late enough in the game, and
++      # so weak that their functioning should not be impacted.
++      am__obj=conftest.${OBJEXT-o}
++      am__minus_obj=
++      ;;
+     none) break ;;
+     esac
+-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
+-    # mode.  It turns out that the SunPro C++ compiler does not properly
+-    # handle `-M -o', and we need to detect this.
+     if depmode=$depmode \
+-       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
++       source=sub/conftest.c object=$am__obj \
+        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+-       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
++       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+          >/dev/null 2>conftest.err &&
+        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+-       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
++       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+       # icc doesn't choke on unknown options, it will just issue warnings
+       # or remarks (even with -Werror).  So we grep stderr for any message
+@@ -274,7 +361,7 @@ AM_CONDITIONAL([am__fastdep$1], [
+ # AM_SET_DEPDIR
+ # -------------
+ # Choose a directory name for dependency files.
+-# This macro is AC_REQUIREd in _AM_DEPENDENCIES
++# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
+ AC_DEFUN([AM_SET_DEPDIR],
+ [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
+@@ -284,71 +371,85 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}d
+ # AM_DEP_TRACK
+ # ------------
+ AC_DEFUN([AM_DEP_TRACK],
+-[AC_ARG_ENABLE(dependency-tracking,
+-[  --disable-dependency-tracking  speeds up one-time build
+-  --enable-dependency-tracking   do not reject slow dependency extractors])
++[AC_ARG_ENABLE([dependency-tracking], [dnl
++AS_HELP_STRING(
++  [--enable-dependency-tracking],
++  [do not reject slow dependency extractors])
++AS_HELP_STRING(
++  [--disable-dependency-tracking],
++  [speeds up one-time build])])
+ if test "x$enable_dependency_tracking" != xno; then
+   am_depcomp="$ac_aux_dir/depcomp"
+   AMDEPBACKSLASH='\'
++  am__nodep='_no'
+ fi
+ AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
+ AC_SUBST([AMDEPBACKSLASH])dnl
+ _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
++AC_SUBST([am__nodep])dnl
++_AM_SUBST_NOTMAKE([am__nodep])dnl
+ ])
+ 
+ # Generate code to set up dependency tracking.              -*- Autoconf -*-
+ 
+-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
+-# Free Software Foundation, Inc.
++# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-#serial 3
+ 
+ # _AM_OUTPUT_DEPENDENCY_COMMANDS
+ # ------------------------------
+ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
+-[for mf in $CONFIG_FILES; do
+-  # Strip MF so we end up with the name of the file.
+-  mf=`echo "$mf" | sed -e 's/:.*$//'`
+-  # Check whether this is an Automake generated Makefile or not.
+-  # We used to match only the files named `Makefile.in', but
+-  # some people rename them; so instead we look at the file content.
+-  # Grep'ing the first line is not enough: some people post-process
+-  # each Makefile.in and add a new line on top of each file to say so.
+-  # Grep'ing the whole file is not good either: AIX grep has a line
+-  # limit of 2048, but all sed's we know have understand at least 4000.
+-  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
+-    dirpart=`AS_DIRNAME("$mf")`
+-  else
+-    continue
+-  fi
+-  # Extract the definition of DEPDIR, am__include, and am__quote
+-  # from the Makefile without running `make'.
+-  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+-  test -z "$DEPDIR" && continue
+-  am__include=`sed -n 's/^am__include = //p' < "$mf"`
+-  test -z "am__include" && continue
+-  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+-  # When using ansi2knr, U may be empty or an underscore; expand it
+-  U=`sed -n 's/^U = //p' < "$mf"`
+-  # Find all dependency output files, they are included files with
+-  # $(DEPDIR) in their names.  We invoke sed twice because it is the
+-  # simplest approach to changing $(DEPDIR) to its actual value in the
+-  # expansion.
+-  for file in `sed -n "
+-    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+-       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+-    # Make sure the directory exists.
+-    test -f "$dirpart/$file" && continue
+-    fdir=`AS_DIRNAME(["$file"])`
+-    AS_MKDIR_P([$dirpart/$fdir])
+-    # echo "creating $dirpart/$file"
+-    echo '# dummy' > "$dirpart/$file"
++[{
++  # Older Autoconf quotes --file arguments for eval, but not when files
++  # are listed without --file.  Let's play safe and only enable the eval
++  # if we detect the quoting.
++  case $CONFIG_FILES in
++  *\'*) eval set x "$CONFIG_FILES" ;;
++  *)   set x $CONFIG_FILES ;;
++  esac
++  shift
++  for mf
++  do
++    # Strip MF so we end up with the name of the file.
++    mf=`echo "$mf" | sed -e 's/:.*$//'`
++    # Check whether this is an Automake generated Makefile or not.
++    # We used to match only the files named 'Makefile.in', but
++    # some people rename them; so instead we look at the file content.
++    # Grep'ing the first line is not enough: some people post-process
++    # each Makefile.in and add a new line on top of each file to say so.
++    # Grep'ing the whole file is not good either: AIX grep has a line
++    # limit of 2048, but all sed's we know have understand at least 4000.
++    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
++      dirpart=`AS_DIRNAME("$mf")`
++    else
++      continue
++    fi
++    # Extract the definition of DEPDIR, am__include, and am__quote
++    # from the Makefile without running 'make'.
++    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
++    test -z "$DEPDIR" && continue
++    am__include=`sed -n 's/^am__include = //p' < "$mf"`
++    test -z "$am__include" && continue
++    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
++    # Find all dependency output files, they are included files with
++    # $(DEPDIR) in their names.  We invoke sed twice because it is the
++    # simplest approach to changing $(DEPDIR) to its actual value in the
++    # expansion.
++    for file in `sed -n "
++      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
++	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
++      # Make sure the directory exists.
++      test -f "$dirpart/$file" && continue
++      fdir=`AS_DIRNAME(["$file"])`
++      AS_MKDIR_P([$dirpart/$fdir])
++      # echo "creating $dirpart/$file"
++      echo '# dummy' > "$dirpart/$file"
++    done
+   done
+-done
++}
+ ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
+ 
+ 
+@@ -357,7 +458,7 @@ done
+ # This macro should only be invoked once -- use via AC_REQUIRE.
+ #
+ # This code is only required when automatic dependency tracking
+-# is enabled.  FIXME.  This creates each `.P' file that we will
++# is enabled.  FIXME.  This creates each '.P' file that we will
+ # need in order to bootstrap the dependency handling code.
+ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
+ [AC_CONFIG_COMMANDS([depfiles],
+@@ -367,15 +468,12 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS]
+ 
+ # Do all the work for Automake.                             -*- Autoconf -*-
+ 
+-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+-# 2005, 2006 Free Software Foundation, Inc.
++# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# serial 12
+-
+ # This macro actually does too much.  Some checks are only needed if
+ # your package does certain things.  But this isn't really a big deal.
+ 
+@@ -391,7 +489,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS]
+ # arguments mandatory, and then we can depend on a new Autoconf
+ # release and drop the old call support.
+ AC_DEFUN([AM_INIT_AUTOMAKE],
+-[AC_PREREQ([2.60])dnl
++[AC_PREREQ([2.65])dnl
+ dnl Autoconf wants to disallow AM_ names.  We explicitly allow
+ dnl the ones we care about.
+ m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
+@@ -420,55 +518,81 @@ AC_SUBST([CYGPATH_W])
+ # Define the identity of the package.
+ dnl Distinguish between old-style and new-style calls.
+ m4_ifval([$2],
+-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
++[AC_DIAGNOSE([obsolete],
++             [$0: two- and three-arguments forms are deprecated.])
++m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
+  AC_SUBST([PACKAGE], [$1])dnl
+  AC_SUBST([VERSION], [$2])],
+ [_AM_SET_OPTIONS([$1])dnl
+ dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
+-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
++m4_if(
++  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
++  [ok:ok],,
+   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
+  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
+  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
+ 
+ _AM_IF_OPTION([no-define],,
+-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
+- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
++[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
++ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
+ 
+ # Some tools Automake needs.
+ AC_REQUIRE([AM_SANITY_CHECK])dnl
+ AC_REQUIRE([AC_ARG_PROGRAM])dnl
+-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
+-AM_MISSING_PROG(AUTOCONF, autoconf)
+-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
+-AM_MISSING_PROG(AUTOHEADER, autoheader)
+-AM_MISSING_PROG(MAKEINFO, makeinfo)
+-AM_PROG_INSTALL_SH
+-AM_PROG_INSTALL_STRIP
+-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
++AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
++AM_MISSING_PROG([AUTOCONF], [autoconf])
++AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
++AM_MISSING_PROG([AUTOHEADER], [autoheader])
++AM_MISSING_PROG([MAKEINFO], [makeinfo])
++AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
++AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
++AC_REQUIRE([AC_PROG_MKDIR_P])dnl
++# For better backward compatibility.  To be removed once Automake 1.9.x
++# dies out for good.  For more background, see:
++# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
++# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
++AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
+ # We need awk for the "check" target.  The system "awk" is bad on
+ # some platforms.
+ AC_REQUIRE([AC_PROG_AWK])dnl
+ AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+ AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
+-              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
+-	      		     [_AM_PROG_TAR([v7])])])
++	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
++			     [_AM_PROG_TAR([v7])])])
+ _AM_IF_OPTION([no-dependencies],,
+ [AC_PROVIDE_IFELSE([AC_PROG_CC],
+-                  [_AM_DEPENDENCIES(CC)],
+-                  [define([AC_PROG_CC],
+-                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
++		  [_AM_DEPENDENCIES([CC])],
++		  [m4_define([AC_PROG_CC],
++			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
+ AC_PROVIDE_IFELSE([AC_PROG_CXX],
+-                  [_AM_DEPENDENCIES(CXX)],
+-                  [define([AC_PROG_CXX],
+-                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
++		  [_AM_DEPENDENCIES([CXX])],
++		  [m4_define([AC_PROG_CXX],
++			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
+ AC_PROVIDE_IFELSE([AC_PROG_OBJC],
+-                  [_AM_DEPENDENCIES(OBJC)],
+-                  [define([AC_PROG_OBJC],
+-                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
++		  [_AM_DEPENDENCIES([OBJC])],
++		  [m4_define([AC_PROG_OBJC],
++			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
++AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
++		  [_AM_DEPENDENCIES([OBJCXX])],
++		  [m4_define([AC_PROG_OBJCXX],
++			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
+ ])
++AC_REQUIRE([AM_SILENT_RULES])dnl
++dnl The testsuite driver may need to know about EXEEXT, so add the
++dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
++dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
++AC_CONFIG_COMMANDS_PRE(dnl
++[m4_provide_if([_AM_COMPILER_EXEEXT],
++  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
+ ])
+ 
++dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
++dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
++dnl mangled by Autoconf and run in a shell conditional statement.
++m4_define([_AC_COMPILER_EXEEXT],
++m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
++
+ 
+ # When config.status generates a header, we must update the stamp-h file.
+ # This file resides in the same directory as the config header
+@@ -479,18 +603,19 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJC],
+ # our stamp files there.
+ AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
+ [# Compute $1's index in $config_headers.
++_am_arg=$1
+ _am_stamp_count=1
+ for _am_header in $config_headers :; do
+   case $_am_header in
+-    $1 | $1:* )
++    $_am_arg | $_am_arg:* )
+       break ;;
+     * )
+       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+   esac
+ done
+-echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
++echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
+ 
+-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
++# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+@@ -501,17 +626,22 @@ echo "timestamp for $1" >`AS_DIRNAME([$1
+ # Define $install_sh.
+ AC_DEFUN([AM_PROG_INSTALL_SH],
+ [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
+-AC_SUBST(install_sh)])
++if test x"${install_sh}" != xset; then
++  case $am_aux_dir in
++  *\ * | *\	*)
++    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
++  *)
++    install_sh="\${SHELL} $am_aux_dir/install-sh"
++  esac
++fi
++AC_SUBST([install_sh])])
+ 
+-# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
++# Copyright (C) 2003-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# serial 2
+-
+ # Check whether the underlying file-system supports filenames
+ # with a leading dot.  For instance MS-DOS doesn't.
+ AC_DEFUN([AM_SET_LEADING_DOT],
+@@ -527,14 +657,12 @@ AC_SUBST([am__leading_dot])])
+ 
+ # Check to see how 'make' treats includes.	            -*- Autoconf -*-
+ 
+-# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
++# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# serial 3
+-
+ # AM_MAKE_INCLUDE()
+ # -----------------
+ # Check to see how make treats includes.
+@@ -542,7 +670,7 @@ AC_DEFUN([AM_MAKE_INCLUDE],
+ [am_make=${MAKE-make}
+ cat > confinc << 'END'
+ am__doit:
+-	@echo done
++	@echo this is the am__doit target
+ .PHONY: am__doit
+ END
+ # If we don't find an include directive, just comment out the code.
+@@ -552,24 +680,24 @@ am__quote=
+ _am_result=none
+ # First try GNU make style include.
+ echo "include confinc" > confmf
+-# We grep out `Entering directory' and `Leaving directory'
+-# messages which can occur if `w' ends up in MAKEFLAGS.
+-# In particular we don't look at `^make:' because GNU make might
+-# be invoked under some other name (usually "gmake"), in which
+-# case it prints its new name instead of `make'.
+-if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
+-   am__include=include
+-   am__quote=
+-   _am_result=GNU
+-fi
++# Ignore all kinds of additional output from 'make'.
++case `$am_make -s -f confmf 2> /dev/null` in #(
++*the\ am__doit\ target*)
++  am__include=include
++  am__quote=
++  _am_result=GNU
++  ;;
++esac
+ # Now try BSD make style include.
+ if test "$am__include" = "#"; then
+    echo '.include "confinc"' > confmf
+-   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
+-      am__include=.include
+-      am__quote="\""
+-      _am_result=BSD
+-   fi
++   case `$am_make -s -f confmf 2> /dev/null` in #(
++   *the\ am__doit\ target*)
++     am__include=.include
++     am__quote="\""
++     _am_result=BSD
++     ;;
++   esac
+ fi
+ AC_SUBST([am__include])
+ AC_SUBST([am__quote])
+@@ -577,15 +705,12 @@ AC_MSG_RESULT([$_am_result])
+ rm -f confinc confmf
+ ])
+ 
+-# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
+-# Free Software Foundation, Inc.
++# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# serial 5
+-
+ # AM_PROG_CC_C_O
+ # --------------
+ # Like AC_PROG_CC_C_O, but changed for automake.
+@@ -596,8 +721,9 @@ AC_REQUIRE_AUX_FILE([compile])dnl
+ # FIXME: we rely on the cache variable name because
+ # there is no other way.
+ set dummy $CC
+-ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
+-if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
++am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
++eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
++if test "$am_t" != yes; then
+    # Losing compiler, so override with the script.
+    # FIXME: It is wrong to rewrite CC.
+    # But if we don't then we get into trouble of one sort or another.
+@@ -613,15 +739,12 @@ m4_define([AC_PROG_CC],
+ 
+ # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
+ 
+-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
+-# Free Software Foundation, Inc.
++# Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# serial 5
+-
+ # AM_MISSING_PROG(NAME, PROGRAM)
+ # ------------------------------
+ AC_DEFUN([AM_MISSING_PROG],
+@@ -629,76 +752,54 @@ AC_DEFUN([AM_MISSING_PROG],
+ $1=${$1-"${am_missing_run}$2"}
+ AC_SUBST($1)])
+ 
+-
+ # AM_MISSING_HAS_RUN
+ # ------------------
+-# Define MISSING if not defined so far and test if it supports --run.
+-# If it does, set am_missing_run to use it, otherwise, to nothing.
++# Define MISSING if not defined so far and test if it is modern enough.
++# If it is, set am_missing_run to use it, otherwise, to nothing.
+ AC_DEFUN([AM_MISSING_HAS_RUN],
+ [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+ AC_REQUIRE_AUX_FILE([missing])dnl
+-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
++if test x"${MISSING+set}" != xset; then
++  case $am_aux_dir in
++  *\ * | *\	*)
++    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
++  *)
++    MISSING="\${SHELL} $am_aux_dir/missing" ;;
++  esac
++fi
+ # Use eval to expand $SHELL
+-if eval "$MISSING --run true"; then
+-  am_missing_run="$MISSING --run "
++if eval "$MISSING --is-lightweight"; then
++  am_missing_run="$MISSING "
+ else
+   am_missing_run=
+-  AC_MSG_WARN([`missing' script is too old or missing])
++  AC_MSG_WARN(['missing' script is too old or missing])
+ fi
+ ])
+ 
+-# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+-#
+-# This file is free software; the Free Software Foundation
+-# gives unlimited permission to copy and/or distribute it,
+-# with or without modifications, as long as this notice is preserved.
+-
+-# AM_PROG_MKDIR_P
+-# ---------------
+-# Check for `mkdir -p'.
+-AC_DEFUN([AM_PROG_MKDIR_P],
+-[AC_PREREQ([2.60])dnl
+-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+-dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
+-dnl while keeping a definition of mkdir_p for backward compatibility.
+-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
+-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
+-dnl Makefile.ins that do not define MKDIR_P, so we do our own
+-dnl adjustment using top_builddir (which is defined more often than
+-dnl MKDIR_P).
+-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
+-case $mkdir_p in
+-  [[\\/$]]* | ?:[[\\/]]*) ;;
+-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
+-esac
+-])
+-
+ # Helper functions for option handling.                     -*- Autoconf -*-
+ 
+-# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
++# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# serial 3
+-
+ # _AM_MANGLE_OPTION(NAME)
+ # -----------------------
+ AC_DEFUN([_AM_MANGLE_OPTION],
+ [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
+ 
+ # _AM_SET_OPTION(NAME)
+-# ------------------------------
++# --------------------
+ # Set option NAME.  Presently that only means defining a flag for this option.
+ AC_DEFUN([_AM_SET_OPTION],
+-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
++[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
+ 
+ # _AM_SET_OPTIONS(OPTIONS)
+-# ----------------------------------
++# ------------------------
+ # OPTIONS is a space-separated list of Automake options.
+ AC_DEFUN([_AM_SET_OPTIONS],
+-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
++[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+ 
+ # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
+ # -------------------------------------------
+@@ -708,45 +809,60 @@ AC_DEFUN([_AM_IF_OPTION],
+ 
+ # Check to make sure that the build environment is sane.    -*- Autoconf -*-
+ 
+-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
+-# Free Software Foundation, Inc.
++# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# serial 4
+-
+ # AM_SANITY_CHECK
+ # ---------------
+ AC_DEFUN([AM_SANITY_CHECK],
+ [AC_MSG_CHECKING([whether build environment is sane])
+-# Just in case
+-sleep 1
+-echo timestamp > conftest.file
+-# Do `set' in a subshell so we don't clobber the current shell's
++# Reject unsafe characters in $srcdir or the absolute working directory
++# name.  Accept space and tab only in the latter.
++am_lf='
++'
++case `pwd` in
++  *[[\\\"\#\$\&\'\`$am_lf]]*)
++    AC_MSG_ERROR([unsafe absolute working directory name]);;
++esac
++case $srcdir in
++  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
++    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
++esac
++
++# Do 'set' in a subshell so we don't clobber the current shell's
+ # arguments.  Must try -L first in case configure is actually a
+ # symlink; some systems play weird games with the mod time of symlinks
+ # (eg FreeBSD returns the mod time of the symlink's containing
+ # directory).
+ if (
+-   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
+-   if test "$[*]" = "X"; then
+-      # -L didn't work.
+-      set X `ls -t $srcdir/configure conftest.file`
+-   fi
+-   rm -f conftest.file
+-   if test "$[*]" != "X $srcdir/configure conftest.file" \
+-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
+-
+-      # If neither matched, then we have a broken ls.  This can happen
+-      # if, for instance, CONFIG_SHELL is bash and it inherits a
+-      # broken ls alias from the environment.  This has actually
+-      # happened.  Such a system could not be considered "sane".
+-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
+-alias in your environment])
+-   fi
+-
++   am_has_slept=no
++   for am_try in 1 2; do
++     echo "timestamp, slept: $am_has_slept" > conftest.file
++     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
++     if test "$[*]" = "X"; then
++	# -L didn't work.
++	set X `ls -t "$srcdir/configure" conftest.file`
++     fi
++     if test "$[*]" != "X $srcdir/configure conftest.file" \
++	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
++
++	# If neither matched, then we have a broken ls.  This can happen
++	# if, for instance, CONFIG_SHELL is bash and it inherits a
++	# broken ls alias from the environment.  This has actually
++	# happened.  Such a system could not be considered "sane".
++	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
++  alias in your environment])
++     fi
++     if test "$[2]" = conftest.file || test $am_try -eq 2; then
++       break
++     fi
++     # Just in case.
++     sleep 1
++     am_has_slept=yes
++   done
+    test "$[2]" = conftest.file
+    )
+ then
+@@ -756,9 +872,85 @@ else
+    AC_MSG_ERROR([newly created file is older than distributed files!
+ Check your system clock])
+ fi
+-AC_MSG_RESULT(yes)])
++AC_MSG_RESULT([yes])
++# If we didn't sleep, we still need to ensure time stamps of config.status and
++# generated files are strictly newer.
++am_sleep_pid=
++if grep 'slept: no' conftest.file >/dev/null 2>&1; then
++  ( sleep 1 ) &
++  am_sleep_pid=$!
++fi
++AC_CONFIG_COMMANDS_PRE(
++  [AC_MSG_CHECKING([that generated files are newer than configure])
++   if test -n "$am_sleep_pid"; then
++     # Hide warnings about reused PIDs.
++     wait $am_sleep_pid 2>/dev/null
++   fi
++   AC_MSG_RESULT([done])])
++rm -f conftest.file
++])
++
++# Copyright (C) 2009-2013 Free Software Foundation, Inc.
++#
++# This file is free software; the Free Software Foundation
++# gives unlimited permission to copy and/or distribute it,
++# with or without modifications, as long as this notice is preserved.
++
++# AM_SILENT_RULES([DEFAULT])
++# --------------------------
++# Enable less verbose build rules; with the default set to DEFAULT
++# ("yes" being less verbose, "no" or empty being verbose).
++AC_DEFUN([AM_SILENT_RULES],
++[AC_ARG_ENABLE([silent-rules], [dnl
++AS_HELP_STRING(
++  [--enable-silent-rules],
++  [less verbose build output (undo: "make V=1")])
++AS_HELP_STRING(
++  [--disable-silent-rules],
++  [verbose build output (undo: "make V=0")])dnl
++])
++case $enable_silent_rules in @%:@ (((
++  yes) AM_DEFAULT_VERBOSITY=0;;
++   no) AM_DEFAULT_VERBOSITY=1;;
++    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
++esac
++dnl
++dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
++dnl do not support nested variable expansions.
++dnl See automake bug#9928 and bug#10237.
++am_make=${MAKE-make}
++AC_CACHE_CHECK([whether $am_make supports nested variables],
++   [am_cv_make_support_nested_variables],
++   [if AS_ECHO([['TRUE=$(BAR$(V))
++BAR0=false
++BAR1=true
++V=1
++am__doit:
++	@$(TRUE)
++.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
++  am_cv_make_support_nested_variables=yes
++else
++  am_cv_make_support_nested_variables=no
++fi])
++if test $am_cv_make_support_nested_variables = yes; then
++  dnl Using '$V' instead of '$(V)' breaks IRIX make.
++  AM_V='$(V)'
++  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
++else
++  AM_V=$AM_DEFAULT_VERBOSITY
++  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
++fi
++AC_SUBST([AM_V])dnl
++AM_SUBST_NOTMAKE([AM_V])dnl
++AC_SUBST([AM_DEFAULT_V])dnl
++AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
++AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
++AM_BACKSLASH='\'
++AC_SUBST([AM_BACKSLASH])dnl
++_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
++])
+ 
+-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
++# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+@@ -766,27 +958,27 @@ AC_MSG_RESULT(yes)])
+ 
+ # AM_PROG_INSTALL_STRIP
+ # ---------------------
+-# One issue with vendor `install' (even GNU) is that you can't
++# One issue with vendor 'install' (even GNU) is that you can't
+ # specify the program used to strip binaries.  This is especially
+ # annoying in cross-compiling environments, where the build's strip
+ # is unlikely to handle the host's binaries.
+ # Fortunately install-sh will honor a STRIPPROG variable, so we
+-# always use install-sh in `make install-strip', and initialize
++# always use install-sh in "make install-strip", and initialize
+ # STRIPPROG with the value of the STRIP variable (set by the user).
+ AC_DEFUN([AM_PROG_INSTALL_STRIP],
+ [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+-# Installed binaries are usually stripped using `strip' when the user
+-# run `make install-strip'.  However `strip' might not be the right
++# Installed binaries are usually stripped using 'strip' when the user
++# run "make install-strip".  However 'strip' might not be the right
+ # tool to use in cross-compilation environments, therefore Automake
+-# will honor the `STRIP' environment variable to overrule this program.
+-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
++# will honor the 'STRIP' environment variable to overrule this program.
++dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
+ if test "$cross_compiling" != no; then
+   AC_CHECK_TOOL([STRIP], [strip], :)
+ fi
+ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+ AC_SUBST([INSTALL_STRIP_PROGRAM])])
+ 
+-# Copyright (C) 2006  Free Software Foundation, Inc.
++# Copyright (C) 2006-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+@@ -794,24 +986,27 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])])
+ 
+ # _AM_SUBST_NOTMAKE(VARIABLE)
+ # ---------------------------
+-# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
++# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
+ # This macro is traced by Automake.
+ AC_DEFUN([_AM_SUBST_NOTMAKE])
+ 
++# AM_SUBST_NOTMAKE(VARIABLE)
++# --------------------------
++# Public sister of _AM_SUBST_NOTMAKE.
++AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
++
+ # Check how to create a tarball.                            -*- Autoconf -*-
+ 
+-# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
++# Copyright (C) 2004-2013 Free Software Foundation, Inc.
+ #
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# serial 2
+-
+ # _AM_PROG_TAR(FORMAT)
+ # --------------------
+ # Check how to create a tarball in format FORMAT.
+-# FORMAT should be one of `v7', `ustar', or `pax'.
++# FORMAT should be one of 'v7', 'ustar', or 'pax'.
+ #
+ # Substitute a variable $(am__tar) that is a command
+ # writing to stdout a FORMAT-tarball containing the directory
+@@ -821,79 +1016,115 @@ AC_DEFUN([_AM_SUBST_NOTMAKE])
+ # Substitute a variable $(am__untar) that extract such
+ # a tarball read from stdin.
+ #     $(am__untar) < result.tar
++#
+ AC_DEFUN([_AM_PROG_TAR],
+-[# Always define AMTAR for backward compatibility.
+-AM_MISSING_PROG([AMTAR], [tar])
+-m4_if([$1], [v7],
+-     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
+-     [m4_case([$1], [ustar],, [pax],,
+-              [m4_fatal([Unknown tar format])])
+-AC_MSG_CHECKING([how to create a $1 tar archive])
+-# Loop over all known methods to create a tar archive until one works.
++[# Always define AMTAR for backward compatibility.  Yes, it's still used
++# in the wild :-(  We should find a proper way to deprecate it ...
++AC_SUBST([AMTAR], ['$${TAR-tar}'])
++
++# We'll loop over all known methods to create a tar archive until one works.
+ _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
+-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
+-# Do not fold the above two line into one, because Tru64 sh and
+-# Solaris sh will not grok spaces in the rhs of `-'.
+-for _am_tool in $_am_tools
+-do
+-  case $_am_tool in
+-  gnutar)
+-    for _am_tar in tar gnutar gtar;
+-    do
+-      AM_RUN_LOG([$_am_tar --version]) && break
+-    done
+-    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
+-    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
+-    am__untar="$_am_tar -xf -"
+-    ;;
+-  plaintar)
+-    # Must skip GNU tar: if it does not support --format= it doesn't create
+-    # ustar tarball either.
+-    (tar --version) >/dev/null 2>&1 && continue
+-    am__tar='tar chf - "$$tardir"'
+-    am__tar_='tar chf - "$tardir"'
+-    am__untar='tar xf -'
+-    ;;
+-  pax)
+-    am__tar='pax -L -x $1 -w "$$tardir"'
+-    am__tar_='pax -L -x $1 -w "$tardir"'
+-    am__untar='pax -r'
+-    ;;
+-  cpio)
+-    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
+-    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
+-    am__untar='cpio -i -H $1 -d'
+-    ;;
+-  none)
+-    am__tar=false
+-    am__tar_=false
+-    am__untar=false
+-    ;;
+-  esac
+ 
+-  # If the value was cached, stop now.  We just wanted to have am__tar
+-  # and am__untar set.
+-  test -n "${am_cv_prog_tar_$1}" && break
++m4_if([$1], [v7],
++  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
+ 
+-  # tar/untar a dummy directory, and stop if the command works
+-  rm -rf conftest.dir
+-  mkdir conftest.dir
+-  echo GrepMe > conftest.dir/file
+-  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
++  [m4_case([$1],
++    [ustar],
++     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
++      # There is notably a 21 bits limit for the UID and the GID.  In fact,
++      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
++      # and bug#13588).
++      am_max_uid=2097151 # 2^21 - 1
++      am_max_gid=$am_max_uid
++      # The $UID and $GID variables are not portable, so we need to resort
++      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
++      # below are definitely unexpected, so allow the users to see them
++      # (that is, avoid stderr redirection).
++      am_uid=`id -u || echo unknown`
++      am_gid=`id -g || echo unknown`
++      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
++      if test $am_uid -le $am_max_uid; then
++         AC_MSG_RESULT([yes])
++      else
++         AC_MSG_RESULT([no])
++         _am_tools=none
++      fi
++      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
++      if test $am_gid -le $am_max_gid; then
++         AC_MSG_RESULT([yes])
++      else
++        AC_MSG_RESULT([no])
++        _am_tools=none
++      fi],
++
++  [pax],
++    [],
++
++  [m4_fatal([Unknown tar format])])
++
++  AC_MSG_CHECKING([how to create a $1 tar archive])
++
++  # Go ahead even if we have the value already cached.  We do so because we
++  # need to set the values for the 'am__tar' and 'am__untar' variables.
++  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
++
++  for _am_tool in $_am_tools; do
++    case $_am_tool in
++    gnutar)
++      for _am_tar in tar gnutar gtar; do
++        AM_RUN_LOG([$_am_tar --version]) && break
++      done
++      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
++      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
++      am__untar="$_am_tar -xf -"
++      ;;
++    plaintar)
++      # Must skip GNU tar: if it does not support --format= it doesn't create
++      # ustar tarball either.
++      (tar --version) >/dev/null 2>&1 && continue
++      am__tar='tar chf - "$$tardir"'
++      am__tar_='tar chf - "$tardir"'
++      am__untar='tar xf -'
++      ;;
++    pax)
++      am__tar='pax -L -x $1 -w "$$tardir"'
++      am__tar_='pax -L -x $1 -w "$tardir"'
++      am__untar='pax -r'
++      ;;
++    cpio)
++      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
++      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
++      am__untar='cpio -i -H $1 -d'
++      ;;
++    none)
++      am__tar=false
++      am__tar_=false
++      am__untar=false
++      ;;
++    esac
++
++    # If the value was cached, stop now.  We just wanted to have am__tar
++    # and am__untar set.
++    test -n "${am_cv_prog_tar_$1}" && break
++
++    # tar/untar a dummy directory, and stop if the command works.
++    rm -rf conftest.dir
++    mkdir conftest.dir
++    echo GrepMe > conftest.dir/file
++    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
++    rm -rf conftest.dir
++    if test -s conftest.tar; then
++      AM_RUN_LOG([$am__untar <conftest.tar])
++      AM_RUN_LOG([cat conftest.dir/file])
++      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
++    fi
++  done
+   rm -rf conftest.dir
+-  if test -s conftest.tar; then
+-    AM_RUN_LOG([$am__untar <conftest.tar])
+-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
+-  fi
+-done
+-rm -rf conftest.dir
+ 
+-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
+-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
++  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
++  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
++
+ AC_SUBST([am__tar])
+ AC_SUBST([am__untar])
+ ]) # _AM_PROG_TAR
+ 
+-m4_include([m4/ndbm.m4])
+-m4_include([m4/netlibs.m4])
+-m4_include([m4/readline.m4])
+diff -urNp nmh-1.5/ar-lib nmh-1.5.fixed/ar-lib
+--- nmh-1.5/ar-lib	1969-12-31 18:00:00.000000000 -0600
++++ nmh-1.5.fixed/ar-lib	2013-08-09 09:22:14.350212568 -0500
+@@ -0,0 +1,270 @@
++#! /bin/sh
++# Wrapper for Microsoft lib.exe
++
++me=ar-lib
++scriptversion=2012-03-01.08; # UTC
++
++# Copyright (C) 2010-2013 Free Software Foundation, Inc.
++# Written by Peter Rosin <peda at lysator.liu.se>.
++#
++# This program is free software; you can redistribute it and/or modify
++# it under the terms of the GNU General Public License as published by
++# the Free Software Foundation; either version 2, or (at your option)
++# any later version.
++#
++# This program is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++# GNU General Public License for more details.
++#
++# You should have received a copy of the GNU General Public License
++# along with this program.  If not, see <http://www.gnu.org/licenses/>.
++
++# As a special exception to the GNU General Public License, if you
++# distribute this file as part of a program that contains a
++# configuration script generated by Autoconf, you may include it under
++# the same distribution terms that you use for the rest of that program.
++
++# This file is maintained in Automake, please report
++# bugs to <bug-automake at gnu.org> or send patches to
++# <automake-patches at gnu.org>.
++
++
++# func_error message
++func_error ()
++{
++  echo "$me: $1" 1>&2
++  exit 1
++}
++
++file_conv=
++
++# func_file_conv build_file
++# Convert a $build file to $host form and store it in $file
++# Currently only supports Windows hosts.
++func_file_conv ()
++{
++  file=$1
++  case $file in
++    / | /[!/]*) # absolute file, and not a UNC file
++      if test -z "$file_conv"; then
++	# lazily determine how to convert abs files
++	case `uname -s` in
++	  MINGW*)
++	    file_conv=mingw
++	    ;;
++	  CYGWIN*)
++	    file_conv=cygwin
++	    ;;
++	  *)
++	    file_conv=wine
++	    ;;
++	esac
++      fi
++      case $file_conv in
++	mingw)
++	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
++	  ;;
++	cygwin)
++	  file=`cygpath -m "$file" || echo "$file"`
++	  ;;
++	wine)
++	  file=`winepath -w "$file" || echo "$file"`
++	  ;;
++      esac
++      ;;
++  esac
++}
++
++# func_at_file at_file operation archive
++# Iterate over all members in AT_FILE performing OPERATION on ARCHIVE
++# for each of them.
++# When interpreting the content of the @FILE, do NOT use func_file_conv,
++# since the user would need to supply preconverted file names to
++# binutils ar, at least for MinGW.
++func_at_file ()
++{
++  operation=$2
++  archive=$3
++  at_file_contents=`cat "$1"`
++  eval set x "$at_file_contents"
++  shift
++
++  for member
++  do
++    $AR -NOLOGO $operation:"$member" "$archive" || exit $?
++  done
++}
++
++case $1 in
++  '')
++     func_error "no command.  Try '$0 --help' for more information."
++     ;;
++  -h | --h*)
++    cat <<EOF
++Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
++
++Members may be specified in a file named with @FILE.
++EOF
++    exit $?
++    ;;
++  -v | --v*)
++    echo "$me, version $scriptversion"
++    exit $?
++    ;;
++esac
++
++if test $# -lt 3; then
++  func_error "you must specify a program, an action and an archive"
++fi
++
++AR=$1
++shift
++while :
++do
++  if test $# -lt 2; then
++    func_error "you must specify a program, an action and an archive"
++  fi
++  case $1 in
++    -lib | -LIB \
++    | -ltcg | -LTCG \
++    | -machine* | -MACHINE* \
++    | -subsystem* | -SUBSYSTEM* \
++    | -verbose | -VERBOSE \
++    | -wx* | -WX* )
++      AR="$AR $1"
++      shift
++      ;;
++    *)
++      action=$1
++      shift
++      break
++      ;;
++  esac
++done
++orig_archive=$1
++shift
++func_file_conv "$orig_archive"
++archive=$file
++
++# strip leading dash in $action
++action=${action#-}
++
++delete=
++extract=
++list=
++quick=
++replace=
++index=
++create=
++
++while test -n "$action"
++do
++  case $action in
++    d*) delete=yes  ;;
++    x*) extract=yes ;;
++    t*) list=yes    ;;
++    q*) quick=yes   ;;
++    r*) replace=yes ;;
++    s*) index=yes   ;;
++    S*)             ;; # the index is always updated implicitly
++    c*) create=yes  ;;
++    u*)             ;; # TODO: don't ignore the update modifier
++    v*)             ;; # TODO: don't ignore the verbose modifier
++    *)
++      func_error "unknown action specified"
++      ;;
++  esac
++  action=${action#?}
++done
++
++case $delete$extract$list$quick$replace,$index in
++  yes,* | ,yes)
++    ;;
++  yesyes*)
++    func_error "more than one action specified"
++    ;;
++  *)
++    func_error "no action specified"
++    ;;
++esac
++
++if test -n "$delete"; then
++  if test ! -f "$orig_archive"; then
++    func_error "archive not found"
++  fi
++  for member
++  do
++    case $1 in
++      @*)
++        func_at_file "${1#@}" -REMOVE "$archive"
++        ;;
++      *)
++        func_file_conv "$1"
++        $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
++        ;;
++    esac
++  done
++
++elif test -n "$extract"; then
++  if test ! -f "$orig_archive"; then
++    func_error "archive not found"
++  fi
++  if test $# -gt 0; then
++    for member
++    do
++      case $1 in
++        @*)
++          func_at_file "${1#@}" -EXTRACT "$archive"
++          ;;
++        *)
++          func_file_conv "$1"
++          $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
++          ;;
++      esac
++    done
++  else
++    $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member
++    do
++      $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
++    done
++  fi
++
++elif test -n "$quick$replace"; then
++  if test ! -f "$orig_archive"; then
++    if test -z "$create"; then
++      echo "$me: creating $orig_archive"
++    fi
++    orig_archive=
++  else
++    orig_archive=$archive
++  fi
++
++  for member
++  do
++    case $1 in
++    @*)
++      func_file_conv "${1#@}"
++      set x "$@" "@$file"
++      ;;
++    *)
++      func_file_conv "$1"
++      set x "$@" "$file"
++      ;;
++    esac
++    shift
++    shift
++  done
++
++  if test -n "$orig_archive"; then
++    $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $?
++  else
++    $AR -NOLOGO -OUT:"$archive" "$@" || exit $?
++  fi
++
++elif test -n "$list"; then
++  if test ! -f "$orig_archive"; then
++    func_error "archive not found"
++  fi
++  $AR -NOLOGO -LIST "$archive" || exit $?
++fi
+diff -urNp nmh-1.5/config.h.in nmh-1.5.fixed/config.h.in
+--- nmh-1.5/config.h.in	2012-06-10 23:14:05.000000000 -0500
++++ nmh-1.5.fixed/config.h.in	2013-08-09 09:21:38.603608763 -0500
+@@ -92,10 +92,10 @@
+ /* Define to 1 if you have the <string.h> header file. */
+ #undef HAVE_STRING_H
+ 
+-/* Define to 1 if `d_type' is member of `struct dirent'. */
++/* Define to 1 if `d_type' is a member of `struct dirent'. */
+ #undef HAVE_STRUCT_DIRENT_D_TYPE
+ 
+-/* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
++/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
+ #undef HAVE_STRUCT_TM_TM_GMTOFF
+ 
+ /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+@@ -183,6 +183,9 @@
+ /* Define to the one symbol short name of this package. */
+ #undef PACKAGE_TARNAME
+ 
++/* Define to the home page for this package. */
++#undef PACKAGE_URL
++
+ /* Define to the version of this package. */
+ #undef PACKAGE_VERSION
+ 
+diff -urNp nmh-1.5/configure nmh-1.5.fixed/configure
+--- nmh-1.5/configure	2012-06-10 23:14:05.000000000 -0500
++++ nmh-1.5.fixed/configure	2013-08-09 09:22:13.412249111 -0500
+@@ -1,62 +1,83 @@
+ #! /bin/sh
+ # Guess values for system-dependent variables and create Makefiles.
+-# Generated by GNU Autoconf 2.61 for nmh 1.5.
++# Generated by GNU Autoconf 2.69 for nmh 1.5.
+ #
+ # Report bugs to <nmh-workers at nongnu.org>.
+ #
+-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
++#
++# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
++#
++#
+ # This configure script is free software; the Free Software Foundation
+ # gives unlimited permission to copy, distribute and modify it.
+-## --------------------- ##
+-## M4sh Initialization.  ##
+-## --------------------- ##
++## -------------------- ##
++## M4sh Initialization. ##
++## -------------------- ##
+ 
+ # Be more Bourne compatible
+ DUALCASE=1; export DUALCASE # for MKS sh
+-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+   emulate sh
+   NULLCMD=:
+-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
++  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+   # is contrary to our usage.  Disable this feature.
+   alias -g '${1+"$@"}'='"$@"'
+   setopt NO_GLOB_SUBST
+ else
+-  case `(set -o) 2>/dev/null` in
+-  *posix*) set -o posix ;;
++  case `(set -o) 2>/dev/null` in #(
++  *posix*) :
++    set -o posix ;; #(
++  *) :
++     ;;
+ esac
+-
+ fi
+ 
+ 
+-
+-
+-# PATH needs CR
+-# Avoid depending upon Character Ranges.
+-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+-as_cr_digits='0123456789'
+-as_cr_alnum=$as_cr_Letters$as_cr_digits
+-
+-# The user is always right.
+-if test "${PATH_SEPARATOR+set}" != set; then
+-  echo "#! /bin/sh" >conf$$.sh
+-  echo  "exit 0"   >>conf$$.sh
+-  chmod +x conf$$.sh
+-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+-    PATH_SEPARATOR=';'
++as_nl='
++'
++export as_nl
++# Printing a long string crashes Solaris 7 /usr/bin/printf.
++as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
++as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
++as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
++# Prefer a ksh shell builtin over an external printf program on Solaris,
++# but without wasting forks for bash or zsh.
++if test -z "$BASH_VERSION$ZSH_VERSION" \
++    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
++  as_echo='print -r --'
++  as_echo_n='print -rn --'
++elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
++  as_echo='printf %s\n'
++  as_echo_n='printf %s'
++else
++  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
++    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
++    as_echo_n='/usr/ucb/echo -n'
+   else
+-    PATH_SEPARATOR=:
++    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
++    as_echo_n_body='eval
++      arg=$1;
++      case $arg in #(
++      *"$as_nl"*)
++	expr "X$arg" : "X\\(.*\\)$as_nl";
++	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
++      esac;
++      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
++    '
++    export as_echo_n_body
++    as_echo_n='sh -c $as_echo_n_body as_echo'
+   fi
+-  rm -f conf$$.sh
++  export as_echo_body
++  as_echo='sh -c $as_echo_body as_echo'
+ fi
+ 
+-# Support unset when possible.
+-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+-  as_unset=unset
+-else
+-  as_unset=false
++# The user is always right.
++if test "${PATH_SEPARATOR+set}" != set; then
++  PATH_SEPARATOR=:
++  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
++    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
++      PATH_SEPARATOR=';'
++  }
+ fi
+ 
+ 
+@@ -65,20 +86,19 @@ fi
+ # there to prevent editors from complaining about space-tab.
+ # (If _AS_PATH_WALK were called with IFS unset, it would disable word
+ # splitting by setting IFS to empty value.)
+-as_nl='
+-'
+ IFS=" ""	$as_nl"
+ 
+ # Find who we are.  Look in the path if we contain no directory separator.
+-case $0 in
++as_myself=
++case $0 in #((
+   *[\\/]* ) as_myself=$0 ;;
+   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+-done
++    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
++  done
+ IFS=$as_save_IFS
+ 
+      ;;
+@@ -89,354 +109,367 @@ if test "x$as_myself" = x; then
+   as_myself=$0
+ fi
+ if test ! -f "$as_myself"; then
+-  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+-  { (exit 1); exit 1; }
++  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
++  exit 1
+ fi
+ 
+-# Work around bugs in pre-3.0 UWIN ksh.
+-for as_var in ENV MAIL MAILPATH
+-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
++# Unset variables that we do not need and which cause bugs (e.g. in
++# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
++# suppresses any "Segmentation fault" message there.  '((' could
++# trigger a bug in pdksh 5.2.14.
++for as_var in BASH_ENV ENV MAIL MAILPATH
++do eval test x\${$as_var+set} = xset \
++  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+ done
+ PS1='$ '
+ PS2='> '
+ PS4='+ '
+ 
+ # NLS nuisances.
+-for as_var in \
+-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+-  LC_TELEPHONE LC_TIME
+-do
+-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
+-    eval $as_var=C; export $as_var
+-  else
+-    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+-  fi
+-done
+-
+-# Required to use basename.
+-if expr a : '\(a\)' >/dev/null 2>&1 &&
+-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+-  as_expr=expr
+-else
+-  as_expr=false
+-fi
+-
+-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+-  as_basename=basename
+-else
+-  as_basename=false
+-fi
+-
+-
+-# Name of the executable.
+-as_me=`$as_basename -- "$0" ||
+-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+-	 X"$0" : 'X\(//\)$' \| \
+-	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+-echo X/"$0" |
+-    sed '/^.*\/\([^/][^/]*\)\/*$/{
+-	    s//\1/
+-	    q
+-	  }
+-	  /^X\/\(\/\/\)$/{
+-	    s//\1/
+-	    q
+-	  }
+-	  /^X\/\(\/\).*/{
+-	    s//\1/
+-	    q
+-	  }
+-	  s/.*/./; q'`
++LC_ALL=C
++export LC_ALL
++LANGUAGE=C
++export LANGUAGE
+ 
+ # CDPATH.
+-$as_unset CDPATH
+-
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+ 
++# Use a proper internal environment variable to ensure we don't fall
++  # into an infinite loop, continuously re-executing ourselves.
++  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
++    _as_can_reexec=no; export _as_can_reexec;
++    # We cannot yet assume a decent shell, so we have to provide a
++# neutralization value for shells without unset; and this also
++# works around shells that cannot unset nonexistent variables.
++# Preserve -v and -x to the replacement shell.
++BASH_ENV=/dev/null
++ENV=/dev/null
++(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
++case $- in # ((((
++  *v*x* | *x*v* ) as_opts=-vx ;;
++  *v* ) as_opts=-v ;;
++  *x* ) as_opts=-x ;;
++  * ) as_opts= ;;
++esac
++exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
++# Admittedly, this is quite paranoid, since all the known shells bail
++# out after a failed `exec'.
++$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
++as_fn_exit 255
++  fi
++  # We don't want this to propagate to other subprocesses.
++          { _as_can_reexec=; unset _as_can_reexec;}
+ if test "x$CONFIG_SHELL" = x; then
+-  if (eval ":") 2>/dev/null; then
+-  as_have_required=yes
++  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
++  emulate sh
++  NULLCMD=:
++  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
++  # is contrary to our usage.  Disable this feature.
++  alias -g '\${1+\"\$@\"}'='\"\$@\"'
++  setopt NO_GLOB_SUBST
+ else
+-  as_have_required=no
++  case \`(set -o) 2>/dev/null\` in #(
++  *posix*) :
++    set -o posix ;; #(
++  *) :
++     ;;
++esac
+ fi
+-
+-  if test $as_have_required = yes && 	 (eval ":
+-(as_func_return () {
+-  (exit \$1)
+-}
+-as_func_success () {
+-  as_func_return 0
+-}
+-as_func_failure () {
+-  as_func_return 1
+-}
+-as_func_ret_success () {
+-  return 0
+-}
+-as_func_ret_failure () {
+-  return 1
+-}
++"
++  as_required="as_fn_return () { (exit \$1); }
++as_fn_success () { as_fn_return 0; }
++as_fn_failure () { as_fn_return 1; }
++as_fn_ret_success () { return 0; }
++as_fn_ret_failure () { return 1; }
+ 
+ exitcode=0
+-if as_func_success; then
+-  :
+-else
+-  exitcode=1
+-  echo as_func_success failed.
+-fi
+-
+-if as_func_failure; then
+-  exitcode=1
+-  echo as_func_failure succeeded.
+-fi
+-
+-if as_func_ret_success; then
+-  :
+-else
+-  exitcode=1
+-  echo as_func_ret_success failed.
+-fi
+-
+-if as_func_ret_failure; then
+-  exitcode=1
+-  echo as_func_ret_failure succeeded.
+-fi
+-
+-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
+-  :
++as_fn_success || { exitcode=1; echo as_fn_success failed.; }
++as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
++as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
++as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
++if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
++
++else
++  exitcode=1; echo positional parameters were not saved.
++fi
++test x\$exitcode = x0 || exit 1
++test -x / || exit 1"
++  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
++  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
++  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
++  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
++test \$(( 1 + 1 )) = 2 || exit 1"
++  if (eval "$as_required") 2>/dev/null; then :
++  as_have_required=yes
+ else
+-  exitcode=1
+-  echo positional parameters were not saved.
++  as_have_required=no
+ fi
++  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+ 
+-test \$exitcode = 0) || { (exit 1); exit 1; }
+-
+-(
+-  as_lineno_1=\$LINENO
+-  as_lineno_2=\$LINENO
+-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
+-  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
+-") 2> /dev/null; then
+-  :
+ else
+-  as_candidate_shells=
+-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++as_found=false
+ for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  case $as_dir in
++  as_found=:
++  case $as_dir in #(
+ 	 /*)
+ 	   for as_base in sh bash ksh sh5; do
+-	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
++	     # Try only shells that exist, to save several forks.
++	     as_shell=$as_dir/$as_base
++	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
++		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
++  CONFIG_SHELL=$as_shell as_have_required=yes
++		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
++  break 2
++fi
++fi
+ 	   done;;
+        esac
++  as_found=false
+ done
++$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
++	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
++  CONFIG_SHELL=$SHELL as_have_required=yes
++fi; }
+ IFS=$as_save_IFS
+ 
+ 
+-      for as_shell in $as_candidate_shells $SHELL; do
+-	 # Try only shells that exist, to save several forks.
+-	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+-		{ ("$as_shell") 2> /dev/null <<\_ASEOF
+-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+-  emulate sh
+-  NULLCMD=:
+-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+-  # is contrary to our usage.  Disable this feature.
+-  alias -g '${1+"$@"}'='"$@"'
+-  setopt NO_GLOB_SUBST
+-else
+-  case `(set -o) 2>/dev/null` in
+-  *posix*) set -o posix ;;
+-esac
+-
++      if test "x$CONFIG_SHELL" != x; then :
++  export CONFIG_SHELL
++             # We cannot yet assume a decent shell, so we have to provide a
++# neutralization value for shells without unset; and this also
++# works around shells that cannot unset nonexistent variables.
++# Preserve -v and -x to the replacement shell.
++BASH_ENV=/dev/null
++ENV=/dev/null
++(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
++case $- in # ((((
++  *v*x* | *x*v* ) as_opts=-vx ;;
++  *v* ) as_opts=-v ;;
++  *x* ) as_opts=-x ;;
++  * ) as_opts= ;;
++esac
++exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
++# Admittedly, this is quite paranoid, since all the known shells bail
++# out after a failed `exec'.
++$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
++exit 255
++fi
++
++    if test x$as_have_required = xno; then :
++  $as_echo "$0: This script requires a shell more modern than all"
++  $as_echo "$0: the shells that I found on your system."
++  if test x${ZSH_VERSION+set} = xset ; then
++    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
++    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
++  else
++    $as_echo "$0: Please tell bug-autoconf at gnu.org and
++$0: nmh-workers at nongnu.org about your system, including any
++$0: error possibly output before this message. Then install
++$0: a modern shell, or manually run the script under such a
++$0: shell if you do have one."
++  fi
++  exit 1
++fi
+ fi
+-
+-
+-:
+-_ASEOF
+-}; then
+-  CONFIG_SHELL=$as_shell
+-	       as_have_required=yes
+-	       if { "$as_shell" 2> /dev/null <<\_ASEOF
+-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+-  emulate sh
+-  NULLCMD=:
+-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+-  # is contrary to our usage.  Disable this feature.
+-  alias -g '${1+"$@"}'='"$@"'
+-  setopt NO_GLOB_SUBST
+-else
+-  case `(set -o) 2>/dev/null` in
+-  *posix*) set -o posix ;;
+-esac
+-
+ fi
++SHELL=${CONFIG_SHELL-/bin/sh}
++export SHELL
++# Unset more variables known to interfere with behavior of common tools.
++CLICOLOR_FORCE= GREP_OPTIONS=
++unset CLICOLOR_FORCE GREP_OPTIONS
+ 
++## --------------------- ##
++## M4sh Shell Functions. ##
++## --------------------- ##
++# as_fn_unset VAR
++# ---------------
++# Portably unset VAR.
++as_fn_unset ()
++{
++  { eval $1=; unset $1;}
++}
++as_unset=as_fn_unset
++
++# as_fn_set_status STATUS
++# -----------------------
++# Set $? to STATUS, without forking.
++as_fn_set_status ()
++{
++  return $1
++} # as_fn_set_status
++
++# as_fn_exit STATUS
++# -----------------
++# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
++as_fn_exit ()
++{
++  set +e
++  as_fn_set_status $1
++  exit $1
++} # as_fn_exit
++
++# as_fn_mkdir_p
++# -------------
++# Create "$as_dir" as a directory, including parents if necessary.
++as_fn_mkdir_p ()
++{
+ 
+-:
+-(as_func_return () {
+-  (exit $1)
+-}
+-as_func_success () {
+-  as_func_return 0
+-}
+-as_func_failure () {
+-  as_func_return 1
+-}
+-as_func_ret_success () {
+-  return 0
+-}
+-as_func_ret_failure () {
+-  return 1
+-}
++  case $as_dir in #(
++  -*) as_dir=./$as_dir;;
++  esac
++  test -d "$as_dir" || eval $as_mkdir_p || {
++    as_dirs=
++    while :; do
++      case $as_dir in #(
++      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
++      *) as_qdir=$as_dir;;
++      esac
++      as_dirs="'$as_qdir' $as_dirs"
++      as_dir=`$as_dirname -- "$as_dir" ||
++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$as_dir" : 'X\(//\)[^/]' \| \
++	 X"$as_dir" : 'X\(//\)$' \| \
++	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
++$as_echo X"$as_dir" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
++	    s//\1/
++	    q
++	  }
++	  /^X\(\/\/\)[^/].*/{
++	    s//\1/
++	    q
++	  }
++	  /^X\(\/\/\)$/{
++	    s//\1/
++	    q
++	  }
++	  /^X\(\/\).*/{
++	    s//\1/
++	    q
++	  }
++	  s/.*/./; q'`
++      test -d "$as_dir" && break
++    done
++    test -z "$as_dirs" || eval "mkdir $as_dirs"
++  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+ 
+-exitcode=0
+-if as_func_success; then
+-  :
+-else
+-  exitcode=1
+-  echo as_func_success failed.
+-fi
+ 
+-if as_func_failure; then
+-  exitcode=1
+-  echo as_func_failure succeeded.
+-fi
++} # as_fn_mkdir_p
+ 
+-if as_func_ret_success; then
+-  :
++# as_fn_executable_p FILE
++# -----------------------
++# Test if FILE is an executable regular file.
++as_fn_executable_p ()
++{
++  test -f "$1" && test -x "$1"
++} # as_fn_executable_p
++# as_fn_append VAR VALUE
++# ----------------------
++# Append the text in VALUE to the end of the definition contained in VAR. Take
++# advantage of any shell optimizations that allow amortized linear growth over
++# repeated appends, instead of the typical quadratic growth present in naive
++# implementations.
++if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
++  eval 'as_fn_append ()
++  {
++    eval $1+=\$2
++  }'
+ else
+-  exitcode=1
+-  echo as_func_ret_success failed.
+-fi
+-
+-if as_func_ret_failure; then
+-  exitcode=1
+-  echo as_func_ret_failure succeeded.
+-fi
++  as_fn_append ()
++  {
++    eval $1=\$$1\$2
++  }
++fi # as_fn_append
+ 
+-if ( set x; as_func_ret_success y && test x = "$1" ); then
+-  :
++# as_fn_arith ARG...
++# ------------------
++# Perform arithmetic evaluation on the ARGs, and store the result in the
++# global $as_val. Take advantage of shells that can avoid forks. The arguments
++# must be portable across $(()) and expr.
++if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
++  eval 'as_fn_arith ()
++  {
++    as_val=$(( $* ))
++  }'
+ else
+-  exitcode=1
+-  echo positional parameters were not saved.
+-fi
+-
+-test $exitcode = 0) || { (exit 1); exit 1; }
+-
+-(
+-  as_lineno_1=$LINENO
+-  as_lineno_2=$LINENO
+-  test "x$as_lineno_1" != "x$as_lineno_2" &&
+-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
+-
+-_ASEOF
+-}; then
+-  break
+-fi
+-
+-fi
+-
+-      done
+-
+-      if test "x$CONFIG_SHELL" != x; then
+-  for as_var in BASH_ENV ENV
+-        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+-        done
+-        export CONFIG_SHELL
+-        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
+-fi
+-
+-
+-    if test $as_have_required = no; then
+-  echo This script requires a shell more modern than all the
+-      echo shells that I found on your system.  Please install a
+-      echo modern shell, or manually run the script under such a
+-      echo shell if you do have one.
+-      { (exit 1); exit 1; }
+-fi
+-
+-
+-fi
+-
+-fi
+-
++  as_fn_arith ()
++  {
++    as_val=`expr "$@" || test $? -eq 1`
++  }
++fi # as_fn_arith
+ 
+ 
+-(eval "as_func_return () {
+-  (exit \$1)
+-}
+-as_func_success () {
+-  as_func_return 0
+-}
+-as_func_failure () {
+-  as_func_return 1
+-}
+-as_func_ret_success () {
+-  return 0
+-}
+-as_func_ret_failure () {
+-  return 1
+-}
++# as_fn_error STATUS ERROR [LINENO LOG_FD]
++# ----------------------------------------
++# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
++# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
++# script with STATUS, using 1 if that was 0.
++as_fn_error ()
++{
++  as_status=$1; test $as_status -eq 0 && as_status=1
++  if test "$4"; then
++    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
++  fi
++  $as_echo "$as_me: error: $2" >&2
++  as_fn_exit $as_status
++} # as_fn_error
+ 
+-exitcode=0
+-if as_func_success; then
+-  :
++if expr a : '\(a\)' >/dev/null 2>&1 &&
++   test "X`expr 00001 : '.*\(...\)'`" = X001; then
++  as_expr=expr
+ else
+-  exitcode=1
+-  echo as_func_success failed.
+-fi
+-
+-if as_func_failure; then
+-  exitcode=1
+-  echo as_func_failure succeeded.
++  as_expr=false
+ fi
+ 
+-if as_func_ret_success; then
+-  :
++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
++  as_basename=basename
+ else
+-  exitcode=1
+-  echo as_func_ret_success failed.
+-fi
+-
+-if as_func_ret_failure; then
+-  exitcode=1
+-  echo as_func_ret_failure succeeded.
++  as_basename=false
+ fi
+ 
+-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
+-  :
++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
++  as_dirname=dirname
+ else
+-  exitcode=1
+-  echo positional parameters were not saved.
++  as_dirname=false
+ fi
+ 
+-test \$exitcode = 0") || {
+-  echo No shell found that supports shell functions.
+-  echo Please tell autoconf at gnu.org about your system,
+-  echo including any error possibly output before this
+-  echo message
+-}
++as_me=`$as_basename -- "$0" ||
++$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
++	 X"$0" : 'X\(//\)$' \| \
++	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
++$as_echo X/"$0" |
++    sed '/^.*\/\([^/][^/]*\)\/*$/{
++	    s//\1/
++	    q
++	  }
++	  /^X\/\(\/\/\)$/{
++	    s//\1/
++	    q
++	  }
++	  /^X\/\(\/\).*/{
++	    s//\1/
++	    q
++	  }
++	  s/.*/./; q'`
+ 
++# Avoid depending upon Character Ranges.
++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
++as_cr_digits='0123456789'
++as_cr_alnum=$as_cr_Letters$as_cr_digits
+ 
+ 
+-  as_lineno_1=$LINENO
+-  as_lineno_2=$LINENO
+-  test "x$as_lineno_1" != "x$as_lineno_2" &&
+-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
+-
+-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
+-  # uniformly replaced by the line number.  The first 'sed' inserts a
+-  # line-number line after each line using $LINENO; the second 'sed'
+-  # does the real work.  The second script uses 'N' to pair each
+-  # line-number line with the line containing $LINENO, and appends
+-  # trailing '-' during substitution so that $LINENO is not a special
+-  # case at line end.
+-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
+-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
+-  # E. McMahon (1931-1989) for sed's syntax.  :-)
++  as_lineno_1=$LINENO as_lineno_1a=$LINENO
++  as_lineno_2=$LINENO as_lineno_2a=$LINENO
++  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
++  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
++  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
+   sed -n '
+     p
+     /[$]LINENO/=
+@@ -453,9 +486,12 @@ test \$exitcode = 0") || {
+       s/-\n.*//
+     ' >$as_me.lineno &&
+   chmod +x "$as_me.lineno" ||
+-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
+-   { (exit 1); exit 1; }; }
++    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+ 
++  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
++  # already done that, so ensure we don't try to do so again and fall
++  # in an infinite loop.  This has already happened in practice.
++  _as_can_reexec=no; export _as_can_reexec
+   # Don't try to exec as it changes $[0], causing all sort of problems
+   # (the dirname of $[0] is not the place where we might find the
+   # original and so on.  Autoconf is especially sensitive to this).
+@@ -464,84 +500,55 @@ test \$exitcode = 0") || {
+   exit
+ }
+ 
+-
+-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+-  as_dirname=dirname
+-else
+-  as_dirname=false
+-fi
+-
+ ECHO_C= ECHO_N= ECHO_T=
+-case `echo -n x` in
++case `echo -n x` in #(((((
+ -n*)
+-  case `echo 'x\c'` in
++  case `echo 'xy\c'` in
+   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+-  *)   ECHO_C='\c';;
++  xy)  ECHO_C='\c';;
++  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
++       ECHO_T='	';;
+   esac;;
+ *)
+   ECHO_N='-n';;
+ esac
+ 
+-if expr a : '\(a\)' >/dev/null 2>&1 &&
+-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+-  as_expr=expr
+-else
+-  as_expr=false
+-fi
+-
+ rm -f conf$$ conf$$.exe conf$$.file
+ if test -d conf$$.dir; then
+   rm -f conf$$.dir/conf$$.file
+ else
+   rm -f conf$$.dir
+-  mkdir conf$$.dir
++  mkdir conf$$.dir 2>/dev/null
+ fi
+-echo >conf$$.file
+-if ln -s conf$$.file conf$$ 2>/dev/null; then
+-  as_ln_s='ln -s'
+-  # ... but there are two gotchas:
+-  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+-  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+-  # In both cases, we have to default to `cp -p'.
+-  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+-    as_ln_s='cp -p'
+-elif ln conf$$.file conf$$ 2>/dev/null; then
+-  as_ln_s=ln
++if (echo >conf$$.file) 2>/dev/null; then
++  if ln -s conf$$.file conf$$ 2>/dev/null; then
++    as_ln_s='ln -s'
++    # ... but there are two gotchas:
++    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
++    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
++    # In both cases, we have to default to `cp -pR'.
++    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
++      as_ln_s='cp -pR'
++  elif ln conf$$.file conf$$ 2>/dev/null; then
++    as_ln_s=ln
++  else
++    as_ln_s='cp -pR'
++  fi
+ else
+-  as_ln_s='cp -p'
++  as_ln_s='cp -pR'
+ fi
+ rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+ rmdir conf$$.dir 2>/dev/null
+ 
+ if mkdir -p . 2>/dev/null; then
+-  as_mkdir_p=:
++  as_mkdir_p='mkdir -p "$as_dir"'
+ else
+   test -d ./-p && rmdir ./-p
+   as_mkdir_p=false
+ fi
+ 
+-if test -x / >/dev/null 2>&1; then
+-  as_test_x='test -x'
+-else
+-  if ls -dL / >/dev/null 2>&1; then
+-    as_ls_L_option=L
+-  else
+-    as_ls_L_option=
+-  fi
+-  as_test_x='
+-    eval sh -c '\''
+-      if test -d "$1"; then
+-        test -d "$1/.";
+-      else
+-	case $1 in
+-        -*)set "./$1";;
+-	esac;
+-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
+-	???[sx]*):;;*)false;;esac;fi
+-    '\'' sh
+-  '
+-fi
+-as_executable_p=$as_test_x
++as_test_x='test -x'
++as_executable_p=as_fn_executable_p
+ 
+ # Sed expression to map a string onto a valid CPP name.
+ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+@@ -550,11 +557,11 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
+ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+ 
+ 
+-
+-exec 7<&0 </dev/null 6>&1
++test -n "$DJDIR" || exec 7<&0 </dev/null
++exec 6>&1
+ 
+ # Name of the host.
+-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
++# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+ # so uname gets run too.
+ ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+ 
+@@ -569,7 +576,6 @@ cross_compiling=no
+ subdirs=
+ MFLAGS=
+ MAKEFLAGS=
+-SHELL=${CONFIG_SHELL-/bin/sh}
+ 
+ # Identity of this package.
+ PACKAGE_NAME='nmh'
+@@ -577,6 +583,7 @@ PACKAGE_TARNAME='nmh'
+ PACKAGE_VERSION='1.5'
+ PACKAGE_STRING='nmh 1.5'
+ PACKAGE_BUGREPORT='nmh-workers at nongnu.org'
++PACKAGE_URL=''
+ 
+ ac_unique_file="h/nmh.h"
+ ac_default_prefix=/usr/local/nmh
+@@ -616,135 +623,166 @@ ac_includes_default="\
+ # include <unistd.h>
+ #endif"
+ 
+-ac_subst_vars='READLINELIB
+-SHELL
+-PATH_SEPARATOR
+-PACKAGE_NAME
+-PACKAGE_TARNAME
+-PACKAGE_VERSION
+-PACKAGE_STRING
+-PACKAGE_BUGREPORT
+-exec_prefix
+-prefix
+-program_transform_name
+-bindir
+-sbindir
+-libexecdir
+-datarootdir
+-datadir
+-sysconfdir
+-sharedstatedir
+-localstatedir
+-includedir
+-oldincludedir
+-docdir
+-infodir
+-htmldir
+-dvidir
+-pdfdir
+-psdir
+-libdir
+-localedir
+-mandir
+-DEFS
+-ECHO_C
+-ECHO_N
+-ECHO_T
+-LIBS
++ac_subst_vars='am__EXEEXT_FALSE
++am__EXEEXT_TRUE
++LTLIBOBJS
++LIBOBJS
++SIGNAL_H
++SASLLIB
++rpmdir
++NDBM_LIBS
++ICONVLIB
++TERMLIB
++MAIL_SPOOL_GRP
++SETGID_MAIL
++dotlockfilepath
++EGREP
++GREP
++CPP
++mailspool
++editorpath
++vipath
++sendmailpath
++lspath
++LINTFLAGS
++LINT
++linttmp2
++linttmp1
++MD5FMT
++MD5SUM
++cutpath
++LEXLIB
++LEX_OUTPUT_ROOT
++LEX
++SED
++RANLIB
++DISABLE_SIGN_COMPARE_WARNING
++DISABLE_UNUSED_MACROS_WARNING
++smtpservers
++pagerpath
++MTS
++DATE
++am__fastdepCC_FALSE
++am__fastdepCC_TRUE
++CCDEPMODE
++am__nodep
++AMDEPBACKSLASH
++AMDEP_FALSE
++AMDEP_TRUE
++am__quote
++am__include
++DEPDIR
++OBJEXT
++EXEEXT
++ac_ct_CC
++CPPFLAGS
++LDFLAGS
++CFLAGS
++CC
++ac_ct_AR
++AR
++host_os
++host_vendor
++host_cpu
++host
++build_os
++build_vendor
++build_cpu
++build
++AM_BACKSLASH
++AM_DEFAULT_VERBOSITY
++AM_DEFAULT_V
++AM_V
++am__untar
++am__tar
++AMTAR
++am__leading_dot
++SET_MAKE
++AWK
++mkdir_p
++MKDIR_P
++INSTALL_STRIP_PROGRAM
++STRIP
++install_sh
++MAKEINFO
++AUTOHEADER
++AUTOMAKE
++AUTOCONF
++ACLOCAL
++VERSION
++PACKAGE
++CYGPATH_W
++am__isrc
++INSTALL_DATA
++INSTALL_SCRIPT
++INSTALL_PROGRAM
++target_alias
++host_alias
+ build_alias
++LIBS
++ECHO_T
++ECHO_N
++ECHO_C
++DEFS
++mandir
++localedir
++libdir
++psdir
++pdfdir
++dvidir
++htmldir
++infodir
++docdir
++oldincludedir
++includedir
++localstatedir
++sharedstatedir
++sysconfdir
++datadir
++datarootdir
++libexecdir
++sbindir
++bindir
++program_transform_name
++prefix
++exec_prefix
++PACKAGE_URL
++PACKAGE_BUGREPORT
++PACKAGE_STRING
++PACKAGE_VERSION
++PACKAGE_TARNAME
++PACKAGE_NAME
++PATH_SEPARATOR
++SHELL
++READLINELIB'
++ac_subst_files=''
++ac_user_opts='
++enable_option_checking
++enable_silent_rules
++enable_dependency_tracking
++enable_debug
++enable_locale
++with_cyrus_sasl
++with_tls
++with_editor
++with_hash_backup
++with_locking
++enable_lockdir
++with_mts
++with_pager
++with_smtpservers
++with_readline
++with_ndbm
++with_ndbmheader
++with_rpmdir
++'
++      ac_precious_vars='build_alias
+ host_alias
+ target_alias
+-INSTALL_PROGRAM
+-INSTALL_SCRIPT
+-INSTALL_DATA
+-am__isrc
+-CYGPATH_W
+-PACKAGE
+-VERSION
+-ACLOCAL
+-AUTOCONF
+-AUTOMAKE
+-AUTOHEADER
+-MAKEINFO
+-install_sh
+-STRIP
+-INSTALL_STRIP_PROGRAM
+-mkdir_p
+-AWK
+-SET_MAKE
+-am__leading_dot
+-AMTAR
+-am__tar
+-am__untar
+-build
+-build_cpu
+-build_vendor
+-build_os
+-host
+-host_cpu
+-host_vendor
+-host_os
+-DATE
+-MTS
+-pagerpath
+-smtpservers
+ CC
+ CFLAGS
+ LDFLAGS
+-CPPFLAGS
+-ac_ct_CC
+-EXEEXT
+-OBJEXT
+-DEPDIR
+-am__include
+-am__quote
+-AMDEP_TRUE
+-AMDEP_FALSE
+-AMDEPBACKSLASH
+-CCDEPMODE
+-am__fastdepCC_TRUE
+-am__fastdepCC_FALSE
+-DISABLE_UNUSED_MACROS_WARNING
+-DISABLE_SIGN_COMPARE_WARNING
+-RANLIB
+-SED
+-LEX
+-LEX_OUTPUT_ROOT
+-LEXLIB
+-cutpath
+-MD5SUM
+-MD5FMT
+-linttmp1
+-linttmp2
+-LINT
+-LINTFLAGS
+-lspath
+-sendmailpath
+-vipath
+-editorpath
+-mailspool
+-CPP
+-GREP
+-EGREP
+-dotlockfilepath
+-SETGID_MAIL
+-MAIL_SPOOL_GRP
+-TERMLIB
+-ICONVLIB
+-NDBM_LIBS
+-rpmdir
+-SASLLIB
+-SIGNAL_H
+-LIBOBJS
+-LTLIBOBJS'
+-ac_subst_files=''
+-      ac_precious_vars='build_alias
+-host_alias
+-target_alias
+-CC
+-CFLAGS
+-LDFLAGS
+-LIBS
++LIBS
+ CPPFLAGS
+ CPP'
+ 
+@@ -752,6 +790,8 @@ CPP'
+ # Initialize some variables set by options.
+ ac_init_help=
+ ac_init_version=false
++ac_unrecognized_opts=
++ac_unrecognized_sep=
+ # The variables have the same names as the options, with
+ # dashes changed to underlines.
+ cache_file=/dev/null
+@@ -807,8 +847,9 @@ do
+   fi
+ 
+   case $ac_option in
+-  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+-  *)	ac_optarg=yes ;;
++  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
++  *=)   ac_optarg= ;;
++  *)    ac_optarg=yes ;;
+   esac
+ 
+   # Accept the important Cygnus configure options, so we can diagnose typos.
+@@ -850,13 +891,20 @@ do
+     datarootdir=$ac_optarg ;;
+ 
+   -disable-* | --disable-*)
+-    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
++    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+     # Reject names that are not valid shell variable names.
+-    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+-   { (exit 1); exit 1; }; }
+-    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
+-    eval enable_$ac_feature=no ;;
++    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
++      as_fn_error $? "invalid feature name: $ac_useropt"
++    ac_useropt_orig=$ac_useropt
++    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
++    case $ac_user_opts in
++      *"
++"enable_$ac_useropt"
++"*) ;;
++      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
++	 ac_unrecognized_sep=', ';;
++    esac
++    eval enable_$ac_useropt=no ;;
+ 
+   -docdir | --docdir | --docdi | --doc | --do)
+     ac_prev=docdir ;;
+@@ -869,13 +917,20 @@ do
+     dvidir=$ac_optarg ;;
+ 
+   -enable-* | --enable-*)
+-    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
++    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+     # Reject names that are not valid shell variable names.
+-    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+-      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+-   { (exit 1); exit 1; }; }
+-    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
+-    eval enable_$ac_feature=\$ac_optarg ;;
++    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
++      as_fn_error $? "invalid feature name: $ac_useropt"
++    ac_useropt_orig=$ac_useropt
++    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
++    case $ac_user_opts in
++      *"
++"enable_$ac_useropt"
++"*) ;;
++      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
++	 ac_unrecognized_sep=', ';;
++    esac
++    eval enable_$ac_useropt=\$ac_optarg ;;
+ 
+   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+@@ -1066,22 +1121,36 @@ do
+     ac_init_version=: ;;
+ 
+   -with-* | --with-*)
+-    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
++    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+     # Reject names that are not valid shell variable names.
+-    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+-      { echo "$as_me: error: invalid package name: $ac_package" >&2
+-   { (exit 1); exit 1; }; }
+-    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
+-    eval with_$ac_package=\$ac_optarg ;;
++    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
++      as_fn_error $? "invalid package name: $ac_useropt"
++    ac_useropt_orig=$ac_useropt
++    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
++    case $ac_user_opts in
++      *"
++"with_$ac_useropt"
++"*) ;;
++      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
++	 ac_unrecognized_sep=', ';;
++    esac
++    eval with_$ac_useropt=\$ac_optarg ;;
+ 
+   -without-* | --without-*)
+-    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
++    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+     # Reject names that are not valid shell variable names.
+-    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+-      { echo "$as_me: error: invalid package name: $ac_package" >&2
+-   { (exit 1); exit 1; }; }
+-    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
+-    eval with_$ac_package=no ;;
++    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
++      as_fn_error $? "invalid package name: $ac_useropt"
++    ac_useropt_orig=$ac_useropt
++    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
++    case $ac_user_opts in
++      *"
++"with_$ac_useropt"
++"*) ;;
++      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
++	 ac_unrecognized_sep=', ';;
++    esac
++    eval with_$ac_useropt=no ;;
+ 
+   --x)
+     # Obsolete; use --with-x.
+@@ -1101,26 +1170,26 @@ do
+   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+     x_libraries=$ac_optarg ;;
+ 
+-  -*) { echo "$as_me: error: unrecognized option: $ac_option
+-Try \`$0 --help' for more information." >&2
+-   { (exit 1); exit 1; }; }
++  -*) as_fn_error $? "unrecognized option: \`$ac_option'
++Try \`$0 --help' for more information"
+     ;;
+ 
+   *=*)
+     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+     # Reject names that are not valid shell variable names.
+-    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
+-      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
+-   { (exit 1); exit 1; }; }
++    case $ac_envvar in #(
++      '' | [0-9]* | *[!_$as_cr_alnum]* )
++      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
++    esac
+     eval $ac_envvar=\$ac_optarg
+     export $ac_envvar ;;
+ 
+   *)
+     # FIXME: should be removed in autoconf 3.0.
+-    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
++    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+-      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+-    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
++      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
++    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+     ;;
+ 
+   esac
+@@ -1128,23 +1197,36 @@ done
+ 
+ if test -n "$ac_prev"; then
+   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+-  { echo "$as_me: error: missing argument to $ac_option" >&2
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "missing argument to $ac_option"
++fi
++
++if test -n "$ac_unrecognized_opts"; then
++  case $enable_option_checking in
++    no) ;;
++    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
++    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
++  esac
+ fi
+ 
+-# Be sure to have absolute directory names.
++# Check all directory arguments for consistency.
+ for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
+ 		datadir sysconfdir sharedstatedir localstatedir includedir \
+ 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+ 		libdir localedir mandir
+ do
+   eval ac_val=\$$ac_var
++  # Remove trailing slashes.
++  case $ac_val in
++    */ )
++      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
++      eval $ac_var=\$ac_val;;
++  esac
++  # Be sure to have absolute directory names.
+   case $ac_val in
+     [\\/$]* | ?:[\\/]* )  continue;;
+     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+   esac
+-  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+ done
+ 
+ # There might be people who depend on the old broken behavior: `$host'
+@@ -1158,8 +1240,6 @@ target=$target_alias
+ if test "x$host_alias" != x; then
+   if test "x$build_alias" = x; then
+     cross_compiling=maybe
+-    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
+-    If a cross compiler is detected then cross compile mode will be used." >&2
+   elif test "x$build_alias" != "x$host_alias"; then
+     cross_compiling=yes
+   fi
+@@ -1174,23 +1254,21 @@ test "$silent" = yes && exec 6>/dev/null
+ ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ ac_ls_di=`ls -di .` &&
+ ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+-  { echo "$as_me: error: Working directory cannot be determined" >&2
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "working directory cannot be determined"
+ test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+-  { echo "$as_me: error: pwd does not report name of working directory" >&2
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "pwd does not report name of working directory"
+ 
+ 
+ # Find the source files, if location was not specified.
+ if test -z "$srcdir"; then
+   ac_srcdir_defaulted=yes
+   # Try the directory containing this script, then the parent directory.
+-  ac_confdir=`$as_dirname -- "$0" ||
+-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+-	 X"$0" : 'X\(//\)[^/]' \| \
+-	 X"$0" : 'X\(//\)$' \| \
+-	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+-echo X"$0" |
++  ac_confdir=`$as_dirname -- "$as_myself" ||
++$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$as_myself" : 'X\(//\)[^/]' \| \
++	 X"$as_myself" : 'X\(//\)$' \| \
++	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
++$as_echo X"$as_myself" |
+     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ 	    s//\1/
+ 	    q
+@@ -1217,13 +1295,11 @@ else
+ fi
+ if test ! -r "$srcdir/$ac_unique_file"; then
+   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+-  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+ fi
+ ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ ac_abs_confdir=`(
+-	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
+-   { (exit 1); exit 1; }; }
++	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+ 	pwd)`
+ # When building in place, set srcdir=.
+ if test "$ac_abs_confdir" = "$ac_pwd"; then
+@@ -1263,7 +1339,7 @@ Configuration:
+       --help=short        display options specific to this package
+       --help=recursive    display the short help of all the included packages
+   -V, --version           display version information and exit
+-  -q, --quiet, --silent   do not print \`checking...' messages
++  -q, --quiet, --silent   do not print \`checking ...' messages
+       --cache-file=FILE   cache test results in FILE [disabled]
+   -C, --config-cache      alias for \`--cache-file=config.cache'
+   -n, --no-create         do not create output files
+@@ -1271,9 +1347,9 @@ Configuration:
+ 
+ Installation directories:
+   --prefix=PREFIX         install architecture-independent files in PREFIX
+-			  [$ac_default_prefix]
++                          [$ac_default_prefix]
+   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
+-			  [PREFIX]
++                          [PREFIX]
+ 
+ By default, \`make install' will install all the files in
+ \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
+@@ -1283,25 +1359,25 @@ for instance \`--prefix=\$HOME'.
+ For better control, use the options below.
+ 
+ Fine tuning of the installation directories:
+-  --bindir=DIR           user executables [EPREFIX/bin]
+-  --sbindir=DIR          system admin executables [EPREFIX/sbin]
+-  --libexecdir=DIR       program executables [EPREFIX/libexec]
+-  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
+-  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
+-  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
+-  --libdir=DIR           object code libraries [EPREFIX/lib]
+-  --includedir=DIR       C header files [PREFIX/include]
+-  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
+-  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
+-  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
+-  --infodir=DIR          info documentation [DATAROOTDIR/info]
+-  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
+-  --mandir=DIR           man documentation [DATAROOTDIR/man]
+-  --docdir=DIR           documentation root [DATAROOTDIR/doc/nmh]
+-  --htmldir=DIR          html documentation [DOCDIR]
+-  --dvidir=DIR           dvi documentation [DOCDIR]
+-  --pdfdir=DIR           pdf documentation [DOCDIR]
+-  --psdir=DIR            ps documentation [DOCDIR]
++  --bindir=DIR            user executables [EPREFIX/bin]
++  --sbindir=DIR           system admin executables [EPREFIX/sbin]
++  --libexecdir=DIR        program executables [EPREFIX/libexec]
++  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
++  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
++  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
++  --libdir=DIR            object code libraries [EPREFIX/lib]
++  --includedir=DIR        C header files [PREFIX/include]
++  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
++  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
++  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
++  --infodir=DIR           info documentation [DATAROOTDIR/info]
++  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
++  --mandir=DIR            man documentation [DATAROOTDIR/man]
++  --docdir=DIR            documentation root [DATAROOTDIR/doc/nmh]
++  --htmldir=DIR           html documentation [DOCDIR]
++  --dvidir=DIR            dvi documentation [DOCDIR]
++  --pdfdir=DIR            pdf documentation [DOCDIR]
++  --psdir=DIR             ps documentation [DOCDIR]
+ _ACEOF
+ 
+   cat <<\_ACEOF
+@@ -1324,13 +1400,18 @@ if test -n "$ac_init_help"; then
+   cat <<\_ACEOF
+ 
+ Optional Features:
++  --disable-option-checking  ignore unrecognized --enable/--with options
+   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
++  --enable-silent-rules   less verbose build output (undo: "make V=1")
++  --disable-silent-rules  verbose build output (undo: "make V=0")
++  --enable-dependency-tracking
++                          do not reject slow dependency extractors
++  --disable-dependency-tracking
++                          speeds up one-time build
+   --enable-debug          enable nmh code debugging
+   --disable-locale        turn off locale features
+   --enable-lockdir=dir    Store dot-lock files in "dir"
+-  --disable-dependency-tracking  speeds up one-time build
+-  --enable-dependency-tracking   do not reject slow dependency extractors
+ 
+ Optional Packages:
+   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
+@@ -1357,7 +1438,7 @@ Some influential environment variables:
+   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
+               nonstandard directory <lib dir>
+   LIBS        libraries to pass to the linker, e.g. -l<library>
+-  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
++  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
+               you have headers in a nonstandard directory <include dir>
+   CPP         C preprocessor
+ 
+@@ -1372,15 +1453,17 @@ fi
+ if test "$ac_init_help" = "recursive"; then
+   # If there are subdirs, report their specific --help.
+   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+-    test -d "$ac_dir" || continue
++    test -d "$ac_dir" ||
++      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
++      continue
+     ac_builddir=.
+ 
+ case "$ac_dir" in
+ .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+ *)
+-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
++  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+   # A ".." for each directory in $ac_dir_suffix.
+-  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
++  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+   case $ac_top_builddir_sub in
+   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+@@ -1416,7 +1499,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
+       echo &&
+       $SHELL "$ac_srcdir/configure" --help=recursive
+     else
+-      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
++      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+     fi || ac_status=$?
+     cd "$ac_pwd" || { ac_status=$?; break; }
+   done
+@@ -1426,21 +1509,533 @@ test -n "$ac_init_help" && exit $ac_stat
+ if $ac_init_version; then
+   cat <<\_ACEOF
+ nmh configure 1.5
+-generated by GNU Autoconf 2.61
++generated by GNU Autoconf 2.69
+ 
+-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+-2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
++Copyright (C) 2012 Free Software Foundation, Inc.
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+ _ACEOF
+   exit
+ fi
++
++## ------------------------ ##
++## Autoconf initialization. ##
++## ------------------------ ##
++
++# ac_fn_c_try_compile LINENO
++# --------------------------
++# Try to compile conftest.$ac_ext, and return whether this succeeded.
++ac_fn_c_try_compile ()
++{
++  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++  rm -f conftest.$ac_objext
++  if { { ac_try="$ac_compile"
++case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_compile") 2>conftest.err
++  ac_status=$?
++  if test -s conftest.err; then
++    grep -v '^ *+' conftest.err >conftest.er1
++    cat conftest.er1 >&5
++    mv -f conftest.er1 conftest.err
++  fi
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; } && {
++	 test -z "$ac_c_werror_flag" ||
++	 test ! -s conftest.err
++       } && test -s conftest.$ac_objext; then :
++  ac_retval=0
++else
++  $as_echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++	ac_retval=1
++fi
++  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++  as_fn_set_status $ac_retval
++
++} # ac_fn_c_try_compile
++
++# ac_fn_c_try_link LINENO
++# -----------------------
++# Try to link conftest.$ac_ext, and return whether this succeeded.
++ac_fn_c_try_link ()
++{
++  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++  rm -f conftest.$ac_objext conftest$ac_exeext
++  if { { ac_try="$ac_link"
++case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_link") 2>conftest.err
++  ac_status=$?
++  if test -s conftest.err; then
++    grep -v '^ *+' conftest.err >conftest.er1
++    cat conftest.er1 >&5
++    mv -f conftest.er1 conftest.err
++  fi
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; } && {
++	 test -z "$ac_c_werror_flag" ||
++	 test ! -s conftest.err
++       } && test -s conftest$ac_exeext && {
++	 test "$cross_compiling" = yes ||
++	 test -x conftest$ac_exeext
++       }; then :
++  ac_retval=0
++else
++  $as_echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++	ac_retval=1
++fi
++  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
++  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
++  # interfere with the next link command; also delete a directory that is
++  # left behind by Apple's compiler.  We do this before executing the actions.
++  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
++  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++  as_fn_set_status $ac_retval
++
++} # ac_fn_c_try_link
++
++# ac_fn_c_try_cpp LINENO
++# ----------------------
++# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
++ac_fn_c_try_cpp ()
++{
++  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++  if { { ac_try="$ac_cpp conftest.$ac_ext"
++case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
++  ac_status=$?
++  if test -s conftest.err; then
++    grep -v '^ *+' conftest.err >conftest.er1
++    cat conftest.er1 >&5
++    mv -f conftest.er1 conftest.err
++  fi
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; } > conftest.i && {
++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
++	 test ! -s conftest.err
++       }; then :
++  ac_retval=0
++else
++  $as_echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++    ac_retval=1
++fi
++  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++  as_fn_set_status $ac_retval
++
++} # ac_fn_c_try_cpp
++
++# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
++# -------------------------------------------------------
++# Tests whether HEADER exists, giving a warning if it cannot be compiled using
++# the include files in INCLUDES and setting the cache variable VAR
++# accordingly.
++ac_fn_c_check_header_mongrel ()
++{
++  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++  if eval \${$3+:} false; then :
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
++$as_echo_n "checking for $2... " >&6; }
++if eval \${$3+:} false; then :
++  $as_echo_n "(cached) " >&6
++fi
++eval ac_res=\$$3
++	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
++$as_echo "$ac_res" >&6; }
++else
++  # Is the header compilable?
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
++$as_echo_n "checking $2 usability... " >&6; }
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++$4
++#include <$2>
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++  ac_header_compiler=yes
++else
++  ac_header_compiler=no
++fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
++$as_echo "$ac_header_compiler" >&6; }
++
++# Is the header present?
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
++$as_echo_n "checking $2 presence... " >&6; }
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#include <$2>
++_ACEOF
++if ac_fn_c_try_cpp "$LINENO"; then :
++  ac_header_preproc=yes
++else
++  ac_header_preproc=no
++fi
++rm -f conftest.err conftest.i conftest.$ac_ext
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
++$as_echo "$ac_header_preproc" >&6; }
++
++# So?  What about this header?
++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
++  yes:no: )
++    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
++$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
++$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
++    ;;
++  no:yes:* )
++    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
++$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
++    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
++$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
++    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
++$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
++    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
++$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
++$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
++( $as_echo "## ------------------------------------- ##
++## Report this to nmh-workers at nongnu.org ##
++## ------------------------------------- ##"
++     ) | sed "s/^/$as_me: WARNING:     /" >&2
++    ;;
++esac
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
++$as_echo_n "checking for $2... " >&6; }
++if eval \${$3+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  eval "$3=\$ac_header_compiler"
++fi
++eval ac_res=\$$3
++	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
++$as_echo "$ac_res" >&6; }
++fi
++  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++
++} # ac_fn_c_check_header_mongrel
++
++# ac_fn_c_try_run LINENO
++# ----------------------
++# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
++# that executables *can* be run.
++ac_fn_c_try_run ()
++{
++  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++  if { { ac_try="$ac_link"
++case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_link") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
++  { { case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_try") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }; }; then :
++  ac_retval=0
++else
++  $as_echo "$as_me: program exited with status $ac_status" >&5
++       $as_echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++       ac_retval=$ac_status
++fi
++  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
++  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++  as_fn_set_status $ac_retval
++
++} # ac_fn_c_try_run
++
++# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
++# -------------------------------------------------------
++# Tests whether HEADER exists and can be compiled using the include files in
++# INCLUDES, setting the cache variable VAR accordingly.
++ac_fn_c_check_header_compile ()
++{
++  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
++$as_echo_n "checking for $2... " >&6; }
++if eval \${$3+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++$4
++#include <$2>
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++  eval "$3=yes"
++else
++  eval "$3=no"
++fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++eval ac_res=\$$3
++	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
++$as_echo "$ac_res" >&6; }
++  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++
++} # ac_fn_c_check_header_compile
++
++# ac_fn_c_check_func LINENO FUNC VAR
++# ----------------------------------
++# Tests whether FUNC exists, setting the cache variable VAR accordingly
++ac_fn_c_check_func ()
++{
++  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
++$as_echo_n "checking for $2... " >&6; }
++if eval \${$3+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
++   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
++#define $2 innocuous_$2
++
++/* System header to define __stub macros and hopefully few prototypes,
++    which can conflict with char $2 (); below.
++    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++    <limits.h> exists even on freestanding compilers.  */
++
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++
++#undef $2
++
++/* Override any GCC internal prototype to avoid an error.
++   Use char because int might match the return type of a GCC
++   builtin and then its argument prototype would still apply.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++char $2 ();
++/* The GNU C library defines this for functions which it implements
++    to always fail with ENOSYS.  Some functions are actually named
++    something starting with __ and the normal name is an alias.  */
++#if defined __stub_$2 || defined __stub___$2
++choke me
++#endif
++
++int
++main ()
++{
++return $2 ();
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_link "$LINENO"; then :
++  eval "$3=yes"
++else
++  eval "$3=no"
++fi
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
++fi
++eval ac_res=\$$3
++	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
++$as_echo "$ac_res" >&6; }
++  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++
++} # ac_fn_c_check_func
++
++# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
++# ---------------------------------------------
++# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
++# accordingly.
++ac_fn_c_check_decl ()
++{
++  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++  as_decl_name=`echo $2|sed 's/ *(.*//'`
++  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
++$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
++if eval \${$3+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++$4
++int
++main ()
++{
++#ifndef $as_decl_name
++#ifdef __cplusplus
++  (void) $as_decl_use;
++#else
++  (void) $as_decl_name;
++#endif
++#endif
++
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++  eval "$3=yes"
++else
++  eval "$3=no"
++fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++eval ac_res=\$$3
++	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
++$as_echo "$ac_res" >&6; }
++  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++
++} # ac_fn_c_check_decl
++
++# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
++# -------------------------------------------
++# Tests whether TYPE exists after having included INCLUDES, setting cache
++# variable VAR accordingly.
++ac_fn_c_check_type ()
++{
++  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
++$as_echo_n "checking for $2... " >&6; }
++if eval \${$3+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  eval "$3=no"
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++$4
++int
++main ()
++{
++if (sizeof ($2))
++	 return 0;
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++$4
++int
++main ()
++{
++if (sizeof (($2)))
++	    return 0;
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++
++else
++  eval "$3=yes"
++fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++eval ac_res=\$$3
++	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
++$as_echo "$ac_res" >&6; }
++  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++
++} # ac_fn_c_check_type
++
++# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
++# ----------------------------------------------------
++# Tries to find if the field MEMBER exists in type AGGR, after including
++# INCLUDES, setting cache variable VAR accordingly.
++ac_fn_c_check_member ()
++{
++  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
++$as_echo_n "checking for $2.$3... " >&6; }
++if eval \${$4+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++$5
++int
++main ()
++{
++static $2 ac_aggr;
++if (ac_aggr.$3)
++return 0;
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++  eval "$4=yes"
++else
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++$5
++int
++main ()
++{
++static $2 ac_aggr;
++if (sizeof ac_aggr.$3)
++return 0;
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++  eval "$4=yes"
++else
++  eval "$4=no"
++fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++eval ac_res=\$$4
++	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
++$as_echo "$ac_res" >&6; }
++  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++
++} # ac_fn_c_check_member
+ cat >config.log <<_ACEOF
+ This file contains any messages produced by compilers while
+ running configure, to aid debugging if configure makes a mistake.
+ 
+ It was created by nmh $as_me 1.5, which was
+-generated by GNU Autoconf 2.61.  Invocation command line was
++generated by GNU Autoconf 2.69.  Invocation command line was
+ 
+   $ $0 $@
+ 
+@@ -1476,8 +2071,8 @@ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  echo "PATH: $as_dir"
+-done
++    $as_echo "PATH: $as_dir"
++  done
+ IFS=$as_save_IFS
+ 
+ } >&5
+@@ -1511,12 +2106,12 @@ do
+     | -silent | --silent | --silen | --sile | --sil)
+       continue ;;
+     *\'*)
+-      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
++      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+     esac
+     case $ac_pass in
+-    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
++    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+     2)
+-      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
++      as_fn_append ac_configure_args1 " '$ac_arg'"
+       if test $ac_must_keep_next = true; then
+ 	ac_must_keep_next=false # Got value, back to normal.
+       else
+@@ -1532,13 +2127,13 @@ do
+ 	  -* ) ac_must_keep_next=true ;;
+ 	esac
+       fi
+-      ac_configure_args="$ac_configure_args '$ac_arg'"
++      as_fn_append ac_configure_args " '$ac_arg'"
+       ;;
+     esac
+   done
+ done
+-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
+-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
++{ ac_configure_args0=; unset ac_configure_args0;}
++{ ac_configure_args1=; unset ac_configure_args1;}
+ 
+ # When interrupted or exit'd, cleanup temporary files, and complete
+ # config.log.  We remove comments because anyway the quotes in there
+@@ -1550,11 +2145,9 @@ trap 'exit_status=$?
+   {
+     echo
+ 
+-    cat <<\_ASBOX
+-## ---------------- ##
++    $as_echo "## ---------------- ##
+ ## Cache variables. ##
+-## ---------------- ##
+-_ASBOX
++## ---------------- ##"
+     echo
+     # The following way of writing the cache mishandles newlines in values,
+ (
+@@ -1563,12 +2156,13 @@ _ASBOX
+     case $ac_val in #(
+     *${as_nl}*)
+       case $ac_var in #(
+-      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
+-echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
++      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
++$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+       esac
+       case $ac_var in #(
+       _ | IFS | as_nl) ;; #(
+-      *) $as_unset $ac_var ;;
++      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
++      *) { eval $ac_var=; unset $ac_var;} ;;
+       esac ;;
+     esac
+   done
+@@ -1587,128 +2181,136 @@ echo "$as_me: WARNING: Cache variable $a
+ )
+     echo
+ 
+-    cat <<\_ASBOX
+-## ----------------- ##
++    $as_echo "## ----------------- ##
+ ## Output variables. ##
+-## ----------------- ##
+-_ASBOX
++## ----------------- ##"
+     echo
+     for ac_var in $ac_subst_vars
+     do
+       eval ac_val=\$$ac_var
+       case $ac_val in
+-      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
++      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+       esac
+-      echo "$ac_var='\''$ac_val'\''"
++      $as_echo "$ac_var='\''$ac_val'\''"
+     done | sort
+     echo
+ 
+     if test -n "$ac_subst_files"; then
+-      cat <<\_ASBOX
+-## ------------------- ##
++      $as_echo "## ------------------- ##
+ ## File substitutions. ##
+-## ------------------- ##
+-_ASBOX
++## ------------------- ##"
+       echo
+       for ac_var in $ac_subst_files
+       do
+ 	eval ac_val=\$$ac_var
+ 	case $ac_val in
+-	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
++	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+ 	esac
+-	echo "$ac_var='\''$ac_val'\''"
++	$as_echo "$ac_var='\''$ac_val'\''"
+       done | sort
+       echo
+     fi
+ 
+     if test -s confdefs.h; then
+-      cat <<\_ASBOX
+-## ----------- ##
++      $as_echo "## ----------- ##
+ ## confdefs.h. ##
+-## ----------- ##
+-_ASBOX
++## ----------- ##"
+       echo
+       cat confdefs.h
+       echo
+     fi
+     test "$ac_signal" != 0 &&
+-      echo "$as_me: caught signal $ac_signal"
+-    echo "$as_me: exit $exit_status"
++      $as_echo "$as_me: caught signal $ac_signal"
++    $as_echo "$as_me: exit $exit_status"
+   } >&5
+   rm -f core *.core core.conftest.* &&
+     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+     exit $exit_status
+ ' 0
+ for ac_signal in 1 2 13 15; do
+-  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
++  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
+ done
+ ac_signal=0
+ 
+ # confdefs.h avoids OS command line length limits that DEFS can exceed.
+ rm -f -r conftest* confdefs.h
+ 
++$as_echo "/* confdefs.h */" > confdefs.h
++
+ # Predefined preprocessor variables.
+ 
+ cat >>confdefs.h <<_ACEOF
+ #define PACKAGE_NAME "$PACKAGE_NAME"
+ _ACEOF
+ 
+-
+ cat >>confdefs.h <<_ACEOF
+ #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+ _ACEOF
+ 
+-
+ cat >>confdefs.h <<_ACEOF
+ #define PACKAGE_VERSION "$PACKAGE_VERSION"
+ _ACEOF
+ 
+-
+ cat >>confdefs.h <<_ACEOF
+ #define PACKAGE_STRING "$PACKAGE_STRING"
+ _ACEOF
+ 
+-
+ cat >>confdefs.h <<_ACEOF
+ #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+ _ACEOF
+ 
++cat >>confdefs.h <<_ACEOF
++#define PACKAGE_URL "$PACKAGE_URL"
++_ACEOF
++
+ 
+ # Let the site file select an alternate cache file if it wants to.
+-# Prefer explicitly selected file to automatically selected ones.
++# Prefer an explicitly selected file to automatically selected ones.
++ac_site_file1=NONE
++ac_site_file2=NONE
+ if test -n "$CONFIG_SITE"; then
+-  set x "$CONFIG_SITE"
++  # We do not want a PATH search for config.site.
++  case $CONFIG_SITE in #((
++    -*)  ac_site_file1=./$CONFIG_SITE;;
++    */*) ac_site_file1=$CONFIG_SITE;;
++    *)   ac_site_file1=./$CONFIG_SITE;;
++  esac
+ elif test "x$prefix" != xNONE; then
+-  set x "$prefix/share/config.site" "$prefix/etc/config.site"
++  ac_site_file1=$prefix/share/config.site
++  ac_site_file2=$prefix/etc/config.site
+ else
+-  set x "$ac_default_prefix/share/config.site" \
+-	"$ac_default_prefix/etc/config.site"
++  ac_site_file1=$ac_default_prefix/share/config.site
++  ac_site_file2=$ac_default_prefix/etc/config.site
+ fi
+-shift
+-for ac_site_file
++for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+ do
+-  if test -r "$ac_site_file"; then
+-    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
+-echo "$as_me: loading site script $ac_site_file" >&6;}
++  test "x$ac_site_file" = xNONE && continue
++  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
++    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
++$as_echo "$as_me: loading site script $ac_site_file" >&6;}
+     sed 's/^/| /' "$ac_site_file" >&5
+-    . "$ac_site_file"
++    . "$ac_site_file" \
++      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "failed to load site script $ac_site_file
++See \`config.log' for more details" "$LINENO" 5; }
+   fi
+ done
+ 
+ if test -r "$cache_file"; then
+-  # Some versions of bash will fail to source /dev/null (special
+-  # files actually), so we avoid doing that.
+-  if test -f "$cache_file"; then
+-    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
+-echo "$as_me: loading cache $cache_file" >&6;}
++  # Some versions of bash will fail to source /dev/null (special files
++  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
++  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
++    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
++$as_echo "$as_me: loading cache $cache_file" >&6;}
+     case $cache_file in
+       [\\/]* | ?:[\\/]* ) . "$cache_file";;
+       *)                      . "./$cache_file";;
+     esac
+   fi
+ else
+-  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
+-echo "$as_me: creating cache $cache_file" >&6;}
++  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
++$as_echo "$as_me: creating cache $cache_file" >&6;}
+   >$cache_file
+ fi
+ 
+@@ -1722,68 +2324,56 @@ for ac_var in $ac_precious_vars; do
+   eval ac_new_val=\$ac_env_${ac_var}_value
+   case $ac_old_set,$ac_new_set in
+     set,)
+-      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
++      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
++$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+       ac_cache_corrupted=: ;;
+     ,set)
+-      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
+-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
++      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
++$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+       ac_cache_corrupted=: ;;
+     ,);;
+     *)
+       if test "x$ac_old_val" != "x$ac_new_val"; then
+-	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
+-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+-	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
+-echo "$as_me:   former value:  $ac_old_val" >&2;}
+-	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
+-echo "$as_me:   current value: $ac_new_val" >&2;}
+-	ac_cache_corrupted=:
++	# differences in whitespace do not lead to failure.
++	ac_old_val_w=`echo x $ac_old_val`
++	ac_new_val_w=`echo x $ac_new_val`
++	if test "$ac_old_val_w" != "$ac_new_val_w"; then
++	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
++$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
++	  ac_cache_corrupted=:
++	else
++	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
++$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
++	  eval $ac_var=\$ac_old_val
++	fi
++	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
++$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
++	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
++$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
+       fi;;
+   esac
+   # Pass precious variables to config.status.
+   if test "$ac_new_set" = set; then
+     case $ac_new_val in
+-    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
++    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+     *) ac_arg=$ac_var=$ac_new_val ;;
+     esac
+     case " $ac_configure_args " in
+       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
+-      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
++      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
+     esac
+   fi
+ done
+ if $ac_cache_corrupted; then
+-  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
+-echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+-  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
+-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
+-   { (exit 1); exit 1; }; }
+-fi
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
++  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
++$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
++  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
++fi
++## -------------------- ##
++## Main body of script. ##
++## -------------------- ##
+ 
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+@@ -1795,7 +2385,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+ ac_config_headers="$ac_config_headers config.h"
+ 
+-am__api_version='1.10'
++am__api_version='1.13'
+ 
+ ac_aux_dir=
+ for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
+@@ -1814,9 +2404,7 @@ for ac_dir in "$srcdir" "$srcdir/.." "$s
+   fi
+ done
+ if test -z "$ac_aux_dir"; then
+-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
+-echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
+ fi
+ 
+ # These three variables are undocumented and unsupported,
+@@ -1841,22 +2429,23 @@ ac_configure="$SHELL $ac_aux_dir/configu
+ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+ # OS/2's system install, which has a completely different semantic
+ # ./install, which can be erroneously created by make from ./install.sh.
+-{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
+-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
++# Reject install programs that cannot install multiple files.
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
++$as_echo_n "checking for a BSD-compatible install... " >&6; }
+ if test -z "$INSTALL"; then
+-if test "${ac_cv_path_install+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++if ${ac_cv_path_install+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  # Account for people who put trailing slashes in PATH elements.
+-case $as_dir/ in
+-  ./ | .// | /cC/* | \
++    # Account for people who put trailing slashes in PATH elements.
++case $as_dir/ in #((
++  ./ | .// | /[cC]/* | \
+   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+-  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
++  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+   /usr/ucb/* ) ;;
+   *)
+     # OSF1 and SCO ODT 3.0 have their own names for install.
+@@ -1864,7 +2453,7 @@ case $as_dir/ in
+     # by default.
+     for ac_prog in ginstall scoinst install; do
+       for ac_exec_ext in '' $ac_executable_extensions; do
+-	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
++	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
+ 	  if test $ac_prog = install &&
+ 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+ 	    # AIX install.  It has an incompatible calling convention.
+@@ -1874,17 +2463,29 @@ case $as_dir/ in
+ 	    # program-specific install script used by HP pwplus--don't use.
+ 	    :
+ 	  else
+-	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+-	    break 3
++	    rm -rf conftest.one conftest.two conftest.dir
++	    echo one > conftest.one
++	    echo two > conftest.two
++	    mkdir conftest.dir
++	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
++	      test -s conftest.one && test -s conftest.two &&
++	      test -s conftest.dir/conftest.one &&
++	      test -s conftest.dir/conftest.two
++	    then
++	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
++	      break 3
++	    fi
+ 	  fi
+ 	fi
+       done
+     done
+     ;;
+ esac
+-done
++
++  done
+ IFS=$as_save_IFS
+ 
++rm -rf conftest.one conftest.two conftest.dir
+ 
+ fi
+   if test "${ac_cv_path_install+set}" = set; then
+@@ -1897,8 +2498,8 @@ fi
+     INSTALL=$ac_install_sh
+   fi
+ fi
+-{ echo "$as_me:$LINENO: result: $INSTALL" >&5
+-echo "${ECHO_T}$INSTALL" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
++$as_echo "$INSTALL" >&6; }
+ 
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+ # It thinks the first close brace ends the variable substitution.
+@@ -1908,91 +2509,226 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
+ 
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+ 
+-{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
+-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
+-# Just in case
+-sleep 1
+-echo timestamp > conftest.file
+-# Do `set' in a subshell so we don't clobber the current shell's
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
++$as_echo_n "checking whether build environment is sane... " >&6; }
++# Reject unsafe characters in $srcdir or the absolute working directory
++# name.  Accept space and tab only in the latter.
++am_lf='
++'
++case `pwd` in
++  *[\\\"\#\$\&\'\`$am_lf]*)
++    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
++esac
++case $srcdir in
++  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
++    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
++esac
++
++# Do 'set' in a subshell so we don't clobber the current shell's
+ # arguments.  Must try -L first in case configure is actually a
+ # symlink; some systems play weird games with the mod time of symlinks
+ # (eg FreeBSD returns the mod time of the symlink's containing
+ # directory).
+ if (
+-   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
+-   if test "$*" = "X"; then
+-      # -L didn't work.
+-      set X `ls -t $srcdir/configure conftest.file`
+-   fi
+-   rm -f conftest.file
+-   if test "$*" != "X $srcdir/configure conftest.file" \
+-      && test "$*" != "X conftest.file $srcdir/configure"; then
+-
+-      # If neither matched, then we have a broken ls.  This can happen
+-      # if, for instance, CONFIG_SHELL is bash and it inherits a
+-      # broken ls alias from the environment.  This has actually
+-      # happened.  Such a system could not be considered "sane".
+-      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
+-alias in your environment" >&5
+-echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
+-alias in your environment" >&2;}
+-   { (exit 1); exit 1; }; }
+-   fi
++   am_has_slept=no
++   for am_try in 1 2; do
++     echo "timestamp, slept: $am_has_slept" > conftest.file
++     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
++     if test "$*" = "X"; then
++	# -L didn't work.
++	set X `ls -t "$srcdir/configure" conftest.file`
++     fi
++     if test "$*" != "X $srcdir/configure conftest.file" \
++	&& test "$*" != "X conftest.file $srcdir/configure"; then
+ 
++	# If neither matched, then we have a broken ls.  This can happen
++	# if, for instance, CONFIG_SHELL is bash and it inherits a
++	# broken ls alias from the environment.  This has actually
++	# happened.  Such a system could not be considered "sane".
++	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
++  alias in your environment" "$LINENO" 5
++     fi
++     if test "$2" = conftest.file || test $am_try -eq 2; then
++       break
++     fi
++     # Just in case.
++     sleep 1
++     am_has_slept=yes
++   done
+    test "$2" = conftest.file
+    )
+ then
+    # Ok.
+    :
+ else
+-   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
+-Check your system clock" >&5
+-echo "$as_me: error: newly created file is older than distributed files!
+-Check your system clock" >&2;}
+-   { (exit 1); exit 1; }; }
++   as_fn_error $? "newly created file is older than distributed files!
++Check your system clock" "$LINENO" 5
+ fi
+-{ echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
++# If we didn't sleep, we still need to ensure time stamps of config.status and
++# generated files are strictly newer.
++am_sleep_pid=
++if grep 'slept: no' conftest.file >/dev/null 2>&1; then
++  ( sleep 1 ) &
++  am_sleep_pid=$!
++fi
++
++rm -f conftest.file
++
+ test "$program_prefix" != NONE &&
+   program_transform_name="s&^&$program_prefix&;$program_transform_name"
+ # Use a double $ so make ignores it.
+ test "$program_suffix" != NONE &&
+   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+-# Double any \ or $.  echo might interpret backslashes.
++# Double any \ or $.
+ # By default was `s,x,x', remove it if useless.
+-cat <<\_ACEOF >conftest.sed
+-s/[\\$]/&&/g;s/;s,x,x,$//
+-_ACEOF
+-program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
+-rm -f conftest.sed
++ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
++program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
+ 
+ # expand $ac_aux_dir to an absolute path
+ am_aux_dir=`cd $ac_aux_dir && pwd`
+ 
+-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
++if test x"${MISSING+set}" != xset; then
++  case $am_aux_dir in
++  *\ * | *\	*)
++    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
++  *)
++    MISSING="\${SHELL} $am_aux_dir/missing" ;;
++  esac
++fi
+ # Use eval to expand $SHELL
+-if eval "$MISSING --run true"; then
+-  am_missing_run="$MISSING --run "
++if eval "$MISSING --is-lightweight"; then
++  am_missing_run="$MISSING "
+ else
+   am_missing_run=
+-  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
+-echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
++  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
++$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
++fi
++
++if test x"${install_sh}" != xset; then
++  case $am_aux_dir in
++  *\ * | *\	*)
++    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
++  *)
++    install_sh="\${SHELL} $am_aux_dir/install-sh"
++  esac
++fi
++
++# Installed binaries are usually stripped using 'strip' when the user
++# run "make install-strip".  However 'strip' might not be the right
++# tool to use in cross-compilation environments, therefore Automake
++# will honor the 'STRIP' environment variable to overrule this program.
++if test "$cross_compiling" != no; then
++  if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
++set dummy ${ac_tool_prefix}strip; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_STRIP+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if test -n "$STRIP"; then
++  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
++
++fi
++fi
++STRIP=$ac_cv_prog_STRIP
++if test -n "$STRIP"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
++$as_echo "$STRIP" >&6; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++fi
++
++
++fi
++if test -z "$ac_cv_prog_STRIP"; then
++  ac_ct_STRIP=$STRIP
++  # Extract the first word of "strip", so it can be a program name with args.
++set dummy strip; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if test -n "$ac_ct_STRIP"; then
++  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_STRIP="strip"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
++
++fi
++fi
++ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
++if test -n "$ac_ct_STRIP"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
++$as_echo "$ac_ct_STRIP" >&6; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+-{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
+-echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
++  if test "x$ac_ct_STRIP" = x; then
++    STRIP=":"
++  else
++    case $cross_compiling:$ac_tool_warned in
++yes:)
++{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
++$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
++ac_tool_warned=yes ;;
++esac
++    STRIP=$ac_ct_STRIP
++  fi
++else
++  STRIP="$ac_cv_prog_STRIP"
++fi
++
++fi
++INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
++
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
++$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
+ if test -z "$MKDIR_P"; then
+-  if test "${ac_cv_path_mkdir+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  if ${ac_cv_path_mkdir+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_prog in mkdir gmkdir; do
++    for ac_prog in mkdir gmkdir; do
+ 	 for ac_exec_ext in '' $ac_executable_extensions; do
+-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
++	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
+ 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
+ 	     'mkdir (GNU coreutils) '* | \
+ 	     'mkdir (coreutils) '* | \
+@@ -2002,11 +2738,12 @@ do
+ 	   esac
+ 	 done
+        done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ fi
+ 
++  test -d ./--version && rmdir ./--version
+   if test "${ac_cv_path_mkdir+set}" = set; then
+     MKDIR_P="$ac_cv_path_mkdir -p"
+   else
+@@ -2014,27 +2751,20 @@ fi
+     # value for MKDIR_P within a source directory, because that will
+     # break other packages using the cache if that directory is
+     # removed, or if the value is a relative name.
+-    test -d ./--version && rmdir ./--version
+     MKDIR_P="$ac_install_sh -d"
+   fi
+ fi
+-{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
+-echo "${ECHO_T}$MKDIR_P" >&6; }
+-
+-mkdir_p="$MKDIR_P"
+-case $mkdir_p in
+-  [\\/$]* | ?:[\\/]*) ;;
+-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
+-esac
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
++$as_echo "$MKDIR_P" >&6; }
+ 
+ for ac_prog in gawk mawk nawk awk
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_AWK+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_AWK+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   if test -n "$AWK"; then
+   ac_cv_prog_AWK="$AWK" # Let the user override the test.
+@@ -2044,43 +2774,44 @@ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+     ac_cv_prog_AWK="$ac_prog"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ fi
+ fi
+ AWK=$ac_cv_prog_AWK
+ if test -n "$AWK"; then
+-  { echo "$as_me:$LINENO: result: $AWK" >&5
+-echo "${ECHO_T}$AWK" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
++$as_echo "$AWK" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
+   test -n "$AWK" && break
+ done
+ 
+-{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
+-set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
++$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
++set x ${MAKE-make}
++ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
++if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   cat >conftest.make <<\_ACEOF
+ SHELL = /bin/sh
+ all:
+ 	@echo '@@@%%%=$(MAKE)=@@@%%%'
+ _ACEOF
+-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
++# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+ case `${MAKE-make} -f conftest.make 2>/dev/null` in
+   *@@@%%%=?*=@@@%%%*)
+     eval ac_cv_prog_make_${ac_make}_set=yes;;
+@@ -2090,12 +2821,12 @@ esac
+ rm -f conftest.make
+ fi
+ if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   SET_MAKE=
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+   SET_MAKE="MAKE=${MAKE-make}"
+ fi
+ 
+@@ -2108,15 +2839,52 @@ else
+ fi
+ rmdir .tst 2>/dev/null
+ 
++# Check whether --enable-silent-rules was given.
++if test "${enable_silent_rules+set}" = set; then :
++  enableval=$enable_silent_rules;
++fi
++
++case $enable_silent_rules in # (((
++  yes) AM_DEFAULT_VERBOSITY=0;;
++   no) AM_DEFAULT_VERBOSITY=1;;
++    *) AM_DEFAULT_VERBOSITY=1;;
++esac
++am_make=${MAKE-make}
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
++$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
++if ${am_cv_make_support_nested_variables+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if $as_echo 'TRUE=$(BAR$(V))
++BAR0=false
++BAR1=true
++V=1
++am__doit:
++	@$(TRUE)
++.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
++  am_cv_make_support_nested_variables=yes
++else
++  am_cv_make_support_nested_variables=no
++fi
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
++$as_echo "$am_cv_make_support_nested_variables" >&6; }
++if test $am_cv_make_support_nested_variables = yes; then
++    AM_V='$(V)'
++  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
++else
++  AM_V=$AM_DEFAULT_VERBOSITY
++  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
++fi
++AM_BACKSLASH='\'
++
+ if test "`cd $srcdir && pwd`" != "`pwd`"; then
+   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+   # is not polluted with repeated "-I."
+   am__isrc=' -I$(srcdir)'
+   # test to see if srcdir already configured
+   if test -f $srcdir/config.status; then
+-    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
+-echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
+-   { (exit 1); exit 1; }; }
++    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+   fi
+ fi
+ 
+@@ -2160,119 +2928,24 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_ru
+ 
+ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
+ 
+-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
+-
+-# Installed binaries are usually stripped using `strip' when the user
+-# run `make install-strip'.  However `strip' might not be the right
+-# tool to use in cross-compilation environments, therefore Automake
+-# will honor the `STRIP' environment variable to overrule this program.
+-if test "$cross_compiling" != no; then
+-  if test -n "$ac_tool_prefix"; then
+-  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+-set dummy ${ac_tool_prefix}strip; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_STRIP+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  if test -n "$STRIP"; then
+-  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+-else
+-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
+-
+-fi
+-fi
+-STRIP=$ac_cv_prog_STRIP
+-if test -n "$STRIP"; then
+-  { echo "$as_me:$LINENO: result: $STRIP" >&5
+-echo "${ECHO_T}$STRIP" >&6; }
+-else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
+-
+-
+-fi
+-if test -z "$ac_cv_prog_STRIP"; then
+-  ac_ct_STRIP=$STRIP
+-  # Extract the first word of "strip", so it can be a program name with args.
+-set dummy strip; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  if test -n "$ac_ct_STRIP"; then
+-  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+-else
+-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_prog_ac_ct_STRIP="strip"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
+-
+-fi
+-fi
+-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+-if test -n "$ac_ct_STRIP"; then
+-  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
+-echo "${ECHO_T}$ac_ct_STRIP" >&6; }
+-else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
+-
+-  if test "x$ac_ct_STRIP" = x; then
+-    STRIP=":"
+-  else
+-    case $cross_compiling:$ac_tool_warned in
+-yes:)
+-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+-whose name does not start with the host triplet.  If you think this
+-configuration is useful to you, please write to autoconf at gnu.org." >&5
+-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+-whose name does not start with the host triplet.  If you think this
+-configuration is useful to you, please write to autoconf at gnu.org." >&2;}
+-ac_tool_warned=yes ;;
+-esac
+-    STRIP=$ac_ct_STRIP
+-  fi
+-else
+-  STRIP="$ac_cv_prog_STRIP"
+-fi
+-
+-fi
+-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
++# For better backward compatibility.  To be removed once Automake 1.9.x
++# dies out for good.  For more background, see:
++# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
++# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
++mkdir_p='$(MKDIR_P)'
+ 
+ # We need awk for the "check" target.  The system "awk" is bad on
+ # some platforms.
+-# Always define AMTAR for backward compatibility.
++# Always define AMTAR for backward compatibility.  Yes, it's still used
++# in the wild :-(  We should find a proper way to deprecate it ...
++AMTAR='$${TAR-tar}'
++
+ 
+-AMTAR=${AMTAR-"${am_missing_run}tar"}
++# We'll loop over all known methods to create a tar archive until one works.
++_am_tools='gnutar  pax cpio none'
++
++am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
+ 
+-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
+ 
+ 
+ 
+@@ -2281,35 +2954,27 @@ am__tar='${AMTAR} chof - "$$tardir"'; am
+ 
+ # Make sure we can run config.sub.
+ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+-  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
+-echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
+-   { (exit 1); exit 1; }; }
+-
+-{ echo "$as_me:$LINENO: checking build system type" >&5
+-echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
+-if test "${ac_cv_build+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
++
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
++$as_echo_n "checking build system type... " >&6; }
++if ${ac_cv_build+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_build_alias=$build_alias
+ test "x$ac_build_alias" = x &&
+   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+ test "x$ac_build_alias" = x &&
+-  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
+-echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+ ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
+-echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+ 
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
+-echo "${ECHO_T}$ac_cv_build" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
++$as_echo "$ac_cv_build" >&6; }
+ case $ac_cv_build in
+ *-*-*) ;;
+-*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
+-echo "$as_me: error: invalid value of canonical build" >&2;}
+-   { (exit 1); exit 1; }; };;
++*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
+ esac
+ build=$ac_cv_build
+ ac_save_IFS=$IFS; IFS='-'
+@@ -2325,28 +2990,24 @@ IFS=$ac_save_IFS
+ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+ 
+ 
+-{ echo "$as_me:$LINENO: checking host system type" >&5
+-echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
+-if test "${ac_cv_host+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
++$as_echo_n "checking host system type... " >&6; }
++if ${ac_cv_host+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   if test "x$host_alias" = x; then
+   ac_cv_host=$ac_cv_build
+ else
+   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
+-echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
+-   { (exit 1); exit 1; }; }
++    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+ fi
+ 
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
+-echo "${ECHO_T}$ac_cv_host" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
++$as_echo "$ac_cv_host" >&6; }
+ case $ac_cv_host in
+ *-*-*) ;;
+-*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
+-echo "$as_me: error: invalid value of canonical host" >&2;}
+-   { (exit 1); exit 1; }; };;
++*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
+ esac
+ host=$ac_cv_host
+ ac_save_IFS=$IFS; IFS='-'
+@@ -2363,279 +3024,73 @@ case $host_os in *\ *) host_os=`echo "$h
+ 
+ 
+ 
+-{ echo "$as_me:$LINENO: configuring for nmh-1.5" >&5
+-echo "$as_me: configuring for nmh-1.5" >&6;}
++{ $as_echo "$as_me:${as_lineno-$LINENO}: configuring for nmh-1.5" >&5
++$as_echo "$as_me: configuring for nmh-1.5" >&6;}
+ VERSION=1.5
+ 
+-DATE=`cat ${srcdir}/DATE`
+-{ echo "$as_me:$LINENO: configuring for nmh dated $DATE" >&5
+-echo "$as_me: configuring for nmh dated $DATE" >&6;}
++DEPDIR="${am__leading_dot}deps"
+ 
++ac_config_commands="$ac_config_commands depfiles"
+ 
+-# Check whether --enable-debug was given.
+-if test "${enable_debug+set}" = set; then
+-  enableval=$enable_debug;
+-fi
+ 
+-if test x"$enable_nmh_debug" = x"yes"; then
+-  enable_debug=yes
++am_make=${MAKE-make}
++cat > confinc << 'END'
++am__doit:
++	@echo this is the am__doit target
++.PHONY: am__doit
++END
++# If we don't find an include directive, just comment out the code.
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
++$as_echo_n "checking for style of include used by $am_make... " >&6; }
++am__include="#"
++am__quote=
++_am_result=none
++# First try GNU make style include.
++echo "include confinc" > confmf
++# Ignore all kinds of additional output from 'make'.
++case `$am_make -s -f confmf 2> /dev/null` in #(
++*the\ am__doit\ target*)
++  am__include=include
++  am__quote=
++  _am_result=GNU
++  ;;
++esac
++# Now try BSD make style include.
++if test "$am__include" = "#"; then
++   echo '.include "confinc"' > confmf
++   case `$am_make -s -f confmf 2> /dev/null` in #(
++   *the\ am__doit\ target*)
++     am__include=.include
++     am__quote="\""
++     _am_result=BSD
++     ;;
++   esac
+ fi
+ 
+ 
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
++$as_echo "$_am_result" >&6; }
++rm -f confinc confmf
+ 
+-
+-# Check whether --enable-locale was given.
+-if test "${enable_locale+set}" = set; then
+-  enableval=$enable_locale; if test x$enableval = xyes; then
+-  cat >>confdefs.h <<\_ACEOF
+-#define LOCALE 1
+-_ACEOF
+-
++# Check whether --enable-dependency-tracking was given.
++if test "${enable_dependency_tracking+set}" = set; then :
++  enableval=$enable_dependency_tracking;
+ fi
+ 
+-else
+-  cat >>confdefs.h <<\_ACEOF
+-#define LOCALE 1
+-_ACEOF
+-
+-fi
+-
+-
+-
+-# Check whether --with-cyrus-sasl was given.
+-if test "${with_cyrus_sasl+set}" = set; then
+-  withval=$with_cyrus_sasl;
+-fi
+-
+-if test x"$with_cyrus_sasl" != x -a x"$with_cyrus_sasl" != x"no"; then
+-
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define CYRUS_SASL 1
+-_ACEOF
+-      if test x"$with_cyrus_sasl" != xyes; then
+-
+-	    { echo "$as_me:$LINENO: WARNING: Arguments to --with-cyrus-sasl now ignored" >&5
+-echo "$as_me: WARNING: Arguments to --with-cyrus-sasl now ignored" >&2;}
+-	    { echo "$as_me:$LINENO: WARNING: Please pass the appropriate arguments to CPPFLAGS/LDFLAGS" >&5
+-echo "$as_me: WARNING: Please pass the appropriate arguments to CPPFLAGS/LDFLAGS" >&2;}
+-fi
+-
+-      sasl_support=yes
+-else
+-  sasl_support=no
+-fi
+-
+-
+-
+-# Check whether --with-tls was given.
+-if test "${with_tls+set}" = set; then
+-  withval=$with_tls;
+-fi
+-
+-if test x"$with_tls" != x -a x"$with_tls" != x"no"; then
+-
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define TLS_SUPPORT 1
+-_ACEOF
+-      tls_support=yes
+-else
+-  tls_support=no
+-fi
+-
+-
+-
+-# Check whether --with-editor was given.
+-if test "${with_editor+set}" = set; then
+-  withval=$with_editor;
+-fi
+-
+-
+-if test -n "$with_editor"; then
+-  editorpath="$with_editor"
+-fi
+-
+-
+-
+-# Check whether --with-hash-backup was given.
+-if test "${with_hash_backup+set}" = set; then
+-  withval=$with_hash_backup;
+-fi
+-
+-if test x"$with_hash_backup" != x -a x"$with_hash_backup" != x"no"; then
+-  backup_prefix="#"
+-else
+-  backup_prefix=","
+-fi
+-
+-
+-cat >>confdefs.h <<_ACEOF
+-#define BACKUP_PREFIX "$backup_prefix"
+-_ACEOF
+-
+-
+-# Check whether --with-locking was given.
+-if test "${with_locking+set}" = set; then
+-  withval=$with_locking;
+-fi
+-
+-
+-if test x"$with_locking" = x"dot"; then
+-  LOCKTYPE="dot"
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define DOT_LOCKING 1
+-_ACEOF
+-elif test x"$with_locking" = x"flock"; then
+-  LOCKTYPE="flock"
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define FLOCK_LOCKING 1
+-_ACEOF
+-elif test x"$with_locking" = x"lockf"; then
+-  LOCKTYPE="lockf"
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define LOCKF_LOCKING 1
+-_ACEOF
+-elif test x"$with_locking" = x"fcntl"; then
+-  LOCKTYPE="fcntl"
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define FCNTL_LOCKING 1
+-_ACEOF
+-else
+-  LOCKTYPE="dot"
+-  cat >>confdefs.h <<\_ACEOF
+-#define DOT_LOCKING 1
+-_ACEOF
+-fi
+-
+-# Check whether --enable-lockdir was given.
+-if test "${enable_lockdir+set}" = set; then
+-  enableval=$enable_lockdir;
+-  if test "x$enableval" = xyes; then
+-
+-    { { echo "$as_me:$LINENO: error: --enable-lockdir requires an argument" >&5
+-echo "$as_me: error: --enable-lockdir requires an argument" >&2;}
+-   { (exit 1); exit 1; }; }
+-fi
+-
+-  if test "x$LOCKTYPE" != xdot; then
+-
+-    { { echo "$as_me:$LINENO: error: Can only use --enable-lockdir with dot locking" >&5
+-echo "$as_me: error: Can only use --enable-lockdir with dot locking" >&2;}
+-   { (exit 1); exit 1; }; }
+-fi
+-
+-
+-cat >>confdefs.h <<_ACEOF
+-#define LOCKDIR "$enableval"
+-_ACEOF
+-
+-
+-fi
+-
+-
+-
+-# Check whether --with-mts was given.
+-if test "${with_mts+set}" = set; then
+-  withval=$with_mts;
+-fi
+-
+-
+-if test x"$with_mts" = x"smtp"; then
+-  MTS="smtp"
+-elif test x"$with_mts" = x"sendmail"; then
+-  MTS="sendmail"
+-else
+-  MTS="smtp"
+-fi
+-
+-
+-
+-# Check whether --with-pager was given.
+-if test "${with_pager+set}" = set; then
+-  withval=$with_pager;
+-fi
+-
+-
+-if test -n "$with_pager"; then
+-  pagerpath="$with_pager"
+-fi
+-
+-
+-if test -z "$pagerpath"; then
+-  pathtmp=/usr/bin:/bin:/usr/ucb:/usr/local/bin
+-  for ac_prog in more less most cat
+-do
+-  # Extract the first word of "$ac_prog", so it can be a program name with args.
+-set dummy $ac_prog; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_path_pagerpath+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  case $pagerpath in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_pagerpath="$pagerpath" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $pathtmp
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_pagerpath="$as_dir/$ac_word$ac_exec_ext"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
+-
+-  ;;
+-esac
+-fi
+-pagerpath=$ac_cv_path_pagerpath
+-if test -n "$pagerpath"; then
+-  { echo "$as_me:$LINENO: result: $pagerpath" >&5
+-echo "${ECHO_T}$pagerpath" >&6; }
+-else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
+-
+-
+-  test -n "$pagerpath" && break
+-done
+-test -n "$pagerpath" || pagerpath="no"
+-
+-fi
+-
+-
+-# Check whether --with-smtpservers was given.
+-if test "${with_smtpservers+set}" = set; then
+-  withval=$with_smtpservers;
++if test "x$enable_dependency_tracking" != xno; then
++  am_depcomp="$ac_aux_dir/depcomp"
++  AMDEPBACKSLASH='\'
++  am__nodep='_no'
+ fi
+-
+-if test -n "$with_smtpservers"; then
+-  smtpservers="$with_smtpservers"
++ if test "x$enable_dependency_tracking" != xno; then
++  AMDEP_TRUE=
++  AMDEP_FALSE='#'
+ else
+-  smtpservers="localhost"
++  AMDEP_TRUE='#'
++  AMDEP_FALSE=
+ fi
+ 
+ 
+-
+-
+-test -z "$CFLAGS" && CFLAGS= auto_cflags=1
+-if test x"$enable_debug" = x"yes"; then
+-  test -z "$LDFLAGS" && LDFLAGS=-g
+-fi
+-
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -2644,10 +3099,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ if test -n "$ac_tool_prefix"; then
+   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}gcc; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_CC+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   if test -n "$CC"; then
+   ac_cv_prog_CC="$CC" # Let the user override the test.
+@@ -2657,25 +3112,25 @@ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+     ac_cv_prog_CC="${ac_tool_prefix}gcc"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ fi
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+-  { echo "$as_me:$LINENO: result: $CC" >&5
+-echo "${ECHO_T}$CC" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
++$as_echo "$CC" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
+@@ -2684,10 +3139,10 @@ if test -z "$ac_cv_prog_CC"; then
+   ac_ct_CC=$CC
+   # Extract the first word of "gcc", so it can be a program name with args.
+ set dummy gcc; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_ac_ct_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   if test -n "$ac_ct_CC"; then
+   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+@@ -2697,25 +3152,25 @@ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+     ac_cv_prog_ac_ct_CC="gcc"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ fi
+ fi
+ ac_ct_CC=$ac_cv_prog_ac_ct_CC
+ if test -n "$ac_ct_CC"; then
+-  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
+-echo "${ECHO_T}$ac_ct_CC" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
++$as_echo "$ac_ct_CC" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+   if test "x$ac_ct_CC" = x; then
+@@ -2723,12 +3178,8 @@ fi
+   else
+     case $cross_compiling:$ac_tool_warned in
+ yes:)
+-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+-whose name does not start with the host triplet.  If you think this
+-configuration is useful to you, please write to autoconf at gnu.org." >&5
+-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+-whose name does not start with the host triplet.  If you think this
+-configuration is useful to you, please write to autoconf at gnu.org." >&2;}
++{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
++$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+     CC=$ac_ct_CC
+@@ -2741,10 +3192,10 @@ if test -z "$CC"; then
+           if test -n "$ac_tool_prefix"; then
+     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}cc; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_CC+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   if test -n "$CC"; then
+   ac_cv_prog_CC="$CC" # Let the user override the test.
+@@ -2754,25 +3205,25 @@ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+     ac_cv_prog_CC="${ac_tool_prefix}cc"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ fi
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+-  { echo "$as_me:$LINENO: result: $CC" >&5
+-echo "${ECHO_T}$CC" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
++$as_echo "$CC" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
+@@ -2781,10 +3232,10 @@ fi
+ if test -z "$CC"; then
+   # Extract the first word of "cc", so it can be a program name with args.
+ set dummy cc; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_CC+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   if test -n "$CC"; then
+   ac_cv_prog_CC="$CC" # Let the user override the test.
+@@ -2795,18 +3246,18 @@ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+        ac_prog_rejected=yes
+        continue
+      fi
+     ac_cv_prog_CC="cc"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ if test $ac_prog_rejected = yes; then
+@@ -2825,11 +3276,11 @@ fi
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+-  { echo "$as_me:$LINENO: result: $CC" >&5
+-echo "${ECHO_T}$CC" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
++$as_echo "$CC" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
+@@ -2840,10 +3291,10 @@ if test -z "$CC"; then
+   do
+     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_CC+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   if test -n "$CC"; then
+   ac_cv_prog_CC="$CC" # Let the user override the test.
+@@ -2853,25 +3304,25 @@ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ fi
+ fi
+ CC=$ac_cv_prog_CC
+ if test -n "$CC"; then
+-  { echo "$as_me:$LINENO: result: $CC" >&5
+-echo "${ECHO_T}$CC" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
++$as_echo "$CC" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
+@@ -2884,10 +3335,10 @@ if test -z "$CC"; then
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_ac_ct_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   if test -n "$ac_ct_CC"; then
+   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+@@ -2897,25 +3348,25 @@ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+     ac_cv_prog_ac_ct_CC="$ac_prog"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ fi
+ fi
+ ac_ct_CC=$ac_cv_prog_ac_ct_CC
+ if test -n "$ac_ct_CC"; then
+-  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
+-echo "${ECHO_T}$ac_ct_CC" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
++$as_echo "$ac_ct_CC" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
+@@ -2927,12 +3378,8 @@ done
+   else
+     case $cross_compiling:$ac_tool_warned in
+ yes:)
+-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+-whose name does not start with the host triplet.  If you think this
+-configuration is useful to you, please write to autoconf at gnu.org." >&5
+-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+-whose name does not start with the host triplet.  If you think this
+-configuration is useful to you, please write to autoconf at gnu.org." >&2;}
++{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
++$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+     CC=$ac_ct_CC
+@@ -2942,51 +3389,37 @@ fi
+ fi
+ 
+ 
+-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: no acceptable C compiler found in \$PATH
+-See \`config.log' for more details." >&2;}
+-   { (exit 1); exit 1; }; }
++test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "no acceptable C compiler found in \$PATH
++See \`config.log' for more details" "$LINENO" 5; }
+ 
+ # Provide some information about the compiler.
+-echo "$as_me:$LINENO: checking for C compiler version" >&5
+-ac_compiler=`set X $ac_compile; echo $2`
+-{ (ac_try="$ac_compiler --version >&5"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compiler --version >&5") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }
+-{ (ac_try="$ac_compiler -v >&5"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compiler -v >&5") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }
+-{ (ac_try="$ac_compiler -V >&5"
++$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
++set X $ac_compile
++ac_compiler=$2
++for ac_option in --version -v -V -qversion; do
++  { { ac_try="$ac_compiler $ac_option >&5"
+ case "(($ac_try" in
+   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+   *) ac_try_echo=$ac_try;;
+ esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compiler -V >&5") 2>&5
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+   ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }
++  if test -s conftest.err; then
++    sed '10a\
++... rest of stderr output deleted ...
++         10q' conftest.err >conftest.er1
++    cat conftest.er1 >&5
++  fi
++  rm -f conftest.er1 conftest.err
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }
++done
+ 
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ int
+@@ -2998,42 +3431,38 @@ main ()
+ }
+ _ACEOF
+ ac_clean_files_save=$ac_clean_files
+-ac_clean_files="$ac_clean_files a.out a.exe b.out"
++ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
+ # Try to create an executable without -o first, disregard a.out.
+ # It will help us diagnose broken compilers, and finding out an intuition
+ # of exeext.
+-{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
+-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
+-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+-#
+-# List of possible output files, starting from the most likely.
+-# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
+-# only as a last resort.  b.out is created by i960 compilers.
+-ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
+-#
+-# The IRIX 6 linker writes into existing files which may not be
+-# executable, retaining their permissions.  Remove them first so a
+-# subsequent execution test works.
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
++$as_echo_n "checking whether the C compiler works... " >&6; }
++ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
++
++# The possible output files:
++ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
++
+ ac_rmfiles=
+ for ac_file in $ac_files
+ do
+   case $ac_file in
+-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
+   esac
+ done
+ rm -f $ac_rmfiles
+ 
+-if { (ac_try="$ac_link_default"
++if { { ac_try="$ac_link_default"
+ case "(($ac_try" in
+   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+   *) ac_try_echo=$ac_try;;
+ esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
+   (eval "$ac_link_default") 2>&5
+   ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; then
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }; then :
+   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
+ # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
+ # in a Makefile.  We should not override ac_cv_exeext if it was cached,
+@@ -3043,14 +3472,14 @@ for ac_file in $ac_files ''
+ do
+   test -f "$ac_file" || continue
+   case $ac_file in
+-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
+ 	;;
+     [ab].out )
+ 	# We found the default executable, but exeext='' is most
+ 	# certainly right.
+ 	break;;
+     *.* )
+-        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
++	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
+ 	then :; else
+ 	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ 	fi
+@@ -3069,78 +3498,41 @@ test "$ac_cv_exeext" = no && ac_cv_exeex
+ else
+   ac_file=''
+ fi
+-
+-{ echo "$as_me:$LINENO: result: $ac_file" >&5
+-echo "${ECHO_T}$ac_file" >&6; }
+-if test -z "$ac_file"; then
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: C compiler cannot create executables
+-See \`config.log' for more details." >&2;}
+-   { (exit 77); exit 77; }; }
+-fi
+-
++if test -z "$ac_file"; then :
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++$as_echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error 77 "C compiler cannot create executables
++See \`config.log' for more details" "$LINENO" 5; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
++$as_echo_n "checking for C compiler default output file name... " >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
++$as_echo "$ac_file" >&6; }
+ ac_exeext=$ac_cv_exeext
+ 
+-# Check that the compiler produces executables we can run.  If not, either
+-# the compiler is broken, or we cross compile.
+-{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
+-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
+-# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
+-# If not cross compiling, check that we can run a simple program.
+-if test "$cross_compiling" != yes; then
+-  if { ac_try='./$ac_file'
+-  { (case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_try") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; }; then
+-    cross_compiling=no
+-  else
+-    if test "$cross_compiling" = maybe; then
+-	cross_compiling=yes
+-    else
+-	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
+-If you meant to cross compile, use \`--host'.
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot run C compiled programs.
+-If you meant to cross compile, use \`--host'.
+-See \`config.log' for more details." >&2;}
+-   { (exit 1); exit 1; }; }
+-    fi
+-  fi
+-fi
+-{ echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
+-
+-rm -f a.out a.exe conftest$ac_cv_exeext b.out
++rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
+ ac_clean_files=$ac_clean_files_save
+-# Check that the compiler produces executables we can run.  If not, either
+-# the compiler is broken, or we cross compile.
+-{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
+-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
+-{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
+-echo "${ECHO_T}$cross_compiling" >&6; }
+-
+-{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
+-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
+-if { (ac_try="$ac_link"
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
++$as_echo_n "checking for suffix of executables... " >&6; }
++if { { ac_try="$ac_link"
+ case "(($ac_try" in
+   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+   *) ac_try_echo=$ac_try;;
+ esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
+   (eval "$ac_link") 2>&5
+   ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; then
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }; then :
+   # If both `conftest.exe' and `conftest' are `present' (well, observable)
+ # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
+ # work properly (i.e., refer to `conftest.exe'), while it won't with
+@@ -3148,93 +3540,141 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec
+ for ac_file in conftest.exe conftest conftest.*; do
+   test -f "$ac_file" || continue
+   case $ac_file in
+-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ 	  break;;
+     * ) break;;
+   esac
+ done
+ else
+-  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
+-See \`config.log' for more details." >&2;}
+-   { (exit 1); exit 1; }; }
+-fi
+-
+-rm -f conftest$ac_cv_exeext
+-{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
+-echo "${ECHO_T}$ac_cv_exeext" >&6; }
++  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "cannot compute suffix of executables: cannot compile and link
++See \`config.log' for more details" "$LINENO" 5; }
++fi
++rm -f conftest conftest$ac_cv_exeext
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
++$as_echo "$ac_cv_exeext" >&6; }
+ 
+ rm -f conftest.$ac_ext
+ EXEEXT=$ac_cv_exeext
+ ac_exeext=$EXEEXT
+-{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
+-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
+-if test "${ac_cv_objext+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-
++#include <stdio.h>
+ int
+ main ()
+ {
++FILE *f = fopen ("conftest.out", "w");
++ return ferror (f) || fclose (f) != 0;
+ 
+   ;
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.o conftest.obj
+-if { (ac_try="$ac_compile"
++ac_clean_files="$ac_clean_files conftest.out"
++# Check that the compiler produces executables we can run.  If not, either
++# the compiler is broken, or we cross compile.
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
++$as_echo_n "checking whether we are cross compiling... " >&6; }
++if test "$cross_compiling" != yes; then
++  { { ac_try="$ac_link"
+ case "(($ac_try" in
+   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+   *) ac_try_echo=$ac_try;;
+ esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>&5
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_link") 2>&5
+   ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; then
+-  for ac_file in conftest.o conftest.obj conftest.*; do
+-  test -f "$ac_file" || continue;
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }
++  if { ac_try='./conftest$ac_cv_exeext'
++  { { case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_try") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }; }; then
++    cross_compiling=no
++  else
++    if test "$cross_compiling" = maybe; then
++	cross_compiling=yes
++    else
++	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "cannot run C compiled programs.
++If you meant to cross compile, use \`--host'.
++See \`config.log' for more details" "$LINENO" 5; }
++    fi
++  fi
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
++$as_echo "$cross_compiling" >&6; }
++
++rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
++ac_clean_files=$ac_clean_files_save
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
++$as_echo_n "checking for suffix of object files... " >&6; }
++if ${ac_cv_objext+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.o conftest.obj
++if { { ac_try="$ac_compile"
++case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_compile") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }; then :
++  for ac_file in conftest.o conftest.obj conftest.*; do
++  test -f "$ac_file" || continue;
+   case $ac_file in
+-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
+     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+        break;;
+   esac
+ done
+ else
+-  echo "$as_me: failed program was:" >&5
++  $as_echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+ 
+-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot compute suffix of object files: cannot compile
+-See \`config.log' for more details." >&2;}
+-   { (exit 1); exit 1; }; }
++{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "cannot compute suffix of object files: cannot compile
++See \`config.log' for more details" "$LINENO" 5; }
+ fi
+-
+ rm -f conftest.$ac_cv_objext conftest.$ac_ext
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
+-echo "${ECHO_T}$ac_cv_objext" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
++$as_echo "$ac_cv_objext" >&6; }
+ OBJEXT=$ac_cv_objext
+ ac_objext=$OBJEXT
+-{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
+-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
+-if test "${ac_cv_c_compiler_gnu+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
++$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
++if ${ac_cv_c_compiler_gnu+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ int
+@@ -3248,54 +3688,34 @@ main ()
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
++if ac_fn_c_try_compile "$LINENO"; then :
+   ac_compiler_gnu=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_compiler_gnu=no
++  ac_compiler_gnu=no
+ fi
+-
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_cv_c_compiler_gnu=$ac_compiler_gnu
+ 
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
+-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
+-GCC=`test $ac_compiler_gnu = yes && echo yes`
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
++$as_echo "$ac_cv_c_compiler_gnu" >&6; }
++if test $ac_compiler_gnu = yes; then
++  GCC=yes
++else
++  GCC=
++fi
+ ac_test_CFLAGS=${CFLAGS+set}
+ ac_save_CFLAGS=$CFLAGS
+-{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
+-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_cc_g+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
++$as_echo_n "checking whether $CC accepts -g... " >&6; }
++if ${ac_cv_prog_cc_g+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_save_c_werror_flag=$ac_c_werror_flag
+    ac_c_werror_flag=yes
+    ac_cv_prog_cc_g=no
+    CFLAGS="-g"
+-   cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ int
+@@ -3306,34 +3726,11 @@ main ()
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
++if ac_fn_c_try_compile "$LINENO"; then :
+   ac_cv_prog_cc_g=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	CFLAGS=""
+-      cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  CFLAGS=""
++      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ int
+@@ -3344,35 +3741,12 @@ main ()
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  :
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++if ac_fn_c_try_compile "$LINENO"; then :
+ 
+-	ac_c_werror_flag=$ac_save_c_werror_flag
++else
++  ac_c_werror_flag=$ac_save_c_werror_flag
+ 	 CFLAGS="-g"
+-	 cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ int
+@@ -3383,42 +3757,18 @@ main ()
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
++if ac_fn_c_try_compile "$LINENO"; then :
+   ac_cv_prog_cc_g=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-
+ fi
+-
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+    ac_c_werror_flag=$ac_save_c_werror_flag
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
+-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
++$as_echo "$ac_cv_prog_cc_g" >&6; }
+ if test "$ac_test_CFLAGS" = set; then
+   CFLAGS=$ac_save_CFLAGS
+ elif test $ac_cv_prog_cc_g = yes; then
+@@ -3434,23 +3784,18 @@ else
+     CFLAGS=
+   fi
+ fi
+-{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
+-echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_cc_c89+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
++$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
++if ${ac_cv_prog_cc_c89+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_cv_prog_cc_c89=no
+ ac_save_CC=$CC
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ #include <stdarg.h>
+ #include <stdio.h>
+-#include <sys/types.h>
+-#include <sys/stat.h>
++struct stat;
+ /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
+ struct buf { int x; };
+ FILE * (*rcsopen) (struct buf *, struct stat *, int);
+@@ -3502,31 +3847,9 @@ for ac_arg in '' -qlanglvl=extc89 -qlang
+ 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+ do
+   CC="$ac_save_CC $ac_arg"
+-  rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
++  if ac_fn_c_try_compile "$LINENO"; then :
+   ac_cv_prog_cc_c89=$ac_arg
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-
+ fi
+-
+ rm -f core conftest.err conftest.$ac_objext
+   test "x$ac_cv_prog_cc_c89" != "xno" && break
+ done
+@@ -3537,99 +3860,40 @@ fi
+ # AC_CACHE_VAL
+ case "x$ac_cv_prog_cc_c89" in
+   x)
+-    { echo "$as_me:$LINENO: result: none needed" >&5
+-echo "${ECHO_T}none needed" >&6; } ;;
++    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
++$as_echo "none needed" >&6; } ;;
+   xno)
+-    { echo "$as_me:$LINENO: result: unsupported" >&5
+-echo "${ECHO_T}unsupported" >&6; } ;;
++    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
++$as_echo "unsupported" >&6; } ;;
+   *)
+     CC="$CC $ac_cv_prog_cc_c89"
+-    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
+-echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
++    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
++$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
+ esac
++if test "x$ac_cv_prog_cc_c89" != xno; then :
+ 
++fi
+ 
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+-DEPDIR="${am__leading_dot}deps"
+-
+-ac_config_commands="$ac_config_commands depfiles"
+-
+-
+-am_make=${MAKE-make}
+-cat > confinc << 'END'
+-am__doit:
+-	@echo done
+-.PHONY: am__doit
+-END
+-# If we don't find an include directive, just comment out the code.
+-{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
+-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
+-am__include="#"
+-am__quote=
+-_am_result=none
+-# First try GNU make style include.
+-echo "include confinc" > confmf
+-# We grep out `Entering directory' and `Leaving directory'
+-# messages which can occur if `w' ends up in MAKEFLAGS.
+-# In particular we don't look at `^make:' because GNU make might
+-# be invoked under some other name (usually "gmake"), in which
+-# case it prints its new name instead of `make'.
+-if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
+-   am__include=include
+-   am__quote=
+-   _am_result=GNU
+-fi
+-# Now try BSD make style include.
+-if test "$am__include" = "#"; then
+-   echo '.include "confinc"' > confmf
+-   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
+-      am__include=.include
+-      am__quote="\""
+-      _am_result=BSD
+-   fi
+-fi
+-
+-
+-{ echo "$as_me:$LINENO: result: $_am_result" >&5
+-echo "${ECHO_T}$_am_result" >&6; }
+-rm -f confinc confmf
+-
+-# Check whether --enable-dependency-tracking was given.
+-if test "${enable_dependency_tracking+set}" = set; then
+-  enableval=$enable_dependency_tracking;
+-fi
+-
+-if test "x$enable_dependency_tracking" != xno; then
+-  am_depcomp="$ac_aux_dir/depcomp"
+-  AMDEPBACKSLASH='\'
+-fi
+- if test "x$enable_dependency_tracking" != xno; then
+-  AMDEP_TRUE=
+-  AMDEP_FALSE='#'
+-else
+-  AMDEP_TRUE='#'
+-  AMDEP_FALSE=
+-fi
+-
+-
+ 
+ depcc="$CC"   am_compiler_list=
+ 
+-{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
+-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
+-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
++$as_echo_n "checking dependency style of $depcc... " >&6; }
++if ${am_cv_CC_dependencies_compiler_type+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+   # We make a subdir and do the tests there.  Otherwise we can end up
+   # making bogus files that we don't know about and never remove.  For
+   # instance it was reported that on HP-UX the gcc test will end up
+-  # making a dummy file named `D' -- because `-MD' means `put the output
+-  # in D'.
++  # making a dummy file named 'D' -- because '-MD' means "put the output
++  # in D".
++  rm -rf conftest.dir
+   mkdir conftest.dir
+   # Copy depcomp to subdir because otherwise we won't find it if we're
+   # using a relative directory.
+@@ -3647,6 +3911,11 @@ else
+   if test "$am_compiler_list" = ""; then
+      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+   fi
++  am__universal=false
++  case " $depcc " in #(
++     *\ -arch\ *\ -arch\ *) am__universal=true ;;
++     esac
++
+   for depmode in $am_compiler_list; do
+     # Setup a source with many dependencies, because some compilers
+     # like to wrap large dependency lists on column 80 (with \), and
+@@ -3658,35 +3927,49 @@ else
+     : > sub/conftest.c
+     for i in 1 2 3 4 5 6; do
+       echo '#include "conftst'$i'.h"' >> sub/conftest.c
+-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+-      # Solaris 8's {/usr,}/bin/sh.
+-      touch sub/conftst$i.h
++      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
++      # Solaris 10 /bin/sh.
++      echo '/* dummy */' > sub/conftst$i.h
+     done
+     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+ 
++    # We check with '-c' and '-o' for the sake of the "dashmstdout"
++    # mode.  It turns out that the SunPro C++ compiler does not properly
++    # handle '-M -o', and we need to detect this.  Also, some Intel
++    # versions had trouble with output in subdirs.
++    am__obj=sub/conftest.${OBJEXT-o}
++    am__minus_obj="-o $am__obj"
+     case $depmode in
++    gcc)
++      # This depmode causes a compiler race in universal mode.
++      test "$am__universal" = false || continue
++      ;;
+     nosideeffect)
+-      # after this tag, mechanisms are not by side-effect, so they'll
+-      # only be used when explicitly requested
++      # After this tag, mechanisms are not by side-effect, so they'll
++      # only be used when explicitly requested.
+       if test "x$enable_dependency_tracking" = xyes; then
+ 	continue
+       else
+ 	break
+       fi
+       ;;
++    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
++      # This compiler won't grok '-c -o', but also, the minuso test has
++      # not run yet.  These depmodes are late enough in the game, and
++      # so weak that their functioning should not be impacted.
++      am__obj=conftest.${OBJEXT-o}
++      am__minus_obj=
++      ;;
+     none) break ;;
+     esac
+-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
+-    # mode.  It turns out that the SunPro C++ compiler does not properly
+-    # handle `-M -o', and we need to detect this.
+     if depmode=$depmode \
+-       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
++       source=sub/conftest.c object=$am__obj \
+        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+-       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
++       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+          >/dev/null 2>conftest.err &&
+        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+-       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
++       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+       # icc doesn't choke on unknown options, it will just issue warnings
+       # or remarks (even with -Werror).  So we grep stderr for any message
+@@ -3710,8 +3993,8 @@ else
+ fi
+ 
+ fi
+-{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
+-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
++$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
+ CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
+ 
+  if
+@@ -3725,1669 +4008,1649 @@ else
+ fi
+ 
+ 
+-if test "x$CC" != xcc; then
+-  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
+-echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
++
++if test -n "$ac_tool_prefix"; then
++  for ac_prog in ar lib "link -lib"
++  do
++    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
++set dummy $ac_tool_prefix$ac_prog; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_AR+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
+-echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
++  if test -n "$AR"; then
++  ac_cv_prog_AR="$AR" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
++
+ fi
+-set dummy $CC; ac_cc=`echo $2 |
+-		      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
+-if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++AR=$ac_cv_prog_AR
++if test -n "$AR"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
++$as_echo "$AR" >&6; }
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++fi
+ 
+-int
+-main ()
+-{
+ 
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-# Make sure it works both with $CC and with simple cc.
+-# We do the test twice because some compilers refuse to overwrite an
+-# existing .o file with -o, though they will create one.
+-ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
+-rm -f conftest2.*
+-if { (case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_try") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } &&
+-   test -f conftest2.$ac_objext && { (case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_try") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); };
+-then
+-  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
+-  if test "x$CC" != xcc; then
+-    # Test first that cc exists at all.
+-    if { ac_try='cc -c conftest.$ac_ext >&5'
+-  { (case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_try") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; }; then
+-      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
+-      rm -f conftest2.*
+-      if { (case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_try") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } &&
+-	 test -f conftest2.$ac_objext && { (case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_try") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); };
+-      then
+-	# cc works too.
+-	:
+-      else
+-	# cc exists but doesn't like -o.
+-	eval ac_cv_prog_cc_${ac_cc}_c_o=no
+-      fi
+-    fi
+-  fi
+-else
+-  eval ac_cv_prog_cc_${ac_cc}_c_o=no
++    test -n "$AR" && break
++  done
+ fi
+-rm -f -r core conftest*
++if test -z "$AR"; then
++  ac_ct_AR=$AR
++  for ac_prog in ar lib "link -lib"
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_ac_ct_AR+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if test -n "$ac_ct_AR"; then
++  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_AR="$ac_prog"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
+ 
+ fi
+-if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++fi
++ac_ct_AR=$ac_cv_prog_ac_ct_AR
++if test -n "$ac_ct_AR"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
++$as_echo "$ac_ct_AR" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++fi
+ 
+-cat >>confdefs.h <<\_ACEOF
+-#define NO_MINUS_C_MINUS_O 1
+-_ACEOF
+ 
+-fi
++  test -n "$ac_ct_AR" && break
++done
+ 
+-# FIXME: we rely on the cache variable name because
+-# there is no other way.
+-set dummy $CC
+-ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
+-if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
+-   # Losing compiler, so override with the script.
+-   # FIXME: It is wrong to rewrite CC.
+-   # But if we don't then we get into trouble of one sort or another.
+-   # A longer-term fix would be to have automake use am__CC in this case,
+-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
+-   CC="$am_aux_dir/compile $CC"
++  if test "x$ac_ct_AR" = x; then
++    AR="false"
++  else
++    case $cross_compiling:$ac_tool_warned in
++yes:)
++{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
++$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
++ac_tool_warned=yes ;;
++esac
++    AR=$ac_ct_AR
++  fi
+ fi
+ 
++: ${AR=ar}
+ 
+-
+-
+-{ echo "$as_me:$LINENO: checking whether preprocessor supports -Wunused-macros" >&5
+-echo $ECHO_N "checking whether preprocessor supports -Wunused-macros... $ECHO_C" >&6; }
+-if test "${nmh_cv_has_unusedmacros+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5
++$as_echo_n "checking the archiver ($AR) interface... " >&6; }
++if ${am_cv_ar_interface+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  nmh_saved_cppflags="$CPPFLAGS"
+-   CPPFLAGS="$CPPFLAGS -Wunused-macros -Wno-unused-macros"
+-   cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  am_cv_ar_interface=ar
++   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-
+-int
+-main ()
+-{
+-
+-  ;
+-  return 0;
+-}
++int some_variable = 0;
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
++if ac_fn_c_try_compile "$LINENO"; then :
++  am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5'
++      { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
++  (eval $am_ar_try) 2>&5
+   ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  nmh_cv_has_unusedmacros=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }
++      if test "$ac_status" -eq 0; then
++        am_cv_ar_interface=ar
++      else
++        am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5'
++        { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
++  (eval $am_ar_try) 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }
++        if test "$ac_status" -eq 0; then
++          am_cv_ar_interface=lib
++        else
++          am_cv_ar_interface=unknown
++        fi
++      fi
++      rm -f conftest.lib libconftest.a
+ 
+-	nmh_cv_has_unusedmacros=no
+ fi
+-
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-   CPPFLAGS="$nmh_saved_cppflags"
+-fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_has_unusedmacros" >&5
+-echo "${ECHO_T}$nmh_cv_has_unusedmacros" >&6; }
+ 
+-if test "$nmh_cv_has_unusedmacros" = 'yes'; then
+-  test -z "$CPPFLAGS"  &&  CPPFLAGS=-Wunused-macros \
+-                      ||  CPPFLAGS="$CPPFLAGS -Wunused-macros"
+-  DISABLE_UNUSED_MACROS_WARNING=-Wno-unused-macros
+ fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
++$as_echo "$am_cv_ar_interface" >&6; }
+ 
+-{ echo "$as_me:$LINENO: checking whether compiler supports -Wno-sign-compare" >&5
+-echo $ECHO_N "checking whether compiler supports -Wno-sign-compare... $ECHO_C" >&6; }
+-if test "${nmh_cv_has_nosigncompare+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  nmh_saved_cppflags="$CPPFLAGS"
+-   CPPFLAGS="$CPPFLAGS -Wno-sign-compare"
+-   cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
++case $am_cv_ar_interface in
++ar)
++  ;;
++lib)
++  # Microsoft lib, so override with the ar-lib wrapper script.
++  # FIXME: It is wrong to rewrite AR.
++  # But if we don't then we get into trouble of one sort or another.
++  # A longer-term fix would be to have automake use am__AR in this case,
++  # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
++  # similar.
++  AR="$am_aux_dir/ar-lib $AR"
++  ;;
++unknown)
++  as_fn_error $? "could not determine $AR interface" "$LINENO" 5
++  ;;
++esac
+ 
+-int
+-main ()
+-{
+ 
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  nmh_cv_has_nosigncompare=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++DATE=`cat ${srcdir}/DATE`
++{ $as_echo "$as_me:${as_lineno-$LINENO}: configuring for nmh dated $DATE" >&5
++$as_echo "$as_me: configuring for nmh dated $DATE" >&6;}
+ 
+-	nmh_cv_has_nosigncompare=no
+-fi
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-   CPPFLAGS="$nmh_saved_cppflags"
++# Check whether --enable-debug was given.
++if test "${enable_debug+set}" = set; then :
++  enableval=$enable_debug;
+ fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_has_nosigncompare" >&5
+-echo "${ECHO_T}$nmh_cv_has_nosigncompare" >&6; }
+ 
+-if test "$nmh_cv_has_nosigncompare" = 'yes'; then
+-  DISABLE_SIGN_COMPARE_WARNING=-Wno-sign-compare
++if test x"$enable_nmh_debug" = x"yes"; then :
++  enable_debug=yes
+ fi
+ 
+-{ echo "$as_me:$LINENO: checking whether compiler supports -Wextra" >&5
+-echo $ECHO_N "checking whether compiler supports -Wextra... $ECHO_C" >&6; }
+-if test "${nmh_cv_has_wextra+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  nmh_saved_cflags="$CFLAGS"
+- CFLAGS="$CFLAGS -Wextra -Wno-clobbered"
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+ 
+-int
+-main ()
+-{
++# Check whether --enable-locale was given.
++if test "${enable_locale+set}" = set; then :
++  enableval=$enable_locale; if test x$enableval = xyes; then :
++  $as_echo "#define LOCALE 1" >>confdefs.h
+ 
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  nmh_cv_has_wextra=yes
++fi
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++  $as_echo "#define LOCALE 1" >>confdefs.h
+ 
+-	nmh_cv_has_wextra=no
+ fi
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+- CFLAGS="$nmh_saved_cflags"
++
++
++# Check whether --with-cyrus-sasl was given.
++if test "${with_cyrus_sasl+set}" = set; then :
++  withval=$with_cyrus_sasl;
+ fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_has_wextra" >&5
+-echo "${ECHO_T}$nmh_cv_has_wextra" >&6; }
+ 
+-{ echo "$as_me:$LINENO: checking whether compiler supports -Wno-pointer-sign" >&5
+-echo $ECHO_N "checking whether compiler supports -Wno-pointer-sign... $ECHO_C" >&6; }
+-if test "${nmh_cv_has_noptrsign+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  nmh_saved_cflags="$CFLAGS"
+- CFLAGS="$CFLAGS -Wno-pointer-sign"
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
++if test x"$with_cyrus_sasl" != x -a x"$with_cyrus_sasl" != x"no"; then :
+ 
+-int
+-main ()
+-{
+ 
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  nmh_cv_has_noptrsign=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++$as_echo "#define CYRUS_SASL 1" >>confdefs.h
++      if test x"$with_cyrus_sasl" != xyes; then :
+ 
+-	nmh_cv_has_noptrsign=no
++	    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Arguments to --with-cyrus-sasl now ignored" >&5
++$as_echo "$as_me: WARNING: Arguments to --with-cyrus-sasl now ignored" >&2;}
++	    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please pass the appropriate arguments to CPPFLAGS/LDFLAGS" >&5
++$as_echo "$as_me: WARNING: Please pass the appropriate arguments to CPPFLAGS/LDFLAGS" >&2;}
++fi
++      sasl_support=yes
++else
++  sasl_support=no
+ fi
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+- CFLAGS="$nmh_saved_cflags"
++
++# Check whether --with-tls was given.
++if test "${with_tls+set}" = set; then :
++  withval=$with_tls;
+ fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_has_noptrsign" >&5
+-echo "${ECHO_T}$nmh_cv_has_noptrsign" >&6; }
+ 
+-if test "$nmh_cv_has_noptrsign" = "yes"; then
+-    if test "$nmh_cv_has_wextra" = "yes"; then
+-        nmh_gcc_warnflags="-Wall -Wextra -Wno-clobbered -Wno-pointer-sign"
+-    else
+-        nmh_gcc_warnflags="-Wall -Wno-pointer-sign"
+-    fi
++if test x"$with_tls" != x -a x"$with_tls" != x"no"; then :
++
++
++$as_echo "#define TLS_SUPPORT 1" >>confdefs.h
++      tls_support=yes
+ else
+-    if test "$nmh_cv_has_wextra" = "yes"; then
+-        nmh_gcc_warnflags="-Wall -Wextra -Wno-clobbered"
+-    else
+-        nmh_gcc_warnflags="-Wall"
+-    fi
++  tls_support=no
+ fi
+ 
+-if test -n "$auto_cflags"; then
+-  if test x"$enable_debug" = x"yes"; then
+-    if test -n "$GCC"; then
+-      test -z "$CFLAGS" && CFLAGS="$nmh_gcc_warnflags -g" || CFLAGS="$CFLAGS $nmh_gcc_warnflags -g"
+-    else
+-      test -z "$CFLAGS" && CFLAGS=-g || CFLAGS="$CFLAGS -g"
+-    fi
+-  else
+-    if test -z "$LDFLAGS"; then
+-      case "$build_os" in
+-	darwin*)
+- 	  LDFLAGS=
+-          ;;
+-	*)
+-	  LDFLAGS=-s
+-	  ;;
+-      esac
+-    fi
+-    if test -n "$GCC"; then
+-      test -z "$CFLAGS" && CFLAGS="$nmh_gcc_warnflags -O2" || CFLAGS="$CFLAGS $nmh_gcc_warnflags -O2"
+-    else
+-      test -z "$CFLAGS" && CFLAGS=-O  || CFLAGS="$CFLAGS -O"
+-    fi
+-  fi
+-fi
+ 
+-{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
+-echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
+-if test "${ac_cv_c_const+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
++# Check whether --with-editor was given.
++if test "${with_editor+set}" = set; then :
++  withval=$with_editor;
++fi
+ 
+-int
+-main ()
+-{
+-/* FIXME: Include the comments suggested by Paul. */
+-#ifndef __cplusplus
+-  /* Ultrix mips cc rejects this.  */
+-  typedef int charset[2];
+-  const charset cs;
+-  /* SunOS 4.1.1 cc rejects this.  */
+-  char const *const *pcpcc;
+-  char **ppc;
+-  /* NEC SVR4.0.2 mips cc rejects this.  */
+-  struct point {int x, y;};
+-  static struct point const zero = {0,0};
+-  /* AIX XL C 1.02.0.0 rejects this.
+-     It does not let you subtract one const X* pointer from another in
+-     an arm of an if-expression whose if-part is not a constant
+-     expression */
+-  const char *g = "string";
+-  pcpcc = &g + (g ? g-g : 0);
+-  /* HPUX 7.0 cc rejects these. */
+-  ++pcpcc;
+-  ppc = (char**) pcpcc;
+-  pcpcc = (char const *const *) ppc;
+-  { /* SCO 3.2v4 cc rejects this.  */
+-    char *t;
+-    char const *s = 0 ? (char *) 0 : (char const *) 0;
+ 
+-    *t++ = 0;
+-    if (s) return 0;
+-  }
+-  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
+-    int x[] = {25, 17};
+-    const int *foo = &x[0];
+-    ++foo;
+-  }
+-  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
+-    typedef const int *iptr;
+-    iptr p = 0;
+-    ++p;
+-  }
+-  { /* AIX XL C 1.02.0.0 rejects this saying
+-       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
+-    struct s { int j; const int *ap[3]; };
+-    struct s *b; b->j = 5;
+-  }
+-  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
+-    const int foo = 10;
+-    if (!foo) return 0;
+-  }
+-  return !cs[0] && !zero.x;
+-#endif
++if test -n "$with_editor"; then :
++  editorpath="$with_editor"
++fi
+ 
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_c_const=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+ 
+-	ac_cv_c_const=no
++# Check whether --with-hash-backup was given.
++if test "${with_hash_backup+set}" = set; then :
++  withval=$with_hash_backup;
+ fi
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++if test x"$with_hash_backup" != x -a x"$with_hash_backup" != x"no"; then :
++  backup_prefix="#"
++else
++  backup_prefix=","
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
+-echo "${ECHO_T}$ac_cv_c_const" >&6; }
+-if test $ac_cv_c_const = no; then
+ 
+-cat >>confdefs.h <<\_ACEOF
+-#define const
++cat >>confdefs.h <<_ACEOF
++#define BACKUP_PREFIX "$backup_prefix"
+ _ACEOF
+ 
++
++# Check whether --with-locking was given.
++if test "${with_locking+set}" = set; then :
++  withval=$with_locking;
+ fi
+ 
+-{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
+-set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.make <<\_ACEOF
+-SHELL = /bin/sh
+-all:
+-	@echo '@@@%%%=$(MAKE)=@@@%%%'
++
++if test x"$with_locking" = x"dot"; then
++  LOCKTYPE="dot"
++
++$as_echo "#define DOT_LOCKING 1" >>confdefs.h
++elif test x"$with_locking" = x"flock"; then
++  LOCKTYPE="flock"
++
++$as_echo "#define FLOCK_LOCKING 1" >>confdefs.h
++elif test x"$with_locking" = x"lockf"; then
++  LOCKTYPE="lockf"
++
++$as_echo "#define LOCKF_LOCKING 1" >>confdefs.h
++elif test x"$with_locking" = x"fcntl"; then
++  LOCKTYPE="fcntl"
++
++$as_echo "#define FCNTL_LOCKING 1" >>confdefs.h
++else
++  LOCKTYPE="dot"
++  $as_echo "#define DOT_LOCKING 1" >>confdefs.h
++fi
++
++# Check whether --enable-lockdir was given.
++if test "${enable_lockdir+set}" = set; then :
++  enableval=$enable_lockdir;
++  if test "x$enableval" = xyes; then :
++
++    as_fn_error $? "--enable-lockdir requires an argument" "$LINENO" 5
++fi
++  if test "x$LOCKTYPE" != xdot; then :
++
++    as_fn_error $? "Can only use --enable-lockdir with dot locking" "$LINENO" 5
++fi
++
++cat >>confdefs.h <<_ACEOF
++#define LOCKDIR "$enableval"
+ _ACEOF
+-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
+-case `${MAKE-make} -f conftest.make 2>/dev/null` in
+-  *@@@%%%=?*=@@@%%%*)
+-    eval ac_cv_prog_make_${ac_make}_set=yes;;
+-  *)
+-    eval ac_cv_prog_make_${ac_make}_set=no;;
+-esac
+-rm -f conftest.make
++
++
+ fi
+-if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
+-  SET_MAKE=
++
++
++
++# Check whether --with-mts was given.
++if test "${with_mts+set}" = set; then :
++  withval=$with_mts;
++fi
++
++
++if test x"$with_mts" = x"smtp"; then :
++  MTS="smtp"
++elif test x"$with_mts" = x"sendmail"; then :
++  MTS="sendmail"
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-  SET_MAKE="MAKE=${MAKE-make}"
++  MTS="smtp"
+ fi
+-	# Find a good install program.  We prefer a C program (faster),
+-# so one script is as good as another.  But avoid the broken or
+-# incompatible versions:
+-# SysV /etc/install, /usr/sbin/install
+-# SunOS /usr/etc/install
+-# IRIX /sbin/install
+-# AIX /bin/install
+-# AmigaOS /C/install, which installs bootblocks on floppy discs
+-# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
+-# AFS /usr/afsws/bin/install, which mishandles nonexistent args
+-# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+-# OS/2's system install, which has a completely different semantic
+-# ./install, which can be erroneously created by make from ./install.sh.
+-{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
+-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
+-if test -z "$INSTALL"; then
+-if test "${ac_cv_path_install+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++
++
++# Check whether --with-pager was given.
++if test "${with_pager+set}" = set; then :
++  withval=$with_pager;
++fi
++
++
++if test -n "$with_pager"; then :
++  pagerpath="$with_pager"
++fi
++
++if test -z "$pagerpath"; then
++  pathtmp=/usr/bin:/bin:/usr/ucb:/usr/local/bin
++  for ac_prog in more less most cat
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_path_pagerpath+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
++  case $pagerpath in
++  [\\/]* | ?:[\\/]*)
++  ac_cv_path_pagerpath="$pagerpath" # Let the user override the test with a path.
++  ;;
++  *)
+   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
++for as_dir in $pathtmp
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  # Account for people who put trailing slashes in PATH elements.
+-case $as_dir/ in
+-  ./ | .// | /cC/* | \
+-  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+-  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
+-  /usr/ucb/* ) ;;
+-  *)
+-    # OSF1 and SCO ODT 3.0 have their own names for install.
+-    # Don't use installbsd from OSF since it installs stuff as root
+-    # by default.
+-    for ac_prog in ginstall scoinst install; do
+-      for ac_exec_ext in '' $ac_executable_extensions; do
+-	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
+-	  if test $ac_prog = install &&
+-	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+-	    # AIX install.  It has an incompatible calling convention.
+-	    :
+-	  elif test $ac_prog = install &&
+-	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+-	    # program-specific install script used by HP pwplus--don't use.
+-	    :
+-	  else
+-	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+-	    break 3
+-	  fi
+-	fi
+-      done
+-    done
+-    ;;
+-esac
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_path_pagerpath="$as_dir/$ac_word$ac_exec_ext"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
+ done
++  done
+ IFS=$as_save_IFS
+ 
++  ;;
++esac
++fi
++pagerpath=$ac_cv_path_pagerpath
++if test -n "$pagerpath"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pagerpath" >&5
++$as_echo "$pagerpath" >&6; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++fi
++
++
++  test -n "$pagerpath" && break
++done
++test -n "$pagerpath" || pagerpath="no"
+ 
+ fi
+-  if test "${ac_cv_path_install+set}" = set; then
+-    INSTALL=$ac_cv_path_install
+-  else
+-    # As a last resort, use the slow shell script.  Don't cache a
+-    # value for INSTALL within a source directory, because that will
+-    # break other packages using the cache if that directory is
+-    # removed, or if the value is a relative name.
+-    INSTALL=$ac_install_sh
+-  fi
++
++
++# Check whether --with-smtpservers was given.
++if test "${with_smtpservers+set}" = set; then :
++  withval=$with_smtpservers;
+ fi
+-{ echo "$as_me:$LINENO: result: $INSTALL" >&5
+-echo "${ECHO_T}$INSTALL" >&6; }
+ 
+-# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+-# It thinks the first close brace ends the variable substitution.
+-test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
++if test -n "$with_smtpservers"; then :
++  smtpservers="$with_smtpservers"
++else
++  smtpservers="localhost"
++fi
+ 
+-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+ 
+-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+-		if test -n "$ac_tool_prefix"; then
+-  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+-set dummy ${ac_tool_prefix}ranlib; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_RANLIB+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++
++test -z "$CFLAGS" && CFLAGS= auto_cflags=1
++if test x"$enable_debug" = x"yes"; then
++  test -z "$LDFLAGS" && LDFLAGS=-g
++fi
++
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
++set dummy ${ac_tool_prefix}gcc; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  if test -n "$RANLIB"; then
+-  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_CC="${ac_tool_prefix}gcc"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ fi
+ fi
+-RANLIB=$ac_cv_prog_RANLIB
+-if test -n "$RANLIB"; then
+-  { echo "$as_me:$LINENO: result: $RANLIB" >&5
+-echo "${ECHO_T}$RANLIB" >&6; }
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
++$as_echo "$CC" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
+ fi
+-if test -z "$ac_cv_prog_RANLIB"; then
+-  ac_ct_RANLIB=$RANLIB
+-  # Extract the first word of "ranlib", so it can be a program name with args.
+-set dummy ranlib; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++if test -z "$ac_cv_prog_CC"; then
++  ac_ct_CC=$CC
++  # Extract the first word of "gcc", so it can be a program name with args.
++set dummy gcc; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_ac_ct_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  if test -n "$ac_ct_RANLIB"; then
+-  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
++  if test -n "$ac_ct_CC"; then
++  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_prog_ac_ct_RANLIB="ranlib"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_CC="gcc"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ fi
+ fi
+-ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
+-if test -n "$ac_ct_RANLIB"; then
+-  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
+-echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
++ac_ct_CC=$ac_cv_prog_ac_ct_CC
++if test -n "$ac_ct_CC"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
++$as_echo "$ac_ct_CC" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+-  if test "x$ac_ct_RANLIB" = x; then
+-    RANLIB=":"
++  if test "x$ac_ct_CC" = x; then
++    CC=""
+   else
+     case $cross_compiling:$ac_tool_warned in
+ yes:)
+-{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+-whose name does not start with the host triplet.  If you think this
+-configuration is useful to you, please write to autoconf at gnu.org." >&5
+-echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+-whose name does not start with the host triplet.  If you think this
+-configuration is useful to you, please write to autoconf at gnu.org." >&2;}
++{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
++$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ ac_tool_warned=yes ;;
+ esac
+-    RANLIB=$ac_ct_RANLIB
++    CC=$ac_ct_CC
+   fi
+ else
+-  RANLIB="$ac_cv_prog_RANLIB"
++  CC="$ac_cv_prog_CC"
+ fi
+-		for ac_prog in gawk mawk nawk awk
+-do
+-  # Extract the first word of "$ac_prog", so it can be a program name with args.
+-set dummy $ac_prog; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_AWK+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++
++if test -z "$CC"; then
++          if test -n "$ac_tool_prefix"; then
++    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
++set dummy ${ac_tool_prefix}cc; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  if test -n "$AWK"; then
+-  ac_cv_prog_AWK="$AWK" # Let the user override the test.
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_prog_AWK="$ac_prog"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_CC="${ac_tool_prefix}cc"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ fi
+ fi
+-AWK=$ac_cv_prog_AWK
+-if test -n "$AWK"; then
+-  { echo "$as_me:$LINENO: result: $AWK" >&5
+-echo "${ECHO_T}$AWK" >&6; }
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
++$as_echo "$CC" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
+-  test -n "$AWK" && break
+-done
+-             { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
+-echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
+-if test "${ac_cv_path_SED+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  fi
++fi
++if test -z "$CC"; then
++  # Extract the first word of "cc", so it can be a program name with args.
++set dummy cc; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+-     for ac_i in 1 2 3 4 5 6 7; do
+-       ac_script="$ac_script$as_nl$ac_script"
+-     done
+-     echo "$ac_script" | sed 99q >conftest.sed
+-     $as_unset ac_script || ac_script=
+-     # Extract the first word of "sed gsed" to use in msg output
+-if test -z "$SED"; then
+-set dummy sed gsed; ac_prog_name=$2
+-if test "${ac_cv_path_SED+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
+ else
+-  ac_path_SED_found=false
+-# Loop through the user's path and test for each of PROGNAME-LIST
++  ac_prog_rejected=no
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_prog in sed gsed; do
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
+-    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
+-    # Check for GNU ac_path_SED and select it if it is found.
+-  # Check for GNU $ac_path_SED
+-case `"$ac_path_SED" --version 2>&1` in
+-*GNU*)
+-  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
+-*)
+-  ac_count=0
+-  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
+-  while :
+-  do
+-    cat "conftest.in" "conftest.in" >"conftest.tmp"
+-    mv "conftest.tmp" "conftest.in"
+-    cp "conftest.in" "conftest.nl"
+-    echo '' >> "conftest.nl"
+-    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
+-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+-    ac_count=`expr $ac_count + 1`
+-    if test $ac_count -gt ${ac_path_SED_max-0}; then
+-      # Best one so far, save it but keep looking for a better one
+-      ac_cv_path_SED="$ac_path_SED"
+-      ac_path_SED_max=$ac_count
+-    fi
+-    # 10*(2^10) chars as input seems more than enough
+-    test $ac_count -gt 10 && break
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
++       ac_prog_rejected=yes
++       continue
++     fi
++    ac_cv_prog_CC="cc"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
+   done
+-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+-esac
++IFS=$as_save_IFS
+ 
++if test $ac_prog_rejected = yes; then
++  # We found a bogon in the path, so make sure we never use it.
++  set dummy $ac_cv_prog_CC
++  shift
++  if test $# != 0; then
++    # We chose a different compiler from the bogus one.
++    # However, it has the same basename, so the bogon will be chosen
++    # first if we set CC to just the basename; use the full file name.
++    shift
++    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
++  fi
++fi
++fi
++fi
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
++$as_echo "$CC" >&6; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++fi
+ 
+-    $ac_path_SED_found && break 3
+-  done
+-done
+ 
++fi
++if test -z "$CC"; then
++  if test -n "$ac_tool_prefix"; then
++  for ac_prog in cl.exe
++  do
++    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
++set dummy $ac_tool_prefix$ac_prog; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
+ done
++  done
+ IFS=$as_save_IFS
+ 
+-
+ fi
+-
+-SED="$ac_cv_path_SED"
+-if test -z "$SED"; then
+-  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
+-echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
+-   { (exit 1); exit 1; }; }
+ fi
+-
++CC=$ac_cv_prog_CC
++if test -n "$CC"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
++$as_echo "$CC" >&6; }
+ else
+-  ac_cv_path_SED=$SED
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
++
++    test -n "$CC" && break
++  done
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
+-echo "${ECHO_T}$ac_cv_path_SED" >&6; }
+- SED="$ac_cv_path_SED"
+-  rm -f conftest.sed
+-		for ac_prog in flex lex
++if test -z "$CC"; then
++  ac_ct_CC=$CC
++  for ac_prog in cl.exe
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_LEX+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_ac_ct_CC+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  if test -n "$LEX"; then
+-  ac_cv_prog_LEX="$LEX" # Let the user override the test.
++  if test -n "$ac_ct_CC"; then
++  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+ else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_prog_LEX="$ac_prog"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_CC="$ac_prog"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+     break 2
+   fi
+ done
+-done
++  done
+ IFS=$as_save_IFS
+ 
+ fi
+ fi
+-LEX=$ac_cv_prog_LEX
+-if test -n "$LEX"; then
+-  { echo "$as_me:$LINENO: result: $LEX" >&5
+-echo "${ECHO_T}$LEX" >&6; }
++ac_ct_CC=$ac_cv_prog_ac_ct_CC
++if test -n "$ac_ct_CC"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
++$as_echo "$ac_ct_CC" >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
+-  test -n "$LEX" && break
++  test -n "$ac_ct_CC" && break
+ done
+-test -n "$LEX" || LEX=":"
+ 
+-if test "x$LEX" != "x:"; then
+-  cat >conftest.l <<_ACEOF
+-%%
+-a { ECHO; }
+-b { REJECT; }
+-c { yymore (); }
+-d { yyless (1); }
+-e { yyless (input () != 0); }
+-f { unput (yytext[0]); }
+-. { BEGIN INITIAL; }
+-%%
+-#ifdef YYTEXT_POINTER
+-extern char *yytext;
+-#endif
+-int
+-main (void)
+-{
+-  return ! yylex () + ! yywrap ();
+-}
+-_ACEOF
+-{ (ac_try="$LEX conftest.l"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
++  if test "x$ac_ct_CC" = x; then
++    CC=""
++  else
++    case $cross_compiling:$ac_tool_warned in
++yes:)
++{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
++$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
++ac_tool_warned=yes ;;
+ esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$LEX conftest.l") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }
+-{ echo "$as_me:$LINENO: checking lex output file root" >&5
+-echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_lex_root+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-
+-if test -f lex.yy.c; then
+-  ac_cv_prog_lex_root=lex.yy
+-elif test -f lexyy.c; then
+-  ac_cv_prog_lex_root=lexyy
+-else
+-  { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
+-echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
+-   { (exit 1); exit 1; }; }
++    CC=$ac_ct_CC
++  fi
+ fi
++
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
+-echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; }
+-LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
+ 
+-if test -z "${LEXLIB+set}"; then
+-  { echo "$as_me:$LINENO: checking lex library" >&5
+-echo $ECHO_N "checking lex library... $ECHO_C" >&6; }
+-if test "${ac_cv_lib_lex+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+ 
+-    ac_save_LIBS=$LIBS
+-    ac_cv_lib_lex='none needed'
+-    for ac_lib in '' -lfl -ll; do
+-      LIBS="$ac_lib $ac_save_LIBS"
+-      cat >conftest.$ac_ext <<_ACEOF
+-`cat $LEX_OUTPUT_ROOT.c`
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
++test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "no acceptable C compiler found in \$PATH
++See \`config.log' for more details" "$LINENO" 5; }
++
++# Provide some information about the compiler.
++$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
++set X $ac_compile
++ac_compiler=$2
++for ac_option in --version -v -V -qversion; do
++  { { ac_try="$ac_compiler $ac_option >&5"
+ case "(($ac_try" in
+   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+   *) ac_try_echo=$ac_try;;
+ esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+   ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
+-  ac_cv_lib_lex=$ac_lib
++  if test -s conftest.err; then
++    sed '10a\
++... rest of stderr output deleted ...
++         10q' conftest.err >conftest.er1
++    cat conftest.er1 >&5
++  fi
++  rm -f conftest.er1 conftest.err
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }
++done
++
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
++$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
++if ${ac_cv_c_compiler_gnu+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
+ 
++int
++main ()
++{
++#ifndef __GNUC__
++       choke me
++#endif
+ 
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++  ac_compiler_gnu=yes
++else
++  ac_compiler_gnu=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
+-      test "$ac_cv_lib_lex" != 'none needed' && break
+-    done
+-    LIBS=$ac_save_LIBS
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++ac_cv_c_compiler_gnu=$ac_compiler_gnu
+ 
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_lex" >&5
+-echo "${ECHO_T}$ac_cv_lib_lex" >&6; }
+-  test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
++$as_echo "$ac_cv_c_compiler_gnu" >&6; }
++if test $ac_compiler_gnu = yes; then
++  GCC=yes
++else
++  GCC=
+ fi
++ac_test_CFLAGS=${CFLAGS+set}
++ac_save_CFLAGS=$CFLAGS
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
++$as_echo_n "checking whether $CC accepts -g... " >&6; }
++if ${ac_cv_prog_cc_g+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  ac_save_c_werror_flag=$ac_c_werror_flag
++   ac_c_werror_flag=yes
++   ac_cv_prog_cc_g=no
++   CFLAGS="-g"
++   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
+ 
++int
++main ()
++{
+ 
+-{ echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
+-echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  # POSIX says lex can declare yytext either as a pointer or an array; the
+-# default is implementation-dependent.  Figure out which it is, since
+-# not all implementations provide the %pointer and %array declarations.
+-ac_cv_prog_lex_yytext_pointer=no
+-ac_save_LIBS=$LIBS
+-LIBS="$LEXLIB $ac_save_LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-#define YYTEXT_POINTER 1
+-`cat $LEX_OUTPUT_ROOT.c`
++  ;
++  return 0;
++}
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
+-  ac_cv_prog_lex_yytext_pointer=yes
++if ac_fn_c_try_compile "$LINENO"; then :
++  ac_cv_prog_cc_g=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++  CFLAGS=""
++      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
+ 
++int
++main ()
++{
+ 
+-fi
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_save_LIBS
++else
++  ac_c_werror_flag=$ac_save_c_werror_flag
++	 CFLAGS="-g"
++	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
+ 
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
+-echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6; }
+-if test $ac_cv_prog_lex_yytext_pointer = yes; then
++int
++main ()
++{
+ 
+-cat >>confdefs.h <<\_ACEOF
+-#define YYTEXT_POINTER 1
++  ;
++  return 0;
++}
+ _ACEOF
+-
++if ac_fn_c_try_compile "$LINENO"; then :
++  ac_cv_prog_cc_g=yes
+ fi
+-rm -f conftest.l $LEX_OUTPUT_ROOT.c
+-
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-pathtmp=/usr/bin:/bin:/usr/local/bin:/usr/xpg4/bin:/usr/ucb
+-# Extract the first word of "cut", so it can be a program name with args.
+-set dummy cut; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_path_cutpath+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  case $cutpath in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_cutpath="$cutpath" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $pathtmp
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_cutpath="$as_dir/$ac_word$ac_exec_ext"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
+-
+-  test -z "$ac_cv_path_cutpath" && ac_cv_path_cutpath="no"
+-  ;;
+-esac
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-cutpath=$ac_cv_path_cutpath
+-if test -n "$cutpath"; then
+-  { echo "$as_me:$LINENO: result: $cutpath" >&5
+-echo "${ECHO_T}$cutpath" >&6; }
+-else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++   ac_c_werror_flag=$ac_save_c_werror_flag
+ fi
+-
+-
+-
+-for ac_prog in md5sum md5
+-do
+-  # Extract the first word of "$ac_prog", so it can be a program name with args.
+-set dummy $ac_prog; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_MD5SUM+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  if test -n "$MD5SUM"; then
+-  ac_cv_prog_MD5SUM="$MD5SUM" # Let the user override the test.
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
++$as_echo "$ac_cv_prog_cc_g" >&6; }
++if test "$ac_test_CFLAGS" = set; then
++  CFLAGS=$ac_save_CFLAGS
++elif test $ac_cv_prog_cc_g = yes; then
++  if test "$GCC" = yes; then
++    CFLAGS="-g -O2"
++  else
++    CFLAGS="-g"
++  fi
+ else
+-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_prog_MD5SUM="$ac_prog"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
++  if test "$GCC" = yes; then
++    CFLAGS="-O2"
++  else
++    CFLAGS=
+   fi
+-done
+-done
+-IFS=$as_save_IFS
+-
+ fi
+-fi
+-MD5SUM=$ac_cv_prog_MD5SUM
+-if test -n "$MD5SUM"; then
+-  { echo "$as_me:$LINENO: result: $MD5SUM" >&5
+-echo "${ECHO_T}$MD5SUM" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
++$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
++if ${ac_cv_prog_cc_c89+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
++  ac_cv_prog_cc_c89=no
++ac_save_CC=$CC
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#include <stdarg.h>
++#include <stdio.h>
++struct stat;
++/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
++struct buf { int x; };
++FILE * (*rcsopen) (struct buf *, struct stat *, int);
++static char *e (p, i)
++     char **p;
++     int i;
++{
++  return p[i];
++}
++static char *f (char * (*g) (char **, int), char **p, ...)
++{
++  char *s;
++  va_list v;
++  va_start (v,p);
++  s = g (p, va_arg (v,int));
++  va_end (v);
++  return s;
++}
++
++/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
++   function prototypes and stuff, but not '\xHH' hex character constants.
++   These don't provoke an error unfortunately, instead are silently treated
++   as 'x'.  The following induces an error, until -std is added to get
++   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
++   array size at least.  It's necessary to write '\x00'==0 to get something
++   that's true only with -std.  */
++int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+ 
++/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
++   inside strings and character constants.  */
++#define FOO(x) 'x'
++int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
+ 
+-  test -n "$MD5SUM" && break
++int test (int i, double x);
++struct s1 {int (*f) (int a);};
++struct s2 {int (*f) (double a);};
++int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
++int argc;
++char **argv;
++int
++main ()
++{
++return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
++  ;
++  return 0;
++}
++_ACEOF
++for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
++	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
++do
++  CC="$ac_save_CC $ac_arg"
++  if ac_fn_c_try_compile "$LINENO"; then :
++  ac_cv_prog_cc_c89=$ac_arg
++fi
++rm -f core conftest.err conftest.$ac_objext
++  test "x$ac_cv_prog_cc_c89" != "xno" && break
+ done
+-test -n "$MD5SUM" || MD5SUM="missing"
++rm -f conftest.$ac_ext
++CC=$ac_save_CC
+ 
+-case "${MD5SUM}" in
+-  md5sum) MD5FMT="cat" ;;
+-  md5) MD5FMT="${SED} -e 's/MD5 *(\(.*\)) *= \([0-9a-f]*\)/\2  \1/'" ;;
+-  *) MD5FMT="missing" ;;
++fi
++# AC_CACHE_VAL
++case "x$ac_cv_prog_cc_c89" in
++  x)
++    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
++$as_echo "none needed" >&6; } ;;
++  xno)
++    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
++$as_echo "unsupported" >&6; } ;;
++  *)
++    CC="$CC $ac_cv_prog_cc_c89"
++    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
++$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
+ esac
++if test "x$ac_cv_prog_cc_c89" != xno; then :
++
++fi
+ 
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
++depcc="$CC"   am_compiler_list=
+ 
+-# Extract the first word of "lclint", so it can be a program name with args.
+-set dummy lclint; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_linttmp1+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  if test -n "$linttmp1"; then
+-  ac_cv_prog_linttmp1="$linttmp1" # Let the user override the test.
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
++$as_echo_n "checking dependency style of $depcc... " >&6; }
++if ${am_cv_CC_dependencies_compiler_type+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_prog_linttmp1="lclint"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
++  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
++  # We make a subdir and do the tests there.  Otherwise we can end up
++  # making bogus files that we don't know about and never remove.  For
++  # instance it was reported that on HP-UX the gcc test will end up
++  # making a dummy file named 'D' -- because '-MD' means "put the output
++  # in D".
++  rm -rf conftest.dir
++  mkdir conftest.dir
++  # Copy depcomp to subdir because otherwise we won't find it if we're
++  # using a relative directory.
++  cp "$am_depcomp" conftest.dir
++  cd conftest.dir
++  # We will build objects and dependencies in a subdirectory because
++  # it helps to detect inapplicable dependency modes.  For instance
++  # both Tru64's cc and ICC support -MD to output dependencies as a
++  # side effect of compilation, but ICC will put the dependencies in
++  # the current directory while Tru64 will put them in the object
++  # directory.
++  mkdir sub
++
++  am_cv_CC_dependencies_compiler_type=none
++  if test "$am_compiler_list" = ""; then
++     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+   fi
+-done
+-done
+-IFS=$as_save_IFS
++  am__universal=false
++  case " $depcc " in #(
++     *\ -arch\ *\ -arch\ *) am__universal=true ;;
++     esac
+ 
+-  test -z "$ac_cv_prog_linttmp1" && ac_cv_prog_linttmp1="no"
++  for depmode in $am_compiler_list; do
++    # Setup a source with many dependencies, because some compilers
++    # like to wrap large dependency lists on column 80 (with \), and
++    # we should not choose a depcomp mode which is confused by this.
++    #
++    # We need to recreate these files for each test, as the compiler may
++    # overwrite some of them when testing with obscure command lines.
++    # This happens at least with the AIX C compiler.
++    : > sub/conftest.c
++    for i in 1 2 3 4 5 6; do
++      echo '#include "conftst'$i'.h"' >> sub/conftest.c
++      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
++      # Solaris 10 /bin/sh.
++      echo '/* dummy */' > sub/conftst$i.h
++    done
++    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
++
++    # We check with '-c' and '-o' for the sake of the "dashmstdout"
++    # mode.  It turns out that the SunPro C++ compiler does not properly
++    # handle '-M -o', and we need to detect this.  Also, some Intel
++    # versions had trouble with output in subdirs.
++    am__obj=sub/conftest.${OBJEXT-o}
++    am__minus_obj="-o $am__obj"
++    case $depmode in
++    gcc)
++      # This depmode causes a compiler race in universal mode.
++      test "$am__universal" = false || continue
++      ;;
++    nosideeffect)
++      # After this tag, mechanisms are not by side-effect, so they'll
++      # only be used when explicitly requested.
++      if test "x$enable_dependency_tracking" = xyes; then
++	continue
++      else
++	break
++      fi
++      ;;
++    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
++      # This compiler won't grok '-c -o', but also, the minuso test has
++      # not run yet.  These depmodes are late enough in the game, and
++      # so weak that their functioning should not be impacted.
++      am__obj=conftest.${OBJEXT-o}
++      am__minus_obj=
++      ;;
++    none) break ;;
++    esac
++    if depmode=$depmode \
++       source=sub/conftest.c object=$am__obj \
++       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
++       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
++         >/dev/null 2>conftest.err &&
++       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
++       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
++       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
++       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
++      # icc doesn't choke on unknown options, it will just issue warnings
++      # or remarks (even with -Werror).  So we grep stderr for any message
++      # that says an option was ignored or not supported.
++      # When given -MP, icc 7.0 and 7.1 complain thusly:
++      #   icc: Command line warning: ignoring option '-M'; no argument required
++      # The diagnosis changed in icc 8.0:
++      #   icc: Command line remark: option '-MP' not supported
++      if (grep 'ignoring option' conftest.err ||
++          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
++        am_cv_CC_dependencies_compiler_type=$depmode
++        break
++      fi
++    fi
++  done
++
++  cd ..
++  rm -rf conftest.dir
++else
++  am_cv_CC_dependencies_compiler_type=none
+ fi
++
+ fi
+-linttmp1=$ac_cv_prog_linttmp1
+-if test -n "$linttmp1"; then
+-  { echo "$as_me:$LINENO: result: $linttmp1" >&5
+-echo "${ECHO_T}$linttmp1" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
++$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
++CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
++
++ if
++  test "x$enable_dependency_tracking" != xno \
++  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
++  am__fastdepCC_TRUE=
++  am__fastdepCC_FALSE='#'
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  am__fastdepCC_TRUE='#'
++  am__fastdepCC_FALSE=
+ fi
+ 
+-if test x$ac_cv_prog_linttmp1 != xno ; then
+-  LINT=$ac_cv_prog_linttmp1
+-  LINTFLAGS="-weak +posixlib -macrovarprefixexclude"
+-else
+-  # Extract the first word of "lint", so it can be a program name with args.
+-set dummy lint; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_prog_linttmp2+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  if test -n "$linttmp2"; then
+-  ac_cv_prog_linttmp2="$linttmp2" # Let the user override the test.
+-else
+-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_prog_linttmp2="lint"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
+ 
+-  test -z "$ac_cv_prog_linttmp2" && ac_cv_prog_linttmp2="no"
+-fi
+-fi
+-linttmp2=$ac_cv_prog_linttmp2
+-if test -n "$linttmp2"; then
+-  { echo "$as_me:$LINENO: result: $linttmp2" >&5
+-echo "${ECHO_T}$linttmp2" >&6; }
++if test "x$CC" != xcc; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
++$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
++$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
+ fi
++set dummy $CC; ac_cc=`$as_echo "$2" |
++		      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
++if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
+ 
+-  if test x$ac_cv_prog_linttmp2 != xno ; then
+-    LINT=$ac_cv_prog_linttmp2
+-    LINTFLAGS=""
+-  else
+-    LINT="echo 'No lint program found'"
+-    LINTFLAGS=""
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++# Make sure it works both with $CC and with simple cc.
++# We do the test twice because some compilers refuse to overwrite an
++# existing .o file with -o, though they will create one.
++ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
++rm -f conftest2.*
++if { { case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_try") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; } &&
++   test -f conftest2.$ac_objext && { { case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_try") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; };
++then
++  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
++  if test "x$CC" != xcc; then
++    # Test first that cc exists at all.
++    if { ac_try='cc -c conftest.$ac_ext >&5'
++  { { case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_try") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }; }; then
++      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
++      rm -f conftest2.*
++      if { { case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_try") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; } &&
++	 test -f conftest2.$ac_objext && { { case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$ac_try") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; };
++      then
++	# cc works too.
++	:
++      else
++	# cc exists but doesn't like -o.
++	eval ac_cv_prog_cc_${ac_cc}_c_o=no
++      fi
++    fi
+   fi
++else
++  eval ac_cv_prog_cc_${ac_cc}_c_o=no
+ fi
++rm -f core conftest*
+ 
+-pathtmp=/usr/bin:/bin:/usr/local/bin:/usr/xpg4/bin:/usr/ucb
+-# Extract the first word of "ls", so it can be a program name with args.
+-set dummy ls; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_path_lspath+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+ else
+-  case $lspath in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_lspath="$lspath" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $pathtmp
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_lspath="$as_dir/$ac_word$ac_exec_ext"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++
++$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
+ 
+-  test -z "$ac_cv_path_lspath" && ac_cv_path_lspath="no"
+-  ;;
+-esac
+ fi
+-lspath=$ac_cv_path_lspath
+-if test -n "$lspath"; then
+-  { echo "$as_me:$LINENO: result: $lspath" >&5
+-echo "${ECHO_T}$lspath" >&6; }
+-else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++
++# FIXME: we rely on the cache variable name because
++# there is no other way.
++set dummy $CC
++am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
++eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
++if test "$am_t" != yes; then
++   # Losing compiler, so override with the script.
++   # FIXME: It is wrong to rewrite CC.
++   # But if we don't then we get into trouble of one sort or another.
++   # A longer-term fix would be to have automake use am__CC in this case,
++   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
++   CC="$am_aux_dir/compile $CC"
+ fi
+ 
+ 
+ 
+-if test "$lspath" != "no"; then
+-  { echo "$as_me:$LINENO: checking how to get ls to show us the group ownership of a file" >&5
+-echo $ECHO_N "checking how to get ls to show us the group ownership of a file... $ECHO_C" >&6; }
+-if test "${nmh_cv_ls_grpopt+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether preprocessor supports -Wunused-macros" >&5
++$as_echo_n "checking whether preprocessor supports -Wunused-macros... " >&6; }
++if ${nmh_cv_has_unusedmacros+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  if test x"`$lspath -dl / | $AWK '{print $9}'`" = x"/"; then
+-                nmh_cv_ls_grpopt="-l"
+-  else
+-        nmh_cv_ls_grpopt="-lg"
+-  fi
+-fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_ls_grpopt" >&5
+-echo "${ECHO_T}$nmh_cv_ls_grpopt" >&6; }
+-fi
++  nmh_saved_cppflags="$CPPFLAGS"
++   CPPFLAGS="$CPPFLAGS -Wunused-macros -Wno-unused-macros"
++   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
+ 
+-pathtmp=/usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin:/bin
+-# Extract the first word of "sendmail", so it can be a program name with args.
+-set dummy sendmail; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_path_sendmailpath+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  case $sendmailpath in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_sendmailpath="$sendmailpath" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $pathtmp
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_sendmailpath="$as_dir/$ac_word$ac_exec_ext"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
++int
++main ()
++{
+ 
+-  test -z "$ac_cv_path_sendmailpath" && ac_cv_path_sendmailpath="/usr/sbin/sendmail"
+-  ;;
+-esac
+-fi
+-sendmailpath=$ac_cv_path_sendmailpath
+-if test -n "$sendmailpath"; then
+-  { echo "$as_me:$LINENO: result: $sendmailpath" >&5
+-echo "${ECHO_T}$sendmailpath" >&6; }
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++  nmh_cv_has_unusedmacros=yes
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  nmh_cv_has_unusedmacros=no
+ fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++   CPPFLAGS="$nmh_saved_cppflags"
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_has_unusedmacros" >&5
++$as_echo "$nmh_cv_has_unusedmacros" >&6; }
+ 
++if test "$nmh_cv_has_unusedmacros" = 'yes'; then
++  test -z "$CPPFLAGS"  &&  CPPFLAGS=-Wunused-macros \
++                      ||  CPPFLAGS="$CPPFLAGS -Wunused-macros"
++  DISABLE_UNUSED_MACROS_WARNING=-Wno-unused-macros
++fi
+ 
+-
+-pathtmp=/usr/bin:/bin:/usr/ucb:/usr/local/bin
+-# Extract the first word of "vi", so it can be a program name with args.
+-set dummy vi; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_path_vipath+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -Wno-sign-compare" >&5
++$as_echo_n "checking whether compiler supports -Wno-sign-compare... " >&6; }
++if ${nmh_cv_has_nosigncompare+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  case $vipath in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_vipath="$vipath" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $pathtmp
+-do
+-  IFS=$as_save_IFS
+-  test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_vipath="$as_dir/$ac_word$ac_exec_ext"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
++  nmh_saved_cppflags="$CPPFLAGS"
++   CPPFLAGS="$CPPFLAGS -Wno-sign-compare"
++   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
+ 
+-  test -z "$ac_cv_path_vipath" && ac_cv_path_vipath="/bin/vi"
+-  ;;
+-esac
+-fi
+-vipath=$ac_cv_path_vipath
+-if test -n "$vipath"; then
+-  { echo "$as_me:$LINENO: result: $vipath" >&5
+-echo "${ECHO_T}$vipath" >&6; }
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++  nmh_cv_has_nosigncompare=yes
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  nmh_cv_has_nosigncompare=no
+ fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++   CPPFLAGS="$nmh_saved_cppflags"
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_has_nosigncompare" >&5
++$as_echo "$nmh_cv_has_nosigncompare" >&6; }
+ 
++if test "$nmh_cv_has_nosigncompare" = 'yes'; then
++  DISABLE_SIGN_COMPARE_WARNING=-Wno-sign-compare
++fi
+ 
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -Wextra" >&5
++$as_echo_n "checking whether compiler supports -Wextra... " >&6; }
++if ${nmh_cv_has_wextra+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  nmh_saved_cflags="$CFLAGS"
++ CFLAGS="$CFLAGS -Wextra -Wno-clobbered"
++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
+ 
+-if test -z "$editorpath"; then
+-  editorpath="$vipath"
+-fi
++int
++main ()
++{
+ 
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++  nmh_cv_has_wextra=yes
++else
++  nmh_cv_has_wextra=no
++fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++ CFLAGS="$nmh_saved_cflags"
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_has_wextra" >&5
++$as_echo "$nmh_cv_has_wextra" >&6; }
+ 
+-{ echo "$as_me:$LINENO: checking where mail spool is located" >&5
+-echo $ECHO_N "checking where mail spool is located... $ECHO_C" >&6; }
+-if test "${nmh_cv_mailspool+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -Wno-pointer-sign" >&5
++$as_echo_n "checking whether compiler supports -Wno-pointer-sign... " >&6; }
++if ${nmh_cv_has_noptrsign+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  for mailspool in /var/mail                          /var/spool/mail                    /usr/spool/mail                    /dev/null;       do
+-  test -d $mailspool && break
+-done
+-nmh_cv_mailspool=$mailspool
++  nmh_saved_cflags="$CFLAGS"
++ CFLAGS="$CFLAGS -Wno-pointer-sign"
++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
+ 
++int
++main ()
++{
++
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++  nmh_cv_has_noptrsign=yes
++else
++  nmh_cv_has_noptrsign=no
+ fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_mailspool" >&5
+-echo "${ECHO_T}$nmh_cv_mailspool" >&6; }
+-mailspool=$nmh_cv_mailspool
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++ CFLAGS="$nmh_saved_cflags"
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_has_noptrsign" >&5
++$as_echo "$nmh_cv_has_noptrsign" >&6; }
+ 
+-if test "$lspath" != "no" -a "$cutpath" != "no"; then
+-  { echo "$as_me:$LINENO: checking whether the mail spool is world-writable" >&5
+-echo $ECHO_N "checking whether the mail spool is world-writable... $ECHO_C" >&6; }
+-if test "${nmh_cv_mailspool_world_writable+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++if test "$nmh_cv_has_noptrsign" = "yes"; then
++    if test "$nmh_cv_has_wextra" = "yes"; then
++        nmh_gcc_warnflags="-Wall -Wextra -Wno-clobbered -Wno-pointer-sign"
++    else
++        nmh_gcc_warnflags="-Wall -Wno-pointer-sign"
++    fi
+ else
+-  if test "`$lspath -dlL $mailspool | $cutpath -c9`" = "-"; then
+-    nmh_cv_mailspool_world_writable=no
++    if test "$nmh_cv_has_wextra" = "yes"; then
++        nmh_gcc_warnflags="-Wall -Wextra -Wno-clobbered"
++    else
++        nmh_gcc_warnflags="-Wall"
++    fi
++fi
++
++if test -n "$auto_cflags"; then
++  if test x"$enable_debug" = x"yes"; then
++    if test -n "$GCC"; then
++      test -z "$CFLAGS" && CFLAGS="$nmh_gcc_warnflags -g" || CFLAGS="$CFLAGS $nmh_gcc_warnflags -g"
++    else
++      test -z "$CFLAGS" && CFLAGS=-g || CFLAGS="$CFLAGS -g"
++    fi
+   else
+-    nmh_cv_mailspool_world_writable=yes
++    if test -z "$LDFLAGS"; then
++      case "$build_os" in
++	darwin*)
++ 	  LDFLAGS=
++          ;;
++	*)
++	  LDFLAGS=-s
++	  ;;
++      esac
++    fi
++    if test -n "$GCC"; then
++      test -z "$CFLAGS" && CFLAGS="$nmh_gcc_warnflags -O2" || CFLAGS="$CFLAGS $nmh_gcc_warnflags -O2"
++    else
++      test -z "$CFLAGS" && CFLAGS=-O  || CFLAGS="$CFLAGS -O"
++    fi
+   fi
+ fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_mailspool_world_writable" >&5
+-echo "${ECHO_T}$nmh_cv_mailspool_world_writable" >&6; }
+-fi
+ 
+-ac_ext=c
+-ac_cpp='$CPP $CPPFLAGS'
+-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+-{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
+-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
+-# On Suns, sometimes $CPP names a directory.
+-if test -n "$CPP" && test -d "$CPP"; then
+-  CPP=
+-fi
+-if test -z "$CPP"; then
+-  if test "${ac_cv_prog_CPP+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
++$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
++if ${ac_cv_c_const+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-      # Double quotes because CPP needs to be expanded
+-    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+-    do
+-      ac_preproc_ok=false
+-for ac_c_preproc_warn_flag in '' yes
+-do
+-  # Use a header file that comes with gcc, so configuring glibc
+-  # with a fresh cross-compiler works.
+-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-  # <limits.h> exists even on freestanding compilers.
+-  # On the NeXT, cc -E runs the code through the compiler's parser,
+-  # not just through cpp. "Syntax error" is here to catch this case.
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-#ifdef __STDC__
+-# include <limits.h>
+-#else
+-# include <assert.h>
++
++int
++main ()
++{
++
++#ifndef __cplusplus
++  /* Ultrix mips cc rejects this sort of thing.  */
++  typedef int charset[2];
++  const charset cs = { 0, 0 };
++  /* SunOS 4.1.1 cc rejects this.  */
++  char const *const *pcpcc;
++  char **ppc;
++  /* NEC SVR4.0.2 mips cc rejects this.  */
++  struct point {int x, y;};
++  static struct point const zero = {0,0};
++  /* AIX XL C 1.02.0.0 rejects this.
++     It does not let you subtract one const X* pointer from another in
++     an arm of an if-expression whose if-part is not a constant
++     expression */
++  const char *g = "string";
++  pcpcc = &g + (g ? g-g : 0);
++  /* HPUX 7.0 cc rejects these. */
++  ++pcpcc;
++  ppc = (char**) pcpcc;
++  pcpcc = (char const *const *) ppc;
++  { /* SCO 3.2v4 cc rejects this sort of thing.  */
++    char tx;
++    char *t = &tx;
++    char const *s = 0 ? (char *) 0 : (char const *) 0;
++
++    *t++ = 0;
++    if (s) return 0;
++  }
++  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
++    int x[] = {25, 17};
++    const int *foo = &x[0];
++    ++foo;
++  }
++  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
++    typedef const int *iptr;
++    iptr p = 0;
++    ++p;
++  }
++  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
++       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
++    struct s { int j; const int *ap[3]; } bx;
++    struct s *b = &bx; b->j = 5;
++  }
++  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
++    const int foo = 10;
++    if (!foo) return 0;
++  }
++  return !cs[0] && !zero.x;
+ #endif
+-		     Syntax error
++
++  ;
++  return 0;
++}
+ _ACEOF
+-if { (ac_try="$ac_cpp conftest.$ac_ext"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } >/dev/null && {
+-	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       }; then
+-  :
++if ac_fn_c_try_compile "$LINENO"; then :
++  ac_cv_c_const=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-  # Broken: fails on valid input.
+-continue
++  ac_cv_c_const=no
+ fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
++$as_echo "$ac_cv_c_const" >&6; }
++if test $ac_cv_c_const = no; then
+ 
+-rm -f conftest.err conftest.$ac_ext
++$as_echo "#define const /**/" >>confdefs.h
+ 
+-  # OK, works on sane cases.  Now check whether nonexistent headers
+-  # can be detected and how.
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <ac_nonexistent.h>
++fi
++
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
++$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
++set x ${MAKE-make}
++ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
++if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  cat >conftest.make <<\_ACEOF
++SHELL = /bin/sh
++all:
++	@echo '@@@%%%=$(MAKE)=@@@%%%'
+ _ACEOF
+-if { (ac_try="$ac_cpp conftest.$ac_ext"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
++# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
++case `${MAKE-make} -f conftest.make 2>/dev/null` in
++  *@@@%%%=?*=@@@%%%*)
++    eval ac_cv_prog_make_${ac_make}_set=yes;;
++  *)
++    eval ac_cv_prog_make_${ac_make}_set=no;;
+ esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } >/dev/null && {
+-	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       }; then
+-  # Broken: success on invalid input.
+-continue
++rm -f conftest.make
++fi
++if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
++  SET_MAKE=
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-  # Passes both tests.
+-ac_preproc_ok=:
+-break
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++  SET_MAKE="MAKE=${MAKE-make}"
+ fi
+-
+-rm -f conftest.err conftest.$ac_ext
+-
++			if test -n "$ac_tool_prefix"; then
++  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
++set dummy ${ac_tool_prefix}ranlib; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_RANLIB+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if test -n "$RANLIB"; then
++  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
+ done
+-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+-rm -f conftest.err conftest.$ac_ext
+-if $ac_preproc_ok; then
+-  break
++  done
++IFS=$as_save_IFS
++
++fi
++fi
++RANLIB=$ac_cv_prog_RANLIB
++if test -n "$RANLIB"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
++$as_echo "$RANLIB" >&6; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+-    done
+-    ac_cv_prog_CPP=$CPP
+ 
+ fi
+-  CPP=$ac_cv_prog_CPP
++if test -z "$ac_cv_prog_RANLIB"; then
++  ac_ct_RANLIB=$RANLIB
++  # Extract the first word of "ranlib", so it can be a program name with args.
++set dummy ranlib; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  ac_cv_prog_CPP=$CPP
+-fi
+-{ echo "$as_me:$LINENO: result: $CPP" >&5
+-echo "${ECHO_T}$CPP" >&6; }
+-ac_preproc_ok=false
+-for ac_c_preproc_warn_flag in '' yes
+-do
+-  # Use a header file that comes with gcc, so configuring glibc
+-  # with a fresh cross-compiler works.
+-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-  # <limits.h> exists even on freestanding compilers.
+-  # On the NeXT, cc -E runs the code through the compiler's parser,
+-  # not just through cpp. "Syntax error" is here to catch this case.
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#ifdef __STDC__
+-# include <limits.h>
+-#else
+-# include <assert.h>
+-#endif
+-		     Syntax error
+-_ACEOF
+-if { (ac_try="$ac_cpp conftest.$ac_ext"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } >/dev/null && {
+-	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       }; then
+-  :
++  if test -n "$ac_ct_RANLIB"; then
++  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_ac_ct_RANLIB="ranlib"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
+ 
+-  # Broken: fails on valid input.
+-continue
++fi
++fi
++ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
++if test -n "$ac_ct_RANLIB"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
++$as_echo "$ac_ct_RANLIB" >&6; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+-rm -f conftest.err conftest.$ac_ext
+-
+-  # OK, works on sane cases.  Now check whether nonexistent headers
+-  # can be detected and how.
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <ac_nonexistent.h>
+-_ACEOF
+-if { (ac_try="$ac_cpp conftest.$ac_ext"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
++  if test "x$ac_ct_RANLIB" = x; then
++    RANLIB=":"
++  else
++    case $cross_compiling:$ac_tool_warned in
++yes:)
++{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
++$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
++ac_tool_warned=yes ;;
+ esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } >/dev/null && {
+-	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       }; then
+-  # Broken: success on invalid input.
+-continue
++    RANLIB=$ac_ct_RANLIB
++  fi
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-  # Passes both tests.
+-ac_preproc_ok=:
+-break
++  RANLIB="$ac_cv_prog_RANLIB"
+ fi
+-
+-rm -f conftest.err conftest.$ac_ext
+-
++		for ac_prog in gawk mawk nawk awk
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_AWK+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if test -n "$AWK"; then
++  ac_cv_prog_AWK="$AWK" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_AWK="$ac_prog"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
+ done
+-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+-rm -f conftest.err conftest.$ac_ext
+-if $ac_preproc_ok; then
+-  :
++  done
++IFS=$as_save_IFS
++
++fi
++fi
++AWK=$ac_cv_prog_AWK
++if test -n "$AWK"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
++$as_echo "$AWK" >&6; }
+ else
+-  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
+-See \`config.log' for more details." >&2;}
+-   { (exit 1); exit 1; }; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+-ac_ext=c
+-ac_cpp='$CPP $CPPFLAGS'
+-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+-
+ 
+-{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
+-echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
+-if test "${ac_cv_path_GREP+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  # Extract the first word of "grep ggrep" to use in msg output
+-if test -z "$GREP"; then
+-set dummy grep ggrep; ac_prog_name=$2
+-if test "${ac_cv_path_GREP+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  test -n "$AWK" && break
++done
++             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
++$as_echo_n "checking for a sed that does not truncate output... " >&6; }
++if ${ac_cv_path_SED+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  ac_path_GREP_found=false
+-# Loop through the user's path and test for each of PROGNAME-LIST
+-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
++            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
++     for ac_i in 1 2 3 4 5 6 7; do
++       ac_script="$ac_script$as_nl$ac_script"
++     done
++     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
++     { ac_script=; unset ac_script;}
++     if test -z "$SED"; then
++  ac_path_SED_found=false
++  # Loop through the user's path and test for each of PROGNAME-LIST
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_prog in grep ggrep; do
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
+-    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
+-    # Check for GNU ac_path_GREP and select it if it is found.
+-  # Check for GNU $ac_path_GREP
+-case `"$ac_path_GREP" --version 2>&1` in
++    for ac_prog in sed gsed; do
++    for ac_exec_ext in '' $ac_executable_extensions; do
++      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
++      as_fn_executable_p "$ac_path_SED" || continue
++# Check for GNU ac_path_SED and select it if it is found.
++  # Check for GNU $ac_path_SED
++case `"$ac_path_SED" --version 2>&1` in
+ *GNU*)
+-  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
++  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
+ *)
+   ac_count=0
+-  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
++  $as_echo_n 0123456789 >"conftest.in"
+   while :
+   do
+     cat "conftest.in" "conftest.in" >"conftest.tmp"
+     mv "conftest.tmp" "conftest.in"
+     cp "conftest.in" "conftest.nl"
+-    echo 'GREP' >> "conftest.nl"
+-    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
++    $as_echo '' >> "conftest.nl"
++    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
+     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+-    ac_count=`expr $ac_count + 1`
+-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
++    as_fn_arith $ac_count + 1 && ac_count=$as_val
++    if test $ac_count -gt ${ac_path_SED_max-0}; then
+       # Best one so far, save it but keep looking for a better one
+-      ac_cv_path_GREP="$ac_path_GREP"
+-      ac_path_GREP_max=$ac_count
++      ac_cv_path_SED="$ac_path_SED"
++      ac_path_SED_max=$ac_count
+     fi
+     # 10*(2^10) chars as input seems more than enough
+     test $ac_count -gt 10 && break
+@@ -5395,673 +5658,819 @@ case `"$ac_path_GREP" --version 2>&1` in
+   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+ esac
+ 
++      $ac_path_SED_found && break 3
++    done
++  done
++  done
++IFS=$as_save_IFS
++  if test -z "$ac_cv_path_SED"; then
++    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
++  fi
++else
++  ac_cv_path_SED=$SED
++fi
+ 
+-    $ac_path_GREP_found && break 3
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
++$as_echo "$ac_cv_path_SED" >&6; }
++ SED="$ac_cv_path_SED"
++  rm -f conftest.sed
++		for ac_prog in flex lex
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_LEX+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if test -n "$LEX"; then
++  ac_cv_prog_LEX="$LEX" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_LEX="$ac_prog"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
+   done
++IFS=$as_save_IFS
++
++fi
++fi
++LEX=$ac_cv_prog_LEX
++if test -n "$LEX"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
++$as_echo "$LEX" >&6; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++fi
++
++
++  test -n "$LEX" && break
+ done
++test -n "$LEX" || LEX=":"
++
++if test "x$LEX" != "x:"; then
++  cat >conftest.l <<_ACEOF
++%%
++a { ECHO; }
++b { REJECT; }
++c { yymore (); }
++d { yyless (1); }
++e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
++    yyless ((input () != 0)); }
++f { unput (yytext[0]); }
++. { BEGIN INITIAL; }
++%%
++#ifdef YYTEXT_POINTER
++extern char *yytext;
++#endif
++int
++main (void)
++{
++  return ! yylex () + ! yywrap ();
++}
++_ACEOF
++{ { ac_try="$LEX conftest.l"
++case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++  (eval "$LEX conftest.l") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
++$as_echo_n "checking lex output file root... " >&6; }
++if ${ac_cv_prog_lex_root+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++
++if test -f lex.yy.c; then
++  ac_cv_prog_lex_root=lex.yy
++elif test -f lexyy.c; then
++  ac_cv_prog_lex_root=lexyy
++else
++  as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
++fi
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
++$as_echo "$ac_cv_prog_lex_root" >&6; }
++LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
++
++if test -z "${LEXLIB+set}"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
++$as_echo_n "checking lex library... " >&6; }
++if ${ac_cv_lib_lex+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++
++    ac_save_LIBS=$LIBS
++    ac_cv_lib_lex='none needed'
++    for ac_lib in '' -lfl -ll; do
++      LIBS="$ac_lib $ac_save_LIBS"
++      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++`cat $LEX_OUTPUT_ROOT.c`
++_ACEOF
++if ac_fn_c_try_link "$LINENO"; then :
++  ac_cv_lib_lex=$ac_lib
++fi
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
++      test "$ac_cv_lib_lex" != 'none needed' && break
++    done
++    LIBS=$ac_save_LIBS
++
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
++$as_echo "$ac_cv_lib_lex" >&6; }
++  test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
++fi
++
++
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
++$as_echo_n "checking whether yytext is a pointer... " >&6; }
++if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  # POSIX says lex can declare yytext either as a pointer or an array; the
++# default is implementation-dependent.  Figure out which it is, since
++# not all implementations provide the %pointer and %array declarations.
++ac_cv_prog_lex_yytext_pointer=no
++ac_save_LIBS=$LIBS
++LIBS="$LEXLIB $ac_save_LIBS"
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++
++  #define YYTEXT_POINTER 1
++`cat $LEX_OUTPUT_ROOT.c`
++_ACEOF
++if ac_fn_c_try_link "$LINENO"; then :
++  ac_cv_prog_lex_yytext_pointer=yes
++fi
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_save_LIBS
+ 
+-done
+-IFS=$as_save_IFS
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
++$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
++if test $ac_cv_prog_lex_yytext_pointer = yes; then
+ 
++$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
+ 
+ fi
++rm -f conftest.l $LEX_OUTPUT_ROOT.c
+ 
+-GREP="$ac_cv_path_GREP"
+-if test -z "$GREP"; then
+-  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
+-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
+-   { (exit 1); exit 1; }; }
+ fi
++pathtmp=/usr/bin:/bin:/usr/local/bin:/usr/xpg4/bin:/usr/ucb
++# Extract the first word of "cut", so it can be a program name with args.
++set dummy cut; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_path_cutpath+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  case $cutpath in
++  [\\/]* | ?:[\\/]*)
++  ac_cv_path_cutpath="$cutpath" # Let the user override the test with a path.
++  ;;
++  *)
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $pathtmp
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_path_cutpath="$as_dir/$ac_word$ac_exec_ext"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
+ 
++  test -z "$ac_cv_path_cutpath" && ac_cv_path_cutpath="no"
++  ;;
++esac
++fi
++cutpath=$ac_cv_path_cutpath
++if test -n "$cutpath"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cutpath" >&5
++$as_echo "$cutpath" >&6; }
+ else
+-  ac_cv_path_GREP=$GREP
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
+-echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
+- GREP="$ac_cv_path_GREP"
+ 
+-
+-{ echo "$as_me:$LINENO: checking for egrep" >&5
+-echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
+-if test "${ac_cv_path_EGREP+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++for ac_prog in md5sum md5
++do
++  # Extract the first word of "$ac_prog", so it can be a program name with args.
++set dummy $ac_prog; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_MD5SUM+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
+-   then ac_cv_path_EGREP="$GREP -E"
+-   else
+-     # Extract the first word of "egrep" to use in msg output
+-if test -z "$EGREP"; then
+-set dummy egrep; ac_prog_name=$2
+-if test "${ac_cv_path_EGREP+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  if test -n "$MD5SUM"; then
++  ac_cv_prog_MD5SUM="$MD5SUM" # Let the user override the test.
+ else
+-  ac_path_EGREP_found=false
+-# Loop through the user's path and test for each of PROGNAME-LIST
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
++for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_prog in egrep; do
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
+-    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
+-    # Check for GNU ac_path_EGREP and select it if it is found.
+-  # Check for GNU $ac_path_EGREP
+-case `"$ac_path_EGREP" --version 2>&1` in
+-*GNU*)
+-  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
+-*)
+-  ac_count=0
+-  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
+-  while :
+-  do
+-    cat "conftest.in" "conftest.in" >"conftest.tmp"
+-    mv "conftest.tmp" "conftest.in"
+-    cp "conftest.in" "conftest.nl"
+-    echo 'EGREP' >> "conftest.nl"
+-    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+-    ac_count=`expr $ac_count + 1`
+-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
+-      # Best one so far, save it but keep looking for a better one
+-      ac_cv_path_EGREP="$ac_path_EGREP"
+-      ac_path_EGREP_max=$ac_count
+-    fi
+-    # 10*(2^10) chars as input seems more than enough
+-    test $ac_count -gt 10 && break
+-  done
+-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+-esac
+-
+-
+-    $ac_path_EGREP_found && break 3
+-  done
+-done
+-
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_MD5SUM="$ac_prog"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
+ done
++  done
+ IFS=$as_save_IFS
+ 
+-
+ fi
+-
+-EGREP="$ac_cv_path_EGREP"
+-if test -z "$EGREP"; then
+-  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
+-echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
+-   { (exit 1); exit 1; }; }
+ fi
+-
++MD5SUM=$ac_cv_prog_MD5SUM
++if test -n "$MD5SUM"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MD5SUM" >&5
++$as_echo "$MD5SUM" >&6; }
+ else
+-  ac_cv_path_EGREP=$EGREP
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
+-   fi
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
+-echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
+- EGREP="$ac_cv_path_EGREP"
+-
++  test -n "$MD5SUM" && break
++done
++test -n "$MD5SUM" || MD5SUM="missing"
+ 
+-{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
+-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
+-if test "${ac_cv_header_stdc+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <stdlib.h>
+-#include <stdarg.h>
+-#include <string.h>
+-#include <float.h>
++case "${MD5SUM}" in #(
++  md5sum) :
++    MD5FMT="cat" ;; #(
++  md5) :
++    MD5FMT="${SED} -e 's/MD5 *(\(.*\)) *= \([0-9a-f]*\)/\2  \1/'" ;; #(
++  *) :
++    MD5FMT="missing" ;;
++esac
+ 
+-int
+-main ()
+-{
+ 
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_header_stdc=yes
++# Extract the first word of "lclint", so it can be a program name with args.
++set dummy lclint; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_linttmp1+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++  if test -n "$linttmp1"; then
++  ac_cv_prog_linttmp1="$linttmp1" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_linttmp1="lclint"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
+ 
+-	ac_cv_header_stdc=no
++  test -z "$ac_cv_prog_linttmp1" && ac_cv_prog_linttmp1="no"
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-
+-if test $ac_cv_header_stdc = yes; then
+-  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <string.h>
+-
+-_ACEOF
+-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+-  $EGREP "memchr" >/dev/null 2>&1; then
+-  :
+-else
+-  ac_cv_header_stdc=no
+ fi
+-rm -f -r conftest*
+-
++linttmp1=$ac_cv_prog_linttmp1
++if test -n "$linttmp1"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $linttmp1" >&5
++$as_echo "$linttmp1" >&6; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+-if test $ac_cv_header_stdc = yes; then
+-  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <stdlib.h>
++if test x$ac_cv_prog_linttmp1 != xno ; then
++  LINT=$ac_cv_prog_linttmp1
++  LINTFLAGS="-weak +posixlib -macrovarprefixexclude"
++else
++  # Extract the first word of "lint", so it can be a program name with args.
++set dummy lint; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_prog_linttmp2+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if test -n "$linttmp2"; then
++  ac_cv_prog_linttmp2="$linttmp2" # Let the user override the test.
++else
++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_prog_linttmp2="lint"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
+ 
+-_ACEOF
+-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+-  $EGREP "free" >/dev/null 2>&1; then
+-  :
++  test -z "$ac_cv_prog_linttmp2" && ac_cv_prog_linttmp2="no"
++fi
++fi
++linttmp2=$ac_cv_prog_linttmp2
++if test -n "$linttmp2"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $linttmp2" >&5
++$as_echo "$linttmp2" >&6; }
+ else
+-  ac_cv_header_stdc=no
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+-rm -f -r conftest*
+ 
++  if test x$ac_cv_prog_linttmp2 != xno ; then
++    LINT=$ac_cv_prog_linttmp2
++    LINTFLAGS=""
++  else
++    LINT="echo 'No lint program found'"
++    LINTFLAGS=""
++  fi
+ fi
+ 
+-if test $ac_cv_header_stdc = yes; then
+-  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+-  if test "$cross_compiling" = yes; then
+-  :
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <ctype.h>
+-#include <stdlib.h>
+-#if ((' ' & 0x0FF) == 0x020)
+-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
+-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
+-#else
+-# define ISLOWER(c) \
+-		   (('a' <= (c) && (c) <= 'i') \
+-		     || ('j' <= (c) && (c) <= 'r') \
+-		     || ('s' <= (c) && (c) <= 'z'))
+-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
+-#endif
+-
+-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+-int
+-main ()
+-{
+-  int i;
+-  for (i = 0; i < 256; i++)
+-    if (XOR (islower (i), ISLOWER (i))
+-	|| toupper (i) != TOUPPER (i))
+-      return 2;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+-  { (case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_try") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; }; then
+-  :
++pathtmp=/usr/bin:/bin:/usr/local/bin:/usr/xpg4/bin:/usr/ucb
++# Extract the first word of "ls", so it can be a program name with args.
++set dummy ls; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_path_lspath+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  echo "$as_me: program exited with status $ac_status" >&5
+-echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++  case $lspath in
++  [\\/]* | ?:[\\/]*)
++  ac_cv_path_lspath="$lspath" # Let the user override the test with a path.
++  ;;
++  *)
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $pathtmp
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_path_lspath="$as_dir/$ac_word$ac_exec_ext"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
+ 
+-( exit $ac_status )
+-ac_cv_header_stdc=no
++  test -z "$ac_cv_path_lspath" && ac_cv_path_lspath="no"
++  ;;
++esac
+ fi
+-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++lspath=$ac_cv_path_lspath
++if test -n "$lspath"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lspath" >&5
++$as_echo "$lspath" >&6; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+ 
++
++if test "$lspath" != "no"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to get ls to show us the group ownership of a file" >&5
++$as_echo_n "checking how to get ls to show us the group ownership of a file... " >&6; }
++if ${nmh_cv_ls_grpopt+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if test x"`$lspath -dl / | $AWK '{print $9}'`" = x"/"; then
++                nmh_cv_ls_grpopt="-l"
++  else
++        nmh_cv_ls_grpopt="-lg"
++  fi
+ fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_ls_grpopt" >&5
++$as_echo "$nmh_cv_ls_grpopt" >&6; }
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
+-echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
+-if test $ac_cv_header_stdc = yes; then
+ 
+-cat >>confdefs.h <<\_ACEOF
+-#define STDC_HEADERS 1
+-_ACEOF
++pathtmp=/usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin:/bin
++# Extract the first word of "sendmail", so it can be a program name with args.
++set dummy sendmail; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_path_sendmailpath+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  case $sendmailpath in
++  [\\/]* | ?:[\\/]*)
++  ac_cv_path_sendmailpath="$sendmailpath" # Let the user override the test with a path.
++  ;;
++  *)
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $pathtmp
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_path_sendmailpath="$as_dir/$ac_word$ac_exec_ext"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
+ 
++  test -z "$ac_cv_path_sendmailpath" && ac_cv_path_sendmailpath="/usr/sbin/sendmail"
++  ;;
++esac
++fi
++sendmailpath=$ac_cv_path_sendmailpath
++if test -n "$sendmailpath"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sendmailpath" >&5
++$as_echo "$sendmailpath" >&6; }
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+-
+-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+-
+-
+-
+-
+-
+-
+ 
+ 
+ 
+-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+-		  inttypes.h stdint.h unistd.h
+-do
+-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++pathtmp=/usr/bin:/bin:/usr/ucb:/usr/local/bin
++# Extract the first word of "vi", so it can be a program name with args.
++set dummy vi; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_path_vipath+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-$ac_includes_default
++  case $vipath in
++  [\\/]* | ?:[\\/]*)
++  ac_cv_path_vipath="$vipath" # Let the user override the test with a path.
++  ;;
++  *)
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $pathtmp
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_path_vipath="$as_dir/$ac_word$ac_exec_ext"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
+ 
+-#include <$ac_header>
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
++  test -z "$ac_cv_path_vipath" && ac_cv_path_vipath="/bin/vi"
++  ;;
+ esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  eval "$as_ac_Header=yes"
++fi
++vipath=$ac_cv_path_vipath
++if test -n "$vipath"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vipath" >&5
++$as_echo "$vipath" >&6; }
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	eval "$as_ac_Header=no"
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-fi
+-ac_res=`eval echo '${'$as_ac_Header'}'`
+-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+-echo "${ECHO_T}$ac_res" >&6; }
+-if test `eval echo '${'$as_ac_Header'}'` = yes; then
+-  cat >>confdefs.h <<_ACEOF
+-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
+-_ACEOF
+ 
++
++if test -z "$editorpath"; then :
++  editorpath="$vipath"
+ fi
+ 
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where mail spool is located" >&5
++$as_echo_n "checking where mail spool is located... " >&6; }
++if ${nmh_cv_mailspool+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  for mailspool in /var/mail                          /var/spool/mail                    /usr/spool/mail                    /dev/null;       do
++  test -d $mailspool && break
+ done
++nmh_cv_mailspool=$mailspool
+ 
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_mailspool" >&5
++$as_echo "$nmh_cv_mailspool" >&6; }
++mailspool=$nmh_cv_mailspool
++
++if test "$lspath" != "no" -a "$cutpath" != "no"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the mail spool is world-writable" >&5
++$as_echo_n "checking whether the mail spool is world-writable... " >&6; }
++if ${nmh_cv_mailspool_world_writable+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  if test "`$lspath -dlL $mailspool | $cutpath -c9`" = "-"; then
++    nmh_cv_mailspool_world_writable=no
++  else
++    nmh_cv_mailspool_world_writable=yes
++  fi
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_mailspool_world_writable" >&5
++$as_echo "$nmh_cv_mailspool_world_writable" >&6; }
++fi
+ 
+-if test "${ac_cv_header_lockfile_h+set}" = set; then
+-  { echo "$as_me:$LINENO: checking for lockfile.h" >&5
+-echo $ECHO_N "checking for lockfile.h... $ECHO_C" >&6; }
+-if test "${ac_cv_header_lockfile_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
++$as_echo_n "checking how to run the C preprocessor... " >&6; }
++# On Suns, sometimes $CPP names a directory.
++if test -n "$CPP" && test -d "$CPP"; then
++  CPP=
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_header_lockfile_h" >&5
+-echo "${ECHO_T}$ac_cv_header_lockfile_h" >&6; }
++if test -z "$CPP"; then
++  if ${ac_cv_prog_CPP+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  # Is the header compilable?
+-{ echo "$as_me:$LINENO: checking lockfile.h usability" >&5
+-echo $ECHO_N "checking lockfile.h usability... $ECHO_C" >&6; }
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++      # Double quotes because CPP needs to be expanded
++    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
++    do
++      ac_preproc_ok=false
++for ac_c_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-$ac_includes_default
+-#include <lockfile.h>
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
++#endif
++		     Syntax error
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_header_compiler=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++if ac_fn_c_try_cpp "$LINENO"; then :
+ 
+-	ac_header_compiler=no
++else
++  # Broken: fails on valid input.
++continue
+ fi
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6; }
+-
+-# Is the header present?
+-{ echo "$as_me:$LINENO: checking lockfile.h presence" >&5
+-echo $ECHO_N "checking lockfile.h presence... $ECHO_C" >&6; }
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  # OK, works on sane cases.  Now check whether nonexistent headers
++  # can be detected and how.
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-#include <lockfile.h>
++#include <ac_nonexistent.h>
+ _ACEOF
+-if { (ac_try="$ac_cpp conftest.$ac_ext"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } >/dev/null && {
+-	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       }; then
+-  ac_header_preproc=yes
++if ac_fn_c_try_cpp "$LINENO"; then :
++  # Broken: success on invalid input.
++continue
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-  ac_header_preproc=no
++  # Passes both tests.
++ac_preproc_ok=:
++break
+ fi
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+-rm -f conftest.err conftest.$ac_ext
+-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6; }
+-
+-# So?  What about this header?
+-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+-  yes:no: )
+-    { echo "$as_me:$LINENO: WARNING: lockfile.h: accepted by the compiler, rejected by the preprocessor!" >&5
+-echo "$as_me: WARNING: lockfile.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: lockfile.h: proceeding with the compiler's result" >&5
+-echo "$as_me: WARNING: lockfile.h: proceeding with the compiler's result" >&2;}
+-    ac_header_preproc=yes
+-    ;;
+-  no:yes:* )
+-    { echo "$as_me:$LINENO: WARNING: lockfile.h: present but cannot be compiled" >&5
+-echo "$as_me: WARNING: lockfile.h: present but cannot be compiled" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: lockfile.h:     check for missing prerequisite headers?" >&5
+-echo "$as_me: WARNING: lockfile.h:     check for missing prerequisite headers?" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: lockfile.h: see the Autoconf documentation" >&5
+-echo "$as_me: WARNING: lockfile.h: see the Autoconf documentation" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: lockfile.h:     section \"Present But Cannot Be Compiled\"" >&5
+-echo "$as_me: WARNING: lockfile.h:     section \"Present But Cannot Be Compiled\"" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: lockfile.h: proceeding with the preprocessor's result" >&5
+-echo "$as_me: WARNING: lockfile.h: proceeding with the preprocessor's result" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: lockfile.h: in the future, the compiler will take precedence" >&5
+-echo "$as_me: WARNING: lockfile.h: in the future, the compiler will take precedence" >&2;}
+-    ( cat <<\_ASBOX
+-## ------------------------------------- ##
+-## Report this to nmh-workers at nongnu.org ##
+-## ------------------------------------- ##
+-_ASBOX
+-     ) | sed "s/^/$as_me: WARNING:     /" >&2
+-    ;;
+-esac
+-{ echo "$as_me:$LINENO: checking for lockfile.h" >&5
+-echo $ECHO_N "checking for lockfile.h... $ECHO_C" >&6; }
+-if test "${ac_cv_header_lockfile_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  ac_cv_header_lockfile_h=$ac_header_preproc
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.i conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then :
++  break
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_header_lockfile_h" >&5
+-echo "${ECHO_T}$ac_cv_header_lockfile_h" >&6; }
+ 
+-fi
+-if test $ac_cv_header_lockfile_h = yes; then
++    done
++    ac_cv_prog_CPP=$CPP
+ 
+-{ echo "$as_me:$LINENO: checking for lockfile_create in -llockfile" >&5
+-echo $ECHO_N "checking for lockfile_create in -llockfile... $ECHO_C" >&6; }
+-if test "${ac_cv_lib_lockfile_lockfile_create+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++fi
++  CPP=$ac_cv_prog_CPP
+ else
+-  ac_check_lib_save_LIBS=$LIBS
+-LIBS="-llockfile  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  ac_cv_prog_CPP=$CPP
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
++$as_echo "$CPP" >&6; }
++ac_preproc_ok=false
++for ac_c_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
++  # <limits.h> exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-
+-/* Override any GCC internal prototype to avoid an error.
+-   Use char because int might match the return type of a GCC
+-   builtin and then its argument prototype would still apply.  */
+-#ifdef __cplusplus
+-extern "C"
++#ifdef __STDC__
++# include <limits.h>
++#else
++# include <assert.h>
+ #endif
+-char lockfile_create ();
+-int
+-main ()
+-{
+-return lockfile_create ();
+-  ;
+-  return 0;
+-}
++		     Syntax error
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
+-  ac_cv_lib_lockfile_lockfile_create=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++if ac_fn_c_try_cpp "$LINENO"; then :
+ 
+-	ac_cv_lib_lockfile_lockfile_create=no
++else
++  # Broken: fails on valid input.
++continue
+ fi
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_lockfile_create" >&5
+-echo "${ECHO_T}$ac_cv_lib_lockfile_lockfile_create" >&6; }
+-if test $ac_cv_lib_lockfile_lockfile_create = yes; then
+-  cat >>confdefs.h <<_ACEOF
+-#define HAVE_LIBLOCKFILE 1
++  # OK, works on sane cases.  Now check whether nonexistent headers
++  # can be detected and how.
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#include <ac_nonexistent.h>
+ _ACEOF
+-
+-  LIBS="-llockfile $LIBS"
+-
++if ac_fn_c_try_cpp "$LINENO"; then :
++  # Broken: success on invalid input.
++continue
++else
++  # Passes both tests.
++ac_preproc_ok=:
++break
+ fi
++rm -f conftest.err conftest.i conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.i conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then :
+ 
++else
++  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
++See \`config.log' for more details" "$LINENO" 5; }
+ fi
+ 
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+ 
+-# Extract the first word of "dotlockfile", so it can be a program name with args.
+-set dummy dotlockfile; ac_word=$2
+-{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+-if test "${ac_cv_path_dotlockfilepath+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
++$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
++if ${ac_cv_path_GREP+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  case $dotlockfilepath in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_dotlockfilepath="$dotlockfilepath" # Let the user override the test with a path.
+-  ;;
+-  *)
++  if test -z "$GREP"; then
++  ac_path_GREP_found=false
++  # Loop through the user's path and test for each of PROGNAME-LIST
+   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
++for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_dotlockfilepath="$as_dir/$ac_word$ac_exec_ext"
+-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
+-done
+-done
+-IFS=$as_save_IFS
+-
+-  test -z "$ac_cv_path_dotlockfilepath" && ac_cv_path_dotlockfilepath="no"
+-  ;;
++    for ac_prog in grep ggrep; do
++    for ac_exec_ext in '' $ac_executable_extensions; do
++      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
++      as_fn_executable_p "$ac_path_GREP" || continue
++# Check for GNU ac_path_GREP and select it if it is found.
++  # Check for GNU $ac_path_GREP
++case `"$ac_path_GREP" --version 2>&1` in
++*GNU*)
++  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
++*)
++  ac_count=0
++  $as_echo_n 0123456789 >"conftest.in"
++  while :
++  do
++    cat "conftest.in" "conftest.in" >"conftest.tmp"
++    mv "conftest.tmp" "conftest.in"
++    cp "conftest.in" "conftest.nl"
++    $as_echo 'GREP' >> "conftest.nl"
++    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
++    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
++    as_fn_arith $ac_count + 1 && ac_count=$as_val
++    if test $ac_count -gt ${ac_path_GREP_max-0}; then
++      # Best one so far, save it but keep looking for a better one
++      ac_cv_path_GREP="$ac_path_GREP"
++      ac_path_GREP_max=$ac_count
++    fi
++    # 10*(2^10) chars as input seems more than enough
++    test $ac_count -gt 10 && break
++  done
++  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+ esac
+-fi
+-dotlockfilepath=$ac_cv_path_dotlockfilepath
+-if test -n "$dotlockfilepath"; then
+-  { echo "$as_me:$LINENO: result: $dotlockfilepath" >&5
+-echo "${ECHO_T}$dotlockfilepath" >&6; }
+-else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
+ 
+-
+-if test "$ac_cv_lib_lockfile_lockfile_create" != "no" ; then
+-  if test "$ac_cv_path_dotlockfilepath" != "no" ; then
+-    { echo "$as_me:$LINENO: checking whether dotlockfile is setgid" >&5
+-echo $ECHO_N "checking whether dotlockfile is setgid... $ECHO_C" >&6; }
+-if test "${nmh_cv_dotlockfile_setgid+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-   if test -g "$ac_cv_path_dotlockfilepath" ; then
+-        nmh_cv_dotlockfile_setgid=yes
+-      else
+-        nmh_cv_dotlockfile_setgid=no
+-      fi
+-fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_dotlockfile_setgid" >&5
+-echo "${ECHO_T}$nmh_cv_dotlockfile_setgid" >&6; }
++      $ac_path_GREP_found && break 3
++    done
++  done
++  done
++IFS=$as_save_IFS
++  if test -z "$ac_cv_path_GREP"; then
++    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+   fi
++else
++  ac_cv_path_GREP=$GREP
+ fi
+ 
+-if test x"$DISABLE_SETGID_MAIL" != x -a x"$DISABLE_SETGID_MAIL" != x0; then
+-  nmh_cv_dotlockfile_setgid=yes
+ fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
++$as_echo "$ac_cv_path_GREP" >&6; }
++ GREP="$ac_cv_path_GREP"
+ 
+-if test x"$LOCKTYPE" = x"dot" -a x"$nmh_cv_mailspool_world_writable" = x"no" -a x"$nmh_cv_dotlockfile_setgid" != x"yes" ; then
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define MAILGROUP 1
+-_ACEOF
+-  SETGID_MAIL=1
+-fi
+ 
+-{ echo "$as_me:$LINENO: checking what group owns the mail spool" >&5
+-echo $ECHO_N "checking what group owns the mail spool... $ECHO_C" >&6; }
+-if test "${nmh_cv_ls_mail_grp+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
++$as_echo_n "checking for egrep... " >&6; }
++if ${ac_cv_path_EGREP+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  nmh_cv_ls_mail_grp=`$lspath -dL $nmh_cv_ls_grpopt $mailspool|$AWK '{print $4}'`
++  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
++   then ac_cv_path_EGREP="$GREP -E"
++   else
++     if test -z "$EGREP"; then
++  ac_path_EGREP_found=false
++  # Loop through the user's path and test for each of PROGNAME-LIST
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_prog in egrep; do
++    for ac_exec_ext in '' $ac_executable_extensions; do
++      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
++      as_fn_executable_p "$ac_path_EGREP" || continue
++# Check for GNU ac_path_EGREP and select it if it is found.
++  # Check for GNU $ac_path_EGREP
++case `"$ac_path_EGREP" --version 2>&1` in
++*GNU*)
++  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
++*)
++  ac_count=0
++  $as_echo_n 0123456789 >"conftest.in"
++  while :
++  do
++    cat "conftest.in" "conftest.in" >"conftest.tmp"
++    mv "conftest.tmp" "conftest.in"
++    cp "conftest.in" "conftest.nl"
++    $as_echo 'EGREP' >> "conftest.nl"
++    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
++    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
++    as_fn_arith $ac_count + 1 && ac_count=$as_val
++    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
++      # Best one so far, save it but keep looking for a better one
++      ac_cv_path_EGREP="$ac_path_EGREP"
++      ac_path_EGREP_max=$ac_count
++    fi
++    # 10*(2^10) chars as input seems more than enough
++    test $ac_count -gt 10 && break
++  done
++  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
++esac
+ 
++      $ac_path_EGREP_found && break 3
++    done
++  done
++  done
++IFS=$as_save_IFS
++  if test -z "$ac_cv_path_EGREP"; then
++    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
++  fi
++else
++  ac_cv_path_EGREP=$EGREP
+ fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_ls_mail_grp" >&5
+-echo "${ECHO_T}$nmh_cv_ls_mail_grp" >&6; }
+-MAIL_SPOOL_GRP=$nmh_cv_ls_mail_grp
+-
+ 
+-
+-case "$host_os" in
+-  linux*) # Like DEFS, but doesn't get stomped on by configure when using config.h:
+-	  if test -z "$CPPFLAGS"; then
+-  CPPFLAGS="-D_GNU_SOURCE"
+-else
+-  CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
++   fi
+ fi
+- ;;
+-esac
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
++$as_echo "$ac_cv_path_EGREP" >&6; }
++ EGREP="$ac_cv_path_EGREP"
+ 
+ 
+-{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
+-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
+-if test "${ac_cv_header_stdc+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
++$as_echo_n "checking for ANSI C header files... " >&6; }
++if ${ac_cv_header_stdc+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ #include <stdlib.h>
+ #include <stdarg.h>
+@@ -6076,85 +6485,53 @@ main ()
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
++if ac_fn_c_try_compile "$LINENO"; then :
+   ac_cv_header_stdc=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_header_stdc=no
++  ac_cv_header_stdc=no
+ fi
+-
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ 
+ if test $ac_cv_header_stdc = yes; then
+   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ #include <string.h>
+ 
+ _ACEOF
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+-  $EGREP "memchr" >/dev/null 2>&1; then
+-  :
++  $EGREP "memchr" >/dev/null 2>&1; then :
++
+ else
+   ac_cv_header_stdc=no
+ fi
+-rm -f -r conftest*
++rm -f conftest*
+ 
+ fi
+ 
+ if test $ac_cv_header_stdc = yes; then
+   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ #include <stdlib.h>
+ 
+ _ACEOF
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+-  $EGREP "free" >/dev/null 2>&1; then
+-  :
++  $EGREP "free" >/dev/null 2>&1; then :
++
+ else
+   ac_cv_header_stdc=no
+ fi
+-rm -f -r conftest*
++rm -f conftest*
+ 
+ fi
+ 
+ if test $ac_cv_header_stdc = yes; then
+   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+-  if test "$cross_compiling" = yes; then
++  if test "$cross_compiling" = yes; then :
+   :
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ #include <ctype.h>
+ #include <stdlib.h>
+@@ -6181,700 +6558,442 @@ main ()
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+-  { (case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_try") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; }; then
+-  :
+-else
+-  echo "$as_me: program exited with status $ac_status" >&5
+-echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++if ac_fn_c_try_run "$LINENO"; then :
+ 
+-( exit $ac_status )
+-ac_cv_header_stdc=no
++else
++  ac_cv_header_stdc=no
+ fi
+-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
++  conftest.$ac_objext conftest.beam conftest.$ac_ext
+ fi
+ 
+-
+ fi
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
+-echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
++$as_echo "$ac_cv_header_stdc" >&6; }
+ if test $ac_cv_header_stdc = yes; then
+ 
+-cat >>confdefs.h <<\_ACEOF
+-#define STDC_HEADERS 1
+-_ACEOF
++$as_echo "#define STDC_HEADERS 1" >>confdefs.h
+ 
+ fi
+ 
+-{ echo "$as_me:$LINENO: checking whether termios.h defines TIOCGWINSZ" >&5
+-echo $ECHO_N "checking whether termios.h defines TIOCGWINSZ... $ECHO_C" >&6; }
+-if test "${ac_cv_sys_tiocgwinsz_in_termios_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
++# On IRIX 5.3, sys/types and inttypes.h are conflicting.
++for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
++		  inttypes.h stdint.h unistd.h
++do :
++  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
++ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
++"
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
++  cat >>confdefs.h <<_ACEOF
++#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <sys/types.h>
+-#include <termios.h>
+-#ifdef TIOCGWINSZ
+-  yes
+-#endif
+ 
+-_ACEOF
+-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+-  $EGREP "yes" >/dev/null 2>&1; then
+-  ac_cv_sys_tiocgwinsz_in_termios_h=yes
+-else
+-  ac_cv_sys_tiocgwinsz_in_termios_h=no
+ fi
+-rm -f -r conftest*
+ 
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5
+-echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_termios_h" >&6; }
++done
+ 
+-if test $ac_cv_sys_tiocgwinsz_in_termios_h != yes; then
+-  { echo "$as_me:$LINENO: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5
+-echo $ECHO_N "checking whether sys/ioctl.h defines TIOCGWINSZ... $ECHO_C" >&6; }
+-if test "${ac_cv_sys_tiocgwinsz_in_sys_ioctl_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++
++ac_fn_c_check_header_mongrel "$LINENO" "lockfile.h" "ac_cv_header_lockfile_h" "$ac_includes_default"
++if test "x$ac_cv_header_lockfile_h" = xyes; then :
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lockfile_create in -llockfile" >&5
++$as_echo_n "checking for lockfile_create in -llockfile... " >&6; }
++if ${ac_cv_lib_lockfile_lockfile_create+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-llockfile  $LIBS"
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-#include <sys/types.h>
+-#include <sys/ioctl.h>
+-#ifdef TIOCGWINSZ
+-  yes
+-#endif
+ 
++/* Override any GCC internal prototype to avoid an error.
++   Use char because int might match the return type of a GCC
++   builtin and then its argument prototype would still apply.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++char lockfile_create ();
++int
++main ()
++{
++return lockfile_create ();
++  ;
++  return 0;
++}
+ _ACEOF
+-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+-  $EGREP "yes" >/dev/null 2>&1; then
+-  ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
++if ac_fn_c_try_link "$LINENO"; then :
++  ac_cv_lib_lockfile_lockfile_create=yes
+ else
+-  ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=no
++  ac_cv_lib_lockfile_lockfile_create=no
+ fi
+-rm -f -r conftest*
+-
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5
+-echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6; }
+-
+-  if test $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h = yes; then
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define GWINSZ_IN_SYS_IOCTL 1
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_lockfile_create" >&5
++$as_echo "$ac_cv_lib_lockfile_lockfile_create" >&6; }
++if test "x$ac_cv_lib_lockfile_lockfile_create" = xyes; then :
++  cat >>confdefs.h <<_ACEOF
++#define HAVE_LIBLOCKFILE 1
+ _ACEOF
+ 
+-  fi
+-fi
+-
+-
+-
+-
+-
+-
+-
+-
+-
++  LIBS="-llockfile $LIBS"
+ 
++fi
+ 
++fi
+ 
+ 
+ 
+-for ac_header in errno.h fcntl.h crypt.h ncurses/termcap.h termcap.h \
+-                  langinfo.h wchar.h wctype.h iconv.h netdb.h \
+-                  sys/param.h sys/time.h sys/stream.h
+-do
+-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+-  { echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-fi
+-ac_res=`eval echo '${'$as_ac_Header'}'`
+-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+-echo "${ECHO_T}$ac_res" >&6; }
++# Extract the first word of "dotlockfile", so it can be a program name with args.
++set dummy dotlockfile; ac_word=$2
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
++$as_echo_n "checking for $ac_word... " >&6; }
++if ${ac_cv_path_dotlockfilepath+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  # Is the header compilable?
+-{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
+-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-$ac_includes_default
+-#include <$ac_header>
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
++  case $dotlockfilepath in
++  [\\/]* | ?:[\\/]*)
++  ac_cv_path_dotlockfilepath="$dotlockfilepath" # Let the user override the test with a path.
++  ;;
++  *)
++  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
++for as_dir in $PATH
++do
++  IFS=$as_save_IFS
++  test -z "$as_dir" && as_dir=.
++    for ac_exec_ext in '' $ac_executable_extensions; do
++  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
++    ac_cv_path_dotlockfilepath="$as_dir/$ac_word$ac_exec_ext"
++    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++    break 2
++  fi
++done
++  done
++IFS=$as_save_IFS
++
++  test -z "$ac_cv_path_dotlockfilepath" && ac_cv_path_dotlockfilepath="no"
++  ;;
+ esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_header_compiler=yes
++fi
++dotlockfilepath=$ac_cv_path_dotlockfilepath
++if test -n "$dotlockfilepath"; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dotlockfilepath" >&5
++$as_echo "$dotlockfilepath" >&6; }
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_header_compiler=no
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ fi
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6; }
+ 
+-# Is the header present?
+-{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
+-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <$ac_header>
+-_ACEOF
+-if { (ac_try="$ac_cpp conftest.$ac_ext"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } >/dev/null && {
+-	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       }; then
+-  ac_header_preproc=yes
++if test "$ac_cv_lib_lockfile_lockfile_create" != "no" ; then
++  if test "$ac_cv_path_dotlockfilepath" != "no" ; then
++    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dotlockfile is setgid" >&5
++$as_echo_n "checking whether dotlockfile is setgid... " >&6; }
++if ${nmh_cv_dotlockfile_setgid+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++   if test -g "$ac_cv_path_dotlockfilepath" ; then
++        nmh_cv_dotlockfile_setgid=yes
++      else
++        nmh_cv_dotlockfile_setgid=no
++      fi
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_dotlockfile_setgid" >&5
++$as_echo "$nmh_cv_dotlockfile_setgid" >&6; }
++  fi
++fi
+ 
+-  ac_header_preproc=no
++if test x"$DISABLE_SETGID_MAIL" != x -a x"$DISABLE_SETGID_MAIL" != x0; then
++  nmh_cv_dotlockfile_setgid=yes
+ fi
+ 
+-rm -f conftest.err conftest.$ac_ext
+-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6; }
++if test x"$LOCKTYPE" = x"dot" -a x"$nmh_cv_mailspool_world_writable" = x"no" -a x"$nmh_cv_dotlockfile_setgid" != x"yes" ; then
+ 
+-# So?  What about this header?
+-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+-  yes:no: )
+-    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
+-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
+-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
+-    ac_header_preproc=yes
+-    ;;
+-  no:yes:* )
+-    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
+-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
+-echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
+-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
+-echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
+-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
+-    ( cat <<\_ASBOX
+-## ------------------------------------- ##
+-## Report this to nmh-workers at nongnu.org ##
+-## ------------------------------------- ##
+-_ASBOX
+-     ) | sed "s/^/$as_me: WARNING:     /" >&2
+-    ;;
+-esac
+-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
+-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  eval "$as_ac_Header=\$ac_header_preproc"
++$as_echo "#define MAILGROUP 1" >>confdefs.h
++  SETGID_MAIL=1
+ fi
+-ac_res=`eval echo '${'$as_ac_Header'}'`
+-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+-echo "${ECHO_T}$ac_res" >&6; }
+ 
+-fi
+-if test `eval echo '${'$as_ac_Header'}'` = yes; then
+-  cat >>confdefs.h <<_ACEOF
+-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
+-_ACEOF
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what group owns the mail spool" >&5
++$as_echo_n "checking what group owns the mail spool... " >&6; }
++if ${nmh_cv_ls_mail_grp+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  nmh_cv_ls_mail_grp=`$lspath -dL $nmh_cv_ls_grpopt $mailspool|$AWK '{print $4}'`
+ 
+ fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_ls_mail_grp" >&5
++$as_echo "$nmh_cv_ls_mail_grp" >&6; }
++MAIL_SPOOL_GRP=$nmh_cv_ls_mail_grp
+ 
+-done
+ 
+ 
+-if test "${ac_cv_header_libio_h+set}" = set; then
+-  { echo "$as_me:$LINENO: checking for libio.h" >&5
+-echo $ECHO_N "checking for libio.h... $ECHO_C" >&6; }
+-if test "${ac_cv_header_libio_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_header_libio_h" >&5
+-echo "${ECHO_T}$ac_cv_header_libio_h" >&6; }
++case "$host_os" in #(
++  linux*) :
++    # Like DEFS, but doesn't get stomped on by configure when using config.h:
++	  if test -z "$CPPFLAGS"; then :
++  CPPFLAGS="-D_GNU_SOURCE"
+ else
+-  # Is the header compilable?
+-{ echo "$as_me:$LINENO: checking libio.h usability" >&5
+-echo $ECHO_N "checking libio.h usability... $ECHO_C" >&6; }
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-$ac_includes_default
+-#include <libio.h>
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
++  CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
++fi ;; #(
++  *) :
++     ;;
+ esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_header_compiler=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+ 
+-	ac_header_compiler=no
+-fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
++$as_echo_n "checking for ANSI C header files... " >&6; }
++if ${ac_cv_header_stdc+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#include <stdlib.h>
++#include <stdarg.h>
++#include <string.h>
++#include <float.h>
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6; }
++int
++main ()
++{
+ 
+-# Is the header present?
+-{ echo "$as_me:$LINENO: checking libio.h presence" >&5
+-echo $ECHO_N "checking libio.h presence... $ECHO_C" >&6; }
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <libio.h>
++  ;
++  return 0;
++}
+ _ACEOF
+-if { (ac_try="$ac_cpp conftest.$ac_ext"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } >/dev/null && {
+-	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       }; then
+-  ac_header_preproc=yes
++if ac_fn_c_try_compile "$LINENO"; then :
++  ac_cv_header_stdc=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-  ac_header_preproc=no
++  ac_cv_header_stdc=no
+ fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ 
+-rm -f conftest.err conftest.$ac_ext
+-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6; }
++if test $ac_cv_header_stdc = yes; then
++  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#include <string.h>
++
++_ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "memchr" >/dev/null 2>&1; then :
+ 
+-# So?  What about this header?
+-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+-  yes:no: )
+-    { echo "$as_me:$LINENO: WARNING: libio.h: accepted by the compiler, rejected by the preprocessor!" >&5
+-echo "$as_me: WARNING: libio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: libio.h: proceeding with the compiler's result" >&5
+-echo "$as_me: WARNING: libio.h: proceeding with the compiler's result" >&2;}
+-    ac_header_preproc=yes
+-    ;;
+-  no:yes:* )
+-    { echo "$as_me:$LINENO: WARNING: libio.h: present but cannot be compiled" >&5
+-echo "$as_me: WARNING: libio.h: present but cannot be compiled" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: libio.h:     check for missing prerequisite headers?" >&5
+-echo "$as_me: WARNING: libio.h:     check for missing prerequisite headers?" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: libio.h: see the Autoconf documentation" >&5
+-echo "$as_me: WARNING: libio.h: see the Autoconf documentation" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: libio.h:     section \"Present But Cannot Be Compiled\"" >&5
+-echo "$as_me: WARNING: libio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: libio.h: proceeding with the preprocessor's result" >&5
+-echo "$as_me: WARNING: libio.h: proceeding with the preprocessor's result" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: libio.h: in the future, the compiler will take precedence" >&5
+-echo "$as_me: WARNING: libio.h: in the future, the compiler will take precedence" >&2;}
+-    ( cat <<\_ASBOX
+-## ------------------------------------- ##
+-## Report this to nmh-workers at nongnu.org ##
+-## ------------------------------------- ##
+-_ASBOX
+-     ) | sed "s/^/$as_me: WARNING:     /" >&2
+-    ;;
+-esac
+-{ echo "$as_me:$LINENO: checking for libio.h" >&5
+-echo $ECHO_N "checking for libio.h... $ECHO_C" >&6; }
+-if test "${ac_cv_header_libio_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+-  ac_cv_header_libio_h=$ac_header_preproc
++  ac_cv_header_stdc=no
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_header_libio_h" >&5
+-echo "${ECHO_T}$ac_cv_header_libio_h" >&6; }
++rm -f conftest*
+ 
+ fi
+-if test $ac_cv_header_libio_h = yes; then
+ 
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++if test $ac_cv_header_stdc = yes; then
++  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-#include <libio.h>
++#include <stdlib.h>
+ 
+ _ACEOF
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+-  $EGREP "_IO_write_ptr" >/dev/null 2>&1; then
+-
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define LINUX_STDIO 1
+-_ACEOF
++  $EGREP "free" >/dev/null 2>&1; then :
+ 
++else
++  ac_cv_header_stdc=no
+ fi
+-rm -f -r conftest*
++rm -f conftest*
+ 
+ fi
+ 
+-
+-
+-{ echo "$as_me:$LINENO: checking for sys/ptem.h" >&5
+-echo $ECHO_N "checking for sys/ptem.h... $ECHO_C" >&6; }
+-if test "${ac_cv_header_sys_ptem_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++if test $ac_cv_header_stdc = yes; then
++  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
++  if test "$cross_compiling" = yes; then :
++  :
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-#if HAVE_SYS_STREAM_H
+-#  include <sys/stream.h>
++#include <ctype.h>
++#include <stdlib.h>
++#if ((' ' & 0x0FF) == 0x020)
++# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
++# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
++#else
++# define ISLOWER(c) \
++		   (('a' <= (c) && (c) <= 'i') \
++		     || ('j' <= (c) && (c) <= 'r') \
++		     || ('s' <= (c) && (c) <= 'z'))
++# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
+ #endif
+ 
+-
+-#include <sys/ptem.h>
++#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
++int
++main ()
++{
++  int i;
++  for (i = 0; i < 256; i++)
++    if (XOR (islower (i), ISLOWER (i))
++	|| toupper (i) != TOUPPER (i))
++      return 2;
++  return 0;
++}
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_header_sys_ptem_h=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++if ac_fn_c_try_run "$LINENO"; then :
+ 
+-	ac_cv_header_sys_ptem_h=no
++else
++  ac_cv_header_stdc=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
++  conftest.$ac_objext conftest.beam conftest.$ac_ext
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_ptem_h" >&5
+-echo "${ECHO_T}$ac_cv_header_sys_ptem_h" >&6; }
+-if test $ac_cv_header_sys_ptem_h = yes; then
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define WINSIZE_IN_PTEM 1
+-_ACEOF
+ 
+ fi
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
++$as_echo "$ac_cv_header_stdc" >&6; }
++if test $ac_cv_header_stdc = yes; then
+ 
++$as_echo "#define STDC_HEADERS 1" >>confdefs.h
+ 
++fi
+ 
+-
+-
+-
+-
+-
+-
+-for ac_func in wcwidth mbtowc writev lstat nl_langinfo getutxent
+-do
+-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
+-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
+-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether termios.h defines TIOCGWINSZ" >&5
++$as_echo_n "checking whether termios.h defines TIOCGWINSZ... " >&6; }
++if ${ac_cv_sys_tiocgwinsz_in_termios_h+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
+-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+-#define $ac_func innocuous_$ac_func
+-
+-/* System header to define __stub macros and hopefully few prototypes,
+-    which can conflict with char $ac_func (); below.
+-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-    <limits.h> exists even on freestanding compilers.  */
+-
+-#ifdef __STDC__
+-# include <limits.h>
+-#else
+-# include <assert.h>
++#include <sys/types.h>
++#include <termios.h>
++#ifdef TIOCGWINSZ
++  yes
+ #endif
+ 
+-#undef $ac_func
++_ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "yes" >/dev/null 2>&1; then :
++  ac_cv_sys_tiocgwinsz_in_termios_h=yes
++else
++  ac_cv_sys_tiocgwinsz_in_termios_h=no
++fi
++rm -f conftest*
+ 
+-/* Override any GCC internal prototype to avoid an error.
+-   Use char because int might match the return type of a GCC
+-   builtin and then its argument prototype would still apply.  */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-char $ac_func ();
+-/* The GNU C library defines this for functions which it implements
+-    to always fail with ENOSYS.  Some functions are actually named
+-    something starting with __ and the normal name is an alias.  */
+-#if defined __stub_$ac_func || defined __stub___$ac_func
+-choke me
+-#endif
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5
++$as_echo "$ac_cv_sys_tiocgwinsz_in_termios_h" >&6; }
+ 
+-int
+-main ()
+-{
+-return $ac_func ();
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
+-  eval "$as_ac_var=yes"
++if test $ac_cv_sys_tiocgwinsz_in_termios_h != yes; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5
++$as_echo_n "checking whether sys/ioctl.h defines TIOCGWINSZ... " >&6; }
++if ${ac_cv_sys_tiocgwinsz_in_sys_ioctl_h+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#include <sys/types.h>
++#include <sys/ioctl.h>
++#ifdef TIOCGWINSZ
++  yes
++#endif
++
++_ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "yes" >/dev/null 2>&1; then :
++  ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
++  ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=no
++fi
++rm -f conftest*
+ 
+-	eval "$as_ac_var=no"
+ fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5
++$as_echo "$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6; }
++
++  if test $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h = yes; then
++
++$as_echo "#define GWINSZ_IN_SYS_IOCTL 1" >>confdefs.h
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++  fi
+ fi
+-ac_res=`eval echo '${'$as_ac_var'}'`
+-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+-echo "${ECHO_T}$ac_res" >&6; }
+-if test `eval echo '${'$as_ac_var'}'` = yes; then
++
++for ac_header in errno.h fcntl.h crypt.h ncurses/termcap.h termcap.h \
++                  langinfo.h wchar.h wctype.h iconv.h netdb.h \
++                  sys/param.h sys/time.h sys/stream.h
++do :
++  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
++ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
++#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+ 
+ fi
++
+ done
+ 
+ 
+-if test "x$ac_cv_header_wchar_h" = "xyes" -a "x$ac_cv_header_wctype_h" = "xyes" \
+-    -a "x$ac_cv_func_wcwidth" = "xyes" -a "x$ac_cv_func_mbtowc" = "xyes"; then
++ac_fn_c_check_header_mongrel "$LINENO" "libio.h" "ac_cv_header_libio_h" "$ac_includes_default"
++if test "x$ac_cv_header_libio_h" = xyes; then :
++
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#include <libio.h>
+ 
+-cat >>confdefs.h <<\_ACEOF
+-#define MULTIBYTE_SUPPORT 1
+ _ACEOF
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "_IO_write_ptr" >/dev/null 2>&1; then :
++
++
++$as_echo "#define LINUX_STDIO 1" >>confdefs.h
+ 
+ fi
++rm -f conftest*
+ 
+-{ echo "$as_me:$LINENO: checking for modf" >&5
+-echo $ECHO_N "checking for modf... $ECHO_C" >&6; }
+-if test "${ac_cv_func_modf+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-/* Define modf to an innocuous variant, in case <limits.h> declares modf.
+-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+-#define modf innocuous_modf
++fi
+ 
+-/* System header to define __stub macros and hopefully few prototypes,
+-    which can conflict with char modf (); below.
+-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-    <limits.h> exists even on freestanding compilers.  */
+ 
+-#ifdef __STDC__
+-# include <limits.h>
+-#else
+-# include <assert.h>
++
++ac_fn_c_check_header_compile "$LINENO" "sys/ptem.h" "ac_cv_header_sys_ptem_h" "#if HAVE_SYS_STREAM_H
++#  include <sys/stream.h>
+ #endif
+ 
+-#undef modf
++"
++if test "x$ac_cv_header_sys_ptem_h" = xyes; then :
+ 
+-/* Override any GCC internal prototype to avoid an error.
+-   Use char because int might match the return type of a GCC
+-   builtin and then its argument prototype would still apply.  */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-char modf ();
+-/* The GNU C library defines this for functions which it implements
+-    to always fail with ENOSYS.  Some functions are actually named
+-    something starting with __ and the normal name is an alias.  */
+-#if defined __stub_modf || defined __stub___modf
+-choke me
+-#endif
++$as_echo "#define WINSIZE_IN_PTEM 1" >>confdefs.h
+ 
+-int
+-main ()
+-{
+-return modf ();
+-  ;
+-  return 0;
+-}
++fi
++
++
++
++for ac_func in wcwidth mbtowc writev lstat nl_langinfo getutxent
++do :
++  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
++ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
++if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
++  cat >>confdefs.h <<_ACEOF
++#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
+-  ac_cv_func_modf=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+ 
+-	ac_cv_func_modf=no
+ fi
++done
++
++
++if test "x$ac_cv_header_wchar_h" = "xyes" -a "x$ac_cv_header_wctype_h" = "xyes" \
++    -a "x$ac_cv_func_wcwidth" = "xyes" -a "x$ac_cv_func_mbtowc" = "xyes"; then
++
++$as_echo "#define MULTIBYTE_SUPPORT 1" >>confdefs.h
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_func_modf" >&5
+-echo "${ECHO_T}$ac_cv_func_modf" >&6; }
+-if test $ac_cv_func_modf = yes; then
+-  :
+-else
+ 
+-{ echo "$as_me:$LINENO: checking for modf in -lm" >&5
+-echo $ECHO_N "checking for modf in -lm... $ECHO_C" >&6; }
+-if test "${ac_cv_lib_m_modf+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++ac_fn_c_check_func "$LINENO" "modf" "ac_cv_func_modf"
++if test "x$ac_cv_func_modf" = xyes; then :
++
++else
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf in -lm" >&5
++$as_echo_n "checking for modf in -lm... " >&6; }
++if ${ac_cv_lib_m_modf+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+ LIBS="-lm  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -6892,39 +7011,18 @@ return modf ();
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   ac_cv_lib_m_modf=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_lib_m_modf=no
++  ac_cv_lib_m_modf=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_modf" >&5
+-echo "${ECHO_T}$ac_cv_lib_m_modf" >&6; }
+-if test $ac_cv_lib_m_modf = yes; then
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_modf" >&5
++$as_echo "$ac_cv_lib_m_modf" >&6; }
++if test "x$ac_cv_lib_m_modf" = xyes; then :
+   cat >>confdefs.h <<_ACEOF
+ #define HAVE_LIBM 1
+ _ACEOF
+@@ -6936,17 +7034,13 @@ fi
+ fi
+ 
+ 
+-{ echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
+-echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
+-if test "${ac_cv_search_gethostbyname+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
++$as_echo_n "checking for library containing gethostbyname... " >&6; }
++if ${ac_cv_search_gethostbyname+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_func_search_save_LIBS=$LIBS
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -6971,69 +7065,40 @@ for ac_lib in '' nsl; do
+     ac_res=-l$ac_lib
+     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
+   fi
+-  rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++  if ac_fn_c_try_link "$LINENO"; then :
+   ac_cv_search_gethostbyname=$ac_res
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext
+-  if test "${ac_cv_search_gethostbyname+set}" = set; then
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext
++  if ${ac_cv_search_gethostbyname+:} false; then :
+   break
+ fi
+ done
+-if test "${ac_cv_search_gethostbyname+set}" = set; then
+-  :
++if ${ac_cv_search_gethostbyname+:} false; then :
++
+ else
+   ac_cv_search_gethostbyname=no
+ fi
+ rm conftest.$ac_ext
+ LIBS=$ac_func_search_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
+-echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
++$as_echo "$ac_cv_search_gethostbyname" >&6; }
+ ac_res=$ac_cv_search_gethostbyname
+-if test "$ac_res" != no; then
++if test "$ac_res" != no; then :
+   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+ 
+ else
+-  { { echo "$as_me:$LINENO: error: gethostbyname not found" >&5
+-echo "$as_me: error: gethostbyname not found" >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "gethostbyname not found" "$LINENO" 5
+ fi
+ 
+- { echo "$as_me:$LINENO: checking for library containing connect" >&5
+-echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
+-if test "${ac_cv_search_connect+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
++$as_echo_n "checking for library containing connect... " >&6; }
++if ${ac_cv_search_connect+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_func_search_save_LIBS=$LIBS
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -7058,82 +7123,53 @@ for ac_lib in '' socket; do
+     ac_res=-l$ac_lib
+     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
+   fi
+-  rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++  if ac_fn_c_try_link "$LINENO"; then :
+   ac_cv_search_connect=$ac_res
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext
+-  if test "${ac_cv_search_connect+set}" = set; then
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext
++  if ${ac_cv_search_connect+:} false; then :
+   break
+ fi
+ done
+-if test "${ac_cv_search_connect+set}" = set; then
+-  :
++if ${ac_cv_search_connect+:} false; then :
++
+ else
+   ac_cv_search_connect=no
+ fi
+ rm conftest.$ac_ext
+ LIBS=$ac_func_search_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
+-echo "${ECHO_T}$ac_cv_search_connect" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
++$as_echo "$ac_cv_search_connect" >&6; }
+ ac_res=$ac_cv_search_connect
+-if test "$ac_res" != no; then
++if test "$ac_res" != no; then :
+   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+ 
+ else
+-  { { echo "$as_me:$LINENO: error: connect not found" >&5
+-echo "$as_me: error: connect not found" >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "connect not found" "$LINENO" 5
+ fi
+ 
+ 
+ 
+ 
+ # Check whether --with-readline was given.
+-if test "${with_readline+set}" = set; then
++if test "${with_readline+set}" = set; then :
+   withval=$with_readline;
+ else
+   with_readline=maybe
+ fi
+ 
+-if test x"$with_readline" = xyes -o x"$with_readline" = xmaybe; then
++if test x"$with_readline" = xyes -o x"$with_readline" = xmaybe; then :
+   save_LIBS="$LIBS"
+     LIBS=
+-    { echo "$as_me:$LINENO: checking for library containing readline" >&5
+-echo $ECHO_N "checking for library containing readline... $ECHO_C" >&6; }
+-if test "${ac_cv_search_readline+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing readline" >&5
++$as_echo_n "checking for library containing readline... " >&6; }
++if ${ac_cv_search_readline+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_func_search_save_LIBS=$LIBS
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -7158,86 +7194,53 @@ for ac_lib in '' readline editline; do
+     ac_res=-l$ac_lib
+     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
+   fi
+-  rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++  if ac_fn_c_try_link "$LINENO"; then :
+   ac_cv_search_readline=$ac_res
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext
+-  if test "${ac_cv_search_readline+set}" = set; then
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext
++  if ${ac_cv_search_readline+:} false; then :
+   break
+ fi
+ done
+-if test "${ac_cv_search_readline+set}" = set; then
+-  :
++if ${ac_cv_search_readline+:} false; then :
++
+ else
+   ac_cv_search_readline=no
+ fi
+ rm conftest.$ac_ext
+ LIBS=$ac_func_search_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_search_readline" >&5
+-echo "${ECHO_T}$ac_cv_search_readline" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_readline" >&5
++$as_echo "$ac_cv_search_readline" >&6; }
+ ac_res=$ac_cv_search_readline
+-if test "$ac_res" != no; then
++if test "$ac_res" != no; then :
+   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+   READLINELIB="$LIBS"
+ 
+-cat >>confdefs.h <<\_ACEOF
+-#define READLINE_SUPPORT 1
+-_ACEOF
++$as_echo "#define READLINE_SUPPORT 1" >>confdefs.h
+ 
+ else
+-  if test x"$with_readline" = xyes; then
+-  { { echo "$as_me:$LINENO: error: Unable to find a readline library" >&5
+-echo "$as_me: error: Unable to find a readline library" >&2;}
+-   { (exit 1); exit 1; }; }
++  if test x"$with_readline" = xyes; then :
++  as_fn_error $? "Unable to find a readline library" "$LINENO" 5
+ fi
+-
+ fi
+ 
+     LIBS="$save_LIBS"
+ fi
+ 
+ 
+-
+ termcap_curses_order="termcap curses ncurses"
+ for lib in $termcap_curses_order; do
+-  as_ac_Lib=`echo "ac_cv_lib_${lib}''_tgetent" | $as_tr_sh`
+-{ echo "$as_me:$LINENO: checking for tgetent in -l${lib}" >&5
+-echo $ECHO_N "checking for tgetent in -l${lib}... $ECHO_C" >&6; }
+-if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  as_ac_Lib=`$as_echo "ac_cv_lib_${lib}''_tgetent" | $as_tr_sh`
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -l${lib}" >&5
++$as_echo_n "checking for tgetent in -l${lib}... " >&6; }
++if eval \${$as_ac_Lib+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+ LIBS="-l${lib}  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -7255,158 +7258,50 @@ return tgetent ();
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   eval "$as_ac_Lib=yes"
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	eval "$as_ac_Lib=no"
++  eval "$as_ac_Lib=no"
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-ac_res=`eval echo '${'$as_ac_Lib'}'`
+-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+-echo "${ECHO_T}$ac_res" >&6; }
+-if test `eval echo '${'$as_ac_Lib'}'` = yes; then
++eval ac_res=\$$as_ac_Lib
++	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
++$as_echo "$ac_res" >&6; }
++if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
+   TERMLIB="-l$lib"; break
+ fi
+ 
+ done
+-if test "x$TERMLIB" = "x"; then
+-  { { echo "$as_me:$LINENO: error: Could not find tgetent in any library.  Is there a curses
++if test "x$TERMLIB" = "x"; then :
++  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "Could not find tgetent in any library.  Is there a curses
+ or ncurses library or package that you can install?
+-See \`config.log' for more details." >&5
+-echo "$as_me: error: Could not find tgetent in any library.  Is there a curses
+-or ncurses library or package that you can install?
+-See \`config.log' for more details." >&2;}
+-   { (exit 1); exit 1; }; }
++See \`config.log' for more details" "$LINENO" 5; }
+ fi
+ 
+ 
+ 
+-
+ if test "x$ac_cv_header_iconv_h" = "xyes"; then
+-  { echo "$as_me:$LINENO: checking for iconv" >&5
+-echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
+-if test "${ac_cv_func_iconv+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-/* Define iconv to an innocuous variant, in case <limits.h> declares iconv.
+-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+-#define iconv innocuous_iconv
+-
+-/* System header to define __stub macros and hopefully few prototypes,
+-    which can conflict with char iconv (); below.
+-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-    <limits.h> exists even on freestanding compilers.  */
+-
+-#ifdef __STDC__
+-# include <limits.h>
+-#else
+-# include <assert.h>
+-#endif
+-
+-#undef iconv
+-
+-/* Override any GCC internal prototype to avoid an error.
+-   Use char because int might match the return type of a GCC
+-   builtin and then its argument prototype would still apply.  */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-char iconv ();
+-/* The GNU C library defines this for functions which it implements
+-    to always fail with ENOSYS.  Some functions are actually named
+-    something starting with __ and the normal name is an alias.  */
+-#if defined __stub_iconv || defined __stub___iconv
+-choke me
+-#endif
+-
+-int
+-main ()
+-{
+-return iconv ();
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
+-  ac_cv_func_iconv=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_func_iconv=no
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_func_iconv" >&5
+-echo "${ECHO_T}$ac_cv_func_iconv" >&6; }
+-if test $ac_cv_func_iconv = yes; then
++  ac_fn_c_check_func "$LINENO" "iconv" "ac_cv_func_iconv"
++if test "x$ac_cv_func_iconv" = xyes; then :
+   ac_found_iconv=yes
+ else
+   ac_found_iconv=no
+ fi
+ 
+   if test "x$ac_found_iconv" = "xno"; then
+-    { echo "$as_me:$LINENO: checking for iconv in -liconv" >&5
+-echo $ECHO_N "checking for iconv in -liconv... $ECHO_C" >&6; }
+-if test "${ac_cv_lib_iconv_iconv+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv in -liconv" >&5
++$as_echo_n "checking for iconv in -liconv... " >&6; }
++if ${ac_cv_lib_iconv_iconv+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+ LIBS="-liconv  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -7424,55 +7319,30 @@ return iconv ();
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   ac_cv_lib_iconv_iconv=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_lib_iconv_iconv=no
++  ac_cv_lib_iconv_iconv=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_iconv" >&5
+-echo "${ECHO_T}$ac_cv_lib_iconv_iconv" >&6; }
+-if test $ac_cv_lib_iconv_iconv = yes; then
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_iconv" >&5
++$as_echo "$ac_cv_lib_iconv_iconv" >&6; }
++if test "x$ac_cv_lib_iconv_iconv" = xyes; then :
+   ac_found_iconv=yes
+ fi
+ 
+     if test "x$ac_found_iconv" = "xno"; then
+-      { echo "$as_me:$LINENO: checking for libiconv in -liconv" >&5
+-echo $ECHO_N "checking for libiconv in -liconv... $ECHO_C" >&6; }
+-if test "${ac_cv_lib_iconv_libiconv+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libiconv in -liconv" >&5
++$as_echo_n "checking for libiconv in -liconv... " >&6; }
++if ${ac_cv_lib_iconv_libiconv+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+ LIBS="-liconv  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -7490,113 +7360,37 @@ return libiconv ();
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
+-  ac_cv_lib_iconv_libiconv=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_lib_iconv_libiconv=no
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_libiconv" >&5
+-echo "${ECHO_T}$ac_cv_lib_iconv_libiconv" >&6; }
+-if test $ac_cv_lib_iconv_libiconv = yes; then
+-  ac_found_iconv=yes
+-fi
+-
+-    fi
+-    if test "x$ac_found_iconv" != "xno"; then
+-      ICONVLIB="-liconv"
+-    fi
+-  else
+-        { echo "$as_me:$LINENO: checking whether _libiconv_version is declared" >&5
+-echo $ECHO_N "checking whether _libiconv_version is declared... $ECHO_C" >&6; }
+-if test "${ac_cv_have_decl__libiconv_version+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+- #include <iconv.h>
+-
+-int
+-main ()
+-{
+-#ifndef _libiconv_version
+-  (void) _libiconv_version;
+-#endif
+-
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_have_decl__libiconv_version=yes
++if ac_fn_c_try_link "$LINENO"; then :
++  ac_cv_lib_iconv_libiconv=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_have_decl__libiconv_version=no
++  ac_cv_lib_iconv_libiconv=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_libiconv" >&5
++$as_echo "$ac_cv_lib_iconv_libiconv" >&6; }
++if test "x$ac_cv_lib_iconv_libiconv" = xyes; then :
++  ac_found_iconv=yes
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_have_decl__libiconv_version" >&5
+-echo "${ECHO_T}$ac_cv_have_decl__libiconv_version" >&6; }
+-if test $ac_cv_have_decl__libiconv_version = yes; then
+-   { echo "$as_me:$LINENO: checking for libiconv in -liconv" >&5
+-echo $ECHO_N "checking for libiconv in -liconv... $ECHO_C" >&6; }
+-if test "${ac_cv_lib_iconv_libiconv+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++
++    fi
++    if test "x$ac_found_iconv" != "xno"; then
++      ICONVLIB="-liconv"
++    fi
++  else
++        ac_fn_c_check_decl "$LINENO" "_libiconv_version" "ac_cv_have_decl__libiconv_version" " #include <iconv.h>
++"
++if test "x$ac_cv_have_decl__libiconv_version" = xyes; then :
++   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libiconv in -liconv" >&5
++$as_echo_n "checking for libiconv in -liconv... " >&6; }
++if ${ac_cv_lib_iconv_libiconv+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+ LIBS="-liconv  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -7614,39 +7408,18 @@ return libiconv ();
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   ac_cv_lib_iconv_libiconv=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_lib_iconv_libiconv=no
++  ac_cv_lib_iconv_libiconv=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_libiconv" >&5
+-echo "${ECHO_T}$ac_cv_lib_iconv_libiconv" >&6; }
+-if test $ac_cv_lib_iconv_libiconv = yes; then
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_libiconv" >&5
++$as_echo "$ac_cv_lib_iconv_libiconv" >&6; }
++if test "x$ac_cv_lib_iconv_libiconv" = xyes; then :
+   LIBS="-liconv $LIBS"
+ fi
+ 
+@@ -7656,24 +7429,18 @@ fi
+ fi
+ if test "x$ac_found_iconv" = xyes; then
+ 
+-cat >>confdefs.h <<\_ACEOF
+-#define HAVE_ICONV 1
+-_ACEOF
++$as_echo "#define HAVE_ICONV 1" >>confdefs.h
+ 
+ fi
+ 
+ 
+ if test "x$ac_found_iconv" = "xyes"; then
+-  { echo "$as_me:$LINENO: checking for iconv declaration" >&5
+-echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6; }
+-if test "${ac_cv_iconv_const+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
++$as_echo_n "checking for iconv declaration... " >&6; }
++if ${ac_cv_iconv_const+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ #include <stdlib.h>
+         #include <iconv.h>
+@@ -7692,35 +7459,15 @@ main ()
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
++if ac_fn_c_try_compile "$LINENO"; then :
+   ac_cv_iconv_const=
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_iconv_const=const
++  ac_cv_iconv_const=const
+ fi
+-
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_iconv_const" >&5
+-echo "${ECHO_T}$ac_cv_iconv_const" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_iconv_const" >&5
++$as_echo "$ac_cv_iconv_const" >&6; }
+ 
+ cat >>confdefs.h <<_ACEOF
+ #define ICONV_CONST $ac_cv_iconv_const
+@@ -7731,7 +7478,7 @@ fi
+ 
+ 
+ # Check whether --with-ndbm was given.
+-if test "${with_ndbm+set}" = set; then
++if test "${with_ndbm+set}" = set; then :
+   withval=$with_ndbm; nmh_ndbm=$withval
+ else
+   nmh_ndbm=autodetect
+@@ -7739,7 +7486,7 @@ fi
+ 
+ 
+ # Check whether --with-ndbmheader was given.
+-if test "${with_ndbmheader+set}" = set; then
++if test "${with_ndbmheader+set}" = set; then :
+   withval=$with_ndbmheader; nmh_ndbmheader=$withval
+ else
+   nmh_ndbmheader=autodetect
+@@ -7748,31 +7495,25 @@ fi
+ 
+ if test "$nmh_ndbm" = "autodetect"; then
+   if test "$nmh_ndbmheader" != "autodetect"; then
+-    { { echo "$as_me:$LINENO: error: must specify both --with-ndbm and --with-ndbmheader or neither" >&5
+-echo "$as_me: error: must specify both --with-ndbm and --with-ndbmheader or neither" >&2;}
+-   { (exit 1); exit 1; }; }
++    as_fn_error $? "must specify both --with-ndbm and --with-ndbmheader or neither" "$LINENO" 5
+   else
+ 
+ 
+ 
+ if test "x" = "x"; then
+   nmh_libs=
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h" >&5
+-echo $ECHO_N "checking for dbm in ndbm.h... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h" >&5
++$as_echo_n "checking for dbm in ndbm.h... " >&6; }
+ else
+   nmh_libs="-l "
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h and " >&5
+-echo $ECHO_N "checking for dbm in ndbm.h and ... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h and " >&5
++$as_echo_n "checking for dbm in ndbm.h and ... " >&6; }
+ fi
+ 
+ 
+ nmh_saved_libs="$LIBS"
+ LIBS="$nmh_libs  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ #define DB_DBM_HSEARCH 1
+@@ -7786,64 +7527,39 @@ dbm_open("",0,0);
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   nmh_ndbm_found=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	nmh_ndbm_found=no
++  nmh_ndbm_found=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS="$nmh_saved_libs"
+ 
+ if test "$nmh_ndbm_found" = "yes"; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   nmh_ndbmheader="ndbm.h"
+   nmh_ndbm=""
+ 
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ 
+ if test "xdb" = "x"; then
+   nmh_libs=
+-  { echo "$as_me:$LINENO: checking for dbm in db.h" >&5
+-echo $ECHO_N "checking for dbm in db.h... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in db.h" >&5
++$as_echo_n "checking for dbm in db.h... " >&6; }
+ else
+   nmh_libs="-ldb "
+-  { echo "$as_me:$LINENO: checking for dbm in db.h and db" >&5
+-echo $ECHO_N "checking for dbm in db.h and db... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in db.h and db" >&5
++$as_echo_n "checking for dbm in db.h and db... " >&6; }
+ fi
+ 
+ 
+ nmh_saved_libs="$LIBS"
+ LIBS="$nmh_libs  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ #define DB_DBM_HSEARCH 1
+@@ -7857,64 +7573,39 @@ dbm_open("",0,0);
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   nmh_ndbm_found=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	nmh_ndbm_found=no
++  nmh_ndbm_found=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS="$nmh_saved_libs"
+ 
+ if test "$nmh_ndbm_found" = "yes"; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   nmh_ndbmheader="db.h"
+   nmh_ndbm="db"
+ 
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ 
+ if test "xdb" = "x"; then
+   nmh_libs=
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h" >&5
+-echo $ECHO_N "checking for dbm in ndbm.h... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h" >&5
++$as_echo_n "checking for dbm in ndbm.h... " >&6; }
+ else
+   nmh_libs="-ldb "
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h and db" >&5
+-echo $ECHO_N "checking for dbm in ndbm.h and db... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h and db" >&5
++$as_echo_n "checking for dbm in ndbm.h and db... " >&6; }
+ fi
+ 
+ 
+ nmh_saved_libs="$LIBS"
+ LIBS="$nmh_libs  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ #define DB_DBM_HSEARCH 1
+@@ -7928,64 +7619,39 @@ dbm_open("",0,0);
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   nmh_ndbm_found=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	nmh_ndbm_found=no
++  nmh_ndbm_found=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS="$nmh_saved_libs"
+ 
+ if test "$nmh_ndbm_found" = "yes"; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   nmh_ndbmheader="ndbm.h"
+   nmh_ndbm="db"
+ 
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ 
+ if test "xdb1" = "x"; then
+   nmh_libs=
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h" >&5
+-echo $ECHO_N "checking for dbm in ndbm.h... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h" >&5
++$as_echo_n "checking for dbm in ndbm.h... " >&6; }
+ else
+   nmh_libs="-ldb1 "
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h and db1" >&5
+-echo $ECHO_N "checking for dbm in ndbm.h and db1... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h and db1" >&5
++$as_echo_n "checking for dbm in ndbm.h and db1... " >&6; }
+ fi
+ 
+ 
+ nmh_saved_libs="$LIBS"
+ LIBS="$nmh_libs  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ #define DB_DBM_HSEARCH 1
+@@ -7999,64 +7665,39 @@ dbm_open("",0,0);
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   nmh_ndbm_found=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	nmh_ndbm_found=no
++  nmh_ndbm_found=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS="$nmh_saved_libs"
+ 
+ if test "$nmh_ndbm_found" = "yes"; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   nmh_ndbmheader="ndbm.h"
+   nmh_ndbm="db1"
+ 
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ 
+ if test "xndbm" = "x"; then
+   nmh_libs=
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h" >&5
+-echo $ECHO_N "checking for dbm in ndbm.h... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h" >&5
++$as_echo_n "checking for dbm in ndbm.h... " >&6; }
+ else
+   nmh_libs="-lndbm "
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h and ndbm" >&5
+-echo $ECHO_N "checking for dbm in ndbm.h and ndbm... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h and ndbm" >&5
++$as_echo_n "checking for dbm in ndbm.h and ndbm... " >&6; }
+ fi
+ 
+ 
+ nmh_saved_libs="$LIBS"
+ LIBS="$nmh_libs  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ #define DB_DBM_HSEARCH 1
+@@ -8070,64 +7711,39 @@ dbm_open("",0,0);
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   nmh_ndbm_found=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	nmh_ndbm_found=no
++  nmh_ndbm_found=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS="$nmh_saved_libs"
+ 
+ if test "$nmh_ndbm_found" = "yes"; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   nmh_ndbmheader="ndbm.h"
+   nmh_ndbm="ndbm"
+ 
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ 
+ if test "xdb1" = "x"; then
+   nmh_libs=
+-  { echo "$as_me:$LINENO: checking for dbm in db1/ndbm.h" >&5
+-echo $ECHO_N "checking for dbm in db1/ndbm.h... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in db1/ndbm.h" >&5
++$as_echo_n "checking for dbm in db1/ndbm.h... " >&6; }
+ else
+   nmh_libs="-ldb1 "
+-  { echo "$as_me:$LINENO: checking for dbm in db1/ndbm.h and db1" >&5
+-echo $ECHO_N "checking for dbm in db1/ndbm.h and db1... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in db1/ndbm.h and db1" >&5
++$as_echo_n "checking for dbm in db1/ndbm.h and db1... " >&6; }
+ fi
+ 
+ 
+ nmh_saved_libs="$LIBS"
+ LIBS="$nmh_libs  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ #define DB_DBM_HSEARCH 1
+@@ -8141,64 +7757,39 @@ dbm_open("",0,0);
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   nmh_ndbm_found=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	nmh_ndbm_found=no
++  nmh_ndbm_found=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS="$nmh_saved_libs"
+ 
+ if test "$nmh_ndbm_found" = "yes"; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   nmh_ndbmheader="db1/ndbm.h"
+   nmh_ndbm="db1"
+ 
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ 
+ if test "xgdbm" = "x"; then
+   nmh_libs=
+-  { echo "$as_me:$LINENO: checking for dbm in gdbm/ndbm.h" >&5
+-echo $ECHO_N "checking for dbm in gdbm/ndbm.h... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in gdbm/ndbm.h" >&5
++$as_echo_n "checking for dbm in gdbm/ndbm.h... " >&6; }
+ else
+   nmh_libs="-lgdbm "
+-  { echo "$as_me:$LINENO: checking for dbm in gdbm/ndbm.h and gdbm" >&5
+-echo $ECHO_N "checking for dbm in gdbm/ndbm.h and gdbm... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in gdbm/ndbm.h and gdbm" >&5
++$as_echo_n "checking for dbm in gdbm/ndbm.h and gdbm... " >&6; }
+ fi
+ 
+ 
+ nmh_saved_libs="$LIBS"
+ LIBS="$nmh_libs  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ #define DB_DBM_HSEARCH 1
+@@ -8212,64 +7803,39 @@ dbm_open("",0,0);
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   nmh_ndbm_found=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	nmh_ndbm_found=no
++  nmh_ndbm_found=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS="$nmh_saved_libs"
+ 
+ if test "$nmh_ndbm_found" = "yes"; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   nmh_ndbmheader="gdbm/ndbm.h"
+   nmh_ndbm="gdbm"
+ 
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ 
+ if test "xgdbm_compat -lgdbm" = "x"; then
+   nmh_libs=
+-  { echo "$as_me:$LINENO: checking for dbm in gdbm/ndbm.h" >&5
+-echo $ECHO_N "checking for dbm in gdbm/ndbm.h... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in gdbm/ndbm.h" >&5
++$as_echo_n "checking for dbm in gdbm/ndbm.h... " >&6; }
+ else
+   nmh_libs="-lgdbm_compat -lgdbm "
+-  { echo "$as_me:$LINENO: checking for dbm in gdbm/ndbm.h and gdbm_compat -lgdbm" >&5
+-echo $ECHO_N "checking for dbm in gdbm/ndbm.h and gdbm_compat -lgdbm... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in gdbm/ndbm.h and gdbm_compat -lgdbm" >&5
++$as_echo_n "checking for dbm in gdbm/ndbm.h and gdbm_compat -lgdbm... " >&6; }
+ fi
+ 
+ 
+ nmh_saved_libs="$LIBS"
+ LIBS="$nmh_libs  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ #define DB_DBM_HSEARCH 1
+@@ -8283,64 +7849,39 @@ dbm_open("",0,0);
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   nmh_ndbm_found=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	nmh_ndbm_found=no
++  nmh_ndbm_found=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS="$nmh_saved_libs"
+ 
+ if test "$nmh_ndbm_found" = "yes"; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   nmh_ndbmheader="gdbm/ndbm.h"
+   nmh_ndbm="gdbm_compat -lgdbm"
+ 
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ 
+ if test "xgdbm" = "x"; then
+   nmh_libs=
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h" >&5
+-echo $ECHO_N "checking for dbm in ndbm.h... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h" >&5
++$as_echo_n "checking for dbm in ndbm.h... " >&6; }
+ else
+   nmh_libs="-lgdbm "
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h and gdbm" >&5
+-echo $ECHO_N "checking for dbm in ndbm.h and gdbm... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h and gdbm" >&5
++$as_echo_n "checking for dbm in ndbm.h and gdbm... " >&6; }
+ fi
+ 
+ 
+ nmh_saved_libs="$LIBS"
+ LIBS="$nmh_libs  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ #define DB_DBM_HSEARCH 1
+@@ -8354,64 +7895,39 @@ dbm_open("",0,0);
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   nmh_ndbm_found=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	nmh_ndbm_found=no
++  nmh_ndbm_found=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS="$nmh_saved_libs"
+ 
+ if test "$nmh_ndbm_found" = "yes"; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   nmh_ndbmheader="ndbm.h"
+   nmh_ndbm="gdbm"
+ 
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ 
+ if test "xgdbm_compat -lgdbm" = "x"; then
+   nmh_libs=
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h" >&5
+-echo $ECHO_N "checking for dbm in ndbm.h... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h" >&5
++$as_echo_n "checking for dbm in ndbm.h... " >&6; }
+ else
+   nmh_libs="-lgdbm_compat -lgdbm "
+-  { echo "$as_me:$LINENO: checking for dbm in ndbm.h and gdbm_compat -lgdbm" >&5
+-echo $ECHO_N "checking for dbm in ndbm.h and gdbm_compat -lgdbm... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in ndbm.h and gdbm_compat -lgdbm" >&5
++$as_echo_n "checking for dbm in ndbm.h and gdbm_compat -lgdbm... " >&6; }
+ fi
+ 
+ 
+ nmh_saved_libs="$LIBS"
+ LIBS="$nmh_libs  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ #define DB_DBM_HSEARCH 1
+@@ -8425,45 +7941,24 @@ dbm_open("",0,0);
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   nmh_ndbm_found=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	nmh_ndbm_found=no
++  nmh_ndbm_found=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS="$nmh_saved_libs"
+ 
+ if test "$nmh_ndbm_found" = "yes"; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   nmh_ndbmheader="ndbm.h"
+   nmh_ndbm="gdbm_compat -lgdbm"
+ 
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ 
+   :
+ fi
+@@ -8501,22 +7996,18 @@ else
+ 
+ if test "x$nmh_ndbm" = "x"; then
+   nmh_libs=
+-  { echo "$as_me:$LINENO: checking for dbm in $nmh_ndbmheader" >&5
+-echo $ECHO_N "checking for dbm in $nmh_ndbmheader... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in $nmh_ndbmheader" >&5
++$as_echo_n "checking for dbm in $nmh_ndbmheader... " >&6; }
+ else
+   nmh_libs="-l$nmh_ndbm "
+-  { echo "$as_me:$LINENO: checking for dbm in $nmh_ndbmheader and $nmh_ndbm" >&5
+-echo $ECHO_N "checking for dbm in $nmh_ndbmheader and $nmh_ndbm... $ECHO_C" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbm in $nmh_ndbmheader and $nmh_ndbm" >&5
++$as_echo_n "checking for dbm in $nmh_ndbmheader and $nmh_ndbm... " >&6; }
+ fi
+ 
+ 
+ nmh_saved_libs="$LIBS"
+ LIBS="$nmh_libs  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ #define DB_DBM_HSEARCH 1
+@@ -8530,45 +8021,24 @@ dbm_open("",0,0);
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   nmh_ndbm_found=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	nmh_ndbm_found=no
++  nmh_ndbm_found=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS="$nmh_saved_libs"
+ 
+ if test "$nmh_ndbm_found" = "yes"; then
+-  { echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
+   nmh_ndbmheader="$nmh_ndbmheader"
+   nmh_ndbm="$nmh_ndbm"
+ 
+ else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
+ 
+   :
+ fi
+@@ -8576,9 +8046,7 @@ fi
+ fi
+ 
+ if test "$nmh_ndbm_found" = "no"; then
+-  { { echo "$as_me:$LINENO: error: could not find a working ndbm library/header combination" >&5
+-echo "$as_me: error: could not find a working ndbm library/header combination" >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "could not find a working ndbm library/header combination" "$LINENO" 5
+ else
+     if test x"$nmh_ndbmheader" != x; then
+ 
+@@ -8597,11 +8065,11 @@ fi
+ 
+ 
+ # Check whether --with-rpmdir was given.
+-if test "${with_rpmdir+set}" = set; then
++if test "${with_rpmdir+set}" = set; then :
+   withval=$with_rpmdir;
+ fi
+ 
+-  if test x"$with_rpmdir" = x; then
++  if test x"$with_rpmdir" = x; then :
+   rpmdir='$(abs_srcdir)/RPM'; nmhrpm=./RPM
+ else
+   rpmdir="$with_rpmdir"; eval "nmhrpm=${rpmdir}"
+@@ -8610,160 +8078,24 @@ fi
+ 
+ 
+ 
++if test x"$sasl_support" = x"yes"; then :
+ 
+-if test x"$sasl_support" = x"yes"; then
+-
+-  if test "${ac_cv_header_sasl_sasl_h+set}" = set; then
+-  { echo "$as_me:$LINENO: checking for sasl/sasl.h" >&5
+-echo $ECHO_N "checking for sasl/sasl.h... $ECHO_C" >&6; }
+-if test "${ac_cv_header_sasl_sasl_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_header_sasl_sasl_h" >&5
+-echo "${ECHO_T}$ac_cv_header_sasl_sasl_h" >&6; }
+-else
+-  # Is the header compilable?
+-{ echo "$as_me:$LINENO: checking sasl/sasl.h usability" >&5
+-echo $ECHO_N "checking sasl/sasl.h usability... $ECHO_C" >&6; }
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-$ac_includes_default
+-#include <sasl/sasl.h>
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_header_compiler=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_header_compiler=no
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6; }
+-
+-# Is the header present?
+-{ echo "$as_me:$LINENO: checking sasl/sasl.h presence" >&5
+-echo $ECHO_N "checking sasl/sasl.h presence... $ECHO_C" >&6; }
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <sasl/sasl.h>
+-_ACEOF
+-if { (ac_try="$ac_cpp conftest.$ac_ext"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } >/dev/null && {
+-	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       }; then
+-  ac_header_preproc=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-  ac_header_preproc=no
+-fi
+-
+-rm -f conftest.err conftest.$ac_ext
+-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6; }
+-
+-# So?  What about this header?
+-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+-  yes:no: )
+-    { echo "$as_me:$LINENO: WARNING: sasl/sasl.h: accepted by the compiler, rejected by the preprocessor!" >&5
+-echo "$as_me: WARNING: sasl/sasl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: sasl/sasl.h: proceeding with the compiler's result" >&5
+-echo "$as_me: WARNING: sasl/sasl.h: proceeding with the compiler's result" >&2;}
+-    ac_header_preproc=yes
+-    ;;
+-  no:yes:* )
+-    { echo "$as_me:$LINENO: WARNING: sasl/sasl.h: present but cannot be compiled" >&5
+-echo "$as_me: WARNING: sasl/sasl.h: present but cannot be compiled" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: sasl/sasl.h:     check for missing prerequisite headers?" >&5
+-echo "$as_me: WARNING: sasl/sasl.h:     check for missing prerequisite headers?" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: sasl/sasl.h: see the Autoconf documentation" >&5
+-echo "$as_me: WARNING: sasl/sasl.h: see the Autoconf documentation" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: sasl/sasl.h:     section \"Present But Cannot Be Compiled\"" >&5
+-echo "$as_me: WARNING: sasl/sasl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: sasl/sasl.h: proceeding with the preprocessor's result" >&5
+-echo "$as_me: WARNING: sasl/sasl.h: proceeding with the preprocessor's result" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: sasl/sasl.h: in the future, the compiler will take precedence" >&5
+-echo "$as_me: WARNING: sasl/sasl.h: in the future, the compiler will take precedence" >&2;}
+-    ( cat <<\_ASBOX
+-## ------------------------------------- ##
+-## Report this to nmh-workers at nongnu.org ##
+-## ------------------------------------- ##
+-_ASBOX
+-     ) | sed "s/^/$as_me: WARNING:     /" >&2
+-    ;;
+-esac
+-{ echo "$as_me:$LINENO: checking for sasl/sasl.h" >&5
+-echo $ECHO_N "checking for sasl/sasl.h... $ECHO_C" >&6; }
+-if test "${ac_cv_header_sasl_sasl_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  ac_cv_header_sasl_sasl_h=$ac_header_preproc
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_header_sasl_sasl_h" >&5
+-echo "${ECHO_T}$ac_cv_header_sasl_sasl_h" >&6; }
++  ac_fn_c_check_header_mongrel "$LINENO" "sasl/sasl.h" "ac_cv_header_sasl_sasl_h" "$ac_includes_default"
++if test "x$ac_cv_header_sasl_sasl_h" = xyes; then :
+ 
+-fi
+-if test $ac_cv_header_sasl_sasl_h = yes; then
+-  :
+ else
+-  { { echo "$as_me:$LINENO: error: sasl.h not found" >&5
+-echo "$as_me: error: sasl.h not found" >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "sasl.h not found" "$LINENO" 5
+ fi
+ 
+ 
+-  { echo "$as_me:$LINENO: checking for sasl_client_new in -lsasl2" >&5
+-echo $ECHO_N "checking for sasl_client_new in -lsasl2... $ECHO_C" >&6; }
+-if test "${ac_cv_lib_sasl2_sasl_client_new+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sasl_client_new in -lsasl2" >&5
++$as_echo_n "checking for sasl_client_new in -lsasl2... " >&6; }
++if ${ac_cv_lib_sasl2_sasl_client_new+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+ LIBS="-lsasl2  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -8781,207 +8113,47 @@ return sasl_client_new ();
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   ac_cv_lib_sasl2_sasl_client_new=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_lib_sasl2_sasl_client_new=no
++  ac_cv_lib_sasl2_sasl_client_new=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_sasl2_sasl_client_new" >&5
+-echo "${ECHO_T}$ac_cv_lib_sasl2_sasl_client_new" >&6; }
+-if test $ac_cv_lib_sasl2_sasl_client_new = yes; then
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sasl2_sasl_client_new" >&5
++$as_echo "$ac_cv_lib_sasl2_sasl_client_new" >&6; }
++if test "x$ac_cv_lib_sasl2_sasl_client_new" = xyes; then :
+   SASLLIB="-lsasl2"
+ else
+-  { { echo "$as_me:$LINENO: error: Cyrus SASL library not found" >&5
+-echo "$as_me: error: Cyrus SASL library not found" >&2;}
+-   { (exit 1); exit 1; }; }
+-fi
+-
+-else
+-  SASLLIB=""
+-fi
+-
+-
+-
+-
+-if test x"$tls_support" = x"yes"; then
+-
+-  if test "${ac_cv_header_openssl_ssl_h+set}" = set; then
+-  { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5
+-echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; }
+-if test "${ac_cv_header_openssl_ssl_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5
+-echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; }
+-else
+-  # Is the header compilable?
+-{ echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&5
+-echo $ECHO_N "checking openssl/ssl.h usability... $ECHO_C" >&6; }
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-$ac_includes_default
+-#include <openssl/ssl.h>
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_header_compiler=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_header_compiler=no
++  as_fn_error $? "Cyrus SASL library not found" "$LINENO" 5
+ fi
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+-echo "${ECHO_T}$ac_header_compiler" >&6; }
+-
+-# Is the header present?
+-{ echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&5
+-echo $ECHO_N "checking openssl/ssl.h presence... $ECHO_C" >&6; }
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <openssl/ssl.h>
+-_ACEOF
+-if { (ac_try="$ac_cpp conftest.$ac_ext"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } >/dev/null && {
+-	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       }; then
+-  ac_header_preproc=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-  ac_header_preproc=no
++  SASLLIB=""
+ fi
+ 
+-rm -f conftest.err conftest.$ac_ext
+-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+-echo "${ECHO_T}$ac_header_preproc" >&6; }
+ 
+-# So?  What about this header?
+-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+-  yes:no: )
+-    { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&5
+-echo "$as_me: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&5
+-echo "$as_me: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&2;}
+-    ac_header_preproc=yes
+-    ;;
+-  no:yes:* )
+-    { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: present but cannot be compiled" >&5
+-echo "$as_me: WARNING: openssl/ssl.h: present but cannot be compiled" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: openssl/ssl.h:     check for missing prerequisite headers?" >&5
+-echo "$as_me: WARNING: openssl/ssl.h:     check for missing prerequisite headers?" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: see the Autoconf documentation" >&5
+-echo "$as_me: WARNING: openssl/ssl.h: see the Autoconf documentation" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: openssl/ssl.h:     section \"Present But Cannot Be Compiled\"" >&5
+-echo "$as_me: WARNING: openssl/ssl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&5
+-echo "$as_me: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&5
+-echo "$as_me: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&2;}
+-    ( cat <<\_ASBOX
+-## ------------------------------------- ##
+-## Report this to nmh-workers at nongnu.org ##
+-## ------------------------------------- ##
+-_ASBOX
+-     ) | sed "s/^/$as_me: WARNING:     /" >&2
+-    ;;
+-esac
+-{ echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5
+-echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; }
+-if test "${ac_cv_header_openssl_ssl_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  ac_cv_header_openssl_ssl_h=$ac_header_preproc
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5
+-echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; }
+ 
+-fi
+-if test $ac_cv_header_openssl_ssl_h = yes; then
+-  :
++if test x"$tls_support" = x"yes"; then :
++
++  ac_fn_c_check_header_mongrel "$LINENO" "openssl/ssl.h" "ac_cv_header_openssl_ssl_h" "$ac_includes_default"
++if test "x$ac_cv_header_openssl_ssl_h" = xyes; then :
++
+ else
+-  { { echo "$as_me:$LINENO: error: openssl/ssl.h not found" >&5
+-echo "$as_me: error: openssl/ssl.h not found" >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "openssl/ssl.h not found" "$LINENO" 5
+ fi
+ 
+ 
+-
+-{ echo "$as_me:$LINENO: checking for BIO_write in -lcrypto" >&5
+-echo $ECHO_N "checking for BIO_write in -lcrypto... $ECHO_C" >&6; }
+-if test "${ac_cv_lib_crypto_BIO_write+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BIO_write in -lcrypto" >&5
++$as_echo_n "checking for BIO_write in -lcrypto... " >&6; }
++if ${ac_cv_lib_crypto_BIO_write+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+ LIBS="-lcrypto  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -8999,39 +8171,18 @@ return BIO_write ();
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   ac_cv_lib_crypto_BIO_write=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_lib_crypto_BIO_write=no
++  ac_cv_lib_crypto_BIO_write=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_BIO_write" >&5
+-echo "${ECHO_T}$ac_cv_lib_crypto_BIO_write" >&6; }
+-if test $ac_cv_lib_crypto_BIO_write = yes; then
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_BIO_write" >&5
++$as_echo "$ac_cv_lib_crypto_BIO_write" >&6; }
++if test "x$ac_cv_lib_crypto_BIO_write" = xyes; then :
+   cat >>confdefs.h <<_ACEOF
+ #define HAVE_LIBCRYPTO 1
+ _ACEOF
+@@ -9039,24 +8190,17 @@ _ACEOF
+   LIBS="-lcrypto $LIBS"
+ 
+ else
+-  { { echo "$as_me:$LINENO: error: OpenSSL crypto library not found" >&5
+-echo "$as_me: error: OpenSSL crypto library not found" >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "OpenSSL crypto library not found" "$LINENO" 5
+ fi
+ 
+-
+-{ echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5
+-echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6; }
+-if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5
++$as_echo_n "checking for SSL_library_init in -lssl... " >&6; }
++if ${ac_cv_lib_ssl_SSL_library_init+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+ LIBS="-lssl  $LIBS"
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -9074,39 +8218,18 @@ return SSL_library_init ();
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++if ac_fn_c_try_link "$LINENO"; then :
+   ac_cv_lib_ssl_SSL_library_init=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_lib_ssl_SSL_library_init=no
++  ac_cv_lib_ssl_SSL_library_init=no
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext conftest.$ac_ext
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&5
+-echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6; }
+-if test $ac_cv_lib_ssl_SSL_library_init = yes; then
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_library_init" >&5
++$as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; }
++if test "x$ac_cv_lib_ssl_SSL_library_init" = xyes; then :
+   cat >>confdefs.h <<_ACEOF
+ #define HAVE_LIBSSL 1
+ _ACEOF
+@@ -9114,33 +8237,25 @@ _ACEOF
+   LIBS="-lssl $LIBS"
+ 
+ else
+-  { { echo "$as_me:$LINENO: error: OpenSSL library not found" >&5
+-echo "$as_me: error: OpenSSL library not found" >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "OpenSSL library not found" "$LINENO" 5
+ fi
+ 
+ fi
+ 
+ 
+-
+ nmh_save_LIBS="$LIBS"
+ LIBS="$TERMLIB $LIBS"
+ 
+ 
+-
+-{ echo "$as_me:$LINENO: checking if tgetent accepts NULL" >&5
+-echo $ECHO_N "checking if tgetent accepts NULL... $ECHO_C" >&6; }
+-if test "${nmh_cv_func_tgetent_accepts_null+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if tgetent accepts NULL" >&5
++$as_echo_n "checking if tgetent accepts NULL... " >&6; }
++if ${nmh_cv_func_tgetent_accepts_null+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  if test "$cross_compiling" = yes; then
++  if test "$cross_compiling" = yes; then :
+   nmh_cv_func_tgetent_accepts_null=no
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ main()
+@@ -9158,65 +8273,35 @@ main()
+ }
+ 
+ _ACEOF
+-rm -f conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+-  { (case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_try") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; }; then
++if ac_fn_c_try_run "$LINENO"; then :
+   if test -f conftest.tgetent; then
+     nmh_cv_func_tgetent_accepts_null=yes
+   else
+     nmh_cv_func_tgetent_accepts_null=no
+   fi
+ else
+-  echo "$as_me: program exited with status $ac_status" >&5
+-echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-( exit $ac_status )
+-nmh_cv_func_tgetent_accepts_null=no
++  nmh_cv_func_tgetent_accepts_null=no
+ fi
+-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
++  conftest.$ac_objext conftest.beam conftest.$ac_ext
+ fi
+ 
+-
+ fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_func_tgetent_accepts_null" >&5
+-echo "${ECHO_T}$nmh_cv_func_tgetent_accepts_null" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_func_tgetent_accepts_null" >&5
++$as_echo "$nmh_cv_func_tgetent_accepts_null" >&6; }
+ if test x$nmh_cv_func_tgetent_accepts_null = xyes; then
+-  cat >>confdefs.h <<\_ACEOF
+-#define TGETENT_ACCEPTS_NULL 1
+-_ACEOF
++  $as_echo "#define TGETENT_ACCEPTS_NULL 1" >>confdefs.h
+ 
+ fi
+-{ echo "$as_me:$LINENO: checking if tgetent returns 0 on success" >&5
+-echo $ECHO_N "checking if tgetent returns 0 on success... $ECHO_C" >&6; }
+-if test "${nmh_cv_func_tgetent_zero_success+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if tgetent returns 0 on success" >&5
++$as_echo_n "checking if tgetent returns 0 on success... " >&6; }
++if ${nmh_cv_func_tgetent_zero_success+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  if test "$cross_compiling" = yes; then
++  if test "$cross_compiling" = yes; then :
+   nmh_cv_func_tgetent_zero_success=no
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ main()
+@@ -9234,477 +8319,130 @@ main()
+ }
+ 
+ _ACEOF
+-rm -f conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+-  { (case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_try") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; }; then
++if ac_fn_c_try_run "$LINENO"; then :
+   if test -f conftest.tgetent0; then
+     nmh_cv_func_tgetent_zero_success=yes
+   else
+     nmh_cv_func_tgetent_zero_success=no
+   fi
+ else
+-  echo "$as_me: program exited with status $ac_status" >&5
+-echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-( exit $ac_status )
+-nmh_cv_func_tgetent_zero_success=no
+-fi
+-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+-fi
+-
+-
+-fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_func_tgetent_zero_success" >&5
+-echo "${ECHO_T}$nmh_cv_func_tgetent_zero_success" >&6; }
+-
+-
+-if test x$nmh_cv_func_tgetent_zero_success = xyes; then
+-  cat >>confdefs.h <<\_ACEOF
+-#define TGETENT_SUCCESS 0
+-_ACEOF
+-
+-else
+-  cat >>confdefs.h <<\_ACEOF
+-#define TGETENT_SUCCESS 1
+-_ACEOF
+-
+-fi
+-
+-LIBS="$nmh_save_LIBS"
+-
+-{ echo "$as_me:$LINENO: checking for pid_t" >&5
+-echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
+-if test "${ac_cv_type_pid_t+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-$ac_includes_default
+-typedef pid_t ac__type_new_;
+-int
+-main ()
+-{
+-if ((ac__type_new_ *) 0)
+-  return 0;
+-if (sizeof (ac__type_new_))
+-  return 0;
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_type_pid_t=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_type_pid_t=no
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
+-echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
+-if test $ac_cv_type_pid_t = yes; then
+-  :
+-else
+-
+-cat >>confdefs.h <<_ACEOF
+-#define pid_t int
+-_ACEOF
+-
+-fi
+-
+-{ echo "$as_me:$LINENO: checking for off_t" >&5
+-echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
+-if test "${ac_cv_type_off_t+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-$ac_includes_default
+-typedef off_t ac__type_new_;
+-int
+-main ()
+-{
+-if ((ac__type_new_ *) 0)
+-  return 0;
+-if (sizeof (ac__type_new_))
+-  return 0;
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_type_off_t=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_type_off_t=no
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
+-echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
+-if test $ac_cv_type_off_t = yes; then
+-  :
+-else
+-
+-cat >>confdefs.h <<_ACEOF
+-#define off_t long int
+-_ACEOF
+-
+-fi
+-
+-{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
+-echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
+-if test "${ac_cv_type_uid_t+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <sys/types.h>
+-
+-_ACEOF
+-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+-  $EGREP "uid_t" >/dev/null 2>&1; then
+-  ac_cv_type_uid_t=yes
+-else
+-  ac_cv_type_uid_t=no
+-fi
+-rm -f -r conftest*
+-
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
+-echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
+-if test $ac_cv_type_uid_t = no; then
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define uid_t int
+-_ACEOF
+-
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define gid_t int
+-_ACEOF
+-
+-fi
+-
+-{ echo "$as_me:$LINENO: checking for mode_t" >&5
+-echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
+-if test "${ac_cv_type_mode_t+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-$ac_includes_default
+-typedef mode_t ac__type_new_;
+-int
+-main ()
+-{
+-if ((ac__type_new_ *) 0)
+-  return 0;
+-if (sizeof (ac__type_new_))
+-  return 0;
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_type_mode_t=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_type_mode_t=no
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++  nmh_cv_func_tgetent_zero_success=no
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
+-echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
+-if test $ac_cv_type_mode_t = yes; then
+-  :
+-else
+-
+-cat >>confdefs.h <<_ACEOF
+-#define mode_t int
+-_ACEOF
+-
++rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
++  conftest.$ac_objext conftest.beam conftest.$ac_ext
+ fi
+ 
+-{ echo "$as_me:$LINENO: checking for size_t" >&5
+-echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
+-if test "${ac_cv_type_size_t+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-$ac_includes_default
+-typedef size_t ac__type_new_;
+-int
+-main ()
+-{
+-if ((ac__type_new_ *) 0)
+-  return 0;
+-if (sizeof (ac__type_new_))
+-  return 0;
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_type_size_t=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_type_size_t=no
+ fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_func_tgetent_zero_success" >&5
++$as_echo "$nmh_cv_func_tgetent_zero_success" >&6; }
++
++if test x$nmh_cv_func_tgetent_zero_success = xyes; then
++  $as_echo "#define TGETENT_SUCCESS 0" >>confdefs.h
++
++else
++  $as_echo "#define TGETENT_SUCCESS 1" >>confdefs.h
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
+-echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
+-if test $ac_cv_type_size_t = yes; then
+-  :
++
++LIBS="$nmh_save_LIBS"
++
++ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
++if test "x$ac_cv_type_pid_t" = xyes; then :
++
+ else
+ 
+ cat >>confdefs.h <<_ACEOF
+-#define size_t unsigned int
++#define pid_t int
+ _ACEOF
+ 
+ fi
+ 
++ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
++if test "x$ac_cv_type_off_t" = xyes; then :
+ 
+-
+-{ echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5
+-echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6; }
+-if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-#include <time.h>
+ 
+-int
+-main ()
+-{
+-static struct tm ac_aggr;
+-if (ac_aggr.tm_gmtoff)
+-return 0;
+-  ;
+-  return 0;
+-}
++cat >>confdefs.h <<_ACEOF
++#define off_t long int
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_member_struct_tm_tm_gmtoff=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+ 
+-	cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++fi
++
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
++$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
++if ${ac_cv_type_uid_t+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+-#include <time.h>
++#include <sys/types.h>
+ 
+-int
+-main ()
+-{
+-static struct tm ac_aggr;
+-if (sizeof ac_aggr.tm_gmtoff)
+-return 0;
+-  ;
+-  return 0;
+-}
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_member_struct_tm_tm_gmtoff=yes
++if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
++  $EGREP "uid_t" >/dev/null 2>&1; then :
++  ac_cv_type_uid_t=yes
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_member_struct_tm_tm_gmtoff=no
++  ac_cv_type_uid_t=no
+ fi
++rm -f conftest*
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
++$as_echo "$ac_cv_type_uid_t" >&6; }
++if test $ac_cv_type_uid_t = no; then
++
++$as_echo "#define uid_t int" >>confdefs.h
++
++
++$as_echo "#define gid_t int" >>confdefs.h
+ 
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
+-echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6; }
+-if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
++
++ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
++if test "x$ac_cv_type_mode_t" = xyes; then :
++
++else
+ 
+ cat >>confdefs.h <<_ACEOF
+-#define HAVE_STRUCT_TM_TM_GMTOFF 1
++#define mode_t int
+ _ACEOF
+ 
++fi
++
++ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
++if test "x$ac_cv_type_size_t" = xyes; then :
++
++else
++
++cat >>confdefs.h <<_ACEOF
++#define size_t unsigned int
++_ACEOF
+ 
+ fi
+ 
+ 
+ 
++ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
++"
++if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then :
++
++cat >>confdefs.h <<_ACEOF
++#define HAVE_STRUCT_TM_TM_GMTOFF 1
++_ACEOF
+ 
+ 
++fi
+ 
+ 
+ ac_header_dirent=no
+ for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
+-  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
+-{ echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
+-echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
+-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
++$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
++if eval \${$as_ac_Header+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ #include <sys/types.h>
+ #include <$ac_hdr>
+@@ -9718,39 +8456,19 @@ return 0;
+   return 0;
+ }
+ _ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
++if ac_fn_c_try_compile "$LINENO"; then :
+   eval "$as_ac_Header=yes"
+ else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	eval "$as_ac_Header=no"
++  eval "$as_ac_Header=no"
+ fi
+-
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ fi
+-ac_res=`eval echo '${'$as_ac_Header'}'`
+-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+-echo "${ECHO_T}$ac_res" >&6; }
+-if test `eval echo '${'$as_ac_Header'}'` = yes; then
++eval ac_res=\$$as_ac_Header
++	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
++$as_echo "$ac_res" >&6; }
++if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+   cat >>confdefs.h <<_ACEOF
+-#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
++#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
+ _ACEOF
+ 
+ ac_header_dirent=$ac_hdr; break
+@@ -9759,17 +8477,13 @@ fi
+ done
+ # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
+ if test $ac_header_dirent = dirent.h; then
+-  { echo "$as_me:$LINENO: checking for library containing opendir" >&5
+-echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
+-if test "${ac_cv_search_opendir+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
++$as_echo_n "checking for library containing opendir... " >&6; }
++if ${ac_cv_search_opendir+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_func_search_save_LIBS=$LIBS
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -9794,66 +8508,39 @@ for ac_lib in '' dir; do
+     ac_res=-l$ac_lib
+     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
+   fi
+-  rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++  if ac_fn_c_try_link "$LINENO"; then :
+   ac_cv_search_opendir=$ac_res
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext
+-  if test "${ac_cv_search_opendir+set}" = set; then
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext
++  if ${ac_cv_search_opendir+:} false; then :
+   break
+ fi
+ done
+-if test "${ac_cv_search_opendir+set}" = set; then
+-  :
++if ${ac_cv_search_opendir+:} false; then :
++
+ else
+   ac_cv_search_opendir=no
+ fi
+ rm conftest.$ac_ext
+ LIBS=$ac_func_search_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
+-echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
++$as_echo "$ac_cv_search_opendir" >&6; }
+ ac_res=$ac_cv_search_opendir
+-if test "$ac_res" != no; then
++if test "$ac_res" != no; then :
+   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+ 
+ fi
+ 
+ else
+-  { echo "$as_me:$LINENO: checking for library containing opendir" >&5
+-echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
+-if test "${ac_cv_search_opendir+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
++$as_echo_n "checking for library containing opendir... " >&6; }
++if ${ac_cv_search_opendir+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   ac_func_search_save_LIBS=$LIBS
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+ /* Override any GCC internal prototype to avoid an error.
+@@ -9878,50 +8565,27 @@ for ac_lib in '' x; do
+     ac_res=-l$ac_lib
+     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
+   fi
+-  rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (ac_try="$ac_link"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_link") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest$ac_exeext &&
+-       $as_test_x conftest$ac_exeext; then
++  if ac_fn_c_try_link "$LINENO"; then :
+   ac_cv_search_opendir=$ac_res
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-
+ fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+-      conftest$ac_exeext
+-  if test "${ac_cv_search_opendir+set}" = set; then
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext
++  if ${ac_cv_search_opendir+:} false; then :
+   break
+ fi
+ done
+-if test "${ac_cv_search_opendir+set}" = set; then
+-  :
++if ${ac_cv_search_opendir+:} false; then :
++
+ else
+   ac_cv_search_opendir=no
+ fi
+ rm conftest.$ac_ext
+ LIBS=$ac_func_search_save_LIBS
+ fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
+-echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
++$as_echo "$ac_cv_search_opendir" >&6; }
+ ac_res=$ac_cv_search_opendir
+-if test "$ac_res" != no; then
++if test "$ac_res" != no; then :
+   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+ 
+ fi
+@@ -9930,74 +8594,7 @@ fi
+ 
+ 
+ 
+-  { echo "$as_me:$LINENO: checking for struct dirent.d_type" >&5
+-echo $ECHO_N "checking for struct dirent.d_type... $ECHO_C" >&6; }
+-if test "${ac_cv_member_struct_dirent_d_type+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-
+-#include <sys/types.h>
+-#ifdef HAVE_DIRENT_H
+-# include <dirent.h>
+-#else
+-# define dirent direct
+-# ifdef HAVE_SYS_NDIR_H
+-#  include <sys/ndir.h>
+-# endif
+-# ifdef HAVE_SYS_DIR_H
+-#  include <sys/dir.h>
+-# endif
+-# ifdef HAVE_NDIR_H
+-#  include <ndir.h>
+-# endif
+-#endif
+-
+-
+-int
+-main ()
+-{
+-static struct dirent ac_aggr;
+-if (ac_aggr.d_type)
+-return 0;
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_member_struct_dirent_d_type=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-
++  ac_fn_c_check_member "$LINENO" "struct dirent" "d_type" "ac_cv_member_struct_dirent_d_type" "
+ #include <sys/types.h>
+ #ifdef HAVE_DIRENT_H
+ # include <dirent.h>
+@@ -10014,50 +8611,8 @@ cat >>conftest.$ac_ext <<_ACEOF
+ # endif
+ #endif
+ 
+-
+-int
+-main ()
+-{
+-static struct dirent ac_aggr;
+-if (sizeof ac_aggr.d_type)
+-return 0;
+-  ;
+-  return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (ac_try="$ac_compile"
+-case "(($ac_try" in
+-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+-  *) ac_try_echo=$ac_try;;
+-esac
+-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+-  (eval "$ac_compile") 2>conftest.er1
+-  ac_status=$?
+-  grep -v '^ *+' conftest.er1 >conftest.err
+-  rm -f conftest.er1
+-  cat conftest.err >&5
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); } && {
+-	 test -z "$ac_c_werror_flag" ||
+-	 test ! -s conftest.err
+-       } && test -s conftest.$ac_objext; then
+-  ac_cv_member_struct_dirent_d_type=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-	ac_cv_member_struct_dirent_d_type=no
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-fi
+-
+-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+-fi
+-{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_dirent_d_type" >&5
+-echo "${ECHO_T}$ac_cv_member_struct_dirent_d_type" >&6; }
+-if test $ac_cv_member_struct_dirent_d_type = yes; then
++"
++if test "x$ac_cv_member_struct_dirent_d_type" = xyes; then :
+ 
+ cat >>confdefs.h <<_ACEOF
+ #define HAVE_STRUCT_DIRENT_D_TYPE 1
+@@ -10068,10 +8623,10 @@ fi
+ 
+ 
+ 
+-{ echo "$as_me:$LINENO: checking where signal.h is located" >&5
+-echo $ECHO_N "checking where signal.h is located... $ECHO_C" >&6; }
+-if test "${nmh_cv_path_signal_h+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where signal.h is located" >&5
++$as_echo_n "checking where signal.h is located... " >&6; }
++if ${nmh_cv_path_signal_h+:} false; then :
++  $as_echo_n "(cached) " >&6
+ else
+   for SIGNAL_H in /usr/include/bsd/sys/signal.h                   /usr/include/asm/signal.h                       /usr/include/asm/signum.h                       /usr/include/linux/signal.h                     /usr/include/sys/signal.h                       /dev/null;                     do
+   test -f $SIGNAL_H && \
+@@ -10081,8 +8636,8 @@ done
+ nmh_cv_path_signal_h=$SIGNAL_H
+ 
+ fi
+-{ echo "$as_me:$LINENO: result: $nmh_cv_path_signal_h" >&5
+-echo "${ECHO_T}$nmh_cv_path_signal_h" >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $nmh_cv_path_signal_h" >&5
++$as_echo "$nmh_cv_path_signal_h" >&6; }
+ SIGNAL_H=$nmh_cv_path_signal_h
+ 
+ 
+@@ -10119,12 +8674,13 @@ _ACEOF
+     case $ac_val in #(
+     *${as_nl}*)
+       case $ac_var in #(
+-      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
+-echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
++      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
++$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+       esac
+       case $ac_var in #(
+       _ | IFS | as_nl) ;; #(
+-      *) $as_unset $ac_var ;;
++      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
++      *) { eval $ac_var=; unset $ac_var;} ;;
+       esac ;;
+     esac
+   done
+@@ -10132,8 +8688,8 @@ echo "$as_me: WARNING: Cache variable $a
+   (set) 2>&1 |
+     case $as_nl`(ac_space=' '; set) 2>&1` in #(
+     *${as_nl}ac_space=\ *)
+-      # `set' does not quote correctly, so add quotes (double-quote
+-      # substitution turns \\\\ into \\, and sed turns \\ into \).
++      # `set' does not quote correctly, so add quotes: double-quote
++      # substitution turns \\\\ into \\, and sed turns \\ into \.
+       sed -n \
+ 	"s/'/'\\\\''/g;
+ 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+@@ -10155,13 +8711,24 @@ echo "$as_me: WARNING: Cache variable $a
+      :end' >>confcache
+ if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+   if test -w "$cache_file"; then
+-    test "x$cache_file" != "x/dev/null" &&
+-      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
+-echo "$as_me: updating cache $cache_file" >&6;}
+-    cat confcache >$cache_file
++    if test "x$cache_file" != "x/dev/null"; then
++      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
++$as_echo "$as_me: updating cache $cache_file" >&6;}
++      if test ! -f "$cache_file" || test -h "$cache_file"; then
++	cat confcache >"$cache_file"
++      else
++        case $cache_file in #(
++        */* | ?:*)
++	  mv -f confcache "$cache_file"$$ &&
++	  mv -f "$cache_file"$$ "$cache_file" ;; #(
++        *)
++	  mv -f confcache "$cache_file" ;;
++	esac
++      fi
++    fi
+   else
+-    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
+-echo "$as_me: not updating unwritable cache $cache_file" >&6;}
++    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
++$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+   fi
+ fi
+ rm -f confcache
+@@ -10174,41 +8741,58 @@ DEFS=-DHAVE_CONFIG_H
+ 
+ ac_libobjs=
+ ac_ltlibobjs=
++U=
+ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+   # 1. Remove the extension, and $U if already installed.
+   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+-  ac_i=`echo "$ac_i" | sed "$ac_script"`
++  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
+   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
+   #    will be set to the directory where LIBOBJS objects are built.
+-  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+-  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
++  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
++  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
+ done
+ LIBOBJS=$ac_libobjs
+ 
+ LTLIBOBJS=$ac_ltlibobjs
+ 
+ 
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
++$as_echo_n "checking that generated files are newer than configure... " >&6; }
++   if test -n "$am_sleep_pid"; then
++     # Hide warnings about reused PIDs.
++     wait $am_sleep_pid 2>/dev/null
++   fi
++   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
++$as_echo "done" >&6; }
++ if test -n "$EXEEXT"; then
++  am__EXEEXT_TRUE=
++  am__EXEEXT_FALSE='#'
++else
++  am__EXEEXT_TRUE='#'
++  am__EXEEXT_FALSE=
++fi
++
+ if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+-  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
+-Usually this means the macro was only invoked conditionally." >&5
+-echo "$as_me: error: conditional \"AMDEP\" was never defined.
+-Usually this means the macro was only invoked conditionally." >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "conditional \"AMDEP\" was never defined.
++Usually this means the macro was only invoked conditionally." "$LINENO" 5
++fi
++if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
++  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
++Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+-  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
+-Usually this means the macro was only invoked conditionally." >&5
+-echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
+-Usually this means the macro was only invoked conditionally." >&2;}
+-   { (exit 1); exit 1; }; }
++  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
++Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ fi
+ 
+-: ${CONFIG_STATUS=./config.status}
++: "${CONFIG_STATUS=./config.status}"
++ac_write_fail=0
+ ac_clean_files_save=$ac_clean_files
+ ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
+-echo "$as_me: creating $CONFIG_STATUS" >&6;}
+-cat >$CONFIG_STATUS <<_ACEOF
++{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
++$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
++as_write_fail=0
++cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
+ #! $SHELL
+ # Generated by $as_me.
+ # Run this file to recreate the current configuration.
+@@ -10218,59 +8802,79 @@ cat >$CONFIG_STATUS <<_ACEOF
+ debug=false
+ ac_cs_recheck=false
+ ac_cs_silent=false
+-SHELL=\${CONFIG_SHELL-$SHELL}
+-_ACEOF
+ 
+-cat >>$CONFIG_STATUS <<\_ACEOF
+-## --------------------- ##
+-## M4sh Initialization.  ##
+-## --------------------- ##
++SHELL=\${CONFIG_SHELL-$SHELL}
++export SHELL
++_ASEOF
++cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
++## -------------------- ##
++## M4sh Initialization. ##
++## -------------------- ##
+ 
+ # Be more Bourne compatible
+ DUALCASE=1; export DUALCASE # for MKS sh
+-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+   emulate sh
+   NULLCMD=:
+-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
++  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+   # is contrary to our usage.  Disable this feature.
+   alias -g '${1+"$@"}'='"$@"'
+   setopt NO_GLOB_SUBST
+ else
+-  case `(set -o) 2>/dev/null` in
+-  *posix*) set -o posix ;;
++  case `(set -o) 2>/dev/null` in #(
++  *posix*) :
++    set -o posix ;; #(
++  *) :
++     ;;
+ esac
+-
+ fi
+ 
+ 
+-
+-
+-# PATH needs CR
+-# Avoid depending upon Character Ranges.
+-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+-as_cr_digits='0123456789'
+-as_cr_alnum=$as_cr_Letters$as_cr_digits
+-
+-# The user is always right.
+-if test "${PATH_SEPARATOR+set}" != set; then
+-  echo "#! /bin/sh" >conf$$.sh
+-  echo  "exit 0"   >>conf$$.sh
+-  chmod +x conf$$.sh
+-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+-    PATH_SEPARATOR=';'
++as_nl='
++'
++export as_nl
++# Printing a long string crashes Solaris 7 /usr/bin/printf.
++as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
++as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
++as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
++# Prefer a ksh shell builtin over an external printf program on Solaris,
++# but without wasting forks for bash or zsh.
++if test -z "$BASH_VERSION$ZSH_VERSION" \
++    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
++  as_echo='print -r --'
++  as_echo_n='print -rn --'
++elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
++  as_echo='printf %s\n'
++  as_echo_n='printf %s'
++else
++  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
++    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
++    as_echo_n='/usr/ucb/echo -n'
+   else
+-    PATH_SEPARATOR=:
++    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
++    as_echo_n_body='eval
++      arg=$1;
++      case $arg in #(
++      *"$as_nl"*)
++	expr "X$arg" : "X\\(.*\\)$as_nl";
++	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
++      esac;
++      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
++    '
++    export as_echo_n_body
++    as_echo_n='sh -c $as_echo_n_body as_echo'
+   fi
+-  rm -f conf$$.sh
++  export as_echo_body
++  as_echo='sh -c $as_echo_body as_echo'
+ fi
+ 
+-# Support unset when possible.
+-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+-  as_unset=unset
+-else
+-  as_unset=false
++# The user is always right.
++if test "${PATH_SEPARATOR+set}" != set; then
++  PATH_SEPARATOR=:
++  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
++    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
++      PATH_SEPARATOR=';'
++  }
+ fi
+ 
+ 
+@@ -10279,20 +8883,19 @@ fi
+ # there to prevent editors from complaining about space-tab.
+ # (If _AS_PATH_WALK were called with IFS unset, it would disable word
+ # splitting by setting IFS to empty value.)
+-as_nl='
+-'
+ IFS=" ""	$as_nl"
+ 
+ # Find who we are.  Look in the path if we contain no directory separator.
+-case $0 in
++as_myself=
++case $0 in #((
+   *[\\/]* ) as_myself=$0 ;;
+   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+-done
++    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
++  done
+ IFS=$as_save_IFS
+ 
+      ;;
+@@ -10303,32 +8906,111 @@ if test "x$as_myself" = x; then
+   as_myself=$0
+ fi
+ if test ! -f "$as_myself"; then
+-  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+-  { (exit 1); exit 1; }
++  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
++  exit 1
+ fi
+ 
+-# Work around bugs in pre-3.0 UWIN ksh.
+-for as_var in ENV MAIL MAILPATH
+-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
++# Unset variables that we do not need and which cause bugs (e.g. in
++# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
++# suppresses any "Segmentation fault" message there.  '((' could
++# trigger a bug in pdksh 5.2.14.
++for as_var in BASH_ENV ENV MAIL MAILPATH
++do eval test x\${$as_var+set} = xset \
++  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+ done
+ PS1='$ '
+ PS2='> '
+ PS4='+ '
+ 
+ # NLS nuisances.
+-for as_var in \
+-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+-  LC_TELEPHONE LC_TIME
+-do
+-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
+-    eval $as_var=C; export $as_var
+-  else
+-    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+-  fi
+-done
++LC_ALL=C
++export LC_ALL
++LANGUAGE=C
++export LANGUAGE
++
++# CDPATH.
++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
++
++
++# as_fn_error STATUS ERROR [LINENO LOG_FD]
++# ----------------------------------------
++# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
++# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
++# script with STATUS, using 1 if that was 0.
++as_fn_error ()
++{
++  as_status=$1; test $as_status -eq 0 && as_status=1
++  if test "$4"; then
++    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
++  fi
++  $as_echo "$as_me: error: $2" >&2
++  as_fn_exit $as_status
++} # as_fn_error
++
++
++# as_fn_set_status STATUS
++# -----------------------
++# Set $? to STATUS, without forking.
++as_fn_set_status ()
++{
++  return $1
++} # as_fn_set_status
++
++# as_fn_exit STATUS
++# -----------------
++# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
++as_fn_exit ()
++{
++  set +e
++  as_fn_set_status $1
++  exit $1
++} # as_fn_exit
++
++# as_fn_unset VAR
++# ---------------
++# Portably unset VAR.
++as_fn_unset ()
++{
++  { eval $1=; unset $1;}
++}
++as_unset=as_fn_unset
++# as_fn_append VAR VALUE
++# ----------------------
++# Append the text in VALUE to the end of the definition contained in VAR. Take
++# advantage of any shell optimizations that allow amortized linear growth over
++# repeated appends, instead of the typical quadratic growth present in naive
++# implementations.
++if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
++  eval 'as_fn_append ()
++  {
++    eval $1+=\$2
++  }'
++else
++  as_fn_append ()
++  {
++    eval $1=\$$1\$2
++  }
++fi # as_fn_append
++
++# as_fn_arith ARG...
++# ------------------
++# Perform arithmetic evaluation on the ARGs, and store the result in the
++# global $as_val. Take advantage of shells that can avoid forks. The arguments
++# must be portable across $(()) and expr.
++if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
++  eval 'as_fn_arith ()
++  {
++    as_val=$(( $* ))
++  }'
++else
++  as_fn_arith ()
++  {
++    as_val=`expr "$@" || test $? -eq 1`
++  }
++fi # as_fn_arith
++
+ 
+-# Required to use basename.
+ if expr a : '\(a\)' >/dev/null 2>&1 &&
+    test "X`expr 00001 : '.*\(...\)'`" = X001; then
+   as_expr=expr
+@@ -10342,13 +9024,17 @@ else
+   as_basename=false
+ fi
+ 
++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
++  as_dirname=dirname
++else
++  as_dirname=false
++fi
+ 
+-# Name of the executable.
+ as_me=`$as_basename -- "$0" ||
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ 	 X"$0" : 'X\(//\)$' \| \
+ 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+-echo X/"$0" |
++$as_echo X/"$0" |
+     sed '/^.*\/\([^/][^/]*\)\/*$/{
+ 	    s//\1/
+ 	    q
+@@ -10363,131 +9049,118 @@ echo X/"$0" |
+ 	  }
+ 	  s/.*/./; q'`
+ 
+-# CDPATH.
+-$as_unset CDPATH
+-
+-
+-
+-  as_lineno_1=$LINENO
+-  as_lineno_2=$LINENO
+-  test "x$as_lineno_1" != "x$as_lineno_2" &&
+-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
+-
+-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
+-  # uniformly replaced by the line number.  The first 'sed' inserts a
+-  # line-number line after each line using $LINENO; the second 'sed'
+-  # does the real work.  The second script uses 'N' to pair each
+-  # line-number line with the line containing $LINENO, and appends
+-  # trailing '-' during substitution so that $LINENO is not a special
+-  # case at line end.
+-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
+-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
+-  # E. McMahon (1931-1989) for sed's syntax.  :-)
+-  sed -n '
+-    p
+-    /[$]LINENO/=
+-  ' <$as_myself |
+-    sed '
+-      s/[$]LINENO.*/&-/
+-      t lineno
+-      b
+-      :lineno
+-      N
+-      :loop
+-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+-      t loop
+-      s/-\n.*//
+-    ' >$as_me.lineno &&
+-  chmod +x "$as_me.lineno" ||
+-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
+-   { (exit 1); exit 1; }; }
+-
+-  # Don't try to exec as it changes $[0], causing all sort of problems
+-  # (the dirname of $[0] is not the place where we might find the
+-  # original and so on.  Autoconf is especially sensitive to this).
+-  . "./$as_me.lineno"
+-  # Exit status is that of the last command.
+-  exit
+-}
+-
+-
+-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+-  as_dirname=dirname
+-else
+-  as_dirname=false
+-fi
++# Avoid depending upon Character Ranges.
++as_cr_letters='abcdefghijklmnopqrstuvwxyz'
++as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
++as_cr_Letters=$as_cr_letters$as_cr_LETTERS
++as_cr_digits='0123456789'
++as_cr_alnum=$as_cr_Letters$as_cr_digits
+ 
+ ECHO_C= ECHO_N= ECHO_T=
+-case `echo -n x` in
++case `echo -n x` in #(((((
+ -n*)
+-  case `echo 'x\c'` in
++  case `echo 'xy\c'` in
+   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+-  *)   ECHO_C='\c';;
++  xy)  ECHO_C='\c';;
++  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
++       ECHO_T='	';;
+   esac;;
+ *)
+   ECHO_N='-n';;
+ esac
+ 
+-if expr a : '\(a\)' >/dev/null 2>&1 &&
+-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+-  as_expr=expr
+-else
+-  as_expr=false
+-fi
+-
+ rm -f conf$$ conf$$.exe conf$$.file
+ if test -d conf$$.dir; then
+   rm -f conf$$.dir/conf$$.file
+ else
+   rm -f conf$$.dir
+-  mkdir conf$$.dir
++  mkdir conf$$.dir 2>/dev/null
+ fi
+-echo >conf$$.file
+-if ln -s conf$$.file conf$$ 2>/dev/null; then
+-  as_ln_s='ln -s'
+-  # ... but there are two gotchas:
+-  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+-  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+-  # In both cases, we have to default to `cp -p'.
+-  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+-    as_ln_s='cp -p'
+-elif ln conf$$.file conf$$ 2>/dev/null; then
+-  as_ln_s=ln
++if (echo >conf$$.file) 2>/dev/null; then
++  if ln -s conf$$.file conf$$ 2>/dev/null; then
++    as_ln_s='ln -s'
++    # ... but there are two gotchas:
++    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
++    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
++    # In both cases, we have to default to `cp -pR'.
++    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
++      as_ln_s='cp -pR'
++  elif ln conf$$.file conf$$ 2>/dev/null; then
++    as_ln_s=ln
++  else
++    as_ln_s='cp -pR'
++  fi
+ else
+-  as_ln_s='cp -p'
++  as_ln_s='cp -pR'
+ fi
+ rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+ rmdir conf$$.dir 2>/dev/null
+ 
++
++# as_fn_mkdir_p
++# -------------
++# Create "$as_dir" as a directory, including parents if necessary.
++as_fn_mkdir_p ()
++{
++
++  case $as_dir in #(
++  -*) as_dir=./$as_dir;;
++  esac
++  test -d "$as_dir" || eval $as_mkdir_p || {
++    as_dirs=
++    while :; do
++      case $as_dir in #(
++      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
++      *) as_qdir=$as_dir;;
++      esac
++      as_dirs="'$as_qdir' $as_dirs"
++      as_dir=`$as_dirname -- "$as_dir" ||
++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$as_dir" : 'X\(//\)[^/]' \| \
++	 X"$as_dir" : 'X\(//\)$' \| \
++	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
++$as_echo X"$as_dir" |
++    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
++	    s//\1/
++	    q
++	  }
++	  /^X\(\/\/\)[^/].*/{
++	    s//\1/
++	    q
++	  }
++	  /^X\(\/\/\)$/{
++	    s//\1/
++	    q
++	  }
++	  /^X\(\/\).*/{
++	    s//\1/
++	    q
++	  }
++	  s/.*/./; q'`
++      test -d "$as_dir" && break
++    done
++    test -z "$as_dirs" || eval "mkdir $as_dirs"
++  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
++
++
++} # as_fn_mkdir_p
+ if mkdir -p . 2>/dev/null; then
+-  as_mkdir_p=:
++  as_mkdir_p='mkdir -p "$as_dir"'
+ else
+   test -d ./-p && rmdir ./-p
+   as_mkdir_p=false
+ fi
+ 
+-if test -x / >/dev/null 2>&1; then
+-  as_test_x='test -x'
+-else
+-  if ls -dL / >/dev/null 2>&1; then
+-    as_ls_L_option=L
+-  else
+-    as_ls_L_option=
+-  fi
+-  as_test_x='
+-    eval sh -c '\''
+-      if test -d "$1"; then
+-        test -d "$1/.";
+-      else
+-	case $1 in
+-        -*)set "./$1";;
+-	esac;
+-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
+-	???[sx]*):;;*)false;;esac;fi
+-    '\'' sh
+-  '
+-fi
+-as_executable_p=$as_test_x
++
++# as_fn_executable_p FILE
++# -----------------------
++# Test if FILE is an executable regular file.
++as_fn_executable_p ()
++{
++  test -f "$1" && test -x "$1"
++} # as_fn_executable_p
++as_test_x='test -x'
++as_executable_p=as_fn_executable_p
+ 
+ # Sed expression to map a string onto a valid CPP name.
+ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+@@ -10497,13 +9170,19 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr
+ 
+ 
+ exec 6>&1
++## ----------------------------------- ##
++## Main body of $CONFIG_STATUS script. ##
++## ----------------------------------- ##
++_ASEOF
++test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
+ 
+-# Save the log message, to keep $[0] and so on meaningful, and to
++cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
++# Save the log message, to keep $0 and so on meaningful, and to
+ # report actual input values of CONFIG_FILES etc. instead of their
+ # values after options handling.
+ ac_log="
+ This file was extended by nmh $as_me 1.5, which was
+-generated by GNU Autoconf 2.61.  Invocation command line was
++generated by GNU Autoconf 2.69.  Invocation command line was
+ 
+   CONFIG_FILES    = $CONFIG_FILES
+   CONFIG_HEADERS  = $CONFIG_HEADERS
+@@ -10516,7 +9195,16 @@ on `(hostname || uname -n) 2>/dev/null |
+ 
+ _ACEOF
+ 
+-cat >>$CONFIG_STATUS <<_ACEOF
++case $ac_config_files in *"
++"*) set x $ac_config_files; shift; ac_config_files=$*;;
++esac
++
++case $ac_config_headers in *"
++"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
++esac
++
++
++cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ # Files that config.status was made for.
+ config_files="$ac_config_files"
+ config_headers="$ac_config_headers"
+@@ -10524,22 +9212,25 @@ config_commands="$ac_config_commands"
+ 
+ _ACEOF
+ 
+-cat >>$CONFIG_STATUS <<\_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ ac_cs_usage="\
+-\`$as_me' instantiates files from templates according to the
+-current configuration.
++\`$as_me' instantiates files and other configuration actions
++from templates according to the current configuration.  Unless the files
++and actions are specified as TAGs, all are instantiated by default.
+ 
+-Usage: $0 [OPTIONS] [FILE]...
++Usage: $0 [OPTION]... [TAG]...
+ 
+   -h, --help       print this help, then exit
+   -V, --version    print version number and configuration settings, then exit
+-  -q, --quiet      do not print progress messages
++      --config     print configuration, then exit
++  -q, --quiet, --silent
++                   do not print progress messages
+   -d, --debug      don't remove temporary files
+       --recheck    update $as_me by reconfiguring in the same conditions
+-  --file=FILE[:TEMPLATE]
+-		   instantiate the configuration file FILE
+-  --header=FILE[:TEMPLATE]
+-		   instantiate the configuration header FILE
++      --file=FILE[:TEMPLATE]
++                   instantiate the configuration file FILE
++      --header=FILE[:TEMPLATE]
++                   instantiate the configuration header FILE
+ 
+ Configuration files:
+ $config_files
+@@ -10550,16 +9241,17 @@ $config_headers
+ Configuration commands:
+ $config_commands
+ 
+-Report bugs to <bug-autoconf at gnu.org>."
++Report bugs to <nmh-workers at nongnu.org>."
+ 
+ _ACEOF
+-cat >>$CONFIG_STATUS <<_ACEOF
++cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
++ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ ac_cs_version="\\
+ nmh config.status 1.5
+-configured by $0, generated by GNU Autoconf 2.61,
+-  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
++configured by $0, generated by GNU Autoconf 2.69,
++  with options \\"\$ac_cs_config\\"
+ 
+-Copyright (C) 2006 Free Software Foundation, Inc.
++Copyright (C) 2012 Free Software Foundation, Inc.
+ This config.status script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it."
+ 
+@@ -10567,20 +9259,26 @@ ac_pwd='$ac_pwd'
+ srcdir='$srcdir'
+ INSTALL='$INSTALL'
+ MKDIR_P='$MKDIR_P'
++AWK='$AWK'
++test -n "\$AWK" || AWK=awk
+ _ACEOF
+ 
+-cat >>$CONFIG_STATUS <<\_ACEOF
+-# If no file are specified by the user, then we need to provide default
+-# value.  By we need to know if files were specified by the user.
++cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
++# The default lists apply if the user does not specify any file.
+ ac_need_defaults=:
+ while test $# != 0
+ do
+   case $1 in
+-  --*=*)
++  --*=?*)
+     ac_option=`expr "X$1" : 'X\([^=]*\)='`
+     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+     ac_shift=:
+     ;;
++  --*=)
++    ac_option=`expr "X$1" : 'X\([^=]*\)='`
++    ac_optarg=
++    ac_shift=:
++    ;;
+   *)
+     ac_option=$1
+     ac_optarg=$2
+@@ -10593,34 +9291,41 @@ do
+   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+     ac_cs_recheck=: ;;
+   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+-    echo "$ac_cs_version"; exit ;;
++    $as_echo "$ac_cs_version"; exit ;;
++  --config | --confi | --conf | --con | --co | --c )
++    $as_echo "$ac_cs_config"; exit ;;
+   --debug | --debu | --deb | --de | --d | -d )
+     debug=: ;;
+   --file | --fil | --fi | --f )
+     $ac_shift
+-    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
++    case $ac_optarg in
++    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
++    '') as_fn_error $? "missing file argument" ;;
++    esac
++    as_fn_append CONFIG_FILES " '$ac_optarg'"
+     ac_need_defaults=false;;
+   --header | --heade | --head | --hea )
+     $ac_shift
+-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
++    case $ac_optarg in
++    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
++    esac
++    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
+     ac_need_defaults=false;;
+   --he | --h)
+     # Conflict between --help and --header
+-    { echo "$as_me: error: ambiguous option: $1
+-Try \`$0 --help' for more information." >&2
+-   { (exit 1); exit 1; }; };;
++    as_fn_error $? "ambiguous option: \`$1'
++Try \`$0 --help' for more information.";;
+   --help | --hel | -h )
+-    echo "$ac_cs_usage"; exit ;;
++    $as_echo "$ac_cs_usage"; exit ;;
+   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+   | -silent | --silent | --silen | --sile | --sil | --si | --s)
+     ac_cs_silent=: ;;
+ 
+   # This is an error.
+-  -*) { echo "$as_me: error: unrecognized option: $1
+-Try \`$0 --help' for more information." >&2
+-   { (exit 1); exit 1; }; } ;;
++  -*) as_fn_error $? "unrecognized option: \`$1'
++Try \`$0 --help' for more information." ;;
+ 
+-  *) ac_config_targets="$ac_config_targets $1"
++  *) as_fn_append ac_config_targets " $1"
+      ac_need_defaults=false ;;
+ 
+   esac
+@@ -10635,27 +9340,29 @@ if $ac_cs_silent; then
+ fi
+ 
+ _ACEOF
+-cat >>$CONFIG_STATUS <<_ACEOF
++cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ if \$ac_cs_recheck; then
+-  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
+-  CONFIG_SHELL=$SHELL
++  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
++  shift
++  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
++  CONFIG_SHELL='$SHELL'
+   export CONFIG_SHELL
+-  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
++  exec "\$@"
+ fi
+ 
+ _ACEOF
+-cat >>$CONFIG_STATUS <<\_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ exec 5>>config.log
+ {
+   echo
+   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+ ## Running $as_me. ##
+ _ASBOX
+-  echo "$ac_log"
++  $as_echo "$ac_log"
+ } >&5
+ 
+ _ACEOF
+-cat >>$CONFIG_STATUS <<_ACEOF
++cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ #
+ # INIT-COMMANDS
+ #
+@@ -10663,7 +9370,7 @@ AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac
+ 
+ _ACEOF
+ 
+-cat >>$CONFIG_STATUS <<\_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ 
+ # Handling of arguments.
+ for ac_config_target in $ac_config_targets
+@@ -10675,9 +9382,7 @@ do
+     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+     "test/common.sh") CONFIG_FILES="$CONFIG_FILES test/common.sh" ;;
+ 
+-  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
+-echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+-   { (exit 1); exit 1; }; };;
++  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+   esac
+ done
+ 
+@@ -10700,273 +9405,302 @@ fi
+ # after its creation but before its name has been assigned to `$tmp'.
+ $debug ||
+ {
+-  tmp=
++  tmp= ac_tmp=
+   trap 'exit_status=$?
+-  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
++  : "${ac_tmp:=$tmp}"
++  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+ ' 0
+-  trap '{ (exit 1); exit 1; }' 1 2 13 15
++  trap 'as_fn_exit 1' 1 2 13 15
+ }
+ # Create a (secure) tmp directory for tmp files.
+ 
+ {
+   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+-  test -n "$tmp" && test -d "$tmp"
++  test -d "$tmp"
+ }  ||
+ {
+   tmp=./conf$$-$RANDOM
+   (umask 077 && mkdir "$tmp")
+-} ||
+-{
+-   echo "$me: cannot create a temporary directory in ." >&2
+-   { (exit 1); exit 1; }
+-}
+-
+-#
+-# Set up the sed scripts for CONFIG_FILES section.
+-#
++} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
++ac_tmp=$tmp
+ 
+-# No need to generate the scripts if there are no CONFIG_FILES.
+-# This happens for instance when ./config.status config.h
++# Set up the scripts for CONFIG_FILES section.
++# No need to generate them if there are no CONFIG_FILES.
++# This happens for instance with `./config.status config.h'.
+ if test -n "$CONFIG_FILES"; then
+ 
+-_ACEOF
+-
+-
+-
+-ac_delim='%!_!# '
+-for ac_last_try in false false false false false :; do
+-  cat >conf$$subs.sed <<_ACEOF
+-READLINELIB!$READLINELIB$ac_delim
+-SHELL!$SHELL$ac_delim
+-PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
+-PACKAGE_NAME!$PACKAGE_NAME$ac_delim
+-PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
+-PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
+-PACKAGE_STRING!$PACKAGE_STRING$ac_delim
+-PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
+-exec_prefix!$exec_prefix$ac_delim
+-prefix!$prefix$ac_delim
+-program_transform_name!$program_transform_name$ac_delim
+-bindir!$bindir$ac_delim
+-sbindir!$sbindir$ac_delim
+-libexecdir!$libexecdir$ac_delim
+-datarootdir!$datarootdir$ac_delim
+-datadir!$datadir$ac_delim
+-sysconfdir!$sysconfdir$ac_delim
+-sharedstatedir!$sharedstatedir$ac_delim
+-localstatedir!$localstatedir$ac_delim
+-includedir!$includedir$ac_delim
+-oldincludedir!$oldincludedir$ac_delim
+-docdir!$docdir$ac_delim
+-infodir!$infodir$ac_delim
+-htmldir!$htmldir$ac_delim
+-dvidir!$dvidir$ac_delim
+-pdfdir!$pdfdir$ac_delim
+-psdir!$psdir$ac_delim
+-libdir!$libdir$ac_delim
+-localedir!$localedir$ac_delim
+-mandir!$mandir$ac_delim
+-DEFS!$DEFS$ac_delim
+-ECHO_C!$ECHO_C$ac_delim
+-ECHO_N!$ECHO_N$ac_delim
+-ECHO_T!$ECHO_T$ac_delim
+-LIBS!$LIBS$ac_delim
+-build_alias!$build_alias$ac_delim
+-host_alias!$host_alias$ac_delim
+-target_alias!$target_alias$ac_delim
+-INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
+-INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
+-INSTALL_DATA!$INSTALL_DATA$ac_delim
+-am__isrc!$am__isrc$ac_delim
+-CYGPATH_W!$CYGPATH_W$ac_delim
+-PACKAGE!$PACKAGE$ac_delim
+-VERSION!$VERSION$ac_delim
+-ACLOCAL!$ACLOCAL$ac_delim
+-AUTOCONF!$AUTOCONF$ac_delim
+-AUTOMAKE!$AUTOMAKE$ac_delim
+-AUTOHEADER!$AUTOHEADER$ac_delim
+-MAKEINFO!$MAKEINFO$ac_delim
+-install_sh!$install_sh$ac_delim
+-STRIP!$STRIP$ac_delim
+-INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
+-mkdir_p!$mkdir_p$ac_delim
+-AWK!$AWK$ac_delim
+-SET_MAKE!$SET_MAKE$ac_delim
+-am__leading_dot!$am__leading_dot$ac_delim
+-AMTAR!$AMTAR$ac_delim
+-am__tar!$am__tar$ac_delim
+-am__untar!$am__untar$ac_delim
+-build!$build$ac_delim
+-build_cpu!$build_cpu$ac_delim
+-build_vendor!$build_vendor$ac_delim
+-build_os!$build_os$ac_delim
+-host!$host$ac_delim
+-host_cpu!$host_cpu$ac_delim
+-host_vendor!$host_vendor$ac_delim
+-host_os!$host_os$ac_delim
+-DATE!$DATE$ac_delim
+-MTS!$MTS$ac_delim
+-pagerpath!$pagerpath$ac_delim
+-smtpservers!$smtpservers$ac_delim
+-CC!$CC$ac_delim
+-CFLAGS!$CFLAGS$ac_delim
+-LDFLAGS!$LDFLAGS$ac_delim
+-CPPFLAGS!$CPPFLAGS$ac_delim
+-ac_ct_CC!$ac_ct_CC$ac_delim
+-EXEEXT!$EXEEXT$ac_delim
+-OBJEXT!$OBJEXT$ac_delim
+-DEPDIR!$DEPDIR$ac_delim
+-am__include!$am__include$ac_delim
+-am__quote!$am__quote$ac_delim
+-AMDEP_TRUE!$AMDEP_TRUE$ac_delim
+-AMDEP_FALSE!$AMDEP_FALSE$ac_delim
+-AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
+-CCDEPMODE!$CCDEPMODE$ac_delim
+-am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
+-am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
+-DISABLE_UNUSED_MACROS_WARNING!$DISABLE_UNUSED_MACROS_WARNING$ac_delim
+-DISABLE_SIGN_COMPARE_WARNING!$DISABLE_SIGN_COMPARE_WARNING$ac_delim
+-RANLIB!$RANLIB$ac_delim
+-SED!$SED$ac_delim
+-LEX!$LEX$ac_delim
+-LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim
+-LEXLIB!$LEXLIB$ac_delim
+-cutpath!$cutpath$ac_delim
+-MD5SUM!$MD5SUM$ac_delim
+-_ACEOF
+-
+-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
+-    break
+-  elif $ac_last_try; then
+-    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+-echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
+-   { (exit 1); exit 1; }; }
+-  else
+-    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+-  fi
+-done
+ 
+-ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+-if test -n "$ac_eof"; then
+-  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
+-  ac_eof=`expr $ac_eof + 1`
++ac_cr=`echo X | tr X '\015'`
++# On cygwin, bash can eat \r inside `` if the user requested igncr.
++# But we know of no other shell where ac_cr would be empty at this
++# point, so we can use a bashism as a fallback.
++if test "x$ac_cr" = x; then
++  eval ac_cr=\$\'\\r\'
++fi
++ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
++if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
++  ac_cs_awk_cr='\\r'
++else
++  ac_cs_awk_cr=$ac_cr
+ fi
+ 
+-cat >>$CONFIG_STATUS <<_ACEOF
+-cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
+-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+-_ACEOF
+-sed '
+-s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
+-s/^/s,@/; s/!/@,|#_!!_#|/
+-:n
+-t n
+-s/'"$ac_delim"'$/,g/; t
+-s/$/\\/; p
+-N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
+-' >>$CONFIG_STATUS <conf$$subs.sed
+-rm -f conf$$subs.sed
+-cat >>$CONFIG_STATUS <<_ACEOF
+-CEOF$ac_eof
++echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+ _ACEOF
+ 
+ 
++{
++  echo "cat >conf$$subs.awk <<_ACEOF" &&
++  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
++  echo "_ACEOF"
++} >conf$$subs.sh ||
++  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
++ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ ac_delim='%!_!# '
+ for ac_last_try in false false false false false :; do
+-  cat >conf$$subs.sed <<_ACEOF
+-MD5FMT!$MD5FMT$ac_delim
+-linttmp1!$linttmp1$ac_delim
+-linttmp2!$linttmp2$ac_delim
+-LINT!$LINT$ac_delim
+-LINTFLAGS!$LINTFLAGS$ac_delim
+-lspath!$lspath$ac_delim
+-sendmailpath!$sendmailpath$ac_delim
+-vipath!$vipath$ac_delim
+-editorpath!$editorpath$ac_delim
+-mailspool!$mailspool$ac_delim
+-CPP!$CPP$ac_delim
+-GREP!$GREP$ac_delim
+-EGREP!$EGREP$ac_delim
+-dotlockfilepath!$dotlockfilepath$ac_delim
+-SETGID_MAIL!$SETGID_MAIL$ac_delim
+-MAIL_SPOOL_GRP!$MAIL_SPOOL_GRP$ac_delim
+-TERMLIB!$TERMLIB$ac_delim
+-ICONVLIB!$ICONVLIB$ac_delim
+-NDBM_LIBS!$NDBM_LIBS$ac_delim
+-rpmdir!$rpmdir$ac_delim
+-SASLLIB!$SASLLIB$ac_delim
+-SIGNAL_H!$SIGNAL_H$ac_delim
+-LIBOBJS!$LIBOBJS$ac_delim
+-LTLIBOBJS!$LTLIBOBJS$ac_delim
+-_ACEOF
++  . ./conf$$subs.sh ||
++    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ 
+-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 24; then
++  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
++  if test $ac_delim_n = $ac_delim_num; then
+     break
+   elif $ac_last_try; then
+-    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+-echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
+-   { (exit 1); exit 1; }; }
++    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+   else
+     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+   fi
+ done
++rm -f conf$$subs.sh
+ 
+-ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+-if test -n "$ac_eof"; then
+-  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
+-  ac_eof=`expr $ac_eof + 1`
+-fi
+-
+-cat >>$CONFIG_STATUS <<_ACEOF
+-cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
+-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
+-_ACEOF
+-sed '
+-s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
+-s/^/s,@/; s/!/@,|#_!!_#|/
+-:n
+-t n
+-s/'"$ac_delim"'$/,g/; t
+-s/$/\\/; p
+-N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
+-' >>$CONFIG_STATUS <conf$$subs.sed
+-rm -f conf$$subs.sed
+-cat >>$CONFIG_STATUS <<_ACEOF
+-:end
+-s/|#_!!_#|//g
+-CEOF$ac_eof
++cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
++cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
+ _ACEOF
++sed -n '
++h
++s/^/S["/; s/!.*/"]=/
++p
++g
++s/^[^!]*!//
++:repl
++t repl
++s/'"$ac_delim"'$//
++t delim
++:nl
++h
++s/\(.\{148\}\)..*/\1/
++t more1
++s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
++p
++n
++b repl
++:more1
++s/["\\]/\\&/g; s/^/"/; s/$/"\\/
++p
++g
++s/.\{148\}//
++t nl
++:delim
++h
++s/\(.\{148\}\)..*/\1/
++t more2
++s/["\\]/\\&/g; s/^/"/; s/$/"/
++p
++b
++:more2
++s/["\\]/\\&/g; s/^/"/; s/$/"\\/
++p
++g
++s/.\{148\}//
++t delim
++' <conf$$subs.awk | sed '
++/^[^""]/{
++  N
++  s/\n//
++}
++' >>$CONFIG_STATUS || ac_write_fail=1
++rm -f conf$$subs.awk
++cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
++_ACAWK
++cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
++  for (key in S) S_is_set[key] = 1
++  FS = ""
++
++}
++{
++  line = $ 0
++  nfields = split(line, field, "@")
++  substed = 0
++  len = length(field[1])
++  for (i = 2; i < nfields; i++) {
++    key = field[i]
++    keylen = length(key)
++    if (S_is_set[key]) {
++      value = S[key]
++      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
++      len += length(value) + length(field[++i])
++      substed = 1
++    } else
++      len += 1 + keylen
++  }
++
++  print line
++}
+ 
++_ACAWK
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
++if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
++  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
++else
++  cat
++fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
++  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
++_ACEOF
+ 
+-# VPATH may cause trouble with some makes, so we remove $(srcdir),
+-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
++# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
++# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+ # trailing colons and then remove the whole line if VPATH becomes empty
+ # (actually we leave an empty line to preserve line numbers).
+ if test "x$srcdir" = x.; then
+-  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
+-s/:*\$(srcdir):*/:/
+-s/:*\${srcdir}:*/:/
+-s/:*@srcdir@:*/:/
+-s/^\([^=]*=[	 ]*\):*/\1/
++  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
++h
++s///
++s/^/:/
++s/[	 ]*$/:/
++s/:\$(srcdir):/:/g
++s/:\${srcdir}:/:/g
++s/:@srcdir@:/:/g
++s/^:*//
+ s/:*$//
++x
++s/\(=[	 ]*\).*/\1/
++G
++s/\n//
+ s/^[^=]*=[	 ]*$//
+ }'
+ fi
+ 
+-cat >>$CONFIG_STATUS <<\_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ fi # test -n "$CONFIG_FILES"
+ 
++# Set up the scripts for CONFIG_HEADERS section.
++# No need to generate them if there are no CONFIG_HEADERS.
++# This happens for instance with `./config.status Makefile'.
++if test -n "$CONFIG_HEADERS"; then
++cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
++BEGIN {
++_ACEOF
++
++# Transform confdefs.h into an awk script `defines.awk', embedded as
++# here-document in config.status, that substitutes the proper values into
++# config.h.in to produce config.h.
++
++# Create a delimiter string that does not exist in confdefs.h, to ease
++# handling of long lines.
++ac_delim='%!_!# '
++for ac_last_try in false false :; do
++  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
++  if test -z "$ac_tt"; then
++    break
++  elif $ac_last_try; then
++    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
++  else
++    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
++  fi
++done
++
++# For the awk script, D is an array of macro values keyed by name,
++# likewise P contains macro parameters if any.  Preserve backslash
++# newline sequences.
++
++ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
++sed -n '
++s/.\{148\}/&'"$ac_delim"'/g
++t rset
++:rset
++s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
++t def
++d
++:def
++s/\\$//
++t bsnl
++s/["\\]/\\&/g
++s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
++D["\1"]=" \3"/p
++s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
++d
++:bsnl
++s/["\\]/\\&/g
++s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
++D["\1"]=" \3\\\\\\n"\\/p
++t cont
++s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
++t cont
++d
++:cont
++n
++s/.\{148\}/&'"$ac_delim"'/g
++t clear
++:clear
++s/\\$//
++t bsnlc
++s/["\\]/\\&/g; s/^/"/; s/$/"/p
++d
++:bsnlc
++s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
++b cont
++' <confdefs.h | sed '
++s/'"$ac_delim"'/"\\\
++"/g' >>$CONFIG_STATUS || ac_write_fail=1
++
++cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
++  for (key in D) D_is_set[key] = 1
++  FS = ""
++}
++/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
++  line = \$ 0
++  split(line, arg, " ")
++  if (arg[1] == "#") {
++    defundef = arg[2]
++    mac1 = arg[3]
++  } else {
++    defundef = substr(arg[1], 2)
++    mac1 = arg[2]
++  }
++  split(mac1, mac2, "(") #)
++  macro = mac2[1]
++  prefix = substr(line, 1, index(line, defundef) - 1)
++  if (D_is_set[macro]) {
++    # Preserve the white space surrounding the "#".
++    print prefix "define", macro P[macro] D[macro]
++    next
++  } else {
++    # Replace #undef with comments.  This is necessary, for example,
++    # in the case of _POSIX_SOURCE, which is predefined and required
++    # on some systems where configure will not decide to define it.
++    if (defundef == "undef") {
++      print "/*", prefix defundef, macro, "*/"
++      next
++    }
++  }
++}
++{ print }
++_ACAWK
++_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
++  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
++fi # test -n "$CONFIG_HEADERS"
++
+ 
+-for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
++eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
++shift
++for ac_tag
+ do
+   case $ac_tag in
+   :[FHLC]) ac_mode=$ac_tag; continue;;
+   esac
+   case $ac_mode$ac_tag in
+   :[FHL]*:*);;
+-  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
+-echo "$as_me: error: Invalid tag $ac_tag." >&2;}
+-   { (exit 1); exit 1; }; };;
++  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
+   :[FH]-) ac_tag=-:-;;
+   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+   esac
+@@ -10985,7 +9719,7 @@ echo "$as_me: error: Invalid tag $ac_tag
+     for ac_f
+     do
+       case $ac_f in
+-      -) ac_f="$tmp/stdin";;
++      -) ac_f="$ac_tmp/stdin";;
+       *) # Look for the file first in the build tree, then in the source tree
+ 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
+ 	 # because $ac_f cannot contain `:'.
+@@ -10994,26 +9728,34 @@ echo "$as_me: error: Invalid tag $ac_tag
+ 	   [\\/$]*) false;;
+ 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+ 	   esac ||
+-	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
+-echo "$as_me: error: cannot find input file: $ac_f" >&2;}
+-   { (exit 1); exit 1; }; };;
++	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+       esac
+-      ac_file_inputs="$ac_file_inputs $ac_f"
++      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
++      as_fn_append ac_file_inputs " '$ac_f'"
+     done
+ 
+     # Let's still pretend it is `configure' which instantiates (i.e., don't
+     # use $as_me), people would be surprised to read:
+     #    /* config.h.  Generated by config.status.  */
+-    configure_input="Generated from "`IFS=:
+-	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
++    configure_input='Generated from '`
++	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
++	`' by configure.'
+     if test x"$ac_file" != x-; then
+       configure_input="$ac_file.  $configure_input"
+-      { echo "$as_me:$LINENO: creating $ac_file" >&5
+-echo "$as_me: creating $ac_file" >&6;}
++      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
++$as_echo "$as_me: creating $ac_file" >&6;}
+     fi
++    # Neutralize special characters interpreted by sed in replacement strings.
++    case $configure_input in #(
++    *\&* | *\|* | *\\* )
++       ac_sed_conf_input=`$as_echo "$configure_input" |
++       sed 's/[\\\\&|]/\\\\&/g'`;; #(
++    *) ac_sed_conf_input=$configure_input;;
++    esac
+ 
+     case $ac_tag in
+-    *:-:* | *:-) cat >"$tmp/stdin";;
++    *:-:* | *:-) cat >"$ac_tmp/stdin" \
++      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+     esac
+     ;;
+   esac
+@@ -11023,42 +9765,7 @@ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^
+ 	 X"$ac_file" : 'X\(//\)[^/]' \| \
+ 	 X"$ac_file" : 'X\(//\)$' \| \
+ 	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+-echo X"$ac_file" |
+-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+-	    s//\1/
+-	    q
+-	  }
+-	  /^X\(\/\/\)[^/].*/{
+-	    s//\1/
+-	    q
+-	  }
+-	  /^X\(\/\/\)$/{
+-	    s//\1/
+-	    q
+-	  }
+-	  /^X\(\/\).*/{
+-	    s//\1/
+-	    q
+-	  }
+-	  s/.*/./; q'`
+-  { as_dir="$ac_dir"
+-  case $as_dir in #(
+-  -*) as_dir=./$as_dir;;
+-  esac
+-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
+-    as_dirs=
+-    while :; do
+-      case $as_dir in #(
+-      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
+-      *) as_qdir=$as_dir;;
+-      esac
+-      as_dirs="'$as_qdir' $as_dirs"
+-      as_dir=`$as_dirname -- "$as_dir" ||
+-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+-	 X"$as_dir" : 'X\(//\)[^/]' \| \
+-	 X"$as_dir" : 'X\(//\)$' \| \
+-	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+-echo X"$as_dir" |
++$as_echo X"$ac_file" |
+     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ 	    s//\1/
+ 	    q
+@@ -11076,20 +9783,15 @@ echo X"$as_dir" |
+ 	    q
+ 	  }
+ 	  s/.*/./; q'`
+-      test -d "$as_dir" && break
+-    done
+-    test -z "$as_dirs" || eval "mkdir $as_dirs"
+-  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
+-echo "$as_me: error: cannot create directory $as_dir" >&2;}
+-   { (exit 1); exit 1; }; }; }
++  as_dir="$ac_dir"; as_fn_mkdir_p
+   ac_builddir=.
+ 
+ case "$ac_dir" in
+ .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+ *)
+-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
++  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+   # A ".." for each directory in $ac_dir_suffix.
+-  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
++  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+   case $ac_top_builddir_sub in
+   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+@@ -11134,12 +9836,12 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_
+   esac
+ _ACEOF
+ 
+-cat >>$CONFIG_STATUS <<\_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ # If the template does not know about datarootdir, expand it.
+ # FIXME: This hack should be removed a few years after 2.60.
+ ac_datarootdir_hack=; ac_datarootdir_seen=
+-
+-case `sed -n '/datarootdir/ {
++ac_sed_dataroot='
++/datarootdir/ {
+   p
+   q
+ }
+@@ -11147,36 +9849,37 @@ case `sed -n '/datarootdir/ {
+ /@docdir@/p
+ /@infodir@/p
+ /@localedir@/p
+-/@mandir@/p
+-' $ac_file_inputs` in
++/@mandir@/p'
++case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+ *datarootdir*) ac_datarootdir_seen=yes;;
+ *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+-  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+-echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
++  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
++$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+ _ACEOF
+-cat >>$CONFIG_STATUS <<_ACEOF
++cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+   ac_datarootdir_hack='
+   s&@datadir@&$datadir&g
+   s&@docdir@&$docdir&g
+   s&@infodir@&$infodir&g
+   s&@localedir@&$localedir&g
+   s&@mandir@&$mandir&g
+-    s&\\\${datarootdir}&$datarootdir&g' ;;
++  s&\\\${datarootdir}&$datarootdir&g' ;;
+ esac
+ _ACEOF
+ 
+ # Neutralize VPATH when `$srcdir' = `.'.
+ # Shell code in configure.ac might set extrasub.
+ # FIXME: do we really want to maintain this feature?
+-cat >>$CONFIG_STATUS <<_ACEOF
+-  sed "$ac_vpsub
++cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
++ac_sed_extra="$ac_vpsub
+ $extrasub
+ _ACEOF
+-cat >>$CONFIG_STATUS <<\_ACEOF
++cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ :t
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+-s&@configure_input@&$configure_input&;t t
++s|@configure_input@|$ac_sed_conf_input|;t t
+ s&@top_builddir@&$ac_top_builddir_sub&;t t
++s&@top_build_prefix@&$ac_top_build_prefix&;t t
+ s&@srcdir@&$ac_srcdir&;t t
+ s&@abs_srcdir@&$ac_abs_srcdir&;t t
+ s&@top_srcdir@&$ac_top_srcdir&;t t
+@@ -11187,135 +9890,66 @@ s&@abs_top_builddir@&$ac_abs_top_builddi
+ s&@INSTALL@&$ac_INSTALL&;t t
+ s&@MKDIR_P@&$ac_MKDIR_P&;t t
+ $ac_datarootdir_hack
+-" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
++"
++eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
++  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ 
+ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+-  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
+-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
+-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+-which seems to be undefined.  Please make sure it is defined." >&5
+-echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+-which seems to be undefined.  Please make sure it is defined." >&2;}
++  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
++  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
++      "$ac_tmp/out"`; test -z "$ac_out"; } &&
++  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
++which seems to be undefined.  Please make sure it is defined" >&5
++$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
++which seems to be undefined.  Please make sure it is defined" >&2;}
+ 
+-  rm -f "$tmp/stdin"
++  rm -f "$ac_tmp/stdin"
+   case $ac_file in
+-  -) cat "$tmp/out"; rm -f "$tmp/out";;
+-  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
+-  esac
++  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
++  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
++  esac \
++  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+  ;;
+   :H)
+   #
+   # CONFIG_HEADER
+   #
+-_ACEOF
+-
+-# Transform confdefs.h into a sed script `conftest.defines', that
+-# substitutes the proper values into config.h.in to produce config.h.
+-rm -f conftest.defines conftest.tail
+-# First, append a space to every undef/define line, to ease matching.
+-echo 's/$/ /' >conftest.defines
+-# Then, protect against being on the right side of a sed subst, or in
+-# an unquoted here document, in config.status.  If some macros were
+-# called several times there might be several #defines for the same
+-# symbol, which is useless.  But do not sort them, since the last
+-# AC_DEFINE must be honored.
+-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
+-# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
+-# NAME is the cpp macro being defined, VALUE is the value it is being given.
+-# PARAMS is the parameter list in the macro definition--in most cases, it's
+-# just an empty string.
+-ac_dA='s,^\\([	 #]*\\)[^	 ]*\\([	 ]*'
+-ac_dB='\\)[	 (].*,\\1define\\2'
+-ac_dC=' '
+-ac_dD=' ,'
+-
+-uniq confdefs.h |
+-  sed -n '
+-	t rset
+-	:rset
+-	s/^[	 ]*#[	 ]*define[	 ][	 ]*//
+-	t ok
+-	d
+-	:ok
+-	s/[\\&,]/\\&/g
+-	s/^\('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
+-	s/^\('"$ac_word_re"'\)[	 ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
+-  ' >>conftest.defines
+-
+-# Remove the space that was appended to ease matching.
+-# Then replace #undef with comments.  This is necessary, for
+-# example, in the case of _POSIX_SOURCE, which is predefined and required
+-# on some systems where configure will not decide to define it.
+-# (The regexp can be short, since the line contains either #define or #undef.)
+-echo 's/ $//
+-s,^[	 #]*u.*,/* & */,' >>conftest.defines
+-
+-# Break up conftest.defines:
+-ac_max_sed_lines=50
+-
+-# First sed command is:	 sed -f defines.sed $ac_file_inputs >"$tmp/out1"
+-# Second one is:	 sed -f defines.sed "$tmp/out1" >"$tmp/out2"
+-# Third one will be:	 sed -f defines.sed "$tmp/out2" >"$tmp/out1"
+-# et cetera.
+-ac_in='$ac_file_inputs'
+-ac_out='"$tmp/out1"'
+-ac_nxt='"$tmp/out2"'
+-
+-while :
+-do
+-  # Write a here document:
+-    cat >>$CONFIG_STATUS <<_ACEOF
+-    # First, check the format of the line:
+-    cat >"\$tmp/defines.sed" <<\\CEOF
+-/^[	 ]*#[	 ]*undef[	 ][	 ]*$ac_word_re[	 ]*\$/b def
+-/^[	 ]*#[	 ]*define[	 ][	 ]*$ac_word_re[(	 ]/b def
+-b
+-:def
+-_ACEOF
+-  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
+-  echo 'CEOF
+-    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
+-  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
+-  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
+-  grep . conftest.tail >/dev/null || break
+-  rm -f conftest.defines
+-  mv conftest.tail conftest.defines
+-done
+-rm -f conftest.defines conftest.tail
+-
+-echo "ac_result=$ac_in" >>$CONFIG_STATUS
+-cat >>$CONFIG_STATUS <<\_ACEOF
+   if test x"$ac_file" != x-; then
+-    echo "/* $configure_input  */" >"$tmp/config.h"
+-    cat "$ac_result" >>"$tmp/config.h"
+-    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
+-      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
+-echo "$as_me: $ac_file is unchanged" >&6;}
++    {
++      $as_echo "/* $configure_input  */" \
++      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
++    } >"$ac_tmp/config.h" \
++      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
++    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
++      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
++$as_echo "$as_me: $ac_file is unchanged" >&6;}
+     else
+-      rm -f $ac_file
+-      mv "$tmp/config.h" $ac_file
++      rm -f "$ac_file"
++      mv "$ac_tmp/config.h" "$ac_file" \
++	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
+     fi
+   else
+-    echo "/* $configure_input  */"
+-    cat "$ac_result"
++    $as_echo "/* $configure_input  */" \
++      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
++      || as_fn_error $? "could not create -" "$LINENO" 5
+   fi
+-  rm -f "$tmp/out12"
+-# Compute $ac_file's index in $config_headers.
++# Compute "$ac_file"'s index in $config_headers.
++_am_arg="$ac_file"
+ _am_stamp_count=1
+ for _am_header in $config_headers :; do
+   case $_am_header in
+-    $ac_file | $ac_file:* )
++    $_am_arg | $_am_arg:* )
+       break ;;
+     * )
+       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+   esac
+ done
+-echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
+-$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+-	 X$ac_file : 'X\(//\)[^/]' \| \
+-	 X$ac_file : 'X\(//\)$' \| \
+-	 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
+-echo X$ac_file |
++echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
++$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
++	 X"$_am_arg" : 'X\(//\)[^/]' \| \
++	 X"$_am_arg" : 'X\(//\)$' \| \
++	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
++$as_echo X"$_am_arg" |
+     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ 	    s//\1/
+ 	    q
+@@ -11335,30 +9969,40 @@ echo X$ac_file |
+ 	  s/.*/./; q'`/stamp-h$_am_stamp_count
+  ;;
+ 
+-  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
+-echo "$as_me: executing $ac_file commands" >&6;}
++  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
++$as_echo "$as_me: executing $ac_file commands" >&6;}
+  ;;
+   esac
+ 
+ 
+   case $ac_file$ac_mode in
+-    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
+-  # Strip MF so we end up with the name of the file.
+-  mf=`echo "$mf" | sed -e 's/:.*$//'`
+-  # Check whether this is an Automake generated Makefile or not.
+-  # We used to match only the files named `Makefile.in', but
+-  # some people rename them; so instead we look at the file content.
+-  # Grep'ing the first line is not enough: some people post-process
+-  # each Makefile.in and add a new line on top of each file to say so.
+-  # Grep'ing the whole file is not good either: AIX grep has a line
+-  # limit of 2048, but all sed's we know have understand at least 4000.
+-  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
+-    dirpart=`$as_dirname -- "$mf" ||
++    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
++  # Older Autoconf quotes --file arguments for eval, but not when files
++  # are listed without --file.  Let's play safe and only enable the eval
++  # if we detect the quoting.
++  case $CONFIG_FILES in
++  *\'*) eval set x "$CONFIG_FILES" ;;
++  *)   set x $CONFIG_FILES ;;
++  esac
++  shift
++  for mf
++  do
++    # Strip MF so we end up with the name of the file.
++    mf=`echo "$mf" | sed -e 's/:.*$//'`
++    # Check whether this is an Automake generated Makefile or not.
++    # We used to match only the files named 'Makefile.in', but
++    # some people rename them; so instead we look at the file content.
++    # Grep'ing the first line is not enough: some people post-process
++    # each Makefile.in and add a new line on top of each file to say so.
++    # Grep'ing the whole file is not good either: AIX grep has a line
++    # limit of 2048, but all sed's we know have understand at least 4000.
++    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
++      dirpart=`$as_dirname -- "$mf" ||
+ $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ 	 X"$mf" : 'X\(//\)[^/]' \| \
+ 	 X"$mf" : 'X\(//\)$' \| \
+ 	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+-echo X"$mf" |
++$as_echo X"$mf" |
+     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ 	    s//\1/
+ 	    q
+@@ -11376,68 +10020,31 @@ echo X"$mf" |
+ 	    q
+ 	  }
+ 	  s/.*/./; q'`
+-  else
+-    continue
+-  fi
+-  # Extract the definition of DEPDIR, am__include, and am__quote
+-  # from the Makefile without running `make'.
+-  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+-  test -z "$DEPDIR" && continue
+-  am__include=`sed -n 's/^am__include = //p' < "$mf"`
+-  test -z "am__include" && continue
+-  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+-  # When using ansi2knr, U may be empty or an underscore; expand it
+-  U=`sed -n 's/^U = //p' < "$mf"`
+-  # Find all dependency output files, they are included files with
+-  # $(DEPDIR) in their names.  We invoke sed twice because it is the
+-  # simplest approach to changing $(DEPDIR) to its actual value in the
+-  # expansion.
+-  for file in `sed -n "
+-    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+-       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+-    # Make sure the directory exists.
+-    test -f "$dirpart/$file" && continue
+-    fdir=`$as_dirname -- "$file" ||
++    else
++      continue
++    fi
++    # Extract the definition of DEPDIR, am__include, and am__quote
++    # from the Makefile without running 'make'.
++    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
++    test -z "$DEPDIR" && continue
++    am__include=`sed -n 's/^am__include = //p' < "$mf"`
++    test -z "$am__include" && continue
++    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
++    # Find all dependency output files, they are included files with
++    # $(DEPDIR) in their names.  We invoke sed twice because it is the
++    # simplest approach to changing $(DEPDIR) to its actual value in the
++    # expansion.
++    for file in `sed -n "
++      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
++	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
++      # Make sure the directory exists.
++      test -f "$dirpart/$file" && continue
++      fdir=`$as_dirname -- "$file" ||
+ $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ 	 X"$file" : 'X\(//\)[^/]' \| \
+ 	 X"$file" : 'X\(//\)$' \| \
+ 	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+-echo X"$file" |
+-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+-	    s//\1/
+-	    q
+-	  }
+-	  /^X\(\/\/\)[^/].*/{
+-	    s//\1/
+-	    q
+-	  }
+-	  /^X\(\/\/\)$/{
+-	    s//\1/
+-	    q
+-	  }
+-	  /^X\(\/\).*/{
+-	    s//\1/
+-	    q
+-	  }
+-	  s/.*/./; q'`
+-    { as_dir=$dirpart/$fdir
+-  case $as_dir in #(
+-  -*) as_dir=./$as_dir;;
+-  esac
+-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
+-    as_dirs=
+-    while :; do
+-      case $as_dir in #(
+-      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
+-      *) as_qdir=$as_dir;;
+-      esac
+-      as_dirs="'$as_qdir' $as_dirs"
+-      as_dir=`$as_dirname -- "$as_dir" ||
+-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+-	 X"$as_dir" : 'X\(//\)[^/]' \| \
+-	 X"$as_dir" : 'X\(//\)$' \| \
+-	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+-echo X"$as_dir" |
++$as_echo X"$file" |
+     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ 	    s//\1/
+ 	    q
+@@ -11455,16 +10062,12 @@ echo X"$as_dir" |
+ 	    q
+ 	  }
+ 	  s/.*/./; q'`
+-      test -d "$as_dir" && break
++      as_dir=$dirpart/$fdir; as_fn_mkdir_p
++      # echo "creating $dirpart/$file"
++      echo '# dummy' > "$dirpart/$file"
+     done
+-    test -z "$as_dirs" || eval "mkdir $as_dirs"
+-  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
+-echo "$as_me: error: cannot create directory $as_dir" >&2;}
+-   { (exit 1); exit 1; }; }; }
+-    # echo "creating $dirpart/$file"
+-    echo '# dummy' > "$dirpart/$file"
+   done
+-done
++}
+  ;;
+     "build-directories":C) test -d etc || ${MKDIR_P} etc
+ test -d man || ${MKDIR_P} man ;;
+@@ -11473,11 +10076,13 @@ test -d man || ${MKDIR_P} man ;;
+ done # for ac_tag
+ 
+ 
+-{ (exit 0); exit 0; }
++as_fn_exit 0
+ _ACEOF
+-chmod +x $CONFIG_STATUS
+ ac_clean_files=$ac_clean_files_save
+ 
++test $ac_write_fail = 0 ||
++  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
++
+ 
+ 
+ eval "nmhbin=${bindir}";         eval "nmhbin=${nmhbin}"
+@@ -11486,7 +10091,7 @@ eval "nmhlib=${libdir}";         eval "n
+ eval "nmhman=${mandir}";         eval "nmhman=${nmhman}"
+ eval "nmhrpm=${nmhrpm}";
+ 
+-{ echo "$as_me:$LINENO:
++{ $as_echo "$as_me:${as_lineno-$LINENO}:
+ nmh configuration
+ -----------------
+ nmh version                : 1.5
+@@ -11510,7 +10115,7 @@ default pager              : ${pagerpath
+ SASL support               : ${sasl_support}
+ TLS support                : ${tls_support}
+ " >&5
+-echo "$as_me:
++$as_echo "$as_me:
+ nmh configuration
+ -----------------
+ nmh version                : 1.5
+@@ -11553,6 +10158,10 @@ if test "$no_create" != yes; then
+   exec 5>>config.log
+   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+   # would make configure fail if this is the last instruction.
+-  $ac_cs_success || { (exit 1); exit 1; }
++  $ac_cs_success || as_fn_exit 1
++fi
++if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
++  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
++$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+ fi
+ 
+diff -urNp nmh-1.5/configure.ac nmh-1.5.fixed/configure.ac
+--- nmh-1.5/configure.ac	2012-06-10 23:06:19.000000000 -0500
++++ nmh-1.5.fixed/configure.ac	2013-08-09 09:22:08.009459696 -0500
+@@ -15,6 +15,8 @@ AC_CANONICAL_HOST
+ AC_MSG_NOTICE([configuring for AC_PACKAGE_NAME-AC_PACKAGE_VERSION])
+ AC_SUBST(VERSION,AC_PACKAGE_VERSION)dnl
+ 
++AM_PROG_AR
++
+ dnl What date of nmh are we building?
+ DATE=`cat ${srcdir}/DATE`
+ AC_MSG_NOTICE([configuring for nmh dated $DATE])
+diff -urNp nmh-1.5/Makefile.am nmh-1.5.fixed/Makefile.am
+--- nmh-1.5/Makefile.am	2012-06-10 23:06:19.000000000 -0500
++++ nmh-1.5.fixed/Makefile.am	2013-08-09 09:21:50.722134614 -0500
+@@ -573,14 +573,6 @@ rpm: dist
+ 	  -ba $(rpmdir)/SPECS/nmh.spec
+ .PHONY: rpm
+ 
+-##
+-## A target to build information needed by cscope
+-##
+-cscope:
+-	echo "-I $(srcdir)/h -I $(srcdir)/sbr -I $(srcdir)/uip -I $(srcdir)/mts/smtp" > cscope.files
+-	find $(srcdir) \( -name docs -prune \) -o \( -name \*.c -o -name \*.l \) -print | grep -v dtimep.c >> cscope.files
+-.PHONY: cscope
+-
+ 
+ ##
+ ## Use GNU gcov to find the coverage of the test suite.
+diff -urNp nmh-1.5/Makefile.in nmh-1.5.fixed/Makefile.in
+--- nmh-1.5/Makefile.in	2012-06-10 23:14:07.000000000 -0500
++++ nmh-1.5.fixed/Makefile.in	2013-08-09 09:22:14.853192974 -0500
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.13.4 from Makefile.am.
+ # @configure_input@
+ 
+-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# Copyright (C) 1994-2013 Free Software Foundation, Inc.
++
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -19,9 +19,55 @@
+ 
+ 
+ VPATH = @srcdir@
++am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
++am__make_running_with_option = \
++  case $${target_option-} in \
++      ?) ;; \
++      *) echo "am__make_running_with_option: internal error: invalid" \
++              "target option '$${target_option-}' specified" >&2; \
++         exit 1;; \
++  esac; \
++  has_opt=no; \
++  sane_makeflags=$$MAKEFLAGS; \
++  if $(am__is_gnu_make); then \
++    sane_makeflags=$$MFLAGS; \
++  else \
++    case $$MAKEFLAGS in \
++      *\\[\ \	]*) \
++        bs=\\; \
++        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
++          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
++    esac; \
++  fi; \
++  skip_next=no; \
++  strip_trailopt () \
++  { \
++    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
++  }; \
++  for flg in $$sane_makeflags; do \
++    test $$skip_next = yes && { skip_next=no; continue; }; \
++    case $$flg in \
++      *=*|--*) continue;; \
++        -*I) strip_trailopt 'I'; skip_next=yes;; \
++      -*I?*) strip_trailopt 'I';; \
++        -*O) strip_trailopt 'O'; skip_next=yes;; \
++      -*O?*) strip_trailopt 'O';; \
++        -*l) strip_trailopt 'l'; skip_next=yes;; \
++      -*l?*) strip_trailopt 'l';; \
++      -[dEDm]) skip_next=yes;; \
++      -[JT]) skip_next=yes;; \
++    esac; \
++    case $$flg in \
++      *$$target_option*) has_opt=yes; break;; \
++    esac; \
++  done; \
++  test $$has_opt = yes
++am__make_dryrun = (target_option=n; $(am__make_running_with_option))
++am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
+ pkgdatadir = $(datadir)/@PACKAGE@
+-pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
++pkglibdir = $(libdir)/@PACKAGE@
++pkglibexecdir = $(libexecdir)/@PACKAGE@
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ install_sh_DATA = $(install_sh) -c -m 644
+ install_sh_PROGRAM = $(install_sh) -c
+@@ -56,13 +102,13 @@ auxexec_PROGRAMS = uip/ap$(EXEEXT) uip/c
+ 	uip/rcvstore$(EXEEXT) uip/rcvtty$(EXEEXT) uip/slocal$(EXEEXT) \
+ 	uip/spost$(EXEEXT) uip/viamail$(EXEEXT) uip/mhtest$(EXEEXT)
+ subdir = .
+-DIST_COMMON = README $(am__configure_deps) $(dist_contrib_DATA) \
++DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
++	$(top_srcdir)/configure $(am__configure_deps) \
++	$(srcdir)/config.h.in $(top_srcdir)/test/common.sh.in \
++	sbr/dtimep.c depcomp ylwrap $(dist_contrib_DATA) \
+ 	$(dist_doc_DATA) $(dist_sysconf_DATA) $(noinst_HEADERS) \
+-	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+-	$(srcdir)/config.h.in $(top_srcdir)/configure \
+-	$(top_srcdir)/test/common.sh.in ChangeLog INSTALL NEWS compile \
+-	config.guess config.sub depcomp install-sh missing \
+-	sbr/dtimep.c ylwrap
++	test-driver ChangeLog INSTALL NEWS README ar-lib compile \
++	config.guess config.sub install-sh missing
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/m4/ndbm.m4 \
+ 	$(top_srcdir)/m4/netlibs.m4 $(top_srcdir)/m4/readline.m4 \
+@@ -74,9 +120,13 @@ am__CONFIG_DISTCLEAN_FILES = config.stat
+ mkinstalldirs = $(install_sh) -d
+ CONFIG_HEADER = config.h
+ CONFIG_CLEAN_FILES = test/common.sh
++CONFIG_CLEAN_VPATH_FILES =
+ LIBRARIES = $(noinst_LIBRARIES)
+-AR = ar
+ ARFLAGS = cru
++AM_V_AR = $(am__v_AR_ at AM_V@)
++am__v_AR_ = $(am__v_AR_ at AM_DEFAULT_V@)
++am__v_AR_0 = @echo "  AR      " $@;
++am__v_AR_1 = 
+ mts_libmts_a_AR = $(AR) $(ARFLAGS)
+ mts_libmts_a_LIBADD =
+ am__dirstamp = $(am__leading_dot)dirstamp
+@@ -191,8 +241,6 @@ am__installdirs = "$(DESTDIR)$(auxexecdi
+ 	"$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \
+ 	"$(DESTDIR)$(contribdir)" "$(DESTDIR)$(docdir)" \
+ 	"$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(sysconfdir)"
+-auxexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ PROGRAMS = $(auxexec_PROGRAMS) $(bin_PROGRAMS)
+ am_test_fakesmtp_OBJECTS = test/fakesmtp.$(OBJEXT)
+ test_fakesmtp_OBJECTS = $(am_test_fakesmtp_OBJECTS)
+@@ -435,16 +483,71 @@ am_uip_whom_OBJECTS = uip/whom.$(OBJEXT)
+ uip_whom_OBJECTS = $(am_uip_whom_OBJECTS)
+ uip_whom_LDADD = $(LDADD)
+ uip_whom_DEPENDENCIES = sbr/libmh.a sbr/libdtimep.a
+-binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++    *) f=$$p;; \
++  esac;
++am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
++am__install_max = 40
++am__nobase_strip_setup = \
++  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
++am__nobase_strip = \
++  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
++am__nobase_list = $(am__nobase_strip_setup); \
++  for p in $$list; do echo "$$p $$p"; done | \
++  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
++  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
++    if (++n[$$2] == $(am__install_max)) \
++      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
++    END { for (dir in files) print dir, files[dir] }'
++am__base_list = \
++  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
++  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
++am__uninstall_files_from_dir = { \
++  test -z "$$files" \
++    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
++    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
++         $(am__cd) "$$dir" && rm -f $$files; }; \
++  }
+ SCRIPTS = $(bin_SCRIPTS)
++AM_V_P = $(am__v_P_ at AM_V@)
++am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
++am__v_P_0 = false
++am__v_P_1 = :
++AM_V_GEN = $(am__v_GEN_ at AM_V@)
++am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
++am__v_GEN_0 = @echo "  GEN     " $@;
++am__v_GEN_1 = 
++AM_V_at = $(am__v_at_ at AM_V@)
++am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
++am__v_at_0 = @
++am__v_at_1 = 
+ DEFAULT_INCLUDES = -I. at am__isrc@
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles
++am__mv = mv -f
++AM_V_lt = $(am__v_lt_ at AM_V@)
++am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
++am__v_lt_0 = --silent
++am__v_lt_1 = 
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++AM_V_CC = $(am__v_CC_ at AM_V@)
++am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
++am__v_CC_0 = @echo "  CC      " $@;
++am__v_CC_1 = 
+ CCLD = $(CC)
+ LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+-LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
++AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
++am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
++am__v_CCLD_0 = @echo "  CCLD    " $@;
++am__v_CCLD_1 = 
++LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
++AM_V_LEX = $(am__v_LEX_ at AM_V@)
++am__v_LEX_ = $(am__v_LEX_ at AM_DEFAULT_V@)
++am__v_LEX_0 = @echo "  LEX     " $@;
++am__v_LEX_1 = 
+ YLWRAP = $(top_srcdir)/ylwrap
+ SOURCES = $(mts_libmts_a_SOURCES) $(sbr_libdtimep_a_SOURCES) \
+ 	$(sbr_libmh_a_SOURCES) $(test_fakesmtp_SOURCES) \
+@@ -492,39 +595,238 @@ DIST_SOURCES = $(mts_libmts_a_SOURCES) $
+ 	$(uip_show_SOURCES) $(uip_slocal_SOURCES) $(uip_sortm_SOURCES) \
+ 	$(uip_spost_SOURCES) $(uip_viamail_SOURCES) \
+ 	$(uip_whatnow_SOURCES) $(uip_whom_SOURCES)
++am__can_run_installinfo = \
++  case $$AM_UPDATE_INFO_DIR in \
++    n|no|NO) false;; \
++    *) (install-info --version) >/dev/null 2>&1;; \
++  esac
+ man1dir = $(mandir)/man1
+ man5dir = $(mandir)/man5
+ man8dir = $(mandir)/man8
+ NROFF = nroff
+ MANS = $(man_MANS)
+-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+-am__vpath_adj = case $$p in \
+-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+-    *) f=$$p;; \
+-  esac;
+-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+-dist_contribDATA_INSTALL = $(INSTALL_DATA)
+-dist_docDATA_INSTALL = $(INSTALL_DATA)
+-dist_sysconfDATA_INSTALL = $(INSTALL_DATA)
+-sysconfDATA_INSTALL = $(INSTALL_DATA)
+ DATA = $(dist_contrib_DATA) $(dist_doc_DATA) $(dist_sysconf_DATA) \
+ 	$(sysconf_DATA)
+ HEADERS = $(noinst_HEADERS)
++am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
++	$(LISP)config.h.in
++# Read a list of newline-separated strings from the standard input,
++# and print each of them once, without duplicates.  Input order is
++# *not* preserved.
++am__uniquify_input = $(AWK) '\
++  BEGIN { nonempty = 0; } \
++  { items[$$0] = 1; nonempty = 1; } \
++  END { if (nonempty) { for (i in items) print i; }; } \
++'
++# Make sure the list of sources is unique.  This is necessary because,
++# e.g., the same source file might be shared among _SOURCES variables
++# for different programs/libraries.
++am__define_uniq_tagged_files = \
++  list='$(am__tagged_files)'; \
++  unique=`for i in $$list; do \
++    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
++  done | $(am__uniquify_input)`
+ ETAGS = etags
+ CTAGS = ctags
++CSCOPE = cscope
++AM_RECURSIVE_TARGETS = cscope check recheck
++am__tty_colors_dummy = \
++  mgn= red= grn= lgn= blu= brg= std=; \
++  am__color_tests=no
++am__tty_colors = { \
++  $(am__tty_colors_dummy); \
++  if test "X$(AM_COLOR_TESTS)" = Xno; then \
++    am__color_tests=no; \
++  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
++    am__color_tests=yes; \
++  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
++    am__color_tests=yes; \
++  fi; \
++  if test $$am__color_tests = yes; then \
++    red=''; \
++    grn=''; \
++    lgn=''; \
++    blu=''; \
++    mgn=''; \
++    brg=''; \
++    std=''; \
++  fi; \
++}
++am__recheck_rx = ^[ 	]*:recheck:[ 	]*
++am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
++am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
++# A command that, given a newline-separated list of test names on the
++# standard input, print the name of the tests that are to be re-run
++# upon "make recheck".
++am__list_recheck_tests = $(AWK) '{ \
++  recheck = 1; \
++  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
++    { \
++      if (rc < 0) \
++        { \
++          if ((getline line2 < ($$0 ".log")) < 0) \
++	    recheck = 0; \
++          break; \
++        } \
++      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
++        { \
++          recheck = 0; \
++          break; \
++        } \
++      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
++        { \
++          break; \
++        } \
++    }; \
++  if (recheck) \
++    print $$0; \
++  close ($$0 ".trs"); \
++  close ($$0 ".log"); \
++}'
++# A command that, given a newline-separated list of test names on the
++# standard input, create the global log from their .trs and .log files.
++am__create_global_log = $(AWK) ' \
++function fatal(msg) \
++{ \
++  print "fatal: making $@: " msg | "cat >&2"; \
++  exit 1; \
++} \
++function rst_section(header) \
++{ \
++  print header; \
++  len = length(header); \
++  for (i = 1; i <= len; i = i + 1) \
++    printf "="; \
++  printf "\n\n"; \
++} \
++{ \
++  copy_in_global_log = 1; \
++  global_test_result = "RUN"; \
++  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
++    { \
++      if (rc < 0) \
++         fatal("failed to read from " $$0 ".trs"); \
++      if (line ~ /$(am__global_test_result_rx)/) \
++        { \
++          sub("$(am__global_test_result_rx)", "", line); \
++          sub("[ 	]*$$", "", line); \
++          global_test_result = line; \
++        } \
++      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
++        copy_in_global_log = 0; \
++    }; \
++  if (copy_in_global_log) \
++    { \
++      rst_section(global_test_result ": " $$0); \
++      while ((rc = (getline line < ($$0 ".log"))) != 0) \
++      { \
++        if (rc < 0) \
++          fatal("failed to read from " $$0 ".log"); \
++        print line; \
++      }; \
++      printf "\n"; \
++    }; \
++  close ($$0 ".trs"); \
++  close ($$0 ".log"); \
++}'
++# Restructured Text title.
++am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
++# Solaris 10 'make', and several other traditional 'make' implementations,
++# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
++# by disabling -e (using the XSI extension "set +e") if it's set.
++am__sh_e_setup = case $$- in *e*) set +e;; esac
++# Default flags passed to test drivers.
++am__common_driver_flags = \
++  --color-tests "$$am__color_tests" \
++  --enable-hard-errors "$$am__enable_hard_errors" \
++  --expect-failure "$$am__expect_failure"
++# To be inserted before the command running the test.  Creates the
++# directory for the log if needed.  Stores in $dir the directory
++# containing $f, in $tst the test, in $log the log.  Executes the
++# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
++# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
++# will run the test scripts (or their associated LOG_COMPILER, if
++# thy have one).
++am__check_pre = \
++$(am__sh_e_setup);					\
++$(am__vpath_adj_setup) $(am__vpath_adj)			\
++$(am__tty_colors);					\
++srcdir=$(srcdir); export srcdir;			\
++case "$@" in						\
++  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
++    *) am__odir=.;; 					\
++esac;							\
++test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
++  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
++if test -f "./$$f"; then dir=./;			\
++elif test -f "$$f"; then dir=;				\
++else dir="$(srcdir)/"; fi;				\
++tst=$$dir$$f; log='$@'; 				\
++if test -n '$(DISABLE_HARD_ERRORS)'; then		\
++  am__enable_hard_errors=no; 				\
++else							\
++  am__enable_hard_errors=yes; 				\
++fi; 							\
++case " $(XFAIL_TESTS) " in				\
++  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
++    am__expect_failure=yes;;				\
++  *)							\
++    am__expect_failure=no;;				\
++esac; 							\
++$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
++# A shell command to get the names of the tests scripts with any registered
++# extension removed (i.e., equivalently, the names of the test logs, with
++# the '.log' extension removed).  The result is saved in the shell variable
++# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
++# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
++# since that might cause problem with VPATH rewrites for suffix-less tests.
++# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
++am__set_TESTS_bases = \
++  bases='$(TEST_LOGS)'; \
++  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
++  bases=`echo $$bases`
++RECHECK_LOGS = $(TEST_LOGS)
++TEST_SUITE_LOG = test-suite.log
++TEST_EXTENSIONS = @EXEEXT@ .test
++LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
++LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
++am__set_b = \
++  case '$@' in \
++    */*) \
++      case '$*' in \
++        */*) b='$*';; \
++          *) b=`echo '$@' | sed 's/\.log$$//'`; \
++       esac;; \
++    *) \
++      b='$*';; \
++  esac
++am__test_logs1 = $(TESTS:=.log)
++am__test_logs2 = $(am__test_logs1:@EXEEXT at .log=.log)
++TEST_LOGS = $(am__test_logs2:.test.log=.log)
++TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
++TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
++	$(TEST_LOG_FLAGS)
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ distdir = $(PACKAGE)-$(VERSION)
+ top_distdir = $(distdir)
+ am__remove_distdir = \
+-  { test ! -d $(distdir) \
+-    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+-         && rm -fr $(distdir); }; }
++  if test -d "$(distdir)"; then \
++    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
++      && rm -rf "$(distdir)" \
++      || { sleep 5 && rm -rf "$(distdir)"; }; \
++  else :; fi
++am__post_remove_distdir = $(am__remove_distdir)
+ DIST_ARCHIVES = $(distdir).tar.gz
+ GZIP_ENV = --best
++DIST_TARGETS = dist-gzip
+ distuninstallcheck_listfiles = find . -type f -print
++am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
++  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
+ distcleancheck_listfiles = find . -type f -print
+ ACLOCAL = @ACLOCAL@
+ AMTAR = @AMTAR@
++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
++AR = @AR@
+ AUTOCONF = @AUTOCONF@
+ AUTOHEADER = @AUTOHEADER@
+ AUTOMAKE = @AUTOMAKE@
+@@ -574,6 +876,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+ PACKAGE_NAME = @PACKAGE_NAME@
+ PACKAGE_STRING = @PACKAGE_STRING@
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
++PACKAGE_URL = @PACKAGE_URL@
+ PACKAGE_VERSION = @PACKAGE_VERSION@
+ PATH_SEPARATOR = @PATH_SEPARATOR@
+ RANLIB = @RANLIB@
+@@ -591,6 +894,7 @@ abs_builddir = @abs_builddir@
+ abs_srcdir = @abs_srcdir@
+ abs_top_builddir = @abs_top_builddir@
+ abs_top_srcdir = @abs_top_srcdir@
++ac_ct_AR = @ac_ct_AR@
+ ac_ct_CC = @ac_ct_CC@
+ am__include = @am__include@
+ am__leading_dot = @am__leading_dot@
+@@ -645,6 +949,7 @@ smtpservers = @smtpservers@
+ srcdir = @srcdir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
++top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ vipath = @vipath@
+@@ -941,22 +1246,22 @@ all: $(BUILT_SOURCES) config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-am
+ 
+ .SUFFIXES:
+-.SUFFIXES: .$(manext1) .$(manext5) .$(manext8) .c .l .man .o .obj
+-am--refresh:
++.SUFFIXES: .$(manext1) .$(manext5) .$(manext8) .c .l .log .man .o .obj .test .test$(EXEEXT) .trs
++am--refresh: Makefile
+ 	@:
+ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+-	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
+-	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
++	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
++	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
+ 		&& exit 0; \
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
+-	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  Makefile
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
++	$(am__cd) $(top_srcdir) && \
++	  $(AUTOMAKE) --foreign Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
+@@ -972,21 +1277,20 @@ $(top_builddir)/config.status: $(top_src
+ 	$(SHELL) ./config.status --recheck
+ 
+ $(top_srcdir)/configure:  $(am__configure_deps)
+-	cd $(srcdir) && $(AUTOCONF)
++	$(am__cd) $(srcdir) && $(AUTOCONF)
+ $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+-	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
++	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
++$(am__aclocal_m4_deps):
+ 
+ config.h: stamp-h1
+-	@if test ! -f $@; then \
+-	  rm -f stamp-h1; \
+-	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
+-	else :; fi
++	@if test ! -f $@; then rm -f stamp-h1; else :; fi
++	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
+ 
+ stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
+ 	@rm -f stamp-h1
+ 	cd $(top_builddir) && $(SHELL) ./config.status config.h
+ $(srcdir)/config.h.in:  $(am__configure_deps) 
+-	cd $(top_srcdir) && $(AUTOHEADER)
++	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
+ 	rm -f stamp-h1
+ 	touch $@
+ 
+@@ -1008,10 +1312,11 @@ mts/smtp/smtp.$(OBJEXT): mts/smtp/$(am__
+ mts/$(am__dirstamp):
+ 	@$(MKDIR_P) mts
+ 	@: > mts/$(am__dirstamp)
+-mts/libmts.a: $(mts_libmts_a_OBJECTS) $(mts_libmts_a_DEPENDENCIES) mts/$(am__dirstamp)
+-	-rm -f mts/libmts.a
+-	$(mts_libmts_a_AR) mts/libmts.a $(mts_libmts_a_OBJECTS) $(mts_libmts_a_LIBADD)
+-	$(RANLIB) mts/libmts.a
++
++mts/libmts.a: $(mts_libmts_a_OBJECTS) $(mts_libmts_a_DEPENDENCIES) $(EXTRA_mts_libmts_a_DEPENDENCIES) mts/$(am__dirstamp)
++	$(AM_V_at)-rm -f mts/libmts.a
++	$(AM_V_AR)$(mts_libmts_a_AR) mts/libmts.a $(mts_libmts_a_OBJECTS) $(mts_libmts_a_LIBADD)
++	$(AM_V_at)$(RANLIB) mts/libmts.a
+ sbr/$(am__dirstamp):
+ 	@$(MKDIR_P) sbr
+ 	@: > sbr/$(am__dirstamp)
+@@ -1020,10 +1325,11 @@ sbr/$(DEPDIR)/$(am__dirstamp):
+ 	@: > sbr/$(DEPDIR)/$(am__dirstamp)
+ sbr/sbr_libdtimep_a-dtimep.$(OBJEXT): sbr/$(am__dirstamp) \
+ 	sbr/$(DEPDIR)/$(am__dirstamp)
+-sbr/libdtimep.a: $(sbr_libdtimep_a_OBJECTS) $(sbr_libdtimep_a_DEPENDENCIES) sbr/$(am__dirstamp)
+-	-rm -f sbr/libdtimep.a
+-	$(sbr_libdtimep_a_AR) sbr/libdtimep.a $(sbr_libdtimep_a_OBJECTS) $(sbr_libdtimep_a_LIBADD)
+-	$(RANLIB) sbr/libdtimep.a
++
++sbr/libdtimep.a: $(sbr_libdtimep_a_OBJECTS) $(sbr_libdtimep_a_DEPENDENCIES) $(EXTRA_sbr_libdtimep_a_DEPENDENCIES) sbr/$(am__dirstamp)
++	$(AM_V_at)-rm -f sbr/libdtimep.a
++	$(AM_V_AR)$(sbr_libdtimep_a_AR) sbr/libdtimep.a $(sbr_libdtimep_a_OBJECTS) $(sbr_libdtimep_a_LIBADD)
++	$(AM_V_at)$(RANLIB) sbr/libdtimep.a
+ sbr/sbr_libmh_a-addrsbr.$(OBJEXT): sbr/$(am__dirstamp) \
+ 	sbr/$(DEPDIR)/$(am__dirstamp)
+ sbr/sbr_libmh_a-ambigsw.$(OBJEXT): sbr/$(am__dirstamp) \
+@@ -1230,53 +1536,92 @@ config/sbr_libmh_a-config.$(OBJEXT): con
+ 	config/$(DEPDIR)/$(am__dirstamp)
+ config/sbr_libmh_a-version.$(OBJEXT): config/$(am__dirstamp) \
+ 	config/$(DEPDIR)/$(am__dirstamp)
+-sbr/libmh.a: $(sbr_libmh_a_OBJECTS) $(sbr_libmh_a_DEPENDENCIES) sbr/$(am__dirstamp)
+-	-rm -f sbr/libmh.a
+-	$(sbr_libmh_a_AR) sbr/libmh.a $(sbr_libmh_a_OBJECTS) $(sbr_libmh_a_LIBADD)
+-	$(RANLIB) sbr/libmh.a
++
++sbr/libmh.a: $(sbr_libmh_a_OBJECTS) $(sbr_libmh_a_DEPENDENCIES) $(EXTRA_sbr_libmh_a_DEPENDENCIES) sbr/$(am__dirstamp)
++	$(AM_V_at)-rm -f sbr/libmh.a
++	$(AM_V_AR)$(sbr_libmh_a_AR) sbr/libmh.a $(sbr_libmh_a_OBJECTS) $(sbr_libmh_a_LIBADD)
++	$(AM_V_at)$(RANLIB) sbr/libmh.a
+ install-auxexecPROGRAMS: $(auxexec_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	test -z "$(auxexecdir)" || $(MKDIR_P) "$(DESTDIR)$(auxexecdir)"
+-	@list='$(auxexec_PROGRAMS)'; for p in $$list; do \
+-	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+-	  if test -f $$p \
+-	  ; then \
+-	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(auxexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(auxexecdir)/$$f'"; \
+-	   $(INSTALL_PROGRAM_ENV) $(auxexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(auxexecdir)/$$f" || exit 1; \
+-	  else :; fi; \
+-	done
++	@list='$(auxexec_PROGRAMS)'; test -n "$(auxexecdir)" || list=; \
++	if test -n "$$list"; then \
++	  echo " $(MKDIR_P) '$(DESTDIR)$(auxexecdir)'"; \
++	  $(MKDIR_P) "$(DESTDIR)$(auxexecdir)" || exit 1; \
++	fi; \
++	for p in $$list; do echo "$$p $$p"; done | \
++	sed 's/$(EXEEXT)$$//' | \
++	while read p p1; do if test -f $$p \
++	  ; then echo "$$p"; echo "$$p"; else :; fi; \
++	done | \
++	sed -e 'p;s,.*/,,;n;h' \
++	    -e 's|.*|.|' \
++	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
++	sed 'N;N;N;s,\n, ,g' | \
++	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
++	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
++	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
++	    else { print "f", $$3 "/" $$4, $$1; } } \
++	  END { for (d in files) print "f", d, files[d] }' | \
++	while read type dir files; do \
++	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
++	    test -z "$$files" || { \
++	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(auxexecdir)$$dir'"; \
++	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(auxexecdir)$$dir" || exit $$?; \
++	    } \
++	; done
+ 
+ uninstall-auxexecPROGRAMS:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(auxexec_PROGRAMS)'; for p in $$list; do \
+-	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f '$(DESTDIR)$(auxexecdir)/$$f'"; \
+-	  rm -f "$(DESTDIR)$(auxexecdir)/$$f"; \
+-	done
++	@list='$(auxexec_PROGRAMS)'; test -n "$(auxexecdir)" || list=; \
++	files=`for p in $$list; do echo "$$p"; done | \
++	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
++	      -e 's/$$/$(EXEEXT)/' \
++	`; \
++	test -n "$$list" || exit 0; \
++	echo " ( cd '$(DESTDIR)$(auxexecdir)' && rm -f" $$files ")"; \
++	cd "$(DESTDIR)$(auxexecdir)" && rm -f $$files
+ 
+ clean-auxexecPROGRAMS:
+ 	-test -z "$(auxexec_PROGRAMS)" || rm -f $(auxexec_PROGRAMS)
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
+-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+-	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+-	  if test -f $$p \
+-	  ; then \
+-	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+-	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+-	  else :; fi; \
+-	done
++	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
++	if test -n "$$list"; then \
++	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
++	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
++	fi; \
++	for p in $$list; do echo "$$p $$p"; done | \
++	sed 's/$(EXEEXT)$$//' | \
++	while read p p1; do if test -f $$p \
++	  ; then echo "$$p"; echo "$$p"; else :; fi; \
++	done | \
++	sed -e 'p;s,.*/,,;n;h' \
++	    -e 's|.*|.|' \
++	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
++	sed 'N;N;N;s,\n, ,g' | \
++	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
++	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
++	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
++	    else { print "f", $$3 "/" $$4, $$1; } } \
++	  END { for (d in files) print "f", d, files[d] }' | \
++	while read type dir files; do \
++	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
++	    test -z "$$files" || { \
++	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
++	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
++	    } \
++	; done
+ 
+ uninstall-binPROGRAMS:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
+-	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+-	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+-	done
++	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
++	files=`for p in $$list; do echo "$$p"; done | \
++	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
++	      -e 's/$$/$(EXEEXT)/' \
++	`; \
++	test -n "$$list" || exit 0; \
++	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
++	cd "$(DESTDIR)$(bindir)" && rm -f $$files
+ 
+ clean-binPROGRAMS:
+ 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+@@ -1291,19 +1636,22 @@ test/$(DEPDIR)/$(am__dirstamp):
+ 	@: > test/$(DEPDIR)/$(am__dirstamp)
+ test/fakesmtp.$(OBJEXT): test/$(am__dirstamp) \
+ 	test/$(DEPDIR)/$(am__dirstamp)
+-test/fakesmtp$(EXEEXT): $(test_fakesmtp_OBJECTS) $(test_fakesmtp_DEPENDENCIES) test/$(am__dirstamp)
++
++test/fakesmtp$(EXEEXT): $(test_fakesmtp_OBJECTS) $(test_fakesmtp_DEPENDENCIES) $(EXTRA_test_fakesmtp_DEPENDENCIES) test/$(am__dirstamp)
+ 	@rm -f test/fakesmtp$(EXEEXT)
+-	$(LINK) $(test_fakesmtp_OBJECTS) $(test_fakesmtp_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(test_fakesmtp_OBJECTS) $(test_fakesmtp_LDADD) $(LIBS)
+ test/getfqdn.$(OBJEXT): test/$(am__dirstamp) \
+ 	test/$(DEPDIR)/$(am__dirstamp)
+-test/getfqdn$(EXEEXT): $(test_getfqdn_OBJECTS) $(test_getfqdn_DEPENDENCIES) test/$(am__dirstamp)
++
++test/getfqdn$(EXEEXT): $(test_getfqdn_OBJECTS) $(test_getfqdn_DEPENDENCIES) $(EXTRA_test_getfqdn_DEPENDENCIES) test/$(am__dirstamp)
+ 	@rm -f test/getfqdn$(EXEEXT)
+-	$(LINK) $(test_getfqdn_OBJECTS) $(test_getfqdn_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(test_getfqdn_OBJECTS) $(test_getfqdn_LDADD) $(LIBS)
+ test/getfullname.$(OBJEXT): test/$(am__dirstamp) \
+ 	test/$(DEPDIR)/$(am__dirstamp)
+-test/getfullname$(EXEEXT): $(test_getfullname_OBJECTS) $(test_getfullname_DEPENDENCIES) test/$(am__dirstamp)
++
++test/getfullname$(EXEEXT): $(test_getfullname_OBJECTS) $(test_getfullname_DEPENDENCIES) $(EXTRA_test_getfullname_DEPENDENCIES) test/$(am__dirstamp)
+ 	@rm -f test/getfullname$(EXEEXT)
+-	$(LINK) $(test_getfullname_OBJECTS) $(test_getfullname_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(test_getfullname_OBJECTS) $(test_getfullname_LDADD) $(LIBS)
+ uip/$(am__dirstamp):
+ 	@$(MKDIR_P) uip
+ 	@: > uip/$(am__dirstamp)
+@@ -1313,25 +1661,29 @@ uip/$(DEPDIR)/$(am__dirstamp):
+ uip/ali.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+ uip/aliasbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/ali$(EXEEXT): $(uip_ali_OBJECTS) $(uip_ali_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/ali$(EXEEXT): $(uip_ali_OBJECTS) $(uip_ali_DEPENDENCIES) $(EXTRA_uip_ali_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/ali$(EXEEXT)
+-	$(LINK) $(uip_ali_OBJECTS) $(uip_ali_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_ali_OBJECTS) $(uip_ali_LDADD) $(LIBS)
+ uip/anno.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+ uip/annosbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/anno$(EXEEXT): $(uip_anno_OBJECTS) $(uip_anno_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/anno$(EXEEXT): $(uip_anno_OBJECTS) $(uip_anno_DEPENDENCIES) $(EXTRA_uip_anno_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/anno$(EXEEXT)
+-	$(LINK) $(uip_anno_OBJECTS) $(uip_anno_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_anno_OBJECTS) $(uip_anno_LDADD) $(LIBS)
+ uip/ap.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+ uip/termsbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/ap$(EXEEXT): $(uip_ap_OBJECTS) $(uip_ap_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/ap$(EXEEXT): $(uip_ap_OBJECTS) $(uip_ap_DEPENDENCIES) $(EXTRA_uip_ap_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/ap$(EXEEXT)
+-	$(LINK) $(uip_ap_OBJECTS) $(uip_ap_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_ap_OBJECTS) $(uip_ap_LDADD) $(LIBS)
+ uip/burst.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/burst$(EXEEXT): $(uip_burst_OBJECTS) $(uip_burst_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/burst$(EXEEXT): $(uip_burst_OBJECTS) $(uip_burst_DEPENDENCIES) $(EXTRA_uip_burst_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/burst$(EXEEXT)
+-	$(LINK) $(uip_burst_OBJECTS) $(uip_burst_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_burst_OBJECTS) $(uip_burst_LDADD) $(LIBS)
+ uip/comp.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+ uip/whatnowproc.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+@@ -1341,42 +1693,50 @@ uip/sendsbr.$(OBJEXT): uip/$(am__dirstam
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+ uip/distsbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/comp$(EXEEXT): $(uip_comp_OBJECTS) $(uip_comp_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/comp$(EXEEXT): $(uip_comp_OBJECTS) $(uip_comp_DEPENDENCIES) $(EXTRA_uip_comp_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/comp$(EXEEXT)
+-	$(LINK) $(uip_comp_OBJECTS) $(uip_comp_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_comp_OBJECTS) $(uip_comp_LDADD) $(LIBS)
+ uip/conflict.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/conflict$(EXEEXT): $(uip_conflict_OBJECTS) $(uip_conflict_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/conflict$(EXEEXT): $(uip_conflict_OBJECTS) $(uip_conflict_DEPENDENCIES) $(EXTRA_uip_conflict_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/conflict$(EXEEXT)
+-	$(LINK) $(uip_conflict_OBJECTS) $(uip_conflict_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_conflict_OBJECTS) $(uip_conflict_LDADD) $(LIBS)
+ uip/dist.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+ uip/forwsbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/dist$(EXEEXT): $(uip_dist_OBJECTS) $(uip_dist_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/dist$(EXEEXT): $(uip_dist_OBJECTS) $(uip_dist_DEPENDENCIES) $(EXTRA_uip_dist_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/dist$(EXEEXT)
+-	$(LINK) $(uip_dist_OBJECTS) $(uip_dist_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_dist_OBJECTS) $(uip_dist_LDADD) $(LIBS)
+ uip/dp.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/dp$(EXEEXT): $(uip_dp_OBJECTS) $(uip_dp_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/dp$(EXEEXT): $(uip_dp_OBJECTS) $(uip_dp_DEPENDENCIES) $(EXTRA_uip_dp_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/dp$(EXEEXT)
+-	$(LINK) $(uip_dp_OBJECTS) $(uip_dp_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_dp_OBJECTS) $(uip_dp_LDADD) $(LIBS)
+ uip/flist.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/flist$(EXEEXT): $(uip_flist_OBJECTS) $(uip_flist_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/flist$(EXEEXT): $(uip_flist_OBJECTS) $(uip_flist_DEPENDENCIES) $(EXTRA_uip_flist_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/flist$(EXEEXT)
+-	$(LINK) $(uip_flist_OBJECTS) $(uip_flist_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_flist_OBJECTS) $(uip_flist_LDADD) $(LIBS)
+ uip/fmtdump.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/fmtdump$(EXEEXT): $(uip_fmtdump_OBJECTS) $(uip_fmtdump_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/fmtdump$(EXEEXT): $(uip_fmtdump_OBJECTS) $(uip_fmtdump_DEPENDENCIES) $(EXTRA_uip_fmtdump_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/fmtdump$(EXEEXT)
+-	$(LINK) $(uip_fmtdump_OBJECTS) $(uip_fmtdump_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_fmtdump_OBJECTS) $(uip_fmtdump_LDADD) $(LIBS)
+ uip/folder.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/folder$(EXEEXT): $(uip_folder_OBJECTS) $(uip_folder_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/folder$(EXEEXT): $(uip_folder_OBJECTS) $(uip_folder_DEPENDENCIES) $(EXTRA_uip_folder_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/folder$(EXEEXT)
+-	$(LINK) $(uip_folder_OBJECTS) $(uip_folder_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_folder_OBJECTS) $(uip_folder_LDADD) $(LIBS)
+ uip/forw.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/forw$(EXEEXT): $(uip_forw_OBJECTS) $(uip_forw_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/forw$(EXEEXT): $(uip_forw_OBJECTS) $(uip_forw_DEPENDENCIES) $(EXTRA_uip_forw_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/forw$(EXEEXT)
+-	$(LINK) $(uip_forw_OBJECTS) $(uip_forw_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_forw_OBJECTS) $(uip_forw_LDADD) $(LIBS)
+ uip/inc.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+ uip/scansbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+@@ -1384,18 +1744,21 @@ uip/dropsbr.$(OBJEXT): uip/$(am__dirstam
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+ uip/popsbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/inc$(EXEEXT): $(uip_inc_OBJECTS) $(uip_inc_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/inc$(EXEEXT): $(uip_inc_OBJECTS) $(uip_inc_DEPENDENCIES) $(EXTRA_uip_inc_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/inc$(EXEEXT)
+-	$(LINK) $(uip_inc_OBJECTS) $(uip_inc_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_inc_OBJECTS) $(uip_inc_LDADD) $(LIBS)
+ uip/install-mh.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/install-mh$(EXEEXT): $(uip_install_mh_OBJECTS) $(uip_install_mh_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/install-mh$(EXEEXT): $(uip_install_mh_OBJECTS) $(uip_install_mh_DEPENDENCIES) $(EXTRA_uip_install_mh_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/install-mh$(EXEEXT)
+-	$(LINK) $(uip_install_mh_OBJECTS) $(uip_install_mh_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_install_mh_OBJECTS) $(uip_install_mh_LDADD) $(LIBS)
+ uip/mark.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/mark$(EXEEXT): $(uip_mark_OBJECTS) $(uip_mark_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/mark$(EXEEXT): $(uip_mark_OBJECTS) $(uip_mark_DEPENDENCIES) $(EXTRA_uip_mark_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/mark$(EXEEXT)
+-	$(LINK) $(uip_mark_OBJECTS) $(uip_mark_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_mark_OBJECTS) $(uip_mark_LDADD) $(LIBS)
+ uip/mhbuild.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+ uip/mhbuildsbr.$(OBJEXT): uip/$(am__dirstamp) \
+@@ -1413,63 +1776,74 @@ uip/mhfree.$(OBJEXT): uip/$(am__dirstamp
+ uip/mhparse.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+ uip/md5.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/mhbuild$(EXEEXT): $(uip_mhbuild_OBJECTS) $(uip_mhbuild_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/mhbuild$(EXEEXT): $(uip_mhbuild_OBJECTS) $(uip_mhbuild_DEPENDENCIES) $(EXTRA_uip_mhbuild_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/mhbuild$(EXEEXT)
+-	$(LINK) $(uip_mhbuild_OBJECTS) $(uip_mhbuild_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_mhbuild_OBJECTS) $(uip_mhbuild_LDADD) $(LIBS)
+ uip/mhl.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+ uip/mhlsbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/mhl$(EXEEXT): $(uip_mhl_OBJECTS) $(uip_mhl_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/mhl$(EXEEXT): $(uip_mhl_OBJECTS) $(uip_mhl_DEPENDENCIES) $(EXTRA_uip_mhl_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/mhl$(EXEEXT)
+-	$(LINK) $(uip_mhl_OBJECTS) $(uip_mhl_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_mhl_OBJECTS) $(uip_mhl_LDADD) $(LIBS)
+ uip/mhlist.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/mhlist$(EXEEXT): $(uip_mhlist_OBJECTS) $(uip_mhlist_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/mhlist$(EXEEXT): $(uip_mhlist_OBJECTS) $(uip_mhlist_DEPENDENCIES) $(EXTRA_uip_mhlist_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/mhlist$(EXEEXT)
+-	$(LINK) $(uip_mhlist_OBJECTS) $(uip_mhlist_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_mhlist_OBJECTS) $(uip_mhlist_LDADD) $(LIBS)
+ uip/mhmail.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/mhmail$(EXEEXT): $(uip_mhmail_OBJECTS) $(uip_mhmail_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/mhmail$(EXEEXT): $(uip_mhmail_OBJECTS) $(uip_mhmail_DEPENDENCIES) $(EXTRA_uip_mhmail_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/mhmail$(EXEEXT)
+-	$(LINK) $(uip_mhmail_OBJECTS) $(uip_mhmail_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_mhmail_OBJECTS) $(uip_mhmail_LDADD) $(LIBS)
+ uip/mhn.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+ uip/mhshowsbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+ uip/mhstoresbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/mhn$(EXEEXT): $(uip_mhn_OBJECTS) $(uip_mhn_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/mhn$(EXEEXT): $(uip_mhn_OBJECTS) $(uip_mhn_DEPENDENCIES) $(EXTRA_uip_mhn_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/mhn$(EXEEXT)
+-	$(LINK) $(uip_mhn_OBJECTS) $(uip_mhn_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_mhn_OBJECTS) $(uip_mhn_LDADD) $(LIBS)
+ uip/mhparam.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/mhparam$(EXEEXT): $(uip_mhparam_OBJECTS) $(uip_mhparam_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/mhparam$(EXEEXT): $(uip_mhparam_OBJECTS) $(uip_mhparam_DEPENDENCIES) $(EXTRA_uip_mhparam_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/mhparam$(EXEEXT)
+-	$(LINK) $(uip_mhparam_OBJECTS) $(uip_mhparam_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_mhparam_OBJECTS) $(uip_mhparam_LDADD) $(LIBS)
+ uip/mhpath.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/mhpath$(EXEEXT): $(uip_mhpath_OBJECTS) $(uip_mhpath_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/mhpath$(EXEEXT): $(uip_mhpath_OBJECTS) $(uip_mhpath_DEPENDENCIES) $(EXTRA_uip_mhpath_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/mhpath$(EXEEXT)
+-	$(LINK) $(uip_mhpath_OBJECTS) $(uip_mhpath_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_mhpath_OBJECTS) $(uip_mhpath_LDADD) $(LIBS)
+ uip/mhshow.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/mhshow$(EXEEXT): $(uip_mhshow_OBJECTS) $(uip_mhshow_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/mhshow$(EXEEXT): $(uip_mhshow_OBJECTS) $(uip_mhshow_DEPENDENCIES) $(EXTRA_uip_mhshow_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/mhshow$(EXEEXT)
+-	$(LINK) $(uip_mhshow_OBJECTS) $(uip_mhshow_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_mhshow_OBJECTS) $(uip_mhshow_LDADD) $(LIBS)
+ uip/mhstore.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/mhstore$(EXEEXT): $(uip_mhstore_OBJECTS) $(uip_mhstore_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/mhstore$(EXEEXT): $(uip_mhstore_OBJECTS) $(uip_mhstore_DEPENDENCIES) $(EXTRA_uip_mhstore_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/mhstore$(EXEEXT)
+-	$(LINK) $(uip_mhstore_OBJECTS) $(uip_mhstore_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_mhstore_OBJECTS) $(uip_mhstore_LDADD) $(LIBS)
+ uip/mhtest.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/mhtest$(EXEEXT): $(uip_mhtest_OBJECTS) $(uip_mhtest_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/mhtest$(EXEEXT): $(uip_mhtest_OBJECTS) $(uip_mhtest_DEPENDENCIES) $(EXTRA_uip_mhtest_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/mhtest$(EXEEXT)
+-	$(LINK) $(uip_mhtest_OBJECTS) $(uip_mhtest_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_mhtest_OBJECTS) $(uip_mhtest_LDADD) $(LIBS)
+ uip/msgchk.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/msgchk$(EXEEXT): $(uip_msgchk_OBJECTS) $(uip_msgchk_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/msgchk$(EXEEXT): $(uip_msgchk_OBJECTS) $(uip_msgchk_DEPENDENCIES) $(EXTRA_uip_msgchk_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/msgchk$(EXEEXT)
+-	$(LINK) $(uip_msgchk_OBJECTS) $(uip_msgchk_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_msgchk_OBJECTS) $(uip_msgchk_LDADD) $(LIBS)
+ uip/msh.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+ uip/mshcmds.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+@@ -1477,310 +1851,174 @@ uip/vmhsbr.$(OBJEXT): uip/$(am__dirstamp
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+ uip/picksbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/msh$(EXEEXT): $(uip_msh_OBJECTS) $(uip_msh_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/msh$(EXEEXT): $(uip_msh_OBJECTS) $(uip_msh_DEPENDENCIES) $(EXTRA_uip_msh_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/msh$(EXEEXT)
+-	$(LINK) $(uip_msh_OBJECTS) $(uip_msh_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_msh_OBJECTS) $(uip_msh_LDADD) $(LIBS)
+ uip/new.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/new$(EXEEXT): $(uip_new_OBJECTS) $(uip_new_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/new$(EXEEXT): $(uip_new_OBJECTS) $(uip_new_DEPENDENCIES) $(EXTRA_uip_new_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/new$(EXEEXT)
+-	$(LINK) $(uip_new_OBJECTS) $(uip_new_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_new_OBJECTS) $(uip_new_LDADD) $(LIBS)
+ uip/packf.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/packf$(EXEEXT): $(uip_packf_OBJECTS) $(uip_packf_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/packf$(EXEEXT): $(uip_packf_OBJECTS) $(uip_packf_DEPENDENCIES) $(EXTRA_uip_packf_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/packf$(EXEEXT)
+-	$(LINK) $(uip_packf_OBJECTS) $(uip_packf_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_packf_OBJECTS) $(uip_packf_LDADD) $(LIBS)
+ uip/pick.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/pick$(EXEEXT): $(uip_pick_OBJECTS) $(uip_pick_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/pick$(EXEEXT): $(uip_pick_OBJECTS) $(uip_pick_DEPENDENCIES) $(EXTRA_uip_pick_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/pick$(EXEEXT)
+-	$(LINK) $(uip_pick_OBJECTS) $(uip_pick_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_pick_OBJECTS) $(uip_pick_LDADD) $(LIBS)
+ uip/post.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/post$(EXEEXT): $(uip_post_OBJECTS) $(uip_post_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/post$(EXEEXT): $(uip_post_OBJECTS) $(uip_post_DEPENDENCIES) $(EXTRA_uip_post_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/post$(EXEEXT)
+-	$(LINK) $(uip_post_OBJECTS) $(uip_post_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_post_OBJECTS) $(uip_post_LDADD) $(LIBS)
+ uip/prompter.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/prompter$(EXEEXT): $(uip_prompter_OBJECTS) $(uip_prompter_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/prompter$(EXEEXT): $(uip_prompter_OBJECTS) $(uip_prompter_DEPENDENCIES) $(EXTRA_uip_prompter_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/prompter$(EXEEXT)
+-	$(LINK) $(uip_prompter_OBJECTS) $(uip_prompter_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_prompter_OBJECTS) $(uip_prompter_LDADD) $(LIBS)
+ uip/rcvdist.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/rcvdist$(EXEEXT): $(uip_rcvdist_OBJECTS) $(uip_rcvdist_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/rcvdist$(EXEEXT): $(uip_rcvdist_OBJECTS) $(uip_rcvdist_DEPENDENCIES) $(EXTRA_uip_rcvdist_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/rcvdist$(EXEEXT)
+-	$(LINK) $(uip_rcvdist_OBJECTS) $(uip_rcvdist_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_rcvdist_OBJECTS) $(uip_rcvdist_LDADD) $(LIBS)
+ uip/rcvpack.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/rcvpack$(EXEEXT): $(uip_rcvpack_OBJECTS) $(uip_rcvpack_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/rcvpack$(EXEEXT): $(uip_rcvpack_OBJECTS) $(uip_rcvpack_DEPENDENCIES) $(EXTRA_uip_rcvpack_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/rcvpack$(EXEEXT)
+-	$(LINK) $(uip_rcvpack_OBJECTS) $(uip_rcvpack_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_rcvpack_OBJECTS) $(uip_rcvpack_LDADD) $(LIBS)
+ uip/rcvstore.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/rcvstore$(EXEEXT): $(uip_rcvstore_OBJECTS) $(uip_rcvstore_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/rcvstore$(EXEEXT): $(uip_rcvstore_OBJECTS) $(uip_rcvstore_DEPENDENCIES) $(EXTRA_uip_rcvstore_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/rcvstore$(EXEEXT)
+-	$(LINK) $(uip_rcvstore_OBJECTS) $(uip_rcvstore_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_rcvstore_OBJECTS) $(uip_rcvstore_LDADD) $(LIBS)
+ uip/rcvtty.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/rcvtty$(EXEEXT): $(uip_rcvtty_OBJECTS) $(uip_rcvtty_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/rcvtty$(EXEEXT): $(uip_rcvtty_OBJECTS) $(uip_rcvtty_DEPENDENCIES) $(EXTRA_uip_rcvtty_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/rcvtty$(EXEEXT)
+-	$(LINK) $(uip_rcvtty_OBJECTS) $(uip_rcvtty_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_rcvtty_OBJECTS) $(uip_rcvtty_LDADD) $(LIBS)
+ uip/refile.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/refile$(EXEEXT): $(uip_refile_OBJECTS) $(uip_refile_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/refile$(EXEEXT): $(uip_refile_OBJECTS) $(uip_refile_DEPENDENCIES) $(EXTRA_uip_refile_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/refile$(EXEEXT)
+-	$(LINK) $(uip_refile_OBJECTS) $(uip_refile_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_refile_OBJECTS) $(uip_refile_LDADD) $(LIBS)
+ uip/repl.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+ uip/replsbr.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/repl$(EXEEXT): $(uip_repl_OBJECTS) $(uip_repl_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/repl$(EXEEXT): $(uip_repl_OBJECTS) $(uip_repl_DEPENDENCIES) $(EXTRA_uip_repl_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/repl$(EXEEXT)
+-	$(LINK) $(uip_repl_OBJECTS) $(uip_repl_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_repl_OBJECTS) $(uip_repl_LDADD) $(LIBS)
+ uip/rmf.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/rmf$(EXEEXT): $(uip_rmf_OBJECTS) $(uip_rmf_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/rmf$(EXEEXT): $(uip_rmf_OBJECTS) $(uip_rmf_DEPENDENCIES) $(EXTRA_uip_rmf_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/rmf$(EXEEXT)
+-	$(LINK) $(uip_rmf_OBJECTS) $(uip_rmf_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_rmf_OBJECTS) $(uip_rmf_LDADD) $(LIBS)
+ uip/rmm.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/rmm$(EXEEXT): $(uip_rmm_OBJECTS) $(uip_rmm_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/rmm$(EXEEXT): $(uip_rmm_OBJECTS) $(uip_rmm_DEPENDENCIES) $(EXTRA_uip_rmm_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/rmm$(EXEEXT)
+-	$(LINK) $(uip_rmm_OBJECTS) $(uip_rmm_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_rmm_OBJECTS) $(uip_rmm_LDADD) $(LIBS)
+ uip/scan.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/scan$(EXEEXT): $(uip_scan_OBJECTS) $(uip_scan_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/scan$(EXEEXT): $(uip_scan_OBJECTS) $(uip_scan_DEPENDENCIES) $(EXTRA_uip_scan_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/scan$(EXEEXT)
+-	$(LINK) $(uip_scan_OBJECTS) $(uip_scan_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_scan_OBJECTS) $(uip_scan_LDADD) $(LIBS)
+ uip/send.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/send$(EXEEXT): $(uip_send_OBJECTS) $(uip_send_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/send$(EXEEXT): $(uip_send_OBJECTS) $(uip_send_DEPENDENCIES) $(EXTRA_uip_send_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/send$(EXEEXT)
+-	$(LINK) $(uip_send_OBJECTS) $(uip_send_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_send_OBJECTS) $(uip_send_LDADD) $(LIBS)
+ uip/show.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/show$(EXEEXT): $(uip_show_OBJECTS) $(uip_show_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/show$(EXEEXT): $(uip_show_OBJECTS) $(uip_show_DEPENDENCIES) $(EXTRA_uip_show_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/show$(EXEEXT)
+-	$(LINK) $(uip_show_OBJECTS) $(uip_show_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_show_OBJECTS) $(uip_show_LDADD) $(LIBS)
+ uip/slocal.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/slocal$(EXEEXT): $(uip_slocal_OBJECTS) $(uip_slocal_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/slocal$(EXEEXT): $(uip_slocal_OBJECTS) $(uip_slocal_DEPENDENCIES) $(EXTRA_uip_slocal_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/slocal$(EXEEXT)
+-	$(LINK) $(uip_slocal_OBJECTS) $(uip_slocal_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_slocal_OBJECTS) $(uip_slocal_LDADD) $(LIBS)
+ uip/sortm.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/sortm$(EXEEXT): $(uip_sortm_OBJECTS) $(uip_sortm_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/sortm$(EXEEXT): $(uip_sortm_OBJECTS) $(uip_sortm_DEPENDENCIES) $(EXTRA_uip_sortm_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/sortm$(EXEEXT)
+-	$(LINK) $(uip_sortm_OBJECTS) $(uip_sortm_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_sortm_OBJECTS) $(uip_sortm_LDADD) $(LIBS)
+ uip/spost.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/spost$(EXEEXT): $(uip_spost_OBJECTS) $(uip_spost_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/spost$(EXEEXT): $(uip_spost_OBJECTS) $(uip_spost_DEPENDENCIES) $(EXTRA_uip_spost_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/spost$(EXEEXT)
+-	$(LINK) $(uip_spost_OBJECTS) $(uip_spost_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_spost_OBJECTS) $(uip_spost_LDADD) $(LIBS)
+ uip/viamail.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/viamail$(EXEEXT): $(uip_viamail_OBJECTS) $(uip_viamail_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/viamail$(EXEEXT): $(uip_viamail_OBJECTS) $(uip_viamail_DEPENDENCIES) $(EXTRA_uip_viamail_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/viamail$(EXEEXT)
+-	$(LINK) $(uip_viamail_OBJECTS) $(uip_viamail_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_viamail_OBJECTS) $(uip_viamail_LDADD) $(LIBS)
+ uip/whatnow.$(OBJEXT): uip/$(am__dirstamp) \
+ 	uip/$(DEPDIR)/$(am__dirstamp)
+-uip/whatnow$(EXEEXT): $(uip_whatnow_OBJECTS) $(uip_whatnow_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/whatnow$(EXEEXT): $(uip_whatnow_OBJECTS) $(uip_whatnow_DEPENDENCIES) $(EXTRA_uip_whatnow_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/whatnow$(EXEEXT)
+-	$(LINK) $(uip_whatnow_OBJECTS) $(uip_whatnow_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_whatnow_OBJECTS) $(uip_whatnow_LDADD) $(LIBS)
+ uip/whom.$(OBJEXT): uip/$(am__dirstamp) uip/$(DEPDIR)/$(am__dirstamp)
+-uip/whom$(EXEEXT): $(uip_whom_OBJECTS) $(uip_whom_DEPENDENCIES) uip/$(am__dirstamp)
++
++uip/whom$(EXEEXT): $(uip_whom_OBJECTS) $(uip_whom_DEPENDENCIES) $(EXTRA_uip_whom_DEPENDENCIES) uip/$(am__dirstamp)
+ 	@rm -f uip/whom$(EXEEXT)
+-	$(LINK) $(uip_whom_OBJECTS) $(uip_whom_LDADD) $(LIBS)
++	$(AM_V_CCLD)$(LINK) $(uip_whom_OBJECTS) $(uip_whom_LDADD) $(LIBS)
+ install-binSCRIPTS: $(bin_SCRIPTS)
+ 	@$(NORMAL_INSTALL)
+-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
+-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
++	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
++	if test -n "$$list"; then \
++	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
++	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
++	fi; \
++	for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  if test -f $$d$$p; then \
+-	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+-	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+-	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
+-	  else :; fi; \
+-	done
++	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
++	done | \
++	sed -e 'p;s,.*/,,;n' \
++	    -e 'h;s|.*|.|' \
++	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
++	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
++	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
++	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
++	      if (++n[d] == $(am__install_max)) { \
++		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
++	    else { print "f", d "/" $$4, $$1 } } \
++	  END { for (d in files) print "f", d, files[d] }' | \
++	while read type dir files; do \
++	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
++	     test -z "$$files" || { \
++	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
++	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
++	     } \
++	; done
+ 
+ uninstall-binSCRIPTS:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
+-	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+-	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
+-	done
++	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
++	files=`for p in $$list; do echo "$$p"; done | \
++	       sed -e 's,.*/,,;$(transform)'`; \
++	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
+ 
+ mostlyclean-compile:
+ 	-rm -f *.$(OBJEXT)
+-	-rm -f config/sbr_libmh_a-config.$(OBJEXT)
+-	-rm -f config/sbr_libmh_a-version.$(OBJEXT)
+-	-rm -f mts/smtp/smtp.$(OBJEXT)
+-	-rm -f sbr/sbr_libdtimep_a-dtimep.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-addrsbr.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-ambigsw.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-atooi.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-brkstring.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-check_charset.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-client.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-closefds.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-concat.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-context_del.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-context_find.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-context_foil.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-context_read.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-context_replace.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-context_save.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-copy.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-copyip.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-cpydata.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-cpydgst.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-crawl_folders.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-discard.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-done.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-dtime.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-error.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-escape_display_name.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-ext_hook.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-fdcompare.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-fmt_addr.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-fmt_compile.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-fmt_def.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-fmt_new.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-fmt_rfc2047.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-fmt_scan.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-folder_addmsg.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-folder_delmsgs.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-folder_free.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-folder_pack.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-folder_read.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-folder_realloc.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-gans.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-getans.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-getansreadline.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-getanswer.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-getarguments.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-getcpy.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-getfolder.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-getpass.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-lock_file.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-m_atoi.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-m_backup.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-m_convert.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-m_draft.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-m_getfld.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-m_gmprot.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-m_maildir.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-m_mktemp.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-m_msgdef.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-m_name.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-makedir.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-mf.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-mts.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-norm_charmap.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-path.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-peekc.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-pidstatus.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-pidwait.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-print_help.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-print_sw.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-print_version.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-push.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-putenv.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-r1bindex.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-readconfig.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-refile.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-remdir.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-ruserpass.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_add.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_bits.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_del.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_getnum.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_list.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_nameok.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_print.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_read.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_save.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_setcur.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_setprev.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-seq_setunseen.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-showfile.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-signals.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-smatch.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-snprintb.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-ssequal.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-strcasecmp.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-strindex.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-trimcpy.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-uprf.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-utils.$(OBJEXT)
+-	-rm -f sbr/sbr_libmh_a-vfgets.$(OBJEXT)
+-	-rm -f test/fakesmtp.$(OBJEXT)
+-	-rm -f test/getfqdn.$(OBJEXT)
+-	-rm -f test/getfullname.$(OBJEXT)
+-	-rm -f uip/ali.$(OBJEXT)
+-	-rm -f uip/aliasbr.$(OBJEXT)
+-	-rm -f uip/anno.$(OBJEXT)
+-	-rm -f uip/annosbr.$(OBJEXT)
+-	-rm -f uip/ap.$(OBJEXT)
+-	-rm -f uip/burst.$(OBJEXT)
+-	-rm -f uip/comp.$(OBJEXT)
+-	-rm -f uip/conflict.$(OBJEXT)
+-	-rm -f uip/dist.$(OBJEXT)
+-	-rm -f uip/distsbr.$(OBJEXT)
+-	-rm -f uip/dp.$(OBJEXT)
+-	-rm -f uip/dropsbr.$(OBJEXT)
+-	-rm -f uip/flist.$(OBJEXT)
+-	-rm -f uip/fmtdump.$(OBJEXT)
+-	-rm -f uip/folder.$(OBJEXT)
+-	-rm -f uip/forw.$(OBJEXT)
+-	-rm -f uip/forwsbr.$(OBJEXT)
+-	-rm -f uip/inc.$(OBJEXT)
+-	-rm -f uip/install-mh.$(OBJEXT)
+-	-rm -f uip/mark.$(OBJEXT)
+-	-rm -f uip/md5.$(OBJEXT)
+-	-rm -f uip/mhbuild.$(OBJEXT)
+-	-rm -f uip/mhbuildsbr.$(OBJEXT)
+-	-rm -f uip/mhcachesbr.$(OBJEXT)
+-	-rm -f uip/mhfree.$(OBJEXT)
+-	-rm -f uip/mhl.$(OBJEXT)
+-	-rm -f uip/mhlist.$(OBJEXT)
+-	-rm -f uip/mhlistsbr.$(OBJEXT)
+-	-rm -f uip/mhlsbr.$(OBJEXT)
+-	-rm -f uip/mhmail.$(OBJEXT)
+-	-rm -f uip/mhmisc.$(OBJEXT)
+-	-rm -f uip/mhn.$(OBJEXT)
+-	-rm -f uip/mhoutsbr.$(OBJEXT)
+-	-rm -f uip/mhparam.$(OBJEXT)
+-	-rm -f uip/mhparse.$(OBJEXT)
+-	-rm -f uip/mhpath.$(OBJEXT)
+-	-rm -f uip/mhshow.$(OBJEXT)
+-	-rm -f uip/mhshowsbr.$(OBJEXT)
+-	-rm -f uip/mhstore.$(OBJEXT)
+-	-rm -f uip/mhstoresbr.$(OBJEXT)
+-	-rm -f uip/mhtest.$(OBJEXT)
+-	-rm -f uip/msgchk.$(OBJEXT)
+-	-rm -f uip/msh.$(OBJEXT)
+-	-rm -f uip/mshcmds.$(OBJEXT)
+-	-rm -f uip/new.$(OBJEXT)
+-	-rm -f uip/packf.$(OBJEXT)
+-	-rm -f uip/pick.$(OBJEXT)
+-	-rm -f uip/picksbr.$(OBJEXT)
+-	-rm -f uip/popsbr.$(OBJEXT)
+-	-rm -f uip/post.$(OBJEXT)
+-	-rm -f uip/prompter.$(OBJEXT)
+-	-rm -f uip/rcvdist.$(OBJEXT)
+-	-rm -f uip/rcvpack.$(OBJEXT)
+-	-rm -f uip/rcvstore.$(OBJEXT)
+-	-rm -f uip/rcvtty.$(OBJEXT)
+-	-rm -f uip/refile.$(OBJEXT)
+-	-rm -f uip/repl.$(OBJEXT)
+-	-rm -f uip/replsbr.$(OBJEXT)
+-	-rm -f uip/rmf.$(OBJEXT)
+-	-rm -f uip/rmm.$(OBJEXT)
+-	-rm -f uip/scan.$(OBJEXT)
+-	-rm -f uip/scansbr.$(OBJEXT)
+-	-rm -f uip/send.$(OBJEXT)
+-	-rm -f uip/sendsbr.$(OBJEXT)
+-	-rm -f uip/show.$(OBJEXT)
+-	-rm -f uip/slocal.$(OBJEXT)
+-	-rm -f uip/sortm.$(OBJEXT)
+-	-rm -f uip/spost.$(OBJEXT)
+-	-rm -f uip/termsbr.$(OBJEXT)
+-	-rm -f uip/viamail.$(OBJEXT)
+-	-rm -f uip/vmhsbr.$(OBJEXT)
+-	-rm -f uip/whatnow.$(OBJEXT)
+-	-rm -f uip/whatnowproc.$(OBJEXT)
+-	-rm -f uip/whatnowsbr.$(OBJEXT)
+-	-rm -f uip/whom.$(OBJEXT)
++	-rm -f config/*.$(OBJEXT)
++	-rm -f mts/smtp/*.$(OBJEXT)
++	-rm -f sbr/*.$(OBJEXT)
++	-rm -f test/*.$(OBJEXT)
++	-rm -f uip/*.$(OBJEXT)
+ 
+ distclean-compile:
+ 	-rm -f *.tab.c
+@@ -1967,1765 +2205,2191 @@ distclean-compile:
+ @AMDEP_TRUE@@am__include@ @am__quote at uip/$(DEPDIR)/whom.Po at am__quote@
+ 
+ .c.o:
+- at am__fastdepCC_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
++ at am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
+ @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+- at am__fastdepCC_TRUE@	mv -f $$depbase.Tpo $$depbase.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ $<
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
+ 
+ .c.obj:
+- at am__fastdepCC_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
++ at am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
+ @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
+- at am__fastdepCC_TRUE@	mv -f $$depbase.Tpo $$depbase.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ 
+ sbr/sbr_libdtimep_a-dtimep.o: sbr/dtimep.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sbr_libdtimep_a_CFLAGS) $(CFLAGS) -MT sbr/sbr_libdtimep_a-dtimep.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Tpo -c -o sbr/sbr_libdtimep_a-dtimep.o `test -f 'sbr/dtimep.c' || echo '$(srcdir)/'`sbr/dtimep.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Tpo sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/dtimep.c' object='sbr/sbr_libdtimep_a-dtimep.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sbr_libdtimep_a_CFLAGS) $(CFLAGS) -MT sbr/sbr_libdtimep_a-dtimep.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Tpo -c -o sbr/sbr_libdtimep_a-dtimep.o `test -f 'sbr/dtimep.c' || echo '$(srcdir)/'`sbr/dtimep.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Tpo sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/dtimep.c' object='sbr/sbr_libdtimep_a-dtimep.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sbr_libdtimep_a_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libdtimep_a-dtimep.o `test -f 'sbr/dtimep.c' || echo '$(srcdir)/'`sbr/dtimep.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sbr_libdtimep_a_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libdtimep_a-dtimep.o `test -f 'sbr/dtimep.c' || echo '$(srcdir)/'`sbr/dtimep.c
+ 
+ sbr/sbr_libdtimep_a-dtimep.obj: sbr/dtimep.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sbr_libdtimep_a_CFLAGS) $(CFLAGS) -MT sbr/sbr_libdtimep_a-dtimep.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Tpo -c -o sbr/sbr_libdtimep_a-dtimep.obj `if test -f 'sbr/dtimep.c'; then $(CYGPATH_W) 'sbr/dtimep.c'; else $(CYGPATH_W) '$(srcdir)/sbr/dtimep.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Tpo sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/dtimep.c' object='sbr/sbr_libdtimep_a-dtimep.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sbr_libdtimep_a_CFLAGS) $(CFLAGS) -MT sbr/sbr_libdtimep_a-dtimep.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Tpo -c -o sbr/sbr_libdtimep_a-dtimep.obj `if test -f 'sbr/dtimep.c'; then $(CYGPATH_W) 'sbr/dtimep.c'; else $(CYGPATH_W) '$(srcdir)/sbr/dtimep.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Tpo sbr/$(DEPDIR)/sbr_libdtimep_a-dtimep.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/dtimep.c' object='sbr/sbr_libdtimep_a-dtimep.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sbr_libdtimep_a_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libdtimep_a-dtimep.obj `if test -f 'sbr/dtimep.c'; then $(CYGPATH_W) 'sbr/dtimep.c'; else $(CYGPATH_W) '$(srcdir)/sbr/dtimep.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sbr_libdtimep_a_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libdtimep_a-dtimep.obj `if test -f 'sbr/dtimep.c'; then $(CYGPATH_W) 'sbr/dtimep.c'; else $(CYGPATH_W) '$(srcdir)/sbr/dtimep.c'; fi`
+ 
+ sbr/sbr_libmh_a-addrsbr.o: sbr/addrsbr.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-addrsbr.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Tpo -c -o sbr/sbr_libmh_a-addrsbr.o `test -f 'sbr/addrsbr.c' || echo '$(srcdir)/'`sbr/addrsbr.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Tpo sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/addrsbr.c' object='sbr/sbr_libmh_a-addrsbr.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-addrsbr.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Tpo -c -o sbr/sbr_libmh_a-addrsbr.o `test -f 'sbr/addrsbr.c' || echo '$(srcdir)/'`sbr/addrsbr.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Tpo sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/addrsbr.c' object='sbr/sbr_libmh_a-addrsbr.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-addrsbr.o `test -f 'sbr/addrsbr.c' || echo '$(srcdir)/'`sbr/addrsbr.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-addrsbr.o `test -f 'sbr/addrsbr.c' || echo '$(srcdir)/'`sbr/addrsbr.c
+ 
+ sbr/sbr_libmh_a-addrsbr.obj: sbr/addrsbr.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-addrsbr.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Tpo -c -o sbr/sbr_libmh_a-addrsbr.obj `if test -f 'sbr/addrsbr.c'; then $(CYGPATH_W) 'sbr/addrsbr.c'; else $(CYGPATH_W) '$(srcdir)/sbr/addrsbr.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Tpo sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/addrsbr.c' object='sbr/sbr_libmh_a-addrsbr.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-addrsbr.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Tpo -c -o sbr/sbr_libmh_a-addrsbr.obj `if test -f 'sbr/addrsbr.c'; then $(CYGPATH_W) 'sbr/addrsbr.c'; else $(CYGPATH_W) '$(srcdir)/sbr/addrsbr.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Tpo sbr/$(DEPDIR)/sbr_libmh_a-addrsbr.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/addrsbr.c' object='sbr/sbr_libmh_a-addrsbr.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-addrsbr.obj `if test -f 'sbr/addrsbr.c'; then $(CYGPATH_W) 'sbr/addrsbr.c'; else $(CYGPATH_W) '$(srcdir)/sbr/addrsbr.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-addrsbr.obj `if test -f 'sbr/addrsbr.c'; then $(CYGPATH_W) 'sbr/addrsbr.c'; else $(CYGPATH_W) '$(srcdir)/sbr/addrsbr.c'; fi`
+ 
+ sbr/sbr_libmh_a-ambigsw.o: sbr/ambigsw.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ambigsw.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Tpo -c -o sbr/sbr_libmh_a-ambigsw.o `test -f 'sbr/ambigsw.c' || echo '$(srcdir)/'`sbr/ambigsw.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/ambigsw.c' object='sbr/sbr_libmh_a-ambigsw.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ambigsw.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Tpo -c -o sbr/sbr_libmh_a-ambigsw.o `test -f 'sbr/ambigsw.c' || echo '$(srcdir)/'`sbr/ambigsw.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/ambigsw.c' object='sbr/sbr_libmh_a-ambigsw.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ambigsw.o `test -f 'sbr/ambigsw.c' || echo '$(srcdir)/'`sbr/ambigsw.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ambigsw.o `test -f 'sbr/ambigsw.c' || echo '$(srcdir)/'`sbr/ambigsw.c
+ 
+ sbr/sbr_libmh_a-ambigsw.obj: sbr/ambigsw.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ambigsw.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Tpo -c -o sbr/sbr_libmh_a-ambigsw.obj `if test -f 'sbr/ambigsw.c'; then $(CYGPATH_W) 'sbr/ambigsw.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ambigsw.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/ambigsw.c' object='sbr/sbr_libmh_a-ambigsw.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ambigsw.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Tpo -c -o sbr/sbr_libmh_a-ambigsw.obj `if test -f 'sbr/ambigsw.c'; then $(CYGPATH_W) 'sbr/ambigsw.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ambigsw.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ambigsw.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/ambigsw.c' object='sbr/sbr_libmh_a-ambigsw.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ambigsw.obj `if test -f 'sbr/ambigsw.c'; then $(CYGPATH_W) 'sbr/ambigsw.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ambigsw.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ambigsw.obj `if test -f 'sbr/ambigsw.c'; then $(CYGPATH_W) 'sbr/ambigsw.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ambigsw.c'; fi`
+ 
+ sbr/sbr_libmh_a-atooi.o: sbr/atooi.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-atooi.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-atooi.Tpo -c -o sbr/sbr_libmh_a-atooi.o `test -f 'sbr/atooi.c' || echo '$(srcdir)/'`sbr/atooi.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-atooi.Tpo sbr/$(DEPDIR)/sbr_libmh_a-atooi.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/atooi.c' object='sbr/sbr_libmh_a-atooi.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-atooi.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-atooi.Tpo -c -o sbr/sbr_libmh_a-atooi.o `test -f 'sbr/atooi.c' || echo '$(srcdir)/'`sbr/atooi.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-atooi.Tpo sbr/$(DEPDIR)/sbr_libmh_a-atooi.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/atooi.c' object='sbr/sbr_libmh_a-atooi.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-atooi.o `test -f 'sbr/atooi.c' || echo '$(srcdir)/'`sbr/atooi.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-atooi.o `test -f 'sbr/atooi.c' || echo '$(srcdir)/'`sbr/atooi.c
+ 
+ sbr/sbr_libmh_a-atooi.obj: sbr/atooi.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-atooi.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-atooi.Tpo -c -o sbr/sbr_libmh_a-atooi.obj `if test -f 'sbr/atooi.c'; then $(CYGPATH_W) 'sbr/atooi.c'; else $(CYGPATH_W) '$(srcdir)/sbr/atooi.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-atooi.Tpo sbr/$(DEPDIR)/sbr_libmh_a-atooi.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/atooi.c' object='sbr/sbr_libmh_a-atooi.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-atooi.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-atooi.Tpo -c -o sbr/sbr_libmh_a-atooi.obj `if test -f 'sbr/atooi.c'; then $(CYGPATH_W) 'sbr/atooi.c'; else $(CYGPATH_W) '$(srcdir)/sbr/atooi.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-atooi.Tpo sbr/$(DEPDIR)/sbr_libmh_a-atooi.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/atooi.c' object='sbr/sbr_libmh_a-atooi.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-atooi.obj `if test -f 'sbr/atooi.c'; then $(CYGPATH_W) 'sbr/atooi.c'; else $(CYGPATH_W) '$(srcdir)/sbr/atooi.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-atooi.obj `if test -f 'sbr/atooi.c'; then $(CYGPATH_W) 'sbr/atooi.c'; else $(CYGPATH_W) '$(srcdir)/sbr/atooi.c'; fi`
+ 
+ sbr/sbr_libmh_a-brkstring.o: sbr/brkstring.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-brkstring.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Tpo -c -o sbr/sbr_libmh_a-brkstring.o `test -f 'sbr/brkstring.c' || echo '$(srcdir)/'`sbr/brkstring.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Tpo sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/brkstring.c' object='sbr/sbr_libmh_a-brkstring.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-brkstring.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Tpo -c -o sbr/sbr_libmh_a-brkstring.o `test -f 'sbr/brkstring.c' || echo '$(srcdir)/'`sbr/brkstring.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Tpo sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/brkstring.c' object='sbr/sbr_libmh_a-brkstring.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-brkstring.o `test -f 'sbr/brkstring.c' || echo '$(srcdir)/'`sbr/brkstring.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-brkstring.o `test -f 'sbr/brkstring.c' || echo '$(srcdir)/'`sbr/brkstring.c
+ 
+ sbr/sbr_libmh_a-brkstring.obj: sbr/brkstring.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-brkstring.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Tpo -c -o sbr/sbr_libmh_a-brkstring.obj `if test -f 'sbr/brkstring.c'; then $(CYGPATH_W) 'sbr/brkstring.c'; else $(CYGPATH_W) '$(srcdir)/sbr/brkstring.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Tpo sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/brkstring.c' object='sbr/sbr_libmh_a-brkstring.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-brkstring.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Tpo -c -o sbr/sbr_libmh_a-brkstring.obj `if test -f 'sbr/brkstring.c'; then $(CYGPATH_W) 'sbr/brkstring.c'; else $(CYGPATH_W) '$(srcdir)/sbr/brkstring.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Tpo sbr/$(DEPDIR)/sbr_libmh_a-brkstring.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/brkstring.c' object='sbr/sbr_libmh_a-brkstring.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-brkstring.obj `if test -f 'sbr/brkstring.c'; then $(CYGPATH_W) 'sbr/brkstring.c'; else $(CYGPATH_W) '$(srcdir)/sbr/brkstring.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-brkstring.obj `if test -f 'sbr/brkstring.c'; then $(CYGPATH_W) 'sbr/brkstring.c'; else $(CYGPATH_W) '$(srcdir)/sbr/brkstring.c'; fi`
+ 
+ sbr/sbr_libmh_a-check_charset.o: sbr/check_charset.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-check_charset.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Tpo -c -o sbr/sbr_libmh_a-check_charset.o `test -f 'sbr/check_charset.c' || echo '$(srcdir)/'`sbr/check_charset.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Tpo sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/check_charset.c' object='sbr/sbr_libmh_a-check_charset.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-check_charset.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Tpo -c -o sbr/sbr_libmh_a-check_charset.o `test -f 'sbr/check_charset.c' || echo '$(srcdir)/'`sbr/check_charset.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Tpo sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/check_charset.c' object='sbr/sbr_libmh_a-check_charset.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-check_charset.o `test -f 'sbr/check_charset.c' || echo '$(srcdir)/'`sbr/check_charset.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-check_charset.o `test -f 'sbr/check_charset.c' || echo '$(srcdir)/'`sbr/check_charset.c
+ 
+ sbr/sbr_libmh_a-check_charset.obj: sbr/check_charset.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-check_charset.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Tpo -c -o sbr/sbr_libmh_a-check_charset.obj `if test -f 'sbr/check_charset.c'; then $(CYGPATH_W) 'sbr/check_charset.c'; else $(CYGPATH_W) '$(srcdir)/sbr/check_charset.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Tpo sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/check_charset.c' object='sbr/sbr_libmh_a-check_charset.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-check_charset.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Tpo -c -o sbr/sbr_libmh_a-check_charset.obj `if test -f 'sbr/check_charset.c'; then $(CYGPATH_W) 'sbr/check_charset.c'; else $(CYGPATH_W) '$(srcdir)/sbr/check_charset.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Tpo sbr/$(DEPDIR)/sbr_libmh_a-check_charset.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/check_charset.c' object='sbr/sbr_libmh_a-check_charset.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-check_charset.obj `if test -f 'sbr/check_charset.c'; then $(CYGPATH_W) 'sbr/check_charset.c'; else $(CYGPATH_W) '$(srcdir)/sbr/check_charset.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-check_charset.obj `if test -f 'sbr/check_charset.c'; then $(CYGPATH_W) 'sbr/check_charset.c'; else $(CYGPATH_W) '$(srcdir)/sbr/check_charset.c'; fi`
+ 
+ sbr/sbr_libmh_a-client.o: sbr/client.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-client.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-client.Tpo -c -o sbr/sbr_libmh_a-client.o `test -f 'sbr/client.c' || echo '$(srcdir)/'`sbr/client.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-client.Tpo sbr/$(DEPDIR)/sbr_libmh_a-client.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/client.c' object='sbr/sbr_libmh_a-client.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-client.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-client.Tpo -c -o sbr/sbr_libmh_a-client.o `test -f 'sbr/client.c' || echo '$(srcdir)/'`sbr/client.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-client.Tpo sbr/$(DEPDIR)/sbr_libmh_a-client.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/client.c' object='sbr/sbr_libmh_a-client.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-client.o `test -f 'sbr/client.c' || echo '$(srcdir)/'`sbr/client.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-client.o `test -f 'sbr/client.c' || echo '$(srcdir)/'`sbr/client.c
+ 
+ sbr/sbr_libmh_a-client.obj: sbr/client.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-client.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-client.Tpo -c -o sbr/sbr_libmh_a-client.obj `if test -f 'sbr/client.c'; then $(CYGPATH_W) 'sbr/client.c'; else $(CYGPATH_W) '$(srcdir)/sbr/client.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-client.Tpo sbr/$(DEPDIR)/sbr_libmh_a-client.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/client.c' object='sbr/sbr_libmh_a-client.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-client.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-client.Tpo -c -o sbr/sbr_libmh_a-client.obj `if test -f 'sbr/client.c'; then $(CYGPATH_W) 'sbr/client.c'; else $(CYGPATH_W) '$(srcdir)/sbr/client.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-client.Tpo sbr/$(DEPDIR)/sbr_libmh_a-client.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/client.c' object='sbr/sbr_libmh_a-client.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-client.obj `if test -f 'sbr/client.c'; then $(CYGPATH_W) 'sbr/client.c'; else $(CYGPATH_W) '$(srcdir)/sbr/client.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-client.obj `if test -f 'sbr/client.c'; then $(CYGPATH_W) 'sbr/client.c'; else $(CYGPATH_W) '$(srcdir)/sbr/client.c'; fi`
+ 
+ sbr/sbr_libmh_a-closefds.o: sbr/closefds.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-closefds.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-closefds.Tpo -c -o sbr/sbr_libmh_a-closefds.o `test -f 'sbr/closefds.c' || echo '$(srcdir)/'`sbr/closefds.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-closefds.Tpo sbr/$(DEPDIR)/sbr_libmh_a-closefds.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/closefds.c' object='sbr/sbr_libmh_a-closefds.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-closefds.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-closefds.Tpo -c -o sbr/sbr_libmh_a-closefds.o `test -f 'sbr/closefds.c' || echo '$(srcdir)/'`sbr/closefds.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-closefds.Tpo sbr/$(DEPDIR)/sbr_libmh_a-closefds.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/closefds.c' object='sbr/sbr_libmh_a-closefds.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-closefds.o `test -f 'sbr/closefds.c' || echo '$(srcdir)/'`sbr/closefds.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-closefds.o `test -f 'sbr/closefds.c' || echo '$(srcdir)/'`sbr/closefds.c
+ 
+ sbr/sbr_libmh_a-closefds.obj: sbr/closefds.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-closefds.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-closefds.Tpo -c -o sbr/sbr_libmh_a-closefds.obj `if test -f 'sbr/closefds.c'; then $(CYGPATH_W) 'sbr/closefds.c'; else $(CYGPATH_W) '$(srcdir)/sbr/closefds.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-closefds.Tpo sbr/$(DEPDIR)/sbr_libmh_a-closefds.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/closefds.c' object='sbr/sbr_libmh_a-closefds.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-closefds.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-closefds.Tpo -c -o sbr/sbr_libmh_a-closefds.obj `if test -f 'sbr/closefds.c'; then $(CYGPATH_W) 'sbr/closefds.c'; else $(CYGPATH_W) '$(srcdir)/sbr/closefds.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-closefds.Tpo sbr/$(DEPDIR)/sbr_libmh_a-closefds.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/closefds.c' object='sbr/sbr_libmh_a-closefds.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-closefds.obj `if test -f 'sbr/closefds.c'; then $(CYGPATH_W) 'sbr/closefds.c'; else $(CYGPATH_W) '$(srcdir)/sbr/closefds.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-closefds.obj `if test -f 'sbr/closefds.c'; then $(CYGPATH_W) 'sbr/closefds.c'; else $(CYGPATH_W) '$(srcdir)/sbr/closefds.c'; fi`
+ 
+ sbr/sbr_libmh_a-concat.o: sbr/concat.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-concat.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-concat.Tpo -c -o sbr/sbr_libmh_a-concat.o `test -f 'sbr/concat.c' || echo '$(srcdir)/'`sbr/concat.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-concat.Tpo sbr/$(DEPDIR)/sbr_libmh_a-concat.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/concat.c' object='sbr/sbr_libmh_a-concat.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-concat.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-concat.Tpo -c -o sbr/sbr_libmh_a-concat.o `test -f 'sbr/concat.c' || echo '$(srcdir)/'`sbr/concat.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-concat.Tpo sbr/$(DEPDIR)/sbr_libmh_a-concat.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/concat.c' object='sbr/sbr_libmh_a-concat.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-concat.o `test -f 'sbr/concat.c' || echo '$(srcdir)/'`sbr/concat.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-concat.o `test -f 'sbr/concat.c' || echo '$(srcdir)/'`sbr/concat.c
+ 
+ sbr/sbr_libmh_a-concat.obj: sbr/concat.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-concat.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-concat.Tpo -c -o sbr/sbr_libmh_a-concat.obj `if test -f 'sbr/concat.c'; then $(CYGPATH_W) 'sbr/concat.c'; else $(CYGPATH_W) '$(srcdir)/sbr/concat.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-concat.Tpo sbr/$(DEPDIR)/sbr_libmh_a-concat.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/concat.c' object='sbr/sbr_libmh_a-concat.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-concat.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-concat.Tpo -c -o sbr/sbr_libmh_a-concat.obj `if test -f 'sbr/concat.c'; then $(CYGPATH_W) 'sbr/concat.c'; else $(CYGPATH_W) '$(srcdir)/sbr/concat.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-concat.Tpo sbr/$(DEPDIR)/sbr_libmh_a-concat.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/concat.c' object='sbr/sbr_libmh_a-concat.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-concat.obj `if test -f 'sbr/concat.c'; then $(CYGPATH_W) 'sbr/concat.c'; else $(CYGPATH_W) '$(srcdir)/sbr/concat.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-concat.obj `if test -f 'sbr/concat.c'; then $(CYGPATH_W) 'sbr/concat.c'; else $(CYGPATH_W) '$(srcdir)/sbr/concat.c'; fi`
+ 
+ sbr/sbr_libmh_a-context_del.o: sbr/context_del.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_del.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_del.Tpo -c -o sbr/sbr_libmh_a-context_del.o `test -f 'sbr/context_del.c' || echo '$(srcdir)/'`sbr/context_del.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_del.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_del.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_del.c' object='sbr/sbr_libmh_a-context_del.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_del.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_del.Tpo -c -o sbr/sbr_libmh_a-context_del.o `test -f 'sbr/context_del.c' || echo '$(srcdir)/'`sbr/context_del.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_del.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_del.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_del.c' object='sbr/sbr_libmh_a-context_del.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_del.o `test -f 'sbr/context_del.c' || echo '$(srcdir)/'`sbr/context_del.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_del.o `test -f 'sbr/context_del.c' || echo '$(srcdir)/'`sbr/context_del.c
+ 
+ sbr/sbr_libmh_a-context_del.obj: sbr/context_del.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_del.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_del.Tpo -c -o sbr/sbr_libmh_a-context_del.obj `if test -f 'sbr/context_del.c'; then $(CYGPATH_W) 'sbr/context_del.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_del.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_del.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_del.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_del.c' object='sbr/sbr_libmh_a-context_del.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_del.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_del.Tpo -c -o sbr/sbr_libmh_a-context_del.obj `if test -f 'sbr/context_del.c'; then $(CYGPATH_W) 'sbr/context_del.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_del.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_del.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_del.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_del.c' object='sbr/sbr_libmh_a-context_del.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_del.obj `if test -f 'sbr/context_del.c'; then $(CYGPATH_W) 'sbr/context_del.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_del.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_del.obj `if test -f 'sbr/context_del.c'; then $(CYGPATH_W) 'sbr/context_del.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_del.c'; fi`
+ 
+ sbr/sbr_libmh_a-context_find.o: sbr/context_find.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_find.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_find.Tpo -c -o sbr/sbr_libmh_a-context_find.o `test -f 'sbr/context_find.c' || echo '$(srcdir)/'`sbr/context_find.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_find.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_find.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_find.c' object='sbr/sbr_libmh_a-context_find.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_find.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_find.Tpo -c -o sbr/sbr_libmh_a-context_find.o `test -f 'sbr/context_find.c' || echo '$(srcdir)/'`sbr/context_find.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_find.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_find.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_find.c' object='sbr/sbr_libmh_a-context_find.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_find.o `test -f 'sbr/context_find.c' || echo '$(srcdir)/'`sbr/context_find.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_find.o `test -f 'sbr/context_find.c' || echo '$(srcdir)/'`sbr/context_find.c
+ 
+ sbr/sbr_libmh_a-context_find.obj: sbr/context_find.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_find.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_find.Tpo -c -o sbr/sbr_libmh_a-context_find.obj `if test -f 'sbr/context_find.c'; then $(CYGPATH_W) 'sbr/context_find.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_find.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_find.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_find.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_find.c' object='sbr/sbr_libmh_a-context_find.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_find.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_find.Tpo -c -o sbr/sbr_libmh_a-context_find.obj `if test -f 'sbr/context_find.c'; then $(CYGPATH_W) 'sbr/context_find.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_find.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_find.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_find.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_find.c' object='sbr/sbr_libmh_a-context_find.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_find.obj `if test -f 'sbr/context_find.c'; then $(CYGPATH_W) 'sbr/context_find.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_find.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_find.obj `if test -f 'sbr/context_find.c'; then $(CYGPATH_W) 'sbr/context_find.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_find.c'; fi`
+ 
+ sbr/sbr_libmh_a-context_foil.o: sbr/context_foil.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_foil.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Tpo -c -o sbr/sbr_libmh_a-context_foil.o `test -f 'sbr/context_foil.c' || echo '$(srcdir)/'`sbr/context_foil.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_foil.c' object='sbr/sbr_libmh_a-context_foil.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_foil.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Tpo -c -o sbr/sbr_libmh_a-context_foil.o `test -f 'sbr/context_foil.c' || echo '$(srcdir)/'`sbr/context_foil.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_foil.c' object='sbr/sbr_libmh_a-context_foil.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_foil.o `test -f 'sbr/context_foil.c' || echo '$(srcdir)/'`sbr/context_foil.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_foil.o `test -f 'sbr/context_foil.c' || echo '$(srcdir)/'`sbr/context_foil.c
+ 
+ sbr/sbr_libmh_a-context_foil.obj: sbr/context_foil.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_foil.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Tpo -c -o sbr/sbr_libmh_a-context_foil.obj `if test -f 'sbr/context_foil.c'; then $(CYGPATH_W) 'sbr/context_foil.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_foil.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_foil.c' object='sbr/sbr_libmh_a-context_foil.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_foil.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Tpo -c -o sbr/sbr_libmh_a-context_foil.obj `if test -f 'sbr/context_foil.c'; then $(CYGPATH_W) 'sbr/context_foil.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_foil.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_foil.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_foil.c' object='sbr/sbr_libmh_a-context_foil.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_foil.obj `if test -f 'sbr/context_foil.c'; then $(CYGPATH_W) 'sbr/context_foil.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_foil.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_foil.obj `if test -f 'sbr/context_foil.c'; then $(CYGPATH_W) 'sbr/context_foil.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_foil.c'; fi`
+ 
+ sbr/sbr_libmh_a-context_read.o: sbr/context_read.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_read.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_read.Tpo -c -o sbr/sbr_libmh_a-context_read.o `test -f 'sbr/context_read.c' || echo '$(srcdir)/'`sbr/context_read.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_read.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_read.c' object='sbr/sbr_libmh_a-context_read.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_read.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_read.Tpo -c -o sbr/sbr_libmh_a-context_read.o `test -f 'sbr/context_read.c' || echo '$(srcdir)/'`sbr/context_read.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_read.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_read.c' object='sbr/sbr_libmh_a-context_read.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_read.o `test -f 'sbr/context_read.c' || echo '$(srcdir)/'`sbr/context_read.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_read.o `test -f 'sbr/context_read.c' || echo '$(srcdir)/'`sbr/context_read.c
+ 
+ sbr/sbr_libmh_a-context_read.obj: sbr/context_read.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_read.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_read.Tpo -c -o sbr/sbr_libmh_a-context_read.obj `if test -f 'sbr/context_read.c'; then $(CYGPATH_W) 'sbr/context_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_read.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_read.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_read.c' object='sbr/sbr_libmh_a-context_read.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_read.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_read.Tpo -c -o sbr/sbr_libmh_a-context_read.obj `if test -f 'sbr/context_read.c'; then $(CYGPATH_W) 'sbr/context_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_read.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_read.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_read.c' object='sbr/sbr_libmh_a-context_read.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_read.obj `if test -f 'sbr/context_read.c'; then $(CYGPATH_W) 'sbr/context_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_read.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_read.obj `if test -f 'sbr/context_read.c'; then $(CYGPATH_W) 'sbr/context_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_read.c'; fi`
+ 
+ sbr/sbr_libmh_a-context_replace.o: sbr/context_replace.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_replace.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Tpo -c -o sbr/sbr_libmh_a-context_replace.o `test -f 'sbr/context_replace.c' || echo '$(srcdir)/'`sbr/context_replace.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_replace.c' object='sbr/sbr_libmh_a-context_replace.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_replace.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Tpo -c -o sbr/sbr_libmh_a-context_replace.o `test -f 'sbr/context_replace.c' || echo '$(srcdir)/'`sbr/context_replace.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_replace.c' object='sbr/sbr_libmh_a-context_replace.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_replace.o `test -f 'sbr/context_replace.c' || echo '$(srcdir)/'`sbr/context_replace.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_replace.o `test -f 'sbr/context_replace.c' || echo '$(srcdir)/'`sbr/context_replace.c
+ 
+ sbr/sbr_libmh_a-context_replace.obj: sbr/context_replace.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_replace.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Tpo -c -o sbr/sbr_libmh_a-context_replace.obj `if test -f 'sbr/context_replace.c'; then $(CYGPATH_W) 'sbr/context_replace.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_replace.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_replace.c' object='sbr/sbr_libmh_a-context_replace.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_replace.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Tpo -c -o sbr/sbr_libmh_a-context_replace.obj `if test -f 'sbr/context_replace.c'; then $(CYGPATH_W) 'sbr/context_replace.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_replace.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_replace.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_replace.c' object='sbr/sbr_libmh_a-context_replace.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_replace.obj `if test -f 'sbr/context_replace.c'; then $(CYGPATH_W) 'sbr/context_replace.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_replace.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_replace.obj `if test -f 'sbr/context_replace.c'; then $(CYGPATH_W) 'sbr/context_replace.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_replace.c'; fi`
+ 
+ sbr/sbr_libmh_a-context_save.o: sbr/context_save.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_save.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_save.Tpo -c -o sbr/sbr_libmh_a-context_save.o `test -f 'sbr/context_save.c' || echo '$(srcdir)/'`sbr/context_save.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_save.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_save.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_save.c' object='sbr/sbr_libmh_a-context_save.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_save.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_save.Tpo -c -o sbr/sbr_libmh_a-context_save.o `test -f 'sbr/context_save.c' || echo '$(srcdir)/'`sbr/context_save.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_save.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_save.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_save.c' object='sbr/sbr_libmh_a-context_save.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_save.o `test -f 'sbr/context_save.c' || echo '$(srcdir)/'`sbr/context_save.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_save.o `test -f 'sbr/context_save.c' || echo '$(srcdir)/'`sbr/context_save.c
+ 
+ sbr/sbr_libmh_a-context_save.obj: sbr/context_save.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_save.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_save.Tpo -c -o sbr/sbr_libmh_a-context_save.obj `if test -f 'sbr/context_save.c'; then $(CYGPATH_W) 'sbr/context_save.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_save.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-context_save.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_save.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/context_save.c' object='sbr/sbr_libmh_a-context_save.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-context_save.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-context_save.Tpo -c -o sbr/sbr_libmh_a-context_save.obj `if test -f 'sbr/context_save.c'; then $(CYGPATH_W) 'sbr/context_save.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_save.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-context_save.Tpo sbr/$(DEPDIR)/sbr_libmh_a-context_save.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/context_save.c' object='sbr/sbr_libmh_a-context_save.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_save.obj `if test -f 'sbr/context_save.c'; then $(CYGPATH_W) 'sbr/context_save.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_save.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-context_save.obj `if test -f 'sbr/context_save.c'; then $(CYGPATH_W) 'sbr/context_save.c'; else $(CYGPATH_W) '$(srcdir)/sbr/context_save.c'; fi`
+ 
+ sbr/sbr_libmh_a-copy.o: sbr/copy.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-copy.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-copy.Tpo -c -o sbr/sbr_libmh_a-copy.o `test -f 'sbr/copy.c' || echo '$(srcdir)/'`sbr/copy.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-copy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-copy.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/copy.c' object='sbr/sbr_libmh_a-copy.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-copy.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-copy.Tpo -c -o sbr/sbr_libmh_a-copy.o `test -f 'sbr/copy.c' || echo '$(srcdir)/'`sbr/copy.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-copy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-copy.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/copy.c' object='sbr/sbr_libmh_a-copy.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-copy.o `test -f 'sbr/copy.c' || echo '$(srcdir)/'`sbr/copy.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-copy.o `test -f 'sbr/copy.c' || echo '$(srcdir)/'`sbr/copy.c
+ 
+ sbr/sbr_libmh_a-copy.obj: sbr/copy.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-copy.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-copy.Tpo -c -o sbr/sbr_libmh_a-copy.obj `if test -f 'sbr/copy.c'; then $(CYGPATH_W) 'sbr/copy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/copy.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-copy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-copy.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/copy.c' object='sbr/sbr_libmh_a-copy.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-copy.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-copy.Tpo -c -o sbr/sbr_libmh_a-copy.obj `if test -f 'sbr/copy.c'; then $(CYGPATH_W) 'sbr/copy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/copy.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-copy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-copy.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/copy.c' object='sbr/sbr_libmh_a-copy.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-copy.obj `if test -f 'sbr/copy.c'; then $(CYGPATH_W) 'sbr/copy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/copy.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-copy.obj `if test -f 'sbr/copy.c'; then $(CYGPATH_W) 'sbr/copy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/copy.c'; fi`
+ 
+ sbr/sbr_libmh_a-copyip.o: sbr/copyip.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-copyip.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-copyip.Tpo -c -o sbr/sbr_libmh_a-copyip.o `test -f 'sbr/copyip.c' || echo '$(srcdir)/'`sbr/copyip.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-copyip.Tpo sbr/$(DEPDIR)/sbr_libmh_a-copyip.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/copyip.c' object='sbr/sbr_libmh_a-copyip.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-copyip.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-copyip.Tpo -c -o sbr/sbr_libmh_a-copyip.o `test -f 'sbr/copyip.c' || echo '$(srcdir)/'`sbr/copyip.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-copyip.Tpo sbr/$(DEPDIR)/sbr_libmh_a-copyip.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/copyip.c' object='sbr/sbr_libmh_a-copyip.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-copyip.o `test -f 'sbr/copyip.c' || echo '$(srcdir)/'`sbr/copyip.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-copyip.o `test -f 'sbr/copyip.c' || echo '$(srcdir)/'`sbr/copyip.c
+ 
+ sbr/sbr_libmh_a-copyip.obj: sbr/copyip.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-copyip.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-copyip.Tpo -c -o sbr/sbr_libmh_a-copyip.obj `if test -f 'sbr/copyip.c'; then $(CYGPATH_W) 'sbr/copyip.c'; else $(CYGPATH_W) '$(srcdir)/sbr/copyip.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-copyip.Tpo sbr/$(DEPDIR)/sbr_libmh_a-copyip.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/copyip.c' object='sbr/sbr_libmh_a-copyip.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-copyip.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-copyip.Tpo -c -o sbr/sbr_libmh_a-copyip.obj `if test -f 'sbr/copyip.c'; then $(CYGPATH_W) 'sbr/copyip.c'; else $(CYGPATH_W) '$(srcdir)/sbr/copyip.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-copyip.Tpo sbr/$(DEPDIR)/sbr_libmh_a-copyip.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/copyip.c' object='sbr/sbr_libmh_a-copyip.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-copyip.obj `if test -f 'sbr/copyip.c'; then $(CYGPATH_W) 'sbr/copyip.c'; else $(CYGPATH_W) '$(srcdir)/sbr/copyip.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-copyip.obj `if test -f 'sbr/copyip.c'; then $(CYGPATH_W) 'sbr/copyip.c'; else $(CYGPATH_W) '$(srcdir)/sbr/copyip.c'; fi`
+ 
+ sbr/sbr_libmh_a-cpydata.o: sbr/cpydata.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-cpydata.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Tpo -c -o sbr/sbr_libmh_a-cpydata.o `test -f 'sbr/cpydata.c' || echo '$(srcdir)/'`sbr/cpydata.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Tpo sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/cpydata.c' object='sbr/sbr_libmh_a-cpydata.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-cpydata.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Tpo -c -o sbr/sbr_libmh_a-cpydata.o `test -f 'sbr/cpydata.c' || echo '$(srcdir)/'`sbr/cpydata.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Tpo sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/cpydata.c' object='sbr/sbr_libmh_a-cpydata.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-cpydata.o `test -f 'sbr/cpydata.c' || echo '$(srcdir)/'`sbr/cpydata.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-cpydata.o `test -f 'sbr/cpydata.c' || echo '$(srcdir)/'`sbr/cpydata.c
+ 
+ sbr/sbr_libmh_a-cpydata.obj: sbr/cpydata.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-cpydata.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Tpo -c -o sbr/sbr_libmh_a-cpydata.obj `if test -f 'sbr/cpydata.c'; then $(CYGPATH_W) 'sbr/cpydata.c'; else $(CYGPATH_W) '$(srcdir)/sbr/cpydata.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Tpo sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/cpydata.c' object='sbr/sbr_libmh_a-cpydata.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-cpydata.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Tpo -c -o sbr/sbr_libmh_a-cpydata.obj `if test -f 'sbr/cpydata.c'; then $(CYGPATH_W) 'sbr/cpydata.c'; else $(CYGPATH_W) '$(srcdir)/sbr/cpydata.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Tpo sbr/$(DEPDIR)/sbr_libmh_a-cpydata.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/cpydata.c' object='sbr/sbr_libmh_a-cpydata.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-cpydata.obj `if test -f 'sbr/cpydata.c'; then $(CYGPATH_W) 'sbr/cpydata.c'; else $(CYGPATH_W) '$(srcdir)/sbr/cpydata.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-cpydata.obj `if test -f 'sbr/cpydata.c'; then $(CYGPATH_W) 'sbr/cpydata.c'; else $(CYGPATH_W) '$(srcdir)/sbr/cpydata.c'; fi`
+ 
+ sbr/sbr_libmh_a-cpydgst.o: sbr/cpydgst.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-cpydgst.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Tpo -c -o sbr/sbr_libmh_a-cpydgst.o `test -f 'sbr/cpydgst.c' || echo '$(srcdir)/'`sbr/cpydgst.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Tpo sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/cpydgst.c' object='sbr/sbr_libmh_a-cpydgst.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-cpydgst.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Tpo -c -o sbr/sbr_libmh_a-cpydgst.o `test -f 'sbr/cpydgst.c' || echo '$(srcdir)/'`sbr/cpydgst.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Tpo sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/cpydgst.c' object='sbr/sbr_libmh_a-cpydgst.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-cpydgst.o `test -f 'sbr/cpydgst.c' || echo '$(srcdir)/'`sbr/cpydgst.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-cpydgst.o `test -f 'sbr/cpydgst.c' || echo '$(srcdir)/'`sbr/cpydgst.c
+ 
+ sbr/sbr_libmh_a-cpydgst.obj: sbr/cpydgst.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-cpydgst.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Tpo -c -o sbr/sbr_libmh_a-cpydgst.obj `if test -f 'sbr/cpydgst.c'; then $(CYGPATH_W) 'sbr/cpydgst.c'; else $(CYGPATH_W) '$(srcdir)/sbr/cpydgst.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Tpo sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/cpydgst.c' object='sbr/sbr_libmh_a-cpydgst.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-cpydgst.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Tpo -c -o sbr/sbr_libmh_a-cpydgst.obj `if test -f 'sbr/cpydgst.c'; then $(CYGPATH_W) 'sbr/cpydgst.c'; else $(CYGPATH_W) '$(srcdir)/sbr/cpydgst.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Tpo sbr/$(DEPDIR)/sbr_libmh_a-cpydgst.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/cpydgst.c' object='sbr/sbr_libmh_a-cpydgst.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-cpydgst.obj `if test -f 'sbr/cpydgst.c'; then $(CYGPATH_W) 'sbr/cpydgst.c'; else $(CYGPATH_W) '$(srcdir)/sbr/cpydgst.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-cpydgst.obj `if test -f 'sbr/cpydgst.c'; then $(CYGPATH_W) 'sbr/cpydgst.c'; else $(CYGPATH_W) '$(srcdir)/sbr/cpydgst.c'; fi`
+ 
+ sbr/sbr_libmh_a-crawl_folders.o: sbr/crawl_folders.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-crawl_folders.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Tpo -c -o sbr/sbr_libmh_a-crawl_folders.o `test -f 'sbr/crawl_folders.c' || echo '$(srcdir)/'`sbr/crawl_folders.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Tpo sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/crawl_folders.c' object='sbr/sbr_libmh_a-crawl_folders.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-crawl_folders.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Tpo -c -o sbr/sbr_libmh_a-crawl_folders.o `test -f 'sbr/crawl_folders.c' || echo '$(srcdir)/'`sbr/crawl_folders.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Tpo sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/crawl_folders.c' object='sbr/sbr_libmh_a-crawl_folders.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-crawl_folders.o `test -f 'sbr/crawl_folders.c' || echo '$(srcdir)/'`sbr/crawl_folders.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-crawl_folders.o `test -f 'sbr/crawl_folders.c' || echo '$(srcdir)/'`sbr/crawl_folders.c
+ 
+ sbr/sbr_libmh_a-crawl_folders.obj: sbr/crawl_folders.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-crawl_folders.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Tpo -c -o sbr/sbr_libmh_a-crawl_folders.obj `if test -f 'sbr/crawl_folders.c'; then $(CYGPATH_W) 'sbr/crawl_folders.c'; else $(CYGPATH_W) '$(srcdir)/sbr/crawl_folders.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Tpo sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/crawl_folders.c' object='sbr/sbr_libmh_a-crawl_folders.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-crawl_folders.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Tpo -c -o sbr/sbr_libmh_a-crawl_folders.obj `if test -f 'sbr/crawl_folders.c'; then $(CYGPATH_W) 'sbr/crawl_folders.c'; else $(CYGPATH_W) '$(srcdir)/sbr/crawl_folders.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Tpo sbr/$(DEPDIR)/sbr_libmh_a-crawl_folders.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/crawl_folders.c' object='sbr/sbr_libmh_a-crawl_folders.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-crawl_folders.obj `if test -f 'sbr/crawl_folders.c'; then $(CYGPATH_W) 'sbr/crawl_folders.c'; else $(CYGPATH_W) '$(srcdir)/sbr/crawl_folders.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-crawl_folders.obj `if test -f 'sbr/crawl_folders.c'; then $(CYGPATH_W) 'sbr/crawl_folders.c'; else $(CYGPATH_W) '$(srcdir)/sbr/crawl_folders.c'; fi`
+ 
+ sbr/sbr_libmh_a-discard.o: sbr/discard.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-discard.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-discard.Tpo -c -o sbr/sbr_libmh_a-discard.o `test -f 'sbr/discard.c' || echo '$(srcdir)/'`sbr/discard.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-discard.Tpo sbr/$(DEPDIR)/sbr_libmh_a-discard.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/discard.c' object='sbr/sbr_libmh_a-discard.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-discard.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-discard.Tpo -c -o sbr/sbr_libmh_a-discard.o `test -f 'sbr/discard.c' || echo '$(srcdir)/'`sbr/discard.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-discard.Tpo sbr/$(DEPDIR)/sbr_libmh_a-discard.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/discard.c' object='sbr/sbr_libmh_a-discard.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-discard.o `test -f 'sbr/discard.c' || echo '$(srcdir)/'`sbr/discard.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-discard.o `test -f 'sbr/discard.c' || echo '$(srcdir)/'`sbr/discard.c
+ 
+ sbr/sbr_libmh_a-discard.obj: sbr/discard.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-discard.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-discard.Tpo -c -o sbr/sbr_libmh_a-discard.obj `if test -f 'sbr/discard.c'; then $(CYGPATH_W) 'sbr/discard.c'; else $(CYGPATH_W) '$(srcdir)/sbr/discard.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-discard.Tpo sbr/$(DEPDIR)/sbr_libmh_a-discard.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/discard.c' object='sbr/sbr_libmh_a-discard.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-discard.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-discard.Tpo -c -o sbr/sbr_libmh_a-discard.obj `if test -f 'sbr/discard.c'; then $(CYGPATH_W) 'sbr/discard.c'; else $(CYGPATH_W) '$(srcdir)/sbr/discard.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-discard.Tpo sbr/$(DEPDIR)/sbr_libmh_a-discard.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/discard.c' object='sbr/sbr_libmh_a-discard.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-discard.obj `if test -f 'sbr/discard.c'; then $(CYGPATH_W) 'sbr/discard.c'; else $(CYGPATH_W) '$(srcdir)/sbr/discard.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-discard.obj `if test -f 'sbr/discard.c'; then $(CYGPATH_W) 'sbr/discard.c'; else $(CYGPATH_W) '$(srcdir)/sbr/discard.c'; fi`
+ 
+ sbr/sbr_libmh_a-done.o: sbr/done.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-done.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-done.Tpo -c -o sbr/sbr_libmh_a-done.o `test -f 'sbr/done.c' || echo '$(srcdir)/'`sbr/done.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-done.Tpo sbr/$(DEPDIR)/sbr_libmh_a-done.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/done.c' object='sbr/sbr_libmh_a-done.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-done.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-done.Tpo -c -o sbr/sbr_libmh_a-done.o `test -f 'sbr/done.c' || echo '$(srcdir)/'`sbr/done.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-done.Tpo sbr/$(DEPDIR)/sbr_libmh_a-done.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/done.c' object='sbr/sbr_libmh_a-done.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-done.o `test -f 'sbr/done.c' || echo '$(srcdir)/'`sbr/done.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-done.o `test -f 'sbr/done.c' || echo '$(srcdir)/'`sbr/done.c
+ 
+ sbr/sbr_libmh_a-done.obj: sbr/done.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-done.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-done.Tpo -c -o sbr/sbr_libmh_a-done.obj `if test -f 'sbr/done.c'; then $(CYGPATH_W) 'sbr/done.c'; else $(CYGPATH_W) '$(srcdir)/sbr/done.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-done.Tpo sbr/$(DEPDIR)/sbr_libmh_a-done.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/done.c' object='sbr/sbr_libmh_a-done.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-done.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-done.Tpo -c -o sbr/sbr_libmh_a-done.obj `if test -f 'sbr/done.c'; then $(CYGPATH_W) 'sbr/done.c'; else $(CYGPATH_W) '$(srcdir)/sbr/done.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-done.Tpo sbr/$(DEPDIR)/sbr_libmh_a-done.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/done.c' object='sbr/sbr_libmh_a-done.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-done.obj `if test -f 'sbr/done.c'; then $(CYGPATH_W) 'sbr/done.c'; else $(CYGPATH_W) '$(srcdir)/sbr/done.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-done.obj `if test -f 'sbr/done.c'; then $(CYGPATH_W) 'sbr/done.c'; else $(CYGPATH_W) '$(srcdir)/sbr/done.c'; fi`
+ 
+ sbr/sbr_libmh_a-dtime.o: sbr/dtime.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-dtime.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-dtime.Tpo -c -o sbr/sbr_libmh_a-dtime.o `test -f 'sbr/dtime.c' || echo '$(srcdir)/'`sbr/dtime.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-dtime.Tpo sbr/$(DEPDIR)/sbr_libmh_a-dtime.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/dtime.c' object='sbr/sbr_libmh_a-dtime.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-dtime.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-dtime.Tpo -c -o sbr/sbr_libmh_a-dtime.o `test -f 'sbr/dtime.c' || echo '$(srcdir)/'`sbr/dtime.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-dtime.Tpo sbr/$(DEPDIR)/sbr_libmh_a-dtime.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/dtime.c' object='sbr/sbr_libmh_a-dtime.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-dtime.o `test -f 'sbr/dtime.c' || echo '$(srcdir)/'`sbr/dtime.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-dtime.o `test -f 'sbr/dtime.c' || echo '$(srcdir)/'`sbr/dtime.c
+ 
+ sbr/sbr_libmh_a-dtime.obj: sbr/dtime.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-dtime.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-dtime.Tpo -c -o sbr/sbr_libmh_a-dtime.obj `if test -f 'sbr/dtime.c'; then $(CYGPATH_W) 'sbr/dtime.c'; else $(CYGPATH_W) '$(srcdir)/sbr/dtime.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-dtime.Tpo sbr/$(DEPDIR)/sbr_libmh_a-dtime.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/dtime.c' object='sbr/sbr_libmh_a-dtime.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-dtime.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-dtime.Tpo -c -o sbr/sbr_libmh_a-dtime.obj `if test -f 'sbr/dtime.c'; then $(CYGPATH_W) 'sbr/dtime.c'; else $(CYGPATH_W) '$(srcdir)/sbr/dtime.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-dtime.Tpo sbr/$(DEPDIR)/sbr_libmh_a-dtime.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/dtime.c' object='sbr/sbr_libmh_a-dtime.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-dtime.obj `if test -f 'sbr/dtime.c'; then $(CYGPATH_W) 'sbr/dtime.c'; else $(CYGPATH_W) '$(srcdir)/sbr/dtime.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-dtime.obj `if test -f 'sbr/dtime.c'; then $(CYGPATH_W) 'sbr/dtime.c'; else $(CYGPATH_W) '$(srcdir)/sbr/dtime.c'; fi`
+ 
+ sbr/sbr_libmh_a-escape_display_name.o: sbr/escape_display_name.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-escape_display_name.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Tpo -c -o sbr/sbr_libmh_a-escape_display_name.o `test -f 'sbr/escape_display_name.c' || echo '$(srcdir)/'`sbr/escape_display_name.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Tpo sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/escape_display_name.c' object='sbr/sbr_libmh_a-escape_display_name.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-escape_display_name.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Tpo -c -o sbr/sbr_libmh_a-escape_display_name.o `test -f 'sbr/escape_display_name.c' || echo '$(srcdir)/'`sbr/escape_display_name.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Tpo sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/escape_display_name.c' object='sbr/sbr_libmh_a-escape_display_name.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-escape_display_name.o `test -f 'sbr/escape_display_name.c' || echo '$(srcdir)/'`sbr/escape_display_name.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-escape_display_name.o `test -f 'sbr/escape_display_name.c' || echo '$(srcdir)/'`sbr/escape_display_name.c
+ 
+ sbr/sbr_libmh_a-escape_display_name.obj: sbr/escape_display_name.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-escape_display_name.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Tpo -c -o sbr/sbr_libmh_a-escape_display_name.obj `if test -f 'sbr/escape_display_name.c'; then $(CYGPATH_W) 'sbr/escape_display_name.c'; else $(CYGPATH_W) '$(srcdir)/sbr/escape_display_name.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Tpo sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/escape_display_name.c' object='sbr/sbr_libmh_a-escape_display_name.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-escape_display_name.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Tpo -c -o sbr/sbr_libmh_a-escape_display_name.obj `if test -f 'sbr/escape_display_name.c'; then $(CYGPATH_W) 'sbr/escape_display_name.c'; else $(CYGPATH_W) '$(srcdir)/sbr/escape_display_name.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Tpo sbr/$(DEPDIR)/sbr_libmh_a-escape_display_name.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/escape_display_name.c' object='sbr/sbr_libmh_a-escape_display_name.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-escape_display_name.obj `if test -f 'sbr/escape_display_name.c'; then $(CYGPATH_W) 'sbr/escape_display_name.c'; else $(CYGPATH_W) '$(srcdir)/sbr/escape_display_name.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-escape_display_name.obj `if test -f 'sbr/escape_display_name.c'; then $(CYGPATH_W) 'sbr/escape_display_name.c'; else $(CYGPATH_W) '$(srcdir)/sbr/escape_display_name.c'; fi`
+ 
+ sbr/sbr_libmh_a-error.o: sbr/error.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-error.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-error.Tpo -c -o sbr/sbr_libmh_a-error.o `test -f 'sbr/error.c' || echo '$(srcdir)/'`sbr/error.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-error.Tpo sbr/$(DEPDIR)/sbr_libmh_a-error.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/error.c' object='sbr/sbr_libmh_a-error.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-error.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-error.Tpo -c -o sbr/sbr_libmh_a-error.o `test -f 'sbr/error.c' || echo '$(srcdir)/'`sbr/error.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-error.Tpo sbr/$(DEPDIR)/sbr_libmh_a-error.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/error.c' object='sbr/sbr_libmh_a-error.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-error.o `test -f 'sbr/error.c' || echo '$(srcdir)/'`sbr/error.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-error.o `test -f 'sbr/error.c' || echo '$(srcdir)/'`sbr/error.c
+ 
+ sbr/sbr_libmh_a-error.obj: sbr/error.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-error.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-error.Tpo -c -o sbr/sbr_libmh_a-error.obj `if test -f 'sbr/error.c'; then $(CYGPATH_W) 'sbr/error.c'; else $(CYGPATH_W) '$(srcdir)/sbr/error.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-error.Tpo sbr/$(DEPDIR)/sbr_libmh_a-error.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/error.c' object='sbr/sbr_libmh_a-error.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-error.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-error.Tpo -c -o sbr/sbr_libmh_a-error.obj `if test -f 'sbr/error.c'; then $(CYGPATH_W) 'sbr/error.c'; else $(CYGPATH_W) '$(srcdir)/sbr/error.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-error.Tpo sbr/$(DEPDIR)/sbr_libmh_a-error.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/error.c' object='sbr/sbr_libmh_a-error.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-error.obj `if test -f 'sbr/error.c'; then $(CYGPATH_W) 'sbr/error.c'; else $(CYGPATH_W) '$(srcdir)/sbr/error.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-error.obj `if test -f 'sbr/error.c'; then $(CYGPATH_W) 'sbr/error.c'; else $(CYGPATH_W) '$(srcdir)/sbr/error.c'; fi`
+ 
+ sbr/sbr_libmh_a-ext_hook.o: sbr/ext_hook.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ext_hook.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Tpo -c -o sbr/sbr_libmh_a-ext_hook.o `test -f 'sbr/ext_hook.c' || echo '$(srcdir)/'`sbr/ext_hook.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/ext_hook.c' object='sbr/sbr_libmh_a-ext_hook.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ext_hook.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Tpo -c -o sbr/sbr_libmh_a-ext_hook.o `test -f 'sbr/ext_hook.c' || echo '$(srcdir)/'`sbr/ext_hook.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/ext_hook.c' object='sbr/sbr_libmh_a-ext_hook.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ext_hook.o `test -f 'sbr/ext_hook.c' || echo '$(srcdir)/'`sbr/ext_hook.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ext_hook.o `test -f 'sbr/ext_hook.c' || echo '$(srcdir)/'`sbr/ext_hook.c
+ 
+ sbr/sbr_libmh_a-ext_hook.obj: sbr/ext_hook.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ext_hook.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Tpo -c -o sbr/sbr_libmh_a-ext_hook.obj `if test -f 'sbr/ext_hook.c'; then $(CYGPATH_W) 'sbr/ext_hook.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ext_hook.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/ext_hook.c' object='sbr/sbr_libmh_a-ext_hook.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ext_hook.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Tpo -c -o sbr/sbr_libmh_a-ext_hook.obj `if test -f 'sbr/ext_hook.c'; then $(CYGPATH_W) 'sbr/ext_hook.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ext_hook.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ext_hook.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/ext_hook.c' object='sbr/sbr_libmh_a-ext_hook.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ext_hook.obj `if test -f 'sbr/ext_hook.c'; then $(CYGPATH_W) 'sbr/ext_hook.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ext_hook.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ext_hook.obj `if test -f 'sbr/ext_hook.c'; then $(CYGPATH_W) 'sbr/ext_hook.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ext_hook.c'; fi`
+ 
+ sbr/sbr_libmh_a-fdcompare.o: sbr/fdcompare.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fdcompare.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Tpo -c -o sbr/sbr_libmh_a-fdcompare.o `test -f 'sbr/fdcompare.c' || echo '$(srcdir)/'`sbr/fdcompare.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fdcompare.c' object='sbr/sbr_libmh_a-fdcompare.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fdcompare.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Tpo -c -o sbr/sbr_libmh_a-fdcompare.o `test -f 'sbr/fdcompare.c' || echo '$(srcdir)/'`sbr/fdcompare.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fdcompare.c' object='sbr/sbr_libmh_a-fdcompare.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fdcompare.o `test -f 'sbr/fdcompare.c' || echo '$(srcdir)/'`sbr/fdcompare.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fdcompare.o `test -f 'sbr/fdcompare.c' || echo '$(srcdir)/'`sbr/fdcompare.c
+ 
+ sbr/sbr_libmh_a-fdcompare.obj: sbr/fdcompare.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fdcompare.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Tpo -c -o sbr/sbr_libmh_a-fdcompare.obj `if test -f 'sbr/fdcompare.c'; then $(CYGPATH_W) 'sbr/fdcompare.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fdcompare.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fdcompare.c' object='sbr/sbr_libmh_a-fdcompare.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fdcompare.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Tpo -c -o sbr/sbr_libmh_a-fdcompare.obj `if test -f 'sbr/fdcompare.c'; then $(CYGPATH_W) 'sbr/fdcompare.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fdcompare.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fdcompare.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fdcompare.c' object='sbr/sbr_libmh_a-fdcompare.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fdcompare.obj `if test -f 'sbr/fdcompare.c'; then $(CYGPATH_W) 'sbr/fdcompare.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fdcompare.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fdcompare.obj `if test -f 'sbr/fdcompare.c'; then $(CYGPATH_W) 'sbr/fdcompare.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fdcompare.c'; fi`
+ 
+ sbr/sbr_libmh_a-folder_addmsg.o: sbr/folder_addmsg.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_addmsg.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Tpo -c -o sbr/sbr_libmh_a-folder_addmsg.o `test -f 'sbr/folder_addmsg.c' || echo '$(srcdir)/'`sbr/folder_addmsg.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_addmsg.c' object='sbr/sbr_libmh_a-folder_addmsg.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_addmsg.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Tpo -c -o sbr/sbr_libmh_a-folder_addmsg.o `test -f 'sbr/folder_addmsg.c' || echo '$(srcdir)/'`sbr/folder_addmsg.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_addmsg.c' object='sbr/sbr_libmh_a-folder_addmsg.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_addmsg.o `test -f 'sbr/folder_addmsg.c' || echo '$(srcdir)/'`sbr/folder_addmsg.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_addmsg.o `test -f 'sbr/folder_addmsg.c' || echo '$(srcdir)/'`sbr/folder_addmsg.c
+ 
+ sbr/sbr_libmh_a-folder_addmsg.obj: sbr/folder_addmsg.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_addmsg.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Tpo -c -o sbr/sbr_libmh_a-folder_addmsg.obj `if test -f 'sbr/folder_addmsg.c'; then $(CYGPATH_W) 'sbr/folder_addmsg.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_addmsg.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_addmsg.c' object='sbr/sbr_libmh_a-folder_addmsg.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_addmsg.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Tpo -c -o sbr/sbr_libmh_a-folder_addmsg.obj `if test -f 'sbr/folder_addmsg.c'; then $(CYGPATH_W) 'sbr/folder_addmsg.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_addmsg.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_addmsg.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_addmsg.c' object='sbr/sbr_libmh_a-folder_addmsg.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_addmsg.obj `if test -f 'sbr/folder_addmsg.c'; then $(CYGPATH_W) 'sbr/folder_addmsg.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_addmsg.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_addmsg.obj `if test -f 'sbr/folder_addmsg.c'; then $(CYGPATH_W) 'sbr/folder_addmsg.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_addmsg.c'; fi`
+ 
+ sbr/sbr_libmh_a-folder_delmsgs.o: sbr/folder_delmsgs.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_delmsgs.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Tpo -c -o sbr/sbr_libmh_a-folder_delmsgs.o `test -f 'sbr/folder_delmsgs.c' || echo '$(srcdir)/'`sbr/folder_delmsgs.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_delmsgs.c' object='sbr/sbr_libmh_a-folder_delmsgs.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_delmsgs.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Tpo -c -o sbr/sbr_libmh_a-folder_delmsgs.o `test -f 'sbr/folder_delmsgs.c' || echo '$(srcdir)/'`sbr/folder_delmsgs.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_delmsgs.c' object='sbr/sbr_libmh_a-folder_delmsgs.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_delmsgs.o `test -f 'sbr/folder_delmsgs.c' || echo '$(srcdir)/'`sbr/folder_delmsgs.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_delmsgs.o `test -f 'sbr/folder_delmsgs.c' || echo '$(srcdir)/'`sbr/folder_delmsgs.c
+ 
+ sbr/sbr_libmh_a-folder_delmsgs.obj: sbr/folder_delmsgs.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_delmsgs.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Tpo -c -o sbr/sbr_libmh_a-folder_delmsgs.obj `if test -f 'sbr/folder_delmsgs.c'; then $(CYGPATH_W) 'sbr/folder_delmsgs.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_delmsgs.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_delmsgs.c' object='sbr/sbr_libmh_a-folder_delmsgs.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_delmsgs.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Tpo -c -o sbr/sbr_libmh_a-folder_delmsgs.obj `if test -f 'sbr/folder_delmsgs.c'; then $(CYGPATH_W) 'sbr/folder_delmsgs.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_delmsgs.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_delmsgs.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_delmsgs.c' object='sbr/sbr_libmh_a-folder_delmsgs.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_delmsgs.obj `if test -f 'sbr/folder_delmsgs.c'; then $(CYGPATH_W) 'sbr/folder_delmsgs.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_delmsgs.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_delmsgs.obj `if test -f 'sbr/folder_delmsgs.c'; then $(CYGPATH_W) 'sbr/folder_delmsgs.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_delmsgs.c'; fi`
+ 
+ sbr/sbr_libmh_a-folder_free.o: sbr/folder_free.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_free.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Tpo -c -o sbr/sbr_libmh_a-folder_free.o `test -f 'sbr/folder_free.c' || echo '$(srcdir)/'`sbr/folder_free.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_free.c' object='sbr/sbr_libmh_a-folder_free.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_free.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Tpo -c -o sbr/sbr_libmh_a-folder_free.o `test -f 'sbr/folder_free.c' || echo '$(srcdir)/'`sbr/folder_free.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_free.c' object='sbr/sbr_libmh_a-folder_free.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_free.o `test -f 'sbr/folder_free.c' || echo '$(srcdir)/'`sbr/folder_free.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_free.o `test -f 'sbr/folder_free.c' || echo '$(srcdir)/'`sbr/folder_free.c
+ 
+ sbr/sbr_libmh_a-folder_free.obj: sbr/folder_free.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_free.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Tpo -c -o sbr/sbr_libmh_a-folder_free.obj `if test -f 'sbr/folder_free.c'; then $(CYGPATH_W) 'sbr/folder_free.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_free.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_free.c' object='sbr/sbr_libmh_a-folder_free.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_free.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Tpo -c -o sbr/sbr_libmh_a-folder_free.obj `if test -f 'sbr/folder_free.c'; then $(CYGPATH_W) 'sbr/folder_free.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_free.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_free.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_free.c' object='sbr/sbr_libmh_a-folder_free.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_free.obj `if test -f 'sbr/folder_free.c'; then $(CYGPATH_W) 'sbr/folder_free.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_free.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_free.obj `if test -f 'sbr/folder_free.c'; then $(CYGPATH_W) 'sbr/folder_free.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_free.c'; fi`
+ 
+ sbr/sbr_libmh_a-folder_pack.o: sbr/folder_pack.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_pack.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Tpo -c -o sbr/sbr_libmh_a-folder_pack.o `test -f 'sbr/folder_pack.c' || echo '$(srcdir)/'`sbr/folder_pack.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_pack.c' object='sbr/sbr_libmh_a-folder_pack.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_pack.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Tpo -c -o sbr/sbr_libmh_a-folder_pack.o `test -f 'sbr/folder_pack.c' || echo '$(srcdir)/'`sbr/folder_pack.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_pack.c' object='sbr/sbr_libmh_a-folder_pack.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_pack.o `test -f 'sbr/folder_pack.c' || echo '$(srcdir)/'`sbr/folder_pack.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_pack.o `test -f 'sbr/folder_pack.c' || echo '$(srcdir)/'`sbr/folder_pack.c
+ 
+ sbr/sbr_libmh_a-folder_pack.obj: sbr/folder_pack.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_pack.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Tpo -c -o sbr/sbr_libmh_a-folder_pack.obj `if test -f 'sbr/folder_pack.c'; then $(CYGPATH_W) 'sbr/folder_pack.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_pack.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_pack.c' object='sbr/sbr_libmh_a-folder_pack.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_pack.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Tpo -c -o sbr/sbr_libmh_a-folder_pack.obj `if test -f 'sbr/folder_pack.c'; then $(CYGPATH_W) 'sbr/folder_pack.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_pack.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_pack.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_pack.c' object='sbr/sbr_libmh_a-folder_pack.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_pack.obj `if test -f 'sbr/folder_pack.c'; then $(CYGPATH_W) 'sbr/folder_pack.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_pack.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_pack.obj `if test -f 'sbr/folder_pack.c'; then $(CYGPATH_W) 'sbr/folder_pack.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_pack.c'; fi`
+ 
+ sbr/sbr_libmh_a-folder_read.o: sbr/folder_read.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_read.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Tpo -c -o sbr/sbr_libmh_a-folder_read.o `test -f 'sbr/folder_read.c' || echo '$(srcdir)/'`sbr/folder_read.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_read.c' object='sbr/sbr_libmh_a-folder_read.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_read.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Tpo -c -o sbr/sbr_libmh_a-folder_read.o `test -f 'sbr/folder_read.c' || echo '$(srcdir)/'`sbr/folder_read.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_read.c' object='sbr/sbr_libmh_a-folder_read.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_read.o `test -f 'sbr/folder_read.c' || echo '$(srcdir)/'`sbr/folder_read.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_read.o `test -f 'sbr/folder_read.c' || echo '$(srcdir)/'`sbr/folder_read.c
+ 
+ sbr/sbr_libmh_a-folder_read.obj: sbr/folder_read.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_read.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Tpo -c -o sbr/sbr_libmh_a-folder_read.obj `if test -f 'sbr/folder_read.c'; then $(CYGPATH_W) 'sbr/folder_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_read.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_read.c' object='sbr/sbr_libmh_a-folder_read.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_read.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Tpo -c -o sbr/sbr_libmh_a-folder_read.obj `if test -f 'sbr/folder_read.c'; then $(CYGPATH_W) 'sbr/folder_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_read.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_read.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_read.c' object='sbr/sbr_libmh_a-folder_read.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_read.obj `if test -f 'sbr/folder_read.c'; then $(CYGPATH_W) 'sbr/folder_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_read.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_read.obj `if test -f 'sbr/folder_read.c'; then $(CYGPATH_W) 'sbr/folder_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_read.c'; fi`
+ 
+ sbr/sbr_libmh_a-folder_realloc.o: sbr/folder_realloc.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_realloc.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Tpo -c -o sbr/sbr_libmh_a-folder_realloc.o `test -f 'sbr/folder_realloc.c' || echo '$(srcdir)/'`sbr/folder_realloc.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_realloc.c' object='sbr/sbr_libmh_a-folder_realloc.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_realloc.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Tpo -c -o sbr/sbr_libmh_a-folder_realloc.o `test -f 'sbr/folder_realloc.c' || echo '$(srcdir)/'`sbr/folder_realloc.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_realloc.c' object='sbr/sbr_libmh_a-folder_realloc.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_realloc.o `test -f 'sbr/folder_realloc.c' || echo '$(srcdir)/'`sbr/folder_realloc.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_realloc.o `test -f 'sbr/folder_realloc.c' || echo '$(srcdir)/'`sbr/folder_realloc.c
+ 
+ sbr/sbr_libmh_a-folder_realloc.obj: sbr/folder_realloc.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_realloc.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Tpo -c -o sbr/sbr_libmh_a-folder_realloc.obj `if test -f 'sbr/folder_realloc.c'; then $(CYGPATH_W) 'sbr/folder_realloc.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_realloc.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/folder_realloc.c' object='sbr/sbr_libmh_a-folder_realloc.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-folder_realloc.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Tpo -c -o sbr/sbr_libmh_a-folder_realloc.obj `if test -f 'sbr/folder_realloc.c'; then $(CYGPATH_W) 'sbr/folder_realloc.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_realloc.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Tpo sbr/$(DEPDIR)/sbr_libmh_a-folder_realloc.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/folder_realloc.c' object='sbr/sbr_libmh_a-folder_realloc.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_realloc.obj `if test -f 'sbr/folder_realloc.c'; then $(CYGPATH_W) 'sbr/folder_realloc.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_realloc.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-folder_realloc.obj `if test -f 'sbr/folder_realloc.c'; then $(CYGPATH_W) 'sbr/folder_realloc.c'; else $(CYGPATH_W) '$(srcdir)/sbr/folder_realloc.c'; fi`
+ 
+ sbr/sbr_libmh_a-gans.o: sbr/gans.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-gans.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-gans.Tpo -c -o sbr/sbr_libmh_a-gans.o `test -f 'sbr/gans.c' || echo '$(srcdir)/'`sbr/gans.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-gans.Tpo sbr/$(DEPDIR)/sbr_libmh_a-gans.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/gans.c' object='sbr/sbr_libmh_a-gans.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-gans.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-gans.Tpo -c -o sbr/sbr_libmh_a-gans.o `test -f 'sbr/gans.c' || echo '$(srcdir)/'`sbr/gans.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-gans.Tpo sbr/$(DEPDIR)/sbr_libmh_a-gans.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/gans.c' object='sbr/sbr_libmh_a-gans.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-gans.o `test -f 'sbr/gans.c' || echo '$(srcdir)/'`sbr/gans.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-gans.o `test -f 'sbr/gans.c' || echo '$(srcdir)/'`sbr/gans.c
+ 
+ sbr/sbr_libmh_a-gans.obj: sbr/gans.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-gans.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-gans.Tpo -c -o sbr/sbr_libmh_a-gans.obj `if test -f 'sbr/gans.c'; then $(CYGPATH_W) 'sbr/gans.c'; else $(CYGPATH_W) '$(srcdir)/sbr/gans.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-gans.Tpo sbr/$(DEPDIR)/sbr_libmh_a-gans.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/gans.c' object='sbr/sbr_libmh_a-gans.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-gans.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-gans.Tpo -c -o sbr/sbr_libmh_a-gans.obj `if test -f 'sbr/gans.c'; then $(CYGPATH_W) 'sbr/gans.c'; else $(CYGPATH_W) '$(srcdir)/sbr/gans.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-gans.Tpo sbr/$(DEPDIR)/sbr_libmh_a-gans.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/gans.c' object='sbr/sbr_libmh_a-gans.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-gans.obj `if test -f 'sbr/gans.c'; then $(CYGPATH_W) 'sbr/gans.c'; else $(CYGPATH_W) '$(srcdir)/sbr/gans.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-gans.obj `if test -f 'sbr/gans.c'; then $(CYGPATH_W) 'sbr/gans.c'; else $(CYGPATH_W) '$(srcdir)/sbr/gans.c'; fi`
+ 
+ sbr/sbr_libmh_a-getans.o: sbr/getans.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getans.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getans.Tpo -c -o sbr/sbr_libmh_a-getans.o `test -f 'sbr/getans.c' || echo '$(srcdir)/'`sbr/getans.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getans.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getans.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getans.c' object='sbr/sbr_libmh_a-getans.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getans.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getans.Tpo -c -o sbr/sbr_libmh_a-getans.o `test -f 'sbr/getans.c' || echo '$(srcdir)/'`sbr/getans.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getans.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getans.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getans.c' object='sbr/sbr_libmh_a-getans.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getans.o `test -f 'sbr/getans.c' || echo '$(srcdir)/'`sbr/getans.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getans.o `test -f 'sbr/getans.c' || echo '$(srcdir)/'`sbr/getans.c
+ 
+ sbr/sbr_libmh_a-getans.obj: sbr/getans.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getans.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getans.Tpo -c -o sbr/sbr_libmh_a-getans.obj `if test -f 'sbr/getans.c'; then $(CYGPATH_W) 'sbr/getans.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getans.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getans.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getans.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getans.c' object='sbr/sbr_libmh_a-getans.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getans.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getans.Tpo -c -o sbr/sbr_libmh_a-getans.obj `if test -f 'sbr/getans.c'; then $(CYGPATH_W) 'sbr/getans.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getans.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getans.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getans.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getans.c' object='sbr/sbr_libmh_a-getans.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getans.obj `if test -f 'sbr/getans.c'; then $(CYGPATH_W) 'sbr/getans.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getans.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getans.obj `if test -f 'sbr/getans.c'; then $(CYGPATH_W) 'sbr/getans.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getans.c'; fi`
+ 
+ sbr/sbr_libmh_a-getanswer.o: sbr/getanswer.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getanswer.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Tpo -c -o sbr/sbr_libmh_a-getanswer.o `test -f 'sbr/getanswer.c' || echo '$(srcdir)/'`sbr/getanswer.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getanswer.c' object='sbr/sbr_libmh_a-getanswer.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getanswer.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Tpo -c -o sbr/sbr_libmh_a-getanswer.o `test -f 'sbr/getanswer.c' || echo '$(srcdir)/'`sbr/getanswer.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getanswer.c' object='sbr/sbr_libmh_a-getanswer.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getanswer.o `test -f 'sbr/getanswer.c' || echo '$(srcdir)/'`sbr/getanswer.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getanswer.o `test -f 'sbr/getanswer.c' || echo '$(srcdir)/'`sbr/getanswer.c
+ 
+ sbr/sbr_libmh_a-getanswer.obj: sbr/getanswer.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getanswer.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Tpo -c -o sbr/sbr_libmh_a-getanswer.obj `if test -f 'sbr/getanswer.c'; then $(CYGPATH_W) 'sbr/getanswer.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getanswer.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getanswer.c' object='sbr/sbr_libmh_a-getanswer.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getanswer.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Tpo -c -o sbr/sbr_libmh_a-getanswer.obj `if test -f 'sbr/getanswer.c'; then $(CYGPATH_W) 'sbr/getanswer.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getanswer.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getanswer.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getanswer.c' object='sbr/sbr_libmh_a-getanswer.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getanswer.obj `if test -f 'sbr/getanswer.c'; then $(CYGPATH_W) 'sbr/getanswer.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getanswer.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getanswer.obj `if test -f 'sbr/getanswer.c'; then $(CYGPATH_W) 'sbr/getanswer.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getanswer.c'; fi`
+ 
+ sbr/sbr_libmh_a-getarguments.o: sbr/getarguments.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getarguments.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Tpo -c -o sbr/sbr_libmh_a-getarguments.o `test -f 'sbr/getarguments.c' || echo '$(srcdir)/'`sbr/getarguments.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getarguments.c' object='sbr/sbr_libmh_a-getarguments.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getarguments.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Tpo -c -o sbr/sbr_libmh_a-getarguments.o `test -f 'sbr/getarguments.c' || echo '$(srcdir)/'`sbr/getarguments.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getarguments.c' object='sbr/sbr_libmh_a-getarguments.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getarguments.o `test -f 'sbr/getarguments.c' || echo '$(srcdir)/'`sbr/getarguments.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getarguments.o `test -f 'sbr/getarguments.c' || echo '$(srcdir)/'`sbr/getarguments.c
+ 
+ sbr/sbr_libmh_a-getarguments.obj: sbr/getarguments.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getarguments.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Tpo -c -o sbr/sbr_libmh_a-getarguments.obj `if test -f 'sbr/getarguments.c'; then $(CYGPATH_W) 'sbr/getarguments.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getarguments.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getarguments.c' object='sbr/sbr_libmh_a-getarguments.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getarguments.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Tpo -c -o sbr/sbr_libmh_a-getarguments.obj `if test -f 'sbr/getarguments.c'; then $(CYGPATH_W) 'sbr/getarguments.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getarguments.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getarguments.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getarguments.c' object='sbr/sbr_libmh_a-getarguments.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getarguments.obj `if test -f 'sbr/getarguments.c'; then $(CYGPATH_W) 'sbr/getarguments.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getarguments.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getarguments.obj `if test -f 'sbr/getarguments.c'; then $(CYGPATH_W) 'sbr/getarguments.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getarguments.c'; fi`
+ 
+ sbr/sbr_libmh_a-getcpy.o: sbr/getcpy.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getcpy.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Tpo -c -o sbr/sbr_libmh_a-getcpy.o `test -f 'sbr/getcpy.c' || echo '$(srcdir)/'`sbr/getcpy.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getcpy.c' object='sbr/sbr_libmh_a-getcpy.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getcpy.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Tpo -c -o sbr/sbr_libmh_a-getcpy.o `test -f 'sbr/getcpy.c' || echo '$(srcdir)/'`sbr/getcpy.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getcpy.c' object='sbr/sbr_libmh_a-getcpy.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getcpy.o `test -f 'sbr/getcpy.c' || echo '$(srcdir)/'`sbr/getcpy.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getcpy.o `test -f 'sbr/getcpy.c' || echo '$(srcdir)/'`sbr/getcpy.c
+ 
+ sbr/sbr_libmh_a-getcpy.obj: sbr/getcpy.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getcpy.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Tpo -c -o sbr/sbr_libmh_a-getcpy.obj `if test -f 'sbr/getcpy.c'; then $(CYGPATH_W) 'sbr/getcpy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getcpy.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getcpy.c' object='sbr/sbr_libmh_a-getcpy.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getcpy.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Tpo -c -o sbr/sbr_libmh_a-getcpy.obj `if test -f 'sbr/getcpy.c'; then $(CYGPATH_W) 'sbr/getcpy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getcpy.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getcpy.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getcpy.c' object='sbr/sbr_libmh_a-getcpy.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getcpy.obj `if test -f 'sbr/getcpy.c'; then $(CYGPATH_W) 'sbr/getcpy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getcpy.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getcpy.obj `if test -f 'sbr/getcpy.c'; then $(CYGPATH_W) 'sbr/getcpy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getcpy.c'; fi`
+ 
+ sbr/sbr_libmh_a-getfolder.o: sbr/getfolder.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getfolder.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Tpo -c -o sbr/sbr_libmh_a-getfolder.o `test -f 'sbr/getfolder.c' || echo '$(srcdir)/'`sbr/getfolder.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getfolder.c' object='sbr/sbr_libmh_a-getfolder.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getfolder.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Tpo -c -o sbr/sbr_libmh_a-getfolder.o `test -f 'sbr/getfolder.c' || echo '$(srcdir)/'`sbr/getfolder.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getfolder.c' object='sbr/sbr_libmh_a-getfolder.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getfolder.o `test -f 'sbr/getfolder.c' || echo '$(srcdir)/'`sbr/getfolder.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getfolder.o `test -f 'sbr/getfolder.c' || echo '$(srcdir)/'`sbr/getfolder.c
+ 
+ sbr/sbr_libmh_a-getfolder.obj: sbr/getfolder.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getfolder.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Tpo -c -o sbr/sbr_libmh_a-getfolder.obj `if test -f 'sbr/getfolder.c'; then $(CYGPATH_W) 'sbr/getfolder.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getfolder.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getfolder.c' object='sbr/sbr_libmh_a-getfolder.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getfolder.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Tpo -c -o sbr/sbr_libmh_a-getfolder.obj `if test -f 'sbr/getfolder.c'; then $(CYGPATH_W) 'sbr/getfolder.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getfolder.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getfolder.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getfolder.c' object='sbr/sbr_libmh_a-getfolder.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getfolder.obj `if test -f 'sbr/getfolder.c'; then $(CYGPATH_W) 'sbr/getfolder.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getfolder.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getfolder.obj `if test -f 'sbr/getfolder.c'; then $(CYGPATH_W) 'sbr/getfolder.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getfolder.c'; fi`
+ 
+ sbr/sbr_libmh_a-getpass.o: sbr/getpass.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getpass.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getpass.Tpo -c -o sbr/sbr_libmh_a-getpass.o `test -f 'sbr/getpass.c' || echo '$(srcdir)/'`sbr/getpass.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getpass.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getpass.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getpass.c' object='sbr/sbr_libmh_a-getpass.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getpass.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getpass.Tpo -c -o sbr/sbr_libmh_a-getpass.o `test -f 'sbr/getpass.c' || echo '$(srcdir)/'`sbr/getpass.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getpass.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getpass.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getpass.c' object='sbr/sbr_libmh_a-getpass.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getpass.o `test -f 'sbr/getpass.c' || echo '$(srcdir)/'`sbr/getpass.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getpass.o `test -f 'sbr/getpass.c' || echo '$(srcdir)/'`sbr/getpass.c
+ 
+ sbr/sbr_libmh_a-getpass.obj: sbr/getpass.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getpass.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getpass.Tpo -c -o sbr/sbr_libmh_a-getpass.obj `if test -f 'sbr/getpass.c'; then $(CYGPATH_W) 'sbr/getpass.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getpass.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getpass.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getpass.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getpass.c' object='sbr/sbr_libmh_a-getpass.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getpass.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getpass.Tpo -c -o sbr/sbr_libmh_a-getpass.obj `if test -f 'sbr/getpass.c'; then $(CYGPATH_W) 'sbr/getpass.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getpass.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getpass.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getpass.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getpass.c' object='sbr/sbr_libmh_a-getpass.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getpass.obj `if test -f 'sbr/getpass.c'; then $(CYGPATH_W) 'sbr/getpass.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getpass.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getpass.obj `if test -f 'sbr/getpass.c'; then $(CYGPATH_W) 'sbr/getpass.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getpass.c'; fi`
+ 
+ sbr/sbr_libmh_a-fmt_addr.o: sbr/fmt_addr.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_addr.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Tpo -c -o sbr/sbr_libmh_a-fmt_addr.o `test -f 'sbr/fmt_addr.c' || echo '$(srcdir)/'`sbr/fmt_addr.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_addr.c' object='sbr/sbr_libmh_a-fmt_addr.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_addr.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Tpo -c -o sbr/sbr_libmh_a-fmt_addr.o `test -f 'sbr/fmt_addr.c' || echo '$(srcdir)/'`sbr/fmt_addr.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_addr.c' object='sbr/sbr_libmh_a-fmt_addr.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_addr.o `test -f 'sbr/fmt_addr.c' || echo '$(srcdir)/'`sbr/fmt_addr.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_addr.o `test -f 'sbr/fmt_addr.c' || echo '$(srcdir)/'`sbr/fmt_addr.c
+ 
+ sbr/sbr_libmh_a-fmt_addr.obj: sbr/fmt_addr.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_addr.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Tpo -c -o sbr/sbr_libmh_a-fmt_addr.obj `if test -f 'sbr/fmt_addr.c'; then $(CYGPATH_W) 'sbr/fmt_addr.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_addr.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_addr.c' object='sbr/sbr_libmh_a-fmt_addr.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_addr.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Tpo -c -o sbr/sbr_libmh_a-fmt_addr.obj `if test -f 'sbr/fmt_addr.c'; then $(CYGPATH_W) 'sbr/fmt_addr.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_addr.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_addr.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_addr.c' object='sbr/sbr_libmh_a-fmt_addr.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_addr.obj `if test -f 'sbr/fmt_addr.c'; then $(CYGPATH_W) 'sbr/fmt_addr.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_addr.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_addr.obj `if test -f 'sbr/fmt_addr.c'; then $(CYGPATH_W) 'sbr/fmt_addr.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_addr.c'; fi`
+ 
+ sbr/sbr_libmh_a-fmt_compile.o: sbr/fmt_compile.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_compile.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Tpo -c -o sbr/sbr_libmh_a-fmt_compile.o `test -f 'sbr/fmt_compile.c' || echo '$(srcdir)/'`sbr/fmt_compile.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_compile.c' object='sbr/sbr_libmh_a-fmt_compile.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_compile.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Tpo -c -o sbr/sbr_libmh_a-fmt_compile.o `test -f 'sbr/fmt_compile.c' || echo '$(srcdir)/'`sbr/fmt_compile.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_compile.c' object='sbr/sbr_libmh_a-fmt_compile.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_compile.o `test -f 'sbr/fmt_compile.c' || echo '$(srcdir)/'`sbr/fmt_compile.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_compile.o `test -f 'sbr/fmt_compile.c' || echo '$(srcdir)/'`sbr/fmt_compile.c
+ 
+ sbr/sbr_libmh_a-fmt_compile.obj: sbr/fmt_compile.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_compile.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Tpo -c -o sbr/sbr_libmh_a-fmt_compile.obj `if test -f 'sbr/fmt_compile.c'; then $(CYGPATH_W) 'sbr/fmt_compile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_compile.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_compile.c' object='sbr/sbr_libmh_a-fmt_compile.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_compile.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Tpo -c -o sbr/sbr_libmh_a-fmt_compile.obj `if test -f 'sbr/fmt_compile.c'; then $(CYGPATH_W) 'sbr/fmt_compile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_compile.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_compile.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_compile.c' object='sbr/sbr_libmh_a-fmt_compile.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_compile.obj `if test -f 'sbr/fmt_compile.c'; then $(CYGPATH_W) 'sbr/fmt_compile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_compile.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_compile.obj `if test -f 'sbr/fmt_compile.c'; then $(CYGPATH_W) 'sbr/fmt_compile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_compile.c'; fi`
+ 
+ sbr/sbr_libmh_a-fmt_new.o: sbr/fmt_new.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_new.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Tpo -c -o sbr/sbr_libmh_a-fmt_new.o `test -f 'sbr/fmt_new.c' || echo '$(srcdir)/'`sbr/fmt_new.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_new.c' object='sbr/sbr_libmh_a-fmt_new.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_new.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Tpo -c -o sbr/sbr_libmh_a-fmt_new.o `test -f 'sbr/fmt_new.c' || echo '$(srcdir)/'`sbr/fmt_new.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_new.c' object='sbr/sbr_libmh_a-fmt_new.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_new.o `test -f 'sbr/fmt_new.c' || echo '$(srcdir)/'`sbr/fmt_new.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_new.o `test -f 'sbr/fmt_new.c' || echo '$(srcdir)/'`sbr/fmt_new.c
+ 
+ sbr/sbr_libmh_a-fmt_new.obj: sbr/fmt_new.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_new.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Tpo -c -o sbr/sbr_libmh_a-fmt_new.obj `if test -f 'sbr/fmt_new.c'; then $(CYGPATH_W) 'sbr/fmt_new.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_new.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_new.c' object='sbr/sbr_libmh_a-fmt_new.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_new.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Tpo -c -o sbr/sbr_libmh_a-fmt_new.obj `if test -f 'sbr/fmt_new.c'; then $(CYGPATH_W) 'sbr/fmt_new.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_new.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_new.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_new.c' object='sbr/sbr_libmh_a-fmt_new.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_new.obj `if test -f 'sbr/fmt_new.c'; then $(CYGPATH_W) 'sbr/fmt_new.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_new.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_new.obj `if test -f 'sbr/fmt_new.c'; then $(CYGPATH_W) 'sbr/fmt_new.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_new.c'; fi`
+ 
+ sbr/sbr_libmh_a-fmt_rfc2047.o: sbr/fmt_rfc2047.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_rfc2047.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Tpo -c -o sbr/sbr_libmh_a-fmt_rfc2047.o `test -f 'sbr/fmt_rfc2047.c' || echo '$(srcdir)/'`sbr/fmt_rfc2047.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_rfc2047.c' object='sbr/sbr_libmh_a-fmt_rfc2047.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_rfc2047.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Tpo -c -o sbr/sbr_libmh_a-fmt_rfc2047.o `test -f 'sbr/fmt_rfc2047.c' || echo '$(srcdir)/'`sbr/fmt_rfc2047.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_rfc2047.c' object='sbr/sbr_libmh_a-fmt_rfc2047.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_rfc2047.o `test -f 'sbr/fmt_rfc2047.c' || echo '$(srcdir)/'`sbr/fmt_rfc2047.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_rfc2047.o `test -f 'sbr/fmt_rfc2047.c' || echo '$(srcdir)/'`sbr/fmt_rfc2047.c
+ 
+ sbr/sbr_libmh_a-fmt_rfc2047.obj: sbr/fmt_rfc2047.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_rfc2047.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Tpo -c -o sbr/sbr_libmh_a-fmt_rfc2047.obj `if test -f 'sbr/fmt_rfc2047.c'; then $(CYGPATH_W) 'sbr/fmt_rfc2047.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_rfc2047.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_rfc2047.c' object='sbr/sbr_libmh_a-fmt_rfc2047.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_rfc2047.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Tpo -c -o sbr/sbr_libmh_a-fmt_rfc2047.obj `if test -f 'sbr/fmt_rfc2047.c'; then $(CYGPATH_W) 'sbr/fmt_rfc2047.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_rfc2047.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_rfc2047.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_rfc2047.c' object='sbr/sbr_libmh_a-fmt_rfc2047.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_rfc2047.obj `if test -f 'sbr/fmt_rfc2047.c'; then $(CYGPATH_W) 'sbr/fmt_rfc2047.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_rfc2047.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_rfc2047.obj `if test -f 'sbr/fmt_rfc2047.c'; then $(CYGPATH_W) 'sbr/fmt_rfc2047.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_rfc2047.c'; fi`
+ 
+ sbr/sbr_libmh_a-fmt_scan.o: sbr/fmt_scan.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_scan.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Tpo -c -o sbr/sbr_libmh_a-fmt_scan.o `test -f 'sbr/fmt_scan.c' || echo '$(srcdir)/'`sbr/fmt_scan.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_scan.c' object='sbr/sbr_libmh_a-fmt_scan.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_scan.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Tpo -c -o sbr/sbr_libmh_a-fmt_scan.o `test -f 'sbr/fmt_scan.c' || echo '$(srcdir)/'`sbr/fmt_scan.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_scan.c' object='sbr/sbr_libmh_a-fmt_scan.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_scan.o `test -f 'sbr/fmt_scan.c' || echo '$(srcdir)/'`sbr/fmt_scan.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_scan.o `test -f 'sbr/fmt_scan.c' || echo '$(srcdir)/'`sbr/fmt_scan.c
+ 
+ sbr/sbr_libmh_a-fmt_scan.obj: sbr/fmt_scan.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_scan.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Tpo -c -o sbr/sbr_libmh_a-fmt_scan.obj `if test -f 'sbr/fmt_scan.c'; then $(CYGPATH_W) 'sbr/fmt_scan.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_scan.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_scan.c' object='sbr/sbr_libmh_a-fmt_scan.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_scan.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Tpo -c -o sbr/sbr_libmh_a-fmt_scan.obj `if test -f 'sbr/fmt_scan.c'; then $(CYGPATH_W) 'sbr/fmt_scan.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_scan.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_scan.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_scan.c' object='sbr/sbr_libmh_a-fmt_scan.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_scan.obj `if test -f 'sbr/fmt_scan.c'; then $(CYGPATH_W) 'sbr/fmt_scan.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_scan.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_scan.obj `if test -f 'sbr/fmt_scan.c'; then $(CYGPATH_W) 'sbr/fmt_scan.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_scan.c'; fi`
+ 
+ sbr/sbr_libmh_a-lock_file.o: sbr/lock_file.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-lock_file.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Tpo -c -o sbr/sbr_libmh_a-lock_file.o `test -f 'sbr/lock_file.c' || echo '$(srcdir)/'`sbr/lock_file.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Tpo sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/lock_file.c' object='sbr/sbr_libmh_a-lock_file.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-lock_file.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Tpo -c -o sbr/sbr_libmh_a-lock_file.o `test -f 'sbr/lock_file.c' || echo '$(srcdir)/'`sbr/lock_file.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Tpo sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/lock_file.c' object='sbr/sbr_libmh_a-lock_file.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-lock_file.o `test -f 'sbr/lock_file.c' || echo '$(srcdir)/'`sbr/lock_file.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-lock_file.o `test -f 'sbr/lock_file.c' || echo '$(srcdir)/'`sbr/lock_file.c
+ 
+ sbr/sbr_libmh_a-lock_file.obj: sbr/lock_file.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-lock_file.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Tpo -c -o sbr/sbr_libmh_a-lock_file.obj `if test -f 'sbr/lock_file.c'; then $(CYGPATH_W) 'sbr/lock_file.c'; else $(CYGPATH_W) '$(srcdir)/sbr/lock_file.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Tpo sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/lock_file.c' object='sbr/sbr_libmh_a-lock_file.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-lock_file.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Tpo -c -o sbr/sbr_libmh_a-lock_file.obj `if test -f 'sbr/lock_file.c'; then $(CYGPATH_W) 'sbr/lock_file.c'; else $(CYGPATH_W) '$(srcdir)/sbr/lock_file.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Tpo sbr/$(DEPDIR)/sbr_libmh_a-lock_file.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/lock_file.c' object='sbr/sbr_libmh_a-lock_file.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-lock_file.obj `if test -f 'sbr/lock_file.c'; then $(CYGPATH_W) 'sbr/lock_file.c'; else $(CYGPATH_W) '$(srcdir)/sbr/lock_file.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-lock_file.obj `if test -f 'sbr/lock_file.c'; then $(CYGPATH_W) 'sbr/lock_file.c'; else $(CYGPATH_W) '$(srcdir)/sbr/lock_file.c'; fi`
+ 
+ sbr/sbr_libmh_a-m_atoi.o: sbr/m_atoi.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_atoi.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Tpo -c -o sbr/sbr_libmh_a-m_atoi.o `test -f 'sbr/m_atoi.c' || echo '$(srcdir)/'`sbr/m_atoi.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_atoi.c' object='sbr/sbr_libmh_a-m_atoi.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_atoi.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Tpo -c -o sbr/sbr_libmh_a-m_atoi.o `test -f 'sbr/m_atoi.c' || echo '$(srcdir)/'`sbr/m_atoi.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_atoi.c' object='sbr/sbr_libmh_a-m_atoi.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_atoi.o `test -f 'sbr/m_atoi.c' || echo '$(srcdir)/'`sbr/m_atoi.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_atoi.o `test -f 'sbr/m_atoi.c' || echo '$(srcdir)/'`sbr/m_atoi.c
+ 
+ sbr/sbr_libmh_a-m_atoi.obj: sbr/m_atoi.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_atoi.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Tpo -c -o sbr/sbr_libmh_a-m_atoi.obj `if test -f 'sbr/m_atoi.c'; then $(CYGPATH_W) 'sbr/m_atoi.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_atoi.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_atoi.c' object='sbr/sbr_libmh_a-m_atoi.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_atoi.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Tpo -c -o sbr/sbr_libmh_a-m_atoi.obj `if test -f 'sbr/m_atoi.c'; then $(CYGPATH_W) 'sbr/m_atoi.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_atoi.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_atoi.c' object='sbr/sbr_libmh_a-m_atoi.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_atoi.obj `if test -f 'sbr/m_atoi.c'; then $(CYGPATH_W) 'sbr/m_atoi.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_atoi.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_atoi.obj `if test -f 'sbr/m_atoi.c'; then $(CYGPATH_W) 'sbr/m_atoi.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_atoi.c'; fi`
+ 
+ sbr/sbr_libmh_a-m_backup.o: sbr/m_backup.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_backup.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Tpo -c -o sbr/sbr_libmh_a-m_backup.o `test -f 'sbr/m_backup.c' || echo '$(srcdir)/'`sbr/m_backup.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_backup.c' object='sbr/sbr_libmh_a-m_backup.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_backup.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Tpo -c -o sbr/sbr_libmh_a-m_backup.o `test -f 'sbr/m_backup.c' || echo '$(srcdir)/'`sbr/m_backup.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_backup.c' object='sbr/sbr_libmh_a-m_backup.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_backup.o `test -f 'sbr/m_backup.c' || echo '$(srcdir)/'`sbr/m_backup.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_backup.o `test -f 'sbr/m_backup.c' || echo '$(srcdir)/'`sbr/m_backup.c
+ 
+ sbr/sbr_libmh_a-m_backup.obj: sbr/m_backup.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_backup.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Tpo -c -o sbr/sbr_libmh_a-m_backup.obj `if test -f 'sbr/m_backup.c'; then $(CYGPATH_W) 'sbr/m_backup.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_backup.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_backup.c' object='sbr/sbr_libmh_a-m_backup.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_backup.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Tpo -c -o sbr/sbr_libmh_a-m_backup.obj `if test -f 'sbr/m_backup.c'; then $(CYGPATH_W) 'sbr/m_backup.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_backup.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_backup.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_backup.c' object='sbr/sbr_libmh_a-m_backup.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_backup.obj `if test -f 'sbr/m_backup.c'; then $(CYGPATH_W) 'sbr/m_backup.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_backup.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_backup.obj `if test -f 'sbr/m_backup.c'; then $(CYGPATH_W) 'sbr/m_backup.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_backup.c'; fi`
+ 
+ sbr/sbr_libmh_a-m_convert.o: sbr/m_convert.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_convert.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Tpo -c -o sbr/sbr_libmh_a-m_convert.o `test -f 'sbr/m_convert.c' || echo '$(srcdir)/'`sbr/m_convert.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_convert.c' object='sbr/sbr_libmh_a-m_convert.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_convert.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Tpo -c -o sbr/sbr_libmh_a-m_convert.o `test -f 'sbr/m_convert.c' || echo '$(srcdir)/'`sbr/m_convert.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_convert.c' object='sbr/sbr_libmh_a-m_convert.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_convert.o `test -f 'sbr/m_convert.c' || echo '$(srcdir)/'`sbr/m_convert.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_convert.o `test -f 'sbr/m_convert.c' || echo '$(srcdir)/'`sbr/m_convert.c
+ 
+ sbr/sbr_libmh_a-m_convert.obj: sbr/m_convert.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_convert.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Tpo -c -o sbr/sbr_libmh_a-m_convert.obj `if test -f 'sbr/m_convert.c'; then $(CYGPATH_W) 'sbr/m_convert.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_convert.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_convert.c' object='sbr/sbr_libmh_a-m_convert.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_convert.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Tpo -c -o sbr/sbr_libmh_a-m_convert.obj `if test -f 'sbr/m_convert.c'; then $(CYGPATH_W) 'sbr/m_convert.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_convert.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_convert.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_convert.c' object='sbr/sbr_libmh_a-m_convert.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_convert.obj `if test -f 'sbr/m_convert.c'; then $(CYGPATH_W) 'sbr/m_convert.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_convert.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_convert.obj `if test -f 'sbr/m_convert.c'; then $(CYGPATH_W) 'sbr/m_convert.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_convert.c'; fi`
+ 
+ sbr/sbr_libmh_a-m_draft.o: sbr/m_draft.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_draft.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Tpo -c -o sbr/sbr_libmh_a-m_draft.o `test -f 'sbr/m_draft.c' || echo '$(srcdir)/'`sbr/m_draft.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_draft.c' object='sbr/sbr_libmh_a-m_draft.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_draft.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Tpo -c -o sbr/sbr_libmh_a-m_draft.o `test -f 'sbr/m_draft.c' || echo '$(srcdir)/'`sbr/m_draft.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_draft.c' object='sbr/sbr_libmh_a-m_draft.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_draft.o `test -f 'sbr/m_draft.c' || echo '$(srcdir)/'`sbr/m_draft.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_draft.o `test -f 'sbr/m_draft.c' || echo '$(srcdir)/'`sbr/m_draft.c
+ 
+ sbr/sbr_libmh_a-m_draft.obj: sbr/m_draft.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_draft.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Tpo -c -o sbr/sbr_libmh_a-m_draft.obj `if test -f 'sbr/m_draft.c'; then $(CYGPATH_W) 'sbr/m_draft.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_draft.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_draft.c' object='sbr/sbr_libmh_a-m_draft.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_draft.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Tpo -c -o sbr/sbr_libmh_a-m_draft.obj `if test -f 'sbr/m_draft.c'; then $(CYGPATH_W) 'sbr/m_draft.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_draft.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_draft.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_draft.c' object='sbr/sbr_libmh_a-m_draft.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_draft.obj `if test -f 'sbr/m_draft.c'; then $(CYGPATH_W) 'sbr/m_draft.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_draft.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_draft.obj `if test -f 'sbr/m_draft.c'; then $(CYGPATH_W) 'sbr/m_draft.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_draft.c'; fi`
+ 
+ sbr/sbr_libmh_a-m_getfld.o: sbr/m_getfld.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_getfld.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Tpo -c -o sbr/sbr_libmh_a-m_getfld.o `test -f 'sbr/m_getfld.c' || echo '$(srcdir)/'`sbr/m_getfld.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_getfld.c' object='sbr/sbr_libmh_a-m_getfld.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_getfld.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Tpo -c -o sbr/sbr_libmh_a-m_getfld.o `test -f 'sbr/m_getfld.c' || echo '$(srcdir)/'`sbr/m_getfld.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_getfld.c' object='sbr/sbr_libmh_a-m_getfld.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_getfld.o `test -f 'sbr/m_getfld.c' || echo '$(srcdir)/'`sbr/m_getfld.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_getfld.o `test -f 'sbr/m_getfld.c' || echo '$(srcdir)/'`sbr/m_getfld.c
+ 
+ sbr/sbr_libmh_a-m_getfld.obj: sbr/m_getfld.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_getfld.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Tpo -c -o sbr/sbr_libmh_a-m_getfld.obj `if test -f 'sbr/m_getfld.c'; then $(CYGPATH_W) 'sbr/m_getfld.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_getfld.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_getfld.c' object='sbr/sbr_libmh_a-m_getfld.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_getfld.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Tpo -c -o sbr/sbr_libmh_a-m_getfld.obj `if test -f 'sbr/m_getfld.c'; then $(CYGPATH_W) 'sbr/m_getfld.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_getfld.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_getfld.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_getfld.c' object='sbr/sbr_libmh_a-m_getfld.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_getfld.obj `if test -f 'sbr/m_getfld.c'; then $(CYGPATH_W) 'sbr/m_getfld.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_getfld.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_getfld.obj `if test -f 'sbr/m_getfld.c'; then $(CYGPATH_W) 'sbr/m_getfld.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_getfld.c'; fi`
+ 
+ sbr/sbr_libmh_a-m_gmprot.o: sbr/m_gmprot.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_gmprot.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Tpo -c -o sbr/sbr_libmh_a-m_gmprot.o `test -f 'sbr/m_gmprot.c' || echo '$(srcdir)/'`sbr/m_gmprot.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_gmprot.c' object='sbr/sbr_libmh_a-m_gmprot.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_gmprot.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Tpo -c -o sbr/sbr_libmh_a-m_gmprot.o `test -f 'sbr/m_gmprot.c' || echo '$(srcdir)/'`sbr/m_gmprot.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_gmprot.c' object='sbr/sbr_libmh_a-m_gmprot.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_gmprot.o `test -f 'sbr/m_gmprot.c' || echo '$(srcdir)/'`sbr/m_gmprot.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_gmprot.o `test -f 'sbr/m_gmprot.c' || echo '$(srcdir)/'`sbr/m_gmprot.c
+ 
+ sbr/sbr_libmh_a-m_gmprot.obj: sbr/m_gmprot.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_gmprot.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Tpo -c -o sbr/sbr_libmh_a-m_gmprot.obj `if test -f 'sbr/m_gmprot.c'; then $(CYGPATH_W) 'sbr/m_gmprot.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_gmprot.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_gmprot.c' object='sbr/sbr_libmh_a-m_gmprot.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_gmprot.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Tpo -c -o sbr/sbr_libmh_a-m_gmprot.obj `if test -f 'sbr/m_gmprot.c'; then $(CYGPATH_W) 'sbr/m_gmprot.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_gmprot.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_gmprot.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_gmprot.c' object='sbr/sbr_libmh_a-m_gmprot.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_gmprot.obj `if test -f 'sbr/m_gmprot.c'; then $(CYGPATH_W) 'sbr/m_gmprot.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_gmprot.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_gmprot.obj `if test -f 'sbr/m_gmprot.c'; then $(CYGPATH_W) 'sbr/m_gmprot.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_gmprot.c'; fi`
+ 
+ sbr/sbr_libmh_a-m_maildir.o: sbr/m_maildir.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_maildir.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Tpo -c -o sbr/sbr_libmh_a-m_maildir.o `test -f 'sbr/m_maildir.c' || echo '$(srcdir)/'`sbr/m_maildir.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_maildir.c' object='sbr/sbr_libmh_a-m_maildir.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_maildir.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Tpo -c -o sbr/sbr_libmh_a-m_maildir.o `test -f 'sbr/m_maildir.c' || echo '$(srcdir)/'`sbr/m_maildir.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_maildir.c' object='sbr/sbr_libmh_a-m_maildir.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_maildir.o `test -f 'sbr/m_maildir.c' || echo '$(srcdir)/'`sbr/m_maildir.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_maildir.o `test -f 'sbr/m_maildir.c' || echo '$(srcdir)/'`sbr/m_maildir.c
+ 
+ sbr/sbr_libmh_a-m_maildir.obj: sbr/m_maildir.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_maildir.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Tpo -c -o sbr/sbr_libmh_a-m_maildir.obj `if test -f 'sbr/m_maildir.c'; then $(CYGPATH_W) 'sbr/m_maildir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_maildir.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_maildir.c' object='sbr/sbr_libmh_a-m_maildir.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_maildir.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Tpo -c -o sbr/sbr_libmh_a-m_maildir.obj `if test -f 'sbr/m_maildir.c'; then $(CYGPATH_W) 'sbr/m_maildir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_maildir.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_maildir.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_maildir.c' object='sbr/sbr_libmh_a-m_maildir.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_maildir.obj `if test -f 'sbr/m_maildir.c'; then $(CYGPATH_W) 'sbr/m_maildir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_maildir.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_maildir.obj `if test -f 'sbr/m_maildir.c'; then $(CYGPATH_W) 'sbr/m_maildir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_maildir.c'; fi`
+ 
+ sbr/sbr_libmh_a-m_name.o: sbr/m_name.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_name.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_name.Tpo -c -o sbr/sbr_libmh_a-m_name.o `test -f 'sbr/m_name.c' || echo '$(srcdir)/'`sbr/m_name.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_name.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_name.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_name.c' object='sbr/sbr_libmh_a-m_name.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_name.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_name.Tpo -c -o sbr/sbr_libmh_a-m_name.o `test -f 'sbr/m_name.c' || echo '$(srcdir)/'`sbr/m_name.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_name.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_name.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_name.c' object='sbr/sbr_libmh_a-m_name.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_name.o `test -f 'sbr/m_name.c' || echo '$(srcdir)/'`sbr/m_name.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_name.o `test -f 'sbr/m_name.c' || echo '$(srcdir)/'`sbr/m_name.c
+ 
+ sbr/sbr_libmh_a-m_name.obj: sbr/m_name.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_name.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_name.Tpo -c -o sbr/sbr_libmh_a-m_name.obj `if test -f 'sbr/m_name.c'; then $(CYGPATH_W) 'sbr/m_name.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_name.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_name.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_name.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_name.c' object='sbr/sbr_libmh_a-m_name.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_name.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_name.Tpo -c -o sbr/sbr_libmh_a-m_name.obj `if test -f 'sbr/m_name.c'; then $(CYGPATH_W) 'sbr/m_name.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_name.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_name.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_name.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_name.c' object='sbr/sbr_libmh_a-m_name.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_name.obj `if test -f 'sbr/m_name.c'; then $(CYGPATH_W) 'sbr/m_name.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_name.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_name.obj `if test -f 'sbr/m_name.c'; then $(CYGPATH_W) 'sbr/m_name.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_name.c'; fi`
+ 
+ sbr/sbr_libmh_a-makedir.o: sbr/makedir.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-makedir.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-makedir.Tpo -c -o sbr/sbr_libmh_a-makedir.o `test -f 'sbr/makedir.c' || echo '$(srcdir)/'`sbr/makedir.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-makedir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-makedir.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/makedir.c' object='sbr/sbr_libmh_a-makedir.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-makedir.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-makedir.Tpo -c -o sbr/sbr_libmh_a-makedir.o `test -f 'sbr/makedir.c' || echo '$(srcdir)/'`sbr/makedir.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-makedir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-makedir.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/makedir.c' object='sbr/sbr_libmh_a-makedir.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-makedir.o `test -f 'sbr/makedir.c' || echo '$(srcdir)/'`sbr/makedir.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-makedir.o `test -f 'sbr/makedir.c' || echo '$(srcdir)/'`sbr/makedir.c
+ 
+ sbr/sbr_libmh_a-makedir.obj: sbr/makedir.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-makedir.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-makedir.Tpo -c -o sbr/sbr_libmh_a-makedir.obj `if test -f 'sbr/makedir.c'; then $(CYGPATH_W) 'sbr/makedir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/makedir.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-makedir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-makedir.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/makedir.c' object='sbr/sbr_libmh_a-makedir.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-makedir.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-makedir.Tpo -c -o sbr/sbr_libmh_a-makedir.obj `if test -f 'sbr/makedir.c'; then $(CYGPATH_W) 'sbr/makedir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/makedir.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-makedir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-makedir.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/makedir.c' object='sbr/sbr_libmh_a-makedir.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-makedir.obj `if test -f 'sbr/makedir.c'; then $(CYGPATH_W) 'sbr/makedir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/makedir.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-makedir.obj `if test -f 'sbr/makedir.c'; then $(CYGPATH_W) 'sbr/makedir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/makedir.c'; fi`
+ 
+ sbr/sbr_libmh_a-mts.o: sbr/mts.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-mts.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-mts.Tpo -c -o sbr/sbr_libmh_a-mts.o `test -f 'sbr/mts.c' || echo '$(srcdir)/'`sbr/mts.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-mts.Tpo sbr/$(DEPDIR)/sbr_libmh_a-mts.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/mts.c' object='sbr/sbr_libmh_a-mts.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-mts.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-mts.Tpo -c -o sbr/sbr_libmh_a-mts.o `test -f 'sbr/mts.c' || echo '$(srcdir)/'`sbr/mts.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-mts.Tpo sbr/$(DEPDIR)/sbr_libmh_a-mts.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/mts.c' object='sbr/sbr_libmh_a-mts.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-mts.o `test -f 'sbr/mts.c' || echo '$(srcdir)/'`sbr/mts.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-mts.o `test -f 'sbr/mts.c' || echo '$(srcdir)/'`sbr/mts.c
+ 
+ sbr/sbr_libmh_a-mts.obj: sbr/mts.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-mts.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-mts.Tpo -c -o sbr/sbr_libmh_a-mts.obj `if test -f 'sbr/mts.c'; then $(CYGPATH_W) 'sbr/mts.c'; else $(CYGPATH_W) '$(srcdir)/sbr/mts.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-mts.Tpo sbr/$(DEPDIR)/sbr_libmh_a-mts.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/mts.c' object='sbr/sbr_libmh_a-mts.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-mts.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-mts.Tpo -c -o sbr/sbr_libmh_a-mts.obj `if test -f 'sbr/mts.c'; then $(CYGPATH_W) 'sbr/mts.c'; else $(CYGPATH_W) '$(srcdir)/sbr/mts.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-mts.Tpo sbr/$(DEPDIR)/sbr_libmh_a-mts.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/mts.c' object='sbr/sbr_libmh_a-mts.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-mts.obj `if test -f 'sbr/mts.c'; then $(CYGPATH_W) 'sbr/mts.c'; else $(CYGPATH_W) '$(srcdir)/sbr/mts.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-mts.obj `if test -f 'sbr/mts.c'; then $(CYGPATH_W) 'sbr/mts.c'; else $(CYGPATH_W) '$(srcdir)/sbr/mts.c'; fi`
+ 
+ sbr/sbr_libmh_a-norm_charmap.o: sbr/norm_charmap.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-norm_charmap.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Tpo -c -o sbr/sbr_libmh_a-norm_charmap.o `test -f 'sbr/norm_charmap.c' || echo '$(srcdir)/'`sbr/norm_charmap.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Tpo sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/norm_charmap.c' object='sbr/sbr_libmh_a-norm_charmap.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-norm_charmap.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Tpo -c -o sbr/sbr_libmh_a-norm_charmap.o `test -f 'sbr/norm_charmap.c' || echo '$(srcdir)/'`sbr/norm_charmap.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Tpo sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/norm_charmap.c' object='sbr/sbr_libmh_a-norm_charmap.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-norm_charmap.o `test -f 'sbr/norm_charmap.c' || echo '$(srcdir)/'`sbr/norm_charmap.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-norm_charmap.o `test -f 'sbr/norm_charmap.c' || echo '$(srcdir)/'`sbr/norm_charmap.c
+ 
+ sbr/sbr_libmh_a-norm_charmap.obj: sbr/norm_charmap.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-norm_charmap.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Tpo -c -o sbr/sbr_libmh_a-norm_charmap.obj `if test -f 'sbr/norm_charmap.c'; then $(CYGPATH_W) 'sbr/norm_charmap.c'; else $(CYGPATH_W) '$(srcdir)/sbr/norm_charmap.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Tpo sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/norm_charmap.c' object='sbr/sbr_libmh_a-norm_charmap.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-norm_charmap.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Tpo -c -o sbr/sbr_libmh_a-norm_charmap.obj `if test -f 'sbr/norm_charmap.c'; then $(CYGPATH_W) 'sbr/norm_charmap.c'; else $(CYGPATH_W) '$(srcdir)/sbr/norm_charmap.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Tpo sbr/$(DEPDIR)/sbr_libmh_a-norm_charmap.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/norm_charmap.c' object='sbr/sbr_libmh_a-norm_charmap.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-norm_charmap.obj `if test -f 'sbr/norm_charmap.c'; then $(CYGPATH_W) 'sbr/norm_charmap.c'; else $(CYGPATH_W) '$(srcdir)/sbr/norm_charmap.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-norm_charmap.obj `if test -f 'sbr/norm_charmap.c'; then $(CYGPATH_W) 'sbr/norm_charmap.c'; else $(CYGPATH_W) '$(srcdir)/sbr/norm_charmap.c'; fi`
+ 
+ sbr/sbr_libmh_a-path.o: sbr/path.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-path.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-path.Tpo -c -o sbr/sbr_libmh_a-path.o `test -f 'sbr/path.c' || echo '$(srcdir)/'`sbr/path.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-path.Tpo sbr/$(DEPDIR)/sbr_libmh_a-path.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/path.c' object='sbr/sbr_libmh_a-path.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-path.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-path.Tpo -c -o sbr/sbr_libmh_a-path.o `test -f 'sbr/path.c' || echo '$(srcdir)/'`sbr/path.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-path.Tpo sbr/$(DEPDIR)/sbr_libmh_a-path.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/path.c' object='sbr/sbr_libmh_a-path.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-path.o `test -f 'sbr/path.c' || echo '$(srcdir)/'`sbr/path.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-path.o `test -f 'sbr/path.c' || echo '$(srcdir)/'`sbr/path.c
+ 
+ sbr/sbr_libmh_a-path.obj: sbr/path.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-path.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-path.Tpo -c -o sbr/sbr_libmh_a-path.obj `if test -f 'sbr/path.c'; then $(CYGPATH_W) 'sbr/path.c'; else $(CYGPATH_W) '$(srcdir)/sbr/path.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-path.Tpo sbr/$(DEPDIR)/sbr_libmh_a-path.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/path.c' object='sbr/sbr_libmh_a-path.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-path.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-path.Tpo -c -o sbr/sbr_libmh_a-path.obj `if test -f 'sbr/path.c'; then $(CYGPATH_W) 'sbr/path.c'; else $(CYGPATH_W) '$(srcdir)/sbr/path.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-path.Tpo sbr/$(DEPDIR)/sbr_libmh_a-path.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/path.c' object='sbr/sbr_libmh_a-path.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-path.obj `if test -f 'sbr/path.c'; then $(CYGPATH_W) 'sbr/path.c'; else $(CYGPATH_W) '$(srcdir)/sbr/path.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-path.obj `if test -f 'sbr/path.c'; then $(CYGPATH_W) 'sbr/path.c'; else $(CYGPATH_W) '$(srcdir)/sbr/path.c'; fi`
+ 
+ sbr/sbr_libmh_a-peekc.o: sbr/peekc.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-peekc.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-peekc.Tpo -c -o sbr/sbr_libmh_a-peekc.o `test -f 'sbr/peekc.c' || echo '$(srcdir)/'`sbr/peekc.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-peekc.Tpo sbr/$(DEPDIR)/sbr_libmh_a-peekc.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/peekc.c' object='sbr/sbr_libmh_a-peekc.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-peekc.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-peekc.Tpo -c -o sbr/sbr_libmh_a-peekc.o `test -f 'sbr/peekc.c' || echo '$(srcdir)/'`sbr/peekc.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-peekc.Tpo sbr/$(DEPDIR)/sbr_libmh_a-peekc.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/peekc.c' object='sbr/sbr_libmh_a-peekc.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-peekc.o `test -f 'sbr/peekc.c' || echo '$(srcdir)/'`sbr/peekc.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-peekc.o `test -f 'sbr/peekc.c' || echo '$(srcdir)/'`sbr/peekc.c
+ 
+ sbr/sbr_libmh_a-peekc.obj: sbr/peekc.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-peekc.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-peekc.Tpo -c -o sbr/sbr_libmh_a-peekc.obj `if test -f 'sbr/peekc.c'; then $(CYGPATH_W) 'sbr/peekc.c'; else $(CYGPATH_W) '$(srcdir)/sbr/peekc.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-peekc.Tpo sbr/$(DEPDIR)/sbr_libmh_a-peekc.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/peekc.c' object='sbr/sbr_libmh_a-peekc.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-peekc.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-peekc.Tpo -c -o sbr/sbr_libmh_a-peekc.obj `if test -f 'sbr/peekc.c'; then $(CYGPATH_W) 'sbr/peekc.c'; else $(CYGPATH_W) '$(srcdir)/sbr/peekc.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-peekc.Tpo sbr/$(DEPDIR)/sbr_libmh_a-peekc.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/peekc.c' object='sbr/sbr_libmh_a-peekc.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-peekc.obj `if test -f 'sbr/peekc.c'; then $(CYGPATH_W) 'sbr/peekc.c'; else $(CYGPATH_W) '$(srcdir)/sbr/peekc.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-peekc.obj `if test -f 'sbr/peekc.c'; then $(CYGPATH_W) 'sbr/peekc.c'; else $(CYGPATH_W) '$(srcdir)/sbr/peekc.c'; fi`
+ 
+ sbr/sbr_libmh_a-pidwait.o: sbr/pidwait.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-pidwait.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Tpo -c -o sbr/sbr_libmh_a-pidwait.o `test -f 'sbr/pidwait.c' || echo '$(srcdir)/'`sbr/pidwait.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Tpo sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/pidwait.c' object='sbr/sbr_libmh_a-pidwait.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-pidwait.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Tpo -c -o sbr/sbr_libmh_a-pidwait.o `test -f 'sbr/pidwait.c' || echo '$(srcdir)/'`sbr/pidwait.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Tpo sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/pidwait.c' object='sbr/sbr_libmh_a-pidwait.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-pidwait.o `test -f 'sbr/pidwait.c' || echo '$(srcdir)/'`sbr/pidwait.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-pidwait.o `test -f 'sbr/pidwait.c' || echo '$(srcdir)/'`sbr/pidwait.c
+ 
+ sbr/sbr_libmh_a-pidwait.obj: sbr/pidwait.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-pidwait.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Tpo -c -o sbr/sbr_libmh_a-pidwait.obj `if test -f 'sbr/pidwait.c'; then $(CYGPATH_W) 'sbr/pidwait.c'; else $(CYGPATH_W) '$(srcdir)/sbr/pidwait.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Tpo sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/pidwait.c' object='sbr/sbr_libmh_a-pidwait.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-pidwait.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Tpo -c -o sbr/sbr_libmh_a-pidwait.obj `if test -f 'sbr/pidwait.c'; then $(CYGPATH_W) 'sbr/pidwait.c'; else $(CYGPATH_W) '$(srcdir)/sbr/pidwait.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Tpo sbr/$(DEPDIR)/sbr_libmh_a-pidwait.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/pidwait.c' object='sbr/sbr_libmh_a-pidwait.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-pidwait.obj `if test -f 'sbr/pidwait.c'; then $(CYGPATH_W) 'sbr/pidwait.c'; else $(CYGPATH_W) '$(srcdir)/sbr/pidwait.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-pidwait.obj `if test -f 'sbr/pidwait.c'; then $(CYGPATH_W) 'sbr/pidwait.c'; else $(CYGPATH_W) '$(srcdir)/sbr/pidwait.c'; fi`
+ 
+ sbr/sbr_libmh_a-pidstatus.o: sbr/pidstatus.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-pidstatus.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Tpo -c -o sbr/sbr_libmh_a-pidstatus.o `test -f 'sbr/pidstatus.c' || echo '$(srcdir)/'`sbr/pidstatus.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Tpo sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/pidstatus.c' object='sbr/sbr_libmh_a-pidstatus.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-pidstatus.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Tpo -c -o sbr/sbr_libmh_a-pidstatus.o `test -f 'sbr/pidstatus.c' || echo '$(srcdir)/'`sbr/pidstatus.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Tpo sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/pidstatus.c' object='sbr/sbr_libmh_a-pidstatus.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-pidstatus.o `test -f 'sbr/pidstatus.c' || echo '$(srcdir)/'`sbr/pidstatus.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-pidstatus.o `test -f 'sbr/pidstatus.c' || echo '$(srcdir)/'`sbr/pidstatus.c
+ 
+ sbr/sbr_libmh_a-pidstatus.obj: sbr/pidstatus.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-pidstatus.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Tpo -c -o sbr/sbr_libmh_a-pidstatus.obj `if test -f 'sbr/pidstatus.c'; then $(CYGPATH_W) 'sbr/pidstatus.c'; else $(CYGPATH_W) '$(srcdir)/sbr/pidstatus.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Tpo sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/pidstatus.c' object='sbr/sbr_libmh_a-pidstatus.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-pidstatus.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Tpo -c -o sbr/sbr_libmh_a-pidstatus.obj `if test -f 'sbr/pidstatus.c'; then $(CYGPATH_W) 'sbr/pidstatus.c'; else $(CYGPATH_W) '$(srcdir)/sbr/pidstatus.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Tpo sbr/$(DEPDIR)/sbr_libmh_a-pidstatus.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/pidstatus.c' object='sbr/sbr_libmh_a-pidstatus.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-pidstatus.obj `if test -f 'sbr/pidstatus.c'; then $(CYGPATH_W) 'sbr/pidstatus.c'; else $(CYGPATH_W) '$(srcdir)/sbr/pidstatus.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-pidstatus.obj `if test -f 'sbr/pidstatus.c'; then $(CYGPATH_W) 'sbr/pidstatus.c'; else $(CYGPATH_W) '$(srcdir)/sbr/pidstatus.c'; fi`
+ 
+ sbr/sbr_libmh_a-print_help.o: sbr/print_help.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_help.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_help.Tpo -c -o sbr/sbr_libmh_a-print_help.o `test -f 'sbr/print_help.c' || echo '$(srcdir)/'`sbr/print_help.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-print_help.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_help.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/print_help.c' object='sbr/sbr_libmh_a-print_help.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_help.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_help.Tpo -c -o sbr/sbr_libmh_a-print_help.o `test -f 'sbr/print_help.c' || echo '$(srcdir)/'`sbr/print_help.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-print_help.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_help.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/print_help.c' object='sbr/sbr_libmh_a-print_help.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_help.o `test -f 'sbr/print_help.c' || echo '$(srcdir)/'`sbr/print_help.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_help.o `test -f 'sbr/print_help.c' || echo '$(srcdir)/'`sbr/print_help.c
+ 
+ sbr/sbr_libmh_a-print_help.obj: sbr/print_help.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_help.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_help.Tpo -c -o sbr/sbr_libmh_a-print_help.obj `if test -f 'sbr/print_help.c'; then $(CYGPATH_W) 'sbr/print_help.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_help.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-print_help.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_help.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/print_help.c' object='sbr/sbr_libmh_a-print_help.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_help.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_help.Tpo -c -o sbr/sbr_libmh_a-print_help.obj `if test -f 'sbr/print_help.c'; then $(CYGPATH_W) 'sbr/print_help.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_help.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-print_help.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_help.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/print_help.c' object='sbr/sbr_libmh_a-print_help.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_help.obj `if test -f 'sbr/print_help.c'; then $(CYGPATH_W) 'sbr/print_help.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_help.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_help.obj `if test -f 'sbr/print_help.c'; then $(CYGPATH_W) 'sbr/print_help.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_help.c'; fi`
+ 
+ sbr/sbr_libmh_a-print_sw.o: sbr/print_sw.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_sw.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Tpo -c -o sbr/sbr_libmh_a-print_sw.o `test -f 'sbr/print_sw.c' || echo '$(srcdir)/'`sbr/print_sw.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/print_sw.c' object='sbr/sbr_libmh_a-print_sw.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_sw.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Tpo -c -o sbr/sbr_libmh_a-print_sw.o `test -f 'sbr/print_sw.c' || echo '$(srcdir)/'`sbr/print_sw.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/print_sw.c' object='sbr/sbr_libmh_a-print_sw.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_sw.o `test -f 'sbr/print_sw.c' || echo '$(srcdir)/'`sbr/print_sw.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_sw.o `test -f 'sbr/print_sw.c' || echo '$(srcdir)/'`sbr/print_sw.c
+ 
+ sbr/sbr_libmh_a-print_sw.obj: sbr/print_sw.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_sw.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Tpo -c -o sbr/sbr_libmh_a-print_sw.obj `if test -f 'sbr/print_sw.c'; then $(CYGPATH_W) 'sbr/print_sw.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_sw.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/print_sw.c' object='sbr/sbr_libmh_a-print_sw.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_sw.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Tpo -c -o sbr/sbr_libmh_a-print_sw.obj `if test -f 'sbr/print_sw.c'; then $(CYGPATH_W) 'sbr/print_sw.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_sw.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_sw.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/print_sw.c' object='sbr/sbr_libmh_a-print_sw.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_sw.obj `if test -f 'sbr/print_sw.c'; then $(CYGPATH_W) 'sbr/print_sw.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_sw.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_sw.obj `if test -f 'sbr/print_sw.c'; then $(CYGPATH_W) 'sbr/print_sw.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_sw.c'; fi`
+ 
+ sbr/sbr_libmh_a-print_version.o: sbr/print_version.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_version.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_version.Tpo -c -o sbr/sbr_libmh_a-print_version.o `test -f 'sbr/print_version.c' || echo '$(srcdir)/'`sbr/print_version.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-print_version.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_version.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/print_version.c' object='sbr/sbr_libmh_a-print_version.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_version.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_version.Tpo -c -o sbr/sbr_libmh_a-print_version.o `test -f 'sbr/print_version.c' || echo '$(srcdir)/'`sbr/print_version.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-print_version.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_version.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/print_version.c' object='sbr/sbr_libmh_a-print_version.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_version.o `test -f 'sbr/print_version.c' || echo '$(srcdir)/'`sbr/print_version.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_version.o `test -f 'sbr/print_version.c' || echo '$(srcdir)/'`sbr/print_version.c
+ 
+ sbr/sbr_libmh_a-print_version.obj: sbr/print_version.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_version.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_version.Tpo -c -o sbr/sbr_libmh_a-print_version.obj `if test -f 'sbr/print_version.c'; then $(CYGPATH_W) 'sbr/print_version.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_version.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-print_version.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_version.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/print_version.c' object='sbr/sbr_libmh_a-print_version.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-print_version.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-print_version.Tpo -c -o sbr/sbr_libmh_a-print_version.obj `if test -f 'sbr/print_version.c'; then $(CYGPATH_W) 'sbr/print_version.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_version.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-print_version.Tpo sbr/$(DEPDIR)/sbr_libmh_a-print_version.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/print_version.c' object='sbr/sbr_libmh_a-print_version.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_version.obj `if test -f 'sbr/print_version.c'; then $(CYGPATH_W) 'sbr/print_version.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_version.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-print_version.obj `if test -f 'sbr/print_version.c'; then $(CYGPATH_W) 'sbr/print_version.c'; else $(CYGPATH_W) '$(srcdir)/sbr/print_version.c'; fi`
+ 
+ sbr/sbr_libmh_a-push.o: sbr/push.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-push.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-push.Tpo -c -o sbr/sbr_libmh_a-push.o `test -f 'sbr/push.c' || echo '$(srcdir)/'`sbr/push.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-push.Tpo sbr/$(DEPDIR)/sbr_libmh_a-push.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/push.c' object='sbr/sbr_libmh_a-push.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-push.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-push.Tpo -c -o sbr/sbr_libmh_a-push.o `test -f 'sbr/push.c' || echo '$(srcdir)/'`sbr/push.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-push.Tpo sbr/$(DEPDIR)/sbr_libmh_a-push.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/push.c' object='sbr/sbr_libmh_a-push.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-push.o `test -f 'sbr/push.c' || echo '$(srcdir)/'`sbr/push.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-push.o `test -f 'sbr/push.c' || echo '$(srcdir)/'`sbr/push.c
+ 
+ sbr/sbr_libmh_a-push.obj: sbr/push.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-push.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-push.Tpo -c -o sbr/sbr_libmh_a-push.obj `if test -f 'sbr/push.c'; then $(CYGPATH_W) 'sbr/push.c'; else $(CYGPATH_W) '$(srcdir)/sbr/push.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-push.Tpo sbr/$(DEPDIR)/sbr_libmh_a-push.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/push.c' object='sbr/sbr_libmh_a-push.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-push.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-push.Tpo -c -o sbr/sbr_libmh_a-push.obj `if test -f 'sbr/push.c'; then $(CYGPATH_W) 'sbr/push.c'; else $(CYGPATH_W) '$(srcdir)/sbr/push.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-push.Tpo sbr/$(DEPDIR)/sbr_libmh_a-push.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/push.c' object='sbr/sbr_libmh_a-push.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-push.obj `if test -f 'sbr/push.c'; then $(CYGPATH_W) 'sbr/push.c'; else $(CYGPATH_W) '$(srcdir)/sbr/push.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-push.obj `if test -f 'sbr/push.c'; then $(CYGPATH_W) 'sbr/push.c'; else $(CYGPATH_W) '$(srcdir)/sbr/push.c'; fi`
+ 
+ sbr/sbr_libmh_a-putenv.o: sbr/putenv.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-putenv.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-putenv.Tpo -c -o sbr/sbr_libmh_a-putenv.o `test -f 'sbr/putenv.c' || echo '$(srcdir)/'`sbr/putenv.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-putenv.Tpo sbr/$(DEPDIR)/sbr_libmh_a-putenv.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/putenv.c' object='sbr/sbr_libmh_a-putenv.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-putenv.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-putenv.Tpo -c -o sbr/sbr_libmh_a-putenv.o `test -f 'sbr/putenv.c' || echo '$(srcdir)/'`sbr/putenv.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-putenv.Tpo sbr/$(DEPDIR)/sbr_libmh_a-putenv.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/putenv.c' object='sbr/sbr_libmh_a-putenv.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-putenv.o `test -f 'sbr/putenv.c' || echo '$(srcdir)/'`sbr/putenv.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-putenv.o `test -f 'sbr/putenv.c' || echo '$(srcdir)/'`sbr/putenv.c
+ 
+ sbr/sbr_libmh_a-putenv.obj: sbr/putenv.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-putenv.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-putenv.Tpo -c -o sbr/sbr_libmh_a-putenv.obj `if test -f 'sbr/putenv.c'; then $(CYGPATH_W) 'sbr/putenv.c'; else $(CYGPATH_W) '$(srcdir)/sbr/putenv.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-putenv.Tpo sbr/$(DEPDIR)/sbr_libmh_a-putenv.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/putenv.c' object='sbr/sbr_libmh_a-putenv.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-putenv.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-putenv.Tpo -c -o sbr/sbr_libmh_a-putenv.obj `if test -f 'sbr/putenv.c'; then $(CYGPATH_W) 'sbr/putenv.c'; else $(CYGPATH_W) '$(srcdir)/sbr/putenv.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-putenv.Tpo sbr/$(DEPDIR)/sbr_libmh_a-putenv.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/putenv.c' object='sbr/sbr_libmh_a-putenv.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-putenv.obj `if test -f 'sbr/putenv.c'; then $(CYGPATH_W) 'sbr/putenv.c'; else $(CYGPATH_W) '$(srcdir)/sbr/putenv.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-putenv.obj `if test -f 'sbr/putenv.c'; then $(CYGPATH_W) 'sbr/putenv.c'; else $(CYGPATH_W) '$(srcdir)/sbr/putenv.c'; fi`
+ 
+ sbr/sbr_libmh_a-refile.o: sbr/refile.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-refile.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-refile.Tpo -c -o sbr/sbr_libmh_a-refile.o `test -f 'sbr/refile.c' || echo '$(srcdir)/'`sbr/refile.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-refile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-refile.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/refile.c' object='sbr/sbr_libmh_a-refile.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-refile.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-refile.Tpo -c -o sbr/sbr_libmh_a-refile.o `test -f 'sbr/refile.c' || echo '$(srcdir)/'`sbr/refile.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-refile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-refile.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/refile.c' object='sbr/sbr_libmh_a-refile.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-refile.o `test -f 'sbr/refile.c' || echo '$(srcdir)/'`sbr/refile.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-refile.o `test -f 'sbr/refile.c' || echo '$(srcdir)/'`sbr/refile.c
+ 
+ sbr/sbr_libmh_a-refile.obj: sbr/refile.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-refile.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-refile.Tpo -c -o sbr/sbr_libmh_a-refile.obj `if test -f 'sbr/refile.c'; then $(CYGPATH_W) 'sbr/refile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/refile.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-refile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-refile.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/refile.c' object='sbr/sbr_libmh_a-refile.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-refile.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-refile.Tpo -c -o sbr/sbr_libmh_a-refile.obj `if test -f 'sbr/refile.c'; then $(CYGPATH_W) 'sbr/refile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/refile.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-refile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-refile.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/refile.c' object='sbr/sbr_libmh_a-refile.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-refile.obj `if test -f 'sbr/refile.c'; then $(CYGPATH_W) 'sbr/refile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/refile.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-refile.obj `if test -f 'sbr/refile.c'; then $(CYGPATH_W) 'sbr/refile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/refile.c'; fi`
+ 
+ sbr/sbr_libmh_a-remdir.o: sbr/remdir.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-remdir.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-remdir.Tpo -c -o sbr/sbr_libmh_a-remdir.o `test -f 'sbr/remdir.c' || echo '$(srcdir)/'`sbr/remdir.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-remdir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-remdir.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/remdir.c' object='sbr/sbr_libmh_a-remdir.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-remdir.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-remdir.Tpo -c -o sbr/sbr_libmh_a-remdir.o `test -f 'sbr/remdir.c' || echo '$(srcdir)/'`sbr/remdir.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-remdir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-remdir.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/remdir.c' object='sbr/sbr_libmh_a-remdir.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-remdir.o `test -f 'sbr/remdir.c' || echo '$(srcdir)/'`sbr/remdir.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-remdir.o `test -f 'sbr/remdir.c' || echo '$(srcdir)/'`sbr/remdir.c
+ 
+ sbr/sbr_libmh_a-remdir.obj: sbr/remdir.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-remdir.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-remdir.Tpo -c -o sbr/sbr_libmh_a-remdir.obj `if test -f 'sbr/remdir.c'; then $(CYGPATH_W) 'sbr/remdir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/remdir.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-remdir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-remdir.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/remdir.c' object='sbr/sbr_libmh_a-remdir.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-remdir.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-remdir.Tpo -c -o sbr/sbr_libmh_a-remdir.obj `if test -f 'sbr/remdir.c'; then $(CYGPATH_W) 'sbr/remdir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/remdir.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-remdir.Tpo sbr/$(DEPDIR)/sbr_libmh_a-remdir.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/remdir.c' object='sbr/sbr_libmh_a-remdir.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-remdir.obj `if test -f 'sbr/remdir.c'; then $(CYGPATH_W) 'sbr/remdir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/remdir.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-remdir.obj `if test -f 'sbr/remdir.c'; then $(CYGPATH_W) 'sbr/remdir.c'; else $(CYGPATH_W) '$(srcdir)/sbr/remdir.c'; fi`
+ 
+ sbr/sbr_libmh_a-r1bindex.o: sbr/r1bindex.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-r1bindex.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Tpo -c -o sbr/sbr_libmh_a-r1bindex.o `test -f 'sbr/r1bindex.c' || echo '$(srcdir)/'`sbr/r1bindex.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Tpo sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/r1bindex.c' object='sbr/sbr_libmh_a-r1bindex.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-r1bindex.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Tpo -c -o sbr/sbr_libmh_a-r1bindex.o `test -f 'sbr/r1bindex.c' || echo '$(srcdir)/'`sbr/r1bindex.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Tpo sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/r1bindex.c' object='sbr/sbr_libmh_a-r1bindex.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-r1bindex.o `test -f 'sbr/r1bindex.c' || echo '$(srcdir)/'`sbr/r1bindex.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-r1bindex.o `test -f 'sbr/r1bindex.c' || echo '$(srcdir)/'`sbr/r1bindex.c
+ 
+ sbr/sbr_libmh_a-r1bindex.obj: sbr/r1bindex.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-r1bindex.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Tpo -c -o sbr/sbr_libmh_a-r1bindex.obj `if test -f 'sbr/r1bindex.c'; then $(CYGPATH_W) 'sbr/r1bindex.c'; else $(CYGPATH_W) '$(srcdir)/sbr/r1bindex.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Tpo sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/r1bindex.c' object='sbr/sbr_libmh_a-r1bindex.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-r1bindex.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Tpo -c -o sbr/sbr_libmh_a-r1bindex.obj `if test -f 'sbr/r1bindex.c'; then $(CYGPATH_W) 'sbr/r1bindex.c'; else $(CYGPATH_W) '$(srcdir)/sbr/r1bindex.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Tpo sbr/$(DEPDIR)/sbr_libmh_a-r1bindex.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/r1bindex.c' object='sbr/sbr_libmh_a-r1bindex.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-r1bindex.obj `if test -f 'sbr/r1bindex.c'; then $(CYGPATH_W) 'sbr/r1bindex.c'; else $(CYGPATH_W) '$(srcdir)/sbr/r1bindex.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-r1bindex.obj `if test -f 'sbr/r1bindex.c'; then $(CYGPATH_W) 'sbr/r1bindex.c'; else $(CYGPATH_W) '$(srcdir)/sbr/r1bindex.c'; fi`
+ 
+ sbr/sbr_libmh_a-readconfig.o: sbr/readconfig.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-readconfig.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Tpo -c -o sbr/sbr_libmh_a-readconfig.o `test -f 'sbr/readconfig.c' || echo '$(srcdir)/'`sbr/readconfig.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Tpo sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/readconfig.c' object='sbr/sbr_libmh_a-readconfig.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-readconfig.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Tpo -c -o sbr/sbr_libmh_a-readconfig.o `test -f 'sbr/readconfig.c' || echo '$(srcdir)/'`sbr/readconfig.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Tpo sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/readconfig.c' object='sbr/sbr_libmh_a-readconfig.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-readconfig.o `test -f 'sbr/readconfig.c' || echo '$(srcdir)/'`sbr/readconfig.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-readconfig.o `test -f 'sbr/readconfig.c' || echo '$(srcdir)/'`sbr/readconfig.c
+ 
+ sbr/sbr_libmh_a-readconfig.obj: sbr/readconfig.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-readconfig.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Tpo -c -o sbr/sbr_libmh_a-readconfig.obj `if test -f 'sbr/readconfig.c'; then $(CYGPATH_W) 'sbr/readconfig.c'; else $(CYGPATH_W) '$(srcdir)/sbr/readconfig.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Tpo sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/readconfig.c' object='sbr/sbr_libmh_a-readconfig.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-readconfig.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Tpo -c -o sbr/sbr_libmh_a-readconfig.obj `if test -f 'sbr/readconfig.c'; then $(CYGPATH_W) 'sbr/readconfig.c'; else $(CYGPATH_W) '$(srcdir)/sbr/readconfig.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Tpo sbr/$(DEPDIR)/sbr_libmh_a-readconfig.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/readconfig.c' object='sbr/sbr_libmh_a-readconfig.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-readconfig.obj `if test -f 'sbr/readconfig.c'; then $(CYGPATH_W) 'sbr/readconfig.c'; else $(CYGPATH_W) '$(srcdir)/sbr/readconfig.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-readconfig.obj `if test -f 'sbr/readconfig.c'; then $(CYGPATH_W) 'sbr/readconfig.c'; else $(CYGPATH_W) '$(srcdir)/sbr/readconfig.c'; fi`
+ 
+ sbr/sbr_libmh_a-ruserpass.o: sbr/ruserpass.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ruserpass.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Tpo -c -o sbr/sbr_libmh_a-ruserpass.o `test -f 'sbr/ruserpass.c' || echo '$(srcdir)/'`sbr/ruserpass.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/ruserpass.c' object='sbr/sbr_libmh_a-ruserpass.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ruserpass.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Tpo -c -o sbr/sbr_libmh_a-ruserpass.o `test -f 'sbr/ruserpass.c' || echo '$(srcdir)/'`sbr/ruserpass.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/ruserpass.c' object='sbr/sbr_libmh_a-ruserpass.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ruserpass.o `test -f 'sbr/ruserpass.c' || echo '$(srcdir)/'`sbr/ruserpass.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ruserpass.o `test -f 'sbr/ruserpass.c' || echo '$(srcdir)/'`sbr/ruserpass.c
+ 
+ sbr/sbr_libmh_a-ruserpass.obj: sbr/ruserpass.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ruserpass.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Tpo -c -o sbr/sbr_libmh_a-ruserpass.obj `if test -f 'sbr/ruserpass.c'; then $(CYGPATH_W) 'sbr/ruserpass.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ruserpass.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/ruserpass.c' object='sbr/sbr_libmh_a-ruserpass.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ruserpass.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Tpo -c -o sbr/sbr_libmh_a-ruserpass.obj `if test -f 'sbr/ruserpass.c'; then $(CYGPATH_W) 'sbr/ruserpass.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ruserpass.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ruserpass.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/ruserpass.c' object='sbr/sbr_libmh_a-ruserpass.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ruserpass.obj `if test -f 'sbr/ruserpass.c'; then $(CYGPATH_W) 'sbr/ruserpass.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ruserpass.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ruserpass.obj `if test -f 'sbr/ruserpass.c'; then $(CYGPATH_W) 'sbr/ruserpass.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ruserpass.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_add.o: sbr/seq_add.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_add.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Tpo -c -o sbr/sbr_libmh_a-seq_add.o `test -f 'sbr/seq_add.c' || echo '$(srcdir)/'`sbr/seq_add.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_add.c' object='sbr/sbr_libmh_a-seq_add.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_add.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Tpo -c -o sbr/sbr_libmh_a-seq_add.o `test -f 'sbr/seq_add.c' || echo '$(srcdir)/'`sbr/seq_add.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_add.c' object='sbr/sbr_libmh_a-seq_add.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_add.o `test -f 'sbr/seq_add.c' || echo '$(srcdir)/'`sbr/seq_add.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_add.o `test -f 'sbr/seq_add.c' || echo '$(srcdir)/'`sbr/seq_add.c
+ 
+ sbr/sbr_libmh_a-seq_add.obj: sbr/seq_add.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_add.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Tpo -c -o sbr/sbr_libmh_a-seq_add.obj `if test -f 'sbr/seq_add.c'; then $(CYGPATH_W) 'sbr/seq_add.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_add.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_add.c' object='sbr/sbr_libmh_a-seq_add.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_add.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Tpo -c -o sbr/sbr_libmh_a-seq_add.obj `if test -f 'sbr/seq_add.c'; then $(CYGPATH_W) 'sbr/seq_add.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_add.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_add.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_add.c' object='sbr/sbr_libmh_a-seq_add.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_add.obj `if test -f 'sbr/seq_add.c'; then $(CYGPATH_W) 'sbr/seq_add.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_add.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_add.obj `if test -f 'sbr/seq_add.c'; then $(CYGPATH_W) 'sbr/seq_add.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_add.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_bits.o: sbr/seq_bits.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_bits.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Tpo -c -o sbr/sbr_libmh_a-seq_bits.o `test -f 'sbr/seq_bits.c' || echo '$(srcdir)/'`sbr/seq_bits.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_bits.c' object='sbr/sbr_libmh_a-seq_bits.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_bits.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Tpo -c -o sbr/sbr_libmh_a-seq_bits.o `test -f 'sbr/seq_bits.c' || echo '$(srcdir)/'`sbr/seq_bits.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_bits.c' object='sbr/sbr_libmh_a-seq_bits.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_bits.o `test -f 'sbr/seq_bits.c' || echo '$(srcdir)/'`sbr/seq_bits.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_bits.o `test -f 'sbr/seq_bits.c' || echo '$(srcdir)/'`sbr/seq_bits.c
+ 
+ sbr/sbr_libmh_a-seq_bits.obj: sbr/seq_bits.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_bits.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Tpo -c -o sbr/sbr_libmh_a-seq_bits.obj `if test -f 'sbr/seq_bits.c'; then $(CYGPATH_W) 'sbr/seq_bits.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_bits.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_bits.c' object='sbr/sbr_libmh_a-seq_bits.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_bits.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Tpo -c -o sbr/sbr_libmh_a-seq_bits.obj `if test -f 'sbr/seq_bits.c'; then $(CYGPATH_W) 'sbr/seq_bits.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_bits.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_bits.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_bits.c' object='sbr/sbr_libmh_a-seq_bits.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_bits.obj `if test -f 'sbr/seq_bits.c'; then $(CYGPATH_W) 'sbr/seq_bits.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_bits.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_bits.obj `if test -f 'sbr/seq_bits.c'; then $(CYGPATH_W) 'sbr/seq_bits.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_bits.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_del.o: sbr/seq_del.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_del.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Tpo -c -o sbr/sbr_libmh_a-seq_del.o `test -f 'sbr/seq_del.c' || echo '$(srcdir)/'`sbr/seq_del.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_del.c' object='sbr/sbr_libmh_a-seq_del.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_del.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Tpo -c -o sbr/sbr_libmh_a-seq_del.o `test -f 'sbr/seq_del.c' || echo '$(srcdir)/'`sbr/seq_del.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_del.c' object='sbr/sbr_libmh_a-seq_del.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_del.o `test -f 'sbr/seq_del.c' || echo '$(srcdir)/'`sbr/seq_del.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_del.o `test -f 'sbr/seq_del.c' || echo '$(srcdir)/'`sbr/seq_del.c
+ 
+ sbr/sbr_libmh_a-seq_del.obj: sbr/seq_del.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_del.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Tpo -c -o sbr/sbr_libmh_a-seq_del.obj `if test -f 'sbr/seq_del.c'; then $(CYGPATH_W) 'sbr/seq_del.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_del.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_del.c' object='sbr/sbr_libmh_a-seq_del.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_del.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Tpo -c -o sbr/sbr_libmh_a-seq_del.obj `if test -f 'sbr/seq_del.c'; then $(CYGPATH_W) 'sbr/seq_del.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_del.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_del.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_del.c' object='sbr/sbr_libmh_a-seq_del.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_del.obj `if test -f 'sbr/seq_del.c'; then $(CYGPATH_W) 'sbr/seq_del.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_del.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_del.obj `if test -f 'sbr/seq_del.c'; then $(CYGPATH_W) 'sbr/seq_del.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_del.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_getnum.o: sbr/seq_getnum.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_getnum.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Tpo -c -o sbr/sbr_libmh_a-seq_getnum.o `test -f 'sbr/seq_getnum.c' || echo '$(srcdir)/'`sbr/seq_getnum.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_getnum.c' object='sbr/sbr_libmh_a-seq_getnum.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_getnum.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Tpo -c -o sbr/sbr_libmh_a-seq_getnum.o `test -f 'sbr/seq_getnum.c' || echo '$(srcdir)/'`sbr/seq_getnum.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_getnum.c' object='sbr/sbr_libmh_a-seq_getnum.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_getnum.o `test -f 'sbr/seq_getnum.c' || echo '$(srcdir)/'`sbr/seq_getnum.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_getnum.o `test -f 'sbr/seq_getnum.c' || echo '$(srcdir)/'`sbr/seq_getnum.c
+ 
+ sbr/sbr_libmh_a-seq_getnum.obj: sbr/seq_getnum.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_getnum.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Tpo -c -o sbr/sbr_libmh_a-seq_getnum.obj `if test -f 'sbr/seq_getnum.c'; then $(CYGPATH_W) 'sbr/seq_getnum.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_getnum.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_getnum.c' object='sbr/sbr_libmh_a-seq_getnum.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_getnum.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Tpo -c -o sbr/sbr_libmh_a-seq_getnum.obj `if test -f 'sbr/seq_getnum.c'; then $(CYGPATH_W) 'sbr/seq_getnum.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_getnum.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_getnum.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_getnum.c' object='sbr/sbr_libmh_a-seq_getnum.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_getnum.obj `if test -f 'sbr/seq_getnum.c'; then $(CYGPATH_W) 'sbr/seq_getnum.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_getnum.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_getnum.obj `if test -f 'sbr/seq_getnum.c'; then $(CYGPATH_W) 'sbr/seq_getnum.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_getnum.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_list.o: sbr/seq_list.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_list.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Tpo -c -o sbr/sbr_libmh_a-seq_list.o `test -f 'sbr/seq_list.c' || echo '$(srcdir)/'`sbr/seq_list.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_list.c' object='sbr/sbr_libmh_a-seq_list.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_list.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Tpo -c -o sbr/sbr_libmh_a-seq_list.o `test -f 'sbr/seq_list.c' || echo '$(srcdir)/'`sbr/seq_list.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_list.c' object='sbr/sbr_libmh_a-seq_list.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_list.o `test -f 'sbr/seq_list.c' || echo '$(srcdir)/'`sbr/seq_list.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_list.o `test -f 'sbr/seq_list.c' || echo '$(srcdir)/'`sbr/seq_list.c
+ 
+ sbr/sbr_libmh_a-seq_list.obj: sbr/seq_list.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_list.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Tpo -c -o sbr/sbr_libmh_a-seq_list.obj `if test -f 'sbr/seq_list.c'; then $(CYGPATH_W) 'sbr/seq_list.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_list.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_list.c' object='sbr/sbr_libmh_a-seq_list.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_list.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Tpo -c -o sbr/sbr_libmh_a-seq_list.obj `if test -f 'sbr/seq_list.c'; then $(CYGPATH_W) 'sbr/seq_list.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_list.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_list.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_list.c' object='sbr/sbr_libmh_a-seq_list.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_list.obj `if test -f 'sbr/seq_list.c'; then $(CYGPATH_W) 'sbr/seq_list.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_list.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_list.obj `if test -f 'sbr/seq_list.c'; then $(CYGPATH_W) 'sbr/seq_list.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_list.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_nameok.o: sbr/seq_nameok.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_nameok.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Tpo -c -o sbr/sbr_libmh_a-seq_nameok.o `test -f 'sbr/seq_nameok.c' || echo '$(srcdir)/'`sbr/seq_nameok.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_nameok.c' object='sbr/sbr_libmh_a-seq_nameok.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_nameok.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Tpo -c -o sbr/sbr_libmh_a-seq_nameok.o `test -f 'sbr/seq_nameok.c' || echo '$(srcdir)/'`sbr/seq_nameok.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_nameok.c' object='sbr/sbr_libmh_a-seq_nameok.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_nameok.o `test -f 'sbr/seq_nameok.c' || echo '$(srcdir)/'`sbr/seq_nameok.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_nameok.o `test -f 'sbr/seq_nameok.c' || echo '$(srcdir)/'`sbr/seq_nameok.c
+ 
+ sbr/sbr_libmh_a-seq_nameok.obj: sbr/seq_nameok.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_nameok.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Tpo -c -o sbr/sbr_libmh_a-seq_nameok.obj `if test -f 'sbr/seq_nameok.c'; then $(CYGPATH_W) 'sbr/seq_nameok.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_nameok.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_nameok.c' object='sbr/sbr_libmh_a-seq_nameok.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_nameok.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Tpo -c -o sbr/sbr_libmh_a-seq_nameok.obj `if test -f 'sbr/seq_nameok.c'; then $(CYGPATH_W) 'sbr/seq_nameok.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_nameok.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_nameok.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_nameok.c' object='sbr/sbr_libmh_a-seq_nameok.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_nameok.obj `if test -f 'sbr/seq_nameok.c'; then $(CYGPATH_W) 'sbr/seq_nameok.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_nameok.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_nameok.obj `if test -f 'sbr/seq_nameok.c'; then $(CYGPATH_W) 'sbr/seq_nameok.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_nameok.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_print.o: sbr/seq_print.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_print.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Tpo -c -o sbr/sbr_libmh_a-seq_print.o `test -f 'sbr/seq_print.c' || echo '$(srcdir)/'`sbr/seq_print.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_print.c' object='sbr/sbr_libmh_a-seq_print.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_print.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Tpo -c -o sbr/sbr_libmh_a-seq_print.o `test -f 'sbr/seq_print.c' || echo '$(srcdir)/'`sbr/seq_print.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_print.c' object='sbr/sbr_libmh_a-seq_print.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_print.o `test -f 'sbr/seq_print.c' || echo '$(srcdir)/'`sbr/seq_print.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_print.o `test -f 'sbr/seq_print.c' || echo '$(srcdir)/'`sbr/seq_print.c
+ 
+ sbr/sbr_libmh_a-seq_print.obj: sbr/seq_print.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_print.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Tpo -c -o sbr/sbr_libmh_a-seq_print.obj `if test -f 'sbr/seq_print.c'; then $(CYGPATH_W) 'sbr/seq_print.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_print.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_print.c' object='sbr/sbr_libmh_a-seq_print.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_print.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Tpo -c -o sbr/sbr_libmh_a-seq_print.obj `if test -f 'sbr/seq_print.c'; then $(CYGPATH_W) 'sbr/seq_print.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_print.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_print.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_print.c' object='sbr/sbr_libmh_a-seq_print.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_print.obj `if test -f 'sbr/seq_print.c'; then $(CYGPATH_W) 'sbr/seq_print.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_print.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_print.obj `if test -f 'sbr/seq_print.c'; then $(CYGPATH_W) 'sbr/seq_print.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_print.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_read.o: sbr/seq_read.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_read.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Tpo -c -o sbr/sbr_libmh_a-seq_read.o `test -f 'sbr/seq_read.c' || echo '$(srcdir)/'`sbr/seq_read.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_read.c' object='sbr/sbr_libmh_a-seq_read.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_read.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Tpo -c -o sbr/sbr_libmh_a-seq_read.o `test -f 'sbr/seq_read.c' || echo '$(srcdir)/'`sbr/seq_read.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_read.c' object='sbr/sbr_libmh_a-seq_read.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_read.o `test -f 'sbr/seq_read.c' || echo '$(srcdir)/'`sbr/seq_read.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_read.o `test -f 'sbr/seq_read.c' || echo '$(srcdir)/'`sbr/seq_read.c
+ 
+ sbr/sbr_libmh_a-seq_read.obj: sbr/seq_read.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_read.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Tpo -c -o sbr/sbr_libmh_a-seq_read.obj `if test -f 'sbr/seq_read.c'; then $(CYGPATH_W) 'sbr/seq_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_read.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_read.c' object='sbr/sbr_libmh_a-seq_read.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_read.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Tpo -c -o sbr/sbr_libmh_a-seq_read.obj `if test -f 'sbr/seq_read.c'; then $(CYGPATH_W) 'sbr/seq_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_read.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_read.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_read.c' object='sbr/sbr_libmh_a-seq_read.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_read.obj `if test -f 'sbr/seq_read.c'; then $(CYGPATH_W) 'sbr/seq_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_read.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_read.obj `if test -f 'sbr/seq_read.c'; then $(CYGPATH_W) 'sbr/seq_read.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_read.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_save.o: sbr/seq_save.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_save.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Tpo -c -o sbr/sbr_libmh_a-seq_save.o `test -f 'sbr/seq_save.c' || echo '$(srcdir)/'`sbr/seq_save.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_save.c' object='sbr/sbr_libmh_a-seq_save.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_save.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Tpo -c -o sbr/sbr_libmh_a-seq_save.o `test -f 'sbr/seq_save.c' || echo '$(srcdir)/'`sbr/seq_save.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_save.c' object='sbr/sbr_libmh_a-seq_save.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_save.o `test -f 'sbr/seq_save.c' || echo '$(srcdir)/'`sbr/seq_save.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_save.o `test -f 'sbr/seq_save.c' || echo '$(srcdir)/'`sbr/seq_save.c
+ 
+ sbr/sbr_libmh_a-seq_save.obj: sbr/seq_save.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_save.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Tpo -c -o sbr/sbr_libmh_a-seq_save.obj `if test -f 'sbr/seq_save.c'; then $(CYGPATH_W) 'sbr/seq_save.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_save.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_save.c' object='sbr/sbr_libmh_a-seq_save.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_save.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Tpo -c -o sbr/sbr_libmh_a-seq_save.obj `if test -f 'sbr/seq_save.c'; then $(CYGPATH_W) 'sbr/seq_save.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_save.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_save.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_save.c' object='sbr/sbr_libmh_a-seq_save.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_save.obj `if test -f 'sbr/seq_save.c'; then $(CYGPATH_W) 'sbr/seq_save.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_save.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_save.obj `if test -f 'sbr/seq_save.c'; then $(CYGPATH_W) 'sbr/seq_save.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_save.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_setcur.o: sbr/seq_setcur.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setcur.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Tpo -c -o sbr/sbr_libmh_a-seq_setcur.o `test -f 'sbr/seq_setcur.c' || echo '$(srcdir)/'`sbr/seq_setcur.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_setcur.c' object='sbr/sbr_libmh_a-seq_setcur.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setcur.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Tpo -c -o sbr/sbr_libmh_a-seq_setcur.o `test -f 'sbr/seq_setcur.c' || echo '$(srcdir)/'`sbr/seq_setcur.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_setcur.c' object='sbr/sbr_libmh_a-seq_setcur.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setcur.o `test -f 'sbr/seq_setcur.c' || echo '$(srcdir)/'`sbr/seq_setcur.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setcur.o `test -f 'sbr/seq_setcur.c' || echo '$(srcdir)/'`sbr/seq_setcur.c
+ 
+ sbr/sbr_libmh_a-seq_setcur.obj: sbr/seq_setcur.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setcur.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Tpo -c -o sbr/sbr_libmh_a-seq_setcur.obj `if test -f 'sbr/seq_setcur.c'; then $(CYGPATH_W) 'sbr/seq_setcur.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setcur.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_setcur.c' object='sbr/sbr_libmh_a-seq_setcur.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setcur.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Tpo -c -o sbr/sbr_libmh_a-seq_setcur.obj `if test -f 'sbr/seq_setcur.c'; then $(CYGPATH_W) 'sbr/seq_setcur.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setcur.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setcur.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_setcur.c' object='sbr/sbr_libmh_a-seq_setcur.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setcur.obj `if test -f 'sbr/seq_setcur.c'; then $(CYGPATH_W) 'sbr/seq_setcur.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setcur.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setcur.obj `if test -f 'sbr/seq_setcur.c'; then $(CYGPATH_W) 'sbr/seq_setcur.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setcur.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_setprev.o: sbr/seq_setprev.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setprev.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Tpo -c -o sbr/sbr_libmh_a-seq_setprev.o `test -f 'sbr/seq_setprev.c' || echo '$(srcdir)/'`sbr/seq_setprev.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_setprev.c' object='sbr/sbr_libmh_a-seq_setprev.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setprev.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Tpo -c -o sbr/sbr_libmh_a-seq_setprev.o `test -f 'sbr/seq_setprev.c' || echo '$(srcdir)/'`sbr/seq_setprev.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_setprev.c' object='sbr/sbr_libmh_a-seq_setprev.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setprev.o `test -f 'sbr/seq_setprev.c' || echo '$(srcdir)/'`sbr/seq_setprev.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setprev.o `test -f 'sbr/seq_setprev.c' || echo '$(srcdir)/'`sbr/seq_setprev.c
+ 
+ sbr/sbr_libmh_a-seq_setprev.obj: sbr/seq_setprev.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setprev.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Tpo -c -o sbr/sbr_libmh_a-seq_setprev.obj `if test -f 'sbr/seq_setprev.c'; then $(CYGPATH_W) 'sbr/seq_setprev.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setprev.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_setprev.c' object='sbr/sbr_libmh_a-seq_setprev.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setprev.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Tpo -c -o sbr/sbr_libmh_a-seq_setprev.obj `if test -f 'sbr/seq_setprev.c'; then $(CYGPATH_W) 'sbr/seq_setprev.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setprev.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setprev.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_setprev.c' object='sbr/sbr_libmh_a-seq_setprev.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setprev.obj `if test -f 'sbr/seq_setprev.c'; then $(CYGPATH_W) 'sbr/seq_setprev.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setprev.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setprev.obj `if test -f 'sbr/seq_setprev.c'; then $(CYGPATH_W) 'sbr/seq_setprev.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setprev.c'; fi`
+ 
+ sbr/sbr_libmh_a-seq_setunseen.o: sbr/seq_setunseen.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setunseen.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Tpo -c -o sbr/sbr_libmh_a-seq_setunseen.o `test -f 'sbr/seq_setunseen.c' || echo '$(srcdir)/'`sbr/seq_setunseen.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_setunseen.c' object='sbr/sbr_libmh_a-seq_setunseen.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setunseen.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Tpo -c -o sbr/sbr_libmh_a-seq_setunseen.o `test -f 'sbr/seq_setunseen.c' || echo '$(srcdir)/'`sbr/seq_setunseen.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_setunseen.c' object='sbr/sbr_libmh_a-seq_setunseen.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setunseen.o `test -f 'sbr/seq_setunseen.c' || echo '$(srcdir)/'`sbr/seq_setunseen.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setunseen.o `test -f 'sbr/seq_setunseen.c' || echo '$(srcdir)/'`sbr/seq_setunseen.c
+ 
+ sbr/sbr_libmh_a-seq_setunseen.obj: sbr/seq_setunseen.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setunseen.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Tpo -c -o sbr/sbr_libmh_a-seq_setunseen.obj `if test -f 'sbr/seq_setunseen.c'; then $(CYGPATH_W) 'sbr/seq_setunseen.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setunseen.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/seq_setunseen.c' object='sbr/sbr_libmh_a-seq_setunseen.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-seq_setunseen.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Tpo -c -o sbr/sbr_libmh_a-seq_setunseen.obj `if test -f 'sbr/seq_setunseen.c'; then $(CYGPATH_W) 'sbr/seq_setunseen.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setunseen.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Tpo sbr/$(DEPDIR)/sbr_libmh_a-seq_setunseen.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/seq_setunseen.c' object='sbr/sbr_libmh_a-seq_setunseen.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setunseen.obj `if test -f 'sbr/seq_setunseen.c'; then $(CYGPATH_W) 'sbr/seq_setunseen.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setunseen.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-seq_setunseen.obj `if test -f 'sbr/seq_setunseen.c'; then $(CYGPATH_W) 'sbr/seq_setunseen.c'; else $(CYGPATH_W) '$(srcdir)/sbr/seq_setunseen.c'; fi`
+ 
+ sbr/sbr_libmh_a-showfile.o: sbr/showfile.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-showfile.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-showfile.Tpo -c -o sbr/sbr_libmh_a-showfile.o `test -f 'sbr/showfile.c' || echo '$(srcdir)/'`sbr/showfile.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-showfile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-showfile.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/showfile.c' object='sbr/sbr_libmh_a-showfile.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-showfile.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-showfile.Tpo -c -o sbr/sbr_libmh_a-showfile.o `test -f 'sbr/showfile.c' || echo '$(srcdir)/'`sbr/showfile.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-showfile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-showfile.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/showfile.c' object='sbr/sbr_libmh_a-showfile.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-showfile.o `test -f 'sbr/showfile.c' || echo '$(srcdir)/'`sbr/showfile.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-showfile.o `test -f 'sbr/showfile.c' || echo '$(srcdir)/'`sbr/showfile.c
+ 
+ sbr/sbr_libmh_a-showfile.obj: sbr/showfile.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-showfile.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-showfile.Tpo -c -o sbr/sbr_libmh_a-showfile.obj `if test -f 'sbr/showfile.c'; then $(CYGPATH_W) 'sbr/showfile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/showfile.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-showfile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-showfile.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/showfile.c' object='sbr/sbr_libmh_a-showfile.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-showfile.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-showfile.Tpo -c -o sbr/sbr_libmh_a-showfile.obj `if test -f 'sbr/showfile.c'; then $(CYGPATH_W) 'sbr/showfile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/showfile.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-showfile.Tpo sbr/$(DEPDIR)/sbr_libmh_a-showfile.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/showfile.c' object='sbr/sbr_libmh_a-showfile.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-showfile.obj `if test -f 'sbr/showfile.c'; then $(CYGPATH_W) 'sbr/showfile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/showfile.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-showfile.obj `if test -f 'sbr/showfile.c'; then $(CYGPATH_W) 'sbr/showfile.c'; else $(CYGPATH_W) '$(srcdir)/sbr/showfile.c'; fi`
+ 
+ sbr/sbr_libmh_a-signals.o: sbr/signals.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-signals.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-signals.Tpo -c -o sbr/sbr_libmh_a-signals.o `test -f 'sbr/signals.c' || echo '$(srcdir)/'`sbr/signals.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-signals.Tpo sbr/$(DEPDIR)/sbr_libmh_a-signals.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/signals.c' object='sbr/sbr_libmh_a-signals.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-signals.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-signals.Tpo -c -o sbr/sbr_libmh_a-signals.o `test -f 'sbr/signals.c' || echo '$(srcdir)/'`sbr/signals.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-signals.Tpo sbr/$(DEPDIR)/sbr_libmh_a-signals.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/signals.c' object='sbr/sbr_libmh_a-signals.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-signals.o `test -f 'sbr/signals.c' || echo '$(srcdir)/'`sbr/signals.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-signals.o `test -f 'sbr/signals.c' || echo '$(srcdir)/'`sbr/signals.c
+ 
+ sbr/sbr_libmh_a-signals.obj: sbr/signals.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-signals.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-signals.Tpo -c -o sbr/sbr_libmh_a-signals.obj `if test -f 'sbr/signals.c'; then $(CYGPATH_W) 'sbr/signals.c'; else $(CYGPATH_W) '$(srcdir)/sbr/signals.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-signals.Tpo sbr/$(DEPDIR)/sbr_libmh_a-signals.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/signals.c' object='sbr/sbr_libmh_a-signals.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-signals.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-signals.Tpo -c -o sbr/sbr_libmh_a-signals.obj `if test -f 'sbr/signals.c'; then $(CYGPATH_W) 'sbr/signals.c'; else $(CYGPATH_W) '$(srcdir)/sbr/signals.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-signals.Tpo sbr/$(DEPDIR)/sbr_libmh_a-signals.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/signals.c' object='sbr/sbr_libmh_a-signals.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-signals.obj `if test -f 'sbr/signals.c'; then $(CYGPATH_W) 'sbr/signals.c'; else $(CYGPATH_W) '$(srcdir)/sbr/signals.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-signals.obj `if test -f 'sbr/signals.c'; then $(CYGPATH_W) 'sbr/signals.c'; else $(CYGPATH_W) '$(srcdir)/sbr/signals.c'; fi`
+ 
+ sbr/sbr_libmh_a-smatch.o: sbr/smatch.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-smatch.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-smatch.Tpo -c -o sbr/sbr_libmh_a-smatch.o `test -f 'sbr/smatch.c' || echo '$(srcdir)/'`sbr/smatch.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-smatch.Tpo sbr/$(DEPDIR)/sbr_libmh_a-smatch.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/smatch.c' object='sbr/sbr_libmh_a-smatch.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-smatch.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-smatch.Tpo -c -o sbr/sbr_libmh_a-smatch.o `test -f 'sbr/smatch.c' || echo '$(srcdir)/'`sbr/smatch.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-smatch.Tpo sbr/$(DEPDIR)/sbr_libmh_a-smatch.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/smatch.c' object='sbr/sbr_libmh_a-smatch.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-smatch.o `test -f 'sbr/smatch.c' || echo '$(srcdir)/'`sbr/smatch.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-smatch.o `test -f 'sbr/smatch.c' || echo '$(srcdir)/'`sbr/smatch.c
+ 
+ sbr/sbr_libmh_a-smatch.obj: sbr/smatch.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-smatch.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-smatch.Tpo -c -o sbr/sbr_libmh_a-smatch.obj `if test -f 'sbr/smatch.c'; then $(CYGPATH_W) 'sbr/smatch.c'; else $(CYGPATH_W) '$(srcdir)/sbr/smatch.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-smatch.Tpo sbr/$(DEPDIR)/sbr_libmh_a-smatch.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/smatch.c' object='sbr/sbr_libmh_a-smatch.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-smatch.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-smatch.Tpo -c -o sbr/sbr_libmh_a-smatch.obj `if test -f 'sbr/smatch.c'; then $(CYGPATH_W) 'sbr/smatch.c'; else $(CYGPATH_W) '$(srcdir)/sbr/smatch.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-smatch.Tpo sbr/$(DEPDIR)/sbr_libmh_a-smatch.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/smatch.c' object='sbr/sbr_libmh_a-smatch.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-smatch.obj `if test -f 'sbr/smatch.c'; then $(CYGPATH_W) 'sbr/smatch.c'; else $(CYGPATH_W) '$(srcdir)/sbr/smatch.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-smatch.obj `if test -f 'sbr/smatch.c'; then $(CYGPATH_W) 'sbr/smatch.c'; else $(CYGPATH_W) '$(srcdir)/sbr/smatch.c'; fi`
+ 
+ sbr/sbr_libmh_a-snprintb.o: sbr/snprintb.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-snprintb.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Tpo -c -o sbr/sbr_libmh_a-snprintb.o `test -f 'sbr/snprintb.c' || echo '$(srcdir)/'`sbr/snprintb.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Tpo sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/snprintb.c' object='sbr/sbr_libmh_a-snprintb.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-snprintb.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Tpo -c -o sbr/sbr_libmh_a-snprintb.o `test -f 'sbr/snprintb.c' || echo '$(srcdir)/'`sbr/snprintb.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Tpo sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/snprintb.c' object='sbr/sbr_libmh_a-snprintb.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-snprintb.o `test -f 'sbr/snprintb.c' || echo '$(srcdir)/'`sbr/snprintb.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-snprintb.o `test -f 'sbr/snprintb.c' || echo '$(srcdir)/'`sbr/snprintb.c
+ 
+ sbr/sbr_libmh_a-snprintb.obj: sbr/snprintb.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-snprintb.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Tpo -c -o sbr/sbr_libmh_a-snprintb.obj `if test -f 'sbr/snprintb.c'; then $(CYGPATH_W) 'sbr/snprintb.c'; else $(CYGPATH_W) '$(srcdir)/sbr/snprintb.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Tpo sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/snprintb.c' object='sbr/sbr_libmh_a-snprintb.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-snprintb.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Tpo -c -o sbr/sbr_libmh_a-snprintb.obj `if test -f 'sbr/snprintb.c'; then $(CYGPATH_W) 'sbr/snprintb.c'; else $(CYGPATH_W) '$(srcdir)/sbr/snprintb.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Tpo sbr/$(DEPDIR)/sbr_libmh_a-snprintb.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/snprintb.c' object='sbr/sbr_libmh_a-snprintb.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-snprintb.obj `if test -f 'sbr/snprintb.c'; then $(CYGPATH_W) 'sbr/snprintb.c'; else $(CYGPATH_W) '$(srcdir)/sbr/snprintb.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-snprintb.obj `if test -f 'sbr/snprintb.c'; then $(CYGPATH_W) 'sbr/snprintb.c'; else $(CYGPATH_W) '$(srcdir)/sbr/snprintb.c'; fi`
+ 
+ sbr/sbr_libmh_a-ssequal.o: sbr/ssequal.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ssequal.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Tpo -c -o sbr/sbr_libmh_a-ssequal.o `test -f 'sbr/ssequal.c' || echo '$(srcdir)/'`sbr/ssequal.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/ssequal.c' object='sbr/sbr_libmh_a-ssequal.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ssequal.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Tpo -c -o sbr/sbr_libmh_a-ssequal.o `test -f 'sbr/ssequal.c' || echo '$(srcdir)/'`sbr/ssequal.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/ssequal.c' object='sbr/sbr_libmh_a-ssequal.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ssequal.o `test -f 'sbr/ssequal.c' || echo '$(srcdir)/'`sbr/ssequal.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ssequal.o `test -f 'sbr/ssequal.c' || echo '$(srcdir)/'`sbr/ssequal.c
+ 
+ sbr/sbr_libmh_a-ssequal.obj: sbr/ssequal.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ssequal.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Tpo -c -o sbr/sbr_libmh_a-ssequal.obj `if test -f 'sbr/ssequal.c'; then $(CYGPATH_W) 'sbr/ssequal.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ssequal.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/ssequal.c' object='sbr/sbr_libmh_a-ssequal.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-ssequal.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Tpo -c -o sbr/sbr_libmh_a-ssequal.obj `if test -f 'sbr/ssequal.c'; then $(CYGPATH_W) 'sbr/ssequal.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ssequal.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Tpo sbr/$(DEPDIR)/sbr_libmh_a-ssequal.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/ssequal.c' object='sbr/sbr_libmh_a-ssequal.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ssequal.obj `if test -f 'sbr/ssequal.c'; then $(CYGPATH_W) 'sbr/ssequal.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ssequal.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-ssequal.obj `if test -f 'sbr/ssequal.c'; then $(CYGPATH_W) 'sbr/ssequal.c'; else $(CYGPATH_W) '$(srcdir)/sbr/ssequal.c'; fi`
+ 
+ sbr/sbr_libmh_a-strcasecmp.o: sbr/strcasecmp.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-strcasecmp.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Tpo -c -o sbr/sbr_libmh_a-strcasecmp.o `test -f 'sbr/strcasecmp.c' || echo '$(srcdir)/'`sbr/strcasecmp.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Tpo sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/strcasecmp.c' object='sbr/sbr_libmh_a-strcasecmp.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-strcasecmp.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Tpo -c -o sbr/sbr_libmh_a-strcasecmp.o `test -f 'sbr/strcasecmp.c' || echo '$(srcdir)/'`sbr/strcasecmp.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Tpo sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/strcasecmp.c' object='sbr/sbr_libmh_a-strcasecmp.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-strcasecmp.o `test -f 'sbr/strcasecmp.c' || echo '$(srcdir)/'`sbr/strcasecmp.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-strcasecmp.o `test -f 'sbr/strcasecmp.c' || echo '$(srcdir)/'`sbr/strcasecmp.c
+ 
+ sbr/sbr_libmh_a-strcasecmp.obj: sbr/strcasecmp.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-strcasecmp.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Tpo -c -o sbr/sbr_libmh_a-strcasecmp.obj `if test -f 'sbr/strcasecmp.c'; then $(CYGPATH_W) 'sbr/strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/sbr/strcasecmp.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Tpo sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/strcasecmp.c' object='sbr/sbr_libmh_a-strcasecmp.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-strcasecmp.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Tpo -c -o sbr/sbr_libmh_a-strcasecmp.obj `if test -f 'sbr/strcasecmp.c'; then $(CYGPATH_W) 'sbr/strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/sbr/strcasecmp.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Tpo sbr/$(DEPDIR)/sbr_libmh_a-strcasecmp.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/strcasecmp.c' object='sbr/sbr_libmh_a-strcasecmp.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-strcasecmp.obj `if test -f 'sbr/strcasecmp.c'; then $(CYGPATH_W) 'sbr/strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/sbr/strcasecmp.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-strcasecmp.obj `if test -f 'sbr/strcasecmp.c'; then $(CYGPATH_W) 'sbr/strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/sbr/strcasecmp.c'; fi`
+ 
+ sbr/sbr_libmh_a-strindex.o: sbr/strindex.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-strindex.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-strindex.Tpo -c -o sbr/sbr_libmh_a-strindex.o `test -f 'sbr/strindex.c' || echo '$(srcdir)/'`sbr/strindex.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-strindex.Tpo sbr/$(DEPDIR)/sbr_libmh_a-strindex.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/strindex.c' object='sbr/sbr_libmh_a-strindex.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-strindex.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-strindex.Tpo -c -o sbr/sbr_libmh_a-strindex.o `test -f 'sbr/strindex.c' || echo '$(srcdir)/'`sbr/strindex.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-strindex.Tpo sbr/$(DEPDIR)/sbr_libmh_a-strindex.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/strindex.c' object='sbr/sbr_libmh_a-strindex.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-strindex.o `test -f 'sbr/strindex.c' || echo '$(srcdir)/'`sbr/strindex.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-strindex.o `test -f 'sbr/strindex.c' || echo '$(srcdir)/'`sbr/strindex.c
+ 
+ sbr/sbr_libmh_a-strindex.obj: sbr/strindex.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-strindex.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-strindex.Tpo -c -o sbr/sbr_libmh_a-strindex.obj `if test -f 'sbr/strindex.c'; then $(CYGPATH_W) 'sbr/strindex.c'; else $(CYGPATH_W) '$(srcdir)/sbr/strindex.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-strindex.Tpo sbr/$(DEPDIR)/sbr_libmh_a-strindex.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/strindex.c' object='sbr/sbr_libmh_a-strindex.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-strindex.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-strindex.Tpo -c -o sbr/sbr_libmh_a-strindex.obj `if test -f 'sbr/strindex.c'; then $(CYGPATH_W) 'sbr/strindex.c'; else $(CYGPATH_W) '$(srcdir)/sbr/strindex.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-strindex.Tpo sbr/$(DEPDIR)/sbr_libmh_a-strindex.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/strindex.c' object='sbr/sbr_libmh_a-strindex.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-strindex.obj `if test -f 'sbr/strindex.c'; then $(CYGPATH_W) 'sbr/strindex.c'; else $(CYGPATH_W) '$(srcdir)/sbr/strindex.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-strindex.obj `if test -f 'sbr/strindex.c'; then $(CYGPATH_W) 'sbr/strindex.c'; else $(CYGPATH_W) '$(srcdir)/sbr/strindex.c'; fi`
+ 
+ sbr/sbr_libmh_a-trimcpy.o: sbr/trimcpy.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-trimcpy.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Tpo -c -o sbr/sbr_libmh_a-trimcpy.o `test -f 'sbr/trimcpy.c' || echo '$(srcdir)/'`sbr/trimcpy.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/trimcpy.c' object='sbr/sbr_libmh_a-trimcpy.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-trimcpy.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Tpo -c -o sbr/sbr_libmh_a-trimcpy.o `test -f 'sbr/trimcpy.c' || echo '$(srcdir)/'`sbr/trimcpy.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/trimcpy.c' object='sbr/sbr_libmh_a-trimcpy.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-trimcpy.o `test -f 'sbr/trimcpy.c' || echo '$(srcdir)/'`sbr/trimcpy.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-trimcpy.o `test -f 'sbr/trimcpy.c' || echo '$(srcdir)/'`sbr/trimcpy.c
+ 
+ sbr/sbr_libmh_a-trimcpy.obj: sbr/trimcpy.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-trimcpy.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Tpo -c -o sbr/sbr_libmh_a-trimcpy.obj `if test -f 'sbr/trimcpy.c'; then $(CYGPATH_W) 'sbr/trimcpy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/trimcpy.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/trimcpy.c' object='sbr/sbr_libmh_a-trimcpy.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-trimcpy.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Tpo -c -o sbr/sbr_libmh_a-trimcpy.obj `if test -f 'sbr/trimcpy.c'; then $(CYGPATH_W) 'sbr/trimcpy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/trimcpy.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Tpo sbr/$(DEPDIR)/sbr_libmh_a-trimcpy.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/trimcpy.c' object='sbr/sbr_libmh_a-trimcpy.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-trimcpy.obj `if test -f 'sbr/trimcpy.c'; then $(CYGPATH_W) 'sbr/trimcpy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/trimcpy.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-trimcpy.obj `if test -f 'sbr/trimcpy.c'; then $(CYGPATH_W) 'sbr/trimcpy.c'; else $(CYGPATH_W) '$(srcdir)/sbr/trimcpy.c'; fi`
+ 
+ sbr/sbr_libmh_a-uprf.o: sbr/uprf.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-uprf.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-uprf.Tpo -c -o sbr/sbr_libmh_a-uprf.o `test -f 'sbr/uprf.c' || echo '$(srcdir)/'`sbr/uprf.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-uprf.Tpo sbr/$(DEPDIR)/sbr_libmh_a-uprf.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/uprf.c' object='sbr/sbr_libmh_a-uprf.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-uprf.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-uprf.Tpo -c -o sbr/sbr_libmh_a-uprf.o `test -f 'sbr/uprf.c' || echo '$(srcdir)/'`sbr/uprf.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-uprf.Tpo sbr/$(DEPDIR)/sbr_libmh_a-uprf.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/uprf.c' object='sbr/sbr_libmh_a-uprf.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-uprf.o `test -f 'sbr/uprf.c' || echo '$(srcdir)/'`sbr/uprf.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-uprf.o `test -f 'sbr/uprf.c' || echo '$(srcdir)/'`sbr/uprf.c
+ 
+ sbr/sbr_libmh_a-uprf.obj: sbr/uprf.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-uprf.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-uprf.Tpo -c -o sbr/sbr_libmh_a-uprf.obj `if test -f 'sbr/uprf.c'; then $(CYGPATH_W) 'sbr/uprf.c'; else $(CYGPATH_W) '$(srcdir)/sbr/uprf.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-uprf.Tpo sbr/$(DEPDIR)/sbr_libmh_a-uprf.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/uprf.c' object='sbr/sbr_libmh_a-uprf.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-uprf.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-uprf.Tpo -c -o sbr/sbr_libmh_a-uprf.obj `if test -f 'sbr/uprf.c'; then $(CYGPATH_W) 'sbr/uprf.c'; else $(CYGPATH_W) '$(srcdir)/sbr/uprf.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-uprf.Tpo sbr/$(DEPDIR)/sbr_libmh_a-uprf.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/uprf.c' object='sbr/sbr_libmh_a-uprf.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-uprf.obj `if test -f 'sbr/uprf.c'; then $(CYGPATH_W) 'sbr/uprf.c'; else $(CYGPATH_W) '$(srcdir)/sbr/uprf.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-uprf.obj `if test -f 'sbr/uprf.c'; then $(CYGPATH_W) 'sbr/uprf.c'; else $(CYGPATH_W) '$(srcdir)/sbr/uprf.c'; fi`
+ 
+ sbr/sbr_libmh_a-vfgets.o: sbr/vfgets.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-vfgets.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Tpo -c -o sbr/sbr_libmh_a-vfgets.o `test -f 'sbr/vfgets.c' || echo '$(srcdir)/'`sbr/vfgets.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Tpo sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/vfgets.c' object='sbr/sbr_libmh_a-vfgets.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-vfgets.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Tpo -c -o sbr/sbr_libmh_a-vfgets.o `test -f 'sbr/vfgets.c' || echo '$(srcdir)/'`sbr/vfgets.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Tpo sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/vfgets.c' object='sbr/sbr_libmh_a-vfgets.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-vfgets.o `test -f 'sbr/vfgets.c' || echo '$(srcdir)/'`sbr/vfgets.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-vfgets.o `test -f 'sbr/vfgets.c' || echo '$(srcdir)/'`sbr/vfgets.c
+ 
+ sbr/sbr_libmh_a-vfgets.obj: sbr/vfgets.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-vfgets.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Tpo -c -o sbr/sbr_libmh_a-vfgets.obj `if test -f 'sbr/vfgets.c'; then $(CYGPATH_W) 'sbr/vfgets.c'; else $(CYGPATH_W) '$(srcdir)/sbr/vfgets.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Tpo sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/vfgets.c' object='sbr/sbr_libmh_a-vfgets.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-vfgets.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Tpo -c -o sbr/sbr_libmh_a-vfgets.obj `if test -f 'sbr/vfgets.c'; then $(CYGPATH_W) 'sbr/vfgets.c'; else $(CYGPATH_W) '$(srcdir)/sbr/vfgets.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Tpo sbr/$(DEPDIR)/sbr_libmh_a-vfgets.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/vfgets.c' object='sbr/sbr_libmh_a-vfgets.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-vfgets.obj `if test -f 'sbr/vfgets.c'; then $(CYGPATH_W) 'sbr/vfgets.c'; else $(CYGPATH_W) '$(srcdir)/sbr/vfgets.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-vfgets.obj `if test -f 'sbr/vfgets.c'; then $(CYGPATH_W) 'sbr/vfgets.c'; else $(CYGPATH_W) '$(srcdir)/sbr/vfgets.c'; fi`
+ 
+ sbr/sbr_libmh_a-fmt_def.o: sbr/fmt_def.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_def.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Tpo -c -o sbr/sbr_libmh_a-fmt_def.o `test -f 'sbr/fmt_def.c' || echo '$(srcdir)/'`sbr/fmt_def.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_def.c' object='sbr/sbr_libmh_a-fmt_def.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_def.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Tpo -c -o sbr/sbr_libmh_a-fmt_def.o `test -f 'sbr/fmt_def.c' || echo '$(srcdir)/'`sbr/fmt_def.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_def.c' object='sbr/sbr_libmh_a-fmt_def.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_def.o `test -f 'sbr/fmt_def.c' || echo '$(srcdir)/'`sbr/fmt_def.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_def.o `test -f 'sbr/fmt_def.c' || echo '$(srcdir)/'`sbr/fmt_def.c
+ 
+ sbr/sbr_libmh_a-fmt_def.obj: sbr/fmt_def.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_def.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Tpo -c -o sbr/sbr_libmh_a-fmt_def.obj `if test -f 'sbr/fmt_def.c'; then $(CYGPATH_W) 'sbr/fmt_def.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_def.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/fmt_def.c' object='sbr/sbr_libmh_a-fmt_def.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-fmt_def.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Tpo -c -o sbr/sbr_libmh_a-fmt_def.obj `if test -f 'sbr/fmt_def.c'; then $(CYGPATH_W) 'sbr/fmt_def.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_def.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Tpo sbr/$(DEPDIR)/sbr_libmh_a-fmt_def.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/fmt_def.c' object='sbr/sbr_libmh_a-fmt_def.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_def.obj `if test -f 'sbr/fmt_def.c'; then $(CYGPATH_W) 'sbr/fmt_def.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_def.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-fmt_def.obj `if test -f 'sbr/fmt_def.c'; then $(CYGPATH_W) 'sbr/fmt_def.c'; else $(CYGPATH_W) '$(srcdir)/sbr/fmt_def.c'; fi`
+ 
+ sbr/sbr_libmh_a-m_msgdef.o: sbr/m_msgdef.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_msgdef.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Tpo -c -o sbr/sbr_libmh_a-m_msgdef.o `test -f 'sbr/m_msgdef.c' || echo '$(srcdir)/'`sbr/m_msgdef.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_msgdef.c' object='sbr/sbr_libmh_a-m_msgdef.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_msgdef.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Tpo -c -o sbr/sbr_libmh_a-m_msgdef.o `test -f 'sbr/m_msgdef.c' || echo '$(srcdir)/'`sbr/m_msgdef.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_msgdef.c' object='sbr/sbr_libmh_a-m_msgdef.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_msgdef.o `test -f 'sbr/m_msgdef.c' || echo '$(srcdir)/'`sbr/m_msgdef.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_msgdef.o `test -f 'sbr/m_msgdef.c' || echo '$(srcdir)/'`sbr/m_msgdef.c
+ 
+ sbr/sbr_libmh_a-m_msgdef.obj: sbr/m_msgdef.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_msgdef.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Tpo -c -o sbr/sbr_libmh_a-m_msgdef.obj `if test -f 'sbr/m_msgdef.c'; then $(CYGPATH_W) 'sbr/m_msgdef.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_msgdef.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_msgdef.c' object='sbr/sbr_libmh_a-m_msgdef.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_msgdef.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Tpo -c -o sbr/sbr_libmh_a-m_msgdef.obj `if test -f 'sbr/m_msgdef.c'; then $(CYGPATH_W) 'sbr/m_msgdef.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_msgdef.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_msgdef.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_msgdef.c' object='sbr/sbr_libmh_a-m_msgdef.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_msgdef.obj `if test -f 'sbr/m_msgdef.c'; then $(CYGPATH_W) 'sbr/m_msgdef.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_msgdef.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_msgdef.obj `if test -f 'sbr/m_msgdef.c'; then $(CYGPATH_W) 'sbr/m_msgdef.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_msgdef.c'; fi`
+ 
+ sbr/sbr_libmh_a-mf.o: sbr/mf.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-mf.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-mf.Tpo -c -o sbr/sbr_libmh_a-mf.o `test -f 'sbr/mf.c' || echo '$(srcdir)/'`sbr/mf.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-mf.Tpo sbr/$(DEPDIR)/sbr_libmh_a-mf.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/mf.c' object='sbr/sbr_libmh_a-mf.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-mf.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-mf.Tpo -c -o sbr/sbr_libmh_a-mf.o `test -f 'sbr/mf.c' || echo '$(srcdir)/'`sbr/mf.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-mf.Tpo sbr/$(DEPDIR)/sbr_libmh_a-mf.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/mf.c' object='sbr/sbr_libmh_a-mf.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-mf.o `test -f 'sbr/mf.c' || echo '$(srcdir)/'`sbr/mf.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-mf.o `test -f 'sbr/mf.c' || echo '$(srcdir)/'`sbr/mf.c
+ 
+ sbr/sbr_libmh_a-mf.obj: sbr/mf.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-mf.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-mf.Tpo -c -o sbr/sbr_libmh_a-mf.obj `if test -f 'sbr/mf.c'; then $(CYGPATH_W) 'sbr/mf.c'; else $(CYGPATH_W) '$(srcdir)/sbr/mf.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-mf.Tpo sbr/$(DEPDIR)/sbr_libmh_a-mf.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/mf.c' object='sbr/sbr_libmh_a-mf.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-mf.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-mf.Tpo -c -o sbr/sbr_libmh_a-mf.obj `if test -f 'sbr/mf.c'; then $(CYGPATH_W) 'sbr/mf.c'; else $(CYGPATH_W) '$(srcdir)/sbr/mf.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-mf.Tpo sbr/$(DEPDIR)/sbr_libmh_a-mf.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/mf.c' object='sbr/sbr_libmh_a-mf.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-mf.obj `if test -f 'sbr/mf.c'; then $(CYGPATH_W) 'sbr/mf.c'; else $(CYGPATH_W) '$(srcdir)/sbr/mf.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-mf.obj `if test -f 'sbr/mf.c'; then $(CYGPATH_W) 'sbr/mf.c'; else $(CYGPATH_W) '$(srcdir)/sbr/mf.c'; fi`
+ 
+ sbr/sbr_libmh_a-utils.o: sbr/utils.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-utils.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-utils.Tpo -c -o sbr/sbr_libmh_a-utils.o `test -f 'sbr/utils.c' || echo '$(srcdir)/'`sbr/utils.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-utils.Tpo sbr/$(DEPDIR)/sbr_libmh_a-utils.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/utils.c' object='sbr/sbr_libmh_a-utils.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-utils.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-utils.Tpo -c -o sbr/sbr_libmh_a-utils.o `test -f 'sbr/utils.c' || echo '$(srcdir)/'`sbr/utils.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-utils.Tpo sbr/$(DEPDIR)/sbr_libmh_a-utils.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/utils.c' object='sbr/sbr_libmh_a-utils.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-utils.o `test -f 'sbr/utils.c' || echo '$(srcdir)/'`sbr/utils.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-utils.o `test -f 'sbr/utils.c' || echo '$(srcdir)/'`sbr/utils.c
+ 
+ sbr/sbr_libmh_a-utils.obj: sbr/utils.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-utils.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-utils.Tpo -c -o sbr/sbr_libmh_a-utils.obj `if test -f 'sbr/utils.c'; then $(CYGPATH_W) 'sbr/utils.c'; else $(CYGPATH_W) '$(srcdir)/sbr/utils.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-utils.Tpo sbr/$(DEPDIR)/sbr_libmh_a-utils.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/utils.c' object='sbr/sbr_libmh_a-utils.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-utils.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-utils.Tpo -c -o sbr/sbr_libmh_a-utils.obj `if test -f 'sbr/utils.c'; then $(CYGPATH_W) 'sbr/utils.c'; else $(CYGPATH_W) '$(srcdir)/sbr/utils.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-utils.Tpo sbr/$(DEPDIR)/sbr_libmh_a-utils.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/utils.c' object='sbr/sbr_libmh_a-utils.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-utils.obj `if test -f 'sbr/utils.c'; then $(CYGPATH_W) 'sbr/utils.c'; else $(CYGPATH_W) '$(srcdir)/sbr/utils.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-utils.obj `if test -f 'sbr/utils.c'; then $(CYGPATH_W) 'sbr/utils.c'; else $(CYGPATH_W) '$(srcdir)/sbr/utils.c'; fi`
+ 
+ sbr/sbr_libmh_a-m_mktemp.o: sbr/m_mktemp.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_mktemp.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Tpo -c -o sbr/sbr_libmh_a-m_mktemp.o `test -f 'sbr/m_mktemp.c' || echo '$(srcdir)/'`sbr/m_mktemp.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_mktemp.c' object='sbr/sbr_libmh_a-m_mktemp.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_mktemp.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Tpo -c -o sbr/sbr_libmh_a-m_mktemp.o `test -f 'sbr/m_mktemp.c' || echo '$(srcdir)/'`sbr/m_mktemp.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_mktemp.c' object='sbr/sbr_libmh_a-m_mktemp.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_mktemp.o `test -f 'sbr/m_mktemp.c' || echo '$(srcdir)/'`sbr/m_mktemp.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_mktemp.o `test -f 'sbr/m_mktemp.c' || echo '$(srcdir)/'`sbr/m_mktemp.c
+ 
+ sbr/sbr_libmh_a-m_mktemp.obj: sbr/m_mktemp.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_mktemp.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Tpo -c -o sbr/sbr_libmh_a-m_mktemp.obj `if test -f 'sbr/m_mktemp.c'; then $(CYGPATH_W) 'sbr/m_mktemp.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_mktemp.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/m_mktemp.c' object='sbr/sbr_libmh_a-m_mktemp.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-m_mktemp.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Tpo -c -o sbr/sbr_libmh_a-m_mktemp.obj `if test -f 'sbr/m_mktemp.c'; then $(CYGPATH_W) 'sbr/m_mktemp.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_mktemp.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_mktemp.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/m_mktemp.c' object='sbr/sbr_libmh_a-m_mktemp.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_mktemp.obj `if test -f 'sbr/m_mktemp.c'; then $(CYGPATH_W) 'sbr/m_mktemp.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_mktemp.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_mktemp.obj `if test -f 'sbr/m_mktemp.c'; then $(CYGPATH_W) 'sbr/m_mktemp.c'; else $(CYGPATH_W) '$(srcdir)/sbr/m_mktemp.c'; fi`
+ 
+ sbr/sbr_libmh_a-getansreadline.o: sbr/getansreadline.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getansreadline.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Tpo -c -o sbr/sbr_libmh_a-getansreadline.o `test -f 'sbr/getansreadline.c' || echo '$(srcdir)/'`sbr/getansreadline.c
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getansreadline.c' object='sbr/sbr_libmh_a-getansreadline.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getansreadline.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Tpo -c -o sbr/sbr_libmh_a-getansreadline.o `test -f 'sbr/getansreadline.c' || echo '$(srcdir)/'`sbr/getansreadline.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getansreadline.c' object='sbr/sbr_libmh_a-getansreadline.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getansreadline.o `test -f 'sbr/getansreadline.c' || echo '$(srcdir)/'`sbr/getansreadline.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getansreadline.o `test -f 'sbr/getansreadline.c' || echo '$(srcdir)/'`sbr/getansreadline.c
+ 
+ sbr/sbr_libmh_a-getansreadline.obj: sbr/getansreadline.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getansreadline.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Tpo -c -o sbr/sbr_libmh_a-getansreadline.obj `if test -f 'sbr/getansreadline.c'; then $(CYGPATH_W) 'sbr/getansreadline.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getansreadline.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sbr/getansreadline.c' object='sbr/sbr_libmh_a-getansreadline.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sbr/sbr_libmh_a-getansreadline.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Tpo -c -o sbr/sbr_libmh_a-getansreadline.obj `if test -f 'sbr/getansreadline.c'; then $(CYGPATH_W) 'sbr/getansreadline.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getansreadline.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Tpo sbr/$(DEPDIR)/sbr_libmh_a-getansreadline.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sbr/getansreadline.c' object='sbr/sbr_libmh_a-getansreadline.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getansreadline.obj `if test -f 'sbr/getansreadline.c'; then $(CYGPATH_W) 'sbr/getansreadline.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getansreadline.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-getansreadline.obj `if test -f 'sbr/getansreadline.c'; then $(CYGPATH_W) 'sbr/getansreadline.c'; else $(CYGPATH_W) '$(srcdir)/sbr/getansreadline.c'; fi`
+ 
+ config/sbr_libmh_a-config.o: config/config.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT config/sbr_libmh_a-config.o -MD -MP -MF config/$(DEPDIR)/sbr_libmh_a-config.Tpo -c -o config/sbr_libmh_a-config.o `test -f 'config/config.c' || echo '$(srcdir)/'`config/config.c
+- at am__fastdepCC_TRUE@	mv -f config/$(DEPDIR)/sbr_libmh_a-config.Tpo config/$(DEPDIR)/sbr_libmh_a-config.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config/config.c' object='config/sbr_libmh_a-config.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT config/sbr_libmh_a-config.o -MD -MP -MF config/$(DEPDIR)/sbr_libmh_a-config.Tpo -c -o config/sbr_libmh_a-config.o `test -f 'config/config.c' || echo '$(srcdir)/'`config/config.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) config/$(DEPDIR)/sbr_libmh_a-config.Tpo config/$(DEPDIR)/sbr_libmh_a-config.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='config/config.c' object='config/sbr_libmh_a-config.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o config/sbr_libmh_a-config.o `test -f 'config/config.c' || echo '$(srcdir)/'`config/config.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o config/sbr_libmh_a-config.o `test -f 'config/config.c' || echo '$(srcdir)/'`config/config.c
+ 
+ config/sbr_libmh_a-config.obj: config/config.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT config/sbr_libmh_a-config.obj -MD -MP -MF config/$(DEPDIR)/sbr_libmh_a-config.Tpo -c -o config/sbr_libmh_a-config.obj `if test -f 'config/config.c'; then $(CYGPATH_W) 'config/config.c'; else $(CYGPATH_W) '$(srcdir)/config/config.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f config/$(DEPDIR)/sbr_libmh_a-config.Tpo config/$(DEPDIR)/sbr_libmh_a-config.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config/config.c' object='config/sbr_libmh_a-config.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT config/sbr_libmh_a-config.obj -MD -MP -MF config/$(DEPDIR)/sbr_libmh_a-config.Tpo -c -o config/sbr_libmh_a-config.obj `if test -f 'config/config.c'; then $(CYGPATH_W) 'config/config.c'; else $(CYGPATH_W) '$(srcdir)/config/config.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) config/$(DEPDIR)/sbr_libmh_a-config.Tpo config/$(DEPDIR)/sbr_libmh_a-config.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='config/config.c' object='config/sbr_libmh_a-config.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o config/sbr_libmh_a-config.obj `if test -f 'config/config.c'; then $(CYGPATH_W) 'config/config.c'; else $(CYGPATH_W) '$(srcdir)/config/config.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o config/sbr_libmh_a-config.obj `if test -f 'config/config.c'; then $(CYGPATH_W) 'config/config.c'; else $(CYGPATH_W) '$(srcdir)/config/config.c'; fi`
+ 
+ config/sbr_libmh_a-version.o: config/version.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT config/sbr_libmh_a-version.o -MD -MP -MF config/$(DEPDIR)/sbr_libmh_a-version.Tpo -c -o config/sbr_libmh_a-version.o `test -f 'config/version.c' || echo '$(srcdir)/'`config/version.c
+- at am__fastdepCC_TRUE@	mv -f config/$(DEPDIR)/sbr_libmh_a-version.Tpo config/$(DEPDIR)/sbr_libmh_a-version.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config/version.c' object='config/sbr_libmh_a-version.o' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT config/sbr_libmh_a-version.o -MD -MP -MF config/$(DEPDIR)/sbr_libmh_a-version.Tpo -c -o config/sbr_libmh_a-version.o `test -f 'config/version.c' || echo '$(srcdir)/'`config/version.c
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) config/$(DEPDIR)/sbr_libmh_a-version.Tpo config/$(DEPDIR)/sbr_libmh_a-version.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='config/version.c' object='config/sbr_libmh_a-version.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o config/sbr_libmh_a-version.o `test -f 'config/version.c' || echo '$(srcdir)/'`config/version.c
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o config/sbr_libmh_a-version.o `test -f 'config/version.c' || echo '$(srcdir)/'`config/version.c
+ 
+ config/sbr_libmh_a-version.obj: config/version.c
+- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT config/sbr_libmh_a-version.obj -MD -MP -MF config/$(DEPDIR)/sbr_libmh_a-version.Tpo -c -o config/sbr_libmh_a-version.obj `if test -f 'config/version.c'; then $(CYGPATH_W) 'config/version.c'; else $(CYGPATH_W) '$(srcdir)/config/version.c'; fi`
+- at am__fastdepCC_TRUE@	mv -f config/$(DEPDIR)/sbr_libmh_a-version.Tpo config/$(DEPDIR)/sbr_libmh_a-version.Po
+- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config/version.c' object='config/sbr_libmh_a-version.obj' libtool=no @AMDEPBACKSLASH@
++ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT config/sbr_libmh_a-version.obj -MD -MP -MF config/$(DEPDIR)/sbr_libmh_a-version.Tpo -c -o config/sbr_libmh_a-version.obj `if test -f 'config/version.c'; then $(CYGPATH_W) 'config/version.c'; else $(CYGPATH_W) '$(srcdir)/config/version.c'; fi`
++ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) config/$(DEPDIR)/sbr_libmh_a-version.Tpo config/$(DEPDIR)/sbr_libmh_a-version.Po
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='config/version.c' object='config/sbr_libmh_a-version.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o config/sbr_libmh_a-version.obj `if test -f 'config/version.c'; then $(CYGPATH_W) 'config/version.c'; else $(CYGPATH_W) '$(srcdir)/config/version.c'; fi`
++ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sbr_libmh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o config/sbr_libmh_a-version.obj `if test -f 'config/version.c'; then $(CYGPATH_W) 'config/version.c'; else $(CYGPATH_W) '$(srcdir)/config/version.c'; fi`
+ 
+ .l.c:
+-	$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
+-install-man1: $(man1_MANS) $(man_MANS)
++	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
++install-man1: $(man_MANS)
+ 	@$(NORMAL_INSTALL)
+-	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
+-	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
+-	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+-	for i in $$l2; do \
+-	  case "$$i" in \
+-	    *.1*) list="$$list $$i" ;; \
+-	  esac; \
++	@list1=''; \
++	list2='$(man_MANS)'; \
++	test -n "$(man1dir)" \
++	  && test -n "`echo $$list1$$list2`" \
++	  || exit 0; \
++	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
++	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
++	{ for i in $$list1; do echo "$$i"; done;  \
++	if test -n "$$list2"; then \
++	  for i in $$list2; do echo "$$i"; done \
++	    | sed -n '/\.1[a-z]*$$/p'; \
++	fi; \
++	} | while read p; do \
++	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
++	  echo "$$d$$p"; echo "$$p"; \
++	done | \
++	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
++	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
++	sed 'N;N;s,\n, ,g' | { \
++	list=; while read file base inst; do \
++	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
++	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
++	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
++	  fi; \
+ 	done; \
+-	for i in $$list; do \
+-	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
+-	  else file=$$i; fi; \
+-	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+-	  case "$$ext" in \
+-	    1*) ;; \
+-	    *) ext='1' ;; \
+-	  esac; \
+-	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+-	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
+-	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+-	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
+-	done
++	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
++	while read files; do \
++	  test -z "$$files" || { \
++	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
++	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
++	done; }
++
+ uninstall-man1:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
+-	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+-	for i in $$l2; do \
+-	  case "$$i" in \
+-	    *.1*) list="$$list $$i" ;; \
+-	  esac; \
+-	done; \
+-	for i in $$list; do \
+-	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+-	  case "$$ext" in \
+-	    1*) ;; \
+-	    *) ext='1' ;; \
+-	  esac; \
+-	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+-	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
+-	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
+-	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
+-	done
+-install-man5: $(man5_MANS) $(man_MANS)
++	@list=''; test -n "$(man1dir)" || exit 0; \
++	files=`{ for i in $$list; do echo "$$i"; done; \
++	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
++	  sed -n '/\.1[a-z]*$$/p'; \
++	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
++	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
++	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
++install-man5: $(man_MANS)
+ 	@$(NORMAL_INSTALL)
+-	test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
+-	@list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
+-	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+-	for i in $$l2; do \
+-	  case "$$i" in \
+-	    *.5*) list="$$list $$i" ;; \
+-	  esac; \
++	@list1=''; \
++	list2='$(man_MANS)'; \
++	test -n "$(man5dir)" \
++	  && test -n "`echo $$list1$$list2`" \
++	  || exit 0; \
++	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
++	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
++	{ for i in $$list1; do echo "$$i"; done;  \
++	if test -n "$$list2"; then \
++	  for i in $$list2; do echo "$$i"; done \
++	    | sed -n '/\.5[a-z]*$$/p'; \
++	fi; \
++	} | while read p; do \
++	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
++	  echo "$$d$$p"; echo "$$p"; \
++	done | \
++	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
++	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
++	sed 'N;N;s,\n, ,g' | { \
++	list=; while read file base inst; do \
++	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
++	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
++	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
++	  fi; \
+ 	done; \
+-	for i in $$list; do \
+-	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
+-	  else file=$$i; fi; \
+-	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+-	  case "$$ext" in \
+-	    5*) ;; \
+-	    *) ext='5' ;; \
+-	  esac; \
+-	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+-	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
+-	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
+-	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
+-	done
++	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
++	while read files; do \
++	  test -z "$$files" || { \
++	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
++	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
++	done; }
++
+ uninstall-man5:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
+-	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+-	for i in $$l2; do \
+-	  case "$$i" in \
+-	    *.5*) list="$$list $$i" ;; \
+-	  esac; \
+-	done; \
+-	for i in $$list; do \
+-	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+-	  case "$$ext" in \
+-	    5*) ;; \
+-	    *) ext='5' ;; \
+-	  esac; \
+-	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+-	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
+-	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+-	  echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
+-	  rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
+-	done
+-install-man8: $(man8_MANS) $(man_MANS)
++	@list=''; test -n "$(man5dir)" || exit 0; \
++	files=`{ for i in $$list; do echo "$$i"; done; \
++	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
++	  sed -n '/\.5[a-z]*$$/p'; \
++	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
++	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
++	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
++install-man8: $(man_MANS)
+ 	@$(NORMAL_INSTALL)
+-	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
+-	@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
+-	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+-	for i in $$l2; do \
+-	  case "$$i" in \
+-	    *.8*) list="$$list $$i" ;; \
+-	  esac; \
++	@list1=''; \
++	list2='$(man_MANS)'; \
++	test -n "$(man8dir)" \
++	  && test -n "`echo $$list1$$list2`" \
++	  || exit 0; \
++	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
++	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
++	{ for i in $$list1; do echo "$$i"; done;  \
++	if test -n "$$list2"; then \
++	  for i in $$list2; do echo "$$i"; done \
++	    | sed -n '/\.8[a-z]*$$/p'; \
++	fi; \
++	} | while read p; do \
++	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
++	  echo "$$d$$p"; echo "$$p"; \
++	done | \
++	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
++	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
++	sed 'N;N;s,\n, ,g' | { \
++	list=; while read file base inst; do \
++	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
++	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
++	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
++	  fi; \
+ 	done; \
+-	for i in $$list; do \
+-	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
+-	  else file=$$i; fi; \
+-	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+-	  case "$$ext" in \
+-	    8*) ;; \
+-	    *) ext='8' ;; \
+-	  esac; \
+-	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+-	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
+-	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
+-	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
+-	done
++	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
++	while read files; do \
++	  test -z "$$files" || { \
++	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
++	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
++	done; }
++
+ uninstall-man8:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
+-	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+-	for i in $$l2; do \
+-	  case "$$i" in \
+-	    *.8*) list="$$list $$i" ;; \
+-	  esac; \
+-	done; \
+-	for i in $$list; do \
+-	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+-	  case "$$ext" in \
+-	    8*) ;; \
+-	    *) ext='8' ;; \
+-	  esac; \
+-	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+-	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
+-	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+-	  echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
+-	  rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
+-	done
++	@list=''; test -n "$(man8dir)" || exit 0; \
++	files=`{ for i in $$list; do echo "$$i"; done; \
++	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
++	  sed -n '/\.8[a-z]*$$/p'; \
++	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
++	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
++	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
+ install-dist_contribDATA: $(dist_contrib_DATA)
+ 	@$(NORMAL_INSTALL)
+-	test -z "$(contribdir)" || $(MKDIR_P) "$(DESTDIR)$(contribdir)"
+-	@list='$(dist_contrib_DATA)'; for p in $$list; do \
++	@list='$(dist_contrib_DATA)'; test -n "$(contribdir)" || list=; \
++	if test -n "$$list"; then \
++	  echo " $(MKDIR_P) '$(DESTDIR)$(contribdir)'"; \
++	  $(MKDIR_P) "$(DESTDIR)$(contribdir)" || exit 1; \
++	fi; \
++	for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f=$(am__strip_dir) \
+-	  echo " $(dist_contribDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(contribdir)/$$f'"; \
+-	  $(dist_contribDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(contribdir)/$$f"; \
++	  echo "$$d$$p"; \
++	done | $(am__base_list) | \
++	while read files; do \
++	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(contribdir)'"; \
++	  $(INSTALL_DATA) $$files "$(DESTDIR)$(contribdir)" || exit $$?; \
+ 	done
+ 
+ uninstall-dist_contribDATA:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(dist_contrib_DATA)'; for p in $$list; do \
+-	  f=$(am__strip_dir) \
+-	  echo " rm -f '$(DESTDIR)$(contribdir)/$$f'"; \
+-	  rm -f "$(DESTDIR)$(contribdir)/$$f"; \
+-	done
++	@list='$(dist_contrib_DATA)'; test -n "$(contribdir)" || list=; \
++	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
++	dir='$(DESTDIR)$(contribdir)'; $(am__uninstall_files_from_dir)
+ install-dist_docDATA: $(dist_doc_DATA)
+ 	@$(NORMAL_INSTALL)
+-	test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
+-	@list='$(dist_doc_DATA)'; for p in $$list; do \
++	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
++	if test -n "$$list"; then \
++	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
++	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
++	fi; \
++	for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f=$(am__strip_dir) \
+-	  echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
+-	  $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
++	  echo "$$d$$p"; \
++	done | $(am__base_list) | \
++	while read files; do \
++	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
++	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
+ 	done
+ 
+ uninstall-dist_docDATA:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(dist_doc_DATA)'; for p in $$list; do \
+-	  f=$(am__strip_dir) \
+-	  echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
+-	  rm -f "$(DESTDIR)$(docdir)/$$f"; \
+-	done
++	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
++	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
++	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
+ install-dist_sysconfDATA: $(dist_sysconf_DATA)
+ 	@$(NORMAL_INSTALL)
+-	test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
+-	@list='$(dist_sysconf_DATA)'; for p in $$list; do \
++	@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
++	if test -n "$$list"; then \
++	  echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
++	  $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
++	fi; \
++	for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f=$(am__strip_dir) \
+-	  echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
+-	  $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
++	  echo "$$d$$p"; \
++	done | $(am__base_list) | \
++	while read files; do \
++	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
++	  $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
+ 	done
+ 
+ uninstall-dist_sysconfDATA:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(dist_sysconf_DATA)'; for p in $$list; do \
+-	  f=$(am__strip_dir) \
+-	  echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \
+-	  rm -f "$(DESTDIR)$(sysconfdir)/$$f"; \
+-	done
++	@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
++	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
++	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
+ install-sysconfDATA: $(sysconf_DATA)
+ 	@$(NORMAL_INSTALL)
+-	test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
+-	@list='$(sysconf_DATA)'; for p in $$list; do \
++	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
++	if test -n "$$list"; then \
++	  echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
++	  $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
++	fi; \
++	for p in $$list; do \
+ 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f=$(am__strip_dir) \
+-	  echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
+-	  $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
++	  echo "$$d$$p"; \
++	done | $(am__base_list) | \
++	while read files; do \
++	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
++	  $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
+ 	done
+ 
+ uninstall-sysconfDATA:
+ 	@$(NORMAL_UNINSTALL)
+-	@list='$(sysconf_DATA)'; for p in $$list; do \
+-	  f=$(am__strip_dir) \
+-	  echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \
+-	  rm -f "$(DESTDIR)$(sysconfdir)/$$f"; \
+-	done
++	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
++	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
++	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
++
++ID: $(am__tagged_files)
++	$(am__define_uniq_tagged_files); mkid -fID $$unique
++tags: tags-am
++TAGS: tags
+ 
+-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+-	unique=`for i in $$list; do \
+-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+-	  done | \
+-	  $(AWK) '    { files[$$0] = 1; } \
+-	       END { for (i in files) print i; }'`; \
+-	mkid -fID $$unique
+-tags: TAGS
+-
+-TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
+-		$(TAGS_FILES) $(LISP)
+-	tags=; \
++tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
++	set x; \
+ 	here=`pwd`; \
+-	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
+-	unique=`for i in $$list; do \
+-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+-	  done | \
+-	  $(AWK) '    { files[$$0] = 1; } \
+-	       END { for (i in files) print i; }'`; \
+-	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
++	$(am__define_uniq_tagged_files); \
++	shift; \
++	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ 	  test -n "$$unique" || unique=$$empty_fix; \
+-	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+-	    $$tags $$unique; \
++	  if test $$# -gt 0; then \
++	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	      "$$@" $$unique; \
++	  else \
++	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
++	      $$unique; \
++	  fi; \
+ 	fi
+-ctags: CTAGS
+-CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
+-		$(TAGS_FILES) $(LISP)
+-	tags=; \
+-	here=`pwd`; \
+-	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
+-	unique=`for i in $$list; do \
+-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+-	  done | \
+-	  $(AWK) '    { files[$$0] = 1; } \
+-	       END { for (i in files) print i; }'`; \
+-	test -z "$(CTAGS_ARGS)$$tags$$unique" \
++ctags: ctags-am
++
++CTAGS: ctags
++ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
++	$(am__define_uniq_tagged_files); \
++	test -z "$(CTAGS_ARGS)$$unique" \
+ 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+-	     $$tags $$unique
++	     $$unique
+ 
+ GTAGS:
+ 	here=`$(am__cd) $(top_builddir) && pwd` \
+-	  && cd $(top_srcdir) \
+-	  && gtags -i $(GTAGS_ARGS) $$here
++	  && $(am__cd) $(top_srcdir) \
++	  && gtags -i $(GTAGS_ARGS) "$$here"
++cscope: cscope.files
++	test ! -s cscope.files \
++	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
++clean-cscope:
++	-rm -f cscope.files
++cscope.files: clean-cscope cscopelist
++cscopelist: cscopelist-am
++
++cscopelist-am: $(am__tagged_files)
++	list='$(am__tagged_files)'; \
++	case "$(srcdir)" in \
++	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
++	  *) sdir=$(subdir)/$(srcdir) ;; \
++	esac; \
++	for i in $$list; do \
++	  if test -f "$$i"; then \
++	    echo "$(subdir)/$$i"; \
++	  else \
++	    echo "$$sdir/$$i"; \
++	  fi; \
++	done >> $(top_builddir)/cscope.files
+ 
+ distclean-tags:
+ 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
++	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
+ 
+-check-TESTS: $(TESTS)
+-	@failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[	 ]'; \
+-	srcdir=$(srcdir); export srcdir; \
+-	list=' $(TESTS) '; \
+-	if test -n "$$list"; then \
+-	  for tst in $$list; do \
+-	    if test -f ./$$tst; then dir=./; \
+-	    elif test -f $$tst; then dir=; \
+-	    else dir="$(srcdir)/"; fi; \
+-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
+-	      all=`expr $$all + 1`; \
+-	      case " $(XFAIL_TESTS) " in \
+-	      *$$ws$$tst$$ws*) \
+-		xpass=`expr $$xpass + 1`; \
+-		failed=`expr $$failed + 1`; \
+-		echo "XPASS: $$tst"; \
+-	      ;; \
+-	      *) \
+-		echo "PASS: $$tst"; \
+-	      ;; \
+-	      esac; \
+-	    elif test $$? -ne 77; then \
+-	      all=`expr $$all + 1`; \
+-	      case " $(XFAIL_TESTS) " in \
+-	      *$$ws$$tst$$ws*) \
+-		xfail=`expr $$xfail + 1`; \
+-		echo "XFAIL: $$tst"; \
+-	      ;; \
+-	      *) \
+-		failed=`expr $$failed + 1`; \
+-		echo "FAIL: $$tst"; \
+-	      ;; \
+-	      esac; \
+-	    else \
+-	      skip=`expr $$skip + 1`; \
+-	      echo "SKIP: $$tst"; \
+-	    fi; \
++# Recover from deleted '.trs' file; this should ensure that
++# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
++# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
++# to avoid problems with "make -n".
++.log.trs:
++	rm -f $< $@
++	$(MAKE) $(AM_MAKEFLAGS) $<
++
++# Leading 'am--fnord' is there to ensure the list of targets does not
++# expand to empty, as could happen e.g. with make check TESTS=''.
++am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
++am--force-recheck:
++	@:
++
++$(TEST_SUITE_LOG): $(TEST_LOGS)
++	@$(am__set_TESTS_bases); \
++	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
++	redo_bases=`for i in $$bases; do \
++	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
++	            done`; \
++	if test -n "$$redo_bases"; then \
++	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
++	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
++	  if $(am__make_dryrun); then :; else \
++	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
++	  fi; \
++	fi; \
++	if test -n "$$am__remaking_logs"; then \
++	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
++	       "recursion detected" >&2; \
++	else \
++	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
++	fi; \
++	if $(am__make_dryrun); then :; else \
++	  st=0;  \
++	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
++	  for i in $$redo_bases; do \
++	    test -f $$i.trs && test -r $$i.trs \
++	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
++	    test -f $$i.log && test -r $$i.log \
++	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
+ 	  done; \
+-	  if test "$$failed" -eq 0; then \
+-	    if test "$$xfail" -eq 0; then \
+-	      banner="All $$all tests passed"; \
++	  test $$st -eq 0 || exit 1; \
++	fi
++	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
++	ws='[ 	]'; \
++	results=`for b in $$bases; do echo $$b.trs; done`; \
++	test -n "$$results" || results=/dev/null; \
++	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
++	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
++	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
++	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
++	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
++	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
++	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
++	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
++	  success=true; \
++	else \
++	  success=false; \
++	fi; \
++	br='==================='; br=$$br$$br$$br$$br; \
++	result_count () \
++	{ \
++	    if test x"$$1" = x"--maybe-color"; then \
++	      maybe_colorize=yes; \
++	    elif test x"$$1" = x"--no-color"; then \
++	      maybe_colorize=no; \
+ 	    else \
+-	      banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
++	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
+ 	    fi; \
+-	  else \
+-	    if test "$$xpass" -eq 0; then \
+-	      banner="$$failed of $$all tests failed"; \
++	    shift; \
++	    desc=$$1 count=$$2; \
++	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
++	      color_start=$$3 color_end=$$std; \
+ 	    else \
+-	      banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
++	      color_start= color_end=; \
+ 	    fi; \
+-	  fi; \
+-	  dashes="$$banner"; \
+-	  skipped=""; \
+-	  if test "$$skip" -ne 0; then \
+-	    skipped="($$skip tests were not run)"; \
+-	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
+-	      dashes="$$skipped"; \
+-	  fi; \
+-	  report=""; \
+-	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
+-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
+-	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
+-	      dashes="$$report"; \
+-	  fi; \
+-	  dashes=`echo "$$dashes" | sed s/./=/g`; \
+-	  echo "$$dashes"; \
+-	  echo "$$banner"; \
+-	  test -z "$$skipped" || echo "$$skipped"; \
+-	  test -z "$$report" || echo "$$report"; \
+-	  echo "$$dashes"; \
+-	  test "$$failed" -eq 0; \
+-	else :; fi
++	    echo "$${color_start}# $$desc $$count$${color_end}"; \
++	}; \
++	create_testsuite_report () \
++	{ \
++	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
++	  result_count $$1 "PASS: " $$pass  "$$grn"; \
++	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
++	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
++	  result_count $$1 "FAIL: " $$fail  "$$red"; \
++	  result_count $$1 "XPASS:" $$xpass "$$red"; \
++	  result_count $$1 "ERROR:" $$error "$$mgn"; \
++	}; \
++	{								\
++	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
++	    $(am__rst_title);						\
++	  create_testsuite_report --no-color;				\
++	  echo;								\
++	  echo ".. contents:: :depth: 2";				\
++	  echo;								\
++	  for b in $$bases; do echo $$b; done				\
++	    | $(am__create_global_log);					\
++	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
++	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
++	if $$success; then						\
++	  col="$$grn";							\
++	 else								\
++	  col="$$red";							\
++	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
++	fi;								\
++	echo "$${col}$$br$${std}"; 					\
++	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
++	echo "$${col}$$br$${std}"; 					\
++	create_testsuite_report --maybe-color;				\
++	echo "$$col$$br$$std";						\
++	if $$success; then :; else					\
++	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
++	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
++	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
++	  fi;								\
++	  echo "$$col$$br$$std";					\
++	fi;								\
++	$$success || exit 1
++
++check-TESTS:
++	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
++	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
++	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
++	@set +e; $(am__set_TESTS_bases); \
++	log_list=`for i in $$bases; do echo $$i.log; done`; \
++	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
++	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
++	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
++	exit $$?;
++recheck: all $(check_PROGRAMS) $(check_SCRIPTS)
++	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
++	@set +e; $(am__set_TESTS_bases); \
++	bases=`for i in $$bases; do echo $$i; done \
++	         | $(am__list_recheck_tests)` || exit 1; \
++	log_list=`for i in $$bases; do echo $$i.log; done`; \
++	log_list=`echo $$log_list`; \
++	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
++	        am__force_recheck=am--force-recheck \
++	        TEST_LOGS="$$log_list"; \
++	exit $$?
++test/bad-input/test-header.log: test/bad-input/test-header
++	@p='test/bad-input/test-header'; \
++	b='test/bad-input/test-header'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/burst/test-burst.log: test/burst/test-burst
++	@p='test/burst/test-burst'; \
++	b='test/burst/test-burst'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/comp/test-comp-format.log: test/comp/test-comp-format
++	@p='test/comp/test-comp-format'; \
++	b='test/comp/test-comp-format'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/folder/test-create.log: test/folder/test-create
++	@p='test/folder/test-create'; \
++	b='test/folder/test-create'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/folder/test-total.log: test/folder/test-total
++	@p='test/folder/test-total'; \
++	b='test/folder/test-total'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/format/test-localmbox.log: test/format/test-localmbox
++	@p='test/format/test-localmbox'; \
++	b='test/format/test-localmbox'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/format/test-myname.log: test/format/test-myname
++	@p='test/format/test-myname'; \
++	b='test/format/test-myname'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/format/test-myhost.log: test/format/test-myhost
++	@p='test/format/test-myhost'; \
++	b='test/format/test-myhost'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/format/test-mymbox.log: test/format/test-mymbox
++	@p='test/format/test-mymbox'; \
++	b='test/format/test-mymbox'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/forw/test-forw-digest.log: test/forw/test-forw-digest
++	@p='test/forw/test-forw-digest'; \
++	b='test/forw/test-forw-digest'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/forw/test-forw-format.log: test/forw/test-forw-format
++	@p='test/forw/test-forw-format'; \
++	b='test/forw/test-forw-format'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/inc/test-deb359167.log: test/inc/test-deb359167
++	@p='test/inc/test-deb359167'; \
++	b='test/inc/test-deb359167'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/inc/test-eom-align.log: test/inc/test-eom-align
++	@p='test/inc/test-eom-align'; \
++	b='test/inc/test-eom-align'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/inc/test-inc-scanout.log: test/inc/test-inc-scanout
++	@p='test/inc/test-inc-scanout'; \
++	b='test/inc/test-inc-scanout'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/install-mh/test-install-mh.log: test/install-mh/test-install-mh
++	@p='test/install-mh/test-install-mh'; \
++	b='test/install-mh/test-install-mh'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/manpages/test-manpages.log: test/manpages/test-manpages
++	@p='test/manpages/test-manpages'; \
++	b='test/manpages/test-manpages'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/mhbuild/test-forw.log: test/mhbuild/test-forw
++	@p='test/mhbuild/test-forw'; \
++	b='test/mhbuild/test-forw'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/mhlist/test-mhlist.log: test/mhlist/test-mhlist
++	@p='test/mhlist/test-mhlist'; \
++	b='test/mhlist/test-mhlist'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/mhparam/test-mhparam.log: test/mhparam/test-mhparam
++	@p='test/mhparam/test-mhparam'; \
++	b='test/mhparam/test-mhparam'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/mhpath/test-mhpath.log: test/mhpath/test-mhpath
++	@p='test/mhpath/test-mhpath'; \
++	b='test/mhpath/test-mhpath'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/mhshow/test-cte-binary.log: test/mhshow/test-cte-binary
++	@p='test/mhshow/test-cte-binary'; \
++	b='test/mhshow/test-cte-binary'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/mhshow/test-qp.log: test/mhshow/test-qp
++	@p='test/mhshow/test-qp'; \
++	b='test/mhshow/test-qp'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/mhshow/test-subpart.log: test/mhshow/test-subpart
++	@p='test/mhshow/test-subpart'; \
++	b='test/mhshow/test-subpart'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/mhstore/test-mhstore.log: test/mhstore/test-mhstore
++	@p='test/mhstore/test-mhstore'; \
++	b='test/mhstore/test-mhstore'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/new/test-basic.log: test/new/test-basic
++	@p='test/new/test-basic'; \
++	b='test/new/test-basic'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/pick/test-pick.log: test/pick/test-pick
++	@p='test/pick/test-pick'; \
++	b='test/pick/test-pick'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/pick/test-stderr.log: test/pick/test-stderr
++	@p='test/pick/test-stderr'; \
++	b='test/pick/test-stderr'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/post/test-post-basic.log: test/post/test-post-basic
++	@p='test/post/test-post-basic'; \
++	b='test/post/test-post-basic'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/post/test-post-multiple.log: test/post/test-post-multiple
++	@p='test/post/test-post-multiple'; \
++	b='test/post/test-post-multiple'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/post/test-post-dcc.log: test/post/test-post-dcc
++	@p='test/post/test-post-dcc'; \
++	b='test/post/test-post-dcc'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/post/test-post-fcc.log: test/post/test-post-fcc
++	@p='test/post/test-post-fcc'; \
++	b='test/post/test-post-fcc'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/post/test-post-multifrom.log: test/post/test-post-multifrom
++	@p='test/post/test-post-multifrom'; \
++	b='test/post/test-post-multifrom'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/post/test-post-envelope.log: test/post/test-post-envelope
++	@p='test/post/test-post-envelope'; \
++	b='test/post/test-post-envelope'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/post/test-post-group.log: test/post/test-post-group
++	@p='test/post/test-post-group'; \
++	b='test/post/test-post-group'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/refile/test-refile.log: test/refile/test-refile
++	@p='test/refile/test-refile'; \
++	b='test/refile/test-refile'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/repl/test-if-str.log: test/repl/test-if-str
++	@p='test/repl/test-if-str'; \
++	b='test/repl/test-if-str'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/repl/test-trailing-newline.log: test/repl/test-trailing-newline
++	@p='test/repl/test-trailing-newline'; \
++	b='test/repl/test-trailing-newline'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/repl/test-multicomp.log: test/repl/test-multicomp
++	@p='test/repl/test-multicomp'; \
++	b='test/repl/test-multicomp'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/scan/test-scan.log: test/scan/test-scan
++	@p='test/scan/test-scan'; \
++	b='test/scan/test-scan'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/sequences/test-flist.log: test/sequences/test-flist
++	@p='test/sequences/test-flist'; \
++	b='test/sequences/test-flist'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/sequences/test-mark.log: test/sequences/test-mark
++	@p='test/sequences/test-mark'; \
++	b='test/sequences/test-mark'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/whatnow/test-attach-detach.log: test/whatnow/test-attach-detach
++	@p='test/whatnow/test-attach-detach'; \
++	b='test/whatnow/test-attach-detach'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/whatnow/test-cd.log: test/whatnow/test-cd
++	@p='test/whatnow/test-cd'; \
++	b='test/whatnow/test-cd'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/whatnow/test-ls.log: test/whatnow/test-ls
++	@p='test/whatnow/test-ls'; \
++	b='test/whatnow/test-ls'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/whom/test-whom.log: test/whom/test-whom
++	@p='test/whom/test-whom'; \
++	b='test/whom/test-whom'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++test/cleanup.log: test/cleanup
++	@p='test/cleanup'; \
++	b='test/cleanup'; \
++	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++.test.log:
++	@p='$<'; \
++	$(am__set_b); \
++	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
++	--log-file $$b.log --trs-file $$b.trs \
++	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
++	"$$tst" $(AM_TESTS_FD_REDIRECT)
++ at am__EXEEXT_TRUE@.test$(EXEEXT).log:
++ at am__EXEEXT_TRUE@	@p='$<'; \
++ at am__EXEEXT_TRUE@	$(am__set_b); \
++ at am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
++ at am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
++ at am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
++ at am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
+ 
+ distdir: $(DISTFILES)
+ 	$(am__remove_distdir)
+-	test -d $(distdir) || mkdir $(distdir)
++	test -d "$(distdir)" || mkdir "$(distdir)"
+ 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ 	list='$(DISTFILES)'; \
+@@ -3741,45 +4405,59 @@ distdir: $(DISTFILES)
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  if test -d $$d/$$file; then \
+ 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
++	    if test -d "$(distdir)/$$file"; then \
++	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
++	    fi; \
+ 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+-	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
++	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
++	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ 	    fi; \
+-	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
++	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ 	  else \
+-	    test -f $(distdir)/$$file \
+-	    || cp -p $$d/$$file $(distdir)/$$file \
++	    test -f "$(distdir)/$$file" \
++	    || cp -p $$d/$$file "$(distdir)/$$file" \
+ 	    || exit 1; \
+ 	  fi; \
+ 	done
+-	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
++	-test -n "$(am__skip_mode_fix)" \
++	|| find "$(distdir)" -type d ! -perm -755 \
++		-exec chmod u+rwx,go+rx {} \; -o \
+ 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+ 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+ 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
+-	|| chmod -R a+r $(distdir)
++	|| chmod -R a+r "$(distdir)"
+ dist-gzip: distdir
+ 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+-	$(am__remove_distdir)
++	$(am__post_remove_distdir)
+ 
+ dist-bzip2: distdir
+-	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
+-	$(am__remove_distdir)
++	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
++	$(am__post_remove_distdir)
++
++dist-lzip: distdir
++	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
++	$(am__post_remove_distdir)
++
++dist-xz: distdir
++	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
++	$(am__post_remove_distdir)
+ 
+ dist-tarZ: distdir
+ 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
+-	$(am__remove_distdir)
++	$(am__post_remove_distdir)
+ 
+ dist-shar: distdir
+ 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+-	$(am__remove_distdir)
++	$(am__post_remove_distdir)
+ 
+ dist-zip: distdir
+ 	-rm -f $(distdir).zip
+ 	zip -rq $(distdir).zip $(distdir)
+-	$(am__remove_distdir)
++	$(am__post_remove_distdir)
+ 
+-dist dist-all: distdir
+-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+-	$(am__remove_distdir)
++dist dist-all:
++	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
++	$(am__post_remove_distdir)
+ 
+ # This target untars the dist file and tries a VPATH configuration.  Then
+ # it guarantees that the distribution is self-contained by making another
+@@ -3787,24 +4465,31 @@ dist dist-all: distdir
+ distcheck: dist
+ 	case '$(DIST_ARCHIVES)' in \
+ 	*.tar.gz*) \
+-	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
++	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ 	*.tar.bz2*) \
+-	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
++	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
++	*.tar.lz*) \
++	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
++	*.tar.xz*) \
++	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
+ 	*.tar.Z*) \
+ 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
+ 	*.shar.gz*) \
+-	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
++	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ 	*.zip*) \
+ 	  unzip $(distdir).zip ;;\
+ 	esac
+-	chmod -R a-w $(distdir); chmod a+w $(distdir)
+-	mkdir $(distdir)/_build
+-	mkdir $(distdir)/_inst
++	chmod -R a-w $(distdir)
++	chmod u+w $(distdir)
++	mkdir $(distdir)/_build $(distdir)/_inst
+ 	chmod a-w $(distdir)
++	test -d $(distdir)/_build || exit 0; \
+ 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
+ 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
+-	  && cd $(distdir)/_build \
++	  && am__cwd=`pwd` \
++	  && $(am__cd) $(distdir)/_build \
+ 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
++	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
+ 	    $(DISTCHECK_CONFIGURE_FLAGS) \
+ 	  && $(MAKE) $(AM_MAKEFLAGS) \
+ 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
+@@ -3825,14 +4510,24 @@ distcheck: dist
+ 	  && rm -rf "$$dc_destdir" \
+ 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
+ 	  && rm -rf $(DIST_ARCHIVES) \
+-	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
+-	$(am__remove_distdir)
++	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
++	  && cd "$$am__cwd" \
++	  || exit 1
++	$(am__post_remove_distdir)
+ 	@(echo "$(distdir) archives ready for distribution: "; \
+ 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
+ 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
+ distuninstallcheck:
+-	@cd $(distuninstallcheck_dir) \
+-	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
++	@test -n '$(distuninstallcheck_dir)' || { \
++	  echo 'ERROR: trying to run $@ with an empty' \
++	       '$$(distuninstallcheck_dir)' >&2; \
++	  exit 1; \
++	}; \
++	$(am__cd) '$(distuninstallcheck_dir)' || { \
++	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
++	  exit 1; \
++	}; \
++	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
+ 	   || { echo "ERROR: files left after uninstall:" ; \
+ 	        if test -n "$(DESTDIR)"; then \
+ 	          echo "  (check DESTDIR support)"; \
+@@ -3870,17 +4565,26 @@ install-am: all-am
+ 
+ installcheck: installcheck-am
+ install-strip:
+-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+-	  `test -z '$(STRIP)' || \
+-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
++	if test -z '$(STRIP)'; then \
++	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
++	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
++	      install; \
++	else \
++	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
++	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
++	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
++	fi
+ mostlyclean-generic:
++	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
++	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
++	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
+ 
+ clean-generic:
+ 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+ 
+ distclean-generic:
+ 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
++	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+ 	-rm -f config/$(DEPDIR)/$(am__dirstamp)
+ 	-rm -f config/$(am__dirstamp)
+ 	-rm -f mts/$(am__dirstamp)
+@@ -3917,6 +4621,8 @@ dvi-am:
+ 
+ html: html-am
+ 
++html-am:
++
+ info: info-am
+ 
+ info-am:
+@@ -3925,25 +4631,33 @@ install-data-am: install-dist_contribDAT
+ 	install-man
+ 	@$(NORMAL_INSTALL)
+ 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
+-
+ install-dvi: install-dvi-am
+ 
++install-dvi-am:
++
+ install-exec-am: install-auxexecPROGRAMS install-binPROGRAMS \
+ 	install-binSCRIPTS install-dist_sysconfDATA \
+ 	install-sysconfDATA
+ 	@$(NORMAL_INSTALL)
+ 	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
+-
+ install-html: install-html-am
+ 
++install-html-am:
++
+ install-info: install-info-am
+ 
++install-info-am:
++
+ install-man: install-man1 install-man5 install-man8
+ 
+ install-pdf: install-pdf-am
+ 
++install-pdf-am:
++
+ install-ps: install-ps-am
+ 
++install-ps-am:
++
+ installcheck-am:
+ 
+ maintainer-clean: maintainer-clean-am
+@@ -3971,37 +4685,36 @@ uninstall-am: uninstall-auxexecPROGRAMS
+ 	uninstall-man uninstall-sysconfDATA
+ 	@$(NORMAL_INSTALL)
+ 	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
+-
+ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
+ 
+-.MAKE: install-am install-data-am install-exec-am install-strip \
+-	uninstall-am
++.MAKE: all check check-am install install-am install-data-am \
++	install-exec-am install-strip uninstall-am
+ 
+-.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
+-	clean clean-auxexecPROGRAMS clean-binPROGRAMS \
+-	clean-checkPROGRAMS clean-generic clean-local \
+-	clean-noinstLIBRARIES ctags dist dist-all dist-bzip2 dist-gzip \
+-	dist-shar dist-tarZ dist-zip distcheck distclean \
+-	distclean-compile distclean-generic distclean-hdr \
+-	distclean-tags distcleancheck distdir distuninstallcheck dvi \
+-	dvi-am html html-am info info-am install install-am \
+-	install-auxexecPROGRAMS install-binPROGRAMS install-binSCRIPTS \
+-	install-data install-data-am install-data-hook \
+-	install-dist_contribDATA install-dist_docDATA \
+-	install-dist_sysconfDATA install-dvi install-dvi-am \
+-	install-exec install-exec-am install-exec-hook install-html \
+-	install-html-am install-info install-info-am install-man \
+-	install-man1 install-man5 install-man8 install-pdf \
++.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
++	check-am clean clean-auxexecPROGRAMS clean-binPROGRAMS \
++	clean-checkPROGRAMS clean-cscope clean-generic clean-local \
++	clean-noinstLIBRARIES cscope cscopelist-am ctags ctags-am dist \
++	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
++	dist-xz dist-zip distcheck distclean distclean-compile \
++	distclean-generic distclean-hdr distclean-tags distcleancheck \
++	distdir distuninstallcheck dvi dvi-am html html-am info \
++	info-am install install-am install-auxexecPROGRAMS \
++	install-binPROGRAMS install-binSCRIPTS install-data \
++	install-data-am install-data-hook install-dist_contribDATA \
++	install-dist_docDATA install-dist_sysconfDATA install-dvi \
++	install-dvi-am install-exec install-exec-am install-exec-hook \
++	install-html install-html-am install-info install-info-am \
++	install-man install-man1 install-man5 install-man8 install-pdf \
+ 	install-pdf-am install-ps install-ps-am install-strip \
+ 	install-sysconfDATA installcheck installcheck-am installdirs \
+ 	maintainer-clean maintainer-clean-generic mostlyclean \
+ 	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
+-	tags uninstall uninstall-am uninstall-auxexecPROGRAMS \
+-	uninstall-binPROGRAMS uninstall-binSCRIPTS \
+-	uninstall-dist_contribDATA uninstall-dist_docDATA \
+-	uninstall-dist_sysconfDATA uninstall-hook uninstall-man \
+-	uninstall-man1 uninstall-man5 uninstall-man8 \
+-	uninstall-sysconfDATA
++	recheck tags tags-am uninstall uninstall-am \
++	uninstall-auxexecPROGRAMS uninstall-binPROGRAMS \
++	uninstall-binSCRIPTS uninstall-dist_contribDATA \
++	uninstall-dist_docDATA uninstall-dist_sysconfDATA \
++	uninstall-hook uninstall-man uninstall-man1 uninstall-man5 \
++	uninstall-man8 uninstall-sysconfDATA
+ 
+ clean-local:
+ 	@rm -rf RPM a.out.DSYM uip/a.out.DSYM
+@@ -4117,11 +4830,6 @@ rpm: dist
+ 	  -ba $(rpmdir)/SPECS/nmh.spec
+ .PHONY: rpm
+ 
+-cscope:
+-	echo "-I $(srcdir)/h -I $(srcdir)/sbr -I $(srcdir)/uip -I $(srcdir)/mts/smtp" > cscope.files
+-	find $(srcdir) \( -name docs -prune \) -o \( -name \*.c -o -name \*.l \) -print | grep -v dtimep.c >> cscope.files
+-.PHONY: cscope
+-
+ gcov:
+ 	@if ./config.status --config | grep -e --enable-debug >/dev/null; then \
+ 	   echo For best results with gcov, configure without --enable-debug; \
+@@ -4162,6 +4870,7 @@ upload: dist
+ 	@echo "Uploading to savannah"
+ 	scp -p $(DIST_ARCHIVES)* $(SAVANNAH_USERNAME)@dl.sv.nongnu.org:/releases/nmh
+ .PHONY: upload
++
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+diff -urNp nmh-1.5/test-driver nmh-1.5.fixed/test-driver
+--- nmh-1.5/test-driver	1969-12-31 18:00:00.000000000 -0600
++++ nmh-1.5.fixed/test-driver	2013-08-09 09:21:39.846560091 -0500
+@@ -0,0 +1,127 @@
++#! /bin/sh
++# test-driver - basic testsuite driver script.
++
++scriptversion=2012-06-27.10; # UTC
++
++# Copyright (C) 2011-2013 Free Software Foundation, Inc.
++#
++# This program is free software; you can redistribute it and/or modify
++# it under the terms of the GNU General Public License as published by
++# the Free Software Foundation; either version 2, or (at your option)
++# any later version.
++#
++# This program is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++# GNU General Public License for more details.
++#
++# You should have received a copy of the GNU General Public License
++# along with this program.  If not, see <http://www.gnu.org/licenses/>.
++
++# As a special exception to the GNU General Public License, if you
++# distribute this file as part of a program that contains a
++# configuration script generated by Autoconf, you may include it under
++# the same distribution terms that you use for the rest of that program.
++
++# This file is maintained in Automake, please report
++# bugs to <bug-automake at gnu.org> or send patches to
++# <automake-patches at gnu.org>.
++
++# Make unconditional expansion of undefined variables an error.  This
++# helps a lot in preventing typo-related bugs.
++set -u
++
++usage_error ()
++{
++  echo "$0: $*" >&2
++  print_usage >&2
++  exit 2
++}
++
++print_usage ()
++{
++  cat <<END
++Usage:
++  test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
++              [--expect-failure={yes|no}] [--color-tests={yes|no}]
++              [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
++The '--test-name', '--log-file' and '--trs-file' options are mandatory.
++END
++}
++
++# TODO: better error handling in option parsing (in particular, ensure
++# TODO: $log_file, $trs_file and $test_name are defined).
++test_name= # Used for reporting.
++log_file=  # Where to save the output of the test script.
++trs_file=  # Where to save the metadata of the test run.
++expect_failure=no
++color_tests=no
++enable_hard_errors=yes
++while test $# -gt 0; do
++  case $1 in
++  --help) print_usage; exit $?;;
++  --version) echo "test-driver $scriptversion"; exit $?;;
++  --test-name) test_name=$2; shift;;
++  --log-file) log_file=$2; shift;;
++  --trs-file) trs_file=$2; shift;;
++  --color-tests) color_tests=$2; shift;;
++  --expect-failure) expect_failure=$2; shift;;
++  --enable-hard-errors) enable_hard_errors=$2; shift;;
++  --) shift; break;;
++  -*) usage_error "invalid option: '$1'";;
++  esac
++  shift
++done
++
++if test $color_tests = yes; then
++  # Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
++  red='' # Red.
++  grn='' # Green.
++  lgn='' # Light green.
++  blu='' # Blue.
++  mgn='' # Magenta.
++  std=''     # No color.
++else
++  red= grn= lgn= blu= mgn= std=
++fi
++
++do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
++trap "st=129; $do_exit" 1
++trap "st=130; $do_exit" 2
++trap "st=141; $do_exit" 13
++trap "st=143; $do_exit" 15
++
++# Test script is run here.
++"$@" >$log_file 2>&1
++estatus=$?
++if test $enable_hard_errors = no && test $estatus -eq 99; then
++  estatus=1
++fi
++
++case $estatus:$expect_failure in
++  0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
++  0:*)   col=$grn res=PASS  recheck=no  gcopy=no;;
++  77:*)  col=$blu res=SKIP  recheck=no  gcopy=yes;;
++  99:*)  col=$mgn res=ERROR recheck=yes gcopy=yes;;
++  *:yes) col=$lgn res=XFAIL recheck=no  gcopy=yes;;
++  *:*)   col=$red res=FAIL  recheck=yes gcopy=yes;;
++esac
++
++# Report outcome to console.
++echo "${col}${res}${std}: $test_name"
++
++# Register the test result, and other relevant metadata.
++echo ":test-result: $res" > $trs_file
++echo ":global-test-result: $res" >> $trs_file
++echo ":recheck: $recheck" >> $trs_file
++echo ":copy-in-global-log: $gcopy" >> $trs_file
++
++# Local Variables:
++# mode: shell-script
++# sh-indentation: 2
++# eval: (add-hook 'write-file-hooks 'time-stamp)
++# time-stamp-start: "scriptversion="
++# time-stamp-format: "%:y-%02m-%02d.%02H"
++# time-stamp-time-zone: "UTC"
++# time-stamp-end: "; # UTC"
++# End:
diff --git a/nmh.spec b/nmh.spec
index 39f23f7..70aaa64 100644
--- a/nmh.spec
+++ b/nmh.spec
@@ -10,9 +10,12 @@ Source0:        nmh-1.5.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ncurses-devel
 BuildRequires:  libdb-devel
+BuildRequires:  automake
 BuildRequires:  /usr/sbin/sendmail
 BuildRequires:  /bin/vi
 
+Patch0:         nmh-autoconf-2_69.patch
+
 %description
 Nmh is an email system based on the MH email system and is intended to
 be a (mostly) compatible drop-in replacement for MH.  Nmh isn't a
@@ -26,16 +29,15 @@ interface for it--nmh only has a command line interface.
 
 %prep
 %setup -q -n nmh-1.5
+%patch0 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fno-builtin-strcasecmp"
-autoconf
 %configure \
             --sysconfdir=%{_sysconfdir}/nmh \
             --libdir=%{_libexecdir}/nmh \
             --docdir=%{_datadir}/doc/nmh-%{version} \
-            --with-locking=fcntl \
-            --enable-pop
+            --with-locking=fcntl
 make
 
 


More information about the scm-commits mailing list